(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.makeArray(E))},selector:"",jquery:"1.3.1",size:function(){return this.length},get:function(E){return E===g?o.makeArray(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,find:function(E){if(this.length===1&&!/,/.test(E)){var G=this.pushStack([],"find",E);G.length=0;o.find(E,this[0],G);return G}else{var F=o.map(this,function(H){return o.find(E,H)});return this.pushStack(/[^+>] [^+>]/.test(E)?o.unique(F):F,"find",E)}},clone:function(F){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.cloneNode(true),H=document.createElement("div");H.appendChild(I);return o.clean([H.innerHTML])[0]}else{return this.cloneNode(true)}});var G=E.find("*").andSelf().each(function(){if(this[h]!==g){this[h]=null}});if(F===true){this.find("*").andSelf().each(function(I){if(this.nodeType==3){return}var H=o.data(this,"events");for(var K in H){for(var J in H[K]){o.event.add(G[I],K,H[K][J],H[K][J].data)}}})}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 F=o.expr.match.POS.test(E)?o(E):null;return this.map(function(){var G=this;while(G&&G.ownerDocument){if(F?F.index(G)>-1:o(G).is(E)){return G}G=G.parentNode}})},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: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(K,N,M){if(this[0]){var J=(this[0].ownerDocument||this[0]).createDocumentFragment(),G=o.clean(K,(this[0].ownerDocument||this[0]),J),I=J.firstChild,E=this.length>1?J.cloneNode(true):J;if(I){for(var H=0,F=this.length;H<F;H++){M.call(L(this[H],I),H>0?E.cloneNode(true):J)}}if(G){o.each(G,z)}}return this;function L(O,P){return N&&o.nodeName(O,"table")&&o.nodeName(P,"tr")?(O.getElementsByTagName("tbody")[0]||O.appendChild(O.ownerDocument.createElement("tbody"))):O}}};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){G=o.trim(G);if(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(G,E,I){if(E=="width"||E=="height"){var K,F={position:"absolute",visibility:"hidden",display:"block"},J=E=="width"?["Left","Right"]:["Top","Bottom"];function H(){K=E=="width"?G.offsetWidth:G.offsetHeight;var M=0,L=0;o.each(J,function(){M+=parseFloat(o.curCSS(G,"padding"+this,true))||0;L+=parseFloat(o.curCSS(G,"border"+this+"Width",true))||0});K-=Math.round(M+L)}if(o(G).is(":visible")){H()}else{o.swap(G,F,H)}return Math.max(0,K)}return o.curCSS(G,E,I)},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,R){if(typeof R==="number"){R+=""}if(!R){return}if(typeof R==="string"){R=R.replace(/(<(\w+)[^>]*?)\/>/g,function(T,U,S){return S.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?T:U+"></"+S+">"});var O=o.trim(R).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]+R+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var N=!O.indexOf("<table")&&O.indexOf("<tbody")<0?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&O.indexOf("<tbody")<0?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(R)){L.insertBefore(K.createTextNode(R.match(/^\s*/)[0]),L.firstChild)}R=o.makeArray(L.childNodes)}if(R.nodeType){G.push(R)}else{G=o.merge(G,R)}});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(){var G=arguments;return this.each(function(){for(var H=0,I=G.length;H<I;H++){o(G[H])[F](this)}})}});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).remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});(function(){var Q=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]+['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[]+)+|[>+~])(\s*,\s*)?/g,K=0,G=Object.prototype.toString;var F=function(X,T,aa,ab){aa=aa||[];T=T||document;if(T.nodeType!==1&&T.nodeType!==9){return[]}if(!X||typeof X!=="string"){return aa}var Y=[],V,ae,ah,S,ac,U,W=true;Q.lastIndex=0;while((V=Q.exec(X))!==null){Y.push(V[1]);if(V[2]){U=RegExp.rightContext;break}}if(Y.length>1&&L.exec(X)){if(Y.length===2&&H.relative[Y[0]]){ae=I(Y[0]+Y[1],T)}else{ae=H.relative[Y[0]]?[T]:F(Y.shift(),T);while(Y.length){X=Y.shift();if(H.relative[X]){X+=Y.shift()}ae=I(X,ae)}}}else{var ad=ab?{expr:Y.pop(),set:E(ab)}:F.find(Y.pop(),Y.length===1&&T.parentNode?T.parentNode:T,P(T));ae=F.filter(ad.expr,ad.set);if(Y.length>0){ah=E(ae)}else{W=false}while(Y.length){var ag=Y.pop(),af=ag;if(!H.relative[ag]){ag=""}else{af=Y.pop()}if(af==null){af=T}H.relative[ag](ah,af,P(T))}}if(!ah){ah=ae}if(!ah){throw"Syntax error, unrecognized expression: "+(ag||X)}if(G.call(ah)==="[object Array]"){if(!W){aa.push.apply(aa,ah)}else{if(T.nodeType===1){for(var Z=0;ah[Z]!=null;Z++){if(ah[Z]&&(ah[Z]===true||ah[Z].nodeType===1&&J(T,ah[Z]))){aa.push(ae[Z])}}}else{for(var Z=0;ah[Z]!=null;Z++){if(ah[Z]&&ah[Z].nodeType===1){aa.push(ae[Z])}}}}}else{E(ah,aa)}if(U){F(U,T,aa,ab)}return aa};F.matches=function(S,T){return F(S,null,null,T)};F.find=function(Z,S,aa){var Y,W;if(!Z){return[]}for(var V=0,U=H.order.length;V<U;V++){var X=H.order[V],W;if((W=H.match[X].exec(Z))){var T=RegExp.leftContext;if(T.substr(T.length-1)!=="\\"){W[1]=(W[1]||"").replace(/\\/g,"");Y=H.find[X](W,S,aa);if(Y!=null){Z=Z.replace(H.match[X],"");break}}}}if(!Y){Y=S.getElementsByTagName("*")}return{set:Y,expr:Z}};F.filter=function(ab,aa,ae,V){var U=ab,ag=[],Y=aa,X,S;while(ab&&aa.length){for(var Z in H.filter){if((X=H.match[Z].exec(ab))!=null){var T=H.filter[Z],af,ad;S=false;if(Y==ag){ag=[]}if(H.preFilter[Z]){X=H.preFilter[Z](X,Y,ae,ag,V);if(!X){S=af=true}else{if(X===true){continue}}}if(X){for(var W=0;(ad=Y[W])!=null;W++){if(ad){af=T(ad,X,W,Y);var ac=V^!!af;if(ae&&af!=null){if(ac){S=true}else{Y[W]=false}}else{if(ac){ag.push(ad);S=true}}}}}if(af!==g){if(!ae){Y=ag}ab=ab.replace(H.match[Z],"");if(!S){return[]}break}}}ab=ab.replace(/\s*,\s*/,"");if(ab==U){if(S==null){throw"Syntax error, unrecognized expression: "+ab}else{break}}U=ab}return Y};var H=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(S){return S.getAttribute("href")}},relative:{"+":function(W,T){for(var U=0,S=W.length;U<S;U++){var V=W[U];if(V){var X=V.previousSibling;while(X&&X.nodeType!==1){X=X.previousSibling}W[U]=typeof T==="string"?X||false:X===T}}if(typeof T==="string"){F.filter(T,W,true)}},">":function(X,T,Y){if(typeof T==="string"&&!/\W/.test(T)){T=Y?T:T.toUpperCase();for(var U=0,S=X.length;U<S;U++){var W=X[U];if(W){var V=W.parentNode;X[U]=V.nodeName===T?V:false}}}else{for(var U=0,S=X.length;U<S;U++){var W=X[U];if(W){X[U]=typeof T==="string"?W.parentNode:W.parentNode===T}}if(typeof T==="string"){F.filter(T,X,true)}}},"":function(V,T,X){var U="done"+(K++),S=R;if(!T.match(/\W/)){var W=T=X?T:T.toUpperCase();S=O}S("parentNode",T,U,V,W,X)},"~":function(V,T,X){var U="done"+(K++),S=R;if(typeof T==="string"&&!T.match(/\W/)){var W=T=X?T:T.toUpperCase();S=O}S("previousSibling",T,U,V,W,X)}},find:{ID:function(T,U,V){if(typeof U.getElementById!=="undefined"&&!V){var S=U.getElementById(T[1]);return S?[S]:[]}},NAME:function(S,T,U){if(typeof T.getElementsByName!=="undefined"&&!U){return T.getElementsByName(S[1])}},TAG:function(S,T){return T.getElementsByTagName(S[1])}},preFilter:{CLASS:function(V,T,U,S,Y){V=" "+V[1].replace(/\\/g,"")+" ";var X;for(var W=0;(X=T[W])!=null;W++){if(X){if(Y^(" "+X.className+" ").indexOf(V)>=0){if(!U){S.push(X)}}else{if(U){T[W]=false}}}}return false},ID:function(S){return S[1].replace(/\\/g,"")},TAG:function(T,S){for(var U=0;S[U]===false;U++){}return S[U]&&P(S[U])?T[1]:T[1].toUpperCase()},CHILD:function(S){if(S[1]=="nth"){var T=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(S[2]=="even"&&"2n"||S[2]=="odd"&&"2n+1"||!/\D/.test(S[2])&&"0n+"+S[2]||S[2]);S[2]=(T[1]+(T[2]||1))-0;S[3]=T[3]-0}S[0]="done"+(K++);return S},ATTR:function(T){var S=T[1].replace(/\\/g,"");if(H.attrMap[S]){T[1]=H.attrMap[S]}if(T[2]==="~="){T[4]=" "+T[4]+" "}return T},PSEUDO:function(W,T,U,S,X){if(W[1]==="not"){if(W[3].match(Q).length>1){W[3]=F(W[3],null,null,T)}else{var V=F.filter(W[3],T,U,true^X);if(!U){S.push.apply(S,V)}return false}}else{if(H.match.POS.test(W[0])){return true}}return W},POS:function(S){S.unshift(true);return S}},filters:{enabled:function(S){return S.disabled===false&&S.type!=="hidden"},disabled:function(S){return S.disabled===true},checked:function(S){return S.checked===true},selected:function(S){S.parentNode.selectedIndex;return S.selected===true},parent:function(S){return!!S.firstChild},empty:function(S){return!S.firstChild},has:function(U,T,S){return!!F(S[3],U).length},header:function(S){return/h\d/i.test(S.nodeName)},text:function(S){return"text"===S.type},radio:function(S){return"radio"===S.type},checkbox:function(S){return"checkbox"===S.type},file:function(S){return"file"===S.type},password:function(S){return"password"===S.type},submit:function(S){return"submit"===S.type},image:function(S){return"image"===S.type},reset:function(S){return"reset"===S.type},button:function(S){return"button"===S.type||S.nodeName.toUpperCase()==="BUTTON"},input:function(S){return/input|select|textarea|button/i.test(S.nodeName)}},setFilters:{first:function(T,S){return S===0},last:function(U,T,S,V){return T===V.length-1},even:function(T,S){return S%2===0},odd:function(T,S){return S%2===1},lt:function(U,T,S){return T<S[3]-0},gt:function(U,T,S){return T>S[3]-0},nth:function(U,T,S){return S[3]-0==T},eq:function(U,T,S){return S[3]-0==T}},filter:{CHILD:function(S,V){var Y=V[1],Z=S.parentNode;var X=V[0];if(Z&&(!Z[X]||!S.nodeIndex)){var W=1;for(var T=Z.firstChild;T;T=T.nextSibling){if(T.nodeType==1){T.nodeIndex=W++}}Z[X]=W-1}if(Y=="first"){return S.nodeIndex==1}else{if(Y=="last"){return S.nodeIndex==Z[X]}else{if(Y=="only"){return Z[X]==1}else{if(Y=="nth"){var ab=false,U=V[2],aa=V[3];if(U==1&&aa==0){return true}if(U==0){if(S.nodeIndex==aa){ab=true}}else{if((S.nodeIndex-aa)%U==0&&(S.nodeIndex-aa)/U>=0){ab=true}}return ab}}}}},PSEUDO:function(Y,U,V,Z){var T=U[1],W=H.filters[T];if(W){return W(Y,V,U,Z)}else{if(T==="contains"){return(Y.textContent||Y.innerText||"").indexOf(U[3])>=0}else{if(T==="not"){var X=U[3];for(var V=0,S=X.length;V<S;V++){if(X[V]===Y){return false}}return true}}}},ID:function(T,S){return T.nodeType===1&&T.getAttribute("id")===S},TAG:function(T,S){return(S==="*"&&T.nodeType===1)||T.nodeName===S},CLASS:function(T,S){return S.test(T.className)},ATTR:function(W,U){var S=H.attrHandle[U[1]]?H.attrHandle[U[1]](W):W[U[1]]||W.getAttribute(U[1]),X=S+"",V=U[2],T=U[4];return S==null?V==="!=":V==="="?X===T:V==="*="?X.indexOf(T)>=0:V==="~="?(" "+X+" ").indexOf(T)>=0:!U[4]?S:V==="!="?X!=T:V==="^="?X.indexOf(T)===0:V==="$="?X.substr(X.length-T.length)===T:V==="|="?X===T||X.substr(0,T.length+1)===T+"-":false},POS:function(W,T,U,X){var S=T[2],V=H.setFilters[S];if(V){return V(W,U,T,X)}}}};var L=H.match.POS;for(var N in H.match){H.match[N]=RegExp(H.match[N].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(T,S){T=Array.prototype.slice.call(T);if(S){S.push.apply(S,T);return S}return T};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(M){E=function(W,V){var T=V||[];if(G.call(W)==="[object Array]"){Array.prototype.push.apply(T,W)}else{if(typeof W.length==="number"){for(var U=0,S=W.length;U<S;U++){T.push(W[U])}}else{for(var U=0;W[U];U++){T.push(W[U])}}}return T}}(function(){var T=document.createElement("form"),U="script"+(new Date).getTime();T.innerHTML="<input name='"+U+"'/>";var S=document.documentElement;S.insertBefore(T,S.firstChild);if(!!document.getElementById(U)){H.find.ID=function(W,X,Y){if(typeof X.getElementById!=="undefined"&&!Y){var V=X.getElementById(W[1]);return V?V.id===W[1]||typeof V.getAttributeNode!=="undefined"&&V.getAttributeNode("id").nodeValue===W[1]?[V]:g:[]}};H.filter.ID=function(X,V){var W=typeof X.getAttributeNode!=="undefined"&&X.getAttributeNode("id");return X.nodeType===1&&W&&W.nodeValue===V}}S.removeChild(T)})();(function(){var S=document.createElement("div");S.appendChild(document.createComment(""));if(S.getElementsByTagName("*").length>0){H.find.TAG=function(T,X){var W=X.getElementsByTagName(T[1]);if(T[1]==="*"){var V=[];for(var U=0;W[U];U++){if(W[U].nodeType===1){V.push(W[U])}}W=V}return W}}S.innerHTML="<a href='#'></a>";if(S.firstChild&&S.firstChild.getAttribute("href")!=="#"){H.attrHandle.href=function(T){return T.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var S=F,T=document.createElement("div");T.innerHTML="<p class='TEST'></p>";if(T.querySelectorAll&&T.querySelectorAll(".TEST").length===0){return}F=function(X,W,U,V){W=W||document;if(!V&&W.nodeType===9&&!P(W)){try{return E(W.querySelectorAll(X),U)}catch(Y){}}return S(X,W,U,V)};F.find=S.find;F.filter=S.filter;F.selectors=S.selectors;F.matches=S.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){H.order.splice(1,0,"CLASS");H.find.CLASS=function(S,T){return T.getElementsByClassName(S[1])}}function O(T,Z,Y,ac,aa,ab){for(var W=0,U=ac.length;W<U;W++){var S=ac[W];if(S){S=S[T];var X=false;while(S&&S.nodeType){var V=S[Y];if(V){X=ac[V];break}if(S.nodeType===1&&!ab){S[Y]=W}if(S.nodeName===Z){X=S;break}S=S[T]}ac[W]=X}}}function R(T,Y,X,ab,Z,aa){for(var V=0,U=ab.length;V<U;V++){var S=ab[V];if(S){S=S[T];var W=false;while(S&&S.nodeType){if(S[X]){W=ab[S[X]];break}if(S.nodeType===1){if(!aa){S[X]=V}if(typeof Y!=="string"){if(S===Y){W=true;break}}else{if(F.filter(Y,[S]).length>0){W=S;break}}}S=S[T]}ab[V]=W}}}var J=document.compareDocumentPosition?function(T,S){return T.compareDocumentPosition(S)&16}:function(T,S){return T!==S&&(T.contains?T.contains(S):true)};var P=function(S){return S.nodeType===9&&S.documentElement.nodeName!=="HTML"||!!S.ownerDocument&&P(S.ownerDocument)};var I=function(S,Z){var V=[],W="",X,U=Z.nodeType?[Z]:Z;while((X=H.match.PSEUDO.exec(S))){W+=X[0];S=S.replace(H.match.PSEUDO,"")}S=H.relative[S]?S+"*":S;for(var Y=0,T=U.length;Y<T;Y++){F(S,U[Y],V)}return F.filter(W,V)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(S){return"hidden"===S.type||o.css(S,"display")==="none"||o.css(S,"visibility")==="hidden"};F.selectors.filters.visible=function(S){return"hidden"!==S.type&&o.css(S,"display")!=="none"&&o.css(S,"visibility")!=="hidden"};F.selectors.filters.animated=function(S){return o.grep(o.timers,function(T){return S===T.elem}).length};o.multiFilter=function(U,S,T){if(T){U=":not("+U+")"}return F.matches(U,S)};o.dir=function(U,T){var S=[],V=U[T];while(V&&V!=document){if(V.nodeType==1){S.push(V)}V=V[T]}return S};o.nth=function(W,S,U,V){S=S||1;var T=0;for(;W;W=W[U]){if(W.nodeType==1&&++T==S){break}}return W};o.sibling=function(U,T){var S=[];for(;U;U=U.nextSibling){if(U.nodeType==1&&U!=T){S.push(U)}}return S};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);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})}}});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){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&&typeof l.frameElement==="undefined"){(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="1px";L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L)})})();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/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();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}this[H].style.display=o.data(this[H],"olddisplay",K)}}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"))}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)==1){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)}},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(H,F){var E=H?"Left":"Top",G=H?"Right":"Bottom";o.fn["inner"+F]=function(){return this[F.toLowerCase()]()+j(this,"padding"+E)+j(this,"padding"+G)};o.fn["outer"+F]=function(J){return this["inner"+F]()+j(this,"border"+E+"Width")+j(this,"border"+G+"Width")+(J?j(this,"margin"+E)+j(this,"margin"+G):0)};var I=F.toLowerCase();o.fn[I]=function(J){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+F]||document.body["client"+F]:this[0]==document?Math.max(document.documentElement["client"+F],document.body["scroll"+F],document.documentElement["scroll"+F],document.body["offset"+F],document.documentElement["offset"+F]):J===g?(this.length?o.css(this[0],I):null):this.css(I,typeof J==="string"?J:J+"px")}})})();;$(function(){$('.content-item img').hover(function(){$(this).fadeTo("fast",0.7);},function(){$(this).fadeTo("fast",1);});});$(function(){$('#submit').hover(function(){$(this).fadeTo("fast",0.7);},function(){$(this).fadeTo("fast",1);});});$(function(){$('#menu li').hover(function(){$(this).fadeTo("fast",0.7);},function(){$(this).fadeTo("fast",1);});});$(function(){$('#logo').hover(function(){$(this).fadeTo("fast",0.7);},function(){$(this).fadeTo("fast",1);});});$(function(){$('h2 a').hover(function(){$(this).fadeTo("fast",0.7);},function(){$(this).fadeTo("fast",1);});});;function browserdetect(){var A=navigator.userAgent.toLowerCase();this.isIE=A.indexOf("msie")>-1;this.ieVer=this.isIE?/msie\s(\d\.\d)/.exec(A)[1]:0;this.isMoz=A.indexOf("firefox")!=-1;this.isSafari=A.indexOf("safari")!=-1;this.quirksMode=this.isIE&&(!document.compatMode||document.compatMode.indexOf("BackCompat")>-1);this.isOp="opera"in window;this.isWebKit=A.indexOf("webkit")!=-1;if(this.isIE){this.get_style=function(D,F){if(!(F in D.currentStyle)){return""}var C=/^([\d.]+)(\w*)/.exec(D.currentStyle[F]);if(!C){return D.currentStyle[F]}if(C[1]==0){return"0"}if(C[2]&&C[2]!=="px"){var B=D.style.left;var E=D.runtimeStyle.left;D.runtimeStyle.left=D.currentStyle.left;D.style.left=C[1]+C[2];C[0]=D.style.pixelLeft;D.style.left=B;D.runtimeStyle.left=E}return C[0]}}else{this.get_style=function(B,C){C=C.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();return document.defaultView.getComputedStyle(B,"").getPropertyValue(C)}}}var curvyBrowser=new browserdetect;if(curvyBrowser.isIE){try{document.execCommand("BackgroundImageCache",false,true)}catch(e){}}function curvyCnrSpec(A){this.selectorText=A;this.tlR=this.trR=this.blR=this.brR=0;this.tlu=this.tru=this.blu=this.bru="";this.antiAlias=true}curvyCnrSpec.prototype.setcorner=function(B,C,A,D){if(!B){this.tlR=this.trR=this.blR=this.brR=parseInt(A);this.tlu=this.tru=this.blu=this.bru=D}else{propname=B.charAt(0)+C.charAt(0);this[propname+"R"]=parseInt(A);this[propname+"u"]=D}};curvyCnrSpec.prototype.get=function(D){if(/^(t|b)(l|r)(R|u)$/.test(D)){return this[D]}if(/^(t|b)(l|r)Ru$/.test(D)){var C=D.charAt(0)+D.charAt(1);return this[C+"R"]+this[C+"u"]}if(/^(t|b)Ru?$/.test(D)){var B=D.charAt(0);B+=this[B+"lR"]>this[B+"rR"]?"l":"r";var A=this[B+"R"];if(D.length===3&&D.charAt(2)==="u"){A+=this[B="u"]}return A}throw new Error("Don't recognize property "+D)};curvyCnrSpec.prototype.radiusdiff=function(A){if(A!=="t"&&A!=="b"){throw new Error("Param must be 't' or 'b'")}return Math.abs(this[A+"lR"]-this[A+"rR"])};curvyCnrSpec.prototype.setfrom=function(A){this.tlu=this.tru=this.blu=this.bru="px";if("tl"in A){this.tlR=A.tl.radius}if("tr"in A){this.trR=A.tr.radius}if("bl"in A){this.blR=A.bl.radius}if("br"in A){this.brR=A.br.radius}if("antiAlias"in A){this.antiAlias=A.antiAlias}};curvyCnrSpec.prototype.cloneOn=function(G){var E=["tl","tr","bl","br"];var H=0;var C,A;for(C in E){if(!isNaN(C)){A=this[E[C]+"u"];if(A!==""&&A!=="px"){H=new curvyCnrSpec;break}}}if(!H){H=this}else{var B,D,F=curvyBrowser.get_style(G,"left");for(C in E){if(!isNaN(C)){B=E[C];A=this[B+"u"];D=this[B+"R"];if(A!=="px"){var F=G.style.left;G.style.left=D+A;D=G.style.pixelLeft;G.style.left=F}H[B+"R"]=D;H[B+"u"]="px"}}G.style.left=F}return H};curvyCnrSpec.prototype.radiusSum=function(A){if(A!=="t"&&A!=="b"){throw new Error("Param must be 't' or 'b'")}return this[A+"lR"]+this[A+"rR"]};curvyCnrSpec.prototype.radiusCount=function(A){var B=0;if(this[A+"lR"]){++B}if(this[A+"rR"]){++B}return B};curvyCnrSpec.prototype.cornerNames=function(){var A=[];if(this.tlR){A.push("tl")}if(this.trR){A.push("tr")}if(this.blR){A.push("bl")}if(this.brR){A.push("br")}return A};function operasheet(C){var A=document.styleSheets.item(C).ownerNode.text;A=A.replace(/\/\*(\n|\r|.)*?\*\//g,"");var D=new RegExp("^s*([\\w.#][-\\w.#, ]+)[\\n\\s]*\\{([^}]+border-((top|bottom)-(left|right)-)?radius[^}]*)\\}","mg");var G;this.rules=[];while((G=D.exec(A))!==null){var F=new RegExp("(..)border-((top|bottom)-(left|right)-)?radius:\\s*([\\d.]+)(in|em|px|ex|pt)","g");var E,B=new curvyCnrSpec(G[1]);while((E=F.exec(G[2]))!==null){if(E[1]!=="z-"){B.setcorner(E[3],E[4],E[5],E[6])}}this.rules.push(B)}}operasheet.contains_border_radius=function(A){return/border-((top|bottom)-(left|right)-)?radius/.test(document.styleSheets.item(A).ownerNode.text)};function curvyCorners(){var G,D,E,B,J;if(typeof arguments[0]!=="object"){throw curvyCorners.newError("First parameter of curvyCorners() must be an object.")}if(arguments[0]instanceof curvyCnrSpec){B=arguments[0];if(!B.selectorText&&typeof arguments[1]==="string"){B.selectorText=arguments[1]}}else{if(typeof arguments[1]!=="object"&&typeof arguments[1]!=="string"){throw curvyCorners.newError("Second parameter of curvyCorners() must be an object or a class name.")}D=arguments[1];if(typeof D!=="string"){D=""}if(D!==""&&D.charAt(0)!=="."&&"autoPad"in arguments[0]){D="."+D}B=new curvyCnrSpec(D);B.setfrom(arguments[0])}if(B.selectorText){J=0;var I=B.selectorText.replace(/\s+$/,"").split(/,\s*/);E=new Array;function A(M){var L=M.split("#");return(L.length===2?"#":"")+L.pop()}for(G=0;G<I.length;++G){var K=A(I[G]);var H=K.split(" ");switch(K.charAt(0)){case"#":D=H.length===1?K:H[0];D=document.getElementById(D.substr(1));if(D===null){curvyCorners.alert("No object with ID "+K+" exists yet.\nCall curvyCorners(settings, obj) when it is created.")}else{if(H.length===1){E.push(D)}else{E=E.concat(curvyCorners.getElementsByClass(H[1],D))}}break;default:if(H.length===1){E=E.concat(curvyCorners.getElementsByClass(K))}else{var C=curvyCorners.getElementsByClass(H[0]);for(D=0;D<C.length;++D){E=E.concat(curvyCorners.getElementsByClass(H[1],C))}}}}}else{J=1;E=arguments}for(G=J,D=E.length;G<D;++G){if(E[G]&&(!("IEborderRadius"in E[G].style)||E[G].style.IEborderRadius!="set")){if(E[G].className&&E[G].className.indexOf("curvyRedraw")!==-1){if(typeof curvyCorners.redrawList==="undefined"){curvyCorners.redrawList=new Array}curvyCorners.redrawList.push({node:E[G],spec:B,copy:E[G].cloneNode(false)})}E[G].style.IEborderRadius="set";var F=new curvyObject(B,E[G]);F.applyCorners()}}}curvyCorners.prototype.applyCornersToAll=function(){curvyCorners.alert("This function is now redundant. Just call curvyCorners(). See documentation.")};curvyCorners.redraw=function(){if(!curvyBrowser.isOp&&!curvyBrowser.isIE){return}if(!curvyCorners.redrawList){throw curvyCorners.newError("curvyCorners.redraw() has nothing to redraw.")}var E=curvyCorners.bock_redraw;curvyCorners.block_redraw=true;for(var A in curvyCorners.redrawList){if(isNaN(A)){continue}var D=curvyCorners.redrawList[A];if(!D.node.clientWidth){continue}var B=D.copy.cloneNode(false);for(var C=D.node.firstChild;C!=null;C=C.nextSibling){if(C.className==="autoPadDiv"){break}}if(!C){curvyCorners.alert("Couldn't find autoPad DIV");break}D.node.parentNode.replaceChild(B,D.node);while(C.firstChild){B.appendChild(C.removeChild(C.firstChild))}D=new curvyObject(D.spec,D.node=B);D.applyCorners()}curvyCorners.block_redraw=E};curvyCorners.adjust=function(obj,prop,newval){if(curvyBrowser.isOp||curvyBrowser.isIE){if(!curvyCorners.redrawList){throw curvyCorners.newError("curvyCorners.adjust() has nothing to adjust.")}var i,j=curvyCorners.redrawList.length;for(i=0;i<j;++i){if(curvyCorners.redrawList[i].node===obj){break}}if(i===j){throw curvyCorners.newError("Object not redrawable")}obj=curvyCorners.redrawList[i].copy}if(prop.indexOf(".")===-1){obj[prop]=newval}else{eval("obj."+prop+"='"+newval+"'")}};curvyCorners.handleWinResize=function(){if(!curvyCorners.block_redraw){curvyCorners.redraw()}};curvyCorners.setWinResize=function(A){curvyCorners.block_redraw=!A};curvyCorners.newError=function(A){return new Error("curvyCorners Error:\n"+A)};curvyCorners.alert=function(A){if(typeof curvyCornersVerbose==="undefined"||curvyCornersVerbose){alert(A)}};function curvyObject(){var U;this.box=arguments[1];this.settings=arguments[0];this.topContainer=this.bottomContainer=this.shell=U=null;var K=this.box.clientWidth;if(!K&&curvyBrowser.isIE){this.box.style.zoom=1;K=this.box.clientWidth}if(!K){if(!this.box.parentNode){throw this.newError("box has no parent!")}for(U=this.box;;U=U.parentNode){if(!U||U.tagName==="BODY"){this.applyCorners=function(){};curvyCorners.alert(this.errmsg("zero-width box with no accountable parent","warning"));return}if(U.style.display==="none"){break}}U.style.display="block";K=this.box.clientWidth}if(arguments[0]instanceof curvyCnrSpec){this.spec=arguments[0].cloneOn(this.box)}else{this.spec=new curvyCnrSpec("");this.spec.setfrom(this.settings)}var b=curvyBrowser.get_style(this.box,"borderTopWidth");var J=curvyBrowser.get_style(this.box,"borderBottomWidth");var D=curvyBrowser.get_style(this.box,"borderLeftWidth");var B=curvyBrowser.get_style(this.box,"borderRightWidth");var I=curvyBrowser.get_style(this.box,"borderTopColor");var G=curvyBrowser.get_style(this.box,"borderBottomColor");var A=curvyBrowser.get_style(this.box,"borderLeftColor");var E=curvyBrowser.get_style(this.box,"backgroundColor");var C=curvyBrowser.get_style(this.box,"backgroundImage");var Y=curvyBrowser.get_style(this.box,"backgroundRepeat");if(this.box.currentStyle&&this.box.currentStyle.backgroundPositionX){var R=curvyBrowser.get_style(this.box,"backgroundPositionX");var P=curvyBrowser.get_style(this.box,"backgroundPositionY")}else{var R=curvyBrowser.get_style(this.box,"backgroundPosition");R=R.split(" ");var P=R[1];R=R[0]}var O=curvyBrowser.get_style(this.box,"position");var Z=curvyBrowser.get_style(this.box,"paddingTop");var c=curvyBrowser.get_style(this.box,"paddingBottom");var Q=curvyBrowser.get_style(this.box,"paddingLeft");var a=curvyBrowser.get_style(this.box,"paddingRight");var S=curvyBrowser.get_style(this.box,"border");filter=curvyBrowser.ieVer>7?curvyBrowser.get_style(this.box,"filter"):null;var H=this.spec.get("tR");var M=this.spec.get("bR");var W=function(f){if(typeof f==="number"){return f}if(typeof f!=="string"){throw new Error("unexpected styleToNPx type "+typeof f)}var d=/^[-\d.]([a-z]+)$/.exec(f);if(d&&d[1]!="px"){throw new Error("Unexpected unit "+d[1])}if(isNaN(f=parseInt(f))){f=0}return f};var T=function(d){return d<=0?"0":d+"px"};try{this.borderWidth=W(b);this.borderWidthB=W(J);this.borderWidthL=W(D);this.borderWidthR=W(B);this.boxColour=curvyObject.format_colour(E);this.topPadding=W(Z);this.bottomPadding=W(c);this.leftPadding=W(Q);this.rightPadding=W(a);this.boxWidth=K;this.boxHeight=this.box.clientHeight;this.borderColour=curvyObject.format_colour(I);this.borderColourB=curvyObject.format_colour(G);this.borderColourL=curvyObject.format_colour(A);this.borderString=this.borderWidth+"px solid "+this.borderColour;this.borderStringB=this.borderWidthB+"px solid "+this.borderColourB;this.backgroundImage=((C!="none")?C:"");this.backgroundRepeat=Y}catch(X){throw this.newError("getMessage"in X?X.getMessage():X.message)}var F=this.boxHeight;var V=K;if(curvyBrowser.isOp){R=W(R);P=W(P);if(R){var N=V+this.borderWidthL+this.borderWidthR;if(R>N){R=N}R=(N/R*100)+"%"}if(P){var N=F+this.borderWidth+this.borderWidthB;if(P>N){P=N}P=(N/P*100)+"%"}}if(curvyBrowser.quirksMode){}else{this.boxWidth-=this.leftPadding+this.rightPadding;this.boxHeight-=this.topPadding+this.bottomPadding}this.contentContainer=document.createElement("div");if(filter){this.contentContainer.style.filter=filter}while(this.box.firstChild){this.contentContainer.appendChild(this.box.removeChild(this.box.firstChild))}if(O!="absolute"){this.box.style.position="relative"}this.box.style.padding="0";this.box.style.border=this.box.style.backgroundImage="none";this.box.style.backgroundColor="transparent";this.box.style.width=(V+this.borderWidthL+this.borderWidthR)+"px";this.box.style.height=(F+this.borderWidth+this.borderWidthB)+"px";var L=document.createElement("div");L.style.position="absolute";if(filter){L.style.filter=filter}if(curvyBrowser.quirksMode){L.style.width=(V+this.borderWidthL+this.borderWidthR)+"px"}else{L.style.width=V+"px"}L.style.height=T(F+this.borderWidth+this.borderWidthB-H-M);L.style.padding="0";L.style.top=H+"px";L.style.left="0";if(this.borderWidthL){L.style.borderLeft=this.borderWidthL+"px solid "+this.borderColourL}if(this.borderWidth&&!H){L.style.borderTop=this.borderWidth+"px solid "+this.borderColour}if(this.borderWidthR){L.style.borderRight=this.borderWidthR+"px solid "+this.borderColourL}if(this.borderWidthB&&!M){L.style.borderBottom=this.borderWidthB+"px solid "+this.borderColourB}L.style.backgroundColor=E;L.style.backgroundImage=this.backgroundImage;L.style.backgroundRepeat=this.backgroundRepeat;this.shell=this.box.appendChild(L);K=curvyBrowser.get_style(this.shell,"width");if(K===""||K==="auto"||K.indexOf("%")!==-1){throw this.newError("Shell width is "+K)}this.boxWidth=(K!=""&&K!="auto"&&K.indexOf("%")==-1)?parseInt(K):this.shell.clientWidth;this.applyCorners=function(){if(this.backgroundObject){var w=function(AO,i,t){if(AO===0){return 0}var k;if(AO==="right"||AO==="bottom"){return t-i}if(AO==="center"){return(t-i)/2}if(AO.indexOf("%")>0){return(t-i)*100/parseInt(AO)}return W(AO)};this.backgroundPosX=w(R,this.backgroundObject.width,V);this.backgroundPosY=w(P,this.backgroundObject.height,F)}else{if(this.backgroundImage){this.backgroundPosX=W(R);this.backgroundPosY=W(P)}}if(H){v=document.createElement("div");v.style.width=this.boxWidth+"px";v.style.fontSize="1px";v.style.overflow="hidden";v.style.position="absolute";v.style.paddingLeft=this.borderWidth+"px";v.style.paddingRight=this.borderWidth+"px";v.style.height=H+"px";v.style.top=-H+"px";v.style.left=-this.borderWidthL+"px";this.topContainer=this.shell.appendChild(v)}if(M){var v=document.createElement("div");v.style.width=this.boxWidth+"px";v.style.fontSize="1px";v.style.overflow="hidden";v.style.position="absolute";v.style.paddingLeft=this.borderWidthB+"px";v.style.paddingRight=this.borderWidthB+"px";v.style.height=M+"px";v.style.bottom=-M+"px";v.style.left=-this.borderWidthL+"px";this.bottomContainer=this.shell.appendChild(v)}var AG=this.spec.cornerNames();for(var AK in AG){if(!isNaN(AK)){var AC=AG[AK];var AD=this.spec[AC+"R"];var AE,AH,j,AF;if(AC=="tr"||AC=="tl"){AE=this.borderWidth;AH=this.borderColour;AF=this.borderWidth}else{AE=this.borderWidthB;AH=this.borderColourB;AF=this.borderWidthB}j=AD-AF;var u=document.createElement("div");u.style.height=this.spec.get(AC+"Ru");u.style.width=this.spec.get(AC+"Ru");u.style.position="absolute";u.style.fontSize="1px";u.style.overflow="hidden";var r,q,p;var n=filter?parseInt(/alpha\(opacity.(\d+)\)/.exec(filter)[1]):100;for(r=0;r<AD;++r){var m=(r+1>=j)?-1:Math.floor(Math.sqrt(Math.pow(j,2)-Math.pow(r+1,2)))-1;if(j!=AD){var h=(r>=j)?-1:Math.ceil(Math.sqrt(Math.pow(j,2)-Math.pow(r,2)));var f=(r+1>=AD)?-1:Math.floor(Math.sqrt(Math.pow(AD,2)-Math.pow((r+1),2)))-1}var d=(r>=AD)?-1:Math.ceil(Math.sqrt(Math.pow(AD,2)-Math.pow(r,2)));if(m>-1){this.drawPixel(r,0,this.boxColour,n,(m+1),u,true,AD)}if(j!=AD){if(this.spec.antiAlias){for(q=m+1;q<h;++q){if(this.backgroundImage!=""){var g=curvyObject.pixelFraction(r,q,j)*100;this.drawPixel(r,q,AH,n,1,u,g>=30,AD)}else{if(this.boxColour!=="transparent"){var AB=curvyObject.BlendColour(this.boxColour,AH,curvyObject.pixelFraction(r,q,j));this.drawPixel(r,q,AB,n,1,u,false,AD)}else{this.drawPixel(r,q,AH,n>>1,1,u,false,AD)}}}if(f>=h){if(h==-1){h=0}this.drawPixel(r,h,AH,n,(f-h+1),u,false,0)}p=AH;q=f}else{if(f>m){this.drawPixel(r,(m+1),AH,n,(f-m),u,false,0)}}}else{p=this.boxColour;q=m}if(this.spec.antiAlias){while(++q<d){this.drawPixel(r,q,p,(curvyObject.pixelFraction(r,q,AD)*n),1,u,AF<=0,AD)}}}for(var y=0,AJ=u.childNodes.length;y<AJ;++y){var s=u.childNodes[y];var AI=parseInt(s.style.top);var AM=parseInt(s.style.left);var AN=parseInt(s.style.height);if(AC=="tl"||AC=="bl"){s.style.left=(AD-AM-1)+"px"}if(AC=="tr"||AC=="tl"){s.style.top=(AD-AN-AI)+"px"}s.style.backgroundRepeat=this.backgroundRepeat;if(this.backgroundImage){switch(AC){case"tr":s.style.backgroundPosition=(this.backgroundPosX-this.borderWidthL+AD-V-AM)+"px "+(this.backgroundPosY+AN+AI+this.borderWidth-AD)+"px";break;case"tl":s.style.backgroundPosition=(this.backgroundPosX-AD+AM+this.borderWidthL)+"px "+(this.backgroundPosY-AD+AN+AI+this.borderWidth)+"px";break;case"bl":s.style.backgroundPosition=(this.backgroundPosX-AD+AM+1+this.borderWidthL)+"px "+(this.backgroundPosY-F-this.borderWidth+(curvyBrowser.quirksMode?AI:-AI)+AD)+"px";break;case"br":if(curvyBrowser.quirksMode){s.style.backgroundPosition=(this.backgroundPosX+this.borderWidthL-V+AD-AM)+"px "+(this.backgroundPosY-F-this.borderWidth+AI+AD)+"px"}else{s.style.backgroundPosition=(this.backgroundPosX-this.borderWidthL-V+AD-AM)+"px "+(this.backgroundPosY-F-this.borderWidth+AD-AI)+"px"}}}}switch(AC){case"tl":u.style.top=u.style.left="0";this.topContainer.appendChild(u);break;case"tr":u.style.top=u.style.right="0";this.topContainer.appendChild(u);break;case"bl":u.style.bottom=u.style.left="0";this.bottomContainer.appendChild(u);break;case"br":u.style.bottom=u.style.right="0";this.bottomContainer.appendChild(u)}}}var x={t:this.spec.radiusdiff("t"),b:this.spec.radiusdiff("b")};for(z in x){if(typeof z==="function"){continue}if(!this.spec.get(z+"R")){continue}if(x[z]){if(this.backgroundImage&&this.spec.radiusSum(z)!==x[z]){curvyCorners.alert(this.errmsg("Not supported: unequal non-zero top/bottom radii with background image"))}var AL=(this.spec[z+"lR"]<this.spec[z+"rR"])?z+"l":z+"r";var l=document.createElement("div");l.style.height=x[z]+"px";l.style.width=this.spec.get(AL+"Ru");l.style.position="absolute";l.style.fontSize="1px";l.style.overflow="hidden";l.style.backgroundColor=this.boxColour;switch(AL){case"tl":l.style.bottom=l.style.left="0";l.style.borderLeft=this.borderString;this.topContainer.appendChild(l);break;case"tr":l.style.bottom=l.style.right="0";l.style.borderRight=this.borderString;this.topContainer.appendChild(l);break;case"bl":l.style.top=l.style.left="0";l.style.borderLeft=this.borderStringB;this.bottomContainer.appendChild(l);break;case"br":l.style.top=l.style.right="0";l.style.borderRight=this.borderStringB;this.bottomContainer.appendChild(l)}}var o=document.createElement("div");if(filter){o.style.filter=filter}o.style.position="relative";o.style.fontSize="1px";o.style.overflow="hidden";o.style.width=this.fillerWidth(z);o.style.backgroundColor=this.boxColour;o.style.backgroundImage=this.backgroundImage;o.style.backgroundRepeat=this.backgroundRepeat;switch(z){case"t":if(this.topContainer){if(curvyBrowser.quirksMode){o.style.height=100+H+"px"}else{o.style.height=100+H-this.borderWidth+"px"}o.style.marginLeft=this.spec.tlR?(this.spec.tlR-this.borderWidthL)+"px":"0";o.style.borderTop=this.borderString;if(this.backgroundImage){var AA=this.spec.tlR?(this.backgroundPosX-(H-this.borderWidthL))+"px ":"0 ";o.style.backgroundPosition=AA+this.backgroundPosY+"px";this.shell.style.backgroundPosition=this.backgroundPosX+"px "+(this.backgroundPosY-H+this.borderWidthL)+"px"}this.topContainer.appendChild(o)}break;case"b":if(this.bottomContainer){if(curvyBrowser.quirksMode){o.style.height=M+"px"}else{o.style.height=M-this.borderWidthB+"px"}o.style.marginLeft=this.spec.blR?(this.spec.blR-this.borderWidthL)+"px":"0";o.style.borderBottom=this.borderStringB;if(this.backgroundImage){var AA=this.spec.blR?(this.backgroundPosX+this.borderWidthL-M)+"px ":this.backgroundPosX+"px ";o.style.backgroundPosition=AA+(this.backgroundPosY-F-this.borderWidth+M)+"px"}this.bottomContainer.appendChild(o)}}}this.contentContainer.style.position="absolute";this.contentContainer.className="autoPadDiv";this.contentContainer.style.left=this.borderWidthL+"px";this.contentContainer.style.paddingTop=this.topPadding+"px";this.contentContainer.style.top=this.borderWidth+"px";this.contentContainer.style.paddingLeft=this.leftPadding+"px";this.contentContainer.style.paddingRight=this.rightPadding+"px";z=V;if(!curvyBrowser.quirksMode){z-=this.leftPadding+this.rightPadding}this.contentContainer.style.width=z+"px";this.contentContainer.style.textAlign=curvyBrowser.get_style(this.box,"textAlign");this.box.style.textAlign="left";this.box.appendChild(this.contentContainer);if(U){U.style.display="none"}};if(this.backgroundImage){R=this.backgroundCheck(R);P=this.backgroundCheck(P);if(this.backgroundObject){this.backgroundObject.holdingElement=this;this.dispatch=this.applyCorners;this.applyCorners=function(){if(this.backgroundObject.complete){this.dispatch()}else{this.backgroundObject.onload=new Function("curvyObject.dispatch(this.holdingElement);")}}}}}curvyObject.prototype.backgroundCheck=function(B){if(B==="top"||B==="left"||parseInt(B)===0){return 0}if(!(/^[-\d.]+px$/.test(B))&&!this.backgroundObject){this.backgroundObject=new Image;var A=function(D){var C=/url\("?([^'"]+)"?\)/.exec(D);return(C?C[1]:D)};this.backgroundObject.src=A(this.backgroundImage)}return B};curvyObject.dispatch=function(A){if("dispatch"in A){A.dispatch()}else{throw A.newError("No dispatch function")}};curvyObject.prototype.drawPixel=function(J,G,A,F,H,I,C,E){var B=document.createElement("div");B.style.height=H+"px";B.style.width="1px";B.style.position="absolute";B.style.fontSize="1px";B.style.overflow="hidden";var D=this.spec.get("tR");B.style.backgroundColor=A;if(C&&this.backgroundImage!=""){B.style.backgroundImage=this.backgroundImage;B.style.backgroundPosition="-"+(this.boxWidth-(E-J)+this.borderWidth)+"px -"+((this.boxHeight+D+G)-this.borderWidth)+"px"}if(F!=100){curvyObject.setOpacity(B,F)}B.style.top=G+"px";B.style.left=J+"px";I.appendChild(B)};curvyObject.prototype.fillerWidth=function(A){var B=curvyBrowser.quirksMode?0:this.spec.radiusCount(A)*this.borderWidthL;return(this.boxWidth-this.spec.radiusSum(A)+B)+"px"};curvyObject.prototype.errmsg=function(C,D){var B="\ntag: "+this.box.tagName;if(this.box.id){B+="\nid: "+this.box.id}if(this.box.className){B+="\nclass: "+this.box.className}var A;if((A=this.box.parentNode)===null){B+="\n(box has no parent)"}else{B+="\nParent tag: "+A.tagName;if(A.id){B+="\nParent ID: "+A.id}if(A.className){B+="\nParent class: "+A.className}}if(D===undefined){D="warning"}return"curvyObject "+D+":\n"+C+B};curvyObject.prototype.newError=function(A){return new Error(this.errmsg(A,"exception"))};curvyObject.IntToHex=function(B){var A=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F"];return A[B>>>4]+""+A[B&15]};curvyObject.BlendColour=function(L,J,G){if(L==="transparent"||J==="transparent"){throw this.newError("Cannot blend with transparent")}if(L.charAt(0)!=="#"){L=curvyObject.format_colour(L)}if(J.charAt(0)!=="#"){J=curvyObject.format_colour(J)}var D=parseInt(L.substr(1,2),16);var K=parseInt(L.substr(3,2),16);var F=parseInt(L.substr(5,2),16);var C=parseInt(J.substr(1,2),16);var I=parseInt(J.substr(3,2),16);var E=parseInt(J.substr(5,2),16);if(G>1||G<0){G=1}var H=Math.round((D*G)+(C*(1-G)));if(H>255){H=255}if(H<0){H=0}var B=Math.round((K*G)+(I*(1-G)));if(B>255){B=255}if(B<0){B=0}var A=Math.round((F*G)+(E*(1-G)));if(A>255){A=255}if(A<0){A=0}return"#"+curvyObject.IntToHex(H)+curvyObject.IntToHex(B)+curvyObject.IntToHex(A)};curvyObject.pixelFraction=function(H,G,A){var J;var E=A*A;var B=new Array(2);var F=new Array(2);var I=0;var C="";var D=Math.sqrt(E-Math.pow(H,2));if(D>=G&&D<(G+1)){C="Left";B[I]=0;F[I]=D-G;++I}D=Math.sqrt(E-Math.pow(G+1,2));if(D>=H&&D<(H+1)){C+="Top";B[I]=D-H;F[I]=1;++I}D=Math.sqrt(E-Math.pow(H+1,2));if(D>=G&&D<(G+1)){C+="Right";B[I]=1;F[I]=D-G;++I}D=Math.sqrt(E-Math.pow(G,2));if(D>=H&&D<(H+1)){C+="Bottom";B[I]=D-H;F[I]=0}switch(C){case"LeftRight":J=Math.min(F[0],F[1])+((Math.max(F[0],F[1])-Math.min(F[0],F[1]))/2);break;case"TopRight":J=1-(((1-B[0])*(1-F[1]))/2);break;case"TopBottom":J=Math.min(B[0],B[1])+((Math.max(B[0],B[1])-Math.min(B[0],B[1]))/2);break;case"LeftBottom":J=F[0]*B[1]/2;break;default:J=1}return J};curvyObject.rgb2Array=function(A){var B=A.substring(4,A.indexOf(")"));return B.split(", ")};curvyObject.rgb2Hex=function(B){try{var C=curvyObject.rgb2Array(B);var G=parseInt(C[0]);var E=parseInt(C[1]);var A=parseInt(C[2]);var D="#"+curvyObject.IntToHex(G)+curvyObject.IntToHex(E)+curvyObject.IntToHex(A)}catch(F){var H="getMessage"in F?F.getMessage():F.message;throw new Error("Error ("+H+") converting RGB value to Hex in rgb2Hex")}return D};curvyObject.setOpacity=function(F,C){C=(C==100)?99.999:C;if(curvyBrowser.isSafari&&F.tagName!="IFRAME"){var B=curvyObject.rgb2Array(F.style.backgroundColor);var E=parseInt(B[0]);var D=parseInt(B[1]);var A=parseInt(B[2]);F.style.backgroundColor="rgba("+E+", "+D+", "+A+", "+C/100+")"}else{if(typeof F.style.opacity!=="undefined"){F.style.opacity=C/100}else{if(typeof F.style.MozOpacity!=="undefined"){F.style.MozOpacity=C/100}else{if(typeof F.style.filter!="undefined"){F.style.filter="alpha(opacity="+C+")"}else{if(typeof F.style.KHTMLOpacity!="undefined"){F.style.KHTMLOpacity=C/100}}}}}};function addEvent(D,C,B,A){if(D.addEventListener){D.addEventListener(C,B,A);return true}if(D.attachEvent){return D.attachEvent("on"+C,B)}D["on"+C]=B;return false}curvyObject.getComputedColour=function(E){var F=document.createElement("DIV");F.style.backgroundColor=E;document.body.appendChild(F);if(window.getComputedStyle){var D=document.defaultView.getComputedStyle(F,null).getPropertyValue("background-color");F.parentNode.removeChild(F);if(D.substr(0,3)==="rgb"){D=curvyObject.rgb2Hex(D)}return D}else{var A=document.body.createTextRange();A.moveToElementText(F);A.execCommand("ForeColor",false,E);var B=A.queryCommandValue("ForeColor");var C="rgb("+(B&255)+", "+((B&65280)>>8)+", "+((B&16711680)>>16)+")";F.parentNode.removeChild(F);A=null;return curvyObject.rgb2Hex(C)}};curvyObject.format_colour=function(A){if(A!=""&&A!="transparent"){if(A.substr(0,3)==="rgb"){A=curvyObject.rgb2Hex(A)}else{if(A.charAt(0)!=="#"){A=curvyObject.getComputedColour(A)}else{if(A.length===4){A="#"+A.charAt(1)+A.charAt(1)+A.charAt(2)+A.charAt(2)+A.charAt(3)+A.charAt(3)}}}}return A};curvyCorners.getElementsByClass=function(H,F){var E=new Array;if(F===undefined){F=document}H=H.split(".");var A="*";if(H.length===1){A=H[0];H=false}else{if(H[0]){A=H[0]}H=H[1]}var D,C,B;if(A.charAt(0)==="#"){C=document.getElementById(A.substr(1));if(C){E.push(C)}}else{C=F.getElementsByTagName(A);B=C.length;if(H){var G=new RegExp("(^|\\s)"+H+"(\\s|$)");for(D=0;D<B;++D){if(G.test(C[D].className)){E.push(C[D])}}}else{for(D=0;D<B;++D){E.push(C[D])}}}return E};if(curvyBrowser.isMoz||curvyBrowser.isWebKit){var curvyCornersNoAutoScan=true}else{curvyCorners.scanStyles=function(){function B(F){var G=/^[\d.]+(\w+)$/.exec(F);return G[1]}var E,D,C;if(curvyBrowser.isIE){function A(L){var J=L.style;if(curvyBrowser.ieVer>6){var H=J["-webkit-border-radius"]||0;var K=J["-webkit-border-top-right-radius"]||0;var F=J["-webkit-border-top-left-radius"]||0;var G=J["-webkit-border-bottom-right-radius"]||0;var M=J["-webkit-border-bottom-left-radius"]||0}else{var H=J["webkit-border-radius"]||0;var K=J["webkit-border-top-right-radius"]||0;var F=J["webkit-border-top-left-radius"]||0;var G=J["webkit-border-bottom-right-radius"]||0;var M=J["webkit-border-bottom-left-radius"]||0}if(H||F||K||G||M){var I=new curvyCnrSpec(L.selectorText);if(H){I.setcorner(null,null,parseInt(H),B(H))}else{if(K){I.setcorner("t","r",parseInt(K),B(K))}if(F){I.setcorner("t","l",parseInt(F),B(F))}if(M){I.setcorner("b","l",parseInt(M),B(M))}if(G){I.setcorner("b","r",parseInt(G),B(G))}}curvyCorners(I)}}for(E=0;E<document.styleSheets.length;++E){if(document.styleSheets[E].imports){for(D=0;D<document.styleSheets[E].imports.length;++D){for(C=0;C<document.styleSheets[E].imports[D].rules.length;++C){A(document.styleSheets[E].imports[D].rules[C])}}}for(D=0;D<document.styleSheets[E].rules.length;++D){A(document.styleSheets[E].rules[D])}}}else{if(curvyBrowser.isOp){for(E=0;E<document.styleSheets.length;++E){if(operasheet.contains_border_radius(E)){C=new operasheet(E);for(D in C.rules){if(!isNaN(D)){curvyCorners(C.rules[D])}}}}}else{curvyCorners.alert("Scanstyles does nothing in Webkit/Firefox")}}};curvyCorners.init=function(){if(arguments.callee.done){return}arguments.callee.done=true;if(curvyBrowser.isWebKit&&curvyCorners.init.timer){clearInterval(curvyCorners.init.timer);curvyCorners.init.timer=null}curvyCorners.scanStyles()}}if(typeof curvyCornersNoAutoScan==="undefined"||curvyCornersNoAutoScan===false){if(curvyBrowser.isOp){document.addEventListener("DOMContentLoaded",curvyCorners.init,false)}else{addEvent(window,"load",curvyCorners.init,false)}};;;(function($){$.fn.fixPNG=function(){return this.each(function(){var image=$(this).css('backgroundImage');if(image.match(/^url\(["']?(.*\.png)["']?\)$/i)){image=RegExp.$1;$(this).css({'backgroundImage':'none','filter':"progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod="+($(this).css('backgroundRepeat')=='no-repeat'?'crop':'scale')+", src='"+image+"')"}).each(function(){var position=$(this).css('position');if(position!='absolute'&&position!='relative')
$(this).css('position','relative');});}});};var elem,opts,busy=false,imagePreloader=new Image,loadingTimer,loadingFrame=1,imageRegExp=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i;var isIE=($.browser.msie&&parseInt($.browser.version.substr(0,1))<8);$.fn.fancybox=function(settings){settings=$.extend({},$.fn.fancybox.defaults,settings);var matchedGroup=this;function _initialize(){elem=this;opts=settings;_start();return false;};function _start(){if(busy)return;if($.isFunction(opts.callbackOnStart)){opts.callbackOnStart();}
opts.itemArray=[];opts.itemCurrent=0;if(settings.itemArray.length>0){opts.itemArray=settings.itemArray;}else{var item={};if(!elem.rel||elem.rel==''){var item={href:elem.href,title:elem.title};if($(elem).children("img:first").length){item.orig=$(elem).children("img:first");}
opts.itemArray.push(item);}else{var subGroup=$(matchedGroup).filter("a[rel="+elem.rel+"]");var item={};for(var i=0;i<subGroup.length;i++){item={href:subGroup[i].href,title:subGroup[i].title};if($(subGroup[i]).children("img:first").length){item.orig=$(subGroup[i]).children("img:first");}
opts.itemArray.push(item);}
while(opts.itemArray[opts.itemCurrent].href!=elem.href){opts.itemCurrent++;}}}
if(opts.overlayShow){if(isIE){$('embed, object, select').css('visibility','hidden');}
$("#fancy_overlay").css('opacity',opts.overlayOpacity).show();}
_change_item();};function _change_item(){$("#fancy_right, #fancy_left, #fancy_close, #fancy_title").hide();var href=opts.itemArray[opts.itemCurrent].href;if(href.match(/#/)){var target=window.location.href.split('#')[0];target=href.replace(target,'');target=target.substr(target.indexOf('#'));_set_content('<div id="fancy_div">'+$(target).html()+'</div>',opts.frameWidth,opts.frameHeight);}else if(href.match(imageRegExp)){imagePreloader=new Image;imagePreloader.src=href;if(imagePreloader.complete){_proceed_image();}else{$.fn.fancybox.showLoading();$(imagePreloader).unbind().bind('load',function(){$(".fancy_loading").hide();_proceed_image();});}}else if(href.match("iframe")||elem.className.indexOf("iframe")>=0){_set_content('<iframe id="fancy_frame" onload="$.fn.fancybox.showIframe()" name="fancy_iframe'+Math.round(Math.random()*1000)+'" frameborder="0" hspace="0" src="'+href+'"></iframe>',opts.frameWidth,opts.frameHeight);}else{$.get(href,function(data){_set_content('<div id="fancy_ajax">'+data+'</div>',opts.frameWidth,opts.frameHeight);});}};function _proceed_image(){if(opts.imageScale){var w=$.fn.fancybox.getViewport();var r=Math.min(Math.min(w[0]-36,imagePreloader.width)/imagePreloader.width,Math.min(w[1]-60,imagePreloader.height)/imagePreloader.height);var width=Math.round(r*imagePreloader.width);var height=Math.round(r*imagePreloader.height);}else{var width=imagePreloader.width;var height=imagePreloader.height;}
_set_content('<img alt="" id="fancy_img" src="'+imagePreloader.src+'" />',width,height);};function _preload_neighbor_images(){if((opts.itemArray.length-1)>opts.itemCurrent){var href=opts.itemArray[opts.itemCurrent+1].href;if(href.match(imageRegExp)){objNext=new Image();objNext.src=href;}}
if(opts.itemCurrent>0){var href=opts.itemArray[opts.itemCurrent-1].href;if(href.match(imageRegExp)){objNext=new Image();objNext.src=href;}}};function _set_content(value,width,height){busy=true;var pad=opts.padding;if(isIE){$("#fancy_content")[0].style.removeExpression("height");$("#fancy_content")[0].style.removeExpression("width");}
if(pad>0){width+=pad*2;height+=pad*2;$("#fancy_content").css({'top':pad+'px','right':pad+'px','bottom':pad+'px','left':pad+'px','width':'auto','height':'auto'});if(isIE){$("#fancy_content")[0].style.setExpression('height','(this.parentNode.clientHeight - 20)');$("#fancy_content")[0].style.setExpression('width','(this.parentNode.clientWidth - 20)');}}else{$("#fancy_content").css({'top':0,'right':0,'bottom':0,'left':0,'width':'100%','height':'100%'});}
if($("#fancy_outer").is(":visible")&&width==$("#fancy_outer").width()&&height==$("#fancy_outer").height()){$("#fancy_content").fadeOut("fast",function(){$("#fancy_content").empty().append($(value)).fadeIn("normal",function(){_finish();});});return;}
var w=$.fn.fancybox.getViewport();var itemLeft=(width+36)>w[0]?w[2]:(w[2]+Math.round((w[0]-width-36)/2));var itemTop=(height+50)>w[1]?w[3]:(w[3]+Math.round((w[1]-height-50)/2));var itemOpts={'left':itemLeft,'top':itemTop,'width':width+'px','height':height+'px'};if($("#fancy_outer").is(":visible")){$("#fancy_content").fadeOut("normal",function(){$("#fancy_content").empty();$("#fancy_outer").animate(itemOpts,opts.zoomSpeedChange,opts.easingChange,function(){$("#fancy_content").append($(value)).fadeIn("normal",function(){_finish();});});});}else{if(opts.zoomSpeedIn>0&&opts.itemArray[opts.itemCurrent].orig!==undefined){$("#fancy_content").empty().append($(value));var orig_item=opts.itemArray[opts.itemCurrent].orig;var orig_pos=$.fn.fancybox.getPosition(orig_item);$("#fancy_outer").css({'left':(orig_pos.left-18)+'px','top':(orig_pos.top-18)+'px','width':$(orig_item).width(),'height':$(orig_item).height()});if(opts.zoomOpacity){itemOpts.opacity='show';}
$("#fancy_outer").animate(itemOpts,opts.zoomSpeedIn,opts.easingIn,function(){_finish();});}else{$("#fancy_content").hide().empty().append($(value)).show();$("#fancy_outer").css(itemOpts).fadeIn("normal",function(){_finish();});}}};function _set_navigation(){if(opts.itemCurrent!=0){$("#fancy_left, #fancy_left_ico").unbind().bind("click",function(e){e.stopPropagation();opts.itemCurrent--;_change_item();return false;});$("#fancy_left").show();}
if(opts.itemCurrent!=(opts.itemArray.length-1)){$("#fancy_right, #fancy_right_ico").unbind().bind("click",function(e){e.stopPropagation();opts.itemCurrent++;_change_item();return false;});$("#fancy_right").show();}};function _finish(){_set_navigation();_preload_neighbor_images();$(document).keydown(function(e){if(e.keyCode==27){$.fn.fancybox.close();$(document).unbind("keydown");}else if(e.keyCode==37&&opts.itemCurrent!=0){opts.itemCurrent--;_change_item();$(document).unbind("keydown");}else if(e.keyCode==39&&opts.itemCurrent!=(opts.itemArray.length-1)){opts.itemCurrent++;_change_item();$(document).unbind("keydown");}});if(opts.centerOnScroll){$(window).bind("resize scroll",$.fn.fancybox.scrollBox);}else{$("div#fancy_outer").css("position","absolute");}
if(opts.hideOnContentClick){$("#fancy_wrap").click($.fn.fancybox.close);}
$("#fancy_overlay, #fancy_close").bind("click",$.fn.fancybox.close);$("#fancy_close").show();if(opts.itemArray[opts.itemCurrent].title!==undefined&&opts.itemArray[opts.itemCurrent].title.length>0){$('#fancy_title div').html(opts.itemArray[opts.itemCurrent].title);$('#fancy_title').show();}
if(opts.overlayShow&&isIE){$('embed, object, select',$('#fancy_content')).css('visibility','visible');}
if($.isFunction(opts.callbackOnShow)){opts.callbackOnShow();}
busy=false;};return this.unbind('click').click(_initialize);};$.fn.fancybox.scrollBox=function(){var pos=$.fn.fancybox.getViewport();$("#fancy_outer").css('left',(($("#fancy_outer").width()+36)>pos[0]?pos[2]:pos[2]+Math.round((pos[0]-$("#fancy_outer").width()-36)/2)));$("#fancy_outer").css('top',(($("#fancy_outer").height()+50)>pos[1]?pos[3]:pos[3]+Math.round((pos[1]-$("#fancy_outer").height()-50)/2)));};$.fn.fancybox.getNumeric=function(el,prop){return parseInt($.curCSS(el.jquery?el[0]:el,prop,true))||0;};$.fn.fancybox.getPosition=function(el){var pos=el.offset();pos.top+=$.fn.fancybox.getNumeric(el,'paddingTop');pos.top+=$.fn.fancybox.getNumeric(el,'borderTopWidth');pos.left+=$.fn.fancybox.getNumeric(el,'paddingLeft');pos.left+=$.fn.fancybox.getNumeric(el,'borderLeftWidth');return pos;};$.fn.fancybox.showIframe=function(){$(".fancy_loading").hide();$("#fancy_frame").show();};$.fn.fancybox.getViewport=function(){return[$(window).width(),$(window).height(),$(document).scrollLeft(),$(document).scrollTop()];};$.fn.fancybox.animateLoading=function(){if(!$("#fancy_loading").is(':visible')){clearInterval(loadingTimer);return;}
$("#fancy_loading > div").css('top',(loadingFrame*-40)+'px');loadingFrame=(loadingFrame+1)%12;};$.fn.fancybox.showLoading=function(){clearInterval(loadingTimer);var pos=$.fn.fancybox.getViewport();$("#fancy_loading").css({'left':((pos[0]-40)/2+pos[2]),'top':((pos[1]-40)/2+pos[3])}).show();$("#fancy_loading").bind('click',$.fn.fancybox.close);loadingTimer=setInterval($.fn.fancybox.animateLoading,66);};$.fn.fancybox.close=function(){busy=true;$(imagePreloader).unbind();$("#fancy_overlay, #fancy_close").unbind();if(opts.hideOnContentClick){$("#fancy_wrap").unbind();}
$("#fancy_close, .fancy_loading, #fancy_left, #fancy_right, #fancy_title").hide();if(opts.centerOnScroll){$(window).unbind("resize scroll");}
__cleanup=function(){$("#fancy_overlay, #fancy_outer").hide();if(opts.centerOnScroll){$(window).unbind("resize scroll");}
if(isIE){$('embed, object, select').css('visibility','visible');}
if($.isFunction(opts.callbackOnClose)){opts.callbackOnClose();}
busy=false;};if($("#fancy_outer").is(":visible")!==false){if(opts.zoomSpeedOut>0&&opts.itemArray[opts.itemCurrent].orig!==undefined){var orig_item=opts.itemArray[opts.itemCurrent].orig;var orig_pos=$.fn.fancybox.getPosition(orig_item);var itemOpts={'left':(orig_pos.left-18)+'px','top':(orig_pos.top-18)+'px','width':$(orig_item).width(),'height':$(orig_item).height()};if(opts.zoomOpacity){itemOpts.opacity='hide';}
$("#fancy_outer").stop(false,true).animate(itemOpts,opts.zoomSpeedOut,opts.easingOut,__cleanup);}else{$("#fancy_outer").stop(false,true).fadeOut("fast",__cleanup);}}else{__cleanup();}
return false;};$.fn.fancybox.build=function(){var html='';html+='<div id="fancy_overlay"></div>';html+='<div id="fancy_wrap">';html+='<div class="fancy_loading" id="fancy_loading"><div></div></div>';html+='<div id="fancy_outer">';html+='<div id="fancy_inner">';html+='<div id="fancy_close"></div>';html+='<div id="fancy_bg"><div class="fancy_bg fancy_bg_n"></div><div class="fancy_bg fancy_bg_ne"></div><div class="fancy_bg fancy_bg_e"></div><div class="fancy_bg fancy_bg_se"></div><div class="fancy_bg fancy_bg_s"></div><div class="fancy_bg fancy_bg_sw"></div><div class="fancy_bg fancy_bg_w"></div><div class="fancy_bg fancy_bg_nw"></div></div>';html+='<a href="javascript:;" id="fancy_left"><span class="fancy_ico" id="fancy_left_ico"></span></a><a href="javascript:;" id="fancy_right"><span class="fancy_ico" id="fancy_right_ico"></span></a>';html+='<div id="fancy_content"></div>';html+='<div id="fancy_title"></div>';html+='</div>';html+='</div>';html+='</div>';$(html).appendTo("body");$('<table cellspacing="0" cellpadding="0" border="0"><tr><td class="fancy_title" id="fancy_title_left"></td><td class="fancy_title" id="fancy_title_main"><div></div></td><td class="fancy_title" id="fancy_title_right"></td></tr></table>').appendTo('#fancy_title');if(isIE){$("#fancy_inner").prepend('<iframe class="fancy_bigIframe" scrolling="no" frameborder="0"></iframe>');$("#fancy_close, .fancy_bg, .fancy_title, .fancy_ico").fixPNG();}};$.fn.fancybox.defaults={padding:0,imageScale:true,zoomOpacity:false,zoomSpeedIn:0,zoomSpeedOut:0,zoomSpeedChange:300,easingIn:'swing',easingOut:'swing',easingChange:'swing',frameWidth:425,frameHeight:355,overlayShow:true,overlayOpacity:1,hideOnContentClick:true,centerOnScroll:true,itemArray:[],callbackOnStart:null,callbackOnShow:null,callbackOnClose:null};$(document).ready(function(){$.fn.fancybox.build();});})(jQuery);;var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/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}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textDecoration:function(G,F){if(!F){F=this.getStyle(G)}var C={underline:null,overline:null,"line-through":null};for(var B=G;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var D in C){if(!k(C,D)||C[D]){continue}if(F.get("textDecoration").indexOf(D)!=-1){C[D]=F.get("color")}E=false}if(E){break}F=this.getStyle(B=B.parentNode)}return C},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(C){var B=this.face=C.face;this.glyphs=C.glyphs;this.w=C.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 E=B.bbox.split(/\s+/);var D={minX:parseInt(E[0],10),minY:parseInt(E[1],10),maxX:parseInt(E[2],10),maxY:parseInt(E[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 f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>I&&L>I)?M<L:M>L:(M<I&&L<I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,E),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(/cufon/.test(E.className)){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||(window.Ext&&Ext.query)||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.removeClass(x.root(),"cufon-loading")});e=true}if(C.hover){C.forceHitArea=true}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"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;}"+(a?".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(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[al[x]]||ah.missingGlyph;if(!y){continue}if(y.d){aj.beginPath();if(y.code){c(y.code,aj)}else{y.code=d("m"+y.d,aj)}aj.fill()}aj.translate(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var f=(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:'+(f?"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 c(g,h){return a(g,/(?:em|ex|%)$|^[a-z-]+$/i.test(h)?"1em":h)}function a(j,k){if(/px$/i.test(k)){return parseFloat(k)}var i=j.style.left,h=j.runtimeStyle.left;j.runtimeStyle.left=j.currentStyle.left;j.style.left=k.replace("%","em");var g=j.style.pixelLeft;j.style.left=i;j.runtimeStyle.left=h;return g}var e={};function d(n){var o=n.id;if(!e[o]){var l=n.stops,m=document.createElement("cvml:fill"),g=[];m.type="gradient";m.angle=180;m.focus="0";m.method="sigma";m.color=l[0][1];for(var i=1,h=l.length-1;i<h;++i){g.push(l[i][0]*100+"% "+l[i][1])}m.colors=g.join(",");m.color2=l[h][1];e[o]=m}return e[o]}return function(ai,J,ac,F,N,aj,aa){var n=(J===null);if(n){J=N.alt}var L=ai.viewBox;var p=ac.computedFontSize||(ac.computedFontSize=new Cufon.CSS.Size(c(aj,ac.get("fontSize"))+"px",ai.baseSize));var Z=ac.computedLSpacing;if(Z==undefined){Z=ac.get("letterSpacing");ac.computedLSpacing=Z=(Z=="normal")?0:~~p.convertFrom(a(aj,Z))}var B,q;if(n){B=N;q=N.firstChild}else{B=document.createElement("span");B.className="cufon cufon-vml";B.alt=J;q=document.createElement("span");q.className="cufon-vml-canvas";B.appendChild(q);if(F.printable){var af=document.createElement("span");af.className="cufon-alt";af.appendChild(document.createTextNode(J));B.appendChild(af)}if(!aa){B.appendChild(document.createElement("cvml:shape"))}}var ao=B.style;var U=q.style;var h=p.convert(L.height),al=Math.ceil(h);var Y=al/h;var S=Y*Cufon.CSS.fontStretch(ac.get("fontStretch"));var X=L.minX,W=L.minY;U.height=al;U.top=Math.round(p.convert(W-ai.ascent));U.left=Math.round(p.convert(X));ao.height=p.convert(ai.height)+"px";var u=F.enableTextDecoration?Cufon.CSS.textDecoration(aj,ac):{};var I=ac.get("color");var an=Cufon.CSS.textTransform(J,ac).split(""),A;var o=ai.glyphs,G,r,ae;var g=0,O=[],V=0,w;var y,K=F.textShadow;for(var ah=0,ag=0,ad=an.length;ah<ad;++ah){G=o[A=an[ah]]||ai.missingGlyph;if(!G){continue}if(r){g-=ae=r[A]||0;O[ag-1]-=ae}g+=w=O[ag++]=~~(G.w||ai.w)+Z;r=G.k}if(w===undefined){return null}var z=-X+g+(L.width-w);var am=p.convert(z*S),ab=Math.round(am);var R=z+","+L.height,m;var M="r"+R+"ns";var x=F.textGradient&&d(F.textGradient);for(ah=0,ag=0;ah<ad;++ah){G=o[an[ah]]||ai.missingGlyph;if(!G){continue}if(n){y=q.childNodes[ag];while(y.firstChild){y.removeChild(y.firstChild)}}else{y=document.createElement("cvml:shape");q.appendChild(y)}y.stroked="f";y.coordsize=R;y.coordorigin=m=(X-V)+","+W;y.path=(G.d?"m"+G.d+"xe":"")+"m"+m+M;y.fillcolor=I;if(x){y.appendChild(x.cloneNode(false))}var ak=y.style;ak.width=ab;ak.height=al;if(K){var t=K[0],s=K[1];var E=Cufon.CSS.color(t.color),C;var Q=document.createElement("cvml:shadow");Q.on="t";Q.color=E.color;Q.offset=t.offX+","+t.offY;if(s){C=Cufon.CSS.color(s.color);Q.type="double";Q.color2=C.color;Q.offset2=s.offX+","+s.offY}Q.opacity=E.opacity||(C&&C.opacity)||1;y.appendChild(Q)}V+=O[ag++]}var P=y.nextSibling,v,D;if(F.forceHitArea){if(!P){P=document.createElement("cvml:rect");P.stroked="f";P.className="cufon-vml-cover";v=document.createElement("cvml:fill");v.opacity=0;P.appendChild(v);q.appendChild(P)}D=P.style;D.width=ab;D.height=al}else{if(P){q.removeChild(P)}}ao.width=Math.max(Math.ceil(p.convert(g*S)),0);if(f){var T=ac.computedYAdjust;if(T===undefined){var H=ac.get("lineHeight");if(H=="normal"){H="1em"}else{if(!isNaN(H)){H+="em"}}ac.computedYAdjust=T=0.5*(a(aj,H)-parseFloat(ao.height))}if(T){ao.marginTop=Math.ceil(T)+"px";ao.marginBottom=T+"px"}}return B}})());;Cufon.registerFont({"w":627,"face":{"font-family":"Graublau Web","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 5 0 4 0 0 2 0 4","ascent":"800","descent":"-200","x-height":"13","bbox":"-189 -1062 1055 315","underline-thickness":"146","underline-position":"-3","stemh":"71","stemv":"86","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":236},"\u00a0":{"w":217},"A":{"d":"434,0r-69,-225r-221,0r-66,225r-87,0r220,-739r89,0r229,739r-95,0xm254,-650r-92,356r184,0","w":520},"B":{"d":"497,-210v0,162,-100,210,-245,210r-159,0r0,-739r161,0v175,0,217,95,217,185v0,73,-32,126,-90,157v80,35,116,107,116,187xm406,-211v-5,-141,-105,-147,-228,-143r0,284v130,5,233,0,228,-141xm380,-549v0,-62,-30,-120,-129,-120r-73,0r0,249r58,0v107,0,144,-57,144,-129","w":523},"C":{"d":"445,-89r11,73v-43,18,-86,28,-137,28v-233,0,-277,-199,-277,-376v0,-209,62,-388,283,-388v50,0,88,9,130,24r-15,72v-14,-7,-59,-24,-115,-24v-132,0,-193,103,-193,306v0,186,51,314,189,314v33,0,76,-7,124,-29","w":463},"D":{"d":"565,-375v0,163,-53,375,-295,375r-178,0r0,-739r181,0v238,0,292,209,292,364xm477,-371v0,-127,-37,-297,-214,-297r-86,0r0,597r100,0v165,0,200,-169,200,-300","w":608},"E":{"d":"468,0r-376,0r0,-739r358,0r0,71r-273,0r0,248r246,0r0,70r-246,0r0,279r291,0r0,71","w":498},"F":{"d":"438,-668r-261,0r0,272r229,0r0,70r-229,0r0,326r-85,0r0,-739r346,0r0,71","w":434},"G":{"d":"537,-335r0,285v-70,44,-127,63,-208,63v-197,0,-279,-173,-279,-368v0,-193,79,-397,298,-397v76,0,141,27,185,49r-26,70v-47,-26,-102,-47,-159,-47v-162,0,-208,165,-208,318v0,172,62,303,195,303v49,0,75,-7,121,-32r0,-244r81,0","w":599},"H":{"d":"554,0r-86,0r0,-353r-289,0r0,353r-86,0r0,-739r86,0r0,315r289,0r0,-315r86,0r0,739","w":646},"I":{"d":"177,0r-84,0r0,-739r84,0r0,739","w":270},"J":{"d":"237,-739r0,452v0,236,-89,276,-228,316r-13,-74v102,-34,156,-70,156,-245r0,-449r85,0","w":321},"K":{"d":"529,-739r-224,311r249,428r-110,0r-192,-360r-74,109r0,251r-86,0r0,-739r86,0r0,368r240,-368r111,0","w":540},"L":{"d":"453,0r-361,0r0,-739r85,0r0,665r276,0r0,74","w":458},"M":{"d":"693,0r-87,0r-28,-565r-181,565r-49,0r-182,-565r-29,565r-76,0r42,-739r83,0r190,584r194,-584r80,0","w":753},"N":{"d":"574,0r-63,0r-337,-566r0,566r-82,0r0,-739r66,0r335,558r0,-558r81,0r0,739","w":666},"O":{"d":"583,-384v0,192,-59,397,-276,397v-213,0,-263,-201,-263,-368v0,-179,63,-397,275,-397v203,0,264,196,264,368xm494,-380v0,-135,-33,-301,-178,-301v-150,0,-184,184,-184,322v0,144,37,301,177,301v142,0,185,-160,185,-322"},"P":{"d":"484,-510v0,166,-127,272,-307,229r0,281r-86,0r0,-739r158,0v152,0,235,87,235,229xm392,-503v0,-95,-39,-165,-152,-165r-63,0r0,317v24,7,51,9,71,9v107,0,144,-69,144,-161","w":512},"Q":{"d":"583,-384v0,156,-39,320,-169,376v286,96,380,183,641,143r-5,67v-311,45,-449,-83,-773,-191v-188,-18,-233,-207,-233,-366v0,-179,63,-397,275,-397v203,0,264,196,264,368xm494,-380v0,-135,-33,-301,-178,-301v-150,0,-184,184,-184,322v0,144,37,301,177,301v142,0,185,-160,185,-322"},"R":{"d":"92,-739r147,0v164,0,240,75,240,202v0,106,-50,170,-128,204r163,333r-106,0r-137,-311v-29,4,-61,6,-94,5r0,306r-85,0r0,-739xm177,-667r0,291v112,4,213,-32,213,-160v0,-87,-50,-134,-152,-132","w":530},"S":{"d":"426,-183v0,229,-256,224,-403,151r24,-80v56,33,116,53,164,53v67,0,126,-40,126,-123v0,-179,-294,-167,-294,-392v0,-185,194,-213,348,-144r-20,72v-46,-22,-91,-34,-130,-34v-56,0,-110,27,-110,101v0,170,295,152,295,396","w":450},"T":{"d":"468,-667r-202,0r0,667r-85,0r0,-667r-199,0r0,-72r486,0r0,72","w":450},"U":{"d":"541,-739r0,500v0,131,-61,252,-232,252v-170,0,-222,-120,-222,-250r0,-502r86,0r0,484v0,113,32,192,142,192v113,0,141,-90,141,-194r0,-482r85,0","w":628},"V":{"d":"529,-739r-243,739r-52,0r-244,-739r94,0r178,589r177,-589r90,0","w":519},"W":{"d":"746,-739r-125,739r-67,0r-173,-594r-174,594r-67,0r-124,-739r91,0r85,575r159,-575r68,0r159,575r86,-575r82,0","w":763},"X":{"d":"397,0r-155,-313r-153,313r-95,0r195,-385r-182,-354r103,0r141,286r136,-286r97,0r-185,353r202,386r-104,0","w":491},"Y":{"d":"491,-739r-210,497r0,242r-85,0r0,-240r-212,-499r97,0r159,412r162,-412r89,0","w":476},"Z":{"d":"443,0r-432,0r-11,-60r331,-605r-304,0r0,-74r402,0r11,55r-331,610r334,0r0,74","w":443},"\u00c1":{"d":"434,0r-69,-225r-221,0r-66,225r-87,0r220,-739r89,0r229,739r-95,0xm254,-650r-92,356r184,0xm197,-828r92,-161r68,39r-110,147","w":520},"\u0102":{"d":"434,0r-69,-225r-221,0r-66,225r-87,0r220,-739r89,0r229,739r-95,0xm254,-650r-92,356r184,0xm341,-953r54,6v-10,90,-60,145,-140,145v-79,0,-131,-55,-139,-145r54,-6v13,56,36,92,85,92v49,0,74,-37,86,-92","w":520},"\u00c2":{"d":"434,0r-69,-225r-221,0r-66,225r-87,0r220,-739r89,0r229,739r-95,0xm254,-650r-92,356r184,0xm254,-962r140,121r-40,40r-99,-80r-97,80r-41,-35","w":520},"\u00c4":{"d":"434,0r-69,-225r-221,0r-66,225r-87,0r220,-739r89,0r229,739r-95,0xm254,-650r-92,356r184,0xm409,-863v0,32,-25,54,-58,54v-27,0,-53,-22,-53,-54v0,-32,24,-56,53,-56v34,0,58,24,58,56xm207,-863v0,33,-25,54,-53,54v-33,0,-56,-22,-56,-54v0,-33,25,-56,56,-56v30,0,53,24,53,56","w":520},"\u00c6":{"d":"700,0r-267,0r-34,-231r-229,0r-98,231r-101,0r344,-739r354,0r0,71r-257,0r39,243r208,0r0,70r-199,0r46,284r194,0r0,71xm391,-298r-52,-358r-137,358r189,0","w":725},"\u00c0":{"d":"434,0r-69,-225r-221,0r-66,225r-87,0r220,-739r89,0r229,739r-95,0xm254,-650r-92,356r184,0xm144,-947r76,-41r94,155r-56,27","w":520},"\u0100":{"d":"434,0r-69,-225r-221,0r-66,225r-87,0r220,-739r89,0r229,739r-95,0xm254,-650r-92,356r184,0xm387,-832r-273,0r0,-60r273,0r0,60","w":520},"\u0104":{"d":"522,162r17,50v-29,16,-59,25,-90,25v-68,0,-98,-39,-98,-101v0,-48,26,-101,81,-141r-67,-220r-221,0r-66,225r-87,0r220,-739r89,0r229,739v-69,35,-108,88,-108,128v1,67,59,59,101,34xm254,-650r-92,356r184,0","w":520},"\u00c5":{"d":"254,-916v107,0,137,161,56,211r219,705r-95,0r-69,-225r-221,0r-66,225r-87,0r209,-703v-29,-20,-47,-56,-47,-99v0,-63,43,-114,101,-114xm254,-650r-92,356r184,0xm302,-802v0,-33,-15,-64,-48,-64v-33,0,-47,31,-47,64v0,34,14,63,47,63v33,0,48,-30,48,-63","w":520},"\u00c3":{"d":"434,0r-69,-225r-221,0r-66,225r-87,0r220,-739r89,0r229,739r-95,0xm254,-650r-92,356r184,0xm371,-897r33,39v-30,33,-59,50,-95,50v-49,0,-65,-30,-102,-30v-21,0,-39,12,-62,30r-32,-41v32,-30,60,-49,97,-49v47,0,64,29,102,29v20,0,38,-11,59,-28","w":520},"\u0106":{"d":"445,-89r11,73v-43,18,-86,28,-137,28v-233,0,-277,-199,-277,-376v0,-209,62,-388,283,-388v50,0,88,9,130,24r-15,72v-14,-7,-59,-24,-115,-24v-132,0,-193,103,-193,306v0,186,51,314,189,314v33,0,76,-7,124,-29xm246,-828r92,-161r68,39r-110,147","w":463},"\u010c":{"d":"445,-89r11,73v-43,18,-86,28,-137,28v-233,0,-277,-199,-277,-376v0,-209,62,-388,283,-388v50,0,88,9,130,24r-15,72v-14,-7,-59,-24,-115,-24v-132,0,-193,103,-193,306v0,186,51,314,189,314v33,0,76,-7,124,-29xm303,-862r96,-79r39,36r-103,101r-64,0r-106,-99r39,-38","w":463},"\u00c7":{"d":"445,-89r11,73v-48,20,-96,31,-155,27r-8,58v59,12,93,44,93,96v-1,95,-109,105,-189,83r12,-46v40,15,116,16,116,-41v0,-36,-29,-50,-86,-54r12,-102v-174,-35,-209,-211,-209,-369v0,-209,62,-388,283,-388v50,0,88,9,130,24r-15,72v-14,-7,-59,-24,-115,-24v-132,0,-193,103,-193,306v0,186,51,314,189,314v33,0,76,-7,124,-29","w":463},"\u0108":{"d":"445,-89r11,73v-43,18,-86,28,-137,28v-233,0,-277,-199,-277,-376v0,-209,62,-388,283,-388v50,0,88,9,130,24r-15,72v-14,-7,-59,-24,-115,-24v-132,0,-193,103,-193,306v0,186,51,314,189,314v33,0,76,-7,124,-29xm303,-962r140,121r-40,40r-99,-80r-97,80r-41,-35","w":463},"\u010a":{"d":"445,-89r11,73v-43,18,-86,28,-137,28v-233,0,-277,-199,-277,-376v0,-209,62,-388,283,-388v50,0,88,9,130,24r-15,72v-14,-7,-59,-24,-115,-24v-132,0,-193,103,-193,306v0,186,51,314,189,314v33,0,76,-7,124,-29xm357,-913v0,33,-24,57,-55,57v-32,0,-54,-24,-54,-57v0,-33,24,-58,54,-58v31,0,55,25,55,58","w":463},"\u010e":{"d":"565,-375v0,163,-53,375,-295,375r-178,0r0,-739r181,0v238,0,292,209,292,364xm477,-371v0,-127,-37,-297,-214,-297r-86,0r0,597r100,0v165,0,200,-169,200,-300xm295,-862r96,-79r39,36r-103,101r-64,0r-106,-99r39,-38","w":608},"\u0110":{"d":"564,-375v0,163,-53,375,-295,375r-178,0r0,-344r-82,0r0,-60r82,0r0,-335r181,0v238,0,292,209,292,364xm282,-344r-106,0r0,273r100,0v165,0,200,-169,200,-300v0,-127,-37,-297,-214,-297r-86,0r0,264r106,0r0,60","w":609},"\u00c9":{"d":"468,0r-376,0r0,-739r358,0r0,71r-273,0r0,248r246,0r0,70r-246,0r0,279r291,0r0,71xm214,-828r92,-161r68,39r-110,147","w":498},"\u0114":{"d":"468,0r-376,0r0,-739r358,0r0,71r-273,0r0,248r246,0r0,70r-246,0r0,279r291,0r0,71xm357,-953r54,6v-10,90,-60,145,-140,145v-79,0,-131,-55,-139,-145r54,-6v13,56,36,92,85,92v49,0,74,-37,86,-92","w":498},"\u011a":{"d":"468,0r-376,0r0,-739r358,0r0,71r-273,0r0,248r246,0r0,70r-246,0r0,279r291,0r0,71xm271,-862r96,-79r39,36r-103,101r-64,0r-106,-99r39,-38","w":498},"\u00ca":{"d":"468,0r-376,0r0,-739r358,0r0,71r-273,0r0,248r246,0r0,70r-246,0r0,279r291,0r0,71xm271,-962r140,121r-40,40r-99,-80r-97,80r-41,-35","w":498},"\u00cb":{"d":"468,0r-376,0r0,-739r358,0r0,71r-273,0r0,248r246,0r0,70r-246,0r0,279r291,0r0,71xm223,-863v0,33,-25,54,-53,54v-33,0,-56,-22,-56,-54v0,-33,25,-56,56,-56v30,0,53,24,53,56xm425,-863v0,32,-25,54,-58,54v-27,0,-53,-22,-53,-54v0,-32,24,-56,53,-56v34,0,58,24,58,56","w":498},"\u0116":{"d":"468,0r-376,0r0,-739r358,0r0,71r-273,0r0,248r246,0r0,70r-246,0r0,279r291,0r0,71xm325,-913v0,33,-24,57,-55,57v-32,0,-54,-24,-54,-57v0,-33,24,-58,54,-58v31,0,55,25,55,58","w":498},"\u00c8":{"d":"468,0r-376,0r0,-739r358,0r0,71r-273,0r0,248r246,0r0,70r-246,0r0,279r291,0r0,71xm160,-947r76,-41r94,155r-56,27","w":498},"\u0112":{"d":"468,0r-376,0r0,-739r358,0r0,71r-273,0r0,248r246,0r0,70r-246,0r0,279r291,0r0,71xm403,-832r-273,0r0,-60r273,0r0,60","w":498},"\u0118":{"d":"451,163r17,50v-29,16,-59,25,-90,25v-68,0,-98,-39,-98,-101v0,-47,24,-97,76,-137r-264,0r0,-739r358,0r0,71r-273,0r0,248r246,0r0,70r-246,0r0,279r291,0r0,71r-12,0r2,1v-69,35,-108,88,-108,128v1,67,59,59,101,34","w":498},"\u011e":{"d":"537,-335r0,285v-70,44,-127,63,-208,63v-197,0,-279,-173,-279,-368v0,-193,79,-397,298,-397v76,0,141,27,185,49r-26,70v-47,-26,-102,-47,-159,-47v-162,0,-208,165,-208,318v0,172,62,303,195,303v49,0,75,-7,121,-32r0,-244r81,0xm427,-953r54,6v-10,90,-60,145,-140,145v-79,0,-131,-55,-139,-145r54,-6v13,56,36,92,85,92v49,0,74,-37,86,-92","w":599},"\u011c":{"d":"537,-335r0,285v-70,44,-127,63,-208,63v-197,0,-279,-173,-279,-368v0,-193,79,-397,298,-397v76,0,141,27,185,49r-26,70v-47,-26,-102,-47,-159,-47v-162,0,-208,165,-208,318v0,172,62,303,195,303v49,0,75,-7,121,-32r0,-244r81,0xm341,-962r140,121r-40,40r-99,-80r-97,80r-41,-35","w":599},"\u0122":{"d":"331,315r-45,-37v28,-32,42,-66,42,-94v0,-34,-22,-35,-22,-69v0,-21,17,-39,42,-39v32,0,53,34,53,83v0,54,-28,108,-70,156xm537,-335r0,285v-70,44,-127,63,-208,63v-197,0,-279,-173,-279,-368v0,-193,79,-397,298,-397v76,0,141,27,185,49r-26,70v-47,-26,-102,-47,-159,-47v-162,0,-208,165,-208,318v0,172,62,303,195,303v49,0,75,-7,121,-32r0,-244r81,0","w":599},"\u0120":{"d":"537,-335r0,285v-70,44,-127,63,-208,63v-197,0,-279,-173,-279,-368v0,-193,79,-397,298,-397v76,0,141,27,185,49r-26,70v-47,-26,-102,-47,-159,-47v-162,0,-208,165,-208,318v0,172,62,303,195,303v49,0,75,-7,121,-32r0,-244r81,0xm395,-913v0,33,-24,57,-55,57v-32,0,-54,-24,-54,-57v0,-33,24,-58,54,-58v31,0,55,25,55,58","w":599},"\u0126":{"d":"553,0r-86,0r0,-353r-289,0r0,353r-86,0r0,-551r-59,0r0,-60r59,0r0,-128r86,0r0,128r289,0r0,-128r86,0r0,128r65,0r0,60r-65,0r0,551xm178,-424r289,0r0,-127r-289,0r0,127","w":646},"\u0124":{"d":"554,0r-86,0r0,-353r-289,0r0,353r-86,0r0,-739r86,0r0,315r289,0r0,-315r86,0r0,739xm327,-962r140,121r-40,40r-99,-80r-97,80r-41,-35","w":646},"\u00cd":{"d":"177,0r-84,0r0,-739r84,0r0,739xm79,-828r92,-161r68,39r-110,147","w":270},"\u012c":{"d":"177,0r-84,0r0,-739r84,0r0,739xm222,-953r54,6v-10,90,-60,145,-140,145v-79,0,-131,-55,-139,-145r54,-6v13,56,36,92,85,92v49,0,74,-37,86,-92","w":270},"\u00ce":{"d":"177,0r-84,0r0,-739r84,0r0,739xm136,-962r140,121r-40,40r-99,-80r-97,80r-41,-35","w":270},"\u00cf":{"d":"177,0r-84,0r0,-739r84,0r0,739xm88,-863v0,33,-25,54,-53,54v-33,0,-56,-22,-56,-54v0,-33,25,-56,56,-56v30,0,53,24,53,56xm290,-863v0,32,-25,54,-58,54v-27,0,-53,-22,-53,-54v0,-32,24,-56,53,-56v34,0,58,24,58,56","w":270},"\u0130":{"d":"177,0r-84,0r0,-739r84,0r0,739xm191,-913v0,33,-24,57,-55,57v-32,0,-54,-24,-54,-57v0,-33,24,-58,54,-58v31,0,55,25,55,58","w":270},"\u00cc":{"d":"177,0r-84,0r0,-739r84,0r0,739xm25,-947r76,-41r94,155r-56,27","w":270},"\u012a":{"d":"177,0r-84,0r0,-739r84,0r0,739xm269,-832r-273,0r0,-60r273,0r0,60","w":270},"\u012e":{"d":"160,163r17,50v-29,16,-59,25,-90,25v-68,0,-98,-39,-98,-101v0,-55,33,-114,104,-155r0,-721r84,0r0,739r-12,0r2,1v-69,35,-108,88,-108,128v1,67,59,59,101,34","w":270},"\u0128":{"d":"177,0r-84,0r0,-739r84,0r0,739xm252,-897r33,39v-30,33,-59,50,-95,50v-49,0,-65,-30,-102,-30v-21,0,-39,12,-62,30r-32,-41v32,-30,60,-49,97,-49v47,0,64,29,102,29v20,0,38,-11,59,-28","w":270},"\u0132":{"d":"177,0r-84,0r0,-739r84,0r0,739xm507,-739r0,452v0,236,-89,276,-228,316r-13,-74v102,-34,156,-70,156,-245r0,-449r85,0","w":591},"\u0134":{"d":"237,-739r0,452v0,236,-89,276,-228,316r-13,-74v102,-34,156,-70,156,-245r0,-449r85,0xm196,-962r140,121r-40,40r-99,-80r-97,80r-41,-35","w":321},"\u0136":{"d":"529,-739r-224,311r249,428r-110,0r-192,-360r-74,109r0,251r-86,0r0,-739r86,0r0,368r240,-368r111,0xm263,315r-45,-37v28,-32,42,-66,42,-94v0,-34,-22,-35,-22,-69v0,-21,17,-39,42,-39v32,0,53,34,53,83v0,54,-28,108,-70,156","w":540},"\u0139":{"d":"453,0r-361,0r0,-739r85,0r0,665r276,0r0,74xm77,-828r92,-161r68,39r-110,147","w":458},"\u013d":{"d":"325,-515r-45,-37v28,-32,42,-66,42,-94v0,-34,-22,-35,-22,-69v0,-21,17,-39,42,-39v32,0,53,34,53,83v0,54,-28,108,-70,156xm453,0r-361,0r0,-739r85,0r0,665r276,0r0,74","w":457},"\u013b":{"d":"257,315r-45,-37v28,-32,42,-66,42,-94v0,-34,-22,-35,-22,-69v0,-21,17,-39,42,-39v32,0,53,34,53,83v0,54,-28,108,-70,156xm453,0r-361,0r0,-739r85,0r0,665r276,0r0,74","w":458},"\u013f":{"d":"453,0r-361,0r0,-739r85,0r0,665r276,0r0,74xm499,-353v0,34,-25,59,-56,59v-33,0,-58,-25,-58,-59v0,-34,26,-59,58,-59v31,0,56,25,56,59","w":457},"\u0141":{"d":"453,0r-361,0r0,-280r-56,51r-19,-62r75,-66r0,-382r85,0r0,327r127,-116r15,65r-142,129r0,260r276,0r0,74","w":457},"\u0143":{"d":"574,0r-63,0r-337,-566r0,566r-82,0r0,-739r66,0r335,558r0,-558r81,0r0,739xm282,-828r92,-161r68,39r-110,147","w":666},"\u0147":{"d":"574,0r-63,0r-337,-566r0,566r-82,0r0,-739r66,0r335,558r0,-558r81,0r0,739xm339,-862r96,-79r39,36r-103,101r-64,0r-106,-99r39,-38","w":666},"\u0145":{"d":"327,315r-45,-37v28,-32,42,-66,42,-94v0,-34,-22,-35,-22,-69v0,-21,17,-39,42,-39v32,0,53,34,53,83v0,54,-28,108,-70,156xm574,0r-63,0r-337,-566r0,566r-82,0r0,-739r66,0r335,558r0,-558r81,0r0,739","w":666},"\u00d1":{"d":"574,0r-63,0r-337,-566r0,566r-82,0r0,-739r66,0r335,558r0,-558r81,0r0,739xm455,-897r33,39v-30,33,-59,50,-95,50v-49,0,-65,-30,-102,-30v-21,0,-39,12,-62,30r-32,-41v32,-30,60,-49,97,-49v47,0,64,29,102,29v20,0,38,-11,59,-28","w":666},"\u00d3":{"d":"583,-384v0,192,-59,397,-276,397v-213,0,-263,-201,-263,-368v0,-179,63,-397,275,-397v203,0,264,196,264,368xm494,-380v0,-135,-33,-301,-178,-301v-150,0,-184,184,-184,322v0,144,37,301,177,301v142,0,185,-160,185,-322xm260,-828r92,-161r68,39r-110,147"},"\u014e":{"d":"583,-384v0,192,-59,397,-276,397v-213,0,-263,-201,-263,-368v0,-179,63,-397,275,-397v203,0,264,196,264,368xm494,-380v0,-135,-33,-301,-178,-301v-150,0,-184,184,-184,322v0,144,37,301,177,301v142,0,185,-160,185,-322xm403,-953r54,6v-10,90,-60,145,-140,145v-79,0,-131,-55,-139,-145r54,-6v13,56,36,92,85,92v49,0,74,-37,86,-92"},"\u00d4":{"d":"583,-384v0,192,-59,397,-276,397v-213,0,-263,-201,-263,-368v0,-179,63,-397,275,-397v203,0,264,196,264,368xm494,-380v0,-135,-33,-301,-178,-301v-150,0,-184,184,-184,322v0,144,37,301,177,301v142,0,185,-160,185,-322xm317,-962r140,121r-40,40r-99,-80r-97,80r-41,-35"},"\u00d6":{"d":"583,-384v0,192,-59,397,-276,397v-213,0,-263,-201,-263,-368v0,-179,63,-397,275,-397v203,0,264,196,264,368xm494,-380v0,-135,-33,-301,-178,-301v-150,0,-184,184,-184,322v0,144,37,301,177,301v142,0,185,-160,185,-322xm269,-863v0,33,-25,54,-53,54v-33,0,-56,-22,-56,-54v0,-33,25,-56,56,-56v30,0,53,24,53,56xm471,-863v0,32,-25,54,-58,54v-27,0,-53,-22,-53,-54v0,-32,24,-56,53,-56v34,0,58,24,58,56"},"\u0152":{"d":"803,0r-320,0v-39,0,-97,10,-145,10v-246,0,-292,-259,-292,-379v0,-137,48,-380,291,-380v133,0,299,10,448,10r0,71r-276,0r0,240r238,0r0,70r-238,0r0,287r294,0r0,71xm425,-71r0,-596v-25,-7,-54,-10,-88,-10v-168,0,-201,207,-201,308v0,96,22,308,201,308v33,0,64,-6,88,-10","w":841},"\u00d2":{"d":"583,-384v0,192,-59,397,-276,397v-213,0,-263,-201,-263,-368v0,-179,63,-397,275,-397v203,0,264,196,264,368xm494,-380v0,-135,-33,-301,-178,-301v-150,0,-184,184,-184,322v0,144,37,301,177,301v142,0,185,-160,185,-322xm206,-947r76,-41r94,155r-56,27"},"\u0150":{"d":"583,-384v0,192,-59,397,-276,397v-213,0,-263,-201,-263,-368v0,-179,63,-397,275,-397v203,0,264,196,264,368xm494,-380v0,-135,-33,-301,-178,-301v-150,0,-184,184,-184,322v0,144,37,301,177,301v142,0,185,-160,185,-322xm545,-960r-116,150r-57,-8r74,-142r99,0xm362,-960r-114,150r-57,-8r73,-142r98,0"},"\u014c":{"d":"583,-384v0,192,-59,397,-276,397v-213,0,-263,-201,-263,-368v0,-179,63,-397,275,-397v203,0,264,196,264,368xm494,-380v0,-135,-33,-301,-178,-301v-150,0,-184,184,-184,322v0,144,37,301,177,301v142,0,185,-160,185,-322xm449,-832r-273,0r0,-60r273,0r0,60"},"\u00d8":{"d":"583,-384v0,192,-59,397,-276,397v-82,0,-140,-29,-180,-75r-63,82r-53,-56r73,-94v-30,-67,-40,-149,-40,-225v0,-179,63,-397,275,-397v86,0,147,36,188,89r74,-93r51,55r-86,108v26,63,37,138,37,209xm132,-359v0,52,4,106,17,153r305,-386v-27,-53,-71,-89,-138,-89v-150,0,-184,184,-184,322xm309,-58v181,0,206,-268,172,-457r-301,384v27,44,69,73,129,73"},"\u00d5":{"d":"583,-384v0,192,-59,397,-276,397v-213,0,-263,-201,-263,-368v0,-179,63,-397,275,-397v203,0,264,196,264,368xm494,-380v0,-135,-33,-301,-178,-301v-150,0,-184,184,-184,322v0,144,37,301,177,301v142,0,185,-160,185,-322xm433,-897r33,39v-30,33,-59,50,-95,50v-49,0,-65,-30,-102,-30v-21,0,-39,12,-62,30r-32,-41v32,-30,60,-49,97,-49v47,0,64,29,102,29v20,0,38,-11,59,-28"},"\u0154":{"d":"92,-739r147,0v164,0,240,75,240,202v0,106,-50,170,-128,204r163,333r-106,0r-137,-311v-29,4,-61,6,-94,5r0,306r-85,0r0,-739xm177,-667r0,291v112,4,213,-32,213,-160v0,-87,-50,-134,-152,-132xm201,-828r92,-161r68,39r-110,147","w":530},"\u0158":{"d":"92,-739r147,0v164,0,240,75,240,202v0,106,-50,170,-128,204r163,333r-106,0r-137,-311v-29,4,-61,6,-94,5r0,306r-85,0r0,-739xm177,-667r0,291v112,4,213,-32,213,-160v0,-87,-50,-134,-152,-132xm255,-880r96,-80r39,36r-103,101r-64,0r-106,-99r38,-38","w":530},"\u0156":{"d":"92,-739r147,0v164,0,240,75,240,202v0,106,-50,170,-128,204r163,333r-106,0r-137,-311v-29,4,-61,6,-94,5r0,306r-85,0r0,-739xm177,-667r0,291v112,4,213,-32,213,-160v0,-87,-50,-134,-152,-132xm263,315r-45,-37v28,-32,42,-66,42,-94v0,-34,-22,-35,-22,-69v0,-21,17,-39,42,-39v32,0,53,34,53,83v0,54,-28,108,-70,156","w":530},"\u015a":{"d":"426,-183v0,229,-256,224,-403,151r24,-80v56,33,116,53,164,53v67,0,126,-40,126,-123v0,-179,-294,-167,-294,-392v0,-185,194,-213,348,-144r-20,72v-46,-22,-91,-34,-130,-34v-56,0,-110,27,-110,101v0,170,295,152,295,396xm174,-828r92,-161r68,39r-110,147","w":450},"\u0160":{"d":"426,-183v0,229,-256,224,-403,151r24,-80v56,33,116,53,164,53v67,0,126,-40,126,-123v0,-179,-294,-167,-294,-392v0,-185,194,-213,348,-144r-20,72v-46,-22,-91,-34,-130,-34v-56,0,-110,27,-110,101v0,170,295,152,295,396xm228,-880r96,-80r39,36r-103,101r-64,0r-106,-99r38,-38","w":450},"\u015e":{"d":"426,-183v0,130,-88,183,-179,193r-8,59v59,12,93,44,93,96v-1,95,-109,105,-189,83r12,-46v40,15,116,16,116,-41v0,-36,-29,-50,-86,-54r11,-94v-64,-3,-126,-21,-173,-45r24,-80v56,33,116,53,164,53v67,0,126,-40,126,-123v0,-179,-294,-167,-294,-392v0,-185,194,-213,348,-144r-20,72v-46,-22,-91,-34,-130,-34v-56,0,-110,27,-110,101v0,170,295,152,295,396","w":450},"\u015c":{"d":"426,-183v0,229,-256,224,-403,151r24,-80v56,33,116,53,164,53v67,0,126,-40,126,-123v0,-179,-294,-167,-294,-392v0,-185,194,-213,348,-144r-20,72v-46,-22,-91,-34,-130,-34v-56,0,-110,27,-110,101v0,170,295,152,295,396xm231,-962r140,121r-40,40r-99,-80r-97,80r-41,-35","w":450},"\u0164":{"d":"468,-667r-202,0r0,667r-85,0r0,-667r-199,0r0,-72r486,0r0,72xm222,-880r96,-80r39,36r-103,101r-64,0r-106,-99r38,-38","w":450},"\u0162":{"d":"214,315r-45,-37v28,-32,42,-66,42,-94v0,-34,-22,-35,-22,-69v0,-21,17,-39,42,-39v32,0,53,34,53,83v0,54,-28,108,-70,156xm468,-667r-202,0r0,667r-85,0r0,-667r-199,0r0,-72r486,0r0,72","w":450},"\u0166":{"d":"385,-377r-119,0r0,377r-85,0r0,-377r-104,0r0,-66r104,0r0,-224r-199,0r0,-72r486,0r0,72r-202,0r0,224r119,0r0,66","w":450},"\u00da":{"d":"541,-739r0,500v0,131,-61,252,-232,252v-170,0,-222,-120,-222,-250r0,-502r86,0r0,484v0,113,32,192,142,192v113,0,141,-90,141,-194r0,-482r85,0xm261,-828r92,-161r68,39r-110,147","w":628},"\u016c":{"d":"541,-739r0,500v0,131,-61,252,-232,252v-170,0,-222,-120,-222,-250r0,-502r86,0r0,484v0,113,32,192,142,192v113,0,141,-90,141,-194r0,-482r85,0xm404,-953r54,6v-10,90,-60,145,-140,145v-79,0,-131,-55,-139,-145r54,-6v13,56,36,92,85,92v49,0,74,-37,86,-92","w":628},"\u00db":{"d":"541,-739r0,500v0,131,-61,252,-232,252v-170,0,-222,-120,-222,-250r0,-502r86,0r0,484v0,113,32,192,142,192v113,0,141,-90,141,-194r0,-482r85,0xm318,-962r140,121r-40,40r-99,-80r-97,80r-41,-35","w":628},"\u00dc":{"d":"541,-739r0,500v0,131,-61,252,-232,252v-170,0,-222,-120,-222,-250r0,-502r86,0r0,484v0,113,32,192,142,192v113,0,141,-90,141,-194r0,-482r85,0xm270,-863v0,33,-25,54,-53,54v-33,0,-56,-22,-56,-54v0,-33,25,-56,56,-56v30,0,53,24,53,56xm472,-863v0,32,-25,54,-58,54v-27,0,-53,-22,-53,-54v0,-32,24,-56,53,-56v34,0,58,24,58,56","w":628},"\u00d9":{"d":"541,-739r0,500v0,131,-61,252,-232,252v-170,0,-222,-120,-222,-250r0,-502r86,0r0,484v0,113,32,192,142,192v113,0,141,-90,141,-194r0,-482r85,0xm207,-947r76,-41r94,155r-56,27","w":628},"\u0170":{"d":"541,-739r0,500v0,131,-61,252,-232,252v-170,0,-222,-120,-222,-250r0,-502r86,0r0,484v0,113,32,192,142,192v113,0,141,-90,141,-194r0,-482r85,0xm546,-960r-116,150r-57,-8r74,-142r99,0xm363,-960r-114,150r-57,-8r73,-142r98,0","w":628},"\u016a":{"d":"541,-739r0,500v0,131,-61,252,-232,252v-170,0,-222,-120,-222,-250r0,-502r86,0r0,484v0,113,32,192,142,192v113,0,141,-90,141,-194r0,-482r85,0xm450,-832r-273,0r0,-60r273,0r0,60","w":628},"\u0172":{"d":"541,-739r0,500v0,131,-61,252,-232,252v-170,0,-222,-120,-222,-250r0,-502r86,0r0,484v0,113,32,192,142,192v113,0,141,-90,141,-194r0,-482r85,0xm523,163r17,50v-29,16,-59,25,-90,25v-68,0,-98,-39,-98,-101v0,-58,38,-122,119,-164r59,28v-69,35,-108,88,-108,128v1,67,59,59,101,34","w":628},"\u016e":{"d":"541,-739r0,500v0,131,-61,252,-232,252v-170,0,-222,-120,-222,-250r0,-502r86,0r0,484v0,113,32,192,142,192v113,0,141,-90,141,-194r0,-482r85,0xm419,-921v0,62,-42,114,-103,114v-60,0,-101,-51,-101,-114v0,-63,43,-115,101,-115v61,0,103,52,103,115xm364,-921v0,-34,-17,-64,-48,-64v-31,0,-47,30,-47,64v0,33,16,62,47,62v30,0,48,-30,48,-62","w":628},"\u0168":{"d":"541,-739r0,500v0,131,-61,252,-232,252v-170,0,-222,-120,-222,-250r0,-502r86,0r0,484v0,113,32,192,142,192v113,0,141,-90,141,-194r0,-482r85,0xm434,-897r33,39v-30,33,-59,50,-95,50v-49,0,-65,-30,-102,-30v-21,0,-39,12,-62,30r-32,-41v32,-30,60,-49,97,-49v47,0,64,29,102,29v20,0,38,-11,59,-28","w":628},"\u0174":{"d":"746,-739r-125,739r-67,0r-173,-594r-174,594r-67,0r-124,-739r91,0r85,575r159,-575r68,0r159,575r86,-575r82,0xm385,-962r140,121r-40,40r-99,-80r-97,80r-41,-35","w":763},"\u00dd":{"d":"491,-739r-210,497r0,242r-85,0r0,-240r-212,-499r97,0r159,412r162,-412r89,0xm185,-828r92,-161r68,39r-110,147","w":476},"\u0176":{"d":"491,-739r-210,497r0,242r-85,0r0,-240r-212,-499r97,0r159,412r162,-412r89,0xm242,-962r140,121r-40,40r-99,-80r-97,80r-41,-35","w":476},"\u0178":{"d":"491,-739r-210,497r0,242r-85,0r0,-240r-212,-499r97,0r159,412r162,-412r89,0xm194,-863v0,33,-25,54,-53,54v-33,0,-56,-22,-56,-54v0,-33,25,-56,56,-56v30,0,53,24,53,56xm396,-863v0,32,-25,54,-58,54v-27,0,-53,-22,-53,-54v0,-32,24,-56,53,-56v34,0,58,24,58,56","w":476},"\u0179":{"d":"443,0r-432,0r-11,-60r331,-605r-304,0r0,-74r402,0r11,55r-331,610r334,0r0,74xm186,-828r92,-161r68,39r-110,147","w":443},"\u017d":{"d":"443,0r-432,0r-11,-60r331,-605r-304,0r0,-74r402,0r11,55r-331,610r334,0r0,74xm243,-862r96,-79r39,36r-103,101r-64,0r-106,-99r39,-38","w":443},"\u017b":{"d":"443,0r-432,0r-11,-60r331,-605r-304,0r0,-74r402,0r11,55r-331,610r334,0r0,74xm297,-913v0,33,-24,57,-55,57v-32,0,-54,-24,-54,-57v0,-33,24,-58,54,-58v31,0,55,25,55,58","w":443},"\u014a":{"d":"355,130v86,-17,147,-54,141,-154r-322,-542r0,566r-82,0r0,-739r66,0r335,558r0,-558r81,0r0,733r7,6v0,134,-96,181,-209,199","w":672},"\u00d0":{"d":"564,-375v0,163,-53,375,-295,375r-178,0r0,-344r-82,0r0,-60r82,0r0,-335r181,0v238,0,292,209,292,364xm282,-344r-106,0r0,273r100,0v165,0,200,-169,200,-300v0,-127,-37,-297,-214,-297r-86,0r0,264r106,0r0,60","w":609},"\u01cd":{"d":"434,0r-69,-225r-221,0r-66,225r-87,0r220,-739r89,0r229,739r-95,0xm254,-650r-92,356r184,0xm255,-862r96,-79r39,36r-103,101r-64,0r-106,-99r39,-38","w":520},"\u0226":{"d":"434,0r-69,-225r-221,0r-66,225r-87,0r220,-739r89,0r229,739r-95,0xm254,-650r-92,356r184,0xm309,-913v0,33,-24,57,-55,57v-32,0,-54,-24,-54,-57v0,-33,24,-58,54,-58v31,0,55,25,55,58","w":520},"\u01fc":{"d":"700,0r-267,0r-34,-231r-229,0r-98,231r-101,0r344,-739r354,0r0,71r-257,0r39,243r208,0r0,70r-199,0r46,284r194,0r0,71xm391,-298r-52,-358r-137,358r189,0xm366,-828r92,-161r68,39r-110,147","w":725},"\u01fa":{"d":"276,-795v116,0,137,187,38,222r229,573r-98,0r-68,-186r-243,0r-67,186r-90,0r228,-597v-61,-62,-21,-198,71,-198xm344,-255r-91,-278r-89,278r180,0xm228,-843r91,-157r65,37r-107,145xm280,-618v60,-4,58,-127,-4,-126v-31,0,-47,30,-47,64v1,35,14,65,51,62","w":540},"\u0228":{"d":"468,0r-178,0r-9,69v59,12,93,44,93,96v-1,95,-109,105,-189,83r12,-46v40,15,116,16,116,-41v0,-36,-29,-50,-86,-54r13,-107r-148,0r0,-739r358,0r0,71r-273,0r0,248r246,0r0,70r-246,0r0,279r291,0r0,71","w":498},"\u01cf":{"d":"177,0r-84,0r0,-739r84,0r0,739xm137,-862r96,-79r39,36r-103,101r-64,0r-106,-99r39,-38","w":270},"\u01d1":{"d":"583,-384v0,192,-59,397,-276,397v-213,0,-263,-201,-263,-368v0,-179,63,-397,275,-397v203,0,264,196,264,368xm494,-380v0,-135,-33,-301,-178,-301v-150,0,-184,184,-184,322v0,144,37,301,177,301v142,0,185,-160,185,-322xm314,-880r96,-80r39,36r-103,101r-64,0r-106,-99r38,-38"},"\u01a0":{"d":"566,-532v47,241,6,545,-259,545v-213,0,-263,-201,-263,-368v0,-179,63,-397,275,-397v123,0,194,72,230,167v53,-16,52,-93,51,-169r69,0v6,118,-21,209,-103,222xm494,-380v0,-135,-33,-301,-178,-301v-150,0,-184,184,-184,322v0,144,37,301,177,301v142,0,185,-160,185,-322"},"\u01fe":{"d":"583,-384v0,192,-59,397,-276,397v-81,0,-138,-29,-178,-73r-62,80r-52,-56r71,-91v-32,-68,-42,-152,-42,-228v0,-179,63,-397,275,-397v87,0,148,37,189,91r76,-95r50,55r-87,110v25,63,36,137,36,207xm132,-359v0,53,5,108,18,156r304,-388v-27,-53,-70,-90,-138,-90v-150,0,-184,184,-184,322xm309,-58v181,0,206,-267,172,-454r-300,383v28,43,69,71,128,71xm312,-828r93,-162r67,38r-110,149"},"\u0218":{"d":"426,-183v0,229,-256,224,-403,151r24,-80v56,33,116,53,164,53v67,0,126,-40,126,-123v0,-179,-294,-167,-294,-392v0,-185,194,-213,348,-144r-20,72v-46,-22,-91,-34,-130,-34v-56,0,-110,27,-110,101v0,170,295,152,295,396","w":450},"\u021a":{"d":"468,-667r-202,0r0,667r-85,0r0,-667r-199,0r0,-72r486,0r0,72","w":450},"\u01d3":{"d":"541,-739r0,500v0,131,-61,252,-232,252v-170,0,-222,-120,-222,-250r0,-502r86,0r0,484v0,113,32,192,142,192v113,0,141,-90,141,-194r0,-482r85,0xm315,-880r96,-80r39,36r-103,101r-64,0r-106,-99r38,-38","w":628},"\u01af":{"d":"546,-739r0,148v62,-12,61,-89,60,-171r68,0v7,130,-28,219,-128,223r0,300v0,131,-61,252,-232,252v-170,0,-222,-120,-222,-250r0,-502r86,0r0,484v0,113,32,192,142,192v113,0,141,-90,141,-194r0,-482r85,0","w":664},"\u1e82":{"d":"746,-739r-125,739r-67,0r-173,-594r-174,594r-67,0r-124,-739r91,0r85,575r159,-575r68,0r159,575r86,-575r82,0xm328,-828r92,-161r68,39r-110,147","w":763},"\u1e84":{"d":"746,-739r-125,739r-67,0r-173,-594r-174,594r-67,0r-124,-739r91,0r85,575r159,-575r68,0r159,575r86,-575r82,0xm338,-863v0,33,-25,54,-53,54v-33,0,-56,-22,-56,-54v0,-33,25,-56,56,-56v30,0,53,24,53,56xm540,-863v0,32,-25,54,-58,54v-27,0,-53,-22,-53,-54v0,-32,24,-56,53,-56v34,0,58,24,58,56","w":763},"\u1e80":{"d":"746,-739r-125,739r-67,0r-173,-594r-174,594r-67,0r-124,-739r91,0r85,575r159,-575r68,0r159,575r86,-575r82,0xm275,-947r76,-41r94,155r-56,27","w":763},"\u1ef2":{"d":"491,-739r-210,497r0,242r-85,0r0,-240r-212,-499r97,0r159,412r162,-412r89,0xm131,-947r76,-41r94,155r-56,27","w":476},"\u0232":{"d":"491,-739r-210,497r0,242r-85,0r0,-240r-212,-499r97,0r159,412r162,-412r89,0xm375,-832r-273,0r0,-60r273,0r0,60","w":476},"\u00de":{"d":"103,-739r85,0r0,137r64,0v196,0,235,148,235,231v0,104,-46,230,-223,230v-24,0,-53,-2,-76,-8r0,149r-85,0r0,-739xm395,-371v0,-49,-12,-160,-154,-160r-53,0r0,311v22,5,50,9,73,9v111,0,134,-86,134,-160","w":517},"a":{"d":"382,0r-70,0r-9,-52v-34,24,-83,63,-140,63v-82,0,-122,-64,-122,-141v0,-122,110,-156,248,-160r0,-102v0,-73,-28,-94,-73,-94v-35,0,-77,12,-132,38r-18,-65v47,-18,100,-39,162,-39v108,0,145,60,145,158r0,242v0,56,5,110,9,152xm289,-102r0,-135v-74,2,-169,13,-169,97v0,52,26,88,71,88v27,0,56,-18,98,-50","w":442},"b":{"d":"453,-281v0,140,-55,295,-209,295v-62,0,-119,-25,-169,-56r0,-770r85,0r0,288v31,-17,67,-30,108,-30v120,0,185,118,185,273xm364,-275v0,-111,-34,-208,-112,-208v-23,0,-62,8,-92,32r0,366v24,17,59,28,86,28v84,0,118,-107,118,-218","w":497},"c":{"d":"350,-90r20,67v-33,19,-72,33,-123,33v-133,0,-205,-101,-205,-278v0,-185,77,-281,216,-281v32,0,69,5,110,27r-21,71v-36,-23,-66,-30,-90,-30v-75,0,-127,57,-127,204v0,189,89,267,220,187","w":383},"d":{"d":"423,-812r0,796v-46,14,-106,30,-163,30v-162,0,-217,-130,-217,-270v0,-146,61,-298,212,-298v34,0,58,8,82,17r0,-275r86,0xm337,-73r0,-389v-126,-69,-204,37,-204,197v0,111,33,209,133,209v24,0,50,-6,71,-17","w":496},"e":{"d":"405,-269r-285,0v1,135,47,214,133,214v40,0,82,-17,125,-46r21,66v-49,31,-98,48,-153,48v-163,0,-203,-144,-203,-276v0,-161,60,-289,195,-289v143,-1,187,143,167,283xm235,-490v-62,0,-103,60,-113,165r208,0v0,-103,-30,-165,-95,-165","w":451},"f":{"d":"357,-805r-18,64v-28,-12,-59,-19,-86,-19v-96,0,-84,121,-84,221r117,0r0,64r-117,0r0,475r-85,0r0,-475r-62,0r0,-64r62,0v-7,-155,10,-290,160,-288v42,0,84,11,113,22","w":273},"g":{"d":"54,-362v0,-151,115,-229,236,-174v40,-61,78,-114,124,-126r27,66v-36,9,-76,43,-105,95v29,34,46,82,46,140v-2,134,-87,198,-205,178v-82,198,250,93,248,309v0,129,-112,162,-205,162v-111,0,-192,-49,-192,-149v0,-76,45,-131,82,-175v-34,-42,-30,-135,7,-174v-39,-29,-63,-80,-63,-152xm341,134v0,-93,-108,-93,-184,-133v-33,43,-57,84,-57,129v0,66,49,97,120,97v62,0,121,-23,121,-93xm308,-365v0,-83,-40,-124,-92,-124v-59,0,-90,53,-90,124v0,78,38,120,91,120v51,0,91,-36,91,-120","w":432},"h":{"d":"444,0r-85,0r0,-368v0,-75,-20,-109,-68,-109v-43,0,-85,27,-132,70r0,407r-85,0r0,-813r85,0r-3,334v105,-93,288,-132,288,97r0,382","w":514},"i":{"d":"164,0r-86,0r0,-539r86,0r0,539xm176,-713v0,33,-24,57,-55,57v-32,0,-54,-24,-54,-57v0,-33,24,-58,54,-58v31,0,55,25,55,58","w":242},"j":{"d":"78,-539r85,0r0,524v0,152,-37,213,-191,247r-16,-69v85,-22,122,-50,122,-173r0,-529xm175,-713v0,33,-24,57,-55,57v-32,0,-54,-24,-54,-57v0,-33,24,-58,54,-58v31,0,55,25,55,58","w":240},"k":{"d":"436,-539r-173,231r188,308r-104,0r-134,-240r-57,76r0,164r-82,0r0,-812r84,0r-2,540r177,-267r103,0","w":446},"l":{"d":"160,0r-86,0r0,-812r86,0r0,812","w":233},"m":{"d":"444,0r-85,0r0,-368v0,-75,-20,-109,-68,-109v-43,0,-85,27,-132,71r0,406r-85,0r0,-539r79,0r0,64v57,-45,109,-77,170,-77v50,0,89,22,108,79v104,-93,298,-147,298,94r0,379r-85,0r0,-369v0,-73,-20,-108,-68,-108v-47,0,-92,35,-133,72","w":799},"n":{"d":"444,0r-85,0r0,-368v0,-75,-20,-109,-68,-109v-43,0,-85,27,-132,71r0,406r-85,0r0,-539r76,0r3,64v109,-97,291,-139,291,93r0,382","w":514},"o":{"d":"44,-265v0,-158,62,-287,209,-287v149,0,197,130,197,275v0,164,-62,290,-206,290v-140,0,-200,-122,-200,-278xm131,-268v0,126,35,212,115,212v85,0,117,-99,117,-219v0,-120,-32,-209,-114,-209v-82,0,-118,87,-118,216","w":494},"p":{"d":"72,273r0,-799v40,-12,111,-28,166,-28v164,0,207,144,207,273v0,112,-33,295,-207,295v-20,0,-55,-4,-81,-20r0,279r-85,0xm157,-466r0,381v24,21,58,28,82,28v87,0,117,-100,117,-218v0,-90,-18,-209,-120,-209v-24,0,-57,6,-79,18","w":488},"q":{"d":"43,-260v0,-147,53,-294,223,-294v44,0,99,10,150,42r0,785r-85,0r0,-282v-30,15,-65,23,-97,23v-132,0,-191,-118,-191,-274xm133,-262v0,108,27,205,112,205v19,0,57,-5,86,-28r0,-378v-19,-14,-50,-20,-71,-20v-99,0,-127,109,-127,221","w":487},"r":{"d":"361,-530r-20,74v-15,-12,-34,-17,-52,-17v-48,0,-91,53,-131,149r0,324r-84,0r0,-539r84,0r0,111v42,-87,108,-168,203,-102","w":361},"s":{"d":"43,-404v0,-154,162,-175,279,-126r-18,68v-61,-35,-176,-45,-176,51v0,128,211,81,211,271v0,179,-195,176,-312,120r21,-70v67,47,206,65,206,-43v0,-132,-211,-95,-211,-271","w":365},"\u017f":{"d":"347,-805r-18,64v-29,-12,-59,-19,-86,-19v-67,0,-84,51,-84,134r0,626r-85,0r0,-626v0,-118,42,-201,160,-201v42,0,84,11,113,22","w":242},"t":{"d":"297,-74r12,71v-22,9,-57,16,-91,16v-98,0,-139,-58,-139,-165r0,-323r-65,0r0,-64r65,0r0,-179r86,-21r0,200r128,0r0,64r-128,0r0,311v0,65,19,104,69,104v24,0,46,-7,63,-14","w":304},"u":{"d":"72,-539r85,0r0,375v0,75,27,102,75,102v42,0,78,-27,125,-70r0,-407r85,0r0,539r-76,0r-4,-64v-56,45,-98,77,-159,77v-72,0,-131,-34,-131,-160r0,-392","w":516},"v":{"d":"432,-539r-180,539r-69,0r-183,-539r97,0r124,423r120,-423r91,0","w":432},"w":{"d":"632,-539r-124,539r-57,0r-127,-418r-126,418r-59,0r-128,-539r87,0r82,403r117,-403r58,0r119,402r76,-402r82,0","w":643},"x":{"d":"11,-539r99,0r98,210r104,-210r93,0r-144,265r151,274r-101,0r-107,-217r-111,217r-92,0r149,-272","w":413},"y":{"d":"420,-539r-171,585v-48,142,-102,184,-204,228r-34,-62v94,-37,147,-106,169,-225r-185,-526r92,0r134,429r110,-429r89,0","w":418},"z":{"d":"373,0r-344,0r-4,-53r244,-420r-230,0r0,-66r324,0r6,53r-246,419r250,0r0,67","w":393},"\u00e1":{"d":"382,0r-70,0r-9,-52v-34,24,-83,63,-140,63v-82,0,-122,-64,-122,-141v0,-122,110,-156,248,-160r0,-102v0,-73,-28,-94,-73,-94v-35,0,-77,12,-132,38r-18,-65v47,-18,100,-39,162,-39v108,0,145,60,145,158r0,242v0,56,5,110,9,152xm289,-102r0,-135v-74,2,-169,13,-169,97v0,52,26,88,71,88v27,0,56,-18,98,-50xm177,-632r93,-162r67,38r-110,149","w":442},"\u0103":{"d":"382,0r-70,0r-9,-52v-34,24,-83,63,-140,63v-82,0,-122,-64,-122,-141v0,-122,110,-156,248,-160r0,-102v0,-73,-28,-94,-73,-94v-35,0,-77,12,-132,38r-18,-65v47,-18,100,-39,162,-39v108,0,145,60,145,158r0,242v0,56,5,110,9,152xm289,-102r0,-135v-74,2,-169,13,-169,97v0,52,26,88,71,88v27,0,56,-18,98,-50xm308,-766r62,6v-10,90,-63,139,-145,139v-78,0,-129,-49,-137,-139r61,-6v11,56,32,90,79,90v47,0,70,-34,80,-90","w":442},"\u00e2":{"d":"382,0r-70,0r-9,-52v-34,24,-83,63,-140,63v-82,0,-122,-64,-122,-141v0,-122,110,-156,248,-160r0,-102v0,-73,-28,-94,-73,-94v-35,0,-77,12,-132,38r-18,-65v47,-18,100,-39,162,-39v108,0,145,60,145,158r0,242v0,56,5,110,9,152xm289,-102r0,-135v-74,2,-169,13,-169,97v0,52,26,88,71,88v27,0,56,-18,98,-50xm227,-767r139,121r-40,40r-99,-80r-97,80r-41,-34","w":442},"\u00e4":{"d":"382,0r-70,0r-9,-52v-34,24,-83,63,-140,63v-82,0,-122,-64,-122,-141v0,-122,110,-156,248,-160r0,-102v0,-73,-28,-94,-73,-94v-35,0,-77,12,-132,38r-18,-65v47,-18,100,-39,162,-39v108,0,145,60,145,158r0,242v0,56,5,110,9,152xm289,-102r0,-135v-74,2,-169,13,-169,97v0,52,26,88,71,88v27,0,56,-18,98,-50xm179,-700v0,32,-23,53,-50,53v-32,0,-54,-21,-54,-53v0,-33,22,-55,54,-55v28,0,50,23,50,55xm374,-700v0,32,-23,53,-54,53v-28,0,-50,-21,-50,-53v0,-32,21,-55,50,-55v31,0,54,23,54,55","w":442},"\u00e6":{"d":"606,-33v-84,64,-227,69,-280,-26v-43,34,-102,70,-162,70v-81,0,-131,-63,-131,-151v0,-122,100,-175,243,-179v2,-77,3,-167,-67,-167v-36,0,-76,12,-130,38r-19,-65v47,-18,98,-39,159,-39v62,0,93,36,108,92v35,-57,79,-94,128,-94v128,-2,173,139,158,285r-264,0v3,113,28,216,121,216v34,0,74,-16,115,-47xm189,-52v32,0,74,-21,114,-53v-17,-44,-26,-99,-28,-161v-99,2,-164,38,-164,116v0,56,33,98,78,98xm446,-491v-62,0,-95,81,-101,166r192,0v2,-96,-24,-166,-91,-166","w":655},"\u00e0":{"d":"382,0r-70,0r-9,-52v-34,24,-83,63,-140,63v-82,0,-122,-64,-122,-141v0,-122,110,-156,248,-160r0,-102v0,-73,-28,-94,-73,-94v-35,0,-77,12,-132,38r-18,-65v47,-18,100,-39,162,-39v108,0,145,60,145,158r0,242v0,56,5,110,9,152xm289,-102r0,-135v-74,2,-169,13,-169,97v0,52,26,88,71,88v27,0,56,-18,98,-50xm110,-752r76,-41r94,156r-56,27","w":442},"\u0101":{"d":"382,0r-70,0r-9,-52v-34,24,-83,63,-140,63v-82,0,-122,-64,-122,-141v0,-122,110,-156,248,-160r0,-102v0,-73,-28,-94,-73,-94v-35,0,-77,12,-132,38r-18,-65v47,-18,100,-39,162,-39v108,0,145,60,145,158r0,242v0,56,5,110,9,152xm289,-102r0,-135v-74,2,-169,13,-169,97v0,52,26,88,71,88v27,0,56,-18,98,-50xm362,-632r-273,0r0,-60r273,0r0,60","w":442},"\u0105":{"d":"375,162r17,50v-29,16,-59,25,-90,25v-68,0,-98,-39,-98,-101v0,-55,33,-114,104,-156r-5,-32v-34,24,-83,63,-140,63v-82,0,-122,-64,-122,-141v0,-122,110,-156,248,-160r0,-102v0,-73,-28,-94,-73,-94v-35,0,-77,12,-132,38r-18,-65v47,-18,100,-39,162,-39v108,0,145,60,145,158r0,242v0,56,5,110,9,152v-69,35,-108,88,-108,128v1,67,59,59,101,34xm289,-102r0,-135v-74,2,-169,13,-169,97v0,52,26,88,71,88v27,0,56,-18,98,-50","w":442},"\u00e5":{"d":"382,0r-70,0r-9,-52v-34,24,-83,63,-140,63v-82,0,-122,-64,-122,-141v0,-122,110,-156,248,-160r0,-102v0,-73,-28,-94,-73,-94v-35,0,-77,12,-132,38r-18,-65v47,-18,100,-39,162,-39v108,0,145,60,145,158r0,242v0,56,5,110,9,152xm289,-102r0,-135v-74,2,-169,13,-169,97v0,52,26,88,71,88v27,0,56,-18,98,-50xm323,-721v0,62,-42,114,-103,114v-60,0,-101,-51,-101,-114v0,-63,43,-115,101,-115v61,0,103,52,103,115xm268,-721v0,-34,-17,-64,-48,-64v-31,0,-47,30,-47,64v0,33,16,62,47,62v30,0,48,-30,48,-62","w":442},"\u00e3":{"d":"382,0r-70,0r-9,-52v-34,24,-83,63,-140,63v-82,0,-122,-64,-122,-141v0,-122,110,-156,248,-160r0,-102v0,-73,-28,-94,-73,-94v-35,0,-77,12,-132,38r-18,-65v47,-18,100,-39,162,-39v108,0,145,60,145,158r0,242v0,56,5,110,9,152xm289,-102r0,-135v-74,2,-169,13,-169,97v0,52,26,88,71,88v27,0,56,-18,98,-50xm335,-718r33,38v-28,36,-59,54,-94,54v-53,0,-65,-31,-101,-31v-23,0,-40,15,-64,33r-31,-41v31,-33,60,-52,96,-52v50,0,64,30,100,30v24,0,42,-14,61,-31","w":442},"\u0107":{"d":"350,-90r20,67v-33,19,-72,33,-123,33v-133,0,-205,-101,-205,-278v0,-185,77,-281,216,-281v32,0,69,5,110,27r-21,71v-36,-23,-66,-30,-90,-30v-75,0,-127,57,-127,204v0,189,89,267,220,187xm198,-632r93,-162r67,38r-110,149","w":383},"\u010d":{"d":"350,-90r20,67v-33,19,-72,33,-123,33v-133,0,-205,-101,-205,-278v0,-185,77,-281,216,-281v32,0,69,5,110,27r-21,71v-36,-23,-66,-30,-90,-30v-75,0,-127,57,-127,204v0,189,89,267,220,187xm246,-680r96,-80r39,36r-103,101r-64,0r-106,-99r38,-38","w":383},"\u00e7":{"d":"350,-90r20,67v-31,18,-66,31,-112,33r-8,59v59,12,93,44,93,96v-1,95,-109,105,-189,83r12,-46v40,15,116,16,116,-41v0,-36,-29,-50,-86,-54r12,-100v-108,-18,-166,-116,-166,-275v0,-185,77,-281,216,-281v32,0,69,5,110,27r-21,71v-36,-23,-66,-30,-90,-30v-75,0,-127,57,-127,204v0,189,89,267,220,187","w":383},"\u0109":{"d":"350,-90r20,67v-33,19,-72,33,-123,33v-133,0,-205,-101,-205,-278v0,-185,77,-281,216,-281v32,0,69,5,110,27r-21,71v-36,-23,-66,-30,-90,-30v-75,0,-127,57,-127,204v0,189,89,267,220,187xm248,-767r139,121r-40,40r-99,-80r-97,80r-41,-34","w":383},"\u010b":{"d":"350,-90r20,67v-33,19,-72,33,-123,33v-133,0,-205,-101,-205,-278v0,-185,77,-281,216,-281v32,0,69,5,110,27r-21,71v-36,-23,-66,-30,-90,-30v-75,0,-127,57,-127,204v0,189,89,267,220,187xm303,-713v0,33,-24,57,-55,57v-32,0,-54,-24,-54,-57v0,-33,24,-58,54,-58v31,0,55,25,55,58","w":383},"\u010f":{"d":"537,-622r-45,-37v28,-32,42,-66,42,-94v0,-34,-22,-35,-22,-69v0,-21,17,-39,42,-39v32,0,53,34,53,83v0,54,-28,108,-70,156xm424,-812r0,796v-46,14,-106,30,-163,30v-162,0,-217,-130,-217,-270v0,-146,61,-298,212,-298v34,0,58,8,82,17r0,-275r86,0xm338,-73r0,-389v-126,-69,-204,37,-204,197v0,111,33,209,133,209v24,0,50,-6,71,-17","w":522},"\u0111":{"d":"423,-812r0,119r71,0r0,60r-71,0r0,617v-46,14,-106,30,-163,30v-162,0,-217,-130,-217,-270v0,-146,61,-298,212,-298v34,0,58,8,82,17r0,-96r-144,0r0,-60r144,0r0,-119r86,0xm337,-73r0,-389v-126,-69,-204,37,-204,197v0,111,33,209,133,209v24,0,50,-6,71,-17","w":496},"\u00e9":{"d":"405,-269r-285,0v1,135,47,214,133,214v40,0,82,-17,125,-46r21,66v-49,31,-98,48,-153,48v-163,0,-203,-144,-203,-276v0,-161,60,-289,195,-289v143,-1,187,143,167,283xm235,-490v-62,0,-103,60,-113,165r208,0v0,-103,-30,-165,-95,-165xm192,-632r93,-162r67,38r-110,149","w":451},"\u0115":{"d":"405,-269r-285,0v1,135,47,214,133,214v40,0,82,-17,125,-46r21,66v-49,31,-98,48,-153,48v-163,0,-203,-144,-203,-276v0,-161,60,-289,195,-289v143,-1,187,143,167,283xm235,-490v-62,0,-103,60,-113,165r208,0v0,-103,-30,-165,-95,-165xm318,-766r62,6v-10,90,-63,139,-145,139v-78,0,-129,-49,-137,-139r61,-6v11,56,32,90,79,90v47,0,70,-34,80,-90","w":451},"\u011b":{"d":"405,-269r-285,0v1,135,47,214,133,214v40,0,82,-17,125,-46r21,66v-49,31,-98,48,-153,48v-163,0,-203,-144,-203,-276v0,-161,60,-289,195,-289v143,-1,187,143,167,283xm235,-490v-62,0,-103,60,-113,165r208,0v0,-103,-30,-165,-95,-165xm235,-680r96,-80r39,36r-103,101r-64,0r-106,-99r38,-38","w":451},"\u00ea":{"d":"405,-269r-285,0v1,135,47,214,133,214v40,0,82,-17,125,-46r21,66v-49,31,-98,48,-153,48v-163,0,-203,-144,-203,-276v0,-161,60,-289,195,-289v143,-1,187,143,167,283xm235,-490v-62,0,-103,60,-113,165r208,0v0,-103,-30,-165,-95,-165xm238,-767r139,121r-40,40r-99,-80r-97,80r-41,-34","w":451},"\u00eb":{"d":"405,-269r-285,0v1,135,47,214,133,214v40,0,82,-17,125,-46r21,66v-49,31,-98,48,-153,48v-163,0,-203,-144,-203,-276v0,-161,60,-289,195,-289v143,-1,187,143,167,283xm235,-490v-62,0,-103,60,-113,165r208,0v0,-103,-30,-165,-95,-165xm189,-700v0,32,-23,53,-50,53v-32,0,-54,-21,-54,-53v0,-33,22,-55,54,-55v28,0,50,23,50,55xm384,-700v0,32,-23,53,-54,53v-28,0,-50,-21,-50,-53v0,-32,21,-55,50,-55v31,0,54,23,54,55","w":451},"\u0117":{"d":"405,-269r-285,0v1,135,47,214,133,214v40,0,82,-17,125,-46r21,66v-49,31,-98,48,-153,48v-163,0,-203,-144,-203,-276v0,-161,60,-289,195,-289v143,-1,187,143,167,283xm235,-490v-62,0,-103,60,-113,165r208,0v0,-103,-30,-165,-95,-165xm292,-713v0,33,-24,57,-55,57v-32,0,-54,-24,-54,-57v0,-33,24,-58,54,-58v31,0,55,25,55,58","w":451},"\u00e8":{"d":"405,-269r-285,0v1,135,47,214,133,214v40,0,82,-17,125,-46r21,66v-49,31,-98,48,-153,48v-163,0,-203,-144,-203,-276v0,-161,60,-289,195,-289v143,-1,187,143,167,283xm235,-490v-62,0,-103,60,-113,165r208,0v0,-103,-30,-165,-95,-165xm119,-752r76,-41r94,156r-56,27","w":451},"\u0113":{"d":"405,-269r-285,0v1,135,47,214,133,214v40,0,82,-17,125,-46r21,66v-49,31,-98,48,-153,48v-163,0,-203,-144,-203,-276v0,-161,60,-289,195,-289v143,-1,187,143,167,283xm235,-490v-62,0,-103,60,-113,165r208,0v0,-103,-30,-165,-95,-165xm371,-632r-273,0r0,-60r273,0r0,60","w":451},"\u0119":{"d":"399,-35v-53,25,-110,86,-108,128v4,66,59,59,101,34r17,50v-29,16,-59,25,-90,25v-108,0,-121,-119,-69,-189v-166,2,-207,-143,-207,-276v0,-161,60,-289,195,-289v143,-1,187,143,167,283r-285,0v1,135,47,214,133,214v40,0,82,-17,125,-46xm235,-490v-62,0,-103,60,-113,165r208,0v0,-103,-30,-165,-95,-165","w":451},"\u011f":{"d":"54,-362v0,-151,115,-229,236,-174v40,-61,78,-114,124,-126r27,66v-36,9,-76,43,-105,95v29,34,46,82,46,140v-2,134,-87,198,-205,178v-82,198,250,93,248,309v0,129,-112,162,-205,162v-111,0,-192,-49,-192,-149v0,-76,45,-131,82,-175v-34,-42,-30,-135,7,-174v-39,-29,-63,-80,-63,-152xm341,134v0,-93,-108,-93,-184,-133v-33,43,-57,84,-57,129v0,66,49,97,120,97v62,0,121,-23,121,-93xm308,-365v0,-83,-40,-124,-92,-124v-59,0,-90,53,-90,124v0,78,38,120,91,120v51,0,91,-36,91,-120xm308,-766r62,6v-10,90,-63,139,-145,139v-78,0,-129,-49,-137,-139r61,-6v11,56,32,90,79,90v47,0,70,-34,80,-90","w":432},"\u011d":{"d":"54,-362v0,-151,115,-229,236,-174v40,-61,78,-114,124,-126r27,66v-36,9,-76,43,-105,95v29,34,46,82,46,140v-2,134,-87,198,-205,178v-82,198,250,93,248,309v0,129,-112,162,-205,162v-111,0,-192,-49,-192,-149v0,-76,45,-131,82,-175v-34,-42,-30,-135,7,-174v-39,-29,-63,-80,-63,-152xm341,134v0,-93,-108,-93,-184,-133v-33,43,-57,84,-57,129v0,66,49,97,120,97v62,0,121,-23,121,-93xm308,-365v0,-83,-40,-124,-92,-124v-59,0,-90,53,-90,124v0,78,38,120,91,120v51,0,91,-36,91,-120xm203,-770r139,121r-40,40r-99,-80r-97,80r-41,-34","w":432},"\u0123":{"d":"54,-362v0,-151,115,-229,236,-174v40,-61,78,-114,124,-126r27,66v-36,9,-76,43,-105,95v29,34,46,82,46,140v-2,134,-87,198,-205,178v-82,198,250,93,248,309v0,129,-112,162,-205,162v-111,0,-192,-49,-192,-149v0,-76,45,-131,82,-175v-34,-42,-30,-135,7,-174v-39,-29,-63,-80,-63,-152xm341,134v0,-93,-108,-93,-184,-133v-33,43,-57,84,-57,129v0,66,49,97,120,97v62,0,121,-23,121,-93xm308,-365v0,-83,-40,-124,-92,-124v-59,0,-90,53,-90,124v0,78,38,120,91,120v51,0,91,-36,91,-120xm240,-868r45,37v-28,32,-42,66,-42,94v0,34,22,35,22,69v0,21,-17,39,-42,39v-32,0,-53,-34,-53,-83v0,-54,28,-108,70,-156","w":432},"\u0121":{"d":"54,-362v0,-151,115,-229,236,-174v40,-61,78,-114,124,-126r27,66v-36,9,-76,43,-105,95v29,34,46,82,46,140v-2,134,-87,198,-205,178v-82,198,250,93,248,309v0,129,-112,162,-205,162v-111,0,-192,-49,-192,-149v0,-76,45,-131,82,-175v-34,-42,-30,-135,7,-174v-39,-29,-63,-80,-63,-152xm341,134v0,-93,-108,-93,-184,-133v-33,43,-57,84,-57,129v0,66,49,97,120,97v62,0,121,-23,121,-93xm308,-365v0,-83,-40,-124,-92,-124v-59,0,-90,53,-90,124v0,78,38,120,91,120v51,0,91,-36,91,-120xm277,-713v0,33,-24,57,-55,57v-32,0,-54,-24,-54,-57v0,-33,24,-58,54,-58v31,0,55,25,55,58","w":432},"\u0127":{"d":"444,0r-85,0r0,-368v0,-75,-20,-109,-68,-109v-43,0,-85,27,-132,70r0,407r-85,0r0,-640r-77,0r0,-60r77,0r0,-113r85,0r-1,113r140,0r0,60r-141,0r-1,161v105,-93,288,-132,288,97r0,382","w":514},"\u0125":{"d":"444,0r-85,0r0,-368v0,-75,-20,-109,-68,-109v-43,0,-85,27,-132,70r0,407r-85,0r0,-813r85,0r-3,334v105,-93,288,-132,288,97r0,382xm120,-1018r139,121r-40,40r-99,-80r-97,80r-41,-34","w":514},"\u00ed":{"d":"164,0r-86,0r0,-539r86,0r0,539xm40,-632r93,-162r67,38r-110,149","w":242},"\u012d":{"d":"164,0r-86,0r0,-539r86,0r0,539xm200,-766r62,6v-10,90,-63,139,-145,139v-78,0,-129,-49,-137,-139r61,-6v11,56,32,90,79,90v47,0,70,-34,80,-90","w":242},"\u00ee":{"d":"164,0r-86,0r0,-539r86,0r0,539xm121,-767r139,121r-40,40r-99,-80r-97,80r-41,-34","w":242},"\u00ef":{"d":"164,0r-86,0r0,-539r86,0r0,539xm75,-700v0,32,-23,53,-50,53v-32,0,-54,-21,-54,-53v0,-33,22,-55,54,-55v28,0,50,23,50,55xm270,-700v0,32,-23,53,-54,53v-28,0,-50,-21,-50,-53v0,-32,21,-55,50,-55v31,0,54,23,54,55","w":242},"\u00ec":{"d":"164,0r-86,0r0,-539r86,0r0,539xm36,-752r76,-41r94,156r-56,27","w":242},"\u012b":{"d":"164,0r-86,0r0,-539r86,0r0,539xm258,-632r-273,0r0,-60r273,0r0,60","w":242},"\u012f":{"d":"157,162r17,50v-29,16,-59,25,-90,25v-68,0,-98,-39,-98,-101v0,-51,29,-107,92,-148r0,-527r86,0r0,539v-69,35,-108,88,-108,128v1,67,59,59,101,34xm176,-713v0,33,-24,57,-55,57v-32,0,-54,-24,-54,-57v0,-33,24,-58,54,-58v31,0,55,25,55,58","w":242},"\u0129":{"d":"164,0r-86,0r0,-539r86,0r0,539xm228,-718r33,38v-28,36,-59,54,-94,54v-53,0,-65,-31,-101,-31v-23,0,-40,15,-64,33r-31,-41v31,-33,60,-52,96,-52v50,0,64,30,100,30v24,0,42,-14,61,-31","w":242},"\u0131":{"d":"164,0r-86,0r0,-539r86,0r0,539","w":242},"\u0133":{"d":"164,0r-86,0r0,-539r86,0r0,539xm176,-713v0,33,-24,57,-55,57v-32,0,-54,-24,-54,-57v0,-33,24,-58,54,-58v31,0,55,25,55,58xm320,-539r85,0r0,524v0,152,-37,213,-191,247r-16,-69v85,-22,122,-50,122,-173r0,-529xm417,-713v0,33,-24,57,-55,57v-32,0,-54,-24,-54,-57v0,-33,24,-58,54,-58v31,0,55,25,55,58","w":482},"\u0135":{"d":"78,-539r85,0r0,524v0,152,-37,213,-191,247r-16,-69v85,-22,122,-50,122,-173r0,-529xm120,-767r139,121r-40,40r-99,-80r-97,80r-41,-34","w":240},"\u0137":{"d":"436,-539r-173,231r188,308r-104,0r-134,-240r-57,76r0,164r-82,0r0,-812r84,0r-2,540r177,-267r103,0xm201,315r-45,-37v28,-32,42,-66,42,-94v0,-34,-22,-35,-22,-69v0,-21,17,-39,42,-39v32,0,53,34,53,83v0,54,-28,108,-70,156","w":446},"\u013a":{"d":"159,0r-86,0r0,-812r86,0r0,812xm60,-901r92,-161r68,39r-110,147","w":231},"\u013e":{"d":"269,-614r-45,-37v28,-32,42,-66,42,-94v0,-34,-22,-35,-22,-69v0,-21,17,-39,42,-39v32,0,53,34,53,83v0,54,-28,108,-70,156xm167,0r-86,0r0,-812r86,0r0,812","w":250},"\u013c":{"d":"105,315r-45,-37v28,-32,42,-66,42,-94v0,-34,-22,-35,-22,-69v0,-21,17,-39,42,-39v32,0,53,34,53,83v0,54,-28,108,-70,156xm159,0r-86,0r0,-812r86,0r0,812","w":231},"\u0140":{"d":"167,0r-86,0r0,-812r86,0r0,812xm355,-347v0,34,-25,59,-56,59v-33,0,-58,-25,-58,-59v0,-34,26,-59,58,-59v31,0,56,25,56,59","w":337},"\u0142":{"d":"166,0r-86,0r0,-319r-56,47r-25,-61r81,-68r0,-411r86,0r0,346r66,-56r25,61r-91,77r0,384","w":251},"\u0144":{"d":"444,0r-85,0r0,-368v0,-75,-20,-109,-68,-109v-43,0,-85,27,-132,71r0,406r-85,0r0,-539r76,0r3,64v109,-97,291,-139,291,93r0,382xm221,-632r93,-162r67,38r-110,149","w":514},"\u0149":{"d":"100,-588r-45,-37v28,-32,42,-66,42,-94v0,-34,-22,-35,-22,-69v0,-21,17,-39,42,-39v32,0,53,34,53,83v0,54,-28,108,-70,156xm444,0r-85,0r0,-368v0,-75,-20,-109,-68,-109v-43,0,-85,27,-132,71r0,406r-85,0r0,-539r76,0r3,64v109,-97,291,-139,291,93r0,382","w":514},"\u0148":{"d":"444,0r-85,0r0,-368v0,-75,-20,-109,-68,-109v-43,0,-85,27,-132,71r0,406r-85,0r0,-539r76,0r3,64v109,-97,291,-139,291,93r0,382xm264,-680r96,-80r39,36r-103,101r-64,0r-106,-99r38,-38","w":514},"\u0146":{"d":"256,315r-45,-37v28,-32,42,-66,42,-94v0,-34,-22,-35,-22,-69v0,-21,17,-39,42,-39v32,0,53,34,53,83v0,54,-28,108,-70,156xm444,0r-85,0r0,-368v0,-75,-20,-109,-68,-109v-43,0,-85,27,-132,71r0,406r-85,0r0,-539r76,0r3,64v109,-97,291,-139,291,93r0,382","w":514},"\u00f1":{"d":"444,0r-85,0r0,-368v0,-75,-20,-109,-68,-109v-43,0,-85,27,-132,71r0,406r-85,0r0,-539r76,0r3,64v109,-97,291,-139,291,93r0,382xm373,-718r33,38v-28,36,-59,54,-94,54v-53,0,-65,-31,-101,-31v-23,0,-40,15,-64,33r-31,-41v31,-33,60,-52,96,-52v50,0,64,30,100,30v24,0,42,-14,61,-31","w":514},"\u00f3":{"d":"44,-265v0,-158,62,-287,209,-287v149,0,197,130,197,275v0,164,-62,290,-206,290v-140,0,-200,-122,-200,-278xm131,-268v0,126,35,212,115,212v85,0,117,-99,117,-219v0,-120,-32,-209,-114,-209v-82,0,-118,87,-118,216xm205,-632r93,-162r67,38r-110,149","w":494},"\u014f":{"d":"44,-265v0,-158,62,-287,209,-287v149,0,197,130,197,275v0,164,-62,290,-206,290v-140,0,-200,-122,-200,-278xm131,-268v0,126,35,212,115,212v85,0,117,-99,117,-219v0,-120,-32,-209,-114,-209v-82,0,-118,87,-118,216xm332,-766r62,6v-10,90,-63,139,-145,139v-78,0,-129,-49,-137,-139r61,-6v11,56,32,90,79,90v47,0,70,-34,80,-90","w":494},"\u00f4":{"d":"44,-265v0,-158,62,-287,209,-287v149,0,197,130,197,275v0,164,-62,290,-206,290v-140,0,-200,-122,-200,-278xm131,-268v0,126,35,212,115,212v85,0,117,-99,117,-219v0,-120,-32,-209,-114,-209v-82,0,-118,87,-118,216xm251,-767r139,121r-40,40r-99,-80r-97,80r-41,-34","w":494},"\u00f6":{"d":"44,-265v0,-158,62,-287,209,-287v149,0,197,130,197,275v0,164,-62,290,-206,290v-140,0,-200,-122,-200,-278xm131,-268v0,126,35,212,115,212v85,0,117,-99,117,-219v0,-120,-32,-209,-114,-209v-82,0,-118,87,-118,216xm203,-700v0,32,-23,53,-50,53v-32,0,-54,-21,-54,-53v0,-33,22,-55,54,-55v28,0,50,23,50,55xm398,-700v0,32,-23,53,-54,53v-28,0,-50,-21,-50,-53v0,-32,21,-55,50,-55v31,0,54,23,54,55","w":494},"\u0153":{"d":"507,-554v131,-2,178,146,159,288r-257,0v6,112,34,213,113,213v40,0,75,-16,117,-47r23,66v-48,33,-90,48,-149,48v-73,0,-116,-49,-140,-123v-25,69,-69,123,-142,123v-160,0,-191,-182,-191,-286v0,-92,31,-282,194,-282v75,0,116,53,139,119v28,-74,74,-119,134,-119xm129,-276v0,72,12,219,104,219v92,0,96,-141,96,-214v0,-67,-3,-212,-97,-212v-91,0,-103,137,-103,207xm503,-491v-61,0,-87,79,-93,169r181,0v1,-96,-23,-169,-88,-169","w":710},"\u00f2":{"d":"44,-265v0,-158,62,-287,209,-287v149,0,197,130,197,275v0,164,-62,290,-206,290v-140,0,-200,-122,-200,-278xm131,-268v0,126,35,212,115,212v85,0,117,-99,117,-219v0,-120,-32,-209,-114,-209v-82,0,-118,87,-118,216xm132,-752r76,-41r94,156r-56,27","w":494},"\u0151":{"d":"44,-265v0,-158,62,-287,209,-287v149,0,197,130,197,275v0,164,-62,290,-206,290v-140,0,-200,-122,-200,-278xm131,-268v0,126,35,212,115,212v85,0,117,-99,117,-219v0,-120,-32,-209,-114,-209v-82,0,-118,87,-118,216xm480,-760r-116,150r-57,-8r74,-142r99,0xm297,-760r-114,150r-57,-8r73,-142r98,0","w":494},"\u014d":{"d":"44,-265v0,-158,62,-287,209,-287v149,0,197,130,197,275v0,164,-62,290,-206,290v-140,0,-200,-122,-200,-278xm131,-268v0,126,35,212,115,212v85,0,117,-99,117,-219v0,-120,-32,-209,-114,-209v-82,0,-118,87,-118,216xm384,-632r-273,0r0,-60r273,0r0,60","w":494},"\u00f8":{"d":"59,-133v-48,-181,1,-419,192,-419v65,0,111,25,142,65r69,-69r56,59r-87,88v12,40,17,85,17,132v0,164,-62,290,-206,290v-65,0,-113,-26,-145,-70r-60,59r-54,-59xm244,-56v104,0,129,-163,112,-290r-206,219v19,45,49,71,94,71xm247,-484v-102,0,-130,156,-114,288r205,-220v-18,-42,-47,-68,-91,-68","w":490},"\u00f5":{"d":"44,-265v0,-158,62,-287,209,-287v149,0,197,130,197,275v0,164,-62,290,-206,290v-140,0,-200,-122,-200,-278xm131,-268v0,126,35,212,115,212v85,0,117,-99,117,-219v0,-120,-32,-209,-114,-209v-82,0,-118,87,-118,216xm357,-718r33,38v-28,36,-59,54,-94,54v-53,0,-65,-31,-101,-31v-23,0,-40,15,-64,33r-31,-41v31,-33,60,-52,96,-52v50,0,64,30,100,30v24,0,42,-14,61,-31","w":494},"\u0155":{"d":"361,-530r-20,74v-15,-12,-34,-17,-52,-17v-48,0,-91,53,-131,149r0,324r-84,0r0,-539r84,0r0,111v42,-87,108,-168,203,-102xm120,-632r93,-162r67,38r-110,149","w":361},"\u0159":{"d":"361,-530r-20,74v-15,-12,-34,-17,-52,-17v-48,0,-91,53,-131,149r0,324r-84,0r0,-539r84,0r0,111v42,-87,108,-168,203,-102xm164,-680r96,-80r39,36r-103,101r-64,0r-106,-99r38,-38","w":361},"\u0157":{"d":"108,315r-45,-37v28,-32,42,-66,42,-94v0,-34,-22,-35,-22,-69v0,-21,17,-39,42,-39v32,0,53,34,53,83v0,54,-28,108,-70,156xm361,-530r-20,74v-15,-12,-34,-17,-52,-17v-48,0,-91,53,-131,149r0,324r-84,0r0,-539r84,0r0,111v42,-87,108,-168,203,-102","w":361},"\u015b":{"d":"43,-404v0,-154,162,-175,279,-126r-18,68v-61,-35,-176,-45,-176,51v0,128,211,81,211,271v0,179,-195,176,-312,120r21,-70v67,47,206,65,206,-43v0,-132,-211,-95,-211,-271xm149,-632r93,-162r67,38r-110,149","w":365},"\u0161":{"d":"43,-404v0,-154,162,-175,279,-126r-18,68v-61,-35,-176,-45,-176,51v0,128,211,81,211,271v0,179,-195,176,-312,120r21,-70v67,47,206,65,206,-43v0,-132,-211,-95,-211,-271xm192,-680r96,-80r39,36r-103,101r-64,0r-106,-99r38,-38","w":365},"\u015f":{"d":"43,-404v0,-154,162,-175,279,-126r-18,68v-61,-35,-176,-45,-176,51v0,128,211,81,211,271v0,105,-63,147,-143,153r-8,56v59,12,93,44,93,96v-1,95,-109,105,-189,83r12,-46v40,15,116,16,116,-41v0,-36,-29,-50,-86,-54r11,-95v-44,-4,-85,-16,-118,-32r21,-70v67,47,206,65,206,-43v0,-132,-211,-95,-211,-271","w":365},"\u015d":{"d":"43,-404v0,-154,162,-175,279,-126r-18,68v-61,-35,-176,-45,-176,51v0,128,211,81,211,271v0,179,-195,176,-312,120r21,-70v67,47,206,65,206,-43v0,-132,-211,-95,-211,-271xm195,-767r139,121r-40,40r-99,-80r-97,80r-41,-34","w":365},"\u00df":{"d":"325,-55v41,0,64,-27,64,-74v0,-103,-126,-139,-126,-267v0,-116,95,-173,95,-264v0,-46,-23,-93,-83,-93v-75,0,-110,72,-110,165r0,588r-85,0r0,-585v0,-138,66,-236,195,-236v110,0,170,67,170,152v0,121,-95,176,-95,266v0,103,125,127,125,273v0,120,-90,145,-147,145v-42,0,-82,-15,-120,-37r23,-72v37,24,64,39,94,39","w":493},"\u0167":{"d":"297,-74r12,71v-22,9,-57,16,-91,16v-98,0,-139,-58,-139,-165r0,-169r-62,0r0,-60r62,0r0,-94r-65,0r0,-64r65,0r0,-179r86,-21r0,200r128,0r0,64r-128,0r0,94r123,0r0,60r-123,0v6,98,-29,262,69,261v24,0,46,-7,63,-14","w":304},"\u0165":{"d":"264,-595r-45,-37v28,-32,42,-66,42,-94v0,-34,-22,-35,-22,-69v0,-21,17,-39,42,-39v32,0,53,34,53,83v0,54,-28,108,-70,156xm297,-74r12,71v-22,9,-57,16,-91,16v-98,0,-139,-58,-139,-165r0,-323r-65,0r0,-64r65,0r0,-179r86,-21r0,200r128,0r0,64r-128,0r0,311v0,65,19,104,69,104v24,0,46,-7,63,-14","w":304},"\u0163":{"d":"182,315r-45,-37v28,-32,42,-66,42,-94v0,-34,-22,-35,-22,-69v0,-21,17,-39,42,-39v32,0,53,34,53,83v0,54,-28,108,-70,156xm297,-74r12,71v-22,9,-57,16,-91,16v-98,0,-139,-58,-139,-165r0,-323r-65,0r0,-64r65,0r0,-179r86,-21r0,200r128,0r0,64r-128,0r0,311v0,65,19,104,69,104v24,0,46,-7,63,-14","w":304},"\u00fa":{"d":"72,-539r85,0r0,375v0,75,27,102,75,102v42,0,78,-27,125,-70r0,-407r85,0r0,539r-76,0r-4,-64v-56,45,-98,77,-159,77v-72,0,-131,-34,-131,-160r0,-392xm214,-632r93,-162r67,38r-110,149","w":516},"\u016d":{"d":"72,-539r85,0r0,375v0,75,27,102,75,102v42,0,78,-27,125,-70r0,-407r85,0r0,539r-76,0r-4,-64v-56,45,-98,77,-159,77v-72,0,-131,-34,-131,-160r0,-392xm341,-766r62,6v-10,90,-63,139,-145,139v-78,0,-129,-49,-137,-139r61,-6v11,56,32,90,79,90v47,0,70,-34,80,-90","w":516},"\u00fb":{"d":"72,-539r85,0r0,375v0,75,27,102,75,102v42,0,78,-27,125,-70r0,-407r85,0r0,539r-76,0r-4,-64v-56,45,-98,77,-159,77v-72,0,-131,-34,-131,-160r0,-392xm260,-767r139,121r-40,40r-99,-80r-97,80r-41,-34","w":516},"\u00fc":{"d":"72,-539r85,0r0,375v0,75,27,102,75,102v42,0,78,-27,125,-70r0,-407r85,0r0,539r-76,0r-4,-64v-56,45,-98,77,-159,77v-72,0,-131,-34,-131,-160r0,-392xm212,-700v0,32,-23,53,-50,53v-32,0,-54,-21,-54,-53v0,-33,22,-55,54,-55v28,0,50,23,50,55xm407,-700v0,32,-23,53,-54,53v-28,0,-50,-21,-50,-53v0,-32,21,-55,50,-55v31,0,54,23,54,55","w":516},"\u00f9":{"d":"72,-539r85,0r0,375v0,75,27,102,75,102v42,0,78,-27,125,-70r0,-407r85,0r0,539r-76,0r-4,-64v-56,45,-98,77,-159,77v-72,0,-131,-34,-131,-160r0,-392xm141,-752r76,-41r94,156r-56,27","w":516},"\u0171":{"d":"72,-539r85,0r0,375v0,75,27,102,75,102v42,0,78,-27,125,-70r0,-407r85,0r0,539r-76,0r-4,-64v-56,45,-98,77,-159,77v-72,0,-131,-34,-131,-160r0,-392xm489,-760r-116,150r-57,-8r74,-142r99,0xm306,-760r-114,150r-57,-8r73,-142r98,0","w":516},"\u016b":{"d":"72,-539r85,0r0,375v0,75,27,102,75,102v42,0,78,-27,125,-70r0,-407r85,0r0,539r-76,0r-4,-64v-56,45,-98,77,-159,77v-72,0,-131,-34,-131,-160r0,-392xm393,-632r-273,0r0,-60r273,0r0,60","w":516},"\u0173":{"d":"424,163r17,50v-29,16,-59,25,-90,25v-68,0,-98,-39,-98,-101v0,-56,35,-118,111,-160r-2,-41v-56,45,-98,77,-159,77v-72,0,-131,-34,-131,-160r0,-392r85,0r0,375v0,75,27,102,75,102v42,0,78,-27,125,-70r0,-407r85,0r0,539r-13,0r2,1v-69,35,-108,88,-108,128v1,67,59,59,101,34","w":516},"\u016f":{"d":"72,-539r85,0r0,375v0,75,27,102,75,102v42,0,78,-27,125,-70r0,-407r85,0r0,539r-76,0r-4,-64v-56,45,-98,77,-159,77v-72,0,-131,-34,-131,-160r0,-392xm362,-721v0,62,-42,114,-103,114v-60,0,-101,-51,-101,-114v0,-63,43,-115,101,-115v61,0,103,52,103,115xm307,-721v0,-34,-17,-64,-48,-64v-31,0,-47,30,-47,64v0,33,16,62,47,62v30,0,48,-30,48,-62","w":516},"\u0169":{"d":"72,-539r85,0r0,375v0,75,27,102,75,102v42,0,78,-27,125,-70r0,-407r85,0r0,539r-76,0r-4,-64v-56,45,-98,77,-159,77v-72,0,-131,-34,-131,-160r0,-392xm366,-718r33,38v-28,36,-59,54,-94,54v-53,0,-65,-31,-101,-31v-23,0,-40,15,-64,33r-31,-41v31,-33,60,-52,96,-52v50,0,64,30,100,30v24,0,42,-14,61,-31","w":516},"\u1e83":{"d":"632,-539r-124,539r-57,0r-127,-418r-126,418r-59,0r-128,-539r87,0r82,403r117,-403r58,0r119,402r76,-402r82,0xm281,-632r93,-162r67,38r-110,149","w":643},"\u0175":{"d":"632,-539r-124,539r-57,0r-127,-418r-126,418r-59,0r-128,-539r87,0r82,403r117,-403r58,0r119,402r76,-402r82,0xm327,-767r139,121r-40,40r-99,-80r-97,80r-41,-34","w":643},"\u1e85":{"d":"632,-539r-124,539r-57,0r-127,-418r-126,418r-59,0r-128,-539r87,0r82,403r117,-403r58,0r119,402r76,-402r82,0xm279,-700v0,32,-23,53,-50,53v-32,0,-54,-21,-54,-53v0,-33,22,-55,54,-55v28,0,50,23,50,55xm474,-700v0,32,-23,53,-54,53v-28,0,-50,-21,-50,-53v0,-32,21,-55,50,-55v31,0,54,23,54,55","w":643},"\u1e81":{"d":"632,-539r-124,539r-57,0r-127,-418r-126,418r-59,0r-128,-539r87,0r82,403r117,-403r58,0r119,402r76,-402r82,0xm208,-752r76,-41r94,156r-56,27","w":643},"\u00fd":{"d":"420,-539r-171,585v-48,142,-102,184,-204,228r-34,-62v94,-37,147,-106,169,-225r-185,-526r92,0r134,429r110,-429r89,0xm168,-632r93,-162r67,38r-110,149","w":418},"\u0177":{"d":"420,-539r-171,585v-48,142,-102,184,-204,228r-34,-62v94,-37,147,-106,169,-225r-185,-526r92,0r134,429r110,-429r89,0xm214,-767r139,121r-40,40r-99,-80r-97,80r-41,-34","w":418},"\u00ff":{"d":"420,-539r-171,585v-48,142,-102,184,-204,228r-34,-62v94,-37,147,-106,169,-225r-185,-526r92,0r134,429r110,-429r89,0xm165,-700v0,32,-23,53,-50,53v-32,0,-54,-21,-54,-53v0,-33,22,-55,54,-55v28,0,50,23,50,55xm360,-700v0,32,-23,53,-54,53v-28,0,-50,-21,-50,-53v0,-32,21,-55,50,-55v31,0,54,23,54,55","w":418},"\u1ef3":{"d":"420,-539r-171,585v-48,142,-102,184,-204,228r-34,-62v94,-37,147,-106,169,-225r-185,-526r92,0r134,429r110,-429r89,0xm95,-752r76,-41r94,156r-56,27","w":418},"\u017a":{"d":"373,0r-344,0r-4,-53r244,-420r-230,0r0,-66r324,0r6,53r-246,419r250,0r0,67xm158,-632r93,-162r67,38r-110,149","w":393},"\u017e":{"d":"373,0r-344,0r-4,-53r244,-420r-230,0r0,-66r324,0r6,53r-246,419r250,0r0,67xm202,-680r96,-80r39,36r-103,101r-64,0r-106,-99r38,-38","w":393},"\u017c":{"d":"373,0r-344,0r-4,-53r244,-420r-230,0r0,-66r324,0r6,53r-246,419r250,0r0,67xm259,-713v0,33,-24,57,-55,57v-32,0,-54,-24,-54,-57v0,-33,24,-58,54,-58v31,0,55,25,55,58","w":393},"\u014b":{"d":"444,-15v0,149,-37,215,-191,249r-17,-71v86,-22,123,-50,123,-173r0,-358v0,-75,-20,-109,-68,-109v-43,0,-85,27,-132,71r0,406r-85,0r0,-539r76,0r3,64v109,-97,291,-139,291,93r0,367","w":514},"\u00f0":{"d":"215,-517r-35,-47r93,-82v-33,-41,-75,-75,-129,-100r33,-66v63,27,115,65,156,113r87,-77r33,45r-85,77v62,94,91,215,91,346v0,187,-52,321,-203,321v-123,0,-201,-90,-201,-228v0,-215,165,-283,306,-219v-10,-58,-27,-114,-56,-164xm146,-226v0,93,39,167,113,167v111,0,118,-179,109,-312v-112,-53,-222,-8,-222,145","w":516},"\u01ce":{"d":"382,0r-70,0r-9,-52v-34,24,-83,63,-140,63v-82,0,-122,-64,-122,-141v0,-122,110,-156,248,-160r0,-102v0,-73,-28,-94,-73,-94v-35,0,-77,12,-132,38r-18,-65v47,-18,100,-39,162,-39v108,0,145,60,145,158r0,242v0,56,5,110,9,152xm289,-102r0,-135v-74,2,-169,13,-169,97v0,52,26,88,71,88v27,0,56,-18,98,-50xm226,-680r96,-80r39,36r-103,101r-64,0r-106,-99r38,-38","w":442},"\u0227":{"d":"382,0r-70,0r-9,-52v-34,24,-83,63,-140,63v-82,0,-122,-64,-122,-141v0,-122,110,-156,248,-160r0,-102v0,-73,-28,-94,-73,-94v-35,0,-77,12,-132,38r-18,-65v47,-18,100,-39,162,-39v108,0,145,60,145,158r0,242v0,56,5,110,9,152xm289,-102r0,-135v-74,2,-169,13,-169,97v0,52,26,88,71,88v27,0,56,-18,98,-50xm283,-713v0,33,-24,57,-55,57v-32,0,-54,-24,-54,-57v0,-33,24,-58,54,-58v31,0,55,25,55,58","w":442},"\u01fd":{"d":"606,-33v-84,64,-227,69,-280,-26v-43,34,-102,70,-162,70v-81,0,-131,-63,-131,-151v0,-122,100,-175,243,-179v2,-77,3,-167,-67,-167v-36,0,-76,12,-130,38r-19,-65v47,-18,98,-39,159,-39v62,0,93,36,108,92v35,-57,79,-94,128,-94v128,-2,173,139,158,285r-264,0v3,113,28,216,121,216v34,0,74,-16,115,-47xm189,-52v32,0,74,-21,114,-53v-17,-44,-26,-99,-28,-161v-99,2,-164,38,-164,116v0,56,33,98,78,98xm446,-491v-62,0,-95,81,-101,166r192,0v2,-96,-24,-166,-91,-166xm365,-632r93,-162r67,38r-110,149","w":654},"\u01fb":{"d":"382,0r-70,0r-9,-52v-34,24,-83,63,-140,63v-82,0,-122,-64,-122,-141v0,-122,110,-156,248,-160r0,-102v0,-73,-28,-94,-73,-94v-35,0,-77,12,-132,38r-18,-65v47,-18,100,-39,162,-39v108,0,145,60,145,158r0,242v0,56,5,110,9,152xm289,-102r0,-135v-74,2,-169,13,-169,97v0,52,26,88,71,88v27,0,56,-18,98,-50xm330,-696v0,60,-40,111,-100,111v-58,0,-98,-50,-98,-111v0,-61,42,-112,98,-112v60,0,100,51,100,112xm277,-696v0,-33,-17,-62,-47,-62v-30,0,-45,29,-45,62v0,32,15,60,45,60v30,0,47,-29,47,-60xm191,-848r91,-157r65,37r-107,145","w":443},"\u01d0":{"d":"164,0r-86,0r0,-539r86,0r0,539xm119,-680r96,-80r39,36r-103,101r-64,0r-106,-99r38,-38","w":242},"\u0237":{"d":"78,-539r85,0r0,524v0,152,-37,213,-191,247r-16,-69v85,-22,122,-50,122,-173r0,-529","w":240},"\u0138":{"d":"76,-539r79,0r0,246v83,-144,126,-251,253,-259r6,72v-81,7,-118,63,-172,158r181,322r-92,0r-131,-249v-13,24,-28,48,-45,75r0,174r-79,0r0,-539","w":410},"\u01d2":{"d":"44,-265v0,-158,62,-287,209,-287v149,0,197,130,197,275v0,164,-62,290,-206,290v-140,0,-200,-122,-200,-278xm131,-268v0,126,35,212,115,212v85,0,117,-99,117,-219v0,-120,-32,-209,-114,-209v-82,0,-118,87,-118,216xm249,-680r96,-80r39,36r-103,101r-64,0r-106,-99r38,-38","w":494},"\u01a1":{"d":"42,-265v0,-158,62,-287,209,-287v108,0,163,68,185,161v42,-19,41,-94,40,-163r67,0v6,115,-18,204,-98,218v17,183,-41,349,-203,349v-140,0,-200,-122,-200,-278xm129,-268v0,126,35,212,115,212v85,0,117,-99,117,-219v0,-120,-32,-209,-114,-209v-82,0,-118,87,-118,216","w":500},"\u01ff":{"d":"59,-133v-48,-181,1,-419,192,-419v69,0,116,28,147,73r83,-83r55,60r-102,103v43,186,-9,412,-192,412v-65,0,-113,-26,-145,-70r-63,62r-54,-59xm129,-268v0,27,2,51,5,74r208,-213v-18,-47,-48,-77,-95,-77v-82,0,-118,87,-118,216xm244,-56v102,0,127,-152,114,-281r-207,211v18,44,49,70,93,70xm231,-632r93,-162r67,38r-110,149","w":490},"\u0219":{"d":"163,315r-45,-37v28,-32,42,-66,42,-94v0,-34,-22,-35,-22,-69v0,-21,17,-39,42,-39v32,0,53,34,53,83v0,54,-28,108,-70,156xm43,-404v0,-154,162,-175,279,-126r-18,68v-61,-35,-176,-45,-176,51v0,128,211,81,211,271v0,179,-195,176,-312,120r21,-70v67,47,206,65,206,-43v0,-132,-211,-95,-211,-271","w":365},"\u021b":{"d":"182,315r-45,-37v28,-32,42,-66,42,-94v0,-34,-22,-35,-22,-69v0,-21,17,-39,42,-39v32,0,53,34,53,83v0,54,-28,108,-70,156xm297,-74r12,71v-22,9,-57,16,-91,16v-98,0,-139,-58,-139,-165r0,-323r-65,0r0,-64r65,0r0,-179r86,-21r0,200r128,0r0,64r-128,0r0,311v0,65,19,104,69,104v24,0,46,-7,63,-14","w":304},"\u01d4":{"d":"72,-539r85,0r0,375v0,75,27,102,75,102v42,0,78,-27,125,-70r0,-407r85,0r0,539r-76,0r-4,-64v-56,45,-98,77,-159,77v-72,0,-131,-34,-131,-160r0,-392xm258,-680r96,-80r39,36r-103,101r-64,0r-106,-99r38,-38","w":516},"\u01b0":{"d":"76,-539r85,0r0,375v0,75,27,102,75,102v42,0,78,-27,125,-70r0,-407r85,0r0,155v58,-13,60,-90,58,-170r66,0v7,129,-27,218,-124,223r0,331r-76,0r-4,-64v-56,45,-98,77,-159,77v-72,0,-131,-34,-131,-160r0,-392","w":545},"\u0233":{"d":"420,-539r-171,585v-48,142,-102,184,-204,228r-34,-62v94,-37,147,-106,169,-225r-185,-526r92,0r134,429r110,-429r89,0xm346,-632r-273,0r0,-60r273,0r0,60","w":418},"\u00fe":{"d":"452,-275v0,127,-61,289,-206,289v-32,0,-58,-10,-83,-21r0,279r-86,0r0,-1084r86,0r0,292v31,-21,57,-34,92,-34v135,0,197,133,197,279xm361,-269v0,-109,-30,-214,-118,-214v-19,0,-51,9,-80,39r0,359v21,15,51,28,82,28v91,0,116,-134,116,-212","w":498},"\u0410":{"d":"434,0r-69,-225r-221,0r-66,225r-87,0r220,-739r89,0r229,739r-95,0xm254,-650r-92,356r184,0","w":520},"\u0411":{"d":"478,-226v0,135,-80,226,-231,226r-154,0r0,-739r346,0r0,71r-261,0r0,227r80,0v146,0,220,85,220,215xm389,-224v0,-86,-39,-148,-141,-148r-70,0r0,303r58,0v112,0,153,-69,153,-155","w":505},"\u0412":{"d":"497,-210v0,162,-100,210,-245,210r-159,0r0,-739r161,0v175,0,217,95,217,185v0,73,-32,126,-90,157v80,35,116,107,116,187xm406,-211v-5,-141,-105,-147,-228,-143r0,284v130,5,233,0,228,-141xm380,-549v0,-62,-30,-120,-129,-120r-73,0r0,249r58,0v107,0,144,-57,144,-129","w":523},"\u0413":{"d":"92,-739r361,0r0,71r-276,0r0,668r-85,0r0,-739","w":434},"\u0414":{"d":"523,0r-460,0r0,150r-72,0r0,-216r40,0v67,-48,96,-136,109,-326r22,-347r357,0r0,673r77,0r0,216r-73,0r0,-150xm434,-670r-196,0r-16,281v-10,187,-45,267,-97,323r309,0r0,-604","w":608},"\u0415":{"d":"469,0r-376,0r0,-739r358,0r0,71r-273,0r0,248r246,0r0,70r-246,0r0,279r291,0r0,71","w":497},"\u0416":{"d":"110,-739r135,326v15,-2,30,-3,46,-4r0,-322r84,0r0,322v19,1,37,3,54,5r142,-327r98,0r-175,349v34,19,61,52,81,110r93,280r-92,0r-79,-254v-26,-83,-62,-92,-122,-93r0,347r-84,0r0,-347v-58,1,-93,11,-119,93r-81,254r-87,0r92,-280v20,-60,47,-93,82,-112r-168,-347r100,0","w":670},"\u0417":{"d":"395,-577v0,85,-52,145,-112,178v90,31,131,104,131,190v0,200,-214,265,-401,198r18,-72v126,53,293,30,293,-124v0,-116,-113,-157,-261,-146r-2,-69r74,-1v96,-1,170,-59,170,-138v1,-132,-149,-134,-263,-101r-12,-71v48,-11,111,-18,163,-18v121,0,202,63,202,174","w":430},"\u0418":{"d":"159,0r-66,0r0,-739r85,0r0,562r318,-562r66,0r0,739r-85,0r0,-566","w":655},"\u0419":{"d":"419,-946r54,6v-10,90,-61,145,-141,145v-79,0,-130,-55,-140,-145r56,-6v12,56,36,92,84,92v49,0,74,-37,87,-92xm159,0r-66,0r0,-739r85,0r0,562r318,-562r66,0r0,739r-85,0r0,-566","w":655},"\u041a":{"d":"178,-739r0,322v9,0,19,0,28,1r211,-323r111,0r-239,336v78,22,132,75,173,188r79,215r-103,0r-61,-184v-46,-138,-100,-160,-199,-162r0,346r-85,0r0,-739r85,0","w":537},"\u041b":{"d":"524,0r-85,0r0,-670r-204,0r-16,282v-16,239,-68,349,-200,416r-28,-69v99,-54,133,-146,146,-351r22,-347r365,0r0,739","w":616},"\u041c":{"d":"693,0r-87,0r-28,-565r-181,565r-49,0r-182,-565r-29,565r-76,0r42,-739r83,0r190,584r194,-584r80,0","w":753},"\u041d":{"d":"554,0r-86,0r0,-353r-289,0r0,353r-86,0r0,-739r86,0r0,315r289,0r0,-315r86,0r0,739","w":646},"\u041e":{"d":"583,-384v0,192,-59,397,-276,397v-213,0,-263,-201,-263,-368v0,-179,63,-397,275,-397v203,0,264,196,264,368xm494,-380v0,-135,-33,-301,-178,-301v-150,0,-184,184,-184,322v0,144,37,301,177,301v142,0,185,-160,185,-322"},"\u041f":{"d":"550,0r-85,0r0,-668r-287,0r0,668r-85,0r0,-739r457,0r0,739","w":642},"\u0420":{"d":"485,-510v0,166,-127,272,-307,229r0,281r-86,0r0,-739r158,0v152,0,235,87,235,229xm393,-503v0,-95,-39,-165,-152,-165r-63,0r0,317v24,7,51,9,71,9v107,0,144,-69,144,-161","w":508},"\u0421":{"d":"445,-89r11,73v-43,18,-86,28,-137,28v-233,0,-277,-199,-277,-376v0,-209,62,-388,283,-388v50,0,88,9,130,24r-15,72v-14,-7,-59,-24,-115,-24v-132,0,-193,103,-193,306v0,186,51,314,189,314v33,0,76,-7,124,-29","w":463},"\u0422":{"d":"468,-667r-202,0r0,667r-85,0r0,-667r-199,0r0,-72r486,0r0,72","w":450},"\u0423":{"d":"-16,-739r101,0r148,387r149,-387r95,0r-300,739r-94,0r106,-258","w":462},"\u0424":{"d":"369,82r-84,0r0,-132v-189,-17,-244,-165,-244,-309v0,-151,60,-308,244,-331r0,-138r84,0r0,137v179,18,240,161,240,309v0,159,-55,309,-240,331r0,133xm125,-361v0,124,42,225,163,242r0,-499v-128,19,-163,138,-163,257xm526,-378v0,-117,-38,-222,-160,-240r0,498v118,-20,160,-123,160,-258","w":651},"\u0425":{"d":"397,0r-155,-313r-153,313r-95,0r195,-385r-182,-354r103,0r141,286r136,-286r97,0r-185,353r202,386r-104,0","w":489},"\u0426":{"d":"464,-739r85,0r0,668r78,0r0,221r-72,0r0,-150r-463,0r0,-739r85,0r0,668r287,0r0,-668","w":651},"\u0427":{"d":"54,-739r85,0r0,291v3,201,164,180,265,95r0,-386r85,0r0,739r-85,0r0,-272v-53,27,-97,54,-160,54v-101,0,-190,-45,-190,-219r0,-302","w":581},"\u0428":{"d":"658,-739r85,0r0,739r-651,0r0,-739r85,0r0,668r199,0r0,-668r84,0r0,668r198,0r0,-668","w":834},"\u0429":{"d":"659,-739r85,0r0,668r84,0r0,221r-73,0r0,-150r-662,0r0,-739r85,0r0,668r199,0r0,-668r84,0r0,668r198,0r0,-668","w":849},"\u042a":{"d":"-21,-668r0,-71r283,0r0,294r78,0v140,0,215,85,215,216v0,136,-80,229,-226,229r-152,0r0,-668r-198,0xm464,-227v0,-87,-36,-149,-135,-149r-67,0r0,305r55,0v108,0,147,-68,147,-156","w":578},"\u042b":{"d":"611,0r-85,0r0,-739r85,0r0,739xm463,-229v0,136,-77,229,-222,229r-149,0r0,-739r85,0r0,294r75,0v139,0,211,85,211,216xm373,-227v0,-87,-36,-149,-131,-149r-65,0r0,305r54,0v104,0,142,-68,142,-156","w":703},"\u042c":{"d":"470,-229v0,136,-80,229,-226,229r-152,0r0,-739r85,0r0,294r78,0v140,0,215,85,215,216xm379,-227v0,-87,-36,-149,-135,-149r-67,0r0,305r55,0v108,0,147,-68,147,-156","w":497},"\u042d":{"d":"33,-639r-17,-72v45,-25,86,-41,160,-41v212,0,257,221,257,398v0,171,-74,366,-261,366v-75,0,-103,-13,-157,-39r17,-74v50,31,87,41,140,41v129,0,172,-153,172,-292r-283,0r0,-66r280,0v-9,-128,-50,-262,-172,-262v-49,0,-85,12,-136,41","w":472},"\u042e":{"d":"177,0r-85,0r0,-739r85,0r0,331r106,0v11,-166,76,-344,245,-344v179,0,239,196,239,368v0,192,-57,397,-249,397v-180,0,-233,-184,-237,-346r-104,0r0,333xm677,-380v0,-135,-31,-300,-151,-300v-125,0,-156,183,-156,321v0,144,35,300,150,300v116,0,157,-159,157,-321","w":809},"\u042f":{"d":"297,-739r147,0r0,739r-86,0r0,-306v-35,1,-67,0,-98,-5r-132,311r-101,0r156,-333v-77,-32,-127,-96,-127,-201v0,-127,77,-205,241,-205xm358,-376r0,-291r-61,-1v-102,-2,-151,44,-151,132v0,125,100,164,212,160","w":536},"\u0403":{"d":"200,-828r93,-161r67,39r-110,147xm93,-739r361,0r0,71r-276,0r0,668r-85,0r0,-739","w":434},"\u0490":{"d":"93,-739r286,0r0,-133r73,0r2,204r-276,0r0,668r-85,0r0,-739","w":434},"\u0402":{"d":"-5,-739r372,0r0,71r-179,0r0,181v42,-20,89,-33,132,-33v136,0,207,96,207,254v0,151,-77,256,-248,278r-12,-67v125,-19,170,-104,170,-210v0,-110,-42,-184,-123,-184v-46,0,-86,11,-126,32r0,417r-84,0r0,-668r-109,0r0,-71","w":552},"\u0404":{"d":"445,-89r11,73v-43,18,-86,28,-137,28v-233,0,-277,-199,-277,-376v0,-209,62,-388,283,-388v50,0,88,9,130,24r-15,72v-14,-7,-59,-24,-115,-24v-123,0,-185,90,-192,267r279,0r0,64r-280,0v5,173,57,289,189,289v33,0,76,-7,124,-29","w":463},"\u0405":{"d":"426,-183v0,229,-256,224,-403,151r24,-80v56,33,116,53,164,53v67,0,126,-40,126,-123v0,-179,-294,-167,-294,-392v0,-185,194,-213,348,-144r-20,72v-46,-22,-91,-34,-130,-34v-56,0,-110,27,-110,101v0,170,295,152,295,396","w":450},"\u0400":{"d":"170,-947r77,-41r94,156r-56,27xm469,0r-376,0r0,-739r358,0r0,71r-273,0r0,248r246,0r0,70r-246,0r0,279r291,0r0,71","w":497},"\u0401":{"d":"227,-863v0,33,-25,54,-54,54v-33,0,-57,-22,-57,-54v0,-33,25,-56,57,-56v30,0,54,24,54,56xm427,-863v0,32,-23,54,-56,54v-30,0,-53,-22,-53,-54v0,-32,23,-56,53,-56v33,0,56,24,56,56xm469,0r-376,0r0,-739r358,0r0,71r-273,0r0,248r246,0r0,70r-246,0r0,279r291,0r0,71","w":497},"\u0406":{"d":"177,0r-84,0r0,-739r84,0r0,739","w":270},"\u0407":{"d":"90,-863v0,33,-25,54,-54,54v-33,0,-56,-22,-56,-54v0,-33,23,-56,56,-56v30,0,54,24,54,56xm291,-863v0,32,-24,54,-57,54v-30,0,-53,-22,-53,-54v0,-32,23,-56,53,-56v33,0,57,24,57,56xm177,0r-84,0r0,-739r84,0r0,739","w":270},"\u0408":{"d":"253,-739r0,452v0,236,-89,276,-228,316r-13,-74v102,-34,156,-70,156,-245r0,-449r85,0","w":331},"\u040d":{"d":"232,-947r76,-41r93,156r-55,27xm159,0r-66,0r0,-739r85,0r0,562r318,-562r66,0r0,739r-85,0r0,-566","w":655},"\u040c":{"d":"178,-739r0,322v9,0,19,0,28,1r211,-323r111,0r-239,336v78,22,132,75,173,188r79,215r-103,0r-61,-184v-46,-138,-100,-160,-199,-162r0,346r-85,0r0,-739r85,0xm229,-828r93,-161r67,39r-111,147","w":558},"\u0409":{"d":"487,-739r0,294r78,0v140,0,215,85,215,216v0,136,-80,229,-227,229r-151,0r0,-668r-167,0r-18,288v-14,231,-54,333,-198,408r-28,-69v99,-54,133,-146,146,-351r22,-347r328,0xm689,-227v0,-87,-37,-149,-136,-149r-66,0r0,305r55,0v108,0,147,-68,147,-156","w":807},"\u040a":{"d":"806,-224v0,135,-79,224,-226,224r-151,0r0,-365r-251,0r0,365r-86,0r0,-739r86,0r0,303r251,0r0,-303r85,0r0,303r77,0v141,0,215,80,215,212xm715,-223v0,-87,-35,-142,-135,-142r-66,0r0,294r55,0v108,0,146,-64,146,-152","w":832},"\u040b":{"d":"399,-668r-192,0r0,240v107,-106,340,-128,340,111r0,317r-86,0r0,-308v0,-82,-26,-120,-91,-120v-59,0,-105,25,-163,81r0,347r-85,0r0,-668r-142,0r0,-71r419,0r0,71","w":618},"\u040e":{"d":"-21,-739r101,0r148,387r149,-387r95,0r-300,739r-94,0r106,-258xm310,-946r55,6v-10,90,-60,145,-141,145v-80,0,-130,-55,-138,-145r53,-6v14,56,36,92,85,92v49,0,74,-37,86,-92","w":450},"\u040f":{"d":"464,-739r85,0r0,739r-189,0r0,150r-73,0r0,-150r-195,0r0,-739r85,0r0,668r287,0r0,-668","w":641},"\u0492":{"d":"118,-739r361,0r0,71r-276,0r0,262r167,0r0,70r-167,0r0,336r-85,0r0,-336r-113,0r0,-70r113,0r0,-333","w":459},"\u0496":{"d":"376,-739r0,322v19,1,37,3,54,5r142,-327r98,0r-175,349v88,49,108,215,150,319r64,0r0,221r-72,0r0,-150r-61,0r-78,-254v-26,-83,-62,-92,-122,-93r0,347r-84,0r0,-347v-58,1,-93,11,-119,93r-81,254r-87,0r92,-280v20,-60,47,-93,82,-112r-168,-347r100,0r135,326v15,-2,30,-3,46,-4r0,-322r84,0","w":681},"\u049a":{"d":"178,-739r0,322v9,0,19,0,28,1r211,-323r111,0r-239,336v78,22,132,76,173,188r53,144r93,0r0,221r-72,0r0,-150r-98,0r-61,-184v-46,-138,-100,-160,-199,-162r0,346r-85,0r0,-739r85,0","w":536},"\u04a2":{"d":"629,150r-73,0r0,-150r-89,0r0,-353r-289,0r0,353r-86,0r0,-739r86,0r0,315r289,0r0,-315r86,0r0,668r76,0r0,221","w":653},"\u04ae":{"d":"484,-739r-210,497r0,242r-85,0r0,-240r-212,-499r97,0r159,412r162,-412r89,0","w":461},"\u04b0":{"d":"416,-242r-142,0r0,242r-85,0r-1,-242r-142,0r0,-69r112,0r-181,-428r97,0r159,412r162,-412r89,0r-181,428r113,0r0,69","w":461},"\u04b2":{"d":"541,150r-73,0r0,-150r-71,0r-155,-313r-153,313r-95,0r195,-385r-182,-354r103,0r141,286r136,-286r97,0r-185,353r165,315r77,0r0,221","w":489},"\u04b6":{"d":"55,-739r85,0r0,291v3,201,164,180,265,95r0,-386r85,0r0,668r88,0r0,221r-73,0r0,-150r-100,0r0,-272v-53,27,-97,54,-160,54v-101,0,-190,-45,-190,-219r0,-302","w":586},"\u04ba":{"d":"527,0r-85,0r0,-291v-3,-201,-164,-180,-265,-95r0,386r-85,0r0,-739r85,0r0,272v53,-27,97,-54,160,-54v101,0,190,45,190,219r0,302","w":589},"\u04c0":{"d":"177,0r-84,0r0,-739r84,0r0,739","w":270},"\u04d8":{"d":"305,15v-192,0,-269,-177,-247,-375r429,0v0,-176,-56,-321,-203,-321v-60,0,-124,24,-187,68r-28,-69v73,-42,134,-70,225,-70v222,0,280,192,280,394v-1,216,-92,373,-269,373xm312,-55v99,0,159,-97,172,-242r-342,0v-3,139,58,242,170,242","w":616},"\u04e2":{"d":"159,0r-66,0r0,-739r85,0r0,562r318,-562r66,0r0,739r-85,0r0,-566xm503,-828r-273,0r0,-60r273,0r0,60","w":655},"\u04e8":{"d":"583,-384v0,192,-59,397,-276,397v-213,0,-263,-201,-263,-368v0,-179,63,-397,275,-397v203,0,264,196,264,368xm309,-58v129,0,176,-133,184,-279r-361,0v4,138,44,279,177,279xm316,-681v-133,0,-175,145,-183,274r360,0v-4,-129,-42,-274,-177,-274"},"\u04ee":{"d":"-21,-739r101,0r148,387r149,-387r95,0r-300,739r-94,0r106,-258xm375,-828r-273,0r0,-60r273,0r0,60","w":450},"\u0430":{"d":"382,0r-70,0r-9,-52v-34,24,-83,63,-140,63v-82,0,-122,-64,-122,-141v0,-122,110,-156,248,-160r0,-102v0,-73,-28,-94,-73,-94v-35,0,-77,12,-132,38r-18,-65v47,-18,100,-39,162,-39v108,0,145,60,145,158r0,242v0,56,5,110,9,152xm289,-102r0,-135v-74,2,-169,13,-169,97v0,52,26,88,71,88v27,0,56,-18,98,-50","w":442},"\u0431":{"d":"317,-693v-115,0,-163,81,-175,254v28,-26,77,-54,131,-54v105,0,164,86,164,238v0,161,-68,269,-194,269v-157,0,-191,-160,-191,-345v0,-271,69,-432,262,-432v19,0,68,-2,90,-7r0,69v-24,6,-64,8,-87,8xm253,-426v-40,0,-87,27,-114,62v-1,136,3,310,106,310v71,0,104,-87,104,-199v0,-106,-30,-173,-96,-173","w":477},"\u0432":{"d":"405,-157v0,173,-164,162,-331,157r0,-539r129,-2v143,-1,178,69,178,138v0,63,-30,102,-76,122r40,5v40,26,60,70,60,119xm324,-156v0,-102,-81,-97,-171,-95r0,188v91,3,171,2,171,-93xm301,-394v0,-42,-24,-82,-94,-82r-57,0r0,169r48,0v78,0,103,-37,103,-87","w":442},"\u0433":{"d":"78,-539r289,0r0,72r-204,0r0,467r-85,0r0,-539","w":373},"\u0434":{"d":"422,-539r0,473r67,0r0,206r-73,0r0,-140r-344,0r0,140r-72,0r0,-206r49,0v39,-32,45,-87,51,-201r12,-272r310,0xm189,-471v-9,135,-1,333,-55,405r203,0r0,-405r-148,0","w":506},"\u0435":{"d":"405,-269r-285,0v1,135,47,214,133,214v40,0,82,-17,125,-46r21,66v-49,31,-98,48,-153,48v-163,0,-203,-144,-203,-276v0,-161,60,-289,195,-289v143,-1,187,143,167,283xm235,-490v-62,0,-103,60,-113,165r208,0v0,-103,-30,-165,-95,-165","w":451},"\u0436":{"d":"109,-539r94,230v11,-2,23,-4,35,-5r0,-225r82,0r0,225v14,1,27,3,40,6r100,-231r93,0r-134,256v75,54,92,190,132,283r-86,0r-56,-169v-19,-60,-46,-75,-89,-79r0,248r-82,0r0,-248v-43,4,-67,20,-87,79r-57,169r-83,0v39,-93,56,-227,129,-283r-128,-256r97,0","w":558},"\u0437":{"d":"350,-156v0,169,-200,197,-335,141r19,-69v92,47,225,45,229,-71v3,-90,-80,-113,-178,-101r-1,-61v88,6,156,-29,156,-93v0,-42,-27,-72,-79,-72v-26,0,-60,6,-107,29r-25,-62v112,-62,300,-52,301,94v0,69,-34,99,-73,120v46,19,93,56,93,145","w":376},"\u0438":{"d":"144,0r-66,0r0,-539r80,0r0,382r212,-382r67,0r0,539r-80,0r0,-388","w":515},"\u0439":{"d":"144,0r-66,0r0,-539r80,0r0,382r212,-382r67,0r0,539r-80,0r0,-388xm348,-766r62,6v-10,90,-63,139,-145,139v-78,0,-129,-49,-137,-139r61,-6v11,56,32,90,79,90v47,0,70,-34,80,-90","w":515},"\u043a":{"d":"163,-539r0,228v7,0,15,0,22,1r144,-229r104,0r-171,244v101,28,137,191,180,295r-96,0r-43,-128v-33,-97,-71,-111,-140,-115r0,243r-85,0r0,-539r85,0","w":440},"\u043b":{"d":"417,0r-84,0r0,-471r-143,0r-20,250v-10,121,-48,198,-149,236r-33,-63v65,-27,96,-79,104,-183r23,-308r302,0r0,539","w":493},"\u043c":{"d":"565,0r-85,0r-19,-392r-126,392r-50,0r-130,-392r-22,392r-78,0r35,-539r79,0r143,413r141,-413r79,0","w":620},"\u043d":{"d":"446,0r-85,0r0,-250r-197,0r0,250r-85,0r0,-539r85,0r0,220r197,0r0,-220r85,0r0,539","w":525},"\u043e":{"d":"42,-265v0,-158,62,-287,209,-287v149,0,197,130,197,275v0,164,-62,290,-206,290v-140,0,-200,-122,-200,-278xm129,-268v0,126,35,212,115,212v85,0,117,-99,117,-219v0,-120,-32,-209,-114,-209v-82,0,-118,87,-118,216","w":490},"\u043f":{"d":"446,0r-84,0r0,-471r-199,0r0,471r-84,0r0,-539r367,0r0,539","w":525},"\u0440":{"d":"72,273r0,-799v40,-12,111,-28,166,-28v164,0,207,144,207,273v0,112,-33,295,-207,295v-20,0,-55,-4,-81,-20r0,279r-85,0xm157,-466r0,381v24,21,58,28,82,28v87,0,117,-100,117,-218v0,-90,-18,-209,-120,-209v-24,0,-57,6,-79,18","w":488},"\u0441":{"d":"350,-90r20,67v-33,19,-72,33,-123,33v-133,0,-205,-101,-205,-278v0,-185,77,-281,216,-281v32,0,69,5,110,27r-21,71v-36,-23,-66,-30,-90,-30v-75,0,-127,57,-127,204v0,189,89,267,220,187","w":383},"\u0442":{"d":"381,-469r-154,0r0,469r-84,0r0,-469r-155,0r0,-70r393,0r0,70","w":369},"\u0443":{"d":"420,-539r-171,585v-48,142,-102,184,-204,228r-34,-62v94,-37,147,-106,169,-225r-185,-526r92,0r134,429r110,-429r89,0","w":418},"\u0444":{"d":"395,-812r0,265v23,-4,47,-7,72,-7v153,0,199,159,199,286v0,125,-47,282,-201,282v-27,0,-49,-9,-70,-22r0,281r-85,0r0,-266v-23,4,-47,7,-71,7v-153,0,-199,-158,-199,-285v0,-126,46,-283,201,-283v27,0,49,10,69,22r0,-280r85,0xm395,-466r0,379v20,19,45,30,70,30v81,0,111,-105,111,-208v0,-86,-23,-219,-118,-219v-22,0,-44,8,-63,18xm310,-73r0,-380v-19,-18,-43,-30,-70,-30v-80,0,-111,105,-111,208v0,87,24,219,119,219v22,0,44,-7,62,-17","w":706},"\u0445":{"d":"11,-539r99,0r98,210r104,-210r93,0r-144,265r151,274r-101,0r-107,-217r-111,217r-92,0r149,-272","w":413},"\u0446":{"d":"365,-539r85,0r0,468r68,0r0,221r-72,0r0,-150r-367,0r0,-539r84,0r0,470r202,0r0,-470","w":534},"\u0447":{"d":"332,0r0,-240v-43,35,-96,58,-140,58v-82,0,-141,-34,-141,-179r0,-178r85,0r0,172v0,88,25,111,80,111v32,0,68,-13,116,-54r0,-229r85,0r0,539r-85,0","w":496},"\u0448":{"d":"567,-539r85,0r0,539r-578,0r0,-539r84,0r0,471r163,0r0,-471r84,0r0,471r162,0r0,-471","w":725},"\u0449":{"d":"567,-539r85,0r0,468r72,0r0,221r-74,0r0,-150r-576,0r0,-539r84,0r0,471r163,0r0,-471r84,0r0,471r162,0r0,-471","w":736},"\u044a":{"d":"-7,-472r0,-67r219,0r0,192v15,-2,29,-3,41,-3v149,0,201,80,201,174v0,78,-45,180,-211,180v-26,0,-72,-1,-116,-6r0,-470r-134,0xm251,-283v-11,0,-25,1,-39,2r0,218v14,1,28,1,38,1v89,0,115,-58,115,-114v0,-60,-25,-107,-114,-107","w":458},"\u044b":{"d":"164,-539r0,191v152,-17,229,67,229,172v0,78,-44,180,-201,180v-27,0,-71,-1,-113,-6r0,-537r85,0xm535,0r-86,0r0,-539r86,0r0,539xm306,-176v0,-72,-49,-120,-142,-105r0,218v96,14,142,-45,142,-113","w":610},"\u044c":{"d":"164,-539r0,192v15,-2,29,-3,41,-3v149,0,201,80,201,174v0,78,-45,180,-211,180v-26,0,-72,-1,-116,-6r0,-537r85,0xm203,-283v-11,0,-25,1,-39,2r0,218v14,1,28,1,38,1v89,0,115,-58,115,-114v0,-60,-25,-107,-114,-107","w":418},"\u044d":{"d":"48,-455r-18,-68v33,-18,75,-31,125,-31v140,0,193,112,193,286v0,243,-141,331,-321,255r16,-72v122,66,218,23,215,-162r-184,0r0,-67r182,0v-6,-109,-36,-170,-104,-170v-32,0,-72,9,-104,29","w":391},"\u044e":{"d":"162,0r-84,0r0,-539r84,0r0,230r85,0v10,-138,69,-245,191,-245v138,0,186,135,186,276v0,160,-60,292,-192,292v-122,0,-181,-111,-187,-254r-83,0r0,240xm332,-268v0,121,32,212,102,212v73,0,102,-103,102,-219v0,-117,-28,-209,-99,-209v-73,0,-105,92,-105,216","w":670},"\u044f":{"d":"46,-369v0,-63,32,-170,193,-170r136,0r0,539r-84,0r0,-204v-28,0,-56,-1,-81,-6r-80,210r-93,0r103,-230v-56,-24,-94,-68,-94,-139xm132,-374v0,74,49,103,159,102r0,-199r-57,0v-77,0,-102,46,-102,97","w":452},"\u0453":{"d":"79,-539r289,0r0,72r-204,0r0,467r-85,0r0,-539xm182,-632r93,-162r67,38r-110,149","w":372},"\u0491":{"d":"79,-539r212,0r0,-142r76,0r1,214r-204,0r0,467r-85,0r0,-539","w":372},"\u0452":{"d":"302,-644r-137,0r0,153v43,-34,89,-63,147,-63v80,0,140,57,140,284v0,245,-71,370,-197,486r-42,-58v98,-108,153,-197,153,-437v0,-137,-21,-201,-80,-201v-39,0,-81,29,-121,71r0,409r-85,0r0,-644r-51,0r0,-60r51,0r0,-109r85,0r0,109r137,0r0,60","w":514},"\u0454":{"d":"344,-85r17,69v-34,17,-76,29,-124,29v-140,0,-193,-111,-193,-284v0,-243,138,-333,320,-257r-16,72v-116,-65,-215,-25,-215,146r184,0r0,66r-184,0v5,121,34,188,105,188v32,0,73,-8,106,-29","w":393},"\u0455":{"d":"43,-404v0,-154,162,-175,279,-126r-18,68v-61,-35,-176,-45,-176,51v0,128,211,81,211,271v0,179,-195,176,-312,120r21,-70v67,47,206,65,206,-43v0,-132,-211,-95,-211,-271","w":365},"\u0450":{"d":"404,-269r-285,0v1,135,47,214,133,214v40,0,82,-17,125,-46r21,66v-49,31,-98,48,-153,48v-163,0,-203,-144,-203,-276v0,-161,60,-289,195,-289v143,-1,187,143,167,283xm234,-490v-62,0,-103,60,-113,165r208,0v0,-103,-30,-165,-95,-165xm128,-752r76,-41r94,156r-56,27","w":448},"\u0451":{"d":"404,-269r-285,0v1,135,47,214,133,214v40,0,82,-17,125,-46r21,66v-49,31,-98,48,-153,48v-163,0,-203,-144,-203,-276v0,-161,60,-289,195,-289v143,-1,187,143,167,283xm234,-490v-62,0,-103,60,-113,165r208,0v0,-103,-30,-165,-95,-165xm190,-700v0,32,-23,53,-50,53v-32,0,-54,-21,-54,-53v0,-33,22,-55,54,-55v28,0,50,23,50,55xm385,-700v0,32,-23,53,-54,53v-28,0,-50,-21,-50,-53v0,-32,21,-55,50,-55v31,0,54,23,54,55","w":448},"\u0456":{"d":"164,0r-86,0r0,-539r86,0r0,539xm178,-713v0,33,-24,57,-55,57v-32,0,-54,-24,-54,-57v0,-33,24,-58,54,-58v31,0,55,25,55,58","w":241},"\u0457":{"d":"164,0r-86,0r0,-539r86,0r0,539xm80,-700v0,32,-23,53,-50,53v-32,0,-54,-21,-54,-53v0,-33,22,-55,54,-55v28,0,50,23,50,55xm275,-700v0,32,-23,53,-54,53v-28,0,-50,-21,-50,-53v0,-32,21,-55,50,-55v31,0,54,23,54,55","w":241},"\u0458":{"d":"79,-539r85,0r0,524v0,152,-37,213,-191,247r-16,-69v85,-22,122,-50,122,-173r0,-529xm176,-713v0,33,-24,57,-55,57v-32,0,-54,-24,-54,-57v0,-33,24,-58,54,-58v31,0,55,25,55,58","w":239},"\u045d":{"d":"144,0r-66,0r0,-539r80,0r0,382r212,-382r67,0r0,539r-80,0r0,-388xm164,-752r76,-41r94,156r-56,27","w":515},"\u045c":{"d":"164,-539r0,228v7,0,15,0,22,1r144,-229r104,0r-171,244v101,28,137,191,180,295r-96,0r-43,-128v-33,-97,-71,-111,-140,-115r0,243r-85,0r0,-539r85,0xm212,-632r93,-162r67,38r-110,149","w":437},"\u0459":{"d":"404,-539r0,192v14,-2,27,-3,39,-3v146,0,197,80,197,174v0,78,-44,180,-206,180v-26,0,-71,-1,-115,-6r0,-469r-131,0r-19,253v-9,121,-52,195,-154,230r-23,-68v67,-26,89,-74,97,-177r23,-306r292,0xm441,-283v-11,0,-24,1,-37,2r0,218v14,1,26,1,36,1v86,0,112,-58,112,-114v0,-60,-25,-107,-111,-107","w":648},"\u045a":{"d":"416,-539r0,208v14,-1,28,-2,40,-2v145,0,196,75,196,166v0,73,-45,172,-207,172v-26,0,-70,-4,-115,-6r0,-259r-166,0r0,260r-86,0r0,-539r86,0r0,209r166,0r0,-209r86,0xm453,-268v-11,0,-23,1,-37,1r0,207v14,1,27,1,37,1v84,0,109,-55,109,-108v0,-58,-23,-101,-109,-101","w":661},"\u045b":{"d":"275,-644r-118,0r-1,165v105,-93,288,-132,288,97r0,382r-85,0r0,-368v0,-75,-20,-109,-68,-109v-43,0,-85,27,-132,70r0,407r-85,0r0,-644r-72,0r0,-60r72,0r0,-109r85,0r-1,109r117,0r0,60","w":514},"\u045e":{"d":"420,-539r-171,585v-48,142,-102,184,-204,228r-34,-62v94,-37,147,-106,169,-225r-185,-526r92,0r134,429r110,-429r89,0xm303,-766r62,6v-10,90,-63,139,-145,139v-78,0,-129,-49,-137,-139r61,-6v11,56,32,90,79,90v47,0,70,-34,80,-90","w":418},"\u045f":{"d":"365,-539r85,0r0,539r-148,0r0,150r-73,0r0,-150r-150,0r0,-539r84,0r0,470r202,0r0,-470","w":528},"\u0493":{"d":"79,-539r289,0r0,72r-204,0r0,163r107,0r0,71r-107,0r0,233r-85,0r0,-233r-71,0r0,-71r71,0r0,-235","w":372},"\u0497":{"d":"321,-539r0,225v14,1,27,3,40,6r100,-231r93,0r-134,256v59,36,79,139,107,212r70,0r0,221r-73,0r0,-150r-58,0r-56,-169v-19,-60,-46,-75,-89,-79r0,248r-82,0r0,-248v-43,4,-67,20,-87,79r-57,169r-83,0v39,-93,56,-227,129,-283r-128,-256r97,0r94,230v11,-2,23,-4,35,-5r0,-225r82,0","w":558},"\u049b":{"d":"164,-539r0,228v7,0,15,0,22,1r144,-229r104,0r-171,244v79,19,122,134,153,224r70,0r0,221r-74,0r0,-150r-65,0r-43,-128v-33,-97,-71,-111,-140,-115r0,243r-85,0r0,-539r85,0","w":440},"\u04a3":{"d":"520,150r-74,0r0,-150r-85,0r0,-250r-197,0r0,250r-85,0r0,-539r85,0r0,220r197,0r0,-220r85,0r0,468r74,0r0,221","w":525},"\u04af":{"d":"405,-539r-165,506r0,306r-83,0r0,-306r-167,-506r95,0r116,411r119,-411r85,0","w":396},"\u04b1":{"d":"359,-1r-119,0r0,274r-83,0r0,-274r-149,0r0,-68r137,0r-155,-470r95,0r116,411r119,-411r85,0r-154,470r108,0r0,68","w":396},"\u04b3":{"d":"445,150r-72,0r0,-150v-20,-2,-47,4,-63,-2r-106,-215r-111,217r-92,0r149,-272r-139,-267r99,0r98,210r104,-210r93,0r-144,265r112,203r72,0r0,221","w":413},"\u04b7":{"d":"136,-539r0,172v0,88,25,111,80,111v32,0,68,-13,116,-54r0,-229r85,0r0,468r86,0r0,221r-73,0r0,-150r-98,0r0,-240v-43,35,-96,58,-140,58v-82,0,-141,-34,-141,-179r0,-178r85,0","w":496},"\u04bb":{"d":"444,0r-85,0r0,-368v0,-75,-20,-109,-68,-109v-43,0,-85,27,-132,70r0,407r-85,0r0,-813r85,0r-3,334v105,-93,288,-132,288,97r0,382","w":514},"\u04cf":{"d":"159,0r-86,0r0,-812r86,0r0,812","w":231},"\u04d9":{"d":"207,13v-143,1,-187,-143,-167,-283r285,0v-1,-134,-47,-214,-133,-214v-40,0,-82,17,-125,46r-21,-66v49,-31,98,-48,153,-48v163,0,203,144,203,276v0,161,-60,289,-195,289xm210,-49v62,0,103,-60,113,-165r-208,0v0,103,30,165,95,165","w":447},"\u04e3":{"d":"144,0r-66,0r0,-539r80,0r0,382r212,-382r67,0r0,539r-80,0r0,-388xm395,-632r-273,0r0,-60r273,0r0,60","w":515},"\u04e9":{"d":"41,-265v0,-159,70,-287,208,-287v144,0,198,133,198,274v0,160,-67,291,-205,291v-135,0,-201,-123,-201,-278xm244,-52v73,0,111,-83,118,-187r-235,0v6,109,44,187,117,187xm247,-488v-73,0,-112,76,-119,185r234,0v-5,-106,-43,-185,-115,-185","w":488},"\u04ef":{"d":"418,-539r-171,585v-48,142,-102,184,-204,228r-34,-62v94,-37,147,-106,169,-225r-185,-526r92,0r134,429r110,-429r89,0xm349,-632r-273,0r0,-60r273,0r0,60","w":409},"\u0391":{"d":"434,0r-69,-225r-221,0r-66,225r-87,0r220,-739r89,0r229,739r-95,0xm254,-650r-92,356r184,0","w":520},"\u0392":{"d":"496,-210v0,162,-100,210,-245,210r-159,0r0,-739r161,0v175,0,217,95,217,185v0,73,-32,126,-90,157v80,35,116,107,116,187xm405,-211v-5,-141,-105,-147,-228,-143r0,284v130,5,233,0,228,-141xm379,-549v0,-62,-30,-120,-129,-120r-73,0r0,249r58,0v107,0,144,-57,144,-129","w":522},"\u0393":{"d":"93,-739r361,0r0,71r-276,0r0,668r-85,0r0,-739","w":434},"\u0394":{"d":"504,-56r-14,56r-460,0r-18,-57r215,-687r73,0xm409,-70r-147,-565r-154,565r301,0","w":516},"\u2206":{"d":"504,-56r-14,56r-460,0r-18,-57r215,-687r73,0xm409,-70r-147,-565r-154,565r301,0","w":516},"\u0395":{"d":"469,0r-376,0r0,-739r358,0r0,71r-273,0r0,248r246,0r0,70r-246,0r0,279r291,0r0,71","w":497},"\u0396":{"d":"440,0r-432,0r-11,-60r331,-605r-304,0r0,-74r402,0r11,55r-331,610r334,0r0,74","w":445},"\u0397":{"d":"553,0r-86,0r0,-353r-289,0r0,353r-86,0r0,-739r86,0r0,315r289,0r0,-315r86,0r0,739","w":646},"\u0398":{"d":"402,-340r-165,0r0,-66r165,0r0,66xm583,-384v0,192,-59,397,-276,397v-213,0,-263,-201,-263,-368v0,-179,63,-397,275,-397v203,0,264,196,264,368xm494,-380v0,-135,-33,-301,-178,-301v-150,0,-184,184,-184,322v0,144,37,301,177,301v142,0,185,-160,185,-322"},"\u0399":{"d":"177,0r-84,0r0,-739r84,0r0,739","w":270},"\u039a":{"d":"529,-739r-224,311r249,428r-110,0r-192,-360r-74,109r0,251r-86,0r0,-739r86,0r0,368r240,-368r111,0","w":539},"\u039b":{"d":"54,0r243,-739r52,0r244,739r-94,0r-178,-589r-177,589r-90,0","w":496},"\u039c":{"d":"692,0r-87,0r-28,-565r-181,565r-49,0r-182,-565r-29,565r-76,0r42,-739r83,0r190,584r194,-584r80,0","w":751},"\u039d":{"d":"574,0r-63,0r-337,-566r0,566r-82,0r0,-739r66,0r335,558r0,-558r81,0r0,739","w":672},"\u039e":{"d":"409,-666r-359,0r0,-73r359,0r0,73xm50,-73r375,0r0,73r-375,0r0,-73xm102,-423r254,0r0,74r-254,0r0,-74","w":475},"\u039f":{"d":"583,-384v0,192,-59,397,-276,397v-213,0,-263,-201,-263,-368v0,-179,63,-397,275,-397v203,0,264,196,264,368xm494,-380v0,-135,-33,-301,-178,-301v-150,0,-184,184,-184,322v0,144,37,301,177,301v142,0,185,-160,185,-322"},"\u03a0":{"d":"549,0r-85,0r0,-668r-287,0r0,668r-85,0r0,-739r457,0r0,739","w":639},"\u03a1":{"d":"485,-510v0,166,-127,272,-307,229r0,281r-86,0r0,-739r158,0v152,0,235,87,235,229xm393,-503v0,-95,-39,-165,-152,-165r-63,0r0,317v24,7,51,9,71,9v107,0,144,-69,144,-161","w":508},"\u03a3":{"d":"226,-378r-201,-302r15,-59r394,0r0,71r-282,0r188,288r-219,309r321,0r0,71r-426,0r-11,-60","w":448},"\u03a4":{"d":"468,-667r-202,0r0,667r-85,0r0,-667r-199,0r0,-72r486,0r0,72","w":450},"\u03a5":{"d":"484,-739r-210,497r0,242r-85,0r0,-240r-212,-499r97,0r159,412r162,-412r89,0","w":461},"\u03a6":{"d":"371,82r-84,0r0,-132v-189,-17,-244,-165,-244,-309v0,-151,60,-308,244,-331r0,-138r84,0r0,137v179,18,240,161,240,309v0,159,-55,309,-240,331r0,133xm127,-361v0,124,42,225,163,242r0,-499v-128,19,-163,138,-163,257xm528,-378v0,-117,-38,-222,-160,-240r0,498v118,-20,160,-123,160,-258","w":642},"\u03a7":{"d":"397,0r-155,-313r-153,313r-95,0r195,-385r-182,-354r103,0r141,286r136,-286r97,0r-185,353r202,386r-104,0","w":489},"\u03a8":{"d":"13,-718r62,-34v46,42,53,109,57,192v5,99,45,192,154,209r0,-388r84,0r0,387v108,-19,149,-110,153,-208v4,-83,10,-150,56,-192r62,33v-37,34,-39,98,-41,153v-4,123,-51,265,-230,286r0,280r-84,0r0,-279v-183,-17,-234,-162,-234,-287v0,-55,-3,-119,-39,-152","w":657},"\u03a9":{"d":"597,0r-188,0r-19,-58v59,-89,114,-185,114,-353v0,-155,-65,-270,-181,-270v-118,0,-185,112,-185,277v0,137,43,253,114,346r-20,58r-187,0r0,-68r112,0v-52,-74,-104,-189,-104,-338v0,-222,114,-347,273,-347v166,0,263,135,263,333v0,184,-58,270,-109,352r117,0r0,68","w":642},"\u2126":{"d":"597,0r-188,0r-19,-58v59,-89,114,-185,114,-353v0,-155,-65,-270,-181,-270v-118,0,-185,112,-185,277v0,137,43,253,114,346r-20,58r-187,0r0,-68r112,0v-52,-74,-104,-189,-104,-338v0,-222,114,-347,273,-347v166,0,263,135,263,333v0,184,-58,270,-109,352r117,0r0,68","w":642},"\u0386":{"d":"434,0r-69,-225r-221,0r-66,225r-87,0r220,-739r89,0r229,739r-95,0xm254,-650r-92,356r184,0xm15,-619r68,-177r74,24r-88,168","w":520},"\u0388":{"d":"469,0r-376,0r0,-739r358,0r0,71r-273,0r0,248r246,0r0,70r-246,0r0,279r291,0r0,71xm-80,-619r68,-177r74,24r-88,168","w":497},"\u0389":{"d":"553,0r-86,0r0,-353r-289,0r0,353r-86,0r0,-739r86,0r0,315r289,0r0,-315r86,0r0,739xm-81,-619r68,-177r74,24r-88,168","w":646},"\u038a":{"d":"177,0r-84,0r0,-739r84,0r0,739xm-73,-619r68,-177r74,24r-88,168","w":270},"\u03aa":{"d":"90,-863v0,33,-25,54,-54,54v-33,0,-56,-22,-56,-54v0,-33,23,-56,56,-56v30,0,54,24,54,56xm291,-863v0,32,-24,54,-57,54v-30,0,-53,-22,-53,-54v0,-32,23,-56,53,-56v33,0,57,24,57,56xm177,0r-84,0r0,-739r84,0r0,739","w":270},"\u038c":{"d":"583,-384v0,192,-59,397,-276,397v-213,0,-263,-201,-263,-368v0,-179,63,-397,275,-397v203,0,264,196,264,368xm494,-380v0,-135,-33,-301,-178,-301v-150,0,-184,184,-184,322v0,144,37,301,177,301v142,0,185,-160,185,-322xm-57,-619r68,-177r74,24r-88,168"},"\u038e":{"d":"484,-739r-210,497r0,242r-85,0r0,-240r-212,-499r97,0r159,412r162,-412r89,0xm-189,-619r68,-177r74,24r-88,168","w":464},"\u03ab":{"d":"180,-863v0,33,-27,54,-53,54v-34,0,-57,-22,-57,-54v0,-33,24,-56,57,-56v30,0,53,24,53,56xm381,-863v0,32,-24,54,-57,54v-29,0,-53,-22,-53,-54v0,-32,23,-56,53,-56v33,0,57,24,57,56xm484,-739r-210,497r0,242r-85,0r0,-240r-212,-499r97,0r159,412r162,-412r89,0","w":461},"\u038f":{"d":"598,0r-188,0r-19,-58v59,-89,114,-185,114,-353v0,-155,-65,-270,-181,-270v-118,0,-185,112,-185,277v0,137,43,253,114,346r-20,58r-187,0r0,-68r112,0v-52,-74,-104,-189,-104,-338v0,-222,114,-347,273,-347v166,0,263,135,263,333v0,184,-58,270,-109,352r117,0r0,68xm-55,-619r68,-177r74,24r-88,168","w":653},"\u03b1":{"d":"517,-21r-75,33v-23,-59,-43,-117,-63,-171v-41,99,-82,172,-159,172v-117,0,-173,-120,-173,-279v0,-156,53,-286,175,-286v86,0,121,68,160,169v21,-62,45,-123,63,-169r73,32v-34,80,-64,163,-94,246v33,85,56,166,93,253xm224,-57v54,0,81,-94,118,-207v-41,-123,-65,-218,-122,-218v-62,0,-84,108,-84,211v0,120,29,214,88,214","w":529},"\u03b2":{"d":"264,-821v208,-2,194,275,90,382v75,35,102,130,102,212v0,115,-48,241,-202,241v-37,0,-69,-21,-91,-34r0,249r-85,0r0,-805v0,-140,60,-244,186,-245xm163,-580r0,482v21,18,57,41,90,41v82,0,114,-81,114,-171v0,-76,-31,-159,-96,-159v-13,0,-23,1,-64,12r-5,-64v22,-4,48,-11,73,-13v51,-45,66,-112,66,-170v0,-61,-18,-133,-81,-131v-71,2,-97,80,-97,173","w":499},"\u03b3":{"d":"397,-539v-2,170,-62,305,-165,542v11,116,15,189,15,279r-84,0v2,-113,0,-173,-9,-276v-20,-219,-101,-402,-175,-545r100,0v57,105,111,263,136,406v58,-150,93,-270,96,-406r86,0","w":409},"\u03b4":{"d":"213,13v-118,0,-183,-103,-183,-226v0,-120,69,-213,151,-270v-64,-63,-102,-122,-102,-185v1,-158,182,-143,285,-81r-23,63v-44,-25,-93,-41,-123,-41v-34,0,-55,16,-55,59v0,41,27,78,104,155v67,67,141,160,141,296v0,154,-80,230,-195,230xm323,-211v0,-83,-45,-161,-96,-223v-64,53,-114,124,-114,221v0,95,46,158,107,158v55,0,103,-52,103,-156","w":428},"\u03b5":{"d":"38,-148v0,-74,35,-117,81,-143v-40,-22,-67,-64,-67,-122v0,-85,65,-137,176,-137v39,0,82,8,129,24r-13,67v-48,-20,-95,-23,-113,-23v-60,0,-91,29,-91,75v0,51,41,94,120,96r45,2r1,55v-96,-14,-181,12,-178,100v4,110,127,113,220,76r12,67v-40,12,-77,21,-127,21v-115,0,-195,-47,-195,-158","w":376},"\u03b6":{"d":"320,235r-64,-33v31,-61,47,-101,47,-137v0,-35,-13,-51,-59,-51v-129,0,-203,-55,-203,-228v0,-199,119,-404,220,-533r-206,0r0,-65r299,0r18,53v-110,117,-245,312,-245,538v0,134,45,164,125,164v92,0,129,41,129,109v0,35,-14,97,-61,183","w":345},"\u03b7":{"d":"449,288r-85,0r0,-649v0,-82,-20,-119,-66,-119v-45,0,-90,36,-134,91r0,389r-86,0r0,-539r80,0r0,71v102,-118,291,-143,291,100r0,656","w":522},"\u03b8":{"d":"437,-408v0,217,-41,419,-194,419v-164,0,-192,-249,-192,-419v0,-200,40,-410,192,-410v162,0,194,221,194,410xm245,-57v86,0,108,-156,110,-327r-221,0v2,152,27,327,111,327xm242,-750v-78,0,-104,155,-108,302r220,0v-4,-152,-35,-302,-112,-302","w":490},"\u03b9":{"d":"232,-68r6,68v-14,3,-32,4,-48,4v-99,0,-114,-64,-114,-164r0,-379r84,0r0,379v2,83,15,98,72,92","w":248},"\u03ba":{"d":"164,-539r0,228v7,0,15,0,22,1r144,-229r104,0r-171,244v101,28,137,191,180,295r-96,0r-43,-128v-33,-97,-71,-111,-140,-115r0,243r-85,0r0,-539r85,0","w":432},"\u03bb":{"d":"321,0r-118,-413r-126,413r-88,0r183,-523r-14,-49v-31,-112,-80,-148,-166,-149r9,-72v125,2,198,58,241,208r169,585r-90,0","w":405},"\u00b5":{"d":"74,273r0,-812r86,0r0,390v24,52,60,92,101,92v51,0,96,-61,96,-154r0,-328r85,0r0,376v0,61,4,119,10,163r-76,0v-2,-17,-4,-41,-5,-62v-23,44,-56,76,-104,76v-44,0,-79,-20,-107,-55r0,314r-86,0","w":520},"\u03bc":{"d":"74,273r0,-812r86,0r0,390v24,52,60,92,101,92v51,0,96,-61,96,-154r0,-328r85,0r0,376v0,61,4,119,10,163r-76,0v-2,-17,-4,-41,-5,-62v-23,44,-56,76,-104,76v-44,0,-79,-20,-107,-55r0,314r-86,0","w":520},"\u03bd":{"d":"183,0r-184,-539r97,0r123,420v36,-124,107,-275,105,-420r85,0v0,63,-9,130,-37,205r-127,334r-62,0","w":411},"\u03be":{"d":"34,-187v0,-97,47,-186,118,-235v-55,-21,-100,-72,-100,-163v0,-144,120,-217,264,-241r11,65v-101,24,-187,67,-187,173v-1,111,89,125,172,98r19,63v-118,24,-208,105,-208,233v0,102,58,137,133,137v71,0,123,25,123,106v0,45,-15,103,-64,186r-67,-33v30,-62,47,-100,47,-138v0,-43,-25,-50,-62,-50v-120,-1,-199,-68,-199,-201","w":338},"\u03bf":{"d":"42,-265v0,-158,62,-287,209,-287v149,0,197,130,197,275v0,164,-62,290,-206,290v-140,0,-200,-122,-200,-278xm129,-268v0,126,35,212,115,212v85,0,117,-99,117,-219v0,-120,-32,-209,-114,-209v-82,0,-118,87,-118,216","w":490},"\u03c0":{"d":"473,-68r5,68v-13,3,-30,4,-46,4v-96,0,-111,-64,-111,-164r0,-313r-147,0v0,260,-2,354,-32,473r-83,0v31,-126,36,-227,36,-472v-32,2,-57,7,-79,16r-14,-62v32,-15,69,-21,127,-21r343,0r0,66r-69,0r0,313v2,83,14,98,70,92","w":497},"\u03c1":{"d":"68,273r0,-587v0,-157,69,-240,190,-240v138,0,187,141,187,286v0,125,-47,282,-199,282v-38,0,-71,-18,-94,-31r0,290r-84,0xm152,-313r0,215v23,19,60,41,89,41v84,0,114,-105,114,-208v0,-103,-20,-220,-102,-220v-64,0,-101,62,-101,172","w":490},"\u03c3":{"d":"506,-472r-130,0v110,123,93,485,-132,486v-136,0,-200,-117,-200,-297v0,-162,67,-257,234,-257r228,1r0,67xm356,-255v0,-102,-31,-177,-68,-217v-124,-3,-159,68,-158,187v0,136,41,229,117,229v76,0,109,-114,109,-199","w":504},"\u03c2":{"d":"321,225r-67,-35v32,-64,46,-101,46,-137v0,-33,-13,-52,-59,-52v-127,0,-200,-46,-200,-219v0,-205,130,-326,294,-360r18,69v-135,33,-226,134,-226,284v0,134,52,156,125,156v88,0,132,36,132,111v0,36,-17,96,-63,183","w":371},"\u03c4":{"d":"366,-473r-149,0r0,313v1,83,14,98,72,92r4,68v-13,3,-30,4,-46,4v-99,0,-115,-64,-115,-164r0,-313v-52,-1,-104,4,-136,19r-17,-62v86,-41,262,-17,387,-23r0,66","w":349},"\u03c5":{"d":"291,-522r83,-35v54,103,72,203,68,314v-6,139,-64,254,-205,254v-164,0,-181,-145,-170,-309v7,-99,3,-170,-7,-241r84,0v12,81,11,204,6,310v-5,106,20,169,93,169v79,0,107,-83,111,-181v4,-92,-13,-187,-63,-281","w":493},"\u03c6":{"d":"241,264r0,-295v-158,-17,-203,-134,-203,-248v0,-108,40,-219,161,-263r28,62v-82,34,-105,114,-105,198v0,93,32,162,119,180r0,-274v0,-112,47,-175,132,-175v107,0,166,109,166,244v0,134,-53,258,-214,276r0,295r-84,0xm325,-374r0,273v96,-16,130,-95,130,-199v0,-118,-42,-182,-83,-182v-36,0,-47,42,-47,108","w":578},"\u03c7":{"d":"70,-539r104,279r87,-279r94,0r-141,384r153,410r-94,0r-118,-315r-103,326r-83,-21r148,-408r-140,-376r93,0","w":336},"\u03c8":{"d":"346,131r-86,0r0,-123v-166,-24,-194,-140,-194,-306v0,-97,-7,-167,-24,-241r83,0v19,83,26,181,26,295v0,98,30,162,109,179r0,-576r86,0r0,579v101,-15,136,-94,136,-203v0,-74,-18,-158,-79,-251r73,-44v71,106,91,198,91,289v0,155,-61,266,-221,280r0,122","w":611},"\u03c9":{"d":"501,-524r79,-30v40,93,56,163,56,263v0,146,-54,302,-181,302v-57,0,-94,-25,-117,-67v-27,41,-65,67,-118,67v-119,0,-167,-98,-167,-236v0,-117,21,-222,52,-329r80,27v-28,102,-48,206,-48,298v0,98,22,169,84,169v48,0,82,-87,82,-193r0,-177r82,0v6,123,-28,370,72,370v66,0,92,-127,92,-226v0,-88,-11,-146,-48,-238","w":686},"\u03ac":{"d":"518,-21r-75,33v-23,-59,-43,-117,-63,-171v-41,99,-82,172,-159,172v-117,0,-173,-120,-173,-279v0,-156,53,-286,175,-286v86,0,121,68,160,169v21,-62,45,-123,63,-169r73,32v-34,80,-64,163,-94,246v33,85,56,166,93,253xm225,-57v54,0,81,-94,118,-207v-41,-123,-65,-218,-122,-218v-62,0,-84,108,-84,211v0,120,29,214,88,214xm266,-619r68,-177r74,24r-88,168","w":530},"\u03ad":{"d":"39,-148v0,-74,35,-117,81,-143v-40,-22,-67,-64,-67,-122v0,-85,65,-137,176,-137v39,0,82,8,129,24r-13,67v-48,-20,-95,-23,-113,-23v-60,0,-91,29,-91,75v0,51,41,94,120,96r45,2r1,55v-96,-14,-181,12,-178,100v4,110,127,113,220,76r12,67v-40,12,-77,21,-127,21v-115,0,-195,-47,-195,-158xm214,-619r68,-177r74,24r-88,168","w":376},"\u03ae":{"d":"450,288r-85,0r0,-649v0,-82,-20,-119,-66,-119v-45,0,-90,36,-134,91r0,389r-86,0r0,-539r80,0r0,71v102,-118,291,-143,291,100r0,656xm252,-619r68,-177r74,24r-88,168","w":522},"\u03af":{"d":"233,-68r6,68v-14,3,-32,4,-48,4v-99,0,-114,-64,-114,-164r0,-379r84,0r0,379v2,83,15,98,72,92xm80,-619r68,-177r74,24r-88,168","w":250},"\u03ca":{"d":"233,-68r6,68v-14,3,-32,4,-48,4v-99,0,-114,-64,-114,-164r0,-379r84,0r0,379v2,83,15,98,72,92xm79,-700v0,32,-23,53,-50,53v-32,0,-54,-21,-54,-53v0,-33,22,-55,54,-55v28,0,50,23,50,55xm274,-700v0,32,-23,53,-54,53v-28,0,-50,-21,-50,-53v0,-32,21,-55,50,-55v31,0,54,23,54,55","w":250},"\u0390":{"d":"233,-68r6,68v-14,3,-32,4,-48,4v-99,0,-114,-64,-114,-164r0,-379r84,0r0,379v2,83,15,98,72,92xm45,-702v0,32,-22,52,-49,52v-29,0,-51,-21,-51,-52v0,-32,23,-53,51,-53v28,0,49,23,49,53xm280,-702v0,31,-23,52,-52,52v-28,0,-49,-21,-49,-52v0,-30,21,-53,49,-53v29,0,52,23,52,53xm59,-641r54,-180r73,22r-75,171","w":250},"\u03cc":{"d":"42,-265v0,-158,62,-287,209,-287v149,0,197,130,197,275v0,164,-62,290,-206,290v-140,0,-200,-122,-200,-278xm129,-268v0,126,35,212,115,212v85,0,117,-99,117,-219v0,-120,-32,-209,-114,-209v-82,0,-118,87,-118,216xm247,-619r68,-177r74,24r-88,168","w":490},"\u03cd":{"d":"292,-522r83,-35v54,103,72,203,68,314v-6,139,-64,254,-205,254v-164,0,-181,-145,-170,-309v7,-99,3,-170,-7,-241r84,0v12,81,11,204,6,310v-5,106,20,169,93,169v79,0,107,-83,111,-181v4,-92,-13,-187,-63,-281xm223,-619r68,-177r74,24r-88,168","w":493},"\u03b0":{"d":"292,-522r83,-35v54,103,72,203,68,314v-6,139,-64,254,-205,254v-164,0,-181,-145,-170,-309v7,-99,3,-170,-7,-241r84,0v12,81,11,204,6,310v-5,106,20,169,93,169v79,0,107,-83,111,-181v4,-92,-13,-187,-63,-281xm165,-702v0,32,-23,52,-50,52v-30,0,-53,-21,-53,-52v0,-32,24,-53,53,-53v28,0,50,23,50,53xm407,-702v0,31,-24,52,-54,52v-28,0,-50,-21,-50,-52v0,-30,22,-53,50,-53v30,0,54,23,54,53xm179,-641r56,-180r75,22r-77,171","w":493},"\u03cb":{"d":"292,-522r83,-35v54,103,72,203,68,314v-6,139,-64,254,-205,254v-164,0,-181,-145,-170,-309v7,-99,3,-170,-7,-241r84,0v12,81,11,204,6,310v-5,106,20,169,93,169v79,0,107,-83,111,-181v4,-92,-13,-187,-63,-281xm203,-700v0,32,-23,53,-50,53v-32,0,-54,-21,-54,-53v0,-33,22,-55,54,-55v28,0,50,23,50,55xm398,-700v0,32,-23,53,-54,53v-28,0,-50,-21,-50,-53v0,-32,21,-55,50,-55v31,0,54,23,54,55","w":493},"\u03ce":{"d":"506,-524r79,-30v40,93,56,163,56,263v0,146,-54,302,-181,302v-57,0,-94,-25,-117,-67v-27,41,-65,67,-118,67v-119,0,-167,-98,-167,-236v0,-117,21,-222,52,-329r80,27v-28,102,-48,206,-48,298v0,98,22,169,84,169v48,0,82,-87,82,-193r0,-177r82,0v6,123,-28,370,72,370v66,0,92,-127,92,-226v0,-88,-11,-146,-48,-238xm346,-619r68,-177r74,24r-88,168","w":693},"\u0384":{"d":"-74,-619r68,-177r74,24r-88,168","w":79},"\u0385":{"d":"172,-702v0,32,-23,52,-50,52v-30,0,-53,-21,-53,-52v0,-32,24,-53,53,-53v28,0,50,23,50,53xm414,-702v0,31,-24,52,-54,52v-28,0,-50,-21,-50,-52v0,-30,22,-53,50,-53v30,0,54,23,54,53xm186,-641r56,-180r75,22r-77,171","w":516},"\u0387":{"d":"172,-347v0,34,-25,59,-56,59v-33,0,-58,-25,-58,-59v0,-34,26,-59,58,-59v31,0,56,25,56,59","w":216},"&":{"d":"440,-564v0,87,-70,147,-141,206v67,66,159,156,267,301r-47,62r-78,-97v-55,61,-114,108,-209,108v-113,0,-169,-63,-169,-159v0,-96,54,-163,115,-218v-53,-55,-82,-104,-82,-175v0,-98,63,-163,175,-163v102,0,169,53,169,135xm242,-52v60,0,108,-44,150,-95v-60,-66,-113,-114,-157,-156v-46,43,-81,90,-81,150v0,65,32,101,88,101xm184,-532v0,41,21,75,59,117v57,-47,107,-89,107,-141v0,-56,-52,-75,-85,-75v-53,-1,-81,46,-81,99","w":588},",":{"d":"95,163r-52,-44v32,-38,49,-76,49,-109v0,-38,-26,-41,-26,-80v0,-27,20,-47,49,-47v40,0,65,40,65,97v0,64,-33,126,-85,183","w":222},";":{"d":"121,163r-52,-44v32,-38,49,-76,49,-109v0,-38,-26,-41,-26,-80v0,-27,20,-47,49,-47v40,0,65,40,65,97v0,64,-33,126,-85,183xm195,-494v0,34,-25,59,-56,59v-33,0,-58,-25,-58,-59v0,-34,26,-59,58,-59v31,0,56,25,56,59","w":255},":":{"d":"195,-45v0,34,-25,59,-56,59v-33,0,-58,-25,-58,-59v0,-34,26,-59,58,-59v31,0,56,25,56,59xm195,-494v0,34,-25,59,-56,59v-33,0,-58,-25,-58,-59v0,-34,26,-59,58,-59v31,0,56,25,56,59","w":255},".":{"d":"176,-45v0,34,-25,59,-56,59v-33,0,-58,-25,-58,-59v0,-34,26,-59,58,-59v31,0,56,25,56,59","w":224},"\u2026":{"d":"165,-45v0,34,-25,59,-56,59v-33,0,-58,-25,-58,-59v0,-34,26,-59,58,-59v31,0,56,25,56,59xm377,-45v0,34,-25,59,-56,59v-33,0,-58,-25,-58,-59v0,-34,26,-59,58,-59v31,0,56,25,56,59xm589,-45v0,34,-25,59,-56,59v-33,0,-58,-25,-58,-59v0,-34,26,-59,58,-59v31,0,56,25,56,59","w":594},"-":{"d":"315,-291r-264,0r0,-71r264,0r0,71","w":369},"\u00ad":{"d":"316,-291r-264,0r0,-71r264,0r0,71","w":369},"!":{"d":"204,-739r-7,519r-79,0r-7,-519r93,0xm225,-45v0,34,-25,59,-56,59v-33,0,-58,-25,-58,-59v0,-34,26,-59,58,-59v31,0,56,25,56,59","w":260},"\u00a1":{"d":"71,200r7,-519r80,0r8,519r-95,0xm181,-492v0,34,-25,59,-56,59v-33,0,-58,-25,-58,-59v0,-34,26,-59,58,-59v31,0,56,25,56,59","w":218},"?":{"d":"147,-216r0,-59v0,-172,122,-200,122,-310v0,-111,-126,-92,-188,-40r-29,-61v47,-31,94,-51,155,-51v112,0,150,72,150,147v0,139,-125,174,-125,320r0,54r-85,0xm247,-45v0,34,-24,59,-56,59v-32,0,-57,-25,-57,-59v0,-34,25,-59,57,-59v32,0,56,25,56,59","w":393},"\u00bf":{"d":"262,-323r0,59v0,172,-122,200,-122,310v0,111,126,92,188,40r29,61v-47,31,-94,51,-155,51v-112,0,-150,-72,-150,-147v0,-139,125,-174,125,-320r0,-54r85,0xm162,-494v0,-34,24,-59,56,-59v32,0,57,25,57,59v0,34,-25,59,-57,59v-32,0,-56,-25,-56,-59","w":393},"\u2018":{"d":"141,-857r52,44v-32,38,-49,76,-49,109v0,38,26,41,26,80v0,27,-20,47,-49,47v-40,0,-65,-40,-65,-97v0,-64,33,-126,85,-183","w":175},"\u2019":{"d":"64,-554r-52,-44v32,-38,49,-76,49,-109v0,-38,-26,-41,-26,-80v0,-27,20,-47,49,-47v40,0,65,40,65,97v0,64,-33,126,-85,183","w":175},"\u201c":{"d":"141,-857r52,44v-32,38,-49,76,-49,109v0,38,26,41,26,80v0,27,-20,47,-49,47v-40,0,-65,-40,-65,-97v0,-64,33,-126,85,-183xm331,-857r52,44v-32,38,-49,76,-49,109v0,38,26,41,26,80v0,27,-20,47,-49,47v-40,0,-65,-40,-65,-97v0,-64,33,-126,85,-183","w":348},"\u201d":{"d":"64,-554r-52,-44v32,-38,49,-76,49,-109v0,-38,-26,-41,-26,-80v0,-27,20,-47,49,-47v40,0,65,40,65,97v0,64,-33,126,-85,183xm255,-554r-52,-44v32,-38,49,-76,49,-109v0,-38,-26,-41,-26,-80v0,-27,20,-47,49,-47v40,0,65,40,65,97v0,64,-33,126,-85,183","w":348},"\u201a":{"d":"84,164r-52,-44v32,-38,49,-76,49,-109v0,-38,-26,-41,-26,-80v0,-27,20,-47,49,-47v40,0,65,40,65,97v0,64,-33,126,-85,183","w":209},"\u201e":{"d":"84,163r-52,-44v32,-38,49,-76,49,-109v0,-38,-26,-41,-26,-80v0,-27,20,-47,49,-47v40,0,65,40,65,97v0,64,-33,126,-85,183xm275,163r-52,-44v32,-38,49,-76,49,-109v0,-38,-26,-41,-26,-80v0,-27,20,-47,49,-47v40,0,65,40,65,97v0,64,-33,126,-85,183","w":382},"\u201b":{"d":"4,-824r52,-44v52,57,85,119,85,183v0,57,-25,97,-65,97v-29,0,-49,-20,-49,-47v0,-39,26,-42,26,-80v0,-33,-17,-71,-49,-109","w":164},"\u2039":{"d":"265,-471r-115,199r115,196r-67,30r-154,-226r154,-226","w":318},"\u203a":{"d":"171,-272r-117,-197r66,-29r155,226r-156,225r-65,-27","w":319},"\u00ab":{"d":"139,-272r107,209r-62,16r-140,-225r140,-226r61,19xm409,-88r-61,18r-127,-202r128,-199r59,19r-91,179","w":463},"\u00bb":{"d":"218,-481r62,-17r140,226r-141,225r-61,-18r107,-207xm54,-456r61,-18r127,202r-127,199r-60,-19r91,-179","w":464},"\u02bc":{"d":"36,-542r-52,-44v32,-38,49,-76,49,-109v0,-38,-26,-41,-26,-80v0,-27,20,-47,49,-47v40,0,65,40,65,97v0,64,-33,126,-85,183","w":130},"\/":{"d":"339,-794r-244,906r-76,-24r243,-906","w":335},"|":{"d":"168,107r-81,0r0,-919r81,0r0,919","w":254},"\u00a6":{"d":"87,-295r81,0r0,402r-81,0r0,-402xm168,-437r-81,0r0,-376r81,0r0,376","w":254},"\\":{"d":"210,112r-243,-909r78,-25r244,910","w":278},"\u2013":{"d":"505,-291r-454,0r0,-71r454,0r0,71","w":559},"\u2014":{"d":"791,-291r-740,0r0,-71r740,0r0,71","w":845},"^":{"d":"472,-308r-94,0r-143,-358r-141,358r-94,0r197,-453r78,0","w":475},"~":{"d":"387,-345r25,59v-22,23,-64,56,-119,56v-70,0,-92,-59,-158,-59v-34,0,-60,11,-87,35r-22,-59v39,-34,76,-51,116,-51v75,0,105,59,158,59v36,0,62,-20,87,-40","w":437},"\u2022":{"d":"16,-343v0,-83,61,-149,137,-149v77,0,140,66,140,149v0,82,-63,148,-140,148v-76,0,-137,-66,-137,-148","w":312},"\u00b7":{"d":"184,-347v0,34,-25,59,-56,59v-33,0,-58,-25,-58,-59v0,-34,26,-59,58,-59v31,0,56,25,56,59","w":240},"(":{"d":"282,166r-60,39v-64,-89,-163,-260,-163,-538v0,-263,86,-411,164,-536r58,41v-53,94,-139,254,-139,493v0,253,92,424,140,501","w":273},")":{"d":"210,-333v0,251,-76,396,-158,538r-60,-40v73,-136,134,-267,134,-497v0,-227,-64,-356,-135,-498r63,-39v78,131,156,284,156,536","w":269},"[":{"d":"276,132r-197,0r0,-1002r197,0r0,66r-123,0r0,870r123,0r0,66","w":299},"]":{"d":"219,132r-196,0r0,-66r122,0r0,-870r-122,0r0,-66r196,0r0,1002","w":298},"{":{"d":"252,76r-13,57v-73,-24,-126,-50,-126,-185r0,-137v0,-111,-29,-157,-89,-166r0,-50v52,-7,89,-51,89,-144r0,-168v0,-115,72,-152,126,-156r9,57v-40,2,-63,36,-63,111r0,157v0,100,-36,145,-73,166v41,20,73,85,73,169r0,170v0,70,19,99,67,119","w":289},"}":{"d":"37,-817r15,-57v71,24,124,49,124,184r0,137v0,112,29,158,88,167r0,50v-49,7,-88,50,-88,144r0,167v0,115,-72,153,-125,156r-9,-57v41,-2,64,-35,64,-110r0,-157v0,-101,35,-145,72,-166v-41,-21,-72,-86,-72,-170r0,-169v0,-71,-21,-100,-69,-119","w":289},"*":{"d":"303,-538r-14,192r142,-73r27,82r-158,50r109,149r-69,51r-82,-160r-77,161r-69,-50r105,-151r-155,-46r26,-82r142,68r-17,-191r90,0","w":488},"\u2020":{"d":"400,-473r-145,0r0,473r-78,0r0,-473r-146,0r0,-66r146,0r0,-199r78,0r0,199r145,0r0,66","w":432},"\u2021":{"d":"400,-214r-145,0r0,214r-78,0r0,-214r-146,0r0,-64r146,0r0,-205r-146,0r0,-64r146,0r0,-192r78,0r0,192r145,0r0,64r-145,0r0,205r145,0r0,64","w":432},"\u00a7":{"d":"424,-242v0,59,-32,105,-91,143v27,34,45,72,45,118v0,145,-188,161,-303,112r23,-62v54,30,198,40,198,-48v0,-123,-243,-197,-243,-359v0,-63,37,-109,90,-143v-30,-37,-51,-78,-51,-128v0,-85,61,-139,166,-139v37,0,86,7,125,22r-22,60v-65,-26,-192,-28,-192,55v0,125,255,202,255,369xm345,-243v0,-73,-86,-127,-158,-193v-33,30,-53,59,-53,95v0,76,83,128,153,193v31,-24,58,-53,58,-95","w":468},"\u00b6":{"d":"382,79r0,-858v-157,-9,-285,17,-284,169v0,126,116,160,206,160r0,529r-80,0r0,-462v-145,-18,-211,-120,-211,-222v0,-139,77,-244,276,-244r175,0r0,928r-82,0","w":540},"_":{"d":"420,78r-413,0r0,-65r413,0r0,65","w":429},"\u2017":{"d":"416,61r-422,0r0,-61r422,0r0,61xm416,183r-422,0r0,-61r422,0r0,61","w":410},"'":{"d":"136,-852v3,96,-6,180,-13,267r-65,0r-12,-165r0,-102r90,0","w":182},"\"":{"d":"136,-852v3,96,-6,180,-13,267r-65,0r-12,-165r0,-102r90,0xm301,-852v2,95,-6,180,-12,267r-66,0r-10,-165r0,-102r88,0","w":347},"@":{"d":"395,11v-105,0,-146,-122,-146,-231v2,-225,157,-377,337,-255r0,315v0,70,14,107,49,107v57,0,81,-109,81,-231v0,-210,-89,-361,-263,-361v-171,0,-313,138,-313,403v0,219,98,391,299,391v48,0,115,-11,168,-34r20,65v-60,22,-129,34,-193,34v-244,0,-373,-190,-373,-453v0,-290,165,-472,386,-472v200,0,349,149,349,415v0,138,-42,307,-178,307v-63,0,-84,-35,-93,-85v-26,49,-72,85,-130,85xm508,-148r0,-292v-116,-57,-177,73,-178,209v0,95,31,176,88,176v39,0,78,-42,90,-93","w":858},"\u00a9":{"d":"948,-300v0,292,-175,527,-440,527v-264,0,-440,-231,-440,-527v0,-291,176,-526,440,-526v265,0,440,235,440,526xm872,-299v0,-252,-147,-455,-365,-455v-218,0,-364,204,-364,455v0,257,147,456,364,456v219,0,365,-204,365,-456xm650,-97r24,68v-36,21,-85,43,-168,43v-135,0,-240,-114,-240,-321v0,-264,207,-361,403,-253r-24,70v-51,-28,-82,-42,-128,-42v-64,0,-164,52,-164,225v0,187,105,250,158,250v54,0,86,-12,139,-40","w":1016},"\u00ae":{"d":"948,-300v0,292,-175,527,-440,527v-264,0,-440,-231,-440,-527v0,-291,176,-526,440,-526v265,0,440,235,440,526xm872,-299v0,-252,-147,-455,-365,-455v-218,0,-364,204,-364,455v0,257,147,456,364,456v219,0,365,-204,365,-456xm675,-423v0,84,-44,131,-100,156r121,268r-85,0r-102,-249v-28,5,-56,6,-81,4r0,245r-76,0r0,-594r125,0v159,0,198,98,198,170xm597,-419v0,-71,-52,-120,-169,-111r0,228v120,1,169,-44,169,-117","w":1016},"\u2122":{"d":"278,-757r-107,0r0,357r-64,0r0,-357r-108,0r0,-55r279,0r0,55xm659,-401r-66,0r-13,-300r-95,300r-34,0r-97,-299r-16,299r-60,0r24,-411r63,0r104,313r105,-313r60,0","w":692},"\u212e":{"d":"599,-377r-457,0v0,176,64,321,224,321v66,0,134,-25,199,-67r28,68v-76,43,-139,70,-236,70v-234,0,-302,-191,-301,-395v2,-215,96,-372,283,-372v201,-1,287,178,260,375xm333,-681v-108,0,-174,97,-188,241r372,0v3,-139,-64,-241,-184,-241","w":644},"\u00a4":{"d":"393,-421r-197,0r0,84r197,0r0,64r-193,0v18,181,112,267,259,185r22,70v-42,18,-86,32,-136,32v-147,0,-219,-119,-237,-287r-64,0r0,-64r59,0r1,-84r-60,0r0,-66r67,0v23,-150,94,-265,242,-265v42,0,79,9,122,29r-23,72v-130,-74,-231,-1,-250,164r191,0r0,66","w":506},"\u20ac":{"d":"393,-421r-197,0r0,84r197,0r0,64r-193,0v18,181,112,267,259,185r22,70v-42,18,-86,32,-136,32v-147,0,-219,-119,-237,-287r-64,0r0,-64r59,0r1,-84r-60,0r0,-66r67,0v23,-150,94,-265,242,-265v42,0,79,9,122,29r-23,72v-130,-74,-231,-1,-250,164r191,0r0,66","w":506},"$":{"d":"181,136r6,-125v-57,-5,-112,-22,-154,-43r24,-80v45,27,92,45,134,51r16,-295v-76,-48,-154,-102,-154,-218v0,-114,80,-170,174,-177r6,-109r66,0r-6,112v32,4,66,14,108,30r-20,72v-32,-15,-63,-26,-92,-31r-14,260v78,49,161,105,161,234v0,133,-91,185,-184,194r-7,125r-64,0xm347,-182v0,-60,-34,-98,-78,-132r-13,251v51,-12,91,-51,91,-119xm141,-579v0,55,30,90,71,120r11,-218v-45,8,-82,37,-82,98","w":470},"\u00a2":{"d":"367,-89r19,71v-28,15,-58,27,-97,31r0,121r-74,0r0,-125v-107,-22,-163,-127,-163,-280v0,-158,62,-255,163,-278r0,-120r74,0r0,116v32,3,62,13,95,30r-20,73v-121,-78,-222,-18,-222,172v0,187,96,273,225,189","w":410},"\u00a3":{"d":"312,-366r-113,0v-2,110,11,254,-43,297r266,0r0,69r-375,0r-7,-54v89,-61,76,-173,77,-312r-76,0r0,-67r76,0r0,-108v0,-113,63,-208,177,-208v49,0,89,10,131,28r-21,67v-34,-17,-66,-24,-99,-24v-72,0,-106,56,-106,139r0,106r113,0r0,67","w":447},"\u0192":{"d":"224,-613r-19,148r151,0r-7,65r-153,0r-46,364v-27,192,-121,236,-234,247r-7,-66v87,-8,147,-62,163,-185r45,-360r-86,0r7,-65r87,0r20,-156v22,-200,148,-226,303,-178r-20,64v-110,-37,-193,-28,-204,122","w":374},"\u00a5":{"d":"476,-739r-135,309r107,0r0,65r-135,0r-32,73r167,0r0,65r-161,0r0,228r-86,0r0,-228r-161,0r0,-65r170,0r-31,-73r-139,0r0,-65r108,0r5,6r-134,-315r90,0r137,373r138,-373r92,0","w":495},"\u20b4":{"d":"413,-268r-242,-10v-20,28,-33,62,-33,103v0,158,169,137,277,72r21,68v-136,71,-383,89,-380,-136v0,-44,10,-80,25,-110r-37,-2r4,-56r72,3v31,-33,69,-60,104,-86r-174,-7r4,-55r233,9v64,-58,75,-210,-57,-209v-29,0,-77,7,-125,32r-19,-67v59,-25,106,-33,149,-33v97,0,177,42,177,162v0,49,-14,87,-35,119r46,1r-3,56r-91,-3v-34,31,-73,56,-107,85r194,8","w":474},"\u00aa":{"d":"285,-227r-254,0r0,-67r254,0r0,67xm281,-361r-62,0r-6,-43v-28,23,-57,53,-94,53v-61,0,-92,-47,-92,-106v0,-96,72,-123,178,-125v1,-55,3,-114,-51,-114v-29,0,-63,13,-97,31r-15,-57v37,-15,81,-31,126,-31v146,0,108,166,108,300v0,28,3,65,5,92xm205,-453r0,-84v-70,1,-111,22,-111,75v1,80,77,54,111,9","w":325},"\u00ba":{"d":"336,-227r-294,0r0,-67r294,0r0,67xm30,-553v0,-62,29,-199,154,-199v132,0,148,131,148,195v0,76,-29,204,-154,204v-124,0,-148,-127,-148,-200xm108,-555v0,48,9,140,73,140v64,0,75,-92,75,-140v0,-44,-10,-135,-74,-135v-63,0,-74,89,-74,135","w":373},"\u2116":{"d":"805,-588v0,70,-25,176,-133,176v-113,0,-131,-119,-131,-175v0,-66,25,-173,134,-173v110,0,130,109,130,172xm735,-583v0,-41,-12,-113,-64,-113v-50,0,-60,58,-60,106v0,39,8,115,62,115v49,0,62,-61,62,-108xm805,-283r-258,0r0,-72r258,0r0,72xm484,0r-72,0r-232,-553r0,553r-77,0r0,-739r73,0r231,543r0,-543r77,0r0,739","w":830},"#":{"d":"527,-153r-96,0r0,250r-81,0r0,-250r-122,0r0,250r-80,0r0,-250r-100,0r0,-71r99,0r0,-206r-99,0r0,-70r100,0r0,-243r80,0r0,243r121,0r0,-243r82,0r0,243r97,0r0,70r-97,0r0,206r96,0r0,71xm349,-224r0,-206r-121,0r0,206r121,0","w":576},"0":{"d":"485,-334v0,166,-50,346,-224,346v-176,0,-216,-186,-216,-336v0,-165,53,-348,227,-348v173,0,213,183,213,338xm399,-327v0,-134,-29,-275,-133,-275v-100,0,-133,138,-133,272v0,117,19,271,132,271v103,0,134,-135,134,-268","w":530},"1":{"d":"245,0r-86,0r0,-560r-118,68r-29,-60r165,-113r68,0r0,665","w":323},"2":{"d":"382,0r-355,0r0,-55v109,-128,250,-307,250,-441v0,-128,-130,-127,-226,-73r-21,-65v52,-26,108,-40,159,-40v122,0,175,70,175,169v0,161,-138,327,-220,433r238,0r0,72","w":422},"3":{"d":"341,-512v0,71,-33,130,-96,165v83,18,124,95,124,186v0,182,-151,278,-342,254r0,-72v141,20,251,-43,251,-182v0,-80,-40,-144,-164,-134r-40,3r-3,-66v104,0,183,-48,181,-142v-3,-116,-113,-116,-210,-78r-19,-68v141,-53,320,-29,318,134","w":410},"4":{"d":"182,-697r82,0r-161,469r164,0r12,-226r66,0r0,226r71,0r0,70r-71,0r0,158r-80,0r0,-158r-237,0r-18,-57","w":426},"5":{"d":"151,-594r-10,200v142,-17,238,37,238,210v0,199,-137,293,-334,273r0,-73v143,22,245,-55,245,-200v0,-90,-39,-147,-136,-147v-25,0,-59,3,-93,12r17,-341r283,0r0,66r-210,0","w":412},"6":{"d":"417,-673v-162,-21,-247,61,-269,261v32,-21,80,-38,126,-38v121,0,186,86,186,224v0,139,-75,240,-202,240v-171,0,-202,-185,-202,-314v2,-297,99,-474,359,-446xm256,-383v-41,0,-84,23,-113,41v0,114,-5,285,117,285v75,0,110,-75,110,-166v0,-96,-34,-160,-114,-160","w":511},"7":{"d":"251,-589r-254,0r0,-71r342,0r8,50r-221,689r-90,0","w":359},"8":{"d":"42,-175v0,-107,72,-174,124,-215v-57,-44,-104,-97,-104,-182v0,-114,86,-180,181,-180v93,0,179,62,179,171v0,85,-59,155,-109,194v66,46,127,102,127,209v0,130,-96,192,-199,192v-104,0,-199,-67,-199,-189xm356,-175v0,-80,-64,-126,-133,-173v-48,41,-96,98,-96,165v0,74,51,128,114,128v60,0,115,-47,115,-120xm146,-577v0,72,49,112,107,150v38,-30,85,-82,85,-147v0,-60,-45,-111,-98,-111v-51,0,-94,44,-94,108","w":482},"9":{"d":"90,15v161,21,247,-60,268,-260v-31,20,-80,37,-125,37v-121,0,-186,-86,-186,-224v0,-139,75,-240,202,-240v171,0,202,185,202,314v-2,297,-99,474,-359,446xm251,-275v41,0,84,-23,112,-41v3,-112,5,-285,-116,-285v-75,0,-110,75,-110,166v0,96,34,160,114,160","w":511},"\u00b9":{"d":"194,-328r-71,0r1,-337r-91,52r-20,-51r124,-84r57,0r0,420","w":248},"\u00b2":{"d":"269,-330r-242,0r-5,-39v61,-72,160,-184,160,-267v0,-81,-79,-60,-137,-29r-17,-56v95,-55,228,-43,228,79v0,90,-75,183,-142,257r155,0r0,55","w":285},"\u00b3":{"d":"245,-452v0,119,-120,154,-230,120r15,-59v58,26,141,19,141,-58v0,-56,-49,-79,-119,-73r-1,-50v56,4,104,-14,104,-70v0,-60,-67,-59,-115,-30r-19,-53v80,-44,211,-36,211,71v0,45,-23,77,-53,96v42,16,66,51,66,106","w":256},"\u2044":{"d":"309,-685r-442,659r-54,-49r444,-661","w":129},"\u215b":{"d":"398,-104v0,-55,37,-92,63,-113v-29,-22,-52,-52,-52,-100v0,-68,52,-105,109,-105v57,0,112,35,112,103v0,45,-26,83,-53,105v34,23,64,53,64,107v0,82,-59,115,-122,115v-67,0,-121,-33,-121,-112xm576,-685r-442,659r-54,-49r444,-661xm187,-328r-71,0r1,-337r-91,52r-20,-51r124,-84r57,0r0,420xm572,-108v0,-37,-31,-58,-66,-79v-20,18,-40,42,-40,80v0,38,24,61,53,61v31,0,53,-22,53,-62xm474,-317v0,34,23,53,53,72v18,-17,37,-43,37,-69v0,-33,-18,-55,-45,-55v-24,0,-45,20,-45,52","w":670},"\u00bc":{"d":"187,-328r-71,0r1,-337r-91,52r-20,-51r124,-84r57,0r0,420xm449,-426r69,0r-103,277r91,0r14,-135r45,0r0,135r46,0r0,58r-46,0r0,91r-69,0r0,-91r-137,0r-17,-49xm569,-685r-442,659r-54,-49r444,-661","w":622},"\u215c":{"d":"407,-104v0,-55,37,-92,63,-113v-29,-22,-53,-52,-53,-100v0,-68,53,-105,110,-105v57,0,112,35,112,103v0,45,-27,83,-51,105v33,23,62,53,62,107v0,82,-59,115,-122,115v-66,0,-121,-33,-121,-112xm586,-685r-442,659r-54,-49r444,-661xm245,-452v0,119,-120,154,-230,120r15,-59v58,26,141,19,141,-58v0,-56,-49,-79,-119,-73r-1,-50v56,4,104,-14,104,-70v0,-60,-67,-59,-115,-30r-19,-53v80,-44,211,-36,211,71v0,45,-23,77,-53,96v42,16,66,51,66,106xm581,-108v0,-37,-31,-58,-66,-80v-19,19,-40,43,-40,81v0,38,24,61,53,61v31,0,53,-22,53,-62xm484,-317v0,34,23,53,52,72v19,-17,37,-43,37,-69v0,-33,-18,-55,-45,-55v-24,0,-44,20,-44,52","w":678},"\u00bd":{"d":"561,-685r-442,659r-54,-49r444,-661xm647,0r-242,0r-5,-40v61,-71,160,-183,160,-266v0,-81,-80,-60,-137,-29r-17,-57v96,-53,229,-43,229,80v0,89,-75,182,-142,256r154,0r0,56xm187,-328r-71,0r1,-337r-91,52r-20,-51r124,-84r57,0r0,420","w":659},"\u215d":{"d":"426,-104v0,-56,39,-93,63,-114v-29,-22,-52,-51,-52,-99v0,-68,53,-105,110,-105v56,0,111,35,111,103v0,45,-26,83,-52,105v34,23,64,53,64,107v0,82,-60,115,-122,115v-68,0,-122,-33,-122,-112xm598,-685r-442,659r-54,-49r444,-661xm96,-686r-5,96v87,-14,147,26,151,123v6,128,-119,171,-233,135r12,-57v69,28,148,8,148,-75v0,-85,-76,-87,-141,-67r13,-211r187,0r0,56r-132,0xm601,-108v0,-37,-31,-58,-67,-80v-19,19,-41,43,-41,81v0,38,25,61,55,61v31,0,53,-22,53,-62xm503,-317v0,34,23,53,53,72v18,-17,37,-43,37,-69v0,-33,-20,-55,-45,-55v-25,0,-45,20,-45,52","w":698},"\u00be":{"d":"586,-685r-442,659r-54,-49r444,-661xm245,-452v0,119,-120,154,-230,120r15,-59v58,26,141,19,141,-58v0,-56,-49,-79,-119,-73r-1,-50v56,4,104,-14,104,-70v0,-60,-67,-59,-115,-30r-19,-53v80,-44,211,-36,211,71v0,45,-23,77,-53,96v42,16,66,51,66,106xm473,-426r70,0r-103,277r91,0r13,-135r46,0r0,135r46,0r0,58r-46,0r0,91r-69,0r0,-91r-137,0r-17,-49","w":640},"\u215e":{"d":"348,-104v0,-56,38,-93,63,-114v-29,-22,-52,-51,-52,-99v0,-68,51,-105,110,-105v57,0,112,35,112,103v0,45,-28,82,-53,104v34,23,64,54,64,108v0,82,-60,115,-123,115v-68,0,-121,-33,-121,-112xm519,-685r-442,659r-54,-49r444,-661xm149,-684r-150,0r0,-58r224,0r6,42r-135,372r-77,0xm523,-108v0,-37,-31,-58,-67,-80v-18,18,-41,42,-41,81v0,38,25,61,54,61v30,0,54,-22,54,-62xm425,-317v0,34,23,53,53,72v19,-17,37,-43,37,-69v0,-33,-19,-55,-46,-55v-23,0,-44,20,-44,52","w":619},"%":{"d":"559,-590r-452,535r-48,-51r452,-536xm294,-550v0,71,-45,147,-130,147v-83,0,-126,-70,-126,-147v0,-62,36,-145,129,-145v81,0,127,55,127,145xm226,-550v0,-50,-25,-83,-60,-83v-83,0,-77,168,0,168v43,0,60,-43,60,-85xm577,-133v0,71,-42,147,-128,147v-83,0,-128,-71,-128,-147v0,-63,36,-145,129,-145v82,0,127,54,127,145xm509,-133v0,-51,-24,-83,-60,-83v-83,0,-77,167,0,167v43,0,60,-43,60,-84","w":617},"\u2030":{"d":"559,-590r-452,535r-48,-51r452,-536xm294,-550v0,71,-45,147,-130,147v-83,0,-126,-70,-126,-147v0,-62,36,-145,129,-145v81,0,127,55,127,145xm226,-550v0,-50,-25,-83,-60,-83v-83,0,-77,168,0,168v43,0,60,-43,60,-85xm577,-133v0,71,-42,147,-128,147v-83,0,-128,-71,-128,-147v0,-63,36,-145,129,-145v82,0,127,54,127,145xm509,-133v0,-51,-24,-83,-60,-83v-83,0,-77,167,0,167v43,0,60,-43,60,-84xm880,-133v0,71,-41,147,-128,147v-83,0,-128,-71,-128,-147v0,-63,36,-145,129,-145v82,0,127,54,127,145xm812,-133v0,-51,-24,-83,-60,-83v-82,0,-76,167,0,167v44,0,60,-43,60,-84","w":921},"+":{"d":"439,-249r-156,0r0,212r-78,0r0,-212r-157,0r0,-72r157,0r0,-201r78,0r0,201r156,0r0,72","w":488},"\u2212":{"d":"439,-250r-391,0r0,-72r391,0r0,72","w":488},"\u00b1":{"d":"439,-313r-156,0r0,193r-78,0r0,-193r-157,0r0,-70r157,0r0,-197r78,0r0,197r156,0r0,70xm439,0r-391,0r0,-72r391,0r0,72","w":488},"\u00d7":{"d":"425,-452r-130,158r131,160r-52,53r-130,-160r-129,159r-52,-52r129,-159r-131,-161r51,-54r132,163r129,-161","w":487},"\u00f7":{"d":"442,-336r-367,164r-25,-68r368,-164xm384,-45v0,34,-25,59,-56,59v-33,0,-58,-25,-58,-59v0,-34,26,-59,58,-59v31,0,56,25,56,59xm273,-515v0,34,-25,59,-56,59v-33,0,-58,-25,-58,-59v0,-34,26,-59,58,-59v31,0,56,25,56,59","w":487},"=":{"d":"439,-346r-391,0r0,-72r391,0r0,72xm439,-153r-391,0r0,-72r391,0r0,72","w":488},"\u2260":{"d":"451,-153r-247,0r-143,212r-54,-49r105,-163r-52,0r0,-72r94,0r86,-121r-180,0r0,-72r225,0r156,-231r52,50r-122,181r80,0r0,72r-122,0r-82,121r204,0r0,72","w":487},"\u2248":{"d":"442,-153r-391,0r0,-72r391,0r0,72xm426,-434r23,64v-23,21,-70,57,-126,57v-73,0,-103,-58,-170,-58v-36,0,-63,15,-92,37r-21,-65v43,-32,78,-46,118,-46v78,0,115,59,170,59v37,0,72,-30,98,-48","w":496},"<":{"d":"334,-571r47,54r-218,231r217,231r-45,56r-278,-287","w":442},">":{"d":"130,-571r277,285r-280,287r-43,-56r214,-231r-216,-232","w":488},"\u2264":{"d":"390,-118r-325,-218r326,-221r33,65r-230,156r232,155xm421,-22r-359,0r0,-69r359,0r0,69","w":487},"\u2265":{"d":"98,-556r332,219r-333,220r-32,-65r235,-155r-238,-156xm416,-22r-358,0r0,-69r358,0r0,69","w":487},"\u00ac":{"d":"419,-301r-381,0r0,-70r452,0r0,269r-70,0","w":531},"\u00b0":{"d":"328,-658v0,89,-62,159,-141,159v-81,0,-140,-69,-140,-159v0,-88,63,-158,140,-158v78,0,141,70,141,158xm265,-658v0,-57,-35,-101,-78,-101v-42,0,-77,44,-77,101v0,57,34,102,77,102v43,0,78,-45,78,-102","w":379},"\u2202":{"d":"110,-711r-7,-68v231,-40,341,135,341,396v0,235,-77,396,-222,396v-120,0,-184,-108,-184,-223v0,-136,72,-236,204,-236v33,0,74,8,113,31v-4,-159,-62,-336,-245,-296xm355,-344v-113,-75,-234,-24,-234,130v0,76,36,156,104,156v84,0,125,-116,130,-286","w":512},"\u222b":{"d":"327,-884r-11,70v-98,-27,-151,-3,-151,134v0,171,42,506,42,729v0,141,-46,225,-168,225v-27,0,-58,-6,-81,-12r12,-72v22,6,44,11,65,11v64,0,84,-56,84,-147v0,-189,-41,-559,-41,-731v0,-141,47,-219,168,-219v29,0,58,4,81,12","w":290},"\u221a":{"d":"47,-470r-79,0r0,-69r142,0r45,280r91,-614r277,0r-1,70r-206,1r-107,657r-98,1","w":368},"\u2211":{"d":"470,150r-441,0r-8,-60r223,-387r-205,-380r9,-61r392,0r0,70r-297,0r201,370r-216,378r342,0r0,70","w":486},"\u220f":{"d":"575,-667r-99,0r0,817r-82,0r0,-817r-210,0r0,817r-85,0r0,-817r-97,0r0,-72r573,0r0,72","w":578},"\u221e":{"d":"585,-13v-86,0,-147,-62,-189,-151v-44,83,-105,148,-183,148v-104,0,-174,-102,-174,-235v0,-133,70,-239,174,-239v87,0,145,57,189,151v44,-84,104,-151,183,-151v107,0,173,103,173,241v0,132,-68,236,-173,236xm114,-251v0,94,40,163,102,163v67,0,106,-59,147,-161v-44,-117,-85,-167,-147,-167v-64,0,-102,69,-102,165xm683,-249v0,-94,-36,-166,-102,-166v-65,0,-103,60,-145,161v43,117,77,168,145,168v66,0,102,-69,102,-163","w":797},"\u25ca":{"d":"25,-369r115,-370r105,0r112,370r-113,369r-106,0xm106,-369r86,301r85,-301r-85,-301","w":383},"\u2190":{"d":"327,-125r-42,57r-260,-238r0,-56r260,-236r42,57r-195,172r633,0r0,72r-633,0","w":853},"\u2191":{"d":"97,-424r-54,-43r196,-319r53,0r195,319r-53,43r-133,-232r0,775r-72,0r0,-772","w":533},"\u2192":{"d":"463,-541r42,-56r260,237r0,56r-260,236r-42,-57r195,-172r-633,0r0,-72r633,0","w":793},"\u2193":{"d":"434,-241r53,42r-195,318r-54,0r-195,-318r54,-42r132,230r0,-775r72,0r0,776","w":533},"\u2194":{"d":"491,-541r41,-56r260,237r0,56r-260,236r-41,-57r196,-172r-553,0r196,172r-42,57r-260,-237r0,-56r260,-236r42,56r-196,172r553,0","w":821},"\u2195":{"d":"97,-424r-54,-43r196,-319r53,0r195,319r-53,43r-133,-232r0,684r133,-230r53,42r-195,319r-54,0r-195,-319r54,-42r132,230r0,-681","w":533},"`":{"d":"-35,-752r76,-41r94,156r-56,27","w":122},"\u00b4":{"d":"-17,-632r93,-162r67,38r-110,149","w":122},"\u02c6":{"d":"120,-767r139,121r-40,40r-99,-80r-97,80r-41,-34","w":238},"\u02c7":{"d":"123,-680r96,-80r39,36r-103,101r-64,0r-106,-99r38,-38","w":250},"\u02dc":{"d":"259,-718r33,38v-28,36,-59,54,-94,54v-53,0,-65,-31,-101,-31v-23,0,-40,15,-64,33r-31,-41v31,-33,60,-52,96,-52v50,0,64,30,100,30v24,0,42,-14,61,-31","w":316},"\u00a8":{"d":"103,-700v0,32,-23,53,-50,53v-32,0,-54,-21,-54,-53v0,-33,22,-55,54,-55v28,0,50,23,50,55xm298,-700v0,32,-23,53,-54,53v-28,0,-50,-21,-50,-53v0,-32,21,-55,50,-55v31,0,54,23,54,55","w":300},"\u00af":{"d":"275,-632r-273,0r0,-60r273,0r0,60","w":279},"\u02d8":{"d":"222,-766r62,6v-10,90,-63,139,-145,139v-78,0,-129,-49,-137,-139r61,-6v11,56,32,90,79,90v47,0,70,-34,80,-90","w":295},"\u02da":{"d":"193,-720v0,62,-42,114,-103,114v-60,0,-101,-51,-101,-114v0,-63,43,-115,101,-115v61,0,103,52,103,115xm138,-720v0,-34,-17,-64,-48,-64v-31,0,-47,30,-47,64v0,33,16,62,47,62v30,0,48,-30,48,-62","w":189},"\u02dd":{"d":"353,-760r-116,150r-57,-8r74,-142r99,0xm170,-760r-114,150r-57,-8r73,-142r98,0","w":351},"\u02d9":{"d":"99,-713v0,33,-24,57,-55,57v-32,0,-54,-24,-54,-57v0,-33,24,-58,54,-58v31,0,55,25,55,58","w":95},"\u00b8":{"d":"158,-2r-10,71v59,12,93,44,93,96v-1,95,-109,105,-189,83r12,-46v40,15,116,16,116,-41v0,-36,-29,-50,-86,-54r13,-109r51,0","w":247},"\u02db":{"d":"158,163r17,50v-29,16,-59,25,-90,25v-68,0,-98,-39,-98,-101v0,-58,38,-122,119,-164r59,28v-69,35,-108,88,-108,128v1,67,59,59,101,34","w":204}}});Cufon.registerFont({"w":658,"face":{"font-family":"Graublau Web","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 5 0 4 0 0 2 0 4","ascent":"800","descent":"-200","x-height":"14","bbox":"-243 -1101 1130 380","underline-thickness":"146","underline-position":"-3","stemh":"139","stemv":"173","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":251},"\u00a0":{"w":232},"A":{"d":"446,0r-58,-186r-172,0r-56,186r-171,0r225,-743r182,0r236,743r-186,0xm302,-588r-56,267r111,0","w":621},"B":{"d":"542,-222v-2,255,-244,222,-481,222r0,-743r206,0v202,0,252,99,252,198v0,50,-21,104,-65,141v64,44,88,114,88,182xm363,-231v0,-88,-59,-97,-132,-93r0,190v81,3,132,1,132,-97xm340,-534v0,-53,-41,-82,-109,-75r0,162v73,8,109,-32,109,-87","w":563},"C":{"d":"472,-149r17,140v-47,14,-95,22,-146,22v-264,0,-316,-200,-316,-376v0,-209,74,-395,322,-395v49,0,89,8,139,21r-22,139v-10,-3,-64,-20,-114,-20v-103,0,-147,77,-147,237v0,152,38,254,148,254v28,0,79,-7,119,-22","w":497},"D":{"d":"608,-376v0,200,-96,376,-329,376r-220,0r0,-743r231,0v241,0,318,185,318,367xm434,-369v0,-153,-48,-253,-205,-237r0,469r67,0v79,0,138,-90,138,-232","w":634},"E":{"d":"491,0r-432,0r0,-743r418,0r0,137r-248,0r0,156r223,0r0,137r-223,0r0,176r262,0r0,137","w":518},"F":{"d":"459,-606r-230,0r0,198r213,0r0,136r-213,0r0,272r-170,0r0,-743r400,0r0,137","w":449},"G":{"d":"587,-353r0,288v-80,49,-153,79,-246,79v-212,0,-312,-175,-312,-372v0,-193,96,-400,333,-400v71,0,146,21,220,56r-51,134v-64,-34,-118,-50,-169,-50v-113,0,-155,129,-155,249v0,163,80,297,217,223r0,-207r163,0","w":629},"H":{"d":"605,0r-171,0r0,-317r-201,0r0,317r-172,0r0,-743r172,0r0,290r201,0r0,-290r171,0r0,743","w":667},"I":{"d":"232,0r-171,0r0,-743r171,0r0,743","w":294},"J":{"d":"306,-743r0,441v0,269,-137,303,-306,337r-22,-145v100,-27,158,-53,158,-195r0,-438r170,0","w":360},"K":{"d":"620,-743r-239,316r254,427r-218,0r-144,-296r-43,58r0,238r-171,0r0,-743r171,0r0,282r170,-282r220,0","w":620},"L":{"d":"479,0r-420,0r0,-743r170,0r0,600r250,0r0,143","w":488},"M":{"d":"761,0r-172,0r-21,-414r-142,414r-79,0r-145,-414r-19,414r-148,0r49,-743r151,0r162,449r161,-449r149,0","w":796},"N":{"d":"611,0r-125,0r-264,-414r0,414r-163,0r0,-743r125,0r266,405r0,-405r161,0r0,743","w":670},"O":{"d":"629,-383v0,177,-62,397,-307,397v-242,0,-293,-214,-293,-376v0,-172,71,-396,305,-396v224,0,295,202,295,375xm452,-376v0,-123,-20,-245,-123,-245v-98,0,-124,131,-124,254v0,130,29,244,122,244v89,0,125,-119,125,-253"},"P":{"d":"535,-498v0,161,-121,283,-306,247r0,251r-172,0r0,-743r218,0v162,0,260,97,260,245xm356,-488v0,-81,-35,-127,-127,-118r0,220v79,24,127,-24,127,-102","w":556},"Q":{"d":"629,-383v0,127,-32,276,-140,350v249,86,394,178,641,141r-16,127v-55,5,-87,7,-122,7v-214,0,-470,-122,-732,-233v-189,-33,-231,-224,-231,-371v0,-172,71,-396,305,-396v224,0,295,202,295,375xm452,-376v0,-123,-20,-245,-123,-245v-98,0,-124,131,-124,254v0,130,29,244,122,244v89,0,125,-119,125,-253"},"R":{"d":"59,-743r209,0v171,0,259,83,259,223v0,104,-41,170,-105,208r143,312r-204,0r-98,-270v-11,1,-23,1,-34,1r0,269r-170,0r0,-743xm229,-605r0,200v79,1,119,-26,119,-110v0,-74,-44,-100,-119,-90","w":571},"S":{"d":"469,-198v0,246,-295,243,-458,165r43,-150v70,37,121,56,161,56v39,0,75,-23,75,-68v0,-118,-266,-128,-266,-356v0,-213,243,-247,419,-171r-36,141v-59,-25,-101,-37,-136,-37v-37,0,-71,14,-71,57v0,117,269,111,269,363","w":479},"T":{"d":"520,-605r-184,0r0,605r-169,0r0,-605r-181,0r0,-138r534,0r0,138","w":507},"U":{"d":"581,-743r0,491v0,143,-80,266,-271,266v-191,0,-253,-125,-253,-263r0,-494r169,0r0,459v0,84,12,152,96,152v83,0,90,-70,90,-152r0,-459r169,0","w":638},"V":{"d":"624,-743r-262,743r-111,0r-263,-743r185,0r139,479r134,-479r178,0","w":611},"W":{"d":"819,-743r-130,743r-135,0r-145,-447r-142,447r-136,0r-129,-743r178,0r57,436r118,-436r125,0r122,436r56,-436r161,0","w":822},"X":{"d":"407,0r-109,-238r-111,238r-189,0r194,-380r-186,-363r208,0r99,218r95,-218r191,0r-190,352r207,391r-209,0","w":606},"Y":{"d":"580,-743r-215,495r0,248r-170,0r0,-239r-220,-504r188,0r120,336r122,-336r175,0","w":555},"Z":{"d":"491,0r-454,0r-25,-114r260,-483r-247,0r0,-146r443,0r26,105r-262,492r259,0r0,146","w":503},"\u00c1":{"d":"446,0r-58,-186r-172,0r-56,186r-171,0r225,-743r182,0r236,743r-186,0xm210,-837r116,-193r118,77r-145,160xm302,-588r-56,267r111,0","w":621},"\u0102":{"d":"446,0r-58,-186r-172,0r-56,186r-171,0r225,-743r182,0r236,743r-186,0xm381,-999r103,11v-6,117,-79,187,-183,187v-101,0,-176,-70,-179,-187r104,-11v11,59,35,92,75,92v43,0,68,-34,80,-92xm302,-588r-56,267r111,0","w":621},"\u00c2":{"d":"446,0r-58,-186r-172,0r-56,186r-171,0r225,-743r182,0r236,743r-186,0xm301,-1013r186,163r-83,64r-101,-79r-102,79r-79,-57xm302,-588r-56,267r111,0","w":621},"\u00c4":{"d":"446,0r-58,-186r-172,0r-56,186r-171,0r225,-743r182,0r236,743r-186,0xm275,-889v0,52,-45,90,-94,90v-55,0,-96,-40,-96,-90v0,-53,44,-92,96,-92v54,0,94,43,94,92xm515,-889v0,50,-43,90,-98,90v-50,0,-92,-40,-92,-90v0,-49,39,-92,92,-92v56,0,98,43,98,92xm302,-588r-56,267r111,0","w":621},"\u00c6":{"d":"748,0r-330,0r-18,-205r-171,0r-90,205r-201,0r385,-743r411,0r0,137r-224,0r16,153r178,0r0,137r-165,0r20,179r189,0r0,137xm392,-330r-24,-269r-85,269r109,0","w":776},"\u00c0":{"d":"446,0r-58,-186r-172,0r-56,186r-171,0r225,-743r182,0r236,743r-186,0xm164,-957r136,-74r104,194r-102,44xm302,-588r-56,267r111,0","w":621},"\u0100":{"d":"446,0r-58,-186r-172,0r-56,186r-171,0r225,-743r182,0r236,743r-186,0xm466,-824r-330,0r0,-112r330,0r0,112xm302,-588r-56,267r111,0","w":621},"\u0104":{"d":"602,152r31,90v-39,19,-68,29,-117,29v-88,0,-131,-49,-131,-126v0,-57,31,-108,71,-145r-10,0r-58,-186r-172,0r-56,186r-171,0r225,-743r182,0r236,743v-59,33,-114,85,-114,127v1,58,49,45,84,25xm302,-588r-56,267r111,0","w":621},"\u00c5":{"d":"301,-932v108,0,178,141,107,227r224,705r-186,0r-58,-186r-172,0r-56,186r-171,0r211,-698v-77,-82,-11,-234,101,-234xm302,-588r-56,267r111,0xm333,-791v0,-27,-10,-49,-32,-49v-24,0,-33,22,-33,49v1,27,8,48,33,48v24,0,32,-22,32,-48","w":621},"\u00c3":{"d":"446,0r-58,-186r-172,0r-56,186r-171,0r225,-743r182,0r236,743r-186,0xm420,-934r61,64v-44,56,-88,78,-131,78v-53,0,-66,-28,-100,-28v-18,0,-36,10,-68,33r-56,-75v47,-47,89,-66,130,-66v77,0,99,56,164,-6xm302,-588r-56,267r111,0","w":621},"\u0106":{"d":"472,-149r17,140v-47,14,-95,22,-146,22v-264,0,-316,-200,-316,-376v0,-209,74,-395,322,-395v49,0,89,8,139,21r-22,139v-10,-3,-64,-20,-114,-20v-103,0,-147,77,-147,237v0,152,38,254,148,254v28,0,79,-7,119,-22xm226,-837r116,-193r118,77r-145,160","w":497},"\u010c":{"d":"472,-149r17,140v-47,14,-95,22,-146,22v-264,0,-316,-200,-316,-376v0,-209,74,-395,322,-395v49,0,89,8,139,21r-22,139v-10,-3,-64,-20,-114,-20v-103,0,-147,77,-147,237v0,152,38,254,148,254v28,0,79,-7,119,-22xm319,-911r103,-79r73,57r-121,128r-108,0r-125,-122r77,-63","w":497},"\u00c7":{"d":"472,-149r17,140v-50,15,-98,23,-154,22r-6,46v51,19,79,54,79,105v-2,113,-130,125,-227,100r21,-82v28,11,98,18,97,-22v0,-26,-22,-37,-65,-41r12,-117v-181,-43,-219,-213,-219,-365v0,-209,74,-395,322,-395v49,0,89,8,139,21r-22,139v-10,-3,-64,-20,-114,-20v-103,0,-147,77,-147,237v0,152,38,254,148,254v28,0,79,-7,119,-22","w":497},"\u0108":{"d":"472,-149r17,140v-47,14,-95,22,-146,22v-264,0,-316,-200,-316,-376v0,-209,74,-395,322,-395v49,0,89,8,139,21r-22,139v-10,-3,-64,-20,-114,-20v-103,0,-147,77,-147,237v0,152,38,254,148,254v28,0,79,-7,119,-22xm318,-1013r186,163r-83,64r-101,-79r-102,79r-79,-57","w":497},"\u010a":{"d":"472,-149r17,140v-47,14,-95,22,-146,22v-264,0,-316,-200,-316,-376v0,-209,74,-395,322,-395v49,0,89,8,139,21r-22,139v-10,-3,-64,-20,-114,-20v-103,0,-147,77,-147,237v0,152,38,254,148,254v28,0,79,-7,119,-22xm413,-918v0,52,-44,94,-96,94v-53,0,-94,-42,-94,-94v0,-50,41,-94,94,-94v53,0,96,44,96,94","w":497},"\u010e":{"d":"608,-376v0,200,-96,376,-329,376r-220,0r0,-743r231,0v241,0,318,185,318,367xm434,-369v0,-153,-48,-253,-205,-237r0,469r67,0v79,0,138,-90,138,-232xm308,-911r103,-79r73,57r-121,128r-108,0r-125,-122r77,-63","w":634},"\u0110":{"d":"605,-376v0,200,-96,376,-329,376r-220,0r0,-320r-66,0r0,-112r66,0r0,-311r231,0v241,0,318,185,318,367xm320,-320r-94,0r0,183r67,0v79,0,138,-90,138,-232v0,-153,-48,-253,-205,-237r0,174r94,0r0,112","w":637},"\u00c9":{"d":"491,0r-432,0r0,-743r418,0r0,137r-248,0r0,156r223,0r0,137r-223,0r0,176r262,0r0,137xm178,-837r116,-193r118,77r-145,160","w":518},"\u0114":{"d":"491,0r-432,0r0,-743r418,0r0,137r-248,0r0,156r223,0r0,137r-223,0r0,176r262,0r0,137xm349,-999r103,11v-6,117,-79,187,-183,187v-101,0,-176,-70,-179,-187r104,-11v11,59,35,92,75,92v43,0,68,-34,80,-92","w":518},"\u011a":{"d":"491,0r-432,0r0,-743r418,0r0,137r-248,0r0,156r223,0r0,137r-223,0r0,176r262,0r0,137xm271,-911r103,-79r73,57r-121,128r-108,0r-125,-122r77,-63","w":518},"\u00ca":{"d":"491,0r-432,0r0,-743r418,0r0,137r-248,0r0,156r223,0r0,137r-223,0r0,176r262,0r0,137xm270,-1013r186,163r-83,64r-101,-79r-102,79r-79,-57","w":518},"\u00cb":{"d":"491,0r-432,0r0,-743r418,0r0,137r-248,0r0,156r223,0r0,137r-223,0r0,176r262,0r0,137xm243,-889v0,52,-45,90,-94,90v-55,0,-96,-40,-96,-90v0,-53,44,-92,96,-92v54,0,94,43,94,92xm483,-889v0,50,-43,90,-98,90v-50,0,-92,-40,-92,-90v0,-49,39,-92,92,-92v56,0,98,43,98,92","w":518},"\u0116":{"d":"491,0r-432,0r0,-743r418,0r0,137r-248,0r0,156r223,0r0,137r-223,0r0,176r262,0r0,137xm365,-918v0,52,-44,94,-96,94v-53,0,-94,-42,-94,-94v0,-50,41,-94,94,-94v53,0,96,44,96,94","w":518},"\u00c8":{"d":"491,0r-432,0r0,-743r418,0r0,137r-248,0r0,156r223,0r0,137r-223,0r0,176r262,0r0,137xm132,-957r136,-74r104,194r-102,44","w":518},"\u0112":{"d":"491,0r-432,0r0,-743r418,0r0,137r-248,0r0,156r223,0r0,137r-223,0r0,176r262,0r0,137xm434,-824r-330,0r0,-112r330,0r0,112","w":518},"\u0118":{"d":"458,152r31,90v-39,19,-68,29,-117,29v-88,0,-131,-49,-131,-126v0,-57,31,-108,71,-145r-253,0r0,-743r418,0r0,137r-248,0r0,156r223,0r0,137r-223,0r0,176r262,0r0,137v-63,29,-117,86,-117,127v0,58,49,45,84,25","w":518},"\u011e":{"d":"587,-353r0,288v-80,49,-153,79,-246,79v-212,0,-312,-175,-312,-372v0,-193,96,-400,333,-400v71,0,146,21,220,56r-51,134v-64,-34,-118,-50,-169,-50v-113,0,-155,129,-155,249v0,163,80,297,217,223r0,-207r163,0xm427,-999r103,11v-6,117,-79,187,-183,187v-101,0,-176,-70,-179,-187r104,-11v11,59,35,92,75,92v43,0,68,-34,80,-92","w":629},"\u011c":{"d":"587,-353r0,288v-80,49,-153,79,-246,79v-212,0,-312,-175,-312,-372v0,-193,96,-400,333,-400v71,0,146,21,220,56r-51,134v-64,-34,-118,-50,-169,-50v-113,0,-155,129,-155,249v0,163,80,297,217,223r0,-207r163,0xm347,-1013r186,163r-83,64r-101,-79r-102,79r-79,-57","w":629},"\u0122":{"d":"329,380r-76,-67v34,-38,49,-62,49,-91v0,-33,-32,-37,-32,-84v0,-41,32,-70,76,-70v57,0,88,48,88,111v0,74,-42,137,-105,201xm587,-353r0,288v-80,49,-153,79,-246,79v-212,0,-312,-175,-312,-372v0,-193,96,-400,333,-400v71,0,146,21,220,56r-51,134v-64,-34,-118,-50,-169,-50v-113,0,-155,129,-155,249v0,163,80,297,217,223r0,-207r163,0","w":629},"\u0120":{"d":"587,-353r0,288v-80,49,-153,79,-246,79v-212,0,-312,-175,-312,-372v0,-193,96,-400,333,-400v71,0,146,21,220,56r-51,134v-64,-34,-118,-50,-169,-50v-113,0,-155,129,-155,249v0,163,80,297,217,223r0,-207r163,0xm443,-918v0,52,-44,94,-96,94v-53,0,-94,-42,-94,-94v0,-50,41,-94,94,-94v53,0,96,44,96,94","w":629},"\u0126":{"d":"605,0r-171,0r0,-317r-201,0r0,317r-172,0r0,-542r-57,0r0,-112r57,0r0,-89r172,0r0,89r201,0r0,-89r171,0r0,89r53,0r0,112r-53,0r0,542xm233,-453r201,0r0,-89r-201,0r0,89","w":666},"\u0124":{"d":"605,0r-171,0r0,-317r-201,0r0,317r-172,0r0,-743r172,0r0,290r201,0r0,-290r171,0r0,743xm339,-1013r186,163r-83,64r-101,-79r-102,79r-79,-57","w":667},"\u00cd":{"d":"232,0r-171,0r0,-743r171,0r0,743xm59,-837r116,-193r118,77r-145,160","w":294},"\u012c":{"d":"232,0r-171,0r0,-743r171,0r0,743xm230,-999r103,11v-6,117,-79,187,-183,187v-101,0,-176,-70,-179,-187r104,-11v11,59,35,92,75,92v43,0,68,-34,80,-92","w":294},"\u00ce":{"d":"232,0r-171,0r0,-743r171,0r0,743xm150,-1013r186,163r-83,64r-101,-79r-102,79r-79,-57","w":294},"\u00cf":{"d":"232,0r-171,0r0,-743r171,0r0,743xm124,-889v0,52,-45,90,-94,90v-55,0,-96,-40,-96,-90v0,-53,44,-92,96,-92v54,0,94,43,94,92xm364,-889v0,50,-43,90,-98,90v-50,0,-92,-40,-92,-90v0,-49,39,-92,92,-92v56,0,98,43,98,92","w":294},"\u0130":{"d":"232,0r-171,0r0,-743r171,0r0,743xm246,-918v0,52,-44,94,-96,94v-53,0,-94,-42,-94,-94v0,-50,41,-94,94,-94v53,0,96,44,96,94","w":294},"\u00cc":{"d":"232,0r-171,0r0,-743r171,0r0,743xm13,-957r136,-74r104,194r-102,44","w":294},"\u012a":{"d":"232,0r-171,0r0,-743r171,0r0,743xm315,-824r-330,0r0,-112r330,0r0,112","w":294},"\u012e":{"d":"199,152r31,90v-39,19,-68,29,-117,29v-88,0,-131,-49,-131,-126v0,-60,35,-114,79,-151r0,-737r171,0r0,743v-63,29,-117,86,-117,127v0,58,49,45,84,25","w":294},"\u0128":{"d":"232,0r-171,0r0,-743r171,0r0,743xm269,-934r61,64v-44,56,-88,78,-131,78v-53,0,-66,-28,-100,-28v-18,0,-36,10,-68,33r-56,-75v47,-47,89,-66,130,-66v77,0,99,56,164,-6","w":294},"\u0132":{"d":"232,0r-171,0r0,-743r171,0r0,743xm600,-743r0,441v0,269,-137,303,-306,337r-22,-145v100,-27,158,-53,158,-195r0,-438r170,0","w":653},"\u0134":{"d":"306,-743r0,441v0,269,-137,303,-306,337r-22,-145v100,-27,158,-53,158,-195r0,-438r170,0xm227,-1013r186,163r-83,64r-101,-79r-102,79r-79,-57","w":360},"\u0136":{"d":"620,-743r-239,316r254,427r-218,0r-144,-296r-43,58r0,238r-171,0r0,-743r171,0r0,282r170,-282r220,0xm289,380r-76,-67v34,-38,49,-62,49,-91v0,-33,-32,-37,-32,-84v0,-41,32,-70,76,-70v57,0,88,48,88,111v0,74,-42,137,-105,201","w":620},"\u0139":{"d":"479,0r-420,0r0,-743r170,0r0,600r250,0r0,143xm54,-837r116,-193r118,77r-145,160","w":488},"\u013d":{"d":"384,-449r-76,-67v34,-38,49,-62,49,-91v0,-33,-32,-37,-32,-84v0,-41,32,-70,76,-70v57,0,88,48,88,111v0,74,-42,137,-105,201xm481,0r-420,0r0,-743r170,0r0,600r250,0r0,143","w":488},"\u013b":{"d":"250,380r-76,-67v34,-38,49,-62,49,-91v0,-33,-32,-37,-32,-84v0,-41,32,-70,76,-70v57,0,88,48,88,111v0,74,-42,137,-105,201xm479,0r-420,0r0,-743r170,0r0,600r250,0r0,143","w":488},"\u013f":{"d":"481,0r-420,0r0,-743r170,0r0,600r250,0r0,143xm495,-362v0,55,-44,100,-96,100v-55,0,-99,-45,-99,-100v0,-51,42,-97,99,-97v54,0,96,46,96,97","w":488},"\u0141":{"d":"481,0r-420,0r0,-259r-55,50r-35,-110r90,-78r0,-346r170,0r0,241r122,-109r26,121r-148,127r0,220r250,0r0,143","w":488},"\u0143":{"d":"611,0r-125,0r-264,-414r0,414r-163,0r0,-743r125,0r266,405r0,-405r161,0r0,743xm246,-837r116,-193r118,77r-145,160","w":670},"\u0147":{"d":"611,0r-125,0r-264,-414r0,414r-163,0r0,-743r125,0r266,405r0,-405r161,0r0,743xm339,-911r103,-79r73,57r-121,128r-108,0r-125,-122r77,-63","w":670},"\u0145":{"d":"323,380r-76,-67v34,-38,49,-62,49,-91v0,-33,-32,-37,-32,-84v0,-41,32,-70,76,-70v57,0,88,48,88,111v0,74,-42,137,-105,201xm611,0r-125,0r-264,-414r0,414r-163,0r0,-743r125,0r266,405r0,-405r161,0r0,743","w":670},"\u00d1":{"d":"611,0r-125,0r-264,-414r0,414r-163,0r0,-743r125,0r266,405r0,-405r161,0r0,743xm457,-934r61,64v-44,56,-88,78,-131,78v-53,0,-66,-28,-100,-28v-18,0,-36,10,-68,33r-56,-75v47,-47,89,-66,130,-66v77,0,99,56,164,-6","w":670},"\u00d3":{"d":"629,-383v0,177,-62,397,-307,397v-242,0,-293,-214,-293,-376v0,-172,71,-396,305,-396v224,0,295,202,295,375xm452,-376v0,-123,-20,-245,-123,-245v-98,0,-124,131,-124,254v0,130,29,244,122,244v89,0,125,-119,125,-253xm240,-837r116,-193r118,77r-145,160"},"\u014e":{"d":"629,-383v0,177,-62,397,-307,397v-242,0,-293,-214,-293,-376v0,-172,71,-396,305,-396v224,0,295,202,295,375xm452,-376v0,-123,-20,-245,-123,-245v-98,0,-124,131,-124,254v0,130,29,244,122,244v89,0,125,-119,125,-253xm411,-999r103,11v-6,117,-79,187,-183,187v-101,0,-176,-70,-179,-187r104,-11v11,59,35,92,75,92v43,0,68,-34,80,-92"},"\u00d4":{"d":"629,-383v0,177,-62,397,-307,397v-242,0,-293,-214,-293,-376v0,-172,71,-396,305,-396v224,0,295,202,295,375xm452,-376v0,-123,-20,-245,-123,-245v-98,0,-124,131,-124,254v0,130,29,244,122,244v89,0,125,-119,125,-253xm332,-1013r186,163r-83,64r-101,-79r-102,79r-79,-57"},"\u00d6":{"d":"629,-383v0,177,-62,397,-307,397v-242,0,-293,-214,-293,-376v0,-172,71,-396,305,-396v224,0,295,202,295,375xm452,-376v0,-123,-20,-245,-123,-245v-98,0,-124,131,-124,254v0,130,29,244,122,244v89,0,125,-119,125,-253xm305,-889v0,52,-45,90,-94,90v-55,0,-96,-40,-96,-90v0,-53,44,-92,96,-92v54,0,94,43,94,92xm545,-889v0,50,-43,90,-98,90v-50,0,-92,-40,-92,-90v0,-49,39,-92,92,-92v56,0,98,43,98,92"},"\u0152":{"d":"811,0r-321,0v-34,0,-135,15,-181,15v-270,0,-312,-271,-312,-385v0,-132,44,-387,310,-387v46,0,93,14,165,14r322,0r0,137r-256,0r0,145r235,0r0,137r-235,0r0,187r273,0r0,137xm371,-133r0,-473v-17,-8,-40,-11,-64,-11v-118,0,-132,162,-132,247v0,81,7,245,132,245v26,0,45,-2,64,-8","w":837},"\u00d2":{"d":"629,-383v0,177,-62,397,-307,397v-242,0,-293,-214,-293,-376v0,-172,71,-396,305,-396v224,0,295,202,295,375xm452,-376v0,-123,-20,-245,-123,-245v-98,0,-124,131,-124,254v0,130,29,244,122,244v89,0,125,-119,125,-253xm194,-957r136,-74r104,194r-102,44"},"\u0150":{"d":"629,-383v0,177,-62,397,-307,397v-242,0,-293,-214,-293,-376v0,-172,71,-396,305,-396v224,0,295,202,295,375xm452,-376v0,-123,-20,-245,-123,-245v-98,0,-124,131,-124,254v0,130,29,244,122,244v89,0,125,-119,125,-253xm642,-999r-158,188r-100,-12r91,-176r167,0xm422,-999r-150,188r-100,-12r88,-176r162,0"},"\u014c":{"d":"629,-383v0,177,-62,397,-307,397v-242,0,-293,-214,-293,-376v0,-172,71,-396,305,-396v224,0,295,202,295,375xm452,-376v0,-123,-20,-245,-123,-245v-98,0,-124,131,-124,254v0,130,29,244,122,244v89,0,125,-119,125,-253xm496,-824r-330,0r0,-112r330,0r0,112"},"\u00d8":{"d":"629,-383v0,177,-62,397,-307,397v-76,0,-133,-20,-176,-54r-64,73r-103,-109r81,-90v-24,-63,-31,-133,-31,-196v0,-172,71,-396,305,-396v82,0,143,27,188,70r71,-80r100,110r-91,101v19,56,27,117,27,174xm329,-621v-111,0,-129,165,-123,301r215,-242v-19,-36,-48,-59,-92,-59xm327,-123v94,1,128,-134,125,-273r-204,231v18,26,44,42,79,42"},"\u00d5":{"d":"629,-383v0,177,-62,397,-307,397v-242,0,-293,-214,-293,-376v0,-172,71,-396,305,-396v224,0,295,202,295,375xm452,-376v0,-123,-20,-245,-123,-245v-98,0,-124,131,-124,254v0,130,29,244,122,244v89,0,125,-119,125,-253xm451,-934r61,64v-44,56,-88,78,-131,78v-53,0,-66,-28,-100,-28v-18,0,-36,10,-68,33r-56,-75v47,-47,89,-66,130,-66v77,0,99,56,164,-6"},"\u0154":{"d":"59,-743r209,0v171,0,259,83,259,223v0,104,-41,170,-105,208r143,312r-204,0r-98,-270v-11,1,-23,1,-34,1r0,269r-170,0r0,-743xm170,-837r116,-193r118,77r-145,160xm229,-605r0,200v79,1,119,-26,119,-110v0,-74,-44,-100,-119,-90","w":571},"\u0158":{"d":"59,-743r209,0v171,0,259,83,259,223v0,104,-41,170,-105,208r143,312r-204,0r-98,-270v-11,1,-23,1,-34,1r0,269r-170,0r0,-743xm257,-927r103,-79r73,57r-121,129r-108,0r-125,-122r77,-64xm229,-605r0,200v79,1,119,-26,119,-110v0,-74,-44,-100,-119,-90","w":571},"\u0156":{"d":"59,-743r209,0v171,0,259,83,259,223v0,104,-41,170,-105,208r143,312r-204,0r-98,-270v-11,1,-23,1,-34,1r0,269r-170,0r0,-743xm256,380r-76,-67v34,-38,49,-62,49,-91v0,-33,-32,-37,-32,-84v0,-41,32,-70,76,-70v57,0,88,48,88,111v0,74,-42,137,-105,201xm229,-605r0,200v79,1,119,-26,119,-110v0,-74,-44,-100,-119,-90","w":571},"\u015a":{"d":"469,-198v0,246,-295,243,-458,165r43,-150v70,37,121,56,161,56v39,0,75,-23,75,-68v0,-118,-266,-128,-266,-356v0,-213,243,-247,419,-171r-36,141v-59,-25,-101,-37,-136,-37v-37,0,-71,14,-71,57v0,117,269,111,269,363xm159,-837r116,-193r118,77r-145,160","w":479},"\u0160":{"d":"469,-198v0,246,-295,243,-458,165r43,-150v70,37,121,56,161,56v39,0,75,-23,75,-68v0,-118,-266,-128,-266,-356v0,-213,243,-247,419,-171r-36,141v-59,-25,-101,-37,-136,-37v-37,0,-71,14,-71,57v0,117,269,111,269,363xm246,-927r103,-79r73,57r-121,129r-108,0r-125,-122r77,-64","w":479},"\u015e":{"d":"469,-198v0,134,-89,192,-189,207r-6,50v51,19,79,54,79,105v-2,113,-130,125,-227,100r21,-82v28,11,98,18,97,-22v0,-26,-22,-37,-65,-41r11,-106v-68,-4,-130,-22,-179,-46r43,-150v70,37,121,56,161,56v39,0,75,-23,75,-68v0,-118,-266,-128,-266,-356v0,-213,243,-247,419,-171r-36,141v-59,-25,-101,-37,-136,-37v-37,0,-71,14,-71,57v0,117,269,111,269,363","w":479},"\u015c":{"d":"469,-198v0,246,-295,243,-458,165r43,-150v70,37,121,56,161,56v39,0,75,-23,75,-68v0,-118,-266,-128,-266,-356v0,-213,243,-247,419,-171r-36,141v-59,-25,-101,-37,-136,-37v-37,0,-71,14,-71,57v0,117,269,111,269,363xm251,-1013r186,163r-83,64r-101,-79r-102,79r-79,-57","w":479},"\u0164":{"d":"520,-605r-184,0r0,605r-169,0r0,-605r-181,0r0,-138r534,0r0,138xm251,-927r103,-79r73,57r-121,129r-108,0r-125,-122r77,-64","w":507},"\u0162":{"d":"240,380r-76,-67v34,-38,49,-62,49,-91v0,-33,-32,-37,-32,-84v0,-41,32,-70,76,-70v57,0,88,48,88,111v0,74,-42,137,-105,201xm520,-605r-184,0r0,605r-169,0r0,-605r-181,0r0,-138r534,0r0,138","w":507},"\u0166":{"d":"449,-316r-113,0r0,316r-169,0r0,-316r-108,0r0,-123r108,0r0,-166r-181,0r0,-138r534,0r0,138r-184,0r0,166r113,0r0,123","w":507},"\u00da":{"d":"581,-743r0,491v0,143,-80,266,-271,266v-191,0,-253,-125,-253,-263r0,-494r169,0r0,459v0,84,12,152,96,152v83,0,90,-70,90,-152r0,-459r169,0xm234,-837r116,-193r118,77r-145,160","w":638},"\u016c":{"d":"581,-743r0,491v0,143,-80,266,-271,266v-191,0,-253,-125,-253,-263r0,-494r169,0r0,459v0,84,12,152,96,152v83,0,90,-70,90,-152r0,-459r169,0xm405,-999r103,11v-6,117,-79,187,-183,187v-101,0,-176,-70,-179,-187r104,-11v11,59,35,92,75,92v43,0,68,-34,80,-92","w":638},"\u00db":{"d":"581,-743r0,491v0,143,-80,266,-271,266v-191,0,-253,-125,-253,-263r0,-494r169,0r0,459v0,84,12,152,96,152v83,0,90,-70,90,-152r0,-459r169,0xm326,-1013r186,163r-83,64r-101,-79r-102,79r-79,-57","w":638},"\u00dc":{"d":"581,-743r0,491v0,143,-80,266,-271,266v-191,0,-253,-125,-253,-263r0,-494r169,0r0,459v0,84,12,152,96,152v83,0,90,-70,90,-152r0,-459r169,0xm299,-889v0,52,-45,90,-94,90v-55,0,-96,-40,-96,-90v0,-53,44,-92,96,-92v54,0,94,43,94,92xm539,-889v0,50,-43,90,-98,90v-50,0,-92,-40,-92,-90v0,-49,39,-92,92,-92v56,0,98,43,98,92","w":638},"\u00d9":{"d":"581,-743r0,491v0,143,-80,266,-271,266v-191,0,-253,-125,-253,-263r0,-494r169,0r0,459v0,84,12,152,96,152v83,0,90,-70,90,-152r0,-459r169,0xm188,-957r136,-74r104,194r-102,44","w":638},"\u0170":{"d":"581,-743r0,491v0,143,-80,266,-271,266v-191,0,-253,-125,-253,-263r0,-494r169,0r0,459v0,84,12,152,96,152v83,0,90,-70,90,-152r0,-459r169,0xm635,-999r-158,188r-100,-12r91,-176r167,0xm415,-999r-150,188r-100,-12r88,-176r162,0","w":638},"\u016a":{"d":"581,-743r0,491v0,143,-80,266,-271,266v-191,0,-253,-125,-253,-263r0,-494r169,0r0,459v0,84,12,152,96,152v83,0,90,-70,90,-152r0,-459r169,0xm490,-824r-330,0r0,-112r330,0r0,112","w":638},"\u0172":{"d":"548,152r31,90v-39,19,-68,29,-117,29v-88,0,-131,-49,-131,-126v0,-55,29,-105,67,-141v-26,6,-55,10,-88,10v-191,0,-253,-125,-253,-263r0,-494r169,0r0,459v0,84,12,152,96,152v83,0,90,-70,90,-152r0,-459r169,0r0,491v0,89,-31,169,-99,218r96,34v-59,33,-114,85,-114,127v1,58,49,45,84,25","w":638},"\u016e":{"d":"581,-743r0,491v0,143,-80,266,-271,266v-191,0,-253,-125,-253,-263r0,-494r169,0r0,459v0,84,12,152,96,152v83,0,90,-70,90,-152r0,-459r169,0xm462,-943v0,77,-61,140,-136,140v-74,0,-135,-62,-135,-140v0,-77,62,-140,135,-140v74,0,136,64,136,140xm358,-943v0,-27,-15,-49,-32,-49v-18,0,-33,22,-33,49v0,27,15,49,33,49v16,0,32,-22,32,-49","w":638},"\u0168":{"d":"581,-743r0,491v0,143,-80,266,-271,266v-191,0,-253,-125,-253,-263r0,-494r169,0r0,459v0,84,12,152,96,152v83,0,90,-70,90,-152r0,-459r169,0xm445,-934r61,64v-44,56,-88,78,-131,78v-53,0,-66,-28,-100,-28v-18,0,-36,10,-68,33r-56,-75v47,-47,89,-66,130,-66v77,0,99,56,164,-6","w":638},"\u0174":{"d":"819,-743r-130,743r-135,0r-145,-447r-142,447r-136,0r-129,-743r178,0r57,436r118,-436r125,0r122,436r56,-436r161,0xm418,-1013r186,163r-83,64r-101,-79r-102,79r-79,-57","w":822},"\u00dd":{"d":"580,-743r-215,495r0,248r-170,0r0,-239r-220,-504r188,0r120,336r122,-336r175,0xm192,-837r116,-193r118,77r-145,160","w":555},"\u0176":{"d":"580,-743r-215,495r0,248r-170,0r0,-239r-220,-504r188,0r120,336r122,-336r175,0xm284,-1013r186,163r-83,64r-101,-79r-102,79r-79,-57","w":555},"\u0178":{"d":"580,-743r-215,495r0,248r-170,0r0,-239r-220,-504r188,0r120,336r122,-336r175,0xm258,-889v0,52,-45,90,-94,90v-55,0,-96,-40,-96,-90v0,-53,44,-92,96,-92v54,0,94,43,94,92xm498,-889v0,50,-43,90,-98,90v-50,0,-92,-40,-92,-90v0,-49,39,-92,92,-92v56,0,98,43,98,92","w":555},"\u0179":{"d":"491,0r-454,0r-25,-114r260,-483r-247,0r0,-146r443,0r26,105r-262,492r259,0r0,146xm177,-837r116,-193r118,77r-145,160","w":503},"\u017d":{"d":"491,0r-454,0r-25,-114r260,-483r-247,0r0,-146r443,0r26,105r-262,492r259,0r0,146xm270,-911r103,-79r73,57r-121,128r-108,0r-125,-122r77,-63","w":503},"\u017b":{"d":"491,0r-454,0r-25,-114r260,-483r-247,0r0,-146r443,0r26,105r-262,492r259,0r0,146xm364,-918v0,52,-44,94,-96,94v-53,0,-94,-42,-94,-94v0,-50,41,-94,94,-94v53,0,96,44,96,94","w":503},"\u014a":{"d":"299,116v105,-18,161,-56,149,-178r-224,-352r0,414r-163,0r0,-743r125,0r266,405r0,-405r161,0r0,742r3,1v0,178,-127,235,-286,256","w":673},"\u00d0":{"d":"605,-376v0,200,-96,376,-329,376r-220,0r0,-320r-66,0r0,-112r66,0r0,-311r231,0v241,0,318,185,318,367xm320,-320r-94,0r0,183r67,0v79,0,138,-90,138,-232v0,-153,-48,-253,-205,-237r0,174r94,0r0,112","w":637},"\u01cd":{"d":"446,0r-58,-186r-172,0r-56,186r-171,0r225,-743r182,0r236,743r-186,0xm303,-911r103,-79r73,57r-121,128r-108,0r-125,-122r77,-63xm302,-588r-56,267r111,0","w":621},"\u0226":{"d":"446,0r-58,-186r-172,0r-56,186r-171,0r225,-743r182,0r236,743r-186,0xm397,-918v0,52,-44,94,-96,94v-53,0,-94,-42,-94,-94v0,-50,41,-94,94,-94v53,0,96,44,96,94xm302,-588r-56,267r111,0","w":621},"\u01fc":{"d":"748,0r-330,0r-18,-205r-171,0r-90,205r-201,0r385,-743r411,0r0,137r-224,0r16,153r178,0r0,137r-165,0r20,179r189,0r0,137xm392,-330r-24,-269r-85,269r109,0xm356,-837r116,-193r118,77r-145,160","w":776},"\u01fa":{"d":"436,-681v0,39,-16,74,-41,100r240,581r-187,0r-59,-162r-198,0r-58,162r-175,0r236,-594v-70,-85,-2,-227,106,-227v74,0,136,64,136,140xm214,-882r108,-177r107,70r-133,147xm329,-292r-41,-184r-40,184r81,0xm332,-681v0,-27,-15,-49,-32,-49v-18,0,-33,22,-33,49v0,27,15,49,33,49v16,0,32,-22,32,-49","w":612},"\u0228":{"d":"491,0r-182,0r-7,59v51,19,79,54,79,105v-2,113,-130,125,-227,100r21,-82v28,11,98,18,97,-22v0,-26,-22,-37,-65,-41r12,-119r-160,0r0,-743r418,0r0,137r-248,0r0,156r223,0r0,137r-223,0r0,176r262,0r0,137","w":518},"\u01cf":{"d":"232,0r-171,0r0,-743r171,0r0,743xm152,-911r103,-79r73,57r-121,128r-108,0r-125,-122r77,-63","w":294},"\u01d1":{"d":"629,-383v0,177,-62,397,-307,397v-242,0,-293,-214,-293,-376v0,-172,71,-396,305,-396v224,0,295,202,295,375xm452,-376v0,-123,-20,-245,-123,-245v-98,0,-124,131,-124,254v0,130,29,244,122,244v89,0,125,-119,125,-253xm327,-927r103,-79r73,57r-121,129r-108,0r-125,-122r77,-64"},"\u01a0":{"d":"629,-383v0,177,-62,397,-307,397v-242,0,-293,-214,-293,-376v0,-172,71,-396,305,-396v140,0,220,79,260,181v47,-17,49,-104,47,-182r129,0r0,53v0,149,-62,206,-149,225v5,33,8,66,8,98xm452,-376v0,-123,-20,-245,-123,-245v-98,0,-124,131,-124,254v0,130,29,244,122,244v89,0,125,-119,125,-253"},"\u01fe":{"d":"629,-383v0,177,-62,397,-307,397v-76,0,-133,-20,-176,-54r-64,73r-102,-109r80,-90v-23,-63,-31,-133,-31,-196v0,-172,71,-396,305,-396v82,0,143,27,188,70r71,-80r99,110r-90,102v19,55,27,116,27,173xm329,-621v-110,0,-129,165,-123,300r214,-242v-18,-35,-47,-58,-91,-58xm255,-837r117,-193r116,77r-144,160xm327,-123v94,1,128,-135,125,-274r-204,232v18,26,44,42,79,42"},"\u0218":{"d":"469,-198v0,246,-295,243,-458,165r43,-150v70,37,121,56,161,56v39,0,75,-23,75,-68v0,-118,-266,-128,-266,-356v0,-213,243,-247,419,-171r-36,141v-59,-25,-101,-37,-136,-37v-37,0,-71,14,-71,57v0,117,269,111,269,363","w":479},"\u021a":{"d":"520,-605r-184,0r0,605r-169,0r0,-605r-181,0r0,-138r534,0r0,138","w":507},"\u01d3":{"d":"581,-743r0,491v0,143,-80,266,-271,266v-191,0,-253,-125,-253,-263r0,-494r169,0r0,459v0,84,12,152,96,152v83,0,90,-70,90,-152r0,-459r169,0xm320,-927r103,-79r73,57r-121,129r-108,0r-125,-122r77,-64","w":638},"\u01af":{"d":"582,-743r0,139v49,-14,52,-99,50,-177r123,0r0,50v0,161,-73,210,-173,221r0,258v0,143,-80,266,-271,266v-191,0,-253,-125,-253,-263r0,-494r169,0r0,459v0,84,12,152,96,152v83,0,90,-70,90,-152r0,-459r169,0","w":695},"\u1e82":{"d":"819,-743r-130,743r-135,0r-145,-447r-142,447r-136,0r-129,-743r178,0r57,436r118,-436r125,0r122,436r56,-436r161,0xm326,-837r116,-193r118,77r-145,160","w":822},"\u1e84":{"d":"819,-743r-130,743r-135,0r-145,-447r-142,447r-136,0r-129,-743r178,0r57,436r118,-436r125,0r122,436r56,-436r161,0xm391,-889v0,52,-45,90,-94,90v-55,0,-96,-40,-96,-90v0,-53,44,-92,96,-92v54,0,94,43,94,92xm631,-889v0,50,-43,90,-98,90v-50,0,-92,-40,-92,-90v0,-49,39,-92,92,-92v56,0,98,43,98,92","w":822},"\u1e80":{"d":"819,-743r-130,743r-135,0r-145,-447r-142,447r-136,0r-129,-743r178,0r57,436r118,-436r125,0r122,436r56,-436r161,0xm280,-957r136,-74r104,194r-102,44","w":822},"\u1ef2":{"d":"580,-743r-215,495r0,248r-170,0r0,-239r-220,-504r188,0r120,336r122,-336r175,0xm147,-957r136,-74r104,194r-102,44","w":555},"\u0232":{"d":"580,-743r-215,495r0,248r-170,0r0,-239r-220,-504r188,0r120,336r122,-336r175,0xm448,-824r-330,0r0,-112r330,0r0,112","w":555},"\u00de":{"d":"64,-743r171,0r0,129r34,0v216,0,263,158,263,249v0,99,-58,243,-244,243v-23,0,-31,-1,-53,-4r0,126r-171,0r0,-743xm352,-365v0,-38,-4,-109,-101,-109r-16,0r0,211v15,4,30,5,47,5v54,0,70,-58,70,-107","w":556},"a":{"d":"442,0r-134,0r-15,-54v-37,27,-91,65,-144,65v-81,0,-123,-65,-123,-147v0,-126,104,-166,235,-176r0,-67v0,-41,-24,-56,-55,-56v-28,0,-74,12,-126,33r-33,-122v66,-23,128,-37,191,-37v237,0,190,184,190,383v0,63,9,132,14,178xm263,-130r0,-91v-40,4,-89,14,-89,61v1,57,55,67,89,30","w":477},"b":{"d":"515,-296v0,146,-66,310,-245,310v-79,0,-155,-32,-218,-71r0,-756r170,0r0,280v27,-16,62,-28,102,-28v123,0,191,115,191,265xm340,-282v0,-112,-42,-179,-118,-119r0,261v82,50,118,-33,118,-142","w":537},"c":{"d":"357,-150r36,126v-37,19,-83,35,-142,35v-150,0,-232,-103,-232,-283v0,-235,167,-334,373,-262r-38,132v-98,-50,-160,-34,-162,118v-2,153,67,199,165,134","w":400},"d":{"d":"484,-813r0,794v-59,16,-138,33,-209,33v-189,0,-252,-129,-252,-271v0,-163,98,-343,290,-295r0,-261r171,0xm313,-128r0,-285v-79,-35,-112,27,-113,138v-1,112,30,175,113,147","w":534},"e":{"d":"427,-237r-258,0v17,147,111,142,221,83r37,121v-53,28,-118,47,-181,47v-179,0,-223,-147,-223,-281v0,-164,65,-294,212,-294v170,-1,220,163,192,324xm227,-446v-33,0,-53,39,-58,109r113,0v1,-67,-17,-109,-55,-109","w":456},"f":{"d":"422,-804r-31,120v-27,-12,-64,-19,-91,-19v-67,0,-63,82,-62,156r100,0r0,123r-100,0r0,424r-169,0r0,-424r-58,0r0,-123r58,0v-8,-166,39,-279,211,-281v57,0,104,11,142,24","w":328},"g":{"d":"33,-361v-1,-151,117,-231,254,-188v40,-59,74,-108,134,-130r58,114v-50,15,-88,40,-110,77v25,34,41,79,41,131v-2,128,-84,190,-203,186v-2,10,-4,24,-4,33v0,83,261,38,261,243v0,143,-124,179,-232,179v-126,0,-213,-49,-213,-159v0,-70,35,-123,59,-155v-33,-45,-28,-151,11,-186v-35,-31,-56,-79,-56,-145xm302,119v0,-58,-65,-66,-128,-86v-11,23,-21,49,-21,74v0,46,30,65,78,65v38,0,71,-11,71,-53xm276,-366v0,-50,-25,-75,-57,-75v-34,0,-53,31,-53,73v0,48,24,74,55,74v30,0,55,-23,55,-72","w":453},"h":{"d":"498,0r-170,0r0,-351v2,-89,-67,-63,-107,-25r0,376r-169,0r0,-814r169,0r-9,309v118,-77,286,-101,286,123r0,382","w":546},"i":{"d":"224,0r-171,0r0,-547r171,0r0,547xm233,-722v0,52,-44,94,-96,94v-53,0,-94,-42,-94,-94v0,-50,41,-94,94,-94v53,0,96,44,96,94","w":277},"j":{"d":"52,-547r170,0r0,503v0,196,-52,271,-264,314r-34,-138v93,-26,128,-46,128,-162r0,-517xm230,-722v0,52,-44,94,-96,94v-53,0,-94,-42,-94,-94v0,-50,41,-94,94,-94v53,0,96,44,96,94","w":272},"k":{"d":"529,-547r-182,237r186,310r-199,0r-88,-177r-34,44r0,133r-161,0r0,-813r170,0r0,352r-9,120r117,-206r200,0","w":522},"l":{"d":"224,0r-172,0r0,-813r172,0r0,813","w":276},"m":{"d":"498,0r-170,0r0,-351v2,-89,-67,-63,-107,-25r0,376r-169,0r0,-547r157,0r3,49v82,-61,207,-105,264,2v119,-86,298,-117,298,115r0,381r-170,0r0,-352v3,-88,-69,-60,-106,-25r0,377","w":823},"n":{"d":"498,0r-170,0r0,-351v2,-89,-67,-63,-107,-25r0,376r-169,0r0,-547r149,0r11,49v115,-88,286,-109,286,116r0,382","w":546},"o":{"d":"23,-269v0,-157,76,-292,243,-292v168,0,231,138,231,280v0,159,-80,295,-242,295v-157,0,-232,-130,-232,-283xm196,-279v0,93,21,163,66,163v45,0,64,-74,64,-160v0,-87,-19,-155,-65,-155v-45,0,-65,62,-65,152","w":520},"p":{"d":"51,266r0,-801v33,-7,136,-26,206,-26v193,0,248,148,248,276v0,112,-43,299,-244,299v-11,0,-26,-1,-40,-8r0,260r-170,0xm221,-417r0,279v76,46,107,-36,107,-141v0,-79,-23,-176,-107,-138","w":527},"q":{"d":"22,-261v0,-147,67,-300,267,-300v58,0,132,13,191,50r0,777r-169,0r0,-263v-178,52,-289,-85,-289,-264xm198,-261v0,101,33,168,113,122r0,-275v-83,-38,-113,55,-113,153","w":528},"r":{"d":"418,-527r-37,145v-15,-14,-31,-20,-53,-20v-39,0,-74,36,-110,121r0,281r-166,0r0,-547r166,0r0,84v54,-90,109,-135,200,-64","w":406},"s":{"d":"31,-386v0,-179,197,-204,343,-150r-34,127v-22,-11,-69,-27,-99,-27v-27,0,-43,11,-43,37v0,81,187,46,187,236v-1,206,-220,203,-373,140r39,-133v50,26,81,44,124,44v27,0,42,-15,42,-38v0,-80,-186,-64,-186,-236","w":404},"\u017f":{"d":"406,-804r-32,120v-27,-12,-64,-19,-91,-19v-51,0,-62,39,-62,106r0,597r-169,0r0,-597v0,-135,58,-231,211,-231v57,0,104,11,143,24","w":291},"t":{"d":"324,-142r22,140v-30,9,-68,15,-108,15v-125,0,-179,-62,-179,-184r0,-253r-62,0r0,-123r62,0r0,-168r168,-40r0,208r103,0r0,123r-103,0r0,227v-5,64,51,74,97,55","w":347},"u":{"d":"50,-547r169,0r0,353v-1,87,69,62,107,23r0,-376r170,0r0,547r-150,0r-10,-49v-108,88,-286,110,-286,-106r0,-392","w":548},"v":{"d":"503,-547r-192,547r-129,0r-200,-547r190,0r81,299r71,-299r179,0","w":485},"w":{"d":"680,-547r-125,547r-114,0r-99,-325r-100,325r-115,0r-132,-547r174,0r44,301r77,-301r114,0r80,299r34,-299r162,0","w":675},"x":{"d":"12,-547r197,0r58,154r67,-154r180,0r-136,267r143,280r-199,0r-67,-166r-78,166r-179,0r145,-280","w":519},"y":{"d":"496,-547r-173,550v-72,198,-155,229,-258,272r-65,-120v86,-33,144,-90,172,-199r-190,-503r180,0r91,312r68,-312r175,0","w":478},"z":{"d":"397,0r-375,0r-6,-103r188,-317r-178,0r0,-127r358,0r13,102r-195,318r195,0r0,127","w":412},"\u00e1":{"d":"442,0r-134,0r-15,-54v-37,27,-91,65,-144,65v-81,0,-123,-65,-123,-147v0,-126,104,-166,235,-176r0,-67v0,-41,-24,-56,-55,-56v-28,0,-74,12,-126,33r-33,-122v66,-23,128,-37,191,-37v237,0,190,184,190,383v0,63,9,132,14,178xm263,-130r0,-91v-40,4,-89,14,-89,61v1,57,55,67,89,30xm145,-653r117,-193r116,77r-144,160","w":477},"\u0103":{"d":"442,0r-134,0r-15,-54v-37,27,-91,65,-144,65v-81,0,-123,-65,-123,-147v0,-126,104,-166,235,-176r0,-67v0,-41,-24,-56,-55,-56v-28,0,-74,12,-126,33r-33,-122v66,-23,128,-37,191,-37v237,0,190,184,190,383v0,63,9,132,14,178xm263,-130r0,-91v-40,4,-89,14,-89,61v1,57,55,67,89,30xm304,-813r114,11v-6,116,-87,171,-190,171v-99,0,-173,-55,-176,-171r113,-11v11,56,32,83,68,83v39,0,59,-27,71,-83","w":477},"\u00e2":{"d":"442,0r-134,0r-15,-54v-37,27,-91,65,-144,65v-81,0,-123,-65,-123,-147v0,-126,104,-166,235,-176r0,-67v0,-41,-24,-56,-55,-56v-28,0,-74,12,-126,33r-33,-122v66,-23,128,-37,191,-37v237,0,190,184,190,383v0,63,9,132,14,178xm263,-130r0,-91v-40,4,-89,14,-89,61v1,57,55,67,89,30xm232,-829r186,163r-83,64r-101,-79r-103,79r-78,-56","w":477},"\u00e4":{"d":"442,0r-134,0r-15,-54v-37,27,-91,65,-144,65v-81,0,-123,-65,-123,-147v0,-126,104,-166,235,-176r0,-67v0,-41,-24,-56,-55,-56v-28,0,-74,12,-126,33r-33,-122v66,-23,128,-37,191,-37v237,0,190,184,190,383v0,63,9,132,14,178xm263,-130r0,-91v-40,4,-89,14,-89,61v1,57,55,67,89,30xm209,-710v0,50,-41,87,-87,87v-50,0,-87,-38,-87,-87v0,-49,37,-88,87,-88v49,0,87,42,87,88xm431,-710v0,49,-40,87,-90,87v-48,0,-84,-38,-84,-87v0,-46,33,-88,84,-88v51,0,90,42,90,88","w":477},"\u00e6":{"d":"624,-32v-98,55,-252,75,-327,-17v-39,30,-91,60,-155,60v-87,0,-131,-64,-131,-148v0,-129,99,-172,232,-183v3,-57,1,-115,-53,-115v-29,0,-74,12,-127,33r-32,-122v106,-39,241,-63,303,15v49,-40,79,-52,112,-52v148,0,208,166,179,324r-243,0v7,63,24,123,89,123v30,0,68,-14,116,-40xm425,-446v-37,0,-54,57,-55,109r110,0v0,-65,-16,-109,-55,-109xm157,-163v0,62,53,71,101,34v-8,-28,-14,-61,-16,-100v-44,4,-85,21,-85,66","w":648},"\u00e0":{"d":"442,0r-134,0r-15,-54v-37,27,-91,65,-144,65v-81,0,-123,-65,-123,-147v0,-126,104,-166,235,-176r0,-67v0,-41,-24,-56,-55,-56v-28,0,-74,12,-126,33r-33,-122v66,-23,128,-37,191,-37v237,0,190,184,190,383v0,63,9,132,14,178xm263,-130r0,-91v-40,4,-89,14,-89,61v1,57,55,67,89,30xm89,-772r136,-75r104,194r-102,44","w":477},"\u0101":{"d":"442,0r-134,0r-15,-54v-37,27,-91,65,-144,65v-81,0,-123,-65,-123,-147v0,-126,104,-166,235,-176r0,-67v0,-41,-24,-56,-55,-56v-28,0,-74,12,-126,33r-33,-122v66,-23,128,-37,191,-37v237,0,190,184,190,383v0,63,9,132,14,178xm263,-130r0,-91v-40,4,-89,14,-89,61v1,57,55,67,89,30xm403,-628r-330,0r0,-112r330,0r0,112","w":477},"\u0105":{"d":"412,152r31,90v-39,19,-68,29,-117,29v-88,0,-131,-49,-131,-126v0,-72,49,-135,105,-171r-7,-28v-37,27,-91,65,-144,65v-81,0,-123,-65,-123,-147v0,-126,104,-166,235,-176r0,-67v0,-41,-24,-56,-55,-56v-28,0,-74,12,-126,33r-33,-122v66,-23,128,-37,191,-37v237,0,190,184,190,383v0,63,9,132,14,178v-59,33,-114,85,-114,127v1,58,49,45,84,25xm263,-130r0,-91v-40,4,-89,14,-89,61v1,57,55,67,89,30","w":477},"\u00e5":{"d":"442,0r-134,0r-15,-54v-37,27,-91,65,-144,65v-81,0,-123,-65,-123,-147v0,-126,104,-166,235,-176r0,-67v0,-41,-24,-56,-55,-56v-28,0,-74,12,-126,33r-33,-122v66,-23,128,-37,191,-37v237,0,190,184,190,383v0,63,9,132,14,178xm263,-130r0,-91v-40,4,-89,14,-89,61v1,57,55,67,89,30xm373,-747v0,77,-61,140,-136,140v-74,0,-135,-62,-135,-140v0,-77,62,-140,135,-140v74,0,136,64,136,140xm269,-747v0,-27,-15,-49,-32,-49v-18,0,-33,22,-33,49v0,27,15,49,33,49v16,0,32,-22,32,-49","w":477},"\u00e3":{"d":"442,0r-134,0r-15,-54v-37,27,-91,65,-144,65v-81,0,-123,-65,-123,-147v0,-126,104,-166,235,-176r0,-67v0,-41,-24,-56,-55,-56v-28,0,-74,12,-126,33r-33,-122v66,-23,128,-37,191,-37v237,0,190,184,190,383v0,63,9,132,14,178xm263,-130r0,-91v-40,4,-89,14,-89,61v1,57,55,67,89,30xm350,-769r61,64v-45,57,-89,79,-132,79v-61,0,-66,-28,-94,-28v-20,0,-40,11,-74,33r-55,-75v46,-47,88,-66,130,-66v53,0,61,26,92,26v20,0,42,-8,72,-33","w":477},"\u0107":{"d":"357,-150r36,126v-37,19,-83,35,-142,35v-150,0,-232,-103,-232,-283v0,-235,167,-334,373,-262r-38,132v-98,-50,-160,-34,-162,118v-2,153,67,199,165,134xm157,-653r117,-193r116,77r-144,160","w":400},"\u010d":{"d":"357,-150r36,126v-37,19,-83,35,-142,35v-150,0,-232,-103,-232,-283v0,-235,167,-334,373,-262r-38,132v-98,-50,-160,-34,-162,118v-2,153,67,199,165,134xm241,-731r103,-79r73,57r-121,129r-108,0r-125,-122r77,-64","w":400},"\u00e7":{"d":"357,-150r36,126v-34,18,-75,32,-127,35r-6,48v51,19,79,54,79,105v-2,113,-130,125,-227,100r21,-82v28,11,98,18,97,-22v0,-26,-22,-37,-65,-41r12,-118v-103,-29,-158,-125,-158,-273v0,-235,167,-334,373,-262r-38,132v-98,-50,-160,-34,-162,118v-2,153,67,199,165,134","w":400},"\u0109":{"d":"357,-150r36,126v-37,19,-83,35,-142,35v-150,0,-232,-103,-232,-283v0,-235,167,-334,373,-262r-38,132v-98,-50,-160,-34,-162,118v-2,153,67,199,165,134xm244,-829r186,163r-83,64r-101,-79r-103,79r-78,-56","w":400},"\u010b":{"d":"357,-150r36,126v-37,19,-83,35,-142,35v-150,0,-232,-103,-232,-283v0,-235,167,-334,373,-262r-38,132v-98,-50,-160,-34,-162,118v-2,153,67,199,165,134xm342,-722v0,52,-44,94,-96,94v-53,0,-94,-42,-94,-94v0,-50,41,-94,94,-94v53,0,96,44,96,94","w":400},"\u010f":{"d":"621,-604r-76,-67v34,-38,49,-62,49,-91v0,-33,-32,-37,-32,-84v0,-41,32,-70,76,-70v57,0,88,48,88,111v0,74,-42,137,-105,201xm486,-813r0,794v-59,16,-138,33,-209,33v-189,0,-252,-129,-252,-271v0,-163,98,-343,290,-295r0,-261r171,0xm315,-128r0,-285v-79,-35,-112,27,-113,138v-1,112,30,175,113,147","w":587},"\u0111":{"d":"484,-813r0,90r53,0r0,109r-53,0r0,595v-59,16,-138,33,-209,33v-189,0,-252,-129,-252,-271v0,-163,98,-343,290,-295r0,-62r-121,0r0,-109r121,0r0,-90r171,0xm313,-128r0,-285v-79,-35,-112,27,-113,138v-1,112,30,175,113,147","w":534},"\u00e9":{"d":"427,-237r-258,0v17,147,111,142,221,83r37,121v-53,28,-118,47,-181,47v-179,0,-223,-147,-223,-281v0,-164,65,-294,212,-294v170,-1,220,163,192,324xm157,-653r117,-193r116,77r-144,160xm227,-446v-33,0,-53,39,-58,109r113,0v1,-67,-17,-109,-55,-109","w":456},"\u0115":{"d":"427,-237r-258,0v17,147,111,142,221,83r37,121v-53,28,-118,47,-181,47v-179,0,-223,-147,-223,-281v0,-164,65,-294,212,-294v170,-1,220,163,192,324xm306,-813r114,11v-6,116,-87,171,-190,171v-99,0,-173,-55,-176,-171r113,-11v11,56,32,83,68,83v39,0,59,-27,71,-83xm227,-446v-33,0,-53,39,-58,109r113,0v1,-67,-17,-109,-55,-109","w":456},"\u011b":{"d":"427,-237r-258,0v17,147,111,142,221,83r37,121v-53,28,-118,47,-181,47v-179,0,-223,-147,-223,-281v0,-164,65,-294,212,-294v170,-1,220,163,192,324xm230,-731r103,-79r73,57r-121,129r-108,0r-125,-122r77,-64xm227,-446v-33,0,-53,39,-58,109r113,0v1,-67,-17,-109,-55,-109","w":456},"\u00ea":{"d":"427,-237r-258,0v17,147,111,142,221,83r37,121v-53,28,-118,47,-181,47v-179,0,-223,-147,-223,-281v0,-164,65,-294,212,-294v170,-1,220,163,192,324xm233,-829r186,163r-83,64r-101,-79r-103,79r-78,-56xm227,-446v-33,0,-53,39,-58,109r113,0v1,-67,-17,-109,-55,-109","w":456},"\u00eb":{"d":"427,-237r-258,0v17,147,111,142,221,83r37,121v-53,28,-118,47,-181,47v-179,0,-223,-147,-223,-281v0,-164,65,-294,212,-294v170,-1,220,163,192,324xm433,-710v0,49,-40,87,-90,87v-48,0,-84,-38,-84,-87v0,-46,33,-88,84,-88v51,0,90,42,90,88xm211,-710v0,50,-41,87,-87,87v-50,0,-87,-38,-87,-87v0,-49,37,-88,87,-88v49,0,87,42,87,88xm227,-446v-33,0,-53,39,-58,109r113,0v1,-67,-17,-109,-55,-109","w":456},"\u0117":{"d":"427,-237r-258,0v17,147,111,142,221,83r37,121v-53,28,-118,47,-181,47v-179,0,-223,-147,-223,-281v0,-164,65,-294,212,-294v170,-1,220,163,192,324xm331,-722v0,52,-44,94,-96,94v-53,0,-94,-42,-94,-94v0,-50,41,-94,94,-94v53,0,96,44,96,94xm227,-446v-33,0,-53,39,-58,109r113,0v1,-67,-17,-109,-55,-109","w":456},"\u00e8":{"d":"427,-237r-258,0v17,147,111,142,221,83r37,121v-53,28,-118,47,-181,47v-179,0,-223,-147,-223,-281v0,-164,65,-294,212,-294v170,-1,220,163,192,324xm85,-772r136,-75r104,194r-102,44xm227,-446v-33,0,-53,39,-58,109r113,0v1,-67,-17,-109,-55,-109","w":456},"\u0113":{"d":"427,-237r-258,0v17,147,111,142,221,83r37,121v-53,28,-118,47,-181,47v-179,0,-223,-147,-223,-281v0,-164,65,-294,212,-294v170,-1,220,163,192,324xm400,-628r-330,0r0,-112r330,0r0,112xm227,-446v-33,0,-53,39,-58,109r113,0v1,-67,-17,-109,-55,-109","w":456},"\u0119":{"d":"397,119r31,90v-39,19,-68,29,-117,29v-134,0,-161,-140,-99,-226v-151,-17,-189,-154,-189,-279v0,-164,65,-294,212,-294v170,-1,220,163,192,324r-258,0v17,147,111,142,221,83r37,121v-59,33,-114,85,-114,127v1,58,49,45,84,25xm227,-446v-33,0,-53,39,-58,109r113,0v1,-67,-17,-109,-55,-109","w":456},"\u011f":{"d":"33,-361v-1,-151,117,-231,254,-188v40,-59,74,-108,134,-130r58,114v-50,15,-88,40,-110,77v25,34,41,79,41,131v-2,128,-84,190,-203,186v-2,10,-4,24,-4,33v0,83,261,38,261,243v0,143,-124,179,-232,179v-126,0,-213,-49,-213,-159v0,-70,35,-123,59,-155v-33,-45,-28,-151,11,-186v-35,-31,-56,-79,-56,-145xm304,-813r114,11v-6,116,-87,171,-190,171v-99,0,-173,-55,-176,-171r113,-11v11,56,32,83,68,83v39,0,59,-27,71,-83xm302,119v0,-58,-65,-66,-128,-86v-11,23,-21,49,-21,74v0,46,30,65,78,65v38,0,71,-11,71,-53xm276,-366v0,-50,-25,-75,-57,-75v-34,0,-53,31,-53,73v0,48,24,74,55,74v30,0,55,-23,55,-72","w":453},"\u011d":{"d":"33,-361v-1,-151,117,-231,254,-188v40,-59,74,-108,134,-130r58,114v-50,15,-88,40,-110,77v25,34,41,79,41,131v-2,128,-84,190,-203,186v-2,10,-4,24,-4,33v0,83,261,38,261,243v0,143,-124,179,-232,179v-126,0,-213,-49,-213,-159v0,-70,35,-123,59,-155v-33,-45,-28,-151,11,-186v-35,-31,-56,-79,-56,-145xm173,-839r186,163r-83,64r-101,-79r-103,79r-78,-56xm302,119v0,-58,-65,-66,-128,-86v-11,23,-21,49,-21,74v0,46,30,65,78,65v38,0,71,-11,71,-53xm276,-366v0,-50,-25,-75,-57,-75v-34,0,-53,31,-53,73v0,48,24,74,55,74v30,0,55,-23,55,-72","w":453},"\u0123":{"d":"33,-361v-1,-151,117,-231,254,-188v40,-59,74,-108,134,-130r58,114v-50,15,-88,40,-110,77v25,34,41,79,41,131v-2,128,-84,190,-203,186v-2,10,-4,24,-4,33v0,83,261,38,261,243v0,143,-124,179,-232,179v-126,0,-213,-49,-213,-159v0,-70,35,-123,59,-155v-33,-45,-28,-151,11,-186v-35,-31,-56,-79,-56,-145xm250,-935r76,67v-34,38,-49,62,-49,91v0,33,32,37,32,84v0,41,-32,70,-76,70v-57,0,-88,-48,-88,-111v0,-74,42,-137,105,-201xm302,119v0,-58,-65,-66,-128,-86v-11,23,-21,49,-21,74v0,46,30,65,78,65v38,0,71,-11,71,-53xm276,-366v0,-50,-25,-75,-57,-75v-34,0,-53,31,-53,73v0,48,24,74,55,74v30,0,55,-23,55,-72","w":453},"\u0121":{"d":"33,-361v-1,-151,117,-231,254,-188v40,-59,74,-108,134,-130r58,114v-50,15,-88,40,-110,77v25,34,41,79,41,131v-2,128,-84,190,-203,186v-2,10,-4,24,-4,33v0,83,261,38,261,243v0,143,-124,179,-232,179v-126,0,-213,-49,-213,-159v0,-70,35,-123,59,-155v-33,-45,-28,-151,11,-186v-35,-31,-56,-79,-56,-145xm318,-722v0,52,-44,94,-96,94v-53,0,-94,-42,-94,-94v0,-50,41,-94,94,-94v53,0,96,44,96,94xm302,119v0,-58,-65,-66,-128,-86v-11,23,-21,49,-21,74v0,46,30,65,78,65v38,0,71,-11,71,-53xm276,-366v0,-50,-25,-75,-57,-75v-34,0,-53,31,-53,73v0,48,24,74,55,74v30,0,55,-23,55,-72","w":453},"\u0127":{"d":"498,0r-170,0r0,-351v2,-89,-67,-63,-107,-25r0,376r-169,0r0,-616r-75,0r0,-109r75,0r0,-89r169,0r-3,89r104,0r0,109r-107,0r-3,111v118,-77,286,-101,286,123r0,382","w":546},"\u0125":{"d":"498,0r-170,0r0,-351v2,-89,-67,-63,-107,-25r0,376r-169,0r0,-814r169,0r-9,309v118,-77,286,-101,286,123r0,382xm152,-1081r186,163r-83,64r-101,-79r-103,79r-78,-56","w":546},"\u00ed":{"d":"224,0r-171,0r0,-547r171,0r0,547xm21,-653r117,-193r116,77r-144,160","w":277},"\u012d":{"d":"224,0r-171,0r0,-547r171,0r0,547xm208,-813r114,11v-6,116,-87,171,-190,171v-99,0,-173,-55,-176,-171r113,-11v11,56,32,83,68,83v39,0,59,-27,71,-83","w":277},"\u00ee":{"d":"224,0r-171,0r0,-547r171,0r0,547xm135,-829r186,163r-83,64r-101,-79r-103,79r-78,-56","w":277},"\u00ef":{"d":"224,0r-171,0r0,-547r171,0r0,547xm114,-710v0,50,-41,87,-87,87v-50,0,-87,-38,-87,-87v0,-49,37,-88,87,-88v49,0,87,42,87,88xm336,-710v0,49,-40,87,-90,87v-48,0,-84,-38,-84,-87v0,-46,33,-88,84,-88v51,0,90,42,90,88","w":277},"\u00ec":{"d":"224,0r-171,0r0,-547r171,0r0,547xm18,-772r136,-75r104,194r-102,44","w":277},"\u012b":{"d":"224,0r-171,0r0,-547r171,0r0,547xm304,-628r-330,0r0,-112r330,0r0,112","w":277},"\u012f":{"d":"193,152r31,90v-39,19,-68,29,-117,29v-88,0,-131,-49,-131,-126v0,-59,34,-113,77,-149r0,-543r171,0r-1,547v-59,33,-114,85,-114,127v1,58,49,45,84,25xm233,-722v0,52,-44,94,-96,94v-53,0,-94,-42,-94,-94v0,-50,41,-94,94,-94v53,0,96,44,96,94","w":277},"\u0129":{"d":"224,0r-171,0r0,-547r171,0r0,547xm252,-769r61,64v-45,57,-89,79,-132,79v-61,0,-66,-28,-94,-28v-20,0,-40,11,-74,33r-55,-75v46,-47,88,-66,130,-66v53,0,61,26,92,26v20,0,42,-8,72,-33","w":277},"\u0131":{"d":"224,0r-171,0r0,-547r171,0r0,547","w":277},"\u0133":{"d":"224,0r-171,0r0,-547r171,0r0,547xm233,-722v0,52,-44,94,-96,94v-53,0,-94,-42,-94,-94v0,-50,41,-94,94,-94v53,0,96,44,96,94xm328,-547r170,0r0,503v0,196,-52,271,-264,314r-34,-138v93,-26,128,-46,128,-162r0,-517xm507,-722v0,52,-44,94,-96,94v-53,0,-94,-42,-94,-94v0,-50,41,-94,94,-94v53,0,96,44,96,94","w":549},"\u0135":{"d":"51,-547r170,0r0,503v0,196,-52,271,-264,314r-34,-138v93,-26,128,-46,128,-162r0,-517xm133,-829r186,163r-83,64r-101,-79r-103,79r-78,-56","w":272},"\u0137":{"d":"529,-547r-182,237r186,310r-199,0r-88,-177r-34,44r0,133r-161,0r0,-813r170,0r0,352r-9,120r117,-206r200,0xm211,380r-76,-67v34,-38,49,-62,49,-91v0,-33,-32,-37,-32,-84v0,-41,32,-70,76,-70v57,0,88,48,88,111v0,74,-42,137,-105,201","w":522},"\u013a":{"d":"222,0r-172,0r0,-813r172,0r0,813xm48,-908r116,-193r118,77r-145,160","w":269},"\u013e":{"d":"342,-581r-76,-67v34,-38,49,-62,49,-91v0,-33,-32,-37,-32,-84v0,-41,32,-70,76,-70v57,0,88,48,88,111v0,74,-42,137,-105,201xm226,0r-172,0r0,-813r172,0r0,813","w":279},"\u013c":{"d":"125,380r-76,-67v34,-38,49,-62,49,-91v0,-33,-32,-37,-32,-84v0,-41,32,-70,76,-70v57,0,88,48,88,111v0,74,-42,137,-105,201xm222,0r-172,0r0,-813r172,0r0,813","w":269},"\u0140":{"d":"226,0r-172,0r0,-813r172,0r0,813xm465,-361v0,55,-44,100,-96,100v-55,0,-99,-45,-99,-100v0,-51,42,-97,99,-97v54,0,96,46,96,97","w":446},"\u0142":{"d":"225,0r-172,0r0,-263r-57,44r-48,-112r105,-81r0,-401r172,0r0,286r70,-54r45,116r-115,87r0,378","w":280},"\u0144":{"d":"498,0r-170,0r0,-351v2,-89,-67,-63,-107,-25r0,376r-169,0r0,-547r149,0r11,49v115,-88,286,-109,286,116r0,382xm203,-653r117,-193r116,77r-144,160","w":546},"\u0149":{"d":"114,-588r-76,-67v34,-38,49,-62,49,-91v0,-33,-32,-37,-32,-84v0,-41,32,-70,76,-70v57,0,88,48,88,111v0,74,-42,137,-105,201xm498,0r-170,0r0,-351v2,-89,-67,-63,-107,-25r0,376r-169,0r0,-547r149,0r11,49v115,-88,286,-109,286,116r0,382","w":546},"\u0148":{"d":"498,0r-170,0r0,-351v2,-89,-67,-63,-107,-25r0,376r-169,0r0,-547r149,0r11,49v115,-88,286,-109,286,116r0,382xm277,-731r103,-79r73,57r-121,129r-108,0r-125,-122r77,-64","w":546},"\u0146":{"d":"264,380r-76,-67v34,-38,49,-62,49,-91v0,-33,-32,-37,-32,-84v0,-41,32,-70,76,-70v57,0,88,48,88,111v0,74,-42,137,-105,201xm498,0r-170,0r0,-351v2,-89,-67,-63,-107,-25r0,376r-169,0r0,-547r149,0r11,49v115,-88,286,-109,286,116r0,382","w":546},"\u00f1":{"d":"498,0r-170,0r0,-351v2,-89,-67,-63,-107,-25r0,376r-169,0r0,-547r149,0r11,49v115,-88,286,-109,286,116r0,382xm393,-769r61,64v-45,57,-89,79,-132,79v-61,0,-66,-28,-94,-28v-20,0,-40,11,-74,33r-55,-75v46,-47,88,-66,130,-66v53,0,61,26,92,26v20,0,42,-8,72,-33","w":546},"\u00f3":{"d":"23,-269v0,-157,76,-292,243,-292v168,0,231,138,231,280v0,159,-80,295,-242,295v-157,0,-232,-130,-232,-283xm196,-279v0,93,21,163,66,163v45,0,64,-74,64,-160v0,-87,-19,-155,-65,-155v-45,0,-65,62,-65,152xm185,-653r117,-193r116,77r-144,160","w":520},"\u014f":{"d":"23,-269v0,-157,76,-292,243,-292v168,0,231,138,231,280v0,159,-80,295,-242,295v-157,0,-232,-130,-232,-283xm196,-279v0,93,21,163,66,163v45,0,64,-74,64,-160v0,-87,-19,-155,-65,-155v-45,0,-65,62,-65,152xm334,-813r114,11v-6,116,-87,171,-190,171v-99,0,-173,-55,-176,-171r113,-11v11,56,32,83,68,83v39,0,59,-27,71,-83","w":520},"\u00f4":{"d":"23,-269v0,-157,76,-292,243,-292v168,0,231,138,231,280v0,159,-80,295,-242,295v-157,0,-232,-130,-232,-283xm196,-279v0,93,21,163,66,163v45,0,64,-74,64,-160v0,-87,-19,-155,-65,-155v-45,0,-65,62,-65,152xm262,-829r186,163r-83,64r-101,-79r-103,79r-78,-56","w":520},"\u00f6":{"d":"23,-269v0,-157,76,-292,243,-292v168,0,231,138,231,280v0,159,-80,295,-242,295v-157,0,-232,-130,-232,-283xm196,-279v0,93,21,163,66,163v45,0,64,-74,64,-160v0,-87,-19,-155,-65,-155v-45,0,-65,62,-65,152xm239,-710v0,50,-41,87,-87,87v-50,0,-87,-38,-87,-87v0,-49,37,-88,87,-88v49,0,87,42,87,88xm461,-710v0,49,-40,87,-90,87v-48,0,-84,-38,-84,-87v0,-46,33,-88,84,-88v51,0,90,42,90,88","w":520},"\u0153":{"d":"525,-561v162,0,224,173,186,332r-247,0v15,60,45,115,78,115v46,0,82,-13,134,-40r39,120v-58,33,-120,48,-189,48v-62,0,-105,-38,-139,-86v-35,44,-79,86,-140,86v-195,0,-229,-194,-229,-289v0,-85,38,-286,235,-286v61,0,101,36,136,79v33,-46,79,-79,136,-79xm196,-280v0,56,4,155,54,155v55,0,55,-98,55,-150v0,-50,-8,-148,-55,-148v-52,0,-54,92,-54,143xm515,-446v-37,0,-50,53,-51,117r106,0v2,-65,-17,-117,-55,-117","w":742},"\u00f2":{"d":"23,-269v0,-157,76,-292,243,-292v168,0,231,138,231,280v0,159,-80,295,-242,295v-157,0,-232,-130,-232,-283xm196,-279v0,93,21,163,66,163v45,0,64,-74,64,-160v0,-87,-19,-155,-65,-155v-45,0,-65,62,-65,152xm114,-772r136,-75r104,194r-102,44","w":520},"\u0151":{"d":"23,-269v0,-157,76,-292,243,-292v168,0,231,138,231,280v0,159,-80,295,-242,295v-157,0,-232,-130,-232,-283xm196,-279v0,93,21,163,66,163v45,0,64,-74,64,-160v0,-87,-19,-155,-65,-155v-45,0,-65,62,-65,152xm574,-803r-158,188r-100,-12r91,-176r167,0xm354,-803r-150,188r-100,-12r88,-176r162,0","w":520},"\u014d":{"d":"23,-269v0,-157,76,-292,243,-292v168,0,231,138,231,280v0,159,-80,295,-242,295v-157,0,-232,-130,-232,-283xm196,-279v0,93,21,163,66,163v45,0,64,-74,64,-160v0,-87,-19,-155,-65,-155v-45,0,-65,62,-65,152xm428,-628r-330,0r0,-112r330,0r0,112","w":520},"\u00f8":{"d":"34,-164v-45,-193,28,-399,230,-397v55,0,99,15,133,40r65,-63r113,119r-91,88v42,193,-38,392,-231,391v-53,0,-96,-14,-131,-39r-65,62r-109,-118xm194,-279v0,93,21,163,66,163v45,0,64,-74,64,-160v0,-87,-19,-155,-65,-155v-45,0,-65,62,-65,152","w":517},"\u00f5":{"d":"23,-269v0,-157,76,-292,243,-292v168,0,231,138,231,280v0,159,-80,295,-242,295v-157,0,-232,-130,-232,-283xm196,-279v0,93,21,163,66,163v45,0,64,-74,64,-160v0,-87,-19,-155,-65,-155v-45,0,-65,62,-65,152xm375,-769r61,64v-45,57,-89,79,-132,79v-61,0,-66,-28,-94,-28v-20,0,-40,11,-74,33r-55,-75v46,-47,88,-66,130,-66v53,0,61,26,92,26v20,0,42,-8,72,-33","w":520},"\u0155":{"d":"418,-527r-37,145v-15,-14,-31,-20,-53,-20v-39,0,-74,36,-110,121r0,281r-166,0r0,-547r166,0r0,84v54,-90,109,-135,200,-64xm109,-653r117,-193r116,77r-144,160","w":406},"\u0159":{"d":"418,-527r-37,145v-15,-14,-31,-20,-53,-20v-39,0,-74,36,-110,121r0,281r-166,0r0,-547r166,0r0,84v54,-90,109,-135,200,-64xm182,-731r103,-79r73,57r-121,129r-108,0r-125,-122r77,-64","w":406},"\u0157":{"d":"128,380r-76,-67v34,-38,49,-62,49,-91v0,-33,-32,-37,-32,-84v0,-41,32,-70,76,-70v57,0,88,48,88,111v0,74,-42,137,-105,201xm418,-527r-37,145v-15,-14,-31,-20,-53,-20v-39,0,-74,36,-110,121r0,281r-166,0r0,-547r166,0r0,84v54,-90,109,-135,200,-64","w":406},"\u015b":{"d":"31,-386v0,-179,197,-204,343,-150r-34,127v-22,-11,-69,-27,-99,-27v-27,0,-43,11,-43,37v0,81,187,46,187,236v-1,206,-220,203,-373,140r39,-133v50,26,81,44,124,44v27,0,42,-15,42,-38v0,-80,-186,-64,-186,-236xm143,-653r117,-193r116,77r-144,160","w":404},"\u0161":{"d":"31,-386v0,-179,197,-204,343,-150r-34,127v-22,-11,-69,-27,-99,-27v-27,0,-43,11,-43,37v0,81,187,46,187,236v-1,206,-220,203,-373,140r39,-133v50,26,81,44,124,44v27,0,42,-15,42,-38v0,-80,-186,-64,-186,-236xm216,-731r103,-79r73,57r-121,129r-108,0r-125,-122r77,-64","w":404},"\u015f":{"d":"31,-386v0,-179,197,-204,343,-150r-34,127v-22,-11,-69,-27,-99,-27v-27,0,-43,11,-43,37v0,81,187,46,187,236v0,114,-66,163,-153,174r-6,48v51,19,79,54,79,105v-2,113,-130,125,-227,100r21,-82v28,11,98,18,97,-22v0,-26,-22,-37,-65,-41r11,-108v-43,-4,-85,-15,-130,-34r39,-133v50,26,81,44,124,44v27,0,42,-15,42,-38v0,-80,-186,-64,-186,-236","w":404},"\u015d":{"d":"31,-386v0,-179,197,-204,343,-150r-34,127v-22,-11,-69,-27,-99,-27v-27,0,-43,11,-43,37v0,81,187,46,187,236v-1,206,-220,203,-373,140r39,-133v50,26,81,44,124,44v27,0,42,-15,42,-38v0,-80,-186,-64,-186,-236xm219,-829r186,163r-83,64r-101,-79r-103,79r-78,-56","w":404},"\u00df":{"d":"368,-119v18,0,28,-16,28,-40v0,-73,-124,-106,-124,-245v0,-118,79,-148,79,-221v0,-34,-17,-71,-55,-71v-52,0,-74,62,-74,143r0,553r-171,0r0,-553v0,-164,79,-275,244,-275v145,0,226,81,226,184v0,129,-78,158,-78,227v0,82,123,101,123,258v0,145,-115,175,-187,175v-50,0,-104,-15,-139,-34r41,-136v36,22,60,35,87,35","w":568},"\u0167":{"d":"324,-142r22,140v-30,9,-68,15,-108,15v-125,0,-179,-62,-179,-184r0,-83r-60,0r0,-112r60,0r0,-58r-62,0r0,-123r62,0r0,-168r168,-40r0,208r103,0r0,123r-103,0r0,58r102,0r0,112r-102,0v-2,56,-4,121,50,121v19,0,32,-5,47,-9","w":347},"\u0165":{"d":"345,-589r-76,-67v34,-38,49,-62,49,-91v0,-33,-32,-37,-32,-84v0,-41,32,-70,76,-70v57,0,88,48,88,111v0,74,-42,137,-105,201xm324,-142r22,140v-30,9,-68,15,-108,15v-125,0,-179,-62,-179,-184r0,-253r-62,0r0,-123r62,0r0,-168r168,-40r0,208r103,0r0,123r-103,0r0,227v-5,64,51,74,97,55","w":347},"\u0163":{"d":"191,380r-76,-67v34,-38,49,-62,49,-91v0,-33,-32,-37,-32,-84v0,-41,32,-70,76,-70v57,0,88,48,88,111v0,74,-42,137,-105,201xm324,-142r22,140v-30,9,-68,15,-108,15v-125,0,-179,-62,-179,-184r0,-253r-62,0r0,-123r62,0r0,-168r168,-40r0,208r103,0r0,123r-103,0r0,227v-5,64,51,74,97,55","w":347},"\u00fa":{"d":"51,-547r169,0r0,353v-1,87,69,62,107,23r0,-376r170,0r0,547r-150,0r-10,-49v-108,88,-286,110,-286,-106r0,-392xm198,-653r117,-193r116,77r-144,160","w":548},"\u016d":{"d":"51,-547r169,0r0,353v-1,87,69,62,107,23r0,-376r170,0r0,547r-150,0r-10,-49v-108,88,-286,110,-286,-106r0,-392xm347,-813r114,11v-6,116,-87,171,-190,171v-99,0,-173,-55,-176,-171r113,-11v11,56,32,83,68,83v39,0,59,-27,71,-83","w":548},"\u00fb":{"d":"51,-547r169,0r0,353v-1,87,69,62,107,23r0,-376r170,0r0,547r-150,0r-10,-49v-108,88,-286,110,-286,-106r0,-392xm274,-829r186,163r-83,64r-101,-79r-103,79r-78,-56","w":548},"\u00fc":{"d":"51,-547r169,0r0,353v-1,87,69,62,107,23r0,-376r170,0r0,547r-150,0r-10,-49v-108,88,-286,110,-286,-106r0,-392xm252,-710v0,50,-41,87,-87,87v-50,0,-87,-38,-87,-87v0,-49,37,-88,87,-88v49,0,87,42,87,88xm474,-710v0,49,-40,87,-90,87v-48,0,-84,-38,-84,-87v0,-46,33,-88,84,-88v51,0,90,42,90,88","w":548},"\u00f9":{"d":"51,-547r169,0r0,353v-1,87,69,62,107,23r0,-376r170,0r0,547r-150,0r-10,-49v-108,88,-286,110,-286,-106r0,-392xm126,-772r136,-75r104,194r-102,44","w":548},"\u0171":{"d":"51,-547r169,0r0,353v-1,87,69,62,107,23r0,-376r170,0r0,547r-150,0r-10,-49v-108,88,-286,110,-286,-106r0,-392xm586,-803r-158,188r-100,-12r91,-176r167,0xm366,-803r-150,188r-100,-12r88,-176r162,0","w":548},"\u016b":{"d":"51,-547r169,0r0,353v-1,87,69,62,107,23r0,-376r170,0r0,547r-150,0r-10,-49v-108,88,-286,110,-286,-106r0,-392xm441,-628r-330,0r0,-112r330,0r0,112","w":548},"\u0173":{"d":"463,152r31,90v-39,19,-68,29,-117,29v-88,0,-131,-49,-131,-126v0,-68,44,-129,97,-165r-6,-29v-108,88,-286,110,-286,-106r0,-392r169,0r0,353v-1,87,69,62,107,23r0,-376r170,0r0,547v-64,27,-118,86,-118,127v0,58,49,45,84,25","w":548},"\u016f":{"d":"51,-547r169,0r0,353v-1,87,69,62,107,23r0,-376r170,0r0,547r-150,0r-10,-49v-108,88,-286,110,-286,-106r0,-392xm413,-747v0,77,-61,140,-136,140v-74,0,-135,-62,-135,-140v0,-77,62,-140,135,-140v74,0,136,64,136,140xm309,-747v0,-27,-15,-49,-32,-49v-18,0,-33,22,-33,49v0,27,15,49,33,49v16,0,32,-22,32,-49","w":548},"\u0169":{"d":"51,-547r169,0r0,353v-1,87,69,62,107,23r0,-376r170,0r0,547r-150,0r-10,-49v-108,88,-286,110,-286,-106r0,-392xm388,-769r61,64v-45,57,-89,79,-132,79v-61,0,-66,-28,-94,-28v-20,0,-40,11,-74,33r-55,-75v46,-47,88,-66,130,-66v53,0,61,26,92,26v20,0,42,-8,72,-33","w":548},"\u1e83":{"d":"680,-547r-125,547r-114,0r-99,-325r-100,325r-115,0r-132,-547r174,0r44,301r77,-301r114,0r80,299r34,-299r162,0xm270,-653r117,-193r116,77r-144,160","w":675},"\u0175":{"d":"680,-547r-125,547r-114,0r-99,-325r-100,325r-115,0r-132,-547r174,0r44,301r77,-301r114,0r80,299r34,-299r162,0xm346,-829r186,163r-83,64r-101,-79r-103,79r-78,-56","w":675},"\u1e85":{"d":"680,-547r-125,547r-114,0r-99,-325r-100,325r-115,0r-132,-547r174,0r44,301r77,-301r114,0r80,299r34,-299r162,0xm324,-710v0,50,-41,87,-87,87v-50,0,-87,-38,-87,-87v0,-49,37,-88,87,-88v49,0,87,42,87,88xm546,-710v0,49,-40,87,-90,87v-48,0,-84,-38,-84,-87v0,-46,33,-88,84,-88v51,0,90,42,90,88","w":675},"\u1e81":{"d":"680,-547r-125,547r-114,0r-99,-325r-100,325r-115,0r-132,-547r174,0r44,301r77,-301r114,0r80,299r34,-299r162,0xm198,-772r136,-75r104,194r-102,44","w":675},"\u00fd":{"d":"496,-547r-173,550v-72,198,-155,229,-258,272r-65,-120v86,-33,144,-90,172,-199r-190,-503r180,0r91,312r68,-312r175,0xm170,-653r117,-193r116,77r-144,160","w":478},"\u0177":{"d":"496,-547r-173,550v-72,198,-155,229,-258,272r-65,-120v86,-33,144,-90,172,-199r-190,-503r180,0r91,312r68,-312r175,0xm247,-829r186,163r-83,64r-101,-79r-103,79r-78,-56","w":478},"\u00ff":{"d":"496,-547r-173,550v-72,198,-155,229,-258,272r-65,-120v86,-33,144,-90,172,-199r-190,-503r180,0r91,312r68,-312r175,0xm224,-710v0,50,-41,87,-87,87v-50,0,-87,-38,-87,-87v0,-49,37,-88,87,-88v49,0,87,42,87,88xm446,-710v0,49,-40,87,-90,87v-48,0,-84,-38,-84,-87v0,-46,33,-88,84,-88v51,0,90,42,90,88","w":478},"\u1ef3":{"d":"496,-547r-173,550v-72,198,-155,229,-258,272r-65,-120v86,-33,144,-90,172,-199r-190,-503r180,0r91,312r68,-312r175,0xm99,-772r136,-75r104,194r-102,44","w":478},"\u017a":{"d":"397,0r-375,0r-6,-103r188,-317r-178,0r0,-127r358,0r13,102r-195,318r195,0r0,127xm131,-653r117,-193r116,77r-144,160","w":412},"\u017e":{"d":"397,0r-375,0r-6,-103r188,-317r-178,0r0,-127r358,0r13,102r-195,318r195,0r0,127xm204,-731r103,-79r73,57r-121,129r-108,0r-125,-122r77,-64","w":412},"\u017c":{"d":"397,0r-375,0r-6,-103r188,-317r-178,0r0,-127r358,0r13,102r-195,318r195,0r0,127xm305,-722v0,52,-44,94,-96,94v-53,0,-94,-42,-94,-94v0,-50,41,-94,94,-94v53,0,96,44,96,94","w":412},"\u014b":{"d":"498,-44v0,196,-52,272,-265,315r-34,-139v91,-26,129,-45,129,-153r0,-330v2,-89,-67,-63,-107,-25r0,376r-169,0r0,-547r149,0r11,49v115,-88,286,-109,286,116r0,338","w":546},"\u00f0":{"d":"222,-498r-60,-75r67,-58v-30,-31,-67,-56,-113,-73r60,-128v65,23,121,57,167,101r84,-73r56,76r-78,69v68,97,102,220,102,348v0,187,-67,325,-244,325v-147,0,-237,-93,-237,-237v0,-200,159,-281,295,-226v-8,-36,-20,-71,-37,-104xm205,-237v0,62,23,112,63,112v65,0,70,-125,66,-218v-69,-27,-129,3,-129,106","w":529},"\u01ce":{"d":"442,0r-134,0r-15,-54v-37,27,-91,65,-144,65v-81,0,-123,-65,-123,-147v0,-126,104,-166,235,-176r0,-67v0,-41,-24,-56,-55,-56v-28,0,-74,12,-126,33r-33,-122v66,-23,128,-37,191,-37v237,0,190,184,190,383v0,63,9,132,14,178xm263,-130r0,-91v-40,4,-89,14,-89,61v1,57,55,67,89,30xm234,-731r103,-79r73,57r-121,129r-108,0r-125,-122r77,-64","w":477},"\u0227":{"d":"442,0r-134,0r-15,-54v-37,27,-91,65,-144,65v-81,0,-123,-65,-123,-147v0,-126,104,-166,235,-176r0,-67v0,-41,-24,-56,-55,-56v-28,0,-74,12,-126,33r-33,-122v66,-23,128,-37,191,-37v237,0,190,184,190,383v0,63,9,132,14,178xm263,-130r0,-91v-40,4,-89,14,-89,61v1,57,55,67,89,30xm334,-722v0,52,-44,94,-96,94v-53,0,-94,-42,-94,-94v0,-50,41,-94,94,-94v53,0,96,44,96,94","w":477},"\u01fd":{"d":"625,-32v-98,55,-252,75,-327,-17v-39,30,-91,60,-155,60v-87,0,-131,-64,-131,-148v0,-129,99,-172,232,-183v3,-57,1,-115,-53,-115v-29,0,-74,12,-127,33r-32,-122v106,-39,241,-63,303,15v49,-40,79,-52,112,-52v148,0,208,166,179,324r-243,0v7,63,24,123,89,123v30,0,68,-14,116,-40xm284,-653r117,-193r116,77r-144,160xm426,-446v-37,0,-54,57,-55,109r110,0v0,-65,-16,-109,-55,-109xm158,-163v0,62,53,71,101,34v-8,-28,-14,-61,-16,-100v-44,4,-85,21,-85,66","w":646},"\u01fb":{"d":"442,0r-134,0r-15,-54v-37,27,-91,65,-144,65v-81,0,-123,-65,-123,-147v0,-126,104,-166,235,-176r0,-67v0,-41,-24,-56,-55,-56v-28,0,-74,12,-126,33r-33,-122v66,-23,128,-37,191,-37v237,0,190,184,190,383v0,63,9,132,14,178xm263,-130r0,-91v-40,4,-89,14,-89,61v1,57,55,67,89,30xm370,-720v0,70,-56,128,-124,128v-68,0,-125,-57,-125,-128v0,-71,57,-129,125,-129v68,0,124,59,124,129xm275,-720v0,-25,-14,-45,-29,-45v-17,0,-31,20,-31,45v0,24,14,45,31,45v14,0,29,-21,29,-45xm185,-909r108,-177r107,70r-133,147","w":478},"\u01d0":{"d":"224,0r-171,0r0,-547r171,0r0,547xm135,-731r103,-79r73,57r-121,129r-108,0r-125,-122r77,-64","w":277},"\u0237":{"d":"51,-547r170,0r0,503v0,196,-52,271,-264,314r-34,-138v93,-26,128,-46,128,-162r0,-517","w":272},"\u0138":{"d":"41,-547r157,0r0,194v87,-133,125,-205,249,-208r13,142v-63,5,-93,31,-140,97r153,322r-175,0r-70,-189v-9,14,-19,28,-30,43r0,146r-157,0r0,-547","w":453},"\u01d2":{"d":"23,-269v0,-157,76,-292,243,-292v168,0,231,138,231,280v0,159,-80,295,-242,295v-157,0,-232,-130,-232,-283xm196,-279v0,93,21,163,66,163v45,0,64,-74,64,-160v0,-87,-19,-155,-65,-155v-45,0,-65,62,-65,152xm259,-731r103,-79r73,57r-121,129r-108,0r-125,-122r77,-64","w":520},"\u01a1":{"d":"21,-269v0,-157,76,-292,243,-292v116,0,182,66,211,154v23,-27,23,-96,22,-154r124,0r0,51v0,134,-51,191,-127,213v8,168,-75,310,-241,311v-157,0,-232,-130,-232,-283xm194,-279v0,93,21,163,66,163v45,0,64,-74,64,-160v0,-87,-19,-155,-65,-155v-45,0,-65,62,-65,152","w":519},"\u01ff":{"d":"34,-164v-45,-192,28,-399,230,-397v56,0,100,16,134,41r84,-80r113,118r-111,107v42,192,-38,390,-231,389v-53,0,-96,-14,-130,-39r-74,71r-109,-118xm186,-653r117,-193r116,77r-144,160xm259,-431v-45,0,-65,61,-65,150r112,-110v-10,-25,-26,-40,-47,-40xm260,-116v42,0,61,-64,64,-142r-110,106v11,23,26,36,46,36","w":517},"\u0219":{"d":"178,380r-76,-67v34,-38,49,-62,49,-91v0,-33,-32,-37,-32,-84v0,-41,32,-70,76,-70v57,0,88,48,88,111v0,74,-42,137,-105,201xm31,-386v0,-179,197,-204,343,-150r-34,127v-22,-11,-69,-27,-99,-27v-27,0,-43,11,-43,37v0,81,187,46,187,236v-1,206,-220,203,-373,140r39,-133v50,26,81,44,124,44v27,0,42,-15,42,-38v0,-80,-186,-64,-186,-236","w":404},"\u021b":{"d":"191,380r-76,-67v34,-38,49,-62,49,-91v0,-33,-32,-37,-32,-84v0,-41,32,-70,76,-70v57,0,88,48,88,111v0,74,-42,137,-105,201xm324,-142r22,140v-30,9,-68,15,-108,15v-125,0,-179,-62,-179,-184r0,-253r-62,0r0,-123r62,0r0,-168r168,-40r0,208r103,0r0,123r-103,0r0,227v-5,64,51,74,97,55","w":347},"\u01d4":{"d":"51,-547r169,0r0,353v-1,87,69,62,107,23r0,-376r170,0r0,547r-150,0r-10,-49v-108,88,-286,110,-286,-106r0,-392xm271,-731r103,-79r73,57r-121,129r-108,0r-125,-122r77,-64","w":548},"\u01b0":{"d":"54,-547r169,0r0,353v-1,87,69,62,107,23r0,-376r170,0r0,166v55,-12,61,-97,58,-180r121,0r0,51v0,164,-76,213,-179,222r0,288r-150,0r-10,-49v-108,88,-286,110,-286,-106r0,-392","w":590},"\u0233":{"d":"496,-547r-173,550v-72,198,-155,229,-258,272r-65,-120v86,-33,144,-90,172,-199r-190,-503r180,0r91,312r68,-312r175,0xm413,-628r-330,0r0,-112r330,0r0,112","w":478},"\u00fe":{"d":"511,-282v0,159,-97,296,-244,296v-14,0,-29,-4,-44,-9r0,260r-171,0r0,-1078r170,0r0,272v27,-14,50,-20,73,-20v135,0,216,119,216,279xm332,-270v0,-76,-13,-153,-61,-153v-12,0,-34,8,-49,26r0,255v72,60,111,-50,110,-128","w":533},"\u0410":{"d":"446,0r-58,-186r-172,0r-56,186r-171,0r225,-743r182,0r236,743r-186,0xm302,-588r-56,267r111,0","w":621},"\u0411":{"d":"524,-238v0,138,-93,238,-251,238r-212,0r0,-743r422,0r0,137r-252,0r0,139v183,-16,294,74,293,229xm346,-237v0,-71,-36,-102,-115,-94r0,195v81,8,115,-36,115,-101","w":540},"\u0412":{"d":"542,-222v-2,255,-244,222,-481,222r0,-743r206,0v202,0,252,99,252,198v0,50,-21,104,-65,141v64,44,88,114,88,182xm363,-231v0,-88,-59,-97,-132,-93r0,190v81,3,132,1,132,-97xm340,-534v0,-53,-41,-82,-109,-75r0,162v73,8,109,-32,109,-87","w":563},"\u0413":{"d":"59,-743r420,0r0,137r-250,0r0,606r-170,0r0,-743","w":466},"\u0414":{"d":"576,-743r0,620r72,0r0,283r-138,0r0,-160r-391,0r0,160r-137,0r0,-283r36,0v77,-37,103,-112,113,-276r19,-344r426,0xm407,-610r-104,0r-9,214v-7,154,-38,225,-81,273r194,0r0,-487","w":641},"\u0415":{"d":"493,0r-432,0r0,-743r418,0r0,137r-248,0r0,156r223,0r0,137r-223,0r0,176r262,0r0,137","w":516},"\u0416":{"d":"189,-743r85,302r40,-5r0,-297r168,0r0,297v15,1,29,3,42,5r100,-302r187,0r-166,344v38,25,66,64,83,123r77,276r-174,0r-60,-230v-20,-70,-44,-80,-89,-82r0,312r-168,0r0,-312v-44,3,-66,13,-85,82r-62,230r-167,0r78,-276v16,-54,39,-91,71,-117r-158,-350r198,0","w":802},"\u0417":{"d":"430,-574v0,74,-35,130,-83,169v72,37,104,106,104,184v0,207,-236,283,-439,207r30,-137v53,17,89,26,124,26v62,0,106,-31,106,-94v0,-59,-41,-91,-132,-91r-68,0r-4,-129v95,6,191,-23,186,-101v-7,-100,-111,-86,-205,-57r-26,-135v59,-16,135,-26,190,-26v128,0,217,66,217,184","w":463},"\u0418":{"d":"188,0r-127,0r0,-743r170,0r0,402r249,-402r125,0r0,743r-169,0r0,-407","w":666},"\u0419":{"d":"407,-997r103,11v-6,117,-80,187,-183,187v-102,0,-175,-70,-180,-187r105,-11v9,59,36,92,75,92v42,0,68,-34,80,-92xm188,0r-127,0r0,-743r170,0r0,402r249,-402r125,0r0,743r-169,0r0,-407","w":666},"\u041a":{"d":"231,-743r0,263r169,-263r220,0r-243,323v86,33,140,98,169,205r60,215r-203,0r-30,-164v-24,-115,-66,-136,-142,-141r0,305r-170,0r0,-743r170,0","w":613},"\u041b":{"d":"578,0r-169,0r0,-610r-114,0r-11,218v-15,259,-110,361,-261,418r-50,-135v84,-35,139,-105,149,-290r19,-344r437,0r0,743","w":639},"\u041c":{"d":"761,0r-172,0r-21,-414r-142,414r-79,0r-145,-414r-19,414r-148,0r49,-743r151,0r162,449r161,-449r149,0","w":796},"\u041d":{"d":"605,0r-171,0r0,-317r-201,0r0,317r-172,0r0,-743r172,0r0,290r201,0r0,-290r171,0r0,743","w":667},"\u041e":{"d":"629,-383v0,177,-62,397,-307,397v-242,0,-293,-214,-293,-376v0,-172,71,-396,305,-396v224,0,295,202,295,375xm452,-376v0,-123,-20,-245,-123,-245v-98,0,-124,131,-124,254v0,130,29,244,122,244v89,0,125,-119,125,-253"},"\u041f":{"d":"607,0r-169,0r0,-606r-207,0r0,606r-170,0r0,-743r546,0r0,743","w":669},"\u0420":{"d":"537,-498v0,161,-121,283,-306,247r0,251r-172,0r0,-743r218,0v162,0,260,97,260,245xm358,-488v0,-81,-35,-127,-127,-118r0,220v79,24,127,-24,127,-102","w":546},"\u0421":{"d":"472,-149r17,140v-47,14,-95,22,-146,22v-264,0,-316,-200,-316,-376v0,-209,74,-395,322,-395v49,0,89,8,139,21r-22,139v-10,-3,-64,-20,-114,-20v-103,0,-147,77,-147,237v0,152,38,254,148,254v28,0,79,-7,119,-22","w":497},"\u0422":{"d":"520,-605r-184,0r0,605r-169,0r0,-605r-181,0r0,-138r534,0r0,138","w":507},"\u0423":{"d":"-26,-743r198,0r103,295r111,-295r189,0r-320,743r-186,0r114,-263","w":549},"\u0424":{"d":"440,75r-168,0r0,-122v-197,-31,-246,-184,-246,-319v0,-138,63,-293,246,-330r0,-131r168,0r0,129v181,32,244,174,244,316v0,140,-55,296,-244,333r0,124xm188,-371v0,102,29,163,92,187r0,-375v-67,26,-92,91,-92,188xm522,-374v0,-99,-25,-162,-91,-186r0,373v60,-27,91,-89,91,-187","w":710},"\u0425":{"d":"407,0r-109,-238r-111,238r-189,0r194,-380r-186,-363r208,0r99,218r95,-218r191,0r-190,352r207,391r-209,0","w":600},"\u0426":{"d":"435,-743r170,0r0,606r70,0r0,297r-137,0r0,-160r-479,0r0,-743r170,0r0,606r206,0r0,-606","w":667},"\u0427":{"d":"22,-743r170,0r0,297v-5,149,130,136,192,71r0,-368r170,0r0,743r-170,0r0,-218v-163,73,-362,53,-362,-199r0,-326","w":613},"\u0428":{"d":"644,-743r168,0r0,743r-753,0r0,-743r170,0r0,606r123,0r0,-606r168,0r0,606r124,0r0,-606","w":871},"\u0429":{"d":"646,-743r168,0r0,606r87,0r0,297r-139,0r0,-160r-701,0r0,-743r170,0r0,606r123,0r0,-606r168,0r0,606r124,0r0,-606","w":876},"\u042a":{"d":"-18,-606r0,-137r345,0r0,267v183,-17,294,76,294,233v0,140,-94,243,-252,243r-212,0r0,-606r-175,0xm442,-242v0,-73,-34,-107,-115,-99r0,204v82,8,115,-36,115,-105","w":630},"\u042b":{"d":"707,0r-168,0r0,-743r168,0r0,743xm507,-243v0,140,-89,243,-242,243r-206,0r0,-743r170,0r0,267v176,-16,277,78,278,233xm329,-242v0,-71,-26,-106,-100,-99r0,204v75,7,100,-38,100,-105","w":767},"\u042c":{"d":"523,-243v0,140,-94,243,-252,243r-212,0r0,-743r170,0r0,267v183,-17,294,76,294,233xm344,-242v0,-73,-34,-107,-115,-99r0,204v82,8,115,-36,115,-105","w":536},"\u042d":{"d":"59,-580r-31,-141v54,-24,101,-37,176,-37v231,0,292,210,292,397v0,179,-91,374,-298,374v-85,0,-107,-13,-180,-39r31,-142v64,30,94,41,152,41v75,0,108,-87,115,-192r-241,0r0,-126r236,0v-14,-95,-53,-173,-123,-173v-35,0,-70,10,-129,38","w":512},"\u042e":{"d":"227,0r-168,0r0,-743r168,0r0,291r73,0v20,-151,96,-306,268,-306v198,0,267,202,267,375v0,177,-59,397,-277,397v-192,0,-251,-168,-262,-319r-69,0r0,305xm657,-376v0,-123,-18,-242,-93,-242v-71,0,-93,128,-93,251v0,130,27,242,92,242v61,0,94,-117,94,-251","w":862},"\u042f":{"d":"297,-743r209,0r0,743r-169,0r0,-269v-15,0,-30,0,-44,-1r-89,270r-195,0r131,-310v-62,-35,-102,-98,-102,-200v0,-140,88,-233,259,-233xm337,-405r0,-200v-74,-9,-120,16,-120,89v0,84,40,112,120,111","w":565},"\u0403":{"d":"183,-837r117,-193r117,77r-145,160xm61,-743r420,0r0,137r-250,0r0,606r-170,0r0,-743","w":466},"\u0490":{"d":"61,-743r279,0r0,-136r139,0r2,273r-250,0r0,606r-170,0r0,-743","w":466},"\u0402":{"d":"-13,-743r437,0r0,137r-179,0r0,106v174,-76,326,48,326,234v0,159,-87,253,-260,278r-26,-129v74,-17,108,-71,108,-149v0,-114,-69,-148,-148,-99r0,365r-167,0r0,-606r-91,0r0,-137","w":582},"\u0404":{"d":"472,-149r17,140v-47,14,-95,22,-146,22v-264,0,-316,-200,-316,-376v0,-209,74,-395,322,-395v49,0,89,8,139,21r-22,139v-10,-3,-64,-20,-114,-20v-92,0,-137,61,-146,187r255,0r0,121r-253,0v11,112,53,183,145,183v28,0,79,-7,119,-22","w":497},"\u0405":{"d":"469,-198v0,246,-295,243,-458,165r43,-150v70,37,121,56,161,56v39,0,75,-23,75,-68v0,-118,-266,-128,-266,-356v0,-213,243,-247,419,-171r-36,141v-59,-25,-101,-37,-136,-37v-37,0,-71,14,-71,57v0,117,269,111,269,363","w":479},"\u0400":{"d":"130,-957r136,-74r104,194r-102,44xm493,0r-432,0r0,-743r418,0r0,137r-248,0r0,156r223,0r0,137r-223,0r0,176r262,0r0,137","w":516},"\u0401":{"d":"246,-889v0,52,-44,90,-93,90v-56,0,-97,-40,-97,-90v0,-53,42,-92,97,-92v53,0,93,43,93,92xm486,-889v0,50,-42,90,-97,90v-52,0,-92,-40,-92,-90v0,-49,38,-92,92,-92v55,0,97,43,97,92xm493,0r-432,0r0,-743r418,0r0,137r-248,0r0,156r223,0r0,137r-223,0r0,176r262,0r0,137","w":516},"\u0406":{"d":"232,0r-171,0r0,-743r171,0r0,743","w":294},"\u0407":{"d":"122,-889v0,52,-45,90,-94,90v-55,0,-96,-40,-96,-90v0,-53,42,-92,96,-92v54,0,94,43,94,92xm362,-889v0,50,-43,90,-98,90v-52,0,-92,-40,-92,-90v0,-49,39,-92,92,-92v56,0,98,43,98,92xm232,0r-171,0r0,-743r171,0r0,743","w":294},"\u0408":{"d":"308,-743r0,441v0,269,-137,303,-306,337r-22,-145v100,-27,158,-53,158,-195r0,-438r170,0","w":357},"\u040d":{"d":"197,-957r135,-74r104,194r-101,44xm188,0r-127,0r0,-743r170,0r0,402r249,-402r125,0r0,743r-169,0r0,-407","w":666},"\u040c":{"d":"231,-743r0,263r169,-263r220,0r-243,323v86,33,140,98,169,205r60,215r-203,0r-30,-164v-24,-115,-66,-136,-142,-141r0,305r-170,0r0,-743r170,0xm221,-837r117,-193r116,77r-144,160","w":672},"\u0409":{"d":"551,-743r0,267v183,-17,294,76,294,233v0,140,-93,243,-252,243r-211,0r0,-606r-88,0r-13,235v-12,238,-92,328,-258,397r-50,-135v84,-35,139,-105,149,-290r19,-344r410,0xm666,-242v0,-73,-34,-107,-115,-99r0,204v83,8,115,-36,115,-105","w":858},"\u040a":{"d":"869,-237v0,140,-93,237,-252,237r-211,0r0,-331r-176,0r0,331r-171,0r0,-743r171,0r0,275r176,0r0,-275r169,0r0,275v183,-16,294,73,294,231xm690,-237v0,-73,-35,-101,-115,-94r0,194v82,7,115,-31,115,-100","w":881},"\u040b":{"d":"459,-606r-189,0r0,162v115,-99,334,-88,334,138r0,306r-170,0r0,-280v0,-49,-20,-77,-57,-77v-37,0,-68,25,-107,67r0,290r-170,0r0,-606r-124,0r0,-137r483,0r0,137","w":648},"\u040e":{"d":"-40,-743r198,0r103,295r111,-295r189,0r-320,743r-186,0r114,-263xm336,-997r104,11v-6,117,-79,187,-183,187v-102,0,-175,-70,-179,-187r104,-11v11,59,35,92,75,92v43,0,68,-34,79,-92","w":517},"\u040f":{"d":"435,-743r170,0r0,743r-202,0r0,160r-139,0r0,-160r-205,0r0,-743r170,0r0,606r206,0r0,-606","w":664},"\u0492":{"d":"133,-743r420,0r0,137r-250,0r0,197r167,0r0,136r-167,0r0,273r-170,0r0,-273r-117,0r0,-136r117,0r0,-334","w":537},"\u0496":{"d":"484,-743r0,297v15,1,29,3,42,5r100,-302r187,0r-166,344v74,42,94,167,122,262r51,0r0,297r-137,0r0,-160r-50,0r-60,-230v-20,-70,-44,-80,-89,-82r0,312r-168,0r0,-312v-44,3,-66,13,-85,82r-62,230r-167,0r78,-276v16,-54,39,-91,71,-117r-158,-350r198,0r85,302r40,-5r0,-297r168,0","w":805},"\u049a":{"d":"231,-743r0,263r169,-263r220,0r-243,323v111,35,162,153,191,283r115,0r0,297r-137,0r0,-160r-143,0r-30,-164v-24,-115,-66,-136,-142,-141r0,305r-170,0r0,-743r170,0","w":610},"\u04a2":{"d":"681,160r-139,0r0,-160r-108,0r0,-317r-201,0r0,317r-172,0r0,-743r172,0r0,290r201,0r0,-290r171,0r0,606r76,0r0,297","w":668},"\u04ae":{"d":"561,-743r-215,495r0,248r-170,0r0,-239r-220,-504r188,0r120,336r122,-336r175,0","w":513},"\u04b0":{"d":"481,-240r-135,0r0,240r-170,0r-1,-240r-134,0r0,-136r75,0r-160,-367r188,0r120,336r122,-336r175,0r-160,367r80,0r0,136","w":513},"\u04b2":{"d":"626,160r-137,0r0,-160r-82,0r-109,-238r-111,238r-189,0r194,-380r-186,-363r208,0r99,218r95,-218r191,0r-190,352r134,254r83,0r0,297","w":600},"\u04b6":{"d":"24,-743r170,0r0,297v-5,149,130,136,192,71r0,-368r170,0r0,606r79,0r0,297r-139,0r0,-160r-110,0r0,-218v-163,73,-362,53,-362,-199r0,-326","w":626},"\u04ba":{"d":"591,0r-170,0r0,-297v5,-149,-130,-136,-192,-71r0,368r-170,0r0,-743r170,0r0,218v163,-73,362,-53,362,199r0,326","w":636},"\u04c0":{"d":"232,0r-171,0r0,-743r171,0r0,743","w":294},"\u04d8":{"d":"290,16v-211,0,-291,-217,-250,-425r381,0v-12,-126,-73,-211,-150,-211v-60,0,-110,22,-178,61r-53,-130v76,-42,160,-69,253,-69v243,0,300,208,303,390v4,205,-85,384,-306,384xm305,-120v69,0,105,-63,115,-173r-218,0v-3,100,46,173,103,173","w":623},"\u04e2":{"d":"188,0r-127,0r0,-743r170,0r0,402r249,-402r125,0r0,743r-169,0r0,-407xm507,-812r-330,0r0,-112r330,0r0,112","w":666},"\u04e8":{"d":"629,-383v0,177,-62,397,-307,397v-242,0,-293,-214,-293,-376v0,-172,71,-396,305,-396v224,0,295,202,295,375xm329,-621v-79,0,-111,85,-121,181r242,0v-8,-98,-36,-181,-121,-181xm327,-123v72,0,109,-79,121,-181r-241,0v9,102,42,181,120,181"},"\u04ee":{"d":"-40,-743r198,0r103,295r111,-295r189,0r-320,743r-186,0r114,-263xm432,-812r-330,0r0,-112r330,0r0,112","w":517},"\u0430":{"d":"442,0r-134,0r-15,-54v-37,27,-91,65,-144,65v-81,0,-123,-65,-123,-147v0,-126,104,-166,235,-176r0,-67v0,-41,-24,-56,-55,-56v-28,0,-74,12,-126,33r-33,-122v66,-23,128,-37,191,-37v237,0,190,184,190,383v0,63,9,132,14,178xm263,-130r0,-91v-40,4,-89,14,-89,61v1,57,55,67,89,30","w":477},"\u0431":{"d":"338,-658v-79,0,-115,55,-128,183v22,-20,52,-40,98,-40v116,0,184,89,184,245v0,169,-83,285,-231,285v-183,0,-227,-168,-227,-355v0,-273,89,-454,306,-454v22,0,74,-1,110,-9r0,132v-31,9,-83,13,-112,13xm262,-387v-21,0,-41,14,-57,35v0,104,1,236,61,236v36,0,52,-62,52,-142v0,-80,-17,-129,-56,-129","w":512},"\u0432":{"d":"445,-170v0,201,-205,175,-393,170r0,-547r160,-3v174,-4,216,71,216,148v0,48,-16,78,-48,103v44,29,65,75,65,129xm290,-174v0,-50,-37,-57,-84,-54r0,109v47,2,84,-1,84,-55xm272,-382v0,-37,-30,-53,-74,-48r0,102v46,4,74,-10,74,-54","w":468},"\u0433":{"d":"53,-547r340,0r0,140r-173,0r0,407r-167,0r0,-547","w":398},"\u0434":{"d":"481,-547r0,424r67,0r0,275r-138,0r0,-152r-279,0r0,152r-135,0r0,-275r50,0v40,-89,27,-293,38,-424r397,0xm236,-415v-2,108,-4,224,-42,292r119,0r0,-292r-77,0","w":543},"\u0435":{"d":"427,-237r-258,0v17,147,111,142,221,83r37,121v-53,28,-118,47,-181,47v-179,0,-223,-147,-223,-281v0,-164,65,-294,212,-294v170,-1,220,163,192,324xm227,-446v-33,0,-53,39,-58,109r113,0v1,-67,-17,-109,-55,-109","w":456},"\u0436":{"d":"182,-547r44,208v8,-2,17,-3,27,-5r0,-203r162,0r0,203r28,4r57,-207r176,0r-123,255v74,59,83,192,118,292r-165,0r-38,-148v-11,-52,-24,-64,-53,-69r0,217r-162,0r0,-217v-26,6,-35,20,-48,69r-40,148r-159,0v33,-95,43,-219,106,-283r-119,-264r189,0","w":669},"\u0437":{"d":"386,-164v0,117,-90,177,-217,177v-57,0,-110,-12,-158,-29r35,-129v49,22,76,29,117,29v28,0,48,-14,48,-51v0,-67,-55,-57,-114,-55r-1,-105v53,4,95,-3,95,-55v0,-27,-13,-47,-34,-47v-15,0,-48,6,-91,33r-53,-115v58,-30,108,-49,176,-49v94,0,180,52,180,148v0,61,-9,81,-33,112v38,30,50,70,50,136","w":408},"\u0438":{"d":"182,0r-129,0r0,-547r159,0r0,256r141,-256r127,0r0,547r-159,0r0,-258","w":532},"\u0439":{"d":"182,0r-129,0r0,-547r159,0r0,256r141,-256r127,0r0,547r-159,0r0,-258xm346,-813r114,11v-6,116,-87,171,-190,171v-99,0,-173,-55,-176,-171r113,-11v11,56,32,83,68,83v39,0,59,-27,71,-83","w":532},"\u043a":{"d":"222,-547r0,167r84,-167r205,0r-155,242v99,42,115,191,148,305r-186,0r-16,-109v-12,-77,-36,-90,-80,-95r0,204r-169,0r0,-547r169,0","w":500},"\u043b":{"d":"474,0r-169,0r0,-414r-72,0r-17,182v-13,135,-60,210,-169,256r-72,-116v51,-29,85,-70,91,-158r21,-297r387,0r0,547","w":525},"\u043c":{"d":"623,0r-167,0r-11,-280r-80,280r-92,0r-81,-283r-15,283r-156,0r41,-547r154,0r108,314r111,-314r151,0","w":644},"\u043d":{"d":"501,0r-169,0r0,-215r-109,0r0,215r-170,0r0,-547r170,0r0,196r109,0r0,-196r169,0r0,547","w":554},"\u043e":{"d":"21,-269v0,-157,76,-292,243,-292v168,0,231,138,231,280v0,159,-80,295,-242,295v-157,0,-232,-130,-232,-283xm194,-279v0,93,21,163,66,163v45,0,64,-74,64,-160v0,-87,-19,-155,-65,-155v-45,0,-65,62,-65,152","w":517},"\u043f":{"d":"501,0r-168,0r0,-414r-111,0r0,414r-169,0r0,-547r448,0r0,547","w":554},"\u0440":{"d":"51,266r0,-801v33,-7,136,-26,206,-26v193,0,248,148,248,276v0,112,-43,299,-244,299v-11,0,-26,-1,-40,-8r0,260r-170,0xm221,-417r0,279v76,46,107,-36,107,-141v0,-79,-23,-176,-107,-138","w":527},"\u0441":{"d":"357,-150r36,126v-37,19,-83,35,-142,35v-150,0,-232,-103,-232,-283v0,-235,167,-334,373,-262r-38,132v-98,-50,-160,-34,-162,118v-2,153,67,199,165,134","w":400},"\u0442":{"d":"420,-410r-133,0r0,410r-167,0r0,-410r-131,0r0,-137r431,0r0,137","w":408},"\u0443":{"d":"496,-547r-173,550v-72,198,-155,229,-258,272r-65,-120v86,-33,144,-90,172,-199r-190,-503r180,0r91,312r68,-312r175,0","w":478},"\u0444":{"d":"459,-813r0,253v195,-21,271,135,271,285v0,97,-40,289,-236,289v-10,0,-22,-2,-35,-8r0,260r-170,0r0,-253v-195,21,-271,-134,-271,-285v0,-97,39,-289,235,-289v11,0,22,2,36,9r0,-261r170,0xm289,-130r0,-278v-66,-48,-95,30,-95,131v0,81,28,184,95,147xm459,-417r0,279v67,45,93,-34,93,-131v0,-83,-25,-182,-93,-148","w":748},"\u0445":{"d":"12,-547r197,0r58,154r67,-154r180,0r-136,267r143,280r-199,0r-67,-166r-78,166r-179,0r145,-280","w":519},"\u0446":{"d":"333,-547r168,0r0,410r53,0r0,297r-137,0r0,-160r-364,0r0,-547r169,0r0,416r111,0r0,-416","w":563},"\u0447":{"d":"311,0r0,-191v-125,84,-290,59,-286,-160r0,-196r169,0r0,180v-9,97,70,84,117,47r0,-227r169,0r0,547r-169,0","w":533},"\u0448":{"d":"537,-547r168,0r0,547r-653,0r0,-547r168,0r0,417r74,0r0,-417r168,0r0,417r75,0r0,-417","w":757},"\u0449":{"d":"537,-547r168,0r0,410r59,0r0,297r-138,0r0,-160r-574,0r0,-547r168,0r0,417r74,0r0,-417r168,0r0,417r75,0r0,-417","w":768},"\u044a":{"d":"-7,-419r0,-128r296,0r0,152v171,-6,245,86,245,194v0,112,-74,206,-261,206v-32,0,-93,-1,-154,-7r0,-417r-126,0xm359,-201v0,-42,-17,-73,-70,-69r0,149v55,0,70,-35,70,-80","w":534},"\u044b":{"d":"223,-547r0,152v165,-5,232,86,232,194v0,112,-73,206,-251,206v-33,0,-93,-1,-151,-7r0,-545r170,0xm654,0r-171,0r0,-547r171,0r0,547xm282,-201v0,-41,-13,-71,-59,-69r0,149v46,-2,59,-36,59,-80","w":703},"\u044c":{"d":"223,-547r0,152v171,-6,245,86,245,194v0,112,-74,206,-261,206v-32,0,-93,-1,-154,-7r0,-545r170,0xm293,-201v0,-42,-17,-73,-70,-69r0,149v55,0,70,-35,70,-80","w":472},"\u044d":{"d":"41,-403r-30,-130v39,-17,81,-28,123,-28v174,0,234,115,234,286v0,247,-160,327,-358,269r25,-137v76,37,154,41,154,-73r-132,0r0,-122r132,0v2,-113,-77,-99,-148,-65","w":394},"\u044e":{"d":"221,0r-168,0r0,-547r168,0r0,201r46,0v18,-120,83,-215,217,-215v156,0,216,133,216,279v0,167,-76,296,-223,296v-131,0,-198,-98,-212,-228r-44,0r0,214xm433,-278v0,90,17,157,49,157v33,0,46,-72,46,-151v0,-88,-13,-153,-48,-153v-32,0,-47,58,-47,147","w":727},"\u044f":{"d":"33,-348v0,-74,35,-198,230,-198r182,0r0,546r-166,0r0,-159v-14,0,-28,0,-43,-2r-35,161r-174,0r78,-207v-43,-29,-72,-75,-72,-141xm201,-356v0,54,28,70,78,68r0,-128v-50,-6,-78,16,-78,60","w":496},"\u0453":{"d":"55,-547r340,0r0,140r-173,0r0,407r-167,0r0,-547xm140,-653r117,-193r116,77r-144,160","w":397},"\u0491":{"d":"55,-547r195,0r0,-159r143,0r2,299r-173,0r0,407r-167,0r0,-547","w":397},"\u0452":{"d":"338,-620r-113,0r0,106v34,-24,76,-47,126,-47v85,0,152,65,152,303v0,273,-90,409,-233,497r-75,-119v89,-74,138,-141,138,-395v0,-168,-49,-167,-108,-85r0,360r-170,0r0,-620r-47,0r0,-112r47,0r0,-82r170,0r0,82r113,0r0,112","w":543},"\u0454":{"d":"353,-145r30,130v-40,18,-82,27,-123,27v-174,0,-234,-114,-234,-284v0,-248,160,-330,358,-270r-25,138v-73,-39,-153,-42,-156,66r134,0r0,122r-133,0v-3,121,75,105,149,71","w":394},"\u0455":{"d":"31,-386v0,-179,197,-204,343,-150r-34,127v-22,-11,-69,-27,-99,-27v-27,0,-43,11,-43,37v0,81,187,46,187,236v-1,206,-220,203,-373,140r39,-133v50,26,81,44,124,44v27,0,42,-15,42,-38v0,-80,-186,-64,-186,-236","w":404},"\u0450":{"d":"427,-237r-258,0v17,147,111,142,221,83r37,121v-53,28,-118,47,-181,47v-179,0,-223,-147,-223,-281v0,-164,65,-294,212,-294v170,-1,220,163,192,324xm99,-772r136,-75r104,194r-102,44xm227,-446v-33,0,-53,39,-58,109r113,0v1,-67,-17,-109,-55,-109","w":455},"\u0451":{"d":"427,-237r-258,0v17,147,111,142,221,83r37,121v-53,28,-118,47,-181,47v-179,0,-223,-147,-223,-281v0,-164,65,-294,212,-294v170,-1,220,163,192,324xm434,-710v0,49,-40,87,-90,87v-48,0,-84,-38,-84,-87v0,-46,33,-88,84,-88v51,0,90,42,90,88xm212,-710v0,50,-41,87,-87,87v-50,0,-87,-38,-87,-87v0,-49,37,-88,87,-88v49,0,87,42,87,88xm227,-446v-33,0,-53,39,-58,109r113,0v1,-67,-17,-109,-55,-109","w":455},"\u0456":{"d":"224,0r-171,0r0,-547r171,0r0,547xm239,-722v0,52,-44,94,-96,94v-53,0,-94,-42,-94,-94v0,-50,41,-94,94,-94v53,0,96,44,96,94","w":276},"\u0457":{"d":"224,0r-171,0r0,-547r171,0r0,547xm120,-710v0,50,-41,87,-87,87v-50,0,-87,-38,-87,-87v0,-49,37,-88,87,-88v49,0,87,42,87,88xm342,-710v0,49,-40,87,-90,87v-48,0,-84,-38,-84,-87v0,-46,33,-88,84,-88v51,0,90,42,90,88","w":276},"\u0458":{"d":"53,-547r170,0r0,503v0,196,-52,271,-264,314r-34,-138v93,-26,128,-46,128,-162r0,-517xm232,-722v0,52,-44,94,-96,94v-53,0,-94,-42,-94,-94v0,-50,41,-94,94,-94v53,0,96,44,96,94","w":271},"\u045d":{"d":"182,0r-129,0r0,-547r159,0r0,256r141,-256r127,0r0,547r-159,0r0,-258xm142,-772r136,-75r104,194r-102,44","w":532},"\u045c":{"d":"224,-547r0,167r84,-167r205,0r-155,242v99,42,115,191,148,305r-186,0r-16,-109v-12,-77,-36,-90,-80,-95r0,204r-169,0r0,-547r169,0xm198,-653r117,-193r116,77r-144,160","w":496},"\u0459":{"d":"469,-547r0,152v166,-5,235,86,235,194v0,112,-73,206,-253,206v-33,0,-92,-1,-152,-7r0,-412r-71,0r-15,190v-13,136,-77,201,-185,237r-45,-129v52,-26,69,-54,75,-141r22,-290r389,0xm529,-201v0,-41,-13,-72,-60,-69r0,149v48,-2,60,-36,60,-80","w":707},"\u045a":{"d":"486,-547r0,181v164,-5,235,81,235,181v0,104,-73,189,-253,189v-33,0,-92,-2,-153,-5r0,-226r-92,0r0,227r-170,0r0,-547r170,0r0,185r92,0r0,-185r171,0xm545,-185v0,-36,-13,-62,-59,-59r0,131v47,-1,59,-33,59,-72","w":725},"\u045b":{"d":"335,-620r-120,0r-3,115v118,-77,286,-101,286,123r0,382r-170,0r0,-351v2,-89,-67,-63,-107,-25r0,376r-169,0r0,-620r-47,0r0,-112r47,0r0,-82r169,0r-3,82r117,0r0,112","w":546},"\u045e":{"d":"496,-547r-173,550v-72,198,-155,229,-258,272r-65,-120v86,-33,144,-90,172,-199r-190,-503r180,0r91,312r68,-312r175,0xm334,-813r114,11v-6,116,-87,171,-190,171v-99,0,-173,-55,-176,-171r113,-11v11,56,32,83,68,83v39,0,59,-27,71,-83","w":478},"\u045f":{"d":"333,-547r168,0r0,547r-155,0r0,160r-138,0r0,-160r-155,0r0,-547r169,0r0,416r111,0r0,-416","w":554},"\u0493":{"d":"55,-547r340,0r0,140r-173,0r0,96r84,0r0,138r-84,0r0,173r-167,0r0,-173r-61,0r0,-138r61,0r0,-236","w":397},"\u0497":{"d":"417,-547r0,203r28,4r57,-207r176,0r-123,255v43,32,64,92,79,155r70,0r0,297r-139,0r0,-160r-57,0r-38,-148v-11,-52,-24,-64,-53,-69r0,217r-162,0r0,-217v-26,6,-35,20,-48,69r-40,148r-159,0v33,-95,43,-219,106,-283r-119,-264r189,0r44,208v8,-2,17,-3,27,-5r0,-203r162,0","w":669},"\u049b":{"d":"224,-547r0,167r84,-167r205,0r-155,242v58,29,95,87,111,168r65,0r0,297r-139,0r0,-160r-75,0r-16,-109v-12,-77,-36,-90,-80,-95r0,204r-169,0r0,-547r169,0","w":500},"\u04a3":{"d":"575,160r-138,0r0,-160r-105,0r0,-215r-109,0r0,215r-170,0r0,-547r170,0r0,196r109,0r0,-196r169,0r0,410r74,0r0,297","w":554},"\u04af":{"d":"481,-547r-172,497r0,316r-164,0r0,-311r-176,-502r185,0r78,314r81,-314r168,0","w":452},"\u04b1":{"d":"433,0r-124,0r0,266r-164,0r0,-266r-146,0r0,-131r116,0r-146,-416r185,0r78,314r81,-314r168,0r-144,416r96,0r0,131","w":452},"\u04b3":{"d":"505,160r-137,0r0,-160r-51,0r0,-12r-62,-154r-78,166r-179,0r145,-280r-131,-267r197,0r58,154r67,-154r180,0r-136,267r73,143r54,0r0,106r16,31r-16,0r0,160","w":519},"\u04b7":{"d":"194,-547r0,180v-9,97,70,84,117,47r0,-227r169,0r0,410r85,0r0,297r-139,0r0,-160r-115,0r0,-191v-125,84,-290,59,-286,-160r0,-196r169,0","w":533},"\u04bb":{"d":"498,0r-170,0r0,-351v2,-89,-67,-63,-107,-25r0,376r-169,0r0,-814r169,0r-9,309v118,-77,286,-101,286,123r0,382","w":546},"\u04cf":{"d":"222,0r-172,0r0,-813r172,0r0,813","w":269},"\u04d9":{"d":"215,14v-170,1,-220,-163,-192,-324r257,0v-16,-148,-110,-142,-220,-83r-37,-121v53,-28,118,-47,181,-47v179,0,223,147,223,281v0,164,-65,294,-212,294xm223,-101v33,0,52,-39,58,-109r-113,0v-1,67,17,109,55,109","w":452},"\u04e3":{"d":"182,0r-129,0r0,-547r159,0r0,256r141,-256r127,0r0,547r-159,0r0,-258xm433,-628r-330,0r0,-112r330,0r0,112","w":532},"\u04e9":{"d":"19,-269v0,-154,76,-292,242,-292v163,0,232,133,232,279v0,167,-89,296,-241,296v-155,0,-233,-127,-233,-283xm256,-442v-37,0,-59,42,-66,109r133,0v-8,-65,-28,-109,-67,-109xm258,-106v36,0,57,-47,65,-110r-133,0v8,67,30,110,68,110","w":512},"\u04ef":{"d":"490,-547r-173,550v-72,198,-155,229,-258,272r-65,-120v86,-33,144,-90,172,-199r-190,-503r180,0r91,312r68,-312r175,0xm401,-628r-330,0r0,-112r330,0r0,112","w":461},"\u0391":{"d":"446,0r-58,-186r-172,0r-56,186r-171,0r225,-743r182,0r236,743r-186,0xm302,-588r-56,267r111,0","w":621},"\u0392":{"d":"540,-222v-2,255,-244,222,-481,222r0,-743r206,0v202,0,252,99,252,198v0,50,-21,104,-65,141v64,44,88,114,88,182xm361,-231v0,-88,-59,-97,-132,-93r0,190v81,3,132,1,132,-97xm338,-534v0,-53,-41,-82,-109,-75r0,162v73,8,109,-32,109,-87","w":560},"\u0393":{"d":"61,-743r420,0r0,137r-250,0r0,606r-170,0r0,-743","w":466},"\u0394":{"d":"603,-104r-31,103r-514,0r-38,-108r219,-634r143,0xm414,-134r-104,-423r-104,423r208,0","w":623},"\u2206":{"d":"603,-104r-31,103r-514,0r-38,-108r219,-634r143,0xm414,-134r-104,-423r-104,423r208,0","w":623},"\u0395":{"d":"493,0r-432,0r0,-743r418,0r0,137r-248,0r0,156r223,0r0,137r-223,0r0,176r262,0r0,137","w":516},"\u0396":{"d":"483,0r-454,0r-25,-114r260,-483r-247,0r0,-146r443,0r26,105r-262,492r259,0r0,146","w":510},"\u0397":{"d":"605,0r-171,0r0,-317r-201,0r0,317r-172,0r0,-743r172,0r0,290r201,0r0,-290r171,0r0,743","w":666},"\u0398":{"d":"426,-311r-182,0r0,-124r182,0r0,124xm629,-383v0,177,-62,397,-307,397v-242,0,-293,-214,-293,-376v0,-172,71,-396,305,-396v224,0,295,202,295,375xm452,-376v0,-123,-20,-245,-123,-245v-98,0,-124,131,-124,254v0,130,29,244,122,244v89,0,125,-119,125,-253"},"\u0399":{"d":"232,0r-171,0r0,-743r171,0r0,743","w":294},"\u039a":{"d":"622,-743r-239,316r254,427r-218,0r-144,-296r-43,58r0,238r-171,0r0,-743r171,0r0,282r170,-282r220,0","w":620},"\u039b":{"d":"-31,0r262,-743r111,0r263,743r-185,0r-139,-479r-134,479r-178,0","w":564},"\u039c":{"d":"763,0r-172,0r-21,-414r-142,414r-79,0r-145,-414r-19,414r-148,0r49,-743r151,0r162,449r161,-449r149,0","w":795},"\u039d":{"d":"613,0r-125,0r-264,-414r0,414r-163,0r0,-743r125,0r266,405r0,-405r161,0r0,743","w":673},"\u039e":{"d":"468,-603r-418,0r0,-140r418,0r0,140xm50,-140r430,0r0,140r-430,0r0,-140xm136,-452r244,0r0,140r-244,0r0,-140","w":530},"\u039f":{"d":"629,-383v0,177,-62,397,-307,397v-242,0,-293,-214,-293,-376v0,-172,71,-396,305,-396v224,0,295,202,295,375xm452,-376v0,-123,-20,-245,-123,-245v-98,0,-124,131,-124,254v0,130,29,244,122,244v89,0,125,-119,125,-253"},"\u03a0":{"d":"607,0r-169,0r0,-606r-207,0r0,606r-170,0r0,-743r546,0r0,743","w":663},"\u03a1":{"d":"537,-498v0,161,-121,283,-306,247r0,251r-172,0r0,-743r218,0v162,0,260,97,260,245xm358,-488v0,-81,-35,-127,-127,-118r0,220v79,24,127,-24,127,-102","w":546},"\u03a3":{"d":"181,-381r-174,-247r31,-115r429,0r0,137r-200,0r143,218r-168,250r236,0r0,138r-444,0r-25,-114","w":488},"\u03a4":{"d":"520,-605r-184,0r0,605r-169,0r0,-605r-181,0r0,-138r534,0r0,138","w":507},"\u03a5":{"d":"561,-743r-215,495r0,248r-170,0r0,-239r-220,-504r188,0r120,336r122,-336r175,0","w":513},"\u03a6":{"d":"446,75r-168,0r0,-122v-197,-31,-246,-184,-246,-319v0,-138,63,-293,246,-330r0,-131r168,0r0,129v181,32,244,174,244,316v0,140,-55,296,-244,333r0,124xm194,-371v0,102,29,163,92,187r0,-375v-67,26,-92,91,-92,188xm528,-374v0,-99,-25,-162,-91,-186r0,373v60,-27,91,-89,91,-187","w":718},"\u03a7":{"d":"407,0r-109,-238r-111,238r-189,0r194,-380r-186,-363r208,0r99,218r95,-218r191,0r-190,352r207,391r-209,0","w":600},"\u03a8":{"d":"6,-716r129,-43v41,49,56,114,56,206v0,65,27,119,84,145r0,-335r168,0r0,332v54,-27,83,-79,84,-142v1,-92,14,-156,55,-206r128,43v-30,40,-36,107,-34,157v3,100,-45,257,-233,296r0,264r-168,0r0,-262v-196,-34,-240,-196,-236,-298v2,-50,-2,-116,-33,-157","w":720},"\u03a9":{"d":"601,0r-204,0r-39,-115v54,-100,73,-185,73,-297v0,-126,-34,-207,-118,-207v-86,0,-120,80,-120,208v0,99,21,196,74,296r-39,115r-207,0r0,-133r76,0v-32,-77,-72,-156,-72,-291v0,-204,118,-334,292,-334v187,0,282,133,282,329v0,141,-38,222,-80,296r82,0r0,133","w":623},"\u2126":{"d":"601,0r-204,0r-39,-115v54,-100,73,-185,73,-297v0,-126,-34,-207,-118,-207v-86,0,-120,80,-120,208v0,99,21,196,74,296r-39,115r-207,0r0,-133r76,0v-32,-77,-72,-156,-72,-291v0,-204,118,-334,292,-334v187,0,282,133,282,329v0,141,-38,222,-80,296r82,0r0,133","w":623},"\u0386":{"d":"446,0r-58,-186r-172,0r-56,186r-171,0r225,-743r182,0r236,743r-186,0xm-15,-630r71,-217r133,46r-107,193xm302,-588r-56,267r111,0","w":621},"\u0388":{"d":"493,0r-432,0r0,-743r418,0r0,137r-248,0r0,156r223,0r0,137r-223,0r0,176r262,0r0,137xm-155,-630r71,-217r133,46r-107,193","w":516},"\u0389":{"d":"605,0r-171,0r0,-317r-201,0r0,317r-172,0r0,-743r172,0r0,290r201,0r0,-290r171,0r0,743xm-155,-630r71,-217r133,46r-107,193","w":666},"\u038a":{"d":"232,0r-171,0r0,-743r171,0r0,743xm-150,-630r71,-217r133,46r-107,193","w":294},"\u03aa":{"d":"122,-889v0,52,-45,90,-94,90v-55,0,-96,-40,-96,-90v0,-53,42,-92,96,-92v54,0,94,43,94,92xm362,-889v0,50,-43,90,-98,90v-52,0,-92,-40,-92,-90v0,-49,39,-92,92,-92v56,0,98,43,98,92xm232,0r-171,0r0,-743r171,0r0,743","w":294},"\u038c":{"d":"629,-383v0,177,-62,397,-307,397v-242,0,-293,-214,-293,-376v0,-172,71,-396,305,-396v224,0,295,202,295,375xm452,-376v0,-123,-20,-245,-123,-245v-98,0,-124,131,-124,254v0,130,29,244,122,244v89,0,125,-119,125,-253xm-86,-630r71,-217r133,46r-107,193"},"\u038e":{"d":"561,-743r-215,495r0,248r-170,0r0,-239r-220,-504r188,0r120,336r122,-336r175,0xm-243,-630r71,-217r133,46r-107,193","w":520},"\u03ab":{"d":"234,-889v0,52,-46,90,-94,90v-55,0,-97,-40,-97,-90v0,-53,43,-92,97,-92v54,0,94,43,94,92xm473,-889v0,50,-42,90,-97,90v-52,0,-92,-40,-92,-90v0,-49,39,-92,92,-92v56,0,97,43,97,92xm561,-743r-215,495r0,248r-170,0r0,-239r-220,-504r188,0r120,336r122,-336r175,0","w":513},"\u038f":{"d":"603,0r-204,0r-39,-115v54,-100,73,-185,73,-297v0,-126,-34,-207,-118,-207v-86,0,-120,80,-120,208v0,99,21,196,74,296r-39,115r-207,0r0,-133r76,0v-32,-77,-72,-156,-72,-291v0,-204,118,-334,292,-334v187,0,282,133,282,329v0,141,-38,222,-80,296r82,0r0,133xm-104,-630r71,-217r133,46r-107,193","w":605},"\u03b1":{"d":"576,-53r-147,66r-46,-114v-42,72,-87,115,-156,115v-141,0,-203,-117,-203,-279v0,-176,80,-296,218,-296v73,0,114,29,148,81r37,-84r145,68r-97,195v43,91,57,151,101,248xm236,-120v30,0,52,-71,78,-164v-28,-83,-44,-141,-74,-141v-54,0,-61,304,-4,305","w":562},"\u03b2":{"d":"287,-828v238,-5,247,241,154,376v62,43,86,125,86,208v0,118,-54,258,-238,258v-35,0,-52,-12,-67,-19r0,238r-170,0r0,-784v0,-168,79,-274,235,-277xm222,-551r0,401v60,49,137,26,129,-101v-5,-81,-27,-129,-99,-96r-7,-121v17,-3,36,-8,55,-11v22,-34,32,-77,32,-127v0,-38,-8,-91,-53,-90v-45,0,-57,64,-57,145","w":550},"\u03b3":{"d":"486,-547v-6,183,-55,288,-176,555v13,111,22,192,24,262r-168,0v0,-116,-4,-176,-11,-268v-18,-218,-105,-397,-186,-549r195,0v49,88,84,187,107,291v34,-106,44,-179,46,-291r169,0","w":469},"\u03b4":{"d":"231,14v-136,0,-209,-104,-209,-243v0,-109,61,-190,131,-240v-50,-53,-81,-107,-81,-173v0,-102,75,-159,193,-159v53,0,107,17,164,47r-44,115v-40,-24,-81,-37,-109,-37v-21,0,-37,11,-37,37v0,35,22,55,100,133v46,46,127,143,127,278v0,158,-80,242,-235,242xm299,-221v0,-57,-29,-108,-57,-147v-31,37,-56,83,-56,135v0,74,26,116,63,116v26,0,50,-44,50,-104","w":483},"\u03b5":{"d":"23,-152v0,-60,20,-101,51,-134v-23,-24,-39,-63,-39,-110v0,-144,194,-203,348,-139r-21,125v-43,-16,-95,-19,-110,-19v-30,0,-44,19,-44,48v0,53,48,64,105,60r1,96v-61,-3,-115,-8,-115,59v0,37,21,50,61,50v31,0,58,-5,104,-20r20,128v-46,12,-91,21,-145,21v-126,0,-216,-49,-216,-165","w":392},"\u03b6":{"d":"369,227r-125,-57v11,-37,35,-85,35,-118v0,-26,-9,-38,-27,-38v-158,0,-232,-65,-232,-235v0,-170,101,-353,188,-469r-186,0r0,-123r361,0r37,101v-104,105,-228,247,-228,478v0,96,23,109,77,109v108,0,164,58,164,142v0,53,-20,128,-64,210","w":404},"\u03b7":{"d":"500,288r-171,0r0,-630v-3,-118,-64,-71,-106,-3r0,345r-170,0r0,-547r159,0r1,53v36,-40,86,-67,142,-67v85,0,145,57,145,197r0,652","w":549},"\u03b8":{"d":"480,-411v0,189,-44,421,-229,421v-192,0,-225,-266,-225,-421v0,-177,36,-411,225,-411v206,0,229,240,229,411xm254,-122v52,0,62,-112,64,-230r-130,0v4,110,18,230,66,230xm248,-690v-46,0,-57,109,-60,215r128,0v-4,-108,-21,-215,-68,-215","w":506},"\u03b9":{"d":"276,-137r14,133v-23,5,-52,9,-83,9v-135,0,-160,-83,-160,-197r0,-355r168,0r0,355v0,59,20,60,61,55","w":282},"\u03ba":{"d":"224,-547r0,167r84,-167r205,0r-155,242v99,42,115,191,148,305r-186,0r-16,-109v-12,-77,-36,-90,-80,-95r0,204r-169,0r0,-547r169,0","w":497},"\u03bb":{"d":"311,0r-83,-277r-78,277r-171,0r185,-492v-22,-98,-64,-181,-158,-174r19,-140v126,9,226,39,294,257r171,549r-179,0","w":467},"\u00b5":{"d":"50,266r0,-813r170,0r0,370v15,31,33,52,55,52v30,0,57,-33,57,-99r0,-323r170,0v4,181,-11,392,16,547r-149,0r-7,-31v-29,54,-89,57,-142,23r0,274r-170,0","w":552},"\u03bc":{"d":"50,266r0,-813r170,0r0,370v15,31,33,52,55,52v30,0,57,-33,57,-99r0,-323r170,0v4,181,-11,392,16,547r-149,0r-7,-31v-29,54,-89,57,-142,23r0,274r-170,0","w":552},"\u03bd":{"d":"175,0r-200,-547r189,0r84,311v26,-89,67,-201,59,-311r169,0v1,59,-5,134,-32,201r-140,346r-129,0","w":466},"\u03be":{"d":"17,-191v0,-87,37,-166,94,-217v-44,-31,-81,-87,-81,-170v0,-158,142,-236,316,-263r20,123v-76,24,-161,52,-161,134v0,84,76,84,128,57r39,118r-59,22v-80,33,-122,101,-122,180v0,58,19,80,64,82v91,4,159,39,159,142v0,51,-18,125,-63,210r-134,-57v10,-40,34,-81,34,-119v0,-33,-20,-38,-45,-38v-117,-1,-189,-75,-189,-204","w":386},"\u03bf":{"d":"21,-269v0,-157,76,-292,243,-292v168,0,231,138,231,280v0,159,-80,295,-242,295v-157,0,-232,-130,-232,-283xm194,-279v0,93,21,163,66,163v45,0,64,-74,64,-160v0,-87,-19,-155,-65,-155v-45,0,-65,62,-65,152","w":517},"\u03c0":{"d":"514,-137r13,133v-22,5,-50,9,-80,9v-211,3,-138,-240,-152,-425r-71,0v-1,277,-5,321,-34,420r-166,0v32,-116,43,-182,44,-417v-22,2,-41,6,-56,13r-27,-118v40,-21,83,-25,141,-25r385,0r0,127r-55,0r0,228v1,59,18,60,58,55","w":529},"\u03c1":{"d":"46,266r0,-553v0,-172,78,-274,235,-274v155,0,218,130,218,286v0,97,-31,289,-218,289v-33,0,-51,-11,-66,-18r0,270r-169,0xm272,-430v-76,0,-53,186,-57,281v13,12,37,24,49,24v48,0,58,-64,58,-144v0,-79,-6,-161,-50,-161","w":519},"\u03c3":{"d":"572,-417r-121,0v84,164,20,431,-200,431v-158,0,-229,-116,-229,-296v0,-172,92,-267,247,-266r303,1r0,130xm259,-121v70,0,71,-224,33,-296v-81,-6,-98,39,-99,134v0,95,26,162,66,162","w":539},"\u03c2":{"d":"371,220r-132,-62v15,-45,33,-85,33,-118v0,-25,-9,-40,-29,-40v-152,0,-223,-60,-223,-230v0,-211,169,-325,334,-361r36,130v-109,38,-198,103,-198,217v0,96,42,107,77,107v92,0,166,47,166,150v0,55,-21,124,-64,207","w":415},"\u03c4":{"d":"407,-420r-124,0r0,228v0,59,20,60,61,55r13,133v-23,5,-51,9,-82,9v-220,4,-148,-233,-161,-424v-40,2,-75,8,-100,21r-31,-117v98,-55,279,-24,424,-32r0,127","w":400},"\u03c5":{"d":"286,-521r167,-55v29,107,49,183,43,309v-7,163,-85,279,-251,279v-187,0,-217,-139,-206,-316v7,-105,5,-174,-7,-243r169,0v16,74,9,201,5,306v-2,62,10,118,49,118v49,0,63,-61,66,-149v2,-77,-7,-160,-35,-249","w":535},"\u03c6":{"d":"237,263r0,-273v-171,-28,-219,-152,-219,-262v0,-110,49,-234,197,-278r41,89v29,-68,88,-98,163,-98v148,0,207,130,207,249v0,135,-56,265,-222,298r0,275r-167,0xm404,-351r0,196v40,-25,60,-72,60,-142v0,-82,-23,-127,-47,-127v-9,0,-13,21,-13,73xm243,-419v-82,38,-83,230,-6,264v2,-88,-6,-186,6,-264","w":646},"\u03c7":{"d":"145,-547r67,174r43,-174r185,0r-148,385r160,416r-189,0r-81,-215r-61,235r-164,-41r147,-401r-142,-379r183,0","w":412},"\u03c8":{"d":"435,150r-169,0r0,-145v-183,-34,-224,-141,-224,-309v0,-109,-10,-177,-29,-243r165,0v19,62,30,148,30,263v0,73,13,121,58,144r0,-550r169,0r0,183r144,-77v79,109,99,198,99,293v0,162,-64,274,-243,298r0,143xm509,-278v0,-65,-20,-142,-74,-218r0,360v56,-22,74,-73,74,-142","w":698},"\u03c9":{"d":"515,-520r158,-47v28,105,42,155,42,252v0,182,-66,327,-220,327v-55,0,-96,-16,-127,-44v-32,28,-74,44,-127,44v-155,0,-211,-103,-211,-266v0,-127,18,-212,39,-311r157,43v-20,91,-29,185,-29,262v0,88,9,137,41,137v30,0,53,-72,53,-132r0,-203r163,0r0,217v0,62,12,118,43,118v42,0,49,-99,49,-187v0,-67,-8,-121,-31,-210","w":741},"\u03ac":{"d":"578,-53r-147,66r-46,-114v-42,72,-87,115,-156,115v-141,0,-203,-117,-203,-279v0,-176,80,-296,218,-296v73,0,114,29,148,81r37,-84r145,68r-97,195v43,91,57,151,101,248xm220,-630r71,-217r133,46r-107,193xm238,-120v30,0,52,-71,78,-164v-28,-83,-44,-141,-74,-141v-54,0,-61,304,-4,305","w":562},"\u03ad":{"d":"25,-152v0,-60,20,-101,51,-134v-23,-24,-39,-63,-39,-110v0,-144,194,-203,348,-139r-21,125v-43,-16,-95,-19,-110,-19v-30,0,-44,19,-44,48v0,53,48,64,105,60r1,96v-61,-3,-115,-8,-115,59v0,37,21,50,61,50v31,0,58,-5,104,-20r20,128v-46,12,-91,21,-145,21v-126,0,-216,-49,-216,-165xm173,-630r71,-217r133,46r-107,193","w":392},"\u03ae":{"d":"502,288r-171,0r0,-630v-3,-118,-64,-71,-106,-3r0,345r-170,0r0,-547r159,0r1,53v36,-40,86,-67,142,-67v85,0,145,57,145,197r0,652xm214,-630r71,-217r133,46r-107,193","w":549},"\u03af":{"d":"278,-137r14,133v-23,5,-52,9,-83,9v-135,0,-160,-83,-160,-197r0,-355r168,0r0,355v0,59,20,60,61,55xm49,-630r71,-217r133,46r-107,193","w":288},"\u03ca":{"d":"278,-137r14,133v-23,5,-52,9,-83,9v-135,0,-160,-83,-160,-197r0,-355r168,0r0,355v0,59,20,60,61,55xm126,-710v0,50,-41,87,-87,87v-50,0,-87,-38,-87,-87v0,-49,37,-88,87,-88v49,0,87,42,87,88xm348,-710v0,49,-40,87,-90,87v-48,0,-84,-38,-84,-87v0,-46,33,-88,84,-88v51,0,90,42,90,88","w":288},"\u0390":{"d":"278,-137r14,133v-23,5,-52,9,-83,9v-135,0,-160,-83,-160,-197r0,-355r168,0r0,355v0,59,20,60,61,55xm81,-714v0,47,-36,82,-77,82v-45,0,-80,-37,-80,-82v0,-48,36,-84,80,-84v44,0,77,39,77,84xm398,-714v0,45,-37,82,-82,82v-43,0,-77,-37,-77,-82v0,-45,33,-84,77,-84v46,0,82,39,82,84xm77,-632r51,-221r124,41r-85,197","w":288},"\u03cc":{"d":"21,-269v0,-157,76,-292,243,-292v168,0,231,138,231,280v0,159,-80,295,-242,295v-157,0,-232,-130,-232,-283xm194,-279v0,93,21,163,66,163v45,0,64,-74,64,-160v0,-87,-19,-155,-65,-155v-45,0,-65,62,-65,152xm199,-630r71,-217r133,46r-107,193","w":517},"\u03cd":{"d":"288,-521r167,-55v29,107,49,183,43,309v-7,163,-85,279,-251,279v-187,0,-217,-139,-206,-316v7,-105,5,-174,-7,-243r169,0v16,74,9,201,5,306v-2,62,10,118,49,118v49,0,63,-61,66,-149v2,-77,-7,-160,-35,-249xm176,-630r71,-217r133,46r-107,193","w":536},"\u03b0":{"d":"288,-521r167,-55v29,107,49,183,43,309v-7,163,-85,279,-251,279v-187,0,-217,-139,-206,-316v7,-105,5,-174,-7,-243r169,0v16,74,9,201,5,306v-2,62,10,118,49,118v49,0,63,-61,66,-149v2,-77,-7,-160,-35,-249xm184,-714v0,47,-40,82,-84,82v-49,0,-87,-37,-87,-82v0,-48,39,-84,87,-84v48,0,84,39,84,84xm528,-714v0,45,-40,82,-89,82v-47,0,-84,-37,-84,-82v0,-45,36,-84,84,-84v50,0,89,39,89,84xm179,-632r56,-221r135,41r-93,197","w":536},"\u03cb":{"d":"288,-521r167,-55v29,107,49,183,43,309v-7,163,-85,279,-251,279v-187,0,-217,-139,-206,-316v7,-105,5,-174,-7,-243r169,0v16,74,9,201,5,306v-2,62,10,118,49,118v49,0,63,-61,66,-149v2,-77,-7,-160,-35,-249xm242,-710v0,50,-41,87,-87,87v-50,0,-87,-38,-87,-87v0,-49,37,-88,87,-88v49,0,87,42,87,88xm464,-710v0,49,-40,87,-90,87v-48,0,-84,-38,-84,-87v0,-46,33,-88,84,-88v51,0,90,42,90,88","w":536},"\u03ce":{"d":"519,-520r158,-47v28,105,42,155,42,252v0,182,-66,327,-220,327v-55,0,-96,-16,-127,-44v-32,28,-74,44,-127,44v-155,0,-211,-103,-211,-266v0,-127,18,-212,39,-311r157,43v-20,91,-29,185,-29,262v0,88,9,137,41,137v32,0,53,-80,53,-142r0,-193r163,0r0,217v0,62,12,118,43,118v42,0,49,-99,49,-187v0,-67,-8,-121,-31,-210xm311,-630r71,-217r133,46r-107,193","w":743},"\u0384":{"d":"-157,-630r71,-217r133,46r-107,193","w":102},"\u0385":{"d":"179,-714v0,47,-40,82,-84,82v-49,0,-87,-37,-87,-82v0,-48,39,-84,87,-84v48,0,84,39,84,84xm523,-714v0,45,-40,82,-89,82v-47,0,-84,-37,-84,-82v0,-45,36,-84,84,-84v50,0,89,39,89,84xm174,-632r56,-221r135,41r-93,197","w":526},"\u0387":{"d":"193,-361v0,55,-44,100,-96,100v-55,0,-99,-45,-99,-100v0,-51,42,-97,99,-97v54,0,96,46,96,97","w":181},"&":{"d":"520,-576v0,91,-66,150,-136,203v67,66,155,154,254,279r-89,111r-90,-99v-56,59,-113,102,-214,102v-135,0,-205,-74,-205,-184v0,-98,48,-164,107,-215v-47,-51,-70,-99,-70,-170v0,-117,81,-195,221,-195v132,0,222,69,222,168xm265,-111v33,0,57,-28,94,-70v-37,-36,-70,-65,-100,-92v-25,27,-41,57,-41,92v0,46,16,70,47,70xm253,-551v0,22,11,45,31,71v33,-25,57,-50,57,-80v0,-40,-32,-54,-52,-54v-24,0,-36,28,-36,63","w":612},",":{"d":"124,205r-93,-85v42,-47,62,-78,62,-113v0,-39,-42,-47,-42,-106v0,-52,42,-88,96,-88v72,0,111,61,111,141v0,93,-52,170,-134,251","w":290},";":{"d":"126,205r-93,-85v42,-47,62,-78,62,-113v0,-39,-42,-47,-42,-106v0,-52,42,-88,96,-88v72,0,111,61,111,141v0,93,-52,170,-134,251xm249,-464v0,55,-44,100,-96,100v-55,0,-99,-45,-99,-100v0,-51,42,-97,99,-97v54,0,96,46,96,97","w":287},":":{"d":"250,-86v0,55,-44,100,-96,100v-55,0,-99,-45,-99,-100v0,-51,42,-97,99,-97v54,0,96,46,96,97xm250,-464v0,55,-44,100,-96,100v-55,0,-99,-45,-99,-100v0,-51,42,-97,99,-97v54,0,96,46,96,97","w":287},".":{"d":"248,-86v0,55,-44,100,-96,100v-55,0,-99,-45,-99,-100v0,-51,42,-97,99,-97v54,0,96,46,96,97","w":292},"\u2026":{"d":"240,-86v0,55,-44,100,-96,100v-55,0,-99,-45,-99,-100v0,-51,42,-97,99,-97v54,0,96,46,96,97xm508,-86v0,55,-44,100,-96,100v-55,0,-99,-45,-99,-100v0,-51,42,-97,99,-97v54,0,96,46,96,97xm777,-86v0,55,-44,100,-96,100v-55,0,-99,-45,-99,-100v0,-51,42,-97,99,-97v54,0,96,46,96,97","w":806},"-":{"d":"344,-252r-314,0r0,-137r314,0r0,137","w":375},"\u00ad":{"d":"346,-252r-314,0r0,-137r314,0r0,137","w":375},"!":{"d":"267,-743r-10,490r-160,0r-9,-490r179,0xm280,-86v0,55,-44,100,-96,100v-55,0,-99,-45,-99,-100v0,-51,42,-97,99,-97v54,0,96,46,96,97","w":297},"\u00a1":{"d":"28,196r10,-489r160,0r10,489r-180,0xm221,-464v0,55,-44,100,-96,100v-55,0,-99,-45,-99,-100v0,-51,42,-97,99,-97v54,0,96,46,96,97","w":247},"?":{"d":"128,-243r0,-61v0,-160,114,-192,114,-273v0,-28,-17,-42,-45,-42v-29,0,-56,14,-100,43r-53,-118v64,-38,119,-60,191,-60v136,0,179,79,179,163v0,141,-117,174,-117,298r0,50r-169,0xm311,-86v0,55,-44,100,-96,100v-55,0,-99,-45,-99,-100v0,-51,42,-97,99,-97v54,0,96,46,96,97","w":428},"\u00bf":{"d":"330,-304r0,61v0,160,-114,192,-114,273v0,28,17,42,45,42v29,0,56,-14,100,-43r53,118v-64,38,-119,60,-191,60v-136,0,-179,-79,-179,-163v0,-141,117,-174,117,-298r0,-50r169,0xm147,-461v0,-55,44,-100,96,-100v55,0,99,45,99,100v0,51,-42,97,-99,97v-54,0,-96,-46,-96,-97","w":428},"\u2018":{"d":"177,-900r93,85v-42,47,-62,78,-62,113v0,39,42,47,42,106v0,52,-42,88,-96,88v-72,0,-111,-61,-111,-141v0,-93,52,-170,134,-251","w":275},"\u2019":{"d":"117,-473r-93,-85v42,-47,62,-78,62,-113v0,-39,-42,-47,-42,-106v0,-52,42,-88,96,-88v72,0,111,61,111,141v0,93,-52,170,-134,251","w":275},"\u201c":{"d":"177,-900r93,85v-42,47,-62,78,-62,113v0,39,42,47,42,106v0,52,-42,88,-96,88v-72,0,-111,-61,-111,-141v0,-93,52,-170,134,-251xm429,-900r93,85v-42,47,-62,78,-62,113v0,39,42,47,42,106v0,52,-42,88,-96,88v-72,0,-111,-61,-111,-141v0,-93,52,-170,134,-251","w":524},"\u201d":{"d":"117,-473r-93,-85v42,-47,62,-78,62,-113v0,-39,-42,-47,-42,-106v0,-52,42,-88,96,-88v72,0,111,61,111,141v0,93,-52,170,-134,251xm370,-473r-93,-85v42,-47,62,-78,62,-113v0,-39,-42,-47,-42,-106v0,-52,42,-88,96,-88v72,0,111,61,111,141v0,93,-52,170,-134,251","w":524},"\u201a":{"d":"116,207r-93,-85v42,-47,62,-78,62,-113v0,-39,-42,-47,-42,-106v0,-52,42,-88,96,-88v72,0,111,61,111,141v0,93,-52,170,-134,251","w":271},"\u201e":{"d":"116,205r-93,-85v42,-47,62,-78,62,-113v0,-39,-42,-47,-42,-106v0,-52,42,-88,96,-88v72,0,111,61,111,141v0,93,-52,170,-134,251xm369,205r-93,-85v42,-47,62,-78,62,-113v0,-39,-42,-47,-42,-106v0,-52,42,-88,96,-88v72,0,111,61,111,141v0,93,-52,170,-134,251","w":519},"\u201b":{"d":"24,-786r93,-85v82,81,134,158,134,251v0,80,-39,141,-111,141v-54,0,-96,-36,-96,-88v0,-59,42,-67,42,-106v0,-35,-20,-66,-62,-113","w":276},"\u2039":{"d":"344,-465r-112,190r112,186r-134,53r-183,-240r184,-239","w":381},"\u203a":{"d":"159,-276r-121,-185r131,-55r185,240r-184,239r-133,-48","w":381},"\u00ab":{"d":"197,-276r101,208r-117,31r-154,-239r154,-239r113,36xm492,-95r-116,32r-138,-213r146,-213r108,34r-83,177","w":529},"\u00bb":{"d":"233,-482r117,-33r155,239r-155,239r-113,-36r97,-203xm37,-457r117,-31r139,213r-145,212r-110,-36r84,-175","w":532},"\u02bc":{"d":"92,-461r-93,-85v42,-47,62,-78,62,-113v0,-39,-42,-47,-42,-106v0,-52,42,-88,96,-88v72,0,111,61,111,141v0,93,-52,170,-134,251","w":226},"\/":{"d":"428,-784r-258,911r-155,-51r258,-911","w":417},"|":{"d":"225,115r-162,0r0,-928r162,0r0,928","w":288},"\u00a6":{"d":"63,-286r162,0r0,402r-162,0r0,-402xm225,-438r-162,0r0,-376r162,0r0,376","w":288},"\\":{"d":"201,128r-258,-913r160,-51r259,912","w":315},"\u2013":{"d":"529,-252r-499,0r0,-137r499,0r0,137","w":560},"\u2014":{"d":"844,-252r-814,0r0,-137r814,0r0,137","w":875},"^":{"d":"565,-279r-177,0r-124,-304r-119,304r-178,0r237,-510r125,0","w":531},"~":{"d":"434,-385r46,111v-22,28,-83,75,-154,75v-80,0,-115,-66,-176,-66v-36,0,-71,13,-99,40r-42,-108v45,-42,96,-72,151,-72v81,0,120,67,176,67v36,0,71,-24,98,-47","w":488},"\u2022":{"d":"-23,-346v0,-115,95,-211,211,-211v115,0,211,96,211,211v0,114,-96,210,-211,210v-116,0,-211,-96,-211,-210","w":374},"\u00b7":{"d":"224,-361v0,55,-44,100,-96,100v-55,0,-99,-45,-99,-100v0,-51,42,-97,99,-97v54,0,96,46,96,97","w":244},"(":{"d":"343,137r-118,68v-76,-96,-181,-277,-181,-553v0,-250,94,-411,184,-545r114,68v-32,70,-135,255,-135,473v0,238,94,414,136,489","w":341},")":{"d":"298,-348v0,248,-95,416,-184,554r-116,-68v66,-131,136,-275,136,-482v-1,-227,-65,-338,-136,-482r121,-67v94,137,179,280,179,545","w":342},"[":{"d":"293,150r-266,0r0,-1043r266,0r0,125r-125,0r0,793r125,0r0,125","w":303},"]":{"d":"275,150r-265,0r0,-125r123,0r0,-793r-123,0r0,-125r265,0r0,1043","w":302},"{":{"d":"275,55r-25,102v-72,-15,-166,-33,-166,-184v0,-127,30,-307,-93,-307r0,-97v61,-2,93,-48,93,-119r0,-166v0,-156,103,-171,161,-181r18,102v-34,6,-46,27,-46,88r0,170v0,101,-50,145,-78,152v40,20,78,73,78,165r0,189v0,50,24,76,58,86","w":277},"}":{"d":"2,-796r26,-102v70,15,165,32,165,183v0,126,-30,308,92,308r0,97v-59,1,-92,48,-92,119r0,165v0,156,-104,172,-160,181r-19,-101v34,-7,46,-27,46,-89r0,-170v0,-101,50,-145,78,-151v-39,-21,-78,-74,-78,-166r0,-188v0,-50,-25,-76,-58,-86","w":277},"*":{"d":"350,-559r-31,171r123,-81r53,162r-156,33r119,127r-137,101r-61,-147r-52,150r-139,-100r111,-131r-150,-22r52,-163r121,72r-36,-172r183,0","w":523},"\u2020":{"d":"421,-420r-127,0r0,420r-152,0r0,-420r-126,0r0,-127r126,0r0,-194r152,0r0,194r127,0r0,127","w":436},"\u2021":{"d":"421,-188r-127,0r0,188r-152,0r0,-188r-126,0r0,-119r126,0r0,-143r-126,0r0,-119r126,0r0,-174r152,0r0,174r127,0r0,119r-127,0r0,143r127,0r0,119","w":436},"\u00a7":{"d":"467,-233v0,59,-28,102,-83,138v24,33,40,71,40,118v0,172,-217,192,-364,134r41,-117v29,14,71,25,105,25v41,0,61,-13,61,-42v0,-98,-232,-164,-232,-333v0,-66,35,-109,90,-142v-29,-38,-49,-83,-49,-137v0,-102,71,-163,202,-163v42,0,88,6,150,26r-40,114v-49,-19,-166,-40,-166,25v0,101,245,180,245,354xm291,-186v64,-71,-13,-121,-84,-183v-62,86,7,122,84,183","w":497},"\u00b6":{"d":"370,102r0,-786v-114,-4,-233,-2,-232,107v0,92,70,119,174,119r0,560r-159,0r0,-432v-125,-24,-182,-131,-182,-235v0,-134,62,-258,301,-258r258,0r0,925r-160,0","w":580},"_":{"d":"460,126r-482,0r0,-113r482,0r0,113","w":437},"\u2017":{"d":"417,101r-422,0r0,-101r422,0r0,101xm417,251r-422,0r0,-102r422,0r0,102","w":413},"'":{"d":"179,-860v4,113,-9,209,-20,307r-129,0v-10,-99,-24,-194,-20,-307r169,0","w":189},"\"":{"d":"179,-860v4,113,-9,209,-20,307r-129,0v-10,-99,-24,-194,-20,-307r169,0xm392,-860v4,112,-9,208,-19,307r-130,0v-9,-99,-22,-195,-18,-307r167,0","w":402},"@":{"d":"408,12v-111,0,-154,-120,-154,-229v-1,-272,208,-381,396,-241r0,291v0,34,9,55,29,55v37,0,50,-78,50,-187v0,-185,-82,-323,-251,-323v-161,0,-293,123,-293,368v0,212,93,371,277,371v48,0,124,-11,188,-35r37,123v-72,24,-161,37,-235,37v-273,0,-421,-196,-421,-490v0,-308,188,-500,440,-500v231,0,415,161,415,428v0,149,-60,332,-248,332v-81,0,-92,-33,-106,-66v-34,42,-72,66,-124,66xm496,-144r0,-250v-65,-24,-78,54,-82,156v-5,106,38,164,82,94","w":916},"\u00a9":{"d":"1048,-300v0,320,-199,576,-502,576v-301,0,-502,-245,-502,-576v0,-319,201,-575,502,-575v303,0,502,256,502,575xm900,-299v0,-243,-142,-439,-354,-439v-212,0,-355,196,-355,439v0,254,144,439,355,439v212,0,354,-196,354,-439xm698,-166r49,128v-45,24,-98,53,-195,53v-150,0,-268,-111,-268,-320v0,-272,247,-371,457,-246r-48,132v-64,-36,-86,-47,-127,-47v-43,0,-109,35,-109,160v0,140,73,181,107,181v46,0,69,-6,134,-41","w":1092},"\u00ae":{"d":"1048,-300v0,320,-199,576,-502,576v-301,0,-502,-245,-502,-576v0,-319,201,-575,502,-575v303,0,502,256,502,575xm900,-299v0,-243,-142,-439,-354,-439v-212,0,-355,196,-355,439v0,254,144,439,355,439v212,0,354,-196,354,-439xm750,-416v0,75,-33,127,-79,159r94,260r-157,0r-61,-221v-15,1,-29,0,-43,-2r0,223r-153,0r0,-603r172,0v168,0,227,85,227,184xm601,-407v0,-57,-30,-81,-97,-76r0,155v44,4,97,-11,97,-79","w":1092},"\u2122":{"d":"300,-714r-103,0r0,318r-116,0r0,-318r-103,0r0,-99r322,0r0,99xm728,-397r-122,0r-9,-202r-68,202r-51,0r-70,-202r-15,202r-111,0r31,-416r104,0r89,236r91,-236r101,0","w":752},"\u212e":{"d":"621,-332r-414,0v11,127,76,211,169,211v65,0,120,-22,192,-61r53,129v-81,42,-168,69,-268,69v-258,0,-319,-208,-321,-389v-2,-205,91,-385,324,-385v224,0,311,216,265,426xm341,-621v-79,0,-121,64,-133,173r253,0v2,-99,-52,-173,-120,-173","w":656},"\u00a4":{"d":"422,-398r-156,0r0,49r156,0r0,121r-142,0v29,119,106,123,209,70r41,136v-56,22,-111,36,-169,36v-154,0,-236,-98,-264,-242r-70,0r0,-121r58,0r1,-49r-59,0r0,-122r75,0v33,-136,114,-238,270,-238v47,0,92,10,151,34r-43,139v-45,-26,-72,-33,-95,-33v-40,0,-84,9,-106,98r143,0r0,122","w":538},"\u20ac":{"d":"422,-398r-156,0r0,49r156,0r0,121r-142,0v29,119,106,123,209,70r41,136v-56,22,-111,36,-169,36v-154,0,-236,-98,-264,-242r-70,0r0,-121r58,0r1,-49r-59,0r0,-122r75,0v33,-136,114,-238,270,-238v47,0,92,10,151,34r-43,139v-45,-26,-72,-33,-95,-33v-40,0,-84,9,-106,98r143,0r0,122","w":538},"$":{"d":"479,-198v0,141,-99,198,-206,209r0,132r-132,0r12,-135v-50,-8,-95,-23,-132,-41r43,-150v70,37,121,56,161,56v39,0,75,-23,75,-68v0,-118,-266,-128,-266,-356v0,-121,83,-185,185,-203r4,-109r129,0r-10,110v34,6,70,16,111,31r-36,141v-59,-25,-101,-37,-136,-37v-37,0,-71,14,-71,57v0,117,269,111,269,363","w":499},"\u00a2":{"d":"375,-154r37,133v-26,13,-54,24,-85,30r0,118r-143,0r0,-127v-102,-36,-155,-136,-155,-271v0,-141,58,-238,155,-274r0,-112r143,0r0,101v27,5,53,14,84,29r-37,139v-85,-62,-167,-49,-167,103v0,97,28,160,82,160v26,0,62,-11,86,-29","w":432},"\u00a3":{"d":"388,-326r-113,0v2,70,-5,165,-23,194r238,0r0,132r-435,0r-15,-103v52,-40,77,-111,72,-223r-76,0r0,-129r76,0v-17,-175,81,-300,222,-300v55,0,101,7,170,32r-36,125v-43,-20,-74,-27,-103,-27v-77,-1,-97,80,-90,170r113,0r0,129","w":515},"\u0192":{"d":"376,-693v-92,0,-77,129,-94,213r135,0r-18,123r-133,0r-42,320v-34,236,-156,281,-303,290r-11,-128v92,-11,145,-60,159,-172r39,-310r-85,0r16,-123r85,0r13,-102v22,-168,95,-241,230,-241v49,0,102,11,145,29r-37,121v-31,-13,-76,-20,-99,-20","w":436},"\u00a5":{"d":"569,-742r-117,254r5,-4r100,0r0,120r-159,0r-24,51r183,0r0,120r-172,0r0,203r-171,0r0,-203r-173,0r0,-120r184,0r-23,-51r-161,0r0,-120r102,0r5,4r-117,-254r176,0r93,297r90,-297r179,0","w":600},"\u20b4":{"d":"441,-223r-208,-20v-24,45,-24,128,43,128v41,0,102,-14,161,-47r38,126v-134,67,-417,102,-417,-134v0,-33,5,-62,14,-89r-49,-5r9,-98r93,10v20,-25,41,-47,63,-67r-150,-15r11,-97r220,22v26,-44,44,-120,-40,-119v-29,0,-83,8,-131,30r-31,-127v60,-24,117,-31,173,-31v118,0,204,34,204,163v0,37,-8,70,-20,99r45,4r-10,97r-95,-9v-20,24,-42,45,-63,67r150,15","w":497},"\u00aa":{"d":"322,-174r-312,0r0,-123r312,0r0,123xm311,-352r-119,0r-7,-36v-28,23,-54,47,-87,47v-68,0,-97,-57,-97,-119v0,-101,85,-129,165,-134v3,-30,-6,-59,-30,-59v-24,0,-53,8,-97,27r-26,-100v54,-20,106,-33,154,-33v92,0,138,66,138,144r0,169v0,30,3,66,6,94xm166,-469r0,-49v-14,0,-42,16,-42,44v1,45,21,26,42,5","w":341},"\u00ba":{"d":"379,-174r-354,0r0,-123r354,0r0,123xm7,-554v0,-56,31,-205,181,-205v160,0,177,144,177,203v0,76,-37,211,-180,211v-149,0,-178,-142,-178,-209xm155,-557v0,34,8,93,33,93v29,0,31,-58,31,-89v0,-30,-10,-88,-33,-88v-30,0,-31,53,-31,84","w":396},"\u2116":{"d":"906,-592v0,78,-37,204,-163,204v-132,0,-161,-142,-161,-203v0,-70,37,-189,166,-189v129,0,158,121,158,188xm778,-587v0,-29,-10,-77,-36,-77v-25,0,-31,36,-31,70v0,32,7,88,36,88v26,0,31,-46,31,-81xm906,-221r-314,0r0,-137r314,0r0,137xm539,0r-145,0r-178,-399r0,399r-152,0r0,-743r144,0r179,390r0,-390r152,0r0,743","w":931},"#":{"d":"591,-125r-76,0r0,223r-158,0r0,-223r-81,0r0,223r-157,0r0,-223r-84,0r0,-137r82,0r0,-128r-82,0r0,-137r84,0r0,-222r157,0r0,222r78,0r0,-222r161,0r0,222r78,0r0,136r-78,0r0,129r76,0r0,137xm354,-262r0,-129r-78,0r0,129r78,0","w":627},"0":{"d":"523,-340v0,173,-60,353,-253,353v-193,0,-242,-183,-242,-336v0,-169,61,-348,258,-348v191,0,237,174,237,331xm352,-324v0,-111,-18,-210,-79,-210v-58,0,-72,91,-72,201v0,100,14,209,78,209v56,0,73,-88,73,-200","w":551},"1":{"d":"321,0r-170,0r0,-460r-98,57r-55,-121r193,-142r130,0r0,666","w":376},"2":{"d":"411,0r-387,0r0,-104v84,-89,217,-255,217,-360v0,-47,-27,-71,-74,-71v-29,0,-69,8,-113,30r-34,-126v56,-26,117,-40,176,-40v149,0,213,77,213,188v0,135,-99,266,-161,345r163,0r0,138","w":449},"3":{"d":"389,-497v0,66,-26,117,-83,154v71,25,108,95,108,178v0,193,-174,294,-383,266r0,-139v105,18,203,-22,203,-123v0,-51,-26,-90,-117,-85r-42,1r-4,-122v77,0,142,-32,142,-100v0,-87,-88,-75,-159,-47r-35,-131v155,-57,370,-30,370,148","w":445},"4":{"d":"142,-686r158,0r-121,410r75,0r29,-171r121,0r0,171r58,0r0,137r-58,0r0,139r-158,0r0,-139r-209,0r-36,-108","w":470},"5":{"d":"206,-537r-8,133v120,-8,213,67,215,224v3,199,-164,303,-376,280r0,-141v109,20,198,-37,198,-142v0,-62,-30,-100,-108,-100v-21,0,-45,2,-86,12r23,-389r333,0r0,123r-191,0","w":431},"6":{"d":"467,-609v-139,-14,-219,15,-246,162v150,-62,300,19,300,213v0,155,-110,248,-242,248v-175,0,-241,-149,-241,-322v0,-270,116,-475,426,-442xm274,-340v-16,0,-41,10,-63,22v-1,96,12,194,73,193v39,0,58,-45,58,-107v0,-65,-18,-108,-68,-108","w":562},"7":{"d":"208,-523r-207,0r0,-137r383,0r15,94r-205,649r-178,0","w":404},"8":{"d":"41,-186v0,-98,55,-160,92,-197v-46,-40,-82,-91,-82,-171v0,-133,96,-204,217,-204v116,0,208,67,208,188v0,75,-45,140,-80,179v51,38,92,91,92,188v0,151,-105,217,-227,217v-117,0,-220,-68,-220,-200xm324,-190v0,-49,-33,-81,-77,-112v-20,29,-41,72,-41,106v0,98,118,103,118,6xm217,-569v0,50,26,80,63,105v17,-25,33,-56,33,-95v0,-35,-19,-71,-49,-71v-27,0,-47,21,-47,61","w":529},"9":{"d":"92,-51v138,15,218,-15,245,-162v-150,63,-299,-20,-299,-213v0,-155,110,-248,242,-248v175,0,241,149,241,322v0,270,-116,475,-426,442xm285,-320v16,0,41,-9,63,-21v1,-96,-12,-195,-73,-194v-39,0,-58,45,-58,107v0,65,18,108,68,108","w":562},"\u00b9":{"d":"262,-317r-135,0r4,-291r-92,45r-34,-91r152,-101r105,0r0,438","w":302},"\u00b2":{"d":"297,-315r-269,0r-12,-70v53,-60,136,-166,136,-223v0,-67,-64,-25,-102,-9r-29,-103v52,-23,90,-33,133,-33v98,0,135,52,135,133v0,71,-40,140,-96,203r104,0r0,102","w":316},"\u00b3":{"d":"287,-456v0,132,-148,171,-276,134r29,-107v28,9,45,14,65,14v24,0,41,-10,41,-35v0,-40,-52,-43,-98,-40r-3,-89v45,3,85,-7,87,-47v0,-17,-8,-25,-24,-25v-12,0,-31,6,-63,23r-33,-94v84,-52,265,-61,263,69v0,42,-18,72,-45,94v35,16,57,51,57,103","w":299},"\u2044":{"d":"388,-677r-468,671r-100,-93r466,-674","w":209},"\u215b":{"d":"715,-677r-468,671r-100,-93r466,-674xm530,-116v0,-47,32,-86,46,-103v-25,-22,-43,-52,-43,-99v0,-80,69,-119,136,-119v66,0,145,34,145,114v0,42,-18,80,-38,102r-5,-1v27,21,49,51,49,102v0,93,-76,129,-147,129v-76,0,-143,-33,-143,-125xm260,-317r-135,0r4,-291r-92,45r-34,-91r152,-101r105,0r0,438xm693,-123v0,-17,-13,-30,-30,-41v-12,16,-14,78,10,78v17,0,20,-17,20,-37xm673,-345v-25,7,-18,60,5,69v12,-17,21,-66,-5,-69","w":842},"\u00bc":{"d":"260,-317r-135,0r4,-291r-92,45r-34,-91r152,-101r105,0r0,438xm576,-440r129,0r-86,250r41,0r33,-113r70,0r1,113r38,0r0,103r-38,0r0,87r-131,0r0,-87r-113,0r-35,-90xm713,-677r-468,671r-100,-93r466,-674","w":806},"\u215c":{"d":"689,-677r-468,671r-100,-93r466,-674xm505,-116v0,-47,31,-86,46,-103v-25,-22,-43,-52,-43,-99v0,-80,69,-119,137,-119v65,0,144,34,144,114v0,42,-19,80,-37,102r-7,-2v28,21,50,51,50,103v0,93,-76,129,-147,129v-75,0,-143,-33,-143,-125xm287,-456v0,132,-148,171,-276,134r29,-107v28,9,45,14,65,14v24,0,41,-10,41,-35v0,-40,-52,-43,-98,-40r-3,-89v45,3,85,-7,87,-47v0,-17,-8,-25,-24,-25v-12,0,-31,6,-63,23r-33,-94v84,-52,265,-61,263,69v0,42,-18,72,-45,94v35,16,57,51,57,103xm669,-123v0,-18,-13,-30,-32,-42v-10,18,-13,79,11,79v17,0,21,-17,21,-37xm648,-345v-25,7,-18,60,5,69v14,-17,21,-67,-5,-69","w":816},"\u00bd":{"d":"700,-677r-468,671r-100,-93r466,-674xm816,0r-269,0r-12,-69v53,-61,136,-166,136,-224v0,-25,-9,-35,-21,-35v-29,0,-49,10,-81,26r-28,-103v51,-23,89,-33,132,-33v98,0,135,52,135,133v0,71,-40,141,-96,204r104,0r0,101xm260,-317r-135,0r4,-291r-92,45r-34,-91r152,-101r105,0r0,438","w":837},"\u215d":{"d":"693,-677r-468,671r-100,-93r466,-674xm519,-116v0,-48,33,-88,45,-104v-24,-22,-42,-51,-42,-98v0,-80,69,-119,137,-119v64,0,144,34,144,114v0,42,-19,80,-38,102r-5,-1v27,21,49,51,49,102v0,93,-76,129,-146,129v-78,0,-144,-33,-144,-125xm139,-645r-2,44v89,-3,138,46,138,127v0,114,-69,166,-175,166v-42,0,-80,-8,-100,-17r24,-103v38,15,116,32,116,-37v0,-58,-72,-53,-116,-37r16,-245r220,0r0,102r-121,0xm683,-123v0,-18,-13,-31,-32,-42v-13,18,-15,79,12,79v16,0,20,-17,20,-37xm663,-345v-26,6,-19,59,4,69v15,-17,20,-66,-4,-69","w":830},"\u00be":{"d":"689,-677r-468,671r-100,-93r466,-674xm287,-456v0,132,-148,171,-276,134r29,-107v28,9,45,14,65,14v24,0,41,-10,41,-35v0,-40,-52,-43,-98,-40r-3,-89v45,3,85,-7,87,-47v0,-17,-8,-25,-24,-25v-12,0,-31,6,-63,23r-33,-94v84,-52,265,-61,263,69v0,42,-18,72,-45,94v35,16,57,51,57,103xm561,-440r129,0r-86,250r40,0r34,-113r70,0r1,113r38,0r0,103r-38,0r0,87r-132,0r0,-87r-113,0r-34,-90","w":791},"\u215e":{"d":"613,-677r-468,671r-100,-93r466,-674xm438,-116v0,-47,32,-87,45,-103v-24,-22,-42,-52,-42,-99v0,-80,68,-119,137,-119v65,0,144,34,144,114v0,42,-19,80,-38,102r-5,-1v27,21,49,51,49,102v0,93,-76,129,-147,129v-76,0,-143,-33,-143,-125xm111,-641r-122,0r0,-105r260,0r12,72r-125,356r-139,0xm602,-123v0,-18,-13,-30,-31,-42v-13,17,-15,79,10,79v16,0,21,-17,21,-37xm581,-345v-25,7,-18,60,5,69v15,-17,21,-67,-5,-69","w":750},"%":{"d":"641,-579r-494,510r-85,-97r492,-511xm345,-579v0,92,-75,164,-163,164v-91,0,-151,-70,-151,-164v0,-90,61,-164,160,-164v96,0,154,63,154,164xm219,-579v0,-28,-11,-50,-32,-50v-21,0,-31,22,-31,50v0,28,10,50,31,50v23,0,32,-22,32,-50xm662,-151v0,92,-67,164,-158,164v-92,0,-156,-71,-156,-164v0,-90,61,-164,160,-164v97,0,154,63,154,164xm537,-151v0,-29,-12,-50,-32,-50v-21,0,-31,22,-31,50v0,28,10,50,31,50v22,0,32,-22,32,-50","w":685},"\u2030":{"d":"641,-579r-494,510r-85,-97r492,-511xm345,-579v0,92,-75,164,-163,164v-91,0,-151,-70,-151,-164v0,-90,61,-164,160,-164v96,0,154,63,154,164xm219,-579v0,-28,-11,-50,-32,-50v-21,0,-31,22,-31,50v0,28,10,50,31,50v23,0,32,-22,32,-50xm662,-151v0,92,-67,164,-158,164v-92,0,-156,-71,-156,-164v0,-90,61,-164,160,-164v97,0,154,63,154,164xm537,-151v0,-29,-12,-50,-32,-50v-21,0,-31,22,-31,50v0,28,10,50,31,50v22,0,32,-22,32,-50xm1007,-151v0,92,-67,164,-158,164v-92,0,-156,-71,-156,-164v0,-90,61,-164,160,-164v97,0,154,63,154,164xm882,-151v0,-29,-12,-50,-32,-50v-22,0,-31,22,-31,50v0,28,10,50,31,50v22,0,32,-22,32,-50","w":1030},"+":{"d":"476,-215r-139,0r0,198r-153,0r0,-198r-138,0r0,-136r138,0r0,-184r153,0r0,184r139,0r0,136","w":523},"\u2212":{"d":"476,-215r-430,0r0,-136r430,0r0,136","w":523},"\u00b1":{"d":"476,-351r-139,0r0,166r-153,0r0,-166r-138,0r0,-131r138,0r0,-175r153,0r0,175r139,0r0,131xm476,0r-430,0r0,-137r430,0r0,137","w":523},"\u00d7":{"d":"500,-464r-141,170r141,170r-98,100r-141,-171r-142,170r-97,-99r141,-170r-142,-172r98,-100r142,173r141,-172","w":522},"\u00f7":{"d":"493,-326r-404,178r-46,-124r404,-178xm449,-86v0,55,-44,100,-96,100v-55,0,-99,-45,-99,-100v0,-51,42,-97,99,-97v54,0,96,46,96,97xm307,-523v0,55,-44,100,-96,100v-55,0,-99,-45,-99,-100v0,-51,42,-97,99,-97v54,0,96,46,96,97","w":522},"=":{"d":"476,-331r-430,0r0,-136r430,0r0,136xm476,-104r-430,0r0,-136r430,0r0,136","w":523},"\u2260":{"d":"486,-104r-245,0r-126,180r-101,-95r53,-85r-11,0r0,-136r90,0r68,-91r-158,0r0,-136r248,0r156,-225r104,96r-90,129r12,0r0,136r-95,0r-65,91r160,0r0,136","w":522},"\u2248":{"d":"460,-104r-430,0r0,-136r430,0r0,136xm430,-493r39,124v-23,22,-78,63,-148,63v-82,0,-117,-61,-178,-61v-35,0,-73,20,-101,41r-39,-120v48,-35,91,-59,146,-59v83,0,120,62,177,62v36,0,77,-32,104,-50","w":492},"<":{"d":"319,-606r93,98r-216,221r210,216r-85,107r-335,-323","w":407},">":{"d":"143,-606r329,319r-333,323r-84,-107r208,-216r-213,-221","w":523},"\u2264":{"d":"408,-155r-369,-265r373,-267r63,121r-205,146r211,150xm466,-6r-421,0r0,-123r421,0r0,123","w":522},"\u2265":{"d":"110,-687r374,265r-378,268r-63,-122r205,-146r-211,-150xm461,-6r-421,0r0,-123r421,0r0,123","w":522},"\u00ac":{"d":"360,-264r-364,0r0,-136r498,0r0,313r-133,0","w":491},"\u00b0":{"d":"381,-654v0,108,-80,192,-185,192v-107,0,-183,-82,-183,-192v0,-107,81,-191,183,-191v104,0,185,84,185,191xm266,-654v0,-53,-29,-89,-70,-89v-39,0,-67,36,-67,89v0,53,27,91,67,91v41,0,70,-38,70,-91","w":389},"\u2202":{"d":"105,-677r-10,-131v16,-3,42,-5,58,-5v147,0,347,98,347,431v0,269,-118,398,-266,398v-129,0,-212,-115,-212,-247v0,-161,131,-292,301,-222v-17,-149,-92,-227,-176,-227v-8,0,-32,1,-42,3xm248,-343v-46,0,-63,48,-63,109v0,55,15,111,57,111v44,0,75,-68,83,-196v-31,-17,-57,-24,-77,-24","w":520},"\u222b":{"d":"386,-906r-19,136v-28,-6,-54,-10,-72,-10v-48,0,-62,45,-62,113v0,184,34,481,34,670v0,169,-74,256,-215,256v-36,0,-78,-8,-113,-15r19,-139v32,5,57,11,80,11v34,0,55,-42,55,-108v0,-175,-34,-503,-34,-669v0,-147,47,-261,216,-261v35,0,78,8,111,16","w":327},"\u221a":{"d":"86,-411r-87,0r0,-136r208,0r42,242r79,-620r372,0r-1,136r-235,0r-101,676r-203,1","w":563},"\u2211":{"d":"488,185r-474,0r-16,-115r211,-348r-199,-350r15,-114r433,0r0,134r-235,0r185,326r-198,333r278,0r0,134","w":508},"\u220f":{"d":"576,-605r-67,0r0,790r-161,0r0,-790r-115,0r0,790r-163,0r0,-790r-67,0r0,-137r573,0r0,137","w":581},"\u221e":{"d":"650,18v-90,0,-159,-66,-208,-144v-53,78,-127,135,-203,135v-127,0,-217,-123,-217,-278v0,-156,90,-283,217,-283v93,0,159,53,211,137v53,-79,125,-137,200,-137v130,0,223,128,223,286v0,157,-93,284,-223,284xm729,-266v0,-77,-39,-140,-88,-140v-46,0,-83,44,-123,128v46,107,70,153,123,153v49,0,88,-62,88,-141xm166,-269v0,78,36,140,84,140v45,0,84,-47,125,-134v-49,-105,-78,-146,-125,-146v-48,0,-84,61,-84,140","w":896},"\u25ca":{"d":"18,-371r110,-372r210,0r108,372r-109,371r-209,0xm179,-371r54,233r54,-233r-54,-234","w":464},"\u2190":{"d":"364,-114r-78,100r-285,-269r0,-99r285,-267r78,99r-167,149r618,0r0,137r-619,0","w":809},"\u2191":{"d":"113,-399r-96,-78r226,-344r97,0r226,344r-96,78r-111,-187r0,744r-136,0r0,-742","w":582},"\u2192":{"d":"453,-549r77,-100r285,268r0,101r-285,266r-77,-99r167,-150r-619,0r0,-136r619,0","w":817},"\u2193":{"d":"470,-264r96,78r-226,344r-98,0r-225,-344r96,-78r110,185r0,-742r136,0r0,744","w":582},"\u2194":{"d":"506,-549r78,-100r284,268r0,101r-284,266r-78,-99r168,-150r-478,0r168,150r-77,99r-285,-268r0,-100r285,-267r77,100r-170,150r480,0","w":870},"\u2195":{"d":"113,-399r-96,-78r226,-344r97,0r226,344r-96,78r-111,-187r0,568r111,-187r96,78r-226,344r-98,0r-225,-344r96,-78r110,185r0,-564","w":582},"`":{"d":"-74,-772r136,-75r104,194r-102,44","w":111},"\u00b4":{"d":"-55,-653r117,-193r116,77r-144,160","w":111},"\u02c6":{"d":"110,-829r186,163r-83,64r-101,-79r-103,79r-78,-56","w":247},"\u02c7":{"d":"115,-731r103,-79r73,57r-121,129r-108,0r-125,-122r77,-64","w":246},"\u02dc":{"d":"258,-769r61,64v-45,57,-89,79,-132,79v-61,0,-66,-28,-94,-28v-20,0,-40,11,-74,33r-55,-75v46,-47,88,-66,130,-66v53,0,61,26,92,26v20,0,42,-8,72,-33","w":288},"\u00a8":{"d":"160,-710v0,50,-41,87,-87,87v-50,0,-87,-38,-87,-87v0,-49,37,-88,87,-88v49,0,87,42,87,88xm382,-710v0,49,-40,87,-90,87v-48,0,-84,-38,-84,-87v0,-46,33,-88,84,-88v51,0,90,42,90,88","w":366},"\u00af":{"d":"303,-628r-330,0r0,-112r330,0r0,112","w":274},"\u02d8":{"d":"214,-813r114,11v-6,116,-87,171,-190,171v-99,0,-173,-55,-176,-171r113,-11v11,56,32,83,68,83v39,0,59,-27,71,-83","w":307},"\u02da":{"d":"216,-747v0,77,-61,140,-136,140v-74,0,-135,-62,-135,-140v0,-77,62,-140,135,-140v74,0,136,64,136,140xm112,-747v0,-27,-15,-49,-32,-49v-18,0,-33,22,-33,49v0,27,15,49,33,49v16,0,32,-22,32,-49","w":171},"\u02dd":{"d":"435,-803r-158,188r-100,-12r91,-176r167,0xm215,-803r-150,188r-100,-12r88,-176r162,0","w":388},"\u02d9":{"d":"137,-722v0,52,-44,94,-96,94v-53,0,-94,-42,-94,-94v0,-50,41,-94,94,-94v53,0,96,44,96,94","w":92},"\u00b8":{"d":"171,-5r-8,64v51,19,79,54,79,105v-2,113,-130,125,-227,100r21,-82v28,11,98,18,97,-22v0,-26,-22,-37,-65,-41r13,-125","w":254},"\u02db":{"d":"198,152r31,90v-39,19,-68,29,-117,29v-88,0,-131,-49,-131,-126v0,-83,66,-154,132,-186r115,41v-59,33,-114,85,-114,127v1,58,49,45,84,25","w":191}}});;addEvent(window,'load',initCorners);function initCorners(){var setting={tl:{radius:6},tr:{radius:6},bl:{radius:6},br:{radius:6},antiAlias:true}
curvyCorners(setting,".page_item");}
$(document).ready(function(){$("a.fancy").fancybox();});Cufon.replace('h1, h2, h3, #home-intro .textwidget, .twitter-item, .delicious-link, cite, #menu, value');;(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return!!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return!!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return+new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return!o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return-1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return!!T.firstChild},empty:function(T){return!T.firstChild},has:function(V,U,T){return!!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex"in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return!F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();jQuery.noConflict();;jQuery(document).ready(function(){jQuery('a').each(function(){var a=jQuery(this);var href=a.attr('href');if(href==undefined)
return;var url=href.replace('http://','').replace('https://','');var hrefArray=href.split('.').reverse();var extension=hrefArray[0].toLowerCase();var hrefArray=href.split('/').reverse();var domain=hrefArray[2];var downloadTracked=false;if(jQuery.inArray(extension,analyticsFileTypes)!=-1){downloadTracked=true;a.click(function(){if(analyticsEventTracking=='enabled'){_gaq.push(['_trackEvent','Downloads',extension.toUpperCase(),href]);}else
_gaq.push(['_trackPageview',analyticsDownloadsPrefix+url]);});}
if((href.match(/^http/))&&(!href.match(document.domain))&&(downloadTracked==false)){a.click(function(){if(analyticsEventTracking=='enabled'){_gaq.push(['_trackEvent','Outbound Traffic',href.match(/:\/\/(.[^/]+)/)[1],href]);}else
_gaq.push(['_trackPageview',analyticsOutboundPrefix+url]);});}});});