// jQuery JavaScript Library v1.3.2, http://jquery.com/, Copyright (c) 2009 John Resig
(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return !!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return !!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return +new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return !o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return -1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});

//Sizzle CSS Selector Engine - v0.9.3, Copyright 2009, The Dojo Foundation
(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return !!T.firstChild},empty:function(T){return !T.firstChild},has:function(V,U,T){return !!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex" in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return !F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();

// Peckadesign Ajax Form + Mazání formulářů
(function($){$.fn.pdAjaxForm=function(ajax){return this.each(function(){var $box=$(this),$form=this.tagName=='FORM'?$box:$box.find('form'),submit=':submit, :image';var a=ajax||{};$box.bind('click',function(e){var $target=$(e.target);if($target.closest(submit).length){var $this=$(e.target.form),_this=e.target.form,btn=$target.attr('name')!=''?$target.attr('name')+'='+$target.val():'',data=$this.serialize()+'&'+btn+'&ajax=true',url=_this.action.split('#')[0],type=_this.method.toUpperCase();$.ajax({url:a.url||url,type:a.type||type,dataType:a.dataType||null,success:function(xml){a.success(xml,$box,$this)},beforeSend:a.beforeSend($box,$this,data,a)||null,data:data});return false}})})};$.fn.clearForm=function(dontClear){var not=dontClear||'';return this.not(not).each(function(){var type=this.type,tag=this.tagName.toLowerCase();if(tag=='form'){return $(':input',this).clearForm(not)}if(type=='text'||type=='password'||tag=='textarea'){this.value=''}else if(type=='checkbox'||type=='radio'){this.checked=false}else if(tag=='select'){this.selectedIndex=-1}})}})($);

// PDBox, Copyright (c) 2007 PeckaDesign (www.peckadesign.cz)
jQuery.fn.pdBox=function(j){var o=jQuery.extend({minWidth:540},j);var k=this;var l=null;var m=null;var n=null;var p=540;var q=$('html').attr('lang')||'cs';var r={cs:{close:"Zavřít",prev:"předchozí",next:"další"},en:{close:"Close",prev:"previous",next:"next"},de:{close:"Zumachen",prev:"vorige",next:"folgend"},es:{close:"Vaer",prev:"previo",next:"siguiente"},fr:{close:"Fermer",prev:"précédant",next:"suivant"},it:{close:"Chiudere",prev:"previo",next:" veniente"},ru:{close:"закрыть",prev:"предшествующий",next:"последующий"}};var t=null;return this.each(function(){jQuery(this).bind('click',function(){if(navigator.appName!='Konqueror'){showOverlay()}showBox();initGroup(this);return false});function showBox(){if(!document.getElementById("TB_window")){jQuery("body").append("<div id='TB_window'></div>");var a="<div id='pd-box-top'>"+"<div id='pd-box-bottom'>"+"<div id='pd-box-left'>"+"<div id='pd-box-right'>"+"<div id='pd-content'>"+"<div id='TB_secondLine'>"+"<div id='prevnext'>"+"<a href='#' id='TB_prev' rel=''>"+r[q]["prev"]+"</a>"+"<a href='#' id='TB_next' rel=''>"+r[q]["next"]+"</a>"+"</div>"+"<div id='TB_pages'></div>"+"</div>"+"<div class='break'></div>"+"<h2 id='TB_caption'></h2>"+"<div id='TB_desc'></div>"+"<a href='' id='TB_ImageOff' title='"+r[q]["close"]+"'></a>"+"</div>"+"</div>"+"</div>"+"</div>"+"</div>"+"<div id='TB_closeWindow'>"+"<a href='#' id='TB_closeWindowButton' title='"+r[q]["close"]+"'> "+r[q]["close"]+"</a>"+"</div>"+"<div id='pd-box-top-left'>&nbsp;</div>"+"<div id='pd-box-top-right'>&nbsp;</div>"+"<div id='pd-box-bottom-left'>&nbsp;</div>"+"<div id='pd-box-bottom-right'>&nbsp;</div>";jQuery("#TB_window").append(a);jQuery("#TB_closeWindowButton").bind('click',hideBox);positionBox()}};function hideBox(){if(o.onHide){o.onHide.call($('#TB_window'))}hideOverlay();jQuery(document).unbind('keyup');return false};function initGroup(c){var d=jQuery(c).attr('rel');if(d){l=k.filter('a[rel="'+d+'"]');var f='';l.each(function(i){f+=" <a href='"+this.href+"'>"+(i+1)+"</a> "});jQuery("#TB_pages").append(f);n=jQuery("#TB_pages a");jQuery("#TB_prev").bind('click',function(){jQuery('#TB_pages .active').prev().trigger('click');return false});jQuery("#TB_next").bind('click',function(){jQuery('#TB_pages .active').next().trigger('click');return false});jQuery(document).bind('keyup',function(e){var a;if(!e){var e=window.event}if(e.keyCode){a=e.keyCode}else if(e.which){a=e.which}var b=String.fromCharCode(a).toLowerCase();if((b=='x')||(b=='c')||(a==27)){jQuery("#TB_closeWindowButton").trigger('click')}else if((b=='p')||(a==37)){jQuery("#TB_prev:visible").trigger('click')}else if((b=='n')||(b=='d')||(a==39)){jQuery("#TB_next:visible").trigger('click')}});if(n.size()==1){jQuery("#TB_prev, #TB_next, #TB_pages").addClass('hidden')}jQuery("#TB_pages a").bind('click',clickNumber).eq(l.index(c)).trigger('click')}else{l=jQuery(c);jQuery("#TB_prev, #TB_next, #TB_pages").addClass('hidden');preloadContent(c.href,c)}};function clickNumber(){n.removeClass('active');jQuery(this).addClass('active');var a=n.index(this);if(a==0){jQuery("#TB_prev").addClass("hidden")}else{jQuery("#TB_prev").removeClass("hidden")}if(a==n.size()-1){jQuery("#TB_next").addClass("hidden")}else{jQuery("#TB_next").removeClass("hidden")}m=l.eq(a);preloadImage(this.href);return false};function preloadContent(a,b){var c=/\.jpg|\.png|\.gif$/;if(a.search(c)!==-1){$('#pdb-caption, #pdb-desc, #pdb-image-anchor').removeClass('hidden');$("#pdb-content").addClass('hidden');preloadImage(a)}else{$("#pdb-content").removeClass('hidden').addClass('loader');$('#pdb-caption, #pdb-desc, #pdb-image-anchor').addClass('hidden');preloadHtml(a,b)}};function preloadHtml(a,b){ioff=$('#pdb-image-anchor');a=b.pathname+b.search;var s='?';var c=/\?/;if(a.search(c)!=-1)s='&';$("img",ioff).remove();$("#TB_secondLine").remove();$("#TB_ImageOff").html();var d=false;var e=$(b).attr('href').split('#')[1];if($('#'+e).size()>0){d=true;var f=$('#'+e).html()}if(d){$('#TB_caption').html($(b).attr('title'));jQuery("#TB_ImageOff").remove();$("#TB_desc").html(f);$('#pd-box-bottom-left, #pd-box-bottom-right').css('position','absolute')}else{$("#TB_desc").load(a+s+"ajax=true",null,function(){jQuery("#TB_ImageOff").remove();$('#pd-box-bottom-left, #pd-box-bottom-right').css('position','absolute');$("#formDoporucte #BDmessage").append($("#odeslat").attr('title'));if(o.onLoad){o.onLoad.call($('#TB_window'))}$('.closeBox').bind('click',hideBox)})}if(p<o.minWidth)p=o.minWidth;positionBox()};function preloadImage(a){ioff=jQuery('#TB_ImageOff');if(ioff.size()==1){ioff.height(ioff[0].offsetHeight+"px")}jQuery("img",ioff).remove();t=document.createElement('img');jQuery(t).bind('load',showImage);jQuery(t).attr('src',a)};function showImage(e){this.onload=null;var a=getPageSize();var x=a[0]-150;var y=a[1]-150;var b=this.width;var c=this.height;var d=jQuery('img',m);var f=d.attr('alt');var g=d.attr('title');var h=d.attr('longdesc');var i=g?g+', ':'';if(h)i+='<a href="'+h+'">'+h+'</a>';if(f)jQuery("#TB_caption").removeClass("hidden").html(f);else jQuery("#TB_caption").addClass("hidden").empty();if(i)jQuery("#TB_desc").removeClass("hidden").html(i);else jQuery("#TB_desc").addClass("hidden").empty();p=b+2*17+2*17;if(p<o.minWidth)p=o.minWidth;positionBox();this.alt=f;if(g)this.title=g;ioff.height("auto").empty().append(this).bind('click',hideBox);jQuery("#TB_window").css({display:"block"})};function positionBox(){var a=getPageScrollTop();var b=getPageSize();jQuery("#TB_window").css({marginLeft:'-'+parseInt(p/2)+'px',width:p+'px',top:(a[1]+40)+"px"})};function getPageSize(){var a=document.documentElement;var w=window.innerWidth||self.innerWidth||(a&&a.clientWidth)||document.body.clientWidth;var h=window.innerHeight||self.innerHeight||(a&&a.clientHeight)||document.body.clientHeight;arrayPageSize=new Array(w,h);return arrayPageSize};function getPageScrollTop(){var a;if(self.pageYOffset){a=self.pageYOffset}else if(document.documentElement&&document.documentElement.scrollTop){a=document.documentElement.scrollTop}else if(document.body){a=document.body.scrollTop}arrayPageScroll=new Array('',a);return arrayPageScroll};function showOverlay(){if(!document.getElementById("TB_HideSelect")){jQuery("body").append("<iframe id='TB_HideSelect'></iframe><div id='TB_overlay'></div>");jQuery("#TB_overlay").bind('click',hideBox);sizeOverlay()}};function sizeOverlay(){if(window.innerHeight&&window.scrollMaxY){var a=window.innerHeight+window.scrollMaxY}else if(document.body.scrollHeight>document.body.offsetHeight){var a=document.body.scrollHeight}else{var a=document.body.offsetHeight}jQuery("#TB_overlay").css("height",a+10+"px");jQuery("#TB_HideSelect").css("height",a+"px")};function hideOverlay(){jQuery('#TB_window, #TB_overlay, #TB_HideSelect').remove()}})};

// Cufon, Copyright (c) 2009 Simo Kinnunen, Licensed under the MIT license.
var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var V=L.DOM={ready:(function(){var a=false,c={loaded:1,complete:1};var Z=[],b=function(){if(a){return}a=true;for(var d;d=Z.shift();d()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",b,false);window.addEventListener("pageshow",b,false)}if(!window.opera&&document.readyState){(function(){c[document.readyState]?b():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");b()}catch(d){setTimeout(arguments.callee,1)}})()}P(window,"load",b);return function(d){if(!arguments.length){b()}else{a?d():Z.push(d)}}})()};var M=L.CSS={Size:function(a,Z){this.value=parseFloat(a);this.unit=String(a).match(/[a-z%]*$/)[0]||"px";this.convert=function(b){return b/Z*this.value};this.convertFrom=function(b){return b/this.value*Z};this.toString=function(){return this.value+this.unit}},color:I(function(a){var Z={};Z.color=a.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(c,b,d){Z.opacity=parseFloat(d);return"rgb("+b+")"});return Z}),getStyle:function(a){var Z=document.defaultView;if(Z&&Z.getComputedStyle){return new A(Z.getComputedStyle(a,null))}if(a.currentStyle){return new A(a.currentStyle)}return new A(a.style)},gradient:I(function(d){var e={id:d,type:d.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},a=d.substr(d.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var c=0,Z=a.length,b;c<Z;++c){b=a[c].split("=",2).reverse();e.stops.push([b[1]||c/(Z-1),b[0]])}return e}),quotedList:I(function(c){var b=[],a=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,Z;while(Z=a.exec(c)){b.push(Z[3]||Z[1])}return b}),recognizesMedia:I(function(c){var b=document.createElement("style"),a,Z;b.type="text/css";b.media=c;a=F("head")[0];a.insertBefore(b,a.firstChild);Z=!!(b.sheet||b.styleSheet);a.removeChild(b);return Z}),supports:function(b,a){var Z=document.createElement("span").style;if(Z[b]===undefined){return false}Z[b]=a;return Z[b]===a},textAlign:function(c,b,Z,a){if(b.get("textAlign")=="right"){if(Z>0){c=" "+c}}else{if(Z<a-1){c+=" "}}return c},textDecoration:function(e,d){if(!d){d=this.getStyle(e)}var a={underline:null,overline:null,"line-through":null};for(var Z=e;Z.parentNode&&Z.parentNode.nodeType==1;){var c=true;for(var b in a){if(!J(a,b)||a[b]){continue}if(d.get("textDecoration").indexOf(b)!=-1){a[b]=d.get("color")}c=false}if(c){break}d=this.getStyle(Z=Z.parentNode)}return a},textShadow:I(function(d){if(d=="none"){return null}var c=[],e={},Z,a=0;var b=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(Z=b.exec(d)){if(Z[0]==","){c.push(e);e={},a=0}else{if(Z[1]){e.color=Z[1]}else{e[["offX","offY","blur"][a++]]=Z[2]}}}c.push(e);return c}),textTransform:function(a,Z){return a[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[Z.get("textTransform")]||"toString"]()},whiteSpace:(function(){var Z={inline:1,"inline-block":1,"run-in":1};return function(c,a,b){if(Z[a.get("display")]){return c}if(!b.previousSibling){c=c.replace(/^\s+/,"")}if(!b.nextSibling){c=c.replace(/\s+$/,"")}return c}})()};M.ready=(function(){var b=!M.recognizesMedia("all"),a=false;var Z=[],d=function(){b=true;for(var g;g=Z.shift();g()){}};var e=F("link"),f={stylesheet:1};function c(){var h,g,j;for(g=0;j=e[g];++g){if(j.disabled||!f[j.rel.toLowerCase()]||!M.recognizesMedia(j.media||"screen")){continue}h=j.sheet||j.styleSheet;if(!h||h.disabled){return false}}return true}V.ready(function(){if(!a){a=M.getStyle(document.body).isUsable()}if(b||(a&&c())){d()}else{setTimeout(arguments.callee,10)}});return function(g){if(b){g()}else{Z.push(g)}}})();function R(a){var Z=this.face=a.face;this.glyphs=a.glyphs;this.w=a.w;this.baseSize=parseInt(Z["units-per-em"],10);this.family=Z["font-family"].toLowerCase();this.weight=Z["font-weight"];this.style=Z["font-style"]||"normal";this.viewBox=(function(){var c=Z.bbox.split(/\s+/);var b={minX:parseInt(c[0],10),minY:parseInt(c[1],10),maxX:parseInt(c[2],10),maxY:parseInt(c[3],10)};b.width=b.maxX-b.minX,b.height=b.maxY-b.minY;b.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return b})();this.ascent=-parseInt(Z.ascent,10);this.descent=-parseInt(Z.descent,10);this.height=-this.ascent+this.descent}function E(){var a={},Z={oblique:"italic",italic:"oblique"};this.add=function(b){(a[b.style]||(a[b.style]={}))[b.weight]=b};this.get=function(f,g){var e=a[f]||a[Z[f]]||a.normal||a.italic||a.oblique;if(!e){return null}g={normal:400,bold:700}[g]||parseInt(g,10);if(e[g]){return e[g]}var c={1:1,99:0}[g%100],i=[],d,b;if(c===undefined){c=g>400}if(g==500){g=400}for(var h in e){if(!J(e,h)){continue}h=parseInt(h,10);if(!d||h<d){d=h}if(!b||h>b){b=h}i.push(h)}if(g<d){g=d}if(g>b){g=b}i.sort(function(k,j){return(c?(k>g&&j>g)?k<j:k>j:(k<g&&j<g)?k>j:k<j)?-1:1});return e[i[0]]}}function Q(){function b(d,e){if(d.contains){return d.contains(e)}return d.compareDocumentPosition(e)&16}function Z(f){var d=f.relatedTarget;if(!d||b(this,d)){return}a(this)}function c(d){a(this)}function a(d){setTimeout(function(){L.replace(d,D.get(d).options,true)},10)}this.attach=function(d){if(d.onmouseenter===undefined){P(d,"mouseover",Z);P(d,"mouseout",Z)}else{P(d,"mouseenter",c);P(d,"mouseleave",c)}}}function Y(){var b={},Z=0;function a(c){return c.cufid||(c.cufid=++Z)}this.get=function(c){var d=a(c);return b[d]||(b[d]={})}}function A(Z){var b={},a={};this.extend=function(c){for(var d in c){if(J(c,d)){b[d]=c[d]}}return this};this.get=function(c){return b[c]!=undefined?b[c]:Z[c]};this.getSize=function(d,c){return a[d]||(a[d]=new M.Size(this.get(d),c))};this.isUsable=function(){return !!Z}}function P(a,Z,b){if(a.addEventListener){a.addEventListener(Z,b,false)}else{if(a.attachEvent){a.attachEvent("on"+Z,function(){return b.call(a,window.event)})}}}function T(a,Z){var b=D.get(a);if(b.options){return a}if(Z.hover&&Z.hoverables[a.nodeName.toLowerCase()]){B.attach(a)}b.options=Z;return a}function I(Z){var a={};return function(b){if(!J(a,b)){a[b]=Z.apply(null,arguments)}return a[b]}}function C(e,d){if(!d){d=M.getStyle(e)}var a=M.quotedList(d.get("fontFamily").toLowerCase()),c;for(var b=0,Z=a.length;b<Z;++b){c=a[b];if(H[c]){return H[c].get(d.get("fontStyle"),d.get("fontWeight"))}}return null}function F(Z){return document.getElementsByTagName(Z)}function J(a,Z){return a.hasOwnProperty(Z)}function G(){var Z={},b,d;for(var c=0,a=arguments.length;b=arguments[c],c<a;++c){for(d in b){if(J(b,d)){Z[d]=b[d]}}}return Z}function N(c,m,a,n,d,b){var k=n.separate;if(k=="none"){return X[n.engine].apply(null,arguments)}var j=document.createDocumentFragment(),f;var g=m.split(O[k]),Z=(k=="words");if(Z&&S){if(/^\s/.test(m)){g.unshift("")}if(/\s$/.test(m)){g.push("")}}for(var h=0,e=g.length;h<e;++h){f=X[n.engine](c,Z?M.textAlign(g[h],a,h,e):g[h],a,n,d,b,h<e-1);if(f){j.appendChild(f)}}return j}function K(a,i){var b,Z,c,f,e,h;for(c=T(a,i).firstChild;c;c=e){f=c.nodeType;e=c.nextSibling;h=false;if(f==1){if(!c.firstChild){continue}if(!/cufon/.test(c.className)){arguments.callee(c,i);continue}else{h=true}}else{if(f!=3){continue}}if(!Z){Z=M.getStyle(a).extend(i)}if(!b){b=C(a,Z)}if(!b){continue}if(h){X[i.engine](b,null,Z,i,c,a);continue}var g=M.whiteSpace(c.data,Z,c);if(g===""){continue}var d=N(b,g,Z,i,c,a);if(d){c.parentNode.replaceChild(d,c)}else{c.parentNode.removeChild(c)}}}var S=" ".split(/\s+/).length==0;var D=new Y();var B=new Q();var W=[];var X={},H={},U={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(Z){return jQuery(Z)})||(window.dojo&&dojo.query)||(window.$$&&function(Z){return $$(Z)})||(window.$&&function(Z){return $(Z)})||(document.querySelectorAll&&function(Z){return document.querySelectorAll(Z)})||F),separate:"words",textShadow:"none"};var O={words:/\s+/,characters:""};L.now=function(){V.ready();return L};L.refresh=function(){var b=W.splice(0,W.length);for(var a=0,Z=b.length;a<Z;++a){L.replace.apply(null,b[a])}return L};L.registerEngine=function(a,Z){if(!Z){return L}X[a]=Z;return L.set("engine",a)};L.registerFont=function(b){var Z=new R(b),a=Z.family;if(!H[a]){H[a]=new E()}H[a].add(Z);return L.set("fontFamily",'"'+a+'"')};L.replace=function(b,a,Z){a=G(U,a);if(!a.engine){return L}if(typeof a.textShadow=="string"){a.textShadow=M.textShadow(a.textShadow)}if(typeof a.color=="string"&&/^-/.test(a.color)){a.textGradient=M.gradient(a.color)}if(!Z){W.push(arguments)}if(b.nodeType||typeof b=="string"){b=[b]}M.ready(function(){for(var d=0,c=b.length;d<c;++d){var e=b[d];if(typeof e=="string"){L.replace(a.selector(e),a,true)}else{K(e,a)}}});return L};L.set=function(Z,a){U[Z]=a;return L};return L})();Cufon.registerEngine("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return}B=null;var A=Cufon.CSS.supports("display","inline-block");var E=!A&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var F=document.createElement("style");F.type="text/css";F.appendChild(document.createTextNode(".cufon-canvas{text-indent:0}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle"+(E?"":";font-size:1px;line-height:1px")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden}"+(A?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(t,W,o,R,a,u){var I=(W===null);var Y=t.viewBox;var J=o.getSize("fontSize",t.baseSize);var m=o.get("letterSpacing");m=(m=="normal")?0:J.convertFrom(parseInt(m,10));var Z=0,n=0,k=0,T=0;var X=R.textShadow,h=[];if(X){for(var s=X.length;s--;){var c=X[s];var f=J.convertFrom(parseFloat(c.offX));var e=J.convertFrom(parseFloat(c.offY));h[s]=[f,e];if(e<Z){Z=e}if(f>n){n=f}if(e>k){k=e}if(f<T){T=f}}}var z=Cufon.CSS.textTransform(I?a.alt:W,o).split("");var G=0,U=null;for(var s=0,p=z.length;s<p;++s){var S=t.glyphs[z[s]]||t.missingGlyph;if(!S){continue}G+=U=Number(S.w||t.w)+m}if(U===null){return null}n+=(Y.width-U);T+=Y.minX;var Q,K;if(I){Q=a;K=a.firstChild}else{Q=document.createElement("span");Q.className="cufon cufon-canvas";Q.alt=W;K=document.createElement("canvas");Q.appendChild(K);if(R.printable){var q=document.createElement("span");q.className="cufon-alt";q.appendChild(document.createTextNode(W));Q.appendChild(q)}}var AA=Q.style;var d=K.style;var H=J.convert(Y.height);var w=Math.ceil(H);var j=w/H;K.width=Math.ceil(J.convert(G*j+n-T));K.height=Math.ceil(J.convert(Y.height-Z+k));Z+=Y.minY;d.top=Math.round(J.convert(Z-t.ascent))+"px";d.left=Math.round(J.convert(T))+"px";var P=Math.ceil(J.convert(G*j))+"px";if(A){AA.width=P;AA.height=J.convert(t.height)+"px"}else{AA.paddingLeft=P;AA.paddingBottom=(J.convert(t.height)-1)+"px"}var v=K.getContext("2d"),b=H/Y.height;v.scale(b,b*j);v.translate(-T,-Z);v.lineWidth=t.face["underline-thickness"];v.save();function L(i,g){v.strokeStyle=g;v.beginPath();v.moveTo(0,i);v.lineTo(G,i);v.stroke()}var M=R.enableTextDecoration?Cufon.CSS.textDecoration(u,o):{};if(M.underline){L(-t.face["underline-position"],M.underline)}if(M.overline){L(t.ascent,M.overline)}v.fillStyle=o.get("color");function r(){v.scale(j,1);for(var x=0,g=z.length;x<g;++x){var y=t.glyphs[z[x]]||t.missingGlyph;if(!y){continue}if(y.d){v.beginPath();if(y.code){C(y.code,v)}else{y.code=D("m"+y.d,v)}v.fill()}v.translate(Number(y.w||t.w)+m,0)}v.restore()}if(X){for(var s=X.length;s--;){var c=X[s];v.save();v.fillStyle=c.color;v.translate.apply(v,h[s]);r()}}var O=R.textGradient;if(O){var V=O.stops,N=v.createLinearGradient(0,Y.minY,0,Y.maxY);for(var s=0,p=V.length;s<p;++s){N.addColorStop.apply(N,V[s])}v.fillStyle=N}r();if(M["line-through"]){L(-t.descent,M["line-through"])}return Q}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write('<style type="text/css">.cufon-vml-canvas{text-indent:0}@media screen{cvml\\:shape,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute}.cufon-vml-canvas{position:absolute;text-align:left}.cufon-vml{display:inline-block;position:relative;vertical-align:middle}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none}.cufon-vml .cufon-alt{display:inline}}</style>');function C(F,G){return A(F,/(?:em|ex|%)$/i.test(G)?"1em":G)}function A(I,J){if(/px$/i.test(J)){return parseFloat(J)}var H=I.style.left,G=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;I.style.left=J;var F=I.style.pixelLeft;I.style.left=H;I.runtimeStyle.left=G;return F}var E={};function D(K){var L=K.id;if(!E[L]){var I=K.stops,J=document.createElement("cvml:fill"),F=[];J.type="gradient";J.angle=180;J.focus="0";J.method="sigma";J.color=I[0][1];for(var H=1,G=I.length-1;H<G;++H){F.push(I[H][0]*100+"% "+I[H][1])}J.colors=F.join(",");J.color2=I[G][1];E[L]=J}return E[L]}return function(v,Y,q,V,c,w,o){var I=(Y===null);if(I){Y=c.alt}var a=v.viewBox;var J=q.computedFontSize||(q.computedFontSize=new Cufon.CSS.Size(C(w,q.get("fontSize"))+"px",v.baseSize));var n=q.computedLSpacing;if(n==undefined){n=q.get("letterSpacing");q.computedLSpacing=n=(n=="normal")?0:~~J.convertFrom(A(w,n))}var S,K;if(I){S=c;K=c.firstChild}else{S=document.createElement("span");S.className="cufon cufon-vml";S.alt=Y;K=document.createElement("span");K.className="cufon-vml-canvas";S.appendChild(K);if(V.printable){var t=document.createElement("span");t.className="cufon-alt";t.appendChild(document.createTextNode(Y));S.appendChild(t)}if(!o){S.appendChild(document.createElement("cvml:shape"))}}var AB=S.style;var f=K.style;var G=J.convert(a.height),y=Math.ceil(G);var m=y/G;var j=a.minX,h=a.minY;f.height=y;f.top=Math.round(J.convert(h-v.ascent));f.left=Math.round(J.convert(j));AB.height=J.convert(v.height)+"px";var N=V.enableTextDecoration?Cufon.CSS.textDecoration(w,q):{};var X=q.get("color");var z=Cufon.CSS.textTransform(Y,q).split("");var F=0,g=0,O=null;var W,Q,Z=V.textShadow;for(var u=0,s=0,r=z.length;u<r;++u){W=v.glyphs[z[u]]||v.missingGlyph;if(W){F+=O=~~(W.w||v.w)+n}}if(O===null){return null}var R=-j+F+(a.width-O);var AA=J.convert(R*m),p=Math.round(AA);var e=R+","+a.height,H;var b="r"+e+"ns";var P=V.textGradient&&D(V.textGradient);for(u=0;u<r;++u){W=v.glyphs[z[u]]||v.missingGlyph;if(!W){continue}if(I){Q=K.childNodes[s];if(Q.firstChild){Q.removeChild(Q.firstChild)}}else{Q=document.createElement("cvml:shape");K.appendChild(Q)}Q.stroked="f";Q.coordsize=e;Q.coordorigin=H=(j-g)+","+h;Q.path=(W.d?"m"+W.d+"xe":"")+"m"+H+b;Q.fillcolor=X;if(P){Q.appendChild(P.cloneNode(false))}var x=Q.style;x.width=p;x.height=y;if(Z){var M=Z[0],L=Z[1];var U=Cufon.CSS.color(M.color),T;var d=document.createElement("cvml:shadow");d.on="t";d.color=U.color;d.offset=M.offX+","+M.offY;if(L){T=Cufon.CSS.color(L.color);d.type="double";d.color2=T.color;d.offset2=L.offX+","+L.offY}d.opacity=U.opacity||(T&&T.opacity)||1;Q.appendChild(d)}g+=~~(W.w||v.w)+n;++s}AB.width=Math.max(Math.ceil(J.convert(F*m)),0);return S}})());

// Cufon fonty
Cufon.registerFont({"w":708,"face":{"font-family":"zeppelin","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 5 3 4 0 0 2 0 4","ascent":"800","descent":"-200","x-height":"16","bbox":"-127 -895 995 222","underline-thickness":"50","underline-position":"-100","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":227},"A":{"d":"450,-196r-291,0r-68,196r-111,0r256,-702r139,0r255,702r-112,0xm306,-613r-117,331r231,0","w":610,"k":{"\u00dd":60,"\u0162":70,"\u0164":70,"Y":30,"T":70}},"B":{"d":"394,-86v72,0,122,-52,122,-119v0,-71,-51,-127,-122,-127r-221,0r0,246r221,0xm388,-411v70,0,113,-54,113,-105v0,-58,-38,-98,-113,-98r-215,0r0,203r215,0xm429,-374v136,3,198,87,198,180v0,131,-103,194,-216,194r-344,0r0,-702r332,0v141,0,210,75,210,167v0,84,-57,158,-180,161","w":657},"C":{"d":"604,-118v-54,90,-142,134,-249,134v-199,0,-319,-160,-319,-370v0,-210,123,-366,319,-366v102,0,189,41,242,123r-72,65v-40,-67,-98,-94,-166,-94v-141,0,-214,112,-214,272v0,158,73,277,214,277v73,0,132,-33,171,-107","w":611},"D":{"d":"656,-351v0,185,-107,351,-340,351r-249,0r0,-702r249,0v236,0,340,161,340,351xm541,-351v0,-146,-65,-256,-219,-256r-149,0r0,515r149,0v153,0,219,-114,219,-259","w":691},"E":{"d":"562,-702r0,90r-389,0r0,198r234,0r0,84r-234,0r0,243r389,0r0,87r-495,0r0,-702r495,0","w":582},"F":{"d":"173,0r-106,0r0,-702r486,0r0,90r-380,0r0,232r236,0r0,87r-236,0r0,293","w":518,"k":{".":203,",":203,"\u00fd":50,"\u016f":50,"\u0173":50,"\u016b":50,"\u0171":50,"\u00f9":50,"\u00fc":50,"\u00fb":50,"\u00fa":50,"\u00f5":60,"\u0151":60,"\u00f2":60,"\u00f6":60,"\u00f4":60,"\u00f3":60,"\u0119":60,"\u00e8":60,"\u0117":60,"\u00eb":60,"\u011b":60,"\u00e9":60,"\u0105":90,"\u00e0":90,"\u00e4":90,"\u00e2":90,"\u0103":90,"\u00e1":90,"y":50,"u":50,"o":60,"e":60,"a":90,"\u0104":50,"\u0100":50,"\u00c0":50,"\u00c4":50,"\u00c2":50,"\u0102":50,"\u00c1":50,"A":50}},"G":{"d":"618,-388r0,286v-57,77,-153,118,-263,118v-199,0,-319,-168,-319,-368v0,-210,125,-368,323,-368v106,0,193,40,248,120r-71,68v-36,-60,-94,-94,-172,-94v-140,0,-219,103,-219,274v0,168,88,276,214,276v68,0,119,-26,153,-67r0,-160r-197,0r0,-85r303,0","w":658},"H":{"d":"173,-323r0,323r-106,0r0,-702r106,0r0,282r338,0r0,-282r105,0r0,702r-105,0r0,-323r-338,0","w":684},"I":{"d":"173,0r-106,0r0,-702r106,0r0,702","w":240},"J":{"d":"60,-183v31,56,91,99,159,99v110,0,166,-69,166,-189r0,-429r106,0r-1,431v0,168,-82,287,-266,287v-96,0,-178,-40,-234,-124","w":550},"K":{"d":"633,0r-131,0r-224,-304r-105,130r0,174r-106,0r0,-702r106,0r0,386r302,-386r123,0r-249,315","w":606},"L":{"d":"67,0r0,-702r106,0r0,612r357,0r0,90r-463,0","w":530,"k":{"\u00dd":115,"\u0162":102,"\u0164":102,"Y":125,"V":76,"T":152}},"M":{"d":"222,-702r204,528r203,-528r151,0r0,702r-103,0r0,-569r-224,569r-61,0r-221,-569r0,569r-104,0r0,-702r155,0","w":848},"N":{"d":"625,0r-120,0r-334,-569r0,569r-104,0r0,-702r136,0r318,538r0,-538r104,0r0,702","w":692},"O":{"d":"353,-720v197,0,319,158,319,366v0,208,-122,370,-319,370v-197,0,-317,-162,-317,-370v0,-208,120,-366,317,-366xm353,-628v-133,0,-208,118,-208,274v0,152,75,278,208,278v135,0,208,-126,208,-278v0,-156,-73,-274,-208,-274"},"P":{"d":"400,-613r-227,0r0,278r221,0v74,0,120,-58,120,-135v0,-89,-45,-143,-114,-143xm402,-245r-229,0r0,245r-106,0r0,-702r331,0v153,0,230,105,230,232v0,117,-79,225,-226,225","w":655,"k":{".":170,",":176}},"Q":{"d":"352,-720v198,0,320,158,320,367v0,106,-32,200,-90,267r95,86r-108,0r-42,-37v-48,33,-106,52,-175,52v-196,0,-316,-161,-316,-368v0,-209,120,-367,316,-367xm352,-628v-133,0,-207,119,-207,275v0,152,74,278,207,278v39,0,72,-11,99,-32r-162,-148r111,0r106,98v36,-50,55,-119,55,-196v0,-156,-74,-275,-209,-275"},"R":{"d":"390,-356v74,0,120,-48,120,-125v0,-88,-49,-132,-114,-132r-223,0r0,257r217,0xm67,-702r325,0v153,0,229,97,229,218v0,116,-81,196,-205,203r234,281r-133,0r-219,-269r-125,0r0,269r-106,0r0,-702","w":667},"S":{"d":"316,-72v88,0,162,-35,162,-119v0,-67,-50,-101,-179,-121v-156,-25,-251,-82,-251,-204v0,-130,112,-204,255,-204v112,0,199,31,271,97r-62,72v-57,-55,-134,-79,-212,-79v-79,0,-145,33,-145,103v0,64,41,101,162,117v185,25,269,92,269,207v0,269,-424,273,-557,109r59,-71v57,62,142,93,228,93","w":625},"T":{"d":"232,-610r-237,0r0,-92r579,0r0,92r-237,0r0,610r-105,0r0,-610","w":569,"k":{".":88,",":88,"\u00fd":75,"\u016f":75,"\u0173":75,"\u016b":75,"\u0171":75,"\u00f9":75,"\u00fc":75,"\u00fb":75,"\u00fa":75,"\u0219":75,"\u015f":75,"\u0161":75,"\u015b":75,"\u0159":75,"\u0155":75,"\u00f5":75,"\u0151":101,"\u00f2":100,"\u00f6":100,"\u00f4":100,"\u014f":101,"\u00f3":100,"\u0148":75,"\u0144":75,"\u0131":115,"\u0121":115,"\u0123":115,"\u011d":100,"\u011f":101,"\u0119":115,"\u00e8":100,"\u0117":100,"\u00eb":100,"\u00ea":100,"\u011b":100,"\u0115":100,"\u00e9":100,"\u010f":115,"\u0111":115,"\u010b":115,"\u0109":100,"\u010d":100,"\u0107":115,"\u00e7":115,"\u00e5":100,"\u0105":75,"\u00e0":75,"\u00e4":75,"\u00e2":75,"\u0103":75,"\u00e1":100,"\u0153":115,"\u00e6":115,"z":90,"y":105,"w":75,"v":75,"u":75,"s":85,"r":75,"q":115,"o":115,"n":75,"m":75,"g":115,"e":115,"d":115,"c":115,"a":115,"\u0104":70,"\u0100":70,"\u00c0":70,"\u00c4":70,"\u00c2":70,"\u0102":70,"\u00c1":70,"J":123,"A":70}},"U":{"d":"625,-282v0,209,-126,297,-283,297v-157,0,-282,-88,-282,-297r0,-420r105,0r0,420v0,159,78,203,178,203v100,0,178,-46,178,-203r0,-420r104,0r0,420","w":685},"V":{"d":"92,-702r213,602r212,-602r113,0r-256,702r-139,0r-255,-702r112,0","w":610,"k":{".":44,",":49,"\u00fd":10,"\u016f":10,"\u0173":10,"\u016b":10,"\u0171":10,"\u00f9":10,"\u00fc":10,"\u00fb":10,"\u00fa":10,"\u0219":5,"\u015f":5,"\u0161":5,"\u015b":5,"\u0159":10,"\u0155":10,"\u00f5":15,"\u0151":15,"\u00f2":15,"\u00f6":15,"\u00f4":15,"\u00f3":15,"\u0148":10,"\u0144":10,"\u0119":15,"\u00e8":15,"\u0117":15,"\u00eb":15,"\u011b":15,"\u00e9":15,"\u0105":26,"\u00e0":26,"\u00e4":26,"\u00e2":26,"\u0103":26,"\u00e1":26,"y":13,"w":10,"v":10,"u":10,"s":5,"r":10,"o":30,"n":10,"m":10,"e":30,"a":46}},"W":{"d":"546,-702r170,587r167,-587r111,0r-211,702r-136,0r-151,-539r-151,539r-136,0r-209,-702r109,0r172,587r167,-587r98,0","w":994,"k":{".":38,",":60}},"X":{"d":"644,-702r-258,345r267,357r-124,0r-205,-273r-205,273r-122,0r266,-356r-257,-346r124,0r196,262r196,-262r122,0","w":651},"Y":{"d":"363,-318r0,318r-105,0r0,-318r-277,-384r128,0r204,290r206,-290r121,0","w":622,"k":{".":110,",":99,"\u00fd":40,"\u016f":50,"\u0173":50,"\u016b":50,"\u0171":50,"\u00f9":50,"\u00fc":50,"\u00fb":50,"\u00fa":50,"\u0219":50,"\u015f":50,"\u0161":50,"\u015b":50,"\u0159":50,"\u0155":50,"\u00f5":50,"\u0151":50,"\u00f2":50,"\u00f6":50,"\u00f4":50,"\u00f3":50,"\u0148":50,"\u0144":50,"\u0119":50,"\u00e8":50,"\u0117":50,"\u00eb":50,"\u011b":50,"\u00e9":50,"\u0105":50,"\u00e0":50,"\u00e4":50,"\u00e2":50,"\u0103":50,"\u00e1":50,"y":40,"w":40,"v":40,"u":50,"s":50,"r":50,"o":50,"n":50,"m":50,"e":50,"a":50,"\u0104":60,"\u0100":60,"\u00c0":60,"\u00c4":60,"\u00c2":60,"\u0102":60,"\u00c1":60,"A":30}},"Z":{"d":"586,-702r0,22r-402,590r391,0r0,90r-555,0r0,-22r404,-588r-387,0r0,-92r549,0","w":605},"\u00c6":{"d":"-79,0r495,-702r550,0r0,89r-389,0r0,200r234,0r0,84r-234,0r0,242r389,0r0,87r-495,0r0,-201v-5,2,-11,4,-16,5r-277,0r-134,196r-123,0xm238,-282r233,0r0,-335","w":986},"\u00d0":{"d":"25,-320r0,-83r42,0r0,-299r249,0v236,0,340,162,340,351v0,185,-107,351,-340,351r-249,0r0,-320r-42,0xm540,-351v0,-145,-64,-256,-218,-256r-150,0r0,204r97,0r0,83r-97,0r0,226r150,0v152,0,218,-111,218,-257","w":691},"\u0132":{"d":"169,0r-105,0r0,-702r105,0r0,702xm290,-183v32,56,91,99,160,99v110,0,166,-69,166,-189r0,-429r105,0r-1,431v0,168,-82,287,-265,287v-97,0,-179,-40,-234,-124","w":780},"\u0152":{"d":"995,-702r0,89r-420,0v47,50,77,120,86,199r178,0r0,84r-176,0v-3,98,-36,185,-93,243r425,0r0,87r-549,0v-242,72,-417,-111,-417,-354v0,-246,180,-424,425,-348r541,0xm345,-628v-133,0,-207,118,-207,274v0,152,74,278,207,278v135,0,209,-126,209,-278v0,-156,-74,-274,-209,-274","w":1014},"\u00d8":{"d":"578,-702r103,0r-82,105v46,63,71,149,71,243v0,208,-121,369,-319,369v-74,0,-137,-23,-187,-63r-37,48r-102,0r83,-105v-48,-65,-74,-151,-74,-249v0,-208,120,-366,317,-366v75,0,140,25,190,65xm351,-628v-189,0,-256,264,-172,433r300,-381v-33,-33,-76,-52,-128,-52xm351,-75v184,0,258,-268,175,-430r-299,379v32,32,73,51,124,51"},"\u00de":{"d":"397,-143r-230,0r0,143r-105,0r0,-702r105,0r0,102r226,0v153,0,230,104,230,232v0,117,-80,225,-226,225xm395,-512r-228,0r0,278r222,0v74,0,120,-57,120,-134v0,-89,-45,-144,-114,-144","w":649},"\u00c1":{"d":"450,-196r-291,0r-68,196r-111,0r256,-702r139,0r255,702r-112,0xm306,-613r-117,331r231,0xm309,-749r-82,0r146,-137r102,0","w":610,"k":{"\u00dd":60,"\u0164":70,"Y":60,"T":70}},"\u0102":{"d":"450,-196r-291,0r-68,196r-111,0r256,-702r139,0r255,702r-112,0xm306,-613r-117,331r231,0xm434,-876v0,84,-57,132,-130,132v-72,0,-129,-48,-129,-132r62,0v2,53,31,70,68,70v35,0,66,-17,66,-70r63,0","w":610,"k":{"\u0162":70,"Y":60,"T":70}},"\u00c2":{"d":"450,-196r-291,0r-68,196r-111,0r256,-702r139,0r255,702r-112,0xm306,-613r-117,331r231,0xm385,-750r-79,-87r-82,87r-90,0r133,-136r79,0r131,136r-92,0","w":610,"k":{"\u0162":70,"Y":60,"T":70}},"\u00c4":{"d":"450,-196r-291,0r-68,196r-111,0r256,-702r139,0r255,702r-112,0xm306,-613r-117,331r231,0xm246,-768r-89,0r0,-95r89,0r0,95xm455,-768r-89,0r0,-95r89,0r0,95","w":610,"k":{"\u00dd":60,"\u0164":70,"Y":60,"T":70}},"\u00c0":{"d":"450,-196r-291,0r-68,196r-111,0r256,-702r139,0r255,702r-112,0xm306,-613r-117,331r231,0xm409,-749r-91,0r-167,-137r102,0","w":610,"k":{"Y":60,"T":70}},"\u0100":{"d":"450,-196r-291,0r-68,196r-111,0r256,-702r139,0r255,702r-112,0xm306,-613r-117,331r231,0xm184,-846r242,0r0,69r-242,0r0,-69","w":610,"k":{"Y":60,"T":70}},"\u0104":{"d":"450,-196r-291,0r-68,196r-111,0r256,-702r139,0r255,702r-112,0xm306,-613r-117,331r231,0xm427,123v0,-73,79,-133,186,-123v-74,28,-113,62,-113,107v0,65,117,52,142,10r38,55v-30,25,-79,46,-127,46v-83,0,-126,-36,-126,-95","w":610,"k":{"Y":60,"T":70}},"\u00c5":{"d":"450,-196r-291,0r-68,196r-111,0r256,-702r139,0r255,702r-112,0xm306,-613r-117,331r231,0xm306,-895v66,0,122,43,122,101v0,57,-56,100,-122,100v-67,0,-122,-43,-122,-100v0,-58,55,-101,122,-101xm306,-844v-34,0,-59,19,-59,51v0,30,25,51,59,51v34,0,59,-21,59,-51v0,-32,-25,-51,-59,-51","w":610},"\u00c3":{"d":"450,-196r-291,0r-68,196r-111,0r256,-702r139,0r255,702r-112,0xm306,-613r-117,331r231,0xm456,-818v-31,53,-57,74,-97,74v-45,0,-79,-60,-118,-60v-18,0,-34,14,-46,51r-42,-48v25,-45,50,-65,92,-65v47,0,79,56,119,56v21,0,37,-14,50,-56","w":610},"\u0106":{"d":"604,-118v-54,90,-142,134,-249,134v-199,0,-319,-160,-319,-370v0,-210,123,-366,319,-366v102,0,189,41,242,123r-72,65v-40,-67,-98,-94,-166,-94v-141,0,-214,112,-214,272v0,158,73,277,214,277v73,0,132,-33,171,-107xm337,-749r-82,0r146,-137r102,0","w":611},"\u010c":{"d":"604,-118v-54,90,-142,134,-249,134v-199,0,-319,-160,-319,-370v0,-210,123,-366,319,-366v102,0,189,41,242,123r-72,65v-40,-67,-98,-94,-166,-94v-141,0,-214,112,-214,272v0,158,73,277,214,277v73,0,132,-33,171,-107xm277,-886r79,87r82,-87r90,0r-133,136r-79,0r-131,-136r92,0","w":611},"\u0108":{"d":"604,-118v-54,90,-142,134,-249,134v-199,0,-319,-160,-319,-370v0,-210,123,-366,319,-366v102,0,189,41,242,123r-72,65v-40,-67,-98,-94,-166,-94v-141,0,-214,112,-214,272v0,158,73,277,214,277v73,0,132,-33,171,-107xm434,-750r-79,-87r-82,87r-90,0r133,-136r79,0r131,136r-92,0","w":611},"\u010a":{"d":"604,-118v-54,90,-142,134,-249,134v-199,0,-319,-160,-319,-370v0,-210,123,-366,319,-366v102,0,189,41,242,123r-72,65v-40,-67,-98,-94,-166,-94v-141,0,-214,112,-214,272v0,158,73,277,214,277v73,0,132,-33,171,-107xm404,-769r-97,0r0,-99r97,0r0,99","w":611},"\u00c7":{"d":"604,-118v-54,90,-142,134,-249,134v-199,0,-319,-160,-319,-370v0,-210,123,-366,319,-366v102,0,189,41,242,123r-72,65v-40,-67,-98,-94,-166,-94v-141,0,-214,112,-214,272v0,158,73,277,214,277v73,0,132,-33,171,-107xm339,0r59,0r-30,43v70,2,109,33,109,85v0,53,-59,92,-139,92v-45,0,-89,-13,-116,-31r30,-47v27,15,51,20,78,20v42,0,69,-13,69,-37v0,-37,-65,-43,-114,-37","w":611},"\u0110":{"d":"25,-320r0,-83r42,0r0,-299r249,0v236,0,340,162,340,351v0,185,-107,351,-340,351r-249,0r0,-320r-42,0xm540,-351v0,-145,-64,-256,-218,-256r-150,0r0,204r97,0r0,83r-97,0r0,226r150,0v152,0,218,-111,218,-257","w":691},"\u010e":{"d":"656,-351v0,185,-107,351,-340,351r-249,0r0,-702r249,0v236,0,340,161,340,351xm541,-351v0,-146,-65,-256,-219,-256r-149,0r0,515r149,0v153,0,219,-114,219,-259xm227,-886r79,87r82,-87r90,0r-133,136r-79,0r-131,-136r92,0","w":691},"\u00c9":{"d":"562,-702r0,90r-389,0r0,198r234,0r0,84r-234,0r0,243r389,0r0,87r-495,0r0,-702r495,0xm317,-749r-82,0r146,-137r102,0","w":582},"\u0114":{"d":"562,-702r0,90r-389,0r0,198r234,0r0,84r-234,0r0,243r389,0r0,87r-495,0r0,-702r495,0xm450,-876v0,84,-57,132,-130,132v-72,0,-129,-48,-129,-132r62,0v2,53,31,70,68,70v35,0,66,-17,66,-70r63,0","w":582},"\u011a":{"d":"562,-702r0,90r-389,0r0,198r234,0r0,84r-234,0r0,243r389,0r0,87r-495,0r0,-702r495,0xm247,-886r79,87r82,-87r90,0r-133,136r-79,0r-131,-136r92,0","w":582},"\u00ca":{"d":"562,-702r0,90r-389,0r0,198r234,0r0,84r-234,0r0,243r389,0r0,87r-495,0r0,-702r495,0xm406,-750r-79,-87r-82,87r-90,0r133,-136r79,0r131,136r-92,0","w":582},"\u00cb":{"d":"562,-702r0,90r-389,0r0,198r234,0r0,84r-234,0r0,243r389,0r0,87r-495,0r0,-702r495,0xm271,-768r-89,0r0,-95r89,0r0,95xm480,-768r-89,0r0,-95r89,0r0,95","w":582},"\u0116":{"d":"562,-702r0,90r-389,0r0,198r234,0r0,84r-234,0r0,243r389,0r0,87r-495,0r0,-702r495,0xm383,-769r-97,0r0,-99r97,0r0,99","w":582},"\u00c8":{"d":"562,-702r0,90r-389,0r0,198r234,0r0,84r-234,0r0,243r389,0r0,87r-495,0r0,-702r495,0xm422,-749r-91,0r-167,-137r102,0","w":582},"\u0112":{"d":"562,-702r0,90r-389,0r0,198r234,0r0,84r-234,0r0,243r389,0r0,87r-495,0r0,-702r495,0xm205,-846r242,0r0,69r-242,0r0,-69","w":582},"\u0118":{"d":"562,-702r0,90r-389,0r0,198r234,0r0,84r-234,0r0,243r389,0r0,87r-495,0r0,-702r495,0xm343,123v0,-73,79,-133,186,-123v-74,28,-113,62,-113,107v0,65,117,52,142,10r38,55v-30,25,-79,46,-127,46v-83,0,-126,-36,-126,-95","w":582},"\u011e":{"d":"618,-388r0,286v-57,77,-153,118,-263,118v-199,0,-319,-168,-319,-368v0,-210,125,-368,323,-368v106,0,193,40,248,120r-71,68v-36,-60,-94,-94,-172,-94v-140,0,-219,103,-219,274v0,168,88,276,214,276v68,0,119,-26,153,-67r0,-160r-197,0r0,-85r303,0xm490,-876v0,84,-57,132,-130,132v-72,0,-129,-48,-129,-132r62,0v2,53,31,70,68,70v35,0,66,-17,66,-70r63,0","w":658},"\u011c":{"d":"618,-388r0,286v-57,77,-153,118,-263,118v-199,0,-319,-168,-319,-368v0,-210,125,-368,323,-368v106,0,193,40,248,120r-71,68v-36,-60,-94,-94,-172,-94v-140,0,-219,103,-219,274v0,168,88,276,214,276v68,0,119,-26,153,-67r0,-160r-197,0r0,-85r303,0xm439,-750r-79,-87r-82,87r-90,0r133,-136r79,0r131,136r-92,0","w":658},"\u0122":{"d":"618,-388r0,286v-57,77,-153,118,-263,118v-199,0,-319,-168,-319,-368v0,-210,125,-368,323,-368v106,0,193,40,248,120r-71,68v-36,-60,-94,-94,-172,-94v-140,0,-219,103,-219,274v0,168,88,276,214,276v68,0,119,-26,153,-67r0,-160r-197,0r0,-85r303,0xm424,62r-102,154r-76,0r75,-154r103,0","w":658},"\u0120":{"d":"618,-388r0,286v-57,77,-153,118,-263,118v-199,0,-319,-168,-319,-368v0,-210,125,-368,323,-368v106,0,193,40,248,120r-71,68v-36,-60,-94,-94,-172,-94v-140,0,-219,103,-219,274v0,168,88,276,214,276v68,0,119,-26,153,-67r0,-160r-197,0r0,-85r303,0xm408,-769r-97,0r0,-99r97,0r0,99","w":658},"\u0124":{"d":"173,-323r0,323r-106,0r0,-702r106,0r0,282r338,0r0,-282r105,0r0,702r-105,0r0,-323r-338,0xm422,-750r-79,-87r-82,87r-90,0r133,-136r79,0r131,136r-92,0","w":684},"\u0126":{"d":"673,-533r-57,0r0,533r-105,0r0,-323r-338,0r0,323r-106,0r0,-533r-56,0r0,-70r56,0r0,-99r106,0r0,99r338,0r0,-99r105,0r0,99r57,0r0,70xm173,-420r338,0r0,-113r-338,0r0,113","w":684},"\u00cd":{"d":"173,0r-106,0r0,-702r106,0r0,702xm122,-749r-82,0r146,-137r102,0","w":240},"\u012c":{"d":"173,0r-106,0r0,-702r106,0r0,702xm249,-876v0,84,-57,132,-130,132v-72,0,-129,-48,-129,-132r62,0v2,53,31,70,68,70v35,0,66,-17,66,-70r63,0","w":240},"\u00ce":{"d":"173,0r-106,0r0,-702r106,0r0,702xm200,-750r-79,-87r-82,87r-90,0r133,-136r79,0r131,136r-92,0","w":240},"\u00cf":{"d":"173,0r-106,0r0,-702r106,0r0,702xm61,-768r-89,0r0,-95r89,0r0,95xm270,-768r-89,0r0,-95r89,0r0,95","w":240},"\u0130":{"d":"173,0r-106,0r0,-702r106,0r0,702xm169,-769r-97,0r0,-99r97,0r0,99","w":240},"\u00cc":{"d":"173,0r-106,0r0,-702r106,0r0,702xm192,-749r-91,0r-167,-137r102,0","w":240},"\u012a":{"d":"173,0r-106,0r0,-702r106,0r0,702xm-1,-846r242,0r0,69r-242,0r0,-69","w":240},"\u012e":{"d":"173,0r-106,0r0,-702r106,0r0,702xm-20,123v0,-73,79,-133,186,-123v-74,28,-113,62,-113,107v0,65,117,52,142,10r38,55v-30,25,-79,46,-127,46v-83,0,-126,-36,-126,-95","w":240},"\u0128":{"d":"173,0r-106,0r0,-702r106,0r0,702xm272,-818v-31,53,-57,74,-97,74v-45,0,-79,-60,-118,-60v-18,0,-34,14,-46,51r-42,-48v25,-45,50,-65,92,-65v47,0,79,56,119,56v21,0,37,-14,50,-56","w":240},"\u0134":{"d":"60,-183v31,56,91,99,159,99v110,0,166,-69,166,-189r0,-429r106,0r-1,431v0,168,-82,287,-266,287v-96,0,-178,-40,-234,-124xm512,-750r-79,-87r-82,87r-90,0r133,-136r79,0r131,136r-92,0","w":550},"\u0136":{"d":"633,0r-131,0r-224,-304r-105,130r0,174r-106,0r0,-702r106,0r0,386r302,-386r123,0r-249,315xm375,62r-102,154r-76,0r75,-154r103,0","w":606},"\u0139":{"d":"67,0r0,-702r106,0r0,612r357,0r0,90r-463,0xm144,-749r-82,0r146,-137r102,0","w":530,"k":{"\u00dd":115,"\u0164":102,"Y":115,"V":76,"T":102}},"\u013d":{"d":"67,0r0,-702r106,0r0,612r357,0r0,90r-463,0xm260,-707r86,0r-59,196r-53,0","w":530,"k":{"\u00dd":115,"\u0164":102,"Y":115,"V":76,"T":102}},"\u013b":{"d":"67,0r0,-702r106,0r0,612r357,0r0,90r-463,0xm352,62r-102,154r-76,0r75,-154r103,0","w":530,"k":{"Y":115,"V":76,"T":102}},"\u013f":{"d":"67,0r0,-702r106,0r0,610r357,0r0,92r-463,0xm372,-344r-100,0r0,-101r100,0r0,101","w":533},"\u0141":{"d":"329,-561r0,107r-155,157r0,206r358,0r0,91r-463,0r0,-191r-55,57r0,-110r55,-55r0,-403r105,0r0,297","w":532,"k":{"Y":115,"V":76,"T":102}},"\u0143":{"d":"625,0r-120,0r-334,-569r0,569r-104,0r0,-702r136,0r318,538r0,-538r104,0r0,702xm343,-749r-82,0r146,-137r102,0","w":692},"\u0147":{"d":"625,0r-120,0r-334,-569r0,569r-104,0r0,-702r136,0r318,538r0,-538r104,0r0,702xm284,-886r79,87r82,-87r90,0r-133,136r-79,0r-131,-136r92,0","w":692},"\u0145":{"d":"625,0r-120,0r-334,-569r0,569r-104,0r0,-702r136,0r318,538r0,-538r104,0r0,702xm426,62r-102,154r-76,0r75,-154r103,0","w":692},"\u00d1":{"d":"625,0r-120,0r-334,-569r0,569r-104,0r0,-702r136,0r318,538r0,-538r104,0r0,702xm510,-818v-31,53,-57,74,-97,74v-45,0,-79,-60,-118,-60v-18,0,-34,14,-46,51r-42,-48v25,-45,50,-65,92,-65v47,0,79,56,119,56v21,0,37,-14,50,-56","w":692},"\u00d3":{"d":"353,-720v197,0,319,158,319,366v0,208,-122,370,-319,370v-197,0,-317,-162,-317,-370v0,-208,120,-366,317,-366xm353,-628v-133,0,-208,118,-208,274v0,152,75,278,208,278v135,0,208,-126,208,-278v0,-156,-73,-274,-208,-274xm332,-749r-82,0r146,-137r102,0"},"\u014e":{"d":"353,-720v197,0,319,158,319,366v0,208,-122,370,-319,370v-197,0,-317,-162,-317,-370v0,-208,120,-366,317,-366xm353,-628v-133,0,-208,118,-208,274v0,152,75,278,208,278v135,0,208,-126,208,-278v0,-156,-73,-274,-208,-274xm481,-876v0,84,-57,132,-130,132v-72,0,-129,-48,-129,-132r62,0v2,53,31,70,68,70v35,0,66,-17,66,-70r63,0"},"\u00d4":{"d":"353,-720v197,0,319,158,319,366v0,208,-122,370,-319,370v-197,0,-317,-162,-317,-370v0,-208,120,-366,317,-366xm353,-628v-133,0,-208,118,-208,274v0,152,75,278,208,278v135,0,208,-126,208,-278v0,-156,-73,-274,-208,-274xm433,-750r-79,-87r-82,87r-90,0r133,-136r79,0r131,136r-92,0"},"\u00d6":{"d":"353,-720v197,0,319,158,319,366v0,208,-122,370,-319,370v-197,0,-317,-162,-317,-370v0,-208,120,-366,317,-366xm353,-628v-133,0,-208,118,-208,274v0,152,75,278,208,278v135,0,208,-126,208,-278v0,-156,-73,-274,-208,-274xm295,-768r-89,0r0,-95r89,0r0,95xm504,-768r-89,0r0,-95r89,0r0,95"},"\u00d2":{"d":"353,-720v197,0,319,158,319,366v0,208,-122,370,-319,370v-197,0,-317,-162,-317,-370v0,-208,120,-366,317,-366xm353,-628v-133,0,-208,118,-208,274v0,152,75,278,208,278v135,0,208,-126,208,-278v0,-156,-73,-274,-208,-274xm462,-749r-91,0r-167,-137r102,0"},"\u0150":{"d":"353,-720v197,0,319,158,319,366v0,208,-122,370,-319,370v-197,0,-317,-162,-317,-370v0,-208,120,-366,317,-366xm353,-628v-133,0,-208,118,-208,274v0,152,75,278,208,278v135,0,208,-126,208,-278v0,-156,-73,-274,-208,-274xm458,-886r91,0r-121,136r-66,0xm302,-886r90,0r-122,136r-64,0"},"\u014c":{"d":"353,-720v197,0,319,158,319,366v0,208,-122,370,-319,370v-197,0,-317,-162,-317,-370v0,-208,120,-366,317,-366xm353,-628v-133,0,-208,118,-208,274v0,152,75,278,208,278v135,0,208,-126,208,-278v0,-156,-73,-274,-208,-274xm232,-846r242,0r0,69r-242,0r0,-69"},"\u00d5":{"d":"353,-720v197,0,319,158,319,366v0,208,-122,370,-319,370v-197,0,-317,-162,-317,-370v0,-208,120,-366,317,-366xm353,-628v-133,0,-208,118,-208,274v0,152,75,278,208,278v135,0,208,-126,208,-278v0,-156,-73,-274,-208,-274xm507,-818v-31,53,-57,74,-97,74v-45,0,-79,-60,-118,-60v-18,0,-34,14,-46,51r-42,-48v25,-45,50,-65,92,-65v47,0,79,56,119,56v21,0,37,-14,50,-56"},"\u0154":{"d":"390,-356v74,0,120,-48,120,-125v0,-88,-49,-132,-114,-132r-223,0r0,257r217,0xm67,-702r325,0v153,0,229,97,229,218v0,116,-81,196,-205,203r234,281r-133,0r-219,-269r-125,0r0,269r-106,0r0,-702xm316,-749r-82,0r146,-137r102,0","w":667},"\u0158":{"d":"390,-356v74,0,120,-48,120,-125v0,-88,-49,-132,-114,-132r-223,0r0,257r217,0xm67,-702r325,0v153,0,229,97,229,218v0,116,-81,196,-205,203r234,281r-133,0r-219,-269r-125,0r0,269r-106,0r0,-702xm235,-886r79,87r82,-87r90,0r-133,136r-79,0r-131,-136r92,0","w":667},"\u0156":{"d":"390,-356v74,0,120,-48,120,-125v0,-88,-49,-132,-114,-132r-223,0r0,257r217,0xm67,-702r325,0v153,0,229,97,229,218v0,116,-81,196,-205,203r234,281r-133,0r-219,-269r-125,0r0,269r-106,0r0,-702xm385,62r-102,154r-76,0r75,-154r103,0","w":667},"\u015a":{"d":"316,-72v88,0,162,-35,162,-119v0,-67,-50,-101,-179,-121v-156,-25,-251,-82,-251,-204v0,-130,112,-204,255,-204v112,0,199,31,271,97r-62,72v-57,-55,-134,-79,-212,-79v-79,0,-145,33,-145,103v0,64,41,101,162,117v185,25,269,92,269,207v0,269,-424,273,-557,109r59,-71v57,62,142,93,228,93xm298,-749r-82,0r146,-137r102,0","w":625},"\u0160":{"d":"316,-72v88,0,162,-35,162,-119v0,-67,-50,-101,-179,-121v-156,-25,-251,-82,-251,-204v0,-130,112,-204,255,-204v112,0,199,31,271,97r-62,72v-57,-55,-134,-79,-212,-79v-79,0,-145,33,-145,103v0,64,41,101,162,117v185,25,269,92,269,207v0,269,-424,273,-557,109r59,-71v57,62,142,93,228,93xm228,-886r79,87r82,-87r90,0r-133,136r-79,0r-131,-136r92,0","w":625},"\u015e":{"d":"316,-72v88,0,162,-35,162,-119v0,-67,-50,-101,-179,-121v-156,-25,-251,-82,-251,-204v0,-130,112,-204,255,-204v112,0,199,31,271,97r-62,72v-57,-55,-134,-79,-212,-79v-79,0,-145,33,-145,103v0,64,41,101,162,117v185,25,269,92,269,207v0,269,-424,273,-557,109r59,-71v57,62,142,93,228,93xm291,0r59,0r-30,43v70,2,109,33,109,85v0,53,-59,92,-139,92v-45,0,-89,-13,-116,-31r30,-47v27,15,51,20,78,20v42,0,69,-13,69,-37v0,-37,-65,-43,-114,-37","w":625},"\uf6c1":{"d":"316,-72v88,0,162,-35,162,-119v0,-67,-50,-101,-179,-121v-156,-25,-251,-82,-251,-204v0,-130,112,-204,255,-204v112,0,199,31,271,97r-62,72v-57,-55,-134,-79,-212,-79v-79,0,-145,33,-145,103v0,64,41,101,162,117v185,25,269,92,269,207v0,269,-424,273,-557,109r59,-71v57,62,142,93,228,93xm291,0r59,0r-30,43v70,2,109,33,109,85v0,53,-59,92,-139,92v-45,0,-89,-13,-116,-31r30,-47v27,15,51,20,78,20v42,0,69,-13,69,-37v0,-37,-65,-43,-114,-37","w":625},"\u015c":{"d":"316,-72v88,0,162,-35,162,-119v0,-67,-50,-101,-179,-121v-156,-25,-251,-82,-251,-204v0,-130,112,-204,255,-204v112,0,199,31,271,97r-62,72v-57,-55,-134,-79,-212,-79v-79,0,-145,33,-145,103v0,64,41,101,162,117v185,25,269,92,269,207v0,269,-424,273,-557,109r59,-71v57,62,142,93,228,93xm394,-750r-79,-87r-82,87r-90,0r133,-136r79,0r131,136r-92,0","w":625},"\u0218":{"d":"316,-72v88,0,162,-35,162,-119v0,-67,-50,-101,-179,-121v-156,-25,-251,-82,-251,-204v0,-130,112,-204,255,-204v112,0,199,31,271,97r-62,72v-57,-55,-134,-79,-212,-79v-79,0,-145,33,-145,103v0,64,41,101,162,117v185,25,269,92,269,207v0,269,-424,273,-557,109r59,-71v57,62,142,93,228,93xm365,62r-102,154r-76,0r75,-154r103,0","w":625},"\u0166":{"d":"151,-341r81,0r0,-271r-237,0r0,-90r579,0r0,90r-237,0r0,271r77,0r0,71r-77,0r0,270r-105,0r0,-270r-81,0r0,-71","w":569},"\u0164":{"d":"232,-610r-237,0r0,-92r579,0r0,92r-237,0r0,610r-105,0r0,-610xm207,-886r79,87r82,-87r90,0r-133,136r-79,0r-131,-136r92,0","w":569,"k":{".":88,",":88,"\u00fd":75,"\u016f":75,"\u00fa":75,"\u0161":75,"\u0159":75,"\u0155":75,"\u014d":100,"\u0151":100,"\u00f2":100,"\u00f4":75,"\u014f":100,"\u00f3":100,"\u0148":75,"\u0121":100,"\u0113":100,"\u00e8":100,"\u0117":100,"\u00eb":100,"\u00ea":100,"\u011b":100,"\u0115":100,"\u00e9":115,"\u010f":115,"\u0111":115,"\u0107":115,"\u00e4":75,"\u0103":100,"\u00e1":100,"\u0153":115,"\u00e6":115,"y":75,"w":75,"v":75,"u":75,"s":75,"r":75,"q":115,"o":115,"n":75,"m":75,"g":115,"e":115,"d":115,"c":115,"a":115,"\u00c4":70,"\u00c1":70,"J":123,"A":70}},"\u0162":{"d":"232,-610r-237,0r0,-92r579,0r0,92r-237,0r0,610r-105,0r0,-610xm347,62r-102,154r-76,0r75,-154r103,0","w":569,"k":{".":88,",":88,"\u0219":75,"\u015f":75,"\u00e2":75,"\u0103":75,"y":75,"w":75,"v":75,"u":75,"s":75,"r":75,"o":75,"n":75,"m":75,"e":75,"a":75,"\u00c2":70,"\u0102":70,"J":123,"A":70}},"\u021a":{"d":"232,-610r-237,0r0,-92r579,0r0,92r-237,0r0,610r-105,0r0,-610xm347,62r-102,154r-76,0r75,-154r103,0","w":569},"\u00da":{"d":"625,-282v0,209,-126,297,-283,297v-157,0,-282,-88,-282,-297r0,-420r105,0r0,420v0,159,78,203,178,203v100,0,178,-46,178,-203r0,-420r104,0r0,420xm333,-749r-82,0r146,-137r102,0","w":685},"\u016c":{"d":"625,-282v0,209,-126,297,-283,297v-157,0,-282,-88,-282,-297r0,-420r105,0r0,420v0,159,78,203,178,203v100,0,178,-46,178,-203r0,-420r104,0r0,420xm473,-876v0,84,-57,132,-130,132v-72,0,-129,-48,-129,-132r62,0v2,53,31,70,68,70v35,0,66,-17,66,-70r63,0","w":685},"\u00db":{"d":"625,-282v0,209,-126,297,-283,297v-157,0,-282,-88,-282,-297r0,-420r105,0r0,420v0,159,78,203,178,203v100,0,178,-46,178,-203r0,-420r104,0r0,420xm421,-750r-79,-87r-82,87r-90,0r133,-136r79,0r131,136r-92,0","w":685},"\u00dc":{"d":"625,-282v0,209,-126,297,-283,297v-157,0,-282,-88,-282,-297r0,-420r105,0r0,420v0,159,78,203,178,203v100,0,178,-46,178,-203r0,-420r104,0r0,420xm286,-768r-89,0r0,-95r89,0r0,95xm495,-768r-89,0r0,-95r89,0r0,95","w":685},"\u00d9":{"d":"625,-282v0,209,-126,297,-283,297v-157,0,-282,-88,-282,-297r0,-420r105,0r0,420v0,159,78,203,178,203v100,0,178,-46,178,-203r0,-420r104,0r0,420xm442,-749r-91,0r-167,-137r102,0","w":685},"\u0170":{"d":"625,-282v0,209,-126,297,-283,297v-157,0,-282,-88,-282,-297r0,-420r105,0r0,420v0,159,78,203,178,203v100,0,178,-46,178,-203r0,-420r104,0r0,420xm453,-886r91,0r-121,136r-66,0xm297,-886r90,0r-122,136r-64,0","w":685},"\u016a":{"d":"625,-282v0,209,-126,297,-283,297v-157,0,-282,-88,-282,-297r0,-420r105,0r0,420v0,159,78,203,178,203v100,0,178,-46,178,-203r0,-420r104,0r0,420xm219,-846r242,0r0,69r-242,0r0,-69","w":685},"\u0172":{"d":"625,-282v0,209,-126,297,-283,297v-157,0,-282,-88,-282,-297r0,-420r105,0r0,420v0,159,78,203,178,203v100,0,178,-46,178,-203r0,-420r104,0r0,420xm249,123v0,-73,79,-133,186,-123v-74,28,-113,62,-113,107v0,65,117,52,142,10r38,55v-30,25,-79,46,-127,46v-83,0,-126,-36,-126,-95","w":685},"\u016e":{"d":"625,-282v0,209,-126,297,-283,297v-157,0,-282,-88,-282,-297r0,-420r105,0r0,420v0,159,78,203,178,203v100,0,178,-46,178,-203r0,-420r104,0r0,420xm342,-895v66,0,122,43,122,101v0,57,-56,100,-122,100v-67,0,-122,-43,-122,-100v0,-58,55,-101,122,-101xm342,-844v-34,0,-59,19,-59,51v0,30,25,51,59,51v34,0,59,-21,59,-51v0,-32,-25,-51,-59,-51","w":685},"\u0168":{"d":"625,-282v0,209,-126,297,-283,297v-157,0,-282,-88,-282,-297r0,-420r105,0r0,420v0,159,78,203,178,203v100,0,178,-46,178,-203r0,-420r104,0r0,420xm501,-818v-31,53,-57,74,-97,74v-45,0,-79,-60,-118,-60v-18,0,-34,14,-46,51r-42,-48v25,-45,50,-65,92,-65v47,0,79,56,119,56v21,0,37,-14,50,-56","w":685},"\u0174":{"d":"546,-702r170,587r167,-587r111,0r-211,702r-136,0r-151,-539r-151,539r-136,0r-209,-702r109,0r172,587r167,-587r98,0xm575,-750r-79,-87r-82,87r-90,0r133,-136r79,0r131,136r-92,0","w":994},"\u00dd":{"d":"363,-318r0,318r-105,0r0,-318r-277,-384r128,0r204,290r206,-290r121,0xm311,-749r-82,0r146,-137r102,0","w":622,"k":{".":110,",":99,"\u00fd":40,"\u016f":50,"\u00fa":50,"\u0161":50,"\u0159":50,"\u0155":50,"\u00f4":50,"\u00f3":50,"\u0148":50,"\u011b":50,"\u00e9":50,"\u00e4":50,"\u00e1":50,"y":40,"w":40,"v":40,"u":50,"s":50,"r":50,"o":50,"n":50,"m":50,"e":50,"a":50,"\u00c4":60,"\u00c1":60,"A":60}},"\u0176":{"d":"363,-318r0,318r-105,0r0,-318r-277,-384r128,0r204,290r206,-290r121,0xm392,-750r-79,-87r-82,87r-90,0r133,-136r79,0r131,136r-92,0","w":622},"\u0178":{"d":"363,-318r0,318r-105,0r0,-318r-277,-384r128,0r204,290r206,-290r121,0xm252,-768r-89,0r0,-95r89,0r0,95xm461,-768r-89,0r0,-95r89,0r0,95","w":622},"\u0179":{"d":"586,-702r0,22r-402,590r391,0r0,90r-555,0r0,-22r404,-588r-387,0r0,-92r549,0xm310,-749r-82,0r146,-137r102,0","w":605},"\u017d":{"d":"586,-702r0,22r-402,590r391,0r0,90r-555,0r0,-22r404,-588r-387,0r0,-92r549,0xm239,-886r79,87r82,-87r90,0r-133,136r-79,0r-131,-136r92,0","w":605},"\u017b":{"d":"586,-702r0,22r-402,590r391,0r0,90r-555,0r0,-22r404,-588r-387,0r0,-92r549,0xm354,-769r-97,0r0,-99r97,0r0,99","w":605},"a":{"d":"458,0r-99,0r0,-57v-87,120,-325,86,-322,-97v3,-171,177,-206,322,-157v7,-84,-30,-132,-110,-133v-53,0,-106,24,-143,64r-44,-70v119,-116,396,-106,396,101r0,349xm359,-136r0,-103v-87,-33,-219,-38,-217,81v2,133,176,108,217,22","w":517},"b":{"d":"62,-702r99,-29r0,270v28,-38,87,-64,137,-64v124,0,210,120,210,272v0,153,-88,268,-210,268v-57,0,-111,-20,-137,-58r0,43r-99,0r0,-702xm161,-136v26,40,68,63,110,63v86,0,131,-74,131,-179v0,-104,-44,-185,-129,-185v-40,0,-87,28,-112,65r0,236","w":549},"c":{"d":"463,-75v-46,61,-104,91,-179,91v-140,0,-244,-112,-244,-269v0,-155,105,-272,244,-272v72,0,129,25,175,82r-60,62v-31,-35,-63,-56,-112,-56v-82,0,-141,76,-141,185v0,107,59,180,143,180v51,0,86,-24,115,-66","w":480},"d":{"d":"486,0r-99,0r0,-43v-28,38,-81,58,-137,58v-122,0,-210,-115,-210,-268v0,-152,86,-272,209,-272v50,0,109,27,138,64r0,-241r99,-29r0,731xm275,-437v-85,0,-130,82,-130,185v0,105,46,180,132,180v42,0,84,-24,110,-64r0,-236v-25,-37,-72,-65,-112,-65","w":548},"e":{"d":"468,-70v-46,58,-106,86,-183,86v-142,0,-245,-110,-245,-269v0,-154,99,-272,242,-272v125,0,225,106,203,287r-338,0v-3,170,185,222,266,104xm388,-313v-1,-82,-48,-130,-108,-130v-62,0,-116,52,-129,130r237,0","w":519},"f":{"d":"373,-695r-33,78v-18,-13,-45,-22,-76,-22v-59,0,-86,46,-82,130r133,0r0,86r-133,0r0,423r-99,0r0,-423r-56,0r0,-86r56,0v-10,-212,151,-249,290,-186","w":313},"g":{"d":"488,-509r0,487v6,261,-301,280,-447,161r47,-77v84,86,301,91,300,-73r0,-33v-31,39,-79,55,-135,55v-122,0,-211,-111,-211,-264v0,-152,86,-272,210,-272v49,0,108,26,136,64r0,-48r100,0xm388,-372v-24,-37,-71,-65,-111,-65v-85,0,-130,81,-130,185v0,105,46,178,132,178v42,0,83,-22,109,-62r0,-236","w":550},"h":{"d":"62,-702r99,-29r0,265v117,-101,313,-83,313,137r0,329r-99,0r0,-319v2,-161,-145,-129,-214,-59r0,378r-99,0r0,-702","w":527},"i":{"d":"63,-509r99,0r0,509r-99,0r0,-509xm62,-702r101,0r0,89r-101,0r0,-89","w":226},"j":{"d":"-127,187r24,-81v81,39,169,34,169,-96r0,-519r99,0r0,519v1,197,-148,229,-292,177xm166,-613r-101,0r0,-89r101,0r0,89","w":228},"k":{"d":"161,-131r0,131r-99,0r0,-702r99,-29r0,473r194,-251r115,0r-181,232r203,277r-120,0r-149,-205","w":492},"l":{"d":"62,-702r99,-29r0,731r-99,0r0,-702","w":224},"m":{"d":"776,0r-99,0r0,-319v2,-166,-144,-129,-213,-54v11,115,2,250,5,373r-100,0r0,-319v4,-163,-141,-128,-208,-59r0,378r-99,0r0,-509r99,0r0,43v81,-72,236,-89,285,19v125,-119,330,-119,330,118r0,329","w":836},"n":{"d":"62,-509r99,0r0,43v117,-101,313,-83,313,137r0,329r-99,0r0,-319v2,-161,-145,-129,-214,-59r0,378r-99,0r0,-509","w":527},"o":{"d":"408,-253v0,-109,-46,-184,-131,-184v-84,0,-131,75,-131,184v0,106,46,181,131,181v85,0,131,-75,131,-181xm514,-255v0,157,-103,271,-237,271v-133,0,-237,-114,-237,-271v0,-160,104,-270,237,-270v134,0,237,110,237,270","w":554},"p":{"d":"161,193r-99,0r0,-702r99,0r0,48v27,-37,87,-64,137,-64v124,0,209,120,209,272v0,153,-88,268,-210,268v-56,0,-111,-20,-136,-58r0,236xm272,-437v-39,0,-87,28,-111,65r0,236v25,40,68,64,110,64v85,0,131,-75,131,-180v0,-103,-45,-185,-130,-185","w":548},"q":{"d":"486,193r-99,0r0,-236v-26,38,-81,58,-137,58v-122,0,-210,-115,-210,-268v0,-152,86,-272,209,-272v50,0,111,27,138,64r0,-48r99,0r0,702xm275,-437v-85,0,-130,82,-130,185v0,105,46,180,132,180v42,0,84,-24,110,-64r0,-236v-25,-37,-72,-65,-112,-65","w":548},"r":{"d":"62,-509r99,0r0,41v57,-50,128,-70,208,-45r0,100v-73,-37,-153,-16,-208,32r0,381r-99,0r0,-509","w":359,"k":{".":58,",":76,"\u00f5":20,"\u014d":20,"\u00f3":20,"\u0123":20,"\u011f":20,"\u00e8":20,"\u0117":20,"\u00eb":20,"\u00ea":20,"\u011b":20,"\u0115":20,"\u010f":20,"\u0111":20,"\u010b":20,"\u0109":20,"\u010d":20,"\u0107":20,"\u00e7":20,"\u0103":20,"\u00e1":20,"\u00f8":20,"\u0153":20,"\u00e6":20,"q":20,"o":20,"g":20,"e":20,"d":20,"c":20,"a":20}},"s":{"d":"347,-140v0,-57,-53,-68,-122,-79v-85,-13,-177,-37,-177,-150v1,-183,276,-191,388,-93r-52,74v-30,-33,-90,-52,-143,-52v-53,0,-95,23,-95,69v0,51,51,62,117,72v86,12,184,38,184,157v0,192,-310,194,-420,82r49,-77v35,44,110,69,169,69v60,0,102,-25,102,-72","w":477},"t":{"d":"338,-94r30,83v-33,15,-74,27,-121,27v-101,0,-164,-42,-164,-194r0,-245r-65,0r0,-86r65,0r0,-102r99,-34r0,136r162,0r0,86r-162,0r0,241v-9,126,90,128,156,88","w":373},"u":{"d":"471,0r-99,0r0,-43v-118,100,-312,83,-312,-138r0,-328r99,0r0,319v0,77,28,115,85,115v46,0,92,-20,128,-56r0,-378r99,0r0,509","w":534},"v":{"d":"232,-109r132,-400r108,0r-184,509r-111,0r-185,-509r110,0","w":465,"k":{".":40,",":50}},"w":{"d":"550,-109r128,-400r104,0r-179,509r-108,0r-109,-353r-108,353r-109,0r-177,-509r107,0r126,400r116,-400r89,0","w":774},"x":{"d":"351,-509r118,0r-170,251r175,258r-118,0r-117,-180r-118,180r-116,0r175,-257r-170,-252r117,0r113,173","w":480},"y":{"d":"181,14r-189,-523r109,0r131,406r133,-406r107,0r-189,520v-40,108,-84,192,-187,192v-42,0,-82,-9,-114,-24r27,-89v75,32,143,36,172,-76","w":465,"k":{".":40,",":50}},"z":{"d":"448,-483r-272,397r266,0r0,86r-419,0r0,-23r276,-400r-261,0r0,-86r410,0r0,26","w":473},"\u00e6":{"d":"408,-86v-39,52,-110,100,-209,100v-80,0,-165,-60,-165,-168v0,-171,177,-208,320,-157v20,-167,-177,-161,-251,-69r-44,-70v56,-49,129,-75,197,-75v105,0,145,47,165,101v30,-49,100,-101,174,-101v125,0,221,106,198,287r-338,0v-1,170,185,222,267,104r55,64v-47,58,-106,86,-179,86v-102,0,-156,-51,-190,-102xm371,-145v-7,-23,-16,-60,-16,-95v-88,-31,-218,-37,-216,82v3,144,197,97,232,13xm696,-313v0,-82,-48,-130,-104,-130v-63,0,-118,52,-131,130r235,0","w":818},"\u00f0":{"d":"195,-562r-31,-49r87,-40v-23,-22,-46,-42,-70,-61r95,-21v19,16,38,31,55,48r85,-40r32,50r-76,34v90,103,140,225,140,357v0,186,-101,300,-235,300v-133,0,-237,-114,-237,-271v0,-160,92,-270,213,-270v60,0,100,25,138,71v-20,-50,-56,-103,-98,-152xm273,-436v-85,0,-128,74,-128,183v0,106,47,181,132,181v84,0,131,-75,131,-181v0,-109,-50,-183,-135,-183","w":554},"\u00df":{"d":"222,-10r18,-82v92,27,173,-4,173,-110v0,-93,-58,-132,-160,-123r0,-86v87,7,142,-26,142,-107v0,-69,-54,-101,-117,-101v-65,0,-117,36,-117,113r0,506r-99,0r0,-506v0,-138,101,-201,217,-201v136,0,220,71,220,176v0,90,-51,155,-144,159v106,4,163,82,163,175v0,168,-141,231,-296,187","w":551},"\u0133":{"d":"62,-509r101,0r0,509r-101,0r0,-509xm62,-702r101,0r0,89r-101,0r0,-89xm385,-613r-101,0r0,-89r101,0r0,89xm92,187r24,-81v79,38,168,34,168,-96r0,-519r101,0r0,519v1,196,-149,229,-293,177","w":447},"\u0153":{"d":"405,-253v0,-109,-46,-184,-131,-184v-85,0,-132,75,-132,184v0,106,47,181,132,181v84,0,131,-75,131,-181xm822,-70v-90,126,-308,108,-371,-25v-37,68,-101,111,-181,111v-133,0,-234,-114,-234,-271v0,-160,105,-270,238,-270v81,0,142,44,179,111v37,-66,102,-111,187,-111v125,0,221,106,198,287r-338,0v-1,170,185,222,267,104xm741,-313v0,-82,-48,-130,-104,-130v-63,0,-118,52,-131,130r235,0","w":866},"\u00f8":{"d":"457,-508r82,0r-75,83v32,45,51,103,51,170v0,157,-103,270,-237,270v-57,0,-106,-20,-146,-56r-36,41r-81,0r75,-85v-31,-46,-49,-104,-49,-170v0,-224,227,-347,381,-215v12,-12,23,-26,35,-38xm193,-111v23,24,46,39,89,39v108,0,160,-164,112,-272xm278,-436v-110,0,-163,155,-118,271r201,-233v-23,-24,-49,-38,-83,-38","w":554},"\u00fe":{"d":"62,-702r99,-29r0,270v27,-38,87,-64,137,-64v124,0,209,120,209,272v0,153,-88,268,-210,268v-56,0,-111,-20,-136,-58r0,236r-99,0r0,-895xm161,-136v26,40,68,63,110,63v86,0,130,-74,130,-179v0,-104,-44,-185,-129,-185v-39,0,-86,28,-111,65r0,236","w":548},"\u00e1":{"d":"458,0r-99,0r0,-57v-87,120,-325,86,-322,-97v3,-171,177,-206,322,-157v7,-84,-30,-132,-110,-133v-53,0,-106,24,-143,64r-44,-70v119,-116,396,-106,396,101r0,349xm359,-136r0,-103v-87,-33,-219,-38,-217,81v2,133,176,108,217,22xm415,-705r-153,148r-82,0r127,-148r108,0","w":517},"\u0103":{"d":"458,0r-99,0r0,-57v-87,120,-325,86,-322,-97v3,-171,177,-206,322,-157v7,-84,-30,-132,-110,-133v-53,0,-106,24,-143,64r-44,-70v119,-116,396,-106,396,101r0,349xm359,-136r0,-103v-87,-33,-219,-38,-217,81v2,133,176,108,217,22xm394,-705v0,86,-58,138,-131,138v-72,0,-130,-52,-130,-138r66,0v0,52,28,71,65,71v35,0,64,-19,64,-71r66,0","w":517},"\u00e2":{"d":"458,0r-99,0r0,-57v-87,120,-325,86,-322,-97v3,-171,177,-206,322,-157v7,-84,-30,-132,-110,-133v-53,0,-106,24,-143,64r-44,-70v119,-116,396,-106,396,101r0,349xm359,-136r0,-103v-87,-33,-219,-38,-217,81v2,133,176,108,217,22xm348,-557r-78,-91r-81,91r-92,0r133,-148r81,0r132,148r-95,0","w":517},"\u00e4":{"d":"458,0r-99,0r0,-57v-87,120,-325,86,-322,-97v3,-171,177,-206,322,-157v7,-84,-30,-132,-110,-133v-53,0,-106,24,-143,64r-44,-70v119,-116,396,-106,396,101r0,349xm359,-136r0,-103v-87,-33,-219,-38,-217,81v2,133,176,108,217,22xm117,-674r86,0r0,96r-86,0r0,-96xm320,-674r86,0r0,96r-86,0r0,-96","w":517},"\u00e0":{"d":"458,0r-99,0r0,-57v-87,120,-325,86,-322,-97v3,-171,177,-206,322,-157v7,-84,-30,-132,-110,-133v-53,0,-106,24,-143,64r-44,-70v119,-116,396,-106,396,101r0,349xm359,-136r0,-103v-87,-33,-219,-38,-217,81v2,133,176,108,217,22xm270,-557r-153,-148r108,0r128,148r-83,0","w":517},"\u0101":{"d":"458,0r-99,0r0,-57v-87,120,-325,86,-322,-97v3,-171,177,-206,322,-157v7,-84,-30,-132,-110,-133v-53,0,-106,24,-143,64r-44,-70v119,-116,396,-106,396,101r0,349xm359,-136r0,-103v-87,-33,-219,-38,-217,81v2,133,176,108,217,22xm144,-655r240,0r0,71r-240,0r0,-71","w":517},"\u0105":{"d":"458,0r-99,0r0,-57v-87,120,-325,86,-322,-97v3,-171,177,-206,322,-157v7,-84,-30,-132,-110,-133v-53,0,-106,24,-143,64r-44,-70v119,-116,396,-106,396,101r0,349xm359,-136r0,-103v-87,-33,-219,-38,-217,81v2,133,176,108,217,22xm262,123v0,-73,79,-133,186,-123v-74,28,-113,62,-113,107v0,65,117,52,142,10r38,55v-30,25,-79,46,-127,46v-83,0,-126,-36,-126,-95","w":517},"\u00e5":{"d":"458,0r-99,0r0,-57v-87,120,-325,86,-322,-97v3,-171,177,-206,322,-157v7,-84,-30,-132,-110,-133v-53,0,-106,24,-143,64r-44,-70v119,-116,396,-106,396,101r0,349xm359,-136r0,-103v-87,-33,-219,-38,-217,81v2,133,176,108,217,22xm266,-755v65,0,119,46,119,108v0,63,-54,104,-119,104v-67,0,-120,-41,-120,-104v0,-62,53,-108,120,-108xm266,-697v-31,0,-56,17,-56,50v0,31,25,52,56,52v32,0,57,-21,57,-52v0,-33,-25,-50,-57,-50","w":517},"\u00e3":{"d":"458,0r-99,0r0,-57v-87,120,-325,86,-322,-97v3,-171,177,-206,322,-157v7,-84,-30,-132,-110,-133v-53,0,-106,24,-143,64r-44,-70v119,-116,396,-106,396,101r0,349xm359,-136r0,-103v-87,-33,-219,-38,-217,81v2,133,176,108,217,22xm381,-697r53,47v-30,59,-59,81,-100,81v-43,0,-83,-48,-127,-48v-24,0,-41,14,-50,43r-49,-50v24,-46,51,-71,95,-71v57,0,81,47,128,47v25,0,41,-16,50,-49","w":517},"\u00e7":{"d":"463,-75v-46,61,-104,91,-179,91v-140,0,-244,-112,-244,-269v0,-155,105,-272,244,-272v72,0,129,25,175,82r-60,62v-31,-35,-63,-56,-112,-56v-82,0,-141,76,-141,185v0,107,59,180,143,180v51,0,86,-24,115,-66xm255,0r59,0r-30,43v70,2,109,33,109,85v0,53,-59,92,-139,92v-45,0,-89,-13,-116,-31r30,-47v27,15,51,20,78,20v42,0,69,-13,69,-37v0,-37,-65,-43,-114,-37","w":480},"\u0107":{"d":"463,-75v-46,61,-104,91,-179,91v-140,0,-244,-112,-244,-269v0,-155,105,-272,244,-272v72,0,129,25,175,82r-60,62v-31,-35,-63,-56,-112,-56v-82,0,-141,76,-141,185v0,107,59,180,143,180v51,0,86,-24,115,-66xm424,-705r-153,148r-82,0r127,-148r108,0","w":480},"\u010d":{"d":"463,-75v-46,61,-104,91,-179,91v-140,0,-244,-112,-244,-269v0,-155,105,-272,244,-272v72,0,129,25,175,82r-60,62v-31,-35,-63,-56,-112,-56v-82,0,-141,76,-141,185v0,107,59,180,143,180v51,0,86,-24,115,-66xm202,-705r78,91r82,-91r91,0r-133,148r-81,0r-131,-148r94,0","w":480},"\u0109":{"d":"463,-75v-46,61,-104,91,-179,91v-140,0,-244,-112,-244,-269v0,-155,105,-272,244,-272v72,0,129,25,175,82r-60,62v-31,-35,-63,-56,-112,-56v-82,0,-141,76,-141,185v0,107,59,180,143,180v51,0,86,-24,115,-66xm361,-557r-78,-91r-81,91r-92,0r133,-148r81,0r132,148r-95,0","w":480},"\u010b":{"d":"463,-75v-46,61,-104,91,-179,91v-140,0,-244,-112,-244,-269v0,-155,105,-272,244,-272v72,0,129,25,175,82r-60,62v-31,-35,-63,-56,-112,-56v-82,0,-141,76,-141,185v0,107,59,180,143,180v51,0,86,-24,115,-66xm331,-578r-100,0r0,-101r100,0r0,101","w":480},"\u0111":{"d":"285,-584r0,-71r98,0r0,-47r99,-29r0,76r41,0r0,71r-41,0r0,584r-99,0r0,-43v-28,38,-81,58,-137,58v-122,0,-210,-115,-210,-268v0,-152,86,-272,210,-272v49,0,108,27,137,64r0,-123r-98,0xm271,-437v-85,0,-130,82,-130,185v0,105,46,180,132,180v42,0,84,-24,110,-64r0,-236v-25,-37,-72,-65,-112,-65","w":548},"\u010f":{"d":"486,0r-99,0r0,-43v-28,38,-81,58,-137,58v-122,0,-210,-115,-210,-268v0,-152,86,-272,209,-272v50,0,109,27,138,64r0,-241r99,-29r0,731xm275,-437v-85,0,-130,82,-130,185v0,105,46,180,132,180v42,0,84,-24,110,-64r0,-236v-25,-37,-72,-65,-112,-65xm549,-770r86,0r-59,196r-53,0","w":548,"k":{"l":-34,"k":-34}},"\u00e9":{"d":"468,-70v-46,58,-106,86,-183,86v-142,0,-245,-110,-245,-269v0,-154,99,-272,242,-272v125,0,225,106,203,287r-338,0v-3,170,185,222,266,104xm388,-313v-1,-82,-48,-130,-108,-130v-62,0,-116,52,-129,130r237,0xm427,-705r-153,148r-82,0r127,-148r108,0","w":519},"\u0115":{"d":"468,-70v-46,58,-106,86,-183,86v-142,0,-245,-110,-245,-269v0,-154,99,-272,242,-272v125,0,225,106,203,287r-338,0v-3,170,185,222,266,104xm388,-313v-1,-82,-48,-130,-108,-130v-62,0,-116,52,-129,130r237,0xm409,-705v0,86,-58,138,-131,138v-72,0,-130,-52,-130,-138r66,0v0,52,28,71,65,71v35,0,64,-19,64,-71r66,0","w":519},"\u011b":{"d":"468,-70v-46,58,-106,86,-183,86v-142,0,-245,-110,-245,-269v0,-154,99,-272,242,-272v125,0,225,106,203,287r-338,0v-3,170,185,222,266,104xm388,-313v-1,-82,-48,-130,-108,-130v-62,0,-116,52,-129,130r237,0xm205,-705r78,91r82,-91r91,0r-133,148r-81,0r-131,-148r94,0","w":519},"\u00ea":{"d":"468,-70v-46,58,-106,86,-183,86v-142,0,-245,-110,-245,-269v0,-154,99,-272,242,-272v125,0,225,106,203,287r-338,0v-3,170,185,222,266,104xm388,-313v-1,-82,-48,-130,-108,-130v-62,0,-116,52,-129,130r237,0xm363,-557r-78,-91r-81,91r-92,0r133,-148r81,0r132,148r-95,0","w":519},"\u00eb":{"d":"468,-70v-46,58,-106,86,-183,86v-142,0,-245,-110,-245,-269v0,-154,99,-272,242,-272v125,0,225,106,203,287r-338,0v-3,170,185,222,266,104xm388,-313v-1,-82,-48,-130,-108,-130v-62,0,-116,52,-129,130r237,0xm135,-674r86,0r0,96r-86,0r0,-96xm338,-674r86,0r0,96r-86,0r0,-96","w":519},"\u0117":{"d":"468,-70v-46,58,-106,86,-183,86v-142,0,-245,-110,-245,-269v0,-154,99,-272,242,-272v125,0,225,106,203,287r-338,0v-3,170,185,222,266,104xm388,-313v-1,-82,-48,-130,-108,-130v-62,0,-116,52,-129,130r237,0xm332,-578r-100,0r0,-101r100,0r0,101","w":519},"\u00e8":{"d":"468,-70v-46,58,-106,86,-183,86v-142,0,-245,-110,-245,-269v0,-154,99,-272,242,-272v125,0,225,106,203,287r-338,0v-3,170,185,222,266,104xm388,-313v-1,-82,-48,-130,-108,-130v-62,0,-116,52,-129,130r237,0xm285,-557r-153,-148r108,0r128,148r-83,0","w":519},"\u0113":{"d":"468,-70v-46,58,-106,86,-183,86v-142,0,-245,-110,-245,-269v0,-154,99,-272,242,-272v125,0,225,106,203,287r-338,0v-3,170,185,222,266,104xm388,-313v-1,-82,-48,-130,-108,-130v-62,0,-116,52,-129,130r237,0xm159,-655r240,0r0,71r-240,0r0,-71","w":519},"\u0119":{"d":"468,-70v-46,58,-106,86,-183,86v-142,0,-245,-110,-245,-269v0,-154,99,-272,242,-272v125,0,225,106,203,287r-338,0v-3,170,185,222,266,104xm388,-313v-1,-82,-48,-130,-108,-130v-62,0,-116,52,-129,130r237,0xm177,123v0,-73,79,-133,186,-123v-74,28,-113,62,-113,107v0,65,117,52,142,10r38,55v-30,25,-79,46,-127,46v-83,0,-126,-36,-126,-95","w":519},"\u011f":{"d":"488,-509r0,487v6,261,-301,280,-447,161r47,-77v84,86,301,91,300,-73r0,-33v-31,39,-79,55,-135,55v-122,0,-211,-111,-211,-264v0,-152,86,-272,210,-272v49,0,108,26,136,64r0,-48r100,0xm388,-372v-24,-37,-71,-65,-111,-65v-85,0,-130,81,-130,185v0,105,46,178,132,178v42,0,83,-22,109,-62r0,-236xm414,-705v0,86,-58,138,-131,138v-72,0,-130,-52,-130,-138r66,0v0,52,28,71,65,71v35,0,64,-19,64,-71r66,0","w":550},"\u011d":{"d":"488,-509r0,487v6,261,-301,280,-447,161r47,-77v84,86,301,91,300,-73r0,-33v-31,39,-79,55,-135,55v-122,0,-211,-111,-211,-264v0,-152,86,-272,210,-272v49,0,108,26,136,64r0,-48r100,0xm388,-372v-24,-37,-71,-65,-111,-65v-85,0,-130,81,-130,185v0,105,46,178,132,178v42,0,83,-22,109,-62r0,-236xm363,-557r-78,-91r-81,91r-92,0r133,-148r81,0r132,148r-95,0","w":550},"\u0123":{"d":"488,-509r0,487v6,261,-301,280,-447,161r47,-77v84,86,301,91,300,-73r0,-33v-31,39,-79,55,-135,55v-122,0,-211,-111,-211,-264v0,-152,86,-272,210,-272v49,0,108,26,136,64r0,-48r100,0xm388,-372v-24,-37,-71,-65,-111,-65v-85,0,-130,81,-130,185v0,105,46,178,132,178v42,0,83,-22,109,-62r0,-236xm400,-734r-102,154r-76,0r75,-154r103,0","w":550},"\u0121":{"d":"488,-509r0,487v6,261,-301,280,-447,161r47,-77v84,86,301,91,300,-73r0,-33v-31,39,-79,55,-135,55v-122,0,-211,-111,-211,-264v0,-152,86,-272,210,-272v49,0,108,26,136,64r0,-48r100,0xm388,-372v-24,-37,-71,-65,-111,-65v-85,0,-130,81,-130,185v0,105,46,178,132,178v42,0,83,-22,109,-62r0,-236xm342,-578r-100,0r0,-101r100,0r0,101","w":550},"\u0125":{"d":"62,-702r99,-29r0,265v117,-101,313,-83,313,137r0,329r-99,0r0,-319v2,-161,-145,-129,-214,-59r0,378r-99,0r0,-702xm307,-750r-79,-87r-82,87r-90,0r133,-136r79,0r131,136r-92,0","w":527},"\u0127":{"d":"19,-655r43,0r0,-47r99,-29r0,76r96,0r0,71r-96,0r0,118v117,-101,313,-83,313,137r0,329r-99,0r0,-319v2,-161,-145,-129,-214,-59r0,378r-99,0r0,-584r-43,0r0,-71","w":527},"\u00ed":{"d":"62,-509r102,0r0,509r-102,0r0,-509xm277,-705r-153,148r-82,0r127,-148r108,0","w":226},"\u012d":{"d":"62,-509r102,0r0,509r-102,0r0,-509xm245,-705v0,86,-58,138,-131,138v-72,0,-130,-52,-130,-138r66,0v0,52,28,71,65,71v35,0,64,-19,64,-71r66,0","w":226},"\u00ee":{"d":"62,-509r102,0r0,509r-102,0r0,-509xm192,-557r-78,-91r-81,91r-92,0r133,-148r81,0r132,148r-95,0","w":226},"\u00ef":{"d":"62,-509r102,0r0,509r-102,0r0,-509xm-30,-674r86,0r0,96r-86,0r0,-96xm173,-674r86,0r0,96r-86,0r0,-96","w":226},"\u00ec":{"d":"62,-509r102,0r0,509r-102,0r0,-509xm104,-557r-153,-148r108,0r128,148r-83,0","w":226},"\u012b":{"d":"62,-509r102,0r0,509r-102,0r0,-509xm-7,-655r240,0r0,71r-240,0r0,-71","w":226},"\u012f":{"d":"63,-509r99,0r0,509r-99,0r0,-509xm62,-702r101,0r0,89r-101,0r0,-89xm-25,123v0,-73,79,-133,186,-123v-74,28,-113,62,-113,107v0,65,117,52,142,10r38,55v-30,25,-79,46,-127,46v-83,0,-126,-36,-126,-95","w":226},"\u0129":{"d":"62,-509r102,0r0,509r-102,0r0,-509xm233,-697r53,47v-30,59,-59,81,-100,81v-43,0,-83,-48,-127,-48v-24,0,-41,14,-50,43r-49,-50v24,-46,51,-71,95,-71v57,0,81,47,128,47v25,0,41,-16,50,-49","w":226},"\u0131":{"d":"62,-509r102,0r0,509r-102,0r0,-509","w":226},"\u0135":{"d":"-103,100v81,36,169,34,168,-97r0,-512r101,0r-2,529v-8,186,-153,210,-290,160v5,-26,18,-55,23,-80xm194,-559r-80,-93r-83,93r-89,0r132,-146r81,0r132,146r-93,0","w":228},"\u0137":{"d":"161,-131r0,131r-99,0r0,-702r99,-29r0,473r194,-251r115,0r-181,232r203,277r-120,0r-149,-205xm308,62r-102,154r-76,0r75,-154r103,0","w":492},"\u013a":{"d":"62,-702r99,-29r0,731r-99,0r0,-702xm117,-749r-82,0r146,-137r102,0","w":224},"\u013e":{"d":"62,-702r99,-29r0,731r-99,0r0,-702xm223,-770r86,0r-59,196r-53,0","w":224,"k":{"l":-34,"k":-34}},"\u013c":{"d":"62,-702r99,-29r0,731r-99,0r0,-702xm184,62r-102,154r-76,0r75,-154r103,0","w":224},"\u0140":{"d":"62,-702r99,-29r0,731r-99,0r0,-702xm295,-327r-100,0r0,-102r100,0r0,102","w":224},"\u0142":{"d":"235,-635r0,107r-66,104r0,424r-101,0r0,-272r-62,97r0,-109r62,-97r0,-321r101,-29r0,199","w":241},"\u0144":{"d":"62,-509r99,0r0,43v117,-101,313,-83,313,137r0,329r-99,0r0,-319v2,-161,-145,-129,-214,-59r0,378r-99,0r0,-509xm421,-705r-153,148r-82,0r127,-148r108,0","w":527},"\u0148":{"d":"62,-509r99,0r0,43v117,-101,313,-83,313,137r0,329r-99,0r0,-319v2,-161,-145,-129,-214,-59r0,378r-99,0r0,-509xm194,-705r78,91r82,-91r91,0r-133,148r-81,0r-131,-148r94,0","w":527},"\u0146":{"d":"62,-509r99,0r0,43v117,-101,313,-83,313,137r0,329r-99,0r0,-319v2,-161,-145,-129,-214,-59r0,378r-99,0r0,-509xm323,62r-102,154r-76,0r75,-154r103,0","w":527},"\u00f1":{"d":"62,-509r99,0r0,43v117,-101,313,-83,313,137r0,329r-99,0r0,-319v2,-161,-145,-129,-214,-59r0,378r-99,0r0,-509xm383,-697r53,47v-30,59,-59,81,-100,81v-43,0,-83,-48,-127,-48v-24,0,-41,14,-50,43r-49,-50v24,-46,51,-71,95,-71v57,0,81,47,128,47v25,0,41,-16,50,-49","w":527},"\u00f3":{"d":"408,-253v0,-109,-46,-184,-131,-184v-84,0,-131,75,-131,184v0,106,46,181,131,181v85,0,131,-75,131,-181xm514,-255v0,157,-103,271,-237,271v-133,0,-237,-114,-237,-271v0,-160,104,-270,237,-270v134,0,237,110,237,270xm427,-705r-153,148r-82,0r127,-148r108,0","w":554},"\u014f":{"d":"408,-253v0,-109,-46,-184,-131,-184v-84,0,-131,75,-131,184v0,106,46,181,131,181v85,0,131,-75,131,-181xm514,-255v0,157,-103,271,-237,271v-133,0,-237,-114,-237,-271v0,-160,104,-270,237,-270v134,0,237,110,237,270xm409,-705v0,86,-58,138,-131,138v-72,0,-130,-52,-130,-138r66,0v0,52,28,71,65,71v35,0,64,-19,64,-71r66,0","w":554},"\u00f4":{"d":"408,-253v0,-109,-46,-184,-131,-184v-84,0,-131,75,-131,184v0,106,46,181,131,181v85,0,131,-75,131,-181xm514,-255v0,157,-103,271,-237,271v-133,0,-237,-114,-237,-271v0,-160,104,-270,237,-270v134,0,237,110,237,270xm357,-557r-78,-91r-81,91r-92,0r133,-148r81,0r132,148r-95,0","w":554},"\u00f6":{"d":"408,-253v0,-109,-46,-184,-131,-184v-84,0,-131,75,-131,184v0,106,46,181,131,181v85,0,131,-75,131,-181xm514,-255v0,157,-103,271,-237,271v-133,0,-237,-114,-237,-271v0,-160,104,-270,237,-270v134,0,237,110,237,270xm132,-674r86,0r0,96r-86,0r0,-96xm335,-674r86,0r0,96r-86,0r0,-96","w":554},"\u00f2":{"d":"408,-253v0,-109,-46,-184,-131,-184v-84,0,-131,75,-131,184v0,106,46,181,131,181v85,0,131,-75,131,-181xm514,-255v0,157,-103,271,-237,271v-133,0,-237,-114,-237,-271v0,-160,104,-270,237,-270v134,0,237,110,237,270xm303,-557r-153,-148r108,0r128,148r-83,0","w":554},"\u0151":{"d":"408,-253v0,-109,-46,-184,-131,-184v-84,0,-131,75,-131,184v0,106,46,181,131,181v85,0,131,-75,131,-181xm514,-255v0,157,-103,271,-237,271v-133,0,-237,-114,-237,-271v0,-160,104,-270,237,-270v134,0,237,110,237,270xm389,-705r92,0r-121,139r-67,0xm233,-705r91,0r-122,139r-65,0","w":554},"\u014d":{"d":"408,-253v0,-109,-46,-184,-131,-184v-84,0,-131,75,-131,184v0,106,46,181,131,181v85,0,131,-75,131,-181xm514,-255v0,157,-103,271,-237,271v-133,0,-237,-114,-237,-271v0,-160,104,-270,237,-270v134,0,237,110,237,270xm158,-655r240,0r0,71r-240,0r0,-71","w":554},"\u00f5":{"d":"408,-253v0,-109,-46,-184,-131,-184v-84,0,-131,75,-131,184v0,106,46,181,131,181v85,0,131,-75,131,-181xm514,-255v0,157,-103,271,-237,271v-133,0,-237,-114,-237,-271v0,-160,104,-270,237,-270v134,0,237,110,237,270xm392,-697r53,47v-30,59,-59,81,-100,81v-43,0,-83,-48,-127,-48v-24,0,-41,14,-50,43r-49,-50v24,-46,51,-71,95,-71v57,0,81,47,128,47v25,0,41,-16,50,-49","w":554},"\u0155":{"d":"62,-509r99,0r0,41v57,-50,128,-70,208,-45r0,100v-73,-37,-153,-16,-208,32r0,381r-99,0r0,-509xm380,-705r-153,148r-82,0r127,-148r108,0","w":359,"k":{".":58,",":76}},"\u0159":{"d":"62,-509r99,0r0,41v57,-50,128,-70,208,-45r0,100v-73,-37,-153,-16,-208,32r0,381r-99,0r0,-509xm141,-705r78,91r82,-91r91,0r-133,148r-81,0r-131,-148r94,0","w":359,"k":{".":58,",":76,"\u014d":20,"\u00f2":20,"\u00f6":20,"\u00f4":20,"\u014f":20,"\u00f3":20,"\u0121":20,"\u0119":20,"\u00e8":20,"\u0117":20,"\u00eb":20,"\u00ea":20,"\u011b":20,"\u0115":20,"\u010f":20,"\u0111":20,"\u010d":20,"\u0107":20,"\u00e7":20,"\u00e3":20,"\u0103":20,"\u00e1":20,"\u0153":20,"\u00e6":20,"q":20,"o":20,"g":20,"e":20,"d":20,"c":20,"a":20}},"\u0157":{"d":"62,-509r99,0r0,41v57,-50,128,-70,208,-45r0,100v-73,-37,-153,-16,-208,32r0,381r-99,0r0,-509xm189,62r-102,154r-76,0r75,-154r103,0","w":359},"\u015b":{"d":"347,-140v0,-57,-53,-68,-122,-79v-85,-13,-177,-37,-177,-150v1,-183,276,-191,388,-93r-52,74v-30,-33,-90,-52,-143,-52v-53,0,-95,23,-95,69v0,51,51,62,117,72v86,12,184,38,184,157v0,192,-310,194,-420,82r49,-77v35,44,110,69,169,69v60,0,102,-25,102,-72xm394,-705r-153,148r-82,0r127,-148r108,0","w":477},"\u0161":{"d":"347,-140v0,-57,-53,-68,-122,-79v-85,-13,-177,-37,-177,-150v1,-183,276,-191,388,-93r-52,74v-30,-33,-90,-52,-143,-52v-53,0,-95,23,-95,69v0,51,51,62,117,72v86,12,184,38,184,157v0,192,-310,194,-420,82r49,-77v35,44,110,69,169,69v60,0,102,-25,102,-72xm165,-705r78,91r82,-91r91,0r-133,148r-81,0r-131,-148r94,0","w":477},"\u015f":{"d":"347,-140v0,-57,-53,-68,-122,-79v-85,-13,-177,-37,-177,-150v1,-183,276,-191,388,-93r-52,74v-30,-33,-90,-52,-143,-52v-53,0,-95,23,-95,69v0,51,51,62,117,72v86,12,184,38,184,157v0,192,-310,194,-420,82r49,-77v35,44,110,69,169,69v60,0,102,-25,102,-72xm221,0r59,0r-30,43v70,2,109,33,109,85v0,53,-59,92,-139,92v-45,0,-89,-13,-116,-31r30,-47v27,15,51,20,78,20v42,0,69,-13,69,-37v0,-37,-65,-43,-114,-37","w":477},"\uf6c2":{"d":"347,-140v0,-57,-53,-68,-122,-79v-85,-13,-177,-37,-177,-150v1,-183,276,-191,388,-93r-52,74v-30,-33,-90,-52,-143,-52v-53,0,-95,23,-95,69v0,51,51,62,117,72v86,12,184,38,184,157v0,192,-310,194,-420,82r49,-77v35,44,110,69,169,69v60,0,102,-25,102,-72xm221,0r59,0r-30,43v70,2,109,33,109,85v0,53,-59,92,-139,92v-45,0,-89,-13,-116,-31r30,-47v27,15,51,20,78,20v42,0,69,-13,69,-37v0,-37,-65,-43,-114,-37","w":477},"\u015d":{"d":"347,-140v0,-57,-53,-68,-122,-79v-85,-13,-177,-37,-177,-150v1,-183,276,-191,388,-93r-52,74v-30,-33,-90,-52,-143,-52v-53,0,-95,23,-95,69v0,51,51,62,117,72v86,12,184,38,184,157v0,192,-310,194,-420,82r49,-77v35,44,110,69,169,69v60,0,102,-25,102,-72xm325,-557r-78,-91r-81,91r-92,0r133,-148r81,0r132,148r-95,0","w":477},"\u0219":{"d":"347,-140v0,-57,-53,-68,-122,-79v-85,-13,-177,-37,-177,-150v1,-183,276,-191,388,-93r-52,74v-30,-33,-90,-52,-143,-52v-53,0,-95,23,-95,69v0,51,51,62,117,72v86,12,184,38,184,157v0,192,-310,194,-420,82r49,-77v35,44,110,69,169,69v60,0,102,-25,102,-72xm298,62r-102,154r-76,0r75,-154r103,0","w":477},"\u0167":{"d":"31,-301r51,0r0,-122r-65,0r0,-86r65,0r0,-102r99,-34r0,136r163,0r0,86r-163,0r0,122r90,0r0,63r-90,0r0,56v-8,125,94,130,157,86r30,85v-33,15,-72,26,-119,26v-100,0,-167,-38,-167,-193r0,-60r-51,0r0,-63","w":373},"\u0165":{"d":"338,-94r30,83v-33,15,-74,27,-121,27v-101,0,-164,-42,-164,-194r0,-245r-65,0r0,-86r65,0r0,-102r99,-34r0,136r162,0r0,86r-162,0r0,241v-9,126,90,128,156,88xm274,-770r86,0r-59,196r-53,0","w":373},"\u0163":{"d":"338,-94r30,83v-33,15,-74,27,-121,27v-101,0,-164,-42,-164,-194r0,-245r-65,0r0,-86r65,0r0,-102r99,-34r0,136r162,0r0,86r-162,0r0,241v-9,126,90,128,156,88xm272,62r-102,154r-76,0r75,-154r103,0","w":373},"\u021b":{"d":"338,-94r30,83v-33,15,-74,27,-121,27v-101,0,-164,-42,-164,-194r0,-245r-65,0r0,-86r65,0r0,-102r99,-34r0,136r162,0r0,86r-162,0r0,241v-9,126,90,128,156,88xm272,62r-102,154r-76,0r75,-154r103,0","w":373},"\u00fa":{"d":"471,0r-99,0r0,-43v-118,100,-312,83,-312,-138r0,-328r99,0r0,319v0,77,28,115,85,115v46,0,92,-20,128,-56r0,-378r99,0r0,509xm424,-705r-153,148r-82,0r127,-148r108,0","w":534},"\u016d":{"d":"471,0r-99,0r0,-43v-118,100,-312,83,-312,-138r0,-328r99,0r0,319v0,77,28,115,85,115v46,0,92,-20,128,-56r0,-378r99,0r0,509xm397,-705v0,86,-58,138,-131,138v-72,0,-130,-52,-130,-138r66,0v0,52,28,71,65,71v35,0,64,-19,64,-71r66,0","w":534},"\u00fb":{"d":"471,0r-99,0r0,-43v-118,100,-312,83,-312,-138r0,-328r99,0r0,319v0,77,28,115,85,115v46,0,92,-20,128,-56r0,-378r99,0r0,509xm349,-557r-78,-91r-81,91r-92,0r133,-148r81,0r132,148r-95,0","w":534},"\u00fc":{"d":"471,0r-99,0r0,-43v-118,100,-312,83,-312,-138r0,-328r99,0r0,319v0,77,28,115,85,115v46,0,92,-20,128,-56r0,-378r99,0r0,509xm124,-674r86,0r0,96r-86,0r0,-96xm327,-674r86,0r0,96r-86,0r0,-96","w":534},"\u00f9":{"d":"471,0r-99,0r0,-43v-118,100,-312,83,-312,-138r0,-328r99,0r0,319v0,77,28,115,85,115v46,0,92,-20,128,-56r0,-378r99,0r0,509xm283,-557r-153,-148r108,0r128,148r-83,0","w":534},"\u0171":{"d":"471,0r-99,0r0,-43v-118,100,-312,83,-312,-138r0,-328r99,0r0,319v0,77,28,115,85,115v46,0,92,-20,128,-56r0,-378r99,0r0,509xm381,-705r92,0r-121,139r-67,0xm225,-705r91,0r-122,139r-65,0","w":534},"\u016b":{"d":"471,0r-99,0r0,-43v-118,100,-312,83,-312,-138r0,-328r99,0r0,319v0,77,28,115,85,115v46,0,92,-20,128,-56r0,-378r99,0r0,509xm148,-655r240,0r0,71r-240,0r0,-71","w":534},"\u0173":{"d":"471,0r-99,0r0,-43v-118,100,-312,83,-312,-138r0,-328r99,0r0,319v0,77,28,115,85,115v46,0,92,-20,128,-56r0,-378r99,0r0,509xm277,123v0,-73,79,-133,186,-123v-74,28,-113,62,-113,107v0,65,117,52,142,10r38,55v-30,25,-79,46,-127,46v-83,0,-126,-36,-126,-95","w":534},"\u016f":{"d":"471,0r-99,0r0,-43v-118,100,-312,83,-312,-138r0,-328r99,0r0,319v0,77,28,115,85,115v46,0,92,-20,128,-56r0,-378r99,0r0,509xm269,-755v65,0,119,46,119,108v0,63,-54,104,-119,104v-67,0,-120,-41,-120,-104v0,-62,53,-108,120,-108xm269,-697v-31,0,-56,17,-56,50v0,31,25,52,56,52v32,0,57,-21,57,-52v0,-33,-25,-50,-57,-50","w":534},"\u0169":{"d":"471,0r-99,0r0,-43v-118,100,-312,83,-312,-138r0,-328r99,0r0,319v0,77,28,115,85,115v46,0,92,-20,128,-56r0,-378r99,0r0,509xm382,-697r53,47v-30,59,-59,81,-100,81v-43,0,-83,-48,-127,-48v-24,0,-41,14,-50,43r-49,-50v24,-46,51,-71,95,-71v57,0,81,47,128,47v25,0,41,-16,50,-49","w":534},"\u0175":{"d":"550,-109r128,-400r104,0r-179,509r-108,0r-109,-353r-108,353r-109,0r-177,-509r107,0r126,400r116,-400r89,0xm466,-557r-78,-91r-81,91r-92,0r133,-148r81,0r132,148r-95,0","w":774},"\u00fd":{"d":"181,14r-189,-523r109,0r131,406r133,-406r107,0r-189,520v-40,108,-84,192,-187,192v-42,0,-82,-9,-114,-24r27,-89v75,32,143,36,172,-76xm406,-705r-153,148r-82,0r127,-148r108,0","w":465,"k":{".":40,",":50}},"\u0177":{"d":"181,14r-189,-523r109,0r131,406r133,-406r107,0r-189,520v-40,108,-84,192,-187,192v-42,0,-82,-9,-114,-24r27,-89v75,32,143,36,172,-76xm316,-557r-78,-91r-81,91r-92,0r133,-148r81,0r132,148r-95,0","w":465},"\u00ff":{"d":"181,14r-189,-523r109,0r131,406r133,-406r107,0r-189,520v-40,108,-84,192,-187,192v-42,0,-82,-9,-114,-24r27,-89v75,32,143,36,172,-76xm89,-674r86,0r0,96r-86,0r0,-96xm292,-674r86,0r0,96r-86,0r0,-96","w":465},"\u017a":{"d":"448,-483r-272,397r266,0r0,86r-419,0r0,-23r276,-400r-261,0r0,-86r410,0r0,26xm392,-705r-153,148r-82,0r127,-148r108,0","w":473},"\u017e":{"d":"448,-483r-272,397r266,0r0,86r-419,0r0,-23r276,-400r-261,0r0,-86r410,0r0,26xm165,-705r78,91r82,-91r91,0r-133,148r-81,0r-131,-148r94,0","w":473},"\u017c":{"d":"448,-483r-272,397r266,0r0,86r-419,0r0,-23r276,-400r-261,0r0,-86r410,0r0,26xm296,-578r-100,0r0,-101r100,0r0,101","w":473},"$":{"d":"205,-826r58,0r0,135v28,-4,62,-1,89,2r0,-137r59,0r0,149v51,14,95,39,135,75r-58,64v-22,-21,-48,-38,-77,-50r0,210v101,31,149,88,149,171v0,101,-61,162,-149,188r0,148r-59,0r0,-138v-29,4,-60,3,-89,1r0,137r-58,0r0,-146v-66,-15,-122,-45,-166,-91r54,-65v30,33,68,56,112,71r0,-233v-101,-29,-150,-82,-150,-171v0,-95,61,-154,150,-176r0,-144xm352,-89r0,-215v-26,-6,-63,-11,-89,-19r0,234v29,5,61,5,89,0xm352,-605v-29,-5,-58,-9,-89,-6r0,205v25,4,60,9,89,16r0,-215xm411,-104v74,-28,90,-160,0,-187r0,187xm205,-599v-77,26,-89,153,0,178r0,-178","w":603},"\u00a2":{"d":"238,-839r80,0r0,122v56,8,100,33,139,79r-58,62v-24,-26,-47,-45,-81,-50r0,354v37,-7,62,-28,85,-61r57,63v-38,51,-84,80,-142,88r0,140r-80,0r0,-141v-118,-19,-201,-125,-201,-264v0,-139,83,-248,201,-268r0,-124xm137,-447v0,88,39,153,101,172r0,-348v-61,19,-101,87,-101,176","w":478},"\u00a3":{"d":"357,-256r-182,0r0,164r342,0r0,92r-447,0r0,-256r-43,0r0,-82r43,0r0,-181v0,-238,353,-247,496,-119r-55,78v-50,-47,-123,-71,-196,-71v-80,0,-140,47,-140,121r0,172r182,0r0,82","w":552},"\u00a5":{"d":"567,-124r-204,0r0,124r-105,0r0,-124r-205,0r0,-75r205,0r0,-93r-205,0r0,-74r172,0r-244,-336r127,0r205,291r207,-291r120,0r-245,336r172,0r0,74r-204,0r0,93r204,0r0,75","w":622},"\u0192":{"d":"83,-509v-9,-204,150,-251,290,-186r-33,78v-63,-40,-157,-31,-157,81v0,8,-1,17,-1,27r133,0r0,85r-133,0r0,351v0,30,-4,61,-5,90v-8,175,-158,204,-283,152v9,-27,16,-54,25,-80v75,40,164,25,164,-99r0,-414r-56,0r0,-85r56,0","w":306},"#":{"d":"457,-526r136,0r-7,83r-135,0r-11,165r135,0r-6,82r-135,0r-12,196r-83,0r12,-196r-131,0r-12,196r-84,0r12,-196r-121,0r6,-82r122,0r11,-165r-121,0r6,-83r120,0r12,-176r83,0r-12,176r132,0r11,-176r83,0xm368,-443r-132,0r-10,165r131,0","w":608},"\u00a4":{"d":"654,-702r-128,172v65,89,65,257,-3,343r140,187r-124,0r-92,-122v-64,45,-164,43,-226,-2r-92,124r-122,0r140,-187v-67,-87,-69,-254,-2,-342r-129,-173r124,0r80,108v65,-46,166,-46,231,0r81,-108r122,0xm473,-358v0,-109,-55,-183,-137,-183v-82,0,-138,74,-138,183v0,106,56,181,138,181v81,0,137,-75,137,-181","w":671},"0":{"d":"300,-720v155,0,266,162,266,368v0,206,-111,368,-266,368v-153,0,-264,-162,-264,-368v0,-206,111,-368,264,-368xm300,-629v-97,0,-160,124,-160,278v0,152,63,277,160,277v99,0,161,-125,161,-277v0,-154,-62,-278,-161,-278","w":601},"1":{"d":"539,-87r0,87r-402,0r0,-87r161,0r0,-508r-176,127r-47,-70r230,-164r93,0r0,615r141,0","w":601},"2":{"d":"205,-89r348,0r0,89r-516,0r0,-52v331,-261,407,-360,407,-455v0,-87,-53,-124,-144,-124v-76,0,-143,29,-199,80r-53,-76v70,-62,152,-93,254,-93v168,0,249,76,249,207v0,129,-120,254,-346,424","w":601},"3":{"d":"237,-322r0,-76v164,0,201,-61,201,-127v0,-73,-62,-109,-145,-109v-79,0,-152,27,-207,80r-52,-72v72,-63,152,-94,264,-94v146,0,246,62,246,187v0,84,-58,153,-173,170v124,19,182,76,182,181v0,131,-117,198,-263,198v-107,0,-186,-29,-259,-93r52,-72v56,54,129,79,209,79v85,0,154,-41,154,-118v0,-86,-43,-134,-209,-134","w":601},"4":{"d":"481,-702r0,425r99,0r0,86r-99,0r0,191r-98,0r0,-191r-367,0r0,-53r367,-458r98,0xm383,-277r0,-310r-242,310r242,0","w":601},"5":{"d":"92,-702r422,0r0,89r-328,0r0,180v36,-10,70,-15,122,-15v175,0,246,111,246,230v0,128,-83,234,-260,234v-108,0,-181,-27,-251,-88r46,-77v53,51,119,80,201,80v107,0,161,-65,161,-147v0,-83,-52,-149,-162,-149v-77,0,-131,9,-197,35r0,-372","w":601},"6":{"d":"148,-281v15,136,88,209,174,209v96,0,147,-69,147,-153v0,-92,-43,-151,-133,-151v-68,0,-129,28,-188,95xm140,-362v52,-62,129,-94,210,-94v147,0,225,100,225,226v0,142,-97,246,-252,246v-167,0,-284,-145,-284,-363v0,-218,130,-373,321,-373v76,0,144,18,205,63r-49,77v-46,-36,-98,-52,-156,-52v-122,0,-218,84,-220,270","w":601},"7":{"d":"52,-702r517,0r0,45v-115,220,-211,437,-291,657r-110,0v73,-207,169,-414,275,-613r-391,0r0,-89","w":601},"8":{"d":"171,-361v-77,-26,-124,-78,-124,-163v0,-112,92,-196,253,-196v159,0,254,79,254,196v0,86,-47,140,-126,162v79,24,139,84,139,173v0,131,-99,205,-267,205v-161,0,-266,-71,-266,-205v0,-83,57,-149,137,-172xm300,-640v-98,0,-153,56,-153,120v0,75,51,122,153,122v101,0,154,-50,154,-122v0,-70,-55,-120,-154,-120xm300,-324v-102,0,-162,58,-162,128v0,77,57,126,162,126v106,0,163,-51,163,-126v0,-78,-59,-128,-163,-128","w":601},"9":{"d":"461,-423v-15,-136,-87,-209,-174,-209v-96,0,-147,69,-147,153v0,92,44,151,134,151v67,0,128,-28,187,-95xm469,-342v-51,62,-128,94,-209,94v-148,0,-225,-100,-225,-226v0,-142,96,-246,252,-246v166,0,283,145,283,363v0,218,-130,373,-320,373v-76,0,-144,-18,-206,-63r49,-77v165,114,381,44,376,-218","w":601},"&":{"d":"574,-413r93,22v-17,88,-56,182,-116,257r127,134r-129,0r-66,-68v-60,52,-136,85,-223,85v-125,0,-227,-68,-227,-199v0,-118,72,-170,153,-207v-112,-132,-59,-332,140,-332v97,0,180,51,180,154v0,118,-88,160,-178,197r166,175v43,-62,71,-138,80,-218xm265,-66v64,0,119,-24,162,-63r-190,-202v-56,28,-100,66,-100,139v0,74,56,126,128,126xm329,-644v-135,0,-121,143,-53,219v73,-31,138,-62,138,-140v0,-50,-35,-79,-85,-79"},"\u00b9":{"d":"160,-702r71,0r0,422r-80,0r0,-335r-105,71r-36,-58","w":289},"\u00b2":{"d":"341,-281r-327,0v5,-207,242,-178,242,-297v0,-43,-31,-60,-77,-60v-47,0,-87,14,-122,44r-37,-63v43,-37,99,-56,162,-56v107,0,161,59,161,131v0,146,-207,154,-227,230r225,0r0,71","w":374},"\u00b3":{"d":"141,-468r0,-58v96,0,115,-27,115,-66v0,-38,-29,-54,-68,-54v-49,0,-101,20,-128,46r-37,-57v78,-76,317,-89,315,58v0,48,-31,93,-101,100v74,6,106,44,106,106v0,143,-240,152,-320,66r35,-58v26,29,75,45,122,45v44,0,81,-17,81,-59v0,-50,-24,-69,-120,-69","w":388},"%":{"d":"636,-702r95,0r-537,702r-94,0xm189,-711v103,0,159,97,159,221v0,123,-56,221,-159,221v-102,0,-159,-98,-159,-221v0,-124,57,-221,159,-221xm189,-639v-59,0,-79,57,-79,150v0,90,20,148,79,148v59,0,79,-58,79,-148v0,-93,-20,-150,-79,-150xm645,-432v104,0,160,97,160,221v0,123,-56,221,-160,221v-101,0,-159,-98,-159,-221v0,-124,58,-221,159,-221xm645,-360v-58,0,-78,57,-78,150v0,90,20,148,78,148v59,0,80,-58,80,-148v0,-93,-21,-150,-80,-150","w":835},"^":{"d":"371,-381r-128,-305r-123,305r-93,0r177,-413r79,0r181,413r-93,0","w":491},"~":{"d":"496,-387r53,57v-40,64,-93,105,-151,105v-100,0,-137,-80,-227,-80v-49,0,-89,32,-103,71r-51,-59v32,-55,79,-96,152,-96v103,0,144,78,226,78v48,0,84,-33,101,-76","w":566},"\u00b7":{"d":"183,-219r-133,0r0,-134r133,0r0,134","w":233},"\u2219":{"d":"183,-219r-133,0r0,-134r133,0r0,134","w":233},"+":{"d":"324,-565r0,221r222,0r0,84r-222,0r0,221r-83,0r0,-221r-221,0r0,-84r221,0r0,-221r83,0","w":566},"\u00d7":{"d":"126,-526r156,156r157,-157r59,59r-157,157r157,157r-59,59r-157,-157r-156,157r-59,-60r156,-156r-156,-156","w":566},"\u00b1":{"d":"546,0r-526,0r0,-84r526,0r0,84xm324,-665r0,221r222,0r0,84r-222,0r0,221r-83,0r0,-221r-221,0r0,-84r221,0r0,-221r83,0","w":566},"<":{"d":"176,-306r320,221r-43,75r-377,-260r0,-71r375,-258r45,72","w":566},"=":{"d":"546,-141r-526,0r0,-83r526,0r0,83xm546,-381r-526,0r0,-83r526,0r0,83","w":566},">":{"d":"391,-302r-320,-222r43,-74r377,260r0,70r-375,259r-45,-73","w":566},"\u00f7":{"d":"546,-260r-526,0r0,-84r526,0r0,84xm344,-35r-126,0r0,-120r126,0r0,120xm344,-440r-126,0r0,-120r126,0r0,120","w":566},"\u00ac":{"d":"20,-244r0,-83r503,0r0,327r-91,0r0,-244r-412,0","w":566},"|":{"d":"195,193r-95,0r0,-1025r95,0r0,1025","w":295},"\u00a6":{"d":"195,193r-95,0r0,-353r95,0r0,353xm195,-479r-95,0r0,-353r95,0r0,353","w":295},"\u00b0":{"d":"192,-711v106,0,164,99,164,226v0,125,-58,225,-164,225v-104,0,-162,-100,-162,-225v0,-127,58,-226,162,-226xm192,-636v-59,0,-79,57,-79,151v0,92,20,150,79,150v60,0,81,-58,81,-150v0,-94,-21,-151,-81,-151","w":386},"\u00aa":{"d":"454,-195r-100,0r0,-57v-90,120,-321,88,-321,-97v0,-171,178,-208,321,-157v6,-84,-29,-133,-109,-133v-52,0,-106,23,-143,64r-44,-70v127,-120,396,-106,396,116r0,334xm354,-331r0,-104v-88,-31,-218,-37,-216,82v2,132,175,108,216,22","w":509},"\u00ba":{"d":"405,-449v0,-109,-46,-183,-131,-183v-85,0,-132,74,-132,183v0,106,47,182,132,182v84,0,131,-76,131,-182xm510,-450v0,157,-103,270,-236,270v-133,0,-238,-113,-238,-270v0,-160,105,-270,238,-270v133,0,236,110,236,270","w":547},"_":{"d":"546,140r-526,0r0,-84r526,0r0,84","w":566},"\u2014":{"d":"846,-246r-826,0r0,-83r826,0r0,83","w":866},"\u2013":{"d":"546,-244r-526,0r0,-84r526,0r0,84","w":566},"-":{"d":"240,-246r-220,0r0,-83r220,0r0,83","w":260},"\u00ad":{"d":"240,-246r-220,0r0,-83r220,0r0,83","w":260},"'":{"d":"48,-702r95,0r-23,237r-59,0","w":192},"\"":{"d":"209,-702r95,0r-23,237r-60,0xm48,-702r95,0r-23,237r-59,0","w":352},"\u201c":{"d":"284,-567r-102,0r115,-265r64,0xm119,-567r-102,0r115,-265r64,0","w":379},"\u00ab":{"d":"128,-359r173,223r-52,58r-220,-260r0,-38r220,-264r52,59xm369,-359r173,223r-52,58r-220,-260r0,-38r220,-264r52,59","w":571},"\u00bb":{"d":"443,-358r-173,-223r52,-58r220,259r0,38r-220,264r-52,-58xm202,-358r-173,-223r52,-58r220,259r0,38r-220,264r-52,-58","w":571},"\u201e":{"d":"94,-97r102,0r-115,266r-64,0xm259,-97r102,0r-115,266r-64,0","w":371},"\u201d":{"d":"94,-832r102,0r-115,265r-64,0xm259,-832r102,0r-115,265r-64,0","w":379},"\u2019":{"d":"94,-832r102,0r-115,266r-64,0","w":214},"\u2018":{"d":"119,-566r-102,0r115,-266r64,0","w":214},",":{"d":"96,-112r114,0r-130,296r-76,0","w":233},".":{"d":"175,0r-121,0r0,-119r121,0r0,119","w":229},":":{"d":"181,0r-120,0r0,-119r120,0r0,119xm181,-390r-120,0r0,-119r120,0r0,119","w":243},";":{"d":"182,-390r-120,0r0,-119r120,0r0,119xm96,-112r114,0r-130,296r-76,0","w":233},"\u2026":{"d":"212,0r-126,0r0,-125r126,0r0,125xm498,0r-126,0r0,-125r126,0r0,125xm785,0r-127,0r0,-125r127,0r0,125","w":871},"?":{"d":"263,-632v-79,0,-149,28,-205,79r-52,-74v70,-61,155,-93,259,-93v166,0,251,71,251,191v0,182,-227,190,-227,329r-96,0v3,-182,216,-186,216,-322v0,-78,-57,-110,-146,-110xm179,-124r127,0r0,124r-127,0r0,-124","w":530},"\u00bf":{"d":"261,123v79,0,149,-28,205,-79r52,74v-70,61,-155,93,-259,93v-166,0,-251,-71,-251,-191v0,-166,223,-192,227,-328r96,0v-3,181,-216,186,-216,321v0,78,57,110,146,110xm345,-384r-127,0r0,-125r127,0r0,125","w":530},"!":{"d":"115,-702r125,0r-24,487r-77,0xm240,0r-126,0r0,-125r126,0r0,125","w":359},"\u00a1":{"d":"239,194r-124,0r23,-487r77,0xm114,-508r126,0r0,125r-126,0r0,-125","w":359},"(":{"d":"134,-265v0,181,71,330,167,413r-51,62v-132,-97,-215,-265,-215,-475v0,-210,83,-378,215,-476r51,65v-96,83,-167,229,-167,411","w":252},")":{"d":"118,-265v0,-181,-71,-330,-167,-413r51,-62v132,98,215,265,215,475v0,210,-83,378,-215,476r-51,-65v96,-83,167,-229,167,-411","w":252},"[":{"d":"320,192r-248,0r0,-916r248,0r0,82r-153,0r0,755r153,0r0,79","w":280},"]":{"d":"-40,-724r248,0r0,916r-248,0r0,-81r153,0r0,-755r-153,0r0,-80","w":280},"{":{"d":"106,-90v0,-98,-20,-144,-76,-144r0,-71v62,0,76,-89,76,-144v0,-173,76,-268,203,-291r18,83v-93,17,-126,85,-126,216v0,99,-23,159,-65,170v45,14,68,61,68,169v0,121,26,215,123,225r-17,83v-148,-13,-204,-154,-204,-296","w":300},"}":{"d":"194,-443v0,98,20,144,76,144r0,71v-62,0,-76,89,-76,144v0,173,-76,268,-203,291r-18,-83v93,-17,126,-85,126,-215v0,-100,22,-159,65,-171v-46,-14,-68,-60,-68,-169v0,-120,-27,-215,-123,-225r17,-83v147,13,204,154,204,296","w":300},"\/":{"d":"358,-702r95,0r-366,702r-95,0","w":416},"\\":{"d":"-9,-702r96,0r365,702r-94,0","w":416},"*":{"d":"250,-702r-38,149r117,-75r35,95r-136,19r99,106r-92,56r-46,-137r-57,131r-90,-58r107,-98r-130,-20r33,-97r115,78r-30,-149r113,0","w":383},"\u00a7":{"d":"600,-249v0,73,-30,124,-77,160v27,29,40,66,40,111v0,131,-107,200,-247,200v-104,0,-193,-30,-263,-95r60,-69v56,55,129,80,205,80v79,0,142,-34,142,-105v0,-64,-42,-103,-161,-118v-180,-23,-266,-91,-266,-204v0,-72,29,-123,77,-158v-28,-30,-41,-67,-41,-113v0,-131,108,-200,247,-200v105,0,193,31,264,96r-61,68v-55,-54,-129,-80,-205,-80v-78,0,-141,35,-141,105v0,65,42,103,161,118v180,22,266,91,266,204xm496,-240v0,-65,-48,-101,-175,-121v-50,-8,-90,-19,-122,-33v-39,18,-62,50,-62,96v0,66,48,101,175,121v49,8,90,19,121,34v39,-18,63,-50,63,-97","w":633},"\u00b6":{"d":"256,-702r331,0r0,702r-95,0r0,-245r-71,0r0,245r-96,0r0,-245r-73,0v-146,0,-226,-107,-226,-225v0,-127,77,-232,230,-232","w":649},"\u00a9":{"d":"392,-720v226,0,364,167,364,367v0,211,-144,369,-364,369v-219,0,-362,-158,-362,-369v0,-208,143,-367,362,-367xm392,-646v-169,0,-277,124,-277,293v0,168,108,295,277,295v173,0,281,-127,281,-295v0,-169,-108,-293,-281,-293xm573,-212v-40,54,-100,81,-167,81v-123,0,-210,-86,-210,-223v0,-136,88,-226,210,-226v64,0,123,22,163,72r-49,54v-27,-35,-68,-52,-112,-52v-75,0,-123,55,-123,153v0,95,48,149,124,149v46,0,90,-22,116,-62","w":786},"\u00ae":{"d":"414,-513v0,112,-83,201,-193,201v-112,0,-195,-89,-195,-201v0,-112,83,-201,195,-201v110,0,193,89,193,201xm357,-513v0,-85,-49,-149,-136,-149v-87,0,-137,64,-137,149v0,85,56,151,137,151v85,0,136,-68,136,-151xm184,-520v36,-3,92,13,92,-29v0,-36,-57,-23,-92,-25r0,54xm335,-413r-63,0r-60,-68r-28,0r0,68r-54,0r0,-206r132,0v46,0,68,32,68,69v0,45,-23,64,-61,66","w":441},"\u2122":{"d":"114,-639r-101,0r0,-63r273,0r0,63r-102,0r0,267r-70,0r0,-267xm413,-702r89,237r86,-237r96,0r0,330r-66,0r0,-253r-91,253r-56,0r-90,-253r0,253r-65,0r0,-330r97,0","w":743},"@":{"d":"630,-91r-92,0r0,-57v-85,123,-310,84,-308,-97v1,-168,169,-209,308,-157v6,-93,-24,-139,-118,-139v-183,0,-275,139,-275,281v0,144,93,288,289,288v281,1,373,-255,255,-458r72,-41v150,256,28,580,-333,579v-237,0,-381,-163,-381,-362v0,-192,141,-365,374,-365v139,0,209,65,209,192r0,336xm538,-227r0,-104v-86,-32,-211,-35,-209,82v2,128,171,112,209,22","w":871},"\u00bc":{"d":"662,-422r0,256r60,0r0,67r-60,0r0,99r-73,0r0,-99r-222,0r0,-48r220,-275r75,0xm589,-166r0,-165r-129,165r129,0xm602,-702r95,0r-543,702r-93,0xm165,-702r71,0r0,422r-80,0r0,-335r-105,71r-36,-58","w":748},"\u00bd":{"d":"604,-702r95,0r-543,702r-93,0xm165,-702r71,0r0,422r-80,0r0,-335r-105,71r-36,-58xm776,0r-327,0v5,-207,241,-178,241,-297v0,-43,-30,-60,-76,-60v-48,0,-87,14,-122,44r-37,-63v42,-37,99,-56,162,-56v107,0,161,59,161,131v0,146,-207,154,-228,230r226,0r0,71","w":794},"\u00be":{"d":"707,-422r0,256r60,0r0,67r-60,0r0,99r-73,0r0,-99r-222,0r0,-48r220,-275r75,0xm634,-166r0,-165r-129,165r129,0xm642,-702r95,0r-542,702r-94,0xm139,-468r0,-58v96,0,115,-27,115,-66v0,-38,-29,-54,-69,-54v-49,0,-100,20,-128,46r-36,-57v77,-76,316,-89,314,58v0,48,-31,93,-100,100v74,6,105,44,105,106v-1,144,-239,151,-320,66r36,-58v26,29,74,45,122,45v44,0,80,-17,80,-59v0,-50,-23,-69,-119,-69","w":780},"\u00b4":{"d":"325,-705r-153,148r-82,0r127,-148r108,0","w":469},"\u02c7":{"d":"269,-705r78,91r82,-91r91,0r-133,148r-81,0r-131,-148r94,0","w":645},"\u00b8":{"d":"374,0r59,0r-30,43v70,2,109,33,109,85v0,53,-59,92,-139,92v-45,0,-89,-13,-116,-31r30,-47v27,15,51,20,78,20v42,0,69,-13,69,-37v0,-37,-65,-43,-114,-37","w":643},"\u00a8":{"d":"126,-674r86,0r0,96r-86,0r0,-96xm329,-674r86,0r0,96r-86,0r0,-96","w":489},"`":{"d":"281,-557r-153,-148r108,0r128,148r-83,0","w":496},"\u00af":{"d":"162,-655r240,0r0,71r-240,0r0,-71","w":525},"\u02c9":{"d":"162,-655r240,0r0,71r-240,0r0,-71","w":525},"\u00a0":{"w":280},"\u00b5":{"d":"155,193r-102,0r11,-392r0,-310r101,0r0,319v0,77,27,115,84,115v46,0,92,-21,128,-56r0,-378r100,0r0,509r-100,0r0,-43v-60,54,-155,80,-229,37","w":536},"\u03bc":{"d":"155,193r-102,0r11,-392r0,-310r101,0r0,319v0,77,27,115,84,115v46,0,92,-21,128,-56r0,-378r100,0r0,509r-100,0r0,-43v-60,54,-155,80,-229,37","w":536}}});
Cufon.registerFont({"w":552,"face":{"font-family":"zeppelin","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 8 3 4 0 0 2 0 4","ascent":"800","descent":"-200","x-height":"16","bbox":"-131 -926 1067 239","underline-thickness":"50","underline-position":"-100","stemh":"86","stemv":"99","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":230},"A":{"d":"473,-156r-261,0r-54,156r-178,0r256,-702r214,0r256,702r-181,0xm344,-536r-84,241r165,0","w":686,"k":{"\u00dd":60,"\u0162":70,"\u0164":70,"Y":30,"T":70}},"B":{"d":"399,-135v56,0,90,-35,90,-83v0,-49,-31,-84,-90,-84r-167,0r0,167r167,0xm393,-422v56,0,83,-34,83,-73v0,-40,-24,-70,-83,-70r-161,0r0,143r161,0xm480,-365v134,7,186,85,186,178v0,131,-107,187,-222,187r-382,0r0,-702r370,0v143,0,217,68,217,169v0,84,-46,163,-169,168","w":696},"C":{"d":"631,-110v-65,93,-150,126,-259,126v-207,0,-333,-154,-333,-370v0,-217,129,-367,333,-367v104,0,195,36,254,123r-113,106v-37,-50,-79,-71,-132,-71v-100,0,-166,74,-166,209v0,133,65,215,165,215v56,0,102,-26,137,-83","w":644},"D":{"d":"679,-351v0,182,-106,351,-346,351r-271,0r0,-702r271,0v243,0,346,164,346,351xm496,-351v0,-115,-37,-194,-167,-194r-97,0r0,390r97,0v129,0,167,-82,167,-196","w":713},"E":{"d":"583,-702r0,143r-351,0r0,130r204,0r0,134r-204,0r0,155r351,0r0,140r-521,0r0,-702r521,0","w":603},"F":{"d":"232,0r-170,0r0,-702r509,0r0,143r-339,0r0,163r212,0r0,142r-212,0r0,254","w":539,"k":{".":203,",":203,"\u00fd":50,"\u016f":50,"\u0173":50,"\u016b":50,"\u0171":50,"\u00f9":50,"\u00fc":50,"\u00fb":50,"\u00fa":50,"\u00f5":60,"\u0151":60,"\u00f2":60,"\u00f6":60,"\u00f4":60,"\u00f3":60,"\u0119":60,"\u00e8":60,"\u0117":60,"\u00eb":60,"\u011b":60,"\u00e9":60,"\u0105":90,"\u00e0":90,"\u00e4":90,"\u00e2":90,"\u0103":90,"\u00e1":90,"y":50,"u":50,"o":60,"e":60,"a":90,"\u0104":50,"\u0100":50,"\u00c0":50,"\u00c4":50,"\u00c2":50,"\u0102":50,"\u00c1":50,"A":50}},"G":{"d":"659,-414r0,323v-74,78,-167,107,-287,107v-207,0,-333,-157,-333,-369v0,-218,133,-368,343,-368v106,0,201,34,262,118r-111,108v-35,-48,-84,-68,-141,-68v-111,0,-177,71,-177,210v0,136,74,214,169,214v48,0,79,-12,105,-34r0,-111r-146,0r0,-130r316,0","w":709},"H":{"d":"232,-282r0,282r-170,0r0,-702r170,0r0,260r268,0r0,-260r171,0r0,702r-171,0r0,-282r-268,0","w":734},"I":{"d":"232,0r-170,0r0,-702r170,0r0,702","w":295},"J":{"d":"91,-230v25,42,72,71,123,71v84,0,120,-47,120,-132r0,-411r170,0r0,410v0,194,-87,307,-275,307v-102,0,-184,-36,-246,-109","w":551},"K":{"d":"721,0r-214,0r-184,-261r-91,108r0,153r-170,0r0,-702r170,0r0,326r253,-326r200,0r-246,310","w":691},"L":{"d":"62,0r0,-702r170,0r0,554r347,0r0,148r-517,0","w":579,"k":{"\u00dd":115,"\u0162":102,"\u0164":102,"Y":125,"V":76,"T":152}},"M":{"d":"296,-702r163,397r163,-397r231,0r0,702r-166,0r0,-462r-192,462r-76,0r-191,-462r0,462r-166,0r0,-702r234,0","w":915},"N":{"d":"691,0r-187,0r-276,-468r0,468r-166,0r0,-702r208,0r254,437r0,-437r167,0r0,702","w":753},"O":{"d":"372,-721v209,0,339,154,339,367v0,213,-130,369,-339,369v-209,0,-333,-156,-333,-369v0,-213,124,-367,333,-367xm372,-567v-107,0,-158,91,-158,212v0,118,51,220,158,220v107,0,156,-102,156,-220v0,-121,-49,-212,-156,-212","w":749},"P":{"d":"399,-561r-167,0r0,201r165,0v56,0,86,-47,86,-99v0,-61,-29,-102,-84,-102xm433,-220r-201,0r0,220r-170,0r0,-702r369,0v147,0,234,102,234,242v0,130,-83,240,-232,240","w":690,"k":{".":170,",":176}},"Q":{"d":"372,-720v209,0,338,154,338,367v0,106,-31,196,-88,261r101,92r-152,0r-30,-26v-48,26,-104,41,-169,41v-210,0,-334,-155,-334,-368v0,-213,124,-367,334,-367xm372,-566v-107,0,-158,93,-158,213v0,118,51,220,158,220v15,0,28,-4,39,-11r-120,-111r155,0r49,46v67,-121,36,-357,-123,-357","w":749},"R":{"d":"410,-375v55,0,85,-39,85,-91v0,-57,-31,-96,-83,-96r-180,0r0,187r178,0xm62,-702r375,0v149,0,231,104,231,226v0,125,-71,191,-180,212r208,264r-208,0r-173,-235r-83,0r0,235r-170,0r0,-702","w":712},"S":{"d":"343,-129v67,0,111,-23,111,-71v0,-41,-35,-64,-132,-79v-110,-17,-268,-62,-268,-213v0,-137,113,-229,279,-229v135,0,228,38,303,113r-97,112v-59,-56,-138,-79,-210,-79v-57,0,-97,23,-97,65v0,40,29,65,124,76v161,20,277,83,277,208v0,162,-125,242,-301,242v-131,0,-232,-40,-305,-117r96,-115v59,58,140,87,220,87","w":675},"T":{"d":"221,-553r-223,0r0,-149r617,0r0,149r-224,0r0,553r-170,0r0,-553","w":613,"k":{".":88,",":88,"\u00fd":75,"\u016f":75,"\u0173":75,"\u016b":75,"\u0171":75,"\u00f9":75,"\u00fc":75,"\u00fb":75,"\u00fa":75,"\u0219":75,"\u015f":75,"\u0161":75,"\u015b":75,"\u0159":75,"\u0155":75,"\u00f5":75,"\u0151":101,"\u00f2":100,"\u00f6":100,"\u00f4":100,"\u014f":101,"\u00f3":100,"\u0148":75,"\u0144":75,"\u0131":115,"\u0121":115,"\u0123":115,"\u011d":100,"\u011f":101,"\u0119":115,"\u00e8":100,"\u0117":100,"\u00eb":100,"\u00ea":100,"\u011b":100,"\u0115":100,"\u00e9":100,"\u010f":115,"\u0111":115,"\u010b":115,"\u0109":100,"\u010d":100,"\u0107":115,"\u00e7":115,"\u00e5":100,"\u0105":75,"\u00e0":75,"\u00e4":75,"\u00e2":75,"\u0103":75,"\u00e1":100,"\u0153":115,"\u00e6":115,"z":90,"y":105,"w":75,"v":75,"u":75,"s":85,"r":75,"q":115,"o":115,"n":75,"m":75,"g":115,"e":115,"d":115,"c":115,"a":115,"\u0104":70,"\u0100":70,"\u00c0":70,"\u00c4":70,"\u00c2":70,"\u0102":70,"\u00c1":70,"J":123,"A":70}},"U":{"d":"672,-268v0,203,-148,283,-306,283v-159,0,-306,-80,-306,-283r0,-434r169,0r0,432v0,104,64,129,138,129v74,0,138,-26,138,-129r0,-432r167,0r0,434","w":732},"V":{"d":"163,-702r181,523r180,-523r182,0r-256,702r-214,0r-256,-702r183,0","w":686,"k":{".":44,",":49,"\u00fd":10,"\u016f":10,"\u0173":10,"\u016b":10,"\u0171":10,"\u00f9":10,"\u00fc":10,"\u00fb":10,"\u00fa":10,"\u0219":5,"\u015f":5,"\u0161":5,"\u015b":5,"\u0159":10,"\u0155":10,"\u00f5":15,"\u0151":15,"\u00f2":15,"\u00f6":15,"\u00f4":15,"\u00f3":15,"\u0148":10,"\u0144":10,"\u0119":15,"\u00e8":15,"\u0117":15,"\u00eb":15,"\u011b":15,"\u00e9":15,"\u0105":26,"\u00e0":26,"\u00e4":26,"\u00e2":26,"\u0103":26,"\u00e1":26,"y":13,"w":10,"v":10,"u":10,"s":5,"r":10,"o":30,"n":10,"m":10,"e":30,"a":46}},"W":{"d":"608,-702r151,492r127,-492r181,0r-205,702r-213,0r-117,-412r-116,412r-213,0r-203,-702r180,0r136,492r144,-492r148,0","w":1067,"k":{".":38,",":60}},"X":{"d":"698,-702r-251,346r259,356r-198,0r-160,-220r-160,220r-196,0r258,-355r-250,-347r196,0r153,210r154,-210r195,0","w":698},"Y":{"d":"430,-279r0,279r-170,0r0,-279r-280,-423r198,0r168,263r170,-263r195,0","w":692,"k":{".":110,",":99,"\u00fd":40,"\u016f":50,"\u0173":50,"\u016b":50,"\u0171":50,"\u00f9":50,"\u00fc":50,"\u00fb":50,"\u00fa":50,"\u0219":50,"\u015f":50,"\u0161":50,"\u015b":50,"\u0159":50,"\u0155":50,"\u00f5":50,"\u0151":50,"\u00f2":50,"\u00f6":50,"\u00f4":50,"\u00f3":50,"\u0148":50,"\u0144":50,"\u0119":50,"\u00e8":50,"\u0117":50,"\u00eb":50,"\u011b":50,"\u00e9":50,"\u0105":50,"\u00e0":50,"\u00e4":50,"\u00e2":50,"\u0103":50,"\u00e1":50,"y":40,"w":40,"v":40,"u":50,"s":50,"r":50,"o":50,"n":50,"m":50,"e":50,"a":50,"\u0104":60,"\u0100":60,"\u00c0":60,"\u00c4":60,"\u00c2":60,"\u0102":60,"\u00c1":60,"A":30}},"Z":{"d":"625,-702r0,25r-342,529r325,0r0,148r-593,0r0,-27r344,-526r-319,0r0,-149r585,0","w":640},"\u00c6":{"d":"-131,0r491,-702r596,0r0,143r-351,0r0,130r204,0r0,134r-204,0r0,156r351,0r0,139r-521,0r0,-157r-266,1r-105,156r-195,0xm264,-294r171,0r0,-255","w":976},"\u00d0":{"d":"21,-296r0,-129r41,0r0,-277r270,0v244,0,347,164,347,351v0,183,-106,351,-347,351r-270,0r0,-296r-41,0xm496,-351v0,-115,-37,-194,-167,-194r-97,0r0,120r93,0r0,129r-93,0r0,140r97,0v129,0,167,-81,167,-195","w":713},"\u0132":{"d":"231,0r-170,0r0,-702r170,0r0,702xm404,-230v25,42,72,71,123,71v84,0,120,-47,120,-132r0,-411r170,0r0,410v0,194,-87,307,-275,307v-102,0,-184,-36,-246,-109","w":864},"\u0152":{"d":"1034,-702r0,142r-380,0v25,37,41,82,48,131r184,0r0,134r-182,0v-5,60,-24,113,-55,155r385,0r0,140r-557,0v-254,68,-441,-104,-441,-354v0,-254,196,-426,452,-348r546,0xm370,-567v-107,0,-158,91,-158,212v0,118,51,220,158,220v107,0,156,-102,156,-220v0,-121,-49,-212,-156,-212","w":1053},"\u00d8":{"d":"571,-702r158,0r-88,113v44,61,69,143,69,235v0,214,-129,369,-339,369v-67,0,-125,-17,-173,-46v-8,11,-16,21,-25,31r-159,0r92,-115v-45,-63,-68,-145,-68,-239v0,-213,124,-366,333,-366v68,0,128,17,177,47v8,-10,16,-19,23,-29xm371,-567v-135,0,-182,165,-144,299r219,-276v-20,-15,-45,-23,-75,-23xm371,-135v133,-1,181,-165,144,-296r-216,273v20,15,43,23,72,23","w":749},"\u00de":{"d":"431,-128r-201,0r0,128r-169,0r0,-702r169,0r0,91r200,0v147,0,234,102,234,242v0,130,-84,241,-233,241xm398,-470r-168,0r0,201r166,0v56,0,86,-47,86,-98v0,-61,-30,-103,-84,-103","w":688},"\u00c1":{"d":"473,-156r-261,0r-54,156r-178,0r256,-702r214,0r256,702r-181,0xm344,-536r-84,241r165,0xm355,-743r-120,0r169,-149r140,0","w":686,"k":{"\u00dd":60,"\u0164":70,"Y":60,"T":70}},"\u0102":{"d":"473,-156r-261,0r-54,156r-178,0r256,-702r214,0r256,702r-181,0xm344,-536r-84,241r165,0xm498,-883v0,90,-63,144,-158,144v-94,0,-158,-54,-158,-144r86,0v2,41,33,60,72,60v39,0,70,-19,71,-60r87,0","w":686,"k":{"\u0162":70,"Y":60,"T":70}},"\u00c2":{"d":"473,-156r-261,0r-54,156r-178,0r256,-702r214,0r256,702r-181,0xm344,-536r-84,241r165,0xm410,-743r-68,-77r-71,77r-130,0r147,-149r107,0r147,149r-132,0","w":686,"k":{"\u0162":70,"Y":60,"T":70}},"\u00c4":{"d":"473,-156r-261,0r-54,156r-178,0r256,-702r214,0r256,702r-181,0xm344,-536r-84,241r165,0xm281,-759r-116,0r0,-118r116,0r0,118xm529,-759r-114,0r0,-118r114,0r0,118","w":686,"k":{"\u00dd":60,"\u0164":70,"Y":60,"T":70}},"\u00c0":{"d":"473,-156r-261,0r-54,156r-178,0r256,-702r214,0r256,702r-181,0xm344,-536r-84,241r165,0xm473,-743r-121,0r-191,-149r139,0","w":686,"k":{"Y":60,"T":70}},"\u0100":{"d":"473,-156r-261,0r-54,156r-178,0r256,-702r214,0r256,702r-181,0xm344,-536r-84,241r165,0xm199,-858r288,0r0,96r-288,0r0,-96","w":686,"k":{"Y":60,"T":70}},"\u0104":{"d":"473,-156r-261,0r-54,156r-178,0r256,-702r214,0r256,702r-181,0xm344,-536r-84,241r165,0xm594,0r87,0v-69,21,-119,57,-119,102v0,63,112,50,141,8r50,75v-70,69,-289,76,-289,-57v0,-68,60,-128,130,-128","w":686,"k":{"Y":60,"T":70}},"\u00c5":{"d":"473,-156r-261,0r-54,156r-178,0r256,-702r214,0r256,702r-181,0xm344,-536r-84,241r165,0xm343,-926v78,0,144,47,144,113v0,67,-66,114,-144,114v-79,0,-144,-47,-144,-114v0,-66,65,-113,144,-113xm343,-857v-32,0,-57,15,-57,45v0,28,25,43,57,43v32,0,57,-15,57,-43v0,-30,-25,-45,-57,-45","w":686},"\u00c3":{"d":"473,-156r-261,0r-54,156r-178,0r256,-702r214,0r256,702r-181,0xm344,-536r-84,241r165,0xm514,-821v-34,59,-60,81,-100,81v-73,0,-158,-132,-192,-6r-52,-72v26,-47,50,-72,94,-72v49,0,102,57,145,57v23,0,37,-16,51,-60","w":686},"\u0106":{"d":"631,-110v-65,93,-150,126,-259,126v-207,0,-333,-154,-333,-370v0,-217,129,-367,333,-367v104,0,195,36,254,123r-113,106v-37,-50,-79,-71,-132,-71v-100,0,-166,74,-166,209v0,133,65,215,165,215v56,0,102,-26,137,-83xm371,-743r-120,0r169,-149r140,0","w":644},"\u010c":{"d":"631,-110v-65,93,-150,126,-259,126v-207,0,-333,-154,-333,-370v0,-217,129,-367,333,-367v104,0,195,36,254,123r-113,106v-37,-50,-79,-71,-132,-71v-100,0,-166,74,-166,209v0,133,65,215,165,215v56,0,102,-26,137,-83xm303,-892r69,77r70,-77r130,0r-146,149r-108,0r-147,-149r132,0","w":644},"\u0108":{"d":"631,-110v-65,93,-150,126,-259,126v-207,0,-333,-154,-333,-370v0,-217,129,-367,333,-367v104,0,195,36,254,123r-113,106v-37,-50,-79,-71,-132,-71v-100,0,-166,74,-166,209v0,133,65,215,165,215v56,0,102,-26,137,-83xm443,-743r-68,-77r-71,77r-130,0r147,-149r107,0r147,149r-132,0","w":644},"\u010a":{"d":"631,-110v-65,93,-150,126,-259,126v-207,0,-333,-154,-333,-370v0,-217,129,-367,333,-367v104,0,195,36,254,123r-113,106v-37,-50,-79,-71,-132,-71v-100,0,-166,74,-166,209v0,133,65,215,165,215v56,0,102,-26,137,-83xm433,-762r-128,0r0,-129r128,0r0,129","w":644},"\u00c7":{"d":"631,-110v-65,93,-150,126,-259,126v-207,0,-333,-154,-333,-370v0,-217,129,-367,333,-367v104,0,195,36,254,123r-113,106v-37,-50,-79,-71,-132,-71v-100,0,-166,74,-166,209v0,133,65,215,165,215v56,0,102,-26,137,-83xm349,0r81,0r-31,40v65,6,102,40,102,97v0,57,-58,102,-141,102v-56,0,-105,-14,-133,-34r36,-57v38,27,121,31,127,-18v4,-31,-53,-43,-97,-35","w":644},"\u0110":{"d":"21,-296r0,-129r41,0r0,-277r270,0v244,0,347,164,347,351v0,183,-106,351,-347,351r-270,0r0,-296r-41,0xm496,-351v0,-115,-37,-194,-167,-194r-97,0r0,120r93,0r0,129r-93,0r0,140r97,0v129,0,167,-81,167,-195","w":713},"\u010e":{"d":"679,-351v0,182,-106,351,-346,351r-271,0r0,-702r271,0v243,0,346,164,346,351xm496,-351v0,-115,-37,-194,-167,-194r-97,0r0,390r97,0v129,0,167,-82,167,-196xm246,-892r69,77r70,-77r130,0r-146,149r-108,0r-147,-149r132,0","w":713},"\u00c9":{"d":"583,-702r0,143r-351,0r0,130r204,0r0,134r-204,0r0,155r351,0r0,140r-521,0r0,-702r521,0xm336,-743r-120,0r169,-149r140,0","w":603},"\u0114":{"d":"583,-702r0,143r-351,0r0,130r204,0r0,134r-204,0r0,155r351,0r0,140r-521,0r0,-702r521,0xm486,-883v0,90,-63,144,-158,144v-94,0,-158,-54,-158,-144r86,0v2,41,33,60,72,60v39,0,70,-19,71,-60r87,0","w":603},"\u011a":{"d":"583,-702r0,143r-351,0r0,130r204,0r0,134r-204,0r0,155r351,0r0,140r-521,0r0,-702r521,0xm264,-892r69,77r70,-77r130,0r-146,149r-108,0r-147,-149r132,0","w":603},"\u00ca":{"d":"583,-702r0,143r-351,0r0,130r204,0r0,134r-204,0r0,155r351,0r0,140r-521,0r0,-702r521,0xm398,-743r-68,-77r-71,77r-130,0r147,-149r107,0r147,149r-132,0","w":603},"\u00cb":{"d":"583,-702r0,143r-351,0r0,130r204,0r0,134r-204,0r0,155r351,0r0,140r-521,0r0,-702r521,0xm272,-759r-116,0r0,-118r116,0r0,118xm520,-759r-114,0r0,-118r114,0r0,118","w":603},"\u0116":{"d":"583,-702r0,143r-351,0r0,130r204,0r0,134r-204,0r0,155r351,0r0,140r-521,0r0,-702r521,0xm405,-762r-128,0r0,-129r128,0r0,129","w":603},"\u00c8":{"d":"583,-702r0,143r-351,0r0,130r204,0r0,134r-204,0r0,155r351,0r0,140r-521,0r0,-702r521,0xm451,-743r-121,0r-191,-149r139,0","w":603},"\u0112":{"d":"583,-702r0,143r-351,0r0,130r204,0r0,134r-204,0r0,155r351,0r0,140r-521,0r0,-702r521,0xm188,-858r288,0r0,96r-288,0r0,-96","w":603},"\u0118":{"d":"583,-702r0,143r-351,0r0,130r204,0r0,134r-204,0r0,155r351,0r0,140r-521,0r0,-702r521,0xm450,0r87,0v-69,21,-119,57,-119,102v0,63,112,50,141,8r50,75v-70,69,-289,76,-289,-57v0,-68,60,-128,130,-128","w":603},"\u011e":{"d":"659,-414r0,323v-74,78,-167,107,-287,107v-207,0,-333,-157,-333,-369v0,-218,133,-368,343,-368v106,0,201,34,262,118r-111,108v-35,-48,-84,-68,-141,-68v-111,0,-177,71,-177,210v0,136,74,214,169,214v48,0,79,-12,105,-34r0,-111r-146,0r0,-130r316,0xm539,-883v0,90,-63,144,-158,144v-94,0,-158,-54,-158,-144r86,0v2,41,33,60,72,60v39,0,70,-19,71,-60r87,0","w":709},"\u011c":{"d":"659,-414r0,323v-74,78,-167,107,-287,107v-207,0,-333,-157,-333,-369v0,-218,133,-368,343,-368v106,0,201,34,262,118r-111,108v-35,-48,-84,-68,-141,-68v-111,0,-177,71,-177,210v0,136,74,214,169,214v48,0,79,-12,105,-34r0,-111r-146,0r0,-130r316,0xm452,-743r-68,-77r-71,77r-130,0r147,-149r107,0r147,149r-132,0","w":709},"\u0122":{"d":"659,-414r0,323v-74,78,-167,107,-287,107v-207,0,-333,-157,-333,-369v0,-218,133,-368,343,-368v106,0,201,34,262,118r-111,108v-35,-48,-84,-68,-141,-68v-111,0,-177,71,-177,210v0,136,74,214,169,214v48,0,79,-12,105,-34r0,-111r-146,0r0,-130r316,0xm473,61r-110,160r-119,0r78,-160r151,0","w":709},"\u0120":{"d":"659,-414r0,323v-74,78,-167,107,-287,107v-207,0,-333,-157,-333,-369v0,-218,133,-368,343,-368v106,0,201,34,262,118r-111,108v-35,-48,-84,-68,-141,-68v-111,0,-177,71,-177,210v0,136,74,214,169,214v48,0,79,-12,105,-34r0,-111r-146,0r0,-130r316,0xm441,-762r-128,0r0,-129r128,0r0,129","w":709},"\u0124":{"d":"232,-282r0,282r-170,0r0,-702r170,0r0,260r268,0r0,-260r171,0r0,702r-171,0r0,-282r-268,0xm431,-743r-68,-77r-71,77r-130,0r147,-149r107,0r147,149r-132,0","w":734},"\u0126":{"d":"727,-515r-56,0r0,515r-171,0r0,-282r-268,0r0,282r-170,0r0,-515r-55,0r0,-103r55,0r0,-84r170,0r0,84r268,0r0,-84r171,0r0,84r56,0r0,103xm232,-442r268,0r0,-73r-268,0r0,73","w":734},"\u00cd":{"d":"232,0r-170,0r0,-702r170,0r0,702xm150,-743r-120,0r169,-149r140,0","w":295},"\u012c":{"d":"232,0r-170,0r0,-702r170,0r0,702xm305,-883v0,90,-63,144,-158,144v-94,0,-158,-54,-158,-144r86,0v2,41,33,60,72,60v39,0,70,-19,71,-60r87,0","w":295},"\u00ce":{"d":"232,0r-170,0r0,-702r170,0r0,702xm217,-743r-68,-77r-71,77r-130,0r147,-149r107,0r147,149r-132,0","w":295},"\u00cf":{"d":"232,0r-170,0r0,-702r170,0r0,702xm82,-759r-116,0r0,-118r116,0r0,118xm330,-759r-114,0r0,-118r114,0r0,118","w":295},"\u0130":{"d":"232,0r-170,0r0,-702r170,0r0,702xm209,-762r-128,0r0,-129r128,0r0,129","w":295},"\u00cc":{"d":"232,0r-170,0r0,-702r170,0r0,702xm250,-743r-121,0r-191,-149r139,0","w":295},"\u012a":{"d":"232,0r-170,0r0,-702r170,0r0,702xm4,-858r288,0r0,96r-288,0r0,-96","w":295},"\u012e":{"d":"232,0r-170,0r0,-702r170,0r0,702xm134,0r87,0v-69,21,-119,57,-119,102v0,63,112,50,141,8r50,75v-70,69,-289,76,-289,-57v0,-68,60,-128,130,-128","w":295},"\u0128":{"d":"232,0r-170,0r0,-702r170,0r0,702xm318,-821v-34,59,-60,81,-100,81v-73,0,-158,-132,-192,-6r-52,-72v26,-47,50,-72,94,-72v49,0,102,57,145,57v23,0,37,-16,51,-60","w":295},"\u0134":{"d":"91,-230v25,42,72,71,123,71v84,0,120,-47,120,-132r0,-411r170,0r0,410v0,194,-87,307,-275,307v-102,0,-184,-36,-246,-109xm478,-743r-68,-77r-71,77r-130,0r147,-149r107,0r147,149r-132,0","w":551},"\u0136":{"d":"721,0r-214,0r-184,-261r-91,108r0,153r-170,0r0,-702r170,0r0,326r253,-326r200,0r-246,310xm426,61r-110,160r-119,0r78,-160r151,0","w":691},"\u0139":{"d":"62,0r0,-702r170,0r0,554r347,0r0,148r-517,0xm172,-743r-120,0r169,-149r140,0","w":579,"k":{"\u00dd":115,"\u0164":102,"Y":115,"V":76,"T":102}},"\u013d":{"d":"62,0r0,-702r170,0r0,554r347,0r0,148r-517,0xm313,-716r124,0r-76,216r-76,0","w":579,"k":{"\u00dd":115,"\u0164":102,"Y":115,"V":76,"T":102}},"\u013b":{"d":"62,0r0,-702r170,0r0,554r347,0r0,148r-517,0xm399,61r-110,160r-119,0r78,-160r151,0","w":579,"k":{"Y":115,"V":76,"T":102}},"\u013f":{"d":"62,0r0,-702r170,0r0,549r347,0r0,153r-517,0xm439,-370r-132,0r0,-132r132,0r0,132","w":587},"\u0141":{"d":"366,-619r0,160r-129,130r0,181r347,0r0,148r-516,0r0,-158r-57,57r0,-162r57,-57r0,-382r169,0r0,212","w":584,"k":{"Y":115,"V":76,"T":102}},"\u0143":{"d":"691,0r-187,0r-276,-468r0,468r-166,0r0,-702r208,0r254,437r0,-437r167,0r0,702xm383,-743r-120,0r169,-149r140,0","w":753},"\u0147":{"d":"691,0r-187,0r-276,-468r0,468r-166,0r0,-702r208,0r254,437r0,-437r167,0r0,702xm322,-892r69,77r70,-77r130,0r-146,149r-108,0r-147,-149r132,0","w":753},"\u0145":{"d":"691,0r-187,0r-276,-468r0,468r-166,0r0,-702r208,0r254,437r0,-437r167,0r0,702xm483,61r-110,160r-119,0r78,-160r151,0","w":753},"\u00d1":{"d":"691,0r-187,0r-276,-468r0,468r-166,0r0,-702r208,0r254,437r0,-437r167,0r0,702xm562,-821v-34,59,-60,81,-100,81v-73,0,-158,-132,-192,-6r-52,-72v26,-47,50,-72,94,-72v49,0,102,57,145,57v23,0,37,-16,51,-60","w":753},"\u00d3":{"d":"372,-721v209,0,339,154,339,367v0,213,-130,369,-339,369v-209,0,-333,-156,-333,-369v0,-213,124,-367,333,-367xm372,-567v-107,0,-158,91,-158,212v0,118,51,220,158,220v107,0,156,-102,156,-220v0,-121,-49,-212,-156,-212xm359,-743r-120,0r169,-149r140,0","w":749},"\u014e":{"d":"372,-721v209,0,339,154,339,367v0,213,-130,369,-339,369v-209,0,-333,-156,-333,-369v0,-213,124,-367,333,-367xm372,-567v-107,0,-158,91,-158,212v0,118,51,220,158,220v107,0,156,-102,156,-220v0,-121,-49,-212,-156,-212xm530,-883v0,90,-63,144,-158,144v-94,0,-158,-54,-158,-144r86,0v2,41,33,60,72,60v39,0,70,-19,71,-60r87,0","w":749},"\u00d4":{"d":"372,-721v209,0,339,154,339,367v0,213,-130,369,-339,369v-209,0,-333,-156,-333,-369v0,-213,124,-367,333,-367xm372,-567v-107,0,-158,91,-158,212v0,118,51,220,158,220v107,0,156,-102,156,-220v0,-121,-49,-212,-156,-212xm440,-743r-68,-77r-71,77r-130,0r147,-149r107,0r147,149r-132,0","w":749},"\u00d6":{"d":"372,-721v209,0,339,154,339,367v0,213,-130,369,-339,369v-209,0,-333,-156,-333,-369v0,-213,124,-367,333,-367xm372,-567v-107,0,-158,91,-158,212v0,118,51,220,158,220v107,0,156,-102,156,-220v0,-121,-49,-212,-156,-212xm308,-759r-116,0r0,-118r116,0r0,118xm556,-759r-114,0r0,-118r114,0r0,118","w":749},"\u00d2":{"d":"372,-721v209,0,339,154,339,367v0,213,-130,369,-339,369v-209,0,-333,-156,-333,-369v0,-213,124,-367,333,-367xm372,-567v-107,0,-158,91,-158,212v0,118,51,220,158,220v107,0,156,-102,156,-220v0,-121,-49,-212,-156,-212xm491,-743r-121,0r-191,-149r139,0","w":749},"\u0150":{"d":"372,-721v209,0,339,154,339,367v0,213,-130,369,-339,369v-209,0,-333,-156,-333,-369v0,-213,124,-367,333,-367xm372,-567v-107,0,-158,91,-158,212v0,118,51,220,158,220v107,0,156,-102,156,-220v0,-121,-49,-212,-156,-212xm501,-893r119,0r-149,150r-88,0xm312,-893r118,0r-150,150r-87,0","w":749},"\u014c":{"d":"372,-721v209,0,339,154,339,367v0,213,-130,369,-339,369v-209,0,-333,-156,-333,-369v0,-213,124,-367,333,-367xm372,-567v-107,0,-158,91,-158,212v0,118,51,220,158,220v107,0,156,-102,156,-220v0,-121,-49,-212,-156,-212xm231,-858r288,0r0,96r-288,0r0,-96","w":749},"\u00d5":{"d":"372,-721v209,0,339,154,339,367v0,213,-130,369,-339,369v-209,0,-333,-156,-333,-369v0,-213,124,-367,333,-367xm372,-567v-107,0,-158,91,-158,212v0,118,51,220,158,220v107,0,156,-102,156,-220v0,-121,-49,-212,-156,-212xm547,-821v-34,59,-60,81,-100,81v-73,0,-158,-132,-192,-6r-52,-72v26,-47,50,-72,94,-72v49,0,102,57,145,57v23,0,37,-16,51,-60","w":749},"\u0154":{"d":"410,-375v55,0,85,-39,85,-91v0,-57,-31,-96,-83,-96r-180,0r0,187r178,0xm62,-702r375,0v149,0,231,104,231,226v0,125,-71,191,-180,212r208,264r-208,0r-173,-235r-83,0r0,235r-170,0r0,-702xm353,-743r-120,0r169,-149r140,0","w":712},"\u0158":{"d":"410,-375v55,0,85,-39,85,-91v0,-57,-31,-96,-83,-96r-180,0r0,187r178,0xm62,-702r375,0v149,0,231,104,231,226v0,125,-71,191,-180,212r208,264r-208,0r-173,-235r-83,0r0,235r-170,0r0,-702xm270,-892r69,77r70,-77r130,0r-146,149r-108,0r-147,-149r132,0","w":712},"\u0156":{"d":"410,-375v55,0,85,-39,85,-91v0,-57,-31,-96,-83,-96r-180,0r0,187r178,0xm62,-702r375,0v149,0,231,104,231,226v0,125,-71,191,-180,212r208,264r-208,0r-173,-235r-83,0r0,235r-170,0r0,-702xm422,61r-110,160r-119,0r78,-160r151,0","w":712},"\u015a":{"d":"343,-129v67,0,111,-23,111,-71v0,-41,-35,-64,-132,-79v-110,-17,-268,-62,-268,-213v0,-137,113,-229,279,-229v135,0,228,38,303,113r-97,112v-59,-56,-138,-79,-210,-79v-57,0,-97,23,-97,65v0,40,29,65,124,76v161,20,277,83,277,208v0,162,-125,242,-301,242v-131,0,-232,-40,-305,-117r96,-115v59,58,140,87,220,87xm345,-743r-120,0r169,-149r140,0","w":675},"\u0160":{"d":"343,-129v67,0,111,-23,111,-71v0,-41,-35,-64,-132,-79v-110,-17,-268,-62,-268,-213v0,-137,113,-229,279,-229v135,0,228,38,303,113r-97,112v-59,-56,-138,-79,-210,-79v-57,0,-97,23,-97,65v0,40,29,65,124,76v161,20,277,83,277,208v0,162,-125,242,-301,242v-131,0,-232,-40,-305,-117r96,-115v59,58,140,87,220,87xm270,-892r69,77r70,-77r130,0r-146,149r-108,0r-147,-149r132,0","w":675},"\u015e":{"d":"343,-129v67,0,111,-23,111,-71v0,-41,-35,-64,-132,-79v-110,-17,-268,-62,-268,-213v0,-137,113,-229,279,-229v135,0,228,38,303,113r-97,112v-59,-56,-138,-79,-210,-79v-57,0,-97,23,-97,65v0,40,29,65,124,76v161,20,277,83,277,208v0,162,-125,242,-301,242v-131,0,-232,-40,-305,-117r96,-115v59,58,140,87,220,87xm311,0r81,0r-31,40v65,6,102,40,102,97v0,57,-58,102,-141,102v-56,0,-105,-14,-133,-34r36,-57v38,27,121,31,127,-18v4,-31,-53,-43,-97,-35","w":675},"\uf6c1":{"d":"343,-129v67,0,111,-23,111,-71v0,-41,-35,-64,-132,-79v-110,-17,-268,-62,-268,-213v0,-137,113,-229,279,-229v135,0,228,38,303,113r-97,112v-59,-56,-138,-79,-210,-79v-57,0,-97,23,-97,65v0,40,29,65,124,76v161,20,277,83,277,208v0,162,-125,242,-301,242v-131,0,-232,-40,-305,-117r96,-115v59,58,140,87,220,87xm311,0r81,0r-31,40v65,6,102,40,102,97v0,57,-58,102,-141,102v-56,0,-105,-14,-133,-34r36,-57v38,27,121,31,127,-18v4,-31,-53,-43,-97,-35","w":675},"\u015c":{"d":"343,-129v67,0,111,-23,111,-71v0,-41,-35,-64,-132,-79v-110,-17,-268,-62,-268,-213v0,-137,113,-229,279,-229v135,0,228,38,303,113r-97,112v-59,-56,-138,-79,-210,-79v-57,0,-97,23,-97,65v0,40,29,65,124,76v161,20,277,83,277,208v0,162,-125,242,-301,242v-131,0,-232,-40,-305,-117r96,-115v59,58,140,87,220,87xm414,-743r-68,-77r-71,77r-130,0r147,-149r107,0r147,149r-132,0","w":675},"\u0218":{"d":"343,-129v67,0,111,-23,111,-71v0,-41,-35,-64,-132,-79v-110,-17,-268,-62,-268,-213v0,-137,113,-229,279,-229v135,0,228,38,303,113r-97,112v-59,-56,-138,-79,-210,-79v-57,0,-97,23,-97,65v0,40,29,65,124,76v161,20,277,83,277,208v0,162,-125,242,-301,242v-131,0,-232,-40,-305,-117r96,-115v59,58,140,87,220,87xm426,61r-110,160r-119,0r78,-160r151,0","w":675},"\u0166":{"d":"160,-352r61,0r0,-207r-223,0r0,-143r617,0r0,143r-224,0r0,207r58,0r0,103r-58,0r0,249r-170,0r0,-249r-61,0r0,-103","w":613},"\u0164":{"d":"221,-553r-223,0r0,-149r617,0r0,149r-224,0r0,553r-170,0r0,-553xm236,-892r69,77r70,-77r130,0r-146,149r-108,0r-147,-149r132,0","w":613,"k":{".":88,",":88,"\u00fd":75,"\u016f":75,"\u00fa":75,"\u0161":75,"\u0159":75,"\u0155":75,"\u014d":100,"\u0151":100,"\u00f2":100,"\u00f4":75,"\u014f":100,"\u00f3":100,"\u0148":75,"\u0121":100,"\u0113":100,"\u00e8":100,"\u0117":100,"\u00eb":100,"\u00ea":100,"\u011b":100,"\u0115":100,"\u00e9":115,"\u010f":115,"\u0111":115,"\u0107":115,"\u00e4":75,"\u0103":100,"\u00e1":100,"\u0153":115,"\u00e6":115,"y":75,"w":75,"v":75,"u":75,"s":75,"r":75,"q":115,"o":115,"n":75,"m":75,"g":115,"e":115,"d":115,"c":115,"a":115,"\u00c4":70,"\u00c1":70,"J":123,"A":70}},"\u0162":{"d":"221,-553r-223,0r0,-149r617,0r0,149r-224,0r0,553r-170,0r0,-553xm390,61r-110,160r-119,0r78,-160r151,0","w":613,"k":{".":88,",":88,"\u0219":75,"\u015f":75,"\u00e2":75,"\u0103":75,"y":75,"w":75,"v":75,"u":75,"s":75,"r":75,"o":75,"n":75,"m":75,"e":75,"a":75,"\u00c2":70,"\u0102":70,"J":123,"A":70}},"\u021a":{"d":"221,-553r-223,0r0,-149r617,0r0,149r-224,0r0,553r-170,0r0,-553xm390,61r-110,160r-119,0r78,-160r151,0","w":613},"\u00da":{"d":"672,-268v0,203,-148,283,-306,283v-159,0,-306,-80,-306,-283r0,-434r169,0r0,432v0,104,64,129,138,129v74,0,138,-26,138,-129r0,-432r167,0r0,434xm367,-743r-120,0r169,-149r140,0","w":732},"\u016c":{"d":"672,-268v0,203,-148,283,-306,283v-159,0,-306,-80,-306,-283r0,-434r169,0r0,432v0,104,64,129,138,129v74,0,138,-26,138,-129r0,-432r167,0r0,434xm526,-883v0,90,-63,144,-158,144v-94,0,-158,-54,-158,-144r86,0v2,41,33,60,72,60v39,0,70,-19,71,-60r87,0","w":732},"\u00db":{"d":"672,-268v0,203,-148,283,-306,283v-159,0,-306,-80,-306,-283r0,-434r169,0r0,432v0,104,64,129,138,129v74,0,138,-26,138,-129r0,-432r167,0r0,434xm434,-743r-68,-77r-71,77r-130,0r147,-149r107,0r147,149r-132,0","w":732},"\u00dc":{"d":"672,-268v0,203,-148,283,-306,283v-159,0,-306,-80,-306,-283r0,-434r169,0r0,432v0,104,64,129,138,129v74,0,138,-26,138,-129r0,-432r167,0r0,434xm303,-759r-116,0r0,-118r116,0r0,118xm551,-759r-114,0r0,-118r114,0r0,118","w":732},"\u00d9":{"d":"672,-268v0,203,-148,283,-306,283v-159,0,-306,-80,-306,-283r0,-434r169,0r0,432v0,104,64,129,138,129v74,0,138,-26,138,-129r0,-432r167,0r0,434xm466,-743r-121,0r-191,-149r139,0","w":732},"\u0170":{"d":"672,-268v0,203,-148,283,-306,283v-159,0,-306,-80,-306,-283r0,-434r169,0r0,432v0,104,64,129,138,129v74,0,138,-26,138,-129r0,-432r167,0r0,434xm502,-893r119,0r-149,150r-88,0xm313,-893r118,0r-150,150r-87,0","w":732},"\u016a":{"d":"672,-268v0,203,-148,283,-306,283v-159,0,-306,-80,-306,-283r0,-434r169,0r0,432v0,104,64,129,138,129v74,0,138,-26,138,-129r0,-432r167,0r0,434xm222,-858r288,0r0,96r-288,0r0,-96","w":732},"\u0172":{"d":"672,-268v0,203,-148,283,-306,283v-159,0,-306,-80,-306,-283r0,-434r169,0r0,432v0,104,64,129,138,129v74,0,138,-26,138,-129r0,-432r167,0r0,434xm372,0r87,0v-69,21,-119,57,-119,102v0,63,112,50,141,8r50,75v-70,69,-289,76,-289,-57v0,-68,60,-128,130,-128","w":732},"\u016e":{"d":"672,-268v0,203,-148,283,-306,283v-159,0,-306,-80,-306,-283r0,-434r169,0r0,432v0,104,64,129,138,129v74,0,138,-26,138,-129r0,-432r167,0r0,434xm367,-926v78,0,144,47,144,113v0,67,-66,114,-144,114v-79,0,-144,-47,-144,-114v0,-66,65,-113,144,-113xm367,-857v-32,0,-57,15,-57,45v0,28,25,43,57,43v32,0,57,-15,57,-43v0,-30,-25,-45,-57,-45","w":732},"\u0168":{"d":"672,-268v0,203,-148,283,-306,283v-159,0,-306,-80,-306,-283r0,-434r169,0r0,432v0,104,64,129,138,129v74,0,138,-26,138,-129r0,-432r167,0r0,434xm541,-821v-34,59,-60,81,-100,81v-73,0,-158,-132,-192,-6r-52,-72v26,-47,50,-72,94,-72v49,0,102,57,145,57v23,0,37,-16,51,-60","w":732},"\u0174":{"d":"608,-702r151,492r127,-492r181,0r-205,702r-213,0r-117,-412r-116,412r-213,0r-203,-702r180,0r136,492r144,-492r148,0xm600,-743r-68,-77r-71,77r-130,0r147,-149r107,0r147,149r-132,0","w":1067},"\u00dd":{"d":"430,-279r0,279r-170,0r0,-279r-280,-423r198,0r168,263r170,-263r195,0xm351,-743r-120,0r169,-149r140,0","w":692,"k":{".":110,",":99,"\u00fd":40,"\u016f":50,"\u00fa":50,"\u0161":50,"\u0159":50,"\u0155":50,"\u00f4":50,"\u00f3":50,"\u0148":50,"\u011b":50,"\u00e9":50,"\u00e4":50,"\u00e1":50,"y":40,"w":40,"v":40,"u":50,"s":50,"r":50,"o":50,"n":50,"m":50,"e":50,"a":50,"\u00c4":60,"\u00c1":60,"A":60}},"\u0176":{"d":"430,-279r0,279r-170,0r0,-279r-280,-423r198,0r168,263r170,-263r195,0xm413,-743r-68,-77r-71,77r-130,0r147,-149r107,0r147,149r-132,0","w":692},"\u0178":{"d":"430,-279r0,279r-170,0r0,-279r-280,-423r198,0r168,263r170,-263r195,0xm280,-759r-116,0r0,-118r116,0r0,118xm528,-759r-114,0r0,-118r114,0r0,118","w":692},"\u0179":{"d":"625,-702r0,25r-342,529r325,0r0,148r-593,0r0,-27r344,-526r-319,0r0,-149r585,0xm348,-743r-120,0r169,-149r140,0","w":640},"\u017d":{"d":"625,-702r0,25r-342,529r325,0r0,148r-593,0r0,-27r344,-526r-319,0r0,-149r585,0xm264,-892r69,77r70,-77r130,0r-146,149r-108,0r-147,-149r132,0","w":640},"\u017b":{"d":"625,-702r0,25r-342,529r325,0r0,148r-593,0r0,-27r344,-526r-319,0r0,-149r585,0xm392,-762r-128,0r0,-129r128,0r0,129","w":640},"a":{"d":"487,0r-157,0r0,-39v-33,38,-84,52,-132,52v-86,0,-172,-47,-172,-167v0,-173,162,-199,304,-158v11,-118,-160,-98,-221,-41r-62,-107v58,-42,143,-65,213,-65v149,0,227,78,227,207r0,318xm330,-148r0,-61v-50,-20,-140,-24,-139,46v2,83,115,69,139,15","w":537},"b":{"d":"51,-702r157,-35r0,265v28,-34,79,-53,126,-53v123,0,219,111,219,271v0,159,-98,267,-220,267v-49,0,-97,-16,-125,-49r0,36r-157,0r0,-702xm208,-177v64,87,179,55,179,-77v0,-134,-115,-168,-179,-78r0,155","w":588},"c":{"d":"486,-68v-146,167,-451,73,-451,-184v0,-253,296,-360,447,-192r-90,100v-69,-77,-190,-39,-190,90v0,135,130,167,193,82","w":496},"d":{"d":"536,0r-157,0r0,-36v-31,33,-77,49,-125,49v-121,0,-220,-107,-220,-267v0,-216,198,-350,345,-218r0,-230r157,-35r0,737xm379,-332v-63,-88,-179,-57,-179,78v0,131,115,164,179,77r0,-155","w":587},"e":{"d":"501,-53v-52,47,-115,69,-207,69v-149,0,-259,-103,-259,-269v0,-165,109,-272,263,-272v156,0,252,141,222,314r-316,0v12,110,156,117,220,51xm365,-321v-1,-52,-36,-79,-72,-79v-38,0,-74,27,-83,79r155,0"},"f":{"d":"428,-696r-47,113v-59,-38,-153,-33,-138,74r123,0r0,135r-123,0r0,374r-158,0r0,-374r-63,0r0,-135r63,0v-6,-171,108,-218,198,-218v62,0,107,10,145,31","w":372},"g":{"d":"537,-509r0,460v0,201,-136,257,-278,257v-92,0,-171,-26,-223,-63r64,-120v46,31,100,45,156,45v84,-1,128,-31,123,-108v-41,34,-73,44,-121,44v-122,0,-223,-101,-223,-260v0,-160,97,-271,219,-271v46,0,95,19,125,53r0,-37r158,0xm379,-332v-62,-90,-178,-56,-178,78v0,130,114,163,178,77r0,-155","w":588},"h":{"d":"51,-702r157,-35r0,271v35,-37,84,-59,140,-59v100,0,166,64,166,184r0,341r-158,0r0,-307v3,-109,-112,-85,-148,-27r0,334r-157,0r0,-702","w":562},"i":{"d":"51,-509r158,0r0,509r-158,0r0,-509xm51,-702r158,0r0,125r-158,0r0,-125","w":260},"j":{"d":"-130,186r29,-119v77,30,162,21,162,-80r0,-496r157,0r0,494v6,197,-171,260,-348,201xm219,-577r-159,0r0,-125r159,0r0,125","w":269},"k":{"d":"208,-127r0,127r-158,0r0,-702r158,-35r0,422r145,-194r181,0r-179,234r197,275r-189,0r-118,-169","w":545},"l":{"d":"51,-702r157,-35r0,737r-157,0r0,-702","w":259},"m":{"d":"789,0r-158,0r0,-307v9,-110,-102,-85,-134,-25r1,332r-158,0r0,-307v7,-108,-100,-86,-132,-27r0,334r-157,0r0,-509r157,0r0,43v69,-72,224,-83,267,16v48,-50,113,-73,163,-73v99,0,151,62,151,182r0,341","w":839},"n":{"d":"51,-509r157,0r0,43v35,-37,84,-59,140,-59v100,0,166,64,166,184r0,341r-158,0r0,-307v3,-109,-112,-85,-148,-27r0,334r-157,0r0,-509","w":562},"o":{"d":"385,-254v0,-83,-36,-130,-93,-130v-56,0,-93,47,-93,130v0,82,36,129,93,129v57,0,93,-47,93,-129xm551,-256v0,171,-125,272,-259,272v-133,0,-257,-101,-257,-272v0,-184,124,-269,257,-269v134,0,259,86,259,269","w":585},"p":{"d":"208,193r-158,0r0,-702r158,0r0,37v26,-34,79,-53,126,-53v122,0,218,112,218,271v0,160,-99,267,-220,267v-48,0,-100,-16,-124,-49r0,229xm386,-254v0,-134,-114,-167,-178,-78r0,155v63,86,178,55,178,-77","w":587},"q":{"d":"536,193r-157,0r0,-229v-25,33,-77,49,-125,49v-121,0,-220,-107,-220,-267v0,-159,97,-271,219,-271v46,0,100,19,126,53r0,-37r157,0r0,702xm379,-332v-63,-88,-179,-57,-179,78v0,131,115,164,179,77r0,-155","w":587},"r":{"d":"50,-509r158,0r0,43v55,-52,120,-72,203,-49r0,150v-67,-31,-148,-18,-203,26r0,339r-158,0r0,-509","w":402,"k":{".":58,",":76,"\u00f5":20,"\u014d":20,"\u00f3":20,"\u0123":20,"\u011f":20,"\u00e8":20,"\u0117":20,"\u00eb":20,"\u00ea":20,"\u011b":20,"\u0115":20,"\u010f":20,"\u0111":20,"\u010b":20,"\u0109":20,"\u010d":20,"\u0107":20,"\u00e7":20,"\u0103":20,"\u00e1":20,"\u00f8":20,"\u0153":20,"\u00e6":20,"q":20,"o":20,"g":20,"e":20,"d":20,"c":20,"a":20}},"s":{"d":"342,-155v0,-33,-41,-34,-112,-45v-90,-13,-179,-49,-179,-154v0,-208,303,-202,440,-110r-74,111v-32,-26,-94,-42,-145,-42v-38,0,-67,12,-67,39v0,27,37,34,102,40v90,9,195,47,195,155v0,216,-344,213,-476,103r67,-120v40,40,122,63,177,63v42,0,72,-13,72,-40","w":528},"t":{"d":"377,-143r41,123v-38,21,-83,36,-152,36v-127,0,-190,-54,-190,-209r0,-181r-66,0r0,-135r66,0r0,-93r157,-48r0,141r154,0r0,135r-154,0r0,169v-9,111,89,97,144,62","w":415},"u":{"d":"513,0r-158,0r0,-43v-35,38,-84,58,-139,58v-100,0,-166,-63,-166,-184r0,-340r157,0r0,307v-3,106,110,83,148,27r0,-334r158,0r0,509","w":564},"v":{"d":"257,-193r104,-316r176,0r-198,509r-163,0r-199,-509r179,0","w":515,"k":{".":40,",":50}},"w":{"d":"581,-193r111,-316r165,0r-199,509r-154,0r-87,-254r-86,254r-157,0r-197,-509r171,0r108,316r101,-316r118,0","w":835},"x":{"d":"359,-509r193,0r-181,251r187,258r-192,0r-91,-144r-97,144r-182,0r182,-257r-177,-252r183,0r91,136","w":553},"y":{"d":"176,1r-199,-510r176,0r104,323r106,-323r174,0r-203,523v-44,112,-104,192,-224,192v-49,0,-97,-9,-133,-27r39,-136v56,28,139,36,160,-42","w":515,"k":{".":40,",":50}},"z":{"d":"485,-483r-230,348r220,0r0,135r-461,0r0,-24r234,-350r-217,0r0,-135r454,0r0,26","w":500},"\u00e6":{"d":"397,-69v-51,50,-109,83,-211,83v-80,0,-161,-55,-161,-168v0,-173,162,-200,304,-158v8,-118,-159,-98,-221,-41r-62,-108v104,-77,328,-98,378,16v36,-45,100,-79,164,-79v157,0,244,140,214,313r-316,0v13,110,157,117,220,50r76,108v-51,47,-113,69,-193,69v-106,0,-152,-36,-192,-85xm341,-151v-6,-15,-10,-38,-10,-58v-50,-20,-143,-25,-141,46v2,90,125,63,151,12xm647,-321v-6,-111,-141,-99,-155,0r155,0","w":831},"\u00f0":{"d":"205,-554v-15,-21,-31,-43,-45,-64r79,-33v-24,-24,-50,-46,-76,-67r157,-26v15,14,32,27,47,41v25,-11,51,-21,77,-32v15,21,30,43,46,64v-23,10,-46,19,-68,29v76,94,128,212,128,353v0,205,-125,305,-258,305v-133,0,-258,-100,-258,-271v0,-184,121,-270,218,-270v50,0,88,18,118,54v-17,-39,-43,-80,-75,-120v-31,12,-60,25,-90,37xm291,-384v-57,0,-92,47,-92,130v0,82,36,130,93,130v57,0,93,-48,93,-130v0,-83,-37,-130,-94,-130","w":585},"\u00df":{"d":"249,-1r22,-128v71,18,134,-10,134,-78v0,-67,-51,-96,-134,-88r0,-129v73,6,119,-23,119,-79v0,-43,-44,-69,-89,-69v-49,0,-93,26,-93,81r0,491r-157,0r0,-491v0,-168,113,-225,254,-225v161,0,247,71,247,189v0,82,-36,154,-147,162v117,6,168,82,168,175v0,130,-78,200,-225,200v-33,0,-67,-4,-99,-11","w":606},"\u0133":{"d":"51,-509r158,0r0,509r-158,0r0,-509xm51,-702r158,0r0,125r-158,0r0,-125xm477,-577r-158,0r0,-125r158,0r0,125xm129,186r28,-119v76,30,162,22,162,-80r0,-496r158,0r0,494v6,196,-172,260,-348,201","w":528},"\u0153":{"d":"384,-254v0,-83,-36,-130,-93,-130v-57,0,-93,47,-93,130v0,82,36,129,93,129v57,0,93,-47,93,-129xm827,-53v-89,93,-304,93,-374,-11v-38,50,-104,80,-174,80v-133,0,-246,-101,-246,-272v0,-184,125,-269,258,-269v71,0,128,27,166,78v39,-48,99,-77,176,-77v157,0,244,140,214,313r-316,0v13,110,157,117,220,50xm692,-321v-6,-111,-141,-99,-155,0r155,0","w":884},"\u00f8":{"d":"459,-508r106,0r-67,77v34,43,55,101,55,176v1,229,-229,334,-401,226r-26,29r-106,0r72,-82v-35,-45,-55,-103,-55,-173v-1,-245,226,-328,401,-229xm248,-141v90,61,164,-53,134,-155xm339,-368v-83,-56,-162,46,-133,154","w":585},"\u00fe":{"d":"51,-702r157,-35r0,265v26,-34,79,-53,126,-53v122,0,218,111,218,271v0,159,-98,267,-220,267v-48,0,-99,-16,-124,-49r0,229r-157,0r0,-895xm208,-177v64,86,178,55,178,-77v0,-133,-114,-168,-178,-78r0,155","w":587},"\u00e1":{"d":"487,0r-157,0r0,-39v-33,38,-84,52,-132,52v-86,0,-172,-47,-172,-167v0,-173,162,-199,304,-158v11,-118,-160,-98,-221,-41r-62,-107v58,-42,143,-65,213,-65v149,0,227,78,227,207r0,318xm330,-148r0,-61v-50,-20,-140,-24,-139,46v2,83,115,69,139,15xm457,-712r-165,163r-124,0r139,-163r150,0","w":537},"\u0103":{"d":"487,0r-157,0r0,-39v-33,38,-84,52,-132,52v-86,0,-172,-47,-172,-167v0,-173,162,-199,304,-158v11,-118,-160,-98,-221,-41r-62,-107v58,-42,143,-65,213,-65v149,0,227,78,227,207r0,318xm330,-148r0,-61v-50,-20,-140,-24,-139,46v2,83,115,69,139,15xm433,-712v0,98,-67,164,-162,164v-94,0,-162,-66,-162,-164r98,0v1,41,25,63,64,63v39,0,63,-22,64,-63r98,0","w":537},"\u00e2":{"d":"487,0r-157,0r0,-39v-33,38,-84,52,-132,52v-86,0,-172,-47,-172,-167v0,-173,162,-199,304,-158v11,-118,-160,-98,-221,-41r-62,-107v58,-42,143,-65,213,-65v149,0,227,78,227,207r0,318xm330,-148r0,-61v-50,-20,-140,-24,-139,46v2,83,115,69,139,15xm341,-549r-66,-78r-69,78r-136,0r147,-163r115,0r147,163r-138,0","w":537},"\u00e4":{"d":"487,0r-157,0r0,-39v-33,38,-84,52,-132,52v-86,0,-172,-47,-172,-167v0,-173,162,-199,304,-158v11,-118,-160,-98,-221,-41r-62,-107v58,-42,143,-65,213,-65v149,0,227,78,227,207r0,318xm330,-148r0,-61v-50,-20,-140,-24,-139,46v2,83,115,69,139,15xm98,-695r111,0r0,121r-111,0r0,-121xm321,-695r109,0r0,121r-109,0r0,-121","w":537},"\u00e0":{"d":"487,0r-157,0r0,-39v-33,38,-84,52,-132,52v-86,0,-172,-47,-172,-167v0,-173,162,-199,304,-158v11,-118,-160,-98,-221,-41r-62,-107v58,-42,143,-65,213,-65v149,0,227,78,227,207r0,318xm330,-148r0,-61v-50,-20,-140,-24,-139,46v2,83,115,69,139,15xm244,-549r-164,-163r150,0r138,163r-124,0","w":537},"\u0101":{"d":"487,0r-157,0r0,-39v-33,38,-84,52,-132,52v-86,0,-172,-47,-172,-167v0,-173,162,-199,304,-158v11,-118,-160,-98,-221,-41r-62,-107v58,-42,143,-65,213,-65v149,0,227,78,227,207r0,318xm330,-148r0,-61v-50,-20,-140,-24,-139,46v2,83,115,69,139,15xm132,-670r281,0r0,103r-281,0r0,-103","w":537},"\u0105":{"d":"487,0r-157,0r0,-39v-33,38,-84,52,-132,52v-86,0,-172,-47,-172,-167v0,-173,162,-199,304,-158v11,-118,-160,-98,-221,-41r-62,-107v58,-42,143,-65,213,-65v149,0,227,78,227,207r0,318xm330,-148r0,-61v-50,-20,-140,-24,-139,46v2,83,115,69,139,15xm381,0r87,0v-69,21,-119,57,-119,102v0,63,112,50,141,8r50,75v-70,69,-289,76,-289,-57v0,-68,60,-128,130,-128","w":537},"\u00e5":{"d":"487,0r-157,0r0,-39v-33,38,-84,52,-132,52v-86,0,-172,-47,-172,-167v0,-173,162,-199,304,-158v11,-118,-160,-98,-221,-41r-62,-107v58,-42,143,-65,213,-65v149,0,227,78,227,207r0,318xm330,-148r0,-61v-50,-20,-140,-24,-139,46v2,83,115,69,139,15xm268,-780v76,0,137,50,137,122v0,72,-61,121,-137,121v-78,0,-137,-49,-137,-121v0,-72,59,-122,137,-122xm268,-704v-29,0,-53,14,-53,46v0,30,24,46,53,46v29,0,53,-16,53,-46v0,-32,-24,-46,-53,-46","w":537},"\u00e3":{"d":"487,0r-157,0r0,-39v-33,38,-84,52,-132,52v-86,0,-172,-47,-172,-167v0,-173,162,-199,304,-158v11,-118,-160,-98,-221,-41r-62,-107v58,-42,143,-65,213,-65v149,0,227,78,227,207r0,318xm330,-148r0,-61v-50,-20,-140,-24,-139,46v2,83,115,69,139,15xm404,-721r67,77v-37,68,-72,95,-117,95v-54,0,-92,-48,-143,-48v-28,0,-47,16,-57,49r-63,-78v28,-52,61,-85,110,-85v62,0,93,46,145,46v30,0,45,-20,58,-56","w":537},"\u00e7":{"d":"486,-68v-146,167,-451,73,-451,-184v0,-253,296,-360,447,-192r-90,100v-69,-77,-190,-39,-190,90v0,135,130,167,193,82xm256,0r81,0r-31,40v65,6,102,40,102,97v0,57,-58,102,-141,102v-56,0,-105,-14,-133,-34r36,-57v38,27,121,31,127,-18v4,-31,-53,-43,-97,-35","w":496},"\u0107":{"d":"486,-68v-146,167,-451,73,-451,-184v0,-253,296,-360,447,-192r-90,100v-69,-77,-190,-39,-190,90v0,135,130,167,193,82xm473,-712r-165,163r-124,0r139,-163r150,0","w":496},"\u010d":{"d":"486,-68v-146,167,-451,73,-451,-184v0,-253,296,-360,447,-192r-90,100v-69,-77,-190,-39,-190,90v0,135,130,167,193,82xm223,-712r66,79r69,-79r136,0r-147,163r-115,0r-147,-163r138,0","w":496},"\u0109":{"d":"486,-68v-146,167,-451,73,-451,-184v0,-253,296,-360,447,-192r-90,100v-69,-77,-190,-39,-190,90v0,135,130,167,193,82xm360,-549r-66,-78r-69,78r-136,0r147,-163r115,0r147,163r-138,0","w":496},"\u010b":{"d":"486,-68v-146,167,-451,73,-451,-184v0,-253,296,-360,447,-192r-90,100v-69,-77,-190,-39,-190,90v0,135,130,167,193,82xm357,-562r-133,0r0,-132r133,0r0,132","w":496},"\u0111":{"d":"287,-567r0,-103r90,0r0,-32r158,-35r0,67r32,0r0,103r-32,0r0,567r-158,0r0,-36v-30,33,-76,49,-124,49v-121,0,-220,-107,-220,-267v0,-215,198,-351,344,-218r0,-95r-90,0xm377,-332v-63,-89,-178,-56,-178,78v0,131,115,164,178,77r0,-155","w":587},"\u010f":{"d":"536,0r-157,0r0,-36v-31,33,-77,49,-125,49v-121,0,-220,-107,-220,-267v0,-216,198,-350,345,-218r0,-230r157,-35r0,737xm379,-332v-63,-88,-179,-57,-179,78v0,131,115,164,179,77r0,-155xm599,-779r124,0r-76,216r-76,0","w":587,"k":{"l":-34,"k":-34}},"\u00e9":{"d":"501,-53v-52,47,-115,69,-207,69v-149,0,-259,-103,-259,-269v0,-165,109,-272,263,-272v156,0,252,141,222,314r-316,0v12,110,156,117,220,51xm365,-321v-1,-52,-36,-79,-72,-79v-38,0,-74,27,-83,79r155,0xm482,-712r-165,163r-124,0r139,-163r150,0"},"\u0115":{"d":"501,-53v-52,47,-115,69,-207,69v-149,0,-259,-103,-259,-269v0,-165,109,-272,263,-272v156,0,252,141,222,314r-316,0v12,110,156,117,220,51xm365,-321v-1,-52,-36,-79,-72,-79v-38,0,-74,27,-83,79r155,0xm453,-712v0,98,-67,164,-162,164v-94,0,-162,-66,-162,-164r98,0v1,41,25,63,64,63v39,0,63,-22,64,-63r98,0"},"\u011b":{"d":"501,-53v-52,47,-115,69,-207,69v-149,0,-259,-103,-259,-269v0,-165,109,-272,263,-272v156,0,252,141,222,314r-316,0v12,110,156,117,220,51xm365,-321v-1,-52,-36,-79,-72,-79v-38,0,-74,27,-83,79r155,0xm232,-712r66,79r69,-79r136,0r-147,163r-115,0r-147,-163r138,0"},"\u00ea":{"d":"501,-53v-52,47,-115,69,-207,69v-149,0,-259,-103,-259,-269v0,-165,109,-272,263,-272v156,0,252,141,222,314r-316,0v12,110,156,117,220,51xm365,-321v-1,-52,-36,-79,-72,-79v-38,0,-74,27,-83,79r155,0xm366,-549r-66,-78r-69,78r-136,0r147,-163r115,0r147,163r-138,0"},"\u00eb":{"d":"501,-53v-52,47,-115,69,-207,69v-149,0,-259,-103,-259,-269v0,-165,109,-272,263,-272v156,0,252,141,222,314r-316,0v12,110,156,117,220,51xm365,-321v-1,-52,-36,-79,-72,-79v-38,0,-74,27,-83,79r155,0xm123,-695r111,0r0,121r-111,0r0,-121xm346,-695r109,0r0,121r-109,0r0,-121"},"\u0117":{"d":"501,-53v-52,47,-115,69,-207,69v-149,0,-259,-103,-259,-269v0,-165,109,-272,263,-272v156,0,252,141,222,314r-316,0v12,110,156,117,220,51xm365,-321v-1,-52,-36,-79,-72,-79v-38,0,-74,27,-83,79r155,0xm359,-562r-133,0r0,-132r133,0r0,132"},"\u00e8":{"d":"501,-53v-52,47,-115,69,-207,69v-149,0,-259,-103,-259,-269v0,-165,109,-272,263,-272v156,0,252,141,222,314r-316,0v12,110,156,117,220,51xm365,-321v-1,-52,-36,-79,-72,-79v-38,0,-74,27,-83,79r155,0xm276,-549r-164,-163r150,0r138,163r-124,0"},"\u0113":{"d":"501,-53v-52,47,-115,69,-207,69v-149,0,-259,-103,-259,-269v0,-165,109,-272,263,-272v156,0,252,141,222,314r-316,0v12,110,156,117,220,51xm365,-321v-1,-52,-36,-79,-72,-79v-38,0,-74,27,-83,79r155,0xm154,-670r281,0r0,103r-281,0r0,-103"},"\u0119":{"d":"501,-53v-52,47,-115,69,-207,69v-149,0,-259,-103,-259,-269v0,-165,109,-272,263,-272v156,0,252,141,222,314r-316,0v12,110,156,117,220,51xm365,-321v-1,-52,-36,-79,-72,-79v-38,0,-74,27,-83,79r155,0xm303,0r87,0v-69,21,-119,57,-119,102v0,63,112,50,141,8r50,75v-70,69,-289,76,-289,-57v0,-68,60,-128,130,-128"},"\u011f":{"d":"537,-509r0,460v0,201,-136,257,-278,257v-92,0,-171,-26,-223,-63r64,-120v46,31,100,45,156,45v84,-1,128,-31,123,-108v-41,34,-73,44,-121,44v-122,0,-223,-101,-223,-260v0,-160,97,-271,219,-271v46,0,95,19,125,53r0,-37r158,0xm379,-332v-62,-90,-178,-56,-178,78v0,130,114,163,178,77r0,-155xm464,-712v0,98,-67,164,-162,164v-94,0,-162,-66,-162,-164r98,0v1,41,25,63,64,63v39,0,63,-22,64,-63r98,0","w":588},"\u011d":{"d":"537,-509r0,460v0,201,-136,257,-278,257v-92,0,-171,-26,-223,-63r64,-120v46,31,100,45,156,45v84,-1,128,-31,123,-108v-41,34,-73,44,-121,44v-122,0,-223,-101,-223,-260v0,-160,97,-271,219,-271v46,0,95,19,125,53r0,-37r158,0xm379,-332v-62,-90,-178,-56,-178,78v0,130,114,163,178,77r0,-155xm368,-549r-66,-78r-69,78r-136,0r147,-163r115,0r147,163r-138,0","w":588},"\u0123":{"d":"537,-509r0,460v0,201,-136,257,-278,257v-92,0,-171,-26,-223,-63r64,-120v46,31,100,45,156,45v84,-1,128,-31,123,-108v-41,34,-73,44,-121,44v-122,0,-223,-101,-223,-260v0,-160,97,-271,219,-271v46,0,95,19,125,53r0,-37r158,0xm379,-332v-62,-90,-178,-56,-178,78v0,130,114,163,178,77r0,-155xm461,-743r-110,160r-119,0r78,-160r151,0","w":588},"\u0121":{"d":"537,-509r0,460v0,201,-136,257,-278,257v-92,0,-171,-26,-223,-63r64,-120v46,31,100,45,156,45v84,-1,128,-31,123,-108v-41,34,-73,44,-121,44v-122,0,-223,-101,-223,-260v0,-160,97,-271,219,-271v46,0,95,19,125,53r0,-37r158,0xm379,-332v-62,-90,-178,-56,-178,78v0,130,114,163,178,77r0,-155xm377,-562r-133,0r0,-132r133,0r0,132","w":588},"\u0125":{"d":"51,-702r157,-35r0,271v35,-37,84,-59,140,-59v100,0,166,64,166,184r0,341r-158,0r0,-307v3,-109,-112,-85,-148,-27r0,334r-157,0r0,-702xm305,-743r-68,-77r-71,77r-130,0r147,-149r107,0r147,149r-132,0","w":562},"\u0127":{"d":"14,-670r37,0r0,-32r157,-35r0,67r86,0r0,103r-86,0r0,101v35,-37,84,-59,140,-59v100,0,166,64,166,184r0,341r-158,0r0,-307v3,-109,-112,-85,-148,-27r0,334r-157,0r0,-567r-37,0r0,-103","w":562},"\u00ed":{"d":"51,-509r158,0r0,509r-158,0r0,-509xm322,-712r-165,163r-124,0r139,-163r150,0","w":260},"\u012d":{"d":"51,-509r158,0r0,509r-158,0r0,-509xm294,-712v0,98,-67,164,-162,164v-94,0,-162,-66,-162,-164r98,0v1,41,25,63,64,63v39,0,63,-22,64,-63r98,0","w":260},"\u00ee":{"d":"51,-509r158,0r0,509r-158,0r0,-509xm199,-549r-66,-78r-69,78r-136,0r147,-163r115,0r147,163r-138,0","w":260},"\u00ef":{"d":"51,-509r158,0r0,509r-158,0r0,-509xm-36,-695r111,0r0,121r-111,0r0,-121xm187,-695r109,0r0,121r-109,0r0,-121","w":260},"\u00ec":{"d":"51,-509r158,0r0,509r-158,0r0,-509xm106,-549r-164,-163r150,0r138,163r-124,0","w":260},"\u012b":{"d":"51,-509r158,0r0,509r-158,0r0,-509xm-10,-670r281,0r0,103r-281,0r0,-103","w":260},"\u012f":{"d":"51,-509r158,0r0,509r-158,0r0,-509xm51,-702r158,0r0,125r-158,0r0,-125xm115,0r87,0v-69,21,-119,57,-119,102v0,63,112,50,141,8r50,75v-70,69,-289,76,-289,-57v0,-68,60,-128,130,-128","w":260},"\u0129":{"d":"51,-509r158,0r0,509r-158,0r0,-509xm271,-721r67,77v-37,68,-72,95,-117,95v-54,0,-92,-48,-143,-48v-28,0,-47,16,-57,49r-63,-78v28,-52,61,-85,110,-85v62,0,93,46,145,46v30,0,45,-20,58,-56","w":260},"\u0131":{"d":"51,-509r158,0r0,509r-158,0r0,-509","w":260},"\u0135":{"d":"218,-33v11,207,-164,280,-347,216v8,-39,20,-80,28,-119v76,32,161,22,161,-78r0,-495r158,0r0,476xm208,-556r-72,-82r-75,82r-129,0r146,-155r115,0r147,155r-132,0","w":269},"\u0137":{"d":"208,-127r0,127r-158,0r0,-702r158,-35r0,422r145,-194r181,0r-179,234r197,275r-189,0r-118,-169xm365,61r-110,160r-119,0r78,-160r151,0","w":545},"\u013a":{"d":"51,-702r157,-35r0,737r-157,0r0,-702xm141,-743r-120,0r169,-149r140,0","w":259},"\u013e":{"d":"51,-702r157,-35r0,737r-157,0r0,-702xm268,-779r124,0r-76,216r-76,0","w":259,"k":{"l":-34,"k":-34}},"\u013c":{"d":"51,-702r157,-35r0,737r-157,0r0,-702xm237,61r-110,160r-119,0r78,-160r151,0","w":259},"\u0140":{"d":"51,-702r157,-35r0,737r-157,0r0,-702xm376,-328r-132,0r0,-132r132,0r0,132","w":260},"\u0142":{"d":"279,-701r0,160r-61,90r0,451r-159,0r0,-226r-57,82r0,-161r57,-83r0,-314r159,-35r0,126","w":281},"\u0144":{"d":"51,-509r157,0r0,43v35,-37,84,-59,140,-59v100,0,166,64,166,184r0,341r-158,0r0,-307v3,-109,-112,-85,-148,-27r0,334r-157,0r0,-509xm484,-712r-165,163r-124,0r139,-163r150,0","w":562},"\u0148":{"d":"51,-509r157,0r0,43v35,-37,84,-59,140,-59v100,0,166,64,166,184r0,341r-158,0r0,-307v3,-109,-112,-85,-148,-27r0,334r-157,0r0,-509xm215,-712r66,79r69,-79r136,0r-147,163r-115,0r-147,-163r138,0","w":562},"\u0146":{"d":"51,-509r157,0r0,43v35,-37,84,-59,140,-59v100,0,166,64,166,184r0,341r-158,0r0,-307v3,-109,-112,-85,-148,-27r0,334r-157,0r0,-509xm369,61r-110,160r-119,0r78,-160r151,0","w":562},"\u00f1":{"d":"51,-509r157,0r0,43v35,-37,84,-59,140,-59v100,0,166,64,166,184r0,341r-158,0r0,-307v3,-109,-112,-85,-148,-27r0,334r-157,0r0,-509xm411,-721r67,77v-37,68,-72,95,-117,95v-54,0,-92,-48,-143,-48v-28,0,-47,16,-57,49r-63,-78v28,-52,61,-85,110,-85v62,0,93,46,145,46v30,0,45,-20,58,-56","w":562},"\u00f3":{"d":"385,-254v0,-83,-36,-130,-93,-130v-56,0,-93,47,-93,130v0,82,36,129,93,129v57,0,93,-47,93,-129xm551,-256v0,171,-125,272,-259,272v-133,0,-257,-101,-257,-272v0,-184,124,-269,257,-269v134,0,259,86,259,269xm482,-712r-165,163r-124,0r139,-163r150,0","w":585},"\u014f":{"d":"385,-254v0,-83,-36,-130,-93,-130v-56,0,-93,47,-93,130v0,82,36,129,93,129v57,0,93,-47,93,-129xm551,-256v0,171,-125,272,-259,272v-133,0,-257,-101,-257,-272v0,-184,124,-269,257,-269v134,0,259,86,259,269xm456,-712v0,98,-67,164,-162,164v-94,0,-162,-66,-162,-164r98,0v1,41,25,63,64,63v39,0,63,-22,64,-63r98,0","w":585},"\u00f4":{"d":"385,-254v0,-83,-36,-130,-93,-130v-56,0,-93,47,-93,130v0,82,36,129,93,129v57,0,93,-47,93,-129xm551,-256v0,171,-125,272,-259,272v-133,0,-257,-101,-257,-272v0,-184,124,-269,257,-269v134,0,259,86,259,269xm361,-549r-66,-78r-69,78r-136,0r147,-163r115,0r147,163r-138,0","w":585},"\u00f6":{"d":"385,-254v0,-83,-36,-130,-93,-130v-56,0,-93,47,-93,130v0,82,36,129,93,129v57,0,93,-47,93,-129xm551,-256v0,171,-125,272,-259,272v-133,0,-257,-101,-257,-272v0,-184,124,-269,257,-269v134,0,259,86,259,269xm125,-695r111,0r0,121r-111,0r0,-121xm348,-695r109,0r0,121r-109,0r0,-121","w":585},"\u00f2":{"d":"385,-254v0,-83,-36,-130,-93,-130v-56,0,-93,47,-93,130v0,82,36,129,93,129v57,0,93,-47,93,-129xm551,-256v0,171,-125,272,-259,272v-133,0,-257,-101,-257,-272v0,-184,124,-269,257,-269v134,0,259,86,259,269xm287,-549r-164,-163r150,0r138,163r-124,0","w":585},"\u0151":{"d":"385,-254v0,-83,-36,-130,-93,-130v-56,0,-93,47,-93,130v0,82,36,129,93,129v57,0,93,-47,93,-129xm551,-256v0,171,-125,272,-259,272v-133,0,-257,-101,-257,-272v0,-184,124,-269,257,-269v134,0,259,86,259,269xm421,-712r124,0r-149,160r-93,0xm232,-712r122,0r-150,160r-91,0","w":585},"\u014d":{"d":"385,-254v0,-83,-36,-130,-93,-130v-56,0,-93,47,-93,130v0,82,36,129,93,129v57,0,93,-47,93,-129xm551,-256v0,171,-125,272,-259,272v-133,0,-257,-101,-257,-272v0,-184,124,-269,257,-269v134,0,259,86,259,269xm153,-670r281,0r0,103r-281,0r0,-103","w":585},"\u00f5":{"d":"385,-254v0,-83,-36,-130,-93,-130v-56,0,-93,47,-93,130v0,82,36,129,93,129v57,0,93,-47,93,-129xm551,-256v0,171,-125,272,-259,272v-133,0,-257,-101,-257,-272v0,-184,124,-269,257,-269v134,0,259,86,259,269xm432,-721r67,77v-37,68,-72,95,-117,95v-54,0,-92,-48,-143,-48v-28,0,-47,16,-57,49r-63,-78v28,-52,61,-85,110,-85v62,0,93,46,145,46v30,0,45,-20,58,-56","w":585},"\u0155":{"d":"50,-509r158,0r0,43v55,-52,120,-72,203,-49r0,150v-67,-31,-148,-18,-203,26r0,339r-158,0r0,-509xm433,-712r-165,163r-124,0r139,-163r150,0","w":402,"k":{".":58,",":76}},"\u0159":{"d":"50,-509r158,0r0,43v55,-52,120,-72,203,-49r0,150v-67,-31,-148,-18,-203,26r0,339r-158,0r0,-509xm172,-712r66,79r69,-79r136,0r-147,163r-115,0r-147,-163r138,0","w":402,"k":{".":58,",":76,"\u014d":20,"\u00f2":20,"\u00f6":20,"\u00f4":20,"\u014f":20,"\u00f3":20,"\u0121":20,"\u0119":20,"\u00e8":20,"\u0117":20,"\u00eb":20,"\u00ea":20,"\u011b":20,"\u0115":20,"\u010f":20,"\u0111":20,"\u010d":20,"\u0107":20,"\u00e7":20,"\u00e3":20,"\u0103":20,"\u00e1":20,"\u0153":20,"\u00e6":20,"q":20,"o":20,"g":20,"e":20,"d":20,"c":20,"a":20}},"\u0157":{"d":"50,-509r158,0r0,43v55,-52,120,-72,203,-49r0,150v-67,-31,-148,-18,-203,26r0,339r-158,0r0,-509xm236,61r-110,160r-119,0r78,-160r151,0","w":402},"\u015b":{"d":"342,-155v0,-33,-41,-34,-112,-45v-90,-13,-179,-49,-179,-154v0,-208,303,-202,440,-110r-74,111v-32,-26,-94,-42,-145,-42v-38,0,-67,12,-67,39v0,27,37,34,102,40v90,9,195,47,195,155v0,216,-344,213,-476,103r67,-120v40,40,122,63,177,63v42,0,72,-13,72,-40xm467,-712r-165,163r-124,0r139,-163r150,0","w":528},"\u0161":{"d":"342,-155v0,-33,-41,-34,-112,-45v-90,-13,-179,-49,-179,-154v0,-208,303,-202,440,-110r-74,111v-32,-26,-94,-42,-145,-42v-38,0,-67,12,-67,39v0,27,37,34,102,40v90,9,195,47,195,155v0,216,-344,213,-476,103r67,-120v40,40,122,63,177,63v42,0,72,-13,72,-40xm204,-712r66,79r69,-79r136,0r-147,163r-115,0r-147,-163r138,0","w":528},"\u015f":{"d":"342,-155v0,-33,-41,-34,-112,-45v-90,-13,-179,-49,-179,-154v0,-208,303,-202,440,-110r-74,111v-32,-26,-94,-42,-145,-42v-38,0,-67,12,-67,39v0,27,37,34,102,40v90,9,195,47,195,155v0,216,-344,213,-476,103r67,-120v40,40,122,63,177,63v42,0,72,-13,72,-40xm237,0r81,0r-31,40v65,6,102,40,102,97v0,57,-58,102,-141,102v-56,0,-105,-14,-133,-34r36,-57v38,27,121,31,127,-18v4,-31,-53,-43,-97,-35","w":528},"\uf6c2":{"d":"342,-155v0,-33,-41,-34,-112,-45v-90,-13,-179,-49,-179,-154v0,-208,303,-202,440,-110r-74,111v-32,-26,-94,-42,-145,-42v-38,0,-67,12,-67,39v0,27,37,34,102,40v90,9,195,47,195,155v0,216,-344,213,-476,103r67,-120v40,40,122,63,177,63v42,0,72,-13,72,-40xm237,0r81,0r-31,40v65,6,102,40,102,97v0,57,-58,102,-141,102v-56,0,-105,-14,-133,-34r36,-57v38,27,121,31,127,-18v4,-31,-53,-43,-97,-35","w":528},"\u015d":{"d":"342,-155v0,-33,-41,-34,-112,-45v-90,-13,-179,-49,-179,-154v0,-208,303,-202,440,-110r-74,111v-32,-26,-94,-42,-145,-42v-38,0,-67,12,-67,39v0,27,37,34,102,40v90,9,195,47,195,155v0,216,-344,213,-476,103r67,-120v40,40,122,63,177,63v42,0,72,-13,72,-40xm343,-549r-66,-78r-69,78r-136,0r147,-163r115,0r147,163r-138,0","w":528},"\u0219":{"d":"342,-155v0,-33,-41,-34,-112,-45v-90,-13,-179,-49,-179,-154v0,-208,303,-202,440,-110r-74,111v-32,-26,-94,-42,-145,-42v-38,0,-67,12,-67,39v0,27,37,34,102,40v90,9,195,47,195,155v0,216,-344,213,-476,103r67,-120v40,40,122,63,177,63v42,0,72,-13,72,-40xm357,61r-110,160r-119,0r78,-160r151,0","w":528},"\u0167":{"d":"26,-312r50,0r0,-62r-66,0r0,-135r66,0r0,-93r157,-48r0,141r154,0r0,135r-154,0r0,62r73,0r0,81r-73,0v-4,71,14,111,69,111v28,0,54,-11,75,-27r41,127v-38,21,-75,34,-144,34v-140,0,-208,-69,-198,-245r-50,0r0,-81","w":415},"\u0165":{"d":"377,-143r41,123v-38,21,-83,36,-152,36v-127,0,-190,-54,-190,-209r0,-181r-66,0r0,-135r66,0r0,-93r157,-48r0,141r154,0r0,135r-154,0r0,169v-9,111,89,97,144,62xm316,-779r124,0r-76,216r-76,0","w":415},"\u0163":{"d":"377,-143r41,123v-38,21,-83,36,-152,36v-127,0,-190,-54,-190,-209r0,-181r-66,0r0,-135r66,0r0,-93r157,-48r0,141r154,0r0,135r-154,0r0,169v-9,111,89,97,144,62xm331,61r-110,160r-119,0r78,-160r151,0","w":415},"\u021b":{"d":"377,-143r41,123v-38,21,-83,36,-152,36v-127,0,-190,-54,-190,-209r0,-181r-66,0r0,-135r66,0r0,-93r157,-48r0,141r154,0r0,135r-154,0r0,169v-9,111,89,97,144,62xm331,61r-110,160r-119,0r78,-160r151,0","w":415},"\u00fa":{"d":"513,0r-158,0r0,-43v-35,38,-84,58,-139,58v-100,0,-166,-63,-166,-184r0,-340r157,0r0,307v-3,106,110,83,148,27r0,-334r158,0r0,509xm485,-712r-165,163r-124,0r139,-163r150,0","w":564},"\u016d":{"d":"513,0r-158,0r0,-43v-35,38,-84,58,-139,58v-100,0,-166,-63,-166,-184r0,-340r157,0r0,307v-3,106,110,83,148,27r0,-334r158,0r0,509xm444,-712v0,98,-67,164,-162,164v-94,0,-162,-66,-162,-164r98,0v1,41,25,63,64,63v39,0,63,-22,64,-63r98,0","w":564},"\u00fb":{"d":"513,0r-158,0r0,-43v-35,38,-84,58,-139,58v-100,0,-166,-63,-166,-184r0,-340r157,0r0,307v-3,106,110,83,148,27r0,-334r158,0r0,509xm350,-549r-66,-78r-69,78r-136,0r147,-163r115,0r147,163r-138,0","w":564},"\u00fc":{"d":"513,0r-158,0r0,-43v-35,38,-84,58,-139,58v-100,0,-166,-63,-166,-184r0,-340r157,0r0,307v-3,106,110,83,148,27r0,-334r158,0r0,509xm117,-695r111,0r0,121r-111,0r0,-121xm340,-695r109,0r0,121r-109,0r0,-121","w":564},"\u00f9":{"d":"513,0r-158,0r0,-43v-35,38,-84,58,-139,58v-100,0,-166,-63,-166,-184r0,-340r157,0r0,307v-3,106,110,83,148,27r0,-334r158,0r0,509xm269,-549r-164,-163r150,0r138,163r-124,0","w":564},"\u0171":{"d":"513,0r-158,0r0,-43v-35,38,-84,58,-139,58v-100,0,-166,-63,-166,-184r0,-340r157,0r0,307v-3,106,110,83,148,27r0,-334r158,0r0,509xm416,-712r124,0r-149,160r-93,0xm227,-712r122,0r-150,160r-91,0","w":564},"\u016b":{"d":"513,0r-158,0r0,-43v-35,38,-84,58,-139,58v-100,0,-166,-63,-166,-184r0,-340r157,0r0,307v-3,106,110,83,148,27r0,-334r158,0r0,509xm144,-670r281,0r0,103r-281,0r0,-103","w":564},"\u0173":{"d":"513,0r-158,0r0,-43v-35,38,-84,58,-139,58v-100,0,-166,-63,-166,-184r0,-340r157,0r0,307v-3,106,110,83,148,27r0,-334r158,0r0,509xm410,0r87,0v-69,21,-119,57,-119,102v0,63,112,50,141,8r50,75v-70,69,-289,76,-289,-57v0,-68,60,-128,130,-128","w":564},"\u016f":{"d":"513,0r-158,0r0,-43v-35,38,-84,58,-139,58v-100,0,-166,-63,-166,-184r0,-340r157,0r0,307v-3,106,110,83,148,27r0,-334r158,0r0,509xm285,-780v76,0,137,50,137,122v0,72,-61,121,-137,121v-78,0,-137,-49,-137,-121v0,-72,59,-122,137,-122xm285,-704v-29,0,-53,14,-53,46v0,30,24,46,53,46v29,0,53,-16,53,-46v0,-32,-24,-46,-53,-46","w":564},"\u0169":{"d":"513,0r-158,0r0,-43v-35,38,-84,58,-139,58v-100,0,-166,-63,-166,-184r0,-340r157,0r0,307v-3,106,110,83,148,27r0,-334r158,0r0,509xm422,-721r67,77v-37,68,-72,95,-117,95v-54,0,-92,-48,-143,-48v-28,0,-47,16,-57,49r-63,-78v28,-52,61,-85,110,-85v62,0,93,46,145,46v30,0,45,-20,58,-56","w":564},"\u0175":{"d":"581,-193r111,-316r165,0r-199,509r-154,0r-87,-254r-86,254r-157,0r-197,-509r171,0r108,316r101,-316r118,0xm483,-549r-66,-78r-69,78r-136,0r147,-163r115,0r147,163r-138,0","w":835},"\u00fd":{"d":"176,1r-199,-510r176,0r104,323r106,-323r174,0r-203,523v-44,112,-104,192,-224,192v-49,0,-97,-9,-133,-27r39,-136v56,28,139,36,160,-42xm472,-712r-165,163r-124,0r139,-163r150,0","w":515,"k":{".":40,",":50}},"\u0177":{"d":"176,1r-199,-510r176,0r104,323r106,-323r174,0r-203,523v-44,112,-104,192,-224,192v-49,0,-97,-9,-133,-27r39,-136v56,28,139,36,160,-42xm326,-549r-66,-78r-69,78r-136,0r147,-163r115,0r147,163r-138,0","w":515},"\u00ff":{"d":"176,1r-199,-510r176,0r104,323r106,-323r174,0r-203,523v-44,112,-104,192,-224,192v-49,0,-97,-9,-133,-27r39,-136v56,28,139,36,160,-42xm88,-695r111,0r0,121r-111,0r0,-121xm311,-695r109,0r0,121r-109,0r0,-121","w":515},"\u017a":{"d":"485,-483r-230,348r220,0r0,135r-461,0r0,-24r234,-350r-217,0r0,-135r454,0r0,26xm444,-712r-165,163r-124,0r139,-163r150,0","w":500},"\u017e":{"d":"485,-483r-230,348r220,0r0,135r-461,0r0,-24r234,-350r-217,0r0,-135r454,0r0,26xm189,-712r66,79r69,-79r136,0r-147,163r-115,0r-147,-163r138,0","w":500},"\u017c":{"d":"485,-483r-230,348r220,0r0,135r-461,0r0,-24r234,-350r-217,0r0,-135r454,0r0,26xm326,-562r-133,0r0,-132r133,0r0,132","w":500},"$":{"d":"225,-814r69,0r0,123v22,-2,46,0,67,1r0,-124r70,0r0,134v68,15,123,46,169,92r-88,100v-22,-21,-50,-36,-81,-48r0,134v105,30,167,90,167,180v0,112,-66,176,-167,201r0,133r-70,0r0,-123v-22,3,-44,3,-67,1r0,122r-69,0r0,-129v-80,-15,-144,-49,-194,-101r87,-105v29,29,64,50,107,63r0,-143v-101,-25,-167,-79,-167,-187v0,-99,64,-167,167,-191r0,-133xm361,-144r0,-138v-20,-2,-45,-5,-67,-9r0,147v23,4,51,2,67,0xm361,-553v-22,-4,-45,-5,-67,-5r0,134v18,3,44,5,67,9r0,-138xm431,-155v44,-18,57,-96,0,-114r0,114xm225,-547v-49,16,-56,93,0,109r0,-109","w":638},"\u00a2":{"d":"241,-839r116,0r0,126v49,11,91,35,128,75r-84,98v-13,-12,-26,-23,-44,-27r0,233v20,-6,35,-18,47,-34r84,105v-37,42,-80,67,-131,77r0,136r-116,0r0,-137v-115,-22,-204,-115,-204,-260v0,-145,87,-242,204,-266r0,-126xm185,-450v0,59,22,99,56,115r0,-230v-34,17,-56,57,-56,115","w":505},"\u00a3":{"d":"402,-257r-169,0r0,104r301,0r0,153r-471,0r0,-257r-41,0r0,-124r41,0r0,-131v4,-235,350,-255,512,-141r-74,132v-66,-57,-262,-82,-268,34r0,106r169,0r0,124","w":553},"\u00a5":{"d":"608,-82r-178,0r0,82r-170,0r0,-82r-174,0r0,-110r174,0r0,-67r-174,0r0,-110r117,0r-223,-333r195,0r171,266r173,-266r192,0r-225,333r122,0r0,110r-178,0r0,67r178,0r0,110","w":692},"\u0192":{"d":"242,-39v-2,131,-80,241,-199,241v-68,0,-100,-5,-141,-23r21,-118v31,11,51,15,85,15v52,0,77,-37,77,-104r0,-346r-64,0r0,-135r64,0v0,-22,1,-41,5,-58v29,-142,120,-167,228,-158v44,3,79,13,110,30r-48,112v-45,-30,-127,-37,-133,35v-3,10,-5,23,-5,39r124,0r0,135r-124,0r0,335","w":370},"#":{"d":"519,-558r120,0r-12,134r-120,0r-8,124r118,0r-11,133r-117,0r-10,167r-132,0r11,-167r-113,0r-10,167r-132,0r10,-167r-107,0r11,-133r107,0r9,-124r-105,0r12,-134r104,0r8,-144r131,0r-8,144r112,0r9,-144r131,0xm377,-424r-114,0r-8,124r113,0","w":645},"\u00a4":{"d":"708,-702r-133,183v57,79,57,243,-3,321r144,198r-198,0r-77,-105v-51,22,-116,21,-167,-1r-76,106r-196,0r144,-198v-60,-78,-60,-241,-4,-320r-132,-184r196,0r65,91v54,-22,121,-23,175,0r67,-91r195,0xm454,-358v0,-83,-39,-130,-95,-130v-56,0,-95,47,-95,130v0,82,39,130,95,130v56,0,95,-48,95,-130","w":718},"0":{"d":"321,-721v171,0,289,155,289,368v0,212,-118,369,-289,369v-171,0,-289,-157,-289,-369v0,-213,118,-368,289,-368xm321,-567v-77,0,-120,97,-120,217v0,118,43,214,120,214v77,0,119,-96,119,-214v0,-120,-42,-217,-119,-217","w":642},"1":{"d":"582,-140r0,140r-423,0r0,-140r140,0r0,-398r-164,119r-73,-114r244,-169r153,0r0,562r123,0","w":642},"2":{"d":"311,-140r282,0r0,140r-551,0r0,-79v274,-219,373,-337,373,-413v0,-57,-35,-80,-96,-80v-65,0,-136,23,-192,74r-82,-124v70,-64,166,-99,282,-99v172,0,265,76,265,213v0,128,-114,249,-281,368","w":642},"3":{"d":"244,-299r0,-119v150,0,168,-43,168,-86v0,-46,-35,-75,-104,-75v-79,0,-137,25,-193,74r-80,-114v76,-65,154,-102,291,-102v177,0,258,77,258,189v0,84,-55,161,-176,170v130,13,190,82,190,179v0,131,-123,199,-289,199v-122,0,-198,-32,-275,-99r80,-113v56,50,117,70,195,70v67,0,114,-29,114,-80v0,-54,-23,-93,-179,-93","w":642},"4":{"d":"520,-702r0,407r107,0r0,138r-107,0r0,157r-155,0r0,-157r-339,0r0,-106r344,-439r150,0xm365,-295r0,-217r-166,217r166,0","w":642},"5":{"d":"103,-702r452,0r0,142r-298,0r0,118v28,-4,54,-7,87,-7v180,0,251,109,251,225v0,142,-90,240,-280,240v-110,0,-199,-22,-271,-69r63,-133v46,35,124,60,194,60v81,0,125,-33,125,-95v0,-128,-226,-103,-323,-74r0,-407","w":642},"6":{"d":"211,-269v9,89,66,138,126,138v64,0,103,-44,103,-99v0,-61,-28,-105,-97,-105v-52,0,-97,23,-132,66xm197,-387v48,-52,108,-76,186,-76v137,0,232,90,232,225v0,157,-122,254,-273,254v-167,0,-308,-126,-308,-357v0,-241,150,-380,339,-380v94,0,167,23,235,77r-77,127v-133,-101,-324,-75,-334,130","w":642},"7":{"d":"40,-702r572,0r0,76v-117,214,-209,415,-283,626r-184,0v67,-191,157,-381,261,-560r-366,0r0,-142","w":642},"8":{"d":"164,-362v-69,-26,-118,-76,-118,-157v0,-121,97,-202,275,-202v174,0,274,76,274,202v0,82,-46,132,-116,156v67,21,131,71,131,170v0,140,-105,209,-289,209v-178,0,-290,-66,-290,-209v0,-81,57,-144,133,-169xm321,-593v-76,0,-113,40,-113,86v0,54,35,87,113,87v77,0,112,-36,112,-87v0,-50,-37,-86,-112,-86xm321,-303v-78,0,-120,42,-120,92v0,55,39,90,120,90v80,0,119,-35,119,-90v0,-55,-40,-92,-119,-92","w":642},"9":{"d":"438,-436v-9,-88,-66,-138,-126,-138v-64,0,-103,44,-103,100v0,60,28,105,97,105v52,0,97,-24,132,-67xm452,-317v-48,52,-108,76,-186,76v-137,0,-232,-90,-232,-226v0,-156,122,-254,273,-254v167,0,308,127,308,357v0,242,-150,380,-339,380v-94,0,-167,-23,-235,-76r77,-127v133,101,324,74,334,-130","w":642},"&":{"d":"579,-442r155,41v-21,81,-66,176,-135,254r140,147r-213,0r-45,-47v-146,109,-449,82,-449,-140v0,-115,64,-167,139,-201v-109,-141,-33,-333,166,-333v113,0,208,50,208,169v0,112,-70,160,-146,194r107,113v38,-55,64,-123,73,-197xm286,-119v38,0,73,-10,103,-29r-137,-148v-35,20,-59,46,-59,89v0,52,37,88,93,88xm343,-597v-84,0,-70,99,-26,151v45,-21,80,-48,80,-98v0,-34,-19,-53,-54,-53","w":756},"\u00b9":{"d":"160,-702r110,0r0,422r-115,0r0,-309r-98,70r-54,-80","w":323},"\u00b2":{"d":"366,-281r-350,0v2,-230,227,-205,227,-288v0,-29,-20,-42,-51,-42v-43,0,-85,10,-123,42r-52,-85v43,-39,109,-60,184,-60v101,0,167,55,167,131v0,140,-188,149,-207,206r205,0r0,96","w":398},"\u00b3":{"d":"146,-459r0,-76v82,0,93,-15,93,-41v0,-25,-17,-41,-50,-41v-48,0,-85,16,-117,44r-50,-80v46,-38,96,-61,178,-61v105,0,161,46,161,114v0,49,-31,97,-103,102v78,5,111,48,111,106v0,79,-83,120,-182,120v-72,0,-120,-19,-165,-59r49,-80v32,30,70,42,116,42v34,0,58,-15,58,-45v0,-32,-15,-45,-99,-45","w":409},"%":{"d":"643,-702r135,0r-513,702r-134,0xm204,-712v113,0,173,93,173,221v0,127,-60,221,-173,221v-112,0,-174,-94,-174,-221v0,-128,62,-221,174,-221xm204,-607v-47,0,-59,45,-59,117v0,71,12,116,59,116v46,0,59,-45,59,-116v0,-72,-13,-117,-59,-117xm708,-431v112,0,173,92,173,220v0,127,-61,222,-173,222v-113,0,-175,-95,-175,-222v0,-128,62,-220,175,-220xm708,-327v-47,0,-60,45,-60,118v0,70,13,116,60,116v45,0,58,-46,58,-116v0,-73,-13,-118,-58,-118","w":911},"^":{"d":"370,-366r-99,-253r-93,253r-149,0r181,-428r123,0r186,428r-149,0","w":548},"~":{"d":"482,-437r73,94v-51,73,-97,106,-161,106v-87,0,-146,-77,-221,-77v-37,0,-75,23,-91,70r-71,-91v38,-57,81,-100,154,-100v89,0,146,72,222,72v43,0,74,-25,95,-74","w":567},"\u00b7":{"d":"226,-198r-176,0r0,-179r176,0r0,179","w":276},"\u2219":{"d":"226,-198r-176,0r0,-179r176,0r0,179","w":276},"+":{"d":"347,-600r0,199r200,0r0,130r-200,0r0,198r-129,0r0,-198r-198,0r0,-130r198,0r0,-199r129,0","w":567},"\u00d7":{"d":"142,-594r141,141r141,-141r91,91r-141,141r141,140r-92,92r-140,-141r-140,141r-92,-92r141,-140r-141,-141","w":567},"\u00b1":{"d":"547,0r-527,0r0,-129r527,0r0,129xm347,-700r0,199r200,0r0,130r-200,0r0,198r-129,0r0,-198r-198,0r0,-130r198,0r0,-199r129,0","w":567},"<":{"d":"247,-335r255,189r-71,115r-361,-266r0,-74r360,-265r72,114","w":567},"=":{"d":"547,-132r-527,0r0,-129r527,0r0,129xm547,-412r-527,0r0,-129r527,0r0,129","w":567},">":{"d":"324,-333r-256,-189r71,-115r361,266r0,74r-360,265r-72,-114","w":567},"\u00f7":{"d":"547,-271r-527,0r0,-130r527,0r0,130xm364,-56r-167,0r0,-147r167,0r0,147xm364,-464r-167,0r0,-147r167,0r0,147","w":567},"\u00ac":{"d":"20,-222r0,-129r519,0r0,351r-152,0r0,-222r-367,0","w":567},"|":{"d":"253,193r-153,0r0,-1025r153,0r0,1025","w":353},"\u00a6":{"d":"253,193r-153,0r0,-378r153,0r0,378xm253,-454r-153,0r0,-378r153,0r0,378","w":353},"\u00b0":{"d":"215,-712v120,0,184,98,184,234v0,135,-64,235,-184,235v-120,0,-185,-100,-185,-235v0,-136,65,-234,185,-234xm215,-599v-49,0,-63,47,-63,123v0,74,14,122,63,122v48,0,62,-48,62,-122v0,-76,-14,-123,-62,-123","w":429},"\u00aa":{"d":"486,-195r-158,0r0,-40v-105,101,-303,64,-303,-114v0,-175,162,-200,303,-159v10,-116,-159,-97,-220,-41r-62,-107v157,-104,440,-101,440,147r0,314xm328,-343r0,-62v-50,-20,-139,-24,-138,46v1,83,114,69,138,16","w":534},"\u00ba":{"d":"384,-450v0,-83,-36,-130,-93,-130v-57,0,-93,47,-93,130v0,82,36,130,93,130v57,0,93,-48,93,-130xm549,-451v0,171,-125,270,-258,270v-133,0,-258,-99,-258,-270v0,-184,125,-270,258,-270v133,0,258,86,258,270","w":584},"_":{"d":"547,169r-527,0r0,-129r527,0r0,129","w":567},"\u2014":{"d":"847,-227r-827,0r0,-129r827,0r0,129","w":867},"\u2013":{"d":"547,-222r-527,0r0,-129r527,0r0,129","w":567},"-":{"d":"253,-227r-233,0r0,-129r233,0r0,129","w":273},"\u00ad":{"d":"253,-227r-233,0r0,-129r233,0r0,129","w":273},"'":{"d":"39,-702r139,0r-29,264r-95,0","w":217},"\"":{"d":"224,-702r139,0r-28,264r-97,0xm39,-702r139,0r-29,264r-95,0","w":402},"\u201c":{"d":"373,-552r-144,0r127,-291r102,0xm156,-552r-144,0r127,-291r102,0","w":470},"\u00ab":{"d":"178,-359r156,198r-86,100r-225,-268r0,-56r224,-270r87,97xm472,-359r155,198r-86,100r-224,-268r0,-56r224,-270r86,97","w":650},"\u00bb":{"d":"472,-357r-155,-199r86,-99r224,268r0,56r-224,270r-86,-98xm179,-357r-156,-199r86,-99r225,268r0,56r-224,270r-87,-98","w":650},"\u201e":{"d":"97,-107r144,0r-127,291r-102,0xm314,-107r144,0r-127,291r-102,0","w":468},"\u201d":{"d":"97,-843r144,0r-127,291r-102,0xm314,-843r144,0r-127,291r-102,0","w":470},"\u2019":{"d":"97,-842r144,0r-127,291r-102,0","w":253},"\u2018":{"d":"156,-551r-144,0r127,-291r102,0","w":253},",":{"d":"83,-112r160,0r-132,301r-118,0","w":262},".":{"d":"216,0r-165,0r0,-160r165,0r0,160","w":268},":":{"d":"218,0r-164,0r0,-160r164,0r0,160xm218,-349r-164,0r0,-160r164,0r0,160","w":272},";":{"d":"219,-349r-165,0r0,-160r165,0r0,160xm83,-112r160,0r-132,301r-118,0","w":262},"\u2026":{"d":"249,0r-167,0r0,-162r167,0r0,162xm579,0r-166,0r0,-162r166,0r0,162xm910,0r-167,0r0,-162r167,0r0,162","w":992},"?":{"d":"287,-578v-71,0,-143,24,-199,75r-82,-119v70,-64,167,-98,290,-98v165,0,262,71,262,198v0,206,-226,184,-226,300r-156,0v4,-168,203,-174,203,-283v0,-54,-37,-73,-92,-73xm173,-162r167,0r0,162r-167,0r0,-162","w":572},"\u00bf":{"d":"276,69v72,0,144,-24,200,-74r82,118v-71,64,-167,98,-291,98v-164,0,-261,-71,-261,-198v0,-194,223,-187,225,-299r156,0v-4,167,-202,174,-202,283v0,53,36,72,91,72xm391,-346r-167,0r0,-163r167,0r0,163","w":572},"!":{"d":"92,-702r187,0r-30,450r-126,0xm269,0r-167,0r0,-162r167,0r0,162","w":373},"\u00a1":{"d":"279,193r-187,0r31,-449r125,0xm103,-509r166,0r0,163r-166,0r0,-163","w":373},"(":{"d":"185,-267v0,202,71,331,159,404r-91,92v-138,-99,-221,-257,-221,-496v0,-239,83,-397,221,-497r91,100v-88,73,-159,194,-159,397","w":299},")":{"d":"114,-267v0,-202,-72,-331,-160,-404r91,-92v138,100,222,257,222,496v0,239,-84,397,-222,497r-91,-100v88,-73,160,-194,160,-397","w":299},"[":{"d":"375,196r-306,0r0,-926r306,0r0,127r-157,0r0,675r157,0r0,124","w":345},"]":{"d":"-30,-729r306,0r0,926r-306,0r0,-126r158,0r0,-675r-158,0r0,-125","w":345},"{":{"d":"109,-94v0,-83,-20,-127,-77,-127r0,-103v59,0,77,-61,77,-127v0,-175,105,-283,257,-308r24,133v-97,17,-128,80,-128,198v0,81,-29,139,-65,152v39,14,66,67,66,159v0,107,28,193,127,201r-22,135v-169,-13,-259,-168,-259,-313","w":364},"}":{"d":"255,-445v0,83,20,127,77,127r0,103v-59,0,-77,61,-77,127v0,175,-105,283,-257,308r-24,-133v97,-17,128,-80,128,-197v0,-82,28,-139,65,-153v-40,-14,-66,-66,-66,-159v0,-106,-29,-193,-127,-201r22,-135v168,13,259,168,259,313","w":364},"\/":{"d":"341,-702r156,0r-379,702r-157,0","w":438},"\\":{"d":"-40,-702r156,0r380,702r-157,0","w":438},"*":{"d":"291,-702r-33,150r115,-75r44,133r-132,18r95,106r-116,78r-50,-140r-59,134r-113,-81r98,-98r-123,-18r44,-135r113,78r-24,-150r141,0","w":434},"\u00a7":{"d":"633,-282v0,75,-30,126,-78,164v21,27,33,60,33,101v0,132,-102,217,-260,217v-113,0,-208,-35,-280,-106r92,-106v56,54,123,75,191,75v55,0,90,-22,90,-63v0,-38,-28,-63,-119,-74v-152,-18,-264,-85,-264,-204v0,-74,29,-125,78,-162v-22,-28,-34,-61,-34,-103v0,-132,102,-217,259,-217v113,0,209,36,280,107r-91,105v-56,-53,-123,-75,-192,-75v-55,0,-88,23,-88,63v0,39,29,64,119,74v153,18,264,85,264,204xm465,-265v0,-39,-33,-62,-127,-76v-23,-3,-45,-9,-64,-15v-44,7,-68,27,-68,61v0,40,34,62,127,76v23,4,45,9,64,15v44,-6,68,-27,68,-61","w":671},"\u00b6":{"d":"258,-702r369,0r0,702r-139,0r0,-219r-59,0r0,219r-140,0r0,-219v-171,12,-264,-101,-265,-241v0,-140,87,-242,234,-242","w":688},"\u00a9":{"d":"394,-721v229,0,367,181,367,369v0,223,-156,368,-367,368v-210,0,-364,-145,-364,-368v0,-210,154,-369,364,-369xm395,-621v-143,0,-250,108,-250,269v0,164,107,270,250,270v147,0,253,-106,253,-270v0,-161,-106,-269,-253,-269xm561,-216v-113,129,-355,62,-355,-139v0,-199,234,-276,352,-146r-71,80v-52,-57,-153,-42,-153,63v0,115,109,120,157,57","w":791},"\u00ae":{"d":"460,-503v0,122,-90,219,-217,219v-128,0,-215,-97,-215,-219v0,-121,87,-219,215,-219v127,0,217,98,217,219xm377,-503v0,-81,-47,-145,-134,-145v-85,0,-133,64,-133,145v0,82,50,147,133,147v81,0,134,-70,134,-147xm222,-514v23,-1,60,6,60,-18v0,-24,-37,-16,-60,-17r0,35xm355,-402r-80,0r-41,-64r-12,0r0,64r-70,0r0,-207r134,0v46,0,70,34,70,70v0,42,-17,59,-53,67","w":488},"\u2122":{"d":"126,-608r-102,0r0,-94r304,0r0,94r-102,0r0,236r-100,0r0,-236xm490,-702r75,170r73,-170r131,0r0,330r-98,0r0,-199r-85,199r-45,0r-85,-199r0,199r-97,0r0,-330r131,0","w":828},"@":{"d":"685,-87r-141,0r0,-40v-100,103,-293,61,-293,-114v0,-170,158,-201,293,-157v5,-72,-20,-105,-109,-105v-166,0,-249,126,-249,258v0,132,82,256,265,256v298,0,375,-227,265,-438r114,-53v147,293,24,616,-388,616v-215,0,-400,-136,-400,-376v0,-219,179,-382,395,-382v152,0,248,64,248,214r0,321xm544,-235r0,-61v-52,-21,-138,-24,-138,46v0,81,115,71,138,15","w":928},"\u00bc":{"d":"737,-422r0,245r65,0r0,95r-65,0r0,82r-104,0r0,-82r-211,0r0,-76r207,-264r108,0xm633,-177r0,-123r-94,123r94,0xm622,-702r135,0r-528,702r-134,0xm175,-702r110,0r0,422r-115,0r0,-309r-98,70r-54,-80","w":817},"\u00bd":{"d":"623,-702r135,0r-529,702r-133,0xm175,-702r110,0r0,422r-115,0r0,-309r-98,70r-54,-80xm866,0r-350,0v3,-230,227,-205,227,-288v0,-29,-20,-42,-50,-42v-44,0,-85,10,-124,42r-51,-85v42,-39,109,-60,183,-60v101,0,167,55,167,131v0,140,-188,149,-207,206r205,0r0,96","w":887},"\u00be":{"d":"752,-422r0,245r65,0r0,95r-65,0r0,82r-104,0r0,-82r-211,0r0,-76r207,-264r108,0xm648,-177r0,-123r-94,123r94,0xm635,-702r135,0r-528,702r-134,0xm138,-459r0,-76v83,0,93,-15,93,-41v0,-25,-17,-41,-49,-41v-49,0,-86,16,-118,44r-49,-80v45,-38,96,-61,177,-61v106,0,162,46,162,114v0,49,-31,97,-104,102v78,5,111,48,111,106v0,79,-82,120,-181,120v-73,0,-121,-19,-165,-59r49,-80v31,30,69,42,116,42v33,0,57,-15,57,-45v0,-32,-14,-45,-99,-45","w":828},"\u00b4":{"d":"382,-712r-165,163r-124,0r139,-163r150,0","w":463},"\u02c7":{"d":"298,-712r66,79r69,-79r136,0r-147,163r-115,0r-147,-163r138,0","w":644},"\u00b8":{"d":"388,0r81,0r-31,40v65,6,102,40,102,97v0,57,-58,102,-141,102v-56,0,-105,-14,-133,-34r36,-57v38,27,121,31,127,-18v4,-31,-53,-43,-97,-35","w":661},"\u00a8":{"d":"162,-695r111,0r0,121r-111,0r0,-121xm385,-695r109,0r0,121r-109,0r0,-121"},"`":{"d":"343,-549r-164,-163r150,0r138,163r-124,0","w":545},"\u00af":{"d":"197,-670r281,0r0,103r-281,0r0,-103"},"\u02c9":{"d":"197,-670r281,0r0,103r-281,0r0,-103"},"\u00a0":{"w":305},"\u00b5":{"d":"194,193r-159,0r16,-368r0,-334r158,0r0,307v-2,106,109,83,148,27r0,-334r158,0r0,509r-158,0r0,-43v-42,44,-111,72,-177,50","w":565},"\u03bc":{"d":"194,193r-159,0r16,-368r0,-334r158,0r0,307v-2,106,109,83,148,27r0,-334r158,0r0,509r-158,0r0,-43v-42,44,-111,72,-177,50","w":565}}});

// Cufon inicializace
Cufon.replace('#main-menu li, #claim', { fontFamily: 'zeppelin', hover: true});

// předvyplněný text v inputech 
(function($){$.fn.inputText=function(sett){var o=$.extend({text:'Defaultní text'},sett);return this.each(function(){if(this.type&&this.type=='text'){var text=this.value==''?o.text:this.value,that=this;$(this).val(text).focus(function(){if(this.value==text)this.value=''}).blur(function(){if(this.value=='')this.value=text});$(this.form).submit(function(){if(that.value==text)that.value=''})}})}}(jQuery));

// Modernizr 
window.Modernizr=(function(P,l){var _='1.1', J={},T=true,ab=true,M=100,ad=l.documentElement,U=l.createElement("modernizr"),k=U.style,Z=l.createElement("input"),o="canvas",Y="canvastext",V="rgba",g="hsla",Q="multiplebgs",x="borderimage",D="borderradius",v="boxshadow",X="opacity",B="cssanimations",R="csscolumns",a="cssgradients",p="cssreflections",h="csstransforms",w="csstransforms3d",aa="csstransitions",F="fontface",K="geolocation",e="video",A="audio",d="input",u=d+"types",N="background",b=N+"Color",G="canPlayType",H="localstorage",j="sessionstorage",C="webworkers",O="applicationcache",c=" -o- -moz- -ms- -webkit- ".split(" "),s={},z={},r={},q,S,W,L,n=[];function y(f){k.cssText=f}function E(i,f){return y(c.join(i+";")+(f||""))}function I(i,f){return i.indexOf(f)!==-1}function ac(m,ae){for(var f in m){if(k[m[f]]!==undefined&&(!ae||ae(m[f]))){return true}}}function t(ae,m){var i=ae.charAt(0).toUpperCase()+ae.substr(1),f=[ae,"webkit"+i,"Moz"+i,"moz"+i,"o"+i,"ms"+i];return !!ac(f,m)}s[o]=function(){return !!l.createElement(o).getContext};s[Y]=function(){return !!(s[o]()&&typeof l.createElement(o).getContext("2d").fillText=="function")};s[K]=function(){return !!navigator.geolocation};s[V]=function(){y(N+"-color:rgba(150,255,150,.5)");return I(k[b],V)};s[g]=function(){y(N+"-color:hsla(120,40%,100%,.5)");return I(k[b],V)};s[Q]=function(){y(N+":url(m.png),url(a.png),#f99 url(m.png)");return/(url\s*\(.*?){3}/.test(k[N])};s[x]=function(){return t("borderImage")};s[D]=function(){return t("borderRadius","",function(f){return I(f,"orderRadius")})};s[v]=function(){return t("boxShadow")};s[X]=function(){y("opacity:.5");return I(k[X],"0.5")};s[B]=function(){return t("animationName")};s[R]=function(){return t("columnCount")};s[a]=function(){var m=N+"-image:",i="gradient(linear,left top,right bottom,from(#9f9),to(white));",f="linear-gradient(left top,#9f9, white);";y(m+i+m+"-webkit-"+i+m+"-moz-"+i+m+"-o-"+i+m+"-ms-"+i+m+f+m+"-webkit-"+f+m+"-moz-"+f+m+"-o-"+f+m+"-ms-"+f);return I(k.backgroundImage,"gradient")};s[p]=function(){return t("boxReflect")};s[h]=function(){return !!ac(["transformProperty","webkitTransform","MozTransform","mozTransform","oTransform","msTransform"])};s[w]=function(){return !!ac(["perspectiveProperty","webkitPerspective","MozPerspective","mozPerspective","oPerspective","msPerspective"])};s[aa]=function(){return t("transitionProperty")};s[F]=(function(){var i;if(!(!/*@cc_on@if(@_jscript_version>=5)!@end@*/0)){i=true}else{var aj=l.createElement("style"),ae=l.createElement("span"),ak,af,ah=false,ag=l.body,ai,m;aj.textContent="@font-face{font-family:testfont;src:url('data:font/ttf;base64,AAEAAAAMAIAAAwBAT1MvMliohmwAAADMAAAAVmNtYXCp5qrBAAABJAAAANhjdnQgACICiAAAAfwAAAAEZ2FzcP//AAMAAAIAAAAACGdseWYv5OZoAAACCAAAANxoZWFk69bnvwAAAuQAAAA2aGhlYQUJAt8AAAMcAAAAJGhtdHgGDgC4AAADQAAAABRsb2NhAIQAwgAAA1QAAAAMbWF4cABVANgAAANgAAAAIG5hbWUgXduAAAADgAAABPVwb3N03NkzmgAACHgAAAA4AAECBAEsAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAACAAMDAAAAAAAAgAACbwAAAAoAAAAAAAAAAFBmRWQAAAAgqS8DM/8zAFwDMwDNAAAABQAAAAAAAAAAAAMAAAADAAAAHAABAAAAAABGAAMAAQAAAK4ABAAqAAAABgAEAAEAAgAuqQD//wAAAC6pAP///9ZXAwAAAAAAAAACAAAABgBoAAAAAAAvAAEAAAAAAAAAAAAAAAAAAAABAAIAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEACoAAAAGAAQAAQACAC6pAP//AAAALqkA////1lcDAAAAAAAAAAIAAAAiAogAAAAB//8AAgACACIAAAEyAqoAAwAHAC6xAQAvPLIHBADtMrEGBdw8sgMCAO0yALEDAC88sgUEAO0ysgcGAfw8sgECAO0yMxEhESczESMiARDuzMwCqv1WIgJmAAACAFUAAAIRAc0ADwAfAAATFRQWOwEyNj0BNCYrASIGARQGKwEiJj0BNDY7ATIWFX8aIvAiGhoi8CIaAZIoN/43KCg3/jcoAWD0JB4eJPQkHh7++EY2NkbVRjY2RgAAAAABAEH/+QCdAEEACQAANjQ2MzIWFAYjIkEeEA8fHw8QDxwWFhwWAAAAAQAAAAIAAIuYbWpfDzz1AAsEAAAAAADFn9IuAAAAAMWf0i797/8zA4gDMwAAAAgAAgAAAAAAAAABAAADM/8zAFwDx/3v/98DiAABAAAAAAAAAAAAAAAAAAAABQF2ACIAAAAAAVUAAAJmAFUA3QBBAAAAKgAqACoAWgBuAAEAAAAFAFAABwBUAAQAAgAAAAEAAQAAAEAALgADAAMAAAAQAMYAAQAAAAAAAACLAAAAAQAAAAAAAQAhAIsAAQAAAAAAAgAFAKwAAQAAAAAAAwBDALEAAQAAAAAABAAnAPQAAQAAAAAABQAKARsAAQAAAAAABgAmASUAAQAAAAAADgAaAUsAAwABBAkAAAEWAWUAAwABBAkAAQBCAnsAAwABBAkAAgAKAr0AAwABBAkAAwCGAscAAwABBAkABABOA00AAwABBAkABQAUA5sAAwABBAkABgBMA68AAwABBAkADgA0A/tDb3B5cmlnaHQgMjAwOSBieSBEYW5pZWwgSm9obnNvbi4gIFJlbGVhc2VkIHVuZGVyIHRoZSB0ZXJtcyBvZiB0aGUgT3BlbiBGb250IExpY2Vuc2UuIEtheWFoIExpIGdseXBocyBhcmUgcmVsZWFzZWQgdW5kZXIgdGhlIEdQTCB2ZXJzaW9uIDMuYmFlYzJhOTJiZmZlNTAzMiAtIHN1YnNldCBvZiBKdXJhTGlnaHRiYWVjMmE5MmJmZmU1MDMyIC0gc3Vic2V0IG9mIEZvbnRGb3JnZSAyLjAgOiBKdXJhIExpZ2h0IDogMjMtMS0yMDA5YmFlYzJhOTJiZmZlNTAzMiAtIHN1YnNldCBvZiBKdXJhIExpZ2h0VmVyc2lvbiAyIGJhZWMyYTkyYmZmZTUwMzIgLSBzdWJzZXQgb2YgSnVyYUxpZ2h0aHR0cDovL3NjcmlwdHMuc2lsLm9yZy9PRkwAQwBvAHAAeQByAGkAZwBoAHQAIAAyADAAMAA5ACAAYgB5ACAARABhAG4AaQBlAGwAIABKAG8AaABuAHMAbwBuAC4AIAAgAFIAZQBsAGUAYQBzAGUAZAAgAHUAbgBkAGUAcgAgAHQAaABlACAAdABlAHIAbQBzACAAbwBmACAAdABoAGUAIABPAHAAZQBuACAARgBvAG4AdAAgAEwAaQBjAGUAbgBzAGUALgAgAEsAYQB5AGEAaAAgAEwAaQAgAGcAbAB5AHAAaABzACAAYQByAGUAIAByAGUAbABlAGEAcwBlAGQAIAB1AG4AZABlAHIAIAB0AGgAZQAgAEcAUABMACAAdgBlAHIAcwBpAG8AbgAgADMALgBiAGEAZQBjADIAYQA5ADIAYgBmAGYAZQA1ADAAMwAyACAALQAgAHMAdQBiAHMAZQB0ACAAbwBmACAASgB1AHIAYQBMAGkAZwBoAHQAYgBhAGUAYwAyAGEAOQAyAGIAZgBmAGUANQAwADMAMgAgAC0AIABzAHUAYgBzAGUAdAAgAG8AZgAgAEYAbwBuAHQARgBvAHIAZwBlACAAMgAuADAAIAA6ACAASgB1AHIAYQAgAEwAaQBnAGgAdAAgADoAIAAyADMALQAxAC0AMgAwADAAOQBiAGEAZQBjADIAYQA5ADIAYgBmAGYAZQA1ADAAMwAyACAALQAgAHMAdQBiAHMAZQB0ACAAbwBmACAASgB1AHIAYQAgAEwAaQBnAGgAdABWAGUAcgBzAGkAbwBuACAAMgAgAGIAYQBlAGMAMgBhADkAMgBiAGYAZgBlADUAMAAzADIAIAAtACAAcwB1AGIAcwBlAHQAIABvAGYAIABKAHUAcgBhAEwAaQBnAGgAdABoAHQAdABwADoALwAvAHMAYwByAGkAcAB0AHMALgBzAGkAbAAuAG8AcgBnAC8ATwBGAEwAAAAAAgAAAAAAAP+BADMAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAQACAQIAEQt6ZXJva2F5YWhsaQ==')}";l.getElementsByTagName("head")[0].appendChild(aj);ae.setAttribute("style","font:99px _,serif;position:absolute;visibility:hidden");if(!ag){ag=ad.appendChild(l.createElement(F));ah=true}ae.innerHTML="........";ae.id="fonttest";ag.appendChild(ae);ak=ae.offsetWidth;ae.style.font="99px testfont,_,serif";i=ak!==ae.offsetWidth;var f=function(){i=J[F]=ak!==ae.offsetWidth;ad.className=ad.className.replace(/(no-)?font.*?\b/,"")+(i?" ":" no-")+F;ai&&(m=true)&&ai(i);ah&&setTimeout(function(){ag.parentNode.removeChild(ag)},50)};setTimeout(f,M)}J._fontfaceready=function(al){(m||i)?al(i):(ai=al)};return function(){return i||ak!==ae.offsetWidth}})();s[e]=function(){var i=l.createElement(e),f=!!i[G];if(f){f=new Boolean(f);f.ogg=i[G]('video/ogg; codecs="theora, vorbis"');f.h264=i[G]('video/mp4; codecs="avc1.42E01E, mp4a.40.2"')}return f};s[A]=function(){var i=l.createElement(A),f=!!i[G];if(f){f=new Boolean(f);f.ogg=i[G]('audio/ogg; codecs="vorbis"');f.mp3=i[G]("audio/mpeg3;");f.wav=i[G]('audio/wav; codecs="1"');f.m4a=i[G]("audio/x-m4a;")}return f};s[H]=function(){return"localStorage" in P};s[j]=function(){return"sessionStorage" in P};s[C]=function(){return !!P.Worker};s[O]=function(){return !!P.applicationCache};for(L in s){if(s.hasOwnProperty(L)){n.push((!(J[L]=s[L]())&&ab?"no-":"")+L)}}J.addTest=function(f,i){if(this.hasOwnProperty(f)){}i=!!(i());ad.className+=" "+(!i&&ab?"no-":"")+f;J[f]=i};J[d]=(function(m){for(var f in m){r[m[f]]=!!(m[f] in Z)}return r})("autocomplete autofocus list placeholder max min multiple pattern required step".split(" "));J[u]=(function(m){for(var f in m){Z.setAttribute("type",m[f]);z[m[f]]=!!(Z.type!=="text")}return z})("search tel url email datetime date month week time datetime-local number range color".split(" "));y("");U=Z=null;if(T&&!(!/*@cc_on!@*/0)){q="abbr article aside audio canvas datalist details eventsource figure footer header hgroup mark menu meter nav output progress section time video".split(" ");W=q.length+1;while(--W){S=l.createElement(q[W])}S=null}J._enableHTML5=T;J._enableNoClasses=ab;J._version=_;(function(f,i){f[i]=f[i].replace(/\bno-js\b/,"js")})(ad,"className");ad.className+=" "+n.join(" ");return J})(this,this.document);

//Adjust heights created by Michal Matuška (fireball_)
(function($){var eqHeights=function(){this.stack=[];this.index=0;this.register=function(el,options,wrap){var opt=options||null;if(opt&&typeof opt=='string'){opt=[opt]}this.stack[this.index]={context:el,elements:opt,too:wrap||false};this.index++};this.calculate=function(obj){var that=obj,context=that.context,elements=that.elements,too=that.too,height=0,height2=0,fn=function(h){var newH=$(this).height();return h>newH?h:newH};context.css('height','auto').each(function(){if(elements){var len=elements.length,j=0;for(var i=len;i--;){height2=0;$(elements[j],this).css('height','auto').each(function(){height2=fn.call(this,height2)}).height(height2);j++}}if(!elements||elements&&too){height=fn.call(this,height)}});if(!elements||elements&&too){context.height(height)}};this.init=function(i){if(this.index){var index=i||null;if(index){index=index=='last'?this.index-1:index=='first'?0:index;this.calculate(this.stack[index])}else{var len=this.stack.length,j=0;for(var i=len;i--;){this.calculate(this.stack[j]);j++}}}};this.refresh=function(){this.init()}};$.eqHeights=new eqHeights;$.fn.eqHeights=function(elements,too){$.eqHeights.register(this,elements,too);$.eqHeights.init('last');return this}})(jQuery);
(function($){$.fn.fontSizeListener=function(callback){var _this=this[0],h=_this.offsetHeight,listen=function(){if(_this.offsetHeight!=h){h=_this.offsetHeight;callback()}},interval=setInterval(listen,200)}})(jQuery);



$(document).ready(function(){

    // Border radius fallback
    if(!Modernizr.borderradius){   
    /*
    **
    **
    */        
    }

    $('input#q').inputText({});	
    

    
    // EQUAL HEIGHTs
    $('#events').eqHeights(['.table .spc']);
    $('#footer').fontSizeListener(function(){
        $.eqHeights.refresh();
    });
    
    // FONT SIZE
    $(document).fontSizeListener('#main-menu', function(){init()});

    // Init pdBox
    $('.thickbox').pdBox({minWidth: 400});
    
    // Event buble
    wWidth = $(window).width();
    $('#events td:has(.buble)').each(function(){
        var $this = $(this),
            $buble = $('.buble', this);
            
            $buble.css('opacity', '0').show();
            wBuble = $buble.width();
            lBuble = $buble.offset().left;
            $buble.hide().css('opacity', '');

            if(wWidth < lBuble + wBuble){
                $buble.addClass('buble-revert');
            }
            
        $this.hover(
            function(){
                $buble
                    .css('bottom', '0px')
                    .show()
                    .animate({
                        'bottom':'20px'
                    }, 100);
            }, 
            function(){
                $buble.hide();
            }
        ); 
    });
    
    // Home tabs
    $('#motive').each(function(){
        var $box = $('.text', this),
            $fragments = $('.item', this),
            $next = $('.control .next', this),
            $prev = $('.control .prev', this),
            len = $fragments.length,
            index = 0,
            $active = $fragments.eq(index),
            timer = null,
            height = 0,
            delay = 7000;
            
        $fragments.not(':eq('+index+')').hide();
        
        var rotate = function(i){
            timer = clearTimeout(timer);
            $active.hide();
            $active = $fragments.eq(i);
            $active.show(); 
            index = i;
            timer = setTimeout(function(){rotate( (index+1)%len );}, delay);
        };
        
        $next.click(function(){
            rotate((index+1)%len);
            return false;
        });
        $prev.click(function(){
            rotate((index-1) < 0 ? len - 1 : index -1);
            return false;
        });
        

        timer = setTimeout(function(){rotate( (index+1)%len );}, delay);

    });
  
    
    $('.content table').each(function(){
          
        var title = $('caption', this).text();
        $('caption', this).remove();
        
        $(this)
            .wrap('<div class="content-table"></div>')
            .before('<h2>'+title+'</h2>')
            .wrap('<div class="spc"><div class="spc-in"></div></div>')
            .after('<span class="cor cor-tl"></span><span class="cor cor-tr"></span><span class="cor cor-bl"></span><span class="cor cor-br"></span>')
            .find('tbody tr:nth-child(even)')
                .addClass('even')
                .end()
            .find('td:first-child, th:first-child').addClass('first');

    }); 
    
    $('.content blockquote').each(function(){
        $(this).append('<span class="cor cor-tl"></span><span class="cor cor-tr"></span><span class="cor cor-bl"></span><span class="cor cor-br"></span>');
    });  
});
