(function(){var s=this,w,g=s.jQuery,j=s.$,m=s.jQuery=s.$=function(F,E){return new m.fn.init(F,E)},f=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,z=/^.[^:#\[\.,]*$/;m.fn=m.prototype={init:function(H,G){H=H||document;if(H.nodeType){this[0]=H;this.length=1;this.context=H;return this}if(typeof H==="string"){var E=f.exec(H);if(E&&(E[1]||!G)){if(E[1]){H=m.clean([E[1]],G)}else{var F=document.getElementById(E[3]);if(F&&F.id!=E[3]){return m().find(H)}var I=m(F||[]);I.context=document;I.selector=H;return I}}else{return m(G).find(H)}}else{if(m.isFunction(H)){return m(document).ready(H)}}if(H.selector&&H.context){this.selector=H.selector;this.context=H.context}return this.setArray(m.isArray(H)?H:m.makeArray(H))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===w?Array.prototype.slice.call(this):this[E]},pushStack:function(H,E,G){var F=m(H);F.prevObject=this;F.context=this.context;if(E==="find"){F.selector=this.selector+(this.selector?" ":"")+G}else{if(E){F.selector=this.selector+"."+E+"("+G+")"}}return F},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return m.each(this,F,E)},index:function(E){return m.inArray(E&&E.jquery?E[0]:E,this)},attr:function(E,H,F){var G=E;if(typeof E==="string"){if(H===w){return this[0]&&m[F||"attr"](this[0],E)}else{G={};G[E]=H}}return this.each(function(I){for(E in G){m.attr(F?this.style:this,E,m.prop(this,G[E],F,I,E))}})},css:function(F,E){if((F=="width"||F=="height")&&parseFloat(E)<0){E=w}return this.attr(F,E,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";m.each(F||this,function(){m.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:m.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=m(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(){m(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){m(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||m([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;m.find(E,this[0],F);return F}else{return this.pushStack(m.unique(m.map(this,function(G){return m.find(E,G)})),"find",E)}},clone:function(F){var H=this.map(function(){if(!m.support.noCloneEvent&&!m.isXMLDoc(this)){var J=this.outerHTML;if(!J){var I=this.ownerDocument.createElement("div");I.appendChild(this.cloneNode(true));J=I.innerHTML}return m.clean([J.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(F===true){var E=this.find("*").andSelf(),G=0;H.find("*").andSelf().each(function(){if(this.nodeName!==E[G].nodeName){return}var J=m.data(E[G],"events");for(var K in J){for(var I in J[K]){m.event.add(this,K,J[K][I],J[K][I].data)}}G++})}return H},filter:function(E){return this.pushStack(m.isFunction(E)&&m.grep(this,function(F,G){return E.call(F,G)})||m.multiFilter(E,m.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(F){var E=m.expr.match.POS.test(F)?m(F):null,G=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(E?E.index(H)>-1:m(H).is(F)){m.data(H,"closest",G);return H}H=H.parentNode;G++}})},not:function(F){if(typeof F==="string"){if(z.test(F)){return this.pushStack(m.multiFilter(F,this,true),"not",F)}else{F=m.multiFilter(F,this)}}var E=F.length&&F[F.length-1]!==w&&!F.nodeType;return this.filter(function(){return E?m.inArray(this,F)<0:this!=F})},add:function(E){return this.pushStack(m.unique(m.merge(this.get(),typeof E==="string"?m(E):m.makeArray(E))))},is:function(E){return!!E&&m.multiFilter(E,this).length>0},hasClass:function(E){return!!E&&this.is("."+E)},val:function(F){if(F===w){var L=this[0];if(L){if(m.nodeName(L,"option")){return(L.attributes.value||{}).specified?L.value:L.text}if(m.nodeName(L,"select")){var G=L.selectedIndex,H=[],E=L.options,K=L.type=="select-one";if(G<0){return null}for(var J=K?G:0,M=K?G+1:E.length;J<M;J++){var I=E[J];if(I.selected){F=m(I).val();if(K){return F}H.push(F)}}return H}return(L.value||"").replace(/\r/g,"")}return w}if(typeof F==="number"){F+=""}return this.each(function(){if(this.nodeType!=1){return}if(m.isArray(F)&&/radio|checkbox/.test(this.type)){this.checked=(m.inArray(this.value,F)>=0||m.inArray(this.name,F)>=0)}else{if(m.nodeName(this,"select")){var N=m.makeArray(F);m("option",this).each(function(){this.selected=(m.inArray(this.value,N)>=0||m.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=F}}})},html:function(E){return E===w?(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(m.map(this,function(F,G){return E.call(F,G,F)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,L,M){if(this[0]){var G=(this[0].ownerDocument||this[0]).createDocumentFragment(),I=m.clean(J,(this[0].ownerDocument||this[0]),G),K=G.firstChild;if(K){for(var E=0,H=this.length;E<H;E++){M.call(F(this[E],K),this.length>1||E>0?G.cloneNode(true):G)}}if(I){m.each(I,e)}}return this;function F(N,O){return L&&m.nodeName(N,"table")&&m.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};m.fn.init.prototype=m.fn;function e(F,E){if(E.src){m.ajax({url:E.src,async:false,dataType:"script"})}else{m.globalEval(E.text||E.textContent||E.innerHTML||"")}if(E.parentNode){E.parentNode.removeChild(E)}}function a(){return+new Date}m.extend=m.fn.extend=function(){var K=arguments[0]||{},I=1,J=arguments.length,G=false,E;if(typeof K==="boolean"){G=K;K=arguments[1]||{};I=2}if(typeof K!=="object"&&!m.isFunction(K)){K={}}if(J==I){K=this;--I}for(;I<J;I++){if((E=arguments[I])!=null){for(var F in E){var L=K[F],H=E[F];if(K===H){continue}if(G&&H&&typeof H==="object"&&!H.nodeType){K[F]=m.extend(G,L||(H.length!=null?[]:{}),H)}else{if(H!==w){K[F]=H}}}}}return K};var t=/z-?index|font-?weight|opacity|zoom|line-?height/i,A=document.defaultView||{},h=Object.prototype.toString;m.extend({noConflict:function(E){s.$=j;if(E){s.jQuery=g}return m},isFunction:function(E){return h.call(E)==="[object Function]"},isArray:function(E){return h.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&m.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var E=document.getElementsByTagName("head")[0]||document.documentElement,F=document.createElement("script");F.type="text/javascript";if(m.support.scriptEval){F.appendChild(document.createTextNode(G))}else{F.text=G}E.insertBefore(F,E.firstChild);E.removeChild(F)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,J=G.length;if(F){if(J===w){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<J;){if(K.apply(G[H++],F)===false){break}}}}else{if(J===w){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var I=G[0];H<J&&K.call(I,H,I)!==false;I=G[++H]){}}}return G},prop:function(G,E,H,I,F){if(m.isFunction(E)){E=E.call(G,I)}return typeof E==="number"&&H=="curCSS"&&!t.test(F)?E+"px":E},className:{add:function(E,F){m.each((F||"").split(/\s+/),function(H,G){if(E.nodeType==1&&!m.className.has(E.className,G)){E.className+=(E.className?" ":"")+G}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==w?m.grep(E.className.split(/\s+/),function(G){return!m.className.has(F,G)}).join(" "):""}},has:function(E,F){return E&&m.inArray(F,(E.className||E).toString().split(/\s+/))>-1}},swap:function(G,H,I){var E={};for(var F in H){E[F]=G.style[F];G.style[F]=H[F]}I.call(G);for(var F in H){G.style[F]=E[F]}},css:function(J,I,L,K){if(I=="width"||I=="height"){var H,G={position:"absolute",visibility:"hidden",display:"block"},F=I=="width"?["Left","Right"]:["Top","Bottom"];function E(){H=I=="width"?J.offsetWidth:J.offsetHeight;if(K==="border"){return}m.each(F,function(){if(!K){H-=parseFloat(m.curCSS(J,"padding"+this,true))||0}if(K==="margin"){H+=parseFloat(m.curCSS(J,"margin"+this,true))||0}else{H-=parseFloat(m.curCSS(J,"border"+this+"Width",true))||0}})}if(J.offsetWidth!==0){E()}else{m.swap(J,G,E)}return Math.max(0,Math.round(H))}return m.curCSS(J,I,L)},curCSS:function(K,G,M){var E,L=K.style;if(G=="opacity"&&!m.support.opacity){E=m.attr(L,"opacity");return E==""?"1":E}if(G.match(/float/i)){G=y}if(!M&&L&&L[G]){E=L[G]}else{if(A.getComputedStyle){if(G.match(/float/i)){G="float"}G=G.replace(/([A-Z])/g,"-$1").toLowerCase();var J=A.getComputedStyle(K,null);if(J){E=J.getPropertyValue(G)}if(G=="opacity"&&E==""){E="1"}}else{if(K.currentStyle){var H=G.replace(/\-(\w)/g,function(O,N){return N.toUpperCase()});E=K.currentStyle[G]||K.currentStyle[H];if(!/^\d+(px)?$/i.test(E)&&/^\d/.test(E)){var F=L.left,I=K.runtimeStyle.left;K.runtimeStyle.left=K.currentStyle.left;L.left=E||0;E=L.pixelLeft+"px";L.left=F;K.runtimeStyle.left=I}}}}return E},clean:function(I,K,F){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!F&&I.length===1&&typeof I[0]==="string"){var J=/^<(\w+)\s*\/?>$/.exec(I[0]);if(J){return[K.createElement(J[1])]}}var G=[],L=[],H=K.createElement("div");m.each(I,function(Q,N){if(typeof N==="number"){N+=""}if(!N){return}if(typeof N==="string"){N=N.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 M=N.replace(/^\s+/,"").substring(0,10).toLowerCase();var S=!M.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!M.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||M.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!M.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!M.indexOf("<td")||!M.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!M.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!m.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];H.innerHTML=S[1]+N+S[2];while(S[0]--){H=H.lastChild}if(!m.support.tbody){var P=/<tbody/i.test(N),O=!M.indexOf("<table")&&!P?H.firstChild&&H.firstChild.childNodes:S[1]=="<table>"&&!P?H.childNodes:[];for(var R=O.length-1;R>=0;--R){if(m.nodeName(O[R],"tbody")&&!O[R].childNodes.length){O[R].parentNode.removeChild(O[R])}}}if(!m.support.leadingWhitespace&&/^\s/.test(N)){H.insertBefore(K.createTextNode(N.match(/^\s*/)[0]),H.firstChild)}N=m.makeArray(H.childNodes)}if(N.nodeType){G.push(N)}else{G=m.merge(G,N)}});if(F){for(var E=0;G[E];E++){if(m.nodeName(G[E],"script")&&(!G[E].type||G[E].type.toLowerCase()==="text/javascript")){L.push(G[E].parentNode?G[E].parentNode.removeChild(G[E]):G[E])}else{if(G[E].nodeType===1){G.splice.apply(G,[E+1,0].concat(m.makeArray(G[E].getElementsByTagName("script"))))}F.appendChild(G[E])}}return L}return G},attr:function(I,E,G){if(!I||I.nodeType==3||I.nodeType==8){return w}var L=!m.isXMLDoc(I),F=G!==w;E=L&&m.props[E]||E;if(I.tagName){var K=/href|src|style/.test(E);if(E=="selected"&&I.parentNode){I.parentNode.selectedIndex}if(E in I&&L&&!K){if(F){if(E=="type"&&m.nodeName(I,"input")&&I.parentNode){throw"type property can't be changed"}I[E]=G}if(m.nodeName(I,"form")&&I.getAttributeNode(E)){return I.getAttributeNode(E).nodeValue}if(E=="tabIndex"){var J=I.getAttributeNode("tabIndex");return J&&J.specified?J.value:I.nodeName.match(/(button|input|object|select|textarea)/i)?0:I.nodeName.match(/^(a|area)$/i)&&I.href?0:w}return I[E]}if(!m.support.style&&L&&E=="style"){return m.attr(I.style,"cssText",G)}if(F){I.setAttribute(E,""+G)}var H=!m.support.hrefNormalized&&L&&K?I.getAttribute(E,2):I.getAttribute(E);return H===null?w:H}if(!m.support.opacity&&E=="opacity"){if(F){I.zoom=1;I.filter=(I.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(G)+""=="NaN"?"":"alpha(opacity="+G*100+")")}return I.filter&&I.filter.indexOf("opacity=")>=0?(parseFloat(I.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}E=E.replace(/-([a-z])/ig,function(N,M){return M.toUpperCase()});if(F){I[E]=G}return I[E]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(F){var G=[];if(F!=null){var E=F.length;if(E==null||typeof F==="string"||m.isFunction(F)||F.setInterval){G[0]=F}else{while(E){G[--E]=F[E]}}}return G},inArray:function(F,H){for(var G=0,E=H.length;G<E;G++){if(H[G]===F){return G}}return-1},merge:function(F,G){var I=0,E,H=F.length;if(!m.support.getAll){while((E=G[I++])!=null){if(E.nodeType!=8){F[H++]=E}}}else{while((E=G[I++])!=null){F[H++]=E}}return F},unique:function(J){var K=[],E={};try{for(var H=0,G=J.length;H<G;H++){var I=m.data(J[H]);if(!E[I]){E[I]=true;K.push(J[H])}}}catch(F){K=J}return K},grep:function(J,E,F){var G=[];for(var H=0,I=J.length;H<I;H++){if(!F!=!E(J[H],H)){G.push(J[H])}}return G},map:function(J,E){var F=[];for(var G=0,I=J.length;G<I;G++){var H=E(J[G],G);if(H!=null){F[F.length]=H}}return F.concat.apply([],F)}});var n=navigator.userAgent.toLowerCase();m.browser={version:(n.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(n),opera:/opera/.test(n),msie:/msie/.test(n)&&!/opera/.test(n),mozilla:/mozilla/.test(n)&&!/(compatible|webkit)/.test(n)};m.each({parent:function(E){return E.parentNode},parents:function(E){return m.dir(E,"parentNode")},next:function(E){return m.nth(E,2,"nextSibling")},prev:function(E){return m.nth(E,2,"previousSibling")},nextAll:function(E){return m.dir(E,"nextSibling")},prevAll:function(E){return m.dir(E,"previousSibling")},siblings:function(E){return m.sibling(E.parentNode.firstChild,E)},children:function(E){return m.sibling(E.firstChild)},contents:function(E){return m.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:m.makeArray(E.childNodes)}},function(F,E){m.fn[F]=function(G){var H=m.map(this,E);if(G&&typeof G=="string"){H=m.multiFilter(G,H)}return this.pushStack(m.unique(H),F,G)}});m.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(F,E){m.fn[F]=function(I){var L=[],H=m(I);for(var J=0,G=H.length;J<G;J++){var K=(J>0?this.clone(true):this).get();m.fn[E].apply(m(H[J]),K);L=L.concat(K)}return this.pushStack(L,F,I)}});m.each({removeAttr:function(E){m.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){m.className.add(this,E)},removeClass:function(E){m.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!m.className.has(this,F)}m.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||m.filter(E,[this]).length){m("*",this).add([this]).each(function(){m.event.remove(this);m.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){m(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(F,E){m.fn[F]=function(){return this.each(E,arguments)}});function o(E,F){return E[0]&&parseInt(m.curCSS(E[0],F,true),10)||0}var r="jQuery"+a(),x=0,q={};m.extend({cache:{},data:function(F,E,H){F=F==s?q:F;var G=F[r];if(!G){G=F[r]=++x}if(E&&!m.cache[G]){m.cache[G]={}}if(H!==w){m.cache[G][E]=H}return E?m.cache[G][E]:G},removeData:function(F,E){F=F==s?q:F;var H=F[r];if(E){if(m.cache[H]){delete m.cache[H][E];E="";for(E in m.cache[H]){break}if(!E){m.removeData(F)}}}else{try{delete F[r]}catch(G){if(F.removeAttribute){F.removeAttribute(r)}}delete m.cache[H]}},queue:function(E,F,H){if(E){F=(F||"fx")+"queue";var G=m.data(E,F);if(!G||m.isArray(H)){G=m.data(E,F,m.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(F,G){var H=m.queue(F,G),E=H.shift();if(!G||G==="fx"){E=H[0]}if(E!==w){E.call(F)}}});m.fn.extend({data:function(F,E){var G=F.split(".");G[1]=G[1]?"."+G[1]:"";if(E===w){var H=this.triggerHandler("getData"+G[1]+"!",[G[0]]);if(H===w&&this.length){H=m.data(this[0],F)}return H===w&&G[1]?this.data(G[0]):H}else{return this.trigger("setData"+G[1]+"!",[G[0],E]).each(function(){m.data(this,F,E)})}},removeData:function(E){return this.each(function(){m.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===w){return m.queue(this[0],E)}return this.each(function(){var G=m.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){m.dequeue(this,E)})}});(function(){var H=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,R=0,P=Object.prototype.toString;var O=function(Y,ae,X,ac){X=X||[];ae=ae||document;if(ae.nodeType!==1&&ae.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return X}var aa=[],ah,V,ai,ag,T,W,Z=true;H.lastIndex=0;while((ah=H.exec(Y))!==null){aa.push(ah[1]);if(ah[2]){W=RegExp.rightContext;break}}if(aa.length>1&&I.exec(Y)){if(aa.length===2&&M.relative[aa[0]]){V=N(aa[0]+aa[1],ae)}else{V=M.relative[aa[0]]?[ae]:O(aa.shift(),ae);while(aa.length){Y=aa.shift();if(M.relative[Y]){Y+=aa.shift()}V=N(Y,V)}}}else{var U=ac?{expr:aa.pop(),set:F(ac)}:O.find(aa.pop(),aa.length===1&&ae.parentNode?ae.parentNode:ae,K(ae));V=O.filter(U.expr,U.set);if(aa.length>0){ai=F(V)}else{Z=false}while(aa.length){var ab=aa.pop(),af=ab;if(!M.relative[ab]){ab=""}else{af=aa.pop()}if(af==null){af=ae}M.relative[ab](ai,af,K(ae))}}if(!ai){ai=V}if(!ai){throw"Syntax error, unrecognized expression: "+(ab||Y)}if(P.call(ai)==="[object Array]"){if(!Z){X.push.apply(X,ai)}else{if(ae.nodeType===1){for(var ad=0;ai[ad]!=null;ad++){if(ai[ad]&&(ai[ad]===true||ai[ad].nodeType===1&&L(ae,ai[ad]))){X.push(V[ad])}}}else{for(var ad=0;ai[ad]!=null;ad++){if(ai[ad]&&ai[ad].nodeType===1){X.push(V[ad])}}}}}else{F(ai,X)}if(W){O(W,ae,X,ac);if(Q){hasDuplicate=false;X.sort(Q);if(hasDuplicate){for(var ad=1;ad<X.length;ad++){if(X[ad]===X[ad-1]){X.splice(ad--,1)}}}}}return X};O.matches=function(U,T){return O(U,null,null,T)};O.find=function(ab,aa,Y){var W,Z;if(!ab){return[]}for(var T=0,V=M.order.length;T<V;T++){var X=M.order[T],Z;if((Z=M.match[X].exec(ab))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){Z[1]=(Z[1]||"").replace(/\\/g,"");W=M.find[X](Z,aa,Y);if(W!=null){ab=ab.replace(M.match[X],"");break}}}}if(!W){W=aa.getElementsByTagName("*")}return{set:W,expr:ab}};O.filter=function(W,Y,Z,ag){var aa=W,X=[],ai=Y,af,V,ah=Y&&Y[0]&&K(Y[0]);while(W&&Y.length){for(var U in M.filter){if((af=M.match[U].exec(W))!=null){var ac=M.filter[U],ae,T;V=false;if(ai==X){X=[]}if(M.preFilter[U]){af=M.preFilter[U](af,ai,Z,X,ag,ah);if(!af){V=ae=true}else{if(af===true){continue}}}if(af){for(var ad=0;(T=ai[ad])!=null;ad++){if(T){ae=ac(T,af,ad,ai);var ab=ag^!!ae;if(Z&&ae!=null){if(ab){V=true}else{ai[ad]=false}}else{if(ab){X.push(T);V=true}}}}}if(ae!==w){if(!Z){ai=X}W=W.replace(M.match[U],"");if(!V){return[]}break}}}if(W==aa){if(V==null){throw"Syntax error, unrecognized expression: "+W}else{break}}aa=W}return ai};var M=O.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(ab,W,Z){var X=typeof W==="string",Y=X&&!/\W/.test(W),U=X&&!Y;if(Y&&!Z){W=W.toUpperCase()}for(var T=0,V=ab.length,aa;T<V;T++){if((aa=ab[T])){while((aa=aa.previousSibling)&&aa.nodeType!==1){}ab[T]=U||aa&&aa.nodeName===W?aa||false:aa===W}}if(U){O.filter(W,ab,true)}},">":function(aa,V,X){var W=typeof V==="string";if(W&&!/\W/.test(V)){V=X?V:V.toUpperCase();for(var T=0,U=aa.length;T<U;T++){var Z=aa[T];if(Z){var Y=Z.parentNode;aa[T]=Y.nodeName===V?Y:false}}}else{for(var T=0,U=aa.length;T<U;T++){var Z=aa[T];if(Z){aa[T]=W?Z.parentNode:Z.parentNode===V}}if(W){O.filter(V,aa,true)}}},"":function(V,W,Y){var U=R++,T=E;if(!W.match(/\W/)){var X=W=Y?W:W.toUpperCase();T=S}T("parentNode",W,U,V,X,Y)},"~":function(V,W,Y){var U=R++,T=E;if(typeof W==="string"&&!W.match(/\W/)){var X=W=Y?W:W.toUpperCase();T=S}T("previousSibling",W,U,V,X,Y)}},find:{ID:function(U,W,T){if(typeof W.getElementById!=="undefined"&&!T){var V=W.getElementById(U[1]);return V?[V]:[]}},NAME:function(U,Y,T){if(typeof Y.getElementsByName!=="undefined"){var Z=[],X=Y.getElementsByName(U[1]);for(var W=0,V=X.length;W<V;W++){if(X[W].getAttribute("name")===U[1]){Z.push(X[W])}}return Z.length===0?null:Z}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(Y,aa,V,U,W,X){Y=" "+Y[1].replace(/\\/g,"")+" ";if(X){return Y}for(var T=0,Z;(Z=aa[T])!=null;T++){if(Z){if(W^(Z.className&&(" "+Z.className+" ").indexOf(Y)>=0)){if(!V){U.push(Z)}}else{if(V){aa[T]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(T,U){for(var V=0;U[V]===false;V++){}return U[V]&&K(U[V])?T[1]:T[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]=R++;return T},ATTR:function(W,X,Z,V,U,T){var Y=W[1].replace(/\\/g,"");if(!T&&M.attrMap[Y]){W[1]=M.attrMap[Y]}if(W[2]==="~="){W[4]=" "+W[4]+" "}return W},PSEUDO:function(V,W,X,U,T){if(V[1]==="not"){if(V[3].match(H).length>1||/^\w/.test(V[3])){V[3]=O(V[3],null,null,W)}else{var Y=O.filter(V[3],W,X,true^T);if(!X){U.push.apply(U,Y)}return false}}else{if(M.match.POS.test(V[0])||M.match.CHILD.test(V[0])){return true}}return V},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(U,V,T){return!!O(T[3],U).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(T,U){return U===0},last:function(U,V,T,W){return V===W.length-1},even:function(T,U){return U%2===0},odd:function(T,U){return U%2===1},lt:function(U,V,T){return V<T[3]-0},gt:function(U,V,T){return V>T[3]-0},nth:function(U,V,T){return T[3]-0==V},eq:function(U,V,T){return T[3]-0==V}},filter:{PSEUDO:function(Z,Y,T,X){var W=Y[1],U=M.filters[W];if(U){return U(Z,T,Y,X)}else{if(W==="contains"){return(Z.textContent||Z.innerText||"").indexOf(Y[3])>=0}else{if(W==="not"){var V=Y[3];for(var T=0,aa=V.length;T<aa;T++){if(V[T]===Z){return false}}return true}}}},CHILD:function(aa,Y){var U=Y[1],T=aa;switch(U){case"only":case"first":while(T=T.previousSibling){if(T.nodeType===1){return false}}if(U=="first"){return true}T=aa;case"last":while(T=T.nextSibling){if(T.nodeType===1){return false}}return true;case"nth":var ac=Y[2],Z=Y[3];if(ac==1&&Z==0){return true}var X=Y[0],W=aa.parentNode;if(W&&(W.sizcache!==X||!aa.nodeIndex)){var ab=0;for(T=W.firstChild;T;T=T.nextSibling){if(T.nodeType===1){T.nodeIndex=++ab}}W.sizcache=X}var V=aa.nodeIndex-Z;if(ac==0){return V==0}else{return(V%ac==0&&V/ac>=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(V,T){var Y=T[1],U=M.attrHandle[Y]?M.attrHandle[Y](V):V[Y]!=null?V[Y]:V.getAttribute(Y),Z=U+"",W=T[2],X=T[4];return U==null?W==="!=":W==="="?Z===X:W==="*="?Z.indexOf(X)>=0:W==="~="?(" "+Z+" ").indexOf(X)>=0:!X?Z&&U!==false:W==="!="?Z!=X:W==="^="?Z.indexOf(X)===0:W==="$="?Z.substr(Z.length-X.length)===X:W==="|="?Z===X||Z.substr(0,X.length+1)===X+"-":false},POS:function(V,T,W,Y){var U=T[2],X=M.setFilters[U];if(X){return X(V,W,T,Y)}}}};var I=M.match.POS;for(var J in M.match){M.match[J]=RegExp(M.match[J].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var F=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(G){F=function(W,V){var X=V||[];if(P.call(W)==="[object Array]"){Array.prototype.push.apply(X,W)}else{if(typeof W.length==="number"){for(var U=0,T=W.length;U<T;U++){X.push(W[U])}}else{for(var U=0;W[U];U++){X.push(W[U])}}}return X}}var Q;if(document.documentElement.compareDocumentPosition){Q=function(T,U){var V=T.compareDocumentPosition(U)&4?-1:T===U?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex"in document.documentElement){Q=function(T,U){var V=T.sourceIndex-U.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){Q=function(U,V){var W=U.ownerDocument.createRange(),T=V.ownerDocument.createRange();W.selectNode(U);W.collapse(true);T.selectNode(V);T.collapse(true);var X=W.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)){M.find.ID=function(X,Z,W){if(typeof Z.getElementById!=="undefined"&&!W){var Y=Z.getElementById(X[1]);return Y?Y.id===X[1]||typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id").nodeValue===X[1]?[Y]:w:[]}};M.filter.ID=function(X,W){var Y=typeof X.getAttributeNode!=="undefined"&&X.getAttributeNode("id");return X.nodeType===1&&Y&&Y.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){M.find.TAG=function(V,Y){var X=Y.getElementsByTagName(V[1]);if(V[1]==="*"){var W=[];for(var U=0;X[U];U++){if(X[U].nodeType===1){W.push(X[U])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){M.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=O,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}O=function(X,V,Z,W){V=V||document;if(!W&&V.nodeType===9&&!K(V)){try{return F(V.querySelectorAll(X),Z)}catch(Y){}}return T(X,V,Z,W)};O.find=T.find;O.filter=T.filter;O.selectors=T.selectors;O.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}M.order.splice(1,0,"CLASS");M.find.CLASS=function(V,W,U){if(typeof W.getElementsByClassName!=="undefined"&&!U){return W.getElementsByClassName(V[1])}}})()}function S(V,Y,aa,ad,ab,Z){var T=V=="previousSibling"&&!Z;for(var X=0,U=ad.length;X<U;X++){var ac=ad[X];if(ac){if(T&&ac.nodeType===1){ac.sizcache=aa;ac.sizset=X}ac=ac[V];var W=false;while(ac){if(ac.sizcache===aa){W=ad[ac.sizset];break}if(ac.nodeType===1&&!Z){ac.sizcache=aa;ac.sizset=X}if(ac.nodeName===Y){W=ac;break}ac=ac[V]}ad[X]=W}}}function E(V,Y,aa,ad,ab,Z){var T=V=="previousSibling"&&!Z;for(var X=0,U=ad.length;X<U;X++){var ac=ad[X];if(ac){if(T&&ac.nodeType===1){ac.sizcache=aa;ac.sizset=X}ac=ac[V];var W=false;while(ac){if(ac.sizcache===aa){W=ad[ac.sizset];break}if(ac.nodeType===1){if(!Z){ac.sizcache=aa;ac.sizset=X}if(typeof Y!=="string"){if(ac===Y){W=true;break}}else{if(O.filter(Y,[ac]).length>0){W=ac;break}}}ac=ac[V]}ad[X]=W}}}var L=document.compareDocumentPosition?function(T,U){return T.compareDocumentPosition(U)&16}:function(T,U){return T!==U&&(T.contains?T.contains(U):true)};var K=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&K(T.ownerDocument)};var N=function(X,aa){var W=[],Y="",Z,U=aa.nodeType?[aa]:aa;while((Z=M.match.PSEUDO.exec(X))){Y+=Z[0];X=X.replace(M.match.PSEUDO,"")}X=M.relative[X]?X+"*":X;for(var T=0,V=U.length;T<V;T++){O(X,U[T],W)}return O.filter(Y,W)};m.find=O;m.filter=O.filter;m.expr=O.selectors;m.expr[":"]=m.expr.filters;O.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};O.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};O.selectors.filters.animated=function(T){return m.grep(m.timers,function(U){return T===U.elem}).length};m.multiFilter=function(U,V,T){if(T){U=":not("+U+")"}return O.matches(U,V)};m.dir=function(U,T){var V=[],W=U[T];while(W&&W!=document){if(W.nodeType==1){V.push(W)}W=W[T]}return V};m.nth=function(W,U,T,V){U=U||1;var X=0;for(;W;W=W[T]){if(W.nodeType==1&&++X==U){break}}return W};m.sibling=function(U,V){var T=[];for(;U;U=U.nextSibling){if(U.nodeType==1&&U!=V){T.push(U)}}return T};return;s.Sizzle=O})();m.event={add:function(H,I,G,K){if(H.nodeType==3||H.nodeType==8){return}if(H.setInterval&&H!=s){H=s}if(!G.guid){G.guid=this.guid++}if(K!==w){var E=G;G=this.proxy(E);G.data=K}var J=m.data(H,"events")||m.data(H,"events",{}),F=m.data(H,"handle")||m.data(H,"handle",function(){return typeof m!=="undefined"&&!m.event.triggered?m.event.handle.apply(arguments.callee.elem,arguments):w});F.elem=H;m.each(I.split(/\s+/),function(N,M){var L=M.split(".");M=L.shift();G.type=L.slice().sort().join(".");var O=J[M];if(m.event.specialAll[M]){m.event.specialAll[M].setup.call(H,K,L)}if(!O){O=J[M]={};if(!m.event.special[M]||m.event.special[M].setup.call(H,K,L)===false){if(H.addEventListener){H.addEventListener(M,F,false)}else{if(H.attachEvent){H.attachEvent("on"+M,F)}}}}O[G.guid]=G;m.event.global[M]=true});H=null},guid:1,global:{},remove:function(K,G,L){if(K.nodeType==3||K.nodeType==8){return}var H=m.data(K,"events"),F,I;if(H){if(G===w||(typeof G==="string"&&G.charAt(0)==".")){for(var E in H){this.remove(K,E+(G||""))}}else{if(G.type){L=G.handler;G=G.type}m.each(G.split(/\s+/),function(P,O){var M=O.split(".");O=M.shift();var N=RegExp("(^|\\.)"+M.slice().sort().join(".*\\.")+"(\\.|$)");if(H[O]){if(L){delete H[O][L.guid]}else{for(var Q in H[O]){if(N.test(H[O][Q].type)){delete H[O][Q]}}}if(m.event.specialAll[O]){m.event.specialAll[O].teardown.call(K,M)}for(F in H[O]){break}if(!F){if(!m.event.special[O]||m.event.special[O].teardown.call(K,M)===false){if(K.removeEventListener){K.removeEventListener(O,m.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,m.data(K,"handle"))}}}F=null;delete H[O]}}})}for(F in H){break}if(!F){var J=m.data(K,"handle");if(J){J.elem=null}m.removeData(K,"events");m.removeData(K,"handle")}}},trigger:function(F,G,L,H){var E=F.type||F;if(!H){F=typeof F==="object"?F[r]?F:m.extend(m.Event(E),F):m.Event(E);if(E.indexOf("!")>=0){F.type=E=E.slice(0,-1);F.exclusive=true}if(!L){F.stopPropagation();if(this.global[E]){m.each(m.cache,function(){if(this.events&&this.events[E]){m.event.trigger(F,G,this.handle.elem)}})}}if(!L||L.nodeType==3||L.nodeType==8){return w}F.result=w;F.target=L;G=m.makeArray(G);G.unshift(F)}F.currentTarget=L;var J=m.data(L,"handle");if(J){J.apply(L,G)}if((!L[E]||(m.nodeName(L,"a")&&E=="click"))&&L["on"+E]&&L["on"+E].apply(L,G)===false){F.result=false}if(!H&&L[E]&&!F.isDefaultPrevented()&&!(m.nodeName(L,"a")&&E=="click")){this.triggered=true;try{L[E]()}catch(I){}}this.triggered=false;if(!F.isPropagationStopped()){var K=L.parentNode||L.ownerDocument;if(K){m.event.trigger(F,G,K,true)}}},handle:function(H){var K,J;H=arguments[0]=m.event.fix(H||s.event);H.currentTarget=this;var I=H.type.split(".");H.type=I.shift();K=!I.length&&!H.exclusive;var F=RegExp("(^|\\.)"+I.slice().sort().join(".*\\.")+"(\\.|$)");J=(m.data(this,"events")||{})[H.type];for(var E in J){var L=J[E];if(K||F.test(L.type)){H.handler=L;H.data=L.data;var G=L.apply(this,arguments);if(G!==w){H.result=G;if(G===false){H.preventDefault();H.stopPropagation()}}if(H.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[r]){return H}var G=H;H=m.Event(G);for(var I=this.props.length,J;I;){J=this.props[--I];H[J]=G[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 F=document.documentElement,E=document.body;H.pageX=H.clientX+(F&&F.scrollLeft||E&&E.scrollLeft||0)-(F.clientLeft||0);H.pageY=H.clientY+(F&&F.scrollTop||E&&E.scrollTop||0)-(F.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(E,F){F=F||function(){return E.apply(this,arguments)};F.guid=E.guid=E.guid||F.guid||this.guid++;return F},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(F,E){m.event.add(this,E[0],D)},teardown:function(E){if(E.length){var G=0,F=RegExp("(^|\\.)"+E[0]+"(\\.|$)");m.each((m.data(this,"events").live||{}),function(){if(F.test(this.type)){G++}});if(G<1){m.event.remove(this,E[0],D)}}}}}};m.Event=function(E){if(!this.preventDefault){return new m.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=a();this[r]=true};function d(){return false}function l(){return true}m.Event.prototype={preventDefault:function(){this.isDefaultPrevented=l;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=l;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=l;this.stopPropagation()},isDefaultPrevented:d,isPropagationStopped:d,isImmediatePropagationStopped:d};var c=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;m.event.handle.apply(this,arguments)}};m.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){m.event.special[E]={setup:function(){m.event.add(this,F,c,E)},teardown:function(){m.event.remove(this,F,c)}}});m.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){m.event.add(this,F,E||G,E&&G)})},one:function(G,H,E){var F=m.event.proxy(E||H,function(I){m(this).unbind(I,F);return(E||H).apply(this,arguments)});return this.each(function(){m.event.add(this,G,F,E&&H)})},unbind:function(F,E){return this.each(function(){m.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){m.event.trigger(E,F,this)})},triggerHandler:function(F,G){if(this[0]){var E=m.Event(F);E.preventDefault();E.stopPropagation();m.event.trigger(E,G,this[0]);return E.result}},toggle:function(E){var F=arguments,G=1;while(G<F.length){m.event.proxy(E,F[G++])}return this.click(m.event.proxy(E,function(H){this.lastToggle=(this.lastToggle||0)%G;H.preventDefault();return F[this.lastToggle++].apply(this,arguments)||false}))},hover:function(F,E){return this.mouseenter(F).mouseleave(E)},ready:function(E){B();if(m.isReady){E.call(document,m)}else{m.readyList.push(E)}return this},live:function(F,E){var G=m.event.proxy(E);G.guid+=this.selector+F;m(document).bind(p(F,this.selector),this.selector,G);return this},die:function(F,E){m(document).unbind(p(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function D(E){var F=RegExp("(^|\\.)"+E.type+"(\\.|$)"),G=true,H=[];m.each(m.data(this,"events").live||[],function(K,I){if(F.test(I.type)){var J=m(E.target).closest(I.data)[0];if(J){H.push({elem:J,fn:I})}}});H.sort(function(I,J){return m.data(I.elem,"closest")-m.data(J.elem,"closest")});m.each(H,function(){if(this.fn.call(this.elem,E,this.fn.data)===false){return(G=false)}});return G}function p(E,F){return["live",E,F.replace(/\./g,"`").replace(/ /g,"|")].join(".")}m.extend({isReady:false,readyList:[],ready:function(){if(!m.isReady){m.isReady=true;if(m.readyList){m.each(m.readyList,function(){this.call(document,m)});m.readyList=null}m(document).triggerHandler("ready")}}});var C=false;function B(){if(C){return}C=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);m.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);m.ready()}});if(document.documentElement.doScroll&&s==s.top){(function(){if(m.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}m.ready()})()}}}m.event.add(s,"load",m.ready)}m.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){m.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});m(s).bind("unload",function(){for(var E in m.cache){if(E!=1&&m.cache[E].handle){m.event.remove(m.cache[E].handle.elem)}}});(function(){m.support={};var F=document.documentElement,I=document.createElement("script"),E=document.createElement("div"),J="script"+(new Date).getTime();E.style.display="none";E.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 G=E.getElementsByTagName("*"),K=E.getElementsByTagName("a")[0];if(!G||!G.length||!K){return}m.support={leadingWhitespace:E.firstChild.nodeType==3,tbody:!E.getElementsByTagName("tbody").length,objectAll:!!E.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!E.getElementsByTagName("link").length,style:/red/.test(K.getAttribute("style")),hrefNormalized:K.getAttribute("href")==="/a",opacity:K.style.opacity==="0.5",cssFloat:!!K.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};I.type="text/javascript";try{I.appendChild(document.createTextNode("window."+J+"=1;"))}catch(H){}F.insertBefore(I,F.firstChild);if(s[J]){m.support.scriptEval=true;delete s[J]}F.removeChild(I);if(E.attachEvent&&E.fireEvent){E.attachEvent("onclick",function(){m.support.noCloneEvent=false;E.detachEvent("onclick",arguments.callee)});E.cloneNode(true).fireEvent("onclick")}m(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);m.boxModel=m.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var y=m.support.cssFloat?"cssFloat":"styleFloat";m.props={"for":"htmlFor","class":"className","float":y,cssFloat:y,styleFloat:y,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};m.fn.extend({_load:m.fn.load,load:function(H,E,K){if(typeof H!=="string"){return this._load(H)}var F=H.indexOf(" ");if(F>=0){var I=H.slice(F,H.length);H=H.slice(0,F)}var G="GET";if(E){if(m.isFunction(E)){K=E;E=null}else{if(typeof E==="object"){E=m.param(E);G="POST"}}}var J=this;m.ajax({url:H,type:G,dataType:"html",data:E,complete:function(M,L){if(L=="success"||L=="notmodified"){J.html(I?m("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(I):M.responseText)}if(K){J.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return m.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?m.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(F,E){var G=m(this).val();return G==null?null:m.isArray(G)?m.map(G,function(I,H){return{name:E.name,value:I}}):{name:E.name,value:G}}).get()}});m.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(F,E){m.fn[E]=function(G){return this.bind(E,G)}});var k=a();m.extend({get:function(G,H,E,F){if(m.isFunction(H)){E=H;H=null}return m.ajax({type:"GET",url:G,data:H,success:E,dataType:F})},getScript:function(E,F){return m.get(E,null,F,"script")},getJSON:function(F,G,E){return m.get(F,G,E,"json")},post:function(G,H,E,F){if(m.isFunction(H)){E=H;H={}}return m.ajax({type:"POST",url:G,data:H,success:E,dataType:F})},ajaxSetup:function(E){m.extend(m.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return s.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(K){K=m.extend(true,K,m.extend(true,{},m.ajaxSettings,K));var F,O=/=\?(&|$)/g,L,M,G=K.type.toUpperCase();if(K.data&&K.processData&&typeof K.data!=="string"){K.data=m.param(K.data)}if(K.dataType=="jsonp"){if(G=="GET"){if(!K.url.match(O)){K.url+=(K.url.match(/\?/)?"&":"?")+(K.jsonp||"callback")+"=?"}}else{if(!K.data||!K.data.match(O)){K.data=(K.data?K.data+"&":"")+(K.jsonp||"callback")+"=?"}}K.dataType="json"}if(K.dataType=="json"&&(K.data&&K.data.match(O)||K.url.match(O))){F="jsonp"+k++;if(K.data){K.data=(K.data+"").replace(O,"="+F+"$1")}K.url=K.url.replace(O,"="+F+"$1");K.dataType="script";s[F]=function(X){M=X;P();S();s[F]=w;try{delete s[F]}catch(Y){}if(W){W.removeChild(U)}}}if(K.dataType=="script"&&K.cache==null){K.cache=false}if(K.cache===false&&G=="GET"){var E=a();var J=K.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");K.url=J+((J==K.url)?(K.url.match(/\?/)?"&":"?")+"_="+E:"")}if(K.data&&G=="GET"){K.url+=(K.url.match(/\?/)?"&":"?")+K.data;K.data=null}if(K.global&&!m.active++){m.event.trigger("ajaxStart")}var V=/^(\w+:)?\/\/([^\/?#]+)/.exec(K.url);if(K.dataType=="script"&&G=="GET"&&V&&(V[1]&&V[1]!=location.protocol||V[2]!=location.host)){var W=document.getElementsByTagName("head")[0];var U=document.createElement("script");U.src=K.url;if(K.scriptCharset){U.charset=K.scriptCharset}if(!F){var I=false;U.onload=U.onreadystatechange=function(){if(!I&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){I=true;P();S();U.onload=U.onreadystatechange=null;W.removeChild(U)}}}W.appendChild(U);return w}var T=false;var H=K.xhr();if(K.username){H.open(G,K.url,K.async,K.username,K.password)}else{H.open(G,K.url,K.async)}try{if(K.data){H.setRequestHeader("Content-Type",K.contentType)}if(K.ifModified){H.setRequestHeader("If-Modified-Since",m.lastModified[K.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}H.setRequestHeader("X-Requested-With","XMLHttpRequest");H.setRequestHeader("Accept",K.dataType&&K.accepts[K.dataType]?K.accepts[K.dataType]+", */*":K.accepts._default)}catch(Q){}if(K.beforeSend&&K.beforeSend(H,K)===false){if(K.global&&!--m.active){m.event.trigger("ajaxStop")}H.abort();return false}if(K.global){m.event.trigger("ajaxSend",[H,K])}var R=function(X){if(H.readyState==0){if(N){clearInterval(N);N=null;if(K.global&&!--m.active){m.event.trigger("ajaxStop")}}}else{if(!T&&H&&(H.readyState==4||X=="timeout")){T=true;if(N){clearInterval(N);N=null}L=X=="timeout"?"timeout":!m.httpSuccess(H)?"error":K.ifModified&&m.httpNotModified(H,K.url)?"notmodified":"success";if(L=="success"){try{M=m.httpData(H,K.dataType,K)}catch(Z){L="parsererror"}}if(L=="success"){var Y;try{Y=H.getResponseHeader("Last-Modified")}catch(Z){}if(K.ifModified&&Y){m.lastModified[K.url]=Y}if(!F){P()}}else{m.handleError(K,H,L)}S();if(X){H.abort()}if(K.async){H=null}}}};if(K.async){var N=setInterval(R,13);if(K.timeout>0){setTimeout(function(){if(H&&!T){R("timeout")}},K.timeout)}}try{H.send(K.data)}catch(Q){m.handleError(K,H,null,Q)}if(!K.async){R()}function P(){if(K.success){K.success(M,L)}if(K.global){m.event.trigger("ajaxSuccess",[H,K])}}function S(){if(K.complete){K.complete(H,L)}if(K.global){m.event.trigger("ajaxComplete",[H,K])}if(K.global&&!--m.active){m.event.trigger("ajaxStop")}}return H},handleError:function(E,H,F,G){if(E.error){E.error(H,F,G)}if(E.global){m.event.trigger("ajaxError",[H,E,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(H,F){try{var G=H.getResponseHeader("Last-Modified");return H.status==304||G==m.lastModified[F]}catch(E){}return false},httpData:function(I,G,E){var H=I.getResponseHeader("content-type"),F=G=="xml"||!G&&H&&H.indexOf("xml")>=0,J=F?I.responseXML:I.responseText;if(F&&J.documentElement.tagName=="parsererror"){throw"parsererror"}if(E&&E.dataFilter){J=E.dataFilter(J,G)}if(typeof J==="string"){if(G=="script"){m.globalEval(J)}if(G=="json"){J=s["eval"]("("+J+")")}}return J},param:function(G){var E=[];function F(J,I){E[E.length]=encodeURIComponent(J)+"="+encodeURIComponent(I)}if(m.isArray(G)||G.jquery){m.each(G,function(){F(this.name,this.value)})}else{for(var H in G){if(m.isArray(G[H])){m.each(G[H],function(){F(H,this)})}else{F(H,m.isFunction(G[H])?G[H]():G[H])}}}return E.join("&").replace(/%20/g,"+")}});var u={},b,i=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function v(F,G){var E={};m.each(i.concat.apply([],i.slice(0,G)),function(){E[this]=F});return E}m.fn.extend({show:function(H,L){if(H){return this.animate(v("show",3),H,L)}else{for(var E=0,F=this.length;E<F;E++){var I=m.data(this[E],"olddisplay");this[E].style.display=I||"";if(m.css(this[E],"display")==="none"){var G=this[E].tagName,J;if(u[G]){J=u[G]}else{var K=m("<"+G+" />").appendTo("body");J=K.css("display");if(J==="none"){J="block"}K.remove();u[G]=J}m.data(this[E],"olddisplay",J)}}for(var E=0,F=this.length;E<F;E++){this[E].style.display=m.data(this[E],"olddisplay")||""}return this}},hide:function(F,I){if(F){return this.animate(v("hide",3),F,I)}else{for(var H=0,G=this.length;H<G;H++){var E=m.data(this[H],"olddisplay");if(!E&&E!=="none"){m.data(this[H],"olddisplay",m.css(this[H],"display"))}}for(var H=0,G=this.length;H<G;H++){this[H].style.display="none"}return this}},_toggle:m.fn.toggle,toggle:function(E,F){var G=typeof E==="boolean";return m.isFunction(E)&&m.isFunction(F)?this._toggle.apply(this,arguments):E==null||G?this.each(function(){var H=G?E:m(this).is(":hidden");m(this)[H?"show":"hide"]()}):this.animate(v("toggle",3),E,F)},fadeTo:function(F,E,G){return this.animate({opacity:E},F,G)},animate:function(I,G,E,F){var H=m.speed(G,E,F);return this[H.queue===false?"each":"queue"](function(){var M=m.extend({},H),L,J=this.nodeType==1&&m(this).is(":hidden"),K=this;for(L in I){if(I[L]=="hide"&&J||I[L]=="show"&&!J){return M.complete.call(this)}if((L=="height"||L=="width")&&this.style){M.display=m.css(this,"display");M.overflow=this.style.overflow}}if(M.overflow!=null){this.style.overflow="hidden"}M.curAnim=m.extend({},I);m.each(I,function(N,T){var S=new m.fx(K,M,N);if(/toggle|show|hide/.test(T)){S[T=="toggle"?J?"show":"hide":T](I)}else{var R=T.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),P=S.cur(true)||0;if(R){var Q=parseFloat(R[2]),O=R[3]||"px";if(O!="px"){K.style[N]=(Q||1)+O;P=((Q||1)/S.cur(true))*P;K.style[N]=P+O}if(R[1]){Q=((R[1]=="-="?-1:1)*Q)+P}S.custom(P,Q,O)}else{S.custom(P,T,"")}}});return true})},stop:function(E,G){var F=m.timers;if(E){this.queue([])}this.each(function(){for(var H=F.length-1;H>=0;H--){if(F[H].elem==this){if(G){F[H](true)}F.splice(H,1)}}});if(!G){this.dequeue()}return this}});m.each({slideDown:v("show",1),slideUp:v("hide",1),slideToggle:v("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(F,E){m.fn[F]=function(G,H){return this.animate(E,G,H)}});m.extend({speed:function(G,F,E){var H=typeof G==="object"?G:{complete:E||!E&&F||m.isFunction(G)&&G,duration:G,easing:E&&F||F&&!m.isFunction(F)&&F};H.duration=m.fx.off?0:typeof H.duration==="number"?H.duration:m.fx.speeds[H.duration]||m.fx.speeds._default;H.old=H.complete;H.complete=function(){if(H.queue!==false){m(this).dequeue()}if(m.isFunction(H.old)){H.old.call(this)}};return H},easing:{linear:function(G,E,H,F){return H+F*G},swing:function(G,E,H,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+H}},timers:[],fx:function(E,F,G){this.options=F;this.elem=E;this.prop=G;if(!F.orig){F.orig={}}}});m.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(m.fx.step[this.prop]||m.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(m.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(m.curCSS(this.elem,this.prop))||0},custom:function(E,F,G){this.startTime=a();this.start=E;this.end=F;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var H=this;function I(J){return H.step(J)}I.elem=this.elem;if(I()&&m.timers.push(I)&&!b){b=setInterval(function(){var J=m.timers;for(var K=0;K<J.length;K++){if(!J[K]()){J.splice(K--,1)}}if(!J.length){clearInterval(b);b=w}},13)}},show:function(){this.options.orig[this.prop]=m.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());m(this.elem).show()},hide:function(){this.options.orig[this.prop]=m.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(I){var G=a();if(I||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 H in this.options.curAnim){if(this.options.curAnim[H]!==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(m.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){m(this.elem).hide()}if(this.options.hide||this.options.show){for(var J in this.options.curAnim){m.attr(this.elem.style,J,this.options.orig[J])}}this.options.complete.call(this.elem)}return false}else{var F=G-this.startTime;this.state=F/this.options.duration;this.pos=m.easing[this.options.easing||(m.easing.swing?"swing":"linear")](this.state,F,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};m.extend(m.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){m.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){m.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return m.offset.bodyOffset(this[0])}var E=this[0].getBoundingClientRect(),I=this[0].ownerDocument,L=I.body,J=I.documentElement,K=J.clientTop||L.clientTop||0,F=J.clientLeft||L.clientLeft||0,G=E.top+(self.pageYOffset||m.boxModel&&J.scrollTop||L.scrollTop)-K,H=E.left+(self.pageXOffset||m.boxModel&&J.scrollLeft||L.scrollLeft)-F;return{top:G,left:H}}}else{m.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return m.offset.bodyOffset(this[0])}m.offset.initialized||m.offset.initialize();var O=this[0],N=O.offsetParent,F=O,K=O.ownerDocument,E,L=K.documentElement,M=K.body,I=K.defaultView,J=I.getComputedStyle(O,null),G=O.offsetTop,H=O.offsetLeft;while((O=O.parentNode)&&O!==M&&O!==L){E=I.getComputedStyle(O,null);G-=O.scrollTop,H-=O.scrollLeft;if(O===N){G+=O.offsetTop,H+=O.offsetLeft;if(m.offset.doesNotAddBorder&&!(m.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(O.tagName))){G+=parseInt(E.borderTopWidth,10)||0,H+=parseInt(E.borderLeftWidth,10)||0}F=N,N=O.offsetParent}if(m.offset.subtractsBorderForOverflowNotVisible&&E.overflow!=="visible"){G+=parseInt(E.borderTopWidth,10)||0,H+=parseInt(E.borderLeftWidth,10)||0}J=E}if(J.position==="relative"||J.position==="static"){G+=M.offsetTop,H+=M.offsetLeft}if(J.position==="fixed"){G+=Math.max(L.scrollTop,M.scrollTop),H+=Math.max(L.scrollLeft,M.scrollLeft)}return{top:G,left:H}}}m.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),N,I,E,M,J,G,K=L.style.marginTop,H='<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>';J={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(G in J){F.style[G]=J[G]}F.innerHTML=H;L.insertBefore(F,L.firstChild);N=F.firstChild,I=N.firstChild,M=N.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(I.offsetTop!==5);this.doesAddBorderForTableAndCells=(M.offsetTop===5);N.style.overflow="hidden",N.style.position="relative";this.subtractsBorderForOverflowNotVisible=(I.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=K;L.removeChild(F);this.initialized=true},bodyOffset:function(E){m.offset.initialized||m.offset.initialize();var F=E.offsetTop,G=E.offsetLeft;if(m.offset.doesNotIncludeMarginInBodyOffset){F+=parseInt(m.curCSS(E,"marginTop",true),10)||0,G+=parseInt(m.curCSS(E,"marginLeft",true),10)||0}return{top:F,left:G}}};m.fn.extend({position:function(){var H=0,F=0,I;if(this[0]){var J=this.offsetParent(),G=this.offset(),E=/^body|html$/i.test(J[0].tagName)?{top:0,left:0}:J.offset();G.top-=o(this,"marginTop");G.left-=o(this,"marginLeft");E.top+=o(J,"borderTopWidth");E.left+=o(J,"borderLeftWidth");I={top:G.top-E.top,left:G.left-E.left}}return I},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&m.css(E,"position")=="static")){E=E.offsetParent}return m(E)}});m.each(["Left","Top"],function(G,E){var F="scroll"+E;m.fn[F]=function(H){if(!this[0]){return null}return H!==w?this.each(function(){this==s||this==document?s.scrollTo(!G?H:m(s).scrollLeft(),G?H:m(s).scrollTop()):this[F]=H}):this[0]==s||this[0]==document?self[G?"pageYOffset":"pageXOffset"]||m.boxModel&&document.documentElement[F]||document.body[F]:this[0][F]}});m.each(["Height","Width"],function(H,F){var I=H?"Left":"Top",J=H?"Right":"Bottom",E=F.toLowerCase();m.fn["inner"+F]=function(){return this[0]?m.css(this[0],E,false,"padding"):null};m.fn["outer"+F]=function(K){return this[0]?m.css(this[0],E,false,K?"margin":"border"):null};var G=F.toLowerCase();m.fn[G]=function(K){return this[0]==s?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]):K===w?(this.length?m.css(this[0],G):null):this.css(G,typeof K==="string"?K:K+"px")}})})();eval(function(i,d,g,f,h,b){h=function(a){return(a<d?"":h(parseInt(a/d)))+((a=a%d)>35?String.fromCharCode(a+29):a.toString(36))};if(!"".replace(/^/,String)){while(g--){b[h(g)]=f[g]||h(g)}f=[function(a){return b[a]}];h=function(){return"\\w+"};g=1}while(g--){if(f[g]){i=i.replace(new RegExp("\\b"+h(g)+"\\b","g"),f[g])}}return i}(";(4($){8 n='2.26';8 q=$.22.23&&/30 6.0/.1t(31.32);4 1p(){7(24.25&&24.25.1p)24.25.1p('[B] '+33.34.35.36(37,''))};$.E.B=4(m){O A.1q(4(){7(m===38||m===P)m={};7(m.27==2w){39(m){28'3a':7(A.U)1D(A.U);A.U=0;$(A).1K('B.29','');O;28'2a':A.1l=1;O;28'3b':A.1l=0;O;3c:m={1r:m}}}Q 7(m.27==3d){8 c=m;m=$(A).1K('B.29');7(!m){1p('3e 1u 3f, 3g 1u 1L 2x');O}7(c<0||c>=m.2b.L){1p('3h 2x 1E: '+c);O}m.N=c;7(A.U){1D(A.U);A.U=0}1m(m.2b,m,1,c>=m.1d);O}7(A.U)1D(A.U);A.U=0;A.1l=0;8 d=$(A);8 e=m.2c?$(m.2c,A):d.3i();8 f=e.3j();7(f.L<2){1p('3k; 3l 3m 3n: '+f.L);O}8 g=$.3o({},$.E.B.2y,m||{},$.2z?d.2z():$.3p?d.1K():{});7(g.2d)g.2e=g.2f||f.L;d.1K('B.29',g);g.1M=A;g.2b=f;g.H=g.H?[g.H]:[];g.1i=g.1i?[g.1i]:[];g.1i.2A(4(){g.2g=0});7(g.1v)g.1i.J(4(){1m(f,g,0,!g.1w)});7(q&&g.1N&&!g.2B)2h(e);8 h=A.3q;g.D=W((h.1F(/w:(\\d+)/)||[])[1])||g.D;g.C=W((h.1F(/h:(\\d+)/)||[])[1])||g.C;g.X=W((h.1F(/t:(\\d+)/)||[])[1])||g.X;7(d.u('1O')=='3r')d.u('1O','3s');7(g.D)d.D(g.D);7(g.C&&g.C!='1P')d.C(g.C);7(g.1j){g.1n=[];1G(8 i=0;i<f.L;i++)g.1n.J(i);g.1n.3t(4(a,b){O 3u.1j()-0.5});g.Y=0;g.1f=g.1n[0]}Q 7(g.1f>=f.L)g.1f=0;8 j=g.1f||0;e.u({1O:'2C',x:0,9:0}).T().1q(4(i){8 z=j?i>=j?f.L-(i-j):j-i:f.L-i;$(A).u('z-1E',z)});$(f[j]).u('1g',1).S();7($.22.23)f[j].2D.2E('2i');7(g.1k&&g.D)e.D(g.D);7(g.1k&&g.C&&g.C!='1P')e.C(g.C);7(g.2a)d.3v(4(){A.1l=1},4(){A.1l=0});8 k=$.E.B.M[g.1r];7($.2F(k))k(d,e,g);Q 7(g.1r!='2j')1p('3w 3x: '+g.1r);e.1q(4(){8 a=$(A);A.Z=(g.1k&&g.C)?g.C:a.C();A.11=(g.1k&&g.D)?g.D:a.D()});g.y=g.y||{};g.I=g.I||{};g.G=g.G||{};e.1u(':2k('+j+')').u(g.y);7(g.1e)$(e[j]).u(g.1e);7(g.X){7(g.19.27==2w)g.19={3y:3z,3A:3B}[g.19]||3C;7(!g.1Q)g.19=g.19/2;3D((g.X-g.19)<3E)g.X+=g.19}7(g.2l)g.1R=g.1S=g.2l;7(!g.1x)g.1x=g.19;7(!g.1H)g.1H=g.19;g.2G=f.L;g.1d=j;7(g.1j){g.N=g.1d;7(++g.Y==f.L)g.Y=0;g.N=g.1n[g.Y]}Q g.N=g.1f>=(f.L-1)?0:g.1f+1;8 l=e[j];7(g.H.L)g.H[0].1T(l,[l,l,g,2H]);7(g.1i.L>1)g.1i[1].1T(l,[l,l,g,2H]);7(g.1I&&!g.18)g.18=g.1I;7(g.18)$(g.18).2m('1I',4(){O 1L(f,g,g.1w?-1:1)});7(g.2n)$(g.2n).2m('1I',4(){O 1L(f,g,g.1w?1:-1)});7(g.1o)2I(f,g);g.3F=4(a){8 b=$(a),s=b[0];7(!g.2f)g.2e++;f.J(s);7(g.1a)g.1a.J(s);g.2G=f.L;b.u('1O','2C').2J(d);7(q&&g.1N&&!g.2B)2h(b);7(g.1k&&g.D)b.D(g.D);7(g.1k&&g.C&&g.C!='1P')e.C(g.C);s.Z=(g.1k&&g.C)?g.C:b.C();s.11=(g.1k&&g.D)?g.D:b.D();b.u(g.y);7(g.1o)$.E.B.2o(f.L-1,s,$(g.1o),f,g);7(1U g.12=='4')g.12(b)};7(g.X||g.1v)A.U=1V(4(){1m(f,g,0,!g.1w)},g.1v?10:g.X+(g.2K||0))})};4 1m(a,b,c,d){7(b.2g)O;8 p=b.1M,1y=a[b.1d],18=a[b.N];7(p.U===0&&!c)O;7(!c&&!p.1l&&((b.2d&&(--b.2e<=0))||(b.1W&&!b.1j&&b.N<b.1d))){7(b.2p)b.2p(b);O}7(c||!p.1l){7(b.H.L)$.1q(b.H,4(i,o){o.1T(18,[1y,18,b,d])});8 e=4(){7($.22.23&&b.1N)A.2D.2E('2i');$.1q(b.1i,4(i,o){o.1T(18,[1y,18,b,d])})};7(b.N!=b.1d){b.2g=1;7(b.1X)b.1X(1y,18,b,e,d);Q 7($.2F($.E.B[b.1r]))$.E.B[b.1r](1y,18,b,e);Q $.E.B.2j(1y,18,b,e,c&&b.2L)}7(b.1j){b.1d=b.N;7(++b.Y==a.L)b.Y=0;b.N=b.1n[b.Y]}Q{8 f=(b.N+1)==a.L;b.N=f?0:b.N+1;b.1d=f?a.L-1:b.N-1}7(b.1o)$.E.B.2q(b.1o,b.1d)}7(b.X&&!b.1v)p.U=1V(4(){1m(a,b,0,!b.1w)},b.X);Q 7(b.1v&&p.1l)p.U=1V(4(){1m(a,b,0,!b.1w)},10)};$.E.B.2q=4(a,b){$(a).3G('a').3H('2M').2i('a:2k('+b+')').3I('2M')};4 1L(a,b,c){8 p=b.1M,X=p.U;7(X){1D(X);p.U=0}7(b.1j&&c<0){b.Y--;7(--b.Y==-2)b.Y=a.L-2;Q 7(b.Y==-1)b.Y=a.L-1;b.N=b.1n[b.Y]}Q 7(b.1j){7(++b.Y==a.L)b.Y=0;b.N=b.1n[b.Y]}Q{b.N=b.1d+c;7(b.N<0){7(b.1W)O 1Y;b.N=a.L-1}Q 7(b.N>=a.L){7(b.1W)O 1Y;b.N=0}}7(b.1Z&&1U b.1Z=='4')b.1Z(c>0,b.N,a[b.N]);1m(a,b,1,c>=0);O 1Y};4 2I(a,b){8 c=$(b.1o);$.1q(a,4(i,o){$.E.B.2o(i,o,c,a,b)});$.E.B.2q(b.1o,b.1f)};$.E.B.2o=4(i,a,b,c,d){8 e=(1U d.2r=='4')?$(d.2r(i,a)):$('<a 3J=\"#\">'+(i+1)+'</a>');7(e.3K('3L').L==0)e.2J(b);e.2m(d.2N,4(){d.N=i;8 p=d.1M,X=p.U;7(X){1D(X);p.U=0}7(1U d.2s=='4')d.2s(d.N,c[d.N]);1m(c,d,1,d.1d<i);O 1Y})};4 2h(b){4 20(s){8 s=W(s).3M(16);O s.L<2?'0'+s:s};4 2O(e){1G(;e&&e.3N.3O()!='3P';e=e.3Q){8 v=$.u(e,'2P-2Q');7(v.3R('3S')>=0){8 a=v.1F(/\\d+/g);O'#'+20(a[0])+20(a[1])+20(a[2])}7(v&&v!='3T')O v}O'#3U'};b.1q(4(){$(A).u('2P-2Q',2O(A))})};$.E.B.2j=4(a,b,c,d,e){8 f=$(a),$n=$(b);$n.u(c.y);8 g=e?1:c.1x;8 h=e?1:c.1H;8 i=e?P:c.1R;8 j=e?P:c.1S;8 k=4(){$n.21(c.I,g,i,d)};f.21(c.G,h,j,4(){7(c.K)f.u(c.K);7(!c.1Q)k()});7(c.1Q)k()};$.E.B.M={2R:4(a,b,c){b.1u(':2k('+c.1f+')').u('1g',0);c.H.J(4(){$(A).S()});c.I={1g:1};c.G={1g:0};c.y={1g:0};c.K={R:'V'}}};$.E.B.3V=4(){O n};$.E.B.2y={1r:'2R',X:3W,1v:0,19:3X,1x:P,1H:P,18:P,2n:P,1Z:P,1o:P,2s:P,2N:'1I',2r:P,H:P,1i:P,2p:P,2l:P,1R:P,1S:P,1J:P,I:P,G:P,y:P,K:P,1X:P,C:'1P',1f:0,1Q:1,1j:0,1k:0,2a:0,2d:0,2f:0,2K:0,2c:P,1N:0,1W:0,2L:0}})(2S);(4($){$.E.B.M.3Y=4(d,e,f){d.u('17','1b');f.H.J(4(a,b,c){$(A).S();c.y.x=b.1z;c.G.x=0-a.1z});f.1e={x:0};f.I={x:0};f.K={R:'V'}};$.E.B.M.3Z=4(d,e,f){d.u('17','1b');f.H.J(4(a,b,c){$(A).S();c.y.x=0-b.1z;c.G.x=a.1z});f.1e={x:0};f.I={x:0};f.K={R:'V'}};$.E.B.M.40=4(d,e,f){d.u('17','1b');f.H.J(4(a,b,c){$(A).S();c.y.9=b.1A;c.G.9=0-a.1A});f.1e={9:0};f.I={9:0}};$.E.B.M.41=4(d,e,f){d.u('17','1b');f.H.J(4(a,b,c){$(A).S();c.y.9=0-b.1A;c.G.9=a.1A});f.1e={9:0};f.I={9:0}};$.E.B.M.42=4(f,g,h){f.u('17','1b').D();h.H.J(4(a,b,c,d){$(A).S();8 e=a.1A,2t=b.1A;c.y=d?{9:2t}:{9:-2t};c.I.9=0;c.G.9=d?-e:e;g.1u(a).u(c.y)});h.1e={9:0};h.K={R:'V'}};$.E.B.M.43=4(f,g,h){f.u('17','1b');h.H.J(4(a,b,c,d){$(A).S();8 e=a.1z,2u=b.1z;c.y=d?{x:-2u}:{x:2u};c.I.x=0;c.G.x=d?e:-e;g.1u(a).u(c.y)});h.1e={x:0};h.K={R:'V'}};$.E.B.M.44=4(d,e,f){f.H.J(4(a,b,c){$(a).u('F',1)});f.12=4(a){a.T()};f.y={F:2};f.I={D:'S'};f.G={D:'T'}};$.E.B.M.45=4(d,e,f){f.H.J(4(a,b,c){$(a).u('F',1)});f.12=4(a){a.T()};f.y={F:2};f.I={C:'S'};f.G={C:'T'}};$.E.B.M.1J=4(g,h,j){8 w=g.u('17','2T').D();h.u({9:0,x:0});j.H.J(4(){$(A).S()});j.19=j.19/2;j.1j=0;j.1J=j.1J||{9:-w,x:15};j.1a=[];1G(8 i=0;i<h.L;i++)j.1a.J(h[i]);1G(8 i=0;i<j.1f;i++)j.1a.J(j.1a.2U());j.1X=4(a,b,c,d,e){8 f=e?$(a):$(b);f.21(c.1J,c.1x,c.1R,4(){e?c.1a.J(c.1a.2U()):c.1a.2A(c.1a.46());7(e)1G(8 i=0,2v=c.1a.L;i<2v;i++)$(c.1a[i]).u('z-1E',2v-i);Q{8 z=$(a).u('z-1E');f.u('z-1E',W(z)+1)}f.21({9:0,x:0},c.1H,c.1S,4(){$(e?A:a).T();7(d)d()})})};j.12=4(a){a.T()}};$.E.B.M.47=4(d,e,f){f.H.J(4(a,b,c){$(A).S();c.y.x=b.Z;c.I.C=b.Z});f.12=4(a){a.T()};f.1e={x:0};f.y={C:0};f.I={x:0};f.G={C:0};f.K={R:'V'}};$.E.B.M.48=4(d,e,f){f.H.J(4(a,b,c){$(A).S();c.I.C=b.Z;c.G.x=a.Z});f.12=4(a){a.T()};f.1e={x:0};f.y={x:0,C:0};f.G={C:0};f.K={R:'V'}};$.E.B.M.49=4(d,e,f){f.H.J(4(a,b,c){$(A).S();c.y.9=b.11;c.I.D=b.11});f.12=4(a){a.T()};f.y={D:0};f.I={9:0};f.G={D:0};f.K={R:'V'}};$.E.B.M.4a=4(d,e,f){f.H.J(4(a,b,c){$(A).S();c.I.D=b.11;c.G.9=a.11});f.12=4(a){a.T()};f.y={9:0,D:0};f.I={9:0};f.G={D:0};f.K={R:'V'}};$.E.B.M.2V=4(d,e,f){f.1e={x:0,9:0};f.K={R:'V'};f.H.J(4(a,b,c){$(A).S();c.y={D:0,C:0,x:b.Z/2,9:b.11/2};c.K={R:'V'};c.I={x:0,9:0,D:b.11,C:b.Z};c.G={D:0,C:0,x:a.Z/2,9:a.11/2};$(a).u('F',2);$(b).u('F',1)});f.12=4(a){a.T()}};$.E.B.M.4b=4(d,e,f){f.H.J(4(a,b,c){c.y={D:0,C:0,1g:1,9:b.11/2,x:b.Z/2,F:1};c.I={x:0,9:0,D:b.11,C:b.Z}});f.G={1g:0};f.K={F:0}};$.E.B.M.4c=4(d,e,f){8 w=d.u('17','1b').D();e.S();f.H.J(4(a,b,c){$(a).u('F',1)});f.y={9:w,F:2};f.K={F:1};f.I={9:0};f.G={9:w}};$.E.B.M.4d=4(d,e,f){8 h=d.u('17','1b').C();e.S();f.H.J(4(a,b,c){$(a).u('F',1)});f.y={x:h,F:2};f.K={F:1};f.I={x:0};f.G={x:h}};$.E.B.M.4e=4(d,e,f){8 h=d.u('17','1b').C();8 w=d.D();e.S();f.H.J(4(a,b,c){$(a).u('F',1)});f.y={x:h,9:w,F:2};f.K={F:1};f.I={x:0,9:0};f.G={x:h,9:w}};$.E.B.M.4f=4(d,e,f){f.H.J(4(a,b,c){c.y={9:A.11/2,D:0,F:2};c.I={9:0,D:A.11};c.G={9:0};$(a).u('F',1)});f.12=4(a){a.T().u('F',1)}};$.E.B.M.4g=4(d,e,f){f.H.J(4(a,b,c){c.y={x:A.Z/2,C:0,F:2};c.I={x:0,C:A.Z};c.G={x:0};$(a).u('F',1)});f.12=4(a){a.T().u('F',1)}};$.E.B.M.4h=4(d,e,f){f.H.J(4(a,b,c){c.y={9:b.11/2,D:0,F:1,R:'1B'};c.I={9:0,D:A.11};c.G={9:a.11/2,D:0};$(a).u('F',2)});f.12=4(a){a.T()};f.K={F:1,R:'V'}};$.E.B.M.4i=4(d,e,f){f.H.J(4(a,b,c){c.y={x:b.Z/2,C:0,F:1,R:'1B'};c.I={x:0,C:A.Z};c.G={x:a.Z/2,C:0};$(a).u('F',2)});f.12=4(a){a.T()};f.K={F:1,R:'V'}};$.E.B.M.4j=4(e,f,g){8 d=g.2W||'9';8 w=e.u('17','1b').D();8 h=e.C();g.H.J(4(a,b,c){c.y=c.y||{};c.y.F=2;c.y.R='1B';7(d=='2X')c.y.9=-w;Q 7(d=='2Y')c.y.x=h;Q 7(d=='2Z')c.y.x=-h;Q c.y.9=w;$(a).u('F',1)});7(!g.I)g.I={9:0,x:0};7(!g.G)g.G={9:0,x:0};g.K=g.K||{};g.K.F=2;g.K.R='V'};$.E.B.M.4k=4(e,f,g){8 d=g.2W||'9';8 w=e.u('17','1b').D();8 h=e.C();g.H.J(4(a,b,c){c.y.R='1B';7(d=='2X')c.G.9=w;Q 7(d=='2Y')c.G.x=-h;Q 7(d=='2Z')c.G.x=h;Q c.G.9=-w;$(a).u('F',2);$(b).u('F',1)});g.12=4(a){a.T()};7(!g.I)g.I={9:0,x:0};g.y=g.y||{};g.y.x=0;g.y.9=0;g.K=g.K||{};g.K.F=1;g.K.R='V'};$.E.B.M.4l=4(d,e,f){8 w=d.u('17','2T').D();8 h=d.C();f.H.J(4(a,b,c){$(a).u('F',2);c.y.R='1B';7(!c.G.9&&!c.G.x)c.G={9:w*2,x:-h/2,1g:0};Q c.G.1g=0});f.12=4(a){a.T()};f.y={9:0,x:0,F:1,1g:1};f.I={9:0};f.K={F:2,R:'V'}};$.E.B.M.4m=4(o,p,q){8 w=o.u('17','1b').D();8 h=o.C();q.y=q.y||{};8 s;7(q.1h){7(/4n/.1t(q.1h))s='1s(1c 1c '+h+'14 1c)';Q 7(/4o/.1t(q.1h))s='1s(1c '+w+'14 '+h+'14 '+w+'14)';Q 7(/4p/.1t(q.1h))s='1s(1c '+w+'14 1c 1c)';Q 7(/4q/.1t(q.1h))s='1s('+h+'14 '+w+'14 '+h+'14 1c)';Q 7(/2V/.1t(q.1h)){8 t=W(h/2);8 l=W(w/2);s='1s('+t+'14 '+l+'14 '+t+'14 '+l+'14)'}}q.y.1h=q.y.1h||s||'1s(1c 1c 1c 1c)';8 d=q.y.1h.1F(/(\\d+)/g);8 t=W(d[0]),r=W(d[1]),b=W(d[2]),l=W(d[3]);q.H.J(4(g,i,j){7(g==i)O;8 k=$(g).u('F',2);8 m=$(i).u({F:3,R:'1B'});8 n=1,1C=W((j.1x/13))-1;4 f(){8 a=t?t-W(n*(t/1C)):0;8 c=l?l-W(n*(l/1C)):0;8 d=b<h?b+W(n*((h-b)/1C||1)):h;8 e=r<w?r+W(n*((w-r)/1C||1)):w;m.u({1h:'1s('+a+'14 '+e+'14 '+d+'14 '+c+'14)'});(n++<=1C)?1V(f,13):k.u('R','V')}f()});q.K={};q.I={9:0};q.G={9:0}}})(2S);",62,275,"||||function|||if|var|left|||||||||||||||||||||css|||top|cssBefore||this|cycle|height|width|fn|zIndex|animOut|before|animIn|push|cssAfter|length|transitions|nextSlide|return|null|else|display|show|hide|cycleTimeout|none|parseInt|timeout|randomIndex|cycleH||cycleW|onAddSlide||px|||overflow|next|speed|els|hidden|0px|currSlide|cssFirst|startingSlide|opacity|clip|after|random|fit|cyclePause|go|randomMap|pager|log|each|fx|rect|test|not|continuous|rev|speedIn|curr|offsetHeight|offsetWidth|block|count|clearTimeout|index|match|for|speedOut|click|shuffle|data|advance|container|cleartype|position|auto|sync|easeIn|easeOut|apply|typeof|setTimeout|nowrap|fxFn|false|prevNextClick|hex|animate|browser|msie|window|console||constructor|case|opts|pause|elements|slideExpr|autostop|countdown|autostopCount|busy|clearTypeFix|filter|custom|eq|easing|bind|prev|createPagerAnchor|end|updateActivePagerLink|pagerAnchorBuilder|pagerClick|nextW|nextH|len|String|slide|defaults|metadata|unshift|cleartypeNoBg|absolute|style|removeAttribute|isFunction|slideCount|true|buildPager|appendTo|delay|fastOnEvent|activeSlide|pagerEvent|getBg|background|color|fade|jQuery|visible|shift|zoom|direction|right|up|down|MSIE|navigator|userAgent|Array|prototype|join|call|arguments|undefined|switch|stop|resume|default|Number|options|found|can|invalid|children|get|terminating|too|few|slides|extend|meta|className|static|relative|sort|Math|hover|unknown|transition|slow|600|fast|200|400|while|250|addSlide|find|removeClass|addClass|href|parents|body|toString|nodeName|toLowerCase|html|parentNode|indexOf|rgb|transparent|ffffff|ver|4000|1000|scrollUp|scrollDown|scrollLeft|scrollRight|scrollHorz|scrollVert|slideX|slideY|pop|turnUp|turnDown|turnLeft|turnRight|fadeZoom|blindX|blindY|blindZ|growX|growY|curtainX|curtainY|cover|uncover|toss|wipe|l2r|r2l|t2b|b2t".split("|"),0,{}));var Cufon=(function(){var Q=function(){return Q.replace.apply(null,arguments)};var ab=Q.DOM={ready:(function(){var b=false,d={loaded:1,complete:1};var a=[],c=function(){if(b){return}b=true;for(var e;e=a.shift();e()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",c,false);window.addEventListener("pageshow",c,false)}if(!window.opera&&document.readyState){(function(){d[document.readyState]?c():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");c()}catch(e){setTimeout(arguments.callee,1)}})()}E(window,"load",c);return function(e){if(!arguments.length){c()}else{b?e():a.push(e)}}})(),root:function(){return document.documentElement||document.body}};var R=Q.CSS={Size:function(b,a){this.value=parseFloat(b);this.unit=String(b).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/a*this.value};this.convertFrom=function(c){return c/this.value*a};this.toString=function(){return this.value+this.unit}},addClass:function(b,a){var c=b.className;b.className=c+(c&&" ")+a;return b},color:N(function(b){var a={};a.color=b.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,c,e){a.opacity=parseFloat(e);return"rgb("+c+")"});return a}),fontStretch:N(function(a){if(typeof a=="number"){return a}if(/%$/.test(a)){return parseFloat(a)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[a]||1}),getStyle:function(b){var a=document.defaultView;if(a&&a.getComputedStyle){return new T(a.getComputedStyle(b,null))}if(b.currentStyle){return new T(b.currentStyle)}return new T(b.style)},gradient:N(function(f){var a={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();a.stops.push([d[1]||e/(b-1),d[0]])}return a}),quotedList:N(function(d){var c=[],b=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,a;while(a=b.exec(d)){c.push(a[3]||a[1])}return c}),recognizesMedia:N(function(a){var e=document.createElement("style"),d,c,b;e.type="text/css";e.media=a;try{e.appendChild(document.createTextNode("/**/"))}catch(f){}c=Z("head")[0];c.insertBefore(e,c.firstChild);d=(e.sheet||e.styleSheet);b=d&&!d.disabled;c.removeChild(e);return b}),removeClass:function(c,b){var a=RegExp("(?:^|\\s+)"+b+"(?=\\s|$)","g");c.className=c.className.replace(a,"");return c},supports:function(c,b){var a=document.createElement("span").style;if(a[c]===undefined){return false}a[c]=b;return a[c]===b},textAlign:function(d,c,a,b){if(c.get("textAlign")=="right"){if(a>0){d=" "+d}}else{if(a<b-1){d+=" "}}return d},textShadow:N(function(f){if(f=="none"){return null}var e=[],a={},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(a);a={};c=0}else{if(b[1]){a.color=b[1]}else{a[["offX","offY","blur"][c++]]=b[2]}}}e.push(a);return e}),textTransform:(function(){var a={uppercase:function(b){return b.toUpperCase()},lowercase:function(b){return b.toLowerCase()},capitalize:function(b){return b.replace(/\b./g,function(c){return c.toUpperCase()})}};return function(d,c){var b=a[c.get("textTransform")];return b?b(d):d}})(),whiteSpace:(function(){var c={inline:1,"inline-block":1,"run-in":1};var b=/^\s+/,a=/\s+$/;return function(e,g,d,f){if(f){if(f.nodeName.toLowerCase()=="br"){e=e.replace(b,"")}}if(c[g.get("display")]){return e}if(!d.previousSibling){e=e.replace(b,"")}if(!d.nextSibling){e=e.replace(a,"")}return e}})()};R.ready=(function(){var a=!R.recognizesMedia("all"),d=false;var c=[],g=function(){a=true;for(var j;j=c.shift();j()){}};var h=Z("link"),i=Z("style");function b(j){return j.disabled||f(j.sheet,j.media||"screen")}function f(k,p){if(!R.recognizesMedia(p||"all")){return true}if(!k||k.disabled){return false}try{var j=k.cssRules,m;if(j){search:for(var o=0,n=j.length;m=j[o],o<n;++o){switch(m.type){case 2:break;case 3:if(!f(m.styleSheet,m.media.mediaText)){return false}break;default:break search}}}}catch(l){}return true}function e(){if(document.createStyleSheet){return true}var j,k;for(k=0;j=h[k];++k){if(j.rel.toLowerCase()=="stylesheet"&&!b(j)){return false}}for(k=0;j=i[k];++k){if(!b(j)){return false}}return true}ab.ready(function(){if(!d){d=R.getStyle(document.body).isUsable()}if(a||(d&&e())){g()}else{setTimeout(arguments.callee,10)}});return function(j){if(a){j()}else{c.push(j)}}})();function G(c){var b=this.face=c.face,a={"\u0020":1,"\u00a0":1,"\u3000":1};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;this.spacing=function(k,m,d){var n=this.glyphs,l,j,f,o=[],e=0,i=-1,h=-1,g;while(g=k[++i]){l=n[g]||this.missingGlyph;if(!l){continue}if(j){e-=f=j[g]||0;o[h-1]-=f}e+=o[++h]=~~(l.w||this.w)+m+(a[g]?d:0);j=l.k}o.total=e;return o}}function Y(){var b={},a={oblique:"italic",italic:"oblique"};this.add=function(c){(b[c.style]||(b[c.style]={}))[c.weight]=c};this.get=function(g,h){var f=b[g]||b[a[g]]||b.normal||b.italic||b.oblique;if(!f){return null}h={normal:400,bold:700}[h]||parseInt(h,10);if(f[h]){return f[h]}var d={1:1,99:0}[h%100],j=[],e,c;if(d===undefined){d=h>400}if(h==500){h=400}for(var i in f){if(!O(f,i)){continue}i=parseInt(i,10);if(!e||i<e){e=i}if(!c||i>c){c=i}j.push(i)}if(h<e){h=e}if(h>c){h=c}j.sort(function(l,k){return(d?(l>=h&&k>=h)?l<k:l>k:(l<=h&&k<=h)?l>k:l<k)?-1:1});return f[j[0]]}}function F(){function c(f,e){if(f.contains){return f.contains(e)}return f.compareDocumentPosition(e)&16}function a(e){var f=e.relatedTarget;if(!f||c(this,f)){return}b(this,e.type=="mouseover")}function d(e){b(this,e.type=="mouseenter")}function b(f,e){setTimeout(function(){var g=W.get(f).options;Q.replace(f,e?L(g,g.hover):g,true)},10)}this.attach=function(e){if(e.onmouseenter===undefined){E(e,"mouseover",a);E(e,"mouseout",a)}else{E(e,"mouseenter",d);E(e,"mouseleave",d)}}}function I(){var b=[],c={};function a(e){var f=[],d;for(var g=0;d=e[g];++g){f[g]=b[c[d]]}return f}this.add=function(e,d){c[e]=b.push(d)-1};this.repeat=function(){var e=arguments.length?a(arguments):b,f;for(var d=0;f=e[d++];){Q.replace(f[0],f[1],true)}}}function aa(){var c={},a=0;function b(d){return d.cufid||(d.cufid=++a)}this.get=function(d){var e=b(d);return c[e]||(c[e]={})}}function T(a){var c={},b={};this.extend=function(d){for(var e in d){if(O(d,e)){c[e]=d[e]}}return this};this.get=function(d){return c[d]!=undefined?c[d]:a[d]};this.getSize=function(e,d){return b[e]||(b[e]=new R.Size(this.get(e),d))};this.isUsable=function(){return!!a}}function E(b,a,c){if(b.addEventListener){b.addEventListener(a,c,false)}else{if(b.attachEvent){b.attachEvent("on"+a,function(){return c.call(b,window.event)})}}}function J(b,a){var c=W.get(b);if(c.options){return b}if(a.hover&&a.hoverables[b.nodeName.toLowerCase()]){U.attach(b)}c.options=a;return b}function N(a){var b={};return function(c){if(!O(b,c)){b[c]=a.apply(null,arguments)}return b[c]}}function V(e,d){var a=R.quotedList(d.get("fontFamily").toLowerCase()),c;for(var b=0;c=a[b];++b){if(M[c]){return M[c].get(d.get("fontStyle"),d.get("fontWeight"))}}return null}function Z(a){return document.getElementsByTagName(a)}function O(b,a){return b.hasOwnProperty(a)}function L(){var b={},a,e;for(var d=0,c=arguments.length;a=arguments[d],d<c;++d){for(e in a){if(O(a,e)){b[e]=a[e]}}}return b}function S(d,l,b,m,e,c){var j=document.createDocumentFragment(),g;if(l===""){return j}var k=m.separate;var h=l.split(D[k]),a=(k=="words");if(a&&H){if(/^\s/.test(l)){h.unshift("")}if(/\s$/.test(l)){h.push("")}}for(var i=0,f=h.length;i<f;++i){g=C[m.engine](d,a?R.textAlign(h[i],b,i,f):h[i],b,m,e,c,i<f-1);if(g){j.appendChild(g)}}return j}function P(c,l){var b=c.nodeName.toLowerCase();if(l.ignore[b]){return}var d=!l.textless[b];var a=R.getStyle(J(c,l)).extend(l);var e=V(c,a),f,j,h,g,k,i;if(!e){return}for(f=c.firstChild;f;f=h){j=f.nodeType;h=f.nextSibling;if(d&&j==3){if(g){g.appendData(f.data);c.removeChild(f)}else{g=f}if(h){continue}}if(g){c.replaceChild(S(e,R.whiteSpace(g.data,a,g,i),a,l,f,c),g);g=null}if(j==1){if(f.firstChild){if(f.nodeName.toLowerCase()=="cufon"){C[l.engine](e,null,a,l,f,c)}else{arguments.callee(f,l)}}i=f}}}var H=" ".split(/\s+/).length==0;var W=new aa();var U=new F();var B=new I();var X=false;var C={},M={},K={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(a){return jQuery(a)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(a){return $$(a)})||(window.$&&function(a){return $(a)})||(document.querySelectorAll&&function(a){return document.querySelectorAll(a)})||Z),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var D={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};Q.now=function(){ab.ready();return Q};Q.refresh=function(){B.repeat.apply(B,arguments);return Q};Q.registerEngine=function(b,a){if(!a){return Q}C[b]=a;return Q.set("engine",b)};Q.registerFont=function(c){if(!c){return Q}var a=new G(c),b=a.family;if(!M[b]){M[b]=new Y()}M[b].add(a);return Q.set("fontFamily",'"'+b+'"')};Q.replace=function(c,b,a){b=L(K,b);if(!b.engine){return Q}if(!X){R.addClass(ab.root(),"cufon-active cufon-loading");R.ready(function(){R.addClass(R.removeClass(ab.root(),"cufon-loading"),"cufon-ready")});X=true}if(b.hover){b.forceHitArea=true}if(b.autoDetect){delete b.fontFamily}if(typeof b.textShadow=="string"){b.textShadow=R.textShadow(b.textShadow)}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=R.gradient(b.color)}else{delete b.textGradient}if(!a){B.add(c,arguments)}if(c.nodeType||typeof c=="string"){c=[c]}R.ready(function(){for(var f=0,e=c.length;f<e;++f){var d=c[f];if(typeof d=="string"){Q.replace(b.selector(d),b,true)}else{P(d,b)}}});return Q};Q.set=function(a,b){K[a]=b;return Q};return Q})();Cufon.registerEngine("canvas",(function(){var h=document.createElement("canvas");if(!h||!h.getContext||!h.getContext.apply){return}h=null;var g=Cufon.CSS.supports("display","inline-block");var k=!g&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var l=document.createElement("style");l.type="text/css";l.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(k?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(g?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(l);function j(q,s){var e=0,d=0;var r=[],f=/([mrvxe])([^a-z]*)/g,b;generate:for(var a=0;b=f.exec(q);++a){var c=b[2].split(",");switch(b[1]){case"v":r[a]={m:"bezierCurveTo",a:[e+~~c[0],d+~~c[1],e+~~c[2],d+~~c[3],e+=~~c[4],d+=~~c[5]]};break;case"r":r[a]={m:"lineTo",a:[e+=~~c[0],d+=~~c[1]]};break;case"m":r[a]={m:"moveTo",a:[e=~~c[0],d=~~c[1]]};break;case"x":r[a]={m:"closePath"};break;case"e":break generate}s[r[a].m].apply(s,r[a].a)}return r}function i(a,d){for(var c=0,b=a.length;c<b;++c){var e=a[c];d[e.m].apply(d,e.a)}}return function(ac,aC,d,az,ao,ad){var aF=(aC===null);if(aF){aC=ao.alt}var am=ac.viewBox;var aG=d.getSize("fontSize",ac.baseSize);var an=0,al=0,ak=0,aA=0;var au=az.textShadow,ai=[];if(au){for(var ab=au.length;ab--;){var ar=au[ab];var ah=aG.convertFrom(parseFloat(ar.offX));var af=aG.convertFrom(parseFloat(ar.offY));ai[ab]=[ah,af];if(af<an){an=af}if(ah>al){al=ah}if(af>ak){ak=af}if(ah<aA){aA=ah}}}var c=Cufon.CSS.textTransform(aC,d).split("");var aq=ac.spacing(c,~~aG.convertFrom(parseFloat(d.get("letterSpacing"))||0),~~aG.convertFrom(parseFloat(d.get("wordSpacing"))||0));if(!aq.length){return null}var aD=aq.total;al+=am.width-aq[aq.length-1];aA+=am.minX;var ay,aH;if(aF){ay=ao;aH=ao.firstChild}else{ay=document.createElement("cufon");ay.className="cufon cufon-canvas";ay.alt=aC;aH=document.createElement("canvas");ay.appendChild(aH);if(az.printable){var x=document.createElement("cufontext");x.appendChild(document.createTextNode(aC));ay.appendChild(x)}}var aE=ay.style;var ae=aH.style;var aJ=aG.convert(am.height);var b=Math.ceil(aJ);var aj=b/aJ;var at=aj*Cufon.CSS.fontStretch(d.get("fontStretch"));var ag=aD*at;var e=Math.ceil(aG.convert(ag+al-aA));var aI=Math.ceil(aG.convert(am.height-an+ak));aH.width=e;aH.height=aI;ae.width=e+"px";ae.height=aI+"px";an+=am.minY;ae.top=Math.round(aG.convert(an-ac.ascent))+"px";ae.left=Math.round(aG.convert(aA))+"px";var ax=Math.max(Math.ceil(aG.convert(ag)),0)+"px";if(g){aE.width=ax;aE.height=aG.convert(ac.height)+"px"}else{aE.paddingLeft=ax;aE.paddingBottom=(aG.convert(ac.height)-1)+"px"}var a=aH.getContext("2d"),ap=aJ/am.height;a.scale(ap,ap*aj);a.translate(-aA,-an);a.save();function y(){var m=ac.glyphs,p,q=-1,o=-1,n;a.scale(at,1);while(n=c[++q]){var p=m[c[q]]||ac.missingGlyph;if(!p){continue}if(p.d){a.beginPath();if(p.code){i(p.code,a)}else{p.code=j("m"+p.d,a)}a.fill()}a.translate(aq[++o],0)}a.restore()}if(au){for(var ab=au.length;ab--;){var ar=au[ab];a.save();a.fillStyle=ar.color;a.translate.apply(a,ai[ab]);y()}}var aw=az.textGradient;if(aw){var aB=aw.stops,av=a.createLinearGradient(0,am.minY,0,am.maxY);for(var ab=0,f=aB.length;ab<f;++ab){av.addColorStop.apply(av,aB[ab])}a.fillStyle=av}else{a.fillStyle=d.get("color")}y();return ay}})());Cufon.registerEngine("vml",(function(){var m=document.namespaces;if(!m){return}m.add("cvml","urn:schemas-microsoft-com:vml");m=null;var j=document.createElement("cvml:shape");j.style.behavior="url(#default#VML)";if(!j.coordsize){return}j=null;var p=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(p?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function k(a,b){return i(a,/(?:em|ex|%)$|^[a-z-]+$/i.test(b)?"1em":b)}function i(e,a){if(a==="0"){return 0}if(/px$/i.test(a)){return parseFloat(a)}var d=e.style.left,c=e.runtimeStyle.left;e.runtimeStyle.left=e.currentStyle.left;e.style.left=a.replace("%","em");var b=e.style.pixelLeft;e.style.left=d;e.runtimeStyle.left=c;return b}function n(f,e,d,b){var c="computed"+b,a=e[c];if(isNaN(a)){a=e.get(b);e[c]=a=(a=="normal")?0:~~d.convertFrom(i(f,a))}return a}var o={};function l(f){var g=f.id;if(!o[g]){var b=f.stops,c=document.createElement("cvml:fill"),e=[];c.type="gradient";c.angle=180;c.focus="0";c.method="sigma";c.color=b[0][1];for(var a=1,d=b.length-1;a<d;++a){e.push(b[a][0]*100+"% "+b[a][1])}c.colors=e.join(",");c.color2=b[d][1];o[g]=c}return o[g]}return function(aN,aC,b,ay,aq,aY,am){var aS=(aC===null);if(aS){aC=aq.alt}var ao=aN.viewBox;var aG=b.computedFontSize||(b.computedFontSize=new Cufon.CSS.Size(k(aY,b.get("fontSize"))+"px",aN.baseSize));var aE,aH;if(aS){aE=aq;aH=aq.firstChild}else{aE=document.createElement("cufon");aE.className="cufon cufon-vml";aE.alt=aC;aH=document.createElement("cufoncanvas");aE.appendChild(aH);if(ay.printable){var c=document.createElement("cufontext");c.appendChild(document.createTextNode(aC));aE.appendChild(c)}if(!am){aE.appendChild(document.createElement("cvml:shape"))}}var aU=aE.style;var g=aH.style;var aQ=aG.convert(ao.height),aX=Math.ceil(aQ);var al=aX/aQ;var e=al*Cufon.CSS.fontStretch(b.get("fontStretch"));var ak=ao.minX,aj=ao.minY;g.height=aX;g.top=Math.round(aG.convert(aj-aN.ascent));g.left=Math.round(aG.convert(ak));aU.height=aG.convert(aN.height)+"px";var aB=b.get("color");var a0=Cufon.CSS.textTransform(aC,b).split("");var ar=aN.spacing(a0,n(aY,b,aG,"letterSpacing"),n(aY,b,aG,"wordSpacing"));if(!ar.length){return null}var aP=ar.total;var aD=-ak+aP+(ao.width-ar[ar.length-1]);var aW=aG.convert(aD*e),a=Math.round(aW);var av=aD+","+ao.height,aR;var ap="r"+av+"ns";var aL=ay.textGradient&&l(ay.textGradient);var aT=aN.glyphs,h=0;var an=ay.textShadow;var aZ=-1,aO=0,d;while(d=a0[++aZ]){var az=aT[a0[aZ]]||aN.missingGlyph,aM;if(!az){continue}if(aS){aM=aH.childNodes[aO];while(aM.firstChild){aM.removeChild(aM.firstChild)}}else{aM=document.createElement("cvml:shape");aH.appendChild(aM)}aM.stroked="f";aM.coordsize=av;aM.coordorigin=aR=(ak-h)+","+aj;aM.path=(az.d?"m"+az.d+"xe":"")+"m"+aR+ap;aM.fillcolor=aB;if(aL){aM.appendChild(aL.cloneNode(false))}var aK=aM.style;aK.width=a;aK.height=aX;if(an){var aJ=an[0],aI=an[1];var ax=Cufon.CSS.color(aJ.color),aF;var au=document.createElement("cvml:shadow");au.on="t";au.color=ax.color;au.offset=aJ.offX+","+aJ.offY;if(aI){aF=Cufon.CSS.color(aI.color);au.type="double";au.color2=aF.color;au.offset2=aI.offX+","+aI.offY}au.opacity=ax.opacity||(aF&&aF.opacity)||1;aM.appendChild(au)}h+=ar[aO++]}var at=aM.nextSibling,aV,aw;if(ay.forceHitArea){if(!at){at=document.createElement("cvml:rect");at.stroked="f";at.className="cufon-vml-cover";aV=document.createElement("cvml:fill");aV.opacity=0;at.appendChild(aV);aH.appendChild(at)}aw=at.style;aw.width=a;aw.height=aX}else{if(at){aH.removeChild(at)}}aU.width=Math.max(Math.ceil(aG.convert(aP*e)),0);if(p){var f=b.computedYAdjust;if(f===undefined){var aA=b.get("lineHeight");if(aA=="normal"){aA="1em"}else{if(!isNaN(aA)){aA+="em"}}b.computedYAdjust=f=0.5*(i(aY,aA)-parseFloat(aU.height))}if(f){aU.marginTop=Math.ceil(f)+"px";aU.marginBottom=f+"px"}}return aE}})());var swfobject=function(){var D="undefined",r="object",S="Shockwave Flash",W="ShockwaveFlash.ShockwaveFlash",q="application/x-shockwave-flash",R="SWFObjectExprInst",x="onreadystatechange",O=window,j=document,t=navigator,T=false,U=[h],o=[],N=[],I=[],l,Q,E,B,J=false,a=false,n,G,m=true,M=function(){var aa=typeof j.getElementById!=D&&typeof j.getElementsByTagName!=D&&typeof j.createElement!=D,ah=t.userAgent.toLowerCase(),Y=t.platform.toLowerCase(),ae=Y?/win/.test(Y):/win/.test(ah),ac=Y?/mac/.test(Y):/mac/.test(ah),af=/webkit/.test(ah)?parseFloat(ah.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,X=!+"\v1",ag=[0,0,0],ab=null;if(typeof t.plugins!=D&&typeof t.plugins[S]==r){ab=t.plugins[S].description;if(ab&&!(typeof t.mimeTypes!=D&&t.mimeTypes[q]&&!t.mimeTypes[q].enabledPlugin)){T=true;X=false;ab=ab.replace(/^.*\s+(\S+\s+\S+$)/,"$1");ag[0]=parseInt(ab.replace(/^(.*)\..*$/,"$1"),10);ag[1]=parseInt(ab.replace(/^.*\.(.*)\s.*$/,"$1"),10);ag[2]=/[a-zA-Z]/.test(ab)?parseInt(ab.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else{if(typeof O.ActiveXObject!=D){try{var ad=new ActiveXObject(W);if(ad){ab=ad.GetVariable("$version");if(ab){X=true;ab=ab.split(" ")[1].split(",");ag=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}}catch(Z){}}}return{w3:aa,pv:ag,wk:af,ie:X,win:ae,mac:ac}}(),k=function(){if(!M.w3){return}if((typeof j.readyState!=D&&j.readyState=="complete")||(typeof j.readyState==D&&(j.getElementsByTagName("body")[0]||j.body))){f()}if(!J){if(typeof j.addEventListener!=D){j.addEventListener("DOMContentLoaded",f,false)}if(M.ie&&M.win){j.attachEvent(x,function(){if(j.readyState=="complete"){j.detachEvent(x,arguments.callee);f()}});if(O==top){(function(){if(J){return}try{j.documentElement.doScroll("left")}catch(X){setTimeout(arguments.callee,0);return}f()})()}}if(M.wk){(function(){if(J){return}if(!/loaded|complete/.test(j.readyState)){setTimeout(arguments.callee,0);return}f()})()}s(f)}}();function f(){if(J){return}try{var Z=j.getElementsByTagName("body")[0].appendChild(C("span"));Z.parentNode.removeChild(Z)}catch(aa){return}J=true;var X=U.length;for(var Y=0;Y<X;Y++){U[Y]()}}function K(X){if(J){X()}else{U[U.length]=X}}function s(Y){if(typeof O.addEventListener!=D){O.addEventListener("load",Y,false)}else{if(typeof j.addEventListener!=D){j.addEventListener("load",Y,false)}else{if(typeof O.attachEvent!=D){i(O,"onload",Y)}else{if(typeof O.onload=="function"){var X=O.onload;O.onload=function(){X();Y()}}else{O.onload=Y}}}}}function h(){if(T){V()}else{H()}}function V(){var X=j.getElementsByTagName("body")[0];var aa=C(r);aa.setAttribute("type",q);var Z=X.appendChild(aa);if(Z){var Y=0;(function(){if(typeof Z.GetVariable!=D){var ab=Z.GetVariable("$version");if(ab){ab=ab.split(" ")[1].split(",");M.pv=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}else{if(Y<10){Y++;setTimeout(arguments.callee,10);return}}X.removeChild(aa);Z=null;H()})()}else{H()}}function H(){var ag=o.length;if(ag>0){for(var af=0;af<ag;af++){var Y=o[af].id;var ab=o[af].callbackFn;var aa={success:false,id:Y};if(M.pv[0]>0){var ae=c(Y);if(ae){if(F(o[af].swfVersion)&&!(M.wk&&M.wk<312)){w(Y,true);if(ab){aa.success=true;aa.ref=z(Y);ab(aa)}}else{if(o[af].expressInstall&&A()){var ai={};ai.data=o[af].expressInstall;ai.width=ae.getAttribute("width")||"0";ai.height=ae.getAttribute("height")||"0";if(ae.getAttribute("class")){ai.styleclass=ae.getAttribute("class")}if(ae.getAttribute("align")){ai.align=ae.getAttribute("align")}var ah={};var X=ae.getElementsByTagName("param");var ac=X.length;for(var ad=0;ad<ac;ad++){if(X[ad].getAttribute("name").toLowerCase()!="movie"){ah[X[ad].getAttribute("name")]=X[ad].getAttribute("value")}}P(ai,ah,Y,ab)}else{p(ae);if(ab){ab(aa)}}}}}else{w(Y,true);if(ab){var Z=z(Y);if(Z&&typeof Z.SetVariable!=D){aa.success=true;aa.ref=Z}ab(aa)}}}}}function z(aa){var X=null;var Y=c(aa);if(Y&&Y.nodeName=="OBJECT"){if(typeof Y.SetVariable!=D){X=Y}else{var Z=Y.getElementsByTagName(r)[0];if(Z){X=Z}}}return X}function A(){return!a&&F("6.0.65")&&(M.win||M.mac)&&!(M.wk&&M.wk<312)}function P(aa,ab,X,Z){a=true;E=Z||null;B={success:false,id:X};var ae=c(X);if(ae){if(ae.nodeName=="OBJECT"){l=g(ae);Q=null}else{l=ae;Q=X}aa.id=R;if(typeof aa.width==D||(!/%$/.test(aa.width)&&parseInt(aa.width,10)<310)){aa.width="310"}if(typeof aa.height==D||(!/%$/.test(aa.height)&&parseInt(aa.height,10)<137)){aa.height="137"}j.title=j.title.slice(0,47)+" - Flash Player Installation";var ad=M.ie&&M.win?"ActiveX":"PlugIn",ac="MMredirectURL="+O.location.toString().replace(/&/g,"%26")+"&MMplayerType="+ad+"&MMdoctitle="+j.title;if(typeof ab.flashvars!=D){ab.flashvars+="&"+ac}else{ab.flashvars=ac}if(M.ie&&M.win&&ae.readyState!=4){var Y=C("div");X+="SWFObjectNew";Y.setAttribute("id",X);ae.parentNode.insertBefore(Y,ae);ae.style.display="none";(function(){if(ae.readyState==4){ae.parentNode.removeChild(ae)}else{setTimeout(arguments.callee,10)}})()}u(aa,ab,X)}}function p(Y){if(M.ie&&M.win&&Y.readyState!=4){var X=C("div");Y.parentNode.insertBefore(X,Y);X.parentNode.replaceChild(g(Y),X);Y.style.display="none";(function(){if(Y.readyState==4){Y.parentNode.removeChild(Y)}else{setTimeout(arguments.callee,10)}})()}else{Y.parentNode.replaceChild(g(Y),Y)}}function g(ab){var aa=C("div");if(M.win&&M.ie){aa.innerHTML=ab.innerHTML}else{var Y=ab.getElementsByTagName(r)[0];if(Y){var ad=Y.childNodes;if(ad){var X=ad.length;for(var Z=0;Z<X;Z++){if(!(ad[Z].nodeType==1&&ad[Z].nodeName=="PARAM")&&!(ad[Z].nodeType==8)){aa.appendChild(ad[Z].cloneNode(true))}}}}}return aa}function u(ai,ag,Y){var X,aa=c(Y);if(M.wk&&M.wk<312){return X}if(aa){if(typeof ai.id==D){ai.id=Y}if(M.ie&&M.win){var ah="";for(var ae in ai){if(ai[ae]!=Object.prototype[ae]){if(ae.toLowerCase()=="data"){ag.movie=ai[ae]}else{if(ae.toLowerCase()=="styleclass"){ah+=' class="'+ai[ae]+'"'}else{if(ae.toLowerCase()!="classid"){ah+=" "+ae+'="'+ai[ae]+'"'}}}}}var af="";for(var ad in ag){if(ag[ad]!=Object.prototype[ad]){af+='<param name="'+ad+'" value="'+ag[ad]+'" />'}}aa.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+ah+">"+af+"</object>";N[N.length]=ai.id;X=c(ai.id)}else{var Z=C(r);Z.setAttribute("type",q);for(var ac in ai){if(ai[ac]!=Object.prototype[ac]){if(ac.toLowerCase()=="styleclass"){Z.setAttribute("class",ai[ac])}else{if(ac.toLowerCase()!="classid"){Z.setAttribute(ac,ai[ac])}}}}for(var ab in ag){if(ag[ab]!=Object.prototype[ab]&&ab.toLowerCase()!="movie"){e(Z,ab,ag[ab])}}aa.parentNode.replaceChild(Z,aa);X=Z}}return X}function e(Z,X,Y){var aa=C("param");aa.setAttribute("name",X);aa.setAttribute("value",Y);Z.appendChild(aa)}function y(Y){var X=c(Y);if(X&&X.nodeName=="OBJECT"){if(M.ie&&M.win){X.style.display="none";(function(){if(X.readyState==4){b(Y)}else{setTimeout(arguments.callee,10)}})()}else{X.parentNode.removeChild(X)}}}function b(Z){var Y=c(Z);if(Y){for(var X in Y){if(typeof Y[X]=="function"){Y[X]=null}}Y.parentNode.removeChild(Y)}}function c(Z){var X=null;try{X=j.getElementById(Z)}catch(Y){}return X}function C(X){return j.createElement(X)}function i(Z,X,Y){Z.attachEvent(X,Y);I[I.length]=[Z,X,Y]}function F(Z){var Y=M.pv,X=Z.split(".");X[0]=parseInt(X[0],10);X[1]=parseInt(X[1],10)||0;X[2]=parseInt(X[2],10)||0;return(Y[0]>X[0]||(Y[0]==X[0]&&Y[1]>X[1])||(Y[0]==X[0]&&Y[1]==X[1]&&Y[2]>=X[2]))?true:false}function v(ac,Y,ad,ab){if(M.ie&&M.mac){return}var aa=j.getElementsByTagName("head")[0];if(!aa){return}var X=(ad&&typeof ad=="string")?ad:"screen";if(ab){n=null;G=null}if(!n||G!=X){var Z=C("style");Z.setAttribute("type","text/css");Z.setAttribute("media",X);n=aa.appendChild(Z);if(M.ie&&M.win&&typeof j.styleSheets!=D&&j.styleSheets.length>0){n=j.styleSheets[j.styleSheets.length-1]}G=X}if(M.ie&&M.win){if(n&&typeof n.addRule==r){n.addRule(ac,Y)}}else{if(n&&typeof j.createTextNode!=D){n.appendChild(j.createTextNode(ac+" {"+Y+"}"))}}}function w(Z,X){if(!m){return}var Y=X?"visible":"hidden";if(J&&c(Z)){c(Z).style.visibility=Y}else{v("#"+Z,"visibility:"+Y)}}function L(Y){var Z=/[\\\"<>\.;]/;var X=Z.exec(Y)!=null;return X&&typeof encodeURIComponent!=D?encodeURIComponent(Y):Y}var d=function(){if(M.ie&&M.win){window.attachEvent("onunload",function(){var ac=I.length;for(var ab=0;ab<ac;ab++){I[ab][0].detachEvent(I[ab][1],I[ab][2])}var Z=N.length;for(var aa=0;aa<Z;aa++){y(N[aa])}for(var Y in M){M[Y]=null}M=null;for(var X in swfobject){swfobject[X]=null}swfobject=null})}}();return{registerObject:function(ab,X,aa,Z){if(M.w3&&ab&&X){var Y={};Y.id=ab;Y.swfVersion=X;Y.expressInstall=aa;Y.callbackFn=Z;o[o.length]=Y;w(ab,false)}else{if(Z){Z({success:false,id:ab})}}},getObjectById:function(X){if(M.w3){return z(X)}},embedSWF:function(ab,ah,ae,ag,Y,aa,Z,ad,af,ac){var X={success:false,id:ah};if(M.w3&&!(M.wk&&M.wk<312)&&ab&&ah&&ae&&ag&&Y){w(ah,false);K(function(){ae+="";ag+="";var aj={};if(af&&typeof af===r){for(var al in af){aj[al]=af[al]}}aj.data=ab;aj.width=ae;aj.height=ag;var am={};if(ad&&typeof ad===r){for(var ak in ad){am[ak]=ad[ak]}}if(Z&&typeof Z===r){for(var ai in Z){if(typeof am.flashvars!=D){am.flashvars+="&"+ai+"="+Z[ai]}else{am.flashvars=ai+"="+Z[ai]}}}if(F(Y)){var an=u(aj,am,ah);if(aj.id==ah){w(ah,true)}X.success=true;X.ref=an}else{if(aa&&A()){aj.data=aa;P(aj,am,ah,ac);return}else{w(ah,true)}}if(ac){ac(X)}})}else{if(ac){ac(X)}}},switchOffAutoHideShow:function(){m=false},ua:M,getFlashPlayerVersion:function(){return{major:M.pv[0],minor:M.pv[1],release:M.pv[2]}},hasFlashPlayerVersion:F,createSWF:function(Z,Y,X){if(M.w3){return u(Z,Y,X)}else{return undefined}},showExpressInstall:function(Z,aa,X,Y){if(M.w3&&A()){P(Z,aa,X,Y)}},removeSWF:function(X){if(M.w3){y(X)}},createCSS:function(aa,Z,Y,X){if(M.w3){v(aa,Z,Y,X)}},addDomLoadEvent:K,addLoadEvent:s,getQueryParamValue:function(aa){var Z=j.location.search||j.location.hash;if(Z){if(/\?/.test(Z)){Z=Z.split("?")[1]}if(aa==null){return L(Z)}var Y=Z.split("&");for(var X=0;X<Y.length;X++){if(Y[X].substring(0,Y[X].indexOf("="))==aa){return L(Y[X].substring((Y[X].indexOf("=")+1)))}}}return""},expressInstallCallback:function(){if(a){var X=c(R);if(X&&l){X.parentNode.replaceChild(l,X);if(Q){w(Q,true);if(M.ie&&M.win){l.style.display="block"}}if(E){E(B)}}a=false}}}}();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},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 D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};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(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}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,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,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 C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}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(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}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={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,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){if(!D){return m}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.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}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)}else{delete C.textGradient}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{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").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(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerFont({"w":213,"face":{"font-family":"MetaPro-Bold","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 4 0 0 2 0 4","ascent":"271","descent":"-89","x-height":"4","bbox":"-73 -353 427.027 111","underline-thickness":"7.2","underline-position":"-43.92","stemh":"35","stemv":"51","unicode-range":"U+000D-U+FB06"},"glyphs":{" ":{"w":81,"k":{"\u038f":-32,"\u038e":-61,"\u038c":-32,"\u038a":-50,"\u0389":-50,"\u0388":-50,"\u0386":-18,"\u017c":4,"\u017b":4,"\u017a":4,"\u0179":4,"\u0164":7,"\u0162":7,"\u015e":7,"\u015c":7,"\u015a":7,"z":4,"y":4,"x":7,"v":4,"Z":4,"Y":4,"X":4,"W":4,"V":7,"T":7,"S":7}},"\r":{"w":81},"!":{"d":"83,-256r-10,176r-37,0r-10,-167xm85,-25v0,17,-14,30,-31,30v-16,0,-29,-13,-29,-30v0,-17,13,-30,30,-30v16,0,30,13,30,30","w":109},"\"":{"d":"154,-153r-45,0r0,-102r45,0r0,102xm71,-153r-46,0r0,-102r46,0r0,102","w":179,"k":{"\u038f":-32,"\u038e":-61,"\u038c":-32,"\u038a":-50,"\u0389":-50,"\u0388":-50,"\u0386":-18}},"#":{"d":"193,-150r-34,0r-6,45r30,0r0,33r-35,0r-10,72r-35,0r10,-72r-35,0r-10,72r-35,0r10,-72r-30,0r0,-33r34,0r6,-45r-30,0r0,-33r35,0r10,-72r35,0r-10,72r35,0r10,-72r35,0r-10,72r30,0r0,33xm124,-150r-36,0r-6,45r36,0","w":205},"$":{"d":"201,-79v0,46,-34,79,-87,84r0,29r-31,0r0,-29v-24,-2,-49,-10,-70,-22r18,-40v33,22,113,37,113,-14v0,-45,-93,-35,-110,-71v-25,-53,6,-111,65,-115r0,-26r31,0r0,26v25,3,49,11,67,24r-24,36v-23,-14,-39,-19,-58,-19v-21,0,-35,12,-35,29v0,22,38,28,58,34v41,12,63,37,63,74"},"%":{"d":"231,-121v36,0,63,23,62,62v-1,39,-22,63,-62,63v-37,0,-60,-24,-60,-62v0,-37,23,-63,60,-63xm73,-254v36,0,63,23,62,62v-1,39,-22,63,-62,63v-37,0,-60,-24,-60,-62v0,-37,23,-63,60,-63xm236,-250r-131,250r-34,0r131,-250r34,0xm52,-192v0,24,3,36,22,36v15,0,21,-11,21,-37v0,-22,-5,-34,-22,-34v-17,0,-21,14,-21,35xm210,-59v0,24,3,36,22,36v15,0,21,-11,21,-37v0,-22,-4,-34,-22,-34v-18,0,-21,14,-21,35","w":306},"&":{"d":"61,-125v-52,-32,-29,-115,43,-115v59,0,92,50,61,92v-7,8,-20,15,-35,24r42,39v3,-10,3,-17,3,-37v12,2,32,-4,40,2v0,27,-3,49,-11,67r53,53r-67,0r-15,-15v-16,14,-37,20,-68,20v-98,0,-122,-99,-46,-130xm146,-42r-59,-57v-32,17,-23,69,21,69v17,0,30,-4,38,-12xm103,-148v28,-10,34,-55,1,-58v-35,5,-25,41,-1,58","w":257},"'":{"d":"71,-153r-46,0r0,-102r46,0r0,102","w":95,"k":{"\u038f":-32,"\u038e":-61,"\u038c":-32,"\u038a":-50,"\u0389":-50,"\u0388":-50,"\u0386":-18}},"(":{"d":"65,-117v1,67,8,129,56,150r-12,28v-101,-22,-124,-225,-53,-305v14,-15,32,-28,52,-37r13,28v-42,26,-57,68,-56,136","w":115,"k":{"\u038f":-32,"\u038e":-61,"\u038c":-32,"\u038a":-50,"\u0389":-50,"\u0388":-50,"\u0386":-18}},")":{"d":"7,-282v102,21,122,227,52,306v-14,16,-31,27,-52,36r-12,-28v41,-26,55,-69,55,-137v0,-68,-7,-127,-55,-148","w":115},"*":{"d":"164,-186r-47,15r30,41r-30,22r-30,-42r-29,40r-30,-22r31,-39r-48,-17r11,-34r47,17r0,-50r37,0r0,50r47,-16","w":174},"+":{"d":"213,-86r-75,0r0,76r-46,0r0,-76r-76,0r0,-46r76,0r0,-76r46,0r0,76r75,0r0,46","w":229},",":{"d":"42,12v-1,-13,-28,-18,-23,-37v0,-17,14,-31,31,-31v61,0,36,101,-15,108r-19,-20v16,-4,26,-11,26,-20","w":105},"-":{"d":"103,-78r-87,0r0,-42r87,0r0,42","w":118,"k":{"\u017c":4,"\u017b":7,"\u017a":4,"\u0179":7,"\u0164":18,"\u0162":18,"\u015f":2,"\u015e":18,"\u015d":2,"\u015c":18,"\u015b":2,"\u015a":18,"\u0105":2,"\u0103":2,"\u0101":2,"z":4,"y":4,"x":7,"v":2,"s":2,"a":2,"Z":7,"Y":18,"X":7,"W":5,"V":11,"T":18,"S":18,"7":7,"4":4,"3":7}},".":{"d":"83,-26v0,18,-15,32,-32,32v-18,0,-31,-14,-31,-32v0,-17,14,-32,31,-32v18,0,32,15,32,32","w":102},"\/":{"d":"144,-275r-96,330r-32,0r97,-330r31,0","w":160,"k":{"9":7,"7":7}},"0":{"d":"187,-92v0,58,-34,96,-85,96v-53,0,-86,-37,-86,-95v0,-58,35,-97,86,-97v53,0,85,38,85,96xm134,-91v0,-51,-14,-62,-32,-62v-24,0,-33,24,-33,60v0,51,15,62,33,62v24,0,32,-24,32,-60","w":203,"k":{"7":7,"4":4,"3":11,"2":4,".":2}},"1":{"d":"141,0r-114,0r0,-39r39,0r0,-93v-13,8,-27,15,-43,20r-12,-26r69,-50r33,0r0,149r28,0r0,39","w":155,"k":{"9":4,"7":7,"6":2,"5":4,"3":11}},"2":{"d":"184,-40r-10,40r-151,0r0,-44v13,-6,16,-7,37,-19v50,-28,63,-43,63,-60v-8,-38,-52,-29,-78,-2r-29,-29v39,-47,161,-54,161,23v0,52,-55,71,-92,92v29,-2,68,-1,99,-1","w":203,"k":{"9":4,"7":7,"5":5,"3":11,"2":2}},"3":{"d":"98,-188v77,-6,105,93,40,115v27,9,43,30,43,55v0,58,-76,93,-157,82r-11,-33v54,10,112,-13,112,-53v0,-32,-34,-34,-68,-31r0,-41v30,5,65,1,65,-27v0,-41,-72,-25,-84,-6r-25,-31v20,-16,53,-28,85,-30","w":197,"k":{"7":5,"3":7}},"4":{"d":"186,0r-27,-1v4,14,1,46,2,64r-46,6r1,-70v-32,2,-73,0,-107,1r0,-33r69,-153r50,0r-52,116v-2,5,-11,24,-16,29r57,0v-1,-25,4,-60,6,-87r38,-9r-1,96r26,0r0,41","w":195,"k":{"9":4,"7":4,"6":4,"5":4,"3":11,".":-2}},"5":{"d":"167,-25v0,61,-64,101,-140,89r-11,-36v47,16,101,-5,99,-47v-2,-46,-49,-45,-92,-29r12,-136r123,0r-8,41r-70,0r-5,50v52,-10,92,22,92,68","w":187,"k":{"9":5,"7":5,"6":5,"5":4,"3":9,"2":4,"1":2,"0":4,"-":4}},"6":{"d":"193,-77v0,46,-37,82,-85,82v-71,0,-108,-82,-81,-153v20,-53,77,-93,133,-111r11,35v-37,12,-77,33,-94,83v48,-33,116,6,116,64xm142,-76v0,-41,-41,-47,-70,-26v-5,33,5,70,34,70v22,0,36,-17,36,-44","w":210,"k":{"9":4,"7":7,"3":11,"2":5,".":2}},"7":{"d":"170,-184r-8,42v-19,32,-77,113,-86,201r-53,13v21,-86,51,-155,91,-214v-33,3,-70,0,-105,1r11,-43r150,0","w":178,"k":{"9":2,"8":4,"6":2,"5":4,"4":14,"2":5,"0":4,"\/":7,".":40,"-":4,",":36}},"8":{"d":"146,-128v26,8,56,27,56,62v0,44,-42,73,-97,73v-50,0,-89,-26,-89,-69v0,-27,18,-52,43,-61v-18,-7,-37,-29,-36,-54v0,-40,35,-67,86,-67v86,0,114,94,37,116xm111,-28v36,0,48,-40,23,-57v-9,-6,-24,-13,-41,-19v-36,17,-29,76,18,76xm139,-183v0,-17,-12,-25,-33,-25v-37,-1,-46,42,-11,54v18,15,44,-6,44,-29","w":217,"k":{"9":4,"7":4,"3":7}},"9":{"d":"189,-92v0,80,-69,143,-135,166r-26,-30v39,-10,84,-47,95,-77v-53,24,-108,-17,-107,-73v0,-49,37,-84,87,-84v54,0,86,37,86,98xm105,-65v20,0,32,-15,32,-40v0,-30,-13,-48,-35,-48v-21,0,-34,17,-34,45v0,26,15,43,37,43","w":205,"k":{"7":4,"3":11,"2":4}},":":{"d":"86,-24v0,17,-15,30,-32,30v-17,0,-31,-13,-31,-30v0,-18,15,-33,32,-33v17,0,31,15,31,33xm86,-132v0,17,-14,30,-31,30v-17,0,-31,-13,-31,-30v0,-17,14,-32,31,-32v17,0,31,15,31,32","w":109},";":{"d":"49,12v0,-12,-28,-19,-23,-36v0,-18,13,-32,31,-32v61,0,36,102,-15,108r-19,-20v15,-4,26,-11,26,-20xm89,-133v0,17,-14,31,-31,31v-17,0,-31,-13,-31,-30v0,-17,13,-32,30,-32v17,0,32,14,32,31","w":116},"<":{"d":"134,-28r-38,32r-87,-112r87,-112r38,34r-61,78","w":149},"=":{"d":"213,-121r-197,0r0,-45r197,0r0,45xm213,-52r-197,0r0,-45r197,0r0,45","w":229},">":{"d":"141,-108r-87,112r-38,-32r61,-80r-61,-78r38,-34","w":149},"?":{"d":"153,-194v0,33,-20,46,-33,55v-26,18,-30,33,-27,59r-42,0v-9,-35,1,-58,30,-78v10,-7,24,-14,24,-29v1,-39,-61,-23,-69,-8r-22,-31v9,-9,33,-28,70,-28v37,0,69,22,69,60xm107,-25v0,17,-14,30,-31,30v-16,0,-29,-13,-29,-30v0,-17,13,-30,30,-30v16,0,30,13,30,30","w":174},"@":{"d":"237,-150v-11,38,-25,76,-25,117v0,10,5,12,16,12v22,0,38,-32,38,-78v0,-57,-41,-95,-101,-95v-57,0,-106,55,-106,122v0,87,76,121,152,96r6,30v-100,33,-201,-19,-201,-126v0,-85,63,-155,149,-155v80,0,143,52,143,128v0,63,-38,106,-82,106v-36,0,-40,-16,-41,-33v-26,38,-101,44,-101,-25v0,-80,80,-144,153,-99xm196,-134v-50,-12,-74,40,-73,84v0,14,5,23,16,23v15,0,38,-16,44,-45","w":324,"k":{"\u015d":7,"y":7,"x":4,"v":4,"s":7,"m":2}},"A":{"d":"214,0r-54,0r-17,-59r-74,0r-18,59r-52,0r82,-251r54,0xm130,-101v-2,-2,-21,-84,-23,-95r-26,95r49,0","k":{"\u03d5":4,"\u03cd":7,"\u03cc":4,"\u03cb":7,"\u03c8":7,"\u03c6":4,"\u03c5":7,"\u03c4":4,"\u03bd":2,"\u03b8":2,"\u03b3":2,"\u03b0":7,"\u03ab":11,"\u03a8":7,"\u03a6":4,"\u0398":4,"\u0172":4,"\u0170":4,"\u016e":4,"\u016c":4,"\u016a":4,"\u0164":14,"\u0162":14,"\u0150":4,"\u014c":4,"\u013e":2,"\u013c":2,"\u013a":2,"\u012f":-4,"\u0111":2,"\u010f":2,"\u010d":2,"\u010c":2,"\u010b":2,"\u010a":2,"\u0109":2,"\u0108":2,"\u0107":2,"\u0106":2,"y":2,"v":2,"l":2,"c":2,"Y":11,"W":4,"V":11,"U":4,"T":22,"Q":4,"O":4,"C":2,".":-4,",":-4}},"B":{"d":"112,-250v83,-14,110,96,42,117v70,14,65,131,-16,132r-111,1r0,-250r85,0xm77,-41v37,2,70,0,70,-35v0,-35,-33,-35,-70,-33r0,68xm77,-150v34,2,64,2,64,-29v0,-29,-31,-30,-64,-28r0,57","w":219,"k":{"\u03b4":4,"\u03b1":4,"\u03ac":4,"\u039b":4,"\u0394":4,"\u017b":7,"\u0179":7,"\u0173":2,"\u016d":2,"\u0164":14,"\u0162":14,"\u015f":4,"\u015d":4,"\u015b":4,"\u0123":4,"\u0121":4,"\u011f":4,"\u011d":4,"\u0119":4,"\u0117":2,"\u0105":4,"\u0104":2,"\u0102":2,"\u0100":2,"y":4,"x":4,"v":2,"u":2,"s":4,"q":2,"p":2,"g":4,"e":4,"a":4,"Z":7,"Y":7,"W":4,"V":7,"T":14,"A":2}},"C":{"d":"73,-130v-9,81,47,118,102,79r23,32v-76,58,-193,0,-182,-101v-9,-104,96,-171,176,-116r-22,34v-51,-35,-105,3,-97,72","w":206,"k":{"\u017e":7,"\u0173":7,"\u0172":4,"\u0170":4,"\u016e":4,"\u016d":7,"\u016c":4,"\u016a":4,"\u0165":4,"\u0163":4,"\u015f":4,"\u015e":4,"\u015d":4,"\u015c":4,"\u015b":4,"\u015a":4,"\u0157":5,"\u0155":4,"\u0151":5,"\u0150":14,"\u014c":14,"\u0146":4,"\u0144":2,"\u013e":7,"\u013c":7,"\u013a":4,"\u0135":4,"\u012b":-13,"\u0123":7,"\u0122":14,"\u0121":7,"\u0120":14,"\u011f":5,"\u011e":14,"\u011d":7,"\u011c":14,"\u011a":4,"\u0119":18,"\u0118":4,"\u0117":13,"\u0116":4,"\u0113":9,"\u0112":4,"\u0111":7,"\u010f":7,"\u010c":14,"\u010b":4,"\u010a":14,"\u0109":4,"\u0108":14,"\u0106":14,"\u0105":7,"y":14,"w":7,"v":11,"u":7,"t":4,"s":4,"r":5,"q":11,"o":14,"n":4,"m":4,"l":7,"j":4,"i":5,"g":7,"e":18,"d":7,"c":4,"b":4,"a":7,"U":4,"S":4,"Q":14,"O":14,"G":14,"E":4,"C":14,"B":4,"-":22}},"D":{"d":"77,-250v92,-8,133,41,133,126v0,75,-38,133,-122,124r-61,0r0,-250r50,0xm153,-120v2,-59,-11,-100,-75,-91r0,170v56,5,74,-12,75,-79","w":226,"k":{"\u017c":4,"\u017b":7,"\u017a":4,"\u0179":7,"\u016d":2,"\u0164":11,"\u0162":11,"\u015f":4,"\u015e":7,"\u015d":4,"\u015c":7,"\u015b":2,"\u015a":7,"\u0119":2,"\u0110":-4,"\u0104":4,"\u0102":4,"\u0100":4,"z":7,"y":2,"x":5,"u":2,"s":4,"e":2,"Z":7,"Y":7,"X":7,"W":4,"V":7,"T":11,"S":7,"A":4,".":7,",":7}},"E":{"d":"173,0r-146,0r0,-250r143,0r-7,41r-86,0r0,58r72,0r0,41r-71,0r0,67r95,0r0,43","w":181,"k":{"\u03cd":14,"\u03cc":4,"\u03cb":14,"\u03c8":4,"\u03c6":4,"\u03c5":14,"\u03c4":4,"\u03c3":4,"\u03c0":4,"\u03bf":4,"\u03bd":5,"\u03b8":7,"\u03b4":4,"\u03b3":4,"\u03b1":4,"\u03b0":14,"\u03ac":4,"\u03a6":11,"\u0398":7,"\u0173":2,"\u016d":2,"\u0165":2,"\u0163":2,"\u015f":2,"\u015e":4,"\u015d":2,"\u015c":4,"\u015a":4,"\u0150":7,"\u014c":7,"\u012b":-14,"\u0122":7,"\u0121":4,"\u0120":7,"\u011e":7,"\u011d":4,"\u011c":7,"\u0119":4,"\u0111":4,"\u010f":4,"\u010c":7,"\u010b":2,"\u010a":7,"\u0109":2,"\u0108":7,"\u0106":7,"\u0105":2,"y":4,"w":2,"v":5,"u":2,"t":2,"s":2,"q":4,"o":5,"g":4,"e":4,"d":4,"c":2,"a":2,"S":4,"Q":7,"O":7,"G":7,"C":7,"-":4}},"F":{"d":"163,-250r-6,40r-80,0r0,58r64,0r0,41r-64,0r0,111r-50,0r0,-250r136,0","w":160,"k":{"\u0173":4,"\u016d":4,"\u0164":7,"\u0162":7,"\u015f":2,"\u015d":2,"\u0159":-13,"\u0146":2,"\u012b":-27,"\u0123":2,"\u0121":2,"\u011d":2,"\u0119":7,"\u0117":4,"\u0111":4,"\u0110":-9,"\u010f":4,"\u010b":5,"\u0109":5,"\u0107":2,"\u0104":4,"\u0103":-5,"\u0102":4,"\u0100":4,"z":2,"x":4,"u":4,"s":2,"q":4,"p":4,"o":5,"n":2,"m":2,"g":2,"e":7,"d":4,"c":5,"a":7,"Y":4,"V":-4,"T":7,"A":4,".":29,",":22}},"G":{"d":"73,-120v0,68,31,97,86,79r0,-57r-38,0r-7,-41r97,0r0,120v-26,15,-53,22,-83,22v-71,1,-112,-53,-112,-126v0,-76,38,-129,113,-131v30,0,58,10,80,29r-27,31v-16,-13,-33,-19,-52,-19v-49,1,-57,40,-57,93","w":234,"k":{"\u0164":7,"\u0162":7,"\u0105":2,"y":4,"w":2,"v":4,"a":2,"Y":7,"W":7,"V":4,"T":7}},"H":{"d":"200,0r-51,0r0,-112r-72,0r0,112r-50,0r0,-250r50,0r0,97r72,0r0,-97r51,0r0,250","w":227,"k":{"\u012b":-5}},"I":{"d":"80,0r-53,0r0,-250r53,0r0,250","w":106,"k":{"\u012b":-5}},"J":{"d":"-5,33v27,-21,34,-24,34,-76r0,-207r51,0r0,201v5,72,-25,88,-62,108","w":106,"k":{"\u012b":-5}},"K":{"d":"221,0r-67,0r-76,-131r0,131r-51,0r0,-250r51,0r0,114r72,-114r62,0r-80,116","w":215,"k":{"\u2126":7,"\u03ce":7,"\u03cd":4,"\u03cc":7,"\u03c9":7,"\u03c5":4,"\u03c4":14,"\u03c1":4,"\u03bf":7,"\u03bd":7,"\u03bb":7,"\u03b5":4,"\u03b4":4,"\u03b1":7,"\u03ad":4,"\u03ac":7,"\u03a9":7,"\u03a6":14,"\u0398":11,"\u038f":11,"\u0173":4,"\u016d":4,"\u0165":2,"\u0163":2,"\u015e":7,"\u015d":2,"\u015c":7,"\u015a":7,"\u0150":11,"\u014c":11,"\u012f":-11,"\u012b":-14,"\u0122":7,"\u0121":4,"\u0120":7,"\u011e":7,"\u011d":4,"\u011c":7,"\u0119":7,"\u0117":4,"\u0111":7,"\u010f":7,"\u010c":7,"\u010b":7,"\u010a":7,"\u0109":7,"\u0108":7,"\u0107":4,"\u0106":7,"\u00fc":7,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"\u00e5":4,"\u00e4":5,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"y":5,"w":2,"v":7,"u":4,"t":2,"s":2,"q":7,"p":2,"o":7,"g":4,"e":7,"d":7,"c":7,"a":5,"Y":14,"S":7,"Q":11,"O":11,"G":7,"C":7,"-":18}},"L":{"d":"168,-42r-9,42r-132,0r0,-250r51,0r0,208r90,0","w":171,"k":{"\u0173":2,"\u0172":7,"\u0171":2,"\u0170":7,"\u016f":2,"\u016e":7,"\u016d":2,"\u016c":7,"\u016b":2,"\u016a":7,"\u0164":29,"\u0162":29,"\u0151":4,"\u0150":14,"\u014d":4,"\u014c":14,"\u0122":14,"\u0120":14,"\u011e":14,"\u011c":14,"\u011b":7,"\u0119":7,"\u0117":7,"\u0113":7,"\u0111":2,"\u010f":2,"\u010d":2,"\u010c":14,"\u010b":2,"\u010a":14,"\u0109":2,"\u0108":14,"\u0107":2,"\u0106":14,"y":11,"w":7,"v":11,"u":2,"q":4,"o":4,"e":7,"d":2,"c":2,"Y":32,"W":18,"V":29,"U":7,"T":29,"Q":14,"O":14,"G":14,"C":14,"-":18}},"M":{"d":"278,0r-49,0r-11,-175r-49,175r-43,0r-46,-176r-10,176r-50,0r23,-250r65,0r41,165v11,-56,29,-111,43,-165r64,0","w":298,"k":{"\u03cd":5,"\u03c5":5,"\u03a6":4,"\u0173":2,"\u016d":2,"\u0164":7,"\u0162":7,"\u015e":4,"\u015c":4,"\u015a":4,"\u011b":2,"\u0119":2,"\u0117":2,"\u0113":2,"\u0111":2,"\u010f":2,"\u010b":2,"\u0109":2,"\u0105":2,"y":2,"w":2,"v":2,"u":2,"e":2,"d":2,"c":2,"b":2,"a":2,"Y":4,"W":4,"V":4,"T":7,"S":4}},"N":{"d":"201,0r-53,0r-43,-96v-14,-31,-28,-67,-33,-82r4,178r-49,0r0,-250r56,0v24,52,60,117,75,171v-6,-55,-4,-113,-5,-171r48,0r0,250","w":227,"k":{"\u012b":-5}},"O":{"d":"16,-124v0,-74,35,-129,109,-129v67,0,107,49,107,127v0,76,-32,127,-106,130v-75,3,-110,-57,-110,-128xm72,-124v0,59,7,89,53,89v35,0,49,-26,49,-90v0,-54,0,-82,-50,-90v-43,3,-52,41,-52,91","w":248,"k":{"\u03cd":4,"\u03cb":4,"\u03c7":7,"\u03c5":4,"\u03c4":7,"\u03bb":5,"\u03b4":5,"\u03b1":5,"\u03b0":4,"\u03ac":5,"\u03ab":7,"\u03a3":4,"\u039e":7,"\u039b":4,"\u0394":4,"\u017b":7,"\u0179":7,"\u0164":7,"\u0162":7,"\u015e":4,"\u015c":4,"\u015a":4,"\u0159":2,"\u0157":2,"\u0155":2,"\u013e":2,"\u013c":2,"\u013a":2,"\u0137":2,"\u0127":2,"\u0125":2,"\u0123":2,"\u0121":2,"\u011f":2,"\u011d":2,"\u0119":2,"\u0111":2,"\u0110":-4,"\u010f":2,"\u0105":2,"\u0104":4,"\u0102":4,"\u0100":4,"x":4,"r":2,"l":2,"k":2,"h":2,"g":2,"f":2,"e":2,"d":2,"b":2,"a":2,"Z":7,"Y":7,"W":4,"V":7,"T":11,"S":4,"A":4,".":11,",":7}},"P":{"d":"93,-250v78,-2,105,21,105,77v0,61,-44,88,-121,81r0,92r-50,0r0,-250r66,0xm77,-133v39,2,66,0,66,-39v0,-36,-29,-41,-66,-38r0,77","w":207,"k":{"\u03ce":5,"\u03cd":4,"\u03cc":4,"\u03c9":5,"\u03c5":4,"\u03bf":4,"\u03b5":4,"\u03b1":4,"\u03ad":4,"\u03ac":4,"\u039b":11,"\u0394":14,"\u038f":4,"\u017b":7,"\u0179":7,"\u0173":4,"\u016d":4,"\u0165":-4,"\u0164":7,"\u0163":-4,"\u0162":7,"\u015f":4,"\u015e":4,"\u015d":4,"\u015c":4,"\u015b":2,"\u015a":4,"\u012b":-7,"\u0123":4,"\u0121":4,"\u011f":2,"\u011d":4,"\u0119":5,"\u0117":4,"\u0111":4,"\u0110":-4,"\u010f":4,"\u010b":4,"\u0109":4,"\u0107":4,"\u0105":5,"\u0104":14,"\u0102":14,"\u0100":14,"y":-4,"w":-4,"v":-4,"u":4,"t":-4,"s":4,"q":4,"p":2,"o":4,"g":4,"e":5,"d":4,"c":4,"a":5,"Z":7,"T":7,"S":4,"A":14,".":43,",":43}},"Q":{"d":"183,-12v18,11,47,30,75,22v-12,17,1,40,-35,37v-45,-3,-56,-32,-97,-43v-74,3,-110,-57,-110,-128v0,-74,35,-128,109,-129v67,0,107,49,107,127v0,54,-19,94,-49,114xm72,-124v0,59,7,89,53,89v35,0,49,-26,49,-90v0,-54,0,-82,-50,-90v-43,3,-52,41,-52,91","w":248,"k":{"\u017b":4,"\u0179":4,"\u0164":11,"\u0162":11,"\u015e":4,"\u015c":4,"\u015a":4,"\u0110":-4,"\u0104":4,"\u0102":4,"\u0100":4,"Z":4,"Y":7,"W":4,"V":7,"T":11,"S":4,"A":4,".":7,",":-4}},"R":{"d":"208,0r-59,0v-22,-30,-49,-109,-73,-104r0,104r-49,0r0,-250r93,0v44,0,74,29,74,73v0,37,-25,68,-56,69v20,17,66,103,70,108xm76,-142v39,2,65,-1,65,-34v0,-34,-30,-35,-65,-34r0,68","k":{"\u0173":4,"\u016d":4,"\u0164":7,"\u0162":7,"\u015f":2,"\u015d":2,"\u0151":4,"\u0121":4,"\u011d":4,"\u011b":4,"\u0119":4,"\u0117":2,"\u0113":2,"\u0111":2,"\u0110":-4,"\u010f":2,"\u010b":2,"\u0109":2,"\u0105":2,"u":4,"s":2,"q":4,"o":4,"g":4,"e":4,"d":2,"c":2,"a":2,"W":4,"T":7,"-":4}},"S":{"d":"201,-79v0,84,-122,105,-188,62r18,-40v33,22,113,37,113,-14v0,-45,-94,-35,-110,-71v-27,-58,11,-116,79,-116v31,0,62,9,84,25r-24,36v-23,-14,-39,-19,-58,-19v-21,0,-35,12,-35,29v0,22,38,28,58,34v41,12,63,37,63,74","k":{"\u017b":7,"\u0179":7,"\u0173":2,"\u016d":2,"\u0164":4,"\u0162":4,"\u015e":7,"\u015c":7,"\u015a":7,"\u012b":-7,"\u011a":4,"\u0118":4,"\u0116":4,"\u0112":4,"\u0104":7,"\u0102":7,"\u0100":7,"y":5,"x":2,"v":4,"u":2,"p":4,"Z":7,"Y":4,"X":4,"W":4,"V":7,"T":4,"S":7,"Q":4,"P":2,"M":4,"E":4,"A":7}},"T":{"d":"186,-250r-9,42r-59,0r0,208r-51,0r0,-208r-62,0r0,-42r181,0","w":180,"k":{"\u2126":18,"\u03ce":18,"\u03cd":14,"\u03cc":18,"\u03c9":18,"\u03c5":11,"\u03c3":18,"\u03c1":14,"\u03bf":18,"\u03b9":11,"\u03b7":11,"\u03b6":7,"\u03b5":14,"\u03b1":18,"\u03af":11,"\u03ae":11,"\u03ad":14,"\u03ac":18,"\u03a9":18,"\u039b":11,"\u0398":4,"\u0394":14,"\u017c":5,"\u017a":5,"\u0173":18,"\u0171":2,"\u016d":25,"\u0164":4,"\u0162":4,"\u015f":13,"\u015e":4,"\u015d":20,"\u015c":4,"\u015b":9,"\u015a":4,"\u0159":-11,"\u0157":14,"\u0153":18,"\u0151":5,"\u0150":7,"\u014c":7,"\u0146":11,"\u0144":5,"\u012b":-27,"\u0123":14,"\u0122":4,"\u0121":14,"\u0120":4,"\u011f":4,"\u011e":4,"\u011d":14,"\u011c":4,"\u011b":4,"\u0119":29,"\u0117":23,"\u0113":7,"\u0111":18,"\u0110":-5,"\u010f":18,"\u010e":-4,"\u010d":7,"\u010c":4,"\u010b":22,"\u010a":4,"\u0109":22,"\u0108":4,"\u0107":14,"\u0106":4,"\u0105":22,"\u0104":14,"\u0102":14,"\u0100":14,"\u00fc":7,"\u00fb":7,"\u00fa":14,"\u00f9":14,"\u00f8":18,"\u00f6":7,"\u00f5":4,"\u00f4":7,"\u00f3":18,"\u00f2":4,"\u00ea":7,"\u00e9":25,"\u00e8":7,"\u00e7":29,"\u00e6":18,"\u00e5":18,"\u00e4":7,"\u00e3":7,"\u00e2":4,"\u00e1":18,"\u00e0":18,"\u00d6":4,"\u00c4":14,"z":11,"y":18,"x":11,"w":11,"v":11,"u":25,"s":20,"r":14,"q":18,"p":11,"o":25,"n":11,"m":11,"g":14,"e":29,"d":18,"c":22,"a":29,"Y":7,"W":-4,"V":7,"T":4,"S":4,"Q":4,"O":4,"G":4,"D":-4,"C":4,"A":14,".":25,"-":11,",":22}},"U":{"d":"116,-39v31,0,39,-16,39,-51r0,-160r51,0v-2,66,7,151,-4,208v-4,20,-31,47,-85,47v-57,0,-92,-21,-91,-81r0,-174r52,0r0,164v-1,35,9,47,38,47","w":232,"k":{"\u015f":4,"\u015d":4,"\u015b":2,"\u012b":-5,"\u0123":4,"\u0121":4,"\u011f":4,"\u011d":4,"\u0119":4,"\u0117":2,"\u0111":2,"\u010f":2,"\u010d":2,"\u010b":2,"\u0109":2,"\u0107":2,"\u0105":2,"\u0104":4,"\u0102":4,"\u0100":4,"s":4,"q":2,"p":2,"o":2,"g":4,"e":2,"d":2,"c":2,"a":2,"A":4}},"V":{"d":"212,-250r-87,252r-45,0r-85,-252r55,0r53,174v14,-61,38,-116,56,-174r53,0","w":207,"k":{"\u017c":4,"\u017b":4,"\u017a":4,"\u0179":4,"\u0173":14,"\u016d":14,"\u015f":18,"\u015e":7,"\u015d":18,"\u015c":7,"\u015b":9,"\u015a":7,"\u0159":-13,"\u0157":11,"\u0155":5,"\u0151":5,"\u0150":7,"\u014c":7,"\u0146":11,"\u0144":5,"\u0135":4,"\u012b":-23,"\u0123":16,"\u0121":18,"\u011f":9,"\u011d":18,"\u0119":16,"\u0117":14,"\u0111":18,"\u010f":18,"\u010d":5,"\u010c":7,"\u010b":18,"\u010a":7,"\u0109":18,"\u0108":7,"\u0107":9,"\u0106":7,"\u0105":16,"\u0104":11,"\u0102":11,"\u0100":11,"\u00fc":4,"\u00fb":11,"\u00fa":14,"\u00f9":14,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":14,"\u00f2":7,"\u00eb":7,"\u00ea":7,"\u00e9":14,"\u00e8":14,"\u00e5":14,"\u00e4":7,"\u00e3":7,"\u00e2":14,"\u00e1":14,"\u00e0":14,"\u00d6":7,"\u00c4":11,"z":7,"y":4,"x":7,"u":14,"s":18,"r":11,"q":18,"p":11,"o":16,"n":11,"m":11,"j":4,"i":4,"g":18,"f":4,"e":16,"d":18,"c":18,"a":16,"Z":4,"S":7,"Q":7,"O":7,"M":4,"C":7,"A":11,".":36,"-":11,",":36}},"W":{"d":"301,-250r-60,252r-55,0r-23,-102v-7,-31,-10,-62,-11,-71v-4,37,-24,128,-33,173r-57,0r-60,-252r53,0v10,40,35,156,35,181v3,-41,25,-134,35,-181r55,0r34,178v6,-45,23,-129,34,-178r53,0","w":303,"k":{"\u017e":7,"\u017c":4,"\u017b":7,"\u017a":2,"\u0179":7,"\u0173":7,"\u016d":7,"\u015f":11,"\u015e":4,"\u015d":11,"\u015c":4,"\u015b":5,"\u015a":4,"\u0157":5,"\u0155":4,"\u0150":4,"\u014c":4,"\u0146":5,"\u0144":4,"\u0135":2,"\u012b":-16,"\u0123":11,"\u0122":4,"\u0121":11,"\u0120":4,"\u011f":5,"\u011e":4,"\u011d":11,"\u011c":4,"\u0119":11,"\u0117":7,"\u0111":11,"\u010f":11,"\u010c":7,"\u010b":11,"\u010a":7,"\u0109":11,"\u0108":7,"\u0107":7,"\u0106":7,"\u0105":11,"\u0104":4,"\u0102":4,"\u0100":4,"\u00fc":4,"\u00fb":4,"\u00fa":7,"\u00f9":7,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":11,"\u00f2":7,"\u00eb":7,"\u00ea":7,"\u00e9":11,"\u00e8":7,"\u00e5":11,"\u00e4":11,"\u00e3":7,"\u00e2":7,"\u00e1":11,"\u00e0":11,"\u00d6":4,"\u00c4":4,"z":5,"y":4,"u":7,"s":11,"r":5,"q":11,"p":7,"o":11,"n":5,"m":5,"j":2,"i":4,"g":11,"e":11,"d":11,"c":11,"a":11,"Z":7,"S":4,"Q":4,"O":4,"M":4,"G":4,"C":7,"A":4,".":25,"-":5,",":18}},"X":{"d":"210,0r-61,0r-45,-88r-45,88r-63,0r79,-134r-68,-116r62,0r34,67r34,-67r60,0r-65,113","w":205,"k":{"\u03ce":11,"\u03cd":4,"\u03cc":4,"\u03c9":4,"\u03c5":4,"\u03c4":11,"\u03bf":4,"\u03bd":7,"\u03bb":7,"\u03b9":4,"\u03b8":5,"\u03b7":4,"\u03b5":4,"\u03b1":4,"\u03af":4,"\u03ae":4,"\u03ad":4,"\u03ac":4,"\u016d":4,"\u0151":4,"\u014d":4,"\u0135":4,"\u012b":-7,"\u0123":4,"\u0121":4,"\u011f":4,"\u011d":4,"\u0119":4,"\u0117":4,"\u0113":4,"\u0111":4,"\u010f":4,"\u010d":4,"\u010c":7,"\u010b":4,"\u010a":7,"\u0109":4,"\u0108":7,"\u0107":4,"\u0106":7,"y":7,"w":4,"v":7,"u":4,"t":4,"q":4,"p":4,"o":4,"j":4,"i":4,"g":4,"e":4,"d":4,"c":4,"a":4,"C":7,".":-4,"-":7}},"Y":{"d":"203,-250r-80,147r0,103r-52,0r0,-103r-78,-147r60,0r45,100v14,-35,30,-67,46,-100r59,0","w":195,"k":{"\u03d5":22,"\u03ce":18,"\u03cc":22,"\u03c9":22,"\u03c8":18,"\u03c7":7,"\u03c6":22,"\u03c4":14,"\u03c3":22,"\u03c1":18,"\u03c0":11,"\u03bf":22,"\u03be":14,"\u03bd":4,"\u03bb":11,"\u03ba":14,"\u03b9":11,"\u03b8":11,"\u03b7":11,"\u03b6":18,"\u03b5":18,"\u03b4":18,"\u03b3":7,"\u03b2":11,"\u03b1":22,"\u03af":11,"\u03ae":11,"\u03ad":18,"\u03ac":22,"\u039b":7,"\u0398":11,"\u0394":11,"\u017c":7,"\u017a":4,"\u0173":14,"\u016f":5,"\u016d":18,"\u015f":22,"\u015e":7,"\u015d":22,"\u015c":7,"\u015b":13,"\u015a":7,"\u0159":-9,"\u0157":11,"\u0155":5,"\u0151":13,"\u0150":7,"\u014d":5,"\u014c":7,"\u0146":11,"\u0144":11,"\u012b":-23,"\u0123":22,"\u0122":7,"\u0121":22,"\u0120":7,"\u011f":9,"\u011e":7,"\u011d":22,"\u011c":7,"\u0119":25,"\u0117":25,"\u0113":9,"\u0111":22,"\u010f":22,"\u010d":4,"\u010c":7,"\u010b":22,"\u010a":7,"\u0109":22,"\u0108":7,"\u0107":14,"\u0106":7,"\u0105":25,"\u0104":11,"\u0102":11,"\u0100":11,"\u00fc":7,"\u00fb":7,"\u00fa":14,"\u00f9":14,"\u00f6":7,"\u00f5":7,"\u00f4":14,"\u00f3":25,"\u00f2":14,"\u00eb":7,"\u00ea":7,"\u00e9":25,"\u00e8":7,"\u00e5":25,"\u00e4":7,"\u00e3":7,"\u00e2":11,"\u00e1":25,"\u00e0":11,"\u00d6":11,"\u00c4":11,"z":7,"x":7,"w":4,"v":4,"u":18,"s":22,"r":11,"q":22,"p":14,"o":25,"n":11,"m":11,"g":22,"e":25,"d":22,"c":22,"a":25,"S":7,"Q":7,"O":11,"M":4,"G":7,"C":7,"A":11,".":43,"-":18,",":36}},"Z":{"d":"182,-41r-13,41r-156,0r0,-35r107,-175v-22,3,-73,2,-102,2r11,-42r150,0r0,36r-93,157v-5,9,-13,17,-13,17v29,-2,76,-1,109,-1","w":194,"k":{"\u03ce":7,"\u03cd":4,"\u03cc":11,"\u03c9":7,"\u03c5":4,"\u03bf":11,"\u03b9":4,"\u03b7":4,"\u03b5":7,"\u03b1":4,"\u03af":4,"\u03ae":4,"\u03ad":7,"\u03ac":4,"\u0173":4,"\u0172":4,"\u0171":4,"\u0170":4,"\u016f":4,"\u016e":4,"\u016d":4,"\u016c":4,"\u016a":4,"\u0165":4,"\u0163":4,"\u015f":4,"\u015e":4,"\u015d":4,"\u015c":4,"\u015b":4,"\u015a":4,"\u0157":4,"\u0155":4,"\u0151":5,"\u0150":7,"\u014d":4,"\u014c":7,"\u0146":4,"\u013e":4,"\u013c":4,"\u013a":4,"\u0135":4,"\u012b":-13,"\u0123":7,"\u0122":7,"\u0121":7,"\u0120":7,"\u011f":7,"\u011e":7,"\u011d":7,"\u011c":7,"\u0119":11,"\u0117":7,"\u0113":4,"\u0111":7,"\u010f":7,"\u010d":7,"\u010c":11,"\u010b":7,"\u010a":11,"\u0109":7,"\u0108":11,"\u0107":7,"\u0106":11,"\u0105":7,"y":11,"w":5,"v":7,"u":4,"t":4,"s":4,"r":4,"q":7,"o":11,"n":4,"m":4,"l":4,"j":4,"i":4,"g":7,"e":11,"d":7,"c":7,"a":7,"U":4,"S":4,"Q":7,"O":7,"G":7,"C":11,"-":11}},"[":{"d":"103,56r-76,0r0,-320r76,0r0,33r-33,0r0,255r33,0r0,32","w":111,"k":{"\u038f":-32,"\u038e":-61,"\u038c":-32,"\u038a":-50,"\u0389":-50,"\u0388":-50,"\u0386":-18}},"\\":{"d":"154,6r-41,13r-108,-280r41,-13","w":159},"]":{"d":"85,56r-76,0r0,-32r32,0r0,-255r-32,0r0,-33r76,0r0,320","w":111},"^":{"d":"200,-123r-51,0r-40,-86r-40,86r-51,0r65,-132r52,0","w":218},"_":{"d":"182,45r-180,0r0,-18r180,0r0,18","w":183},"`":{"d":"108,-227r-15,26r-80,-36r20,-37","w":120},"a":{"d":"18,-162v42,-30,156,-50,143,39v3,39,-13,84,16,103r-25,29v-11,-5,-21,-13,-26,-22v-29,37,-112,21,-112,-38v0,-46,38,-65,100,-63v4,-54,-45,-35,-75,-14xm112,-41v-1,-12,4,-31,-1,-40v-33,0,-45,6,-45,28v0,28,32,32,46,12","w":187,"k":{"\u015f":4,"\u015d":4,"\u015b":4,"\u013e":4,"\u013c":4,"\u013a":4,"\u0111":2,"\u010f":2,"y":2,"w":2,"s":4,"l":4,"d":2}},"b":{"d":"186,-95v8,68,-63,129,-115,82v-1,6,-2,8,-5,13r-44,0v10,-66,6,-182,2,-255r49,-12v3,29,3,63,1,93v49,-40,118,4,112,79xm103,-37v27,0,24,-22,28,-57v6,-51,-33,-70,-55,-40r0,85v6,6,14,12,27,12","w":202,"k":{"\u017c":4,"\u017a":4,"\u0173":2,"\u0171":2,"\u016f":2,"\u016d":2,"\u016b":2,"\u015f":4,"\u015d":4,"\u015b":4,"\u013e":4,"\u013c":4,"\u013a":4,"\u0135":2,"\u012f":2,"\u012b":2,"\u0123":2,"\u0121":2,"\u011f":2,"\u011d":2,"\u0105":2,"\u0103":2,"\u0101":2,"z":4,"y":4,"x":7,"w":2,"v":2,"u":2,"s":4,"p":2,"l":4,"j":2,"i":2,"g":2,"a":2,".":4}},"c":{"d":"69,-89v0,58,36,71,67,39r22,29v-15,16,-33,25,-62,25v-51,0,-80,-35,-80,-95v0,-84,80,-126,137,-77r-23,31v-33,-29,-61,-14,-61,48","w":167,"k":{"\u0173":2,"\u0171":2,"\u016f":2,"\u016d":2,"\u016b":2,"\u015f":4,"\u015d":4,"\u015b":4,"\u0159":2,"\u0157":2,"\u0155":2,"\u0151":5,"\u014d":5,"\u0148":4,"\u0146":4,"\u0144":4,"\u013e":2,"\u013c":2,"\u013a":2,"\u0137":9,"\u0135":4,"\u012f":4,"\u012b":4,"\u0127":9,"\u0125":9,"\u0123":5,"\u0121":5,"\u011f":5,"\u011d":5,"\u011b":7,"\u0119":7,"\u0117":7,"\u0113":7,"\u0111":7,"\u010f":7,"\u010d":7,"\u010b":7,"\u0109":7,"\u0107":7,"\u0105":5,"\u0103":5,"\u0101":5,"x":2,"u":2,"s":4,"r":2,"q":7,"p":2,"o":5,"n":4,"m":4,"l":2,"k":9,"j":4,"i":4,"h":9,"g":5,"f":4,"e":7,"d":7,"c":7,"b":5,"a":5,"@":7,".":2,"-":4}},"d":{"d":"181,0r-43,0v-1,-3,-2,-6,-3,-11v-52,41,-119,-2,-119,-78v0,-71,55,-118,112,-87v-4,-23,-1,-62,-2,-90r48,7v2,75,-6,204,7,259xm127,-48r0,-88v-31,-26,-57,-10,-57,47v0,55,32,64,57,41","w":201,"k":{"\u015f":2,"\u015d":2,"\u015b":2,"\u0111":2,"\u010f":2,"\u0105":2,"\u0103":2,"\u0101":2,"s":2,"p":2,"d":2,"a":2}},"e":{"d":"97,-188v60,0,81,43,78,111r-107,1v-2,52,56,55,86,27r19,28v-59,52,-157,23,-157,-69v0,-58,29,-98,81,-98xm125,-112v0,-25,-6,-40,-27,-41v-18,0,-29,15,-29,41r56,0","w":185,"k":{"\u015f":2,"\u015d":2,"\u015b":2,"\u0123":2,"\u0121":2,"\u011f":2,"\u011d":2,"\u0105":4,"\u0103":4,"\u0101":4,"x":2,"s":2,"g":2,"b":2,"a":4,"@":-2}},"f":{"d":"129,-255r-15,30v-30,-19,-46,7,-40,41r47,0r-13,33r-34,0r0,151r-47,0r0,-151r-17,0r0,-33r18,0v-19,-67,46,-104,101,-71","w":113,"k":{"\u0173":2,"\u0171":2,"\u016f":2,"\u016d":2,"\u016b":2,"\u0165":-2,"\u0163":-2,"\u015f":2,"\u015d":2,"\u015b":2,"\u0159":-16,"\u0151":4,"\u014d":4,"\u0148":2,"\u0146":2,"\u0144":2,"\u012b":-25,"\u0123":4,"\u0121":4,"\u011f":4,"\u011d":4,"\u011b":4,"\u0119":4,"\u0117":4,"\u0113":4,"\u0111":4,"\u010f":4,"\u010d":2,"\u010b":2,"\u0109":2,"\u0107":2,"\u0105":5,"\u0103":5,"\u0101":5,"y":-7,"x":-4,"w":-7,"v":-7,"u":2,"t":-2,"s":2,"q":2,"o":4,"n":2,"m":2,"g":4,"e":4,"d":4,"c":2,"a":5,"@":4,".":7,"-":4,",":4}},"g":{"d":"95,-188v33,0,71,21,94,-7r21,31v-13,13,-29,16,-47,12v30,41,-6,91,-64,85v-12,6,-19,10,-19,15v3,8,23,3,33,5v46,-1,72,16,72,56v0,43,-43,62,-87,62v-45,0,-100,-23,-81,-72r45,0v-10,20,4,35,32,35v21,0,42,-6,42,-25v0,-49,-113,5,-113,-52v0,-12,4,-23,34,-31v-27,-7,-39,-24,-39,-51v0,-38,30,-63,77,-63xm124,-125v0,-17,-11,-27,-29,-27v-18,0,-29,10,-29,27v0,19,12,26,29,26v19,0,29,-9,29,-26","w":202,"k":{"\u017c":-2,"\u017a":-2,"\u0165":-4,"\u0163":-4,"\u015f":2,"\u015d":2,"\u015b":2,"\u0151":4,"\u014d":4,"\u0135":-2,"\u0123":2,"\u0121":2,"\u011f":2,"\u011d":2,"\u011b":4,"\u0119":4,"\u0117":4,"\u0113":4,"\u010d":2,"\u010b":2,"\u0109":2,"\u0107":2,"\u0105":4,"\u0103":4,"\u0101":4,"z":-2,"y":-4,"x":-2,"w":-4,"v":-4,"t":-4,"s":2,"q":4,"o":4,"j":-2,"g":2,"e":4,"c":2,"b":2,"a":4,"@":4,"-":2}},"h":{"d":"75,-170v35,-32,105,-26,105,41r0,129r-47,0r0,-124v1,-40,-40,-24,-57,-8r0,132r-49,0r0,-213v0,-17,-2,-34,-4,-42r50,-12v4,23,4,69,2,97","w":207,"k":{"\u013e":4,"\u013c":4,"\u013a":4,"\u0123":2,"\u0121":2,"\u011f":2,"\u011d":2,"\u0105":4,"\u0103":4,"\u0101":4,"y":2,"x":2,"w":2,"v":2,"l":4,"g":2,"a":4}},"i":{"d":"75,0r-48,0r0,-181r48,-8r0,189xm81,-235v0,17,-13,30,-30,30v-16,0,-29,-13,-29,-30v0,-17,13,-30,30,-30v16,0,29,13,29,30","w":102,"k":{"\u015f":4,"\u015d":4,"\u015b":4,"\u013e":2,"\u013c":2,"\u013a":2,"\u0105":2,"\u0103":2,"\u0101":2,"y":4,"x":4,"s":4,"q":2,"l":2,"a":2}},"j":{"d":"4,53v16,-16,23,-25,23,-57r0,-173r48,-11v-10,95,32,243,-51,267xm81,-236v0,17,-13,30,-30,30v-17,0,-29,-13,-29,-29v0,-17,12,-30,29,-30v16,0,30,13,30,29","w":101,"k":{"\u015f":4,"\u015d":4,"\u015b":4,"\u0151":3,"\u014d":3,"\u0123":2,"\u0121":2,"\u011f":2,"\u011d":2,"\u011b":2,"\u0119":2,"\u0117":2,"\u0113":2,"\u010d":2,"\u010b":2,"\u0109":2,"\u0107":2,"\u0105":4,"\u0103":4,"\u0101":4,"x":2,"v":4,"s":4,"q":4,"o":3,"g":2,"e":2,"c":2,"a":4}},"k":{"d":"75,0r-48,0r0,-208v0,-16,0,-29,-3,-48r48,-11v7,79,1,182,3,267xm195,0r-57,0r-62,-104r47,-80r58,0r-58,77","w":189,"k":{"\u0173":4,"\u0171":4,"\u016f":4,"\u016d":4,"\u016b":4,"\u015f":4,"\u015d":4,"\u015b":4,"\u0159":2,"\u0157":2,"\u0155":2,"\u0151":4,"\u014d":4,"\u013e":5,"\u013c":5,"\u013a":5,"\u0135":4,"\u012f":4,"\u012b":4,"\u0127":4,"\u0125":4,"\u0123":4,"\u0121":4,"\u011f":4,"\u011d":4,"\u011b":7,"\u0119":7,"\u0117":7,"\u0113":7,"\u0111":5,"\u010f":5,"\u010d":4,"\u010b":4,"\u0109":4,"\u0107":4,"\u0105":2,"\u0103":2,"\u0101":2,"\u00f6":7,"\u00e4":5,"y":4,"w":2,"v":2,"u":4,"s":4,"r":2,"q":5,"o":4,"l":5,"j":4,"i":4,"h":4,"g":4,"e":7,"d":5,"c":4,"b":4,"a":2,"@":7,"-":11}},"l":{"d":"76,-75v1,43,-5,43,19,45r8,29v-45,12,-76,1,-76,-61r0,-138v0,-24,-1,-38,-3,-55r50,-11v5,52,0,133,2,191","w":104,"k":{"\u015f":2,"\u015d":2,"\u015b":2,"\u013e":4,"\u013c":4,"\u013a":4,"\u0135":4,"\u0123":4,"\u0121":4,"\u011f":4,"\u011d":4,"\u011b":2,"\u0119":2,"\u0117":2,"\u0113":2,"\u0111":2,"\u010f":2,"\u0105":2,"\u0103":2,"\u0101":2,"s":2,"q":2,"l":4,"j":4,"g":4,"e":2,"d":2,"b":2,"a":2,".":-2}},"m":{"d":"160,-163v33,-39,102,-36,102,32r0,131r-47,0r0,-122v3,-44,-30,-24,-47,-10r0,132r-46,0r0,-120v3,-44,-29,-28,-48,-14r0,134r-47,0v-3,-54,7,-137,-7,-176r44,-12v3,5,4,10,6,19v25,-27,73,-24,90,6","w":289,"k":{"\u017c":4,"\u017a":4,"\u0121":2,"\u011d":2,"y":2,"w":2,"v":2,"l":2,"g":2,"a":4}},"n":{"d":"70,-166v29,-31,102,-34,102,31r0,135r-47,0r0,-120v2,-44,-32,-26,-50,-10r0,130r-48,0v-2,-59,6,-128,-6,-177r42,-12v4,8,7,15,7,23","w":199,"k":{"\u017c":2,"\u017a":2,"\u015f":4,"\u015d":4,"\u015b":4,"\u013e":3,"\u013c":3,"\u013a":3,"\u0123":2,"\u0121":2,"\u011f":2,"\u011d":2,"\u0105":4,"\u0103":4,"\u0101":4,"z":2,"y":2,"x":2,"w":2,"v":2,"s":4,"l":3,"g":2,"a":4}},"o":{"d":"97,-188v51,0,85,38,84,95v-1,58,-28,97,-84,97v-50,0,-83,-37,-83,-95v0,-58,33,-97,83,-97xm68,-93v0,36,3,62,31,62v21,0,30,-18,30,-62v0,-37,-2,-59,-31,-59v-27,0,-30,27,-30,59","w":195,"k":{"\u017c":2,"\u017a":2,"\u015f":2,"\u015d":2,"\u015b":2,"\u013e":2,"\u013c":2,"\u013a":2,"\u0105":2,"\u0103":2,"\u0101":2,"z":2,"y":2,"x":7,"w":2,"v":4,"s":2,"l":2,"b":2,"a":2,".":2,",":2}},"p":{"d":"116,-188v48,0,66,33,70,91v5,74,-50,121,-113,91r0,73r-46,12r0,-213v0,-24,0,-31,-3,-46r43,-8v2,6,3,11,3,17v8,-10,27,-17,46,-17xm134,-93v-2,-32,-2,-56,-28,-56v-12,0,-23,5,-32,14r0,90v29,23,64,10,60,-48","w":202,"k":{"\u017c":2,"\u017a":2,"\u0173":2,"\u0171":2,"\u016f":2,"\u016d":2,"\u016b":2,"\u015f":5,"\u015d":5,"\u015b":5,"\u013e":2,"\u013c":2,"\u013a":2,"\u0135":2,"\u0123":2,"\u0121":2,"\u011f":2,"\u011d":2,"\u0105":2,"\u0103":2,"\u0101":2,"z":2,"y":4,"x":7,"w":2,"v":2,"u":2,"s":5,"p":2,"l":2,"j":2,"g":2,"a":2,".":4,",":2}},"q":{"d":"16,-89v0,-60,28,-100,77,-100v19,0,39,9,43,19v0,-6,0,-10,3,-15r40,0v-9,74,-2,171,-4,253r-46,12r1,-89v-55,39,-114,-17,-114,-80xm129,-49r0,-87v-7,-7,-16,-13,-27,-13v-29,0,-33,31,-33,54v0,24,1,60,33,60v11,0,21,-7,27,-14","w":201,"k":{"\u015f":4,"\u015d":4,"\u015b":4,"\u0151":2,"\u014d":2,"s":4,"o":2,"b":2}},"r":{"d":"132,-185r-13,43v-17,-9,-31,-1,-44,12r0,130r-48,0v-2,-55,6,-136,-7,-177r43,-12v4,8,7,17,8,27v13,-18,35,-35,61,-23","w":128,"k":{"\u017c":-2,"\u017a":-2,"\u0165":-5,"\u0163":-5,"\u015f":4,"\u015d":4,"\u015b":4,"\u0151":7,"\u014d":7,"\u0123":5,"\u0121":5,"\u011f":5,"\u011d":5,"\u011b":5,"\u0119":5,"\u0117":5,"\u0113":5,"\u0111":7,"\u010f":7,"\u010d":9,"\u010b":9,"\u0109":9,"\u0107":9,"\u0105":4,"\u0103":4,"\u0101":4,"z":-2,"y":-5,"x":-4,"w":-4,"v":-7,"t":-5,"s":4,"q":7,"o":7,"g":5,"f":-4,"e":5,"d":7,"c":9,"a":4,"@":4,".":7,"-":4,",":7}},"s":{"d":"154,-90v41,86,-70,121,-143,75r17,-36v15,9,40,21,61,21v14,0,25,-9,25,-21v-3,-32,-68,-20,-84,-45v-26,-43,3,-93,61,-93v30,0,49,9,66,17r-16,32v-18,-9,-32,-13,-46,-13v-29,0,-32,33,0,37v22,3,54,15,59,26","w":176,"k":{"\u017c":4,"\u017a":4,"\u0173":2,"\u0171":2,"\u016f":2,"\u016d":2,"\u016b":2,"\u0165":2,"\u0163":2,"\u015f":4,"\u015d":4,"\u015b":4,"\u0148":2,"\u0146":2,"\u0144":2,"\u013e":2,"\u013c":2,"\u013a":2,"\u0135":2,"\u012f":4,"\u012b":4,"\u010d":2,"\u010b":2,"\u0109":2,"\u0107":2,"\u0105":5,"\u0103":5,"\u0101":5,"z":4,"x":4,"v":2,"u":2,"t":2,"s":4,"q":2,"p":2,"n":2,"l":2,"j":2,"i":4,"c":2,"b":4,"a":5,"@":4}},"t":{"d":"119,-4v-43,17,-92,9,-92,-47r0,-100r-18,0r0,-33r18,0v0,-18,0,-30,2,-44r49,-12v-2,17,-3,37,-3,56r43,0r-12,33r-31,0r0,92v-2,32,14,34,38,26","w":126,"k":{"\u03b1":14,"\u0173":4,"\u0171":4,"\u016f":4,"\u016d":4,"\u016b":4,"\u015f":4,"\u015d":4,"\u015b":4,"\u0151":2,"\u014d":2,"\u0148":4,"\u0146":4,"\u0144":4,"\u0123":4,"\u0121":4,"\u011f":4,"\u011d":4,"\u011b":7,"\u0119":7,"\u0117":7,"\u0113":7,"\u0111":4,"\u010f":4,"\u010d":4,"\u010b":4,"\u0109":4,"\u0107":4,"\u0105":4,"\u0103":4,"\u0101":4,"x":-4,"v":-2,"u":4,"s":4,"q":4,"o":2,"n":4,"g":4,"e":7,"d":4,"c":4,"b":4,"a":4,"@":4,".":-2,"-":4}},"u":{"d":"73,-71v-9,48,37,45,50,22r0,-130r47,-10v5,59,-12,134,11,175r-34,19v-6,-4,-12,-10,-15,-18v-38,34,-107,22,-107,-49r0,-118r48,-9r0,118","w":196,"k":{"\u015f":2,"\u015d":2,"\u015b":2,"\u0148":4,"\u0146":4,"\u0144":4,"\u013e":2,"\u013c":2,"\u013a":2,"y":2,"w":2,"v":2,"s":2,"n":4,"l":2}},"v":{"d":"172,-184r-67,184r-40,0r-67,-181r50,-7r38,128v5,-39,25,-87,36,-124r50,0","w":170,"k":{"\u017c":4,"\u017a":4,"\u0173":2,"\u0171":2,"\u016f":2,"\u016d":2,"\u016b":2,"\u015f":4,"\u015d":4,"\u015b":4,"\u0151":4,"\u014d":4,"\u0148":2,"\u0146":2,"\u0144":2,"\u0135":4,"\u012f":4,"\u012b":4,"\u0123":4,"\u0121":4,"\u011f":4,"\u011d":4,"\u011b":2,"\u0119":2,"\u0117":2,"\u0113":2,"\u0111":4,"\u010f":4,"\u010d":2,"\u010b":2,"\u0109":2,"\u0107":2,"\u0105":4,"\u0103":4,"\u0101":4,"z":4,"u":2,"s":4,"q":4,"o":4,"n":2,"j":4,"i":4,"g":4,"e":2,"d":4,"c":2,"b":2,"a":4,"@":4,".":9,"-":2,",":11}},"w":{"d":"253,-184r-52,184r-44,0r-30,-126r-30,126r-45,0r-50,-181r48,-5r25,128v1,-14,23,-100,31,-126r45,0r29,126v3,-29,17,-92,24,-126r49,0","w":255,"k":{"\u0173":2,"\u0171":2,"\u016f":2,"\u016d":2,"\u016b":2,"\u015f":2,"\u015d":2,"\u015b":2,"\u0151":2,"\u014d":2,"\u0135":2,"\u012f":4,"\u012b":4,"\u0123":4,"\u0121":4,"\u011f":4,"\u011d":4,"\u011b":2,"\u0119":2,"\u0117":2,"\u0113":2,"\u0105":4,"\u0103":4,"\u0101":4,"u":2,"s":2,"q":2,"o":2,"j":2,"i":4,"g":4,"e":2,"a":4,".":5,",":7}},"x":{"d":"94,-132v-1,-1,18,-43,25,-52r57,0r-55,85r66,99r-61,0r-34,-61v-2,10,-25,47,-34,61r-62,0r68,-98r-51,-78r50,-14v17,29,21,35,31,58","w":183,"k":{"\u0173":4,"\u0171":4,"\u016f":4,"\u016d":4,"\u016b":4,"\u015f":2,"\u015d":2,"\u015b":2,"\u0151":7,"\u014d":7,"\u0148":2,"\u0146":2,"\u0144":2,"\u013e":2,"\u013c":2,"\u013a":2,"\u0135":4,"\u012f":4,"\u012b":4,"\u0123":2,"\u0121":2,"\u011f":2,"\u011d":2,"\u011b":4,"\u0119":4,"\u0117":4,"\u0113":4,"\u0111":5,"\u010f":5,"\u010d":5,"\u010b":5,"\u0109":5,"\u0107":5,"\u0105":4,"\u0103":4,"\u0101":4,"u":4,"s":2,"q":5,"o":7,"n":2,"l":2,"j":4,"i":4,"g":2,"e":4,"d":5,"c":5,"b":4,"a":4,"@":4,"-":7}},"y":{"d":"183,-184r-67,187v-21,56,-31,67,-80,78r-17,-32v29,-7,46,-21,54,-49r-12,0r-61,-181r49,-6r42,146v8,-47,28,-99,41,-143r51,0","w":182,"k":{"\u0173":2,"\u0171":2,"\u016f":2,"\u016d":2,"\u016b":2,"\u015f":4,"\u015d":4,"\u015b":4,"\u0159":2,"\u0157":2,"\u0155":2,"\u0151":5,"\u014d":5,"\u0148":4,"\u0146":4,"\u0144":4,"\u0135":4,"\u012f":4,"\u012b":4,"\u0123":4,"\u0121":4,"\u011f":4,"\u011d":4,"\u011b":2,"\u0119":2,"\u0117":2,"\u0113":2,"\u0111":2,"\u010f":2,"\u010d":2,"\u010b":2,"\u0109":2,"\u0107":2,"\u0105":4,"\u0103":4,"\u0101":4,"u":2,"s":4,"r":2,"q":4,"p":2,"o":5,"n":4,"j":4,"i":4,"g":4,"e":2,"d":2,"c":2,"b":2,"a":4,"@":7,".":11,"-":4,",":11}},"z":{"d":"160,-33r-12,33r-135,0r0,-30r86,-120r-79,0r0,-34r137,0r0,33r-82,118r85,0","w":172,"k":{"\u0173":4,"\u0171":4,"\u016f":4,"\u016d":4,"\u016b":4,"\u0165":4,"\u0163":4,"\u015f":2,"\u015d":2,"\u015b":2,"\u0159":2,"\u0157":2,"\u0155":2,"\u0151":4,"\u014d":4,"\u013e":4,"\u013c":4,"\u013a":4,"\u0137":2,"\u0135":4,"\u012f":4,"\u012b":4,"\u0123":4,"\u0121":4,"\u011f":4,"\u011d":4,"\u011b":5,"\u0119":5,"\u0117":5,"\u0113":5,"\u0111":5,"\u010f":5,"\u010d":4,"\u010b":4,"\u0109":4,"\u0107":4,"\u0105":5,"\u0103":5,"\u0101":5,"u":4,"t":4,"s":2,"r":2,"q":2,"p":2,"o":4,"l":4,"k":2,"j":4,"i":4,"g":4,"e":5,"d":5,"c":4,"b":4,"a":5,"-":4}},"{":{"d":"132,56v-48,2,-83,2,-84,-52r0,-62v0,-22,-30,-25,-39,-25r0,-41v9,0,39,-3,39,-25v-2,-52,-4,-121,46,-115r38,0r0,42v-23,-3,-47,6,-41,23r0,58v1,35,-23,34,-36,38v15,1,36,4,36,37v0,39,-22,89,41,81r0,41","w":141,"k":{"\u038f":-32,"\u038e":-61,"\u038c":-32,"\u038a":-50,"\u0389":-50,"\u0388":-50,"\u0386":-18}},"|":{"d":"72,75r-45,0r0,-347r45,0r0,347","w":99},"}":{"d":"132,-83v-10,0,-39,3,-39,25v2,52,5,120,-46,114r-38,0r0,-41v23,3,47,-6,41,-23r0,-58v-1,-35,23,-34,36,-38v-15,-1,-36,-4,-36,-37v0,-39,22,-89,-41,-81r0,-42v49,-2,84,-2,84,53r0,62v0,22,29,25,39,25r0,41","w":141},"~":{"d":"63,-144v23,0,55,24,77,24v14,0,23,-13,31,-24r13,39v-8,15,-21,31,-45,31v-23,1,-55,-24,-76,-25v-14,0,-24,14,-32,25r-13,-39v8,-15,21,-31,45,-31","w":202},"\u00a0":{"w":81,"k":{"\u017c":4,"\u017b":4,"\u017a":4,"\u0179":4,"\u0164":7,"\u0162":7,"\u015a":7}},"\u00a1":{"d":"84,64r-57,8r10,-176r36,0xm85,-158v0,17,-13,30,-30,30v-16,0,-30,-13,-30,-30v0,-17,13,-30,30,-30v16,0,30,13,30,30","w":109},"\u00a2":{"d":"69,-89v0,58,36,71,67,39r22,29v-13,13,-25,20,-44,24r0,37r-34,0r0,-37v-40,-7,-64,-41,-64,-94v0,-55,23,-85,64,-96r0,-35r34,0r0,34v18,3,26,10,39,20r-23,31v-33,-29,-61,-14,-61,48","w":167},"\u00a3":{"d":"215,-235r-36,39v-25,-33,-81,-9,-74,29r0,18r56,0r0,37r-56,0r0,71r91,0r0,41r-180,0r0,-41r35,0r0,-71r-35,0r0,-37r35,0v-5,-65,21,-110,89,-110v27,0,55,6,75,24"},"\u00a4":{"d":"147,-36r-42,25v-14,-21,-9,-26,-39,-26r-13,26r-41,-25r15,-24v-13,-21,-11,-55,1,-74r-17,-25r43,-25v13,21,8,26,39,26v1,-6,12,-24,13,-26r41,25r-16,24v14,19,12,55,-1,73xm57,-98v0,25,3,36,22,36v15,0,22,-10,22,-36v0,-22,-5,-35,-23,-35v-17,0,-21,14,-21,35","w":160},"\u00a5":{"d":"207,-250r-55,101r37,0r0,37r-57,0v-5,6,-6,16,-5,27r62,0r0,37r-62,0r0,48r-52,0r0,-48r-61,0r0,-37r61,0v1,-11,0,-21,-5,-27r-56,0r0,-37r36,0r-53,-101r61,0r32,68v6,14,9,23,12,32r46,-100r59,0","w":204},"\u00a6":{"d":"72,-123r-45,0r0,-149r45,0r0,149xm72,75r-45,0r0,-149r45,0r0,149","w":99},"\u00a7":{"d":"199,-101v0,20,-13,38,-30,47v13,10,20,25,20,42v0,82,-143,90,-173,21r46,-23v4,17,24,25,40,25v12,0,28,-4,28,-19v0,-34,-108,-28,-108,-97v0,-24,11,-42,31,-54v-14,-9,-22,-24,-22,-41v0,-77,127,-80,158,-22r-46,26v-6,-24,-56,-33,-56,-3v0,35,112,32,112,98xm137,-69v22,-13,10,-43,-11,-48r-42,-20v-24,15,-7,47,16,51","w":215},"\u00a8":{"d":"151,-229v0,15,-13,28,-28,28v-15,0,-27,-13,-27,-28v0,-15,13,-27,28,-27v15,0,27,12,27,27xm75,-229v0,15,-13,28,-28,28v-15,0,-27,-13,-27,-28v0,-15,13,-27,28,-27v15,0,27,12,27,27","w":170},"\u00a9":{"d":"284,-127v0,74,-60,133,-134,133v-74,0,-134,-59,-134,-133v0,-74,60,-134,134,-134v74,0,134,60,134,134xm247,-127v0,-56,-43,-102,-97,-102v-54,0,-97,46,-97,102v0,56,43,101,97,101v54,0,97,-45,97,-101xm196,-71v-44,35,-109,7,-109,-54v0,-60,62,-95,106,-60r-17,23v-26,-19,-50,-8,-50,32v0,48,28,55,53,36","w":300},"\u00aa":{"d":"20,-258v30,-24,117,-37,107,29v2,29,-9,65,12,77r-17,22v-9,-4,-18,-10,-21,-17v-22,30,-84,16,-84,-28v0,-34,28,-48,74,-47v4,-40,-34,-27,-56,-11xm144,-83r-131,0r0,-28r131,0r0,28xm90,-167v-1,-9,4,-24,-1,-30v-40,-8,-43,35,-17,39v6,0,13,-3,18,-9","w":156},"\u00ab":{"d":"188,-27r-33,22r-57,-85r57,-84r33,22r-42,62xm101,-27r-33,22r-57,-85r57,-84r33,22r-42,62","w":198,"k":{"\u0165":-7,"\u0164":7,"\u0163":-7,"\u0162":7,"\u0110":-16}},"\u00ac":{"d":"175,-21r-44,0r0,-50r-115,0r0,-40r159,0r0,90","w":191},"\u00ad":{"d":"103,-78r-87,0r0,-42r87,0r0,42","w":118},"\u00ae":{"d":"284,-127v0,74,-60,133,-134,133v-74,0,-134,-59,-134,-133v0,-74,60,-134,134,-134v74,0,134,60,134,134xm247,-127v0,-56,-43,-102,-97,-102v-54,0,-97,46,-97,102v0,56,43,101,97,101v54,0,97,-45,97,-101xm211,-62r-42,0r-34,-54r0,54r-35,0r0,-137v47,-1,100,-5,100,42v0,21,-14,35,-32,37v20,13,29,39,43,58xm163,-157v1,-14,-13,-15,-28,-14r0,28v15,1,30,-1,28,-14","w":300},"\u00af":{"d":"122,-240r-113,0r0,-28r113,0r0,28","w":131},"\u00b0":{"d":"73,-254v36,0,63,23,62,62v-1,39,-22,63,-62,63v-37,0,-60,-24,-60,-62v0,-37,23,-63,60,-63xm52,-192v0,24,3,36,22,36v15,0,21,-11,21,-37v0,-22,-5,-34,-22,-34v-17,0,-21,14,-21,35","w":147},"\u00b1":{"d":"168,-102r-54,0r0,52r-44,0r0,-52r-54,0r0,-41r54,0r0,-49r44,0r0,49r54,0r0,41xm168,0r-151,0r0,-41r151,0r0,41","w":184},"\u00b2":{"d":"126,-120r-9,30r-99,0r0,-24v17,-17,63,-55,60,-76v-4,-27,-25,-15,-45,0r-20,-23v31,-33,104,-33,105,20v0,28,-33,55,-53,73r61,0","w":138},"\u00b3":{"d":"123,-139v1,38,-52,59,-101,50r-9,-26v34,7,69,-4,68,-26v-2,-20,-23,-14,-40,-15r0,-29v16,3,42,1,39,-13v-3,-21,-39,-10,-48,1r-19,-23v29,-28,104,-28,106,19v0,13,-6,24,-17,31v13,6,21,17,21,31","w":135},"\u00b4":{"d":"108,-237r-81,36r-14,-26r74,-47","w":120},"\u00b5":{"d":"75,-71v-11,49,37,45,50,22r0,-130r46,-10v5,59,-12,135,12,175r-35,19v-6,-4,-11,-10,-14,-18v-14,13,-42,25,-61,13r0,67r-46,12r0,-259r48,-9r0,118","w":198,"k":{"\u03cd":7,"\u03cc":5,"\u03c8":4,"\u03c7":2,"\u03c6":5,"\u03c5":7,"\u03c4":7,"\u03bf":5,"\u03bd":4,"\u03bb":2,"\u03b8":7,"\u03b7":4,"\u03b5":4,"\u03b4":2,"\u03b3":4,"\u03b2":4,"\u03b1":2,"\u03af":2,"\u03ae":4,"\u03ac":2}},"\u00b6":{"d":"190,45r-33,0r0,-274r-38,0r0,274r-33,0r0,-167v-47,0,-77,-27,-77,-65v0,-83,100,-67,181,-68r0,300","w":216},"\u00b7":{"d":"80,-98v0,17,-14,31,-32,31v-18,0,-32,-14,-32,-32v0,-18,15,-32,33,-32v18,0,31,15,31,33","w":96},"\u00b8":{"d":"90,40v0,31,-48,40,-70,23r11,-23v10,13,42,-1,18,-8v-8,2,-11,1,-14,-5r9,-31r25,2r-5,14v18,2,26,14,26,28","w":110},"\u00b9":{"d":"104,-90r-77,0r0,-29r23,0r0,-75v-8,4,-16,8,-27,12r-10,-20v23,-11,34,-36,72,-32r0,115r19,0r0,29","w":116},"\u00ba":{"d":"77,-275v39,0,64,28,63,71v-1,44,-21,73,-63,73v-37,0,-62,-29,-62,-72v0,-44,25,-72,62,-72xm144,-83r-131,0r0,-28r131,0r0,28xm56,-204v0,26,4,45,22,45v15,0,21,-14,21,-45v0,-27,-1,-42,-21,-42v-18,0,-22,18,-22,42","w":156},"\u00bb":{"d":"188,-90r-57,85r-33,-22r42,-63r-42,-62r33,-22xm101,-90r-57,85r-33,-22r42,-63r-42,-62r33,-22","w":198},"\u00bc":{"d":"277,-275r-190,330r-39,0r190,-330r39,0xm321,-26r-16,0r0,31r-34,4r0,-35r-64,0v1,-52,27,-77,39,-118r38,0r-37,88r25,0v0,-18,2,-33,4,-51r29,-6r0,57r16,0r0,30xm104,-90r-77,0r0,-29r23,0r0,-75v-8,4,-16,8,-27,12r-10,-20v23,-11,34,-36,72,-32r0,115r19,0r0,29","w":333},"\u00bd":{"d":"270,-275r-190,330r-39,0r190,-330r39,0xm320,-30r-8,30r-99,0r0,-24v17,-17,63,-55,59,-76v-4,-27,-25,-15,-45,0r-20,-23v31,-33,104,-33,105,20v0,28,-32,55,-52,73r60,0xm104,-90r-77,0r0,-29r23,0r0,-75v-8,4,-16,8,-27,12r-10,-20v23,-11,34,-36,72,-32r0,115r19,0r0,29","w":332},"\u00be":{"d":"296,-275r-190,330r-39,0r190,-330r39,0xm339,-26v-5,1,-15,-4,-15,4r0,27r-35,4v1,-11,-1,-25,1,-35r-64,0v1,-52,27,-77,39,-118r38,0r-37,88r25,0v0,-18,1,-33,3,-51r30,-6r0,57r15,0r0,30xm123,-139v1,38,-52,59,-101,50r-9,-26v34,7,69,-4,68,-26v-2,-20,-23,-14,-40,-15r0,-29v16,3,42,1,39,-13v-3,-21,-39,-10,-48,1r-19,-23v29,-28,104,-28,106,19v0,13,-6,24,-17,31v13,6,21,17,21,31","w":352},"\u00bf":{"d":"160,43v-9,9,-33,28,-70,28v-37,0,-68,-23,-68,-61v0,-33,20,-45,33,-54v27,-18,28,-32,27,-60r41,0v8,35,-1,58,-30,79v-10,7,-24,14,-24,29v-1,39,61,23,69,8xm127,-158v0,17,-13,30,-30,30v-16,0,-29,-13,-29,-30v0,-17,13,-30,30,-30v16,0,29,13,29,30","w":174},"\u00c0":{"d":"216,0r-54,0r-18,-59r-73,0r-18,59r-52,0r82,-251r54,0xm132,-101v-2,-2,-22,-83,-24,-95r-25,95r49,0xm152,-285r-15,27r-80,-36r20,-38"},"\u00c1":{"d":"216,0r-54,0r-18,-59r-73,0r-18,59r-52,0r82,-251r54,0xm132,-101v-2,-2,-22,-83,-24,-95r-25,95r49,0xm165,-294r-81,36r-15,-27r75,-47"},"\u00c2":{"d":"216,0r-54,0r-18,-59r-73,0r-18,59r-52,0r82,-251r54,0xm132,-101v-2,-2,-22,-83,-24,-95r-25,95r49,0xm174,-283r-17,27r-50,-28r-48,28r-17,-27r65,-48"},"\u00c3":{"d":"216,0r-54,0r-18,-59r-73,0r-18,59r-52,0r82,-251r54,0xm132,-101v-2,-2,-22,-83,-24,-95r-25,95r49,0xm176,-288v-25,45,-85,-8,-116,19r-15,-27v25,-44,87,11,117,-19"},"\u00c4":{"d":"216,0r-54,0r-18,-59r-73,0r-18,59r-52,0r82,-251r54,0xm132,-101v-2,-2,-22,-83,-24,-95r-25,95r49,0xm99,-286v0,15,-12,28,-27,28v-15,0,-28,-13,-28,-28v0,-15,13,-28,28,-28v15,0,27,13,27,28xm176,-286v0,15,-13,28,-28,28v-15,0,-27,-13,-27,-28v0,-15,13,-28,28,-28v15,0,27,13,27,28","k":{"Y":11,"W":4,"V":11,"T":22}},"\u00c5":{"d":"216,0r-54,0r-18,-59r-73,0r-18,59r-52,0r82,-251r54,0xm132,-101v-2,-2,-22,-83,-24,-95r-25,95r49,0xm148,-295v0,21,-18,38,-39,38v-21,0,-37,-17,-37,-38v0,-21,17,-38,38,-38v21,0,38,17,38,38xm128,-295v0,-10,-8,-18,-18,-18v-10,0,-19,8,-19,18v0,10,8,19,18,19v10,0,19,-9,19,-19"},"\u00c6":{"d":"300,0r-147,0r0,-59r-69,0r-33,59r-56,0r149,-250r152,0r-7,41r-86,0r0,58r72,0r0,41r-71,0r0,67r96,0r0,43xm153,-101r1,-87v-3,6,-37,71,-46,87r45,0","w":309},"\u00c7":{"d":"73,-130v-8,81,45,118,102,79r23,32v-22,17,-44,24,-76,23r-2,8v18,2,25,14,25,28v0,31,-48,40,-70,23r11,-23v10,13,42,-1,18,-8v-22,5,-9,-18,-7,-31v-49,-12,-81,-60,-81,-121v0,-105,96,-171,176,-116r-22,34v-51,-35,-105,3,-97,72","w":206},"\u00c8":{"d":"175,0r-146,0r0,-250r142,0r-6,41r-86,0r0,58r72,0r0,41r-71,0r0,67r95,0r0,43xm139,-285r-15,27r-80,-36r20,-38","w":181},"\u00c9":{"d":"175,0r-146,0r0,-250r142,0r-6,41r-86,0r0,58r72,0r0,41r-71,0r0,67r95,0r0,43xm148,-294r-81,36r-15,-27r75,-47","w":181},"\u00ca":{"d":"175,0r-146,0r0,-250r142,0r-6,41r-86,0r0,58r72,0r0,41r-71,0r0,67r95,0r0,43xm165,-283r-16,27r-50,-28r-49,28r-16,-27r65,-48","w":181},"\u00cb":{"d":"175,0r-146,0r0,-250r142,0r-6,41r-86,0r0,58r72,0r0,41r-71,0r0,67r95,0r0,43xm90,-286v0,15,-13,28,-28,28v-15,0,-27,-13,-27,-28v0,-15,13,-28,28,-28v15,0,27,13,27,28xm166,-286v0,15,-13,28,-28,28v-15,0,-27,-13,-27,-28v0,-15,13,-28,28,-28v15,0,27,13,27,28","w":181},"\u00cc":{"d":"81,0r-52,0r0,-250r52,0r0,250xm97,-285r-15,27r-80,-36r21,-38","w":106},"\u00cd":{"d":"81,0r-52,0r0,-250r52,0r0,250xm110,-294r-81,36r-15,-27r75,-47","w":106},"\u00ce":{"d":"81,0r-52,0r0,-250r52,0r0,250xm121,-283r-17,27r-50,-28r-48,28r-16,-27r64,-48","w":106},"\u00cf":{"d":"81,0r-52,0r0,-250r52,0r0,250xm45,-286v0,15,-13,28,-28,28v-15,0,-27,-13,-27,-28v0,-15,13,-28,28,-28v15,0,27,13,27,28xm121,-286v0,15,-13,28,-28,28v-15,0,-27,-13,-27,-28v0,-15,13,-28,28,-28v15,0,27,13,27,28","w":106},"\u00d0":{"d":"77,-250v92,-8,133,41,133,126v0,75,-38,133,-122,124r-61,0r0,-110r-27,0r0,-32r27,0r0,-108r50,0xm153,-120v2,-59,-11,-100,-75,-91r0,69r39,0r-9,32r-30,0r0,69v56,5,74,-12,75,-79","w":226},"\u00d1":{"d":"203,0r-53,0r-77,-178v5,57,3,118,4,178r-48,0r0,-250r56,0v23,52,59,118,75,171v-6,-55,-4,-113,-5,-171r48,0r0,250xm179,-288v-11,14,-24,21,-45,21v-27,0,-50,-23,-71,-2r-15,-27v20,-29,61,-17,92,-8v10,0,18,-4,24,-11","w":227},"\u00d2":{"d":"18,-124v0,-73,35,-129,108,-129v67,0,108,49,108,127v0,76,-32,127,-106,130v-75,3,-110,-57,-110,-128xm74,-124v0,59,6,89,52,89v35,0,50,-26,50,-90v0,-54,0,-82,-50,-90v-43,3,-52,41,-52,91xm168,-285r-15,27r-80,-36r21,-38","w":248},"\u00d3":{"d":"18,-124v0,-73,35,-129,108,-129v67,0,108,49,108,127v0,76,-32,127,-106,130v-75,3,-110,-57,-110,-128xm74,-124v0,59,6,89,52,89v35,0,50,-26,50,-90v0,-54,0,-82,-50,-90v-43,3,-52,41,-52,91xm177,-294r-81,36r-15,-27r75,-47","w":248},"\u00d4":{"d":"18,-124v0,-73,35,-129,108,-129v67,0,108,49,108,127v0,76,-32,127,-106,130v-75,3,-110,-57,-110,-128xm74,-124v0,59,6,89,52,89v35,0,50,-26,50,-90v0,-54,0,-82,-50,-90v-43,3,-52,41,-52,91xm193,-283r-17,27r-50,-28r-48,28r-16,-27r64,-48","w":248},"\u00d5":{"d":"16,-124v0,-74,34,-128,108,-129v67,0,108,49,108,127v0,76,-32,127,-106,130v-75,3,-110,-57,-110,-128xm72,-124v0,59,6,89,52,89v35,0,50,-26,50,-90v0,-54,0,-82,-51,-90v-43,3,-51,41,-51,91xm192,-288v-24,45,-85,-8,-116,19r-15,-27v20,-29,61,-17,92,-8v10,0,18,-4,24,-11","w":248},"\u00d6":{"d":"18,-124v0,-73,35,-129,108,-129v67,0,108,49,108,127v0,76,-32,127,-106,130v-75,3,-110,-57,-110,-128xm74,-124v0,59,6,89,52,89v35,0,50,-26,50,-90v0,-54,0,-82,-50,-90v-43,3,-52,41,-52,91xm116,-286v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28v0,-15,14,-28,29,-28v15,0,27,13,27,28xm192,-286v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28v0,-15,14,-28,29,-28v15,0,27,13,27,28","w":248,"k":{"Y":7,"W":4,"V":7,"T":11}},"\u00d7":{"d":"198,-55r-32,32r-53,-54r-54,54r-32,-32r54,-54r-54,-54r32,-32r54,54r53,-54r32,32r-53,54","w":225},"\u00d8":{"d":"48,-28v-61,-72,-35,-225,77,-225v20,0,37,4,52,12r22,-35r26,14r-24,40v21,22,31,55,31,96v0,98,-73,156,-161,118r-25,40r-26,-15xm124,-215v-58,0,-56,85,-47,139r77,-127v-7,-6,-17,-12,-30,-12xm174,-125v0,-19,-1,-35,-4,-47r-77,128v50,24,85,0,81,-81","w":248},"\u00d9":{"d":"118,-39v31,0,39,-16,39,-51r0,-160r51,0v-2,66,7,151,-4,208v-4,20,-31,47,-85,47v-57,0,-92,-21,-91,-81r0,-174r52,0r0,164v-1,35,9,47,38,47xm159,-285r-14,27r-81,-36r21,-38","w":232},"\u00da":{"d":"118,-39v31,0,39,-16,39,-51r0,-160r51,0v-2,66,7,151,-4,208v-4,20,-31,47,-85,47v-57,0,-92,-21,-91,-81r0,-174r52,0r0,164v-1,35,9,47,38,47xm177,-294r-81,36r-14,-27r74,-47","w":232},"\u00db":{"d":"118,-39v31,0,39,-16,39,-51r0,-160r51,0v-2,66,7,151,-4,208v-4,20,-31,47,-85,47v-57,0,-92,-21,-91,-81r0,-174r52,0r0,164v-1,35,9,47,38,47xm185,-283r-16,27r-50,-28r-48,28r-17,-27r65,-48","w":232},"\u00dc":{"d":"118,-39v31,0,39,-16,39,-51r0,-160r51,0v-2,66,7,151,-4,208v-4,20,-31,47,-85,47v-57,0,-92,-21,-91,-81r0,-174r52,0r0,164v-1,35,9,47,38,47xm108,-286v0,15,-13,28,-28,28v-15,0,-27,-13,-27,-28v0,-15,13,-28,28,-28v15,0,27,13,27,28xm183,-286v0,15,-12,28,-27,28v-15,0,-28,-13,-28,-28v0,-15,13,-28,28,-28v15,0,27,13,27,28","w":232},"\u00dd":{"d":"205,-250r-80,147r0,103r-53,0r0,-103r-77,-147r60,0r45,100r45,-100r60,0xm157,-294r-81,36r-15,-27r75,-47","w":195,"k":{"\u0159":-7}},"\u00de":{"d":"77,-211v80,-3,121,16,121,77v0,61,-44,88,-121,81r0,53r-50,0r0,-250r50,0r0,39xm77,-94v39,2,66,0,66,-38v0,-36,-29,-41,-66,-38r0,76","w":207},"\u00df":{"d":"34,-184v-5,-49,28,-74,75,-77v83,-5,105,86,40,111v-7,6,-5,12,4,16v37,15,52,26,55,65v3,52,-54,87,-109,69r10,-33v45,16,62,-49,25,-68v-30,-7,-45,-55,-12,-71v21,-11,14,-54,-13,-52v-22,2,-26,17,-26,47v0,56,7,134,-7,177r-49,0v11,-33,6,-101,7,-147r-29,0r0,-37r29,0","w":220,"k":{"\u015f":7,"\u015d":7,"\u015b":7,"s":7}},"\u00e0":{"d":"20,-162v42,-30,156,-49,143,39v3,39,-13,84,16,103r-25,29v-11,-5,-21,-13,-26,-22v-29,37,-112,21,-112,-38v0,-46,38,-65,100,-63v4,-54,-45,-35,-75,-14xm114,-41v-1,-12,4,-31,-1,-40v-33,0,-45,6,-45,28v0,28,32,32,46,12xm139,-227r-15,26r-80,-36r20,-37","w":187},"\u00e1":{"d":"20,-162v42,-30,156,-49,143,39v3,39,-13,84,16,103r-25,29v-11,-5,-21,-13,-26,-22v-29,37,-112,21,-112,-38v0,-46,38,-65,100,-63v4,-54,-45,-35,-75,-14xm114,-41v-1,-12,4,-31,-1,-40v-33,0,-45,6,-45,28v0,28,32,32,46,12xm150,-237r-81,36r-14,-26r74,-47","w":187,"k":{"\u010f":2}},"\u00e2":{"d":"20,-162v42,-30,156,-49,143,39v3,39,-13,84,16,103r-25,29v-11,-5,-21,-13,-26,-22v-29,37,-112,21,-112,-38v0,-46,38,-65,100,-63v4,-54,-45,-35,-75,-14xm114,-41v-1,-12,4,-31,-1,-40v-33,0,-45,6,-45,28v0,28,32,32,46,12xm159,-225r-16,26r-50,-27r-49,27r-16,-26r65,-49","w":187},"\u00e3":{"d":"20,-162v42,-30,156,-49,143,39v3,39,-13,84,16,103r-25,29v-11,-5,-21,-13,-26,-22v-29,37,-112,21,-112,-38v0,-46,38,-65,100,-63v4,-54,-45,-35,-75,-14xm114,-41v-1,-12,4,-31,-1,-40v-33,0,-45,6,-45,28v0,28,32,32,46,12xm161,-230v-11,14,-24,21,-45,21v-27,0,-51,-23,-72,-2r-14,-27v10,-13,24,-21,44,-21v26,0,51,24,72,2","w":187},"\u00e4":{"d":"20,-162v42,-30,156,-49,143,39v3,39,-13,84,16,103r-25,29v-11,-5,-21,-13,-26,-22v-29,37,-112,21,-112,-38v0,-46,38,-65,100,-63v4,-54,-45,-35,-75,-14xm114,-41v-1,-12,4,-31,-1,-40v-33,0,-45,6,-45,28v0,28,32,32,46,12xm84,-229v0,16,-13,29,-29,29v-15,0,-28,-13,-28,-29v0,-15,13,-28,29,-28v15,0,28,13,28,28xm160,-229v0,16,-14,29,-29,29v-15,0,-28,-13,-28,-29v0,-16,13,-29,29,-29v15,0,28,13,28,29","w":187},"\u00e5":{"d":"20,-162v42,-30,156,-49,143,39v3,39,-13,84,16,103r-25,29v-11,-5,-21,-13,-26,-22v-29,37,-112,21,-112,-38v0,-46,38,-65,100,-63v4,-54,-45,-35,-75,-14xm114,-41v-1,-12,4,-31,-1,-40v-33,0,-45,6,-45,28v0,28,32,32,46,12xm134,-237v0,21,-18,38,-39,38v-21,0,-37,-17,-37,-38v0,-21,17,-38,38,-38v21,0,38,17,38,38xm114,-237v0,-10,-8,-19,-18,-19v-10,0,-19,9,-19,19v0,10,8,18,18,18v10,0,19,-8,19,-18","w":187},"\u00e6":{"d":"189,-188v59,2,81,42,78,111v-34,2,-76,-4,-106,2v-3,53,56,53,85,26r19,29v-36,31,-100,36,-131,1v-28,42,-120,32,-120,-32v0,-46,38,-65,100,-63v4,-54,-45,-35,-75,-14r-21,-34v29,-21,97,-41,127,-9v10,-9,26,-17,44,-17xm113,-41v-2,-12,4,-32,-2,-40v-33,0,-45,6,-45,28v0,29,33,31,47,12xm217,-112v0,-25,-6,-40,-27,-41v-18,0,-29,15,-29,41r56,0","w":277},"\u00e7":{"d":"69,-89v0,58,36,71,67,39r22,29v-15,16,-33,24,-59,25r-2,8v18,2,26,14,26,28v0,31,-48,40,-71,23r11,-23v10,13,44,-1,19,-8v-23,6,-11,-18,-8,-30v-37,-9,-58,-43,-58,-93v0,-84,80,-126,137,-77r-23,31v-33,-29,-61,-14,-61,48","w":167},"\u00e8":{"d":"99,-188v60,0,81,43,78,111r-107,1v-2,52,56,55,86,27r19,28v-59,52,-157,23,-157,-69v0,-58,29,-98,81,-98xm127,-112v0,-25,-6,-40,-27,-41v-18,0,-29,15,-29,41r56,0xm133,-227r-15,26r-80,-36r21,-37","w":185},"\u00e9":{"d":"99,-188v60,0,81,43,78,111r-107,1v-2,52,56,55,86,27r19,28v-59,52,-157,23,-157,-69v0,-58,29,-98,81,-98xm127,-112v0,-25,-6,-40,-27,-41v-18,0,-29,15,-29,41r56,0xm152,-237r-81,36r-15,-26r75,-47","w":185},"\u00ea":{"d":"99,-188v60,0,81,43,78,111r-107,1v-2,52,56,55,86,27r19,28v-59,52,-157,23,-157,-69v0,-58,29,-98,81,-98xm127,-112v0,-25,-6,-40,-27,-41v-18,0,-29,15,-29,41r56,0xm165,-225r-16,26r-50,-27r-49,27r-16,-26r65,-49","w":185},"\u00eb":{"d":"99,-188v60,0,81,43,78,111r-107,1v-2,52,56,55,86,27r19,28v-59,52,-157,23,-157,-69v0,-58,29,-98,81,-98xm127,-112v0,-25,-6,-40,-27,-41v-18,0,-29,15,-29,41r56,0xm89,-229v0,15,-13,28,-28,28v-15,0,-27,-13,-27,-28v0,-15,13,-27,28,-27v15,0,27,12,27,27xm165,-229v0,15,-13,28,-28,28v-15,0,-27,-13,-27,-28v0,-15,13,-27,28,-27v15,0,27,12,27,27","w":185},"\u00ec":{"d":"77,0r-48,0r0,-181r48,-8r0,189xm92,-227r-15,26r-81,-36r21,-37","w":102},"\u00ed":{"d":"77,0r-48,0r0,-181r48,-8r0,189xm111,-237r-81,36r-15,-26r75,-47","w":102},"\u00ee":{"d":"77,0r-48,0r0,-181r48,-8r0,189xm118,-225r-16,26r-50,-27r-48,27r-17,-26r65,-49","w":102,"k":{"\u0163":-13}},"\u00ef":{"d":"77,0r-48,0r0,-181r48,-8r0,189xm42,-229v0,15,-12,28,-27,28v-15,0,-28,-13,-28,-28v0,-15,13,-27,28,-27v15,0,27,12,27,27xm118,-229v0,15,-12,28,-27,28v-15,0,-28,-13,-28,-28v0,-15,13,-27,28,-27v15,0,27,12,27,27","w":102},"\u00f0":{"d":"107,-218v39,24,70,79,70,131v0,60,-35,91,-81,91v-45,0,-80,-30,-80,-81v1,-52,40,-81,95,-74v-8,-12,-21,-24,-33,-34r-15,17r-29,-13r17,-19v-14,-6,-31,-12,-51,-14r29,-34v15,2,33,7,51,15r11,-13r30,13xm98,-35v28,0,35,-41,29,-72v-22,-13,-62,-10,-62,31v0,24,12,41,33,41","w":192},"\u00f1":{"d":"72,-166v29,-31,102,-33,102,31r0,135r-47,0r0,-120v2,-44,-32,-26,-50,-10r0,130r-48,0v-2,-59,7,-129,-7,-177r43,-12v4,8,7,15,7,23xm166,-230v-25,45,-85,-8,-116,19r-15,-27v10,-13,25,-21,45,-21v26,0,51,24,72,2","w":199},"\u00f2":{"d":"99,-188v51,0,85,38,84,95v-1,58,-28,97,-84,97v-50,0,-83,-37,-83,-95v0,-58,33,-97,83,-97xm70,-93v0,36,3,62,30,62v21,0,30,-18,30,-62v0,-37,-1,-59,-30,-59v-27,0,-30,27,-30,59xm132,-227r-14,26r-81,-36r21,-37","w":195},"\u00f3":{"d":"99,-188v51,0,85,38,84,95v-1,58,-28,97,-84,97v-50,0,-83,-37,-83,-95v0,-58,33,-97,83,-97xm70,-93v0,36,3,62,30,62v21,0,30,-18,30,-62v0,-37,-1,-59,-30,-59v-27,0,-30,27,-30,59xm152,-237r-81,36r-14,-26r74,-47","w":195},"\u00f4":{"d":"99,-188v51,0,85,38,84,95v-1,58,-28,97,-84,97v-50,0,-83,-37,-83,-95v0,-58,33,-97,83,-97xm70,-93v0,36,3,62,30,62v21,0,30,-18,30,-62v0,-37,-1,-59,-30,-59v-27,0,-30,27,-30,59xm165,-225r-16,26r-50,-27r-49,27r-16,-26r65,-49","w":195},"\u00f5":{"d":"99,-188v51,0,85,38,84,95v-1,58,-28,97,-84,97v-50,0,-83,-37,-83,-95v0,-58,33,-97,83,-97xm70,-93v0,36,3,62,30,62v21,0,30,-18,30,-62v0,-37,-1,-59,-30,-59v-27,0,-30,27,-30,59xm165,-230v-11,14,-24,21,-45,21v-27,0,-51,-23,-72,-2r-15,-27v10,-13,25,-21,45,-21v26,0,51,24,72,2","w":195},"\u00f6":{"d":"99,-188v51,0,85,38,84,95v-1,58,-28,97,-84,97v-50,0,-83,-37,-83,-95v0,-58,33,-97,83,-97xm70,-93v0,36,3,62,30,62v21,0,30,-18,30,-62v0,-37,-1,-59,-30,-59v-27,0,-30,27,-30,59xm89,-229v0,15,-13,28,-28,28v-15,0,-27,-13,-27,-28v0,-15,13,-27,28,-27v15,0,27,12,27,27xm165,-229v0,15,-13,28,-28,28v-15,0,-27,-13,-27,-28v0,-15,13,-27,28,-27v15,0,27,12,27,27","w":195},"\u00f7":{"d":"198,-77r-182,0r0,-38r182,0r0,38xm138,-24v0,17,-15,30,-32,30v-17,0,-31,-13,-31,-30v0,-18,15,-33,32,-33v17,0,31,15,31,33xm138,-168v0,17,-14,31,-31,31v-17,0,-31,-14,-31,-31v0,-17,14,-31,31,-31v17,0,31,14,31,31","w":214},"\u00f8":{"d":"157,-163v48,51,24,167,-60,167v-14,0,-26,-3,-37,-8r-21,34r-22,-12r22,-37v-49,-49,-22,-169,58,-169v15,0,27,3,39,9r22,-35r22,13xm99,-31v26,7,34,-48,28,-84r-47,78v5,4,13,6,19,6xm116,-145v-31,-21,-48,11,-48,52v0,9,1,18,1,25","w":195},"\u00f9":{"d":"75,-71v-11,49,37,45,50,22r0,-130r46,-10v5,59,-12,135,12,175r-35,19v-6,-4,-11,-10,-14,-18v-38,33,-107,23,-107,-49r0,-118r48,-9r0,118xm144,-227r-15,26r-80,-36r20,-37","w":196},"\u00fa":{"d":"75,-71v-11,49,37,45,50,22r0,-130r46,-10v5,59,-12,135,12,175r-35,19v-6,-4,-11,-10,-14,-18v-38,33,-107,23,-107,-49r0,-118r48,-9r0,118xm157,-237r-81,36r-15,-26r75,-47","w":196},"\u00fb":{"d":"75,-71v-11,49,37,45,50,22r0,-130r46,-10v5,59,-12,135,12,175r-35,19v-6,-4,-11,-10,-14,-18v-38,33,-107,23,-107,-49r0,-118r48,-9r0,118xm166,-225r-16,26r-50,-27r-49,27r-16,-26r65,-49","w":196},"\u00fc":{"d":"75,-71v-11,49,37,45,50,22r0,-130r46,-10v5,59,-12,135,12,175r-35,19v-6,-4,-11,-10,-14,-18v-38,33,-107,23,-107,-49r0,-118r48,-9r0,118xm88,-229v0,15,-13,28,-28,28v-15,0,-27,-13,-27,-28v0,-15,13,-27,28,-27v15,0,27,12,27,27xm166,-229v0,15,-13,28,-28,28v-15,0,-27,-13,-27,-28v0,-15,13,-27,28,-27v15,0,27,12,27,27","w":196},"\u00fd":{"d":"184,-184r-67,187v-21,56,-30,67,-80,78r-16,-32v29,-6,45,-22,54,-49r-12,0r-61,-181r49,-6r42,146v8,-47,28,-99,41,-143r50,0xm153,-237r-80,36r-15,-26r74,-47","w":182},"\u00fe":{"d":"185,-95v0,66,-60,126,-113,85r0,77r-46,12r0,-289v0,-23,-1,-35,-4,-45r50,-12r0,93v50,-39,113,3,113,79xm74,-49v26,25,66,7,56,-45v10,-51,-33,-69,-56,-40r0,85","w":200},"\u00ff":{"d":"184,-184r-67,187v-21,56,-30,67,-80,78r-16,-32v29,-6,45,-22,54,-49r-12,0r-61,-181r49,-6r42,146v8,-47,28,-99,41,-143r50,0xm87,-229v0,15,-13,28,-28,28v-15,0,-27,-13,-27,-28v0,-15,13,-27,28,-27v15,0,27,12,27,27xm163,-229v0,15,-13,28,-28,28v-15,0,-27,-13,-27,-28v0,-15,13,-27,28,-27v15,0,27,12,27,27","w":182},"\u0100":{"d":"216,0r-54,0r-18,-59r-73,0r-18,59r-52,0r82,-251r54,0xm132,-101v-2,-2,-22,-83,-24,-95r-25,95r49,0xm166,-269r-113,0r0,-33r113,0r0,33","k":{"\u010b":2,"\u0109":2,"y":2,"v":2,"l":2,"c":2,"Y":11,"W":4,"V":11,"U":4,"T":14,"Q":4,"O":4,"C":2,".":-4}},"\u0101":{"d":"20,-162v42,-30,156,-49,143,39v3,39,-13,84,16,103r-25,29v-11,-5,-21,-13,-26,-22v-29,37,-112,21,-112,-38v0,-46,38,-65,100,-63v4,-54,-45,-35,-75,-14xm114,-41v-1,-12,4,-31,-1,-40v-33,0,-45,6,-45,28v0,28,32,32,46,12xm152,-212r-113,0r0,-28r113,0r0,28","w":187,"k":{"\u015d":4,"y":2,"w":2,"s":4,"d":2}},"\u0102":{"d":"216,0r-54,0r-18,-59r-73,0r-18,59r-52,0r82,-251r54,0xm132,-101v-2,-2,-22,-83,-24,-95r-25,95r49,0xm177,-303v-5,6,-36,43,-67,43v-30,0,-61,-36,-68,-45r15,-19v8,7,30,24,55,24v21,0,46,-19,53,-24","k":{"\u010b":2,"\u0109":2,"y":2,"v":2,"l":2,"c":2,"Y":11,"W":4,"V":11,"U":4,"T":14,"Q":4,"O":4,"C":2}},"\u0103":{"d":"20,-162v42,-30,156,-49,143,39v3,39,-13,84,16,103r-25,29v-11,-5,-21,-13,-26,-22v-29,37,-112,21,-112,-38v0,-46,38,-65,100,-63v4,-54,-45,-35,-75,-14xm114,-41v-1,-12,4,-31,-1,-40v-33,0,-45,6,-45,28v0,28,32,32,46,12xm163,-243v-5,6,-37,43,-68,43v-30,0,-61,-35,-68,-44r15,-20v8,7,30,25,55,25v21,0,46,-20,53,-25","w":187,"k":{"\u015d":4,"y":2,"w":2,"s":4,"d":2}},"\u0104":{"d":"219,63v-26,15,-80,12,-78,-24v0,-14,9,-29,19,-39r-17,-59r-74,0r-18,59r-52,0r82,-251r54,0r79,251v-25,-1,-40,17,-36,35v3,12,19,11,30,4xm130,-101v-2,-2,-21,-84,-23,-95r-26,95r49,0","k":{"\u010b":2,"\u0109":2,"y":2,"v":2,"l":2,"j":-16,"c":2,"Y":11,"W":4,"V":11,"U":4,"T":14,"Q":4,"O":4,"C":2}},"\u0105":{"d":"18,-162v42,-30,143,-51,143,39v0,41,-9,91,17,110v-24,19,-37,29,-35,47v1,13,20,12,31,5r10,24v-26,14,-77,13,-77,-24v0,-18,14,-33,26,-42v-3,-3,-5,-6,-7,-10v-29,37,-112,21,-112,-38v0,-46,38,-65,100,-63v4,-54,-45,-35,-75,-14xm112,-41v-1,-12,4,-31,-1,-40v-33,0,-45,6,-45,28v0,28,32,32,46,12","w":187,"k":{"\u015d":4,"\u0135":-7,"y":2,"w":2,"s":4,"j":-7,"d":2}},"\u0106":{"d":"75,-130v-10,82,46,117,101,79r23,32v-75,58,-192,-1,-181,-101v-9,-104,96,-171,176,-116r-23,34v-50,-35,-104,3,-96,72xm177,-294r-80,36r-15,-27r75,-47","w":206,"k":{"\u015d":4,"\u0135":4,"\u0121":7,"\u011d":7,"\u010b":4,"\u0109":4,"y":14,"w":7,"v":11,"u":7,"t":4,"s":4,"r":5,"q":11,"o":14,"n":4,"m":7,"l":7,"j":4,"i":5,"g":7,"e":18,"d":7,"c":4,"b":4,"a":7,"U":4,"S":4,"Q":14,"O":14,"G":14,"E":4,"C":14,"B":4}},"\u0107":{"d":"71,-89v0,58,36,70,67,39r22,29v-15,16,-33,25,-62,25v-51,0,-80,-35,-80,-95v0,-84,80,-126,137,-77r-23,31v-33,-29,-61,-14,-61,48xm153,-236r-81,36r-15,-26r75,-47","w":167,"k":{"\u016d":2,"\u015d":4,"\u0135":4,"\u0127":5,"\u0125":5,"\u0121":5,"\u011d":5,"\u010b":7,"\u0109":7,"\u00bb":-5,"x":2,"u":2,"s":4,"r":2,"q":7,"p":2,"o":5,"n":4,"m":4,"l":5,"k":5,"j":4,"i":4,"h":5,"g":5,"f":4,"e":7,"d":7,"c":7,"b":5,"a":5,".":2,"-":4}},"\u0108":{"d":"75,-130v-10,82,46,117,101,79r23,32v-75,58,-192,-1,-181,-101v-9,-104,96,-171,176,-116r-23,34v-50,-35,-104,3,-96,72xm197,-283r-17,27r-50,-28r-48,28r-16,-27r64,-48","w":206,"k":{"\u017e":7,"\u016d":7,"\u0165":4,"\u0163":4,"\u015f":4,"\u015d":4,"\u015b":4,"\u0157":5,"\u0155":4,"\u0151":5,"\u0146":4,"\u0144":2,"\u013e":7,"\u013c":7,"\u013a":4,"\u0135":4,"\u012b":-13,"\u0123":7,"\u0121":7,"\u011f":5,"\u011d":7,"\u0117":13,"\u0113":9,"\u0111":7,"\u010f":7,"\u010b":4,"\u0109":4,"\u0105":7,"y":14,"w":7,"v":11,"u":7,"t":4,"s":4,"r":5,"q":11,"o":14,"n":4,"m":4,"l":7,"j":4,"i":5,"g":7,"e":18,"d":7,"c":4,"b":4,"a":7,"U":4,"S":4,"Q":14,"O":14,"G":14,"E":4,"C":14,"B":4,"-":22}},"\u0109":{"d":"71,-89v0,58,36,70,67,39r22,29v-15,16,-33,25,-62,25v-51,0,-80,-35,-80,-95v0,-84,80,-126,137,-77r-23,31v-33,-29,-61,-14,-61,48xm168,-225r-16,26r-50,-27r-49,27r-16,-26r65,-49","w":167,"k":{"\u0171":2,"\u016f":2,"\u016d":2,"\u016b":2,"\u015f":4,"\u015d":4,"\u015b":4,"\u0159":2,"\u0157":2,"\u0155":2,"\u0151":5,"\u014d":5,"\u0148":4,"\u0146":4,"\u0144":4,"\u013e":2,"\u013c":2,"\u013a":2,"\u0137":9,"\u0135":4,"\u012f":4,"\u012b":4,"\u0127":9,"\u0125":9,"\u0123":5,"\u0121":5,"\u011f":5,"\u011d":5,"\u011b":7,"\u0117":7,"\u0113":7,"\u0111":7,"\u010f":7,"\u010d":7,"\u010b":7,"\u0109":7,"\u0107":7,"\u0105":5,"\u0103":5,"\u0101":5,"x":2,"u":2,"s":4,"r":2,"q":7,"p":2,"o":5,"n":4,"m":4,"l":2,"k":9,"j":4,"i":4,"h":9,"g":5,"f":4,"e":7,"d":7,"c":7,"b":5,"a":5,"@":7,".":2,"-":4}},"\u010a":{"d":"75,-130v-10,82,46,117,101,79r23,32v-75,58,-192,-1,-181,-101v-9,-104,96,-171,176,-116r-23,34v-50,-35,-104,3,-96,72xm161,-288v0,17,-13,30,-30,30v-16,0,-30,-13,-30,-30v0,-17,13,-30,30,-30v16,0,30,13,30,30","w":206,"k":{"\u017e":7,"\u016d":7,"\u0165":4,"\u0163":4,"\u015f":4,"\u015d":4,"\u015b":4,"\u0157":5,"\u0155":4,"\u0146":4,"\u0144":2,"\u013e":7,"\u013c":7,"\u013a":4,"\u0135":4,"\u012b":-13,"\u0123":7,"\u0121":7,"\u011f":5,"\u011d":7,"\u0119":18,"\u0117":13,"\u0113":9,"\u0111":7,"\u010f":7,"\u010b":4,"\u0109":4,"\u0105":7,"y":14,"w":7,"v":11,"u":7,"t":4,"s":4,"r":5,"q":11,"o":14,"n":4,"m":4,"l":7,"j":4,"i":5,"g":7,"e":18,"d":7,"c":4,"b":4,"a":7,"U":4,"S":4,"Q":14,"O":14,"G":14,"E":4,"C":14,"B":4,"-":22}},"\u010b":{"d":"71,-89v0,58,36,70,67,39r22,29v-15,16,-33,25,-62,25v-51,0,-80,-35,-80,-95v0,-84,80,-126,137,-77r-23,31v-33,-29,-61,-14,-61,48xm131,-235v0,17,-12,30,-29,30v-16,0,-30,-13,-30,-30v0,-17,13,-30,30,-30v16,0,29,13,29,30","w":167,"k":{"\u0173":2,"\u0171":2,"\u016f":2,"\u016d":2,"\u016b":2,"\u015f":4,"\u015d":4,"\u015b":4,"\u0159":2,"\u0157":2,"\u0155":2,"\u0151":5,"\u014d":5,"\u0148":4,"\u0146":4,"\u0144":4,"\u013e":2,"\u013c":2,"\u013a":2,"\u0137":9,"\u0135":4,"\u012f":4,"\u012b":4,"\u0127":9,"\u0125":9,"\u0123":5,"\u0121":5,"\u011f":5,"\u011d":5,"\u011b":7,"\u0119":7,"\u0117":7,"\u0113":7,"\u0111":7,"\u010f":7,"\u010d":7,"\u010b":7,"\u0109":7,"\u0107":7,"\u0105":5,"\u0103":5,"\u0101":5,"x":2,"u":2,"s":4,"r":2,"q":7,"p":2,"o":5,"n":4,"m":4,"l":2,"k":9,"j":4,"i":4,"h":9,"g":5,"f":4,"e":7,"d":7,"c":7,"b":5,"a":5,"@":7,".":2,"-":4}},"\u010c":{"d":"75,-130v-10,82,46,117,101,79r23,32v-75,58,-192,-1,-181,-101v-9,-104,96,-171,176,-116r-23,34v-50,-35,-104,3,-96,72xm192,-307r-65,49r-66,-49r16,-26r50,27r49,-27","w":206,"k":{"\u016d":7,"\u015d":4,"\u0135":4,"\u012b":-4,"\u0121":7,"\u011d":7,"\u010b":4,"\u0109":4,"y":14,"w":7,"v":11,"u":7,"t":4,"s":4,"r":5,"q":11,"o":14,"n":4,"m":7,"l":7,"j":4,"i":5,"g":7,"e":18,"d":7,"c":4,"b":4,"a":7,"U":4,"S":4,"Q":14,"O":14,"G":14,"E":4,"C":14,"B":4}},"\u010d":{"d":"71,-89v0,58,36,70,67,39r22,29v-15,16,-33,25,-62,25v-51,0,-80,-35,-80,-95v0,-84,80,-126,137,-77r-23,31v-33,-29,-61,-14,-61,48xm165,-248r-65,48r-67,-48r17,-27r50,28r48,-28","w":167,"k":{"\u016d":2,"\u015d":4,"\u0135":4,"\u012b":-14,"\u0121":5,"\u011d":5,"\u010b":7,"\u0109":7,"\u00bb":-5,"x":2,"u":2,"s":4,"r":2,"q":7,"p":2,"o":5,"n":4,"m":4,"j":4,"i":4,"g":5,"f":4,"e":7,"d":7,"c":7,"a":5,".":2,"-":4}},"\u010e":{"d":"79,-250v92,-8,133,42,133,126v0,74,-38,133,-122,124r-61,0r0,-250r50,0xm155,-120v2,-59,-11,-100,-75,-91r0,170v56,5,74,-12,75,-79xm169,-307r-65,49r-66,-49r16,-26r50,27r49,-27","w":226,"k":{"\u016d":2,"\u015d":4,"z":7,"y":2,"x":5,"u":2,"s":4,"e":2,"Z":7,"Y":7,"X":7,"W":4,"V":7,"T":11,"S":7,"A":4}},"\u010f":{"d":"211,-215v-4,-9,-23,-13,-20,-28v0,-14,12,-25,27,-25v34,-2,38,48,19,69v-7,7,-19,16,-33,20r-15,-16v13,-4,22,-12,22,-20xm183,0r-43,0v-1,-3,-2,-6,-3,-11v-53,41,-119,-2,-119,-78v0,-71,55,-118,112,-87v-4,-23,-1,-62,-2,-90r48,7v2,75,-6,204,7,259xm129,-48r0,-88v-31,-26,-57,-10,-57,47v0,55,32,64,57,41","w":201,"k":{"\u017e":-20,"\u0165":-18,"\u0161":-16,"\u015d":9,"\u0159":-31,"\u0155":-14,"\u0148":-14,"\u013e":-18,"\u013a":-16,"\u0135":-23,"\u0127":-14,"\u0125":-14,"\u0121":14,"\u011d":14,"\u011b":-5,"\u010f":20,"\u010d":-5,"\u010b":14,"\u0109":14,"\u00fd":-13,"\u00f4":-9,"\u00ed":-22,"\u00e4":-20,"y":-5,"w":-7,"v":-9,"t":-18,"s":9,"q":11,"o":13,"l":-14,"k":-14,"j":-23,"i":-23,"h":-14,"g":14,"f":-18,"e":22,"d":14,"c":14,"b":-14,".":22,",":16}},"\u0110":{"d":"77,-250v92,-8,133,41,133,126v0,75,-38,133,-122,124r-61,0r0,-110r-27,0r0,-32r27,0r0,-108r50,0xm153,-120v2,-59,-11,-100,-75,-91r0,69r39,0r-9,32r-30,0r0,69v56,5,74,-12,75,-79","w":226,"k":{"\u017d":7,"\u016d":2,"\u0160":7,"\u015d":4,"\u015c":7,"z":7,"y":2,"x":5,"u":2,"s":4,"e":2,"Z":7,"Y":7,"X":7,"W":4,"V":7,"T":11,"S":7,"A":4}},"\u0111":{"d":"199,-205r-25,0v1,57,-4,170,7,205r-43,0v-1,-3,-2,-6,-3,-11v-52,41,-119,-2,-119,-78v0,-71,55,-118,112,-87r-2,-29r-40,0r0,-28r40,0r0,-33r48,7r0,26r25,0r0,28xm127,-48r0,-88v-31,-26,-57,-10,-57,47v0,55,32,64,57,41","w":201,"k":{"\u015d":2,"s":2,"p":2,"d":2,"a":2}},"\u0112":{"d":"175,0r-146,0r0,-250r142,0r-6,41r-86,0r0,58r72,0r0,41r-71,0r0,67r95,0r0,43xm156,-269r-113,0r0,-33r113,0r0,33","w":181,"k":{"\u016d":2,"\u015d":2,"\u012b":-4,"\u0121":4,"\u011d":4,"\u010b":2,"\u0109":2,"y":4,"w":2,"v":5,"u":2,"t":2,"s":2,"q":4,"o":5,"m":4,"g":4,"e":4,"d":4,"c":2,"a":2,"S":4,"Q":7,"O":7,"G":7,"C":7,"-":4}},"\u0113":{"d":"99,-188v60,0,81,43,78,111r-107,1v-2,52,56,55,86,27r19,28v-59,52,-157,23,-157,-69v0,-58,29,-98,81,-98xm127,-112v0,-25,-6,-40,-27,-41v-18,0,-29,15,-29,41r56,0xm157,-212r-113,0r0,-28r113,0r0,28","w":185,"k":{"\u015d":2,"\u0127":2,"\u0125":2,"\u0121":2,"\u011d":2,"x":2,"s":2,"l":2,"k":2,"h":2,"g":2,"b":2,"a":4}},"\u0116":{"d":"175,0r-146,0r0,-250r142,0r-6,41r-86,0r0,58r72,0r0,41r-71,0r0,67r95,0r0,43xm129,-288v0,17,-13,30,-30,30v-16,0,-29,-13,-29,-30v0,-17,13,-30,30,-30v16,0,29,13,29,30","w":181,"k":{"\u016d":2,"\u015d":2,"\u0121":4,"\u011d":4,"\u010b":2,"\u0109":2,"y":4,"w":2,"v":5,"u":2,"t":2,"s":2,"q":4,"o":5,"m":4,"g":4,"e":4,"d":4,"c":2,"a":2,"S":4,"Q":7,"O":7,"G":7,"C":7}},"\u0117":{"d":"99,-188v60,0,81,43,78,111r-107,1v-2,52,56,55,86,27r19,28v-59,52,-157,23,-157,-69v0,-58,29,-98,81,-98xm127,-112v0,-25,-6,-40,-27,-41v-18,0,-29,15,-29,41r56,0xm130,-235v0,17,-13,30,-30,30v-16,0,-30,-13,-30,-30v0,-17,13,-30,30,-30v16,0,30,13,30,30","w":185,"k":{"\u015d":2,"\u0127":2,"\u0125":2,"\u0121":2,"\u011d":2,"x":2,"s":2,"l":2,"k":2,"h":2,"g":2,"b":2,"a":4}},"\u0118":{"d":"182,63v-26,15,-77,12,-77,-24v0,-14,9,-29,19,-39r-97,0r0,-250r143,0r-7,41r-86,0r0,58r72,0r0,41r-71,0r0,67r95,0r0,43v-22,1,-34,17,-32,35v4,12,20,11,31,4","w":181,"k":{"\u016d":2,"\u015d":2,"\u0135":-11,"\u0121":4,"\u011d":4,"\u010b":2,"\u0109":2,"y":4,"w":2,"v":5,"u":2,"t":2,"s":2,"q":4,"o":5,"m":4,"j":-11,"g":4,"e":4,"d":4,"c":2,"a":2,"S":4,"Q":7,"O":7,"G":7,"C":7}},"\u0119":{"d":"97,-188v60,0,81,43,78,111r-107,1v-2,52,56,55,86,27r19,28v-20,17,-51,36,-44,55v2,13,19,12,30,5r10,24v-26,14,-79,13,-77,-24v0,-14,8,-25,17,-34v-58,2,-92,-35,-93,-95v-2,-58,29,-98,81,-98xm125,-112v0,-25,-6,-41,-27,-41v-18,0,-29,15,-29,41r56,0","w":185,"k":{"\u015d":2,"\u0127":2,"\u0125":2,"\u0121":2,"\u011d":2,"x":2,"s":2,"l":2,"k":2,"h":2,"g":2,"b":2,"a":4}},"\u011a":{"d":"175,0r-146,0r0,-250r142,0r-6,41r-86,0r0,58r72,0r0,41r-71,0r0,67r95,0r0,43xm165,-307r-65,49r-66,-49r16,-26r50,27r49,-27","w":181,"k":{"\u016d":2,"\u015d":2,"\u0121":4,"\u011d":4,"\u010b":2,"\u0109":2,"y":4,"w":2,"v":5,"u":2,"t":2,"s":2,"q":4,"o":5,"m":4,"g":4,"e":4,"d":4,"c":2,"a":2,"S":4,"Q":7,"O":7,"G":7,"C":7}},"\u011b":{"d":"99,-188v60,0,81,43,78,111r-107,1v-2,52,56,55,86,27r19,28v-59,52,-157,23,-157,-69v0,-58,29,-98,81,-98xm127,-112v0,-25,-6,-40,-27,-41v-18,0,-29,15,-29,41r56,0xm166,-248r-65,48r-66,-48r16,-27r50,28r48,-28","w":185,"k":{"\u015d":2,"\u0127":2,"\u0125":2,"\u0121":2,"\u011d":2,"x":2,"s":2,"l":2,"k":2,"h":2,"g":2,"b":2,"a":4}},"\u011c":{"d":"75,-120v0,68,31,97,86,79r0,-57r-38,0r-7,-41r97,0r0,120v-26,15,-53,22,-83,22v-71,1,-112,-53,-112,-126v0,-76,38,-129,113,-131v30,0,58,10,80,29r-27,31v-16,-13,-33,-19,-52,-19v-49,1,-57,40,-57,93xm197,-283r-16,27r-50,-28r-49,28r-16,-27r65,-48","w":234,"k":{"\u0105":2,"y":4,"w":2,"v":4,"a":2,"Y":7,"W":7,"V":4,"T":7}},"\u011d":{"d":"97,-188v33,0,71,21,94,-7r20,31v-12,13,-29,16,-46,12v30,41,-6,91,-65,85v-12,6,-19,10,-19,15v4,8,24,3,34,5v46,-1,72,16,72,56v0,44,-44,62,-88,62v-45,0,-101,-25,-80,-72r44,0v-8,22,6,35,33,35v21,0,42,-6,42,-25v0,-49,-113,5,-113,-52v0,-12,4,-23,34,-31v-27,-7,-40,-24,-40,-51v0,-38,31,-63,78,-63xm126,-125v0,-17,-11,-27,-29,-27v-18,0,-29,10,-29,27v0,19,11,26,28,26v19,0,30,-9,30,-26xm167,-225r-17,26r-50,-27r-48,27r-16,-26r64,-49","w":202,"k":{"\u017c":-2,"\u017a":-2,"\u0165":-4,"\u0163":-4,"\u015f":2,"\u015d":2,"\u015b":2,"\u0151":4,"\u014d":4,"\u0135":-2,"\u0123":2,"\u0121":2,"\u011f":2,"\u011d":2,"\u011b":4,"\u0119":4,"\u0117":4,"\u0113":4,"\u010d":2,"\u010b":2,"\u0109":2,"\u0107":2,"\u0105":4,"\u0103":4,"\u0101":4,"z":-2,"y":-4,"x":-2,"w":-4,"v":-4,"t":-4,"s":2,"q":4,"o":4,"j":-2,"g":2,"e":4,"c":2,"b":2,"a":4,"@":4,"-":2}},"\u011e":{"d":"196,-303v-5,6,-36,43,-67,43v-30,0,-62,-36,-69,-45r16,-19v8,7,29,24,54,24v21,0,46,-19,53,-24xm75,-120v0,68,31,97,86,79r0,-57r-38,0r-7,-41r97,0r0,120v-26,15,-53,22,-83,22v-71,1,-112,-53,-112,-126v0,-76,38,-129,113,-131v30,0,58,10,80,29r-27,31v-16,-13,-33,-19,-52,-19v-49,1,-57,40,-57,93","w":234,"k":{"y":4,"w":2,"v":4,"a":2,"Y":7,"W":7,"V":4,"T":7}},"\u011f":{"d":"97,-188v33,0,71,21,94,-7r20,31v-12,13,-29,16,-46,12v30,41,-6,91,-65,85v-12,6,-19,10,-19,15v4,8,24,3,34,5v46,-1,72,16,72,56v0,44,-44,62,-88,62v-45,0,-101,-25,-80,-72r44,0v-8,22,6,35,33,35v21,0,42,-6,42,-25v0,-49,-113,5,-113,-52v0,-12,4,-23,34,-31v-27,-7,-40,-24,-40,-51v0,-38,31,-63,78,-63xm126,-125v0,-17,-11,-27,-29,-27v-18,0,-29,10,-29,27v0,19,11,26,28,26v19,0,30,-9,30,-26xm169,-243v-5,6,-36,43,-67,43v-30,0,-62,-35,-69,-44r16,-20v8,7,29,25,54,25v21,0,46,-20,53,-25","w":202,"k":{"\u015d":2,"\u0135":-2,"\u0127":2,"\u0125":2,"\u0121":2,"\u011d":2,"\u010b":2,"\u0109":2,"z":-2,"y":-4,"x":-2,"w":-4,"v":-4,"t":-4,"s":2,"q":4,"o":4,"l":2,"k":2,"j":-2,"h":2,"g":2,"e":4,"c":2,"b":2,"a":4,"-":2}},"\u0120":{"d":"75,-120v0,68,31,97,86,79r0,-57r-38,0r-7,-41r97,0r0,120v-26,15,-53,22,-83,22v-71,1,-112,-53,-112,-126v0,-76,38,-129,113,-131v30,0,58,10,80,29r-27,31v-16,-13,-33,-19,-52,-19v-49,1,-57,40,-57,93xm161,-288v0,17,-13,30,-30,30v-16,0,-29,-13,-29,-30v0,-17,13,-30,30,-30v16,0,29,13,29,30","w":234,"k":{"\u0105":2,"y":4,"w":2,"v":4,"a":2,"Y":7,"W":7,"V":4,"T":7}},"\u0121":{"d":"97,-188v33,0,71,21,94,-7r20,31v-12,13,-29,16,-46,12v30,41,-6,91,-65,85v-12,6,-19,10,-19,15v4,8,24,3,34,5v46,-1,72,16,72,56v0,44,-44,62,-88,62v-45,0,-101,-25,-80,-72r44,0v-8,22,6,35,33,35v21,0,42,-6,42,-25v0,-49,-113,5,-113,-52v0,-12,4,-23,34,-31v-27,-7,-40,-24,-40,-51v0,-38,31,-63,78,-63xm126,-125v0,-17,-11,-27,-29,-27v-18,0,-29,10,-29,27v0,19,11,26,28,26v19,0,30,-9,30,-26xm127,-235v0,17,-12,30,-29,30v-16,0,-30,-13,-30,-30v0,-17,13,-30,30,-30v16,0,29,13,29,30","w":202,"k":{"\u017c":-2,"\u017a":-2,"\u0165":-4,"\u0163":-4,"\u015f":2,"\u015d":2,"\u015b":2,"\u0151":4,"\u014d":4,"\u0135":-2,"\u0123":2,"\u0121":2,"\u011f":2,"\u011d":2,"\u011b":4,"\u0119":4,"\u0117":4,"\u0113":4,"\u010d":2,"\u010b":2,"\u0109":2,"\u0107":2,"\u0105":4,"\u0103":4,"\u0101":4,"z":-2,"y":-4,"x":-2,"w":-4,"v":-4,"t":-4,"s":2,"q":4,"o":4,"j":-2,"g":2,"e":4,"c":2,"b":2,"a":4,"@":4,"-":2}},"\u0122":{"d":"75,-120v0,68,31,97,86,79r0,-57r-38,0r-7,-41r97,0r0,120v-26,15,-53,22,-83,22v-71,1,-112,-53,-112,-126v0,-76,38,-129,113,-131v30,0,58,10,80,29r-27,31v-16,-13,-33,-19,-52,-19v-49,1,-57,40,-57,93xm120,69v-4,-9,-23,-13,-20,-28v0,-14,12,-25,27,-25v34,-2,38,48,19,69v-7,7,-19,16,-33,20r-15,-17v13,-4,22,-11,22,-19","w":234,"k":{"y":4,"w":2,"v":4,"a":2,"Y":7,"W":7,"V":4,"T":7}},"\u0123":{"d":"97,-188v33,0,71,21,94,-7r20,31v-12,13,-29,16,-46,12v30,41,-6,91,-65,85v-12,6,-19,10,-19,15v4,8,24,3,34,5v46,-1,72,16,72,56v0,44,-44,62,-88,62v-45,0,-101,-25,-80,-72r44,0v-8,22,6,35,33,35v21,0,42,-6,42,-25v0,-49,-113,5,-113,-52v0,-12,4,-23,34,-31v-27,-7,-40,-24,-40,-51v0,-38,31,-63,78,-63xm126,-125v0,-17,-11,-27,-29,-27v-18,0,-29,10,-29,27v0,19,11,26,28,26v19,0,30,-9,30,-26xm107,-255v3,10,22,14,19,29v0,14,-12,24,-27,24v-33,2,-39,-48,-19,-68v7,-7,19,-17,33,-21r15,17v-13,4,-21,11,-21,19","w":202,"k":{"\u015d":2,"\u0135":-2,"\u0127":2,"\u0125":2,"\u0121":2,"\u011d":2,"\u010b":2,"\u0109":2,"z":-2,"y":-4,"x":-2,"w":-4,"v":-4,"t":-4,"s":2,"q":4,"o":4,"l":2,"k":2,"j":-2,"h":2,"g":2,"e":4,"c":2,"b":2,"a":4,"-":2}},"\u0124":{"d":"202,0r-51,0r0,-112r-72,0r0,112r-50,0r0,-250r50,0r0,97r72,0r0,-97r51,0r0,250xm181,-283r-16,27r-50,-28r-48,28r-17,-27r65,-48","w":227,"k":{"\u012b":-5}},"\u0125":{"d":"77,-170v35,-32,105,-26,105,41r0,129r-47,0r0,-124v1,-40,-40,-24,-57,-8r0,132r-49,0r0,-213v0,-17,-2,-34,-4,-42r50,-12v4,23,4,69,2,97xm118,-286r-16,26r-50,-27r-48,27r-17,-26r65,-48","w":207,"k":{"\u013e":4,"\u013c":4,"\u013a":4,"\u0123":2,"\u0121":2,"\u011f":2,"\u011d":2,"\u0105":4,"\u0103":4,"\u0101":4,"y":2,"x":2,"w":2,"v":2,"l":4,"g":2,"a":4}},"\u0126":{"d":"200,0r-51,0r0,-112r-72,0r0,112r-50,0r0,-178r-25,0r0,-41r25,0r0,-31r50,0r0,31r72,0r0,-31r51,0r0,31r25,0r0,41r-25,0r0,178xm77,-153r72,0r0,-25r-72,0r0,25","w":227,"k":{"\u012b":-5}},"\u0127":{"d":"75,-170v35,-32,105,-26,105,41r0,129r-47,0r0,-124v1,-40,-40,-24,-57,-8r0,132r-49,0r0,-198r-17,0r0,-31r17,0v-1,-11,-3,-21,-4,-26r50,-12v2,9,3,23,3,38r55,0r0,31r-55,0","w":207,"k":{"\u013e":4,"\u013c":4,"\u013a":4,"\u0123":2,"\u0121":2,"\u011f":2,"\u011d":2,"\u0105":4,"\u0103":4,"\u0101":4,"y":2,"x":2,"w":2,"v":2,"l":4,"g":2,"a":4}},"\u012a":{"d":"81,0r-52,0r0,-250r52,0r0,250xm112,-269r-113,0r0,-33r113,0r0,33","w":106},"\u012b":{"d":"77,0r-48,0r0,-181r48,-8r0,189xm113,-212r-113,0r0,-28r113,0r0,28","w":102,"k":{"\u015d":4,"\u0135":-7,"\u012b":-22,"\u0127":-4,"\u0125":-4,"y":4,"x":4,"s":4,"q":2,"l":-4,"k":-4,"j":-7,"i":-9,"h":-4,"b":-4,"a":2}},"\u012e":{"d":"85,63v-26,15,-77,12,-77,-24v0,-14,9,-29,19,-39r0,-250r53,0r0,250v-24,-1,-39,17,-35,35v3,12,19,11,30,4","w":106},"\u012f":{"d":"85,63v-26,15,-77,12,-77,-24v0,-14,9,-29,19,-39r0,-181r48,-8r0,189v-20,1,-34,19,-30,35v3,12,19,11,30,4xm81,-235v0,17,-13,30,-30,30v-16,0,-29,-13,-29,-30v0,-17,13,-30,30,-30v16,0,29,13,29,30","w":102,"k":{"\u015d":4,"y":4,"x":4,"s":4,"q":2,"a":2}},"\u0130":{"d":"81,0r-52,0r0,-250r52,0r0,250xm85,-288v0,17,-13,30,-30,30v-16,0,-29,-13,-29,-30v0,-17,13,-30,30,-30v16,0,29,13,29,30","w":106},"\u0131":{"d":"75,0r-48,0r0,-181r48,-8r0,189","w":102},"\u0134":{"d":"-4,33v27,-21,35,-24,35,-76r0,-207r51,0r0,201v5,72,-25,88,-62,108xm122,-283r-16,27r-50,-28r-48,28r-17,-27r65,-48","w":106,"k":{"\u012b":-5}},"\u0135":{"d":"5,53v17,-15,24,-24,24,-57r0,-173r48,-11v-10,95,32,243,-51,267xm120,-225r-17,26r-50,-27r-48,27r-17,-26r65,-49","w":101,"k":{"\u015f":4,"\u015d":4,"\u015b":4,"\u0151":3,"\u014d":3,"\u0123":2,"\u0121":2,"\u011f":2,"\u011d":2,"\u011b":2,"\u0119":2,"\u0117":2,"\u0113":2,"\u010d":2,"\u010b":2,"\u0109":2,"\u0107":2,"\u0105":4,"\u0103":4,"\u0101":4,"x":2,"v":4,"s":4,"q":4,"o":3,"g":2,"e":2,"c":2,"a":4}},"\u0136":{"d":"222,0r-66,0r-76,-131r0,131r-51,0r0,-250r51,0r0,114r72,-114r61,0r-79,116xm104,69v-4,-9,-23,-13,-19,-28v0,-14,12,-25,27,-25v34,-2,38,48,19,69v-7,7,-19,16,-33,20r-15,-17v13,-4,21,-11,21,-19","w":215,"k":{"\u016d":4,"\u015d":2,"\u012b":-13,"\u0121":4,"\u011d":4,"\u010b":7,"\u0109":7,"y":5,"w":2,"v":7,"u":4,"t":2,"s":2,"q":7,"p":2,"o":7,"m":7,"g":4,"e":7,"d":7,"c":7,"a":5,"Y":14,"S":7,"Q":11,"O":11,"G":7,"C":7}},"\u0137":{"d":"77,0r-48,0r0,-208v0,-16,0,-29,-3,-48r48,-11v7,79,1,182,3,267xm197,0r-57,0r-62,-104r47,-80r58,0r-58,77xm95,69v-4,-9,-23,-13,-19,-28v0,-14,12,-25,27,-25v34,-2,38,48,19,69v-7,7,-19,16,-33,20r-15,-17v13,-4,21,-11,21,-19","w":189,"k":{"\u016d":4,"\u015d":4,"\u0135":4,"\u0127":4,"\u0125":4,"\u0121":4,"\u011d":4,"\u010b":4,"\u0109":4,"\u00bb":-4,"y":4,"w":2,"v":2,"u":4,"s":4,"r":2,"q":5,"o":4,"m":11,"l":4,"k":4,"j":4,"i":4,"h":4,"g":4,"e":7,"d":5,"c":4,"b":4,"a":2,"-":11}},"\u0139":{"d":"170,-42r-9,42r-132,0r0,-250r51,0r0,208r90,0xm110,-294r-80,36r-15,-27r74,-47","w":171,"k":{"\u016d":2,"\u010f":2,"\u010b":2,"\u0109":2,"\u00fd":11,"y":11,"w":7,"v":11,"u":2,"q":4,"o":4,"m":7,"e":7,"d":2,"c":2,"Y":32,"W":18,"V":29,"U":7,"T":29,"Q":14,"O":14,"G":14,"C":14}},"\u013a":{"d":"78,-75v2,43,-6,43,18,45r9,29v-45,12,-76,1,-76,-61r0,-138v0,-24,-1,-38,-3,-55r50,-11v5,52,1,133,2,191xm104,-299r-80,36r-15,-27r75,-47","w":104,"k":{"\u015d":2,"\u0135":4,"\u0127":2,"\u0125":2,"\u0121":4,"\u011d":4,"s":2,"q":2,"m":4,"l":2,"k":2,"j":4,"h":2,"g":4,"e":2,"d":2,"b":2,"a":2,".":-2}},"\u013b":{"d":"170,-42r-9,42r-132,0r0,-250r51,0r0,208r90,0xm86,69v-4,-9,-23,-13,-20,-28v0,-14,12,-25,27,-25v35,-2,40,48,19,69v-7,7,-18,16,-32,20r-16,-17v13,-4,22,-11,22,-19","w":171,"k":{"\u016d":2,"\u010b":2,"\u0109":2,"y":11,"w":7,"v":11,"u":2,"q":4,"o":4,"m":7,"e":7,"d":2,"c":2,"Y":32,"W":18,"V":29,"U":7,"T":29,"Q":14,"O":14,"G":14,"C":14}},"\u013c":{"d":"78,-75v2,43,-6,43,18,45r9,29v-45,12,-76,1,-76,-61r0,-138v0,-24,-1,-38,-3,-55r50,-11v5,52,1,133,2,191xm58,69v-4,-9,-23,-13,-20,-28v0,-14,12,-25,27,-25v34,-2,38,48,19,69v-7,7,-19,16,-33,20r-15,-17v13,-4,22,-11,22,-19","w":104,"k":{"\u015d":2,"\u0135":-9,"\u0127":2,"\u0125":2,"\u0121":4,"\u011d":4,"s":2,"q":2,"m":4,"l":2,"k":2,"j":-9,"h":2,"g":4,"e":2,"d":2,"b":2,"a":2,".":-2}},"\u013d":{"d":"170,-42r-9,42r-132,0r0,-250r51,0r0,208r90,0xm127,-200v-4,-9,-23,-13,-20,-28v0,-14,12,-25,27,-25v35,-2,40,48,19,69v-7,7,-18,16,-32,20r-16,-17v13,-4,22,-11,22,-19","w":171,"k":{"\u00f3":4,"\u00e9":5,"o":4,"e":7,"Y":-9,"X":-4,"W":-11,"V":-13,"T":-11,"Q":4,"O":4,"G":4,"C":4}},"\u013e":{"d":"78,-75v2,43,-6,43,18,45r9,29v-45,12,-76,1,-76,-61r0,-138v0,-24,-1,-38,-3,-55r50,-11v5,52,1,133,2,191xm114,-215v-4,-9,-23,-13,-20,-28v0,-14,12,-25,27,-25v35,-2,40,48,19,69v-7,7,-18,16,-32,20r-15,-16v13,-4,21,-12,21,-20","w":104,"k":{"\u017e":-22,"\u0165":-18,"\u0161":-18,"\u0155":-14,"\u0148":-5,"\u013e":-20,"\u013a":-22,"\u0135":-25,"\u0127":-14,"\u0125":-14,"\u0121":14,"\u011d":14,"\u010f":13,"\u010d":-5,"\u010b":7,"\u0109":7,"\u00fd":-5,"\u00fa":-4,"\u00f4":-7,"\u00ed":-22,"\u00e4":-20,"y":-4,"w":-13,"v":-11,"t":-20,"q":9,"o":7,"l":-14,"k":-14,"j":-25,"i":-23,"h":-14,"g":14,"f":-20,"e":13,"d":9,"c":7,"b":-14,".":18,",":18}},"\u0141":{"d":"168,-42r-9,42r-132,0r0,-106r-20,7r0,-33r20,-7r0,-111r51,0r0,94r54,-17r0,33r-54,17r0,81r90,0","w":171,"k":{"\u010c":11,"\u0106":11}},"\u0142":{"d":"76,-120v5,36,-14,101,19,90r8,29v-45,12,-85,0,-76,-61r0,-41r-14,5r0,-33r14,-5r-3,-119r50,-11v4,23,1,81,2,113r20,-6r0,33","w":104},"\u0143":{"d":"203,0r-53,0r-77,-178v5,57,3,118,4,178r-48,0r0,-250r56,0v23,52,59,118,75,171v-6,-55,-4,-113,-5,-171r48,0r0,250xm170,-294r-81,36r-14,-27r74,-47","w":227},"\u0144":{"d":"72,-166v29,-31,102,-33,102,31r0,135r-47,0r0,-120v2,-44,-32,-26,-50,-10r0,130r-48,0v-2,-59,7,-129,-7,-177r43,-12v4,8,7,15,7,23xm151,-236r-81,36r-15,-26r75,-47","w":199,"k":{"\u015d":4,"\u0121":2,"\u011d":2,"z":2,"y":2,"x":2,"w":2,"v":2,"s":4,"g":2,"a":4}},"\u0145":{"d":"203,0r-53,0r-77,-178v5,57,3,118,4,178r-48,0r0,-250r56,0v23,52,59,118,75,171v-6,-55,-4,-113,-5,-171r48,0r0,250xm106,69v-4,-9,-23,-13,-20,-28v0,-14,12,-25,27,-25v35,-2,40,48,19,69v-7,7,-18,16,-32,20r-16,-17v13,-4,22,-11,22,-19","w":227},"\u0146":{"d":"72,-166v29,-31,102,-33,102,31r0,135r-47,0r0,-120v2,-44,-32,-26,-50,-10r0,130r-48,0v-2,-59,7,-129,-7,-177r43,-12v4,8,7,15,7,23xm94,69v-4,-9,-23,-13,-20,-28v0,-14,12,-25,27,-25v34,-2,38,48,19,69v-7,7,-19,16,-33,20r-15,-17v13,-4,22,-11,22,-19","w":199,"k":{"\u015d":4,"\u0121":2,"\u011d":2,"z":2,"y":2,"x":2,"w":2,"v":2,"s":4,"g":2,"a":4}},"\u0147":{"d":"203,0r-53,0r-77,-178v5,57,3,118,4,178r-48,0r0,-250r56,0v23,52,59,118,75,171v-6,-55,-4,-113,-5,-171r48,0r0,250xm181,-307r-65,49r-66,-49r16,-26r50,27r49,-27","w":227},"\u0148":{"d":"72,-166v29,-31,102,-33,102,31r0,135r-47,0r0,-120v2,-44,-32,-26,-50,-10r0,130r-48,0v-2,-59,7,-129,-7,-177r43,-12v4,8,7,15,7,23xm166,-248r-64,48r-67,-48r16,-27r51,28r48,-28","w":199,"k":{"\u015d":4,"\u0121":2,"\u011d":2,"z":2,"y":2,"x":2,"w":2,"v":2,"s":4,"g":2,"a":4}},"\u014c":{"d":"18,-124v0,-73,35,-129,108,-129v67,0,108,49,108,127v0,76,-32,127,-106,130v-75,3,-110,-57,-110,-128xm74,-124v0,59,6,89,52,89v35,0,50,-26,50,-90v0,-54,0,-82,-50,-90v-43,3,-52,41,-52,91xm183,-269r-113,0r0,-33r113,0r0,33","w":248,"k":{"\u0127":2,"\u0125":2,"\u0121":2,"\u011d":2,"x":4,"r":2,"l":2,"k":2,"h":2,"g":2,"f":2,"e":2,"d":2,"b":2,"a":2,"Z":7,"Y":7,"W":4,"V":7,"T":7,"S":4,"A":4}},"\u014d":{"d":"99,-188v51,0,85,38,84,95v-1,58,-28,97,-84,97v-50,0,-83,-37,-83,-95v0,-58,33,-97,83,-97xm70,-93v0,36,3,62,30,62v21,0,30,-18,30,-62v0,-37,-1,-59,-30,-59v-27,0,-30,27,-30,59xm158,-212r-113,0r0,-28r113,0r0,28","w":195,"k":{"\u015d":2,"\u0127":2,"\u0125":2,"z":2,"y":2,"x":7,"w":2,"v":4,"s":2,"l":2,"k":2,"h":2,"b":2,"a":2,".":2,",":2}},"\u0150":{"d":"18,-124v0,-73,35,-129,108,-129v67,0,108,49,108,127v0,76,-32,127,-106,130v-75,3,-110,-57,-110,-128xm74,-124v0,59,6,89,52,89v35,0,50,-26,50,-90v0,-54,0,-82,-50,-90v-43,3,-52,41,-52,91xm234,-325r-64,62r-23,-21r54,-69xm148,-329r-53,71r-26,-17r42,-76","w":248,"k":{"\u0127":2,"\u0125":2,"\u0121":2,"\u011d":2,"x":4,"r":2,"l":2,"k":2,"h":2,"g":2,"f":2,"e":2,"d":2,"b":2,"a":2,"Z":7,"Y":7,"W":4,"V":7,"T":7,"S":4,"A":4}},"\u0151":{"d":"99,-188v51,0,85,38,84,95v-1,58,-28,97,-84,97v-50,0,-83,-37,-83,-95v0,-58,33,-97,83,-97xm70,-93v0,36,3,62,30,62v21,0,30,-18,30,-62v0,-37,-1,-59,-30,-59v-27,0,-30,27,-30,59xm118,-278r-41,78r-28,-12r29,-82xm200,-271r-53,70r-26,-16r42,-77","w":195,"k":{"\u015d":2,"\u0127":2,"\u0125":2,"z":2,"y":2,"x":7,"w":2,"v":4,"s":2,"l":2,"k":2,"h":2,"b":2,"a":2,".":2,",":2}},"\u0152":{"d":"16,-126v0,-80,41,-124,132,-124r143,0r-7,41r-85,0r0,58r71,0r0,41r-71,0r0,67r97,0r0,43r-147,0v-99,6,-133,-39,-133,-126xm76,-130v0,58,20,105,76,87r0,-161v-45,-10,-76,7,-76,74","w":304},"\u0153":{"d":"204,-188v59,0,81,43,78,111v-34,2,-77,-4,-107,2v-2,52,57,54,86,26r18,29v-35,31,-92,34,-127,5v-53,44,-138,7,-138,-76v0,-82,81,-124,137,-78v14,-13,31,-19,53,-19xm68,-93v0,36,3,62,31,62v21,0,30,-18,30,-62v0,-37,-2,-59,-31,-59v-27,0,-30,27,-30,59xm231,-112v1,-28,-6,-41,-27,-41v-18,0,-28,15,-28,41r55,0","w":292},"\u0154":{"d":"210,0r-59,0v-23,-29,-49,-109,-73,-104r0,104r-49,0r0,-250r93,0v87,-11,96,138,18,142v20,17,66,103,70,108xm78,-142v39,2,65,-1,65,-34v0,-34,-30,-35,-65,-34r0,68xm153,-294r-81,36r-14,-27r74,-47","k":{"\u016d":4,"\u015d":2,"\u0121":4,"\u011d":4,"\u010b":2,"\u0109":2,"u":4,"s":2,"q":4,"o":4,"g":4,"e":4,"d":2,"c":2,"a":2,"W":4,"T":7}},"\u0155":{"d":"134,-185r-13,43v-17,-9,-31,-1,-44,12r0,130r-48,0v-2,-55,6,-136,-7,-177r43,-12v4,8,7,17,8,27v13,-18,35,-35,61,-23xm125,-236r-81,36r-14,-26r74,-47","w":128,"k":{"\u0165":-5,"\u015d":4,"\u0142":-4,"\u0135":-9,"\u0127":-4,"\u0125":-4,"\u0121":5,"\u011d":5,"\u010b":9,"\u0109":9,"\u00fd":-5,"\u00bb":-7,"z":-2,"y":-5,"x":-4,"w":-4,"v":-7,"t":-5,"s":4,"q":7,"o":7,"l":-4,"k":-4,"j":-9,"h":-4,"g":5,"f":-4,"e":5,"d":7,"c":9,"b":-4,"a":4,".":7,"-":4,",":7}},"\u0156":{"d":"210,0r-59,0v-23,-29,-49,-109,-73,-104r0,104r-49,0r0,-250r93,0v87,-11,96,138,18,142v20,17,66,103,70,108xm78,-142v39,2,65,-1,65,-34v0,-34,-30,-35,-65,-34r0,68xm103,69v-4,-9,-23,-13,-19,-28v0,-14,12,-25,27,-25v34,-2,38,48,19,69v-7,7,-19,16,-33,20r-15,-17v13,-4,21,-11,21,-19","k":{"\u016d":4,"\u015d":2,"\u0121":4,"\u011d":4,"\u010b":2,"\u0109":2,"u":4,"s":2,"q":4,"o":4,"g":4,"e":4,"d":2,"c":2,"a":2,"W":4,"T":7}},"\u0157":{"d":"134,-185r-13,43v-17,-9,-31,-1,-44,12r0,130r-48,0v-2,-55,6,-136,-7,-177r43,-12v4,8,7,17,8,27v13,-18,35,-35,61,-23xm45,69v-4,-9,-23,-13,-20,-28v0,-14,12,-25,27,-25v35,-2,40,48,19,69v-7,7,-18,16,-32,20r-16,-17v13,-4,22,-11,22,-19","w":128,"k":{"\u015d":4,"\u0121":5,"\u011d":5,"\u010b":9,"\u0109":9,"\u00bb":-7,"z":-2,"y":-5,"x":-4,"w":-4,"v":-7,"t":-5,"s":4,"q":7,"o":7,"g":5,"f":-4,"e":5,"d":7,"c":9,"a":4}},"\u0158":{"d":"210,0r-59,0v-23,-29,-49,-109,-73,-104r0,104r-49,0r0,-250r93,0v87,-11,96,138,18,142v20,17,66,103,70,108xm78,-142v39,2,65,-1,65,-34v0,-34,-30,-35,-65,-34r0,68xm170,-307r-65,49r-66,-49r16,-26r50,27r49,-27","k":{"\u016d":4,"\u015d":2,"\u0121":4,"\u011d":4,"\u010b":2,"\u0109":2,"u":4,"s":2,"q":4,"o":4,"g":4,"e":4,"d":2,"c":2,"a":2,"W":4,"T":7,"-":4}},"\u0159":{"d":"134,-185r-13,43v-17,-9,-31,-1,-44,12r0,130r-48,0v-2,-55,6,-136,-7,-177r43,-12v4,8,7,17,8,27v13,-18,35,-35,61,-23xm143,-248r-65,48r-66,-48r16,-27r50,28r48,-28","w":128,"k":{"\u0165":-5,"\u015d":4,"\u0142":-9,"\u0135":-9,"\u0127":-7,"\u0125":-7,"\u0121":5,"\u011d":5,"\u010b":9,"\u0109":9,"\u00fd":-9,"\u00bb":-7,"z":-2,"y":-5,"x":-4,"w":-4,"v":-7,"t":-5,"s":4,"q":7,"o":7,"l":-7,"k":-7,"j":-9,"i":-13,"h":-7,"g":5,"f":-4,"e":5,"d":7,"c":9,"b":-7,"a":4,".":7,"-":4,",":7}},"\u015a":{"d":"203,-79v0,85,-122,105,-189,62r19,-40v33,22,113,37,113,-14v0,-45,-94,-35,-110,-71v-26,-58,11,-116,79,-116v31,0,62,9,84,25r-24,36v-23,-14,-39,-19,-58,-19v-21,0,-35,12,-35,29v0,23,38,28,58,34v41,12,63,37,63,74xm168,-294r-81,36r-15,-27r75,-47","k":{"\u016d":2,"y":5,"x":2,"v":4,"u":2,"p":4,"m":7,"Z":7,"Y":4,"X":4,"W":4,"V":7,"T":4,"S":7,"Q":4,"P":2,"M":4,"E":4,"A":7}},"\u015b":{"d":"156,-90v41,86,-70,121,-143,75r17,-36v15,9,40,21,61,21v14,0,25,-9,25,-21v-3,-32,-68,-20,-84,-45v-26,-43,3,-93,61,-93v30,0,48,9,65,17r-15,32v-18,-9,-32,-13,-46,-13v-29,0,-32,33,0,37v22,3,54,15,59,26xm144,-236r-81,36r-14,-26r74,-47","w":176,"k":{"\u016d":2,"\u015d":4,"\u0135":2,"\u0127":4,"\u0125":4,"\u010b":2,"\u0109":2,"z":4,"x":4,"v":2,"u":2,"t":2,"s":4,"q":2,"p":2,"n":2,"m":4,"l":4,"k":4,"j":2,"i":4,"h":4,"c":2,"b":4,"a":5}},"\u015c":{"d":"203,-79v0,85,-122,105,-189,62r19,-40v33,22,113,37,113,-14v0,-45,-94,-35,-110,-71v-26,-58,11,-116,79,-116v31,0,62,9,84,25r-24,36v-23,-14,-39,-19,-58,-19v-21,0,-35,12,-35,29v0,23,38,28,58,34v41,12,63,37,63,74xm180,-283r-16,27r-50,-28r-48,28r-17,-27r65,-48","k":{"\u0173":2,"\u016d":2,"\u012b":-7,"y":5,"x":2,"v":4,"u":2,"p":4,"Z":7,"Y":4,"X":4,"W":4,"V":7,"T":4,"S":7,"Q":4,"P":2,"M":4,"E":4,"A":7}},"\u015d":{"d":"156,-90v41,86,-70,121,-143,75r17,-36v15,9,40,21,61,21v14,0,25,-9,25,-21v-3,-32,-68,-20,-84,-45v-26,-43,3,-93,61,-93v30,0,48,9,65,17r-15,32v-18,-9,-32,-13,-46,-13v-29,0,-32,33,0,37v22,3,54,15,59,26xm159,-225r-16,26r-50,-27r-49,27r-16,-26r65,-49","w":176,"k":{"\u017c":4,"\u017a":4,"\u0173":2,"\u0171":2,"\u016f":2,"\u016d":2,"\u016b":2,"\u0165":2,"\u0163":2,"\u015f":4,"\u015b":4,"\u0148":2,"\u0146":2,"\u0144":2,"\u013e":2,"\u013c":2,"\u013a":2,"\u0135":2,"\u012f":4,"\u012b":4,"\u010d":2,"\u010b":2,"\u0109":2,"\u0107":2,"\u0105":5,"\u0103":5,"\u0101":5,"z":4,"x":4,"v":2,"u":2,"t":2,"s":4,"q":2,"p":2,"n":2,"l":2,"j":2,"i":4,"c":2,"b":4,"a":5,"@":4}},"\u015e":{"d":"201,-79v0,46,-34,79,-88,84r-3,7v18,2,26,14,26,28v0,31,-48,40,-70,23r10,-23v10,13,44,-1,19,-8v-21,6,-10,-16,-8,-27v-25,-2,-52,-9,-74,-22r18,-40v33,22,113,37,113,-14v0,-45,-94,-35,-110,-71v-27,-58,11,-116,79,-116v31,0,62,9,84,25r-24,36v-23,-14,-39,-19,-58,-19v-21,0,-35,12,-35,29v0,22,38,28,58,34v41,12,63,37,63,74","k":{"\u016d":2,"\u00ee":-7,"y":5,"x":2,"v":4,"u":2,"p":4,"m":7,"Z":7,"Y":4,"X":4,"W":4,"V":7,"T":4,"S":7,"Q":4,"P":2,"M":4,"E":4,"A":7}},"\u015f":{"d":"117,-111v78,16,51,118,-23,116r-2,7v18,2,26,14,26,28v0,31,-48,40,-70,23r10,-23v10,13,44,-1,19,-8v-21,6,-10,-16,-8,-27v-18,-3,-37,-9,-58,-20r17,-36v15,9,40,21,61,21v14,0,25,-9,25,-21v-3,-32,-68,-20,-84,-45v-26,-43,3,-93,61,-93v30,0,49,9,66,17r-16,32v-18,-9,-32,-13,-46,-13v-29,0,-32,33,0,37","w":176,"k":{"\u016d":2,"\u015d":4,"\u0135":2,"\u0127":4,"\u0125":4,"\u010b":2,"\u0109":2,"z":4,"x":4,"v":2,"u":2,"t":2,"s":4,"q":2,"p":2,"n":2,"m":4,"l":4,"k":4,"j":2,"i":4,"h":4,"c":2,"b":4,"a":5}},"\u0160":{"d":"203,-79v0,85,-122,105,-189,62r19,-40v33,22,113,37,113,-14v0,-45,-94,-35,-110,-71v-26,-58,11,-116,79,-116v31,0,62,9,84,25r-24,36v-23,-14,-39,-19,-58,-19v-21,0,-35,12,-35,29v0,23,38,28,58,34v41,12,63,37,63,74xm177,-313r-65,49r-66,-49r16,-26r50,27r49,-27"},"\u0161":{"d":"156,-90v41,86,-70,121,-143,75r17,-36v15,9,40,21,61,21v14,0,25,-9,25,-21v-3,-32,-68,-20,-84,-45v-26,-43,3,-93,61,-93v30,0,48,9,65,17r-15,32v-18,-9,-32,-13,-46,-13v-29,0,-32,33,0,37v22,3,54,15,59,26xm154,-248r-65,49r-66,-49r16,-26r50,27r49,-27","w":176},"\u0162":{"d":"188,-250r-9,42r-59,0r0,208r-52,0r0,-208r-61,0r0,-42r181,0xm85,69v-4,-9,-23,-13,-19,-28v0,-14,12,-25,27,-25v34,-2,38,48,19,69v-7,7,-19,16,-33,20r-15,-17v13,-4,21,-11,21,-19","w":180,"k":{"\u016d":18,"\u015d":20,"\u0121":14,"\u011d":14,"\u010b":22,"\u0109":22,"\u00ee":-29,"z":11,"y":18,"x":11,"w":11,"v":11,"u":18,"s":20,"r":14,"q":18,"p":11,"o":29,"n":11,"m":11,"g":14,"e":29,"d":18,"c":22,"a":29,"Y":7,"W":-4,"V":7,"T":4,"S":4,"Q":4,"O":7,"G":4,"D":-4,"C":4,"A":14}},"\u0163":{"d":"121,-4v-43,17,-92,9,-92,-47r0,-100r-19,0r0,-33r19,0v0,-18,0,-30,2,-44r49,-12v-2,17,-3,37,-3,56r43,0r-12,33r-31,0r0,92v-2,32,14,34,38,26xm62,68v-5,-8,-20,-14,-20,-28v0,-14,12,-25,27,-25v34,-2,40,48,20,69v-7,7,-19,16,-33,20r-15,-16v13,-4,21,-12,21,-20","w":126,"k":{"\u016d":4,"\u015d":4,"\u0127":4,"\u0125":4,"\u0121":4,"\u011d":4,"\u010b":4,"\u0109":4,"\u00bb":-4,"x":-4,"v":-2,"u":4,"s":4,"q":4,"o":2,"n":4,"m":4,"l":4,"k":4,"h":4,"g":4,"e":7,"d":4,"c":4,"b":4,"a":4}},"\u0164":{"d":"188,-250r-9,42r-59,0r0,208r-52,0r0,-208r-61,0r0,-42r181,0xm158,-307r-64,49r-67,-49r17,-26r50,27r48,-27","w":180,"k":{"\u015d":20,"\u0159":-14,"\u0121":14,"\u011d":14,"\u010f":18,"\u010b":22,"\u0109":22,"\u00fd":9,"z":11,"y":18,"x":11,"w":11,"v":11,"u":18,"s":20,"r":14,"q":18,"p":11,"o":29,"n":11,"m":11,"g":14,"e":29,"d":18,"c":22,"a":29,"Y":7,"W":-4,"V":7,"T":4,"S":4,"Q":4,"O":7,"G":4,"D":-4,"C":4,"A":14,".":25}},"\u0165":{"d":"121,-4v-43,17,-92,9,-92,-47r0,-100r-19,0r0,-33r19,0v0,-18,0,-30,2,-44r49,-12v-2,17,-3,37,-3,56r43,0r-12,33r-31,0r0,92v-2,32,14,34,38,26xm116,-233v-4,-9,-23,-13,-20,-28v0,-14,12,-25,27,-25v35,-2,40,48,19,69v-7,7,-18,16,-32,20r-16,-16v13,-4,22,-12,22,-20","w":126,"k":{"\u017e":-20,"\u0161":-16,"\u0159":-29,"\u0155":-4,"\u0148":-11,"\u013e":-22,"\u013a":-27,"\u0135":-25,"\u0127":-18,"\u0125":-18,"\u0121":5,"\u011d":5,"\u011b":-9,"\u010d":-14,"\u010b":5,"\u0109":5,"\u00f4":-5,"\u00ed":-20,"\u00e4":-20,"w":-9,"t":-13,"q":5,"o":4,"l":-18,"k":-18,"j":-25,"i":-22,"h":-18,"g":5,"f":-13,"e":7,"d":2,"c":5,"b":-18}},"\u016a":{"d":"118,-39v31,0,39,-16,39,-51r0,-160r51,0v-2,66,7,151,-4,208v-4,20,-31,47,-85,47v-57,0,-92,-21,-91,-81r0,-174r52,0r0,164v-1,35,9,47,38,47xm175,-269r-113,0r0,-33r113,0r0,33","w":232,"k":{"\u015d":4,"\u0121":4,"\u011d":4,"\u010b":2,"\u0109":2,"s":4,"q":2,"p":2,"o":2,"g":4,"e":2,"d":2,"c":2,"a":2,"A":4}},"\u016b":{"d":"75,-71v-11,49,37,45,50,22r0,-130r46,-10v5,59,-12,135,12,175r-35,19v-6,-4,-11,-10,-14,-18v-38,33,-107,23,-107,-49r0,-118r48,-9r0,118xm157,-212r-113,0r0,-28r113,0r0,28","w":196,"k":{"\u015d":2,"y":2,"w":2,"v":2,"s":2,"n":4}},"\u016c":{"d":"118,-39v31,0,39,-16,39,-51r0,-160r51,0v-2,66,7,151,-4,208v-4,20,-31,47,-85,47v-57,0,-92,-21,-91,-81r0,-174r52,0r0,164v-1,35,9,47,38,47xm186,-303v-5,6,-36,43,-67,43v-30,0,-61,-36,-68,-45r15,-19v8,7,30,24,55,24v21,0,46,-19,53,-24","w":232,"k":{"\u015f":4,"\u015d":4,"\u015b":2,"\u012b":-5,"\u0123":4,"\u0121":4,"\u011f":4,"\u011d":4,"\u0119":4,"\u0117":2,"\u0111":2,"\u010f":2,"\u010d":2,"\u010b":2,"\u0109":2,"\u0107":2,"\u0105":2,"s":4,"q":2,"p":2,"o":2,"g":4,"e":2,"d":2,"c":2,"a":2,"A":4}},"\u016d":{"d":"159,-258v-5,7,-33,41,-61,41v-28,0,-56,-34,-61,-41r13,-16v6,6,27,23,50,23v19,0,42,-18,48,-23xm75,-71v-11,49,37,45,50,22r0,-130r46,-10v5,59,-12,135,12,175r-35,19v-6,-4,-11,-10,-14,-18v-38,33,-107,23,-107,-49r0,-118r48,-9r0,118","w":196,"k":{"\u015f":2,"\u015d":2,"\u015b":2,"\u0148":4,"\u0146":4,"\u0144":4,"\u013e":2,"\u013c":2,"\u013a":2,"y":2,"w":2,"v":2,"s":2,"n":4,"l":2}},"\u016e":{"d":"118,-39v31,0,39,-16,39,-51r0,-160r51,0v-2,66,7,151,-4,208v-4,20,-31,47,-85,47v-57,0,-92,-21,-91,-81r0,-174r52,0r0,164v-1,35,9,47,38,47xm156,-295v0,21,-17,38,-38,38v-21,0,-37,-17,-37,-38v0,-21,17,-38,38,-38v21,0,37,17,37,38xm136,-295v0,-10,-7,-19,-17,-19v-10,0,-19,9,-19,19v0,10,8,18,18,18v10,0,18,-8,18,-18","w":232,"k":{"\u015d":4,"\u0121":4,"\u011d":4,"\u010b":2,"\u0109":2,"s":4,"q":2,"p":2,"o":2,"g":4,"e":2,"d":2,"c":2,"a":2,"A":4}},"\u016f":{"d":"75,-71v-11,49,37,45,50,22r0,-130r46,-10v5,59,-12,135,12,175r-35,19v-6,-4,-11,-10,-14,-18v-38,33,-107,23,-107,-49r0,-118r48,-9r0,118xm141,-238v0,21,-17,38,-38,38v-21,0,-38,-17,-38,-38v0,-21,17,-38,38,-38v21,0,38,17,38,38xm121,-238v0,-10,-8,-18,-18,-18v-10,0,-18,8,-18,18v0,10,8,18,18,18v10,0,18,-8,18,-18","w":196,"k":{"\u015d":2,"y":2,"w":2,"v":2,"s":2,"n":4}},"\u0170":{"d":"118,-39v31,0,39,-16,39,-51r0,-160r51,0v-2,66,7,151,-4,208v-4,20,-31,47,-85,47v-57,0,-92,-21,-91,-81r0,-174r52,0r0,164v-1,35,9,47,38,47xm225,-325r-63,62r-23,-21r53,-69xm140,-329r-54,71r-26,-17r43,-76","w":232,"k":{"\u015d":4,"\u0121":4,"\u011d":4,"\u010b":2,"\u0109":2,"s":4,"q":2,"p":2,"o":2,"g":4,"e":2,"d":2,"c":2,"a":2,"A":4}},"\u0171":{"d":"75,-71v-11,49,37,45,50,22r0,-130r46,-10v5,59,-12,135,12,175r-35,19v-6,-4,-11,-10,-14,-18v-38,33,-107,23,-107,-49r0,-118r48,-9r0,118xm121,-278r-42,78r-28,-12r30,-82xm202,-271r-53,70r-26,-16r43,-77","w":196,"k":{"\u015d":2,"y":2,"w":2,"v":2,"s":2,"n":4}},"\u0172":{"d":"116,-39v31,0,39,-16,39,-51r0,-160r51,0v-2,66,5,150,-4,208v-7,42,-83,34,-81,76v1,13,19,12,30,5r10,24v-26,14,-79,13,-77,-24v0,-14,8,-26,17,-35v-48,-7,-76,-25,-75,-80r0,-174r52,0r0,164v-1,35,9,47,38,47","w":232,"k":{"\u015d":4,"\u0121":4,"\u011d":4,"\u010b":2,"\u0109":2,"s":4,"q":2,"p":2,"o":2,"g":4,"e":2,"d":2,"c":2,"a":2,"A":4}},"\u0173":{"d":"73,-71v-9,48,37,45,50,22r0,-130r47,-10v5,59,-12,136,12,176v-24,18,-36,30,-34,47v1,13,20,12,31,5r10,24v-26,14,-77,13,-77,-24v0,-18,14,-33,26,-42v-2,-3,-5,-6,-6,-10v-38,34,-107,22,-107,-49r0,-118r48,-9r0,118","w":196,"k":{"\u015d":2,"\u0135":-7,"y":2,"w":2,"v":2,"s":2,"n":4,"j":-7}},"\u0178":{"d":"205,-250r-80,147r0,103r-53,0r0,-103r-77,-147r60,0r45,100r45,-100r60,0xm88,-286v0,15,-13,28,-28,28v-15,0,-27,-13,-27,-28v0,-15,13,-28,28,-28v15,0,27,13,27,28xm164,-286v0,15,-13,28,-28,28v-15,0,-27,-13,-27,-28v0,-15,13,-28,28,-28v15,0,27,13,27,28","w":195},"\u0179":{"d":"184,-41r-13,41r-157,0r0,-35r108,-175v-23,3,-74,2,-103,2r12,-42r149,0r0,36r-105,174v29,-2,76,-1,109,-1xm154,-294r-80,36r-15,-27r75,-47","w":194,"k":{"\u015d":4,"\u0135":4,"\u0121":7,"\u011d":7,"\u010b":7,"\u0109":7,"y":11,"w":5,"v":7,"u":4,"t":4,"s":4,"r":4,"q":7,"o":11,"n":4,"m":4,"l":4,"j":4,"i":4,"g":7,"e":11,"d":7,"c":7,"a":7,"U":4,"S":4,"Q":7,"O":7,"G":7,"C":11}},"\u017a":{"d":"162,-33r-12,33r-136,0r0,-30r87,-120r-79,0r0,-34r136,0r0,33r-81,118r85,0xm139,-236r-81,36r-15,-26r75,-47","w":172,"k":{"\u016d":4,"\u015d":2,"\u0135":4,"\u0127":4,"\u0125":4,"\u0121":4,"\u011d":4,"\u010b":4,"\u0109":4,"u":4,"t":4,"s":2,"r":2,"q":2,"p":2,"o":4,"m":4,"l":4,"k":4,"j":4,"i":4,"h":4,"g":4,"e":5,"d":5,"c":4,"b":4,"a":5,"-":4}},"\u017b":{"d":"184,-41r-13,41r-157,0r0,-35r108,-175v-23,3,-74,2,-103,2r12,-42r149,0r0,36r-105,174v29,-2,76,-1,109,-1xm134,-288v0,17,-13,30,-30,30v-16,0,-29,-13,-29,-30v0,-17,13,-30,30,-30v16,0,29,13,29,30","w":194,"k":{"\u015d":4,"\u0142":5,"\u0135":4,"\u0121":7,"\u011d":7,"\u0119":11,"\u010b":7,"\u0109":7,"\u0107":5,"\u0105":7,"\u00f3":9,"\u00e9":9,"y":11,"w":5,"v":7,"u":4,"t":4,"s":4,"r":4,"q":7,"o":11,"n":4,"m":4,"l":4,"j":4,"i":4,"g":7,"e":11,"d":7,"c":7,"a":7,"U":4,"S":4,"Q":7,"O":7,"G":7,"C":11}},"\u017c":{"d":"162,-33r-12,33r-136,0r0,-30r87,-120r-79,0r0,-34r136,0r0,33r-81,118r85,0xm121,-235v0,17,-13,30,-30,30v-16,0,-29,-13,-29,-30v0,-17,13,-30,30,-30v16,0,29,13,29,30","w":172,"k":{"\u016d":4,"\u015d":2,"\u0135":4,"\u0127":4,"\u0125":4,"\u0121":4,"\u011d":4,"\u010b":4,"\u0109":4,"u":4,"t":4,"s":2,"r":2,"q":2,"p":2,"o":4,"m":4,"l":4,"k":4,"j":4,"i":4,"h":4,"g":4,"e":5,"d":5,"c":4,"b":4,"a":5}},"\u017d":{"d":"184,-41r-13,41r-157,0r0,-35r108,-175v-23,3,-74,2,-103,2r12,-42r149,0r0,36r-105,174v29,-2,76,-1,109,-1xm164,-313r-65,49r-66,-49r16,-26r50,27r49,-27","w":194,"k":{"\u012b":-4,"\u011b":4,"\u0119":11,"\u0117":7,"\u0111":9,"\u010f":7}},"\u017e":{"d":"162,-33r-12,33r-136,0r0,-30r87,-120r-79,0r0,-34r136,0r0,33r-81,118r85,0xm155,-248r-65,49r-66,-49r16,-26r50,27r49,-27","w":172},"\u017f":{"d":"32,-184v-13,-70,62,-100,117,-72r-20,34v-25,-18,-48,-2,-48,39r0,183r-49,0r0,-147r-29,0r0,-37r29,0","w":130},"\u0192":{"d":"139,-255r-15,30v-30,-20,-44,10,-41,41r43,0r-12,34r-32,0r-10,138v-4,60,-14,65,-52,91r-23,-33v23,-18,29,-24,31,-50r9,-146r-15,0r0,-34r19,0v-2,-48,14,-84,59,-83v15,0,30,6,39,12","w":115},"\u0218":{"d":"203,-79v0,85,-122,105,-189,62r19,-40v33,22,113,37,113,-14v0,-45,-94,-35,-110,-71v-26,-58,11,-116,79,-116v31,0,62,9,84,25r-24,36v-23,-14,-39,-19,-58,-19v-21,0,-35,12,-35,29v0,23,38,28,58,34v41,12,63,37,63,74xm99,69v-4,-9,-23,-13,-20,-28v0,-14,12,-25,27,-25v35,-2,40,48,19,69v-7,7,-18,16,-32,20r-16,-17v13,-4,22,-11,22,-19"},"\u0219":{"d":"156,-90v41,86,-70,121,-143,75r17,-36v15,9,40,21,61,21v14,0,25,-9,25,-21v-3,-32,-68,-20,-84,-45v-26,-43,3,-93,61,-93v30,0,48,9,65,17r-15,32v-18,-9,-32,-13,-46,-13v-29,0,-32,33,0,37v22,3,54,15,59,26xm81,69v-4,-9,-23,-13,-19,-28v0,-14,12,-25,27,-25v34,-2,38,48,19,69v-7,7,-19,16,-33,20r-15,-17v13,-4,21,-11,21,-19","w":176},"\u021b":{"d":"119,-4v-43,17,-92,9,-92,-47r0,-100r-18,0r0,-33r18,0v0,-18,0,-30,2,-44r49,-12v-2,17,-3,37,-3,56r43,0r-12,33r-31,0r0,92v-2,32,14,34,38,26xm72,69v-4,-9,-23,-13,-20,-28v0,-14,12,-25,27,-25v35,-2,40,48,19,69v-7,7,-18,16,-32,20r-16,-17v13,-4,22,-11,22,-19","w":126},"\u0237":{"d":"4,53v16,-16,23,-25,23,-57r0,-173r48,-11v-10,95,32,243,-51,267","w":101,"k":{"\u015d":4,"\u0121":2,"\u011d":2,"\u010b":2,"\u0109":2,"x":2,"v":4,"s":4,"q":4,"o":3,"g":2,"e":2,"c":2,"a":4}},"\u02c6":{"d":"140,-225r-16,26r-50,-27r-49,27r-16,-26r65,-49","w":149},"\u02c7":{"d":"140,-248r-65,49r-66,-49r16,-26r50,27r49,-27","w":149},"\u02d8":{"d":"132,-249v-5,7,-33,41,-61,41v-28,0,-57,-34,-62,-41r13,-16v6,6,27,23,50,23v19,0,43,-18,49,-23","w":140},"\u02d9":{"d":"68,-235v0,17,-12,30,-29,30v-16,0,-30,-13,-30,-30v0,-17,13,-30,30,-30v16,0,29,13,29,30","w":77},"\u02da":{"d":"85,-237v0,21,-18,38,-39,38v-21,0,-37,-17,-37,-38v0,-21,17,-38,38,-38v21,0,38,17,38,38xm65,-237v0,-10,-8,-19,-18,-19v-10,0,-19,9,-19,19v0,10,8,18,18,18v10,0,19,-8,19,-18","w":93},"\u02db":{"d":"90,63v-22,17,-70,8,-70,-23v0,-26,20,-45,26,-49r26,14v-11,8,-32,32,-11,41v8,0,13,-3,19,-6","w":110},"\u02dc":{"d":"140,-230v-11,14,-24,21,-45,21v-27,0,-50,-23,-71,-2r-15,-27v10,-13,25,-21,45,-21v26,0,51,24,71,2","w":149},"\u02dd":{"d":"79,-267r-42,78r-28,-12r30,-82xm161,-260r-53,70r-26,-16r42,-77","w":169},"\u037e":{"d":"49,12v0,-12,-28,-19,-23,-36v0,-18,13,-32,31,-32v61,0,36,102,-15,108r-19,-20v15,-4,26,-11,26,-20xm89,-133v0,17,-14,31,-31,31v-17,0,-31,-13,-31,-30v0,-17,13,-32,30,-32v17,0,32,14,32,31","w":116},"\u0384":{"d":"87,-271r-39,72r-28,-13r28,-75","w":106},"\u0385":{"d":"144,-291r-40,72r-28,-12r28,-76xm174,-229v0,15,-12,28,-27,28v-15,0,-28,-13,-28,-28v0,-15,13,-27,28,-27v15,0,27,12,27,27xm69,-229v0,15,-12,28,-27,28v-15,0,-28,-13,-28,-28v0,-15,13,-27,28,-27v15,0,27,12,27,27","w":188},"\u0386":{"d":"216,0r-54,0r-18,-59r-73,0r-18,59r-52,0r82,-251r54,0xm132,-101v-2,-2,-22,-83,-24,-95r-25,95r49,0xm33,-238r-39,72r-28,-12r28,-75","k":{"\u03d5":4,"\u03cd":7,"\u03cb":7,"\u03c8":7,"\u03c6":4,"\u03c5":7,"\u03c4":4,"\u03bd":2,"\u03b8":2,"\u03b3":2,"\u03b0":7,"\u03a8":7,"\u03a6":7,"\u03a5":14,"\u03a4":14,"\u0398":7,"Y":14,"T":14,"O":7}},"\u0387":{"d":"80,-98v0,17,-14,31,-32,31v-18,0,-32,-14,-32,-32v0,-18,15,-32,33,-32v18,0,31,15,31,33","w":96},"\u0388":{"d":"175,0r-146,0r0,-250r142,0r-6,41r-86,0r0,58r72,0r0,41r-71,0r0,67r95,0r0,43xm8,-238r-39,72r-28,-12r28,-75","w":181,"k":{"\u03cd":14,"\u03cc":7,"\u03cb":14,"\u03c8":4,"\u03c6":4,"\u03c5":14,"\u03c4":4,"\u03c3":4,"\u03c0":4,"\u03bf":4,"\u03bd":5,"\u03b8":7,"\u03b4":4,"\u03b3":4,"\u03b1":4,"\u03b0":14}},"\u0389":{"d":"202,0r-51,0r0,-112r-72,0r0,112r-50,0r0,-250r50,0r0,97r72,0r0,-97r51,0r0,250xm8,-238r-39,72r-28,-12r28,-75","w":227},"\u038a":{"d":"81,0r-52,0r0,-250r52,0r0,250xm8,-238r-39,72r-28,-12r28,-75","w":106},"\u038c":{"d":"18,-124v0,-73,35,-129,108,-129v67,0,108,49,108,127v0,76,-32,127,-106,130v-75,3,-110,-57,-110,-128xm74,-124v0,59,6,89,52,89v35,0,50,-26,50,-90v0,-54,0,-82,-50,-90v-43,3,-52,41,-52,91xm19,-238r-40,72r-28,-12r28,-75","w":248,"k":{"\u03cb":4,"\u03c7":7,"\u03c5":4,"\u03c4":7,"\u03bb":5,"\u03b4":5,"\u03b1":5,"\u03b0":4,".":14,",":14}},"\u038e":{"d":"205,-250r-80,147r0,103r-53,0r0,-103r-77,-147r60,0r45,100r45,-100r60,0xm-6,-238r-40,72r-27,-12r27,-75","w":195,"k":{"\u03d5":22,"\u03ce":22,"\u03c9":22,"\u03c8":18,"\u03c7":7,"\u03c6":22,"\u03c4":14,"\u03c3":22,"\u03c1":18,"\u03c0":11,"\u03bf":22,"\u03be":14,"\u03bd":4,"\u03bb":11,"\u03ba":14,"\u03b9":11,"\u03b8":11,"\u03b7":11,"\u03b6":18,"\u03b5":18,"\u03b4":18,"\u03b3":7,"\u03b2":11,"\u03b1":22,"\u00b5":11,".":43,",":36}},"\u038f":{"d":"242,-132v0,35,-23,73,-45,91r43,0r-9,41r-90,0r0,-36v26,-24,44,-68,44,-99v0,-35,-8,-80,-54,-80v-46,0,-55,47,-55,82v0,32,17,72,44,97r0,36r-98,0r9,-41r32,0v-75,-57,-50,-212,68,-212v66,0,111,44,111,121xm19,-238r-40,72r-27,-12r27,-75","w":257},"\u0390":{"d":"77,-143v0,40,-17,123,18,113r9,29v-45,12,-86,1,-75,-61v-1,-36,2,-85,-3,-114r48,-12v2,10,3,30,3,45xm106,-291r-40,72r-27,-12r27,-76xm136,-229v0,15,-12,28,-27,28v-15,0,-28,-13,-28,-28v0,-15,13,-27,28,-27v15,0,27,12,27,27xm32,-229v0,15,-13,28,-28,28v-15,0,-27,-13,-27,-28v0,-15,13,-27,28,-27v15,0,27,12,27,27","w":103,"k":{"\u03c8":4,"\u03c7":2,"\u03c6":4,"\u03c5":4,"\u03c4":4,"\u03b6":1,"\u03b3":4,"\u00b5":2}},"\u0391":{"d":"214,0r-54,0r-17,-59r-74,0r-18,59r-52,0r82,-251r54,0xm130,-101v-2,-2,-21,-84,-23,-95r-26,95r49,0","k":{"\u03d5":4,"\u03cd":7,"\u03cc":4,"\u03cb":7,"\u03c8":7,"\u03c6":4,"\u03c5":7,"\u03c4":4,"\u03bd":2,"\u03b8":2,"\u03b3":2,"\u03b0":7,"\u03ab":11,"\u03a8":7,"\u03a6":4,"\u03a5":11,"\u03a4":22,"\u039f":4,"\u0398":4,"\u038c":7,",":-4}},"\u0392":{"d":"112,-250v83,-14,110,96,42,117v70,14,65,131,-16,132r-111,1r0,-250r85,0xm77,-41v37,2,70,0,70,-35v0,-35,-33,-35,-70,-33r0,68xm77,-150v34,2,64,2,64,-29v0,-29,-31,-30,-64,-28r0,57","w":219,"k":{"\u03b4":4,"\u03b1":4,"\u03ac":4,"\u03a5":7,"\u039b":4,"\u0396":7,"\u0394":4,"\u0391":2}},"\u0393":{"d":"163,-250r-6,41r-79,0r0,209r-51,0r0,-250r136,0","w":159,"k":{"\u2126":4,"\u03ce":22,"\u03cd":18,"\u03cc":22,"\u03c9":22,"\u03c5":14,"\u03c1":22,"\u03bf":22,"\u03bd":14,"\u03bb":7,"\u03ba":18,"\u03b9":14,"\u03b7":11,"\u03b5":18,"\u03b4":18,"\u03b1":22,"\u03af":14,"\u03ae":14,"\u03ad":18,"\u03ac":22,"\u03a9":4,"\u03a5":7,"\u039f":4,"\u039b":11,"\u0398":4,"\u0394":14,"\u0391":14,"Y":7,"O":4,"A":14,".":29,",":22}},"\u0394":{"d":"208,-35r-7,35r-192,0r0,-38r77,-213r45,0xm153,-43v-15,-46,-34,-90,-45,-141v-11,49,-31,96,-46,141r91,0","w":215,"k":{"\u03a5":11,"\u03a4":22,"\u039f":4,"Y":11,"T":22,"O":4,",":-4}},"\u0395":{"d":"173,0r-146,0r0,-250r143,0r-7,41r-86,0r0,58r72,0r0,41r-71,0r0,67r95,0r0,43","w":181,"k":{"\u03cd":14,"\u03cc":4,"\u03cb":14,"\u03c8":4,"\u03c6":4,"\u03c5":14,"\u03c4":4,"\u03c3":4,"\u03c0":4,"\u03bf":4,"\u03bd":5,"\u03b8":7,"\u03b4":4,"\u03b3":4,"\u03b1":4,"\u03b0":14,"\u03ac":4,"\u03a6":11,"\u039f":7,"\u0398":7}},"\u0396":{"d":"182,-41r-13,41r-156,0r0,-35r107,-175v-22,3,-73,2,-102,2r11,-42r150,0r0,36r-93,157v-5,9,-13,17,-13,17v29,-2,76,-1,109,-1","w":194,"k":{"\u03ce":7,"\u03cd":4,"\u03cc":11,"\u03c9":7,"\u03c5":4,"\u03bf":11,"\u03b9":4,"\u03b7":4,"\u03b5":7,"\u03b1":4,"\u03af":4,"\u03ae":4,"\u03ad":7,"\u03ac":7,"\u039f":7}},"\u0397":{"d":"200,0r-51,0r0,-112r-72,0r0,112r-50,0r0,-250r50,0r0,97r72,0r0,-97r51,0r0,250","w":227},"\u0398":{"d":"237,-126v0,70,-33,130,-108,130v-76,0,-113,-57,-113,-128v0,-70,37,-129,111,-129v67,0,110,49,110,127xm178,-110r-105,0v1,36,10,75,54,75v32,0,48,-22,51,-75xm177,-150v-3,-31,-13,-65,-51,-65v-36,0,-48,34,-52,65r103,0","w":252,"k":{"\u03cd":4,"\u03c5":4,"\u03bb":5,"\u03b1":5,"\u03ac":5,"\u03a5":7,"\u03a4":11,"\u039b":4,"\u0391":4,"Y":7,"A":4,",":7}},"\u0399":{"d":"80,0r-53,0r0,-250r53,0r0,250","w":106},"\u039a":{"d":"221,0r-67,0r-76,-131r0,131r-51,0r0,-250r51,0r0,114r72,-114r62,0r-80,116","w":215,"k":{"\u2126":7,"\u03ce":7,"\u03cd":4,"\u03cc":7,"\u03c9":7,"\u03c5":4,"\u03c4":14,"\u03c1":4,"\u03bf":7,"\u03bd":7,"\u03bb":7,"\u03b5":4,"\u03b4":4,"\u03b1":7,"\u03ad":4,"\u03ac":7,"\u03a9":7,"\u03a6":14,"\u03a5":14,"\u039f":11,"\u0398":11,"\u038f":-22}},"\u039b":{"d":"207,0r-54,0r-29,-101v-9,-30,-14,-61,-20,-91v-13,66,-34,130,-51,192r-52,0r77,-251r54,0","w":207,"k":{"\u03d5":4,"\u03cd":7,"\u03cc":4,"\u03c5":7,"\u03a6":4,"\u03a5":5,"\u03a4":14,"\u039f":4,"\u0398":2,"\u038e":11,"\u038c":7,"Y":5,"T":14,",":-4}},"\u039c":{"d":"278,0r-49,0r-11,-175r-49,175r-43,0r-46,-176r-10,176r-50,0r23,-250r65,0r41,165v11,-56,29,-111,43,-165r64,0","w":298,"k":{"\u03cd":5,"\u03c5":5,"\u03a6":4}},"\u039d":{"d":"201,0r-53,0r-43,-96v-14,-31,-28,-67,-33,-82r4,178r-49,0r0,-250r56,0v24,52,60,117,75,171v-6,-55,-4,-113,-5,-171r48,0r0,250","w":227},"\u039e":{"d":"177,0r-170,0r7,-47r163,0r0,47xm174,-250r-8,44r-152,0r0,-44r160,0xm158,-153r-7,44r-127,0r7,-44r127,0","w":185,"k":{"\u03cd":14,"\u03cc":4,"\u03c5":14,"\u03bf":4,"\u03b1":4,"\u03ac":4,"\u039f":7,"O":7}},"\u039f":{"d":"16,-124v0,-74,35,-129,109,-129v67,0,107,49,107,127v0,76,-32,127,-106,130v-75,3,-110,-57,-110,-128xm72,-124v0,59,7,89,53,89v35,0,49,-26,49,-90v0,-54,0,-82,-50,-90v-43,3,-52,41,-52,91","w":248,"k":{"\u03cd":4,"\u03cb":4,"\u03c7":7,"\u03c5":4,"\u03c4":7,"\u03bb":5,"\u03b4":5,"\u03b1":5,"\u03b0":4,"\u03ac":5,"\u03ab":7,"\u03a5":7,"\u03a4":11,"\u03a3":4,"\u039e":7,"\u039b":4,"\u0396":7,"\u0394":4,"\u0391":4}},"\u03a0":{"d":"198,0r-51,0r0,-209r-70,0r0,209r-50,0r0,-250r171,0r0,250","w":225},"\u03a1":{"d":"93,-250v78,-2,105,21,105,77v0,61,-44,88,-121,81r0,92r-50,0r0,-250r66,0xm77,-133v39,2,66,0,66,-39v0,-36,-29,-41,-66,-38r0,77","w":207,"k":{"\u03ce":5,"\u03cd":4,"\u03cc":4,"\u03c9":5,"\u03c5":4,"\u03bf":4,"\u03b5":4,"\u03b1":4,"\u03ad":4,"\u03ac":4,"\u03a4":7,"\u039b":11,"\u0396":7,"\u0394":14,"\u0391":14,"\u038f":-36,".":22,",":22}},"\u03a3":{"d":"177,-41r-13,41r-151,0r0,-33r67,-99r-65,-85r12,-33r149,0r-14,42r-85,-2v16,15,43,56,59,77r-62,93v27,-2,72,-1,103,-1","w":184,"k":{"\u03d5":7,"\u03ce":7,"\u03cd":4,"\u03cc":11,"\u03c9":7,"\u03c7":4,"\u03c6":11,"\u03c5":4,"\u03c4":11,"\u03c0":7,"\u03bf":7,"\u03bd":7,"\u03ba":4,"\u03b9":4,"\u03b8":4,"\u03b7":4,"\u03b5":7,"\u03b4":4,"\u03b1":4,"\u03af":7,"\u03ae":7,"\u03ad":7,"\u03ac":5,"\u03a6":11,"\u03a4":11,"\u039f":7,"\u0398":7,"\u00b5":4,"T":11,"O":7}},"\u03a4":{"d":"186,-250r-9,42r-59,0r0,208r-51,0r0,-208r-62,0r0,-42r181,0","w":180,"k":{"\u2126":4,"\u03ce":18,"\u03cd":14,"\u03cc":18,"\u03c9":18,"\u03c5":11,"\u03c3":18,"\u03c1":14,"\u03bf":18,"\u03b9":11,"\u03b7":11,"\u03b6":7,"\u03b5":14,"\u03b1":18,"\u03af":11,"\u03ae":11,"\u03ad":14,"\u03ac":18,"\u03a9":4,"\u03a5":7,"\u03a4":4,"\u039f":4,"\u039b":11,"\u0398":4,"\u0394":14,"\u0391":14,"\u00b5":11,".":22,",":22}},"\u03a5":{"d":"203,-250r-80,147r0,103r-52,0r0,-103r-78,-147r60,0r45,100v14,-35,30,-67,46,-100r59,0","w":195,"k":{"\u03d5":22,"\u03ce":18,"\u03cc":22,"\u03c9":22,"\u03c8":18,"\u03c7":7,"\u03c6":22,"\u03c4":14,"\u03c3":22,"\u03c1":18,"\u03c0":11,"\u03bf":22,"\u03be":14,"\u03bd":4,"\u03bb":11,"\u03ba":14,"\u03b9":11,"\u03b8":11,"\u03b7":11,"\u03b6":18,"\u03b5":18,"\u03b4":18,"\u03b3":7,"\u03b2":11,"\u03b1":22,"\u03af":11,"\u03ae":11,"\u03ad":18,"\u03ac":22,"\u039f":11,"\u039c":4,"\u039b":7,"\u0398":11,"\u0394":11,"\u0391":11,"\u00b5":11,".":22,",":18}},"\u03a6":{"d":"280,-126v0,44,-26,92,-108,100r0,26r-51,0r0,-26v-81,-8,-107,-56,-107,-100v0,-44,26,-94,107,-100r0,-24r51,0r0,24v81,6,108,56,108,100xm121,-66r0,-120v-45,8,-50,39,-50,60v0,21,3,52,50,60xm222,-126v0,-21,-3,-52,-50,-60r0,120v48,-8,50,-39,50,-60","w":294,"k":{"\u03ce":4,"\u03cd":4,"\u03cc":4,"\u03c9":5,"\u03c5":5,"\u03c4":5,"\u03c1":4,"\u03bf":4,"\u03bb":14,"\u03b9":4,"\u03b8":4,"\u03b7":4,"\u03b5":5,"\u03b1":4,"\u03af":4,"\u03ae":4,"\u03ad":4,"\u03ac":4,"\u03a5":11,"\u03a4":18,"\u03a3":7,"\u039b":4,"\u0391":4,"Y":11,"T":22,"A":4,".":22,",":11}},"\u03a7":{"d":"210,0r-61,0r-45,-88r-45,88r-63,0r79,-134r-68,-116r62,0r34,67r34,-67r60,0r-65,113","w":205,"k":{"\u03ce":4,"\u03cd":4,"\u03cc":4,"\u03c9":4,"\u03c5":4,"\u03c4":11,"\u03bf":4,"\u03bd":7,"\u03bb":7,"\u03b9":4,"\u03b8":5,"\u03b7":4,"\u03b5":4,"\u03b1":4,"\u03af":4,"\u03ae":4,"\u03ad":4,"\u03ac":4}},"\u03a8":{"d":"255,-250v0,100,16,185,-96,193r0,57r-49,0r0,-57v-112,-7,-96,-93,-96,-193r49,0r0,95v0,21,0,54,47,61r0,-156r49,0r0,156v48,-8,47,-40,47,-61r0,-95r49,0","w":269,"k":{"\u03ce":5,"\u03cd":4,"\u03cc":4,"\u03c9":5,"\u03c5":4,"\u03bf":4,"\u03b5":4,"\u03b1":4,"\u03ad":5,"\u03ac":4,"\u03a5":11,"\u0391":7,"A":7,".":22,",":14}},"\u03a9":{"d":"240,-132v0,35,-23,73,-45,91r43,0r-9,41r-90,0r0,-36v26,-24,44,-68,44,-99v0,-35,-8,-80,-54,-80v-46,0,-55,47,-55,82v0,32,17,72,44,97r0,36r-98,0r9,-41r33,0v-75,-57,-50,-212,68,-212v66,0,110,44,110,121","w":257,"k":{"\u03a5":7,"\u03a4":11,"T":11}},"\u03aa":{"d":"80,0r-53,0r0,-250r53,0r0,250xm119,-286v0,15,-13,28,-28,28v-15,0,-27,-13,-27,-28v0,-15,13,-28,28,-28v15,0,27,13,27,28xm43,-286v0,15,-13,28,-28,28v-15,0,-27,-13,-27,-28v0,-15,13,-28,28,-28v15,0,27,13,27,28","w":106},"\u03ab":{"d":"205,-250r-80,147r0,103r-53,0r0,-103r-77,-147r60,0r45,100r45,-100r60,0xm164,-286v0,15,-13,28,-28,28v-15,0,-27,-13,-27,-28v0,-15,13,-28,28,-28v15,0,27,13,27,28xm88,-286v0,15,-13,28,-28,28v-15,0,-27,-13,-27,-28v0,-15,13,-28,28,-28v15,0,27,13,27,28","w":195,"k":{"\u039f":11,"\u039c":4,"\u039b":7,"\u0398":11,"\u0394":11,"\u0391":11,"O":11,"M":4,"A":11,".":22,",":14}},"\u03ac":{"d":"18,-89v0,-60,25,-100,76,-100v18,0,35,7,42,19v0,-6,0,-10,3,-15r40,0v-6,32,-3,84,-4,124v0,21,2,28,19,41r-26,29v-11,-5,-22,-15,-27,-24v-47,47,-123,1,-123,-74xm71,-95v0,61,30,71,58,46r0,-87v-7,-7,-15,-13,-26,-13v-26,0,-32,29,-32,54xm159,-271r-39,72r-28,-13r28,-75","w":202,"k":{"\u03d5":7,"\u03ce":4,"\u03cd":18,"\u03cc":5,"\u03cb":18,"\u03c9":4,"\u03c8":7,"\u03c6":7,"\u03c5":18,"\u03c4":14,"\u03bf":5,"\u03b8":5,"\u03b0":18,"\u00b5":2}},"\u03ad":{"d":"177,-20v-38,35,-159,41,-159,-31v0,-27,24,-39,36,-45v-17,-4,-29,-19,-29,-38v-3,-61,100,-70,143,-34r-17,33v-18,-16,-71,-24,-76,2v-4,24,29,18,53,19r0,33v-27,-1,-55,0,-53,24v4,33,65,19,81,2xm154,-271r-40,72r-28,-13r28,-75","w":180,"k":{"\u03cc":4,"\u03c6":4,"\u03bf":4,"\u03b8":4,"\u00b5":2}},"\u03ae":{"d":"72,-166v29,-31,110,-33,102,31v5,43,-15,98,19,115r-25,29v-50,-13,-42,-70,-41,-129v1,-44,-32,-26,-50,-10r0,130r-48,0v-2,-59,7,-129,-7,-177r43,-12v4,8,7,15,7,23xm156,-271r-40,72r-28,-13r28,-75","w":201,"k":{"\u03cd":4,"\u03cc":4,"\u03c8":4,"\u03c5":4,"\u03c4":4,"\u03bf":4,"\u03b8":4,"\u03b6":2,"\u03b3":4,"\u03b2":4}},"\u03af":{"d":"77,-143v0,40,-17,123,18,113r9,29v-45,12,-86,1,-75,-61v-1,-36,2,-85,-3,-114r48,-12v2,10,3,30,3,45xm114,-271r-40,72r-28,-13r28,-75","w":103,"k":{"\u03cd":4,"\u03cb":4,"\u03c8":4,"\u03c7":2,"\u03c5":4,"\u03c4":4,"\u03b6":2,"\u03b3":4,"\u03b0":4,"\u00b5":2}},"\u03b0":{"d":"171,-57v0,39,-26,61,-74,61v-100,0,-64,-102,-70,-184r48,-9r0,135v0,13,7,22,25,22v18,0,25,-11,25,-23r0,-124r46,-10r0,132xm148,-291r-39,72r-28,-12r28,-76xm179,-229v0,15,-13,28,-28,28v-15,0,-27,-13,-27,-28v0,-15,13,-27,28,-27v15,0,27,12,27,27xm74,-229v0,15,-13,28,-28,28v-15,0,-27,-13,-27,-28v0,-15,13,-27,28,-27v15,0,27,12,27,27","w":194,"k":{"\u03ce":7,"\u03cc":7,"\u03c9":7,"\u03c6":9,"\u03c4":-4,"\u03c3":4,"\u03c1":7,"\u03bf":7,"\u03bd":4,"\u03bb":14,"\u03ba":7,"\u03b9":4,"\u03b8":7,"\u03b7":4,"\u03b5":7,"\u03b4":18,"\u03b3":4,"\u03b2":4,"\u03b1":18,"\u03af":4,"\u03ae":4,"\u03ad":7,"\u03ac":18,"\u00b5":7,".":36,",":36}},"\u03b1":{"d":"16,-89v0,-61,25,-100,77,-100v18,0,34,7,41,19v0,-6,1,-10,4,-15r39,0v-6,32,-3,84,-4,124v0,21,2,28,19,41r-25,29v-11,-5,-23,-15,-28,-24v-47,47,-123,1,-123,-74xm69,-95v0,61,31,72,58,46r0,-87v-7,-7,-14,-13,-25,-13v-26,0,-33,29,-33,54","w":202,"k":{"\u03d5":7,"\u03ce":4,"\u03cd":18,"\u03cc":5,"\u03cb":18,"\u03c9":4,"\u03c8":7,"\u03c6":7,"\u03c5":18,"\u03c4":14,"\u03bf":5,"\u03b8":5,"\u03b0":18,"\u00b5":2}},"\u03b2":{"d":"201,-70v0,37,-25,74,-85,74v-19,0,-31,-6,-43,-13r0,76r-46,12r0,-235v0,-63,24,-101,81,-101v77,0,102,93,40,118v32,8,53,33,53,69xm148,-69v0,-30,-14,-49,-58,-47r7,-36v32,1,38,-16,38,-37v0,-19,-8,-32,-27,-32v-30,0,-35,27,-35,59r0,112v20,26,75,31,75,-19","k":{"\u03ce":4,"\u03cd":14,"\u03cc":4,"\u03c9":4,"\u03c7":5,"\u03c5":14,"\u03c4":7,"\u03bf":4,"\u03bd":4,"\u03bb":5,"\u03b8":4,"\u03b7":4,"\u03b6":7,"\u03b4":5,"\u03b2":4,"\u03b1":5,"\u03ae":4,"\u03ac":5,"\u00b5":4,".":7,",":7}},"\u03b3":{"d":"187,-184r-66,181r0,70r-49,12r0,-82r-41,-124v-4,-10,-9,-27,-23,-22r-10,-30v28,-17,64,-9,73,25r27,101v5,-42,25,-92,36,-131r53,0","w":185,"k":{"\u03ce":7,"\u03cd":-7,"\u03cc":7,"\u03c9":7,"\u03c6":7,"\u03c5":-5,"\u03c1":7,"\u03bf":7,"\u03bd":4,"\u03bb":14,"\u03ba":7,"\u03b9":4,"\u03b7":5,"\u03b6":4,"\u03b5":4,"\u03b4":14,"\u03b3":2,"\u03b2":4,"\u03b1":18,"\u03af":2,"\u03ae":4,"\u03ad":5,"\u03ac":18,"\u00b5":5,".":40,",":11}},"\u03b4":{"d":"181,-93v0,53,-26,97,-84,97v-50,0,-83,-37,-83,-95v0,-48,27,-85,68,-89v-16,-14,-32,-25,-47,-31r6,-39r129,0r-7,38r-54,0v39,29,72,67,72,119xm129,-93v0,-22,-1,-52,-31,-52v-29,0,-30,31,-30,52v0,22,0,62,31,62v21,0,30,-18,30,-62","w":195,"k":{"\u03ce":4,"\u03cd":18,"\u03cc":5,"\u03c9":4,"\u03c5":18,"\u03c4":16,"\u03bf":5,"\u00b5":2}},"\u03b5":{"d":"175,-20v-38,36,-159,40,-159,-31v0,-27,24,-39,36,-45v-17,-4,-29,-19,-29,-38v-3,-61,100,-70,143,-34r-17,33v-18,-16,-71,-24,-76,2v-3,23,29,18,53,19r0,33v-27,-1,-55,0,-53,24v4,32,65,19,81,2","w":180,"k":{"\u03cc":4,"\u03c6":4,"\u03bf":4,"\u03b8":4,"\u00b5":2}},"\u03b6":{"d":"176,-250r-6,40v-65,30,-98,93,-98,137v0,23,20,24,45,24v83,0,52,92,18,126r-26,-18v16,-18,28,-59,-19,-59v-42,0,-72,-20,-72,-62v0,-59,43,-123,89,-146r-77,0r7,-42r139,0","w":173,"k":{"\u03ce":4,"\u03cc":4,"\u03c9":4,"\u03c1":2,"\u03bf":4,"\u03bd":2,"\u03bb":2,"\u03ba":4,"\u03b9":2,"\u03b8":4,"\u03b7":2,"\u03b5":7,"\u03b4":2,"\u03b2":2,"\u03b1":2,"\u03af":2,"\u03ae":2,"\u03ad":7,"\u03ac":2,"\u00b5":4}},"\u03b7":{"d":"70,-166v29,-31,111,-33,102,31v5,44,-15,98,20,115r-26,29v-50,-13,-42,-70,-41,-129v1,-44,-32,-26,-50,-10r0,130r-48,0v-2,-59,6,-128,-6,-177r42,-12v4,8,7,15,7,23","w":201,"k":{"\u03cd":4,"\u03cc":4,"\u03c8":4,"\u03c6":4,"\u03c5":4,"\u03c4":4,"\u03bf":4,"\u03b8":4,"\u03b6":2,"\u03b3":4,"\u03b2":4}},"\u03b8":{"d":"180,-125v0,77,-23,129,-83,129v-64,0,-82,-51,-82,-128v0,-77,23,-129,83,-129v64,0,82,51,82,128xm126,-111r-57,0v1,54,6,81,29,81v26,0,28,-40,28,-81xm126,-145v-1,-50,-5,-74,-27,-74v-25,0,-29,34,-30,74r57,0","w":195,"k":{"\u03cd":7,"\u03cc":2,"\u03c7":5,"\u03c6":2,"\u03c5":7,"\u03c4":11,"\u03c3":5,"\u03bf":2,"\u03be":4,"\u03bd":4,"\u03bb":4,"\u03b8":2,"\u03b7":4,"\u03b6":4,"\u03b4":5,"\u03b1":5,"\u03ae":4,"\u03ac":5,"\u00b5":5,".":14,",":14}},"\u03b9":{"d":"75,-143v0,40,-18,124,19,113r8,29v-45,12,-86,1,-75,-61v-1,-36,2,-85,-3,-114r48,-12v2,10,3,30,3,45","w":103,"k":{"\u03cd":4,"\u03cb":4,"\u03c8":4,"\u03c7":2,"\u03c5":4,"\u03c4":4,"\u03b6":2,"\u03b3":4,"\u03b0":4,"\u00b5":2}},"\u03ba":{"d":"192,0r-57,0r-59,-100r50,-84r59,0r-62,81xm75,0r-48,0r0,-134v0,-17,-1,-34,-3,-42r48,-12v6,55,2,127,3,188","w":189,"k":{"\u03ce":4,"\u03cd":-4,"\u03cc":7,"\u03c9":4,"\u03c6":9,"\u03c5":-4,"\u03c4":-4,"\u03bf":7,"\u03b8":7,"\u03b5":2,"\u03ad":2,"\u00b5":4}},"\u03bb":{"d":"189,-1v-27,15,-62,3,-69,-25r-27,-112v-10,44,-28,97,-41,141r-49,-6r62,-181r15,0v-4,-25,-19,-66,-52,-46r-5,-30v11,-4,20,-6,31,-6v43,0,53,31,58,47r53,182v4,11,7,8,15,7","w":187,"k":{"\u03d5":7,"\u03ce":4,"\u03cd":14,"\u03cc":5,"\u03c9":4,"\u03c8":7,"\u03c6":7,"\u03c5":14,"\u03c4":14,"\u03bf":5,"\u03b8":5,"\u00b5":2}},"\u03bc":{"d":"75,-71v-11,49,37,45,50,22r0,-130r46,-10v5,59,-12,135,12,175r-35,19v-6,-4,-11,-10,-14,-18v-14,13,-42,25,-61,13r0,67r-46,12r0,-259r48,-9r0,118","w":198},"\u03bd":{"d":"172,-184r-67,184r-40,0r-67,-181r50,-7r38,128v5,-39,25,-87,36,-124r50,0","w":170,"k":{"\u03cd":4,"\u03cc":4,"\u03c7":2,"\u03c6":4,"\u03c5":4,"\u03c4":11,"\u03bf":4,"\u03b8":4,"\u03b6":2,"\u03b3":4,"\u00b5":4,",":11}},"\u03be":{"d":"177,-250r-6,42v-39,0,-91,-8,-91,30v0,34,41,25,73,26r-6,40v-40,-4,-77,5,-77,39v0,24,24,24,50,24v83,0,52,92,18,126r-26,-18v18,-19,27,-59,-24,-59v-42,0,-72,-20,-72,-62v0,-32,21,-63,45,-69v-29,-3,-45,-62,-12,-76r-27,0r7,-43r148,0","w":179,"k":{"\u03cc":4,"\u03c6":4,"\u03bf":4,"\u03b8":4,"\u00b5":2}},"\u03bf":{"d":"97,-188v51,0,85,38,84,95v-1,58,-28,97,-84,97v-50,0,-83,-37,-83,-95v0,-58,33,-97,83,-97xm68,-93v0,36,3,62,31,62v21,0,30,-18,30,-62v0,-37,-2,-59,-31,-59v-27,0,-30,27,-30,59","w":195,"k":{"\u03cd":7,"\u03cc":2,"\u03cb":7,"\u03c8":2,"\u03c7":5,"\u03c6":2,"\u03c5":7,"\u03c4":11,"\u03c3":5,"\u03bf":2,"\u03be":4,"\u03bd":4,"\u03bb":4,"\u03b8":2,"\u03b7":4,"\u03b6":4,"\u03b4":5,"\u03b1":5,"\u03b0":7,"\u03ae":4,"\u03ac":5,"\u00b5":5,".":14,",":14}},"\u03c0":{"d":"195,-184r-12,34r-15,0v6,47,-17,110,19,130r-25,29v-58,-15,-38,-93,-41,-159r-46,0r0,150r-48,0r0,-150r-20,0r0,-34r188,0","w":201},"\u03c1":{"d":"175,-93v0,62,-51,121,-113,87v2,22,0,49,1,73r-49,12r0,-177v0,-51,22,-90,81,-90v39,0,80,25,80,95xm123,-93v0,-38,-8,-59,-29,-59v-42,0,-30,66,-31,107v30,22,60,11,60,-48","w":189,"k":{"\u03ce":2,"\u03cc":2,"\u03c9":2,"\u03c8":4,"\u03c7":7,"\u03c6":4,"\u03c3":4,"\u03bf":2,"\u03bd":4,"\u03bb":9,"\u03ba":2,"\u03b9":4,"\u03b8":2,"\u03b7":4,"\u03b6":7,"\u03b5":4,"\u03b4":9,"\u03b3":5,"\u03b2":4,"\u03b1":11,"\u03af":4,"\u03ae":4,"\u03ad":4,"\u03ac":11,"\u00b5":4,".":47,",":47}},"\u03c2":{"d":"66,-89v0,60,95,42,91,98v-2,33,-11,36,-34,68r-27,-18v19,-20,19,-53,-12,-56v-40,-14,-71,-44,-71,-94v0,-81,80,-128,137,-77r-24,31v-33,-30,-60,-12,-60,48","w":164},"\u03c3":{"d":"201,-184r-12,34r-27,0v41,52,15,154,-65,154v-50,0,-83,-37,-83,-95v0,-58,33,-93,83,-93r104,0xm129,-93v0,-22,-1,-57,-31,-57v-29,0,-30,36,-30,57v0,22,0,62,31,62v21,0,30,-18,30,-62","w":200,"k":{"\u03ce":2,"\u03cc":4,"\u03c9":2,"\u03c6":5,"\u03c3":2,"\u03c1":2,"\u03bf":4,"\u03bd":2,"\u03ba":4,"\u03b8":4,"\u03b7":2,"\u03b5":7,"\u03b4":2,"\u03b3":4,"\u03b2":2,"\u03af":2,"\u03ae":2,"\u03ad":7,"\u00b5":2}},"\u03c4":{"d":"140,-4v-44,17,-92,9,-92,-47r0,-98r-45,0r0,-35r145,0r-13,35r-40,0r0,90v-2,32,15,34,39,26","w":149,"k":{"\u03ce":11,"\u03cd":-4,"\u03cc":11,"\u03c9":11,"\u03c6":11,"\u03c5":-4,"\u03c3":4,"\u03c1":7,"\u03bf":11,"\u03bd":5,"\u03bb":16,"\u03ba":7,"\u03b9":4,"\u03b8":11,"\u03b7":5,"\u03b6":4,"\u03b5":7,"\u03b4":14,"\u03b3":7,"\u03b2":4,"\u03b1":14,"\u03af":4,"\u03ae":5,"\u03ad":7,"\u03ac":16,"\u00b5":7,".":36,",":36}},"\u03c5":{"d":"170,-57v0,39,-27,61,-75,61v-100,0,-64,-102,-70,-184r48,-9r0,135v0,13,7,22,25,22v18,0,25,-11,25,-23r0,-124r47,-10r0,132","w":194,"k":{"\u03ce":7,"\u03cc":7,"\u03ca":4,"\u03c9":7,"\u03c6":9,"\u03c4":-4,"\u03c3":4,"\u03c1":7,"\u03bf":7,"\u03bd":4,"\u03bb":14,"\u03ba":7,"\u03b9":4,"\u03b8":7,"\u03b7":4,"\u03b5":7,"\u03b4":18,"\u03b3":4,"\u03b2":4,"\u03b1":18,"\u03af":4,"\u03ae":4,"\u03ad":7,"\u03ac":18,"\u0390":4,"\u00b5":7,".":36,",":36}},"\u03c6":{"d":"237,-93v0,40,-16,87,-87,96r0,64r-48,12r0,-76v-107,-5,-119,-170,-13,-188r0,36v-32,14,-29,113,13,116r0,-153v73,-11,134,20,135,93xm185,-93v0,-33,-14,-51,-35,-57r0,117v22,-7,35,-29,35,-60","w":251,"k":{"\u03cd":7,"\u03cc":2,"\u03c7":5,"\u03c6":2,"\u03c5":9,"\u03c4":14,"\u03c3":5,"\u03bf":2,"\u03be":4,"\u03bd":4,"\u03bb":7,"\u03b8":2,"\u03b7":4,"\u03b6":4,"\u03b4":7,"\u03b1":7,"\u03ac":7,"\u00b5":5,".":22,",":22}},"\u03c7":{"d":"94,-132v-1,-1,18,-43,25,-52r57,0r-55,85r66,99r-61,0r-34,-61v-2,10,-25,47,-34,61r-62,0r68,-98r-51,-78r50,-14v17,29,21,35,31,58","w":183,"k":{"\u03ce":4,"\u03cc":5,"\u03c9":4,"\u03c8":5,"\u03c6":7,"\u03bf":5,"\u03bd":2,"\u03ba":7,"\u03b9":2,"\u03b8":5,"\u03b7":2,"\u03b5":4,"\u03b3":4,"\u03af":2,"\u03ae":4,"\u03ad":4,"\u00b5":2}},"\u03c8":{"d":"224,-189v1,90,12,187,-77,189r0,67r-48,12r0,-79v-45,-3,-77,-28,-77,-96r0,-84r47,-9v7,58,-22,134,30,153r0,-174v0,-23,-1,-35,-4,-45r50,-12v5,73,1,154,2,231v47,-13,24,-90,29,-143","w":245,"k":{"\u03ce":2,"\u03cc":2,"\u03c9":2,"\u03c8":4,"\u03c7":5,"\u03c3":2,"\u03bf":2,"\u03bd":4,"\u03bb":7,"\u03b9":4,"\u03b8":2,"\u03b7":4,"\u03b6":7,"\u03b5":4,"\u03b4":7,"\u03b2":4,"\u03b1":7,"\u03af":4,"\u03ae":4,"\u03ad":4,"\u03ac":7,"\u00b5":4,".":36,",":43}},"\u03c9":{"d":"241,-71v0,36,-21,76,-65,76v-24,0,-38,-10,-48,-31v-11,22,-25,31,-50,31v-99,0,-69,-153,-10,-194r31,16v-23,30,-31,57,-31,90v0,35,12,44,20,44v22,-2,15,-68,16,-98r48,0v2,29,-8,96,15,98v8,0,20,-9,20,-44v0,-33,-7,-60,-30,-90r31,-16v34,31,53,69,53,118","w":255,"k":{"\u03c8":2}},"\u03ca":{"d":"77,-143v0,40,-17,123,18,113r9,29v-45,12,-86,1,-75,-61v-1,-36,2,-85,-3,-114r48,-12v2,10,3,30,3,45xm118,-229v0,15,-12,28,-27,28v-15,0,-28,-13,-28,-28v0,-15,13,-27,28,-27v15,0,27,12,27,27xm42,-229v0,15,-12,28,-27,28v-15,0,-28,-13,-28,-28v0,-15,13,-27,28,-27v15,0,27,12,27,27","w":103,"k":{"\u03c8":4,"\u03c7":2,"\u03c6":4,"\u03c5":4,"\u03c4":4,"\u03b6":2,"\u03b3":4,"\u00b5":2}},"\u03cb":{"d":"171,-57v0,39,-26,61,-74,61v-100,0,-64,-102,-70,-184r48,-9r0,135v0,13,7,22,25,22v18,0,25,-11,25,-23r0,-124r46,-10r0,132xm165,-229v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28v0,-15,14,-27,29,-27v15,0,27,12,27,27xm89,-229v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28v0,-15,14,-27,29,-27v15,0,27,12,27,27","w":194,"k":{"\u03ce":7,"\u03cc":7,"\u03c9":7,"\u03c6":9,"\u03c4":-4,"\u03c3":4,"\u03c1":7,"\u03bf":7,"\u03bd":4,"\u03bb":14,"\u03ba":7,"\u03b9":4,"\u03b8":7,"\u03b7":4,"\u03b5":7,"\u03b4":18,"\u03b3":4,"\u03b2":4,"\u03b1":18,"\u03af":4,"\u03ae":4,"\u03ad":7,"\u03ac":18,"\u00b5":7,".":36,",":36}},"\u03cc":{"d":"99,-188v51,0,85,38,84,95v-1,58,-28,97,-84,97v-50,0,-83,-37,-83,-95v0,-58,33,-97,83,-97xm70,-93v0,36,3,62,30,62v21,0,30,-18,30,-62v0,-37,-1,-59,-30,-59v-27,0,-30,27,-30,59xm152,-271r-40,72r-27,-13r27,-75","w":195,"k":{"\u03cd":7,"\u03cc":2,"\u03cb":7,"\u03c8":2,"\u03c7":5,"\u03c6":2,"\u03c5":7,"\u03c4":11,"\u03c3":5,"\u03bf":2,"\u03be":4,"\u03bd":4,"\u03bb":4,"\u03b8":2,"\u03b7":4,"\u03b6":4,"\u03b4":5,"\u03b1":5,"\u03b0":7,"\u03ae":4,"\u03ac":5,"\u00b5":5,".":7,",":14}},"\u03cd":{"d":"171,-57v0,39,-26,61,-74,61v-100,0,-64,-102,-70,-184r48,-9r0,135v0,13,7,22,25,22v18,0,25,-11,25,-23r0,-124r46,-10r0,132xm154,-271r-40,72r-28,-13r28,-75","w":194,"k":{"\u03ce":7,"\u03cc":7,"\u03ca":4,"\u03c9":7,"\u03c6":9,"\u03c4":-4,"\u03c3":4,"\u03c1":7,"\u03bf":7,"\u03bd":4,"\u03bb":14,"\u03ba":7,"\u03b9":4,"\u03b8":7,"\u03b7":4,"\u03b5":7,"\u03b4":18,"\u03b3":4,"\u03b2":4,"\u03b1":18,"\u03af":4,"\u03ae":4,"\u03ad":7,"\u03ac":18,"\u0390":4,"\u00b5":7,".":36,",":36}},"\u03ce":{"d":"243,-71v0,36,-21,76,-65,76v-24,0,-38,-10,-48,-31v-11,22,-25,31,-50,31v-98,0,-70,-152,-11,-194r31,16v-23,30,-30,57,-30,90v0,35,12,44,20,44v22,-2,14,-69,15,-98r48,0v2,30,-8,97,16,98v8,0,20,-9,20,-44v0,-33,-8,-60,-31,-90r31,-16v34,31,54,69,54,118xm181,-271r-39,72r-28,-13r28,-75","w":255,"k":{"\u03c8":2}},"\u03d0":{"d":"201,-70v0,37,-25,74,-85,74v-17,0,-33,-4,-45,-17v-1,6,-2,8,-5,13r-44,0v20,-83,-33,-257,86,-257v77,0,102,93,40,118v32,8,53,33,53,69xm148,-69v0,-30,-14,-49,-58,-47r7,-36v32,1,38,-16,38,-37v0,-19,-8,-32,-27,-32v-30,0,-32,27,-32,59r0,113v20,27,72,27,72,-20"},"\u03d5":{"d":"233,-93v0,39,-16,87,-86,96r0,67r-48,11r0,-78v-52,-8,-85,-44,-85,-96v0,-55,37,-85,85,-93v0,-22,1,-58,-3,-69r49,-12v3,26,2,53,2,81v48,8,86,38,86,93xm99,-35r0,-114v-46,11,-40,105,0,114xm147,-35v43,-9,43,-108,0,-114r0,114","w":246},"\u03dc":{"d":"75,-71v-11,49,37,45,50,22r0,-130r46,-10v5,59,-12,135,12,175r-35,19v-6,-4,-11,-10,-14,-18v-14,13,-42,25,-61,13r0,67r-46,12r0,-259r48,-9r0,118","w":198},"\u0401":{"d":"173,0r-146,0r0,-250r143,0r-7,41r-86,0r0,58r72,0r0,41r-71,0r0,67r95,0r0,43xm161,-292v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28v0,-15,14,-27,29,-27v15,0,27,12,27,27xm85,-292v0,15,-13,28,-28,28v-14,0,-27,-13,-27,-28v0,-15,13,-27,28,-27v15,0,27,12,27,27","w":181},"\u0402":{"d":"177,-65v-1,-35,0,-54,-30,-53v-13,0,-25,3,-34,7r0,111r-51,0r0,-208r-57,0r0,-42r181,0r-9,42r-64,0r0,61v19,-8,34,-11,51,-11v40,0,73,44,67,80v7,52,-41,104,-100,75r8,-36v6,3,11,6,19,6v19,0,19,-19,19,-32","w":253,"k":{"\u0423":14,"\u0422":17,"\u041e":6}},"\u0403":{"d":"163,-250r-5,40r-80,0r0,210r-51,0r0,-250r136,0xm138,-300r-80,36r-15,-27r74,-46","w":167,"k":{"\u2026":48,"\u045e":21,"\u0451":18,"\u044f":50,"\u044e":47,"\u044d":45,"\u044c":45,"\u044b":42,"\u0449":50,"\u0448":45,"\u0447":45,"\u0446":47,"\u0445":44,"\u0444":45,"\u0443":44,"\u0442":41,"\u0441":48,"\u0440":45,"\u043f":45,"\u043e":45,"\u043d":47,"\u043c":45,"\u043b":54,"\u043a":50,"\u0439":36,"\u0438":45,"\u0437":47,"\u0436":42,"\u0435":45,"\u0434":47,"\u0433":45,"\u0432":45,"\u0431":26,"\u0430":45,"\u042f":24,"\u042d":13,"\u0424":22,"\u0421":7,"\u041e":21,"\u041b":16,"\u0417":12,"\u0414":18,"\u0410":28,"\u0409":19,"\u0404":28,"\u00ae":12,"\u00a9":13,"J":5,";":37,":":37,".":49,",":40}},"\u0404":{"d":"128,4v-86,2,-112,-71,-112,-130v0,-21,1,-63,28,-93v48,-54,107,-40,150,-16r-23,34v-29,-19,-60,-24,-85,6v-14,17,-10,29,-12,43r72,0r0,40r-73,0v0,46,6,74,58,77v9,0,26,-1,45,-16r23,32v-17,13,-39,23,-71,23","w":207},"\u0405":{"d":"31,-57v25,17,110,44,113,-14v-7,-49,-94,-34,-110,-71v-11,-27,-13,-66,16,-95v37,-37,130,-12,147,4r-24,36v-17,-11,-38,-19,-58,-19v-32,0,-55,44,-7,54v45,9,92,22,93,83v0,28,-12,46,-24,57v-20,35,-137,31,-164,5"},"\u0406":{"d":"78,0r-51,0r0,-250r51,0r0,250","w":105},"\u0407":{"d":"78,0r-51,0r0,-250r51,0r0,250xm118,-292v0,15,-13,28,-28,28v-15,0,-27,-13,-27,-28v0,-15,13,-27,28,-27v15,0,27,12,27,27xm42,-292v0,15,-13,28,-28,28v-14,0,-27,-13,-27,-28v0,-15,13,-27,28,-27v15,0,27,12,27,27","w":105},"\u0408":{"d":"-5,33v14,-6,34,-33,34,-62r0,-221r51,0r0,216v4,51,-36,86,-62,93","w":106},"\u0409":{"d":"196,-157v40,1,67,-8,94,18v40,38,38,90,-6,124v-36,28,-85,12,-139,15r0,-211r-47,0r-1,39v-5,72,3,115,-28,153v-16,20,-38,18,-61,23r-10,-37v33,-12,43,-17,48,-71v5,-58,6,-96,7,-146r143,0r0,93xm261,-80v0,-31,-28,-42,-65,-37r0,77v38,6,65,-8,65,-40","w":333,"k":{"\u042f":6,"\u0427":14,"\u0425":10,"\u0423":15,"\u0422":30,"\u041e":6,"\u0410":6}},"\u040a":{"d":"293,-138v60,53,10,138,-61,138r-84,0r0,-114r-70,0r0,114r-51,0r0,-250r51,0r0,94r70,0r0,-94r51,0r0,94v40,1,66,-7,94,18xm264,-78v0,-30,-28,-43,-65,-37r0,75v37,5,65,-7,65,-38","w":336,"k":{"\u042f":4,"\u0427":12,"\u0425":9,"\u0423":22}},"\u040b":{"d":"177,0v-5,-42,18,-118,-30,-118v-13,0,-25,3,-34,7r0,111r-51,0r0,-208r-57,0r0,-42r181,0r-9,42r-64,0r0,61v51,-22,116,-12,116,48r0,99r-52,0","w":253,"k":{"\u0423":17,"\u0422":19,"\u041e":6}},"\u040c":{"d":"206,-254r10,34v-51,1,-26,77,-73,87v51,13,20,92,78,102r-9,35v-39,-3,-67,-12,-71,-49v-4,-36,-13,-76,-63,-67r0,112r-51,0r0,-250r51,0r0,97v30,3,53,-3,58,-30v5,-29,11,-65,46,-68xm170,-300r-81,36r-14,-27r74,-46","w":230,"k":{"\u045e":8,"\u0451":6,"\u044f":4,"\u044d":6,"\u0447":20,"\u0444":11,"\u0443":10,"\u0442":16,"\u0441":5,"\u043e":6,"\u043a":6,"\u0437":8,"\u0436":4,"\u0435":8,"\u0434":2,"\u0431":8,"\u0430":6,"\u042f":3,"\u042a":5,"\u0427":8,"\u0424":7,"\u0423":7,"\u0422":4,"\u0421":7,"\u041e":4,"\u0417":10,"\u0416":5,"\u0410":1,"\u040b":3,"\u0402":10}},"\u040e":{"d":"53,-250r51,143v15,-59,30,-91,47,-143r53,0r-66,176v-20,66,-32,78,-88,85r-9,-36v27,-5,46,-28,50,-52r-24,3r-69,-176r55,0xm65,-319v10,23,58,23,68,0r25,10v-5,33,-63,56,-99,29v-13,-9,-17,-21,-19,-29","w":198,"k":{"\u2026":27,"\u045e":10,"\u0451":17,"\u044f":17,"\u044e":16,"\u044d":16,"\u044b":22,"\u0449":16,"\u0448":16,"\u0447":16,"\u0446":14,"\u0445":14,"\u0444":16,"\u0443":11,"\u0442":11,"\u0441":17,"\u0440":16,"\u043f":17,"\u043e":19,"\u043d":17,"\u043c":19,"\u043b":21,"\u043a":19,"\u0439":13,"\u0438":17,"\u0437":13,"\u0436":17,"\u0435":21,"\u0434":19,"\u0433":19,"\u0432":19,"\u0431":13,"\u0430":16,"\u042f":4,"\u042d":7,"\u0424":12,"\u0422":-5,"\u0421":6,"\u041e":4,"\u041c":5,"\u041b":9,"\u0417":6,"\u0414":10,"\u0410":15,"\u0409":4,"\u0404":3,"\u00ae":5,"\u00a9":6,"J":4,";":15,":":15,".":31,",":24}},"\u040f":{"d":"78,-250r0,209r66,0r0,-209r51,0r0,250r-59,0r0,62r-49,0r0,-62r-60,0r0,-250r51,0","w":222},"\u0410":{"d":"214,0r-54,0r-17,-59r-74,0r-18,59r-52,0r82,-251r54,0xm81,-101r49,0r-23,-94","k":{"\u2122":23,"\u201d":12,"\u0451":5,"\u044d":5,"\u0447":6,"\u0443":8,"\u0442":9,"\u043e":5,"\u0437":5,"\u0436":2,"\u0435":5,"\u0431":5,"\u042d":7,"\u0427":19,"\u0424":7,"\u0423":10,"\u0422":18,"\u0421":7,"\u041e":7,"\u041c":3,"\u0417":4,"\u0416":3,"\u040e":5,"\u0404":5}},"\u0411":{"d":"203,-77v2,93,-90,76,-176,77r0,-250r158,0r-6,41r-101,0r0,56v76,0,123,4,125,76xm146,-77v1,-29,-31,-40,-68,-35r0,71v37,0,66,5,68,-36","w":221,"k":{"\u0423":8,"\u041e":10,"\u041b":9}},"\u0412":{"d":"154,-133v72,16,65,133,-27,133r-100,0r0,-250v76,-1,166,-11,167,62v1,19,-13,49,-40,55xm147,-76v1,-35,-34,-35,-70,-33r0,68v38,3,70,1,70,-35xm141,-179v0,-30,-32,-30,-64,-28r0,57v33,1,64,3,64,-29","w":219,"k":{"\u0410":7}},"\u0413":{"d":"163,-250r-5,40r-80,0r0,210r-51,0r0,-250r136,0","w":167,"k":{"\u2026":48,"\u045e":21,"\u0451":18,"\u044f":50,"\u044e":47,"\u044d":45,"\u044c":45,"\u044b":42,"\u0449":50,"\u0448":45,"\u0447":45,"\u0446":47,"\u0445":44,"\u0444":45,"\u0443":44,"\u0442":41,"\u0441":48,"\u0440":45,"\u043f":45,"\u043e":45,"\u043d":47,"\u043c":45,"\u043b":54,"\u043a":50,"\u0439":36,"\u0438":45,"\u0437":47,"\u0436":42,"\u0435":45,"\u0434":47,"\u0433":45,"\u0432":45,"\u0431":26,"\u0430":45,"\u042f":24,"\u042d":13,"\u0424":22,"\u0421":7,"\u041e":21,"\u041b":16,"\u0417":12,"\u0414":18,"\u0410":28,"\u0409":19,"\u0404":28,"\u0134":5,"\u00ae":12,"\u00a9":13,"J":5,";":37,":":37,".":49,",":40}},"\u0414":{"d":"203,-250r0,210r26,0r0,100r-48,0r0,-60r-131,0r0,60r-48,0r0,-100r16,0v29,-52,42,-128,42,-210r143,0xm102,-211v-3,65,-12,126,-40,171r90,0r0,-171r-50,0","w":237},"\u0415":{"d":"173,0r-146,0r0,-250r143,0r-7,41r-86,0r0,58r72,0r0,41r-71,0r0,67r95,0r0,43","w":181,"k":{"\u0427":11,"\u0421":7}},"\u0416":{"d":"314,-255r10,34v-52,3,-26,76,-72,89v49,11,21,93,77,101r-9,35v-35,-2,-65,-9,-71,-49v-4,-31,-9,-74,-55,-67r0,112r-50,0r0,-112v-73,-14,-29,107,-97,112r-29,4r-9,-35v55,-6,26,-87,77,-101v-46,-11,-18,-83,-72,-89r10,-34v29,2,59,12,63,40v5,33,9,70,57,62r0,-97r50,0r0,97v62,10,43,-55,69,-87v11,-13,32,-11,51,-15","w":338,"k":{"\u045e":12,"\u0451":12,"\u044f":8,"\u044d":14,"\u0447":16,"\u0445":7,"\u0444":12,"\u0443":8,"\u0442":14,"\u0441":8,"\u043e":8,"\u043b":4,"\u043a":10,"\u0437":8,"\u0436":5,"\u0435":14,"\u0434":7,"\u0431":8,"\u0430":7,"\u042a":4,"\u0427":7,"\u0424":6,"\u0423":3,"\u0422":6,"\u0421":4,"\u041e":4,"\u041c":8,"\u0417":4,"\u0416":7,"\u0414":4,"\u0410":4,"\u040e":7,"\u0404":6,"\u00a9":5}},"\u0417":{"d":"123,-74v0,-32,-31,-41,-69,-36r0,-38v35,4,65,-4,63,-33v8,-48,-68,-36,-81,-21r-23,-32v58,-38,158,-29,158,47v0,35,-12,43,-40,56v28,8,49,15,49,59v0,42,-37,76,-98,76v-36,0,-60,-9,-77,-23r23,-33v13,10,31,17,52,17v27,0,43,-19,43,-39","w":196,"k":{"\u043b":6,"\u042f":5,"\u042a":15,"\u0425":5,"\u0423":3,"\u041b":4,"\u0416":7,"\u0414":12,"\u0410":7,"\u0409":7,"\u0134":4,"J":4}},"\u0418":{"d":"207,0r-51,0r2,-177v-23,66,-52,116,-78,177r-53,0r0,-250r51,0r-2,177v23,-66,52,-116,78,-177r53,0r0,250","w":234},"\u0419":{"d":"207,0r-51,0r2,-177v-23,66,-52,116,-78,177r-53,0r0,-250r51,0r-2,177v23,-66,52,-116,78,-177r53,0r0,250xm83,-318v11,22,56,23,68,0r25,11v-6,33,-63,56,-99,28v-12,-10,-17,-20,-19,-28","w":234},"\u041a":{"d":"206,-254r10,34v-51,1,-26,77,-73,87v51,13,20,92,78,102r-9,35v-39,-3,-67,-12,-71,-49v-4,-36,-13,-76,-63,-67r0,112r-51,0r0,-250r51,0r0,97v30,3,53,-3,58,-30v5,-29,11,-65,46,-68","w":230,"k":{"\u045e":8,"\u0451":6,"\u044f":4,"\u044d":6,"\u0447":20,"\u0444":11,"\u0443":10,"\u0442":16,"\u0441":5,"\u043e":6,"\u043a":6,"\u0437":8,"\u0436":4,"\u0435":8,"\u0434":2,"\u0431":8,"\u0430":6,"\u042f":3,"\u042a":5,"\u0427":8,"\u0424":7,"\u0423":7,"\u0422":4,"\u0421":7,"\u041e":4,"\u0417":10,"\u0416":5,"\u0410":1,"\u040e":6,"\u040b":3,"\u0402":10}},"\u041b":{"d":"196,0r-51,0r0,-209r-47,0v-11,89,16,211,-90,213r-10,-37v33,-12,43,-17,48,-71v5,-58,6,-96,7,-146r143,0r0,250","w":222},"\u041c":{"d":"278,0r-49,0r-11,-178r-49,178r-43,0r-46,-179r-10,179r-50,0r23,-250r65,0r41,166v9,-46,30,-118,43,-166r64,0","w":298},"\u041d":{"d":"201,0r-51,0r0,-112r-72,0r0,112r-51,0r0,-250r51,0r0,97r72,0r0,-97r51,0r0,250","w":227},"\u041e":{"d":"16,-125v0,-77,29,-130,109,-130v80,0,108,54,108,130v0,75,-28,129,-108,129v-81,0,-109,-54,-109,-129xm125,-216v-26,0,-37,18,-41,27v-13,5,-14,123,0,128v6,13,17,27,41,27v24,0,35,-14,41,-27v12,-5,13,-123,0,-128v-4,-9,-15,-27,-41,-27","w":249,"k":{"\u043b":6,"\u0434":6,"\u042f":10,"\u0427":5,"\u0425":5,"\u0423":11,"\u0422":14,"\u0421":4,"\u041b":10,"\u0414":11,"\u0410":6,"\u040e":4,"\u040b":15,"\u0409":13,"\u0402":20,"\u0134":6,"J":6}},"\u041f":{"d":"197,0r-51,0r0,-209r-69,0r0,209r-50,0r0,-250r170,0r0,250","w":223},"\u0420":{"d":"199,-173v4,32,-31,90,-93,81r-28,0r0,92r-51,0r0,-250r78,0v65,0,88,26,94,77xm144,-172v0,-38,-27,-39,-66,-38r0,77v41,0,66,3,66,-39","w":208,"k":{"\u2026":42,"\u045e":1,"\u0451":10,"\u044f":22,"\u044d":14,"\u0447":4,"\u0445":10,"\u0444":13,"\u0442":2,"\u0441":8,"\u043e":4,"\u043b":8,"\u0437":4,"\u0435":8,"\u0434":8,"\u0431":7,"\u0430":8,"\u042f":6,"\u042a":8,"\u0425":14,"\u0423":1,"\u0422":5,"\u0421":-1,"\u041e":6,"\u041b":11,"\u0416":9,"\u0414":12,"\u0410":21,"\u040b":8,"\u0409":12,"\u0402":6,"\u0134":6,"J":6,";":15,":":9,".":62,",":57}},"\u0421":{"d":"73,-125v0,82,49,110,101,75r23,31v-16,13,-37,23,-69,23v-78,-1,-111,-55,-112,-124v-2,-77,46,-135,113,-135v36,0,58,16,63,20r-23,34v-14,-12,-30,-14,-39,-14v-45,-2,-57,51,-57,90","w":205,"k":{"\u0427":6,"\u0423":8,"\u0422":3,"\u041e":14,"\u0410":6,"\u0134":7,"J":7}},"\u0422":{"d":"186,-250r-9,41r-59,0r0,209r-51,0r0,-209r-62,0r0,-41r181,0","w":180,"k":{"\u2026":21,"\u045e":18,"\u0451":10,"\u044f":19,"\u044e":25,"\u044d":28,"\u044c":22,"\u044b":19,"\u0449":21,"\u0448":19,"\u0447":25,"\u0446":24,"\u0445":16,"\u0444":22,"\u0443":22,"\u0442":34,"\u0441":31,"\u0440":24,"\u043f":30,"\u043e":24,"\u043d":22,"\u043c":14,"\u043b":18,"\u043a":18,"\u0439":13,"\u0438":18,"\u0437":14,"\u0436":13,"\u0435":16,"\u0434":14,"\u0433":27,"\u0432":24,"\u0431":18,"\u0430":30,"\u042f":18,"\u042d":6,"\u0424":15,"\u0423":-4,"\u0422":5,"\u0421":12,"\u041e":12,"\u041b":9,"\u0417":4,"\u0414":12,"\u0410":12,"\u040e":-7,"\u0409":7,"\u0404":16,"\u0134":6,"\u00ae":10,"\u00a9":15,"J":6,";":18,":":15,".":28,",":24}},"\u0423":{"d":"53,-250r51,143v15,-59,30,-91,47,-143r53,0r-66,176v-20,66,-32,78,-88,85r-9,-36v27,-5,46,-28,50,-52r-24,3r-69,-176r55,0","w":198,"k":{"\u2026":27,"\u045e":10,"\u0451":17,"\u044f":17,"\u044e":16,"\u044d":16,"\u044b":22,"\u0449":16,"\u0448":16,"\u0447":16,"\u0446":14,"\u0445":14,"\u0444":16,"\u0443":11,"\u0442":11,"\u0441":17,"\u0440":16,"\u043f":17,"\u043e":19,"\u043d":17,"\u043c":19,"\u043b":21,"\u043a":19,"\u0439":13,"\u0438":17,"\u0437":13,"\u0436":17,"\u0435":21,"\u0434":19,"\u0433":19,"\u0432":19,"\u0431":13,"\u0430":16,"\u042f":4,"\u042d":7,"\u0424":12,"\u0422":-5,"\u0421":6,"\u041e":4,"\u041c":5,"\u041b":9,"\u0417":6,"\u0414":10,"\u0410":15,"\u0409":4,"\u0404":3,"\u0134":4,"\u00ae":5,"\u00a9":6,"J":4,";":15,":":15,".":31,",":24}},"\u0424":{"d":"270,-132v-4,63,-31,94,-101,95r0,37r-51,0r0,-37v-70,0,-99,-32,-102,-95v-2,-59,39,-100,102,-96r0,-35r51,0r0,35v63,-4,103,36,101,96xm71,-135v0,31,16,70,49,64r0,-123v-41,-3,-49,31,-49,59xm215,-131v1,-31,-7,-66,-49,-63r0,123v32,7,54,-33,49,-60","w":286,"k":{"\u043b":13,"\u0434":13,"\u042f":10,"\u042a":19,"\u0425":8,"\u0423":6,"\u0422":16,"\u041b":10,"\u0416":4,"\u0414":4,"\u0410":4,"\u040b":16,"\u0409":5,"\u0402":10,"\u0134":6,"J":6}},"\u0425":{"d":"210,0r-61,0r-45,-88r-45,88r-63,0r79,-134r-68,-116r62,0r34,67r34,-67r60,0r-65,113","w":205,"k":{"\u045e":2,"\u0451":5,"\u044d":7,"\u0447":5,"\u0444":4,"\u0443":5,"\u0442":7,"\u0441":5,"\u043e":5,"\u043c":2,"\u0437":4,"\u0436":5,"\u0435":5,"\u0431":5,"\u0430":4,"\u041e":3,"\u00ae":5,"\u00a9":8}},"\u0426":{"d":"78,-250r0,209r66,0r0,-209r51,0r0,209r26,0r0,103r-49,0r0,-62r-145,0r0,-250r51,0","w":229},"\u0427":{"d":"69,-250v2,50,-12,120,32,119v10,0,19,-2,34,-8r0,-111r51,0r0,250r-51,0r0,-104v-41,14,-65,20,-102,-6v-29,-35,-9,-87,-15,-140r51,0"},"\u0428":{"d":"77,-250r0,210r64,0r0,-210r51,0r0,210r64,0r0,-210r50,0r0,250r-279,0r0,-250r50,0","w":333},"\u0429":{"d":"77,-250r0,210r64,0r0,-210r51,0r0,210r64,0r0,-210r50,0r0,209r26,0r0,103r-48,0r0,-62r-257,0r0,-250r50,0","w":340},"\u042a":{"d":"116,-250r0,93v40,1,71,-7,97,18v40,38,36,87,-6,124v-47,27,-83,11,-142,15r0,-209r-61,0r0,-41r112,0xm182,-80v0,-29,-28,-43,-66,-37r0,77v39,5,66,-7,66,-40","w":254,"k":{"\u042f":5,"\u0425":14,"\u0423":23,"\u0422":32,"\u0416":11,"\u0410":8,"\u0134":3,"J":3}},"\u042b":{"d":"27,-250r51,0r0,93v40,1,67,-8,94,18v40,38,40,89,-5,124v-36,28,-86,12,-140,15r0,-250xm234,-250r51,0r0,250r-51,0r0,-250xm143,-80v0,-28,-28,-43,-65,-37r0,77v37,4,65,-5,65,-40","w":311},"\u042c":{"d":"27,-250r51,0r0,93r33,0v28,0,89,6,89,78v-1,90,-87,80,-173,79r0,-250xm78,-40v36,-1,61,8,66,-39v-7,-52,-31,-35,-66,-38r0,77","w":216,"k":{"\u0425":10,"\u0423":10,"\u0422":23,"\u0416":5,"\u0410":5,"\u0134":2,"J":2}},"\u042d":{"d":"31,-51v55,39,112,5,103,-61r-73,0r0,-40r72,0v-2,-14,2,-25,-12,-43v-25,-30,-56,-24,-85,-6r-23,-34v42,-24,103,-37,150,16v27,30,28,72,28,93v0,58,-27,130,-112,130v-32,0,-54,-10,-71,-23","w":207,"k":{"\u041c":9,"\u0134":10,"J":10}},"\u042e":{"d":"220,4v-72,0,-100,-54,-104,-116r-39,0r0,112r-50,0r0,-250r50,0r0,97r40,0v9,-53,29,-102,103,-102v72,0,105,57,106,130v0,53,-18,81,-30,95v-18,21,-42,34,-76,34xm220,-216v-26,0,-36,17,-40,27v-11,6,-11,122,0,128v5,10,14,27,40,27v26,0,35,-17,40,-27v11,-6,11,-122,0,-128v-4,-10,-14,-27,-40,-27","w":342},"\u042f":{"d":"29,-185v0,-39,44,-65,83,-65r86,0r0,250r-51,0r0,-102v-65,-13,-55,51,-75,88v-18,18,-35,13,-59,18r-9,-35v14,-5,33,-10,33,-27v9,-27,15,-59,43,-65v-29,-4,-51,-29,-51,-62xm82,-178v-1,32,27,41,65,36r0,-68v-34,1,-64,-7,-65,32","w":224},"\u0430":{"d":"18,-162v41,-34,156,-45,143,39v4,41,-15,81,16,103r-25,29v-9,-4,-20,-10,-26,-22v-28,35,-112,24,-112,-38v0,-48,47,-67,100,-63v8,-56,-53,-32,-75,-14xm113,-81v-20,-2,-51,6,-47,27v-1,30,33,33,46,13","w":187,"k":{"\u0443":1,"\u0442":5}},"\u0431":{"d":"114,-184v65,0,96,106,48,162v-20,23,-45,26,-62,26v-12,0,-41,-1,-61,-26v-37,-46,-27,-104,-13,-166v13,-58,85,-64,133,-91r17,38v-49,33,-120,18,-121,88v15,-14,32,-31,59,-31xm100,-31v40,3,36,-85,21,-108v-3,-3,-8,-10,-21,-10v-32,0,-29,23,-31,59v-2,33,5,58,31,59","w":198,"k":{"\u044d":4}},"\u0432":{"d":"176,-53v4,67,-84,51,-149,53r0,-184v61,6,139,-23,141,47v1,20,-12,34,-28,39v24,6,34,18,36,45xm126,-56v0,-22,-24,-29,-53,-25r0,50v28,2,53,0,53,-25xm121,-133v-1,-24,-25,-21,-48,-21r0,43v25,1,48,3,48,-22","w":194},"\u0433":{"d":"75,0r-48,0r0,-184r122,0r-5,34r-69,0r0,150","w":148,"k":{"\u2026":42,"\u0443":-3,"\u0442":-8,"\u043e":12,"\u043b":15,"\u0435":10,"\u0434":15,".":39,",":41}},"\u0434":{"d":"188,-34r0,84r-45,0r0,-50r-98,0r0,50r-45,0r0,-84r15,0v23,-39,32,-92,33,-150r117,0r0,150r23,0xm118,-150r-35,0v-3,47,-7,82,-27,116r62,0r0,-116","w":195},"\u0435":{"d":"97,-189v63,-2,82,62,78,112r-107,0v2,49,43,61,86,27r19,29v-66,51,-157,23,-157,-72v0,-61,36,-94,81,-96xm98,-153v-21,-2,-30,24,-29,41v17,-2,42,4,56,-2v2,-17,-8,-42,-27,-39","w":185,"k":{"\u0445":5}},"\u0436":{"d":"116,-180r46,-9r0,75v51,8,20,-75,77,-72r17,-2r9,33v-38,3,-20,50,-56,57v41,10,15,60,61,68r-9,34v-30,0,-57,-6,-63,-36v-5,-22,-3,-52,-36,-48r0,80r-46,0r0,-80v-55,-5,-14,89,-84,83r-16,1r-9,-34v43,-4,20,-58,61,-68v-36,-8,-15,-51,-55,-57r8,-33v36,-2,61,17,61,52v1,13,17,26,34,22r0,-66","w":277,"k":{"\u0435":5,"\u0430":4}},"\u0437":{"d":"98,-56v2,-20,-20,-27,-45,-24r0,-33v22,2,41,-2,41,-21v0,-30,-54,-18,-63,-4r-19,-28v30,-31,132,-39,132,30v0,22,-6,31,-25,40v23,7,29,22,30,42v5,63,-110,75,-142,33r22,-29v14,21,67,32,69,-6","w":165},"\u0438":{"d":"76,0r-49,0r0,-180r48,-9r0,85v0,13,-2,31,-3,42v17,-40,39,-80,58,-118r50,-9r0,189r-48,0r2,-120v-15,47,-38,79,-58,120","w":206},"\u0439":{"d":"76,0r-49,0r0,-180r48,-9r0,85v0,13,-2,31,-3,42v17,-40,39,-80,58,-118r50,-9r0,189r-48,0r2,-120v-15,47,-38,79,-58,120xm68,-267v11,23,59,25,70,0r26,10v-7,41,-66,57,-101,32v-10,-8,-17,-22,-20,-32","w":206},"\u043a":{"d":"27,-180r48,-9r0,75v56,12,23,-73,81,-72r18,-2r8,33v-38,4,-20,49,-56,57v42,10,15,61,62,68r-9,34v-30,0,-58,-5,-63,-36v-4,-24,-4,-54,-41,-48r0,80r-48,0r0,-180","w":198,"k":{"\u045e":5,"\u0443":4,"\u043e":2}},"\u043b":{"d":"117,0r0,-150r-33,0v-4,36,10,158,-58,152r-18,2r-9,-34v53,-6,39,-95,43,-154r123,0r0,184r-48,0","w":191},"\u043c":{"d":"237,0r-43,0r-9,-127v-12,47,-27,83,-41,127r-37,0r-39,-127v0,38,-5,88,-8,127r-43,0r19,-184r57,0r34,120v7,-35,25,-84,35,-120r56,0","w":254},"\u043d":{"d":"75,0r-48,0r0,-180r48,-9r0,75r49,0r0,-66r48,-9r0,189r-48,0r0,-80r-49,0r0,80","w":198},"\u043e":{"d":"14,-92v-6,-46,38,-103,84,-97v46,-5,91,51,84,97v6,45,-38,102,-84,96v-46,6,-91,-50,-84,-96xm129,-92v0,-34,-6,-61,-31,-61v-25,0,-30,27,-30,61v0,35,5,61,30,61v25,0,31,-27,31,-61","w":196,"k":{"\u0442":5,"\u043b":3}},"\u043f":{"d":"75,0r-48,0r0,-184r142,0r0,184r-48,0r0,-150r-46,0r0,150","w":195},"\u0440":{"d":"187,-94v0,73,-44,116,-113,88v3,24,0,48,1,73r-48,13r0,-214v0,-30,-2,-40,-3,-46r44,-8v2,6,2,9,3,17v7,-11,55,-28,82,-6v29,23,34,59,34,83xm135,-93v9,-59,-34,-66,-60,-42r0,90v32,25,68,1,60,-48","w":203,"k":{"\u0443":3,"\u0442":7}},"\u0441":{"d":"100,-32v16,-1,28,-10,36,-18r22,29v-12,17,-44,25,-62,25v-51,0,-80,-52,-80,-95v0,-59,31,-80,38,-85v34,-22,81,-13,99,9r-23,31v-39,-30,-61,-8,-61,49v0,20,5,56,31,55","w":167,"k":{"\u044f":6,"\u0442":8,"\u0430":4}},"\u0442":{"d":"100,0r-48,0r0,-150r-47,0r0,-34r145,0r-7,34r-43,0r0,150","w":144,"k":{"\u2026":19,"\u0444":3,"\u043e":3,"\u043b":1,"\u0434":7,".":19,",":23}},"\u0443":{"d":"132,-184r51,0r-67,187v-16,45,-28,55,-36,61v-6,5,-20,14,-44,17r-17,-32v36,-10,40,-20,54,-49r-12,0r-61,-181r49,-6r42,145v10,-54,27,-94,41,-142","w":182,"k":{"\u2026":27,"\u0451":5,"\u044f":6,"\u044d":9,"\u0445":9,"\u0441":6,"\u043b":8,"\u0437":5,"\u0436":3,"\u0435":6,"\u0434":6,"\u0431":1,"\u0430":1,".":27,",":24}},"\u0444":{"d":"260,-93v6,50,-41,126,-99,87r0,79r-48,0r0,-79v-58,39,-105,-37,-99,-87v-4,-32,20,-96,65,-96v14,0,25,5,34,12r0,-78r48,-12r0,90v9,-7,20,-12,34,-12v45,0,69,64,65,96xm65,-95v0,48,18,77,48,51r0,-96v-8,-8,-15,-10,-23,-10v-22,-1,-25,32,-25,55xm210,-95v0,-23,-3,-56,-26,-55v-8,0,-15,2,-23,10r0,96v30,27,49,-3,49,-51","w":274,"k":{"\u0443":5}},"\u0445":{"d":"94,-132v-1,-1,18,-43,25,-52r57,0r-55,85r66,99r-61,0r-34,-61v-2,10,-25,47,-34,61r-62,0r68,-98r-51,-78r50,-14v17,29,21,35,31,58","w":183},"\u0446":{"d":"120,-180r47,-9r0,155r23,0r0,84r-45,0r0,-50r-118,0r0,-180r48,-9r0,155r45,0r0,-146","w":201},"\u0447":{"d":"62,-189v3,40,-16,111,42,86r0,-77r48,-9r0,189r-48,0r0,-71v-42,19,-90,-2,-90,-46r0,-63","w":178},"\u0448":{"d":"117,-180r47,-9r0,157r44,0r0,-148r47,-9r0,189r-228,0r0,-180r47,-9r0,157r43,0r0,-148","w":281},"\u0449":{"d":"117,-180r47,-9r0,157r44,0r0,-148r47,-9r0,155r23,0r0,84r-45,0r0,-50r-206,0r0,-180r47,-9r0,157r43,0r0,-148","w":288},"\u044a":{"d":"193,-57v1,73,-77,54,-144,57r0,-150r-44,0r-3,-34r94,0r0,65v56,-1,96,4,97,62xm142,-59v0,-28,-20,-28,-46,-27r0,53v25,0,46,2,46,-26","w":205,"k":{"\u0443":17,"\u0442":17,"\u0436":5}},"\u044b":{"d":"167,-57v0,72,-74,55,-140,57r0,-180r48,-9r0,70v54,-1,91,5,92,62xm197,-180r48,-9r0,189r-48,0r0,-180xm119,-59v1,-27,-18,-28,-44,-27r0,53v25,0,43,0,44,-26","w":271},"\u044c":{"d":"171,-57v1,73,-77,54,-144,57r0,-180r48,-9r0,70v56,-1,95,4,96,62xm120,-59v0,-28,-19,-28,-45,-27r0,53v25,0,45,2,45,-26","w":183,"k":{"\u044f":5,"\u0443":13,"\u0442":25,"\u0436":5}},"\u044d":{"d":"35,-49v20,27,84,27,72,-31r-47,0r0,-34r47,0v8,-43,-47,-50,-67,-26r-22,-28v36,-30,85,-33,119,2v18,18,23,51,23,74v1,37,-18,100,-85,96v-34,-2,-46,-10,-62,-25","w":174},"\u044e":{"d":"181,4v-39,2,-81,-34,-79,-84r-27,0r0,80r-48,0r0,-180r48,-9r0,75r28,0v8,-43,23,-74,78,-74v60,0,82,44,82,96v0,53,-23,93,-82,96xm181,-32v29,-7,29,-14,29,-60v0,-46,0,-54,-29,-61v-29,7,-29,15,-29,61v0,46,1,53,29,60","w":277,"k":{"\u0442":5}},"\u044f":{"d":"24,-132v0,-69,78,-49,142,-52r0,184r-48,0r0,-70v-41,-9,-34,40,-51,61v-12,15,-32,11,-53,13r-9,-34v38,-1,23,-49,58,-56v-26,-5,-39,-16,-39,-46xm73,-128v-1,28,19,27,45,27r0,-49v-24,-3,-44,3,-45,22","w":183},"\u0451":{"d":"97,-189v63,-2,82,62,78,112r-107,0v2,49,43,61,86,27r19,29v-66,51,-157,23,-157,-72v0,-61,36,-94,81,-96xm162,-229v0,15,-13,28,-28,28v-15,0,-27,-13,-27,-28v0,-15,13,-27,28,-27v15,0,27,12,27,27xm86,-229v0,15,-13,28,-28,28v-14,0,-27,-13,-27,-28v0,-15,13,-27,28,-27v15,0,27,12,27,27xm98,-153v-21,-2,-30,24,-29,41v17,-2,42,4,56,-2v2,-17,-8,-42,-27,-39","w":185},"\u0452":{"d":"101,53v43,-31,29,-101,31,-171v1,-42,-40,-25,-57,-9r0,127r-48,0r0,-203r-18,0r0,-25r18,0r0,-30r48,-12r0,42r70,0r-8,25r-62,0r-1,39v38,-34,108,-26,105,36v-3,62,9,156,-22,183v-5,5,-16,15,-36,24","w":204},"\u0453":{"d":"75,0r-48,0r0,-184r122,0r-5,34r-69,0r0,150xm138,-237r-81,36r-15,-27r75,-46","w":148,"k":{"\u2026":42,"\u0443":-3,"\u0442":-8,"\u043e":12,"\u043b":15,"\u0435":10,"\u0434":15,".":39,",":41}},"\u0454":{"d":"68,-80v-12,59,51,58,72,31r22,28v-17,14,-28,23,-62,25v-67,4,-86,-58,-86,-96v0,-23,5,-56,23,-74v34,-35,84,-31,120,-2r-22,28v-19,-22,-77,-18,-67,26r46,0r0,34r-46,0","w":172},"\u0455":{"d":"153,-90v30,47,-13,94,-68,94v-31,0,-61,-14,-74,-21r17,-34v27,22,99,33,80,-14v-18,-15,-61,-6,-78,-31v-33,-48,9,-93,59,-93v32,0,51,11,66,17r-16,32v-23,-12,-38,-13,-44,-13v-16,0,-34,17,-19,29v19,15,71,15,77,34","w":175},"\u0456":{"d":"75,0r-48,0r0,-181r48,-8r0,189xm81,-235v0,17,-13,30,-30,30v-17,0,-29,-13,-29,-30v0,-17,13,-30,30,-30v16,0,29,13,29,30","w":102},"\u0457":{"d":"75,0r-48,0r0,-181r48,-8r0,189xm117,-229v0,15,-13,28,-28,28v-15,0,-27,-13,-27,-28v0,-15,13,-27,28,-27v15,0,27,12,27,27xm41,-229v0,15,-13,28,-28,28v-14,0,-27,-13,-27,-28v0,-15,13,-27,28,-27v15,0,27,12,27,27","w":102},"\u0458":{"d":"4,53v18,-17,23,-25,23,-57r0,-173r48,-11v-10,96,34,237,-51,267xm81,-236v0,17,-13,30,-30,30v-17,0,-29,-12,-29,-29v0,-17,12,-30,29,-30v17,0,30,12,30,29","w":101},"\u0459":{"d":"255,-57v1,73,-74,54,-140,57r0,-150r-31,0v-4,37,10,158,-58,152r-18,2r-9,-34v53,-6,39,-95,43,-154r121,0r0,65v54,-1,91,5,92,62xm207,-59v1,-27,-18,-28,-44,-27r0,53v25,0,43,0,44,-26","w":267,"k":{"\u0443":11,"\u0442":20}},"\u045a":{"d":"262,-57v0,72,-74,55,-140,57r0,-83r-47,0r0,83r-48,0r0,-180r48,-9r0,72r47,0r0,-63r47,-9r0,73v53,-3,94,7,93,59xm213,-58v0,-26,-20,-26,-44,-25r0,50v24,1,45,0,44,-25","w":274,"k":{"\u0443":14,"\u0442":19,"\u0436":4,"\u0435":7}},"\u045b":{"d":"74,-164v39,-35,105,-24,105,36r0,128r-47,0r0,-118v2,-43,-39,-24,-57,-9r0,127r-48,0r0,-203r-18,0r0,-25r18,0r0,-30r48,-12r0,42r70,0r-8,25r-62,0","w":204},"\u045c":{"d":"27,-180r48,-9r0,75v56,12,23,-73,81,-72r18,-2r8,33v-38,4,-20,49,-56,57v42,10,15,61,62,68r-9,34v-30,0,-58,-5,-63,-36v-4,-24,-4,-54,-41,-48r0,80r-48,0r0,-180xm147,-237r-81,36r-15,-26r75,-47","w":198,"k":{"\u045e":5,"\u0443":4,"\u043e":2}},"\u045e":{"d":"132,-184r51,0r-67,187v-16,45,-28,55,-36,61v-6,5,-20,14,-44,17r-17,-32v36,-10,40,-20,54,-49r-12,0r-61,-181r49,-6r42,145v10,-54,27,-94,41,-142xm49,-268v11,23,59,25,70,0r26,10v-7,41,-66,57,-101,32v-10,-8,-17,-22,-20,-32","w":182,"k":{"\u2026":27,"\u0451":5,"\u044f":6,"\u044d":9,"\u0445":9,"\u0441":6,"\u043b":8,"\u0437":5,"\u0436":3,"\u0435":6,"\u0434":6,"\u0431":1,"\u0430":1,".":27,",":24}},"\u045f":{"d":"120,-180r47,-9r0,189r-47,0r0,50r-45,0r0,-50r-48,0r0,-180r48,-9r0,155r45,0r0,-146","w":194},"\u0490":{"d":"27,-250r91,0r0,-32r49,0r0,73r-89,0r0,209r-51,0r0,-250","w":170,"k":{"\u2026":51,"\u045e":20,"\u0451":20,"\u044f":44,"\u044e":35,"\u044d":44,"\u044c":43,"\u044b":44,"\u0449":40,"\u0448":47,"\u0447":41,"\u0446":46,"\u0445":35,"\u0444":33,"\u0443":35,"\u0442":38,"\u0441":33,"\u0440":33,"\u043f":35,"\u043e":33,"\u043d":35,"\u043c":43,"\u043b":49,"\u043a":49,"\u0439":28,"\u0438":47,"\u0437":35,"\u0436":35,"\u0435":40,"\u0434":41,"\u0433":40,"\u0432":52,"\u0431":26,"\u0430":38,"\u042f":16,"\u042d":12,"\u0424":15,"\u0421":10,"\u041e":12,"\u041b":10,"\u0417":8,"\u0414":16,"\u0412":14,"\u0410":33,"\u0404":19,"\u00ae":20,"\u00a9":22,";":44,":":42,".":49,",":45}},"\u0491":{"d":"75,0r-48,0r0,-184r80,0r0,-35r43,0r0,69r-75,0r0,150","w":154,"k":{"\u2026":41,"\u043b":13,"\u0434":19,".":44,",":40}},"\u2013":{"d":"192,-80r-176,0r0,-37r176,0r0,37","w":207},"\u2014":{"d":"273,-80r-257,0r0,-37r257,0r0,37","w":289},"\u2015":{"d":"273,-80r-257,0r0,-37r257,0r0,37","w":289},"\u2018":{"d":"58,-217v3,12,29,16,24,36v0,17,-15,31,-32,31v-61,0,-36,-101,15,-108r19,20v-16,4,-26,12,-26,21","w":96,"k":{"\u038f":-32,"\u038e":-61,"\u038c":-32,"\u038a":-50,"\u0389":-50,"\u0388":-50,"\u0386":-18}},"\u2019":{"d":"39,-188v0,-13,-29,-18,-24,-37v0,-17,13,-31,31,-31v60,0,37,101,-14,108r-19,-20v15,-4,26,-11,26,-20","w":96},"\u201a":{"d":"39,12v0,-13,-29,-18,-24,-37v0,-17,14,-31,31,-31v60,0,37,101,-14,108r-19,-20v16,-4,26,-11,26,-20","w":96},"\u201c":{"d":"58,-218v0,13,29,18,24,37v0,17,-14,31,-32,31v-61,0,-36,-101,15,-108r19,20v-16,4,-26,11,-26,20xm140,-218v1,13,27,18,23,37v0,17,-14,31,-32,31v-21,0,-35,-18,-35,-43v0,-31,20,-57,50,-65r19,20v-15,4,-25,11,-25,20","w":177,"k":{"\u038f":-32,"\u038e":-61,"\u038c":-32,"\u038a":-50,"\u0389":-50,"\u0388":-50,"\u0386":-18}},"\u201d":{"d":"39,-188v0,-13,-29,-18,-24,-37v0,-17,13,-31,31,-31v60,0,37,101,-14,108r-19,-20v15,-4,26,-11,26,-20xm120,-188v-1,-14,-28,-18,-24,-37v0,-17,14,-31,32,-31v21,0,35,18,35,43v0,31,-20,57,-50,65r-19,-20v15,-4,26,-11,26,-20","w":177},"\u201e":{"d":"120,12v-1,-14,-28,-18,-24,-37v0,-17,14,-31,32,-31v61,0,36,101,-15,108r-19,-20v15,-4,26,-11,26,-20xm39,12v0,-13,-29,-18,-24,-37v0,-17,14,-31,31,-31v60,0,37,101,-14,108r-19,-20v16,-4,26,-11,26,-20","w":178,"k":{"\u017c":-11,"\u017a":-11,"\u0164":27,"\u0162":27,"\u015f":-9,"\u015b":-9,"\u0150":11,"\u014c":11,"\u0123":-5,"\u0122":11,"\u011f":-5,"\u011e":11,"\u010c":11,"\u0106":11,"\u0105":-7,"\u0104":-27,"\u0103":-7,"\u0102":-27,"\u0101":-7,"\u0100":-27}},"\u2020":{"d":"169,-196r-8,43r-50,0r0,153r-48,0r0,-153r-54,0r0,-43r54,0r0,-54r48,0r0,54r58,0","w":177},"\u2021":{"d":"173,-196r-8,43r-50,0r0,55r54,0r0,44r-54,0r0,54r-48,0r0,-54r-58,0r8,-44r50,0r0,-55r-54,0r0,-43r54,0r0,-54r48,0r0,54r58,0","w":182},"\u2022":{"d":"151,-127v0,35,-29,63,-64,63v-35,0,-64,-28,-64,-63v0,-35,29,-64,64,-64v35,0,64,29,64,64","w":174},"\u2026":{"d":"263,-26v0,18,-15,32,-32,32v-18,0,-31,-14,-31,-32v0,-17,14,-32,31,-32v18,0,32,15,32,32xm173,-26v0,18,-15,32,-32,32v-18,0,-31,-14,-31,-32v0,-17,14,-32,31,-32v18,0,32,15,32,32xm83,-26v0,18,-15,32,-32,32v-18,0,-31,-14,-31,-32v0,-17,14,-32,31,-32v18,0,32,15,32,32","w":282},"\u2030":{"d":"231,-121v37,0,63,25,62,62v-1,39,-22,63,-62,63v-37,0,-60,-24,-60,-62v0,-37,23,-63,60,-63xm365,-121v36,0,63,24,62,62v0,39,-22,63,-62,63v-37,0,-61,-24,-61,-62v0,-37,24,-63,61,-63xm73,-254v37,0,63,25,62,62v0,39,-22,63,-62,63v-37,0,-60,-24,-60,-62v0,-37,23,-63,60,-63xm236,-250r-131,250r-34,0r131,-250r34,0xm210,-59v0,24,3,36,22,36v15,0,21,-11,21,-37v0,-22,-4,-34,-22,-34v-18,0,-21,14,-21,35xm343,-59v0,24,3,36,22,36v15,0,22,-11,22,-37v0,-21,-5,-34,-23,-34v-18,0,-21,14,-21,35xm52,-192v0,24,3,36,22,36v15,0,21,-11,21,-37v0,-22,-5,-34,-22,-34v-17,0,-21,14,-21,35","w":439},"\u2039":{"d":"101,-27r-33,22r-57,-85r57,-84r33,22r-42,62","w":111},"\u203a":{"d":"101,-90r-57,85r-33,-22r42,-63r-42,-62r33,-22","w":111},"\u2044":{"d":"162,-275r-190,330r-39,0r190,-330r39,0","w":95},"\u2070":{"d":"117,-166v0,44,-22,75,-55,75v-35,0,-55,-30,-55,-74v0,-44,22,-75,55,-75v35,0,55,30,55,74xm77,-165v0,-43,-8,-48,-15,-48v-13,0,-16,20,-16,47v0,43,9,48,16,48v13,0,15,-20,15,-47","w":124},"\u2074":{"d":"121,-116r-16,0r0,31r-34,4r0,-35r-64,0v1,-52,27,-77,39,-118r38,0r-37,88r25,0v0,-18,2,-33,4,-51r29,-6r0,57r16,0r0,30","w":128},"\u2075":{"d":"107,-139v1,39,-45,61,-91,54r-9,-29v30,12,60,2,61,-22v-5,-25,-25,-22,-55,-13r7,-85r82,0r-6,31r-42,0r-3,20v33,-2,56,16,56,44","w":113},"\u2076":{"d":"119,-138v0,29,-24,51,-54,51v-34,0,-58,-26,-58,-62v0,-51,44,-84,92,-97r8,26v-23,9,-43,16,-55,39v32,-13,67,11,67,43xm82,-137v0,-22,-23,-22,-36,-14v-2,19,4,36,18,36v10,0,18,-8,18,-22","w":126},"\u2077":{"d":"116,-234v-11,59,-51,78,-58,146r-40,9v11,-43,30,-90,53,-123r-64,0r8,-32r101,0","w":122},"\u2078":{"d":"64,-86v-52,0,-78,-54,-36,-78v-36,-25,-10,-72,39,-72v49,0,72,50,32,70v15,7,27,17,27,35v0,28,-27,45,-62,45xm67,-112v19,0,25,-20,12,-28v-5,-3,-13,-7,-22,-10v-17,9,-14,38,10,38xm67,-180v14,-5,23,-31,-3,-30v-30,4,-12,27,3,30","w":132},"\u2079":{"d":"63,-236v71,0,67,100,19,132v-14,9,-32,21,-50,27r-21,-23v24,-6,47,-23,57,-37v-32,9,-61,-16,-61,-47v0,-30,24,-52,56,-52xm64,-163v13,0,17,-8,16,-21v0,-17,-7,-24,-17,-24v-9,0,-17,8,-17,23v0,14,7,22,18,22","w":125},"\u2080":{"d":"117,18v0,44,-22,75,-55,75v-35,0,-55,-30,-55,-74v0,-44,22,-75,55,-75v35,0,55,30,55,74xm77,19v0,-43,-8,-48,-15,-48v-13,0,-16,20,-16,47v0,43,9,48,16,48v13,0,15,-20,15,-47","w":124},"\u2081":{"d":"99,90r-78,0r0,-29r23,0r0,-75v-8,4,-16,8,-27,12r-10,-20v24,-11,34,-36,73,-32r0,115r19,0r0,29","w":105},"\u2082":{"d":"120,60r-8,30r-99,0r0,-24v17,-17,63,-55,59,-76v-4,-27,-25,-15,-45,0r-20,-23v31,-33,105,-34,105,20v0,28,-32,55,-52,73r60,0","w":127},"\u2083":{"d":"117,45v1,37,-50,56,-100,50r-10,-27v33,9,70,-4,69,-26v-2,-20,-23,-13,-40,-14r0,-29v16,3,42,1,39,-13v-3,-21,-39,-10,-48,1r-19,-23v29,-29,104,-27,106,19v0,13,-6,23,-17,30v13,6,20,18,20,32","w":124},"\u2084":{"d":"121,64r-16,0r0,31r-34,4r0,-35r-64,0v1,-52,27,-77,39,-118r38,0r-37,88r25,0v0,-18,2,-33,4,-51r29,-6r0,57r16,0r0,30","w":128},"\u2085":{"d":"107,41v1,39,-45,61,-91,54r-9,-29v30,12,60,2,61,-22v-5,-25,-25,-22,-55,-13r7,-85r82,0r-6,31r-42,0r-3,20v33,-2,56,16,56,44","w":113},"\u2086":{"d":"119,42v0,29,-24,51,-54,51v-34,0,-58,-26,-58,-62v0,-51,44,-84,92,-97r8,26v-23,9,-43,16,-55,39v32,-13,67,11,67,43xm82,43v0,-22,-23,-22,-36,-14v-2,19,4,36,18,36v10,0,18,-8,18,-22","w":126},"\u2087":{"d":"116,-54v-11,59,-51,78,-58,146r-40,9v11,-43,30,-90,53,-123r-64,0r8,-32r101,0","w":122},"\u2088":{"d":"64,94v-52,0,-78,-54,-36,-78v-36,-25,-10,-72,39,-72v49,0,72,50,32,70v15,7,27,17,27,35v0,28,-27,45,-62,45xm67,68v19,0,25,-20,12,-28v-5,-3,-13,-7,-22,-10v-17,9,-14,38,10,38xm67,0v14,-5,23,-31,-3,-30v-30,4,-12,27,3,30","w":132},"\u2089":{"d":"63,-56v71,0,67,100,19,132v-14,9,-32,21,-50,27r-21,-23v24,-6,47,-23,57,-37v-32,9,-61,-16,-61,-47v0,-30,24,-52,56,-52xm64,17v13,0,17,-8,16,-21v0,-17,-7,-24,-17,-24v-9,0,-17,8,-17,23v0,14,7,22,18,22","w":125},"\u20ac":{"d":"110,-78v9,42,62,58,97,27r12,39v-61,40,-157,1,-165,-66r-41,0r0,-35r36,0r0,-28r-36,0r0,-35r44,0v14,-64,97,-100,157,-67r-12,41v-33,-28,-83,-10,-91,26r70,0r0,35r-75,0v-1,9,-1,19,0,28r75,0r0,35r-71,0","w":228},"\u2116":{"d":"196,0r-49,0r-77,-181r2,181r-45,0r0,-250r52,0r47,104v19,40,25,55,29,71v-5,-43,-6,-120,-5,-175r46,0r0,250xm279,-250v25,-5,59,29,53,59v1,32,-16,62,-53,61v-28,0,-51,-20,-51,-60v0,-34,24,-62,51,-60xm280,-152v18,-4,20,-11,20,-39v0,-27,0,-32,-20,-37v-31,2,-24,73,0,76xm330,-72r-100,0r0,-22r100,0r0,22","w":357},"\u2117":{"d":"284,-127v0,74,-60,133,-134,133v-74,0,-134,-59,-134,-133v0,-74,60,-134,134,-134v74,0,134,60,134,134xm247,-127v0,-56,-43,-102,-97,-102v-54,0,-97,46,-97,102v0,56,43,101,97,101v54,0,97,-45,97,-101xm110,-199v52,-2,102,0,101,44v-1,32,-25,50,-66,46r0,47r-35,0r0,-137xm145,-138v32,10,38,-31,13,-33r-13,0r0,33","w":300},"\u2122":{"d":"347,-107r-38,0r-1,-96r-35,96r-26,0r-36,-96r0,96r-39,0r0,-148r53,0r35,97r35,-97r52,0r0,148xm141,-220r-43,0r0,113r-39,0r0,-113r-43,0r0,-35r125,0r0,35","w":370},"\u2126":{"d":"18,-123v0,-75,40,-125,109,-125v46,0,69,24,83,42v32,41,34,141,-7,174r34,0r0,32r-93,0r0,-30v27,-11,45,-29,45,-84v0,-62,-11,-92,-63,-99v-45,3,-63,33,-63,84v0,66,20,88,46,99r0,30r-93,0r0,-32r34,0v-22,-21,-32,-54,-32,-91","w":253,"k":{"\u03a5":7,"\u03a4":11,"T":11}},"\u2190":{"d":"427,-99v0,17,-13,31,-30,31v-17,0,-31,-14,-31,-31v0,-17,14,-30,31,-30v17,0,30,13,30,30xm165,35v0,17,-13,30,-30,30v-17,0,-31,-13,-31,-30v0,-17,14,-31,31,-31v17,0,30,14,30,31xm117,-32v0,17,-13,31,-30,31v-17,0,-30,-14,-30,-31v0,-17,13,-30,30,-30v17,0,30,13,30,30xm70,-99v0,17,-13,31,-30,31v-17,0,-31,-14,-31,-31v0,-17,14,-30,31,-30v17,0,30,13,30,30xm159,-99v0,17,-13,31,-30,31v-17,0,-31,-14,-31,-31v0,-17,14,-30,31,-30v17,0,30,13,30,30xm117,-165v0,17,-13,30,-30,30v-17,0,-30,-13,-30,-30v0,-17,13,-30,30,-30v17,0,30,13,30,30xm248,-99v0,17,-13,31,-30,31v-17,0,-30,-14,-30,-31v0,-17,13,-30,30,-30v17,0,30,13,30,30xm165,-232v0,17,-13,31,-30,31v-17,0,-31,-14,-31,-31v0,-17,14,-30,31,-30v17,0,30,13,30,30xm338,-99v0,17,-14,31,-31,31v-17,0,-30,-14,-30,-31v0,-17,13,-30,30,-30v17,0,31,13,31,30","w":435},"\u2191":{"d":"382,-182v0,17,-14,30,-31,30v-17,0,-30,-13,-30,-30v0,-17,13,-30,30,-30v17,0,31,13,31,30xm248,80v0,17,-13,31,-30,31v-17,0,-30,-14,-30,-31v0,-17,13,-30,30,-30v17,0,30,13,30,30xm248,-9v0,17,-13,30,-30,30v-17,0,-30,-13,-30,-30v0,-17,13,-31,30,-31v17,0,30,14,30,31xm115,-182v0,17,-13,30,-30,30v-17,0,-31,-13,-31,-30v0,-17,14,-30,31,-30v17,0,30,13,30,30xm248,-98v0,17,-13,30,-30,30v-17,0,-30,-13,-30,-30v0,-17,13,-31,30,-31v17,0,30,14,30,31xm182,-229v0,17,-14,30,-31,30v-17,0,-30,-13,-30,-30v0,-17,13,-31,30,-31v17,0,31,14,31,31xm248,-188v0,17,-13,31,-30,31v-17,0,-30,-14,-30,-31v0,-17,13,-30,30,-30v17,0,30,13,30,30xm248,-277v0,17,-13,30,-30,30v-17,0,-30,-13,-30,-30v0,-17,13,-30,30,-30v17,0,30,13,30,30xm315,-229v0,17,-13,30,-30,30v-17,0,-31,-13,-31,-30v0,-17,14,-31,31,-31v17,0,30,14,30,31","w":435},"\u2192":{"d":"332,-232v0,17,-14,31,-31,31v-17,0,-30,-14,-30,-31v0,-17,13,-30,30,-30v17,0,31,13,31,30xm70,-99v0,17,-14,31,-31,31v-17,0,-30,-14,-30,-31v0,-17,13,-30,30,-30v17,0,31,13,31,30xm159,-99v0,17,-13,31,-30,31v-17,0,-31,-14,-31,-31v0,-17,14,-30,31,-30v17,0,30,13,30,30xm332,35v0,17,-14,30,-31,30v-17,0,-30,-13,-30,-30v0,-17,13,-31,30,-31v17,0,31,14,31,31xm248,-99v0,17,-13,31,-30,31v-17,0,-30,-14,-30,-31v0,-17,13,-30,30,-30v17,0,30,13,30,30xm379,-32v0,17,-13,31,-30,31v-17,0,-30,-14,-30,-31v0,-17,13,-30,30,-30v17,0,30,13,30,30xm338,-99v0,17,-14,31,-31,31v-17,0,-30,-14,-30,-31v0,-17,13,-30,30,-30v17,0,31,13,31,30xm427,-99v0,17,-14,31,-31,31v-17,0,-30,-14,-30,-31v0,-17,13,-30,30,-30v17,0,31,13,31,30xm379,-165v0,17,-13,30,-30,30v-17,0,-30,-13,-30,-30v0,-17,13,-30,30,-30v17,0,30,13,30,30","w":435},"\u2193":{"d":"248,-277v0,17,-13,30,-30,30v-17,0,-30,-13,-30,-30v0,-17,13,-30,30,-30v17,0,30,13,30,30xm115,-15v0,17,-13,30,-30,30v-17,0,-31,-13,-31,-30v0,-17,14,-30,31,-30v17,0,30,13,30,30xm182,32v0,17,-14,31,-31,31v-17,0,-30,-14,-30,-31v0,-17,13,-30,30,-30v17,0,31,13,31,30xm248,80v0,17,-13,31,-30,31v-17,0,-30,-14,-30,-31v0,-17,13,-30,30,-30v17,0,30,13,30,30xm248,-9v0,17,-13,30,-30,30v-17,0,-30,-13,-30,-30v0,-17,13,-31,30,-31v17,0,30,14,30,31xm315,32v0,17,-13,31,-30,31v-17,0,-31,-14,-31,-31v0,-17,14,-30,31,-30v17,0,30,13,30,30xm248,-99v0,17,-13,31,-30,31v-17,0,-30,-14,-30,-31v0,-17,13,-30,30,-30v17,0,30,13,30,30xm382,-15v0,17,-14,30,-31,30v-17,0,-30,-13,-30,-30v0,-17,13,-30,30,-30v17,0,31,13,31,30xm248,-188v0,17,-13,31,-30,31v-17,0,-30,-14,-30,-31v0,-17,13,-30,30,-30v17,0,30,13,30,30","w":435},"\u2196":{"d":"281,-39v16,0,30,14,30,30v0,16,-14,31,-30,31v-15,0,-30,-15,-30,-30v0,-16,14,-31,30,-31xm65,-67v15,0,30,15,30,30v0,16,-15,31,-31,31v-15,0,-30,-15,-30,-30v0,-16,15,-31,31,-31xm185,-135v0,16,-14,31,-30,31v-16,0,-30,-15,-30,-31v0,-16,14,-30,30,-30v15,0,30,15,30,30xm109,-117v0,16,-15,31,-31,31v-16,0,-30,-15,-30,-31v0,-16,14,-31,30,-31v16,0,31,15,31,31xm375,55v0,16,-15,30,-31,30v-16,0,-30,-15,-30,-31v0,-15,15,-30,30,-30v16,0,31,15,31,31xm284,-225v0,16,-15,31,-31,31v-16,0,-30,-15,-30,-31v0,-16,14,-30,30,-30v16,0,31,14,31,30xm218,-102v16,0,30,14,30,30v0,16,-14,31,-30,31v-16,0,-30,-15,-30,-31v0,-16,14,-30,30,-30xm92,-228v15,0,30,15,30,30v0,16,-15,31,-31,31v-16,0,-30,-15,-30,-31v0,-16,15,-30,31,-30xm203,-211v0,16,-15,30,-31,30v-15,0,-30,-15,-30,-30v0,-16,14,-31,30,-31v16,0,31,15,31,31","w":435},"\u2197":{"d":"331,-148v16,0,30,15,30,31v0,16,-15,31,-31,31v-16,0,-30,-15,-30,-31v0,-16,15,-31,31,-31xm65,24v15,0,30,15,30,30v0,16,-15,31,-31,31v-15,0,-30,-15,-30,-30v0,-16,15,-31,31,-31xm158,-8v0,15,-15,30,-30,30v-16,0,-30,-15,-30,-31v0,-16,14,-30,30,-30v16,0,30,15,30,31xm375,-36v0,16,-15,30,-31,30v-16,0,-30,-15,-30,-31v0,-15,15,-30,30,-30v16,0,31,15,31,31xm191,-102v16,0,30,14,30,30v0,16,-14,31,-30,31v-16,0,-30,-15,-30,-31v0,-16,14,-30,30,-30xm186,-225v0,16,-14,31,-30,31v-16,0,-31,-15,-31,-31v0,-16,15,-30,31,-30v16,0,30,14,30,30xm267,-211v0,15,-15,30,-30,30v-16,0,-31,-14,-31,-30v0,-16,15,-31,31,-31v16,0,30,15,30,31xm254,-165v16,0,30,14,30,30v0,16,-14,31,-30,31v-16,0,-30,-15,-30,-31v0,-15,15,-30,30,-30xm348,-198v0,16,-15,31,-31,31v-16,0,-30,-15,-30,-31v0,-15,15,-30,30,-30v16,0,31,14,31,30","w":435},"\u2198":{"d":"221,-98v0,16,-14,30,-30,30v-16,0,-30,-14,-30,-30v0,-16,14,-31,30,-31v16,0,30,15,30,31xm267,41v0,16,-14,31,-30,31v-16,0,-31,-15,-31,-31v0,-16,15,-30,31,-30v15,0,30,15,30,30xm158,-162v0,16,-14,31,-30,31v-16,0,-30,-14,-30,-30v0,-16,14,-31,30,-31v15,0,30,15,30,30xm348,28v0,16,-15,30,-31,30v-15,0,-30,-15,-30,-30v0,-16,14,-31,30,-31v16,0,31,15,31,31xm186,55v0,15,-15,30,-30,30v-16,0,-31,-14,-31,-30v0,-16,15,-31,31,-31v16,0,30,15,30,31xm95,-225v0,16,-14,31,-30,31v-16,0,-31,-15,-31,-31v0,-15,15,-30,30,-30v16,0,31,14,31,30xm361,-53v0,15,-15,30,-30,30v-16,0,-31,-14,-31,-30v0,-16,14,-31,30,-31v16,0,31,15,31,31xm375,-134v0,16,-15,31,-31,31v-16,0,-30,-15,-30,-31v0,-15,15,-30,30,-30v16,0,31,14,31,30xm284,-35v0,16,-14,30,-30,30v-15,0,-30,-15,-30,-30v0,-16,14,-31,30,-31v16,0,30,15,30,31","w":435},"\u2199":{"d":"248,-98v0,16,-14,30,-30,30v-16,0,-30,-14,-30,-30v0,-16,14,-31,30,-31v16,0,30,15,30,31xm122,28v0,15,-15,30,-30,30v-16,0,-31,-14,-31,-30v0,-16,14,-31,30,-31v16,0,31,15,31,31xm311,-161v0,16,-14,30,-30,30v-16,0,-30,-15,-30,-31v0,-15,15,-30,30,-30v16,0,30,15,30,31xm95,-134v0,16,-14,31,-30,31v-16,0,-31,-15,-31,-31v0,-15,15,-30,30,-30v16,0,31,14,31,30xm284,55v0,16,-15,30,-31,30v-15,0,-30,-15,-30,-30v0,-16,14,-31,30,-31v16,0,31,15,31,31xm185,-35v0,15,-15,30,-30,30v-16,0,-30,-14,-30,-30v0,-16,14,-31,30,-31v16,0,30,15,30,31xm203,41v0,16,-15,31,-31,31v-16,0,-30,-15,-30,-31v0,-15,15,-30,30,-30v16,0,31,14,31,30xm109,-53v0,16,-15,30,-31,30v-15,0,-30,-15,-30,-30v0,-16,14,-31,30,-31v16,0,31,15,31,31xm375,-225v0,16,-15,31,-31,31v-16,0,-30,-15,-30,-31v0,-15,15,-30,30,-30v16,0,31,14,31,30","w":435},"\u2202":{"d":"29,-248v69,5,147,79,147,161v0,60,-35,91,-81,91v-45,0,-79,-30,-79,-81v0,-52,40,-82,95,-74v-25,-33,-53,-55,-111,-63xm98,-35v28,0,36,-43,28,-72v-22,-13,-62,-10,-62,31v0,24,13,41,34,41","w":192},"\u2206":{"d":"231,0r-218,0r87,-230r45,0xm166,-41r-45,-125r-48,125r93,0","w":244},"\u220f":{"d":"246,0r-99,0r0,-36r25,0r0,-158r-86,0r0,158r25,0r0,36r-98,0r0,-36r26,0r0,-158r-26,0r0,-41r233,0r0,41r-26,0r0,158r26,0r0,36","w":258},"\u2211":{"d":"170,-41r-13,41r-144,0r0,-33r86,-90r-85,-91r12,-33r142,0r-14,40r-74,0r79,82r-83,84r94,0","w":182},"\u2212":{"d":"192,-80r-176,0r0,-37r176,0r0,37","w":207},"\u2219":{"d":"80,-98v0,17,-14,31,-32,31v-18,0,-32,-14,-32,-32v0,-18,15,-32,33,-32v18,0,31,15,31,33","w":96},"\u221a":{"d":"214,-260r-96,263r-39,0r-53,-153r-24,0r0,-34r60,0r38,112v18,-66,44,-125,65,-188r49,0","w":216},"\u221e":{"d":"332,-94v0,73,-90,80,-135,46r-26,-19v-22,17,-54,40,-87,40v-29,0,-71,-13,-71,-64v0,-77,89,-81,138,-45r24,16v21,-18,54,-39,87,-39v29,0,70,14,70,65xm285,-94v-4,-39,-61,-18,-75,0v15,18,73,38,75,0xm135,-92v-15,-18,-73,-38,-75,0v4,40,60,16,75,0","w":344},"\u2224":{"d":"80,-98v0,17,-14,31,-32,31v-18,0,-32,-14,-32,-32v0,-18,15,-32,33,-32v18,0,31,15,31,33","w":96},"\u2227":{"d":"80,-98v0,17,-14,31,-32,31v-18,0,-32,-14,-32,-32v0,-18,15,-32,33,-32v18,0,31,15,31,33","w":96},"\u222b":{"d":"143,-249r-19,39v-21,-16,-38,-17,-40,12r-16,207v-3,59,-58,75,-106,49r19,-40v21,18,39,17,41,-12r15,-206v2,-59,58,-76,106,-49","w":87},"\u2248":{"d":"65,-169v23,0,56,23,76,24v14,0,24,-13,32,-24r13,39v-8,15,-21,31,-45,31v-23,0,-56,-24,-77,-25v-14,0,-23,14,-31,25r-13,-39v8,-15,21,-31,45,-31xm65,-97v23,0,56,23,76,24v14,0,24,-13,32,-24r13,39v-8,15,-21,31,-45,31v-23,0,-56,-24,-77,-25v-14,0,-23,14,-31,25r-13,-39v8,-15,21,-31,45,-31","w":205},"\u2260":{"d":"108,-121r-88,0r0,-45r113,0r33,-55r29,17v-6,11,-20,32,-26,38r48,0r0,45r-75,0r-13,24r88,0r0,45r-113,0r-33,55r-29,-17v6,-11,20,-32,26,-38r-48,0r0,-45r75,0","w":236},"\u2264":{"d":"147,-42r-138,-51r0,-34r138,-65r0,48r-74,31r74,25r0,46xm147,0r-138,0r0,-39r138,0r0,39","w":159},"\u2265":{"d":"150,-93r-137,51r0,-47r74,-24r-74,-31r0,-48r137,65r0,34xm150,0r-137,0r0,-39r137,0r0,39","w":159},"\u22c5":{"d":"80,-98v0,17,-14,31,-32,31v-18,0,-32,-14,-32,-32v0,-18,15,-32,33,-32v18,0,31,15,31,33","w":96},"\u25aa":{"d":"284,6r-268,0r0,-267r268,0r0,267","w":300},"\u25ab":{"d":"284,6r-268,0r0,-267r268,0r0,267xm248,-30r0,-195r-196,0r0,195r196,0","w":300},"\u25b4":{"d":"157,-57r-128,0r64,-138","w":185},"\u25b8":{"d":"162,-126r-139,64r0,-128","w":185},"\u25be":{"d":"157,-195r-64,138r-64,-138r128,0","w":185},"\u25c2":{"d":"162,-62r-139,-64r139,-64r0,128","w":185},"\u25ca":{"d":"190,-124r-67,124r-42,0r-65,-124r65,-123r42,0xm145,-124r-44,-93r-42,93r42,94","w":205},"\u25cb":{"d":"284,-127v0,74,-60,133,-134,133v-74,0,-134,-59,-134,-133v0,-74,60,-134,134,-134v74,0,134,60,134,134xm247,-127v0,-56,-43,-102,-97,-102v-54,0,-97,46,-97,102v0,56,43,101,97,101v54,0,97,-45,97,-101","w":300},"\u25cf":{"d":"284,-127v0,74,-60,133,-134,133v-74,0,-134,-59,-134,-133v0,-74,60,-134,134,-134v74,0,134,60,134,134","w":300},"\u2610":{"d":"284,6r-268,0r0,-267r268,0r0,267xm248,-30r0,-195r-196,0r0,195r196,0","w":300},"\ufb06":{"d":"161,-235v-43,-2,-47,54,-6,63r-16,32v-18,-9,-31,-13,-45,-13v-29,0,-34,32,-1,37v40,6,70,19,69,58v0,68,-97,80,-153,43r17,-36v15,9,40,21,61,21v14,0,25,-9,25,-21v-10,-40,-94,-10,-94,-78v0,-39,32,-63,80,-60v-23,-39,18,-78,64,-78v29,0,58,8,86,16r0,67r44,0r-13,33r-31,0r0,92v-2,32,15,34,39,26r6,29v-44,17,-92,9,-92,-47r0,-100r-19,0r0,-33r19,0r0,-42v-11,-4,-23,-9,-40,-9","w":298}}});var swfobject=function(){var D="undefined",r="object",S="Shockwave Flash",W="ShockwaveFlash.ShockwaveFlash",q="application/x-shockwave-flash",R="SWFObjectExprInst",x="onreadystatechange",O=window,j=document,t=navigator,T=false,U=[h],o=[],N=[],I=[],l,Q,E,B,J=false,a=false,n,G,m=true,M=function(){var aa=typeof j.getElementById!=D&&typeof j.getElementsByTagName!=D&&typeof j.createElement!=D,ah=t.userAgent.toLowerCase(),Y=t.platform.toLowerCase(),ae=Y?/win/.test(Y):/win/.test(ah),ac=Y?/mac/.test(Y):/mac/.test(ah),af=/webkit/.test(ah)?parseFloat(ah.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,X=!+"\v1",ag=[0,0,0],ab=null;if(typeof t.plugins!=D&&typeof t.plugins[S]==r){ab=t.plugins[S].description;if(ab&&!(typeof t.mimeTypes!=D&&t.mimeTypes[q]&&!t.mimeTypes[q].enabledPlugin)){T=true;X=false;ab=ab.replace(/^.*\s+(\S+\s+\S+$)/,"$1");ag[0]=parseInt(ab.replace(/^(.*)\..*$/,"$1"),10);ag[1]=parseInt(ab.replace(/^.*\.(.*)\s.*$/,"$1"),10);ag[2]=/[a-zA-Z]/.test(ab)?parseInt(ab.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else{if(typeof O.ActiveXObject!=D){try{var ad=new ActiveXObject(W);if(ad){ab=ad.GetVariable("$version");if(ab){X=true;ab=ab.split(" ")[1].split(",");ag=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}}catch(Z){}}}return{w3:aa,pv:ag,wk:af,ie:X,win:ae,mac:ac}}(),k=function(){if(!M.w3){return}if((typeof j.readyState!=D&&j.readyState=="complete")||(typeof j.readyState==D&&(j.getElementsByTagName("body")[0]||j.body))){f()}if(!J){if(typeof j.addEventListener!=D){j.addEventListener("DOMContentLoaded",f,false)}if(M.ie&&M.win){j.attachEvent(x,function(){if(j.readyState=="complete"){j.detachEvent(x,arguments.callee);f()}});if(O==top){(function(){if(J){return}try{j.documentElement.doScroll("left")}catch(X){setTimeout(arguments.callee,0);return}f()})()}}if(M.wk){(function(){if(J){return}if(!/loaded|complete/.test(j.readyState)){setTimeout(arguments.callee,0);return}f()})()}s(f)}}();function f(){if(J){return}try{var Z=j.getElementsByTagName("body")[0].appendChild(C("span"));Z.parentNode.removeChild(Z)}catch(aa){return}J=true;var X=U.length;for(var Y=0;Y<X;Y++){U[Y]()}}function K(X){if(J){X()}else{U[U.length]=X}}function s(Y){if(typeof O.addEventListener!=D){O.addEventListener("load",Y,false)}else{if(typeof j.addEventListener!=D){j.addEventListener("load",Y,false)}else{if(typeof O.attachEvent!=D){i(O,"onload",Y)}else{if(typeof O.onload=="function"){var X=O.onload;O.onload=function(){X();Y()}}else{O.onload=Y}}}}}function h(){if(T){V()}else{H()}}function V(){var X=j.getElementsByTagName("body")[0];var aa=C(r);aa.setAttribute("type",q);var Z=X.appendChild(aa);if(Z){var Y=0;(function(){if(typeof Z.GetVariable!=D){var ab=Z.GetVariable("$version");if(ab){ab=ab.split(" ")[1].split(",");M.pv=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}else{if(Y<10){Y++;setTimeout(arguments.callee,10);return}}X.removeChild(aa);Z=null;H()})()}else{H()}}function H(){var ag=o.length;if(ag>0){for(var af=0;af<ag;af++){var Y=o[af].id;var ab=o[af].callbackFn;var aa={success:false,id:Y};if(M.pv[0]>0){var ae=c(Y);if(ae){if(F(o[af].swfVersion)&&!(M.wk&&M.wk<312)){w(Y,true);if(ab){aa.success=true;aa.ref=z(Y);ab(aa)}}else{if(o[af].expressInstall&&A()){var ai={};ai.data=o[af].expressInstall;ai.width=ae.getAttribute("width")||"0";ai.height=ae.getAttribute("height")||"0";if(ae.getAttribute("class")){ai.styleclass=ae.getAttribute("class")}if(ae.getAttribute("align")){ai.align=ae.getAttribute("align")}var ah={};var X=ae.getElementsByTagName("param");var ac=X.length;for(var ad=0;ad<ac;ad++){if(X[ad].getAttribute("name").toLowerCase()!="movie"){ah[X[ad].getAttribute("name")]=X[ad].getAttribute("value")}}P(ai,ah,Y,ab)}else{p(ae);if(ab){ab(aa)}}}}}else{w(Y,true);if(ab){var Z=z(Y);if(Z&&typeof Z.SetVariable!=D){aa.success=true;aa.ref=Z}ab(aa)}}}}}function z(aa){var X=null;var Y=c(aa);if(Y&&Y.nodeName=="OBJECT"){if(typeof Y.SetVariable!=D){X=Y}else{var Z=Y.getElementsByTagName(r)[0];if(Z){X=Z}}}return X}function A(){return!a&&F("6.0.65")&&(M.win||M.mac)&&!(M.wk&&M.wk<312)}function P(aa,ab,X,Z){a=true;E=Z||null;B={success:false,id:X};var ae=c(X);if(ae){if(ae.nodeName=="OBJECT"){l=g(ae);Q=null}else{l=ae;Q=X}aa.id=R;if(typeof aa.width==D||(!/%$/.test(aa.width)&&parseInt(aa.width,10)<310)){aa.width="310"}if(typeof aa.height==D||(!/%$/.test(aa.height)&&parseInt(aa.height,10)<137)){aa.height="137"}j.title=j.title.slice(0,47)+" - Flash Player Installation";var ad=M.ie&&M.win?"ActiveX":"PlugIn",ac="MMredirectURL="+O.location.toString().replace(/&/g,"%26")+"&MMplayerType="+ad+"&MMdoctitle="+j.title;if(typeof ab.flashvars!=D){ab.flashvars+="&"+ac}else{ab.flashvars=ac}if(M.ie&&M.win&&ae.readyState!=4){var Y=C("div");X+="SWFObjectNew";Y.setAttribute("id",X);ae.parentNode.insertBefore(Y,ae);ae.style.display="none";(function(){if(ae.readyState==4){ae.parentNode.removeChild(ae)}else{setTimeout(arguments.callee,10)}})()}u(aa,ab,X)}}function p(Y){if(M.ie&&M.win&&Y.readyState!=4){var X=C("div");Y.parentNode.insertBefore(X,Y);X.parentNode.replaceChild(g(Y),X);Y.style.display="none";(function(){if(Y.readyState==4){Y.parentNode.removeChild(Y)}else{setTimeout(arguments.callee,10)}})()}else{Y.parentNode.replaceChild(g(Y),Y)}}function g(ab){var aa=C("div");if(M.win&&M.ie){aa.innerHTML=ab.innerHTML}else{var Y=ab.getElementsByTagName(r)[0];if(Y){var ad=Y.childNodes;if(ad){var X=ad.length;for(var Z=0;Z<X;Z++){if(!(ad[Z].nodeType==1&&ad[Z].nodeName=="PARAM")&&!(ad[Z].nodeType==8)){aa.appendChild(ad[Z].cloneNode(true))}}}}}return aa}function u(ai,ag,Y){var X,aa=c(Y);if(M.wk&&M.wk<312){return X}if(aa){if(typeof ai.id==D){ai.id=Y}if(M.ie&&M.win){var ah="";for(var ae in ai){if(ai[ae]!=Object.prototype[ae]){if(ae.toLowerCase()=="data"){ag.movie=ai[ae]}else{if(ae.toLowerCase()=="styleclass"){ah+=' class="'+ai[ae]+'"'}else{if(ae.toLowerCase()!="classid"){ah+=" "+ae+'="'+ai[ae]+'"'}}}}}var af="";for(var ad in ag){if(ag[ad]!=Object.prototype[ad]){af+='<param name="'+ad+'" value="'+ag[ad]+'" />'}}aa.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+ah+">"+af+"</object>";N[N.length]=ai.id;X=c(ai.id)}else{var Z=C(r);Z.setAttribute("type",q);for(var ac in ai){if(ai[ac]!=Object.prototype[ac]){if(ac.toLowerCase()=="styleclass"){Z.setAttribute("class",ai[ac])}else{if(ac.toLowerCase()!="classid"){Z.setAttribute(ac,ai[ac])}}}}for(var ab in ag){if(ag[ab]!=Object.prototype[ab]&&ab.toLowerCase()!="movie"){e(Z,ab,ag[ab])}}aa.parentNode.replaceChild(Z,aa);X=Z}}return X}function e(Z,X,Y){var aa=C("param");aa.setAttribute("name",X);aa.setAttribute("value",Y);Z.appendChild(aa)}function y(Y){var X=c(Y);if(X&&X.nodeName=="OBJECT"){if(M.ie&&M.win){X.style.display="none";(function(){if(X.readyState==4){b(Y)}else{setTimeout(arguments.callee,10)}})()}else{X.parentNode.removeChild(X)}}}function b(Z){var Y=c(Z);if(Y){for(var X in Y){if(typeof Y[X]=="function"){Y[X]=null}}Y.parentNode.removeChild(Y)}}function c(Z){var X=null;try{X=j.getElementById(Z)}catch(Y){}return X}function C(X){return j.createElement(X)}function i(Z,X,Y){Z.attachEvent(X,Y);I[I.length]=[Z,X,Y]}function F(Z){var Y=M.pv,X=Z.split(".");X[0]=parseInt(X[0],10);X[1]=parseInt(X[1],10)||0;X[2]=parseInt(X[2],10)||0;return(Y[0]>X[0]||(Y[0]==X[0]&&Y[1]>X[1])||(Y[0]==X[0]&&Y[1]==X[1]&&Y[2]>=X[2]))?true:false}function v(ac,Y,ad,ab){if(M.ie&&M.mac){return}var aa=j.getElementsByTagName("head")[0];if(!aa){return}var X=(ad&&typeof ad=="string")?ad:"screen";if(ab){n=null;G=null}if(!n||G!=X){var Z=C("style");Z.setAttribute("type","text/css");Z.setAttribute("media",X);n=aa.appendChild(Z);if(M.ie&&M.win&&typeof j.styleSheets!=D&&j.styleSheets.length>0){n=j.styleSheets[j.styleSheets.length-1]}G=X}if(M.ie&&M.win){if(n&&typeof n.addRule==r){n.addRule(ac,Y)}}else{if(n&&typeof j.createTextNode!=D){n.appendChild(j.createTextNode(ac+" {"+Y+"}"))}}}function w(Z,X){if(!m){return}var Y=X?"visible":"hidden";if(J&&c(Z)){c(Z).style.visibility=Y}else{v("#"+Z,"visibility:"+Y)}}function L(Y){var Z=/[\\\"<>\.;]/;var X=Z.exec(Y)!=null;return X&&typeof encodeURIComponent!=D?encodeURIComponent(Y):Y}var d=function(){if(M.ie&&M.win){window.attachEvent("onunload",function(){var ac=I.length;for(var ab=0;ab<ac;ab++){I[ab][0].detachEvent(I[ab][1],I[ab][2])}var Z=N.length;for(var aa=0;aa<Z;aa++){y(N[aa])}for(var Y in M){M[Y]=null}M=null;for(var X in swfobject){swfobject[X]=null}swfobject=null})}}();return{registerObject:function(ab,X,aa,Z){if(M.w3&&ab&&X){var Y={};Y.id=ab;Y.swfVersion=X;Y.expressInstall=aa;Y.callbackFn=Z;o[o.length]=Y;w(ab,false)}else{if(Z){Z({success:false,id:ab})}}},getObjectById:function(X){if(M.w3){return z(X)}},embedSWF:function(ab,ah,ae,ag,Y,aa,Z,ad,af,ac){var X={success:false,id:ah};if(M.w3&&!(M.wk&&M.wk<312)&&ab&&ah&&ae&&ag&&Y){w(ah,false);K(function(){ae+="";ag+="";var aj={};if(af&&typeof af===r){for(var al in af){aj[al]=af[al]}}aj.data=ab;aj.width=ae;aj.height=ag;var am={};if(ad&&typeof ad===r){for(var ak in ad){am[ak]=ad[ak]}}if(Z&&typeof Z===r){for(var ai in Z){if(typeof am.flashvars!=D){am.flashvars+="&"+ai+"="+Z[ai]}else{am.flashvars=ai+"="+Z[ai]}}}if(F(Y)){var an=u(aj,am,ah);if(aj.id==ah){w(ah,true)}X.success=true;X.ref=an}else{if(aa&&A()){aj.data=aa;P(aj,am,ah,ac);return}else{w(ah,true)}}if(ac){ac(X)}})}else{if(ac){ac(X)}}},switchOffAutoHideShow:function(){m=false},ua:M,getFlashPlayerVersion:function(){return{major:M.pv[0],minor:M.pv[1],release:M.pv[2]}},hasFlashPlayerVersion:F,createSWF:function(Z,Y,X){if(M.w3){return u(Z,Y,X)}else{return undefined}},showExpressInstall:function(Z,aa,X,Y){if(M.w3&&A()){P(Z,aa,X,Y)}},removeSWF:function(X){if(M.w3){y(X)}},createCSS:function(aa,Z,Y,X){if(M.w3){v(aa,Z,Y,X)}},addDomLoadEvent:K,addLoadEvent:s,getQueryParamValue:function(aa){var Z=j.location.search||j.location.hash;if(Z){if(/\?/.test(Z)){Z=Z.split("?")[1]}if(aa==null){return L(Z)}var Y=Z.split("&");for(var X=0;X<Y.length;X++){if(Y[X].substring(0,Y[X].indexOf("="))==aa){return L(Y[X].substring((Y[X].indexOf("=")+1)))}}}return""},expressInstallCallback:function(){if(a){var X=c(R);if(X&&l){X.parentNode.replaceChild(l,X);if(Q){w(Q,true);if(M.ie&&M.win){l.style.display="block"}}if(E){E(B)}}a=false}}}}();function getLeaf(url){var splited=url.split('?');url=splited[0];return url.substring(url.lastIndexOf("/")+1);}
jQuery.fn.extend({rollover:function(){return this.each(function(){var pth=$(this).attr("src");if(pth==getLeaf(document.location.href)){$(this).attr("src",pth.replace(/.gif/g,'-active.gif'));}else{$(this).hover(function(){$(this).attr("src",pth.replace(/.gif/g,'-active.gif'));},function(){$(this).attr("src",pth.replace(/_active.gif/g,'.gif'));});}});}});$(document).ready(function(){$("input[name$='submit']").rollover();$("a.external").click(function(){this.target="_blank";});});
