(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return!!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return!!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return+new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return!o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return-1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return!!T.firstChild},empty:function(T){return!T.firstChild},has:function(V,U,T){return!!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex"in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return!F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();;
/*
 * jQuery UI 1.8.5
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI
 */
(function(c,j){function k(a){return!c(a).parents().andSelf().filter(function(){return c.curCSS(this,"visibility")==="hidden"||c.expr.filters.hidden(this)}).length}c.ui=c.ui||{};if(!c.ui.version){c.extend(c.ui,{version:"1.8.5",keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91}});c.fn.extend({_focus:c.fn.focus,focus:function(a,b){return typeof a==="number"?this.each(function(){var d=this;setTimeout(function(){c(d).focus();b&&b.call(d)},a)}):this._focus.apply(this,arguments)},scrollParent:function(){var a;a=c.browser.msie&&/(static|relative)/.test(this.css("position"))||/absolute/.test(this.css("position"))?this.parents().filter(function(){return/(relative|absolute|fixed)/.test(c.curCSS(this,"position",1))&&/(auto|scroll)/.test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0):this.parents().filter(function(){return/(auto|scroll)/.test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0);return/fixed/.test(this.css("position"))||!a.length?c(document):a},zIndex:function(a){if(a!==j)return this.css("zIndex",a);if(this.length){a=c(this[0]);for(var b;a.length&&a[0]!==document;){b=a.css("position");if(b==="absolute"||b==="relative"||b==="fixed"){b=parseInt(a.css("zIndex"));if(!isNaN(b)&&b!=0)return b}a=a.parent()}}return 0},disableSelection:function(){return this.bind("mousedown.ui-disableSelection selectstart.ui-disableSelection",function(a){a.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}});c.each(["Width","Height"],function(a,b){function d(f,g,l,m){c.each(e,function(){g-=parseFloat(c.curCSS(f,"padding"+this,true))||0;if(l)g-=parseFloat(c.curCSS(f,"border"+this+"Width",true))||0;if(m)g-=parseFloat(c.curCSS(f,"margin"+this,true))||0});return g}var e=b==="Width"?["Left","Right"]:["Top","Bottom"],h=b.toLowerCase(),i={innerWidth:c.fn.innerWidth,innerHeight:c.fn.innerHeight,outerWidth:c.fn.outerWidth,outerHeight:c.fn.outerHeight};c.fn["inner"+b]=function(f){if(f===j)return i["inner"+b].call(this);return this.each(function(){c.style(this,h,d(this,f)+"px")})};c.fn["outer"+b]=function(f,g){if(typeof f!=="number")return i["outer"+b].call(this,f);return this.each(function(){c.style(this,h,d(this,f,true,g)+"px")})}});c.extend(c.expr[":"],{data:function(a,b,d){return!!c.data(a,d[3])},focusable:function(a){var b=a.nodeName.toLowerCase(),d=c.attr(a,"tabindex");if("area"===b){b=a.parentNode;d=b.name;if(!a.href||!d||b.nodeName.toLowerCase()!=="map")return false;a=c("img[usemap=#"+d+"]")[0];return!!a&&k(a)}return(/input|select|textarea|button|object/.test(b)?!a.disabled:"a"==b?a.href||!isNaN(d):!isNaN(d))&&k(a)},tabbable:function(a){var b=c.attr(a,"tabindex");return(isNaN(b)||b>=0)&&c(a).is(":focusable")}});c(function(){var a=document.createElement("div"),b=document.body;c.extend(a.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0});c.support.minHeight=b.appendChild(a).offsetHeight===100;b.removeChild(a).style.display="none"});c.extend(c.ui,{plugin:{add:function(a,b,d){a=c.ui[a].prototype;for(var e in d){a.plugins[e]=a.plugins[e]||[];a.plugins[e].push([b,d[e]])}},call:function(a,b,d){if((b=a.plugins[b])&&a.element[0].parentNode)for(var e=0;e<b.length;e++)a.options[b[e][0]]&&b[e][1].apply(a.element,d)}},contains:function(a,b){return document.compareDocumentPosition?a.compareDocumentPosition(b)&16:a!==b&&a.contains(b)},hasScroll:function(a,b){if(c(a).css("overflow")==="hidden")return false;b=b&&b==="left"?"scrollLeft":"scrollTop";var d=false;if(a[b]>0)return true;a[b]=1;d=a[b]>0;a[b]=0;return d},isOverAxis:function(a,b,d){return a>b&&a<b+d},isOver:function(a,b,d,e,h,i){return c.ui.isOverAxis(a,d,h)&&c.ui.isOverAxis(b,e,i)}})}})(jQuery);;
/*
 * jQuery UI Widget 1.8.5
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Widget
 */
(function(b,j){if(b.cleanData){var k=b.cleanData;b.cleanData=function(a){for(var c=0,d;(d=a[c])!=null;c++)b(d).triggerHandler("remove");k(a)}}else{var l=b.fn.remove;b.fn.remove=function(a,c){return this.each(function(){if(!c)if(!a||b.filter(a,[this]).length)b("*",this).add([this]).each(function(){b(this).triggerHandler("remove")});return l.call(b(this),a,c)})}}b.widget=function(a,c,d){var e=a.split(".")[0],f;a=a.split(".")[1];f=e+"-"+a;if(!d){d=c;c=b.Widget}b.expr[":"][f]=function(h){return!!b.data(h,a)};b[e]=b[e]||{};b[e][a]=function(h,g){arguments.length&&this._createWidget(h,g)};c=new c;c.options=b.extend(true,{},c.options);b[e][a].prototype=b.extend(true,c,{namespace:e,widgetName:a,widgetEventPrefix:b[e][a].prototype.widgetEventPrefix||a,widgetBaseClass:f},d);b.widget.bridge(a,b[e][a])};b.widget.bridge=function(a,c){b.fn[a]=function(d){var e=typeof d==="string",f=Array.prototype.slice.call(arguments,1),h=this;d=!e&&f.length?b.extend.apply(null,[true,d].concat(f)):d;if(e&&d.substring(0,1)==="_")return h;e?this.each(function(){var g=b.data(this,a);if(!g)throw"cannot call methods on "+a+" prior to initialization; attempted to call method '"+d+"'";if(!b.isFunction(g[d]))throw"no such method '"+d+"' for "+a+" widget instance";var i=g[d].apply(g,f);if(i!==g&&i!==j){h=i;return false}}):this.each(function(){var g=b.data(this,a);g?g.option(d||{})._init():b.data(this,a,new c(d,this))});return h}};b.Widget=function(a,c){arguments.length&&this._createWidget(a,c)};b.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",options:{disabled:false},_createWidget:function(a,c){b.data(c,this.widgetName,this);this.element=b(c);this.options=b.extend(true,{},this.options,b.metadata&&b.metadata.get(c)[this.widgetName],a);var d=this;this.element.bind("remove."+this.widgetName,function(){d.destroy()});this._create();this._init()},_create:function(){},_init:function(){},destroy:function(){this.element.unbind("."+this.widgetName).removeData(this.widgetName);this.widget().unbind("."+this.widgetName).removeAttr("aria-disabled").removeClass(this.widgetBaseClass+"-disabled ui-state-disabled")},widget:function(){return this.element},option:function(a,c){var d=a,e=this;if(arguments.length===0)return b.extend({},e.options);if(typeof a==="string"){if(c===j)return this.options[a];d={};d[a]=c}b.each(d,function(f,h){e._setOption(f,h)});return e},_setOption:function(a,c){this.options[a]=c;if(a==="disabled")this.widget()[c?"addClass":"removeClass"](this.widgetBaseClass+"-disabled ui-state-disabled").attr("aria-disabled",c);return this},enable:function(){return this._setOption("disabled",false)},disable:function(){return this._setOption("disabled",true)},_trigger:function(a,c,d){var e=this.options[a];c=b.Event(c);c.type=(a===this.widgetEventPrefix?a:this.widgetEventPrefix+a).toLowerCase();d=d||{};if(c.originalEvent){a=b.event.props.length;for(var f;a;){f=b.event.props[--a];c[f]=c.originalEvent[f]}}this.element.trigger(c,d);return!(b.isFunction(e)&&e.call(this.element[0],c,d)===false||c.isDefaultPrevented())}}})(jQuery);;
/*
 * jQuery UI Mouse 1.8.5
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Mouse
 *
 * Depends:
 * jquery.ui.widget.js
 */
(function(c){c.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var a=this;this.element.bind("mousedown."+this.widgetName,function(b){return a._mouseDown(b)}).bind("click."+this.widgetName,function(b){if(a._preventClickEvent){a._preventClickEvent=false;b.stopImmediatePropagation();return false}});this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName)},_mouseDown:function(a){a.originalEvent=a.originalEvent||{};if(!a.originalEvent.mouseHandled){this._mouseStarted&&this._mouseUp(a);this._mouseDownEvent=a;var b=this,e=a.which==1,f=typeof this.options.cancel=="string"?c(a.target).parents().add(a.target).filter(this.options.cancel).length:false;if(!e||f||!this._mouseCapture(a))return true;this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet)this._mouseDelayTimer=setTimeout(function(){b.mouseDelayMet=true},this.options.delay);if(this._mouseDistanceMet(a)&&this._mouseDelayMet(a)){this._mouseStarted=this._mouseStart(a)!==false;if(!this._mouseStarted){a.preventDefault();return true}}this._mouseMoveDelegate=function(d){return b._mouseMove(d)};this._mouseUpDelegate=function(d){return b._mouseUp(d)};c(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);c.browser.safari||a.preventDefault();return a.originalEvent.mouseHandled=true}},_mouseMove:function(a){if(c.browser.msie&&!a.button)return this._mouseUp(a);if(this._mouseStarted){this._mouseDrag(a);return a.preventDefault()}if(this._mouseDistanceMet(a)&&this._mouseDelayMet(a))(this._mouseStarted=this._mouseStart(this._mouseDownEvent,a)!==false)?this._mouseDrag(a):this._mouseUp(a);return!this._mouseStarted},_mouseUp:function(a){c(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;this._preventClickEvent=a.target==this._mouseDownEvent.target;this._mouseStop(a)}return false},_mouseDistanceMet:function(a){return Math.max(Math.abs(this._mouseDownEvent.pageX-
a.pageX),Math.abs(this._mouseDownEvent.pageY-a.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return true}})})(jQuery);;(function(c){c.ui=c.ui||{};var n=/left|center|right/,o=/top|center|bottom/,t=c.fn.position,u=c.fn.offset;c.fn.position=function(b){if(!b||!b.of)return t.apply(this,arguments);b=c.extend({},b);var a=c(b.of),d=a[0],g=(b.collision||"flip").split(" "),e=b.offset?b.offset.split(" "):[0,0],h,k,j;if(d.nodeType===9){h=a.width();k=a.height();j={top:0,left:0}}else if(d.scrollTo&&d.document){h=a.width();k=a.height();j={top:a.scrollTop(),left:a.scrollLeft()}}else if(d.preventDefault){b.at="left top";h=k=0;j={top:b.of.pageY,left:b.of.pageX}}else{h=a.outerWidth();k=a.outerHeight();j=a.offset()}c.each(["my","at"],function(){var f=(b[this]||"").split(" ");if(f.length===1)f=n.test(f[0])?f.concat(["center"]):o.test(f[0])?["center"].concat(f):["center","center"];f[0]=n.test(f[0])?f[0]:"center";f[1]=o.test(f[1])?f[1]:"center";b[this]=f});if(g.length===1)g[1]=g[0];e[0]=parseInt(e[0],10)||0;if(e.length===1)e[1]=e[0];e[1]=parseInt(e[1],10)||0;if(b.at[0]==="right")j.left+=h;else if(b.at[0]==="center")j.left+=h/2;if(b.at[1]==="bottom")j.top+=k;else if(b.at[1]==="center")j.top+=k/2;j.left+=e[0];j.top+=e[1];return this.each(function(){var f=c(this),l=f.outerWidth(),m=f.outerHeight(),p=parseInt(c.curCSS(this,"marginLeft",true))||0,q=parseInt(c.curCSS(this,"marginTop",true))||0,v=l+p+parseInt(c.curCSS(this,"marginRight",true))||0,w=m+q+parseInt(c.curCSS(this,"marginBottom",true))||0,i=c.extend({},j),r;if(b.my[0]==="right")i.left-=l;else if(b.my[0]==="center")i.left-=l/2;if(b.my[1]==="bottom")i.top-=m;else if(b.my[1]==="center")i.top-=m/2;i.left=parseInt(i.left);i.top=parseInt(i.top);r={left:i.left-p,top:i.top-q};c.each(["left","top"],function(s,x){c.ui.position[g[s]]&&c.ui.position[g[s]][x](i,{targetWidth:h,targetHeight:k,elemWidth:l,elemHeight:m,collisionPosition:r,collisionWidth:v,collisionHeight:w,offset:e,my:b.my,at:b.at})});c.fn.bgiframe&&f.bgiframe();f.offset(c.extend(i,{using:b.using}))})};c.ui.position={fit:{left:function(b,a){var d=c(window);d=a.collisionPosition.left+a.collisionWidth-d.width()-d.scrollLeft();b.left=d>0?b.left-d:Math.max(b.left-a.collisionPosition.left,b.left)},top:function(b,a){var d=c(window);d=a.collisionPosition.top+a.collisionHeight-d.height()-d.scrollTop();b.top=d>0?b.top-d:Math.max(b.top-a.collisionPosition.top,b.top)}},flip:{left:function(b,a){if(a.at[0]!=="center"){var d=c(window);d=a.collisionPosition.left+a.collisionWidth-d.width()-d.scrollLeft();var g=a.my[0]==="left"?-a.elemWidth:a.my[0]==="right"?a.elemWidth:0,e=a.at[0]==="left"?a.targetWidth:-a.targetWidth,h=-2*a.offset[0];b.left+=a.collisionPosition.left<0?g+e+h:d>0?g+e+h:0}},top:function(b,a){if(a.at[1]!=="center"){var d=c(window);d=a.collisionPosition.top+a.collisionHeight-d.height()-d.scrollTop();var g=a.my[1]==="top"?-a.elemHeight:a.my[1]==="bottom"?a.elemHeight:0,e=a.at[1]==="top"?a.targetHeight:-a.targetHeight,h=-2*a.offset[1];b.top+=a.collisionPosition.top<0?g+e+h:d>0?g+e+h:0}}}};if(!c.offset.setOffset){c.offset.setOffset=function(b,a){if(/static/.test(c.curCSS(b,"position")))b.style.position="relative";var d=c(b),g=d.offset(),e=parseInt(c.curCSS(b,"top",true),10)||0,h=parseInt(c.curCSS(b,"left",true),10)||0;g={top:a.top-g.top+e,left:a.left-g.left+h};"using"in a?a.using.call(b,g):d.css(g)};c.fn.offset=function(b){var a=this[0];if(!a||!a.ownerDocument)return null;if(b)return this.each(function(){c.offset.setOffset(this,b)});return u.call(this)}}})(jQuery);;(function(c){c.widget("ui.accordion",{options:{active:0,animated:"slide",autoHeight:true,clearStyle:false,collapsible:false,event:"click",fillSpace:false,header:"> li > :first-child,> :not(li):even",icons:{header:"ui-icon-triangle-1-e",headerSelected:"ui-icon-triangle-1-s"},navigation:false,navigationFilter:function(){return this.href.toLowerCase()===location.href.toLowerCase()}},_create:function(){var a=this,b=a.options;a.running=0;a.element.addClass("ui-accordion ui-widget ui-helper-reset").children("li").addClass("ui-accordion-li-fix");a.headers=a.element.find(b.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all").bind("mouseenter.accordion",function(){b.disabled||c(this).addClass("ui-state-hover")}).bind("mouseleave.accordion",function(){b.disabled||c(this).removeClass("ui-state-hover")}).bind("focus.accordion",function(){b.disabled||c(this).addClass("ui-state-focus")}).bind("blur.accordion",function(){b.disabled||c(this).removeClass("ui-state-focus")});a.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom");if(b.navigation){var d=a.element.find("a").filter(b.navigationFilter).eq(0);if(d.length){var f=d.closest(".ui-accordion-header");a.active=f.length?f:d.closest(".ui-accordion-content").prev()}}a.active=a._findActive(a.active||b.active).addClass("ui-state-default ui-state-active").toggleClass("ui-corner-all ui-corner-top");a.active.next().addClass("ui-accordion-content-active");a._createIcons();a.resize();a.element.attr("role","tablist");a.headers.attr("role","tab").bind("keydown.accordion",function(g){return a._keydown(g)}).next().attr("role","tabpanel");a.headers.not(a.active||"").attr({"aria-expanded":"false",tabIndex:-1}).next().hide();a.active.length?a.active.attr({"aria-expanded":"true",tabIndex:0}):a.headers.eq(0).attr("tabIndex",0);c.browser.safari||a.headers.find("a").attr("tabIndex",-1);b.event&&a.headers.bind(b.event.split(" ").join(".accordion ")+".accordion",function(g){a._clickHandler.call(a,g,this);g.preventDefault()})},_createIcons:function(){var a=this.options;if(a.icons){c("<span></span>").addClass("ui-icon "+a.icons.header).prependTo(this.headers);this.active.children(".ui-icon").toggleClass(a.icons.header).toggleClass(a.icons.headerSelected);this.element.addClass("ui-accordion-icons")}},_destroyIcons:function(){this.headers.children(".ui-icon").remove();this.element.removeClass("ui-accordion-icons")},destroy:function(){var a=this.options;this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role");this.headers.unbind(".accordion").removeClass("ui-accordion-header ui-accordion-disabled ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-state-disabled ui-corner-top").removeAttr("role").removeAttr("aria-expanded").removeAttr("tabIndex");this.headers.find("a").removeAttr("tabIndex");this._destroyIcons();var b=this.headers.next().css("display","").removeAttr("role").removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active ui-accordion-disabled ui-state-disabled");if(a.autoHeight||a.fillHeight)b.css("height","");return c.Widget.prototype.destroy.call(this)},_setOption:function(a,b){c.Widget.prototype._setOption.apply(this,arguments);a=="active"&&this.activate(b);if(a=="icons"){this._destroyIcons();b&&this._createIcons()}if(a=="disabled")this.headers.add(this.headers.next())[b?"addClass":"removeClass"]("ui-accordion-disabled ui-state-disabled")},_keydown:function(a){if(!(this.options.disabled||a.altKey||a.ctrlKey)){var b=c.ui.keyCode,d=this.headers.length,f=this.headers.index(a.target),g=false;switch(a.keyCode){case b.RIGHT:case b.DOWN:g=this.headers[(f+1)%d];break;case b.LEFT:case b.UP:g=this.headers[(f-1+d)%d];break;case b.SPACE:case b.ENTER:this._clickHandler({target:a.target},a.target);a.preventDefault()}if(g){c(a.target).attr("tabIndex",-1);c(g).attr("tabIndex",0);g.focus();return false}return true}},resize:function(){var a=this.options,b;if(a.fillSpace){if(c.browser.msie){var d=this.element.parent().css("overflow");this.element.parent().css("overflow","hidden")}b=this.element.parent().height();c.browser.msie&&this.element.parent().css("overflow",d);this.headers.each(function(){b-=c(this).outerHeight(true)});this.headers.next().each(function(){c(this).height(Math.max(0,b-c(this).innerHeight()+
c(this).height()))}).css("overflow","auto")}else if(a.autoHeight){b=0;this.headers.next().each(function(){b=Math.max(b,c(this).height("").height())}).height(b)}return this},activate:function(a){this.options.active=a;a=this._findActive(a)[0];this._clickHandler({target:a},a);return this},_findActive:function(a){return a?typeof a==="number"?this.headers.filter(":eq("+a+")"):this.headers.not(this.headers.not(a)):a===false?c([]):this.headers.filter(":eq(0)")},_clickHandler:function(a,b){var d=this.options;if(!d.disabled)if(a.target){a=c(a.currentTarget||b);b=a[0]===this.active[0];d.active=d.collapsible&&b?false:this.headers.index(a);if(!(this.running||!d.collapsible&&b)){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);if(!b){a.removeClass("ui-state-default ui-corner-all").addClass("ui-state-active ui-corner-top").children(".ui-icon").removeClass(d.icons.header).addClass(d.icons.headerSelected);a.next().addClass("ui-accordion-content-active")}h=a.next();f=this.active.next();g={options:d,newHeader:b&&d.collapsible?c([]):a,oldHeader:this.active,newContent:b&&d.collapsible?c([]):h,oldContent:f};d=this.headers.index(this.active[0])>this.headers.index(a[0]);this.active=b?c([]):a;this._toggle(h,f,g,b,d)}}else if(d.collapsible){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);this.active.next().addClass("ui-accordion-content-active");var f=this.active.next(),g={options:d,newHeader:c([]),oldHeader:d.active,newContent:c([]),oldContent:f},h=this.active=c([]);this._toggle(h,f,g)}},_toggle:function(a,b,d,f,g){var h=this,e=h.options;h.toShow=a;h.toHide=b;h.data=d;var j=function(){if(h)return h._completed.apply(h,arguments)};h._trigger("changestart",null,h.data);h.running=b.size()===0?a.size():b.size();if(e.animated){d={};d=e.collapsible&&f?{toShow:c([]),toHide:b,complete:j,down:g,autoHeight:e.autoHeight||e.fillSpace}:{toShow:a,toHide:b,complete:j,down:g,autoHeight:e.autoHeight||e.fillSpace};if(!e.proxied)e.proxied=e.animated;if(!e.proxiedDuration)e.proxiedDuration=e.duration;e.animated=c.isFunction(e.proxied)?e.proxied(d):e.proxied;e.duration=c.isFunction(e.proxiedDuration)?e.proxiedDuration(d):e.proxiedDuration;f=c.ui.accordion.animations;var i=e.duration,k=e.animated;if(k&&!f[k]&&!c.easing[k])k="slide";f[k]||(f[k]=function(l){this.slide(l,{easing:k,duration:i||700})});f[k](d)}else{if(e.collapsible&&f)a.toggle();else{b.hide();a.show()}j(true)}b.prev().attr({"aria-expanded":"false",tabIndex:-1}).blur();a.prev().attr({"aria-expanded":"true",tabIndex:0}).focus()},_completed:function(a){this.running=a?0:--this.running;if(!this.running){this.options.clearStyle&&this.toShow.add(this.toHide).css({height:"",overflow:""});this.toHide.removeClass("ui-accordion-content-active");this._trigger("change",null,this.data)}}});c.extend(c.ui.accordion,{version:"1.8.5",animations:{slide:function(a,b){a=c.extend({easing:"swing",duration:300},a,b);if(a.toHide.size())if(a.toShow.size()){var d=a.toShow.css("overflow"),f=0,g={},h={},e;b=a.toShow;e=b[0].style.width;b.width(parseInt(b.parent().width(),10)-parseInt(b.css("paddingLeft"),10)-parseInt(b.css("paddingRight"),10)-(parseInt(b.css("borderLeftWidth"),10)||0)-(parseInt(b.css("borderRightWidth"),10)||0));c.each(["height","paddingTop","paddingBottom"],function(j,i){h[i]="hide";j=(""+c.css(a.toShow[0],i)).match(/^([\d+-.]+)(.*)$/);g[i]={value:j[1],unit:j[2]||"px"}});a.toShow.css({height:0,overflow:"hidden"}).show();a.toHide.filter(":hidden").each(a.complete).end().filter(":visible").animate(h,{step:function(j,i){if(i.prop=="height")f=i.end-i.start===0?0:(i.now-i.start)/(i.end-i.start);a.toShow[0].style[i.prop]=f*g[i.prop].value+g[i.prop].unit},duration:a.duration,easing:a.easing,complete:function(){a.autoHeight||a.toShow.css("height","");a.toShow.css({width:e,overflow:d});a.complete()}})}else a.toHide.animate({height:"hide",paddingTop:"hide",paddingBottom:"hide"},a);else a.toShow.animate({height:"show",paddingTop:"show",paddingBottom:"show"},a)},bounceslide:function(a){this.slide(a,{easing:a.down?"easeOutBounce":"swing",duration:a.down?1E3:200})}}})})(jQuery);;(function(d){d.widget("ui.slider",d.ui.mouse,{widgetEventPrefix:"slide",options:{animate:false,distance:0,max:100,min:0,orientation:"horizontal",range:false,step:1,value:0,values:null},_create:function(){var a=this,b=this.options;this._mouseSliding=this._keySliding=false;this._animateOff=true;this._handleIndex=null;this._detectOrientation();this._mouseInit();this.element.addClass("ui-slider ui-slider-"+this.orientation+" ui-widget ui-widget-content ui-corner-all");b.disabled&&this.element.addClass("ui-slider-disabled ui-disabled");this.range=d([]);if(b.range){if(b.range===true){this.range=d("<div></div>");if(!b.values)b.values=[this._valueMin(),this._valueMin()];if(b.values.length&&b.values.length!==2)b.values=[b.values[0],b.values[0]]}else this.range=d("<div></div>");this.range.appendTo(this.element).addClass("ui-slider-range");if(b.range==="min"||b.range==="max")this.range.addClass("ui-slider-range-"+b.range);this.range.addClass("ui-widget-header")}d(".ui-slider-handle",this.element).length===0&&d("<a href='#'></a>").appendTo(this.element).addClass("ui-slider-handle");if(b.values&&b.values.length)for(;d(".ui-slider-handle",this.element).length<b.values.length;)d("<a href='#'></a>").appendTo(this.element).addClass("ui-slider-handle");this.handles=d(".ui-slider-handle",this.element).addClass("ui-state-default ui-corner-all");this.handle=this.handles.eq(0);this.handles.add(this.range).filter("a").click(function(c){c.preventDefault()}).hover(function(){b.disabled||d(this).addClass("ui-state-hover")},function(){d(this).removeClass("ui-state-hover")}).focus(function(){if(b.disabled)d(this).blur();else{d(".ui-slider .ui-state-focus").removeClass("ui-state-focus");d(this).addClass("ui-state-focus")}}).blur(function(){d(this).removeClass("ui-state-focus")});this.handles.each(function(c){d(this).data("index.ui-slider-handle",c)});this.handles.keydown(function(c){var e=true,f=d(this).data("index.ui-slider-handle"),h,g,i;if(!a.options.disabled){switch(c.keyCode){case d.ui.keyCode.HOME:case d.ui.keyCode.END:case d.ui.keyCode.PAGE_UP:case d.ui.keyCode.PAGE_DOWN:case d.ui.keyCode.UP:case d.ui.keyCode.RIGHT:case d.ui.keyCode.DOWN:case d.ui.keyCode.LEFT:e=false;if(!a._keySliding){a._keySliding=true;d(this).addClass("ui-state-active");h=a._start(c,f);if(h===false)return}break}i=a.options.step;h=a.options.values&&a.options.values.length?(g=a.values(f)):(g=a.value());switch(c.keyCode){case d.ui.keyCode.HOME:g=a._valueMin();break;case d.ui.keyCode.END:g=a._valueMax();break;case d.ui.keyCode.PAGE_UP:g=a._trimAlignValue(h+(a._valueMax()-a._valueMin())/5);break;case d.ui.keyCode.PAGE_DOWN:g=a._trimAlignValue(h-(a._valueMax()-a._valueMin())/5);break;case d.ui.keyCode.UP:case d.ui.keyCode.RIGHT:if(h===a._valueMax())return;g=a._trimAlignValue(h+i);break;case d.ui.keyCode.DOWN:case d.ui.keyCode.LEFT:if(h===a._valueMin())return;g=a._trimAlignValue(h-i);break}a._slide(c,f,g);return e}}).keyup(function(c){var e=d(this).data("index.ui-slider-handle");if(a._keySliding){a._keySliding=false;a._stop(c,e);a._change(c,e);d(this).removeClass("ui-state-active")}});this._refreshValue();this._animateOff=false},destroy:function(){this.handles.remove();this.range.remove();this.element.removeClass("ui-slider ui-slider-horizontal ui-slider-vertical ui-slider-disabled ui-widget ui-widget-content ui-corner-all").removeData("slider").unbind(".slider");this._mouseDestroy();return this},_mouseCapture:function(a){var b=this.options,c,e,f,h,g;if(b.disabled)return false;this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()};this.elementOffset=this.element.offset();c=this._normValueFromMouse({x:a.pageX,y:a.pageY});e=this._valueMax()-this._valueMin()+1;h=this;this.handles.each(function(i){var j=Math.abs(c-h.values(i));if(e>j){e=j;f=d(this);g=i}});if(b.range===true&&this.values(1)===b.min){g+=1;f=d(this.handles[g])}if(this._start(a,g)===false)return false;this._mouseSliding=true;h._handleIndex=g;f.addClass("ui-state-active").focus();b=f.offset();this._clickOffset=!d(a.target).parents().andSelf().is(".ui-slider-handle")?{left:0,top:0}:{left:a.pageX-b.left-f.width()/2,top:a.pageY-b.top-f.height()/2-(parseInt(f.css("borderTopWidth"),10)||0)-(parseInt(f.css("borderBottomWidth"),10)||0)+(parseInt(f.css("marginTop"),10)||0)};this._slide(a,g,c);return this._animateOff=true},_mouseStart:function(){return true},_mouseDrag:function(a){var b=this._normValueFromMouse({x:a.pageX,y:a.pageY});this._slide(a,this._handleIndex,b);return false},_mouseStop:function(a){this.handles.removeClass("ui-state-active");this._mouseSliding=false;this._stop(a,this._handleIndex);this._change(a,this._handleIndex);this._clickOffset=this._handleIndex=null;return this._animateOff=false},_detectOrientation:function(){this.orientation=this.options.orientation==="vertical"?"vertical":"horizontal"},_normValueFromMouse:function(a){var b;if(this.orientation==="horizontal"){b=this.elementSize.width;a=a.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)}else{b=this.elementSize.height;a=a.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)}b=a/b;if(b>1)b=1;if(b<0)b=0;if(this.orientation==="vertical")b=1-b;a=this._valueMax()-this._valueMin();return this._trimAlignValue(this._valueMin()+b*a)},_start:function(a,b){var c={handle:this.handles[b],value:this.value()};if(this.options.values&&this.options.values.length){c.value=this.values(b);c.values=this.values()}return this._trigger("start",a,c)},_slide:function(a,b,c){var e;if(this.options.values&&this.options.values.length){e=this.values(b?0:1);if(this.options.values.length===2&&this.options.range===true&&(b===0&&c>e||b===1&&c<e))c=e;if(c!==this.values(b)){e=this.values();e[b]=c;a=this._trigger("slide",a,{handle:this.handles[b],value:c,values:e});this.values(b?0:1);a!==false&&this.values(b,c,true)}}else if(c!==this.value()){a=this._trigger("slide",a,{handle:this.handles[b],value:c});a!==false&&this.value(c)}},_stop:function(a,b){var c={handle:this.handles[b],value:this.value()};if(this.options.values&&this.options.values.length){c.value=this.values(b);c.values=this.values()}this._trigger("stop",a,c)},_change:function(a,b){if(!this._keySliding&&!this._mouseSliding){var c={handle:this.handles[b],value:this.value()};if(this.options.values&&this.options.values.length){c.value=this.values(b);c.values=this.values()}this._trigger("change",a,c)}},value:function(a){if(arguments.length){this.options.value=this._trimAlignValue(a);this._refreshValue();this._change(null,0)}return this._value()},values:function(a,b){var c,e,f;if(arguments.length>1){this.options.values[a]=this._trimAlignValue(b);this._refreshValue();this._change(null,a)}if(arguments.length)if(d.isArray(arguments[0])){c=this.options.values;e=arguments[0];for(f=0;f<c.length;f+=1){c[f]=this._trimAlignValue(e[f]);this._change(null,f)}this._refreshValue()}else return this.options.values&&this.options.values.length?this._values(a):this.value();else return this._values()},_setOption:function(a,b){var c,e=0;if(d.isArray(this.options.values))e=this.options.values.length;d.Widget.prototype._setOption.apply(this,arguments);switch(a){case"disabled":if(b){this.handles.filter(".ui-state-focus").blur();this.handles.removeClass("ui-state-hover");this.handles.attr("disabled","disabled");this.element.addClass("ui-disabled")}else{this.handles.removeAttr("disabled");this.element.removeClass("ui-disabled")}break;case"orientation":this._detectOrientation();this.element.removeClass("ui-slider-horizontal ui-slider-vertical").addClass("ui-slider-"+this.orientation);this._refreshValue();break;case"value":this._animateOff=true;this._refreshValue();this._change(null,0);this._animateOff=false;break;case"values":this._animateOff=true;this._refreshValue();for(c=0;c<e;c+=1)this._change(null,c);this._animateOff=false;break}},_value:function(){var a=this.options.value;return a=this._trimAlignValue(a)},_values:function(a){var b,c;if(arguments.length){b=this.options.values[a];return b=this._trimAlignValue(b)}else{b=this.options.values.slice();for(c=0;c<b.length;c+=1)b[c]=this._trimAlignValue(b[c]);return b}},_trimAlignValue:function(a){if(a<this._valueMin())return this._valueMin();if(a>this._valueMax())return this._valueMax();var b=this.options.step>0?this.options.step:1,c=a%b;a=a-c;if(Math.abs(c)*2>=b)a+=c>0?b:-b;return parseFloat(a.toFixed(5))},_valueMin:function(){return this.options.min},_valueMax:function(){return this.options.max},_refreshValue:function(){var a=this.options.range,b=this.options,c=this,e=!this._animateOff?b.animate:false,f,h={},g,i,j,l;if(this.options.values&&this.options.values.length)this.handles.each(function(k){f=(c.values(k)-c._valueMin())/(c._valueMax()-c._valueMin())*100;h[c.orientation==="horizontal"?"left":"bottom"]=f+"%";d(this).stop(1,1)[e?"animate":"css"](h,b.animate);if(c.options.range===true)if(c.orientation==="horizontal"){if(k===0)c.range.stop(1,1)[e?"animate":"css"]({left:f+"%"},b.animate);if(k===1)c.range[e?"animate":"css"]({width:f-
g+"%"},{queue:false,duration:b.animate})}else{if(k===0)c.range.stop(1,1)[e?"animate":"css"]({bottom:f+"%"},b.animate);if(k===1)c.range[e?"animate":"css"]({height:f-g+"%"},{queue:false,duration:b.animate})}g=f});else{i=this.value();j=this._valueMin();l=this._valueMax();f=l!==j?(i-j)/(l-j)*100:0;h[c.orientation==="horizontal"?"left":"bottom"]=f+"%";this.handle.stop(1,1)[e?"animate":"css"](h,b.animate);if(a==="min"&&this.orientation==="horizontal")this.range.stop(1,1)[e?"animate":"css"]({width:f+"%"},b.animate);if(a==="max"&&this.orientation==="horizontal")this.range[e?"animate":"css"]({width:100-f+"%"},{queue:false,duration:b.animate});if(a==="min"&&this.orientation==="vertical")this.range.stop(1,1)[e?"animate":"css"]({height:f+"%"},b.animate);if(a==="max"&&this.orientation==="vertical")this.range[e?"animate":"css"]({height:100-f+"%"},{queue:false,duration:b.animate})}}});d.extend(d.ui.slider,{version:"1.8.5"})})(jQuery);;(function(d,p){function u(){return++v}function w(){return++x}var v=0,x=0;d.widget("ui.tabs",{options:{add:null,ajaxOptions:null,cache:false,cookie:null,collapsible:false,disable:null,disabled:[],enable:null,event:"click",fx:null,idPrefix:"ui-tabs-",load:null,panelTemplate:"<div></div>",remove:null,select:null,show:null,spinner:"<em>Loading&#8230;</em>",tabTemplate:"<li><a href='#{href}'><span>#{label}</span></a></li>"},_create:function(){this._tabify(true)},_setOption:function(a,e){if(a=="selected")this.options.collapsible&&e==this.options.selected||this.select(e);else{this.options[a]=e;this._tabify()}},_tabId:function(a){return a.title&&a.title.replace(/\s/g,"_").replace(/[^\w\u00c0-\uFFFF-]/g,"")||this.options.idPrefix+u()},_sanitizeSelector:function(a){return a.replace(/:/g,"\\:")},_cookie:function(){var a=this.cookie||(this.cookie=this.options.cookie.name||"ui-tabs-"+w());return d.cookie.apply(null,[a].concat(d.makeArray(arguments)))},_ui:function(a,e){return{tab:a,panel:e,index:this.anchors.index(a)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass("ui-state-processing").find("span:data(label.tabs)").each(function(){var a=d(this);a.html(a.data("label.tabs")).removeData("label.tabs")})},_tabify:function(a){function e(g,f){g.css("display","");!d.support.opacity&&f.opacity&&g[0].style.removeAttribute("filter")}var b=this,c=this.options,h=/^#.+/;this.list=this.element.find("ol,ul").eq(0);this.lis=d(" > li:has(a[href])",this.list);this.anchors=this.lis.map(function(){return d("a",this)[0]});this.panels=d([]);this.anchors.each(function(g,f){var i=d(f).attr("href"),l=i.split("#")[0],q;if(l&&(l===location.toString().split("#")[0]||(q=d("base")[0])&&l===q.href)){i=f.hash;f.href=i}if(h.test(i))b.panels=b.panels.add(b._sanitizeSelector(i));else if(i&&i!=="#"){d.data(f,"href.tabs",i);d.data(f,"load.tabs",i.replace(/#.*$/,""));i=b._tabId(f);f.href="#"+i;f=d("#"+i);if(!f.length){f=d(c.panelTemplate).attr("id",i).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(b.panels[g-1]||b.list);f.data("destroy.tabs",true)}b.panels=b.panels.add(f)}else c.disabled.push(g)});if(a){this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all");this.list.addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.lis.addClass("ui-state-default ui-corner-top");this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom");if(c.selected===p){location.hash&&this.anchors.each(function(g,f){if(f.hash==location.hash){c.selected=g;return false}});if(typeof c.selected!=="number"&&c.cookie)c.selected=parseInt(b._cookie(),10);if(typeof c.selected!=="number"&&this.lis.filter(".ui-tabs-selected").length)c.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"));c.selected=c.selected||(this.lis.length?0:-1)}else if(c.selected===null)c.selected=-1;c.selected=c.selected>=0&&this.anchors[c.selected]||c.selected<0?c.selected:0;c.disabled=d.unique(c.disabled.concat(d.map(this.lis.filter(".ui-state-disabled"),function(g){return b.lis.index(g)}))).sort();d.inArray(c.selected,c.disabled)!=-1&&c.disabled.splice(d.inArray(c.selected,c.disabled),1);this.panels.addClass("ui-tabs-hide");this.lis.removeClass("ui-tabs-selected ui-state-active");if(c.selected>=0&&this.anchors.length){this.panels.eq(c.selected).removeClass("ui-tabs-hide");this.lis.eq(c.selected).addClass("ui-tabs-selected ui-state-active");b.element.queue("tabs",function(){b._trigger("show",null,b._ui(b.anchors[c.selected],b.panels[c.selected]))});this.load(c.selected)}d(window).bind("unload",function(){b.lis.add(b.anchors).unbind(".tabs");b.lis=b.anchors=b.panels=null})}else c.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"));this.element[c.collapsible?"addClass":"removeClass"]("ui-tabs-collapsible");c.cookie&&this._cookie(c.selected,c.cookie);a=0;for(var j;j=this.lis[a];a++)d(j)[d.inArray(a,c.disabled)!=-1&&!d(j).hasClass("ui-tabs-selected")?"addClass":"removeClass"]("ui-state-disabled");c.cache===false&&this.anchors.removeData("cache.tabs");this.lis.add(this.anchors).unbind(".tabs");if(c.event!=="mouseover"){var k=function(g,f){f.is(":not(.ui-state-disabled)")&&f.addClass("ui-state-"+g)},n=function(g,f){f.removeClass("ui-state-"+g)};this.lis.bind("mouseover.tabs",function(){k("hover",d(this))});this.lis.bind("mouseout.tabs",function(){n("hover",d(this))});this.anchors.bind("focus.tabs",function(){k("focus",d(this).closest("li"))});this.anchors.bind("blur.tabs",function(){n("focus",d(this).closest("li"))})}var m,o;if(c.fx)if(d.isArray(c.fx)){m=c.fx[0];o=c.fx[1]}else m=o=c.fx;var r=o?function(g,f){d(g).closest("li").addClass("ui-tabs-selected ui-state-active");f.hide().removeClass("ui-tabs-hide").animate(o,o.duration||"normal",function(){e(f,o);b._trigger("show",null,b._ui(g,f[0]))})}:function(g,f){d(g).closest("li").addClass("ui-tabs-selected ui-state-active");f.removeClass("ui-tabs-hide");b._trigger("show",null,b._ui(g,f[0]))},s=m?function(g,f){f.animate(m,m.duration||"normal",function(){b.lis.removeClass("ui-tabs-selected ui-state-active");f.addClass("ui-tabs-hide");e(f,m);b.element.dequeue("tabs")})}:function(g,f){b.lis.removeClass("ui-tabs-selected ui-state-active");f.addClass("ui-tabs-hide");b.element.dequeue("tabs")};this.anchors.bind(c.event+".tabs",function(){var g=this,f=d(g).closest("li"),i=b.panels.filter(":not(.ui-tabs-hide)"),l=d(b._sanitizeSelector(g.hash));if(f.hasClass("ui-tabs-selected")&&!c.collapsible||f.hasClass("ui-state-disabled")||f.hasClass("ui-state-processing")||b.panels.filter(":animated").length||b._trigger("select",null,b._ui(this,l[0]))===false){this.blur();return false}c.selected=b.anchors.index(this);b.abort();if(c.collapsible)if(f.hasClass("ui-tabs-selected")){c.selected=-1;c.cookie&&b._cookie(c.selected,c.cookie);b.element.queue("tabs",function(){s(g,i)}).dequeue("tabs");this.blur();return false}else if(!i.length){c.cookie&&b._cookie(c.selected,c.cookie);b.element.queue("tabs",function(){r(g,l)});b.load(b.anchors.index(this));this.blur();return false}c.cookie&&b._cookie(c.selected,c.cookie);if(l.length){i.length&&b.element.queue("tabs",function(){s(g,i)});b.element.queue("tabs",function(){r(g,l)});b.load(b.anchors.index(this))}else throw"jQuery UI Tabs: Mismatching fragment identifier.";d.browser.msie&&this.blur()});this.anchors.bind("click.tabs",function(){return false})},_getIndex:function(a){if(typeof a=="string")a=this.anchors.index(this.anchors.filter("[href$="+a+"]"));return a},destroy:function(){var a=this.options;this.abort();this.element.unbind(".tabs").removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible").removeData("tabs");this.list.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.anchors.each(function(){var e=d.data(this,"href.tabs");if(e)this.href=e;var b=d(this).unbind(".tabs");d.each(["href","load","cache"],function(c,h){b.removeData(h+".tabs")})});this.lis.unbind(".tabs").add(this.panels).each(function(){d.data(this,"destroy.tabs")?d(this).remove():d(this).removeClass("ui-state-default ui-corner-top ui-tabs-selected ui-state-active ui-state-hover ui-state-focus ui-state-disabled ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide")});a.cookie&&this._cookie(null,a.cookie);return this},add:function(a,e,b){if(b===p)b=this.anchors.length;var c=this,h=this.options;e=d(h.tabTemplate.replace(/#\{href\}/g,a).replace(/#\{label\}/g,e));a=!a.indexOf("#")?a.replace("#",""):this._tabId(d("a",e)[0]);e.addClass("ui-state-default ui-corner-top").data("destroy.tabs",true);var j=d("#"+a);j.length||(j=d(h.panelTemplate).attr("id",a).data("destroy.tabs",true));j.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide");if(b>=this.lis.length){e.appendTo(this.list);j.appendTo(this.list[0].parentNode)}else{e.insertBefore(this.lis[b]);j.insertBefore(this.panels[b])}h.disabled=d.map(h.disabled,function(k){return k>=b?++k:k});this._tabify();if(this.anchors.length==1){h.selected=0;e.addClass("ui-tabs-selected ui-state-active");j.removeClass("ui-tabs-hide");this.element.queue("tabs",function(){c._trigger("show",null,c._ui(c.anchors[0],c.panels[0]))});this.load(0)}this._trigger("add",null,this._ui(this.anchors[b],this.panels[b]));return this},remove:function(a){a=this._getIndex(a);var e=this.options,b=this.lis.eq(a).remove(),c=this.panels.eq(a).remove();if(b.hasClass("ui-tabs-selected")&&this.anchors.length>1)this.select(a+(a+1<this.anchors.length?1:-1));e.disabled=d.map(d.grep(e.disabled,function(h){return h!=a}),function(h){return h>=a?--h:h});this._tabify();this._trigger("remove",null,this._ui(b.find("a")[0],c[0]));return this},enable:function(a){a=this._getIndex(a);var e=this.options;if(d.inArray(a,e.disabled)!=-1){this.lis.eq(a).removeClass("ui-state-disabled");e.disabled=d.grep(e.disabled,function(b){return b!=a});this._trigger("enable",null,this._ui(this.anchors[a],this.panels[a]));return this}},disable:function(a){a=this._getIndex(a);var e=this.options;if(a!=e.selected){this.lis.eq(a).addClass("ui-state-disabled");e.disabled.push(a);e.disabled.sort();this._trigger("disable",null,this._ui(this.anchors[a],this.panels[a]))}return this},select:function(a){a=this._getIndex(a);if(a==-1)if(this.options.collapsible&&this.options.selected!=-1)a=this.options.selected;else return this;this.anchors.eq(a).trigger(this.options.event+".tabs");return this},load:function(a){a=this._getIndex(a);var e=this,b=this.options,c=this.anchors.eq(a)[0],h=d.data(c,"load.tabs");this.abort();if(!h||this.element.queue("tabs").length!==0&&d.data(c,"cache.tabs"))this.element.dequeue("tabs");else{this.lis.eq(a).addClass("ui-state-processing");if(b.spinner){var j=d("span",c);j.data("label.tabs",j.html()).html(b.spinner)}this.xhr=d.ajax(d.extend({},b.ajaxOptions,{url:h,success:function(k,n){d(e._sanitizeSelector(c.hash)).html(k);e._cleanup();b.cache&&d.data(c,"cache.tabs",true);e._trigger("load",null,e._ui(e.anchors[a],e.panels[a]));try{b.ajaxOptions.success(k,n)}catch(m){}},error:function(k,n){e._cleanup();e._trigger("load",null,e._ui(e.anchors[a],e.panels[a]));try{b.ajaxOptions.error(k,n,a,c)}catch(m){}}}));e.element.dequeue("tabs");return this}},abort:function(){this.element.queue([]);this.panels.stop(false,true);this.element.queue("tabs",this.element.queue("tabs").splice(-2,2));if(this.xhr){this.xhr.abort();delete this.xhr}this._cleanup();return this},url:function(a,e){this.anchors.eq(a).removeData("cache.tabs").data("load.tabs",e);return this},length:function(){return this.anchors.length}});d.extend(d.ui.tabs,{version:"1.8.5"});d.extend(d.ui.tabs.prototype,{rotation:null,rotate:function(a,e){var b=this,c=this.options,h=b._rotate||(b._rotate=function(j){clearTimeout(b.rotation);b.rotation=setTimeout(function(){var k=c.selected;b.select(++k<b.anchors.length?k:0)},a);j&&j.stopPropagation()});e=b._unrotate||(b._unrotate=!e?function(j){j.clientX&&b.rotate(null)}:function(){t=c.selected;h()});if(a){this.element.bind("tabsshow",h);this.anchors.bind(c.event+".tabs",e);h()}else{clearTimeout(b.rotation);this.element.unbind("tabsshow",h);this.anchors.unbind(c.event+".tabs",e);delete this._rotate;delete this._unrotate}return this}})})(jQuery);;jQuery.effects||function(f,j){function l(c){var a;if(c&&c.constructor==Array&&c.length==3)return c;if(a=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(c))return[parseInt(a[1],10),parseInt(a[2],10),parseInt(a[3],10)];if(a=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(c))return[parseFloat(a[1])*2.55,parseFloat(a[2])*2.55,parseFloat(a[3])*2.55];if(a=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(c))return[parseInt(a[1],16),parseInt(a[2],16),parseInt(a[3],16)];if(a=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(c))return[parseInt(a[1]+a[1],16),parseInt(a[2]+a[2],16),parseInt(a[3]+a[3],16)];if(/rgba\(0, 0, 0, 0\)/.exec(c))return m.transparent;return m[f.trim(c).toLowerCase()]}function r(c,a){var b;do{b=f.curCSS(c,a);if(b!=""&&b!="transparent"||f.nodeName(c,"body"))break;a="backgroundColor"}while(c=c.parentNode);return l(b)}function n(){var c=document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle,a={},b,d;if(c&&c.length&&c[0]&&c[c[0]])for(var e=c.length;e--;){b=c[e];if(typeof c[b]=="string"){d=b.replace(/\-(\w)/g,function(g,h){return h.toUpperCase()});a[d]=c[b]}}else for(b in c)if(typeof c[b]==="string")a[b]=c[b];return a}function o(c){var a,b;for(a in c){b=c[a];if(b==null||f.isFunction(b)||a in s||/scrollbar/.test(a)||!/color/i.test(a)&&isNaN(parseFloat(b)))delete c[a]}return c}function t(c,a){var b={_:0},d;for(d in a)if(c[d]!=a[d])b[d]=a[d];return b}function k(c,a,b,d){if(typeof c=="object"){d=a;b=null;a=c;c=a.effect}if(f.isFunction(a)){d=a;b=null;a={}}if(typeof a=="number"||f.fx.speeds[a]){d=b;b=a;a={}}if(f.isFunction(b)){d=b;b=null}a=a||{};b=b||a.duration;b=f.fx.off?0:typeof b=="number"?b:f.fx.speeds[b]||f.fx.speeds._default;d=d||a.complete;return[c,a,b,d]}f.effects={};f.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor","borderTopColor","color","outlineColor"],function(c,a){f.fx.step[a]=function(b){if(!b.colorInit){b.start=r(b.elem,a);b.end=l(b.end);b.colorInit=true}b.elem.style[a]="rgb("+Math.max(Math.min(parseInt(b.pos*(b.end[0]-b.start[0])+b.start[0],10),255),0)+","+Math.max(Math.min(parseInt(b.pos*(b.end[1]-b.start[1])+b.start[1],10),255),0)+","+Math.max(Math.min(parseInt(b.pos*(b.end[2]-b.start[2])+b.start[2],10),255),0)+")"}});var m={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0],transparent:[255,255,255]},p=["add","remove","toggle"],s={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};f.effects.animateClass=function(c,a,b,d){if(f.isFunction(b)){d=b;b=null}return this.each(function(){var e=f(this),g=e.attr("style")||" ",h=o(n.call(this)),q,u=e.attr("className");f.each(p,function(v,i){c[i]&&e[i+"Class"](c[i])});q=o(n.call(this));e.attr("className",u);e.animate(t(h,q),a,b,function(){f.each(p,function(v,i){c[i]&&e[i+"Class"](c[i])});if(typeof e.attr("style")=="object"){e.attr("style").cssText="";e.attr("style").cssText=g}else e.attr("style",g);d&&d.apply(this,arguments)})})};f.fn.extend({_addClass:f.fn.addClass,addClass:function(c,a,b,d){return a?f.effects.animateClass.apply(this,[{add:c},a,b,d]):this._addClass(c)},_removeClass:f.fn.removeClass,removeClass:function(c,a,b,d){return a?f.effects.animateClass.apply(this,[{remove:c},a,b,d]):this._removeClass(c)},_toggleClass:f.fn.toggleClass,toggleClass:function(c,a,b,d,e){return typeof a=="boolean"||a===j?b?f.effects.animateClass.apply(this,[a?{add:c}:{remove:c},b,d,e]):this._toggleClass(c,a):f.effects.animateClass.apply(this,[{toggle:c},a,b,d])},switchClass:function(c,a,b,d,e){return f.effects.animateClass.apply(this,[{add:a,remove:c},b,d,e])}});f.extend(f.effects,{version:"1.8.5",save:function(c,a){for(var b=0;b<a.length;b++)a[b]!==null&&c.data("ec.storage."+a[b],c[0].style[a[b]])},restore:function(c,a){for(var b=0;b<a.length;b++)a[b]!==null&&c.css(a[b],c.data("ec.storage."+a[b]))},setMode:function(c,a){if(a=="toggle")a=c.is(":hidden")?"show":"hide";return a},getBaseline:function(c,a){var b;switch(c[0]){case"top":b=0;break;case"middle":b=0.5;break;case"bottom":b=1;break;default:b=c[0]/a.height}switch(c[1]){case"left":c=0;break;case"center":c=0.5;break;case"right":c=1;break;default:c=c[1]/a.width}return{x:c,y:b}},createWrapper:function(c){if(c.parent().is(".ui-effects-wrapper"))return c.parent();var a={width:c.outerWidth(true),height:c.outerHeight(true),"float":c.css("float")},b=f("<div></div>").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0});c.wrap(b);b=c.parent();if(c.css("position")=="static"){b.css({position:"relative"});c.css({position:"relative"})}else{f.extend(a,{position:c.css("position"),zIndex:c.css("z-index")});f.each(["top","left","bottom","right"],function(d,e){a[e]=c.css(e);if(isNaN(parseInt(a[e],10)))a[e]="auto"});c.css({position:"relative",top:0,left:0})}return b.css(a).show()},removeWrapper:function(c){if(c.parent().is(".ui-effects-wrapper"))return c.parent().replaceWith(c);return c},setTransition:function(c,a,b,d){d=d||{};f.each(a,function(e,g){unit=c.cssUnit(g);if(unit[0]>0)d[g]=unit[0]*b+unit[1]});return d}});f.fn.extend({effect:function(c){var a=k.apply(this,arguments);a={options:a[1],duration:a[2],callback:a[3]};var b=f.effects[c];return b&&!f.fx.off?b.call(this,a):this},_show:f.fn.show,show:function(c){if(!c||typeof c=="number"||f.fx.speeds[c]||!f.effects[c])return this._show.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mode="show";return this.effect.apply(this,a)}},_hide:f.fn.hide,hide:function(c){if(!c||typeof c=="number"||f.fx.speeds[c]||!f.effects[c])return this._hide.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mode="hide";return this.effect.apply(this,a)}},__toggle:f.fn.toggle,toggle:function(c){if(!c||typeof c=="number"||f.fx.speeds[c]||!f.effects[c]||typeof c=="boolean"||f.isFunction(c))return this.__toggle.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mode="toggle";return this.effect.apply(this,a)}},cssUnit:function(c){var a=this.css(c),b=[];f.each(["em","px","%","pt"],function(d,e){if(a.indexOf(e)>0)b=[parseFloat(a),e]});return b}});f.easing.jswing=f.easing.swing;f.extend(f.easing,{def:"easeOutQuad",swing:function(c,a,b,d,e){return f.easing[f.easing.def](c,a,b,d,e)},easeInQuad:function(c,a,b,d,e){return d*(a/=e)*a+b},easeOutQuad:function(c,a,b,d,e){return-d*(a/=e)*(a-2)+b},easeInOutQuad:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a+b;return-d/2*(--a*(a-2)-1)+b},easeInCubic:function(c,a,b,d,e){return d*(a/=e)*a*a+b},easeOutCubic:function(c,a,b,d,e){return d*((a=a/e-1)*a*a+1)+b},easeInOutCubic:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a+b;return d/2*((a-=2)*a*a+2)+b},easeInQuart:function(c,a,b,d,e){return d*(a/=e)*a*a*a+b},easeOutQuart:function(c,a,b,d,e){return-d*((a=a/e-1)*a*a*a-1)+b},easeInOutQuart:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a*a+b;return-d/2*((a-=2)*a*a*a-2)+b},easeInQuint:function(c,a,b,d,e){return d*(a/=e)*a*a*a*a+b},easeOutQuint:function(c,a,b,d,e){return d*((a=a/e-1)*a*a*a*a+1)+b},easeInOutQuint:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a*a*a+b;return d/2*((a-=2)*a*a*a*a+2)+b},easeInSine:function(c,a,b,d,e){return-d*Math.cos(a/e*(Math.PI/2))+d+b},easeOutSine:function(c,a,b,d,e){return d*Math.sin(a/e*(Math.PI/2))+b},easeInOutSine:function(c,a,b,d,e){return-d/2*(Math.cos(Math.PI*a/e)-1)+
b},easeInExpo:function(c,a,b,d,e){return a==0?b:d*Math.pow(2,10*(a/e-1))+b},easeOutExpo:function(c,a,b,d,e){return a==e?b+d:d*(-Math.pow(2,-10*a/e)+1)+b},easeInOutExpo:function(c,a,b,d,e){if(a==0)return b;if(a==e)return b+d;if((a/=e/2)<1)return d/2*Math.pow(2,10*(a-1))+b;return d/2*(-Math.pow(2,-10*--a)+2)+b},easeInCirc:function(c,a,b,d,e){return-d*(Math.sqrt(1-(a/=e)*a)-1)+b},easeOutCirc:function(c,a,b,d,e){return d*Math.sqrt(1-(a=a/e-1)*a)+b},easeInOutCirc:function(c,a,b,d,e){if((a/=e/2)<1)return-d/2*(Math.sqrt(1-a*a)-1)+b;return d/2*(Math.sqrt(1-(a-=2)*a)+1)+b},easeInElastic:function(c,a,b,d,e){c=1.70158;var g=0,h=d;if(a==0)return b;if((a/=e)==1)return b+d;g||(g=e*0.3);if(h<Math.abs(d)){h=d;c=g/4}else c=g/(2*Math.PI)*Math.asin(d/h);return-(h*Math.pow(2,10*(a-=1))*Math.sin((a*e-c)*2*Math.PI/g))+b},easeOutElastic:function(c,a,b,d,e){c=1.70158;var g=0,h=d;if(a==0)return b;if((a/=e)==1)return b+d;g||(g=e*0.3);if(h<Math.abs(d)){h=d;c=g/4}else c=g/(2*Math.PI)*Math.asin(d/h);return h*Math.pow(2,-10*a)*Math.sin((a*e-c)*2*Math.PI/g)+d+b},easeInOutElastic:function(c,a,b,d,e){c=1.70158;var g=0,h=d;if(a==0)return b;if((a/=e/2)==2)return b+d;g||(g=e*0.3*1.5);if(h<Math.abs(d)){h=d;c=g/4}else c=g/(2*Math.PI)*Math.asin(d/h);if(a<1)return-0.5*h*Math.pow(2,10*(a-=1))*Math.sin((a*e-c)*2*Math.PI/g)+b;return h*Math.pow(2,-10*(a-=1))*Math.sin((a*e-c)*2*Math.PI/g)*0.5+d+b},easeInBack:function(c,a,b,d,e,g){if(g==j)g=1.70158;return d*(a/=e)*a*((g+1)*a-g)+b},easeOutBack:function(c,a,b,d,e,g){if(g==j)g=1.70158;return d*((a=a/e-1)*a*((g+1)*a+g)+1)+b},easeInOutBack:function(c,a,b,d,e,g){if(g==j)g=1.70158;if((a/=e/2)<1)return d/2*a*a*(((g*=1.525)+1)*a-g)+b;return d/2*((a-=2)*a*(((g*=1.525)+1)*a+g)+2)+b},easeInBounce:function(c,a,b,d,e){return d-f.easing.easeOutBounce(c,e-a,0,d,e)+b},easeOutBounce:function(c,a,b,d,e){return(a/=e)<1/2.75?d*7.5625*a*a+b:a<2/2.75?d*(7.5625*(a-=1.5/2.75)*a+0.75)+b:a<2.5/2.75?d*(7.5625*(a-=2.25/2.75)*a+0.9375)+b:d*(7.5625*(a-=2.625/2.75)*a+0.984375)+b},easeInOutBounce:function(c,a,b,d,e){if(a<e/2)return f.easing.easeInBounce(c,a*2,0,d,e)*0.5+b;return f.easing.easeOutBounce(c,a*2-e,0,d,e)*0.5+d*0.5+b}})}(jQuery);;(function(b){b.effects.blind=function(c){return this.queue(function(){var a=b(this),g=["position","top","left"],f=b.effects.setMode(a,c.options.mode||"hide"),d=c.options.direction||"vertical";b.effects.save(a,g);a.show();var e=b.effects.createWrapper(a).css({overflow:"hidden"}),h=d=="vertical"?"height":"width";d=d=="vertical"?e.height():e.width();f=="show"&&e.css(h,0);var i={};i[h]=f=="show"?d:0;e.animate(i,c.duration,c.options.easing,function(){f=="hide"&&a.hide();b.effects.restore(a,g);b.effects.removeWrapper(a);c.callback&&c.callback.apply(a[0],arguments);a.dequeue()})})}})(jQuery);;(function(e){e.effects.bounce=function(b){return this.queue(function(){var a=e(this),l=["position","top","left"],h=e.effects.setMode(a,b.options.mode||"effect"),d=b.options.direction||"up",c=b.options.distance||20,m=b.options.times||5,i=b.duration||250;/show|hide/.test(h)&&l.push("opacity");e.effects.save(a,l);a.show();e.effects.createWrapper(a);var f=d=="up"||d=="down"?"top":"left";d=d=="up"||d=="left"?"pos":"neg";c=b.options.distance||(f=="top"?a.outerHeight({margin:true})/3:a.outerWidth({margin:true})/3);if(h=="show")a.css("opacity",0).css(f,d=="pos"?-c:c);if(h=="hide")c/=m*2;h!="hide"&&m--;if(h=="show"){var g={opacity:1};g[f]=(d=="pos"?"+=":"-=")+c;a.animate(g,i/2,b.options.easing);c/=2;m--}for(g=0;g<m;g++){var j={},k={};j[f]=(d=="pos"?"-=":"+=")+c;k[f]=(d=="pos"?"+=":"-=")+c;a.animate(j,i/2,b.options.easing).animate(k,i/2,b.options.easing);c=h=="hide"?c*2:c/2}if(h=="hide"){g={opacity:0};g[f]=(d=="pos"?"-=":"+=")+c;a.animate(g,i/2,b.options.easing,function(){a.hide();e.effects.restore(a,l);e.effects.removeWrapper(a);b.callback&&b.callback.apply(this,arguments)})}else{j={};k={};j[f]=(d=="pos"?"-=":"+=")+c;k[f]=(d=="pos"?"+=":"-=")+c;a.animate(j,i/2,b.options.easing).animate(k,i/2,b.options.easing,function(){e.effects.restore(a,l);e.effects.removeWrapper(a);b.callback&&b.callback.apply(this,arguments)})}a.queue("fx",function(){a.dequeue()});a.dequeue()})}})(jQuery);;(function(b){b.effects.clip=function(e){return this.queue(function(){var a=b(this),i=["position","top","left","height","width"],f=b.effects.setMode(a,e.options.mode||"hide"),c=e.options.direction||"vertical";b.effects.save(a,i);a.show();var d=b.effects.createWrapper(a).css({overflow:"hidden"});d=a[0].tagName=="IMG"?d:a;var g={size:c=="vertical"?"height":"width",position:c=="vertical"?"top":"left"};c=c=="vertical"?d.height():d.width();if(f=="show"){d.css(g.size,0);d.css(g.position,c/2)}var h={};h[g.size]=f=="show"?c:0;h[g.position]=f=="show"?0:c/2;d.animate(h,{queue:false,duration:e.duration,easing:e.options.easing,complete:function(){f=="hide"&&a.hide();b.effects.restore(a,i);b.effects.removeWrapper(a);e.callback&&e.callback.apply(a[0],arguments);a.dequeue()}})})}})(jQuery);;(function(c){c.effects.drop=function(d){return this.queue(function(){var a=c(this),h=["position","top","left","opacity"],e=c.effects.setMode(a,d.options.mode||"hide"),b=d.options.direction||"left";c.effects.save(a,h);a.show();c.effects.createWrapper(a);var f=b=="up"||b=="down"?"top":"left";b=b=="up"||b=="left"?"pos":"neg";var g=d.options.distance||(f=="top"?a.outerHeight({margin:true})/2:a.outerWidth({margin:true})/2);if(e=="show")a.css("opacity",0).css(f,b=="pos"?-g:g);var i={opacity:e=="show"?1:0};i[f]=(e=="show"?b=="pos"?"+=":"-=":b=="pos"?"-=":"+=")+g;a.animate(i,{queue:false,duration:d.duration,easing:d.options.easing,complete:function(){e=="hide"&&a.hide();c.effects.restore(a,h);c.effects.removeWrapper(a);d.callback&&d.callback.apply(this,arguments);a.dequeue()}})})}})(jQuery);;(function(j){j.effects.explode=function(a){return this.queue(function(){var c=a.options.pieces?Math.round(Math.sqrt(a.options.pieces)):3,d=a.options.pieces?Math.round(Math.sqrt(a.options.pieces)):3;a.options.mode=a.options.mode=="toggle"?j(this).is(":visible")?"hide":"show":a.options.mode;var b=j(this).show().css("visibility","hidden"),g=b.offset();g.top-=parseInt(b.css("marginTop"),10)||0;g.left-=parseInt(b.css("marginLeft"),10)||0;for(var h=b.outerWidth(true),i=b.outerHeight(true),e=0;e<c;e++)for(var f=0;f<d;f++)b.clone().appendTo("body").wrap("<div></div>").css({position:"absolute",visibility:"visible",left:-f*(h/d),top:-e*(i/c)}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:h/d,height:i/c,left:g.left+f*(h/d)+(a.options.mode=="show"?(f-Math.floor(d/2))*(h/d):0),top:g.top+e*(i/c)+(a.options.mode=="show"?(e-Math.floor(c/2))*(i/c):0),opacity:a.options.mode=="show"?0:1}).animate({left:g.left+f*(h/d)+(a.options.mode=="show"?0:(f-Math.floor(d/2))*(h/d)),top:g.top+
e*(i/c)+(a.options.mode=="show"?0:(e-Math.floor(c/2))*(i/c)),opacity:a.options.mode=="show"?1:0},a.duration||500);setTimeout(function(){a.options.mode=="show"?b.css({visibility:"visible"}):b.css({visibility:"visible"}).hide();a.callback&&a.callback.apply(b[0]);b.dequeue();j("div.ui-effects-explode").remove()},a.duration||500)})}})(jQuery);;(function(b){b.effects.fade=function(a){return this.queue(function(){var c=b(this),d=b.effects.setMode(c,a.options.mode||"hide");c.animate({opacity:d},{queue:false,duration:a.duration,easing:a.options.easing,complete:function(){a.callback&&a.callback.apply(this,arguments);c.dequeue()}})})}})(jQuery);;(function(c){c.effects.fold=function(a){return this.queue(function(){var b=c(this),j=["position","top","left"],d=c.effects.setMode(b,a.options.mode||"hide"),g=a.options.size||15,h=!!a.options.horizFirst,k=a.duration?a.duration/2:c.fx.speeds._default/2;c.effects.save(b,j);b.show();var e=c.effects.createWrapper(b).css({overflow:"hidden"}),f=d=="show"!=h,l=f?["width","height"]:["height","width"];f=f?[e.width(),e.height()]:[e.height(),e.width()];var i=/([0-9]+)%/.exec(g);if(i)g=parseInt(i[1],10)/100*f[d=="hide"?0:1];if(d=="show")e.css(h?{height:0,width:g}:{height:g,width:0});h={};i={};h[l[0]]=d=="show"?f[0]:g;i[l[1]]=d=="show"?f[1]:0;e.animate(h,k,a.options.easing).animate(i,k,a.options.easing,function(){d=="hide"&&b.hide();c.effects.restore(b,j);c.effects.removeWrapper(b);a.callback&&a.callback.apply(b[0],arguments);b.dequeue()})})}})(jQuery);;(function(b){b.effects.highlight=function(c){return this.queue(function(){var a=b(this),e=["backgroundImage","backgroundColor","opacity"],d=b.effects.setMode(a,c.options.mode||"show"),f={backgroundColor:a.css("backgroundColor")};if(d=="hide")f.opacity=0;b.effects.save(a,e);a.show().css({backgroundImage:"none",backgroundColor:c.options.color||"#ffff99"}).animate(f,{queue:false,duration:c.duration,easing:c.options.easing,complete:function(){d=="hide"&&a.hide();b.effects.restore(a,e);d=="show"&&!b.support.opacity&&this.style.removeAttribute("filter");c.callback&&c.callback.apply(this,arguments);a.dequeue()}})})}})(jQuery);;(function(d){d.effects.pulsate=function(a){return this.queue(function(){var b=d(this),c=d.effects.setMode(b,a.options.mode||"show");times=(a.options.times||5)*2-1;duration=a.duration?a.duration/2:d.fx.speeds._default/2;isVisible=b.is(":visible");animateTo=0;if(!isVisible){b.css("opacity",0).show();animateTo=1}if(c=="hide"&&isVisible||c=="show"&&!isVisible)times--;for(c=0;c<times;c++){b.animate({opacity:animateTo},duration,a.options.easing);animateTo=(animateTo+1)%2}b.animate({opacity:animateTo},duration,a.options.easing,function(){animateTo==0&&b.hide();a.callback&&a.callback.apply(this,arguments)});b.queue("fx",function(){b.dequeue()}).dequeue()})}})(jQuery);;(function(c){c.effects.puff=function(b){return this.queue(function(){var a=c(this),e=c.effects.setMode(a,b.options.mode||"hide"),g=parseInt(b.options.percent,10)||150,h=g/100,i={height:a.height(),width:a.width()};c.extend(b.options,{fade:true,mode:e,percent:e=="hide"?g:100,from:e=="hide"?i:{height:i.height*h,width:i.width*h}});a.effect("scale",b.options,b.duration,b.callback);a.dequeue()})};c.effects.scale=function(b){return this.queue(function(){var a=c(this),e=c.extend(true,{},b.options),g=c.effects.setMode(a,b.options.mode||"effect"),h=parseInt(b.options.percent,10)||(parseInt(b.options.percent,10)==0?0:g=="hide"?0:100),i=b.options.direction||"both",f=b.options.origin;if(g!="effect"){e.origin=f||["middle","center"];e.restore=true}f={height:a.height(),width:a.width()};a.from=b.options.from||(g=="show"?{height:0,width:0}:f);h={y:i!="horizontal"?h/100:1,x:i!="vertical"?h/100:1};a.to={height:f.height*h.y,width:f.width*h.x};if(b.options.fade){if(g=="show"){a.from.opacity=0;a.to.opacity=1}if(g=="hide"){a.from.opacity=1;a.to.opacity=0}}e.from=a.from;e.to=a.to;e.mode=g;a.effect("size",e,b.duration,b.callback);a.dequeue()})};c.effects.size=function(b){return this.queue(function(){var a=c(this),e=["position","top","left","width","height","overflow","opacity"],g=["position","top","left","overflow","opacity"],h=["width","height","overflow"],i=["fontSize"],f=["borderTopWidth","borderBottomWidth","paddingTop","paddingBottom"],k=["borderLeftWidth","borderRightWidth","paddingLeft","paddingRight"],p=c.effects.setMode(a,b.options.mode||"effect"),n=b.options.restore||false,m=b.options.scale||"both",l=b.options.origin,j={height:a.height(),width:a.width()};a.from=b.options.from||j;a.to=b.options.to||j;if(l){l=c.effects.getBaseline(l,j);a.from.top=(j.height-a.from.height)*l.y;a.from.left=(j.width-a.from.width)*l.x;a.to.top=(j.height-a.to.height)*l.y;a.to.left=(j.width-a.to.width)*l.x}var d={from:{y:a.from.height/j.height,x:a.from.width/j.width},to:{y:a.to.height/j.height,x:a.to.width/j.width}};if(m=="box"||m=="both"){if(d.from.y!=d.to.y){e=e.concat(f);a.from=c.effects.setTransition(a,f,d.from.y,a.from);a.to=c.effects.setTransition(a,f,d.to.y,a.to)}if(d.from.x!=d.to.x){e=e.concat(k);a.from=c.effects.setTransition(a,k,d.from.x,a.from);a.to=c.effects.setTransition(a,k,d.to.x,a.to)}}if(m=="content"||m=="both")if(d.from.y!=d.to.y){e=e.concat(i);a.from=c.effects.setTransition(a,i,d.from.y,a.from);a.to=c.effects.setTransition(a,i,d.to.y,a.to)}c.effects.save(a,n?e:g);a.show();c.effects.createWrapper(a);a.css("overflow","hidden").css(a.from);if(m=="content"||m=="both"){f=f.concat(["marginTop","marginBottom"]).concat(i);k=k.concat(["marginLeft","marginRight"]);h=e.concat(f).concat(k);a.find("*[width]").each(function(){child=c(this);n&&c.effects.save(child,h);var o={height:child.height(),width:child.width()};child.from={height:o.height*d.from.y,width:o.width*d.from.x};child.to={height:o.height*d.to.y,width:o.width*d.to.x};if(d.from.y!=d.to.y){child.from=c.effects.setTransition(child,f,d.from.y,child.from);child.to=c.effects.setTransition(child,f,d.to.y,child.to)}if(d.from.x!=d.to.x){child.from=c.effects.setTransition(child,k,d.from.x,child.from);child.to=c.effects.setTransition(child,k,d.to.x,child.to)}child.css(child.from);child.animate(child.to,b.duration,b.options.easing,function(){n&&c.effects.restore(child,h)})})}a.animate(a.to,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){a.to.opacity===0&&a.css("opacity",a.from.opacity);p=="hide"&&a.hide();c.effects.restore(a,n?e:g);c.effects.removeWrapper(a);b.callback&&b.callback.apply(this,arguments);a.dequeue()}})})}})(jQuery);;(function(d){d.effects.shake=function(a){return this.queue(function(){var b=d(this),j=["position","top","left"];d.effects.setMode(b,a.options.mode||"effect");var c=a.options.direction||"left",e=a.options.distance||20,l=a.options.times||3,f=a.duration||a.options.duration||140;d.effects.save(b,j);b.show();d.effects.createWrapper(b);var g=c=="up"||c=="down"?"top":"left",h=c=="up"||c=="left"?"pos":"neg";c={};var i={},k={};c[g]=(h=="pos"?"-=":"+=")+e;i[g]=(h=="pos"?"+=":"-=")+e*2;k[g]=(h=="pos"?"-=":"+=")+
e*2;b.animate(c,f,a.options.easing);for(e=1;e<l;e++)b.animate(i,f,a.options.easing).animate(k,f,a.options.easing);b.animate(i,f,a.options.easing).animate(c,f/2,a.options.easing,function(){d.effects.restore(b,j);d.effects.removeWrapper(b);a.callback&&a.callback.apply(this,arguments)});b.queue("fx",function(){b.dequeue()});b.dequeue()})}})(jQuery);;(function(c){c.effects.slide=function(d){return this.queue(function(){var a=c(this),h=["position","top","left"],e=c.effects.setMode(a,d.options.mode||"show"),b=d.options.direction||"left";c.effects.save(a,h);a.show();c.effects.createWrapper(a).css({overflow:"hidden"});var f=b=="up"||b=="down"?"top":"left";b=b=="up"||b=="left"?"pos":"neg";var g=d.options.distance||(f=="top"?a.outerHeight({margin:true}):a.outerWidth({margin:true}));if(e=="show")a.css(f,b=="pos"?-g:g);var i={};i[f]=(e=="show"?b=="pos"?"+=":"-=":b=="pos"?"-=":"+=")+g;a.animate(i,{queue:false,duration:d.duration,easing:d.options.easing,complete:function(){e=="hide"&&a.hide();c.effects.restore(a,h);c.effects.removeWrapper(a);d.callback&&d.callback.apply(this,arguments);a.dequeue()}})})}})(jQuery);;(function(e){e.effects.transfer=function(a){return this.queue(function(){var b=e(this),c=e(a.options.to),d=c.offset();c={top:d.top,left:d.left,height:c.innerHeight(),width:c.innerWidth()};d=b.offset();var f=e('<div class="ui-effects-transfer"></div>').appendTo(document.body).addClass(a.options.className).css({top:d.top,left:d.left,height:b.innerHeight(),width:b.innerWidth(),position:"absolute"}).animate(c,a.duration,a.options.easing,function(){f.remove();a.callback&&a.callback.apply(b[0],arguments);b.dequeue()})})}})(jQuery);;;;(function($){var tmp,loading,overlay,wrap,outer,inner,content,close,nav_left,nav_right;var selectedIndex=0,selectedOpts={},selectedArray=[],currentIndex=0,currentOpts={},currentArray=[];var ajaxLoader=null,imgPreloader=new Image,imageRegExp=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,swfRegExp=/[^\.]\.(swf)\s*$/i;var loadingTimer,loadingFrame=1;var start_pos,final_pos,busy=false,shadow=20,fx=$.extend($('<div/>')[0],{prop:0}),titleh=0,isIE6=!$.support.opacity&&!window.XMLHttpRequest;$.fn.fixPNG=function(){return this.each(function(){var image=$(this).css('backgroundImage');if(image.match(/^url\(["']?(.*\.png)["']?\)$/i)){image=RegExp.$1;$(this).css({'backgroundImage':'none','filter':"progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod="+($(this).css('backgroundRepeat')=='no-repeat'?'crop':'scale')+", src='"+image+"')"}).each(function(){var position=$(this).css('position');if(position!='absolute'&&position!='relative')
$(this).css('position','relative');}).css('zoom',1);}});};$.fn.fancybox=function(options){$(this).data('fancybox',$.extend({},options));$(this).unbind('click.fb').bind('click.fb',function(e){e.preventDefault();if(busy)return;busy=true;$(this).blur();selectedArray=[];selectedIndex=0;var rel=$(this).attr('rel')||'';if(!rel||rel==''||rel==='nofollow'){selectedArray.push(this);}else{selectedArray=$("a[rel="+rel+"], area[rel="+rel+"]");selectedIndex=selectedArray.index(this);}
fancybox_start();return false;});return this;};$.fancybox=function(obj,opts){if(busy)return;busy=true;selectedArray=[];selectedIndex=0;if($.isArray(obj)){for(var i=0,j=obj.length;i<j;i++){if(typeof obj[i]=='object'){$(obj[i]).data('fancybox',$.extend({},opts,obj[i]));}else{obj[i]=$({}).data('fancybox',$.extend({content:obj[i]},opts));}}
selectedArray=jQuery.merge(selectedArray,obj);}else{if(typeof obj=='object'){$(obj).data('fancybox',$.extend({},opts,obj));}else{obj=$({}).data('fancybox',$.extend({content:obj},opts));}
selectedArray.push(obj);}
fancybox_start();};$.fancybox.showActivity=function(){clearInterval(loadingTimer);loading.show();loadingTimer=setInterval(fancybox_animate_loading,66);};$.fancybox.hideActivity=function(){loading.hide();};$.fancybox.next=function(){return $.fancybox.pos(currentIndex+1);};$.fancybox.prev=function(){return $.fancybox.pos(currentIndex-1);};$.fancybox.pos=function(pos){if(busy)return;pos=parseInt(pos);if(pos>-1&&currentArray.length>pos){selectedIndex=pos;fancybox_start();}
if(currentOpts.cyclic&&currentArray.length>1&&pos<0){selectedIndex=currentArray.length-1;fancybox_start();}
if(currentOpts.cyclic&&currentArray.length>1&&pos>=currentArray.length){selectedIndex=0;fancybox_start();}
return;};$.fancybox.cancel=function(){if(busy)return;busy=true;$.event.trigger('fancybox-cancel');fancybox_abort();if(selectedOpts&&$.isFunction(selectedOpts.onCancel)){selectedOpts.onCancel(selectedArray,selectedIndex,selectedOpts);};busy=false;};$.fancybox.close=function(){if(busy||wrap.is(':hidden'))return;busy=true;if(currentOpts&&$.isFunction(currentOpts.onCleanup)){if(currentOpts.onCleanup(currentArray,currentIndex,currentOpts)===false){busy=false;return;}};fancybox_abort();$(close.add(nav_left).add(nav_right)).hide();$('#fancybox-title').remove();wrap.add(inner).add(overlay).unbind();$(window).unbind("resize.fb scroll.fb");$(document).unbind('keydown.fb');function _cleanup(){overlay.fadeOut('fast');wrap.hide();$.event.trigger('fancybox-cleanup');inner.empty();if($.isFunction(currentOpts.onClosed)){currentOpts.onClosed(currentArray,currentIndex,currentOpts);}
currentArray=selectedOpts=[];currentIndex=selectedIndex=0;currentOpts=selectedOpts={};busy=false;}
inner.css('overflow','hidden');if(currentOpts.transitionOut=='elastic'){start_pos=fancybox_get_zoom_from();var pos=wrap.position();final_pos={top:pos.top,left:pos.left,width:wrap.width(),height:wrap.height()};if(currentOpts.opacity){final_pos.opacity=1;}
fx.prop=1;$(fx).animate({prop:0},{duration:currentOpts.speedOut,easing:currentOpts.easingOut,step:fancybox_draw,complete:_cleanup});}else{wrap.fadeOut(currentOpts.transitionOut=='none'?0:currentOpts.speedOut,_cleanup);}};$.fancybox.resize=function(){if(busy||wrap.is(':hidden'))return;busy=true;var c=inner.wrapInner("<div style='overflow:auto'></div>").children();var h=c.height();wrap.css({height:h+(currentOpts.padding*2)+titleh});inner.css({height:h});c.replaceWith(c.children());$.fancybox.center();};$.fancybox.center=function(){busy=true;var view=fancybox_get_viewport();var margin=currentOpts.margin;var to={};to.top=view[3]+((view[1]-((wrap.height()-titleh)+(shadow*2)))*0.5);to.left=view[2]+((view[0]-(wrap.width()+(shadow*2)))*0.5);to.top=Math.max(view[3]+margin,to.top);to.left=Math.max(view[2]+margin,to.left);wrap.css(to);busy=false;};function fancybox_abort(){loading.hide();imgPreloader.onerror=imgPreloader.onload=null;if(ajaxLoader)ajaxLoader.abort();tmp.empty();};function fancybox_error(){$.fancybox('<p id="fancybox_error">The requested content cannot be loaded.<br />Please try again later.</p>',{'scrolling':'no','padding':20,'transitionIn':'none','transitionOut':'none'});};function fancybox_start(){fancybox_abort();var obj=selectedArray[selectedIndex];selectedOpts=$.extend({},$.fn.fancybox.defaults,(typeof $(obj).data('fancybox')=='undefined'?selectedOpts:$(obj).data('fancybox')));var href,type,title=obj.title||$(obj).title||selectedOpts.title||'';if(obj.nodeName&&!selectedOpts.orig){selectedOpts.orig=$(obj).children("img:first").length?$(obj).children("img:first"):$(obj);}
if(title==''&&selectedOpts.orig)title=selectedOpts.orig.attr('alt');if(obj.nodeName&&(/^(?:javascript|#)/i).test(obj.href)){href=selectedOpts.href||null;}else{href=selectedOpts.href||obj.href||null;}
if(selectedOpts.type){type=selectedOpts.type;if(!href)href=selectedOpts.content;}else if(selectedOpts.content){type='html';}else if(href){if(href.match(imageRegExp)){type='image';}else if(href.match(swfRegExp)){type='swf';}else if($(obj).hasClass("iframe")){type='iframe';}else if(href.match(/#/)){obj=href.substr(href.indexOf("#"));type=$(obj).length>0?'inline':'ajax';}else{type='ajax';}}else{type='inline';}
selectedOpts.type=type;selectedOpts.href=href;selectedOpts.title=title;if(selectedOpts.autoDimensions&&selectedOpts.type!=='iframe'&&selectedOpts.type!=='swf'){selectedOpts.width='auto';selectedOpts.height='auto';}
if(selectedOpts.modal){selectedOpts.overlayShow=true;selectedOpts.hideOnOverlayClick=false;selectedOpts.hideOnContentClick=false;selectedOpts.enableEscapeButton=false;selectedOpts.showCloseButton=false;}
if($.isFunction(selectedOpts.onStart)){if(selectedOpts.onStart(selectedArray,selectedIndex,selectedOpts)===false){busy=false;return;}};tmp.css('padding',(shadow+selectedOpts.padding+selectedOpts.margin));$('.fancybox-inline-tmp').unbind('fancybox-cancel').bind('fancybox-change',function(){$(this).replaceWith(inner.children());});switch(type){case'html':tmp.html(selectedOpts.content);fancybox_process_inline();break;case'inline':$('<div class="fancybox-inline-tmp" />').hide().insertBefore($(obj)).bind('fancybox-cleanup',function(){$(this).replaceWith(inner.children());}).bind('fancybox-cancel',function(){$(this).replaceWith(tmp.children());});$(obj).appendTo(tmp);fancybox_process_inline();break;case'image':busy=false;$.fancybox.showActivity();imgPreloader=new Image;imgPreloader.onerror=function(){fancybox_error();}
imgPreloader.onload=function(){imgPreloader.onerror=null;imgPreloader.onload=null;fancybox_process_image();}
imgPreloader.src=href;break;case'swf':var str='';var emb='';str+='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+selectedOpts.width+'" height="'+selectedOpts.height+'"><param name="movie" value="'+href+'"></param>';$.each(selectedOpts.swf,function(name,val){str+='<param name="'+name+'" value="'+val+'"></param>';emb+=' '+name+'="'+val+'"';});str+='<embed src="'+href+'" type="application/x-shockwave-flash" width="'+selectedOpts.width+'" height="'+selectedOpts.height+'"'+emb+'></embed></object>';tmp.html(str);fancybox_process_inline();break;case'ajax':var selector=href.split('#',2);var data=selectedOpts.ajax.data||{};if(selector.length>1){href=selector[0];typeof data=="string"?data+='&selector='+selector[1]:data['selector']=selector[1];}
busy=false;$.fancybox.showActivity();ajaxLoader=$.ajax($.extend(selectedOpts.ajax,{url:href,data:data,error:fancybox_error,success:function(data,textStatus,XMLHttpRequest){if(ajaxLoader.status==200){tmp.html(data);fancybox_process_inline();}}}));break;case'iframe':$('<iframe id="fancybox-frame" name="fancybox-frame'+new Date().getTime()+'" frameborder="0" hspace="0" scrolling="'+selectedOpts.scrolling+'" src="'+selectedOpts.href+'"></iframe>').appendTo(tmp);fancybox_show();break;}};function fancybox_process_image(){busy=true;selectedOpts.width=imgPreloader.width;selectedOpts.height=imgPreloader.height;$("<img />").attr({'id':'fancybox-img','src':imgPreloader.src,'alt':selectedOpts.title}).appendTo(tmp);fancybox_show();};function fancybox_process_inline(){tmp.width(selectedOpts.width);tmp.height(selectedOpts.height);if(selectedOpts.width=='auto')selectedOpts.width=tmp.width();if(selectedOpts.height=='auto')selectedOpts.height=tmp.height();fancybox_show();};function fancybox_show(){loading.hide();if(wrap.is(":visible")&&$.isFunction(currentOpts.onCleanup)){if(currentOpts.onCleanup(currentArray,currentIndex,currentOpts)===false){$.event.trigger('fancybox-cancel');busy=false;return;}};currentArray=selectedArray;currentIndex=selectedIndex;currentOpts=selectedOpts;inner.get(0).scrollTop=0;inner.get(0).scrollLeft=0;if(currentOpts.overlayShow){if(isIE6){$('select:not(#fancybox-tmp select)').filter(function(){return this.style.visibility!=='hidden';}).css({'visibility':'hidden'}).one('fancybox-cleanup',function(){this.style.visibility='inherit';});}
overlay.css({'background-color':currentOpts.overlayColor,'opacity':currentOpts.overlayOpacity}).unbind().show();}
final_pos=fancybox_get_zoom_to();fancybox_process_title();if(wrap.is(":visible")){$(close.add(nav_left).add(nav_right)).hide();var pos=wrap.position();start_pos={top:pos.top,left:pos.left,width:wrap.width(),height:wrap.height()};var equal=(start_pos.width==final_pos.width&&start_pos.height==final_pos.height);inner.fadeOut(currentOpts.changeFade,function(){$.event.trigger('fancybox-change');inner.css({top:currentOpts.padding,left:currentOpts.padding,width:Math.max(start_pos.width-(currentOpts.padding*2),1),height:Math.max(start_pos.height-(currentOpts.padding*2),1)}).empty().css('overflow','hidden');function finish_resizing(){inner.html(tmp.contents()).fadeIn(currentOpts.changeFade,_finish);}
fx.prop=0;$(fx).animate({prop:1},{duration:equal?0:currentOpts.changeSpeed,easing:currentOpts.easingChange,step:fancybox_draw,complete:finish_resizing});});return;}
wrap.css('opacity',1);if(currentOpts.transitionIn=='elastic'){start_pos=fancybox_get_zoom_from();inner.css({top:currentOpts.padding,left:currentOpts.padding,width:Math.max(start_pos.width-(currentOpts.padding*2),1),height:Math.max(start_pos.height-(currentOpts.padding*2),1)}).html(tmp.contents());wrap.css(start_pos).show();if(currentOpts.opacity)final_pos.opacity=0;fx.prop=0;$(fx).animate({prop:1},{duration:currentOpts.speedIn,easing:currentOpts.easingIn,step:fancybox_draw,complete:_finish});}else{inner.css({top:currentOpts.padding,left:currentOpts.padding,width:Math.max(final_pos.width-(currentOpts.padding*2),1),height:Math.max(final_pos.height-(currentOpts.padding*2)-titleh,1)}).html(tmp.contents());wrap.css(final_pos).fadeIn(currentOpts.transitionIn=='none'?0:currentOpts.speedIn,_finish);}};function fancybox_draw(pos){var width=Math.round(start_pos.width+(final_pos.width-start_pos.width)*pos);var height=Math.round(start_pos.height+(final_pos.height-start_pos.height)*pos);var top=Math.round(start_pos.top+(final_pos.top-start_pos.top)*pos);var left=Math.round(start_pos.left+(final_pos.left-start_pos.left)*pos);wrap.css({'width':width+'px','height':height+'px','top':top+'px','left':left+'px'});width=Math.max(width-currentOpts.padding*2,0);height=Math.max(height-(currentOpts.padding*2+(titleh*pos)),0);inner.css({'width':width+'px','height':height+'px'});if(typeof final_pos.opacity!=='undefined')wrap.css('opacity',(pos<0.5?0.5:pos));};function _finish(){inner.css('overflow','hidden');if(!$.support.opacity){inner.get(0).style.removeAttribute('filter');wrap.get(0).style.removeAttribute('filter');}
$('#fancybox-title').show();if(currentOpts.hideOnContentClick)inner.one('click',$.fancybox.close);if(currentOpts.hideOnOverlayClick)overlay.one('click',$.fancybox.close);if(currentOpts.showCloseButton)close.show();fancybox_set_navigation();$(window).bind("resize.fb",$.fancybox.center);currentOpts.centerOnScroll?$(window).bind("scroll.fb",$.fancybox.center):$(window).unbind("scroll.fb");if($.isFunction(currentOpts.onComplete))currentOpts.onComplete(currentArray,currentIndex,currentOpts);busy=false;fancybox_preload_images();};function fancybox_get_zoom_to(){var view=fancybox_get_viewport();var to={};var margin=currentOpts.margin;var resize=currentOpts.autoScale;var horizontal_space=(shadow+margin)*2;var vertical_space=(shadow+margin)*2;var double_padding=(currentOpts.padding*2);if(currentOpts.width.toString().indexOf('%')>-1){to.width=((view[0]*parseFloat(currentOpts.width))/100)-(shadow*2);resize=false;}else{to.width=currentOpts.width+double_padding;}
if(currentOpts.height.toString().indexOf('%')>-1){to.height=((view[1]*parseFloat(currentOpts.height))/100)-(shadow*2);resize=false;}else{to.height=currentOpts.height+double_padding;}
if(resize&&(to.width>(view[0]-horizontal_space)||to.height>(view[1]-vertical_space))){if(selectedOpts.type=='image'||selectedOpts.type=='swf'){horizontal_space+=double_padding;vertical_space+=double_padding;var ratio=Math.min(Math.min(view[0]-horizontal_space,currentOpts.width)/currentOpts.width,Math.min(view[1]-vertical_space,currentOpts.height)/currentOpts.height);to.width=Math.round(ratio*(to.width-double_padding))+double_padding;to.height=Math.round(ratio*(to.height-double_padding))+double_padding;}else{to.width=Math.min(to.width,(view[0]-horizontal_space));to.height=Math.min(to.height,(view[1]-vertical_space));}}
to.top=view[3]+((view[1]-(to.height+(shadow*2)))*0.5);to.left=view[2]+((view[0]-(to.width+(shadow*2)))*0.5);if(currentOpts.autoScale==false){to.top=Math.max(view[3]+margin,to.top);to.left=Math.max(view[2]+margin,to.left);}
return to;};function fancybox_get_zoom_from(){var orig=selectedOpts.orig?$(selectedOpts.orig):false;var from={};if(orig&&orig.length){var pos=fancybox_get_obj_pos(orig);from={width:(pos.width+(currentOpts.padding*2)),height:(pos.height+(currentOpts.padding*2)),top:(pos.top-currentOpts.padding-shadow),left:(pos.left-currentOpts.padding-shadow)};}else{var view=fancybox_get_viewport();from={width:1,height:1,top:view[3]+view[1]*0.5,left:view[2]+view[0]*0.5};}
return from;};function fancybox_set_navigation(){$(document).unbind('keydown.fb').bind('keydown.fb',function(e){if(e.keyCode==27&&currentOpts.enableEscapeButton){e.preventDefault();$.fancybox.close();}else if(e.keyCode==37&&currentOpts.disableNavButtons){e.preventDefault();$.fancybox.prev();}else if(e.keyCode==39&&currentOpts.disableNavButtons){e.preventDefault();$.fancybox.next();}});if($.fn.mousewheel){wrap.unbind('mousewheel.fb');if(currentArray.length>1){wrap.bind('mousewheel.fb',function(e,delta){e.preventDefault();if(busy||delta==0)return;delta>0?$.fancybox.prev():$.fancybox.next();});}}
if(!currentOpts.showNavArrows)return;if((currentOpts.cyclic&&currentArray.length>1)||currentIndex!=0){nav_left.show();}
if((currentOpts.cyclic&&currentArray.length>1)||currentIndex!=(currentArray.length-1)){nav_right.show();}};function fancybox_preload_images(){if((currentArray.length-1)>currentIndex){var href=currentArray[currentIndex+1].href;if(typeof href!=='undefined'&&href.match(imageRegExp)){$(document.createElement("img")).attr({src:href}).css("display","none").appendTo('body');}}
if(currentIndex>0){var href=currentArray[currentIndex-1].href;if(typeof href!=='undefined'&&href.match(imageRegExp)){$(document.createElement("img")).attr({src:href}).css("display","none").appendTo('body');}}};function fancybox_animate_loading(){if(!loading.is(':visible')){clearInterval(loadingTimer);return;}
$('div',loading).css('top',(loadingFrame*-40)+'px');loadingFrame=(loadingFrame+1)%12;};function fancybox_get_viewport(){return[$(window).width(),$(window).height(),$(document).scrollLeft(),$(document).scrollTop()];};function fancybox_get_obj_pos(obj){var pos=obj.offset();pos.top+=parseFloat(obj.css('paddingTop'))||0;pos.left+=parseFloat(obj.css('paddingLeft'))||0;pos.top+=parseFloat(obj.css('border-top-width'))||0;pos.left+=parseFloat(obj.css('border-left-width'))||0;pos.width=obj.width();pos.height=obj.height();return pos;};function fancybox_process_title(){$('#fancybox-title').remove();titleh=0;if(currentOpts.titleShow==false)return;var obj=currentArray[currentIndex];var title=currentOpts.title;title=$.isFunction(currentOpts.titleFormat)?currentOpts.titleFormat(title,currentArray,currentIndex,currentOpts):fancybox_format_title(title);if(!title||title=='')return;var width=final_pos.width-(currentOpts.padding*2);var titlec='fancybox-title-'+currentOpts.titlePosition;$('<div id="fancybox-title" class="'+titlec+'" />').css({'width':width,'paddingLeft':currentOpts.padding,'paddingRight':currentOpts.padding}).html(title).appendTo('body');switch(currentOpts.titlePosition){case'inside':titleh=$("#fancybox-title").outerHeight(true)-currentOpts.padding;final_pos.height+=titleh;break;case'over':$('#fancybox-title').css('bottom',currentOpts.padding);break;default:$('#fancybox-title').css('bottom',$("#fancybox-title").outerHeight(true)*-1);break;}
$('#fancybox-title').appendTo(outer).hide();if(isIE6){$('#fancybox-title span').fixPNG();}};function fancybox_format_title(title){if(title&&title.length){switch(currentOpts.titlePosition){case'inside':return title;break;case'over':return'<span id="fancybox-title-over">'+title+'</span>';break;default:return'<span id="fancybox-title-wrap"><span id="fancybox-title-left"></span><span id="fancybox-title-main">'+title+'</span><span id="fancybox-title-right"></span></span>';break;}}
return false;};function fancybox_init(){if($("#fancybox-wrap").length)return;$('body').append(tmp=$('<div id="fancybox-tmp"></div>'),loading=$('<div id="fancybox-loading"><div></div></div>'),overlay=$('<div id="fancybox-overlay"></div>'),wrap=$('<div id="fancybox-wrap"></div>'));outer=$('<div id="fancybox-outer"></div>').append('<div class="fancy-bg" id="fancy-bg-n"></div><div class="fancy-bg" id="fancy-bg-ne"></div><div class="fancy-bg" id="fancy-bg-e"></div><div class="fancy-bg" id="fancy-bg-se"></div><div class="fancy-bg" id="fancy-bg-s"></div><div class="fancy-bg" id="fancy-bg-sw"></div><div class="fancy-bg" id="fancy-bg-w"></div><div class="fancy-bg" id="fancy-bg-nw"></div>').appendTo(wrap);outer.append(inner=$('<div id="fancybox-inner"></div>'),close=$('<a id="fancybox-close"></a>'),nav_left=$('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),nav_right=$('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>'));close.click($.fancybox.close);loading.click($.fancybox.cancel);nav_left.click(function(e){e.preventDefault();$.fancybox.prev();});nav_right.click(function(e){e.preventDefault();$.fancybox.next();});if(!$.support.opacity){outer.find('.fancy-bg').fixPNG();}
if(isIE6){$(close.add('.fancy-ico').add('div',loading)).fixPNG();overlay.get(0).style.setExpression('height',"document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'");loading.get(0).style.setExpression('top',"(-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'");outer.prepend('<iframe id="fancybox-hide-sel-frame" src="javascript:\'\';" scrolling="no" frameborder="0" ></iframe>');}};$.fn.fancybox.defaults={padding:10,margin:20,opacity:false,modal:false,cyclic:false,scrolling:'auto',width:560,height:340,autoScale:true,autoDimensions:true,centerOnScroll:false,ajax:{},swf:{wmode:'transparent'},hideOnOverlayClick:true,hideOnContentClick:false,overlayShow:true,overlayOpacity:0.3,overlayColor:'#666',titleShow:true,titlePosition:'outside',titleFormat:null,transitionIn:'fade',transitionOut:'fade',speedIn:300,speedOut:300,changeSpeed:300,changeFade:'fast',easingIn:'swing',easingOut:'swing',showCloseButton:true,showNavArrows:true,enableEscapeButton:true,onStart:null,onCancel:null,onComplete:null,onCleanup:null,onClosed:null,disableNavButtons:true};$(document).ready(function(){fancybox_init();});})(jQuery);;jQuery.easing['jswing']=jQuery.easing['swing'];jQuery.extend(jQuery.easing,{def:'easeOutQuad',swing:function(x,t,b,c,d){return jQuery.easing[jQuery.easing.def](x,t,b,c,d);},easeInQuad:function(x,t,b,c,d){return c*(t/=d)*t+b;},easeOutQuad:function(x,t,b,c,d){return-c*(t/=d)*(t-2)+b;},easeInOutQuad:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t+b;return-c/2*((--t)*(t-2)-1)+b;},easeInCubic:function(x,t,b,c,d){return c*(t/=d)*t*t+b;},easeOutCubic:function(x,t,b,c,d){return c*((t=t/d-1)*t*t+1)+b;},easeInOutCubic:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t+b;return c/2*((t-=2)*t*t+2)+b;},easeInQuart:function(x,t,b,c,d){return c*(t/=d)*t*t*t+b;},easeOutQuart:function(x,t,b,c,d){return-c*((t=t/d-1)*t*t*t-1)+b;},easeInOutQuart:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t+b;return-c/2*((t-=2)*t*t*t-2)+b;},easeInQuint:function(x,t,b,c,d){return c*(t/=d)*t*t*t*t+b;},easeOutQuint:function(x,t,b,c,d){return c*((t=t/d-1)*t*t*t*t+1)+b;},easeInOutQuint:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t*t+b;return c/2*((t-=2)*t*t*t*t+2)+b;},easeInSine:function(x,t,b,c,d){return-c*Math.cos(t/d*(Math.PI/2))+c+b;},easeOutSine:function(x,t,b,c,d){return c*Math.sin(t/d*(Math.PI/2))+b;},easeInOutSine:function(x,t,b,c,d){return-c/2*(Math.cos(Math.PI*t/d)-1)+b;},easeInExpo:function(x,t,b,c,d){return(t==0)?b:c*Math.pow(2,10*(t/d-1))+b;},easeOutExpo:function(x,t,b,c,d){return(t==d)?b+c:c*(-Math.pow(2,-10*t/d)+1)+b;},easeInOutExpo:function(x,t,b,c,d){if(t==0)return b;if(t==d)return b+c;if((t/=d/2)<1)return c/2*Math.pow(2,10*(t-1))+b;return c/2*(-Math.pow(2,-10*--t)+2)+b;},easeInCirc:function(x,t,b,c,d){return-c*(Math.sqrt(1-(t/=d)*t)-1)+b;},easeOutCirc:function(x,t,b,c,d){return c*Math.sqrt(1-(t=t/d-1)*t)+b;},easeInOutCirc:function(x,t,b,c,d){if((t/=d/2)<1)return-c/2*(Math.sqrt(1-t*t)-1)+b;return c/2*(Math.sqrt(1-(t-=2)*t)+1)+b;},easeInElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);return-(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;},easeOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);return a*Math.pow(2,-10*t)*Math.sin((t*d-s)*(2*Math.PI)/p)+c+b;},easeInOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d/2)==2)return b+c;if(!p)p=d*(.3*1.5);if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);if(t<1)return-.5*(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;return a*Math.pow(2,-10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p)*.5+c+b;},easeInBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*(t/=d)*t*((s+1)*t-s)+b;},easeOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*((t=t/d-1)*t*((s+1)*t+s)+1)+b;},easeInOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;if((t/=d/2)<1)return c/2*(t*t*(((s*=(1.525))+1)*t-s))+b;return c/2*((t-=2)*t*(((s*=(1.525))+1)*t+s)+2)+b;},easeInBounce:function(x,t,b,c,d){return c-jQuery.easing.easeOutBounce(x,d-t,0,c,d)+b;},easeOutBounce:function(x,t,b,c,d){if((t/=d)<(1/2.75)){return c*(7.5625*t*t)+b;}else if(t<(2/2.75)){return c*(7.5625*(t-=(1.5/2.75))*t+.75)+b;}else if(t<(2.5/2.75)){return c*(7.5625*(t-=(2.25/2.75))*t+.9375)+b;}else{return c*(7.5625*(t-=(2.625/2.75))*t+.984375)+b;}},easeInOutBounce:function(x,t,b,c,d){if(t<d/2)return jQuery.easing.easeInBounce(x,t*2,0,c,d)*.5+b;return jQuery.easing.easeOutBounce(x,t*2-d,0,c,d)*.5+c*.5+b;}});;(function($){$.anythingSlider=function(el,options){var base=this;base.$el=$(el);base.el=el;base.currentPage=1;base.timer=null;base.playing=false;base.$el.data("AnythingSlider",base);base.init=function(){base.options=$.extend({},$.anythingSlider.defaults,options);base.$wrapper=base.$el.find('> div').css('overflow','hidden');base.$slider=base.$wrapper.find('> ul');base.$items=base.$slider.find('> li');base.$single=base.$items.filter(':first');if(base.options.buildNavigation)base.buildNavigation();base.singleWidth=base.$single.outerWidth();base.pages=base.$items.length;base.$items.filter(':first').before(base.$items.filter(':last').clone().addClass('cloned'));base.$items.filter(':last').after(base.$items.filter(':first').clone().addClass('cloned'));base.$items=base.$slider.find('> li');base.buildNextBackButtons();if(base.options.autoPlay){base.playing=!base.options.startStopped;base.buildAutoPlay();};if(base.options.pauseOnHover){base.$el.hover(function(){base.clearTimer();},function(){base.startStop(base.playing);});}
if((base.options.hashTags==true&&!base.gotoHash())||base.options.hashTags==false){base.setCurrentPage(1);};};base.gotoPage=function(page,autoplay){if(autoplay!==true)autoplay=false;if(!autoplay)base.startStop(false);if(typeof(page)=="undefined"||page==null){page=1;base.setCurrentPage(1);};if(page>base.pages+1)page=base.pages;if(page<0)page=1;var dir=page<base.currentPage?-1:1,n=Math.abs(base.currentPage-page),left=base.singleWidth*dir*n;base.$wrapper.filter(':not(:animated)').animate({scrollLeft:'+='+left},base.options.animationTime,base.options.easing,function(){if(page==0){base.$wrapper.scrollLeft(base.singleWidth*base.pages);page=base.pages;}else if(page>base.pages){base.$wrapper.scrollLeft(base.singleWidth);page=1;};base.setCurrentPage(page);});};base.setCurrentPage=function(page,move){if(base.options.buildNavigation){base.$nav.find('.cur').removeClass('cur');$(base.$navLinks[page-1]).addClass('cur');};if(move!==false)base.$wrapper.scrollLeft(base.singleWidth*page);base.currentPage=page;};base.goForward=function(autoplay){if(autoplay!==true)autoplay=false;base.gotoPage(base.currentPage+1,autoplay);$('#slider_desc').css('display','none');if(parseInt(base.currentPage+1)<=base.pages)
{$('#slider_desc').find('h1:first').html($('#anythingslide'+parseInt(base.currentPage+1)).find('h3:first').html());$('#slider_desc').find('p:first').html($('#anythingslide'+parseInt(base.currentPage+1)).find('p:first').html());}
else
{$('#slider_desc').find('h1:first').html($('#anythingslide1').find('h3:first').html());$('#slider_desc').find('p:first').html($('#anythingslide1').find('p:first').html());}
Cufon.replace('#slider_desc > h1.cufon');$('#slider_desc').fadeIn(800);};base.goBack=function(){base.gotoPage(base.currentPage-1);$('#slider_desc').css('display','none');if(parseInt(base.currentPage-1)>0)
{$('#slider_desc').find('h1:first').html($('#anythingslide'+parseInt(base.currentPage-1)).find('h3:first').html());$('#slider_desc').find('p:first').html($('#anythingslide'+parseInt(base.currentPage-1)).find('p:first').html());}
else
{$('#slider_desc').find('h1:first').html($('#anythingslide'+base.pages).find('h3:first').html());$('#slider_desc').find('p:first').html($('#anythingslide'+base.pages).find('p:first').html());}
Cufon.replace('#slider_desc > h1.cufon');$('#slider_desc').fadeIn(800);};base.gotoHash=function(){if(/^#?panel-\d+$/.test(window.location.hash)){var index=parseInt(window.location.hash.substr(7));var $item=base.$items.filter(':eq('+index+')');if($item.length!=0){base.setCurrentPage(index);return true;};};return false;};base.buildNavigation=function(){base.$nav=$("<div id='thumbNav'></div>").appendTo(base.$el);base.$items.each(function(i,el){var index=i+1;var $a=$("<a href='#'></a>");if(typeof(base.options.navigationFormatter)=="function"){$a.html(base.options.navigationFormatter(index,$(this)));}else{$a.text(index);}
$a.click(function(e){base.gotoPage(index);if(base.options.hashTags)
base.setHash('panel-'+index);e.preventDefault();});base.$nav.append($a);});base.$navLinks=base.$nav.find('> a');};base.buildNextBackButtons=function(){var $forward=$('<a class="arrow forward">&gt;</a>'),$back=$('<a class="arrow back">&lt;</a>');$back.click(function(e){base.goBack();e.preventDefault();});$forward.click(function(e){base.goForward();e.preventDefault();});base.$wrapper.after($back).after($forward);};base.buildAutoPlay=function(){base.$startStop=$("<a href='#' id='start-stop'></a>").html(base.playing?base.options.stopText:base.options.startText);base.$el.append(base.$startStop);base.$startStop.click(function(e){base.startStop(!base.playing);e.preventDefault();});base.startStop(base.playing);};base.startStop=function(playing){if(playing!==true)playing=false;base.playing=playing;if(base.options.autoPlay)base.$startStop.toggleClass("playing",playing).html(playing?base.options.stopText:base.options.startText);if(playing){base.clearTimer();base.timer=window.setInterval(function(){base.goForward(true);},base.options.delay);}else{base.clearTimer();};};base.clearTimer=function(){if(base.timer)window.clearInterval(base.timer);};base.setHash=function(hash){if(typeof window.location.hash!=='undefined'){if(window.location.hash!==hash){window.location.hash=hash;};}else if(location.hash!==hash){location.hash=hash;};return hash;};base.init();};$.anythingSlider.defaults={easing:"swing",autoPlay:true,startStopped:false,delay:3000,animationTime:600,hashTags:true,buildNavigation:true,pauseOnHover:true,startText:"Start",stopText:"Stop",navigationFormatter:null};$.fn.anythingSlider=function(options){if(typeof(options)=="object"){return this.each(function(i){(new $.anythingSlider(this,options));options.hashTags=false;});}else if(typeof(options)=="number"){return this.each(function(i){var anySlide=$(this).data('AnythingSlider');if(anySlide){anySlide.gotoPage(options);}});}};})(jQuery);;(function($){$.fn.nivoSlider=function(options){var settings=$.extend({},$.fn.nivoSlider.defaults,options);return this.each(function(){var vars={currentSlide:0,currentImage:'',totalSlides:0,randAnim:'',running:false,paused:false,stop:false};var slider=$(this);slider.data('nivo:vars',vars);slider.css('position','relative');slider.addClass('nivoSlider');var kids=slider.children();kids.each(function(){var child=$(this);var link='';if(!child.is('img')){if(child.is('a')){child.addClass('nivo-imageLink');link=child;}
child=child.find('img:first');}
var childWidth=child.width();if(childWidth==0)childWidth=child.attr('width');var childHeight=child.height();if(childHeight==0)childHeight=child.attr('height');if(childWidth>slider.width()){slider.width(childWidth);}
if(childHeight>slider.height()){slider.height(childHeight);}
if(link!=''){link.css('display','none');}
child.css('display','none');vars.totalSlides++;});if(settings.startSlide>0){if(settings.startSlide>=vars.totalSlides)settings.startSlide=vars.totalSlides-1;vars.currentSlide=settings.startSlide;}
if($(kids[vars.currentSlide]).is('img')){vars.currentImage=$(kids[vars.currentSlide]);}else{vars.currentImage=$(kids[vars.currentSlide]).find('img:first');}
if($(kids[vars.currentSlide]).is('a')){$(kids[vars.currentSlide]).css('display','block');}
slider.css('background','url('+vars.currentImage.attr('src')+') no-repeat');for(var i=0;i<settings.slices;i++){var sliceWidth=Math.round(slider.width()/settings.slices);if(i==settings.slices-1){slider.append($('<div class="nivo-slice"></div>').css({left:(sliceWidth*i)+'px',width:(slider.width()-(sliceWidth*i))+'px'}));}else{slider.append($('<div class="nivo-slice"></div>').css({left:(sliceWidth*i)+'px',width:sliceWidth+'px'}));}}
slider.append($('<div class="nivo-caption"><p></p></div>').css({display:'none',opacity:settings.captionOpacity}));if(vars.currentImage.attr('title')!=''){var title=vars.currentImage.attr('title');if(title.substr(0,1)=='#')title=$(title).html();$('.nivo-caption p',slider).html(title);$('.nivo-caption',slider).fadeIn(settings.animSpeed);}
var timer=0;if(!settings.manualAdvance&&kids.length>1){timer=setInterval(function(){nivoRun(slider,kids,settings,false);},settings.pauseTime);}
if(settings.directionNav){slider.append('<div class="nivo-directionNav"><a class="nivo-prevNav">Prev</a><a class="nivo-nextNav">Next</a></div>');if(settings.directionNavHide){$('.nivo-directionNav',slider).hide();slider.hover(function(){$('.nivo-directionNav',slider).show();},function(){$('.nivo-directionNav',slider).hide();});}
$('a.nivo-prevNav',slider).live('click',function(){if(vars.running)return false;clearInterval(timer);timer='';vars.currentSlide-=2;nivoRun(slider,kids,settings,'prev');});$('a.nivo-nextNav',slider).live('click',function(){if(vars.running)return false;clearInterval(timer);timer='';nivoRun(slider,kids,settings,'next');});}
if(settings.controlNav){var nivoControl=$('<div class="nivo-controlNav"></div>');slider.append(nivoControl);for(var i=0;i<kids.length;i++){if(settings.controlNavThumbs){var child=kids.eq(i);if(!child.is('img')){child=child.find('img:first');}
if(settings.controlNavThumbsFromRel){nivoControl.append('<a class="nivo-control" rel="'+i+'"><img src="'+child.attr('rel')+'" alt="" /></a>');}else{nivoControl.append('<a class="nivo-control" rel="'+i+'"><img src="'+child.attr('src').replace(settings.controlNavThumbsSearch,settings.controlNavThumbsReplace)+'" alt="" /></a>');}}else{nivoControl.append('<a class="nivo-control" rel="'+i+'">'+(i+1)+'</a>');}}
$('.nivo-controlNav a:eq('+vars.currentSlide+')',slider).addClass('active');$('.nivo-controlNav a',slider).live('click',function(){if(vars.running)return false;if($(this).hasClass('active'))return false;clearInterval(timer);timer='';slider.css('background','url('+vars.currentImage.attr('src')+') no-repeat');vars.currentSlide=$(this).attr('rel')-1;nivoRun(slider,kids,settings,'control');});}
if(settings.keyboardNav){$(window).keypress(function(event){if(event.keyCode=='37'){if(vars.running)return false;clearInterval(timer);timer='';vars.currentSlide-=2;nivoRun(slider,kids,settings,'prev');}
if(event.keyCode=='39'){if(vars.running)return false;clearInterval(timer);timer='';nivoRun(slider,kids,settings,'next');}});}
if(settings.pauseOnHover){slider.hover(function(){vars.paused=true;clearInterval(timer);timer='';},function(){vars.paused=false;if(timer==''&&!settings.manualAdvance){timer=setInterval(function(){nivoRun(slider,kids,settings,false);},settings.pauseTime);}});}
slider.bind('nivo:animFinished',function(){vars.running=false;$(kids).each(function(){if($(this).is('a')){$(this).css('display','none');}});if($(kids[vars.currentSlide]).is('a')){$(kids[vars.currentSlide]).css('display','block');}
if(timer==''&&!vars.paused&&!settings.manualAdvance){timer=setInterval(function(){nivoRun(slider,kids,settings,false);},settings.pauseTime);}
settings.afterChange.call(this);});});function nivoRun(slider,kids,settings,nudge){var vars=slider.data('nivo:vars');if((!vars||vars.stop)&&!nudge)return false;settings.beforeChange.call(this);if(!nudge){slider.css('background','url('+vars.currentImage.attr('src')+') no-repeat');}else{if(nudge=='prev'){slider.css('background','url('+vars.currentImage.attr('src')+') no-repeat');}
if(nudge=='next'){slider.css('background','url('+vars.currentImage.attr('src')+') no-repeat');}}
vars.currentSlide++;if(vars.currentSlide==vars.totalSlides){vars.currentSlide=0;settings.slideshowEnd.call(this);}
if(vars.currentSlide<0)vars.currentSlide=(vars.totalSlides-1);if($(kids[vars.currentSlide]).is('img')){vars.currentImage=$(kids[vars.currentSlide]);}else{vars.currentImage=$(kids[vars.currentSlide]).find('img:first');}
if(settings.controlNav){$('.nivo-controlNav a',slider).removeClass('active');$('.nivo-controlNav a:eq('+vars.currentSlide+')',slider).addClass('active');}
if(vars.currentImage.attr('title')!=''){var title=vars.currentImage.attr('title');var longdesc=vars.currentImage.attr('longdesc');if(title.substr(0,1)=='#')title=$(title).html();$('#slider_desc').css('display','none');$('#slider_desc').find('h1:first').html(title);Cufon.replace('#slider_desc > h1.cufon');$('#slider_desc').find('p:first').html(longdesc);$('#slider_desc').fadeIn(800);}else{$('.nivo-caption',slider).fadeOut(settings.animSpeed);}
var i=0;$('.nivo-slice',slider).each(function(){var sliceWidth=Math.round(slider.width()/settings.slices);$(this).css({height:'0px',opacity:'0',background:'url('+vars.currentImage.attr('src')+') no-repeat -'+((sliceWidth+(i*sliceWidth))-sliceWidth)+'px 0%'});i++;});if(settings.effect=='random'){var anims=new Array("sliceDownRight","sliceDownLeft","sliceUpRight","sliceUpLeft","sliceUpDown","sliceUpDownLeft","fold","fade");vars.randAnim=anims[Math.floor(Math.random()*(anims.length+1))];if(vars.randAnim==undefined)vars.randAnim='fade';}
if(settings.effect.indexOf(',')!=-1){var anims=settings.effect.split(',');vars.randAnim=$.trim(anims[Math.floor(Math.random()*anims.length)]);}
vars.running=true;if(settings.effect=='sliceDown'||settings.effect=='sliceDownRight'||vars.randAnim=='sliceDownRight'||settings.effect=='sliceDownLeft'||vars.randAnim=='sliceDownLeft'){var timeBuff=0;var i=0;var slices=$('.nivo-slice',slider);if(settings.effect=='sliceDownLeft'||vars.randAnim=='sliceDownLeft')slices=$('.nivo-slice',slider)._reverse();slices.each(function(){var slice=$(this);slice.css('top','0px');if(i==settings.slices-1){setTimeout(function(){slice.animate({height:'100%',opacity:'1.0'},settings.animSpeed,'',function(){slider.trigger('nivo:animFinished');});},(100+timeBuff));}else{setTimeout(function(){slice.animate({height:'100%',opacity:'1.0'},settings.animSpeed);},(100+timeBuff));}
timeBuff+=50;i++;});}
else if(settings.effect=='sliceUp'||settings.effect=='sliceUpRight'||vars.randAnim=='sliceUpRight'||settings.effect=='sliceUpLeft'||vars.randAnim=='sliceUpLeft'){var timeBuff=0;var i=0;var slices=$('.nivo-slice',slider);if(settings.effect=='sliceUpLeft'||vars.randAnim=='sliceUpLeft')slices=$('.nivo-slice',slider)._reverse();slices.each(function(){var slice=$(this);slice.css('bottom','0px');if(i==settings.slices-1){setTimeout(function(){slice.animate({height:'100%',opacity:'1.0'},settings.animSpeed,'',function(){slider.trigger('nivo:animFinished');});},(100+timeBuff));}else{setTimeout(function(){slice.animate({height:'100%',opacity:'1.0'},settings.animSpeed);},(100+timeBuff));}
timeBuff+=50;i++;});}
else if(settings.effect=='sliceUpDown'||settings.effect=='sliceUpDownRight'||vars.randAnim=='sliceUpDown'||settings.effect=='sliceUpDownLeft'||vars.randAnim=='sliceUpDownLeft'){var timeBuff=0;var i=0;var v=0;var slices=$('.nivo-slice',slider);if(settings.effect=='sliceUpDownLeft'||vars.randAnim=='sliceUpDownLeft')slices=$('.nivo-slice',slider)._reverse();slices.each(function(){var slice=$(this);if(i==0){slice.css('top','0px');i++;}else{slice.css('bottom','0px');i=0;}
if(v==settings.slices-1){setTimeout(function(){slice.animate({height:'100%',opacity:'1.0'},settings.animSpeed,'',function(){slider.trigger('nivo:animFinished');});},(100+timeBuff));}else{setTimeout(function(){slice.animate({height:'100%',opacity:'1.0'},settings.animSpeed);},(100+timeBuff));}
timeBuff+=50;v++;});}
else if(settings.effect=='fold'||vars.randAnim=='fold'){var timeBuff=0;var i=0;$('.nivo-slice',slider).each(function(){var slice=$(this);var origWidth=slice.width();slice.css({top:'0px',height:'100%',width:'0px'});if(i==settings.slices-1){setTimeout(function(){slice.animate({width:origWidth,opacity:'1.0'},settings.animSpeed,'',function(){slider.trigger('nivo:animFinished');});},(100+timeBuff));}else{setTimeout(function(){slice.animate({width:origWidth,opacity:'1.0'},settings.animSpeed);},(100+timeBuff));}
timeBuff+=50;i++;});}
else if(settings.effect=='fade'||vars.randAnim=='fade'){var i=0;$('.nivo-slice',slider).each(function(){$(this).css('height','100%');if(i==settings.slices-1){$(this).animate({opacity:'1.0'},(settings.animSpeed*2),'',function(){slider.trigger('nivo:animFinished');});}else{$(this).animate({opacity:'1.0'},(settings.animSpeed*2));}
i++;});}}};$.fn.nivoSlider.defaults={effect:'random',slices:15,animSpeed:500,pauseTime:3000,startSlide:0,directionNav:true,directionNavHide:true,controlNav:true,controlNavThumbs:false,controlNavThumbsFromRel:false,controlNavThumbsSearch:'.jpg',controlNavThumbsReplace:'_thumb.jpg',keyboardNav:true,pauseOnHover:true,manualAdvance:false,captionOpacity:0.8,beforeChange:function(){},afterChange:function(){},slideshowEnd:function(){}};$.fn._reverse=[].reverse;})(jQuery);;jQuery.extend({roundabout_shape:{def:'lazySusan',lazySusan:function(r,a,t){return{x:Math.sin(r+a),y:(Math.sin(r+3*Math.PI/2+a)/8)*t,z:(Math.cos(r+a)+1)/2,scale:(Math.sin(r+Math.PI/2+a)/2)+0.5};}}});jQuery.fn.roundabout=function(){var options=(typeof arguments[0]!='object')?{}:arguments[0];options={bearing:(typeof options.bearing=='undefined')?0.0:jQuery.roundabout_toFloat(options.bearing%360.0),tilt:(typeof options.tilt=='undefined')?0.0:jQuery.roundabout_toFloat(options.tilt),minZ:(typeof options.minZ=='undefined')?100:parseInt(options.minZ,10),maxZ:(typeof options.maxZ=='undefined')?400:parseInt(options.maxZ,10),minOpacity:(typeof options.minOpacity=='undefined')?0.40:jQuery.roundabout_toFloat(options.minOpacity),maxOpacity:(typeof options.maxOpacity=='undefined')?1.00:jQuery.roundabout_toFloat(options.maxOpacity),minScale:(typeof options.minScale=='undefined')?0.40:jQuery.roundabout_toFloat(options.minScale),maxScale:(typeof options.maxScale=='undefined')?1.00:jQuery.roundabout_toFloat(options.maxScale),duration:(typeof options.duration=='undefined')?600:parseInt(options.duration,10),btnNext:options.btnNext||null,btnPrev:options.btnPrev||null,easing:options.easing||'swing',clickToFocus:(options.clickToFocus!==false),focusBearing:(typeof options.focusBearing=='undefined')?0.0:jQuery.roundabout_toFloat(options.focusBearing%360.0),shape:options.shape||'lazySusan',debug:options.debug||false,childSelector:options.childSelector||'li',startingChild:(typeof options.startingChild=='undefined')?null:parseInt(options.startingChild,10),reflect:(typeof options.reflect=='undefined'||options.reflect===false)?false:true};this.each(function(i){var ref=jQuery(this);var period=jQuery.roundabout_toFloat(360.0/ref.children(options.childSelector).length);var startingBearing=(options.startingChild===null)?options.bearing:options.startingChild*period;ref.addClass('roundabout-holder').css('padding',0).css('position','relative').css('z-index',options.minZ);ref.data('roundabout',{'bearing':startingBearing,'tilt':options.tilt,'minZ':options.minZ,'maxZ':options.maxZ,'minOpacity':options.minOpacity,'maxOpacity':options.maxOpacity,'minScale':options.minScale,'maxScale':options.maxScale,'duration':options.duration,'easing':options.easing,'clickToFocus':options.clickToFocus,'focusBearing':options.focusBearing,'animating':0,'childInFocus':-1,'shape':options.shape,'period':period,'debug':options.debug,'childSelector':options.childSelector,'reflect':options.reflect});if(options.clickToFocus===true){ref.children(options.childSelector).each(function(i){jQuery(this).click(function(e){var degrees=(options.reflect===true)?360.0-(period*i):period*i;degrees=jQuery.roundabout_toFloat(degrees);if(!jQuery.roundabout_isInFocus(ref,degrees)){e.preventDefault();if(ref.data('roundabout').animating===0){ref.roundabout_animateAngleToFocus(degrees);}
return false;}});});}
if(options.btnNext){jQuery(options.btnNext).bind('click.roundabout',function(e){e.preventDefault();if(ref.data('roundabout').animating===0){ref.roundabout_animateToNextChild();}
return false;});}
if(options.btnPrev){jQuery(options.btnPrev).bind('click.roundabout',function(e){e.preventDefault();if(ref.data('roundabout').animating===0){ref.roundabout_animateToPreviousChild();}
return false;});}});this.roundabout_startChildren();if(typeof arguments[1]==='function'){var callback=arguments[1],ref=this;setTimeout(function(){callback(ref);},0);}
return this;};jQuery.fn.roundabout_startChildren=function(){this.each(function(i){var ref=jQuery(this);var data=ref.data('roundabout');var children=ref.children(data.childSelector);children.each(function(i){var degrees=(data.reflect===true)?360.0-(data.period*i):data.period*i;jQuery(this).addClass('roundabout-moveable-item').css('position','absolute');jQuery(this).data('roundabout',{'startWidth':jQuery(this).width(),'startHeight':jQuery(this).height(),'startFontSize':parseInt(jQuery(this).css('font-size'),10),'degrees':degrees});});ref.roundabout_updateChildPositions();});return this;};jQuery.fn.roundabout_setTilt=function(newTilt){this.each(function(i){jQuery(this).data('roundabout').tilt=newTilt;jQuery(this).roundabout_updateChildPositions();});if(typeof arguments[1]==='function'){var callback=arguments[1],ref=this;setTimeout(function(){callback(ref);},0);}
return this;};jQuery.fn.roundabout_setBearing=function(newBearing){this.each(function(i){jQuery(this).data('roundabout').bearing=jQuery.roundabout_toFloat(newBearing%360,2);jQuery(this).roundabout_updateChildPositions();});if(typeof arguments[1]==='function'){var callback=arguments[1],ref=this;setTimeout(function(){callback(ref);},0);}
return this;};jQuery.fn.roundabout_adjustBearing=function(delta){delta=jQuery.roundabout_toFloat(delta);if(delta!==0){this.each(function(i){jQuery(this).data('roundabout').bearing=jQuery.roundabout_getBearing(jQuery(this))+delta;jQuery(this).roundabout_updateChildPositions();});}
if(typeof arguments[1]==='function'){var callback=arguments[1],ref=this;setTimeout(function(){callback(ref);},0);}
return this;};jQuery.fn.roundabout_adjustTilt=function(delta){delta=jQuery.roundabout_toFloat(delta);if(delta!==0){this.each(function(i){jQuery(this).data('roundabout').tilt=jQuery.roundabout_toFloat(jQuery(this).roundabout_get('tilt')+delta);jQuery(this).roundabout_updateChildPositions();});}
if(typeof arguments[1]==='function'){var callback=arguments[1],ref=this;setTimeout(function(){callback(ref);},0);}
return this;};jQuery.fn.roundabout_animateToBearing=function(bearing){bearing=jQuery.roundabout_toFloat(bearing);var currentTime=new Date();var duration=(typeof arguments[1]=='undefined')?null:arguments[1];var easingType=(typeof arguments[2]=='undefined')?null:arguments[2];var passedData=(typeof arguments[3]!=='object')?null:arguments[3];this.each(function(i){var ref=jQuery(this),data=ref.data('roundabout'),timer,easingFn,newBearing;var thisDuration=(duration===null)?data.duration:duration;var thisEasingType=(easingType!==null)?easingType:data.easing||'swing';if(passedData===null){passedData={timerStart:currentTime,start:jQuery.roundabout_getBearing(ref),totalTime:thisDuration};}
timer=currentTime-passedData.timerStart;if(timer<thisDuration){data.animating=1;if(typeof jQuery.easing.def=='string'){easingFn=jQuery.easing[thisEasingType]||jQuery.easing[jQuery.easing.def];newBearing=easingFn(null,timer,passedData.start,bearing-passedData.start,passedData.totalTime);}else{newBearing=jQuery.easing[thisEasingType]((timer/passedData.totalTime),timer,passedData.start,bearing-passedData.start,passedData.totalTime);}
ref.roundabout_setBearing(newBearing,function(){ref.roundabout_animateToBearing(bearing,thisDuration,thisEasingType,passedData);});}else{bearing=(bearing<0)?bearing+360:bearing%360;data.animating=0;ref.roundabout_setBearing(bearing);}});return this;};jQuery.fn.roundabout_animateToDelta=function(delta){var duration=arguments[1],easing=arguments[2];this.each(function(i){delta=jQuery.roundabout_getBearing(jQuery(this))+jQuery.roundabout_toFloat(delta);jQuery(this).roundabout_animateToBearing(delta,duration,easing);});return this;};jQuery.fn.roundabout_animateToChild=function(childPos){var duration=arguments[1],easing=arguments[2];this.each(function(i){var ref=jQuery(this),data=ref.data('roundabout');if(data.childInFocus!==childPos&&data.animating===0){var child=jQuery(ref.children(data.childSelector)[childPos]);ref.roundabout_animateAngleToFocus(child.data('roundabout').degrees,duration,easing);}});return this;};jQuery.fn.roundabout_animateToNearbyChild=function(passedArgs,which){var duration=passedArgs[0],easing=passedArgs[1];this.each(function(i){var data=jQuery(this).data('roundabout');var bearing=jQuery.roundabout_toFloat(360.0-jQuery.roundabout_getBearing(jQuery(this)));var period=data.period,j=0,range;var reflect=data.reflect;var length=jQuery(this).children(data.childSelector).length;bearing=(reflect===true)?bearing%360.0:bearing;if(data.animating===0){if((reflect===false&&which==='next')||(reflect===true&&which!=='next')){bearing=(bearing===0)?360:bearing;while(true&&j<length){range={lower:jQuery.roundabout_toFloat(period*j),upper:jQuery.roundabout_toFloat(period*(j+1))};range.upper=(j==length-1)?360.0:range.upper;if(bearing<=range.upper&&bearing>range.lower){jQuery(this).roundabout_animateToDelta(bearing-range.lower,duration,easing);break;}
j++;}}else{while(true){range={lower:jQuery.roundabout_toFloat(period*j),upper:jQuery.roundabout_toFloat(period*(j+1))};range.upper=(j==length-1)?360.0:range.upper;if(bearing>=range.lower&&bearing<range.upper){jQuery(this).roundabout_animateToDelta(bearing-range.upper,duration,easing);break;}
j++;}}}});return this;};jQuery.fn.roundabout_animateToNextChild=function(){return this.roundabout_animateToNearbyChild(arguments,'next');};jQuery.fn.roundabout_animateToPreviousChild=function(){return this.roundabout_animateToNearbyChild(arguments,'previous');};jQuery.fn.roundabout_animateAngleToFocus=function(target){var duration=arguments[1],easing=arguments[2];this.each(function(i){var delta=jQuery.roundabout_getBearing(jQuery(this))-target;delta=(Math.abs(360.0-delta)<Math.abs(0.0-delta))?360.0-delta:0.0-delta;delta=(delta>180)?-(360.0-delta):delta;if(delta!==0){jQuery(this).roundabout_animateToDelta(delta,duration,easing);}});return this;};jQuery.fn.roundabout_updateChildPositions=function(){this.each(function(i){var ref=jQuery(this),data=ref.data('roundabout');var inFocus=-1;var info={bearing:jQuery.roundabout_getBearing(ref),tilt:data.tilt,stage:{width:Math.floor(ref.width()*0.9),height:Math.floor(ref.height()*0.9)},animating:data.animating,inFocus:data.childInFocus,focusBearingRad:jQuery.roundabout_degToRad(data.focusBearing),shape:jQuery.roundabout_shape[data.shape]||jQuery.roundabout_shape[jQuery.roundabout_shape.def]};info.midStage={width:info.stage.width/2,height:info.stage.height/2};info.nudge={width:info.midStage.width+info.stage.width*0.05,height:info.midStage.height+info.stage.height*0.05};info.zValues={min:data.minZ,max:data.maxZ,diff:data.maxZ-data.minZ};info.opacity={min:data.minOpacity,max:data.maxOpacity,diff:data.maxOpacity-data.minOpacity};info.scale={min:data.minScale,max:data.maxScale,diff:data.maxScale-data.minScale};ref.children(data.childSelector).each(function(i){if(jQuery.roundabout_updateChildPosition(jQuery(this),ref,info,i)&&info.animating===0){inFocus=i;$('#roundabout_header').css('display','none');$('#roundabout_header').find('h1:first').html(jQuery(this).find('img').attr('title'));Cufon.replace('#roundabout_header > h1.cufon');$('#roundabout_header').find('p:first').html(jQuery(this).find('img').attr('longdesc'));$('#roundabout_header').fadeIn(800);jQuery(this).addClass('roundabout-in-focus');}else{jQuery(this).removeClass('roundabout-in-focus');}});if(inFocus!==info.inFocus){jQuery.roundabout_triggerEvent(ref,info.inFocus,'blur');if(inFocus!==-1){jQuery.roundabout_triggerEvent(ref,inFocus,'focus');}
data.childInFocus=inFocus;}});return this;};jQuery.roundabout_getBearing=function(el){return jQuery.roundabout_toFloat(el.data('roundabout').bearing)%360;};jQuery.roundabout_degToRad=function(degrees){return(degrees%360.0)*Math.PI/180.0;};jQuery.roundabout_isInFocus=function(el,target){return(jQuery.roundabout_getBearing(el)%360===(target%360));};jQuery.roundabout_triggerEvent=function(el,child,eventType){return(child<0)?this:jQuery(el.children(el.data('roundabout').childSelector)[child]).trigger(eventType);};jQuery.roundabout_toFloat=function(number){number=Math.round(parseFloat(number)*1000)/1000;return parseFloat(number.toFixed(2));};jQuery.roundabout_updateChildPosition=function(child,container,info,childPos){var ref=jQuery(child),data=ref.data('roundabout'),out=[];var rad=jQuery.roundabout_degToRad((360.0-ref.data('roundabout').degrees)+info.bearing);while(rad<0){rad=rad+Math.PI*2;}
while(rad>Math.PI*2){rad=rad-Math.PI*2;}
var factors=info.shape(rad,info.focusBearingRad,info.tilt);factors.scale=(factors.scale>1)?1:factors.scale;factors.adjustedScale=(info.scale.min+(info.scale.diff*factors.scale)).toFixed(4);factors.width=(factors.adjustedScale*data.startWidth).toFixed(4);factors.height=(factors.adjustedScale*data.startHeight).toFixed(4);ref.css('left',((factors.x*info.midStage.width+info.nudge.width)-factors.width/2.0).toFixed(1)+'px').css('top',((factors.y*info.midStage.height+info.nudge.height)-factors.height/2.0).toFixed(1)+'px').css('width',factors.width+'px').css('height',factors.height+'px').css('opacity',(info.opacity.min+(info.opacity.diff*factors.scale)).toFixed(2)).css('z-index',Math.round(info.zValues.min+(info.zValues.diff*factors.z))).css('font-size',(factors.adjustedScale*data.startFontSize).toFixed(2)+'px').attr('current-scale',factors.adjustedScale);if(container.data('roundabout').debug===true){out.push('<div style="font-weight: normal; font-size: 10px; padding: 2px; width: '+ref.css('width')+'; background-color: #ffc;">');out.push('<strong style="font-size: 12px; white-space: nowrap;">Child '+childPos+'</strong><br />');out.push('<strong>left:</strong> '+ref.css('left')+'<br /><strong>top:</strong> '+ref.css('top')+'<br />');out.push('<strong>width:</strong> '+ref.css('width')+'<br /><strong>opacity:</strong> '+ref.css('opacity')+'<br />');out.push('<strong>z-index:</strong> '+ref.css('z-index')+'<br /><strong>font-size:</strong> '+ref.css('font-size')+'<br />');out.push('<strong>scale:</strong> '+ref.attr('current-scale'));out.push('</div>');ref.html(out.join(''));}
return jQuery.roundabout_isInFocus(container,ref.data('roundabout').degrees);};;(function($){$.extend($.fn,{validate:function(options){if(!this.length){options&&options.debug&&window.console&&console.warn("nothing selected, can't validate, returning nothing");return;}var validator=$.data(this[0],'validator');if(validator){return validator;}validator=new $.validator(options,this[0]);$.data(this[0],'validator',validator);if(validator.settings.onsubmit){this.find("input, button").filter(".cancel").click(function(){validator.cancelSubmit=true;});if(validator.settings.submitHandler){this.find("input, button").filter(":submit").click(function(){validator.submitButton=this;});}this.submit(function(event){if(validator.settings.debug)event.preventDefault();function handle(){if(validator.settings.submitHandler){if(validator.submitButton){var hidden=$("<input type='hidden'/>").attr("name",validator.submitButton.name).val(validator.submitButton.value).appendTo(validator.currentForm);}validator.settings.submitHandler.call(validator,validator.currentForm);if(validator.submitButton){hidden.remove();}return false;}return true;}if(validator.cancelSubmit){validator.cancelSubmit=false;return handle();}if(validator.form()){if(validator.pendingRequest){validator.formSubmitted=true;return false;}return handle();}else{validator.focusInvalid();return false;}});}return validator;},valid:function(){if($(this[0]).is('form')){return this.validate().form();}else{var valid=true;var validator=$(this[0].form).validate();this.each(function(){valid&=validator.element(this);});return valid;}},removeAttrs:function(attributes){var result={},$element=this;$.each(attributes.split(/\s/),function(index,value){result[value]=$element.attr(value);$element.removeAttr(value);});return result;},rules:function(command,argument){var element=this[0];if(command){var settings=$.data(element.form,'validator').settings;var staticRules=settings.rules;var existingRules=$.validator.staticRules(element);switch(command){case"add":$.extend(existingRules,$.validator.normalizeRule(argument));staticRules[element.name]=existingRules;if(argument.messages)settings.messages[element.name]=$.extend(settings.messages[element.name],argument.messages);break;case"remove":if(!argument){delete staticRules[element.name];return existingRules;}var filtered={};$.each(argument.split(/\s/),function(index,method){filtered[method]=existingRules[method];delete existingRules[method];});return filtered;}}var data=$.validator.normalizeRules($.extend({},$.validator.metadataRules(element),$.validator.classRules(element),$.validator.attributeRules(element),$.validator.staticRules(element)),element);if(data.required){var param=data.required;delete data.required;data=$.extend({required:param},data);}return data;}});$.extend($.expr[":"],{blank:function(a){return!$.trim(""+a.value);},filled:function(a){return!!$.trim(""+a.value);},unchecked:function(a){return!a.checked;}});$.validator=function(options,form){this.settings=$.extend(true,{},$.validator.defaults,options);this.currentForm=form;this.init();};$.validator.format=function(source,params){if(arguments.length==1)return function(){var args=$.makeArray(arguments);args.unshift(source);return $.validator.format.apply(this,args);};if(arguments.length>2&&params.constructor!=Array){params=$.makeArray(arguments).slice(1);}if(params.constructor!=Array){params=[params];}$.each(params,function(i,n){source=source.replace(new RegExp("\\{"+i+"\\}","g"),n);});return source;};$.extend($.validator,{defaults:{messages:{},groups:{},rules:{},errorClass:"error",validClass:"valid",errorElement:"label",focusInvalid:true,errorContainer:$([]),errorLabelContainer:$([]),onsubmit:true,ignore:[],ignoreTitle:false,onfocusin:function(element){this.lastActive=element;if(this.settings.focusCleanup&&!this.blockFocusCleanup){this.settings.unhighlight&&this.settings.unhighlight.call(this,element,this.settings.errorClass,this.settings.validClass);this.errorsFor(element).hide();}},onfocusout:function(element){if(!this.checkable(element)&&(element.name in this.submitted||!this.optional(element))){this.element(element);}},onkeyup:function(element){if(element.name in this.submitted||element==this.lastElement){this.element(element);}},onclick:function(element){if(element.name in this.submitted)this.element(element);else if(element.parentNode.name in this.submitted)this.element(element.parentNode);},highlight:function(element,errorClass,validClass){$(element).addClass(errorClass).removeClass(validClass);},unhighlight:function(element,errorClass,validClass){$(element).removeClass(errorClass).addClass(validClass);}},setDefaults:function(settings){$.extend($.validator.defaults,settings);},messages:{required:"Campo obligatorio.",remote:"Please fix this field.",email:"Escriba su email.",url:"Please enter a valid URL.",date:"Please enter a valid date.",dateISO:"Please enter a valid date (ISO).",number:"Please enter a valid number.",digits:"Please enter only digits.",creditcard:"Please enter a valid credit card number.",equalTo:"Please enter the same value again.",accept:"Please enter a value with a valid extension.",maxlength:$.validator.format("Please enter no more than {0} characters."),minlength:$.validator.format("Please enter at least {0} characters."),rangelength:$.validator.format("Please enter a value between {0} and {1} characters long."),range:$.validator.format("Please enter a value between {0} and {1}."),max:$.validator.format("Please enter a value less than or equal to {0}."),min:$.validator.format("Please enter a value greater than or equal to {0}.")},autoCreateRanges:false,prototype:{init:function(){this.labelContainer=$(this.settings.errorLabelContainer);this.errorContext=this.labelContainer.length&&this.labelContainer||$(this.currentForm);this.containers=$(this.settings.errorContainer).add(this.settings.errorLabelContainer);this.submitted={};this.valueCache={};this.pendingRequest=0;this.pending={};this.invalid={};this.reset();var groups=(this.groups={});$.each(this.settings.groups,function(key,value){$.each(value.split(/\s/),function(index,name){groups[name]=key;});});var rules=this.settings.rules;$.each(rules,function(key,value){rules[key]=$.validator.normalizeRule(value);});function delegate(event){var validator=$.data(this[0].form,"validator"),eventType="on"+event.type.replace(/^validate/,"");validator.settings[eventType]&&validator.settings[eventType].call(validator,this[0]);}$(this.currentForm).validateDelegate(":text, :password, :file, select, textarea","focusin focusout keyup",delegate).validateDelegate(":radio, :checkbox, select, option","click",delegate);if(this.settings.invalidHandler)$(this.currentForm).bind("invalid-form.validate",this.settings.invalidHandler);},form:function(){this.checkForm();$.extend(this.submitted,this.errorMap);this.invalid=$.extend({},this.errorMap);if(!this.valid())$(this.currentForm).triggerHandler("invalid-form",[this]);this.showErrors();return this.valid();},checkForm:function(){this.prepareForm();for(var i=0,elements=(this.currentElements=this.elements());elements[i];i++){this.check(elements[i]);}return this.valid();},element:function(element){element=this.clean(element);this.lastElement=element;this.prepareElement(element);this.currentElements=$(element);var result=this.check(element);if(result){delete this.invalid[element.name];}else{this.invalid[element.name]=true;}if(!this.numberOfInvalids()){this.toHide=this.toHide.add(this.containers);}this.showErrors();return result;},showErrors:function(errors){if(errors){$.extend(this.errorMap,errors);this.errorList=[];for(var name in errors){this.errorList.push({message:errors[name],element:this.findByName(name)[0]});}this.successList=$.grep(this.successList,function(element){return!(element.name in errors);});}this.settings.showErrors?this.settings.showErrors.call(this,this.errorMap,this.errorList):this.defaultShowErrors();},resetForm:function(){if($.fn.resetForm)$(this.currentForm).resetForm();this.submitted={};this.prepareForm();this.hideErrors();this.elements().removeClass(this.settings.errorClass);},numberOfInvalids:function(){return this.objectLength(this.invalid);},objectLength:function(obj){var count=0;for(var i in obj)count++;return count;},hideErrors:function(){this.addWrapper(this.toHide).hide();},valid:function(){return this.size()==0;},size:function(){return this.errorList.length;},focusInvalid:function(){if(this.settings.focusInvalid){try{$(this.findLastActive()||this.errorList.length&&this.errorList[0].element||[]).filter(":visible").focus().trigger("focusin");}catch(e){}}},findLastActive:function(){var lastActive=this.lastActive;return lastActive&&$.grep(this.errorList,function(n){return n.element.name==lastActive.name;}).length==1&&lastActive;},elements:function(){var validator=this,rulesCache={};return $([]).add(this.currentForm.elements).filter(":input").not(":submit, :reset, :image, [disabled]").not(this.settings.ignore).filter(function(){!this.name&&validator.settings.debug&&window.console&&console.error("%o has no name assigned",this);if(this.name in rulesCache||!validator.objectLength($(this).rules()))return false;rulesCache[this.name]=true;return true;});},clean:function(selector){return $(selector)[0];},errors:function(){return $(this.settings.errorElement+"."+this.settings.errorClass,this.errorContext);},reset:function(){this.successList=[];this.errorList=[];this.errorMap={};this.toShow=$([]);this.toHide=$([]);this.currentElements=$([]);},prepareForm:function(){this.reset();this.toHide=this.errors().add(this.containers);},prepareElement:function(element){this.reset();this.toHide=this.errorsFor(element);},check:function(element){element=this.clean(element);if(this.checkable(element)){element=this.findByName(element.name)[0];}var rules=$(element).rules();var dependencyMismatch=false;for(method in rules){var rule={method:method,parameters:rules[method]};try{var result=$.validator.methods[method].call(this,element.value.replace(/\r/g,""),element,rule.parameters);if(result=="dependency-mismatch"){dependencyMismatch=true;continue;}dependencyMismatch=false;if(result=="pending"){this.toHide=this.toHide.not(this.errorsFor(element));return;}if(!result){this.formatAndAdd(element,rule);return false;}}catch(e){this.settings.debug&&window.console&&console.log("exception occured when checking element "+element.id
+", check the '"+rule.method+"' method",e);throw e;}}if(dependencyMismatch)return;if(this.objectLength(rules))this.successList.push(element);return true;},customMetaMessage:function(element,method){if(!$.metadata)return;var meta=this.settings.meta?$(element).metadata()[this.settings.meta]:$(element).metadata();return meta&&meta.messages&&meta.messages[method];},customMessage:function(name,method){var m=this.settings.messages[name];return m&&(m.constructor==String?m:m[method]);},findDefined:function(){for(var i=0;i<arguments.length;i++){if(arguments[i]!==undefined)return arguments[i];}return undefined;},defaultMessage:function(element,method){return this.findDefined(this.customMessage(element.name,method),this.customMetaMessage(element,method),!this.settings.ignoreTitle&&element.title||undefined,$.validator.messages[method],"<strong>Warning: No message defined for "+element.name+"</strong>");},formatAndAdd:function(element,rule){var message=this.defaultMessage(element,rule.method),theregex=/\$?\{(\d+)\}/g;if(typeof message=="function"){message=message.call(this,rule.parameters,element);}else if(theregex.test(message)){message=jQuery.format(message.replace(theregex,'{$1}'),rule.parameters);}this.errorList.push({message:message,element:element});this.errorMap[element.name]=message;this.submitted[element.name]=message;},addWrapper:function(toToggle){if(this.settings.wrapper)toToggle=toToggle.add(toToggle.parent(this.settings.wrapper));return toToggle;},defaultShowErrors:function(){for(var i=0;this.errorList[i];i++){var error=this.errorList[i];this.settings.highlight&&this.settings.highlight.call(this,error.element,this.settings.errorClass,this.settings.validClass);this.showLabel(error.element,error.message);}if(this.errorList.length){this.toShow=this.toShow.add(this.containers);}if(this.settings.success){for(var i=0;this.successList[i];i++){this.showLabel(this.successList[i]);}}if(this.settings.unhighlight){for(var i=0,elements=this.validElements();elements[i];i++){this.settings.unhighlight.call(this,elements[i],this.settings.errorClass,this.settings.validClass);}}this.toHide=this.toHide.not(this.toShow);this.hideErrors();this.addWrapper(this.toShow).show();},validElements:function(){return this.currentElements.not(this.invalidElements());},invalidElements:function(){return $(this.errorList).map(function(){return this.element;});},showLabel:function(element,message){var label=this.errorsFor(element);if(label.length){label.removeClass().addClass(this.settings.errorClass);label.attr("generated")&&label.html(message);}else{label=$("<"+this.settings.errorElement+"/>").attr({"for":this.idOrName(element),generated:true}).addClass(this.settings.errorClass).html(message||"");if(this.settings.wrapper){label=label.hide().show().wrap("<"+this.settings.wrapper+"/>").parent();}if(!this.labelContainer.append(label).length)this.settings.errorPlacement?this.settings.errorPlacement(label,$(element)):label.insertAfter(element);}if(!message&&this.settings.success){label.text("");typeof this.settings.success=="string"?label.addClass(this.settings.success):this.settings.success(label);}this.toShow=this.toShow.add(label);},errorsFor:function(element){var name=this.idOrName(element);return this.errors().filter(function(){return $(this).attr('for')==name;});},idOrName:function(element){return this.groups[element.name]||(this.checkable(element)?element.name:element.id||element.name);},checkable:function(element){return/radio|checkbox/i.test(element.type);},findByName:function(name){var form=this.currentForm;return $(document.getElementsByName(name)).map(function(index,element){return element.form==form&&element.name==name&&element||null;});},getLength:function(value,element){switch(element.nodeName.toLowerCase()){case'select':return $("option:selected",element).length;case'input':if(this.checkable(element))return this.findByName(element.name).filter(':checked').length;}return value.length;},depend:function(param,element){return this.dependTypes[typeof param]?this.dependTypes[typeof param](param,element):true;},dependTypes:{"boolean":function(param,element){return param;},"string":function(param,element){return!!$(param,element.form).length;},"function":function(param,element){return param(element);}},optional:function(element){return!$.validator.methods.required.call(this,$.trim(element.value),element)&&"dependency-mismatch";},startRequest:function(element){if(!this.pending[element.name]){this.pendingRequest++;this.pending[element.name]=true;}},stopRequest:function(element,valid){this.pendingRequest--;if(this.pendingRequest<0)this.pendingRequest=0;delete this.pending[element.name];if(valid&&this.pendingRequest==0&&this.formSubmitted&&this.form()){$(this.currentForm).submit();this.formSubmitted=false;}else if(!valid&&this.pendingRequest==0&&this.formSubmitted){$(this.currentForm).triggerHandler("invalid-form",[this]);this.formSubmitted=false;}},previousValue:function(element){return $.data(element,"previousValue")||$.data(element,"previousValue",{old:null,valid:true,message:this.defaultMessage(element,"remote")});}},classRuleSettings:{required:{required:true},email:{email:true},url:{url:true},date:{date:true},dateISO:{dateISO:true},dateDE:{dateDE:true},number:{number:true},numberDE:{numberDE:true},digits:{digits:true},creditcard:{creditcard:true}},addClassRules:function(className,rules){className.constructor==String?this.classRuleSettings[className]=rules:$.extend(this.classRuleSettings,className);},classRules:function(element){var rules={};var classes=$(element).attr('class');classes&&$.each(classes.split(' '),function(){if(this in $.validator.classRuleSettings){$.extend(rules,$.validator.classRuleSettings[this]);}});return rules;},attributeRules:function(element){var rules={};var $element=$(element);for(method in $.validator.methods){var value=$element.attr(method);if(value){rules[method]=value;}}if(rules.maxlength&&/-1|2147483647|524288/.test(rules.maxlength)){delete rules.maxlength;}return rules;},metadataRules:function(element){if(!$.metadata)return{};var meta=$.data(element.form,'validator').settings.meta;return meta?$(element).metadata()[meta]:$(element).metadata();},staticRules:function(element){var rules={};var validator=$.data(element.form,'validator');if(validator.settings.rules){rules=$.validator.normalizeRule(validator.settings.rules[element.name])||{};}return rules;},normalizeRules:function(rules,element){$.each(rules,function(prop,val){if(val===false){delete rules[prop];return;}if(val.param||val.depends){var keepRule=true;switch(typeof val.depends){case"string":keepRule=!!$(val.depends,element.form).length;break;case"function":keepRule=val.depends.call(element,element);break;}if(keepRule){rules[prop]=val.param!==undefined?val.param:true;}else{delete rules[prop];}}});$.each(rules,function(rule,parameter){rules[rule]=$.isFunction(parameter)?parameter(element):parameter;});$.each(['minlength','maxlength','min','max'],function(){if(rules[this]){rules[this]=Number(rules[this]);}});$.each(['rangelength','range'],function(){if(rules[this]){rules[this]=[Number(rules[this][0]),Number(rules[this][1])];}});if($.validator.autoCreateRanges){if(rules.min&&rules.max){rules.range=[rules.min,rules.max];delete rules.min;delete rules.max;}if(rules.minlength&&rules.maxlength){rules.rangelength=[rules.minlength,rules.maxlength];delete rules.minlength;delete rules.maxlength;}}if(rules.messages){delete rules.messages;}return rules;},normalizeRule:function(data){if(typeof data=="string"){var transformed={};$.each(data.split(/\s/),function(){transformed[this]=true;});data=transformed;}return data;},addMethod:function(name,method,message){$.validator.methods[name]=method;$.validator.messages[name]=message!=undefined?message:$.validator.messages[name];if(method.length<3){$.validator.addClassRules(name,$.validator.normalizeRule(name));}},methods:{required:function(value,element,param){if(!this.depend(param,element))return"dependency-mismatch";switch(element.nodeName.toLowerCase()){case'select':var val=$(element).val();return val&&val.length>0;case'input':if(this.checkable(element))return this.getLength(value,element)>0;default:return $.trim(value).length>0;}},remote:function(value,element,param){if(this.optional(element))return"dependency-mismatch";var previous=this.previousValue(element);if(!this.settings.messages[element.name])this.settings.messages[element.name]={};previous.originalMessage=this.settings.messages[element.name].remote;this.settings.messages[element.name].remote=previous.message;param=typeof param=="string"&&{url:param}||param;if(previous.old!==value){previous.old=value;var validator=this;this.startRequest(element);var data={};data[element.name]=value;$.ajax($.extend(true,{url:param,mode:"abort",port:"validate"+element.name,dataType:"json",data:data,success:function(response){validator.settings.messages[element.name].remote=previous.originalMessage;var valid=response===true;if(valid){var submitted=validator.formSubmitted;validator.prepareElement(element);validator.formSubmitted=submitted;validator.successList.push(element);validator.showErrors();}else{var errors={};var message=(previous.message=response||validator.defaultMessage(element,"remote"));errors[element.name]=$.isFunction(message)?message(value):message;validator.showErrors(errors);}previous.valid=valid;validator.stopRequest(element,valid);}},param));return"pending";}else if(this.pending[element.name]){return"pending";}return previous.valid;},minlength:function(value,element,param){return this.optional(element)||this.getLength($.trim(value),element)>=param;},maxlength:function(value,element,param){return this.optional(element)||this.getLength($.trim(value),element)<=param;},rangelength:function(value,element,param){var length=this.getLength($.trim(value),element);return this.optional(element)||(length>=param[0]&&length<=param[1]);},min:function(value,element,param){return this.optional(element)||value>=param;},max:function(value,element,param){return this.optional(element)||value<=param;},range:function(value,element,param){return this.optional(element)||(value>=param[0]&&value<=param[1]);},email:function(value,element){return this.optional(element)||/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i.test(value);},url:function(value,element){return this.optional(element)||/^(https?|ftp):\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i.test(value);},date:function(value,element){return this.optional(element)||!/Invalid|NaN/.test(new Date(value));},dateISO:function(value,element){return this.optional(element)||/^\d{4}[\/-]\d{1,2}[\/-]\d{1,2}$/.test(value);},number:function(value,element){return this.optional(element)||/^-?(?:\d+|\d{1,3}(?:,\d{3})+)(?:\.\d+)?$/.test(value);},digits:function(value,element){return this.optional(element)||/^\d+$/.test(value);},creditcard:function(value,element){if(this.optional(element))return"dependency-mismatch";if(/[^0-9-]+/.test(value))return false;var nCheck=0,nDigit=0,bEven=false;value=value.replace(/\D/g,"");for(var n=value.length-1;n>=0;n--){var cDigit=value.charAt(n);var nDigit=parseInt(cDigit,10);if(bEven){if((nDigit*=2)>9)nDigit-=9;}nCheck+=nDigit;bEven=!bEven;}return(nCheck%10)==0;},accept:function(value,element,param){param=typeof param=="string"?param.replace(/,/g,'|'):"png|jpe?g|gif";return this.optional(element)||value.match(new RegExp(".("+param+")$","i"));},equalTo:function(value,element,param){var target=$(param).unbind(".validate-equalTo").bind("blur.validate-equalTo",function(){$(element).valid();});return value==target.val();}}});$.format=$.validator.format;})(jQuery);;(function($){var ajax=$.ajax;var pendingRequests={};$.ajax=function(settings){settings=$.extend(settings,$.extend({},$.ajaxSettings,settings));var port=settings.port;if(settings.mode=="abort"){if(pendingRequests[port]){pendingRequests[port].abort();}return(pendingRequests[port]=ajax.apply(this,arguments));}return ajax.apply(this,arguments);};})(jQuery);;(function($){if(!jQuery.event.special.focusin&&!jQuery.event.special.focusout&&document.addEventListener){$.each({focus:'focusin',blur:'focusout'},function(original,fix){$.event.special[fix]={setup:function(){this.addEventListener(original,handler,true);},teardown:function(){this.removeEventListener(original,handler,true);},handler:function(e){arguments[0]=$.event.fix(e);arguments[0].type=fix;return $.event.handle.apply(this,arguments);}};function handler(e){e=$.event.fix(e);e.type=fix;return $.event.handle.call(this,e);}});};$.extend($.fn,{validateDelegate:function(delegate,type,handler){return this.bind(type,function(event){var target=$(event.target);if(target.is(delegate)){return handler.apply(target,arguments);}});}});})(jQuery);;var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Digitized data copyright © 2006, Google Corporation.
 * 
 * Trademark:
 * Droid is a trademark of Google and may be registered in certain jurisdictions.
 * 
 * Description:
 * Droid Sans is a humanist sans serif typeface designed for user interfaces and
 * electronic communication.
 * 
 * Manufacturer:
 * Ascender Corporation
 * 
 * Vendor URL:
 * http://www.ascendercorp.com/
 * 
 * License information:
 * http://ascendercorp.com/eula10.html
 */
Cufon.registerFont({"w":198,"face":{"font-family":"Droid Sans","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 6 3 8 4 2 2 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-62 -353 403 98","underline-thickness":"17.9297","underline-position":"-18.1055","unicode-range":"U+0020-U+FFFD"},"glyphs":{" ":{"w":93},"!":{"d":"59,-73r-21,0r-9,-184r39,0xm48,5v-16,1,-22,-10,-22,-25v0,-14,7,-25,22,-24v15,0,22,8,22,24v0,16,-7,25,-22,25","w":96},"\"":{"d":"58,-257r-7,93r-20,0r-8,-93r35,0xm121,-257r-7,93r-20,0r-7,-93r34,0","w":144,"k":{"\u2206":14,"\u1ef3":-7,"\u1ef2":-14,"\u1e85":-4,"\u1e84":-18,"\u1e83":-4,"\u1e82":-18,"\u1e81":-4,"\u1e80":-18,"\u0454":11,"\u0451":11,"\u0444":11,"\u0443":-7,"\u0442":-7,"\u0441":11,"\u043e":11,"\u0435":11,"\u042a":-14,"\u0425":-7,"\u0423":-11,"\u0422":-14,"\u041b":22,"\u0417":-4,"\u0416":-11,"\u0414":22,"\u0410":14,"\u040e":-11,"\u040b":-14,"\u0409":18,"\u0402":-14,"\u03ce":11,"\u03cc":11,"\u03c9":11,"\u03c7":-7,"\u03c6":11,"\u03c4":-7,"\u03c3":11,"\u03c1":11,"\u03bf":11,"\u03bd":-7,"\u03b5":11,"\u03b3":-7,"\u03b1":11,"\u03ac":11,"\u03a4":-14,"\u039b":14,"\u0391":14,"\u01fa":14,"\u017d":-7,"\u017b":-7,"\u0179":-7,"\u0178":-14,"\u0177":-7,"\u0176":-14,"\u0175":-4,"\u0174":-18,"\u0164":-14,"\u0162":-14,"\u0153":11,"\u0151":11,"\u014f":11,"\u014d":11,"\u0130":-7,"\u012e":-7,"\u012a":-7,"\u011b":11,"\u0119":11,"\u0117":11,"\u0115":11,"\u0113":11,"\u010d":11,"\u010b":11,"\u0109":11,"\u0107":11,"\u0104":14,"\u0102":14,"\u0100":14,"\u00ff":-7,"\u00fd":-7,"\u00f8":11,"\u00f6":11,"\u00f5":11,"\u00f4":11,"\u00f3":11,"\u00f2":11,"\u00eb":11,"\u00ea":11,"\u00e9":11,"\u00e8":11,"\u00e7":11,"\u00e6":11,"\u00dd":-14,"\u00cf":-7,"\u00ce":-7,"\u00cd":-7,"\u00cc":-7,"\u00c6":29,"\u00c5":14,"\u00c4":14,"\u00c3":14,"\u00c2":14,"\u00c1":14,"\u00c0":14,"y":-7,"w":-4,"v":-7,"t":-7,"q":11,"o":11,"g":7,"e":11,"d":11,"c":11,"Z":-7,"Y":-14,"X":-7,"W":-18,"V":-14,"T":-14,"I":-7,"A":14}},"#":{"d":"173,-157r-11,58r49,0r0,24r-54,0r-14,75r-26,0r14,-75r-51,0r-14,75r-25,0r13,-75r-45,0r0,-24r50,0r11,-58r-48,0r0,-24r53,0r14,-76r26,0r-14,76r51,0r15,-76r25,0r-14,76r46,0r0,24r-51,0xm85,-99r51,0r11,-58r-51,0","w":232},"$":{"d":"110,-142v30,13,63,22,63,64v0,38,-28,53,-63,58r0,41r-24,0r0,-39v-24,0,-48,-4,-64,-12r0,-30v20,7,39,15,64,16r0,-77v-32,-12,-62,-22,-62,-64v0,-36,28,-52,62,-57r0,-31r24,0r0,31v23,2,43,5,59,13r-12,26v-14,-6,-29,-11,-47,-13r0,74xm110,-46v33,1,43,-47,15,-59v-4,-2,-9,-5,-15,-7r0,66xm86,-215v-32,1,-41,44,-15,59v4,2,9,4,15,6r0,-65"},"%":{"d":"70,-238v-24,0,-26,28,-26,58v0,30,3,58,26,58v18,0,28,-19,28,-58v0,-38,-10,-58,-28,-58xm70,-261v42,0,54,38,54,81v0,45,-12,81,-54,81v-41,0,-52,-37,-52,-81v0,-45,10,-81,52,-81xm226,-135v-25,1,-27,28,-27,58v0,30,3,57,27,57v18,0,27,-18,27,-57v0,-38,-9,-58,-27,-58xm226,-158v41,0,53,36,53,81v0,45,-11,81,-53,81v-41,0,-53,-36,-53,-81v0,-45,11,-81,53,-81xm234,-257r-143,257r-27,0r142,-257r28,0","w":297},"&":{"d":"107,-235v-47,-2,-34,62,-9,77v19,-11,41,-20,41,-47v0,-18,-13,-29,-32,-30xm53,-68v0,57,83,49,105,17r-68,-71v-19,13,-37,23,-37,54xm178,-30v-37,48,-163,49,-159,-37v2,-41,26,-59,53,-75v-14,-16,-29,-33,-29,-63v0,-39,26,-56,65,-56v38,0,62,18,62,56v0,38,-29,51,-53,67r62,66v11,-13,20,-29,24,-50r33,0v-8,29,-18,53,-38,70r49,52r-40,0","w":252},"'":{"d":"58,-257r-7,93r-20,0r-8,-93r35,0","w":81,"k":{"\u2206":14,"\u1ef3":-7,"\u1ef2":-14,"\u1e85":-4,"\u1e84":-18,"\u1e83":-4,"\u1e82":-18,"\u1e81":-4,"\u1e80":-18,"\u0454":11,"\u0451":11,"\u0444":11,"\u0443":-7,"\u0442":-7,"\u0441":11,"\u043e":11,"\u0435":11,"\u042a":-14,"\u0425":-7,"\u0423":-11,"\u0422":-14,"\u041b":22,"\u0417":-4,"\u0416":-11,"\u0414":22,"\u0410":14,"\u040e":-11,"\u040b":-14,"\u0409":18,"\u0402":-14,"\u03ce":11,"\u03cc":11,"\u03c9":11,"\u03c7":-7,"\u03c6":11,"\u03c4":-7,"\u03c3":11,"\u03c1":11,"\u03bf":11,"\u03bd":-7,"\u03b5":11,"\u03b3":-7,"\u03b1":11,"\u03ac":11,"\u03a4":-14,"\u039b":14,"\u0391":14,"\u01fa":14,"\u017d":-7,"\u017b":-7,"\u0179":-7,"\u0178":-14,"\u0177":-7,"\u0176":-14,"\u0175":-4,"\u0174":-18,"\u0164":-14,"\u0162":-14,"\u0153":11,"\u0151":11,"\u014f":11,"\u014d":11,"\u0130":-7,"\u012e":-7,"\u012a":-7,"\u011b":11,"\u0119":11,"\u0117":11,"\u0115":11,"\u0113":11,"\u010d":11,"\u010b":11,"\u0109":11,"\u0107":11,"\u0104":14,"\u0102":14,"\u0100":14,"\u00ff":-7,"\u00fd":-7,"\u00f8":11,"\u00f6":11,"\u00f5":11,"\u00f4":11,"\u00f3":11,"\u00f2":11,"\u00eb":11,"\u00ea":11,"\u00e9":11,"\u00e8":11,"\u00e7":11,"\u00e6":11,"\u00dd":-14,"\u00cf":-7,"\u00ce":-7,"\u00cd":-7,"\u00cc":-7,"\u00c6":29,"\u00c5":14,"\u00c4":14,"\u00c3":14,"\u00c2":14,"\u00c1":14,"\u00c0":14,"y":-7,"w":-4,"v":-7,"t":-7,"q":11,"o":11,"g":7,"e":11,"d":11,"c":11,"Z":-7,"Y":-14,"X":-7,"W":-18,"V":-14,"T":-14,"I":-7,"A":14}},"(":{"d":"67,57v-69,-68,-68,-245,0,-314r31,0v-30,41,-51,93,-51,158v0,66,21,116,50,156r-30,0","w":108,"k":{"\u0408":-22,"\u0134":-22,"J":-22}},")":{"d":"41,-257v68,67,70,248,0,314r-30,0v64,-72,65,-240,0,-314r30,0","w":108},"*":{"d":"117,-274r-8,70r70,-20r5,34r-67,5r43,57r-31,17r-31,-63r-28,63r-32,-17r42,-57r-66,-5r6,-34r68,20r-7,-70r36,0"},"+":{"d":"86,-114r-68,0r0,-26r68,0r0,-68r26,0r0,68r68,0r0,26r-68,0r0,68r-26,0r0,-68"},",":{"d":"11,46v7,-28,12,-59,18,-88v12,2,32,-5,37,4v-8,30,-19,60,-31,84r-24,0","w":90,"k":{"\u1ef2":18,"\u1e84":14,"\u1e82":14,"\u1e80":14,"\u0422":18,"\u0421":11,"\u041e":11,"\u03a4":18,"\u039f":11,"\u0398":11,"\u0178":18,"\u0176":18,"\u0174":14,"\u0172":7,"\u0170":7,"\u016e":7,"\u016a":7,"\u0164":18,"\u0162":18,"\u0150":11,"\u014c":11,"\u0122":11,"\u0120":11,"\u011e":11,"\u011c":11,"\u010c":11,"\u0106":11,"\u00dd":18,"\u00dc":7,"\u00db":7,"\u00da":7,"\u00d9":7,"\u00d8":11,"\u00d6":11,"\u00d5":11,"\u00d4":11,"\u00d3":11,"\u00d2":11,"\u00c7":11,"Y":18,"W":14,"V":18,"U":7,"T":18,"Q":11,"O":11,"G":11,"C":11}},"-":{"d":"14,-82r0,-29r88,0r0,29r-88,0","w":115,"k":{"\u042a":14,"\u0422":18,"\u041b":7,"\u0416":7,"\u03a5":11,"\u03a4":18,"T":18}},".":{"d":"48,5v-16,1,-22,-10,-22,-25v0,-14,7,-25,22,-24v15,0,22,8,22,24v0,16,-7,25,-22,25","w":96,"k":{"\u1ef2":18,"\u1e84":14,"\u1e82":14,"\u1e80":14,"\u0422":18,"\u0421":11,"\u041e":11,"\u03a4":18,"\u039f":11,"\u0398":11,"\u0178":18,"\u0176":18,"\u0174":14,"\u0172":7,"\u0170":7,"\u016e":7,"\u016a":7,"\u0164":18,"\u0162":18,"\u0150":11,"\u014c":11,"\u0122":11,"\u0120":11,"\u011e":11,"\u011c":11,"\u010c":11,"\u0106":11,"\u00dd":18,"\u00dc":7,"\u00db":7,"\u00da":7,"\u00d9":7,"\u00d8":11,"\u00d6":11,"\u00d5":11,"\u00d4":11,"\u00d3":11,"\u00d2":11,"\u00c7":11,"Y":18,"W":14,"V":18,"U":7,"T":18,"Q":11,"O":11,"G":11,"C":11}},"\/":{"d":"131,-257r-96,257r-31,0r95,-257r32,0","w":134},"0":{"d":"99,-261v67,0,82,61,82,132v0,73,-13,133,-82,133v-67,0,-82,-62,-82,-133v0,-71,13,-132,82,-132xm99,-234v-47,0,-49,52,-49,105v0,52,1,105,49,105v49,0,50,-54,50,-105v0,-52,-2,-105,-50,-105"},"1":{"d":"125,0r-31,0r1,-224v-13,16,-31,28,-47,41r-17,-21r68,-53r26,0r0,257"},"2":{"d":"135,-191v2,-57,-75,-48,-98,-19r-17,-20v36,-44,154,-44,147,38v-7,82,-75,108,-111,163r121,0r0,29r-160,0r0,-27r85,-93v17,-19,32,-38,33,-71"},"3":{"d":"136,-195v0,-54,-80,-43,-104,-17r-17,-22v38,-40,154,-40,154,37v0,39,-26,55,-56,63v38,4,62,23,64,61v3,79,-102,92,-163,63r0,-30v40,22,132,31,130,-34v-1,-44,-44,-47,-90,-46r0,-26v45,2,81,-7,82,-49"},"4":{"d":"191,-58r-37,0r0,58r-31,0r0,-58r-119,0r0,-28r117,-172r33,0r0,171r37,0r0,29xm123,-87v-2,-45,6,-98,0,-138v-23,52,-59,92,-88,138r88,0"},"5":{"d":"59,-154v62,-12,119,8,119,72v0,83,-93,103,-155,72r0,-31v37,26,122,28,122,-38v0,-52,-55,-58,-101,-47r-16,-10r10,-121r121,0r0,29r-93,0"},"6":{"d":"104,4v-61,0,-82,-49,-84,-114v-3,-96,42,-168,142,-147r0,27v-69,-21,-118,30,-107,99v10,-18,26,-30,54,-30v48,1,73,30,73,78v0,52,-26,87,-78,87xm52,-89v0,36,16,66,51,66v34,0,48,-25,48,-60v0,-32,-15,-53,-47,-53v-30,0,-52,18,-52,47"},"7":{"d":"49,0r99,-228r-132,0r0,-29r165,0r0,25r-98,232r-34,0"},"8":{"d":"27,-200v0,-41,31,-61,72,-61v42,0,73,20,73,62v0,35,-22,51,-46,63v26,15,54,31,54,69v0,47,-33,71,-81,71v-48,0,-80,-22,-80,-70v0,-38,24,-55,49,-69v-21,-15,-41,-30,-41,-65xm95,-122v-25,12,-45,25,-45,57v0,29,19,42,49,42v56,0,64,-68,21,-86xm140,-198v0,-24,-16,-36,-41,-36v-48,0,-53,62,-16,76v5,3,11,6,17,9v20,-10,40,-20,40,-49"},"9":{"d":"97,-261v61,0,82,50,84,114v4,97,-43,167,-143,147r0,-27v70,21,118,-32,108,-99v-11,17,-26,31,-54,30v-48,-1,-73,-29,-73,-78v0,-53,26,-87,78,-87xm149,-168v0,-35,-15,-66,-52,-66v-33,0,-48,24,-47,60v0,32,14,53,46,53v31,0,53,-18,53,-47"},":":{"d":"48,5v-16,1,-22,-10,-22,-25v0,-14,7,-25,22,-24v15,0,22,8,22,24v0,16,-7,25,-22,25xm48,-149v-15,1,-22,-10,-22,-24v0,-16,6,-26,22,-25v16,0,22,8,22,25v0,16,-7,24,-22,24","w":96},";":{"d":"11,46v7,-28,12,-59,18,-88v12,2,32,-5,37,4v-8,30,-19,60,-31,84r-24,0xm48,-149v-15,1,-22,-10,-22,-24v0,-16,6,-26,22,-25v16,0,22,8,22,25v0,16,-7,24,-22,24","w":96},"<":{"d":"180,-42r-162,-74r0,-18r162,-85r0,28r-129,64r129,57r0,28"},"=":{"d":"18,-150r0,-26r162,0r0,26r-162,0xm18,-78r0,-26r162,0r0,26r-162,0"},">":{"d":"18,-70r129,-57r-129,-64r0,-28r162,85r0,18r-162,74r0,-28"},"?":{"d":"7,-243v53,-36,155,-16,132,69v-12,44,-64,47,-65,101r-25,0v-6,-67,60,-63,62,-122v1,-49,-66,-41,-93,-22xm63,5v-16,1,-22,-10,-22,-25v0,-14,7,-25,22,-24v15,0,23,9,23,24v0,15,-7,25,-23,25","w":153},"@":{"d":"167,-257v80,0,126,49,126,129v0,46,-14,87,-61,89v-22,0,-32,-14,-37,-31v-9,17,-23,32,-50,31v-39,-2,-55,-28,-57,-68v-3,-70,66,-95,129,-72r-4,87v1,17,4,30,21,30v29,0,33,-36,33,-67v0,-66,-36,-104,-100,-104v-82,0,-122,51,-122,131v0,71,36,109,107,110v29,0,55,-7,76,-15r0,25v-20,8,-47,15,-76,14v-86,-2,-133,-47,-133,-133v0,-94,53,-156,148,-156xm189,-161v-43,-13,-73,12,-73,55v0,28,9,43,33,44v45,0,36,-56,40,-99","w":311},"A":{"d":"185,0r-28,-80r-95,0r-29,80r-33,0r94,-258r30,0r95,258r-34,0xm147,-109r-38,-114v-10,40,-24,77,-37,114r75,0","w":218,"k":{"\u201d":14,"\u2019":14,"\u1ef2":18,"\u1e84":7,"\u1e82":7,"\u1e80":7,"\u0422":22,"\u0421":4,"\u041e":4,"\u03a4":22,"\u039f":4,"\u0398":4,"\u0178":18,"\u0176":18,"\u0174":7,"\u0172":4,"\u0170":4,"\u016e":4,"\u016a":4,"\u0164":22,"\u0162":22,"\u0152":7,"\u0150":4,"\u014c":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00dd":18,"\u00dc":4,"\u00db":4,"\u00da":4,"\u00d9":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"Y":18,"W":7,"V":11,"U":4,"T":22,"Q":4,"O":4,"G":4,"C":4,"'":14,"\"":14}},"B":{"d":"204,-75v2,82,-86,77,-169,75r0,-257v75,1,163,-12,162,65v-1,34,-24,49,-52,57v34,5,58,21,59,60xm163,-190v0,-46,-50,-39,-95,-39r0,81v46,0,95,7,95,-42xm169,-76v0,-49,-52,-46,-101,-45r0,93v51,1,101,4,101,-48","w":223,"k":{"\u1ef2":4,"\u0422":4,"\u03a4":4,"\u0178":4,"\u0176":4,"\u0164":4,"\u0162":4,"\u00dd":4,"Y":4,"X":4,"V":4,"T":4,"I":4}},"C":{"d":"193,-218v-14,-7,-32,-15,-54,-14v-58,2,-82,43,-82,104v0,62,22,102,82,103v22,0,40,-5,58,-10r0,28v-18,8,-38,11,-63,11v-79,0,-109,-53,-112,-133v-4,-105,89,-160,185,-117","w":217,"k":{"\u201d":-7,"\u2019":-7,"\u0421":7,"\u041e":7,"\u039f":7,"\u0398":7,"\u0150":7,"\u014c":7,"\u0122":7,"\u0120":7,"\u011e":7,"\u011c":7,"\u010c":7,"\u0106":7,"\u00d8":7,"\u00d6":7,"\u00d5":7,"\u00d4":7,"\u00d3":7,"\u00d2":7,"\u00c7":7,"}":-7,"]":-7,"Q":7,"O":7,"G":7,"C":7,")":-7,"'":-7,"\"":-7}},"D":{"d":"107,-257v78,2,115,47,117,126v2,110,-73,141,-189,131r0,-257r72,0xm68,-28v80,6,122,-26,122,-102v0,-76,-41,-107,-122,-99r0,201","w":246,"k":{"\u2206":4,"\u1ef2":7,"\u1e84":4,"\u1e82":4,"\u1e80":4,"\u0422":11,"\u0410":4,"\u03a4":11,"\u039b":4,"\u0391":4,"\u01fa":4,"\u017d":4,"\u017b":4,"\u0179":4,"\u0178":7,"\u0176":7,"\u0174":4,"\u0164":11,"\u0162":11,"\u0130":4,"\u012e":4,"\u012a":4,"\u0104":4,"\u0102":4,"\u0100":4,"\u00dd":7,"\u00cf":4,"\u00ce":4,"\u00cd":4,"\u00cc":4,"\u00c6":11,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"Z":4,"Y":7,"X":4,"W":4,"V":4,"T":11,"I":4,"A":4,".":11,",":11}},"E":{"d":"168,0r-133,0r0,-257r133,0r0,29r-100,0r0,79r94,0r0,29r-94,0r0,91r100,0r0,29","w":190},"F":{"d":"68,0r-33,0r0,-257r133,0r0,29r-100,0r0,91r94,0r0,28r-94,0r0,109","w":176,"k":{"\u2206":7,"\u201d":-11,"\u2019":-11,"\u1ef2":-4,"\u1e84":-4,"\u1e82":-4,"\u1e80":-4,"\u0410":7,"\u039b":7,"\u0391":7,"\u01fa":7,"\u0178":-4,"\u0176":-4,"\u0174":-4,"\u0104":7,"\u0102":7,"\u0100":7,"\u00dd":-4,"\u00c6":11,"\u00c5":7,"\u00c4":7,"\u00c3":7,"\u00c2":7,"\u00c1":7,"\u00c0":7,"}":-7,"]":-7,"Y":-4,"W":-4,"V":-4,"A":7,"?":-7,".":18,",":18,")":-7,"'":-11,"\"":-11}},"G":{"d":"57,-128v0,82,54,117,133,98r0,-77r-53,0r0,-29r86,0r0,126v-25,8,-53,15,-87,14v-77,-2,-110,-54,-114,-133v-5,-110,99,-158,196,-117r-12,29v-17,-8,-37,-15,-61,-15v-61,1,-88,41,-88,104","w":248},"H":{"d":"217,0r-32,0r0,-120r-117,0r0,120r-33,0r0,-257r33,0r0,108r117,0r0,-108r32,0r0,257","w":252},"I":{"d":"108,0r-94,0r0,-18r31,-7r0,-207r-31,-7r0,-18r94,0r0,18r-31,7r0,207r31,7r0,18","w":121,"k":{"\u201d":-7,"\u2019":-7,"\u0421":4,"\u041e":4,"\u039f":4,"\u0398":4,"\u0152":4,"\u0150":4,"\u014c":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"Q":4,"O":4,"G":4,"C":4,"'":-7,"\"":-7}},"J":{"d":"65,-4v4,57,-45,83,-97,68r0,-28v30,10,64,2,64,-36r0,-257r33,0r0,253","w":97},"K":{"d":"208,0r-37,0r-79,-123r-24,20r0,103r-33,0r0,-257r33,0r0,129v31,-45,67,-86,100,-129r37,0r-91,112","w":208,"k":{"\u201d":-7,"\u2019":-7,"\u0421":7,"\u041e":7,"\u039f":7,"\u0398":7,"\u0152":7,"\u0150":7,"\u014c":7,"\u0122":7,"\u0120":7,"\u011e":7,"\u011c":7,"\u010c":7,"\u0106":7,"\u00d8":7,"\u00d6":7,"\u00d5":7,"\u00d4":7,"\u00d3":7,"\u00d2":7,"\u00c7":7,"Q":7,"O":7,"G":7,"C":7,"'":-7,"\"":-7}},"L":{"d":"35,0r0,-257r33,0r0,228r100,0r0,29r-133,0","w":176,"k":{"\u201d":18,"\u2019":18,"\u1ef2":18,"\u1e84":11,"\u1e82":11,"\u1e80":11,"\u0422":22,"\u0421":4,"\u041e":4,"\u03a4":22,"\u039f":4,"\u0398":4,"\u0178":18,"\u0176":18,"\u0174":11,"\u0172":4,"\u0170":4,"\u016e":4,"\u016a":4,"\u0164":22,"\u0162":22,"\u0152":4,"\u0150":4,"\u014c":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00dd":18,"\u00dc":4,"\u00db":4,"\u00da":4,"\u00d9":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"Y":18,"W":11,"V":14,"U":4,"T":22,"Q":4,"O":4,"G":4,"C":4,"'":18,"\"":18}},"M":{"d":"141,0r-79,-225r3,71r0,154r-30,0r0,-257r48,0r74,210r73,-210r48,0r0,257r-32,0r1,-225r-79,225r-27,0","w":313},"N":{"d":"227,0r-37,0r-128,-213r3,213r-30,0r0,-257r37,0r126,212r2,0r-3,-212r30,0r0,257","w":262},"O":{"d":"134,-261v78,0,111,54,111,132v0,79,-34,133,-111,133v-79,0,-112,-53,-112,-133v0,-79,32,-132,112,-132xm134,-232v-58,0,-77,43,-77,103v0,60,18,104,77,104v58,0,76,-44,76,-104v0,-60,-18,-103,-76,-103","w":267,"k":{"\u2206":4,"\u1ef2":7,"\u1e84":4,"\u1e82":4,"\u1e80":4,"\u0422":11,"\u0410":4,"\u03a4":11,"\u039b":4,"\u0391":4,"\u01fa":4,"\u017d":4,"\u017b":4,"\u0179":4,"\u0178":7,"\u0176":7,"\u0174":4,"\u0164":11,"\u0162":11,"\u0130":4,"\u012e":4,"\u012a":4,"\u0104":4,"\u0102":4,"\u0100":4,"\u00dd":7,"\u00cf":4,"\u00ce":4,"\u00cd":4,"\u00cc":4,"\u00c6":7,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"Z":4,"Y":7,"X":7,"W":4,"V":7,"T":11,"I":4,"A":4,".":11,",":11}},"P":{"d":"35,-257v78,-2,156,-4,154,75v-2,65,-49,87,-121,82r0,100r-33,0r0,-257xm155,-180v0,-47,-39,-51,-87,-49r0,101v49,2,87,-4,87,-52","w":207,"k":{"\u2206":14,"\u1ef2":4,"\u0421":4,"\u0410":14,"\u039b":14,"\u0391":14,"\u01fa":14,"\u017d":7,"\u017b":7,"\u0179":7,"\u0178":4,"\u0176":4,"\u010c":4,"\u0106":4,"\u0104":14,"\u0102":14,"\u0100":14,"\u00dd":4,"\u00c7":4,"\u00c6":25,"\u00c5":14,"\u00c4":14,"\u00c3":14,"\u00c2":14,"\u00c1":14,"\u00c0":14,"Z":7,"Y":4,"X":4,"C":4,"A":14,".":36,",":36}},"Q":{"d":"134,-261v137,-8,143,223,44,257v11,23,27,38,48,52r-22,25v-24,-17,-45,-40,-57,-70v-86,7,-125,-49,-125,-132v0,-79,32,-127,112,-132xm134,-232v-58,0,-77,43,-77,103v0,60,18,104,77,104v58,0,76,-44,76,-104v0,-60,-18,-103,-76,-103","w":266,"k":{"\u2206":4,"\u1ef2":7,"\u1e84":4,"\u1e82":4,"\u1e80":4,"\u0422":11,"\u0410":4,"\u03a4":11,"\u039b":4,"\u0391":4,"\u01fa":4,"\u017d":4,"\u017b":4,"\u0179":4,"\u0178":7,"\u0176":7,"\u0174":4,"\u0164":11,"\u0162":11,"\u0130":4,"\u012e":4,"\u012a":4,"\u0104":4,"\u0102":4,"\u0100":4,"\u00dd":7,"\u00cf":4,"\u00ce":4,"\u00cd":4,"\u00cc":4,"\u00c6":11,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"Z":4,"Y":7,"X":7,"W":4,"V":7,"T":11,"I":4,"A":4,".":11,",":11}},"R":{"d":"189,-184v0,40,-23,58,-51,69r70,115r-38,0r-62,-106r-40,0r0,106r-33,0r0,-257v78,-2,154,-4,154,73xm155,-182v0,-47,-40,-48,-87,-47r0,95v47,2,87,-1,87,-48","w":212,"k":{"\u0422":4,"\u03a4":4,"\u0164":4,"\u0162":4,"T":4}},"S":{"d":"53,-195v5,72,117,41,117,126v0,76,-95,85,-152,60r0,-31v38,21,139,29,118,-42v-26,-47,-114,-32,-114,-113v0,-72,91,-77,144,-52r-12,28v-30,-16,-105,-24,-101,24","w":186},"T":{"d":"110,0r-33,0r0,-228r-73,0r0,-29r179,0r0,29r-73,0r0,228","w":186,"k":{"\u2206":22,"\u201d":-14,"\u2019":-14,"\u2014":18,"\u2013":14,"\u1ef3":11,"\u1e85":11,"\u1e83":11,"\u1e81":11,"\u0455":22,"\u0454":22,"\u0451":22,"\u0444":22,"\u0443":11,"\u0442":11,"\u0441":22,"\u043e":22,"\u0435":22,"\u0430":22,"\u0422":-4,"\u0421":11,"\u041e":11,"\u0410":22,"\u0405":4,"\u03ce":22,"\u03cc":22,"\u03c9":22,"\u03c7":11,"\u03c6":22,"\u03c4":11,"\u03c3":22,"\u03c1":22,"\u03bf":22,"\u03bd":11,"\u03b7":14,"\u03b5":22,"\u03b3":11,"\u03b1":22,"\u03ae":14,"\u03ac":22,"\u03a4":-4,"\u039f":11,"\u039b":22,"\u0398":11,"\u0391":22,"\u0219":22,"\u01fb":22,"\u01fa":22,"\u017e":11,"\u0177":11,"\u0175":11,"\u0164":-4,"\u0162":-4,"\u0161":22,"\u0160":4,"\u015f":22,"\u015e":4,"\u015d":22,"\u015b":22,"\u015a":4,"\u0153":22,"\u0152":11,"\u0151":22,"\u0150":11,"\u014f":22,"\u014d":22,"\u014c":11,"\u0148":14,"\u0146":14,"\u0144":14,"\u0122":11,"\u0120":11,"\u011e":11,"\u011c":11,"\u011b":22,"\u0119":22,"\u0117":22,"\u0115":22,"\u0113":22,"\u010d":22,"\u010c":11,"\u010b":22,"\u0109":22,"\u0107":22,"\u0106":11,"\u0105":22,"\u0104":22,"\u0103":22,"\u0102":22,"\u0101":22,"\u0100":22,"\u00ff":11,"\u00fd":11,"\u00fc":14,"\u00fb":14,"\u00fa":14,"\u00f9":14,"\u00f8":22,"\u00f6":22,"\u00f5":22,"\u00f4":22,"\u00f3":22,"\u00f2":22,"\u00f1":14,"\u00eb":22,"\u00ea":22,"\u00e9":22,"\u00e8":22,"\u00e7":22,"\u00e6":22,"\u00e5":22,"\u00e4":22,"\u00e3":22,"\u00e2":22,"\u00e1":22,"\u00e0":22,"\u00d8":11,"\u00d6":11,"\u00d5":11,"\u00d4":11,"\u00d3":11,"\u00d2":11,"\u00c7":11,"\u00c6":25,"\u00c5":22,"\u00c4":22,"\u00c3":22,"\u00c2":22,"\u00c1":22,"\u00c0":22,"z":11,"y":11,"x":11,"w":11,"v":11,"u":14,"s":22,"r":14,"q":22,"p":14,"o":22,"n":14,"m":14,"g":18,"e":22,"d":22,"c":22,"a":22,"T":-4,"S":4,"Q":11,"O":11,"G":11,"C":11,"A":22,"?":-7,".":18,"-":18,",":18,"'":-14,"\"":-14}},"U":{"d":"126,-25v41,0,59,-25,60,-65r0,-167r33,0r0,166v-1,60,-34,95,-94,95v-60,0,-93,-35,-93,-95r0,-166r33,0r0,167v0,42,19,65,61,65","w":251,"k":{"\u2206":4,"\u0410":4,"\u039b":4,"\u0391":4,"\u01fa":4,"\u0104":4,"\u0102":4,"\u0100":4,"\u00c6":7,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"A":4,".":7,",":7}},"V":{"d":"170,-257r34,0r-86,257r-32,0r-86,-257r35,0r67,222v19,-77,45,-148,68,-222","w":204,"k":{"\u2206":11,"\u201d":-14,"\u2019":-14,"\u0455":7,"\u0454":11,"\u0451":11,"\u0444":11,"\u0441":11,"\u043e":11,"\u0435":11,"\u0430":11,"\u0421":7,"\u041e":7,"\u0410":11,"\u03ce":11,"\u03cc":11,"\u03c9":11,"\u03c6":11,"\u03c3":11,"\u03c1":11,"\u03bf":11,"\u03b7":7,"\u03b5":11,"\u03b1":11,"\u03ae":7,"\u03ac":11,"\u039f":7,"\u039b":11,"\u0398":7,"\u0391":11,"\u0219":7,"\u01fb":11,"\u01fa":11,"\u0161":7,"\u015f":7,"\u015d":7,"\u015b":7,"\u0153":11,"\u0152":7,"\u0151":11,"\u0150":7,"\u014f":11,"\u014d":11,"\u014c":7,"\u0148":7,"\u0146":7,"\u0144":7,"\u0122":7,"\u0120":7,"\u011e":7,"\u011c":7,"\u011b":11,"\u0119":11,"\u0117":11,"\u0115":11,"\u0113":11,"\u010d":11,"\u010c":7,"\u010b":11,"\u0109":11,"\u0107":11,"\u0106":7,"\u0105":11,"\u0104":11,"\u0103":11,"\u0102":11,"\u0101":11,"\u0100":11,"\u00fc":7,"\u00fb":7,"\u00fa":7,"\u00f9":7,"\u00f8":11,"\u00f6":11,"\u00f5":11,"\u00f4":11,"\u00f3":11,"\u00f2":11,"\u00f1":7,"\u00eb":11,"\u00ea":11,"\u00e9":11,"\u00e8":11,"\u00e7":11,"\u00e6":11,"\u00e5":11,"\u00e4":11,"\u00e3":11,"\u00e2":11,"\u00e1":11,"\u00e0":11,"\u00d8":7,"\u00d6":7,"\u00d5":7,"\u00d4":7,"\u00d3":7,"\u00d2":7,"\u00c7":7,"\u00c6":22,"\u00c5":11,"\u00c4":11,"\u00c3":11,"\u00c2":11,"\u00c1":11,"\u00c0":11,"u":7,"s":7,"r":7,"q":11,"p":7,"o":11,"n":7,"m":7,"g":11,"e":11,"d":11,"c":11,"a":11,"Q":7,"O":7,"G":7,"C":7,"A":11,"?":-7,".":18,",":18,"'":-14,"\"":-14}},"W":{"d":"142,-257r35,0r57,222v9,-80,31,-148,46,-222r35,0r-65,257r-33,0r-58,-220v-14,77,-37,146,-55,220r-33,0r-67,-257r34,0r51,222v12,-80,35,-148,53,-222","w":318,"k":{"\u2206":7,"\u201d":-18,"\u2019":-18,"\u0455":7,"\u0454":7,"\u0451":7,"\u0444":7,"\u0441":7,"\u043e":7,"\u0435":7,"\u0430":7,"\u0421":4,"\u041e":4,"\u0410":7,"\u03ce":7,"\u03cc":7,"\u03c9":7,"\u03c6":7,"\u03c3":7,"\u03c1":7,"\u03bf":7,"\u03b7":4,"\u03b5":7,"\u03b1":7,"\u03ae":4,"\u03ac":7,"\u039f":4,"\u039b":7,"\u0398":4,"\u0391":7,"\u0219":7,"\u01fb":7,"\u01fa":7,"\u017e":4,"\u0161":7,"\u015f":7,"\u015d":7,"\u015b":7,"\u0153":7,"\u0152":4,"\u0151":7,"\u0150":4,"\u014f":7,"\u014d":7,"\u014c":4,"\u0148":4,"\u0146":4,"\u0144":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u011b":7,"\u0119":7,"\u0117":7,"\u0115":7,"\u0113":7,"\u010d":7,"\u010c":4,"\u010b":7,"\u0109":7,"\u0107":7,"\u0106":4,"\u0105":7,"\u0104":7,"\u0103":7,"\u0102":7,"\u0101":7,"\u0100":7,"\u00fc":4,"\u00fb":4,"\u00fa":4,"\u00f9":4,"\u00f8":7,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00f1":4,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"\u00e7":7,"\u00e6":7,"\u00e5":7,"\u00e4":7,"\u00e3":7,"\u00e2":7,"\u00e1":7,"\u00e0":7,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"\u00c6":14,"\u00c5":7,"\u00c4":7,"\u00c3":7,"\u00c2":7,"\u00c1":7,"\u00c0":7,"z":4,"u":4,"s":7,"r":4,"q":7,"p":4,"o":7,"n":4,"m":4,"g":4,"e":7,"d":7,"c":7,"a":7,"Q":4,"O":4,"G":4,"C":4,"A":7,".":14,",":14,"'":-18,"\"":-18}},"X":{"d":"197,0r-37,0r-62,-112r-65,112r-33,0r80,-134r-75,-123r35,0r59,98r58,-98r34,0r-74,122","w":196,"k":{"\u201d":-7,"\u2019":-7,"\u0454":4,"\u0451":4,"\u0444":4,"\u0441":4,"\u043e":4,"\u0435":4,"\u0421":7,"\u041e":7,"\u03ce":4,"\u03cc":4,"\u03c9":4,"\u03c6":4,"\u03c3":4,"\u03c1":4,"\u03bf":4,"\u03b5":4,"\u03b1":4,"\u03ac":4,"\u039f":7,"\u0398":7,"\u0153":4,"\u0152":7,"\u0151":4,"\u0150":7,"\u014f":4,"\u014d":4,"\u014c":7,"\u0122":7,"\u0120":7,"\u011e":7,"\u011c":7,"\u011b":4,"\u0119":4,"\u0117":4,"\u0115":4,"\u0113":4,"\u010d":4,"\u010c":7,"\u010b":4,"\u0109":4,"\u0107":4,"\u0106":7,"\u00f8":4,"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\u00e7":4,"\u00e6":4,"\u00d8":7,"\u00d6":7,"\u00d5":7,"\u00d4":7,"\u00d3":7,"\u00d2":7,"\u00c7":7,"q":4,"o":4,"e":4,"d":4,"c":4,"Q":7,"O":7,"G":7,"C":7,"'":-7,"\"":-7}},"Y":{"d":"95,-127r60,-130r35,0r-79,157r0,100r-33,0r0,-98r-78,-159r36,0","w":189,"k":{"\u2206":18,"\u201d":-14,"\u2019":-14,"\u1ef3":4,"\u0455":14,"\u0454":18,"\u0451":18,"\u0444":18,"\u0443":4,"\u0441":18,"\u043e":18,"\u0435":18,"\u0430":18,"\u0421":7,"\u041e":7,"\u0410":18,"\u0405":4,"\u03ce":18,"\u03cc":18,"\u03c9":18,"\u03c6":18,"\u03c3":18,"\u03c1":18,"\u03bf":18,"\u03bd":4,"\u03b7":11,"\u03b5":18,"\u03b3":4,"\u03b1":18,"\u03ae":11,"\u03ac":18,"\u039f":7,"\u039b":18,"\u0398":7,"\u0391":18,"\u0219":14,"\u01fb":18,"\u01fa":18,"\u017e":11,"\u0177":4,"\u0161":14,"\u0160":4,"\u015f":14,"\u015e":4,"\u015d":14,"\u015b":14,"\u015a":4,"\u0153":18,"\u0152":7,"\u0151":18,"\u0150":7,"\u014f":18,"\u014d":18,"\u014c":7,"\u0148":11,"\u0146":11,"\u0144":11,"\u0122":7,"\u0120":7,"\u011e":7,"\u011c":7,"\u011b":18,"\u0119":18,"\u0117":18,"\u0115":18,"\u0113":18,"\u010d":18,"\u010c":7,"\u010b":18,"\u0109":18,"\u0107":18,"\u0106":7,"\u0105":18,"\u0104":18,"\u0103":18,"\u0102":18,"\u0101":18,"\u0100":18,"\u00ff":4,"\u00fd":4,"\u00fc":11,"\u00fb":11,"\u00fa":11,"\u00f9":11,"\u00f8":18,"\u00f6":18,"\u00f5":18,"\u00f4":18,"\u00f3":18,"\u00f2":18,"\u00f1":11,"\u00eb":18,"\u00ea":18,"\u00e9":18,"\u00e8":18,"\u00e7":18,"\u00e6":18,"\u00e5":18,"\u00e4":18,"\u00e3":18,"\u00e2":18,"\u00e1":18,"\u00e0":18,"\u00d8":7,"\u00d6":7,"\u00d5":7,"\u00d4":7,"\u00d3":7,"\u00d2":7,"\u00c7":7,"\u00c6":25,"\u00c5":18,"\u00c4":18,"\u00c3":18,"\u00c2":18,"\u00c1":18,"\u00c0":18,"z":11,"y":4,"x":7,"u":11,"s":14,"r":11,"q":18,"p":11,"o":18,"n":11,"m":11,"g":18,"e":18,"d":18,"c":18,"a":18,"S":4,"Q":7,"O":7,"G":7,"C":7,"A":18,"?":-7,".":18,",":18,"'":-14,"\"":-14}},"Z":{"d":"180,0r-166,0r0,-25r125,-203r-121,0r0,-29r158,0r0,25r-125,203r129,0r0,29","w":194,"k":{"\u201d":-7,"\u2019":-7,"\u0421":4,"\u041e":4,"\u039f":4,"\u0398":4,"\u0152":7,"\u0150":4,"\u014c":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"Q":4,"O":4,"G":4,"C":4,"'":-7,"\"":-7}},"[":{"d":"100,57r-71,0r0,-314r71,0r0,26r-39,0r0,262r39,0r0,26","w":109,"k":{"\u0408":-22,"\u0134":-22,"J":-22}},"\\":{"d":"35,-257r96,257r-31,0r-96,-257r31,0","w":134},"]":{"d":"9,31r39,0r0,-262r-39,0r0,-26r71,0r0,314r-71,0r0,-26","w":109},"^":{"d":"7,-97r81,-162r18,0r78,162r-28,0r-59,-129r-61,129r-29,0","w":191},"_":{"d":"149,57r-150,0r0,-25r150,0r0,25","w":148},"`":{"d":"108,-276v7,21,24,36,30,58r-21,0v-16,-17,-40,-33,-48,-58r39,0","w":207},"a":{"d":"30,-180v45,-28,132,-27,132,48r0,132r-23,0v-3,-8,-2,-22,-8,-27v-20,45,-114,43,-114,-27v0,-55,55,-62,114,-62v2,-33,-6,-54,-38,-54v-22,0,-36,7,-52,14xm50,-54v0,22,12,32,31,32v38,0,53,-29,50,-72v-40,1,-81,0,-81,40","w":191,"k":{"'":7}},"b":{"d":"61,-168v15,-13,28,-30,57,-29v53,2,73,43,73,100v0,58,-20,101,-73,101v-26,0,-43,-12,-55,-28v-8,3,-5,17,-9,24r-23,0r0,-274r32,0xm158,-97v0,-42,-8,-73,-46,-73v-41,0,-49,30,-49,73v0,43,8,74,49,74v37,0,46,-33,46,-74","w":210,"k":{"'":7}},"c":{"d":"151,-7v-63,31,-131,-7,-131,-88v0,-82,63,-123,135,-91r-10,27v-47,-23,-100,-1,-92,63v-7,67,49,85,98,61r0,28","w":166,"k":{"\u201d":-11,"\u2019":-11,"'":-11,"\"":-11}},"d":{"d":"93,-197v28,-1,43,15,57,29v-3,-33,-2,-70,-2,-106r32,0r0,274r-25,0v-3,-8,-1,-21,-7,-26v-11,17,-28,30,-55,30v-53,0,-73,-43,-73,-100v0,-58,20,-98,73,-101xm53,-96v0,42,8,72,46,73v42,1,49,-31,49,-73v0,-43,-8,-74,-49,-74v-37,0,-46,33,-46,74","w":210},"e":{"d":"166,-9v-67,32,-152,0,-146,-86v4,-58,23,-102,80,-102v57,0,78,45,75,107r-122,0v-7,69,63,78,113,52r0,29xm140,-116v7,-47,-45,-70,-73,-40v-8,9,-12,23,-13,40r86,0","w":192,"k":{"'":7}},"f":{"d":"124,-244v-33,-16,-62,4,-53,51r43,0r0,24r-43,0r0,169r-32,0r0,-169r-34,0r0,-13r34,-12v-10,-66,34,-95,93,-75","w":118,"k":{"\u201d":-18,"\u2019":-18,"\u1ef3":-4,"\u1e85":-4,"\u1e83":-4,"\u1e81":-4,"\u0443":-4,"\u0442":-4,"\u03c7":-4,"\u03c4":-4,"\u03bd":-4,"\u03b3":-4,"\u0177":-4,"\u0175":-4,"\u00ff":-4,"\u00fd":-4,"y":-4,"w":-4,"v":-4,"'":-18,"\"":-18}},"g":{"d":"22,-130v-3,-53,44,-77,93,-63r64,0r0,20r-34,5v29,45,-3,113,-69,98v-15,4,-25,37,0,37v49,0,103,0,101,53v-2,51,-41,67,-96,66v-43,0,-73,-12,-74,-53v0,-30,19,-42,42,-48v-10,-3,-18,-14,-17,-27v0,-19,10,-25,23,-34v-20,-8,-32,-27,-33,-54xm105,-3v-36,0,-69,-2,-68,35v1,23,19,30,44,30v37,0,66,-9,66,-39v0,-23,-17,-26,-42,-26xm89,-173v-26,0,-36,15,-36,42v0,25,11,40,36,40v25,0,36,-14,36,-40v0,-27,-10,-42,-36,-42","w":186,"k":{"\u201d":-7,"\u2019":-7,"g":-4,"'":-7,"\"":-7}},"h":{"d":"118,-197v91,-6,60,115,65,197r-32,0r0,-124v0,-28,-10,-47,-38,-46v-73,0,-44,102,-50,170r-32,0r0,-274r32,0v1,34,-6,77,0,107v11,-18,28,-29,55,-30","w":211,"k":{"'":11}},"i":{"d":"63,0r-32,0r0,-193r32,0r0,193xm47,-225v-11,0,-20,-6,-19,-20v-1,-14,7,-20,19,-20v13,0,18,8,19,20v1,13,-8,20,-19,20","w":93},"j":{"d":"63,28v4,45,-34,68,-75,54r0,-26v20,9,43,2,43,-26r0,-223r32,0r0,221xm47,-225v-11,0,-20,-6,-19,-20v-1,-14,7,-20,19,-20v13,0,18,8,19,20v1,13,-8,20,-19,20","w":93},"k":{"d":"59,-100r76,-93r37,0r-70,83r75,110r-37,0r-59,-89r-19,15r0,74r-31,0r0,-274r31,0r0,126","w":178,"k":{"\u201d":-7,"\u2019":-7,"'":-7,"\"":-7}},"l":{"d":"63,0r-32,0r0,-274r32,0r0,274","w":93},"m":{"d":"232,-197v89,-4,56,117,62,197r-32,0r0,-124v0,-28,-9,-47,-36,-46v-72,0,-41,104,-48,170r-32,0r0,-124v0,-28,-9,-47,-36,-46v-70,1,-41,103,-47,170r-32,0r0,-193r26,0v3,8,0,21,6,26v16,-39,96,-39,110,2v11,-19,30,-31,59,-32","w":322,"k":{"'":7}},"n":{"d":"118,-197v91,-6,60,115,65,197r-32,0r0,-124v0,-28,-10,-47,-38,-46v-73,0,-44,102,-50,170r-32,0r0,-193r26,0v3,8,0,21,6,26v11,-18,28,-29,55,-30","w":211,"k":{"'":7}},"o":{"d":"104,-197v57,0,84,40,84,100v0,61,-26,101,-85,101v-56,0,-83,-41,-83,-101v0,-60,26,-100,84,-100xm104,-170v-40,0,-51,29,-51,73v0,44,11,74,51,74v40,0,51,-30,51,-74v0,-44,-11,-73,-51,-73","w":207,"k":{"\u017e":4,"z":4,"x":7}},"p":{"d":"191,-97v0,58,-20,101,-73,101v-26,0,-43,-12,-55,-28r-3,0v5,33,2,73,3,110r-32,0r0,-279r26,0v3,8,0,21,6,26v10,-17,28,-30,55,-30v53,0,73,43,73,100xm158,-97v0,-42,-8,-72,-46,-73v-42,-1,-49,31,-49,73v0,43,8,74,49,74v37,0,46,-33,46,-74","w":210},"q":{"d":"53,-96v0,42,8,72,46,73v42,1,49,-31,49,-73v0,-43,-8,-74,-49,-74v-37,0,-46,33,-46,74xm150,-26v-15,13,-28,32,-57,30v-53,-3,-73,-43,-73,-100v0,-58,20,-98,73,-101v29,-1,43,16,57,30r5,-26r25,0r0,279r-32,0","w":210},"r":{"d":"62,-158v13,-24,34,-46,74,-37r-4,30v-44,-11,-69,18,-69,61r0,104r-32,0r0,-193r26,0v3,11,-1,28,5,35","w":143,"k":{"\u201d":-18,"\u2019":-18,"\u0430":4,"\u01fb":4,"\u0105":4,"\u0103":4,"\u0101":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"g":4,"a":4,"'":-18,"\"":-18}},"s":{"d":"133,-157v-26,-21,-110,-16,-75,29v30,23,86,23,88,75v2,63,-87,67,-130,44r0,-29v23,15,95,29,99,-12v-10,-52,-96,-30,-96,-95v0,-60,84,-60,125,-38","w":162,"k":{"\u201d":-11,"\u2019":-11,"'":-11,"\"":-11}},"t":{"d":"65,-57v-3,31,21,40,50,31r0,24v-42,17,-82,-3,-82,-55r0,-112r-27,0r0,-14r27,-14r14,-40r18,0r0,44r49,0r0,24r-49,0r0,112","w":121,"k":{"\u201d":-14,"\u2019":-14,"t":-4,"'":-14,"\"":-14}},"u":{"d":"99,-23v73,0,44,-102,50,-170r32,0r0,193r-25,0v-3,-8,-1,-21,-7,-26v-11,18,-28,29,-55,30v-91,5,-60,-115,-65,-197r32,0r0,124v0,28,10,47,38,46","w":211},"v":{"d":"66,0r-66,-193r33,0r54,172v14,-60,34,-116,52,-172r33,0r-65,193r-41,0","w":172,"k":{"\u201d":-14,"\u2019":-14,"f":-4,"'":-14,"\"":-14}},"w":{"d":"177,0r-44,-163r-43,163r-37,0r-49,-193r33,0r36,168v12,-59,28,-113,44,-168r35,0r43,168r37,-168r33,0r-50,193r-38,0","w":268,"k":{"\u201d":-14,"\u2019":-14,"f":-4,"'":-14,"\"":-14}},"x":{"d":"72,-99r-62,-94r36,0r44,72r44,-72r36,0r-62,94r65,99r-36,0r-47,-77r-47,77r-37,0","w":180,"k":{"\u201d":-7,"\u2019":-7,"\u0444":7,"\u043e":7,"\u03ce":7,"\u03cc":7,"\u03c9":7,"\u03c6":7,"\u03c3":7,"\u03c1":7,"\u03bf":7,"\u0153":7,"\u0151":7,"\u014f":7,"\u014d":7,"\u00f8":7,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00e6":7,"o":7,"'":-7,"\"":-7}},"y":{"d":"98,25v-10,41,-42,73,-93,58r0,-25v28,8,52,-5,60,-28r10,-28r-73,-195r33,0r55,166v14,-60,34,-110,51,-166r33,0","w":175,"k":{"\u201d":-11,"\u2019":-11,"f":-4,"'":-11,"\"":-11}},"z":{"d":"144,0r-130,0r0,-22r95,-147r-89,0r0,-24r121,0r0,26r-92,143r95,0r0,24","w":158,"k":{"\u0444":4,"\u043e":4,"\u03ce":4,"\u03cc":4,"\u03c9":4,"\u03c6":4,"\u03c3":4,"\u03c1":4,"\u03bf":4,"\u0153":4,"\u0151":4,"\u014f":4,"\u014d":4,"\u00f8":4,"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u00e6":4,"o":4}},"{":{"d":"47,-99v46,2,42,53,41,102v-1,21,11,27,30,28r0,26v-36,-1,-63,-14,-62,-52v0,-46,9,-98,-45,-91r0,-28v95,14,-13,-143,107,-143r0,26v-42,-4,-30,49,-30,86v0,29,-21,37,-41,46","w":127,"k":{"\u0408":-22,"\u0134":-22,"J":-22}},"|":{"d":"86,-274r26,0r0,360r-26,0r0,-360"},"}":{"d":"9,31v42,3,31,-49,31,-86v0,-30,21,-37,41,-46v-47,-2,-41,-53,-41,-102v0,-20,-12,-27,-31,-28r0,-26v37,1,63,15,63,52v0,47,-9,100,45,91r0,28v-28,0,-45,6,-45,33v3,58,3,114,-63,110r0,-26","w":127},"~":{"d":"18,-131v43,-54,121,35,162,-20r0,29v-34,40,-82,-2,-122,-2v-19,0,-29,12,-40,21r0,-28"},"\u00a0":{"w":93},"\u00a1":{"d":"37,-119r22,0r9,185r-40,0xm48,-197v14,0,22,8,22,25v0,16,-7,24,-22,24v-15,1,-22,-9,-22,-24v0,-15,8,-25,22,-25","w":96},"\u00a2":{"d":"66,-131v-8,67,50,84,99,61r0,28v-13,5,-23,10,-42,10r0,36r-24,0r0,-37v-47,-8,-66,-43,-66,-98v1,-56,18,-92,66,-99r0,-31r24,0r0,29v15,1,35,5,45,11r-10,27v-46,-24,-100,-1,-92,63"},"\u00a3":{"d":"47,-139v-5,-68,4,-121,70,-121v24,0,45,6,61,14r-12,25v-29,-18,-93,-21,-87,31r0,51r66,0r0,25r-66,0v1,37,1,74,-24,85r131,0r0,29r-174,0r0,-27v34,-6,37,-44,35,-87r-35,0r0,-25r35,0"},"\u00a4":{"d":"44,-90v-15,-18,-14,-56,0,-75r-22,-22r17,-17r22,22v18,-15,57,-16,75,0r23,-22r17,16r-22,23v14,19,16,58,0,76r22,22r-17,17r-23,-22v-18,15,-58,14,-75,-1r-22,23r-17,-17xm99,-170v-26,0,-42,17,-42,43v0,26,16,42,42,42v26,0,43,-16,43,-42v0,-26,-17,-43,-43,-43"},"\u00a5":{"d":"99,-127r61,-130r33,0r-67,135r42,0r0,24r-53,0r0,28r53,0r0,24r-53,0r0,46r-32,0r0,-46r-52,0r0,-24r52,0r0,-28r-52,0r0,-24r41,0r-67,-135r34,0"},"\u00a6":{"d":"86,-274r26,0r0,138r-26,0r0,-138xm86,-51r26,0r0,137r-26,0r0,-137"},"\u00a7":{"d":"21,-37v26,14,105,30,98,-20v-24,-34,-95,-26,-95,-85v0,-24,13,-37,28,-46v-16,-7,-28,-20,-28,-41v0,-53,84,-54,124,-34r-9,25v-24,-19,-110,-17,-75,25v30,22,88,24,88,75v0,23,-10,40,-26,48v53,30,14,92,-48,92v-25,0,-42,-3,-57,-12r0,-27xm75,-177v-22,4,-33,38,-13,54v10,10,26,16,42,22v17,-7,29,-40,10,-55v-11,-9,-22,-15,-39,-21","w":174},"\u00a8":{"d":"71,-227v-10,0,-17,-7,-17,-18v0,-11,6,-18,17,-18v11,0,17,7,17,18v0,11,-7,18,-17,18xm137,-227v-10,-1,-16,-7,-17,-18v-2,-19,26,-24,32,-8v5,13,-3,27,-15,26","w":207},"\u00a9":{"d":"190,-176v-36,-22,-84,-1,-78,48v-5,49,39,68,82,48v5,27,-12,33,-38,32v-50,0,-69,-32,-72,-81v-3,-66,60,-97,117,-69xm150,4v-80,0,-132,-51,-132,-132v0,-82,52,-133,132,-133v81,0,132,52,132,133v0,80,-52,132,-132,132xm150,-242v-68,0,-113,46,-113,114v0,67,45,113,113,113v68,0,113,-46,113,-113v0,-68,-45,-114,-113,-114","w":299},"\u00aa":{"d":"19,-249v27,-17,83,-18,83,29r0,80r-16,0r-5,-15v-15,26,-72,22,-69,-19v2,-33,30,-39,67,-38v7,-35,-34,-31,-52,-20xm51,-157v23,1,29,-16,28,-39v-21,1,-44,1,-44,23v-1,11,6,16,16,16","w":119},"\u00ab":{"d":"14,-97r55,-73r20,14r-42,61r42,61r-20,14r-55,-72r0,-5xm86,-97r54,-73r21,14r-42,61r42,61r-21,14r-54,-72r0,-5","w":175,"k":{"\u03c4":-7,"\u03ab":7,"\u03a4":7}},"\u00ac":{"d":"180,-140r0,94r-26,0r0,-68r-136,0r0,-26r162,0"},"\u00ad":{"d":"14,-82r0,-29r88,0r0,29r-88,0","w":115},"\u00ae":{"d":"173,-160v0,-24,-19,-23,-42,-23r0,48v24,1,42,-2,42,-25xm103,-207v50,-1,98,-3,98,47v0,23,-11,34,-28,40r42,70r-31,0r-37,-62r-16,0r0,62r-28,0r0,-157xm150,4v-80,0,-132,-51,-132,-132v0,-82,52,-133,132,-133v81,0,132,52,132,133v0,80,-52,132,-132,132xm150,-242v-68,0,-113,46,-113,114v0,67,45,113,113,113v68,0,113,-46,113,-113v0,-68,-45,-114,-113,-114","w":299},"\u00af":{"d":"181,-274r-182,0r0,-24r182,0r0,24","w":180},"\u00b0":{"d":"77,-150v-34,0,-55,-22,-55,-55v0,-34,22,-56,55,-56v33,0,56,23,56,56v0,32,-22,55,-56,55xm111,-205v2,-36,-53,-46,-65,-13v-8,23,6,47,31,46v21,0,32,-14,34,-33","w":154},"\u00b1":{"d":"86,-114r-68,0r0,-26r68,0r0,-68r26,0r0,68r68,0r0,26r-68,0r0,68r-26,0r0,-68xm18,0r0,-26r162,0r0,26r-162,0"},"\u00b2":{"d":"10,-240v25,-36,114,-21,90,39v-13,32,-39,51,-60,76r69,0r0,22r-100,0r0,-20v23,-31,63,-49,69,-94v4,-33,-43,-22,-55,-7","w":119},"\u00b3":{"d":"6,-243v24,-24,98,-26,98,22v0,20,-12,31,-27,37v18,5,31,14,31,36v0,52,-67,57,-103,38r0,-23v22,14,78,23,77,-15v0,-25,-26,-26,-53,-25r0,-20v26,1,49,-1,48,-25v0,-31,-46,-22,-59,-8","w":119},"\u00b4":{"d":"138,-276v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":207},"\u00b5":{"d":"151,-26v-12,30,-67,41,-89,14r1,98r-32,0r0,-279r32,0r0,124v0,28,10,47,38,46v73,0,44,-102,50,-170r32,0r0,193r-26,0v-3,-8,0,-21,-6,-26","w":213},"\u00b6":{"d":"20,-183v0,-58,23,-90,79,-91r99,0r0,320r-21,0r0,-292r-37,0r0,292r-21,0r0,-144v-62,13,-99,-20,-99,-85","w":235},"\u00b7":{"d":"48,-103v-16,0,-21,-10,-22,-24v0,-15,7,-25,22,-25v14,0,22,8,22,25v0,16,-7,24,-22,24","w":96},"\u00b8":{"d":"6,66v30,10,60,-20,23,-32r-12,-3r15,-31r22,0r-10,20v15,5,28,10,28,30v0,31,-31,40,-66,35r0,-19","w":73},"\u00b9":{"d":"11,-224v21,-12,30,-37,67,-33r0,154r-26,0r2,-130v-8,11,-20,18,-30,26","w":119},"\u00ba":{"d":"63,-260v34,0,52,24,51,61v0,37,-16,61,-51,61v-34,0,-52,-24,-51,-61v0,-37,15,-61,51,-61xm63,-240v-23,0,-28,16,-28,41v0,26,5,42,28,42v22,0,28,-18,28,-42v0,-24,-5,-41,-28,-41","w":126},"\u00bb":{"d":"161,-92r-54,72r-21,-14r42,-61r-42,-61r21,-14r54,73r0,5xm90,-92r-55,72r-20,-14r42,-61r-42,-61r20,-14r55,73r0,5","w":175,"k":{"\u03ab":11,"\u03a5":11,"\u03a4":18}},"\u00bc":{"d":"249,-34r-22,0r0,34r-25,0r0,-34r-66,0r0,-19r67,-102r24,0r0,99r22,0r0,22xm202,-56r1,-68v-12,24,-27,46,-41,68r40,0xm11,-224v21,-12,30,-37,67,-33r0,154r-26,0r2,-130v-8,11,-20,18,-30,26xm211,-257r-142,257r-28,0r143,-257r27,0","w":265},"\u00bd":{"d":"8,-224v21,-12,30,-37,67,-33r0,154r-26,0r2,-130v-8,11,-20,18,-30,26xm207,-257r-142,257r-28,0r143,-257r27,0xm154,-137v25,-36,114,-21,90,39v-13,32,-39,51,-60,76r69,0r0,22r-100,0r0,-20v23,-31,63,-49,69,-94v4,-33,-43,-22,-55,-7","w":265},"\u00be":{"d":"261,-34r-22,0r0,34r-25,0r0,-34r-66,0r0,-19r66,-102r25,0r0,99r22,0r0,22xm214,-56r1,-68v-12,24,-27,46,-41,68r40,0xm6,-243v24,-24,98,-26,98,22v0,20,-12,31,-27,37v18,5,31,14,31,36v0,52,-67,57,-103,38r0,-23v22,14,78,23,77,-15v0,-25,-26,-26,-53,-25r0,-20v26,1,49,-1,48,-25v0,-31,-46,-22,-59,-8xm228,-257r-142,257r-28,0r143,-257r27,0","w":265},"\u00bf":{"d":"12,4v0,-67,67,-61,68,-123r24,0v8,70,-59,62,-61,122v-1,51,65,40,93,23r11,26v-47,28,-135,24,-135,-48xm90,-197v14,0,22,8,22,25v0,16,-7,24,-22,24v-15,0,-22,-8,-22,-24v0,-17,8,-25,22,-25","w":153},"\u00c0":{"d":"185,0r-28,-80r-95,0r-29,80r-33,0r94,-258r30,0r95,258r-34,0xm147,-109r-38,-114v-10,40,-24,77,-37,114r75,0xm96,-335v7,21,24,36,30,58r-21,0v-16,-17,-40,-33,-48,-58r39,0","w":218,"k":{"\u201d":14,"\u2019":14,"\u1ef3":7,"\u1ef2":18,"\u1e85":4,"\u1e84":7,"\u1e83":4,"\u1e82":7,"\u1e81":4,"\u1e80":7,"\u0443":7,"\u0442":7,"\u0422":22,"\u0421":4,"\u041e":4,"\u0408":-17,"\u03c7":7,"\u03c4":7,"\u03bd":7,"\u03b3":7,"\u03a4":22,"\u039f":4,"\u0398":4,"\u017d":-10,"\u017b":-10,"\u0179":-10,"\u0178":18,"\u0177":7,"\u0176":18,"\u0175":4,"\u0174":7,"\u0172":4,"\u0170":4,"\u016e":4,"\u016a":4,"\u0164":22,"\u0162":22,"\u0152":7,"\u0150":4,"\u014c":4,"\u0134":-17,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00ff":7,"\u00fd":7,"\u00dd":18,"\u00dc":4,"\u00db":4,"\u00da":4,"\u00d9":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"\u00c0":7,"y":7,"w":4,"v":7,"t":4,"f":4,"Z":-10,"Y":18,"W":7,"V":11,"U":4,"T":22,"Q":4,"O":4,"J":-17,"G":4,"C":4,"?":11,";":-12,",":-12,"*":22,"'":14,"\"":14}},"\u00c1":{"d":"185,0r-28,-80r-95,0r-29,80r-33,0r94,-258r30,0r95,258r-34,0xm147,-109r-38,-114v-10,40,-24,77,-37,114r75,0xm163,-335v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":218,"k":{"\u201d":14,"\u2019":14,"\u1ef3":7,"\u1ef2":18,"\u1e85":4,"\u1e84":7,"\u1e83":4,"\u1e82":7,"\u1e81":4,"\u1e80":7,"\u0443":7,"\u0442":7,"\u0422":22,"\u0421":4,"\u041e":4,"\u0408":-17,"\u03c7":7,"\u03c4":7,"\u03bd":7,"\u03b3":7,"\u03a4":22,"\u039f":4,"\u0398":4,"\u017d":-10,"\u017b":-10,"\u0179":-10,"\u0178":18,"\u0177":7,"\u0176":18,"\u0175":4,"\u0174":7,"\u0172":4,"\u0170":4,"\u016e":4,"\u016a":4,"\u0164":22,"\u0162":22,"\u0152":7,"\u0150":4,"\u014c":4,"\u0134":-17,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00ff":7,"\u00fd":7,"\u00dd":18,"\u00dc":4,"\u00db":4,"\u00da":4,"\u00d9":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00ce":5,"\u00cd":7,"\u00c8":7,"\u00c7":4,"\u00c2":7,"y":7,"w":4,"v":7,"t":4,"f":4,"Z":-10,"Y":18,"W":7,"V":11,"U":4,"T":22,"Q":4,"O":4,"J":-17,"G":4,"C":4,"?":11,";":-12,",":-12,"*":22,"'":14,"\"":14}},"\u00c2":{"d":"185,0r-28,-80r-95,0r-29,80r-33,0r94,-258r30,0r95,258r-34,0xm147,-109r-38,-114v-10,40,-24,77,-37,114r75,0xm50,-282v15,-15,31,-33,42,-53r34,0v11,20,27,36,41,53r0,5v-33,4,-41,-19,-58,-33v-18,13,-24,38,-59,33r0,-5","w":218,"k":{"\u201d":14,"\u2019":14,"\u1ef3":7,"\u1ef2":18,"\u1e85":4,"\u1e84":7,"\u1e83":4,"\u1e82":7,"\u1e81":4,"\u1e80":7,"\u0443":7,"\u0442":7,"\u0422":22,"\u0421":4,"\u041e":4,"\u0408":-17,"\u03c7":7,"\u03c4":7,"\u03bd":7,"\u03b3":7,"\u03a4":22,"\u039f":4,"\u0398":4,"\u017d":-10,"\u017b":-10,"\u0179":-10,"\u0178":18,"\u0177":7,"\u0176":18,"\u0175":4,"\u0174":7,"\u0172":4,"\u0170":4,"\u016e":4,"\u016a":4,"\u0164":22,"\u0162":22,"\u0152":7,"\u0150":4,"\u014c":4,"\u0134":-17,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00ff":7,"\u00fd":7,"\u00dd":18,"\u00dc":4,"\u00db":4,"\u00da":4,"\u00d9":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00ce":5,"\u00cd":7,"\u00c8":7,"\u00c7":4,"\u00c2":7,"y":7,"w":4,"v":7,"t":4,"f":4,"Z":-10,"Y":18,"W":7,"V":11,"U":4,"T":22,"Q":4,"O":4,"J":-17,"G":4,"C":4,"?":11,";":-12,",":-12,"*":22,"'":14,"\"":14}},"\u00c3":{"d":"185,0r-28,-80r-95,0r-29,80r-33,0r94,-258r30,0r95,258r-34,0xm147,-109r-38,-114v-10,40,-24,77,-37,114r75,0xm83,-324v26,0,63,42,71,0r19,0v-3,25,-12,47,-37,47v-25,0,-63,-42,-71,0r-19,0v3,-25,12,-47,37,-47","w":218,"k":{"\u201d":14,"\u2019":14,"\u1ef3":7,"\u1ef2":18,"\u1e85":4,"\u1e84":7,"\u1e83":4,"\u1e82":7,"\u1e81":4,"\u1e80":7,"\u0443":7,"\u0442":7,"\u0422":22,"\u0421":4,"\u041e":4,"\u0408":-17,"\u03c7":7,"\u03c4":7,"\u03bd":7,"\u03b3":7,"\u03a4":22,"\u039f":4,"\u0398":4,"\u017d":-10,"\u017b":-10,"\u0179":-10,"\u0178":18,"\u0177":7,"\u0176":18,"\u0175":4,"\u0174":7,"\u0172":4,"\u0170":4,"\u016e":4,"\u016a":4,"\u0164":22,"\u0162":22,"\u0152":7,"\u0150":4,"\u014c":4,"\u0134":-17,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00ff":7,"\u00fd":7,"\u00dd":18,"\u00dc":4,"\u00db":4,"\u00da":4,"\u00d9":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"\u00c0":7,"y":7,"w":4,"v":7,"t":4,"f":4,"Z":-10,"Y":18,"W":7,"V":11,"U":4,"T":22,"Q":4,"O":4,"J":-17,"G":4,"C":4,"?":11,";":-12,",":-12,"*":22,"'":14,"\"":14}},"\u00c4":{"d":"185,0r-28,-80r-95,0r-29,80r-33,0r94,-258r30,0r95,258r-34,0xm147,-109r-38,-114v-10,40,-24,77,-37,114r75,0xm77,-286v-10,0,-17,-7,-17,-18v0,-11,6,-18,17,-18v11,0,17,7,17,18v0,11,-7,18,-17,18xm143,-286v-10,-1,-16,-7,-17,-18v-2,-19,26,-24,32,-8v5,13,-3,27,-15,26","w":218,"k":{"\u201d":14,"\u2019":14,"\u1ef3":7,"\u1ef2":18,"\u1e85":5,"\u1e84":7,"\u1e83":5,"\u1e82":7,"\u1e81":5,"\u1e80":7,"\u0443":7,"\u0442":8,"\u0422":22,"\u0421":4,"\u041e":4,"\u0408":-17,"\u03c7":8,"\u03c4":8,"\u03bd":8,"\u03b3":7,"\u03a4":22,"\u039f":4,"\u0398":4,"\u017d":-10,"\u017b":-10,"\u0179":-10,"\u0178":18,"\u0177":7,"\u0176":18,"\u0175":5,"\u0174":7,"\u0172":4,"\u0170":4,"\u016e":4,"\u016a":4,"\u0164":22,"\u0162":22,"\u0152":7,"\u0150":4,"\u014c":4,"\u0134":-17,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00ff":7,"\u00fd":7,"\u00dd":18,"\u00dc":4,"\u00db":4,"\u00da":4,"\u00d9":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"y":7,"w":5,"v":8,"t":5,"Z":-10,"Y":18,"W":7,"V":11,"U":4,"T":22,"Q":4,"O":4,"J":-17,"G":4,"C":4,"?":7,";":-12,",":-12,"*":23,"'":14,"\"":14}},"\u00c5":{"d":"185,0r-28,-80r-95,0r-29,80r-33,0r94,-258r30,0r95,258r-34,0xm147,-109r-38,-114v-10,40,-24,77,-37,114r75,0xm108,-316v24,0,41,13,41,38v0,25,-17,38,-41,38v-24,0,-39,-14,-39,-38v0,-24,15,-38,39,-38xm108,-258v12,0,20,-8,20,-20v0,-12,-8,-20,-20,-20v-12,0,-21,9,-20,20v1,11,6,20,20,20","w":218,"k":{"\u2122":18,"\u201d":14,"\u201c":27,"\u2019":14,"\u2018":27,"\u1ef3":7,"\u1ef2":18,"\u1e85":5,"\u1e84":7,"\u1e83":5,"\u1e82":7,"\u1e81":5,"\u1e80":7,"\u0443":7,"\u0442":8,"\u0422":22,"\u0421":4,"\u041e":4,"\u0408":-17,"\u03c7":8,"\u03c4":8,"\u03bd":8,"\u03b3":7,"\u03a4":22,"\u039f":4,"\u0398":4,"\u017d":-10,"\u017b":-10,"\u0179":-10,"\u0178":18,"\u0177":7,"\u0176":18,"\u0175":5,"\u0174":7,"\u0172":4,"\u0170":4,"\u016e":4,"\u016a":4,"\u0164":22,"\u0162":22,"\u0152":7,"\u0150":4,"\u014c":4,"\u0134":-17,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00ff":7,"\u00fd":7,"\u00dd":18,"\u00dc":4,"\u00db":4,"\u00da":4,"\u00d9":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"y":7,"w":5,"v":8,"t":5,"Z":-10,"Y":18,"W":7,"V":11,"U":4,"T":22,"Q":4,"O":4,"J":-17,"G":4,"C":4,"?":7,";":-12,",":-12,"*":23,"'":27,"\"":27}},"\u00c6":{"d":"285,0r-133,0r0,-80r-84,0r-36,80r-32,0r115,-257r170,0r0,29r-101,0r0,79r94,0r0,29r-94,0r0,91r101,0r0,29xm81,-109r71,0r0,-119r-19,0","w":306},"\u00c7":{"d":"193,-218v-14,-7,-32,-15,-54,-14v-58,2,-82,43,-82,104v0,62,22,102,82,103v22,0,40,-5,58,-10r0,28v-18,8,-38,11,-63,11v-79,0,-109,-53,-112,-133v-4,-105,89,-160,185,-117xm95,66v30,10,60,-20,23,-32r-12,-3r15,-31r22,0r-10,20v15,5,28,10,28,30v0,31,-31,40,-66,35r0,-19","w":217,"k":{"\u201d":-7,"\u2019":-7,"\u0421":7,"\u041e":7,"\u039f":7,"\u0398":7,"\u0150":7,"\u014c":7,"\u0122":7,"\u0120":7,"\u011e":7,"\u011c":7,"\u010c":7,"\u0106":7,"\u00d8":7,"\u00d6":7,"\u00d5":7,"\u00d4":7,"\u00d3":7,"\u00d2":7,"\u00c7":7,"}":-7,"]":-7,"Q":7,"O":7,"G":7,"C":7,")":-7,"'":-7,"\"":-7}},"\u00c8":{"d":"168,0r-133,0r0,-257r133,0r0,29r-100,0r0,79r94,0r0,29r-94,0r0,91r100,0r0,29xm95,-335v7,21,24,36,30,58r-21,0v-16,-17,-40,-33,-48,-58r39,0","w":190,"k":{"\u201d":-7,"\u2019":-7,"\u0421":4,"\u041e":4,"\u0408":-11,"\u039f":4,"\u0398":4,"\u0150":4,"\u014c":4,"\u0134":-11,"\u010c":4,"\u0106":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00cd":4,"\u00c8":4,"\u00c7":4,"\u00c2":4,"Q":4,"O":4,"C":4,"-":7,"'":-7,"\"":-7}},"\u00c9":{"d":"168,0r-133,0r0,-257r133,0r0,29r-100,0r0,79r94,0r0,29r-94,0r0,91r100,0r0,29xm149,-335v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":190,"k":{"\u201d":-7,"\u2019":-7,"\u0421":4,"\u041e":4,"\u0408":-11,"\u039f":4,"\u0398":4,"\u0150":4,"\u014c":4,"\u0134":-11,"\u010c":4,"\u0106":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c9":4,"\u00c7":4,"Q":4,"O":4,"C":4,"-":7,"'":-7,"\"":-7}},"\u00ca":{"d":"168,0r-133,0r0,-257r133,0r0,29r-100,0r0,79r94,0r0,29r-94,0r0,91r100,0r0,29xm42,-282v15,-15,31,-33,42,-53r34,0v11,20,27,36,41,53r0,5v-33,4,-41,-19,-58,-33v-18,13,-24,38,-59,33r0,-5","w":190,"k":{"\u201d":-7,"\u2019":-7,"\u0421":4,"\u041e":4,"\u0408":-11,"\u039f":4,"\u0398":4,"\u0150":4,"\u014c":4,"\u0134":-11,"\u010c":4,"\u0106":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00cd":4,"\u00c8":4,"\u00c7":4,"\u00c2":4,"Q":4,"O":4,"C":4,"-":7,"'":-7,"\"":-7}},"\u00cb":{"d":"168,0r-133,0r0,-257r133,0r0,29r-100,0r0,79r94,0r0,29r-94,0r0,91r100,0r0,29xm69,-286v-10,0,-17,-7,-17,-18v0,-11,6,-18,17,-18v11,0,17,7,17,18v0,11,-7,18,-17,18xm135,-286v-10,-1,-16,-7,-17,-18v-2,-19,26,-24,32,-8v5,13,-3,27,-15,26","w":190,"k":{"\u201d":-7,"\u2019":-7,"\u0421":4,"\u041e":4,"\u0408":-11,"\u039f":4,"\u0398":4,"\u0150":4,"\u014c":4,"\u0134":-11,"\u010c":4,"\u0106":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00cd":4,"\u00c8":4,"\u00c7":4,"\u00c2":4,"Q":4,"O":4,"C":4,"-":7,"'":-7,"\"":-7}},"\u00cc":{"d":"108,0r-94,0r0,-18r31,-7r0,-207r-31,-7r0,-18r94,0r0,18r-31,7r0,207r31,7r0,18xm50,-335v7,21,24,36,30,58r-21,0v-16,-17,-40,-33,-48,-58r39,0","w":121,"k":{"\u201d":-7,"\u2019":-7,"\u0421":4,"\u041e":4,"\u039f":4,"\u0398":4,"\u0152":4,"\u0150":4,"\u014c":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"Q":4,"O":4,"G":4,"C":4,"'":-7,"\"":-7}},"\u00cd":{"d":"108,0r-94,0r0,-18r31,-7r0,-207r-31,-7r0,-18r94,0r0,18r-31,7r0,207r31,7r0,18xm114,-335v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":121,"k":{"\u201d":-7,"\u2019":-7,"\u0421":4,"\u041e":4,"\u039f":4,"\u0398":4,"\u0152":4,"\u0150":4,"\u014c":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"Q":4,"O":4,"G":4,"C":4,"'":-7,"\"":-7}},"\u00ce":{"d":"108,0r-94,0r0,-18r31,-7r0,-207r-31,-7r0,-18r94,0r0,18r-31,7r0,207r31,7r0,18xm3,-282v15,-15,31,-33,42,-53r34,0v11,20,27,36,41,53r0,5v-33,4,-41,-19,-58,-33v-18,13,-24,38,-59,33r0,-5","w":121,"k":{"\u201d":-7,"\u2019":-7,"\u0421":4,"\u041e":4,"\u039f":4,"\u0398":4,"\u0152":4,"\u0150":4,"\u014c":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"Q":4,"O":4,"G":4,"C":4,"'":-7,"\"":-7}},"\u00cf":{"d":"108,0r-94,0r0,-18r31,-7r0,-207r-31,-7r0,-18r94,0r0,18r-31,7r0,207r31,7r0,18xm28,-286v-10,0,-17,-7,-17,-18v0,-11,6,-18,17,-18v11,0,17,7,17,18v0,11,-7,18,-17,18xm94,-286v-10,-1,-16,-7,-17,-18v-2,-19,26,-24,32,-8v5,13,-3,27,-15,26","w":121,"k":{"\u201d":-7,"\u2019":-7,"\u0421":4,"\u041e":4,"\u039f":4,"\u0398":4,"\u0152":4,"\u0150":4,"\u014c":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"Q":4,"O":4,"G":4,"C":4,"'":-7,"\"":-7}},"\u00d0":{"d":"224,-131v2,110,-73,141,-189,131r0,-113r-27,0r0,-29r27,0r0,-115r72,0v78,2,115,47,117,126xm68,-28v80,6,122,-26,122,-102v0,-76,-41,-107,-122,-99r0,87r59,0r0,29r-59,0r0,85","w":246,"k":{"\u2206":4,"\u0410":4,"\u039b":4,"\u0391":4,"\u01fa":4,"\u0104":4,"\u0102":4,"\u0100":4,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"A":4}},"\u00d1":{"d":"227,0r-37,0r-128,-213r3,213r-30,0r0,-257r37,0r126,212r2,0r-3,-212r30,0r0,257xm106,-324v26,0,63,42,71,0r19,0v-3,25,-12,47,-37,47v-25,0,-63,-42,-71,0r-19,0v3,-25,12,-47,37,-47","w":262},"\u00d2":{"d":"134,-261v78,0,111,54,111,132v0,79,-34,133,-111,133v-79,0,-112,-53,-112,-133v0,-79,32,-132,112,-132xm134,-232v-58,0,-77,43,-77,103v0,60,18,104,77,104v58,0,76,-44,76,-104v0,-60,-18,-103,-76,-103xm123,-335v7,21,24,36,30,58r-21,0v-16,-17,-40,-33,-48,-58r39,0","w":267,"k":{"\u2206":4,"\u1ef2":7,"\u1e84":4,"\u1e82":4,"\u1e80":4,"\u0422":11,"\u0410":4,"\u0408":2,"\u0405":4,"\u03a4":11,"\u039b":4,"\u0391":4,"\u01fa":4,"\u017d":4,"\u017b":4,"\u0179":4,"\u0178":7,"\u0176":7,"\u0174":4,"\u0164":11,"\u0162":11,"\u0160":4,"\u015e":4,"\u015a":4,"\u0134":2,"\u0130":4,"\u012e":4,"\u012a":4,"\u0104":4,"\u0102":4,"\u0100":4,"\u00dd":7,"\u00cf":4,"\u00ce":4,"\u00cd":4,"\u00cc":4,"\u00c6":7,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"}":7,"]":7,"Z":4,"Y":7,"X":7,"W":4,"V":7,"T":11,"S":4,"J":2,"I":4,"A":4,".":11,",":11,")":7}},"\u00d3":{"d":"134,-261v78,0,111,54,111,132v0,79,-34,133,-111,133v-79,0,-112,-53,-112,-133v0,-79,32,-132,112,-132xm134,-232v-58,0,-77,43,-77,103v0,60,18,104,77,104v58,0,76,-44,76,-104v0,-60,-18,-103,-76,-103xm183,-335v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":267,"k":{"\u2206":4,"\u1ef2":7,"\u1e84":4,"\u1e82":4,"\u1e80":4,"\u0422":11,"\u0410":4,"\u0408":2,"\u0405":4,"\u03a4":11,"\u039b":4,"\u0391":4,"\u01fa":4,"\u017d":4,"\u017b":4,"\u0179":4,"\u0178":7,"\u0176":7,"\u0174":4,"\u0164":11,"\u0162":11,"\u0160":4,"\u015e":4,"\u015a":4,"\u0134":2,"\u0130":4,"\u012e":4,"\u012a":4,"\u0104":4,"\u0102":4,"\u0100":4,"\u00dd":7,"\u00cf":4,"\u00ce":4,"\u00cd":4,"\u00cc":4,"\u00c6":7,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"}":7,"]":7,"Z":4,"Y":7,"X":7,"W":4,"V":7,"T":11,"S":4,"J":2,"I":4,"A":4,".":11,",":11,")":7}},"\u00d4":{"d":"134,-261v78,0,111,54,111,132v0,79,-34,133,-111,133v-79,0,-112,-53,-112,-133v0,-79,32,-132,112,-132xm134,-232v-58,0,-77,43,-77,103v0,60,18,104,77,104v58,0,76,-44,76,-104v0,-60,-18,-103,-76,-103xm76,-282v15,-15,31,-33,42,-53r34,0v11,20,27,36,41,53r0,5v-33,4,-41,-19,-58,-33v-18,13,-24,38,-59,33r0,-5","w":267,"k":{"\u2206":4,"\u1ef2":7,"\u1e84":4,"\u1e82":4,"\u1e80":4,"\u0422":11,"\u0410":4,"\u0408":2,"\u0405":4,"\u03a4":11,"\u039b":4,"\u0391":4,"\u01fa":4,"\u017d":4,"\u017b":4,"\u0179":4,"\u0178":7,"\u0176":7,"\u0174":4,"\u0164":11,"\u0162":11,"\u0160":4,"\u015e":4,"\u015a":4,"\u0134":2,"\u0130":4,"\u012e":4,"\u012a":4,"\u0104":4,"\u0102":4,"\u0100":4,"\u00dd":7,"\u00cf":4,"\u00ce":4,"\u00cd":4,"\u00cc":4,"\u00c6":7,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"}":7,"]":7,"Z":4,"Y":7,"X":7,"W":4,"V":7,"T":11,"S":4,"J":2,"I":4,"A":4,".":11,",":11,")":7}},"\u00d5":{"d":"134,-261v78,0,111,54,111,132v0,79,-34,133,-111,133v-79,0,-112,-53,-112,-133v0,-79,32,-132,112,-132xm134,-232v-58,0,-77,43,-77,103v0,60,18,104,77,104v58,0,76,-44,76,-104v0,-60,-18,-103,-76,-103xm104,-324v26,0,63,42,71,0r19,0v-3,25,-12,47,-37,47v-25,0,-63,-42,-71,0r-19,0v3,-25,12,-47,37,-47","w":267,"k":{"\u2206":4,"\u1ef2":7,"\u1e84":4,"\u1e82":4,"\u1e80":4,"\u0422":11,"\u0410":4,"\u0408":2,"\u0405":4,"\u03a4":11,"\u039b":4,"\u0391":4,"\u01fa":4,"\u017d":4,"\u017b":4,"\u0179":4,"\u0178":7,"\u0176":7,"\u0174":4,"\u0164":11,"\u0162":11,"\u0160":4,"\u015e":4,"\u015a":4,"\u0134":2,"\u0130":4,"\u012e":4,"\u012a":4,"\u0104":4,"\u0102":4,"\u0100":4,"\u00dd":7,"\u00cf":4,"\u00ce":4,"\u00cd":4,"\u00cc":4,"\u00c6":7,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"}":7,"]":7,"Z":4,"Y":7,"X":7,"W":4,"V":7,"T":11,"S":4,"J":2,"I":4,"A":4,".":11,",":11,")":7}},"\u00d6":{"d":"134,-261v78,0,111,54,111,132v0,79,-34,133,-111,133v-79,0,-112,-53,-112,-133v0,-79,32,-132,112,-132xm134,-232v-58,0,-77,43,-77,103v0,60,18,104,77,104v58,0,76,-44,76,-104v0,-60,-18,-103,-76,-103xm101,-286v-10,0,-17,-7,-17,-18v0,-11,6,-18,17,-18v11,0,17,7,17,18v0,11,-7,18,-17,18xm167,-286v-10,-1,-16,-7,-17,-18v-2,-19,26,-24,32,-8v5,13,-3,27,-15,26","w":267,"k":{"\u2206":4,"\u1ef2":7,"\u1e84":4,"\u1e82":4,"\u1e80":4,"\u0422":11,"\u0410":4,"\u0408":2,"\u0405":4,"\u03a4":11,"\u039b":4,"\u0391":4,"\u01fa":4,"\u017d":4,"\u017b":4,"\u0179":4,"\u0178":7,"\u0176":7,"\u0174":4,"\u0164":11,"\u0162":11,"\u0160":4,"\u015e":4,"\u015a":4,"\u0134":2,"\u0130":4,"\u012e":4,"\u012a":4,"\u0104":4,"\u0102":4,"\u0100":4,"\u00dd":7,"\u00cf":4,"\u00ce":4,"\u00cd":4,"\u00cc":4,"\u00c6":7,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"}":7,"]":7,"Z":4,"Y":7,"X":7,"W":4,"V":7,"T":11,"S":4,"J":2,"I":4,"A":4,".":11,",":11,")":7}},"\u00d7":{"d":"81,-127r-56,-56r18,-19r56,56r57,-56r18,18r-57,57r56,56r-17,18r-57,-56r-56,56r-18,-18"},"\u00d8":{"d":"134,-261v23,1,41,5,56,14r14,-22r25,13r-17,27v21,22,33,56,33,100v0,101,-78,160,-168,120r-14,22r-24,-13r16,-26v-22,-24,-33,-58,-33,-103v0,-79,32,-132,112,-132xm134,-232v-86,0,-91,115,-61,177r102,-166v-11,-6,-24,-11,-41,-11xm134,-25v84,0,89,-117,61,-176r-102,166v11,6,25,10,41,10","w":267,"k":{"\u2206":4,"\u1ef2":7,"\u1e84":4,"\u1e82":4,"\u1e80":4,"\u0422":11,"\u0410":4,"\u03a4":11,"\u039b":4,"\u0391":4,"\u01fa":4,"\u017d":4,"\u017b":4,"\u0179":4,"\u0178":7,"\u0176":7,"\u0174":4,"\u0164":11,"\u0162":11,"\u0130":4,"\u012e":4,"\u012a":4,"\u0104":4,"\u0102":4,"\u0100":4,"\u00dd":7,"\u00cf":4,"\u00ce":4,"\u00cd":4,"\u00cc":4,"\u00c6":7,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"Z":4,"Y":7,"X":7,"W":4,"V":7,"T":11,"I":4,"A":4,".":11,",":11}},"\u00d9":{"d":"126,-25v41,0,59,-25,60,-65r0,-167r33,0r0,166v-1,60,-34,95,-94,95v-60,0,-93,-35,-93,-95r0,-166r33,0r0,167v0,42,19,65,61,65xm119,-335v7,21,24,36,30,58r-21,0v-16,-17,-40,-33,-48,-58r39,0","w":251,"k":{"\u2206":4,"\u0430":4,"\u0410":4,"\u039b":4,"\u0391":4,"\u01fb":4,"\u01fa":4,"\u017d":4,"\u017b":4,"\u0179":4,"\u0105":4,"\u0104":4,"\u0103":4,"\u0102":4,"\u0101":4,"\u0100":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"\u00c6":7,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"a":4,"Z":4,"M":4,"A":4,".":7,",":7}},"\u00da":{"d":"126,-25v41,0,59,-25,60,-65r0,-167r33,0r0,166v-1,60,-34,95,-94,95v-60,0,-93,-35,-93,-95r0,-166r33,0r0,167v0,42,19,65,61,65xm173,-335v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":251,"k":{"\u2206":4,"\u0430":4,"\u0410":4,"\u039b":4,"\u0391":4,"\u01fb":4,"\u01fa":4,"\u017d":4,"\u017b":4,"\u0179":4,"\u0105":4,"\u0104":4,"\u0103":4,"\u0102":4,"\u0101":4,"\u0100":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"\u00c6":7,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"a":4,"Z":4,"M":4,"A":4,".":7,",":7}},"\u00db":{"d":"126,-25v41,0,59,-25,60,-65r0,-167r33,0r0,166v-1,60,-34,95,-94,95v-60,0,-93,-35,-93,-95r0,-166r33,0r0,167v0,42,19,65,61,65xm66,-282v15,-15,31,-33,42,-53r34,0v11,20,27,36,41,53r0,5v-33,4,-41,-19,-58,-33v-18,13,-24,38,-59,33r0,-5","w":251,"k":{"\u2206":4,"\u0430":4,"\u0410":4,"\u039b":4,"\u0391":4,"\u01fb":4,"\u01fa":4,"\u017d":4,"\u017b":4,"\u0179":4,"\u0105":4,"\u0104":4,"\u0103":4,"\u0102":4,"\u0101":4,"\u0100":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"\u00c6":7,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"a":4,"Z":4,"M":4,"A":4,".":7,",":7}},"\u00dc":{"d":"126,-25v41,0,59,-25,60,-65r0,-167r33,0r0,166v-1,60,-34,95,-94,95v-60,0,-93,-35,-93,-95r0,-166r33,0r0,167v0,42,19,65,61,65xm93,-286v-10,0,-17,-7,-17,-18v0,-11,6,-18,17,-18v11,0,17,7,17,18v0,11,-7,18,-17,18xm159,-286v-10,-1,-16,-7,-17,-18v-2,-19,26,-24,32,-8v5,13,-3,27,-15,26","w":251,"k":{"\u2206":4,"\u0430":4,"\u0410":4,"\u039b":4,"\u0391":4,"\u01fb":4,"\u01fa":4,"\u017d":4,"\u017b":4,"\u0179":4,"\u0105":4,"\u0104":4,"\u0103":4,"\u0102":4,"\u0101":4,"\u0100":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"\u00c6":7,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"a":4,"Z":4,"M":4,"A":4,".":7,",":7}},"\u00dd":{"d":"95,-127r60,-130r35,0r-79,157r0,100r-33,0r0,-98r-78,-159r36,0xm147,-335v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":189,"k":{"\u2206":18,"\u201d":-14,"\u2019":-14,"\u1ef3":4,"\u1e85":4,"\u1e84":-4,"\u1e83":4,"\u1e82":-4,"\u1e81":4,"\u1e80":-4,"\u0455":14,"\u0454":18,"\u0451":18,"\u0444":18,"\u0443":4,"\u0442":7,"\u0441":18,"\u043e":18,"\u0435":18,"\u0430":18,"\u0422":-7,"\u0421":7,"\u041e":7,"\u0410":18,"\u0408":12,"\u0405":4,"\u03ce":18,"\u03cc":18,"\u03c9":18,"\u03c7":7,"\u03c6":18,"\u03c4":7,"\u03c3":18,"\u03c1":18,"\u03bf":18,"\u03bd":7,"\u03b7":11,"\u03b5":18,"\u03b3":4,"\u03b1":18,"\u03ae":11,"\u03ac":18,"\u03a4":-7,"\u039f":7,"\u039b":18,"\u0398":7,"\u0391":18,"\u0219":14,"\u01fb":18,"\u01fa":18,"\u017e":11,"\u0177":4,"\u0175":4,"\u0174":-4,"\u0164":-7,"\u0162":-7,"\u0161":14,"\u0160":4,"\u015f":14,"\u015e":4,"\u015d":14,"\u015b":14,"\u015a":4,"\u0153":18,"\u0152":7,"\u0151":18,"\u0150":7,"\u014f":18,"\u014d":18,"\u014c":7,"\u0148":11,"\u0146":11,"\u0144":11,"\u0134":12,"\u0122":7,"\u0120":7,"\u011e":7,"\u011c":7,"\u011b":18,"\u0119":18,"\u0117":18,"\u0115":18,"\u0113":18,"\u010d":18,"\u010c":7,"\u010b":18,"\u0109":18,"\u0107":18,"\u0106":7,"\u0105":18,"\u0104":18,"\u0103":18,"\u0102":18,"\u0101":18,"\u0100":18,"\u00ff":4,"\u00fd":4,"\u00fc":11,"\u00fb":11,"\u00fa":11,"\u00f9":11,"\u00f8":18,"\u00f6":18,"\u00f5":18,"\u00f4":18,"\u00f3":18,"\u00f2":18,"\u00f1":11,"\u00eb":18,"\u00ea":18,"\u00e9":18,"\u00e8":18,"\u00e7":18,"\u00e6":18,"\u00e5":18,"\u00e4":18,"\u00e3":18,"\u00e2":18,"\u00e1":18,"\u00e0":18,"\u00d8":7,"\u00d6":7,"\u00d5":7,"\u00d4":7,"\u00d3":7,"\u00d2":7,"\u00c7":7,"\u00c6":25,"\u00c5":18,"\u00c4":18,"\u00c3":18,"\u00c2":18,"\u00c1":18,"\u00c0":18,"}":-11,"z":11,"y":4,"x":7,"w":4,"v":7,"u":11,"s":14,"r":11,"q":18,"p":11,"o":18,"n":11,"m":11,"g":18,"f":5,"e":18,"d":18,"c":18,"a":18,"]":-11,"W":-4,"V":-7,"T":-7,"S":4,"Q":7,"O":7,"M":11,"J":12,"G":7,"C":7,"A":18,"?":-7,".":18,"-":18,",":18,"*":-7,")":-11,"'":-14,"&":11,"\"":-14}},"\u00de":{"d":"68,-213v70,-3,122,10,121,76v-2,64,-48,86,-121,81r0,56r-33,0r0,-257r33,0r0,44xm155,-136v0,-47,-39,-51,-87,-49r0,102v50,2,87,-5,87,-53","w":207},"\u00df":{"d":"105,-275v42,0,72,15,73,54v1,43,-51,41,-50,80v23,29,70,35,73,86v3,62,-78,70,-119,46r0,-29v21,16,87,29,86,-15v-2,-52,-72,-41,-72,-94v0,-38,49,-38,49,-73v0,-22,-18,-29,-40,-29v-26,0,-42,10,-42,38r0,211r-32,0r0,-211v-1,-47,28,-64,74,-64","w":216},"\u00e0":{"d":"30,-180v45,-28,132,-27,132,48r0,132r-23,0v-3,-8,-2,-22,-8,-27v-20,45,-114,43,-114,-27v0,-55,55,-62,114,-62v2,-33,-6,-54,-38,-54v-22,0,-36,7,-52,14xm50,-54v0,22,12,32,31,32v38,0,53,-29,50,-72v-40,1,-81,0,-81,40xm89,-276v7,21,24,36,30,58r-21,0v-16,-17,-40,-33,-48,-58r39,0","w":191,"k":{"'":7}},"\u00e1":{"d":"30,-180v45,-28,132,-27,132,48r0,132r-23,0v-3,-8,-2,-22,-8,-27v-20,45,-114,43,-114,-27v0,-55,55,-62,114,-62v2,-33,-6,-54,-38,-54v-22,0,-36,7,-52,14xm50,-54v0,22,12,32,31,32v38,0,53,-29,50,-72v-40,1,-81,0,-81,40xm147,-276v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":191,"k":{"'":7}},"\u00e2":{"d":"30,-180v45,-28,132,-27,132,48r0,132r-23,0v-3,-8,-2,-22,-8,-27v-20,45,-114,43,-114,-27v0,-55,55,-62,114,-62v2,-33,-6,-54,-38,-54v-22,0,-36,7,-52,14xm50,-54v0,22,12,32,31,32v38,0,53,-29,50,-72v-40,1,-81,0,-81,40xm40,-223v15,-15,31,-33,42,-53r34,0v11,20,27,36,41,53r0,5v-33,4,-41,-19,-58,-33v-18,13,-24,38,-59,33r0,-5","w":191,"k":{"'":7}},"\u00e3":{"d":"30,-180v45,-28,132,-27,132,48r0,132r-23,0v-3,-8,-2,-22,-8,-27v-20,45,-114,43,-114,-27v0,-55,55,-62,114,-62v2,-33,-6,-54,-38,-54v-22,0,-36,7,-52,14xm50,-54v0,22,12,32,31,32v38,0,53,-29,50,-72v-40,1,-81,0,-81,40xm70,-265v26,0,63,42,71,0r19,0v-3,25,-12,47,-37,47v-25,0,-63,-42,-71,0r-19,0v3,-25,12,-47,37,-47","w":191,"k":{"'":7}},"\u00e4":{"d":"30,-180v45,-28,132,-27,132,48r0,132r-23,0v-3,-8,-2,-22,-8,-27v-20,45,-114,43,-114,-27v0,-55,55,-62,114,-62v2,-33,-6,-54,-38,-54v-22,0,-36,7,-52,14xm50,-54v0,22,12,32,31,32v38,0,53,-29,50,-72v-40,1,-81,0,-81,40xm65,-227v-10,0,-17,-7,-17,-18v0,-11,6,-18,17,-18v11,0,17,7,17,18v0,11,-7,18,-17,18xm131,-227v-10,-1,-16,-7,-17,-18v-2,-19,26,-24,32,-8v5,13,-3,27,-15,26","w":191,"k":{"'":7}},"\u00e5":{"d":"30,-180v45,-28,132,-27,132,48r0,132r-23,0v-3,-8,-2,-22,-8,-27v-20,45,-114,43,-114,-27v0,-55,55,-62,114,-62v2,-33,-6,-54,-38,-54v-22,0,-36,7,-52,14xm50,-54v0,22,12,32,31,32v38,0,53,-29,50,-72v-40,1,-81,0,-81,40xm97,-294v24,0,41,13,41,38v0,25,-17,38,-41,38v-24,0,-39,-14,-39,-38v0,-24,15,-38,39,-38xm97,-236v12,0,20,-8,20,-20v0,-12,-8,-20,-20,-20v-12,0,-21,9,-20,20v1,11,6,20,20,20","w":191,"k":{"'":7}},"\u00e6":{"d":"76,4v-57,4,-78,-71,-39,-102v18,-15,58,-18,94,-18v2,-33,-6,-54,-38,-54v-22,0,-36,7,-52,14r-11,-24v33,-22,109,-27,123,15v10,-19,30,-32,56,-32v55,0,77,45,73,107r-118,0v-7,67,61,79,109,52r0,29v-41,23,-112,14,-128,-28v-15,22,-32,38,-69,41xm131,-94v-40,1,-81,0,-81,40v0,22,12,32,31,32v38,0,53,-29,50,-72xm247,-116v8,-46,-42,-71,-69,-40v-7,9,-12,23,-13,40r82,0","w":299,"k":{"\u017e":4,"z":4,"x":7}},"\u00e7":{"d":"151,-7v-63,31,-131,-7,-131,-88v0,-82,63,-123,135,-91r-10,27v-47,-23,-100,-1,-92,63v-7,67,49,85,98,61r0,28xm63,66v30,10,60,-20,23,-32r-12,-3r15,-31r22,0r-10,20v15,5,28,10,28,30v0,31,-31,40,-66,35r0,-19","w":166,"k":{"\u201d":-11,"\u2019":-11,"'":-11,"\"":-11}},"\u00e8":{"d":"166,-9v-67,32,-152,0,-146,-86v4,-58,23,-102,80,-102v57,0,78,45,75,107r-122,0v-7,69,63,78,113,52r0,29xm140,-116v7,-47,-45,-70,-73,-40v-8,9,-12,23,-13,40r86,0xm89,-276v7,21,24,36,30,58r-21,0v-16,-17,-40,-33,-48,-58r39,0","w":192,"k":{"'":7,"\"":18}},"\u00e9":{"d":"166,-9v-67,32,-152,0,-146,-86v4,-58,23,-102,80,-102v57,0,78,45,75,107r-122,0v-7,69,63,78,113,52r0,29xm140,-116v7,-47,-45,-70,-73,-40v-8,9,-12,23,-13,40r86,0xm152,-276v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":192,"k":{"'":7,"\"":18}},"\u00ea":{"d":"166,-9v-67,32,-152,0,-146,-86v4,-58,23,-102,80,-102v57,0,78,45,75,107r-122,0v-7,69,63,78,113,52r0,29xm140,-116v7,-47,-45,-70,-73,-40v-8,9,-12,23,-13,40r86,0xm39,-223v15,-15,31,-33,42,-53r34,0v11,20,27,36,41,53r0,5v-33,4,-41,-19,-58,-33v-18,13,-24,38,-59,33r0,-5","w":192,"k":{"'":7,"\"":18}},"\u00eb":{"d":"166,-9v-67,32,-152,0,-146,-86v4,-58,23,-102,80,-102v57,0,78,45,75,107r-122,0v-7,69,63,78,113,52r0,29xm140,-116v7,-47,-45,-70,-73,-40v-8,9,-12,23,-13,40r86,0xm64,-227v-10,0,-17,-7,-17,-18v0,-11,6,-18,17,-18v11,0,17,7,17,18v0,11,-7,18,-17,18xm130,-227v-10,-1,-16,-7,-17,-18v-2,-19,26,-24,32,-8v5,13,-3,27,-15,26","w":192,"k":{"'":7,"\"":18}},"\u00ec":{"d":"63,0r-32,0r0,-193r32,0r0,193xm33,-276v7,21,24,36,30,58r-21,0v-16,-17,-40,-33,-48,-58r39,0","w":93},"\u00ed":{"d":"63,0r-32,0r0,-193r32,0r0,193xm101,-276v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":93},"\u00ee":{"d":"63,0r-32,0r0,-193r32,0r0,193xm-12,-223v15,-15,31,-33,42,-53r34,0v11,20,27,36,41,53r0,5v-33,4,-41,-19,-58,-33v-18,13,-24,38,-59,33r0,-5","w":93},"\u00ef":{"d":"63,0r-32,0r0,-193r32,0r0,193xm14,-227v-10,0,-17,-7,-17,-18v0,-11,6,-18,17,-18v11,0,17,7,17,18v0,11,-7,18,-17,18xm80,-227v-10,-1,-16,-7,-17,-18v-2,-19,26,-24,32,-8v5,13,-3,27,-15,26","w":93},"\u00f0":{"d":"135,-234v64,45,87,240,-32,238v-53,-1,-78,-33,-83,-88v-7,-79,85,-110,133,-66v-8,-29,-21,-51,-42,-69r-45,27r-13,-20r38,-23r-30,-20r12,-21v16,8,29,16,43,26r40,-24r13,19xm104,-23v39,-1,51,-27,51,-69v0,-32,-17,-52,-51,-52v-37,0,-51,24,-51,61v1,36,14,60,51,60","w":207},"\u00f1":{"d":"118,-197v91,-6,60,115,65,197r-32,0r0,-124v0,-28,-10,-47,-38,-46v-73,0,-44,102,-50,170r-32,0r0,-193r26,0v3,8,0,21,6,26v11,-18,28,-29,55,-30xm81,-265v26,0,63,42,71,0r19,0v-3,25,-12,47,-37,47v-25,0,-63,-42,-71,0r-19,0v3,-25,12,-47,37,-47","w":211,"k":{"\u201d":7,"'":7,"\"":18}},"\u00f2":{"d":"104,-197v57,0,84,40,84,100v0,61,-26,101,-85,101v-56,0,-83,-41,-83,-101v0,-60,26,-100,84,-100xm104,-170v-40,0,-51,29,-51,73v0,44,11,74,51,74v40,0,51,-30,51,-74v0,-44,-11,-73,-51,-73xm101,-276v7,21,24,36,30,58r-21,0v-16,-17,-40,-33,-48,-58r39,0","w":207,"k":{"\u017e":4,"z":4,"x":7,"f":7,"'":25,"\"":25}},"\u00f3":{"d":"104,-197v57,0,84,40,84,100v0,61,-26,101,-85,101v-56,0,-83,-41,-83,-101v0,-60,26,-100,84,-100xm104,-170v-40,0,-51,29,-51,73v0,44,11,74,51,74v40,0,51,-30,51,-74v0,-44,-11,-73,-51,-73xm152,-276v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":207,"k":{"\u017e":4,"z":4,"x":7,"f":7,"'":25,"\"":25}},"\u00f4":{"d":"104,-197v57,0,84,40,84,100v0,61,-26,101,-85,101v-56,0,-83,-41,-83,-101v0,-60,26,-100,84,-100xm104,-170v-40,0,-51,29,-51,73v0,44,11,74,51,74v40,0,51,-30,51,-74v0,-44,-11,-73,-51,-73xm44,-223v15,-15,31,-33,42,-53r34,0v11,20,27,36,41,53r0,5v-33,4,-41,-19,-58,-33v-18,13,-24,38,-59,33r0,-5","w":207,"k":{"\u017e":4,"z":4,"x":7,"f":7,"'":25,"\"":25}},"\u00f5":{"d":"104,-197v57,0,84,40,84,100v0,61,-26,101,-85,101v-56,0,-83,-41,-83,-101v0,-60,26,-100,84,-100xm104,-170v-40,0,-51,29,-51,73v0,44,11,74,51,74v40,0,51,-30,51,-74v0,-44,-11,-73,-51,-73xm77,-265v26,0,63,42,71,0r19,0v-3,25,-12,47,-37,47v-25,0,-63,-42,-71,0r-19,0v3,-25,12,-47,37,-47","w":207,"k":{"\u017e":4,"z":4,"x":7,"f":7,"'":25,"\"":25}},"\u00f6":{"d":"104,-197v57,0,84,40,84,100v0,61,-26,101,-85,101v-56,0,-83,-41,-83,-101v0,-60,26,-100,84,-100xm104,-170v-40,0,-51,29,-51,73v0,44,11,74,51,74v40,0,51,-30,51,-74v0,-44,-11,-73,-51,-73xm70,-227v-10,0,-17,-7,-17,-18v0,-11,6,-18,17,-18v11,0,17,7,17,18v0,11,-7,18,-17,18xm136,-227v-10,-1,-16,-7,-17,-18v-2,-19,26,-24,32,-8v5,13,-3,27,-15,26","w":207,"k":{"\u017e":4,"z":4,"x":7,"f":7,"'":25,"\"":25}},"\u00f7":{"d":"18,-114r0,-26r162,0r0,26r-162,0xm99,-44v-14,0,-20,-9,-20,-22v0,-14,7,-22,20,-22v12,0,20,7,20,22v0,14,-6,22,-20,22xm99,-166v-13,0,-20,-8,-20,-22v0,-13,6,-22,20,-22v13,0,20,7,20,22v0,15,-8,22,-20,22"},"\u00f8":{"d":"165,-170v43,53,26,174,-61,174v-15,0,-28,-4,-39,-10r-12,19r-23,-13r14,-23v-15,-17,-24,-41,-24,-74v0,-75,58,-120,124,-90r12,-18r23,12xm130,-164v-64,-30,-94,48,-70,114xm78,-29v45,20,77,-13,77,-68v0,-19,-2,-33,-7,-45","w":207,"k":{"\u017e":4,"z":4,"x":7}},"\u00f9":{"d":"99,-23v73,0,44,-102,50,-170r32,0r0,193r-25,0v-3,-8,-1,-21,-7,-26v-11,18,-28,29,-55,30v-91,5,-60,-115,-65,-197r32,0r0,124v0,28,10,47,38,46xm92,-276v7,21,24,36,30,58r-21,0v-16,-17,-40,-33,-48,-58r39,0","w":211,"k":{"'":12,"\"":12}},"\u00fa":{"d":"99,-23v73,0,44,-102,50,-170r32,0r0,193r-25,0v-3,-8,-1,-21,-7,-26v-11,18,-28,29,-55,30v-91,5,-60,-115,-65,-197r32,0r0,124v0,28,10,47,38,46xm155,-276v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":211,"k":{"'":12,"\"":12}},"\u00fb":{"d":"99,-23v73,0,44,-102,50,-170r32,0r0,193r-25,0v-3,-8,-1,-21,-7,-26v-11,18,-28,29,-55,30v-91,5,-60,-115,-65,-197r32,0r0,124v0,28,10,47,38,46xm46,-223v15,-15,31,-33,42,-53r34,0v11,20,27,36,41,53r0,5v-33,4,-41,-19,-58,-33v-18,13,-24,38,-59,33r0,-5","w":211,"k":{"'":12,"\"":12}},"\u00fc":{"d":"99,-23v73,0,44,-102,50,-170r32,0r0,193r-25,0v-3,-8,-1,-21,-7,-26v-11,18,-28,29,-55,30v-91,5,-60,-115,-65,-197r32,0r0,124v0,28,10,47,38,46xm71,-227v-10,0,-17,-7,-17,-18v0,-11,6,-18,17,-18v11,0,17,7,17,18v0,11,-7,18,-17,18xm137,-227v-10,-1,-16,-7,-17,-18v-2,-19,26,-24,32,-8v5,13,-3,27,-15,26","w":211,"k":{"'":12,"\"":12}},"\u00fd":{"d":"98,25v-10,41,-42,73,-93,58r0,-25v28,8,52,-5,60,-28r10,-28r-73,-195r33,0r55,166v14,-60,34,-110,51,-166r33,0xm140,-276v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":175,"k":{"\u203a":-2,"\u2026":22,"\u201e":20,"\u201d":-11,"\u201a":20,"\u2019":-11,"\u0454":2,"\u0451":2,"\u0444":2,"\u0441":2,"\u043e":2,"\u0435":2,"\u03ce":2,"\u03cc":2,"\u03c9":2,"\u03c6":2,"\u03c3":2,"\u03c1":2,"\u03bf":2,"\u03b5":2,"\u03b1":2,"\u03ac":2,"\u0153":2,"\u0151":2,"\u014f":2,"\u014d":2,"\u011b":2,"\u0119":2,"\u0117":2,"\u0115":2,"\u0113":2,"\u010d":2,"\u010b":2,"\u0109":2,"\u0107":2,"\u00f8":2,"\u00f6":2,"\u00f5":2,"\u00f4":2,"\u00f3":2,"\u00f2":2,"\u00eb":2,"\u00ea":2,"\u00e9":2,"\u00e8":2,"\u00e7":2,"\u00e6":2,"t":-1,"q":2,"o":2,"g":2,"f":-4,"e":2,"d":2,"c":2,"?":13,".":12,",":12,"'":-11,"\"":-11}},"\u00fe":{"d":"118,4v-26,0,-43,-12,-55,-28r-3,0v5,33,2,73,3,110r-32,0r0,-360r32,0v1,34,-6,77,0,107v10,-17,28,-30,55,-30v53,0,73,43,73,100v0,58,-20,101,-73,101xm158,-97v0,-42,-8,-72,-46,-73v-42,-1,-49,31,-49,73v0,43,8,74,49,74v37,0,46,-33,46,-74","w":210},"\u00ff":{"d":"98,25v-10,41,-42,73,-93,58r0,-25v28,8,52,-5,60,-28r10,-28r-73,-195r33,0r55,166v14,-60,34,-110,51,-166r33,0xm57,-227v-10,0,-17,-7,-17,-18v0,-11,6,-18,17,-18v11,0,17,7,17,18v0,11,-7,18,-17,18xm123,-227v-10,-1,-16,-7,-17,-18v-2,-19,26,-24,32,-8v5,13,-3,27,-15,26","w":175,"k":{"\u201d":-11,"\u2019":-11,"f":-4,".":12,",":12,"'":-11,"\"":-11}},"\u0100":{"d":"185,0r-28,-80r-95,0r-29,80r-33,0r94,-258r30,0r95,258r-34,0xm147,-109r-38,-114v-10,40,-24,77,-37,114r75,0xm59,-304r101,0r0,27r-101,0r0,-27","w":218,"k":{"\u201d":14,"\u2019":14,"\u1ef2":18,"\u1e84":7,"\u1e82":7,"\u1e80":7,"\u0422":22,"\u0421":4,"\u041e":4,"\u03a4":22,"\u039f":4,"\u0398":4,"\u0178":18,"\u0176":18,"\u0174":7,"\u0172":4,"\u0170":4,"\u016e":4,"\u016a":4,"\u0164":22,"\u0162":22,"\u0152":7,"\u0150":4,"\u014c":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00dd":18,"\u00dc":4,"\u00db":4,"\u00da":4,"\u00d9":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"Y":18,"W":7,"V":11,"U":4,"T":22,"Q":4,"O":4,"G":4,"C":4,"'":14,"\"":14}},"\u0101":{"d":"30,-180v45,-28,132,-27,132,48r0,132r-23,0v-3,-8,-2,-22,-8,-27v-20,45,-114,43,-114,-27v0,-55,55,-62,114,-62v2,-33,-6,-54,-38,-54v-22,0,-36,7,-52,14xm50,-54v0,22,12,32,31,32v38,0,53,-29,50,-72v-40,1,-81,0,-81,40xm45,-245r101,0r0,27r-101,0r0,-27","w":191,"k":{"'":7}},"\u0102":{"d":"185,0r-28,-80r-95,0r-29,80r-33,0r94,-258r30,0r95,258r-34,0xm147,-109r-38,-114v-10,40,-24,77,-37,114r75,0xm96,-304v23,1,46,0,47,-22r20,0v3,53,-86,66,-102,20v-2,-6,-4,-13,-4,-20r19,0v0,14,8,21,20,22","w":218,"k":{"\u201d":14,"\u2019":14,"\u1ef2":18,"\u1e84":7,"\u1e82":7,"\u1e80":7,"\u0422":22,"\u0421":4,"\u041e":4,"\u03a4":22,"\u039f":4,"\u0398":4,"\u0178":18,"\u0176":18,"\u0174":7,"\u0172":4,"\u0170":4,"\u016e":4,"\u016a":4,"\u0164":22,"\u0162":22,"\u0152":7,"\u0150":4,"\u014c":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00dd":18,"\u00dc":4,"\u00db":4,"\u00da":4,"\u00d9":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"Y":18,"W":7,"V":11,"U":4,"T":22,"Q":4,"O":4,"G":4,"C":4,"'":14,"\"":14}},"\u0103":{"d":"30,-180v45,-28,132,-27,132,48r0,132r-23,0v-3,-8,-2,-22,-8,-27v-20,45,-114,43,-114,-27v0,-55,55,-62,114,-62v2,-33,-6,-54,-38,-54v-22,0,-36,7,-52,14xm50,-54v0,22,12,32,31,32v38,0,53,-29,50,-72v-40,1,-81,0,-81,40xm82,-245v23,1,46,0,47,-22r20,0v3,53,-86,66,-102,20v-2,-6,-4,-13,-4,-20r19,0v0,14,8,21,20,22","w":191,"k":{"'":7}},"\u0104":{"d":"185,0r-28,-80r-95,0r-29,80r-33,0r94,-258r30,0r95,258r-34,0xm147,-109r-38,-114v-10,40,-24,77,-37,114r75,0xm157,44v1,-22,16,-33,28,-44r23,0v-16,16,-24,30,-24,42v0,16,15,17,30,14r0,20v-28,7,-60,-2,-57,-32","w":218,"k":{"\u201d":14,"\u2019":14,"\u1ef2":18,"\u1e84":7,"\u1e82":7,"\u1e80":7,"\u0422":22,"\u0421":4,"\u041e":4,"\u03a4":22,"\u039f":4,"\u0398":4,"\u0178":18,"\u0176":18,"\u0174":7,"\u0172":4,"\u0170":4,"\u016e":4,"\u016a":4,"\u0164":22,"\u0162":22,"\u0152":7,"\u0150":4,"\u014c":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00dd":18,"\u00dc":4,"\u00db":4,"\u00da":4,"\u00d9":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"Y":18,"W":7,"V":11,"U":4,"T":22,"Q":4,"O":4,"J":-40,"G":4,"C":4,"'":14,"\"":14}},"\u0105":{"d":"30,-180v45,-28,132,-27,132,48r0,132r-23,0v-3,-8,-2,-22,-8,-27v-20,45,-114,43,-114,-27v0,-55,55,-62,114,-62v2,-33,-6,-54,-38,-54v-22,0,-36,7,-52,14xm50,-54v0,22,12,32,31,32v38,0,53,-29,50,-72v-40,1,-81,0,-81,40xm111,44v1,-22,16,-33,28,-44r23,0v-16,16,-24,30,-24,42v0,16,15,17,30,14r0,20v-28,7,-60,-2,-57,-32","w":191,"k":{"'":7}},"\u0106":{"d":"193,-218v-14,-7,-32,-15,-54,-14v-58,2,-82,43,-82,104v0,62,22,102,82,103v22,0,40,-5,58,-10r0,28v-18,8,-38,11,-63,11v-79,0,-109,-53,-112,-133v-4,-105,89,-160,185,-117xm185,-335v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":217,"k":{"\u201d":-7,"\u2019":-7,"\u0421":7,"\u041e":7,"\u039f":7,"\u0398":7,"\u0150":7,"\u014c":7,"\u0122":7,"\u0120":7,"\u011e":7,"\u011c":7,"\u010c":7,"\u0106":7,"\u00d8":7,"\u00d6":7,"\u00d5":7,"\u00d4":7,"\u00d3":7,"\u00d2":7,"\u00c7":7,"}":-7,"]":-7,"Q":7,"O":7,"G":7,"C":7,")":-7,"'":-7,"\"":-7}},"\u0107":{"d":"151,-7v-63,31,-131,-7,-131,-88v0,-82,63,-123,135,-91r-10,27v-47,-23,-100,-1,-92,63v-7,67,49,85,98,61r0,28xm151,-276v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":166,"k":{"\u201d":-11,"\u2019":-11,"'":-11,"\"":-11}},"\u0108":{"d":"193,-218v-14,-7,-32,-15,-54,-14v-58,2,-82,43,-82,104v0,62,22,102,82,103v22,0,40,-5,58,-10r0,28v-18,8,-38,11,-63,11v-79,0,-109,-53,-112,-133v-4,-105,89,-160,185,-117xm77,-282v15,-15,31,-33,42,-53r34,0v11,20,27,36,41,53r0,5v-33,4,-41,-19,-58,-33v-18,13,-24,38,-59,33r0,-5","w":217},"\u0109":{"d":"151,-7v-63,31,-131,-7,-131,-88v0,-82,63,-123,135,-91r-10,27v-47,-23,-100,-1,-92,63v-7,67,49,85,98,61r0,28xm43,-223v15,-15,31,-33,42,-53r34,0v11,20,27,36,41,53r0,5v-33,4,-41,-19,-58,-33v-18,13,-24,38,-59,33r0,-5","w":166,"k":{"\u201d":-11,"\u2019":-11,"'":-11,"\"":-11}},"\u010a":{"d":"193,-218v-14,-7,-32,-15,-54,-14v-58,2,-82,43,-82,104v0,62,22,102,82,103v22,0,40,-5,58,-10r0,28v-18,8,-38,11,-63,11v-79,0,-109,-53,-112,-133v-4,-105,89,-160,185,-117xm137,-284v-11,0,-20,-6,-19,-20v-1,-14,7,-20,19,-20v13,0,18,8,19,20v1,13,-8,20,-19,20","w":217},"\u010b":{"d":"151,-7v-63,31,-131,-7,-131,-88v0,-82,63,-123,135,-91r-10,27v-47,-23,-100,-1,-92,63v-7,67,49,85,98,61r0,28xm101,-225v-11,0,-20,-6,-19,-20v-1,-14,7,-20,19,-20v13,0,18,8,19,20v1,13,-8,20,-19,20","w":166,"k":{"\u201d":-11,"\u2019":-11,"'":-11,"\"":-11}},"\u010c":{"d":"193,-218v-14,-7,-32,-15,-54,-14v-58,2,-82,43,-82,104v0,62,22,102,82,103v22,0,40,-5,58,-10r0,28v-18,8,-38,11,-63,11v-79,0,-109,-53,-112,-133v-4,-105,89,-160,185,-117xm134,-302v17,-14,24,-37,58,-33v-8,24,-32,35,-41,58r-34,0v-10,-19,-28,-38,-42,-53r0,-5v35,-4,41,19,59,33","w":217,"k":{"\u201d":-7,"\u2019":-7,"\u0421":7,"\u041e":7,"\u039f":7,"\u0398":7,"\u0150":7,"\u014c":7,"\u0122":7,"\u0120":7,"\u011e":7,"\u011c":7,"\u010c":7,"\u0106":7,"\u00d8":7,"\u00d6":7,"\u00d5":7,"\u00d4":7,"\u00d3":7,"\u00d2":7,"\u00c7":7,"}":-7,"]":-7,"Q":7,"O":7,"G":7,"C":7,")":-7,"'":-7,"\"":-7}},"\u010d":{"d":"151,-7v-63,31,-131,-7,-131,-88v0,-82,63,-123,135,-91r-10,27v-47,-23,-100,-1,-92,63v-7,67,49,85,98,61r0,28xm105,-243v17,-14,24,-37,58,-33v-8,24,-32,35,-41,58r-34,0v-10,-19,-28,-38,-42,-53r0,-5v35,-4,41,19,59,33","w":166,"k":{"\u201d":-11,"\u2019":-11,"'":-11,"\"":-11}},"\u010e":{"d":"107,-257v78,2,115,47,117,126v2,110,-73,141,-189,131r0,-257r72,0xm68,-28v80,6,122,-26,122,-102v0,-76,-41,-107,-122,-99r0,201xm117,-302v17,-14,24,-37,58,-33v-8,24,-32,35,-41,58r-34,0v-10,-19,-28,-38,-42,-53r0,-5v35,-4,41,19,59,33","w":246},"\u010f":{"d":"239,-274v-3,24,-15,41,-25,58r-17,0v2,-21,8,-38,11,-58r31,0xm93,-197v28,-1,43,15,57,29v-3,-33,-2,-70,-2,-106r32,0r0,274r-25,0v-3,-8,-1,-21,-7,-26v-11,17,-28,30,-55,30v-53,0,-73,-43,-73,-100v0,-58,20,-98,73,-101xm53,-96v0,42,8,72,46,73v42,1,49,-31,49,-73v0,-43,-8,-74,-49,-74v-37,0,-46,33,-46,74","w":210,"k":{"\u201d":-25,"\u2019":-25,"\u0142":-14,"\u0140":-14,"\u013e":-14,"\u013c":-14,"\u013a":-14,"\u0137":-14,"\u0135":-40,"\u0133":-11,"\u012f":-7,"\u012d":-43,"\u012b":-36,"\u0129":-47,"\u0127":-29,"\u0125":-14,"\u00ef":-36,"\u00ee":-36,"\u00ec":-43,"}":-32,"l":-14,"k":-14,"j":-11,"i":-11,"h":-14,"b":-14,"]":-29,"?":-29,")":-25,"'":-18,"\"":-18}},"\u0110":{"d":"224,-131v2,110,-73,141,-189,131r0,-113r-27,0r0,-29r27,0r0,-115r72,0v78,2,115,47,117,126xm68,-28v80,6,122,-26,122,-102v0,-76,-41,-107,-122,-99r0,87r59,0r0,29r-59,0r0,85","w":246},"\u0111":{"d":"93,-189v29,-1,42,14,57,28r-2,-56r-66,0r0,-25r66,0r0,-32r32,0r0,32r28,0r0,25r-28,0r0,217r-25,0v-3,-8,-1,-21,-7,-26v-11,17,-28,30,-55,30v-52,0,-73,-40,-73,-96v1,-56,19,-95,73,-97xm53,-92v0,41,9,68,46,69v40,1,49,-28,49,-69v0,-41,-9,-71,-49,-71v-37,1,-46,30,-46,71","w":210},"\u0112":{"d":"168,0r-133,0r0,-257r133,0r0,29r-100,0r0,79r94,0r0,29r-94,0r0,91r100,0r0,29xm52,-304r101,0r0,27r-101,0r0,-27","w":190},"\u0113":{"d":"166,-9v-67,32,-152,0,-146,-86v4,-58,23,-102,80,-102v57,0,78,45,75,107r-122,0v-7,69,63,78,113,52r0,29xm140,-116v7,-47,-45,-70,-73,-40v-8,9,-12,23,-13,40r86,0xm50,-245r101,0r0,27r-101,0r0,-27","w":192,"k":{"'":7}},"\u0114":{"d":"168,0r-133,0r0,-257r133,0r0,29r-100,0r0,79r94,0r0,29r-94,0r0,91r100,0r0,29xm89,-304v23,1,46,0,47,-22r20,0v3,53,-86,66,-102,20v-2,-6,-4,-13,-4,-20r19,0v0,14,8,21,20,22","w":190},"\u0115":{"d":"166,-9v-67,32,-152,0,-146,-86v4,-58,23,-102,80,-102v57,0,78,45,75,107r-122,0v-7,69,63,78,113,52r0,29xm140,-116v7,-47,-45,-70,-73,-40v-8,9,-12,23,-13,40r86,0xm86,-245v23,1,46,0,47,-22r20,0v3,53,-86,66,-102,20v-2,-6,-4,-13,-4,-20r19,0v0,14,8,21,20,22","w":192,"k":{"'":7}},"\u0116":{"d":"168,0r-133,0r0,-257r133,0r0,29r-100,0r0,79r94,0r0,29r-94,0r0,91r100,0r0,29xm103,-279v-11,0,-20,-6,-19,-20v-1,-14,7,-20,19,-20v13,0,18,8,19,20v1,13,-8,20,-19,20","w":190},"\u0117":{"d":"166,-9v-67,32,-152,0,-146,-86v4,-58,23,-102,80,-102v57,0,78,45,75,107r-122,0v-7,69,63,78,113,52r0,29xm140,-116v7,-47,-45,-70,-73,-40v-8,9,-12,23,-13,40r86,0xm100,-225v-11,0,-20,-6,-19,-20v-1,-14,7,-20,19,-20v13,0,18,8,19,20v1,13,-8,20,-19,20","w":192,"k":{"'":7}},"\u0118":{"d":"168,0r-133,0r0,-257r133,0r0,29r-100,0r0,79r94,0r0,29r-94,0r0,91r100,0r0,29xm101,44v1,-22,16,-33,28,-44r23,0v-16,16,-24,30,-24,42v0,16,15,17,30,14r0,20v-28,7,-60,-2,-57,-32","w":190,"k":{"J":-18}},"\u0119":{"d":"166,-9v-67,32,-152,0,-146,-86v4,-58,23,-102,80,-102v57,0,78,45,75,107r-122,0v-7,69,63,78,113,52r0,29xm140,-116v7,-47,-45,-70,-73,-40v-8,9,-12,23,-13,40r86,0xm105,39v1,-22,16,-33,28,-44r23,0v-16,16,-24,30,-24,42v0,16,15,17,30,14r0,20v-28,7,-60,-2,-57,-32","w":192,"k":{"'":7}},"\u011a":{"d":"168,0r-133,0r0,-257r133,0r0,29r-100,0r0,79r94,0r0,29r-94,0r0,91r100,0r0,29xm103,-302v17,-14,24,-37,58,-33v-8,24,-32,35,-41,58r-34,0v-10,-19,-28,-38,-42,-53r0,-5v35,-4,41,19,59,33","w":190},"\u011b":{"d":"166,-9v-67,32,-152,0,-146,-86v4,-58,23,-102,80,-102v57,0,78,45,75,107r-122,0v-7,69,63,78,113,52r0,29xm140,-116v7,-47,-45,-70,-73,-40v-8,9,-12,23,-13,40r86,0xm99,-243v17,-14,24,-37,58,-33v-8,24,-32,35,-41,58r-34,0v-10,-19,-28,-38,-42,-53r0,-5v35,-4,41,19,59,33","w":192,"k":{"'":7}},"\u011c":{"d":"57,-128v0,82,54,117,133,98r0,-77r-53,0r0,-29r86,0r0,126v-25,8,-53,15,-87,14v-77,-2,-110,-54,-114,-133v-5,-110,99,-158,196,-117r-12,29v-17,-8,-37,-15,-61,-15v-61,1,-88,41,-88,104xm83,-282v15,-15,31,-33,42,-53r34,0v11,20,27,36,41,53r0,5v-33,4,-41,-19,-58,-33v-18,13,-24,38,-59,33r0,-5","w":248},"\u011d":{"d":"22,-130v-3,-53,44,-77,93,-63r64,0r0,20r-34,5v29,45,-3,113,-69,98v-15,4,-25,37,0,37v49,0,103,0,101,53v-2,51,-41,67,-96,66v-43,0,-73,-12,-74,-53v0,-30,19,-42,42,-48v-10,-3,-18,-14,-17,-27v0,-19,10,-25,23,-34v-20,-8,-32,-27,-33,-54xm105,-3v-36,0,-69,-2,-68,35v1,23,19,30,44,30v37,0,66,-9,66,-39v0,-23,-17,-26,-42,-26xm89,-173v-26,0,-36,15,-36,42v0,25,11,40,36,40v25,0,36,-14,36,-40v0,-27,-10,-42,-36,-42xm35,-223v15,-15,31,-33,42,-53r34,0v11,20,27,36,41,53r0,5v-33,4,-41,-19,-58,-33v-18,13,-24,38,-59,33r0,-5","w":186},"\u011e":{"d":"57,-128v0,82,54,117,133,98r0,-77r-53,0r0,-29r86,0r0,126v-25,8,-53,15,-87,14v-77,-2,-110,-54,-114,-133v-5,-110,99,-158,196,-117r-12,29v-17,-8,-37,-15,-61,-15v-61,1,-88,41,-88,104xm125,-304v23,1,46,0,47,-22r20,0v3,53,-86,66,-102,20v-2,-6,-4,-13,-4,-20r19,0v0,14,8,21,20,22","w":248},"\u011f":{"d":"22,-130v-3,-53,44,-77,93,-63r64,0r0,20r-34,5v29,45,-3,113,-69,98v-15,4,-25,37,0,37v49,0,103,0,101,53v-2,51,-41,67,-96,66v-43,0,-73,-12,-74,-53v0,-30,19,-42,42,-48v-10,-3,-18,-14,-17,-27v0,-19,10,-25,23,-34v-20,-8,-32,-27,-33,-54xm105,-3v-36,0,-69,-2,-68,35v1,23,19,30,44,30v37,0,66,-9,66,-39v0,-23,-17,-26,-42,-26xm89,-173v-26,0,-36,15,-36,42v0,25,11,40,36,40v25,0,36,-14,36,-40v0,-27,-10,-42,-36,-42xm76,-245v23,1,46,0,47,-22r20,0v3,53,-86,66,-102,20v-2,-6,-4,-13,-4,-20r19,0v0,14,8,21,20,22","w":186},"\u0120":{"d":"57,-128v0,82,54,117,133,98r0,-77r-53,0r0,-29r86,0r0,126v-25,8,-53,15,-87,14v-77,-2,-110,-54,-114,-133v-5,-110,99,-158,196,-117r-12,29v-17,-8,-37,-15,-61,-15v-61,1,-88,41,-88,104xm139,-284v-11,0,-20,-6,-19,-20v-1,-14,7,-20,19,-20v13,0,18,8,19,20v1,13,-8,20,-19,20","w":248},"\u0121":{"d":"22,-130v-3,-53,44,-77,93,-63r64,0r0,20r-34,5v29,45,-3,113,-69,98v-15,4,-25,37,0,37v49,0,103,0,101,53v-2,51,-41,67,-96,66v-43,0,-73,-12,-74,-53v0,-30,19,-42,42,-48v-10,-3,-18,-14,-17,-27v0,-19,10,-25,23,-34v-20,-8,-32,-27,-33,-54xm105,-3v-36,0,-69,-2,-68,35v1,23,19,30,44,30v37,0,66,-9,66,-39v0,-23,-17,-26,-42,-26xm89,-173v-26,0,-36,15,-36,42v0,25,11,40,36,40v25,0,36,-14,36,-40v0,-27,-10,-42,-36,-42xm90,-225v-11,0,-20,-6,-19,-20v-1,-14,7,-20,19,-20v13,0,18,8,19,20v1,13,-8,20,-19,20","w":186},"\u0122":{"d":"160,22v-4,23,-18,42,-29,58r-17,0v2,-20,13,-36,14,-58r32,0xm57,-128v0,82,54,117,133,98r0,-77r-53,0r0,-29r86,0r0,126v-25,8,-53,15,-87,14v-77,-2,-110,-54,-114,-133v-5,-110,99,-158,196,-117r-12,29v-17,-8,-37,-15,-61,-15v-61,1,-88,41,-88,104","w":248},"\u0123":{"d":"121,-276v-2,21,-14,36,-15,58r-31,0v2,-25,18,-41,29,-58r17,0xm22,-130v-3,-53,44,-77,93,-63r64,0r0,20r-34,5v29,45,-3,113,-69,98v-15,4,-25,37,0,37v49,0,103,0,101,53v-2,51,-41,67,-96,66v-43,0,-73,-12,-74,-53v0,-30,19,-42,42,-48v-10,-3,-18,-14,-17,-27v0,-19,10,-25,23,-34v-20,-8,-32,-27,-33,-54xm105,-3v-36,0,-69,-2,-68,35v1,23,19,30,44,30v37,0,66,-9,66,-39v0,-23,-17,-26,-42,-26xm89,-173v-26,0,-36,15,-36,42v0,25,11,40,36,40v25,0,36,-14,36,-40v0,-27,-10,-42,-36,-42","w":186},"\u0124":{"d":"217,0r-32,0r0,-120r-117,0r0,120r-33,0r0,-257r33,0r0,108r117,0r0,-108r32,0r0,257xm67,-282v15,-15,31,-33,42,-53r34,0v11,20,27,36,41,53r0,5v-33,4,-41,-19,-58,-33v-18,13,-24,38,-59,33r0,-5","w":252},"\u0125":{"d":"118,-197v91,-6,60,115,65,197r-32,0r0,-124v0,-28,-10,-47,-38,-46v-73,0,-44,102,-50,170r-32,0r0,-274r32,0v1,34,-6,77,0,107v11,-18,28,-29,55,-30xm53,-292v15,-15,31,-33,42,-53r34,0v11,20,27,36,41,53r0,5v-33,4,-41,-19,-58,-33v-18,13,-24,38,-59,33r0,-5","w":211},"\u0126":{"d":"35,-214r0,-43r33,0r0,43r117,0r0,-43r32,0r0,43r35,0r0,26r-35,0r0,188r-32,0r0,-120r-117,0r0,120r-33,0r0,-188r-35,0r0,-26r35,0xm185,-149r0,-39r-117,0r0,39r117,0","w":252},"\u0127":{"d":"118,-189v90,0,60,109,65,189r-32,0v-8,-59,25,-161,-38,-163v-71,-2,-45,96,-50,163r-32,0r0,-217r-28,0r0,-25r28,0r0,-32r32,0r0,32r66,0r0,25r-66,0v1,18,-5,43,0,57v11,-17,27,-29,55,-29","w":211},"\u0128":{"d":"108,0r-94,0r0,-18r31,-7r0,-207r-31,-7r0,-18r94,0r0,18r-31,7r0,207r31,7r0,18xm35,-324v26,0,63,42,71,0r19,0v-3,25,-12,47,-37,47v-25,0,-63,-42,-71,0r-19,0v3,-25,12,-47,37,-47","w":121},"\u0129":{"d":"63,0r-32,0r0,-193r32,0r0,193xm20,-265v26,0,63,42,71,0r19,0v-3,25,-12,47,-37,47v-25,0,-63,-42,-71,0r-19,0v3,-25,12,-47,37,-47","w":93},"\u012a":{"d":"108,0r-94,0r0,-18r31,-7r0,-207r-31,-7r0,-18r94,0r0,18r-31,7r0,207r31,7r0,18xm11,-304r101,0r0,27r-101,0r0,-27","w":121,"k":{"\u201d":-7,"\u2019":-7,"\u0421":4,"\u041e":4,"\u039f":4,"\u0398":4,"\u0152":4,"\u0150":4,"\u014c":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"Q":4,"O":4,"G":4,"C":4,"'":-7,"\"":-7}},"\u012b":{"d":"63,0r-32,0r0,-193r32,0r0,193xm-3,-245r101,0r0,27r-101,0r0,-27","w":93},"\u012c":{"d":"108,0r-94,0r0,-18r31,-7r0,-207r-31,-7r0,-18r94,0r0,18r-31,7r0,207r31,7r0,18xm48,-304v23,1,46,0,47,-22r20,0v3,53,-86,66,-102,20v-2,-6,-4,-13,-4,-20r19,0v0,14,8,21,20,22","w":121},"\u012d":{"d":"63,0r-32,0r0,-193r32,0r0,193xm33,-245v23,1,46,0,47,-22r20,0v3,53,-86,66,-102,20v-2,-6,-4,-13,-4,-20r19,0v0,14,8,21,20,22","w":93},"\u012e":{"d":"108,0r-94,0r0,-18r31,-7r0,-207r-31,-7r0,-18r94,0r0,18r-31,7r0,207r31,7r0,18xm32,44v1,-22,16,-33,28,-44r23,0v-16,16,-24,30,-24,42v0,16,15,17,30,14r0,20v-28,7,-60,-2,-57,-32","w":121,"k":{"\u201d":-7,"\u2019":-7,"\u0421":4,"\u041e":4,"\u039f":4,"\u0398":4,"\u0152":4,"\u0150":4,"\u014c":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"Q":4,"O":4,"J":-14,"G":4,"C":4,"'":-7,"\"":-7}},"\u012f":{"d":"63,0r-32,0r0,-193r32,0r0,193xm47,-225v-11,0,-20,-6,-19,-20v-1,-14,7,-20,19,-20v13,0,18,8,19,20v1,13,-8,20,-19,20xm12,44v1,-22,16,-33,28,-44r23,0v-16,16,-24,30,-24,42v0,16,15,17,30,14r0,20v-28,7,-60,-2,-57,-32","w":93},"\u0130":{"d":"108,0r-94,0r0,-18r31,-7r0,-207r-31,-7r0,-18r94,0r0,18r-31,7r0,207r31,7r0,18xm61,-284v-11,0,-20,-6,-19,-20v-1,-14,7,-20,19,-20v13,0,18,8,19,20v1,13,-8,20,-19,20","w":121,"k":{"\u201d":-7,"\u2019":-7,"\u0421":4,"\u041e":4,"\u039f":4,"\u0398":4,"\u0152":4,"\u0150":4,"\u014c":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"Q":4,"O":4,"G":4,"C":4,"'":-7,"\"":-7}},"\u0131":{"d":"63,0r-32,0r0,-193r32,0r0,193","w":93},"\u0132":{"d":"108,0r-94,0r0,-18r31,-7r0,-207r-31,-7r0,-18r94,0r0,18r-31,7r0,207r31,7r0,18xm187,-4v4,57,-45,83,-97,68r0,-28v30,10,64,2,64,-36r0,-257r33,0r0,253","w":219},"\u0133":{"d":"63,0r-32,0r0,-193r32,0r0,193xm47,-225v-11,0,-20,-6,-19,-20v-1,-14,7,-20,19,-20v13,0,18,8,19,20v1,13,-8,20,-19,20xm156,28v4,45,-34,68,-75,54r0,-26v20,9,43,2,43,-26r0,-223r32,0r0,221xm140,-225v-11,0,-20,-6,-19,-20v-1,-14,7,-20,19,-20v13,0,18,8,19,20v1,13,-8,20,-19,20","w":186},"\u0134":{"d":"65,-4v4,57,-45,83,-97,68r0,-28v30,10,64,2,64,-36r0,-257r33,0r0,253xm-9,-282v15,-15,31,-33,42,-53r34,0v11,20,27,36,41,53r0,5v-33,4,-41,-19,-58,-33v-18,13,-24,38,-59,33r0,-5","w":97},"\u0135":{"d":"63,28v4,45,-34,68,-75,54r0,-26v20,9,43,2,43,-26r0,-223r32,0r0,221xm-12,-223v15,-15,31,-33,42,-53r34,0v11,20,27,36,41,53r0,5v-33,4,-41,-19,-58,-33v-18,13,-24,38,-59,33r0,-5","w":93},"\u0136":{"d":"131,22v-4,23,-18,42,-29,58r-17,0v2,-20,13,-36,14,-58r32,0xm208,0r-37,0r-79,-123r-24,20r0,103r-33,0r0,-257r33,0r0,129v31,-45,67,-86,100,-129r37,0r-91,112","w":208,"k":{"\u201d":-7,"\u2019":-7,"\u0421":7,"\u041e":7,"\u039f":7,"\u0398":7,"\u0152":7,"\u0150":7,"\u014c":7,"\u0122":7,"\u0120":7,"\u011e":7,"\u011c":7,"\u010c":7,"\u0106":7,"\u00d8":7,"\u00d6":7,"\u00d5":7,"\u00d4":7,"\u00d3":7,"\u00d2":7,"\u00c7":7,"Q":7,"O":7,"G":7,"C":7,"'":-7,"\"":-7}},"\u0137":{"d":"70,80v3,-20,14,-36,15,-58r31,0v-3,25,-18,40,-28,58r-18,0xm59,-100r76,-93r37,0r-70,83r75,110r-37,0r-59,-89r-19,15r0,74r-31,0r0,-274r31,0r0,126","w":178},"\u0138":{"d":"141,0r-60,-86r-19,14r0,72r-31,0r0,-193r31,0r-3,99r77,-99r36,0r-70,86r75,107r-36,0","w":178,"k":{"\u201d":-7,"\u2019":-7,"'":-7,"\"":-7}},"\u0139":{"d":"35,0r0,-257r33,0r0,228r100,0r0,29r-133,0xm111,-335v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":176,"k":{"\u201d":18,"\u2019":18,"\u1ef2":18,"\u1e84":11,"\u1e82":11,"\u1e80":11,"\u0422":22,"\u0421":4,"\u041e":4,"\u03a4":22,"\u039f":4,"\u0398":4,"\u0178":18,"\u0176":18,"\u0174":11,"\u0172":4,"\u0170":4,"\u016e":4,"\u016a":4,"\u0164":22,"\u0162":22,"\u0152":4,"\u0150":4,"\u014c":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00dd":18,"\u00dc":4,"\u00db":4,"\u00da":4,"\u00d9":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"Y":18,"W":11,"V":14,"U":4,"T":22,"Q":4,"O":4,"G":4,"C":4,"'":18,"\"":18}},"\u013a":{"d":"63,0r-32,0r0,-274r32,0r0,274xm99,-345v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":93},"\u013b":{"d":"72,80v3,-20,14,-36,15,-58r31,0v-3,25,-18,40,-28,58r-18,0xm35,0r0,-257r33,0r0,228r100,0r0,29r-133,0","w":176,"k":{"\u201d":18,"\u2019":18,"\u1ef2":18,"\u1e84":11,"\u1e82":11,"\u1e80":11,"\u0422":22,"\u0421":4,"\u041e":4,"\u03a4":22,"\u039f":4,"\u0398":4,"\u0178":18,"\u0176":18,"\u0174":11,"\u0172":4,"\u0170":4,"\u016e":4,"\u016a":4,"\u0164":22,"\u0162":22,"\u0152":4,"\u0150":4,"\u014c":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00dd":18,"\u00dc":4,"\u00db":4,"\u00da":4,"\u00d9":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"Y":18,"W":11,"V":14,"U":4,"T":22,"Q":4,"O":4,"G":4,"C":4,"'":18,"\"":18}},"\u013c":{"d":"18,80v3,-20,13,-37,15,-58r31,0v-4,24,-17,42,-29,58r-17,0xm63,0r-32,0r0,-274r32,0r0,274","w":93},"\u013d":{"d":"156,-257v-4,22,-15,41,-25,57r-17,0v2,-21,8,-38,11,-57r31,0xm35,0r0,-257r33,0r0,228r100,0r0,29r-133,0","w":176,"k":{"\u201d":18,"\u2019":18,"\u1ef2":18,"\u1e84":11,"\u1e82":11,"\u1e80":11,"\u0422":22,"\u0421":4,"\u041e":4,"\u03a4":22,"\u039f":4,"\u0398":4,"\u0178":18,"\u0176":18,"\u0174":11,"\u0172":4,"\u0170":4,"\u016e":4,"\u016a":4,"\u0164":22,"\u0162":22,"\u0152":4,"\u0150":4,"\u014c":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00dd":18,"\u00dc":4,"\u00db":4,"\u00da":4,"\u00d9":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"Y":18,"W":11,"V":14,"U":4,"T":22,"Q":4,"O":4,"G":4,"C":4,"'":18,"\"":18}},"\u013e":{"d":"79,-216v2,-21,8,-38,11,-58r32,0v-4,23,-16,41,-26,58r-17,0xm63,0r-32,0r0,-274r32,0r0,274","w":93,"k":{"\u201d":-25,"\u2019":-25,"\u0142":-14,"\u0140":-14,"\u013e":-14,"\u013c":-14,"\u013a":-14,"\u0137":-14,"\u0135":-40,"\u0133":-11,"\u012f":-7,"\u012d":-43,"\u012b":-36,"\u0129":-47,"\u0127":-29,"\u0125":-14,"\u00ef":-36,"\u00ee":-36,"\u00ec":-43,"}":-32,"l":-14,"k":-14,"j":-11,"i":-11,"h":-14,"b":-14,"]":-29,"?":-29,")":-25,"'":-18,"\"":-18}},"\u013f":{"d":"35,0r0,-257r33,0r0,228r100,0r0,29r-133,0xm132,-108v-11,0,-20,-6,-19,-20v-1,-14,7,-20,19,-20v13,0,18,8,19,20v1,13,-8,20,-19,20","w":176,"k":{"\u201d":18,"\u2019":18,"\u1ef2":18,"\u1e84":11,"\u1e82":11,"\u1e80":11,"\u0422":22,"\u0421":4,"\u041e":4,"\u03a4":22,"\u039f":4,"\u0398":4,"\u0178":18,"\u0176":18,"\u0174":11,"\u0172":4,"\u0170":4,"\u016e":4,"\u016a":4,"\u0164":22,"\u0162":22,"\u0152":4,"\u0150":4,"\u014c":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00dd":18,"\u00dc":4,"\u00db":4,"\u00da":4,"\u00d9":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"Y":18,"W":11,"V":14,"U":4,"T":22,"Q":4,"O":4,"G":4,"C":4,"'":18,"\"":18}},"\u0140":{"d":"63,0r-32,0r0,-274r32,0r0,274xm100,-100v-11,0,-20,-6,-19,-20v-1,-14,7,-20,19,-20v13,0,18,8,19,20v1,13,-8,20,-19,20","w":107},"\u0141":{"d":"35,-119r0,-138r33,0r0,118r40,-26r13,22r-53,34r0,80r100,0r0,29r-133,0r0,-89r-17,11r-13,-22","w":176,"k":{"\u201d":18,"\u2019":18,"\u1ef2":18,"\u1e84":11,"\u1e82":11,"\u1e80":11,"\u0422":22,"\u0421":4,"\u041e":4,"\u03a4":22,"\u039f":4,"\u0398":4,"\u0178":18,"\u0176":18,"\u0174":11,"\u0172":4,"\u0170":4,"\u016e":4,"\u016a":4,"\u0164":22,"\u0162":22,"\u0152":4,"\u0150":4,"\u014c":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00dd":18,"\u00dc":4,"\u00db":4,"\u00da":4,"\u00d9":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"Y":18,"W":11,"V":14,"U":4,"T":22,"Q":4,"O":4,"G":4,"C":4,"'":18,"\"":18}},"\u0142":{"d":"31,-133r0,-141r32,0r0,120r18,-12r14,21r-32,21r0,124r-32,0r0,-103r-19,12r-14,-21","w":93},"\u0143":{"d":"227,0r-37,0r-128,-213r3,213r-30,0r0,-257r37,0r126,212r2,0r-3,-212r30,0r0,257xm181,-335v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":262},"\u0144":{"d":"118,-197v91,-6,60,115,65,197r-32,0r0,-124v0,-28,-10,-47,-38,-46v-73,0,-44,102,-50,170r-32,0r0,-193r26,0v3,8,0,21,6,26v11,-18,28,-29,55,-30xm158,-276v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":211,"k":{"'":7}},"\u0145":{"d":"149,22v-4,23,-18,42,-29,58r-17,0v2,-20,13,-36,14,-58r32,0xm227,0r-37,0r-128,-213r3,213r-30,0r0,-257r37,0r126,212r2,0r-3,-212r30,0r0,257","w":262},"\u0146":{"d":"78,80v3,-20,12,-38,15,-58r31,0v-4,24,-17,42,-29,58r-17,0xm118,-197v91,-6,60,115,65,197r-32,0r0,-124v0,-28,-10,-47,-38,-46v-73,0,-44,102,-50,170r-32,0r0,-193r26,0v3,8,0,21,6,26v11,-18,28,-29,55,-30","w":211,"k":{"'":7}},"\u0147":{"d":"227,0r-37,0r-128,-213r3,213r-30,0r0,-257r37,0r126,212r2,0r-3,-212r30,0r0,257xm131,-302v17,-14,24,-37,58,-33v-8,24,-32,35,-41,58r-34,0v-10,-19,-28,-38,-42,-53r0,-5v35,-4,41,19,59,33","w":262},"\u0148":{"d":"118,-197v91,-6,60,115,65,197r-32,0r0,-124v0,-28,-10,-47,-38,-46v-73,0,-44,102,-50,170r-32,0r0,-193r26,0v3,8,0,21,6,26v11,-18,28,-29,55,-30xm106,-243v17,-14,24,-37,58,-33v-8,24,-32,35,-41,58r-34,0v-10,-19,-28,-38,-42,-53r0,-5v35,-4,41,19,59,33","w":211,"k":{"'":7}},"\u0149":{"d":"143,-197v91,-6,60,115,65,197r-32,0r0,-124v0,-28,-10,-47,-38,-46v-73,0,-44,102,-50,170r-32,0r0,-193r26,0v3,8,0,21,6,26v11,-18,28,-29,55,-30xm0,-169r18,-88v12,2,32,-5,37,4r-31,84r-24,0","w":237},"\u014a":{"d":"227,-4v5,57,-43,83,-95,68r0,-28v30,10,70,2,65,-36r-135,-213r3,213r-30,0r0,-257r37,0r126,204r2,0v-4,-65,-3,-135,-3,-204r30,0r0,253","w":262},"\u014b":{"d":"183,28v4,46,-34,68,-75,54r0,-26v20,9,43,2,43,-26r0,-154v0,-28,-10,-47,-38,-46v-73,0,-44,102,-50,170r-32,0r0,-193r26,0v3,8,0,21,6,26v11,-18,28,-30,55,-30v45,0,66,23,65,71r0,154","w":211},"\u014c":{"d":"134,-261v78,0,111,54,111,132v0,79,-34,133,-111,133v-79,0,-112,-53,-112,-133v0,-79,32,-132,112,-132xm134,-232v-58,0,-77,43,-77,103v0,60,18,104,77,104v58,0,76,-44,76,-104v0,-60,-18,-103,-76,-103xm83,-304r101,0r0,27r-101,0r0,-27","w":267,"k":{"\u2206":4,"\u1ef2":7,"\u1e84":4,"\u1e82":4,"\u1e80":4,"\u0422":11,"\u0410":4,"\u03a4":11,"\u039b":4,"\u0391":4,"\u01fa":4,"\u017d":4,"\u017b":4,"\u0179":4,"\u0178":7,"\u0176":7,"\u0174":4,"\u0164":11,"\u0162":11,"\u0130":4,"\u012e":4,"\u012a":4,"\u0104":4,"\u0102":4,"\u0100":4,"\u00dd":7,"\u00cf":4,"\u00ce":4,"\u00cd":4,"\u00cc":4,"\u00c6":7,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"Z":4,"Y":7,"X":7,"W":4,"V":7,"T":11,"I":4,"A":4,".":11,",":11}},"\u014d":{"d":"104,-197v57,0,84,40,84,100v0,61,-26,101,-85,101v-56,0,-83,-41,-83,-101v0,-60,26,-100,84,-100xm104,-170v-40,0,-51,29,-51,73v0,44,11,74,51,74v40,0,51,-30,51,-74v0,-44,-11,-73,-51,-73xm54,-245r101,0r0,27r-101,0r0,-27","w":207,"k":{"\u017e":4,"z":4,"x":7}},"\u014e":{"d":"134,-261v78,0,111,54,111,132v0,79,-34,133,-111,133v-79,0,-112,-53,-112,-133v0,-79,32,-132,112,-132xm134,-232v-58,0,-77,43,-77,103v0,60,18,104,77,104v58,0,76,-44,76,-104v0,-60,-18,-103,-76,-103xm120,-304v23,1,46,0,47,-22r20,0v3,53,-86,66,-102,20v-2,-6,-4,-13,-4,-20r19,0v0,14,8,21,20,22","w":267},"\u014f":{"d":"104,-197v57,0,84,40,84,100v0,61,-26,101,-85,101v-56,0,-83,-41,-83,-101v0,-60,26,-100,84,-100xm104,-170v-40,0,-51,29,-51,73v0,44,11,74,51,74v40,0,51,-30,51,-74v0,-44,-11,-73,-51,-73xm90,-245v23,1,46,0,47,-22r20,0v3,53,-86,66,-102,20v-2,-6,-4,-13,-4,-20r19,0v0,14,8,21,20,22","w":207,"k":{"\u017e":4,"z":4,"x":7}},"\u0150":{"d":"134,-261v78,0,111,54,111,132v0,79,-34,133,-111,133v-79,0,-112,-53,-112,-133v0,-79,32,-132,112,-132xm134,-232v-58,0,-77,43,-77,103v0,60,18,104,77,104v58,0,76,-44,76,-104v0,-60,-18,-103,-76,-103xm146,-335v-8,24,-32,41,-48,58r-18,0v7,-23,23,-37,31,-58r35,0xm209,-335v-7,25,-31,41,-47,58r-18,0v6,-23,23,-37,31,-58r34,0","w":267,"k":{"\u2206":4,"\u1ef2":7,"\u1e84":4,"\u1e82":4,"\u1e80":4,"\u0422":11,"\u0410":4,"\u03a4":11,"\u039b":4,"\u0391":4,"\u01fa":4,"\u017d":4,"\u017b":4,"\u0179":4,"\u0178":7,"\u0176":7,"\u0174":4,"\u0164":11,"\u0162":11,"\u0130":4,"\u012e":4,"\u012a":4,"\u0104":4,"\u0102":4,"\u0100":4,"\u00dd":7,"\u00cf":4,"\u00ce":4,"\u00cd":4,"\u00cc":4,"\u00c6":7,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"Z":4,"Y":7,"X":7,"W":4,"V":7,"T":11,"I":4,"A":4,".":11,",":11}},"\u0151":{"d":"104,-197v57,0,84,40,84,100v0,61,-26,101,-85,101v-56,0,-83,-41,-83,-101v0,-60,26,-100,84,-100xm104,-170v-40,0,-51,29,-51,73v0,44,11,74,51,74v40,0,51,-30,51,-74v0,-44,-11,-73,-51,-73xm117,-276v-8,24,-32,41,-48,58r-18,0v7,-23,23,-37,31,-58r35,0xm180,-276v-7,25,-31,41,-47,58r-18,0v6,-23,23,-37,31,-58r34,0","w":207,"k":{"\u017e":4,"z":4,"x":7}},"\u0152":{"d":"22,-129v0,-91,51,-147,144,-128r133,0r0,29r-101,0r0,79r94,0r0,29r-94,0r0,91r101,0r0,29r-133,0v-91,19,-144,-38,-144,-129xm165,-226v-66,-23,-108,25,-108,97v0,72,39,121,108,98r0,-195","w":320},"\u0153":{"d":"301,-9v-42,22,-112,16,-129,-26v-13,23,-36,39,-69,39v-56,0,-83,-41,-83,-101v0,-60,26,-98,84,-100v32,-1,54,17,67,39v12,-21,32,-40,64,-39v57,2,78,45,75,107r-122,0v-7,69,63,78,113,52r0,29xm104,-170v-40,0,-51,29,-51,73v0,44,11,74,51,74v40,0,51,-29,51,-72v0,-46,-10,-75,-51,-75xm275,-116v7,-47,-45,-70,-73,-40v-8,9,-12,23,-13,40r86,0","w":327,"k":{"\u017e":4,"z":4,"x":7}},"\u0154":{"d":"189,-184v0,40,-23,58,-51,69r70,115r-38,0r-62,-106r-40,0r0,106r-33,0r0,-257v78,-2,154,-4,154,73xm155,-182v0,-47,-40,-48,-87,-47r0,95v47,2,87,-1,87,-48xm153,-335v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":212},"\u0155":{"d":"62,-158v13,-24,34,-46,74,-37r-4,30v-44,-11,-69,18,-69,61r0,104r-32,0r0,-193r26,0v3,11,-1,28,5,35xm129,-276v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":143},"\u0156":{"d":"85,80v3,-20,14,-36,15,-58r31,0v-3,25,-18,40,-28,58r-18,0xm189,-184v0,40,-23,58,-51,69r70,115r-38,0r-62,-106r-40,0r0,106r-33,0r0,-257v78,-2,154,-4,154,73xm155,-182v0,-47,-40,-48,-87,-47r0,95v47,2,87,-1,87,-48","w":212},"\u0157":{"d":"17,80v3,-20,12,-38,15,-58r31,0v-4,24,-17,42,-29,58r-17,0xm62,-158v13,-24,34,-46,74,-37r-4,30v-44,-11,-69,18,-69,61r0,104r-32,0r0,-193r26,0v3,11,-1,28,5,35","w":143},"\u0158":{"d":"189,-184v0,40,-23,58,-51,69r70,115r-38,0r-62,-106r-40,0r0,106r-33,0r0,-257v78,-2,154,-4,154,73xm155,-182v0,-47,-40,-48,-87,-47r0,95v47,2,87,-1,87,-48xm106,-302v17,-14,24,-37,58,-33v-8,24,-32,35,-41,58r-34,0v-10,-19,-28,-38,-42,-53r0,-5v35,-4,41,19,59,33","w":212},"\u0159":{"d":"62,-158v13,-24,34,-46,74,-37r-4,30v-44,-11,-69,18,-69,61r0,104r-32,0r0,-193r26,0v3,11,-1,28,5,35xm79,-243v17,-14,24,-37,58,-33v-8,24,-32,35,-41,58r-34,0v-10,-19,-28,-38,-42,-53r0,-5v35,-4,41,19,59,33","w":143},"\u015a":{"d":"53,-195v5,72,117,41,117,126v0,76,-95,85,-152,60r0,-31v38,21,139,29,118,-42v-26,-47,-114,-32,-114,-113v0,-72,91,-77,144,-52r-12,28v-30,-16,-105,-24,-101,24xm148,-335v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":186},"\u015b":{"d":"133,-157v-26,-21,-110,-16,-75,29v30,23,86,23,88,75v2,63,-87,67,-130,44r0,-29v23,15,95,29,99,-12v-10,-52,-96,-30,-96,-95v0,-60,84,-60,125,-38xm132,-276v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":162,"k":{"\u201d":-11,"\u2019":-11,"'":-11,"\"":-11}},"\u015c":{"d":"53,-195v5,72,117,41,117,126v0,76,-95,85,-152,60r0,-31v38,21,139,29,118,-42v-26,-47,-114,-32,-114,-113v0,-72,91,-77,144,-52r-12,28v-30,-16,-105,-24,-101,24xm42,-282v15,-15,31,-33,42,-53r34,0v11,20,27,36,41,53r0,5v-33,4,-41,-19,-58,-33v-18,13,-24,38,-59,33r0,-5","w":186},"\u015d":{"d":"133,-157v-26,-21,-110,-16,-75,29v30,23,86,23,88,75v2,63,-87,67,-130,44r0,-29v23,15,95,29,99,-12v-10,-52,-96,-30,-96,-95v0,-60,84,-60,125,-38xm27,-223v15,-15,31,-33,42,-53r34,0v11,20,27,36,41,53r0,5v-33,4,-41,-19,-58,-33v-18,13,-24,38,-59,33r0,-5","w":162,"k":{"\u201d":-11,"\u2019":-11,"'":-11,"\"":-11}},"\u015e":{"d":"53,-195v5,72,117,41,117,126v0,76,-95,85,-152,60r0,-31v38,21,139,29,118,-42v-26,-47,-114,-32,-114,-113v0,-72,91,-77,144,-52r-12,28v-30,-16,-105,-24,-101,24xm60,66v30,10,60,-20,23,-32r-12,-3r15,-31r22,0r-10,20v15,5,28,10,28,30v0,31,-31,40,-66,35r0,-19","w":186},"\u015f":{"d":"133,-157v-26,-21,-110,-16,-75,29v30,23,86,23,88,75v2,63,-87,67,-130,44r0,-29v23,15,95,29,99,-12v-10,-52,-96,-30,-96,-95v0,-60,84,-60,125,-38xm48,66v30,10,60,-20,23,-32r-12,-3r15,-31r22,0r-10,20v15,5,28,10,28,30v0,31,-31,40,-66,35r0,-19","w":162,"k":{"\u201d":-11,"\u2019":-11,"'":-11,"\"":-11}},"\u0160":{"d":"53,-195v5,72,117,41,117,126v0,76,-95,85,-152,60r0,-31v38,21,139,29,118,-42v-26,-47,-114,-32,-114,-113v0,-72,91,-77,144,-52r-12,28v-30,-16,-105,-24,-101,24xm99,-302v17,-14,24,-37,58,-33v-8,24,-32,35,-41,58r-34,0v-10,-19,-28,-38,-42,-53r0,-5v35,-4,41,19,59,33","w":186,"k":{"\u201d":-7,"\u2019":-7,"\u1ef3":4,"\u1ef2":7,"\u1e84":4,"\u1e82":4,"\u1e80":4,"\u0443":4,"\u0442":4,"\u0422":7,"\u0405":4,"\u03c7":4,"\u03c4":4,"\u03bd":4,"\u03b3":4,"\u03a4":7,"\u0178":7,"\u0177":4,"\u0176":7,"\u0174":4,"\u0164":7,"\u0162":7,"\u0161":4,"\u0160":4,"\u015e":4,"\u015a":4,"\u00ff":4,"\u00fd":4,"\u00dd":7,"y":4,"v":4,"Y":7,"X":7,"W":4,"V":4,"T":7,"S":4,"M":-4,"'":-7,"\"":-7}},"\u0161":{"d":"133,-157v-26,-21,-110,-16,-75,29v30,23,86,23,88,75v2,63,-87,67,-130,44r0,-29v23,15,95,29,99,-12v-10,-52,-96,-30,-96,-95v0,-60,84,-60,125,-38xm86,-243v17,-14,24,-37,58,-33v-8,24,-32,35,-41,58r-34,0v-10,-19,-28,-38,-42,-53r0,-5v35,-4,41,19,59,33","w":162,"k":{"\u201d":-11,"\u2019":-11,"'":-11,"\"":-11}},"\u0162":{"d":"63,80v3,-20,14,-36,15,-58r31,0v-3,25,-18,40,-28,58r-18,0xm110,0r-33,0r0,-228r-73,0r0,-29r179,0r0,29r-73,0r0,228","w":186,"k":{"\u2206":22,"\u201d":-14,"\u2019":-14,"\u1ef3":11,"\u1e85":11,"\u1e83":11,"\u1e81":11,"\u0455":22,"\u0454":22,"\u0451":22,"\u0444":22,"\u0443":11,"\u0442":11,"\u0441":22,"\u043e":22,"\u0435":22,"\u0430":22,"\u0422":-4,"\u0421":11,"\u041e":11,"\u0410":22,"\u0405":4,"\u03ce":22,"\u03cc":22,"\u03c9":22,"\u03c7":11,"\u03c6":22,"\u03c4":11,"\u03c3":22,"\u03c1":22,"\u03bf":22,"\u03bd":11,"\u03b7":14,"\u03b5":22,"\u03b3":11,"\u03b1":22,"\u03ae":14,"\u03ac":22,"\u03a4":-4,"\u039f":11,"\u039b":22,"\u0398":11,"\u0391":22,"\u0219":22,"\u01fb":22,"\u01fa":22,"\u017e":11,"\u0177":11,"\u0175":11,"\u0164":-4,"\u0162":-4,"\u0161":22,"\u0160":4,"\u015f":22,"\u015e":4,"\u015d":22,"\u015b":22,"\u015a":4,"\u0153":22,"\u0152":11,"\u0151":22,"\u0150":11,"\u014f":22,"\u014d":22,"\u014c":11,"\u0148":14,"\u0146":14,"\u0144":14,"\u0122":11,"\u0120":11,"\u011e":11,"\u011c":11,"\u011b":22,"\u0119":22,"\u0117":22,"\u0115":22,"\u0113":22,"\u010d":22,"\u010c":11,"\u010b":22,"\u0109":22,"\u0107":22,"\u0106":11,"\u0105":22,"\u0104":22,"\u0103":22,"\u0102":22,"\u0101":22,"\u0100":22,"\u00ff":11,"\u00fd":11,"\u00fc":14,"\u00fb":14,"\u00fa":14,"\u00f9":14,"\u00f8":22,"\u00f6":22,"\u00f5":22,"\u00f4":22,"\u00f3":22,"\u00f2":22,"\u00f1":14,"\u00eb":22,"\u00ea":22,"\u00e9":22,"\u00e8":22,"\u00e7":22,"\u00e6":22,"\u00e5":22,"\u00e4":22,"\u00e3":22,"\u00e2":22,"\u00e1":22,"\u00e0":22,"\u00d8":11,"\u00d6":11,"\u00d5":11,"\u00d4":11,"\u00d3":11,"\u00d2":11,"\u00c7":11,"\u00c6":25,"\u00c5":22,"\u00c4":22,"\u00c3":22,"\u00c2":22,"\u00c1":22,"\u00c0":22,"z":11,"y":11,"x":11,"w":11,"v":11,"u":14,"s":22,"r":14,"q":22,"p":14,"o":22,"n":14,"m":14,"g":18,"e":22,"d":22,"c":22,"a":22,"T":-4,"S":4,"Q":11,"O":11,"G":11,"C":11,"A":22,"?":-7,".":18,",":18,"'":-14,"\"":-14}},"\u0163":{"d":"36,80v3,-20,12,-38,15,-58r31,0v-4,24,-17,42,-29,58r-17,0xm65,-57v-3,31,21,40,50,31r0,24v-42,17,-82,-3,-82,-55r0,-112r-27,0r0,-14r27,-14r14,-40r18,0r0,44r49,0r0,24r-49,0r0,112","w":121},"\u0164":{"d":"110,0r-33,0r0,-228r-73,0r0,-29r179,0r0,29r-73,0r0,228xm94,-302v17,-14,24,-37,58,-33v-8,24,-32,35,-41,58r-34,0v-10,-19,-28,-38,-42,-53r0,-5v35,-4,41,19,59,33","w":186,"k":{"\u2206":22,"\u201d":-14,"\u2019":-14,"\u1ef3":11,"\u1e85":11,"\u1e83":11,"\u1e81":11,"\u0455":22,"\u0454":22,"\u0451":22,"\u0444":22,"\u0443":11,"\u0442":11,"\u0441":22,"\u043e":22,"\u0435":22,"\u0430":22,"\u0422":-4,"\u0421":11,"\u041e":11,"\u0410":22,"\u0405":4,"\u03ce":22,"\u03cc":22,"\u03c9":22,"\u03c7":11,"\u03c6":22,"\u03c4":11,"\u03c3":22,"\u03c1":22,"\u03bf":22,"\u03bd":11,"\u03b7":14,"\u03b5":22,"\u03b3":11,"\u03b1":22,"\u03ae":14,"\u03ac":22,"\u03a4":-4,"\u039f":11,"\u039b":22,"\u0398":11,"\u0391":22,"\u0219":22,"\u01fb":22,"\u01fa":22,"\u017e":11,"\u0177":11,"\u0175":11,"\u0164":-4,"\u0162":-4,"\u0161":22,"\u0160":4,"\u015f":22,"\u015e":4,"\u015d":22,"\u015b":22,"\u015a":4,"\u0153":22,"\u0152":11,"\u0151":22,"\u0150":11,"\u014f":22,"\u014d":22,"\u014c":11,"\u0148":14,"\u0146":14,"\u0144":14,"\u0122":11,"\u0120":11,"\u011e":11,"\u011c":11,"\u011b":22,"\u0119":22,"\u0117":22,"\u0115":22,"\u0113":22,"\u010d":22,"\u010c":11,"\u010b":22,"\u0109":22,"\u0107":22,"\u0106":11,"\u0105":22,"\u0104":22,"\u0103":22,"\u0102":22,"\u0101":22,"\u0100":22,"\u00ff":11,"\u00fd":11,"\u00fc":14,"\u00fb":14,"\u00fa":14,"\u00f9":14,"\u00f8":22,"\u00f6":22,"\u00f5":22,"\u00f4":22,"\u00f3":22,"\u00f2":22,"\u00f1":14,"\u00eb":22,"\u00ea":22,"\u00e9":22,"\u00e8":22,"\u00e7":22,"\u00e6":22,"\u00e5":22,"\u00e4":22,"\u00e3":22,"\u00e2":22,"\u00e1":22,"\u00e0":22,"\u00d8":11,"\u00d6":11,"\u00d5":11,"\u00d4":11,"\u00d3":11,"\u00d2":11,"\u00c7":11,"\u00c6":25,"\u00c5":22,"\u00c4":22,"\u00c3":22,"\u00c2":22,"\u00c1":22,"\u00c0":22,"z":11,"y":11,"x":11,"w":11,"v":11,"u":14,"s":22,"r":14,"q":22,"p":14,"o":22,"n":14,"m":14,"g":18,"e":22,"d":22,"c":22,"a":22,"T":-4,"S":4,"Q":11,"O":11,"G":11,"C":11,"A":22,"?":-7,".":18,",":18,"'":-14,"\"":-14}},"\u0165":{"d":"88,-216v2,-21,8,-38,11,-58r32,0v-4,23,-16,41,-26,58r-17,0xm65,-57v-3,31,21,40,50,31r0,24v-42,17,-82,-3,-82,-55r0,-112r-27,0r0,-14r27,-14r14,-40r18,0r0,44r49,0r0,24r-49,0r0,112","w":121,"k":{"\u201d":-25,"\u2019":-25,"\u0142":-14,"\u0140":-14,"\u013e":-14,"\u013c":-14,"\u013a":-14,"\u0137":-14,"\u0135":-40,"\u0133":-11,"\u012f":-7,"\u012d":-43,"\u012b":-36,"\u0129":-47,"\u0127":-29,"\u0125":-14,"\u00ef":-36,"\u00ee":-36,"\u00ec":-43,"}":-32,"l":-14,"k":-14,"j":-11,"i":-11,"h":-14,"b":-14,"]":-29,"?":-29,")":-25,"'":-18,"\"":-18}},"\u0166":{"d":"77,-144r0,-84r-73,0r0,-29r179,0r0,29r-73,0r0,84r52,0r0,26r-52,0r0,118r-33,0r0,-118r-52,0r0,-26r52,0","w":186},"\u0167":{"d":"65,-101v-2,43,-5,94,50,75r0,24v-42,17,-88,-4,-82,-55r0,-44r-24,0r0,-24r24,0r0,-44r-27,0r0,-14r27,-14r14,-40r18,0r0,44r49,0r0,24r-49,0r0,44r46,0r0,24r-46,0","w":121},"\u0168":{"d":"126,-25v41,0,59,-25,60,-65r0,-167r33,0r0,166v-1,60,-34,95,-94,95v-60,0,-93,-35,-93,-95r0,-166r33,0r0,167v0,42,19,65,61,65xm99,-324v26,0,63,42,71,0r19,0v-3,25,-12,47,-37,47v-25,0,-63,-42,-71,0r-19,0v3,-25,12,-47,37,-47","w":251},"\u0169":{"d":"99,-23v73,0,44,-102,50,-170r32,0r0,193r-25,0v-3,-8,-1,-21,-7,-26v-11,18,-28,29,-55,30v-91,5,-60,-115,-65,-197r32,0r0,124v0,28,10,47,38,46xm80,-265v26,0,63,42,71,0r19,0v-3,25,-12,47,-37,47v-25,0,-63,-42,-71,0r-19,0v3,-25,12,-47,37,-47","w":211},"\u016a":{"d":"126,-25v41,0,59,-25,60,-65r0,-167r33,0r0,166v-1,60,-34,95,-94,95v-60,0,-93,-35,-93,-95r0,-166r33,0r0,167v0,42,19,65,61,65xm75,-304r101,0r0,27r-101,0r0,-27","w":251,"k":{"\u2206":4,"\u0410":4,"\u039b":4,"\u0391":4,"\u01fa":4,"\u0104":4,"\u0102":4,"\u0100":4,"\u00c6":7,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"A":4,".":7,",":7}},"\u016b":{"d":"99,-23v73,0,44,-102,50,-170r32,0r0,193r-25,0v-3,-8,-1,-21,-7,-26v-11,18,-28,29,-55,30v-91,5,-60,-115,-65,-197r32,0r0,124v0,28,10,47,38,46xm56,-245r101,0r0,27r-101,0r0,-27","w":211},"\u016c":{"d":"126,-25v41,0,59,-25,60,-65r0,-167r33,0r0,166v-1,60,-34,95,-94,95v-60,0,-93,-35,-93,-95r0,-166r33,0r0,167v0,42,19,65,61,65xm112,-304v23,1,46,0,47,-22r20,0v3,53,-86,66,-102,20v-2,-6,-4,-13,-4,-20r19,0v0,14,8,21,20,22","w":251},"\u016d":{"d":"99,-23v73,0,44,-102,50,-170r32,0r0,193r-25,0v-3,-8,-1,-21,-7,-26v-11,18,-28,29,-55,30v-91,5,-60,-115,-65,-197r32,0r0,124v0,28,10,47,38,46xm92,-245v23,1,46,0,47,-22r20,0v3,53,-86,66,-102,20v-2,-6,-4,-13,-4,-20r19,0v0,14,8,21,20,22","w":211},"\u016e":{"d":"126,-25v41,0,59,-25,60,-65r0,-167r33,0r0,166v-1,60,-34,95,-94,95v-60,0,-93,-35,-93,-95r0,-166r33,0r0,167v0,42,19,65,61,65xm125,-353v24,0,41,13,41,38v0,25,-17,38,-41,38v-24,0,-39,-14,-39,-38v0,-24,15,-38,39,-38xm125,-295v12,0,20,-8,20,-20v0,-12,-8,-20,-20,-20v-12,0,-21,9,-20,20v1,11,6,20,20,20","w":251,"k":{"\u2206":4,"\u0410":4,"\u039b":4,"\u0391":4,"\u01fa":4,"\u0104":4,"\u0102":4,"\u0100":4,"\u00c6":7,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"A":4,".":7,",":7}},"\u016f":{"d":"99,-23v73,0,44,-102,50,-170r32,0r0,193r-25,0v-3,-8,-1,-21,-7,-26v-11,18,-28,29,-55,30v-91,5,-60,-115,-65,-197r32,0r0,124v0,28,10,47,38,46xm105,-294v24,0,41,13,41,38v0,25,-17,38,-41,38v-24,0,-39,-14,-39,-38v0,-24,15,-38,39,-38xm105,-236v12,0,20,-8,20,-20v0,-12,-8,-20,-20,-20v-12,0,-21,9,-20,20v1,11,6,20,20,20","w":211},"\u0170":{"d":"126,-25v41,0,59,-25,60,-65r0,-167r33,0r0,166v-1,60,-34,95,-94,95v-60,0,-93,-35,-93,-95r0,-166r33,0r0,167v0,42,19,65,61,65xm136,-335v-8,24,-32,41,-48,58r-18,0v7,-23,23,-37,31,-58r35,0xm199,-335v-7,25,-31,41,-47,58r-18,0v6,-23,23,-37,31,-58r34,0","w":251,"k":{"\u2206":4,"\u0410":4,"\u039b":4,"\u0391":4,"\u01fa":4,"\u0104":4,"\u0102":4,"\u0100":4,"\u00c6":7,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"A":4,".":7,",":7}},"\u0171":{"d":"99,-23v73,0,44,-102,50,-170r32,0r0,193r-25,0v-3,-8,-1,-21,-7,-26v-11,18,-28,29,-55,30v-91,5,-60,-115,-65,-197r32,0r0,124v0,28,10,47,38,46xm119,-276v-8,24,-32,41,-48,58r-18,0v7,-23,23,-37,31,-58r35,0xm182,-276v-7,25,-31,41,-47,58r-18,0v6,-23,23,-37,31,-58r34,0","w":211},"\u0172":{"d":"126,-25v41,0,59,-25,60,-65r0,-167r33,0r0,166v-1,60,-34,95,-94,95v-60,0,-93,-35,-93,-95r0,-166r33,0r0,167v0,42,19,65,61,65xm99,44v1,-22,16,-33,28,-44r23,0v-16,16,-24,30,-24,42v0,16,15,17,30,14r0,20v-28,7,-60,-2,-57,-32","w":251,"k":{"\u2206":4,"\u0410":4,"\u039b":4,"\u0391":4,"\u01fa":4,"\u0104":4,"\u0102":4,"\u0100":4,"\u00c6":7,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"A":4,".":7,",":7}},"\u0173":{"d":"99,-23v73,0,44,-102,50,-170r32,0r0,193r-25,0v-3,-8,-1,-21,-7,-26v-11,18,-28,29,-55,30v-91,5,-60,-115,-65,-197r32,0r0,124v0,28,10,47,38,46xm127,44v1,-22,16,-33,28,-44r23,0v-16,16,-24,30,-24,42v0,16,15,17,30,14r0,20v-28,7,-60,-2,-57,-32","w":211},"\u0174":{"d":"142,-257r35,0r57,222v9,-80,31,-148,46,-222r35,0r-65,257r-33,0r-58,-220v-14,77,-37,146,-55,220r-33,0r-67,-257r34,0r51,222v12,-80,35,-148,53,-222xm100,-282v15,-15,31,-33,42,-53r34,0v11,20,27,36,41,53r0,5v-33,4,-41,-19,-58,-33v-18,13,-24,38,-59,33r0,-5","w":318,"k":{"\u2206":7,"\u201d":-18,"\u2019":-18,"\u0455":7,"\u0454":7,"\u0451":7,"\u0444":7,"\u0441":7,"\u043e":7,"\u0435":7,"\u0430":7,"\u0421":4,"\u041e":4,"\u0410":7,"\u03ce":7,"\u03cc":7,"\u03c9":7,"\u03c6":7,"\u03c3":7,"\u03c1":7,"\u03bf":7,"\u03b7":4,"\u03b5":7,"\u03b1":7,"\u03ae":4,"\u03ac":7,"\u039f":4,"\u039b":7,"\u0398":4,"\u0391":7,"\u0219":7,"\u01fb":7,"\u01fa":7,"\u017e":4,"\u0161":7,"\u015f":7,"\u015d":7,"\u015b":7,"\u0153":7,"\u0152":4,"\u0151":7,"\u0150":4,"\u014f":7,"\u014d":7,"\u014c":4,"\u0148":4,"\u0146":4,"\u0144":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u011b":7,"\u0119":7,"\u0117":7,"\u0115":7,"\u0113":7,"\u010d":7,"\u010c":4,"\u010b":7,"\u0109":7,"\u0107":7,"\u0106":4,"\u0105":7,"\u0104":7,"\u0103":7,"\u0102":7,"\u0101":7,"\u0100":7,"\u00fc":4,"\u00fb":4,"\u00fa":4,"\u00f9":4,"\u00f8":7,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00f1":4,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"\u00e7":7,"\u00e6":7,"\u00e5":7,"\u00e4":7,"\u00e3":7,"\u00e2":7,"\u00e1":7,"\u00e0":7,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"\u00c6":14,"\u00c5":7,"\u00c4":7,"\u00c3":7,"\u00c2":7,"\u00c1":7,"\u00c0":7,"z":4,"u":4,"s":7,"r":4,"q":7,"p":4,"o":7,"n":4,"m":4,"g":4,"e":7,"d":7,"c":7,"a":7,"Q":4,"O":4,"G":4,"C":4,"A":7,".":14,",":14,"'":-18,"\"":-18}},"\u0175":{"d":"177,0r-44,-163r-43,163r-37,0r-49,-193r33,0r36,168v12,-59,28,-113,44,-168r35,0r43,168r37,-168r33,0r-50,193r-38,0xm76,-223v15,-15,31,-33,42,-53r34,0v11,20,27,36,41,53r0,5v-33,4,-41,-19,-58,-33v-18,13,-24,38,-59,33r0,-5","w":268,"k":{"\u201d":-14,"\u2019":-14,"f":-4,"'":-14,"\"":-14}},"\u0176":{"d":"95,-127r60,-130r35,0r-79,157r0,100r-33,0r0,-98r-78,-159r36,0xm37,-282v15,-15,31,-33,42,-53r34,0v11,20,27,36,41,53r0,5v-33,4,-41,-19,-58,-33v-18,13,-24,38,-59,33r0,-5","w":189,"k":{"\u2206":18,"\u201d":-14,"\u2019":-14,"\u1ef3":4,"\u0455":14,"\u0454":18,"\u0451":18,"\u0444":18,"\u0443":4,"\u0441":18,"\u043e":18,"\u0435":18,"\u0430":18,"\u0421":7,"\u041e":7,"\u0410":18,"\u0405":4,"\u03ce":18,"\u03cc":18,"\u03c9":18,"\u03c6":18,"\u03c3":18,"\u03c1":18,"\u03bf":18,"\u03bd":4,"\u03b7":11,"\u03b5":18,"\u03b3":4,"\u03b1":18,"\u03ae":11,"\u03ac":18,"\u039f":7,"\u039b":18,"\u0398":7,"\u0391":18,"\u0219":14,"\u01fb":18,"\u01fa":18,"\u017e":11,"\u0177":4,"\u0161":14,"\u0160":4,"\u015f":14,"\u015e":4,"\u015d":14,"\u015b":14,"\u015a":4,"\u0153":18,"\u0152":7,"\u0151":18,"\u0150":7,"\u014f":18,"\u014d":18,"\u014c":7,"\u0148":11,"\u0146":11,"\u0144":11,"\u0122":7,"\u0120":7,"\u011e":7,"\u011c":7,"\u011b":18,"\u0119":18,"\u0117":18,"\u0115":18,"\u0113":18,"\u010d":18,"\u010c":7,"\u010b":18,"\u0109":18,"\u0107":18,"\u0106":7,"\u0105":18,"\u0104":18,"\u0103":18,"\u0102":18,"\u0101":18,"\u0100":18,"\u00ff":4,"\u00fd":4,"\u00fc":11,"\u00fb":11,"\u00fa":11,"\u00f9":11,"\u00f8":18,"\u00f6":18,"\u00f5":18,"\u00f4":18,"\u00f3":18,"\u00f2":18,"\u00f1":11,"\u00eb":18,"\u00ea":18,"\u00e9":18,"\u00e8":18,"\u00e7":18,"\u00e6":18,"\u00e5":18,"\u00e4":18,"\u00e3":18,"\u00e2":18,"\u00e1":18,"\u00e0":18,"\u00d8":7,"\u00d6":7,"\u00d5":7,"\u00d4":7,"\u00d3":7,"\u00d2":7,"\u00c7":7,"\u00c6":25,"\u00c5":18,"\u00c4":18,"\u00c3":18,"\u00c2":18,"\u00c1":18,"\u00c0":18,"z":11,"y":4,"x":7,"u":11,"s":14,"r":11,"q":18,"p":11,"o":18,"n":11,"m":11,"g":18,"e":18,"d":18,"c":18,"a":18,"S":4,"Q":7,"O":7,"G":7,"C":7,"A":18,"?":-7,".":18,",":18,"'":-14,"\"":-14}},"\u0177":{"d":"98,25v-10,41,-42,73,-93,58r0,-25v28,8,52,-5,60,-28r10,-28r-73,-195r33,0r55,166v14,-60,34,-110,51,-166r33,0xm30,-223v15,-15,31,-33,42,-53r34,0v11,20,27,36,41,53r0,5v-33,4,-41,-19,-58,-33v-18,13,-24,38,-59,33r0,-5","w":175,"k":{"\u201d":-11,"\u2019":-11,"f":-4,"'":-11,"\"":-11}},"\u0178":{"d":"95,-127r60,-130r35,0r-79,157r0,100r-33,0r0,-98r-78,-159r36,0xm62,-286v-10,0,-17,-7,-17,-18v0,-11,6,-18,17,-18v11,0,17,7,17,18v0,11,-7,18,-17,18xm128,-286v-10,-1,-16,-7,-17,-18v-2,-19,26,-24,32,-8v5,13,-3,27,-15,26","w":189,"k":{"\u2206":18,"\u2022":7,"\u201d":-14,"\u2019":-14,"\u1ef3":4,"\u0455":14,"\u0454":18,"\u0451":18,"\u0444":18,"\u0443":4,"\u0441":18,"\u043e":18,"\u0435":18,"\u0430":18,"\u0422":-7,"\u0421":7,"\u041e":7,"\u0410":18,"\u0408":12,"\u0405":4,"\u03ce":18,"\u03cc":18,"\u03c9":18,"\u03c6":18,"\u03c3":18,"\u03c1":18,"\u03bf":18,"\u03bd":4,"\u03b7":11,"\u03b5":18,"\u03b3":4,"\u03b1":18,"\u03ae":11,"\u03ac":18,"\u03a4":-7,"\u039f":7,"\u039b":18,"\u0398":7,"\u0391":18,"\u0219":14,"\u01fb":18,"\u01fa":18,"\u017e":11,"\u0177":4,"\u0164":-7,"\u0162":-7,"\u0161":14,"\u0160":4,"\u015f":14,"\u015e":4,"\u015d":14,"\u015b":14,"\u015a":4,"\u0153":18,"\u0152":7,"\u0151":18,"\u0150":7,"\u014f":18,"\u014d":18,"\u014c":7,"\u0148":11,"\u0146":11,"\u0144":11,"\u0134":12,"\u0122":7,"\u0120":7,"\u011e":7,"\u011c":7,"\u011b":18,"\u0119":18,"\u0117":18,"\u0115":18,"\u0113":18,"\u010d":18,"\u010c":7,"\u010b":18,"\u0109":18,"\u0107":18,"\u0106":7,"\u0105":18,"\u0104":18,"\u0103":18,"\u0102":18,"\u0101":18,"\u0100":18,"\u00ff":4,"\u00fd":4,"\u00fc":11,"\u00fb":11,"\u00fa":11,"\u00f9":11,"\u00f8":18,"\u00f6":18,"\u00f5":18,"\u00f4":18,"\u00f3":18,"\u00f2":18,"\u00f1":11,"\u00eb":18,"\u00ea":18,"\u00e9":18,"\u00e8":18,"\u00e7":18,"\u00e6":18,"\u00e5":18,"\u00e4":18,"\u00e3":18,"\u00e2":18,"\u00e1":18,"\u00e0":18,"\u00d8":7,"\u00d6":7,"\u00d5":7,"\u00d4":7,"\u00d3":7,"\u00d2":7,"\u00c7":7,"\u00c6":25,"\u00c5":18,"\u00c4":18,"\u00c3":18,"\u00c2":18,"\u00c1":18,"\u00c0":18,"}":-11,"z":11,"y":4,"x":7,"u":11,"s":14,"r":11,"q":18,"p":11,"o":18,"n":11,"m":11,"g":18,"f":5,"e":18,"d":18,"c":18,"a":18,"]":-11,"T":-7,"S":4,"Q":7,"O":7,"M":4,"J":12,"G":7,"C":7,"A":18,"?":-7,".":18,"-":29,",":18,"*":-7,")":-11,"'":-14,"&":11,"\"":-14}},"\u0179":{"d":"180,0r-166,0r0,-25r125,-203r-121,0r0,-29r158,0r0,25r-125,203r129,0r0,29xm148,-335v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":194,"k":{"\u201d":-7,"\u2019":-7,"\u0421":4,"\u041e":4,"\u039f":4,"\u0398":4,"\u0152":7,"\u0150":4,"\u014c":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"Q":4,"O":4,"G":4,"C":4,"'":-7,"\"":-7}},"\u017a":{"d":"144,0r-130,0r0,-22r95,-147r-89,0r0,-24r121,0r0,26r-92,143r95,0r0,24xm131,-276v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":158},"\u017b":{"d":"180,0r-166,0r0,-25r125,-203r-121,0r0,-29r158,0r0,25r-125,203r129,0r0,29xm99,-284v-11,0,-20,-6,-19,-20v-1,-14,7,-20,19,-20v13,0,18,8,19,20v1,13,-8,20,-19,20","w":194,"k":{"\u201d":-7,"\u2019":-7,"\u0421":4,"\u041e":4,"\u039f":4,"\u0398":4,"\u0152":7,"\u0150":4,"\u014c":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"Q":4,"O":4,"G":4,"C":4,"'":-7,"\"":-7}},"\u017c":{"d":"144,0r-130,0r0,-22r95,-147r-89,0r0,-24r121,0r0,26r-92,143r95,0r0,24xm83,-225v-11,0,-20,-6,-19,-20v-1,-14,7,-20,19,-20v13,0,18,8,19,20v1,13,-8,20,-19,20","w":158},"\u017d":{"d":"180,0r-166,0r0,-25r125,-203r-121,0r0,-29r158,0r0,25r-125,203r129,0r0,29xm98,-302v17,-14,24,-37,58,-33v-8,24,-32,35,-41,58r-34,0v-10,-19,-28,-38,-42,-53r0,-5v35,-4,41,19,59,33","w":194,"k":{"\u201d":-7,"\u2019":-7,"\u1ef3":7,"\u1e85":7,"\u1e83":7,"\u1e81":7,"\u0454":4,"\u0451":4,"\u0444":4,"\u0443":7,"\u0442":7,"\u0441":4,"\u043e":4,"\u0435":4,"\u0421":4,"\u041e":4,"\u0405":7,"\u03ce":4,"\u03cc":4,"\u03c9":4,"\u03c7":7,"\u03c6":4,"\u03c4":7,"\u03c3":4,"\u03c1":4,"\u03bf":4,"\u03bd":7,"\u03b5":4,"\u03b3":7,"\u03b1":4,"\u03ac":4,"\u039f":4,"\u0398":4,"\u0177":7,"\u0175":7,"\u0172":4,"\u0170":4,"\u016e":4,"\u016a":4,"\u0160":7,"\u015e":7,"\u015a":7,"\u0153":4,"\u0152":7,"\u0151":4,"\u0150":4,"\u014f":4,"\u014d":4,"\u014c":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u011b":4,"\u0119":4,"\u0117":4,"\u0115":4,"\u0113":4,"\u010d":4,"\u010c":4,"\u010b":4,"\u0109":4,"\u0107":4,"\u0106":4,"\u00ff":7,"\u00fd":7,"\u00f8":4,"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\u00e7":4,"\u00e6":4,"\u00dc":4,"\u00db":4,"\u00da":4,"\u00d9":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"y":7,"w":7,"v":7,"q":4,"o":4,"e":4,"d":4,"c":4,"U":4,"S":7,"Q":4,"O":4,"G":4,"C":4,"-":11,"'":-7,"\"":-7}},"\u017e":{"d":"144,0r-130,0r0,-22r95,-147r-89,0r0,-24r121,0r0,26r-92,143r95,0r0,24xm83,-243v17,-14,24,-37,58,-33v-8,24,-32,35,-41,58r-34,0v-10,-19,-28,-38,-42,-53r0,-5v35,-4,41,19,59,33","w":158,"k":{"\u201d":-4,"\u0444":4,"\u043e":4,"\u03ce":4,"\u03cc":4,"\u03c9":4,"\u03c6":4,"\u03c3":4,"\u03c1":4,"\u03bf":4,"\u0153":4,"\u0151":4,"\u014f":4,"\u014d":4,"\u00f8":4,"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u00e6":4,"o":4}},"\u017f":{"d":"115,-244v-25,-11,-60,-5,-52,33r0,211r-32,0r0,-211v-6,-57,42,-75,92,-58","w":103},"\u0192":{"d":"168,-229v-26,-12,-59,-4,-53,32r0,26r43,0r0,24r-43,0r0,169v4,52,-31,71,-79,62r0,-27v27,9,47,-2,47,-35r0,-169r-34,0r0,-13r34,-12v-10,-69,30,-106,93,-82"},"\u01fa":{"d":"109,-290v42,-4,53,57,21,71r89,219r-34,0r-27,-69r-98,0r-27,69r-33,0r89,-218v-32,-14,-23,-77,20,-72xm147,-98r-38,-103v-10,37,-24,69,-37,103r75,0xm165,-345v-9,20,-32,33,-48,46r-22,0v7,-18,25,-28,31,-46r39,0xm107,-232v13,1,21,-8,21,-20v0,-11,-8,-20,-19,-20v-11,0,-20,8,-20,20v0,13,6,19,18,20","w":218,"k":{"\u201d":14,"\u2019":14,"\u1ef2":18,"\u1e84":7,"\u1e82":7,"\u1e80":7,"\u0422":22,"\u0421":4,"\u041e":4,"\u03a4":22,"\u039f":4,"\u0398":4,"\u0178":18,"\u0176":18,"\u0174":7,"\u0172":4,"\u0170":4,"\u016e":4,"\u016a":4,"\u0164":22,"\u0162":22,"\u0152":7,"\u0150":4,"\u014c":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00dd":18,"\u00dc":4,"\u00db":4,"\u00da":4,"\u00d9":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"Y":18,"W":7,"V":11,"U":4,"T":22,"Q":4,"O":4,"G":4,"C":4,"'":14,"\"":14}},"\u01fb":{"d":"149,-345v-8,21,-32,32,-48,46r-21,0v7,-17,23,-29,31,-46r38,0xm30,-180v45,-28,132,-27,132,48r0,132r-23,0v-3,-8,-2,-22,-8,-27v-20,45,-114,43,-114,-27v0,-55,55,-62,114,-62v2,-33,-6,-54,-38,-54v-22,0,-36,7,-52,14xm50,-54v0,22,12,32,31,32v38,0,53,-29,50,-72v-40,1,-81,0,-81,40xm95,-286v25,0,40,13,40,37v0,24,-15,38,-40,38v-25,0,-39,-13,-39,-37v0,-24,14,-38,39,-38xm95,-229v11,0,20,-8,20,-19v0,-11,-8,-20,-20,-20v-12,0,-20,9,-20,20v1,12,6,19,20,19","w":191,"k":{"'":7}},"\u01fc":{"d":"285,0r-133,0r0,-80r-84,0r-36,80r-32,0r115,-257r170,0r0,29r-101,0r0,79r94,0r0,29r-94,0r0,91r101,0r0,29xm81,-109r71,0r0,-119r-19,0xm235,-335v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":306},"\u01fd":{"d":"76,4v-57,4,-78,-71,-39,-102v18,-15,58,-18,94,-18v2,-33,-6,-54,-38,-54v-22,0,-36,7,-52,14r-11,-24v33,-22,109,-27,123,15v10,-19,30,-32,56,-32v55,0,77,45,73,107r-118,0v-7,67,61,79,109,52r0,29v-41,23,-112,14,-128,-28v-15,22,-32,38,-69,41xm131,-94v-40,1,-81,0,-81,40v0,22,12,32,31,32v38,0,53,-29,50,-72xm247,-116v8,-46,-42,-71,-69,-40v-7,9,-12,23,-13,40r82,0xm204,-276v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":299},"\u01fe":{"d":"134,-261v23,1,41,5,56,14r14,-22r25,13r-17,27v21,22,33,56,33,100v0,101,-78,160,-168,120r-14,22r-24,-13r16,-26v-22,-24,-33,-58,-33,-103v0,-79,32,-132,112,-132xm134,-232v-86,0,-91,115,-61,177r102,-166v-11,-6,-24,-11,-41,-11xm134,-25v84,0,89,-117,61,-176r-102,166v11,6,25,10,41,10xm183,-335v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":267},"\u01ff":{"d":"165,-170v43,53,26,174,-61,174v-15,0,-28,-4,-39,-10r-12,19r-23,-13r14,-23v-15,-17,-24,-41,-24,-74v0,-75,58,-120,124,-90r12,-18r23,12xm130,-164v-64,-30,-94,48,-70,114xm78,-29v45,20,77,-13,77,-68v0,-19,-2,-33,-7,-45xm152,-276v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":207},"\u0218":{"d":"111,22v-4,23,-18,42,-29,58r-17,0v2,-20,13,-36,14,-58r32,0xm53,-195v5,72,117,41,117,126v0,76,-95,85,-152,60r0,-31v38,21,139,29,118,-42v-26,-47,-114,-32,-114,-113v0,-72,91,-77,144,-52r-12,28v-30,-16,-105,-24,-101,24","w":186},"\u0219":{"d":"52,80v3,-20,14,-36,15,-58r31,0v-3,25,-18,40,-28,58r-18,0xm133,-157v-26,-21,-110,-16,-75,29v30,23,86,23,88,75v2,63,-87,67,-130,44r0,-29v23,15,95,29,99,-12v-10,-52,-96,-30,-96,-95v0,-60,84,-60,125,-38","w":162,"k":{"\u201d":-11,"\u2019":-11,"'":-11,"\"":-11}},"\u02c6":{"d":"45,-223v15,-15,31,-33,42,-53r34,0v11,20,27,36,41,53r0,5v-33,4,-41,-19,-58,-33v-18,13,-24,38,-59,33r0,-5","w":207},"\u02c7":{"d":"104,-243v17,-14,24,-37,58,-33v-8,24,-32,35,-41,58r-34,0v-10,-19,-28,-38,-42,-53r0,-5v35,-4,41,19,59,33","w":207},"\u02c9":{"d":"50,-245r101,0r0,27r-101,0r0,-27","w":200},"\u02d8":{"d":"90,-245v23,1,46,0,47,-22r20,0v3,53,-86,66,-102,20v-2,-6,-4,-13,-4,-20r19,0v0,14,8,21,20,22","w":207},"\u02d9":{"d":"47,-225v-11,0,-20,-6,-19,-20v-1,-14,7,-20,19,-20v13,0,18,8,19,20v1,13,-8,20,-19,20","w":93},"\u02da":{"d":"103,-294v24,0,41,13,41,38v0,25,-17,38,-41,38v-24,0,-39,-14,-39,-38v0,-24,15,-38,39,-38xm103,-236v12,0,20,-8,20,-20v0,-12,-8,-20,-20,-20v-12,0,-21,9,-20,20v1,11,6,20,20,20","w":207},"\u02db":{"d":"5,44v1,-22,16,-33,28,-44r23,0v-16,16,-24,30,-24,42v0,16,15,17,30,14r0,20v-28,7,-60,-2,-57,-32","w":66},"\u02dc":{"d":"82,-265v26,0,63,42,71,0r19,0v-3,25,-12,47,-37,47v-25,0,-63,-42,-71,0r-19,0v3,-25,12,-47,37,-47","w":207},"\u02dd":{"d":"105,-276v-8,24,-32,41,-48,58r-18,0v7,-23,23,-37,31,-58r35,0xm168,-276v-7,25,-31,41,-47,58r-18,0v6,-23,23,-37,31,-58r34,0","w":207},"\u0384":{"d":"136,-276v-3,24,-18,40,-28,58r-19,0v1,-21,11,-37,12,-58r35,0","w":207},"\u0385":{"d":"90,-244v2,-22,11,-38,15,-58r37,0v-8,23,-25,40,-38,58r-14,0xm66,-227v-10,0,-17,-6,-17,-18v0,-12,6,-19,17,-18v10,1,16,6,16,18v0,11,-7,18,-16,18xm142,-227v-10,0,-17,-7,-17,-18v0,-11,6,-18,17,-18v11,0,18,6,17,18v0,11,-8,18,-17,18","w":207},"\u0386":{"d":"185,0r-28,-80r-95,0r-29,80r-33,0r94,-258r30,0r95,258r-34,0xm147,-109r-38,-114v-10,40,-24,77,-37,114r75,0xm43,-258v-3,24,-18,40,-28,58r-19,0v1,-21,11,-37,12,-58r35,0","w":218,"k":{"\u03c4":11,"\u03bb":-7,"\u03ab":18,"\u03a8":7,"\u03a6":7,"\u03a5":18,"\u03a4":22,"\u039f":4,"\u039b":-7,"\u0398":4,"\u0394":-7}},"\u0387":{"d":"48,-103v-16,0,-21,-10,-22,-24v0,-15,7,-25,22,-25v14,0,22,8,22,25v0,16,-7,24,-22,24","w":96},"\u0388":{"d":"193,0r-133,0r0,-257r133,0r0,29r-100,0r0,79r94,0r0,29r-94,0r0,91r100,0r0,29xm43,-258v-3,24,-18,40,-28,58r-19,0v1,-21,11,-37,12,-58r35,0","w":215},"\u0389":{"d":"239,0r-32,0r0,-120r-117,0r0,120r-33,0r0,-257r33,0r0,108r117,0r0,-108r32,0r0,257xm43,-258v-3,24,-18,40,-28,58r-19,0v1,-21,11,-37,12,-58r35,0","w":274},"\u038a":{"d":"152,0r-94,0r0,-18r31,-7r0,-207r-31,-7r0,-18r94,0r0,18r-31,7r0,207r31,7r0,18xm43,-258v-3,24,-18,40,-28,58r-19,0v1,-21,11,-37,12,-58r35,0","w":166,"k":{"\u03a6":4,"\u039f":4,"\u0398":4}},"\u038c":{"d":"148,-261v78,0,111,54,111,132v0,79,-34,133,-111,133v-79,0,-112,-53,-112,-133v0,-79,32,-132,112,-132xm148,-232v-58,0,-77,43,-77,103v0,60,18,104,77,104v58,0,76,-44,76,-104v0,-60,-18,-103,-76,-103xm43,-258v-3,24,-18,40,-28,58r-19,0v1,-21,11,-37,12,-58r35,0","w":281,"k":{"\u03bb":4,"\u03ab":7,"\u03aa":4,"\u03a7":7,"\u03a5":7,"\u03a4":11,"\u03a3":4,"\u039e":4,"\u0399":4,"\u0396":4,"\u0391":4}},"\u038e":{"d":"145,-127r60,-130r35,0r-79,157r0,100r-33,0r0,-98r-78,-159r36,0xm43,-258v-3,24,-18,40,-28,58r-19,0v1,-21,11,-37,12,-58r35,0","w":239,"k":{"\u2014":11,"\u2013":11,"\u03ce":14,"\u03cd":11,"\u03cc":18,"\u03cb":7,"\u03c9":14,"\u03c8":11,"\u03c7":7,"\u03c6":14,"\u03c5":11,"\u03c3":18,"\u03c2":18,"\u03c1":18,"\u03bf":18,"\u03bc":11,"\u03ba":11,"\u03b9":11,"\u03b8":7,"\u03b7":11,"\u03b6":7,"\u03b5":18,"\u03b4":14,"\u03b1":18,"\u03b0":11,"\u03ae":11,"\u03ad":18,"\u03ac":18,"\u03a9":7,"\u03a6":7,"\u039b":11,"\u0398":7,"\u0394":11,"\u0391":18,"\u00ab":11,"-":11}},"\u038f":{"d":"226,-144v0,-55,-22,-88,-76,-88v-54,0,-77,33,-76,88v0,59,25,93,60,118r0,26r-104,0r0,-29r62,0v-31,-24,-53,-62,-53,-116v0,-73,38,-116,111,-116v73,0,111,43,111,116v0,54,-22,92,-53,116r62,0r0,29r-104,0r0,-26v35,-25,60,-59,60,-118xm43,-258v-3,24,-18,40,-28,58r-19,0v1,-21,11,-37,12,-58r35,0","w":283,"k":{"\u03ab":11,"\u03a5":11,"\u03a4":11}},"\u0390":{"d":"111,-2v-44,17,-82,-3,-82,-55r0,-136r32,0r0,136v-4,32,21,39,50,31r0,24xm37,-244v2,-22,11,-38,15,-58r37,0v-8,23,-25,40,-38,58r-14,0xm13,-227v-10,0,-17,-6,-17,-18v0,-12,6,-19,17,-18v10,1,16,6,16,18v0,11,-7,18,-16,18xm89,-227v-10,0,-17,-7,-17,-18v0,-11,6,-18,17,-18v11,0,18,6,17,18v0,11,-8,18,-17,18","w":117,"k":{"\u03ce":7,"\u03cd":7,"\u03cc":7,"\u03cb":7,"\u03c9":4,"\u03c8":7,"\u03c7":4,"\u03c6":7,"\u03c5":7,"\u03c4":4,"\u03c3":7,"\u03c2":4,"\u03c0":4,"\u03bf":7,"\u03be":4,"\u03bd":7,"\u03bb":-7,"\u03b9":7,"\u03b8":7,"\u03b6":4,"\u03b4":7,"\u03b3":7,"\u03b1":7,"\u03b0":7,"\u03ac":7}},"\u0391":{"d":"185,0r-28,-80r-95,0r-29,80r-33,0r94,-258r30,0r95,258r-34,0xm147,-109r-38,-114v-10,40,-24,77,-37,114r75,0","w":218,"k":{"\u201d":14,"\u2019":14,"\u1ef2":18,"\u1e84":7,"\u1e82":7,"\u1e80":7,"\u03c4":11,"\u03ab":18,"\u03a8":11,"\u03a6":7,"\u03a5":18,"\u03a4":22,"\u039f":4,"\u0398":4,"\u0178":18,"\u0176":18,"\u0174":7,"\u0172":4,"\u0170":4,"\u016e":4,"\u016a":4,"\u0164":22,"\u0162":22,"\u0152":7,"\u0150":4,"\u014c":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00dd":18,"\u00dc":4,"\u00db":4,"\u00da":4,"\u00d9":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"Y":18,"W":7,"V":11,"U":4,"T":22,"Q":4,"O":4,"G":4,"C":4,"'":14,"\"":14}},"\u0392":{"d":"204,-75v2,82,-86,77,-169,75r0,-257v75,1,163,-12,162,65v-1,34,-24,49,-52,57v34,5,58,21,59,60xm163,-190v0,-46,-50,-39,-95,-39r0,81v46,0,95,7,95,-42xm169,-76v0,-49,-52,-46,-101,-45r0,93v51,1,101,4,101,-48","w":223,"k":{"\u1ef2":4,"\u03c7":4,"\u03c4":4,"\u03ab":4,"\u03aa":4,"\u03a7":4,"\u03a5":4,"\u03a4":4,"\u03a3":4,"\u039e":7,"\u0399":4,"\u0178":4,"\u0176":4,"\u0164":4,"\u0162":4,"\u00dd":4,"Y":4,"X":4,"V":4,"T":4}},"\u0393":{"d":"168,-257r0,29r-100,0r0,228r-33,0r0,-257r133,0","w":176,"k":{"\u201d":18,"\u2019":18,"\u2014":18,"\u2013":18,"\u1ef2":18,"\u1e84":11,"\u1e82":11,"\u1e80":11,"\u03ce":18,"\u03cd":11,"\u03cc":22,"\u03cb":11,"\u03ca":-7,"\u03c9":18,"\u03c8":11,"\u03c7":11,"\u03c6":22,"\u03c5":11,"\u03c4":11,"\u03c3":22,"\u03c2":22,"\u03c1":18,"\u03c0":11,"\u03bf":22,"\u03bd":11,"\u03bc":11,"\u03ba":11,"\u03b9":11,"\u03b7":11,"\u03b5":22,"\u03b4":18,"\u03b3":11,"\u03b1":22,"\u03ae":14,"\u03ad":22,"\u03ac":22,"\u03a9":7,"\u03a6":14,"\u039f":4,"\u039b":18,"\u0398":4,"\u0394":18,"\u0391":22,"\u0178":18,"\u0176":18,"\u0174":11,"\u0172":4,"\u0170":4,"\u016e":4,"\u016a":4,"\u0164":22,"\u0162":22,"\u0152":4,"\u0150":4,"\u014c":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00dd":18,"\u00dc":4,"\u00db":4,"\u00da":4,"\u00d9":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"\u00bb":14,"\u00ab":18,"Y":18,"W":11,"V":14,"U":4,"T":22,"Q":4,"O":4,"G":4,"C":4,".":18,"-":18,",":18,"'":18,"\"":18}},"\u0394":{"d":"198,-22r0,22r-191,0r0,-23r79,-234r32,0xm102,-221v-17,67,-39,129,-60,192r120,0","w":204,"k":{"\u2206":11,"\u201d":-14,"\u2019":-14,"\u03c0":7,"\u03bb":-7,"\u03ac":11,"\u03ab":11,"\u03a8":7,"\u03a6":7,"\u03a5":11,"\u03a4":18,"\u039f":7,"\u0398":7,"\u0394":-4,"\u0219":7,"\u01fb":11,"\u01fa":11,"\u0161":7,"\u015f":7,"\u015d":7,"\u015b":7,"\u0153":11,"\u0152":7,"\u0151":11,"\u0150":7,"\u014f":11,"\u014d":11,"\u014c":7,"\u0148":7,"\u0146":7,"\u0144":7,"\u0122":7,"\u0120":7,"\u011e":7,"\u011c":7,"\u011b":11,"\u0119":11,"\u0117":11,"\u0115":11,"\u0113":11,"\u010d":11,"\u010c":7,"\u010b":11,"\u0109":11,"\u0107":11,"\u0106":7,"\u0105":11,"\u0104":11,"\u0103":11,"\u0102":11,"\u0101":11,"\u0100":11,"\u00fc":7,"\u00fb":7,"\u00fa":7,"\u00f9":7,"\u00f8":11,"\u00f6":11,"\u00f5":11,"\u00f4":11,"\u00f3":11,"\u00f2":11,"\u00f1":7,"\u00eb":11,"\u00ea":11,"\u00e9":11,"\u00e8":11,"\u00e7":11,"\u00e6":11,"\u00e5":11,"\u00e4":11,"\u00e3":11,"\u00e2":11,"\u00e1":11,"\u00e0":11,"\u00d8":7,"\u00d6":7,"\u00d5":7,"\u00d4":7,"\u00d3":7,"\u00d2":7,"\u00c7":7,"\u00c6":22,"\u00c5":11,"\u00c4":11,"\u00c3":11,"\u00c2":11,"\u00c1":11,"\u00c0":11,"u":7,"s":7,"r":7,"q":11,"p":7,"o":11,"n":7,"m":7,"g":11,"e":11,"d":11,"c":11,"a":11,"Q":7,"O":7,"G":7,"C":7,"A":11,"?":-7,".":18,",":18,"'":-14,"\"":-14}},"\u0395":{"d":"168,0r-133,0r0,-257r133,0r0,29r-100,0r0,79r94,0r0,29r-94,0r0,91r100,0r0,29","w":190},"\u0396":{"d":"180,0r-166,0r0,-25r125,-203r-121,0r0,-29r158,0r0,25r-125,203r129,0r0,29","w":194,"k":{"\u03cd":7,"\u03cb":7,"\u03ca":-7,"\u03c8":7,"\u03c5":7,"\u03a6":4,"\u039f":4,"\u0398":4}},"\u0397":{"d":"217,0r-32,0r0,-120r-117,0r0,120r-33,0r0,-257r33,0r0,108r117,0r0,-108r32,0r0,257","w":252},"\u0398":{"d":"86,-145r94,0r0,28r-94,0r0,-28xm134,-261v78,0,111,54,111,132v0,79,-34,133,-111,133v-79,0,-112,-53,-112,-133v0,-79,32,-132,112,-132xm134,-232v-58,0,-77,43,-77,103v0,60,18,104,77,104v58,0,76,-44,76,-104v0,-60,-18,-103,-76,-103","w":267,"k":{"\u2206":4,"\u1ef2":7,"\u1e84":4,"\u1e82":4,"\u1e80":4,"\u03ab":7,"\u03a7":7,"\u03a5":7,"\u03a4":11,"\u03a3":4,"\u039e":4,"\u039b":4,"\u0399":4,"\u0394":7,"\u0391":4,"\u01fa":4,"\u017d":4,"\u017b":4,"\u0179":4,"\u0178":7,"\u0176":7,"\u0174":4,"\u0164":11,"\u0162":11,"\u0130":4,"\u012e":4,"\u012a":4,"\u0104":4,"\u0102":4,"\u0100":4,"\u00dd":7,"\u00cf":4,"\u00ce":4,"\u00cd":4,"\u00cc":4,"\u00c6":7,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"Z":4,"Y":7,"X":7,"W":4,"V":7,"T":11,"I":4,"A":4,".":11,",":11}},"\u0399":{"d":"108,0r-94,0r0,-18r31,-7r0,-207r-31,-7r0,-18r94,0r0,18r-31,7r0,207r31,7r0,18","w":121,"k":{"\u03bb":-7,"\u03b4":4,"\u03a6":4,"\u039f":4,"\u0398":4}},"\u039a":{"d":"208,0r-37,0r-79,-123r-24,20r0,103r-33,0r0,-257r33,0r0,129v31,-45,67,-86,100,-129r37,0r-91,112","w":208,"k":{"\u201d":-7,"\u2019":-7,"\u03ca":-7,"\u03c4":7,"\u03a6":14,"\u039f":7,"\u0398":7,"\u0152":7,"\u0150":7,"\u014c":7,"\u0122":7,"\u0120":7,"\u011e":7,"\u011c":7,"\u010c":7,"\u0106":7,"\u00d8":7,"\u00d6":7,"\u00d5":7,"\u00d4":7,"\u00d3":7,"\u00d2":7,"\u00c7":7,"Q":7,"O":7,"G":7,"C":7,"'":-7,"\"":-7}},"\u039b":{"d":"204,0r-34,0r-68,-222r-67,222r-35,0r86,-257r32,0","w":204,"k":{"\u2206":11,"\u201d":14,"\u2019":14,"\u1ef2":18,"\u1e84":7,"\u1e82":7,"\u1e80":7,"\u03c4":7,"\u03ab":18,"\u03a8":11,"\u03a6":7,"\u03a5":18,"\u03a4":22,"\u039f":4,"\u0398":4,"\u0219":7,"\u01fb":11,"\u01fa":11,"\u0178":18,"\u0176":18,"\u0174":7,"\u0172":4,"\u0170":4,"\u016e":4,"\u016a":4,"\u0164":22,"\u0162":22,"\u0161":7,"\u015f":7,"\u015d":7,"\u015b":7,"\u0153":11,"\u0152":7,"\u0151":11,"\u0150":4,"\u014f":11,"\u014d":11,"\u014c":4,"\u0148":7,"\u0146":7,"\u0144":7,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u011b":11,"\u0119":11,"\u0117":11,"\u0115":11,"\u0113":11,"\u010d":11,"\u010c":4,"\u010b":11,"\u0109":11,"\u0107":11,"\u0106":4,"\u0105":11,"\u0104":11,"\u0103":11,"\u0102":11,"\u0101":11,"\u0100":11,"\u00fc":7,"\u00fb":7,"\u00fa":7,"\u00f9":7,"\u00f8":11,"\u00f6":11,"\u00f5":11,"\u00f4":11,"\u00f3":11,"\u00f2":11,"\u00f1":7,"\u00eb":11,"\u00ea":11,"\u00e9":11,"\u00e8":11,"\u00e7":11,"\u00e6":11,"\u00e5":11,"\u00e4":11,"\u00e3":11,"\u00e2":11,"\u00e1":11,"\u00e0":11,"\u00dd":18,"\u00dc":4,"\u00db":4,"\u00da":4,"\u00d9":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"\u00c6":22,"\u00c5":11,"\u00c4":11,"\u00c3":11,"\u00c2":11,"\u00c1":11,"\u00c0":11,"u":7,"s":7,"r":7,"q":11,"p":7,"o":11,"n":7,"m":7,"g":11,"e":11,"d":11,"c":11,"a":11,"Y":18,"W":7,"V":11,"U":4,"T":22,"Q":4,"O":4,"G":4,"C":4,"A":11,"?":-7,"'":14,"\"":14}},"\u039c":{"d":"141,0r-79,-225r3,71r0,154r-30,0r0,-257r48,0r74,210r73,-210r48,0r0,257r-32,0r1,-225r-79,225r-27,0","w":313},"\u039d":{"d":"227,0r-37,0r-128,-213r3,213r-30,0r0,-257r37,0r126,212r2,0r-3,-212r30,0r0,257","w":262},"\u039e":{"d":"36,-149r119,0r0,29r-119,0r0,-29xm22,-257r148,0r0,29r-148,0r0,-29xm177,-29r0,29r-163,0r0,-29r163,0","w":191,"k":{"\u03bb":-7,"\u039f":4,"\u0398":4}},"\u039f":{"d":"134,-261v78,0,111,54,111,132v0,79,-34,133,-111,133v-79,0,-112,-53,-112,-133v0,-79,32,-132,112,-132xm134,-232v-58,0,-77,43,-77,103v0,60,18,104,77,104v58,0,76,-44,76,-104v0,-60,-18,-103,-76,-103","w":267,"k":{"\u2206":4,"\u1ef2":7,"\u1e84":4,"\u1e82":4,"\u1e80":4,"\u03ab":7,"\u03aa":4,"\u03a7":7,"\u03a5":7,"\u03a4":11,"\u03a3":4,"\u039e":4,"\u039b":4,"\u0399":4,"\u0391":4,"\u01fa":4,"\u017d":4,"\u017b":4,"\u0179":4,"\u0178":7,"\u0176":7,"\u0174":4,"\u0164":11,"\u0162":11,"\u0130":4,"\u012e":4,"\u012a":4,"\u0104":4,"\u0102":4,"\u0100":4,"\u00dd":7,"\u00cf":4,"\u00ce":4,"\u00cd":4,"\u00cc":4,"\u00c6":7,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"Z":4,"Y":7,"X":7,"W":4,"V":7,"T":11,"I":4,"A":4,".":11,",":11}},"\u03a0":{"d":"214,0r-33,0r0,-228r-113,0r0,228r-33,0r0,-257r179,0r0,257","w":248},"\u03a1":{"d":"35,-257v78,-2,156,-4,154,75v-2,65,-49,87,-121,82r0,100r-33,0r0,-257xm155,-180v0,-47,-39,-51,-87,-49r0,101v49,2,87,-4,87,-52","w":207,"k":{"\u2206":14,"\u1ef2":4,"\u03c1":7,"\u03bb":7,"\u03b4":7,"\u03ab":4,"\u03a7":4,"\u039b":14,"\u0396":4,"\u0394":14,"\u0391":14,"\u01fa":14,"\u017d":7,"\u017b":7,"\u0179":7,"\u0178":4,"\u0176":4,"\u010c":4,"\u0106":4,"\u0104":14,"\u0102":14,"\u0100":14,"\u00dd":4,"\u00c7":4,"\u00c6":25,"\u00c5":14,"\u00c4":14,"\u00c3":14,"\u00c2":14,"\u00c1":14,"\u00c0":14,"Z":7,"Y":4,"X":4,"C":4,"A":14,".":36,",":36}},"\u03a3":{"d":"14,0r0,-27r72,-108r-70,-96r0,-26r157,0r0,29r-120,0r69,93r-72,106r133,0r0,29r-169,0","w":191,"k":{"\u201d":-7,"\u2019":-7,"\u03bb":-7,"\u03a6":7,"\u039f":7,"\u0398":7,"\u0152":7,"\u0150":7,"\u014c":7,"\u0122":7,"\u0120":7,"\u011e":7,"\u011c":7,"\u010c":7,"\u0106":7,"\u00d8":7,"\u00d6":7,"\u00d5":7,"\u00d4":7,"\u00d3":7,"\u00d2":7,"\u00c7":7,"Q":7,"O":7,"G":7,"C":7,"'":-7,"\"":-7}},"\u03a4":{"d":"110,0r-33,0r0,-228r-73,0r0,-29r179,0r0,29r-73,0r0,228","w":186,"k":{"\u2206":22,"\u201d":-14,"\u2019":-14,"\u2014":18,"\u2013":18,"\u1ef3":11,"\u1e85":11,"\u1e83":11,"\u1e81":11,"\u03ce":22,"\u03cd":14,"\u03cc":22,"\u03cb":14,"\u03ca":-11,"\u03c9":22,"\u03c8":14,"\u03c7":11,"\u03c6":22,"\u03c5":14,"\u03c4":11,"\u03c3":22,"\u03c2":22,"\u03c1":22,"\u03bf":22,"\u03bd":11,"\u03bc":14,"\u03bb":-4,"\u03ba":14,"\u03b9":14,"\u03b7":14,"\u03b5":22,"\u03b4":14,"\u03b3":11,"\u03b1":22,"\u03b0":14,"\u03ae":14,"\u03ad":22,"\u03ac":22,"\u03a9":11,"\u03a6":11,"\u03a4":-4,"\u039f":11,"\u039b":22,"\u0398":11,"\u0394":18,"\u0391":22,"\u0219":22,"\u01fb":22,"\u01fa":22,"\u017e":11,"\u0177":11,"\u0175":11,"\u0164":-4,"\u0162":-4,"\u0161":22,"\u0160":4,"\u015f":22,"\u015e":4,"\u015d":22,"\u015b":22,"\u015a":4,"\u0153":22,"\u0152":11,"\u0151":22,"\u0150":11,"\u014f":22,"\u014d":22,"\u014c":11,"\u0148":14,"\u0146":14,"\u0144":14,"\u0122":11,"\u0120":11,"\u011e":11,"\u011c":11,"\u011b":22,"\u0119":22,"\u0117":22,"\u0115":22,"\u0113":22,"\u010d":22,"\u010c":11,"\u010b":22,"\u0109":22,"\u0107":22,"\u0106":11,"\u0105":22,"\u0104":22,"\u0103":22,"\u0102":22,"\u0101":22,"\u0100":22,"\u00ff":11,"\u00fd":11,"\u00fc":14,"\u00fb":14,"\u00fa":14,"\u00f9":14,"\u00f8":22,"\u00f6":22,"\u00f5":22,"\u00f4":22,"\u00f3":22,"\u00f2":22,"\u00f1":14,"\u00eb":22,"\u00ea":22,"\u00e9":22,"\u00e8":22,"\u00e7":22,"\u00e6":22,"\u00e5":22,"\u00e4":22,"\u00e3":22,"\u00e2":22,"\u00e1":22,"\u00e0":22,"\u00d8":11,"\u00d6":11,"\u00d5":11,"\u00d4":11,"\u00d3":11,"\u00d2":11,"\u00c7":11,"\u00c6":25,"\u00c5":22,"\u00c4":22,"\u00c3":22,"\u00c2":22,"\u00c1":22,"\u00c0":22,"\u00bb":7,"\u00ab":18,"z":11,"y":11,"x":11,"w":11,"v":11,"u":14,"s":22,"r":14,"q":22,"p":14,"o":22,"n":14,"m":14,"g":18,"e":22,"d":22,"c":22,"a":22,"T":-4,"S":4,"Q":11,"O":11,"G":11,"C":11,"A":22,"?":-7,".":18,"-":18,",":18,"'":-14,"\"":-14}},"\u03a5":{"d":"95,-127r60,-130r35,0r-79,157r0,100r-33,0r0,-98r-78,-159r36,0","w":189,"k":{"\u2014":11,"\u2013":11,"\u03ce":14,"\u03cd":11,"\u03cc":18,"\u03cb":11,"\u03ca":-7,"\u03c9":14,"\u03c8":11,"\u03c7":7,"\u03c6":18,"\u03c5":11,"\u03c4":4,"\u03c3":18,"\u03c2":18,"\u03c1":18,"\u03bf":18,"\u03be":4,"\u03bc":11,"\u03bb":-4,"\u03ba":11,"\u03b9":11,"\u03b8":7,"\u03b7":11,"\u03b6":7,"\u03b5":14,"\u03b4":18,"\u03b2":7,"\u03b1":18,"\u03b0":7,"\u03af":4,"\u03ae":11,"\u03ad":14,"\u03ac":18,"\u03a9":7,"\u03a6":11,"\u039f":7,"\u039b":18,"\u0398":7,"\u0394":11,"\u0391":18,"\u00ab":11,".":18,"-":11,",":18}},"\u03a6":{"d":"18,-133v0,-61,35,-100,104,-96r0,-32r33,0r0,32v69,-4,103,35,103,96v0,62,-35,99,-103,97r0,40r-33,0r0,-40v-68,2,-104,-34,-104,-97xm224,-134v0,-42,-21,-70,-69,-67r0,137v47,1,69,-25,69,-70xm52,-134v0,45,23,71,70,70r0,-137v-48,-3,-70,24,-70,67","w":276,"k":{"\u03bb":7,"\u03ab":11,"\u03aa":7,"\u03a7":11,"\u03a5":11,"\u03a4":11,"\u039b":7,"\u0399":4,"\u0394":7,"\u0391":7}},"\u03a7":{"d":"197,0r-37,0r-62,-112r-65,112r-33,0r80,-134r-75,-123r35,0r59,98r58,-98r34,0r-74,122","w":196,"k":{"\u03ce":4,"\u03cd":7,"\u03cc":4,"\u03cb":7,"\u03c9":4,"\u03c8":7,"\u03c6":4,"\u03c5":7,"\u03c4":7,"\u03c3":4,"\u03c2":4,"\u03bf":4,"\u03bb":-4,"\u03b9":4,"\u03b8":4,"\u03b4":4,"\u03b1":4,"\u03b0":4,"\u03af":4,"\u03ac":4,"\u03a6":11,"\u039f":7,"\u0398":7}},"\u03a8":{"d":"155,-106v45,1,69,-23,69,-66r0,-85r34,0v5,99,-2,186,-103,179r0,78r-33,0r0,-78v-67,2,-104,-32,-104,-94r0,-85r34,0v-1,74,-12,158,70,151r0,-151r33,0r0,151","w":276,"k":{"\u03ce":4,"\u03cc":4,"\u03c9":4,"\u03c6":4,"\u03c3":4,"\u03c1":7,"\u03b4":7,"\u039b":11,"\u0394":7,"\u0391":11,".":14,",":14}},"\u03a9":{"d":"210,-144v0,-55,-22,-88,-76,-88v-54,0,-77,33,-76,88v0,59,25,93,60,118r0,26r-104,0r0,-29r62,0v-31,-24,-53,-62,-53,-116v0,-73,38,-116,111,-116v73,0,111,43,111,116v0,54,-22,92,-53,116r62,0r0,29r-104,0r0,-26v35,-25,60,-59,60,-118","w":267,"k":{"\u03ab":7,"\u03a5":7,"\u03a4":11}},"\u03aa":{"d":"108,0r-94,0r0,-18r31,-7r0,-207r-31,-7r0,-18r94,0r0,18r-31,7r0,207r31,7r0,18xm28,-286v-10,0,-17,-7,-17,-18v0,-11,6,-18,17,-18v11,0,17,7,17,18v0,11,-7,18,-17,18xm94,-286v-10,-1,-16,-7,-17,-18v-2,-19,26,-24,32,-8v5,13,-3,27,-15,26","w":121,"k":{"\u201d":-7,"\u2019":-7,"\u03c4":4,"\u03bb":-4,"\u03b4":4,"\u03b3":4,"\u03a6":7,"\u039f":4,"\u0398":4,"\u0152":4,"\u0150":4,"\u014c":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"Q":4,"O":4,"G":4,"C":4,"'":-7,"\"":-7}},"\u03ab":{"d":"95,-127r60,-130r35,0r-79,157r0,100r-33,0r0,-98r-78,-159r36,0xm62,-286v-10,0,-17,-7,-17,-18v0,-11,6,-18,17,-18v11,0,17,7,17,18v0,11,-7,18,-17,18xm128,-286v-10,-1,-16,-7,-17,-18v-2,-19,26,-24,32,-8v5,13,-3,27,-15,26","w":189,"k":{"\u2206":18,"\u2022":7,"\u201d":-14,"\u2019":-14,"\u1ef3":4,"\u03ce":18,"\u03cd":11,"\u03cc":18,"\u03cb":11,"\u03ca":-7,"\u03c9":18,"\u03c8":11,"\u03c7":7,"\u03c6":18,"\u03c5":11,"\u03c4":7,"\u03c3":18,"\u03c2":18,"\u03c1":18,"\u03c0":7,"\u03bf":18,"\u03be":4,"\u03bd":4,"\u03bc":11,"\u03ba":11,"\u03b9":11,"\u03b7":11,"\u03b6":7,"\u03b5":18,"\u03b4":18,"\u03b3":4,"\u03b2":7,"\u03b1":18,"\u03b0":11,"\u03af":4,"\u03ae":11,"\u03ad":14,"\u03ac":18,"\u03a9":7,"\u03a6":11,"\u039f":7,"\u039b":18,"\u0398":7,"\u0394":11,"\u0391":18,"\u0219":14,"\u01fb":18,"\u01fa":18,"\u017e":11,"\u0177":4,"\u0164":-7,"\u0162":-7,"\u0161":14,"\u0160":4,"\u015f":14,"\u015e":4,"\u015d":14,"\u015b":14,"\u015a":4,"\u0153":18,"\u0152":7,"\u0151":18,"\u0150":7,"\u014f":18,"\u014d":18,"\u014c":7,"\u0148":11,"\u0146":11,"\u0144":11,"\u0134":12,"\u0122":7,"\u0120":7,"\u011e":7,"\u011c":7,"\u011b":18,"\u0119":18,"\u0117":18,"\u0115":18,"\u0113":18,"\u010d":18,"\u010c":7,"\u010b":18,"\u0109":18,"\u0107":18,"\u0106":7,"\u0105":18,"\u0104":18,"\u0103":18,"\u0102":18,"\u0101":18,"\u0100":18,"\u00ff":4,"\u00fd":4,"\u00fc":11,"\u00fb":11,"\u00fa":11,"\u00f9":11,"\u00f8":18,"\u00f6":18,"\u00f5":18,"\u00f4":18,"\u00f3":18,"\u00f2":18,"\u00f1":11,"\u00eb":18,"\u00ea":18,"\u00e9":18,"\u00e8":18,"\u00e7":18,"\u00e6":18,"\u00e5":18,"\u00e4":18,"\u00e3":18,"\u00e2":18,"\u00e1":18,"\u00e0":18,"\u00d8":7,"\u00d6":7,"\u00d5":7,"\u00d4":7,"\u00d3":7,"\u00d2":7,"\u00c7":7,"\u00c6":25,"\u00c5":18,"\u00c4":18,"\u00c3":18,"\u00c2":18,"\u00c1":18,"\u00c0":18,"\u00bb":7,"\u00ab":11,"}":-11,"z":11,"y":4,"x":7,"u":11,"s":14,"r":11,"q":18,"p":11,"o":18,"n":11,"m":11,"g":18,"f":5,"e":18,"d":18,"c":18,"a":18,"]":-11,"T":-7,"S":4,"Q":7,"O":7,"M":4,"J":12,"G":7,"C":7,"A":18,"?":-7,".":18,"-":29,",":18,"*":-7,")":-11,"'":-14,"&":11,"\"":-14}},"\u03ac":{"d":"53,-96v0,42,8,72,46,73v42,1,49,-32,49,-73v1,-43,-8,-74,-49,-74v-37,0,-46,33,-46,74xm150,-26v-15,13,-28,32,-57,30v-53,-3,-73,-43,-73,-100v0,-60,22,-98,77,-101v30,-1,40,15,55,30v3,-8,7,-19,12,-26r25,0v-11,42,-9,98,-9,151v-1,15,10,22,25,18r0,23v-23,12,-53,0,-55,-25xm140,-276v-3,24,-18,40,-28,58r-19,0v1,-21,11,-37,12,-58r35,0","w":210,"k":{"\u03bb":-7}},"\u03ad":{"d":"53,-143v-1,30,33,29,64,29r0,27v-35,-1,-71,0,-70,33v1,45,79,33,103,16r0,28v-42,25,-134,19,-134,-43v0,-31,24,-36,40,-49v-19,-6,-34,-18,-34,-43v-1,-60,87,-60,129,-38r-11,26v-23,-15,-86,-24,-87,14xm127,-276v-3,24,-18,40,-28,58r-19,0v1,-21,11,-37,12,-58r35,0","w":163,"k":{"\u03c6":4,"\u03c3":4,"\u03bf":4,"\u03b4":4,"\u03b1":4,"\u03ac":7}},"\u03ae":{"d":"118,-197v45,0,66,23,65,71r0,212r-32,0r0,-210v0,-28,-10,-47,-38,-46v-73,0,-44,102,-50,170r-32,0r0,-193r26,0v3,8,0,21,6,26v11,-18,28,-30,55,-30xm148,-276v-3,24,-18,40,-28,58r-19,0v1,-21,11,-37,12,-58r35,0","w":211,"k":{"'":7}},"\u03af":{"d":"111,-2v-44,17,-82,-3,-82,-55r0,-136r32,0r0,136v-4,32,21,39,50,31r0,24xm82,-276v-3,24,-18,40,-28,58r-19,0v1,-21,11,-37,12,-58r35,0","w":117,"k":{"\u03cd":4,"\u03cc":4,"\u03cb":4,"\u03ca":4,"\u03c8":4,"\u03c5":4,"\u03c4":7,"\u03c3":4,"\u03c2":4,"\u03c0":4,"\u03bf":4,"\u03bd":7,"\u03bb":-7,"\u03b9":4,"\u03b8":4,"\u03b4":4,"\u03b3":4,"\u03b0":4,"\u03af":4,"\u03ac":4}},"\u03b0":{"d":"180,-193v20,80,20,197,-74,197v-95,0,-76,-106,-77,-197r32,0v5,67,-22,170,47,170v69,0,52,-115,40,-170r32,0xm93,-244v2,-22,11,-38,15,-58r37,0v-8,23,-25,40,-38,58r-14,0xm69,-227v-10,0,-17,-6,-17,-18v0,-12,6,-19,17,-18v10,1,16,6,16,18v0,11,-7,18,-16,18xm145,-227v-10,0,-17,-7,-17,-18v0,-11,6,-18,17,-18v11,0,18,6,17,18v0,11,-8,18,-17,18","w":212},"\u03b1":{"d":"53,-96v0,42,8,72,46,73v42,1,49,-32,49,-73v1,-43,-8,-74,-49,-74v-37,0,-46,33,-46,74xm150,-26v-15,13,-28,32,-57,30v-53,-3,-73,-43,-73,-100v0,-60,22,-98,77,-101v30,-1,40,15,55,30v3,-8,7,-19,12,-26r25,0v-11,42,-9,98,-9,151v-1,15,10,22,25,18r0,23v-23,12,-53,0,-55,-25","w":210,"k":{"\u03bb":-7}},"\u03b2":{"d":"31,-193v1,-53,26,-83,80,-82v47,0,77,22,78,69v1,38,-22,53,-52,61v40,5,62,28,64,72v4,74,-81,92,-138,65r0,94r-32,0r0,-279xm156,-205v0,-29,-17,-44,-45,-44v-34,0,-48,21,-48,58r0,154v35,22,105,24,105,-38v0,-46,-33,-58,-81,-55r0,-27v42,3,69,-9,69,-48","w":216,"k":{"\u03c7":4}},"\u03b3":{"d":"174,-193r-74,213v-5,20,-9,42,-9,66r-34,0v3,-32,9,-62,18,-88r-73,-191r33,0r56,160v12,-58,33,-107,50,-160r33,0","w":175,"k":{"\u201d":-11,"\u2019":-11,"\u03c9":-4,"\u03c7":-4,"\u03c4":-4,"\u03c1":4,"\u03c0":-7,"\u03b4":4,"f":-4,"'":-11,"\"":-11}},"\u03b4":{"d":"20,-77v-1,-53,34,-75,74,-88v-23,-13,-44,-27,-45,-61v-2,-62,93,-56,129,-30r-13,25v-15,-9,-31,-18,-57,-18v-41,0,-30,48,-4,57v36,27,84,43,84,104v0,58,-28,92,-85,92v-51,0,-82,-28,-83,-81xm103,-23v58,4,67,-88,29,-115v-5,-4,-10,-8,-16,-12v-34,10,-63,29,-63,74v0,32,17,51,50,53","w":207,"k":{"\u03c7":7,"\u03c4":4}},"\u03b5":{"d":"53,-143v-1,30,33,29,64,29r0,27v-35,-1,-71,0,-70,33v1,45,79,33,103,16r0,28v-42,25,-134,19,-134,-43v0,-31,24,-36,40,-49v-19,-6,-34,-18,-34,-43v-1,-60,87,-60,129,-38r-11,26v-23,-15,-86,-24,-87,14","w":163,"k":{"\u201d":-11,"\u2019":-11,"\u03cc":7,"\u03c6":7,"\u03c3":7,"\u03c2":4,"\u03bf":7,"\u03b4":4,"\u03ac":7,"'":-11,"\"":-11}},"\u03b6":{"d":"154,14v0,24,-12,40,-21,56r-30,0v13,-16,37,-59,2,-66v-47,-9,-88,-25,-85,-84v4,-83,56,-124,97,-169r-86,2r0,-27r122,0r0,25v-46,47,-93,84,-100,167v-6,73,101,34,101,96","w":163,"k":{"\u03ce":11,"\u03cd":11,"\u03cc":11,"\u03cb":11,"\u03c9":11,"\u03c8":11,"\u03c6":11,"\u03c5":11,"\u03c4":11,"\u03c3":11,"\u03c2":11,"\u03c0":11,"\u03bf":11,"\u03be":7,"\u03bd":7,"\u03bb":-7,"\u03ba":4,"\u03b9":7,"\u03b8":7,"\u03b7":7,"\u03b6":7,"\u03b5":7,"\u03b4":11,"\u03b3":7,"\u03b1":11,"\u03b0":7,"\u03ad":7,"\u03ac":14}},"\u03b7":{"d":"118,-197v45,0,66,23,65,71r0,212r-32,0r0,-210v0,-28,-10,-47,-38,-46v-73,0,-44,102,-50,170r-32,0r0,-193r26,0v3,8,0,21,6,26v11,-18,28,-30,55,-30","w":211,"k":{"'":7}},"\u03b8":{"d":"102,-278v69,0,82,67,82,141v0,73,-12,141,-82,141v-69,0,-82,-68,-82,-141v0,-75,12,-141,82,-141xm52,-127v-3,58,16,123,72,97v23,-17,26,-56,28,-97r-100,0xm151,-155v0,-59,-17,-112,-71,-90v-23,16,-26,51,-28,90r99,0","w":203},"\u03b9":{"d":"111,-2v-44,17,-82,-3,-82,-55r0,-136r32,0r0,136v-4,32,21,39,50,31r0,24","w":117,"k":{"\u201d":-14,"\u2019":-14,"\u03ca":4,"\u03c6":7,"\u03c4":7,"\u03c0":7,"\u03bd":7,"\u03bb":-7,"\u03b9":4,"\u03b8":7,"\u03b3":7,"\u03b1":4,"\u03b0":4,"\u03ac":7,"'":-14,"\"":-14}},"\u03ba":{"d":"141,0r-60,-86r-19,14r0,72r-31,0r0,-193r31,0r-3,99r77,-99r36,0r-70,86r75,107r-36,0","w":178,"k":{"\u201d":-7,"\u2019":-7,"\u03bf":4,"\u03b5":4,"\u03b4":7,"\u03b1":7,"\u03ac":7,"'":-7,"\"":-7}},"\u03bb":{"d":"14,-273v51,-13,71,21,84,60r58,171v3,13,11,23,28,18v9,29,-23,34,-42,21v-28,-42,-35,-105,-54,-155v-13,58,-38,106,-57,158r-33,0r77,-189v-10,-29,-15,-71,-61,-58r0,-26","w":184,"k":{"\u201d":-11,"\u2019":-11,"\u03c7":7,"\u03c4":11,"\u03c0":7,"\u03bd":7,"\u03bb":-11,"\u03b8":7,"\u03b3":4,"\u03b0":4,"f":-4,"'":-11,"\"":-11}},"\u03bc":{"d":"151,-26v-12,30,-67,41,-89,14r1,98r-32,0r0,-279r32,0r0,124v0,28,10,47,38,46v73,0,44,-102,50,-170r32,0r0,193r-26,0v-3,-8,0,-21,-6,-26","w":213},"\u03bd":{"d":"171,-193v1,90,-26,146,-70,193r-34,0r-67,-193r33,0r53,166v41,-35,53,-92,53,-166r32,0","w":186,"k":{"\u201d":-11,"\u2019":-11,"\u03c1":4,"\u03c0":-4,"f":-4,"'":-11,"\"":-11}},"\u03be":{"d":"63,-194v-2,40,38,39,78,38r0,24v-51,-4,-86,9,-88,55v-3,68,101,30,101,91v0,24,-12,40,-21,56r-30,0v13,-16,37,-59,2,-66v-45,-9,-87,-24,-85,-78v1,-37,22,-58,49,-68r0,-2v-22,-6,-37,-21,-37,-49v0,-35,24,-47,51,-56r-52,2r0,-27r112,0r0,25v-44,0,-78,14,-80,55","w":163,"k":{"\u03bb":-7,"\u03b1":4,";":-11}},"\u03bf":{"d":"104,-197v57,0,84,40,84,100v0,61,-26,101,-85,101v-56,0,-83,-41,-83,-101v0,-60,26,-100,84,-100xm104,-170v-40,0,-51,29,-51,73v0,44,11,74,51,74v40,0,51,-30,51,-74v0,-44,-11,-73,-51,-73","w":207,"k":{"\u03c7":7,"\u03c4":4,"\u017e":4,"z":4,"x":7}},"\u03c0":{"d":"178,-45v-3,22,17,25,32,19r0,25v-31,14,-64,-2,-64,-42r0,-123r-71,0r0,166r-32,0r0,-166r-39,0v-3,-20,15,-19,24,-27r187,0r0,27r-37,0r0,121","w":226,"k":{"\u03c4":-4,"\u03bd":-7,"\u03b3":-4,"\u03b1":4}},"\u03c1":{"d":"188,-97v5,80,-67,126,-128,85r1,98r-32,0v8,-113,-36,-283,81,-283v54,0,74,43,78,100xm155,-97v0,-43,-9,-72,-47,-73v-56,-1,-46,72,-47,129v11,11,27,18,48,18v37,-2,46,-32,46,-74","w":207,"k":{"\u03c7":7,"\u03c4":4,"\u017e":4,"z":4,"x":7}},"\u03c2":{"d":"106,-168v-43,0,-48,34,-53,77v-9,83,101,41,101,105v0,24,-12,40,-21,56r-30,0v13,-16,37,-60,2,-66v-51,-9,-85,-32,-85,-95v0,-83,61,-127,135,-95r-10,27v-11,-5,-25,-10,-39,-9","w":163},"\u03c3":{"d":"20,-92v0,-66,31,-102,97,-101r86,0r0,27r-46,0v52,46,37,176,-54,170v-56,-4,-83,-37,-83,-96xm128,-166v-54,-4,-77,21,-75,74v1,39,12,68,51,69v71,1,57,-112,24,-143","w":211,"k":{"\u03c4":-7,"\u03c0":-4,"\u03bd":-4,"\u03b3":-4,"\u017e":4,"z":4,"x":7}},"\u03c4":{"d":"143,-1v-45,17,-88,-3,-88,-55r0,-110r-52,0v-3,-20,15,-19,24,-27r126,0r0,27r-65,0r0,107v-3,34,24,43,55,34r0,24","w":161,"k":{"\u201d":-14,"\u2019":-14,"\u03c4":-4,"\u03c3":4,"\u03c2":7,"\u03c0":-4,"\u03bf":7,"\u03bd":-7,"\u03b4":4,"\u03b3":-4,"\u00bb":-7,"f":-4,"'":-14,"\"":-14}},"\u03c5":{"d":"180,-193v20,80,20,197,-74,197v-95,0,-76,-106,-77,-197r32,0v5,67,-22,170,47,170v69,0,52,-115,40,-170r32,0","w":212},"\u03c6":{"d":"232,-100v0,63,-33,99,-93,103r0,83r-31,0r0,-83v-102,6,-108,-143,-51,-198r25,17v-38,35,-48,155,26,155v4,-72,-20,-177,54,-174v50,2,70,44,70,97xm139,-23v40,-5,59,-32,59,-77v0,-35,-6,-65,-35,-70v-19,2,-23,18,-24,40r0,107","w":251,"k":{"\u03c7":4,"\u017e":4,"z":4,"x":7}},"\u03c7":{"d":"10,-191v66,-18,68,58,88,101r50,-103r32,0r-70,136r42,108v5,9,21,11,35,8v1,18,1,32,-21,27v-61,-1,-54,-71,-77,-111r-58,111r-35,0r80,-145v-13,-33,-22,-73,-39,-101v-6,-8,-16,-8,-27,-6r0,-25","w":188,"k":{"\u201d":-14,"\u2019":-14,"\u03cc":4,"\u03c9":7,"\u03c8":7,"\u03c7":-7,"\u03c6":4,"\u03c5":4,"\u03c3":7,"\u03c2":7,"\u03bf":7,"\u03b8":4,"\u03b5":7,"\u03b4":7,"\u03b3":-4,"\u03b1":7,"\u03ad":7,"\u03ac":7,"f":-4,"'":-14,"\"":-14}},"\u03c8":{"d":"119,3v-61,-1,-89,-38,-90,-101r0,-95r32,0v4,71,-20,165,58,170r0,-250r31,0r0,250v74,-3,69,-103,52,-170r32,0v7,28,11,58,11,92v0,65,-33,101,-95,104r0,83r-31,0r0,-83","w":266,"k":{"\u017e":4,"z":4,"x":7}},"\u03c9":{"d":"136,-28v-10,19,-22,32,-50,32v-85,-4,-75,-141,-44,-197r33,0v-13,29,-23,57,-22,99v0,35,5,67,35,71v41,-3,31,-58,32,-101r31,0v0,43,-8,101,32,101v30,0,35,-36,35,-71v0,-42,-9,-69,-21,-99r32,0v31,57,41,197,-44,197v-27,0,-41,-11,-49,-32","w":271,"k":{"\u03b3":-4,"\u017e":4,"z":4,"x":7}},"\u03ca":{"d":"111,-2v-44,17,-82,-3,-82,-55r0,-136r32,0r0,136v-4,32,21,39,50,31r0,24xm21,-227v-10,0,-17,-7,-17,-18v0,-11,6,-18,17,-18v11,0,17,7,17,18v0,11,-7,18,-17,18xm87,-227v-10,-1,-16,-7,-17,-18v-2,-19,26,-24,32,-8v5,13,-3,27,-15,26","w":117,"k":{"\u03ce":4,"\u03cd":4,"\u03cc":4,"\u03cb":4,"\u03c8":7,"\u03c7":4,"\u03c5":4,"\u03c4":7,"\u03c3":4,"\u03c2":4,"\u03c0":7,"\u03bf":4,"\u03bb":-7,"\u03b8":7,"\u03b4":4,"\u03b3":7,"\u03b1":7,"\u03b0":4,"\u03ac":4}},"\u03cb":{"d":"180,-193v20,80,20,197,-74,197v-95,0,-76,-106,-77,-197r32,0v5,67,-22,170,47,170v69,0,52,-115,40,-170r32,0xm71,-227v-10,0,-17,-7,-17,-18v0,-11,6,-18,17,-18v11,0,17,7,17,18v0,11,-7,18,-17,18xm137,-227v-10,-1,-16,-7,-17,-18v-2,-19,26,-24,32,-8v5,13,-3,27,-15,26","w":212},"\u03cc":{"d":"104,-197v57,0,84,40,84,100v0,61,-26,101,-85,101v-56,0,-83,-41,-83,-101v0,-60,26,-100,84,-100xm104,-170v-40,0,-51,29,-51,73v0,44,11,74,51,74v40,0,51,-30,51,-74v0,-44,-11,-73,-51,-73xm138,-276v-3,24,-18,40,-28,58r-19,0v1,-21,11,-37,12,-58r35,0","w":207,"k":{"\u017e":4,"z":4,"x":7}},"\u03cd":{"d":"180,-193v20,80,20,197,-74,197v-95,0,-76,-106,-77,-197r32,0v5,67,-22,170,47,170v69,0,52,-115,40,-170r32,0xm139,-276v-3,24,-18,40,-28,58r-19,0v1,-21,11,-37,12,-58r35,0","w":212},"\u03ce":{"d":"136,-28v-10,19,-22,32,-50,32v-85,-4,-75,-141,-44,-197r33,0v-13,29,-23,57,-22,99v0,35,5,67,35,71v41,-3,31,-58,32,-101r31,0v0,43,-8,101,32,101v30,0,35,-36,35,-71v0,-42,-9,-69,-21,-99r32,0v31,57,41,197,-44,197v-27,0,-41,-11,-49,-32xm170,-276v-3,24,-18,40,-28,58r-19,0v1,-21,11,-37,12,-58r35,0","w":271,"k":{"\u017e":4,"z":4,"x":7}},"\u0401":{"d":"168,0r-133,0r0,-257r133,0r0,29r-100,0r0,79r94,0r0,29r-94,0r0,91r100,0r0,29xm69,-286v-10,0,-17,-7,-17,-18v0,-11,6,-18,17,-18v11,0,17,7,17,18v0,11,-7,18,-17,18xm135,-286v-10,-1,-16,-7,-17,-18v-2,-19,26,-24,32,-8v5,13,-3,27,-15,26","w":190,"k":{"\u201d":-7,"\u2019":-7,"\u0424":4,"\u0421":4,"\u041e":4,"\u0150":4,"\u014c":4,"\u0134":-11,"\u010c":4,"\u0106":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00cd":4,"\u00c8":4,"\u00c7":4,"\u00c2":4,"Q":4,"O":4,"J":-11,"C":4,"-":7,"'":-7,"\"":-7}},"\u0402":{"d":"226,-92v0,66,-28,110,-88,91r0,-28v37,15,63,-11,55,-59v5,-51,-51,-41,-97,-41r0,129r-33,0r0,-228r-59,0r0,-29r166,0r0,29r-74,0r0,70v68,-3,130,-1,130,66","w":253,"k":{"\u201d":11,"\u2019":11,"\u044a":14,"\u0447":11,"\u0445":4,"\u0443":4,"\u0442":11,"\u042a":22,"\u0427":11,"\u0425":4,"\u0423":7,"\u0422":22,"\u0416":7,"\u040b":22,"\u0402":22,"'":11,"\"":11}},"\u0403":{"d":"168,-257r0,29r-100,0r0,228r-33,0r0,-257r133,0xm147,-335v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":176,"k":{"\u201d":-14,"\u2019":-14,"\u1ef2":18,"\u1e84":11,"\u1e82":11,"\u1e80":11,"\u0491":11,"\u045f":11,"\u045c":11,"\u045a":11,"\u0459":29,"\u0457":-11,"\u0455":14,"\u0454":22,"\u0453":11,"\u0451":22,"\u044f":18,"\u044e":11,"\u044d":11,"\u044c":11,"\u044b":11,"\u044a":11,"\u0449":11,"\u0448":11,"\u0447":11,"\u0446":11,"\u0445":11,"\u0444":22,"\u0443":11,"\u0442":11,"\u0441":22,"\u0440":11,"\u043f":11,"\u043e":22,"\u043d":11,"\u043c":11,"\u043b":29,"\u043a":11,"\u0439":11,"\u0438":11,"\u0437":11,"\u0436":11,"\u0435":22,"\u0434":29,"\u0433":11,"\u0432":11,"\u0431":7,"\u0430":22,"\u0424":11,"\u0421":4,"\u041e":7,"\u041b":22,"\u0414":22,"\u0410":22,"\u0409":18,"\u0404":4,"\u0178":18,"\u0176":18,"\u0174":11,"\u0172":4,"\u0170":4,"\u016e":4,"\u016a":4,"\u0164":22,"\u0162":22,"\u0152":4,"\u0150":4,"\u014c":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00dd":18,"\u00dc":4,"\u00db":4,"\u00da":4,"\u00d9":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"Y":18,"W":11,"V":14,"U":4,"T":22,"Q":4,"O":4,"G":4,"C":4,"-":29,"'":-14,"\"":-14}},"\u0404":{"d":"193,-218v-42,-28,-116,-9,-126,34v-5,10,-7,22,-9,35r110,0r0,29r-111,0v2,57,25,94,82,95v22,0,40,-5,58,-10r0,28v-18,8,-38,11,-63,11v-79,0,-109,-53,-112,-133v-4,-105,89,-160,185,-117","w":217,"k":{"\u201d":-7,"\u2019":-7,"\u0447":7,"\u0444":7,"\u0424":4,"\u0421":7,"\u041e":4,"\u0404":7,"'":-7,"\"":-7}},"\u0405":{"d":"53,-195v5,72,117,41,117,126v0,76,-95,85,-152,60r0,-31v38,21,139,29,118,-42v-26,-47,-114,-32,-114,-113v0,-72,91,-77,144,-52r-12,28v-30,-16,-105,-24,-101,24","w":186,"k":{"\u0442":7,"\u0405":4}},"\u0406":{"d":"108,0r-94,0r0,-18r31,-7r0,-207r-31,-7r0,-18r94,0r0,18r-31,7r0,207r31,7r0,18","w":121,"k":{"\u044a":4,"\u0447":7,"\u0443":4,"\u0442":7,"\u0404":4}},"\u0407":{"d":"108,0r-94,0r0,-18r31,-7r0,-207r-31,-7r0,-18r94,0r0,18r-31,7r0,207r31,7r0,18xm28,-286v-10,0,-17,-7,-17,-18v0,-11,6,-18,17,-18v11,0,17,7,17,18v0,11,-7,18,-17,18xm94,-286v-10,-1,-16,-7,-17,-18v-2,-19,26,-24,32,-8v5,13,-3,27,-15,26","w":121,"k":{"\u201d":-7,"\u0421":4,"\u041e":4,"\u0404":4,"\u0152":4,"\u0150":4,"\u014c":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"Q":4,"O":4,"G":4,"C":4,"'":-7,"\"":-7}},"\u0408":{"d":"65,-4v4,57,-45,83,-97,68r0,-28v30,10,64,2,64,-36r0,-257r33,0r0,253","w":97},"\u0409":{"d":"195,-149v66,-3,113,14,114,74v2,74,-70,79,-147,75r0,-228r-55,0r-23,156v-6,46,-30,89,-84,72r0,-27v73,19,54,-106,72,-173v7,-27,3,-27,7,-57r116,0r0,108xm275,-75v0,-42,-36,-47,-80,-45r0,92v45,2,80,-5,80,-47","w":327,"k":{"\u201d":18,"\u2019":18,"\u044a":11,"\u0447":7,"\u0442":7,"\u042a":22,"\u0427":14,"\u0425":4,"\u0423":4,"\u0422":22,"\u041b":4,"\u0416":7,"\u040e":7,"\u040b":22,"'":18,"\"":18}},"\u040a":{"d":"203,-149v66,-3,113,14,114,74v1,74,-70,79,-147,75r0,-120r-102,0r0,120r-33,0r0,-257r33,0r0,108r102,0r0,-108r33,0r0,108xm283,-75v0,-42,-36,-47,-80,-45r0,92v45,2,80,-5,80,-47","w":335,"k":{"\u201d":18,"\u2019":18,"\u044a":7,"\u0447":4,"\u0445":4,"\u0442":7,"\u042a":22,"\u0427":14,"\u0423":7,"\u0422":22,"\u0416":4,"\u040e":7,"\u040b":22,"\u0402":22,"'":18,"\"":18}},"\u040b":{"d":"193,0v-5,-52,20,-133,-40,-129r-57,0r0,129r-33,0r0,-228r-59,0r0,-29r166,0r0,29r-74,0r0,70v68,-3,130,-1,130,66r0,92r-33,0","w":253,"k":{"\u045e":4,"\u044a":11,"\u0447":7,"\u0443":4,"\u0442":7,"\u042a":22,"\u040b":18,"\u0402":18}},"\u040c":{"d":"208,0r-38,0r-102,-130r0,130r-33,0r0,-257r33,0r0,124r99,-124r36,0r-99,123xm162,-335v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":208,"k":{"\u201d":-7,"\u2019":-7,"\u0454":7,"\u0451":7,"\u044a":7,"\u0447":11,"\u0444":7,"\u0443":7,"\u0442":7,"\u0441":7,"\u043e":7,"\u0435":7,"\u0434":-4,"\u0431":4,"\u0424":14,"\u0421":7,"\u041e":7,"\u041b":-7,"\u0409":-7,"\u0404":7,"\u0152":7,"\u0150":7,"\u014c":7,"\u0122":7,"\u0120":7,"\u011e":7,"\u011c":7,"\u010c":7,"\u0106":7,"\u00d8":7,"\u00d6":7,"\u00d5":7,"\u00d4":7,"\u00d3":7,"\u00d2":7,"\u00c7":7,"Q":7,"O":7,"G":7,"C":7,"'":-7,"\"":-7}},"\u040e":{"d":"110,-301v24,0,34,-11,37,-32r30,0v4,58,-79,70,-119,42v-12,-8,-13,-24,-15,-42r29,0v2,23,12,32,38,32xm16,-34v35,19,76,0,82,-32r-94,-191r36,0r74,158r62,-158r35,0r-90,212v-14,36,-59,60,-105,43r0,-32","w":210,"k":{"\u201d":-14,"\u2019":-14,"\u0491":7,"\u045f":7,"\u045c":7,"\u045a":7,"\u0459":25,"\u0457":-14,"\u0455":7,"\u0454":14,"\u0453":7,"\u0451":7,"\u044f":7,"\u044e":7,"\u044c":7,"\u044b":7,"\u0449":7,"\u0448":7,"\u0447":7,"\u0446":7,"\u0444":14,"\u0441":14,"\u0440":7,"\u043f":7,"\u043e":14,"\u043d":7,"\u043c":7,"\u043b":29,"\u043a":7,"\u0439":7,"\u0438":7,"\u0437":7,"\u0435":14,"\u0434":29,"\u0433":7,"\u0432":7,"\u0430":14,"\u042f":4,"\u042a":-4,"\u0424":7,"\u0422":-7,"\u0421":7,"\u041b":18,"\u0414":25,"\u0410":22,"\u0409":18,"'":-14,"\"":-14}},"\u040f":{"d":"214,0r-74,0r0,68r-31,0r0,-68r-74,0r0,-257r33,0r0,228r113,0r0,-228r33,0r0,257","w":248},"\u0410":{"d":"185,0r-28,-80r-95,0r-29,80r-33,0r94,-258r30,0r95,258r-34,0xm147,-109r-38,-114v-10,40,-24,77,-37,114r75,0","w":218,"k":{"\u201d":14,"\u2019":14,"\u1ef2":18,"\u1e84":7,"\u1e82":7,"\u1e80":7,"\u0459":-7,"\u044d":-7,"\u044a":11,"\u0447":11,"\u0442":7,"\u043b":-7,"\u042a":18,"\u0427":14,"\u0424":7,"\u0422":22,"\u0421":4,"\u041e":4,"\u041b":-7,"\u0414":-7,"\u040b":22,"\u0409":-11,"\u0404":4,"\u0402":18,"\u0178":18,"\u0176":18,"\u0174":7,"\u0172":4,"\u0170":4,"\u016e":4,"\u016a":4,"\u0164":22,"\u0162":22,"\u0152":7,"\u0150":4,"\u014c":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00dd":18,"\u00dc":4,"\u00db":4,"\u00da":4,"\u00d9":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"Y":18,"W":7,"V":11,"U":4,"T":22,"Q":4,"O":4,"G":4,"C":4,"'":14,"\"":14}},"\u0411":{"d":"68,-149v68,-3,120,11,121,74v2,77,-75,78,-154,75r0,-257r138,0r0,29r-105,0r0,79xm155,-75v0,-44,-41,-47,-87,-45r0,92v47,2,87,-2,87,-47","w":207,"k":{"\u044a":7,"\u0447":7,"\u0442":7,"\u0436":4,"\u042a":7,"\u0427":11,"\u0425":4,"\u0423":7,"\u0422":7,"\u0402":7}},"\u0412":{"d":"204,-75v2,82,-86,77,-169,75r0,-257v75,1,163,-12,162,65v-1,34,-24,49,-52,57v34,5,58,21,59,60xm163,-190v0,-46,-50,-39,-95,-39r0,81v46,0,95,7,95,-42xm169,-76v0,-49,-52,-46,-101,-45r0,93v51,1,101,4,101,-48","w":223,"k":{"\u1ef2":4,"\u0425":4,"\u0423":4,"\u0422":4,"\u0416":4,"\u0178":4,"\u0176":4,"\u0164":4,"\u0162":4,"\u00dd":4,"Y":4,"X":4,"V":4,"T":4}},"\u0413":{"d":"168,-257r0,29r-100,0r0,228r-33,0r0,-257r133,0","w":176,"k":{"\u201d":-14,"\u2019":-14,"\u0491":11,"\u045f":11,"\u045c":11,"\u045a":11,"\u0459":29,"\u0457":-11,"\u0455":14,"\u0454":22,"\u0453":11,"\u0451":22,"\u044f":18,"\u044e":11,"\u044d":11,"\u044c":11,"\u044b":11,"\u044a":11,"\u0449":11,"\u0448":11,"\u0447":11,"\u0446":11,"\u0445":11,"\u0444":22,"\u0443":11,"\u0442":11,"\u0441":22,"\u0440":11,"\u043f":11,"\u043e":22,"\u043d":11,"\u043c":11,"\u043b":29,"\u043a":11,"\u0439":11,"\u0438":11,"\u0437":11,"\u0436":11,"\u0435":22,"\u0434":29,"\u0433":11,"\u0432":11,"\u0430":22,"\u0424":11,"\u041e":7,"\u041b":22,"\u0414":22,"\u0410":22,"\u0409":18,"\u0404":4,"-":29,"'":-14,"\"":-14}},"\u0414":{"d":"22,-29v32,-63,58,-138,63,-228r108,0r0,228r34,0r0,97r-31,0r0,-68r-163,0r0,68r-31,0r0,-97r20,0xm114,-228v-8,75,-30,144,-58,199r104,0r0,-199r-46,0","w":233,"k":{"\u0459":-7,"\u0458":-18,"\u044d":-7,"\u0447":7,"\u043b":-7,"\u0434":-7,"\u042a":7,"\u0427":7,"\u0424":4,"\u0422":7,"\u0421":4,"\u041e":4,"\u041b":-7,"\u0414":-7,"\u0410":-4,"\u040b":7,"\u0409":-7,"\u0408":-43,"\u0402":7}},"\u0415":{"d":"168,0r-133,0r0,-257r133,0r0,29r-100,0r0,79r94,0r0,29r-94,0r0,91r100,0r0,29","w":190},"\u0416":{"d":"97,-133r-94,-124r36,0r92,124r0,-124r31,0r0,124r92,-124r36,0r-93,124r96,133r-37,0r-94,-130r0,130r-31,0r0,-130r-93,130r-37,0","w":293,"k":{"\u201d":-11,"\u2019":-11,"\u0459":-7,"\u0447":14,"\u0442":7,"\u043b":-7,"\u0431":7,"\u0424":11,"\u0421":7,"\u041e":7,"\u041b":-7,"\u0409":-7,"\u0404":7,"-":7,"'":-11,"\"":-11}},"\u0417":{"d":"137,-194v1,-56,-83,-43,-107,-18r-16,-22v39,-39,162,-41,158,37v-1,39,-28,55,-60,63v36,5,62,21,64,61v4,80,-103,91,-163,63r0,-30v39,22,131,31,129,-33v-2,-46,-51,-49,-102,-47r0,-26v49,1,96,-2,97,-48","w":196,"k":{"\u201d":-7,"\u2019":-7,"\u042d":4,"\u042a":4,"\u0427":4,"\u0425":7,"\u0424":4,"\u0423":4,"\u0422":7,"\u041b":7,"\u0417":4,"'":-7,"\"":-7}},"\u0418":{"d":"35,-257r31,0r-3,212r2,0r125,-212r38,0r0,257r-30,0r2,-213r-127,213r-38,0r0,-257","w":262},"\u0419":{"d":"127,-301v25,0,34,-12,38,-32r30,0v4,58,-80,70,-119,42v-12,-8,-13,-24,-16,-42r30,0v2,22,11,32,37,32xm35,-257r31,0r-3,212r2,0r125,-212r38,0r0,257r-30,0r2,-213r-127,213r-38,0r0,-257","w":262},"\u041a":{"d":"208,0r-38,0r-102,-130r0,130r-33,0r0,-257r33,0r0,124r99,-124r36,0r-99,123","w":208,"k":{"\u201d":-7,"\u2019":-7,"\u0459":-7,"\u044a":7,"\u0447":14,"\u043b":-7,"\u0431":7,"\u0424":14,"\u0421":7,"\u041e":7,"\u041b":-7,"\u0409":-11,"\u0404":7,"\u0152":7,"\u0150":7,"\u014c":7,"\u0122":7,"\u0120":7,"\u011e":7,"\u011c":7,"\u010c":7,"\u0106":7,"\u00d8":7,"\u00d6":7,"\u00d5":7,"\u00d4":7,"\u00d3":7,"\u00d2":7,"\u00c7":7,"Q":7,"O":7,"G":7,"C":7,"-":7,"'":-7,"\"":-7}},"\u041b":{"d":"0,-27v73,19,54,-106,72,-173v7,-27,3,-27,7,-57r127,0r0,257r-33,0r0,-228r-66,0r-23,156v-6,46,-30,89,-84,72r0,-27","w":240},"\u041c":{"d":"141,0r-79,-225r3,71r0,154r-30,0r0,-257r48,0r74,210r73,-210r48,0r0,257r-32,0r1,-225r-79,225r-27,0","w":313},"\u041d":{"d":"217,0r-32,0r0,-120r-117,0r0,120r-33,0r0,-257r33,0r0,108r117,0r0,-108r32,0r0,257","w":252},"\u041e":{"d":"134,-261v78,0,111,54,111,132v0,79,-34,133,-111,133v-79,0,-112,-53,-112,-133v0,-79,32,-132,112,-132xm134,-232v-58,0,-77,43,-77,103v0,60,18,104,77,104v58,0,76,-44,76,-104v0,-60,-18,-103,-76,-103","w":267,"k":{"\u2206":4,"\u1ef2":7,"\u1e84":4,"\u1e82":4,"\u1e80":4,"\u042a":7,"\u0425":4,"\u0422":11,"\u0416":7,"\u0414":4,"\u0410":4,"\u040b":7,"\u0409":7,"\u0402":7,"\u01fa":4,"\u017d":4,"\u017b":4,"\u0179":4,"\u0178":7,"\u0176":7,"\u0174":4,"\u0164":11,"\u0162":11,"\u0130":4,"\u012e":4,"\u012a":4,"\u0104":4,"\u0102":4,"\u0100":4,"\u00dd":7,"\u00cf":4,"\u00ce":4,"\u00cd":4,"\u00cc":4,"\u00c6":7,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"Z":4,"Y":7,"X":7,"W":4,"V":7,"T":11,"I":4,"A":4,".":11,",":11}},"\u041f":{"d":"214,0r-33,0r0,-228r-113,0r0,228r-33,0r0,-257r179,0r0,257","w":248},"\u0420":{"d":"35,-257v78,-2,156,-4,154,75v-2,65,-49,87,-121,82r0,100r-33,0r0,-257xm155,-180v0,-47,-39,-51,-87,-49r0,101v49,2,87,-4,87,-52","w":207,"k":{"\u2206":14,"\u201d":-11,"\u2019":-11,"\u1ef2":4,"\u0459":14,"\u043b":14,"\u0434":18,"\u0421":4,"\u041b":18,"\u0414":18,"\u0410":14,"\u0409":14,"\u01fa":14,"\u017d":7,"\u017b":7,"\u0179":7,"\u0178":4,"\u0176":4,"\u010c":4,"\u0106":4,"\u0104":14,"\u0102":14,"\u0100":14,"\u00dd":4,"\u00c7":4,"\u00c6":25,"\u00c5":14,"\u00c4":14,"\u00c3":14,"\u00c2":14,"\u00c1":14,"\u00c0":14,"Z":7,"Y":4,"X":4,"C":4,"A":14,".":36,",":36,"'":-11,"\"":-11}},"\u0421":{"d":"193,-218v-14,-7,-32,-15,-54,-14v-58,2,-82,43,-82,104v0,62,22,102,82,103v22,0,40,-5,58,-10r0,28v-18,8,-38,11,-63,11v-79,0,-109,-53,-112,-133v-4,-105,89,-160,185,-117","w":217,"k":{"\u201d":-7,"\u2019":-7,"\u0447":11,"\u0424":11,"\u0421":7,"\u041e":7,"\u0404":7,"\u0150":7,"\u014c":7,"\u0122":7,"\u0120":7,"\u011e":7,"\u011c":7,"\u010c":7,"\u0106":7,"\u00d8":7,"\u00d6":7,"\u00d5":7,"\u00d4":7,"\u00d3":7,"\u00d2":7,"\u00c7":7,"}":-7,"]":-7,"Q":7,"O":7,"G":7,"C":7,")":-7,"'":-7,"\"":-7}},"\u0422":{"d":"110,0r-33,0r0,-228r-73,0r0,-29r179,0r0,29r-73,0r0,228","w":186,"k":{"\u2206":22,"\u201d":-14,"\u2019":-14,"\u1ef3":11,"\u1e85":11,"\u1e83":11,"\u1e81":11,"\u0491":11,"\u045f":11,"\u045c":11,"\u045a":11,"\u0459":22,"\u0457":-14,"\u0455":22,"\u0454":22,"\u0453":11,"\u0452":-7,"\u0451":22,"\u044f":11,"\u044e":11,"\u044c":11,"\u044b":11,"\u0449":11,"\u0448":11,"\u0447":11,"\u0446":11,"\u0445":11,"\u0444":22,"\u0443":11,"\u0442":11,"\u0441":22,"\u0440":11,"\u043f":11,"\u043e":22,"\u043d":11,"\u043c":11,"\u043b":25,"\u043a":11,"\u0438":11,"\u0437":11,"\u0436":11,"\u0435":22,"\u0434":25,"\u0433":11,"\u0432":11,"\u0430":22,"\u042a":-4,"\u0424":11,"\u0422":-4,"\u0421":11,"\u041e":11,"\u041b":18,"\u0414":18,"\u0410":22,"\u0409":14,"\u0405":4,"\u0404":11,"\u0219":22,"\u01fb":22,"\u01fa":22,"\u017e":11,"\u0177":11,"\u0175":11,"\u0164":-4,"\u0162":-4,"\u0161":22,"\u0160":4,"\u015f":22,"\u015e":4,"\u015d":22,"\u015b":22,"\u015a":4,"\u0153":22,"\u0152":11,"\u0151":22,"\u0150":11,"\u014f":22,"\u014d":22,"\u014c":11,"\u0148":14,"\u0146":14,"\u0144":14,"\u0122":11,"\u0120":11,"\u011e":11,"\u011c":11,"\u011b":22,"\u0119":22,"\u0117":22,"\u0115":22,"\u0113":22,"\u010d":22,"\u010c":11,"\u010b":22,"\u0109":22,"\u0107":22,"\u0106":11,"\u0105":22,"\u0104":22,"\u0103":22,"\u0102":22,"\u0101":22,"\u0100":22,"\u00ff":11,"\u00fd":11,"\u00fc":14,"\u00fb":14,"\u00fa":14,"\u00f9":14,"\u00f8":22,"\u00f6":22,"\u00f5":22,"\u00f4":22,"\u00f3":22,"\u00f2":22,"\u00f1":14,"\u00eb":22,"\u00ea":22,"\u00e9":22,"\u00e8":22,"\u00e7":22,"\u00e6":22,"\u00e5":22,"\u00e4":22,"\u00e3":22,"\u00e2":22,"\u00e1":22,"\u00e0":22,"\u00d8":11,"\u00d6":11,"\u00d5":11,"\u00d4":11,"\u00d3":11,"\u00d2":11,"\u00c7":11,"\u00c6":25,"\u00c5":22,"\u00c4":22,"\u00c3":22,"\u00c2":22,"\u00c1":22,"\u00c0":22,"z":11,"y":11,"x":11,"w":11,"v":11,"u":14,"s":22,"r":14,"q":22,"p":14,"o":22,"n":14,"m":14,"g":18,"e":22,"d":22,"c":22,"a":22,"T":-4,"S":4,"Q":11,"O":11,"G":11,"C":11,"A":22,"?":-7,".":18,"-":18,",":18,"'":-14,"\"":-14}},"\u0423":{"d":"16,-34v35,19,76,0,82,-32r-94,-191r36,0r74,158r62,-158r35,0r-90,212v-14,36,-59,60,-105,43r0,-32","w":210,"k":{"\u201d":-11,"\u2019":-11,"\u0491":11,"\u045f":11,"\u045c":11,"\u045a":11,"\u0459":22,"\u0457":-11,"\u0455":11,"\u0454":11,"\u0453":11,"\u0451":11,"\u044f":11,"\u044e":11,"\u044c":11,"\u044b":11,"\u0449":11,"\u0448":11,"\u0447":11,"\u0446":11,"\u0444":14,"\u0441":11,"\u0440":11,"\u043f":11,"\u043e":18,"\u043d":11,"\u043c":11,"\u043b":25,"\u043a":11,"\u0439":11,"\u0438":11,"\u0435":11,"\u0434":25,"\u0433":11,"\u0432":11,"\u0430":14,"\u042a":-7,"\u0424":4,"\u0421":7,"\u041b":18,"\u0414":22,"\u0410":18,"\u0409":14,"\u0404":7,"-":7,"'":-11,"\"":-11}},"\u0424":{"d":"18,-133v0,-61,35,-100,104,-96r0,-32r33,0r0,32v69,-4,103,35,103,96v0,62,-35,99,-103,97r0,40r-33,0r0,-40v-68,2,-104,-34,-104,-97xm224,-134v0,-42,-21,-70,-69,-67r0,137v47,1,69,-25,69,-70xm52,-134v0,45,23,71,70,70r0,-137v-48,-3,-70,24,-70,67","w":276,"k":{"\u0459":11,"\u043b":11,"\u0434":11,"\u042d":7,"\u042a":11,"\u0425":7,"\u0422":11,"\u041b":7,"\u0416":11,"\u0414":7,"\u0410":7,"\u040e":4,"\u040b":11,"\u0409":7,"\u0402":7}},"\u0425":{"d":"197,0r-37,0r-62,-112r-65,112r-33,0r80,-134r-75,-123r35,0r59,98r58,-98r34,0r-74,122","w":196,"k":{"\u201d":-7,"\u2019":-7,"\u0447":11,"\u0427":4,"\u0424":7,"\u0421":7,"\u041e":4,"\u041b":-7,"\u0414":-7,"\u0409":-11,"\u0404":7,"'":-7,"\"":-7}},"\u0426":{"d":"214,-29r31,0r0,97r-31,0r0,-68r-179,0r0,-257r33,0r0,228r113,0r0,-228r33,0r0,228","w":252,"k":{"\u0459":-7,"\u0458":-18,"\u044d":-7,"\u0447":7,"\u043b":-4,"\u0434":-7,"\u0427":4,"\u0425":-4,"\u0424":4,"\u0422":4,"\u041b":-7,"\u0414":-7,"\u0410":-4,"\u0409":-7,"\u0408":-43}},"\u0427":{"d":"62,-159v-4,58,72,41,108,27r0,-125r33,0r0,257r-33,0r0,-105v-52,26,-141,25,-141,-50r0,-102r33,0r0,98","w":237},"\u0428":{"d":"324,0r-289,0r0,-257r33,0r0,228r95,0r0,-228r33,0r0,228r95,0r0,-228r33,0r0,257","w":358},"\u0429":{"d":"324,-29r31,0r0,97r-31,0r0,-68r-289,0r0,-257r33,0r0,228r95,0r0,-228r33,0r0,228r95,0r0,-228r33,0r0,228","w":358,"k":{"\u0459":-7,"\u0458":-18,"\u044d":-7,"\u044a":4,"\u0447":7,"\u0442":4,"\u043b":-7,"\u0437":-4,"\u0434":-11,"\u042d":-4,"\u042a":4,"\u0427":4,"\u0425":-4,"\u0424":4,"\u0423":-7,"\u0422":4,"\u041b":-7,"\u0414":-7,"\u0410":-7,"\u0409":-11,"\u0408":-40,"\u0402":4}},"\u042a":{"d":"96,-149v68,-3,121,10,121,74v0,77,-75,78,-154,75r0,-228r-59,0r0,-29r92,0r0,108xm184,-75v0,-45,-42,-47,-88,-45r0,92v47,2,88,-3,88,-47","w":235,"k":{"\u201d":11,"\u2019":11,"\u044a":7,"\u0442":7,"\u042a":22,"\u0427":11,"\u0422":22,"\u040e":7,"\u040b":25,"\u0402":22,"'":11,"\"":11}},"\u042b":{"d":"68,-149v68,-3,120,11,121,74v2,77,-75,78,-154,75r0,-257r33,0r0,108xm155,-75v0,-44,-41,-47,-87,-45r0,92v47,2,87,-2,87,-47xm229,0r0,-257r32,0r0,257r-32,0","w":296},"\u042c":{"d":"68,-149v68,-3,120,11,121,74v2,77,-75,78,-154,75r0,-257r33,0r0,108xm155,-75v0,-44,-41,-47,-87,-45r0,92v47,2,87,-2,87,-47","w":207,"k":{"\u201d":18,"\u2019":18,"\u044a":7,"\u0442":7,"\u042a":22,"\u0427":11,"\u0422":22,"\u040e":7,"\u040b":22,"\u0402":22,"'":18,"\"":18}},"\u042d":{"d":"156,-149v2,-70,-75,-103,-132,-69r-14,-28v18,-9,41,-15,68,-15v77,2,110,51,114,128v6,108,-79,162,-179,126r0,-28v38,14,98,15,121,-15v13,-17,22,-39,23,-70r-111,0r0,-29r110,0","w":213,"k":{"\u0459":7,"\u043b":7,"\u0425":7,"\u0423":4,"\u0422":7,"\u041b":11,"\u0417":4,"\u0416":11,"\u0414":7,"\u040e":7,"\u040b":7,"\u0409":7,"\u0402":7}},"\u042e":{"d":"235,-261v77,0,108,55,108,132v0,78,-32,133,-108,133v-75,0,-104,-51,-108,-124r-59,0r0,120r-33,0r0,-257r33,0r0,108r60,0v5,-67,36,-112,107,-112xm235,-232v-57,0,-73,45,-73,103v0,58,16,104,73,104v57,0,72,-46,73,-104v0,-58,-16,-103,-73,-103","w":365,"k":{"\u0459":7,"\u043b":7,"\u0434":7,"\u0425":7,"\u0423":4,"\u041b":7,"\u0417":4,"\u0416":7,"\u0414":7,"\u040e":4,"\u040b":7,"\u0409":7,"\u0402":7}},"\u042f":{"d":"23,-187v-2,-73,78,-73,155,-70r0,257r-33,0r0,-106r-43,0r-59,106r-39,0r67,-115v-28,-10,-48,-32,-48,-72xm57,-184v0,46,38,53,88,50r0,-95v-46,-2,-88,0,-88,45","w":212},"\u0430":{"d":"30,-180v45,-28,132,-27,132,48r0,132r-23,0v-3,-8,-2,-22,-8,-27v-20,45,-114,43,-114,-27v0,-55,55,-62,114,-62v2,-33,-6,-54,-38,-54v-22,0,-36,7,-52,14xm50,-54v0,22,12,32,31,32v38,0,53,-29,50,-72v-40,1,-81,0,-81,40","w":191,"k":{"\u045e":7,"\u044a":7,"\u0447":4,"\u0443":4,"\u0442":7,"'":7}},"\u0431":{"d":"103,4v-96,3,-94,-146,-65,-219v19,-48,88,-48,140,-61r6,28v-51,12,-117,7,-125,64v-2,10,-5,21,-5,34r3,0v11,-17,30,-30,58,-30v50,0,71,37,71,87v0,59,-27,96,-83,97xm54,-115v1,46,7,92,51,92v37,0,47,-27,47,-66v0,-36,-9,-64,-42,-64v-29,0,-46,19,-56,38","w":205,"k":{"\u045e":7,"\u044a":7,"\u0447":4,"\u0445":7,"\u0443":7,"\u0442":7,"\u0436":7,"\u0434":7}},"\u0432":{"d":"31,-193v63,3,147,-16,147,49v0,26,-19,36,-40,43v27,4,46,15,46,45v1,69,-85,55,-153,56r0,-193xm63,-26v39,-1,89,9,90,-32v1,-40,-53,-27,-90,-29r0,61xm63,-114v36,-2,85,9,85,-27v0,-35,-51,-23,-85,-25r0,52","w":204,"k":{"\u201d":-11,"\u2019":-11,"\u045e":7,"\u044a":7,"\u0447":4,"\u0445":7,"\u0443":7,"\u0442":7,"\u0436":4,"'":-11,"\"":-11}},"\u0433":{"d":"137,-166r-74,0r0,166r-32,0r0,-193r106,0r0,27","w":143,"k":{"\u0459":18,"\u0454":4,"\u043b":18,"\u0434":18}},"\u0434":{"d":"22,-27v28,-42,46,-97,47,-166r94,0r0,166r27,0r0,94r-31,0r0,-67r-121,0r0,67r-31,0r0,-94r15,0xm97,-168v-3,56,-19,103,-41,141r75,0r0,-141r-34,0","w":196,"k":{"\u0458":-22,"\u044a":11,"\u0447":7,"\u0442":7,"\u0434":-7,"\u0430":-4}},"\u0435":{"d":"166,-9v-67,32,-152,0,-146,-86v4,-58,23,-102,80,-102v57,0,78,45,75,107r-122,0v-7,69,63,78,113,52r0,29xm140,-116v7,-47,-45,-70,-73,-40v-8,9,-12,23,-13,40r86,0","w":192,"k":{"\u0445":4,"\u0442":4,"\u0436":7,"'":7}},"\u0436":{"d":"115,-99r0,-94r29,0r0,94r73,-94r35,0r-75,94r81,99r-36,0r-78,-98r0,98r-29,0r0,-98r-78,98r-36,0r81,-99r-74,-94r34,0","w":259,"k":{"\u201d":-7,"\u2019":-7,"\u0454":7,"\u0451":7,"\u0447":7,"\u0444":7,"\u0441":4,"\u043e":7,"\u0435":7,"'":-7,"\"":-7}},"\u0437":{"d":"113,-143v0,-38,-65,-29,-88,-14r-11,-26v41,-22,129,-22,129,38v0,28,-19,32,-33,44v21,8,38,20,39,48v2,64,-92,66,-137,44r0,-29v25,16,104,31,106,-16v0,-33,-34,-34,-70,-33r0,-27v32,1,65,0,65,-29","w":165,"k":{"\u201d":-11,"\u2019":-11,"\u045e":4,"\u0447":7,"\u0445":4,"\u0443":4,"\u0442":4,"\u0437":4,"'":-11,"\"":-11}},"\u0438":{"d":"61,-193r-2,162r90,-162r41,0r0,193r-30,0r2,-161r-90,161r-41,0r0,-193r30,0","w":220},"\u0439":{"d":"110,-241v23,0,35,-11,37,-33r31,0v5,66,-111,75,-131,24v-2,-7,-3,-15,-4,-24r30,0v1,24,13,33,37,33xm61,-193r-2,162r90,-162r41,0r0,193r-30,0r2,-161r-90,161r-41,0r0,-193r30,0","w":220},"\u043a":{"d":"134,-193r34,0r-73,93r80,100r-36,0r-77,-98r0,98r-31,0r0,-193r31,0r0,94","w":176,"k":{"\u201d":-7,"\u2019":-7,"\u0454":7,"\u0451":7,"\u0447":7,"\u0444":7,"\u0441":7,"\u043e":7,"\u0435":7,"\u0431":7,"'":-7,"\"":-7}},"\u043b":{"d":"166,0r-32,0r0,-166r-45,0v-7,65,-10,126,-43,159v-10,10,-28,12,-43,7r0,-23v43,2,42,-51,51,-94v4,-22,5,-47,7,-76r105,0r0,193","w":196},"\u043c":{"d":"228,0r-28,0r0,-158v-17,55,-39,105,-59,158r-24,0r-58,-158r0,158r-28,0r0,-193r38,0r60,162v18,-56,41,-108,61,-162r38,0r0,193","w":258},"\u043d":{"d":"63,-193r0,80r95,0r0,-80r32,0r0,193r-32,0r0,-86r-95,0r0,86r-32,0r0,-193r32,0","w":220},"\u043e":{"d":"104,-197v57,0,84,40,84,100v0,61,-26,101,-85,101v-56,0,-83,-41,-83,-101v0,-60,26,-100,84,-100xm104,-170v-40,0,-51,29,-51,73v0,44,11,74,51,74v40,0,51,-30,51,-74v0,-44,-11,-73,-51,-73","w":207,"k":{"\u045e":4,"\u0459":4,"\u0445":7,"\u0443":4,"\u0442":7,"\u043b":4,"\u0437":4,"\u0436":7,"\u017e":4,"z":4,"x":7}},"\u043f":{"d":"63,0r-32,0r0,-193r152,0r0,193r-32,0r0,-166r-88,0r0,166","w":213},"\u0440":{"d":"191,-97v0,58,-20,101,-73,101v-26,0,-43,-12,-55,-28r-3,0v5,33,2,73,3,110r-32,0r0,-279r26,0v3,8,0,21,6,26v10,-17,28,-30,55,-30v53,0,73,43,73,100xm158,-97v0,-42,-8,-72,-46,-73v-42,-1,-49,31,-49,73v0,43,8,74,49,74v37,0,46,-33,46,-74","w":210,"k":{"\u0459":4,"\u044a":4,"\u0445":4,"\u0442":4,"\u043b":4,"\u0437":4,"\u0436":7}},"\u0441":{"d":"151,-7v-63,31,-131,-7,-131,-88v0,-82,63,-123,135,-91r-10,27v-47,-23,-100,-1,-92,63v-7,67,49,85,98,61r0,28","w":166,"k":{"\u201d":-11,"\u2019":-11,"\u0454":4,"\u043e":4,"\u0435":4,"'":-11,"\"":-11}},"\u0442":{"d":"152,-166r-57,0r0,166r-32,0r0,-166r-56,0r0,-27r145,0r0,27","w":158,"k":{"\u201d":-14,"\u2019":-14,"\u045e":-4,"\u0459":18,"\u0454":7,"\u0444":7,"\u0443":-4,"\u0441":7,"\u043e":7,"\u043b":11,"\u0435":4,"\u0434":18,"\u0430":7,"f":-4,"'":-14,"\"":-14}},"\u0443":{"d":"98,25v-10,41,-42,73,-93,58r0,-25v28,8,52,-5,60,-28r10,-28r-73,-195r33,0r55,166v14,-60,34,-110,51,-166r33,0","w":175,"k":{"\u201d":-11,"\u2019":-11,"\u0459":11,"\u0444":4,"\u0442":-4,"\u043e":4,"\u043b":11,"\u0434":11,"\u0430":4,"f":-4,"'":-11,"\"":-11}},"\u0444":{"d":"20,-97v0,-62,36,-92,91,-99r0,-78r30,0r0,78v54,7,90,39,90,99v0,62,-35,93,-90,100r0,83r-30,0r0,-83v-55,-7,-91,-39,-91,-100xm111,-169v-60,-4,-71,82,-44,123v9,12,24,20,44,22r0,-145xm141,-24v58,2,70,-83,43,-123v-9,-12,-23,-20,-43,-22r0,145","w":250,"k":{"\u0459":7,"\u044a":7,"\u0447":4,"\u0445":4,"\u0442":7,"\u043b":4,"\u0437":4,"\u0436":7,"\u017e":4,"z":4,"x":7}},"\u0445":{"d":"72,-99r-62,-94r36,0r44,72r44,-72r36,0r-62,94r65,99r-36,0r-47,-77r-47,77r-37,0","w":180,"k":{"\u0454":4,"\u0451":4,"\u0447":4,"\u0444":4,"\u0441":4,"\u043e":4,"\u0435":4,"\u0431":4}},"\u0446":{"d":"211,67r-32,0r0,-67r-148,0r0,-193r32,0r0,166r88,0r0,-166r32,0r0,166r28,0r0,94","w":216,"k":{"\u045e":-4,"\u0459":-7,"\u0458":-18,"\u044f":-4,"\u044d":-7,"\u044a":7,"\u0447":4,"\u0442":4,"\u043b":-7,"\u0434":-7}},"\u0447":{"d":"148,-86v-31,33,-121,33,-121,-33r0,-74r32,0v4,42,-17,105,32,103v25,-1,42,-10,57,-21r0,-82r32,0r0,193r-32,0r0,-86","w":210},"\u0448":{"d":"172,-27r78,0r0,-166r32,0r0,193r-251,0r0,-193r32,0r0,166r77,0r0,-166r32,0r0,166","w":312},"\u0449":{"d":"310,67r-32,0r0,-67r-247,0r0,-193r32,0r0,166r77,0r0,-166r32,0r0,166r78,0r0,-166r32,0r0,166r28,0r0,94","w":315,"k":{"\u045e":-4,"\u0459":-7,"\u0458":-18,"\u0454":4,"\u0451":4,"\u044d":-4,"\u044a":4,"\u0447":4,"\u0442":4,"\u043b":-7,"\u0434":-11}},"\u044a":{"d":"224,-59v0,72,-84,58,-154,59r0,-166r-63,0r0,-27r96,0r0,79v60,-2,121,-3,121,55xm103,-26v39,-2,90,9,90,-31v0,-39,-52,-28,-90,-30r0,61","w":244,"k":{"\u045e":11,"\u044a":25,"\u0447":7,"\u0445":4,"\u0443":7,"\u0442":18}},"\u044b":{"d":"177,-59v0,70,-78,59,-146,59r0,-193r32,0r0,79v58,-2,114,0,114,55xm239,0r-32,0r0,-193r32,0r0,193xm146,-57v0,-37,-46,-29,-83,-30r0,61v38,-1,83,6,83,-31","w":269,"k":{"\u201d":-11,"\u2019":-11,"'":-11,"\"":-11}},"\u044c":{"d":"184,-59v0,72,-84,58,-153,59r0,-193r32,0r0,79v60,-2,121,-3,121,55xm153,-57v0,-39,-52,-28,-90,-30r0,61v39,-2,90,9,90,-31","w":204,"k":{"\u201d":-11,"\u2019":-11,"\u044a":25,"\u0447":7,"\u0445":4,"\u0443":7,"\u0442":18,"'":-11,"\"":-11}},"\u044d":{"d":"113,-113v3,-53,-52,-66,-92,-46r-9,-27v67,-31,135,8,135,91v0,78,-71,119,-137,88r0,-28v44,23,110,7,103,-51r-83,0r0,-27r83,0","w":166,"k":{"\u045e":7,"\u0459":4,"\u044a":7,"\u0445":4,"\u043b":4,"\u0437":4,"\u0436":7,"\u0434":7}},"\u044e":{"d":"192,-197v55,0,78,42,79,100v1,61,-24,101,-81,101v-53,0,-76,-37,-79,-90r-48,0r0,86r-32,0r0,-193r32,0r0,80r48,0v5,-50,29,-84,81,-84xm191,-170v-39,0,-46,30,-47,73v0,43,9,74,47,74v39,0,46,-31,47,-74v0,-43,-9,-73,-47,-73","w":291,"k":{"\u045e":4,"\u044a":7,"\u0445":4,"\u043b":4,"\u0437":4,"\u0436":7,"\u0434":7}},"\u044f":{"d":"16,-136v-1,-67,77,-57,144,-57r0,193r-32,0r0,-76r-42,0r-45,76r-35,0r51,-81v-24,-6,-40,-25,-41,-55xm128,-166v-37,0,-81,-6,-81,30v0,38,43,33,81,33r0,-63","w":191,"k":{"\u201d":-11,"\u2019":-11,"'":-11,"\"":-11}},"\u0451":{"d":"166,-9v-67,32,-152,0,-146,-86v4,-58,23,-102,80,-102v57,0,78,45,75,107r-122,0v-7,69,63,78,113,52r0,29xm140,-116v7,-47,-45,-70,-73,-40v-8,9,-12,23,-13,40r86,0xm64,-227v-10,0,-17,-7,-17,-18v0,-11,6,-18,17,-18v11,0,17,7,17,18v0,11,-7,18,-17,18xm130,-227v-10,-1,-16,-7,-17,-18v-2,-19,26,-24,32,-8v5,13,-3,27,-15,26","w":192,"k":{"\u0445":4,"'":7,"\"":18}},"\u0452":{"d":"183,28v4,45,-34,68,-74,54r0,-26v20,9,42,3,42,-26r0,-147v0,-29,-11,-46,-38,-46v-71,-1,-45,96,-50,163r-32,0r0,-217r-28,0r0,-25r28,0r0,-32r32,0r0,32r66,0r0,25r-66,0v1,18,-5,43,0,57v11,-17,27,-29,55,-29v98,0,57,132,65,217","w":211},"\u0453":{"d":"137,-166r-74,0r0,166r-32,0r0,-193r106,0r0,27xm130,-276v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":143,"k":{"\u0459":18,"\u0454":4,"\u0451":7,"\u0444":7,"\u0441":4,"\u043e":7,"\u043b":18,"\u0435":7,"\u0434":18}},"\u0454":{"d":"151,-7v-63,31,-131,-7,-131,-88v0,-82,63,-123,135,-91r-10,27v-41,-21,-95,-4,-92,46r84,0r0,27r-84,0v-6,62,55,73,98,51r0,28","w":166,"k":{"\u201d":-11,"\u2019":-11,"'":-11,"\"":-11}},"\u0455":{"d":"133,-157v-26,-21,-110,-16,-75,29v30,23,86,23,88,75v2,63,-87,67,-130,44r0,-29v23,15,95,29,99,-12v-10,-52,-96,-30,-96,-95v0,-60,84,-60,125,-38","w":162,"k":{"\u201d":-11,"\u2019":-11,"'":-11,"\"":-11}},"\u0456":{"d":"63,0r-32,0r0,-193r32,0r0,193xm47,-225v-11,0,-20,-6,-19,-20v-1,-14,7,-20,19,-20v13,0,18,8,19,20v1,13,-8,20,-19,20","w":93},"\u0457":{"d":"63,0r-32,0r0,-193r32,0r0,193xm14,-227v-10,0,-17,-7,-17,-18v0,-11,6,-18,17,-18v11,0,17,7,17,18v0,11,-7,18,-17,18xm80,-227v-10,-1,-16,-7,-17,-18v-2,-19,26,-24,32,-8v5,13,-3,27,-15,26","w":93,"k":{"\u045b":-11,"\u0452":-11}},"\u0458":{"d":"63,28v4,45,-34,68,-75,54r0,-26v20,9,43,2,43,-26r0,-223r32,0r0,221xm47,-225v-11,0,-20,-6,-19,-20v-1,-14,7,-20,19,-20v13,0,18,8,19,20v1,13,-8,20,-19,20","w":93},"\u0459":{"d":"273,-59v0,70,-78,59,-146,59r0,-166r-38,0v-7,65,-10,126,-43,159v-10,10,-28,12,-43,7r0,-23v43,2,42,-51,51,-94v4,-22,5,-47,7,-76r98,0r0,79v58,-2,114,0,114,55xm159,-26v37,-1,83,7,83,-31v0,-37,-46,-29,-83,-30r0,61","w":293,"k":{"\u045e":7,"\u044a":18,"\u0447":7,"\u0445":4,"\u0444":4,"\u0443":11,"\u0442":18,"\u0436":7}},"\u045a":{"d":"291,-59v0,68,-78,60,-147,59r0,-86r-81,0r0,86r-32,0r0,-193r32,0r0,80r81,0r0,-80r32,0r0,79v58,-2,115,-1,115,55xm176,-26v37,-1,83,7,83,-31v0,-38,-47,-29,-83,-30r0,61","w":310,"k":{"\u044a":18,"\u0447":7,"\u0445":4,"\u0443":11,"\u0442":18,"\u0436":7}},"\u045b":{"d":"118,-189v90,0,60,109,65,189r-32,0v-8,-59,25,-161,-38,-163v-71,-2,-45,96,-50,163r-32,0r0,-217r-28,0r0,-25r28,0r0,-32r32,0r0,32r66,0r0,25r-66,0v1,18,-5,43,0,57v11,-17,27,-29,55,-29","w":211,"k":{"\u045e":7}},"\u045c":{"d":"134,-193r34,0r-73,93r80,100r-36,0r-77,-98r0,98r-31,0r0,-193r31,0r0,94xm139,-276v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":176,"k":{"\u201d":-7,"\u2019":-7,"\u045e":4,"\u0454":7,"\u0451":7,"\u0444":7,"\u0441":4,"\u043e":7,"\u0435":7,"\u0431":4,"'":-7,"\"":-7}},"\u045e":{"d":"89,-241v24,0,36,-11,38,-33r30,0v4,59,-80,70,-119,42v-12,-8,-13,-24,-16,-42r30,0v2,23,12,33,37,33xm98,25v-10,41,-42,73,-93,58r0,-25v28,8,52,-5,60,-28r10,-28r-73,-195r33,0r55,166v14,-60,34,-110,51,-166r33,0","w":175,"k":{"\u0459":7,"\u0442":-4,"\u043e":4,"\u043b":11,"\u0430":7}},"\u045f":{"d":"63,-27r88,0r0,-166r32,0r0,193r-58,0r0,67r-33,0r0,-67r-61,0r0,-193r32,0r0,166","w":213},"\u0490":{"d":"137,-257r0,-53r31,0r0,82r-100,0r0,228r-33,0r0,-257r102,0","w":176,"k":{"\u201d":-14,"\u2019":-14,"\u1ef2":18,"\u1e84":11,"\u1e82":11,"\u1e80":11,"\u0491":11,"\u045f":11,"\u045c":11,"\u045a":11,"\u0459":29,"\u0457":-11,"\u0455":14,"\u0454":22,"\u0453":11,"\u0451":22,"\u044f":18,"\u044e":11,"\u044d":11,"\u044c":11,"\u044b":11,"\u044a":11,"\u0449":11,"\u0448":11,"\u0447":11,"\u0446":11,"\u0445":11,"\u0444":22,"\u0443":11,"\u0442":11,"\u0441":22,"\u0440":11,"\u043f":11,"\u043e":22,"\u043d":11,"\u043c":11,"\u043b":29,"\u043a":11,"\u0439":11,"\u0438":11,"\u0437":11,"\u0436":11,"\u0435":22,"\u0434":29,"\u0433":11,"\u0432":11,"\u0430":22,"\u0424":11,"\u0422":22,"\u0421":4,"\u041e":7,"\u041b":22,"\u0414":22,"\u0410":22,"\u0409":18,"\u0404":4,"\u0178":18,"\u0176":18,"\u0174":11,"\u0172":4,"\u0170":4,"\u016e":4,"\u016a":4,"\u0164":22,"\u0162":22,"\u0152":4,"\u0150":4,"\u014c":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00dd":18,"\u00dc":4,"\u00db":4,"\u00da":4,"\u00d9":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"Y":18,"W":11,"V":14,"U":4,"T":22,"Q":4,"O":4,"G":4,"C":4,"-":29,"'":-14,"\"":-14}},"\u0491":{"d":"137,-169r-74,0r0,169r-32,0r0,-193r74,0r0,-56r32,0r0,80","w":143,"k":{"\u0459":18,"\u0454":4,"\u043b":18,"\u0434":18}},"\u1e80":{"d":"142,-257r35,0r57,222v9,-80,31,-148,46,-222r35,0r-65,257r-33,0r-58,-220v-14,77,-37,146,-55,220r-33,0r-67,-257r34,0r51,222v12,-80,35,-148,53,-222xm149,-335v7,21,24,36,30,58r-21,0v-16,-17,-40,-33,-48,-58r39,0","w":318,"k":{"\u2206":7,"\u201d":-18,"\u2019":-18,"\u0455":7,"\u0454":7,"\u0451":7,"\u0444":7,"\u0441":7,"\u043e":7,"\u0435":7,"\u0430":7,"\u0421":4,"\u041e":4,"\u0410":7,"\u03ce":7,"\u03cc":7,"\u03c9":7,"\u03c6":7,"\u03c3":7,"\u03c1":7,"\u03bf":7,"\u03b7":4,"\u03b5":7,"\u03b1":7,"\u03ae":4,"\u03ac":7,"\u039f":4,"\u039b":7,"\u0398":4,"\u0391":7,"\u0219":7,"\u01fb":7,"\u01fa":7,"\u017e":4,"\u0161":7,"\u015f":7,"\u015d":7,"\u015b":7,"\u0153":7,"\u0152":4,"\u0151":7,"\u0150":4,"\u014f":7,"\u014d":7,"\u014c":4,"\u0148":4,"\u0146":4,"\u0144":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u011b":7,"\u0119":7,"\u0117":7,"\u0115":7,"\u0113":7,"\u010d":7,"\u010c":4,"\u010b":7,"\u0109":7,"\u0107":7,"\u0106":4,"\u0105":7,"\u0104":7,"\u0103":7,"\u0102":7,"\u0101":7,"\u0100":7,"\u00fc":4,"\u00fb":4,"\u00fa":4,"\u00f9":4,"\u00f8":7,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00f1":4,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"\u00e7":7,"\u00e6":7,"\u00e5":7,"\u00e4":7,"\u00e3":7,"\u00e2":7,"\u00e1":7,"\u00e0":7,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"\u00c6":14,"\u00c5":7,"\u00c4":7,"\u00c3":7,"\u00c2":7,"\u00c1":7,"\u00c0":7,"z":4,"u":4,"s":7,"r":4,"q":7,"p":4,"o":7,"n":4,"m":4,"g":4,"e":7,"d":7,"c":7,"a":7,"Q":4,"O":4,"G":4,"C":4,"A":7,".":14,",":14,"'":-18,"\"":-18}},"\u1e81":{"d":"177,0r-44,-163r-43,163r-37,0r-49,-193r33,0r36,168v12,-59,28,-113,44,-168r35,0r43,168r37,-168r33,0r-50,193r-38,0xm121,-276v7,21,24,36,30,58r-21,0v-16,-17,-40,-33,-48,-58r39,0","w":268,"k":{"\u201d":-14,"\u2019":-14,"f":-4,"'":-14,"\"":-14}},"\u1e82":{"d":"142,-257r35,0r57,222v9,-80,31,-148,46,-222r35,0r-65,257r-33,0r-58,-220v-14,77,-37,146,-55,220r-33,0r-67,-257r34,0r51,222v12,-80,35,-148,53,-222xm211,-335v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":318,"k":{"\u2206":7,"\u201d":-18,"\u2019":-18,"\u0455":7,"\u0454":7,"\u0451":7,"\u0444":7,"\u0441":7,"\u043e":7,"\u0435":7,"\u0430":7,"\u0421":4,"\u041e":4,"\u0410":7,"\u03ce":7,"\u03cc":7,"\u03c9":7,"\u03c6":7,"\u03c3":7,"\u03c1":7,"\u03bf":7,"\u03b7":4,"\u03b5":7,"\u03b1":7,"\u03ae":4,"\u03ac":7,"\u039f":4,"\u039b":7,"\u0398":4,"\u0391":7,"\u0219":7,"\u01fb":7,"\u01fa":7,"\u017e":4,"\u0161":7,"\u015f":7,"\u015d":7,"\u015b":7,"\u0153":7,"\u0152":4,"\u0151":7,"\u0150":4,"\u014f":7,"\u014d":7,"\u014c":4,"\u0148":4,"\u0146":4,"\u0144":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u011b":7,"\u0119":7,"\u0117":7,"\u0115":7,"\u0113":7,"\u010d":7,"\u010c":4,"\u010b":7,"\u0109":7,"\u0107":7,"\u0106":4,"\u0105":7,"\u0104":7,"\u0103":7,"\u0102":7,"\u0101":7,"\u0100":7,"\u00fc":4,"\u00fb":4,"\u00fa":4,"\u00f9":4,"\u00f8":7,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00f1":4,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"\u00e7":7,"\u00e6":7,"\u00e5":7,"\u00e4":7,"\u00e3":7,"\u00e2":7,"\u00e1":7,"\u00e0":7,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"\u00c6":14,"\u00c5":7,"\u00c4":7,"\u00c3":7,"\u00c2":7,"\u00c1":7,"\u00c0":7,"z":4,"u":4,"s":7,"r":4,"q":7,"p":4,"o":7,"n":4,"m":4,"g":4,"e":7,"d":7,"c":7,"a":7,"Q":4,"O":4,"G":4,"C":4,"A":7,".":14,",":14,"'":-18,"\"":-18}},"\u1e83":{"d":"177,0r-44,-163r-43,163r-37,0r-49,-193r33,0r36,168v12,-59,28,-113,44,-168r35,0r43,168r37,-168r33,0r-50,193r-38,0xm187,-276v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":268,"k":{"\u201d":-14,"\u2019":-14,"f":-4,"'":-14,"\"":-14}},"\u1e84":{"d":"142,-257r35,0r57,222v9,-80,31,-148,46,-222r35,0r-65,257r-33,0r-58,-220v-14,77,-37,146,-55,220r-33,0r-67,-257r34,0r51,222v12,-80,35,-148,53,-222xm126,-286v-10,0,-17,-7,-17,-18v0,-11,6,-18,17,-18v11,0,17,7,17,18v0,11,-7,18,-17,18xm192,-286v-10,-1,-16,-7,-17,-18v-2,-19,26,-24,32,-8v5,13,-3,27,-15,26","w":318,"k":{"\u2206":7,"\u201d":-18,"\u2019":-18,"\u0455":7,"\u0454":7,"\u0451":7,"\u0444":7,"\u0441":7,"\u043e":7,"\u0435":7,"\u0430":7,"\u0421":4,"\u041e":4,"\u0410":7,"\u03ce":7,"\u03cc":7,"\u03c9":7,"\u03c6":7,"\u03c3":7,"\u03c1":7,"\u03bf":7,"\u03b7":4,"\u03b5":7,"\u03b1":7,"\u03ae":4,"\u03ac":7,"\u039f":4,"\u039b":7,"\u0398":4,"\u0391":7,"\u0219":7,"\u01fb":7,"\u01fa":7,"\u017e":4,"\u0161":7,"\u015f":7,"\u015d":7,"\u015b":7,"\u0153":7,"\u0152":4,"\u0151":7,"\u0150":4,"\u014f":7,"\u014d":7,"\u014c":4,"\u0148":4,"\u0146":4,"\u0144":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u011b":7,"\u0119":7,"\u0117":7,"\u0115":7,"\u0113":7,"\u010d":7,"\u010c":4,"\u010b":7,"\u0109":7,"\u0107":7,"\u0106":4,"\u0105":7,"\u0104":7,"\u0103":7,"\u0102":7,"\u0101":7,"\u0100":7,"\u00fc":4,"\u00fb":4,"\u00fa":4,"\u00f9":4,"\u00f8":7,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00f1":4,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"\u00e7":7,"\u00e6":7,"\u00e5":7,"\u00e4":7,"\u00e3":7,"\u00e2":7,"\u00e1":7,"\u00e0":7,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"\u00c6":14,"\u00c5":7,"\u00c4":7,"\u00c3":7,"\u00c2":7,"\u00c1":7,"\u00c0":7,"z":4,"u":4,"s":7,"r":4,"q":7,"p":4,"o":7,"n":4,"m":4,"g":4,"e":7,"d":7,"c":7,"a":7,"Q":4,"O":4,"G":4,"C":4,"A":7,".":14,",":14,"'":-18,"\"":-18}},"\u1e85":{"d":"177,0r-44,-163r-43,163r-37,0r-49,-193r33,0r36,168v12,-59,28,-113,44,-168r35,0r43,168r37,-168r33,0r-50,193r-38,0xm101,-227v-10,0,-17,-7,-17,-18v0,-11,6,-18,17,-18v11,0,17,7,17,18v0,11,-7,18,-17,18xm167,-227v-10,-1,-16,-7,-17,-18v-2,-19,26,-24,32,-8v5,13,-3,27,-15,26","w":268,"k":{"\u201d":-14,"\u2019":-14,"f":-4,"'":-14,"\"":-14}},"\u1ef2":{"d":"95,-127r60,-130r35,0r-79,157r0,100r-33,0r0,-98r-78,-159r36,0xm83,-335v7,21,24,36,30,58r-21,0v-16,-17,-40,-33,-48,-58r39,0","w":189,"k":{"\u2206":18,"\u201d":-14,"\u2019":-14,"\u1ef3":4,"\u0455":14,"\u0454":18,"\u0451":18,"\u0444":18,"\u0443":4,"\u0441":18,"\u043e":18,"\u0435":18,"\u0430":18,"\u0421":7,"\u041e":7,"\u0410":18,"\u0405":4,"\u03ce":18,"\u03cc":18,"\u03c9":18,"\u03c6":18,"\u03c3":18,"\u03c1":18,"\u03bf":18,"\u03bd":4,"\u03b7":11,"\u03b5":18,"\u03b3":4,"\u03b1":18,"\u03ae":11,"\u03ac":18,"\u039f":7,"\u039b":18,"\u0398":7,"\u0391":18,"\u0219":14,"\u01fb":18,"\u01fa":18,"\u017e":11,"\u0177":4,"\u0161":14,"\u0160":4,"\u015f":14,"\u015e":4,"\u015d":14,"\u015b":14,"\u015a":4,"\u0153":18,"\u0152":7,"\u0151":18,"\u0150":7,"\u014f":18,"\u014d":18,"\u014c":7,"\u0148":11,"\u0146":11,"\u0144":11,"\u0122":7,"\u0120":7,"\u011e":7,"\u011c":7,"\u011b":18,"\u0119":18,"\u0117":18,"\u0115":18,"\u0113":18,"\u010d":18,"\u010c":7,"\u010b":18,"\u0109":18,"\u0107":18,"\u0106":7,"\u0105":18,"\u0104":18,"\u0103":18,"\u0102":18,"\u0101":18,"\u0100":18,"\u00ff":4,"\u00fd":4,"\u00fc":11,"\u00fb":11,"\u00fa":11,"\u00f9":11,"\u00f8":18,"\u00f6":18,"\u00f5":18,"\u00f4":18,"\u00f3":18,"\u00f2":18,"\u00f1":11,"\u00eb":18,"\u00ea":18,"\u00e9":18,"\u00e8":18,"\u00e7":18,"\u00e6":18,"\u00e5":18,"\u00e4":18,"\u00e3":18,"\u00e2":18,"\u00e1":18,"\u00e0":18,"\u00d8":7,"\u00d6":7,"\u00d5":7,"\u00d4":7,"\u00d3":7,"\u00d2":7,"\u00c7":7,"\u00c6":25,"\u00c5":18,"\u00c4":18,"\u00c3":18,"\u00c2":18,"\u00c1":18,"\u00c0":18,"z":11,"y":4,"x":7,"u":11,"s":14,"r":11,"q":18,"p":11,"o":18,"n":11,"m":11,"g":18,"e":18,"d":18,"c":18,"a":18,"S":4,"Q":7,"O":7,"G":7,"C":7,"A":18,"?":-7,".":18,",":18,"'":-14,"\"":-14}},"\u1ef3":{"d":"98,25v-10,41,-42,73,-93,58r0,-25v28,8,52,-5,60,-28r10,-28r-73,-195r33,0r55,166v14,-60,34,-110,51,-166r33,0xm76,-276v7,21,24,36,30,58r-21,0v-16,-17,-40,-33,-48,-58r39,0","w":175,"k":{"\u201d":-11,"\u2019":-11,"f":-4,"'":-11,"\"":-11}},"\u2013":{"d":"14,-82r0,-29r152,0r0,29r-152,0","w":180,"k":{"\u03a5":11,"\u03a4":18,"T":18}},"\u2014":{"d":"14,-82r0,-29r332,0r0,29r-332,0","w":360,"k":{"\u03a5":11,"\u03a4":18,"T":18}},"\u2015":{"d":"14,-82r0,-29r332,0r0,29r-332,0","w":360},"\u2017":{"d":"149,81r-150,0r0,-24r150,0r0,24xm149,32r-150,0r0,-24r150,0r0,24","w":148},"\u2018":{"d":"59,-257r-18,88v-12,-2,-32,4,-37,-4v8,-29,20,-59,31,-84r24,0","w":62,"k":{"\u2206":14,"\u1ef2":-14,"\u1e85":-4,"\u1e84":-18,"\u1e83":-4,"\u1e82":-18,"\u1e81":-4,"\u1e80":-18,"\u0454":11,"\u0451":11,"\u0444":11,"\u0442":-7,"\u0441":11,"\u043e":11,"\u0435":11,"\u042a":-14,"\u0425":-7,"\u0423":-11,"\u0422":-14,"\u041b":22,"\u0417":-4,"\u0416":-11,"\u0414":22,"\u0410":14,"\u040e":-11,"\u040b":-14,"\u0409":18,"\u0402":-14,"\u03ce":11,"\u03cc":11,"\u03c9":11,"\u03c7":-7,"\u03c6":11,"\u03c4":-7,"\u03c3":11,"\u03c1":11,"\u03bf":11,"\u03bd":-7,"\u03b5":11,"\u03b1":11,"\u03ac":11,"\u03a4":-14,"\u039b":14,"\u0391":14,"\u01fa":14,"\u017d":-7,"\u017b":-7,"\u0179":-7,"\u0178":-14,"\u0176":-14,"\u0175":-4,"\u0174":-18,"\u0164":-14,"\u0162":-14,"\u0153":11,"\u0151":11,"\u014f":11,"\u014d":11,"\u0130":-7,"\u012e":-7,"\u012a":-7,"\u011b":11,"\u0119":11,"\u0117":11,"\u0115":11,"\u0113":11,"\u010d":11,"\u010b":11,"\u0109":11,"\u0107":11,"\u0104":14,"\u0102":14,"\u0100":14,"\u00f8":11,"\u00f6":11,"\u00f5":11,"\u00f4":11,"\u00f3":11,"\u00f2":11,"\u00eb":11,"\u00ea":11,"\u00e9":11,"\u00e8":11,"\u00e7":11,"\u00e6":11,"\u00dd":-14,"\u00cf":-7,"\u00ce":-7,"\u00cd":-7,"\u00cc":-7,"\u00c6":29,"\u00c5":14,"\u00c4":14,"\u00c3":14,"\u00c2":14,"\u00c1":14,"\u00c0":14,"w":-4,"v":-7,"t":-7,"q":11,"o":11,"g":7,"e":11,"d":11,"c":11,"Z":-7,"Y":-14,"X":-7,"W":-18,"V":-14,"T":-14,"I":-7,"A":14}},"\u2019":{"d":"4,-169r18,-88v12,2,32,-5,37,4r-31,84r-24,0","w":62},"\u201a":{"d":"11,46v7,-28,12,-59,18,-88v12,2,32,-5,37,4v-8,30,-19,60,-31,84r-24,0","w":90},"\u201b":{"d":"35,-169v-11,-25,-23,-55,-31,-84v6,-8,26,-2,38,-4r17,88r-24,0","w":62},"\u201c":{"d":"127,-257r-18,88v-12,-2,-32,5,-37,-4v8,-29,20,-59,31,-84r24,0xm59,-257r-18,88v-12,-2,-32,4,-37,-4v8,-29,20,-59,31,-84r24,0","w":130,"k":{"\u2206":14,"\u1ef2":-14,"\u1e85":-4,"\u1e84":-18,"\u1e83":-4,"\u1e82":-18,"\u1e81":-4,"\u1e80":-18,"\u0454":11,"\u0451":11,"\u0444":11,"\u0442":-7,"\u0441":11,"\u043e":11,"\u0435":11,"\u042a":-14,"\u0425":-7,"\u0423":-11,"\u0422":-14,"\u041b":22,"\u0417":-4,"\u0416":-11,"\u0414":22,"\u0410":14,"\u040e":-11,"\u040b":-14,"\u0409":18,"\u0402":-14,"\u03ce":11,"\u03cc":11,"\u03c9":11,"\u03c7":-7,"\u03c6":11,"\u03c4":-7,"\u03c3":11,"\u03c1":11,"\u03bf":11,"\u03bd":-7,"\u03b5":11,"\u03b1":11,"\u03ac":11,"\u03a4":-14,"\u039b":14,"\u0391":14,"\u01fa":14,"\u017d":-7,"\u017b":-7,"\u0179":-7,"\u0178":-14,"\u0176":-14,"\u0175":-4,"\u0174":-18,"\u0164":-14,"\u0162":-14,"\u0153":11,"\u0151":11,"\u014f":11,"\u014d":11,"\u0130":-7,"\u012e":-7,"\u012a":-7,"\u011b":11,"\u0119":11,"\u0117":11,"\u0115":11,"\u0113":11,"\u010d":11,"\u010b":11,"\u0109":11,"\u0107":11,"\u0104":14,"\u0102":14,"\u0100":14,"\u00f8":11,"\u00f6":11,"\u00f5":11,"\u00f4":11,"\u00f3":11,"\u00f2":11,"\u00eb":11,"\u00ea":11,"\u00e9":11,"\u00e8":11,"\u00e7":11,"\u00e6":11,"\u00dd":-14,"\u00cf":-7,"\u00ce":-7,"\u00cd":-7,"\u00cc":-7,"\u00c6":29,"\u00c5":14,"\u00c4":14,"\u00c3":14,"\u00c2":14,"\u00c1":14,"\u00c0":14,"w":-4,"v":-7,"t":-7,"q":11,"o":11,"g":7,"e":11,"d":11,"c":11,"Z":-7,"Y":-14,"X":-7,"W":-18,"V":-14,"T":-14,"I":-7,"A":14}},"\u201d":{"d":"4,-169r18,-88v12,2,32,-5,37,4r-31,84r-24,0xm72,-169r17,-88v12,2,32,-4,38,4v-9,29,-19,60,-31,84r-24,0","w":130},"\u201e":{"d":"11,46v7,-28,12,-59,18,-88v12,2,32,-5,37,4v-8,30,-19,60,-31,84r-24,0xm79,46r18,-88v12,2,32,-4,37,4v-8,29,-19,60,-31,84r-24,0","w":157},"\u2020":{"d":"153,-174r-58,-5r10,179r-38,0r9,-179r-54,5r0,-31r54,5r-9,-74r38,0r-10,74r58,-5r0,31","w":174},"\u2021":{"d":"99,-87r58,-5r0,31r-58,-5r9,66r-38,0r10,-66r-58,5r0,-31r58,5v-8,-33,-8,-67,0,-100r-58,6r0,-32r58,6r-10,-67r38,0r-9,67r58,-6r0,32r-58,-6v8,33,8,67,0,100","w":178},"\u2022":{"d":"68,-85v-28,0,-42,-18,-42,-46v0,-28,13,-47,42,-47v27,0,41,18,41,47v0,29,-14,46,-41,46","w":135},"\u2026":{"d":"48,5v-16,1,-22,-10,-22,-25v0,-14,7,-25,22,-24v15,0,22,8,22,24v0,16,-7,25,-22,25xm145,5v-16,0,-23,-10,-23,-25v0,-15,8,-24,23,-24v15,0,22,10,22,24v0,15,-7,25,-22,25xm241,5v-14,0,-23,-9,-22,-25v1,-14,7,-25,22,-24v15,0,22,8,22,24v0,16,-7,25,-22,25","w":289},"\u2030":{"d":"70,-238v-24,0,-26,28,-26,58v0,30,3,58,26,58v18,0,28,-19,28,-58v0,-38,-10,-58,-28,-58xm70,-261v42,0,54,38,54,81v0,45,-12,81,-54,81v-41,0,-52,-37,-52,-81v0,-45,10,-81,52,-81xm226,-135v-25,1,-27,28,-27,58v0,30,3,57,27,57v18,0,27,-18,27,-57v0,-38,-9,-58,-27,-58xm226,-158v41,0,53,36,53,81v0,45,-11,81,-53,81v-41,0,-53,-36,-53,-81v0,-45,11,-81,53,-81xm234,-257r-143,257r-27,0r142,-257r28,0xm350,-135v-25,1,-27,28,-27,58v0,30,3,57,27,57v18,0,27,-18,27,-57v0,-38,-9,-58,-27,-58xm350,-158v42,0,53,38,53,81v0,45,-11,81,-53,81v-41,0,-53,-36,-53,-81v0,-45,11,-81,53,-81","w":420},"\u2032":{"d":"58,-257r-7,93r-20,0r-8,-93r35,0","w":81},"\u2033":{"d":"58,-257r-7,93r-20,0r-8,-93r35,0xm121,-257r-7,93r-20,0r-7,-93r34,0","w":144},"\u2039":{"d":"14,-97r55,-73r20,14r-42,61r42,61r-20,14r-55,-72r0,-5","w":103},"\u203a":{"d":"89,-92r-54,72r-21,-14r42,-61r-42,-61r21,-14r54,73r0,5","w":103},"\u203c":{"d":"141,-73r-21,0r-9,-184r39,0xm130,5v-16,1,-22,-10,-22,-25v0,-14,7,-25,22,-24v15,0,22,8,22,24v0,16,-7,25,-22,25xm59,-73r-21,0r-9,-184r39,0xm48,5v-16,1,-22,-10,-22,-25v0,-14,7,-25,22,-24v15,0,22,8,22,24v0,16,-7,25,-22,25","w":178},"\u2044":{"d":"108,-257r-142,257r-28,0r143,-257r27,0","w":46},"\u207f":{"d":"71,-240v-45,-2,-26,60,-30,100r-22,0r0,-118r18,0v2,5,1,13,4,16v20,-31,75,-22,75,26r0,76r-22,0v-5,-36,16,-98,-23,-100","w":133},"\u20a3":{"d":"79,-70r52,0r0,24r-52,0r0,46r-31,0r0,-46r-31,0r0,-24r31,0r0,-187r132,0r0,29r-101,0r0,91r94,0r0,28r-94,0r0,39"},"\u20a4":{"d":"47,-157v-18,-91,59,-125,131,-89r-12,25v-29,-18,-93,-21,-87,31r0,33r66,0r0,24r-66,0r0,28r66,0r0,24r-66,0v1,27,-8,43,-24,52r131,0r0,29r-174,0r0,-27v23,-6,36,-23,35,-54r-35,0r0,-24r35,0r0,-28r-35,0r0,-24r35,0"},"\u20a7":{"d":"216,-50v-3,26,18,31,41,24r0,24v-34,16,-72,-2,-72,-44r0,-79r-27,0r0,-14r27,-14r12,-33r19,0r0,37r36,0r0,24r-36,0r0,75xm26,-257v73,-3,134,4,133,75v-1,59,-38,84,-101,82r0,100r-32,0r0,-257xm127,-180v0,-40,-27,-51,-69,-49r0,101v42,1,69,-11,69,-52","w":270},"\u20ac":{"d":"185,-7v-67,31,-143,-11,-145,-81r-29,0r0,-24r26,0r0,-28r-26,0r0,-24r28,0v3,-76,83,-122,154,-81r-14,26v-47,-31,-106,3,-107,55r76,0r0,24r-79,0r0,28r68,0r0,24r-64,0v3,56,62,77,112,53r0,28"},"\u2105":{"d":"227,-257r-143,257r-27,0r142,-257r28,0xm211,-119v34,0,51,24,52,60v1,38,-18,60,-53,60v-35,0,-53,-23,-53,-60v1,-37,18,-60,54,-60xm210,-99v-22,0,-28,19,-28,40v0,22,6,41,28,41v22,0,28,-19,28,-41v0,-21,-6,-40,-28,-40xm115,-145v-41,17,-96,-1,-90,-53v-5,-53,47,-73,92,-54r-6,18v-29,-12,-67,-3,-61,36v-4,42,36,46,65,34r0,19","w":288},"\u2113":{"d":"84,-113v2,37,-11,92,26,92v20,0,28,-16,29,-37r18,0v-1,36,-16,62,-51,62v-50,0,-54,-49,-51,-104v-10,4,-22,8,-34,10r0,-21r34,-10v3,-60,-17,-142,47,-140v28,1,42,23,42,53v0,49,-27,78,-60,95xm84,-135v23,-14,37,-35,36,-72v0,-22,-6,-33,-18,-33v-33,8,-12,70,-18,105","w":180},"\u2116":{"d":"210,0r-37,0r-112,-213r3,213r-29,0r0,-257r36,0r112,212r-2,-212r29,0r0,257xm288,-170v34,0,51,25,51,60v0,37,-15,62,-52,62v-34,0,-51,-26,-51,-62v0,-36,16,-60,52,-60xm288,-149v-21,0,-27,15,-27,39v0,24,6,41,27,41v20,0,26,-18,26,-41v0,-24,-5,-39,-26,-39xm243,0r0,-26r87,0r0,26r-87,0","w":355},"\u2122":{"d":"63,-130r-22,0r0,-108r-34,0r0,-19r91,0r0,19r-35,0r0,108xm165,-130r-34,-97r0,97r-21,0r0,-127r33,0r31,97r34,-97r31,0r0,127r-22,0r-1,-97r-34,97r-17,0","w":269},"\u2126":{"d":"210,-144v0,-55,-22,-88,-76,-88v-54,0,-77,33,-76,88v0,59,25,93,60,118r0,26r-104,0r0,-29r62,0v-31,-24,-53,-62,-53,-116v0,-73,38,-116,111,-116v73,0,111,43,111,116v0,54,-22,92,-53,116r62,0r0,29r-104,0r0,-26v35,-25,60,-59,60,-118","w":267},"\u212e":{"d":"193,-43v-16,28,-38,49,-82,49v-60,-2,-88,-41,-93,-99v-9,-108,148,-133,179,-42v5,12,7,27,7,42r-145,0r0,62v11,12,29,21,52,22v37,0,55,-19,70,-41xm164,-157v-21,-26,-84,-28,-105,0r0,49r105,0r0,-49","w":222},"\u215b":{"d":"166,-117v0,-28,19,-37,46,-39v49,-4,58,62,20,75v14,9,30,17,30,40v-1,29,-22,42,-50,45v-55,6,-66,-69,-24,-84v-11,-8,-22,-17,-22,-37xm235,-49v-8,-25,-50,-25,-50,9v1,15,10,23,26,23v21,0,30,-15,24,-32xm212,-91v22,-4,31,-45,-1,-45v-25,0,-27,33,-8,40v3,2,6,3,9,5xm15,-224v21,-12,30,-37,67,-33r0,154r-26,0r2,-130v-8,11,-20,18,-30,26xm215,-257r-142,257r-28,0r143,-257r27,0","w":272},"\u215c":{"d":"166,-117v0,-28,19,-37,46,-39v49,-4,58,62,20,75v14,9,30,17,30,40v-1,29,-22,42,-50,45v-55,6,-66,-69,-24,-84v-11,-8,-22,-17,-22,-37xm235,-49v-8,-25,-50,-25,-50,9v1,15,10,23,26,23v21,0,30,-15,24,-32xm212,-91v22,-4,31,-45,-1,-45v-25,0,-27,33,-8,40v3,2,6,3,9,5xm10,-243v24,-24,98,-26,98,22v0,20,-12,31,-27,37v18,5,31,14,31,36v0,52,-67,57,-103,38r0,-23v22,14,78,23,77,-15v0,-25,-26,-26,-53,-25r0,-20v26,1,49,-1,48,-25v0,-31,-46,-22,-59,-8xm222,-257r-142,257r-28,0r143,-257r27,0","w":272},"\u215d":{"d":"166,-117v0,-28,19,-37,46,-39v49,-4,58,62,20,75v14,9,30,17,30,40v-1,29,-22,42,-50,45v-55,6,-66,-69,-24,-84v-11,-8,-22,-17,-22,-37xm235,-49v-8,-25,-50,-25,-50,9v1,15,10,23,26,23v21,0,30,-15,24,-32xm212,-91v22,-4,31,-45,-1,-45v-25,0,-27,33,-8,40v3,2,6,3,9,5xm86,-150v0,-29,-31,-32,-57,-25r-12,-7r6,-75r78,0r0,22r-57,0r-3,37v39,-5,70,8,70,46v0,51,-60,63,-97,43r0,-25v18,16,72,23,72,-16xm222,-257r-142,257r-28,0r143,-257r27,0","w":272},"\u215e":{"d":"166,-117v0,-28,19,-37,46,-39v49,-4,58,62,20,75v14,9,30,17,30,40v-1,29,-22,42,-50,45v-55,6,-66,-69,-24,-84v-11,-8,-22,-17,-22,-37xm235,-49v-8,-25,-50,-25,-50,9v1,15,10,23,26,23v21,0,30,-15,24,-32xm212,-91v22,-4,31,-45,-1,-45v-25,0,-27,33,-8,40v3,2,6,3,9,5xm36,-103r57,-132r-73,0r0,-22r99,0r0,18r-56,136r-27,0xm208,-257r-142,257r-28,0r143,-257r27,0","w":272},"\u2202":{"d":"65,-249v67,-30,131,7,125,85v-7,87,-27,168,-109,168v-44,0,-64,-26,-64,-70v0,-62,29,-109,92,-112v23,0,40,11,49,26v14,-65,-42,-103,-93,-66r0,-31xm50,-65v-5,41,42,53,66,27v19,-21,32,-48,37,-82v-6,-18,-18,-33,-40,-33v-45,0,-58,44,-63,88","w":209},"\u2206":{"d":"7,-20r79,-237r32,0r79,237r0,20r-190,0r0,-20xm162,-29r-60,-193r-16,59r-43,134r119,0","w":204,"k":{"\u201d":14,"\u2019":14,"\u1ef2":18,"\u1e84":7,"\u1e82":7,"\u1e80":7,"\u0422":22,"\u0421":4,"\u041e":4,"\u03a4":22,"\u039f":4,"\u0398":4,"\u0178":18,"\u0176":18,"\u0174":7,"\u0172":4,"\u0170":4,"\u016e":4,"\u016a":4,"\u0164":22,"\u0162":22,"\u0152":7,"\u0150":4,"\u014c":4,"\u0122":4,"\u0120":4,"\u011e":4,"\u011c":4,"\u010c":4,"\u0106":4,"\u00dd":18,"\u00dc":4,"\u00db":4,"\u00da":4,"\u00d9":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"Y":18,"W":7,"V":11,"U":4,"T":22,"Q":4,"O":4,"G":4,"C":4,"'":14,"\"":14}},"\u220f":{"d":"199,86r0,-314r-131,0r0,314r-33,0r0,-343r197,0r0,343r-33,0","w":266},"\u2211":{"d":"13,86r0,-20r110,-160r-107,-143r0,-20r192,0r0,29r-146,0r100,133r-104,153r162,0r0,28r-207,0","w":227},"\u2212":{"d":"18,-114r0,-26r162,0r0,26r-162,0"},"\u221a":{"d":"110,2r-23,0r-49,-136r-31,0r0,-25r52,0r40,116r90,-255r26,0","w":197},"\u221e":{"d":"182,-181v33,0,52,22,52,55v0,32,-20,56,-52,56v-28,0,-42,-17,-55,-39v-13,17,-26,37,-54,37v-33,0,-52,-22,-52,-55v0,-33,19,-55,52,-55v27,0,42,17,54,38v12,-18,26,-37,55,-37xm45,-127v-2,29,30,41,51,25v6,-5,12,-14,18,-25v-8,-36,-66,-46,-69,0xm210,-126v2,-27,-30,-41,-51,-25v-6,5,-13,14,-19,25v9,35,69,47,70,0","w":254},"\u222b":{"d":"55,-211v-4,-49,37,-72,81,-59r0,25v-26,-13,-50,4,-50,37r0,232v2,48,-37,72,-83,59r0,-26v27,13,52,-4,52,-36r0,-232","w":139},"\u2248":{"d":"18,-95v44,-54,120,35,162,-19r0,28v-34,39,-83,4,-122,-2v-18,1,-30,11,-40,21r0,-28xm180,-158v-42,54,-122,-35,-162,19r0,-28v45,-55,118,38,162,-20r0,29"},"\u2260":{"d":"62,-78r-44,0r0,-26r56,0r21,-46r-77,0r0,-26r89,0r24,-50r24,11r-19,39r44,0r0,26r-56,0r-21,46r77,0r0,26r-90,0r-22,49r-24,-10"},"\u2264":{"d":"180,-42r-162,-74r0,-18r162,-85r0,28r-129,64r129,57r0,28xm18,0r0,-26r162,0r0,26r-162,0"},"\u2265":{"d":"18,-70r130,-57r-130,-63r0,-29r162,85r0,18r-162,74r0,-28xm18,0r0,-26r162,0r0,26r-162,0"},"\u25ca":{"d":"191,-130r-79,130r-14,0r-79,-129r79,-130r14,0xm159,-130r-54,-90r-53,90r53,91","w":209},"\ufb01":{"d":"124,-244v-33,-16,-62,4,-53,51r43,0r0,24r-43,0r0,169r-32,0r0,-169r-34,0r0,-13r34,-12v-10,-66,34,-95,93,-75xm181,0r-32,0r0,-193r32,0r0,193xm165,-225v-11,0,-20,-6,-19,-20v-1,-14,7,-20,19,-20v13,0,18,8,19,20v1,13,-8,20,-19,20","w":211},"\ufb02":{"d":"124,-244v-33,-16,-62,4,-53,51r43,0r0,24r-43,0r0,169r-32,0r0,-169r-34,0r0,-13r34,-12v-10,-66,34,-95,93,-75xm181,0r-32,0r0,-274r32,0r0,274","w":211},"\u2000":{"w":180},"\u2001":{"w":360},"\u2002":{"w":180},"\u2003":{"w":360},"\u2004":{"w":120},"\u2005":{"w":90},"\u2006":{"w":59},"\u2007":{},"\u2008":{"w":96},"\u2009":{"w":72},"\u200a":{"w":36},"\u200b":{"w":0},"\ufeff":{"w":0},"\ufffc":{"d":"15,-213r0,-54r53,0r0,20r-34,0r0,34r-19,0xm295,-247r0,-20r54,0r0,54r-19,0r0,-34r-35,0xm15,67r0,-53r19,0r0,34r34,0r0,19r-53,0xm295,67r0,-19r35,0r0,-34r19,0r0,53r-54,0xm227,67r0,-19r48,0r0,19r-48,0xm89,67r0,-19r48,0r0,19r-48,0xm89,-247r0,-20r48,0r0,20r-48,0xm349,-7r-19,0r0,-47r19,0r0,47xm349,-145r-19,0r0,-47r19,0r0,47xm158,67r0,-19r48,0r0,19r-48,0xm34,-7r-19,0r0,-47r19,0r0,47xm158,-247r0,-20r48,0r0,20r-48,0xm227,-247r0,-20r48,0r0,20r-48,0xm34,-76r-19,0r0,-47r19,0r0,47xm34,-145r-19,0r0,-47r19,0r0,47xm349,-76r-19,0r0,-47r19,0r0,47xm152,-111v0,32,-15,53,-46,53v-31,0,-46,-21,-46,-53v0,-32,15,-52,46,-52v31,0,46,20,46,52xm82,-111v0,20,6,35,24,35v18,0,24,-15,24,-35v0,-20,-6,-34,-24,-34v-18,0,-24,15,-24,34xm197,-162v37,-8,53,38,23,48v34,11,19,55,-17,55r-36,0r0,-103r30,0xm214,-133v0,-13,-13,-11,-26,-11r0,23v13,0,26,2,26,-12xm216,-91v0,-14,-14,-13,-28,-13r0,27v15,1,28,0,28,-14xm297,-162v-1,49,13,118,-49,102r0,-18v12,3,27,4,27,-13r0,-71r22,0","w":360},"\ufffd":{"d":"180,-274r165,165r-165,165r-165,-165xm201,-152v-3,36,-55,38,-47,87r37,0v-3,-46,50,-42,50,-89v0,-60,-85,-58,-121,-33r15,31v18,-10,61,-27,66,4xm174,-40v-16,0,-25,8,-25,24v0,14,10,24,25,24v15,0,25,-10,25,-24v0,-16,-9,-24,-25,-24","w":360},"\u01f0":{"d":"63,28v4,45,-34,68,-75,54r0,-26v20,9,43,2,43,-26r0,-223r32,0r0,221xm47,-243v17,-14,24,-37,58,-33v-8,24,-32,35,-41,58r-34,0v-10,-19,-28,-38,-42,-53r0,-5v35,-4,41,19,59,33","w":93},"\u02bc":{"d":"4,-169r18,-88v12,2,32,-5,37,4r-31,84r-24,0","w":62},"\u03d1":{"d":"103,-252v-35,-4,-33,49,-11,64v15,10,34,17,62,16v-7,-37,-15,-76,-51,-80xm36,-113v4,-18,-19,-15,-28,-10r-6,-22v24,-12,68,-13,65,25v-3,40,-20,100,31,98v52,-3,60,-64,57,-126v-61,-2,-111,-18,-111,-76v0,-36,22,-54,59,-54v58,0,75,51,83,106r25,0r0,24r-24,0v4,79,-17,147,-90,152v-68,5,-73,-59,-61,-117","w":216},"\u03d2":{"d":"95,-128v26,-51,27,-143,98,-128r0,25v-47,-3,-43,59,-65,90r-17,46r0,95r-33,0r0,-98r-78,-159r36,0","w":194},"\u03d6":{"d":"146,-28v-7,21,-23,31,-49,32v-83,4,-73,-118,-45,-170r-49,0v-3,-20,15,-19,24,-27r260,0r0,27r-43,0v26,54,33,170,-48,170v-28,0,-39,-14,-50,-32xm194,-23v58,0,34,-104,19,-143r-130,0v-9,25,-19,50,-19,83v-1,33,5,60,35,60v34,0,33,-41,32,-78r31,0v-1,37,-1,78,32,78","w":298},"\u1e3e":{"d":"141,0r-79,-225r3,71r0,154r-30,0r0,-257r48,0r74,210r73,-210r48,0r0,257r-32,0r1,-225r-79,225r-27,0xm204,-336v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":313},"\u1e3f":{"d":"232,-197v89,-4,56,117,62,197r-32,0r0,-124v0,-28,-9,-47,-36,-46v-72,0,-41,104,-48,170r-32,0r0,-124v0,-28,-9,-47,-36,-46v-70,1,-41,103,-47,170r-32,0r0,-193r26,0v3,8,0,21,6,26v16,-39,96,-39,110,2v11,-19,30,-31,59,-32xm218,-276v-7,25,-31,42,-48,58r-21,0v7,-23,23,-37,31,-58r38,0","w":322},"\u1e00":{"d":"185,0r-28,-80r-95,0r-29,80r-33,0r94,-258r30,0r95,258r-34,0xm147,-109r-38,-114v-10,40,-24,77,-37,114r75,0xm109,22v24,0,41,13,41,37v0,25,-16,39,-41,39v-24,0,-39,-14,-39,-38v0,-24,15,-38,39,-38xm109,80v11,0,20,-8,20,-20v0,-12,-8,-20,-20,-20v-12,0,-20,8,-19,20v1,11,6,20,19,20","w":218},"\u1e01":{"d":"30,-180v45,-28,132,-27,132,48r0,132r-23,0v-3,-8,-2,-22,-8,-27v-20,45,-114,43,-114,-27v0,-55,55,-62,114,-62v2,-33,-6,-54,-38,-54v-22,0,-36,7,-52,14xm50,-54v0,22,12,32,31,32v38,0,53,-29,50,-72v-40,1,-81,0,-81,40xm92,22v24,0,41,13,41,37v0,25,-16,39,-41,39v-24,0,-39,-14,-39,-38v0,-24,15,-38,39,-38xm92,80v11,0,20,-8,20,-20v0,-12,-8,-20,-20,-20v-12,0,-20,8,-19,20v1,11,6,20,19,20","w":191},"\u1f4d":{"d":"49,-257v-6,25,-25,39,-37,57v-5,-1,-17,3,-15,-4v5,-17,12,-33,16,-53r36,0xm-31,-198v-25,0,-27,-33,-11,-46v8,-6,18,-12,32,-16r0,13v-14,3,-30,17,-12,24v14,6,8,25,-9,25xm148,-261v78,0,111,54,111,132v0,79,-34,133,-111,133v-79,0,-112,-53,-112,-133v0,-79,32,-132,112,-132xm148,-232v-58,0,-77,43,-77,103v0,60,18,104,77,104v58,0,76,-44,76,-104v0,-60,-18,-103,-76,-103","w":281},"\u02f3":{"d":"59,22v24,0,41,13,41,37v0,25,-16,39,-41,39v-24,0,-39,-14,-39,-38v0,-24,15,-38,39,-38xm59,80v11,0,20,-8,20,-20v0,-12,-8,-20,-20,-20v-12,0,-20,8,-19,20v1,11,6,20,19,20","w":119},"\ufb03":{"d":"124,-244v-33,-16,-62,4,-53,51r43,0r0,24r-43,0r0,169r-32,0r0,-169r-34,0r0,-13r34,-12v-10,-66,34,-95,93,-75xm242,-244v-33,-16,-62,4,-53,51r43,0r0,24r-43,0r0,169r-32,0r0,-169r-34,0r0,-13r34,-12v-10,-66,34,-95,93,-75xm300,0r-32,0r0,-193r32,0r0,193xm284,-225v-11,0,-20,-6,-19,-20v-1,-14,7,-20,19,-20v13,0,18,8,19,20v1,13,-8,20,-19,20","w":330},"\ufb04":{"d":"124,-244v-33,-16,-62,4,-53,51r43,0r0,24r-43,0r0,169r-32,0r0,-169r-34,0r0,-13r34,-12v-10,-66,34,-95,93,-75xm242,-244v-33,-16,-62,4,-53,51r43,0r0,24r-43,0r0,169r-32,0r0,-169r-34,0r0,-13r34,-12v-10,-66,34,-95,93,-75xm300,0r-32,0r0,-274r32,0r0,274","w":330}}});;jQuery.fn.hint=function(blurClass){if(!blurClass){blurClass='blur';}
return this.each(function(){var $input=jQuery(this),title=$input.attr('title'),$form=jQuery(this.form),$win=jQuery(window);function remove(){if($input.val()===title&&$input.hasClass(blurClass)){$input.val('').removeClass(blurClass);}}
if(title){$input.blur(function(){if(this.value===''){$input.val(title).addClass(blurClass);}}).focus(remove).blur();$form.submit(remove);$win.unload(remove);}});};;var BrowserDetect={init:function(){this.browser=this.searchString(this.dataBrowser)||"An unknown browser";this.version=this.searchVersion(navigator.userAgent)||this.searchVersion(navigator.appVersion)||"an unknown version";this.OS=this.searchString(this.dataOS)||"an unknown OS";},searchString:function(data){for(var i=0;i<data.length;i++){var dataString=data[i].string;var dataProp=data[i].prop;this.versionSearchString=data[i].versionSearch||data[i].identity;if(dataString){if(dataString.indexOf(data[i].subString)!=-1)
return data[i].identity;}
else if(dataProp)
return data[i].identity;}},searchVersion:function(dataString){var index=dataString.indexOf(this.versionSearchString);if(index==-1)return;return parseFloat(dataString.substring(index+this.versionSearchString.length+1));},dataBrowser:[{string:navigator.userAgent,subString:"Chrome",identity:"Chrome"},{string:navigator.userAgent,subString:"OmniWeb",versionSearch:"OmniWeb/",identity:"OmniWeb"},{string:navigator.vendor,subString:"Apple",identity:"Safari",versionSearch:"Version"},{prop:window.opera,identity:"Opera"},{string:navigator.vendor,subString:"iCab",identity:"iCab"},{string:navigator.vendor,subString:"KDE",identity:"Konqueror"},{string:navigator.userAgent,subString:"Firefox",identity:"Firefox"},{string:navigator.vendor,subString:"Camino",identity:"Camino"},{string:navigator.userAgent,subString:"Netscape",identity:"Netscape"},{string:navigator.userAgent,subString:"MSIE",identity:"Explorer",versionSearch:"MSIE"},{string:navigator.userAgent,subString:"Gecko",identity:"Mozilla",versionSearch:"rv"},{string:navigator.userAgent,subString:"Mozilla",identity:"Netscape",versionSearch:"Mozilla"}],dataOS:[{string:navigator.platform,subString:"Win",identity:"Windows"},{string:navigator.platform,subString:"Mac",identity:"Mac"},{string:navigator.userAgent,subString:"iPhone",identity:"iPhone/iPod"},{string:navigator.platform,subString:"Linux",identity:"Linux"}]};BrowserDetect.init();;$.fn.getIndex=function(){var $p=$(this).parent().children();return $p.index(this);}
$.fn.setNav=function(){jQuery('#main_menu li ul').css({display:'none'});jQuery('#main_menu li').each(function()
{var $sublist=jQuery(this).find('ul:first');jQuery(this).hover(function()
{$sublist.css({opacity:1});$sublist.stop().css({overflow:'hidden',height:'auto',display:'none'}).fadeIn(200,function()
{jQuery(this).css({overflow:'visible',height:'auto',display:'block'});});},function()
{$sublist.stop().css({overflow:'hidden',height:'auto',display:'none'}).fadeOut(200,function()
{jQuery(this).css({overflow:'hidden',display:'none'});});});});jQuery('#main_menu li').each(function()
{jQuery(this).hover(function()
{jQuery(this).find('a:first').addClass('hover');},function()
{jQuery(this).find('a:first').removeClass('hover');});});jQuery('#menu_wrapper .nav ul li ul').css({display:'none'});jQuery('#menu_wrapper .nav ul li').each(function()
{var $sublist=jQuery(this).find('ul:first');jQuery(this).hover(function()
{$sublist.css({opacity:1});$sublist.stop().css({overflow:'hidden',height:'auto',display:'none'}).fadeIn(200,function()
{jQuery(this).css({overflow:'visible',height:'auto',display:'block'});});},function()
{$sublist.stop().css({overflow:'hidden',height:'auto',display:'none'}).fadeOut(200,function()
{jQuery(this).css({overflow:'hidden',display:'none'});});});});jQuery('#menu_wrapper .nav ul li').each(function()
{jQuery(this).hover(function()
{jQuery(this).find('a:first').addClass('hover');},function()
{jQuery(this).find('a:first').removeClass('hover');});});}
jQuery(function(){jQuery('.slideshow').anythingSlider({easing:"easeInOutExpo",autoPlay:false,startStopped:false,animationTime:600,hashTags:true,buildNavigation:true,buildArrows:false,pauseOnHover:true,startText:"Go",stopText:"Stop"});});$(document).ready(function(){$(document).setNav();$('input[title!=""]').hint();$('.img_frame').fancybox({padding:10,overlayColor:'#000',transitionIn:'elastic',transitionOut:'elastic',overlayOpacity:.8});$('.pp_gallery a').fancybox({padding:0,overlayColor:'#000',transitionIn:'elastic',transitionOut:'elastic',overlayOpacity:.8});$('.flickr li a').fancybox({padding:0,overlayColor:'#000',transitionIn:'elastic',transitionOut:'elastic',overlayOpacity:.8});$.validator.setDefaults({submitHandler:function(){var actionUrl=$('#contact_form').attr('action');$.ajax({type:'POST',url:actionUrl,data:$('#contact_form').serialize(),success:function(msg){$('#contact_form').hide();$('#reponse_msg').html(msg);}});return false;}});$('#contact_form').validate({rules:{your_name:"required",email:{required:true,email:true},message:"required"},messages:{your_name:"Por favor, escriba su nombre",email:"Si email no es correcto",agree:"Por favor, escriba su consulta"}});if(BrowserDetect.browser=='Explorer'&&BrowserDetect.version<8)
{var zIndexNumber=1000;$('div').each(function(){$(this).css('zIndex',zIndexNumber);zIndexNumber-=10;});$('#thumbNav').css('zIndex',1000);$('#thumbLeftNav').css('zIndex',1000);$('#thumbRightNav').css('zIndex',1000);$('#fancybox-wrap').css('zIndex',1001);$('#fancybox-overlay').css('zIndex',1000);}
$(".accordion").accordion({collapsible:true});$(".accordion_close").find('.ui-accordion-header a').click();$(".tabs").tabs();$('.portfolio1_hover').hide();$('.two_third').hover(function(){$(this).find('.portfolio1_hover').css({'opacity':0.8}).fadeIn(400);$(this).click(function(){$(this).find('a').click();});},function(){$(this).find('.portfolio1_hover').fadeOut();});$('.portfolio2_hover').hide();$('.one_half .portfolio_image').hover(function(){$(this).find('.portfolio2_hover').css({'opacity':0.8}).fadeIn(400);$(this).click(function(){$(this).find('a').click();});},function(){$(this).find('.portfolio2_hover').fadeOut();});$('.portfolio3_hover').hide();$('.one_third .portfolio_image').hover(function(){$(this).find('.portfolio3_hover').css({'opacity':0.8}).fadeIn(400);$(this).click(function(){$(this).find('a').click();});},function(){$(this).find('.portfolio3_hover').fadeOut();});$('.portfolio4_hover').hide();$('.one_fourth .portfolio_image').hover(function(){$(this).find('.portfolio4_hover').css({'opacity':0.8}).fadeIn(400);$(this).click(function(){$(this).find('a').click();});},function(){$(this).find('.portfolio4_hover').fadeOut();});Cufon.replace('h1.cufon');Cufon.replace('h2.cufon');Cufon.replace('h2.quote');Cufon.replace('h2.widgettitle');Cufon.replace('h3.cufon');Cufon.replace('h4.cufon');Cufon.replace('h5.cufon');Cufon.replace('#searchform label');Cufon.replace('.accordion h3');Cufon.replace('.dropcap1');});
