all repos — h3rald @ 81e23ffd5a9d87a3aa932de8a33eeba97dbdd092

The sources of https://h3rald.com

Fixing layout issues.
* Closes #34.
h3rald h3rald@h3rald.com
Fri, 28 Aug 2009 15:23:28 +0200
commit

81e23ffd5a9d87a3aa932de8a33eeba97dbdd092

parent

33455297d89b82345dd2e74a6e57567bbf73b20f

M content/home.textilecontent/home.textile

@@ -22,7 +22,7 @@ This is Fabio Cevasco's web site, featuring <%= all_articles.length %> "articles":/archives/ and <%= 5 %> open source "projects":/projects/. Fabio is a full-time technical writer working in Genoa, Italy. In his free time, he enjoys writing (surprise, surprise), reading about technology and programming a little bit in Ruby and other languages.

You can contact him by writing an email to _h3rald [at] h3rald [dot] com_, or through "Twitter":http://www.twitter.com/h3rald, "LinkedIn":http://www.linkedin.com/pub/dir/Fabio/Cevasco, "Delicious":http://www.delicious.com/h3rald, "Facebook":http://www.facebook.com/h3rald, "Shelfari":http://www.shelfari.com/h3rald, or "FriendFeed":http://friendfeed.com/h3rald. -<br /> +<br style="clear:both" /> <div class="article-list" id="latest-articles"> h3. Latest Articles
M layouts/comments.htmlayouts/comments.htm

@@ -9,6 +9,8 @@ var idcomments_post_id;

var idcomments_post_url; </script> <span id="IDCommentsPostTitle" style="display:none"></span> -<script type='text/javascript' src='http://www.intensedebate.com/js/genericCommentWrapperV2.js'></script> +<div id="intensedebate"> + <script type='text/javascript' src='http://www.intensedebate.com/js/genericCommentWrapperV2.js'></script> +</div> </div>
M layouts/default.htmlayouts/default.htm

@@ -60,11 +60,9 @@ <div id="main">

<!-- CONTAINER START --> <div id="container"> <!-- CONTENT START --> - <div id="content" class="clearfix"> - <div id="article-content"> - <h2><%= @item[:title] %></h2> - <%= yield %> - </div> + <div id="content" class="clearfix<%= (@item[:permalink] == 'home') ? ' home' : ' standard' %>"> + <h2><%= @item[:title] %></h2> + <%= yield %> </div> <!-- CONTENT END --> </div>
M resources/css/elements.cssresources/css/elements.css

@@ -60,15 +60,13 @@ {

margin-left: 0; } -.tag, .link, .cross-link, #taglist a, #timeline a +.tag, .link, #taglist a, #timeline a, #navigation a { margin: 0 1px; - font-family: Georgia, Serif; - font-style: italic; border: none; } -.tag:hover, .link:hover, .cross-link:hover, #taglist a:hover +.tag:hover, .link:hover, #navigation a:hover, #taglist a:hover { color: #FF0900; border: none;

@@ -134,41 +132,13 @@ {

margin-top: 7px; } -/*** Palette ***/ - -#down-arrow -{ - background: url('../images/theme/icons/down.png'); - display: block; - height: 41px; - width: 40px; -} - -#down-arrow:hover -{ - background: url('../images/theme/icons/down_hover.png'); -} - -#up-arrow -{ - background: url('../images/theme/icons/up.png'); - display: block; - height: 41px; - width: 40px; -} - -#up-arrow:hover -{ - background: url('../images/theme/icons/up_hover.png'); -} - /*** COMMENTS ***/ -#idc-container-parent, #legacy-comments +#legacy-comments, #intensedebate { - padding: 5px; + max-width:800px; + margin:auto; } - .legacy-comment { padding: 5px 0;
M resources/css/layout.cssresources/css/layout.css

@@ -83,8 +83,7 @@ #navigation li

{ display: inline; list-style-type: none; - padding-left: 35px; - + padding-left: 10px; } #ie-warning

@@ -138,8 +137,15 @@ #border-bottom

{ background: #000 url('../images/theme/border-bottom.png') top repeat-x; height: auto; - padding: 0 30px; + padding: 0; padding-top:40px; + width: 100%; +} + +#services +{ + margin:auto; + width: 900px; } .inner-border

@@ -207,37 +213,3 @@ {

width: 900px; margin:auto; } - -/* slider */ - -#slider { - width: 850px; - margin: 0 auto; - position: relative; -} - -.scroll { - height: auto; - overflow: auto; - position: relative; /* fix for IE to respect overflow */ - clear: left; -} - -.scrollContainer div.panel { - height: auto; - width: 850px; -} -.scrollButtons { - position: absolute; - top: 100px; - z-index: 3000; - cursor: pointer; -} - -.scrollButtons.left { - left: -20px; -} - -.scrollButtons.right { - right: -20px; -}
M resources/css/text.cssresources/css/text.css

@@ -46,11 +46,16 @@ }

#services h3 { - border: 1px solid #000; - font-style: italic; padding-top: 10px; text-align: center; } + +#navigation a +{ + font-size: 2em; + font-family: Georgia, Serif; +} + em { font-style: italic;

@@ -78,6 +83,7 @@

.article-list h3 { margin-bottom: 1.5em; + text-align: center; } .article-item h4
M resources/js/compressed.jsresources/js/compressed.js

@@ -1,9 +1,20 @@

-(function(){var m=this,g,A=m.jQuery,q=m.$,p=m.jQuery=m.$=function(G,H){return new p.fn.init(G,H)},F=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;p.fn=p.prototype={init:function(G,J){G=G||document;if(G.nodeType){this[0]=G;this.length=1;this.context=G;return this}if(typeof G==="string"){var I=F.exec(G);if(I&&(I[1]||!J)){if(I[1]){G=p.clean([I[1]],J)}else{var K=document.getElementById(I[3]);if(K&&K.id!=I[3]){return p().find(G)}var H=p(K||[]);H.context=document;H.selector=G;return H}}else{return p(J).find(G)}}else{if(p.isFunction(G)){return p(document).ready(G)}}if(G.selector&&G.context){this.selector=G.selector;this.context=G.context}return this.setArray(p.isArray(G)?G:p.makeArray(G))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(G){return G===g?Array.prototype.slice.call(this):this[G]},pushStack:function(H,J,G){var I=p(H);I.prevObject=this;I.context=this.context;if(J==="find"){I.selector=this.selector+(this.selector?" ":"")+G}else{if(J){I.selector=this.selector+"."+J+"("+G+")"}}return I},setArray:function(G){this.length=0;Array.prototype.push.apply(this,G);return this},each:function(H,G){return p.each(this,H,G)},index:function(G){return p.inArray(G&&G.jquery?G[0]:G,this)},attr:function(H,J,I){var G=H;if(typeof H==="string"){if(J===g){return this[0]&&p[I||"attr"](this[0],H)}else{G={};G[H]=J}}return this.each(function(K){for(H in G){p.attr(I?this.style:this,H,p.prop(this,G[H],I,K,H))}})},css:function(G,H){if((G=="width"||G=="height")&&parseFloat(H)<0){H=g}return this.attr(G,H,"curCSS")},text:function(H){if(typeof H!=="object"&&H!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(H))}var G="";p.each(H||this,function(){p.each(this.childNodes,function(){if(this.nodeType!=8){G+=this.nodeType!=1?this.nodeValue:p.fn.text([this])}})});return G},wrapAll:function(G){if(this[0]){var H=p(G,this[0].ownerDocument).clone();if(this[0].parentNode){H.insertBefore(this[0])}H.map(function(){var I=this;while(I.firstChild){I=I.firstChild}return I}).append(this)}return this},wrapInner:function(G){return this.each(function(){p(this).contents().wrapAll(G)})},wrap:function(G){return this.each(function(){p(this).wrapAll(G)})},append:function(){return this.domManip(arguments,true,function(G){if(this.nodeType==1){this.appendChild(G)}})},prepend:function(){return this.domManip(arguments,true,function(G){if(this.nodeType==1){this.insertBefore(G,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(G){this.parentNode.insertBefore(G,this)})},after:function(){return this.domManip(arguments,false,function(G){this.parentNode.insertBefore(G,this.nextSibling)})},end:function(){return this.prevObject||p([])},push:[].push,sort:[].sort,splice:[].splice,find:function(G){if(this.length===1){var H=this.pushStack([],"find",G);H.length=0;p.find(G,this[0],H);return H}else{return this.pushStack(p.unique(p.map(this,function(I){return p.find(G,I)})),"find",G)}},clone:function(I){var G=this.map(function(){if(!p.support.noCloneEvent&&!p.isXMLDoc(this)){var K=this.outerHTML;if(!K){var L=this.ownerDocument.createElement("div");L.appendChild(this.cloneNode(true));K=L.innerHTML}return p.clean([K.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(I===true){var J=this.find("*").andSelf(),H=0;G.find("*").andSelf().each(function(){if(this.nodeName!==J[H].nodeName){return}var K=p.data(J[H],"events");for(var M in K){for(var L in K[M]){p.event.add(this,M,K[M][L],K[M][L].data)}}H++})}return G},filter:function(G){return this.pushStack(p.isFunction(G)&&p.grep(this,function(I,H){return G.call(I,H)})||p.multiFilter(G,p.grep(this,function(H){return H.nodeType===1})),"filter",G)},closest:function(G){var I=p.expr.match.POS.test(G)?p(G):null,H=0;return this.map(function(){var J=this;while(J&&J.ownerDocument){if(I?I.index(J)>-1:p(J).is(G)){p.data(J,"closest",H);return J}J=J.parentNode;H++}})},not:function(G){if(typeof G==="string"){if(f.test(G)){return this.pushStack(p.multiFilter(G,this,true),"not",G)}else{G=p.multiFilter(G,this)}}var H=G.length&&G[G.length-1]!==g&&!G.nodeType;return this.filter(function(){return H?p.inArray(this,G)<0:this!=G})},add:function(G){return this.pushStack(p.unique(p.merge(this.get(),typeof G==="string"?p(G):p.makeArray(G))))},is:function(G){return !!G&&p.multiFilter(G,this).length>0},hasClass:function(G){return !!G&&this.is("."+G)},val:function(M){if(M===g){var G=this[0];if(G){if(p.nodeName(G,"option")){return(G.attributes.value||{}).specified?G.value:G.text}if(p.nodeName(G,"select")){var K=G.selectedIndex,N=[],O=G.options,J=G.type=="select-one";if(K<0){return null}for(var H=J?K:0,L=J?K+1:O.length;H<L;H++){var I=O[H];if(I.selected){M=p(I).val();if(J){return M}N.push(M)}}return N}return(G.value||"").replace(/\r/g,"")}return g}if(typeof M==="number"){M+=""}return this.each(function(){if(this.nodeType!=1){return}if(p.isArray(M)&&/radio|checkbox/.test(this.type)){this.checked=(p.inArray(this.value,M)>=0||p.inArray(this.name,M)>=0)}else{if(p.nodeName(this,"select")){var P=p.makeArray(M);p("option",this).each(function(){this.selected=(p.inArray(this.value,P)>=0||p.inArray(this.text,P)>=0)});if(!P.length){this.selectedIndex=-1}}else{this.value=M}}})},html:function(G){return G===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(G)},replaceWith:function(G){return this.after(G).remove()},eq:function(G){return this.slice(G,+G+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(G){return this.pushStack(p.map(this,function(I,H){return G.call(I,H,I)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(L,O,N){if(this[0]){var K=(this[0].ownerDocument||this[0]).createDocumentFragment(),H=p.clean(L,(this[0].ownerDocument||this[0]),K),J=K.firstChild;if(J){for(var I=0,G=this.length;I<G;I++){N.call(M(this[I],J),this.length>1||I>0?K.cloneNode(true):K)}}if(H){p.each(H,B)}}return this;function M(P,Q){return O&&p.nodeName(P,"table")&&p.nodeName(Q,"tr")?(P.getElementsByTagName("tbody")[0]||P.appendChild(P.ownerDocument.createElement("tbody"))):P}}};p.fn.init.prototype=p.fn;function B(G,H){if(H.src){p.ajax({url:H.src,async:false,dataType:"script"})}else{p.globalEval(H.text||H.textContent||H.innerHTML||"")}if(H.parentNode){H.parentNode.removeChild(H)}}function e(){return +new Date}p.extend=p.fn.extend=function(){var L=arguments[0]||{},J=1,K=arguments.length,G=false,I;if(typeof L==="boolean"){G=L;L=arguments[1]||{};J=2}if(typeof L!=="object"&&!p.isFunction(L)){L={}}if(K==J){L=this;--J}for(;J<K;J++){if((I=arguments[J])!=null){for(var H in I){var M=L[H],N=I[H];if(L===N){continue}if(G&&N&&typeof N==="object"&&!N.nodeType){L[H]=p.extend(G,M||(N.length!=null?[]:{}),N)}else{if(N!==g){L[H]=N}}}}}return L};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,s=document.defaultView||{},u=Object.prototype.toString;p.extend({noConflict:function(G){m.$=q;if(G){m.jQuery=A}return p},isFunction:function(G){return u.call(G)==="[object Function]"},isArray:function(G){return u.call(G)==="[object Array]"},isXMLDoc:function(G){return G.nodeType===9&&G.documentElement.nodeName!=="HTML"||!!G.ownerDocument&&p.isXMLDoc(G.ownerDocument)},globalEval:function(I){if(I&&/\S/.test(I)){var H=document.getElementsByTagName("head")[0]||document.documentElement,G=document.createElement("script");G.type="text/javascript";if(p.support.scriptEval){G.appendChild(document.createTextNode(I))}else{G.text=I}H.insertBefore(G,H.firstChild);H.removeChild(G)}},nodeName:function(H,G){return H.nodeName&&H.nodeName.toUpperCase()==G.toUpperCase()},each:function(I,M,H){var G,J=0,K=I.length;if(H){if(K===g){for(G in I){if(M.apply(I[G],H)===false){break}}}else{for(;J<K;){if(M.apply(I[J++],H)===false){break}}}}else{if(K===g){for(G in I){if(M.call(I[G],G,I[G])===false){break}}}else{for(var L=I[0];J<K&&M.call(L,J,L)!==false;L=I[++J]){}}}return I},prop:function(J,K,I,H,G){if(p.isFunction(K)){K=K.call(J,H)}return typeof K==="number"&&I=="curCSS"&&!b.test(G)?K+"px":K},className:{add:function(G,H){p.each((H||"").split(/\s+/),function(I,J){if(G.nodeType==1&&!p.className.has(G.className,J)){G.className+=(G.className?" ":"")+J}})},remove:function(G,H){if(G.nodeType==1){G.className=H!==g?p.grep(G.className.split(/\s+/),function(I){return !p.className.has(H,I)}).join(" "):""}},has:function(H,G){return H&&p.inArray(G,(H.className||H).toString().split(/\s+/))>-1}},swap:function(J,I,K){var G={};for(var H in I){G[H]=J.style[H];J.style[H]=I[H]}K.call(J);for(var H in I){J.style[H]=G[H]}},css:function(J,H,L,G){if(H=="width"||H=="height"){var N,I={position:"absolute",visibility:"hidden",display:"block"},M=H=="width"?["Left","Right"]:["Top","Bottom"];function K(){N=H=="width"?J.offsetWidth:J.offsetHeight;if(G==="border"){return}p.each(M,function(){if(!G){N-=parseFloat(p.curCSS(J,"padding"+this,true))||0}if(G==="margin"){N+=parseFloat(p.curCSS(J,"margin"+this,true))||0}else{N-=parseFloat(p.curCSS(J,"border"+this+"Width",true))||0}})}if(J.offsetWidth!==0){K()}else{p.swap(J,I,K)}return Math.max(0,Math.round(N))}return p.curCSS(J,H,L)},curCSS:function(K,H,I){var N,G=K.style;if(H=="opacity"&&!p.support.opacity){N=p.attr(G,"opacity");return N==""?"1":N}if(H.match(/float/i)){H=y}if(!I&&G&&G[H]){N=G[H]}else{if(s.getComputedStyle){if(H.match(/float/i)){H="float"}H=H.replace(/([A-Z])/g,"-$1").toLowerCase();var O=s.getComputedStyle(K,null);if(O){N=O.getPropertyValue(H)}if(H=="opacity"&&N==""){N="1"}}else{if(K.currentStyle){var L=H.replace(/\-(\w)/g,function(P,Q){return Q.toUpperCase()});N=K.currentStyle[H]||K.currentStyle[L];if(!/^\d+(px)?$/i.test(N)&&/^\d/.test(N)){var J=G.left,M=K.runtimeStyle.left;K.runtimeStyle.left=K.currentStyle.left;G.left=N||0;N=G.pixelLeft+"px";G.left=J;K.runtimeStyle.left=M}}}}return N},clean:function(H,M,K){M=M||document;if(typeof M.createElement==="undefined"){M=M.ownerDocument||M[0]&&M[0].ownerDocument||document}if(!K&&H.length===1&&typeof H[0]==="string"){var J=/^<(\w+)\s*\/?>$/.exec(H[0]);if(J){return[M.createElement(J[1])]}}var I=[],G=[],N=M.createElement("div");p.each(H,function(R,U){if(typeof U==="number"){U+=""}if(!U){return}if(typeof U==="string"){U=U.replace(/(<(\w+)[^>]*?)\/>/g,function(W,X,V){return V.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?W:X+"></"+V+">"});var Q=U.replace(/^\s+/,"").substring(0,10).toLowerCase();var S=!Q.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!Q.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||Q.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!Q.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!Q.indexOf("<td")||!Q.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!Q.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!p.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];N.innerHTML=S[1]+U+S[2];while(S[0]--){N=N.lastChild}if(!p.support.tbody){var T=/<tbody/i.test(U),P=!Q.indexOf("<table")&&!T?N.firstChild&&N.firstChild.childNodes:S[1]=="<table>"&&!T?N.childNodes:[];for(var O=P.length-1;O>=0;--O){if(p.nodeName(P[O],"tbody")&&!P[O].childNodes.length){P[O].parentNode.removeChild(P[O])}}}if(!p.support.leadingWhitespace&&/^\s/.test(U)){N.insertBefore(M.createTextNode(U.match(/^\s*/)[0]),N.firstChild)}U=p.makeArray(N.childNodes)}if(U.nodeType){I.push(U)}else{I=p.merge(I,U)}});if(K){for(var L=0;I[L];L++){if(p.nodeName(I[L],"script")&&(!I[L].type||I[L].type.toLowerCase()==="text/javascript")){G.push(I[L].parentNode?I[L].parentNode.removeChild(I[L]):I[L])}else{if(I[L].nodeType===1){I.splice.apply(I,[L+1,0].concat(p.makeArray(I[L].getElementsByTagName("script"))))}K.appendChild(I[L])}}return G}return I},attr:function(L,I,M){if(!L||L.nodeType==3||L.nodeType==8){return g}var J=!p.isXMLDoc(L),N=M!==g;I=J&&p.props[I]||I;if(L.tagName){var H=/href|src|style/.test(I);if(I=="selected"&&L.parentNode){L.parentNode.selectedIndex}if(I in L&&J&&!H){if(N){if(I=="type"&&p.nodeName(L,"input")&&L.parentNode){throw"type property can't be changed"}L[I]=M}if(p.nodeName(L,"form")&&L.getAttributeNode(I)){return L.getAttributeNode(I).nodeValue}if(I=="tabIndex"){var K=L.getAttributeNode("tabIndex");return K&&K.specified?K.value:L.nodeName.match(/(button|input|object|select|textarea)/i)?0:L.nodeName.match(/^(a|area)$/i)&&L.href?0:g}return L[I]}if(!p.support.style&&J&&I=="style"){return p.attr(L.style,"cssText",M)}if(N){L.setAttribute(I,""+M)}var G=!p.support.hrefNormalized&&J&&H?L.getAttribute(I,2):L.getAttribute(I);return G===null?g:G}if(!p.support.opacity&&I=="opacity"){if(N){L.zoom=1;L.filter=(L.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(M)+""=="NaN"?"":"alpha(opacity="+M*100+")")}return L.filter&&L.filter.indexOf("opacity=")>=0?(parseFloat(L.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}I=I.replace(/-([a-z])/ig,function(O,P){return P.toUpperCase()});if(N){L[I]=M}return L[I]},trim:function(G){return(G||"").replace(/^\s+|\s+$/g,"")},makeArray:function(I){var G=[];if(I!=null){var H=I.length;if(H==null||typeof I==="string"||p.isFunction(I)||I.setInterval){G[0]=I}else{while(H){G[--H]=I[H]}}}return G},inArray:function(I,J){for(var G=0,H=J.length;G<H;G++){if(J[G]===I){return G}}return -1},merge:function(J,G){var H=0,I,K=J.length;if(!p.support.getAll){while((I=G[H++])!=null){if(I.nodeType!=8){J[K++]=I}}}else{while((I=G[H++])!=null){J[K++]=I}}return J},unique:function(M){var H=[],G={};try{for(var I=0,J=M.length;I<J;I++){var L=p.data(M[I]);if(!G[L]){G[L]=true;H.push(M[I])}}}catch(K){H=M}return H},grep:function(H,L,G){var I=[];for(var J=0,K=H.length;J<K;J++){if(!G!=!L(H[J],J)){I.push(H[J])}}return I},map:function(G,L){var H=[];for(var I=0,J=G.length;I<J;I++){var K=L(G[I],I);if(K!=null){H[H.length]=K}}return H.concat.apply([],H)}});var E=navigator.userAgent.toLowerCase();p.browser={version:(E.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(E),opera:/opera/.test(E),msie:/msie/.test(E)&&!/opera/.test(E),mozilla:/mozilla/.test(E)&&!/(compatible|webkit)/.test(E)};p.each({parent:function(G){return G.parentNode},parents:function(G){return p.dir(G,"parentNode")},next:function(G){return p.nth(G,2,"nextSibling")},prev:function(G){return p.nth(G,2,"previousSibling")},nextAll:function(G){return p.dir(G,"nextSibling")},prevAll:function(G){return p.dir(G,"previousSibling")},siblings:function(G){return p.sibling(G.parentNode.firstChild,G)},children:function(G){return p.sibling(G.firstChild)},contents:function(G){return p.nodeName(G,"iframe")?G.contentDocument||G.contentWindow.document:p.makeArray(G.childNodes)}},function(G,H){p.fn[G]=function(I){var J=p.map(this,H);if(I&&typeof I=="string"){J=p.multiFilter(I,J)}return this.pushStack(p.unique(J),G,I)}});p.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(G,H){p.fn[G]=function(I){var L=[],N=p(I);for(var M=0,J=N.length;M<J;M++){var K=(M>0?this.clone(true):this).get();p.fn[H].apply(p(N[M]),K);L=L.concat(K)}return this.pushStack(L,G,I)}});p.each({removeAttr:function(G){p.attr(this,G,"");if(this.nodeType==1){this.removeAttribute(G)}},addClass:function(G){p.className.add(this,G)},removeClass:function(G){p.className.remove(this,G)},toggleClass:function(H,G){if(typeof G!=="boolean"){G=!p.className.has(this,H)}p.className[G?"add":"remove"](this,H)},remove:function(G){if(!G||p.filter(G,[this]).length){p("*",this).add([this]).each(function(){p.event.remove(this);p.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){p(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(G,H){p.fn[G]=function(){return this.each(H,arguments)}});function k(G,H){return G[0]&&parseInt(p.curCSS(G[0],H,true),10)||0}var h="jQuery"+e(),x=0,C={};p.extend({cache:{},data:function(H,G,I){H=H==m?C:H;var J=H[h];if(!J){J=H[h]=++x}if(G&&!p.cache[J]){p.cache[J]={}}if(I!==g){p.cache[J][G]=I}return G?p.cache[J][G]:J},removeData:function(H,G){H=H==m?C:H;var J=H[h];if(G){if(p.cache[J]){delete p.cache[J][G];G="";for(G in p.cache[J]){break}if(!G){p.removeData(H)}}}else{try{delete H[h]}catch(I){if(H.removeAttribute){H.removeAttribute(h)}}delete p.cache[J]}},queue:function(H,G,J){if(H){G=(G||"fx")+"queue";var I=p.data(H,G);if(!I||p.isArray(J)){I=p.data(H,G,p.makeArray(J))}else{if(J){I.push(J)}}}return I},dequeue:function(J,I){var G=p.queue(J,I),H=G.shift();if(!I||I==="fx"){H=G[0]}if(H!==g){H.call(J)}}});p.fn.extend({data:function(G,I){var J=G.split(".");J[1]=J[1]?"."+J[1]:"";if(I===g){var H=this.triggerHandler("getData"+J[1]+"!",[J[0]]);if(H===g&&this.length){H=p.data(this[0],G)}return H===g&&J[1]?this.data(J[0]):H}else{return this.trigger("setData"+J[1]+"!",[J[0],I]).each(function(){p.data(this,G,I)})}},removeData:function(G){return this.each(function(){p.removeData(this,G)})},queue:function(G,H){if(typeof G!=="string"){H=G;G="fx"}if(H===g){return p.queue(this[0],G)}return this.each(function(){var I=p.queue(this,G,H);if(G=="fx"&&I.length==1){I[0].call(this)}})},dequeue:function(G){return this.each(function(){p.dequeue(this,G)})}}); +/* + * jQuery JavaScript Library v1.3.2 + * http://jquery.com/ + * + * Copyright (c) 2009 John Resig + * Dual licensed under the MIT and GPL licenses. + * http://docs.jquery.com/License + * + * Date: 2009-02-19 17:34:21 -0500 (Thu, 19 Feb 2009) + * Revision: 6246 + */ +(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)})}}); /* * Sizzle CSS Selector Engine - v0.9.3 * Copyright 2009, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. * More information: http://sizzlejs.com/ */ -(function(){var T=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,N=0,J=Object.prototype.toString;var H=function(aa,W,ad,ae){ad=ad||[];W=W||document;if(W.nodeType!==1&&W.nodeType!==9){return[]}if(!aa||typeof aa!=="string"){return ad}var ab=[],Y,ah,ak,V,af,X,Z=true;T.lastIndex=0;while((Y=T.exec(aa))!==null){ab.push(Y[1]);if(Y[2]){X=RegExp.rightContext;break}}if(ab.length>1&&O.exec(aa)){if(ab.length===2&&K.relative[ab[0]]){ah=L(ab[0]+ab[1],W)}else{ah=K.relative[ab[0]]?[W]:H(ab.shift(),W);while(ab.length){aa=ab.shift();if(K.relative[aa]){aa+=ab.shift()}ah=L(aa,ah)}}}else{var ag=ae?{expr:ab.pop(),set:G(ae)}:H.find(ab.pop(),ab.length===1&&W.parentNode?W.parentNode:W,S(W));ah=H.filter(ag.expr,ag.set);if(ab.length>0){ak=G(ah)}else{Z=false}while(ab.length){var aj=ab.pop(),ai=aj;if(!K.relative[aj]){aj=""}else{ai=ab.pop()}if(ai==null){ai=W}K.relative[aj](ak,ai,S(W))}}if(!ak){ak=ah}if(!ak){throw"Syntax error, unrecognized expression: "+(aj||aa)}if(J.call(ak)==="[object Array]"){if(!Z){ad.push.apply(ad,ak)}else{if(W.nodeType===1){for(var ac=0;ak[ac]!=null;ac++){if(ak[ac]&&(ak[ac]===true||ak[ac].nodeType===1&&M(W,ak[ac]))){ad.push(ah[ac])}}}else{for(var ac=0;ak[ac]!=null;ac++){if(ak[ac]&&ak[ac].nodeType===1){ad.push(ah[ac])}}}}}else{G(ak,ad)}if(X){H(X,W,ad,ae);if(I){hasDuplicate=false;ad.sort(I);if(hasDuplicate){for(var ac=1;ac<ad.length;ac++){if(ad[ac]===ad[ac-1]){ad.splice(ac--,1)}}}}}return ad};H.matches=function(V,W){return H(V,null,null,W)};H.find=function(ac,V,ad){var ab,Z;if(!ac){return[]}for(var Y=0,X=K.order.length;Y<X;Y++){var aa=K.order[Y],Z;if((Z=K.match[aa].exec(ac))){var W=RegExp.leftContext;if(W.substr(W.length-1)!=="\\"){Z[1]=(Z[1]||"").replace(/\\/g,"");ab=K.find[aa](Z,V,ad);if(ab!=null){ac=ac.replace(K.match[aa],"");break}}}}if(!ab){ab=V.getElementsByTagName("*")}return{set:ab,expr:ac}};H.filter=function(af,ae,ai,Y){var X=af,ak=[],ac=ae,aa,V,ab=ae&&ae[0]&&S(ae[0]);while(af&&ae.length){for(var ad in K.filter){if((aa=K.match[ad].exec(af))!=null){var W=K.filter[ad],aj,ah;V=false;if(ac==ak){ak=[]}if(K.preFilter[ad]){aa=K.preFilter[ad](aa,ac,ai,ak,Y,ab);if(!aa){V=aj=true}else{if(aa===true){continue}}}if(aa){for(var Z=0;(ah=ac[Z])!=null;Z++){if(ah){aj=W(ah,aa,Z,ac);var ag=Y^!!aj;if(ai&&aj!=null){if(ag){V=true}else{ac[Z]=false}}else{if(ag){ak.push(ah);V=true}}}}}if(aj!==g){if(!ai){ac=ak}af=af.replace(K.match[ad],"");if(!V){return[]}break}}}if(af==X){if(V==null){throw"Syntax error, unrecognized expression: "+af}else{break}}X=af}return ac};var K=H.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(V){return V.getAttribute("href")}},relative:{"+":function(ac,V,ab){var Z=typeof V==="string",ad=Z&&!/\W/.test(V),aa=Z&&!ad;if(ad&&!ab){V=V.toUpperCase()}for(var Y=0,X=ac.length,W;Y<X;Y++){if((W=ac[Y])){while((W=W.previousSibling)&&W.nodeType!==1){}ac[Y]=aa||W&&W.nodeName===V?W||false:W===V}}if(aa){H.filter(V,ac,true)}},">":function(ab,W,ac){var Z=typeof W==="string";if(Z&&!/\W/.test(W)){W=ac?W:W.toUpperCase();for(var X=0,V=ab.length;X<V;X++){var aa=ab[X];if(aa){var Y=aa.parentNode;ab[X]=Y.nodeName===W?Y:false}}}else{for(var X=0,V=ab.length;X<V;X++){var aa=ab[X];if(aa){ab[X]=Z?aa.parentNode:aa.parentNode===W}}if(Z){H.filter(W,ab,true)}}},"":function(Y,W,aa){var X=N++,V=U;if(!W.match(/\W/)){var Z=W=aa?W:W.toUpperCase();V=R}V("parentNode",W,X,Y,Z,aa)},"~":function(Y,W,aa){var X=N++,V=U;if(typeof W==="string"&&!W.match(/\W/)){var Z=W=aa?W:W.toUpperCase();V=R}V("previousSibling",W,X,Y,Z,aa)}},find:{ID:function(W,X,Y){if(typeof X.getElementById!=="undefined"&&!Y){var V=X.getElementById(W[1]);return V?[V]:[]}},NAME:function(X,aa,ab){if(typeof aa.getElementsByName!=="undefined"){var W=[],Z=aa.getElementsByName(X[1]);for(var Y=0,V=Z.length;Y<V;Y++){if(Z[Y].getAttribute("name")===X[1]){W.push(Z[Y])}}return W.length===0?null:W}},TAG:function(V,W){return W.getElementsByTagName(V[1])}},preFilter:{CLASS:function(Y,W,X,V,ab,ac){Y=" "+Y[1].replace(/\\/g,"")+" ";if(ac){return Y}for(var Z=0,aa;(aa=W[Z])!=null;Z++){if(aa){if(ab^(aa.className&&(" "+aa.className+" ").indexOf(Y)>=0)){if(!X){V.push(aa)}}else{if(X){W[Z]=false}}}}return false},ID:function(V){return V[1].replace(/\\/g,"")},TAG:function(W,V){for(var X=0;V[X]===false;X++){}return V[X]&&S(V[X])?W[1]:W[1].toUpperCase()},CHILD:function(V){if(V[1]=="nth"){var W=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(V[2]=="even"&&"2n"||V[2]=="odd"&&"2n+1"||!/\D/.test(V[2])&&"0n+"+V[2]||V[2]);V[2]=(W[1]+(W[2]||1))-0;V[3]=W[3]-0}V[0]=N++;return V},ATTR:function(Z,W,X,V,aa,ab){var Y=Z[1].replace(/\\/g,"");if(!ab&&K.attrMap[Y]){Z[1]=K.attrMap[Y]}if(Z[2]==="~="){Z[4]=" "+Z[4]+" "}return Z},PSEUDO:function(Z,W,X,V,aa){if(Z[1]==="not"){if(Z[3].match(T).length>1||/^\w/.test(Z[3])){Z[3]=H(Z[3],null,null,W)}else{var Y=H.filter(Z[3],W,X,true^aa);if(!X){V.push.apply(V,Y)}return false}}else{if(K.match.POS.test(Z[0])||K.match.CHILD.test(Z[0])){return true}}return Z},POS:function(V){V.unshift(true);return V}},filters:{enabled:function(V){return V.disabled===false&&V.type!=="hidden"},disabled:function(V){return V.disabled===true},checked:function(V){return V.checked===true},selected:function(V){V.parentNode.selectedIndex;return V.selected===true},parent:function(V){return !!V.firstChild},empty:function(V){return !V.firstChild},has:function(X,W,V){return !!H(V[3],X).length},header:function(V){return/h\d/i.test(V.nodeName)},text:function(V){return"text"===V.type},radio:function(V){return"radio"===V.type},checkbox:function(V){return"checkbox"===V.type},file:function(V){return"file"===V.type},password:function(V){return"password"===V.type},submit:function(V){return"submit"===V.type},image:function(V){return"image"===V.type},reset:function(V){return"reset"===V.type},button:function(V){return"button"===V.type||V.nodeName.toUpperCase()==="BUTTON"},input:function(V){return/input|select|textarea|button/i.test(V.nodeName)}},setFilters:{first:function(W,V){return V===0},last:function(X,W,V,Y){return W===Y.length-1},even:function(W,V){return V%2===0},odd:function(W,V){return V%2===1},lt:function(X,W,V){return W<V[3]-0},gt:function(X,W,V){return W>V[3]-0},nth:function(X,W,V){return V[3]-0==W},eq:function(X,W,V){return V[3]-0==W}},filter:{PSEUDO:function(ab,X,Y,ac){var W=X[1],Z=K.filters[W];if(Z){return Z(ab,Y,X,ac)}else{if(W==="contains"){return(ab.textContent||ab.innerText||"").indexOf(X[3])>=0}else{if(W==="not"){var aa=X[3];for(var Y=0,V=aa.length;Y<V;Y++){if(aa[Y]===ab){return false}}return true}}}},CHILD:function(V,Y){var ab=Y[1],W=V;switch(ab){case"only":case"first":while(W=W.previousSibling){if(W.nodeType===1){return false}}if(ab=="first"){return true}W=V;case"last":while(W=W.nextSibling){if(W.nodeType===1){return false}}return true;case"nth":var X=Y[2],ae=Y[3];if(X==1&&ae==0){return true}var aa=Y[0],ad=V.parentNode;if(ad&&(ad.sizcache!==aa||!V.nodeIndex)){var Z=0;for(W=ad.firstChild;W;W=W.nextSibling){if(W.nodeType===1){W.nodeIndex=++Z}}ad.sizcache=aa}var ac=V.nodeIndex-ae;if(X==0){return ac==0}else{return(ac%X==0&&ac/X>=0)}}},ID:function(W,V){return W.nodeType===1&&W.getAttribute("id")===V},TAG:function(W,V){return(V==="*"&&W.nodeType===1)||W.nodeName===V},CLASS:function(W,V){return(" "+(W.className||W.getAttribute("class"))+" ").indexOf(V)>-1},ATTR:function(aa,Y){var X=Y[1],V=K.attrHandle[X]?K.attrHandle[X](aa):aa[X]!=null?aa[X]:aa.getAttribute(X),ab=V+"",Z=Y[2],W=Y[4];return V==null?Z==="!=":Z==="="?ab===W:Z==="*="?ab.indexOf(W)>=0:Z==="~="?(" "+ab+" ").indexOf(W)>=0:!W?ab&&V!==false:Z==="!="?ab!=W:Z==="^="?ab.indexOf(W)===0:Z==="$="?ab.substr(ab.length-W.length)===W:Z==="|="?ab===W||ab.substr(0,W.length+1)===W+"-":false},POS:function(Z,W,X,aa){var V=W[2],Y=K.setFilters[V];if(Y){return Y(Z,X,W,aa)}}}};var O=K.match.POS;for(var Q in K.match){K.match[Q]=RegExp(K.match[Q].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var G=function(W,V){W=Array.prototype.slice.call(W);if(V){V.push.apply(V,W);return V}return W};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(P){G=function(Z,Y){var W=Y||[];if(J.call(Z)==="[object Array]"){Array.prototype.push.apply(W,Z)}else{if(typeof Z.length==="number"){for(var X=0,V=Z.length;X<V;X++){W.push(Z[X])}}else{for(var X=0;Z[X];X++){W.push(Z[X])}}}return W}}var I;if(document.documentElement.compareDocumentPosition){I=function(W,V){var X=W.compareDocumentPosition(V)&4?-1:W===V?0:1;if(X===0){hasDuplicate=true}return X}}else{if("sourceIndex" in document.documentElement){I=function(W,V){var X=W.sourceIndex-V.sourceIndex;if(X===0){hasDuplicate=true}return X}}else{if(document.createRange){I=function(Y,W){var X=Y.ownerDocument.createRange(),V=W.ownerDocument.createRange();X.selectNode(Y);X.collapse(true);V.selectNode(W);V.collapse(true);var Z=X.compareBoundaryPoints(Range.START_TO_END,V);if(Z===0){hasDuplicate=true}return Z}}}}(function(){var W=document.createElement("form"),X="script"+(new Date).getTime();W.innerHTML="<input name='"+X+"'/>";var V=document.documentElement;V.insertBefore(W,V.firstChild);if(!!document.getElementById(X)){K.find.ID=function(Z,aa,ab){if(typeof aa.getElementById!=="undefined"&&!ab){var Y=aa.getElementById(Z[1]);return Y?Y.id===Z[1]||typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id").nodeValue===Z[1]?[Y]:g:[]}};K.filter.ID=function(aa,Y){var Z=typeof aa.getAttributeNode!=="undefined"&&aa.getAttributeNode("id");return aa.nodeType===1&&Z&&Z.nodeValue===Y}}V.removeChild(W)})();(function(){var V=document.createElement("div");V.appendChild(document.createComment(""));if(V.getElementsByTagName("*").length>0){K.find.TAG=function(W,aa){var Z=aa.getElementsByTagName(W[1]);if(W[1]==="*"){var Y=[];for(var X=0;Z[X];X++){if(Z[X].nodeType===1){Y.push(Z[X])}}Z=Y}return Z}}V.innerHTML="<a href='#'></a>";if(V.firstChild&&typeof V.firstChild.getAttribute!=="undefined"&&V.firstChild.getAttribute("href")!=="#"){K.attrHandle.href=function(W){return W.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var V=H,W=document.createElement("div");W.innerHTML="<p class='TEST'></p>";if(W.querySelectorAll&&W.querySelectorAll(".TEST").length===0){return}H=function(aa,Z,X,Y){Z=Z||document;if(!Y&&Z.nodeType===9&&!S(Z)){try{return G(Z.querySelectorAll(aa),X)}catch(ab){}}return V(aa,Z,X,Y)};H.find=V.find;H.filter=V.filter;H.selectors=V.selectors;H.matches=V.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var V=document.createElement("div");V.innerHTML="<div class='test e'></div><div class='test'></div>";if(V.getElementsByClassName("e").length===0){return}V.lastChild.className="e";if(V.getElementsByClassName("e").length===1){return}K.order.splice(1,0,"CLASS");K.find.CLASS=function(W,X,Y){if(typeof X.getElementsByClassName!=="undefined"&&!Y){return X.getElementsByClassName(W[1])}}})()}function R(W,ab,aa,af,ac,ae){var ad=W=="previousSibling"&&!ae;for(var Y=0,X=af.length;Y<X;Y++){var V=af[Y];if(V){if(ad&&V.nodeType===1){V.sizcache=aa;V.sizset=Y}V=V[W];var Z=false;while(V){if(V.sizcache===aa){Z=af[V.sizset];break}if(V.nodeType===1&&!ae){V.sizcache=aa;V.sizset=Y}if(V.nodeName===ab){Z=V;break}V=V[W]}af[Y]=Z}}}function U(W,ab,aa,af,ac,ae){var ad=W=="previousSibling"&&!ae;for(var Y=0,X=af.length;Y<X;Y++){var V=af[Y];if(V){if(ad&&V.nodeType===1){V.sizcache=aa;V.sizset=Y}V=V[W];var Z=false;while(V){if(V.sizcache===aa){Z=af[V.sizset];break}if(V.nodeType===1){if(!ae){V.sizcache=aa;V.sizset=Y}if(typeof ab!=="string"){if(V===ab){Z=true;break}}else{if(H.filter(ab,[V]).length>0){Z=V;break}}}V=V[W]}af[Y]=Z}}}var M=document.compareDocumentPosition?function(W,V){return W.compareDocumentPosition(V)&16}:function(W,V){return W!==V&&(W.contains?W.contains(V):true)};var S=function(V){return V.nodeType===9&&V.documentElement.nodeName!=="HTML"||!!V.ownerDocument&&S(V.ownerDocument)};var L=function(V,ac){var Y=[],Z="",aa,X=ac.nodeType?[ac]:ac;while((aa=K.match.PSEUDO.exec(V))){Z+=aa[0];V=V.replace(K.match.PSEUDO,"")}V=K.relative[V]?V+"*":V;for(var ab=0,W=X.length;ab<W;ab++){H(V,X[ab],Y)}return H.filter(Z,Y)};p.find=H;p.filter=H.filter;p.expr=H.selectors;p.expr[":"]=p.expr.filters;H.selectors.filters.hidden=function(V){return V.offsetWidth===0||V.offsetHeight===0};H.selectors.filters.visible=function(V){return V.offsetWidth>0||V.offsetHeight>0};H.selectors.filters.animated=function(V){return p.grep(p.timers,function(W){return V===W.elem}).length};p.multiFilter=function(X,V,W){if(W){X=":not("+X+")"}return H.matches(X,V)};p.dir=function(X,W){var V=[],Y=X[W];while(Y&&Y!=document){if(Y.nodeType==1){V.push(Y)}Y=Y[W]}return V};p.nth=function(Z,V,X,Y){V=V||1;var W=0;for(;Z;Z=Z[X]){if(Z.nodeType==1&&++W==V){break}}return Z};p.sibling=function(X,W){var V=[];for(;X;X=X.nextSibling){if(X.nodeType==1&&X!=W){V.push(X)}}return V};return;m.Sizzle=H})();p.event={add:function(K,H,J,M){if(K.nodeType==3||K.nodeType==8){return}if(K.setInterval&&K!=m){K=m}if(!J.guid){J.guid=this.guid++}if(M!==g){var I=J;J=this.proxy(I);J.data=M}var G=p.data(K,"events")||p.data(K,"events",{}),L=p.data(K,"handle")||p.data(K,"handle",function(){return typeof p!=="undefined"&&!p.event.triggered?p.event.handle.apply(arguments.callee.elem,arguments):g});L.elem=K;p.each(H.split(/\s+/),function(O,P){var Q=P.split(".");P=Q.shift();J.type=Q.slice().sort().join(".");var N=G[P];if(p.event.specialAll[P]){p.event.specialAll[P].setup.call(K,M,Q)}if(!N){N=G[P]={};if(!p.event.special[P]||p.event.special[P].setup.call(K,M,Q)===false){if(K.addEventListener){K.addEventListener(P,L,false)}else{if(K.attachEvent){K.attachEvent("on"+P,L)}}}}N[J.guid]=J;p.event.global[P]=true});K=null},guid:1,global:{},remove:function(M,J,L){if(M.nodeType==3||M.nodeType==8){return}var I=p.data(M,"events"),H,G;if(I){if(J===g||(typeof J==="string"&&J.charAt(0)==".")){for(var K in I){this.remove(M,K+(J||""))}}else{if(J.type){L=J.handler;J=J.type}p.each(J.split(/\s+/),function(O,Q){var S=Q.split(".");Q=S.shift();var P=RegExp("(^|\\.)"+S.slice().sort().join(".*\\.")+"(\\.|$)");if(I[Q]){if(L){delete I[Q][L.guid]}else{for(var R in I[Q]){if(P.test(I[Q][R].type)){delete I[Q][R]}}}if(p.event.specialAll[Q]){p.event.specialAll[Q].teardown.call(M,S)}for(H in I[Q]){break}if(!H){if(!p.event.special[Q]||p.event.special[Q].teardown.call(M,S)===false){if(M.removeEventListener){M.removeEventListener(Q,p.data(M,"handle"),false)}else{if(M.detachEvent){M.detachEvent("on"+Q,p.data(M,"handle"))}}}H=null;delete I[Q]}}})}for(H in I){break}if(!H){var N=p.data(M,"handle");if(N){N.elem=null}p.removeData(M,"events");p.removeData(M,"handle")}}},trigger:function(K,M,J,G){var I=K.type||K;if(!G){K=typeof K==="object"?K[h]?K:p.extend(p.Event(I),K):p.Event(I);if(I.indexOf("!")>=0){K.type=I=I.slice(0,-1);K.exclusive=true}if(!J){K.stopPropagation();if(this.global[I]){p.each(p.cache,function(){if(this.events&&this.events[I]){p.event.trigger(K,M,this.handle.elem)}})}}if(!J||J.nodeType==3||J.nodeType==8){return g}K.result=g;K.target=J;M=p.makeArray(M);M.unshift(K)}K.currentTarget=J;var L=p.data(J,"handle");if(L){L.apply(J,M)}if((!J[I]||(p.nodeName(J,"a")&&I=="click"))&&J["on"+I]&&J["on"+I].apply(J,M)===false){K.result=false}if(!G&&J[I]&&!K.isDefaultPrevented()&&!(p.nodeName(J,"a")&&I=="click")){this.triggered=true;try{J[I]()}catch(N){}}this.triggered=false;if(!K.isPropagationStopped()){var H=J.parentNode||J.ownerDocument;if(H){p.event.trigger(K,M,H,true)}}},handle:function(M){var L,G;M=arguments[0]=p.event.fix(M||m.event);M.currentTarget=this;var N=M.type.split(".");M.type=N.shift();L=!N.length&&!M.exclusive;var K=RegExp("(^|\\.)"+N.slice().sort().join(".*\\.")+"(\\.|$)");G=(p.data(this,"events")||{})[M.type];for(var I in G){var J=G[I];if(L||K.test(J.type)){M.handler=J;M.data=J.data;var H=J.apply(this,arguments);if(H!==g){M.result=H;if(H===false){M.preventDefault();M.stopPropagation()}}if(M.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(J){if(J[h]){return J}var H=J;J=p.Event(H);for(var I=this.props.length,L;I;){L=this.props[--I];J[L]=H[L]}if(!J.target){J.target=J.srcElement||document}if(J.target.nodeType==3){J.target=J.target.parentNode}if(!J.relatedTarget&&J.fromElement){J.relatedTarget=J.fromElement==J.target?J.toElement:J.fromElement}if(J.pageX==null&&J.clientX!=null){var K=document.documentElement,G=document.body;J.pageX=J.clientX+(K&&K.scrollLeft||G&&G.scrollLeft||0)-(K.clientLeft||0);J.pageY=J.clientY+(K&&K.scrollTop||G&&G.scrollTop||0)-(K.clientTop||0)}if(!J.which&&((J.charCode||J.charCode===0)?J.charCode:J.keyCode)){J.which=J.charCode||J.keyCode}if(!J.metaKey&&J.ctrlKey){J.metaKey=J.ctrlKey}if(!J.which&&J.button){J.which=(J.button&1?1:(J.button&2?3:(J.button&4?2:0)))}return J},proxy:function(H,G){G=G||function(){return H.apply(this,arguments)};G.guid=H.guid=H.guid||G.guid||this.guid++;return G},special:{ready:{setup:D,teardown:function(){}}},specialAll:{live:{setup:function(G,H){p.event.add(this,H[0],c)},teardown:function(I){if(I.length){var G=0,H=RegExp("(^|\\.)"+I[0]+"(\\.|$)");p.each((p.data(this,"events").live||{}),function(){if(H.test(this.type)){G++}});if(G<1){p.event.remove(this,I[0],c)}}}}}};p.Event=function(G){if(!this.preventDefault){return new p.Event(G)}if(G&&G.type){this.originalEvent=G;this.type=G.type}else{this.type=G}this.timeStamp=e();this[h]=true};function l(){return false}function w(){return true}p.Event.prototype={preventDefault:function(){this.isDefaultPrevented=w;var G=this.originalEvent;if(!G){return}if(G.preventDefault){G.preventDefault()}G.returnValue=false},stopPropagation:function(){this.isPropagationStopped=w;var G=this.originalEvent;if(!G){return}if(G.stopPropagation){G.stopPropagation()}G.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=w;this.stopPropagation()},isDefaultPrevented:l,isPropagationStopped:l,isImmediatePropagationStopped:l};var a=function(H){var G=H.relatedTarget;while(G&&G!=this){try{G=G.parentNode}catch(I){G=this}}if(G!=this){H.type=H.data;p.event.handle.apply(this,arguments)}};p.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(H,G){p.event.special[G]={setup:function(){p.event.add(this,H,a,G)},teardown:function(){p.event.remove(this,H,a)}}});p.fn.extend({bind:function(H,I,G){return H=="unload"?this.one(H,I,G):this.each(function(){p.event.add(this,H,G||I,G&&I)})},one:function(I,J,H){var G=p.event.proxy(H||J,function(K){p(this).unbind(K,G);return(H||J).apply(this,arguments)});return this.each(function(){p.event.add(this,I,G,H&&J)})},unbind:function(H,G){return this.each(function(){p.event.remove(this,H,G)})},trigger:function(G,H){return this.each(function(){p.event.trigger(G,H,this)})},triggerHandler:function(G,I){if(this[0]){var H=p.Event(G);H.preventDefault();H.stopPropagation();p.event.trigger(H,I,this[0]);return H.result}},toggle:function(I){var G=arguments,H=1;while(H<G.length){p.event.proxy(I,G[H++])}return this.click(p.event.proxy(I,function(J){this.lastToggle=(this.lastToggle||0)%H;J.preventDefault();return G[this.lastToggle++].apply(this,arguments)||false}))},hover:function(G,H){return this.mouseenter(G).mouseleave(H)},ready:function(G){D();if(p.isReady){G.call(document,p)}else{p.readyList.push(G)}return this},live:function(I,H){var G=p.event.proxy(H);G.guid+=this.selector+I;p(document).bind(j(I,this.selector),this.selector,G);return this},die:function(H,G){p(document).unbind(j(H,this.selector),G?{guid:G.guid+this.selector+H}:null);return this}});function c(J){var G=RegExp("(^|\\.)"+J.type+"(\\.|$)"),I=true,H=[];p.each(p.data(this,"events").live||[],function(K,L){if(G.test(L.type)){var M=p(J.target).closest(L.data)[0];if(M){H.push({elem:M,fn:L})}}});H.sort(function(L,K){return p.data(L.elem,"closest")-p.data(K.elem,"closest")});p.each(H,function(){if(this.fn.call(this.elem,J,this.fn.data)===false){return(I=false)}});return I}function j(H,G){return["live",H,G.replace(/\./g,"`").replace(/ /g,"|")].join(".")}p.extend({isReady:false,readyList:[],ready:function(){if(!p.isReady){p.isReady=true;if(p.readyList){p.each(p.readyList,function(){this.call(document,p)});p.readyList=null}p(document).triggerHandler("ready")}}});var z=false;function D(){if(z){return}z=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);p.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);p.ready()}});if(document.documentElement.doScroll&&m==m.top){(function(){if(p.isReady){return}try{document.documentElement.doScroll("left")}catch(G){setTimeout(arguments.callee,0);return}p.ready()})()}}}p.event.add(m,"load",p.ready)}p.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(H,G){p.fn[G]=function(I){return I?this.bind(G,I):this.trigger(G)}});p(m).bind("unload",function(){for(var G in p.cache){if(G!=1&&p.cache[G].handle){p.event.remove(p.cache[G].handle.elem)}}});(function(){p.support={};var H=document.documentElement,I=document.createElement("script"),M=document.createElement("div"),L="script"+(new Date).getTime();M.style.display="none";M.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 J=M.getElementsByTagName("*"),G=M.getElementsByTagName("a")[0];if(!J||!J.length||!G){return}p.support={leadingWhitespace:M.firstChild.nodeType==3,tbody:!M.getElementsByTagName("tbody").length,objectAll:!!M.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!M.getElementsByTagName("link").length,style:/red/.test(G.getAttribute("style")),hrefNormalized:G.getAttribute("href")==="/a",opacity:G.style.opacity==="0.5",cssFloat:!!G.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};I.type="text/javascript";try{I.appendChild(document.createTextNode("window."+L+"=1;"))}catch(K){}H.insertBefore(I,H.firstChild);if(m[L]){p.support.scriptEval=true;delete m[L]}H.removeChild(I);if(M.attachEvent&&M.fireEvent){M.attachEvent("onclick",function(){p.support.noCloneEvent=false;M.detachEvent("onclick",arguments.callee)});M.cloneNode(true).fireEvent("onclick")}p(function(){var N=document.createElement("div");N.style.width=N.style.paddingLeft="1px";document.body.appendChild(N);p.boxModel=p.support.boxModel=N.offsetWidth===2;document.body.removeChild(N).style.display="none"})})();var y=p.support.cssFloat?"cssFloat":"styleFloat";p.props={"for":"htmlFor","class":"className","float":y,cssFloat:y,styleFloat:y,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};p.fn.extend({_load:p.fn.load,load:function(I,L,M){if(typeof I!=="string"){return this._load(I)}var K=I.indexOf(" ");if(K>=0){var G=I.slice(K,I.length);I=I.slice(0,K)}var J="GET";if(L){if(p.isFunction(L)){M=L;L=null}else{if(typeof L==="object"){L=p.param(L);J="POST"}}}var H=this;p.ajax({url:I,type:J,dataType:"html",data:L,complete:function(O,N){if(N=="success"||N=="notmodified"){H.html(G?p("<div/>").append(O.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(G):O.responseText)}if(M){H.each(M,[O.responseText,N,O])}}});return this},serialize:function(){return p.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?p.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(G,H){var I=p(this).val();return I==null?null:p.isArray(I)?p.map(I,function(K,J){return{name:H.name,value:K}}):{name:H.name,value:I}}).get()}});p.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(G,H){p.fn[H]=function(I){return this.bind(H,I)}});var t=e();p.extend({get:function(G,I,J,H){if(p.isFunction(I)){J=I;I=null}return p.ajax({type:"GET",url:G,data:I,success:J,dataType:H})},getScript:function(G,H){return p.get(G,null,H,"script")},getJSON:function(G,H,I){return p.get(G,H,I,"json")},post:function(G,I,J,H){if(p.isFunction(I)){J=I;I={}}return p.ajax({type:"POST",url:G,data:I,success:J,dataType:H})},ajaxSetup:function(G){p.extend(p.ajaxSettings,G)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return m.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(O){O=p.extend(true,O,p.extend(true,{},p.ajaxSettings,O));var Y,H=/=\?(&|$)/g,T,X,I=O.type.toUpperCase();if(O.data&&O.processData&&typeof O.data!=="string"){O.data=p.param(O.data)}if(O.dataType=="jsonp"){if(I=="GET"){if(!O.url.match(H)){O.url+=(O.url.match(/\?/)?"&":"?")+(O.jsonp||"callback")+"=?"}}else{if(!O.data||!O.data.match(H)){O.data=(O.data?O.data+"&":"")+(O.jsonp||"callback")+"=?"}}O.dataType="json"}if(O.dataType=="json"&&(O.data&&O.data.match(H)||O.url.match(H))){Y="jsonp"+t++;if(O.data){O.data=(O.data+"").replace(H,"="+Y+"$1")}O.url=O.url.replace(H,"="+Y+"$1");O.dataType="script";m[Y]=function(Z){X=Z;K();N();m[Y]=g;try{delete m[Y]}catch(aa){}if(J){J.removeChild(V)}}}if(O.dataType=="script"&&O.cache==null){O.cache=false}if(O.cache===false&&I=="GET"){var G=e();var W=O.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+G+"$2");O.url=W+((W==O.url)?(O.url.match(/\?/)?"&":"?")+"_="+G:"")}if(O.data&&I=="GET"){O.url+=(O.url.match(/\?/)?"&":"?")+O.data;O.data=null}if(O.global&&!p.active++){p.event.trigger("ajaxStart")}var S=/^(\w+:)?\/\/([^\/?#]+)/.exec(O.url);if(O.dataType=="script"&&I=="GET"&&S&&(S[1]&&S[1]!=location.protocol||S[2]!=location.host)){var J=document.getElementsByTagName("head")[0];var V=document.createElement("script");V.src=O.url;if(O.scriptCharset){V.charset=O.scriptCharset}if(!Y){var Q=false;V.onload=V.onreadystatechange=function(){if(!Q&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){Q=true;K();N();V.onload=V.onreadystatechange=null;J.removeChild(V)}}}J.appendChild(V);return g}var M=false;var L=O.xhr();if(O.username){L.open(I,O.url,O.async,O.username,O.password)}else{L.open(I,O.url,O.async)}try{if(O.data){L.setRequestHeader("Content-Type",O.contentType)}if(O.ifModified){L.setRequestHeader("If-Modified-Since",p.lastModified[O.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}L.setRequestHeader("X-Requested-With","XMLHttpRequest");L.setRequestHeader("Accept",O.dataType&&O.accepts[O.dataType]?O.accepts[O.dataType]+", */*":O.accepts._default)}catch(U){}if(O.beforeSend&&O.beforeSend(L,O)===false){if(O.global&&!--p.active){p.event.trigger("ajaxStop")}L.abort();return false}if(O.global){p.event.trigger("ajaxSend",[L,O])}var P=function(Z){if(L.readyState==0){if(R){clearInterval(R);R=null;if(O.global&&!--p.active){p.event.trigger("ajaxStop")}}}else{if(!M&&L&&(L.readyState==4||Z=="timeout")){M=true;if(R){clearInterval(R);R=null}T=Z=="timeout"?"timeout":!p.httpSuccess(L)?"error":O.ifModified&&p.httpNotModified(L,O.url)?"notmodified":"success";if(T=="success"){try{X=p.httpData(L,O.dataType,O)}catch(ab){T="parsererror"}}if(T=="success"){var aa;try{aa=L.getResponseHeader("Last-Modified")}catch(ab){}if(O.ifModified&&aa){p.lastModified[O.url]=aa}if(!Y){K()}}else{p.handleError(O,L,T)}N();if(Z){L.abort()}if(O.async){L=null}}}};if(O.async){var R=setInterval(P,13);if(O.timeout>0){setTimeout(function(){if(L&&!M){P("timeout")}},O.timeout)}}try{L.send(O.data)}catch(U){p.handleError(O,L,null,U)}if(!O.async){P()}function K(){if(O.success){O.success(X,T)}if(O.global){p.event.trigger("ajaxSuccess",[L,O])}}function N(){if(O.complete){O.complete(L,T)}if(O.global){p.event.trigger("ajaxComplete",[L,O])}if(O.global&&!--p.active){p.event.trigger("ajaxStop")}}return L},handleError:function(H,J,G,I){if(H.error){H.error(J,G,I)}if(H.global){p.event.trigger("ajaxError",[J,H,I])}},active:0,httpSuccess:function(H){try{return !H.status&&location.protocol=="file:"||(H.status>=200&&H.status<300)||H.status==304||H.status==1223}catch(G){}return false},httpNotModified:function(I,G){try{var J=I.getResponseHeader("Last-Modified");return I.status==304||J==p.lastModified[G]}catch(H){}return false},httpData:function(L,J,I){var H=L.getResponseHeader("content-type"),G=J=="xml"||!J&&H&&H.indexOf("xml")>=0,K=G?L.responseXML:L.responseText;if(G&&K.documentElement.tagName=="parsererror"){throw"parsererror"}if(I&&I.dataFilter){K=I.dataFilter(K,J)}if(typeof K==="string"){if(J=="script"){p.globalEval(K)}if(J=="json"){K=m["eval"]("("+K+")")}}return K},param:function(G){var I=[];function J(K,L){I[I.length]=encodeURIComponent(K)+"="+encodeURIComponent(L)}if(p.isArray(G)||G.jquery){p.each(G,function(){J(this.name,this.value)})}else{for(var H in G){if(p.isArray(G[H])){p.each(G[H],function(){J(H,this)})}else{J(H,p.isFunction(G[H])?G[H]():G[H])}}}return I.join("&").replace(/%20/g,"+")}});var n={},o,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function v(H,G){var I={};p.each(d.concat.apply([],d.slice(0,G)),function(){I[this]=H});return I}p.fn.extend({show:function(L,N){if(L){return this.animate(v("show",3),L,N)}else{for(var J=0,H=this.length;J<H;J++){var G=p.data(this[J],"olddisplay");this[J].style.display=G||"";if(p.css(this[J],"display")==="none"){var I=this[J].tagName,M;if(n[I]){M=n[I]}else{var K=p("<"+I+" />").appendTo("body");M=K.css("display");if(M==="none"){M="block"}K.remove();n[I]=M}p.data(this[J],"olddisplay",M)}}for(var J=0,H=this.length;J<H;J++){this[J].style.display=p.data(this[J],"olddisplay")||""}return this}},hide:function(J,K){if(J){return this.animate(v("hide",3),J,K)}else{for(var I=0,H=this.length;I<H;I++){var G=p.data(this[I],"olddisplay");if(!G&&G!=="none"){p.data(this[I],"olddisplay",p.css(this[I],"display"))}}for(var I=0,H=this.length;I<H;I++){this[I].style.display="none"}return this}},_toggle:p.fn.toggle,toggle:function(I,H){var G=typeof I==="boolean";return p.isFunction(I)&&p.isFunction(H)?this._toggle.apply(this,arguments):I==null||G?this.each(function(){var J=G?I:p(this).is(":hidden");p(this)[J?"show":"hide"]()}):this.animate(v("toggle",3),I,H)},fadeTo:function(G,I,H){return this.animate({opacity:I},G,H)},animate:function(K,H,J,I){var G=p.speed(H,J,I);return this[G.queue===false?"each":"queue"](function(){var M=p.extend({},G),O,N=this.nodeType==1&&p(this).is(":hidden"),L=this;for(O in K){if(K[O]=="hide"&&N||K[O]=="show"&&!N){return M.complete.call(this)}if((O=="height"||O=="width")&&this.style){M.display=p.css(this,"display");M.overflow=this.style.overflow}}if(M.overflow!=null){this.style.overflow="hidden"}M.curAnim=p.extend({},K);p.each(K,function(Q,U){var T=new p.fx(L,M,Q);if(/toggle|show|hide/.test(U)){T[U=="toggle"?N?"show":"hide":U](K)}else{var S=U.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),V=T.cur(true)||0;if(S){var P=parseFloat(S[2]),R=S[3]||"px";if(R!="px"){L.style[Q]=(P||1)+R;V=((P||1)/T.cur(true))*V;L.style[Q]=V+R}if(S[1]){P=((S[1]=="-="?-1:1)*P)+V}T.custom(V,P,R)}else{T.custom(V,U,"")}}});return true})},stop:function(H,G){var I=p.timers;if(H){this.queue([])}this.each(function(){for(var J=I.length-1;J>=0;J--){if(I[J].elem==this){if(G){I[J](true)}I.splice(J,1)}}});if(!G){this.dequeue()}return this}});p.each({slideDown:v("show",1),slideUp:v("hide",1),slideToggle:v("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(G,H){p.fn[G]=function(I,J){return this.animate(H,I,J)}});p.extend({speed:function(I,J,H){var G=typeof I==="object"?I:{complete:H||!H&&J||p.isFunction(I)&&I,duration:I,easing:H&&J||J&&!p.isFunction(J)&&J};G.duration=p.fx.off?0:typeof G.duration==="number"?G.duration:p.fx.speeds[G.duration]||p.fx.speeds._default;G.old=G.complete;G.complete=function(){if(G.queue!==false){p(this).dequeue()}if(p.isFunction(G.old)){G.old.call(this)}};return G},easing:{linear:function(I,J,G,H){return G+H*I},swing:function(I,J,G,H){return((-Math.cos(I*Math.PI)/2)+0.5)*H+G}},timers:[],fx:function(H,G,I){this.options=G;this.elem=H;this.prop=I;if(!G.orig){G.orig={}}}});p.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(p.fx.step[this.prop]||p.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(H){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var G=parseFloat(p.css(this.elem,this.prop,H));return G&&G>-10000?G:parseFloat(p.curCSS(this.elem,this.prop))||0},custom:function(K,J,I){this.startTime=e();this.start=K;this.end=J;this.unit=I||this.unit||"px";this.now=this.start;this.pos=this.state=0;var G=this;function H(L){return G.step(L)}H.elem=this.elem;if(H()&&p.timers.push(H)&&!o){o=setInterval(function(){var M=p.timers;for(var L=0;L<M.length;L++){if(!M[L]()){M.splice(L--,1)}}if(!M.length){clearInterval(o);o=g}},13)}},show:function(){this.options.orig[this.prop]=p.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());p(this.elem).show()},hide:function(){this.options.orig[this.prop]=p.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(J){var I=e();if(J||I>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var G=true;for(var H in this.options.curAnim){if(this.options.curAnim[H]!==true){G=false}}if(G){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(p.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){p(this.elem).hide()}if(this.options.hide||this.options.show){for(var K in this.options.curAnim){p.attr(this.elem.style,K,this.options.orig[K])}}this.options.complete.call(this.elem)}return false}else{var L=I-this.startTime;this.state=L/this.options.duration;this.pos=p.easing[this.options.easing||(p.easing.swing?"swing":"linear")](this.state,L,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};p.extend(p.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(G){p.attr(G.elem.style,"opacity",G.now)},_default:function(G){if(G.elem.style&&G.elem.style[G.prop]!=null){G.elem.style[G.prop]=G.now+G.unit}else{G.elem[G.prop]=G.now}}}});if(document.documentElement.getBoundingClientRect){p.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return p.offset.bodyOffset(this[0])}var I=this[0].getBoundingClientRect(),L=this[0].ownerDocument,H=L.body,G=L.documentElement,N=G.clientTop||H.clientTop||0,M=G.clientLeft||H.clientLeft||0,K=I.top+(self.pageYOffset||p.boxModel&&G.scrollTop||H.scrollTop)-N,J=I.left+(self.pageXOffset||p.boxModel&&G.scrollLeft||H.scrollLeft)-M;return{top:K,left:J}}}else{p.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return p.offset.bodyOffset(this[0])}p.offset.initialized||p.offset.initialize();var L=this[0],I=L.offsetParent,H=L,Q=L.ownerDocument,O,J=Q.documentElement,M=Q.body,N=Q.defaultView,G=N.getComputedStyle(L,null),P=L.offsetTop,K=L.offsetLeft;while((L=L.parentNode)&&L!==M&&L!==J){O=N.getComputedStyle(L,null);P-=L.scrollTop,K-=L.scrollLeft;if(L===I){P+=L.offsetTop,K+=L.offsetLeft;if(p.offset.doesNotAddBorder&&!(p.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(L.tagName))){P+=parseInt(O.borderTopWidth,10)||0,K+=parseInt(O.borderLeftWidth,10)||0}H=I,I=L.offsetParent}if(p.offset.subtractsBorderForOverflowNotVisible&&O.overflow!=="visible"){P+=parseInt(O.borderTopWidth,10)||0,K+=parseInt(O.borderLeftWidth,10)||0}G=O}if(G.position==="relative"||G.position==="static"){P+=M.offsetTop,K+=M.offsetLeft}if(G.position==="fixed"){P+=Math.max(J.scrollTop,M.scrollTop),K+=Math.max(J.scrollLeft,M.scrollLeft)}return{top:P,left:K}}}p.offset={initialize:function(){if(this.initialized){return}var N=document.body,H=document.createElement("div"),J,I,P,K,O,G,L=N.style.marginTop,M='<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>';O={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(G in O){H.style[G]=O[G]}H.innerHTML=M;N.insertBefore(H,N.firstChild);J=H.firstChild,I=J.firstChild,K=J.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(I.offsetTop!==5);this.doesAddBorderForTableAndCells=(K.offsetTop===5);J.style.overflow="hidden",J.style.position="relative";this.subtractsBorderForOverflowNotVisible=(I.offsetTop===-5);N.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(N.offsetTop===0);N.style.marginTop=L;N.removeChild(H);this.initialized=true},bodyOffset:function(G){p.offset.initialized||p.offset.initialize();var I=G.offsetTop,H=G.offsetLeft;if(p.offset.doesNotIncludeMarginInBodyOffset){I+=parseInt(p.curCSS(G,"marginTop",true),10)||0,H+=parseInt(p.curCSS(G,"marginLeft",true),10)||0}return{top:I,left:H}}};p.fn.extend({position:function(){var K=0,J=0,H;if(this[0]){var I=this.offsetParent(),L=this.offset(),G=/^body|html$/i.test(I[0].tagName)?{top:0,left:0}:I.offset();L.top-=k(this,"marginTop");L.left-=k(this,"marginLeft");G.top+=k(I,"borderTopWidth");G.left+=k(I,"borderLeftWidth");H={top:L.top-G.top,left:L.left-G.left}}return H},offsetParent:function(){var G=this[0].offsetParent||document.body;while(G&&(!/^body|html$/i.test(G.tagName)&&p.css(G,"position")=="static")){G=G.offsetParent}return p(G)}});p.each(["Left","Top"],function(H,G){var I="scroll"+G;p.fn[I]=function(J){if(!this[0]){return null}return J!==g?this.each(function(){this==m||this==document?m.scrollTo(!H?J:p(m).scrollLeft(),H?J:p(m).scrollTop()):this[I]=J}):this[0]==m||this[0]==document?self[H?"pageYOffset":"pageXOffset"]||p.boxModel&&document.documentElement[I]||document.body[I]:this[0][I]}});p.each(["Height","Width"],function(K,I){var G=K?"Left":"Top",J=K?"Right":"Bottom",H=I.toLowerCase();p.fn["inner"+I]=function(){return this[0]?p.css(this[0],H,false,"padding"):null};p.fn["outer"+I]=function(M){return this[0]?p.css(this[0],H,false,M?"margin":"border"):null};var L=I.toLowerCase();p.fn[L]=function(M){return this[0]==m?document.compatMode=="CSS1Compat"&&document.documentElement["client"+I]||document.body["client"+I]:this[0]==document?Math.max(document.documentElement["client"+I],document.body["scroll"+I],document.documentElement["scroll"+I],document.body["offset"+I],document.documentElement["offset"+I]):M===g?(this.length?p.css(this[0],L):null):this.css(L,typeof M==="string"?M:M+"px")}})})();var Cufon=(function(){var P=function(){return P.replace.apply(null,arguments)};var D=P.DOM={ready:(function(){var c=false,a={loaded:1,complete:1};var d=[],b=function(){if(c){return}c=true;for(var e;e=d.shift();e()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",b,false);window.addEventListener("pageshow",b,false)}if(!window.opera&&document.readyState){(function(){a[document.readyState]?b():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");b()}catch(e){setTimeout(arguments.callee,1)}})()}K(window,"load",b);return function(e){if(!arguments.length){b()}else{c?e():d.push(e)}}})(),root:function(){return document.documentElement||document.body}};var O=P.CSS={Size:function(a,b){this.value=parseFloat(a);this.unit=String(a).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/b*this.value};this.convertFrom=function(c){return c/this.value*b};this.toString=function(){return this.value+this.unit}},addClass:function(b,c){var a=b.className;b.className=a+(a&&" ")+c;return b},color:S(function(a){var b={};b.color=a.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,e,c){b.opacity=parseFloat(c);return"rgb("+e+")"});return b}),fontStretch:S(function(a){if(typeof a=="number"){return a}if(/%$/.test(a)){return parseFloat(a)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[a]||1}),getStyle:function(a){var b=document.defaultView;if(b&&b.getComputedStyle){return new ab(b.getComputedStyle(a,null))}if(a.currentStyle){return new ab(a.currentStyle)}return new ab(a.style)},gradient:S(function(b){var a={id:b,type:b.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},e=b.substr(b.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var c=0,f=e.length,d;c<f;++c){d=e[c].split("=",2).reverse();a.stops.push([d[1]||c/(f-1),d[0]])}return a}),hasClass:function(a,b){return RegExp("(?:^|\\s)"+b+"(?=\\s|$)").test(a.className)},quotedList:S(function(a){var b=[],c=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,d;while(d=c.exec(a)){b.push(d[3]||d[1])}return b}),recognizesMedia:S(function(a){var c=document.createElement("style"),d,e,f;c.type="text/css";c.media=a;try{c.appendChild(document.createTextNode("/**/"))}catch(b){}e=V("head")[0];e.insertBefore(c,e.firstChild);d=(c.sheet||c.styleSheet);f=d&&!d.disabled;e.removeChild(c);return f}),removeClass:function(a,b){var c=RegExp("(?:^|\\s+)"+b+"(?=\\s|$)","g");a.className=a.className.replace(c,"");return a},supports:function(a,b){var c=document.createElement("span").style;if(c[a]===undefined){return false}c[a]=b;return c[a]===b},textAlign:function(a,b,d,c){if(b.get("textAlign")=="right"){if(d>0){a=" "+a}}else{if(d<c-1){a+=" "}}return a},textDecoration:function(a,b){if(!b){b=this.getStyle(a)}var e={underline:null,overline:null,"line-through":null};for(var f=a;f.parentNode&&f.parentNode.nodeType==1;){var c=true;for(var d in e){if(!R(e,d)||e[d]){continue}if(b.get("textDecoration").indexOf(d)!=-1){e[d]=b.get("color")}c=false}if(c){break}b=this.getStyle(f=f.parentNode)}return e},textShadow:S(function(b){if(b=="none"){return null}var c=[],a={},f,e=0;var d=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(f=d.exec(b)){if(f[0]==","){c.push(a);a={};e=0}else{if(f[1]){a.color=f[1]}else{a[["offX","offY","blur"][e++]]=f[2]}}}c.push(a);return c}),textTransform:(function(){var a={uppercase:function(b){return b.toUpperCase()},lowercase:function(b){return b.toLowerCase()},capitalize:function(b){return b.replace(/\b./g,function(c){return c.toUpperCase()})}};return function(b,c){var d=a[c.get("textTransform")];return d?d(b):b}})(),whiteSpace:(function(){var a={inline:1,"inline-block":1,"run-in":1};return function(b,d,c){if(a[d.get("display")]){return b}if(!c.previousSibling){b=b.replace(/^\s+/,"")}if(!c.nextSibling){b=b.replace(/\s+$/,"")}return b}})()};O.ready=(function(){var c=!O.recognizesMedia("all"),j=false;var a=[],f=function(){c=true;for(var k;k=a.shift();k()){}};var e=V("link"),d=V("style");function b(k){return k.disabled||g(k.sheet,k.media||"screen")}function g(q,n){if(!O.recognizesMedia(n||"all")){return true}if(!q||q.disabled){return false}try{var m=q.cssRules,o;if(m){search:for(var k=0,l=m.length;o=m[k],k<l;++k){switch(o.type){case 2:break;case 3:if(!g(o.styleSheet,o.media.mediaText)){return false}break;default:break search}}}}catch(p){}return true}function h(){if(document.createStyleSheet){return true}var k,l;for(l=0;k=e[l];++l){if(k.rel.toLowerCase()=="stylesheet"&&!b(k)){return false}}for(l=0;k=d[l];++l){if(!b(k)){return false}}return true}D.ready(function(){if(!j){j=O.getStyle(document.body).isUsable()}if(c||(j&&h())){f()}else{setTimeout(arguments.callee,10)}});return function(k){if(c){k()}else{a.push(k)}}})();function I(a){var b=this.face=a.face;this.glyphs=a.glyphs;this.w=a.w;this.baseSize=parseInt(b["units-per-em"],10);this.family=b["font-family"].toLowerCase();this.weight=b["font-weight"];this.style=b["font-style"]||"normal";this.viewBox=(function(){var c=b.bbox.split(/\s+/);var d={minX:parseInt(c[0],10),minY:parseInt(c[1],10),maxX:parseInt(c[2],10),maxY:parseInt(c[3],10)};d.width=d.maxX-d.minX;d.height=d.maxY-d.minY;d.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return d})();this.ascent=-parseInt(b.ascent,10);this.descent=-parseInt(b.descent,10);this.height=-this.ascent+this.descent}function W(){var a={},b={oblique:"italic",italic:"oblique"};this.add=function(c){(a[c.style]||(a[c.style]={}))[c.weight]=c};this.get=function(f,e){var g=a[f]||a[b[f]]||a.normal||a.italic||a.oblique;if(!g){return null}e={normal:400,bold:700}[e]||parseInt(e,10);if(g[e]){return g[e]}var j={1:1,99:0}[e%100],c=[],h,k;if(j===undefined){j=e>400}if(e==500){e=400}for(var d in g){if(!R(g,d)){continue}d=parseInt(d,10);if(!h||d<h){h=d}if(!k||d>k){k=d}c.push(d)}if(e<h){e=h}if(e>k){e=k}c.sort(function(m,l){return(j?(m>e&&l>e)?m<l:m>l:(m<e&&l<e)?m>l:m<l)?-1:1});return g[c[0]]}}function J(){function b(f,e){if(f.contains){return f.contains(e)}return f.compareDocumentPosition(e)&16}function d(e){var f=e.relatedTarget;if(!f||b(this,f)){return}c(this)}function a(e){c(this)}function c(e){setTimeout(function(){P.replace(e,Y.get(e).options,true)},10)}this.attach=function(e){if(e.onmouseenter===undefined){K(e,"mouseover",d);K(e,"mouseout",d)}else{K(e,"mouseenter",a);K(e,"mouseleave",a)}}}function G(){var b=[],a={};function c(d){var g=[],e;for(var f=0;e=d[f];++f){g[f]=b[a[e]]}return g}this.add=function(d,e){a[d]=b.push(e)-1};this.repeat=function(){var f=arguments.length?c(arguments):b,e;for(var d=0;e=f[d++];){P.replace(e[0],e[1],true)}}}function M(){var a={},c=0;function b(d){return d.cufid||(d.cufid=++c)}this.get=function(e){var d=b(e);return a[d]||(a[d]={})}}function ab(c){var a={},b={};this.extend=function(e){for(var d in e){if(R(e,d)){a[d]=e[d]}}return this};this.get=function(d){return a[d]!=undefined?a[d]:c[d]};this.getSize=function(d,e){return b[d]||(b[d]=new O.Size(this.get(d),e))};this.isUsable=function(){return !!c}}function K(b,c,a){if(b.addEventListener){b.addEventListener(c,a,false)}else{if(b.attachEvent){b.attachEvent("on"+c,function(){return a.call(b,window.event)})}}}function F(b,c){var a=Y.get(b);if(a.options){return b}if(c.hover&&c.hoverables[b.nodeName.toLowerCase()]){aa.attach(b)}a.options=c;return b}function S(b){var a={};return function(c){if(!R(a,c)){a[c]=b.apply(null,arguments)}return a[c]}}function Z(a,b){var e=O.quotedList(b.get("fontFamily").toLowerCase()),c;for(var d=0;c=e[d];++d){if(T[c]){return T[c].get(b.get("fontStyle"),b.get("fontWeight"))}}return null}function V(a){return document.getElementsByTagName(a)}function R(a,b){return a.hasOwnProperty(b)}function U(){var e={},c,a;for(var b=0,d=arguments.length;c=arguments[b],b<d;++b){for(a in c){if(R(c,a)){e[a]=c[a]}}}return e}function N(n,e,b,d,m,a){var g=document.createDocumentFragment(),k;if(e===""){return g}var f=d.separate;var j=e.split(L[f]),c=(f=="words");if(c&&H){if(/^\s/.test(e)){j.unshift("")}if(/\s$/.test(e)){j.push("")}}for(var h=0,l=j.length;h<l;++h){k=B[d.engine](n,c?O.textAlign(j[h],b,h,l):j[h],b,d,m,a,h<l-1);if(k){g.appendChild(k)}}return g}function Q(b,d){var c=O.getStyle(F(b,d)).extend(d);var a=Z(b,c),j,f,g,h,e;for(j=b.firstChild;j;j=g){f=j.nodeType;g=j.nextSibling;if(f==3){if(h){h.appendData(j.data);b.removeChild(j)}else{h=j}if(g){continue}}if(h){b.replaceChild(N(a,O.whiteSpace(h.data,c,h),c,d,j,b),h);h=null}if(f==1&&j.firstChild){if(O.hasClass(j,"cufon")){B[d.engine](a,null,c,d,j,b)}else{arguments.callee(j,d)}}}}var H=" ".split(/\s+/).length==0;var Y=new M();var aa=new J();var C=new G();var X=false;var B={},T={},E={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(a){return jQuery(a)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.$$&&function(a){return $$(a)})||(window.$&&function(a){return $(a)})||(document.querySelectorAll&&function(a){return document.querySelectorAll(a)})||V),separate:"words",textShadow:"none"};var L={words:/[^\S\u00a0]+/,characters:"",none:/^/};P.now=function(){D.ready();return P};P.refresh=function(){C.repeat.apply(C,arguments);return P};P.registerEngine=function(a,b){if(!b){return P}B[a]=b;return P.set("engine",a)};P.registerFont=function(a){var c=new I(a),b=c.family;if(!T[b]){T[b]=new W()}T[b].add(c);return P.set("fontFamily",'"'+b+'"')};P.replace=function(a,b,c){b=U(E,b);if(!b.engine){return P}if(!X){O.addClass(D.root(),"cufon-active cufon-loading");O.ready(function(){O.addClass(O.removeClass(D.root(),"cufon-loading"),"cufon-ready")});X=true}if(b.hover){b.forceHitArea=true}if(typeof b.textShadow=="string"){b.textShadow=O.textShadow(b.textShadow)}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=O.gradient(b.color)}if(!c){C.add(a,arguments)}if(a.nodeType||typeof a=="string"){a=[a]}O.ready(function(){for(var e=0,f=a.length;e<f;++e){var d=a[e];if(typeof d=="string"){P.replace(b.selector(d),b,true)}else{Q(d,b)}}});return P};P.set=function(b,a){E[b]=a;return P};return P})();Cufon.registerEngine("canvas",(function(){var g=document.createElement("canvas");if(!g||!g.getContext||!g.getContext.apply){return}g=null;var h=Cufon.CSS.supports("display","inline-block");var k=!h&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var j=document.createElement("style");j.type="text/css";j.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(k?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(h?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(j);function l(a,s){var c=0,d=0;var t=[],b=/([mrvxe])([^a-z]*)/g,f;generate:for(var q=0;f=b.exec(a);++q){var e=f[2].split(",");switch(f[1]){case"v":t[q]={m:"bezierCurveTo",a:[c+~~e[0],d+~~e[1],c+~~e[2],d+~~e[3],c+=~~e[4],d+=~~e[5]]};break;case"r":t[q]={m:"lineTo",a:[c+=~~e[0],d+=~~e[1]]};break;case"m":t[q]={m:"moveTo",a:[c=~~e[0],d=~~e[1]]};break;case"x":t[q]={m:"closePath"};break;case"e":break generate}s[t[q].m].apply(s,t[q].a)}return t}function m(a,b){for(var c=0,d=a.length;c<d;++c){var e=a[c];b[e.m].apply(b,e.a)}}return function(aF,aD,a,aL,av,aC){var a3=(aD===null);if(a3){aD=av.alt}var az=aF.viewBox;var a1=a.getSize("fontSize",aF.baseSize);var c=a.get("letterSpacing");c=(c=="normal")?0:a1.convertFrom(parseInt(c,10));var ax=0,b=0,d=0,aH=0;var aB=aL.textShadow,f=[];if(aB){for(var aG=aB.length;aG--;){var aq=aB[aG];var x=a1.convertFrom(parseFloat(aq.offX));var an=a1.convertFrom(parseFloat(aq.offY));f[aG]=[x,an];if(an<ax){ax=an}if(x>b){b=x}if(an>d){d=an}if(x<aH){aH=x}}}var aw=Cufon.CSS.textTransform(aD,a).split(""),aP;var a2=aF.glyphs,aJ,aZ,aO;var a5=0,aV,ar=[];for(var aG=0,aK=0,aR=aw.length;aG<aR;++aG){aJ=a2[aP=aw[aG]]||aF.missingGlyph;if(!aJ){continue}if(aZ){a5-=aO=aZ[aP]||0;ar[aK-1]-=aO}a5+=aV=ar[aK++]=~~(aJ.w||aF.w)+c;aZ=aJ.k}if(aV===undefined){return null}b+=az.width-aV;aH+=az.minX;var aN,a0;if(a3){aN=av;a0=av.firstChild}else{aN=document.createElement("span");aN.className="cufon cufon-canvas";aN.alt=aD;a0=document.createElement("canvas");aN.appendChild(a0);if(aL.printable){var aM=document.createElement("span");aM.className="cufon-alt";aM.appendChild(document.createTextNode(aD));aN.appendChild(aM)}}var au=aN.style;var ao=a0.style;var a4=a1.convert(az.height);var ay=Math.ceil(a4);var e=ay/a4;var ap=e*Cufon.CSS.fontStretch(a.get("fontStretch"));var y=a5*ap;var aS=Math.ceil(a1.convert(y+b-aH));var aX=Math.ceil(a1.convert(az.height-ax+d));a0.width=aS;a0.height=aX;ao.width=aS+"px";ao.height=aX+"px";ax+=az.minY;ao.top=Math.round(a1.convert(ax-aF.ascent))+"px";ao.left=Math.round(a1.convert(aH))+"px";var aQ=Math.ceil(a1.convert(y))+"px";if(h){au.width=aQ;au.height=a1.convert(aF.height)+"px"}else{au.paddingLeft=aQ;au.paddingBottom=(a1.convert(aF.height)-1)+"px"}var aA=a0.getContext("2d"),at=a4/az.height;aA.scale(at,at*e);aA.translate(-aH,-ax);aA.lineWidth=aF.face["underline-thickness"];aA.save();function aY(n,o){aA.strokeStyle=o;aA.beginPath();aA.moveTo(0,n);aA.lineTo(a5,n);aA.stroke()}var aW=aL.enableTextDecoration?Cufon.CSS.textDecoration(aC,a):{};if(aW.underline){aY(-aF.face["underline-position"],aW.underline)}if(aW.overline){aY(aF.ascent,aW.overline)}function aI(){aA.scale(ap,1);for(var n=0,o=0,p=aw.length;n<p;++n){var q=a2[aw[n]]||aF.missingGlyph;if(!q){continue}if(q.d){aA.beginPath();if(q.code){m(q.code,aA)}else{q.code=l("m"+q.d,aA)}aA.fill()}aA.translate(ar[o++],0)}aA.restore()}if(aB){for(var aG=aB.length;aG--;){var aq=aB[aG];aA.save();aA.fillStyle=aq.color;aA.translate.apply(aA,f[aG]);aI()}}var aT=aL.textGradient;if(aT){var aE=aT.stops,aU=aA.createLinearGradient(0,az.minY,0,az.maxY);for(var aG=0,aR=aE.length;aG<aR;++aG){aU.addColorStop.apply(aU,aE[aG])}aA.fillStyle=aU}else{aA.fillStyle=a.get("color")}aI();if(aW["line-through"]){aY(-aF.descent,aW["line-through"])}return aN}})());Cufon.registerEngine("vml",(function(){var m=document.namespaces;if(!m){return}m.add("cvml","urn:schemas-microsoft-com:vml");m=null;var h=document.createElement("cvml:shape");h.style.behavior="url(#default#VML)";if(!h.coordsize){return}h=null;var k=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(k?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function o(b,a){return j(b,/(?:em|ex|%)$|^[a-z-]+$/i.test(a)?"1em":a)}function j(b,a){if(/px$/i.test(a)){return parseFloat(a)}var c=b.style.left,d=b.runtimeStyle.left;b.runtimeStyle.left=b.currentStyle.left;b.style.left=a.replace("%","em");var e=b.style.pixelLeft;b.style.left=c;b.runtimeStyle.left=d;return e}var l={};function n(f){var e=f.id;if(!l[e]){var a=f.stops,g=document.createElement("cvml:fill"),d=[];g.type="gradient";g.angle=180;g.focus="0";g.method="sigma";g.color=a[0][1];for(var b=1,c=a.length-1;b<c;++b){d.push(a[b][0]*100+"% "+a[b][1])}g.colors=d.join(",");g.color2=a[c][1];l[e]=g}return l[e]}return function(aI,aE,aT,aM,aw,aF,aY){var bb=(aE===null);if(bb){aE=aw.alt}var aA=aI.viewBox;var a9=aT.computedFontSize||(aT.computedFontSize=new Cufon.CSS.Size(o(aF,aT.get("fontSize"))+"px",aI.baseSize));var aZ=aT.computedLSpacing;if(aZ==undefined){aZ=aT.get("letterSpacing");aT.computedLSpacing=aZ=(aZ=="normal")?0:~~a9.convertFrom(j(aF,aZ))}var aU,a8;if(bb){aU=aw;a8=aw.firstChild}else{aU=document.createElement("span");aU.className="cufon cufon-vml";aU.alt=aE;a8=document.createElement("span");a8.className="cufon-vml-canvas";aU.appendChild(a8);if(aM.printable){var aO=document.createElement("span");aO.className="cufon-alt";aO.appendChild(document.createTextNode(aE));aU.appendChild(aO)}if(!aY){aU.appendChild(document.createElement("cvml:shape"))}}var av=aU.style;var e=a8.style;var bd=a9.convert(aA.height),aC=Math.ceil(bd);var a=aC/bd;var g=a*Cufon.CSS.fontStretch(aT.get("fontStretch"));var b=aA.minX,c=aA.minY;e.height=aC;e.top=Math.round(a9.convert(c-aI.ascent));e.left=Math.round(a9.convert(b));av.height=a9.convert(aI.height)+"px";var a4=aM.enableTextDecoration?Cufon.CSS.textDecoration(aF,aT):{};var aG=aT.get("color");var ay=Cufon.CSS.textTransform(aE,aT).split(""),aW;var ba=aI.glyphs,aK,a7,aQ;var be=0,au=[],d=0,a2;var a0,aB=aM.textShadow;for(var aJ=0,aL=0,aS=ay.length;aJ<aS;++aJ){aK=ba[aW=ay[aJ]]||aI.missingGlyph;if(!aK){continue}if(a7){be-=aQ=a7[aW]||0;au[aL-1]-=aQ}be+=a2=au[aL++]=~~(aK.w||aI.w)+aZ;a7=aK.k}if(a2===undefined){return null}var aX=-b+be+(aA.width-a2);var az=a9.convert(aX*g),aV=Math.round(az);var aq=aX+","+aA.height,bc;var ax="r"+aq+"ns";var a1=aM.textGradient&&n(aM.textGradient);for(aJ=0,aL=0;aJ<aS;++aJ){aK=ba[ay[aJ]]||aI.missingGlyph;if(!aK){continue}if(bb){a0=a8.childNodes[aL];while(a0.firstChild){a0.removeChild(a0.firstChild)}}else{a0=document.createElement("cvml:shape");a8.appendChild(a0)}a0.stroked="f";a0.coordsize=aq;a0.coordorigin=bc=(b-d)+","+c;a0.path=(aK.d?"m"+aK.d+"xe":"")+"m"+bc+ax;a0.fillcolor=aG;if(a1){a0.appendChild(a1.cloneNode(false))}var aD=a0.style;aD.width=aV;aD.height=aC;if(aB){var a5=aB[0],a6=aB[1];var aN=Cufon.CSS.color(a5.color),aR;var ar=document.createElement("cvml:shadow");ar.on="t";ar.color=aN.color;ar.offset=a5.offX+","+a5.offY;if(a6){aR=Cufon.CSS.color(a6.color);ar.type="double";ar.color2=aR.color;ar.offset2=a6.offX+","+a6.offY}ar.opacity=aN.opacity||(aR&&aR.opacity)||1;a0.appendChild(ar)}d+=au[aL++]}var at=a0.nextSibling,a3,aP;if(aM.forceHitArea){if(!at){at=document.createElement("cvml:rect");at.stroked="f";at.className="cufon-vml-cover";a3=document.createElement("cvml:fill");a3.opacity=0;at.appendChild(a3);a8.appendChild(at)}aP=at.style;aP.width=aV;aP.height=aC}else{if(at){a8.removeChild(at)}}av.width=Math.max(Math.ceil(a9.convert(be*g)),0);if(k){var f=aT.computedYAdjust;if(f===undefined){var aH=aT.get("lineHeight");if(aH=="normal"){aH="1em"}else{if(!isNaN(aH)){aH+="em"}}aT.computedYAdjust=f=0.5*(j(aF,aH)-parseFloat(av.height))}if(f){av.marginTop=Math.ceil(f)+"px";av.marginBottom=f+"px"}}return aU}})());Cufon.registerFont({w:560,face:{"font-family":"Mutlu","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 4 0 0 0 0 0 0 0",ascent:"800",descent:"-200","cap-height":"111",bbox:"-1237.63 -1482.6 2382 652","underline-thickness":"20","underline-position":"-123","unicode-range":"U+0020-U+0192"},glyphs:{" ":{w:235},"!":{d:"-91,279v-128,2,-222,-93,-222,-221v0,-89,60,-176,179,-260r115,-76v111,-74,167,-145,167,-213v0,-59,-31,-107,-93,-145v-1,-1,-2,-2,-1,-3v1,-1,2,-2,3,-1v62,38,95,84,99,139v8,-42,26,-135,38,-151v19,-26,66,-19,66,22v0,13,-7,37,-21,73r-137,353r-5,-1r41,-209v-38,87,-179,163,-264,224v-113,80,-169,163,-169,248v0,120,85,203,204,203v67,0,149,-78,170,-132v19,-47,17,-89,-2,-128v-34,14,-68,-12,-65,-48v-8,-3,-17,-4,-26,-4v-2,0,-3,-1,-2,-3v0,-1,1,-2,2,-2v9,0,18,1,27,3v6,-22,21,-33,45,-33v39,0,61,52,31,78v14,19,22,43,23,70v3,62,-28,119,-92,170v-39,31,-76,47,-111,47",w:235},'"':{d:"270,-863v221,0,385,105,383,314v0,81,-44,153,-131,218v-2,-1,-3,-2,-3,-4v86,-63,129,-135,129,-214v2,-205,-163,-309,-378,-309v-151,0,-267,46,-348,137v-61,69,-91,132,-91,190v0,86,55,171,137,170v90,-1,170,-94,194,-171v2,-7,25,-61,50,-61v16,0,24,8,24,23v0,7,-6,19,-17,38r-99,164r-6,-2r38,-120v-44,76,-86,131,-184,134v-84,3,-142,-86,-142,-175v0,-59,31,-124,92,-193v82,-93,199,-139,352,-139xm378,-570v0,7,-6,19,-17,38r-99,164r-6,-2r55,-166v13,-38,27,-57,43,-57v16,0,24,8,24,23",w:344},"#":{d:"784,-436v0,111,-52,222,-149,340v-84,101,-333,259,-481,255v-116,-3,-234,-65,-285,-139v-74,-107,-98,-235,-30,-354v26,-45,59,-83,100,-112v-52,17,-105,-1,-100,-62v0,-11,8,-34,25,-67v1,-2,2,-3,3,-2v1,1,2,2,1,3v-16,36,-24,58,-24,66v0,42,19,63,58,63v33,0,68,-19,104,-56v11,-11,40,-50,89,-115v36,-49,68,-81,95,-98v79,-48,154,-72,226,-72v171,2,301,68,346,210v15,45,22,91,22,140xm323,-410v-23,-34,-54,-58,-91,-73r-32,83r119,0xm343,-223v25,-52,19,-114,-7,-165r-8,0r-63,165r78,0xm735,-255v74,-131,40,-358,-51,-435v-68,-58,-156,-89,-268,-89v-69,0,-143,24,-222,72v-33,20,-69,57,-107,112v-43,62,-76,102,-99,121v87,-46,151,-47,237,-25r24,-63r13,0r-26,67v39,15,69,38,92,71r53,-138r13,0r-58,151v3,3,5,7,7,11r70,0r-5,12r-60,0v25,57,24,126,-6,177r-82,0r-66,175r-12,0r66,-175r-120,0r-66,175r-12,0r66,-175r-85,0r5,-12r84,0r63,-165r-84,0r5,-12r84,0r32,-87v-55,-15,-121,-19,-182,6v-82,33,-139,75,-182,145v-107,168,5,384,148,444v51,21,101,35,153,35v149,0,385,-146,468,-248v53,-64,89,-114,110,-150xm315,-388r-119,0r-63,165r119,0",w:404},"$":{d:"40,-515v0,-106,87,-194,193,-194v96,0,183,39,261,117v1,1,1,3,0,4v-1,1,-3,1,-4,0v-77,-77,-162,-116,-257,-116v-103,0,-188,85,-188,189v0,52,28,99,84,142v-9,-19,-13,-41,-13,-64v-3,-99,81,-168,180,-161r21,-61r20,0r-22,63v61,11,92,32,92,61v0,15,-7,23,-22,23v-33,-7,-41,-62,-73,-73r-78,229v49,48,80,92,93,133v96,97,135,214,77,349v-48,113,-147,190,-297,190v-212,0,-401,-201,-310,-421v35,-84,107,-125,219,-121v1,1,1,3,0,4v-147,-8,-230,82,-234,227v-4,168,155,295,325,295v56,0,102,-11,141,-28v91,-41,166,-145,166,-262v0,-79,-27,-148,-81,-209v2,11,3,21,3,32v-6,121,-94,186,-225,170r-29,85r-19,0r29,-87v-79,-16,-119,-40,-119,-72v0,-19,9,-28,27,-28v41,8,55,76,97,88r95,-279v-25,-25,-43,-46,-54,-65v-65,-49,-98,-102,-98,-160xm295,-592v-78,-16,-139,48,-139,113v0,33,21,70,63,110xm115,-7v97,18,173,-37,174,-124v0,-44,-28,-92,-83,-145",w:372},"%":{d:"178,-314v24,1,47,34,46,59v0,21,-4,43,-13,67r257,-410r4,3r-196,312v-49,75,-37,148,4,232v-6,-81,75,-237,141,-243v73,-36,128,50,152,109v45,114,25,296,-103,296v-82,0,-148,-55,-199,-166v-27,-61,-40,-105,-33,-168r-140,223r-4,-2r61,-97v-28,29,-55,44,-81,44v-52,0,-91,-68,-91,-125v0,-45,10,-81,26,-112v15,-28,50,-35,50,7v0,1,-3,15,-10,42v4,-17,6,-31,6,-42v0,-15,-5,-23,-14,-23v-34,-2,-48,83,-48,128v0,50,34,116,81,110v72,-9,139,-106,141,-185v1,-25,-28,-57,-54,-48v-43,16,-80,-3,-80,-55v0,-74,82,-236,151,-236v33,0,56,29,55,62v1,71,-63,190,-109,218xm158,-315v55,0,93,-143,93,-207v0,-69,-53,-70,-84,-29v-32,42,-49,97,-49,170v0,44,13,66,40,66xm465,94v67,0,112,-76,112,-162v0,-99,-42,-203,-124,-222v22,10,33,29,33,58v0,69,-86,234,-153,234v-8,0,-15,-1,-21,-4v34,45,90,96,153,96xm357,-16v54,0,93,-142,93,-207v0,-33,-10,-52,-30,-56v-25,20,-34,58,-30,103v1,2,0,3,-2,3v-2,1,-3,0,-3,-2v-8,-39,0,-82,20,-104v-13,2,-27,11,-40,27v-33,40,-49,97,-49,170v0,44,14,66,41,66",w:501},"&":{d:"876,-562v75,0,144,59,144,135v0,113,-118,207,-235,203v-15,0,-70,-10,-166,-24v-67,-10,-67,-17,-118,-3v91,32,71,133,6,190v-59,51,-135,74,-232,63v-48,41,-88,63,-175,63v-88,0,-128,-36,-164,-100v-24,-43,-34,-93,-34,-150v1,-128,77,-231,168,-279v-5,-117,88,-220,202,-218v41,0,70,10,89,31v25,-7,53,-10,83,-10v60,-1,109,27,109,83v0,39,-54,52,-105,46v1,-2,0,-6,3,-4v51,2,78,-70,34,-98v-35,-22,-71,-18,-111,3v21,63,-9,111,-71,138v55,15,85,43,90,85v36,38,-22,78,-67,78v-31,0,-58,-13,-82,-38v-49,31,-89,96,-89,151v0,88,70,151,147,169v41,-45,61,-95,61,-150v4,-14,-20,-65,-18,-72v2,-1,3,0,4,1v7,12,12,24,16,36v11,-82,98,-143,194,-143v64,0,165,42,208,42v99,0,155,-24,177,-91v1,-3,3,-5,6,-4v3,1,5,3,4,6v-13,52,-67,90,-128,95v-22,2,-42,3,-59,3v-43,0,-166,-46,-208,-46v-111,0,-245,113,-174,228v-5,-25,-1,-40,12,-62v29,-47,92,-75,191,-70r156,8v63,0,118,-10,165,-30v64,-27,96,-69,96,-126v0,-59,-46,-100,-105,-100v-49,0,-104,28,-104,74v0,39,41,63,75,38r1,3v-47,44,-128,18,-128,-48v0,-59,71,-106,132,-106xm295,-495v64,-26,96,-71,74,-133v-39,25,-70,68,-91,130v5,1,11,2,17,3xm353,-648v-17,-14,-44,-21,-81,-21v-104,0,-187,96,-186,197v39,-18,79,-28,121,-30v18,-69,79,-125,146,-146xm387,-413v-7,-39,-38,-64,-94,-75v-4,-1,-11,1,-21,6v-7,27,-7,37,-4,68v35,-13,52,-14,88,-13v9,1,20,5,31,14xm347,-350v19,0,41,-13,40,-32v0,-21,-15,-32,-44,-32v-23,0,-49,6,-72,19v21,30,46,45,76,45xm219,-386v-20,-35,-23,-67,-14,-109v-42,3,-82,13,-119,32v2,55,37,102,92,102v13,-9,26,-17,41,-25xm484,-239v-31,0,-59,23,-58,54v0,9,7,20,21,34v7,22,-9,42,-32,42v-11,0,-18,-6,-25,-17v-8,-11,-15,-23,-20,-36v-5,40,-23,79,-52,118v79,13,144,-8,191,-54v23,-23,35,-49,35,-78v1,-32,-28,-63,-60,-63xm-85,-185v0,126,58,231,185,231v76,0,103,-13,152,-48v-88,-13,-182,-91,-181,-185v0,-62,31,-117,94,-164v-58,-8,-89,-43,-94,-104v-87,48,-156,145,-156,270",w:982},"'":{d:"242,-570v0,7,-6,19,-17,38r-100,164r-6,-2r55,-166v13,-38,27,-57,44,-57v16,0,24,8,24,23",w:219},"(":{d:"379,-699v-19,31,-54,86,-99,170v-112,210,-173,437,-188,680r-6,0v-25,-192,-2,-394,61,-537v47,-106,122,-212,227,-317",w:344},")":{d:"260,-705v25,192,3,395,-61,539v-47,106,-122,212,-227,316r-5,-5v101,-160,169,-292,227,-501v34,-122,54,-238,59,-349r7,0",w:281},"*":{d:"269,-547v8,-31,2,-54,2,-85v0,-25,9,-37,26,-37v19,0,29,8,29,24v0,13,-57,90,-57,98",w:363},"+":{d:"-191,-264v0,86,98,159,187,157v93,-2,169,-61,197,-132v4,-10,8,-29,14,-54r-143,0r5,-14r145,0r47,-149r15,0r-47,149r145,0r-4,14r-145,0r-47,149r-15,0r10,-32v-47,55,-106,83,-177,83v-96,0,-197,-79,-197,-171v0,-71,84,-135,159,-133v25,0,57,10,96,30v1,1,2,2,1,3v-1,1,-2,2,-3,1v-39,-19,-70,-29,-94,-29v-70,-3,-149,60,-149,128",w:369},",":{d:"47,-85v28,0,47,24,47,51v0,62,-62,129,-110,146r-36,11r0,-3v55,-20,94,-59,117,-116v-38,10,-62,-12,-64,-43v-1,-26,20,-46,46,-46",w:200},"-":{d:"222,-490v100,0,174,98,174,199v0,103,-100,212,-203,212v-98,0,-163,-77,-172,-156r-13,0r13,-33v6,-54,28,-87,65,-99v-34,20,-54,49,-60,87r201,0r-17,45r-184,0v6,58,59,121,108,138v16,6,36,9,59,9v90,0,189,-114,189,-203v0,-101,-58,-190,-154,-190v-50,0,-109,39,-109,86v0,28,14,48,41,59v0,1,0,2,-1,3v-33,-9,-50,-27,-50,-56v-1,-61,50,-101,113,-101",w:267},"\u2010":{d:"222,-490v100,0,174,98,174,199v0,103,-100,212,-203,212v-98,0,-163,-77,-172,-156r-13,0r13,-33v6,-54,28,-87,65,-99v-34,20,-54,49,-60,87r201,0r-17,45r-184,0v6,58,59,121,108,138v16,6,36,9,59,9v90,0,189,-114,189,-203v0,-101,-58,-190,-154,-190v-50,0,-109,39,-109,86v0,28,14,48,41,59v0,1,0,2,-1,3v-33,-9,-50,-27,-50,-56v-1,-61,50,-101,113,-101",w:267},".":{d:"45,-92v26,0,45,19,45,45v0,25,-20,46,-45,46v-25,0,-46,-21,-46,-46v0,-25,21,-45,46,-45",w:120},"/":{d:"435,-662r-466,743r-9,-5r466,-743",w:395},"0":{d:"360,-523v78,0,133,66,133,143v0,114,-47,213,-140,296v-83,75,-164,112,-242,112v-139,0,-258,-131,-258,-270v0,-112,50,-197,149,-256v39,-23,79,-36,121,-41v-43,9,-82,24,-117,47v-99,64,-148,147,-148,250v0,136,124,255,260,255v75,0,151,-35,229,-106v87,-79,130,-174,130,-285v0,-69,-55,-128,-124,-128v-79,0,-188,58,-245,130v23,-23,43,-35,60,-36v26,-17,55,-25,87,-25v69,-1,113,53,112,122v0,105,-72,234,-136,284v-33,26,-67,40,-105,40v-67,1,-111,-45,-110,-112v0,-52,15,-109,44,-170v10,-129,164,-250,300,-250xm152,-215v45,0,101,-44,101,-87v0,-27,-22,-39,-65,-36v31,-11,76,4,77,35v1,38,-61,86,-94,97v-34,11,-77,12,-97,-10v-1,12,-1,25,-1,38v0,102,34,153,102,153v87,0,130,-82,130,-246v0,-93,-32,-140,-95,-140v-68,0,-124,67,-124,134v0,41,22,62,66,62",w:387},"1":{d:"294,-277v106,0,178,81,178,212v0,147,-118,228,-272,228v-86,0,-164,-74,-159,-163r-51,0v-31,7,-47,-4,-47,-35v0,-49,83,-83,126,-50r97,-281v0,-2,-2,-3,-6,-3v-8,1,-123,40,-151,40v-40,0,-77,-20,-70,-55v8,-40,53,-68,107,-72v51,-3,101,13,152,47v19,-11,36,-21,51,-32v1,1,3,3,5,4v-6,15,-13,34,-20,56v19,17,35,38,49,62v-1,2,-3,3,-5,3v-13,-23,-28,-42,-46,-58r-45,137v33,-27,68,-40,107,-40xm191,-405v-59,-36,-117,-50,-172,-40v-28,5,-73,35,-73,63v0,32,17,47,64,47v39,0,100,-23,181,-70xm55,0v-4,81,68,145,145,144v103,0,179,-36,228,-109v80,-117,8,-308,-134,-308v-39,0,-76,14,-109,43v-7,19,-23,64,-46,133v-10,29,-15,48,-15,57v1,17,35,19,52,24v27,6,41,19,41,40v1,25,-29,43,-54,43v-26,0,-52,-39,-56,-67r-52,0xm170,58v20,0,38,-15,38,-36v0,-24,-59,-23,-93,-22v4,25,27,58,55,58xm19,-95v-30,0,-57,32,-57,53v0,20,11,30,34,30v41,2,57,-33,71,-67v-14,-11,-30,-16,-48,-16",w:278},"2":{d:"307,-132v0,47,-23,82,-41,132r-65,0v71,39,146,26,216,-23v38,-27,71,-58,99,-96r12,-7v-52,73,-156,162,-259,164v-41,1,-96,-15,-111,-38r-184,0v15,-45,58,-95,129,-148v1,-17,3,-32,6,-45v-43,8,-69,-26,-69,-65v0,-49,28,-94,85,-133v-29,-35,-64,-53,-105,-53v-71,0,-106,54,-113,130v-1,-72,45,-136,114,-135v43,0,79,19,110,56v38,-27,78,-41,120,-41v54,-1,117,41,114,93v-3,63,-45,87,-101,115v29,31,43,63,43,94xm292,-332v1,-46,-33,-84,-79,-83v-26,0,-52,9,-78,27v24,33,33,73,29,124v30,-10,53,0,78,18v33,-26,50,-55,50,-86xm131,-385v-40,24,-85,77,-85,131v-1,42,23,60,64,55v9,-31,25,-52,47,-63v6,-48,-3,-93,-26,-123xm236,-241v-25,-15,-48,-21,-75,-11v-7,29,-21,47,-44,56v-3,13,-5,27,-6,42xm154,-248v-18,11,-30,27,-35,46v16,-6,28,-21,35,-46xm131,-68r103,2v41,0,62,-22,62,-65v0,-37,-13,-67,-38,-92v-33,16,-82,42,-147,77v-1,29,6,55,20,78xm116,-68v-11,-20,-16,-44,-14,-72v-19,15,-45,40,-80,74",w:375},"3":{d:"251,-435v54,0,101,38,100,92v0,31,-15,63,-46,94v-16,17,-44,40,-85,69v57,30,85,72,85,127v0,117,-131,223,-251,223v-51,0,-117,-19,-116,-61v0,-13,7,-21,22,-25v-21,-14,-32,-42,-32,-84v0,-56,47,-113,104,-113v36,0,62,19,77,58v20,5,36,15,49,32v-10,-7,-26,-15,-47,-26v25,58,-22,126,-71,125v-31,-1,-58,-29,-56,-59v5,-57,58,-82,118,-73v-15,-35,-40,-53,-74,-53v-46,0,-92,48,-93,99v0,41,24,77,73,107v12,4,43,65,73,59v80,4,152,-101,152,-184v0,-54,-32,-110,-82,-109v-13,0,-36,5,-69,15r0,-5r17,-7v-44,0,-80,-36,-80,-81v0,-87,147,-220,232,-220xm176,-320v54,0,79,59,55,107v35,-33,52,-68,52,-106v1,-43,-34,-85,-77,-85v-64,0,-182,126,-182,190v0,45,37,76,81,74v24,0,94,-45,107,-61v11,-14,18,-30,18,-51v0,-41,-19,-62,-58,-62v-27,0,-47,12,-60,35r-10,6v17,-31,42,-47,74,-47xm38,69v47,0,95,-65,67,-120v-55,-12,-108,14,-112,67v-2,23,21,53,45,53",w:402},"4":{d:"419,-519v64,0,108,55,112,129v3,53,-48,145,-93,196v-24,60,-69,106,-125,138v-7,15,-12,28,-15,38r-75,0r-59,170r-67,1v-35,37,-123,81,-188,81v-75,0,-112,-36,-112,-107r6,-4v1,74,26,103,100,103v80,0,159,-42,198,-89r55,-155r-202,0r17,-44r328,-365v11,-41,70,-92,120,-92xm349,-376v76,-3,120,87,95,165v45,-59,67,-115,67,-170v-1,-69,-38,-131,-95,-131v-43,0,-86,40,-96,75v17,-1,32,0,50,0xm420,-183v23,-37,21,-107,-9,-144v-20,-24,-40,-39,-65,-40r-105,305r27,0v33,-14,135,-92,152,-121xm412,-166v-41,42,-85,77,-134,104r37,0v43,-31,76,-65,97,-104xm285,-398r-299,337r184,0",w:387},"5":{d:"310,-403v34,-2,41,-8,49,-33v2,0,5,0,8,1r-32,93r-1,0v-17,43,-80,88,-136,88v-29,0,-35,-22,-39,-41r4,-3v8,16,34,26,62,26v42,0,76,-23,101,-70r-123,1r-91,-1r-38,103v67,-6,114,13,145,57v78,29,93,142,50,222v-46,86,-116,130,-212,130v-100,0,-169,-84,-169,-187v-1,-109,76,-206,173,-220r61,-163v36,-2,68,-3,95,-3r93,0xm202,-188v-30,-34,-73,-50,-130,-45v-13,36,-19,57,-20,62v56,-22,96,-32,150,-17xm59,-232v-93,14,-166,111,-165,216v0,53,14,96,42,127v-1,-22,6,-34,26,-34v27,2,54,45,74,62v47,39,99,16,135,-30v36,-46,53,-96,51,-150v-34,52,-83,78,-146,78v-63,0,-110,-27,-141,-80r1,-6v27,47,75,71,142,71v61,0,140,-42,140,-98v0,-34,-66,-70,-99,-70v-27,0,-58,6,-91,18v-1,0,-2,-2,-5,-5v1,-5,13,-38,36,-99",w:369},"6":{d:"464,-601v74,-1,124,40,129,107v0,12,-2,24,-7,36v-35,85,-126,160,-247,148v5,11,7,24,7,37v6,108,-119,283,-224,283v-65,0,-98,-84,-98,-157v0,-115,52,-219,155,-311v-4,-23,-4,-51,-1,-78r7,-4v-2,26,0,50,6,72v77,-71,171,-131,273,-133xm569,-453v43,-101,-74,-180,-167,-130v-71,38,-134,93,-189,164v9,14,25,29,47,46v27,5,48,17,64,36v115,35,203,-16,245,-116xm221,-375v-7,-7,-13,-17,-20,-28v-11,14,-21,29,-30,44v21,-9,38,-14,50,-16xm76,-84v-1,39,17,84,51,83v34,0,70,-41,107,-124v33,-73,50,-130,50,-169v0,-45,-21,-68,-63,-68v-28,0,-55,24,-81,71v-7,25,-10,47,-10,65v0,25,15,56,38,56v19,0,41,-24,40,-43v0,-16,-10,-20,-21,-26v21,-8,40,14,30,45v-8,24,-25,37,-54,37v-37,0,-52,-32,-49,-78v-25,63,-38,113,-38,151",w:366},"7":{d:"189,-498v55,0,96,41,95,96r66,-1v-44,59,-90,131,-120,191v31,-13,76,-43,137,-89r2,3v-43,31,-97,73,-143,93v-17,35,-34,70,-49,106v40,10,71,-5,80,-42r12,-7v-8,38,-55,70,-100,68v-19,47,-37,99,-54,158v-18,61,-40,92,-66,92v-23,0,-35,-12,-35,-37v0,-10,6,-30,19,-61v20,-49,51,-105,92,-168v-29,-20,-58,-29,-80,-4r-13,8v25,-34,65,-44,108,-27r48,-71v-38,11,-79,12,-118,3v-42,-10,-65,-37,-70,-81v-3,-31,8,-61,38,-86v21,-18,27,-68,42,-87v6,-8,18,-22,39,-37v21,-15,45,-20,70,-20xm279,-402v1,-53,-35,-89,-88,-89v-30,0,-108,38,-97,68v5,13,13,20,28,20xm290,-343v-11,1,-21,1,-32,1v-35,41,-82,61,-139,61r10,-6v49,0,89,-18,122,-54r-137,-1v-27,0,-43,0,-47,1v-28,5,-42,24,-42,59v0,45,20,72,60,81v40,9,76,10,109,2",w:316},"8":{d:"291,-595v67,0,129,45,129,108v0,59,-52,111,-156,158v50,58,78,109,83,154v49,-45,73,-92,73,-141v0,-15,-3,-30,-9,-43v10,9,15,28,15,56v0,49,-26,95,-78,137v6,104,-85,178,-183,178v-86,0,-165,-56,-165,-139v0,-55,35,-100,105,-137r81,-42v-18,-45,-53,-72,-53,-138v0,-82,76,-151,158,-151xm306,-442v35,-37,-2,-86,-47,-86v-34,0,-59,13,-76,38v-1,36,6,61,24,89v3,5,21,27,52,67v76,-39,114,-92,114,-158v0,-51,-39,-91,-90,-91v-50,0,-91,38,-98,82v20,-23,44,-35,71,-35v33,-1,69,27,68,60v0,29,-32,63,-67,54v16,0,40,-4,49,-20xm147,-183v0,42,33,71,75,70v13,0,35,-7,67,-20v-9,-67,-59,-114,-90,-162r-5,-3v-30,10,-47,70,-47,115xm180,3v65,0,118,-61,109,-131v-33,19,-63,29,-88,29v-47,1,-87,-32,-86,-79v0,-33,15,-68,46,-105v-65,37,-98,87,-98,151v0,67,51,135,117,135",w:389},"9":{d:"124,-54v-55,1,-100,-40,-100,-95v0,-107,85,-235,162,-271v89,-42,160,7,158,128v-3,227,-170,400,-361,454v-28,9,-53,13,-75,13v-83,3,-131,-61,-132,-141v-1,-68,31,-119,87,-151v20,-12,41,-18,63,-18v39,-1,61,34,61,72v0,36,-21,63,-54,82r-2,-4v34,-19,51,-46,51,-79v0,-36,-22,-68,-58,-66v-77,3,-131,68,-131,144v0,78,52,157,129,152v15,0,30,-2,47,-5r-1,-1v101,-53,178,-130,232,-233v-31,13,-57,19,-76,19xm149,-206v0,33,13,51,42,51v31,0,63,-31,85,-96v15,-45,18,-83,18,-111v0,-43,-16,-64,-49,-64v-21,0,-41,12,-60,36v-45,53,-91,158,-92,246v0,49,19,73,58,73v37,0,71,-36,100,-108v-25,31,-38,47,-88,48v-25,1,-44,-29,-43,-54v0,-54,63,-120,105,-142v1,2,2,3,1,4v-38,20,-76,67,-77,117",w:373},":":{d:"138,-462v43,0,93,44,67,89v-1,23,-21,43,-45,43v-26,0,-47,-22,-47,-48v0,-44,70,-62,87,-20v-2,-30,-35,-57,-67,-57v-72,0,-130,90,-130,166v0,76,56,145,140,125v-8,-15,-21,-28,-38,-39r6,-4v15,10,28,24,37,42v12,-3,23,-6,32,-9v-6,2,-16,6,-30,13v42,107,-56,223,-155,223v-77,0,-135,-55,-135,-132v0,-65,42,-128,108,-128v71,0,130,63,128,134v0,9,-2,17,-6,23v-5,27,-20,40,-45,40v-23,1,-46,-23,-46,-46v0,-40,55,-61,81,-30v-6,-59,-57,-110,-121,-110v-58,0,-95,56,-95,113v0,78,55,131,132,131v96,0,187,-112,149,-216v-86,36,-149,-47,-150,-125v-1,-82,64,-178,143,-178",w:201},";":{d:"160,-421v25,0,44,20,44,45v0,25,-19,46,-44,46v-25,0,-47,-21,-47,-46v0,-26,21,-45,47,-45xm-95,-52v0,-63,55,-146,117,-134v28,-54,84,-99,158,-96v-45,11,-69,17,-71,18v-27,12,-54,38,-81,79v33,7,49,27,49,60v0,20,-7,33,-21,40v25,5,38,22,38,52v0,62,-62,128,-110,145r-36,11r0,-3v55,-20,93,-58,115,-115r-20,0v-7,23,-37,51,-66,51v-45,0,-72,-59,-72,-108xm71,-127v0,-26,-16,-42,-47,-49v-11,26,-17,104,23,91v16,-6,24,-20,24,-42xm-89,-51v-1,50,22,101,68,100v25,0,44,-15,57,-45v-44,-5,-46,-71,-9,-85v-21,-11,-21,-72,-9,-97v-68,-7,-106,64,-107,127",w:199},"<":{d:"463,-360v35,48,38,134,10,190v-13,27,-31,52,-19,93r-406,-263r0,-4r105,-67v-2,-27,3,-50,16,-71r10,-7v-13,22,-18,46,-16,72r288,-186v8,37,19,94,30,169v2,15,-5,39,-18,74xm286,-391v43,-55,110,-51,159,7v14,-64,8,-115,4,-192r-282,184v6,23,16,46,30,67v25,18,53,37,86,58v36,8,69,4,99,-10v29,-21,50,-55,61,-101v-43,-48,-96,-66,-142,-22xm450,-161v31,-58,44,-138,11,-194v-18,49,-48,66,-89,89v-19,11,-38,17,-58,19xm169,-346v-6,-13,-10,-26,-13,-39r-21,14",w:466},"=":{d:"206,-410v32,0,68,15,59,46r10,0v27,-40,78,-66,137,-49v16,5,24,13,24,23v3,11,-11,22,-42,35v-16,6,-80,10,-121,8v-8,22,-22,54,-42,97v53,1,95,0,126,-2r-4,12v-56,3,-100,4,-132,4v-35,54,-132,86,-193,86v-13,-1,-31,-10,-56,-29r6,-3v75,54,195,3,236,-54v-47,-2,-102,-10,-145,0v-13,3,-37,23,-64,16v-26,-7,-25,-31,-2,-44v65,-37,148,-33,224,-65v10,-4,17,-12,23,-19v-28,-1,-48,-2,-60,-2r-107,0r4,-13r172,-1v3,-30,-24,-39,-55,-40v-32,-2,-82,17,-114,31v29,-20,76,-37,116,-37xm406,-369v17,-22,-10,-29,-34,-34v-47,-10,-70,13,-90,39v47,-2,80,4,124,-5xm266,-347r-9,-1v-23,28,-49,32,-91,43v-30,8,-120,17,-154,41v-17,7,-3,37,12,32v55,-17,134,-20,199,-18v9,-23,23,-55,43,-97",w:362},">":{d:"457,-332r-214,130v8,75,-28,123,-86,151v-3,-3,-1,-4,2,-6v45,-18,81,-77,74,-138v-60,38,-115,74,-164,109v-12,8,-23,12,-41,12v-60,0,-90,-33,-90,-100v0,-21,5,-41,15,-60v-41,-25,-46,-101,-16,-147v38,-57,96,-96,121,-159r-2,-61r193,132r208,136r0,1xm89,-325v81,0,137,38,151,107r130,-86r-109,-79r-196,-127v-26,39,-58,57,-88,109v-22,38,-32,71,-32,98v0,21,6,38,19,51v33,-49,74,-73,125,-73xm-48,-178v0,48,72,101,123,67r155,-100v-16,-61,-67,-108,-144,-108v-55,0,-96,34,-117,72v20,17,55,21,82,10v12,-9,18,-19,18,-30r6,-4v0,50,-72,61,-114,42v-6,15,-9,32,-9,51",w:419},"?":{d:"234,-675v96,-19,174,50,174,138v0,39,-14,75,-43,108v-38,45,-142,107,-194,152v-15,12,-27,27,-37,44v21,14,53,56,39,104v34,9,67,-13,67,-44v0,-11,-6,-24,-19,-38v-1,25,-8,38,-22,38v-24,0,-27,-34,-12,-42v3,-5,9,-7,20,-7v27,0,41,14,41,43v0,38,-36,65,-77,58v-4,16,-14,29,-29,40v39,19,22,86,-23,86v-98,0,-179,-125,-107,-207v-3,-27,2,-52,14,-75v20,-37,69,-82,140,-120r80,-43v47,-26,70,-65,70,-116v0,-53,-32,-100,-76,-112v-54,2,-97,40,-97,95v0,49,45,95,91,62v-24,-13,-36,-29,-36,-46v0,-43,58,-46,68,-12v33,53,-4,95,-55,128v-17,11,-36,17,-59,17v-52,2,-95,-53,-95,-104v0,-46,37,-113,77,-130v37,-16,62,-25,100,-17xm162,-434v65,0,118,-54,108,-112v-1,31,-37,51,-69,51v-41,0,-68,-36,-67,-77v0,-50,29,-83,86,-100v-87,-14,-148,56,-151,133v0,21,6,39,15,57v18,33,32,48,78,48xm320,-466v44,-49,51,-111,9,-161v-19,-23,-43,-36,-71,-40v42,21,63,59,63,112v0,51,-27,94,-76,120v-17,9,-48,23,-90,48v-87,51,-131,110,-135,175v21,-21,45,-33,71,-34v6,-31,22,-59,49,-83v5,-8,158,-112,180,-137xm166,-131v12,-44,-4,-74,-39,-86v-12,40,4,76,39,86xm99,-91v2,0,36,-11,32,-24v0,-18,-10,-27,-31,-27v-23,0,-50,26,-33,48v6,8,16,13,27,15v11,-7,27,-9,41,-5v15,-9,25,-22,29,-38v-41,-8,-75,-51,-75,-98v-56,10,-116,88,-82,155v14,27,40,47,83,59v-20,-17,-23,-47,-4,-66v-28,-5,-43,-37,-25,-62v21,-30,74,-15,75,20v1,19,-15,25,-37,23",w:369},"@":{d:"448,-671v153,0,282,98,282,245v0,143,-137,278,-280,278v-61,0,-66,-31,-51,-79v-6,-3,-12,-7,-17,-10v-41,59,-80,88,-116,88v-33,0,-49,-17,-49,-52v0,-45,24,-102,71,-171v7,-63,13,-115,53,-160v-103,18,-180,119,-180,239v0,84,42,145,125,185v95,46,242,43,299,-32r13,-8v-39,50,-93,76,-174,77v-104,1,-204,-52,-242,-120v-37,-67,-33,-157,4,-226v34,-63,82,-103,160,-121v35,-39,95,-70,163,-69v80,1,142,42,141,128v0,64,-23,99,-63,119v-27,14,-74,9,-77,-22v-20,45,-55,117,-62,163v58,16,110,0,151,-32r2,3v-37,28,-95,54,-155,39v-2,30,9,45,39,45v84,-1,163,-81,192,-147v15,-33,23,-67,23,-102v2,-151,-102,-246,-253,-246v-197,0,-342,156,-342,352v0,177,119,301,296,301v67,0,133,-20,197,-60v1,1,3,3,5,8v-65,42,-138,63,-218,63v-181,0,-311,-127,-311,-308v0,-206,168,-368,374,-368xm570,-516v-19,18,-39,78,-40,96v0,13,9,29,25,49v8,10,25,7,37,3v33,-25,49,-65,49,-120v0,-29,-6,-51,-18,-65v-62,-76,-211,-59,-269,14v41,-8,79,0,103,21v18,-4,27,3,44,16r12,-13xm484,-483v1,-16,-4,-27,-17,-27v7,7,12,16,17,27xm450,-517v-25,-19,-63,-25,-101,-16v-31,37,-47,79,-50,127v0,4,1,9,2,15v55,-75,104,-117,149,-126xm483,-474v-5,-14,-13,-26,-23,-35v-46,15,-116,129,-142,185v13,26,34,50,64,72v35,-46,89,-162,101,-222xm416,-290v-9,16,-18,30,-27,43v4,3,8,5,13,8v1,-4,5,-21,14,-51xm375,-242v-29,-20,-50,-42,-65,-66v-20,45,-30,79,-30,104v0,19,7,28,20,28v18,0,45,-26,75,-66",w:720},A:{d:"226,3v-117,0,-233,-83,-233,-197v0,-56,29,-102,74,-111v51,-114,126,-175,223,-183v98,-7,167,20,214,86v34,49,47,91,35,156v90,-113,195,-251,298,-339v5,-20,52,-63,71,-70v-23,13,-43,33,-58,58v71,-59,139,-88,205,-88v96,0,144,47,144,140v0,67,-33,147,-69,179v-20,19,-41,34,-61,44v33,46,40,93,29,158v-14,90,-139,171,-243,170r-39,-5v-48,-7,-83,0,-147,0v-108,0,-166,-23,-221,-67v-22,34,-71,85,-119,116v-16,11,-40,18,-68,26v13,-5,36,-12,64,-28v41,-23,97,-84,118,-117r-8,-8v-63,53,-132,80,-209,80xm1067,-325v64,-30,116,-121,118,-216v1,-67,-35,-130,-93,-130v-41,0,-75,38,-100,105r-67,174v57,-1,104,21,142,67xm969,-664v-39,15,-83,46,-132,94v-23,55,-19,123,7,174v48,-126,68,-181,125,-268xm1062,-323v-37,-43,-83,-64,-139,-63r-20,53v52,32,105,36,159,10xm841,-386v-29,-48,-36,-115,-15,-173v-64,62,-124,146,-179,222v53,0,95,1,125,3v9,1,18,0,26,-1v5,-5,16,-13,31,-23xm827,-352v-5,3,-12,9,-21,16r13,-2v3,-3,5,-8,8,-14xm876,-3v118,0,219,-92,218,-223v0,-38,-10,-69,-29,-94v-52,29,-114,26,-166,-4r-80,210v-13,33,-19,56,-19,67v0,27,25,44,76,44xm807,-298v-10,0,-22,-1,-37,-3v-41,49,-59,105,-56,169v-11,-69,11,-119,51,-170v-49,-10,-85,-3,-137,-3v-57,78,-104,137,-140,176r-34,55v74,51,140,75,225,47v11,-7,25,-25,42,-56v4,-7,13,-30,28,-69v5,-15,25,-63,58,-146xm410,-103v-30,-32,-75,-117,-75,-155v0,-27,13,-47,39,-59v-20,15,-30,36,-30,62v-1,44,38,116,71,147v27,-25,57,-57,89,-95v39,-160,-74,-287,-216,-277v-99,7,-166,63,-201,173v48,-2,95,40,94,87v0,24,-14,50,-38,49v-16,0,-30,-15,-21,-35v16,-34,-15,-64,-43,-70v-20,152,94,257,247,228v29,-13,57,-31,84,-55xm463,-103v-7,7,-14,14,-21,20r7,5v5,-9,10,-17,14,-25xm-1,-194v0,114,139,195,269,165v-130,14,-229,-47,-227,-168v0,-25,5,-52,14,-79v-35,5,-56,43,-56,82",w:1033},B:{d:"49,1v-83,9,-167,-111,-167,-216v0,-81,32,-157,97,-227v1,-77,50,-146,104,-175v103,-53,140,-61,304,-61v152,0,247,36,286,109v9,17,14,36,14,56v0,85,-71,136,-214,154v115,16,194,60,240,130v75,114,62,268,-39,351v-13,11,-29,22,-48,33v67,-45,120,-135,121,-238v0,-52,-14,-99,-41,-141v-46,-72,-121,-114,-225,-127v110,38,165,95,165,170v0,85,-71,145,-148,162v-52,11,-115,22,-218,19v-78,-3,-155,-7,-231,1xm616,-533v0,-62,-49,-114,-112,-114v-50,0,-58,71,-76,109v25,61,18,122,-17,173v137,-5,205,-61,205,-168xm400,-365v35,-50,47,-105,25,-166r-63,166r38,0xm349,-670v-98,-8,-177,12,-252,54v-58,33,-88,82,-91,147v8,-10,22,-24,41,-42v10,-28,28,-53,54,-76v56,-49,139,-77,248,-83xm393,-355v-14,1,-27,4,-38,7r-16,43v21,-14,39,-31,54,-50xm132,-377v-61,0,-105,-53,-89,-119v-5,3,-17,16,-37,38v0,32,11,64,34,97v46,65,111,97,203,91r100,-260v19,-50,29,-79,29,-86v0,-23,-21,-34,-63,-34v-106,-2,-220,53,-250,131v38,-29,83,-44,136,-44v61,0,100,15,117,45v-71,-58,-187,-45,-257,9v-16,51,7,113,56,113v20,1,46,-17,45,-38r-6,-20v-1,-10,18,-18,28,-18v21,0,31,11,31,32v2,37,-41,63,-77,63xm349,-11v111,0,221,-77,221,-184v0,-93,-76,-155,-167,-160v-17,23,-41,42,-67,58r-87,227v-5,14,-8,23,-8,27v1,23,72,32,108,32xm-91,-237v0,121,94,257,219,209v45,-33,82,-162,110,-230v-129,18,-248,-62,-258,-171v-47,60,-71,124,-71,192",w:688},C:{d:"789,-680v20,33,10,56,-11,95v-19,34,-30,54,-33,61v-3,21,-10,56,-29,100v-29,64,-77,103,-135,120v45,110,19,214,-60,298v-66,69,-135,108,-240,117v-148,12,-278,-85,-278,-227v0,-134,53,-257,158,-368v103,-109,222,-171,356,-186v39,-38,91,-58,158,-60v54,-1,93,15,114,50xm783,-647v0,-39,-75,-75,-117,-73v-61,2,-108,18,-139,49v84,-6,145,8,203,50v25,18,53,11,53,-26xm591,-263v-4,-13,-9,-27,-15,-40v-5,1,-8,2,-10,3v10,11,18,23,25,37xm572,-311v-37,-69,-88,-106,-153,-111v-4,37,5,61,26,87v46,-7,85,4,113,28xm541,-304v-22,-17,-51,-24,-85,-20v21,17,50,24,85,20xm577,-312v73,-24,139,-107,137,-191v-3,-106,-84,-172,-198,-155v-39,59,4,140,78,140v27,0,53,-7,77,-21v-22,19,-48,28,-79,28v-76,0,-127,-83,-86,-146v-80,13,-160,64,-239,153v-68,77,-118,159,-151,247v-21,58,-32,111,-32,158v-2,111,77,196,188,196v158,0,313,-140,313,-298v0,-40,-11,-71,-34,-94v-43,10,-78,0,-103,-28v-50,8,-95,50,-95,104v0,26,13,39,33,30v14,-7,24,4,24,17v0,28,-16,42,-47,42v-32,1,-57,-30,-56,-62v2,-72,70,-134,132,-142v-21,-29,-29,-58,-26,-88v-97,-5,-190,85,-200,172v-12,101,36,181,137,181v57,0,100,-20,130,-61v-34,47,-80,70,-139,70v-80,0,-139,-74,-139,-158v0,-107,104,-214,212,-209v6,-37,26,-65,59,-84r2,3v-31,24,-50,51,-55,81v68,4,120,42,157,115",w:697},D:{d:"840,-377v4,151,-117,309,-243,352v-67,23,-161,35,-261,27v-83,-7,-140,-5,-204,8v-30,6,-83,30,-133,28v-83,-3,-123,-31,-164,-102v-18,-31,-27,-65,-27,-100v0,-79,32,-148,96,-208v12,-79,64,-144,155,-197v87,-51,240,-93,372,-93v205,0,335,64,389,191v13,31,20,63,20,94xm761,-398v0,-132,-84,-238,-212,-235v-37,0,-63,19,-78,57r-134,349v65,-35,134,-89,181,-141v52,-58,80,-111,83,-161r30,-17v-8,120,-141,244,-239,298r-60,34r-53,138v-16,41,-14,65,40,68v79,4,164,-2,215,-22v124,-48,227,-217,227,-368xm-46,-403v-28,140,68,211,209,208v27,0,55,-2,82,-7r139,-362v23,-53,3,-76,-72,-76v-37,0,-121,24,-133,28v-52,19,-123,87,-115,156v101,-15,215,32,188,135v0,-29,-3,-50,-10,-61v-18,-31,-51,-52,-100,-63v31,28,-4,76,-40,76v-37,0,-61,-35,-63,-74v-22,3,-50,17,-85,40xm142,-600v-108,39,-170,102,-187,191v27,-20,55,-33,84,-40v3,-63,56,-122,103,-151xm123,-449v-18,-3,-38,-3,-57,1v10,26,41,22,57,-1xm126,-167v-146,-1,-225,-53,-223,-191v-67,77,-88,183,-36,277v38,68,81,97,163,97v35,0,65,-4,88,-18v32,-18,59,-45,79,-79v13,-22,24,-56,41,-100v-37,9,-75,14,-112,14",w:844},E:{d:"343,-652v105,-41,269,-19,270,93v1,100,-105,186,-214,162v11,11,29,30,47,60v68,116,26,238,-76,305v94,-29,164,-86,209,-160r10,-7v-37,63,-85,114,-146,152v-75,47,-140,71,-194,71v-53,0,-100,-11,-139,-34v-89,-54,-140,-113,-140,-227v0,-30,5,-58,16,-84v-63,0,-117,-63,-118,-134v-2,-108,136,-234,247,-164v-92,-35,-178,21,-216,76v-32,46,-37,104,-9,154v19,35,53,53,102,55v30,-63,87,-106,170,-131r22,-54v24,-59,73,-102,146,-129v50,-96,188,-111,264,-32r1,6v-71,-75,-200,-67,-252,22xm519,-546v15,34,72,15,72,-22v0,-55,-66,-92,-125,-92v-56,0,-107,21,-152,64v-26,103,28,191,128,193v68,1,127,-43,145,-97v-32,37,-118,28,-119,-25v-1,-20,22,-34,41,-34v3,0,7,4,10,13xm316,-459v-20,-36,-24,-80,-13,-125v-30,33,-49,69,-58,108v25,1,48,7,71,17xm373,-362v0,-19,-15,-29,-45,-29v-22,0,-46,6,-72,17v17,30,41,45,73,45v29,0,44,-11,44,-33xm127,-179v0,90,54,167,140,164v102,-4,190,-87,196,-185v6,-102,-18,-143,-77,-200v-26,-9,-47,-25,-63,-48v-25,-13,-51,-20,-79,-21v-7,31,-5,57,8,84v32,-12,59,-18,80,-18v40,0,60,14,60,41v0,31,-33,56,-75,55v-32,0,-67,-13,-104,-40v-57,38,-86,94,-86,168xm159,-458v-75,23,-128,64,-157,124v73,0,133,-55,157,-124xm172,-453v-26,75,-109,134,-176,132v-18,42,-21,91,-12,139v11,54,42,98,91,131v-15,-23,-22,-49,-22,-78v0,-83,50,-160,149,-231v-21,-30,-31,-61,-30,-93",w:558},F:{d:"1066,-739v134,0,252,81,250,209v-1,94,-51,171,-116,208v-62,35,-117,53,-166,53v-67,1,-124,-41,-124,-104v0,-92,115,-198,207,-198v77,0,159,44,125,120v-11,24,-25,28,-44,40v27,-27,40,-51,40,-73v1,-46,-60,-76,-112,-76v-72,0,-127,28,-165,85v-20,30,-30,59,-30,87v-1,64,59,102,126,102v137,0,236,-98,236,-236v0,-79,-33,-140,-102,-177v-99,-54,-154,-33,-280,10v-78,27,-189,103,-235,161v59,70,65,158,15,230v-11,16,-18,27,-21,35v105,97,149,304,75,455v-62,126,-216,193,-387,194r10,-6v167,-3,311,-63,368,-193v52,-117,45,-278,-17,-381v-12,-21,-29,-42,-52,-64v-27,59,-49,120,-64,181r-6,0v14,-59,32,-103,-14,-131v-16,-9,-35,-13,-56,-13r-98,225v-51,106,-103,186,-156,239v-73,75,-158,112,-254,112v-92,0,-131,-25,-181,-76v-75,-78,-78,-247,-29,-361v-40,-80,-36,-202,-2,-285v7,-16,17,-31,23,-48v27,-77,73,-137,160,-195v100,-66,176,-92,305,-94v62,0,109,14,142,43v23,5,177,43,226,40v137,-7,254,-118,403,-118xm779,-635v-61,23,-118,38,-171,46v17,11,34,24,49,40v28,-18,69,-47,122,-86xm657,-275v26,-21,61,-84,61,-128v0,-41,-16,-80,-48,-118v-35,44,-70,105,-103,183v35,20,65,41,90,63xm649,-544v-18,-17,-37,-31,-58,-42v-38,4,-67,4,-105,-1v27,82,3,132,-66,185v25,7,52,17,82,30v40,-69,89,-127,147,-172xm417,-599v-49,22,-82,106,-69,182v21,3,43,7,64,12v61,-52,84,-106,57,-184v-15,-3,-33,-6,-52,-10xm653,-271v-25,-21,-55,-42,-88,-61v-5,10,-16,41,-34,93v52,2,91,-8,122,-32xm406,-400v-19,-5,-38,-8,-57,-10v4,14,9,25,15,34v15,-6,29,-14,42,-24xm-142,-457v103,-139,309,-238,551,-208v-47,-31,-125,-33,-202,-24v-144,17,-299,119,-349,232xm359,-374v-7,-11,-13,-23,-16,-37v-54,-6,-126,-2,-169,7v40,35,120,50,185,30xm-134,-187v82,-116,154,-164,274,-212v-14,-19,-14,-58,-2,-70v1,23,12,43,31,61v43,-11,115,-15,173,-10v-14,-81,13,-154,69,-182v-104,-23,-173,-34,-207,-34v-171,-2,-344,142,-369,290v-9,56,4,104,31,157xm498,-366v-31,-14,-59,-25,-85,-32v-12,8,-27,17,-45,27r7,7r-6,3r-6,-8v-67,39,-189,31,-220,-26v-131,50,-198,105,-273,215v39,72,105,108,197,108v28,0,62,-14,102,-43v65,-47,103,-73,114,-79v50,-29,102,-43,156,-44v20,-51,40,-94,59,-128xm126,-27v0,41,-78,69,-121,69v-87,0,-151,-38,-191,-113v-48,128,-21,280,62,348v6,-11,15,-17,27,-17v9,0,30,13,65,38v35,25,67,38,96,38v92,0,166,-61,222,-182v46,-101,103,-256,147,-374v-170,-24,-234,165,-389,165v-86,0,-150,-33,-191,-99v-10,17,-19,35,-26,52v32,82,81,123,147,123v11,1,56,-12,62,-17v7,-1,49,-52,69,-52v14,0,21,7,21,21xm-151,-161v-19,-32,-31,-75,-34,-130v-19,55,-12,122,8,177v7,-15,16,-31,26,-47",w:718},G:{d:"614,-702v157,-56,310,35,310,197v0,154,-109,262,-255,279v-25,3,-46,7,-62,14v-26,23,-63,130,-84,184v-48,125,-79,193,-171,251v-60,38,-123,54,-185,54v-122,0,-201,-92,-200,-222v0,-101,46,-194,107,-239v-18,-120,18,-211,83,-308v-1,-13,-2,-25,-2,-36v-5,-142,145,-273,289,-273v82,0,139,33,170,99xm623,-634v-1,-23,-5,-44,-12,-62v-26,9,-47,19,-63,32v24,6,49,16,75,30xm913,-509v0,-156,-147,-239,-298,-189v9,21,14,43,14,67v22,11,45,35,76,29v13,-3,25,-12,34,-27r5,2v-14,28,-34,83,-52,136v-20,58,-81,104,-148,137v25,45,32,78,10,122v155,1,223,-22,292,-102v46,-53,67,-112,67,-175xm609,-700v-41,-107,-199,-117,-305,-58v-85,47,-146,141,-141,258v87,-115,190,-172,311,-172v25,0,47,2,68,7v17,-13,40,-25,67,-35xm663,-502v0,-72,-67,-132,-131,-147v-53,51,-75,135,-47,215r-5,3v-27,-81,-7,-168,46,-220v-104,-24,-190,29,-243,88v-38,41,-67,91,-88,148v23,31,52,54,88,71v31,-53,77,-79,139,-79v51,0,91,22,119,65v81,-38,122,-86,122,-144xm534,-355v-29,-63,-126,-80,-192,-43v-26,15,-41,34,-46,59v84,32,150,22,238,-16xm294,-333v-7,53,16,97,66,97v19,0,82,-12,101,-12v17,0,61,16,73,16v18,-39,22,-82,2,-118v-83,38,-158,50,-242,17xm167,-199v7,88,72,162,155,161v63,0,115,-32,154,-95v5,-9,9,-17,11,-25v-62,43,-128,56,-199,25r14,-8v58,26,149,11,187,-26r7,-38v-38,-12,-92,-4,-137,-1v-78,5,-108,-69,-79,-133v-35,-17,-64,-40,-87,-70v-23,69,-34,128,-27,203v23,-3,40,4,50,19v-17,-11,-30,-17,-49,-12xm192,175v-21,34,22,73,55,72v84,0,157,-105,218,-314v-66,46,-126,69,-180,69v-110,1,-194,-84,-210,-181v-92,66,-103,235,-40,342v33,57,91,87,174,90v-34,-4,-85,-42,-84,-76v0,-29,13,-44,39,-44v24,0,41,21,28,42",w:674},H:{d:"974,-713v34,0,76,29,76,63v0,25,-19,51,-44,50v-19,0,-28,-8,-28,-24v-3,-11,34,-25,31,-42v1,-19,-25,-37,-44,-36v-46,0,-93,36,-140,107v17,21,34,63,50,125v64,7,88,22,124,65v39,46,40,55,38,145v-8,-43,-13,-68,-15,-73v-19,-62,-74,-103,-144,-115v7,118,-22,198,-93,283v-54,65,-87,91,-178,108v3,41,36,53,89,51r-1,6r-123,-2r-155,2r0,-3v43,-5,74,-26,94,-63v-40,-21,-63,-90,-63,-137v0,-50,17,-94,52,-131v-61,-1,-111,-1,-150,1r-49,116v51,32,77,79,77,142v1,151,-161,313,-328,240v-59,49,-117,74,-175,74v-79,0,-139,-57,-142,-131v0,-25,10,-61,27,-109v17,-46,89,-125,131,-153r104,-62v56,-34,150,-47,231,-31r77,-176v8,-16,60,-162,60,-181v0,-27,-27,-42,-82,-45v-96,-5,-143,11,-196,51v-37,28,-54,64,-54,103v-1,41,28,83,68,83v40,0,59,-28,41,-58v-14,-23,4,-42,26,-42v21,0,37,23,37,44v0,43,-45,78,-88,78v-57,0,-96,-38,-95,-95v0,-21,5,-40,14,-59v39,-78,119,-122,242,-117r182,7v47,3,181,-16,179,-16v69,0,122,16,160,47v59,-60,118,-90,177,-90xm846,-470v-12,-56,-13,-69,-37,-101v-19,33,-39,71,-60,116v36,-9,68,-14,97,-15xm779,-603v-57,-55,-187,-69,-277,-32v-32,13,-57,56,-81,117r-66,171r157,1v38,-36,89,-64,152,-85v36,-69,74,-127,115,-172xm779,-166v66,-77,90,-168,70,-285v-38,-3,-66,0,-105,7r-110,278v-17,45,-26,79,-27,104v87,-17,119,-42,172,-104xm660,-423v-59,19,-106,44,-140,77v40,1,75,0,104,-1v11,-26,23,-51,36,-76xm617,-333r-108,-1v-53,58,-70,160,-26,234v7,13,18,22,31,29v35,-75,70,-181,103,-262xm56,160v146,57,290,-50,290,-190v0,-64,-21,-113,-63,-147v-69,153,-144,266,-227,337xm-180,151v-24,43,34,76,76,76v49,0,94,-24,135,-71v-23,-12,-42,-28,-59,-48r5,-3v15,19,35,34,59,46v27,-33,60,-89,97,-168v6,-13,33,-79,81,-198v-31,-11,-64,-16,-97,-16v-104,0,-193,44,-268,132v-25,29,-43,57,-52,82v-23,59,-33,108,-30,145v9,-15,22,-22,39,-22v34,-1,25,25,14,45",w:944},I:{d:"355,-665r187,7v19,0,44,-3,76,-10r2,3v-38,12,-71,47,-102,104v-36,66,-117,308,-167,380v11,141,-86,278,-204,292v112,-30,191,-132,190,-269v-50,83,-169,161,-271,163v-70,1,-126,-45,-125,-115v0,-26,8,-47,25,-64v15,-106,84,-173,199,-173v63,0,113,22,150,65v64,-142,106,-237,187,-331v-77,21,-169,4,-250,2v-75,-1,-145,40,-144,110v0,32,20,61,52,60v26,0,39,-11,39,-34v0,-35,1,-36,27,-36v21,0,31,15,31,38v0,36,-40,59,-75,59v-44,0,-83,-44,-82,-88v0,-23,8,-45,23,-67v45,-64,123,-100,232,-96xm-19,-176v6,71,41,121,126,117v86,-5,138,-65,172,-144r29,-65v-35,-49,-85,-73,-149,-73v-99,0,-170,56,-178,154v43,-35,114,-20,117,37v3,46,-51,69,-60,22v-2,-6,7,-22,6,-27v5,-28,-41,-35,-63,-21xm-52,-101v-1,57,49,94,108,93v78,0,129,-26,154,-78v-28,39,-73,57,-136,57v-60,0,-116,-54,-110,-130v-11,17,-16,36,-16,58",w:554},J:{d:"411,-361v12,11,71,18,96,18v71,-1,112,-25,129,-76v-13,59,-66,86,-161,82v-23,-1,-46,-5,-68,-10r-19,54v42,9,79,45,77,95v-3,57,-76,108,-147,107v-49,139,-108,231,-175,276v-32,21,-71,32,-117,32v-35,1,-91,-23,-91,-55v0,-15,15,-32,30,-31v7,0,21,11,43,35v22,24,44,36,67,36v53,0,100,-64,141,-191r33,-110v-67,-17,-132,-76,-131,-153v1,-104,121,-176,229,-136v30,-76,65,-139,106,-188v-117,46,-118,44,-219,-30v-52,-38,-90,-59,-117,-59v-31,0,-64,42,-63,73v0,11,5,17,14,17v6,0,22,-18,31,-16v22,0,33,10,33,31v0,21,-11,32,-32,32v-29,1,-52,-30,-52,-58v0,-59,57,-103,118,-102v33,0,63,8,87,28v33,27,75,81,124,81v41,0,70,-3,87,-9v42,-56,75,-84,100,-84v13,0,20,5,20,15v0,19,-24,41,-72,66v-38,65,-72,142,-101,230xm451,-207v0,-36,-22,-61,-67,-75r-62,181v85,1,130,-34,129,-106xm342,-375v-88,-50,-196,17,-196,112v0,71,36,120,108,148r55,-170v-33,8,-58,26,-74,55v17,-31,42,-51,76,-62v3,-7,13,-34,31,-83",w:525},K:{d:"568,-185v42,-126,174,-244,328,-245v206,-2,396,147,433,319v8,36,13,60,13,73v0,107,-47,191,-138,256v-139,99,-301,70,-440,-18v-76,-48,-138,-115,-189,-198v35,131,131,219,290,263r-7,5v-177,-53,-277,-143,-304,-304v-49,-99,-79,-167,-113,-305r-59,42r-47,116v-28,71,-42,115,-42,130v0,29,26,44,78,45r0,6r-264,0r1,-6v72,-4,89,-35,114,-98v1,-3,13,-32,35,-89v-77,31,-162,15,-215,-43v-51,-56,-72,-119,-46,-200v36,-117,147,-193,284,-215v94,-15,111,-7,198,-7v46,0,83,-1,112,-3r-1,8v-38,0,-70,20,-94,63v-22,39,-80,203,-105,270v48,-34,243,-183,324,-256v35,-32,16,-72,-44,-77r-1,-8v66,4,135,4,206,0r0,13v-34,8,-78,32,-131,71v-23,17,-63,50,-118,97v-20,17,-58,48,-115,91v15,70,34,138,57,204xm1210,196v54,-39,89,-121,91,-212v5,-223,-194,-407,-416,-404v-154,2,-276,122,-311,252v49,145,115,241,211,324v77,67,161,98,247,98v53,0,144,-43,144,-93v0,-16,-7,-27,-20,-35v-13,-8,-19,-14,-19,-17v0,-18,11,-27,32,-27v52,0,70,73,41,114xm161,-395v-53,0,-95,-33,-94,-86v0,-46,40,-98,72,-119v-99,46,-193,214,-105,332v37,50,69,79,149,80v28,0,54,-4,77,-13v95,-243,143,-374,143,-391v1,-34,-54,-48,-96,-48v-131,0,-220,55,-220,162v0,39,19,58,56,58v22,1,45,-19,44,-41v1,-6,-9,-20,-8,-26v0,-21,9,-31,27,-31v28,0,42,15,42,46v1,45,-42,77,-87,77",w:826},L:{d:"616,-18v-5,-116,144,-210,265,-210v100,0,177,47,232,142v16,27,24,63,24,106v0,91,-39,164,-118,217v-73,50,-168,75,-283,75v-151,0,-194,-29,-302,-100v-64,-42,-140,-130,-197,-194v-31,-35,-59,-60,-84,-78v-43,43,-83,63,-149,58v-26,-2,-55,-23,-54,-52v0,-71,109,-100,179,-69v49,-104,102,-270,145,-389v37,-99,96,-173,178,-226v56,-36,107,-51,148,-51v98,1,174,69,177,162v2,79,-73,136,-150,142v-20,26,-47,39,-80,39v-31,1,-69,-22,-69,-54v0,-18,15,-39,33,-38v-5,-13,-9,-24,1,-31v1,29,21,59,51,59v34,0,61,-34,61,-67v0,-48,-46,-82,-93,-82v-43,0,-82,21,-113,64v-51,71,-100,219,-142,314v-31,71,-62,133,-95,185v64,46,111,104,167,157v60,57,107,98,144,122v59,39,119,58,178,58v66,1,148,-45,126,-114v-104,17,-175,-52,-180,-145xm635,-497v65,-7,118,-46,118,-111v0,-45,-31,-101,-64,-122v-38,-24,-77,-37,-118,-37v-87,0,-160,56,-219,168v46,-49,99,-73,159,-73v77,0,140,43,139,116v0,21,-5,41,-15,59xm622,-17v3,89,67,148,167,136v-13,-13,-19,-22,-19,-27v0,-23,11,-34,32,-34v28,0,41,17,40,49v16,-6,30,-14,42,-25v-11,13,-25,23,-43,32v-1,27,-15,54,-41,80v-50,50,-118,73,-205,70v80,28,177,36,272,20v136,-22,219,-87,248,-194v16,-56,7,-129,-17,-169v-57,-95,-132,-143,-228,-143v-116,0,-253,94,-248,205xm-39,-57v0,24,30,37,53,37v39,0,71,-22,96,-67v-28,-17,-53,-26,-75,-26v-38,-1,-74,21,-74,56",w:389},M:{d:"1309,-678v37,-1,75,19,74,53v0,12,-5,18,-15,18v-21,1,-11,-24,-11,-39v0,-15,-10,-23,-29,-23v-31,0,-70,29,-115,86v-57,72,-103,158,-137,259v-23,67,-34,128,-34,183v0,73,24,110,72,110v27,0,49,-15,66,-46r4,2v-27,53,-66,79,-117,79v-67,0,-100,-52,-100,-155v0,-176,114,-363,220,-457r54,-48v-108,34,-193,100,-271,170v-33,30,-80,79,-143,148v13,87,15,183,-6,253v-17,53,-45,80,-84,80v-34,0,-55,-31,-55,-66v0,-55,31,-122,92,-203v-5,-87,-30,-188,-74,-303v-37,299,-162,456,-369,604v-94,67,-197,118,-310,153v-67,21,-127,31,-180,31v-157,0,-291,-93,-291,-249v0,-88,35,-166,105,-234v77,-75,174,-112,291,-112v125,0,211,49,257,146v29,63,36,122,18,195r-19,11v21,-83,24,-132,-5,-202v-41,-98,-125,-147,-250,-147v-133,0,-233,54,-298,136v-44,56,-67,115,-67,180v0,156,141,247,297,247v140,0,316,-73,414,-137v45,-28,90,-62,135,-103v-66,41,-138,62,-216,62v-119,0,-224,-60,-224,-171v0,-64,40,-123,105,-123v35,0,68,28,67,63v0,25,-12,37,-35,37v-28,1,-28,-11,-23,-30v1,-21,-23,-37,-43,-37v-42,0,-66,43,-66,84v0,99,100,156,205,156v103,0,197,-39,282,-118v113,-103,194,-274,211,-468v-34,-16,-182,-9,-212,2v-45,17,-69,44,-69,88v0,39,16,59,49,59v22,0,43,-19,41,-42v-2,-20,30,-31,42,-15v26,38,-11,82,-55,82v-44,0,-83,-39,-83,-83v0,-94,106,-155,206,-153v9,0,53,1,132,3v43,123,71,229,83,318v79,-87,147,-153,206,-199v115,-90,207,-135,278,-135xm731,-21v39,1,54,-116,53,-171v0,-6,-2,-32,-6,-79v-57,78,-85,144,-85,197v0,35,13,53,38,53",w:1249},N:{d:"1384,124v16,-51,79,-17,79,24v0,68,-109,130,-212,130v-53,0,-109,-9,-168,-26v-125,-37,-232,-106,-323,-209v-70,-79,-139,-191,-208,-337v-49,-103,-83,-186,-102,-249v-41,141,-98,272,-169,396v-69,120,-227,231,-374,281v-65,22,-156,27,-227,9v-131,-33,-228,-98,-289,-195v-27,-43,-41,-96,-41,-158v1,-134,67,-254,190,-254v37,0,60,10,71,30v-13,-15,-34,-23,-64,-23v-109,2,-166,77,-165,186v1,197,170,335,350,374v181,40,327,-37,426,-120v-73,45,-180,7,-180,-83v0,-33,21,-63,54,-63v16,0,29,18,29,33v0,14,-31,34,-28,49v-1,37,37,66,73,65v37,0,74,-25,114,-73v83,-101,167,-296,215,-506v-42,-8,-96,-12,-162,-12v-105,0,-157,24,-157,73v0,49,65,53,78,17v7,-19,30,-29,43,-11v23,31,3,68,-45,68v-49,0,-87,-35,-83,-85v6,-79,100,-114,196,-112r168,7v-19,-69,-37,-209,-37,-276v0,-118,54,-294,113,-380v41,-63,97,-111,165,-150v100,-58,288,-19,288,96v0,76,-105,161,-173,161v-50,0,-88,-45,-57,-85v12,-16,36,-13,41,4v10,35,82,42,118,18v-21,3,-35,-1,-53,-10v64,16,106,-20,109,-80v3,-69,-90,-116,-165,-116v-39,0,-76,10,-111,29v-127,73,-179,180,-223,356v-29,115,-25,191,-6,326v15,103,35,160,60,242v44,147,124,314,192,417v20,-121,104,-335,162,-423v47,-71,52,-84,127,-132v12,-7,26,-10,42,-11v29,-1,53,26,53,55v0,35,-25,58,-64,55v-7,-1,-14,-2,-20,-2v-79,0,-153,90,-220,269v-29,77,-49,150,-60,218v4,7,17,23,38,50v151,189,307,284,470,284v78,0,128,-41,138,-105v1,-10,-18,-28,-16,-36",w:1082},O:{d:"992,-781v0,95,-57,266,-98,325v-74,106,-173,193,-311,243v-73,121,-180,196,-321,237v-53,16,-121,41,-178,47v-41,5,-79,7,-112,7v-163,0,-276,-54,-338,-161v-50,-86,-61,-191,-33,-301v37,-145,127,-254,271,-329v7,-64,25,-119,53,-164v61,-99,134,-176,217,-234v187,-130,493,-114,675,15v115,82,175,185,175,315xm498,-671v104,-1,159,92,159,204v0,85,-22,166,-67,243v107,-34,217,-131,278,-221v48,-71,95,-212,96,-325v0,-126,-55,-229,-164,-309v-130,-95,-299,-136,-482,-94v-73,17,-128,41,-165,66v-87,59,-159,135,-216,227v-28,45,-47,99,-56,162v113,-57,232,-62,339,-2r-8,4v-103,-59,-221,-51,-332,3v-7,58,-5,118,9,169r-5,3v-15,-53,-20,-107,-13,-167v-132,67,-216,173,-252,318v-9,37,-14,73,-14,108v6,222,144,344,384,340v93,-2,149,-4,235,-34v-148,14,-240,-96,-240,-237v0,-58,15,-119,46,-184v71,-149,173,-238,306,-267r2,2v-75,25,-142,96,-203,211v-55,105,-83,200,-83,283v0,108,52,186,154,185v102,0,195,-70,278,-210v-154,11,-259,-56,-259,-195v0,-99,79,-210,148,-250v36,-21,77,-33,125,-33xm393,-356v-2,55,-96,88,-137,43v29,71,130,111,236,106v61,-106,91,-203,91,-290v0,-84,-45,-149,-125,-148v-93,0,-169,83,-198,159v-18,47,-23,146,36,146v24,0,35,-12,33,-36v5,-11,14,-17,28,-17v24,0,36,12,36,37",w:657},P:{d:"201,-362v-64,31,-123,-21,-123,-90v0,-55,29,-104,87,-146v44,-137,172,-221,350,-221r-11,6v-158,0,-267,69,-327,208v73,-48,184,-68,313,-62v41,-92,44,-111,89,-166v70,-85,124,-117,242,-118v91,0,161,39,205,118v83,148,44,303,-61,429v-65,78,-145,134,-238,168v-110,41,-258,36,-360,-11r-27,77v0,1,-8,21,-23,60v-27,65,-26,93,51,104v6,0,13,0,20,1v-1,1,-1,3,-1,5v-51,-2,-101,-3,-150,-3v-19,0,-40,0,-62,1v-37,38,-143,103,-201,118v-161,42,-256,29,-384,-40v-160,-86,-285,-264,-246,-508v18,-114,59,-203,118,-268v92,-102,234,-135,393,-91v56,15,95,34,116,58v-154,-91,-337,-66,-460,51v-93,88,-147,189,-147,344v0,193,112,319,254,393v71,37,153,55,246,53v126,-3,223,-39,290,-110v-27,1,-47,2,-62,2r1,-7v57,0,98,-23,124,-68v2,-4,14,-27,32,-71v5,-12,22,-57,53,-134v-37,-22,-71,-49,-101,-82xm709,-510v0,-77,-53,-134,-131,-133v-45,0,-77,25,-95,75r-109,301v65,30,135,45,211,45v155,0,281,-65,378,-196v92,-122,123,-272,45,-407v-56,-97,-141,-131,-267,-110v-70,12,-152,98,-183,181r-33,89v179,14,268,78,268,191v0,112,-93,187,-208,187v-55,0,-103,-13,-142,-40r2,-5v39,20,73,30,102,30v104,2,162,-98,162,-208xm405,-553v10,-23,17,-60,-5,-76v-13,-10,-30,-16,-52,-16v-69,0,-129,21,-181,62v-19,53,-18,116,9,160v3,-7,8,-14,17,-21v26,-7,35,8,40,32v3,14,-1,27,-16,40v26,26,57,50,93,71xm99,-466v0,32,32,74,66,57v-30,-45,-30,-107,-9,-164v-38,34,-57,70,-57,107",w:720},Q:{d:"124,15v-56,1,-112,-22,-111,-71v0,-41,38,-67,113,-79v-77,-65,-123,-203,-98,-342v42,-232,284,-422,560,-332v173,56,300,178,301,396v0,128,-50,225,-153,288v-83,51,-145,67,-243,44r47,-27v21,5,42,7,62,7v161,0,251,-114,251,-287v0,-214,-127,-349,-289,-403v-145,-49,-287,-25,-382,68v-74,73,-122,172,-126,310v-3,97,50,202,118,274v51,0,109,19,174,56v31,-18,66,-50,103,-96v69,-85,103,-164,103,-238v0,-107,-98,-210,-205,-210v-93,0,-174,77,-174,171v0,79,64,152,143,156v54,3,116,-80,116,-133v0,-32,-15,-68,-43,-67v-17,0,-44,16,-24,32v5,6,15,11,16,21v-2,21,-13,32,-33,32v-25,0,-38,-13,-38,-38v-1,-33,32,-61,65,-60v47,0,71,25,71,75v0,93,-67,174,-161,176v-82,2,-137,-61,-137,-142v0,-135,133,-273,268,-267v106,4,178,90,180,203v1,60,-12,125,-51,190v-34,57,-118,156,-180,211v45,28,172,128,217,156r76,46v39,17,68,25,87,25v8,0,51,-15,49,-24v0,-6,-15,-27,-13,-36v-1,-17,17,-33,34,-32v23,0,34,12,34,35v0,34,-38,58,-115,69v-108,15,-153,-16,-243,-60v-69,-34,-124,-78,-207,-140v-61,29,-115,43,-162,43xm51,-80v0,49,58,83,109,82v35,0,74,-12,118,-37v-61,-50,-104,-80,-178,-87v-24,-2,-49,17,-49,42",w:758},R:{d:"286,-43v9,26,36,39,86,40r0,3v-63,-1,-113,-2,-150,-2v-50,0,-97,1,-142,2r0,-3v39,2,72,-12,101,-43v-21,-3,-43,-8,-67,-17v-127,-51,-199,-117,-199,-253v0,-208,192,-320,381,-355v64,-12,245,8,287,17v91,18,174,74,176,169v2,75,-64,149,-134,168v-15,5,-42,9,-81,14v12,67,32,133,59,197v60,-17,117,-42,170,-75v-45,-126,15,-266,95,-319v116,-77,282,-85,412,-18v132,68,219,206,218,396v0,109,-28,200,-83,275v-64,88,-215,145,-371,144v-83,0,-166,-28,-248,-84v-113,-77,-197,-172,-258,-292v-80,25,-164,37,-252,36xm1172,190v2,-9,-15,-28,-15,-35v0,-33,47,-51,69,-25v12,12,17,27,17,45v0,41,-25,73,-74,97v102,-15,163,-40,212,-103v82,-107,107,-281,55,-431v-38,-110,-99,-183,-189,-237v-115,-68,-257,-71,-367,0v-88,57,-124,180,-95,311v68,-39,173,-166,208,-239v-29,82,-132,203,-207,243v7,30,23,62,48,95v-25,-17,-45,-47,-60,-88v-63,37,-119,64,-167,79v48,105,117,194,199,265v82,71,161,106,237,106v58,0,132,-31,129,-83xm489,-324v106,0,194,-80,195,-184v1,-72,-46,-132,-119,-132v-44,0,-69,25,-81,60v-8,22,-24,64,-48,125v-8,18,-42,97,-41,116v35,10,67,15,94,15xm532,-90v-19,-45,-44,-115,-76,-210v-23,-3,-47,-11,-71,-22r-94,238v-2,5,-5,13,-8,24v80,3,163,-7,249,-30xm164,-388v-50,28,-102,-16,-102,-68v0,-101,120,-179,218,-194v3,-1,8,-3,15,-6v-15,-5,-106,21,-120,27v-123,47,-221,153,-221,308v0,74,21,129,61,168v45,44,112,74,181,89v12,-19,23,-40,32,-63r170,-442v4,-11,6,-19,6,-25v2,-29,-57,-50,-90,-49v-71,0,-129,24,-176,71v-30,31,-43,61,-38,92v3,25,15,42,35,50v9,-1,21,1,36,4v10,11,8,30,-7,38",w:767},S:{d:"696,-913v216,0,352,149,352,368v0,83,-20,160,-60,233v-83,151,-217,226,-403,226v-19,164,-169,314,-316,384v-119,57,-240,88,-365,88v-196,0,-331,-72,-405,-217v-28,-55,-42,-116,-42,-184v0,-181,76,-318,229,-411v91,-55,182,-83,273,-83v69,0,128,18,175,55v-25,-148,2,-252,71,-373v27,-47,53,-79,77,-96v-43,50,-74,92,-91,126v-51,105,-70,228,-39,358v39,35,77,97,75,160v63,101,154,158,272,169v-13,-67,-43,-140,-88,-221v-51,-93,-79,-124,-79,-228v0,-207,157,-354,364,-354xm706,-528v2,-72,-69,-126,-144,-126v-83,0,-128,34,-137,101v-3,21,5,52,23,92v3,7,23,43,58,109v40,75,65,156,76,243v185,-5,314,-82,388,-231v35,-69,52,-141,52,-214v-1,-207,-135,-341,-335,-341v-146,0,-264,83,-309,191v-16,37,-25,84,-28,141v30,-63,116,-108,207,-108v84,0,139,31,169,89v36,69,-5,160,-77,160v-52,0,-71,-46,-51,-84v11,-20,53,-12,59,6v1,15,6,21,15,20v23,-3,34,-19,34,-48xm221,-291v-6,-56,-26,-92,-66,-134v10,32,32,77,66,134xm205,220v164,0,315,-129,297,-307v-119,-4,-213,-56,-282,-156v-10,29,-29,51,-57,67v65,0,114,34,114,103v0,58,-57,116,-115,116v-29,0,-63,-30,-58,-61v5,-28,45,-65,68,-30v22,34,70,1,70,-33v0,-48,-43,-78,-90,-78v-97,0,-182,85,-182,181v0,128,101,198,235,198xm-46,-501v-269,0,-479,215,-479,483v0,65,14,124,42,177v72,135,194,203,365,203v147,0,281,-34,402,-101v46,-26,97,-50,131,-86v-74,43,-159,64,-254,64v-110,0,-189,-33,-234,-101v-47,-71,-28,-147,27,-210v55,-63,121,-98,199,-103v31,-11,50,-35,62,-75v-39,-59,-65,-123,-79,-193v-48,-39,-109,-58,-182,-58",w:668},T:{d:"361,-814v95,-108,247,-204,425,-204v148,0,262,67,339,203v48,86,36,168,-6,268v-34,81,-48,96,-117,144v-55,37,-112,56,-173,56v-100,-1,-167,-52,-225,-111r-31,76r-176,458v-16,44,-18,70,3,93v28,16,60,27,110,23r0,9r-51,-1v-33,-4,-79,-1,-135,-2v-17,0,-79,1,-187,4v1,-1,2,-4,3,-8v75,1,123,-23,153,-80v-87,-75,-137,-176,-152,-301v-60,-14,-108,-93,-123,-161v-17,5,-45,15,-85,17v-140,8,-243,-112,-243,-255v0,-195,173,-317,377,-317v112,0,210,30,294,89xm903,-478v-86,-3,-180,-39,-262,-62v-5,9,-11,22,-19,39v39,35,60,62,122,96v84,47,187,32,264,-20v75,-51,128,-132,128,-247v0,-51,-12,-97,-37,-139v-77,-130,-186,-195,-328,-195v-167,0,-318,93,-405,196v75,57,82,72,149,181r322,101v55,17,89,26,102,26v17,0,25,-7,25,-20v0,-11,-23,-24,-23,-35v0,-18,8,-27,23,-27v21,-1,41,17,39,38v-4,47,-39,70,-100,68xm475,-642v-40,-74,-62,-103,-122,-153v-34,46,-70,81,-96,136v84,-8,156,-1,218,17xm9,-417v-1,-62,42,-148,86,-183v-38,-60,-131,-57,-169,1v21,-43,55,-65,103,-65v41,0,74,14,98,42v31,-18,71,-30,118,-35v10,-24,68,-101,103,-142v-81,-63,-178,-95,-291,-95v-188,0,-338,96,-338,288v0,133,126,264,247,255v14,-1,31,-4,50,-9v-6,-18,-6,-41,-7,-57xm544,-529v-7,-10,-16,-25,-29,-46v-41,-15,-127,-46,-200,-45v-16,-1,-41,0,-75,1v-49,126,-74,242,-73,348v3,-11,13,-16,31,-15v36,0,46,57,20,79v-13,11,-28,19,-46,21v15,107,59,200,132,280v11,-20,30,-67,58,-142xm160,-536v0,83,-50,150,-125,178v10,60,49,135,104,139v-5,-103,24,-236,89,-400v-35,3,-64,9,-87,19v13,27,19,49,19,64xm106,-579v-40,30,-82,102,-79,157v0,17,2,35,7,56v57,-42,94,-118,72,-213",w:842},U:{d:"102,-218v-2,108,60,185,161,185v59,0,108,-24,145,-72v24,-31,48,-81,72,-151v-95,-124,-94,-279,-4,-410v100,-146,276,-196,451,-114v125,58,187,165,187,317v0,113,-33,217,-96,315v-70,110,-232,236,-389,238v-106,2,-195,-58,-194,-158v0,-11,2,-34,7,-69v-74,105,-153,158,-237,158v-117,0,-195,-83,-191,-203v3,-87,23,-164,59,-231v10,-18,29,-51,52,-102v13,-30,20,-59,26,-83v-17,1,-115,-22,-166,-13v-64,11,-96,36,-96,79v0,35,32,56,53,34v14,-15,28,-2,28,17v0,16,-18,34,-35,33v-22,-2,-53,-44,-53,-69v0,-92,83,-158,196,-154v19,0,47,3,84,8v4,-52,-3,-98,-23,-132v-44,-76,-120,-114,-227,-114v-145,0,-246,69,-315,158v-95,122,-99,334,28,415v33,22,69,34,106,36v83,4,144,-25,184,-88r11,-6v-63,109,-210,146,-321,74v-67,-43,-99,-114,-99,-210v0,-171,134,-313,272,-361v44,-15,89,-24,136,-24v162,-3,267,94,267,255v55,6,87,6,137,-5v-10,32,-46,72,-68,99v-81,99,-144,217,-148,348xm1093,-443v0,-152,-61,-261,-185,-322v-152,-75,-318,-33,-413,92v-90,119,-94,272,-8,396v31,-110,70,-212,119,-310v17,-34,35,-56,56,-66v12,-6,49,-9,111,-9v11,0,16,1,16,3v-27,3,-51,13,-71,34v-62,64,-147,288,-177,407v61,51,142,77,244,77r-20,8v-97,0,-174,-22,-230,-66v-14,53,-21,92,-21,117v0,38,16,57,49,57v25,0,48,-12,67,-37r3,2v-29,55,-69,81,-119,78v37,33,88,50,153,50v145,0,271,-109,338,-212v58,-89,88,-188,88,-299xm258,-598v-49,3,-49,4,-85,2v-8,68,-58,145,-81,196v43,-73,107,-137,166,-198",w:695},V:{d:"-99,-545v-1,-79,82,-124,167,-126v-35,-64,-51,-140,-47,-227v-107,-26,-255,-10,-343,30v-107,49,-143,120,-94,225v17,37,63,61,96,85v-64,-32,-72,-29,-103,-76v-71,-109,-17,-196,110,-248v101,-42,220,-58,335,-33v11,-132,55,-226,147,-293v71,-51,151,-75,242,-70v93,5,175,41,244,108v123,118,158,287,116,492v-10,51,-29,116,-64,191v-64,136,-129,292,-229,388v-71,68,-141,104,-215,104v-114,0,-186,-84,-186,-197v0,-98,37,-213,89,-286r33,-48v-37,-26,-70,-58,-99,-97v-25,-3,-49,-4,-70,-4v-75,0,-113,20,-113,61v0,29,15,43,44,43v20,0,59,-35,60,6v0,32,-17,48,-51,48v-46,0,-69,-25,-69,-76xm605,-671v41,0,72,59,72,134v0,38,-4,74,-13,107v53,-116,71,-141,91,-246v13,-66,17,-122,17,-169v0,-222,-172,-421,-394,-421v-172,0,-304,111,-331,262v-7,33,-11,63,-12,92v117,33,195,81,231,145v51,91,30,147,-25,248v125,64,245,45,373,-24v-25,-21,-39,-32,-41,-34v-15,-15,-23,-31,-23,-46v-1,-24,31,-48,55,-48xm86,-672v41,-1,133,5,164,6v1,-31,-5,-59,-18,-82v-39,-67,-105,-116,-198,-146v-3,85,15,159,52,222xm238,-604v-26,-4,-65,-10,-117,-17v27,33,56,61,87,82v7,-11,17,-32,30,-65xm233,-506v-52,94,-81,129,-81,245v0,109,35,177,106,199v45,14,93,12,139,-8v65,-29,122,-82,170,-164v45,-79,68,-155,68,-229v0,-35,-5,-60,-16,-74v-130,75,-255,97,-386,31",w:629},W:{d:"1571,-764v0,158,-92,364,-200,462v-15,14,-48,41,-99,81v-87,334,-336,521,-758,521v-157,0,-290,-49,-399,-148v-43,-39,-95,-100,-156,-185v-204,-118,-319,-277,-324,-574v-5,-290,113,-446,303,-573v121,-81,264,-120,449,-122v256,-3,459,134,465,371v70,15,141,47,212,96v200,140,272,328,213,596v85,-70,116,-89,170,-169v76,-113,112,-236,112,-368v0,-60,-8,-109,-24,-146v24,51,36,103,36,158xm826,-935v-39,-228,-183,-332,-451,-331v-291,1,-530,134,-644,325v-54,91,-83,196,-83,317v0,233,99,416,296,549v-30,-83,-42,-185,-11,-278v14,-45,32,-76,55,-94v-64,78,-73,289,-13,392v267,154,571,157,883,44v139,-49,266,-116,381,-200v68,-257,1,-467,-181,-609v-57,-45,-125,-78,-206,-99v0,75,-35,164,-97,273v-49,87,-52,143,-71,293v-11,92,-23,165,-36,218v234,-217,351,-368,351,-454v0,-20,-9,-31,-27,-35v-18,-4,-28,-13,-28,-28v-1,-27,28,-51,55,-51v35,0,56,35,55,72v0,76,-84,201,-256,370v-94,92,-184,192,-291,270v42,-55,74,-160,95,-315v11,-82,23,-146,35,-191v-34,45,-78,109,-133,192v-49,73,-96,137,-143,190v-75,85,-136,129,-181,130v70,-62,93,-135,113,-261r28,-189v0,-10,29,-146,29,-156v0,-40,-57,-61,-103,-61v-78,0,-152,61,-150,140v0,29,10,46,28,54v25,11,36,0,36,-25v-1,-18,6,-29,24,-30v21,0,31,15,31,44v0,36,-40,62,-75,62v-71,0,-87,-77,-69,-153v38,-156,150,-292,284,-348v89,-37,214,-54,342,-46v6,1,49,7,128,19xm314,-667v43,-1,114,18,157,6r4,5v-36,35,-65,127,-86,276v-16,111,-33,200,-50,266v50,-52,112,-136,187,-252v79,-124,140,-210,182,-257v81,-93,122,-181,122,-266v0,-12,-1,-24,-3,-36v-54,-11,-118,-23,-197,-22v-163,0,-297,48,-400,145v-76,72,-121,127,-141,237v39,-68,114,-102,225,-102xm1233,-192v-119,88,-282,151,-443,210v-227,84,-588,76,-789,-28v64,130,177,220,339,271v89,28,185,30,295,18v239,-25,407,-114,503,-265v41,-65,72,-133,95,-206",w:953},X:{d:"75,-480v-1,-114,105,-183,222,-186v-9,-21,-43,-82,-101,-181v-60,-103,-123,-182,-189,-235v-83,-67,-175,-100,-278,-100v-84,0,-144,33,-193,85v-80,84,-119,151,-119,303v0,119,36,231,107,338v112,170,297,215,503,131v-1,2,-4,5,-8,8v-58,35,-130,51,-213,51v-129,0,-234,-55,-315,-165v-74,-100,-111,-217,-111,-350v0,-145,37,-218,116,-298v85,-85,149,-133,284,-133v98,0,192,32,281,97v79,57,145,133,199,226v38,66,71,130,99,193v6,13,13,25,20,35v51,-1,86,-2,105,-1r25,1r-1,4v-57,2,-86,18,-86,47v0,47,50,171,69,228v75,-73,138,-134,183,-187v35,-41,14,-90,-59,-88r1,-4r145,2r26,-2v79,-75,165,-136,258,-184v201,-106,398,-120,561,7v110,86,146,211,90,352v68,101,102,200,102,295v0,132,-28,238,-87,318v-54,73,-173,164,-275,186v-146,31,-341,21,-487,-32v-146,-53,-211,-93,-314,-194v-67,-67,-115,-135,-145,-206v-13,-31,-34,-91,-63,-180v-53,49,-93,88,-121,118v-57,62,-86,105,-87,129v0,21,25,35,74,42r0,5v-46,-1,-89,-2,-130,-2v-41,0,-78,1,-112,2r0,-3v19,-3,42,-13,67,-28v79,-48,222,-201,304,-282v-23,-59,-41,-122,-69,-209v-21,-64,-39,-99,-52,-108v-9,-6,-24,-9,-44,-9v-81,-2,-154,57,-152,136v0,35,12,52,35,52v5,0,11,-9,18,-28v7,-19,20,-28,37,-27v17,1,26,12,26,35v0,37,-47,68,-83,68v-42,0,-63,-24,-63,-72xm762,163v85,66,355,149,499,149v169,0,253,-26,348,-101v76,-60,109,-107,145,-204v16,-45,25,-106,25,-181v0,-83,-32,-178,-95,-286v-60,118,-194,196,-367,198v-98,1,-228,-42,-285,-96v142,97,339,119,498,41v68,-33,117,-84,149,-150v-58,-88,-87,-127,-169,-180v-100,-65,-178,-90,-332,-90v-182,0,-331,99,-391,205v-32,57,-47,131,-47,222v0,174,138,256,312,277v-130,-11,-197,-35,-257,-109v-41,-51,-61,-109,-61,-170v3,-210,73,-292,219,-377v69,-40,147,-59,231,-59v263,3,391,88,507,254v52,-138,15,-245,-99,-327v-74,-53,-154,-80,-240,-80v-107,0,-236,46,-386,137v-18,11,-66,45,-144,104v21,-1,39,-1,53,-1r-1,3v-48,7,-97,30,-146,69v-51,39,-171,169,-232,223v38,111,86,269,134,351v35,61,78,111,133,146v45,29,77,41,127,32r0,2v-49,14,-81,10,-128,-2",w:800},Y:{d:"306,-514v1,-54,-28,-97,-79,-97v-53,0,-89,45,-108,136r-9,0v12,-79,44,-134,93,-168v99,-69,192,34,185,128v0,11,-1,31,-4,61v148,-226,385,-299,665,-200v106,38,181,94,223,169v58,104,84,188,65,308v-7,45,-18,80,-29,107v-56,133,-196,237,-349,277v-58,15,-175,12,-244,2v-59,-9,-152,-70,-177,-115v-31,-56,-48,-110,-48,-164v0,-152,140,-280,294,-280v127,0,223,98,226,226v1,69,-25,113,-69,138v-25,14,-67,21,-124,21r10,-6v120,4,170,-41,170,-150v0,-128,-84,-218,-219,-218v-142,0,-272,108,-272,251v0,55,18,111,51,170v23,41,122,104,178,111v65,9,202,7,252,-7v182,-49,293,-164,322,-351v37,-243,-60,-407,-266,-481v-122,-44,-255,-56,-381,-20v54,-3,105,21,105,68v1,23,-21,46,-44,45v-18,0,-32,-12,-42,-36v-11,-29,-30,-43,-55,-43v-99,1,-199,121,-234,206r-111,273v-21,53,-32,88,-32,103v0,18,10,30,29,37v5,0,21,1,47,2r0,11v-87,-5,-176,6,-217,41v-12,10,-44,51,-52,59v-93,97,-166,164,-221,201v-108,70,-216,102,-377,102v-221,0,-387,-80,-467,-221v-74,-130,-87,-236,-33,-381v85,-230,249,-372,519,-372v135,0,247,77,299,171v21,38,33,80,33,125v0,126,-88,234,-210,234v-63,0,-95,-11,-98,-32r2,-6v11,16,48,24,111,24v111,0,182,-102,182,-216v0,-103,-51,-185,-153,-245v-65,-38,-126,-56,-207,-46v-256,30,-385,143,-465,361v-56,151,-45,265,36,385v89,132,239,202,446,202v304,0,461,-130,602,-320v13,-17,32,-40,55,-67v-21,0,-39,0,-56,1r0,-10v39,1,63,1,82,-23v25,-30,37,-56,69,-138v36,-94,101,-237,101,-343",w:679},Z:{d:"907,273v0,81,-89,140,-177,140v-32,0,-64,-7,-97,-20v213,146,445,219,694,219v186,0,354,-41,505,-122v155,-83,277,-204,371,-361v168,-280,202,-646,41,-930v-162,-285,-527,-447,-963,-445v-269,0,-513,53,-729,162v-288,146,-397,252,-581,516v-49,72,-94,153,-133,242v63,-185,244,-439,354,-546v246,-239,622,-379,1094,-383v471,-4,811,153,987,439v73,120,109,256,109,409v0,183,-51,359,-152,529v-101,170,-232,300,-392,392v-249,144,-583,157,-882,55v-129,-44,-250,-106,-360,-187v-99,-73,-226,-195,-316,-325v-27,-39,-49,-66,-64,-82v-58,-61,-107,-73,-170,-14v-125,117,-262,217,-415,298v-171,91,-316,136,-436,136v-196,0,-347,-104,-404,-252v-42,-111,-39,-237,17,-333v52,-89,159,-159,291,-161v146,-1,263,91,281,220v17,123,-21,214,-111,265r-2,-3v67,-46,100,-112,100,-199v0,-166,-100,-279,-262,-279v-121,0,-228,69,-279,149v-64,101,-53,229,4,337v68,128,157,180,324,216v31,7,63,10,94,10v91,0,203,-28,331,-90v169,-82,279,-174,452,-325v11,-9,51,-46,120,-111r406,-386v-99,-2,-94,-10,-196,-57v-61,-28,-104,-45,-132,-45v-34,-1,-59,24,-58,58v0,20,6,38,21,51v19,17,60,39,61,66v1,20,-20,36,-40,36v-41,0,-76,-74,-74,-119v4,-69,58,-116,129,-116v98,0,232,63,316,68v23,1,59,-17,82,-36v136,-115,370,-233,553,-233v132,0,282,78,346,132v77,64,139,186,140,317v0,63,-15,124,-44,182v-47,94,-115,169,-199,230v-138,99,-303,120,-476,67v-82,-25,-145,-78,-192,-150v-70,-106,-45,-245,42,-317v82,-68,234,-83,353,-41r-8,4v-196,-68,-424,38,-409,235v4,57,51,136,87,167v75,64,205,116,335,117v96,0,185,-29,266,-88v75,-54,135,-126,181,-217v56,-109,56,-232,4,-348v-55,-123,-122,-177,-253,-237v-59,-27,-121,-40,-186,-40v-123,0,-261,49,-414,143v-92,57,-157,126,-235,200r-391,367v59,2,157,113,199,190v48,87,100,152,155,230v34,49,72,82,109,103v29,16,61,24,94,24v52,1,118,-32,116,-81v0,-9,-3,-17,-12,-24v-34,-27,-30,-79,26,-79v32,0,54,29,54,61",w:620},"[":{d:"394,-695r-2,4v-51,3,-85,22,-101,55v-16,33,-30,87,-42,128r-176,564v-21,58,-8,81,62,89r-3,7r-146,0v-4,0,-6,-3,-6,-9v8,-36,195,-623,245,-780r15,-45v3,-9,9,-13,16,-13r138,0",w:358},"\\":{d:"233,63r-14,10v-5,-59,-8,-114,-11,-165v-6,-98,-12,-278,-19,-539r11,-19r22,525v1,17,4,79,11,188",w:287},"]":{d:"264,-647v0,-36,-24,-37,-70,-43r6,-6r145,0v3,1,5,3,5,6r-24,66r-228,751v-5,12,-8,26,-34,26v-24,0,-66,1,-126,0r1,-3v66,-7,94,-24,112,-83r131,-418v55,-177,82,-276,82,-296",w:316},"^":{d:"249,-348v0,65,67,126,132,126v39,0,75,-23,106,-70r-205,-314r-210,315r-87,0r14,-21v-52,-27,-41,-115,-10,-164v11,-18,31,-44,60,-77v51,-57,110,-90,177,-98v10,-14,18,-31,30,-44r27,44v116,10,238,153,238,282v0,21,-3,40,-10,59r14,22r-24,0v-26,48,-76,91,-143,81v-62,-9,-118,-71,-118,-141v0,-67,44,-136,112,-134v3,0,4,1,4,4v0,2,-1,3,-4,3v-62,-1,-103,62,-103,127xm510,-369v7,-119,-116,-256,-219,-271r58,91r153,226v5,-15,8,-30,8,-46xm218,-640v-61,9,-115,41,-162,94v-48,56,-83,88,-83,164v0,31,11,52,32,61",w:474},_:{d:"381,128v-53,2,-164,-29,-224,-29v-84,0,-99,2,-157,22v-4,2,-6,-3,-2,-4v109,-41,194,-42,332,-15v52,10,91,5,112,-12v6,-5,9,2,9,4v0,2,-5,9,-18,18v-17,12,-35,16,-52,16",w:429},"`":{d:"282,-609v-1,-14,15,-32,29,-31v19,0,32,11,39,33r36,111r2,-6r-5,5r-80,-81v-14,-14,-21,-24,-21,-31",w:352},a:{d:"475,-225v73,0,109,52,109,124v0,72,-68,139,-147,128r-12,6v83,15,155,-59,152,-135v-2,-68,-38,-119,-108,-118v-17,0,-31,3,-42,9v-33,19,-68,53,-104,101v-54,72,-95,108,-123,108v-12,0,-18,-7,-18,-21v0,-56,15,-74,40,-149v-39,60,-67,99,-83,117v-32,36,-64,54,-96,53v-34,-1,-51,-18,-51,-53v0,-45,19,-98,56,-161v-84,99,-167,148,-248,148v-83,0,-136,-88,-135,-176v2,-113,76,-207,154,-253v98,-58,260,-37,265,85v2,39,-26,83,-56,92v37,-19,64,-90,38,-138v-44,-80,-179,-79,-258,-28v-70,45,-135,138,-136,242v-1,85,47,175,126,173v98,-2,226,-114,278,-187v82,-114,153,-170,208,-170v13,0,25,7,38,22r17,-17r53,-2v-30,58,-143,319,-148,370v0,7,3,11,10,11v17,2,96,-108,118,-128v31,-28,52,-53,103,-53xm302,-393v0,-18,-8,-27,-25,-27v-27,0,-65,37,-112,111v-35,55,-62,105,-81,151v-17,41,-26,74,-26,99v0,21,8,32,24,32v35,0,82,-53,139,-158v54,-99,81,-168,81,-208",w:401},b:{d:"307,-430v36,0,66,47,54,96r133,-138v-52,64,-97,112,-134,145v-16,105,-118,250,-196,298v-30,18,-60,29,-93,29v-30,0,-47,-23,-52,-68v-18,45,-64,90,-137,133v-101,59,-181,99,-315,96v-131,-3,-219,-51,-259,-139v-21,-45,-29,-70,-23,-112v0,37,9,74,27,109v43,86,129,131,257,136v170,7,351,-92,412,-206v21,-38,48,-88,77,-153v-86,-13,-141,-71,-141,-166v0,-31,6,-61,18,-90v32,-78,78,-134,139,-169v55,-32,111,-38,181,-30v17,2,32,-1,45,-4v-15,97,-89,220,-109,296v0,4,3,5,8,4v31,-45,67,-67,108,-67xm307,-384v0,-21,-9,-32,-27,-32v-26,0,-57,27,-92,82v-23,35,-43,74,-60,115v48,-10,99,-31,154,-64v17,-43,25,-77,25,-101xm233,-639v0,-11,-8,-18,-23,-18v-53,0,-96,12,-130,33v-52,33,-93,84,-122,155v-27,64,-30,155,13,204v23,26,53,44,92,51r22,-49v8,-17,54,-129,137,-336v7,-18,11,-31,11,-40xm280,-277v-51,31,-103,53,-154,64v-22,47,-55,146,-55,166v0,25,9,38,27,38v19,0,43,-18,70,-55v42,-56,79,-127,112,-213",w:368},c:{d:"382,-482v121,-18,217,50,221,164v3,94,-83,184,-191,184v-65,0,-112,-24,-140,-74v-3,-6,-5,-17,-7,-32v20,66,76,102,152,101v104,-2,181,-89,181,-178v0,-106,-100,-177,-218,-159v-64,10,-114,30,-151,56v36,-15,90,-7,91,32v0,22,-9,33,-26,33v-23,0,-25,-21,-22,-43v-2,-30,-26,-25,-47,-10v-31,22,-65,75,-98,160v-31,81,-47,144,-47,189v0,29,9,43,26,43v38,0,101,-79,115,-112r6,4v-25,49,-80,120,-136,122v-44,1,-74,-37,-73,-81v0,-60,24,-129,73,-207v-52,60,-111,97,-200,100v-96,2,-151,-66,-152,-162v-1,-61,46,-123,104,-121v54,2,82,32,82,78v0,32,-20,54,-59,65v36,-13,54,-35,54,-65v0,-47,-30,-72,-75,-72v-56,0,-101,62,-101,118v0,91,55,151,146,150v51,0,95,-14,130,-41v23,-17,59,-44,97,-88v61,-71,150,-137,265,-154",w:310},d:{d:"-5,-100v-47,-14,-79,-80,-76,-144v6,-154,66,-248,177,-331v94,-70,168,-94,289,-86r96,-1r-29,73v95,-1,163,33,204,102v55,93,62,188,25,300v-36,111,-90,187,-161,229v-61,36,-115,54,-163,54v-97,1,-156,-31,-175,-96v-15,-52,14,-105,23,-149v-67,99,-122,149,-165,149v-45,0,-56,-53,-45,-100xm333,-122v-24,37,-98,117,-139,121v-3,0,-3,1,-2,4v24,56,67,79,144,86v51,5,109,-15,176,-55v104,-61,180,-198,180,-361v0,-153,-87,-263,-242,-256r-172,425v-26,64,-39,100,-39,107v0,7,3,10,9,10v11,0,39,-28,82,-83xm407,-640v0,-7,-6,-14,-20,-15v-118,-11,-202,18,-295,87v-108,80,-160,184,-166,332v-2,61,26,117,70,130v22,-85,84,-178,139,-238v51,-55,95,-82,134,-82v15,0,29,8,44,24r54,-130v27,-65,40,-101,40,-108xm294,-375v0,-30,-12,-45,-35,-45v-29,0,-76,63,-143,190v-45,87,-68,146,-68,177v0,21,8,32,23,32v30,-1,95,-82,115,-111v36,-52,106,-178,108,-243",w:434},e:{d:"181,-485v105,0,180,61,180,156v0,63,-34,117,-102,160v-4,16,-11,34,-21,53v-41,76,-91,114,-151,114v-59,0,-83,-49,-73,-114v-27,55,-91,116,-171,100r8,-5v51,10,81,-7,117,-45v31,-33,49,-64,57,-99v-74,5,-126,-48,-126,-121v0,-58,34,-107,101,-147v59,-35,119,-52,181,-52xm275,-386v0,-23,-10,-35,-29,-35v-28,0,-60,35,-95,106v28,-1,52,7,72,26v35,-38,52,-70,52,-97xm354,-333v0,-93,-72,-147,-175,-147v-60,0,-118,16,-173,48v-64,38,-96,85,-96,141v0,68,50,120,118,119v13,-39,32,-76,57,-113v-7,5,-19,14,-35,29v14,-18,28,-31,41,-39v61,-88,115,-132,164,-132v35,0,52,17,52,52v0,31,-24,65,-71,102v21,30,30,58,24,97v63,-46,94,-98,94,-157xm219,-285v-19,-18,-43,-26,-70,-25v-19,40,-35,79,-46,117v38,-19,77,-50,116,-92xm252,-170v8,-40,0,-69,-21,-99v-27,25,-69,52,-125,80v-19,39,-29,76,-29,111v0,36,13,54,40,54v60,0,120,-80,132,-140v-4,4,-16,9,-35,14v7,-3,26,-12,38,-20",w:311},f:{d:"434,-744v125,-2,224,118,224,242v0,95,-44,177,-131,246v-56,46,-157,97,-242,97v-49,0,-94,-7,-136,-26v-58,165,-114,269,-169,312v-24,19,-49,28,-76,28v-19,0,-41,-12,-40,-32v0,-16,9,-24,27,-24v11,-3,46,32,57,30v8,0,16,-3,23,-9v29,-24,71,-135,126,-333v-55,-39,-103,-114,-104,-201v0,-83,39,-147,118,-192v3,-1,5,-1,7,0v-112,77,-143,189,-75,312v13,23,33,43,60,61r29,-101v-13,-20,-21,-42,-24,-65r-28,0v2,-5,5,-11,8,-20r20,0v5,-42,21,-69,49,-81v-25,15,-40,42,-44,81r42,2v5,-15,12,-37,23,-66r49,-125v27,-68,118,-134,207,-136xm425,-425v-1,86,-66,157,-155,157v-30,0,-59,-7,-87,-21r-27,83v113,44,217,38,314,-15v90,-48,172,-152,173,-278v2,-144,-128,-276,-282,-224v-58,20,-100,64,-125,124v29,-38,67,-62,122,-66v17,-1,43,10,42,28v0,16,-8,24,-23,24v-13,0,-37,-32,-52,-29v-21,0,-44,33,-67,99v-5,13,-17,54,-36,125v65,-1,84,-8,108,-57v16,-34,61,-30,80,-1v9,14,15,31,15,51xm279,-281v100,0,159,-89,123,-183v-13,-35,-57,-44,-66,-4v-13,56,-44,63,-118,66v-7,27,-18,61,-31,101v30,13,61,20,92,20xm151,-399v-11,-1,-24,-1,-38,-1v3,20,10,39,22,56",w:328},g:{d:"382,-384v38,15,67,65,67,116v0,122,-101,214,-215,226v65,24,130,87,130,169v0,76,-52,150,-105,179v-94,51,-186,76,-297,49v-132,-32,-207,-97,-207,-236v0,-84,36,-147,109,-186v53,-28,96,-40,157,-27v-176,-20,-293,120,-234,290v32,92,141,158,280,158v147,0,288,-75,288,-224v0,-56,-34,-108,-103,-155v32,26,40,60,20,100v-27,53,-85,80,-174,80v-67,0,-154,-25,-152,-82v0,-30,28,-58,84,-84r46,-22v-31,-15,-46,-32,-46,-51v0,-29,26,-58,79,-86v-39,-28,-58,-62,-58,-102v0,-79,82,-153,160,-153v33,0,57,12,72,35v18,-1,61,-37,84,-35v28,-7,37,33,15,41xm213,-419v-53,0,-112,142,-112,197v0,37,12,52,36,52v47,0,117,-139,117,-192v0,-38,-14,-57,-41,-57xm225,-46v116,-6,207,-95,214,-217v4,-62,-47,-116,-103,-126v-20,-4,-37,1,-48,8v26,66,17,125,-32,171v-39,37,-84,56,-139,43v-13,-3,-51,36,-51,50v0,27,71,43,103,51v20,5,39,12,56,20xm115,148v64,0,136,-31,135,-86v0,-26,-30,-49,-91,-70v-38,-13,-62,-20,-71,-23v-51,23,-89,42,-92,95v-3,56,58,84,119,84",w:372},h:{d:"314,-663v-5,21,-98,242,-150,375v1,1,1,3,1,4v3,0,5,-2,7,-5v30,-53,98,-124,164,-126v19,0,29,13,29,40v0,103,-77,198,-103,308v-1,9,3,15,12,16v10,1,31,-21,64,-66r2,2v-23,41,-83,113,-129,113v-17,0,-26,-8,-25,-25v18,-70,52,-149,87,-237v18,-45,32,-67,32,-106v0,-13,-5,-16,-16,-14v-36,7,-82,53,-137,144v9,-1,46,-14,110,-38v-39,23,-77,37,-114,44v-26,43,-62,119,-107,229r-57,0v-96,105,-215,157,-356,157v-210,1,-327,-102,-394,-239v5,0,11,14,29,43v39,62,99,122,181,156v64,27,93,32,167,32v197,-2,337,-99,414,-236v15,-25,33,-71,56,-138v-104,-3,-152,-56,-152,-148v0,-62,28,-130,83,-205v41,-56,92,-89,150,-84r70,6xm221,-606v0,-34,-27,-52,-56,-52v-51,0,-121,47,-144,78v-30,41,-86,141,-86,206v0,87,50,134,149,139r29,-71v25,-60,55,-137,90,-232v12,-32,18,-55,18,-68",w:405},i:{d:"240,-634v21,0,39,19,37,40v-3,39,-28,42,-78,45v-63,3,-93,60,-49,100v16,15,33,22,50,22v15,0,23,8,23,25v0,35,-67,177,-87,230v37,-9,71,-25,103,-48v-27,24,-68,47,-107,56v-13,35,-34,76,-42,112v1,9,4,13,9,13v13,0,42,-30,86,-89r3,2v-21,30,-42,56,-65,79v-31,31,-57,46,-77,46v-19,0,-28,-9,-28,-26v0,-15,19,-72,45,-131v-39,-9,-56,-39,-52,-90v2,-21,21,-52,58,-91v4,-4,28,-24,72,-61v13,-11,27,-19,41,-24v-29,-4,-73,-34,-70,-65v4,-37,63,-69,106,-70v-39,-18,-19,-75,22,-75xm154,-377v0,-7,-3,-11,-10,-11v-13,0,-37,18,-71,54v-35,39,-51,46,-57,88v-5,40,16,78,49,82v19,-40,36,-80,53,-121v11,-28,29,-63,36,-92",w:261},j:{d:"238,-673v32,0,58,48,28,70v82,-18,126,47,126,124v0,65,-32,118,-102,118v-32,0,-56,-12,-71,-35v-13,93,-57,202,-85,289v-39,122,-92,199,-172,247v-36,21,-84,33,-143,34v-139,4,-248,-67,-332,-209v-71,-119,-85,-303,-30,-438v31,-75,83,-135,151,-179v28,-19,64,-28,107,-28v144,0,227,148,171,292v-35,89,-86,153,-157,195v-32,18,-69,30,-112,35r12,-8v122,-14,212,-113,251,-223v13,-35,19,-68,19,-99v-1,-110,-78,-186,-186,-186v-39,0,-74,9,-107,28v-102,59,-178,191,-177,362v0,93,21,176,63,248v77,132,188,199,334,200v35,1,62,-2,81,-7v-23,2,-48,-9,-46,-31v2,-32,54,-30,67,-9v9,9,17,14,23,14v20,0,41,-29,62,-88v43,-116,85,-240,127,-372v2,-8,10,-42,-9,-40v-18,-4,-64,56,-80,94r-9,-7v57,-97,108,-145,151,-145v13,0,23,14,29,27v12,24,35,36,67,36v61,-1,91,-32,91,-104v0,-65,-31,-122,-89,-125v-30,-2,-37,1,-56,2v-22,2,-38,-18,-38,-40v-1,-22,19,-42,41,-42",w:254},k:{d:"264,240v70,96,190,165,329,162v237,-5,383,-93,464,-273v62,-139,47,-296,-59,-383v-68,-55,-124,-80,-237,-77v-37,1,-71,8,-102,19r11,-8v80,-34,156,-35,232,-12v35,11,70,35,108,66v111,91,119,256,51,397v-78,160,-219,277,-452,277v-131,0,-237,-38,-314,-116v-93,-94,-106,-149,-152,-311v-7,-25,-20,-67,-41,-126v-15,33,-35,82,-60,146v-10,-1,-50,-4,-64,-1r37,-82v56,-126,121,-290,197,-492v11,-29,14,-71,-26,-72v-3,-1,-8,-1,-15,-2r1,-3v18,1,35,-1,52,-1v62,0,93,-36,93,-104v0,-126,-136,-219,-267,-219v-162,0,-297,161,-305,317v-1,17,-2,30,-2,38v0,121,49,218,146,291v59,45,113,67,162,66v-113,-3,-264,-109,-295,-200v-20,-58,-28,-122,-25,-191v7,-157,159,-327,321,-327v133,0,271,97,271,225v0,37,-6,70,-18,97r1,0r-132,335v58,-65,110,-98,157,-98v26,-1,50,20,49,46v0,39,-46,93,-138,162v-17,12,-45,31,-86,56r74,266v21,67,40,108,59,123v29,24,76,19,91,-14v1,-1,3,-15,6,-42v2,-17,10,-26,25,-26v16,0,24,8,24,25v0,44,-53,84,-106,84v-25,0,-46,-6,-65,-18xm329,-341v1,-27,-24,-49,-51,-49v-38,0,-105,69,-117,102v-5,14,-15,36,-27,67r20,55v117,-67,175,-125,175,-175",w:391},l:{d:"177,-152v-42,69,-98,147,-160,151v-5,0,-8,-1,-10,-4v-1,55,7,104,24,148v61,164,232,289,447,290v121,0,278,-43,358,-89v103,-59,220,-182,265,-298v60,-159,87,-234,20,-367v-47,-92,-114,-148,-230,-172v117,25,179,73,233,167v74,129,54,215,-4,373v-43,117,-176,256,-279,315v-80,45,-232,86,-355,87v-228,-1,-405,-129,-470,-302v-30,-79,-33,-175,0,-254r200,-489v9,-26,23,-45,-5,-54v-8,-3,-18,-3,-29,-2r2,-7r27,0v51,-17,89,-66,83,-136v-12,-142,-146,-245,-307,-240v-162,6,-260,51,-380,136v-97,69,-160,146,-191,229v25,-82,88,-159,189,-232v127,-92,253,-138,377,-138v177,0,347,103,343,270v0,40,-7,76,-20,109r-233,576v-9,22,-13,34,-13,37v0,7,4,11,11,11v22,0,57,-39,105,-117",w:256},m:{d:"463,126v-1,149,88,262,229,258v27,0,56,-3,85,-10v101,-23,238,-120,409,-291r84,-85v-9,14,-24,38,-50,70v-82,102,-365,317,-509,335v-162,20,-271,-81,-271,-243v0,-117,26,-158,73,-271v-44,61,-81,97,-112,108v-28,10,-74,-3,-72,-33v-6,-38,48,-43,46,-9v-1,14,-9,39,13,39v30,0,65,-52,104,-157v32,-85,48,-147,48,-185v2,-64,-50,-42,-76,-14v-76,83,-153,202,-231,357r-56,0v34,-67,140,-299,140,-364v0,-15,-4,-24,-12,-26v-26,-5,-75,48,-147,160v-51,78,-86,148,-122,233v-13,-5,-35,-2,-53,-3v-59,10,-133,10,-224,3v-143,-11,-178,-78,-109,-167v23,-30,78,-66,105,-78v-5,5,-18,14,-39,25v-40,22,-95,82,-95,134v0,45,47,71,140,80v87,8,162,7,225,-4r52,-140r42,-105v24,-60,36,-94,36,-102v0,-7,-3,-12,-8,-13v-13,-4,-31,12,-54,47v-11,17,-23,38,-37,63r-1,-1v37,-93,76,-142,119,-145v16,-2,28,14,26,29v-1,29,-16,78,-44,147v-3,9,0,13,9,13v3,0,7,-2,10,-6v23,-41,50,-79,79,-114v46,-57,89,-85,128,-85v23,0,35,11,35,32v0,18,-8,57,-28,114v-4,12,-12,27,-19,47v-1,7,4,12,12,7v29,-49,61,-92,96,-129v45,-47,83,-71,114,-71v29,0,43,22,43,65v-1,91,-46,194,-88,285v-31,66,-45,133,-45,200",w:617},n:{d:"352,-425v54,0,78,74,78,141v0,59,-13,114,-38,165v-49,99,-117,179,-202,240v-118,84,-233,130,-346,138v-161,11,-313,-114,-283,-292v-19,167,112,278,264,278v118,0,233,-39,345,-117v89,-62,160,-143,209,-244v34,-69,49,-126,44,-201v-8,72,-37,145,-88,218v-45,66,-88,99,-129,99v-23,1,-45,-16,-44,-39v0,-25,10,-37,30,-37v16,0,24,9,24,26v0,15,-22,44,8,44v33,0,68,-58,104,-173v20,-65,30,-116,30,-153v1,-28,-16,-66,-41,-66v-35,0,-79,49,-134,146v-15,26,-80,185,-106,247v0,0,-17,0,-56,1r104,-283v19,-52,29,-81,29,-87v0,-10,-4,-15,-12,-15v-26,2,-81,81,-93,107r-3,-1v17,-45,49,-85,95,-120v21,-16,37,-24,48,-24v15,0,23,11,23,32v0,24,-10,63,-29,117v-3,6,6,11,9,5v59,-101,112,-152,160,-152",w:459},o:{d:"89,0v-71,0,-83,-106,-69,-182v-67,3,-116,-15,-145,-54v-62,-84,27,-193,87,-227v42,-23,89,-36,143,-36v87,0,147,32,183,95v15,26,23,70,17,106v-21,136,-74,228,-155,277v-23,14,-44,21,-61,21xm278,-412v-36,-53,-95,-79,-176,-79v-93,0,-164,34,-211,101v-33,47,-46,101,-14,148v27,39,76,57,145,54v11,-52,37,-101,76,-148v51,-61,97,-91,137,-91v19,0,33,5,43,15xm268,-376v0,-29,-11,-43,-33,-43v-35,0,-83,73,-142,220v34,-7,80,-22,137,-44v-52,25,-99,42,-140,51v-1,1,-9,31,-30,89v-13,35,-8,91,26,97v18,3,42,-14,68,-59v43,-73,114,-205,114,-311",w:347},p:{d:"241,-427v89,-1,141,61,139,150v-2,145,-90,274,-228,274v-21,0,-44,-6,-70,-19v-22,43,-46,100,-56,129v-3,29,17,43,57,42v-2,11,-16,5,-46,5v-83,0,-40,-6,-95,-2v-98,146,-187,226,-403,233v-76,2,-180,-43,-224,-73v-62,-43,-129,-151,-128,-246v2,-118,36,-195,107,-266v59,-59,132,-87,216,-87v107,0,192,44,257,131v17,-9,35,-13,56,-13v57,-1,98,33,98,88v0,52,-29,92,-87,119v1,43,-4,78,-15,105v49,16,106,12,130,-23v63,-92,112,-262,163,-383r46,-117v-44,16,-82,46,-114,89r-2,-1v39,-53,80,-91,121,-113r33,-74v-118,56,-272,101,-381,101v-147,0,-244,-37,-293,-120v-39,-66,23,-148,69,-170v47,-23,99,-35,156,-35v95,0,157,26,187,75v27,44,15,109,-27,125v34,-34,47,-79,23,-122v-28,-49,-90,-73,-184,-73v-101,0,-171,29,-209,86v-23,35,-31,74,-10,111v43,75,147,109,311,105v116,-3,254,-40,362,-90v25,-12,50,-14,75,-27xm320,-296v0,-59,-32,-107,-88,-111r-150,378v67,38,110,11,159,-52v54,-69,79,-142,79,-215xm-166,34v39,-17,82,-64,82,-116v1,-72,-81,-100,-146,-71v40,55,61,118,64,187xm-171,41v-7,3,-17,7,-32,12v10,-6,20,-13,32,-17v-3,-69,-24,-131,-65,-186v-79,40,-108,127,-64,208v20,38,59,65,114,84v11,-27,16,-60,15,-101xm-191,152v-77,-22,-140,-71,-140,-160v0,-61,31,-110,93,-146v-65,-86,-148,-129,-251,-129v-164,0,-302,146,-316,299v-12,130,53,236,134,286v42,26,154,66,227,65v98,-2,191,-32,250,-76v43,-31,84,-77,123,-138v-39,4,-76,11,-115,0v-8,16,-19,33,-33,51v-90,112,-216,134,-355,65v68,23,117,34,147,34v79,0,146,-35,203,-104v15,-19,26,-35,33,-47",w:419},q:{d:"392,-423v-21,40,-213,509,-213,543v0,30,36,29,66,34v146,23,392,-58,506,-152v69,-57,127,-125,143,-208v8,-41,-17,-77,-67,-106r14,2v45,26,62,61,59,105v-7,105,-154,250,-263,294v-134,54,-229,85,-399,68v-27,-3,-60,-5,-99,-5v-25,0,-80,9,-107,4r1,-2v38,-3,66,-18,83,-46v-33,-33,-47,-67,-36,-109v-43,1,-67,-47,-67,-94v0,-59,23,-123,68,-194v48,-74,99,-118,153,-134v39,-12,61,-1,82,28v1,1,2,2,3,2v3,0,9,-10,17,-29v22,1,41,0,56,-1xm300,-377v0,-27,-11,-41,-32,-41v-29,0,-66,39,-111,116v-67,115,-100,200,-100,255v0,23,8,36,25,39v16,-52,60,-100,132,-143v57,-101,86,-177,86,-226xm208,-139v-65,43,-106,86,-121,131v31,-1,72,-45,121,-131xm180,-47v-41,29,-73,44,-95,46v-11,40,2,70,34,103v3,-5,23,-54,61,-149",w:382},r:{d:"351,-430v25,-1,46,21,46,46v0,41,-48,51,-62,15v-13,-35,-43,-35,-69,-8v-76,77,-132,256,-184,372v-29,2,-53,13,-73,32r-67,66v-92,86,-250,146,-421,147v-192,0,-321,-57,-388,-172v-44,-77,-31,-152,33,-207v35,-30,76,-49,123,-58v-113,44,-169,101,-169,171v0,27,9,56,26,86v67,115,193,173,378,173v157,-1,304,-54,391,-130v53,-46,97,-88,115,-132r112,-271v6,-20,21,-49,31,-83v3,-8,-8,-13,-16,-13v-15,0,-49,37,-100,109r-3,-1v19,-31,41,-60,65,-86v33,-36,60,-54,80,-54v16,0,24,11,24,32v0,20,-4,47,-11,81v29,-41,50,-68,65,-82v23,-22,48,-33,74,-33",w:367},s:{d:"348,-470v44,-3,90,37,89,85v0,49,-44,103,-77,126v-39,27,-117,24,-117,-35v0,-38,46,-72,86,-70v-34,4,-82,35,-81,70v0,24,21,42,43,42v52,0,115,-76,113,-128v-1,-38,-28,-70,-63,-68v-16,0,-32,5,-49,15v-81,52,-109,119,-146,234v-45,141,-86,239,-161,315v-32,33,-76,48,-120,28v-27,-11,-11,-55,15,-52v15,-3,48,34,62,32v35,-5,61,-64,78,-111v12,-31,25,-68,40,-113v-49,67,-100,101,-153,101v-42,0,-85,-45,-83,-96v3,-70,52,-125,124,-128v29,0,59,16,59,46v0,34,-42,71,-85,75v7,-3,20,-7,36,-16v25,-14,37,-32,37,-52v0,-27,-25,-44,-51,-42v-67,4,-116,67,-114,121v2,43,33,81,75,79v71,-4,126,-65,153,-126v46,-103,67,-208,132,-375v38,-97,67,-138,146,-138v32,0,47,14,45,28v-4,27,-31,32,-47,11v-12,-16,-24,-23,-33,-23v-40,1,-72,138,-87,193v-5,15,-12,44,-23,85v29,-55,84,-109,157,-113",w:347},t:{d:"578,-451v124,0,217,82,217,206v0,109,-64,224,-125,287v-85,88,-252,167,-412,168v-158,2,-269,-82,-252,-238v3,-30,19,-83,48,-158v-76,12,-130,-29,-154,-92v-29,7,-57,10,-84,10v-84,0,-140,-24,-168,-72v-10,-17,-15,-35,-15,-52v0,-65,40,-117,119,-161v145,-81,354,-74,439,52r69,-25r-38,89r2,8r83,-1r-10,24v-15,1,-39,1,-71,1v2,81,-37,150,-90,182v-36,93,-54,147,-54,162v0,6,1,10,3,11v20,8,75,-51,95,-70v3,5,-15,26,-58,62v-48,40,-77,61,-104,52v-10,136,112,208,256,206v152,-3,301,-69,381,-154v84,-88,127,-179,127,-274v0,-125,-91,-209,-222,-209v-50,0,-100,10,-151,29r11,-9v55,-23,107,-34,158,-34xm219,-404r-7,0v-13,29,-36,83,-68,162r-3,8v53,-46,79,-103,78,-170xm-354,-399v0,76,77,119,173,116v25,0,50,-2,77,-7v-16,-54,6,-91,71,-87v-57,-5,-80,35,-66,86v110,-23,171,-56,209,-137r45,-1r26,-68r4,-2v-44,-53,-124,-101,-223,-101v-66,0,-132,17,-198,51v-79,40,-118,90,-118,150xm143,-402v-7,0,-16,0,-27,1v-61,61,-131,101,-211,121v20,62,75,90,154,81",w:279},u:{d:"287,126v68,66,215,84,330,50v128,-37,276,-132,358,-220v113,-121,204,-402,97,-585v-96,-163,-246,-229,-506,-218v-67,3,-143,29,-230,80v-98,57,-169,139,-214,245r-9,6v46,-110,121,-197,225,-257v111,-63,168,-83,293,-81v234,3,356,71,446,224v71,122,65,286,8,427v-24,60,-54,111,-91,152v-101,113,-233,194,-397,243v-116,35,-252,16,-324,-51v-52,53,-107,95,-164,128v-34,19,-68,29,-101,29v-107,0,-162,-91,-160,-207v0,-66,16,-133,49,-200v41,-85,139,-220,220,-284v27,-22,48,-33,65,-33v15,0,23,12,23,36v0,66,-120,269,-120,334v0,13,6,19,17,19v13,0,33,-15,60,-45v81,-87,143,-214,197,-344v8,6,38,9,55,6r-100,233v-34,79,-51,125,-51,138v0,7,3,10,10,10v12,0,39,-28,82,-83r2,1v-29,47,-85,112,-138,117v-6,0,-11,-1,-15,-4v1,73,28,92,79,131v13,-15,37,-39,72,-74xm269,138v-100,-84,-89,-168,-31,-295v2,-5,4,-12,6,-22v-42,73,-93,127,-154,162v-18,11,-33,16,-46,16v-17,0,-25,-12,-25,-37v0,-58,82,-220,109,-291v9,-21,13,-35,13,-42v0,-10,-4,-15,-13,-15v-15,0,-52,36,-111,107v-105,127,-158,249,-158,367v0,62,16,132,42,160v52,55,134,60,203,19v58,-35,114,-77,165,-129",w:433},v:{d:"350,-431v57,0,90,52,90,113v0,78,-36,148,-107,210v-65,55,-141,94,-233,116v71,-91,102,-192,96,-305v-5,-99,-30,-160,-70,-204v-12,-12,-27,-18,-45,-18v-32,-1,-53,25,-53,56v0,21,8,44,25,69r-2,1v-25,-34,-37,-63,-37,-88v-1,-44,37,-82,81,-81v29,0,52,6,67,17v-87,-118,-254,-199,-450,-199v-251,0,-448,137,-538,315v-51,100,-78,219,-78,359v0,186,54,328,160,429v172,164,436,169,667,56v100,-49,190,-112,267,-193v-120,146,-345,277,-589,277v-143,0,-263,-45,-358,-136v-104,-99,-156,-240,-156,-424v0,-284,103,-486,309,-606v154,-89,331,-111,519,-52v188,59,304,164,335,382v9,-47,46,-94,100,-94xm383,-302v0,-58,-22,-87,-65,-87v-45,0,-67,31,-67,92v0,86,-24,175,-73,267v137,-66,205,-157,205,-272",w:465},w:{d:"469,-431v44,-1,67,37,67,81v0,111,-107,269,-218,352v-1,0,-4,0,-7,1v17,-99,33,-236,27,-307v-67,119,-146,222,-238,307r-4,0v28,-72,41,-151,38,-237v-70,72,-234,163,-353,159v-147,-6,-245,-80,-305,-182v-34,-59,-51,-121,-51,-188v1,-138,72,-247,163,-306v-163,16,-285,73,-364,173v-91,114,-129,233,-91,386v58,230,277,366,568,358v63,-1,120,-10,171,-26v131,-40,251,-99,362,-176v-112,85,-232,146,-359,183v-173,51,-415,27,-538,-52v-111,-71,-187,-163,-216,-284v-35,-148,4,-293,83,-390v85,-105,217,-165,396,-179v107,-64,268,-70,409,-33v133,35,236,111,307,230v23,39,46,102,68,187v29,-38,58,-57,85,-57xm494,-300v1,-43,-22,-97,-61,-96v-16,0,-32,10,-49,29v15,112,11,192,-11,309v81,-83,121,-164,121,-242xm360,-439v-17,-53,-34,-93,-53,-122v-110,-164,-245,-247,-481,-247v-87,0,-160,17,-217,50v18,-1,56,2,115,11v174,25,306,115,396,269v20,33,33,61,39,83v23,-72,61,-108,114,-108v40,0,69,21,87,64xm335,-326v-13,-97,-45,-145,-96,-145v-39,0,-63,28,-73,84v9,18,15,44,20,77r17,-15r-16,24v10,69,5,166,-11,211v69,-75,122,-153,159,-236xm-12,-374v-1,-48,34,-98,83,-96v28,0,52,16,73,49v-89,-173,-207,-284,-424,-321v-48,-9,-89,-12,-123,-9v-93,57,-165,164,-165,302v0,165,102,293,228,342v41,16,82,25,123,25v113,0,287,-90,351,-160v-2,-69,-33,-187,-90,-187v-28,0,-51,30,-50,58v0,24,7,50,22,78v-1,1,-2,1,-3,2v-17,-29,-25,-57,-25,-83"},x:{d:"463,-498v173,0,311,148,311,323v0,110,-43,194,-128,251v-91,60,-176,73,-283,32v-81,-32,-140,-125,-177,-278v-41,56,-86,151,-152,171v-69,54,-240,117,-352,116v-234,-3,-411,-182,-408,-420v2,-184,93,-336,216,-407v115,-67,208,-86,346,-53v46,12,84,27,115,45v96,57,166,139,211,248v15,35,43,128,65,210v66,-111,116,-167,149,-167v22,0,33,18,33,53v-1,23,-6,51,-21,76v6,-24,9,-41,9,-52v0,-28,-12,-42,-36,-42v-29,0,-72,48,-130,144v6,9,48,172,66,189v4,7,9,10,15,10v14,0,33,-27,56,-80r3,1v-23,60,-56,102,-100,125v31,66,113,129,204,130v53,0,108,-20,167,-60v81,-55,121,-134,121,-238v0,-76,-24,-143,-69,-205v-89,-122,-269,-139,-430,-76v70,-31,136,-46,199,-46xm26,-130v-17,45,-12,90,33,90v25,0,66,-47,124,-142v-6,-26,-15,-59,-27,-99v-5,-18,-26,-107,-48,-103v-18,-4,-52,74,-58,91r-3,-1v35,-89,64,-136,105,-131v-54,-131,-131,-224,-232,-279v-128,-69,-302,-73,-428,4v-121,73,-209,223,-211,398v-3,237,171,411,403,413v112,2,280,-58,347,-113v-18,-3,-27,-18,-27,-47v0,-26,6,-53,18,-82",w:435},y:{d:"303,-279v0,-21,-12,-88,-12,-109v0,-25,9,-38,28,-38v17,0,26,17,26,50v0,30,-12,82,-35,156v-23,74,-63,162,-119,263v-11,19,-22,35,-35,48v-45,73,-136,131,-271,176v-117,39,-230,58,-339,57v-100,-1,-256,-66,-324,-124v-190,-162,-235,-367,-93,-588v67,-103,215,-192,372,-196v263,-6,505,233,374,493v-26,51,-53,89,-86,111v59,-54,115,-148,117,-248v5,-207,-192,-350,-407,-350v-269,0,-503,247,-409,533v9,26,29,62,58,107v97,148,218,214,442,235v177,17,308,-28,456,-115v9,-5,23,-18,43,-37v-37,22,-94,14,-98,-27v-1,-15,16,-31,31,-30v13,-3,50,44,64,40v9,0,21,-6,36,-18v32,-39,42,-63,42,-133v-1,-123,-10,-236,-35,-333v-6,-21,-15,-31,-26,-31v-23,0,-45,39,-66,117r-3,-1v25,-91,46,-137,109,-155v18,0,31,13,40,39v22,67,35,187,39,360v54,-103,81,-187,81,-252",w:375},z:{d:"376,-413v-12,27,-34,41,-64,76v213,8,420,168,507,322v69,121,79,302,-6,405v-82,100,-240,120,-363,35v-66,-45,-135,-116,-180,-195v-94,117,-251,221,-439,221v-163,0,-304,-95,-372,-204v-42,-66,-72,-163,-73,-271v-3,-250,176,-423,401,-456v110,-16,238,-17,325,14v59,22,140,57,201,68v13,2,48,-20,53,-20v7,0,10,2,10,5xm287,-340v-7,3,-138,-58,-183,-61v-43,-3,-36,55,-13,66v14,11,37,15,43,34v47,-23,98,-36,151,-37xm637,459v144,2,222,-130,222,-284v0,-73,-16,-136,-46,-189v-86,-153,-294,-309,-506,-318r-221,250v65,21,114,110,155,167v25,35,48,63,69,85v36,-52,54,-143,53,-274v4,133,-12,225,-49,278v40,41,78,62,115,62v30,1,68,-17,67,-44v2,-8,-20,-23,-20,-35v0,-19,11,-28,32,-28v25,0,37,13,37,40v0,46,-69,83,-117,83v-43,0,-88,-16,-136,-49v-3,5,-9,11,-16,20v44,73,111,142,182,183v59,35,119,53,179,53xm288,200v-24,-17,-48,-38,-71,-65r56,84v3,-4,8,-10,15,-19xm37,-27v-8,-3,-43,25,-43,25v-8,-5,-1,-10,5,-17r281,-313v-51,2,-100,14,-145,36v0,21,-21,29,-42,23r-56,36r-2,-4v19,-13,37,-25,53,-34v-25,-13,-37,-37,-37,-73v0,-47,44,-77,91,-78v17,0,50,6,99,17v-97,-32,-175,-73,-310,-73v-49,0,-100,4,-155,13v-243,36,-423,235,-379,526v24,160,91,244,209,322v140,91,316,86,468,4v73,-39,138,-91,193,-157v-49,-71,-109,-172,-167,-222v-23,-21,-44,-31,-63,-31",w:374},"{":{d:"431,-694r-2,4v-71,5,-119,45,-142,120r-62,197v-16,51,-53,83,-112,96r-3,12v38,7,57,26,57,57v-1,47,-48,180,-66,238v-18,58,3,115,60,118r-4,6v-51,-1,-84,-4,-97,-10v-44,-19,-40,-75,-24,-124r48,-152v15,-47,22,-74,22,-83v0,-32,-26,-49,-79,-52v1,-3,2,-5,3,-7v94,-11,113,-34,139,-127v24,-86,39,-132,40,-137v21,-57,45,-98,71,-122v26,-24,76,-36,151,-34",w:394},"|":{d:"224,-342v0,84,51,342,51,427v0,25,-1,50,-3,77v-8,-2,-40,25,-47,24v15,-127,-39,-384,-39,-505v0,-128,41,-251,83,-344v-30,125,-45,232,-45,321",w:338},"}":{d:"295,-687r5,-7v51,1,83,5,97,11v44,17,39,76,24,124r-48,151v-15,46,-22,74,-22,83v0,32,26,50,79,53r-3,6v-94,11,-113,34,-139,127v-24,86,-39,132,-40,137v-21,57,-44,98,-69,121v-27,25,-78,37,-153,36r2,-5v71,-5,119,-44,142,-119r62,-198v16,-51,53,-83,112,-96r3,-12v-38,-7,-57,-26,-57,-56v1,-48,48,-179,66,-238v4,-13,6,-27,6,-42v-1,-53,-18,-70,-67,-76",w:394},"~":{d:"265,-715v34,0,135,41,169,41v34,0,66,-17,95,-51r8,4v-39,58,-82,87,-129,87v-34,0,-145,-42,-179,-42v-31,0,-62,19,-93,56r-6,-4v39,-61,84,-91,135,-91",w:490},"\u00c4":{d:"1063,-814v22,0,45,17,45,39v0,18,-23,40,-41,39v-25,0,-37,-15,-37,-46v-1,-15,18,-32,33,-32xm913,-812v19,0,43,20,43,39v0,19,-22,38,-41,38v-18,0,-38,-26,-38,-44v0,-17,20,-33,36,-33xm1066,-683v103,0,153,50,155,150v3,134,-130,267,-264,262v-25,0,-45,-2,-62,-7r-63,164v-13,33,-19,55,-19,67v0,33,36,44,77,44r-2,3r-265,0r0,-3v84,-9,97,-38,127,-116r72,-189v-43,0,-104,0,-183,1v-40,60,-83,116,-128,168v-81,95,-172,142,-272,142v-124,0,-246,-101,-233,-205v9,-72,40,-109,96,-109v45,0,92,42,92,87v0,22,-14,52,-37,52v-18,0,-24,-15,-17,-30v1,-37,-25,-77,-62,-77v-38,0,-60,28,-67,83v-3,23,6,48,23,77v70,120,264,123,369,31v39,-34,92,-91,157,-172v160,-203,281,-329,362,-380v46,-29,94,-43,144,-43xm957,-282v130,4,253,-121,253,-251v0,-74,-30,-135,-97,-135v-59,0,-87,41,-107,102r-23,59v10,-1,66,22,65,32v-18,-12,-39,-23,-67,-27r-81,211v22,6,41,9,57,9xm979,-660v-69,29,-148,92,-226,198r-93,125r157,0v-30,-73,3,-136,80,-162v24,-61,51,-114,82,-161xm893,-490v-47,23,-71,58,-71,104v-1,11,7,29,13,40v3,-7,23,-55,58,-144",w:1034},"\u00c5":{d:"1040,-844v30,0,56,28,56,58v0,31,-27,57,-58,57v-31,0,-57,-28,-57,-59v0,-30,29,-56,59,-56xm77,-281v-65,2,-79,91,-48,146v38,67,98,103,189,103v99,0,188,-47,268,-139v45,-51,209,-275,268,-334v54,-54,98,-97,138,-123v86,-56,150,-77,252,-46r-3,5v-11,-5,-21,-7,-28,-7v-50,-1,-89,48,-111,105r-174,452v-13,33,-19,55,-19,67v0,33,36,44,77,44r-1,8r-266,0r0,-6v43,5,71,-15,96,-55v29,-46,75,-180,102,-251r-182,0v-24,38,-51,74,-78,110v-101,134,-208,200,-321,200v-118,0,-234,-82,-234,-196v0,-63,38,-117,97,-117v46,0,94,42,94,89v0,24,-16,50,-41,50v-33,0,-17,-30,-16,-51v2,-31,-28,-55,-59,-54xm1043,-737v38,0,43,-55,19,-79v-26,-26,-73,-12,-73,28v0,30,24,51,54,51xm975,-665v-59,23,-119,71,-180,142v-21,25,-68,85,-139,181r159,0v9,0,15,-3,18,-10v12,-23,34,-74,65,-155v27,-67,52,-120,77,-158",w:1034},"\u00c7":{d:"240,162v-4,-4,36,-31,34,-43v0,-5,-5,-8,-14,-9v-116,-11,-210,-100,-209,-225v2,-204,145,-389,289,-474v90,-53,179,-82,272,-82v62,0,118,17,167,52v23,16,30,13,50,-8r6,3v-29,72,-54,139,-75,200r-6,-2v3,-15,4,-33,4,-52v0,-121,-52,-181,-156,-181v-133,0,-255,85,-364,256v-70,109,-105,211,-105,305v-1,117,71,196,188,195v134,-1,234,-80,282,-177v20,-39,30,-79,30,-119v1,-70,-48,-128,-118,-128v-54,0,-116,47,-116,100v0,35,21,40,48,33v9,0,13,6,13,19v1,22,-22,46,-44,46v-40,0,-60,-23,-60,-70v0,-73,85,-139,159,-139v84,0,140,58,139,142v0,95,-51,177,-152,247v-57,39,-118,59,-185,59v-29,22,-43,35,-43,38v0,5,6,10,20,13v37,9,52,70,14,92v-31,28,-122,24,-122,-19v0,-15,9,-21,27,-20v-9,-12,-22,-32,-46,-56v-48,-48,-111,-69,-182,-69v-162,0,-266,113,-266,276v0,117,60,209,146,244v82,34,144,39,212,-7v55,-37,87,-83,87,-160v0,-55,-23,-102,-72,-136v-46,-32,-76,-44,-132,-31v-45,11,-77,36,-98,75v-18,33,39,86,-11,103v-22,8,-39,-29,-38,-50v0,-16,6,-37,17,-64v22,-56,86,-94,162,-94v37,0,74,14,112,43v69,54,95,123,70,217v-20,76,-101,147,-194,147v-156,0,-268,-117,-268,-281v0,-117,46,-202,139,-253v100,-56,228,-43,316,23v16,3,54,106,88,99v22,12,39,-5,36,-36v-1,-19,-12,-31,-32,-36v-13,-3,-19,-5,-19,-6",w:758},"\u00c9":{d:"130,-181v0,89,55,167,139,166v52,0,102,-25,151,-76v23,-24,39,-45,50,-62v152,-8,300,-102,369,-204v38,-55,60,-114,64,-179v13,-170,-114,-291,-306,-285v15,3,23,12,23,29v0,14,-12,26,-35,36r-139,59r-2,-2r110,-101v13,-12,25,-19,34,-21v-154,7,-237,55,-321,144v-13,15,-29,41,-48,80v-2,1,-4,0,-5,-2v47,-101,111,-156,208,-199v121,-53,266,-49,368,19v88,57,132,138,131,243v-1,72,-21,137,-62,194v-84,118,-213,185,-386,202v-13,27,-35,53,-65,80v-61,55,-124,82,-189,82v-85,0,-161,-65,-161,-151v0,-83,50,-160,149,-231v-105,-162,83,-312,251,-312v76,0,160,44,160,113v0,44,-41,80,-85,80v-26,0,-59,-18,-59,-45v0,-20,35,-49,47,-23v13,30,79,13,73,-21v2,-54,-66,-93,-124,-93v-112,0,-228,115,-224,226v0,16,4,33,11,50v29,-11,54,-17,77,-17v42,0,63,15,63,44v1,35,-38,53,-76,53v-27,0,-62,-14,-103,-42v-59,39,-88,94,-88,166xm379,-362v0,-19,-16,-29,-48,-29v-21,0,-45,6,-71,17v17,31,40,46,71,46v32,0,48,-11,48,-34"},"\u00d1":{d:"706,-829v19,-6,99,55,114,52v23,1,40,-17,58,-45r2,1v-5,12,-12,30,-26,50v-19,28,-44,40,-69,40v-18,6,-100,-57,-114,-54v-17,0,-35,13,-53,39r-2,-2v29,-54,59,-81,90,-81xm1418,110v22,-1,42,21,41,43v0,17,-7,33,-20,51v-65,92,-244,85,-371,45v-154,-49,-287,-152,-397,-313v-83,-122,-158,-283,-223,-482v-63,231,-141,393,-234,488v-39,40,-82,60,-127,60v-55,1,-109,-37,-109,-93v0,-48,18,-72,53,-72v20,0,30,11,30,33v2,12,-27,28,-27,48v0,33,38,69,71,69v71,0,143,-83,217,-248v54,-121,91,-232,111,-333v-47,-9,-100,-13,-159,-13v-107,0,-160,25,-160,74v0,36,47,55,71,28v10,-10,14,-28,30,-32v21,0,32,11,32,33v0,29,-18,44,-55,44v-49,1,-84,-34,-83,-83v0,-36,19,-65,57,-88v25,-15,67,-24,124,-27v14,-1,58,-1,132,-2v-34,-93,-92,-174,-173,-242v-96,-80,-159,-132,-303,-132v-204,0,-330,124,-330,335v1,152,72,269,215,269v61,0,117,-24,169,-71v-55,56,-115,84,-179,84v-88,0,-151,-43,-190,-130v-20,-45,-30,-96,-30,-152v0,-214,140,-352,359,-352v139,0,226,36,315,104v125,97,187,202,246,379v71,211,135,348,213,472v30,-120,58,-212,83,-277v39,-98,86,-177,142,-237v39,-41,74,-62,105,-62v36,-1,62,32,61,68v0,32,-18,48,-53,48v-7,0,-10,-6,-10,-19v0,-23,-10,-34,-31,-34v-28,0,-60,21,-96,64v-77,91,-140,247,-187,468v67,99,139,178,218,236v96,71,195,106,298,106v63,0,106,-17,129,-51v8,-11,12,-23,12,-35v0,-12,-19,-28,-19,-41v0,-19,11,-28,32,-28",w:1289},"\u00d6":{d:"202,-541v48,-70,175,-144,285,-144v27,0,49,5,68,14v39,-4,68,7,100,28v51,35,76,96,76,181v0,63,-20,130,-53,204v-57,127,-232,281,-396,283v-171,2,-259,-150,-206,-323v3,-14,16,-48,38,-102v17,-43,40,-83,68,-118v-9,-30,-11,-63,-5,-100v20,-130,124,-198,277,-198v48,0,89,6,123,17v20,-37,85,-11,68,34v39,29,56,65,52,108v-1,1,-3,1,-4,0v4,-41,-13,-75,-50,-104v-7,14,-19,21,-37,21v-31,0,-42,-30,-31,-56v-27,-9,-61,-14,-101,-16v13,6,20,21,20,45v0,12,-26,27,-37,27v-20,0,-43,-15,-42,-36v0,-17,7,-30,22,-37v-129,5,-221,79,-238,198v-4,27,-3,51,3,74xm405,-393v101,0,182,-65,195,-156v5,-30,2,-56,-8,-79v-112,-60,-224,54,-257,141v-11,28,-17,50,-14,75v25,13,53,19,84,19xm547,-670v-20,-9,-40,-13,-61,-13v-91,0,-176,67,-255,202v17,25,41,43,68,57v12,-82,93,-180,158,-216v29,-16,59,-27,90,-30xm400,-368v-27,0,-51,-4,-73,-13v11,43,60,60,73,13xm123,-160v0,88,66,177,151,177v70,0,136,-36,202,-103v84,-86,179,-264,179,-414v0,-55,-18,-96,-53,-121v29,119,-49,221,-148,246v26,43,-26,83,-69,83v-49,0,-91,-44,-88,-103v-28,-13,-63,-36,-81,-61v-62,113,-93,212,-93,296",w:725},"\u00dc":{d:"752,-817v19,0,38,20,38,39v0,21,-22,40,-42,40v-21,0,-37,-19,-37,-40v0,-22,19,-39,41,-39xm273,-230v-3,116,49,201,158,201v63,0,115,-29,154,-86v22,-32,47,-89,75,-170r51,-144v26,-70,55,-136,85,-187v16,-27,40,-41,70,-46v7,-1,37,-1,91,0r0,4v-28,2,-52,13,-72,32v-29,28,-65,99,-110,213v-61,157,-92,267,-92,330v0,41,15,62,46,62v27,0,50,-15,69,-44r3,3v-28,53,-66,80,-114,80v-50,1,-83,-36,-82,-86v0,-10,2,-33,7,-69v-74,107,-155,161,-243,161v-110,1,-180,-78,-180,-190v0,-115,71,-257,164,-346r77,-83v-94,17,-224,-38,-313,-12v2,22,20,89,20,123v0,23,-13,34,-38,34v-27,0,-48,-53,-48,-83v0,-41,21,-76,62,-105v6,-139,147,-218,305,-206v45,3,92,18,143,47v13,-24,46,-28,65,-7v12,13,14,33,4,46v107,59,225,34,301,-49v-65,113,-193,131,-312,60v-29,23,-65,-7,-61,-38v-113,-71,-241,-71,-345,-5v-54,35,-85,85,-94,148v31,-20,67,-30,109,-30v35,0,142,17,177,16v14,0,42,-3,84,-9v2,-1,3,0,3,1v-92,128,-215,260,-219,434xm120,-537v-1,-13,-4,-35,-8,-68v-36,15,-54,40,-54,77v0,35,34,48,57,29v5,-5,7,-17,5,-38",w:862},"\u00e1":{d:"374,-615v13,-1,27,17,26,29v-3,29,-113,86,-151,110r-1,-1r89,-114v13,-16,25,-24,37,-24xm389,-422v-13,26,-32,66,-56,121v19,11,28,30,28,57v0,54,-21,109,-62,164v-38,51,-71,76,-99,76v-14,0,-21,-6,-21,-19v0,-17,11,-58,32,-121r-39,48v-46,63,-90,94,-131,94v-34,0,-51,-18,-51,-53v0,-97,92,-226,158,-292v52,-52,95,-79,130,-79v12,0,24,6,37,19r14,-16v-9,1,0,2,26,3v8,0,19,-1,34,-2xm354,-244v0,-24,-8,-41,-24,-50v-60,136,-90,216,-90,239v0,6,3,11,8,14v12,-4,29,-21,52,-50v36,-46,54,-97,54,-153xm301,-392v0,-19,-9,-28,-27,-28v-23,0,-54,30,-96,88v-47,66,-119,191,-122,276v0,19,8,28,24,28v33,2,86,-70,118,-118v22,-34,46,-83,73,-146v-31,17,-54,45,-67,84v-1,3,-3,4,-6,3v-3,-1,-4,-3,-3,-6v15,-44,41,-74,80,-91v17,-42,26,-72,26,-90",w:398},"\u00e0":{d:"239,-611v-1,-14,18,-30,33,-29v40,1,43,57,53,89r17,52r-2,1r-81,-79v-13,-13,-20,-25,-20,-34xm389,-422v-13,26,-32,66,-56,121v19,11,28,30,28,57v0,54,-21,109,-62,164v-38,51,-71,76,-99,76v-14,0,-21,-6,-21,-19v0,-17,11,-58,32,-121r-39,48v-46,63,-90,94,-131,94v-34,0,-51,-18,-51,-53v0,-97,92,-226,158,-292v52,-52,95,-79,130,-79v12,0,24,6,37,19r14,-16v-9,1,0,2,26,3v8,0,19,-1,34,-2xm354,-244v0,-24,-8,-41,-24,-50v-60,136,-90,216,-90,239v0,6,3,11,8,14v12,-4,29,-21,52,-50v36,-46,54,-97,54,-153xm301,-392v0,-19,-9,-28,-27,-28v-23,0,-54,30,-96,88v-47,66,-119,191,-122,276v0,19,8,28,24,28v33,2,86,-70,118,-118v22,-34,46,-83,73,-146v-31,17,-54,45,-67,84v-1,3,-3,4,-6,3v-3,-1,-4,-3,-3,-6v15,-44,41,-74,80,-91v17,-42,26,-72,26,-90",w:390},"\u00e2":{d:"340,-638v8,0,22,0,32,-3v5,29,12,74,21,134v-10,-5,-14,-20,-21,-33r-30,-52v-69,49,-109,78,-119,87v-43,44,-61,82,-59,142v46,-42,84,-63,114,-63v15,0,28,7,39,21r15,-17r6,0v3,-30,-9,-59,-23,-86v2,-4,5,-6,8,0v16,27,23,56,20,86v4,0,10,1,18,2r24,15v-12,11,-151,333,-146,351v0,9,3,13,10,13v12,0,38,-28,79,-85r1,1v-53,82,-96,123,-131,123v-13,0,-19,-7,-19,-21v0,-52,20,-83,41,-149v-9,15,-25,41,-48,75v-44,64,-88,95,-131,95v-34,0,-51,-18,-51,-53v0,-102,96,-232,161,-295v-2,-9,-3,-19,-3,-28v0,-36,24,-82,73,-138v4,-5,44,-45,119,-122xm300,-394v0,-17,-7,-26,-21,-26v-28,0,-63,32,-106,95v21,32,66,40,105,16v15,-40,22,-68,22,-85xm272,-294v-40,22,-83,14,-106,-20v-37,56,-66,110,-87,161v-15,37,-23,68,-23,93v0,23,8,35,23,35v27,0,60,-31,101,-92v34,-51,65,-110,92,-177",w:390},"\u00e4":{d:"364,-593v29,0,47,40,24,59v5,9,10,24,16,44v0,27,-28,100,-83,220v-55,120,-83,192,-83,217v0,8,4,12,11,12v12,0,38,-26,77,-79v-29,44,-81,118,-128,118v-13,0,-19,-7,-19,-21v3,-42,27,-104,39,-145v-18,29,-34,54,-49,74v-44,61,-87,92,-128,92v-34,0,-51,-18,-51,-53v0,-98,91,-224,158,-292v53,-53,95,-81,130,-81v12,0,25,8,39,23r15,-17v45,0,66,-23,65,-68v-1,-14,-6,-27,-17,-39v-20,15,-44,5,-50,-22v-17,0,-33,4,-48,12v-5,7,-11,12,-19,14v-15,9,-33,35,-54,78v9,-26,19,-62,36,-77v-19,-3,-28,-15,-29,-34v-1,-20,19,-38,40,-35v20,3,31,14,32,37v13,-5,27,-8,41,-8v3,-19,15,-29,35,-29xm300,-393v0,-17,-7,-26,-22,-26v-29,0,-67,36,-114,109v-71,108,-106,192,-106,253v0,19,7,28,20,28v38,0,85,-52,142,-155v53,-97,80,-166,80,-209",w:394},"\u00e3":{d:"293,-565v14,-4,83,42,94,40v7,0,15,-3,24,-9v11,-24,23,-31,47,-31v20,0,30,12,30,37v0,31,-18,62,-54,94v20,92,-4,155,-51,248v-63,124,-127,184,-185,184v-13,0,-20,-6,-20,-17v0,-51,19,-85,41,-151v-65,112,-124,168,-178,168v-34,0,-51,-18,-51,-53v1,-59,39,-141,69,-179v-37,-18,-56,-49,-56,-94v2,-128,120,-229,234,-229v2,-3,8,-11,12,-5r-6,5v7,0,13,0,19,1v9,-6,20,-9,31,-9xm472,-528v1,-35,-38,-26,-49,-6v-8,15,-19,26,-29,33v14,14,25,31,33,50v30,-28,45,-54,45,-77xm388,-422v9,-5,19,-13,28,-20v-8,-19,-20,-36,-36,-51v-34,20,-83,-31,-109,-31v-24,0,-42,13,-53,40r-2,-1v9,-25,18,-43,28,-55r-17,0v-30,38,-32,96,9,124v34,-14,56,-16,81,11r15,-17r56,0xm301,-396v0,-34,-33,-31,-54,-13v15,9,32,13,54,13xm314,-96v67,-87,131,-203,108,-329v-14,11,-29,19,-44,25v-23,40,-45,103,-81,187v-40,94,-58,148,-58,161v0,7,4,10,11,10v13,0,35,-17,64,-54xm224,-409v-38,-34,-40,-91,-5,-130v-80,9,-150,54,-183,126v-28,62,-39,151,31,165v55,-79,107,-133,157,-161xm53,-52v-1,13,14,27,27,26v34,0,78,-48,132,-145v50,-89,79,-160,87,-211v-24,0,-44,-6,-63,-18v-62,59,-123,163,-158,249v-17,41,-25,74,-25,99",w:398},"\u00e5":{d:"262,-559v-1,-49,71,-75,99,-31v47,-28,117,-29,125,36v7,55,-45,99,-99,132r-72,163v46,15,91,1,115,-35v-24,41,-67,55,-117,40r-9,21v25,10,35,33,39,64v7,48,-100,167,-145,167v-13,0,-19,-6,-19,-21v0,-44,20,-89,39,-143v-36,52,-65,89,-86,112v-33,35,-64,52,-91,52v-34,0,-51,-18,-51,-53v0,-44,19,-98,58,-163v52,-87,116,-153,193,-200v14,-48,19,-67,40,-99v-13,-11,-19,-25,-19,-42xm353,-585v-24,-33,-83,-14,-81,27v0,13,5,24,14,33v17,-24,40,-44,67,-60xm297,-517v39,18,81,-22,59,-62v-23,16,-43,37,-59,62xm365,-584v26,44,-24,99,-73,74v-9,21,-27,51,-35,86v28,-5,40,-1,60,19r15,-17r46,0v37,-27,60,-46,69,-56v23,-25,32,-49,29,-73v-5,-33,-21,-50,-49,-50v-41,0,-34,1,-62,17xm301,-395v0,-28,-26,-30,-45,-18v-7,45,-1,85,17,116v19,-46,28,-79,28,-98xm338,-169v-3,-26,-15,-46,-36,-59v-41,98,-62,154,-62,169v0,6,6,17,13,14v22,-6,89,-94,85,-124xm268,-286v-22,-29,-30,-66,-28,-115v-49,44,-83,99,-125,178v-38,72,-56,127,-56,165v0,20,7,30,22,30v25,0,57,-28,95,-85v25,-36,47,-76,68,-120v-43,8,-83,33,-122,74v29,-45,71,-72,125,-80v8,-16,15,-32,21,-47",w:390},"\u00e7":{d:"271,-427v22,0,52,16,51,39v0,19,-8,28,-24,28v-11,0,-19,-7,-22,-21v1,5,2,-1,2,-16v0,-31,-38,-20,-54,-9v-24,16,-50,55,-78,118v3,-1,26,4,67,14v-30,-7,-53,-10,-69,-9v-41,95,-62,169,-62,223v0,31,10,47,30,47v44,0,93,-70,113,-113r4,1v-25,53,-76,121,-137,122v-14,13,-21,22,-21,27v0,5,3,8,10,10v28,9,42,13,46,40v45,17,82,71,83,129v2,112,-124,189,-244,186v-134,-2,-234,-89,-290,-185v1,-1,3,-2,4,-2v57,95,154,179,286,182v112,3,230,-82,230,-188v0,-51,-23,-84,-70,-100v-8,33,-34,49,-78,49v-30,0,-67,-12,-64,-37v-54,-19,-79,-72,-79,-149v-1,-108,92,-208,180,-236v58,-100,120,-150,186,-150xm80,-268v-77,31,-153,126,-153,227v0,51,13,89,40,112v11,10,22,15,32,15v27,-17,55,-24,86,-21v-3,-8,-16,-15,-39,-21v-3,-1,-4,-2,-4,-3v0,-1,14,-16,41,-43v-41,-13,-62,-40,-62,-81v0,-52,20,-114,59,-185xm86,91v-21,0,-40,3,-55,9v4,15,8,23,13,23v19,0,33,-11,42,-32",w:313},"\u00e9":{d:"349,-640v11,0,29,9,29,21v0,11,-21,37,-29,40v-95,59,-97,55,-166,119v-45,42,-68,78,-63,124v51,-60,94,-90,131,-90v37,0,55,17,55,52v0,31,-26,67,-79,106r-126,80v-17,36,-25,71,-25,105v0,37,15,56,44,56v31,0,70,-34,116,-101r2,1v-51,83,-102,125,-153,125v-50,0,-75,-29,-75,-88v0,-70,54,-182,102,-236v-3,-6,-5,-12,-5,-18v0,-54,43,-112,130,-175r75,-97v13,-16,25,-24,37,-24xm100,-194v59,-25,168,-122,170,-189v0,-24,-10,-36,-29,-36v-26,0,-56,35,-91,105v25,-5,41,-19,48,-41v1,-1,2,0,3,1v-5,21,-33,46,-56,48v-18,37,-33,75,-45,112",w:344},"\u00e8":{d:"302,-499r-1,1r-80,-80v-13,-13,-19,-24,-19,-33v0,-19,10,-29,31,-29v14,0,25,11,34,33v5,11,16,47,35,108xm-128,-229v0,42,31,92,71,90v24,0,51,-8,81,-25v20,-73,61,-141,124,-203v40,-39,74,-59,102,-59v36,0,54,17,54,52v0,35,-27,72,-81,109v-4,3,-46,29,-125,79v-15,39,-23,74,-23,105v0,26,14,57,41,57v32,0,72,-35,120,-104r2,1v-25,52,-89,126,-151,126v-51,0,-77,-30,-77,-89v0,-16,2,-33,6,-50v-28,12,-52,18,-73,18v-51,1,-86,-54,-86,-107v0,-124,146,-238,255,-269v2,-1,3,0,4,2v0,1,-1,2,-2,3v-103,28,-242,145,-242,264xm100,-193v57,-25,170,-125,172,-190v0,-24,-10,-36,-31,-36v-24,0,-52,30,-84,90v-23,43,-42,88,-57,136",w:303},"\u00ea":{d:"-162,-301v-49,101,72,176,182,142v21,-73,64,-142,128,-207v39,-40,73,-60,102,-60v36,0,54,17,54,52v0,33,-24,73,-79,108r-128,82v-16,43,-24,81,-24,113v0,32,13,48,39,48v35,0,76,-35,124,-105r2,1v-51,83,-102,125,-153,125v-50,0,-75,-29,-75,-88v0,-19,3,-39,8,-60v-104,38,-223,-37,-218,-119v7,-28,5,-50,25,-69v10,-10,30,-3,28,14xm100,-193v53,-22,173,-133,173,-194v0,-23,-9,-34,-28,-34v-27,0,-56,30,-88,91v-21,40,-40,86,-57,137",w:314},"\u00eb":{d:"352,-558v0,23,-11,34,-34,34v-23,0,-35,-12,-35,-35v0,-23,12,-34,36,-34v22,0,33,12,33,35xm208,-524v-20,0,-35,-15,-35,-35v0,-23,12,-34,36,-34v22,0,33,12,33,35v0,23,-11,34,-34,34xm-122,-429v-48,-1,-88,35,-85,82v5,69,55,116,107,147v40,23,81,33,124,31v22,-70,63,-136,124,-197v39,-40,73,-60,102,-60v36,0,54,17,54,52v0,33,-26,69,-79,108v-39,29,-82,56,-129,83v-15,43,-23,81,-23,112v0,32,13,48,39,48v35,0,76,-35,124,-105r2,1v-51,83,-102,125,-153,125v-50,0,-75,-29,-75,-88v0,-21,3,-43,9,-66v-91,10,-231,-101,-231,-191v0,-50,41,-89,91,-88v53,1,106,33,126,70v2,18,4,33,6,32v-10,-54,-70,-96,-133,-96xm100,-193v57,-25,171,-128,173,-194v0,-23,-9,-34,-28,-34v-27,0,-56,30,-88,91v-21,40,-40,86,-57,137",w:321},"\u00ed":{d:"188,-126v-29,43,-94,125,-142,125v-17,0,-26,-8,-26,-25v0,-7,3,-21,10,-40v-39,52,-68,106,-87,163v-1,0,-3,0,-4,-1v27,-84,63,-152,107,-205r61,-149v-49,14,-86,21,-111,21v-44,0,-66,-20,-66,-61v0,-35,28,-74,88,-109r140,-83v41,-24,79,-79,109,-119v12,-15,24,-23,35,-23v18,0,27,9,27,27v0,11,-9,22,-28,34r-134,85r-139,77v-57,35,-85,71,-85,108v0,39,20,59,59,59v25,0,60,-7,107,-20v14,-37,35,-77,45,-116v0,-7,-3,-10,-10,-10v-16,0,-49,36,-99,108r-3,-2v67,-96,118,-144,155,-144v17,0,26,8,26,24r-42,118v28,-9,46,-13,55,-13v5,0,8,2,8,5v0,6,-9,17,-26,33r-76,71r-44,108v-7,17,-10,27,-10,31v0,7,4,11,11,11v13,0,42,-30,86,-90xm224,-283v0,-3,-2,-4,-7,-4v-7,0,-19,3,-38,8r-27,67v18,-17,68,-55,72,-71",w:308},"\u00ec":{d:"246,-499r-2,1r-80,-80v-13,-13,-19,-24,-19,-33v0,-19,10,-29,31,-29v16,0,28,11,35,33xm188,-126v-29,43,-94,125,-142,125v-17,0,-26,-8,-26,-25v0,-13,10,-42,29,-89v-28,18,-52,27,-71,27v-30,0,-45,-23,-45,-68v0,-49,37,-119,111,-210v-65,83,-98,153,-100,209v-1,37,11,56,36,56v19,0,44,-10,75,-31r91,-220v5,-13,8,-21,8,-26v0,-7,-3,-10,-10,-10v-16,0,-49,36,-99,108r-3,-2v67,-96,118,-144,155,-144v17,0,26,8,26,24v2,4,-49,136,-64,174v44,-50,85,-75,122,-75v31,0,46,19,46,56v0,60,-62,98,-103,96v46,-8,90,-42,91,-95v0,-30,-13,-45,-38,-45v-33,0,-75,27,-125,80r-54,131v-7,16,-10,26,-10,31v0,7,4,11,11,11v13,0,42,-30,86,-90",w:257},"\u00ee":{d:"212,-68v-29,53,-135,154,-188,154v-31,0,-46,-18,-46,-55v0,-45,31,-112,94,-202r74,-181v5,-13,8,-22,8,-26v0,-7,-3,-10,-10,-10v-16,0,-49,36,-99,108r-3,-2v67,-96,118,-144,155,-144v17,0,26,8,26,24v0,7,-4,22,-12,43v32,-39,48,-71,48,-97v0,-19,-11,-29,-33,-29v-79,1,-172,91,-205,152v-1,1,-2,2,-3,1v-2,-1,-2,-2,-1,-3v35,-65,127,-153,209,-155v28,0,42,13,42,40v1,66,-61,100,-83,155r-87,215v-7,17,-10,27,-10,31v0,7,4,11,11,11v13,0,42,-30,86,-90r3,2v-29,43,-94,122,-142,125v-26,2,-30,-22,-22,-46v-16,19,-24,42,-24,70v0,32,22,49,51,39v56,-19,108,-65,161,-130",w:267},"\u00ef":{d:"276,-524v-20,0,-35,-15,-35,-35v0,-23,12,-34,36,-34v22,0,33,12,33,35v0,23,-11,34,-34,34xm171,-524v-20,0,-35,-15,-35,-35v0,-23,12,-34,36,-34v22,0,33,12,33,35v0,23,-11,34,-34,34xm252,-466v19,-1,38,15,37,34v0,23,-30,57,-90,104r-101,248v-7,17,-10,27,-10,31v0,7,4,11,11,11v13,0,42,-30,86,-90r3,2v-29,43,-94,125,-142,125v-17,0,-26,-8,-26,-25v0,-46,63,-172,85,-228r-48,42v-79,68,-118,137,-118,206v0,66,66,59,116,39v113,-47,212,-163,176,-319v47,149,-59,279,-167,328v-58,26,-142,14,-140,-48v3,-78,31,-104,78,-164v19,-24,57,-59,112,-106v12,-31,32,-69,40,-101v0,-7,-3,-11,-10,-11v-16,0,-49,36,-99,108r-3,-2v67,-96,118,-144,155,-144v17,0,26,8,26,25v0,8,-5,26,-16,53v40,-33,60,-59,60,-78v0,-20,-11,-30,-32,-30v-95,0,-174,72,-238,216v28,-108,131,-226,255,-226",w:284},"\u00f1":{d:"301,-604v16,-4,82,40,96,40v15,0,31,-13,48,-38r2,2v-24,49,-50,74,-77,74v-12,0,-35,-13,-71,-34v-34,-20,-53,0,-71,36r-2,-1v18,-53,43,-79,75,-79xm350,-425v66,-1,84,63,70,130v97,27,174,-34,213,-95v5,-8,21,-40,48,-97v-31,114,-68,182,-161,212v-35,11,-68,9,-104,-2v-21,92,-66,173,-135,242v-6,6,-14,14,-23,25v-29,20,-88,22,-90,-20v-1,-25,8,-38,30,-38v14,0,21,7,21,22v-1,13,-17,38,5,38v25,0,53,-37,82,-112v25,-65,42,-126,50,-184v-22,-13,-56,-30,-101,-53v-42,49,-76,104,-101,167v-33,82,-58,144,-76,185r-58,2r122,-329v9,-23,13,-38,13,-45v0,-7,-3,-11,-9,-11v-15,0,-42,31,-81,92v-53,85,-95,144,-125,179v-58,68,-117,110,-178,121v-57,11,-104,-14,-101,-68v3,-70,88,-166,141,-209v82,-66,163,-110,244,-127v31,-7,64,-8,99,-4v15,-13,28,-19,39,-19v14,0,22,10,23,31v17,5,34,10,51,17v31,-33,62,-50,92,-50xm357,-323v5,-32,-15,-75,-42,-76v-13,0,-29,9,-48,28v8,3,38,19,90,48xm246,-361v-14,-6,-27,-11,-40,-15v-1,24,-9,56,-22,97v1,6,7,3,9,-1v17,-32,35,-59,53,-81xm-327,-66v-1,45,40,68,87,59v89,-19,170,-81,238,-192r80,-131v11,-18,30,-39,56,-64v-29,-4,-58,-3,-86,3v-115,23,-251,114,-324,212v-33,44,-51,82,-51,113",w:455},"\u00f3":{d:"390,-612v-1,23,-49,46,-69,59r-81,50r-1,-1v23,-27,16,-27,51,-67v19,-22,41,-68,74,-68v17,0,26,9,26,27xm99,26v-104,-2,-153,-54,-150,-169v3,-106,85,-210,160,-258v53,-34,110,-52,172,-52v71,0,106,29,106,88v-1,75,-54,144,-106,178v-27,74,-72,130,-135,167v-21,13,-40,19,-56,19v-49,1,-73,-64,-73,-121v0,-89,33,-167,98,-235v44,-45,83,-68,117,-68v47,-1,71,65,70,121v0,37,-6,74,-18,109v65,-48,97,-105,97,-170v0,-55,-33,-83,-100,-83v-105,1,-223,84,-272,164v-44,72,-65,136,-31,216v21,50,52,77,121,77v91,0,187,-97,228,-168v2,-3,4,-5,5,-5v3,0,2,4,-3,13v-29,47,-61,86,-96,117v-45,40,-90,60,-134,60xm269,-380v0,-27,-11,-40,-33,-40v-25,0,-59,43,-103,130v-10,18,-19,45,-19,69v0,56,35,76,87,65v45,-96,68,-171,68,-224xm59,-62v-1,23,11,51,32,51v24,0,64,-53,107,-140v-57,12,-95,-15,-93,-78v-30,73,-46,129,-46,167",w:356},"\u00f2":{d:"296,-499r-2,1r-80,-80v-13,-13,-19,-24,-19,-33v0,-19,10,-29,31,-29v16,0,28,11,35,33xm-5,37v-78,0,-148,-53,-148,-128v0,-84,55,-164,166,-239v49,-33,116,-71,201,-93v56,-15,77,22,86,95v31,-7,59,-10,86,-10v44,0,66,14,66,41v1,40,-25,90,-77,149v-61,70,-132,121,-213,152v-57,22,-113,33,-167,33xm269,-382v0,-26,-11,-39,-32,-39v-32,0,-73,58,-124,174v45,-30,94,-53,146,-70v7,-27,10,-48,10,-65xm-142,-91v0,67,69,116,140,114v152,-2,289,-88,369,-181v50,-57,75,-102,75,-137v0,-18,-19,-27,-56,-27v-23,0,-51,5,-84,14v2,128,-66,233,-151,284v-25,15,-45,23,-61,23v-57,-1,-81,-80,-73,-147v-21,24,-37,50,-49,79v12,-36,29,-65,51,-94v8,-93,76,-189,147,-238v-63,25,-113,50,-150,75v-105,71,-158,150,-158,235xm253,-293v-45,16,-98,43,-152,75v-25,60,-46,105,-46,160v0,33,12,49,35,49v40,0,83,-89,108,-140v25,-51,43,-99,55,-144",w:339},"\u00f4":{d:"453,-326v-1,117,-114,271,-197,335v-56,43,-107,66,-158,66v-62,0,-93,-36,-93,-107v0,-22,4,-46,13,-71v-2,-26,0,-52,4,-76v-46,16,-93,1,-93,-53v0,-123,143,-253,251,-281r45,-50r73,-77v4,0,13,0,26,-1r27,139r-2,1v71,37,105,95,104,175xm347,-502r-18,-30v-10,-17,-15,-29,-19,-35r-15,-24r-109,76v57,-16,114,-10,161,13xm266,-349v6,-32,5,-72,-28,-72v-32,0,-73,57,-124,172r63,-67v2,0,3,1,3,3r-33,36v39,-32,79,-56,119,-72xm248,-512v-131,0,-314,152,-314,280v0,52,46,64,89,47v13,-64,43,-121,92,-172v43,-45,82,-68,117,-68v31,0,52,22,63,66v37,-11,76,-16,117,-16v4,0,6,1,5,2v0,2,-2,3,-7,3v-38,0,-75,8,-112,24v22,146,-58,269,-152,326v-58,36,-106,22,-123,-51v-3,14,-4,27,-4,39v0,63,26,94,79,94v39,0,79,-15,120,-44v59,-42,108,-91,149,-147v49,-67,73,-131,73,-190v2,-114,-78,-193,-192,-193xm55,-57v0,21,14,48,35,47v18,0,40,-20,65,-60v41,-66,93,-181,108,-263v-62,26,-117,65,-164,118v-22,51,-41,113,-44,158",w:339},"\u00f6":{d:"27,-377v0,-88,86,-162,168,-177v-1,-26,10,-39,35,-39v23,0,34,12,34,36v15,3,30,7,43,12v-7,-27,4,-48,33,-48v23,0,34,12,34,35v0,20,-10,31,-30,34v51,37,76,93,76,168v0,100,-46,182,-137,245v-21,15,-42,24,-61,28v-26,32,-85,81,-130,82v-52,1,-74,-65,-74,-125v0,-75,25,-143,76,-205v-36,15,-67,-12,-67,-46xm197,-547v-78,15,-164,86,-164,170v0,43,35,54,68,38v22,-26,44,-46,65,-61v6,-8,18,-26,35,-53v1,-1,1,-2,2,-1v1,1,2,2,1,3r-29,45v31,-18,65,-27,93,-6v40,-15,82,-20,128,-10v2,1,4,2,5,3v-13,-47,-36,-85,-72,-107v-19,-12,-42,-22,-66,-24v-6,34,-58,34,-66,3xm159,-337v34,-34,69,-60,103,-73v-5,-6,-13,-9,-23,-9v-22,0,-49,27,-80,82xm409,-356v0,-20,-2,-39,-7,-58v-1,6,-4,8,-10,7v-40,-9,-77,-5,-113,7v16,22,24,55,24,100v0,68,-20,131,-60,190v11,-5,20,-9,26,-13v93,-63,140,-141,140,-233xm177,-105v36,-65,92,-196,94,-276v0,-6,-1,-11,-2,-16v-73,26,-157,115,-157,204v0,48,22,77,65,88xm56,-56v0,22,15,49,35,48v20,0,45,-26,74,-77v-49,-15,-72,-61,-66,-126v-20,48,-41,111,-43,155",w:344},"\u00f5":{d:"181,-532v178,-32,294,102,294,271v0,138,-63,248,-186,333v-80,55,-170,61,-225,-16v-17,-23,-25,-53,-26,-89v-30,-49,-25,-137,-3,-195v-51,19,-95,-14,-95,-62v0,-121,125,-224,237,-242v18,-48,42,-72,73,-72v16,-4,82,40,95,40v15,0,32,-13,49,-38r2,2v-24,49,-50,74,-77,74v-9,0,-33,-11,-72,-34v-30,-16,-49,-3,-66,28xm266,-337v8,-36,11,-82,-27,-82v-37,0,-84,71,-141,212v42,-61,98,-104,168,-130xm298,-347v47,-13,98,-19,142,0v0,2,-19,3,-56,3v-29,0,-57,4,-84,12v14,141,-61,258,-154,312v-32,18,-57,27,-86,10v14,96,132,121,210,65v46,-33,84,-65,110,-99v53,-69,80,-142,80,-217v0,-148,-91,-267,-235,-267v-126,0,-276,115,-276,238v0,31,21,61,53,60v12,0,24,-2,36,-7v22,-74,121,-186,194,-188v34,0,56,26,66,78xm262,-317v-83,37,-143,94,-179,173v-16,35,-26,67,-26,96v0,27,15,40,34,40v18,0,40,-20,65,-61v49,-79,85,-161,106,-248",w:362},"\u00fa":{d:"374,-558v0,23,-11,34,-34,34v-23,0,-35,-12,-35,-35v0,-23,12,-34,35,-34v23,0,34,12,34,35xm264,-558v0,23,-11,34,-34,34v-23,0,-35,-12,-35,-35v0,-23,12,-34,35,-34v23,0,34,12,34,35xm-113,-218v0,-129,153,-247,285,-247v71,0,129,24,174,71r12,-28r57,0r-33,76v27,45,40,98,40,157v0,138,-62,249,-186,333v-41,28,-81,42,-118,42v-74,1,-134,-67,-134,-154v0,-61,24,-121,71,-181r60,-149v-28,45,-51,77,-70,97v-32,33,-64,50,-96,50v-35,0,-62,-32,-62,-67xm-104,-218v0,31,21,60,53,60v33,0,67,-20,102,-60v18,-20,45,-53,73,-103v14,-25,17,-43,17,-52v0,-9,-4,-13,-12,-13v-19,0,-49,35,-92,105r-2,-1v19,-32,40,-62,65,-90v32,-36,59,-54,82,-54v15,0,23,10,23,30v0,20,-35,119,-52,161v43,-27,91,-42,142,-47r46,-100v-43,-49,-99,-74,-169,-74v-126,0,-276,115,-276,238xm291,-275v-51,8,-101,31,-150,69r-32,81v-17,42,-25,66,-25,72v0,11,6,17,17,17v12,0,32,-14,59,-43v47,-49,90,-114,131,-196xm4,32v-1,75,51,126,127,125v28,0,57,-10,86,-30v47,-32,84,-65,110,-99v83,-105,106,-234,48,-358r-20,47v9,1,19,2,30,4v-8,-1,-19,-1,-32,0r-39,92v-34,80,-51,126,-51,138v0,7,3,11,10,11v12,0,39,-28,82,-84r2,1v-27,43,-90,116,-140,120v-13,0,-20,-7,-20,-20v0,-46,32,-98,51,-165v-89,123,-157,185,-204,185v-23,0,-28,-30,-21,-54v-13,31,-19,60,-19,87",w:416},"\u00f9":{d:"248,-588v102,-68,245,-14,239,118v-6,124,-87,223,-169,273r-4,10v-34,85,-51,131,-51,138v0,7,3,11,10,11v14,0,35,-21,64,-64v45,-67,73,-107,84,-120v37,-43,71,-65,104,-66v37,-2,61,30,63,66v7,129,-150,252,-280,252v-74,0,-134,-23,-181,-73v-33,28,-61,42,-83,42v-16,0,-24,-11,-24,-34v-3,-13,26,-92,42,-133v-12,-47,-11,-93,-4,-144v-8,11,-15,22,-21,31r-2,-1v7,-12,15,-24,24,-37v14,-90,60,-167,137,-230v-9,-34,23,-54,52,-39xm446,-372v29,-67,33,-139,-12,-184v-22,-22,-50,-34,-86,-36v17,4,26,15,26,34v0,23,-11,34,-34,34v-42,0,-47,-60,-11,-67v-21,3,-43,11,-66,24v9,33,-24,53,-52,38v-59,48,-100,105,-124,171v37,-45,69,-68,95,-68v15,0,23,10,23,30v0,54,-62,183,-85,244v41,-4,78,-5,112,-18v29,-45,71,-129,126,-252r57,0r-84,196v53,-43,92,-91,115,-146xm579,-221v-1,-41,-19,-61,-54,-60v-35,1,-72,24,-107,74r-94,135v-35,48,-70,72,-103,72v-16,0,-24,-7,-24,-21v0,-38,25,-80,44,-141v-4,1,-8,2,-13,3v-36,50,-67,86,-92,108v89,101,251,89,354,0v59,-51,90,-107,89,-170xm248,-186r-10,14r7,-3xm141,-373v0,-9,-4,-13,-12,-13v-9,0,-25,13,-46,39v-15,49,-19,99,-10,154r55,-136v9,-21,13,-36,13,-44xm223,-157v-36,8,-65,10,-105,9r-18,44v9,19,21,36,34,51v29,-27,65,-67,89,-104xm124,-46v-11,-13,-21,-27,-30,-42v-7,17,-10,29,-10,35v1,23,25,20,40,7",w:418},"\u00fb":{d:"-113,-218v0,-129,153,-247,285,-247v71,0,129,24,174,71r12,-28r57,0r-33,76v27,45,40,98,40,157v0,137,-59,245,-176,324v-47,32,-91,48,-130,48v-72,0,-132,-62,-132,-151v0,-61,24,-121,71,-181r60,-149v-28,45,-51,77,-70,97v-32,33,-64,50,-96,50v-35,0,-62,-32,-62,-67xm-104,-218v0,31,21,60,53,60v53,0,111,-54,175,-163v11,-19,17,-37,17,-52v0,-9,-4,-13,-12,-13v-19,0,-49,35,-92,105r-2,-1v19,-32,40,-62,65,-90v32,-36,59,-54,82,-54v15,0,23,10,23,30v0,20,-35,119,-52,161v43,-27,91,-42,142,-47r46,-100v-43,-49,-99,-74,-169,-74v-126,0,-276,115,-276,238xm291,-275v-51,8,-101,31,-150,69r-32,81v-17,42,-25,66,-25,72v0,9,6,13,17,13v13,0,32,-14,59,-42v49,-51,92,-115,131,-193xm4,32v0,75,51,128,127,125v68,-3,159,-80,196,-129v82,-107,106,-234,48,-358r-20,47v9,1,19,2,30,4v-8,-1,-19,-1,-32,0r-39,92v-34,80,-51,126,-51,138v0,7,3,11,10,11v12,0,39,-28,82,-84r2,1v-27,43,-90,116,-140,120v-13,0,-20,-7,-20,-20v0,-46,32,-98,51,-165v-58,85,-111,142,-158,169v-19,11,-34,16,-46,16v-23,0,-28,-30,-21,-54v-13,31,-19,60,-19,87",w:417},"\u00fc":{d:"582,-623v40,57,42,167,21,250v-32,125,-133,237,-259,273v-49,67,-92,100,-128,100v-13,0,-19,-7,-19,-21v-2,-8,14,-54,23,-79v-10,-3,-20,-6,-29,-10v-35,43,-68,74,-101,93v-18,11,-33,16,-46,16v-16,0,-24,-11,-24,-34v0,-30,42,-131,59,-173v-15,-25,-27,-52,-36,-82v-3,3,-4,10,-8,8v3,-4,5,-8,7,-12v-27,-106,-3,-212,66,-266v26,-20,63,-24,87,-1v1,-21,12,-32,35,-32v23,0,34,12,34,35v0,28,-24,40,-49,31v16,58,5,90,-16,164v-21,75,-48,129,-74,197v21,20,44,35,69,46v31,-39,61,-86,90,-142v-38,-92,-31,-206,13,-292v42,-81,94,-124,158,-128v56,-3,98,17,127,59xm585,-375v28,-125,4,-300,-122,-291v-53,4,-93,27,-120,73v21,2,31,14,31,35v0,38,-48,44,-64,19v-35,70,-44,179,-19,263v13,-27,36,-75,67,-146r57,0r-93,217v7,11,24,35,52,70v-17,-15,-36,-36,-56,-63r-38,93v149,-5,275,-138,305,-270xm205,-400v12,-50,17,-94,0,-134v-5,-5,-7,-11,-11,-17v-17,-25,-56,-21,-80,-2v-64,50,-89,148,-65,249v51,-81,96,-122,133,-122v14,0,22,9,23,26xm141,-373v0,-9,-4,-13,-12,-13v-15,0,-42,28,-79,85v7,30,18,57,33,82v17,-47,48,-104,58,-154xm248,-186v-21,29,-37,52,-50,67v8,3,16,6,25,8xm335,-98v-20,4,-40,6,-60,6v-8,22,-12,36,-12,43v0,7,3,11,10,11v9,0,30,-20,62,-60xm187,-112v-24,-11,-46,-26,-66,-45r-12,32v-17,45,-25,69,-25,72v0,11,6,17,17,17v15,0,68,-51,86,-76",w:418},"\u00b0":{d:"221,-594v52,0,110,56,110,107v0,64,-48,117,-112,117v-58,0,-113,-52,-113,-110v0,-62,53,-114,115,-114xm220,-385v56,0,98,-45,98,-101v0,-53,-47,-96,-100,-96v-53,0,-96,45,-96,98v0,53,45,99,98,99",w:302},"\u00a2":{d:"-52,-229v0,-98,116,-192,226,-179v15,-8,30,-14,45,-17r20,-61r11,-2r-20,60v25,-8,61,3,61,29v0,20,-14,28,-31,22v52,37,78,93,78,170v0,100,-45,181,-136,243v-45,30,-87,44,-132,19v-40,-22,-54,-61,-51,-119v-10,-43,-5,-77,7,-124v-36,22,-78,1,-78,-41xm252,-382v-10,-14,6,-41,-24,-38r-7,22v11,5,22,10,31,16xm217,-420v-6,2,-17,7,-27,14v7,1,14,3,21,5xm208,-394v-7,-3,-15,-5,-24,-6v-41,50,-65,112,-91,197v21,-21,44,-37,69,-49v15,-51,31,-98,46,-142xm101,-12v52,-7,77,-43,112,-109v-1,43,-72,121,-115,121r-13,37v39,14,69,9,103,-14v93,-63,139,-139,139,-230v0,-88,-43,-160,-108,-184r-41,132v38,-17,89,-23,133,-14v-54,-1,-93,3,-137,26xm165,-402v-103,-7,-211,80,-211,173v0,47,41,54,74,35v25,-97,73,-166,137,-208xm157,-237v-28,18,-52,39,-72,63v-16,71,-32,118,6,161xm87,2v-19,0,-37,-12,-54,-35v4,32,19,54,44,67v4,-13,7,-24,10,-32",w:300},"\u00a3":{d:"445,-672v40,0,94,25,92,61v0,16,-9,24,-28,24v-7,0,-21,-12,-43,-35v-44,-47,-95,-45,-137,2v20,49,22,83,9,143v108,-7,182,36,260,122v-77,-74,-155,-110,-264,-104r-8,33r5,-33v-27,2,-53,7,-80,14v-9,29,-17,56,-25,79v153,0,221,17,282,104v79,113,35,251,-63,325v-59,45,-126,68,-202,68v-124,0,-203,-52,-245,-140v-13,4,-36,9,-36,-8v0,-11,7,-23,21,-34v-25,-121,11,-216,84,-300v-135,-5,-202,-63,-202,-174v0,-132,124,-232,260,-230v90,1,168,58,199,123v38,-27,78,-40,121,-40xm334,-477v11,-57,10,-91,-9,-138v-25,31,-47,81,-68,150v25,-7,51,-11,77,-12xm125,-747v-129,-2,-247,96,-247,222v0,105,67,159,201,162v31,-31,66,-57,107,-76v43,-93,87,-157,133,-190v-30,-63,-107,-117,-194,-118xm174,-413v-25,14,-48,31,-69,50v11,-1,28,-1,49,-1v7,-17,13,-34,20,-49xm15,-18v39,72,101,122,205,122v148,0,248,-56,294,-164v34,-79,29,-150,-25,-209v-61,-67,-136,-83,-267,-83r-18,48v15,1,47,2,98,1v-3,4,-6,10,-7,15r-47,2r-52,0v-25,59,-62,122,-109,189v28,-14,67,-41,102,-42v42,-1,64,36,84,61v35,45,64,67,87,67v32,0,71,-41,69,-72v0,-13,-5,-20,-14,-20v-8,0,-25,14,-33,14v-18,0,-27,-9,-27,-28v0,-21,10,-32,30,-32v27,-1,52,27,52,54v0,63,-58,106,-118,107v-35,0,-70,-20,-105,-59v-35,-39,-61,-59,-77,-59v-3,0,-22,6,-57,18v-20,24,-40,54,-65,70xm149,-351v-24,1,-43,1,-58,1v-75,79,-112,168,-92,287v11,-7,24,-14,41,-22v25,-29,54,-96,85,-203v-17,0,-42,0,-73,1v1,-1,3,-6,6,-15v17,0,41,-1,72,-2v7,-17,13,-33,19,-47",w:487},"\u00a7":{d:"346,-672v47,0,114,18,113,57v0,17,-10,26,-29,26v-11,0,-23,-12,-36,-37v-15,-28,-35,-42,-60,-42v-66,-2,-116,62,-115,127v0,29,21,57,60,89v45,37,127,70,122,147v18,21,26,48,25,83v-2,65,-34,114,-96,147v-3,1,-5,-3,-2,-5v65,-27,125,-138,70,-211v-11,37,-50,75,-116,112r-5,6v26,25,39,51,39,77v-4,105,-123,181,-237,181v-50,0,-124,-18,-123,-58v0,-22,12,-33,36,-33v17,0,32,11,44,33v17,31,46,46,89,46v68,1,118,-50,117,-118v0,-41,-20,-76,-62,-102v-12,-7,-30,-17,-53,-32v-94,-59,-75,-152,26,-201v-31,-23,-51,-40,-58,-49v-39,-46,-30,-118,5,-166v20,-29,47,-50,80,-64v1,-1,2,0,3,2v1,1,0,2,-1,3v-71,26,-145,136,-81,214v9,10,31,28,68,53v10,-6,36,-14,50,-23r2,1v-38,-36,-64,-50,-64,-103v0,-86,97,-160,189,-160xm177,-382v55,40,109,112,100,206r5,-3v58,-62,68,-110,8,-168v-9,-9,-31,-31,-70,-62v-16,7,-32,19,-43,27xm253,-189v6,-67,-24,-128,-89,-182v-51,54,-38,104,32,145xm277,-176v-1,2,-1,4,-2,1",w:418},"\u00b6":{d:"581,-674v98,4,155,65,152,164v-4,137,-70,228,-161,290v-89,61,-192,84,-311,57v-67,165,-150,248,-248,248v-33,0,-83,-26,-83,-56v0,-14,14,-28,28,-28v18,0,44,48,50,50v22,17,34,19,65,8v23,-7,39,-21,53,-37v15,-17,53,-129,74,-202v-44,-14,-98,-47,-124,-74v41,28,84,48,128,60v19,-59,37,-113,55,-161v-25,3,-44,4,-57,4v-61,1,-108,-38,-108,-99v0,-107,96,-218,204,-218v27,0,111,10,138,10v28,0,117,-17,145,-16xm725,-516v1,-94,-52,-151,-147,-154v-31,0,-68,7,-105,28v-22,13,-39,39,-57,70v-38,63,-99,256,-150,396v203,43,387,-76,438,-226v14,-39,21,-77,21,-114xm392,-649r-27,-4v-29,0,-62,37,-98,110v-32,65,-48,116,-48,152v1,27,18,33,44,24v29,-93,72,-187,129,-282",w:466},"\u00df":{d:"461,-573v107,27,193,174,193,325v0,199,-175,392,-372,392v-35,0,-69,-7,-100,-22v-26,23,-53,34,-82,34v-27,0,-40,-10,-40,-30v0,-17,9,-26,27,-26v16,0,42,30,57,30v9,0,18,-5,27,-14v-41,-21,-92,-64,-102,-117v-27,47,-50,81,-68,102v-33,37,-67,55,-102,55v-27,0,-40,-10,-40,-30v0,-18,9,-27,26,-27v12,-3,46,33,58,30v23,0,48,-36,75,-109v45,-119,70,-230,104,-353v61,-222,137,-333,229,-333v30,0,45,10,45,30v0,11,-14,23,-25,22v-15,3,-43,-38,-57,-35v-14,0,-26,12,-37,35v-15,33,-32,90,-41,140v36,-58,103,-110,188,-106v37,-57,81,-86,131,-86v17,0,43,12,43,29v0,10,-18,26,-28,25v-11,3,-43,-40,-56,-36v-13,0,-24,10,-35,29v-3,5,-9,21,-18,46xm420,-574v-71,-3,-128,32,-175,103v-42,64,-68,181,-94,269v44,-27,88,-39,148,-34v30,-122,74,-268,121,-338xm358,-224v77,26,142,106,142,190v0,25,-5,53,-14,82v36,-120,-34,-221,-132,-259v-53,159,-106,266,-159,321v128,43,225,7,329,-75v84,-66,124,-161,124,-281v0,-153,-72,-277,-188,-321xm295,-222v-59,-5,-109,10,-152,43v-21,61,-43,114,-65,158v11,62,49,97,103,125v27,-38,65,-147,114,-326",w:539},"\u00ae":{d:"435,-671v125,1,224,72,270,161v75,-34,168,-29,239,8v87,45,150,140,148,268v-3,182,-107,283,-307,283v-76,0,-150,-34,-223,-101v-122,78,-293,78,-398,-16v-55,-49,-89,-110,-100,-185v-27,-29,-41,-67,-41,-112v0,-79,42,-144,127,-194v17,-10,30,-17,41,-21v71,-61,152,-91,244,-91xm869,32v142,-16,199,-114,199,-253v0,-123,-63,-221,-148,-269v-66,-37,-141,-47,-213,-17v15,29,25,59,30,91v6,-10,10,-18,13,-24v-2,7,-6,16,-12,27v18,157,-56,273,-148,342v67,69,132,104,194,104v40,0,88,-20,87,-56v1,-5,-10,-20,-10,-24v-1,-23,33,-36,47,-17v28,37,6,76,-39,96xm710,-377v-1,-42,-11,-81,-28,-117v-66,37,-93,123,-72,215v33,-21,66,-53,100,-98xm410,-370v73,3,131,-54,132,-124v1,-49,-31,-91,-80,-90v-19,0,-33,6,-43,18v-5,6,-20,42,-45,107v-18,47,-27,74,-27,79v24,7,45,10,63,10xm592,-479v-3,74,-57,115,-145,123v8,45,21,90,40,133v41,-11,79,-28,115,-51v-30,-93,3,-183,78,-224v-42,-85,-135,-148,-257,-148v-52,0,-103,14,-153,43v75,-8,132,-1,204,10v60,9,120,56,118,114xm710,-370v-31,41,-64,73,-99,94v5,21,15,42,32,64v-17,-11,-30,-31,-40,-59v-43,25,-80,43,-113,54v19,41,44,81,76,119v79,-54,142,-150,144,-272xm439,-212v-13,-31,-30,-78,-51,-142v-16,-2,-32,-7,-48,-15r-69,177v59,3,115,-4,168,-20xm348,-536v21,-35,-25,-49,-56,-49v-23,0,-46,5,-69,14v-30,25,-55,54,-76,87v0,24,15,47,38,43v18,-3,18,20,5,27v-28,15,-58,3,-65,-28v-27,63,-36,129,-20,200v31,25,67,40,108,47v9,-13,16,-27,21,-42xm176,-566v-85,38,-155,148,-115,266v-1,-106,38,-192,115,-266xm273,-181v6,18,24,27,58,27r0,3v-43,-1,-76,-2,-101,-2v-31,0,-58,0,-82,1v79,119,250,150,386,74v-38,-39,-68,-81,-91,-127v-55,17,-111,25,-170,24xm203,-182v-28,-4,-58,-14,-89,-31v8,21,19,41,32,59v22,-3,41,-12,57,-28",w:755},"\u00a9":{d:"581,-827v111,0,187,58,186,164v0,61,-17,118,-50,172v46,107,29,225,-32,318v25,-16,48,-34,69,-53v2,1,3,2,4,4v-25,22,-51,42,-80,59v-11,16,-23,31,-36,44v-52,125,-173,219,-344,219v-169,0,-286,-98,-286,-262v0,-55,16,-108,49,-159v12,-140,96,-254,201,-308v81,-132,187,-198,319,-198xm436,-673v130,1,233,76,276,172v30,-51,45,-105,45,-162v0,-101,-70,-153,-175,-152v-127,0,-229,59,-304,178v51,-24,103,-36,158,-36xm663,-160v65,-89,84,-206,45,-317v-17,24,-37,47,-60,69v10,37,6,62,-5,103v27,36,26,100,13,149xm704,-487v-43,-101,-156,-174,-279,-174v-55,0,-107,13,-157,40v-35,57,-53,111,-55,160v15,-10,38,-21,56,-30v21,-27,63,-55,124,-86v1,-1,2,0,3,1v1,1,0,2,-1,3v-55,28,-93,53,-114,75v82,-38,122,-41,202,-41v18,0,39,6,64,19v5,-1,12,-6,23,-13r4,1r-6,29v40,22,66,51,78,87v23,-22,42,-46,58,-71xm639,-310v10,-36,12,-66,5,-95v-22,20,-44,37,-69,53v27,8,48,22,64,42xm332,-286v61,-46,132,-83,234,-68r17,-12v26,-19,46,-34,59,-46v-11,-35,-36,-64,-75,-86r-16,79v-2,1,-4,1,-5,1v-3,-74,-22,-111,-58,-111v-85,0,-187,151,-202,233v15,7,28,10,46,10xm656,-150v-1,1,-3,1,-3,3xm463,-537v-69,-8,-110,12,-191,50v-30,36,-45,93,-28,146v40,-87,115,-176,219,-196xm547,-342v-74,-5,-128,16,-190,57v70,0,141,-22,190,-57xm651,-227v0,-64,-31,-102,-94,-113v-46,31,-100,51,-163,62v-14,2,-30,2,-47,1v-21,15,-40,34,-59,56v23,30,50,54,80,73v57,-5,106,-47,146,-127r4,2v-7,35,-19,80,-35,136v-4,1,-7,-1,-8,-4v-1,-9,-4,-25,-9,-49v-29,27,-55,45,-79,53v84,39,165,33,251,-10v9,-25,13,-51,13,-80xm252,-612v-88,52,-160,149,-174,268v33,-44,74,-81,125,-112v1,-49,18,-101,49,-156xm261,-482r-49,27v-1,43,7,88,23,135r6,-14v-19,-49,-6,-111,20,-148xm77,-333v-15,186,120,328,295,327v98,0,182,-36,253,-108v4,-9,8,-17,11,-26v-88,43,-173,46,-257,5v-48,12,-108,3,-132,-27r-22,49v-2,5,-5,6,-10,4v-4,-2,-5,-5,-3,-9r25,-57v-21,-35,-20,-88,-6,-133v-19,-47,-28,-95,-28,-142v-52,32,-94,71,-126,117xm323,-278v-14,-1,-27,-5,-39,-10v-3,18,-5,34,-3,51v13,-15,27,-29,42,-41xm357,-148v-27,-17,-52,-39,-73,-66v10,43,34,65,73,66xm20,-163v0,156,113,251,274,251v126,0,243,-63,295,-143v7,-9,14,-20,21,-33v-71,62,-151,93,-240,93v-172,0,-316,-137,-309,-313v-27,47,-41,96,-41,145",w:754},"\u00b4":{d:"482,-613v0,11,-10,22,-31,35r-123,75r89,-114v12,-15,24,-23,36,-23v19,0,29,9,29,27",w:436},"\u00a8":{d:"417,-593v18,-1,35,17,34,35v0,23,-11,34,-34,34v-23,0,-35,-12,-35,-35v0,-23,12,-34,35,-34xm307,-593v18,-1,35,17,34,35v0,23,-11,34,-34,34v-23,0,-35,-12,-35,-35v0,-23,12,-34,35,-34",w:419},"\u00c6":{d:"322,-571v0,-60,59,-100,113,-66v0,2,-1,4,-3,5v-9,-5,-22,-8,-38,-8v-37,0,-56,23,-56,69v0,51,38,97,114,140v59,33,121,56,184,68v113,-135,211,-226,293,-271v53,-29,109,-44,167,-44v85,0,145,21,178,63v13,17,20,36,20,57v1,46,-37,81,-83,81v-29,0,-60,-21,-60,-50v0,-27,38,-54,51,-19v12,34,70,16,70,-20v0,-60,-66,-93,-130,-92v-126,2,-222,107,-220,247v0,12,3,19,8,22v36,-25,145,-37,145,26v0,39,-27,58,-81,58v-27,0,-59,-15,-96,-44v-61,41,-92,97,-92,169v0,93,53,164,142,163v84,-1,169,-73,202,-135v-4,27,-27,59,-68,97v-56,51,-117,77,-184,77v-89,0,-165,-63,-165,-150v0,-72,45,-145,134,-220v-40,18,-161,20,-213,10v-25,37,-72,104,-143,196v-73,94,-166,140,-276,140v-115,0,-231,-84,-233,-198v-2,-63,36,-112,96,-115v49,-2,96,39,94,89v0,24,-15,50,-40,50v-23,0,-23,-16,-16,-33v-1,-3,-1,-9,-1,-18v1,-30,-25,-57,-55,-56v-46,0,-69,27,-69,81v0,102,105,174,212,174v116,0,229,-80,340,-239v17,-25,36,-50,57,-77v-64,-14,-126,-40,-186,-78v-75,-47,-112,-97,-112,-149xm1052,-652v-57,9,-121,44,-190,106v-77,68,-139,130,-186,186v60,12,146,4,211,-6v-38,-71,-16,-154,37,-210v35,-37,77,-63,128,-76xm1059,-371v-2,-16,-17,-24,-45,-24v-32,0,-57,6,-75,19v20,31,57,50,97,37v18,-6,25,-18,23,-32",w:1196},"\u00d8":{d:"374,8v13,28,55,53,93,53v80,-1,169,-57,216,-105v107,-106,160,-236,160,-390v0,-55,-13,-112,-38,-171v1,-1,1,-2,2,-2v34,65,51,124,51,176v-3,193,-57,274,-156,396v-43,52,-148,110,-235,111v-46,0,-91,-30,-105,-65v-114,32,-213,10,-271,-76r-109,92r0,-4v5,-16,80,-73,105,-94v-9,-16,-16,-32,-22,-48v-85,-76,-67,-287,-15,-391v30,-60,76,-116,141,-167v124,-98,294,-118,474,-70v2,1,1,5,-2,5v-175,-48,-341,-27,-461,69v-116,93,-176,189,-179,379v0,43,10,85,30,127v-15,-121,19,-203,87,-311v50,-78,164,-171,263,-186r1,3v-86,28,-161,113,-224,255v-41,93,-62,174,-62,242v1,18,1,42,7,62r229,-192v-43,-19,-64,-52,-64,-99v0,-124,148,-278,272,-278v59,0,105,29,137,87r99,-83r4,3r-100,88v14,35,21,70,21,106v1,224,-167,427,-349,478xm309,-417v-1,37,21,80,54,79v15,0,26,-6,28,-20v7,-38,34,-39,57,-17v27,-21,93,-75,196,-162v-10,-71,-53,-108,-121,-108v-94,0,-169,80,-198,158v-11,27,-16,51,-16,70xm452,-367v11,49,-39,81,-89,74r-231,194v80,28,150,5,212,-44r119,-108v5,-6,16,-3,15,6v0,3,-1,5,-3,6r-63,58v-33,56,-51,110,-44,174v72,-35,138,-103,194,-205v64,-116,93,-200,81,-317xm393,-163v-68,62,-134,93,-197,93v-23,0,-45,-3,-66,-10v29,96,132,120,227,79v-10,-60,8,-106,36,-162",w:727},"\u00b1":{d:"440,-90v0,132,-90,235,-215,235v-47,0,-90,-16,-131,-48v-53,-42,-80,-104,-81,-187r-13,0r1,-12r12,0v4,-73,32,-137,83,-192r-31,0v1,-4,3,-8,4,-13r40,1v40,-38,84,-66,133,-85v9,-27,17,-50,22,-68r14,0v-4,15,-10,35,-19,61v76,-21,190,-37,287,-6v2,1,3,2,2,4v-1,2,-2,3,-4,3v-43,-11,-74,-17,-95,-17v-79,0,-144,10,-195,30v-9,29,-17,55,-23,77r147,0r-5,12v-34,2,-65,3,-92,4v88,19,159,99,159,201xm237,-377v-35,17,-71,40,-107,71v32,0,60,0,84,-1xm428,-93v0,-116,-82,-201,-202,-200v-9,30,-25,80,-48,149r-15,0r46,-149v-13,0,-44,0,-93,-1v-41,40,-85,113,-91,192r288,0v-2,2,-4,6,-7,12r-281,0v1,77,27,135,79,175v72,56,157,59,234,8v60,-39,90,-101,90,-186",w:345},"\u00a5":{d:"170,-337v133,-7,260,69,260,186v0,76,-61,138,-133,138v-30,0,-56,-7,-78,-21v-10,-6,-7,-28,7,-26v3,0,5,1,8,2v20,13,45,19,74,19v59,0,107,-44,108,-105v0,-112,-122,-197,-249,-188r-21,44v3,-1,26,4,67,14v-30,-7,-53,-10,-69,-9v-41,95,-62,169,-62,223v0,31,10,47,30,47v44,0,93,-70,113,-113r4,1v-25,53,-76,121,-137,122v-14,13,-21,22,-21,27v0,5,3,8,10,10v32,10,45,15,47,47v2,42,-39,64,-80,64v-30,0,-67,-12,-64,-37v-54,-19,-79,-72,-79,-149v-1,-108,92,-208,180,-236v9,-17,19,-32,30,-46v-88,23,-160,80,-215,173v-1,1,-2,2,-3,1v-1,-1,-2,-2,-1,-3v58,-96,133,-155,224,-177v49,-65,100,-98,151,-98v22,0,52,16,51,39v0,19,-8,28,-24,28v-11,0,-19,-7,-22,-21v1,5,2,-1,2,-16v0,-13,-6,-20,-18,-20v-31,0,-61,27,-90,80xm44,123v28,1,64,-49,31,-70v-11,-4,-25,-5,-33,-12v0,-1,14,-16,41,-43v-41,-13,-62,-40,-62,-81v0,-52,20,-114,59,-185v-77,31,-153,126,-153,227v0,51,13,89,40,112v15,20,59,5,66,34v3,12,6,18,11,18",w:313},"\u00b5":{d:"485,-416v89,-1,133,78,133,173v0,157,-110,343,-238,420v-55,33,-106,52,-155,52v-121,0,-205,-77,-240,-170v-12,32,-38,90,-69,97v-9,0,-14,-5,-14,-16v-1,-19,47,-81,70,-116v-25,-98,-13,-192,28,-278v72,-151,201,-227,387,-227v2,0,3,1,3,3v-1,1,-2,2,-3,2v-181,0,-307,75,-379,226v-39,82,-51,169,-29,264v23,-34,42,-76,57,-125v20,-65,48,-147,84,-248v23,3,21,2,57,1v-59,188,-88,289,-88,302v0,13,5,19,16,19v11,0,27,-12,49,-36v64,-72,92,-138,145,-254v3,-7,6,-18,11,-33v15,0,32,1,51,2v35,-39,77,-58,124,-58xm-10,47v34,92,114,177,235,174v107,-3,219,-85,272,-156v76,-102,116,-204,116,-308v0,-90,-45,-169,-128,-168v-47,0,-88,20,-123,59r-46,132v-32,92,-48,148,-48,167v0,7,4,10,11,10v12,0,36,-26,71,-79v2,0,4,1,2,3v-16,30,-38,59,-66,83v-25,23,-46,34,-63,34v-14,0,-21,-8,-21,-23v0,-37,26,-116,36,-158v-40,62,-84,133,-145,169v-32,18,-49,22,-79,0",w:422},"\u03bc":{d:"485,-416v89,-1,133,78,133,173v0,157,-110,343,-238,420v-55,33,-106,52,-155,52v-121,0,-205,-77,-240,-170v-12,32,-38,90,-69,97v-9,0,-14,-5,-14,-16v-1,-19,47,-81,70,-116v-25,-98,-13,-192,28,-278v72,-151,201,-227,387,-227v2,0,3,1,3,3v-1,1,-2,2,-3,2v-181,0,-307,75,-379,226v-39,82,-51,169,-29,264v23,-34,42,-76,57,-125v20,-65,48,-147,84,-248v23,3,21,2,57,1v-59,188,-88,289,-88,302v0,13,5,19,16,19v11,0,27,-12,49,-36v64,-72,92,-138,145,-254v3,-7,6,-18,11,-33v15,0,32,1,51,2v35,-39,77,-58,124,-58xm-10,47v34,92,114,177,235,174v107,-3,219,-85,272,-156v76,-102,116,-204,116,-308v0,-90,-45,-169,-128,-168v-47,0,-88,20,-123,59r-46,132v-32,92,-48,148,-48,167v0,7,4,10,11,10v12,0,36,-26,71,-79v2,0,4,1,2,3v-16,30,-38,59,-66,83v-25,23,-46,34,-63,34v-14,0,-21,-8,-21,-23v0,-37,26,-116,36,-158v-40,62,-84,133,-145,169v-32,18,-49,22,-79,0",w:422},"\u00aa":{d:"383,-401v0,-107,-56,-192,-147,-204v0,-3,3,-4,8,-3v122,13,175,149,144,288v-23,102,-114,193,-234,193v-150,0,-277,-150,-229,-313v31,-101,106,-166,224,-166v70,0,110,29,121,88r1,-2r37,0v-62,128,-93,201,-93,220r2,6v13,-5,30,-23,52,-52r3,2v-33,49,-60,74,-82,74v-9,0,-14,-4,-14,-13v0,-9,6,-33,18,-71v-43,57,-77,85,-104,85v-22,0,-33,-12,-33,-35v0,-63,120,-227,181,-218v7,0,15,4,25,11r2,-3v-9,-49,-46,-74,-111,-74v-115,0,-181,56,-213,152v-50,151,73,295,212,295v133,0,230,-123,230,-260xm250,-501v0,-10,-5,-15,-14,-15v-17,0,-43,26,-77,78v-39,61,-59,107,-59,138v0,9,4,14,13,14v23,0,52,-30,87,-91v33,-57,50,-99,50,-124",w:284},"\u00ba":{d:"117,-616v117,-21,189,68,188,180v-1,89,-46,205,-123,245v-30,16,-59,25,-88,25v-94,0,-168,-94,-168,-191v0,-121,39,-198,116,-231v19,-8,38,-12,58,-12v43,0,87,42,69,90v47,-27,82,-9,82,63v0,50,-18,94,-55,133v-29,31,-55,46,-79,46v-31,0,-46,-25,-46,-74v0,-39,11,-79,39,-112v35,-41,56,-67,56,-82v0,-52,-75,-60,-119,-41v-72,32,-108,104,-108,220v0,85,74,187,156,184v59,-2,120,-45,144,-86v35,-58,53,-117,53,-177v0,-86,-63,-180,-144,-177v-11,-1,-25,1,-33,-1v0,-1,1,-2,2,-2xm229,-495v0,-14,-6,-21,-19,-21v-19,0,-43,31,-72,92v-26,56,-39,96,-39,120v0,19,6,28,19,28v16,0,39,-28,68,-84v29,-56,43,-102,43,-135",w:253},"\u00e6":{d:"364,-610v172,0,333,163,329,334v-5,205,-71,343,-208,414v-55,28,-118,40,-185,27v-77,-15,-124,-51,-136,-105v-12,-53,-1,-98,40,-130v-32,38,-43,73,-29,125v15,59,82,102,170,102v43,0,91,-13,144,-39v68,-34,119,-97,154,-188v26,-69,38,-138,38,-208v0,-166,-150,-325,-317,-325v-146,0,-266,63,-360,188v-56,75,-84,154,-84,239v0,99,30,135,90,97v15,-88,95,-202,154,-264v52,-54,95,-82,130,-82v13,0,26,7,40,20v7,-5,8,-17,22,-15v0,0,13,0,50,1r-8,19v32,-16,56,-24,71,-24v35,0,53,16,53,49v0,45,-48,96,-145,153r-59,33v-19,35,-28,72,-28,110v0,35,13,52,39,52v31,0,71,-33,120,-99r3,1v-47,73,-89,111,-148,125v-55,0,-82,-30,-82,-91v0,-13,3,-34,10,-65v-34,49,-61,83,-81,104v-33,33,-63,50,-91,50v-39,1,-56,-25,-51,-66v-11,7,-23,10,-34,10v-43,1,-64,-67,-63,-118v0,-86,29,-167,86,-244v95,-127,217,-190,366,-190xm314,-194v59,-27,172,-119,174,-187v0,-24,-10,-36,-31,-36v-24,0,-52,30,-85,90v-21,40,-41,84,-58,133xm320,-390v0,-18,-8,-27,-24,-27v-29,0,-67,38,-116,115v-69,108,-103,188,-103,240v0,22,8,33,23,33v35,0,82,-52,139,-155v54,-97,81,-166,81,-206",w:524},"\u00f8":{d:"172,-528v155,4,249,123,252,278v4,179,-124,351,-296,351v-58,0,-127,-39,-146,-81v-49,-109,-13,-211,66,-287v28,-64,113,-161,181,-161v21,0,40,17,57,50r44,-51r6,6r-47,54v2,7,4,14,5,21v29,8,54,24,73,47v8,10,-7,23,-15,12v-14,-17,-32,-29,-54,-36v8,140,-63,251,-156,305v-55,33,-88,25,-117,-36r-30,35v13,54,70,93,133,95v163,5,284,-158,284,-324v0,-143,-102,-273,-241,-273v-119,0,-238,101,-255,205v-1,3,-7,2,-5,-1v19,-107,139,-212,261,-209xm264,-353v6,-38,0,-67,-31,-67v-19,0,-46,28,-79,85v37,-14,70,-21,110,-18xm246,-332v-37,1,-74,11,-111,30v-28,53,-50,111,-72,188xm260,-332r-2,0v-1,3,-150,180,-192,229v-7,25,-11,42,-11,51v0,28,11,42,32,42v19,0,43,-24,72,-71v45,-73,78,-156,101,-251xm23,-195v-30,51,-42,98,-31,162v13,-15,22,-25,29,-32v-9,-43,-7,-88,2,-130",w:348},"\u00bf":{d:"295,-681v23,0,44,25,44,48v0,25,-25,46,-49,45v-29,0,-44,-15,-44,-45v-1,-26,23,-48,49,-48xm105,-126v-3,7,29,43,34,42v-33,0,-49,-14,-49,-43v0,-42,38,-83,113,-122v93,-49,140,-114,140,-195v0,-45,-16,-78,-49,-100v-2,-2,-3,-4,-3,-5v43,29,64,64,64,105v0,121,-58,165,-153,213v-65,32,-97,67,-97,105xm230,-553v59,0,95,49,94,107v0,40,-20,80,-66,113r-115,83v-57,42,-86,84,-86,126v0,54,59,117,113,117v53,0,100,-39,100,-93v0,-46,-45,-95,-91,-63v23,13,35,29,35,46v0,23,-11,35,-34,35v-21,1,-38,-19,-38,-41v0,-33,35,-56,68,-56v42,0,70,37,70,78v0,58,-71,106,-131,106v-84,0,-145,-57,-144,-141v0,-44,21,-86,62,-127v6,-11,156,-115,185,-142v24,-23,36,-48,36,-73v1,-33,-29,-68,-63,-68v-24,0,-50,19,-49,44v0,14,5,25,16,32v17,3,-1,-25,19,-25v12,0,18,7,18,20v0,16,-9,24,-27,24v-25,0,-38,-14,-38,-41v-1,-34,33,-61,66,-61",w:350},"\u00a1":{d:"211,-576v-39,0,-57,-50,-31,-77v8,-9,19,-14,31,-15v11,-36,64,-59,112,-59v108,-1,209,90,229,182v8,36,13,63,13,82v3,187,-143,343,-323,349v-45,2,-90,1,-133,-10r-21,92v-9,25,-23,37,-40,37v-25,0,-37,-12,-37,-37v0,-22,24,-85,36,-115v-103,-52,-183,-196,-116,-337v1,-3,2,-3,4,-2v3,1,3,2,2,4v-16,41,-24,72,-24,93v1,108,61,191,139,229r117,-300r6,1r-64,321v177,35,310,-15,391,-137v-9,5,-20,4,-32,-5v-19,-13,-29,-42,-29,-87v0,-10,6,-54,15,-132v2,-16,4,-23,-5,-24v-3,0,-21,25,-54,75v-16,25,-31,37,-44,37v-18,0,-27,-17,-27,-51v0,-3,1,-28,5,-52v1,1,2,2,2,3v-3,28,-4,44,-4,49v0,31,8,47,23,47v39,-9,65,-104,100,-118v13,0,18,12,15,35v-2,16,-5,45,-8,87v-5,73,6,110,31,110v18,0,31,-8,38,-23v31,-70,39,-136,20,-219v-25,-107,-156,-217,-288,-166v-25,10,-40,25,-45,43v26,-5,45,26,46,45v1,25,-25,45,-50,45",w:239},"\u00ac":{d:"181,-463v122,0,249,75,201,201r77,0r0,257v-7,0,-21,0,-42,1v-38,64,-131,120,-225,122v-168,3,-324,-131,-324,-295v0,-180,143,-286,313,-286xm360,-230r-37,-2r-282,0r0,-30r337,0v48,-119,-81,-191,-197,-187v-104,3,-200,45,-248,113v-32,46,-50,98,-50,159v0,152,153,265,309,262v75,-1,148,-45,183,-91v1,-15,1,-71,1,-166v0,-2,-1,-20,-2,-54r-10,-3v-37,51,-85,77,-146,77v-7,-1,-19,2,-21,-4v2,-5,13,1,21,-1v58,0,105,-24,142,-73",w:529},"\u0192":{d:"239,-479v-97,0,-136,51,-186,123r-1,-4v37,-57,38,-67,77,-95v82,-58,174,-72,289,-43v26,-28,87,-135,111,-165r141,-176v57,-72,162,-142,251,-181v54,-23,130,-15,197,-3v45,8,57,62,28,97v-12,14,-23,20,-36,18v-41,-8,-52,-18,-66,-54v-11,-31,-39,-39,-78,-33v-49,7,-97,33,-144,80v-69,68,-145,199,-207,291v-50,75,-86,127,-103,158v74,23,117,20,218,-2v-48,44,-154,71,-246,52v-25,33,-48,63,-68,92v-77,109,-157,208,-239,296v-73,79,-134,134,-182,167v-73,49,-149,74,-230,74v-83,0,-139,-36,-139,-107v0,-69,50,-118,125,-118v55,0,92,37,95,90v3,38,-33,76,-73,78v-27,1,-51,-22,-51,-49v0,-27,24,-49,51,-48v21,0,39,15,56,45v0,-69,-34,-101,-91,-103v-41,-1,-81,34,-78,76v4,67,69,120,127,120v31,0,66,-11,105,-34v79,-47,158,-117,228,-216r185,-260v28,-40,54,-92,79,-137v-41,-18,-105,-29,-145,-29",w:1000},"\u00ab":{d:"352,-427v-51,50,-95,103,-134,159r58,163r-1,1v-73,-95,-109,-150,-109,-166v9,-43,129,-120,183,-160xm97,-270r62,164r-2,2v-77,-90,-115,-145,-115,-164v0,-15,27,-44,82,-87v21,-17,56,-42,105,-76r3,3v-54,54,-99,107,-135,158",w:350},"\u00bb":{d:"311,-268v0,15,-27,44,-80,86v-35,27,-72,53,-112,80r-3,-4v55,-53,101,-106,138,-161v-11,-34,-31,-88,-61,-162r7,-1v28,38,104,132,111,162xm191,-269v0,15,-26,44,-77,85v-41,33,-78,59,-112,80r-2,-5v57,-56,103,-109,136,-158v-11,-33,-31,-88,-62,-164v78,89,117,143,117,162",w:339},"\u00a0":{w:230},"\u00c0":{d:"940,-782v-32,-17,-28,-67,10,-67v26,0,67,93,85,127r-1,1xm31,-263v54,136,309,231,443,101r42,-49r110,-139v59,-75,106,-130,141,-167v109,-115,207,-172,296,-172v26,0,53,5,82,14r-2,4v-43,-17,-81,9,-107,33v-11,10,-21,34,-34,67r-173,451v-13,33,-19,55,-19,65v0,28,25,43,76,45r-1,8r-174,0r-92,2r2,-7v71,-3,102,-54,130,-126r68,-177v-32,2,-94,6,-109,-2r-75,0v-33,49,-68,96,-104,141r-23,27v-85,95,-176,142,-273,142v-117,0,-231,-83,-233,-196v0,-21,4,-41,13,-60v-14,-33,-21,-67,-21,-104v-2,-180,143,-286,314,-286v99,0,204,52,210,140v6,94,-91,183,-192,170v-1,-1,-2,-4,0,-5v101,13,194,-75,187,-165v-6,-79,-114,-130,-205,-126v-168,7,-298,100,-299,272v0,30,5,59,16,86v19,-26,43,-39,74,-39v46,-1,94,42,94,89v0,24,-16,50,-41,50v-33,0,-18,-30,-16,-51v4,-52,-73,-71,-105,-36xm977,-666v-62,23,-124,68,-181,142r-140,182r176,0v38,-106,86,-239,145,-324xm20,-247v-50,123,81,219,200,219v55,0,108,-16,157,-47v-20,5,-39,8,-58,8v-137,0,-256,-79,-299,-180",w:1035},"\u00c3":{d:"968,-830v19,-6,101,53,115,53v20,0,38,-15,54,-45r2,1v-25,59,-55,88,-89,88v-35,0,-77,-52,-115,-52v-19,0,-37,13,-56,39r-2,-2v30,-55,60,-82,91,-82xm807,-556v78,-70,135,-132,255,-132v29,0,57,4,84,13r-7,9v-13,-5,-25,-7,-36,-7v-41,0,-75,34,-101,102r-173,451v-28,70,-34,106,58,110r-1,10r-144,0v-99,115,-271,191,-468,157v-181,-31,-265,-116,-348,-264v-2,-3,3,-6,5,-3v80,140,167,214,348,244v180,30,338,-28,444,-134r-99,0r1,-6v37,3,65,-16,89,-53v11,-17,70,-163,102,-242r-171,-9v-28,27,-107,141,-140,172v-48,45,-88,78,-121,97v-46,26,-96,39,-149,39v-114,0,-232,-86,-233,-195v-1,-59,38,-118,97,-118v46,0,92,42,92,89v0,32,-13,48,-38,48v-28,0,-14,-27,-14,-46v2,-27,-36,-57,-62,-57v-43,0,-68,42,-68,84v0,103,105,169,214,169v63,0,120,-19,172,-60v107,-84,278,-342,393,-450v-77,-131,-232,-247,-418,-251v-148,-3,-313,112,-313,252v0,104,107,183,215,183v29,0,99,-9,120,-10v4,-1,4,5,1,5v-11,1,-31,3,-60,6v-25,3,-46,4,-61,4v-112,3,-220,-80,-220,-188v0,-144,168,-257,318,-257v99,0,175,13,229,40v83,41,152,107,208,198xm978,-669v-52,19,-107,61,-164,125v22,39,38,78,49,119v40,-108,78,-189,115,-244xm847,-384v-8,-48,-25,-95,-51,-140v-6,7,-52,68,-137,183r173,-1",w:1035},"\u00d5":{d:"499,-831v18,-6,100,52,113,52v20,0,37,-14,52,-43r3,1v-25,59,-55,88,-89,88v-35,0,-77,-52,-115,-52v-19,0,-38,13,-56,39r-2,-2v31,-57,58,-81,94,-83xm543,-670v123,-18,187,84,186,203v-2,191,-114,347,-244,426v-71,43,-142,66,-215,66v-131,0,-216,-106,-214,-240v0,-49,10,-98,31,-148v-45,-212,112,-351,305,-351v60,0,110,16,151,44xm142,-286v66,93,244,162,376,88v38,-21,66,-47,83,-80v36,-70,54,-144,54,-221v0,-70,-25,-115,-74,-135v39,59,25,132,-29,180v-42,37,-85,56,-142,49v-1,0,-2,-1,-2,-2v2,-5,13,1,20,-1v83,3,183,-79,170,-166v-3,-24,-13,-45,-30,-64v-113,-27,-203,65,-236,150v-10,25,-15,48,-15,69v-1,37,18,83,52,80v27,-2,22,-11,36,-41v12,-25,57,-1,57,23v0,35,-42,65,-77,65v-50,0,-88,-49,-88,-101v0,-120,125,-258,233,-275v-72,-40,-161,-39,-248,-13v-118,36,-204,139,-185,293v66,-139,163,-244,312,-277r2,4v-70,21,-134,83,-191,188v-34,61,-60,124,-78,187xm121,-155v-1,104,53,175,154,174v98,0,189,-66,272,-197v-137,96,-338,23,-412,-83v-9,40,-14,75,-14,106",w:725},"\u0152":{d:"741,-386v14,2,60,-19,73,-14v58,-4,77,45,39,79v-52,46,-139,126,-219,159v6,78,63,145,146,144v82,-1,160,-70,191,-132v2,1,5,2,8,3v-45,86,-141,169,-258,169v-77,0,-131,-40,-164,-120v-104,81,-168,126,-291,126v-111,0,-185,-80,-204,-179v-123,-19,-246,-112,-246,-241v1,-138,110,-271,213,-322v86,-43,138,-60,261,-92v1,1,2,3,2,4v-139,37,-164,42,-261,91v-103,52,-208,180,-209,319v-1,124,120,209,238,229v-6,-39,-5,-76,2,-115v-29,-42,-43,-87,-43,-134v0,-132,151,-245,289,-240v16,0,32,1,47,4v17,-7,35,-12,54,-16r1,3v-13,4,-25,10,-38,17v21,5,40,13,58,23v96,-73,223,-72,272,45v63,-63,140,-95,231,-95v78,0,159,40,159,111v0,47,-36,83,-83,83v-31,0,-58,-19,-58,-50v0,-17,24,-30,40,-30v2,0,5,4,9,11v5,11,15,17,29,17v27,0,41,-13,41,-40v0,-54,-67,-89,-126,-89v-124,0,-230,118,-225,241v6,9,14,33,22,31xm854,-362v0,-19,-15,-29,-46,-29v-22,0,-48,6,-77,19v20,29,45,44,76,44v31,0,47,-11,47,-34xm816,-306v-45,7,-74,-7,-115,-33v-45,44,-67,96,-67,157v44,-21,105,-62,182,-124xm654,-495v0,-85,-43,-148,-124,-147v-32,0,-62,9,-91,26v112,70,103,179,32,293v-48,78,-133,138,-217,162v83,30,176,36,269,17v7,-9,13,-18,20,-29v11,-61,29,-83,66,-125v22,-53,45,-146,45,-197xm296,-397v2,-82,67,-172,121,-215v-19,-10,-40,-17,-62,-22v-98,61,-200,259,-226,404v29,25,64,45,104,62v108,-33,197,-101,251,-215v14,-30,23,-61,23,-96v0,-53,-27,-95,-81,-128v-53,38,-102,104,-107,186v-2,40,17,82,52,82v13,0,25,-8,29,-25v11,-44,61,-24,61,10v0,36,-41,62,-76,62v-56,0,-90,-47,-89,-105xm308,-639v-128,-4,-271,102,-271,227v0,39,10,75,30,109v43,-151,142,-284,263,-335v-7,-1,-15,-1,-22,-1xm121,-144v0,95,59,166,152,165v79,0,157,-48,234,-145v-102,17,-197,6,-282,-29v-34,7,-66,10,-104,9xm205,-162v-29,-14,-56,-30,-79,-49v-3,19,-5,37,-5,54v28,3,57,-1,84,-5",w:992},"\u0153":{d:"87,-383v84,-77,169,-129,300,-135v87,-4,154,36,153,122v-2,132,-113,231,-220,282v-1,1,-2,1,-3,-1v-1,-1,0,-2,1,-3v61,-30,110,-67,148,-111v46,-53,69,-108,69,-167v1,-66,-50,-103,-113,-108v-32,-3,-52,-4,-87,3v-89,17,-167,58,-234,122v9,3,17,7,26,11v78,-75,147,-92,173,38v55,-64,101,-96,136,-96v35,0,53,17,53,52v0,44,-49,96,-148,155v-3,1,-23,13,-60,34v-16,36,-24,71,-24,106v0,36,15,54,44,54v29,0,61,-22,94,-68v6,-8,14,-21,27,-38r3,2v-29,53,-94,125,-157,127v-25,0,-45,-10,-58,-31v-36,53,-114,101,-203,89v35,49,85,74,152,74v18,0,51,-9,99,-27v54,-20,98,-49,133,-87v7,-5,18,-14,33,-28v3,-2,7,2,4,4v-5,8,-12,21,-24,36v-47,58,-157,116,-245,116v-78,0,-135,-30,-172,-91v-105,-18,-200,-106,-200,-223v0,-139,110,-221,243,-221v18,0,37,3,57,8xm457,-384v0,-23,-10,-35,-31,-35v-25,0,-54,31,-87,92v-21,41,-41,87,-58,139v59,-37,103,-74,134,-111v28,-34,42,-62,42,-85xm77,-156v59,-8,118,-63,111,-127v-2,-21,-12,-40,-29,-56v-31,54,-59,115,-82,183xm269,-380v0,-27,-11,-40,-32,-40v-21,0,-46,25,-75,76v42,38,38,105,-2,147v-24,25,-51,40,-84,45v-12,32,-22,77,-21,94v0,33,12,49,35,49v13,0,28,-12,45,-33v47,-59,134,-247,134,-338xm94,-372v-79,85,-124,155,-125,304v0,34,7,66,22,96v89,19,167,-27,200,-82v-41,35,-75,53,-101,53v-49,1,-73,-64,-73,-121v0,-91,36,-176,104,-240v-9,-4,-18,-7,-27,-10xm-46,-68v-2,-133,51,-236,125,-307v-47,-11,-87,-4,-134,10v-84,25,-145,93,-146,195v0,102,84,175,174,195v-13,-30,-19,-61,-19,-93",w:493},"\u00f7":{d:"309,25v128,0,223,-82,223,-211v0,-133,-96,-259,-239,-245v10,27,-16,54,-43,49v-21,-3,-31,-15,-32,-35v-1,-29,23,-44,71,-44v63,0,148,30,180,61v56,54,85,120,85,201v0,141,-103,236,-247,235v-113,-1,-203,-58,-203,-169v0,-66,64,-130,130,-130v35,0,66,15,91,46v1,1,0,2,-1,3v-1,1,-2,1,-3,0v-23,-29,-50,-43,-82,-43v-68,0,-122,65,-122,133v0,95,90,149,192,149xm375,-307v-1,5,-3,9,-4,13r-308,0r6,-13r306,0xm147,-182v0,-21,20,-35,41,-35v33,0,47,39,25,61v-23,23,-66,7,-66,-26",w:358},"\u00ff":{d:"248,-558v0,23,-11,34,-34,34v-23,0,-35,-12,-35,-35v0,-23,12,-34,36,-34v22,0,33,12,33,35xm289,-559v-4,-30,43,-48,61,-22v79,40,143,136,144,247v3,162,-118,308,-267,316v-27,50,-50,87,-71,112v-35,41,-72,62,-110,62v-24,1,-51,-18,-51,-39v0,-16,17,-29,32,-29v16,0,30,15,40,28v20,27,42,17,65,-6v25,-26,39,-69,40,-128v-104,-10,-178,-65,-223,-166v-23,-51,-34,-98,-34,-142v1,-106,41,-194,140,-198v85,-3,171,90,166,174v0,1,-1,2,-2,2v-2,0,-3,-1,-3,-2v5,-80,-79,-171,-159,-169v-92,3,-128,86,-130,182v0,45,12,94,35,147v42,95,112,147,210,157v0,-92,-5,-139,-16,-222v-10,-71,-20,-113,-30,-126v-5,-6,-10,-9,-16,-9v-24,0,-47,40,-69,120r-3,-1v16,-61,49,-157,109,-157v17,0,30,12,39,36v26,66,36,191,42,359v53,-103,79,-184,79,-244v0,-22,-12,-89,-12,-111v0,-25,10,-38,31,-38v13,0,23,26,19,38v5,3,4,9,4,17v0,79,-38,192,-113,337v134,-12,225,-145,225,-295v0,-94,-49,-171,-109,-210v-16,26,-68,17,-63,-20",w:375},"\u0178":{d:"409,-740v-39,0,-55,-60,-16,-73v71,-46,186,-47,263,-6v94,50,179,152,180,284v0,45,-11,88,-32,128v-53,99,-133,148,-241,148v-87,0,-158,-31,-208,-68r-85,222v-9,24,-14,41,-14,52v1,35,35,45,79,45r0,3r-270,0r0,-3v41,0,71,-11,89,-34v28,-38,70,-160,94,-220v18,-44,32,-88,43,-131v-40,-59,-38,-125,11,-173v-11,-33,-33,-50,-66,-50v-56,0,-92,45,-109,136r-9,0v15,-81,47,-136,94,-168v64,-43,134,-26,165,41v45,-10,92,-6,128,13v59,-52,117,-78,175,-78v47,-1,95,23,95,67v0,26,-18,48,-43,47v-17,0,-31,-13,-42,-39v-12,-30,-29,-45,-51,-45v-39,0,-79,19,-121,56v3,1,8,5,2,7r-6,-4v-46,40,-102,126,-123,171v-9,19,-19,43,-31,74v59,43,127,65,202,65v103,0,180,-47,229,-141v47,-89,31,-186,-26,-266v-43,-59,-100,-110,-181,-130v32,18,15,70,-22,70v-21,0,-39,-18,-38,-39v0,-18,9,-30,27,-36v-39,-3,-76,3,-109,16v15,27,-4,59,-33,59xm501,-590v-35,-18,-78,-23,-122,-13v20,53,18,73,11,149v35,-55,72,-101,111,-136xm294,-406v15,-60,22,-103,10,-156v-44,43,-46,103,-10,156",w:702},"\u00a4":{d:"667,-714v98,1,153,43,156,137v5,104,-119,223,-220,223v-59,0,-232,-35,-284,-32v-7,0,-15,2,-24,7v52,108,-46,217,-146,217v-6,0,-15,-2,-27,-6v-59,40,-67,57,2,86r66,22v61,20,104,52,130,97v9,15,13,29,13,44v0,48,-31,94,-94,139v-107,76,-215,117,-323,122v-165,8,-298,-53,-356,-160v-52,-96,-21,-184,45,-273v43,-58,93,-99,150,-126r2,4v-97,53,-215,173,-217,298v0,34,8,65,25,94v58,104,197,160,364,151v101,-5,199,-40,292,-106v63,-45,95,-91,95,-138v0,-21,-9,-42,-26,-63v8,57,-41,97,-84,116v-28,12,-59,18,-92,18v-72,1,-159,-26,-159,-84v0,-31,28,-59,84,-84r47,-22v-31,-16,-46,-33,-46,-51v0,-29,26,-58,78,-86v-34,-13,-58,-57,-59,-103v-2,-81,85,-156,165,-153v29,0,51,13,66,38v23,-9,75,-41,86,-37v28,-2,38,25,20,39v97,20,167,26,211,26v102,0,210,-123,208,-228v-2,-82,-44,-119,-132,-120v-103,-1,-251,65,-310,114v-36,30,-79,88,-132,90v-47,3,-61,-53,-51,-105v9,40,33,60,70,60v59,0,105,-55,164,-92v79,-49,160,-73,243,-73xm222,-420v-53,0,-109,136,-109,194v0,23,17,43,39,47v51,8,113,-138,113,-189v0,-35,-14,-52,-43,-52xm6,64v-4,104,167,106,228,50v16,-15,26,-30,26,-48v0,-27,-30,-51,-90,-72r-72,-25v-53,23,-90,40,-92,95",w:366},"\u00b7":{d:"537,-334v0,215,-219,397,-450,318v-38,-12,-69,-28,-92,-48v-87,-75,-130,-171,-130,-290v0,-123,43,-225,130,-303v77,-69,139,-99,270,-102v171,-3,298,68,376,213v60,112,72,255,5,374v42,-116,36,-263,-20,-365v-77,-140,-196,-210,-361,-207v-124,3,-188,33,-261,98v-84,75,-125,173,-125,292v0,115,43,207,125,279v37,32,123,62,189,63v177,3,339,-145,339,-322v0,-130,-87,-257,-213,-255v-158,2,-266,105,-266,256v0,22,4,45,12,69v3,-21,16,-32,39,-32v25,0,38,13,38,39v1,21,-17,40,-38,39v-36,0,-54,-32,-54,-96v0,-166,103,-276,269,-280v127,-3,218,128,218,260",w:195},"\u2219":{d:"537,-334v0,215,-219,397,-450,318v-38,-12,-69,-28,-92,-48v-87,-75,-130,-171,-130,-290v0,-123,43,-225,130,-303v77,-69,139,-99,270,-102v171,-3,298,68,376,213v60,112,72,255,5,374v42,-116,36,-263,-20,-365v-77,-140,-196,-210,-361,-207v-124,3,-188,33,-261,98v-84,75,-125,173,-125,292v0,115,43,207,125,279v37,32,123,62,189,63v177,3,339,-145,339,-322v0,-130,-87,-257,-213,-255v-158,2,-266,105,-266,256v0,22,4,45,12,69v3,-21,16,-32,39,-32v25,0,38,13,38,39v1,21,-17,40,-38,39v-36,0,-54,-32,-54,-96v0,-166,103,-276,269,-280v127,-3,218,128,218,260",w:195},"\u00c2":{d:"1092,-722r-2,1r-80,-87r-143,87r-1,-1r129,-126r54,0xm2,-198v0,-53,26,-101,67,-112v-118,-117,-143,-352,-77,-540v25,-75,62,-136,109,-185v168,-173,361,-260,578,-260v176,0,368,81,474,166v120,95,181,202,181,324v0,87,-32,158,-97,213v-27,23,-70,50,-131,83v98,-55,163,-122,196,-203v11,-26,16,-57,16,-94v0,-123,-56,-228,-166,-315v-115,-91,-287,-169,-473,-169v-115,0,-220,23,-314,70v-84,41,-168,108,-256,196v-77,77,-148,247,-148,394v0,25,2,49,7,72v24,115,60,195,111,245v55,-12,106,29,113,75v49,19,105,29,169,29v72,0,144,-26,216,-77v109,-138,196,-253,303,-334v85,-64,159,-88,263,-54r-2,4v-12,-5,-22,-7,-31,-7v-45,0,-81,35,-108,106r-173,451v-13,33,-19,56,-19,68v0,27,25,42,76,44r2,8r-268,0r1,-8v83,3,104,-57,130,-125r69,-179r-185,0v-43,63,-85,119,-127,168v-81,95,-172,142,-273,142v-118,0,-231,-83,-233,-196xm979,-670v-58,23,-118,71,-181,144v-25,30,-73,91,-142,184r176,0v42,-116,84,-237,147,-328xm4,-198v0,100,109,171,215,171v66,0,125,-21,178,-62v22,-17,90,-90,167,-181v-70,47,-138,70,-203,70v-63,0,-119,-9,-168,-28v1,26,-16,52,-41,52v-33,0,-16,-30,-16,-51v0,-32,-25,-56,-59,-57v-45,-1,-73,41,-73,86",w:1035},"\u00ca":{d:"555,-722r-2,1r-80,-87r-143,87r0,-1r128,-126r54,0xm638,-971v179,-2,298,118,296,297v0,41,-6,84,-19,127v-66,226,-105,308,-238,457v-117,131,-285,238,-503,241v-195,3,-322,-115,-322,-310v0,-152,83,-291,208,-312v1,1,2,3,1,5v-120,21,-188,158,-188,307v0,169,128,278,301,275v204,-4,364,-108,476,-231v106,-116,185,-263,237,-440v13,-45,20,-90,20,-135v1,-167,-102,-261,-269,-260v-73,0,-139,19,-199,58v-77,50,-137,111,-178,182v-24,41,-39,90,-45,145v43,-60,142,-107,242,-107v100,0,168,53,167,149v0,76,-45,176,-92,220v-93,86,-221,80,-285,-25v-9,-5,-19,-12,-30,-19v-59,39,-89,95,-89,168v0,89,55,166,141,165v86,-1,167,-71,200,-136r5,4v-47,87,-136,166,-254,168v-86,2,-163,-64,-163,-151v0,-83,50,-160,149,-231v-38,-54,-38,-118,-9,-177v3,-67,19,-127,50,-180v43,-75,104,-137,183,-188v68,-44,137,-66,207,-66xm291,-311v24,26,60,44,107,44v39,0,78,-18,121,-51v48,-37,104,-149,97,-229v-4,39,-39,70,-82,70v-30,0,-60,-18,-60,-49v0,-18,22,-33,40,-33v3,0,7,4,11,12v16,35,73,15,73,-24v0,-54,-67,-90,-125,-90v-119,0,-232,114,-228,232v0,14,3,29,10,45v30,-11,56,-17,78,-17v41,0,62,14,62,41v1,45,-57,62,-104,49xm379,-362v0,-19,-15,-29,-45,-29v-23,0,-49,6,-76,18v16,30,40,45,73,45v32,0,48,-11,48,-34"},"\u00c1":{d:"790,-822v-313,2,-478,233,-482,539v0,78,15,152,46,222v51,-27,119,-94,204,-202v78,-99,134,-168,168,-207v59,-67,107,-117,148,-146v90,-65,162,-93,269,-58r-2,4v-12,-5,-22,-7,-31,-7v-45,0,-81,35,-108,106r-18,46v138,11,243,62,314,153v79,101,119,204,119,311v0,241,-214,436,-459,436v-170,0,-305,-40,-406,-119v-71,-55,-162,-170,-210,-277v-34,13,-70,19,-107,19v-118,0,-231,-83,-233,-196v-1,-63,38,-117,97,-117v46,0,94,42,94,89v0,24,-16,50,-41,50v-33,0,-17,-30,-16,-51v2,-31,-28,-57,-59,-57v-45,0,-73,41,-73,86v0,100,109,173,215,171v37,0,74,-8,111,-23v-70,-189,-50,-375,49,-552v72,-129,223,-223,414,-224v84,0,163,17,237,52r55,-51v15,-14,28,-21,39,-21v19,0,28,10,28,30v0,32,-63,44,-91,58v28,15,58,35,91,59v3,2,-1,7,-3,4v-34,-25,-65,-45,-94,-60r-79,33r-1,-1r51,-47v-75,-35,-153,-52,-236,-52xm979,-670v-71,28,-152,102,-243,221v51,-43,106,-68,165,-75v24,-55,50,-104,78,-146xm889,-494v-88,14,-165,65,-230,152r173,0xm958,341v227,0,426,-179,426,-402v0,-98,-38,-195,-113,-290v-69,-87,-168,-136,-298,-145r-144,376v-13,33,-19,56,-19,68v0,27,25,42,76,44r-1,3r-265,0v0,-4,6,-3,10,-3v47,0,83,-26,104,-80r86,-224r-185,0v-102,151,-191,244,-268,281v96,179,204,315,424,356v53,11,108,16,167,16",w:1041},"\u00cb":{d:"932,-675v67,160,71,350,-2,502v-60,125,-96,171,-198,258v-127,109,-274,163,-439,163v-113,0,-200,-27,-260,-82v-90,-82,-138,-194,-143,-335v-4,-123,16,-180,63,-266v34,-62,78,-113,129,-154v-2,-144,50,-248,155,-336v97,-81,265,-97,405,-49v57,19,104,47,143,83v63,58,111,130,147,216xm270,-14v91,-2,163,-68,200,-136v112,79,234,67,322,-33v104,-119,96,-286,-9,-408v-56,-65,-166,-115,-284,-115v-163,0,-299,47,-410,141v1,6,2,15,4,27v-1,1,-3,2,-5,1r-3,-24v-67,56,-134,165,-156,261v-8,37,-11,81,-9,131v5,135,50,241,135,318v103,94,308,88,461,27v123,-49,240,-142,310,-227v72,-87,139,-234,137,-390v-3,-190,-77,-350,-182,-446v-79,-72,-180,-109,-303,-109v-96,0,-175,25,-238,75v-104,84,-155,189,-153,329v130,-99,370,-181,572,-106v122,45,217,169,220,305v3,160,-131,330,-289,315v-49,-5,-92,-18,-129,-45v-48,77,-132,142,-240,145v-86,2,-163,-64,-163,-151v0,-83,50,-160,149,-231v-104,-162,79,-312,251,-312v80,0,159,41,159,115v0,46,-37,81,-83,80v-30,0,-60,-18,-60,-49v0,-18,22,-33,40,-33v3,0,7,4,11,12v16,35,73,15,73,-24v0,-54,-67,-90,-125,-90v-119,0,-232,114,-228,232v0,14,3,29,10,45v30,-11,56,-17,78,-17v41,0,62,14,62,41v0,35,-34,53,-72,53v-33,0,-68,-13,-105,-40v-59,39,-89,95,-89,168v0,89,55,166,141,165xm379,-362v0,-19,-15,-29,-45,-29v-23,0,-49,6,-76,18v16,30,40,45,73,45v32,0,48,-11,48,-34xm525,-817v21,0,38,18,38,39v0,21,-18,38,-39,38v-21,0,-38,-18,-38,-39v0,-21,18,-38,39,-38xm372,-817v21,0,37,18,37,39v1,21,-17,38,-38,38v-21,0,-39,-18,-39,-39v0,-21,19,-38,40,-38"},"\u00c8":{d:"254,-940v-143,36,-265,155,-271,323v-4,113,94,255,177,294v14,-12,30,-24,47,-37v-24,-38,-33,-66,-29,-113v-83,-61,-104,-151,-52,-243v45,-80,139,-136,261,-122v19,-18,41,-10,55,13v89,31,148,92,175,183v9,31,13,58,10,83v-9,92,-53,166,-132,221v-99,71,-208,82,-324,34v-28,35,-42,77,-42,125v-1,89,55,166,141,165v86,-1,167,-71,200,-136r5,4v-47,87,-136,166,-254,168v-86,2,-163,-64,-163,-151v0,-66,31,-128,92,-185v-86,-43,-185,-188,-180,-305v6,-175,124,-297,284,-321xm458,-672v78,0,148,37,158,99v-1,-114,-79,-204,-167,-239r47,90r-2,1r-89,-60v-22,-16,-31,-27,-23,-50v-118,-16,-210,40,-253,118v-50,89,-30,176,50,236v12,-114,146,-195,279,-195xm525,-547v16,35,73,15,73,-24v0,-54,-67,-90,-125,-90v-115,0,-224,107,-227,218v75,21,155,-6,192,-45v7,-6,19,-22,39,-48v14,-18,36,-36,48,-11xm395,-360v0,35,-34,53,-72,53v-33,0,-68,-13,-105,-40v-15,10,-28,21,-39,33v111,45,216,34,310,-33v67,-47,107,-106,121,-177v-14,31,-39,47,-76,47v-30,0,-60,-17,-60,-46v-41,65,-124,108,-229,84v-1,22,2,35,10,55v30,-11,56,-17,78,-17v41,0,62,14,62,41xm379,-362v0,-19,-15,-29,-45,-29v-23,0,-49,6,-76,18v16,30,40,45,73,45v32,0,48,-11,48,-34"},"\u00cd":{d:"566,-866v296,0,537,257,537,552v0,185,-67,332,-200,441v-103,85,-228,129,-374,134v-167,5,-296,-34,-385,-119v-69,-65,-119,-129,-149,-192v-33,-68,-50,-147,-50,-237v0,-145,49,-261,147,-348v1,-1,2,-1,3,0v1,1,1,2,0,3v-89,80,-134,195,-134,345v0,75,12,141,37,199v-9,-66,39,-118,98,-118v29,-1,59,22,58,51v0,30,-12,45,-35,45v-29,0,-25,-26,-19,-46v0,-19,-11,-28,-34,-28v-38,-2,-65,42,-65,80v0,63,50,96,112,96v55,0,102,-24,145,-69v47,-50,93,-160,128,-240v50,-116,108,-214,172,-296v-78,16,-166,4,-249,1v-65,-2,-134,35,-145,86v-10,47,8,85,52,85v26,0,39,-12,39,-35v-6,-17,1,-34,22,-34v19,0,36,18,36,37v0,33,-36,58,-69,57v-59,-2,-88,-35,-88,-101v0,-52,14,-105,41,-158v65,-127,188,-191,369,-191xm411,-665r187,7v19,0,45,-3,76,-10r2,3v-33,10,-63,42,-96,94v-24,39,-117,295,-148,347v-37,63,-77,116,-124,156v-58,49,-118,73,-181,73v-43,0,-77,-13,-103,-40v29,50,74,104,135,162v82,77,205,114,370,109v254,-8,425,-128,512,-314v36,-76,54,-155,54,-236v0,-292,-240,-547,-529,-547v-179,0,-300,63,-364,189v-18,35,-30,78,-36,129v36,-82,125,-126,245,-122xm646,-839v34,0,63,29,63,63v0,34,-29,63,-63,63v-34,0,-63,-29,-63,-63v0,-34,29,-63,63,-63",w:638},"\u00ce":{d:"624,-824v48,5,95,8,146,3v49,-29,71,-39,113,-39v15,0,14,15,7,24v-10,14,-51,24,-123,31v-38,25,-77,54,-104,82r1,1r-3,1v-20,20,-38,41,-54,63v17,-1,39,-4,67,-10r2,3v-33,10,-63,42,-96,94v-24,39,-117,295,-148,347v-37,63,-77,116,-124,156v-58,49,-118,73,-181,73v-68,0,-129,-41,-130,-104v-102,-18,-201,-133,-201,-250v0,-112,63,-200,168,-203v4,-1,4,5,1,5v-101,2,-159,89,-159,198v0,106,100,209,193,224v8,-43,47,-81,97,-81v34,0,67,28,56,65v36,-12,86,-44,150,-97v33,-27,67,-66,102,-119v22,-59,130,-211,154,-256v-78,16,-166,4,-249,1v-73,-3,-149,44,-149,112v0,31,25,59,56,59v33,0,44,-22,37,-52v0,-11,8,-17,24,-17v19,-1,36,18,36,37v0,33,-36,57,-69,57v-47,0,-87,-40,-86,-87v0,-32,14,-62,41,-90v47,-48,117,-76,212,-72r176,7v19,-27,42,-52,68,-76v-23,-48,-48,-72,-77,-72v-38,0,-84,28,-139,85r-1,-1r111,-109v-60,-21,-103,-31,-130,-31v-48,-1,-101,30,-101,75v0,50,26,79,78,87v1,0,2,1,2,3v0,1,-1,2,-3,2v-55,-9,-82,-39,-82,-92v0,-47,55,-83,106,-82v30,0,77,10,140,29v8,-9,22,-22,35,-21v10,0,20,12,30,37xm879,-847v-30,-4,-47,5,-81,23v33,-6,60,-10,80,-23r0,1xm743,-803v-40,2,-74,-1,-112,-4r27,70v27,-24,55,-46,85,-66xm1,-98v3,57,50,91,112,90v61,0,115,-30,161,-89v29,-37,59,-94,91,-171v-35,43,-123,109,-150,125v-46,28,-146,61,-214,45xm94,-127r6,-29v0,-19,-11,-28,-34,-28v-33,0,-53,20,-62,60v37,5,53,3,90,-3",w:615},"\u00cf":{d:"653,-817v21,0,38,18,38,39v0,21,-17,39,-38,38v-22,0,-39,-17,-39,-39v0,-21,18,-38,39,-38xm507,-817v21,-1,37,18,37,39v1,21,-17,38,-38,38v-21,0,-39,-18,-39,-39v0,-22,18,-38,40,-38xm411,-665r187,7v19,0,45,-3,76,-10r2,3v-46,12,-99,87,-124,151v59,-13,83,-26,150,-54v-90,71,-146,270,-198,398v-36,88,-56,139,-63,153v-29,57,-66,103,-112,138v-103,78,-120,94,-276,98v-136,4,-218,-131,-218,-274v0,-188,127,-331,314,-331v62,0,98,24,109,72v4,21,-16,59,-29,68v13,-16,20,-33,20,-50v1,-54,-43,-84,-100,-84v-183,0,-307,139,-307,321v0,140,80,266,211,262v121,-4,156,-39,244,-108v116,-92,181,-286,240,-448v25,-67,52,-118,79,-154v-24,7,-48,12,-73,15v-12,23,-84,223,-111,268v-38,63,-77,116,-124,156v-58,49,-118,73,-181,73v-68,0,-130,-44,-130,-109v0,-54,44,-102,99,-102v29,0,59,22,58,51v0,27,-13,41,-38,41v-31,0,-16,-23,-16,-42v0,-19,-11,-28,-34,-28v-38,-2,-65,42,-65,80v0,63,50,96,112,96v55,0,102,-24,145,-69v47,-50,94,-160,128,-240v29,-67,58,-125,87,-173v-66,-6,-125,-31,-177,-76r-42,-38v-63,19,-94,53,-94,104v-1,31,25,59,56,59v33,0,44,-22,37,-52v0,-11,8,-17,24,-17v19,-1,36,18,36,37v0,33,-36,57,-69,57v-47,0,-86,-40,-86,-87v0,-47,25,-86,76,-117v-25,-18,-50,-27,-74,-27v-78,-1,-133,70,-140,147v0,2,-1,3,-3,2v-1,0,-2,-1,-2,-2v7,-82,62,-153,145,-152v29,0,56,9,82,27v47,-27,104,-42,169,-40xm558,-613v-78,16,-166,5,-249,1v-15,0,-29,2,-44,5v13,9,17,16,38,32v50,41,111,63,182,66v21,-35,46,-70,73,-104",w:626},"\u00cc":{d:"607,-722r-2,1r-89,-60v-17,-11,-25,-23,-25,-36v0,-21,10,-31,30,-31v13,0,25,10,36,31xm158,-640v-66,0,-112,-44,-112,-112v0,-83,120,-155,210,-155v74,0,136,29,187,87v48,54,73,101,107,161v52,2,72,2,124,-9r2,3v-26,8,-51,28,-74,61v20,15,42,25,66,30v23,-20,52,-30,87,-30v39,0,59,7,59,22v0,16,-36,24,-109,24v-6,0,-12,0,-18,-1v-5,4,-9,8,-12,13v-76,105,-97,252,-140,388v-25,80,-54,147,-84,201v-79,140,-182,210,-310,210v-113,0,-230,-105,-235,-213v-3,-50,-3,-90,2,-120v21,-137,121,-253,268,-253v77,0,137,28,181,83v55,-134,122,-265,201,-363v-78,16,-166,4,-249,1v-73,-3,-149,44,-149,112v0,31,25,59,56,59v33,0,44,-22,37,-52v0,-11,8,-17,24,-17v19,-1,36,18,36,37v0,33,-36,57,-69,57v-47,0,-87,-40,-86,-87v0,-32,14,-62,41,-90v70,-69,171,-80,319,-68r-71,-95v-64,-85,-138,-128,-223,-128v-111,0,-220,119,-141,208v18,21,44,29,75,29v64,0,117,-62,115,-125v26,72,-52,132,-115,132xm710,-570v58,1,100,-6,48,-9v-17,1,-33,4,-48,9xm1,-104v0,63,50,96,112,96v59,0,110,-26,153,-78v28,-34,57,-86,88,-156v-82,-100,-259,-103,-348,-4v-41,45,-70,100,-81,169v-5,27,-3,66,-1,116v5,98,115,189,217,189v113,0,205,-68,282,-201v86,-149,119,-330,183,-499v11,-31,29,-63,51,-91v-23,-5,-44,-15,-65,-28v-71,109,-113,313,-192,420v7,22,12,45,14,70v-3,-23,-8,-46,-16,-68v-57,86,-151,170,-271,174v-68,1,-130,-44,-130,-109v0,-54,44,-102,99,-102v29,0,59,22,58,51v0,27,-13,41,-38,41v-31,0,-16,-23,-16,-42v0,-19,-11,-28,-34,-28v-38,-2,-65,42,-65,80",w:615},"\u00d3":{d:"660,-816v0,13,-12,25,-35,35r-141,59r-1,-1r111,-102v15,-14,28,-21,39,-21v18,0,27,10,27,30xm701,-591v110,-9,175,82,174,192v-4,227,-71,327,-205,451v-95,88,-186,144,-330,144v-185,0,-314,-74,-392,-221v-73,-136,-53,-323,14,-451v73,-139,173,-206,359,-239v-83,26,-147,52,-191,77v-142,81,-213,224,-213,427v0,138,78,253,167,315v89,63,209,93,343,63v150,-34,326,-190,384,-323v29,-67,46,-147,46,-243v0,-100,-53,-176,-148,-175v43,118,13,247,-46,350v-44,76,-103,136,-178,183v-71,44,-142,66,-213,66v-131,0,-216,-104,-216,-238v0,-58,15,-119,46,-184v71,-149,173,-239,307,-268r2,4v-87,27,-163,114,-227,261v-42,95,-63,179,-63,250v-1,101,54,171,152,170v69,0,136,-36,202,-104v86,-89,176,-264,180,-415v0,-23,-3,-45,-10,-64v-86,27,-147,98,-184,212v-13,39,-38,59,-76,59v-56,1,-88,-45,-88,-101v0,-125,146,-279,272,-279v59,0,103,27,132,81xm316,-417v-2,37,21,80,54,79v23,1,28,-26,36,-42v8,-17,39,-11,48,4v41,-108,102,-176,185,-204v-41,-88,-163,-82,-232,-17v-46,43,-87,102,-91,180",w:725},"\u00d4":{d:"620,-722r-3,1r-79,-87r-143,87r-1,-1r129,-126r54,0xm802,-669v76,-1,156,36,155,104v0,49,-37,108,-112,179v-55,51,-109,94,-164,127v-45,92,-110,165,-196,218v-71,44,-142,66,-213,66v-104,-1,-175,-64,-202,-148v-121,-35,-181,-97,-181,-186v0,-95,65,-198,194,-311v39,-33,114,-79,225,-136v-121,63,-137,68,-222,140v-129,111,-192,214,-192,307v0,85,58,143,173,175v-25,-96,-7,-172,35,-263v70,-150,173,-239,307,-268r2,4v-68,21,-130,79,-185,176v-31,55,-57,113,-76,173v48,-60,75,-79,155,-137v24,-102,147,-224,264,-223v35,0,64,10,89,29v50,-17,98,-26,144,-26xm953,-559v0,-114,-177,-116,-284,-75v81,74,71,240,22,352v61,-38,114,-77,159,-118v69,-62,103,-115,103,-159xm605,-622v-67,-45,-151,-23,-207,34v-36,35,-61,77,-75,126v107,-77,171,-113,282,-160xm385,-292v-68,0,-99,-65,-85,-136v-66,50,-125,98,-160,151v-15,61,-22,100,-18,156v28,4,56,6,83,6v106,0,227,-33,364,-100v57,-103,86,-198,86,-284v0,-50,-13,-88,-40,-115v-109,48,-218,104,-297,173v-9,47,12,102,52,103v23,1,27,-27,36,-42v14,-24,55,-2,55,25v0,37,-39,63,-76,63xm557,-194v-129,60,-246,90,-352,90v-27,0,-54,-2,-82,-7v14,87,64,131,150,131v127,0,226,-114,284,-214",w:725},"\u00d2":{d:"547,-722r-2,1r-89,-60v-17,-12,-26,-24,-26,-36v0,-21,10,-31,30,-31v14,0,26,10,37,31xm297,-393v0,-125,146,-279,272,-279v68,0,115,34,142,103v39,-9,65,-12,80,-10v68,9,118,59,122,131v1,22,-6,57,-22,104v22,35,33,75,33,120v0,58,-21,125,-61,203v-56,108,-162,215,-303,215v-57,0,-103,-15,-138,-46v-123,53,-278,29,-362,-38v-231,-184,-214,-457,-12,-668v99,-103,209,-171,333,-203v2,-1,3,-1,2,-2v-1,-1,-2,-2,-4,-1v-62,15,-212,91,-255,126v-117,95,-221,235,-225,417v0,30,3,58,8,83v34,194,265,375,509,280v-31,-31,-52,-74,-63,-127v-27,7,-54,10,-81,10v-131,2,-216,-104,-216,-238v0,-58,15,-119,46,-184v71,-149,173,-239,307,-268r2,4v-87,27,-163,114,-227,261v-42,95,-63,179,-63,250v-1,101,54,171,152,170v26,0,52,-5,78,-15v-16,-113,9,-206,57,-300v-68,16,-111,-35,-111,-98xm883,-355v30,-78,34,-126,-13,-174v-40,-42,-77,-52,-155,-30v17,48,17,107,9,164v63,-26,122,-9,159,40xm454,-375v53,-81,119,-140,196,-173v-16,-65,-56,-98,-121,-98v-94,0,-170,82,-198,159v-10,25,-15,49,-15,70v-1,37,21,80,54,79v23,1,28,-26,36,-42v8,-17,41,-11,48,5xm572,-220v62,-119,92,-203,80,-318v-88,41,-151,98,-192,175v4,29,-9,47,-36,62v-50,95,-75,186,-61,301v79,-36,151,-109,209,-220xm877,-338v-35,-53,-95,-68,-157,-40v-32,180,-184,347,-354,390v12,54,34,95,65,124v141,-57,215,-132,313,-252v63,-77,106,-152,133,-222xm884,-326v-67,184,-267,395,-446,467v85,63,211,43,294,-25v47,-38,87,-85,118,-144v39,-75,59,-140,59,-196v0,-38,-8,-72,-25,-102",w:725},"\u00da":{d:"234,-672v35,0,142,17,177,17v28,0,55,-3,80,-9v57,-73,135,-122,234,-146v14,-13,38,-36,56,-36v18,0,27,10,27,29v91,0,163,16,214,48v130,79,214,222,216,418v0,84,-17,167,-47,249v-92,249,-338,417,-666,420v-191,2,-363,-115,-428,-273v-75,-181,-39,-354,80,-465v37,-34,113,-81,182,-93r84,-87v-25,4,-44,6,-59,6v-42,2,-175,-23,-217,-23v-59,0,-111,27,-110,80v-1,23,19,42,42,42v8,0,21,-9,35,-17v12,0,18,9,18,27v1,22,-19,39,-41,39v-37,0,-61,-40,-60,-80v2,-84,91,-146,183,-146xm382,21v-110,2,-187,-78,-187,-188v0,-111,48,-219,143,-324v-59,17,-119,55,-150,83v-113,104,-143,274,-72,445v63,149,218,253,409,252v305,-2,558,-169,641,-401v32,-89,50,-175,50,-261v0,-175,-66,-304,-199,-386v-56,-35,-126,-52,-210,-53v-2,12,-13,22,-34,31r-141,59r-1,-1r87,-80v-91,26,-174,86,-248,180v-19,23,-46,58,-81,105v139,-16,274,30,316,123v27,-72,53,-138,83,-194v42,-80,42,-71,175,-73r0,4v-29,2,-53,13,-74,34v-42,41,-93,153,-153,335v5,63,-13,113,-45,161v-12,52,-10,110,40,109v29,0,53,-15,74,-46r3,3v-29,53,-67,80,-115,80v-49,0,-76,-26,-81,-77v-24,12,-50,19,-77,20v-45,40,-96,60,-153,60xm276,-210v0,124,98,214,223,170v-68,-9,-102,-51,-102,-124v0,-29,11,-61,32,-96v2,-1,4,-1,6,0v-13,21,-20,53,-20,96v0,73,40,108,119,106v31,-19,59,-54,84,-104v21,-40,58,-150,80,-212v-42,-100,-178,-148,-321,-126v-67,101,-101,198,-101,290xm620,-144v-25,43,-36,60,-64,84v20,-3,39,-10,56,-19v1,-9,3,-31,8,-65",w:871},"\u00db":{d:"775,-722v-13,-55,-26,-83,-82,-86v-42,-2,-90,28,-143,87r-1,-1v44,-79,87,-121,129,-126v84,-9,103,35,97,126xm498,-663v1,2,-95,123,-111,148v31,-3,73,-21,126,-56v-53,42,-98,65,-134,68v-69,103,-103,200,-103,293v0,71,25,123,74,156v113,-43,184,-116,211,-219v-2,28,-13,58,-33,89v32,14,67,-50,80,-81v4,-1,93,-298,114,-334v39,-68,75,-111,168,-109v-17,1,-31,2,-43,5v-49,11,-92,47,-121,112v-39,86,-59,192,-110,333v-23,64,-53,93,-86,86v-1,-1,-4,-3,-7,-4v-37,53,-93,95,-169,125v24,15,52,22,83,22v81,0,143,-47,186,-141v11,-25,26,-65,45,-119v42,-123,80,-225,120,-300v43,-80,41,-71,175,-73r0,4v-29,2,-53,13,-74,34v-33,33,-76,121,-128,263v-51,139,-76,234,-76,285v0,38,15,57,46,57v29,0,53,-15,74,-46r3,3v-29,53,-67,80,-115,80v-49,1,-82,-37,-81,-86v0,-11,3,-37,8,-76v-70,110,-149,165,-238,165v-49,0,-91,-14,-124,-42v-45,11,-86,17,-123,17v-155,1,-289,-119,-289,-286v0,-128,91,-227,206,-243v6,-80,92,-139,182,-139v35,0,142,17,177,17v29,0,58,-4,85,-10v1,0,2,1,2,2xm57,-534v96,-17,241,25,302,20r84,-86v-25,4,-44,6,-59,6v-42,2,-175,-23,-217,-23v-59,0,-112,26,-110,83xm-137,-290v0,165,130,278,282,277v33,0,69,-4,108,-12v-39,-35,-58,-83,-58,-142v0,-115,51,-227,154,-336v-123,4,-178,-24,-286,-11v8,13,20,19,36,19v8,0,21,-9,35,-17v12,0,18,9,18,27v1,22,-19,39,-41,39v-33,0,-53,-22,-59,-67v-105,16,-189,105,-189,223",w:871},"\u00d9":{d:"695,-722r-2,1r-89,-60v-17,-12,-26,-24,-26,-36v0,-21,10,-31,30,-31v14,0,26,10,37,31xm694,-672v6,40,-88,88,-128,86v-17,0,-32,-2,-47,-5v-61,54,-112,184,-110,295v1,72,47,143,115,142v30,0,65,-9,104,-27v11,-25,24,-61,40,-108v43,-125,80,-226,120,-300v43,-80,41,-71,175,-73r0,4v-39,3,-75,24,-102,69v-43,72,-113,250,-140,348v6,-3,15,-7,23,-15v48,-49,69,-91,82,-142v4,2,1,14,0,22v-22,96,-51,136,-120,187v-14,53,-21,90,-21,113v0,38,15,57,46,57v29,0,53,-15,74,-46r3,3v-29,53,-67,80,-115,80v-49,1,-82,-37,-81,-86v0,-11,2,-36,7,-73r-1,0v-69,108,-148,162,-236,162v-110,0,-187,-78,-187,-188v0,-120,59,-240,177,-360r71,-73v-25,4,-44,6,-59,6v-42,2,-175,-23,-217,-23v-59,0,-111,27,-110,80v-1,23,19,42,42,42v8,0,21,-9,35,-17v10,0,16,8,18,24v8,-18,14,-36,17,-55v0,-2,1,-3,3,-2v1,0,2,1,2,3v-11,74,-66,152,-144,152v-69,0,-113,-56,-112,-127v0,-46,28,-95,83,-146v77,-71,199,-79,319,-39v5,1,39,17,101,47v26,-1,52,-4,75,-10v7,6,-7,14,-23,38v17,9,32,16,46,19v58,-58,108,-87,156,-87v5,1,10,4,17,9v1,5,2,9,2,14xm566,-602v41,2,129,-36,124,-74v0,-8,-5,-12,-16,-13v-39,-1,-86,27,-142,84v11,2,22,3,34,3xm276,-210v-1,102,62,181,161,181v72,0,128,-36,169,-108v-81,28,-142,21,-187,-41v-94,-133,8,-344,87,-417v-13,-4,-27,-10,-43,-19v-88,102,-186,249,-187,404xm51,-526v2,-84,91,-146,183,-146v33,0,130,16,156,16v-15,-10,-39,-25,-73,-38v-56,-21,-102,-27,-135,-27v-122,-3,-254,87,-250,204v2,63,38,115,98,115v37,0,68,-15,95,-46v-47,12,-74,-34,-74,-78",w:871},"\u0131":{d:"183,-754v105,0,204,72,201,175v-4,117,-75,172,-172,218r-114,281v-7,17,-10,27,-10,31v0,7,4,11,11,11v11,0,39,-30,83,-90r6,2v-51,69,-84,129,-175,129v-65,0,-116,-38,-116,-106v0,-56,31,-110,93,-161v17,-13,41,-29,73,-46v58,-77,103,-116,134,-116v25,0,31,20,22,42v101,-50,152,-115,152,-195v0,-98,-89,-170,-188,-170v-91,0,-177,41,-260,123v-49,49,-74,98,-74,146v-1,36,26,70,63,70v43,0,121,-78,117,-120v5,46,-72,125,-117,125v-38,0,-69,-37,-68,-75v0,-49,25,-98,76,-149v84,-83,172,-125,263,-125xm154,-377v0,-5,-3,-8,-8,-8v-9,0,-30,21,-62,64v19,-10,39,-20,61,-29v5,-11,9,-26,9,-27xm132,-324v-55,26,-97,51,-128,76v-54,44,-81,91,-81,142v-1,60,38,81,91,87r7,-1v-4,-22,7,-44,32,-106",w:258},"\u00af":{d:"471,-578r-15,36r-180,0r15,-36r180,0",w:430},"\u02c9":{d:"471,-578r-15,36r-180,0r15,-36r180,0",w:430},"\u00b8":{d:"212,81v0,45,-54,63,-97,46v32,5,60,-6,60,-32v0,-16,-10,-26,-29,-29r38,-61r3,0r-18,28v29,11,43,27,43,48",w:281},"\u0141":{d:"656,216v59,0,129,-31,127,-84v0,-17,-7,-35,-20,-54v0,-20,9,-30,28,-30v25,0,37,14,37,42v0,84,-134,152,-222,152v-64,0,-124,-20,-182,-54v-64,-37,-227,-213,-285,-248v-42,41,-87,59,-151,46v-6,-6,-15,-8,-14,-21v-10,-9,-12,-18,-12,-33v0,-62,112,-78,172,-58v24,-47,43,-118,62,-174v-58,27,-162,66,-209,64v-62,-3,-96,-46,-96,-109v0,-63,26,-123,80,-178v73,-74,161,-108,281,-90v3,1,4,2,4,5v-1,3,-3,5,-6,4v-21,-3,-38,-5,-49,-5v-157,-5,-304,129,-293,285v3,42,37,71,79,72v36,1,75,-3,115,-19v42,-16,80,-38,116,-59v48,-117,83,-191,104,-222v53,-79,119,-119,197,-119v78,0,140,44,140,118v0,55,-43,109,-99,109v-38,0,-65,-26,-64,-64v0,-25,18,-54,44,-54v26,0,42,27,43,52v64,-1,45,-95,11,-114v-13,-7,-27,-11,-44,-11v-99,0,-185,126,-211,219v13,-14,26,-28,38,-43v1,-1,3,-1,4,0v1,1,1,2,0,3v-14,18,-29,35,-46,50v-4,10,7,14,18,12r105,-48r2,10v-33,16,-83,41,-148,76v-7,12,-82,207,-106,236v64,39,201,233,262,275v55,39,117,61,188,61xm118,-92v-44,-26,-82,-34,-126,-13v-17,9,-27,22,-30,37v3,7,7,18,12,33v11,9,25,14,42,14v43,0,77,-24,102,-71",w:952},"\u0142":{d:"68,-37v22,2,85,-83,105,-117r3,2v-50,77,-95,125,-135,143v-23,11,-48,11,-48,-18v0,-15,10,-46,30,-95v-22,5,-44,7,-66,7v-51,0,-77,-22,-77,-67v0,-102,98,-197,175,-252v35,-25,75,-49,122,-70r38,-95v9,-23,14,-37,14,-40v0,-13,-15,-19,-46,-20r1,-3r118,0r-52,130v111,-38,225,-57,342,-57v55,0,120,12,194,37v2,0,3,1,2,3v-1,1,-2,2,-3,1v-190,-57,-348,-28,-544,39r-58,144r77,-42r4,10r-87,46r-81,202v69,-28,174,-97,315,-208v2,1,3,2,3,4v-89,72,-208,163,-321,210r-22,56v-9,22,-13,35,-13,39v0,7,3,11,10,11xm166,-478v-37,18,-70,38,-100,60v-119,87,-179,166,-179,236v0,41,23,62,70,62v23,0,45,-2,68,-7r78,-193r-83,45r-3,-10r91,-49",w:272},"\u0160":{d:"739,-849r-129,125r-54,0r-43,-126r2,-1r80,87r142,-87xm338,-511v0,-96,117,-161,219,-161v82,0,136,31,167,92v34,68,0,159,-74,158v-29,0,-60,-20,-60,-49v0,-27,42,-75,56,-32v5,15,13,23,25,23v25,0,38,-18,38,-53v2,-72,-69,-124,-143,-124v-71,0,-145,43,-143,110v0,19,8,45,24,77v47,100,125,220,132,344v77,93,124,162,126,308v2,142,-116,289,-220,337v-266,124,-513,75,-712,-118v-64,-62,-109,-121,-139,-174v-76,-133,-61,-382,22,-481v67,-80,123,-130,249,-133v34,0,80,5,139,15v2,0,3,1,2,2v0,2,-1,3,-2,2v-166,-27,-276,16,-370,128v-76,91,-90,335,-18,457v29,48,72,104,135,164v187,179,429,221,678,104v95,-44,203,-175,203,-303v0,-97,-31,-185,-92,-264v-20,205,-193,320,-415,320v-87,0,-155,-21,-203,-62v-41,-35,-61,-75,-61,-120v0,-116,143,-231,262,-231v65,0,114,34,114,100v0,61,-54,118,-115,118v-36,0,-54,-17,-54,-51v-1,-27,21,-54,48,-54v22,0,20,28,40,29v27,1,49,-27,48,-54v0,-47,-43,-72,-93,-72v-99,0,-187,92,-187,191v0,119,108,190,233,189v138,-1,247,-78,286,-182v32,-87,23,-147,-10,-240v-94,-86,-222,-185,-283,-292v-42,-73,-31,-200,16,-255v29,-34,74,-61,136,-79v2,-1,3,0,3,1v1,2,0,3,-1,3v-115,37,-174,82,-171,223v2,84,62,173,177,266r102,83v-9,-20,-37,-75,-85,-166v-19,-37,-29,-68,-29,-94",w:672},"\u0161":{d:"197,24v0,98,-95,158,-203,158v-141,0,-249,-70,-326,-210v-65,-119,-50,-259,17,-371v86,-145,317,-264,518,-160r-13,-76r51,86r121,-85r-100,109v99,65,149,143,149,232v0,92,-40,150,-97,200v44,-55,67,-101,67,-182v0,-92,-46,-169,-138,-230r-4,5r-27,0r-4,-26v-118,-66,-238,-61,-359,-1v-61,31,-109,73,-142,124v-74,112,-95,251,-30,371v69,127,130,194,299,198v126,3,223,-81,183,-200v-24,22,-54,33,-89,33v-41,0,-110,-24,-110,-60v0,-18,9,-27,27,-27v11,0,23,13,34,38v13,29,32,44,58,44v34,0,57,-18,68,-54v-16,-37,-112,-106,-165,-145v-58,-43,-85,-86,-85,-125v0,-19,6,-39,19,-58v33,-49,93,-74,180,-74v77,0,133,20,170,56v16,15,15,44,-9,44v-7,0,-15,-5,-25,-14v-25,-24,-43,-36,-55,-36v-32,-1,-56,35,-56,66v0,40,77,176,77,219v0,26,-6,49,-19,69v12,27,18,54,18,82xm78,-285v0,-75,73,-163,159,-135v-45,-26,-94,-39,-148,-39v-75,0,-129,26,-162,78v-8,13,-12,25,-12,38v0,36,28,75,83,117v47,35,116,79,149,118v-3,-13,-14,-36,-33,-70v-24,-43,-36,-79,-36,-107",w:330},"\u017d":{d:"592,-849r-129,125r-54,0r-43,-126r2,-1r80,87r143,-87xm862,214v34,0,52,30,52,63v0,77,-91,135,-173,135v-125,0,-261,-100,-410,-301r-56,-75v-59,-79,-108,-118,-148,-118v-35,0,-60,33,-87,44v-3,0,-4,-1,-4,-3v0,-2,4,-6,11,-13r179,-169v-33,1,-68,8,-103,21v-1,1,-2,0,-3,-1v-1,-1,0,-2,1,-3v37,-15,74,-22,111,-22r278,-263v-74,-2,-260,-125,-323,-132v-19,27,-9,70,15,87v11,7,28,18,48,35v25,22,5,65,-28,63v-64,-2,-99,-134,-51,-188v-67,-15,-109,37,-109,95v0,46,16,88,49,126v3,2,-1,4,-2,4v-34,-38,-52,-83,-52,-130v0,-54,36,-109,88,-108v12,0,24,1,35,2v24,-23,56,-35,97,-35v91,0,222,67,316,67v19,0,45,-12,80,-35v9,-10,25,-3,15,7r-117,110v22,1,92,-10,114,-9v11,0,17,6,17,17v1,21,-50,20,-74,22v-41,4,-60,6,-94,4r-277,260v128,-4,251,85,306,174v40,64,84,140,134,196v19,21,34,33,47,38v25,10,39,16,42,18v5,9,1,24,-15,25v-9,1,-17,1,-24,-1v-53,-21,-81,-62,-127,-120v-20,-25,-66,-115,-83,-138v-61,-87,-125,-140,-192,-159r-95,-27r-78,74v23,3,43,10,60,21v132,90,223,354,342,457v50,44,102,67,157,67v52,0,119,-33,117,-80v3,-14,-37,-41,-34,-56v-1,-26,22,-46,48,-46xm571,-548v-31,0,-55,-4,-71,-4v-36,0,-215,-97,-262,-97v-16,0,-30,5,-41,15v61,4,228,96,283,103v20,3,42,7,65,8",w:805},"\u017e":{d:"367,-634r-123,134r-26,0r-23,-135r52,86xm264,-308v81,-79,153,-125,292,-128v129,-2,219,92,218,220v0,150,-87,263,-188,326v-103,65,-169,106,-301,106v-36,0,-87,-10,-152,-30v-2,0,-3,-1,-2,-3v1,-1,2,-2,3,-1v65,19,115,29,151,29v99,0,199,-36,301,-109v120,-86,180,-181,180,-285v0,-154,-82,-251,-196,-251v-63,0,-135,25,-216,76v-73,46,-135,99,-184,158r-64,75v70,16,51,14,112,64v44,36,98,48,122,-7v5,-4,5,-12,7,-17v4,0,6,-3,6,-9v0,-13,-6,-19,-17,-19v-5,-1,-31,15,-38,13v-15,0,-23,-8,-23,-23v0,-16,23,-43,39,-43v34,0,61,38,61,72v0,55,-57,112,-112,112v-64,0,-111,-81,-170,-81v-14,0,-26,7,-35,21v-1,1,-8,14,-19,39v-4,5,-9,8,-14,8v-39,-20,-31,-32,2,-59v31,-25,55,-49,70,-73v49,-81,100,-132,162,-193v-18,-22,-32,-38,-69,-57v-26,-14,-45,-21,-58,-21v-31,-1,-73,24,-71,56v0,12,11,20,34,25v3,-1,5,-3,7,-6r-4,-4v9,8,17,23,17,32v0,13,-15,33,-28,33v-27,0,-41,-31,-43,-65v-3,-55,56,-99,111,-99v56,0,97,41,150,45v27,2,33,-28,42,-48v4,-10,23,-7,23,6v0,7,-5,13,-15,20v-23,15,-54,47,-91,95",w:414},"\u00a6":{d:"359,-684v63,0,114,60,112,123v0,37,-22,82,-76,124r-124,97v1,2,-1,2,-3,2v-4,3,-24,21,-61,54v-97,86,-146,183,-146,292v0,108,60,223,166,225v39,0,74,-13,103,-38v7,-6,16,-2,16,7v0,3,-1,5,-4,7v-33,29,-72,43,-115,43v-132,-1,-212,-114,-212,-244v0,-72,21,-139,64,-200v32,-46,82,-96,150,-149r0,-321r42,0r0,12v21,-23,51,-34,88,-34xm271,162r-42,0r0,-310r42,0r0,310xm462,-571v1,-57,-46,-108,-103,-108v-39,0,-68,12,-88,36r0,270r135,-95v37,-27,56,-61,56,-103",w:357},"\u00d0":{d:"733,-598v65,46,115,112,117,211v3,158,-116,307,-240,351v-54,19,-116,31,-187,31r-332,0r0,-3v41,0,70,-11,89,-34v11,-12,25,-42,44,-91r77,-201v-123,15,-257,-46,-324,-106v-74,-66,-101,-179,-80,-306v41,-256,315,-425,631,-371v100,18,181,61,243,128v116,125,91,284,-38,391xm709,-586v-38,-39,-89,-59,-152,-59v-36,0,-61,19,-76,58r-17,45v91,33,169,9,245,-44xm729,-601v127,-105,152,-261,38,-385v-82,-87,-189,-133,-347,-135v-256,-2,-472,157,-506,378v-18,121,8,233,79,293v13,11,38,28,76,51v-28,-37,-20,-91,6,-132v59,-93,180,-141,365,-141v122,0,218,24,289,71xm772,-411v0,-72,-20,-129,-59,-172v-78,55,-157,80,-251,45r-73,191r181,0r-4,13r-182,0r-95,248v-16,41,-18,69,33,72v73,5,152,-3,204,-17v129,-35,248,-216,246,-380xm106,-379v73,30,91,32,201,32r87,-227v23,-53,4,-75,-71,-76v-105,0,-196,46,-234,115v-13,22,-19,42,-19,61v0,46,44,46,68,16v14,-1,25,20,25,34v0,28,-27,47,-57,45",w:843},"\u00f0":{d:"90,-1v-49,1,-73,-64,-73,-121v0,-90,33,-168,98,-235v44,-45,83,-68,117,-68v9,0,22,5,38,14v-2,-39,-7,-82,-16,-129v-53,13,-122,45,-206,94v-86,51,-145,80,-176,89r-1,2v-2,-1,-3,-2,-4,-4v81,-103,204,-188,368,-256r-17,-50r31,-42v11,29,19,55,26,77v89,-33,182,-49,278,-49v179,0,272,64,279,192v3,47,-21,90,-70,129v3,103,-37,169,-128,234v-100,71,-200,102,-335,87v-5,0,-7,-2,-6,-7v1,-5,3,-7,8,-7v22,3,38,4,49,4v99,0,192,-29,276,-90v88,-63,129,-127,127,-214v-73,55,-171,84,-294,91v-12,1,-50,-4,-61,-4v-1,0,-2,-1,-2,-3v9,-7,49,6,63,2v123,-6,221,-37,294,-92v-7,-126,-141,-210,-282,-210v-59,0,-117,6,-174,18v54,217,-6,435,-137,519v-29,19,-52,29,-70,29xm471,-572v140,-2,281,85,290,208v46,-37,68,-78,66,-122v-7,-123,-90,-185,-250,-185v-95,0,-194,19,-297,56r10,37r59,-16r6,23v28,-7,102,0,116,-1xm248,-568v-3,-11,-6,-21,-9,-31v-160,64,-278,139,-354,226v133,-96,228,-145,363,-195xm269,-381v0,-27,-10,-40,-31,-40v-27,0,-60,41,-101,123v-56,113,-84,196,-84,249v0,29,11,44,32,44v52,0,153,-216,171,-298v7,-34,13,-60,13,-78",w:344},"\u00dd":{d:"668,-671v53,-6,107,19,107,66v0,35,-38,60,-67,40v36,134,33,288,-25,402v-36,71,-84,126,-149,163v-100,56,-192,64,-285,-5r-184,0r0,-3v77,6,107,-53,132,-125v37,-103,118,-290,118,-387v0,-53,-28,-97,-79,-96v-53,0,-90,45,-109,136r-9,-2v15,-80,48,-136,97,-168v23,-15,44,-22,65,-22v73,-2,116,71,115,147v0,10,-2,34,-5,71v81,-128,166,-200,257,-215v-19,-37,-48,-72,-85,-105r-124,52r-1,-1r87,-81v-55,-37,-114,-56,-177,-56v-167,0,-350,108,-411,245v-35,79,-46,82,-50,154v-8,129,102,290,223,198r59,-48v1,-1,2,-1,3,0v1,2,1,3,0,4v-35,26,-77,75,-129,76v-98,3,-163,-124,-161,-230v2,-112,86,-244,157,-298v101,-76,202,-116,309,-116v69,0,132,20,190,59v13,-12,36,-30,49,-30v18,0,27,10,27,30v0,13,-11,25,-33,34v37,33,67,70,88,111xm656,-180v68,-126,54,-333,5,-457v-6,-3,-13,-5,-22,-5v-47,0,-95,25,-144,75v-38,39,-70,85,-96,138v-25,52,-97,238,-129,324v-14,37,-24,56,-3,77v17,17,32,19,68,20r0,3r-27,0v77,29,139,14,209,-25v60,-34,104,-86,139,-150",w:695},"\u00de":{d:"506,-578v147,-21,263,56,265,185v2,109,-96,182,-209,182v-55,0,-102,-13,-141,-40r2,-5v39,21,72,31,101,31v101,3,163,-103,163,-209v0,-78,-49,-135,-127,-134v-39,0,-66,18,-80,54r-91,233v-35,86,-71,161,-108,226v-108,191,-222,287,-342,287v-56,0,-118,-33,-118,-84v0,-25,19,-48,44,-47v18,0,27,7,27,20v-1,5,-19,36,-16,46v-1,36,40,59,79,58v54,0,106,-31,155,-93v37,-47,76,-111,110,-196r181,-460v16,-42,24,-70,24,-85v0,-28,-26,-43,-77,-46v-109,-7,-188,22,-232,86v-17,24,-25,48,-25,73v-1,42,29,82,69,81v25,0,53,-17,52,-42v2,-9,-14,-30,-15,-34v0,-17,11,-26,32,-26v22,-1,36,23,36,45v2,43,-45,77,-88,77v-52,0,-95,-44,-94,-96v0,-21,6,-43,18,-65v39,-73,120,-109,243,-109v25,0,57,0,94,1v11,-115,-47,-184,-152,-190v-128,-8,-324,63,-409,118v-142,91,-215,205,-215,346v0,134,132,222,274,222v126,0,225,-51,295,-154v4,-7,19,-4,17,5v0,2,-1,4,-2,6v-74,108,-177,162,-310,162v-152,0,-293,-96,-293,-241v0,-147,75,-268,224,-363v124,-79,264,-118,420,-118v107,0,171,87,158,207v85,2,142,3,173,3r-2,4v-46,3,-83,30,-110,79",w:745},"\u00fe":{d:"234,-693v236,0,416,130,414,356v0,69,-20,137,-59,202v-67,110,-169,188,-308,235v-84,29,-174,34,-254,8v-6,30,17,40,63,44r-1,3r-207,0r1,-3v40,0,70,-24,90,-72v-80,-53,-120,-131,-120,-235v0,-1,1,-2,3,-2v1,0,2,1,2,2v0,97,40,170,121,220r184,-454v-47,22,-88,55,-121,100r-2,-2v39,-52,82,-91,130,-116r103,-255r60,-18v-170,-25,-333,7,-440,88r-168,126v-2,0,-3,-4,-1,-5v29,-23,84,-66,167,-126v89,-65,204,-96,343,-96xm381,-279v0,120,-113,277,-230,277v-20,0,-45,-7,-74,-21v-11,25,-26,62,-45,113v30,11,66,17,107,17v165,0,365,-129,443,-251v92,-145,71,-346,-48,-447v-51,-44,-115,-74,-192,-88r-102,254v86,-1,141,60,141,146xm322,-301v0,-58,-34,-108,-89,-108r-154,381v70,38,113,11,163,-54v55,-71,80,-145,80,-219",w:384},"\u00ad":{d:"129,-181v73,0,230,-52,309,-45v85,7,150,28,162,98v1,1,0,2,-2,2v-1,1,-2,0,-2,-2v-4,-24,-20,-43,-48,-57v-2,-1,-69,-18,-110,-17v-61,2,-46,4,-115,11v-20,2,-148,27,-194,27v-75,0,-133,-45,-132,-118v0,-61,42,-108,88,-128v1,-1,2,0,3,1v1,1,0,2,-1,3v-56,27,-84,69,-84,124v0,67,54,101,126,101xm375,-307r-5,14r-306,0r5,-14r306,0",w:425},"\u2212":{d:"129,-181v73,0,230,-52,309,-45v85,7,150,28,162,98v1,1,0,2,-2,2v-1,1,-2,0,-2,-2v-4,-24,-20,-43,-48,-57v-2,-1,-69,-18,-110,-17v-61,2,-46,4,-115,11v-20,2,-148,27,-194,27v-75,0,-133,-45,-132,-118v0,-61,42,-108,88,-128v1,-1,2,0,3,1v1,1,0,2,-1,3v-56,27,-84,69,-84,124v0,67,54,101,126,101xm375,-307r-5,14r-306,0r5,-14r306,0",w:425},"\u00b9":{d:"176,-814v206,1,307,124,307,336v0,203,-144,408,-309,484v-64,29,-128,46,-194,46v-177,0,-321,-155,-321,-331v0,-75,26,-146,77,-212v34,-180,226,-324,440,-323xm-324,-279v0,167,136,318,304,313v220,-5,381,-162,445,-324v31,-77,44,-141,44,-188v1,-215,-95,-323,-293,-326v-207,-3,-395,133,-433,303v97,-120,210,-180,337,-180v110,0,203,53,278,159v-1,2,-2,3,-4,3v-31,-43,-66,-76,-106,-101r-91,270v-11,31,-16,50,-16,57v0,9,13,14,39,17r-2,4r-126,0r1,-4r20,-3v13,-5,27,-29,42,-74r78,-230v-19,6,-40,12,-62,18r0,-5v37,-14,74,-32,109,-54v-112,-62,-246,-51,-355,18v-58,37,-108,83,-149,142v-10,95,5,122,42,210v2,4,-3,6,-4,2v-38,-94,-54,-124,-44,-203v-36,55,-54,113,-54,176",w:225},"\u00b2":{d:"173,-600v45,-36,148,-34,149,34v0,30,-20,61,-61,92r-47,33v-70,50,-113,94,-130,131r128,0v19,0,32,-8,39,-25r7,3r-23,60r-181,0v-3,-52,20,-105,61,-133v18,-12,50,-21,81,-50r41,-38v20,-25,28,-63,7,-89v-13,-17,-35,-20,-61,-16v-21,12,-41,31,-59,56r-5,-3v13,-19,28,-35,45,-48v-68,22,-123,85,-165,189v-1,1,-2,2,-3,1v-1,-1,-2,-1,-1,-2v42,-107,101,-172,178,-195xm275,-563v1,-39,-45,-59,-81,-40v51,-8,79,44,60,91v14,-18,21,-35,21,-51xm158,-418v-49,31,-79,68,-88,111v18,-34,47,-71,88,-111",w:291},"\u00b3":{d:"285,-512v103,-29,160,56,159,157v0,46,-16,109,-48,188v-72,182,-225,368,-403,427v-73,24,-194,11,-246,-24v97,31,149,35,239,5v168,-56,327,-243,394,-415v34,-89,53,-152,53,-190v1,-97,-60,-173,-156,-140v-11,10,-24,21,-41,33v35,22,53,48,53,79v0,71,-78,129,-151,129v-50,0,-75,-13,-75,-38v0,-11,6,-16,19,-16v14,-1,51,52,72,45v46,2,89,-59,89,-106v0,-35,-19,-67,-52,-66v-9,0,-23,3,-43,8r0,-6v79,-31,119,-68,119,-110v0,-27,-19,-52,-47,-51v-25,0,-56,21,-93,64r-4,-4v44,-53,85,-80,123,-80v33,0,54,14,63,41v36,-74,-37,-143,-99,-143v-16,0,-33,3,-50,9v-72,25,-131,72,-176,143v-1,1,-2,2,-3,1v-1,-1,-2,-3,-1,-4v51,-80,110,-131,176,-154v87,-31,169,26,169,113v0,18,-5,36,-14,54v0,15,-9,32,-26,51",w:298},"\u00bd":{d:"557,-321v74,-1,133,43,132,117v0,19,-4,39,-11,58v-20,54,-59,102,-116,143v-6,5,-28,17,-66,36v-2,0,-3,-2,-2,-3v17,-8,38,-21,63,-40v55,-40,92,-87,112,-139v33,-84,-28,-156,-112,-153v-21,0,-41,1,-59,4v-3,49,-12,54,-56,90v-44,36,-127,87,-140,109r-36,55r128,0v20,3,33,-5,39,-24r7,3r-23,60r-201,5v45,-102,79,-114,166,-192v27,-25,83,-51,77,-97v-25,8,-60,21,-101,45v-62,37,-122,83,-215,121r-78,123r-4,-2r74,-119v-115,32,-194,-89,-194,-193v0,-109,109,-215,190,-256r113,-57r5,4r-101,301v-3,8,-12,17,-7,29v5,11,18,17,39,17r-2,4r-126,0r1,-4v21,0,39,-7,45,-25r95,-282v-120,31,-241,134,-241,269v0,103,86,211,199,169r284,-453r4,3r-281,447v88,-40,208,-134,295,-158v-14,-27,-36,-41,-67,-41v-39,-1,-79,34,-80,72r-5,-4v7,-45,51,-82,102,-82v33,0,79,21,89,45v20,-3,42,-5,65,-5",w:531},"\u00bc":{d:"120,-744v139,0,246,82,311,174r17,-28r5,3r-19,30v57,80,85,171,85,272v0,49,-24,128,-45,159r1,0r-9,28r-15,0v-13,15,-29,29,-47,42r-20,59r-44,0r35,-101r-125,0r10,-27r204,-222r41,0r-76,221r39,0v21,-29,46,-112,46,-159v0,-99,-28,-189,-83,-268r-352,561r-4,-2r167,-267v-10,11,-19,20,-26,25v-114,91,-218,136,-312,136v-175,0,-292,-121,-292,-296v0,-111,61,-198,182,-262v99,-52,207,-78,326,-78xm449,-326r-177,192r112,0xm443,-106r-25,0r-9,28v13,-9,24,-19,34,-28xm-372,-404v0,166,111,265,276,264v93,-1,237,-76,296,-124v75,-62,113,-121,113,-181v0,-22,-10,-43,-31,-63v-2,-3,2,-7,4,-4v45,42,38,86,17,147r125,-200v-83,-116,-186,-174,-308,-174v-119,0,-225,25,-318,75v-116,62,-174,149,-174,260xm249,-623r-92,273v-11,31,-16,50,-16,57v0,9,13,14,39,17r-2,4r-126,0r1,-4r20,-3v13,-5,27,-29,42,-74r78,-230v-19,6,-40,12,-62,18r0,-5v39,-15,76,-34,113,-57",w:498},"\u00be":{d:"246,-623v35,-1,66,23,65,58v0,27,-25,59,-75,94v35,22,53,48,53,79v0,71,-78,129,-151,129v-50,0,-75,-13,-75,-38v0,-11,6,-16,19,-16v14,-1,51,52,72,45v46,2,89,-59,89,-106v0,-35,-19,-67,-52,-66v-9,0,-23,3,-43,8r0,-6v79,-31,119,-68,119,-110v0,-27,-19,-52,-47,-51v-25,0,-56,21,-93,64r-4,-4v44,-53,85,-80,123,-80xm628,-198v66,-1,121,38,120,102v0,95,-39,190,-118,283v-105,123,-203,200,-399,204v-117,2,-215,-64,-236,-158v-27,-121,-4,-222,60,-323v-3,1,-16,4,-40,9v-11,3,-16,-2,-16,-13v0,-7,3,-12,10,-13r66,-13v61,-80,127,-149,167,-175r162,-105r124,-198r5,3r-120,191v36,-18,91,-41,166,-68v39,-98,13,-222,-44,-271v-42,-37,-104,-55,-186,-55v-96,0,-184,24,-263,71v-59,35,-96,72,-112,111v-4,9,-13,28,-18,57v-10,59,27,98,76,98v47,0,101,-28,160,-83v1,-1,3,-1,4,0v1,1,1,3,0,4v-62,57,-117,85,-164,85v-41,1,-82,-32,-84,-70v-1,-1,-1,-12,-1,-35v20,-85,47,-119,135,-173v80,-49,170,-73,267,-73v126,0,207,37,241,135v23,65,21,125,3,194r48,-17v1,-1,2,0,3,1v1,1,0,2,-1,3v-11,5,-29,11,-52,19v-11,40,-27,79,-48,116r39,0r-63,184v35,-18,71,-27,109,-27xm577,-466v-75,27,-132,51,-169,70r-150,239v153,-48,269,-157,319,-309xm526,-325v-32,49,-75,80,-108,116r-69,75r112,0xm399,-392v-62,35,-116,73,-187,126v-27,20,-67,69,-122,143v36,-5,90,-16,161,-32xm725,-96v0,-52,-46,-84,-97,-83v-41,0,-80,10,-117,31r-5,14r46,0r-10,28r-47,0r-34,101r-44,0r34,-101v-41,37,-74,82,-99,136v-1,3,-3,3,-6,2v-3,-1,-3,-3,-2,-6v24,-51,54,-95,89,-132r-106,0r10,-27r52,-56v-46,28,-96,49,-151,64r-79,125r-4,-2r76,-122v-15,6,-51,9,-161,31v-58,97,-83,198,-53,320v21,85,109,144,214,142v187,-3,282,-79,383,-196v74,-87,111,-177,111,-269",w:575}}});jQuery.preloadCssImages=function(c){c=jQuery.extend({statusTextEl:null,statusBarEl:null,errorDelay:999,simultaneousCacheLoading:2},c);var a=[],f=0,d=[],g,e;function j(){clearTimeout(e);if(d&&d.length&&d[f]){f++;if(c.statusTextEl){var k=(d[f])?"Now Loading: <span>"+d[f].split("/")[d[f].split("/").length-1]:"Loading complete";jQuery(c.statusTextEl).html('<span class="numLoaded">'+f+'</span> of <span class="numTotal">'+d.length+'</span> loaded (<span class="percentLoaded">'+(f/d.length*100).toFixed(0)+'%</span>) <span class="currentImg">'+k+"</span></span>")}if(c.statusBarEl){var l=jQuery(c.statusBarEl).width();jQuery(c.statusBarEl).css("background-position",-(l-(l*f/d.length).toFixed(0))+"px 50%")}h()}}function h(){if(d&&d.length&&d[f]){var k=new Image();k.src=d[f];if(!k.complete){jQuery(k).bind("error load onreadystatechange",j)}else{j()}e=setTimeout(j,c.errorDelay)}}function b(o,A){var x=false,t=[],q=[],B;var p=o.length;while(p--){var z="";if(A&&A[p]){B=A[p]}else{var D=(o[p].href)?o[p].href:"window.location.href";var C=D.split("/");C.pop();B=C.join("/");if(B){B+="/"}}if(o[p].cssRules||o[p].rules){g=(o[p].cssRules)?o[p].cssRules:o[p].rules;var u=g.length;while(u--){if(g[u].style&&g[u].style.cssText){var s=g[u].style.cssText;if(s.toLowerCase().indexOf("url")!=-1){z+=s}}else{if(g[u].styleSheet){t.push(g[u].styleSheet);x=true}}}}var E=z.match(/[^\("]+\.(gif|jpg|jpeg|png)/g);if(E){var w=E.length;while(w--){var l=(E[w].charAt(0)=="/"||E[w].match("://"))?E[w]:B+E[w];if(jQuery.inArray(l,d)==-1){d.push(l)}}}if(!x&&o[p].imports&&o[p].imports.length){for(var m=0,k=o[p].imports.length;m<k;m++){var y=o[p].imports[m].href;y=y.split("/");y.pop();y=y.join("/");if(y){y+="/"}var n=(y.charAt(0)=="/"||y.match("://"))?y:B+y;q.push(n);t.push(o[p].imports[m])}}}if(t.length){b(t,q);return false}var v=c.simultaneousCacheLoading;while(v--){setTimeout(h,v)}}b(document.styleSheets);return d};(function(d){d.timeago=function(g){if(g instanceof Date){return b(g)}else{if(typeof g=="string"){return b(d.timeago.parse(g))}else{return b(d.timeago.parse(d(g).attr("title")))}}};var f=d.timeago;d.extend(d.timeago,{settings:{refreshMillis:60000,allowFuture:false,strings:{prefixAgo:null,prefixFromNow:null,suffixAgo:"ago",suffixFromNow:"from now",ago:null,fromNow:null,seconds:"less than a minute",minute:"about a minute",minutes:"%d minutes",hour:"about an hour",hours:"about %d hours",day:"a day",days:"%d days",month:"about a month",months:"%d months",year:"about a year",years:"%d years"}},inWords:function(l){var m=this.settings.strings;var h=m.prefixAgo;var q=m.suffixAgo||m.ago;if(this.settings.allowFuture){if(l<0){h=m.prefixFromNow;q=m.suffixFromNow||m.fromNow}l=Math.abs(l)}var o=l/1000;var g=o/60;var n=g/60;var p=n/24;var j=p/365;var k=o<45&&a(m.seconds,Math.round(o))||o<90&&a(m.minute,1)||g<45&&a(m.minutes,Math.round(g))||g<90&&a(m.hour,1)||n<24&&a(m.hours,Math.round(n))||n<48&&a(m.day,1)||p<30&&a(m.days,Math.floor(p))||p<60&&a(m.month,1)||p<365&&a(m.months,Math.floor(p/30))||j<2&&a(m.year,1)||a(m.years,Math.floor(j));return d.trim([h,k,q].join(" "))},parse:function(h){var g=d.trim(h);g=g.replace(/-/,"/").replace(/-/,"/");g=g.replace(/T/," ").replace(/Z/," UTC");g=g.replace(/([\+-]\d\d)\:?(\d\d)/," $1$2");return new Date(g)}});d.fn.timeago=function(){var h=this;h.each(c);var g=f.settings;if(g.refreshMillis>0){setInterval(function(){h.each(c)},g.refreshMillis)}return h};function c(){var g=f.parse(this.title);if(!isNaN(g)){d(this).text(b(g))}return this}function b(g){return f.inWords(e(g))}function e(g){return(new Date().getTime()-g.getTime())}function a(g,j){var h=d.isFunction(g)?g(j):g;return h.replace(/%d/i,j)}document.createElement("abbr")})(jQuery);Date.CultureInfo={name:"en-US",englishName:"English (United States)",nativeName:"English (United States)",dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],abbreviatedDayNames:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],shortestDayNames:["Su","Mo","Tu","We","Th","Fr","Sa"],firstLetterDayNames:["S","M","T","W","T","F","S"],monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],abbreviatedMonthNames:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],amDesignator:"AM",pmDesignator:"PM",firstDayOfWeek:0,twoDigitYearMax:2029,dateElementOrder:"mdy",formatPatterns:{shortDate:"M/d/yyyy",longDate:"dddd, MMMM dd, yyyy",shortTime:"h:mm tt",longTime:"h:mm:ss tt",fullDateTime:"dddd, MMMM dd, yyyy h:mm:ss tt",sortableDateTime:"yyyy-MM-ddTHH:mm:ss",universalSortableDateTime:"yyyy-MM-dd HH:mm:ssZ",rfc1123:"ddd, dd MMM yyyy HH:mm:ss GMT",monthDay:"MMMM dd",yearMonth:"MMMM, yyyy"},regexPatterns:{jan:/^jan(uary)?/i,feb:/^feb(ruary)?/i,mar:/^mar(ch)?/i,apr:/^apr(il)?/i,may:/^may/i,jun:/^jun(e)?/i,jul:/^jul(y)?/i,aug:/^aug(ust)?/i,sep:/^sep(t(ember)?)?/i,oct:/^oct(ober)?/i,nov:/^nov(ember)?/i,dec:/^dec(ember)?/i,sun:/^su(n(day)?)?/i,mon:/^mo(n(day)?)?/i,tue:/^tu(e(s(day)?)?)?/i,wed:/^we(d(nesday)?)?/i,thu:/^th(u(r(s(day)?)?)?)?/i,fri:/^fr(i(day)?)?/i,sat:/^sa(t(urday)?)?/i,future:/^next/i,past:/^last|past|prev(ious)?/i,add:/^(\+|aft(er)?|from|hence)/i,subtract:/^(\-|bef(ore)?|ago)/i,yesterday:/^yes(terday)?/i,today:/^t(od(ay)?)?/i,tomorrow:/^tom(orrow)?/i,now:/^n(ow)?/i,millisecond:/^ms|milli(second)?s?/i,second:/^sec(ond)?s?/i,minute:/^mn|min(ute)?s?/i,hour:/^h(our)?s?/i,week:/^w(eek)?s?/i,month:/^m(onth)?s?/i,day:/^d(ay)?s?/i,year:/^y(ear)?s?/i,shortMeridian:/^(a|p)/i,longMeridian:/^(a\.?m?\.?|p\.?m?\.?)/i,timezone:/^((e(s|d)t|c(s|d)t|m(s|d)t|p(s|d)t)|((gmt)?\s*(\+|\-)\s*\d\d\d\d?)|gmt|utc)/i,ordinalSuffix:/^\s*(st|nd|rd|th)/i,timeContext:/^\s*(\:|a(?!u|p)|p)/i},timezones:[{name:"UTC",offset:"-000"},{name:"GMT",offset:"-000"},{name:"EST",offset:"-0500"},{name:"EDT",offset:"-0400"},{name:"CST",offset:"-0600"},{name:"CDT",offset:"-0500"},{name:"MST",offset:"-0700"},{name:"MDT",offset:"-0600"},{name:"PST",offset:"-0800"},{name:"PDT",offset:"-0700"}]};(function(){var b=Date,a=b.prototype,d=b.CultureInfo,g=function(j,h){if(!h){h=2}return("000"+j).slice(h*-1)};a.clearTime=function(){this.setHours(0);this.setMinutes(0);this.setSeconds(0);this.setMilliseconds(0);return this};a.setTimeToNow=function(){var h=new Date();this.setHours(h.getHours());this.setMinutes(h.getMinutes());this.setSeconds(h.getSeconds());this.setMilliseconds(h.getMilliseconds());return this};b.today=function(){return new Date().clearTime()};b.compare=function(j,h){if(isNaN(j)||isNaN(h)){throw new Error(j+" - "+h)}else{if(j instanceof Date&&h instanceof Date){return(j<h)?-1:(j>h)?1:0}else{throw new TypeError(j+" - "+h)}}};b.equals=function(j,h){return(j.compareTo(h)===0)};b.getDayNumberFromName=function(j){var q=d.dayNames,h=d.abbreviatedDayNames,p=d.shortestDayNames,l=j.toLowerCase();for(var k=0;k<q.length;k++){if(q[k].toLowerCase()==l||h[k].toLowerCase()==l||p[k].toLowerCase()==l){return k}}return -1};b.getMonthNumberFromName=function(j){var o=d.monthNames,h=d.abbreviatedMonthNames,l=j.toLowerCase();for(var k=0;k<o.length;k++){if(o[k].toLowerCase()==l||h[k].toLowerCase()==l){return k}}return -1};b.isLeapYear=function(h){return((h%4===0&&h%100!==0)||h%400===0)};b.getDaysInMonth=function(h,j){return[31,(b.isLeapYear(h)?29:28),31,30,31,30,31,31,30,31,30,31][j]};b.getTimezoneAbbreviation=function(l){var k=d.timezones,j;for(var h=0;h<k.length;h++){if(k[h].offset===l){return k[h].name}}return null};b.getTimezoneOffset=function(h){var l=d.timezones,k;for(var j=0;j<l.length;j++){if(l[j].name===h.toUpperCase()){return l[j].offset}}return null};a.clone=function(){return new Date(this.getTime())};a.compareTo=function(h){return Date.compare(this,h)};a.equals=function(h){return Date.equals(this,h||new Date())};a.between=function(j,h){return this.getTime()>=j.getTime()&&this.getTime()<=h.getTime()};a.isAfter=function(h){return this.compareTo(h||new Date())===1};a.isBefore=function(h){return(this.compareTo(h||new Date())===-1)};a.isToday=function(){return this.isSameDay(new Date())};a.isSameDay=function(h){return this.clone().clearTime().equals(h.clone().clearTime())};a.addMilliseconds=function(h){this.setMilliseconds(this.getMilliseconds()+h);return this};a.addSeconds=function(h){return this.addMilliseconds(h*1000)};a.addMinutes=function(h){return this.addMilliseconds(h*60000)};a.addHours=function(h){return this.addMilliseconds(h*3600000)};a.addDays=function(h){this.setDate(this.getDate()+h);return this};a.addWeeks=function(h){return this.addDays(h*7)};a.addMonths=function(h){var j=this.getDate();this.setDate(1);this.setMonth(this.getMonth()+h);this.setDate(Math.min(j,b.getDaysInMonth(this.getFullYear(),this.getMonth())));return this};a.addYears=function(h){return this.addMonths(h*12)};a.add=function(j){if(typeof j=="number"){this._orient=j;return this}var h=j;if(h.milliseconds){this.addMilliseconds(h.milliseconds)}if(h.seconds){this.addSeconds(h.seconds)}if(h.minutes){this.addMinutes(h.minutes)}if(h.hours){this.addHours(h.hours)}if(h.weeks){this.addWeeks(h.weeks)}if(h.months){this.addMonths(h.months)}if(h.years){this.addYears(h.years)}if(h.days){this.addDays(h.days)}return this};var e,f,c;a.getWeek=function(){var q,p,o,m,l,k,j,h,u,t;e=(!e)?this.getFullYear():e;f=(!f)?this.getMonth()+1:f;c=(!c)?this.getDate():c;if(f<=2){q=e-1;p=(q/4|0)-(q/100|0)+(q/400|0);o=((q-1)/4|0)-((q-1)/100|0)+((q-1)/400|0);u=p-o;l=0;k=c-1+(31*(f-1))}else{q=e;p=(q/4|0)-(q/100|0)+(q/400|0);o=((q-1)/4|0)-((q-1)/100|0)+((q-1)/400|0);u=p-o;l=u+1;k=c+((153*(f-3)+2)/5)+58+u}j=(q+p)%7;m=(k+j-l)%7;h=(k+3-m)|0;if(h<0){t=53-((j-u)/5|0)}else{if(h>364+u){t=1}else{t=(h/7|0)+1}}e=f=c=null;return t};a.getISOWeek=function(){e=this.getUTCFullYear();f=this.getUTCMonth()+1;c=this.getUTCDate();return g(this.getWeek())};a.setWeek=function(h){return this.moveToDayOfWeek(1).addWeeks(h-this.getWeek())};b._validate=function(l,k,h,j){if(typeof l=="undefined"){return false}else{if(typeof l!="number"){throw new TypeError(l+" is not a Number.")}else{if(l<k||l>h){throw new RangeError(l+" is not a valid value for "+j+".")}}}return true};b.validateMillisecond=function(h){return b._validate(h,0,999,"millisecond")};b.validateSecond=function(h){return b._validate(h,0,59,"second")};b.validateMinute=function(h){return b._validate(h,0,59,"minute")};b.validateHour=function(h){return b._validate(h,0,23,"hour")};b.validateDay=function(j,h,k){return b._validate(j,1,b.getDaysInMonth(h,k),"day")};b.validateMonth=function(h){return b._validate(h,0,11,"month")};b.validateYear=function(h){return b._validate(h,0,9999,"year")};a.set=function(h){if(b.validateMillisecond(h.millisecond)){this.addMilliseconds(h.millisecond-this.getMilliseconds())}if(b.validateSecond(h.second)){this.addSeconds(h.second-this.getSeconds())}if(b.validateMinute(h.minute)){this.addMinutes(h.minute-this.getMinutes())}if(b.validateHour(h.hour)){this.addHours(h.hour-this.getHours())}if(b.validateMonth(h.month)){this.addMonths(h.month-this.getMonth())}if(b.validateYear(h.year)){this.addYears(h.year-this.getFullYear())}if(b.validateDay(h.day,this.getFullYear(),this.getMonth())){this.addDays(h.day-this.getDate())}if(h.timezone){this.setTimezone(h.timezone)}if(h.timezoneOffset){this.setTimezoneOffset(h.timezoneOffset)}if(h.week&&b._validate(h.week,0,53,"week")){this.setWeek(h.week)}return this};a.moveToFirstDayOfMonth=function(){return this.set({day:1})};a.moveToLastDayOfMonth=function(){return this.set({day:b.getDaysInMonth(this.getFullYear(),this.getMonth())})};a.moveToNthOccurrence=function(j,k){var h=0;if(k>0){h=k-1}else{if(k===-1){this.moveToLastDayOfMonth();if(this.getDay()!==j){this.moveToDayOfWeek(j,-1)}return this}}return this.moveToFirstDayOfMonth().addDays(-1).moveToDayOfWeek(j,+1).addWeeks(h)};a.moveToDayOfWeek=function(h,j){var k=(h-this.getDay()+7*(j||+1))%7;return this.addDays((k===0)?k+=7*(j||+1):k)};a.moveToMonth=function(k,h){var j=(k-this.getMonth()+12*(h||+1))%12;return this.addMonths((j===0)?j+=12*(h||+1):j)};a.getOrdinalNumber=function(){return Math.ceil((this.clone().clearTime()-new Date(this.getFullYear(),0,1))/86400000)+1};a.getTimezone=function(){return b.getTimezoneAbbreviation(this.getUTCOffset())};a.setTimezoneOffset=function(k){var h=this.getTimezoneOffset(),j=Number(k)*-6/10;return this.addMinutes(j-h)};a.setTimezone=function(h){return this.setTimezoneOffset(b.getTimezoneOffset(h))};a.hasDaylightSavingTime=function(){return(Date.today().set({month:0,day:1}).getTimezoneOffset()!==Date.today().set({month:6,day:1}).getTimezoneOffset())};a.isDaylightSavingTime=function(){return(this.hasDaylightSavingTime()&&new Date().getTimezoneOffset()===Date.today().set({month:6,day:1}).getTimezoneOffset())};a.getUTCOffset=function(){var j=this.getTimezoneOffset()*-10/6,h;if(j<0){h=(j-10000).toString();return h.charAt(0)+h.substr(2)}else{h=(j+10000).toString();return"+"+h.substr(1)}};a.getElapsed=function(h){return(h||new Date())-this};if(!a.toISOString){a.toISOString=function(){function h(j){return j<10?"0"+j:j}return'"'+this.getUTCFullYear()+"-"+h(this.getUTCMonth()+1)+"-"+h(this.getUTCDate())+"T"+h(this.getUTCHours())+":"+h(this.getUTCMinutes())+":"+h(this.getUTCSeconds())+'Z"'}}a._toString=a.toString;a.toString=function(k){var h=this;if(k&&k.length==1){var l=d.formatPatterns;h.t=h.toString;switch(k){case"d":return h.t(l.shortDate);case"D":return h.t(l.longDate);case"F":return h.t(l.fullDateTime);case"m":return h.t(l.monthDay);case"r":return h.t(l.rfc1123);case"s":return h.t(l.sortableDateTime);case"t":return h.t(l.shortTime);case"T":return h.t(l.longTime);case"u":return h.t(l.universalSortableDateTime);case"y":return h.t(l.yearMonth)}}var j=function(m){switch(m*1){case 1:case 21:case 31:return"st";case 2:case 22:return"nd";case 3:case 23:return"rd";default:return"th"}};return k?k.replace(/(\\)?(dd?d?d?|MM?M?M?|yy?y?y?|hh?|HH?|mm?|ss?|tt?|S)/g,function(n){if(n.charAt(0)==="\\"){return n.replace("\\","")}h.h=h.getHours;switch(n){case"hh":return g(h.h()<13?(h.h()===0?12:h.h()):(h.h()-12));case"h":return h.h()<13?(h.h()===0?12:h.h()):(h.h()-12);case"HH":return g(h.h());case"H":return h.h();case"mm":return g(h.getMinutes());case"m":return h.getMinutes();case"ss":return g(h.getSeconds());case"s":return h.getSeconds();case"yyyy":return g(h.getFullYear(),4);case"yy":return g(h.getFullYear());case"dddd":return d.dayNames[h.getDay()];case"ddd":return d.abbreviatedDayNames[h.getDay()];case"dd":return g(h.getDate());case"d":return h.getDate();case"MMMM":return d.monthNames[h.getMonth()];case"MMM":return d.abbreviatedMonthNames[h.getMonth()];case"MM":return g((h.getMonth()+1));case"M":return h.getMonth()+1;case"t":return h.h()<12?d.amDesignator.substring(0,1):d.pmDesignator.substring(0,1);case"tt":return h.h()<12?d.amDesignator:d.pmDesignator;case"S":return j(h.getDate());default:return n}}):this._toString()}}());(function(){var v=Date,g=v.prototype,w=v.CultureInfo,o=Number.prototype;g._orient=+1;g._nth=null;g._is=false;g._same=false;g._isSecond=false;o._dateElement="day";g.next=function(){this._orient=+1;return this};v.next=function(){return v.today().next()};g.last=g.prev=g.previous=function(){this._orient=-1;return this};v.last=v.prev=v.previous=function(){return v.today().last()};g.is=function(){this._is=true;return this};g.same=function(){this._same=true;this._isSecond=false;return this};g.today=function(){return this.same().day()};g.weekday=function(){if(this._is){this._is=false;return(!this.is().sat()&&!this.is().sun())}return false};g.at=function(j){return(typeof j==="string")?v.parse(this.toString("d")+" "+j):this.set(j)};o.fromNow=o.after=function(j){var k={};k[this._dateElement]=this;return((!j)?new Date():j.clone()).add(k)};o.ago=o.before=function(j){var k={};k[this._dateElement]=this*-1;return((!j)?new Date():j.clone()).add(k)};var e=("sunday monday tuesday wednesday thursday friday saturday").split(/\s/),h=("january february march april may june july august september october november december").split(/\s/),n=("Millisecond Second Minute Hour Day Week Month Year").split(/\s/),p=("Milliseconds Seconds Minutes Hours Date Week Month FullYear").split(/\s/),b=("final first second third fourth fifth").split(/\s/),y;g.toObject=function(){var k={};for(var j=0;j<n.length;j++){k[n[j].toLowerCase()]=this["get"+p[j]]()}return k};v.fromObject=function(j){j.week=null;return Date.today().set(j)};var x=function(j){return function(){if(this._is){this._is=false;return this.getDay()==j}if(this._nth!==null){if(this._isSecond){this.addSeconds(this._orient*-1)}this._isSecond=false;var l=this._nth;this._nth=null;var k=this.clone().moveToLastDayOfMonth();this.moveToNthOccurrence(j,l);if(this>k){throw new RangeError(v.getDayName(j)+" does not occur "+l+" times in the month of "+v.getMonthName(k.getMonth())+" "+k.getFullYear()+".")}return this}return this.moveToDayOfWeek(j,this._orient)}};var f=function(j){return function(){var l=v.today(),k=j-l.getDay();if(j===0&&w.firstDayOfWeek===1&&l.getDay()!==0){k=k+7}return l.addDays(k)}};for(var u=0;u<e.length;u++){v[e[u].toUpperCase()]=v[e[u].toUpperCase().substring(0,3)]=u;v[e[u]]=v[e[u].substring(0,3)]=f(u);g[e[u]]=g[e[u].substring(0,3)]=x(u)}var z=function(j){return function(){if(this._is){this._is=false;return this.getMonth()===j}return this.moveToMonth(j,this._orient)}};var m=function(j){return function(){return v.today().set({month:j,day:1})}};for(var t=0;t<h.length;t++){v[h[t].toUpperCase()]=v[h[t].toUpperCase().substring(0,3)]=t;v[h[t]]=v[h[t].substring(0,3)]=m(t);g[h[t]]=g[h[t].substring(0,3)]=z(t)}var c=function(k){return function(){if(this._isSecond){this._isSecond=false;return this}if(this._same){this._same=this._is=false;var C=this.toObject(),B=(arguments[0]||new Date()).toObject(),A="",l=k.toLowerCase();for(var j=(n.length-1);j>-1;j--){A=n[j].toLowerCase();if(C[A]!=B[A]){return false}if(l==A){break}}return true}if(k.substring(k.length-1)!="s"){k+="s"}return this["add"+k](this._orient)}};var d=function(j){return function(){this._dateElement=j;return this}};for(var s=0;s<n.length;s++){y=n[s].toLowerCase();g[y]=g[y+"s"]=c(n[s]);o[y]=o[y+"s"]=d(y)}g._ss=c("Second");var a=function(j){return function(k){if(this._same){return this._ss(arguments[0])}if(k||k===0){return this.moveToNthOccurrence(k,j)}this._nth=j;if(j===2&&(k===undefined||k===null)){this._isSecond=true;return this.addSeconds(this._orient)}return this}};for(var q=0;q<b.length;q++){g[b[q]]=(q===0)?a(-1):a(q)}}());(function(){Date.Parsing={Exception:function(j){this.message="Parse error at '"+j.substring(0,10)+" ...'"}};var a=Date.Parsing;var c=a.Operators={rtoken:function(j){return function(k){var l=k.match(j);if(l){return([l[0],k.substring(l[0].length)])}else{throw new a.Exception(k)}}},token:function(j){return function(k){return c.rtoken(new RegExp("^s*"+k+"s*"))(k)}},stoken:function(j){return c.rtoken(new RegExp("^"+j))},until:function(j){return function(k){var l=[],n=null;while(k.length){try{n=j.call(this,k)}catch(m){l.push(n[0]);k=n[1];continue}break}return[l,k]}},many:function(j){return function(k){var n=[],l=null;while(k.length){try{l=j.call(this,k)}catch(m){return[n,k]}n.push(l[0]);k=l[1]}return[n,k]}},optional:function(j){return function(k){var l=null;try{l=j.call(this,k)}catch(m){return[null,k]}return[l[0],l[1]]}},not:function(j){return function(k){try{j.call(this,k)}catch(l){return[null,k]}throw new a.Exception(k)}},ignore:function(j){return j?function(k){var l=null;l=j.call(this,k);return[null,l[1]]}:null},product:function(){var k=arguments[0],l=Array.prototype.slice.call(arguments,1),m=[];for(var j=0;j<k.length;j++){m.push(c.each(k[j],l))}return m},cache:function(l){var j={},k=null;return function(m){try{k=j[m]=(j[m]||l.call(this,m))}catch(n){k=j[m]=n}if(k instanceof a.Exception){throw k}else{return k}}},any:function(){var j=arguments;return function(l){var m=null;for(var k=0;k<j.length;k++){if(j[k]==null){continue}try{m=(j[k].call(this,l))}catch(n){m=null}if(m){return m}}throw new a.Exception(l)}},each:function(){var j=arguments;return function(l){var o=[],m=null;for(var k=0;k<j.length;k++){if(j[k]==null){continue}try{m=(j[k].call(this,l))}catch(n){throw new a.Exception(l)}o.push(m[0]);l=m[1]}return[o,l]}},all:function(){var k=arguments,j=j;return j.each(j.optional(k))},sequence:function(j,k,l){k=k||c.rtoken(/^\s*/);l=l||null;if(j.length==1){return j[0]}return function(p){var t=null,u=null;var w=[];for(var o=0;o<j.length;o++){try{t=j[o].call(this,p)}catch(v){break}w.push(t[0]);try{u=k.call(this,t[1])}catch(n){u=null;break}p=u[1]}if(!t){throw new a.Exception(p)}if(u){throw new a.Exception(u[1])}if(l){try{t=l.call(this,t[1])}catch(m){throw new a.Exception(t[1])}}return[w,(t?t[1]:p)]}},between:function(k,l,j){j=j||k;var m=c.each(c.ignore(k),l,c.ignore(j));return function(n){var o=m.call(this,n);return[[o[0][0],r[0][2]],o[1]]}},list:function(j,k,l){k=k||c.rtoken(/^\s*/);l=l||null;return(j instanceof Array?c.each(c.product(j.slice(0,-1),c.ignore(k)),j.slice(-1),c.ignore(l)):c.each(c.many(c.each(j,c.ignore(k))),px,c.ignore(l)))},set:function(j,k,l){k=k||c.rtoken(/^\s*/);l=l||null;return function(C){var m=null,o=null,n=null,t=null,u=[[],C],B=false;for(var w=0;w<j.length;w++){n=null;o=null;m=null;B=(j.length==1);try{m=j[w].call(this,C)}catch(z){continue}t=[[m[0]],m[1]];if(m[1].length>0&&!B){try{n=k.call(this,m[1])}catch(A){B=true}}else{B=true}if(!B&&n[1].length===0){B=true}if(!B){var x=[];for(var v=0;v<j.length;v++){if(w!=v){x.push(j[v])}}o=c.set(x,k).call(this,n[1]);if(o[0].length>0){t[0]=t[0].concat(o[0]);t[1]=o[1]}}if(t[1].length<u[1].length){u=t}if(u[1].length===0){break}}if(u[0].length===0){return u}if(l){try{n=l.call(this,u[1])}catch(y){throw new a.Exception(u[1])}u[1]=n[1]}return u}},forward:function(j,k){return function(l){return j[k].call(this,l)}},replace:function(k,j){return function(l){var m=k.call(this,l);return[j,m[1]]}},process:function(k,j){return function(l){var m=k.call(this,l);return[j.call(this,m[0]),m[1]]}},min:function(j,k){return function(l){var m=k.call(this,l);if(m[0].length<j){throw new a.Exception(l)}return m}}};var h=function(j){return function(){var k=null,n=[];if(arguments.length>1){k=Array.prototype.slice.call(arguments)}else{if(arguments[0] instanceof Array){k=arguments[0]}}if(k){for(var m=0,l=k.shift();m<l.length;m++){k.unshift(l[m]);n.push(j.apply(null,k));k.shift();return n}}else{return j.apply(null,arguments)}}};var g="optional not ignore cache".split(/\s/);for(var d=0;d<g.length;d++){c[g[d]]=h(c[g[d]])}var f=function(j){return function(){if(arguments[0] instanceof Array){return j.apply(null,arguments[0])}else{return j.apply(null,arguments)}}};var e="each any all".split(/\s/);for(var b=0;b<e.length;b++){c[e[b]]=f(c[e[b]])}}());(function(){var e=Date,m=e.prototype,f=e.CultureInfo;var h=function(n){var o=[];for(var g=0;g<n.length;g++){if(n[g] instanceof Array){o=o.concat(h(n[g]))}else{if(n[g]){o.push(n[g])}}}return o};e.Grammar={};e.Translator={hour:function(g){return function(){this.hour=Number(g)}},minute:function(g){return function(){this.minute=Number(g)}},second:function(g){return function(){this.second=Number(g)}},meridian:function(g){return function(){this.meridian=g.slice(0,1).toLowerCase()}},timezone:function(g){return function(){var o=g.replace(/[^\d\+\-]/g,"");if(o.length){this.timezoneOffset=Number(o)}else{this.timezone=g.toLowerCase()}}},day:function(g){var n=g[0];return function(){this.day=Number(n.match(/\d+/)[0])}},month:function(g){return function(){this.month=(g.length==3)?"jan feb mar apr may jun jul aug sep oct nov dec".indexOf(g)/4:Number(g)-1}},year:function(g){return function(){var o=Number(g);this.year=((g.length>2)?o:(o+(((o+2000)<f.twoDigitYearMax)?2000:1900)))}},rday:function(g){return function(){switch(g){case"yesterday":this.days=-1;break;case"tomorrow":this.days=1;break;case"today":this.days=0;break;case"now":this.days=0;this.now=true;break}}},finishExact:function(g){g=(g instanceof Array)?g:[g];for(var o=0;o<g.length;o++){if(g[o]){g[o].call(this)}}var n=new Date();if((this.hour||this.minute)&&(!this.month&&!this.year&&!this.day)){this.day=n.getDate()}if(!this.year){this.year=n.getFullYear()}if(!this.month&&this.month!==0){this.month=n.getMonth()}if(!this.day){this.day=1}if(!this.hour){this.hour=0}if(!this.minute){this.minute=0}if(!this.second){this.second=0}if(this.meridian&&this.hour){if(this.meridian=="p"&&this.hour<12){this.hour=this.hour+12}else{if(this.meridian=="a"&&this.hour==12){this.hour=0}}}if(this.day>e.getDaysInMonth(this.year,this.month)){throw new RangeError(this.day+" is not a valid value for days.")}var p=new Date(this.year,this.month,this.day,this.hour,this.minute,this.second);if(this.timezone){p.set({timezone:this.timezone})}else{if(this.timezoneOffset){p.set({timezoneOffset:this.timezoneOffset})}}return p},finish:function(g){g=(g instanceof Array)?h(g):[g];if(g.length===0){return null}for(var s=0;s<g.length;s++){if(typeof g[s]=="function"){g[s].call(this)}}var o=e.today();if(this.now&&!this.unit&&!this.operator){return new Date()}else{if(this.now){o=new Date()}}var t=!!(this.days&&this.days!==null||this.orient||this.operator);var u,q,p;p=((this.orient=="past"||this.operator=="subtract")?-1:1);if(!this.now&&"hour minute second".indexOf(this.unit)!=-1){o.setTimeToNow()}if(this.month||this.month===0){if("year day hour minute second".indexOf(this.unit)!=-1){this.value=this.month+1;this.month=null;t=true}}if(!t&&this.weekday&&!this.day&&!this.days){var n=Date[this.weekday]();this.day=n.getDate();if(!this.month){this.month=n.getMonth()}this.year=n.getFullYear()}if(t&&this.weekday&&this.unit!="month"){this.unit="day";u=(e.getDayNumberFromName(this.weekday)-o.getDay());q=7;this.days=u?((u+(p*q))%q):(p*q)}if(this.month&&this.unit=="day"&&this.operator){this.value=(this.month+1);this.month=null}if(this.value!=null&&this.month!=null&&this.year!=null){this.day=this.value*1}if(this.month&&!this.day&&this.value){o.set({day:this.value*1});if(!t){this.day=this.value*1}}if(!this.month&&this.value&&this.unit=="month"&&!this.now){this.month=this.value;t=true}if(t&&(this.month||this.month===0)&&this.unit!="year"){this.unit="month";u=(this.month-o.getMonth());q=12;this.months=u?((u+(p*q))%q):(p*q);this.month=null}if(!this.unit){this.unit="day"}if(!this.value&&this.operator&&this.operator!==null&&this[this.unit+"s"]&&this[this.unit+"s"]!==null){this[this.unit+"s"]=this[this.unit+"s"]+((this.operator=="add")?1:-1)+(this.value||0)*p}else{if(this[this.unit+"s"]==null||this.operator!=null){if(!this.value){this.value=1}this[this.unit+"s"]=this.value*p}}if(this.meridian&&this.hour){if(this.meridian=="p"&&this.hour<12){this.hour=this.hour+12}else{if(this.meridian=="a"&&this.hour==12){this.hour=0}}}if(this.weekday&&!this.day&&!this.days){var n=Date[this.weekday]();this.day=n.getDate();if(n.getMonth()!==o.getMonth()){this.month=n.getMonth()}}if((this.month||this.month===0)&&!this.day){this.day=1}if(!this.orient&&!this.operator&&this.unit=="week"&&this.value&&!this.day&&!this.month){return Date.today().setWeek(this.value)}if(t&&this.timezone&&this.day&&this.days){this.day=this.days}return(t)?o.add(this):o.set(this)}};var j=e.Parsing.Operators,d=e.Grammar,l=e.Translator,b;d.datePartDelimiter=j.rtoken(/^([\s\-\.\,\/\x27]+)/);d.timePartDelimiter=j.stoken(":");d.whiteSpace=j.rtoken(/^\s*/);d.generalDelimiter=j.rtoken(/^(([\s\,]|at|@|on)+)/);var a={};d.ctoken=function(q){var p=a[q];if(!p){var s=f.regexPatterns;var o=q.split(/\s+/),n=[];for(var g=0;g<o.length;g++){n.push(j.replace(j.rtoken(s[o[g]]),o[g]))}p=a[q]=j.any.apply(null,n)}return p};d.ctoken2=function(g){return j.rtoken(f.regexPatterns[g])};d.h=j.cache(j.process(j.rtoken(/^(0[0-9]|1[0-2]|[1-9])/),l.hour));d.hh=j.cache(j.process(j.rtoken(/^(0[0-9]|1[0-2])/),l.hour));d.H=j.cache(j.process(j.rtoken(/^([0-1][0-9]|2[0-3]|[0-9])/),l.hour));d.HH=j.cache(j.process(j.rtoken(/^([0-1][0-9]|2[0-3])/),l.hour));d.m=j.cache(j.process(j.rtoken(/^([0-5][0-9]|[0-9])/),l.minute));d.mm=j.cache(j.process(j.rtoken(/^[0-5][0-9]/),l.minute));d.s=j.cache(j.process(j.rtoken(/^([0-5][0-9]|[0-9])/),l.second));d.ss=j.cache(j.process(j.rtoken(/^[0-5][0-9]/),l.second));d.hms=j.cache(j.sequence([d.H,d.m,d.s],d.timePartDelimiter));d.t=j.cache(j.process(d.ctoken2("shortMeridian"),l.meridian));d.tt=j.cache(j.process(d.ctoken2("longMeridian"),l.meridian));d.z=j.cache(j.process(j.rtoken(/^((\+|\-)\s*\d\d\d\d)|((\+|\-)\d\d\:?\d\d)/),l.timezone));d.zz=j.cache(j.process(j.rtoken(/^((\+|\-)\s*\d\d\d\d)|((\+|\-)\d\d\:?\d\d)/),l.timezone));d.zzz=j.cache(j.process(d.ctoken2("timezone"),l.timezone));d.timeSuffix=j.each(j.ignore(d.whiteSpace),j.set([d.tt,d.zzz]));d.time=j.each(j.optional(j.ignore(j.stoken("T"))),d.hms,d.timeSuffix);d.d=j.cache(j.process(j.each(j.rtoken(/^([0-2]\d|3[0-1]|\d)/),j.optional(d.ctoken2("ordinalSuffix"))),l.day));d.dd=j.cache(j.process(j.each(j.rtoken(/^([0-2]\d|3[0-1])/),j.optional(d.ctoken2("ordinalSuffix"))),l.day));d.ddd=d.dddd=j.cache(j.process(d.ctoken("sun mon tue wed thu fri sat"),function(g){return function(){this.weekday=g}}));d.M=j.cache(j.process(j.rtoken(/^(1[0-2]|0\d|\d)/),l.month));d.MM=j.cache(j.process(j.rtoken(/^(1[0-2]|0\d)/),l.month));d.MMM=d.MMMM=j.cache(j.process(d.ctoken("jan feb mar apr may jun jul aug sep oct nov dec"),l.month));d.y=j.cache(j.process(j.rtoken(/^(\d\d?)/),l.year));d.yy=j.cache(j.process(j.rtoken(/^(\d\d)/),l.year));d.yyy=j.cache(j.process(j.rtoken(/^(\d\d?\d?\d?)/),l.year));d.yyyy=j.cache(j.process(j.rtoken(/^(\d\d\d\d)/),l.year));b=function(){return j.each(j.any.apply(null,arguments),j.not(d.ctoken2("timeContext")))};d.day=b(d.d,d.dd);d.month=b(d.M,d.MMM);d.year=b(d.yyyy,d.yy);d.orientation=j.process(d.ctoken("past future"),function(g){return function(){this.orient=g}});d.operator=j.process(d.ctoken("add subtract"),function(g){return function(){this.operator=g}});d.rday=j.process(d.ctoken("yesterday tomorrow today now"),l.rday);d.unit=j.process(d.ctoken("second minute hour day week month year"),function(g){return function(){this.unit=g}});d.value=j.process(j.rtoken(/^\d\d?(st|nd|rd|th)?/),function(g){return function(){this.value=g.replace(/\D/g,"")}});d.expression=j.set([d.rday,d.operator,d.value,d.unit,d.orientation,d.ddd,d.MMM]);b=function(){return j.set(arguments,d.datePartDelimiter)};d.mdy=b(d.ddd,d.month,d.day,d.year);d.ymd=b(d.ddd,d.year,d.month,d.day);d.dmy=b(d.ddd,d.day,d.month,d.year);d.date=function(g){return((d[f.dateElementOrder]||d.mdy).call(this,g))};d.format=j.process(j.many(j.any(j.process(j.rtoken(/^(dd?d?d?|MM?M?M?|yy?y?y?|hh?|HH?|mm?|ss?|tt?|zz?z?)/),function(g){if(d[g]){return d[g]}else{throw e.Parsing.Exception(g)}}),j.process(j.rtoken(/^[^dMyhHmstz]+/),function(g){return j.ignore(j.stoken(g))}))),function(g){return j.process(j.each.apply(null,g),l.finishExact)});var k={};var c=function(g){return k[g]=(k[g]||d.format(g)[0])};d.formats=function(n){if(n instanceof Array){var o=[];for(var g=0;g<n.length;g++){o.push(c(n[g]))}return j.any.apply(null,o)}else{return c(n)}};d._formats=d.formats(['"yyyy-MM-ddTHH:mm:ssZ"',"yyyy-MM-ddTHH:mm:ssZ","yyyy-MM-ddTHH:mm:ssz","yyyy-MM-ddTHH:mm:ss","yyyy-MM-ddTHH:mmZ","yyyy-MM-ddTHH:mmz","yyyy-MM-ddTHH:mm","ddd, MMM dd, yyyy H:mm:ss tt","ddd MMM d yyyy HH:mm:ss zzz","MMddyyyy","ddMMyyyy","Mddyyyy","ddMyyyy","Mdyyyy","dMyyyy","yyyy","Mdyy","dMyy","d"]);d._start=j.process(j.set([d.date,d.time,d.expression],d.generalDelimiter,d.whiteSpace),l.finish);d.start=function(g){try{var n=d._formats.call({},g);if(n[1].length===0){return n}}catch(o){}return d._start.call({},g)};e._parse=e.parse;e.parse=function(g){var n=null;if(!g){return null}if(g instanceof Date){return g}try{n=e.Grammar.start.call({},g.replace(/^\s*(\S*(\s+\S+)*)\s*$/,"$1"))}catch(o){return null}return((n[1].length===0)?n[0]:null)};e.getParseFunction=function(n){var g=e.Grammar.formats(n);return function(o){var p=null;try{p=g.call({},o)}catch(q){return null}return((p[1].length===0)?p[0]:null)}};e.parseExact=function(g,n){return e.getParseFunction(n)(g)}}());function format_date(a){return $.timeago(Date.parse(a))}function get_json_data(c,a,b){$.getJSON(c,function(g){var f=$("<ul></ul>");for(var d=0;d<a;d++){switch(b){case"#backtype":var e=backtype_entry(g.comments[d]);break;case"#delicious":var e=delicious_entry(g[d]);break;case"#twitter":var e=twitter_entry(g[d]);break}e.appendTo(f)}f.appendTo(b).fadeIn(1000)})}function backtype_entry(e){var d=$("<li></li>").addClass("feed-item");var b=$("<span></span>").addClass("feed-item-date").html(format_date(e.comment.date)+":");var a=$("<span>&#0187; </span>").addClass("feed-item-text").append($("<a></a>").attr("href",e.comment.url).html(e.post.title));d.append(b);d.append(a);return d}function twitter_entry(e){var b=$("<li></li>").addClass("feed-item");var d=e.text.replace(/^h3rald:/,"").replace(/((http|ftp|https):\/\/[\w\-_]+(\.[\w\-_]+)+([\w\-\.,@?^=%&amp;:/~\+#]*[\w\-\@?^=%&amp;/~\+#])?)/g,'<a href="$1">$1</a>').replace(/@([a-zA-Z1-9_]*)/g,'<a href="http://www.twitter.com/$1">@$1</a>').replace(/#([a-zA-Z1-9_]*)/g,'<a href="http://www.twitter.com/search?q=%23$1">#$1</a>');var c=$("<span></span>").addClass("feed-item-date").html(format_date(e.created_at)+":");var a=$("<span>&#0187; </span>").addClass("feed-item-text").html(d);b.append(c);b.append(a);return b}function delicious_entry(c){var b=$("<li></li>").addClass("feed-item");var d="<a href='"+c.u+"'>"+c.d+"</a>";d+="<br />tags: ";var a=Array();for(i=0;i<c.t.length;i++){a[i]="<a href='http://delicious.com/h3rald/"+c.t[i]+"'>"+c.t[i]+"</a> "}d+=a.join(", ").replace(/ $/,"");dt=$("<span></span>").addClass("feed-item-date").html(format_date(c.dt)+":");tx=$("<span>&#0187; </span>").addClass("feed-item-text").html(d);b.append(dt);b.append(tx);return b}function display_opinions(a){get_json_data("/data/opinions.json",a,"#backtype")}function display_tweets(a){get_json_data("/data/tweets.json",a,"#twitter")}function display_bookmarks(a){get_json_data("/data/bookmarks.json",a,"#delicious")}google.load("search","1",{nocss:1});function OnLoad(){var d=new google.search.SearchControl();var c=new google.search.DrawOptions();c.setSearchFormRoot(document.getElementById("search_form"));var b=new google.search.WebSearch();b.setSiteRestriction("h3rald.com");var a=new google.search.SearcherOptions();a.setExpandMode(google.search.SearchControl.EXPAND_MODE_OPEN);d.addSearcher(b,a);d.setResultSetSize(google.search.Search.LARGE_RESULTSET);d.draw(document.getElementById("search_results"),c)}google.setOnLoadCallback(OnLoad);Cufon.replace("#navigation a",{fontFamily:"Mutlu",hover:true,fontSize:"35px"});Cufon.replace("h2",{fontFamily:"Mutlu",fontSize:"40px"});Cufon.replace("h3",{fontFamily:"Mutlu",hover:true,fontSize:"35px"});Cufon.replace("#article-content h4",{fontFamily:"Mutlu",fontSize:"28px"});$(document).ready(function(){display_opinions(7);display_tweets(7);display_bookmarks(7);$("h2 + p").each(function(){var a=this;if(!a){return false}var c=a;while(c.childNodes.length){c=c.firstChild}var d=c.nodeValue;var b=d.substr(0,1);c.nodeValue=d.slice(1,d.length);$("<span></span>").addClass("dropcap").html(b).prependTo(a)});Cufon.replace(".dropcap",{fontFamily:"Mutlu"})});Cufon.now(); +(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")}})})();var Cufon=(function(){var P=function(){return P.replace.apply(null,arguments)};var D=P.DOM={ready:(function(){var c=false,a={loaded:1,complete:1};var d=[],b=function(){if(c){return}c=true;for(var e;e=d.shift();e()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",b,false);window.addEventListener("pageshow",b,false)}if(!window.opera&&document.readyState){(function(){a[document.readyState]?b():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");b()}catch(e){setTimeout(arguments.callee,1)}})()}K(window,"load",b);return function(e){if(!arguments.length){b()}else{c?e():d.push(e)}}})(),root:function(){return document.documentElement||document.body}};var O=P.CSS={Size:function(a,b){this.value=parseFloat(a);this.unit=String(a).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/b*this.value};this.convertFrom=function(c){return c/this.value*b};this.toString=function(){return this.value+this.unit}},addClass:function(b,c){var a=b.className;b.className=a+(a&&" ")+c;return b},color:S(function(a){var b={};b.color=a.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,e,c){b.opacity=parseFloat(c);return"rgb("+e+")"});return b}),fontStretch:S(function(a){if(typeof a=="number"){return a}if(/%$/.test(a)){return parseFloat(a)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[a]||1}),getStyle:function(a){var b=document.defaultView;if(b&&b.getComputedStyle){return new ab(b.getComputedStyle(a,null))}if(a.currentStyle){return new ab(a.currentStyle)}return new ab(a.style)},gradient:S(function(b){var a={id:b,type:b.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},e=b.substr(b.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var c=0,f=e.length,d;c<f;++c){d=e[c].split("=",2).reverse();a.stops.push([d[1]||c/(f-1),d[0]])}return a}),hasClass:function(a,b){return RegExp("(?:^|\\s)"+b+"(?=\\s|$)").test(a.className)},quotedList:S(function(a){var b=[],c=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,d;while(d=c.exec(a)){b.push(d[3]||d[1])}return b}),recognizesMedia:S(function(a){var c=document.createElement("style"),d,e,f;c.type="text/css";c.media=a;try{c.appendChild(document.createTextNode("/**/"))}catch(b){}e=V("head")[0];e.insertBefore(c,e.firstChild);d=(c.sheet||c.styleSheet);f=d&&!d.disabled;e.removeChild(c);return f}),removeClass:function(a,b){var c=RegExp("(?:^|\\s+)"+b+"(?=\\s|$)","g");a.className=a.className.replace(c,"");return a},supports:function(a,b){var c=document.createElement("span").style;if(c[a]===undefined){return false}c[a]=b;return c[a]===b},textAlign:function(a,b,d,c){if(b.get("textAlign")=="right"){if(d>0){a=" "+a}}else{if(d<c-1){a+=" "}}return a},textDecoration:function(a,b){if(!b){b=this.getStyle(a)}var e={underline:null,overline:null,"line-through":null};for(var f=a;f.parentNode&&f.parentNode.nodeType==1;){var c=true;for(var d in e){if(!R(e,d)||e[d]){continue}if(b.get("textDecoration").indexOf(d)!=-1){e[d]=b.get("color")}c=false}if(c){break}b=this.getStyle(f=f.parentNode)}return e},textShadow:S(function(b){if(b=="none"){return null}var c=[],a={},f,e=0;var d=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(f=d.exec(b)){if(f[0]==","){c.push(a);a={};e=0}else{if(f[1]){a.color=f[1]}else{a[["offX","offY","blur"][e++]]=f[2]}}}c.push(a);return c}),textTransform:(function(){var a={uppercase:function(b){return b.toUpperCase()},lowercase:function(b){return b.toLowerCase()},capitalize:function(b){return b.replace(/\b./g,function(c){return c.toUpperCase()})}};return function(b,c){var d=a[c.get("textTransform")];return d?d(b):b}})(),whiteSpace:(function(){var a={inline:1,"inline-block":1,"run-in":1};return function(b,d,c){if(a[d.get("display")]){return b}if(!c.previousSibling){b=b.replace(/^\s+/,"")}if(!c.nextSibling){b=b.replace(/\s+$/,"")}return b}})()};O.ready=(function(){var c=!O.recognizesMedia("all"),i=false;var a=[],f=function(){c=true;for(var j;j=a.shift();j()){}};var e=V("link"),d=V("style");function b(j){return j.disabled||g(j.sheet,j.media||"screen")}function g(p,m){if(!O.recognizesMedia(m||"all")){return true}if(!p||p.disabled){return false}try{var l=p.cssRules,n;if(l){search:for(var j=0,k=l.length;n=l[j],j<k;++j){switch(n.type){case 2:break;case 3:if(!g(n.styleSheet,n.media.mediaText)){return false}break;default:break search}}}}catch(o){}return true}function h(){if(document.createStyleSheet){return true}var j,k;for(k=0;j=e[k];++k){if(j.rel.toLowerCase()=="stylesheet"&&!b(j)){return false}}for(k=0;j=d[k];++k){if(!b(j)){return false}}return true}D.ready(function(){if(!i){i=O.getStyle(document.body).isUsable()}if(c||(i&&h())){f()}else{setTimeout(arguments.callee,10)}});return function(j){if(c){j()}else{a.push(j)}}})();function I(a){var b=this.face=a.face;this.glyphs=a.glyphs;this.w=a.w;this.baseSize=parseInt(b["units-per-em"],10);this.family=b["font-family"].toLowerCase();this.weight=b["font-weight"];this.style=b["font-style"]||"normal";this.viewBox=(function(){var c=b.bbox.split(/\s+/);var d={minX:parseInt(c[0],10),minY:parseInt(c[1],10),maxX:parseInt(c[2],10),maxY:parseInt(c[3],10)};d.width=d.maxX-d.minX;d.height=d.maxY-d.minY;d.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return d})();this.ascent=-parseInt(b.ascent,10);this.descent=-parseInt(b.descent,10);this.height=-this.ascent+this.descent}function W(){var a={},b={oblique:"italic",italic:"oblique"};this.add=function(c){(a[c.style]||(a[c.style]={}))[c.weight]=c};this.get=function(f,e){var g=a[f]||a[b[f]]||a.normal||a.italic||a.oblique;if(!g){return null}e={normal:400,bold:700}[e]||parseInt(e,10);if(g[e]){return g[e]}var i={1:1,99:0}[e%100],c=[],h,j;if(i===undefined){i=e>400}if(e==500){e=400}for(var d in g){if(!R(g,d)){continue}d=parseInt(d,10);if(!h||d<h){h=d}if(!j||d>j){j=d}c.push(d)}if(e<h){e=h}if(e>j){e=j}c.sort(function(l,k){return(i?(l>e&&k>e)?l<k:l>k:(l<e&&k<e)?l>k:l<k)?-1:1});return g[c[0]]}}function J(){function b(f,e){if(f.contains){return f.contains(e)}return f.compareDocumentPosition(e)&16}function d(e){var f=e.relatedTarget;if(!f||b(this,f)){return}c(this)}function a(e){c(this)}function c(e){setTimeout(function(){P.replace(e,Y.get(e).options,true)},10)}this.attach=function(e){if(e.onmouseenter===undefined){K(e,"mouseover",d);K(e,"mouseout",d)}else{K(e,"mouseenter",a);K(e,"mouseleave",a)}}}function G(){var b=[],a={};function c(d){var g=[],e;for(var f=0;e=d[f];++f){g[f]=b[a[e]]}return g}this.add=function(d,e){a[d]=b.push(e)-1};this.repeat=function(){var f=arguments.length?c(arguments):b,e;for(var d=0;e=f[d++];){P.replace(e[0],e[1],true)}}}function M(){var a={},c=0;function b(d){return d.cufid||(d.cufid=++c)}this.get=function(e){var d=b(e);return a[d]||(a[d]={})}}function ab(c){var a={},b={};this.extend=function(e){for(var d in e){if(R(e,d)){a[d]=e[d]}}return this};this.get=function(d){return a[d]!=undefined?a[d]:c[d]};this.getSize=function(d,e){return b[d]||(b[d]=new O.Size(this.get(d),e))};this.isUsable=function(){return !!c}}function K(b,c,a){if(b.addEventListener){b.addEventListener(c,a,false)}else{if(b.attachEvent){b.attachEvent("on"+c,function(){return a.call(b,window.event)})}}}function F(b,c){var a=Y.get(b);if(a.options){return b}if(c.hover&&c.hoverables[b.nodeName.toLowerCase()]){aa.attach(b)}a.options=c;return b}function S(b){var a={};return function(c){if(!R(a,c)){a[c]=b.apply(null,arguments)}return a[c]}}function Z(a,b){var e=O.quotedList(b.get("fontFamily").toLowerCase()),c;for(var d=0;c=e[d];++d){if(T[c]){return T[c].get(b.get("fontStyle"),b.get("fontWeight"))}}return null}function V(a){return document.getElementsByTagName(a)}function R(a,b){return a.hasOwnProperty(b)}function U(){var e={},c,a;for(var b=0,d=arguments.length;c=arguments[b],b<d;++b){for(a in c){if(R(c,a)){e[a]=c[a]}}}return e}function N(m,e,b,d,l,a){var g=document.createDocumentFragment(),j;if(e===""){return g}var f=d.separate;var i=e.split(L[f]),c=(f=="words");if(c&&H){if(/^\s/.test(e)){i.unshift("")}if(/\s$/.test(e)){i.push("")}}for(var h=0,k=i.length;h<k;++h){j=B[d.engine](m,c?O.textAlign(i[h],b,h,k):i[h],b,d,l,a,h<k-1);if(j){g.appendChild(j)}}return g}function Q(b,d){var c=O.getStyle(F(b,d)).extend(d);var a=Z(b,c),i,f,g,h,e;for(i=b.firstChild;i;i=g){f=i.nodeType;g=i.nextSibling;if(f==3){if(h){h.appendData(i.data);b.removeChild(i)}else{h=i}if(g){continue}}if(h){b.replaceChild(N(a,O.whiteSpace(h.data,c,h),c,d,i,b),h);h=null}if(f==1&&i.firstChild){if(O.hasClass(i,"cufon")){B[d.engine](a,null,c,d,i,b)}else{arguments.callee(i,d)}}}}var H=" ".split(/\s+/).length==0;var Y=new M();var aa=new J();var C=new G();var X=false;var B={},T={},E={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(a){return jQuery(a)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.$$&&function(a){return $$(a)})||(window.$&&function(a){return $(a)})||(document.querySelectorAll&&function(a){return document.querySelectorAll(a)})||V),separate:"words",textShadow:"none"};var L={words:/[^\S\u00a0]+/,characters:"",none:/^/};P.now=function(){D.ready();return P};P.refresh=function(){C.repeat.apply(C,arguments);return P};P.registerEngine=function(a,b){if(!b){return P}B[a]=b;return P.set("engine",a)};P.registerFont=function(a){var c=new I(a),b=c.family;if(!T[b]){T[b]=new W()}T[b].add(c);return P.set("fontFamily",'"'+b+'"')};P.replace=function(a,b,c){b=U(E,b);if(!b.engine){return P}if(!X){O.addClass(D.root(),"cufon-active cufon-loading");O.ready(function(){O.addClass(O.removeClass(D.root(),"cufon-loading"),"cufon-ready")});X=true}if(b.hover){b.forceHitArea=true}if(typeof b.textShadow=="string"){b.textShadow=O.textShadow(b.textShadow)}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=O.gradient(b.color)}if(!c){C.add(a,arguments)}if(a.nodeType||typeof a=="string"){a=[a]}O.ready(function(){for(var e=0,f=a.length;e<f;++e){var d=a[e];if(typeof d=="string"){P.replace(b.selector(d),b,true)}else{Q(d,b)}}});return P};P.set=function(b,a){E[b]=a;return P};return P})();Cufon.registerEngine("canvas",(function(){var g=document.createElement("canvas");if(!g||!g.getContext||!g.getContext.apply){return}g=null;var h=Cufon.CSS.supports("display","inline-block");var j=!h&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var i=document.createElement("style");i.type="text/css";i.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(j?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(h?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(i);function k(a,r){var c=0,d=0;var s=[],b=/([mrvxe])([^a-z]*)/g,f;generate:for(var q=0;f=b.exec(a);++q){var e=f[2].split(",");switch(f[1]){case"v":s[q]={m:"bezierCurveTo",a:[c+~~e[0],d+~~e[1],c+~~e[2],d+~~e[3],c+=~~e[4],d+=~~e[5]]};break;case"r":s[q]={m:"lineTo",a:[c+=~~e[0],d+=~~e[1]]};break;case"m":s[q]={m:"moveTo",a:[c=~~e[0],d=~~e[1]]};break;case"x":s[q]={m:"closePath"};break;case"e":break generate}r[s[q].m].apply(r,s[q].a)}return s}function l(a,b){for(var c=0,d=a.length;c<d;++c){var e=a[c];b[e.m].apply(b,e.a)}}return function(aF,aD,a,aL,av,aC){var a3=(aD===null);if(a3){aD=av.alt}var az=aF.viewBox;var a1=a.getSize("fontSize",aF.baseSize);var c=a.get("letterSpacing");c=(c=="normal")?0:a1.convertFrom(parseInt(c,10));var ax=0,b=0,d=0,aH=0;var aB=aL.textShadow,f=[];if(aB){for(var aG=aB.length;aG--;){var aq=aB[aG];var x=a1.convertFrom(parseFloat(aq.offX));var an=a1.convertFrom(parseFloat(aq.offY));f[aG]=[x,an];if(an<ax){ax=an}if(x>b){b=x}if(an>d){d=an}if(x<aH){aH=x}}}var aw=Cufon.CSS.textTransform(aD,a).split(""),aP;var a2=aF.glyphs,aJ,aZ,aO;var a5=0,aV,ar=[];for(var aG=0,aK=0,aR=aw.length;aG<aR;++aG){aJ=a2[aP=aw[aG]]||aF.missingGlyph;if(!aJ){continue}if(aZ){a5-=aO=aZ[aP]||0;ar[aK-1]-=aO}a5+=aV=ar[aK++]=~~(aJ.w||aF.w)+c;aZ=aJ.k}if(aV===undefined){return null}b+=az.width-aV;aH+=az.minX;var aN,a0;if(a3){aN=av;a0=av.firstChild}else{aN=document.createElement("span");aN.className="cufon cufon-canvas";aN.alt=aD;a0=document.createElement("canvas");aN.appendChild(a0);if(aL.printable){var aM=document.createElement("span");aM.className="cufon-alt";aM.appendChild(document.createTextNode(aD));aN.appendChild(aM)}}var au=aN.style;var ao=a0.style;var a4=a1.convert(az.height);var ay=Math.ceil(a4);var e=ay/a4;var ap=e*Cufon.CSS.fontStretch(a.get("fontStretch"));var y=a5*ap;var aS=Math.ceil(a1.convert(y+b-aH));var aX=Math.ceil(a1.convert(az.height-ax+d));a0.width=aS;a0.height=aX;ao.width=aS+"px";ao.height=aX+"px";ax+=az.minY;ao.top=Math.round(a1.convert(ax-aF.ascent))+"px";ao.left=Math.round(a1.convert(aH))+"px";var aQ=Math.ceil(a1.convert(y))+"px";if(h){au.width=aQ;au.height=a1.convert(aF.height)+"px"}else{au.paddingLeft=aQ;au.paddingBottom=(a1.convert(aF.height)-1)+"px"}var aA=a0.getContext("2d"),at=a4/az.height;aA.scale(at,at*e);aA.translate(-aH,-ax);aA.lineWidth=aF.face["underline-thickness"];aA.save();function aY(m,n){aA.strokeStyle=n;aA.beginPath();aA.moveTo(0,m);aA.lineTo(a5,m);aA.stroke()}var aW=aL.enableTextDecoration?Cufon.CSS.textDecoration(aC,a):{};if(aW.underline){aY(-aF.face["underline-position"],aW.underline)}if(aW.overline){aY(aF.ascent,aW.overline)}function aI(){aA.scale(ap,1);for(var m=0,n=0,o=aw.length;m<o;++m){var p=a2[aw[m]]||aF.missingGlyph;if(!p){continue}if(p.d){aA.beginPath();if(p.code){l(p.code,aA)}else{p.code=k("m"+p.d,aA)}aA.fill()}aA.translate(ar[n++],0)}aA.restore()}if(aB){for(var aG=aB.length;aG--;){var aq=aB[aG];aA.save();aA.fillStyle=aq.color;aA.translate.apply(aA,f[aG]);aI()}}var aT=aL.textGradient;if(aT){var aE=aT.stops,aU=aA.createLinearGradient(0,az.minY,0,az.maxY);for(var aG=0,aR=aE.length;aG<aR;++aG){aU.addColorStop.apply(aU,aE[aG])}aA.fillStyle=aU}else{aA.fillStyle=a.get("color")}aI();if(aW["line-through"]){aY(-aF.descent,aW["line-through"])}return aN}})());Cufon.registerEngine("vml",(function(){var l=document.namespaces;if(!l){return}l.add("cvml","urn:schemas-microsoft-com:vml");l=null;var h=document.createElement("cvml:shape");h.style.behavior="url(#default#VML)";if(!h.coordsize){return}h=null;var j=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(j?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function n(b,a){return i(b,/(?:em|ex|%)$|^[a-z-]+$/i.test(a)?"1em":a)}function i(b,a){if(/px$/i.test(a)){return parseFloat(a)}var c=b.style.left,d=b.runtimeStyle.left;b.runtimeStyle.left=b.currentStyle.left;b.style.left=a.replace("%","em");var e=b.style.pixelLeft;b.style.left=c;b.runtimeStyle.left=d;return e}var k={};function m(f){var e=f.id;if(!k[e]){var a=f.stops,g=document.createElement("cvml:fill"),d=[];g.type="gradient";g.angle=180;g.focus="0";g.method="sigma";g.color=a[0][1];for(var b=1,c=a.length-1;b<c;++b){d.push(a[b][0]*100+"% "+a[b][1])}g.colors=d.join(",");g.color2=a[c][1];k[e]=g}return k[e]}return function(aI,aE,aT,aM,aw,aF,aY){var bb=(aE===null);if(bb){aE=aw.alt}var aA=aI.viewBox;var a9=aT.computedFontSize||(aT.computedFontSize=new Cufon.CSS.Size(n(aF,aT.get("fontSize"))+"px",aI.baseSize));var aZ=aT.computedLSpacing;if(aZ==undefined){aZ=aT.get("letterSpacing");aT.computedLSpacing=aZ=(aZ=="normal")?0:~~a9.convertFrom(i(aF,aZ))}var aU,a8;if(bb){aU=aw;a8=aw.firstChild}else{aU=document.createElement("span");aU.className="cufon cufon-vml";aU.alt=aE;a8=document.createElement("span");a8.className="cufon-vml-canvas";aU.appendChild(a8);if(aM.printable){var aO=document.createElement("span");aO.className="cufon-alt";aO.appendChild(document.createTextNode(aE));aU.appendChild(aO)}if(!aY){aU.appendChild(document.createElement("cvml:shape"))}}var av=aU.style;var e=a8.style;var bd=a9.convert(aA.height),aC=Math.ceil(bd);var a=aC/bd;var g=a*Cufon.CSS.fontStretch(aT.get("fontStretch"));var b=aA.minX,c=aA.minY;e.height=aC;e.top=Math.round(a9.convert(c-aI.ascent));e.left=Math.round(a9.convert(b));av.height=a9.convert(aI.height)+"px";var a4=aM.enableTextDecoration?Cufon.CSS.textDecoration(aF,aT):{};var aG=aT.get("color");var ay=Cufon.CSS.textTransform(aE,aT).split(""),aW;var ba=aI.glyphs,aK,a7,aQ;var be=0,au=[],d=0,a2;var a0,aB=aM.textShadow;for(var aJ=0,aL=0,aS=ay.length;aJ<aS;++aJ){aK=ba[aW=ay[aJ]]||aI.missingGlyph;if(!aK){continue}if(a7){be-=aQ=a7[aW]||0;au[aL-1]-=aQ}be+=a2=au[aL++]=~~(aK.w||aI.w)+aZ;a7=aK.k}if(a2===undefined){return null}var aX=-b+be+(aA.width-a2);var az=a9.convert(aX*g),aV=Math.round(az);var aq=aX+","+aA.height,bc;var ax="r"+aq+"ns";var a1=aM.textGradient&&m(aM.textGradient);for(aJ=0,aL=0;aJ<aS;++aJ){aK=ba[ay[aJ]]||aI.missingGlyph;if(!aK){continue}if(bb){a0=a8.childNodes[aL];while(a0.firstChild){a0.removeChild(a0.firstChild)}}else{a0=document.createElement("cvml:shape");a8.appendChild(a0)}a0.stroked="f";a0.coordsize=aq;a0.coordorigin=bc=(b-d)+","+c;a0.path=(aK.d?"m"+aK.d+"xe":"")+"m"+bc+ax;a0.fillcolor=aG;if(a1){a0.appendChild(a1.cloneNode(false))}var aD=a0.style;aD.width=aV;aD.height=aC;if(aB){var a5=aB[0],a6=aB[1];var aN=Cufon.CSS.color(a5.color),aR;var ar=document.createElement("cvml:shadow");ar.on="t";ar.color=aN.color;ar.offset=a5.offX+","+a5.offY;if(a6){aR=Cufon.CSS.color(a6.color);ar.type="double";ar.color2=aR.color;ar.offset2=a6.offX+","+a6.offY}ar.opacity=aN.opacity||(aR&&aR.opacity)||1;a0.appendChild(ar)}d+=au[aL++]}var at=a0.nextSibling,a3,aP;if(aM.forceHitArea){if(!at){at=document.createElement("cvml:rect");at.stroked="f";at.className="cufon-vml-cover";a3=document.createElement("cvml:fill");a3.opacity=0;at.appendChild(a3);a8.appendChild(at)}aP=at.style;aP.width=aV;aP.height=aC}else{if(at){a8.removeChild(at)}}av.width=Math.max(Math.ceil(a9.convert(be*g)),0);if(j){var f=aT.computedYAdjust;if(f===undefined){var aH=aT.get("lineHeight");if(aH=="normal"){aH="1em"}else{if(!isNaN(aH)){aH+="em"}}aT.computedYAdjust=f=0.5*(i(aF,aH)-parseFloat(av.height))}if(f){av.marginTop=Math.ceil(f)+"px";av.marginBottom=f+"px"}}return aU}})());jQuery.preloadCssImages=function(c){c=jQuery.extend({statusTextEl:null,statusBarEl:null,errorDelay:999,simultaneousCacheLoading:2},c);var a=[],f=0,d=[],g,e;function i(){clearTimeout(e);if(d&&d.length&&d[f]){f++;if(c.statusTextEl){var j=(d[f])?"Now Loading: <span>"+d[f].split("/")[d[f].split("/").length-1]:"Loading complete";jQuery(c.statusTextEl).html('<span class="numLoaded">'+f+'</span> of <span class="numTotal">'+d.length+'</span> loaded (<span class="percentLoaded">'+(f/d.length*100).toFixed(0)+'%</span>) <span class="currentImg">'+j+"</span></span>")}if(c.statusBarEl){var k=jQuery(c.statusBarEl).width();jQuery(c.statusBarEl).css("background-position",-(k-(k*f/d.length).toFixed(0))+"px 50%")}h()}}function h(){if(d&&d.length&&d[f]){var j=new Image();j.src=d[f];if(!j.complete){jQuery(j).bind("error load onreadystatechange",i)}else{i()}e=setTimeout(i,c.errorDelay)}}function b(n,y){var v=false,r=[],p=[],z;var o=n.length;while(o--){var x="";if(y&&y[o]){z=y[o]}else{var B=(n[o].href)?n[o].href:"window.location.href";var A=B.split("/");A.pop();z=A.join("/");if(z){z+="/"}}if(n[o].cssRules||n[o].rules){g=(n[o].cssRules)?n[o].cssRules:n[o].rules;var s=g.length;while(s--){if(g[s].style&&g[s].style.cssText){var q=g[s].style.cssText;if(q.toLowerCase().indexOf("url")!=-1){x+=q}}else{if(g[s].styleSheet){r.push(g[s].styleSheet);v=true}}}}var C=x.match(/[^\("]+\.(gif|jpg|jpeg|png)/g);if(C){var u=C.length;while(u--){var k=(C[u].charAt(0)=="/"||C[u].match("://"))?C[u]:z+C[u];if(jQuery.inArray(k,d)==-1){d.push(k)}}}if(!v&&n[o].imports&&n[o].imports.length){for(var l=0,j=n[o].imports.length;l<j;l++){var w=n[o].imports[l].href;w=w.split("/");w.pop();w=w.join("/");if(w){w+="/"}var m=(w.charAt(0)=="/"||w.match("://"))?w:z+w;p.push(m);r.push(n[o].imports[l])}}}if(r.length){b(r,p);return false}var t=c.simultaneousCacheLoading;while(t--){setTimeout(h,t)}}b(document.styleSheets);return d};Cufon.registerFont({w:560,face:{"font-family":"Mutlu","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 4 0 0 0 0 0 0 0",ascent:"800",descent:"-200","cap-height":"111",bbox:"-1237.63 -1482.6 2382 652","underline-thickness":"20","underline-position":"-123","unicode-range":"U+0020-U+0192"},glyphs:{" ":{w:235},"!":{d:"-91,279v-128,2,-222,-93,-222,-221v0,-89,60,-176,179,-260r115,-76v111,-74,167,-145,167,-213v0,-59,-31,-107,-93,-145v-1,-1,-2,-2,-1,-3v1,-1,2,-2,3,-1v62,38,95,84,99,139v8,-42,26,-135,38,-151v19,-26,66,-19,66,22v0,13,-7,37,-21,73r-137,353r-5,-1r41,-209v-38,87,-179,163,-264,224v-113,80,-169,163,-169,248v0,120,85,203,204,203v67,0,149,-78,170,-132v19,-47,17,-89,-2,-128v-34,14,-68,-12,-65,-48v-8,-3,-17,-4,-26,-4v-2,0,-3,-1,-2,-3v0,-1,1,-2,2,-2v9,0,18,1,27,3v6,-22,21,-33,45,-33v39,0,61,52,31,78v14,19,22,43,23,70v3,62,-28,119,-92,170v-39,31,-76,47,-111,47",w:235},'"':{d:"270,-863v221,0,385,105,383,314v0,81,-44,153,-131,218v-2,-1,-3,-2,-3,-4v86,-63,129,-135,129,-214v2,-205,-163,-309,-378,-309v-151,0,-267,46,-348,137v-61,69,-91,132,-91,190v0,86,55,171,137,170v90,-1,170,-94,194,-171v2,-7,25,-61,50,-61v16,0,24,8,24,23v0,7,-6,19,-17,38r-99,164r-6,-2r38,-120v-44,76,-86,131,-184,134v-84,3,-142,-86,-142,-175v0,-59,31,-124,92,-193v82,-93,199,-139,352,-139xm378,-570v0,7,-6,19,-17,38r-99,164r-6,-2r55,-166v13,-38,27,-57,43,-57v16,0,24,8,24,23",w:344},"#":{d:"784,-436v0,111,-52,222,-149,340v-84,101,-333,259,-481,255v-116,-3,-234,-65,-285,-139v-74,-107,-98,-235,-30,-354v26,-45,59,-83,100,-112v-52,17,-105,-1,-100,-62v0,-11,8,-34,25,-67v1,-2,2,-3,3,-2v1,1,2,2,1,3v-16,36,-24,58,-24,66v0,42,19,63,58,63v33,0,68,-19,104,-56v11,-11,40,-50,89,-115v36,-49,68,-81,95,-98v79,-48,154,-72,226,-72v171,2,301,68,346,210v15,45,22,91,22,140xm323,-410v-23,-34,-54,-58,-91,-73r-32,83r119,0xm343,-223v25,-52,19,-114,-7,-165r-8,0r-63,165r78,0xm735,-255v74,-131,40,-358,-51,-435v-68,-58,-156,-89,-268,-89v-69,0,-143,24,-222,72v-33,20,-69,57,-107,112v-43,62,-76,102,-99,121v87,-46,151,-47,237,-25r24,-63r13,0r-26,67v39,15,69,38,92,71r53,-138r13,0r-58,151v3,3,5,7,7,11r70,0r-5,12r-60,0v25,57,24,126,-6,177r-82,0r-66,175r-12,0r66,-175r-120,0r-66,175r-12,0r66,-175r-85,0r5,-12r84,0r63,-165r-84,0r5,-12r84,0r32,-87v-55,-15,-121,-19,-182,6v-82,33,-139,75,-182,145v-107,168,5,384,148,444v51,21,101,35,153,35v149,0,385,-146,468,-248v53,-64,89,-114,110,-150xm315,-388r-119,0r-63,165r119,0",w:404},"$":{d:"40,-515v0,-106,87,-194,193,-194v96,0,183,39,261,117v1,1,1,3,0,4v-1,1,-3,1,-4,0v-77,-77,-162,-116,-257,-116v-103,0,-188,85,-188,189v0,52,28,99,84,142v-9,-19,-13,-41,-13,-64v-3,-99,81,-168,180,-161r21,-61r20,0r-22,63v61,11,92,32,92,61v0,15,-7,23,-22,23v-33,-7,-41,-62,-73,-73r-78,229v49,48,80,92,93,133v96,97,135,214,77,349v-48,113,-147,190,-297,190v-212,0,-401,-201,-310,-421v35,-84,107,-125,219,-121v1,1,1,3,0,4v-147,-8,-230,82,-234,227v-4,168,155,295,325,295v56,0,102,-11,141,-28v91,-41,166,-145,166,-262v0,-79,-27,-148,-81,-209v2,11,3,21,3,32v-6,121,-94,186,-225,170r-29,85r-19,0r29,-87v-79,-16,-119,-40,-119,-72v0,-19,9,-28,27,-28v41,8,55,76,97,88r95,-279v-25,-25,-43,-46,-54,-65v-65,-49,-98,-102,-98,-160xm295,-592v-78,-16,-139,48,-139,113v0,33,21,70,63,110xm115,-7v97,18,173,-37,174,-124v0,-44,-28,-92,-83,-145",w:372},"%":{d:"178,-314v24,1,47,34,46,59v0,21,-4,43,-13,67r257,-410r4,3r-196,312v-49,75,-37,148,4,232v-6,-81,75,-237,141,-243v73,-36,128,50,152,109v45,114,25,296,-103,296v-82,0,-148,-55,-199,-166v-27,-61,-40,-105,-33,-168r-140,223r-4,-2r61,-97v-28,29,-55,44,-81,44v-52,0,-91,-68,-91,-125v0,-45,10,-81,26,-112v15,-28,50,-35,50,7v0,1,-3,15,-10,42v4,-17,6,-31,6,-42v0,-15,-5,-23,-14,-23v-34,-2,-48,83,-48,128v0,50,34,116,81,110v72,-9,139,-106,141,-185v1,-25,-28,-57,-54,-48v-43,16,-80,-3,-80,-55v0,-74,82,-236,151,-236v33,0,56,29,55,62v1,71,-63,190,-109,218xm158,-315v55,0,93,-143,93,-207v0,-69,-53,-70,-84,-29v-32,42,-49,97,-49,170v0,44,13,66,40,66xm465,94v67,0,112,-76,112,-162v0,-99,-42,-203,-124,-222v22,10,33,29,33,58v0,69,-86,234,-153,234v-8,0,-15,-1,-21,-4v34,45,90,96,153,96xm357,-16v54,0,93,-142,93,-207v0,-33,-10,-52,-30,-56v-25,20,-34,58,-30,103v1,2,0,3,-2,3v-2,1,-3,0,-3,-2v-8,-39,0,-82,20,-104v-13,2,-27,11,-40,27v-33,40,-49,97,-49,170v0,44,14,66,41,66",w:501},"&":{d:"876,-562v75,0,144,59,144,135v0,113,-118,207,-235,203v-15,0,-70,-10,-166,-24v-67,-10,-67,-17,-118,-3v91,32,71,133,6,190v-59,51,-135,74,-232,63v-48,41,-88,63,-175,63v-88,0,-128,-36,-164,-100v-24,-43,-34,-93,-34,-150v1,-128,77,-231,168,-279v-5,-117,88,-220,202,-218v41,0,70,10,89,31v25,-7,53,-10,83,-10v60,-1,109,27,109,83v0,39,-54,52,-105,46v1,-2,0,-6,3,-4v51,2,78,-70,34,-98v-35,-22,-71,-18,-111,3v21,63,-9,111,-71,138v55,15,85,43,90,85v36,38,-22,78,-67,78v-31,0,-58,-13,-82,-38v-49,31,-89,96,-89,151v0,88,70,151,147,169v41,-45,61,-95,61,-150v4,-14,-20,-65,-18,-72v2,-1,3,0,4,1v7,12,12,24,16,36v11,-82,98,-143,194,-143v64,0,165,42,208,42v99,0,155,-24,177,-91v1,-3,3,-5,6,-4v3,1,5,3,4,6v-13,52,-67,90,-128,95v-22,2,-42,3,-59,3v-43,0,-166,-46,-208,-46v-111,0,-245,113,-174,228v-5,-25,-1,-40,12,-62v29,-47,92,-75,191,-70r156,8v63,0,118,-10,165,-30v64,-27,96,-69,96,-126v0,-59,-46,-100,-105,-100v-49,0,-104,28,-104,74v0,39,41,63,75,38r1,3v-47,44,-128,18,-128,-48v0,-59,71,-106,132,-106xm295,-495v64,-26,96,-71,74,-133v-39,25,-70,68,-91,130v5,1,11,2,17,3xm353,-648v-17,-14,-44,-21,-81,-21v-104,0,-187,96,-186,197v39,-18,79,-28,121,-30v18,-69,79,-125,146,-146xm387,-413v-7,-39,-38,-64,-94,-75v-4,-1,-11,1,-21,6v-7,27,-7,37,-4,68v35,-13,52,-14,88,-13v9,1,20,5,31,14xm347,-350v19,0,41,-13,40,-32v0,-21,-15,-32,-44,-32v-23,0,-49,6,-72,19v21,30,46,45,76,45xm219,-386v-20,-35,-23,-67,-14,-109v-42,3,-82,13,-119,32v2,55,37,102,92,102v13,-9,26,-17,41,-25xm484,-239v-31,0,-59,23,-58,54v0,9,7,20,21,34v7,22,-9,42,-32,42v-11,0,-18,-6,-25,-17v-8,-11,-15,-23,-20,-36v-5,40,-23,79,-52,118v79,13,144,-8,191,-54v23,-23,35,-49,35,-78v1,-32,-28,-63,-60,-63xm-85,-185v0,126,58,231,185,231v76,0,103,-13,152,-48v-88,-13,-182,-91,-181,-185v0,-62,31,-117,94,-164v-58,-8,-89,-43,-94,-104v-87,48,-156,145,-156,270",w:982},"'":{d:"242,-570v0,7,-6,19,-17,38r-100,164r-6,-2r55,-166v13,-38,27,-57,44,-57v16,0,24,8,24,23",w:219},"(":{d:"379,-699v-19,31,-54,86,-99,170v-112,210,-173,437,-188,680r-6,0v-25,-192,-2,-394,61,-537v47,-106,122,-212,227,-317",w:344},")":{d:"260,-705v25,192,3,395,-61,539v-47,106,-122,212,-227,316r-5,-5v101,-160,169,-292,227,-501v34,-122,54,-238,59,-349r7,0",w:281},"*":{d:"269,-547v8,-31,2,-54,2,-85v0,-25,9,-37,26,-37v19,0,29,8,29,24v0,13,-57,90,-57,98",w:363},"+":{d:"-191,-264v0,86,98,159,187,157v93,-2,169,-61,197,-132v4,-10,8,-29,14,-54r-143,0r5,-14r145,0r47,-149r15,0r-47,149r145,0r-4,14r-145,0r-47,149r-15,0r10,-32v-47,55,-106,83,-177,83v-96,0,-197,-79,-197,-171v0,-71,84,-135,159,-133v25,0,57,10,96,30v1,1,2,2,1,3v-1,1,-2,2,-3,1v-39,-19,-70,-29,-94,-29v-70,-3,-149,60,-149,128",w:369},",":{d:"47,-85v28,0,47,24,47,51v0,62,-62,129,-110,146r-36,11r0,-3v55,-20,94,-59,117,-116v-38,10,-62,-12,-64,-43v-1,-26,20,-46,46,-46",w:200},"-":{d:"222,-490v100,0,174,98,174,199v0,103,-100,212,-203,212v-98,0,-163,-77,-172,-156r-13,0r13,-33v6,-54,28,-87,65,-99v-34,20,-54,49,-60,87r201,0r-17,45r-184,0v6,58,59,121,108,138v16,6,36,9,59,9v90,0,189,-114,189,-203v0,-101,-58,-190,-154,-190v-50,0,-109,39,-109,86v0,28,14,48,41,59v0,1,0,2,-1,3v-33,-9,-50,-27,-50,-56v-1,-61,50,-101,113,-101",w:267},"\u2010":{d:"222,-490v100,0,174,98,174,199v0,103,-100,212,-203,212v-98,0,-163,-77,-172,-156r-13,0r13,-33v6,-54,28,-87,65,-99v-34,20,-54,49,-60,87r201,0r-17,45r-184,0v6,58,59,121,108,138v16,6,36,9,59,9v90,0,189,-114,189,-203v0,-101,-58,-190,-154,-190v-50,0,-109,39,-109,86v0,28,14,48,41,59v0,1,0,2,-1,3v-33,-9,-50,-27,-50,-56v-1,-61,50,-101,113,-101",w:267},".":{d:"45,-92v26,0,45,19,45,45v0,25,-20,46,-45,46v-25,0,-46,-21,-46,-46v0,-25,21,-45,46,-45",w:120},"/":{d:"435,-662r-466,743r-9,-5r466,-743",w:395},"0":{d:"360,-523v78,0,133,66,133,143v0,114,-47,213,-140,296v-83,75,-164,112,-242,112v-139,0,-258,-131,-258,-270v0,-112,50,-197,149,-256v39,-23,79,-36,121,-41v-43,9,-82,24,-117,47v-99,64,-148,147,-148,250v0,136,124,255,260,255v75,0,151,-35,229,-106v87,-79,130,-174,130,-285v0,-69,-55,-128,-124,-128v-79,0,-188,58,-245,130v23,-23,43,-35,60,-36v26,-17,55,-25,87,-25v69,-1,113,53,112,122v0,105,-72,234,-136,284v-33,26,-67,40,-105,40v-67,1,-111,-45,-110,-112v0,-52,15,-109,44,-170v10,-129,164,-250,300,-250xm152,-215v45,0,101,-44,101,-87v0,-27,-22,-39,-65,-36v31,-11,76,4,77,35v1,38,-61,86,-94,97v-34,11,-77,12,-97,-10v-1,12,-1,25,-1,38v0,102,34,153,102,153v87,0,130,-82,130,-246v0,-93,-32,-140,-95,-140v-68,0,-124,67,-124,134v0,41,22,62,66,62",w:387},"1":{d:"294,-277v106,0,178,81,178,212v0,147,-118,228,-272,228v-86,0,-164,-74,-159,-163r-51,0v-31,7,-47,-4,-47,-35v0,-49,83,-83,126,-50r97,-281v0,-2,-2,-3,-6,-3v-8,1,-123,40,-151,40v-40,0,-77,-20,-70,-55v8,-40,53,-68,107,-72v51,-3,101,13,152,47v19,-11,36,-21,51,-32v1,1,3,3,5,4v-6,15,-13,34,-20,56v19,17,35,38,49,62v-1,2,-3,3,-5,3v-13,-23,-28,-42,-46,-58r-45,137v33,-27,68,-40,107,-40xm191,-405v-59,-36,-117,-50,-172,-40v-28,5,-73,35,-73,63v0,32,17,47,64,47v39,0,100,-23,181,-70xm55,0v-4,81,68,145,145,144v103,0,179,-36,228,-109v80,-117,8,-308,-134,-308v-39,0,-76,14,-109,43v-7,19,-23,64,-46,133v-10,29,-15,48,-15,57v1,17,35,19,52,24v27,6,41,19,41,40v1,25,-29,43,-54,43v-26,0,-52,-39,-56,-67r-52,0xm170,58v20,0,38,-15,38,-36v0,-24,-59,-23,-93,-22v4,25,27,58,55,58xm19,-95v-30,0,-57,32,-57,53v0,20,11,30,34,30v41,2,57,-33,71,-67v-14,-11,-30,-16,-48,-16",w:278},"2":{d:"307,-132v0,47,-23,82,-41,132r-65,0v71,39,146,26,216,-23v38,-27,71,-58,99,-96r12,-7v-52,73,-156,162,-259,164v-41,1,-96,-15,-111,-38r-184,0v15,-45,58,-95,129,-148v1,-17,3,-32,6,-45v-43,8,-69,-26,-69,-65v0,-49,28,-94,85,-133v-29,-35,-64,-53,-105,-53v-71,0,-106,54,-113,130v-1,-72,45,-136,114,-135v43,0,79,19,110,56v38,-27,78,-41,120,-41v54,-1,117,41,114,93v-3,63,-45,87,-101,115v29,31,43,63,43,94xm292,-332v1,-46,-33,-84,-79,-83v-26,0,-52,9,-78,27v24,33,33,73,29,124v30,-10,53,0,78,18v33,-26,50,-55,50,-86xm131,-385v-40,24,-85,77,-85,131v-1,42,23,60,64,55v9,-31,25,-52,47,-63v6,-48,-3,-93,-26,-123xm236,-241v-25,-15,-48,-21,-75,-11v-7,29,-21,47,-44,56v-3,13,-5,27,-6,42xm154,-248v-18,11,-30,27,-35,46v16,-6,28,-21,35,-46xm131,-68r103,2v41,0,62,-22,62,-65v0,-37,-13,-67,-38,-92v-33,16,-82,42,-147,77v-1,29,6,55,20,78xm116,-68v-11,-20,-16,-44,-14,-72v-19,15,-45,40,-80,74",w:375},"3":{d:"251,-435v54,0,101,38,100,92v0,31,-15,63,-46,94v-16,17,-44,40,-85,69v57,30,85,72,85,127v0,117,-131,223,-251,223v-51,0,-117,-19,-116,-61v0,-13,7,-21,22,-25v-21,-14,-32,-42,-32,-84v0,-56,47,-113,104,-113v36,0,62,19,77,58v20,5,36,15,49,32v-10,-7,-26,-15,-47,-26v25,58,-22,126,-71,125v-31,-1,-58,-29,-56,-59v5,-57,58,-82,118,-73v-15,-35,-40,-53,-74,-53v-46,0,-92,48,-93,99v0,41,24,77,73,107v12,4,43,65,73,59v80,4,152,-101,152,-184v0,-54,-32,-110,-82,-109v-13,0,-36,5,-69,15r0,-5r17,-7v-44,0,-80,-36,-80,-81v0,-87,147,-220,232,-220xm176,-320v54,0,79,59,55,107v35,-33,52,-68,52,-106v1,-43,-34,-85,-77,-85v-64,0,-182,126,-182,190v0,45,37,76,81,74v24,0,94,-45,107,-61v11,-14,18,-30,18,-51v0,-41,-19,-62,-58,-62v-27,0,-47,12,-60,35r-10,6v17,-31,42,-47,74,-47xm38,69v47,0,95,-65,67,-120v-55,-12,-108,14,-112,67v-2,23,21,53,45,53",w:402},"4":{d:"419,-519v64,0,108,55,112,129v3,53,-48,145,-93,196v-24,60,-69,106,-125,138v-7,15,-12,28,-15,38r-75,0r-59,170r-67,1v-35,37,-123,81,-188,81v-75,0,-112,-36,-112,-107r6,-4v1,74,26,103,100,103v80,0,159,-42,198,-89r55,-155r-202,0r17,-44r328,-365v11,-41,70,-92,120,-92xm349,-376v76,-3,120,87,95,165v45,-59,67,-115,67,-170v-1,-69,-38,-131,-95,-131v-43,0,-86,40,-96,75v17,-1,32,0,50,0xm420,-183v23,-37,21,-107,-9,-144v-20,-24,-40,-39,-65,-40r-105,305r27,0v33,-14,135,-92,152,-121xm412,-166v-41,42,-85,77,-134,104r37,0v43,-31,76,-65,97,-104xm285,-398r-299,337r184,0",w:387},"5":{d:"310,-403v34,-2,41,-8,49,-33v2,0,5,0,8,1r-32,93r-1,0v-17,43,-80,88,-136,88v-29,0,-35,-22,-39,-41r4,-3v8,16,34,26,62,26v42,0,76,-23,101,-70r-123,1r-91,-1r-38,103v67,-6,114,13,145,57v78,29,93,142,50,222v-46,86,-116,130,-212,130v-100,0,-169,-84,-169,-187v-1,-109,76,-206,173,-220r61,-163v36,-2,68,-3,95,-3r93,0xm202,-188v-30,-34,-73,-50,-130,-45v-13,36,-19,57,-20,62v56,-22,96,-32,150,-17xm59,-232v-93,14,-166,111,-165,216v0,53,14,96,42,127v-1,-22,6,-34,26,-34v27,2,54,45,74,62v47,39,99,16,135,-30v36,-46,53,-96,51,-150v-34,52,-83,78,-146,78v-63,0,-110,-27,-141,-80r1,-6v27,47,75,71,142,71v61,0,140,-42,140,-98v0,-34,-66,-70,-99,-70v-27,0,-58,6,-91,18v-1,0,-2,-2,-5,-5v1,-5,13,-38,36,-99",w:369},"6":{d:"464,-601v74,-1,124,40,129,107v0,12,-2,24,-7,36v-35,85,-126,160,-247,148v5,11,7,24,7,37v6,108,-119,283,-224,283v-65,0,-98,-84,-98,-157v0,-115,52,-219,155,-311v-4,-23,-4,-51,-1,-78r7,-4v-2,26,0,50,6,72v77,-71,171,-131,273,-133xm569,-453v43,-101,-74,-180,-167,-130v-71,38,-134,93,-189,164v9,14,25,29,47,46v27,5,48,17,64,36v115,35,203,-16,245,-116xm221,-375v-7,-7,-13,-17,-20,-28v-11,14,-21,29,-30,44v21,-9,38,-14,50,-16xm76,-84v-1,39,17,84,51,83v34,0,70,-41,107,-124v33,-73,50,-130,50,-169v0,-45,-21,-68,-63,-68v-28,0,-55,24,-81,71v-7,25,-10,47,-10,65v0,25,15,56,38,56v19,0,41,-24,40,-43v0,-16,-10,-20,-21,-26v21,-8,40,14,30,45v-8,24,-25,37,-54,37v-37,0,-52,-32,-49,-78v-25,63,-38,113,-38,151",w:366},"7":{d:"189,-498v55,0,96,41,95,96r66,-1v-44,59,-90,131,-120,191v31,-13,76,-43,137,-89r2,3v-43,31,-97,73,-143,93v-17,35,-34,70,-49,106v40,10,71,-5,80,-42r12,-7v-8,38,-55,70,-100,68v-19,47,-37,99,-54,158v-18,61,-40,92,-66,92v-23,0,-35,-12,-35,-37v0,-10,6,-30,19,-61v20,-49,51,-105,92,-168v-29,-20,-58,-29,-80,-4r-13,8v25,-34,65,-44,108,-27r48,-71v-38,11,-79,12,-118,3v-42,-10,-65,-37,-70,-81v-3,-31,8,-61,38,-86v21,-18,27,-68,42,-87v6,-8,18,-22,39,-37v21,-15,45,-20,70,-20xm279,-402v1,-53,-35,-89,-88,-89v-30,0,-108,38,-97,68v5,13,13,20,28,20xm290,-343v-11,1,-21,1,-32,1v-35,41,-82,61,-139,61r10,-6v49,0,89,-18,122,-54r-137,-1v-27,0,-43,0,-47,1v-28,5,-42,24,-42,59v0,45,20,72,60,81v40,9,76,10,109,2",w:316},"8":{d:"291,-595v67,0,129,45,129,108v0,59,-52,111,-156,158v50,58,78,109,83,154v49,-45,73,-92,73,-141v0,-15,-3,-30,-9,-43v10,9,15,28,15,56v0,49,-26,95,-78,137v6,104,-85,178,-183,178v-86,0,-165,-56,-165,-139v0,-55,35,-100,105,-137r81,-42v-18,-45,-53,-72,-53,-138v0,-82,76,-151,158,-151xm306,-442v35,-37,-2,-86,-47,-86v-34,0,-59,13,-76,38v-1,36,6,61,24,89v3,5,21,27,52,67v76,-39,114,-92,114,-158v0,-51,-39,-91,-90,-91v-50,0,-91,38,-98,82v20,-23,44,-35,71,-35v33,-1,69,27,68,60v0,29,-32,63,-67,54v16,0,40,-4,49,-20xm147,-183v0,42,33,71,75,70v13,0,35,-7,67,-20v-9,-67,-59,-114,-90,-162r-5,-3v-30,10,-47,70,-47,115xm180,3v65,0,118,-61,109,-131v-33,19,-63,29,-88,29v-47,1,-87,-32,-86,-79v0,-33,15,-68,46,-105v-65,37,-98,87,-98,151v0,67,51,135,117,135",w:389},"9":{d:"124,-54v-55,1,-100,-40,-100,-95v0,-107,85,-235,162,-271v89,-42,160,7,158,128v-3,227,-170,400,-361,454v-28,9,-53,13,-75,13v-83,3,-131,-61,-132,-141v-1,-68,31,-119,87,-151v20,-12,41,-18,63,-18v39,-1,61,34,61,72v0,36,-21,63,-54,82r-2,-4v34,-19,51,-46,51,-79v0,-36,-22,-68,-58,-66v-77,3,-131,68,-131,144v0,78,52,157,129,152v15,0,30,-2,47,-5r-1,-1v101,-53,178,-130,232,-233v-31,13,-57,19,-76,19xm149,-206v0,33,13,51,42,51v31,0,63,-31,85,-96v15,-45,18,-83,18,-111v0,-43,-16,-64,-49,-64v-21,0,-41,12,-60,36v-45,53,-91,158,-92,246v0,49,19,73,58,73v37,0,71,-36,100,-108v-25,31,-38,47,-88,48v-25,1,-44,-29,-43,-54v0,-54,63,-120,105,-142v1,2,2,3,1,4v-38,20,-76,67,-77,117",w:373},":":{d:"138,-462v43,0,93,44,67,89v-1,23,-21,43,-45,43v-26,0,-47,-22,-47,-48v0,-44,70,-62,87,-20v-2,-30,-35,-57,-67,-57v-72,0,-130,90,-130,166v0,76,56,145,140,125v-8,-15,-21,-28,-38,-39r6,-4v15,10,28,24,37,42v12,-3,23,-6,32,-9v-6,2,-16,6,-30,13v42,107,-56,223,-155,223v-77,0,-135,-55,-135,-132v0,-65,42,-128,108,-128v71,0,130,63,128,134v0,9,-2,17,-6,23v-5,27,-20,40,-45,40v-23,1,-46,-23,-46,-46v0,-40,55,-61,81,-30v-6,-59,-57,-110,-121,-110v-58,0,-95,56,-95,113v0,78,55,131,132,131v96,0,187,-112,149,-216v-86,36,-149,-47,-150,-125v-1,-82,64,-178,143,-178",w:201},";":{d:"160,-421v25,0,44,20,44,45v0,25,-19,46,-44,46v-25,0,-47,-21,-47,-46v0,-26,21,-45,47,-45xm-95,-52v0,-63,55,-146,117,-134v28,-54,84,-99,158,-96v-45,11,-69,17,-71,18v-27,12,-54,38,-81,79v33,7,49,27,49,60v0,20,-7,33,-21,40v25,5,38,22,38,52v0,62,-62,128,-110,145r-36,11r0,-3v55,-20,93,-58,115,-115r-20,0v-7,23,-37,51,-66,51v-45,0,-72,-59,-72,-108xm71,-127v0,-26,-16,-42,-47,-49v-11,26,-17,104,23,91v16,-6,24,-20,24,-42xm-89,-51v-1,50,22,101,68,100v25,0,44,-15,57,-45v-44,-5,-46,-71,-9,-85v-21,-11,-21,-72,-9,-97v-68,-7,-106,64,-107,127",w:199},"<":{d:"463,-360v35,48,38,134,10,190v-13,27,-31,52,-19,93r-406,-263r0,-4r105,-67v-2,-27,3,-50,16,-71r10,-7v-13,22,-18,46,-16,72r288,-186v8,37,19,94,30,169v2,15,-5,39,-18,74xm286,-391v43,-55,110,-51,159,7v14,-64,8,-115,4,-192r-282,184v6,23,16,46,30,67v25,18,53,37,86,58v36,8,69,4,99,-10v29,-21,50,-55,61,-101v-43,-48,-96,-66,-142,-22xm450,-161v31,-58,44,-138,11,-194v-18,49,-48,66,-89,89v-19,11,-38,17,-58,19xm169,-346v-6,-13,-10,-26,-13,-39r-21,14",w:466},"=":{d:"206,-410v32,0,68,15,59,46r10,0v27,-40,78,-66,137,-49v16,5,24,13,24,23v3,11,-11,22,-42,35v-16,6,-80,10,-121,8v-8,22,-22,54,-42,97v53,1,95,0,126,-2r-4,12v-56,3,-100,4,-132,4v-35,54,-132,86,-193,86v-13,-1,-31,-10,-56,-29r6,-3v75,54,195,3,236,-54v-47,-2,-102,-10,-145,0v-13,3,-37,23,-64,16v-26,-7,-25,-31,-2,-44v65,-37,148,-33,224,-65v10,-4,17,-12,23,-19v-28,-1,-48,-2,-60,-2r-107,0r4,-13r172,-1v3,-30,-24,-39,-55,-40v-32,-2,-82,17,-114,31v29,-20,76,-37,116,-37xm406,-369v17,-22,-10,-29,-34,-34v-47,-10,-70,13,-90,39v47,-2,80,4,124,-5xm266,-347r-9,-1v-23,28,-49,32,-91,43v-30,8,-120,17,-154,41v-17,7,-3,37,12,32v55,-17,134,-20,199,-18v9,-23,23,-55,43,-97",w:362},">":{d:"457,-332r-214,130v8,75,-28,123,-86,151v-3,-3,-1,-4,2,-6v45,-18,81,-77,74,-138v-60,38,-115,74,-164,109v-12,8,-23,12,-41,12v-60,0,-90,-33,-90,-100v0,-21,5,-41,15,-60v-41,-25,-46,-101,-16,-147v38,-57,96,-96,121,-159r-2,-61r193,132r208,136r0,1xm89,-325v81,0,137,38,151,107r130,-86r-109,-79r-196,-127v-26,39,-58,57,-88,109v-22,38,-32,71,-32,98v0,21,6,38,19,51v33,-49,74,-73,125,-73xm-48,-178v0,48,72,101,123,67r155,-100v-16,-61,-67,-108,-144,-108v-55,0,-96,34,-117,72v20,17,55,21,82,10v12,-9,18,-19,18,-30r6,-4v0,50,-72,61,-114,42v-6,15,-9,32,-9,51",w:419},"?":{d:"234,-675v96,-19,174,50,174,138v0,39,-14,75,-43,108v-38,45,-142,107,-194,152v-15,12,-27,27,-37,44v21,14,53,56,39,104v34,9,67,-13,67,-44v0,-11,-6,-24,-19,-38v-1,25,-8,38,-22,38v-24,0,-27,-34,-12,-42v3,-5,9,-7,20,-7v27,0,41,14,41,43v0,38,-36,65,-77,58v-4,16,-14,29,-29,40v39,19,22,86,-23,86v-98,0,-179,-125,-107,-207v-3,-27,2,-52,14,-75v20,-37,69,-82,140,-120r80,-43v47,-26,70,-65,70,-116v0,-53,-32,-100,-76,-112v-54,2,-97,40,-97,95v0,49,45,95,91,62v-24,-13,-36,-29,-36,-46v0,-43,58,-46,68,-12v33,53,-4,95,-55,128v-17,11,-36,17,-59,17v-52,2,-95,-53,-95,-104v0,-46,37,-113,77,-130v37,-16,62,-25,100,-17xm162,-434v65,0,118,-54,108,-112v-1,31,-37,51,-69,51v-41,0,-68,-36,-67,-77v0,-50,29,-83,86,-100v-87,-14,-148,56,-151,133v0,21,6,39,15,57v18,33,32,48,78,48xm320,-466v44,-49,51,-111,9,-161v-19,-23,-43,-36,-71,-40v42,21,63,59,63,112v0,51,-27,94,-76,120v-17,9,-48,23,-90,48v-87,51,-131,110,-135,175v21,-21,45,-33,71,-34v6,-31,22,-59,49,-83v5,-8,158,-112,180,-137xm166,-131v12,-44,-4,-74,-39,-86v-12,40,4,76,39,86xm99,-91v2,0,36,-11,32,-24v0,-18,-10,-27,-31,-27v-23,0,-50,26,-33,48v6,8,16,13,27,15v11,-7,27,-9,41,-5v15,-9,25,-22,29,-38v-41,-8,-75,-51,-75,-98v-56,10,-116,88,-82,155v14,27,40,47,83,59v-20,-17,-23,-47,-4,-66v-28,-5,-43,-37,-25,-62v21,-30,74,-15,75,20v1,19,-15,25,-37,23",w:369},"@":{d:"448,-671v153,0,282,98,282,245v0,143,-137,278,-280,278v-61,0,-66,-31,-51,-79v-6,-3,-12,-7,-17,-10v-41,59,-80,88,-116,88v-33,0,-49,-17,-49,-52v0,-45,24,-102,71,-171v7,-63,13,-115,53,-160v-103,18,-180,119,-180,239v0,84,42,145,125,185v95,46,242,43,299,-32r13,-8v-39,50,-93,76,-174,77v-104,1,-204,-52,-242,-120v-37,-67,-33,-157,4,-226v34,-63,82,-103,160,-121v35,-39,95,-70,163,-69v80,1,142,42,141,128v0,64,-23,99,-63,119v-27,14,-74,9,-77,-22v-20,45,-55,117,-62,163v58,16,110,0,151,-32r2,3v-37,28,-95,54,-155,39v-2,30,9,45,39,45v84,-1,163,-81,192,-147v15,-33,23,-67,23,-102v2,-151,-102,-246,-253,-246v-197,0,-342,156,-342,352v0,177,119,301,296,301v67,0,133,-20,197,-60v1,1,3,3,5,8v-65,42,-138,63,-218,63v-181,0,-311,-127,-311,-308v0,-206,168,-368,374,-368xm570,-516v-19,18,-39,78,-40,96v0,13,9,29,25,49v8,10,25,7,37,3v33,-25,49,-65,49,-120v0,-29,-6,-51,-18,-65v-62,-76,-211,-59,-269,14v41,-8,79,0,103,21v18,-4,27,3,44,16r12,-13xm484,-483v1,-16,-4,-27,-17,-27v7,7,12,16,17,27xm450,-517v-25,-19,-63,-25,-101,-16v-31,37,-47,79,-50,127v0,4,1,9,2,15v55,-75,104,-117,149,-126xm483,-474v-5,-14,-13,-26,-23,-35v-46,15,-116,129,-142,185v13,26,34,50,64,72v35,-46,89,-162,101,-222xm416,-290v-9,16,-18,30,-27,43v4,3,8,5,13,8v1,-4,5,-21,14,-51xm375,-242v-29,-20,-50,-42,-65,-66v-20,45,-30,79,-30,104v0,19,7,28,20,28v18,0,45,-26,75,-66",w:720},A:{d:"226,3v-117,0,-233,-83,-233,-197v0,-56,29,-102,74,-111v51,-114,126,-175,223,-183v98,-7,167,20,214,86v34,49,47,91,35,156v90,-113,195,-251,298,-339v5,-20,52,-63,71,-70v-23,13,-43,33,-58,58v71,-59,139,-88,205,-88v96,0,144,47,144,140v0,67,-33,147,-69,179v-20,19,-41,34,-61,44v33,46,40,93,29,158v-14,90,-139,171,-243,170r-39,-5v-48,-7,-83,0,-147,0v-108,0,-166,-23,-221,-67v-22,34,-71,85,-119,116v-16,11,-40,18,-68,26v13,-5,36,-12,64,-28v41,-23,97,-84,118,-117r-8,-8v-63,53,-132,80,-209,80xm1067,-325v64,-30,116,-121,118,-216v1,-67,-35,-130,-93,-130v-41,0,-75,38,-100,105r-67,174v57,-1,104,21,142,67xm969,-664v-39,15,-83,46,-132,94v-23,55,-19,123,7,174v48,-126,68,-181,125,-268xm1062,-323v-37,-43,-83,-64,-139,-63r-20,53v52,32,105,36,159,10xm841,-386v-29,-48,-36,-115,-15,-173v-64,62,-124,146,-179,222v53,0,95,1,125,3v9,1,18,0,26,-1v5,-5,16,-13,31,-23xm827,-352v-5,3,-12,9,-21,16r13,-2v3,-3,5,-8,8,-14xm876,-3v118,0,219,-92,218,-223v0,-38,-10,-69,-29,-94v-52,29,-114,26,-166,-4r-80,210v-13,33,-19,56,-19,67v0,27,25,44,76,44xm807,-298v-10,0,-22,-1,-37,-3v-41,49,-59,105,-56,169v-11,-69,11,-119,51,-170v-49,-10,-85,-3,-137,-3v-57,78,-104,137,-140,176r-34,55v74,51,140,75,225,47v11,-7,25,-25,42,-56v4,-7,13,-30,28,-69v5,-15,25,-63,58,-146xm410,-103v-30,-32,-75,-117,-75,-155v0,-27,13,-47,39,-59v-20,15,-30,36,-30,62v-1,44,38,116,71,147v27,-25,57,-57,89,-95v39,-160,-74,-287,-216,-277v-99,7,-166,63,-201,173v48,-2,95,40,94,87v0,24,-14,50,-38,49v-16,0,-30,-15,-21,-35v16,-34,-15,-64,-43,-70v-20,152,94,257,247,228v29,-13,57,-31,84,-55xm463,-103v-7,7,-14,14,-21,20r7,5v5,-9,10,-17,14,-25xm-1,-194v0,114,139,195,269,165v-130,14,-229,-47,-227,-168v0,-25,5,-52,14,-79v-35,5,-56,43,-56,82",w:1033},B:{d:"49,1v-83,9,-167,-111,-167,-216v0,-81,32,-157,97,-227v1,-77,50,-146,104,-175v103,-53,140,-61,304,-61v152,0,247,36,286,109v9,17,14,36,14,56v0,85,-71,136,-214,154v115,16,194,60,240,130v75,114,62,268,-39,351v-13,11,-29,22,-48,33v67,-45,120,-135,121,-238v0,-52,-14,-99,-41,-141v-46,-72,-121,-114,-225,-127v110,38,165,95,165,170v0,85,-71,145,-148,162v-52,11,-115,22,-218,19v-78,-3,-155,-7,-231,1xm616,-533v0,-62,-49,-114,-112,-114v-50,0,-58,71,-76,109v25,61,18,122,-17,173v137,-5,205,-61,205,-168xm400,-365v35,-50,47,-105,25,-166r-63,166r38,0xm349,-670v-98,-8,-177,12,-252,54v-58,33,-88,82,-91,147v8,-10,22,-24,41,-42v10,-28,28,-53,54,-76v56,-49,139,-77,248,-83xm393,-355v-14,1,-27,4,-38,7r-16,43v21,-14,39,-31,54,-50xm132,-377v-61,0,-105,-53,-89,-119v-5,3,-17,16,-37,38v0,32,11,64,34,97v46,65,111,97,203,91r100,-260v19,-50,29,-79,29,-86v0,-23,-21,-34,-63,-34v-106,-2,-220,53,-250,131v38,-29,83,-44,136,-44v61,0,100,15,117,45v-71,-58,-187,-45,-257,9v-16,51,7,113,56,113v20,1,46,-17,45,-38r-6,-20v-1,-10,18,-18,28,-18v21,0,31,11,31,32v2,37,-41,63,-77,63xm349,-11v111,0,221,-77,221,-184v0,-93,-76,-155,-167,-160v-17,23,-41,42,-67,58r-87,227v-5,14,-8,23,-8,27v1,23,72,32,108,32xm-91,-237v0,121,94,257,219,209v45,-33,82,-162,110,-230v-129,18,-248,-62,-258,-171v-47,60,-71,124,-71,192",w:688},C:{d:"789,-680v20,33,10,56,-11,95v-19,34,-30,54,-33,61v-3,21,-10,56,-29,100v-29,64,-77,103,-135,120v45,110,19,214,-60,298v-66,69,-135,108,-240,117v-148,12,-278,-85,-278,-227v0,-134,53,-257,158,-368v103,-109,222,-171,356,-186v39,-38,91,-58,158,-60v54,-1,93,15,114,50xm783,-647v0,-39,-75,-75,-117,-73v-61,2,-108,18,-139,49v84,-6,145,8,203,50v25,18,53,11,53,-26xm591,-263v-4,-13,-9,-27,-15,-40v-5,1,-8,2,-10,3v10,11,18,23,25,37xm572,-311v-37,-69,-88,-106,-153,-111v-4,37,5,61,26,87v46,-7,85,4,113,28xm541,-304v-22,-17,-51,-24,-85,-20v21,17,50,24,85,20xm577,-312v73,-24,139,-107,137,-191v-3,-106,-84,-172,-198,-155v-39,59,4,140,78,140v27,0,53,-7,77,-21v-22,19,-48,28,-79,28v-76,0,-127,-83,-86,-146v-80,13,-160,64,-239,153v-68,77,-118,159,-151,247v-21,58,-32,111,-32,158v-2,111,77,196,188,196v158,0,313,-140,313,-298v0,-40,-11,-71,-34,-94v-43,10,-78,0,-103,-28v-50,8,-95,50,-95,104v0,26,13,39,33,30v14,-7,24,4,24,17v0,28,-16,42,-47,42v-32,1,-57,-30,-56,-62v2,-72,70,-134,132,-142v-21,-29,-29,-58,-26,-88v-97,-5,-190,85,-200,172v-12,101,36,181,137,181v57,0,100,-20,130,-61v-34,47,-80,70,-139,70v-80,0,-139,-74,-139,-158v0,-107,104,-214,212,-209v6,-37,26,-65,59,-84r2,3v-31,24,-50,51,-55,81v68,4,120,42,157,115",w:697},D:{d:"840,-377v4,151,-117,309,-243,352v-67,23,-161,35,-261,27v-83,-7,-140,-5,-204,8v-30,6,-83,30,-133,28v-83,-3,-123,-31,-164,-102v-18,-31,-27,-65,-27,-100v0,-79,32,-148,96,-208v12,-79,64,-144,155,-197v87,-51,240,-93,372,-93v205,0,335,64,389,191v13,31,20,63,20,94xm761,-398v0,-132,-84,-238,-212,-235v-37,0,-63,19,-78,57r-134,349v65,-35,134,-89,181,-141v52,-58,80,-111,83,-161r30,-17v-8,120,-141,244,-239,298r-60,34r-53,138v-16,41,-14,65,40,68v79,4,164,-2,215,-22v124,-48,227,-217,227,-368xm-46,-403v-28,140,68,211,209,208v27,0,55,-2,82,-7r139,-362v23,-53,3,-76,-72,-76v-37,0,-121,24,-133,28v-52,19,-123,87,-115,156v101,-15,215,32,188,135v0,-29,-3,-50,-10,-61v-18,-31,-51,-52,-100,-63v31,28,-4,76,-40,76v-37,0,-61,-35,-63,-74v-22,3,-50,17,-85,40xm142,-600v-108,39,-170,102,-187,191v27,-20,55,-33,84,-40v3,-63,56,-122,103,-151xm123,-449v-18,-3,-38,-3,-57,1v10,26,41,22,57,-1xm126,-167v-146,-1,-225,-53,-223,-191v-67,77,-88,183,-36,277v38,68,81,97,163,97v35,0,65,-4,88,-18v32,-18,59,-45,79,-79v13,-22,24,-56,41,-100v-37,9,-75,14,-112,14",w:844},E:{d:"343,-652v105,-41,269,-19,270,93v1,100,-105,186,-214,162v11,11,29,30,47,60v68,116,26,238,-76,305v94,-29,164,-86,209,-160r10,-7v-37,63,-85,114,-146,152v-75,47,-140,71,-194,71v-53,0,-100,-11,-139,-34v-89,-54,-140,-113,-140,-227v0,-30,5,-58,16,-84v-63,0,-117,-63,-118,-134v-2,-108,136,-234,247,-164v-92,-35,-178,21,-216,76v-32,46,-37,104,-9,154v19,35,53,53,102,55v30,-63,87,-106,170,-131r22,-54v24,-59,73,-102,146,-129v50,-96,188,-111,264,-32r1,6v-71,-75,-200,-67,-252,22xm519,-546v15,34,72,15,72,-22v0,-55,-66,-92,-125,-92v-56,0,-107,21,-152,64v-26,103,28,191,128,193v68,1,127,-43,145,-97v-32,37,-118,28,-119,-25v-1,-20,22,-34,41,-34v3,0,7,4,10,13xm316,-459v-20,-36,-24,-80,-13,-125v-30,33,-49,69,-58,108v25,1,48,7,71,17xm373,-362v0,-19,-15,-29,-45,-29v-22,0,-46,6,-72,17v17,30,41,45,73,45v29,0,44,-11,44,-33xm127,-179v0,90,54,167,140,164v102,-4,190,-87,196,-185v6,-102,-18,-143,-77,-200v-26,-9,-47,-25,-63,-48v-25,-13,-51,-20,-79,-21v-7,31,-5,57,8,84v32,-12,59,-18,80,-18v40,0,60,14,60,41v0,31,-33,56,-75,55v-32,0,-67,-13,-104,-40v-57,38,-86,94,-86,168xm159,-458v-75,23,-128,64,-157,124v73,0,133,-55,157,-124xm172,-453v-26,75,-109,134,-176,132v-18,42,-21,91,-12,139v11,54,42,98,91,131v-15,-23,-22,-49,-22,-78v0,-83,50,-160,149,-231v-21,-30,-31,-61,-30,-93",w:558},F:{d:"1066,-739v134,0,252,81,250,209v-1,94,-51,171,-116,208v-62,35,-117,53,-166,53v-67,1,-124,-41,-124,-104v0,-92,115,-198,207,-198v77,0,159,44,125,120v-11,24,-25,28,-44,40v27,-27,40,-51,40,-73v1,-46,-60,-76,-112,-76v-72,0,-127,28,-165,85v-20,30,-30,59,-30,87v-1,64,59,102,126,102v137,0,236,-98,236,-236v0,-79,-33,-140,-102,-177v-99,-54,-154,-33,-280,10v-78,27,-189,103,-235,161v59,70,65,158,15,230v-11,16,-18,27,-21,35v105,97,149,304,75,455v-62,126,-216,193,-387,194r10,-6v167,-3,311,-63,368,-193v52,-117,45,-278,-17,-381v-12,-21,-29,-42,-52,-64v-27,59,-49,120,-64,181r-6,0v14,-59,32,-103,-14,-131v-16,-9,-35,-13,-56,-13r-98,225v-51,106,-103,186,-156,239v-73,75,-158,112,-254,112v-92,0,-131,-25,-181,-76v-75,-78,-78,-247,-29,-361v-40,-80,-36,-202,-2,-285v7,-16,17,-31,23,-48v27,-77,73,-137,160,-195v100,-66,176,-92,305,-94v62,0,109,14,142,43v23,5,177,43,226,40v137,-7,254,-118,403,-118xm779,-635v-61,23,-118,38,-171,46v17,11,34,24,49,40v28,-18,69,-47,122,-86xm657,-275v26,-21,61,-84,61,-128v0,-41,-16,-80,-48,-118v-35,44,-70,105,-103,183v35,20,65,41,90,63xm649,-544v-18,-17,-37,-31,-58,-42v-38,4,-67,4,-105,-1v27,82,3,132,-66,185v25,7,52,17,82,30v40,-69,89,-127,147,-172xm417,-599v-49,22,-82,106,-69,182v21,3,43,7,64,12v61,-52,84,-106,57,-184v-15,-3,-33,-6,-52,-10xm653,-271v-25,-21,-55,-42,-88,-61v-5,10,-16,41,-34,93v52,2,91,-8,122,-32xm406,-400v-19,-5,-38,-8,-57,-10v4,14,9,25,15,34v15,-6,29,-14,42,-24xm-142,-457v103,-139,309,-238,551,-208v-47,-31,-125,-33,-202,-24v-144,17,-299,119,-349,232xm359,-374v-7,-11,-13,-23,-16,-37v-54,-6,-126,-2,-169,7v40,35,120,50,185,30xm-134,-187v82,-116,154,-164,274,-212v-14,-19,-14,-58,-2,-70v1,23,12,43,31,61v43,-11,115,-15,173,-10v-14,-81,13,-154,69,-182v-104,-23,-173,-34,-207,-34v-171,-2,-344,142,-369,290v-9,56,4,104,31,157xm498,-366v-31,-14,-59,-25,-85,-32v-12,8,-27,17,-45,27r7,7r-6,3r-6,-8v-67,39,-189,31,-220,-26v-131,50,-198,105,-273,215v39,72,105,108,197,108v28,0,62,-14,102,-43v65,-47,103,-73,114,-79v50,-29,102,-43,156,-44v20,-51,40,-94,59,-128xm126,-27v0,41,-78,69,-121,69v-87,0,-151,-38,-191,-113v-48,128,-21,280,62,348v6,-11,15,-17,27,-17v9,0,30,13,65,38v35,25,67,38,96,38v92,0,166,-61,222,-182v46,-101,103,-256,147,-374v-170,-24,-234,165,-389,165v-86,0,-150,-33,-191,-99v-10,17,-19,35,-26,52v32,82,81,123,147,123v11,1,56,-12,62,-17v7,-1,49,-52,69,-52v14,0,21,7,21,21xm-151,-161v-19,-32,-31,-75,-34,-130v-19,55,-12,122,8,177v7,-15,16,-31,26,-47",w:718},G:{d:"614,-702v157,-56,310,35,310,197v0,154,-109,262,-255,279v-25,3,-46,7,-62,14v-26,23,-63,130,-84,184v-48,125,-79,193,-171,251v-60,38,-123,54,-185,54v-122,0,-201,-92,-200,-222v0,-101,46,-194,107,-239v-18,-120,18,-211,83,-308v-1,-13,-2,-25,-2,-36v-5,-142,145,-273,289,-273v82,0,139,33,170,99xm623,-634v-1,-23,-5,-44,-12,-62v-26,9,-47,19,-63,32v24,6,49,16,75,30xm913,-509v0,-156,-147,-239,-298,-189v9,21,14,43,14,67v22,11,45,35,76,29v13,-3,25,-12,34,-27r5,2v-14,28,-34,83,-52,136v-20,58,-81,104,-148,137v25,45,32,78,10,122v155,1,223,-22,292,-102v46,-53,67,-112,67,-175xm609,-700v-41,-107,-199,-117,-305,-58v-85,47,-146,141,-141,258v87,-115,190,-172,311,-172v25,0,47,2,68,7v17,-13,40,-25,67,-35xm663,-502v0,-72,-67,-132,-131,-147v-53,51,-75,135,-47,215r-5,3v-27,-81,-7,-168,46,-220v-104,-24,-190,29,-243,88v-38,41,-67,91,-88,148v23,31,52,54,88,71v31,-53,77,-79,139,-79v51,0,91,22,119,65v81,-38,122,-86,122,-144xm534,-355v-29,-63,-126,-80,-192,-43v-26,15,-41,34,-46,59v84,32,150,22,238,-16xm294,-333v-7,53,16,97,66,97v19,0,82,-12,101,-12v17,0,61,16,73,16v18,-39,22,-82,2,-118v-83,38,-158,50,-242,17xm167,-199v7,88,72,162,155,161v63,0,115,-32,154,-95v5,-9,9,-17,11,-25v-62,43,-128,56,-199,25r14,-8v58,26,149,11,187,-26r7,-38v-38,-12,-92,-4,-137,-1v-78,5,-108,-69,-79,-133v-35,-17,-64,-40,-87,-70v-23,69,-34,128,-27,203v23,-3,40,4,50,19v-17,-11,-30,-17,-49,-12xm192,175v-21,34,22,73,55,72v84,0,157,-105,218,-314v-66,46,-126,69,-180,69v-110,1,-194,-84,-210,-181v-92,66,-103,235,-40,342v33,57,91,87,174,90v-34,-4,-85,-42,-84,-76v0,-29,13,-44,39,-44v24,0,41,21,28,42",w:674},H:{d:"974,-713v34,0,76,29,76,63v0,25,-19,51,-44,50v-19,0,-28,-8,-28,-24v-3,-11,34,-25,31,-42v1,-19,-25,-37,-44,-36v-46,0,-93,36,-140,107v17,21,34,63,50,125v64,7,88,22,124,65v39,46,40,55,38,145v-8,-43,-13,-68,-15,-73v-19,-62,-74,-103,-144,-115v7,118,-22,198,-93,283v-54,65,-87,91,-178,108v3,41,36,53,89,51r-1,6r-123,-2r-155,2r0,-3v43,-5,74,-26,94,-63v-40,-21,-63,-90,-63,-137v0,-50,17,-94,52,-131v-61,-1,-111,-1,-150,1r-49,116v51,32,77,79,77,142v1,151,-161,313,-328,240v-59,49,-117,74,-175,74v-79,0,-139,-57,-142,-131v0,-25,10,-61,27,-109v17,-46,89,-125,131,-153r104,-62v56,-34,150,-47,231,-31r77,-176v8,-16,60,-162,60,-181v0,-27,-27,-42,-82,-45v-96,-5,-143,11,-196,51v-37,28,-54,64,-54,103v-1,41,28,83,68,83v40,0,59,-28,41,-58v-14,-23,4,-42,26,-42v21,0,37,23,37,44v0,43,-45,78,-88,78v-57,0,-96,-38,-95,-95v0,-21,5,-40,14,-59v39,-78,119,-122,242,-117r182,7v47,3,181,-16,179,-16v69,0,122,16,160,47v59,-60,118,-90,177,-90xm846,-470v-12,-56,-13,-69,-37,-101v-19,33,-39,71,-60,116v36,-9,68,-14,97,-15xm779,-603v-57,-55,-187,-69,-277,-32v-32,13,-57,56,-81,117r-66,171r157,1v38,-36,89,-64,152,-85v36,-69,74,-127,115,-172xm779,-166v66,-77,90,-168,70,-285v-38,-3,-66,0,-105,7r-110,278v-17,45,-26,79,-27,104v87,-17,119,-42,172,-104xm660,-423v-59,19,-106,44,-140,77v40,1,75,0,104,-1v11,-26,23,-51,36,-76xm617,-333r-108,-1v-53,58,-70,160,-26,234v7,13,18,22,31,29v35,-75,70,-181,103,-262xm56,160v146,57,290,-50,290,-190v0,-64,-21,-113,-63,-147v-69,153,-144,266,-227,337xm-180,151v-24,43,34,76,76,76v49,0,94,-24,135,-71v-23,-12,-42,-28,-59,-48r5,-3v15,19,35,34,59,46v27,-33,60,-89,97,-168v6,-13,33,-79,81,-198v-31,-11,-64,-16,-97,-16v-104,0,-193,44,-268,132v-25,29,-43,57,-52,82v-23,59,-33,108,-30,145v9,-15,22,-22,39,-22v34,-1,25,25,14,45",w:944},I:{d:"355,-665r187,7v19,0,44,-3,76,-10r2,3v-38,12,-71,47,-102,104v-36,66,-117,308,-167,380v11,141,-86,278,-204,292v112,-30,191,-132,190,-269v-50,83,-169,161,-271,163v-70,1,-126,-45,-125,-115v0,-26,8,-47,25,-64v15,-106,84,-173,199,-173v63,0,113,22,150,65v64,-142,106,-237,187,-331v-77,21,-169,4,-250,2v-75,-1,-145,40,-144,110v0,32,20,61,52,60v26,0,39,-11,39,-34v0,-35,1,-36,27,-36v21,0,31,15,31,38v0,36,-40,59,-75,59v-44,0,-83,-44,-82,-88v0,-23,8,-45,23,-67v45,-64,123,-100,232,-96xm-19,-176v6,71,41,121,126,117v86,-5,138,-65,172,-144r29,-65v-35,-49,-85,-73,-149,-73v-99,0,-170,56,-178,154v43,-35,114,-20,117,37v3,46,-51,69,-60,22v-2,-6,7,-22,6,-27v5,-28,-41,-35,-63,-21xm-52,-101v-1,57,49,94,108,93v78,0,129,-26,154,-78v-28,39,-73,57,-136,57v-60,0,-116,-54,-110,-130v-11,17,-16,36,-16,58",w:554},J:{d:"411,-361v12,11,71,18,96,18v71,-1,112,-25,129,-76v-13,59,-66,86,-161,82v-23,-1,-46,-5,-68,-10r-19,54v42,9,79,45,77,95v-3,57,-76,108,-147,107v-49,139,-108,231,-175,276v-32,21,-71,32,-117,32v-35,1,-91,-23,-91,-55v0,-15,15,-32,30,-31v7,0,21,11,43,35v22,24,44,36,67,36v53,0,100,-64,141,-191r33,-110v-67,-17,-132,-76,-131,-153v1,-104,121,-176,229,-136v30,-76,65,-139,106,-188v-117,46,-118,44,-219,-30v-52,-38,-90,-59,-117,-59v-31,0,-64,42,-63,73v0,11,5,17,14,17v6,0,22,-18,31,-16v22,0,33,10,33,31v0,21,-11,32,-32,32v-29,1,-52,-30,-52,-58v0,-59,57,-103,118,-102v33,0,63,8,87,28v33,27,75,81,124,81v41,0,70,-3,87,-9v42,-56,75,-84,100,-84v13,0,20,5,20,15v0,19,-24,41,-72,66v-38,65,-72,142,-101,230xm451,-207v0,-36,-22,-61,-67,-75r-62,181v85,1,130,-34,129,-106xm342,-375v-88,-50,-196,17,-196,112v0,71,36,120,108,148r55,-170v-33,8,-58,26,-74,55v17,-31,42,-51,76,-62v3,-7,13,-34,31,-83",w:525},K:{d:"568,-185v42,-126,174,-244,328,-245v206,-2,396,147,433,319v8,36,13,60,13,73v0,107,-47,191,-138,256v-139,99,-301,70,-440,-18v-76,-48,-138,-115,-189,-198v35,131,131,219,290,263r-7,5v-177,-53,-277,-143,-304,-304v-49,-99,-79,-167,-113,-305r-59,42r-47,116v-28,71,-42,115,-42,130v0,29,26,44,78,45r0,6r-264,0r1,-6v72,-4,89,-35,114,-98v1,-3,13,-32,35,-89v-77,31,-162,15,-215,-43v-51,-56,-72,-119,-46,-200v36,-117,147,-193,284,-215v94,-15,111,-7,198,-7v46,0,83,-1,112,-3r-1,8v-38,0,-70,20,-94,63v-22,39,-80,203,-105,270v48,-34,243,-183,324,-256v35,-32,16,-72,-44,-77r-1,-8v66,4,135,4,206,0r0,13v-34,8,-78,32,-131,71v-23,17,-63,50,-118,97v-20,17,-58,48,-115,91v15,70,34,138,57,204xm1210,196v54,-39,89,-121,91,-212v5,-223,-194,-407,-416,-404v-154,2,-276,122,-311,252v49,145,115,241,211,324v77,67,161,98,247,98v53,0,144,-43,144,-93v0,-16,-7,-27,-20,-35v-13,-8,-19,-14,-19,-17v0,-18,11,-27,32,-27v52,0,70,73,41,114xm161,-395v-53,0,-95,-33,-94,-86v0,-46,40,-98,72,-119v-99,46,-193,214,-105,332v37,50,69,79,149,80v28,0,54,-4,77,-13v95,-243,143,-374,143,-391v1,-34,-54,-48,-96,-48v-131,0,-220,55,-220,162v0,39,19,58,56,58v22,1,45,-19,44,-41v1,-6,-9,-20,-8,-26v0,-21,9,-31,27,-31v28,0,42,15,42,46v1,45,-42,77,-87,77",w:826},L:{d:"616,-18v-5,-116,144,-210,265,-210v100,0,177,47,232,142v16,27,24,63,24,106v0,91,-39,164,-118,217v-73,50,-168,75,-283,75v-151,0,-194,-29,-302,-100v-64,-42,-140,-130,-197,-194v-31,-35,-59,-60,-84,-78v-43,43,-83,63,-149,58v-26,-2,-55,-23,-54,-52v0,-71,109,-100,179,-69v49,-104,102,-270,145,-389v37,-99,96,-173,178,-226v56,-36,107,-51,148,-51v98,1,174,69,177,162v2,79,-73,136,-150,142v-20,26,-47,39,-80,39v-31,1,-69,-22,-69,-54v0,-18,15,-39,33,-38v-5,-13,-9,-24,1,-31v1,29,21,59,51,59v34,0,61,-34,61,-67v0,-48,-46,-82,-93,-82v-43,0,-82,21,-113,64v-51,71,-100,219,-142,314v-31,71,-62,133,-95,185v64,46,111,104,167,157v60,57,107,98,144,122v59,39,119,58,178,58v66,1,148,-45,126,-114v-104,17,-175,-52,-180,-145xm635,-497v65,-7,118,-46,118,-111v0,-45,-31,-101,-64,-122v-38,-24,-77,-37,-118,-37v-87,0,-160,56,-219,168v46,-49,99,-73,159,-73v77,0,140,43,139,116v0,21,-5,41,-15,59xm622,-17v3,89,67,148,167,136v-13,-13,-19,-22,-19,-27v0,-23,11,-34,32,-34v28,0,41,17,40,49v16,-6,30,-14,42,-25v-11,13,-25,23,-43,32v-1,27,-15,54,-41,80v-50,50,-118,73,-205,70v80,28,177,36,272,20v136,-22,219,-87,248,-194v16,-56,7,-129,-17,-169v-57,-95,-132,-143,-228,-143v-116,0,-253,94,-248,205xm-39,-57v0,24,30,37,53,37v39,0,71,-22,96,-67v-28,-17,-53,-26,-75,-26v-38,-1,-74,21,-74,56",w:389},M:{d:"1309,-678v37,-1,75,19,74,53v0,12,-5,18,-15,18v-21,1,-11,-24,-11,-39v0,-15,-10,-23,-29,-23v-31,0,-70,29,-115,86v-57,72,-103,158,-137,259v-23,67,-34,128,-34,183v0,73,24,110,72,110v27,0,49,-15,66,-46r4,2v-27,53,-66,79,-117,79v-67,0,-100,-52,-100,-155v0,-176,114,-363,220,-457r54,-48v-108,34,-193,100,-271,170v-33,30,-80,79,-143,148v13,87,15,183,-6,253v-17,53,-45,80,-84,80v-34,0,-55,-31,-55,-66v0,-55,31,-122,92,-203v-5,-87,-30,-188,-74,-303v-37,299,-162,456,-369,604v-94,67,-197,118,-310,153v-67,21,-127,31,-180,31v-157,0,-291,-93,-291,-249v0,-88,35,-166,105,-234v77,-75,174,-112,291,-112v125,0,211,49,257,146v29,63,36,122,18,195r-19,11v21,-83,24,-132,-5,-202v-41,-98,-125,-147,-250,-147v-133,0,-233,54,-298,136v-44,56,-67,115,-67,180v0,156,141,247,297,247v140,0,316,-73,414,-137v45,-28,90,-62,135,-103v-66,41,-138,62,-216,62v-119,0,-224,-60,-224,-171v0,-64,40,-123,105,-123v35,0,68,28,67,63v0,25,-12,37,-35,37v-28,1,-28,-11,-23,-30v1,-21,-23,-37,-43,-37v-42,0,-66,43,-66,84v0,99,100,156,205,156v103,0,197,-39,282,-118v113,-103,194,-274,211,-468v-34,-16,-182,-9,-212,2v-45,17,-69,44,-69,88v0,39,16,59,49,59v22,0,43,-19,41,-42v-2,-20,30,-31,42,-15v26,38,-11,82,-55,82v-44,0,-83,-39,-83,-83v0,-94,106,-155,206,-153v9,0,53,1,132,3v43,123,71,229,83,318v79,-87,147,-153,206,-199v115,-90,207,-135,278,-135xm731,-21v39,1,54,-116,53,-171v0,-6,-2,-32,-6,-79v-57,78,-85,144,-85,197v0,35,13,53,38,53",w:1249},N:{d:"1384,124v16,-51,79,-17,79,24v0,68,-109,130,-212,130v-53,0,-109,-9,-168,-26v-125,-37,-232,-106,-323,-209v-70,-79,-139,-191,-208,-337v-49,-103,-83,-186,-102,-249v-41,141,-98,272,-169,396v-69,120,-227,231,-374,281v-65,22,-156,27,-227,9v-131,-33,-228,-98,-289,-195v-27,-43,-41,-96,-41,-158v1,-134,67,-254,190,-254v37,0,60,10,71,30v-13,-15,-34,-23,-64,-23v-109,2,-166,77,-165,186v1,197,170,335,350,374v181,40,327,-37,426,-120v-73,45,-180,7,-180,-83v0,-33,21,-63,54,-63v16,0,29,18,29,33v0,14,-31,34,-28,49v-1,37,37,66,73,65v37,0,74,-25,114,-73v83,-101,167,-296,215,-506v-42,-8,-96,-12,-162,-12v-105,0,-157,24,-157,73v0,49,65,53,78,17v7,-19,30,-29,43,-11v23,31,3,68,-45,68v-49,0,-87,-35,-83,-85v6,-79,100,-114,196,-112r168,7v-19,-69,-37,-209,-37,-276v0,-118,54,-294,113,-380v41,-63,97,-111,165,-150v100,-58,288,-19,288,96v0,76,-105,161,-173,161v-50,0,-88,-45,-57,-85v12,-16,36,-13,41,4v10,35,82,42,118,18v-21,3,-35,-1,-53,-10v64,16,106,-20,109,-80v3,-69,-90,-116,-165,-116v-39,0,-76,10,-111,29v-127,73,-179,180,-223,356v-29,115,-25,191,-6,326v15,103,35,160,60,242v44,147,124,314,192,417v20,-121,104,-335,162,-423v47,-71,52,-84,127,-132v12,-7,26,-10,42,-11v29,-1,53,26,53,55v0,35,-25,58,-64,55v-7,-1,-14,-2,-20,-2v-79,0,-153,90,-220,269v-29,77,-49,150,-60,218v4,7,17,23,38,50v151,189,307,284,470,284v78,0,128,-41,138,-105v1,-10,-18,-28,-16,-36",w:1082},O:{d:"992,-781v0,95,-57,266,-98,325v-74,106,-173,193,-311,243v-73,121,-180,196,-321,237v-53,16,-121,41,-178,47v-41,5,-79,7,-112,7v-163,0,-276,-54,-338,-161v-50,-86,-61,-191,-33,-301v37,-145,127,-254,271,-329v7,-64,25,-119,53,-164v61,-99,134,-176,217,-234v187,-130,493,-114,675,15v115,82,175,185,175,315xm498,-671v104,-1,159,92,159,204v0,85,-22,166,-67,243v107,-34,217,-131,278,-221v48,-71,95,-212,96,-325v0,-126,-55,-229,-164,-309v-130,-95,-299,-136,-482,-94v-73,17,-128,41,-165,66v-87,59,-159,135,-216,227v-28,45,-47,99,-56,162v113,-57,232,-62,339,-2r-8,4v-103,-59,-221,-51,-332,3v-7,58,-5,118,9,169r-5,3v-15,-53,-20,-107,-13,-167v-132,67,-216,173,-252,318v-9,37,-14,73,-14,108v6,222,144,344,384,340v93,-2,149,-4,235,-34v-148,14,-240,-96,-240,-237v0,-58,15,-119,46,-184v71,-149,173,-238,306,-267r2,2v-75,25,-142,96,-203,211v-55,105,-83,200,-83,283v0,108,52,186,154,185v102,0,195,-70,278,-210v-154,11,-259,-56,-259,-195v0,-99,79,-210,148,-250v36,-21,77,-33,125,-33xm393,-356v-2,55,-96,88,-137,43v29,71,130,111,236,106v61,-106,91,-203,91,-290v0,-84,-45,-149,-125,-148v-93,0,-169,83,-198,159v-18,47,-23,146,36,146v24,0,35,-12,33,-36v5,-11,14,-17,28,-17v24,0,36,12,36,37",w:657},P:{d:"201,-362v-64,31,-123,-21,-123,-90v0,-55,29,-104,87,-146v44,-137,172,-221,350,-221r-11,6v-158,0,-267,69,-327,208v73,-48,184,-68,313,-62v41,-92,44,-111,89,-166v70,-85,124,-117,242,-118v91,0,161,39,205,118v83,148,44,303,-61,429v-65,78,-145,134,-238,168v-110,41,-258,36,-360,-11r-27,77v0,1,-8,21,-23,60v-27,65,-26,93,51,104v6,0,13,0,20,1v-1,1,-1,3,-1,5v-51,-2,-101,-3,-150,-3v-19,0,-40,0,-62,1v-37,38,-143,103,-201,118v-161,42,-256,29,-384,-40v-160,-86,-285,-264,-246,-508v18,-114,59,-203,118,-268v92,-102,234,-135,393,-91v56,15,95,34,116,58v-154,-91,-337,-66,-460,51v-93,88,-147,189,-147,344v0,193,112,319,254,393v71,37,153,55,246,53v126,-3,223,-39,290,-110v-27,1,-47,2,-62,2r1,-7v57,0,98,-23,124,-68v2,-4,14,-27,32,-71v5,-12,22,-57,53,-134v-37,-22,-71,-49,-101,-82xm709,-510v0,-77,-53,-134,-131,-133v-45,0,-77,25,-95,75r-109,301v65,30,135,45,211,45v155,0,281,-65,378,-196v92,-122,123,-272,45,-407v-56,-97,-141,-131,-267,-110v-70,12,-152,98,-183,181r-33,89v179,14,268,78,268,191v0,112,-93,187,-208,187v-55,0,-103,-13,-142,-40r2,-5v39,20,73,30,102,30v104,2,162,-98,162,-208xm405,-553v10,-23,17,-60,-5,-76v-13,-10,-30,-16,-52,-16v-69,0,-129,21,-181,62v-19,53,-18,116,9,160v3,-7,8,-14,17,-21v26,-7,35,8,40,32v3,14,-1,27,-16,40v26,26,57,50,93,71xm99,-466v0,32,32,74,66,57v-30,-45,-30,-107,-9,-164v-38,34,-57,70,-57,107",w:720},Q:{d:"124,15v-56,1,-112,-22,-111,-71v0,-41,38,-67,113,-79v-77,-65,-123,-203,-98,-342v42,-232,284,-422,560,-332v173,56,300,178,301,396v0,128,-50,225,-153,288v-83,51,-145,67,-243,44r47,-27v21,5,42,7,62,7v161,0,251,-114,251,-287v0,-214,-127,-349,-289,-403v-145,-49,-287,-25,-382,68v-74,73,-122,172,-126,310v-3,97,50,202,118,274v51,0,109,19,174,56v31,-18,66,-50,103,-96v69,-85,103,-164,103,-238v0,-107,-98,-210,-205,-210v-93,0,-174,77,-174,171v0,79,64,152,143,156v54,3,116,-80,116,-133v0,-32,-15,-68,-43,-67v-17,0,-44,16,-24,32v5,6,15,11,16,21v-2,21,-13,32,-33,32v-25,0,-38,-13,-38,-38v-1,-33,32,-61,65,-60v47,0,71,25,71,75v0,93,-67,174,-161,176v-82,2,-137,-61,-137,-142v0,-135,133,-273,268,-267v106,4,178,90,180,203v1,60,-12,125,-51,190v-34,57,-118,156,-180,211v45,28,172,128,217,156r76,46v39,17,68,25,87,25v8,0,51,-15,49,-24v0,-6,-15,-27,-13,-36v-1,-17,17,-33,34,-32v23,0,34,12,34,35v0,34,-38,58,-115,69v-108,15,-153,-16,-243,-60v-69,-34,-124,-78,-207,-140v-61,29,-115,43,-162,43xm51,-80v0,49,58,83,109,82v35,0,74,-12,118,-37v-61,-50,-104,-80,-178,-87v-24,-2,-49,17,-49,42",w:758},R:{d:"286,-43v9,26,36,39,86,40r0,3v-63,-1,-113,-2,-150,-2v-50,0,-97,1,-142,2r0,-3v39,2,72,-12,101,-43v-21,-3,-43,-8,-67,-17v-127,-51,-199,-117,-199,-253v0,-208,192,-320,381,-355v64,-12,245,8,287,17v91,18,174,74,176,169v2,75,-64,149,-134,168v-15,5,-42,9,-81,14v12,67,32,133,59,197v60,-17,117,-42,170,-75v-45,-126,15,-266,95,-319v116,-77,282,-85,412,-18v132,68,219,206,218,396v0,109,-28,200,-83,275v-64,88,-215,145,-371,144v-83,0,-166,-28,-248,-84v-113,-77,-197,-172,-258,-292v-80,25,-164,37,-252,36xm1172,190v2,-9,-15,-28,-15,-35v0,-33,47,-51,69,-25v12,12,17,27,17,45v0,41,-25,73,-74,97v102,-15,163,-40,212,-103v82,-107,107,-281,55,-431v-38,-110,-99,-183,-189,-237v-115,-68,-257,-71,-367,0v-88,57,-124,180,-95,311v68,-39,173,-166,208,-239v-29,82,-132,203,-207,243v7,30,23,62,48,95v-25,-17,-45,-47,-60,-88v-63,37,-119,64,-167,79v48,105,117,194,199,265v82,71,161,106,237,106v58,0,132,-31,129,-83xm489,-324v106,0,194,-80,195,-184v1,-72,-46,-132,-119,-132v-44,0,-69,25,-81,60v-8,22,-24,64,-48,125v-8,18,-42,97,-41,116v35,10,67,15,94,15xm532,-90v-19,-45,-44,-115,-76,-210v-23,-3,-47,-11,-71,-22r-94,238v-2,5,-5,13,-8,24v80,3,163,-7,249,-30xm164,-388v-50,28,-102,-16,-102,-68v0,-101,120,-179,218,-194v3,-1,8,-3,15,-6v-15,-5,-106,21,-120,27v-123,47,-221,153,-221,308v0,74,21,129,61,168v45,44,112,74,181,89v12,-19,23,-40,32,-63r170,-442v4,-11,6,-19,6,-25v2,-29,-57,-50,-90,-49v-71,0,-129,24,-176,71v-30,31,-43,61,-38,92v3,25,15,42,35,50v9,-1,21,1,36,4v10,11,8,30,-7,38",w:767},S:{d:"696,-913v216,0,352,149,352,368v0,83,-20,160,-60,233v-83,151,-217,226,-403,226v-19,164,-169,314,-316,384v-119,57,-240,88,-365,88v-196,0,-331,-72,-405,-217v-28,-55,-42,-116,-42,-184v0,-181,76,-318,229,-411v91,-55,182,-83,273,-83v69,0,128,18,175,55v-25,-148,2,-252,71,-373v27,-47,53,-79,77,-96v-43,50,-74,92,-91,126v-51,105,-70,228,-39,358v39,35,77,97,75,160v63,101,154,158,272,169v-13,-67,-43,-140,-88,-221v-51,-93,-79,-124,-79,-228v0,-207,157,-354,364,-354xm706,-528v2,-72,-69,-126,-144,-126v-83,0,-128,34,-137,101v-3,21,5,52,23,92v3,7,23,43,58,109v40,75,65,156,76,243v185,-5,314,-82,388,-231v35,-69,52,-141,52,-214v-1,-207,-135,-341,-335,-341v-146,0,-264,83,-309,191v-16,37,-25,84,-28,141v30,-63,116,-108,207,-108v84,0,139,31,169,89v36,69,-5,160,-77,160v-52,0,-71,-46,-51,-84v11,-20,53,-12,59,6v1,15,6,21,15,20v23,-3,34,-19,34,-48xm221,-291v-6,-56,-26,-92,-66,-134v10,32,32,77,66,134xm205,220v164,0,315,-129,297,-307v-119,-4,-213,-56,-282,-156v-10,29,-29,51,-57,67v65,0,114,34,114,103v0,58,-57,116,-115,116v-29,0,-63,-30,-58,-61v5,-28,45,-65,68,-30v22,34,70,1,70,-33v0,-48,-43,-78,-90,-78v-97,0,-182,85,-182,181v0,128,101,198,235,198xm-46,-501v-269,0,-479,215,-479,483v0,65,14,124,42,177v72,135,194,203,365,203v147,0,281,-34,402,-101v46,-26,97,-50,131,-86v-74,43,-159,64,-254,64v-110,0,-189,-33,-234,-101v-47,-71,-28,-147,27,-210v55,-63,121,-98,199,-103v31,-11,50,-35,62,-75v-39,-59,-65,-123,-79,-193v-48,-39,-109,-58,-182,-58",w:668},T:{d:"361,-814v95,-108,247,-204,425,-204v148,0,262,67,339,203v48,86,36,168,-6,268v-34,81,-48,96,-117,144v-55,37,-112,56,-173,56v-100,-1,-167,-52,-225,-111r-31,76r-176,458v-16,44,-18,70,3,93v28,16,60,27,110,23r0,9r-51,-1v-33,-4,-79,-1,-135,-2v-17,0,-79,1,-187,4v1,-1,2,-4,3,-8v75,1,123,-23,153,-80v-87,-75,-137,-176,-152,-301v-60,-14,-108,-93,-123,-161v-17,5,-45,15,-85,17v-140,8,-243,-112,-243,-255v0,-195,173,-317,377,-317v112,0,210,30,294,89xm903,-478v-86,-3,-180,-39,-262,-62v-5,9,-11,22,-19,39v39,35,60,62,122,96v84,47,187,32,264,-20v75,-51,128,-132,128,-247v0,-51,-12,-97,-37,-139v-77,-130,-186,-195,-328,-195v-167,0,-318,93,-405,196v75,57,82,72,149,181r322,101v55,17,89,26,102,26v17,0,25,-7,25,-20v0,-11,-23,-24,-23,-35v0,-18,8,-27,23,-27v21,-1,41,17,39,38v-4,47,-39,70,-100,68xm475,-642v-40,-74,-62,-103,-122,-153v-34,46,-70,81,-96,136v84,-8,156,-1,218,17xm9,-417v-1,-62,42,-148,86,-183v-38,-60,-131,-57,-169,1v21,-43,55,-65,103,-65v41,0,74,14,98,42v31,-18,71,-30,118,-35v10,-24,68,-101,103,-142v-81,-63,-178,-95,-291,-95v-188,0,-338,96,-338,288v0,133,126,264,247,255v14,-1,31,-4,50,-9v-6,-18,-6,-41,-7,-57xm544,-529v-7,-10,-16,-25,-29,-46v-41,-15,-127,-46,-200,-45v-16,-1,-41,0,-75,1v-49,126,-74,242,-73,348v3,-11,13,-16,31,-15v36,0,46,57,20,79v-13,11,-28,19,-46,21v15,107,59,200,132,280v11,-20,30,-67,58,-142xm160,-536v0,83,-50,150,-125,178v10,60,49,135,104,139v-5,-103,24,-236,89,-400v-35,3,-64,9,-87,19v13,27,19,49,19,64xm106,-579v-40,30,-82,102,-79,157v0,17,2,35,7,56v57,-42,94,-118,72,-213",w:842},U:{d:"102,-218v-2,108,60,185,161,185v59,0,108,-24,145,-72v24,-31,48,-81,72,-151v-95,-124,-94,-279,-4,-410v100,-146,276,-196,451,-114v125,58,187,165,187,317v0,113,-33,217,-96,315v-70,110,-232,236,-389,238v-106,2,-195,-58,-194,-158v0,-11,2,-34,7,-69v-74,105,-153,158,-237,158v-117,0,-195,-83,-191,-203v3,-87,23,-164,59,-231v10,-18,29,-51,52,-102v13,-30,20,-59,26,-83v-17,1,-115,-22,-166,-13v-64,11,-96,36,-96,79v0,35,32,56,53,34v14,-15,28,-2,28,17v0,16,-18,34,-35,33v-22,-2,-53,-44,-53,-69v0,-92,83,-158,196,-154v19,0,47,3,84,8v4,-52,-3,-98,-23,-132v-44,-76,-120,-114,-227,-114v-145,0,-246,69,-315,158v-95,122,-99,334,28,415v33,22,69,34,106,36v83,4,144,-25,184,-88r11,-6v-63,109,-210,146,-321,74v-67,-43,-99,-114,-99,-210v0,-171,134,-313,272,-361v44,-15,89,-24,136,-24v162,-3,267,94,267,255v55,6,87,6,137,-5v-10,32,-46,72,-68,99v-81,99,-144,217,-148,348xm1093,-443v0,-152,-61,-261,-185,-322v-152,-75,-318,-33,-413,92v-90,119,-94,272,-8,396v31,-110,70,-212,119,-310v17,-34,35,-56,56,-66v12,-6,49,-9,111,-9v11,0,16,1,16,3v-27,3,-51,13,-71,34v-62,64,-147,288,-177,407v61,51,142,77,244,77r-20,8v-97,0,-174,-22,-230,-66v-14,53,-21,92,-21,117v0,38,16,57,49,57v25,0,48,-12,67,-37r3,2v-29,55,-69,81,-119,78v37,33,88,50,153,50v145,0,271,-109,338,-212v58,-89,88,-188,88,-299xm258,-598v-49,3,-49,4,-85,2v-8,68,-58,145,-81,196v43,-73,107,-137,166,-198",w:695},V:{d:"-99,-545v-1,-79,82,-124,167,-126v-35,-64,-51,-140,-47,-227v-107,-26,-255,-10,-343,30v-107,49,-143,120,-94,225v17,37,63,61,96,85v-64,-32,-72,-29,-103,-76v-71,-109,-17,-196,110,-248v101,-42,220,-58,335,-33v11,-132,55,-226,147,-293v71,-51,151,-75,242,-70v93,5,175,41,244,108v123,118,158,287,116,492v-10,51,-29,116,-64,191v-64,136,-129,292,-229,388v-71,68,-141,104,-215,104v-114,0,-186,-84,-186,-197v0,-98,37,-213,89,-286r33,-48v-37,-26,-70,-58,-99,-97v-25,-3,-49,-4,-70,-4v-75,0,-113,20,-113,61v0,29,15,43,44,43v20,0,59,-35,60,6v0,32,-17,48,-51,48v-46,0,-69,-25,-69,-76xm605,-671v41,0,72,59,72,134v0,38,-4,74,-13,107v53,-116,71,-141,91,-246v13,-66,17,-122,17,-169v0,-222,-172,-421,-394,-421v-172,0,-304,111,-331,262v-7,33,-11,63,-12,92v117,33,195,81,231,145v51,91,30,147,-25,248v125,64,245,45,373,-24v-25,-21,-39,-32,-41,-34v-15,-15,-23,-31,-23,-46v-1,-24,31,-48,55,-48xm86,-672v41,-1,133,5,164,6v1,-31,-5,-59,-18,-82v-39,-67,-105,-116,-198,-146v-3,85,15,159,52,222xm238,-604v-26,-4,-65,-10,-117,-17v27,33,56,61,87,82v7,-11,17,-32,30,-65xm233,-506v-52,94,-81,129,-81,245v0,109,35,177,106,199v45,14,93,12,139,-8v65,-29,122,-82,170,-164v45,-79,68,-155,68,-229v0,-35,-5,-60,-16,-74v-130,75,-255,97,-386,31",w:629},W:{d:"1571,-764v0,158,-92,364,-200,462v-15,14,-48,41,-99,81v-87,334,-336,521,-758,521v-157,0,-290,-49,-399,-148v-43,-39,-95,-100,-156,-185v-204,-118,-319,-277,-324,-574v-5,-290,113,-446,303,-573v121,-81,264,-120,449,-122v256,-3,459,134,465,371v70,15,141,47,212,96v200,140,272,328,213,596v85,-70,116,-89,170,-169v76,-113,112,-236,112,-368v0,-60,-8,-109,-24,-146v24,51,36,103,36,158xm826,-935v-39,-228,-183,-332,-451,-331v-291,1,-530,134,-644,325v-54,91,-83,196,-83,317v0,233,99,416,296,549v-30,-83,-42,-185,-11,-278v14,-45,32,-76,55,-94v-64,78,-73,289,-13,392v267,154,571,157,883,44v139,-49,266,-116,381,-200v68,-257,1,-467,-181,-609v-57,-45,-125,-78,-206,-99v0,75,-35,164,-97,273v-49,87,-52,143,-71,293v-11,92,-23,165,-36,218v234,-217,351,-368,351,-454v0,-20,-9,-31,-27,-35v-18,-4,-28,-13,-28,-28v-1,-27,28,-51,55,-51v35,0,56,35,55,72v0,76,-84,201,-256,370v-94,92,-184,192,-291,270v42,-55,74,-160,95,-315v11,-82,23,-146,35,-191v-34,45,-78,109,-133,192v-49,73,-96,137,-143,190v-75,85,-136,129,-181,130v70,-62,93,-135,113,-261r28,-189v0,-10,29,-146,29,-156v0,-40,-57,-61,-103,-61v-78,0,-152,61,-150,140v0,29,10,46,28,54v25,11,36,0,36,-25v-1,-18,6,-29,24,-30v21,0,31,15,31,44v0,36,-40,62,-75,62v-71,0,-87,-77,-69,-153v38,-156,150,-292,284,-348v89,-37,214,-54,342,-46v6,1,49,7,128,19xm314,-667v43,-1,114,18,157,6r4,5v-36,35,-65,127,-86,276v-16,111,-33,200,-50,266v50,-52,112,-136,187,-252v79,-124,140,-210,182,-257v81,-93,122,-181,122,-266v0,-12,-1,-24,-3,-36v-54,-11,-118,-23,-197,-22v-163,0,-297,48,-400,145v-76,72,-121,127,-141,237v39,-68,114,-102,225,-102xm1233,-192v-119,88,-282,151,-443,210v-227,84,-588,76,-789,-28v64,130,177,220,339,271v89,28,185,30,295,18v239,-25,407,-114,503,-265v41,-65,72,-133,95,-206",w:953},X:{d:"75,-480v-1,-114,105,-183,222,-186v-9,-21,-43,-82,-101,-181v-60,-103,-123,-182,-189,-235v-83,-67,-175,-100,-278,-100v-84,0,-144,33,-193,85v-80,84,-119,151,-119,303v0,119,36,231,107,338v112,170,297,215,503,131v-1,2,-4,5,-8,8v-58,35,-130,51,-213,51v-129,0,-234,-55,-315,-165v-74,-100,-111,-217,-111,-350v0,-145,37,-218,116,-298v85,-85,149,-133,284,-133v98,0,192,32,281,97v79,57,145,133,199,226v38,66,71,130,99,193v6,13,13,25,20,35v51,-1,86,-2,105,-1r25,1r-1,4v-57,2,-86,18,-86,47v0,47,50,171,69,228v75,-73,138,-134,183,-187v35,-41,14,-90,-59,-88r1,-4r145,2r26,-2v79,-75,165,-136,258,-184v201,-106,398,-120,561,7v110,86,146,211,90,352v68,101,102,200,102,295v0,132,-28,238,-87,318v-54,73,-173,164,-275,186v-146,31,-341,21,-487,-32v-146,-53,-211,-93,-314,-194v-67,-67,-115,-135,-145,-206v-13,-31,-34,-91,-63,-180v-53,49,-93,88,-121,118v-57,62,-86,105,-87,129v0,21,25,35,74,42r0,5v-46,-1,-89,-2,-130,-2v-41,0,-78,1,-112,2r0,-3v19,-3,42,-13,67,-28v79,-48,222,-201,304,-282v-23,-59,-41,-122,-69,-209v-21,-64,-39,-99,-52,-108v-9,-6,-24,-9,-44,-9v-81,-2,-154,57,-152,136v0,35,12,52,35,52v5,0,11,-9,18,-28v7,-19,20,-28,37,-27v17,1,26,12,26,35v0,37,-47,68,-83,68v-42,0,-63,-24,-63,-72xm762,163v85,66,355,149,499,149v169,0,253,-26,348,-101v76,-60,109,-107,145,-204v16,-45,25,-106,25,-181v0,-83,-32,-178,-95,-286v-60,118,-194,196,-367,198v-98,1,-228,-42,-285,-96v142,97,339,119,498,41v68,-33,117,-84,149,-150v-58,-88,-87,-127,-169,-180v-100,-65,-178,-90,-332,-90v-182,0,-331,99,-391,205v-32,57,-47,131,-47,222v0,174,138,256,312,277v-130,-11,-197,-35,-257,-109v-41,-51,-61,-109,-61,-170v3,-210,73,-292,219,-377v69,-40,147,-59,231,-59v263,3,391,88,507,254v52,-138,15,-245,-99,-327v-74,-53,-154,-80,-240,-80v-107,0,-236,46,-386,137v-18,11,-66,45,-144,104v21,-1,39,-1,53,-1r-1,3v-48,7,-97,30,-146,69v-51,39,-171,169,-232,223v38,111,86,269,134,351v35,61,78,111,133,146v45,29,77,41,127,32r0,2v-49,14,-81,10,-128,-2",w:800},Y:{d:"306,-514v1,-54,-28,-97,-79,-97v-53,0,-89,45,-108,136r-9,0v12,-79,44,-134,93,-168v99,-69,192,34,185,128v0,11,-1,31,-4,61v148,-226,385,-299,665,-200v106,38,181,94,223,169v58,104,84,188,65,308v-7,45,-18,80,-29,107v-56,133,-196,237,-349,277v-58,15,-175,12,-244,2v-59,-9,-152,-70,-177,-115v-31,-56,-48,-110,-48,-164v0,-152,140,-280,294,-280v127,0,223,98,226,226v1,69,-25,113,-69,138v-25,14,-67,21,-124,21r10,-6v120,4,170,-41,170,-150v0,-128,-84,-218,-219,-218v-142,0,-272,108,-272,251v0,55,18,111,51,170v23,41,122,104,178,111v65,9,202,7,252,-7v182,-49,293,-164,322,-351v37,-243,-60,-407,-266,-481v-122,-44,-255,-56,-381,-20v54,-3,105,21,105,68v1,23,-21,46,-44,45v-18,0,-32,-12,-42,-36v-11,-29,-30,-43,-55,-43v-99,1,-199,121,-234,206r-111,273v-21,53,-32,88,-32,103v0,18,10,30,29,37v5,0,21,1,47,2r0,11v-87,-5,-176,6,-217,41v-12,10,-44,51,-52,59v-93,97,-166,164,-221,201v-108,70,-216,102,-377,102v-221,0,-387,-80,-467,-221v-74,-130,-87,-236,-33,-381v85,-230,249,-372,519,-372v135,0,247,77,299,171v21,38,33,80,33,125v0,126,-88,234,-210,234v-63,0,-95,-11,-98,-32r2,-6v11,16,48,24,111,24v111,0,182,-102,182,-216v0,-103,-51,-185,-153,-245v-65,-38,-126,-56,-207,-46v-256,30,-385,143,-465,361v-56,151,-45,265,36,385v89,132,239,202,446,202v304,0,461,-130,602,-320v13,-17,32,-40,55,-67v-21,0,-39,0,-56,1r0,-10v39,1,63,1,82,-23v25,-30,37,-56,69,-138v36,-94,101,-237,101,-343",w:679},Z:{d:"907,273v0,81,-89,140,-177,140v-32,0,-64,-7,-97,-20v213,146,445,219,694,219v186,0,354,-41,505,-122v155,-83,277,-204,371,-361v168,-280,202,-646,41,-930v-162,-285,-527,-447,-963,-445v-269,0,-513,53,-729,162v-288,146,-397,252,-581,516v-49,72,-94,153,-133,242v63,-185,244,-439,354,-546v246,-239,622,-379,1094,-383v471,-4,811,153,987,439v73,120,109,256,109,409v0,183,-51,359,-152,529v-101,170,-232,300,-392,392v-249,144,-583,157,-882,55v-129,-44,-250,-106,-360,-187v-99,-73,-226,-195,-316,-325v-27,-39,-49,-66,-64,-82v-58,-61,-107,-73,-170,-14v-125,117,-262,217,-415,298v-171,91,-316,136,-436,136v-196,0,-347,-104,-404,-252v-42,-111,-39,-237,17,-333v52,-89,159,-159,291,-161v146,-1,263,91,281,220v17,123,-21,214,-111,265r-2,-3v67,-46,100,-112,100,-199v0,-166,-100,-279,-262,-279v-121,0,-228,69,-279,149v-64,101,-53,229,4,337v68,128,157,180,324,216v31,7,63,10,94,10v91,0,203,-28,331,-90v169,-82,279,-174,452,-325v11,-9,51,-46,120,-111r406,-386v-99,-2,-94,-10,-196,-57v-61,-28,-104,-45,-132,-45v-34,-1,-59,24,-58,58v0,20,6,38,21,51v19,17,60,39,61,66v1,20,-20,36,-40,36v-41,0,-76,-74,-74,-119v4,-69,58,-116,129,-116v98,0,232,63,316,68v23,1,59,-17,82,-36v136,-115,370,-233,553,-233v132,0,282,78,346,132v77,64,139,186,140,317v0,63,-15,124,-44,182v-47,94,-115,169,-199,230v-138,99,-303,120,-476,67v-82,-25,-145,-78,-192,-150v-70,-106,-45,-245,42,-317v82,-68,234,-83,353,-41r-8,4v-196,-68,-424,38,-409,235v4,57,51,136,87,167v75,64,205,116,335,117v96,0,185,-29,266,-88v75,-54,135,-126,181,-217v56,-109,56,-232,4,-348v-55,-123,-122,-177,-253,-237v-59,-27,-121,-40,-186,-40v-123,0,-261,49,-414,143v-92,57,-157,126,-235,200r-391,367v59,2,157,113,199,190v48,87,100,152,155,230v34,49,72,82,109,103v29,16,61,24,94,24v52,1,118,-32,116,-81v0,-9,-3,-17,-12,-24v-34,-27,-30,-79,26,-79v32,0,54,29,54,61",w:620},"[":{d:"394,-695r-2,4v-51,3,-85,22,-101,55v-16,33,-30,87,-42,128r-176,564v-21,58,-8,81,62,89r-3,7r-146,0v-4,0,-6,-3,-6,-9v8,-36,195,-623,245,-780r15,-45v3,-9,9,-13,16,-13r138,0",w:358},"\\":{d:"233,63r-14,10v-5,-59,-8,-114,-11,-165v-6,-98,-12,-278,-19,-539r11,-19r22,525v1,17,4,79,11,188",w:287},"]":{d:"264,-647v0,-36,-24,-37,-70,-43r6,-6r145,0v3,1,5,3,5,6r-24,66r-228,751v-5,12,-8,26,-34,26v-24,0,-66,1,-126,0r1,-3v66,-7,94,-24,112,-83r131,-418v55,-177,82,-276,82,-296",w:316},"^":{d:"249,-348v0,65,67,126,132,126v39,0,75,-23,106,-70r-205,-314r-210,315r-87,0r14,-21v-52,-27,-41,-115,-10,-164v11,-18,31,-44,60,-77v51,-57,110,-90,177,-98v10,-14,18,-31,30,-44r27,44v116,10,238,153,238,282v0,21,-3,40,-10,59r14,22r-24,0v-26,48,-76,91,-143,81v-62,-9,-118,-71,-118,-141v0,-67,44,-136,112,-134v3,0,4,1,4,4v0,2,-1,3,-4,3v-62,-1,-103,62,-103,127xm510,-369v7,-119,-116,-256,-219,-271r58,91r153,226v5,-15,8,-30,8,-46xm218,-640v-61,9,-115,41,-162,94v-48,56,-83,88,-83,164v0,31,11,52,32,61",w:474},_:{d:"381,128v-53,2,-164,-29,-224,-29v-84,0,-99,2,-157,22v-4,2,-6,-3,-2,-4v109,-41,194,-42,332,-15v52,10,91,5,112,-12v6,-5,9,2,9,4v0,2,-5,9,-18,18v-17,12,-35,16,-52,16",w:429},"`":{d:"282,-609v-1,-14,15,-32,29,-31v19,0,32,11,39,33r36,111r2,-6r-5,5r-80,-81v-14,-14,-21,-24,-21,-31",w:352},a:{d:"475,-225v73,0,109,52,109,124v0,72,-68,139,-147,128r-12,6v83,15,155,-59,152,-135v-2,-68,-38,-119,-108,-118v-17,0,-31,3,-42,9v-33,19,-68,53,-104,101v-54,72,-95,108,-123,108v-12,0,-18,-7,-18,-21v0,-56,15,-74,40,-149v-39,60,-67,99,-83,117v-32,36,-64,54,-96,53v-34,-1,-51,-18,-51,-53v0,-45,19,-98,56,-161v-84,99,-167,148,-248,148v-83,0,-136,-88,-135,-176v2,-113,76,-207,154,-253v98,-58,260,-37,265,85v2,39,-26,83,-56,92v37,-19,64,-90,38,-138v-44,-80,-179,-79,-258,-28v-70,45,-135,138,-136,242v-1,85,47,175,126,173v98,-2,226,-114,278,-187v82,-114,153,-170,208,-170v13,0,25,7,38,22r17,-17r53,-2v-30,58,-143,319,-148,370v0,7,3,11,10,11v17,2,96,-108,118,-128v31,-28,52,-53,103,-53xm302,-393v0,-18,-8,-27,-25,-27v-27,0,-65,37,-112,111v-35,55,-62,105,-81,151v-17,41,-26,74,-26,99v0,21,8,32,24,32v35,0,82,-53,139,-158v54,-99,81,-168,81,-208",w:401},b:{d:"307,-430v36,0,66,47,54,96r133,-138v-52,64,-97,112,-134,145v-16,105,-118,250,-196,298v-30,18,-60,29,-93,29v-30,0,-47,-23,-52,-68v-18,45,-64,90,-137,133v-101,59,-181,99,-315,96v-131,-3,-219,-51,-259,-139v-21,-45,-29,-70,-23,-112v0,37,9,74,27,109v43,86,129,131,257,136v170,7,351,-92,412,-206v21,-38,48,-88,77,-153v-86,-13,-141,-71,-141,-166v0,-31,6,-61,18,-90v32,-78,78,-134,139,-169v55,-32,111,-38,181,-30v17,2,32,-1,45,-4v-15,97,-89,220,-109,296v0,4,3,5,8,4v31,-45,67,-67,108,-67xm307,-384v0,-21,-9,-32,-27,-32v-26,0,-57,27,-92,82v-23,35,-43,74,-60,115v48,-10,99,-31,154,-64v17,-43,25,-77,25,-101xm233,-639v0,-11,-8,-18,-23,-18v-53,0,-96,12,-130,33v-52,33,-93,84,-122,155v-27,64,-30,155,13,204v23,26,53,44,92,51r22,-49v8,-17,54,-129,137,-336v7,-18,11,-31,11,-40xm280,-277v-51,31,-103,53,-154,64v-22,47,-55,146,-55,166v0,25,9,38,27,38v19,0,43,-18,70,-55v42,-56,79,-127,112,-213",w:368},c:{d:"382,-482v121,-18,217,50,221,164v3,94,-83,184,-191,184v-65,0,-112,-24,-140,-74v-3,-6,-5,-17,-7,-32v20,66,76,102,152,101v104,-2,181,-89,181,-178v0,-106,-100,-177,-218,-159v-64,10,-114,30,-151,56v36,-15,90,-7,91,32v0,22,-9,33,-26,33v-23,0,-25,-21,-22,-43v-2,-30,-26,-25,-47,-10v-31,22,-65,75,-98,160v-31,81,-47,144,-47,189v0,29,9,43,26,43v38,0,101,-79,115,-112r6,4v-25,49,-80,120,-136,122v-44,1,-74,-37,-73,-81v0,-60,24,-129,73,-207v-52,60,-111,97,-200,100v-96,2,-151,-66,-152,-162v-1,-61,46,-123,104,-121v54,2,82,32,82,78v0,32,-20,54,-59,65v36,-13,54,-35,54,-65v0,-47,-30,-72,-75,-72v-56,0,-101,62,-101,118v0,91,55,151,146,150v51,0,95,-14,130,-41v23,-17,59,-44,97,-88v61,-71,150,-137,265,-154",w:310},d:{d:"-5,-100v-47,-14,-79,-80,-76,-144v6,-154,66,-248,177,-331v94,-70,168,-94,289,-86r96,-1r-29,73v95,-1,163,33,204,102v55,93,62,188,25,300v-36,111,-90,187,-161,229v-61,36,-115,54,-163,54v-97,1,-156,-31,-175,-96v-15,-52,14,-105,23,-149v-67,99,-122,149,-165,149v-45,0,-56,-53,-45,-100xm333,-122v-24,37,-98,117,-139,121v-3,0,-3,1,-2,4v24,56,67,79,144,86v51,5,109,-15,176,-55v104,-61,180,-198,180,-361v0,-153,-87,-263,-242,-256r-172,425v-26,64,-39,100,-39,107v0,7,3,10,9,10v11,0,39,-28,82,-83xm407,-640v0,-7,-6,-14,-20,-15v-118,-11,-202,18,-295,87v-108,80,-160,184,-166,332v-2,61,26,117,70,130v22,-85,84,-178,139,-238v51,-55,95,-82,134,-82v15,0,29,8,44,24r54,-130v27,-65,40,-101,40,-108xm294,-375v0,-30,-12,-45,-35,-45v-29,0,-76,63,-143,190v-45,87,-68,146,-68,177v0,21,8,32,23,32v30,-1,95,-82,115,-111v36,-52,106,-178,108,-243",w:434},e:{d:"181,-485v105,0,180,61,180,156v0,63,-34,117,-102,160v-4,16,-11,34,-21,53v-41,76,-91,114,-151,114v-59,0,-83,-49,-73,-114v-27,55,-91,116,-171,100r8,-5v51,10,81,-7,117,-45v31,-33,49,-64,57,-99v-74,5,-126,-48,-126,-121v0,-58,34,-107,101,-147v59,-35,119,-52,181,-52xm275,-386v0,-23,-10,-35,-29,-35v-28,0,-60,35,-95,106v28,-1,52,7,72,26v35,-38,52,-70,52,-97xm354,-333v0,-93,-72,-147,-175,-147v-60,0,-118,16,-173,48v-64,38,-96,85,-96,141v0,68,50,120,118,119v13,-39,32,-76,57,-113v-7,5,-19,14,-35,29v14,-18,28,-31,41,-39v61,-88,115,-132,164,-132v35,0,52,17,52,52v0,31,-24,65,-71,102v21,30,30,58,24,97v63,-46,94,-98,94,-157xm219,-285v-19,-18,-43,-26,-70,-25v-19,40,-35,79,-46,117v38,-19,77,-50,116,-92xm252,-170v8,-40,0,-69,-21,-99v-27,25,-69,52,-125,80v-19,39,-29,76,-29,111v0,36,13,54,40,54v60,0,120,-80,132,-140v-4,4,-16,9,-35,14v7,-3,26,-12,38,-20",w:311},f:{d:"434,-744v125,-2,224,118,224,242v0,95,-44,177,-131,246v-56,46,-157,97,-242,97v-49,0,-94,-7,-136,-26v-58,165,-114,269,-169,312v-24,19,-49,28,-76,28v-19,0,-41,-12,-40,-32v0,-16,9,-24,27,-24v11,-3,46,32,57,30v8,0,16,-3,23,-9v29,-24,71,-135,126,-333v-55,-39,-103,-114,-104,-201v0,-83,39,-147,118,-192v3,-1,5,-1,7,0v-112,77,-143,189,-75,312v13,23,33,43,60,61r29,-101v-13,-20,-21,-42,-24,-65r-28,0v2,-5,5,-11,8,-20r20,0v5,-42,21,-69,49,-81v-25,15,-40,42,-44,81r42,2v5,-15,12,-37,23,-66r49,-125v27,-68,118,-134,207,-136xm425,-425v-1,86,-66,157,-155,157v-30,0,-59,-7,-87,-21r-27,83v113,44,217,38,314,-15v90,-48,172,-152,173,-278v2,-144,-128,-276,-282,-224v-58,20,-100,64,-125,124v29,-38,67,-62,122,-66v17,-1,43,10,42,28v0,16,-8,24,-23,24v-13,0,-37,-32,-52,-29v-21,0,-44,33,-67,99v-5,13,-17,54,-36,125v65,-1,84,-8,108,-57v16,-34,61,-30,80,-1v9,14,15,31,15,51xm279,-281v100,0,159,-89,123,-183v-13,-35,-57,-44,-66,-4v-13,56,-44,63,-118,66v-7,27,-18,61,-31,101v30,13,61,20,92,20xm151,-399v-11,-1,-24,-1,-38,-1v3,20,10,39,22,56",w:328},g:{d:"382,-384v38,15,67,65,67,116v0,122,-101,214,-215,226v65,24,130,87,130,169v0,76,-52,150,-105,179v-94,51,-186,76,-297,49v-132,-32,-207,-97,-207,-236v0,-84,36,-147,109,-186v53,-28,96,-40,157,-27v-176,-20,-293,120,-234,290v32,92,141,158,280,158v147,0,288,-75,288,-224v0,-56,-34,-108,-103,-155v32,26,40,60,20,100v-27,53,-85,80,-174,80v-67,0,-154,-25,-152,-82v0,-30,28,-58,84,-84r46,-22v-31,-15,-46,-32,-46,-51v0,-29,26,-58,79,-86v-39,-28,-58,-62,-58,-102v0,-79,82,-153,160,-153v33,0,57,12,72,35v18,-1,61,-37,84,-35v28,-7,37,33,15,41xm213,-419v-53,0,-112,142,-112,197v0,37,12,52,36,52v47,0,117,-139,117,-192v0,-38,-14,-57,-41,-57xm225,-46v116,-6,207,-95,214,-217v4,-62,-47,-116,-103,-126v-20,-4,-37,1,-48,8v26,66,17,125,-32,171v-39,37,-84,56,-139,43v-13,-3,-51,36,-51,50v0,27,71,43,103,51v20,5,39,12,56,20xm115,148v64,0,136,-31,135,-86v0,-26,-30,-49,-91,-70v-38,-13,-62,-20,-71,-23v-51,23,-89,42,-92,95v-3,56,58,84,119,84",w:372},h:{d:"314,-663v-5,21,-98,242,-150,375v1,1,1,3,1,4v3,0,5,-2,7,-5v30,-53,98,-124,164,-126v19,0,29,13,29,40v0,103,-77,198,-103,308v-1,9,3,15,12,16v10,1,31,-21,64,-66r2,2v-23,41,-83,113,-129,113v-17,0,-26,-8,-25,-25v18,-70,52,-149,87,-237v18,-45,32,-67,32,-106v0,-13,-5,-16,-16,-14v-36,7,-82,53,-137,144v9,-1,46,-14,110,-38v-39,23,-77,37,-114,44v-26,43,-62,119,-107,229r-57,0v-96,105,-215,157,-356,157v-210,1,-327,-102,-394,-239v5,0,11,14,29,43v39,62,99,122,181,156v64,27,93,32,167,32v197,-2,337,-99,414,-236v15,-25,33,-71,56,-138v-104,-3,-152,-56,-152,-148v0,-62,28,-130,83,-205v41,-56,92,-89,150,-84r70,6xm221,-606v0,-34,-27,-52,-56,-52v-51,0,-121,47,-144,78v-30,41,-86,141,-86,206v0,87,50,134,149,139r29,-71v25,-60,55,-137,90,-232v12,-32,18,-55,18,-68",w:405},i:{d:"240,-634v21,0,39,19,37,40v-3,39,-28,42,-78,45v-63,3,-93,60,-49,100v16,15,33,22,50,22v15,0,23,8,23,25v0,35,-67,177,-87,230v37,-9,71,-25,103,-48v-27,24,-68,47,-107,56v-13,35,-34,76,-42,112v1,9,4,13,9,13v13,0,42,-30,86,-89r3,2v-21,30,-42,56,-65,79v-31,31,-57,46,-77,46v-19,0,-28,-9,-28,-26v0,-15,19,-72,45,-131v-39,-9,-56,-39,-52,-90v2,-21,21,-52,58,-91v4,-4,28,-24,72,-61v13,-11,27,-19,41,-24v-29,-4,-73,-34,-70,-65v4,-37,63,-69,106,-70v-39,-18,-19,-75,22,-75xm154,-377v0,-7,-3,-11,-10,-11v-13,0,-37,18,-71,54v-35,39,-51,46,-57,88v-5,40,16,78,49,82v19,-40,36,-80,53,-121v11,-28,29,-63,36,-92",w:261},j:{d:"238,-673v32,0,58,48,28,70v82,-18,126,47,126,124v0,65,-32,118,-102,118v-32,0,-56,-12,-71,-35v-13,93,-57,202,-85,289v-39,122,-92,199,-172,247v-36,21,-84,33,-143,34v-139,4,-248,-67,-332,-209v-71,-119,-85,-303,-30,-438v31,-75,83,-135,151,-179v28,-19,64,-28,107,-28v144,0,227,148,171,292v-35,89,-86,153,-157,195v-32,18,-69,30,-112,35r12,-8v122,-14,212,-113,251,-223v13,-35,19,-68,19,-99v-1,-110,-78,-186,-186,-186v-39,0,-74,9,-107,28v-102,59,-178,191,-177,362v0,93,21,176,63,248v77,132,188,199,334,200v35,1,62,-2,81,-7v-23,2,-48,-9,-46,-31v2,-32,54,-30,67,-9v9,9,17,14,23,14v20,0,41,-29,62,-88v43,-116,85,-240,127,-372v2,-8,10,-42,-9,-40v-18,-4,-64,56,-80,94r-9,-7v57,-97,108,-145,151,-145v13,0,23,14,29,27v12,24,35,36,67,36v61,-1,91,-32,91,-104v0,-65,-31,-122,-89,-125v-30,-2,-37,1,-56,2v-22,2,-38,-18,-38,-40v-1,-22,19,-42,41,-42",w:254},k:{d:"264,240v70,96,190,165,329,162v237,-5,383,-93,464,-273v62,-139,47,-296,-59,-383v-68,-55,-124,-80,-237,-77v-37,1,-71,8,-102,19r11,-8v80,-34,156,-35,232,-12v35,11,70,35,108,66v111,91,119,256,51,397v-78,160,-219,277,-452,277v-131,0,-237,-38,-314,-116v-93,-94,-106,-149,-152,-311v-7,-25,-20,-67,-41,-126v-15,33,-35,82,-60,146v-10,-1,-50,-4,-64,-1r37,-82v56,-126,121,-290,197,-492v11,-29,14,-71,-26,-72v-3,-1,-8,-1,-15,-2r1,-3v18,1,35,-1,52,-1v62,0,93,-36,93,-104v0,-126,-136,-219,-267,-219v-162,0,-297,161,-305,317v-1,17,-2,30,-2,38v0,121,49,218,146,291v59,45,113,67,162,66v-113,-3,-264,-109,-295,-200v-20,-58,-28,-122,-25,-191v7,-157,159,-327,321,-327v133,0,271,97,271,225v0,37,-6,70,-18,97r1,0r-132,335v58,-65,110,-98,157,-98v26,-1,50,20,49,46v0,39,-46,93,-138,162v-17,12,-45,31,-86,56r74,266v21,67,40,108,59,123v29,24,76,19,91,-14v1,-1,3,-15,6,-42v2,-17,10,-26,25,-26v16,0,24,8,24,25v0,44,-53,84,-106,84v-25,0,-46,-6,-65,-18xm329,-341v1,-27,-24,-49,-51,-49v-38,0,-105,69,-117,102v-5,14,-15,36,-27,67r20,55v117,-67,175,-125,175,-175",w:391},l:{d:"177,-152v-42,69,-98,147,-160,151v-5,0,-8,-1,-10,-4v-1,55,7,104,24,148v61,164,232,289,447,290v121,0,278,-43,358,-89v103,-59,220,-182,265,-298v60,-159,87,-234,20,-367v-47,-92,-114,-148,-230,-172v117,25,179,73,233,167v74,129,54,215,-4,373v-43,117,-176,256,-279,315v-80,45,-232,86,-355,87v-228,-1,-405,-129,-470,-302v-30,-79,-33,-175,0,-254r200,-489v9,-26,23,-45,-5,-54v-8,-3,-18,-3,-29,-2r2,-7r27,0v51,-17,89,-66,83,-136v-12,-142,-146,-245,-307,-240v-162,6,-260,51,-380,136v-97,69,-160,146,-191,229v25,-82,88,-159,189,-232v127,-92,253,-138,377,-138v177,0,347,103,343,270v0,40,-7,76,-20,109r-233,576v-9,22,-13,34,-13,37v0,7,4,11,11,11v22,0,57,-39,105,-117",w:256},m:{d:"463,126v-1,149,88,262,229,258v27,0,56,-3,85,-10v101,-23,238,-120,409,-291r84,-85v-9,14,-24,38,-50,70v-82,102,-365,317,-509,335v-162,20,-271,-81,-271,-243v0,-117,26,-158,73,-271v-44,61,-81,97,-112,108v-28,10,-74,-3,-72,-33v-6,-38,48,-43,46,-9v-1,14,-9,39,13,39v30,0,65,-52,104,-157v32,-85,48,-147,48,-185v2,-64,-50,-42,-76,-14v-76,83,-153,202,-231,357r-56,0v34,-67,140,-299,140,-364v0,-15,-4,-24,-12,-26v-26,-5,-75,48,-147,160v-51,78,-86,148,-122,233v-13,-5,-35,-2,-53,-3v-59,10,-133,10,-224,3v-143,-11,-178,-78,-109,-167v23,-30,78,-66,105,-78v-5,5,-18,14,-39,25v-40,22,-95,82,-95,134v0,45,47,71,140,80v87,8,162,7,225,-4r52,-140r42,-105v24,-60,36,-94,36,-102v0,-7,-3,-12,-8,-13v-13,-4,-31,12,-54,47v-11,17,-23,38,-37,63r-1,-1v37,-93,76,-142,119,-145v16,-2,28,14,26,29v-1,29,-16,78,-44,147v-3,9,0,13,9,13v3,0,7,-2,10,-6v23,-41,50,-79,79,-114v46,-57,89,-85,128,-85v23,0,35,11,35,32v0,18,-8,57,-28,114v-4,12,-12,27,-19,47v-1,7,4,12,12,7v29,-49,61,-92,96,-129v45,-47,83,-71,114,-71v29,0,43,22,43,65v-1,91,-46,194,-88,285v-31,66,-45,133,-45,200",w:617},n:{d:"352,-425v54,0,78,74,78,141v0,59,-13,114,-38,165v-49,99,-117,179,-202,240v-118,84,-233,130,-346,138v-161,11,-313,-114,-283,-292v-19,167,112,278,264,278v118,0,233,-39,345,-117v89,-62,160,-143,209,-244v34,-69,49,-126,44,-201v-8,72,-37,145,-88,218v-45,66,-88,99,-129,99v-23,1,-45,-16,-44,-39v0,-25,10,-37,30,-37v16,0,24,9,24,26v0,15,-22,44,8,44v33,0,68,-58,104,-173v20,-65,30,-116,30,-153v1,-28,-16,-66,-41,-66v-35,0,-79,49,-134,146v-15,26,-80,185,-106,247v0,0,-17,0,-56,1r104,-283v19,-52,29,-81,29,-87v0,-10,-4,-15,-12,-15v-26,2,-81,81,-93,107r-3,-1v17,-45,49,-85,95,-120v21,-16,37,-24,48,-24v15,0,23,11,23,32v0,24,-10,63,-29,117v-3,6,6,11,9,5v59,-101,112,-152,160,-152",w:459},o:{d:"89,0v-71,0,-83,-106,-69,-182v-67,3,-116,-15,-145,-54v-62,-84,27,-193,87,-227v42,-23,89,-36,143,-36v87,0,147,32,183,95v15,26,23,70,17,106v-21,136,-74,228,-155,277v-23,14,-44,21,-61,21xm278,-412v-36,-53,-95,-79,-176,-79v-93,0,-164,34,-211,101v-33,47,-46,101,-14,148v27,39,76,57,145,54v11,-52,37,-101,76,-148v51,-61,97,-91,137,-91v19,0,33,5,43,15xm268,-376v0,-29,-11,-43,-33,-43v-35,0,-83,73,-142,220v34,-7,80,-22,137,-44v-52,25,-99,42,-140,51v-1,1,-9,31,-30,89v-13,35,-8,91,26,97v18,3,42,-14,68,-59v43,-73,114,-205,114,-311",w:347},p:{d:"241,-427v89,-1,141,61,139,150v-2,145,-90,274,-228,274v-21,0,-44,-6,-70,-19v-22,43,-46,100,-56,129v-3,29,17,43,57,42v-2,11,-16,5,-46,5v-83,0,-40,-6,-95,-2v-98,146,-187,226,-403,233v-76,2,-180,-43,-224,-73v-62,-43,-129,-151,-128,-246v2,-118,36,-195,107,-266v59,-59,132,-87,216,-87v107,0,192,44,257,131v17,-9,35,-13,56,-13v57,-1,98,33,98,88v0,52,-29,92,-87,119v1,43,-4,78,-15,105v49,16,106,12,130,-23v63,-92,112,-262,163,-383r46,-117v-44,16,-82,46,-114,89r-2,-1v39,-53,80,-91,121,-113r33,-74v-118,56,-272,101,-381,101v-147,0,-244,-37,-293,-120v-39,-66,23,-148,69,-170v47,-23,99,-35,156,-35v95,0,157,26,187,75v27,44,15,109,-27,125v34,-34,47,-79,23,-122v-28,-49,-90,-73,-184,-73v-101,0,-171,29,-209,86v-23,35,-31,74,-10,111v43,75,147,109,311,105v116,-3,254,-40,362,-90v25,-12,50,-14,75,-27xm320,-296v0,-59,-32,-107,-88,-111r-150,378v67,38,110,11,159,-52v54,-69,79,-142,79,-215xm-166,34v39,-17,82,-64,82,-116v1,-72,-81,-100,-146,-71v40,55,61,118,64,187xm-171,41v-7,3,-17,7,-32,12v10,-6,20,-13,32,-17v-3,-69,-24,-131,-65,-186v-79,40,-108,127,-64,208v20,38,59,65,114,84v11,-27,16,-60,15,-101xm-191,152v-77,-22,-140,-71,-140,-160v0,-61,31,-110,93,-146v-65,-86,-148,-129,-251,-129v-164,0,-302,146,-316,299v-12,130,53,236,134,286v42,26,154,66,227,65v98,-2,191,-32,250,-76v43,-31,84,-77,123,-138v-39,4,-76,11,-115,0v-8,16,-19,33,-33,51v-90,112,-216,134,-355,65v68,23,117,34,147,34v79,0,146,-35,203,-104v15,-19,26,-35,33,-47",w:419},q:{d:"392,-423v-21,40,-213,509,-213,543v0,30,36,29,66,34v146,23,392,-58,506,-152v69,-57,127,-125,143,-208v8,-41,-17,-77,-67,-106r14,2v45,26,62,61,59,105v-7,105,-154,250,-263,294v-134,54,-229,85,-399,68v-27,-3,-60,-5,-99,-5v-25,0,-80,9,-107,4r1,-2v38,-3,66,-18,83,-46v-33,-33,-47,-67,-36,-109v-43,1,-67,-47,-67,-94v0,-59,23,-123,68,-194v48,-74,99,-118,153,-134v39,-12,61,-1,82,28v1,1,2,2,3,2v3,0,9,-10,17,-29v22,1,41,0,56,-1xm300,-377v0,-27,-11,-41,-32,-41v-29,0,-66,39,-111,116v-67,115,-100,200,-100,255v0,23,8,36,25,39v16,-52,60,-100,132,-143v57,-101,86,-177,86,-226xm208,-139v-65,43,-106,86,-121,131v31,-1,72,-45,121,-131xm180,-47v-41,29,-73,44,-95,46v-11,40,2,70,34,103v3,-5,23,-54,61,-149",w:382},r:{d:"351,-430v25,-1,46,21,46,46v0,41,-48,51,-62,15v-13,-35,-43,-35,-69,-8v-76,77,-132,256,-184,372v-29,2,-53,13,-73,32r-67,66v-92,86,-250,146,-421,147v-192,0,-321,-57,-388,-172v-44,-77,-31,-152,33,-207v35,-30,76,-49,123,-58v-113,44,-169,101,-169,171v0,27,9,56,26,86v67,115,193,173,378,173v157,-1,304,-54,391,-130v53,-46,97,-88,115,-132r112,-271v6,-20,21,-49,31,-83v3,-8,-8,-13,-16,-13v-15,0,-49,37,-100,109r-3,-1v19,-31,41,-60,65,-86v33,-36,60,-54,80,-54v16,0,24,11,24,32v0,20,-4,47,-11,81v29,-41,50,-68,65,-82v23,-22,48,-33,74,-33",w:367},s:{d:"348,-470v44,-3,90,37,89,85v0,49,-44,103,-77,126v-39,27,-117,24,-117,-35v0,-38,46,-72,86,-70v-34,4,-82,35,-81,70v0,24,21,42,43,42v52,0,115,-76,113,-128v-1,-38,-28,-70,-63,-68v-16,0,-32,5,-49,15v-81,52,-109,119,-146,234v-45,141,-86,239,-161,315v-32,33,-76,48,-120,28v-27,-11,-11,-55,15,-52v15,-3,48,34,62,32v35,-5,61,-64,78,-111v12,-31,25,-68,40,-113v-49,67,-100,101,-153,101v-42,0,-85,-45,-83,-96v3,-70,52,-125,124,-128v29,0,59,16,59,46v0,34,-42,71,-85,75v7,-3,20,-7,36,-16v25,-14,37,-32,37,-52v0,-27,-25,-44,-51,-42v-67,4,-116,67,-114,121v2,43,33,81,75,79v71,-4,126,-65,153,-126v46,-103,67,-208,132,-375v38,-97,67,-138,146,-138v32,0,47,14,45,28v-4,27,-31,32,-47,11v-12,-16,-24,-23,-33,-23v-40,1,-72,138,-87,193v-5,15,-12,44,-23,85v29,-55,84,-109,157,-113",w:347},t:{d:"578,-451v124,0,217,82,217,206v0,109,-64,224,-125,287v-85,88,-252,167,-412,168v-158,2,-269,-82,-252,-238v3,-30,19,-83,48,-158v-76,12,-130,-29,-154,-92v-29,7,-57,10,-84,10v-84,0,-140,-24,-168,-72v-10,-17,-15,-35,-15,-52v0,-65,40,-117,119,-161v145,-81,354,-74,439,52r69,-25r-38,89r2,8r83,-1r-10,24v-15,1,-39,1,-71,1v2,81,-37,150,-90,182v-36,93,-54,147,-54,162v0,6,1,10,3,11v20,8,75,-51,95,-70v3,5,-15,26,-58,62v-48,40,-77,61,-104,52v-10,136,112,208,256,206v152,-3,301,-69,381,-154v84,-88,127,-179,127,-274v0,-125,-91,-209,-222,-209v-50,0,-100,10,-151,29r11,-9v55,-23,107,-34,158,-34xm219,-404r-7,0v-13,29,-36,83,-68,162r-3,8v53,-46,79,-103,78,-170xm-354,-399v0,76,77,119,173,116v25,0,50,-2,77,-7v-16,-54,6,-91,71,-87v-57,-5,-80,35,-66,86v110,-23,171,-56,209,-137r45,-1r26,-68r4,-2v-44,-53,-124,-101,-223,-101v-66,0,-132,17,-198,51v-79,40,-118,90,-118,150xm143,-402v-7,0,-16,0,-27,1v-61,61,-131,101,-211,121v20,62,75,90,154,81",w:279},u:{d:"287,126v68,66,215,84,330,50v128,-37,276,-132,358,-220v113,-121,204,-402,97,-585v-96,-163,-246,-229,-506,-218v-67,3,-143,29,-230,80v-98,57,-169,139,-214,245r-9,6v46,-110,121,-197,225,-257v111,-63,168,-83,293,-81v234,3,356,71,446,224v71,122,65,286,8,427v-24,60,-54,111,-91,152v-101,113,-233,194,-397,243v-116,35,-252,16,-324,-51v-52,53,-107,95,-164,128v-34,19,-68,29,-101,29v-107,0,-162,-91,-160,-207v0,-66,16,-133,49,-200v41,-85,139,-220,220,-284v27,-22,48,-33,65,-33v15,0,23,12,23,36v0,66,-120,269,-120,334v0,13,6,19,17,19v13,0,33,-15,60,-45v81,-87,143,-214,197,-344v8,6,38,9,55,6r-100,233v-34,79,-51,125,-51,138v0,7,3,10,10,10v12,0,39,-28,82,-83r2,1v-29,47,-85,112,-138,117v-6,0,-11,-1,-15,-4v1,73,28,92,79,131v13,-15,37,-39,72,-74xm269,138v-100,-84,-89,-168,-31,-295v2,-5,4,-12,6,-22v-42,73,-93,127,-154,162v-18,11,-33,16,-46,16v-17,0,-25,-12,-25,-37v0,-58,82,-220,109,-291v9,-21,13,-35,13,-42v0,-10,-4,-15,-13,-15v-15,0,-52,36,-111,107v-105,127,-158,249,-158,367v0,62,16,132,42,160v52,55,134,60,203,19v58,-35,114,-77,165,-129",w:433},v:{d:"350,-431v57,0,90,52,90,113v0,78,-36,148,-107,210v-65,55,-141,94,-233,116v71,-91,102,-192,96,-305v-5,-99,-30,-160,-70,-204v-12,-12,-27,-18,-45,-18v-32,-1,-53,25,-53,56v0,21,8,44,25,69r-2,1v-25,-34,-37,-63,-37,-88v-1,-44,37,-82,81,-81v29,0,52,6,67,17v-87,-118,-254,-199,-450,-199v-251,0,-448,137,-538,315v-51,100,-78,219,-78,359v0,186,54,328,160,429v172,164,436,169,667,56v100,-49,190,-112,267,-193v-120,146,-345,277,-589,277v-143,0,-263,-45,-358,-136v-104,-99,-156,-240,-156,-424v0,-284,103,-486,309,-606v154,-89,331,-111,519,-52v188,59,304,164,335,382v9,-47,46,-94,100,-94xm383,-302v0,-58,-22,-87,-65,-87v-45,0,-67,31,-67,92v0,86,-24,175,-73,267v137,-66,205,-157,205,-272",w:465},w:{d:"469,-431v44,-1,67,37,67,81v0,111,-107,269,-218,352v-1,0,-4,0,-7,1v17,-99,33,-236,27,-307v-67,119,-146,222,-238,307r-4,0v28,-72,41,-151,38,-237v-70,72,-234,163,-353,159v-147,-6,-245,-80,-305,-182v-34,-59,-51,-121,-51,-188v1,-138,72,-247,163,-306v-163,16,-285,73,-364,173v-91,114,-129,233,-91,386v58,230,277,366,568,358v63,-1,120,-10,171,-26v131,-40,251,-99,362,-176v-112,85,-232,146,-359,183v-173,51,-415,27,-538,-52v-111,-71,-187,-163,-216,-284v-35,-148,4,-293,83,-390v85,-105,217,-165,396,-179v107,-64,268,-70,409,-33v133,35,236,111,307,230v23,39,46,102,68,187v29,-38,58,-57,85,-57xm494,-300v1,-43,-22,-97,-61,-96v-16,0,-32,10,-49,29v15,112,11,192,-11,309v81,-83,121,-164,121,-242xm360,-439v-17,-53,-34,-93,-53,-122v-110,-164,-245,-247,-481,-247v-87,0,-160,17,-217,50v18,-1,56,2,115,11v174,25,306,115,396,269v20,33,33,61,39,83v23,-72,61,-108,114,-108v40,0,69,21,87,64xm335,-326v-13,-97,-45,-145,-96,-145v-39,0,-63,28,-73,84v9,18,15,44,20,77r17,-15r-16,24v10,69,5,166,-11,211v69,-75,122,-153,159,-236xm-12,-374v-1,-48,34,-98,83,-96v28,0,52,16,73,49v-89,-173,-207,-284,-424,-321v-48,-9,-89,-12,-123,-9v-93,57,-165,164,-165,302v0,165,102,293,228,342v41,16,82,25,123,25v113,0,287,-90,351,-160v-2,-69,-33,-187,-90,-187v-28,0,-51,30,-50,58v0,24,7,50,22,78v-1,1,-2,1,-3,2v-17,-29,-25,-57,-25,-83"},x:{d:"463,-498v173,0,311,148,311,323v0,110,-43,194,-128,251v-91,60,-176,73,-283,32v-81,-32,-140,-125,-177,-278v-41,56,-86,151,-152,171v-69,54,-240,117,-352,116v-234,-3,-411,-182,-408,-420v2,-184,93,-336,216,-407v115,-67,208,-86,346,-53v46,12,84,27,115,45v96,57,166,139,211,248v15,35,43,128,65,210v66,-111,116,-167,149,-167v22,0,33,18,33,53v-1,23,-6,51,-21,76v6,-24,9,-41,9,-52v0,-28,-12,-42,-36,-42v-29,0,-72,48,-130,144v6,9,48,172,66,189v4,7,9,10,15,10v14,0,33,-27,56,-80r3,1v-23,60,-56,102,-100,125v31,66,113,129,204,130v53,0,108,-20,167,-60v81,-55,121,-134,121,-238v0,-76,-24,-143,-69,-205v-89,-122,-269,-139,-430,-76v70,-31,136,-46,199,-46xm26,-130v-17,45,-12,90,33,90v25,0,66,-47,124,-142v-6,-26,-15,-59,-27,-99v-5,-18,-26,-107,-48,-103v-18,-4,-52,74,-58,91r-3,-1v35,-89,64,-136,105,-131v-54,-131,-131,-224,-232,-279v-128,-69,-302,-73,-428,4v-121,73,-209,223,-211,398v-3,237,171,411,403,413v112,2,280,-58,347,-113v-18,-3,-27,-18,-27,-47v0,-26,6,-53,18,-82",w:435},y:{d:"303,-279v0,-21,-12,-88,-12,-109v0,-25,9,-38,28,-38v17,0,26,17,26,50v0,30,-12,82,-35,156v-23,74,-63,162,-119,263v-11,19,-22,35,-35,48v-45,73,-136,131,-271,176v-117,39,-230,58,-339,57v-100,-1,-256,-66,-324,-124v-190,-162,-235,-367,-93,-588v67,-103,215,-192,372,-196v263,-6,505,233,374,493v-26,51,-53,89,-86,111v59,-54,115,-148,117,-248v5,-207,-192,-350,-407,-350v-269,0,-503,247,-409,533v9,26,29,62,58,107v97,148,218,214,442,235v177,17,308,-28,456,-115v9,-5,23,-18,43,-37v-37,22,-94,14,-98,-27v-1,-15,16,-31,31,-30v13,-3,50,44,64,40v9,0,21,-6,36,-18v32,-39,42,-63,42,-133v-1,-123,-10,-236,-35,-333v-6,-21,-15,-31,-26,-31v-23,0,-45,39,-66,117r-3,-1v25,-91,46,-137,109,-155v18,0,31,13,40,39v22,67,35,187,39,360v54,-103,81,-187,81,-252",w:375},z:{d:"376,-413v-12,27,-34,41,-64,76v213,8,420,168,507,322v69,121,79,302,-6,405v-82,100,-240,120,-363,35v-66,-45,-135,-116,-180,-195v-94,117,-251,221,-439,221v-163,0,-304,-95,-372,-204v-42,-66,-72,-163,-73,-271v-3,-250,176,-423,401,-456v110,-16,238,-17,325,14v59,22,140,57,201,68v13,2,48,-20,53,-20v7,0,10,2,10,5xm287,-340v-7,3,-138,-58,-183,-61v-43,-3,-36,55,-13,66v14,11,37,15,43,34v47,-23,98,-36,151,-37xm637,459v144,2,222,-130,222,-284v0,-73,-16,-136,-46,-189v-86,-153,-294,-309,-506,-318r-221,250v65,21,114,110,155,167v25,35,48,63,69,85v36,-52,54,-143,53,-274v4,133,-12,225,-49,278v40,41,78,62,115,62v30,1,68,-17,67,-44v2,-8,-20,-23,-20,-35v0,-19,11,-28,32,-28v25,0,37,13,37,40v0,46,-69,83,-117,83v-43,0,-88,-16,-136,-49v-3,5,-9,11,-16,20v44,73,111,142,182,183v59,35,119,53,179,53xm288,200v-24,-17,-48,-38,-71,-65r56,84v3,-4,8,-10,15,-19xm37,-27v-8,-3,-43,25,-43,25v-8,-5,-1,-10,5,-17r281,-313v-51,2,-100,14,-145,36v0,21,-21,29,-42,23r-56,36r-2,-4v19,-13,37,-25,53,-34v-25,-13,-37,-37,-37,-73v0,-47,44,-77,91,-78v17,0,50,6,99,17v-97,-32,-175,-73,-310,-73v-49,0,-100,4,-155,13v-243,36,-423,235,-379,526v24,160,91,244,209,322v140,91,316,86,468,4v73,-39,138,-91,193,-157v-49,-71,-109,-172,-167,-222v-23,-21,-44,-31,-63,-31",w:374},"{":{d:"431,-694r-2,4v-71,5,-119,45,-142,120r-62,197v-16,51,-53,83,-112,96r-3,12v38,7,57,26,57,57v-1,47,-48,180,-66,238v-18,58,3,115,60,118r-4,6v-51,-1,-84,-4,-97,-10v-44,-19,-40,-75,-24,-124r48,-152v15,-47,22,-74,22,-83v0,-32,-26,-49,-79,-52v1,-3,2,-5,3,-7v94,-11,113,-34,139,-127v24,-86,39,-132,40,-137v21,-57,45,-98,71,-122v26,-24,76,-36,151,-34",w:394},"|":{d:"224,-342v0,84,51,342,51,427v0,25,-1,50,-3,77v-8,-2,-40,25,-47,24v15,-127,-39,-384,-39,-505v0,-128,41,-251,83,-344v-30,125,-45,232,-45,321",w:338},"}":{d:"295,-687r5,-7v51,1,83,5,97,11v44,17,39,76,24,124r-48,151v-15,46,-22,74,-22,83v0,32,26,50,79,53r-3,6v-94,11,-113,34,-139,127v-24,86,-39,132,-40,137v-21,57,-44,98,-69,121v-27,25,-78,37,-153,36r2,-5v71,-5,119,-44,142,-119r62,-198v16,-51,53,-83,112,-96r3,-12v-38,-7,-57,-26,-57,-56v1,-48,48,-179,66,-238v4,-13,6,-27,6,-42v-1,-53,-18,-70,-67,-76",w:394},"~":{d:"265,-715v34,0,135,41,169,41v34,0,66,-17,95,-51r8,4v-39,58,-82,87,-129,87v-34,0,-145,-42,-179,-42v-31,0,-62,19,-93,56r-6,-4v39,-61,84,-91,135,-91",w:490},"\u00c4":{d:"1063,-814v22,0,45,17,45,39v0,18,-23,40,-41,39v-25,0,-37,-15,-37,-46v-1,-15,18,-32,33,-32xm913,-812v19,0,43,20,43,39v0,19,-22,38,-41,38v-18,0,-38,-26,-38,-44v0,-17,20,-33,36,-33xm1066,-683v103,0,153,50,155,150v3,134,-130,267,-264,262v-25,0,-45,-2,-62,-7r-63,164v-13,33,-19,55,-19,67v0,33,36,44,77,44r-2,3r-265,0r0,-3v84,-9,97,-38,127,-116r72,-189v-43,0,-104,0,-183,1v-40,60,-83,116,-128,168v-81,95,-172,142,-272,142v-124,0,-246,-101,-233,-205v9,-72,40,-109,96,-109v45,0,92,42,92,87v0,22,-14,52,-37,52v-18,0,-24,-15,-17,-30v1,-37,-25,-77,-62,-77v-38,0,-60,28,-67,83v-3,23,6,48,23,77v70,120,264,123,369,31v39,-34,92,-91,157,-172v160,-203,281,-329,362,-380v46,-29,94,-43,144,-43xm957,-282v130,4,253,-121,253,-251v0,-74,-30,-135,-97,-135v-59,0,-87,41,-107,102r-23,59v10,-1,66,22,65,32v-18,-12,-39,-23,-67,-27r-81,211v22,6,41,9,57,9xm979,-660v-69,29,-148,92,-226,198r-93,125r157,0v-30,-73,3,-136,80,-162v24,-61,51,-114,82,-161xm893,-490v-47,23,-71,58,-71,104v-1,11,7,29,13,40v3,-7,23,-55,58,-144",w:1034},"\u00c5":{d:"1040,-844v30,0,56,28,56,58v0,31,-27,57,-58,57v-31,0,-57,-28,-57,-59v0,-30,29,-56,59,-56xm77,-281v-65,2,-79,91,-48,146v38,67,98,103,189,103v99,0,188,-47,268,-139v45,-51,209,-275,268,-334v54,-54,98,-97,138,-123v86,-56,150,-77,252,-46r-3,5v-11,-5,-21,-7,-28,-7v-50,-1,-89,48,-111,105r-174,452v-13,33,-19,55,-19,67v0,33,36,44,77,44r-1,8r-266,0r0,-6v43,5,71,-15,96,-55v29,-46,75,-180,102,-251r-182,0v-24,38,-51,74,-78,110v-101,134,-208,200,-321,200v-118,0,-234,-82,-234,-196v0,-63,38,-117,97,-117v46,0,94,42,94,89v0,24,-16,50,-41,50v-33,0,-17,-30,-16,-51v2,-31,-28,-55,-59,-54xm1043,-737v38,0,43,-55,19,-79v-26,-26,-73,-12,-73,28v0,30,24,51,54,51xm975,-665v-59,23,-119,71,-180,142v-21,25,-68,85,-139,181r159,0v9,0,15,-3,18,-10v12,-23,34,-74,65,-155v27,-67,52,-120,77,-158",w:1034},"\u00c7":{d:"240,162v-4,-4,36,-31,34,-43v0,-5,-5,-8,-14,-9v-116,-11,-210,-100,-209,-225v2,-204,145,-389,289,-474v90,-53,179,-82,272,-82v62,0,118,17,167,52v23,16,30,13,50,-8r6,3v-29,72,-54,139,-75,200r-6,-2v3,-15,4,-33,4,-52v0,-121,-52,-181,-156,-181v-133,0,-255,85,-364,256v-70,109,-105,211,-105,305v-1,117,71,196,188,195v134,-1,234,-80,282,-177v20,-39,30,-79,30,-119v1,-70,-48,-128,-118,-128v-54,0,-116,47,-116,100v0,35,21,40,48,33v9,0,13,6,13,19v1,22,-22,46,-44,46v-40,0,-60,-23,-60,-70v0,-73,85,-139,159,-139v84,0,140,58,139,142v0,95,-51,177,-152,247v-57,39,-118,59,-185,59v-29,22,-43,35,-43,38v0,5,6,10,20,13v37,9,52,70,14,92v-31,28,-122,24,-122,-19v0,-15,9,-21,27,-20v-9,-12,-22,-32,-46,-56v-48,-48,-111,-69,-182,-69v-162,0,-266,113,-266,276v0,117,60,209,146,244v82,34,144,39,212,-7v55,-37,87,-83,87,-160v0,-55,-23,-102,-72,-136v-46,-32,-76,-44,-132,-31v-45,11,-77,36,-98,75v-18,33,39,86,-11,103v-22,8,-39,-29,-38,-50v0,-16,6,-37,17,-64v22,-56,86,-94,162,-94v37,0,74,14,112,43v69,54,95,123,70,217v-20,76,-101,147,-194,147v-156,0,-268,-117,-268,-281v0,-117,46,-202,139,-253v100,-56,228,-43,316,23v16,3,54,106,88,99v22,12,39,-5,36,-36v-1,-19,-12,-31,-32,-36v-13,-3,-19,-5,-19,-6",w:758},"\u00c9":{d:"130,-181v0,89,55,167,139,166v52,0,102,-25,151,-76v23,-24,39,-45,50,-62v152,-8,300,-102,369,-204v38,-55,60,-114,64,-179v13,-170,-114,-291,-306,-285v15,3,23,12,23,29v0,14,-12,26,-35,36r-139,59r-2,-2r110,-101v13,-12,25,-19,34,-21v-154,7,-237,55,-321,144v-13,15,-29,41,-48,80v-2,1,-4,0,-5,-2v47,-101,111,-156,208,-199v121,-53,266,-49,368,19v88,57,132,138,131,243v-1,72,-21,137,-62,194v-84,118,-213,185,-386,202v-13,27,-35,53,-65,80v-61,55,-124,82,-189,82v-85,0,-161,-65,-161,-151v0,-83,50,-160,149,-231v-105,-162,83,-312,251,-312v76,0,160,44,160,113v0,44,-41,80,-85,80v-26,0,-59,-18,-59,-45v0,-20,35,-49,47,-23v13,30,79,13,73,-21v2,-54,-66,-93,-124,-93v-112,0,-228,115,-224,226v0,16,4,33,11,50v29,-11,54,-17,77,-17v42,0,63,15,63,44v1,35,-38,53,-76,53v-27,0,-62,-14,-103,-42v-59,39,-88,94,-88,166xm379,-362v0,-19,-16,-29,-48,-29v-21,0,-45,6,-71,17v17,31,40,46,71,46v32,0,48,-11,48,-34"},"\u00d1":{d:"706,-829v19,-6,99,55,114,52v23,1,40,-17,58,-45r2,1v-5,12,-12,30,-26,50v-19,28,-44,40,-69,40v-18,6,-100,-57,-114,-54v-17,0,-35,13,-53,39r-2,-2v29,-54,59,-81,90,-81xm1418,110v22,-1,42,21,41,43v0,17,-7,33,-20,51v-65,92,-244,85,-371,45v-154,-49,-287,-152,-397,-313v-83,-122,-158,-283,-223,-482v-63,231,-141,393,-234,488v-39,40,-82,60,-127,60v-55,1,-109,-37,-109,-93v0,-48,18,-72,53,-72v20,0,30,11,30,33v2,12,-27,28,-27,48v0,33,38,69,71,69v71,0,143,-83,217,-248v54,-121,91,-232,111,-333v-47,-9,-100,-13,-159,-13v-107,0,-160,25,-160,74v0,36,47,55,71,28v10,-10,14,-28,30,-32v21,0,32,11,32,33v0,29,-18,44,-55,44v-49,1,-84,-34,-83,-83v0,-36,19,-65,57,-88v25,-15,67,-24,124,-27v14,-1,58,-1,132,-2v-34,-93,-92,-174,-173,-242v-96,-80,-159,-132,-303,-132v-204,0,-330,124,-330,335v1,152,72,269,215,269v61,0,117,-24,169,-71v-55,56,-115,84,-179,84v-88,0,-151,-43,-190,-130v-20,-45,-30,-96,-30,-152v0,-214,140,-352,359,-352v139,0,226,36,315,104v125,97,187,202,246,379v71,211,135,348,213,472v30,-120,58,-212,83,-277v39,-98,86,-177,142,-237v39,-41,74,-62,105,-62v36,-1,62,32,61,68v0,32,-18,48,-53,48v-7,0,-10,-6,-10,-19v0,-23,-10,-34,-31,-34v-28,0,-60,21,-96,64v-77,91,-140,247,-187,468v67,99,139,178,218,236v96,71,195,106,298,106v63,0,106,-17,129,-51v8,-11,12,-23,12,-35v0,-12,-19,-28,-19,-41v0,-19,11,-28,32,-28",w:1289},"\u00d6":{d:"202,-541v48,-70,175,-144,285,-144v27,0,49,5,68,14v39,-4,68,7,100,28v51,35,76,96,76,181v0,63,-20,130,-53,204v-57,127,-232,281,-396,283v-171,2,-259,-150,-206,-323v3,-14,16,-48,38,-102v17,-43,40,-83,68,-118v-9,-30,-11,-63,-5,-100v20,-130,124,-198,277,-198v48,0,89,6,123,17v20,-37,85,-11,68,34v39,29,56,65,52,108v-1,1,-3,1,-4,0v4,-41,-13,-75,-50,-104v-7,14,-19,21,-37,21v-31,0,-42,-30,-31,-56v-27,-9,-61,-14,-101,-16v13,6,20,21,20,45v0,12,-26,27,-37,27v-20,0,-43,-15,-42,-36v0,-17,7,-30,22,-37v-129,5,-221,79,-238,198v-4,27,-3,51,3,74xm405,-393v101,0,182,-65,195,-156v5,-30,2,-56,-8,-79v-112,-60,-224,54,-257,141v-11,28,-17,50,-14,75v25,13,53,19,84,19xm547,-670v-20,-9,-40,-13,-61,-13v-91,0,-176,67,-255,202v17,25,41,43,68,57v12,-82,93,-180,158,-216v29,-16,59,-27,90,-30xm400,-368v-27,0,-51,-4,-73,-13v11,43,60,60,73,13xm123,-160v0,88,66,177,151,177v70,0,136,-36,202,-103v84,-86,179,-264,179,-414v0,-55,-18,-96,-53,-121v29,119,-49,221,-148,246v26,43,-26,83,-69,83v-49,0,-91,-44,-88,-103v-28,-13,-63,-36,-81,-61v-62,113,-93,212,-93,296",w:725},"\u00dc":{d:"752,-817v19,0,38,20,38,39v0,21,-22,40,-42,40v-21,0,-37,-19,-37,-40v0,-22,19,-39,41,-39xm273,-230v-3,116,49,201,158,201v63,0,115,-29,154,-86v22,-32,47,-89,75,-170r51,-144v26,-70,55,-136,85,-187v16,-27,40,-41,70,-46v7,-1,37,-1,91,0r0,4v-28,2,-52,13,-72,32v-29,28,-65,99,-110,213v-61,157,-92,267,-92,330v0,41,15,62,46,62v27,0,50,-15,69,-44r3,3v-28,53,-66,80,-114,80v-50,1,-83,-36,-82,-86v0,-10,2,-33,7,-69v-74,107,-155,161,-243,161v-110,1,-180,-78,-180,-190v0,-115,71,-257,164,-346r77,-83v-94,17,-224,-38,-313,-12v2,22,20,89,20,123v0,23,-13,34,-38,34v-27,0,-48,-53,-48,-83v0,-41,21,-76,62,-105v6,-139,147,-218,305,-206v45,3,92,18,143,47v13,-24,46,-28,65,-7v12,13,14,33,4,46v107,59,225,34,301,-49v-65,113,-193,131,-312,60v-29,23,-65,-7,-61,-38v-113,-71,-241,-71,-345,-5v-54,35,-85,85,-94,148v31,-20,67,-30,109,-30v35,0,142,17,177,16v14,0,42,-3,84,-9v2,-1,3,0,3,1v-92,128,-215,260,-219,434xm120,-537v-1,-13,-4,-35,-8,-68v-36,15,-54,40,-54,77v0,35,34,48,57,29v5,-5,7,-17,5,-38",w:862},"\u00e1":{d:"374,-615v13,-1,27,17,26,29v-3,29,-113,86,-151,110r-1,-1r89,-114v13,-16,25,-24,37,-24xm389,-422v-13,26,-32,66,-56,121v19,11,28,30,28,57v0,54,-21,109,-62,164v-38,51,-71,76,-99,76v-14,0,-21,-6,-21,-19v0,-17,11,-58,32,-121r-39,48v-46,63,-90,94,-131,94v-34,0,-51,-18,-51,-53v0,-97,92,-226,158,-292v52,-52,95,-79,130,-79v12,0,24,6,37,19r14,-16v-9,1,0,2,26,3v8,0,19,-1,34,-2xm354,-244v0,-24,-8,-41,-24,-50v-60,136,-90,216,-90,239v0,6,3,11,8,14v12,-4,29,-21,52,-50v36,-46,54,-97,54,-153xm301,-392v0,-19,-9,-28,-27,-28v-23,0,-54,30,-96,88v-47,66,-119,191,-122,276v0,19,8,28,24,28v33,2,86,-70,118,-118v22,-34,46,-83,73,-146v-31,17,-54,45,-67,84v-1,3,-3,4,-6,3v-3,-1,-4,-3,-3,-6v15,-44,41,-74,80,-91v17,-42,26,-72,26,-90",w:398},"\u00e0":{d:"239,-611v-1,-14,18,-30,33,-29v40,1,43,57,53,89r17,52r-2,1r-81,-79v-13,-13,-20,-25,-20,-34xm389,-422v-13,26,-32,66,-56,121v19,11,28,30,28,57v0,54,-21,109,-62,164v-38,51,-71,76,-99,76v-14,0,-21,-6,-21,-19v0,-17,11,-58,32,-121r-39,48v-46,63,-90,94,-131,94v-34,0,-51,-18,-51,-53v0,-97,92,-226,158,-292v52,-52,95,-79,130,-79v12,0,24,6,37,19r14,-16v-9,1,0,2,26,3v8,0,19,-1,34,-2xm354,-244v0,-24,-8,-41,-24,-50v-60,136,-90,216,-90,239v0,6,3,11,8,14v12,-4,29,-21,52,-50v36,-46,54,-97,54,-153xm301,-392v0,-19,-9,-28,-27,-28v-23,0,-54,30,-96,88v-47,66,-119,191,-122,276v0,19,8,28,24,28v33,2,86,-70,118,-118v22,-34,46,-83,73,-146v-31,17,-54,45,-67,84v-1,3,-3,4,-6,3v-3,-1,-4,-3,-3,-6v15,-44,41,-74,80,-91v17,-42,26,-72,26,-90",w:390},"\u00e2":{d:"340,-638v8,0,22,0,32,-3v5,29,12,74,21,134v-10,-5,-14,-20,-21,-33r-30,-52v-69,49,-109,78,-119,87v-43,44,-61,82,-59,142v46,-42,84,-63,114,-63v15,0,28,7,39,21r15,-17r6,0v3,-30,-9,-59,-23,-86v2,-4,5,-6,8,0v16,27,23,56,20,86v4,0,10,1,18,2r24,15v-12,11,-151,333,-146,351v0,9,3,13,10,13v12,0,38,-28,79,-85r1,1v-53,82,-96,123,-131,123v-13,0,-19,-7,-19,-21v0,-52,20,-83,41,-149v-9,15,-25,41,-48,75v-44,64,-88,95,-131,95v-34,0,-51,-18,-51,-53v0,-102,96,-232,161,-295v-2,-9,-3,-19,-3,-28v0,-36,24,-82,73,-138v4,-5,44,-45,119,-122xm300,-394v0,-17,-7,-26,-21,-26v-28,0,-63,32,-106,95v21,32,66,40,105,16v15,-40,22,-68,22,-85xm272,-294v-40,22,-83,14,-106,-20v-37,56,-66,110,-87,161v-15,37,-23,68,-23,93v0,23,8,35,23,35v27,0,60,-31,101,-92v34,-51,65,-110,92,-177",w:390},"\u00e4":{d:"364,-593v29,0,47,40,24,59v5,9,10,24,16,44v0,27,-28,100,-83,220v-55,120,-83,192,-83,217v0,8,4,12,11,12v12,0,38,-26,77,-79v-29,44,-81,118,-128,118v-13,0,-19,-7,-19,-21v3,-42,27,-104,39,-145v-18,29,-34,54,-49,74v-44,61,-87,92,-128,92v-34,0,-51,-18,-51,-53v0,-98,91,-224,158,-292v53,-53,95,-81,130,-81v12,0,25,8,39,23r15,-17v45,0,66,-23,65,-68v-1,-14,-6,-27,-17,-39v-20,15,-44,5,-50,-22v-17,0,-33,4,-48,12v-5,7,-11,12,-19,14v-15,9,-33,35,-54,78v9,-26,19,-62,36,-77v-19,-3,-28,-15,-29,-34v-1,-20,19,-38,40,-35v20,3,31,14,32,37v13,-5,27,-8,41,-8v3,-19,15,-29,35,-29xm300,-393v0,-17,-7,-26,-22,-26v-29,0,-67,36,-114,109v-71,108,-106,192,-106,253v0,19,7,28,20,28v38,0,85,-52,142,-155v53,-97,80,-166,80,-209",w:394},"\u00e3":{d:"293,-565v14,-4,83,42,94,40v7,0,15,-3,24,-9v11,-24,23,-31,47,-31v20,0,30,12,30,37v0,31,-18,62,-54,94v20,92,-4,155,-51,248v-63,124,-127,184,-185,184v-13,0,-20,-6,-20,-17v0,-51,19,-85,41,-151v-65,112,-124,168,-178,168v-34,0,-51,-18,-51,-53v1,-59,39,-141,69,-179v-37,-18,-56,-49,-56,-94v2,-128,120,-229,234,-229v2,-3,8,-11,12,-5r-6,5v7,0,13,0,19,1v9,-6,20,-9,31,-9xm472,-528v1,-35,-38,-26,-49,-6v-8,15,-19,26,-29,33v14,14,25,31,33,50v30,-28,45,-54,45,-77xm388,-422v9,-5,19,-13,28,-20v-8,-19,-20,-36,-36,-51v-34,20,-83,-31,-109,-31v-24,0,-42,13,-53,40r-2,-1v9,-25,18,-43,28,-55r-17,0v-30,38,-32,96,9,124v34,-14,56,-16,81,11r15,-17r56,0xm301,-396v0,-34,-33,-31,-54,-13v15,9,32,13,54,13xm314,-96v67,-87,131,-203,108,-329v-14,11,-29,19,-44,25v-23,40,-45,103,-81,187v-40,94,-58,148,-58,161v0,7,4,10,11,10v13,0,35,-17,64,-54xm224,-409v-38,-34,-40,-91,-5,-130v-80,9,-150,54,-183,126v-28,62,-39,151,31,165v55,-79,107,-133,157,-161xm53,-52v-1,13,14,27,27,26v34,0,78,-48,132,-145v50,-89,79,-160,87,-211v-24,0,-44,-6,-63,-18v-62,59,-123,163,-158,249v-17,41,-25,74,-25,99",w:398},"\u00e5":{d:"262,-559v-1,-49,71,-75,99,-31v47,-28,117,-29,125,36v7,55,-45,99,-99,132r-72,163v46,15,91,1,115,-35v-24,41,-67,55,-117,40r-9,21v25,10,35,33,39,64v7,48,-100,167,-145,167v-13,0,-19,-6,-19,-21v0,-44,20,-89,39,-143v-36,52,-65,89,-86,112v-33,35,-64,52,-91,52v-34,0,-51,-18,-51,-53v0,-44,19,-98,58,-163v52,-87,116,-153,193,-200v14,-48,19,-67,40,-99v-13,-11,-19,-25,-19,-42xm353,-585v-24,-33,-83,-14,-81,27v0,13,5,24,14,33v17,-24,40,-44,67,-60xm297,-517v39,18,81,-22,59,-62v-23,16,-43,37,-59,62xm365,-584v26,44,-24,99,-73,74v-9,21,-27,51,-35,86v28,-5,40,-1,60,19r15,-17r46,0v37,-27,60,-46,69,-56v23,-25,32,-49,29,-73v-5,-33,-21,-50,-49,-50v-41,0,-34,1,-62,17xm301,-395v0,-28,-26,-30,-45,-18v-7,45,-1,85,17,116v19,-46,28,-79,28,-98xm338,-169v-3,-26,-15,-46,-36,-59v-41,98,-62,154,-62,169v0,6,6,17,13,14v22,-6,89,-94,85,-124xm268,-286v-22,-29,-30,-66,-28,-115v-49,44,-83,99,-125,178v-38,72,-56,127,-56,165v0,20,7,30,22,30v25,0,57,-28,95,-85v25,-36,47,-76,68,-120v-43,8,-83,33,-122,74v29,-45,71,-72,125,-80v8,-16,15,-32,21,-47",w:390},"\u00e7":{d:"271,-427v22,0,52,16,51,39v0,19,-8,28,-24,28v-11,0,-19,-7,-22,-21v1,5,2,-1,2,-16v0,-31,-38,-20,-54,-9v-24,16,-50,55,-78,118v3,-1,26,4,67,14v-30,-7,-53,-10,-69,-9v-41,95,-62,169,-62,223v0,31,10,47,30,47v44,0,93,-70,113,-113r4,1v-25,53,-76,121,-137,122v-14,13,-21,22,-21,27v0,5,3,8,10,10v28,9,42,13,46,40v45,17,82,71,83,129v2,112,-124,189,-244,186v-134,-2,-234,-89,-290,-185v1,-1,3,-2,4,-2v57,95,154,179,286,182v112,3,230,-82,230,-188v0,-51,-23,-84,-70,-100v-8,33,-34,49,-78,49v-30,0,-67,-12,-64,-37v-54,-19,-79,-72,-79,-149v-1,-108,92,-208,180,-236v58,-100,120,-150,186,-150xm80,-268v-77,31,-153,126,-153,227v0,51,13,89,40,112v11,10,22,15,32,15v27,-17,55,-24,86,-21v-3,-8,-16,-15,-39,-21v-3,-1,-4,-2,-4,-3v0,-1,14,-16,41,-43v-41,-13,-62,-40,-62,-81v0,-52,20,-114,59,-185xm86,91v-21,0,-40,3,-55,9v4,15,8,23,13,23v19,0,33,-11,42,-32",w:313},"\u00e9":{d:"349,-640v11,0,29,9,29,21v0,11,-21,37,-29,40v-95,59,-97,55,-166,119v-45,42,-68,78,-63,124v51,-60,94,-90,131,-90v37,0,55,17,55,52v0,31,-26,67,-79,106r-126,80v-17,36,-25,71,-25,105v0,37,15,56,44,56v31,0,70,-34,116,-101r2,1v-51,83,-102,125,-153,125v-50,0,-75,-29,-75,-88v0,-70,54,-182,102,-236v-3,-6,-5,-12,-5,-18v0,-54,43,-112,130,-175r75,-97v13,-16,25,-24,37,-24xm100,-194v59,-25,168,-122,170,-189v0,-24,-10,-36,-29,-36v-26,0,-56,35,-91,105v25,-5,41,-19,48,-41v1,-1,2,0,3,1v-5,21,-33,46,-56,48v-18,37,-33,75,-45,112",w:344},"\u00e8":{d:"302,-499r-1,1r-80,-80v-13,-13,-19,-24,-19,-33v0,-19,10,-29,31,-29v14,0,25,11,34,33v5,11,16,47,35,108xm-128,-229v0,42,31,92,71,90v24,0,51,-8,81,-25v20,-73,61,-141,124,-203v40,-39,74,-59,102,-59v36,0,54,17,54,52v0,35,-27,72,-81,109v-4,3,-46,29,-125,79v-15,39,-23,74,-23,105v0,26,14,57,41,57v32,0,72,-35,120,-104r2,1v-25,52,-89,126,-151,126v-51,0,-77,-30,-77,-89v0,-16,2,-33,6,-50v-28,12,-52,18,-73,18v-51,1,-86,-54,-86,-107v0,-124,146,-238,255,-269v2,-1,3,0,4,2v0,1,-1,2,-2,3v-103,28,-242,145,-242,264xm100,-193v57,-25,170,-125,172,-190v0,-24,-10,-36,-31,-36v-24,0,-52,30,-84,90v-23,43,-42,88,-57,136",w:303},"\u00ea":{d:"-162,-301v-49,101,72,176,182,142v21,-73,64,-142,128,-207v39,-40,73,-60,102,-60v36,0,54,17,54,52v0,33,-24,73,-79,108r-128,82v-16,43,-24,81,-24,113v0,32,13,48,39,48v35,0,76,-35,124,-105r2,1v-51,83,-102,125,-153,125v-50,0,-75,-29,-75,-88v0,-19,3,-39,8,-60v-104,38,-223,-37,-218,-119v7,-28,5,-50,25,-69v10,-10,30,-3,28,14xm100,-193v53,-22,173,-133,173,-194v0,-23,-9,-34,-28,-34v-27,0,-56,30,-88,91v-21,40,-40,86,-57,137",w:314},"\u00eb":{d:"352,-558v0,23,-11,34,-34,34v-23,0,-35,-12,-35,-35v0,-23,12,-34,36,-34v22,0,33,12,33,35xm208,-524v-20,0,-35,-15,-35,-35v0,-23,12,-34,36,-34v22,0,33,12,33,35v0,23,-11,34,-34,34xm-122,-429v-48,-1,-88,35,-85,82v5,69,55,116,107,147v40,23,81,33,124,31v22,-70,63,-136,124,-197v39,-40,73,-60,102,-60v36,0,54,17,54,52v0,33,-26,69,-79,108v-39,29,-82,56,-129,83v-15,43,-23,81,-23,112v0,32,13,48,39,48v35,0,76,-35,124,-105r2,1v-51,83,-102,125,-153,125v-50,0,-75,-29,-75,-88v0,-21,3,-43,9,-66v-91,10,-231,-101,-231,-191v0,-50,41,-89,91,-88v53,1,106,33,126,70v2,18,4,33,6,32v-10,-54,-70,-96,-133,-96xm100,-193v57,-25,171,-128,173,-194v0,-23,-9,-34,-28,-34v-27,0,-56,30,-88,91v-21,40,-40,86,-57,137",w:321},"\u00ed":{d:"188,-126v-29,43,-94,125,-142,125v-17,0,-26,-8,-26,-25v0,-7,3,-21,10,-40v-39,52,-68,106,-87,163v-1,0,-3,0,-4,-1v27,-84,63,-152,107,-205r61,-149v-49,14,-86,21,-111,21v-44,0,-66,-20,-66,-61v0,-35,28,-74,88,-109r140,-83v41,-24,79,-79,109,-119v12,-15,24,-23,35,-23v18,0,27,9,27,27v0,11,-9,22,-28,34r-134,85r-139,77v-57,35,-85,71,-85,108v0,39,20,59,59,59v25,0,60,-7,107,-20v14,-37,35,-77,45,-116v0,-7,-3,-10,-10,-10v-16,0,-49,36,-99,108r-3,-2v67,-96,118,-144,155,-144v17,0,26,8,26,24r-42,118v28,-9,46,-13,55,-13v5,0,8,2,8,5v0,6,-9,17,-26,33r-76,71r-44,108v-7,17,-10,27,-10,31v0,7,4,11,11,11v13,0,42,-30,86,-90xm224,-283v0,-3,-2,-4,-7,-4v-7,0,-19,3,-38,8r-27,67v18,-17,68,-55,72,-71",w:308},"\u00ec":{d:"246,-499r-2,1r-80,-80v-13,-13,-19,-24,-19,-33v0,-19,10,-29,31,-29v16,0,28,11,35,33xm188,-126v-29,43,-94,125,-142,125v-17,0,-26,-8,-26,-25v0,-13,10,-42,29,-89v-28,18,-52,27,-71,27v-30,0,-45,-23,-45,-68v0,-49,37,-119,111,-210v-65,83,-98,153,-100,209v-1,37,11,56,36,56v19,0,44,-10,75,-31r91,-220v5,-13,8,-21,8,-26v0,-7,-3,-10,-10,-10v-16,0,-49,36,-99,108r-3,-2v67,-96,118,-144,155,-144v17,0,26,8,26,24v2,4,-49,136,-64,174v44,-50,85,-75,122,-75v31,0,46,19,46,56v0,60,-62,98,-103,96v46,-8,90,-42,91,-95v0,-30,-13,-45,-38,-45v-33,0,-75,27,-125,80r-54,131v-7,16,-10,26,-10,31v0,7,4,11,11,11v13,0,42,-30,86,-90",w:257},"\u00ee":{d:"212,-68v-29,53,-135,154,-188,154v-31,0,-46,-18,-46,-55v0,-45,31,-112,94,-202r74,-181v5,-13,8,-22,8,-26v0,-7,-3,-10,-10,-10v-16,0,-49,36,-99,108r-3,-2v67,-96,118,-144,155,-144v17,0,26,8,26,24v0,7,-4,22,-12,43v32,-39,48,-71,48,-97v0,-19,-11,-29,-33,-29v-79,1,-172,91,-205,152v-1,1,-2,2,-3,1v-2,-1,-2,-2,-1,-3v35,-65,127,-153,209,-155v28,0,42,13,42,40v1,66,-61,100,-83,155r-87,215v-7,17,-10,27,-10,31v0,7,4,11,11,11v13,0,42,-30,86,-90r3,2v-29,43,-94,122,-142,125v-26,2,-30,-22,-22,-46v-16,19,-24,42,-24,70v0,32,22,49,51,39v56,-19,108,-65,161,-130",w:267},"\u00ef":{d:"276,-524v-20,0,-35,-15,-35,-35v0,-23,12,-34,36,-34v22,0,33,12,33,35v0,23,-11,34,-34,34xm171,-524v-20,0,-35,-15,-35,-35v0,-23,12,-34,36,-34v22,0,33,12,33,35v0,23,-11,34,-34,34xm252,-466v19,-1,38,15,37,34v0,23,-30,57,-90,104r-101,248v-7,17,-10,27,-10,31v0,7,4,11,11,11v13,0,42,-30,86,-90r3,2v-29,43,-94,125,-142,125v-17,0,-26,-8,-26,-25v0,-46,63,-172,85,-228r-48,42v-79,68,-118,137,-118,206v0,66,66,59,116,39v113,-47,212,-163,176,-319v47,149,-59,279,-167,328v-58,26,-142,14,-140,-48v3,-78,31,-104,78,-164v19,-24,57,-59,112,-106v12,-31,32,-69,40,-101v0,-7,-3,-11,-10,-11v-16,0,-49,36,-99,108r-3,-2v67,-96,118,-144,155,-144v17,0,26,8,26,25v0,8,-5,26,-16,53v40,-33,60,-59,60,-78v0,-20,-11,-30,-32,-30v-95,0,-174,72,-238,216v28,-108,131,-226,255,-226",w:284},"\u00f1":{d:"301,-604v16,-4,82,40,96,40v15,0,31,-13,48,-38r2,2v-24,49,-50,74,-77,74v-12,0,-35,-13,-71,-34v-34,-20,-53,0,-71,36r-2,-1v18,-53,43,-79,75,-79xm350,-425v66,-1,84,63,70,130v97,27,174,-34,213,-95v5,-8,21,-40,48,-97v-31,114,-68,182,-161,212v-35,11,-68,9,-104,-2v-21,92,-66,173,-135,242v-6,6,-14,14,-23,25v-29,20,-88,22,-90,-20v-1,-25,8,-38,30,-38v14,0,21,7,21,22v-1,13,-17,38,5,38v25,0,53,-37,82,-112v25,-65,42,-126,50,-184v-22,-13,-56,-30,-101,-53v-42,49,-76,104,-101,167v-33,82,-58,144,-76,185r-58,2r122,-329v9,-23,13,-38,13,-45v0,-7,-3,-11,-9,-11v-15,0,-42,31,-81,92v-53,85,-95,144,-125,179v-58,68,-117,110,-178,121v-57,11,-104,-14,-101,-68v3,-70,88,-166,141,-209v82,-66,163,-110,244,-127v31,-7,64,-8,99,-4v15,-13,28,-19,39,-19v14,0,22,10,23,31v17,5,34,10,51,17v31,-33,62,-50,92,-50xm357,-323v5,-32,-15,-75,-42,-76v-13,0,-29,9,-48,28v8,3,38,19,90,48xm246,-361v-14,-6,-27,-11,-40,-15v-1,24,-9,56,-22,97v1,6,7,3,9,-1v17,-32,35,-59,53,-81xm-327,-66v-1,45,40,68,87,59v89,-19,170,-81,238,-192r80,-131v11,-18,30,-39,56,-64v-29,-4,-58,-3,-86,3v-115,23,-251,114,-324,212v-33,44,-51,82,-51,113",w:455},"\u00f3":{d:"390,-612v-1,23,-49,46,-69,59r-81,50r-1,-1v23,-27,16,-27,51,-67v19,-22,41,-68,74,-68v17,0,26,9,26,27xm99,26v-104,-2,-153,-54,-150,-169v3,-106,85,-210,160,-258v53,-34,110,-52,172,-52v71,0,106,29,106,88v-1,75,-54,144,-106,178v-27,74,-72,130,-135,167v-21,13,-40,19,-56,19v-49,1,-73,-64,-73,-121v0,-89,33,-167,98,-235v44,-45,83,-68,117,-68v47,-1,71,65,70,121v0,37,-6,74,-18,109v65,-48,97,-105,97,-170v0,-55,-33,-83,-100,-83v-105,1,-223,84,-272,164v-44,72,-65,136,-31,216v21,50,52,77,121,77v91,0,187,-97,228,-168v2,-3,4,-5,5,-5v3,0,2,4,-3,13v-29,47,-61,86,-96,117v-45,40,-90,60,-134,60xm269,-380v0,-27,-11,-40,-33,-40v-25,0,-59,43,-103,130v-10,18,-19,45,-19,69v0,56,35,76,87,65v45,-96,68,-171,68,-224xm59,-62v-1,23,11,51,32,51v24,0,64,-53,107,-140v-57,12,-95,-15,-93,-78v-30,73,-46,129,-46,167",w:356},"\u00f2":{d:"296,-499r-2,1r-80,-80v-13,-13,-19,-24,-19,-33v0,-19,10,-29,31,-29v16,0,28,11,35,33xm-5,37v-78,0,-148,-53,-148,-128v0,-84,55,-164,166,-239v49,-33,116,-71,201,-93v56,-15,77,22,86,95v31,-7,59,-10,86,-10v44,0,66,14,66,41v1,40,-25,90,-77,149v-61,70,-132,121,-213,152v-57,22,-113,33,-167,33xm269,-382v0,-26,-11,-39,-32,-39v-32,0,-73,58,-124,174v45,-30,94,-53,146,-70v7,-27,10,-48,10,-65xm-142,-91v0,67,69,116,140,114v152,-2,289,-88,369,-181v50,-57,75,-102,75,-137v0,-18,-19,-27,-56,-27v-23,0,-51,5,-84,14v2,128,-66,233,-151,284v-25,15,-45,23,-61,23v-57,-1,-81,-80,-73,-147v-21,24,-37,50,-49,79v12,-36,29,-65,51,-94v8,-93,76,-189,147,-238v-63,25,-113,50,-150,75v-105,71,-158,150,-158,235xm253,-293v-45,16,-98,43,-152,75v-25,60,-46,105,-46,160v0,33,12,49,35,49v40,0,83,-89,108,-140v25,-51,43,-99,55,-144",w:339},"\u00f4":{d:"453,-326v-1,117,-114,271,-197,335v-56,43,-107,66,-158,66v-62,0,-93,-36,-93,-107v0,-22,4,-46,13,-71v-2,-26,0,-52,4,-76v-46,16,-93,1,-93,-53v0,-123,143,-253,251,-281r45,-50r73,-77v4,0,13,0,26,-1r27,139r-2,1v71,37,105,95,104,175xm347,-502r-18,-30v-10,-17,-15,-29,-19,-35r-15,-24r-109,76v57,-16,114,-10,161,13xm266,-349v6,-32,5,-72,-28,-72v-32,0,-73,57,-124,172r63,-67v2,0,3,1,3,3r-33,36v39,-32,79,-56,119,-72xm248,-512v-131,0,-314,152,-314,280v0,52,46,64,89,47v13,-64,43,-121,92,-172v43,-45,82,-68,117,-68v31,0,52,22,63,66v37,-11,76,-16,117,-16v4,0,6,1,5,2v0,2,-2,3,-7,3v-38,0,-75,8,-112,24v22,146,-58,269,-152,326v-58,36,-106,22,-123,-51v-3,14,-4,27,-4,39v0,63,26,94,79,94v39,0,79,-15,120,-44v59,-42,108,-91,149,-147v49,-67,73,-131,73,-190v2,-114,-78,-193,-192,-193xm55,-57v0,21,14,48,35,47v18,0,40,-20,65,-60v41,-66,93,-181,108,-263v-62,26,-117,65,-164,118v-22,51,-41,113,-44,158",w:339},"\u00f6":{d:"27,-377v0,-88,86,-162,168,-177v-1,-26,10,-39,35,-39v23,0,34,12,34,36v15,3,30,7,43,12v-7,-27,4,-48,33,-48v23,0,34,12,34,35v0,20,-10,31,-30,34v51,37,76,93,76,168v0,100,-46,182,-137,245v-21,15,-42,24,-61,28v-26,32,-85,81,-130,82v-52,1,-74,-65,-74,-125v0,-75,25,-143,76,-205v-36,15,-67,-12,-67,-46xm197,-547v-78,15,-164,86,-164,170v0,43,35,54,68,38v22,-26,44,-46,65,-61v6,-8,18,-26,35,-53v1,-1,1,-2,2,-1v1,1,2,2,1,3r-29,45v31,-18,65,-27,93,-6v40,-15,82,-20,128,-10v2,1,4,2,5,3v-13,-47,-36,-85,-72,-107v-19,-12,-42,-22,-66,-24v-6,34,-58,34,-66,3xm159,-337v34,-34,69,-60,103,-73v-5,-6,-13,-9,-23,-9v-22,0,-49,27,-80,82xm409,-356v0,-20,-2,-39,-7,-58v-1,6,-4,8,-10,7v-40,-9,-77,-5,-113,7v16,22,24,55,24,100v0,68,-20,131,-60,190v11,-5,20,-9,26,-13v93,-63,140,-141,140,-233xm177,-105v36,-65,92,-196,94,-276v0,-6,-1,-11,-2,-16v-73,26,-157,115,-157,204v0,48,22,77,65,88xm56,-56v0,22,15,49,35,48v20,0,45,-26,74,-77v-49,-15,-72,-61,-66,-126v-20,48,-41,111,-43,155",w:344},"\u00f5":{d:"181,-532v178,-32,294,102,294,271v0,138,-63,248,-186,333v-80,55,-170,61,-225,-16v-17,-23,-25,-53,-26,-89v-30,-49,-25,-137,-3,-195v-51,19,-95,-14,-95,-62v0,-121,125,-224,237,-242v18,-48,42,-72,73,-72v16,-4,82,40,95,40v15,0,32,-13,49,-38r2,2v-24,49,-50,74,-77,74v-9,0,-33,-11,-72,-34v-30,-16,-49,-3,-66,28xm266,-337v8,-36,11,-82,-27,-82v-37,0,-84,71,-141,212v42,-61,98,-104,168,-130xm298,-347v47,-13,98,-19,142,0v0,2,-19,3,-56,3v-29,0,-57,4,-84,12v14,141,-61,258,-154,312v-32,18,-57,27,-86,10v14,96,132,121,210,65v46,-33,84,-65,110,-99v53,-69,80,-142,80,-217v0,-148,-91,-267,-235,-267v-126,0,-276,115,-276,238v0,31,21,61,53,60v12,0,24,-2,36,-7v22,-74,121,-186,194,-188v34,0,56,26,66,78xm262,-317v-83,37,-143,94,-179,173v-16,35,-26,67,-26,96v0,27,15,40,34,40v18,0,40,-20,65,-61v49,-79,85,-161,106,-248",w:362},"\u00fa":{d:"374,-558v0,23,-11,34,-34,34v-23,0,-35,-12,-35,-35v0,-23,12,-34,35,-34v23,0,34,12,34,35xm264,-558v0,23,-11,34,-34,34v-23,0,-35,-12,-35,-35v0,-23,12,-34,35,-34v23,0,34,12,34,35xm-113,-218v0,-129,153,-247,285,-247v71,0,129,24,174,71r12,-28r57,0r-33,76v27,45,40,98,40,157v0,138,-62,249,-186,333v-41,28,-81,42,-118,42v-74,1,-134,-67,-134,-154v0,-61,24,-121,71,-181r60,-149v-28,45,-51,77,-70,97v-32,33,-64,50,-96,50v-35,0,-62,-32,-62,-67xm-104,-218v0,31,21,60,53,60v33,0,67,-20,102,-60v18,-20,45,-53,73,-103v14,-25,17,-43,17,-52v0,-9,-4,-13,-12,-13v-19,0,-49,35,-92,105r-2,-1v19,-32,40,-62,65,-90v32,-36,59,-54,82,-54v15,0,23,10,23,30v0,20,-35,119,-52,161v43,-27,91,-42,142,-47r46,-100v-43,-49,-99,-74,-169,-74v-126,0,-276,115,-276,238xm291,-275v-51,8,-101,31,-150,69r-32,81v-17,42,-25,66,-25,72v0,11,6,17,17,17v12,0,32,-14,59,-43v47,-49,90,-114,131,-196xm4,32v-1,75,51,126,127,125v28,0,57,-10,86,-30v47,-32,84,-65,110,-99v83,-105,106,-234,48,-358r-20,47v9,1,19,2,30,4v-8,-1,-19,-1,-32,0r-39,92v-34,80,-51,126,-51,138v0,7,3,11,10,11v12,0,39,-28,82,-84r2,1v-27,43,-90,116,-140,120v-13,0,-20,-7,-20,-20v0,-46,32,-98,51,-165v-89,123,-157,185,-204,185v-23,0,-28,-30,-21,-54v-13,31,-19,60,-19,87",w:416},"\u00f9":{d:"248,-588v102,-68,245,-14,239,118v-6,124,-87,223,-169,273r-4,10v-34,85,-51,131,-51,138v0,7,3,11,10,11v14,0,35,-21,64,-64v45,-67,73,-107,84,-120v37,-43,71,-65,104,-66v37,-2,61,30,63,66v7,129,-150,252,-280,252v-74,0,-134,-23,-181,-73v-33,28,-61,42,-83,42v-16,0,-24,-11,-24,-34v-3,-13,26,-92,42,-133v-12,-47,-11,-93,-4,-144v-8,11,-15,22,-21,31r-2,-1v7,-12,15,-24,24,-37v14,-90,60,-167,137,-230v-9,-34,23,-54,52,-39xm446,-372v29,-67,33,-139,-12,-184v-22,-22,-50,-34,-86,-36v17,4,26,15,26,34v0,23,-11,34,-34,34v-42,0,-47,-60,-11,-67v-21,3,-43,11,-66,24v9,33,-24,53,-52,38v-59,48,-100,105,-124,171v37,-45,69,-68,95,-68v15,0,23,10,23,30v0,54,-62,183,-85,244v41,-4,78,-5,112,-18v29,-45,71,-129,126,-252r57,0r-84,196v53,-43,92,-91,115,-146xm579,-221v-1,-41,-19,-61,-54,-60v-35,1,-72,24,-107,74r-94,135v-35,48,-70,72,-103,72v-16,0,-24,-7,-24,-21v0,-38,25,-80,44,-141v-4,1,-8,2,-13,3v-36,50,-67,86,-92,108v89,101,251,89,354,0v59,-51,90,-107,89,-170xm248,-186r-10,14r7,-3xm141,-373v0,-9,-4,-13,-12,-13v-9,0,-25,13,-46,39v-15,49,-19,99,-10,154r55,-136v9,-21,13,-36,13,-44xm223,-157v-36,8,-65,10,-105,9r-18,44v9,19,21,36,34,51v29,-27,65,-67,89,-104xm124,-46v-11,-13,-21,-27,-30,-42v-7,17,-10,29,-10,35v1,23,25,20,40,7",w:418},"\u00fb":{d:"-113,-218v0,-129,153,-247,285,-247v71,0,129,24,174,71r12,-28r57,0r-33,76v27,45,40,98,40,157v0,137,-59,245,-176,324v-47,32,-91,48,-130,48v-72,0,-132,-62,-132,-151v0,-61,24,-121,71,-181r60,-149v-28,45,-51,77,-70,97v-32,33,-64,50,-96,50v-35,0,-62,-32,-62,-67xm-104,-218v0,31,21,60,53,60v53,0,111,-54,175,-163v11,-19,17,-37,17,-52v0,-9,-4,-13,-12,-13v-19,0,-49,35,-92,105r-2,-1v19,-32,40,-62,65,-90v32,-36,59,-54,82,-54v15,0,23,10,23,30v0,20,-35,119,-52,161v43,-27,91,-42,142,-47r46,-100v-43,-49,-99,-74,-169,-74v-126,0,-276,115,-276,238xm291,-275v-51,8,-101,31,-150,69r-32,81v-17,42,-25,66,-25,72v0,9,6,13,17,13v13,0,32,-14,59,-42v49,-51,92,-115,131,-193xm4,32v0,75,51,128,127,125v68,-3,159,-80,196,-129v82,-107,106,-234,48,-358r-20,47v9,1,19,2,30,4v-8,-1,-19,-1,-32,0r-39,92v-34,80,-51,126,-51,138v0,7,3,11,10,11v12,0,39,-28,82,-84r2,1v-27,43,-90,116,-140,120v-13,0,-20,-7,-20,-20v0,-46,32,-98,51,-165v-58,85,-111,142,-158,169v-19,11,-34,16,-46,16v-23,0,-28,-30,-21,-54v-13,31,-19,60,-19,87",w:417},"\u00fc":{d:"582,-623v40,57,42,167,21,250v-32,125,-133,237,-259,273v-49,67,-92,100,-128,100v-13,0,-19,-7,-19,-21v-2,-8,14,-54,23,-79v-10,-3,-20,-6,-29,-10v-35,43,-68,74,-101,93v-18,11,-33,16,-46,16v-16,0,-24,-11,-24,-34v0,-30,42,-131,59,-173v-15,-25,-27,-52,-36,-82v-3,3,-4,10,-8,8v3,-4,5,-8,7,-12v-27,-106,-3,-212,66,-266v26,-20,63,-24,87,-1v1,-21,12,-32,35,-32v23,0,34,12,34,35v0,28,-24,40,-49,31v16,58,5,90,-16,164v-21,75,-48,129,-74,197v21,20,44,35,69,46v31,-39,61,-86,90,-142v-38,-92,-31,-206,13,-292v42,-81,94,-124,158,-128v56,-3,98,17,127,59xm585,-375v28,-125,4,-300,-122,-291v-53,4,-93,27,-120,73v21,2,31,14,31,35v0,38,-48,44,-64,19v-35,70,-44,179,-19,263v13,-27,36,-75,67,-146r57,0r-93,217v7,11,24,35,52,70v-17,-15,-36,-36,-56,-63r-38,93v149,-5,275,-138,305,-270xm205,-400v12,-50,17,-94,0,-134v-5,-5,-7,-11,-11,-17v-17,-25,-56,-21,-80,-2v-64,50,-89,148,-65,249v51,-81,96,-122,133,-122v14,0,22,9,23,26xm141,-373v0,-9,-4,-13,-12,-13v-15,0,-42,28,-79,85v7,30,18,57,33,82v17,-47,48,-104,58,-154xm248,-186v-21,29,-37,52,-50,67v8,3,16,6,25,8xm335,-98v-20,4,-40,6,-60,6v-8,22,-12,36,-12,43v0,7,3,11,10,11v9,0,30,-20,62,-60xm187,-112v-24,-11,-46,-26,-66,-45r-12,32v-17,45,-25,69,-25,72v0,11,6,17,17,17v15,0,68,-51,86,-76",w:418},"\u00b0":{d:"221,-594v52,0,110,56,110,107v0,64,-48,117,-112,117v-58,0,-113,-52,-113,-110v0,-62,53,-114,115,-114xm220,-385v56,0,98,-45,98,-101v0,-53,-47,-96,-100,-96v-53,0,-96,45,-96,98v0,53,45,99,98,99",w:302},"\u00a2":{d:"-52,-229v0,-98,116,-192,226,-179v15,-8,30,-14,45,-17r20,-61r11,-2r-20,60v25,-8,61,3,61,29v0,20,-14,28,-31,22v52,37,78,93,78,170v0,100,-45,181,-136,243v-45,30,-87,44,-132,19v-40,-22,-54,-61,-51,-119v-10,-43,-5,-77,7,-124v-36,22,-78,1,-78,-41xm252,-382v-10,-14,6,-41,-24,-38r-7,22v11,5,22,10,31,16xm217,-420v-6,2,-17,7,-27,14v7,1,14,3,21,5xm208,-394v-7,-3,-15,-5,-24,-6v-41,50,-65,112,-91,197v21,-21,44,-37,69,-49v15,-51,31,-98,46,-142xm101,-12v52,-7,77,-43,112,-109v-1,43,-72,121,-115,121r-13,37v39,14,69,9,103,-14v93,-63,139,-139,139,-230v0,-88,-43,-160,-108,-184r-41,132v38,-17,89,-23,133,-14v-54,-1,-93,3,-137,26xm165,-402v-103,-7,-211,80,-211,173v0,47,41,54,74,35v25,-97,73,-166,137,-208xm157,-237v-28,18,-52,39,-72,63v-16,71,-32,118,6,161xm87,2v-19,0,-37,-12,-54,-35v4,32,19,54,44,67v4,-13,7,-24,10,-32",w:300},"\u00a3":{d:"445,-672v40,0,94,25,92,61v0,16,-9,24,-28,24v-7,0,-21,-12,-43,-35v-44,-47,-95,-45,-137,2v20,49,22,83,9,143v108,-7,182,36,260,122v-77,-74,-155,-110,-264,-104r-8,33r5,-33v-27,2,-53,7,-80,14v-9,29,-17,56,-25,79v153,0,221,17,282,104v79,113,35,251,-63,325v-59,45,-126,68,-202,68v-124,0,-203,-52,-245,-140v-13,4,-36,9,-36,-8v0,-11,7,-23,21,-34v-25,-121,11,-216,84,-300v-135,-5,-202,-63,-202,-174v0,-132,124,-232,260,-230v90,1,168,58,199,123v38,-27,78,-40,121,-40xm334,-477v11,-57,10,-91,-9,-138v-25,31,-47,81,-68,150v25,-7,51,-11,77,-12xm125,-747v-129,-2,-247,96,-247,222v0,105,67,159,201,162v31,-31,66,-57,107,-76v43,-93,87,-157,133,-190v-30,-63,-107,-117,-194,-118xm174,-413v-25,14,-48,31,-69,50v11,-1,28,-1,49,-1v7,-17,13,-34,20,-49xm15,-18v39,72,101,122,205,122v148,0,248,-56,294,-164v34,-79,29,-150,-25,-209v-61,-67,-136,-83,-267,-83r-18,48v15,1,47,2,98,1v-3,4,-6,10,-7,15r-47,2r-52,0v-25,59,-62,122,-109,189v28,-14,67,-41,102,-42v42,-1,64,36,84,61v35,45,64,67,87,67v32,0,71,-41,69,-72v0,-13,-5,-20,-14,-20v-8,0,-25,14,-33,14v-18,0,-27,-9,-27,-28v0,-21,10,-32,30,-32v27,-1,52,27,52,54v0,63,-58,106,-118,107v-35,0,-70,-20,-105,-59v-35,-39,-61,-59,-77,-59v-3,0,-22,6,-57,18v-20,24,-40,54,-65,70xm149,-351v-24,1,-43,1,-58,1v-75,79,-112,168,-92,287v11,-7,24,-14,41,-22v25,-29,54,-96,85,-203v-17,0,-42,0,-73,1v1,-1,3,-6,6,-15v17,0,41,-1,72,-2v7,-17,13,-33,19,-47",w:487},"\u00a7":{d:"346,-672v47,0,114,18,113,57v0,17,-10,26,-29,26v-11,0,-23,-12,-36,-37v-15,-28,-35,-42,-60,-42v-66,-2,-116,62,-115,127v0,29,21,57,60,89v45,37,127,70,122,147v18,21,26,48,25,83v-2,65,-34,114,-96,147v-3,1,-5,-3,-2,-5v65,-27,125,-138,70,-211v-11,37,-50,75,-116,112r-5,6v26,25,39,51,39,77v-4,105,-123,181,-237,181v-50,0,-124,-18,-123,-58v0,-22,12,-33,36,-33v17,0,32,11,44,33v17,31,46,46,89,46v68,1,118,-50,117,-118v0,-41,-20,-76,-62,-102v-12,-7,-30,-17,-53,-32v-94,-59,-75,-152,26,-201v-31,-23,-51,-40,-58,-49v-39,-46,-30,-118,5,-166v20,-29,47,-50,80,-64v1,-1,2,0,3,2v1,1,0,2,-1,3v-71,26,-145,136,-81,214v9,10,31,28,68,53v10,-6,36,-14,50,-23r2,1v-38,-36,-64,-50,-64,-103v0,-86,97,-160,189,-160xm177,-382v55,40,109,112,100,206r5,-3v58,-62,68,-110,8,-168v-9,-9,-31,-31,-70,-62v-16,7,-32,19,-43,27xm253,-189v6,-67,-24,-128,-89,-182v-51,54,-38,104,32,145xm277,-176v-1,2,-1,4,-2,1",w:418},"\u00b6":{d:"581,-674v98,4,155,65,152,164v-4,137,-70,228,-161,290v-89,61,-192,84,-311,57v-67,165,-150,248,-248,248v-33,0,-83,-26,-83,-56v0,-14,14,-28,28,-28v18,0,44,48,50,50v22,17,34,19,65,8v23,-7,39,-21,53,-37v15,-17,53,-129,74,-202v-44,-14,-98,-47,-124,-74v41,28,84,48,128,60v19,-59,37,-113,55,-161v-25,3,-44,4,-57,4v-61,1,-108,-38,-108,-99v0,-107,96,-218,204,-218v27,0,111,10,138,10v28,0,117,-17,145,-16xm725,-516v1,-94,-52,-151,-147,-154v-31,0,-68,7,-105,28v-22,13,-39,39,-57,70v-38,63,-99,256,-150,396v203,43,387,-76,438,-226v14,-39,21,-77,21,-114xm392,-649r-27,-4v-29,0,-62,37,-98,110v-32,65,-48,116,-48,152v1,27,18,33,44,24v29,-93,72,-187,129,-282",w:466},"\u00df":{d:"461,-573v107,27,193,174,193,325v0,199,-175,392,-372,392v-35,0,-69,-7,-100,-22v-26,23,-53,34,-82,34v-27,0,-40,-10,-40,-30v0,-17,9,-26,27,-26v16,0,42,30,57,30v9,0,18,-5,27,-14v-41,-21,-92,-64,-102,-117v-27,47,-50,81,-68,102v-33,37,-67,55,-102,55v-27,0,-40,-10,-40,-30v0,-18,9,-27,26,-27v12,-3,46,33,58,30v23,0,48,-36,75,-109v45,-119,70,-230,104,-353v61,-222,137,-333,229,-333v30,0,45,10,45,30v0,11,-14,23,-25,22v-15,3,-43,-38,-57,-35v-14,0,-26,12,-37,35v-15,33,-32,90,-41,140v36,-58,103,-110,188,-106v37,-57,81,-86,131,-86v17,0,43,12,43,29v0,10,-18,26,-28,25v-11,3,-43,-40,-56,-36v-13,0,-24,10,-35,29v-3,5,-9,21,-18,46xm420,-574v-71,-3,-128,32,-175,103v-42,64,-68,181,-94,269v44,-27,88,-39,148,-34v30,-122,74,-268,121,-338xm358,-224v77,26,142,106,142,190v0,25,-5,53,-14,82v36,-120,-34,-221,-132,-259v-53,159,-106,266,-159,321v128,43,225,7,329,-75v84,-66,124,-161,124,-281v0,-153,-72,-277,-188,-321xm295,-222v-59,-5,-109,10,-152,43v-21,61,-43,114,-65,158v11,62,49,97,103,125v27,-38,65,-147,114,-326",w:539},"\u00ae":{d:"435,-671v125,1,224,72,270,161v75,-34,168,-29,239,8v87,45,150,140,148,268v-3,182,-107,283,-307,283v-76,0,-150,-34,-223,-101v-122,78,-293,78,-398,-16v-55,-49,-89,-110,-100,-185v-27,-29,-41,-67,-41,-112v0,-79,42,-144,127,-194v17,-10,30,-17,41,-21v71,-61,152,-91,244,-91xm869,32v142,-16,199,-114,199,-253v0,-123,-63,-221,-148,-269v-66,-37,-141,-47,-213,-17v15,29,25,59,30,91v6,-10,10,-18,13,-24v-2,7,-6,16,-12,27v18,157,-56,273,-148,342v67,69,132,104,194,104v40,0,88,-20,87,-56v1,-5,-10,-20,-10,-24v-1,-23,33,-36,47,-17v28,37,6,76,-39,96xm710,-377v-1,-42,-11,-81,-28,-117v-66,37,-93,123,-72,215v33,-21,66,-53,100,-98xm410,-370v73,3,131,-54,132,-124v1,-49,-31,-91,-80,-90v-19,0,-33,6,-43,18v-5,6,-20,42,-45,107v-18,47,-27,74,-27,79v24,7,45,10,63,10xm592,-479v-3,74,-57,115,-145,123v8,45,21,90,40,133v41,-11,79,-28,115,-51v-30,-93,3,-183,78,-224v-42,-85,-135,-148,-257,-148v-52,0,-103,14,-153,43v75,-8,132,-1,204,10v60,9,120,56,118,114xm710,-370v-31,41,-64,73,-99,94v5,21,15,42,32,64v-17,-11,-30,-31,-40,-59v-43,25,-80,43,-113,54v19,41,44,81,76,119v79,-54,142,-150,144,-272xm439,-212v-13,-31,-30,-78,-51,-142v-16,-2,-32,-7,-48,-15r-69,177v59,3,115,-4,168,-20xm348,-536v21,-35,-25,-49,-56,-49v-23,0,-46,5,-69,14v-30,25,-55,54,-76,87v0,24,15,47,38,43v18,-3,18,20,5,27v-28,15,-58,3,-65,-28v-27,63,-36,129,-20,200v31,25,67,40,108,47v9,-13,16,-27,21,-42xm176,-566v-85,38,-155,148,-115,266v-1,-106,38,-192,115,-266xm273,-181v6,18,24,27,58,27r0,3v-43,-1,-76,-2,-101,-2v-31,0,-58,0,-82,1v79,119,250,150,386,74v-38,-39,-68,-81,-91,-127v-55,17,-111,25,-170,24xm203,-182v-28,-4,-58,-14,-89,-31v8,21,19,41,32,59v22,-3,41,-12,57,-28",w:755},"\u00a9":{d:"581,-827v111,0,187,58,186,164v0,61,-17,118,-50,172v46,107,29,225,-32,318v25,-16,48,-34,69,-53v2,1,3,2,4,4v-25,22,-51,42,-80,59v-11,16,-23,31,-36,44v-52,125,-173,219,-344,219v-169,0,-286,-98,-286,-262v0,-55,16,-108,49,-159v12,-140,96,-254,201,-308v81,-132,187,-198,319,-198xm436,-673v130,1,233,76,276,172v30,-51,45,-105,45,-162v0,-101,-70,-153,-175,-152v-127,0,-229,59,-304,178v51,-24,103,-36,158,-36xm663,-160v65,-89,84,-206,45,-317v-17,24,-37,47,-60,69v10,37,6,62,-5,103v27,36,26,100,13,149xm704,-487v-43,-101,-156,-174,-279,-174v-55,0,-107,13,-157,40v-35,57,-53,111,-55,160v15,-10,38,-21,56,-30v21,-27,63,-55,124,-86v1,-1,2,0,3,1v1,1,0,2,-1,3v-55,28,-93,53,-114,75v82,-38,122,-41,202,-41v18,0,39,6,64,19v5,-1,12,-6,23,-13r4,1r-6,29v40,22,66,51,78,87v23,-22,42,-46,58,-71xm639,-310v10,-36,12,-66,5,-95v-22,20,-44,37,-69,53v27,8,48,22,64,42xm332,-286v61,-46,132,-83,234,-68r17,-12v26,-19,46,-34,59,-46v-11,-35,-36,-64,-75,-86r-16,79v-2,1,-4,1,-5,1v-3,-74,-22,-111,-58,-111v-85,0,-187,151,-202,233v15,7,28,10,46,10xm656,-150v-1,1,-3,1,-3,3xm463,-537v-69,-8,-110,12,-191,50v-30,36,-45,93,-28,146v40,-87,115,-176,219,-196xm547,-342v-74,-5,-128,16,-190,57v70,0,141,-22,190,-57xm651,-227v0,-64,-31,-102,-94,-113v-46,31,-100,51,-163,62v-14,2,-30,2,-47,1v-21,15,-40,34,-59,56v23,30,50,54,80,73v57,-5,106,-47,146,-127r4,2v-7,35,-19,80,-35,136v-4,1,-7,-1,-8,-4v-1,-9,-4,-25,-9,-49v-29,27,-55,45,-79,53v84,39,165,33,251,-10v9,-25,13,-51,13,-80xm252,-612v-88,52,-160,149,-174,268v33,-44,74,-81,125,-112v1,-49,18,-101,49,-156xm261,-482r-49,27v-1,43,7,88,23,135r6,-14v-19,-49,-6,-111,20,-148xm77,-333v-15,186,120,328,295,327v98,0,182,-36,253,-108v4,-9,8,-17,11,-26v-88,43,-173,46,-257,5v-48,12,-108,3,-132,-27r-22,49v-2,5,-5,6,-10,4v-4,-2,-5,-5,-3,-9r25,-57v-21,-35,-20,-88,-6,-133v-19,-47,-28,-95,-28,-142v-52,32,-94,71,-126,117xm323,-278v-14,-1,-27,-5,-39,-10v-3,18,-5,34,-3,51v13,-15,27,-29,42,-41xm357,-148v-27,-17,-52,-39,-73,-66v10,43,34,65,73,66xm20,-163v0,156,113,251,274,251v126,0,243,-63,295,-143v7,-9,14,-20,21,-33v-71,62,-151,93,-240,93v-172,0,-316,-137,-309,-313v-27,47,-41,96,-41,145",w:754},"\u00b4":{d:"482,-613v0,11,-10,22,-31,35r-123,75r89,-114v12,-15,24,-23,36,-23v19,0,29,9,29,27",w:436},"\u00a8":{d:"417,-593v18,-1,35,17,34,35v0,23,-11,34,-34,34v-23,0,-35,-12,-35,-35v0,-23,12,-34,35,-34xm307,-593v18,-1,35,17,34,35v0,23,-11,34,-34,34v-23,0,-35,-12,-35,-35v0,-23,12,-34,35,-34",w:419},"\u00c6":{d:"322,-571v0,-60,59,-100,113,-66v0,2,-1,4,-3,5v-9,-5,-22,-8,-38,-8v-37,0,-56,23,-56,69v0,51,38,97,114,140v59,33,121,56,184,68v113,-135,211,-226,293,-271v53,-29,109,-44,167,-44v85,0,145,21,178,63v13,17,20,36,20,57v1,46,-37,81,-83,81v-29,0,-60,-21,-60,-50v0,-27,38,-54,51,-19v12,34,70,16,70,-20v0,-60,-66,-93,-130,-92v-126,2,-222,107,-220,247v0,12,3,19,8,22v36,-25,145,-37,145,26v0,39,-27,58,-81,58v-27,0,-59,-15,-96,-44v-61,41,-92,97,-92,169v0,93,53,164,142,163v84,-1,169,-73,202,-135v-4,27,-27,59,-68,97v-56,51,-117,77,-184,77v-89,0,-165,-63,-165,-150v0,-72,45,-145,134,-220v-40,18,-161,20,-213,10v-25,37,-72,104,-143,196v-73,94,-166,140,-276,140v-115,0,-231,-84,-233,-198v-2,-63,36,-112,96,-115v49,-2,96,39,94,89v0,24,-15,50,-40,50v-23,0,-23,-16,-16,-33v-1,-3,-1,-9,-1,-18v1,-30,-25,-57,-55,-56v-46,0,-69,27,-69,81v0,102,105,174,212,174v116,0,229,-80,340,-239v17,-25,36,-50,57,-77v-64,-14,-126,-40,-186,-78v-75,-47,-112,-97,-112,-149xm1052,-652v-57,9,-121,44,-190,106v-77,68,-139,130,-186,186v60,12,146,4,211,-6v-38,-71,-16,-154,37,-210v35,-37,77,-63,128,-76xm1059,-371v-2,-16,-17,-24,-45,-24v-32,0,-57,6,-75,19v20,31,57,50,97,37v18,-6,25,-18,23,-32",w:1196},"\u00d8":{d:"374,8v13,28,55,53,93,53v80,-1,169,-57,216,-105v107,-106,160,-236,160,-390v0,-55,-13,-112,-38,-171v1,-1,1,-2,2,-2v34,65,51,124,51,176v-3,193,-57,274,-156,396v-43,52,-148,110,-235,111v-46,0,-91,-30,-105,-65v-114,32,-213,10,-271,-76r-109,92r0,-4v5,-16,80,-73,105,-94v-9,-16,-16,-32,-22,-48v-85,-76,-67,-287,-15,-391v30,-60,76,-116,141,-167v124,-98,294,-118,474,-70v2,1,1,5,-2,5v-175,-48,-341,-27,-461,69v-116,93,-176,189,-179,379v0,43,10,85,30,127v-15,-121,19,-203,87,-311v50,-78,164,-171,263,-186r1,3v-86,28,-161,113,-224,255v-41,93,-62,174,-62,242v1,18,1,42,7,62r229,-192v-43,-19,-64,-52,-64,-99v0,-124,148,-278,272,-278v59,0,105,29,137,87r99,-83r4,3r-100,88v14,35,21,70,21,106v1,224,-167,427,-349,478xm309,-417v-1,37,21,80,54,79v15,0,26,-6,28,-20v7,-38,34,-39,57,-17v27,-21,93,-75,196,-162v-10,-71,-53,-108,-121,-108v-94,0,-169,80,-198,158v-11,27,-16,51,-16,70xm452,-367v11,49,-39,81,-89,74r-231,194v80,28,150,5,212,-44r119,-108v5,-6,16,-3,15,6v0,3,-1,5,-3,6r-63,58v-33,56,-51,110,-44,174v72,-35,138,-103,194,-205v64,-116,93,-200,81,-317xm393,-163v-68,62,-134,93,-197,93v-23,0,-45,-3,-66,-10v29,96,132,120,227,79v-10,-60,8,-106,36,-162",w:727},"\u00b1":{d:"440,-90v0,132,-90,235,-215,235v-47,0,-90,-16,-131,-48v-53,-42,-80,-104,-81,-187r-13,0r1,-12r12,0v4,-73,32,-137,83,-192r-31,0v1,-4,3,-8,4,-13r40,1v40,-38,84,-66,133,-85v9,-27,17,-50,22,-68r14,0v-4,15,-10,35,-19,61v76,-21,190,-37,287,-6v2,1,3,2,2,4v-1,2,-2,3,-4,3v-43,-11,-74,-17,-95,-17v-79,0,-144,10,-195,30v-9,29,-17,55,-23,77r147,0r-5,12v-34,2,-65,3,-92,4v88,19,159,99,159,201xm237,-377v-35,17,-71,40,-107,71v32,0,60,0,84,-1xm428,-93v0,-116,-82,-201,-202,-200v-9,30,-25,80,-48,149r-15,0r46,-149v-13,0,-44,0,-93,-1v-41,40,-85,113,-91,192r288,0v-2,2,-4,6,-7,12r-281,0v1,77,27,135,79,175v72,56,157,59,234,8v60,-39,90,-101,90,-186",w:345},"\u00a5":{d:"170,-337v133,-7,260,69,260,186v0,76,-61,138,-133,138v-30,0,-56,-7,-78,-21v-10,-6,-7,-28,7,-26v3,0,5,1,8,2v20,13,45,19,74,19v59,0,107,-44,108,-105v0,-112,-122,-197,-249,-188r-21,44v3,-1,26,4,67,14v-30,-7,-53,-10,-69,-9v-41,95,-62,169,-62,223v0,31,10,47,30,47v44,0,93,-70,113,-113r4,1v-25,53,-76,121,-137,122v-14,13,-21,22,-21,27v0,5,3,8,10,10v32,10,45,15,47,47v2,42,-39,64,-80,64v-30,0,-67,-12,-64,-37v-54,-19,-79,-72,-79,-149v-1,-108,92,-208,180,-236v9,-17,19,-32,30,-46v-88,23,-160,80,-215,173v-1,1,-2,2,-3,1v-1,-1,-2,-2,-1,-3v58,-96,133,-155,224,-177v49,-65,100,-98,151,-98v22,0,52,16,51,39v0,19,-8,28,-24,28v-11,0,-19,-7,-22,-21v1,5,2,-1,2,-16v0,-13,-6,-20,-18,-20v-31,0,-61,27,-90,80xm44,123v28,1,64,-49,31,-70v-11,-4,-25,-5,-33,-12v0,-1,14,-16,41,-43v-41,-13,-62,-40,-62,-81v0,-52,20,-114,59,-185v-77,31,-153,126,-153,227v0,51,13,89,40,112v15,20,59,5,66,34v3,12,6,18,11,18",w:313},"\u00b5":{d:"485,-416v89,-1,133,78,133,173v0,157,-110,343,-238,420v-55,33,-106,52,-155,52v-121,0,-205,-77,-240,-170v-12,32,-38,90,-69,97v-9,0,-14,-5,-14,-16v-1,-19,47,-81,70,-116v-25,-98,-13,-192,28,-278v72,-151,201,-227,387,-227v2,0,3,1,3,3v-1,1,-2,2,-3,2v-181,0,-307,75,-379,226v-39,82,-51,169,-29,264v23,-34,42,-76,57,-125v20,-65,48,-147,84,-248v23,3,21,2,57,1v-59,188,-88,289,-88,302v0,13,5,19,16,19v11,0,27,-12,49,-36v64,-72,92,-138,145,-254v3,-7,6,-18,11,-33v15,0,32,1,51,2v35,-39,77,-58,124,-58xm-10,47v34,92,114,177,235,174v107,-3,219,-85,272,-156v76,-102,116,-204,116,-308v0,-90,-45,-169,-128,-168v-47,0,-88,20,-123,59r-46,132v-32,92,-48,148,-48,167v0,7,4,10,11,10v12,0,36,-26,71,-79v2,0,4,1,2,3v-16,30,-38,59,-66,83v-25,23,-46,34,-63,34v-14,0,-21,-8,-21,-23v0,-37,26,-116,36,-158v-40,62,-84,133,-145,169v-32,18,-49,22,-79,0",w:422},"\u03bc":{d:"485,-416v89,-1,133,78,133,173v0,157,-110,343,-238,420v-55,33,-106,52,-155,52v-121,0,-205,-77,-240,-170v-12,32,-38,90,-69,97v-9,0,-14,-5,-14,-16v-1,-19,47,-81,70,-116v-25,-98,-13,-192,28,-278v72,-151,201,-227,387,-227v2,0,3,1,3,3v-1,1,-2,2,-3,2v-181,0,-307,75,-379,226v-39,82,-51,169,-29,264v23,-34,42,-76,57,-125v20,-65,48,-147,84,-248v23,3,21,2,57,1v-59,188,-88,289,-88,302v0,13,5,19,16,19v11,0,27,-12,49,-36v64,-72,92,-138,145,-254v3,-7,6,-18,11,-33v15,0,32,1,51,2v35,-39,77,-58,124,-58xm-10,47v34,92,114,177,235,174v107,-3,219,-85,272,-156v76,-102,116,-204,116,-308v0,-90,-45,-169,-128,-168v-47,0,-88,20,-123,59r-46,132v-32,92,-48,148,-48,167v0,7,4,10,11,10v12,0,36,-26,71,-79v2,0,4,1,2,3v-16,30,-38,59,-66,83v-25,23,-46,34,-63,34v-14,0,-21,-8,-21,-23v0,-37,26,-116,36,-158v-40,62,-84,133,-145,169v-32,18,-49,22,-79,0",w:422},"\u00aa":{d:"383,-401v0,-107,-56,-192,-147,-204v0,-3,3,-4,8,-3v122,13,175,149,144,288v-23,102,-114,193,-234,193v-150,0,-277,-150,-229,-313v31,-101,106,-166,224,-166v70,0,110,29,121,88r1,-2r37,0v-62,128,-93,201,-93,220r2,6v13,-5,30,-23,52,-52r3,2v-33,49,-60,74,-82,74v-9,0,-14,-4,-14,-13v0,-9,6,-33,18,-71v-43,57,-77,85,-104,85v-22,0,-33,-12,-33,-35v0,-63,120,-227,181,-218v7,0,15,4,25,11r2,-3v-9,-49,-46,-74,-111,-74v-115,0,-181,56,-213,152v-50,151,73,295,212,295v133,0,230,-123,230,-260xm250,-501v0,-10,-5,-15,-14,-15v-17,0,-43,26,-77,78v-39,61,-59,107,-59,138v0,9,4,14,13,14v23,0,52,-30,87,-91v33,-57,50,-99,50,-124",w:284},"\u00ba":{d:"117,-616v117,-21,189,68,188,180v-1,89,-46,205,-123,245v-30,16,-59,25,-88,25v-94,0,-168,-94,-168,-191v0,-121,39,-198,116,-231v19,-8,38,-12,58,-12v43,0,87,42,69,90v47,-27,82,-9,82,63v0,50,-18,94,-55,133v-29,31,-55,46,-79,46v-31,0,-46,-25,-46,-74v0,-39,11,-79,39,-112v35,-41,56,-67,56,-82v0,-52,-75,-60,-119,-41v-72,32,-108,104,-108,220v0,85,74,187,156,184v59,-2,120,-45,144,-86v35,-58,53,-117,53,-177v0,-86,-63,-180,-144,-177v-11,-1,-25,1,-33,-1v0,-1,1,-2,2,-2xm229,-495v0,-14,-6,-21,-19,-21v-19,0,-43,31,-72,92v-26,56,-39,96,-39,120v0,19,6,28,19,28v16,0,39,-28,68,-84v29,-56,43,-102,43,-135",w:253},"\u00e6":{d:"364,-610v172,0,333,163,329,334v-5,205,-71,343,-208,414v-55,28,-118,40,-185,27v-77,-15,-124,-51,-136,-105v-12,-53,-1,-98,40,-130v-32,38,-43,73,-29,125v15,59,82,102,170,102v43,0,91,-13,144,-39v68,-34,119,-97,154,-188v26,-69,38,-138,38,-208v0,-166,-150,-325,-317,-325v-146,0,-266,63,-360,188v-56,75,-84,154,-84,239v0,99,30,135,90,97v15,-88,95,-202,154,-264v52,-54,95,-82,130,-82v13,0,26,7,40,20v7,-5,8,-17,22,-15v0,0,13,0,50,1r-8,19v32,-16,56,-24,71,-24v35,0,53,16,53,49v0,45,-48,96,-145,153r-59,33v-19,35,-28,72,-28,110v0,35,13,52,39,52v31,0,71,-33,120,-99r3,1v-47,73,-89,111,-148,125v-55,0,-82,-30,-82,-91v0,-13,3,-34,10,-65v-34,49,-61,83,-81,104v-33,33,-63,50,-91,50v-39,1,-56,-25,-51,-66v-11,7,-23,10,-34,10v-43,1,-64,-67,-63,-118v0,-86,29,-167,86,-244v95,-127,217,-190,366,-190xm314,-194v59,-27,172,-119,174,-187v0,-24,-10,-36,-31,-36v-24,0,-52,30,-85,90v-21,40,-41,84,-58,133xm320,-390v0,-18,-8,-27,-24,-27v-29,0,-67,38,-116,115v-69,108,-103,188,-103,240v0,22,8,33,23,33v35,0,82,-52,139,-155v54,-97,81,-166,81,-206",w:524},"\u00f8":{d:"172,-528v155,4,249,123,252,278v4,179,-124,351,-296,351v-58,0,-127,-39,-146,-81v-49,-109,-13,-211,66,-287v28,-64,113,-161,181,-161v21,0,40,17,57,50r44,-51r6,6r-47,54v2,7,4,14,5,21v29,8,54,24,73,47v8,10,-7,23,-15,12v-14,-17,-32,-29,-54,-36v8,140,-63,251,-156,305v-55,33,-88,25,-117,-36r-30,35v13,54,70,93,133,95v163,5,284,-158,284,-324v0,-143,-102,-273,-241,-273v-119,0,-238,101,-255,205v-1,3,-7,2,-5,-1v19,-107,139,-212,261,-209xm264,-353v6,-38,0,-67,-31,-67v-19,0,-46,28,-79,85v37,-14,70,-21,110,-18xm246,-332v-37,1,-74,11,-111,30v-28,53,-50,111,-72,188xm260,-332r-2,0v-1,3,-150,180,-192,229v-7,25,-11,42,-11,51v0,28,11,42,32,42v19,0,43,-24,72,-71v45,-73,78,-156,101,-251xm23,-195v-30,51,-42,98,-31,162v13,-15,22,-25,29,-32v-9,-43,-7,-88,2,-130",w:348},"\u00bf":{d:"295,-681v23,0,44,25,44,48v0,25,-25,46,-49,45v-29,0,-44,-15,-44,-45v-1,-26,23,-48,49,-48xm105,-126v-3,7,29,43,34,42v-33,0,-49,-14,-49,-43v0,-42,38,-83,113,-122v93,-49,140,-114,140,-195v0,-45,-16,-78,-49,-100v-2,-2,-3,-4,-3,-5v43,29,64,64,64,105v0,121,-58,165,-153,213v-65,32,-97,67,-97,105xm230,-553v59,0,95,49,94,107v0,40,-20,80,-66,113r-115,83v-57,42,-86,84,-86,126v0,54,59,117,113,117v53,0,100,-39,100,-93v0,-46,-45,-95,-91,-63v23,13,35,29,35,46v0,23,-11,35,-34,35v-21,1,-38,-19,-38,-41v0,-33,35,-56,68,-56v42,0,70,37,70,78v0,58,-71,106,-131,106v-84,0,-145,-57,-144,-141v0,-44,21,-86,62,-127v6,-11,156,-115,185,-142v24,-23,36,-48,36,-73v1,-33,-29,-68,-63,-68v-24,0,-50,19,-49,44v0,14,5,25,16,32v17,3,-1,-25,19,-25v12,0,18,7,18,20v0,16,-9,24,-27,24v-25,0,-38,-14,-38,-41v-1,-34,33,-61,66,-61",w:350},"\u00a1":{d:"211,-576v-39,0,-57,-50,-31,-77v8,-9,19,-14,31,-15v11,-36,64,-59,112,-59v108,-1,209,90,229,182v8,36,13,63,13,82v3,187,-143,343,-323,349v-45,2,-90,1,-133,-10r-21,92v-9,25,-23,37,-40,37v-25,0,-37,-12,-37,-37v0,-22,24,-85,36,-115v-103,-52,-183,-196,-116,-337v1,-3,2,-3,4,-2v3,1,3,2,2,4v-16,41,-24,72,-24,93v1,108,61,191,139,229r117,-300r6,1r-64,321v177,35,310,-15,391,-137v-9,5,-20,4,-32,-5v-19,-13,-29,-42,-29,-87v0,-10,6,-54,15,-132v2,-16,4,-23,-5,-24v-3,0,-21,25,-54,75v-16,25,-31,37,-44,37v-18,0,-27,-17,-27,-51v0,-3,1,-28,5,-52v1,1,2,2,2,3v-3,28,-4,44,-4,49v0,31,8,47,23,47v39,-9,65,-104,100,-118v13,0,18,12,15,35v-2,16,-5,45,-8,87v-5,73,6,110,31,110v18,0,31,-8,38,-23v31,-70,39,-136,20,-219v-25,-107,-156,-217,-288,-166v-25,10,-40,25,-45,43v26,-5,45,26,46,45v1,25,-25,45,-50,45",w:239},"\u00ac":{d:"181,-463v122,0,249,75,201,201r77,0r0,257v-7,0,-21,0,-42,1v-38,64,-131,120,-225,122v-168,3,-324,-131,-324,-295v0,-180,143,-286,313,-286xm360,-230r-37,-2r-282,0r0,-30r337,0v48,-119,-81,-191,-197,-187v-104,3,-200,45,-248,113v-32,46,-50,98,-50,159v0,152,153,265,309,262v75,-1,148,-45,183,-91v1,-15,1,-71,1,-166v0,-2,-1,-20,-2,-54r-10,-3v-37,51,-85,77,-146,77v-7,-1,-19,2,-21,-4v2,-5,13,1,21,-1v58,0,105,-24,142,-73",w:529},"\u0192":{d:"239,-479v-97,0,-136,51,-186,123r-1,-4v37,-57,38,-67,77,-95v82,-58,174,-72,289,-43v26,-28,87,-135,111,-165r141,-176v57,-72,162,-142,251,-181v54,-23,130,-15,197,-3v45,8,57,62,28,97v-12,14,-23,20,-36,18v-41,-8,-52,-18,-66,-54v-11,-31,-39,-39,-78,-33v-49,7,-97,33,-144,80v-69,68,-145,199,-207,291v-50,75,-86,127,-103,158v74,23,117,20,218,-2v-48,44,-154,71,-246,52v-25,33,-48,63,-68,92v-77,109,-157,208,-239,296v-73,79,-134,134,-182,167v-73,49,-149,74,-230,74v-83,0,-139,-36,-139,-107v0,-69,50,-118,125,-118v55,0,92,37,95,90v3,38,-33,76,-73,78v-27,1,-51,-22,-51,-49v0,-27,24,-49,51,-48v21,0,39,15,56,45v0,-69,-34,-101,-91,-103v-41,-1,-81,34,-78,76v4,67,69,120,127,120v31,0,66,-11,105,-34v79,-47,158,-117,228,-216r185,-260v28,-40,54,-92,79,-137v-41,-18,-105,-29,-145,-29",w:1000},"\u00ab":{d:"352,-427v-51,50,-95,103,-134,159r58,163r-1,1v-73,-95,-109,-150,-109,-166v9,-43,129,-120,183,-160xm97,-270r62,164r-2,2v-77,-90,-115,-145,-115,-164v0,-15,27,-44,82,-87v21,-17,56,-42,105,-76r3,3v-54,54,-99,107,-135,158",w:350},"\u00bb":{d:"311,-268v0,15,-27,44,-80,86v-35,27,-72,53,-112,80r-3,-4v55,-53,101,-106,138,-161v-11,-34,-31,-88,-61,-162r7,-1v28,38,104,132,111,162xm191,-269v0,15,-26,44,-77,85v-41,33,-78,59,-112,80r-2,-5v57,-56,103,-109,136,-158v-11,-33,-31,-88,-62,-164v78,89,117,143,117,162",w:339},"\u00a0":{w:230},"\u00c0":{d:"940,-782v-32,-17,-28,-67,10,-67v26,0,67,93,85,127r-1,1xm31,-263v54,136,309,231,443,101r42,-49r110,-139v59,-75,106,-130,141,-167v109,-115,207,-172,296,-172v26,0,53,5,82,14r-2,4v-43,-17,-81,9,-107,33v-11,10,-21,34,-34,67r-173,451v-13,33,-19,55,-19,65v0,28,25,43,76,45r-1,8r-174,0r-92,2r2,-7v71,-3,102,-54,130,-126r68,-177v-32,2,-94,6,-109,-2r-75,0v-33,49,-68,96,-104,141r-23,27v-85,95,-176,142,-273,142v-117,0,-231,-83,-233,-196v0,-21,4,-41,13,-60v-14,-33,-21,-67,-21,-104v-2,-180,143,-286,314,-286v99,0,204,52,210,140v6,94,-91,183,-192,170v-1,-1,-2,-4,0,-5v101,13,194,-75,187,-165v-6,-79,-114,-130,-205,-126v-168,7,-298,100,-299,272v0,30,5,59,16,86v19,-26,43,-39,74,-39v46,-1,94,42,94,89v0,24,-16,50,-41,50v-33,0,-18,-30,-16,-51v4,-52,-73,-71,-105,-36xm977,-666v-62,23,-124,68,-181,142r-140,182r176,0v38,-106,86,-239,145,-324xm20,-247v-50,123,81,219,200,219v55,0,108,-16,157,-47v-20,5,-39,8,-58,8v-137,0,-256,-79,-299,-180",w:1035},"\u00c3":{d:"968,-830v19,-6,101,53,115,53v20,0,38,-15,54,-45r2,1v-25,59,-55,88,-89,88v-35,0,-77,-52,-115,-52v-19,0,-37,13,-56,39r-2,-2v30,-55,60,-82,91,-82xm807,-556v78,-70,135,-132,255,-132v29,0,57,4,84,13r-7,9v-13,-5,-25,-7,-36,-7v-41,0,-75,34,-101,102r-173,451v-28,70,-34,106,58,110r-1,10r-144,0v-99,115,-271,191,-468,157v-181,-31,-265,-116,-348,-264v-2,-3,3,-6,5,-3v80,140,167,214,348,244v180,30,338,-28,444,-134r-99,0r1,-6v37,3,65,-16,89,-53v11,-17,70,-163,102,-242r-171,-9v-28,27,-107,141,-140,172v-48,45,-88,78,-121,97v-46,26,-96,39,-149,39v-114,0,-232,-86,-233,-195v-1,-59,38,-118,97,-118v46,0,92,42,92,89v0,32,-13,48,-38,48v-28,0,-14,-27,-14,-46v2,-27,-36,-57,-62,-57v-43,0,-68,42,-68,84v0,103,105,169,214,169v63,0,120,-19,172,-60v107,-84,278,-342,393,-450v-77,-131,-232,-247,-418,-251v-148,-3,-313,112,-313,252v0,104,107,183,215,183v29,0,99,-9,120,-10v4,-1,4,5,1,5v-11,1,-31,3,-60,6v-25,3,-46,4,-61,4v-112,3,-220,-80,-220,-188v0,-144,168,-257,318,-257v99,0,175,13,229,40v83,41,152,107,208,198xm978,-669v-52,19,-107,61,-164,125v22,39,38,78,49,119v40,-108,78,-189,115,-244xm847,-384v-8,-48,-25,-95,-51,-140v-6,7,-52,68,-137,183r173,-1",w:1035},"\u00d5":{d:"499,-831v18,-6,100,52,113,52v20,0,37,-14,52,-43r3,1v-25,59,-55,88,-89,88v-35,0,-77,-52,-115,-52v-19,0,-38,13,-56,39r-2,-2v31,-57,58,-81,94,-83xm543,-670v123,-18,187,84,186,203v-2,191,-114,347,-244,426v-71,43,-142,66,-215,66v-131,0,-216,-106,-214,-240v0,-49,10,-98,31,-148v-45,-212,112,-351,305,-351v60,0,110,16,151,44xm142,-286v66,93,244,162,376,88v38,-21,66,-47,83,-80v36,-70,54,-144,54,-221v0,-70,-25,-115,-74,-135v39,59,25,132,-29,180v-42,37,-85,56,-142,49v-1,0,-2,-1,-2,-2v2,-5,13,1,20,-1v83,3,183,-79,170,-166v-3,-24,-13,-45,-30,-64v-113,-27,-203,65,-236,150v-10,25,-15,48,-15,69v-1,37,18,83,52,80v27,-2,22,-11,36,-41v12,-25,57,-1,57,23v0,35,-42,65,-77,65v-50,0,-88,-49,-88,-101v0,-120,125,-258,233,-275v-72,-40,-161,-39,-248,-13v-118,36,-204,139,-185,293v66,-139,163,-244,312,-277r2,4v-70,21,-134,83,-191,188v-34,61,-60,124,-78,187xm121,-155v-1,104,53,175,154,174v98,0,189,-66,272,-197v-137,96,-338,23,-412,-83v-9,40,-14,75,-14,106",w:725},"\u0152":{d:"741,-386v14,2,60,-19,73,-14v58,-4,77,45,39,79v-52,46,-139,126,-219,159v6,78,63,145,146,144v82,-1,160,-70,191,-132v2,1,5,2,8,3v-45,86,-141,169,-258,169v-77,0,-131,-40,-164,-120v-104,81,-168,126,-291,126v-111,0,-185,-80,-204,-179v-123,-19,-246,-112,-246,-241v1,-138,110,-271,213,-322v86,-43,138,-60,261,-92v1,1,2,3,2,4v-139,37,-164,42,-261,91v-103,52,-208,180,-209,319v-1,124,120,209,238,229v-6,-39,-5,-76,2,-115v-29,-42,-43,-87,-43,-134v0,-132,151,-245,289,-240v16,0,32,1,47,4v17,-7,35,-12,54,-16r1,3v-13,4,-25,10,-38,17v21,5,40,13,58,23v96,-73,223,-72,272,45v63,-63,140,-95,231,-95v78,0,159,40,159,111v0,47,-36,83,-83,83v-31,0,-58,-19,-58,-50v0,-17,24,-30,40,-30v2,0,5,4,9,11v5,11,15,17,29,17v27,0,41,-13,41,-40v0,-54,-67,-89,-126,-89v-124,0,-230,118,-225,241v6,9,14,33,22,31xm854,-362v0,-19,-15,-29,-46,-29v-22,0,-48,6,-77,19v20,29,45,44,76,44v31,0,47,-11,47,-34xm816,-306v-45,7,-74,-7,-115,-33v-45,44,-67,96,-67,157v44,-21,105,-62,182,-124xm654,-495v0,-85,-43,-148,-124,-147v-32,0,-62,9,-91,26v112,70,103,179,32,293v-48,78,-133,138,-217,162v83,30,176,36,269,17v7,-9,13,-18,20,-29v11,-61,29,-83,66,-125v22,-53,45,-146,45,-197xm296,-397v2,-82,67,-172,121,-215v-19,-10,-40,-17,-62,-22v-98,61,-200,259,-226,404v29,25,64,45,104,62v108,-33,197,-101,251,-215v14,-30,23,-61,23,-96v0,-53,-27,-95,-81,-128v-53,38,-102,104,-107,186v-2,40,17,82,52,82v13,0,25,-8,29,-25v11,-44,61,-24,61,10v0,36,-41,62,-76,62v-56,0,-90,-47,-89,-105xm308,-639v-128,-4,-271,102,-271,227v0,39,10,75,30,109v43,-151,142,-284,263,-335v-7,-1,-15,-1,-22,-1xm121,-144v0,95,59,166,152,165v79,0,157,-48,234,-145v-102,17,-197,6,-282,-29v-34,7,-66,10,-104,9xm205,-162v-29,-14,-56,-30,-79,-49v-3,19,-5,37,-5,54v28,3,57,-1,84,-5",w:992},"\u0153":{d:"87,-383v84,-77,169,-129,300,-135v87,-4,154,36,153,122v-2,132,-113,231,-220,282v-1,1,-2,1,-3,-1v-1,-1,0,-2,1,-3v61,-30,110,-67,148,-111v46,-53,69,-108,69,-167v1,-66,-50,-103,-113,-108v-32,-3,-52,-4,-87,3v-89,17,-167,58,-234,122v9,3,17,7,26,11v78,-75,147,-92,173,38v55,-64,101,-96,136,-96v35,0,53,17,53,52v0,44,-49,96,-148,155v-3,1,-23,13,-60,34v-16,36,-24,71,-24,106v0,36,15,54,44,54v29,0,61,-22,94,-68v6,-8,14,-21,27,-38r3,2v-29,53,-94,125,-157,127v-25,0,-45,-10,-58,-31v-36,53,-114,101,-203,89v35,49,85,74,152,74v18,0,51,-9,99,-27v54,-20,98,-49,133,-87v7,-5,18,-14,33,-28v3,-2,7,2,4,4v-5,8,-12,21,-24,36v-47,58,-157,116,-245,116v-78,0,-135,-30,-172,-91v-105,-18,-200,-106,-200,-223v0,-139,110,-221,243,-221v18,0,37,3,57,8xm457,-384v0,-23,-10,-35,-31,-35v-25,0,-54,31,-87,92v-21,41,-41,87,-58,139v59,-37,103,-74,134,-111v28,-34,42,-62,42,-85xm77,-156v59,-8,118,-63,111,-127v-2,-21,-12,-40,-29,-56v-31,54,-59,115,-82,183xm269,-380v0,-27,-11,-40,-32,-40v-21,0,-46,25,-75,76v42,38,38,105,-2,147v-24,25,-51,40,-84,45v-12,32,-22,77,-21,94v0,33,12,49,35,49v13,0,28,-12,45,-33v47,-59,134,-247,134,-338xm94,-372v-79,85,-124,155,-125,304v0,34,7,66,22,96v89,19,167,-27,200,-82v-41,35,-75,53,-101,53v-49,1,-73,-64,-73,-121v0,-91,36,-176,104,-240v-9,-4,-18,-7,-27,-10xm-46,-68v-2,-133,51,-236,125,-307v-47,-11,-87,-4,-134,10v-84,25,-145,93,-146,195v0,102,84,175,174,195v-13,-30,-19,-61,-19,-93",w:493},"\u00f7":{d:"309,25v128,0,223,-82,223,-211v0,-133,-96,-259,-239,-245v10,27,-16,54,-43,49v-21,-3,-31,-15,-32,-35v-1,-29,23,-44,71,-44v63,0,148,30,180,61v56,54,85,120,85,201v0,141,-103,236,-247,235v-113,-1,-203,-58,-203,-169v0,-66,64,-130,130,-130v35,0,66,15,91,46v1,1,0,2,-1,3v-1,1,-2,1,-3,0v-23,-29,-50,-43,-82,-43v-68,0,-122,65,-122,133v0,95,90,149,192,149xm375,-307v-1,5,-3,9,-4,13r-308,0r6,-13r306,0xm147,-182v0,-21,20,-35,41,-35v33,0,47,39,25,61v-23,23,-66,7,-66,-26",w:358},"\u00ff":{d:"248,-558v0,23,-11,34,-34,34v-23,0,-35,-12,-35,-35v0,-23,12,-34,36,-34v22,0,33,12,33,35xm289,-559v-4,-30,43,-48,61,-22v79,40,143,136,144,247v3,162,-118,308,-267,316v-27,50,-50,87,-71,112v-35,41,-72,62,-110,62v-24,1,-51,-18,-51,-39v0,-16,17,-29,32,-29v16,0,30,15,40,28v20,27,42,17,65,-6v25,-26,39,-69,40,-128v-104,-10,-178,-65,-223,-166v-23,-51,-34,-98,-34,-142v1,-106,41,-194,140,-198v85,-3,171,90,166,174v0,1,-1,2,-2,2v-2,0,-3,-1,-3,-2v5,-80,-79,-171,-159,-169v-92,3,-128,86,-130,182v0,45,12,94,35,147v42,95,112,147,210,157v0,-92,-5,-139,-16,-222v-10,-71,-20,-113,-30,-126v-5,-6,-10,-9,-16,-9v-24,0,-47,40,-69,120r-3,-1v16,-61,49,-157,109,-157v17,0,30,12,39,36v26,66,36,191,42,359v53,-103,79,-184,79,-244v0,-22,-12,-89,-12,-111v0,-25,10,-38,31,-38v13,0,23,26,19,38v5,3,4,9,4,17v0,79,-38,192,-113,337v134,-12,225,-145,225,-295v0,-94,-49,-171,-109,-210v-16,26,-68,17,-63,-20",w:375},"\u0178":{d:"409,-740v-39,0,-55,-60,-16,-73v71,-46,186,-47,263,-6v94,50,179,152,180,284v0,45,-11,88,-32,128v-53,99,-133,148,-241,148v-87,0,-158,-31,-208,-68r-85,222v-9,24,-14,41,-14,52v1,35,35,45,79,45r0,3r-270,0r0,-3v41,0,71,-11,89,-34v28,-38,70,-160,94,-220v18,-44,32,-88,43,-131v-40,-59,-38,-125,11,-173v-11,-33,-33,-50,-66,-50v-56,0,-92,45,-109,136r-9,0v15,-81,47,-136,94,-168v64,-43,134,-26,165,41v45,-10,92,-6,128,13v59,-52,117,-78,175,-78v47,-1,95,23,95,67v0,26,-18,48,-43,47v-17,0,-31,-13,-42,-39v-12,-30,-29,-45,-51,-45v-39,0,-79,19,-121,56v3,1,8,5,2,7r-6,-4v-46,40,-102,126,-123,171v-9,19,-19,43,-31,74v59,43,127,65,202,65v103,0,180,-47,229,-141v47,-89,31,-186,-26,-266v-43,-59,-100,-110,-181,-130v32,18,15,70,-22,70v-21,0,-39,-18,-38,-39v0,-18,9,-30,27,-36v-39,-3,-76,3,-109,16v15,27,-4,59,-33,59xm501,-590v-35,-18,-78,-23,-122,-13v20,53,18,73,11,149v35,-55,72,-101,111,-136xm294,-406v15,-60,22,-103,10,-156v-44,43,-46,103,-10,156",w:702},"\u00a4":{d:"667,-714v98,1,153,43,156,137v5,104,-119,223,-220,223v-59,0,-232,-35,-284,-32v-7,0,-15,2,-24,7v52,108,-46,217,-146,217v-6,0,-15,-2,-27,-6v-59,40,-67,57,2,86r66,22v61,20,104,52,130,97v9,15,13,29,13,44v0,48,-31,94,-94,139v-107,76,-215,117,-323,122v-165,8,-298,-53,-356,-160v-52,-96,-21,-184,45,-273v43,-58,93,-99,150,-126r2,4v-97,53,-215,173,-217,298v0,34,8,65,25,94v58,104,197,160,364,151v101,-5,199,-40,292,-106v63,-45,95,-91,95,-138v0,-21,-9,-42,-26,-63v8,57,-41,97,-84,116v-28,12,-59,18,-92,18v-72,1,-159,-26,-159,-84v0,-31,28,-59,84,-84r47,-22v-31,-16,-46,-33,-46,-51v0,-29,26,-58,78,-86v-34,-13,-58,-57,-59,-103v-2,-81,85,-156,165,-153v29,0,51,13,66,38v23,-9,75,-41,86,-37v28,-2,38,25,20,39v97,20,167,26,211,26v102,0,210,-123,208,-228v-2,-82,-44,-119,-132,-120v-103,-1,-251,65,-310,114v-36,30,-79,88,-132,90v-47,3,-61,-53,-51,-105v9,40,33,60,70,60v59,0,105,-55,164,-92v79,-49,160,-73,243,-73xm222,-420v-53,0,-109,136,-109,194v0,23,17,43,39,47v51,8,113,-138,113,-189v0,-35,-14,-52,-43,-52xm6,64v-4,104,167,106,228,50v16,-15,26,-30,26,-48v0,-27,-30,-51,-90,-72r-72,-25v-53,23,-90,40,-92,95",w:366},"\u00b7":{d:"537,-334v0,215,-219,397,-450,318v-38,-12,-69,-28,-92,-48v-87,-75,-130,-171,-130,-290v0,-123,43,-225,130,-303v77,-69,139,-99,270,-102v171,-3,298,68,376,213v60,112,72,255,5,374v42,-116,36,-263,-20,-365v-77,-140,-196,-210,-361,-207v-124,3,-188,33,-261,98v-84,75,-125,173,-125,292v0,115,43,207,125,279v37,32,123,62,189,63v177,3,339,-145,339,-322v0,-130,-87,-257,-213,-255v-158,2,-266,105,-266,256v0,22,4,45,12,69v3,-21,16,-32,39,-32v25,0,38,13,38,39v1,21,-17,40,-38,39v-36,0,-54,-32,-54,-96v0,-166,103,-276,269,-280v127,-3,218,128,218,260",w:195},"\u2219":{d:"537,-334v0,215,-219,397,-450,318v-38,-12,-69,-28,-92,-48v-87,-75,-130,-171,-130,-290v0,-123,43,-225,130,-303v77,-69,139,-99,270,-102v171,-3,298,68,376,213v60,112,72,255,5,374v42,-116,36,-263,-20,-365v-77,-140,-196,-210,-361,-207v-124,3,-188,33,-261,98v-84,75,-125,173,-125,292v0,115,43,207,125,279v37,32,123,62,189,63v177,3,339,-145,339,-322v0,-130,-87,-257,-213,-255v-158,2,-266,105,-266,256v0,22,4,45,12,69v3,-21,16,-32,39,-32v25,0,38,13,38,39v1,21,-17,40,-38,39v-36,0,-54,-32,-54,-96v0,-166,103,-276,269,-280v127,-3,218,128,218,260",w:195},"\u00c2":{d:"1092,-722r-2,1r-80,-87r-143,87r-1,-1r129,-126r54,0xm2,-198v0,-53,26,-101,67,-112v-118,-117,-143,-352,-77,-540v25,-75,62,-136,109,-185v168,-173,361,-260,578,-260v176,0,368,81,474,166v120,95,181,202,181,324v0,87,-32,158,-97,213v-27,23,-70,50,-131,83v98,-55,163,-122,196,-203v11,-26,16,-57,16,-94v0,-123,-56,-228,-166,-315v-115,-91,-287,-169,-473,-169v-115,0,-220,23,-314,70v-84,41,-168,108,-256,196v-77,77,-148,247,-148,394v0,25,2,49,7,72v24,115,60,195,111,245v55,-12,106,29,113,75v49,19,105,29,169,29v72,0,144,-26,216,-77v109,-138,196,-253,303,-334v85,-64,159,-88,263,-54r-2,4v-12,-5,-22,-7,-31,-7v-45,0,-81,35,-108,106r-173,451v-13,33,-19,56,-19,68v0,27,25,42,76,44r2,8r-268,0r1,-8v83,3,104,-57,130,-125r69,-179r-185,0v-43,63,-85,119,-127,168v-81,95,-172,142,-273,142v-118,0,-231,-83,-233,-196xm979,-670v-58,23,-118,71,-181,144v-25,30,-73,91,-142,184r176,0v42,-116,84,-237,147,-328xm4,-198v0,100,109,171,215,171v66,0,125,-21,178,-62v22,-17,90,-90,167,-181v-70,47,-138,70,-203,70v-63,0,-119,-9,-168,-28v1,26,-16,52,-41,52v-33,0,-16,-30,-16,-51v0,-32,-25,-56,-59,-57v-45,-1,-73,41,-73,86",w:1035},"\u00ca":{d:"555,-722r-2,1r-80,-87r-143,87r0,-1r128,-126r54,0xm638,-971v179,-2,298,118,296,297v0,41,-6,84,-19,127v-66,226,-105,308,-238,457v-117,131,-285,238,-503,241v-195,3,-322,-115,-322,-310v0,-152,83,-291,208,-312v1,1,2,3,1,5v-120,21,-188,158,-188,307v0,169,128,278,301,275v204,-4,364,-108,476,-231v106,-116,185,-263,237,-440v13,-45,20,-90,20,-135v1,-167,-102,-261,-269,-260v-73,0,-139,19,-199,58v-77,50,-137,111,-178,182v-24,41,-39,90,-45,145v43,-60,142,-107,242,-107v100,0,168,53,167,149v0,76,-45,176,-92,220v-93,86,-221,80,-285,-25v-9,-5,-19,-12,-30,-19v-59,39,-89,95,-89,168v0,89,55,166,141,165v86,-1,167,-71,200,-136r5,4v-47,87,-136,166,-254,168v-86,2,-163,-64,-163,-151v0,-83,50,-160,149,-231v-38,-54,-38,-118,-9,-177v3,-67,19,-127,50,-180v43,-75,104,-137,183,-188v68,-44,137,-66,207,-66xm291,-311v24,26,60,44,107,44v39,0,78,-18,121,-51v48,-37,104,-149,97,-229v-4,39,-39,70,-82,70v-30,0,-60,-18,-60,-49v0,-18,22,-33,40,-33v3,0,7,4,11,12v16,35,73,15,73,-24v0,-54,-67,-90,-125,-90v-119,0,-232,114,-228,232v0,14,3,29,10,45v30,-11,56,-17,78,-17v41,0,62,14,62,41v1,45,-57,62,-104,49xm379,-362v0,-19,-15,-29,-45,-29v-23,0,-49,6,-76,18v16,30,40,45,73,45v32,0,48,-11,48,-34"},"\u00c1":{d:"790,-822v-313,2,-478,233,-482,539v0,78,15,152,46,222v51,-27,119,-94,204,-202v78,-99,134,-168,168,-207v59,-67,107,-117,148,-146v90,-65,162,-93,269,-58r-2,4v-12,-5,-22,-7,-31,-7v-45,0,-81,35,-108,106r-18,46v138,11,243,62,314,153v79,101,119,204,119,311v0,241,-214,436,-459,436v-170,0,-305,-40,-406,-119v-71,-55,-162,-170,-210,-277v-34,13,-70,19,-107,19v-118,0,-231,-83,-233,-196v-1,-63,38,-117,97,-117v46,0,94,42,94,89v0,24,-16,50,-41,50v-33,0,-17,-30,-16,-51v2,-31,-28,-57,-59,-57v-45,0,-73,41,-73,86v0,100,109,173,215,171v37,0,74,-8,111,-23v-70,-189,-50,-375,49,-552v72,-129,223,-223,414,-224v84,0,163,17,237,52r55,-51v15,-14,28,-21,39,-21v19,0,28,10,28,30v0,32,-63,44,-91,58v28,15,58,35,91,59v3,2,-1,7,-3,4v-34,-25,-65,-45,-94,-60r-79,33r-1,-1r51,-47v-75,-35,-153,-52,-236,-52xm979,-670v-71,28,-152,102,-243,221v51,-43,106,-68,165,-75v24,-55,50,-104,78,-146xm889,-494v-88,14,-165,65,-230,152r173,0xm958,341v227,0,426,-179,426,-402v0,-98,-38,-195,-113,-290v-69,-87,-168,-136,-298,-145r-144,376v-13,33,-19,56,-19,68v0,27,25,42,76,44r-1,3r-265,0v0,-4,6,-3,10,-3v47,0,83,-26,104,-80r86,-224r-185,0v-102,151,-191,244,-268,281v96,179,204,315,424,356v53,11,108,16,167,16",w:1041},"\u00cb":{d:"932,-675v67,160,71,350,-2,502v-60,125,-96,171,-198,258v-127,109,-274,163,-439,163v-113,0,-200,-27,-260,-82v-90,-82,-138,-194,-143,-335v-4,-123,16,-180,63,-266v34,-62,78,-113,129,-154v-2,-144,50,-248,155,-336v97,-81,265,-97,405,-49v57,19,104,47,143,83v63,58,111,130,147,216xm270,-14v91,-2,163,-68,200,-136v112,79,234,67,322,-33v104,-119,96,-286,-9,-408v-56,-65,-166,-115,-284,-115v-163,0,-299,47,-410,141v1,6,2,15,4,27v-1,1,-3,2,-5,1r-3,-24v-67,56,-134,165,-156,261v-8,37,-11,81,-9,131v5,135,50,241,135,318v103,94,308,88,461,27v123,-49,240,-142,310,-227v72,-87,139,-234,137,-390v-3,-190,-77,-350,-182,-446v-79,-72,-180,-109,-303,-109v-96,0,-175,25,-238,75v-104,84,-155,189,-153,329v130,-99,370,-181,572,-106v122,45,217,169,220,305v3,160,-131,330,-289,315v-49,-5,-92,-18,-129,-45v-48,77,-132,142,-240,145v-86,2,-163,-64,-163,-151v0,-83,50,-160,149,-231v-104,-162,79,-312,251,-312v80,0,159,41,159,115v0,46,-37,81,-83,80v-30,0,-60,-18,-60,-49v0,-18,22,-33,40,-33v3,0,7,4,11,12v16,35,73,15,73,-24v0,-54,-67,-90,-125,-90v-119,0,-232,114,-228,232v0,14,3,29,10,45v30,-11,56,-17,78,-17v41,0,62,14,62,41v0,35,-34,53,-72,53v-33,0,-68,-13,-105,-40v-59,39,-89,95,-89,168v0,89,55,166,141,165xm379,-362v0,-19,-15,-29,-45,-29v-23,0,-49,6,-76,18v16,30,40,45,73,45v32,0,48,-11,48,-34xm525,-817v21,0,38,18,38,39v0,21,-18,38,-39,38v-21,0,-38,-18,-38,-39v0,-21,18,-38,39,-38xm372,-817v21,0,37,18,37,39v1,21,-17,38,-38,38v-21,0,-39,-18,-39,-39v0,-21,19,-38,40,-38"},"\u00c8":{d:"254,-940v-143,36,-265,155,-271,323v-4,113,94,255,177,294v14,-12,30,-24,47,-37v-24,-38,-33,-66,-29,-113v-83,-61,-104,-151,-52,-243v45,-80,139,-136,261,-122v19,-18,41,-10,55,13v89,31,148,92,175,183v9,31,13,58,10,83v-9,92,-53,166,-132,221v-99,71,-208,82,-324,34v-28,35,-42,77,-42,125v-1,89,55,166,141,165v86,-1,167,-71,200,-136r5,4v-47,87,-136,166,-254,168v-86,2,-163,-64,-163,-151v0,-66,31,-128,92,-185v-86,-43,-185,-188,-180,-305v6,-175,124,-297,284,-321xm458,-672v78,0,148,37,158,99v-1,-114,-79,-204,-167,-239r47,90r-2,1r-89,-60v-22,-16,-31,-27,-23,-50v-118,-16,-210,40,-253,118v-50,89,-30,176,50,236v12,-114,146,-195,279,-195xm525,-547v16,35,73,15,73,-24v0,-54,-67,-90,-125,-90v-115,0,-224,107,-227,218v75,21,155,-6,192,-45v7,-6,19,-22,39,-48v14,-18,36,-36,48,-11xm395,-360v0,35,-34,53,-72,53v-33,0,-68,-13,-105,-40v-15,10,-28,21,-39,33v111,45,216,34,310,-33v67,-47,107,-106,121,-177v-14,31,-39,47,-76,47v-30,0,-60,-17,-60,-46v-41,65,-124,108,-229,84v-1,22,2,35,10,55v30,-11,56,-17,78,-17v41,0,62,14,62,41xm379,-362v0,-19,-15,-29,-45,-29v-23,0,-49,6,-76,18v16,30,40,45,73,45v32,0,48,-11,48,-34"},"\u00cd":{d:"566,-866v296,0,537,257,537,552v0,185,-67,332,-200,441v-103,85,-228,129,-374,134v-167,5,-296,-34,-385,-119v-69,-65,-119,-129,-149,-192v-33,-68,-50,-147,-50,-237v0,-145,49,-261,147,-348v1,-1,2,-1,3,0v1,1,1,2,0,3v-89,80,-134,195,-134,345v0,75,12,141,37,199v-9,-66,39,-118,98,-118v29,-1,59,22,58,51v0,30,-12,45,-35,45v-29,0,-25,-26,-19,-46v0,-19,-11,-28,-34,-28v-38,-2,-65,42,-65,80v0,63,50,96,112,96v55,0,102,-24,145,-69v47,-50,93,-160,128,-240v50,-116,108,-214,172,-296v-78,16,-166,4,-249,1v-65,-2,-134,35,-145,86v-10,47,8,85,52,85v26,0,39,-12,39,-35v-6,-17,1,-34,22,-34v19,0,36,18,36,37v0,33,-36,58,-69,57v-59,-2,-88,-35,-88,-101v0,-52,14,-105,41,-158v65,-127,188,-191,369,-191xm411,-665r187,7v19,0,45,-3,76,-10r2,3v-33,10,-63,42,-96,94v-24,39,-117,295,-148,347v-37,63,-77,116,-124,156v-58,49,-118,73,-181,73v-43,0,-77,-13,-103,-40v29,50,74,104,135,162v82,77,205,114,370,109v254,-8,425,-128,512,-314v36,-76,54,-155,54,-236v0,-292,-240,-547,-529,-547v-179,0,-300,63,-364,189v-18,35,-30,78,-36,129v36,-82,125,-126,245,-122xm646,-839v34,0,63,29,63,63v0,34,-29,63,-63,63v-34,0,-63,-29,-63,-63v0,-34,29,-63,63,-63",w:638},"\u00ce":{d:"624,-824v48,5,95,8,146,3v49,-29,71,-39,113,-39v15,0,14,15,7,24v-10,14,-51,24,-123,31v-38,25,-77,54,-104,82r1,1r-3,1v-20,20,-38,41,-54,63v17,-1,39,-4,67,-10r2,3v-33,10,-63,42,-96,94v-24,39,-117,295,-148,347v-37,63,-77,116,-124,156v-58,49,-118,73,-181,73v-68,0,-129,-41,-130,-104v-102,-18,-201,-133,-201,-250v0,-112,63,-200,168,-203v4,-1,4,5,1,5v-101,2,-159,89,-159,198v0,106,100,209,193,224v8,-43,47,-81,97,-81v34,0,67,28,56,65v36,-12,86,-44,150,-97v33,-27,67,-66,102,-119v22,-59,130,-211,154,-256v-78,16,-166,4,-249,1v-73,-3,-149,44,-149,112v0,31,25,59,56,59v33,0,44,-22,37,-52v0,-11,8,-17,24,-17v19,-1,36,18,36,37v0,33,-36,57,-69,57v-47,0,-87,-40,-86,-87v0,-32,14,-62,41,-90v47,-48,117,-76,212,-72r176,7v19,-27,42,-52,68,-76v-23,-48,-48,-72,-77,-72v-38,0,-84,28,-139,85r-1,-1r111,-109v-60,-21,-103,-31,-130,-31v-48,-1,-101,30,-101,75v0,50,26,79,78,87v1,0,2,1,2,3v0,1,-1,2,-3,2v-55,-9,-82,-39,-82,-92v0,-47,55,-83,106,-82v30,0,77,10,140,29v8,-9,22,-22,35,-21v10,0,20,12,30,37xm879,-847v-30,-4,-47,5,-81,23v33,-6,60,-10,80,-23r0,1xm743,-803v-40,2,-74,-1,-112,-4r27,70v27,-24,55,-46,85,-66xm1,-98v3,57,50,91,112,90v61,0,115,-30,161,-89v29,-37,59,-94,91,-171v-35,43,-123,109,-150,125v-46,28,-146,61,-214,45xm94,-127r6,-29v0,-19,-11,-28,-34,-28v-33,0,-53,20,-62,60v37,5,53,3,90,-3",w:615},"\u00cf":{d:"653,-817v21,0,38,18,38,39v0,21,-17,39,-38,38v-22,0,-39,-17,-39,-39v0,-21,18,-38,39,-38xm507,-817v21,-1,37,18,37,39v1,21,-17,38,-38,38v-21,0,-39,-18,-39,-39v0,-22,18,-38,40,-38xm411,-665r187,7v19,0,45,-3,76,-10r2,3v-46,12,-99,87,-124,151v59,-13,83,-26,150,-54v-90,71,-146,270,-198,398v-36,88,-56,139,-63,153v-29,57,-66,103,-112,138v-103,78,-120,94,-276,98v-136,4,-218,-131,-218,-274v0,-188,127,-331,314,-331v62,0,98,24,109,72v4,21,-16,59,-29,68v13,-16,20,-33,20,-50v1,-54,-43,-84,-100,-84v-183,0,-307,139,-307,321v0,140,80,266,211,262v121,-4,156,-39,244,-108v116,-92,181,-286,240,-448v25,-67,52,-118,79,-154v-24,7,-48,12,-73,15v-12,23,-84,223,-111,268v-38,63,-77,116,-124,156v-58,49,-118,73,-181,73v-68,0,-130,-44,-130,-109v0,-54,44,-102,99,-102v29,0,59,22,58,51v0,27,-13,41,-38,41v-31,0,-16,-23,-16,-42v0,-19,-11,-28,-34,-28v-38,-2,-65,42,-65,80v0,63,50,96,112,96v55,0,102,-24,145,-69v47,-50,94,-160,128,-240v29,-67,58,-125,87,-173v-66,-6,-125,-31,-177,-76r-42,-38v-63,19,-94,53,-94,104v-1,31,25,59,56,59v33,0,44,-22,37,-52v0,-11,8,-17,24,-17v19,-1,36,18,36,37v0,33,-36,57,-69,57v-47,0,-86,-40,-86,-87v0,-47,25,-86,76,-117v-25,-18,-50,-27,-74,-27v-78,-1,-133,70,-140,147v0,2,-1,3,-3,2v-1,0,-2,-1,-2,-2v7,-82,62,-153,145,-152v29,0,56,9,82,27v47,-27,104,-42,169,-40xm558,-613v-78,16,-166,5,-249,1v-15,0,-29,2,-44,5v13,9,17,16,38,32v50,41,111,63,182,66v21,-35,46,-70,73,-104",w:626},"\u00cc":{d:"607,-722r-2,1r-89,-60v-17,-11,-25,-23,-25,-36v0,-21,10,-31,30,-31v13,0,25,10,36,31xm158,-640v-66,0,-112,-44,-112,-112v0,-83,120,-155,210,-155v74,0,136,29,187,87v48,54,73,101,107,161v52,2,72,2,124,-9r2,3v-26,8,-51,28,-74,61v20,15,42,25,66,30v23,-20,52,-30,87,-30v39,0,59,7,59,22v0,16,-36,24,-109,24v-6,0,-12,0,-18,-1v-5,4,-9,8,-12,13v-76,105,-97,252,-140,388v-25,80,-54,147,-84,201v-79,140,-182,210,-310,210v-113,0,-230,-105,-235,-213v-3,-50,-3,-90,2,-120v21,-137,121,-253,268,-253v77,0,137,28,181,83v55,-134,122,-265,201,-363v-78,16,-166,4,-249,1v-73,-3,-149,44,-149,112v0,31,25,59,56,59v33,0,44,-22,37,-52v0,-11,8,-17,24,-17v19,-1,36,18,36,37v0,33,-36,57,-69,57v-47,0,-87,-40,-86,-87v0,-32,14,-62,41,-90v70,-69,171,-80,319,-68r-71,-95v-64,-85,-138,-128,-223,-128v-111,0,-220,119,-141,208v18,21,44,29,75,29v64,0,117,-62,115,-125v26,72,-52,132,-115,132xm710,-570v58,1,100,-6,48,-9v-17,1,-33,4,-48,9xm1,-104v0,63,50,96,112,96v59,0,110,-26,153,-78v28,-34,57,-86,88,-156v-82,-100,-259,-103,-348,-4v-41,45,-70,100,-81,169v-5,27,-3,66,-1,116v5,98,115,189,217,189v113,0,205,-68,282,-201v86,-149,119,-330,183,-499v11,-31,29,-63,51,-91v-23,-5,-44,-15,-65,-28v-71,109,-113,313,-192,420v7,22,12,45,14,70v-3,-23,-8,-46,-16,-68v-57,86,-151,170,-271,174v-68,1,-130,-44,-130,-109v0,-54,44,-102,99,-102v29,0,59,22,58,51v0,27,-13,41,-38,41v-31,0,-16,-23,-16,-42v0,-19,-11,-28,-34,-28v-38,-2,-65,42,-65,80",w:615},"\u00d3":{d:"660,-816v0,13,-12,25,-35,35r-141,59r-1,-1r111,-102v15,-14,28,-21,39,-21v18,0,27,10,27,30xm701,-591v110,-9,175,82,174,192v-4,227,-71,327,-205,451v-95,88,-186,144,-330,144v-185,0,-314,-74,-392,-221v-73,-136,-53,-323,14,-451v73,-139,173,-206,359,-239v-83,26,-147,52,-191,77v-142,81,-213,224,-213,427v0,138,78,253,167,315v89,63,209,93,343,63v150,-34,326,-190,384,-323v29,-67,46,-147,46,-243v0,-100,-53,-176,-148,-175v43,118,13,247,-46,350v-44,76,-103,136,-178,183v-71,44,-142,66,-213,66v-131,0,-216,-104,-216,-238v0,-58,15,-119,46,-184v71,-149,173,-239,307,-268r2,4v-87,27,-163,114,-227,261v-42,95,-63,179,-63,250v-1,101,54,171,152,170v69,0,136,-36,202,-104v86,-89,176,-264,180,-415v0,-23,-3,-45,-10,-64v-86,27,-147,98,-184,212v-13,39,-38,59,-76,59v-56,1,-88,-45,-88,-101v0,-125,146,-279,272,-279v59,0,103,27,132,81xm316,-417v-2,37,21,80,54,79v23,1,28,-26,36,-42v8,-17,39,-11,48,4v41,-108,102,-176,185,-204v-41,-88,-163,-82,-232,-17v-46,43,-87,102,-91,180",w:725},"\u00d4":{d:"620,-722r-3,1r-79,-87r-143,87r-1,-1r129,-126r54,0xm802,-669v76,-1,156,36,155,104v0,49,-37,108,-112,179v-55,51,-109,94,-164,127v-45,92,-110,165,-196,218v-71,44,-142,66,-213,66v-104,-1,-175,-64,-202,-148v-121,-35,-181,-97,-181,-186v0,-95,65,-198,194,-311v39,-33,114,-79,225,-136v-121,63,-137,68,-222,140v-129,111,-192,214,-192,307v0,85,58,143,173,175v-25,-96,-7,-172,35,-263v70,-150,173,-239,307,-268r2,4v-68,21,-130,79,-185,176v-31,55,-57,113,-76,173v48,-60,75,-79,155,-137v24,-102,147,-224,264,-223v35,0,64,10,89,29v50,-17,98,-26,144,-26xm953,-559v0,-114,-177,-116,-284,-75v81,74,71,240,22,352v61,-38,114,-77,159,-118v69,-62,103,-115,103,-159xm605,-622v-67,-45,-151,-23,-207,34v-36,35,-61,77,-75,126v107,-77,171,-113,282,-160xm385,-292v-68,0,-99,-65,-85,-136v-66,50,-125,98,-160,151v-15,61,-22,100,-18,156v28,4,56,6,83,6v106,0,227,-33,364,-100v57,-103,86,-198,86,-284v0,-50,-13,-88,-40,-115v-109,48,-218,104,-297,173v-9,47,12,102,52,103v23,1,27,-27,36,-42v14,-24,55,-2,55,25v0,37,-39,63,-76,63xm557,-194v-129,60,-246,90,-352,90v-27,0,-54,-2,-82,-7v14,87,64,131,150,131v127,0,226,-114,284,-214",w:725},"\u00d2":{d:"547,-722r-2,1r-89,-60v-17,-12,-26,-24,-26,-36v0,-21,10,-31,30,-31v14,0,26,10,37,31xm297,-393v0,-125,146,-279,272,-279v68,0,115,34,142,103v39,-9,65,-12,80,-10v68,9,118,59,122,131v1,22,-6,57,-22,104v22,35,33,75,33,120v0,58,-21,125,-61,203v-56,108,-162,215,-303,215v-57,0,-103,-15,-138,-46v-123,53,-278,29,-362,-38v-231,-184,-214,-457,-12,-668v99,-103,209,-171,333,-203v2,-1,3,-1,2,-2v-1,-1,-2,-2,-4,-1v-62,15,-212,91,-255,126v-117,95,-221,235,-225,417v0,30,3,58,8,83v34,194,265,375,509,280v-31,-31,-52,-74,-63,-127v-27,7,-54,10,-81,10v-131,2,-216,-104,-216,-238v0,-58,15,-119,46,-184v71,-149,173,-239,307,-268r2,4v-87,27,-163,114,-227,261v-42,95,-63,179,-63,250v-1,101,54,171,152,170v26,0,52,-5,78,-15v-16,-113,9,-206,57,-300v-68,16,-111,-35,-111,-98xm883,-355v30,-78,34,-126,-13,-174v-40,-42,-77,-52,-155,-30v17,48,17,107,9,164v63,-26,122,-9,159,40xm454,-375v53,-81,119,-140,196,-173v-16,-65,-56,-98,-121,-98v-94,0,-170,82,-198,159v-10,25,-15,49,-15,70v-1,37,21,80,54,79v23,1,28,-26,36,-42v8,-17,41,-11,48,5xm572,-220v62,-119,92,-203,80,-318v-88,41,-151,98,-192,175v4,29,-9,47,-36,62v-50,95,-75,186,-61,301v79,-36,151,-109,209,-220xm877,-338v-35,-53,-95,-68,-157,-40v-32,180,-184,347,-354,390v12,54,34,95,65,124v141,-57,215,-132,313,-252v63,-77,106,-152,133,-222xm884,-326v-67,184,-267,395,-446,467v85,63,211,43,294,-25v47,-38,87,-85,118,-144v39,-75,59,-140,59,-196v0,-38,-8,-72,-25,-102",w:725},"\u00da":{d:"234,-672v35,0,142,17,177,17v28,0,55,-3,80,-9v57,-73,135,-122,234,-146v14,-13,38,-36,56,-36v18,0,27,10,27,29v91,0,163,16,214,48v130,79,214,222,216,418v0,84,-17,167,-47,249v-92,249,-338,417,-666,420v-191,2,-363,-115,-428,-273v-75,-181,-39,-354,80,-465v37,-34,113,-81,182,-93r84,-87v-25,4,-44,6,-59,6v-42,2,-175,-23,-217,-23v-59,0,-111,27,-110,80v-1,23,19,42,42,42v8,0,21,-9,35,-17v12,0,18,9,18,27v1,22,-19,39,-41,39v-37,0,-61,-40,-60,-80v2,-84,91,-146,183,-146xm382,21v-110,2,-187,-78,-187,-188v0,-111,48,-219,143,-324v-59,17,-119,55,-150,83v-113,104,-143,274,-72,445v63,149,218,253,409,252v305,-2,558,-169,641,-401v32,-89,50,-175,50,-261v0,-175,-66,-304,-199,-386v-56,-35,-126,-52,-210,-53v-2,12,-13,22,-34,31r-141,59r-1,-1r87,-80v-91,26,-174,86,-248,180v-19,23,-46,58,-81,105v139,-16,274,30,316,123v27,-72,53,-138,83,-194v42,-80,42,-71,175,-73r0,4v-29,2,-53,13,-74,34v-42,41,-93,153,-153,335v5,63,-13,113,-45,161v-12,52,-10,110,40,109v29,0,53,-15,74,-46r3,3v-29,53,-67,80,-115,80v-49,0,-76,-26,-81,-77v-24,12,-50,19,-77,20v-45,40,-96,60,-153,60xm276,-210v0,124,98,214,223,170v-68,-9,-102,-51,-102,-124v0,-29,11,-61,32,-96v2,-1,4,-1,6,0v-13,21,-20,53,-20,96v0,73,40,108,119,106v31,-19,59,-54,84,-104v21,-40,58,-150,80,-212v-42,-100,-178,-148,-321,-126v-67,101,-101,198,-101,290xm620,-144v-25,43,-36,60,-64,84v20,-3,39,-10,56,-19v1,-9,3,-31,8,-65",w:871},"\u00db":{d:"775,-722v-13,-55,-26,-83,-82,-86v-42,-2,-90,28,-143,87r-1,-1v44,-79,87,-121,129,-126v84,-9,103,35,97,126xm498,-663v1,2,-95,123,-111,148v31,-3,73,-21,126,-56v-53,42,-98,65,-134,68v-69,103,-103,200,-103,293v0,71,25,123,74,156v113,-43,184,-116,211,-219v-2,28,-13,58,-33,89v32,14,67,-50,80,-81v4,-1,93,-298,114,-334v39,-68,75,-111,168,-109v-17,1,-31,2,-43,5v-49,11,-92,47,-121,112v-39,86,-59,192,-110,333v-23,64,-53,93,-86,86v-1,-1,-4,-3,-7,-4v-37,53,-93,95,-169,125v24,15,52,22,83,22v81,0,143,-47,186,-141v11,-25,26,-65,45,-119v42,-123,80,-225,120,-300v43,-80,41,-71,175,-73r0,4v-29,2,-53,13,-74,34v-33,33,-76,121,-128,263v-51,139,-76,234,-76,285v0,38,15,57,46,57v29,0,53,-15,74,-46r3,3v-29,53,-67,80,-115,80v-49,1,-82,-37,-81,-86v0,-11,3,-37,8,-76v-70,110,-149,165,-238,165v-49,0,-91,-14,-124,-42v-45,11,-86,17,-123,17v-155,1,-289,-119,-289,-286v0,-128,91,-227,206,-243v6,-80,92,-139,182,-139v35,0,142,17,177,17v29,0,58,-4,85,-10v1,0,2,1,2,2xm57,-534v96,-17,241,25,302,20r84,-86v-25,4,-44,6,-59,6v-42,2,-175,-23,-217,-23v-59,0,-112,26,-110,83xm-137,-290v0,165,130,278,282,277v33,0,69,-4,108,-12v-39,-35,-58,-83,-58,-142v0,-115,51,-227,154,-336v-123,4,-178,-24,-286,-11v8,13,20,19,36,19v8,0,21,-9,35,-17v12,0,18,9,18,27v1,22,-19,39,-41,39v-33,0,-53,-22,-59,-67v-105,16,-189,105,-189,223",w:871},"\u00d9":{d:"695,-722r-2,1r-89,-60v-17,-12,-26,-24,-26,-36v0,-21,10,-31,30,-31v14,0,26,10,37,31xm694,-672v6,40,-88,88,-128,86v-17,0,-32,-2,-47,-5v-61,54,-112,184,-110,295v1,72,47,143,115,142v30,0,65,-9,104,-27v11,-25,24,-61,40,-108v43,-125,80,-226,120,-300v43,-80,41,-71,175,-73r0,4v-39,3,-75,24,-102,69v-43,72,-113,250,-140,348v6,-3,15,-7,23,-15v48,-49,69,-91,82,-142v4,2,1,14,0,22v-22,96,-51,136,-120,187v-14,53,-21,90,-21,113v0,38,15,57,46,57v29,0,53,-15,74,-46r3,3v-29,53,-67,80,-115,80v-49,1,-82,-37,-81,-86v0,-11,2,-36,7,-73r-1,0v-69,108,-148,162,-236,162v-110,0,-187,-78,-187,-188v0,-120,59,-240,177,-360r71,-73v-25,4,-44,6,-59,6v-42,2,-175,-23,-217,-23v-59,0,-111,27,-110,80v-1,23,19,42,42,42v8,0,21,-9,35,-17v10,0,16,8,18,24v8,-18,14,-36,17,-55v0,-2,1,-3,3,-2v1,0,2,1,2,3v-11,74,-66,152,-144,152v-69,0,-113,-56,-112,-127v0,-46,28,-95,83,-146v77,-71,199,-79,319,-39v5,1,39,17,101,47v26,-1,52,-4,75,-10v7,6,-7,14,-23,38v17,9,32,16,46,19v58,-58,108,-87,156,-87v5,1,10,4,17,9v1,5,2,9,2,14xm566,-602v41,2,129,-36,124,-74v0,-8,-5,-12,-16,-13v-39,-1,-86,27,-142,84v11,2,22,3,34,3xm276,-210v-1,102,62,181,161,181v72,0,128,-36,169,-108v-81,28,-142,21,-187,-41v-94,-133,8,-344,87,-417v-13,-4,-27,-10,-43,-19v-88,102,-186,249,-187,404xm51,-526v2,-84,91,-146,183,-146v33,0,130,16,156,16v-15,-10,-39,-25,-73,-38v-56,-21,-102,-27,-135,-27v-122,-3,-254,87,-250,204v2,63,38,115,98,115v37,0,68,-15,95,-46v-47,12,-74,-34,-74,-78",w:871},"\u0131":{d:"183,-754v105,0,204,72,201,175v-4,117,-75,172,-172,218r-114,281v-7,17,-10,27,-10,31v0,7,4,11,11,11v11,0,39,-30,83,-90r6,2v-51,69,-84,129,-175,129v-65,0,-116,-38,-116,-106v0,-56,31,-110,93,-161v17,-13,41,-29,73,-46v58,-77,103,-116,134,-116v25,0,31,20,22,42v101,-50,152,-115,152,-195v0,-98,-89,-170,-188,-170v-91,0,-177,41,-260,123v-49,49,-74,98,-74,146v-1,36,26,70,63,70v43,0,121,-78,117,-120v5,46,-72,125,-117,125v-38,0,-69,-37,-68,-75v0,-49,25,-98,76,-149v84,-83,172,-125,263,-125xm154,-377v0,-5,-3,-8,-8,-8v-9,0,-30,21,-62,64v19,-10,39,-20,61,-29v5,-11,9,-26,9,-27xm132,-324v-55,26,-97,51,-128,76v-54,44,-81,91,-81,142v-1,60,38,81,91,87r7,-1v-4,-22,7,-44,32,-106",w:258},"\u00af":{d:"471,-578r-15,36r-180,0r15,-36r180,0",w:430},"\u02c9":{d:"471,-578r-15,36r-180,0r15,-36r180,0",w:430},"\u00b8":{d:"212,81v0,45,-54,63,-97,46v32,5,60,-6,60,-32v0,-16,-10,-26,-29,-29r38,-61r3,0r-18,28v29,11,43,27,43,48",w:281},"\u0141":{d:"656,216v59,0,129,-31,127,-84v0,-17,-7,-35,-20,-54v0,-20,9,-30,28,-30v25,0,37,14,37,42v0,84,-134,152,-222,152v-64,0,-124,-20,-182,-54v-64,-37,-227,-213,-285,-248v-42,41,-87,59,-151,46v-6,-6,-15,-8,-14,-21v-10,-9,-12,-18,-12,-33v0,-62,112,-78,172,-58v24,-47,43,-118,62,-174v-58,27,-162,66,-209,64v-62,-3,-96,-46,-96,-109v0,-63,26,-123,80,-178v73,-74,161,-108,281,-90v3,1,4,2,4,5v-1,3,-3,5,-6,4v-21,-3,-38,-5,-49,-5v-157,-5,-304,129,-293,285v3,42,37,71,79,72v36,1,75,-3,115,-19v42,-16,80,-38,116,-59v48,-117,83,-191,104,-222v53,-79,119,-119,197,-119v78,0,140,44,140,118v0,55,-43,109,-99,109v-38,0,-65,-26,-64,-64v0,-25,18,-54,44,-54v26,0,42,27,43,52v64,-1,45,-95,11,-114v-13,-7,-27,-11,-44,-11v-99,0,-185,126,-211,219v13,-14,26,-28,38,-43v1,-1,3,-1,4,0v1,1,1,2,0,3v-14,18,-29,35,-46,50v-4,10,7,14,18,12r105,-48r2,10v-33,16,-83,41,-148,76v-7,12,-82,207,-106,236v64,39,201,233,262,275v55,39,117,61,188,61xm118,-92v-44,-26,-82,-34,-126,-13v-17,9,-27,22,-30,37v3,7,7,18,12,33v11,9,25,14,42,14v43,0,77,-24,102,-71",w:952},"\u0142":{d:"68,-37v22,2,85,-83,105,-117r3,2v-50,77,-95,125,-135,143v-23,11,-48,11,-48,-18v0,-15,10,-46,30,-95v-22,5,-44,7,-66,7v-51,0,-77,-22,-77,-67v0,-102,98,-197,175,-252v35,-25,75,-49,122,-70r38,-95v9,-23,14,-37,14,-40v0,-13,-15,-19,-46,-20r1,-3r118,0r-52,130v111,-38,225,-57,342,-57v55,0,120,12,194,37v2,0,3,1,2,3v-1,1,-2,2,-3,1v-190,-57,-348,-28,-544,39r-58,144r77,-42r4,10r-87,46r-81,202v69,-28,174,-97,315,-208v2,1,3,2,3,4v-89,72,-208,163,-321,210r-22,56v-9,22,-13,35,-13,39v0,7,3,11,10,11xm166,-478v-37,18,-70,38,-100,60v-119,87,-179,166,-179,236v0,41,23,62,70,62v23,0,45,-2,68,-7r78,-193r-83,45r-3,-10r91,-49",w:272},"\u0160":{d:"739,-849r-129,125r-54,0r-43,-126r2,-1r80,87r142,-87xm338,-511v0,-96,117,-161,219,-161v82,0,136,31,167,92v34,68,0,159,-74,158v-29,0,-60,-20,-60,-49v0,-27,42,-75,56,-32v5,15,13,23,25,23v25,0,38,-18,38,-53v2,-72,-69,-124,-143,-124v-71,0,-145,43,-143,110v0,19,8,45,24,77v47,100,125,220,132,344v77,93,124,162,126,308v2,142,-116,289,-220,337v-266,124,-513,75,-712,-118v-64,-62,-109,-121,-139,-174v-76,-133,-61,-382,22,-481v67,-80,123,-130,249,-133v34,0,80,5,139,15v2,0,3,1,2,2v0,2,-1,3,-2,2v-166,-27,-276,16,-370,128v-76,91,-90,335,-18,457v29,48,72,104,135,164v187,179,429,221,678,104v95,-44,203,-175,203,-303v0,-97,-31,-185,-92,-264v-20,205,-193,320,-415,320v-87,0,-155,-21,-203,-62v-41,-35,-61,-75,-61,-120v0,-116,143,-231,262,-231v65,0,114,34,114,100v0,61,-54,118,-115,118v-36,0,-54,-17,-54,-51v-1,-27,21,-54,48,-54v22,0,20,28,40,29v27,1,49,-27,48,-54v0,-47,-43,-72,-93,-72v-99,0,-187,92,-187,191v0,119,108,190,233,189v138,-1,247,-78,286,-182v32,-87,23,-147,-10,-240v-94,-86,-222,-185,-283,-292v-42,-73,-31,-200,16,-255v29,-34,74,-61,136,-79v2,-1,3,0,3,1v1,2,0,3,-1,3v-115,37,-174,82,-171,223v2,84,62,173,177,266r102,83v-9,-20,-37,-75,-85,-166v-19,-37,-29,-68,-29,-94",w:672},"\u0161":{d:"197,24v0,98,-95,158,-203,158v-141,0,-249,-70,-326,-210v-65,-119,-50,-259,17,-371v86,-145,317,-264,518,-160r-13,-76r51,86r121,-85r-100,109v99,65,149,143,149,232v0,92,-40,150,-97,200v44,-55,67,-101,67,-182v0,-92,-46,-169,-138,-230r-4,5r-27,0r-4,-26v-118,-66,-238,-61,-359,-1v-61,31,-109,73,-142,124v-74,112,-95,251,-30,371v69,127,130,194,299,198v126,3,223,-81,183,-200v-24,22,-54,33,-89,33v-41,0,-110,-24,-110,-60v0,-18,9,-27,27,-27v11,0,23,13,34,38v13,29,32,44,58,44v34,0,57,-18,68,-54v-16,-37,-112,-106,-165,-145v-58,-43,-85,-86,-85,-125v0,-19,6,-39,19,-58v33,-49,93,-74,180,-74v77,0,133,20,170,56v16,15,15,44,-9,44v-7,0,-15,-5,-25,-14v-25,-24,-43,-36,-55,-36v-32,-1,-56,35,-56,66v0,40,77,176,77,219v0,26,-6,49,-19,69v12,27,18,54,18,82xm78,-285v0,-75,73,-163,159,-135v-45,-26,-94,-39,-148,-39v-75,0,-129,26,-162,78v-8,13,-12,25,-12,38v0,36,28,75,83,117v47,35,116,79,149,118v-3,-13,-14,-36,-33,-70v-24,-43,-36,-79,-36,-107",w:330},"\u017d":{d:"592,-849r-129,125r-54,0r-43,-126r2,-1r80,87r143,-87xm862,214v34,0,52,30,52,63v0,77,-91,135,-173,135v-125,0,-261,-100,-410,-301r-56,-75v-59,-79,-108,-118,-148,-118v-35,0,-60,33,-87,44v-3,0,-4,-1,-4,-3v0,-2,4,-6,11,-13r179,-169v-33,1,-68,8,-103,21v-1,1,-2,0,-3,-1v-1,-1,0,-2,1,-3v37,-15,74,-22,111,-22r278,-263v-74,-2,-260,-125,-323,-132v-19,27,-9,70,15,87v11,7,28,18,48,35v25,22,5,65,-28,63v-64,-2,-99,-134,-51,-188v-67,-15,-109,37,-109,95v0,46,16,88,49,126v3,2,-1,4,-2,4v-34,-38,-52,-83,-52,-130v0,-54,36,-109,88,-108v12,0,24,1,35,2v24,-23,56,-35,97,-35v91,0,222,67,316,67v19,0,45,-12,80,-35v9,-10,25,-3,15,7r-117,110v22,1,92,-10,114,-9v11,0,17,6,17,17v1,21,-50,20,-74,22v-41,4,-60,6,-94,4r-277,260v128,-4,251,85,306,174v40,64,84,140,134,196v19,21,34,33,47,38v25,10,39,16,42,18v5,9,1,24,-15,25v-9,1,-17,1,-24,-1v-53,-21,-81,-62,-127,-120v-20,-25,-66,-115,-83,-138v-61,-87,-125,-140,-192,-159r-95,-27r-78,74v23,3,43,10,60,21v132,90,223,354,342,457v50,44,102,67,157,67v52,0,119,-33,117,-80v3,-14,-37,-41,-34,-56v-1,-26,22,-46,48,-46xm571,-548v-31,0,-55,-4,-71,-4v-36,0,-215,-97,-262,-97v-16,0,-30,5,-41,15v61,4,228,96,283,103v20,3,42,7,65,8",w:805},"\u017e":{d:"367,-634r-123,134r-26,0r-23,-135r52,86xm264,-308v81,-79,153,-125,292,-128v129,-2,219,92,218,220v0,150,-87,263,-188,326v-103,65,-169,106,-301,106v-36,0,-87,-10,-152,-30v-2,0,-3,-1,-2,-3v1,-1,2,-2,3,-1v65,19,115,29,151,29v99,0,199,-36,301,-109v120,-86,180,-181,180,-285v0,-154,-82,-251,-196,-251v-63,0,-135,25,-216,76v-73,46,-135,99,-184,158r-64,75v70,16,51,14,112,64v44,36,98,48,122,-7v5,-4,5,-12,7,-17v4,0,6,-3,6,-9v0,-13,-6,-19,-17,-19v-5,-1,-31,15,-38,13v-15,0,-23,-8,-23,-23v0,-16,23,-43,39,-43v34,0,61,38,61,72v0,55,-57,112,-112,112v-64,0,-111,-81,-170,-81v-14,0,-26,7,-35,21v-1,1,-8,14,-19,39v-4,5,-9,8,-14,8v-39,-20,-31,-32,2,-59v31,-25,55,-49,70,-73v49,-81,100,-132,162,-193v-18,-22,-32,-38,-69,-57v-26,-14,-45,-21,-58,-21v-31,-1,-73,24,-71,56v0,12,11,20,34,25v3,-1,5,-3,7,-6r-4,-4v9,8,17,23,17,32v0,13,-15,33,-28,33v-27,0,-41,-31,-43,-65v-3,-55,56,-99,111,-99v56,0,97,41,150,45v27,2,33,-28,42,-48v4,-10,23,-7,23,6v0,7,-5,13,-15,20v-23,15,-54,47,-91,95",w:414},"\u00a6":{d:"359,-684v63,0,114,60,112,123v0,37,-22,82,-76,124r-124,97v1,2,-1,2,-3,2v-4,3,-24,21,-61,54v-97,86,-146,183,-146,292v0,108,60,223,166,225v39,0,74,-13,103,-38v7,-6,16,-2,16,7v0,3,-1,5,-4,7v-33,29,-72,43,-115,43v-132,-1,-212,-114,-212,-244v0,-72,21,-139,64,-200v32,-46,82,-96,150,-149r0,-321r42,0r0,12v21,-23,51,-34,88,-34xm271,162r-42,0r0,-310r42,0r0,310xm462,-571v1,-57,-46,-108,-103,-108v-39,0,-68,12,-88,36r0,270r135,-95v37,-27,56,-61,56,-103",w:357},"\u00d0":{d:"733,-598v65,46,115,112,117,211v3,158,-116,307,-240,351v-54,19,-116,31,-187,31r-332,0r0,-3v41,0,70,-11,89,-34v11,-12,25,-42,44,-91r77,-201v-123,15,-257,-46,-324,-106v-74,-66,-101,-179,-80,-306v41,-256,315,-425,631,-371v100,18,181,61,243,128v116,125,91,284,-38,391xm709,-586v-38,-39,-89,-59,-152,-59v-36,0,-61,19,-76,58r-17,45v91,33,169,9,245,-44xm729,-601v127,-105,152,-261,38,-385v-82,-87,-189,-133,-347,-135v-256,-2,-472,157,-506,378v-18,121,8,233,79,293v13,11,38,28,76,51v-28,-37,-20,-91,6,-132v59,-93,180,-141,365,-141v122,0,218,24,289,71xm772,-411v0,-72,-20,-129,-59,-172v-78,55,-157,80,-251,45r-73,191r181,0r-4,13r-182,0r-95,248v-16,41,-18,69,33,72v73,5,152,-3,204,-17v129,-35,248,-216,246,-380xm106,-379v73,30,91,32,201,32r87,-227v23,-53,4,-75,-71,-76v-105,0,-196,46,-234,115v-13,22,-19,42,-19,61v0,46,44,46,68,16v14,-1,25,20,25,34v0,28,-27,47,-57,45",w:843},"\u00f0":{d:"90,-1v-49,1,-73,-64,-73,-121v0,-90,33,-168,98,-235v44,-45,83,-68,117,-68v9,0,22,5,38,14v-2,-39,-7,-82,-16,-129v-53,13,-122,45,-206,94v-86,51,-145,80,-176,89r-1,2v-2,-1,-3,-2,-4,-4v81,-103,204,-188,368,-256r-17,-50r31,-42v11,29,19,55,26,77v89,-33,182,-49,278,-49v179,0,272,64,279,192v3,47,-21,90,-70,129v3,103,-37,169,-128,234v-100,71,-200,102,-335,87v-5,0,-7,-2,-6,-7v1,-5,3,-7,8,-7v22,3,38,4,49,4v99,0,192,-29,276,-90v88,-63,129,-127,127,-214v-73,55,-171,84,-294,91v-12,1,-50,-4,-61,-4v-1,0,-2,-1,-2,-3v9,-7,49,6,63,2v123,-6,221,-37,294,-92v-7,-126,-141,-210,-282,-210v-59,0,-117,6,-174,18v54,217,-6,435,-137,519v-29,19,-52,29,-70,29xm471,-572v140,-2,281,85,290,208v46,-37,68,-78,66,-122v-7,-123,-90,-185,-250,-185v-95,0,-194,19,-297,56r10,37r59,-16r6,23v28,-7,102,0,116,-1xm248,-568v-3,-11,-6,-21,-9,-31v-160,64,-278,139,-354,226v133,-96,228,-145,363,-195xm269,-381v0,-27,-10,-40,-31,-40v-27,0,-60,41,-101,123v-56,113,-84,196,-84,249v0,29,11,44,32,44v52,0,153,-216,171,-298v7,-34,13,-60,13,-78",w:344},"\u00dd":{d:"668,-671v53,-6,107,19,107,66v0,35,-38,60,-67,40v36,134,33,288,-25,402v-36,71,-84,126,-149,163v-100,56,-192,64,-285,-5r-184,0r0,-3v77,6,107,-53,132,-125v37,-103,118,-290,118,-387v0,-53,-28,-97,-79,-96v-53,0,-90,45,-109,136r-9,-2v15,-80,48,-136,97,-168v23,-15,44,-22,65,-22v73,-2,116,71,115,147v0,10,-2,34,-5,71v81,-128,166,-200,257,-215v-19,-37,-48,-72,-85,-105r-124,52r-1,-1r87,-81v-55,-37,-114,-56,-177,-56v-167,0,-350,108,-411,245v-35,79,-46,82,-50,154v-8,129,102,290,223,198r59,-48v1,-1,2,-1,3,0v1,2,1,3,0,4v-35,26,-77,75,-129,76v-98,3,-163,-124,-161,-230v2,-112,86,-244,157,-298v101,-76,202,-116,309,-116v69,0,132,20,190,59v13,-12,36,-30,49,-30v18,0,27,10,27,30v0,13,-11,25,-33,34v37,33,67,70,88,111xm656,-180v68,-126,54,-333,5,-457v-6,-3,-13,-5,-22,-5v-47,0,-95,25,-144,75v-38,39,-70,85,-96,138v-25,52,-97,238,-129,324v-14,37,-24,56,-3,77v17,17,32,19,68,20r0,3r-27,0v77,29,139,14,209,-25v60,-34,104,-86,139,-150",w:695},"\u00de":{d:"506,-578v147,-21,263,56,265,185v2,109,-96,182,-209,182v-55,0,-102,-13,-141,-40r2,-5v39,21,72,31,101,31v101,3,163,-103,163,-209v0,-78,-49,-135,-127,-134v-39,0,-66,18,-80,54r-91,233v-35,86,-71,161,-108,226v-108,191,-222,287,-342,287v-56,0,-118,-33,-118,-84v0,-25,19,-48,44,-47v18,0,27,7,27,20v-1,5,-19,36,-16,46v-1,36,40,59,79,58v54,0,106,-31,155,-93v37,-47,76,-111,110,-196r181,-460v16,-42,24,-70,24,-85v0,-28,-26,-43,-77,-46v-109,-7,-188,22,-232,86v-17,24,-25,48,-25,73v-1,42,29,82,69,81v25,0,53,-17,52,-42v2,-9,-14,-30,-15,-34v0,-17,11,-26,32,-26v22,-1,36,23,36,45v2,43,-45,77,-88,77v-52,0,-95,-44,-94,-96v0,-21,6,-43,18,-65v39,-73,120,-109,243,-109v25,0,57,0,94,1v11,-115,-47,-184,-152,-190v-128,-8,-324,63,-409,118v-142,91,-215,205,-215,346v0,134,132,222,274,222v126,0,225,-51,295,-154v4,-7,19,-4,17,5v0,2,-1,4,-2,6v-74,108,-177,162,-310,162v-152,0,-293,-96,-293,-241v0,-147,75,-268,224,-363v124,-79,264,-118,420,-118v107,0,171,87,158,207v85,2,142,3,173,3r-2,4v-46,3,-83,30,-110,79",w:745},"\u00fe":{d:"234,-693v236,0,416,130,414,356v0,69,-20,137,-59,202v-67,110,-169,188,-308,235v-84,29,-174,34,-254,8v-6,30,17,40,63,44r-1,3r-207,0r1,-3v40,0,70,-24,90,-72v-80,-53,-120,-131,-120,-235v0,-1,1,-2,3,-2v1,0,2,1,2,2v0,97,40,170,121,220r184,-454v-47,22,-88,55,-121,100r-2,-2v39,-52,82,-91,130,-116r103,-255r60,-18v-170,-25,-333,7,-440,88r-168,126v-2,0,-3,-4,-1,-5v29,-23,84,-66,167,-126v89,-65,204,-96,343,-96xm381,-279v0,120,-113,277,-230,277v-20,0,-45,-7,-74,-21v-11,25,-26,62,-45,113v30,11,66,17,107,17v165,0,365,-129,443,-251v92,-145,71,-346,-48,-447v-51,-44,-115,-74,-192,-88r-102,254v86,-1,141,60,141,146xm322,-301v0,-58,-34,-108,-89,-108r-154,381v70,38,113,11,163,-54v55,-71,80,-145,80,-219",w:384},"\u00ad":{d:"129,-181v73,0,230,-52,309,-45v85,7,150,28,162,98v1,1,0,2,-2,2v-1,1,-2,0,-2,-2v-4,-24,-20,-43,-48,-57v-2,-1,-69,-18,-110,-17v-61,2,-46,4,-115,11v-20,2,-148,27,-194,27v-75,0,-133,-45,-132,-118v0,-61,42,-108,88,-128v1,-1,2,0,3,1v1,1,0,2,-1,3v-56,27,-84,69,-84,124v0,67,54,101,126,101xm375,-307r-5,14r-306,0r5,-14r306,0",w:425},"\u2212":{d:"129,-181v73,0,230,-52,309,-45v85,7,150,28,162,98v1,1,0,2,-2,2v-1,1,-2,0,-2,-2v-4,-24,-20,-43,-48,-57v-2,-1,-69,-18,-110,-17v-61,2,-46,4,-115,11v-20,2,-148,27,-194,27v-75,0,-133,-45,-132,-118v0,-61,42,-108,88,-128v1,-1,2,0,3,1v1,1,0,2,-1,3v-56,27,-84,69,-84,124v0,67,54,101,126,101xm375,-307r-5,14r-306,0r5,-14r306,0",w:425},"\u00b9":{d:"176,-814v206,1,307,124,307,336v0,203,-144,408,-309,484v-64,29,-128,46,-194,46v-177,0,-321,-155,-321,-331v0,-75,26,-146,77,-212v34,-180,226,-324,440,-323xm-324,-279v0,167,136,318,304,313v220,-5,381,-162,445,-324v31,-77,44,-141,44,-188v1,-215,-95,-323,-293,-326v-207,-3,-395,133,-433,303v97,-120,210,-180,337,-180v110,0,203,53,278,159v-1,2,-2,3,-4,3v-31,-43,-66,-76,-106,-101r-91,270v-11,31,-16,50,-16,57v0,9,13,14,39,17r-2,4r-126,0r1,-4r20,-3v13,-5,27,-29,42,-74r78,-230v-19,6,-40,12,-62,18r0,-5v37,-14,74,-32,109,-54v-112,-62,-246,-51,-355,18v-58,37,-108,83,-149,142v-10,95,5,122,42,210v2,4,-3,6,-4,2v-38,-94,-54,-124,-44,-203v-36,55,-54,113,-54,176",w:225},"\u00b2":{d:"173,-600v45,-36,148,-34,149,34v0,30,-20,61,-61,92r-47,33v-70,50,-113,94,-130,131r128,0v19,0,32,-8,39,-25r7,3r-23,60r-181,0v-3,-52,20,-105,61,-133v18,-12,50,-21,81,-50r41,-38v20,-25,28,-63,7,-89v-13,-17,-35,-20,-61,-16v-21,12,-41,31,-59,56r-5,-3v13,-19,28,-35,45,-48v-68,22,-123,85,-165,189v-1,1,-2,2,-3,1v-1,-1,-2,-1,-1,-2v42,-107,101,-172,178,-195xm275,-563v1,-39,-45,-59,-81,-40v51,-8,79,44,60,91v14,-18,21,-35,21,-51xm158,-418v-49,31,-79,68,-88,111v18,-34,47,-71,88,-111",w:291},"\u00b3":{d:"285,-512v103,-29,160,56,159,157v0,46,-16,109,-48,188v-72,182,-225,368,-403,427v-73,24,-194,11,-246,-24v97,31,149,35,239,5v168,-56,327,-243,394,-415v34,-89,53,-152,53,-190v1,-97,-60,-173,-156,-140v-11,10,-24,21,-41,33v35,22,53,48,53,79v0,71,-78,129,-151,129v-50,0,-75,-13,-75,-38v0,-11,6,-16,19,-16v14,-1,51,52,72,45v46,2,89,-59,89,-106v0,-35,-19,-67,-52,-66v-9,0,-23,3,-43,8r0,-6v79,-31,119,-68,119,-110v0,-27,-19,-52,-47,-51v-25,0,-56,21,-93,64r-4,-4v44,-53,85,-80,123,-80v33,0,54,14,63,41v36,-74,-37,-143,-99,-143v-16,0,-33,3,-50,9v-72,25,-131,72,-176,143v-1,1,-2,2,-3,1v-1,-1,-2,-3,-1,-4v51,-80,110,-131,176,-154v87,-31,169,26,169,113v0,18,-5,36,-14,54v0,15,-9,32,-26,51",w:298},"\u00bd":{d:"557,-321v74,-1,133,43,132,117v0,19,-4,39,-11,58v-20,54,-59,102,-116,143v-6,5,-28,17,-66,36v-2,0,-3,-2,-2,-3v17,-8,38,-21,63,-40v55,-40,92,-87,112,-139v33,-84,-28,-156,-112,-153v-21,0,-41,1,-59,4v-3,49,-12,54,-56,90v-44,36,-127,87,-140,109r-36,55r128,0v20,3,33,-5,39,-24r7,3r-23,60r-201,5v45,-102,79,-114,166,-192v27,-25,83,-51,77,-97v-25,8,-60,21,-101,45v-62,37,-122,83,-215,121r-78,123r-4,-2r74,-119v-115,32,-194,-89,-194,-193v0,-109,109,-215,190,-256r113,-57r5,4r-101,301v-3,8,-12,17,-7,29v5,11,18,17,39,17r-2,4r-126,0r1,-4v21,0,39,-7,45,-25r95,-282v-120,31,-241,134,-241,269v0,103,86,211,199,169r284,-453r4,3r-281,447v88,-40,208,-134,295,-158v-14,-27,-36,-41,-67,-41v-39,-1,-79,34,-80,72r-5,-4v7,-45,51,-82,102,-82v33,0,79,21,89,45v20,-3,42,-5,65,-5",w:531},"\u00bc":{d:"120,-744v139,0,246,82,311,174r17,-28r5,3r-19,30v57,80,85,171,85,272v0,49,-24,128,-45,159r1,0r-9,28r-15,0v-13,15,-29,29,-47,42r-20,59r-44,0r35,-101r-125,0r10,-27r204,-222r41,0r-76,221r39,0v21,-29,46,-112,46,-159v0,-99,-28,-189,-83,-268r-352,561r-4,-2r167,-267v-10,11,-19,20,-26,25v-114,91,-218,136,-312,136v-175,0,-292,-121,-292,-296v0,-111,61,-198,182,-262v99,-52,207,-78,326,-78xm449,-326r-177,192r112,0xm443,-106r-25,0r-9,28v13,-9,24,-19,34,-28xm-372,-404v0,166,111,265,276,264v93,-1,237,-76,296,-124v75,-62,113,-121,113,-181v0,-22,-10,-43,-31,-63v-2,-3,2,-7,4,-4v45,42,38,86,17,147r125,-200v-83,-116,-186,-174,-308,-174v-119,0,-225,25,-318,75v-116,62,-174,149,-174,260xm249,-623r-92,273v-11,31,-16,50,-16,57v0,9,13,14,39,17r-2,4r-126,0r1,-4r20,-3v13,-5,27,-29,42,-74r78,-230v-19,6,-40,12,-62,18r0,-5v39,-15,76,-34,113,-57",w:498},"\u00be":{d:"246,-623v35,-1,66,23,65,58v0,27,-25,59,-75,94v35,22,53,48,53,79v0,71,-78,129,-151,129v-50,0,-75,-13,-75,-38v0,-11,6,-16,19,-16v14,-1,51,52,72,45v46,2,89,-59,89,-106v0,-35,-19,-67,-52,-66v-9,0,-23,3,-43,8r0,-6v79,-31,119,-68,119,-110v0,-27,-19,-52,-47,-51v-25,0,-56,21,-93,64r-4,-4v44,-53,85,-80,123,-80xm628,-198v66,-1,121,38,120,102v0,95,-39,190,-118,283v-105,123,-203,200,-399,204v-117,2,-215,-64,-236,-158v-27,-121,-4,-222,60,-323v-3,1,-16,4,-40,9v-11,3,-16,-2,-16,-13v0,-7,3,-12,10,-13r66,-13v61,-80,127,-149,167,-175r162,-105r124,-198r5,3r-120,191v36,-18,91,-41,166,-68v39,-98,13,-222,-44,-271v-42,-37,-104,-55,-186,-55v-96,0,-184,24,-263,71v-59,35,-96,72,-112,111v-4,9,-13,28,-18,57v-10,59,27,98,76,98v47,0,101,-28,160,-83v1,-1,3,-1,4,0v1,1,1,3,0,4v-62,57,-117,85,-164,85v-41,1,-82,-32,-84,-70v-1,-1,-1,-12,-1,-35v20,-85,47,-119,135,-173v80,-49,170,-73,267,-73v126,0,207,37,241,135v23,65,21,125,3,194r48,-17v1,-1,2,0,3,1v1,1,0,2,-1,3v-11,5,-29,11,-52,19v-11,40,-27,79,-48,116r39,0r-63,184v35,-18,71,-27,109,-27xm577,-466v-75,27,-132,51,-169,70r-150,239v153,-48,269,-157,319,-309xm526,-325v-32,49,-75,80,-108,116r-69,75r112,0xm399,-392v-62,35,-116,73,-187,126v-27,20,-67,69,-122,143v36,-5,90,-16,161,-32xm725,-96v0,-52,-46,-84,-97,-83v-41,0,-80,10,-117,31r-5,14r46,0r-10,28r-47,0r-34,101r-44,0r34,-101v-41,37,-74,82,-99,136v-1,3,-3,3,-6,2v-3,-1,-3,-3,-2,-6v24,-51,54,-95,89,-132r-106,0r10,-27r52,-56v-46,28,-96,49,-151,64r-79,125r-4,-2r76,-122v-15,6,-51,9,-161,31v-58,97,-83,198,-53,320v21,85,109,144,214,142v187,-3,282,-79,383,-196v74,-87,111,-177,111,-269",w:575}}});(function(d){d.timeago=function(g){if(g instanceof Date){return b(g)}else{if(typeof g=="string"){return b(d.timeago.parse(g))}else{return b(d.timeago.parse(d(g).attr("title")))}}};var f=d.timeago;d.extend(d.timeago,{settings:{refreshMillis:60000,allowFuture:false,strings:{prefixAgo:null,prefixFromNow:null,suffixAgo:"ago",suffixFromNow:"from now",ago:null,fromNow:null,seconds:"less than a minute",minute:"about a minute",minutes:"%d minutes",hour:"about an hour",hours:"about %d hours",day:"a day",days:"%d days",month:"about a month",months:"%d months",year:"about a year",years:"%d years"}},inWords:function(k){var l=this.settings.strings;var h=l.prefixAgo;var p=l.suffixAgo||l.ago;if(this.settings.allowFuture){if(k<0){h=l.prefixFromNow;p=l.suffixFromNow||l.fromNow}k=Math.abs(k)}var n=k/1000;var g=n/60;var m=g/60;var o=m/24;var i=o/365;var j=n<45&&a(l.seconds,Math.round(n))||n<90&&a(l.minute,1)||g<45&&a(l.minutes,Math.round(g))||g<90&&a(l.hour,1)||m<24&&a(l.hours,Math.round(m))||m<48&&a(l.day,1)||o<30&&a(l.days,Math.floor(o))||o<60&&a(l.month,1)||o<365&&a(l.months,Math.floor(o/30))||i<2&&a(l.year,1)||a(l.years,Math.floor(i));return d.trim([h,j,p].join(" "))},parse:function(h){var g=d.trim(h);g=g.replace(/-/,"/").replace(/-/,"/");g=g.replace(/T/," ").replace(/Z/," UTC");g=g.replace(/([\+-]\d\d)\:?(\d\d)/," $1$2");return new Date(g)}});d.fn.timeago=function(){var h=this;h.each(c);var g=f.settings;if(g.refreshMillis>0){setInterval(function(){h.each(c)},g.refreshMillis)}return h};function c(){var g=f.parse(this.title);if(!isNaN(g)){d(this).text(b(g))}return this}function b(g){return f.inWords(e(g))}function e(g){return(new Date().getTime()-g.getTime())}function a(g,i){var h=d.isFunction(g)?g(i):g;return h.replace(/%d/i,i)}document.createElement("abbr")})(jQuery);google.load("search","1",{nocss:1});function OnLoad(){var d=new google.search.SearchControl();var c=new google.search.DrawOptions();c.setSearchFormRoot(document.getElementById("search_form"));var b=new google.search.WebSearch();b.setSiteRestriction("h3rald.com");var a=new google.search.SearcherOptions();a.setExpandMode(google.search.SearchControl.EXPAND_MODE_OPEN);d.addSearcher(b,a);d.setResultSetSize(google.search.Search.LARGE_RESULTSET);d.draw(document.getElementById("search_results"),c)}google.setOnLoadCallback(OnLoad);Date.CultureInfo={name:"en-US",englishName:"English (United States)",nativeName:"English (United States)",dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],abbreviatedDayNames:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],shortestDayNames:["Su","Mo","Tu","We","Th","Fr","Sa"],firstLetterDayNames:["S","M","T","W","T","F","S"],monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],abbreviatedMonthNames:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],amDesignator:"AM",pmDesignator:"PM",firstDayOfWeek:0,twoDigitYearMax:2029,dateElementOrder:"mdy",formatPatterns:{shortDate:"M/d/yyyy",longDate:"dddd, MMMM dd, yyyy",shortTime:"h:mm tt",longTime:"h:mm:ss tt",fullDateTime:"dddd, MMMM dd, yyyy h:mm:ss tt",sortableDateTime:"yyyy-MM-ddTHH:mm:ss",universalSortableDateTime:"yyyy-MM-dd HH:mm:ssZ",rfc1123:"ddd, dd MMM yyyy HH:mm:ss GMT",monthDay:"MMMM dd",yearMonth:"MMMM, yyyy"},regexPatterns:{jan:/^jan(uary)?/i,feb:/^feb(ruary)?/i,mar:/^mar(ch)?/i,apr:/^apr(il)?/i,may:/^may/i,jun:/^jun(e)?/i,jul:/^jul(y)?/i,aug:/^aug(ust)?/i,sep:/^sep(t(ember)?)?/i,oct:/^oct(ober)?/i,nov:/^nov(ember)?/i,dec:/^dec(ember)?/i,sun:/^su(n(day)?)?/i,mon:/^mo(n(day)?)?/i,tue:/^tu(e(s(day)?)?)?/i,wed:/^we(d(nesday)?)?/i,thu:/^th(u(r(s(day)?)?)?)?/i,fri:/^fr(i(day)?)?/i,sat:/^sa(t(urday)?)?/i,future:/^next/i,past:/^last|past|prev(ious)?/i,add:/^(\+|aft(er)?|from|hence)/i,subtract:/^(\-|bef(ore)?|ago)/i,yesterday:/^yes(terday)?/i,today:/^t(od(ay)?)?/i,tomorrow:/^tom(orrow)?/i,now:/^n(ow)?/i,millisecond:/^ms|milli(second)?s?/i,second:/^sec(ond)?s?/i,minute:/^mn|min(ute)?s?/i,hour:/^h(our)?s?/i,week:/^w(eek)?s?/i,month:/^m(onth)?s?/i,day:/^d(ay)?s?/i,year:/^y(ear)?s?/i,shortMeridian:/^(a|p)/i,longMeridian:/^(a\.?m?\.?|p\.?m?\.?)/i,timezone:/^((e(s|d)t|c(s|d)t|m(s|d)t|p(s|d)t)|((gmt)?\s*(\+|\-)\s*\d\d\d\d?)|gmt|utc)/i,ordinalSuffix:/^\s*(st|nd|rd|th)/i,timeContext:/^\s*(\:|a(?!u|p)|p)/i},timezones:[{name:"UTC",offset:"-000"},{name:"GMT",offset:"-000"},{name:"EST",offset:"-0500"},{name:"EDT",offset:"-0400"},{name:"CST",offset:"-0600"},{name:"CDT",offset:"-0500"},{name:"MST",offset:"-0700"},{name:"MDT",offset:"-0600"},{name:"PST",offset:"-0800"},{name:"PDT",offset:"-0700"}]};(function(){var b=Date,a=b.prototype,d=b.CultureInfo,g=function(i,h){if(!h){h=2}return("000"+i).slice(h*-1)};a.clearTime=function(){this.setHours(0);this.setMinutes(0);this.setSeconds(0);this.setMilliseconds(0);return this};a.setTimeToNow=function(){var h=new Date();this.setHours(h.getHours());this.setMinutes(h.getMinutes());this.setSeconds(h.getSeconds());this.setMilliseconds(h.getMilliseconds());return this};b.today=function(){return new Date().clearTime()};b.compare=function(i,h){if(isNaN(i)||isNaN(h)){throw new Error(i+" - "+h)}else{if(i instanceof Date&&h instanceof Date){return(i<h)?-1:(i>h)?1:0}else{throw new TypeError(i+" - "+h)}}};b.equals=function(i,h){return(i.compareTo(h)===0)};b.getDayNumberFromName=function(j){var q=d.dayNames,h=d.abbreviatedDayNames,p=d.shortestDayNames,l=j.toLowerCase();for(var k=0;k<q.length;k++){if(q[k].toLowerCase()==l||h[k].toLowerCase()==l||p[k].toLowerCase()==l){return k}}return -1};b.getMonthNumberFromName=function(j){var o=d.monthNames,h=d.abbreviatedMonthNames,l=j.toLowerCase();for(var k=0;k<o.length;k++){if(o[k].toLowerCase()==l||h[k].toLowerCase()==l){return k}}return -1};b.isLeapYear=function(h){return((h%4===0&&h%100!==0)||h%400===0)};b.getDaysInMonth=function(h,i){return[31,(b.isLeapYear(h)?29:28),31,30,31,30,31,31,30,31,30,31][i]};b.getTimezoneAbbreviation=function(l){var k=d.timezones,j;for(var h=0;h<k.length;h++){if(k[h].offset===l){return k[h].name}}return null};b.getTimezoneOffset=function(h){var l=d.timezones,k;for(var j=0;j<l.length;j++){if(l[j].name===h.toUpperCase()){return l[j].offset}}return null};a.clone=function(){return new Date(this.getTime())};a.compareTo=function(h){return Date.compare(this,h)};a.equals=function(h){return Date.equals(this,h||new Date())};a.between=function(i,h){return this.getTime()>=i.getTime()&&this.getTime()<=h.getTime()};a.isAfter=function(h){return this.compareTo(h||new Date())===1};a.isBefore=function(h){return(this.compareTo(h||new Date())===-1)};a.isToday=function(){return this.isSameDay(new Date())};a.isSameDay=function(h){return this.clone().clearTime().equals(h.clone().clearTime())};a.addMilliseconds=function(h){this.setMilliseconds(this.getMilliseconds()+h);return this};a.addSeconds=function(h){return this.addMilliseconds(h*1000)};a.addMinutes=function(h){return this.addMilliseconds(h*60000)};a.addHours=function(h){return this.addMilliseconds(h*3600000)};a.addDays=function(h){this.setDate(this.getDate()+h);return this};a.addWeeks=function(h){return this.addDays(h*7)};a.addMonths=function(h){var i=this.getDate();this.setDate(1);this.setMonth(this.getMonth()+h);this.setDate(Math.min(i,b.getDaysInMonth(this.getFullYear(),this.getMonth())));return this};a.addYears=function(h){return this.addMonths(h*12)};a.add=function(i){if(typeof i=="number"){this._orient=i;return this}var h=i;if(h.milliseconds){this.addMilliseconds(h.milliseconds)}if(h.seconds){this.addSeconds(h.seconds)}if(h.minutes){this.addMinutes(h.minutes)}if(h.hours){this.addHours(h.hours)}if(h.weeks){this.addWeeks(h.weeks)}if(h.months){this.addMonths(h.months)}if(h.years){this.addYears(h.years)}if(h.days){this.addDays(h.days)}return this};var e,f,c;a.getWeek=function(){var p,o,m,l,k,j,i,h,t,q;e=(!e)?this.getFullYear():e;f=(!f)?this.getMonth()+1:f;c=(!c)?this.getDate():c;if(f<=2){p=e-1;o=(p/4|0)-(p/100|0)+(p/400|0);m=((p-1)/4|0)-((p-1)/100|0)+((p-1)/400|0);t=o-m;k=0;j=c-1+(31*(f-1))}else{p=e;o=(p/4|0)-(p/100|0)+(p/400|0);m=((p-1)/4|0)-((p-1)/100|0)+((p-1)/400|0);t=o-m;k=t+1;j=c+((153*(f-3)+2)/5)+58+t}i=(p+o)%7;l=(j+i-k)%7;h=(j+3-l)|0;if(h<0){q=53-((i-t)/5|0)}else{if(h>364+t){q=1}else{q=(h/7|0)+1}}e=f=c=null;return q};a.getISOWeek=function(){e=this.getUTCFullYear();f=this.getUTCMonth()+1;c=this.getUTCDate();return g(this.getWeek())};a.setWeek=function(h){return this.moveToDayOfWeek(1).addWeeks(h-this.getWeek())};b._validate=function(k,j,h,i){if(typeof k=="undefined"){return false}else{if(typeof k!="number"){throw new TypeError(k+" is not a Number.")}else{if(k<j||k>h){throw new RangeError(k+" is not a valid value for "+i+".")}}}return true};b.validateMillisecond=function(h){return b._validate(h,0,999,"millisecond")};b.validateSecond=function(h){return b._validate(h,0,59,"second")};b.validateMinute=function(h){return b._validate(h,0,59,"minute")};b.validateHour=function(h){return b._validate(h,0,23,"hour")};b.validateDay=function(i,h,j){return b._validate(i,1,b.getDaysInMonth(h,j),"day")};b.validateMonth=function(h){return b._validate(h,0,11,"month")};b.validateYear=function(h){return b._validate(h,0,9999,"year")};a.set=function(h){if(b.validateMillisecond(h.millisecond)){this.addMilliseconds(h.millisecond-this.getMilliseconds())}if(b.validateSecond(h.second)){this.addSeconds(h.second-this.getSeconds())}if(b.validateMinute(h.minute)){this.addMinutes(h.minute-this.getMinutes())}if(b.validateHour(h.hour)){this.addHours(h.hour-this.getHours())}if(b.validateMonth(h.month)){this.addMonths(h.month-this.getMonth())}if(b.validateYear(h.year)){this.addYears(h.year-this.getFullYear())}if(b.validateDay(h.day,this.getFullYear(),this.getMonth())){this.addDays(h.day-this.getDate())}if(h.timezone){this.setTimezone(h.timezone)}if(h.timezoneOffset){this.setTimezoneOffset(h.timezoneOffset)}if(h.week&&b._validate(h.week,0,53,"week")){this.setWeek(h.week)}return this};a.moveToFirstDayOfMonth=function(){return this.set({day:1})};a.moveToLastDayOfMonth=function(){return this.set({day:b.getDaysInMonth(this.getFullYear(),this.getMonth())})};a.moveToNthOccurrence=function(i,j){var h=0;if(j>0){h=j-1}else{if(j===-1){this.moveToLastDayOfMonth();if(this.getDay()!==i){this.moveToDayOfWeek(i,-1)}return this}}return this.moveToFirstDayOfMonth().addDays(-1).moveToDayOfWeek(i,+1).addWeeks(h)};a.moveToDayOfWeek=function(h,i){var j=(h-this.getDay()+7*(i||+1))%7;return this.addDays((j===0)?j+=7*(i||+1):j)};a.moveToMonth=function(j,h){var i=(j-this.getMonth()+12*(h||+1))%12;return this.addMonths((i===0)?i+=12*(h||+1):i)};a.getOrdinalNumber=function(){return Math.ceil((this.clone().clearTime()-new Date(this.getFullYear(),0,1))/86400000)+1};a.getTimezone=function(){return b.getTimezoneAbbreviation(this.getUTCOffset())};a.setTimezoneOffset=function(j){var h=this.getTimezoneOffset(),i=Number(j)*-6/10;return this.addMinutes(i-h)};a.setTimezone=function(h){return this.setTimezoneOffset(b.getTimezoneOffset(h))};a.hasDaylightSavingTime=function(){return(Date.today().set({month:0,day:1}).getTimezoneOffset()!==Date.today().set({month:6,day:1}).getTimezoneOffset())};a.isDaylightSavingTime=function(){return(this.hasDaylightSavingTime()&&new Date().getTimezoneOffset()===Date.today().set({month:6,day:1}).getTimezoneOffset())};a.getUTCOffset=function(){var i=this.getTimezoneOffset()*-10/6,h;if(i<0){h=(i-10000).toString();return h.charAt(0)+h.substr(2)}else{h=(i+10000).toString();return"+"+h.substr(1)}};a.getElapsed=function(h){return(h||new Date())-this};if(!a.toISOString){a.toISOString=function(){function h(i){return i<10?"0"+i:i}return'"'+this.getUTCFullYear()+"-"+h(this.getUTCMonth()+1)+"-"+h(this.getUTCDate())+"T"+h(this.getUTCHours())+":"+h(this.getUTCMinutes())+":"+h(this.getUTCSeconds())+'Z"'}}a._toString=a.toString;a.toString=function(j){var h=this;if(j&&j.length==1){var k=d.formatPatterns;h.t=h.toString;switch(j){case"d":return h.t(k.shortDate);case"D":return h.t(k.longDate);case"F":return h.t(k.fullDateTime);case"m":return h.t(k.monthDay);case"r":return h.t(k.rfc1123);case"s":return h.t(k.sortableDateTime);case"t":return h.t(k.shortTime);case"T":return h.t(k.longTime);case"u":return h.t(k.universalSortableDateTime);case"y":return h.t(k.yearMonth)}}var i=function(l){switch(l*1){case 1:case 21:case 31:return"st";case 2:case 22:return"nd";case 3:case 23:return"rd";default:return"th"}};return j?j.replace(/(\\)?(dd?d?d?|MM?M?M?|yy?y?y?|hh?|HH?|mm?|ss?|tt?|S)/g,function(l){if(l.charAt(0)==="\\"){return l.replace("\\","")}h.h=h.getHours;switch(l){case"hh":return g(h.h()<13?(h.h()===0?12:h.h()):(h.h()-12));case"h":return h.h()<13?(h.h()===0?12:h.h()):(h.h()-12);case"HH":return g(h.h());case"H":return h.h();case"mm":return g(h.getMinutes());case"m":return h.getMinutes();case"ss":return g(h.getSeconds());case"s":return h.getSeconds();case"yyyy":return g(h.getFullYear(),4);case"yy":return g(h.getFullYear());case"dddd":return d.dayNames[h.getDay()];case"ddd":return d.abbreviatedDayNames[h.getDay()];case"dd":return g(h.getDate());case"d":return h.getDate();case"MMMM":return d.monthNames[h.getMonth()];case"MMM":return d.abbreviatedMonthNames[h.getMonth()];case"MM":return g((h.getMonth()+1));case"M":return h.getMonth()+1;case"t":return h.h()<12?d.amDesignator.substring(0,1):d.pmDesignator.substring(0,1);case"tt":return h.h()<12?d.amDesignator:d.pmDesignator;case"S":return i(h.getDate());default:return l}}):this._toString()}}());(function(){var v=Date,g=v.prototype,w=v.CultureInfo,o=Number.prototype;g._orient=+1;g._nth=null;g._is=false;g._same=false;g._isSecond=false;o._dateElement="day";g.next=function(){this._orient=+1;return this};v.next=function(){return v.today().next()};g.last=g.prev=g.previous=function(){this._orient=-1;return this};v.last=v.prev=v.previous=function(){return v.today().last()};g.is=function(){this._is=true;return this};g.same=function(){this._same=true;this._isSecond=false;return this};g.today=function(){return this.same().day()};g.weekday=function(){if(this._is){this._is=false;return(!this.is().sat()&&!this.is().sun())}return false};g.at=function(i){return(typeof i==="string")?v.parse(this.toString("d")+" "+i):this.set(i)};o.fromNow=o.after=function(i){var j={};j[this._dateElement]=this;return((!i)?new Date():i.clone()).add(j)};o.ago=o.before=function(i){var j={};j[this._dateElement]=this*-1;return((!i)?new Date():i.clone()).add(j)};var e=("sunday monday tuesday wednesday thursday friday saturday").split(/\s/),h=("january february march april may june july august september october november december").split(/\s/),n=("Millisecond Second Minute Hour Day Week Month Year").split(/\s/),p=("Milliseconds Seconds Minutes Hours Date Week Month FullYear").split(/\s/),b=("final first second third fourth fifth").split(/\s/),y;g.toObject=function(){var k={};for(var j=0;j<n.length;j++){k[n[j].toLowerCase()]=this["get"+p[j]]()}return k};v.fromObject=function(i){i.week=null;return Date.today().set(i)};var x=function(i){return function(){if(this._is){this._is=false;return this.getDay()==i}if(this._nth!==null){if(this._isSecond){this.addSeconds(this._orient*-1)}this._isSecond=false;var k=this._nth;this._nth=null;var j=this.clone().moveToLastDayOfMonth();this.moveToNthOccurrence(i,k);if(this>j){throw new RangeError(v.getDayName(i)+" does not occur "+k+" times in the month of "+v.getMonthName(j.getMonth())+" "+j.getFullYear()+".")}return this}return this.moveToDayOfWeek(i,this._orient)}};var f=function(i){return function(){var k=v.today(),j=i-k.getDay();if(i===0&&w.firstDayOfWeek===1&&k.getDay()!==0){j=j+7}return k.addDays(j)}};for(var u=0;u<e.length;u++){v[e[u].toUpperCase()]=v[e[u].toUpperCase().substring(0,3)]=u;v[e[u]]=v[e[u].substring(0,3)]=f(u);g[e[u]]=g[e[u].substring(0,3)]=x(u)}var z=function(i){return function(){if(this._is){this._is=false;return this.getMonth()===i}return this.moveToMonth(i,this._orient)}};var m=function(i){return function(){return v.today().set({month:i,day:1})}};for(var t=0;t<h.length;t++){v[h[t].toUpperCase()]=v[h[t].toUpperCase().substring(0,3)]=t;v[h[t]]=v[h[t].substring(0,3)]=m(t);g[h[t]]=g[h[t].substring(0,3)]=z(t)}var c=function(i){return function(){if(this._isSecond){this._isSecond=false;return this}if(this._same){this._same=this._is=false;var C=this.toObject(),B=(arguments[0]||new Date()).toObject(),A="",l=i.toLowerCase();for(var j=(n.length-1);j>-1;j--){A=n[j].toLowerCase();if(C[A]!=B[A]){return false}if(l==A){break}}return true}if(i.substring(i.length-1)!="s"){i+="s"}return this["add"+i](this._orient)}};var d=function(i){return function(){this._dateElement=i;return this}};for(var s=0;s<n.length;s++){y=n[s].toLowerCase();g[y]=g[y+"s"]=c(n[s]);o[y]=o[y+"s"]=d(y)}g._ss=c("Second");var a=function(i){return function(j){if(this._same){return this._ss(arguments[0])}if(j||j===0){return this.moveToNthOccurrence(j,i)}this._nth=i;if(i===2&&(j===undefined||j===null)){this._isSecond=true;return this.addSeconds(this._orient)}return this}};for(var q=0;q<b.length;q++){g[b[q]]=(q===0)?a(-1):a(q)}}());(function(){Date.Parsing={Exception:function(i){this.message="Parse error at '"+i.substring(0,10)+" ...'"}};var a=Date.Parsing;var c=a.Operators={rtoken:function(i){return function(j){var k=j.match(i);if(k){return([k[0],j.substring(k[0].length)])}else{throw new a.Exception(j)}}},token:function(i){return function(j){return c.rtoken(new RegExp("^s*"+j+"s*"))(j)}},stoken:function(i){return c.rtoken(new RegExp("^"+i))},until:function(i){return function(j){var k=[],m=null;while(j.length){try{m=i.call(this,j)}catch(l){k.push(m[0]);j=m[1];continue}break}return[k,j]}},many:function(i){return function(j){var m=[],k=null;while(j.length){try{k=i.call(this,j)}catch(l){return[m,j]}m.push(k[0]);j=k[1]}return[m,j]}},optional:function(i){return function(j){var k=null;try{k=i.call(this,j)}catch(l){return[null,j]}return[k[0],k[1]]}},not:function(i){return function(j){try{i.call(this,j)}catch(k){return[null,j]}throw new a.Exception(j)}},ignore:function(i){return i?function(j){var k=null;k=i.call(this,j);return[null,k[1]]}:null},product:function(){var k=arguments[0],l=Array.prototype.slice.call(arguments,1),m=[];for(var j=0;j<k.length;j++){m.push(c.each(k[j],l))}return m},cache:function(k){var i={},j=null;return function(l){try{j=i[l]=(i[l]||k.call(this,l))}catch(m){j=i[l]=m}if(j instanceof a.Exception){throw j}else{return j}}},any:function(){var i=arguments;return function(k){var l=null;for(var j=0;j<i.length;j++){if(i[j]==null){continue}try{l=(i[j].call(this,k))}catch(m){l=null}if(l){return l}}throw new a.Exception(k)}},each:function(){var i=arguments;return function(k){var n=[],l=null;for(var j=0;j<i.length;j++){if(i[j]==null){continue}try{l=(i[j].call(this,k))}catch(m){throw new a.Exception(k)}n.push(l[0]);k=l[1]}return[n,k]}},all:function(){var j=arguments,i=i;return i.each(i.optional(j))},sequence:function(i,j,k){j=j||c.rtoken(/^\s*/);k=k||null;if(i.length==1){return i[0]}return function(o){var p=null,t=null;var v=[];for(var n=0;n<i.length;n++){try{p=i[n].call(this,o)}catch(u){break}v.push(p[0]);try{t=j.call(this,p[1])}catch(m){t=null;break}o=t[1]}if(!p){throw new a.Exception(o)}if(t){throw new a.Exception(t[1])}if(k){try{p=k.call(this,p[1])}catch(l){throw new a.Exception(p[1])}}return[v,(p?p[1]:o)]}},between:function(j,k,i){i=i||j;var l=c.each(c.ignore(j),k,c.ignore(i));return function(m){var n=l.call(this,m);return[[n[0][0],r[0][2]],n[1]]}},list:function(i,j,k){j=j||c.rtoken(/^\s*/);k=k||null;return(i instanceof Array?c.each(c.product(i.slice(0,-1),c.ignore(j)),i.slice(-1),c.ignore(k)):c.each(c.many(c.each(i,c.ignore(j))),px,c.ignore(k)))},set:function(i,j,k){j=j||c.rtoken(/^\s*/);k=k||null;return function(B){var l=null,n=null,m=null,o=null,t=[[],B],A=false;for(var v=0;v<i.length;v++){m=null;n=null;l=null;A=(i.length==1);try{l=i[v].call(this,B)}catch(y){continue}o=[[l[0]],l[1]];if(l[1].length>0&&!A){try{m=j.call(this,l[1])}catch(z){A=true}}else{A=true}if(!A&&m[1].length===0){A=true}if(!A){var w=[];for(var u=0;u<i.length;u++){if(v!=u){w.push(i[u])}}n=c.set(w,j).call(this,m[1]);if(n[0].length>0){o[0]=o[0].concat(n[0]);o[1]=n[1]}}if(o[1].length<t[1].length){t=o}if(t[1].length===0){break}}if(t[0].length===0){return t}if(k){try{m=k.call(this,t[1])}catch(x){throw new a.Exception(t[1])}t[1]=m[1]}return t}},forward:function(i,j){return function(k){return i[j].call(this,k)}},replace:function(j,i){return function(k){var l=j.call(this,k);return[i,l[1]]}},process:function(j,i){return function(k){var l=j.call(this,k);return[i.call(this,l[0]),l[1]]}},min:function(i,j){return function(k){var l=j.call(this,k);if(l[0].length<i){throw new a.Exception(k)}return l}}};var h=function(i){return function(){var j=null,m=[];if(arguments.length>1){j=Array.prototype.slice.call(arguments)}else{if(arguments[0] instanceof Array){j=arguments[0]}}if(j){for(var l=0,k=j.shift();l<k.length;l++){j.unshift(k[l]);m.push(i.apply(null,j));j.shift();return m}}else{return i.apply(null,arguments)}}};var g="optional not ignore cache".split(/\s/);for(var d=0;d<g.length;d++){c[g[d]]=h(c[g[d]])}var f=function(i){return function(){if(arguments[0] instanceof Array){return i.apply(null,arguments[0])}else{return i.apply(null,arguments)}}};var e="each any all".split(/\s/);for(var b=0;b<e.length;b++){c[e[b]]=f(c[e[b]])}}());(function(){var e=Date,l=e.prototype,f=e.CultureInfo;var h=function(m){var n=[];for(var g=0;g<m.length;g++){if(m[g] instanceof Array){n=n.concat(h(m[g]))}else{if(m[g]){n.push(m[g])}}}return n};e.Grammar={};e.Translator={hour:function(g){return function(){this.hour=Number(g)}},minute:function(g){return function(){this.minute=Number(g)}},second:function(g){return function(){this.second=Number(g)}},meridian:function(g){return function(){this.meridian=g.slice(0,1).toLowerCase()}},timezone:function(g){return function(){var m=g.replace(/[^\d\+\-]/g,"");if(m.length){this.timezoneOffset=Number(m)}else{this.timezone=g.toLowerCase()}}},day:function(g){var m=g[0];return function(){this.day=Number(m.match(/\d+/)[0])}},month:function(g){return function(){this.month=(g.length==3)?"jan feb mar apr may jun jul aug sep oct nov dec".indexOf(g)/4:Number(g)-1}},year:function(g){return function(){var m=Number(g);this.year=((g.length>2)?m:(m+(((m+2000)<f.twoDigitYearMax)?2000:1900)))}},rday:function(g){return function(){switch(g){case"yesterday":this.days=-1;break;case"tomorrow":this.days=1;break;case"today":this.days=0;break;case"now":this.days=0;this.now=true;break}}},finishExact:function(g){g=(g instanceof Array)?g:[g];for(var n=0;n<g.length;n++){if(g[n]){g[n].call(this)}}var m=new Date();if((this.hour||this.minute)&&(!this.month&&!this.year&&!this.day)){this.day=m.getDate()}if(!this.year){this.year=m.getFullYear()}if(!this.month&&this.month!==0){this.month=m.getMonth()}if(!this.day){this.day=1}if(!this.hour){this.hour=0}if(!this.minute){this.minute=0}if(!this.second){this.second=0}if(this.meridian&&this.hour){if(this.meridian=="p"&&this.hour<12){this.hour=this.hour+12}else{if(this.meridian=="a"&&this.hour==12){this.hour=0}}}if(this.day>e.getDaysInMonth(this.year,this.month)){throw new RangeError(this.day+" is not a valid value for days.")}var o=new Date(this.year,this.month,this.day,this.hour,this.minute,this.second);if(this.timezone){o.set({timezone:this.timezone})}else{if(this.timezoneOffset){o.set({timezoneOffset:this.timezoneOffset})}}return o},finish:function(g){g=(g instanceof Array)?h(g):[g];if(g.length===0){return null}for(var q=0;q<g.length;q++){if(typeof g[q]=="function"){g[q].call(this)}}var n=e.today();if(this.now&&!this.unit&&!this.operator){return new Date()}else{if(this.now){n=new Date()}}var s=!!(this.days&&this.days!==null||this.orient||this.operator);var t,p,o;o=((this.orient=="past"||this.operator=="subtract")?-1:1);if(!this.now&&"hour minute second".indexOf(this.unit)!=-1){n.setTimeToNow()}if(this.month||this.month===0){if("year day hour minute second".indexOf(this.unit)!=-1){this.value=this.month+1;this.month=null;s=true}}if(!s&&this.weekday&&!this.day&&!this.days){var m=Date[this.weekday]();this.day=m.getDate();if(!this.month){this.month=m.getMonth()}this.year=m.getFullYear()}if(s&&this.weekday&&this.unit!="month"){this.unit="day";t=(e.getDayNumberFromName(this.weekday)-n.getDay());p=7;this.days=t?((t+(o*p))%p):(o*p)}if(this.month&&this.unit=="day"&&this.operator){this.value=(this.month+1);this.month=null}if(this.value!=null&&this.month!=null&&this.year!=null){this.day=this.value*1}if(this.month&&!this.day&&this.value){n.set({day:this.value*1});if(!s){this.day=this.value*1}}if(!this.month&&this.value&&this.unit=="month"&&!this.now){this.month=this.value;s=true}if(s&&(this.month||this.month===0)&&this.unit!="year"){this.unit="month";t=(this.month-n.getMonth());p=12;this.months=t?((t+(o*p))%p):(o*p);this.month=null}if(!this.unit){this.unit="day"}if(!this.value&&this.operator&&this.operator!==null&&this[this.unit+"s"]&&this[this.unit+"s"]!==null){this[this.unit+"s"]=this[this.unit+"s"]+((this.operator=="add")?1:-1)+(this.value||0)*o}else{if(this[this.unit+"s"]==null||this.operator!=null){if(!this.value){this.value=1}this[this.unit+"s"]=this.value*o}}if(this.meridian&&this.hour){if(this.meridian=="p"&&this.hour<12){this.hour=this.hour+12}else{if(this.meridian=="a"&&this.hour==12){this.hour=0}}}if(this.weekday&&!this.day&&!this.days){var m=Date[this.weekday]();this.day=m.getDate();if(m.getMonth()!==n.getMonth()){this.month=m.getMonth()}}if((this.month||this.month===0)&&!this.day){this.day=1}if(!this.orient&&!this.operator&&this.unit=="week"&&this.value&&!this.day&&!this.month){return Date.today().setWeek(this.value)}if(s&&this.timezone&&this.day&&this.days){this.day=this.days}return(s)?n.add(this):n.set(this)}};var i=e.Parsing.Operators,d=e.Grammar,k=e.Translator,b;d.datePartDelimiter=i.rtoken(/^([\s\-\.\,\/\x27]+)/);d.timePartDelimiter=i.stoken(":");d.whiteSpace=i.rtoken(/^\s*/);d.generalDelimiter=i.rtoken(/^(([\s\,]|at|@|on)+)/);var a={};d.ctoken=function(p){var o=a[p];if(!o){var q=f.regexPatterns;var n=p.split(/\s+/),m=[];for(var g=0;g<n.length;g++){m.push(i.replace(i.rtoken(q[n[g]]),n[g]))}o=a[p]=i.any.apply(null,m)}return o};d.ctoken2=function(g){return i.rtoken(f.regexPatterns[g])};d.h=i.cache(i.process(i.rtoken(/^(0[0-9]|1[0-2]|[1-9])/),k.hour));d.hh=i.cache(i.process(i.rtoken(/^(0[0-9]|1[0-2])/),k.hour));d.H=i.cache(i.process(i.rtoken(/^([0-1][0-9]|2[0-3]|[0-9])/),k.hour));d.HH=i.cache(i.process(i.rtoken(/^([0-1][0-9]|2[0-3])/),k.hour));d.m=i.cache(i.process(i.rtoken(/^([0-5][0-9]|[0-9])/),k.minute));d.mm=i.cache(i.process(i.rtoken(/^[0-5][0-9]/),k.minute));d.s=i.cache(i.process(i.rtoken(/^([0-5][0-9]|[0-9])/),k.second));d.ss=i.cache(i.process(i.rtoken(/^[0-5][0-9]/),k.second));d.hms=i.cache(i.sequence([d.H,d.m,d.s],d.timePartDelimiter));d.t=i.cache(i.process(d.ctoken2("shortMeridian"),k.meridian));d.tt=i.cache(i.process(d.ctoken2("longMeridian"),k.meridian));d.z=i.cache(i.process(i.rtoken(/^((\+|\-)\s*\d\d\d\d)|((\+|\-)\d\d\:?\d\d)/),k.timezone));d.zz=i.cache(i.process(i.rtoken(/^((\+|\-)\s*\d\d\d\d)|((\+|\-)\d\d\:?\d\d)/),k.timezone));d.zzz=i.cache(i.process(d.ctoken2("timezone"),k.timezone));d.timeSuffix=i.each(i.ignore(d.whiteSpace),i.set([d.tt,d.zzz]));d.time=i.each(i.optional(i.ignore(i.stoken("T"))),d.hms,d.timeSuffix);d.d=i.cache(i.process(i.each(i.rtoken(/^([0-2]\d|3[0-1]|\d)/),i.optional(d.ctoken2("ordinalSuffix"))),k.day));d.dd=i.cache(i.process(i.each(i.rtoken(/^([0-2]\d|3[0-1])/),i.optional(d.ctoken2("ordinalSuffix"))),k.day));d.ddd=d.dddd=i.cache(i.process(d.ctoken("sun mon tue wed thu fri sat"),function(g){return function(){this.weekday=g}}));d.M=i.cache(i.process(i.rtoken(/^(1[0-2]|0\d|\d)/),k.month));d.MM=i.cache(i.process(i.rtoken(/^(1[0-2]|0\d)/),k.month));d.MMM=d.MMMM=i.cache(i.process(d.ctoken("jan feb mar apr may jun jul aug sep oct nov dec"),k.month));d.y=i.cache(i.process(i.rtoken(/^(\d\d?)/),k.year));d.yy=i.cache(i.process(i.rtoken(/^(\d\d)/),k.year));d.yyy=i.cache(i.process(i.rtoken(/^(\d\d?\d?\d?)/),k.year));d.yyyy=i.cache(i.process(i.rtoken(/^(\d\d\d\d)/),k.year));b=function(){return i.each(i.any.apply(null,arguments),i.not(d.ctoken2("timeContext")))};d.day=b(d.d,d.dd);d.month=b(d.M,d.MMM);d.year=b(d.yyyy,d.yy);d.orientation=i.process(d.ctoken("past future"),function(g){return function(){this.orient=g}});d.operator=i.process(d.ctoken("add subtract"),function(g){return function(){this.operator=g}});d.rday=i.process(d.ctoken("yesterday tomorrow today now"),k.rday);d.unit=i.process(d.ctoken("second minute hour day week month year"),function(g){return function(){this.unit=g}});d.value=i.process(i.rtoken(/^\d\d?(st|nd|rd|th)?/),function(g){return function(){this.value=g.replace(/\D/g,"")}});d.expression=i.set([d.rday,d.operator,d.value,d.unit,d.orientation,d.ddd,d.MMM]);b=function(){return i.set(arguments,d.datePartDelimiter)};d.mdy=b(d.ddd,d.month,d.day,d.year);d.ymd=b(d.ddd,d.year,d.month,d.day);d.dmy=b(d.ddd,d.day,d.month,d.year);d.date=function(g){return((d[f.dateElementOrder]||d.mdy).call(this,g))};d.format=i.process(i.many(i.any(i.process(i.rtoken(/^(dd?d?d?|MM?M?M?|yy?y?y?|hh?|HH?|mm?|ss?|tt?|zz?z?)/),function(g){if(d[g]){return d[g]}else{throw e.Parsing.Exception(g)}}),i.process(i.rtoken(/^[^dMyhHmstz]+/),function(g){return i.ignore(i.stoken(g))}))),function(g){return i.process(i.each.apply(null,g),k.finishExact)});var j={};var c=function(g){return j[g]=(j[g]||d.format(g)[0])};d.formats=function(m){if(m instanceof Array){var n=[];for(var g=0;g<m.length;g++){n.push(c(m[g]))}return i.any.apply(null,n)}else{return c(m)}};d._formats=d.formats(['"yyyy-MM-ddTHH:mm:ssZ"',"yyyy-MM-ddTHH:mm:ssZ","yyyy-MM-ddTHH:mm:ssz","yyyy-MM-ddTHH:mm:ss","yyyy-MM-ddTHH:mmZ","yyyy-MM-ddTHH:mmz","yyyy-MM-ddTHH:mm","ddd, MMM dd, yyyy H:mm:ss tt","ddd MMM d yyyy HH:mm:ss zzz","MMddyyyy","ddMMyyyy","Mddyyyy","ddMyyyy","Mdyyyy","dMyyyy","yyyy","Mdyy","dMyy","d"]);d._start=i.process(i.set([d.date,d.time,d.expression],d.generalDelimiter,d.whiteSpace),k.finish);d.start=function(g){try{var m=d._formats.call({},g);if(m[1].length===0){return m}}catch(n){}return d._start.call({},g)};e._parse=e.parse;e.parse=function(g){var m=null;if(!g){return null}if(g instanceof Date){return g}try{m=e.Grammar.start.call({},g.replace(/^\s*(\S*(\s+\S+)*)\s*$/,"$1"))}catch(n){return null}return((m[1].length===0)?m[0]:null)};e.getParseFunction=function(m){var g=e.Grammar.formats(m);return function(n){var o=null;try{o=g.call({},n)}catch(p){return null}return((o[1].length===0)?o[0]:null)}};e.parseExact=function(g,m){return e.getParseFunction(m)(g)}}());function format_date(a){return $.timeago(Date.parse(a))}function get_json_data(c,a,b){$.getJSON(c,function(g){var f=$("<ul></ul>");for(var d=0;d<a;d++){switch(b){case"#backtype":var e=backtype_entry(g.comments[d]);break;case"#delicious":var e=delicious_entry(g[d]);break;case"#twitter":var e=twitter_entry(g[d]);break}e.appendTo(f)}f.appendTo(b).fadeIn(1000)})}function backtype_entry(e){var d=$("<li></li>").addClass("feed-item");var b=$("<span></span>").addClass("feed-item-date").html(format_date(e.comment.date)+":");var a=$("<span>&#0187; </span>").addClass("feed-item-text").append($("<a></a>").attr("href",e.comment.url).html(e.post.title));d.append(b);d.append(a);return d}function twitter_entry(e){var b=$("<li></li>").addClass("feed-item");var d=e.text.replace(/^h3rald:/,"").replace(/((http|ftp|https):\/\/[\w\-_]+(\.[\w\-_]+)+([\w\-\.,@?^=%&amp;:/~\+#]*[\w\-\@?^=%&amp;/~\+#])?)/g,'<a href="$1">$1</a>').replace(/@([a-zA-Z1-9_]*)/g,'<a href="http://www.twitter.com/$1">@$1</a>').replace(/#([a-zA-Z1-9_]*)/g,'<a href="http://www.twitter.com/search?q=%23$1">#$1</a>');var c=$("<span></span>").addClass("feed-item-date").html(format_date(e.created_at)+":");var a=$("<span>&#0187; </span>").addClass("feed-item-text").html(d);b.append(c);b.append(a);return b}function delicious_entry(c){var b=$("<li></li>").addClass("feed-item");var d="<a href='"+c.u+"'>"+c.d+"</a>";d+="<br />tags: ";var a=Array();for(i=0;i<c.t.length;i++){a[i]="<a href='http://delicious.com/h3rald/"+c.t[i]+"'>"+c.t[i]+"</a> "}d+=a.join(", ").replace(/ $/,"");dt=$("<span></span>").addClass("feed-item-date").html(format_date(c.dt)+":");tx=$("<span>&#0187; </span>").addClass("feed-item-text").html(d);b.append(dt);b.append(tx);return b}function display_opinions(a){get_json_data("/data/opinions.json",a,"#backtype")}function display_tweets(a){get_json_data("/data/tweets.json",a,"#twitter")}function display_bookmarks(a){get_json_data("/data/bookmarks.json",a,"#delicious")};Cufon.replace("#navigation a",{fontFamily:"Mutlu",hover:true,fontSize:"35px"});Cufon.replace("h2",{fontFamily:"Mutlu",fontSize:"40px"});Cufon.replace("h3",{fontFamily:"Mutlu",hover:true,fontSize:"35px"});Cufon.replace(".standard h4",{fontFamily:"Mutlu",fontSize:"28px"});$(document).ready(function(){display_opinions(7);display_tweets(7);display_bookmarks(7);$("h2 + p").each(function(){var a=this;if(!a){return false}var c=a;while(c.childNodes.length){c=c.firstChild}var d=c.nodeValue;var b=d.substr(0,1);if(b.match(/a-zA-Z/)){c.nodeValue=d.slice(1,d.length);$("<span></span>").addClass("dropcap").html(b).prependTo(a)}});Cufon.replace(".dropcap",{fontFamily:"Mutlu"})});Cufon.now();
M resources/js/init.jsresources/js/init.js

@@ -1,7 +1,7 @@

Cufon.replace('#navigation a', {fontFamily: 'Mutlu', hover: true, fontSize: '35px'}); Cufon.replace('h2', {fontFamily: 'Mutlu', fontSize: '40px'}); Cufon.replace('h3', {fontFamily: 'Mutlu', hover: true, fontSize: '35px'}); -Cufon.replace('#article-content h4', {fontFamily: 'Mutlu', fontSize: '28px'}); +Cufon.replace('.standard h4', {fontFamily: 'Mutlu', fontSize: '28px'}); $(document).ready(function() { // Feeds display_opinions(7);

@@ -17,8 +17,11 @@ node = node.firstChild;

} var text = node.nodeValue; var first_letter = text.substr(0,1); - node.nodeValue = text.slice(1,text.length); - $('<span></span>').addClass('dropcap').html(first_letter).prependTo( first_paragraph ); + if (first_letter.match(/a-zA-Z/)) + { + node.nodeValue = text.slice(1,text.length); + $('<span></span>').addClass('dropcap').html(first_letter).prependTo( first_paragraph ); + } }); Cufon.replace('.dropcap', {fontFamily: 'Mutlu'}); });