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

// Script [libs/jquery.ui.js]
/*
 * jQuery UI 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI
 */
jQuery.ui||(function(c){var i=c.fn.remove,d=c.browser.mozilla&&(parseFloat(c.browser.version)<1.9);c.ui={version:"1.7.2",plugin:{add:function(k,l,n){var m=c.ui[k].prototype;for(var j in n){m.plugins[j]=m.plugins[j]||[];m.plugins[j].push([l,n[j]])}},call:function(j,l,k){var n=j.plugins[l];if(!n||!j.element[0].parentNode){return}for(var m=0;m<n.length;m++){if(j.options[n[m][0]]){n[m][1].apply(j.element,k)}}}},contains:function(k,j){return document.compareDocumentPosition?k.compareDocumentPosition(j)&16:k!==j&&k.contains(j)},hasScroll:function(m,k){if(c(m).css("overflow")=="hidden"){return false}var j=(k&&k=="left")?"scrollLeft":"scrollTop",l=false;if(m[j]>0){return true}m[j]=1;l=(m[j]>0);m[j]=0;return l},isOverAxis:function(k,j,l){return(k>j)&&(k<(j+l))},isOver:function(o,k,n,m,j,l){return c.ui.isOverAxis(o,n,j)&&c.ui.isOverAxis(k,m,l)},keyCode:{BACKSPACE:8,CAPS_LOCK:20,COMMA:188,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,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}};if(d){var f=c.attr,e=c.fn.removeAttr,h="http://www.w3.org/2005/07/aaa",a=/^aria-/,b=/^wairole:/;c.attr=function(k,j,l){var m=l!==undefined;return(j=="role"?(m?f.call(this,k,j,"wairole:"+l):(f.apply(this,arguments)||"").replace(b,"")):(a.test(j)?(m?k.setAttributeNS(h,j.replace(a,"aaa:"),l):f.call(this,k,j.replace(a,"aaa:"))):f.apply(this,arguments)))};c.fn.removeAttr=function(j){return(a.test(j)?this.each(function(){this.removeAttributeNS(h,j.replace(a,""))}):e.call(this,j))}}c.fn.extend({remove:function(){c("*",this).add(this).each(function(){c(this).triggerHandler("remove")});return i.apply(this,arguments)},enableSelection:function(){return this.attr("unselectable","off").css("MozUserSelect","").unbind("selectstart.ui")},disableSelection:function(){return this.attr("unselectable","on").css("MozUserSelect","none").bind("selectstart.ui",function(){return false})},scrollParent:function(){var j;if((c.browser.msie&&(/(static|relative)/).test(this.css("position")))||(/absolute/).test(this.css("position"))){j=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)}else{j=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"))||!j.length?c(document):j}});c.extend(c.expr[":"],{data:function(l,k,j){return !!c.data(l,j[3])},focusable:function(k){var l=k.nodeName.toLowerCase(),j=c.attr(k,"tabindex");return(/input|select|textarea|button|object/.test(l)?!k.disabled:"a"==l||"area"==l?k.href||!isNaN(j):!isNaN(j))&&!c(k)["area"==l?"parents":"closest"](":hidden").length},tabbable:function(k){var j=c.attr(k,"tabindex");return(isNaN(j)||j>=0)&&c(k).is(":focusable")}});function g(m,n,o,l){function k(q){var p=c[m][n][q]||[];return(typeof p=="string"?p.split(/,?\s+/):p)}var j=k("getter");if(l.length==1&&typeof l[0]=="string"){j=j.concat(k("getterSetter"))}return(c.inArray(o,j)!=-1)}c.widget=function(k,j){var l=k.split(".")[0];k=k.split(".")[1];c.fn[k]=function(p){var n=(typeof p=="string"),o=Array.prototype.slice.call(arguments,1);if(n&&p.substring(0,1)=="_"){return this}if(n&&g(l,k,p,o)){var m=c.data(this[0],k);return(m?m[p].apply(m,o):undefined)}return this.each(function(){var q=c.data(this,k);(!q&&!n&&c.data(this,k,new c[l][k](this,p))._init());(q&&n&&c.isFunction(q[p])&&q[p].apply(q,o))})};c[l]=c[l]||{};c[l][k]=function(o,n){var m=this;this.namespace=l;this.widgetName=k;this.widgetEventPrefix=c[l][k].eventPrefix||k;this.widgetBaseClass=l+"-"+k;this.options=c.extend({},c.widget.defaults,c[l][k].defaults,c.metadata&&c.metadata.get(o)[k],n);this.element=c(o).bind("setData."+k,function(q,p,r){if(q.target==o){return m._setData(p,r)}}).bind("getData."+k,function(q,p){if(q.target==o){return m._getData(p)}}).bind("remove",function(){return m.destroy()})};c[l][k].prototype=c.extend({},c.widget.prototype,j);c[l][k].getterSetter="option"};c.widget.prototype={_init:function(){},destroy:function(){this.element.removeData(this.widgetName).removeClass(this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").removeAttr("aria-disabled")},option:function(l,m){var k=l,j=this;if(typeof l=="string"){if(m===undefined){return this._getData(l)}k={};k[l]=m}c.each(k,function(n,o){j._setData(n,o)})},_getData:function(j){return this.options[j]},_setData:function(j,k){this.options[j]=k;if(j=="disabled"){this.element[k?"addClass":"removeClass"](this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").attr("aria-disabled",k)}},enable:function(){this._setData("disabled",false)},disable:function(){this._setData("disabled",true)},_trigger:function(l,m,n){var p=this.options[l],j=(l==this.widgetEventPrefix?l:this.widgetEventPrefix+l);m=c.Event(m);m.type=j;if(m.originalEvent){for(var k=c.event.props.length,o;k;){o=c.event.props[--k];m[o]=m.originalEvent[o]}}this.element.trigger(m,n);return !(c.isFunction(p)&&p.call(this.element[0],m,n)===false||m.isDefaultPrevented())}};c.widget.defaults={disabled:false};c.ui.mouse={_mouseInit:function(){var j=this;this.element.bind("mousedown."+this.widgetName,function(k){return j._mouseDown(k)}).bind("click."+this.widgetName,function(k){if(j._preventClickEvent){j._preventClickEvent=false;k.stopImmediatePropagation();return false}});if(c.browser.msie){this._mouseUnselectable=this.element.attr("unselectable");this.element.attr("unselectable","on")}this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName);(c.browser.msie&&this.element.attr("unselectable",this._mouseUnselectable))},_mouseDown:function(l){l.originalEvent=l.originalEvent||{};if(l.originalEvent.mouseHandled){return}(this._mouseStarted&&this._mouseUp(l));this._mouseDownEvent=l;var k=this,m=(l.which==1),j=(typeof this.options.cancel=="string"?c(l.target).parents().add(l.target).filter(this.options.cancel).length:false);if(!m||j||!this._mouseCapture(l)){return true}this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet){this._mouseDelayTimer=setTimeout(function(){k.mouseDelayMet=true},this.options.delay)}if(this._mouseDistanceMet(l)&&this._mouseDelayMet(l)){this._mouseStarted=(this._mouseStart(l)!==false);if(!this._mouseStarted){l.preventDefault();return true}}this._mouseMoveDelegate=function(n){return k._mouseMove(n)};this._mouseUpDelegate=function(n){return k._mouseUp(n)};c(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);(c.browser.safari||l.preventDefault());l.originalEvent.mouseHandled=true;return true},_mouseMove:function(j){if(c.browser.msie&&!j.button){return this._mouseUp(j)}if(this._mouseStarted){this._mouseDrag(j);return j.preventDefault()}if(this._mouseDistanceMet(j)&&this._mouseDelayMet(j)){this._mouseStarted=(this._mouseStart(this._mouseDownEvent,j)!==false);(this._mouseStarted?this._mouseDrag(j):this._mouseUp(j))}return !this._mouseStarted},_mouseUp:function(j){c(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;this._preventClickEvent=(j.target==this._mouseDownEvent.target);this._mouseStop(j)}return false},_mouseDistanceMet:function(j){return(Math.max(Math.abs(this._mouseDownEvent.pageX-j.pageX),Math.abs(this._mouseDownEvent.pageY-j.pageY))>=this.options.distance)},_mouseDelayMet:function(j){return this.mouseDelayMet},_mouseStart:function(j){},_mouseDrag:function(j){},_mouseStop:function(j){},_mouseCapture:function(j){return true}};c.ui.mouse.defaults={cancel:null,distance:1,delay:0}})(jQuery);;/*
 * jQuery UI Draggable 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Draggables
 *
 * Depends:
 *	ui.core.js
 */
(function(a){a.widget("ui.draggable",a.extend({},a.ui.mouse,{_init:function(){if(this.options.helper=="original"&&!(/^(?:r|a|f)/).test(this.element.css("position"))){this.element[0].style.position="relative"}(this.options.addClasses&&this.element.addClass("ui-draggable"));(this.options.disabled&&this.element.addClass("ui-draggable-disabled"));this._mouseInit()},destroy:function(){if(!this.element.data("draggable")){return}this.element.removeData("draggable").unbind(".draggable").removeClass("ui-draggable ui-draggable-dragging ui-draggable-disabled");this._mouseDestroy()},_mouseCapture:function(b){var c=this.options;if(this.helper||c.disabled||a(b.target).is(".ui-resizable-handle")){return false}this.handle=this._getHandle(b);if(!this.handle){return false}return true},_mouseStart:function(b){var c=this.options;this.helper=this._createHelper(b);this._cacheHelperProportions();if(a.ui.ddmanager){a.ui.ddmanager.current=this}this._cacheMargins();this.cssPosition=this.helper.css("position");this.scrollParent=this.helper.scrollParent();this.offset=this.element.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};a.extend(this.offset,{click:{left:b.pageX-this.offset.left,top:b.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this._generatePosition(b);this.originalPageX=b.pageX;this.originalPageY=b.pageY;if(c.cursorAt){this._adjustOffsetFromHelper(c.cursorAt)}if(c.containment){this._setContainment()}this._trigger("start",b);this._cacheHelperProportions();if(a.ui.ddmanager&&!c.dropBehaviour){a.ui.ddmanager.prepareOffsets(this,b)}this.helper.addClass("ui-draggable-dragging");this._mouseDrag(b,true);return true},_mouseDrag:function(b,d){this.position=this._generatePosition(b);this.positionAbs=this._convertPositionTo("absolute");if(!d){var c=this._uiHash();this._trigger("drag",b,c);this.position=c.position}if(!this.options.axis||this.options.axis!="y"){this.helper[0].style.left=this.position.left+"px"}if(!this.options.axis||this.options.axis!="x"){this.helper[0].style.top=this.position.top+"px"}if(a.ui.ddmanager){a.ui.ddmanager.drag(this,b)}return false},_mouseStop:function(c){var d=false;if(a.ui.ddmanager&&!this.options.dropBehaviour){d=a.ui.ddmanager.drop(this,c)}if(this.dropped){d=this.dropped;this.dropped=false}if((this.options.revert=="invalid"&&!d)||(this.options.revert=="valid"&&d)||this.options.revert===true||(a.isFunction(this.options.revert)&&this.options.revert.call(this.element,d))){var b=this;a(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){b._trigger("stop",c);b._clear()})}else{this._trigger("stop",c);this._clear()}return false},_getHandle:function(b){var c=!this.options.handle||!a(this.options.handle,this.element).length?true:false;a(this.options.handle,this.element).find("*").andSelf().each(function(){if(this==b.target){c=true}});return c},_createHelper:function(c){var d=this.options;var b=a.isFunction(d.helper)?a(d.helper.apply(this.element[0],[c])):(d.helper=="clone"?this.element.clone():this.element);if(!b.parents("body").length){b.appendTo((d.appendTo=="parent"?this.element[0].parentNode:d.appendTo))}if(b[0]!=this.element[0]&&!(/(fixed|absolute)/).test(b.css("position"))){b.css("position","absolute")}return b},_adjustOffsetFromHelper:function(b){if(b.left!=undefined){this.offset.click.left=b.left+this.margins.left}if(b.right!=undefined){this.offset.click.left=this.helperProportions.width-b.right+this.margins.left}if(b.top!=undefined){this.offset.click.top=b.top+this.margins.top}if(b.bottom!=undefined){this.offset.click.top=this.helperProportions.height-b.bottom+this.margins.top}},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var b=this.offsetParent.offset();if(this.cssPosition=="absolute"&&this.scrollParent[0]!=document&&a.ui.contains(this.scrollParent[0],this.offsetParent[0])){b.left+=this.scrollParent.scrollLeft();b.top+=this.scrollParent.scrollTop()}if((this.offsetParent[0]==document.body)||(this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&a.browser.msie)){b={top:0,left:0}}return{top:b.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:b.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var b=this.element.position();return{top:b.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:b.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else{return{top:0,left:0}}},_cacheMargins:function(){this.margins={left:(parseInt(this.element.css("marginLeft"),10)||0),top:(parseInt(this.element.css("marginTop"),10)||0)}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var e=this.options;if(e.containment=="parent"){e.containment=this.helper[0].parentNode}if(e.containment=="document"||e.containment=="window"){this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,a(e.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(a(e.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]}if(!(/^(document|window|parent)$/).test(e.containment)&&e.containment.constructor!=Array){var c=a(e.containment)[0];if(!c){return}var d=a(e.containment).offset();var b=(a(c).css("overflow")!="hidden");this.containment=[d.left+(parseInt(a(c).css("borderLeftWidth"),10)||0)+(parseInt(a(c).css("paddingLeft"),10)||0)-this.margins.left,d.top+(parseInt(a(c).css("borderTopWidth"),10)||0)+(parseInt(a(c).css("paddingTop"),10)||0)-this.margins.top,d.left+(b?Math.max(c.scrollWidth,c.offsetWidth):c.offsetWidth)-(parseInt(a(c).css("borderLeftWidth"),10)||0)-(parseInt(a(c).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,d.top+(b?Math.max(c.scrollHeight,c.offsetHeight):c.offsetHeight)-(parseInt(a(c).css("borderTopWidth"),10)||0)-(parseInt(a(c).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top]}else{if(e.containment.constructor==Array){this.containment=e.containment}}},_convertPositionTo:function(f,h){if(!h){h=this.position}var c=f=="absolute"?1:-1;var e=this.options,b=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&a.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,g=(/(html|body)/i).test(b[0].tagName);return{top:(h.top+this.offset.relative.top*c+this.offset.parent.top*c-(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():(g?0:b.scrollTop()))*c)),left:(h.left+this.offset.relative.left*c+this.offset.parent.left*c-(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():g?0:b.scrollLeft())*c))}},_generatePosition:function(e){var h=this.options,b=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&a.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,i=(/(html|body)/i).test(b[0].tagName);if(this.cssPosition=="relative"&&!(this.scrollParent[0]!=document&&this.scrollParent[0]!=this.offsetParent[0])){this.offset.relative=this._getRelativeOffset()}var d=e.pageX;var c=e.pageY;if(this.originalPosition){if(this.containment){if(e.pageX-this.offset.click.left<this.containment[0]){d=this.containment[0]+this.offset.click.left}if(e.pageY-this.offset.click.top<this.containment[1]){c=this.containment[1]+this.offset.click.top}if(e.pageX-this.offset.click.left>this.containment[2]){d=this.containment[2]+this.offset.click.left}if(e.pageY-this.offset.click.top>this.containment[3]){c=this.containment[3]+this.offset.click.top}}if(h.grid){var g=this.originalPageY+Math.round((c-this.originalPageY)/h.grid[1])*h.grid[1];c=this.containment?(!(g-this.offset.click.top<this.containment[1]||g-this.offset.click.top>this.containment[3])?g:(!(g-this.offset.click.top<this.containment[1])?g-h.grid[1]:g+h.grid[1])):g;var f=this.originalPageX+Math.round((d-this.originalPageX)/h.grid[0])*h.grid[0];d=this.containment?(!(f-this.offset.click.left<this.containment[0]||f-this.offset.click.left>this.containment[2])?f:(!(f-this.offset.click.left<this.containment[0])?f-h.grid[0]:f+h.grid[0])):f}}return{top:(c-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():(i?0:b.scrollTop())))),left:(d-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():i?0:b.scrollLeft())))}},_clear:function(){this.helper.removeClass("ui-draggable-dragging");if(this.helper[0]!=this.element[0]&&!this.cancelHelperRemoval){this.helper.remove()}this.helper=null;this.cancelHelperRemoval=false},_trigger:function(b,c,d){d=d||this._uiHash();a.ui.plugin.call(this,b,[c,d]);if(b=="drag"){this.positionAbs=this._convertPositionTo("absolute")}return a.widget.prototype._trigger.call(this,b,c,d)},plugins:{},_uiHash:function(b){return{helper:this.helper,position:this.position,absolutePosition:this.positionAbs,offset:this.positionAbs}}}));a.extend(a.ui.draggable,{version:"1.7.2",eventPrefix:"drag",defaults:{addClasses:true,appendTo:"parent",axis:false,cancel:":input,option",connectToSortable:false,containment:false,cursor:"auto",cursorAt:false,delay:0,distance:1,grid:false,handle:false,helper:"original",iframeFix:false,opacity:false,refreshPositions:false,revert:false,revertDuration:500,scope:"default",scroll:true,scrollSensitivity:20,scrollSpeed:20,snap:false,snapMode:"both",snapTolerance:20,stack:false,zIndex:false}});a.ui.plugin.add("draggable","connectToSortable",{start:function(c,e){var d=a(this).data("draggable"),f=d.options,b=a.extend({},e,{item:d.element});d.sortables=[];a(f.connectToSortable).each(function(){var g=a.data(this,"sortable");if(g&&!g.options.disabled){d.sortables.push({instance:g,shouldRevert:g.options.revert});g._refreshItems();g._trigger("activate",c,b)}})},stop:function(c,e){var d=a(this).data("draggable"),b=a.extend({},e,{item:d.element});a.each(d.sortables,function(){if(this.instance.isOver){this.instance.isOver=0;d.cancelHelperRemoval=true;this.instance.cancelHelperRemoval=false;if(this.shouldRevert){this.instance.options.revert=true}this.instance._mouseStop(c);this.instance.options.helper=this.instance.options._helper;if(d.options.helper=="original"){this.instance.currentItem.css({top:"auto",left:"auto"})}}else{this.instance.cancelHelperRemoval=false;this.instance._trigger("deactivate",c,b)}})},drag:function(c,f){var e=a(this).data("draggable"),b=this;var d=function(i){var n=this.offset.click.top,m=this.offset.click.left;var g=this.positionAbs.top,k=this.positionAbs.left;var j=i.height,l=i.width;var p=i.top,h=i.left;return a.ui.isOver(g+n,k+m,p,h,j,l)};a.each(e.sortables,function(g){this.instance.positionAbs=e.positionAbs;this.instance.helperProportions=e.helperProportions;this.instance.offset.click=e.offset.click;if(this.instance._intersectsWith(this.instance.containerCache)){if(!this.instance.isOver){this.instance.isOver=1;this.instance.currentItem=a(b).clone().appendTo(this.instance.element).data("sortable-item",true);this.instance.options._helper=this.instance.options.helper;this.instance.options.helper=function(){return f.helper[0]};c.target=this.instance.currentItem[0];this.instance._mouseCapture(c,true);this.instance._mouseStart(c,true,true);this.instance.offset.click.top=e.offset.click.top;this.instance.offset.click.left=e.offset.click.left;this.instance.offset.parent.left-=e.offset.parent.left-this.instance.offset.parent.left;this.instance.offset.parent.top-=e.offset.parent.top-this.instance.offset.parent.top;e._trigger("toSortable",c);e.dropped=this.instance.element;e.currentItem=e.element;this.instance.fromOutside=e}if(this.instance.currentItem){this.instance._mouseDrag(c)}}else{if(this.instance.isOver){this.instance.isOver=0;this.instance.cancelHelperRemoval=true;this.instance.options.revert=false;this.instance._trigger("out",c,this.instance._uiHash(this.instance));this.instance._mouseStop(c,true);this.instance.options.helper=this.instance.options._helper;this.instance.currentItem.remove();if(this.instance.placeholder){this.instance.placeholder.remove()}e._trigger("fromSortable",c);e.dropped=false}}})}});a.ui.plugin.add("draggable","cursor",{start:function(c,d){var b=a("body"),e=a(this).data("draggable").options;if(b.css("cursor")){e._cursor=b.css("cursor")}b.css("cursor",e.cursor)},stop:function(b,c){var d=a(this).data("draggable").options;if(d._cursor){a("body").css("cursor",d._cursor)}}});a.ui.plugin.add("draggable","iframeFix",{start:function(b,c){var d=a(this).data("draggable").options;a(d.iframeFix===true?"iframe":d.iframeFix).each(function(){a('<div class="ui-draggable-iframeFix" style="background: #fff;"></div>').css({width:this.offsetWidth+"px",height:this.offsetHeight+"px",position:"absolute",opacity:"0.001",zIndex:1000}).css(a(this).offset()).appendTo("body")})},stop:function(b,c){a("div.ui-draggable-iframeFix").each(function(){this.parentNode.removeChild(this)})}});a.ui.plugin.add("draggable","opacity",{start:function(c,d){var b=a(d.helper),e=a(this).data("draggable").options;if(b.css("opacity")){e._opacity=b.css("opacity")}b.css("opacity",e.opacity)},stop:function(b,c){var d=a(this).data("draggable").options;if(d._opacity){a(c.helper).css("opacity",d._opacity)}}});a.ui.plugin.add("draggable","scroll",{start:function(c,d){var b=a(this).data("draggable");if(b.scrollParent[0]!=document&&b.scrollParent[0].tagName!="HTML"){b.overflowOffset=b.scrollParent.offset()}},drag:function(d,e){var c=a(this).data("draggable"),f=c.options,b=false;if(c.scrollParent[0]!=document&&c.scrollParent[0].tagName!="HTML"){if(!f.axis||f.axis!="x"){if((c.overflowOffset.top+c.scrollParent[0].offsetHeight)-d.pageY<f.scrollSensitivity){c.scrollParent[0].scrollTop=b=c.scrollParent[0].scrollTop+f.scrollSpeed}else{if(d.pageY-c.overflowOffset.top<f.scrollSensitivity){c.scrollParent[0].scrollTop=b=c.scrollParent[0].scrollTop-f.scrollSpeed}}}if(!f.axis||f.axis!="y"){if((c.overflowOffset.left+c.scrollParent[0].offsetWidth)-d.pageX<f.scrollSensitivity){c.scrollParent[0].scrollLeft=b=c.scrollParent[0].scrollLeft+f.scrollSpeed}else{if(d.pageX-c.overflowOffset.left<f.scrollSensitivity){c.scrollParent[0].scrollLeft=b=c.scrollParent[0].scrollLeft-f.scrollSpeed}}}}else{if(!f.axis||f.axis!="x"){if(d.pageY-a(document).scrollTop()<f.scrollSensitivity){b=a(document).scrollTop(a(document).scrollTop()-f.scrollSpeed)}else{if(a(window).height()-(d.pageY-a(document).scrollTop())<f.scrollSensitivity){b=a(document).scrollTop(a(document).scrollTop()+f.scrollSpeed)}}}if(!f.axis||f.axis!="y"){if(d.pageX-a(document).scrollLeft()<f.scrollSensitivity){b=a(document).scrollLeft(a(document).scrollLeft()-f.scrollSpeed)}else{if(a(window).width()-(d.pageX-a(document).scrollLeft())<f.scrollSensitivity){b=a(document).scrollLeft(a(document).scrollLeft()+f.scrollSpeed)}}}}if(b!==false&&a.ui.ddmanager&&!f.dropBehaviour){a.ui.ddmanager.prepareOffsets(c,d)}}});a.ui.plugin.add("draggable","snap",{start:function(c,d){var b=a(this).data("draggable"),e=b.options;b.snapElements=[];a(e.snap.constructor!=String?(e.snap.items||":data(draggable)"):e.snap).each(function(){var g=a(this);var f=g.offset();if(this!=b.element[0]){b.snapElements.push({item:this,width:g.outerWidth(),height:g.outerHeight(),top:f.top,left:f.left})}})},drag:function(u,p){var g=a(this).data("draggable"),q=g.options;var y=q.snapTolerance;var x=p.offset.left,w=x+g.helperProportions.width,f=p.offset.top,e=f+g.helperProportions.height;for(var v=g.snapElements.length-1;v>=0;v--){var s=g.snapElements[v].left,n=s+g.snapElements[v].width,m=g.snapElements[v].top,A=m+g.snapElements[v].height;if(!((s-y<x&&x<n+y&&m-y<f&&f<A+y)||(s-y<x&&x<n+y&&m-y<e&&e<A+y)||(s-y<w&&w<n+y&&m-y<f&&f<A+y)||(s-y<w&&w<n+y&&m-y<e&&e<A+y))){if(g.snapElements[v].snapping){(g.options.snap.release&&g.options.snap.release.call(g.element,u,a.extend(g._uiHash(),{snapItem:g.snapElements[v].item})))}g.snapElements[v].snapping=false;continue}if(q.snapMode!="inner"){var c=Math.abs(m-e)<=y;var z=Math.abs(A-f)<=y;var j=Math.abs(s-w)<=y;var k=Math.abs(n-x)<=y;if(c){p.position.top=g._convertPositionTo("relative",{top:m-g.helperProportions.height,left:0}).top-g.margins.top}if(z){p.position.top=g._convertPositionTo("relative",{top:A,left:0}).top-g.margins.top}if(j){p.position.left=g._convertPositionTo("relative",{top:0,left:s-g.helperProportions.width}).left-g.margins.left}if(k){p.position.left=g._convertPositionTo("relative",{top:0,left:n}).left-g.margins.left}}var h=(c||z||j||k);if(q.snapMode!="outer"){var c=Math.abs(m-f)<=y;var z=Math.abs(A-e)<=y;var j=Math.abs(s-x)<=y;var k=Math.abs(n-w)<=y;if(c){p.position.top=g._convertPositionTo("relative",{top:m,left:0}).top-g.margins.top}if(z){p.position.top=g._convertPositionTo("relative",{top:A-g.helperProportions.height,left:0}).top-g.margins.top}if(j){p.position.left=g._convertPositionTo("relative",{top:0,left:s}).left-g.margins.left}if(k){p.position.left=g._convertPositionTo("relative",{top:0,left:n-g.helperProportions.width}).left-g.margins.left}}if(!g.snapElements[v].snapping&&(c||z||j||k||h)){(g.options.snap.snap&&g.options.snap.snap.call(g.element,u,a.extend(g._uiHash(),{snapItem:g.snapElements[v].item})))}g.snapElements[v].snapping=(c||z||j||k||h)}}});a.ui.plugin.add("draggable","stack",{start:function(b,c){var e=a(this).data("draggable").options;var d=a.makeArray(a(e.stack.group)).sort(function(g,f){return(parseInt(a(g).css("zIndex"),10)||e.stack.min)-(parseInt(a(f).css("zIndex"),10)||e.stack.min)});a(d).each(function(f){this.style.zIndex=e.stack.min+f});this[0].style.zIndex=e.stack.min+d.length}});a.ui.plugin.add("draggable","zIndex",{start:function(c,d){var b=a(d.helper),e=a(this).data("draggable").options;if(b.css("zIndex")){e._zIndex=b.css("zIndex")}b.css("zIndex",e.zIndex)},stop:function(b,c){var d=a(this).data("draggable").options;if(d._zIndex){a(c.helper).css("zIndex",d._zIndex)}}})})(jQuery);;/*
 * jQuery UI Droppable 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Droppables
 *
 * Depends:
 *	ui.core.js
 *	ui.draggable.js
 */
(function(a){a.widget("ui.droppable",{_init:function(){var c=this.options,b=c.accept;this.isover=0;this.isout=1;this.options.accept=this.options.accept&&a.isFunction(this.options.accept)?this.options.accept:function(e){return e.is(b)};this.proportions={width:this.element[0].offsetWidth,height:this.element[0].offsetHeight};a.ui.ddmanager.droppables[this.options.scope]=a.ui.ddmanager.droppables[this.options.scope]||[];a.ui.ddmanager.droppables[this.options.scope].push(this);(this.options.addClasses&&this.element.addClass("ui-droppable"))},destroy:function(){var b=a.ui.ddmanager.droppables[this.options.scope];for(var c=0;c<b.length;c++){if(b[c]==this){b.splice(c,1)}}this.element.removeClass("ui-droppable ui-droppable-disabled").removeData("droppable").unbind(".droppable")},_setData:function(b,c){if(b=="accept"){this.options.accept=c&&a.isFunction(c)?c:function(e){return e.is(c)}}else{a.widget.prototype._setData.apply(this,arguments)}},_activate:function(c){var b=a.ui.ddmanager.current;if(this.options.activeClass){this.element.addClass(this.options.activeClass)}(b&&this._trigger("activate",c,this.ui(b)))},_deactivate:function(c){var b=a.ui.ddmanager.current;if(this.options.activeClass){this.element.removeClass(this.options.activeClass)}(b&&this._trigger("deactivate",c,this.ui(b)))},_over:function(c){var b=a.ui.ddmanager.current;if(!b||(b.currentItem||b.element)[0]==this.element[0]){return}if(this.options.accept.call(this.element[0],(b.currentItem||b.element))){if(this.options.hoverClass){this.element.addClass(this.options.hoverClass)}this._trigger("over",c,this.ui(b))}},_out:function(c){var b=a.ui.ddmanager.current;if(!b||(b.currentItem||b.element)[0]==this.element[0]){return}if(this.options.accept.call(this.element[0],(b.currentItem||b.element))){if(this.options.hoverClass){this.element.removeClass(this.options.hoverClass)}this._trigger("out",c,this.ui(b))}},_drop:function(c,d){var b=d||a.ui.ddmanager.current;if(!b||(b.currentItem||b.element)[0]==this.element[0]){return false}var e=false;this.element.find(":data(droppable)").not(".ui-draggable-dragging").each(function(){var f=a.data(this,"droppable");if(f.options.greedy&&a.ui.intersect(b,a.extend(f,{offset:f.element.offset()}),f.options.tolerance)){e=true;return false}});if(e){return false}if(this.options.accept.call(this.element[0],(b.currentItem||b.element))){if(this.options.activeClass){this.element.removeClass(this.options.activeClass)}if(this.options.hoverClass){this.element.removeClass(this.options.hoverClass)}this._trigger("drop",c,this.ui(b));return this.element}return false},ui:function(b){return{draggable:(b.currentItem||b.element),helper:b.helper,position:b.position,absolutePosition:b.positionAbs,offset:b.positionAbs}}});a.extend(a.ui.droppable,{version:"1.7.2",eventPrefix:"drop",defaults:{accept:"*",activeClass:false,addClasses:true,greedy:false,hoverClass:false,scope:"default",tolerance:"intersect"}});a.ui.intersect=function(q,j,o){if(!j.offset){return false}var e=(q.positionAbs||q.position.absolute).left,d=e+q.helperProportions.width,n=(q.positionAbs||q.position.absolute).top,m=n+q.helperProportions.height;var g=j.offset.left,c=g+j.proportions.width,p=j.offset.top,k=p+j.proportions.height;switch(o){case"fit":return(g<e&&d<c&&p<n&&m<k);break;case"intersect":return(g<e+(q.helperProportions.width/2)&&d-(q.helperProportions.width/2)<c&&p<n+(q.helperProportions.height/2)&&m-(q.helperProportions.height/2)<k);break;case"pointer":var h=((q.positionAbs||q.position.absolute).left+(q.clickOffset||q.offset.click).left),i=((q.positionAbs||q.position.absolute).top+(q.clickOffset||q.offset.click).top),f=a.ui.isOver(i,h,p,g,j.proportions.height,j.proportions.width);return f;break;case"touch":return((n>=p&&n<=k)||(m>=p&&m<=k)||(n<p&&m>k))&&((e>=g&&e<=c)||(d>=g&&d<=c)||(e<g&&d>c));break;default:return false;break}};a.ui.ddmanager={current:null,droppables:{"default":[]},prepareOffsets:function(e,g){var b=a.ui.ddmanager.droppables[e.options.scope];var f=g?g.type:null;var h=(e.currentItem||e.element).find(":data(droppable)").andSelf();droppablesLoop:for(var d=0;d<b.length;d++){if(b[d].options.disabled||(e&&!b[d].options.accept.call(b[d].element[0],(e.currentItem||e.element)))){continue}for(var c=0;c<h.length;c++){if(h[c]==b[d].element[0]){b[d].proportions.height=0;continue droppablesLoop}}b[d].visible=b[d].element.css("display")!="none";if(!b[d].visible){continue}b[d].offset=b[d].element.offset();b[d].proportions={width:b[d].element[0].offsetWidth,height:b[d].element[0].offsetHeight};if(f=="mousedown"){b[d]._activate.call(b[d],g)}}},drop:function(b,c){var d=false;a.each(a.ui.ddmanager.droppables[b.options.scope],function(){if(!this.options){return}if(!this.options.disabled&&this.visible&&a.ui.intersect(b,this,this.options.tolerance)){d=this._drop.call(this,c)}if(!this.options.disabled&&this.visible&&this.options.accept.call(this.element[0],(b.currentItem||b.element))){this.isout=1;this.isover=0;this._deactivate.call(this,c)}});return d},drag:function(b,c){if(b.options.refreshPositions){a.ui.ddmanager.prepareOffsets(b,c)}a.each(a.ui.ddmanager.droppables[b.options.scope],function(){if(this.options.disabled||this.greedyChild||!this.visible){return}var e=a.ui.intersect(b,this,this.options.tolerance);var g=!e&&this.isover==1?"isout":(e&&this.isover==0?"isover":null);if(!g){return}var f;if(this.options.greedy){var d=this.element.parents(":data(droppable):eq(0)");if(d.length){f=a.data(d[0],"droppable");f.greedyChild=(g=="isover"?1:0)}}if(f&&g=="isover"){f.isover=0;f.isout=1;f._out.call(f,c)}this[g]=1;this[g=="isout"?"isover":"isout"]=0;this[g=="isover"?"_over":"_out"].call(this,c);if(f&&g=="isout"){f.isout=0;f.isover=1;f._over.call(f,c)}})}}})(jQuery);;/*
 * jQuery UI Resizable 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Resizables
 *
 * Depends:
 *	ui.core.js
 */
(function(c){c.widget("ui.resizable",c.extend({},c.ui.mouse,{_init:function(){var e=this,j=this.options;this.element.addClass("ui-resizable");c.extend(this,{_aspectRatio:!!(j.aspectRatio),aspectRatio:j.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:j.helper||j.ghost||j.animate?j.helper||"ui-resizable-helper":null});if(this.element[0].nodeName.match(/canvas|textarea|input|select|button|img/i)){if(/relative/.test(this.element.css("position"))&&c.browser.opera){this.element.css({position:"relative",top:"auto",left:"auto"})}this.element.wrap(c('<div class="ui-wrapper" style="overflow: hidden;"></div>').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")}));this.element=this.element.parent().data("resizable",this.element.data("resizable"));this.elementIsWrapper=true;this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")});this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0});this.originalResizeStyle=this.originalElement.css("resize");this.originalElement.css("resize","none");this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"}));this.originalElement.css({margin:this.originalElement.css("margin")});this._proportionallyResize()}this.handles=j.handles||(!c(".ui-resizable-handle",this.element).length?"e,s,se":{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"});if(this.handles.constructor==String){if(this.handles=="all"){this.handles="n,e,s,w,se,sw,ne,nw"}var k=this.handles.split(",");this.handles={};for(var f=0;f<k.length;f++){var h=c.trim(k[f]),d="ui-resizable-"+h;var g=c('<div class="ui-resizable-handle '+d+'"></div>');if(/sw|se|ne|nw/.test(h)){g.css({zIndex:++j.zIndex})}if("se"==h){g.addClass("ui-icon ui-icon-gripsmall-diagonal-se")}this.handles[h]=".ui-resizable-"+h;this.element.append(g)}}this._renderAxis=function(p){p=p||this.element;for(var m in this.handles){if(this.handles[m].constructor==String){this.handles[m]=c(this.handles[m],this.element).show()}if(this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)){var n=c(this.handles[m],this.element),o=0;o=/sw|ne|nw|se|n|s/.test(m)?n.outerHeight():n.outerWidth();var l=["padding",/ne|nw|n/.test(m)?"Top":/se|sw|s/.test(m)?"Bottom":/^e$/.test(m)?"Right":"Left"].join("");p.css(l,o);this._proportionallyResize()}if(!c(this.handles[m]).length){continue}}};this._renderAxis(this.element);this._handles=c(".ui-resizable-handle",this.element).disableSelection();this._handles.mouseover(function(){if(!e.resizing){if(this.className){var i=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i)}e.axis=i&&i[1]?i[1]:"se"}});if(j.autoHide){this._handles.hide();c(this.element).addClass("ui-resizable-autohide").hover(function(){c(this).removeClass("ui-resizable-autohide");e._handles.show()},function(){if(!e.resizing){c(this).addClass("ui-resizable-autohide");e._handles.hide()}})}this._mouseInit()},destroy:function(){this._mouseDestroy();var d=function(f){c(f).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").unbind(".resizable").find(".ui-resizable-handle").remove()};if(this.elementIsWrapper){d(this.element);var e=this.element;e.parent().append(this.originalElement.css({position:e.css("position"),width:e.outerWidth(),height:e.outerHeight(),top:e.css("top"),left:e.css("left")})).end().remove()}this.originalElement.css("resize",this.originalResizeStyle);d(this.originalElement)},_mouseCapture:function(e){var f=false;for(var d in this.handles){if(c(this.handles[d])[0]==e.target){f=true}}return this.options.disabled||!!f},_mouseStart:function(f){var i=this.options,e=this.element.position(),d=this.element;this.resizing=true;this.documentScroll={top:c(document).scrollTop(),left:c(document).scrollLeft()};if(d.is(".ui-draggable")||(/absolute/).test(d.css("position"))){d.css({position:"absolute",top:e.top,left:e.left})}if(c.browser.opera&&(/relative/).test(d.css("position"))){d.css({position:"relative",top:"auto",left:"auto"})}this._renderProxy();var j=b(this.helper.css("left")),g=b(this.helper.css("top"));if(i.containment){j+=c(i.containment).scrollLeft()||0;g+=c(i.containment).scrollTop()||0}this.offset=this.helper.offset();this.position={left:j,top:g};this.size=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalSize=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalPosition={left:j,top:g};this.sizeDiff={width:d.outerWidth()-d.width(),height:d.outerHeight()-d.height()};this.originalMousePosition={left:f.pageX,top:f.pageY};this.aspectRatio=(typeof i.aspectRatio=="number")?i.aspectRatio:((this.originalSize.width/this.originalSize.height)||1);var h=c(".ui-resizable-"+this.axis).css("cursor");c("body").css("cursor",h=="auto"?this.axis+"-resize":h);d.addClass("ui-resizable-resizing");this._propagate("start",f);return true},_mouseDrag:function(d){var g=this.helper,f=this.options,l={},p=this,i=this.originalMousePosition,m=this.axis;var q=(d.pageX-i.left)||0,n=(d.pageY-i.top)||0;var h=this._change[m];if(!h){return false}var k=h.apply(this,[d,q,n]),j=c.browser.msie&&c.browser.version<7,e=this.sizeDiff;if(this._aspectRatio||d.shiftKey){k=this._updateRatio(k,d)}k=this._respectSize(k,d);this._propagate("resize",d);g.css({top:this.position.top+"px",left:this.position.left+"px",width:this.size.width+"px",height:this.size.height+"px"});if(!this._helper&&this._proportionallyResizeElements.length){this._proportionallyResize()}this._updateCache(k);this._trigger("resize",d,this.ui());return false},_mouseStop:function(g){this.resizing=false;var h=this.options,l=this;if(this._helper){var f=this._proportionallyResizeElements,d=f.length&&(/textarea/i).test(f[0].nodeName),e=d&&c.ui.hasScroll(f[0],"left")?0:l.sizeDiff.height,j=d?0:l.sizeDiff.width;var m={width:(l.size.width-j),height:(l.size.height-e)},i=(parseInt(l.element.css("left"),10)+(l.position.left-l.originalPosition.left))||null,k=(parseInt(l.element.css("top"),10)+(l.position.top-l.originalPosition.top))||null;if(!h.animate){this.element.css(c.extend(m,{top:k,left:i}))}l.helper.height(l.size.height);l.helper.width(l.size.width);if(this._helper&&!h.animate){this._proportionallyResize()}}c("body").css("cursor","auto");this.element.removeClass("ui-resizable-resizing");this._propagate("stop",g);if(this._helper){this.helper.remove()}return false},_updateCache:function(d){var e=this.options;this.offset=this.helper.offset();if(a(d.left)){this.position.left=d.left}if(a(d.top)){this.position.top=d.top}if(a(d.height)){this.size.height=d.height}if(a(d.width)){this.size.width=d.width}},_updateRatio:function(g,f){var h=this.options,i=this.position,e=this.size,d=this.axis;if(g.height){g.width=(e.height*this.aspectRatio)}else{if(g.width){g.height=(e.width/this.aspectRatio)}}if(d=="sw"){g.left=i.left+(e.width-g.width);g.top=null}if(d=="nw"){g.top=i.top+(e.height-g.height);g.left=i.left+(e.width-g.width)}return g},_respectSize:function(k,f){var i=this.helper,h=this.options,q=this._aspectRatio||f.shiftKey,p=this.axis,s=a(k.width)&&h.maxWidth&&(h.maxWidth<k.width),l=a(k.height)&&h.maxHeight&&(h.maxHeight<k.height),g=a(k.width)&&h.minWidth&&(h.minWidth>k.width),r=a(k.height)&&h.minHeight&&(h.minHeight>k.height);if(g){k.width=h.minWidth}if(r){k.height=h.minHeight}if(s){k.width=h.maxWidth}if(l){k.height=h.maxHeight}var e=this.originalPosition.left+this.originalSize.width,n=this.position.top+this.size.height;var j=/sw|nw|w/.test(p),d=/nw|ne|n/.test(p);if(g&&j){k.left=e-h.minWidth}if(s&&j){k.left=e-h.maxWidth}if(r&&d){k.top=n-h.minHeight}if(l&&d){k.top=n-h.maxHeight}var m=!k.width&&!k.height;if(m&&!k.left&&k.top){k.top=null}else{if(m&&!k.top&&k.left){k.left=null}}return k},_proportionallyResize:function(){var j=this.options;if(!this._proportionallyResizeElements.length){return}var f=this.helper||this.element;for(var e=0;e<this._proportionallyResizeElements.length;e++){var g=this._proportionallyResizeElements[e];if(!this.borderDif){var d=[g.css("borderTopWidth"),g.css("borderRightWidth"),g.css("borderBottomWidth"),g.css("borderLeftWidth")],h=[g.css("paddingTop"),g.css("paddingRight"),g.css("paddingBottom"),g.css("paddingLeft")];this.borderDif=c.map(d,function(k,m){var l=parseInt(k,10)||0,n=parseInt(h[m],10)||0;return l+n})}if(c.browser.msie&&!(!(c(f).is(":hidden")||c(f).parents(":hidden").length))){continue}g.css({height:(f.height()-this.borderDif[0]-this.borderDif[2])||0,width:(f.width()-this.borderDif[1]-this.borderDif[3])||0})}},_renderProxy:function(){var e=this.element,h=this.options;this.elementOffset=e.offset();if(this._helper){this.helper=this.helper||c('<div style="overflow:hidden;"></div>');var d=c.browser.msie&&c.browser.version<7,f=(d?1:0),g=(d?2:-1);this.helper.addClass(this._helper).css({width:this.element.outerWidth()+g,height:this.element.outerHeight()+g,position:"absolute",left:this.elementOffset.left-f+"px",top:this.elementOffset.top-f+"px",zIndex:++h.zIndex});this.helper.appendTo("body").disableSelection()}else{this.helper=this.element}},_change:{e:function(f,e,d){return{width:this.originalSize.width+e}},w:function(g,e,d){var i=this.options,f=this.originalSize,h=this.originalPosition;return{left:h.left+e,width:f.width-e}},n:function(g,e,d){var i=this.options,f=this.originalSize,h=this.originalPosition;return{top:h.top+d,height:f.height-d}},s:function(f,e,d){return{height:this.originalSize.height+d}},se:function(f,e,d){return c.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[f,e,d]))},sw:function(f,e,d){return c.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[f,e,d]))},ne:function(f,e,d){return c.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[f,e,d]))},nw:function(f,e,d){return c.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[f,e,d]))}},_propagate:function(e,d){c.ui.plugin.call(this,e,[d,this.ui()]);(e!="resize"&&this._trigger(e,d,this.ui()))},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}}));c.extend(c.ui.resizable,{version:"1.7.2",eventPrefix:"resize",defaults:{alsoResize:false,animate:false,animateDuration:"slow",animateEasing:"swing",aspectRatio:false,autoHide:false,cancel:":input,option",containment:false,delay:0,distance:1,ghost:false,grid:false,handles:"e,s,se",helper:false,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:1000}});c.ui.plugin.add("resizable","alsoResize",{start:function(e,f){var d=c(this).data("resizable"),g=d.options;_store=function(h){c(h).each(function(){c(this).data("resizable-alsoresize",{width:parseInt(c(this).width(),10),height:parseInt(c(this).height(),10),left:parseInt(c(this).css("left"),10),top:parseInt(c(this).css("top"),10)})})};if(typeof(g.alsoResize)=="object"&&!g.alsoResize.parentNode){if(g.alsoResize.length){g.alsoResize=g.alsoResize[0];_store(g.alsoResize)}else{c.each(g.alsoResize,function(h,i){_store(h)})}}else{_store(g.alsoResize)}},resize:function(f,h){var e=c(this).data("resizable"),i=e.options,g=e.originalSize,k=e.originalPosition;var j={height:(e.size.height-g.height)||0,width:(e.size.width-g.width)||0,top:(e.position.top-k.top)||0,left:(e.position.left-k.left)||0},d=function(l,m){c(l).each(function(){var p=c(this),q=c(this).data("resizable-alsoresize"),o={},n=m&&m.length?m:["width","height","top","left"];c.each(n||["width","height","top","left"],function(r,t){var s=(q[t]||0)+(j[t]||0);if(s&&s>=0){o[t]=s||null}});if(/relative/.test(p.css("position"))&&c.browser.opera){e._revertToRelativePosition=true;p.css({position:"absolute",top:"auto",left:"auto"})}p.css(o)})};if(typeof(i.alsoResize)=="object"&&!i.alsoResize.nodeType){c.each(i.alsoResize,function(l,m){d(l,m)})}else{d(i.alsoResize)}},stop:function(e,f){var d=c(this).data("resizable");if(d._revertToRelativePosition&&c.browser.opera){d._revertToRelativePosition=false;el.css({position:"relative"})}c(this).removeData("resizable-alsoresize-start")}});c.ui.plugin.add("resizable","animate",{stop:function(h,m){var n=c(this).data("resizable"),i=n.options;var g=n._proportionallyResizeElements,d=g.length&&(/textarea/i).test(g[0].nodeName),e=d&&c.ui.hasScroll(g[0],"left")?0:n.sizeDiff.height,k=d?0:n.sizeDiff.width;var f={width:(n.size.width-k),height:(n.size.height-e)},j=(parseInt(n.element.css("left"),10)+(n.position.left-n.originalPosition.left))||null,l=(parseInt(n.element.css("top"),10)+(n.position.top-n.originalPosition.top))||null;n.element.animate(c.extend(f,l&&j?{top:l,left:j}:{}),{duration:i.animateDuration,easing:i.animateEasing,step:function(){var o={width:parseInt(n.element.css("width"),10),height:parseInt(n.element.css("height"),10),top:parseInt(n.element.css("top"),10),left:parseInt(n.element.css("left"),10)};if(g&&g.length){c(g[0]).css({width:o.width,height:o.height})}n._updateCache(o);n._propagate("resize",h)}})}});c.ui.plugin.add("resizable","containment",{start:function(e,q){var s=c(this).data("resizable"),i=s.options,k=s.element;var f=i.containment,j=(f instanceof c)?f.get(0):(/parent/.test(f))?k.parent().get(0):f;if(!j){return}s.containerElement=c(j);if(/document/.test(f)||f==document){s.containerOffset={left:0,top:0};s.containerPosition={left:0,top:0};s.parentData={element:c(document),left:0,top:0,width:c(document).width(),height:c(document).height()||document.body.parentNode.scrollHeight}}else{var m=c(j),h=[];c(["Top","Right","Left","Bottom"]).each(function(p,o){h[p]=b(m.css("padding"+o))});s.containerOffset=m.offset();s.containerPosition=m.position();s.containerSize={height:(m.innerHeight()-h[3]),width:(m.innerWidth()-h[1])};var n=s.containerOffset,d=s.containerSize.height,l=s.containerSize.width,g=(c.ui.hasScroll(j,"left")?j.scrollWidth:l),r=(c.ui.hasScroll(j)?j.scrollHeight:d);s.parentData={element:j,left:n.left,top:n.top,width:g,height:r}}},resize:function(f,p){var s=c(this).data("resizable"),h=s.options,e=s.containerSize,n=s.containerOffset,l=s.size,m=s.position,q=s._aspectRatio||f.shiftKey,d={top:0,left:0},g=s.containerElement;if(g[0]!=document&&(/static/).test(g.css("position"))){d=n}if(m.left<(s._helper?n.left:0)){s.size.width=s.size.width+(s._helper?(s.position.left-n.left):(s.position.left-d.left));if(q){s.size.height=s.size.width/h.aspectRatio}s.position.left=h.helper?n.left:0}if(m.top<(s._helper?n.top:0)){s.size.height=s.size.height+(s._helper?(s.position.top-n.top):s.position.top);if(q){s.size.width=s.size.height*h.aspectRatio}s.position.top=s._helper?n.top:0}s.offset.left=s.parentData.left+s.position.left;s.offset.top=s.parentData.top+s.position.top;var k=Math.abs((s._helper?s.offset.left-d.left:(s.offset.left-d.left))+s.sizeDiff.width),r=Math.abs((s._helper?s.offset.top-d.top:(s.offset.top-n.top))+s.sizeDiff.height);var j=s.containerElement.get(0)==s.element.parent().get(0),i=/relative|absolute/.test(s.containerElement.css("position"));if(j&&i){k-=s.parentData.left}if(k+s.size.width>=s.parentData.width){s.size.width=s.parentData.width-k;if(q){s.size.height=s.size.width/s.aspectRatio}}if(r+s.size.height>=s.parentData.height){s.size.height=s.parentData.height-r;if(q){s.size.width=s.size.height*s.aspectRatio}}},stop:function(e,m){var p=c(this).data("resizable"),f=p.options,k=p.position,l=p.containerOffset,d=p.containerPosition,g=p.containerElement;var i=c(p.helper),q=i.offset(),n=i.outerWidth()-p.sizeDiff.width,j=i.outerHeight()-p.sizeDiff.height;if(p._helper&&!f.animate&&(/relative/).test(g.css("position"))){c(this).css({left:q.left-d.left-l.left,width:n,height:j})}if(p._helper&&!f.animate&&(/static/).test(g.css("position"))){c(this).css({left:q.left-d.left-l.left,width:n,height:j})}}});c.ui.plugin.add("resizable","ghost",{start:function(f,g){var d=c(this).data("resizable"),h=d.options,e=d.size;d.ghost=d.originalElement.clone();d.ghost.css({opacity:0.25,display:"block",position:"relative",height:e.height,width:e.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass(typeof h.ghost=="string"?h.ghost:"");d.ghost.appendTo(d.helper)},resize:function(e,f){var d=c(this).data("resizable"),g=d.options;if(d.ghost){d.ghost.css({position:"relative",height:d.size.height,width:d.size.width})}},stop:function(e,f){var d=c(this).data("resizable"),g=d.options;if(d.ghost&&d.helper){d.helper.get(0).removeChild(d.ghost.get(0))}}});c.ui.plugin.add("resizable","grid",{resize:function(d,l){var n=c(this).data("resizable"),g=n.options,j=n.size,h=n.originalSize,i=n.originalPosition,m=n.axis,k=g._aspectRatio||d.shiftKey;g.grid=typeof g.grid=="number"?[g.grid,g.grid]:g.grid;var f=Math.round((j.width-h.width)/(g.grid[0]||1))*(g.grid[0]||1),e=Math.round((j.height-h.height)/(g.grid[1]||1))*(g.grid[1]||1);if(/^(se|s|e)$/.test(m)){n.size.width=h.width+f;n.size.height=h.height+e}else{if(/^(ne)$/.test(m)){n.size.width=h.width+f;n.size.height=h.height+e;n.position.top=i.top-e}else{if(/^(sw)$/.test(m)){n.size.width=h.width+f;n.size.height=h.height+e;n.position.left=i.left-f}else{n.size.width=h.width+f;n.size.height=h.height+e;n.position.top=i.top-e;n.position.left=i.left-f}}}}});var b=function(d){return parseInt(d,10)||0};var a=function(d){return !isNaN(parseInt(d,10))}})(jQuery);;/*
 * jQuery UI Selectable 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Selectables
 *
 * Depends:
 *	ui.core.js
 */
(function(a){a.widget("ui.selectable",a.extend({},a.ui.mouse,{_init:function(){var b=this;this.element.addClass("ui-selectable");this.dragged=false;var c;this.refresh=function(){c=a(b.options.filter,b.element[0]);c.each(function(){var d=a(this);var e=d.offset();a.data(this,"selectable-item",{element:this,$element:d,left:e.left,top:e.top,right:e.left+d.outerWidth(),bottom:e.top+d.outerHeight(),startselected:false,selected:d.hasClass("ui-selected"),selecting:d.hasClass("ui-selecting"),unselecting:d.hasClass("ui-unselecting")})})};this.refresh();this.selectees=c.addClass("ui-selectee");this._mouseInit();this.helper=a(document.createElement("div")).css({border:"1px dotted black"}).addClass("ui-selectable-helper")},destroy:function(){this.element.removeClass("ui-selectable ui-selectable-disabled").removeData("selectable").unbind(".selectable");this._mouseDestroy()},_mouseStart:function(d){var b=this;this.opos=[d.pageX,d.pageY];if(this.options.disabled){return}var c=this.options;this.selectees=a(c.filter,this.element[0]);this._trigger("start",d);a(c.appendTo).append(this.helper);this.helper.css({"z-index":100,position:"absolute",left:d.clientX,top:d.clientY,width:0,height:0});if(c.autoRefresh){this.refresh()}this.selectees.filter(".ui-selected").each(function(){var e=a.data(this,"selectable-item");e.startselected=true;if(!d.metaKey){e.$element.removeClass("ui-selected");e.selected=false;e.$element.addClass("ui-unselecting");e.unselecting=true;b._trigger("unselecting",d,{unselecting:e.element})}});a(d.target).parents().andSelf().each(function(){var e=a.data(this,"selectable-item");if(e){e.$element.removeClass("ui-unselecting").addClass("ui-selecting");e.unselecting=false;e.selecting=true;e.selected=true;b._trigger("selecting",d,{selecting:e.element});return false}})},_mouseDrag:function(i){var c=this;this.dragged=true;if(this.options.disabled){return}var e=this.options;var d=this.opos[0],h=this.opos[1],b=i.pageX,g=i.pageY;if(d>b){var f=b;b=d;d=f}if(h>g){var f=g;g=h;h=f}this.helper.css({left:d,top:h,width:b-d,height:g-h});this.selectees.each(function(){var j=a.data(this,"selectable-item");if(!j||j.element==c.element[0]){return}var k=false;if(e.tolerance=="touch"){k=(!(j.left>b||j.right<d||j.top>g||j.bottom<h))}else{if(e.tolerance=="fit"){k=(j.left>d&&j.right<b&&j.top>h&&j.bottom<g)}}if(k){if(j.selected){j.$element.removeClass("ui-selected");j.selected=false}if(j.unselecting){j.$element.removeClass("ui-unselecting");j.unselecting=false}if(!j.selecting){j.$element.addClass("ui-selecting");j.selecting=true;c._trigger("selecting",i,{selecting:j.element})}}else{if(j.selecting){if(i.metaKey&&j.startselected){j.$element.removeClass("ui-selecting");j.selecting=false;j.$element.addClass("ui-selected");j.selected=true}else{j.$element.removeClass("ui-selecting");j.selecting=false;if(j.startselected){j.$element.addClass("ui-unselecting");j.unselecting=true}c._trigger("unselecting",i,{unselecting:j.element})}}if(j.selected){if(!i.metaKey&&!j.startselected){j.$element.removeClass("ui-selected");j.selected=false;j.$element.addClass("ui-unselecting");j.unselecting=true;c._trigger("unselecting",i,{unselecting:j.element})}}}});return false},_mouseStop:function(d){var b=this;this.dragged=false;var c=this.options;a(".ui-unselecting",this.element[0]).each(function(){var e=a.data(this,"selectable-item");e.$element.removeClass("ui-unselecting");e.unselecting=false;e.startselected=false;b._trigger("unselected",d,{unselected:e.element})});a(".ui-selecting",this.element[0]).each(function(){var e=a.data(this,"selectable-item");e.$element.removeClass("ui-selecting").addClass("ui-selected");e.selecting=false;e.selected=true;e.startselected=true;b._trigger("selected",d,{selected:e.element})});this._trigger("stop",d);this.helper.remove();return false}}));a.extend(a.ui.selectable,{version:"1.7.2",defaults:{appendTo:"body",autoRefresh:true,cancel:":input,option",delay:0,distance:0,filter:"*",tolerance:"touch"}})})(jQuery);;/*
 * jQuery UI Sortable 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Sortables
 *
 * Depends:
 *	ui.core.js
 */
(function(a){a.widget("ui.sortable",a.extend({},a.ui.mouse,{_init:function(){var b=this.options;this.containerCache={};this.element.addClass("ui-sortable");this.refresh();this.floating=this.items.length?(/left|right/).test(this.items[0].item.css("float")):false;this.offset=this.element.offset();this._mouseInit()},destroy:function(){this.element.removeClass("ui-sortable ui-sortable-disabled").removeData("sortable").unbind(".sortable");this._mouseDestroy();for(var b=this.items.length-1;b>=0;b--){this.items[b].item.removeData("sortable-item")}},_mouseCapture:function(e,f){if(this.reverting){return false}if(this.options.disabled||this.options.type=="static"){return false}this._refreshItems(e);var d=null,c=this,b=a(e.target).parents().each(function(){if(a.data(this,"sortable-item")==c){d=a(this);return false}});if(a.data(e.target,"sortable-item")==c){d=a(e.target)}if(!d){return false}if(this.options.handle&&!f){var g=false;a(this.options.handle,d).find("*").andSelf().each(function(){if(this==e.target){g=true}});if(!g){return false}}this.currentItem=d;this._removeCurrentsFromItems();return true},_mouseStart:function(e,f,b){var g=this.options,c=this;this.currentContainer=this;this.refreshPositions();this.helper=this._createHelper(e);this._cacheHelperProportions();this._cacheMargins();this.scrollParent=this.helper.scrollParent();this.offset=this.currentItem.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};this.helper.css("position","absolute");this.cssPosition=this.helper.css("position");a.extend(this.offset,{click:{left:e.pageX-this.offset.left,top:e.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this._generatePosition(e);this.originalPageX=e.pageX;this.originalPageY=e.pageY;if(g.cursorAt){this._adjustOffsetFromHelper(g.cursorAt)}this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]};if(this.helper[0]!=this.currentItem[0]){this.currentItem.hide()}this._createPlaceholder();if(g.containment){this._setContainment()}if(g.cursor){if(a("body").css("cursor")){this._storedCursor=a("body").css("cursor")}a("body").css("cursor",g.cursor)}if(g.opacity){if(this.helper.css("opacity")){this._storedOpacity=this.helper.css("opacity")}this.helper.css("opacity",g.opacity)}if(g.zIndex){if(this.helper.css("zIndex")){this._storedZIndex=this.helper.css("zIndex")}this.helper.css("zIndex",g.zIndex)}if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML"){this.overflowOffset=this.scrollParent.offset()}this._trigger("start",e,this._uiHash());if(!this._preserveHelperProportions){this._cacheHelperProportions()}if(!b){for(var d=this.containers.length-1;d>=0;d--){this.containers[d]._trigger("activate",e,c._uiHash(this))}}if(a.ui.ddmanager){a.ui.ddmanager.current=this}if(a.ui.ddmanager&&!g.dropBehaviour){a.ui.ddmanager.prepareOffsets(this,e)}this.dragging=true;this.helper.addClass("ui-sortable-helper");this._mouseDrag(e);return true},_mouseDrag:function(f){this.position=this._generatePosition(f);this.positionAbs=this._convertPositionTo("absolute");if(!this.lastPositionAbs){this.lastPositionAbs=this.positionAbs}if(this.options.scroll){var g=this.options,b=false;if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML"){if((this.overflowOffset.top+this.scrollParent[0].offsetHeight)-f.pageY<g.scrollSensitivity){this.scrollParent[0].scrollTop=b=this.scrollParent[0].scrollTop+g.scrollSpeed}else{if(f.pageY-this.overflowOffset.top<g.scrollSensitivity){this.scrollParent[0].scrollTop=b=this.scrollParent[0].scrollTop-g.scrollSpeed}}if((this.overflowOffset.left+this.scrollParent[0].offsetWidth)-f.pageX<g.scrollSensitivity){this.scrollParent[0].scrollLeft=b=this.scrollParent[0].scrollLeft+g.scrollSpeed}else{if(f.pageX-this.overflowOffset.left<g.scrollSensitivity){this.scrollParent[0].scrollLeft=b=this.scrollParent[0].scrollLeft-g.scrollSpeed}}}else{if(f.pageY-a(document).scrollTop()<g.scrollSensitivity){b=a(document).scrollTop(a(document).scrollTop()-g.scrollSpeed)}else{if(a(window).height()-(f.pageY-a(document).scrollTop())<g.scrollSensitivity){b=a(document).scrollTop(a(document).scrollTop()+g.scrollSpeed)}}if(f.pageX-a(document).scrollLeft()<g.scrollSensitivity){b=a(document).scrollLeft(a(document).scrollLeft()-g.scrollSpeed)}else{if(a(window).width()-(f.pageX-a(document).scrollLeft())<g.scrollSensitivity){b=a(document).scrollLeft(a(document).scrollLeft()+g.scrollSpeed)}}}if(b!==false&&a.ui.ddmanager&&!g.dropBehaviour){a.ui.ddmanager.prepareOffsets(this,f)}}this.positionAbs=this._convertPositionTo("absolute");if(!this.options.axis||this.options.axis!="y"){this.helper[0].style.left=this.position.left+"px"}if(!this.options.axis||this.options.axis!="x"){this.helper[0].style.top=this.position.top+"px"}for(var d=this.items.length-1;d>=0;d--){var e=this.items[d],c=e.item[0],h=this._intersectsWithPointer(e);if(!h){continue}if(c!=this.currentItem[0]&&this.placeholder[h==1?"next":"prev"]()[0]!=c&&!a.ui.contains(this.placeholder[0],c)&&(this.options.type=="semi-dynamic"?!a.ui.contains(this.element[0],c):true)){this.direction=h==1?"down":"up";if(this.options.tolerance=="pointer"||this._intersectsWithSides(e)){this._rearrange(f,e)}else{break}this._trigger("change",f,this._uiHash());break}}this._contactContainers(f);if(a.ui.ddmanager){a.ui.ddmanager.drag(this,f)}this._trigger("sort",f,this._uiHash());this.lastPositionAbs=this.positionAbs;return false},_mouseStop:function(c,d){if(!c){return}if(a.ui.ddmanager&&!this.options.dropBehaviour){a.ui.ddmanager.drop(this,c)}if(this.options.revert){var b=this;var e=b.placeholder.offset();b.reverting=true;a(this.helper).animate({left:e.left-this.offset.parent.left-b.margins.left+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollLeft),top:e.top-this.offset.parent.top-b.margins.top+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollTop)},parseInt(this.options.revert,10)||500,function(){b._clear(c)})}else{this._clear(c,d)}return false},cancel:function(){var b=this;if(this.dragging){this._mouseUp();if(this.options.helper=="original"){this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper")}else{this.currentItem.show()}for(var c=this.containers.length-1;c>=0;c--){this.containers[c]._trigger("deactivate",null,b._uiHash(this));if(this.containers[c].containerCache.over){this.containers[c]._trigger("out",null,b._uiHash(this));this.containers[c].containerCache.over=0}}}if(this.placeholder[0].parentNode){this.placeholder[0].parentNode.removeChild(this.placeholder[0])}if(this.options.helper!="original"&&this.helper&&this.helper[0].parentNode){this.helper.remove()}a.extend(this,{helper:null,dragging:false,reverting:false,_noFinalSort:null});if(this.domPosition.prev){a(this.domPosition.prev).after(this.currentItem)}else{a(this.domPosition.parent).prepend(this.currentItem)}return true},serialize:function(d){var b=this._getItemsAsjQuery(d&&d.connected);var c=[];d=d||{};a(b).each(function(){var e=(a(d.item||this).attr(d.attribute||"id")||"").match(d.expression||(/(.+)[-=_](.+)/));if(e){c.push((d.key||e[1]+"[]")+"="+(d.key&&d.expression?e[1]:e[2]))}});return c.join("&")},toArray:function(d){var b=this._getItemsAsjQuery(d&&d.connected);var c=[];d=d||{};b.each(function(){c.push(a(d.item||this).attr(d.attribute||"id")||"")});return c},_intersectsWith:function(m){var e=this.positionAbs.left,d=e+this.helperProportions.width,k=this.positionAbs.top,j=k+this.helperProportions.height;var f=m.left,c=f+m.width,n=m.top,i=n+m.height;var o=this.offset.click.top,h=this.offset.click.left;var g=(k+o)>n&&(k+o)<i&&(e+h)>f&&(e+h)<c;if(this.options.tolerance=="pointer"||this.options.forcePointerForContainers||(this.options.tolerance!="pointer"&&this.helperProportions[this.floating?"width":"height"]>m[this.floating?"width":"height"])){return g}else{return(f<e+(this.helperProportions.width/2)&&d-(this.helperProportions.width/2)<c&&n<k+(this.helperProportions.height/2)&&j-(this.helperProportions.height/2)<i)}},_intersectsWithPointer:function(d){var e=a.ui.isOverAxis(this.positionAbs.top+this.offset.click.top,d.top,d.height),c=a.ui.isOverAxis(this.positionAbs.left+this.offset.click.left,d.left,d.width),g=e&&c,b=this._getDragVerticalDirection(),f=this._getDragHorizontalDirection();if(!g){return false}return this.floating?(((f&&f=="right")||b=="down")?2:1):(b&&(b=="down"?2:1))},_intersectsWithSides:function(e){var c=a.ui.isOverAxis(this.positionAbs.top+this.offset.click.top,e.top+(e.height/2),e.height),d=a.ui.isOverAxis(this.positionAbs.left+this.offset.click.left,e.left+(e.width/2),e.width),b=this._getDragVerticalDirection(),f=this._getDragHorizontalDirection();if(this.floating&&f){return((f=="right"&&d)||(f=="left"&&!d))}else{return b&&((b=="down"&&c)||(b=="up"&&!c))}},_getDragVerticalDirection:function(){var b=this.positionAbs.top-this.lastPositionAbs.top;return b!=0&&(b>0?"down":"up")},_getDragHorizontalDirection:function(){var b=this.positionAbs.left-this.lastPositionAbs.left;return b!=0&&(b>0?"right":"left")},refresh:function(b){this._refreshItems(b);this.refreshPositions()},_connectWith:function(){var b=this.options;return b.connectWith.constructor==String?[b.connectWith]:b.connectWith},_getItemsAsjQuery:function(b){var l=this;var g=[];var e=[];var h=this._connectWith();if(h&&b){for(var d=h.length-1;d>=0;d--){var k=a(h[d]);for(var c=k.length-1;c>=0;c--){var f=a.data(k[c],"sortable");if(f&&f!=this&&!f.options.disabled){e.push([a.isFunction(f.options.items)?f.options.items.call(f.element):a(f.options.items,f.element).not(".ui-sortable-helper"),f])}}}}e.push([a.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):a(this.options.items,this.element).not(".ui-sortable-helper"),this]);for(var d=e.length-1;d>=0;d--){e[d][0].each(function(){g.push(this)})}return a(g)},_removeCurrentsFromItems:function(){var d=this.currentItem.find(":data(sortable-item)");for(var c=0;c<this.items.length;c++){for(var b=0;b<d.length;b++){if(d[b]==this.items[c].item[0]){this.items.splice(c,1)}}}},_refreshItems:function(b){this.items=[];this.containers=[this];var h=this.items;var p=this;var f=[[a.isFunction(this.options.items)?this.options.items.call(this.element[0],b,{item:this.currentItem}):a(this.options.items,this.element),this]];var l=this._connectWith();if(l){for(var e=l.length-1;e>=0;e--){var m=a(l[e]);for(var d=m.length-1;d>=0;d--){var g=a.data(m[d],"sortable");if(g&&g!=this&&!g.options.disabled){f.push([a.isFunction(g.options.items)?g.options.items.call(g.element[0],b,{item:this.currentItem}):a(g.options.items,g.element),g]);this.containers.push(g)}}}}for(var e=f.length-1;e>=0;e--){var k=f[e][1];var c=f[e][0];for(var d=0,n=c.length;d<n;d++){var o=a(c[d]);o.data("sortable-item",k);h.push({item:o,instance:k,width:0,height:0,left:0,top:0})}}},refreshPositions:function(b){if(this.offsetParent&&this.helper){this.offset.parent=this._getParentOffset()}for(var d=this.items.length-1;d>=0;d--){var e=this.items[d];if(e.instance!=this.currentContainer&&this.currentContainer&&e.item[0]!=this.currentItem[0]){continue}var c=this.options.toleranceElement?a(this.options.toleranceElement,e.item):e.item;if(!b){e.width=c.outerWidth();e.height=c.outerHeight()}var f=c.offset();e.left=f.left;e.top=f.top}if(this.options.custom&&this.options.custom.refreshContainers){this.options.custom.refreshContainers.call(this)}else{for(var d=this.containers.length-1;d>=0;d--){var f=this.containers[d].element.offset();this.containers[d].containerCache.left=f.left;this.containers[d].containerCache.top=f.top;this.containers[d].containerCache.width=this.containers[d].element.outerWidth();this.containers[d].containerCache.height=this.containers[d].element.outerHeight()}}},_createPlaceholder:function(d){var b=d||this,e=b.options;if(!e.placeholder||e.placeholder.constructor==String){var c=e.placeholder;e.placeholder={element:function(){var f=a(document.createElement(b.currentItem[0].nodeName)).addClass(c||b.currentItem[0].className+" ui-sortable-placeholder").removeClass("ui-sortable-helper")[0];if(!c){f.style.visibility="hidden"}return f},update:function(f,g){if(c&&!e.forcePlaceholderSize){return}if(!g.height()){g.height(b.currentItem.innerHeight()-parseInt(b.currentItem.css("paddingTop")||0,10)-parseInt(b.currentItem.css("paddingBottom")||0,10))}if(!g.width()){g.width(b.currentItem.innerWidth()-parseInt(b.currentItem.css("paddingLeft")||0,10)-parseInt(b.currentItem.css("paddingRight")||0,10))}}}}b.placeholder=a(e.placeholder.element.call(b.element,b.currentItem));b.currentItem.after(b.placeholder);e.placeholder.update(b,b.placeholder)},_contactContainers:function(d){for(var c=this.containers.length-1;c>=0;c--){if(this._intersectsWith(this.containers[c].containerCache)){if(!this.containers[c].containerCache.over){if(this.currentContainer!=this.containers[c]){var h=10000;var g=null;var e=this.positionAbs[this.containers[c].floating?"left":"top"];for(var b=this.items.length-1;b>=0;b--){if(!a.ui.contains(this.containers[c].element[0],this.items[b].item[0])){continue}var f=this.items[b][this.containers[c].floating?"left":"top"];if(Math.abs(f-e)<h){h=Math.abs(f-e);g=this.items[b]}}if(!g&&!this.options.dropOnEmpty){continue}this.currentContainer=this.containers[c];g?this._rearrange(d,g,null,true):this._rearrange(d,null,this.containers[c].element,true);this._trigger("change",d,this._uiHash());this.containers[c]._trigger("change",d,this._uiHash(this));this.options.placeholder.update(this.currentContainer,this.placeholder)}this.containers[c]._trigger("over",d,this._uiHash(this));this.containers[c].containerCache.over=1}}else{if(this.containers[c].containerCache.over){this.containers[c]._trigger("out",d,this._uiHash(this));this.containers[c].containerCache.over=0}}}},_createHelper:function(c){var d=this.options;var b=a.isFunction(d.helper)?a(d.helper.apply(this.element[0],[c,this.currentItem])):(d.helper=="clone"?this.currentItem.clone():this.currentItem);if(!b.parents("body").length){a(d.appendTo!="parent"?d.appendTo:this.currentItem[0].parentNode)[0].appendChild(b[0])}if(b[0]==this.currentItem[0]){this._storedCSS={width:this.currentItem[0].style.width,height:this.currentItem[0].style.height,position:this.currentItem.css("position"),top:this.currentItem.css("top"),left:this.currentItem.css("left")}}if(b[0].style.width==""||d.forceHelperSize){b.width(this.currentItem.width())}if(b[0].style.height==""||d.forceHelperSize){b.height(this.currentItem.height())}return b},_adjustOffsetFromHelper:function(b){if(b.left!=undefined){this.offset.click.left=b.left+this.margins.left}if(b.right!=undefined){this.offset.click.left=this.helperProportions.width-b.right+this.margins.left}if(b.top!=undefined){this.offset.click.top=b.top+this.margins.top}if(b.bottom!=undefined){this.offset.click.top=this.helperProportions.height-b.bottom+this.margins.top}},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var b=this.offsetParent.offset();if(this.cssPosition=="absolute"&&this.scrollParent[0]!=document&&a.ui.contains(this.scrollParent[0],this.offsetParent[0])){b.left+=this.scrollParent.scrollLeft();b.top+=this.scrollParent.scrollTop()}if((this.offsetParent[0]==document.body)||(this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&a.browser.msie)){b={top:0,left:0}}return{top:b.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:b.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var b=this.currentItem.position();return{top:b.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:b.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else{return{top:0,left:0}}},_cacheMargins:function(){this.margins={left:(parseInt(this.currentItem.css("marginLeft"),10)||0),top:(parseInt(this.currentItem.css("marginTop"),10)||0)}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var e=this.options;if(e.containment=="parent"){e.containment=this.helper[0].parentNode}if(e.containment=="document"||e.containment=="window"){this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,a(e.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(a(e.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]}if(!(/^(document|window|parent)$/).test(e.containment)){var c=a(e.containment)[0];var d=a(e.containment).offset();var b=(a(c).css("overflow")!="hidden");this.containment=[d.left+(parseInt(a(c).css("borderLeftWidth"),10)||0)+(parseInt(a(c).css("paddingLeft"),10)||0)-this.margins.left,d.top+(parseInt(a(c).css("borderTopWidth"),10)||0)+(parseInt(a(c).css("paddingTop"),10)||0)-this.margins.top,d.left+(b?Math.max(c.scrollWidth,c.offsetWidth):c.offsetWidth)-(parseInt(a(c).css("borderLeftWidth"),10)||0)-(parseInt(a(c).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,d.top+(b?Math.max(c.scrollHeight,c.offsetHeight):c.offsetHeight)-(parseInt(a(c).css("borderTopWidth"),10)||0)-(parseInt(a(c).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top]}},_convertPositionTo:function(f,h){if(!h){h=this.position}var c=f=="absolute"?1:-1;var e=this.options,b=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&a.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,g=(/(html|body)/i).test(b[0].tagName);return{top:(h.top+this.offset.relative.top*c+this.offset.parent.top*c-(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():(g?0:b.scrollTop()))*c)),left:(h.left+this.offset.relative.left*c+this.offset.parent.left*c-(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():g?0:b.scrollLeft())*c))}},_generatePosition:function(e){var h=this.options,b=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&a.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,i=(/(html|body)/i).test(b[0].tagName);if(this.cssPosition=="relative"&&!(this.scrollParent[0]!=document&&this.scrollParent[0]!=this.offsetParent[0])){this.offset.relative=this._getRelativeOffset()}var d=e.pageX;var c=e.pageY;if(this.originalPosition){if(this.containment){if(e.pageX-this.offset.click.left<this.containment[0]){d=this.containment[0]+this.offset.click.left}if(e.pageY-this.offset.click.top<this.containment[1]){c=this.containment[1]+this.offset.click.top}if(e.pageX-this.offset.click.left>this.containment[2]){d=this.containment[2]+this.offset.click.left}if(e.pageY-this.offset.click.top>this.containment[3]){c=this.containment[3]+this.offset.click.top}}if(h.grid){var g=this.originalPageY+Math.round((c-this.originalPageY)/h.grid[1])*h.grid[1];c=this.containment?(!(g-this.offset.click.top<this.containment[1]||g-this.offset.click.top>this.containment[3])?g:(!(g-this.offset.click.top<this.containment[1])?g-h.grid[1]:g+h.grid[1])):g;var f=this.originalPageX+Math.round((d-this.originalPageX)/h.grid[0])*h.grid[0];d=this.containment?(!(f-this.offset.click.left<this.containment[0]||f-this.offset.click.left>this.containment[2])?f:(!(f-this.offset.click.left<this.containment[0])?f-h.grid[0]:f+h.grid[0])):f}}return{top:(c-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():(i?0:b.scrollTop())))),left:(d-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():i?0:b.scrollLeft())))}},_rearrange:function(g,f,c,e){c?c[0].appendChild(this.placeholder[0]):f.item[0].parentNode.insertBefore(this.placeholder[0],(this.direction=="down"?f.item[0]:f.item[0].nextSibling));this.counter=this.counter?++this.counter:1;var d=this,b=this.counter;window.setTimeout(function(){if(b==d.counter){d.refreshPositions(!e)}},0)},_clear:function(d,e){this.reverting=false;var f=[],b=this;if(!this._noFinalSort&&this.currentItem[0].parentNode){this.placeholder.before(this.currentItem)}this._noFinalSort=null;if(this.helper[0]==this.currentItem[0]){for(var c in this._storedCSS){if(this._storedCSS[c]=="auto"||this._storedCSS[c]=="static"){this._storedCSS[c]=""}}this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper")}else{this.currentItem.show()}if(this.fromOutside&&!e){f.push(function(g){this._trigger("receive",g,this._uiHash(this.fromOutside))})}if((this.fromOutside||this.domPosition.prev!=this.currentItem.prev().not(".ui-sortable-helper")[0]||this.domPosition.parent!=this.currentItem.parent()[0])&&!e){f.push(function(g){this._trigger("update",g,this._uiHash())})}if(!a.ui.contains(this.element[0],this.currentItem[0])){if(!e){f.push(function(g){this._trigger("remove",g,this._uiHash())})}for(var c=this.containers.length-1;c>=0;c--){if(a.ui.contains(this.containers[c].element[0],this.currentItem[0])&&!e){f.push((function(g){return function(h){g._trigger("receive",h,this._uiHash(this))}}).call(this,this.containers[c]));f.push((function(g){return function(h){g._trigger("update",h,this._uiHash(this))}}).call(this,this.containers[c]))}}}for(var c=this.containers.length-1;c>=0;c--){if(!e){f.push((function(g){return function(h){g._trigger("deactivate",h,this._uiHash(this))}}).call(this,this.containers[c]))}if(this.containers[c].containerCache.over){f.push((function(g){return function(h){g._trigger("out",h,this._uiHash(this))}}).call(this,this.containers[c]));this.containers[c].containerCache.over=0}}if(this._storedCursor){a("body").css("cursor",this._storedCursor)}if(this._storedOpacity){this.helper.css("opacity",this._storedOpacity)}if(this._storedZIndex){this.helper.css("zIndex",this._storedZIndex=="auto"?"":this._storedZIndex)}this.dragging=false;if(this.cancelHelperRemoval){if(!e){this._trigger("beforeStop",d,this._uiHash());for(var c=0;c<f.length;c++){f[c].call(this,d)}this._trigger("stop",d,this._uiHash())}return false}if(!e){this._trigger("beforeStop",d,this._uiHash())}this.placeholder[0].parentNode.removeChild(this.placeholder[0]);if(this.helper[0]!=this.currentItem[0]){this.helper.remove()}this.helper=null;if(!e){for(var c=0;c<f.length;c++){f[c].call(this,d)}this._trigger("stop",d,this._uiHash())}this.fromOutside=false;return true},_trigger:function(){if(a.widget.prototype._trigger.apply(this,arguments)===false){this.cancel()}},_uiHash:function(c){var b=c||this;return{helper:b.helper,placeholder:b.placeholder||a([]),position:b.position,absolutePosition:b.positionAbs,offset:b.positionAbs,item:b.currentItem,sender:c?c.element:null}}}));a.extend(a.ui.sortable,{getter:"serialize toArray",version:"1.7.2",eventPrefix:"sort",defaults:{appendTo:"parent",axis:false,cancel:":input,option",connectWith:false,containment:false,cursor:"auto",cursorAt:false,delay:0,distance:1,dropOnEmpty:true,forcePlaceholderSize:false,forceHelperSize:false,grid:false,handle:false,helper:"original",items:"> *",opacity:false,placeholder:false,revert:false,scroll:true,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1000}})})(jQuery);;/*
 * jQuery UI Effects 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Effects/
 */
jQuery.effects||(function(d){d.effects={version:"1.7.2",save:function(g,h){for(var f=0;f<h.length;f++){if(h[f]!==null){g.data("ec.storage."+h[f],g[0].style[h[f]])}}},restore:function(g,h){for(var f=0;f<h.length;f++){if(h[f]!==null){g.css(h[f],g.data("ec.storage."+h[f]))}}},setMode:function(f,g){if(g=="toggle"){g=f.is(":hidden")?"show":"hide"}return g},getBaseline:function(g,h){var i,f;switch(g[0]){case"top":i=0;break;case"middle":i=0.5;break;case"bottom":i=1;break;default:i=g[0]/h.height}switch(g[1]){case"left":f=0;break;case"center":f=0.5;break;case"right":f=1;break;default:f=g[1]/h.width}return{x:f,y:i}},createWrapper:function(f){if(f.parent().is(".ui-effects-wrapper")){return f.parent()}var g={width:f.outerWidth(true),height:f.outerHeight(true),"float":f.css("float")};f.wrap('<div class="ui-effects-wrapper" style="font-size:100%;background:transparent;border:none;margin:0;padding:0"></div>');var j=f.parent();if(f.css("position")=="static"){j.css({position:"relative"});f.css({position:"relative"})}else{var i=f.css("top");if(isNaN(parseInt(i,10))){i="auto"}var h=f.css("left");if(isNaN(parseInt(h,10))){h="auto"}j.css({position:f.css("position"),top:i,left:h,zIndex:f.css("z-index")}).show();f.css({position:"relative",top:0,left:0})}j.css(g);return j},removeWrapper:function(f){if(f.parent().is(".ui-effects-wrapper")){return f.parent().replaceWith(f)}return f},setTransition:function(g,i,f,h){h=h||{};d.each(i,function(k,j){unit=g.cssUnit(j);if(unit[0]>0){h[j]=unit[0]*f+unit[1]}});return h},animateClass:function(h,i,k,j){var f=(typeof k=="function"?k:(j?j:null));var g=(typeof k=="string"?k:null);return this.each(function(){var q={};var o=d(this);var p=o.attr("style")||"";if(typeof p=="object"){p=p.cssText}if(h.toggle){o.hasClass(h.toggle)?h.remove=h.toggle:h.add=h.toggle}var l=d.extend({},(document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle));if(h.add){o.addClass(h.add)}if(h.remove){o.removeClass(h.remove)}var m=d.extend({},(document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle));if(h.add){o.removeClass(h.add)}if(h.remove){o.addClass(h.remove)}for(var r in m){if(typeof m[r]!="function"&&m[r]&&r.indexOf("Moz")==-1&&r.indexOf("length")==-1&&m[r]!=l[r]&&(r.match(/color/i)||(!r.match(/color/i)&&!isNaN(parseInt(m[r],10))))&&(l.position!="static"||(l.position=="static"&&!r.match(/left|top|bottom|right/)))){q[r]=m[r]}}o.animate(q,i,g,function(){if(typeof d(this).attr("style")=="object"){d(this).attr("style")["cssText"]="";d(this).attr("style")["cssText"]=p}else{d(this).attr("style",p)}if(h.add){d(this).addClass(h.add)}if(h.remove){d(this).removeClass(h.remove)}if(f){f.apply(this,arguments)}})})}};function c(g,f){var i=g[1]&&g[1].constructor==Object?g[1]:{};if(f){i.mode=f}var h=g[1]&&g[1].constructor!=Object?g[1]:(i.duration?i.duration:g[2]);h=d.fx.off?0:typeof h==="number"?h:d.fx.speeds[h]||d.fx.speeds._default;var j=i.callback||(d.isFunction(g[1])&&g[1])||(d.isFunction(g[2])&&g[2])||(d.isFunction(g[3])&&g[3]);return[g[0],i,h,j]}d.fn.extend({_show:d.fn.show,_hide:d.fn.hide,__toggle:d.fn.toggle,_addClass:d.fn.addClass,_removeClass:d.fn.removeClass,_toggleClass:d.fn.toggleClass,effect:function(g,f,h,i){return d.effects[g]?d.effects[g].call(this,{method:g,options:f||{},duration:h,callback:i}):null},show:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))){return this._show.apply(this,arguments)}else{return this.effect.apply(this,c(arguments,"show"))}},hide:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))){return this._hide.apply(this,arguments)}else{return this.effect.apply(this,c(arguments,"hide"))}},toggle:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))||(d.isFunction(arguments[0])||typeof arguments[0]=="boolean")){return this.__toggle.apply(this,arguments)}else{return this.effect.apply(this,c(arguments,"toggle"))}},addClass:function(g,f,i,h){return f?d.effects.animateClass.apply(this,[{add:g},f,i,h]):this._addClass(g)},removeClass:function(g,f,i,h){return f?d.effects.animateClass.apply(this,[{remove:g},f,i,h]):this._removeClass(g)},toggleClass:function(g,f,i,h){return((typeof f!=="boolean")&&f)?d.effects.animateClass.apply(this,[{toggle:g},f,i,h]):this._toggleClass(g,f)},morph:function(f,h,g,j,i){return d.effects.animateClass.apply(this,[{add:h,remove:f},g,j,i])},switchClass:function(){return this.morph.apply(this,arguments)},cssUnit:function(f){var g=this.css(f),h=[];d.each(["em","px","%","pt"],function(j,k){if(g.indexOf(k)>0){h=[parseFloat(g),k]}});return h}});d.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor","borderTopColor","color","outlineColor"],function(g,f){d.fx.step[f]=function(h){if(h.state==0){h.start=e(h.elem,f);h.end=b(h.end)}h.elem.style[f]="rgb("+[Math.max(Math.min(parseInt((h.pos*(h.end[0]-h.start[0]))+h.start[0],10),255),0),Math.max(Math.min(parseInt((h.pos*(h.end[1]-h.start[1]))+h.start[1],10),255),0),Math.max(Math.min(parseInt((h.pos*(h.end[2]-h.start[2]))+h.start[2],10),255),0)].join(",")+")"}});function b(g){var f;if(g&&g.constructor==Array&&g.length==3){return g}if(f=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(g)){return[parseInt(f[1],10),parseInt(f[2],10),parseInt(f[3],10)]}if(f=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(g)){return[parseFloat(f[1])*2.55,parseFloat(f[2])*2.55,parseFloat(f[3])*2.55]}if(f=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(g)){return[parseInt(f[1],16),parseInt(f[2],16),parseInt(f[3],16)]}if(f=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(g)){return[parseInt(f[1]+f[1],16),parseInt(f[2]+f[2],16),parseInt(f[3]+f[3],16)]}if(f=/rgba\(0, 0, 0, 0\)/.exec(g)){return a.transparent}return a[d.trim(g).toLowerCase()]}function e(h,f){var g;do{g=d.curCSS(h,f);if(g!=""&&g!="transparent"||d.nodeName(h,"body")){break}f="backgroundColor"}while(h=h.parentNode);return b(g)}var a={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]};d.easing.jswing=d.easing.swing;d.extend(d.easing,{def:"easeOutQuad",swing:function(g,h,f,j,i){return d.easing[d.easing.def](g,h,f,j,i)},easeInQuad:function(g,h,f,j,i){return j*(h/=i)*h+f},easeOutQuad:function(g,h,f,j,i){return -j*(h/=i)*(h-2)+f},easeInOutQuad:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h+f}return -j/2*((--h)*(h-2)-1)+f},easeInCubic:function(g,h,f,j,i){return j*(h/=i)*h*h+f},easeOutCubic:function(g,h,f,j,i){return j*((h=h/i-1)*h*h+1)+f},easeInOutCubic:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h*h+f}return j/2*((h-=2)*h*h+2)+f},easeInQuart:function(g,h,f,j,i){return j*(h/=i)*h*h*h+f},easeOutQuart:function(g,h,f,j,i){return -j*((h=h/i-1)*h*h*h-1)+f},easeInOutQuart:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h*h*h+f}return -j/2*((h-=2)*h*h*h-2)+f},easeInQuint:function(g,h,f,j,i){return j*(h/=i)*h*h*h*h+f},easeOutQuint:function(g,h,f,j,i){return j*((h=h/i-1)*h*h*h*h+1)+f},easeInOutQuint:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h*h*h*h+f}return j/2*((h-=2)*h*h*h*h+2)+f},easeInSine:function(g,h,f,j,i){return -j*Math.cos(h/i*(Math.PI/2))+j+f},easeOutSine:function(g,h,f,j,i){return j*Math.sin(h/i*(Math.PI/2))+f},easeInOutSine:function(g,h,f,j,i){return -j/2*(Math.cos(Math.PI*h/i)-1)+f},easeInExpo:function(g,h,f,j,i){return(h==0)?f:j*Math.pow(2,10*(h/i-1))+f},easeOutExpo:function(g,h,f,j,i){return(h==i)?f+j:j*(-Math.pow(2,-10*h/i)+1)+f},easeInOutExpo:function(g,h,f,j,i){if(h==0){return f}if(h==i){return f+j}if((h/=i/2)<1){return j/2*Math.pow(2,10*(h-1))+f}return j/2*(-Math.pow(2,-10*--h)+2)+f},easeInCirc:function(g,h,f,j,i){return -j*(Math.sqrt(1-(h/=i)*h)-1)+f},easeOutCirc:function(g,h,f,j,i){return j*Math.sqrt(1-(h=h/i-1)*h)+f},easeInOutCirc:function(g,h,f,j,i){if((h/=i/2)<1){return -j/2*(Math.sqrt(1-h*h)-1)+f}return j/2*(Math.sqrt(1-(h-=2)*h)+1)+f},easeInElastic:function(g,i,f,m,l){var j=1.70158;var k=0;var h=m;if(i==0){return f}if((i/=l)==1){return f+m}if(!k){k=l*0.3}if(h<Math.abs(m)){h=m;var j=k/4}else{var j=k/(2*Math.PI)*Math.asin(m/h)}return -(h*Math.pow(2,10*(i-=1))*Math.sin((i*l-j)*(2*Math.PI)/k))+f},easeOutElastic:function(g,i,f,m,l){var j=1.70158;var k=0;var h=m;if(i==0){return f}if((i/=l)==1){return f+m}if(!k){k=l*0.3}if(h<Math.abs(m)){h=m;var j=k/4}else{var j=k/(2*Math.PI)*Math.asin(m/h)}return h*Math.pow(2,-10*i)*Math.sin((i*l-j)*(2*Math.PI)/k)+m+f},easeInOutElastic:function(g,i,f,m,l){var j=1.70158;var k=0;var h=m;if(i==0){return f}if((i/=l/2)==2){return f+m}if(!k){k=l*(0.3*1.5)}if(h<Math.abs(m)){h=m;var j=k/4}else{var j=k/(2*Math.PI)*Math.asin(m/h)}if(i<1){return -0.5*(h*Math.pow(2,10*(i-=1))*Math.sin((i*l-j)*(2*Math.PI)/k))+f}return h*Math.pow(2,-10*(i-=1))*Math.sin((i*l-j)*(2*Math.PI)/k)*0.5+m+f},easeInBack:function(g,h,f,k,j,i){if(i==undefined){i=1.70158}return k*(h/=j)*h*((i+1)*h-i)+f},easeOutBack:function(g,h,f,k,j,i){if(i==undefined){i=1.70158}return k*((h=h/j-1)*h*((i+1)*h+i)+1)+f},easeInOutBack:function(g,h,f,k,j,i){if(i==undefined){i=1.70158}if((h/=j/2)<1){return k/2*(h*h*(((i*=(1.525))+1)*h-i))+f}return k/2*((h-=2)*h*(((i*=(1.525))+1)*h+i)+2)+f},easeInBounce:function(g,h,f,j,i){return j-d.easing.easeOutBounce(g,i-h,0,j,i)+f},easeOutBounce:function(g,h,f,j,i){if((h/=i)<(1/2.75)){return j*(7.5625*h*h)+f}else{if(h<(2/2.75)){return j*(7.5625*(h-=(1.5/2.75))*h+0.75)+f}else{if(h<(2.5/2.75)){return j*(7.5625*(h-=(2.25/2.75))*h+0.9375)+f}else{return j*(7.5625*(h-=(2.625/2.75))*h+0.984375)+f}}}},easeInOutBounce:function(g,h,f,j,i){if(h<i/2){return d.easing.easeInBounce(g,h*2,0,j,i)*0.5+f}return d.easing.easeOutBounce(g,h*2-i,0,j,i)*0.5+j*0.5+f}})})(jQuery);;/*
 * jQuery UI Effects Blind 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Effects/Blind
 *
 * Depends:
 *	effects.core.js
 */
(function(a){a.effects.blind=function(b){return this.queue(function(){var d=a(this),c=["position","top","left"];var h=a.effects.setMode(d,b.options.mode||"hide");var g=b.options.direction||"vertical";a.effects.save(d,c);d.show();var j=a.effects.createWrapper(d).css({overflow:"hidden"});var e=(g=="vertical")?"height":"width";var i=(g=="vertical")?j.height():j.width();if(h=="show"){j.css(e,0)}var f={};f[e]=h=="show"?i:0;j.animate(f,b.duration,b.options.easing,function(){if(h=="hide"){d.hide()}a.effects.restore(d,c);a.effects.removeWrapper(d);if(b.callback){b.callback.apply(d[0],arguments)}d.dequeue()})})}})(jQuery);;/*
 * jQuery UI Effects Bounce 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Effects/Bounce
 *
 * Depends:
 *	effects.core.js
 */
(function(a){a.effects.bounce=function(b){return this.queue(function(){var e=a(this),l=["position","top","left"];var k=a.effects.setMode(e,b.options.mode||"effect");var n=b.options.direction||"up";var c=b.options.distance||20;var d=b.options.times||5;var g=b.duration||250;if(/show|hide/.test(k)){l.push("opacity")}a.effects.save(e,l);e.show();a.effects.createWrapper(e);var f=(n=="up"||n=="down")?"top":"left";var p=(n=="up"||n=="left")?"pos":"neg";var c=b.options.distance||(f=="top"?e.outerHeight({margin:true})/3:e.outerWidth({margin:true})/3);if(k=="show"){e.css("opacity",0).css(f,p=="pos"?-c:c)}if(k=="hide"){c=c/(d*2)}if(k!="hide"){d--}if(k=="show"){var h={opacity:1};h[f]=(p=="pos"?"+=":"-=")+c;e.animate(h,g/2,b.options.easing);c=c/2;d--}for(var j=0;j<d;j++){var o={},m={};o[f]=(p=="pos"?"-=":"+=")+c;m[f]=(p=="pos"?"+=":"-=")+c;e.animate(o,g/2,b.options.easing).animate(m,g/2,b.options.easing);c=(k=="hide")?c*2:c/2}if(k=="hide"){var h={opacity:0};h[f]=(p=="pos"?"-=":"+=")+c;e.animate(h,g/2,b.options.easing,function(){e.hide();a.effects.restore(e,l);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(this,arguments)}})}else{var o={},m={};o[f]=(p=="pos"?"-=":"+=")+c;m[f]=(p=="pos"?"+=":"-=")+c;e.animate(o,g/2,b.options.easing).animate(m,g/2,b.options.easing,function(){a.effects.restore(e,l);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(this,arguments)}})}e.queue("fx",function(){e.dequeue()});e.dequeue()})}})(jQuery);;/*
 * jQuery UI Effects Clip 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Effects/Clip
 *
 * Depends:
 *	effects.core.js
 */
(function(a){a.effects.clip=function(b){return this.queue(function(){var f=a(this),j=["position","top","left","height","width"];var i=a.effects.setMode(f,b.options.mode||"hide");var k=b.options.direction||"vertical";a.effects.save(f,j);f.show();var c=a.effects.createWrapper(f).css({overflow:"hidden"});var e=f[0].tagName=="IMG"?c:f;var g={size:(k=="vertical")?"height":"width",position:(k=="vertical")?"top":"left"};var d=(k=="vertical")?e.height():e.width();if(i=="show"){e.css(g.size,0);e.css(g.position,d/2)}var h={};h[g.size]=i=="show"?d:0;h[g.position]=i=="show"?0:d/2;e.animate(h,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){if(i=="hide"){f.hide()}a.effects.restore(f,j);a.effects.removeWrapper(f);if(b.callback){b.callback.apply(f[0],arguments)}f.dequeue()}})})}})(jQuery);;/*
 * jQuery UI Effects Drop 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Effects/Drop
 *
 * Depends:
 *	effects.core.js
 */
(function(a){a.effects.drop=function(b){return this.queue(function(){var e=a(this),d=["position","top","left","opacity"];var i=a.effects.setMode(e,b.options.mode||"hide");var h=b.options.direction||"left";a.effects.save(e,d);e.show();a.effects.createWrapper(e);var f=(h=="up"||h=="down")?"top":"left";var c=(h=="up"||h=="left")?"pos":"neg";var j=b.options.distance||(f=="top"?e.outerHeight({margin:true})/2:e.outerWidth({margin:true})/2);if(i=="show"){e.css("opacity",0).css(f,c=="pos"?-j:j)}var g={opacity:i=="show"?1:0};g[f]=(i=="show"?(c=="pos"?"+=":"-="):(c=="pos"?"-=":"+="))+j;e.animate(g,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){if(i=="hide"){e.hide()}a.effects.restore(e,d);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(this,arguments)}e.dequeue()}})})}})(jQuery);;/*
 * jQuery UI Effects Explode 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Effects/Explode
 *
 * Depends:
 *	effects.core.js
 */
(function(a){a.effects.explode=function(b){return this.queue(function(){var k=b.options.pieces?Math.round(Math.sqrt(b.options.pieces)):3;var e=b.options.pieces?Math.round(Math.sqrt(b.options.pieces)):3;b.options.mode=b.options.mode=="toggle"?(a(this).is(":visible")?"hide":"show"):b.options.mode;var h=a(this).show().css("visibility","hidden");var l=h.offset();l.top-=parseInt(h.css("marginTop"),10)||0;l.left-=parseInt(h.css("marginLeft"),10)||0;var g=h.outerWidth(true);var c=h.outerHeight(true);for(var f=0;f<k;f++){for(var d=0;d<e;d++){h.clone().appendTo("body").wrap("<div></div>").css({position:"absolute",visibility:"visible",left:-d*(g/e),top:-f*(c/k)}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:g/e,height:c/k,left:l.left+d*(g/e)+(b.options.mode=="show"?(d-Math.floor(e/2))*(g/e):0),top:l.top+f*(c/k)+(b.options.mode=="show"?(f-Math.floor(k/2))*(c/k):0),opacity:b.options.mode=="show"?0:1}).animate({left:l.left+d*(g/e)+(b.options.mode=="show"?0:(d-Math.floor(e/2))*(g/e)),top:l.top+f*(c/k)+(b.options.mode=="show"?0:(f-Math.floor(k/2))*(c/k)),opacity:b.options.mode=="show"?1:0},b.duration||500)}}setTimeout(function(){b.options.mode=="show"?h.css({visibility:"visible"}):h.css({visibility:"visible"}).hide();if(b.callback){b.callback.apply(h[0])}h.dequeue();a("div.ui-effects-explode").remove()},b.duration||500)})}})(jQuery);;/*
 * jQuery UI Effects Fold 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Effects/Fold
 *
 * Depends:
 *	effects.core.js
 */
(function(a){a.effects.fold=function(b){return this.queue(function(){var e=a(this),k=["position","top","left"];var h=a.effects.setMode(e,b.options.mode||"hide");var o=b.options.size||15;var n=!(!b.options.horizFirst);var g=b.duration?b.duration/2:a.fx.speeds._default/2;a.effects.save(e,k);e.show();var d=a.effects.createWrapper(e).css({overflow:"hidden"});var i=((h=="show")!=n);var f=i?["width","height"]:["height","width"];var c=i?[d.width(),d.height()]:[d.height(),d.width()];var j=/([0-9]+)%/.exec(o);if(j){o=parseInt(j[1],10)/100*c[h=="hide"?0:1]}if(h=="show"){d.css(n?{height:0,width:o}:{height:o,width:0})}var m={},l={};m[f[0]]=h=="show"?c[0]:o;l[f[1]]=h=="show"?c[1]:0;d.animate(m,g,b.options.easing).animate(l,g,b.options.easing,function(){if(h=="hide"){e.hide()}a.effects.restore(e,k);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(e[0],arguments)}e.dequeue()})})}})(jQuery);;/*
 * jQuery UI Effects Highlight 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Effects/Highlight
 *
 * Depends:
 *	effects.core.js
 */
(function(a){a.effects.highlight=function(b){return this.queue(function(){var e=a(this),d=["backgroundImage","backgroundColor","opacity"];var h=a.effects.setMode(e,b.options.mode||"show");var c=b.options.color||"#ffff99";var g=e.css("backgroundColor");a.effects.save(e,d);e.show();e.css({backgroundImage:"none",backgroundColor:c});var f={backgroundColor:g};if(h=="hide"){f.opacity=0}e.animate(f,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){if(h=="hide"){e.hide()}a.effects.restore(e,d);if(h=="show"&&a.browser.msie){this.style.removeAttribute("filter")}if(b.callback){b.callback.apply(this,arguments)}e.dequeue()}})})}})(jQuery);;/*
 * jQuery UI Effects Pulsate 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Effects/Pulsate
 *
 * Depends:
 *	effects.core.js
 */
(function(a){a.effects.pulsate=function(b){return this.queue(function(){var d=a(this);var g=a.effects.setMode(d,b.options.mode||"show");var f=b.options.times||5;var e=b.duration?b.duration/2:a.fx.speeds._default/2;if(g=="hide"){f--}if(d.is(":hidden")){d.css("opacity",0);d.show();d.animate({opacity:1},e,b.options.easing);f=f-2}for(var c=0;c<f;c++){d.animate({opacity:0},e,b.options.easing).animate({opacity:1},e,b.options.easing)}if(g=="hide"){d.animate({opacity:0},e,b.options.easing,function(){d.hide();if(b.callback){b.callback.apply(this,arguments)}})}else{d.animate({opacity:0},e,b.options.easing).animate({opacity:1},e,b.options.easing,function(){if(b.callback){b.callback.apply(this,arguments)}})}d.queue("fx",function(){d.dequeue()});d.dequeue()})}})(jQuery);;/*
 * jQuery UI Effects Scale 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Effects/Scale
 *
 * Depends:
 *	effects.core.js
 */
(function(a){a.effects.puff=function(b){return this.queue(function(){var f=a(this);var c=a.extend(true,{},b.options);var h=a.effects.setMode(f,b.options.mode||"hide");var g=parseInt(b.options.percent,10)||150;c.fade=true;var e={height:f.height(),width:f.width()};var d=g/100;f.from=(h=="hide")?e:{height:e.height*d,width:e.width*d};c.from=f.from;c.percent=(h=="hide")?g:100;c.mode=h;f.effect("scale",c,b.duration,b.callback);f.dequeue()})};a.effects.scale=function(b){return this.queue(function(){var g=a(this);var d=a.extend(true,{},b.options);var j=a.effects.setMode(g,b.options.mode||"effect");var h=parseInt(b.options.percent,10)||(parseInt(b.options.percent,10)==0?0:(j=="hide"?0:100));var i=b.options.direction||"both";var c=b.options.origin;if(j!="effect"){d.origin=c||["middle","center"];d.restore=true}var f={height:g.height(),width:g.width()};g.from=b.options.from||(j=="show"?{height:0,width:0}:f);var e={y:i!="horizontal"?(h/100):1,x:i!="vertical"?(h/100):1};g.to={height:f.height*e.y,width:f.width*e.x};if(b.options.fade){if(j=="show"){g.from.opacity=0;g.to.opacity=1}if(j=="hide"){g.from.opacity=1;g.to.opacity=0}}d.from=g.from;d.to=g.to;d.mode=j;g.effect("size",d,b.duration,b.callback);g.dequeue()})};a.effects.size=function(b){return this.queue(function(){var c=a(this),n=["position","top","left","width","height","overflow","opacity"];var m=["position","top","left","overflow","opacity"];var j=["width","height","overflow"];var p=["fontSize"];var k=["borderTopWidth","borderBottomWidth","paddingTop","paddingBottom"];var f=["borderLeftWidth","borderRightWidth","paddingLeft","paddingRight"];var g=a.effects.setMode(c,b.options.mode||"effect");var i=b.options.restore||false;var e=b.options.scale||"both";var o=b.options.origin;var d={height:c.height(),width:c.width()};c.from=b.options.from||d;c.to=b.options.to||d;if(o){var h=a.effects.getBaseline(o,d);c.from.top=(d.height-c.from.height)*h.y;c.from.left=(d.width-c.from.width)*h.x;c.to.top=(d.height-c.to.height)*h.y;c.to.left=(d.width-c.to.width)*h.x}var l={from:{y:c.from.height/d.height,x:c.from.width/d.width},to:{y:c.to.height/d.height,x:c.to.width/d.width}};if(e=="box"||e=="both"){if(l.from.y!=l.to.y){n=n.concat(k);c.from=a.effects.setTransition(c,k,l.from.y,c.from);c.to=a.effects.setTransition(c,k,l.to.y,c.to)}if(l.from.x!=l.to.x){n=n.concat(f);c.from=a.effects.setTransition(c,f,l.from.x,c.from);c.to=a.effects.setTransition(c,f,l.to.x,c.to)}}if(e=="content"||e=="both"){if(l.from.y!=l.to.y){n=n.concat(p);c.from=a.effects.setTransition(c,p,l.from.y,c.from);c.to=a.effects.setTransition(c,p,l.to.y,c.to)}}a.effects.save(c,i?n:m);c.show();a.effects.createWrapper(c);c.css("overflow","hidden").css(c.from);if(e=="content"||e=="both"){k=k.concat(["marginTop","marginBottom"]).concat(p);f=f.concat(["marginLeft","marginRight"]);j=n.concat(k).concat(f);c.find("*[width]").each(function(){child=a(this);if(i){a.effects.save(child,j)}var q={height:child.height(),width:child.width()};child.from={height:q.height*l.from.y,width:q.width*l.from.x};child.to={height:q.height*l.to.y,width:q.width*l.to.x};if(l.from.y!=l.to.y){child.from=a.effects.setTransition(child,k,l.from.y,child.from);child.to=a.effects.setTransition(child,k,l.to.y,child.to)}if(l.from.x!=l.to.x){child.from=a.effects.setTransition(child,f,l.from.x,child.from);child.to=a.effects.setTransition(child,f,l.to.x,child.to)}child.css(child.from);child.animate(child.to,b.duration,b.options.easing,function(){if(i){a.effects.restore(child,j)}})})}c.animate(c.to,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){if(g=="hide"){c.hide()}a.effects.restore(c,i?n:m);a.effects.removeWrapper(c);if(b.callback){b.callback.apply(this,arguments)}c.dequeue()}})})}})(jQuery);;/*
 * jQuery UI Effects Shake 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Effects/Shake
 *
 * Depends:
 *	effects.core.js
 */
(function(a){a.effects.shake=function(b){return this.queue(function(){var e=a(this),l=["position","top","left"];var k=a.effects.setMode(e,b.options.mode||"effect");var n=b.options.direction||"left";var c=b.options.distance||20;var d=b.options.times||3;var g=b.duration||b.options.duration||140;a.effects.save(e,l);e.show();a.effects.createWrapper(e);var f=(n=="up"||n=="down")?"top":"left";var p=(n=="up"||n=="left")?"pos":"neg";var h={},o={},m={};h[f]=(p=="pos"?"-=":"+=")+c;o[f]=(p=="pos"?"+=":"-=")+c*2;m[f]=(p=="pos"?"-=":"+=")+c*2;e.animate(h,g,b.options.easing);for(var j=1;j<d;j++){e.animate(o,g,b.options.easing).animate(m,g,b.options.easing)}e.animate(o,g,b.options.easing).animate(h,g/2,b.options.easing,function(){a.effects.restore(e,l);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(this,arguments)}});e.queue("fx",function(){e.dequeue()});e.dequeue()})}})(jQuery);;/*
 * jQuery UI Effects Slide 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Effects/Slide
 *
 * Depends:
 *	effects.core.js
 */
(function(a){a.effects.slide=function(b){return this.queue(function(){var e=a(this),d=["position","top","left"];var i=a.effects.setMode(e,b.options.mode||"show");var h=b.options.direction||"left";a.effects.save(e,d);e.show();a.effects.createWrapper(e).css({overflow:"hidden"});var f=(h=="up"||h=="down")?"top":"left";var c=(h=="up"||h=="left")?"pos":"neg";var j=b.options.distance||(f=="top"?e.outerHeight({margin:true}):e.outerWidth({margin:true}));if(i=="show"){e.css(f,c=="pos"?-j:j)}var g={};g[f]=(i=="show"?(c=="pos"?"+=":"-="):(c=="pos"?"-=":"+="))+j;e.animate(g,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){if(i=="hide"){e.hide()}a.effects.restore(e,d);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(this,arguments)}e.dequeue()}})})}})(jQuery);;/*
 * jQuery UI Effects Transfer 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Effects/Transfer
 *
 * Depends:
 *	effects.core.js
 */
(function(a){a.effects.transfer=function(b){return this.queue(function(){var f=a(this),h=a(b.options.to),e=h.offset(),g={top:e.top,left:e.left,height:h.innerHeight(),width:h.innerWidth()},d=f.offset(),c=a('<div class="ui-effects-transfer"></div>').appendTo(document.body).addClass(b.options.className).css({top:d.top,left:d.left,height:f.innerHeight(),width:f.innerWidth(),position:"absolute"}).animate(g,b.duration,b.options.easing,function(){c.remove();(b.callback&&b.callback.apply(f[0],arguments));f.dequeue()})})}})(jQuery);;

// Script [noConflict]
$JQ = jQuery.noConflict();

// Script [libs/class.js]
JS={extend:function(a,b){b=b||{};for(var c in b){if(a[c]===b[c])continue;a[c]=b[c]}return a},makeFunction:function(){return function(){return this.initialize?(this.initialize.apply(this,arguments)||this):this}},makeBridge:function(a){var b=function(){};b.prototype=a.prototype;return new b},delegate:function(a,b){return function(){return this[a][b].apply(this[a],arguments)}},bind:function(){var a=JS.array(arguments),b=a.shift(),c=a.shift()||null;return function(){return b.apply(c,a.concat(JS.array(arguments)))}},callsSuper:function(a){return a.SUPER===undefined?a.SUPER=/\bcallSuper\b/.test(a.toString()):a.SUPER},mask:function(a){var b=a.toString().replace(/callSuper/g,'super');a.toString=function(){return b};return a},array:function(a){if(!a)return[];if(a.toArray)return a.toArray();var b=a.length,c=[];while(b--)c[b]=a[b];return c},indexOf:function(a,b){for(var c=0,d=a.length;c<d;c++){if(a[c]===b)return c}return-1},isFn:function(a){return a instanceof Function},ignore:function(a,b){return/^(include|extend)$/.test(a)&&typeof b==='object'}};JS.Module=JS.makeFunction();JS.extend(JS.Module.prototype,{initialize:function(a,b){b=b||{};this.__mod__=this;this.__inc__=[];this.__fns__={};this.__dep__=[];this.__res__=b._1||null;this.include(a||{})},define:function(a,b,c){c=c||{};this.__fns__[a]=b;if(JS.Module._0&&c._0&&JS.isFn(b))JS.Module._0(a,c._0);var d=this.__dep__.length;while(d--)this.__dep__[d].resolve()},instanceMethod:function(a){var b=this.lookup(a).pop();return JS.isFn(b)?b:null},include:function(a,b,c){if(!a)return c&&this.resolve();b=b||{};var d=a.include,f=a.extend,e,g,j,h,i=b._4||this;if(a.__inc__&&a.__fns__){this.__inc__.push(a);a.__dep__.push(this);if(b._2)a.extended&&a.extended(b._2);else a.included&&a.included(i)}else{if(b._5){for(h in a){if(JS.ignore(h,a[h]))continue;this.define(h,a[h],{_0:i||b._2||this})}}else{if(typeof d==='object'){e=[].concat(d);for(g=0,j=e.length;g<j;g++)i.include(e[g],b)}if(typeof f==='object'){e=[].concat(f);for(g=0,j=e.length;g<j;g++)i.extend(e[g],false);i.extend()}b._5=true;return i.include(a,b,c)}}c&&this.resolve()},includes:function(a){if(Object===a||this===a||this.__res__===a.prototype)return true;var b=this.__inc__.length;while(b--){if(this.__inc__[b].includes(a))return true}return false},ancestors:function(a){a=a||[];for(var b=0,c=this.__inc__.length;b<c;b++)this.__inc__[b].ancestors(a);var d=(this.__res__||{}).klass,f=(d&&this.__res__===d.prototype)?d:this;if(JS.indexOf(a,f)===-1)a.push(f);return a},lookup:function(a){var b=this.ancestors(),c=[],d,f,e;for(d=0,f=b.length;d<f;d++){e=b[d].__mod__.__fns__[a];if(e)c.push(e)}return c},make:function(a,b){if(!JS.isFn(b)||!JS.callsSuper(b))return b;var c=this;return function(){return c.chain(this,a,arguments)}},chain:JS.mask(function(c,d,f){var e=this.lookup(d),g=e.length-1,j=c.callSuper,h=JS.array(f),i;c.callSuper=function(){var a=arguments.length;while(a--)h[a]=arguments[a];g-=1;var b=e[g].apply(c,h);g+=1;return b};i=e.pop().apply(c,h);j?c.callSuper=j:delete c.callSuper;return i}),resolve:function(a){var a=a||this,b=a.__res__,c,d,f,e;if(a===this){c=this.__dep__.length;while(c--)this.__dep__[c].resolve()}if(!b)return;for(c=0,d=this.__inc__.length;c<d;c++)this.__inc__[c].resolve(a);for(f in this.__fns__){e=a.make(f,this.__fns__[f]);if(b[f]!==e)b[f]=e}}});JS.ObjectMethods=new JS.Module({__eigen__:function(){if(this.__meta__)return this.__meta__;var a=this.__meta__=new JS.Module({},{_1:this});a.include(this.klass.__mod__);return a},extend:function(a,b){return this.__eigen__().include(a,{_2:this},b!==false)},isA:function(a){return this.__eigen__().includes(a)},method:function(a){var b=this,c=b.__mcache__=b.__mcache__||{};if((c[a]||{}).fn===b[a])return c[a].bd;return(c[a]={fn:b[a],bd:JS.bind(b[a],b)}).bd}});JS.Class=JS.makeFunction();JS.extend(JS.Class.prototype=JS.makeBridge(JS.Module),{initialize:function(a,b){var c=JS.extend(JS.makeFunction(),this);c.klass=c.constructor=this.klass;if(!JS.isFn(a)){b=a;a=Object}c.inherit(a);c.include(b,null,false);c.resolve();do{a.inherited&&a.inherited(c)}while(a=a.superclass);return c},inherit:function(a){this.superclass=a;if(this.__eigen__){this.__eigen__().include(a.__eigen__?a.__eigen__():new JS.Module(a.prototype));this.__meta__.resolve()}this.subclasses=[];(a.subclasses||[]).push(this);var b=this.prototype=JS.makeBridge(a);b.klass=b.constructor=this;this.__mod__=new JS.Module({},{_1:this.prototype});this.include(JS.ObjectMethods,null,false);if(a!==Object)this.include(a.__mod__||new JS.Module(a.prototype,{_1:a.prototype}),null,false)},include:function(a,b,c){if(!a)return;var d=this.__mod__,b=b||{};b._4=this;return d.include(a,b,c!==false)},extend:function(a){if(!this.callSuper)return;this.callSuper();var b=this.subclasses.length;while(b--)this.subclasses[b].extend()},define:function(){var a=this.__mod__;a.define.apply(a,arguments);a.resolve()},includes:JS.delegate('__mod__','includes'),ancestors:JS.delegate('__mod__','ancestors'),resolve:JS.delegate('__mod__','resolve')});JS.Module=JS.extend(new JS.Class(JS.Module.prototype),JS.ObjectMethods.__fns__);JS.Module.include(JS.ObjectMethods);JS.Class=JS.extend(new JS.Class(JS.Module,JS.Class.prototype),JS.ObjectMethods.__fns__);JS.Module.klass=JS.Module.constructor=JS.Class.klass=JS.Class.constructor=JS.Class;JS.Module.extend({_3:[],methodAdded:function(a,b){this._3.push([a,b])},_0:function(a,b){var c=this._3,d=c.length;while(d--)c[d][0].call(c[d][1]||null,a,b)}});JS.extend(JS,{Interface:new JS.Class({initialize:function(d){this.test=function(a,b){var c=d.length;while(c--){if(!JS.isFn(a[d[c]]))return b?d[c]:false}return true}},extend:{ensure:function(){var a=JS.array(arguments),b=a.shift(),c,d;while(c=a.shift()){d=c.test(b,true);if(d!==true)throw new Error('object does not implement '+d+'()');}}}}),Singleton:new JS.Class({initialize:function(a,b){return new(new JS.Class(a,b))}})});

// Script [libs/cufon.js]
var Cufon = {
	now : function() {
	},
	registerFont : function() {
	},
	replace : function() {
	}
};

// Script [tv24.arial.js]
Cufon.registerFont({"w":1139,"face":{"font-family":"Arial","font-weight":400,"font-stretch":"normal","units-per-em":"2048","panose-1":"2 11 6 4 2 2 2 2 2 4","ascent":"1638","descent":"-410","x-height":"24","bbox":"-94 -1836 2005 432.648","underline-thickness":"150","underline-position":"-142","unicode-range":"U+0020-U+017F"},"glyphs":{" ":{"w":569,"k":{"Y":37,"T":37,"A":113}},"\u00a0":{"w":569},"!":{"d":"231,-364r-55,-777r0,-325r223,0r0,325r-52,777r-116,0xm184,0r0,-205r207,0r0,205r-207,0","w":569},"\"":{"d":"144,-947r-50,-279r0,-240r205,0r0,240r-45,279r-110,0xm475,-947r-49,-279r0,-240r205,0r0,240r-48,279r-108,0","w":727},"#":{"d":"103,25r87,-426r-169,0r0,-149r199,0r74,-363r-273,0r0,-149r303,0r87,-429r150,0r-87,429r315,0r87,-429r151,0r-87,429r173,0r0,149r-203,0r-75,363r278,0r0,149r-308,0r-87,426r-150,0r86,-426r-314,0r-87,426r-150,0xm370,-550r314,0r75,-363r-315,0"},"$":{"d":"1014,-575v110,303,-103,604,-398,604r0,182r-106,0r0,-180v-271,-26,-409,-168,-437,-438r181,-34v21,185,107,296,256,320r0,-573v-134,-28,-300,-100,-360,-219v-29,-58,-46,-121,-46,-193v0,-236,153,-392,406,-409r0,-86r106,0r0,86v228,19,360,153,391,361r-186,28v-20,-136,-81,-210,-205,-237r0,519v171,42,227,60,317,143v37,34,63,77,81,126xm510,-1365v-127,16,-226,111,-226,245v0,152,87,211,226,253r0,-498xm616,-121v136,-15,247,-132,242,-284v-6,-172,-82,-207,-242,-264r0,548"},"%":{"d":"429,-716v-202,0,-310,-163,-310,-398v0,-201,106,-381,308,-377v203,4,319,159,319,388v0,223,-120,387,-317,387xm589,-1110v0,-155,-39,-257,-157,-257v-122,0,-156,106,-156,271v0,154,39,256,156,256v123,0,157,-105,157,-270xm433,54r802,-1545r146,0r-799,1545r-149,0xm1377,54v-201,0,-310,-164,-310,-398v0,-202,105,-382,309,-377v203,4,319,159,319,388v0,223,-120,387,-318,387xm1538,-340v0,-155,-39,-257,-157,-257v-123,0,-157,105,-157,271v0,153,40,256,156,256v124,0,158,-105,158,-270","w":1821},"&":{"d":"636,-1491v187,0,341,137,341,313v0,139,-92,258,-277,357r263,335v30,-59,53,-127,70,-204r187,40v-32,128,-75,233,-130,316v67,89,144,164,229,225r-121,143v-73,-47,-148,-116,-225,-207v-104,115,-228,191,-421,198v-253,9,-462,-189,-464,-429v0,-91,30,-173,88,-246v58,-73,145,-137,261,-192v-99,-121,-158,-171,-165,-322v-8,-181,171,-327,364,-327xm627,-1343v-118,0,-210,117,-153,233v29,60,90,121,133,173v119,-76,177,-101,186,-236v6,-96,-72,-170,-166,-170xm860,-315r-330,-409v-97,58,-163,112,-197,162v-78,116,-63,218,20,332v80,111,241,124,369,46v57,-35,103,-78,138,-131","w":1366},"'":{"d":"136,-947r-46,-274r0,-245r205,0r0,245r-48,274r-111,0","w":391},"(":{"d":"124,-531v5,-419,153,-682,355,-960r129,0v-146,253,-198,327,-256,585v-118,522,-5,898,256,1337r-129,0v-179,-228,-359,-574,-355,-962","w":682},")":{"d":"608,-531v5,386,-178,735,-355,962r-129,0v199,-320,299,-640,299,-961v-1,-246,-56,-478,-138,-661v-26,-60,-80,-160,-161,-300r129,0v203,280,349,539,355,960","w":682},"*":{"d":"64,-1197r46,-142v106,37,183,70,231,97v-13,-121,-19,-204,-20,-249r145,0v-2,66,-10,149,-23,248v69,-35,147,-67,236,-96r46,142v-85,28,-168,47,-249,56v41,35,98,98,172,189r-120,85v-39,-53,-84,-124,-137,-215v-49,94,-93,166,-130,215r-118,-85v77,-95,133,-158,166,-189v-86,-17,-168,-35,-245,-56","w":797},"+":{"d":"513,-237r0,-402r-399,0r0,-168r399,0r0,-399r170,0r0,399r399,0r0,168r-399,0r0,402r-170,0","w":1196},",":{"d":"182,0r0,-205r205,0v-3,139,14,301,-40,387v-28,45,-69,83,-127,108r-50,-77v80,-37,110,-96,114,-213r-102,0","w":569},"-":{"d":"65,-440r0,-181r553,0r0,181r-553,0","w":682},"\u00ad":{"d":"65,-440r0,-181r553,0r0,181r-553,0","w":682},".":{"d":"186,0r0,-205r205,0r0,205r-205,0","w":569},"\/":{"d":"0,25r425,-1516r144,0r-424,1516r-145,0","w":569},"0":{"d":"85,-723v0,-316,57,-526,213,-663v112,-98,331,-113,472,-38v126,68,196,193,238,354v49,187,40,597,-20,764v-69,190,-188,331,-425,331v-141,0,-252,-51,-333,-152v-97,-122,-145,-321,-145,-596xm270,-723v0,241,29,400,84,481v107,158,311,158,418,-1v55,-81,84,-240,84,-480v0,-241,-30,-400,-84,-481v-99,-150,-309,-160,-409,-14v-61,90,-93,254,-93,495"},"1":{"d":"223,-1104v172,-78,346,-219,424,-368r116,0r0,1472r-180,0r0,-1147v-78,77,-249,176,-360,217r0,-174","k":{"1":152}},"2":{"d":"572,-1472v324,-8,547,272,421,580v-24,57,-66,114,-119,179v-67,82,-406,361,-486,443v-31,32,-56,64,-76,97r719,0r0,173r-969,0v3,-145,63,-224,140,-320v53,-65,132,-138,235,-222v159,-131,267,-234,323,-310v56,-76,84,-149,84,-217v1,-146,-122,-254,-276,-254v-175,0,-289,116,-287,294r-185,-19v22,-268,191,-417,476,-424"},"3":{"d":"1046,-433v0,259,-225,459,-494,459v-257,0,-447,-177,-466,-413r180,-24v34,174,112,282,287,288v166,6,302,-138,302,-306v0,-163,-124,-288,-287,-285v-34,0,-76,7,-127,20r20,-158v171,13,328,-72,328,-243v0,-132,-104,-232,-240,-229v-159,4,-244,108,-265,264r-180,-32v37,-224,194,-380,441,-380v241,0,429,147,429,381v0,148,-86,246,-202,297v165,36,274,165,274,361"},"4":{"d":"662,0r0,-351r-636,0r0,-165r669,-950r147,0r0,950r198,0r0,165r-198,0r0,351r-180,0xm662,-516r0,-661r-459,661r459,0"},"5":{"d":"1057,-497v0,291,-212,522,-501,522v-265,0,-450,-167,-471,-409r189,-16v22,163,118,275,282,277v182,2,310,-160,310,-358v0,-197,-123,-332,-313,-332v-122,0,-218,64,-267,142r-169,-22r142,-753r729,0r0,172r-585,0r-79,394v88,-61,180,-92,277,-92v257,0,456,209,456,475"},"6":{"d":"1045,-476v-9,286,-171,501,-459,501v-150,0,-272,-55,-367,-165v-95,-110,-142,-293,-142,-546v0,-283,52,-489,157,-618v91,-112,214,-168,369,-168v237,-1,391,148,416,365r-179,14v-27,-145,-109,-231,-248,-231v-155,0,-232,106,-285,229v-34,79,-50,192,-51,339v73,-115,192,-192,356,-195v246,-4,441,214,433,475xm576,-792v-167,-1,-296,140,-292,317v5,191,113,352,299,352v166,0,278,-154,278,-342v0,-187,-112,-326,-285,-327"},"7":{"d":"302,0v24,-494,261,-988,513,-1274r-718,0r0,-173r949,0r0,140v-192,204,-400,583,-490,904v-34,123,-59,257,-69,403r-185,0"},"8":{"d":"83,-424v1,-201,111,-329,279,-371v-133,-48,-218,-137,-220,-299v-3,-221,184,-378,421,-378v238,0,428,161,426,383v-2,156,-88,247,-216,294v164,52,274,176,276,376v3,257,-211,444,-483,444v-274,0,-484,-188,-483,-449xm565,-1324v-130,0,-239,100,-239,224v0,138,102,236,241,236v132,0,237,-99,237,-226v0,-130,-107,-234,-239,-234xm562,-717v-165,0,-297,129,-294,294v3,175,123,297,300,300v168,3,297,-126,297,-294v0,-170,-133,-300,-303,-300"},"9":{"d":"85,-977v0,-282,192,-498,461,-495v215,2,369,130,442,296v81,183,73,671,0,860v-76,196,-220,339,-464,341v-237,2,-387,-145,-412,-364r173,-16v25,144,93,232,243,232v198,0,271,-135,315,-311v21,-85,30,-163,26,-256v-64,104,-192,192,-350,193v-251,1,-434,-212,-434,-480xm563,-656v176,-1,286,-139,286,-330v0,-187,-114,-337,-281,-337v-170,0,-298,164,-298,352v0,177,125,316,293,315"},":":{"d":"185,-857r0,-205r205,0r0,205r-205,0xm185,0r0,-205r205,0r0,205r-205,0","w":569},";":{"d":"182,-857r0,-205r205,0r0,205r-205,0xm182,0r0,-205r205,0v-3,139,14,301,-40,387v-28,45,-69,83,-127,108r-50,-77v80,-37,110,-96,114,-213r-102,0","w":569},"\u037e":{"d":"182,-857r0,-205r205,0r0,205r-205,0xm182,0r0,-205r205,0v-3,139,14,301,-40,387v-28,45,-69,83,-127,108r-50,-77v80,-37,110,-96,114,-213r-102,0","w":569},"<":{"d":"112,-641r0,-168r971,-410r0,179r-770,316r770,319r0,179","w":1196},"=":{"d":"1082,-862r-968,0r0,-168r968,0r0,168xm1082,-417r-968,0r0,-168r968,0r0,168","w":1196},">":{"d":"1083,-641r-971,415r0,-179r769,-319r-769,-316r0,-179r971,410r0,168","w":1196},"?":{"d":"565,-1491v325,-10,578,280,426,577v-28,55,-89,119,-176,197v-128,116,-165,136,-170,356r-173,0v-10,-262,79,-343,230,-479v97,-87,142,-112,149,-239v7,-141,-135,-269,-283,-264v-178,6,-267,119,-293,297r-185,-22v29,-261,194,-414,475,-423xm461,0r0,-205r205,0r0,205r-205,0"},"@":{"d":"1354,4v-125,0,-185,-42,-193,-167v-72,83,-174,166,-307,166v-229,0,-360,-207,-362,-449v-2,-224,140,-467,284,-558v82,-51,159,-80,235,-80v142,0,240,80,302,184r34,-155r179,0r-144,671v-20,93,-30,145,-30,155v-1,36,33,66,70,66v35,0,81,-21,139,-61v136,-92,247,-281,247,-492v0,-394,-312,-631,-715,-631v-506,0,-828,360,-834,862v-6,514,350,762,861,768v327,4,576,-125,704,-302r181,0v-82,160,-274,316,-470,387v-222,81,-582,80,-821,6v-361,-112,-603,-395,-603,-843v0,-390,200,-721,447,-880v257,-165,700,-193,990,-43v222,115,408,360,408,679v0,193,-68,365,-204,515v-121,135,-254,202,-398,202xm1256,-649v9,-209,-173,-354,-352,-253v-129,73,-219,270,-227,468v-8,203,152,357,332,256v139,-78,238,-257,247,-471","w":2079},"A":{"d":"-3,0r563,-1466r209,0r600,1466r-221,0r-171,-444r-613,0r-161,444r-206,0xm420,-602r497,0r-153,-406v-47,-123,-81,-225,-104,-304v-51,254,-160,480,-240,710","w":1366,"k":{"y":37,"w":37,"v":37,"Y":152,"W":76,"V":152,"T":152," ":113}},"B":{"d":"981,-780v160,45,276,166,276,355v0,305,-215,425,-548,425r-559,0r0,-1466r550,0v217,0,346,53,428,182v39,61,58,126,58,193v0,150,-88,256,-205,311xm344,-850v271,-18,651,83,651,-218v0,-101,-53,-180,-135,-204v-106,-31,-360,-18,-516,-21r0,443xm344,-173r365,0v126,1,174,-10,244,-47v97,-50,140,-242,61,-348v-68,-91,-160,-109,-331,-109r-339,0r0,504","w":1366},"C":{"d":"775,-141v242,0,385,-152,429,-373r194,49v-71,291,-272,490,-607,490v-328,0,-510,-141,-611,-376v-52,-122,-78,-253,-78,-393v1,-452,256,-747,692,-747v310,0,508,174,579,427r-191,45v-61,-191,-167,-303,-392,-306v-338,-4,-488,250,-488,580v0,246,69,444,224,535v77,46,160,69,249,69","w":1479},"D":{"d":"158,0r0,-1466v243,5,570,-23,766,21v302,68,444,334,446,704v2,301,-99,524,-272,643v-99,68,-240,98,-411,98r-529,0xm665,-173v389,13,496,-206,505,-571v6,-271,-91,-448,-259,-519v-112,-47,-385,-27,-559,-30r0,1120r313,0","w":1479},"E":{"d":"162,0r0,-1466r1060,0r0,173r-866,0r0,449r811,0r0,172r-811,0r0,499r900,0r0,173r-1094,0","w":1366},"F":{"d":"168,0r0,-1466r989,0r0,173r-795,0r0,454r688,0r0,173r-688,0r0,666r-194,0","w":1251,"k":{"A":113,".":227,",":227}},"G":{"d":"847,-150v159,4,347,-80,428,-152r0,-273r-431,0r0,-172r621,-1r0,544v-164,130,-349,229,-607,229v-458,0,-749,-290,-749,-751v0,-455,265,-771,734,-765v335,5,536,151,600,435r-175,48v-52,-206,-181,-317,-424,-317v-366,0,-528,239,-535,587v-7,369,195,578,538,588","w":1593},"H":{"d":"164,0r0,-1466r194,0r0,602r762,0r0,-602r194,0r0,1466r-194,0r0,-691r-762,0r0,691r-194,0","w":1479},"I":{"d":"191,0r0,-1466r194,0r0,1466r-194,0","w":569},"J":{"d":"865,-467v8,324,-119,492,-412,492v-267,0,-402,-161,-394,-441r175,-24v8,191,54,292,218,292v172,0,219,-104,219,-308r0,-1010r194,0r0,999","w":1024},"K":{"d":"150,0r0,-1466r194,0r0,727r728,-727r263,0r-615,594r642,872r-256,0r-522,-742r-240,234r0,508r-194,0","w":1366},"L":{"d":"150,0r0,-1466r194,0r0,1293r722,0r0,173r-916,0","k":{"y":76,"Y":152,"W":152,"V":152,"T":152," ":76}},"M":{"d":"152,0r0,-1466r292,0r347,1038r70,217r78,-235r351,-1020r261,0r0,1466r-187,0r0,-1227r-426,1227r-175,0r-424,-1248r0,1248r-187,0","w":1706},"N":{"d":"156,0r0,-1466r199,0r770,1151r0,-1151r186,0r0,1466r-199,0r-770,-1152r0,1152r-186,0","w":1479},"O":{"d":"800,25v-432,0,-691,-312,-701,-739v-10,-457,272,-778,702,-778v440,0,700,311,700,761v0,448,-266,756,-701,756xm1301,-732v-5,-346,-170,-593,-499,-593v-137,0,-255,47,-354,141v-99,94,-149,252,-149,473v0,327,198,570,500,570v314,0,507,-246,502,-591","w":1593},"P":{"d":"158,0r0,-1466r553,0v282,-4,433,45,521,224v85,172,46,390,-74,516v-81,85,-223,130,-430,130r-376,0r0,596r-194,0xm731,-769v224,1,341,-72,346,-267v3,-123,-70,-223,-169,-244v-130,-28,-390,-9,-556,-13r0,524r379,0","w":1366,"k":{"A":152,".":264,",":264," ":37}},"Q":{"d":"1490,-734v0,258,-82,444,-221,577v90,62,173,107,249,136r-57,135v-105,-38,-210,-98,-315,-180v-109,61,-229,91,-360,91v-436,0,-698,-313,-698,-758v0,-446,259,-759,702,-759v439,0,700,310,700,758xm288,-733v0,350,186,588,503,592v69,0,135,-13,196,-39v-61,-39,-125,-67,-192,-84r47,-141v112,31,204,78,277,140v114,-104,171,-260,171,-469v0,-345,-171,-591,-499,-591v-317,0,-503,235,-503,592","w":1593},"R":{"d":"1333,-1066v0,241,-167,370,-413,399v140,66,197,141,278,268r255,399r-244,0r-194,-305v-89,-134,-139,-229,-239,-300v-59,-41,-91,-47,-196,-46r-225,0r0,651r-194,0r0,-1466r650,0v249,2,369,33,461,179v42,66,61,140,61,221xm1133,-1066v0,-161,-124,-238,-314,-238r-464,0r0,485r417,0v218,5,361,-60,361,-247","w":1479,"k":{"Y":37,"W":37,"V":37,"T":37}},"S":{"d":"1259,-414v0,283,-242,438,-542,439v-263,1,-441,-76,-545,-233v-51,-78,-77,-165,-80,-263r183,-16v20,231,188,338,433,338v193,0,364,-71,364,-249v0,-117,-71,-166,-172,-207v-76,-31,-474,-121,-544,-163v-117,-70,-208,-159,-208,-319v0,-269,232,-404,516,-404v315,0,533,145,551,438r-186,14v-22,-191,-138,-282,-357,-281v-117,0,-201,23,-256,64v-94,71,-104,202,-24,286v61,64,535,156,617,198v144,75,250,170,250,358","w":1366},"T":{"d":"531,0r0,-1293r-483,0r0,-173r1162,0r0,173r-485,0r0,1293r-194,0","w":1251,"k":{"y":113,"w":113,"u":76,"s":227,"r":76,"o":227,"i":76,"e":227,"c":227,"a":227,"O":37,"A":152,";":227,":":227,".":227,"-":113,",":227," ":37}},"U":{"d":"724,-150v317,0,396,-126,396,-470r0,-846r194,0r0,847v-3,294,-51,449,-230,563v-87,54,-202,81,-343,81v-417,0,-580,-207,-580,-644r0,-847r194,0r0,846v2,232,24,341,157,421v57,34,129,49,212,49","w":1479},"V":{"d":"577,0r-568,-1466r210,0r381,1065v31,85,56,165,77,240v23,-80,49,-160,79,-240r396,-1065r198,0r-574,1466r-199,0","w":1366,"k":{"y":76,"u":76,"r":76,"o":113,"i":37,"e":113,"a":152,"A":152,";":76,":":76,".":188,"-":113,",":188}},"W":{"d":"414,0r-389,-1466r199,0r223,961v24,101,45,201,62,300v37,-157,59,-247,66,-271r279,-990r234,0r210,742v53,184,91,357,114,519v19,-93,44,-199,73,-319r230,-942r195,0r-402,1466r-187,0r-355,-1289v-15,67,-30,125,-43,172r-311,1117r-198,0","w":1933,"k":{"y":18,"u":37,"r":37,"o":37,"e":37,"a":76,"A":76,";":37,":":37,".":113,"-":37,",":113}},"X":{"d":"9,0r567,-764r-500,-702r231,0r266,376v55,78,95,138,118,180v122,-189,278,-374,411,-556r211,0r-515,691r555,775r-240,0r-369,-523v-21,-30,-42,-63,-64,-98v-143,229,-288,406,-438,621r-233,0","w":1366},"Y":{"d":"571,0r0,-621r-565,-845r236,0r289,442v53,83,103,165,149,248v44,-77,97,-163,160,-259r284,-431r226,0r-585,845r0,621r-194,0","w":1366,"k":{"v":113,"u":113,"q":188,"p":152,"o":188,"i":76,"e":188,"a":152,"A":152,";":133,":":113,".":264,"-":188,",":264," ":37}},"Z":{"d":"41,0r0,-180r751,-939v53,-67,104,-125,152,-174r-818,0r0,-173r1050,0r0,173r-823,1017r-89,103r936,0r0,173r-1159,0","w":1251},"[":{"d":"139,407r0,-1873r397,0r0,149r-217,0r0,1575r217,0r0,149r-397,0","w":569},"\\":{"d":"425,25r-425,-1516r145,0r424,1516r-144,0","w":569},"]":{"d":"436,407r-397,0r0,-149r217,0r0,-1575r-217,0r0,-149r397,0r0,1873","w":569},"^":{"d":"239,-690r-185,0r353,-801r145,0r355,801r-181,0r-247,-597","w":961},"_":{"d":"-31,407r0,-130r1193,0r0,130r-1193,0"},"`":{"d":"465,-1194r-145,0r-231,-280r241,0","w":682},"a":{"d":"995,-445v6,270,-11,308,57,445r-188,0v-19,-37,-31,-81,-36,-131v-115,96,-212,150,-391,155v-213,5,-363,-111,-363,-304v0,-172,117,-269,258,-305v119,-31,406,-52,481,-89v18,-197,-77,-263,-255,-263v-179,0,-237,55,-277,202r-176,-24v41,-230,210,-327,479,-327v221,0,367,58,402,235v17,88,7,287,9,406xm291,-370v-76,130,31,253,189,253v143,0,256,-71,304,-170v24,-50,31,-154,29,-246v-75,43,-348,64,-451,104v-31,12,-56,33,-71,59"},"b":{"d":"1055,-547v9,323,-178,571,-459,571v-125,0,-224,-52,-295,-157r0,133r-167,0r0,-1466r180,0r0,523v76,-95,173,-143,291,-143v304,0,441,229,450,539xm589,-938v-184,0,-290,178,-290,399v0,127,17,219,52,276v57,93,133,139,230,139v187,0,290,-179,290,-408v0,-139,-28,-241,-83,-307v-55,-66,-121,-99,-199,-99"},"c":{"d":"561,-124v161,0,247,-105,267,-265r177,23v-32,227,-196,390,-442,390v-307,0,-483,-221,-483,-551v0,-335,165,-555,484,-559v238,-3,386,130,424,336r-175,27v-28,-126,-104,-215,-242,-215v-210,0,-306,160,-306,406v0,248,88,408,296,408","w":1024},"d":{"d":"519,-1086v134,-2,235,65,293,146r0,-526r179,0r0,1466r-167,0r0,-134v-100,176,-354,204,-530,88v-137,-90,-224,-262,-224,-484v1,-313,147,-551,449,-556xm536,-937v-194,0,-281,169,-281,407v0,136,29,238,86,305v57,67,125,101,203,101v186,0,283,-165,283,-391v0,-145,-28,-252,-84,-320v-56,-68,-125,-102,-207,-102"},"e":{"d":"582,-124v156,0,233,-86,280,-218r186,23v-55,208,-211,343,-467,343v-319,1,-506,-215,-506,-546v0,-333,186,-564,496,-564v316,0,506,247,482,601r-792,0v7,209,124,361,321,361xm864,-633v-10,-189,-122,-302,-291,-305v-172,-3,-295,133,-302,305r593,0"},"f":{"d":"507,-1326v-117,2,-149,43,-150,166r0,98r207,0r0,140r-207,0r0,922r-179,0r0,-922r-159,0r0,-140r159,0v0,-90,-3,-219,19,-272v40,-99,127,-159,275,-157v51,0,107,6,168,18r-27,157v-37,-7,-73,-10,-106,-10","w":569,"k":{"f":37}},"g":{"d":"66,-537v4,-308,152,-549,460,-549v125,0,229,51,310,152r0,-128r166,0r0,918v-2,301,-39,414,-210,515v-152,90,-446,77,-577,-25v-76,-59,-116,-143,-113,-258r175,26v16,124,109,166,244,168v163,2,250,-67,285,-190v9,-37,14,-114,13,-231v-79,93,-177,139,-294,139v-291,0,-463,-252,-459,-537xm539,-937v-186,0,-288,166,-288,387v0,240,92,401,291,401v195,0,292,-161,292,-395v0,-226,-106,-393,-295,-393"},"h":{"d":"596,-931v-191,0,-281,127,-281,350r0,581r-180,0r0,-1466r180,0r0,526v84,-97,190,-146,318,-146v253,0,367,130,367,413r0,673r-180,0r0,-673v1,-168,-69,-258,-224,-258"},"i":{"d":"136,-1259r0,-207r180,0r0,207r-180,0xm136,0r0,-1062r180,0r0,1062r-180,0","w":455},"j":{"d":"134,-1257r0,-209r180,0r0,209r-180,0xm25,273v109,0,109,-67,109,-219r0,-1116r180,0r0,1120v0,131,-20,220,-51,273v-60,101,-221,120,-357,81r34,-153v36,9,64,14,85,14","w":455},"k":{"d":"136,0r0,-1466r180,0r0,836r426,-432r233,0r-406,394r447,668r-222,0r-351,-543r-127,122r0,421r-180,0","w":1024},"l":{"d":"131,0r0,-1466r180,0r0,1466r-180,0","w":455},"m":{"d":"766,-690v-1,-150,-45,-240,-188,-240v-198,0,-263,145,-263,379r0,551r-180,0r0,-1062r161,0r0,149v61,-96,172,-173,322,-173v158,-1,259,70,300,186v84,-124,193,-186,328,-186v220,0,328,125,328,357r0,729r-179,0r0,-669v-2,-131,-9,-184,-81,-232v-30,-20,-67,-29,-108,-29v-169,0,-260,118,-260,313r0,617r-180,0r0,-690","w":1706},"n":{"d":"597,-930v-188,0,-282,115,-282,350r0,580r-180,0r0,-1062r162,0r0,151v100,-163,316,-220,515,-141v102,41,151,112,176,224v7,33,10,92,10,175r0,653r-180,0r0,-646v7,-189,-58,-284,-221,-284"},"o":{"d":"566,24v-313,-1,-498,-220,-498,-555v0,-337,186,-552,498,-555v302,-3,497,222,497,540v0,266,-77,412,-241,505v-78,44,-163,65,-256,65xm566,-937v-205,0,-313,167,-313,406v0,240,107,407,313,407v206,0,312,-170,312,-413v0,-232,-111,-400,-312,-400"},"p":{"d":"594,24v-126,4,-222,-62,-279,-134r0,517r-180,0r0,-1469r164,0r0,138v72,-98,152,-162,308,-162v301,0,448,240,450,547v2,317,-166,554,-463,563xm590,-945v-184,0,-292,191,-292,420v0,137,28,238,83,303v55,65,122,98,201,98v194,0,291,-177,291,-416v0,-135,-27,-237,-83,-304v-56,-67,-123,-101,-200,-101"},"q":{"d":"72,-541v6,-309,152,-545,448,-545v131,0,235,55,310,166r0,-142r162,0r0,1469r-180,0r0,-520v-50,73,-159,138,-278,137v-276,-3,-468,-252,-462,-565xm537,-944v-190,0,-280,174,-280,410v0,137,29,240,86,308v57,68,126,102,206,102v183,0,281,-169,281,-394v0,-141,-30,-248,-88,-319v-58,-71,-126,-107,-205,-107"},"r":{"d":"516,-900v-165,0,-203,175,-203,344r0,556r-180,0r0,-1062r162,0r0,161v69,-116,99,-185,230,-185v61,0,122,19,185,58r-62,167v-44,-26,-88,-39,-132,-39","w":682,"k":{".":113,",":113}},"s":{"d":"945,-312v0,220,-192,335,-428,336v-274,1,-411,-113,-454,-341r178,-28v20,142,111,221,275,221v139,0,244,-58,244,-169v0,-41,-17,-73,-53,-96v-66,-42,-410,-111,-459,-147v-90,-41,-155,-125,-155,-244v0,-211,169,-306,391,-306v237,0,395,83,421,298r-176,24v-17,-113,-97,-174,-232,-174v-133,0,-230,38,-230,137v0,59,40,90,91,111v18,7,71,22,159,46v127,34,217,62,267,84v94,41,161,118,161,248","w":1024},"t":{"d":"347,-301v-2,111,11,147,102,147v20,0,46,-2,79,-7r26,159v-154,37,-322,13,-364,-96v-13,-34,-22,-105,-22,-213r0,-611r-132,0r0,-140r132,0r0,-263r179,-108r0,371r181,0r0,140r-181,0r0,621","w":569},"u":{"d":"831,0r0,-156v-109,167,-313,230,-513,144v-150,-64,-187,-169,-187,-392r0,-658r180,0r0,589v1,177,-1,233,83,301v74,60,204,52,288,0v102,-63,130,-148,130,-321r0,-569r180,0r0,1062r-161,0"},"v":{"d":"430,0r-404,-1062r190,0r228,636v25,69,47,140,68,214v16,-56,38,-123,67,-202r236,-648r185,0r-402,1062r-168,0","w":1024,"k":{".":152,",":152}},"w":{"d":"331,0r-325,-1062r186,0r232,841v3,-11,19,-85,55,-219r169,-622r185,0r212,819r243,-819r175,0r-332,1062r-187,0r-169,-636r-41,-181r-215,817r-188,0","w":1479,"k":{".":113,",":113}},"x":{"d":"15,0r388,-552r-359,-510r225,0r163,249v31,47,55,87,74,119r260,-368r215,0r-367,500r395,562r-221,0r-276,-419r-279,419r-218,0","w":1024},"y":{"d":"127,409r-20,-169v109,34,217,11,258,-60v11,-18,49,-117,71,-178r-403,-1064r194,0r221,615v29,78,54,160,77,246v82,-303,202,-574,301,-861r180,0r-404,1080v-43,117,-79,196,-101,241v-64,132,-198,211,-374,150","w":1024,"k":{".":152,",":152}},"z":{"d":"40,0r0,-146r676,-776v-77,4,-144,6,-203,6r-433,0r0,-146r868,0r0,119r-575,674r-111,123v236,-17,472,-6,718,-9r0,155r-940,0","w":1024},"{":{"d":"224,-530v166,77,208,186,209,450v0,130,1,207,4,232v10,111,69,124,199,122r0,157v-218,13,-325,-50,-358,-221v-16,-84,-10,-430,-31,-508v-23,-88,-85,-149,-190,-151r0,-163v105,-2,168,-61,190,-150v33,-136,0,-486,57,-591v60,-109,150,-147,332,-138r0,157v-166,-1,-203,27,-203,205v0,175,-4,285,-11,331v-27,151,-76,207,-198,268","w":684},"|":{"d":"188,431r0,-1922r157,0r0,1922r-157,0","w":532},"}":{"d":"459,-530v-169,-88,-209,-178,-209,-451v0,-130,-3,-208,-5,-233v-10,-110,-70,-122,-198,-120r0,-157v218,-14,326,50,359,221v16,84,9,431,30,508v24,88,85,148,190,150r0,163v-105,2,-168,63,-190,151v-33,135,2,485,-56,590v-60,109,-151,148,-333,139r0,-157v166,1,203,-27,203,-206v0,-167,3,-272,9,-317v22,-148,81,-230,200,-281","w":684},"~":{"d":"348,-693v-130,0,-168,53,-261,136r0,-205v94,-108,237,-140,404,-102v83,19,244,116,361,116v105,0,200,-73,258,-137r0,212v-76,70,-147,108,-277,114v-164,8,-329,-134,-485,-134","w":1196},"\u00c4":{"d":"-3,0r563,-1466r209,0r600,1466r-221,0r-171,-444r-613,0r-161,444r-206,0xm420,-602r497,0r-153,-406v-47,-123,-81,-225,-104,-304v-51,254,-160,480,-240,710xm379,-1556r0,-205r188,0r0,205r-188,0xm752,-1556r0,-205r188,0r0,205r-188,0","w":1366},"\u00c5":{"d":"662,-1414v-99,0,-181,-85,-181,-187v0,-94,86,-179,180,-179v97,0,180,85,180,183v0,98,-83,183,-179,183xm663,-1707v-56,0,-106,50,-106,107v0,59,49,111,106,111v56,0,106,-52,106,-109v0,-58,-48,-109,-106,-109xm-3,0r563,-1466r209,0r600,1466r-221,0r-171,-444r-613,0r-161,444r-206,0xm420,-602r497,0r-153,-406v-47,-123,-81,-225,-104,-304v-51,254,-160,480,-240,710","w":1366},"\u00c7":{"d":"775,-141v242,0,385,-152,429,-373r194,49v-71,291,-272,490,-607,490v-328,0,-510,-141,-611,-376v-52,-122,-78,-253,-78,-393v1,-452,256,-747,692,-747v310,0,508,174,579,427r-191,45v-61,-191,-167,-303,-392,-306v-338,-4,-488,250,-488,580v0,246,69,444,224,535v77,46,160,69,249,69xm777,221v-12,-64,-70,-63,-157,-67r52,-177r134,0r-33,107v95,8,171,62,171,147v0,124,-130,190,-289,190v-55,0,-103,-4,-144,-12r11,-117v118,6,238,17,255,-71","w":1479},"\u00c9":{"d":"162,0r0,-1466r1060,0r0,173r-866,0r0,449r811,0r0,172r-811,0r0,499r900,0r0,173r-1094,0xm562,-1556r133,-280r236,0r-220,280r-149,0","w":1366},"\u00d1":{"d":"639,-1651v-50,1,-78,39,-76,95r-133,0v-4,-130,80,-228,203,-228v41,0,98,18,169,54v39,20,71,30,94,30v54,0,64,-29,73,-87r130,0v-1,137,-71,225,-196,228v-42,0,-97,-19,-166,-56v-45,-24,-77,-36,-98,-36xm156,0r0,-1466r199,0r770,1151r0,-1151r186,0r0,1466r-199,0r-770,-1152r0,1152r-186,0","w":1479},"\u00d6":{"d":"800,25v-432,0,-691,-312,-701,-739v-10,-457,272,-778,702,-778v440,0,700,311,700,761v0,448,-266,756,-701,756xm1301,-732v-5,-346,-170,-593,-499,-593v-137,0,-255,47,-354,141v-99,94,-149,252,-149,473v0,327,198,570,500,570v314,0,507,-246,502,-591xm516,-1556r0,-205r188,0r0,205r-188,0xm889,-1556r0,-205r188,0r0,205r-188,0","w":1593},"\u00dc":{"d":"724,-150v317,0,396,-126,396,-470r0,-846r194,0r0,847v-3,294,-51,449,-230,563v-87,54,-202,81,-343,81v-417,0,-580,-207,-580,-644r0,-847r194,0r0,846v2,232,24,341,157,421v57,34,129,49,212,49xm454,-1556r0,-205r188,0r0,205r-188,0xm827,-1556r0,-205r188,0r0,205r-188,0","w":1479},"\u00e1":{"d":"995,-445v6,270,-11,308,57,445r-188,0v-19,-37,-31,-81,-36,-131v-115,96,-212,150,-391,155v-213,5,-363,-111,-363,-304v0,-172,117,-269,258,-305v119,-31,406,-52,481,-89v18,-197,-77,-263,-255,-263v-179,0,-237,55,-277,202r-176,-24v41,-230,210,-327,479,-327v221,0,367,58,402,235v17,88,7,287,9,406xm291,-370v-76,130,31,253,189,253v143,0,256,-71,304,-170v24,-50,31,-154,29,-246v-75,43,-348,64,-451,104v-31,12,-56,33,-71,59xm463,-1194r133,-280r236,0r-220,280r-149,0"},"\u00e0":{"d":"995,-445v6,270,-11,308,57,445r-188,0v-19,-37,-31,-81,-36,-131v-115,96,-212,150,-391,155v-213,5,-363,-111,-363,-304v0,-172,117,-269,258,-305v119,-31,406,-52,481,-89v18,-197,-77,-263,-255,-263v-179,0,-237,55,-277,202r-176,-24v41,-230,210,-327,479,-327v221,0,367,58,402,235v17,88,7,287,9,406xm291,-370v-76,130,31,253,189,253v143,0,256,-71,304,-170v24,-50,31,-154,29,-246v-75,43,-348,64,-451,104v-31,12,-56,33,-71,59xm715,-1194r-145,0r-231,-280r241,0"},"\u00e2":{"d":"566,-1364r-113,170r-206,0r216,-280r192,0r225,280r-204,0xm995,-445v6,270,-11,308,57,445r-188,0v-19,-37,-31,-81,-36,-131v-115,96,-212,150,-391,155v-213,5,-363,-111,-363,-304v0,-172,117,-269,258,-305v119,-31,406,-52,481,-89v18,-197,-77,-263,-255,-263v-179,0,-237,55,-277,202r-176,-24v41,-230,210,-327,479,-327v221,0,367,58,402,235v17,88,7,287,9,406xm291,-370v-76,130,31,253,189,253v143,0,256,-71,304,-170v24,-50,31,-154,29,-246v-75,43,-348,64,-451,104v-31,12,-56,33,-71,59"},"\u00e4":{"d":"995,-445v6,270,-11,308,57,445r-188,0v-19,-37,-31,-81,-36,-131v-115,96,-212,150,-391,155v-213,5,-363,-111,-363,-304v0,-172,117,-269,258,-305v119,-31,406,-52,481,-89v18,-197,-77,-263,-255,-263v-179,0,-237,55,-277,202r-176,-24v41,-230,210,-327,479,-327v221,0,367,58,402,235v17,88,7,287,9,406xm291,-370v-76,130,31,253,189,253v143,0,256,-71,304,-170v24,-50,31,-154,29,-246v-75,43,-348,64,-451,104v-31,12,-56,33,-71,59xm283,-1270r0,-205r188,0r0,205r-188,0xm656,-1270r0,-205r188,0r0,205r-188,0"},"\u00e3":{"d":"438,-1314v-50,1,-78,39,-76,95r-133,0v-4,-130,80,-228,203,-228v41,0,98,18,169,54v39,20,71,30,94,30v54,0,64,-29,73,-87r130,0v-1,137,-71,225,-196,228v-42,0,-97,-19,-166,-56v-45,-24,-77,-36,-98,-36xm995,-445v6,270,-11,308,57,445r-188,0v-19,-37,-31,-81,-36,-131v-115,96,-212,150,-391,155v-213,5,-363,-111,-363,-304v0,-172,117,-269,258,-305v119,-31,406,-52,481,-89v18,-197,-77,-263,-255,-263v-179,0,-237,55,-277,202r-176,-24v41,-230,210,-327,479,-327v221,0,367,58,402,235v17,88,7,287,9,406xm291,-370v-76,130,31,253,189,253v143,0,256,-71,304,-170v24,-50,31,-154,29,-246v-75,43,-348,64,-451,104v-31,12,-56,33,-71,59"},"\u00e5":{"d":"564,-1151v-99,0,-181,-85,-181,-187v0,-94,86,-179,180,-179v97,0,180,85,180,183v0,98,-83,183,-179,183xm565,-1444v-56,0,-106,50,-106,107v0,59,49,111,106,111v56,0,106,-52,106,-109v0,-58,-48,-109,-106,-109xm995,-445v6,270,-11,308,57,445r-188,0v-19,-37,-31,-81,-36,-131v-115,96,-212,150,-391,155v-213,5,-363,-111,-363,-304v0,-172,117,-269,258,-305v119,-31,406,-52,481,-89v18,-197,-77,-263,-255,-263v-179,0,-237,55,-277,202r-176,-24v41,-230,210,-327,479,-327v221,0,367,58,402,235v17,88,7,287,9,406xm291,-370v-76,130,31,253,189,253v143,0,256,-71,304,-170v24,-50,31,-154,29,-246v-75,43,-348,64,-451,104v-31,12,-56,33,-71,59"},"\u00e7":{"d":"561,-124v161,0,247,-105,267,-265r177,23v-32,227,-196,390,-442,390v-307,0,-483,-221,-483,-551v0,-335,165,-555,484,-559v238,-3,386,130,424,336r-175,27v-28,-126,-104,-215,-242,-215v-210,0,-306,160,-306,406v0,248,88,408,296,408xm568,201v-12,-64,-70,-63,-157,-67r52,-177r134,0r-33,107v95,8,171,62,171,147v0,124,-130,190,-289,190v-55,0,-103,-4,-144,-12r11,-117v118,6,238,17,255,-71","w":1024},"\u00e9":{"d":"582,-124v156,0,233,-86,280,-218r186,23v-55,208,-211,343,-467,343v-319,1,-506,-215,-506,-546v0,-333,186,-564,496,-564v316,0,506,247,482,601r-792,0v7,209,124,361,321,361xm864,-633v-10,-189,-122,-302,-291,-305v-172,-3,-295,133,-302,305r593,0xm465,-1194r133,-280r236,0r-220,280r-149,0"},"\u00e8":{"d":"582,-124v156,0,233,-86,280,-218r186,23v-55,208,-211,343,-467,343v-319,1,-506,-215,-506,-546v0,-333,186,-564,496,-564v316,0,506,247,482,601r-792,0v7,209,124,361,321,361xm864,-633v-10,-189,-122,-302,-291,-305v-172,-3,-295,133,-302,305r593,0xm686,-1194r-145,0r-231,-280r241,0"},"\u00ea":{"d":"567,-1364r-113,170r-206,0r216,-280r192,0r225,280r-204,0xm582,-124v156,0,233,-86,280,-218r186,23v-55,208,-211,343,-467,343v-319,1,-506,-215,-506,-546v0,-333,186,-564,496,-564v316,0,506,247,482,601r-792,0v7,209,124,361,321,361xm864,-633v-10,-189,-122,-302,-291,-305v-172,-3,-295,133,-302,305r593,0"},"\u00eb":{"d":"582,-124v156,0,233,-86,280,-218r186,23v-55,208,-211,343,-467,343v-319,1,-506,-215,-506,-546v0,-333,186,-564,496,-564v316,0,506,247,482,601r-792,0v7,209,124,361,321,361xm864,-633v-10,-189,-122,-302,-291,-305v-172,-3,-295,133,-302,305r593,0xm284,-1270r0,-205r188,0r0,205r-188,0xm657,-1270r0,-205r188,0r0,205r-188,0"},"\u00ed":{"d":"198,0r0,-1062r180,0r0,1062r-180,0xm189,-1194r133,-280r236,0r-220,280r-149,0","w":569},"\u00ec":{"d":"198,0r0,-1062r180,0r0,1062r-180,0xm411,-1194r-145,0r-231,-280r241,0","w":569},"\u00ee":{"d":"302,-1364r-113,170r-206,0r216,-280r192,0r225,280r-204,0xm198,0r0,-1062r180,0r0,1062r-180,0","w":569},"\u00ef":{"d":"198,0r0,-1062r180,0r0,1062r-180,0xm9,-1270r0,-205r188,0r0,205r-188,0xm382,-1270r0,-205r188,0r0,205r-188,0","w":569},"\u00f1":{"d":"471,-1314v-50,1,-78,39,-76,95r-133,0v-4,-130,80,-228,203,-228v41,0,98,18,169,54v39,20,71,30,94,30v54,0,64,-29,73,-87r130,0v-1,137,-71,225,-196,228v-42,0,-97,-19,-166,-56v-45,-24,-77,-36,-98,-36xm597,-930v-188,0,-282,115,-282,350r0,580r-180,0r0,-1062r162,0r0,151v100,-163,316,-220,515,-141v102,41,151,112,176,224v7,33,10,92,10,175r0,653r-180,0r0,-646v7,-189,-58,-284,-221,-284"},"\u00f3":{"d":"566,24v-313,-1,-498,-220,-498,-555v0,-337,186,-552,498,-555v302,-3,497,222,497,540v0,266,-77,412,-241,505v-78,44,-163,65,-256,65xm566,-937v-205,0,-313,167,-313,406v0,240,107,407,313,407v206,0,312,-170,312,-413v0,-232,-111,-400,-312,-400xm466,-1194r133,-280r236,0r-220,280r-149,0"},"\u00f2":{"d":"566,24v-313,-1,-498,-220,-498,-555v0,-337,186,-552,498,-555v302,-3,497,222,497,540v0,266,-77,412,-241,505v-78,44,-163,65,-256,65xm566,-937v-205,0,-313,167,-313,406v0,240,107,407,313,407v206,0,312,-170,312,-413v0,-232,-111,-400,-312,-400xm687,-1194r-145,0r-231,-280r241,0"},"\u00f4":{"d":"568,-1364r-113,170r-206,0r216,-280r192,0r225,280r-204,0xm566,24v-313,-1,-498,-220,-498,-555v0,-337,186,-552,498,-555v302,-3,497,222,497,540v0,266,-77,412,-241,505v-78,44,-163,65,-256,65xm566,-937v-205,0,-313,167,-313,406v0,240,107,407,313,407v206,0,312,-170,312,-413v0,-232,-111,-400,-312,-400"},"\u00f6":{"d":"566,24v-313,-1,-498,-220,-498,-555v0,-337,186,-552,498,-555v302,-3,497,222,497,540v0,266,-77,412,-241,505v-78,44,-163,65,-256,65xm566,-937v-205,0,-313,167,-313,406v0,240,107,407,313,407v206,0,312,-170,312,-413v0,-232,-111,-400,-312,-400xm285,-1270r0,-205r188,0r0,205r-188,0xm658,-1270r0,-205r188,0r0,205r-188,0"},"\u00f5":{"d":"440,-1314v-50,1,-78,39,-76,95r-133,0v-4,-130,80,-228,203,-228v41,0,98,18,169,54v39,20,71,30,94,30v54,0,64,-29,73,-87r130,0v-1,137,-71,225,-196,228v-42,0,-97,-19,-166,-56v-45,-24,-77,-36,-98,-36xm566,24v-313,-1,-498,-220,-498,-555v0,-337,186,-552,498,-555v302,-3,497,222,497,540v0,266,-77,412,-241,505v-78,44,-163,65,-256,65xm566,-937v-205,0,-313,167,-313,406v0,240,107,407,313,407v206,0,312,-170,312,-413v0,-232,-111,-400,-312,-400"},"\u00fa":{"d":"831,0r0,-156v-109,167,-313,230,-513,144v-150,-64,-187,-169,-187,-392r0,-658r180,0r0,589v1,177,-1,233,83,301v74,60,204,52,288,0v102,-63,130,-148,130,-321r0,-569r180,0r0,1062r-161,0xm453,-1194r133,-280r236,0r-220,280r-149,0"},"\u00f9":{"d":"831,0r0,-156v-109,167,-313,230,-513,144v-150,-64,-187,-169,-187,-392r0,-658r180,0r0,589v1,177,-1,233,83,301v74,60,204,52,288,0v102,-63,130,-148,130,-321r0,-569r180,0r0,1062r-161,0xm728,-1194r-145,0r-231,-280r241,0"},"\u00fb":{"d":"564,-1364r-113,170r-206,0r216,-280r192,0r225,280r-204,0xm831,0r0,-156v-109,167,-313,230,-513,144v-150,-64,-187,-169,-187,-392r0,-658r180,0r0,589v1,177,-1,233,83,301v74,60,204,52,288,0v102,-63,130,-148,130,-321r0,-569r180,0r0,1062r-161,0"},"\u00fc":{"d":"831,0r0,-156v-109,167,-313,230,-513,144v-150,-64,-187,-169,-187,-392r0,-658r180,0r0,589v1,177,-1,233,83,301v74,60,204,52,288,0v102,-63,130,-148,130,-321r0,-569r180,0r0,1062r-161,0xm281,-1270r0,-205r188,0r0,205r-188,0xm654,-1270r0,-205r188,0r0,205r-188,0"},"\u00b0":{"d":"405,-936v-149,0,-277,-128,-277,-278v0,-149,129,-277,277,-277v150,0,278,127,278,277v0,149,-129,278,-278,278xm406,-1383v-91,0,-169,78,-169,169v0,91,78,169,169,169v90,0,168,-79,168,-169v0,-90,-78,-169,-168,-169","w":819},"\u00a2":{"d":"107,-526v0,-334,167,-548,471,-561v24,0,57,3,100,8r113,-387r110,32r-112,387v129,56,196,146,226,297r-175,27v-17,-75,-49,-132,-96,-171r-222,766v186,42,315,-92,333,-261r179,20v-39,253,-257,447,-551,383r-118,395r-112,-32r115,-398v-158,-77,-261,-259,-261,-505xm638,-940v-249,-25,-346,163,-346,405v0,162,37,292,123,358"},"\u00a3":{"d":"597,-1343v-140,-3,-258,109,-258,244v0,74,19,171,57,290r315,0r0,148r-284,0v38,93,16,176,-23,272v-26,65,-73,131,-136,198v53,-15,101,-22,144,-22v108,0,355,66,420,66v49,0,113,-19,192,-56r58,165v-100,40,-137,59,-243,63v-143,5,-294,-95,-441,-90v-111,4,-227,44,-302,93r-69,-173v152,-78,278,-280,213,-516r-196,0r0,-148r154,0v-33,-120,-47,-153,-51,-264v-7,-249,198,-418,454,-418v250,0,412,152,443,379r-179,27v-15,-146,-118,-255,-268,-258"},"\u00a7":{"d":"977,103v0,209,-178,327,-397,328v-254,2,-409,-137,-437,-361r181,-26v34,154,91,226,255,235v158,9,280,-145,181,-268v-41,-51,-156,-129,-340,-245v-163,-102,-225,-128,-302,-264v-102,-180,18,-392,188,-429v-76,-76,-129,-128,-129,-248v0,-181,165,-316,365,-316v251,0,390,124,418,347r-187,19v-25,-142,-72,-211,-215,-218v-146,-8,-267,138,-169,255v37,45,140,117,306,220v171,106,239,135,317,265v25,41,33,89,33,139v0,157,-82,230,-227,286v89,69,159,147,159,281xm394,-858v-85,51,-150,89,-150,194v0,42,16,82,46,120v63,81,339,222,438,300v117,-52,198,-184,95,-307v-56,-67,-350,-238,-429,-307"},"\u00b6":{"d":"1,-1044v2,-271,183,-422,473,-422r633,0r0,173r-144,0r0,1700r-170,0r0,-1700r-223,0r0,1700r-165,0r0,-1045v-236,-8,-405,-168,-404,-406","w":1100},"\u00df":{"d":"576,-1343v-189,11,-243,108,-243,352r0,991r-180,0r0,-999v1,-237,46,-354,193,-436v69,-38,147,-56,234,-56v202,0,366,115,371,287v5,158,-152,271,-152,407v0,21,8,42,22,63v14,21,54,54,121,97v91,59,151,107,181,143v43,51,64,112,64,182v2,189,-165,337,-365,337v-178,0,-307,-112,-363,-241r155,-72v54,96,96,157,205,165v133,10,241,-157,152,-270v-14,-17,-51,-47,-112,-88v-111,-76,-179,-133,-205,-171v-135,-190,122,-353,122,-534v0,-92,-94,-163,-200,-157","w":1251},"\u00ae":{"d":"3,-736v0,-432,324,-755,755,-755v430,0,754,322,754,755v0,432,-320,754,-754,754v-433,0,-755,-321,-755,-754xm1387,-736v0,-360,-270,-630,-629,-630v-359,0,-630,270,-630,630v0,361,269,629,630,629v360,0,629,-268,629,-629xm1015,-1030v97,155,-22,348,-194,348v29,12,52,26,69,43v65,63,158,224,219,320r-160,0v-53,-95,-158,-280,-209,-317v-38,-28,-112,-29,-182,-28r0,345r-131,0r0,-812v220,11,499,-40,588,101xm717,-776v126,0,197,-26,197,-124v0,-53,-34,-91,-76,-107v-50,-20,-196,-13,-280,-14r0,245r159,0","w":1509},"\u00a9":{"d":"3,-736v0,-432,324,-755,755,-755v430,0,754,322,754,755v0,432,-320,754,-754,754v-433,0,-755,-321,-755,-754xm1387,-736v0,-360,-270,-630,-629,-630v-359,0,-630,270,-630,630v0,361,269,629,630,629v360,0,629,-268,629,-629xm752,-421v127,0,224,-84,248,-193r123,36v-36,159,-174,274,-364,274v-242,0,-400,-175,-396,-430v4,-263,146,-423,404,-426v180,-2,301,95,341,236r-119,29v-36,-90,-110,-153,-226,-153v-167,0,-264,132,-264,317v0,185,88,310,253,310","w":1509},"\u00b4":{"d":"222,-1194r133,-280r236,0r-220,280r-149,0","w":682},"\u00a8":{"d":"61,-1270r0,-205r188,0r0,205r-188,0xm434,-1270r0,-205r188,0r0,205r-188,0","w":682},"\u00c6":{"d":"1,0r705,-1466r1203,0r0,173r-737,0r0,451r685,0r0,172r-685,0r0,497r764,0r0,173r-959,0r0,-423r-566,0r-200,423r-210,0xm493,-595r484,0r0,-698r-145,0","w":2048},"\u00d8":{"d":"799,-1491v214,0,311,56,451,159r168,-188r99,84r-176,198v109,161,156,273,156,506v0,447,-266,757,-696,757v-209,0,-310,-49,-451,-154r-168,188r-99,-84r176,-197v-113,-179,-164,-259,-164,-508v0,-452,260,-761,704,-761xm800,-1325v-319,0,-514,235,-505,592v4,169,23,245,89,371r746,-835v-112,-84,-166,-128,-330,-128xm795,-141v311,0,502,-246,502,-586v0,-139,-28,-261,-85,-367r-743,832v95,79,179,121,326,121","w":1593},"\u00b1":{"d":"477,-260r0,-403r-399,0r0,-167r399,0r0,-399r170,0r0,399r399,0r0,167r-399,0r0,403r-170,0xm1046,0r-968,0r0,-168r968,0r0,168","w":1124},"\u00a5":{"d":"477,0r0,-325r-415,0r0,-139r415,0r0,-143r-415,0r0,-148r341,0r-406,-711r200,0r290,516v33,59,58,110,76,154v15,-35,43,-90,82,-163r274,-507r214,0r-405,711r341,0r0,148r-412,0r0,143r412,0r0,139r-412,0r0,325r-180,0"},"\u00b5":{"d":"591,25v-130,0,-184,-42,-253,-132r0,514r-178,0r0,-1469r178,0v4,222,-18,625,26,768v27,89,109,155,219,156v112,1,204,-72,232,-158v44,-137,21,-550,26,-766r177,0r0,1062r-161,0r0,-126v-64,101,-129,151,-266,151","w":1180},"\u00aa":{"d":"379,-1491v200,0,293,63,299,242v5,157,-26,398,40,485r-148,0v-13,-27,-21,-56,-22,-89v-81,71,-167,107,-256,107v-171,0,-295,-142,-229,-303v34,-84,112,-113,228,-130r147,-22v48,-9,80,-16,96,-20v5,-125,-48,-149,-157,-153v-101,-4,-152,41,-166,125r-137,-34v21,-131,136,-208,305,-208xm224,-1029v-69,67,0,163,102,163v97,0,177,-62,199,-135v5,-13,7,-48,8,-103v-40,17,-269,35,-309,75","w":758},"\u00ba":{"d":"45,-1111v0,-222,123,-380,328,-380v203,0,328,158,328,376v0,217,-126,374,-327,375v-203,0,-329,-154,-329,-371xm553,-1120v0,-143,-58,-238,-180,-238v-127,0,-180,93,-180,243v0,146,56,243,180,243v126,0,180,-97,180,-248","w":748},"\u00e6":{"d":"1273,-124v150,-1,242,-95,273,-225r188,24v-60,207,-214,349,-468,349v-194,0,-302,-77,-395,-198v-120,116,-237,193,-440,198v-207,6,-363,-119,-363,-304v0,-131,87,-229,188,-276v101,-47,406,-71,534,-113v9,-190,-45,-272,-235,-268v-172,4,-257,49,-283,204r-175,-21v46,-226,195,-332,460,-332v180,0,299,31,368,143v82,-88,177,-143,341,-143v335,0,483,266,470,601r-767,0v3,183,35,250,143,317v48,30,102,44,161,44xm1553,-633v-15,-190,-104,-304,-288,-304v-177,0,-288,126,-296,304r584,0xm259,-286v0,105,87,168,207,168v149,0,279,-87,312,-199v10,-35,15,-107,15,-216v-53,23,-160,48,-322,73v-131,20,-212,57,-212,174","w":1821},"\u00f8":{"d":"621,-1086v130,0,205,35,298,87r99,-128r96,70r-107,138v87,115,114,207,117,389v8,339,-185,554,-499,554v-106,0,-200,-27,-281,-80r-105,135r-94,-71r108,-141v-182,-175,-153,-671,23,-819v102,-85,213,-134,345,-134xm627,-937v-202,0,-313,170,-313,406v0,100,17,184,52,251r452,-587v-61,-47,-124,-70,-191,-70xm620,-124v209,0,326,-167,320,-408v-2,-107,-11,-154,-47,-238r-449,583v52,42,111,63,176,63","w":1251},"\u00bf":{"d":"733,-1062r0,205r-205,0r0,-205r205,0xm629,429v-326,10,-577,-280,-427,-577v28,-54,89,-118,176,-196v129,-117,165,-136,170,-357r173,0v9,263,-78,344,-229,480v-97,87,-143,111,-149,238v-7,142,134,269,283,264v177,-6,268,-119,293,-296r184,21v-29,258,-195,414,-474,423","w":1251},"\u00a1":{"d":"447,-1062r0,205r-207,0r0,-205r207,0xm400,-697r55,776r0,325r-223,0r0,-325r52,-776r116,0","w":682},"\u00ac":{"d":"1082,-424r-170,0r0,-438r-798,0r0,-168r968,0r0,606","w":1196},"\u00ab":{"d":"340,-528r259,456r-146,0r-319,-456r319,-456r148,0xm727,-528r264,456r-152,0r-313,-456r313,-456r152,0"},"\u00bb":{"d":"791,-528r-261,-456r148,0r319,456r-319,456r-147,0xm404,-528r-264,-456r151,0r314,456r-314,456r-151,0"},"\u00c0":{"d":"-3,0r563,-1466r209,0r600,1466r-221,0r-171,-444r-613,0r-161,444r-206,0xm420,-602r497,0r-153,-406v-47,-123,-81,-225,-104,-304v-51,254,-160,480,-240,710xm824,-1556r-145,0r-231,-280r241,0","w":1366},"\u00c3":{"d":"558,-1651v-50,1,-78,39,-76,95r-133,0v-4,-130,80,-228,203,-228v41,0,98,18,169,54v39,20,71,30,94,30v54,0,64,-29,73,-87r130,0v-1,137,-71,225,-196,228v-42,0,-97,-19,-166,-56v-45,-24,-77,-36,-98,-36xm-3,0r563,-1466r209,0r600,1466r-221,0r-171,-444r-613,0r-161,444r-206,0xm420,-602r497,0r-153,-406v-47,-123,-81,-225,-104,-304v-51,254,-160,480,-240,710","w":1366},"\u00d5":{"d":"675,-1651v-50,1,-78,39,-76,95r-133,0v-4,-130,80,-228,203,-228v41,0,98,18,169,54v39,20,71,30,94,30v54,0,64,-29,73,-87r130,0v-1,137,-71,225,-196,228v-42,0,-97,-19,-166,-56v-45,-24,-77,-36,-98,-36xm800,25v-432,0,-691,-312,-701,-739v-10,-457,272,-778,702,-778v440,0,700,311,700,761v0,448,-266,756,-701,756xm1301,-732v-5,-346,-170,-593,-499,-593v-137,0,-255,47,-354,141v-99,94,-149,252,-149,473v0,327,198,570,500,570v314,0,507,-246,502,-591","w":1593},"\u0152":{"d":"721,25v-399,0,-592,-337,-592,-760v0,-215,47,-394,142,-539v95,-145,245,-217,450,-217v176,0,309,74,400,223r0,-198r831,0r0,173r-650,0r0,448r599,0r0,172r-599,0r0,500r681,0r0,173r-862,0r0,-212v-90,158,-223,237,-400,237xm994,-1192v-121,-151,-306,-191,-471,-77v-144,100,-195,284,-194,549v0,202,40,349,115,446v147,189,405,189,552,0v75,-96,114,-252,114,-471v0,-204,-40,-352,-116,-447","w":2048},"\u0153":{"d":"1386,24v-187,0,-332,-81,-408,-199v-90,117,-209,198,-396,199v-309,2,-504,-218,-500,-542v3,-230,82,-420,236,-502v80,-43,169,-66,266,-66v183,0,328,88,394,203v77,-113,209,-203,389,-203v323,0,500,240,490,603r-784,0v-1,203,126,359,316,359v150,0,238,-91,274,-222r180,26v-53,208,-206,343,-457,344xm577,-938v-210,0,-306,185,-310,405v-5,241,112,409,310,409v196,0,313,-180,313,-411v0,-233,-113,-403,-313,-403xm1667,-631v-11,-181,-114,-307,-289,-307v-172,0,-289,133,-298,307r587,0","w":1933},"\u00f7":{"d":"459,-922r0,-205r205,0r0,205r-205,0xm1046,-639r-968,0r0,-168r968,0r0,168xm459,-319r0,-205r205,0r0,205r-205,0","w":1124},"\u00ff":{"d":"127,409r-20,-169v109,34,217,11,258,-60v11,-18,49,-117,71,-178r-403,-1064r194,0r221,615v29,78,54,160,77,246v82,-303,202,-574,301,-861r180,0r-404,1080v-43,117,-79,196,-101,241v-64,132,-198,211,-374,150xm243,-1270r0,-205r188,0r0,205r-188,0xm616,-1270r0,-205r188,0r0,205r-188,0","w":1024},"\u0178":{"d":"571,0r0,-621r-565,-845r236,0r289,442v53,83,103,165,149,248v44,-77,97,-163,160,-259r284,-431r226,0r-585,845r0,621r-194,0xm397,-1556r0,-205r188,0r0,205r-188,0xm770,-1556r0,-205r188,0r0,205r-188,0","w":1366},"\u00c2":{"d":"664,-1726r-113,170r-206,0r216,-280r192,0r225,280r-204,0xm-3,0r563,-1466r209,0r600,1466r-221,0r-171,-444r-613,0r-161,444r-206,0xm420,-602r497,0r-153,-406v-47,-123,-81,-225,-104,-304v-51,254,-160,480,-240,710","w":1366},"\u00ca":{"d":"707,-1726r-113,170r-206,0r216,-280r192,0r225,280r-204,0xm162,0r0,-1466r1060,0r0,173r-866,0r0,449r811,0r0,172r-811,0r0,499r900,0r0,173r-1094,0","w":1366},"\u00c1":{"d":"-3,0r563,-1466r209,0r600,1466r-221,0r-171,-444r-613,0r-161,444r-206,0xm420,-602r497,0r-153,-406v-47,-123,-81,-225,-104,-304v-51,254,-160,480,-240,710xm541,-1556r133,-280r236,0r-220,280r-149,0","w":1366},"\u00cb":{"d":"162,0r0,-1466r1060,0r0,173r-866,0r0,449r811,0r0,172r-811,0r0,499r900,0r0,173r-1094,0xm425,-1556r0,-205r188,0r0,205r-188,0xm798,-1556r0,-205r188,0r0,205r-188,0","w":1366},"\u00c8":{"d":"162,0r0,-1466r1060,0r0,173r-866,0r0,449r811,0r0,172r-811,0r0,499r900,0r0,173r-1094,0xm850,-1556r-145,0r-231,-280r241,0","w":1366},"\u00cd":{"d":"191,0r0,-1466r194,0r0,1466r-194,0xm141,-1556r133,-280r236,0r-220,280r-149,0","w":569},"\u00ce":{"d":"287,-1726r-113,170r-206,0r216,-280r192,0r225,280r-204,0xm191,0r0,-1466r194,0r0,1466r-194,0","w":569},"\u00cf":{"d":"191,0r0,-1466r194,0r0,1466r-194,0xm4,-1556r0,-205r188,0r0,205r-188,0xm377,-1556r0,-205r188,0r0,205r-188,0","w":569},"\u00cc":{"d":"191,0r0,-1466r194,0r0,1466r-194,0xm430,-1556r-145,0r-231,-280r241,0","w":569},"\u00d3":{"d":"800,25v-432,0,-691,-312,-701,-739v-10,-457,272,-778,702,-778v440,0,700,311,700,761v0,448,-266,756,-701,756xm1301,-732v-5,-346,-170,-593,-499,-593v-137,0,-255,47,-354,141v-99,94,-149,252,-149,473v0,327,198,570,500,570v314,0,507,-246,502,-591xm677,-1556r133,-280r236,0r-220,280r-149,0","w":1593},"\u00d4":{"d":"798,-1726r-113,170r-206,0r216,-280r192,0r225,280r-204,0xm800,25v-432,0,-691,-312,-701,-739v-10,-457,272,-778,702,-778v440,0,700,311,700,761v0,448,-266,756,-701,756xm1301,-732v-5,-346,-170,-593,-499,-593v-137,0,-255,47,-354,141v-99,94,-149,252,-149,473v0,327,198,570,500,570v314,0,507,-246,502,-591","w":1593},"\u00d2":{"d":"800,25v-432,0,-691,-312,-701,-739v-10,-457,272,-778,702,-778v440,0,700,311,700,761v0,448,-266,756,-701,756xm1301,-732v-5,-346,-170,-593,-499,-593v-137,0,-255,47,-354,141v-99,94,-149,252,-149,473v0,327,198,570,500,570v314,0,507,-246,502,-591xm916,-1556r-145,0r-231,-280r241,0","w":1593},"\u00da":{"d":"724,-150v317,0,396,-126,396,-470r0,-846r194,0r0,847v-3,294,-51,449,-230,563v-87,54,-202,81,-343,81v-417,0,-580,-207,-580,-644r0,-847r194,0r0,846v2,232,24,341,157,421v57,34,129,49,212,49xm614,-1556r133,-280r236,0r-220,280r-149,0","w":1479},"\u00db":{"d":"736,-1726r-113,170r-206,0r216,-280r192,0r225,280r-204,0xm724,-150v317,0,396,-126,396,-470r0,-846r194,0r0,847v-3,294,-51,449,-230,563v-87,54,-202,81,-343,81v-417,0,-580,-207,-580,-644r0,-847r194,0r0,846v2,232,24,341,157,421v57,34,129,49,212,49","w":1479},"\u00d9":{"d":"724,-150v317,0,396,-126,396,-470r0,-846r194,0r0,847v-3,294,-51,449,-230,563v-87,54,-202,81,-343,81v-417,0,-580,-207,-580,-644r0,-847r194,0r0,846v2,232,24,341,157,421v57,34,129,49,212,49xm854,-1556r-145,0r-231,-280r241,0","w":1479},"\u0131":{"d":"198,0r0,-1062r180,0r0,1062r-180,0","w":569},"\u00b8":{"d":"373,221v-12,-64,-70,-63,-157,-67r52,-177r134,0r-33,107v95,8,171,62,171,147v0,124,-130,190,-289,190v-55,0,-103,-4,-144,-12r11,-117v118,6,238,17,255,-71","w":682},"\u0141":{"d":"145,-565r-145,123r0,-167r145,-124r0,-733r194,0r0,568r332,-281r0,167r-332,281r0,558r728,0r0,173r-922,0r0,-565"},"\u0142":{"d":"133,-574r-130,110r0,-158r130,-110r0,-734r179,0r0,582r135,-115r0,157r-135,115r0,727r-179,0r0,-574","w":455},"\u0160":{"d":"655,-1660r110,-170r204,0r-225,280r-192,0r-216,-280r206,0xm1259,-414v0,283,-242,438,-542,439v-263,1,-441,-76,-545,-233v-51,-78,-77,-165,-80,-263r183,-16v20,231,188,338,433,338v193,0,364,-71,364,-249v0,-117,-71,-166,-172,-207v-76,-31,-474,-121,-544,-163v-117,-70,-208,-159,-208,-319v0,-269,232,-404,516,-404v315,0,533,145,551,438r-186,14v-22,-191,-138,-282,-357,-281v-117,0,-201,23,-256,64v-94,71,-104,202,-24,286v61,64,535,156,617,198v144,75,250,170,250,358","w":1366},"\u0161":{"d":"507,-1304r110,-170r204,0r-225,280r-192,0r-216,-280r206,0xm945,-312v0,220,-192,335,-428,336v-274,1,-411,-113,-454,-341r178,-28v20,142,111,221,275,221v139,0,244,-58,244,-169v0,-41,-17,-73,-53,-96v-66,-42,-410,-111,-459,-147v-90,-41,-155,-125,-155,-244v0,-211,169,-306,391,-306v237,0,395,83,421,298r-176,24v-17,-113,-97,-174,-232,-174v-133,0,-230,38,-230,137v0,59,40,90,91,111v18,7,71,22,159,46v127,34,217,62,267,84v94,41,161,118,161,248","w":1024},"\u017d":{"d":"635,-1660r110,-170r204,0r-225,280r-192,0r-216,-280r206,0xm41,0r0,-180r751,-939v53,-67,104,-125,152,-174r-818,0r0,-173r1050,0r0,173r-823,1017r-89,103r936,0r0,173r-1159,0","w":1251},"\u017e":{"d":"543,-1304r110,-170r204,0r-225,280r-192,0r-216,-280r206,0xm40,0r0,-146r676,-776v-77,4,-144,6,-203,6r-433,0r0,-146r868,0r0,119r-575,674r-111,123v236,-17,472,-6,718,-9r0,155r-940,0","w":1024},"\u00a6":{"d":"345,-1491r0,790r-157,0r0,-790r157,0xm345,-360r0,791r-157,0r0,-791r157,0","w":532},"\u00d0":{"d":"158,0r0,-667r-161,0r0,-132r161,0r0,-667v243,5,570,-23,766,21v302,68,446,334,446,704v0,388,-154,660,-469,724v-194,39,-510,11,-743,17xm352,-173v176,-4,414,15,541,-27v133,-44,190,-128,238,-260v51,-139,55,-426,1,-558v-79,-194,-185,-275,-472,-275r-308,0r0,494r404,0r0,132r-404,0r0,494","w":1479},"\u00f0":{"d":"737,-1003v-51,-102,-70,-130,-142,-213r-275,127r-44,-103r239,-109v-65,-60,-134,-115,-207,-165r217,0v48,36,90,70,125,102r214,-102r45,102r-172,83v213,245,320,499,320,760v0,317,-195,546,-493,546v-294,-1,-491,-207,-491,-542v0,-315,169,-545,452,-545v99,0,134,19,212,59xm563,-122v196,0,307,-176,307,-407v0,-227,-115,-395,-313,-395v-203,0,-300,171,-300,412v0,229,108,390,306,390"},"\u00dd":{"d":"571,0r0,-621r-565,-845r236,0r289,442v53,83,103,165,149,248v44,-77,97,-163,160,-259r284,-431r226,0r-585,845r0,621r-194,0xm555,-1556r133,-280r236,0r-220,280r-149,0","w":1366},"\u00fd":{"d":"127,409r-20,-169v109,34,217,11,258,-60v11,-18,49,-117,71,-178r-403,-1064r194,0r221,615v29,78,54,160,77,246v82,-303,202,-574,301,-861r180,0r-404,1080v-43,117,-79,196,-101,241v-64,132,-198,211,-374,150xm420,-1194r133,-280r236,0r-220,280r-149,0","w":1024},"\u00de":{"d":"158,0r0,-1466r194,0r0,298r359,0v282,-4,434,46,522,225v85,173,46,389,-75,515v-81,85,-223,130,-430,130r-376,0r0,298r-194,0xm731,-471v223,2,341,-72,346,-266v3,-122,-70,-222,-168,-244v-129,-29,-391,-10,-557,-14r0,524r379,0","w":1366},"\u00fe":{"d":"595,24v-136,0,-196,-46,-280,-134r0,517r-180,0r0,-1873r180,0r0,516v89,-93,145,-136,292,-136v301,0,448,240,450,547v2,317,-166,563,-462,563xm590,-945v-184,0,-292,191,-292,420v0,137,28,238,83,303v55,65,122,98,201,98v194,0,291,-177,291,-416v0,-135,-27,-237,-83,-304v-56,-67,-123,-101,-200,-101"},"\u00d7":{"d":"161,-409r315,-315r-314,-314r122,-122r314,314r313,-313r120,121r-312,313r314,314r-122,122r-314,-314r-315,315","w":1196},"\u00b9":{"d":"107,-1297v88,-29,209,-115,261,-187r108,0r0,751r-145,0r0,-554v-68,54,-143,92,-224,113r0,-123","w":682},"\u00b2":{"d":"352,-1484v171,-2,292,65,292,203v0,56,-24,106,-59,159v-30,45,-259,202,-323,268r386,0r0,121r-623,0v4,-38,20,-76,47,-114v42,-57,111,-121,207,-191v96,-70,152,-115,171,-134v79,-80,21,-201,-101,-194v-100,6,-124,31,-152,114r-151,-16v40,-146,123,-213,306,-216","w":682},"\u00b3":{"d":"646,-946v0,142,-136,231,-304,231v-180,0,-278,-71,-309,-214r146,-15v23,77,70,108,154,112v86,3,156,-55,157,-133v1,-100,-101,-119,-214,-107r22,-110v90,3,156,-31,156,-102v0,-57,-51,-91,-119,-89v-87,2,-113,33,-142,102r-143,-23v55,-134,110,-187,286,-190v162,-3,275,56,275,187v0,85,-61,140,-138,160v102,24,173,82,173,191","w":682},"\u00bd":{"d":"228,57r1101,-1548r157,0r-1101,1548r-157,0xm107,-1297v88,-29,209,-115,261,-187r108,0r0,751r-145,0r0,-554v-68,54,-143,92,-224,113r0,-123xm1376,-720v171,-2,292,65,292,203v0,56,-24,106,-59,159v-30,45,-257,204,-323,268r386,0r0,121r-623,0v4,-37,20,-75,48,-113v42,-58,110,-122,206,-191v96,-69,152,-115,171,-135v78,-80,22,-201,-101,-193v-99,6,-124,31,-152,113r-151,-15v39,-147,123,-214,306,-217","w":1708},"\u00bc":{"d":"252,57r1102,-1548r156,0r-1101,1548r-157,0xm107,-1297v88,-29,209,-115,261,-187r108,0r0,751r-145,0r0,-554v-68,54,-143,92,-224,113r0,-123xm1430,31r0,-154r-383,0r0,-123r405,-474r122,0r0,489r104,0r0,108r-104,0r0,154r-144,0xm1430,-231r0,-263r-230,263r230,0","w":1708},"\u00be":{"d":"252,57r1101,-1548r157,0r-1101,1548r-157,0xm646,-946v0,142,-136,231,-304,231v-180,0,-278,-71,-309,-214r146,-15v23,77,70,108,154,112v86,3,157,-55,157,-133v0,-80,-60,-112,-156,-110v-33,1,-53,3,-58,3r22,-110v90,3,156,-31,156,-102v0,-57,-51,-91,-119,-89v-87,2,-113,33,-142,102r-143,-23v55,-134,110,-187,286,-190v162,-3,275,56,275,187v0,85,-61,140,-138,160v102,24,173,82,173,191xm1429,31r0,-154r-382,0r0,-123r404,-474r123,0r0,489r104,0r0,108r-104,0r0,154r-145,0xm1429,-231r0,-263r-229,263r229,0","w":1708},"\u011e":{"d":"862,-1680v110,0,159,-42,178,-135r123,0v-18,160,-121,259,-295,259v-176,0,-278,-97,-296,-259r123,0v18,86,68,135,167,135xm847,-150v159,4,347,-80,428,-152r0,-273r-431,0r0,-172r621,-1r0,544v-164,130,-349,229,-607,229v-458,0,-749,-290,-749,-751v0,-455,265,-771,734,-765v335,5,536,151,600,435r-175,48v-52,-206,-181,-317,-424,-317v-366,0,-528,239,-535,587v-7,369,195,578,538,588","w":1593},"\u011f":{"d":"564,-1329v110,0,159,-42,178,-135r123,0v-18,160,-121,259,-295,259v-176,0,-278,-97,-296,-259r123,0v18,86,68,135,167,135xm66,-537v4,-308,152,-549,460,-549v125,0,229,51,310,152r0,-128r166,0r0,918v-2,301,-39,414,-210,515v-152,90,-446,77,-577,-25v-76,-59,-116,-143,-113,-258r175,26v16,124,109,166,244,168v163,2,250,-67,285,-190v9,-37,14,-114,13,-231v-79,93,-177,139,-294,139v-291,0,-463,-252,-459,-537xm539,-937v-186,0,-288,166,-288,387v0,240,92,401,291,401v195,0,292,-161,292,-395v0,-226,-106,-393,-295,-393"},"\u0130":{"d":"177,-1556r0,-224r223,0r0,224r-223,0xm191,0r0,-1466r194,0r0,1466r-194,0","w":569},"\u015e":{"d":"1259,-414v0,283,-242,438,-542,439v-263,1,-441,-76,-545,-233v-51,-78,-77,-165,-80,-263r183,-16v20,231,188,338,433,338v193,0,364,-71,364,-249v0,-117,-71,-166,-172,-207v-76,-31,-474,-121,-544,-163v-117,-70,-208,-159,-208,-319v0,-269,232,-404,516,-404v315,0,533,145,551,438r-186,14v-22,-191,-138,-282,-357,-281v-117,0,-201,23,-256,64v-94,71,-104,202,-24,286v61,64,535,156,617,198v144,75,250,170,250,358xm712,211v-12,-64,-70,-63,-157,-67r52,-177r134,0r-33,107v95,8,171,62,171,147v0,124,-130,190,-289,190v-55,0,-103,-4,-144,-12r11,-117v118,6,238,17,255,-71","w":1366},"\u015f":{"d":"945,-312v0,220,-192,335,-428,336v-274,1,-411,-113,-454,-341r178,-28v20,142,111,221,275,221v139,0,244,-58,244,-169v0,-41,-17,-73,-53,-96v-66,-42,-410,-111,-459,-147v-90,-41,-155,-125,-155,-244v0,-211,169,-306,391,-306v237,0,395,83,421,298r-176,24v-17,-113,-97,-174,-232,-174v-133,0,-230,38,-230,137v0,59,40,90,91,111v18,7,71,22,159,46v127,34,217,62,267,84v94,41,161,118,161,248xm532,201v-12,-64,-70,-63,-157,-67r52,-177r134,0r-33,107v95,8,171,62,171,147v0,124,-130,190,-289,190v-55,0,-103,-4,-144,-12r11,-117v118,6,238,17,255,-71","w":1024},"\u0106":{"d":"775,-141v242,0,385,-152,429,-373r194,49v-71,291,-272,490,-607,490v-328,0,-510,-141,-611,-376v-52,-122,-78,-253,-78,-393v1,-452,256,-747,692,-747v310,0,508,174,579,427r-191,45v-61,-191,-167,-303,-392,-306v-338,-4,-488,250,-488,580v0,246,69,444,224,535v77,46,160,69,249,69xm663,-1556r133,-280r236,0r-220,280r-149,0","w":1479},"\u0107":{"d":"561,-124v161,0,247,-105,267,-265r177,23v-32,227,-196,390,-442,390v-307,0,-483,-221,-483,-551v0,-335,165,-555,484,-559v238,-3,386,130,424,336r-175,27v-28,-126,-104,-215,-242,-215v-210,0,-306,160,-306,406v0,248,88,408,296,408xm424,-1194r133,-280r236,0r-220,280r-149,0","w":1024},"\u010c":{"d":"791,-1660r110,-170r204,0r-225,280r-192,0r-216,-280r206,0xm775,-141v242,0,385,-152,429,-373r194,49v-71,291,-272,490,-607,490v-328,0,-510,-141,-611,-376v-52,-122,-78,-253,-78,-393v1,-452,256,-747,692,-747v310,0,508,174,579,427r-191,45v-61,-191,-167,-303,-392,-306v-338,-4,-488,250,-488,580v0,246,69,444,224,535v77,46,160,69,249,69","w":1479},"\u010d":{"d":"561,-1304r110,-170r204,0r-225,280r-192,0r-216,-280r206,0xm561,-124v161,0,247,-105,267,-265r177,23v-32,227,-196,390,-442,390v-307,0,-483,-221,-483,-551v0,-335,165,-555,484,-559v238,-3,386,130,424,336r-175,27v-28,-126,-104,-215,-242,-215v-210,0,-306,160,-306,406v0,248,88,408,296,408","w":1024},"\u0111":{"d":"519,-1086v134,-2,235,65,293,146r0,-279r-346,0r0,-132r346,0r0,-115r179,0r0,115r145,0r0,132r-145,0r0,1219r-167,0r0,-134v-100,176,-354,204,-530,88v-137,-90,-224,-262,-224,-484v1,-313,147,-551,449,-556xm536,-937v-194,0,-281,169,-281,407v0,136,29,238,86,305v57,67,125,101,203,101v186,0,283,-165,283,-391v0,-145,-28,-252,-84,-320v-56,-68,-125,-102,-207,-102"},"\u00af":{"d":"-31,-1566r0,-129r1193,0r0,129r-1193,0","w":1131},"\u00b7":{"d":"238,-637r0,-205r205,0r0,205r-205,0","w":682},"\u0102":{"d":"674,-1680v110,0,159,-42,178,-135r123,0v-18,160,-121,259,-295,259v-176,0,-278,-97,-296,-259r123,0v18,86,68,135,167,135xm-3,0r563,-1466r209,0r600,1466r-221,0r-171,-444r-613,0r-161,444r-206,0xm420,-602r497,0r-153,-406v-47,-123,-81,-225,-104,-304v-51,254,-160,480,-240,710","w":1366},"\u0103":{"d":"581,-1329v110,0,159,-42,178,-135r123,0v-18,160,-121,259,-295,259v-176,0,-278,-97,-296,-259r123,0v18,86,68,135,167,135xm995,-445v6,270,-11,308,57,445r-188,0v-19,-37,-31,-81,-36,-131v-115,96,-212,150,-391,155v-213,5,-363,-111,-363,-304v0,-172,117,-269,258,-305v119,-31,406,-52,481,-89v18,-197,-77,-263,-255,-263v-179,0,-237,55,-277,202r-176,-24v41,-230,210,-327,479,-327v221,0,367,58,402,235v17,88,7,287,9,406xm291,-370v-76,130,31,253,189,253v143,0,256,-71,304,-170v24,-50,31,-154,29,-246v-75,43,-348,64,-451,104v-31,12,-56,33,-71,59"},"\u0104":{"d":"1035,246v3,-108,67,-189,138,-246r132,0v-64,38,-120,104,-120,191v0,59,33,102,98,100v34,0,68,-11,91,-24r0,128v-146,77,-344,24,-339,-149xm-3,0r563,-1466r209,0r600,1466r-221,0r-171,-444r-613,0r-161,444r-206,0xm420,-602r497,0r-153,-406v-47,-123,-81,-225,-104,-304v-51,254,-160,480,-240,710","w":1366},"\u0105":{"d":"745,246v3,-108,67,-189,138,-246r132,0v-64,38,-120,104,-120,191v0,59,33,102,98,100v34,0,68,-11,91,-24r0,128v-146,77,-344,24,-339,-149xm995,-445v6,270,-11,308,57,445r-188,0v-19,-37,-31,-81,-36,-131v-115,96,-212,150,-391,155v-213,5,-363,-111,-363,-304v0,-172,117,-269,258,-305v119,-31,406,-52,481,-89v18,-197,-77,-263,-255,-263v-179,0,-237,55,-277,202r-176,-24v41,-230,210,-327,479,-327v221,0,367,58,402,235v17,88,7,287,9,406xm291,-370v-76,130,31,253,189,253v143,0,256,-71,304,-170v24,-50,31,-154,29,-246v-75,43,-348,64,-451,104v-31,12,-56,33,-71,59"},"\u010e":{"d":"600,-1660r110,-170r204,0r-225,280r-192,0r-216,-280r206,0xm158,0r0,-1466v243,5,570,-23,766,21v302,68,444,334,446,704v2,301,-99,524,-272,643v-99,68,-240,98,-411,98r-529,0xm665,-173v389,13,496,-206,505,-571v6,-271,-91,-448,-259,-519v-112,-47,-385,-27,-559,-30r0,1120r313,0","w":1479},"\u010f":{"d":"1078,-1281r0,-185r184,0v-3,125,12,270,-36,348v-25,41,-62,74,-114,97r-45,-68v72,-34,99,-86,102,-192r-91,0xm520,-1086v134,-2,235,65,293,146r0,-526r179,0r0,1466r-167,0r0,-134v-100,176,-355,204,-531,88v-137,-90,-223,-262,-223,-484v1,-313,147,-551,449,-556xm537,-937v-194,0,-281,169,-281,407v0,136,29,238,86,305v57,67,125,101,203,101v186,0,283,-165,283,-391v0,-145,-28,-252,-84,-320v-56,-68,-125,-102,-207,-102","w":1259},"\u0110":{"d":"158,0r0,-667r-161,0r0,-132r161,0r0,-667v243,5,570,-23,766,21v302,68,446,334,446,704v0,388,-154,660,-469,724v-194,39,-510,11,-743,17xm352,-173v176,-4,414,15,541,-27v133,-44,190,-128,238,-260v51,-139,55,-426,1,-558v-79,-194,-185,-275,-472,-275r-308,0r0,494r404,0r0,132r-404,0r0,494","w":1479},"\u0118":{"d":"917,246v3,-108,67,-189,138,-246r132,0v-64,38,-120,104,-120,191v0,59,33,102,98,100v34,0,68,-11,91,-24r0,128v-146,77,-344,24,-339,-149xm162,0r0,-1466r1060,0r0,173r-866,0r0,449r811,0r0,172r-811,0r0,499r900,0r0,173r-1094,0","w":1366},"\u0119":{"d":"465,246v3,-108,67,-189,138,-246r132,0v-64,38,-120,104,-120,191v0,59,33,102,98,100v34,0,68,-11,91,-24r0,128v-146,77,-344,24,-339,-149xm582,-124v156,0,233,-86,280,-218r186,23v-55,208,-211,343,-467,343v-319,1,-506,-215,-506,-546v0,-333,186,-564,496,-564v316,0,506,247,482,601r-792,0v7,209,124,361,321,361xm864,-633v-10,-189,-122,-302,-291,-305v-172,-3,-295,133,-302,305r593,0"},"\u011a":{"d":"666,-1660r110,-170r204,0r-225,280r-192,0r-216,-280r206,0xm162,0r0,-1466r1060,0r0,173r-866,0r0,449r811,0r0,172r-811,0r0,499r900,0r0,173r-1094,0","w":1366},"\u011b":{"d":"583,-1304r110,-170r204,0r-225,280r-192,0r-216,-280r206,0xm582,-124v156,0,233,-86,280,-218r186,23v-55,208,-211,343,-467,343v-319,1,-506,-215,-506,-546v0,-333,186,-564,496,-564v316,0,506,247,482,601r-792,0v7,209,124,361,321,361xm864,-633v-10,-189,-122,-302,-291,-305v-172,-3,-295,133,-302,305r593,0"},"\u0139":{"d":"150,0r0,-1466r194,0r0,1293r722,0r0,173r-916,0xm304,-1556r133,-280r236,0r-220,280r-149,0"},"\u013a":{"d":"131,0r0,-1466r180,0r0,1466r-180,0xm66,-1541r133,-280r236,0r-220,280r-149,0","w":455},"\u013d":{"d":"712,-1261r0,-205r205,0v-3,139,14,302,-40,388v-28,45,-69,82,-127,107r-50,-77v80,-37,111,-95,114,-213r-102,0xm150,0r0,-1466r194,0r0,1293r722,0r0,173r-916,0"},"\u013e":{"d":"412,-1281r0,-185r184,0v-3,125,12,270,-36,348v-25,41,-62,74,-114,97r-45,-68v72,-34,99,-86,102,-192r-91,0xm136,0r0,-1466r180,0r0,1466r-180,0","w":597},"\u013f":{"d":"150,0r0,-1466r194,0r0,1293r722,0r0,173r-916,0xm466,-637r0,-205r205,0r0,205r-205,0"},"\u0140":{"d":"131,0r0,-1466r180,0r0,1466r-180,0xm212,-637r0,-205r205,0r0,205r-205,0","w":684},"\u0143":{"d":"156,0r0,-1466r199,0r770,1151r0,-1151r186,0r0,1466r-199,0r-770,-1152r0,1152r-186,0xm570,-1556r133,-280r236,0r-220,280r-149,0","w":1479},"\u0144":{"d":"597,-930v-188,0,-282,115,-282,350r0,580r-180,0r0,-1062r162,0r0,151v100,-163,316,-220,515,-141v102,41,151,112,176,224v7,33,10,92,10,175r0,653r-180,0r0,-646v7,-189,-58,-284,-221,-284xm448,-1194r133,-280r236,0r-220,280r-149,0"},"\u0147":{"d":"734,-1666r110,-170r204,0r-225,280r-192,0r-216,-280r206,0xm156,0r0,-1466r199,0r770,1151r0,-1151r186,0r0,1466r-199,0r-770,-1152r0,1152r-186,0","w":1479},"\u0148":{"d":"585,-1304r110,-170r204,0r-225,280r-192,0r-216,-280r206,0xm597,-930v-188,0,-282,115,-282,350r0,580r-180,0r0,-1062r162,0r0,151v100,-163,316,-220,515,-141v102,41,151,112,176,224v7,33,10,92,10,175r0,653r-180,0r0,-646v7,-189,-58,-284,-221,-284"},"\u0150":{"d":"473,-1556r121,-280r234,0r-211,280r-144,0xm820,-1556r127,-280r231,0r-207,280r-151,0xm800,25v-432,0,-691,-312,-701,-739v-10,-457,272,-778,702,-778v440,0,700,311,700,761v0,448,-266,756,-701,756xm1301,-732v-5,-346,-170,-593,-499,-593v-137,0,-255,47,-354,141v-99,94,-149,252,-149,473v0,327,198,570,500,570v314,0,507,-246,502,-591","w":1593},"\u0151":{"d":"283,-1194r121,-280r234,0r-211,280r-144,0xm630,-1194r127,-280r231,0r-207,280r-151,0xm566,24v-313,-1,-498,-220,-498,-555v0,-337,186,-552,498,-555v302,-3,497,222,497,540v0,266,-77,412,-241,505v-78,44,-163,65,-256,65xm566,-937v-205,0,-313,167,-313,406v0,240,107,407,313,407v206,0,312,-170,312,-413v0,-232,-111,-400,-312,-400"},"\u0154":{"d":"1333,-1066v0,241,-167,370,-413,399v140,66,197,141,278,268r255,399r-244,0r-194,-305v-89,-134,-139,-229,-239,-300v-59,-41,-91,-47,-196,-46r-225,0r0,651r-194,0r0,-1466r650,0v249,2,369,33,461,179v42,66,61,140,61,221xm1133,-1066v0,-161,-124,-238,-314,-238r-464,0r0,485r417,0v218,5,361,-60,361,-247xm503,-1556r133,-280r236,0r-220,280r-149,0","w":1479},"\u0155":{"d":"516,-900v-165,0,-203,175,-203,344r0,556r-180,0r0,-1062r162,0r0,161v69,-116,99,-185,230,-185v61,0,122,19,185,58r-62,167v-44,-26,-88,-39,-132,-39xm242,-1194r133,-280r236,0r-220,280r-149,0","w":682},"\u0158":{"d":"649,-1660r110,-170r204,0r-225,280r-192,0r-216,-280r206,0xm1333,-1066v0,241,-167,370,-413,399v140,66,197,141,278,268r255,399r-244,0r-194,-305v-89,-134,-139,-229,-239,-300v-59,-41,-91,-47,-196,-46r-225,0r0,651r-194,0r0,-1466r650,0v249,2,369,33,461,179v42,66,61,140,61,221xm1133,-1066v0,-161,-124,-238,-314,-238r-464,0r0,485r417,0v218,5,361,-60,361,-247","w":1479},"\u0159":{"d":"379,-1304r110,-170r204,0r-225,280r-192,0r-216,-280r206,0xm516,-900v-165,0,-203,175,-203,344r0,556r-180,0r0,-1062r162,0r0,161v69,-116,99,-185,230,-185v61,0,122,19,185,58r-62,167v-44,-26,-88,-39,-132,-39","w":682},"\u015a":{"d":"1259,-414v0,283,-242,438,-542,439v-263,1,-441,-76,-545,-233v-51,-78,-77,-165,-80,-263r183,-16v20,231,188,338,433,338v193,0,364,-71,364,-249v0,-117,-71,-166,-172,-207v-76,-31,-474,-121,-544,-163v-117,-70,-208,-159,-208,-319v0,-269,232,-404,516,-404v315,0,533,145,551,438r-186,14v-22,-191,-138,-282,-357,-281v-117,0,-201,23,-256,64v-94,71,-104,202,-24,286v61,64,535,156,617,198v144,75,250,170,250,358xm492,-1556r133,-280r236,0r-220,280r-149,0","w":1366},"\u015b":{"d":"945,-312v0,220,-192,335,-428,336v-274,1,-411,-113,-454,-341r178,-28v20,142,111,221,275,221v139,0,244,-58,244,-169v0,-41,-17,-73,-53,-96v-66,-42,-410,-111,-459,-147v-90,-41,-155,-125,-155,-244v0,-211,169,-306,391,-306v237,0,395,83,421,298r-176,24v-17,-113,-97,-174,-232,-174v-133,0,-230,38,-230,137v0,59,40,90,91,111v18,7,71,22,159,46v127,34,217,62,267,84v94,41,161,118,161,248xm394,-1194r133,-280r236,0r-220,280r-149,0","w":1024},"\u0162":{"d":"531,0r0,-1293r-483,0r0,-173r1162,0r0,173r-485,0r0,1293r-194,0xm673,221v-12,-64,-70,-63,-157,-67r52,-177r134,0r-33,107v95,8,171,62,171,147v0,124,-130,190,-289,190v-55,0,-103,-4,-144,-12r11,-117v118,6,238,17,255,-71","w":1251},"\u0163":{"d":"347,-301v-2,111,11,147,102,147v20,0,46,-2,79,-7r26,159v-154,37,-322,13,-364,-96v-13,-34,-22,-105,-22,-213r0,-611r-132,0r0,-140r132,0r0,-263r179,-108r0,371r181,0r0,140r-181,0r0,621xm433,221v-12,-64,-70,-63,-157,-67r52,-177r134,0r-33,107v95,8,171,62,171,147v0,124,-130,190,-289,190v-55,0,-103,-4,-144,-12r11,-117v118,6,238,17,255,-71","w":569},"\u0164":{"d":"630,-1660r110,-170r204,0r-225,280r-192,0r-216,-280r206,0xm531,0r0,-1293r-483,0r0,-173r1162,0r0,173r-485,0r0,1293r-194,0","w":1251},"\u0165":{"d":"581,-1281r0,-185r184,0v-3,125,12,270,-36,348v-25,41,-62,74,-114,97r-45,-68v72,-34,99,-86,102,-192r-91,0xm346,-301v-2,111,11,147,102,147v20,0,46,-2,79,-7r26,159v-154,37,-322,13,-364,-96v-13,-34,-22,-105,-22,-213r0,-611r-132,0r0,-140r132,0r0,-263r179,-108r0,371r181,0r0,140r-181,0r0,621","w":768},"\u016e":{"d":"737,-1469v-99,0,-181,-85,-181,-187v0,-94,86,-179,180,-179v97,0,180,85,180,183v0,98,-83,183,-179,183xm738,-1762v-56,0,-106,50,-106,107v0,59,49,111,106,111v56,0,106,-52,106,-109v0,-58,-48,-109,-106,-109xm724,-150v317,0,396,-126,396,-470r0,-846r194,0r0,847v-3,294,-51,449,-230,563v-87,54,-202,81,-343,81v-417,0,-580,-207,-580,-644r0,-847r194,0r0,846v2,232,24,341,157,421v57,34,129,49,212,49","w":1479},"\u016f":{"d":"563,-1151v-99,0,-181,-85,-181,-187v0,-94,86,-179,180,-179v97,0,180,85,180,183v0,98,-83,183,-179,183xm564,-1444v-56,0,-106,50,-106,107v0,59,49,111,106,111v56,0,106,-52,106,-109v0,-58,-48,-109,-106,-109xm831,0r0,-156v-109,167,-313,230,-513,144v-150,-64,-187,-169,-187,-392r0,-658r180,0r0,589v1,177,-1,233,83,301v74,60,204,52,288,0v102,-63,130,-148,130,-321r0,-569r180,0r0,1062r-161,0"},"\u0170":{"d":"465,-1556r121,-280r234,0r-211,280r-144,0xm812,-1556r127,-280r231,0r-207,280r-151,0xm724,-150v317,0,396,-126,396,-470r0,-846r194,0r0,847v-3,294,-51,449,-230,563v-87,54,-202,81,-343,81v-417,0,-580,-207,-580,-644r0,-847r194,0r0,846v2,232,24,341,157,421v57,34,129,49,212,49","w":1479},"\u0171":{"d":"238,-1194r121,-280r234,0r-211,280r-144,0xm585,-1194r127,-280r231,0r-207,280r-151,0xm831,0r0,-156v-109,167,-313,230,-513,144v-150,-64,-187,-169,-187,-392r0,-658r180,0r0,589v1,177,-1,233,83,301v74,60,204,52,288,0v102,-63,130,-148,130,-321r0,-569r180,0r0,1062r-161,0"},"\u0179":{"d":"41,0r0,-180r751,-939v53,-67,104,-125,152,-174r-818,0r0,-173r1050,0r0,173r-823,1017r-89,103r936,0r0,173r-1159,0xm473,-1556r133,-280r236,0r-220,280r-149,0","w":1251},"\u017a":{"d":"40,0r0,-146r676,-776v-77,4,-144,6,-203,6r-433,0r0,-146r868,0r0,119r-575,674r-111,123v236,-17,472,-6,718,-9r0,155r-940,0xm391,-1194r133,-280r236,0r-220,280r-149,0","w":1024},"\u017b":{"d":"533,-1556r0,-224r223,0r0,224r-223,0xm41,0r0,-180r751,-939v53,-67,104,-125,152,-174r-818,0r0,-173r1050,0r0,173r-823,1017r-89,103r936,0r0,173r-1159,0","w":1251},"\u017c":{"d":"398,-1194r0,-224r223,0r0,224r-223,0xm40,0r0,-146r676,-776v-77,4,-144,6,-203,6r-433,0r0,-146r868,0r0,119r-575,674r-111,123v236,-17,472,-6,718,-9r0,155r-940,0","w":1024},"\u0132":{"d":"191,0r0,-1466r194,0r0,1466r-194,0xm1400,-467v8,324,-119,492,-412,492v-267,0,-402,-161,-394,-441r175,-24v8,191,54,292,218,292v172,0,219,-104,219,-308r0,-1010r194,0r0,999","w":1505},"\u0133":{"d":"136,-1259r0,-207r180,0r0,207r-180,0xm136,0r0,-1062r180,0r0,1062r-180,0xm612,-1257r0,-209r180,0r0,209r-180,0xm503,273v109,0,109,-67,109,-219r0,-1116r180,0r0,1120v0,131,-20,220,-51,273v-60,101,-221,120,-357,81r34,-153v36,9,64,14,85,14","w":909},"\u0149":{"d":"124,-1272r0,-209r193,0v-1,119,6,293,-31,358v-30,53,-73,95,-134,122r-44,-71v76,-32,106,-93,110,-200r-94,0xm837,-930v-188,0,-282,115,-282,350r0,580r-180,0r0,-1062r162,0r0,151v100,-163,316,-220,515,-141v102,41,151,112,176,224v7,33,10,92,10,175r0,653r-180,0r0,-646v7,-189,-58,-284,-221,-284","w":1237},"\u0100":{"d":"359,-1578r0,-148r624,0r0,148r-624,0xm-3,0r563,-1466r209,0r600,1466r-221,0r-171,-444r-613,0r-161,444r-206,0xm420,-602r497,0r-153,-406v-47,-123,-81,-225,-104,-304v-51,254,-160,480,-240,710","w":1366},"\u0101":{"d":"274,-1227r0,-148r624,0r0,148r-624,0xm995,-445v6,270,-11,308,57,445r-188,0v-19,-37,-31,-81,-36,-131v-115,96,-212,150,-391,155v-213,5,-363,-111,-363,-304v0,-172,117,-269,258,-305v119,-31,406,-52,481,-89v18,-197,-77,-263,-255,-263v-179,0,-237,55,-277,202r-176,-24v41,-230,210,-327,479,-327v221,0,367,58,402,235v17,88,7,287,9,406xm291,-370v-76,130,31,253,189,253v143,0,256,-71,304,-170v24,-50,31,-154,29,-246v-75,43,-348,64,-451,104v-31,12,-56,33,-71,59"},"\u0108":{"d":"776,-1720r-113,170r-206,0r216,-280r192,0r225,280r-204,0xm775,-141v242,0,385,-152,429,-373r194,49v-71,291,-272,490,-607,490v-328,0,-510,-141,-611,-376v-52,-122,-78,-253,-78,-393v1,-452,256,-747,692,-747v310,0,508,174,579,427r-191,45v-61,-191,-167,-303,-392,-306v-338,-4,-488,250,-488,580v0,246,69,444,224,535v77,46,160,69,249,69","w":1479},"\u0109":{"d":"594,-1364r-113,170r-206,0r216,-280r192,0r225,280r-204,0xm561,-124v161,0,247,-105,267,-265r177,23v-32,227,-196,390,-442,390v-307,0,-483,-221,-483,-551v0,-335,165,-555,484,-559v238,-3,386,130,424,336r-175,27v-28,-126,-104,-215,-242,-215v-210,0,-306,160,-306,406v0,248,88,408,296,408","w":1024},"\u010a":{"d":"661,-1594r0,-224r223,0r0,224r-223,0xm775,-141v242,0,385,-152,429,-373r194,49v-71,291,-272,490,-607,490v-328,0,-510,-141,-611,-376v-52,-122,-78,-253,-78,-393v1,-452,256,-747,692,-747v310,0,508,174,579,427r-191,45v-61,-191,-167,-303,-392,-306v-338,-4,-488,250,-488,580v0,246,69,444,224,535v77,46,160,69,249,69","w":1479},"\u010b":{"d":"469,-1194r0,-224r223,0r0,224r-223,0xm561,-124v161,0,247,-105,267,-265r177,23v-32,227,-196,390,-442,390v-307,0,-483,-221,-483,-551v0,-335,165,-555,484,-559v238,-3,386,130,424,336r-175,27v-28,-126,-104,-215,-242,-215v-210,0,-306,160,-306,406v0,248,88,408,296,408","w":1024},"\u0112":{"d":"414,-1589r0,-148r624,0r0,148r-624,0xm162,0r0,-1466r1060,0r0,173r-866,0r0,449r811,0r0,172r-811,0r0,499r900,0r0,173r-1094,0","w":1366},"\u0113":{"d":"253,-1227r0,-148r624,0r0,148r-624,0xm582,-124v156,0,233,-86,280,-218r186,23v-55,208,-211,343,-467,343v-319,1,-506,-215,-506,-546v0,-333,186,-564,496,-564v316,0,506,247,482,601r-792,0v7,209,124,361,321,361xm864,-633v-10,-189,-122,-302,-291,-305v-172,-3,-295,133,-302,305r593,0"},"\u0114":{"d":"699,-1691v110,0,159,-42,178,-135r123,0v-18,160,-121,259,-295,259v-176,0,-278,-97,-296,-259r123,0v18,86,68,135,167,135xm162,0r0,-1466r1060,0r0,173r-866,0r0,449r811,0r0,172r-811,0r0,499r900,0r0,173r-1094,0","w":1366},"\u0115":{"d":"580,-1329v110,0,159,-42,178,-135r123,0v-18,160,-121,259,-295,259v-176,0,-278,-97,-296,-259r123,0v18,86,68,135,167,135xm582,-124v156,0,233,-86,280,-218r186,23v-55,208,-211,343,-467,343v-319,1,-506,-215,-506,-546v0,-333,186,-564,496,-564v316,0,506,247,482,601r-792,0v7,209,124,361,321,361xm864,-633v-10,-189,-122,-302,-291,-305v-172,-3,-295,133,-302,305r593,0"},"\u0116":{"d":"614,-1556r0,-224r223,0r0,224r-223,0xm162,0r0,-1466r1060,0r0,173r-866,0r0,449r811,0r0,172r-811,0r0,499r900,0r0,173r-1094,0","w":1366},"\u0117":{"d":"479,-1194r0,-224r223,0r0,224r-223,0xm582,-124v156,0,233,-86,280,-218r186,23v-55,208,-211,343,-467,343v-319,1,-506,-215,-506,-546v0,-333,186,-564,496,-564v316,0,506,247,482,601r-792,0v7,209,124,361,321,361xm864,-633v-10,-189,-122,-302,-291,-305v-172,-3,-295,133,-302,305r593,0"},"\u011c":{"d":"870,-1715r-113,170r-206,0r216,-280r192,0r225,280r-204,0xm847,-150v159,4,347,-80,428,-152r0,-273r-431,0r0,-172r621,-1r0,544v-164,130,-349,229,-607,229v-458,0,-749,-290,-749,-751v0,-455,265,-771,734,-765v335,5,536,151,600,435r-175,48v-52,-206,-181,-317,-424,-317v-366,0,-528,239,-535,587v-7,369,195,578,538,588","w":1593},"\u011d":{"d":"544,-1364r-113,170r-206,0r216,-280r192,0r225,280r-204,0xm66,-537v4,-308,152,-549,460,-549v125,0,229,51,310,152r0,-128r166,0r0,918v-2,301,-39,414,-210,515v-152,90,-446,77,-577,-25v-76,-59,-116,-143,-113,-258r175,26v16,124,109,166,244,168v163,2,250,-67,285,-190v9,-37,14,-114,13,-231v-79,93,-177,139,-294,139v-291,0,-463,-252,-459,-537xm539,-937v-186,0,-288,166,-288,387v0,240,92,401,291,401v195,0,292,-161,292,-395v0,-226,-106,-393,-295,-393"},"\u0120":{"d":"755,-1545r0,-224r223,0r0,224r-223,0xm847,-150v159,4,347,-80,428,-152r0,-273r-431,0r0,-172r621,-1r0,544v-164,130,-349,229,-607,229v-458,0,-749,-290,-749,-751v0,-455,265,-771,734,-765v335,5,536,151,600,435r-175,48v-52,-206,-181,-317,-424,-317v-366,0,-528,239,-535,587v-7,369,195,578,538,588","w":1593},"\u0121":{"d":"457,-1194r0,-224r223,0r0,224r-223,0xm66,-537v4,-308,152,-549,460,-549v125,0,229,51,310,152r0,-128r166,0r0,918v-2,301,-39,414,-210,515v-152,90,-446,77,-577,-25v-76,-59,-116,-143,-113,-258r175,26v16,124,109,166,244,168v163,2,250,-67,285,-190v9,-37,14,-114,13,-231v-79,93,-177,139,-294,139v-291,0,-463,-252,-459,-537xm539,-937v-186,0,-288,166,-288,387v0,240,92,401,291,401v195,0,292,-161,292,-395v0,-226,-106,-393,-295,-393"},"\u0122":{"d":"1060,228v0,130,-126,193,-293,193v-42,0,-89,-4,-140,-12r11,-117v29,3,58,4,87,4v111,0,167,-25,167,-76v0,-53,-78,-74,-159,-65r0,-105v173,-23,327,37,327,178xm847,-150v159,4,347,-80,428,-152r0,-273r-431,0r0,-172r621,-1r0,544v-164,130,-349,229,-607,229v-458,0,-749,-290,-749,-751v0,-455,265,-771,734,-765v335,5,536,151,600,435r-175,48v-52,-206,-181,-317,-424,-317v-366,0,-528,239,-535,587v-7,369,195,578,538,588","w":1593},"\u0123":{"d":"632,-1345r0,175r-209,0v-1,-112,-2,-230,37,-299v26,-46,68,-82,131,-107r54,83v-62,26,-98,75,-109,148r96,0xm66,-535v0,-305,162,-551,462,-551v124,0,227,51,308,152r0,-128r166,0r0,918v-3,289,-36,410,-206,512v-157,94,-473,80,-591,-30v-69,-64,-106,-146,-103,-250r175,26v11,112,93,168,244,168v148,0,249,-63,279,-168v13,-48,19,-132,19,-253v-78,93,-175,139,-291,139v-292,0,-462,-250,-462,-535xm539,-937v-191,2,-288,174,-288,387v0,142,28,244,85,307v57,63,125,94,206,94v199,0,292,-165,292,-399v0,-208,-97,-391,-295,-389"},"\u0124":{"d":"774,-1726r-113,170r-206,0r216,-280r192,0r225,280r-204,0xm164,0r0,-1466r194,0r0,602r762,0r0,-602r194,0r0,1466r-194,0r0,-691r-762,0r0,691r-194,0","w":1479},"\u0125":{"d":"644,-1726r-113,170r-206,0r216,-280r192,0r225,280r-204,0xm596,-931v-191,0,-281,127,-281,350r0,581r-180,0r0,-1466r180,0r0,526v84,-97,190,-146,318,-146v253,0,367,130,367,413r0,673r-180,0r0,-673v1,-168,-69,-258,-224,-258"},"\u0126":{"d":"164,-1099r-133,0r0,-148r133,0r0,-219r194,0r0,219r762,0r0,-219r194,0r0,219r133,0r0,148r-133,0r0,1099r-194,0r0,-691r-762,0r0,691r-194,0r0,-1099xm358,-1099r0,235r762,0r0,-235r-762,0","w":1479},"\u0127":{"d":"595,-931v-190,0,-280,127,-280,350r0,581r-180,0r0,-1199r-129,0r0,-134r129,0r0,-133r180,0r0,133r367,0r0,134r-367,0r0,259v128,-165,389,-193,571,-70v76,51,114,163,114,337r0,673r-180,0r0,-673v0,-172,-75,-258,-225,-258"},"\u0128":{"d":"146,-1676v-50,1,-78,39,-76,95r-133,0v-4,-130,80,-228,203,-228v41,0,98,18,169,54v39,20,71,30,94,30v54,0,64,-29,73,-87r130,0v-1,137,-71,225,-196,228v-42,0,-97,-19,-166,-56v-45,-24,-77,-36,-98,-36xm191,0r0,-1466r194,0r0,1466r-194,0","w":569},"\u0129":{"d":"164,-1314v-50,1,-78,39,-76,95r-133,0v-4,-130,80,-228,203,-228v41,0,98,18,169,54v39,20,71,30,94,30v54,0,64,-29,73,-87r130,0v-1,137,-71,225,-196,228v-42,0,-97,-19,-166,-56v-45,-24,-77,-36,-98,-36xm198,0r0,-1062r180,0r0,1062r-180,0","w":569},"\u012a":{"d":"-28,-1563r0,-148r624,0r0,148r-624,0xm191,0r0,-1466r194,0r0,1466r-194,0","w":569},"\u012b":{"d":"-23,-1227r0,-148r624,0r0,148r-624,0xm198,0r0,-1062r180,0r0,1062r-180,0","w":569},"\u012c":{"d":"289,-1665v110,0,159,-42,178,-135r123,0v-18,160,-121,259,-295,259v-176,0,-278,-97,-296,-259r123,0v18,86,68,135,167,135xm191,0r0,-1466r194,0r0,1466r-194,0","w":569},"\u012d":{"d":"284,-1329v110,0,159,-42,178,-135r123,0v-18,160,-121,259,-295,259v-176,0,-278,-97,-296,-259r123,0v18,86,68,135,167,135xm198,0r0,-1062r180,0r0,1062r-180,0","w":569},"\u012e":{"d":"75,246v3,-108,67,-189,138,-246r132,0v-64,38,-120,104,-120,191v0,59,33,102,98,100v34,0,68,-11,91,-24r0,128v-146,77,-344,24,-339,-149xm191,0r0,-1466r194,0r0,1466r-194,0","w":569},"\u012f":{"d":"25,246v3,-108,67,-189,138,-246r132,0v-64,38,-120,104,-120,191v0,59,33,102,98,100v34,0,68,-11,91,-24r0,128v-146,77,-344,24,-339,-149xm136,-1259r0,-207r180,0r0,207r-180,0xm136,0r0,-1062r180,0r0,1062r-180,0","w":455},"\u0134":{"d":"794,-1726r-113,170r-206,0r216,-280r192,0r225,280r-204,0xm865,-467v8,324,-119,492,-412,492v-267,0,-402,-161,-394,-441r175,-24v8,191,54,292,218,292v172,0,219,-104,219,-308r0,-1010r194,0r0,999","w":1024},"\u0135":{"d":"230,-1364r-113,170r-205,0r216,-280r192,0r224,280r-203,0xm314,58v-4,241,-44,373,-267,373v-49,0,-96,-6,-141,-19r34,-153v35,9,63,14,85,14v114,0,109,-73,109,-219r0,-1116r180,0r0,1120","w":455},"\u0136":{"d":"1000,228v0,130,-126,193,-293,193v-42,0,-89,-4,-140,-12r11,-117v29,3,58,4,87,4v111,0,167,-25,167,-76v0,-53,-78,-74,-159,-65r0,-105v173,-23,327,37,327,178xm150,0r0,-1466r194,0r0,727r728,-727r263,0r-615,594r642,872r-256,0r-522,-742r-240,234r0,508r-194,0","w":1366},"\u0137":{"d":"829,228v0,130,-126,193,-293,193v-42,0,-89,-4,-140,-12r11,-117v29,3,58,4,87,4v111,0,167,-25,167,-76v0,-53,-78,-74,-159,-65r0,-105v173,-23,327,37,327,178xm136,0r0,-1466r180,0r0,836r426,-432r233,0r-406,394r447,668r-222,0r-351,-543r-127,122r0,421r-180,0","w":1024},"\u0138":{"d":"134,0r0,-1062r180,0r0,432r426,-432r233,0r-406,394r447,668r-222,0r-351,-543r-127,122r0,421r-180,0","w":1024},"\u013b":{"d":"880,228v0,130,-126,193,-293,193v-42,0,-89,-4,-140,-12r11,-117v29,3,58,4,87,4v111,0,167,-25,167,-76v0,-53,-78,-74,-159,-65r0,-105v173,-23,327,37,327,178xm150,0r0,-1466r194,0r0,1293r722,0r0,173r-916,0"},"\u013c":{"d":"430,228v0,130,-126,193,-293,193v-42,0,-89,-4,-140,-12r11,-117v29,3,58,4,87,4v111,0,167,-25,167,-76v0,-53,-78,-74,-159,-65r0,-105v173,-23,327,37,327,178xm131,0r0,-1466r180,0r0,1466r-180,0","w":455},"\u0145":{"d":"1026,228v0,130,-126,193,-293,193v-42,0,-89,-4,-140,-12r11,-117v29,3,58,4,87,4v111,0,167,-25,167,-76v0,-53,-78,-74,-159,-65r0,-105v173,-23,327,37,327,178xm156,0r0,-1466r199,0r770,1151r0,-1151r186,0r0,1466r-199,0r-770,-1152r0,1152r-186,0","w":1479},"\u0146":{"d":"790,228v0,130,-126,193,-293,193v-42,0,-89,-4,-140,-12r11,-117v29,3,58,4,87,4v111,0,167,-25,167,-76v0,-53,-78,-74,-159,-65r0,-105v173,-23,327,37,327,178xm597,-930v-188,0,-282,115,-282,350r0,580r-180,0r0,-1062r162,0r0,151v100,-163,316,-220,515,-141v102,41,151,112,176,224v7,33,10,92,10,175r0,653r-180,0r0,-646v7,-189,-58,-284,-221,-284"},"\u014a":{"d":"361,-1284v128,-149,240,-207,466,-207v260,0,393,126,478,315v46,101,68,242,68,422v0,263,-45,456,-130,586v-131,201,-380,250,-598,121r87,-153v123,67,212,80,303,-12v106,-106,141,-298,141,-537v0,-386,-135,-579,-405,-579v-175,0,-324,96,-372,222v-25,64,-38,166,-38,305r0,801r-196,0r0,-1466r196,0r0,182","w":1481},"\u014b":{"d":"599,-930v-189,0,-280,119,-280,350r0,580r-180,0r0,-1062r162,0r0,151v78,-117,191,-175,338,-175v163,0,295,80,335,194v19,55,28,135,28,239r0,711v-4,241,-44,373,-267,373v-49,0,-96,-6,-141,-19r34,-153v35,9,64,14,85,14v114,0,109,-77,109,-219r0,-700v-2,-184,-50,-284,-223,-284"},"\u014c":{"d":"504,-1599r0,-148r624,0r0,148r-624,0xm800,25v-432,0,-691,-312,-701,-739v-10,-457,272,-778,702,-778v440,0,700,311,700,761v0,448,-266,756,-701,756xm1301,-732v-5,-346,-170,-593,-499,-593v-137,0,-255,47,-354,141v-99,94,-149,252,-149,473v0,327,198,570,500,570v314,0,507,-246,502,-591","w":1593},"\u014d":{"d":"264,-1227r0,-148r624,0r0,148r-624,0xm566,24v-313,-1,-498,-220,-498,-555v0,-337,186,-552,498,-555v302,-3,497,222,497,540v0,266,-77,412,-241,505v-78,44,-163,65,-256,65xm566,-937v-205,0,-313,167,-313,406v0,240,107,407,313,407v206,0,312,-170,312,-413v0,-232,-111,-400,-312,-400"},"\u014e":{"d":"811,-1691v110,0,159,-42,178,-135r123,0v-18,160,-121,259,-295,259v-176,0,-278,-97,-296,-259r123,0v18,86,68,135,167,135xm800,25v-432,0,-691,-312,-701,-739v-10,-457,272,-778,702,-778v440,0,700,311,700,761v0,448,-266,756,-701,756xm1301,-732v-5,-346,-170,-593,-499,-593v-137,0,-255,47,-354,141v-99,94,-149,252,-149,473v0,327,198,570,500,570v314,0,507,-246,502,-591","w":1593},"\u014f":{"d":"571,-1329v110,0,159,-42,178,-135r123,0v-18,160,-121,259,-295,259v-176,0,-278,-97,-296,-259r123,0v18,86,68,135,167,135xm566,24v-313,-1,-498,-220,-498,-555v0,-337,186,-552,498,-555v302,-3,497,222,497,540v0,266,-77,412,-241,505v-78,44,-163,65,-256,65xm566,-937v-205,0,-313,167,-313,406v0,240,107,407,313,407v206,0,312,-170,312,-413v0,-232,-111,-400,-312,-400"},"\u0156":{"d":"1026,228v0,130,-126,193,-293,193v-42,0,-89,-4,-140,-12r11,-117v29,3,58,4,87,4v111,0,167,-25,167,-76v0,-53,-78,-74,-159,-65r0,-105v173,-23,327,37,327,178xm1333,-1066v0,241,-167,370,-413,399v140,66,197,141,278,268r255,399r-244,0r-194,-305v-89,-134,-139,-229,-239,-300v-59,-41,-91,-47,-196,-46r-225,0r0,651r-194,0r0,-1466r650,0v249,2,369,33,461,179v42,66,61,140,61,221xm1133,-1066v0,-161,-124,-238,-314,-238r-464,0r0,485r417,0v218,5,361,-60,361,-247","w":1479},"\u0157":{"d":"577,228v0,130,-126,193,-293,193v-42,0,-89,-4,-140,-12r11,-117v29,3,58,4,87,4v111,0,167,-25,167,-76v0,-53,-78,-74,-159,-65r0,-105v173,-23,327,37,327,178xm516,-900v-165,0,-203,175,-203,344r0,556r-180,0r0,-1062r162,0r0,161v69,-116,99,-185,230,-185v61,0,122,19,185,58r-62,167v-44,-26,-88,-39,-132,-39","w":682},"\u015c":{"d":"676,-1720r-113,170r-206,0r216,-280r192,0r225,280r-204,0xm1259,-414v0,283,-242,438,-542,439v-263,1,-441,-76,-545,-233v-51,-78,-77,-165,-80,-263r183,-16v20,231,188,338,433,338v193,0,364,-71,364,-249v0,-117,-71,-166,-172,-207v-76,-31,-474,-121,-544,-163v-117,-70,-208,-159,-208,-319v0,-269,232,-404,516,-404v315,0,533,145,551,438r-186,14v-22,-191,-138,-282,-357,-281v-117,0,-201,23,-256,64v-94,71,-104,202,-24,286v61,64,535,156,617,198v144,75,250,170,250,358","w":1366},"\u015d":{"d":"534,-1364r-113,170r-206,0r216,-280r192,0r225,280r-204,0xm945,-312v0,220,-192,335,-428,336v-274,1,-411,-113,-454,-341r178,-28v20,142,111,221,275,221v139,0,244,-58,244,-169v0,-41,-17,-73,-53,-96v-66,-42,-410,-111,-459,-147v-90,-41,-155,-125,-155,-244v0,-211,169,-306,391,-306v237,0,395,83,421,298r-176,24v-17,-113,-97,-174,-232,-174v-133,0,-230,38,-230,137v0,59,40,90,91,111v18,7,71,22,159,46v127,34,217,62,267,84v94,41,161,118,161,248","w":1024},"\u0166":{"d":"531,-629r-330,0r0,-132r330,0r0,-532r-483,0r0,-173r1162,0r0,173r-485,0r0,532r328,0r0,132r-328,0r0,629r-194,0r0,-629","w":1251},"\u0167":{"d":"325,-301v4,104,4,144,101,147v21,0,48,-2,79,-7r26,159v-158,39,-341,11,-371,-114v-19,-80,-14,-278,-15,-398r-133,0r0,-132r133,0r0,-276r-132,0r0,-140r132,0r0,-263r180,-108r0,371r180,0r0,140r-180,0r0,276r172,0r0,132r-172,0r0,213","w":569},"\u0168":{"d":"636,-1670v-50,1,-78,39,-76,95r-133,0v-4,-130,80,-228,203,-228v41,0,98,18,169,54v39,20,71,30,94,30v54,0,64,-29,73,-87r130,0v-1,137,-71,225,-196,228v-42,0,-97,-19,-166,-56v-45,-24,-77,-36,-98,-36xm724,-150v317,0,396,-126,396,-470r0,-846r194,0r0,847v-3,294,-51,449,-230,563v-87,54,-202,81,-343,81v-417,0,-580,-207,-580,-644r0,-847r194,0r0,846v2,232,24,341,157,421v57,34,129,49,212,49","w":1479},"\u0169":{"d":"452,-1314v-50,1,-78,39,-76,95r-133,0v-4,-130,80,-228,203,-228v41,0,98,18,169,54v39,20,71,30,94,30v54,0,64,-29,73,-87r130,0v-1,137,-71,225,-196,228v-42,0,-97,-19,-166,-56v-45,-24,-77,-36,-98,-36xm831,0r0,-156v-109,167,-313,230,-513,144v-150,-64,-187,-169,-187,-392r0,-658r180,0r0,589v1,177,-1,233,83,301v74,60,204,52,288,0v102,-63,130,-148,130,-321r0,-569r180,0r0,1062r-161,0"},"\u016a":{"d":"449,-1583r0,-148r624,0r0,148r-624,0xm724,-150v317,0,396,-126,396,-470r0,-846r194,0r0,847v-3,294,-51,449,-230,563v-87,54,-202,81,-343,81v-417,0,-580,-207,-580,-644r0,-847r194,0r0,846v2,232,24,341,157,421v57,34,129,49,212,49","w":1479},"\u016b":{"d":"265,-1227r0,-148r624,0r0,148r-624,0xm831,0r0,-156v-109,167,-313,230,-513,144v-150,-64,-187,-169,-187,-392r0,-658r180,0r0,589v1,177,-1,233,83,301v74,60,204,52,288,0v102,-63,130,-148,130,-321r0,-569r180,0r0,1062r-161,0"},"\u016c":{"d":"736,-1685v110,0,159,-42,178,-135r123,0v-18,160,-121,259,-295,259v-176,0,-278,-97,-296,-259r123,0v18,86,68,135,167,135xm724,-150v317,0,396,-126,396,-470r0,-846r194,0r0,847v-3,294,-51,449,-230,563v-87,54,-202,81,-343,81v-417,0,-580,-207,-580,-644r0,-847r194,0r0,846v2,232,24,341,157,421v57,34,129,49,212,49","w":1479},"\u016d":{"d":"572,-1329v110,0,159,-42,178,-135r123,0v-18,160,-121,259,-295,259v-176,0,-278,-97,-296,-259r123,0v18,86,68,135,167,135xm831,0r0,-156v-109,167,-313,230,-513,144v-150,-64,-187,-169,-187,-392r0,-658r180,0r0,589v1,177,-1,233,83,301v74,60,204,52,288,0v102,-63,130,-148,130,-321r0,-569r180,0r0,1062r-161,0"},"\u0172":{"d":"651,246v3,-108,67,-189,138,-246r132,0v-64,38,-120,104,-120,191v0,59,33,102,98,100v34,0,68,-11,91,-24r0,128v-146,77,-344,24,-339,-149xm724,-150v317,0,396,-126,396,-470r0,-846r194,0r0,847v-3,294,-51,449,-230,563v-87,54,-202,81,-343,81v-417,0,-580,-207,-580,-644r0,-847r194,0r0,846v2,232,24,341,157,421v57,34,129,49,212,49","w":1479},"\u0173":{"d":"706,246v3,-108,67,-189,138,-246r132,0v-64,38,-120,104,-120,191v0,59,33,102,98,100v34,0,68,-11,91,-24r0,128v-146,77,-344,24,-339,-149xm831,0r0,-156v-109,167,-313,230,-513,144v-150,-64,-187,-169,-187,-392r0,-658r180,0r0,589v1,177,-1,233,83,301v74,60,204,52,288,0v102,-63,130,-148,130,-321r0,-569r180,0r0,1062r-161,0"},"\u0174":{"d":"964,-1726r-113,170r-206,0r216,-280r192,0r225,280r-204,0xm414,0r-389,-1466r199,0r223,961v24,101,45,201,62,300v37,-157,59,-247,66,-271r279,-990r234,0r210,742v53,184,91,357,114,519v19,-93,44,-199,73,-319r230,-942r195,0r-402,1466r-187,0r-355,-1289v-15,67,-30,125,-43,172r-311,1117r-198,0","w":1933},"\u0175":{"d":"754,-1364r-113,170r-206,0r216,-280r192,0r225,280r-204,0xm331,0r-325,-1062r186,0r232,841v3,-11,19,-85,55,-219r169,-622r185,0r212,819r243,-819r175,0r-332,1062r-187,0r-169,-636r-41,-181r-215,817r-188,0","w":1479},"\u0176":{"d":"709,-1726r-113,170r-206,0r216,-280r192,0r225,280r-204,0xm571,0r0,-621r-565,-845r236,0r289,442v53,83,103,165,149,248v44,-77,97,-163,160,-259r284,-431r226,0r-585,845r0,621r-194,0","w":1366},"\u0177":{"d":"559,-1364r-113,170r-206,0r216,-280r192,0r225,280r-204,0xm127,409r-20,-169v109,34,217,11,258,-60v11,-18,49,-117,71,-178r-403,-1064r194,0r221,615v29,78,54,160,77,246v82,-303,202,-574,301,-861r180,0r-404,1080v-43,117,-79,196,-101,241v-64,132,-198,211,-374,150","w":1024},"\u017f":{"d":"466,-1326v-121,1,-149,48,-149,166r0,1160r-180,0r0,-1175v-6,-220,86,-316,294,-316v53,0,108,6,167,18r-26,157v-36,-7,-71,-10,-106,-10","w":455},"\u00a4":{"d":"213,-961r-139,-136r115,-119r139,139v136,-96,338,-96,474,0r139,-139r116,119r-139,136v95,144,94,327,0,471r139,136r-116,119r-139,-140v-136,97,-338,97,-474,0r-139,140r-115,-119r139,-136v-94,-144,-95,-327,0,-471xm564,-985v-139,0,-259,120,-259,259v0,140,120,260,259,260v139,0,259,-120,259,-260v0,-139,-119,-259,-259,-259"}}});

// Script [tv24.arial.narrow.js]
/*!
 * © 2006 The Monotype Corporation. All Rights Reserved.
 */
Cufon.registerFont({"w":164,"face":{"font-family":"ArialNarrow","font-weight":700,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 11 7 6 2 2 2 3 2 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-13 -399 287 105","underline-thickness":"26.3672","underline-position":"-24.9609","unicode-range":"U+0020-U+021B"},"glyphs":{" ":{"w":82,"k":{"\u0104":11,"Y":5,"A":11}},"!":{"d":"37,-66r-11,-131r0,-61r44,0v2,69,-6,129,-10,192r-23,0xm28,0r0,-49r41,0r0,49r-41,0","w":98},"\"":{"d":"24,-166v-5,-28,-10,-57,-8,-92r44,0v1,34,-2,64,-6,92r-30,0xm89,-166v-5,-28,-10,-57,-8,-92r44,0v1,34,-2,64,-6,92r-30,0","w":140},"#":{"d":"22,-64r-19,0r0,-39r26,0r8,-52r-34,0r0,-39r41,0r11,-68r32,0r-11,68r32,0r11,-68r33,0r-11,68r20,0r0,39r-27,0r-8,52r35,0r0,39r-42,0r-11,68r-32,0r11,-68r-32,0r-12,68r-32,0xm70,-155r-9,52r32,0r9,-52r-32,0"},"$":{"d":"151,-77v1,43,-24,74,-60,80r0,33r-20,0r0,-32v-35,-5,-55,-30,-61,-76r38,-5v3,17,11,33,23,39r0,-74v-72,-14,-73,-142,0,-149r0,-17r20,0r0,17v32,5,50,27,54,61r-36,6v-2,-14,-9,-23,-18,-28r0,69v41,13,58,30,60,76xm71,-223v-23,8,-26,51,0,61r0,-61xm91,-36v30,-6,35,-61,0,-68r0,68"},"%":{"d":"60,-126v-34,0,-47,-28,-47,-68v0,-41,12,-68,46,-68v34,0,47,28,47,68v0,40,-12,68,-46,68xm59,-234v-22,2,-21,78,0,80v22,-1,22,-80,0,-80xm90,10r-30,0r113,-272r29,0xm202,10v-34,0,-47,-28,-47,-68v0,-41,12,-68,47,-68v34,0,47,28,47,68v0,41,-12,68,-47,68xm202,-98v-23,1,-21,79,0,80v21,-2,20,-78,0,-80","w":262},"&":{"d":"175,-61v6,8,26,24,33,30r-24,38v-12,-7,-24,-17,-35,-30v-16,18,-31,27,-61,28v-88,2,-99,-123,-27,-155v-37,-45,-24,-112,38,-112v33,0,59,25,58,58v-2,32,-15,43,-39,62r30,47v3,-7,6,-17,9,-29r36,10v-6,25,-11,43,-18,53xm100,-227v-35,1,-16,42,-2,55v20,-10,36,-51,2,-55xm82,-118v-31,13,-41,80,4,82v12,0,25,-7,38,-20","w":213},"'":{"d":"21,-166v-5,-28,-10,-57,-8,-92r44,0v1,34,-2,64,-6,92r-30,0","w":70},"(":{"d":"89,-262v-46,105,-45,232,-1,338r-28,0v-56,-89,-59,-251,1,-338r28,0","w":98},")":{"d":"37,-262v59,87,59,249,1,338r-28,0v44,-104,45,-234,0,-338r27,0","w":98},"*":{"d":"35,-139r-21,-21r27,-34r-37,-11r8,-31v12,6,24,13,34,21v-2,-19,-3,-35,-3,-47r25,0v0,8,0,24,-3,47v11,-7,26,-15,36,-19r8,32v-11,3,-23,5,-37,8r25,36r-22,18r-20,-40v-5,12,-12,26,-20,41","w":114},"+":{"d":"68,-37r0,-67r-56,0r0,-46r56,0r0,-67r36,0r0,67r56,0r0,46r-56,0r0,67r-36,0","w":172},",":{"d":"20,-49r41,0v1,50,1,94,-36,106r-8,-20v15,-6,23,-17,23,-37r-20,0r0,-49","w":82},"-":{"d":"9,-69r0,-49r80,0r0,49r-80,0","w":98},"\u00ad":{"d":"9,-69r0,-49r80,0r0,49r-80,0","w":98},".":{"d":"21,0r0,-49r41,0r0,49r-41,0","w":82},"\/":{"d":"0,4r52,-266r30,0r-52,266r-30,0","w":82},"0":{"d":"81,4v-57,-6,-69,-54,-69,-132v-1,-76,14,-124,69,-131v56,7,69,55,69,132v0,77,-13,125,-69,131xm81,-37v41,3,25,-134,19,-165v-5,-11,-11,-16,-19,-16v-29,9,-26,37,-26,91v0,55,-3,81,26,90"},"1":{"d":"23,-194v24,-9,53,-37,60,-65r33,0r0,259r-40,0r0,-186v-15,17,-33,29,-53,37r0,-45","k":{"1":16}},"2":{"d":"149,-188v0,68,-58,98,-80,142r80,0r0,46r-142,0v1,-79,94,-112,102,-184v2,-20,-10,-34,-28,-34v-18,0,-28,13,-29,40r-40,-4v4,-47,25,-75,70,-77v42,-1,67,31,67,71"},"3":{"d":"152,-77v4,65,-73,107,-119,62v-13,-13,-20,-31,-22,-53r39,-6v1,21,11,36,30,37v39,1,40,-83,2,-83v-5,0,-12,2,-19,4r5,-40v20,0,33,-13,33,-34v0,-17,-7,-28,-23,-28v-16,1,-25,15,-26,34r-38,-7v7,-41,24,-66,65,-68v63,-3,85,95,32,120v25,6,39,31,41,62"},"4":{"d":"92,0r0,-52r-87,0r0,-43r92,-164r34,0r0,164r26,0r0,43r-26,0r0,52r-39,0xm92,-95r0,-88r-49,88r49,0"},"5":{"d":"155,-86v-2,43,-26,92,-72,90v-41,-1,-66,-29,-70,-70r41,-5v1,19,13,35,29,36v21,-2,31,-23,31,-51v0,-45,-42,-63,-63,-28r-33,-6r21,-134r107,0r0,46r-76,0r-7,44v51,-29,94,25,92,78"},"6":{"d":"13,-126v0,-77,17,-133,77,-133v36,0,55,27,60,64r-39,6v-1,-32,-31,-39,-45,-15v-6,10,-9,29,-11,58v35,-49,99,0,99,63v0,48,-26,87,-68,87v-56,0,-73,-54,-73,-130xm86,-131v-39,0,-37,95,2,94v21,-1,26,-19,26,-45v0,-27,-7,-49,-28,-49"},"7":{"d":"41,0v2,-81,29,-156,64,-208r-93,0r0,-46r139,0r0,36v-38,47,-71,134,-71,218r-39,0"},"8":{"d":"83,5v-74,0,-96,-117,-36,-144v-51,-23,-32,-128,34,-120v67,-8,83,96,34,120v59,24,42,144,-32,144xm81,-220v-16,0,-25,13,-25,31v0,18,9,31,25,31v15,0,25,-13,25,-31v0,-18,-10,-31,-25,-31xm81,-118v-39,0,-38,84,1,83v19,-1,29,-19,29,-43v0,-21,-12,-40,-30,-40"},"9":{"d":"150,-129v0,77,-17,134,-77,134v-38,0,-55,-26,-60,-65r40,-5v1,34,31,38,45,14v6,-10,9,-29,11,-58v-34,51,-100,1,-100,-62v0,-47,26,-88,68,-88v56,0,73,54,73,130xm77,-123v41,-1,36,-95,-2,-95v-37,1,-35,96,2,95"},":":{"d":"29,-137r0,-50r40,0r0,50r-40,0xm29,0r0,-49r40,0r0,49r-40,0","w":98},";":{"d":"28,-137r0,-50r40,0r0,50r-40,0xm28,-49r40,0v1,50,1,94,-36,106r-8,-20v15,-5,24,-16,23,-37r-19,0r0,-49","w":98},"\u037e":{"d":"28,-137r0,-50r40,0r0,50r-40,0xm28,-49r40,0v1,50,1,94,-36,106r-8,-20v15,-5,24,-16,23,-37r-19,0r0,-49","w":98},"<":{"d":"159,-29r-145,-77r0,-43r145,-76r0,50r-101,47r101,49r0,50","w":172},"=":{"d":"12,-143r0,-46r148,0r0,46r-148,0xm12,-65r0,-46r148,0r0,46r-148,0","w":172},">":{"d":"14,-29r0,-50r101,-48r-101,-48r0,-50r145,77r0,42","w":172},"?":{"d":"91,-260v54,0,93,55,68,105v-7,25,-58,42,-51,89r-36,0v-15,-65,51,-76,55,-122v2,-20,-16,-36,-35,-35v-22,0,-35,15,-40,44r-37,-6v1,-42,33,-75,76,-75xm72,0r0,-49r40,0r0,49r-40,0","w":180},"@":{"d":"157,43v48,0,80,-16,99,-46r31,0v-19,47,-63,79,-127,79v-100,-1,-151,-61,-151,-161v0,-99,49,-177,147,-177v79,0,121,56,123,135v2,60,-39,129,-95,127v-16,-1,-23,-6,-26,-20v-37,45,-99,6,-95,-53v4,-58,24,-118,78,-118v20,0,30,10,38,24r4,-19r38,0r-24,142v0,5,1,7,5,8v31,-9,51,-51,51,-92v0,-62,-34,-102,-97,-102v-82,0,-121,64,-121,148v0,77,42,126,122,125xm145,-159v-32,0,-44,50,-45,83v0,25,8,42,27,44v33,-4,42,-50,44,-86v1,-21,-9,-41,-26,-41","w":287},"A":{"d":"212,0r-46,0r-19,-59r-84,0r-18,59r-45,0r82,-258r45,0xm133,-102r-29,-96r-28,96r57,0","w":213,"k":{"\u0164":22,"\u0162":22,"y":11,"w":5,"v":11,"Y":27,"W":16,"V":22,"T":22," ":11}},"B":{"d":"198,-75v-4,60,-27,81,-105,75r-72,0r0,-258r85,0v86,-16,104,89,52,121v25,7,42,31,40,62xm147,-186v0,-39,-40,-27,-83,-29r0,60v41,-1,83,8,83,-31xm154,-77v0,-44,-46,-34,-90,-35r0,69v43,-1,90,10,90,-34","w":213},"C":{"d":"110,-40v29,0,41,-25,47,-55r41,16v-10,50,-35,83,-87,83v-66,0,-97,-60,-97,-131v0,-74,30,-135,99,-135v47,0,76,29,85,75r-43,13v-5,-25,-19,-44,-44,-44v-40,0,-53,38,-53,88v0,53,12,90,52,90","w":213},"D":{"d":"198,-126v0,74,-22,127,-97,126r-80,0r0,-258r78,0v81,0,99,53,99,132xm154,-128v2,-66,-17,-94,-90,-86r0,171r32,0v55,3,56,-34,58,-85","w":213},"E":{"d":"22,0r0,-258r156,0r0,44r-114,0r0,57r106,0r0,43r-106,0r0,71r118,0r0,43r-160,0","w":196},"F":{"d":"22,0r0,-258r145,0r0,44r-103,0r0,61r89,0r0,43r-89,0r0,110r-42,0","w":180,"k":{"\u0104":16,"A":16,".":33,",":33}},"G":{"d":"119,-40v20,0,39,-11,50,-22r0,-33r-49,0r0,-43r92,0r0,102v-16,20,-55,41,-91,40v-74,-2,-107,-57,-107,-133v0,-76,32,-132,105,-133v53,-1,83,29,90,76r-42,9v-6,-23,-22,-41,-48,-41v-42,0,-62,36,-61,86v0,51,16,92,61,92","w":229},"H":{"d":"22,0r0,-258r42,0r0,102r84,0r0,-102r43,0r0,258r-43,0r0,-113r-84,0r0,113r-42,0","w":213},"I":{"d":"20,0r0,-258r43,0r0,258r-43,0","w":82},"J":{"d":"72,-40v25,0,26,-17,26,-51r0,-167r42,0r0,163v1,63,-15,99,-70,99v-45,0,-65,-33,-65,-84r40,-5v0,27,7,45,27,45"},"K":{"d":"22,0r0,-258r43,0r0,115r86,-115r57,0r-79,101r84,157r-56,0r-58,-121r-34,43r0,78r-43,0","w":213},"L":{"d":"23,0r0,-256r42,0r0,213r106,0r0,43r-148,0","w":180,"k":{"\u0164":22,"\u0162":22,"y":11,"Y":27,"W":16,"V":22,"T":22," ":5}},"M":{"d":"21,0r0,-258r64,0r38,176r38,-176r64,0r0,258r-40,0r0,-203r-42,203r-41,0r-41,-203r0,203r-40,0","w":245},"N":{"d":"22,0r0,-258r41,0r87,172r0,-172r40,0r0,258r-43,0r-85,-168r0,168r-40,0","w":213},"O":{"d":"116,4v-71,0,-104,-58,-103,-131v1,-78,27,-135,102,-135v67,0,103,57,103,133v0,75,-33,132,-102,133xm116,-218v-42,0,-59,37,-59,89v0,50,18,89,59,89v41,0,58,-41,58,-90v0,-51,-17,-88,-58,-88","w":229},"P":{"d":"183,-178v3,69,-42,86,-119,81r0,97r-43,0r0,-258r69,0v72,-4,90,21,93,80xm139,-178v0,-39,-33,-37,-75,-36r0,73v42,1,75,3,75,-37","w":196,"k":{"\u0104":22,"A":22,".":38,",":38," ":5}},"Q":{"d":"116,-262v104,-5,127,157,76,229v10,9,22,16,34,22r-16,37v-23,-10,-17,-9,-47,-33v-83,37,-150,-26,-150,-122v0,-77,34,-130,103,-133xm57,-129v0,57,24,101,74,86v-9,-7,-17,-12,-26,-16r12,-29v14,6,27,14,40,26v30,-43,23,-160,-42,-156v-41,2,-58,39,-58,89","w":229},"R":{"d":"194,-186v2,41,-20,66,-55,72v34,24,50,73,72,114r-50,0r-54,-94v-9,-13,-20,-15,-43,-14r0,108r-42,0r0,-258r89,0v60,-3,81,20,83,72xm150,-182v4,-43,-45,-30,-86,-32r0,65v42,-2,91,11,86,-33","w":213,"k":{"Y":11,"W":5,"V":5}},"S":{"d":"153,-141v54,45,29,146,-56,146v-52,0,-80,-30,-86,-89r41,-5v-1,61,88,67,88,14v0,-40,-69,-36,-94,-56v-47,-38,-28,-137,50,-131v50,4,79,28,80,78r-42,2v4,-45,-75,-49,-75,-12v0,36,73,35,94,53","w":196},"T":{"d":"69,0r0,-214r-63,0r0,-44r168,0r0,44r-62,0r0,214r-43,0","w":180,"k":{"\u0150":5,"\u0119":22,"\u0105":22,"\u0104":22,"y":22,"w":22,"u":22,"s":22,"r":16,"o":22,"i":5,"e":22,"c":22,"a":22,"O":5,"A":22,";":33,":":33,".":33,"-":16,",":33}},"U":{"d":"108,4v-76,-3,-87,-37,-87,-124r0,-138r43,0r0,140v-2,53,2,73,43,78v39,-5,41,-23,40,-75r0,-143r43,0v-8,109,35,267,-82,262","w":213},"V":{"d":"75,0r-75,-258r46,0r54,191r51,-191r46,0r-76,258r-46,0","w":196,"k":{"\u0119":16,"\u0105":16,"\u0104":22,"y":11,"u":11,"r":16,"o":22,"i":5,"e":16,"a":16,"A":22,";":16,":":16,".":27,"-":16,",":27}},"W":{"d":"51,0r-50,-258r44,0r31,177r39,-177r51,0r37,180r32,-180r43,0r-51,258r-45,0r-43,-193r-41,193r-47,0","w":278,"k":{"\u0119":5,"\u0105":11,"\u0104":16,"y":5,"u":5,"r":5,"o":5,"i":2,"e":5,"a":11,"A":16,";":5,":":5,".":16,"-":6,",":16}},"X":{"d":"0,0r72,-134r-65,-124r50,0r42,83r42,-83r49,0r-66,125r73,133r-52,0r-47,-89r-47,89r-51,0","w":196},"Y":{"d":"77,0r0,-108r-77,-150r50,0r49,102r49,-102r49,0r-77,150r0,108r-43,0","w":196,"k":{"\u0119":16,"\u0105":16,"\u0104":27,"v":16,"u":16,"q":22,"p":16,"o":22,"i":11,"e":16,"a":16,"A":27,";":22,":":22,".":33,"-":16,",":33," ":5}},"Z":{"d":"3,0r0,-47r111,-167r-98,0r0,-44r154,0r0,41r-115,174r120,0r0,43r-172,0","w":180},"[":{"d":"21,73r0,-331r72,0r0,39r-34,0r0,253r34,0r0,39r-72,0","w":98},"\\":{"d":"0,-262r30,0r52,266r-30,0","w":82},"]":{"d":"77,-258r0,331r-72,0r0,-39r34,0r0,-253r-34,0r0,-39r72,0","w":98},"^":{"d":"17,-122r54,-140r32,0r53,140r-41,0r-29,-86r-28,86r-41,0","w":172},"_":{"d":"-2,27r168,0r0,18r-168,0r0,-18"},"`":{"d":"72,-210r-26,0r-40,-52r46,0","w":98},"a":{"d":"79,-153v-17,0,-22,7,-27,23r-37,-8v8,-36,25,-49,66,-53v100,-10,46,123,73,191r-40,0r-5,-20v-25,39,-104,27,-98,-31v-6,-56,62,-56,95,-71v0,-24,-6,-31,-27,-31xm74,-31v28,-2,33,-24,32,-59v-16,9,-57,9,-55,34v1,13,10,26,23,25"},"b":{"d":"105,4v-22,0,-39,-14,-48,-31r0,27r-38,0r0,-258r41,0r0,93v40,-57,109,-7,109,71v0,53,-22,98,-64,98xm93,-153v-23,0,-33,25,-33,56v0,36,7,58,35,62v24,-3,33,-26,32,-58v0,-35,-7,-60,-34,-60","w":180},"c":{"d":"12,-93v0,-101,123,-138,143,-38r-40,8v-3,-20,-13,-29,-28,-29v-25,0,-33,22,-33,55v0,63,58,84,63,25r40,9v-8,45,-32,67,-71,67v-52,0,-74,-46,-74,-97"},"d":{"d":"12,-94v-10,-78,68,-129,109,-71r0,-93r41,0r0,258r-38,0r0,-27v-42,67,-121,12,-112,-67xm87,-153v-23,1,-34,25,-33,56v1,36,5,62,34,62v45,0,47,-120,-1,-118","w":180},"e":{"d":"51,-79v-5,43,50,67,59,20r40,8v-9,33,-28,54,-66,55v-53,0,-75,-41,-75,-96v-1,-52,23,-99,71,-99v55,0,75,52,72,112r-101,0xm112,-109v4,-36,-31,-58,-52,-33v-6,8,-8,19,-8,33r60,0"},"f":{"d":"102,-221v-26,-9,-41,2,-36,34r31,0r0,39r-31,0r0,148r-40,0r0,-148r-22,0r0,-39r22,0v-2,-46,5,-76,47,-75v11,0,23,2,34,6","w":98},"g":{"d":"89,76v-46,0,-73,-18,-72,-64r47,7v1,14,7,19,23,19v38,0,35,-31,34,-68v-10,16,-24,30,-46,30v-42,0,-63,-46,-63,-94v0,-82,75,-130,112,-66r0,-27r38,0r0,168v0,64,-14,95,-73,95xm87,-153v-42,0,-47,112,-1,113v48,0,49,-113,1,-113","w":180},"h":{"d":"95,-153v-54,0,-26,99,-33,153r-41,0r0,-258r41,0r0,95v10,-15,24,-28,46,-28v77,0,46,115,52,191r-40,0r0,-99v-1,-38,2,-54,-25,-54","w":180},"i":{"d":"21,-212r0,-46r41,0r0,46r-41,0xm21,0r0,-187r41,0r0,187r-41,0","w":82},"j":{"d":"20,-212r0,-46r41,0r0,46r-41,0xm-6,28v24,5,27,-4,26,-37r0,-178r41,0r0,181v6,66,-20,94,-74,76","w":82},"k":{"d":"20,0r0,-258r40,0r0,137r48,-66r50,0r-53,69r56,118r-43,0r-39,-84r-19,24r0,60r-40,0"},"l":{"d":"21,0r0,-258r41,0r0,258r-41,0","w":82},"m":{"d":"55,-161v15,-36,79,-42,91,0v25,-50,97,-33,97,42r0,119r-40,0r0,-107v-1,-30,0,-43,-22,-46v-48,6,-24,100,-30,153r-40,0r0,-102v-2,-33,2,-49,-22,-51v-50,7,-23,99,-30,153r-41,0r0,-187r37,0r0,26","w":262},"n":{"d":"109,-191v78,0,44,117,51,191r-40,0r0,-95v1,-37,0,-53,-25,-58v-55,4,-26,98,-33,153r-41,0r0,-187r38,0r0,28v12,-19,25,-32,50,-32","w":180},"o":{"d":"91,4v-51,0,-81,-42,-79,-100v2,-52,27,-95,79,-95v50,-1,79,47,79,97v-1,54,-27,98,-79,98xm91,-151v-25,0,-38,26,-38,58v0,32,13,57,38,57v49,0,50,-115,0,-115","w":180},"p":{"d":"169,-95v10,76,-67,133,-108,72r0,94r-41,0r0,-258r38,0r0,28v42,-69,120,-13,111,64xm95,-152v-24,0,-35,24,-35,55v0,34,9,62,35,62v44,0,46,-117,0,-117","w":180},"q":{"d":"78,-191v24,0,36,13,46,32r0,-28r38,0r0,258r-41,0r0,-94v-45,62,-108,4,-108,-72v0,-51,23,-96,65,-96xm88,-35v45,0,50,-117,1,-117v-25,0,-34,25,-34,59v0,34,7,58,33,58","w":180},"r":{"d":"106,-139v-44,-24,-46,26,-46,81r0,58r-40,0r0,-187r37,0r0,27v10,-29,35,-40,62,-22","w":114,"k":{".":16,",":16}},"s":{"d":"138,-94v31,41,-1,98,-58,98v-41,0,-66,-22,-73,-57r41,-8v0,36,57,41,61,9v-1,-11,-5,-12,-16,-16v-54,-17,-74,-18,-80,-66v-6,-55,73,-71,110,-45v10,7,18,20,22,37r-38,9v0,-27,-53,-30,-57,-7v3,24,78,24,88,46"},"t":{"d":"95,-3v-44,18,-72,0,-72,-63r0,-81r-19,0r0,-40r19,0r0,-37r41,-29r0,66r27,0r0,40r-27,0r0,75v-2,33,2,40,27,31","w":98},"u":{"d":"86,-33v53,-5,27,-97,33,-154r40,0r0,187r-37,0r0,-28v-10,17,-27,32,-51,32v-76,-2,-45,-117,-51,-191r41,0v7,54,-20,148,25,154","w":180},"v":{"d":"63,0r-61,-187r42,0r37,127r38,-127r41,0r-60,187r-37,0","k":{".":22,",":22}},"w":{"d":"50,0r-49,-187r40,0r28,123r27,-123r39,0r25,123r30,-123r40,0r-50,187r-38,0r-27,-120r-26,120r-39,0","w":229,"k":{".":11,",":11}},"x":{"d":"2,0r55,-96r-53,-91r50,0r27,52r28,-52r48,0r-52,89r57,98r-50,0r-31,-58r-32,58r-47,0"},"y":{"d":"2,-187r43,0r37,133r35,-133r42,0v-27,80,-42,173,-78,244v-9,18,-40,23,-66,16r-3,-39v30,7,44,-5,48,-33","k":{".":22,",":22}},"z":{"d":"5,0r0,-38r78,-109v-21,2,-49,1,-72,1r0,-41r126,0r0,35r-79,110v31,-2,53,0,84,-1r0,43r-137,0","w":147},"{":{"d":"40,-4v0,-42,2,-64,-31,-68r0,-42v31,-4,31,-25,31,-63v0,-62,8,-87,67,-85r0,42v-24,0,-29,2,-29,25v0,39,1,87,-27,102v26,15,27,61,27,101v-1,24,7,24,29,26r0,42v-57,2,-67,-22,-67,-80","w":114},"|":{"d":"25,76r0,-338r33,0r0,338r-33,0","w":82},"}":{"d":"73,-183v0,42,-2,65,32,69r0,42v-31,4,-32,24,-32,62v0,64,-8,86,-66,86r0,-42v23,-1,28,-4,29,-26v1,-36,1,-88,27,-101v-28,-17,-27,-60,-27,-102v0,-23,-5,-25,-29,-25r0,-42v55,-1,66,20,66,79","w":114},"~":{"d":"120,-92v-23,1,-52,-25,-71,-24v-13,0,-26,9,-39,25r0,-46v27,-46,82,-11,113,0v17,-2,30,-12,40,-25r0,47v-9,10,-23,22,-43,23","w":172},"\u00c4":{"d":"212,0r-46,0r-19,-59r-84,0r-18,59r-45,0r82,-258r45,0xm133,-102r-29,-96r-28,96r57,0xm58,-285r0,-42r35,0r0,42r-35,0xm120,-285r0,-42r35,0r0,42r-35,0","w":213},"\u00c5":{"d":"106,-336v16,0,28,17,28,35v0,18,-12,34,-28,34v-16,0,-28,-17,-28,-34v0,-18,12,-35,28,-35xm106,-286v7,0,14,-8,13,-15v1,-9,-6,-16,-13,-16v-7,0,-14,7,-13,16v-1,7,6,15,13,15xm212,0r-46,0r-19,-59r-84,0r-18,59r-45,0r82,-258r45,0xm133,-102r-29,-96r-28,96r57,0","w":213},"\u00c7":{"d":"110,-40v29,0,41,-25,47,-55r41,16v-10,50,-35,83,-87,83v-66,0,-97,-60,-97,-131v0,-74,30,-135,99,-135v47,0,76,29,85,75r-43,13v-5,-25,-19,-44,-44,-44v-40,0,-53,38,-53,88v0,53,12,90,52,90xm147,37v0,35,-45,45,-79,36r0,-21v22,2,51,7,52,-14v1,-17,-23,-18,-38,-12r4,-17v26,-12,61,-2,61,28","w":213},"\u00c9":{"d":"22,0r0,-258r156,0r0,44r-114,0r0,57r106,0r0,43r-106,0r0,71r118,0r0,43r-160,0xm76,-275r20,-52r45,0r-39,52r-26,0","w":196},"\u00d1":{"d":"83,-292v-8,1,-10,5,-10,15r-18,0v-1,-24,6,-44,26,-45v19,-1,50,34,55,0r19,0v0,25,-6,42,-26,44v-13,2,-35,-16,-46,-14xm22,0r0,-258r41,0r87,172r0,-172r40,0r0,258r-43,0r-85,-168r0,168r-40,0","w":213},"\u00d6":{"d":"116,4v-71,0,-104,-58,-103,-131v1,-78,27,-135,102,-135v67,0,103,57,103,133v0,75,-33,132,-102,133xm116,-218v-42,0,-59,37,-59,89v0,50,18,89,59,89v41,0,58,-41,58,-90v0,-51,-17,-88,-58,-88xm67,-285r0,-42r35,0r0,42r-35,0xm129,-285r0,-42r35,0r0,42r-35,0","w":229},"\u00dc":{"d":"108,4v-76,-3,-87,-37,-87,-124r0,-138r43,0r0,140v-2,53,2,73,43,78v39,-5,41,-23,40,-75r0,-143r43,0v-8,109,35,267,-82,262xm58,-285r0,-42r35,0r0,42r-35,0xm120,-285r0,-42r35,0r0,42r-35,0","w":213},"\u00e1":{"d":"79,-153v-17,0,-22,7,-27,23r-37,-8v8,-36,25,-49,66,-53v100,-10,46,123,73,191r-40,0r-5,-20v-25,39,-104,27,-98,-31v-6,-56,62,-56,95,-71v0,-24,-6,-31,-27,-31xm74,-31v28,-2,33,-24,32,-59v-16,9,-57,9,-55,34v1,13,10,26,23,25xm62,-210r20,-52r45,0r-39,52r-26,0"},"\u00e0":{"d":"79,-153v-17,0,-22,7,-27,23r-37,-8v8,-36,25,-49,66,-53v100,-10,46,123,73,191r-40,0r-5,-20v-25,39,-104,27,-98,-31v-6,-56,62,-56,95,-71v0,-24,-6,-31,-27,-31xm74,-31v28,-2,33,-24,32,-59v-16,9,-57,9,-55,34v1,13,10,26,23,25xm103,-210r-26,0r-40,-52r46,0"},"\u00e2":{"d":"34,-210r30,-52r37,0r30,52r-32,0r-17,-26r-16,26r-32,0xm79,-153v-17,0,-22,7,-27,23r-37,-8v8,-36,25,-49,66,-53v100,-10,46,123,73,191r-40,0r-5,-20v-25,39,-104,27,-98,-31v-6,-56,62,-56,95,-71v0,-24,-6,-31,-27,-31xm74,-31v28,-2,33,-24,32,-59v-16,9,-57,9,-55,34v1,13,10,26,23,25"},"\u00e4":{"d":"79,-153v-17,0,-22,7,-27,23r-37,-8v8,-36,25,-49,66,-53v100,-10,46,123,73,191r-40,0r-5,-20v-25,39,-104,27,-98,-31v-6,-56,62,-56,95,-71v0,-24,-6,-31,-27,-31xm74,-31v28,-2,33,-24,32,-59v-16,9,-57,9,-55,34v1,13,10,26,23,25xm34,-220r0,-42r35,0r0,42r-35,0xm96,-220r0,-42r35,0r0,42r-35,0"},"\u00e3":{"d":"61,-227v-8,1,-10,5,-10,15r-18,0v-1,-24,5,-44,26,-44v20,0,50,35,55,-1r18,0v0,26,-5,42,-25,44v-14,2,-35,-15,-46,-14xm79,-153v-17,0,-22,7,-27,23r-37,-8v8,-36,25,-49,66,-53v100,-10,46,123,73,191r-40,0r-5,-20v-25,39,-104,27,-98,-31v-6,-56,62,-56,95,-71v0,-24,-6,-31,-27,-31xm74,-31v28,-2,33,-24,32,-59v-16,9,-57,9,-55,34v1,13,10,26,23,25"},"\u00e5":{"d":"82,-270v17,0,29,17,29,34v0,17,-13,35,-29,35v-36,0,-37,-69,0,-69xm82,-220v16,-1,17,-32,0,-32v-6,0,-14,7,-12,16v-2,8,6,16,12,16xm79,-153v-17,0,-22,7,-27,23r-37,-8v8,-36,25,-49,66,-53v100,-10,46,123,73,191r-40,0r-5,-20v-25,39,-104,27,-98,-31v-6,-56,62,-56,95,-71v0,-24,-6,-31,-27,-31xm74,-31v28,-2,33,-24,32,-59v-16,9,-57,9,-55,34v1,13,10,26,23,25"},"\u00e7":{"d":"12,-93v0,-101,123,-138,143,-38r-40,8v-3,-20,-13,-29,-28,-29v-25,0,-33,22,-33,55v0,63,58,84,63,25r40,9v-8,45,-32,67,-71,67v-52,0,-74,-46,-74,-97xm123,35v0,35,-45,45,-79,36r0,-21v22,2,51,7,52,-14v1,-17,-23,-18,-38,-12r4,-17v26,-12,61,-2,61,28"},"\u00e9":{"d":"51,-79v-5,43,50,67,59,20r40,8v-9,33,-28,54,-66,55v-53,0,-75,-41,-75,-96v-1,-52,23,-99,71,-99v55,0,75,52,72,112r-101,0xm112,-109v4,-36,-31,-58,-52,-33v-6,8,-8,19,-8,33r60,0xm61,-210r20,-52r45,0r-39,52r-26,0"},"\u00e8":{"d":"51,-79v-5,43,50,67,59,20r40,8v-9,33,-28,54,-66,55v-53,0,-75,-41,-75,-96v-1,-52,23,-99,71,-99v55,0,75,52,72,112r-101,0xm112,-109v4,-36,-31,-58,-52,-33v-6,8,-8,19,-8,33r60,0xm102,-210r-26,0r-40,-52r46,0"},"\u00ea":{"d":"32,-210r30,-52r38,0r30,52r-33,0r-16,-26r-16,26r-33,0xm51,-79v-5,43,50,67,59,20r40,8v-9,33,-28,54,-66,55v-53,0,-75,-41,-75,-96v-1,-52,23,-99,71,-99v55,0,75,52,72,112r-101,0xm112,-109v4,-36,-31,-58,-52,-33v-6,8,-8,19,-8,33r60,0"},"\u00eb":{"d":"51,-79v-5,43,50,67,59,20r40,8v-9,33,-28,54,-66,55v-53,0,-75,-41,-75,-96v-1,-52,23,-99,71,-99v55,0,75,52,72,112r-101,0xm112,-109v4,-36,-31,-58,-52,-33v-6,8,-8,19,-8,33r60,0xm33,-220r0,-42r35,0r0,42r-35,0xm95,-220r0,-42r35,0r0,42r-35,0"},"\u00ed":{"d":"21,0r0,-187r41,0r0,187r-41,0xm21,-210r20,-52r45,0r-39,52r-26,0","w":82},"\u00ec":{"d":"21,0r0,-187r41,0r0,187r-41,0xm63,-210r-26,0r-40,-52r46,0","w":82},"\u00ee":{"d":"-7,-210r30,-52r37,0r30,52r-32,0r-17,-26r-15,26r-33,0xm21,0r0,-187r41,0r0,187r-41,0","w":82},"\u00ef":{"d":"21,0r0,-187r41,0r0,187r-41,0xm-7,-220r0,-42r35,0r0,42r-35,0xm55,-220r0,-42r35,0r0,42r-35,0","w":82},"\u00f1":{"d":"69,-227v-8,1,-10,5,-10,15r-18,0v-1,-24,5,-44,26,-44v20,0,50,35,55,-1r18,0v0,26,-5,42,-25,44v-14,2,-35,-15,-46,-14xm109,-191v78,0,44,117,51,191r-40,0r0,-95v1,-37,0,-53,-25,-58v-55,4,-26,98,-33,153r-41,0r0,-187r38,0r0,28v12,-19,25,-32,50,-32","w":180},"\u00f3":{"d":"91,4v-51,0,-81,-42,-79,-100v2,-52,27,-95,79,-95v50,-1,79,47,79,97v-1,54,-27,98,-79,98xm91,-151v-25,0,-38,26,-38,58v0,32,13,57,38,57v49,0,50,-115,0,-115xm70,-210r20,-52r45,0r-39,52r-26,0","w":180},"\u00f2":{"d":"91,4v-51,0,-81,-42,-79,-100v2,-52,27,-95,79,-95v50,-1,79,47,79,97v-1,54,-27,98,-79,98xm91,-151v-25,0,-38,26,-38,58v0,32,13,57,38,57v49,0,50,-115,0,-115xm112,-210r-26,0r-40,-52r46,0","w":180},"\u00f4":{"d":"42,-210r30,-52r38,0r30,52r-33,0r-17,-26r-15,26r-33,0xm91,4v-51,0,-81,-42,-79,-100v2,-52,27,-95,79,-95v50,-1,79,47,79,97v-1,54,-27,98,-79,98xm91,-151v-25,0,-38,26,-38,58v0,32,13,57,38,57v49,0,50,-115,0,-115","w":180},"\u00f6":{"d":"91,4v-51,0,-81,-42,-79,-100v2,-52,27,-95,79,-95v50,-1,79,47,79,97v-1,54,-27,98,-79,98xm91,-151v-25,0,-38,26,-38,58v0,32,13,57,38,57v49,0,50,-115,0,-115xm43,-220r0,-42r35,0r0,42r-35,0xm105,-220r0,-42r35,0r0,42r-35,0","w":180},"\u00f5":{"d":"69,-227v-8,1,-10,5,-10,15r-18,0v-1,-24,5,-44,26,-44v21,0,49,35,55,-1r19,0v0,25,-6,42,-26,44v-13,2,-36,-15,-46,-14xm91,4v-51,0,-81,-42,-79,-100v2,-52,27,-95,79,-95v50,-1,79,47,79,97v-1,54,-27,98,-79,98xm91,-151v-25,0,-38,26,-38,58v0,32,13,57,38,57v49,0,50,-115,0,-115","w":180},"\u00fa":{"d":"86,-33v53,-5,27,-97,33,-154r40,0r0,187r-37,0r0,-28v-10,17,-27,32,-51,32v-76,-2,-45,-117,-51,-191r41,0v7,54,-20,148,25,154xm70,-210r20,-52r45,0r-39,52r-26,0","w":180},"\u00f9":{"d":"86,-33v53,-5,27,-97,33,-154r40,0r0,187r-37,0r0,-28v-10,17,-27,32,-51,32v-76,-2,-45,-117,-51,-191r41,0v7,54,-20,148,25,154xm111,-210r-26,0r-40,-52r46,0","w":180},"\u00fb":{"d":"41,-210r30,-52r38,0r30,52r-33,0r-17,-26r-15,26r-33,0xm86,-33v53,-5,27,-97,33,-154r40,0r0,187r-37,0r0,-28v-10,17,-27,32,-51,32v-76,-2,-45,-117,-51,-191r41,0v7,54,-20,148,25,154","w":180},"\u00fc":{"d":"86,-33v53,-5,27,-97,33,-154r40,0r0,187r-37,0r0,-28v-10,17,-27,32,-51,32v-76,-2,-45,-117,-51,-191r41,0v7,54,-20,148,25,154xm42,-220r0,-42r35,0r0,42r-35,0xm104,-220r0,-42r35,0r0,42r-35,0","w":180},"\u00b0":{"d":"71,-150v-30,0,-56,-27,-56,-56v0,-30,26,-56,56,-56v30,0,56,26,56,56v0,30,-26,56,-56,56xm71,-233v-14,0,-27,13,-27,27v0,14,13,27,27,27v14,0,27,-13,27,-27v0,-14,-13,-27,-27,-27","w":143},"\u00a2":{"d":"54,-3v-67,-31,-57,-209,46,-187r16,-66r18,6r-16,65v18,9,31,27,37,54r-40,8v-1,-8,-4,-15,-8,-20r-26,106v24,4,32,-12,36,-35r39,9v-9,50,-36,72,-85,66r-17,68r-17,-6xm90,-152v-46,-6,-41,80,-25,105"},"\u00a3":{"d":"50,-45v31,-18,62,22,94,-5r16,42v-44,37,-104,-29,-143,12r-15,-42v19,-16,32,-38,30,-71r-30,0r0,-39r23,0v-19,-55,6,-115,61,-114v40,1,62,27,66,68r-39,7v-1,-49,-55,-44,-55,-3v0,12,2,26,7,42r45,0r0,39r-38,0v1,32,-7,41,-22,64"},"\u00a7":{"d":"35,-166v-31,-34,-6,-99,44,-96v37,3,59,24,63,59r-39,5v3,-31,-39,-34,-42,-10v13,46,93,58,93,123v0,22,-9,40,-26,55v35,35,13,110,-45,106v-38,-3,-63,-27,-66,-64r39,-6v0,36,45,43,49,11v-11,-46,-96,-62,-96,-127v0,-25,8,-44,26,-56xm58,-143v-39,35,28,73,48,91v39,-41,-29,-67,-48,-91"},"\u00b6":{"d":"0,-185v2,-50,20,-73,77,-73r86,0r0,46r-17,0r0,283r-34,0r0,-283r-21,0r0,283r-35,0r0,-184v-36,-4,-58,-30,-56,-72"},"\u00df":{"d":"83,-223v-25,4,-22,22,-22,56r0,167r-41,0r0,-167v-2,-61,12,-92,63,-95v36,-2,57,21,59,53v1,15,-18,51,-18,61v0,30,50,52,46,92v7,61,-77,82,-98,27r28,-20v6,21,30,16,29,-4v1,-25,-52,-61,-48,-84v-2,-15,20,-51,19,-68v0,-9,-7,-19,-17,-18","w":180},"\u00ae":{"d":"-1,-128v0,-72,42,-135,110,-135v68,0,110,63,110,135v0,72,-41,134,-110,134v-69,0,-110,-63,-110,-134xm198,-128v0,-58,-34,-109,-89,-109v-55,0,-88,50,-88,109v0,58,32,108,88,108v56,0,89,-50,89,-108xm154,-159v1,22,-12,37,-31,40v19,11,25,42,38,63r-29,0v-15,-24,-13,-63,-49,-59r0,59r-24,0r0,-143v54,0,95,-8,95,40xm129,-157v0,-22,-19,-19,-46,-19r0,39v26,-1,46,3,46,-20","w":217},"\u00a9":{"d":"-1,-128v0,-72,42,-135,110,-135v68,0,110,63,110,135v0,72,-41,134,-110,134v-69,0,-110,-63,-110,-134xm198,-128v0,-58,-33,-108,-89,-108v-56,0,-89,50,-89,108v0,58,34,108,89,108v54,0,89,-50,89,-108xm110,-178v-41,0,-40,100,-2,100v14,0,23,-10,28,-30r23,9v-5,26,-22,46,-48,46v-36,0,-56,-32,-56,-74v0,-76,86,-107,104,-33r-23,7v-5,-16,-14,-25,-26,-25","w":217},"\u00b4":{"d":"27,-210r20,-52r45,0r-39,52r-26,0","w":98},"\u00a8":{"d":"1,-220r0,-42r35,0r0,42r-35,0xm63,-220r0,-42r35,0r0,42r-35,0","w":98},"\u00c6":{"d":"-12,0r98,-258r191,0r0,44r-105,0r0,57r97,0r0,44r-97,0r0,70r109,0r0,43r-151,0r0,-61r-73,0r-22,61r-47,0xm72,-106r58,0r0,-113r-16,0","w":295},"\u00d8":{"d":"34,-41v-44,-78,-21,-221,81,-221v25,0,47,8,64,23r22,-31r20,21r-24,33v44,74,20,220,-81,220v-26,0,-47,-7,-63,-22r-23,32r-21,-21xm152,-203v-46,-39,-95,6,-95,74v0,19,2,35,6,48xm79,-54v46,42,95,-7,95,-75v0,-18,-2,-33,-6,-46","w":229},"\u00b1":{"d":"76,-63r0,-67r-67,0r0,-46r67,0r0,-67r45,0r0,67r68,0r0,46r-68,0r0,67r-45,0xm9,0r0,-46r180,0r0,46r-180,0","w":197},"\u00a5":{"d":"61,-50r-54,0r0,-33r54,0r0,-25r-54,0r0,-33r40,0r-47,-117r45,0r36,100v10,-34,25,-67,37,-100r45,0r-48,117r41,0r0,33r-55,0r0,25r55,0r0,33r-55,0r0,50r-40,0r0,-50"},"\u00b5":{"d":"143,-22v-12,32,-62,37,-74,0r0,94r-49,0r0,-259r49,0v5,56,-18,152,35,152v54,0,30,-95,35,-152r50,0r0,187r-46,0r0,-22","w":207},"\u00aa":{"d":"54,-234v-13,0,-13,3,-17,14r-28,-7v4,-23,17,-35,45,-35v67,0,34,79,48,128r-27,0v-1,-3,-2,-7,-3,-12v-18,25,-67,17,-67,-22v0,-39,36,-36,64,-48v0,-16,-2,-17,-15,-18xm49,-157v16,0,21,-17,20,-35v-10,5,-34,6,-34,21v0,7,7,15,14,14","w":109},"\u00ba":{"d":"54,-130v-34,0,-50,-28,-50,-66v0,-38,16,-66,50,-66v34,0,50,28,50,66v0,38,-16,66,-50,66xm53,-231v-15,1,-19,14,-19,35v0,22,4,36,20,36v27,0,26,-73,-1,-71","w":107},"\u00e6":{"d":"17,-138v3,-54,80,-68,117,-36v35,-35,95,-9,105,30v4,17,10,37,10,65r-102,0v1,51,48,62,60,19r40,9v-13,60,-86,72,-123,30v-28,36,-111,35,-111,-30v0,-55,49,-55,94,-70v1,-23,-6,-31,-25,-32v-16,-1,-25,9,-28,23xm209,-110v4,-37,-36,-58,-54,-29v-5,9,-8,18,-8,29r62,0xm53,-55v0,31,46,29,51,3v2,-6,3,-18,3,-37v-39,16,-45,5,-54,34","w":262},"\u00f8":{"d":"31,-27v-37,-57,-16,-167,61,-164v17,0,32,5,45,15r15,-21r16,16r-16,22v38,55,16,166,-61,163v-16,0,-31,-5,-44,-15r-17,24r-15,-17xm114,-144v-30,-25,-61,8,-61,49v0,12,1,22,4,31xm70,-43v30,25,60,-8,60,-49v0,-10,-1,-20,-4,-30","w":180},"\u00bf":{"d":"110,-187r0,50r-41,0r0,-50r41,0xm15,0v0,-57,62,-58,58,-120r37,0v11,66,-49,77,-56,122v8,48,71,45,75,-9r37,5v-4,45,-31,75,-76,76v-43,1,-75,-32,-75,-74","w":180},"\u00a1":{"d":"70,-187r0,50r-40,0r0,-50r40,0xm62,-119r10,130r0,61r-44,0v-2,-69,6,-128,10,-191r24,0","w":98},"\u00ac":{"d":"123,-66r0,-78r-111,0r0,-45r148,0r0,123r-37,0","w":172},"\u0192":{"d":"40,-150r5,-37r29,0v6,-43,6,-76,52,-75v13,0,26,2,39,7r-8,40v-27,-12,-43,-2,-42,28r30,0r-6,37r-29,0v-13,68,-14,155,-38,212v-13,19,-52,16,-75,7r8,-39v28,8,38,5,42,-26r22,-154r-29,0"},"\u00ab":{"d":"91,-173r-37,79r37,82r-32,0r-45,-82r45,-79r32,0xm148,-173r-38,79r38,82r-32,0r-46,-82r46,-79r32,0"},"\u00bb":{"d":"72,-12r37,-80r-37,-81r32,0r45,81r-45,80r-32,0xm15,-12r38,-80r-38,-81r32,0r46,81r-46,80r-32,0"},"\u00a0":{},"\u00c0":{"d":"212,0r-46,0r-19,-59r-84,0r-18,59r-45,0r82,-258r45,0xm133,-102r-29,-96r-28,96r57,0xm129,-275r-26,0r-40,-52r46,0","w":213},"\u00c3":{"d":"83,-292v-8,1,-10,5,-10,15r-18,0v-1,-24,6,-44,26,-45v19,-1,50,34,55,0r19,0v0,25,-6,42,-26,44v-13,2,-35,-16,-46,-14xm212,0r-46,0r-19,-59r-84,0r-18,59r-45,0r82,-258r45,0xm133,-102r-29,-96r-28,96r57,0","w":213},"\u00d5":{"d":"93,-292v-8,1,-10,5,-10,15v-7,-1,-19,4,-19,-6v1,-21,9,-38,27,-39v18,-1,50,34,54,0r19,0v0,26,-6,43,-26,44v-13,2,-34,-16,-45,-14xm116,4v-71,0,-104,-58,-103,-131v1,-78,27,-135,102,-135v67,0,103,57,103,133v0,75,-33,132,-102,133xm116,-218v-42,0,-59,37,-59,89v0,50,18,89,59,89v41,0,58,-41,58,-90v0,-51,-17,-88,-58,-88","w":229},"\u0152":{"d":"93,-262v26,0,47,15,57,33r0,-29r132,0r0,44r-95,0r0,57r87,0r0,44r-87,0r0,69r99,0r0,44r-136,0r0,-30v-11,21,-26,35,-55,34v-64,-2,-85,-62,-85,-133v0,-71,21,-133,83,-133xm148,-133v0,-50,-9,-85,-47,-85v-38,0,-47,37,-47,85v0,52,5,88,47,92v42,-5,47,-39,47,-92","w":295},"\u0153":{"d":"265,-52v-5,56,-90,75,-121,30v-46,58,-138,9,-131,-71v5,-55,25,-98,78,-98v24,0,40,10,53,26v31,-45,102,-24,114,22v4,17,8,37,8,64r-100,0v-5,45,51,64,59,19xm228,-110v3,-38,-34,-61,-54,-31v-4,7,-7,17,-8,31r62,0xm91,-150v-26,0,-38,27,-37,59v0,25,12,55,37,54v25,-1,35,-26,35,-58v0,-30,-11,-55,-35,-55","w":278},"\u00f7":{"d":"74,-172r0,-50r49,0r0,50r-49,0xm9,-104r0,-46r180,0r0,46r-180,0xm74,-33r0,-49r49,0r0,49r-49,0","w":197},"\u00ff":{"d":"2,-187r43,0r37,133r35,-133r42,0v-27,80,-42,173,-78,244v-9,18,-40,23,-66,16r-3,-39v30,7,44,-5,48,-33xm33,-220r0,-42r35,0r0,42r-35,0xm95,-220r0,-42r35,0r0,42r-35,0"},"\u0178":{"d":"77,0r0,-108r-77,-150r50,0r49,102r49,-102r49,0r-77,150r0,108r-43,0xm50,-285r0,-42r35,0r0,42r-35,0xm112,-285r0,-42r35,0r0,42r-35,0","w":196},"\u00c2":{"d":"57,-275r31,-52r37,0r30,52r-33,0r-16,-27r-16,27r-33,0xm212,0r-46,0r-19,-59r-84,0r-18,59r-45,0r82,-258r45,0xm133,-102r-29,-96r-28,96r57,0","w":213},"\u00ca":{"d":"50,-275r30,-52r37,0r30,52r-32,0r-17,-27r-15,27r-33,0xm22,0r0,-258r156,0r0,44r-114,0r0,57r106,0r0,43r-106,0r0,71r118,0r0,43r-160,0","w":196},"\u00c1":{"d":"212,0r-46,0r-19,-59r-84,0r-18,59r-45,0r82,-258r45,0xm133,-102r-29,-96r-28,96r57,0xm84,-275r20,-52r45,0r-39,52r-26,0","w":213},"\u00cb":{"d":"22,0r0,-258r156,0r0,44r-114,0r0,57r106,0r0,43r-106,0r0,71r118,0r0,43r-160,0xm50,-285r0,-42r35,0r0,42r-35,0xm112,-285r0,-42r35,0r0,42r-35,0","w":196},"\u00c8":{"d":"22,0r0,-258r156,0r0,44r-114,0r0,57r106,0r0,43r-106,0r0,71r118,0r0,43r-160,0xm121,-275r-26,0r-40,-52r46,0","w":196},"\u00cd":{"d":"20,0r0,-258r43,0r0,258r-43,0xm19,-275r20,-52r45,0r-39,52r-26,0","w":82},"\u00ce":{"d":"-7,-275r30,-52r37,0r30,52r-32,0r-17,-27r-15,27r-33,0xm20,0r0,-258r43,0r0,258r-43,0","w":82},"\u00cf":{"d":"20,0r0,-258r43,0r0,258r-43,0xm-7,-285r0,-42r35,0r0,42r-35,0xm55,-285r0,-42r35,0r0,42r-35,0","w":82},"\u00cc":{"d":"20,0r0,-258r43,0r0,258r-43,0xm64,-275r-26,0r-40,-52r46,0","w":82},"\u00d3":{"d":"116,4v-71,0,-104,-58,-103,-131v1,-78,27,-135,102,-135v67,0,103,57,103,133v0,75,-33,132,-102,133xm116,-218v-42,0,-59,37,-59,89v0,50,18,89,59,89v41,0,58,-41,58,-90v0,-51,-17,-88,-58,-88xm93,-275r20,-52r45,0r-39,52r-26,0","w":229},"\u00d4":{"d":"67,-275r30,-52r37,0r30,52r-32,0r-17,-27r-16,27r-32,0xm116,4v-71,0,-104,-58,-103,-131v1,-78,27,-135,102,-135v67,0,103,57,103,133v0,75,-33,132,-102,133xm116,-218v-42,0,-59,37,-59,89v0,50,18,89,59,89v41,0,58,-41,58,-90v0,-51,-17,-88,-58,-88","w":229},"\u00d2":{"d":"116,4v-71,0,-104,-58,-103,-131v1,-78,27,-135,102,-135v67,0,103,57,103,133v0,75,-33,132,-102,133xm116,-218v-42,0,-59,37,-59,89v0,50,18,89,59,89v41,0,58,-41,58,-90v0,-51,-17,-88,-58,-88xm138,-275r-26,0r-40,-52r46,0","w":229},"\u00da":{"d":"108,4v-76,-3,-87,-37,-87,-124r0,-138r43,0r0,140v-2,53,2,73,43,78v39,-5,41,-23,40,-75r0,-143r43,0v-8,109,35,267,-82,262xm84,-275r20,-52r45,0r-39,52r-26,0","w":213},"\u00db":{"d":"57,-275r30,-52r38,0r30,52r-33,0r-17,-27r-15,27r-33,0xm108,4v-76,-3,-87,-37,-87,-124r0,-138r43,0r0,140v-2,53,2,73,43,78v39,-5,41,-23,40,-75r0,-143r43,0v-8,109,35,267,-82,262","w":213},"\u00d9":{"d":"108,4v-76,-3,-87,-37,-87,-124r0,-138r43,0r0,140v-2,53,2,73,43,78v39,-5,41,-23,40,-75r0,-143r43,0v-8,109,35,267,-82,262xm129,-275r-26,0r-40,-52r46,0","w":213},"\u0131":{"d":"21,0r0,-187r41,0r0,187r-41,0","w":82},"\u00b8":{"d":"84,35v0,35,-45,45,-79,36r0,-21v22,2,51,7,52,-14v1,-17,-23,-18,-38,-12r4,-17v26,-12,61,-2,61,28","w":98},"\u0141":{"d":"24,-129r0,-129r42,0r0,86r30,-32r0,43r-30,31r0,87r106,0r0,43r-148,0r0,-87r-23,23r0,-42","w":180},"\u0142":{"d":"21,-127r0,-131r41,0r0,89r20,-20r0,33r-20,21r0,135r-41,0r0,-93r-19,20r0,-33","w":82},"\u0160":{"d":"50,-327r32,0r16,26r17,-26r32,0r-30,52r-37,0xm153,-141v54,45,29,146,-56,146v-52,0,-80,-30,-86,-89r41,-5v-1,61,88,67,88,14v0,-40,-69,-36,-94,-56v-47,-38,-28,-137,50,-131v50,4,79,28,80,78r-42,2v4,-45,-75,-49,-75,-12v0,36,73,35,94,53","w":196},"\u0161":{"d":"30,-262r33,0r15,26r17,-26r32,0r-30,52r-37,0xm138,-94v31,41,-1,98,-58,98v-41,0,-66,-22,-73,-57r41,-8v0,36,57,41,61,9v-1,-11,-5,-12,-16,-16v-54,-17,-74,-18,-80,-66v-6,-55,73,-71,110,-45v10,7,18,20,22,37r-38,9v0,-27,-53,-30,-57,-7v3,24,78,24,88,46"},"\u017d":{"d":"42,-327r33,0r15,26r17,-26r33,0r-30,52r-38,0xm3,0r0,-47r111,-167r-98,0r0,-44r154,0r0,41r-115,174r120,0r0,43r-172,0","w":180},"\u017e":{"d":"24,-262r33,0r16,26r16,-26r33,0r-30,52r-37,0xm5,0r0,-38r78,-109v-21,2,-49,1,-72,1r0,-41r126,0r0,35r-79,110v31,-2,53,0,84,-1r0,43r-137,0","w":147},"\u00a6":{"d":"25,-123r0,-139r33,0r0,139r-33,0xm25,76r0,-139r33,0r0,139r-33,0","w":82},"\u00d0":{"d":"198,-126v0,73,-22,127,-96,126r-81,0r0,-112r-22,0r0,-33r22,0r0,-113r78,0v81,0,99,53,99,132xm155,-127v2,-67,-17,-94,-91,-87r0,69r45,0r0,33r-45,0r0,69r32,0v54,2,58,-33,59,-84","w":213},"\u00f0":{"d":"90,4v-99,4,-103,-191,-11,-191v14,0,21,5,32,12v-6,-13,-13,-25,-21,-38r-36,21r-6,-17r31,-18v-9,-11,-20,-21,-31,-31r42,0r16,16r26,-16r6,18r-20,11v60,54,83,228,-28,233xm90,-148v-48,0,-48,112,0,112v51,0,48,-112,0,-112","w":180},"\u00dd":{"d":"77,0r0,-108r-77,-150r50,0r49,102r49,-102r49,0r-77,150r0,108r-43,0xm76,-275r20,-52r45,0r-39,52r-26,0","w":196},"\u00fd":{"d":"2,-187r43,0r37,133r35,-133r42,0v-27,80,-42,173,-78,244v-9,18,-40,23,-66,16r-3,-39v30,7,44,-5,48,-33xm60,-210r20,-52r45,0r-39,52r-26,0"},"\u00de":{"d":"183,-130v1,69,-41,87,-119,81r0,49r-43,0r0,-258r43,0r0,49v79,-5,119,9,119,79xm139,-129v0,-40,-31,-38,-75,-37r0,74v42,1,75,3,75,-37","w":196},"\u00fe":{"d":"169,-95v10,76,-67,133,-108,72r0,94r-41,0r0,-329r41,0r0,93v40,-58,119,-5,108,70xm94,-153v-47,1,-48,118,2,118v44,-2,44,-119,-2,-118","w":180},"\u00d7":{"d":"16,-74r43,-53r-43,-53r26,-33r44,53r44,-53r26,32r-44,53r44,54r-26,33r-44,-54r-44,53","w":172},"\u00b9":{"d":"13,-228v15,-5,32,-18,36,-33r22,0r0,133r-27,0r0,-90v-9,8,-19,13,-31,17r0,-27","w":98},"\u00b2":{"d":"91,-223v0,33,-27,46,-45,67r45,0r0,28r-87,0v-1,-42,52,-59,60,-93v0,-10,-6,-14,-15,-15v-12,0,-14,7,-15,20r-28,-2v3,-28,15,-42,44,-43v24,0,41,15,41,38","w":98},"\u00b3":{"d":"73,-200v36,15,16,74,-25,74v-25,0,-41,-16,-42,-40r26,-4v1,13,8,19,17,19v10,0,15,-8,15,-19v0,-15,-12,-21,-28,-15r4,-25v20,4,27,-25,7,-26v-8,0,-13,7,-14,18r-26,-5v1,-50,80,-48,80,-2v0,12,-5,18,-14,25","w":98},"\u00bd":{"d":"72,9r-23,0r125,-270r23,0xm13,-228v15,-5,32,-18,36,-33r22,0r0,133r-27,0r0,-90v-9,8,-19,13,-31,17r0,-27xm239,-88v0,33,-27,46,-45,67r45,0r0,28r-87,0v-1,-42,52,-59,60,-93v0,-10,-6,-14,-15,-15v-12,0,-14,7,-15,20r-28,-2v3,-28,15,-42,44,-43v24,0,41,15,41,38","w":246},"\u00bc":{"d":"202,7r0,-25r-52,0r0,-25r55,-83r23,0r0,82r15,0r0,26r-15,0r0,25r-26,0xm202,-44r0,-39r-26,39r26,0xm72,9r-23,0r125,-270r23,0xm13,-228v15,-5,32,-18,36,-33r22,0r0,133r-27,0r0,-90v-9,8,-19,13,-31,17r0,-27","w":246},"\u00be":{"d":"202,7r0,-25r-52,0r0,-25r55,-83r23,0r0,82r15,0r0,26r-15,0r0,25r-26,0xm202,-44r0,-39r-26,39r26,0xm75,9r-23,0r126,-270r23,0xm73,-200v36,15,16,74,-25,74v-25,0,-41,-16,-42,-40r26,-4v1,13,8,19,17,19v10,0,15,-8,15,-19v0,-15,-12,-21,-28,-15r4,-25v20,4,27,-25,7,-26v-8,0,-13,7,-14,18r-26,-5v1,-50,80,-48,80,-2v0,12,-5,18,-14,25","w":246},"\u011e":{"d":"161,-327v1,42,-47,68,-75,37v-8,-9,-13,-21,-14,-37r19,0v0,33,52,34,51,0r19,0xm119,-40v20,0,39,-11,50,-22r0,-33r-49,0r0,-43r92,0r0,102v-16,20,-55,41,-91,40v-74,-2,-107,-57,-107,-133v0,-76,32,-132,105,-133v53,-1,83,29,90,76r-42,9v-6,-23,-22,-41,-48,-41v-42,0,-62,36,-61,86v0,51,16,92,61,92","w":229},"\u011f":{"d":"135,-262v2,42,-47,68,-75,38v-8,-9,-14,-22,-15,-38r20,0v2,17,10,25,25,25v15,0,24,-8,25,-25r20,0xm89,76v-46,0,-73,-18,-72,-64r47,7v1,14,7,19,23,19v38,0,35,-31,34,-68v-10,16,-24,30,-46,30v-42,0,-63,-46,-63,-94v0,-82,75,-130,112,-66r0,-27r38,0r0,168v0,64,-14,95,-73,95xm87,-153v-42,0,-47,112,-1,113v48,0,49,-113,1,-113","w":180},"\u0130":{"d":"22,-281r0,-46r40,0r0,46r-40,0xm20,0r0,-258r43,0r0,258r-43,0","w":82},"\u015e":{"d":"153,-141v54,45,29,146,-56,146v-52,0,-80,-30,-86,-89r41,-5v-1,61,88,67,88,14v0,-40,-69,-36,-94,-56v-47,-38,-28,-137,50,-131v50,4,79,28,80,78r-42,2v4,-45,-75,-49,-75,-12v0,36,73,35,94,53xm133,35v0,35,-45,45,-79,36r0,-21v22,2,51,7,52,-14v1,-17,-23,-18,-38,-12r4,-17v26,-12,61,-2,61,28","w":196},"\u015f":{"d":"138,-94v31,41,-1,98,-58,98v-41,0,-66,-22,-73,-57r41,-8v0,36,57,41,61,9v-1,-11,-5,-12,-16,-16v-54,-17,-74,-18,-80,-66v-6,-55,73,-71,110,-45v10,7,18,20,22,37r-38,9v0,-27,-53,-30,-57,-7v3,24,78,24,88,46xm116,35v0,35,-45,45,-79,36r0,-21v22,2,51,7,52,-14v1,-17,-23,-18,-38,-12r4,-17v26,-12,61,-2,61,28"},"\u0106":{"d":"110,-40v29,0,41,-25,47,-55r41,16v-10,50,-35,83,-87,83v-66,0,-97,-60,-97,-131v0,-74,30,-135,99,-135v47,0,76,29,85,75r-43,13v-5,-25,-19,-44,-44,-44v-40,0,-53,38,-53,88v0,53,12,90,52,90xm90,-275r20,-52r45,0r-39,52r-26,0","w":213},"\u0107":{"d":"12,-93v0,-101,123,-138,143,-38r-40,8v-3,-20,-13,-29,-28,-29v-25,0,-33,22,-33,55v0,63,58,84,63,25r40,9v-8,45,-32,67,-71,67v-52,0,-74,-46,-74,-97xm68,-210r20,-52r45,0r-39,52r-26,0"},"\u010c":{"d":"62,-327r32,0r16,26r17,-26r32,0r-30,52r-37,0xm110,-40v29,0,41,-25,47,-55r41,16v-10,50,-35,83,-87,83v-66,0,-97,-60,-97,-131v0,-74,30,-135,99,-135v47,0,76,29,85,75r-43,13v-5,-25,-19,-44,-44,-44v-40,0,-53,38,-53,88v0,53,12,90,52,90","w":213},"\u010d":{"d":"41,-262r33,0r16,26r16,-26r33,0r-30,52r-37,0xm12,-93v0,-101,123,-138,143,-38r-40,8v-3,-20,-13,-29,-28,-29v-25,0,-33,22,-33,55v0,63,58,84,63,25r40,9v-8,45,-32,67,-71,67v-52,0,-74,-46,-74,-97"},"\u0111":{"d":"12,-94v-10,-78,68,-129,109,-71r0,-46r-43,0r0,-23r43,0r0,-24r41,0r0,24r16,0r0,23r-16,0r0,211r-38,0r0,-27v-42,67,-121,12,-112,-67xm87,-153v-23,1,-34,25,-33,56v1,36,5,62,34,62v45,0,47,-120,-1,-118","w":181},"\u00af":{"d":"-2,-303r184,0r0,18r-184,0r0,-18","w":180},"\u00b7":{"d":"29,-101r0,-49r40,0r0,49r-40,0","w":98},"\u0102":{"d":"152,-327v2,42,-48,68,-76,37v-8,-9,-13,-21,-14,-37r20,0v2,17,10,25,25,25v15,0,24,-8,25,-25r20,0xm212,0r-46,0r-19,-59r-84,0r-18,59r-45,0r82,-258r45,0xm133,-102r-29,-96r-28,96r57,0","w":213},"\u0103":{"d":"130,-262v2,43,-47,68,-76,38v-8,-9,-13,-22,-14,-38r20,0v2,17,10,25,25,25v15,0,24,-8,25,-25r20,0xm79,-153v-17,0,-22,7,-27,23r-37,-8v8,-36,25,-49,66,-53v100,-10,46,123,73,191r-40,0r-5,-20v-25,39,-104,27,-98,-31v-6,-56,62,-56,95,-71v0,-24,-6,-31,-27,-31xm74,-31v28,-2,33,-24,32,-59v-16,9,-57,9,-55,34v1,13,10,26,23,25"},"\u0104":{"d":"225,68v-29,18,-66,4,-64,-33v0,-10,1,-24,5,-40r22,0v-5,20,-6,55,18,54v6,0,12,-2,19,-5r0,24xm212,0r-46,0r-19,-59r-84,0r-18,59r-45,0r82,-258r45,0xm133,-102r-29,-96r-28,96r57,0","w":213,"k":{"\u0164":22,"\u0162":22,"w":5,"v":11,"Y":27,"W":16,"V":22,"T":22," ":11}},"\u0105":{"d":"172,68v-29,18,-66,4,-64,-33v0,-10,2,-24,6,-40r21,0v-5,20,-6,55,18,54v6,0,12,-2,19,-5r0,24xm79,-153v-17,0,-22,7,-27,23r-37,-8v8,-36,25,-49,66,-53v100,-10,46,123,73,191r-40,0r-5,-20v-25,39,-104,27,-98,-31v-6,-56,62,-56,95,-71v0,-24,-6,-31,-27,-31xm74,-31v28,-2,33,-24,32,-59v-16,9,-57,9,-55,34v1,13,10,26,23,25"},"\u010e":{"d":"40,-327r33,0r16,26r16,-26r33,0r-30,51r-38,0xm198,-126v0,74,-22,127,-97,126r-80,0r0,-258r78,0v81,0,99,53,99,132xm154,-128v2,-66,-17,-94,-90,-86r0,171r32,0v55,3,56,-34,58,-85","w":213},"\u010f":{"d":"176,-258r40,0v1,51,1,94,-36,107r-8,-20v15,-6,23,-17,23,-37r-19,0r0,-50xm12,-94v-10,-78,68,-129,109,-71r0,-93r41,0r0,258r-38,0r0,-27v-42,67,-121,12,-112,-67xm87,-153v-23,1,-34,25,-33,56v1,36,5,62,34,62v45,0,47,-120,-1,-118","w":211},"\u0110":{"d":"198,-126v0,73,-22,127,-96,126r-81,0r0,-112r-22,0r0,-33r22,0r0,-113r78,0v81,0,99,53,99,132xm155,-127v2,-67,-17,-94,-91,-87r0,69r45,0r0,33r-45,0r0,69r32,0v54,2,58,-33,59,-84","w":213},"\u0118":{"d":"182,68v-29,18,-66,4,-64,-33v0,-10,1,-24,5,-40r22,0v-5,20,-7,56,18,54v6,0,12,-2,19,-5r0,24xm22,0r0,-258r156,0r0,44r-114,0r0,57r106,0r0,43r-106,0r0,71r118,0r0,43r-160,0","w":196},"\u0119":{"d":"134,68v-29,18,-66,4,-64,-33v0,-10,2,-24,6,-40r21,0v-5,20,-6,55,18,54v6,0,12,-2,19,-5r0,24xm51,-79v-5,43,50,67,59,20r40,8v-9,33,-28,54,-66,55v-53,0,-75,-41,-75,-96v-1,-52,23,-99,71,-99v55,0,75,52,72,112r-101,0xm112,-109v4,-36,-31,-58,-52,-33v-6,8,-8,19,-8,33r60,0"},"\u011a":{"d":"52,-327r33,0r15,26r17,-26r32,0r-29,51r-38,0xm22,0r0,-258r156,0r0,44r-114,0r0,57r106,0r0,43r-106,0r0,71r118,0r0,43r-160,0","w":196},"\u011b":{"d":"34,-262r33,0r15,26r17,-26r33,0r-30,52r-38,0xm51,-79v-5,43,50,67,59,20r40,8v-9,33,-28,54,-66,55v-53,0,-75,-41,-75,-96v-1,-52,23,-99,71,-99v55,0,75,52,72,112r-101,0xm112,-109v4,-36,-31,-58,-52,-33v-6,8,-8,19,-8,33r60,0"},"\u0139":{"d":"23,0r0,-256r42,0r0,213r106,0r0,43r-148,0xm62,-275r20,-52r45,0r-39,52r-26,0","w":180,"k":{"\u0164":22,"\u0162":22,"y":11,"Y":27,"W":16,"V":22,"T":22," ":5}},"\u013a":{"d":"21,0r0,-258r41,0r0,258r-41,0xm18,-271r20,-52r45,0r-39,52r-26,0","w":82},"\u013d":{"d":"121,-260r37,0v2,41,-1,72,-32,84r-7,-18v11,-4,17,-12,20,-22r-18,0r0,-44xm23,0r0,-256r42,0r0,213r106,0r0,43r-148,0","w":180},"\u013e":{"d":"76,-258r41,0v1,51,1,94,-36,107r-8,-20v15,-6,23,-17,23,-37r-20,0r0,-50xm21,0r0,-258r41,0r0,258r-41,0","w":113},"\u013f":{"d":"112,-102r0,-47r40,0r0,47r-40,0xm23,0r0,-256r42,0r0,213r106,0r0,43r-148,0","w":180},"\u0140":{"d":"80,-102r0,-47r40,0r0,47r-40,0xm21,0r0,-258r41,0r0,258r-41,0","w":120},"\u0143":{"d":"22,0r0,-258r41,0r87,172r0,-172r40,0r0,258r-43,0r-85,-168r0,168r-40,0xm82,-275r20,-52r45,0r-39,52r-26,0","w":213},"\u0144":{"d":"109,-191v78,0,44,117,51,191r-40,0r0,-95v1,-37,0,-53,-25,-58v-55,4,-26,98,-33,153r-41,0r0,-187r38,0r0,28v12,-19,25,-32,50,-32xm72,-210r20,-52r45,0r-39,52r-26,0","w":180},"\u0147":{"d":"57,-327r33,0r16,26r16,-26r33,0r-30,51r-37,0xm22,0r0,-258r41,0r87,172r0,-172r40,0r0,258r-43,0r-85,-168r0,168r-40,0","w":213},"\u0148":{"d":"42,-262r33,0r15,26r17,-26r33,0r-30,52r-38,0xm109,-191v78,0,44,117,51,191r-40,0r0,-95v1,-37,0,-53,-25,-58v-55,4,-26,98,-33,153r-41,0r0,-187r38,0r0,28v12,-19,25,-32,50,-32","w":180},"\u0150":{"d":"80,-276r20,-52r43,0r-37,52r-26,0xm134,-276r21,-52r41,0r-36,52r-26,0xm116,4v-71,0,-104,-58,-103,-131v1,-78,27,-135,102,-135v67,0,103,57,103,133v0,75,-33,132,-102,133xm116,-218v-42,0,-59,37,-59,89v0,50,18,89,59,89v41,0,58,-41,58,-90v0,-51,-17,-88,-58,-88","w":229},"\u0151":{"d":"47,-210r21,-53r42,0r-37,53r-26,0xm102,-210r20,-53r41,0r-35,53r-26,0xm91,4v-51,0,-81,-42,-79,-100v2,-52,27,-95,79,-95v50,-1,79,47,79,97v-1,54,-27,98,-79,98xm91,-151v-25,0,-38,26,-38,58v0,32,13,57,38,57v49,0,50,-115,0,-115","w":180},"\u0154":{"d":"194,-186v2,41,-20,66,-55,72v34,24,50,73,72,114r-50,0r-54,-94v-9,-13,-20,-15,-43,-14r0,108r-42,0r0,-258r89,0v60,-3,81,20,83,72xm150,-182v4,-43,-45,-30,-86,-32r0,65v42,-2,91,11,86,-33xm73,-275r20,-52r45,0r-39,52r-26,0","w":213,"k":{"Y":11,"W":5,"V":5}},"\u0155":{"d":"106,-139v-44,-24,-46,26,-46,81r0,58r-40,0r0,-187r37,0r0,27v10,-29,35,-40,62,-22xm43,-210r20,-52r45,0r-39,52r-26,0","w":114,"k":{".":16,",":16}},"\u0158":{"d":"49,-327r33,0r15,26r17,-26r32,0r-29,51r-38,0xm194,-186v2,41,-20,66,-55,72v34,24,50,73,72,114r-50,0r-54,-94v-9,-13,-20,-15,-43,-14r0,108r-42,0r0,-258r89,0v60,-3,81,20,83,72xm150,-182v4,-43,-45,-30,-86,-32r0,65v42,-2,91,11,86,-33","w":213,"k":{"Y":11,"W":5,"V":5}},"\u0159":{"d":"15,-262r33,0r15,26r17,-26r32,0r-30,52r-37,0xm106,-139v-44,-24,-46,26,-46,81r0,58r-40,0r0,-187r37,0r0,27v10,-29,35,-40,62,-22","w":114,"k":{".":16,",":16}},"\u015a":{"d":"153,-141v54,45,29,146,-56,146v-52,0,-80,-30,-86,-89r41,-5v-1,61,88,67,88,14v0,-40,-69,-36,-94,-56v-47,-38,-28,-137,50,-131v50,4,79,28,80,78r-42,2v4,-45,-75,-49,-75,-12v0,36,73,35,94,53xm83,-275r20,-52r45,0r-39,52r-26,0","w":196},"\u015b":{"d":"138,-94v31,41,-1,98,-58,98v-41,0,-66,-22,-73,-57r41,-8v0,36,57,41,61,9v-1,-11,-5,-12,-16,-16v-54,-17,-74,-18,-80,-66v-6,-55,73,-71,110,-45v10,7,18,20,22,37r-38,9v0,-27,-53,-30,-57,-7v3,24,78,24,88,46xm55,-210r20,-52r45,0r-39,52r-26,0"},"\u0162":{"d":"69,0r0,-214r-63,0r0,-44r168,0r0,44r-62,0r0,214r-43,0xm130,35v0,35,-45,45,-79,36r0,-21v22,2,51,7,52,-14v1,-17,-23,-18,-38,-12r4,-17v26,-12,61,-2,61,28","w":180,"k":{"\u0150":5,"\u0119":22,"\u0105":22,"\u0104":22,"y":22,"w":22,"u":22,"s":22,"r":16,"o":22,"i":5,"e":22,"c":22,"a":22,"O":5,"A":22,";":33,":":33,".":33,"-":16,",":33}},"\u0163":{"d":"95,-3v-44,18,-72,0,-72,-63r0,-81r-19,0r0,-40r19,0r0,-37r41,-29r0,66r27,0r0,40r-27,0r0,75v-2,33,2,40,27,31xm96,35v0,35,-45,45,-79,36r0,-21v22,2,51,7,52,-14v1,-17,-23,-18,-38,-12r4,-17v26,-12,61,-2,61,28","w":98},"\u0164":{"d":"41,-327r33,0r15,26r17,-26r33,0r-30,51r-38,0xm69,0r0,-214r-63,0r0,-44r168,0r0,44r-62,0r0,214r-43,0","w":180,"k":{"\u0150":5,"\u0119":22,"\u0105":22,"\u0104":22,"y":22,"w":22,"u":22,"s":22,"r":16,"o":22,"i":5,"e":22,"c":22,"a":22,"O":5,"A":22,";":33,":":33,".":33,"-":16,",":33}},"\u0165":{"d":"105,-260r37,0v2,41,-1,72,-32,84r-7,-18v11,-4,17,-12,20,-22r-18,0r0,-44xm95,-3v-44,18,-72,0,-72,-63r0,-81r-19,0r0,-40r19,0r0,-37r41,-29r0,66r27,0r0,40r-27,0r0,75v-2,33,2,40,27,31","w":141},"\u016e":{"d":"105,-348v16,0,29,18,29,35v0,17,-13,34,-29,34v-36,0,-36,-69,0,-69xm105,-298v7,1,14,-8,13,-15v1,-9,-6,-16,-13,-16v-16,0,-16,31,0,31xm108,4v-76,-3,-87,-37,-87,-124r0,-138r43,0r0,140v-2,53,2,73,43,78v39,-5,41,-23,40,-75r0,-143r43,0v-8,109,35,267,-82,262","w":213},"\u016f":{"d":"90,-270v17,0,28,16,28,34v0,18,-12,35,-28,35v-16,0,-28,-17,-28,-35v0,-18,11,-34,28,-34xm90,-220v16,-1,17,-32,0,-32v-16,0,-17,31,0,32xm86,-33v53,-5,27,-97,33,-154r40,0r0,187r-37,0r0,-28v-10,17,-27,32,-51,32v-76,-2,-45,-117,-51,-191r41,0v7,54,-20,148,25,154","w":180},"\u0170":{"d":"62,-276r20,-52r43,0r-37,52r-26,0xm117,-276r20,-52r41,0r-36,52r-25,0xm108,4v-76,-3,-87,-37,-87,-124r0,-138r43,0r0,140v-2,53,2,73,43,78v39,-5,41,-23,40,-75r0,-143r43,0v-8,109,35,267,-82,262","w":213},"\u0171":{"d":"51,-210r20,-53r42,0r-37,53r-25,0xm105,-210r20,-53r42,0r-36,53r-26,0xm86,-33v53,-5,27,-97,33,-154r40,0r0,187r-37,0r0,-28v-10,17,-27,32,-51,32v-76,-2,-45,-117,-51,-191r41,0v7,54,-20,148,25,154","w":180},"\u0179":{"d":"3,0r0,-47r111,-167r-98,0r0,-44r154,0r0,41r-115,174r120,0r0,43r-172,0xm75,-275r20,-52r45,0r-39,52r-26,0","w":180},"\u017a":{"d":"5,0r0,-38r78,-109v-21,2,-49,1,-72,1r0,-41r126,0r0,35r-79,110v31,-2,53,0,84,-1r0,43r-137,0xm50,-210r20,-52r45,0r-39,52r-26,0","w":147},"\u017b":{"d":"71,-285r0,-47r40,0r0,47r-40,0xm3,0r0,-47r111,-167r-98,0r0,-44r154,0r0,41r-115,174r120,0r0,43r-172,0","w":180},"\u017c":{"d":"56,-220r0,-46r40,0r0,46r-40,0xm5,0r0,-38r78,-109v-21,2,-49,1,-72,1r0,-41r126,0r0,35r-79,110v31,-2,53,0,84,-1r0,43r-137,0","w":147},"\u0132":{"d":"20,0r0,-258r43,0r0,258r-43,0xm154,-40v25,0,26,-17,26,-51r0,-167r42,0r0,163v1,63,-15,99,-70,99v-45,0,-65,-33,-65,-84r40,-5v0,27,7,45,27,45","w":246},"\u0133":{"d":"21,-212r0,-46r41,0r0,46r-41,0xm21,0r0,-187r41,0r0,187r-41,0xm102,-212r0,-46r41,0r0,46r-41,0xm76,28v24,5,27,-4,26,-37r0,-178r41,0r0,181v6,66,-20,94,-74,76"},"\u0149":{"d":"13,-258r41,0v1,51,1,94,-36,107r-8,-20v15,-6,23,-17,23,-37r-20,0r0,-50xm171,-191v78,0,44,117,51,191r-40,0r0,-95v1,-37,0,-53,-25,-58v-55,4,-26,98,-33,153r-41,0r0,-187r38,0r0,28v12,-19,25,-32,50,-32","w":243},"\u0100":{"d":"58,-285r0,-32r92,0r0,32r-92,0xm212,0r-46,0r-19,-59r-84,0r-18,59r-45,0r82,-258r45,0xm133,-102r-29,-96r-28,96r57,0","w":213},"\u0101":{"d":"38,-220r0,-32r93,0r0,32r-93,0xm79,-153v-17,0,-22,7,-27,23r-37,-8v8,-36,25,-49,66,-53v100,-10,46,123,73,191r-40,0r-5,-20v-25,39,-104,27,-98,-31v-6,-56,62,-56,95,-71v0,-24,-6,-31,-27,-31xm74,-31v28,-2,33,-24,32,-59v-16,9,-57,9,-55,34v1,13,10,26,23,25"},"\u0108":{"d":"58,-275r31,-52r37,0r30,52r-33,0r-16,-26r-16,26r-33,0xm110,-40v29,0,41,-25,47,-55r41,16v-10,50,-35,83,-87,83v-66,0,-97,-60,-97,-131v0,-74,30,-135,99,-135v47,0,76,29,85,75r-43,13v-5,-25,-19,-44,-44,-44v-40,0,-53,38,-53,88v0,53,12,90,52,90","w":213},"\u0109":{"d":"35,-210r30,-51r38,0r30,51r-33,0r-17,-26r-15,26r-33,0xm12,-93v0,-101,123,-138,143,-38r-40,8v-3,-20,-13,-29,-28,-29v-25,0,-33,22,-33,55v0,63,58,84,63,25r40,9v-8,45,-32,67,-71,67v-52,0,-74,-46,-74,-97"},"\u010a":{"d":"88,-285r0,-47r39,0r0,47r-39,0xm110,-40v29,0,41,-25,47,-55r41,16v-10,50,-35,83,-87,83v-66,0,-97,-60,-97,-131v0,-74,30,-135,99,-135v47,0,76,29,85,75r-43,13v-5,-25,-19,-44,-44,-44v-40,0,-53,38,-53,88v0,53,12,90,52,90","w":213},"\u010b":{"d":"66,-220r0,-47r40,0r0,47r-40,0xm12,-93v0,-101,123,-138,143,-38r-40,8v-3,-20,-13,-29,-28,-29v-25,0,-33,22,-33,55v0,63,58,84,63,25r40,9v-8,45,-32,67,-71,67v-52,0,-74,-46,-74,-97"},"\u0112":{"d":"55,-285r0,-33r93,0r0,33r-93,0xm22,0r0,-258r156,0r0,44r-114,0r0,57r106,0r0,43r-106,0r0,71r118,0r0,43r-160,0","w":196},"\u0113":{"d":"36,-220r0,-32r92,0r0,32r-92,0xm51,-79v-5,43,50,67,59,20r40,8v-9,33,-28,54,-66,55v-53,0,-75,-41,-75,-96v-1,-52,23,-99,71,-99v55,0,75,52,72,112r-101,0xm112,-109v4,-36,-31,-58,-52,-33v-6,8,-8,19,-8,33r60,0"},"\u0114":{"d":"149,-326v2,43,-47,68,-76,38v-8,-9,-13,-22,-14,-38r20,0v2,17,10,25,25,25v15,0,24,-8,25,-25r20,0xm22,0r0,-258r156,0r0,44r-114,0r0,57r106,0r0,43r-106,0r0,71r118,0r0,43r-160,0","w":196},"\u0115":{"d":"128,-262v2,42,-47,68,-75,38v-8,-9,-14,-22,-15,-38r20,0v2,17,10,25,25,25v15,0,25,-8,26,-25r19,0xm51,-79v-5,43,50,67,59,20r40,8v-9,33,-28,54,-66,55v-53,0,-75,-41,-75,-96v-1,-52,23,-99,71,-99v55,0,75,52,72,112r-101,0xm112,-109v4,-36,-31,-58,-52,-33v-6,8,-8,19,-8,33r60,0"},"\u0116":{"d":"84,-285r0,-47r40,0r0,47r-40,0xm22,0r0,-258r156,0r0,44r-114,0r0,57r106,0r0,43r-106,0r0,71r118,0r0,43r-160,0","w":196},"\u0117":{"d":"59,-220r0,-46r40,0r0,46r-40,0xm51,-79v-5,43,50,67,59,20r40,8v-9,33,-28,54,-66,55v-53,0,-75,-41,-75,-96v-1,-52,23,-99,71,-99v55,0,75,52,72,112r-101,0xm112,-109v4,-36,-31,-58,-52,-33v-6,8,-8,19,-8,33r60,0"},"\u011c":{"d":"69,-275r30,-52r38,0r30,52r-33,0r-16,-26r-16,26r-33,0xm119,-40v20,0,39,-11,50,-22r0,-33r-49,0r0,-43r92,0r0,102v-16,20,-55,41,-91,40v-74,-2,-107,-57,-107,-133v0,-76,32,-132,105,-133v53,-1,83,29,90,76r-42,9v-6,-23,-22,-41,-48,-41v-42,0,-62,36,-61,86v0,51,16,92,61,92","w":229},"\u011d":{"d":"43,-210r30,-52r37,0r30,52r-32,0r-17,-26r-16,26r-32,0xm89,76v-46,0,-73,-18,-72,-64r47,7v1,14,7,19,23,19v38,0,35,-31,34,-68v-10,16,-24,30,-46,30v-42,0,-63,-46,-63,-94v0,-82,75,-130,112,-66r0,-27r38,0r0,168v0,64,-14,95,-73,95xm87,-153v-42,0,-47,112,-1,113v48,0,49,-113,1,-113","w":180},"\u0120":{"d":"95,-286r0,-47r40,0r0,47r-40,0xm119,-40v20,0,39,-11,50,-22r0,-33r-49,0r0,-43r92,0r0,102v-16,20,-55,41,-91,40v-74,-2,-107,-57,-107,-133v0,-76,32,-132,105,-133v53,-1,83,29,90,76r-42,9v-6,-23,-22,-41,-48,-41v-42,0,-62,36,-61,86v0,51,16,92,61,92","w":229},"\u0121":{"d":"68,-220r0,-46r40,0r0,46r-40,0xm89,76v-46,0,-73,-18,-72,-64r47,7v1,14,7,19,23,19v38,0,35,-31,34,-68v-10,16,-24,30,-46,30v-42,0,-63,-46,-63,-94v0,-82,75,-130,112,-66r0,-27r38,0r0,168v0,64,-14,95,-73,95xm87,-153v-42,0,-47,112,-1,113v48,0,49,-113,1,-113","w":180},"\u0122":{"d":"119,-40v20,0,39,-11,50,-22r0,-33r-49,0r0,-43r92,0r0,102v-16,20,-55,41,-91,40v-74,-2,-107,-57,-107,-133v0,-76,32,-132,105,-133v53,-1,83,29,90,76r-42,9v-6,-23,-22,-41,-48,-41v-42,0,-62,36,-61,86v0,51,16,92,61,92xm154,35v0,35,-45,45,-79,36r0,-21v22,2,51,7,52,-14v1,-17,-23,-18,-38,-12r4,-17v26,-12,61,-2,61,28","w":229},"\u0123":{"d":"114,-202r-37,0v-2,-41,1,-73,32,-85r7,19v-11,4,-17,11,-20,21r18,0r0,45xm89,76v-46,0,-73,-18,-72,-64r47,7v1,14,7,19,23,19v38,0,35,-31,34,-68v-10,16,-24,30,-46,30v-42,0,-63,-46,-63,-94v0,-82,75,-130,112,-66r0,-27r38,0r0,168v0,64,-14,95,-73,95xm87,-153v-42,0,-47,112,-1,113v48,0,49,-113,1,-113","w":180},"\u0124":{"d":"58,-275r30,-52r37,0r30,52r-32,0r-17,-26r-15,26r-33,0xm22,0r0,-258r42,0r0,102r84,0r0,-102r43,0r0,258r-43,0r0,-113r-84,0r0,113r-42,0","w":213},"\u0125":{"d":"50,-276r30,-52r37,0r30,52r-32,0r-17,-26r-15,26r-33,0xm95,-153v-54,0,-26,99,-33,153r-41,0r0,-258r41,0r0,95v10,-15,24,-28,46,-28v77,0,46,115,52,191r-40,0r0,-99v-1,-38,2,-54,-25,-54","w":180},"\u0126":{"d":"22,-190r-21,0r0,-33r21,0r0,-35r42,0r0,35r84,0r0,-35r42,0r0,35r21,0r0,33r-21,0r0,190r-42,0r0,-113r-84,0r0,113r-42,0r0,-190xm64,-190r0,34r84,0r0,-34r-84,0","w":213},"\u0127":{"d":"94,-153v-53,0,-27,99,-33,153r-40,0r0,-212r-21,0r0,-25r21,0r0,-21r40,0r0,21r50,0r0,25r-50,0r0,49v36,-54,99,-24,99,53r0,110r-40,0r0,-99v-2,-32,1,-54,-26,-54","w":180},"\u0128":{"d":"20,-291v-7,1,-10,6,-10,16r-18,0v-1,-24,6,-43,26,-45v20,-2,49,35,55,0r19,0v0,25,-6,42,-26,44v-13,2,-35,-16,-46,-15xm20,0r0,-258r43,0r0,258r-43,0","w":82},"\u0129":{"d":"20,-227v-8,1,-10,5,-10,15r-18,0v-1,-24,5,-44,26,-44v20,0,50,35,55,-1r18,0v0,26,-5,42,-25,44v-14,2,-35,-15,-46,-14xm21,0r0,-187r41,0r0,187r-41,0","w":82},"\u012a":{"d":"-4,-285r0,-33r92,0r0,33r-92,0xm20,0r0,-258r43,0r0,258r-43,0","w":82},"\u012b":{"d":"-4,-220r0,-32r93,0r0,32r-93,0xm21,0r0,-187r41,0r0,187r-41,0","w":82},"\u012c":{"d":"87,-326v2,42,-46,68,-75,38v-8,-9,-13,-22,-14,-38r19,0v0,33,52,34,51,0r19,0xm20,0r0,-258r43,0r0,258r-43,0","w":82},"\u012d":{"d":"86,-262v2,43,-47,68,-76,38v-8,-9,-13,-22,-14,-38r19,0v0,33,52,34,51,0r20,0xm21,0r0,-187r41,0r0,187r-41,0","w":82},"\u012e":{"d":"81,68v-30,18,-67,5,-64,-33v0,-10,1,-24,5,-40r21,0v-5,20,-6,55,18,54v6,0,13,-2,20,-5r0,24xm20,0r0,-258r43,0r0,258r-43,0","w":82},"\u012f":{"d":"83,68v-30,18,-67,4,-65,-33v0,-10,2,-24,6,-40r21,0v-5,20,-6,55,18,54v6,0,13,-2,20,-5r0,24xm21,-212r0,-46r41,0r0,46r-41,0xm21,0r0,-187r41,0r0,187r-41,0","w":82},"\u0134":{"d":"68,-275r30,-52r37,0r30,52r-32,0r-17,-26r-16,26r-32,0xm72,-40v25,0,26,-17,26,-51r0,-167r42,0r0,163v1,63,-15,99,-70,99v-45,0,-65,-33,-65,-84r40,-5v0,27,7,45,27,45"},"\u0135":{"d":"-6,28v24,5,27,-4,26,-37r0,-178r41,0r0,181v6,66,-20,94,-74,76xm27,-210r-32,0r30,-52r37,0r30,52r-32,0r-17,-27","w":82},"\u0136":{"d":"144,35v0,35,-45,45,-78,36r0,-21v21,2,50,6,51,-14v1,-16,-22,-18,-37,-12r3,-17v26,-12,61,-2,61,28xm22,0r0,-258r43,0r0,115r86,-115r57,0r-79,101r84,157r-56,0r-58,-121r-34,43r0,78r-43,0","w":213},"\u0137":{"d":"120,35v0,35,-46,45,-79,36r0,-21v22,2,49,6,51,-14v1,-17,-22,-17,-37,-12r4,-17v26,-12,61,-2,61,28xm20,0r0,-258r40,0r0,137r48,-66r50,0r-53,69r56,118r-43,0r-39,-84r-19,24r0,60r-40,0"},"\u0138":{"d":"21,0r0,-187r40,0r0,65r47,-65r50,0r-62,79r66,108r-47,0r-45,-75v-16,12,-7,49,-9,75r-40,0"},"\u013b":{"d":"134,35v0,35,-45,45,-78,36r0,-21v21,2,50,6,51,-14v1,-17,-23,-18,-38,-12r4,-17v26,-12,61,-2,61,28xm23,0r0,-256r42,0r0,213r106,0r0,43r-148,0","w":180},"\u013c":{"d":"78,35v0,35,-45,45,-78,36r0,-21v21,2,50,6,51,-14v1,-16,-22,-18,-37,-12r3,-17v26,-12,61,-2,61,28xm21,0r0,-258r41,0r0,258r-41,0","w":82},"\u0145":{"d":"141,35v0,34,-45,45,-79,36r0,-21v21,2,50,6,51,-14v1,-16,-22,-18,-37,-12r4,-17v26,-12,61,-2,61,28xm22,0r0,-258r41,0r87,172r0,-172r40,0r0,258r-43,0r-85,-168r0,168r-40,0","w":213},"\u0146":{"d":"126,35v0,34,-45,45,-79,36r0,-21v21,2,50,6,51,-14v1,-16,-22,-18,-37,-12r4,-17v26,-12,61,-2,61,28xm109,-191v78,0,44,117,51,191r-40,0r0,-95v1,-37,0,-53,-25,-58v-55,4,-26,98,-33,153r-41,0r0,-187r38,0r0,28v12,-19,25,-32,50,-32","w":180},"\u014a":{"d":"114,-216v-78,7,-41,136,-49,216r-43,0r0,-258r43,0r0,37v20,-27,43,-41,69,-41v57,0,66,57,66,135v0,85,-1,132,-61,132v-16,0,-30,-5,-42,-13r13,-38v44,20,46,-15,45,-71v-1,-65,1,-92,-41,-99","w":213},"\u014b":{"d":"160,-116v-8,80,29,224,-74,186r7,-43v20,8,27,-3,26,-28r1,-94v-1,-36,1,-58,-26,-58v-54,0,-26,97,-33,153r-40,0r0,-187r37,0r0,28v31,-54,110,-38,102,43","w":180},"\u014c":{"d":"68,-285r0,-33r93,0r0,33r-93,0xm116,4v-71,0,-104,-58,-103,-131v1,-78,27,-135,102,-135v67,0,103,57,103,133v0,75,-33,132,-102,133xm116,-218v-42,0,-59,37,-59,89v0,50,18,89,59,89v41,0,58,-41,58,-90v0,-51,-17,-88,-58,-88","w":229},"\u014d":{"d":"44,-220r0,-32r93,0r0,32r-93,0xm91,4v-51,0,-81,-42,-79,-100v2,-52,27,-95,79,-95v50,-1,79,47,79,97v-1,54,-27,98,-79,98xm91,-151v-25,0,-38,26,-38,58v0,32,13,57,38,57v49,0,50,-115,0,-115","w":180},"\u014e":{"d":"159,-336v2,42,-46,68,-75,38v-8,-9,-13,-22,-14,-38r19,0v0,33,52,34,51,0r19,0xm116,4v-71,0,-104,-58,-103,-131v1,-78,27,-135,102,-135v67,0,103,57,103,133v0,75,-33,132,-102,133xm116,-218v-42,0,-59,37,-59,89v0,50,18,89,59,89v41,0,58,-41,58,-90v0,-51,-17,-88,-58,-88","w":229},"\u014f":{"d":"138,-261v2,43,-47,68,-76,38v-8,-9,-13,-22,-14,-38r20,0v2,17,10,26,25,26v15,0,24,-9,25,-26r20,0xm91,4v-51,0,-81,-42,-79,-100v2,-52,27,-95,79,-95v50,-1,79,47,79,97v-1,54,-27,98,-79,98xm91,-151v-25,0,-38,26,-38,58v0,32,13,57,38,57v49,0,50,-115,0,-115","w":180},"\u0156":{"d":"147,35v0,35,-46,45,-79,36r0,-21v21,2,49,6,51,-14v1,-17,-22,-17,-37,-12r4,-17v26,-12,61,-2,61,28xm194,-186v2,41,-20,66,-55,72v34,24,50,73,72,114r-50,0r-54,-94v-9,-13,-20,-15,-43,-14r0,108r-42,0r0,-258r89,0v60,-3,81,20,83,72xm150,-182v4,-43,-45,-30,-86,-32r0,65v42,-2,91,11,86,-33","w":213},"\u0157":{"d":"99,35v0,34,-45,45,-79,36r0,-21v21,2,50,6,51,-14v1,-16,-22,-18,-37,-12r4,-17v26,-12,61,-2,61,28xm106,-139v-44,-24,-46,26,-46,81r0,58r-40,0r0,-187r37,0r0,27v10,-29,35,-40,62,-22","w":114},"\u015c":{"d":"48,-275r30,-52r37,0r30,52r-32,0r-17,-26r-15,26r-33,0xm153,-141v54,45,29,146,-56,146v-52,0,-80,-30,-86,-89r41,-5v-1,61,88,67,88,14v0,-40,-69,-36,-94,-56v-47,-38,-28,-137,50,-131v50,4,79,28,80,78r-42,2v4,-45,-75,-49,-75,-12v0,36,73,35,94,53","w":196},"\u015d":{"d":"30,-210r30,-52r37,0r30,52r-32,0r-17,-26r-15,26r-33,0xm138,-94v31,41,-1,98,-58,98v-41,0,-66,-22,-73,-57r41,-8v0,36,57,41,61,9v-1,-11,-5,-12,-16,-16v-54,-17,-74,-18,-80,-66v-6,-55,73,-71,110,-45v10,7,18,20,22,37r-38,9v0,-27,-53,-30,-57,-7v3,24,78,24,88,46"},"\u0166":{"d":"69,-97r-45,0r0,-33r45,0r0,-84r-63,0r0,-44r168,0r0,44r-62,0r0,84r45,0r0,33r-45,0r0,97r-43,0r0,-97","w":180},"\u0167":{"d":"92,-3v-48,21,-81,-8,-71,-73r-20,0r0,-31r20,0r0,-40r-19,0r0,-40r19,0r0,-37r41,-29r0,66r27,0r0,40r-27,0r0,40r25,0r0,31r-25,0v0,31,-2,47,27,35","w":98},"\u0168":{"d":"83,-291v-7,1,-10,6,-10,16v-7,-1,-19,4,-19,-6v1,-21,9,-38,27,-39v19,-2,49,35,55,0r18,0v0,26,-6,43,-26,44v-13,2,-34,-16,-45,-15xm108,4v-76,-3,-87,-37,-87,-124r0,-138r43,0r0,140v-2,53,2,73,43,78v39,-5,41,-23,40,-75r0,-143r43,0v-8,109,35,267,-82,262","w":213},"\u0169":{"d":"69,-227v-8,1,-10,5,-10,15v-7,-1,-19,4,-19,-6v1,-21,8,-38,27,-38v19,0,50,35,54,-1r19,0v0,26,-6,43,-26,44v-13,2,-35,-15,-45,-14xm86,-33v53,-5,27,-97,33,-154r40,0r0,187r-37,0r0,-28v-10,17,-27,32,-51,32v-76,-2,-45,-117,-51,-191r41,0v7,54,-20,148,25,154","w":180},"\u016a":{"d":"59,-285r0,-33r93,0r0,33r-93,0xm108,4v-76,-3,-87,-37,-87,-124r0,-138r43,0r0,140v-2,53,2,73,43,78v39,-5,41,-23,40,-75r0,-143r43,0v-8,109,35,267,-82,262","w":213},"\u016b":{"d":"44,-220r0,-32r93,0r0,32r-93,0xm86,-33v53,-5,27,-97,33,-154r40,0r0,187r-37,0r0,-28v-10,17,-27,32,-51,32v-76,-2,-45,-117,-51,-191r41,0v7,54,-20,148,25,154","w":180},"\u016c":{"d":"151,-326v2,43,-47,68,-76,38v-8,-9,-13,-22,-14,-38r20,0v2,17,10,25,25,25v15,0,24,-8,25,-25r20,0xm108,4v-76,-3,-87,-37,-87,-124r0,-138r43,0r0,140v-2,53,2,73,43,78v39,-5,41,-23,40,-75r0,-143r43,0v-8,109,35,267,-82,262","w":213},"\u016d":{"d":"136,-262v2,42,-47,68,-75,38v-8,-9,-14,-22,-15,-38r20,0v2,17,10,25,25,25v15,0,25,-8,26,-25r19,0xm86,-33v53,-5,27,-97,33,-154r40,0r0,187r-37,0r0,-28v-10,17,-27,32,-51,32v-76,-2,-45,-117,-51,-191r41,0v7,54,-20,148,25,154","w":180},"\u0172":{"d":"155,68v-30,18,-67,4,-65,-33v0,-10,2,-24,6,-40r21,0v-5,20,-6,55,18,54v6,0,13,-2,20,-5r0,24xm108,4v-76,-3,-87,-37,-87,-124r0,-138r43,0r0,140v-2,53,2,73,43,78v39,-5,41,-23,40,-75r0,-143r43,0v-8,109,35,267,-82,262","w":213},"\u0173":{"d":"183,68v-29,18,-66,4,-64,-33v0,-10,1,-24,5,-40r22,0v-5,19,-7,56,17,54v6,0,13,-2,20,-5r0,24xm86,-33v53,-5,27,-97,33,-154r40,0r0,187r-37,0r0,-28v-10,17,-27,32,-51,32v-76,-2,-45,-117,-51,-191r41,0v7,54,-20,148,25,154","w":180},"\u0174":{"d":"92,-275r30,-52r37,0r30,52r-32,0r-17,-26r-16,26r-32,0xm51,0r-50,-258r44,0r31,177r39,-177r51,0r37,180r32,-180r43,0r-51,258r-45,0r-43,-193r-41,193r-47,0","w":278},"\u0175":{"d":"67,-210r30,-51r37,0r30,51r-32,0r-17,-26r-15,26r-33,0xm50,0r-49,-187r40,0r28,123r27,-123r39,0r25,123r30,-123r40,0r-50,187r-38,0r-27,-120r-26,120r-39,0","w":229},"\u0176":{"d":"51,-275r30,-52r37,0r30,52r-32,0r-17,-26r-16,26r-32,0xm77,0r0,-108r-77,-150r50,0r49,102r49,-102r49,0r-77,150r0,108r-43,0","w":196},"\u0177":{"d":"33,-210r30,-51r38,0r29,51r-32,0r-17,-26r-15,26r-33,0xm2,-187r43,0r37,133r35,-133r42,0v-27,80,-42,173,-78,244v-9,18,-40,23,-66,16r-3,-39v30,7,44,-5,48,-33"},"\u017f":{"d":"20,-201v-7,-54,36,-71,81,-55r-5,35v-19,-6,-35,-5,-35,21r0,200r-41,0r0,-201","w":82},"\u01fa":{"d":"106,-336v16,0,28,17,28,35v0,18,-12,34,-28,34v-16,0,-28,-17,-28,-34v0,-18,12,-35,28,-35xm106,-286v7,0,14,-8,13,-15v1,-9,-6,-16,-13,-16v-7,0,-14,7,-13,16v-1,7,6,15,13,15xm212,0r-46,0r-19,-59r-84,0r-18,59r-45,0r82,-258r45,0xm133,-102r-29,-96r-28,96r57,0xm86,-347r20,-52r45,0r-39,52r-26,0","w":219},"\u01fb":{"d":"82,-270v17,0,29,17,29,34v0,17,-13,35,-29,35v-36,0,-37,-69,0,-69xm82,-220v16,-1,17,-32,0,-32v-6,0,-14,7,-12,16v-2,8,6,16,12,16xm79,-153v-17,0,-22,7,-27,23r-37,-8v8,-36,25,-49,66,-53v100,-10,46,123,73,191r-40,0r-5,-20v-25,39,-104,27,-98,-31v-6,-56,62,-56,95,-71v0,-24,-6,-31,-27,-31xm74,-31v28,-2,33,-24,32,-59v-16,9,-57,9,-55,34v1,13,10,26,23,25xm66,-285r20,-52r45,0r-39,52r-26,0","w":180},"\u01fc":{"d":"-12,0r98,-258r191,0r0,44r-105,0r0,57r97,0r0,44r-97,0r0,70r109,0r0,43r-151,0r0,-61r-73,0r-22,61r-47,0xm72,-106r58,0r0,-113r-16,0xm147,-276r20,-52r45,0r-39,52r-26,0","w":295},"\u01fd":{"d":"17,-138v3,-54,80,-68,117,-36v35,-35,95,-9,105,30v4,17,10,37,10,65r-102,0v1,51,48,62,60,19r40,9v-13,60,-86,72,-123,30v-28,36,-111,35,-111,-30v0,-55,49,-55,94,-70v1,-23,-6,-31,-25,-32v-16,-1,-25,9,-28,23xm209,-110v4,-37,-36,-58,-54,-29v-5,9,-8,18,-8,29r62,0xm53,-55v0,31,46,29,51,3v2,-6,3,-18,3,-37v-39,16,-45,5,-54,34xm105,-210r20,-52r45,0r-39,52r-26,0","w":262},"\u01fe":{"d":"34,-41v-44,-78,-21,-221,81,-221v25,0,47,8,64,23r22,-31r20,21r-24,33v44,74,20,220,-81,220v-26,0,-47,-7,-63,-22r-23,32r-21,-21xm152,-203v-46,-39,-95,6,-95,74v0,19,2,35,6,48xm79,-54v46,42,95,-7,95,-75v0,-18,-2,-33,-6,-46xm90,-276r20,-52r45,0r-39,52r-26,0","w":229},"\u01ff":{"d":"31,-27v-37,-57,-16,-167,61,-164v17,0,32,5,45,15r15,-21r16,16r-16,22v38,55,16,166,-61,163v-16,0,-31,-5,-44,-15r-17,24r-15,-17xm114,-144v-30,-25,-61,8,-61,49v0,12,1,22,4,31xm70,-43v30,25,60,-8,60,-49v0,-10,-1,-20,-4,-30xm71,-210r20,-52r45,0r-39,52r-26,0","w":180},"\u00a4":{"d":"26,-90v-11,-20,-10,-54,-1,-75r-18,-23r23,-32r20,24v17,-12,46,-13,63,0r19,-23r24,29r-19,24v12,20,12,56,0,76r20,24r-24,30r-20,-24v-17,13,-46,12,-63,0r-18,23r-25,-29xm82,-163v-17,0,-30,17,-30,35v0,18,14,36,30,36v37,-1,38,-71,0,-71"},"\u0218":{"d":"79,21r36,0v2,41,-1,72,-32,84r-7,-18v11,-4,17,-11,20,-21r-17,0r0,-45xm153,-141v54,45,29,146,-56,146v-52,0,-80,-30,-86,-89r41,-5v-1,61,88,67,88,14v0,-40,-69,-36,-94,-56v-47,-38,-28,-137,50,-131v50,4,79,28,80,78r-42,2v4,-45,-75,-49,-75,-12v0,36,73,35,94,53","w":196},"\u0219":{"d":"62,21r36,0v2,41,-1,72,-32,84r-7,-18v11,-4,17,-11,20,-21r-17,0r0,-45xm138,-94v31,41,-1,98,-58,98v-41,0,-66,-22,-73,-57r41,-8v0,36,57,41,61,9v-1,-11,-5,-12,-16,-16v-54,-17,-74,-18,-80,-66v-6,-55,73,-71,110,-45v10,7,18,20,22,37r-38,9v0,-27,-53,-30,-57,-7v3,24,78,24,88,46"},"\u021a":{"d":"72,21r36,0v2,41,-1,72,-32,84r-7,-18v11,-4,17,-11,20,-21r-17,0r0,-45xm69,0r0,-214r-63,0r0,-44r168,0r0,44r-62,0r0,214r-43,0","w":180},"\u021b":{"d":"40,21r37,0v2,41,-1,72,-32,84r-7,-18v11,-4,17,-11,20,-21r-18,0r0,-45xm95,-3v-44,18,-72,0,-72,-63r0,-81r-19,0r0,-40r19,0r0,-37r41,-29r0,66r27,0r0,40r-27,0r0,75v-2,33,2,40,27,31","w":98}}});


