(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return!!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return!!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return+new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return!o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return-1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return!!T.firstChild},empty:function(T){return!T.firstChild},has:function(V,U,T){return!!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex"in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return!F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();;;(function(G){var A="2.30";var B=G.browser.msie&&/MSIE 6.0/.test(navigator.userAgent);function D(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments,""))}}G.fn.cycle=function(I){var J=arguments[1];return this.each(function(){if(I===undefined||I===null){I={}}if(I.constructor==String){switch(I){case"stop":if(this.cycleTimeout){clearTimeout(this.cycleTimeout)}this.cycleTimeout=0;G(this).data("cycle.opts","");return;case"pause":this.cyclePause=1;return;case"resume":this.cyclePause=0;if(J===true){I=G(this).data("cycle.opts");if(!I){D("options not found, can not resume");return}if(this.cycleTimeout){clearTimeout(this.cycleTimeout);this.cycleTimeout=0}E(I.elements,I,1,1)}return;default:I={fx:I}}}else{if(I.constructor==Number){var O=I;I=G(this).data("cycle.opts");if(!I){D("options not found, can not advance slide");return}if(O<0||O>=I.elements.length){D("invalid slide index: "+O);return}I.nextSlide=O;if(this.cycleTimeout){clearTimeout(this.cycleTimeout);this.cycleTimeout=0}E(I.elements,I,1,O>=I.currSlide);return}}if(this.cycleTimeout){clearTimeout(this.cycleTimeout)}this.cycleTimeout=0;this.cyclePause=0;var R=G(this);var P=I.slideExpr?G(I.slideExpr,this):R.children();var L=P.get();if(L.length<2){D("terminating; too few slides: "+L.length);return}var K=G.extend({},G.fn.cycle.defaults,I||{},G.metadata?R.metadata():G.meta?R.data():{});if(K.autostop){K.countdown=K.autostopCount||L.length}R.data("cycle.opts",K);K.container=this;K.elements=L;K.before=K.before?[K.before]:[];K.after=K.after?[K.after]:[];K.after.unshift(function(){K.busy=0});if(K.continuous){K.after.push(function(){E(L,K,0,!K.rev)})}if(B&&K.cleartype&&!K.cleartypeNoBg){C(P)}var T=this.className;K.width=parseInt((T.match(/w:(\d+)/)||[])[1])||K.width;K.height=parseInt((T.match(/h:(\d+)/)||[])[1])||K.height;K.timeout=parseInt((T.match(/t:(\d+)/)||[])[1])||K.timeout;if(R.css("position")=="static"){R.css("position","relative")}if(K.width){R.width(K.width)}if(K.height&&K.height!="auto"){R.height(K.height)}if(K.startingSlide){K.startingSlide=parseInt(K.startingSlide)}if(K.random){K.randomMap=[];for(var M=0;M<L.length;M++){K.randomMap.push(M)}K.randomMap.sort(function(V,U){return Math.random()-0.5});K.randomIndex=0;K.startingSlide=K.randomMap[0]}else{if(K.startingSlide>=L.length){K.startingSlide=0}}var N=K.startingSlide||0;P.css({position:"absolute",top:0,left:0}).hide().each(function(U){var V=N?U>=N?L.length-(U-N):N-U:L.length-U;G(this).css("z-index",V)});G(L[N]).css("opacity",1).show();if(G.browser.msie){L[N].style.removeAttribute("filter")}if(K.fit&&K.width){P.width(K.width)}if(K.fit&&K.height&&K.height!="auto"){P.height(K.height)}if(K.pause){R.hover(function(){this.cyclePause=1},function(){this.cyclePause=0})}var S=G.fn.cycle.transitions[K.fx];if(G.isFunction(S)){S(R,P,K)}else{if(K.fx!="custom"){D("unknown transition: "+K.fx)}}P.each(function(){var U=G(this);this.cycleH=(K.fit&&K.height)?K.height:U.height();this.cycleW=(K.fit&&K.width)?K.width:U.width()});K.cssBefore=K.cssBefore||{};K.animIn=K.animIn||{};K.animOut=K.animOut||{};P.not(":eq("+N+")").css(K.cssBefore);if(K.cssFirst){G(P[N]).css(K.cssFirst)}if(K.timeout){K.timeout=parseInt(K.timeout);if(K.speed.constructor==String){K.speed=G.fx.speeds[K.speed]||parseInt(K.speed)}if(!K.sync){K.speed=K.speed/2}while((K.timeout-K.speed)<250){K.timeout+=K.speed}}if(K.easing){K.easeIn=K.easeOut=K.easing}if(!K.speedIn){K.speedIn=K.speed}if(!K.speedOut){K.speedOut=K.speed}K.slideCount=L.length;K.currSlide=N;if(K.random){K.nextSlide=K.currSlide;if(++K.randomIndex==L.length){K.randomIndex=0}K.nextSlide=K.randomMap[K.randomIndex]}else{K.nextSlide=K.startingSlide>=(L.length-1)?0:K.startingSlide+1}var Q=P[N];if(K.before.length){K.before[0].apply(Q,[Q,Q,K,true])}if(K.after.length>1){K.after[1].apply(Q,[Q,Q,K,true])}if(K.click&&!K.next){K.next=K.click}if(K.next){G(K.next).bind("click",function(){return F(L,K,K.rev?-1:1)})}if(K.prev){G(K.prev).bind("click",function(){return F(L,K,K.rev?1:-1)})}if(K.pager){H(L,K)}K.addSlide=function(V,W){var U=G(V),X=U[0];if(!K.autostopCount){K.countdown++}L[W?"unshift":"push"](X);if(K.els){K.els[W?"unshift":"push"](X)}K.slideCount=L.length;U.css("position","absolute");U[W?"prependTo":"appendTo"](R);if(W){K.currSlide++;K.nextSlide++}if(B&&K.cleartype&&!K.cleartypeNoBg){C(U)}if(K.fit&&K.width){U.width(K.width)}if(K.fit&&K.height&&K.height!="auto"){P.height(K.height)}X.cycleH=(K.fit&&K.height)?K.height:U.height();X.cycleW=(K.fit&&K.width)?K.width:U.width();U.css(K.cssBefore);if(K.pager){G.fn.cycle.createPagerAnchor(L.length-1,X,G(K.pager),L,K)}if(typeof K.onAddSlide=="function"){K.onAddSlide(U)}};if(K.timeout||K.continuous){this.cycleTimeout=setTimeout(function(){E(L,K,0,!K.rev)},K.continuous?10:K.timeout+(K.delay||0))}})};function E(N,I,M,O){if(I.busy){return}var L=I.container,Q=N[I.currSlide],P=N[I.nextSlide];if(L.cycleTimeout===0&&!M){return}if(!M&&!L.cyclePause&&((I.autostop&&(--I.countdown<=0))||(I.nowrap&&!I.random&&I.nextSlide<I.currSlide))){if(I.end){I.end(I)}return}if(M||!L.cyclePause){if(I.before.length){G.each(I.before,function(R,S){S.apply(P,[Q,P,I,O])})}var J=function(){if(G.browser.msie&&I.cleartype){this.style.removeAttribute("filter")}G.each(I.after,function(R,S){S.apply(P,[Q,P,I,O])})};if(I.nextSlide!=I.currSlide){I.busy=1;if(I.fxFn){I.fxFn(Q,P,I,J,O)}else{if(G.isFunction(G.fn.cycle[I.fx])){G.fn.cycle[I.fx](Q,P,I,J)}else{G.fn.cycle.custom(Q,P,I,J,M&&I.fastOnEvent)}}}if(I.random){I.currSlide=I.nextSlide;if(++I.randomIndex==N.length){I.randomIndex=0}I.nextSlide=I.randomMap[I.randomIndex]}else{var K=(I.nextSlide+1)==N.length;I.nextSlide=K?0:I.nextSlide+1;I.currSlide=K?N.length-1:I.nextSlide-1}if(I.pager){G.fn.cycle.updateActivePagerLink(I.pager,I.currSlide)}}if(I.timeout&&!I.continuous){L.cycleTimeout=setTimeout(function(){E(N,I,0,!I.rev)},I.timeout)}else{if(I.continuous&&L.cyclePause){L.cycleTimeout=setTimeout(function(){E(N,I,0,!I.rev)},10)}}}G.fn.cycle.updateActivePagerLink=function(I,J){G(I).find("a").removeClass("activeSlide").filter("a:eq("+J+")").addClass("activeSlide")};function F(I,J,M){var L=J.container,K=L.cycleTimeout;if(K){clearTimeout(K);L.cycleTimeout=0}if(J.random&&M<0){J.randomIndex--;if(--J.randomIndex==-2){J.randomIndex=I.length-2}else{if(J.randomIndex==-1){J.randomIndex=I.length-1}}J.nextSlide=J.randomMap[J.randomIndex]}else{if(J.random){if(++J.randomIndex==I.length){J.randomIndex=0}J.nextSlide=J.randomMap[J.randomIndex]}else{J.nextSlide=J.currSlide+M;if(J.nextSlide<0){if(J.nowrap){return false}J.nextSlide=I.length-1}else{if(J.nextSlide>=I.length){if(J.nowrap){return false}J.nextSlide=0}}}}if(J.prevNextClick&&typeof J.prevNextClick=="function"){J.prevNextClick(M>0,J.nextSlide,I[J.nextSlide])}E(I,J,1,M>=0);return false}function H(J,K){var I=G(K.pager);G.each(J,function(L,M){G.fn.cycle.createPagerAnchor(L,M,I,J,K)});G.fn.cycle.updateActivePagerLink(K.pager,K.startingSlide)}G.fn.cycle.createPagerAnchor=function(K,L,I,J,M){var N=(typeof M.pagerAnchorBuilder=="function")?G(M.pagerAnchorBuilder(K,L)):G('<a href="#">'+(K+1)+"</a>");if(N.parents("body").length==0){N.appendTo(I)}N.bind(M.pagerEvent,function(){M.nextSlide=K;var P=M.container,O=P.cycleTimeout;if(O){clearTimeout(O);P.cycleTimeout=0}if(typeof M.pagerClick=="function"){M.pagerClick(M.nextSlide,J[M.nextSlide])}E(J,M,1,M.currSlide<K);return false});if(M.pauseOnPagerHover){N.hover(function(){M.container.cyclePause=1},function(){M.container.cyclePause=0})}};function C(K){function J(L){var L=parseInt(L).toString(16);return L.length<2?"0"+L:L}function I(N){for(;N&&N.nodeName.toLowerCase()!="html";N=N.parentNode){var L=G.css(N,"background-color");if(L.indexOf("rgb")>=0){var M=L.match(/\d+/g);return"#"+J(M[0])+J(M[1])+J(M[2])}if(L&&L!="transparent"){return L}}return"#ffffff"}K.each(function(){G(this).css("background-color",I(this))})}G.fn.cycle.custom=function(T,N,I,K,J){var S=G(T),O=G(N);O.css(I.cssBefore);var L=J?1:I.speedIn;var R=J?1:I.speedOut;var M=J?null:I.easeIn;var Q=J?null:I.easeOut;var P=function(){O.animate(I.animIn,L,M,K)};S.animate(I.animOut,R,Q,function(){if(I.cssAfter){S.css(I.cssAfter)}if(!I.sync){P()}});if(I.sync){P()}};G.fn.cycle.transitions={fade:function(J,K,I){K.not(":eq("+I.startingSlide+")").css("opacity",0);I.before.push(function(){G(this).show()});I.animIn={opacity:1};I.animOut={opacity:0};I.cssBefore={opacity:0};I.cssAfter={display:"none"};I.onAddSlide=function(L){L.hide()}}};G.fn.cycle.ver=function(){return A};G.fn.cycle.defaults={fx:"fade",timeout:4000,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,prevNextClick:null,pager:null,pagerClick:null,pagerEvent:"click",pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:0,nowrap:0,fastOnEvent:0}})(jQuery);(function(A){A.fn.cycle.transitions.scrollUp=function(C,D,B){C.css("overflow","hidden");B.before.push(function(G,E,F){A(this).show();F.cssBefore.top=E.offsetHeight;F.animOut.top=0-G.offsetHeight});B.cssFirst={top:0};B.animIn={top:0};B.cssAfter={display:"none"}};A.fn.cycle.transitions.scrollDown=function(C,D,B){C.css("overflow","hidden");B.before.push(function(G,E,F){A(this).show();F.cssBefore.top=0-E.offsetHeight;F.animOut.top=G.offsetHeight});B.cssFirst={top:0};B.animIn={top:0};B.cssAfter={display:"none"}};A.fn.cycle.transitions.scrollLeft=function(C,D,B){C.css("overflow","hidden");B.before.push(function(G,E,F){A(this).show();F.cssBefore.left=E.offsetWidth;F.animOut.left=0-G.offsetWidth});B.cssFirst={left:0};B.animIn={left:0}};A.fn.cycle.transitions.scrollRight=function(C,D,B){C.css("overflow","hidden");B.before.push(function(G,E,F){A(this).show();F.cssBefore.left=0-E.offsetWidth;F.animOut.left=G.offsetWidth});B.cssFirst={left:0};B.animIn={left:0}};A.fn.cycle.transitions.scrollHorz=function(C,D,B){C.css("overflow","hidden").width();B.before.push(function(I,G,H,F){A(this).show();var E=I.offsetWidth,J=G.offsetWidth;H.cssBefore=F?{left:J}:{left:-J};H.animIn.left=0;H.animOut.left=F?-E:E;D.not(I).css(H.cssBefore)});B.cssFirst={left:0};B.cssAfter={display:"none"}};A.fn.cycle.transitions.scrollVert=function(C,D,B){C.css("overflow","hidden");B.before.push(function(J,G,H,F){A(this).show();var I=J.offsetHeight,E=G.offsetHeight;H.cssBefore=F?{top:-E}:{top:E};H.animIn.top=0;H.animOut.top=F?I:-I;D.not(J).css(H.cssBefore)});B.cssFirst={top:0};B.cssAfter={display:"none"}};A.fn.cycle.transitions.slideX=function(C,D,B){B.before.push(function(G,E,F){A(G).css("zIndex",1)});B.onAddSlide=function(E){E.hide()};B.cssBefore={zIndex:2};B.animIn={width:"show"};B.animOut={width:"hide"}};A.fn.cycle.transitions.slideY=function(C,D,B){B.before.push(function(G,E,F){A(G).css("zIndex",1)});B.onAddSlide=function(E){E.hide()};B.cssBefore={zIndex:2};B.animIn={height:"show"};B.animOut={height:"hide"}};A.fn.cycle.transitions.shuffle=function(E,F,D){var B=E.css("overflow","visible").width();F.css({left:0,top:0});D.before.push(function(){A(this).show()});D.speed=D.speed/2;D.random=0;D.shuffle=D.shuffle||{left:-B,top:15};D.els=[];for(var C=0;C<F.length;C++){D.els.push(F[C])}for(var C=0;C<D.startingSlide;C++){D.els.push(D.els.shift())}D.fxFn=function(L,J,K,G,I){var H=I?A(L):A(J);H.animate(K.shuffle,K.speedIn,K.easeIn,function(){I?K.els.push(K.els.shift()):K.els.unshift(K.els.pop());if(I){for(var N=0,M=K.els.length;N<M;N++){A(K.els[N]).css("z-index",M-N)}}else{var O=A(L).css("z-index");H.css("z-index",parseInt(O)+1)}H.animate({left:0,top:0},K.speedOut,K.easeOut,function(){A(I?this:L).hide();if(G){G()}})})};D.onAddSlide=function(G){G.hide()}};A.fn.cycle.transitions.turnUp=function(C,D,B){B.before.push(function(G,E,F){A(this).show();F.cssBefore.top=E.cycleH;F.animIn.height=E.cycleH});B.onAddSlide=function(E){E.hide()};B.cssFirst={top:0};B.cssBefore={height:0};B.animIn={top:0};B.animOut={height:0};B.cssAfter={display:"none"}};A.fn.cycle.transitions.turnDown=function(C,D,B){B.before.push(function(G,E,F){A(this).show();F.animIn.height=E.cycleH;F.animOut.top=G.cycleH});B.onAddSlide=function(E){E.hide()};B.cssFirst={top:0};B.cssBefore={top:0,height:0};B.animOut={height:0};B.cssAfter={display:"none"}};A.fn.cycle.transitions.turnLeft=function(C,D,B){B.before.push(function(G,E,F){A(this).show();F.cssBefore.left=E.cycleW;F.animIn.width=E.cycleW});B.onAddSlide=function(E){E.hide()};B.cssBefore={width:0};B.animIn={left:0};B.animOut={width:0};B.cssAfter={display:"none"}};A.fn.cycle.transitions.turnRight=function(C,D,B){B.before.push(function(G,E,F){A(this).show();F.animIn.width=E.cycleW;F.animOut.left=G.cycleW});B.onAddSlide=function(E){E.hide()};B.cssBefore={left:0,width:0};B.animIn={left:0};B.animOut={width:0};B.cssAfter={display:"none"}};A.fn.cycle.transitions.zoom=function(C,D,B){B.cssFirst={top:0,left:0};B.cssAfter={display:"none"};B.before.push(function(G,E,F){A(this).show();F.cssBefore={width:0,height:0,top:E.cycleH/2,left:E.cycleW/2};F.cssAfter={display:"none"};F.animIn={top:0,left:0,width:E.cycleW,height:E.cycleH};F.animOut={width:0,height:0,top:G.cycleH/2,left:G.cycleW/2};A(G).css("zIndex",2);A(E).css("zIndex",1)});B.onAddSlide=function(E){E.hide()}};A.fn.cycle.transitions.fadeZoom=function(C,D,B){B.before.push(function(G,E,F){F.cssBefore={width:0,height:0,opacity:1,left:E.cycleW/2,top:E.cycleH/2,zIndex:1};F.animIn={top:0,left:0,width:E.cycleW,height:E.cycleH}});B.animOut={opacity:0};B.cssAfter={zIndex:0}};A.fn.cycle.transitions.blindX=function(D,E,C){var B=D.css("overflow","hidden").width();E.show();C.before.push(function(H,F,G){A(H).css("zIndex",1)});C.cssBefore={left:B,zIndex:2};C.cssAfter={zIndex:1};C.animIn={left:0};C.animOut={left:B}};A.fn.cycle.transitions.blindY=function(D,E,C){var B=D.css("overflow","hidden").height();E.show();C.before.push(function(H,F,G){A(H).css("zIndex",1)});C.cssBefore={top:B,zIndex:2};C.cssAfter={zIndex:1};C.animIn={top:0};C.animOut={top:B}};A.fn.cycle.transitions.blindZ=function(E,F,D){var C=E.css("overflow","hidden").height();var B=E.width();F.show();D.before.push(function(I,G,H){A(I).css("zIndex",1)});D.cssBefore={top:C,left:B,zIndex:2};D.cssAfter={zIndex:1};D.animIn={top:0,left:0};D.animOut={top:C,left:B}};A.fn.cycle.transitions.growX=function(C,D,B){B.before.push(function(G,E,F){F.cssBefore={left:this.cycleW/2,width:0,zIndex:2};F.animIn={left:0,width:this.cycleW};F.animOut={left:0};A(G).css("zIndex",1)});B.onAddSlide=function(E){E.hide().css("zIndex",1)}};A.fn.cycle.transitions.growY=function(C,D,B){B.before.push(function(G,E,F){F.cssBefore={top:this.cycleH/2,height:0,zIndex:2};F.animIn={top:0,height:this.cycleH};F.animOut={top:0};A(G).css("zIndex",1)});B.onAddSlide=function(E){E.hide().css("zIndex",1)}};A.fn.cycle.transitions.curtainX=function(C,D,B){B.before.push(function(G,E,F){F.cssBefore={left:E.cycleW/2,width:0,zIndex:1,display:"block"};F.animIn={left:0,width:this.cycleW};F.animOut={left:G.cycleW/2,width:0};A(G).css("zIndex",2)});B.onAddSlide=function(E){E.hide()};B.cssAfter={zIndex:1,display:"none"}};A.fn.cycle.transitions.curtainY=function(C,D,B){B.before.push(function(G,E,F){F.cssBefore={top:E.cycleH/2,height:0,zIndex:1,display:"block"};F.animIn={top:0,height:this.cycleH};F.animOut={top:G.cycleH/2,height:0};A(G).css("zIndex",2)});B.onAddSlide=function(E){E.hide()};B.cssAfter={zIndex:1,display:"none"}};A.fn.cycle.transitions.cover=function(E,F,D){var G=D.direction||"left";var B=E.css("overflow","hidden").width();var C=E.height();D.before.push(function(J,H,I){I.cssBefore=I.cssBefore||{};I.cssBefore.zIndex=2;I.cssBefore.display="block";if(G=="right"){I.cssBefore.left=-B}else{if(G=="up"){I.cssBefore.top=C}else{if(G=="down"){I.cssBefore.top=-C}else{I.cssBefore.left=B}}}A(J).css("zIndex",1)});if(!D.animIn){D.animIn={left:0,top:0}}if(!D.animOut){D.animOut={left:0,top:0}}D.cssAfter=D.cssAfter||{};D.cssAfter.zIndex=2;D.cssAfter.display="none"};A.fn.cycle.transitions.uncover=function(E,F,D){var G=D.direction||"left";var B=E.css("overflow","hidden").width();var C=E.height();D.before.push(function(J,H,I){I.cssBefore.display="block";if(G=="right"){I.animOut.left=B}else{if(G=="up"){I.animOut.top=-C}else{if(G=="down"){I.animOut.top=C}else{I.animOut.left=-B}}}A(J).css("zIndex",2);A(H).css("zIndex",1)});D.onAddSlide=function(H){H.hide()};if(!D.animIn){D.animIn={left:0,top:0}}D.cssBefore=D.cssBefore||{};D.cssBefore.top=0;D.cssBefore.left=0;D.cssAfter=D.cssAfter||{};D.cssAfter.zIndex=1;D.cssAfter.display="none"};A.fn.cycle.transitions.toss=function(E,F,D){var B=E.css("overflow","visible").width();var C=E.height();D.before.push(function(I,G,H){A(I).css("zIndex",2);H.cssBefore.display="block";if(!H.animOut.left&&!H.animOut.top){H.animOut={left:B*2,top:-C/2,opacity:0}}else{H.animOut.opacity=0}});D.onAddSlide=function(G){G.hide()};D.cssBefore={left:0,top:0,zIndex:1,opacity:1};D.animIn={left:0};D.cssAfter={zIndex:2,display:"none"}};A.fn.cycle.transitions.wipe=function(K,H,C){var J=K.css("overflow","hidden").width();var F=K.height();C.cssBefore=C.cssBefore||{};var D;if(C.clip){if(/l2r/.test(C.clip)){D="rect(0px 0px "+F+"px 0px)"}else{if(/r2l/.test(C.clip)){D="rect(0px "+J+"px "+F+"px "+J+"px)"}else{if(/t2b/.test(C.clip)){D="rect(0px "+J+"px 0px 0px)"}else{if(/b2t/.test(C.clip)){D="rect("+F+"px "+J+"px "+F+"px 0px)"}else{if(/zoom/.test(C.clip)){var L=parseInt(F/2);var E=parseInt(J/2);D="rect("+L+"px "+E+"px "+L+"px "+E+"px)"}}}}}}C.cssBefore.clip=C.cssBefore.clip||D||"rect(0px 0px 0px 0px)";var G=C.cssBefore.clip.match(/(\d+)/g);var L=parseInt(G[0]),B=parseInt(G[1]),I=parseInt(G[2]),E=parseInt(G[3]);C.before.push(function(T,O,R){if(T==O){return}var N=A(T).css("zIndex",2);var M=A(O).css({zIndex:3,display:"block"});var Q=1,P=parseInt((R.speedIn/13))-1;function S(){var V=L?L-parseInt(Q*(L/P)):0;var W=E?E-parseInt(Q*(E/P)):0;var X=I<F?I+parseInt(Q*((F-I)/P||1)):F;var U=B<J?B+parseInt(Q*((J-B)/P||1)):J;M.css({clip:"rect("+V+"px "+U+"px "+X+"px "+W+"px)"});(Q++<=P)?setTimeout(S,13):N.css("display","none")}S()});C.cssAfter={};C.animIn={left:0};C.animOut={left:0}}})(jQuery);;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);;(function(a){a.widget("ui.tabs",{_init:function(){if(this.options.deselectable!==undefined){this.options.collapsible=this.options.deselectable}this._tabify(true)},_setData:function(b,c){if(b=="selected"){if(this.options.collapsible&&c==this.options.selected){return}this.select(c)}else{this.options[b]=c;if(b=="deselectable"){this.options.collapsible=c}this._tabify()}},_tabId:function(b){return b.title&&b.title.replace(/\s/g,"_").replace(/[^A-Za-z0-9\-_:\.]/g,"")||this.options.idPrefix+a.data(b)},_sanitizeSelector:function(b){return b.replace(/:/g,"\\:")},_cookie:function(){var b=this.cookie||(this.cookie=this.options.cookie.name||"ui-tabs-"+a.data(this.list[0]));return a.cookie.apply(null,[b].concat(a.makeArray(arguments)))},_ui:function(c,b){return{tab:c,panel:b,index:this.anchors.index(c)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass("ui-state-processing").find("span:data(label.tabs)").each(function(){var b=a(this);b.html(b.data("label.tabs")).removeData("label.tabs")})},_tabify:function(n){this.list=this.element.children("ul:first");this.lis=a("li:has(a[href])",this.list);this.anchors=this.lis.map(function(){return a("a",this)[0]});this.panels=a([]);var p=this,d=this.options;var c=/^#.+/;this.anchors.each(function(r,o){var q=a(o).attr("href");var s=q.split("#")[0],u;if(s&&(s===location.toString().split("#")[0]||(u=a("base")[0])&&s===u.href)){q=o.hash;o.href=q}if(c.test(q)){p.panels=p.panels.add(p._sanitizeSelector(q))}else{if(q!="#"){a.data(o,"href.tabs",q);a.data(o,"load.tabs",q.replace(/#.*$/,""));var w=p._tabId(o);o.href="#"+w;var v=a("#"+w);if(!v.length){v=a(d.panelTemplate).attr("id",w).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(p.panels[r-1]||p.list);v.data("destroy.tabs",true)}p.panels=p.panels.add(v)}else{d.disabled.push(r)}}});if(n){this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all");this.list.addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.lis.addClass("ui-state-default ui-corner-top");this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom");if(d.selected===undefined){if(location.hash){this.anchors.each(function(q,o){if(o.hash==location.hash){d.selected=q;return false}})}if(typeof d.selected!="number"&&d.cookie){d.selected=parseInt(p._cookie(),10)}if(typeof d.selected!="number"&&this.lis.filter(".ui-tabs-selected").length){d.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"))}d.selected=d.selected||0}else{if(d.selected===null){d.selected=-1}}d.selected=((d.selected>=0&&this.anchors[d.selected])||d.selected<0)?d.selected:0;d.disabled=a.unique(d.disabled.concat(a.map(this.lis.filter(".ui-state-disabled"),function(q,o){return p.lis.index(q)}))).sort();if(a.inArray(d.selected,d.disabled)!=-1){d.disabled.splice(a.inArray(d.selected,d.disabled),1)}this.panels.addClass("ui-tabs-hide");this.lis.removeClass("ui-tabs-selected ui-state-active");if(d.selected>=0&&this.anchors.length){this.panels.eq(d.selected).removeClass("ui-tabs-hide");this.lis.eq(d.selected).addClass("ui-tabs-selected ui-state-active");p.element.queue("tabs",function(){p._trigger("show",null,p._ui(p.anchors[d.selected],p.panels[d.selected]))});this.load(d.selected)}a(window).bind("unload",function(){p.lis.add(p.anchors).unbind(".tabs");p.lis=p.anchors=p.panels=null})}else{d.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"))}this.element[d.collapsible?"addClass":"removeClass"]("ui-tabs-collapsible");if(d.cookie){this._cookie(d.selected,d.cookie)}for(var g=0,m;(m=this.lis[g]);g++){a(m)[a.inArray(g,d.disabled)!=-1&&!a(m).hasClass("ui-tabs-selected")?"addClass":"removeClass"]("ui-state-disabled")}if(d.cache===false){this.anchors.removeData("cache.tabs")}this.lis.add(this.anchors).unbind(".tabs");if(d.event!="mouseover"){var f=function(o,i){if(i.is(":not(.ui-state-disabled)")){i.addClass("ui-state-"+o)}};var j=function(o,i){i.removeClass("ui-state-"+o)};this.lis.bind("mouseover.tabs",function(){f("hover",a(this))});this.lis.bind("mouseout.tabs",function(){j("hover",a(this))});this.anchors.bind("focus.tabs",function(){f("focus",a(this).closest("li"))});this.anchors.bind("blur.tabs",function(){j("focus",a(this).closest("li"))})}var b,h;if(d.fx){if(a.isArray(d.fx)){b=d.fx[0];h=d.fx[1]}else{b=h=d.fx}}function e(i,o){i.css({display:""});if(a.browser.msie&&o.opacity){i[0].style.removeAttribute("filter")}}var k=h?function(i,o){a(i).closest("li").removeClass("ui-state-default").addClass("ui-tabs-selected ui-state-active");o.hide().removeClass("ui-tabs-hide").animate(h,h.duration||"normal",function(){e(o,h);p._trigger("show",null,p._ui(i,o[0]))})}:function(i,o){a(i).closest("li").removeClass("ui-state-default").addClass("ui-tabs-selected ui-state-active");o.removeClass("ui-tabs-hide");p._trigger("show",null,p._ui(i,o[0]))};var l=b?function(o,i){i.animate(b,b.duration||"normal",function(){p.lis.removeClass("ui-tabs-selected ui-state-active").addClass("ui-state-default");i.addClass("ui-tabs-hide");e(i,b);p.element.dequeue("tabs")})}:function(o,i,q){p.lis.removeClass("ui-tabs-selected ui-state-active").addClass("ui-state-default");i.addClass("ui-tabs-hide");p.element.dequeue("tabs")};this.anchors.bind(d.event+".tabs",function(){var o=this,r=a(this).closest("li"),i=p.panels.filter(":not(.ui-tabs-hide)"),q=a(p._sanitizeSelector(this.hash));if((r.hasClass("ui-tabs-selected")&&!d.collapsible)||r.hasClass("ui-state-disabled")||r.hasClass("ui-state-processing")||p._trigger("select",null,p._ui(this,q[0]))===false){this.blur();return false}d.selected=p.anchors.index(this);p.abort();if(d.collapsible){if(r.hasClass("ui-tabs-selected")){d.selected=-1;if(d.cookie){p._cookie(d.selected,d.cookie)}p.element.queue("tabs",function(){l(o,i)}).dequeue("tabs");this.blur();return false}else{if(!i.length){if(d.cookie){p._cookie(d.selected,d.cookie)}p.element.queue("tabs",function(){k(o,q)});p.load(p.anchors.index(this));this.blur();return false}}}if(d.cookie){p._cookie(d.selected,d.cookie)}if(q.length){if(i.length){p.element.queue("tabs",function(){l(o,i)})}p.element.queue("tabs",function(){k(o,q)});p.load(p.anchors.index(this))}else{throw"jQuery UI Tabs: Mismatching fragment identifier."}if(a.browser.msie){this.blur()}});this.anchors.bind("click.tabs",function(){return false})},destroy:function(){var b=this.options;this.abort();this.element.unbind(".tabs").removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible").removeData("tabs");this.list.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.anchors.each(function(){var c=a.data(this,"href.tabs");if(c){this.href=c}var d=a(this).unbind(".tabs");a.each(["href","load","cache"],function(e,f){d.removeData(f+".tabs")})});this.lis.unbind(".tabs").add(this.panels).each(function(){if(a.data(this,"destroy.tabs")){a(this).remove()}else{a(this).removeClass(["ui-state-default","ui-corner-top","ui-tabs-selected","ui-state-active","ui-state-hover","ui-state-focus","ui-state-disabled","ui-tabs-panel","ui-widget-content","ui-corner-bottom","ui-tabs-hide"].join(" "))}});if(b.cookie){this._cookie(null,b.cookie)}},add:function(e,d,c){if(c===undefined){c=this.anchors.length}var b=this,g=this.options,i=a(g.tabTemplate.replace(/#\{href\}/g,e).replace(/#\{label\}/g,d)),h=!e.indexOf("#")?e.replace("#",""):this._tabId(a("a",i)[0]);i.addClass("ui-state-default ui-corner-top").data("destroy.tabs",true);var f=a("#"+h);if(!f.length){f=a(g.panelTemplate).attr("id",h).data("destroy.tabs",true)}f.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide");if(c>=this.lis.length){i.appendTo(this.list);f.appendTo(this.list[0].parentNode)}else{i.insertBefore(this.lis[c]);f.insertBefore(this.panels[c])}g.disabled=a.map(g.disabled,function(k,j){return k>=c?++k:k});this._tabify();if(this.anchors.length==1){i.addClass("ui-tabs-selected ui-state-active");f.removeClass("ui-tabs-hide");this.element.queue("tabs",function(){b._trigger("show",null,b._ui(b.anchors[0],b.panels[0]))});this.load(0)}this._trigger("add",null,this._ui(this.anchors[c],this.panels[c]))},remove:function(b){var d=this.options,e=this.lis.eq(b).remove(),c=this.panels.eq(b).remove();if(e.hasClass("ui-tabs-selected")&&this.anchors.length>1){this.select(b+(b+1<this.anchors.length?1:-1))}d.disabled=a.map(a.grep(d.disabled,function(g,f){return g!=b}),function(g,f){return g>=b?--g:g});this._tabify();this._trigger("remove",null,this._ui(e.find("a")[0],c[0]))},enable:function(b){var c=this.options;if(a.inArray(b,c.disabled)==-1){return}this.lis.eq(b).removeClass("ui-state-disabled");c.disabled=a.grep(c.disabled,function(e,d){return e!=b});this._trigger("enable",null,this._ui(this.anchors[b],this.panels[b]))},disable:function(c){var b=this,d=this.options;if(c!=d.selected){this.lis.eq(c).addClass("ui-state-disabled");d.disabled.push(c);d.disabled.sort();this._trigger("disable",null,this._ui(this.anchors[c],this.panels[c]))}},select:function(b){if(typeof b=="string"){b=this.anchors.index(this.anchors.filter("[href$="+b+"]"))}else{if(b===null){b=-1}}if(b==-1&&this.options.collapsible){b=this.options.selected}this.anchors.eq(b).trigger(this.options.event+".tabs")},load:function(e){var c=this,g=this.options,b=this.anchors.eq(e)[0],d=a.data(b,"load.tabs");this.abort();if(!d||this.element.queue("tabs").length!==0&&a.data(b,"cache.tabs")){this.element.dequeue("tabs");return}this.lis.eq(e).addClass("ui-state-processing");if(g.spinner){var f=a("span",b);f.data("label.tabs",f.html()).html(g.spinner)}this.xhr=a.ajax(a.extend({},g.ajaxOptions,{url:d,success:function(i,h){a(c._sanitizeSelector(b.hash)).html(i);c._cleanup();if(g.cache){a.data(b,"cache.tabs",true)}c._trigger("load",null,c._ui(c.anchors[e],c.panels[e]));try{g.ajaxOptions.success(i,h)}catch(j){}c.element.dequeue("tabs")}}))},abort:function(){this.element.queue([]);this.panels.stop(false,true);if(this.xhr){this.xhr.abort();delete this.xhr}this._cleanup()},url:function(c,b){this.anchors.eq(c).removeData("cache.tabs").data("load.tabs",b)},length:function(){return this.anchors.length}});a.extend(a.ui.tabs,{version:"1.7.2",getter:"length",defaults:{ajaxOptions:null,cache:false,cookie:null,collapsible:false,disabled:[],event:"click",fx:null,idPrefix:"ui-tabs-",panelTemplate:"<div></div>",spinner:"<em>Loading&#8230;</em>",tabTemplate:'<li><a href="#{href}"><span>#{label}</span></a></li>'}});a.extend(a.ui.tabs.prototype,{rotation:null,rotate:function(d,f){var b=this,g=this.options;var c=b._rotate||(b._rotate=function(h){clearTimeout(b.rotation);b.rotation=setTimeout(function(){var i=g.selected;b.select(++i<b.anchors.length?i:0)},d);if(h){h.stopPropagation()}});var e=b._unrotate||(b._unrotate=!f?function(h){if(h.clientX){b.rotate(null)}}:function(h){t=g.selected;c()});if(d){this.element.bind("tabsshow",c);this.anchors.bind(g.event+".tabs",e);c()}else{clearTimeout(b.rotation);this.element.unbind("tabsshow",c);this.anchors.unbind(g.event+".tabs",e);delete this._rotate;delete this._unrotate}}})})(jQuery);;;;eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}(';(p($){$.q.1Q=p(){J O.2n(p(){n b=$(O).u(\'2o\');8(b.1d(/^3i\\(["\']?(.*\\.2p)["\']?\\)$/i)){b=3j.$1;$(O).u({\'2o\':\'3k\',\'1e\':"3l:3m.3n.3o(3p=D, 3q="+($(O).u(\'3r\')==\'2q-3s\'?\'3t\':\'3u\')+", 13=\'"+b+"\')"}).2n(p(){n a=$(O).u(\'1u\');8(a!=\'2r\'&&a!=\'2s\')$(O).u(\'1u\',\'2s\')})}})};n l,4,1f=F,X=1v 1w,1x,1y=1,1z=/\\.(3v|3w|2p|3x|3y)(.*)?$/i;n m=1A,18=$.14.1g&&$.14.2t.1R(0,1)==6&&!19.3z,1S=18||($.14.1g&&$.14.2t.1R(0,1)==7);$.q.r=p(o){n j=$.2u({},$.q.r.2v,o);n k=O;p 2w(){l=O;4=$.2u({},j);2x();J F};p 2x(){8(1f)J;8($.1T(4.1U)){4.1U()}4.v=[];4.t=0;8(j.v.Y>0){4.v=j.v}C{n a={};8(!l.1B||l.1B==\'\'){n a={K:l.K,G:l.G};8($(l).1C("1l:1D").Y){a.S=$(l).1C("1l:1D")}C{a.S=$(l)}8(a.G==\'\'||1V a.G==\'1m\'){a.G=a.S.2y(\'1W\')}4.v.2z(a)}C{n b=$(k).1e("a[1B="+l.1B+"]");n a={};3A(n i=0;i<b.Y;i++){a={K:b[i].K,G:b[i].G};8($(b[i]).1C("1l:1D").Y){a.S=$(b[i]).1C("1l:1D")}C{a.S=$(b[i])}8(a.G==\'\'||1V a.G==\'1m\'){a.G=a.S.2y(\'1W\')}4.v.2z(a)}}}3B(4.v[4.t].K!=l.K){4.t++}8(4.1E){8(18){$(\'1X, 1Y, 1Z\').u(\'21\',\'3C\');$("#T").u(\'A\',$(U).A())}$("#T").u({\'3D-3E\':4.2A,\'22\':4.2B}).Z()}$(19).11("23.L 24.L",$.q.r.2C);1h()};p 1h(){$("#1n, #1o, #1i, #H").1a();n b=4.v[4.t].K;8(b.1d("1j")||l.3F.2D("1j")>=0){$.q.r.1F();1p(\'<1j s="2E" 3G="2F.q.r.2G()" 3H="3I\'+P.1b(P.3J()*3K)+\'" 2H="0" 3L="0" 13="\'+b+\'"></1j>\',4.1G,4.1H)}C 8(b.1d(/#/)){n c=19.3M.K.3N(\'#\')[0];c=b.3O(c,\'\');c=c.1R(c.2D(\'#\'));1p(\'<9 s="3P">\'+$(c).2I()+\'</9>\',4.1G,4.1H)}C 8(b.1d(1z)){X=1v 1w;X.13=b;8(X.3Q){25()}C{$.q.r.1F();$(X).Q().11(\'3R\',p(){$("#M").1a();25()})}}C{$.q.r.1F();$.3S(b,p(a){$("#M").1a();1p(\'<9 s="3T">\'+a+\'</9>\',4.1G,4.1H)})}};p 25(){n a=X.E;n b=X.A;n c=(4.N*2)+40;n d=(4.N*2)+26;n w=$.q.r.1q();8(4.2J&&(a>(w[0]-c)||b>(w[1]-d))){n e=P.28(P.28(w[0]-c,a)/a,P.28(w[1]-d,b)/b);a=P.1b(e*a);b=P.1b(e*b)}1p(\'<1l 1W="" s="3U" 13="\'+X.13+\'" />\',a,b)};p 2K(){8((4.v.Y-1)>4.t){n a=4.v[4.t+1].K||F;8(a&&a.1d(1z)){1I=1v 1w();1I.13=a}}8(4.t>0){n a=4.v[4.t-1].K||F;8(a&&a.1d(1z)){1I=1v 1w();1I.13=a}}};p 1p(a,b,c){1f=D;n d=4.N;8(1S||m){$("#y")[0].15.2L("A");$("#y")[0].15.2L("E")}8(d>0){b+=d*2;c+=d*2;$("#y").u({\'z\':d+\'R\',\'2M\':d+\'R\',\'2N\':d+\'R\',\'B\':d+\'R\',\'E\':\'2O\',\'A\':\'2O\'});8(1S||m){$("#y")[0].15.2P(\'A\',\'(O.2Q.3V - \'+d*2+\')\');$("#y")[0].15.2P(\'E\',\'(O.2Q.3W - \'+d*2+\')\')}}C{$("#y").u({\'z\':0,\'2M\':0,\'2N\':0,\'B\':0,\'E\':\'2R%\',\'A\':\'2R%\'})}8($("#x").16(":V")&&b==$("#x").E()&&c==$("#x").A()){$("#y").1J(\'29\',p(){$("#y").1r().1K($(a)).2a("1L",p(){1s()})});J}n w=$.q.r.1q();n e=(c+26)>w[1]?w[3]:(w[3]+P.1b((w[1]-c-26)*0.5));n f=(b+40)>w[0]?w[2]:(w[2]+P.1b((w[0]-b-40)*0.5));n g={\'B\':f,\'z\':e,\'E\':b+\'R\',\'A\':c+\'R\'};8($("#x").16(":V")){$("#y").1J("1L",p(){$("#y").1r();$("#x").2b(g,4.2S,4.2T,p(){$("#y").1K($(a)).2a("1L",p(){1s()})})})}C{8(4.2c>0&&4.v[4.t].S!==1m){$("#y").1r().1K($(a));n h=4.v[4.t].S;n i=$.q.r.2d(h);$("#x").u({\'B\':(i.B-20-4.N)+\'R\',\'z\':(i.z-20-4.N)+\'R\',\'E\':$(h).E()+(4.N*2),\'A\':$(h).A()+(4.N*2)});8(4.2e){g.22=\'Z\'}$("#x").2b(g,4.2c,4.2U,p(){1s()})}C{$("#y").1a().1r().1K($(a)).Z();$("#x").u(g).2a("1L",p(){1s()})}}};p 2V(){8(4.t!==0){$("#1o, #2W").Q().11("17",p(e){e.2X();4.t--;1h();J F});$("#1o").Z()}8(4.t!=(4.v.Y-1)){$("#1n, #2Y").Q().11("17",p(e){e.2X();4.t++;1h();J F});$("#1n").Z()}};p 1s(){8($.14.1g){$("#y")[0].15.1M(\'1e\');$("#x")[0].15.1M(\'1e\')}2V();2K();$(U).11("1N.L",p(e){8(e.2f==27&&4.2Z){$.q.r.1c()}C 8(e.2f==37&&4.t!==0){$(U).Q("1N.L");4.t--;1h()}C 8(e.2f==39&&4.t!=(4.v.Y-1)){$(U).Q("1N.L");4.t++;1h()}});8(4.30){$("#y").17($.q.r.1c)}8(4.1E&&4.31){$("#T").11("17",$.q.r.1c)}8(4.33){$("#1i").11("17",$.q.r.1c).Z()}8(1V 4.v[4.t].G!==\'1m\'&&4.v[4.t].G.Y>0){n a=$("#x").1u();$(\'#H 9\').3X(4.v[4.t].G).2I();$(\'#H\').u({\'z\':a.z+$("#x").34()-32,\'B\':a.B+(($("#x").35()*0.5)-($(\'#H\').E()*0.5))}).Z()}8(4.1E&&18){$(\'1X, 1Y, 1Z\',$(\'#y\')).u(\'21\',\'V\')}8($.1T(4.2g)){4.2g(4.v[4.t])}8($.14.1g){$("#x")[0].15.1M(\'1e\');$("#y")[0].15.1M(\'1e\')}1f=F};J O.Q(\'17.L\').11(\'17.L\',2w)};$.q.r.2C=p(){n w=$.q.r.1q();8(4.2h&&$("#x").16(\':V\')){n a=$("#x").35();n b=$("#x").34();n c={\'z\':(b>w[1]?w[3]:w[3]+P.1b((w[1]-b)*0.5)),\'B\':(a>w[0]?w[2]:w[2]+P.1b((w[0]-a)*0.5))};$("#x").u(c);$(\'#H\').u({\'z\':c.z+b-32,\'B\':c.B+((a*0.5)-($(\'#H\').E()*0.5))})}8(18&&$("#T").16(\':V\')){$("#T").u({\'A\':$(U).A()})}8($("#M").16(\':V\')){$("#M").u({\'B\':((w[0]-40)*0.5+w[2]),\'z\':((w[1]-40)*0.5+w[3])})}};$.q.r.1t=p(a,b){J 3Y($.3Z(a.41?a[0]:a,b,D))||0};$.q.r.2d=p(a){n b=a.42();b.z+=$.q.r.1t(a,\'43\');b.z+=$.q.r.1t(a,\'44\');b.B+=$.q.r.1t(a,\'45\');b.B+=$.q.r.1t(a,\'46\');J b};$.q.r.2G=p(){$("#M").1a();$("#2E").Z()};$.q.r.1q=p(){J[$(19).E(),$(19).A(),$(U).47(),$(U).48()]};$.q.r.36=p(){8(!$("#M").16(\':V\')){38(1x);J}$("#M > 9").u(\'z\',(1y*-40)+\'R\');1y=(1y+1)%12};$.q.r.1F=p(){38(1x);n w=$.q.r.1q();$("#M").u({\'B\':((w[0]-40)*0.5+w[2]),\'z\':((w[1]-40)*0.5+w[3])}).Z();$("#M").11(\'17\',$.q.r.1c);1x=49($.q.r.36,4a)};$.q.r.1c=p(){1f=D;$(X).Q();$(U).Q("1N.L");$(19).Q("23.L 24.L");$("#T, #y, #1i").Q();$("#1i, #M, #1o, #1n, #H").1a();1O=p(){8($("#T").16(\':V\')){$("#T").1J("29")}$("#y").1r();8(4.2h){$(19).Q("23.L 24.L")}8(18){$(\'1X, 1Y, 1Z\').u(\'21\',\'V\')}8($.1T(4.2i)){4.2i()}1f=F};8($("#x").16(":V")!==F){8(4.2j>0&&4.v[4.t].S!==1m){n a=4.v[4.t].S;n b=$.q.r.2d(a);n c={\'B\':(b.B-20-4.N)+\'R\',\'z\':(b.z-20-4.N)+\'R\',\'E\':$(a).E()+(4.N*2),\'A\':$(a).A()+(4.N*2)};8(4.2e){c.22=\'1a\'}$("#x").3a(F,D).2b(c,4.2j,4.3b,1O)}C{$("#x").3a(F,D).1J(\'29\',1O)}}C{1O()}J F};$.q.r.3c=p(){n a=\'\';a+=\'<9 s="T"></9>\';a+=\'<9 s="M"><9></9></9>\';a+=\'<9 s="x">\';a+=\'<9 s="3d">\';a+=\'<9 s="1i"></9>\';a+=\'<9 s="W"><9 I="W" s="4b"></9><9 I="W" s="4c"></9><9 I="W" s="4d"></9><9 I="W" s="4e"></9><9 I="W" s="4f"></9><9 I="W" s="4g"></9><9 I="W" s="4h"></9><9 I="W" s="4i"></9></9>\';a+=\'<a K="2k:;" s="1o"><1P I="2l" s="2W"></1P></a><a K="2k:;" s="1n"><1P I="2l" s="2Y"></1P></a>\';a+=\'<9 s="y"></9>\';a+=\'</9>\';a+=\'</9>\';a+=\'<9 s="H"></9>\';$(a).3e("4j");$(\'<3f 4k="0" 4l="0" 4m="0"><3g><1k I="H" s="4n"></1k><1k I="H" s="4o"><9></9></1k><1k I="H" s="4p"></1k></3g></3f>\').3e(\'#H\');8($.14.1g){$(".W").1Q()}8(18){$("9#T").u("1u","2r");$("#M 9, #1i, .H, .2l").1Q();$("#3d").4q(\'<1j s="3h" 13="2k:F;" 4r="2q" 2H="0"></1j>\');n b=$(\'#3h\')[0].4s.U;b.4t();b.1c()}};$.q.r.2v={N:10,2J:D,2e:D,2c:0,2j:0,2S:4u,2U:\'2m\',3b:\'2m\',2T:\'2m\',1G:4v,1H:4w,1E:D,2B:0.3,2A:\'#4x\',2Z:D,33:D,31:D,30:D,2h:D,v:[],1U:1A,2g:1A,2i:1A};$(U).4y(p(){m=$.14.1g&&!$.4z;8($("#x").Y<1){$.q.r.3c()}})})(2F);',62,284,'||||opts||||if|div||||||||||||||var||function|fn|fancybox|id|itemCurrent|css|itemArray||fancy_outer|fancy_content|top|height|left|else|true|width|false|title|fancy_title|class|return|href|fb|fancy_loading|padding|this|Math|unbind|px|orig|fancy_overlay|document|visible|fancy_bg|imagePreloader|length|show||bind||src|browser|style|is|click|IE6|window|hide|round|close|match|filter|busy|msie|_change_item|fancy_close|iframe|td|img|undefined|fancy_right|fancy_left|_set_content|getViewport|empty|_finish|getNumeric|position|new|Image|loadingTimer|loadingFrame|imageRegExp|null|rel|children|first|overlayShow|showLoading|frameWidth|frameHeight|objNext|fadeOut|append|normal|removeAttribute|keydown|__cleanup|span|fixPNG|substr|oldIE|isFunction|callbackOnStart|typeof|alt|embed|object|select||visibility|opacity|resize|scroll|_proceed_image|60||min|fast|fadeIn|animate|zoomSpeedIn|getPosition|zoomOpacity|keyCode|callbackOnShow|centerOnScroll|callbackOnClose|zoomSpeedOut|javascript|fancy_ico|swing|each|backgroundImage|png|no|absolute|relative|version|extend|defaults|_initialize|_start|attr|push|overlayColor|overlayOpacity|scrollBox|indexOf|fancy_frame|jQuery|showIframe|frameborder|html|imageScale|_preload_neighbor_images|removeExpression|right|bottom|auto|setExpression|parentNode|100|zoomSpeedChange|easingChange|easingIn|_set_navigation|fancy_left_ico|stopPropagation|fancy_right_ico|enableEscapeButton|hideOnContentClick|hideOnOverlayClick||showCloseButton|outerHeight|outerWidth|animateLoading||clearInterval||stop|easingOut|build|fancy_inner|appendTo|table|tr|fancy_bigIframe|url|RegExp|none|progid|DXImageTransform|Microsoft|AlphaImageLoader|enabled|sizingMethod|backgroundRepeat|repeat|crop|scale|jpg|gif|bmp|jpeg|XMLHttpRequest|for|while|hidden|background|color|className|onload|name|fancy_iframe|random|1000|hspace|location|split|replace|fancy_div|complete|load|get|fancy_ajax|fancy_img|clientHeight|clientWidth|text|parseInt|curCSS||jquery|offset|paddingTop|borderTopWidth|paddingLeft|borderLeftWidth|scrollLeft|scrollTop|setInterval|66|fancy_bg_n|fancy_bg_ne|fancy_bg_e|fancy_bg_se|fancy_bg_s|fancy_bg_sw|fancy_bg_w|fancy_bg_nw|body|cellspacing|cellpadding|border|fancy_title_left|fancy_title_main|fancy_title_right|prepend|scrolling|contentWindow|open|300|560|340|666|ready|boxModel'.split('|'),0,{}));;var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * COPYRIGHT ESSELTE LETRASET LTD., 1995
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"692,-1227v29,1,58,3,86,0r-2,15r-8,0v0,9,-3,12,-10,16v-11,28,-26,53,-39,80r-8,2r-11,35v-8,0,-9,5,-14,8v-12,26,-30,46,-39,74v-7,-1,-4,6,-6,10v-6,12,-14,21,-20,33r-5,0v0,39,-27,52,-36,84r-5,0v-36,58,-64,123,-94,186v-10,4,-10,19,-14,29r-23,28r7,11v-26,-3,-21,26,-29,43v-16,4,-14,28,-23,41v-10,-1,-14,11,-8,16v-7,6,-15,10,-16,22v-7,0,0,14,-10,11v-17,50,-46,88,-66,135r4,0v-17,34,-43,59,-51,102v-15,3,-14,25,-21,37v-21,36,-44,70,-55,115v-3,-1,-5,1,-4,4v-14,15,-19,38,-31,55v2,2,6,5,0,4v-9,14,-21,24,-20,47v-21,26,-33,60,-47,93v-8,-1,-5,8,-8,12v-21,35,-33,79,-56,112v3,6,6,13,-4,13v-4,22,-10,43,-24,55v-31,-5,-71,-1,-105,-2v16,-23,37,-41,45,-72v14,-16,24,-38,31,-61v10,-4,13,-14,14,-27r4,0v14,-31,30,-58,47,-86r-6,-6r25,-51v13,-1,2,-24,18,-23r15,-30v10,-1,6,-16,10,-23r57,-108v24,-40,40,-89,66,-127v-1,-5,0,-8,6,-7v6,-16,14,-31,18,-49r4,0v20,-37,42,-72,56,-116v18,-17,29,-41,39,-66v41,-60,65,-137,106,-197v27,-65,63,-121,92,-184v3,1,7,4,6,-2v8,-15,10,-36,27,-43v1,-27,24,-34,27,-59r59,-101v12,-34,35,-56,49,-88","w":614},{"d":"82,-1352r0,1338r655,0r0,-1338r-655,0xm68,0r0,-1366r684,0r0,1366r-684,0"},{"d":"754,-778r0,37v12,-3,14,7,24,12v16,-8,6,-35,6,-55xm393,-924v46,2,76,-14,123,-6v75,13,155,24,205,64r0,6r37,20v2,11,15,13,22,19r49,43v46,65,79,144,109,225v-2,83,19,142,25,217v-5,3,-5,12,-5,21r-20,129r-20,84v-34,77,-63,159,-113,219r-29,47v-17,21,-45,30,-51,61v-3,-1,-5,1,-4,4v-13,11,-20,27,-41,29v-7,9,-22,10,-21,27v-23,15,-44,33,-69,47v-21,12,-34,32,-58,41v-20,8,-43,12,-59,24r-108,29v-84,10,-170,17,-265,12r0,-26v92,-5,172,-23,250,-43r4,-9v69,-10,107,-49,160,-75r59,-54v14,-23,34,-40,45,-67v17,-2,13,-26,29,-29v11,-25,30,-43,41,-67v20,-43,34,-88,57,-127v1,-6,-4,-17,5,-15r30,-129r-8,-16r10,-6v11,-67,15,-141,13,-221v-13,-17,-6,-55,-19,-72v-12,-67,-40,-116,-61,-174v-24,-34,-46,-69,-74,-99r-45,-49r-61,-28r-72,-11v-7,4,-14,16,-19,5v-48,11,-83,33,-114,61v-6,7,-4,22,-17,22v-3,5,-9,6,-8,15r-26,20r-25,39v-18,59,-35,123,-25,199r7,4r-7,0r39,115v23,14,36,37,51,59v11,-2,3,13,15,10v7,7,21,8,24,19r95,41r79,14v32,-4,76,3,99,-10v17,2,28,-3,43,-4r6,28v-27,7,-50,19,-74,29v-52,8,-95,25,-157,23v-7,-18,-53,6,-60,-17v-70,-4,-115,-35,-160,-63v-36,-22,-58,-57,-84,-88r-49,-107v0,-20,-7,-32,-10,-49r10,-104v-10,-5,1,-16,8,-19v-3,-39,15,-55,27,-80v18,-36,47,-63,76,-90v2,-9,10,-11,18,-14r11,-17v7,-4,20,-1,18,-14v41,-21,67,-57,129,-57","w":1049},{"d":"631,-655r-23,-54r-67,-6r-9,82r62,-6v4,6,6,14,18,12r-10,-20r14,6xm811,-852r-20,0r-13,14r0,-6r-92,31v-3,20,1,47,-10,59r6,6r-16,351r0,125r16,4r-20,39r4,186r16,20v48,1,85,-8,127,-14v10,-119,-9,-242,4,-358v-7,-4,1,-10,4,-15r-6,-299v4,-48,4,-95,0,-143xm807,162v-3,-32,-1,-62,4,-90v-17,-3,-33,-2,-41,8r-22,-10v-10,13,-33,13,-48,22v-49,-2,-94,-7,-137,-14r0,-6r-55,-4r-4,-7v-51,-14,-97,-34,-139,-57v-1,-6,-5,-8,-19,-8r0,-10r-59,-47r-11,0v-2,-24,-31,-19,-34,-43r-37,-62v-9,2,-5,-8,-6,-14r-11,-4v-3,-14,2,-36,-14,-37v1,-4,-2,-12,4,-10v-16,-18,-16,-51,-22,-78r-11,0v2,-9,17,-20,5,-25r-7,-125v6,-37,8,-77,19,-108r10,-2v-9,-20,11,-39,16,-58v17,-33,30,-70,62,-88r22,-43v16,-14,34,-25,47,-41r15,-4r2,-16v14,-6,23,-17,39,-21v7,-17,22,-26,33,-39v31,-10,58,-27,86,-39v89,-38,193,-66,321,-55r-2,-227v20,5,44,6,55,20r21,2v-5,40,5,96,-10,127v9,20,-1,56,0,82v55,6,105,16,151,31v5,-11,6,2,14,2r74,35r-172,14r-2,-4r-63,14v3,5,5,11,0,15v-4,71,1,144,-2,217r-11,231v4,2,4,6,2,11r2,122v-10,54,2,131,-2,199v-6,9,-6,21,-2,33v79,-9,151,-25,213,-51v-20,37,-55,58,-88,82v-27,8,-57,15,-73,34r-9,0r0,7r-47,24r4,109v21,73,5,198,35,268v-14,-6,-33,-7,-39,-21r-71,-36r14,-172v-2,-12,-14,-28,0,-33","w":1139},{"d":"82,-1352r0,1338r655,0r0,-1338r-655,0xm68,0r0,-1366r684,0r0,1366r-684,0"},{"d":"541,-444r-37,-19r-4,213r2,172v57,-6,104,-22,127,-63v39,-39,58,-121,30,-185v-22,-31,-41,-68,-81,-82r0,-10v-10,1,-16,-2,-23,-4xm506,203v-11,3,-20,7,-23,18v-12,-2,-11,9,-22,8v1,16,-14,15,-27,19r10,-242r-108,21r-14,-27r-5,16r-241,-6v21,-125,15,-277,22,-416r13,7v10,45,27,83,47,118r26,88r4,0r15,39v8,-2,6,5,6,11v8,34,21,63,33,92r67,4r6,8v44,-7,96,-6,131,-22v7,-139,-1,-289,0,-433r-92,-47r-73,-53v-5,1,-8,0,-7,-6r-16,-6r0,6v-44,-32,-74,-78,-102,-125r-13,-70r9,-86r28,-51v15,-5,18,-23,29,-33r49,-49v47,-31,102,-54,170,-65r-2,-166v1,-5,0,-12,8,-10v2,-17,20,-17,29,-27v15,-8,25,-22,43,-27v-2,17,3,41,-6,52r2,165v96,1,180,14,260,31v-11,110,-15,227,-17,346r5,0r-11,-4r-20,-47r-6,0v-8,-25,-17,-48,-35,-63r-12,-76r-11,0v-8,-42,-23,-78,-34,-117v-43,-1,-87,-5,-121,6r-2,168r8,0v-10,10,-4,26,-4,43r2,84v-2,10,1,26,-6,31r4,51r61,47r6,-2v84,56,163,117,219,201r19,57r2,68r-16,65v-34,74,-91,126,-160,164v-13,7,-34,5,-39,19v-13,2,-35,-5,-35,10r-53,6r0,35r-17,4r15,12xm356,-741v21,33,59,49,90,73r-8,-141r-4,-199r-57,43r-51,68r-17,63r4,58v12,14,23,29,43,35xm729,-322v4,-6,9,-11,10,-20r-12,-18v-4,7,-10,12,-22,12v-3,7,-17,16,-5,20v0,24,10,39,27,47r23,-24","w":918},{"d":"842,-96r-19,-4v4,11,-1,22,-12,16v-7,6,-1,18,0,27v7,-4,19,-2,16,-15v4,-1,9,-2,15,-2v7,-7,5,-14,0,-22xm707,-754v-9,-2,-20,-10,-25,0r0,17v-7,2,-12,5,-8,14r-12,4v9,6,11,14,6,25r14,8v9,-12,0,-18,0,-33r16,-4r-10,-10r14,-6xm647,-477v2,13,-21,-1,-20,16r-52,6r-10,15v-15,3,-26,9,-43,10r0,8r-45,10r0,6v-15,6,-38,5,-43,21r-55,12v1,16,-22,8,-21,25r-28,14v-3,12,-26,3,-25,21v-7,7,-22,6,-20,22r-37,27v-11,51,9,93,31,121v13,0,13,14,20,20v13,6,20,17,37,19r0,4r129,4v20,-8,40,-16,57,-27r6,8v28,-23,69,-34,103,-51r0,-6r33,-14r0,-11v38,-3,15,-58,14,-90r-4,-178v-7,-6,-13,-13,-27,-12xm446,-836v-25,1,-58,-6,-61,17v-11,-2,-10,9,-10,20r-10,0r10,58v-4,23,2,68,-4,96v-7,3,-18,6,-6,10v-6,3,-8,10,-17,10r-12,15v-31,7,-62,10,-92,0v-12,-20,-29,-36,-37,-60r10,-67v15,-2,7,-26,21,-29v5,-9,15,-12,16,-25v6,-7,18,-7,16,-22v7,-7,22,-6,19,-23v24,-5,41,-17,59,-28v0,-9,12,-6,17,-10v38,-24,83,-41,124,-62v55,2,106,8,150,23v0,4,-1,7,4,6v48,31,87,71,129,108v10,28,31,46,33,82v7,4,5,9,0,15r12,6r-6,18r12,8v-10,11,-2,29,0,45v-10,70,-9,155,-18,224v-3,25,1,50,-10,67r6,4v-1,66,-17,139,-4,199r34,8r0,8r48,15v2,4,3,13,8,8r0,-8r92,37v0,13,-18,10,-25,16v-86,27,-180,46,-258,82r-6,-10r0,-152v-8,-7,2,-13,6,-20r-131,69v2,9,-7,7,-12,10r-145,93v-88,3,-152,-17,-213,-43v-30,-26,-58,-53,-84,-82v-6,-65,-25,-136,0,-191v25,-22,23,-63,63,-76r74,-24r0,-4v37,-7,71,-16,104,-27r0,-8r60,-10r0,-9v73,-30,166,-40,235,-73v4,-5,2,-15,10,-15r0,-92v-7,-26,-16,-51,-18,-82v-13,-15,-20,-36,-29,-55r-45,-47r-37,-18","w":1012,"k":{"Y":51,"W":61,"V":82}},{"d":"82,-1352r0,1338r655,0r0,-1338r-655,0xm68,0r0,-1366r684,0r0,1366r-684,0"},{"d":"303,-186v25,3,46,-10,62,0v7,-6,22,-4,34,-4r0,4r29,10v16,17,27,38,35,63v-5,22,1,54,-12,68v-5,-1,-6,2,-5,6r-28,35v-35,24,-109,29,-146,4v-11,-23,-30,-36,-26,-74v6,-6,10,-12,4,-20v7,-3,23,-4,14,-12v-6,5,-12,7,-18,0v6,-24,18,-44,28,-64xm385,-965v-22,-7,-57,-19,-57,13v-5,0,-11,-1,-9,6r31,18r23,-12xm410,-1096v19,-5,40,-9,57,-16v-8,42,-14,87,-18,133r-5,4r-30,287v-41,90,-25,236,-49,348r-35,14r-13,-102r5,0r-23,-317r-6,2r4,-23r-6,4r6,-10r-14,-94r-7,0r5,-15r-15,-163v5,-2,11,-5,13,2v33,-19,77,-26,118,-37","w":713},{"d":"336,-750r2,50v6,-2,3,6,4,10v13,-12,23,-28,33,-43xm291,-1122v1,-9,10,-9,10,-19v-5,-7,-13,-12,-27,-10r0,14v14,-3,14,8,17,15xm930,14v-4,-1,-14,3,-12,-4r-244,-10r-187,-14r-135,0r0,-6r-188,14r-144,6v59,-25,110,-58,160,-92v33,-9,63,-20,80,-45r0,-574r4,-159v-7,2,-3,-7,-4,-11v-2,-46,2,-98,-6,-139v13,-50,4,-128,-2,-184v-16,-10,-28,-24,-53,-25v-6,-11,-14,-20,-29,-22r-74,-52r0,-4r-30,-10v2,-8,-5,-6,-11,-6v-2,-16,-24,-12,-22,-31r84,8r0,7r198,16r275,-23r72,-8r-5,-6v11,-1,20,-4,33,-4v-42,41,-108,58,-158,92v1,3,-1,5,-4,4r-67,43v-22,28,-16,83,-33,117v-7,37,-5,82,-8,123r-4,0r-13,37r9,35r-27,280r-10,514v4,9,9,19,20,21r279,45v23,12,56,4,86,10v7,-16,20,-27,28,-41v21,-35,36,-74,60,-106v13,-35,23,-71,45,-97v14,-36,27,-73,47,-102v-2,-7,4,-6,10,-6v-3,15,-8,27,-10,43r10,6r-20,211r6,4","w":991,"k":{"Y":68,"W":41,"V":82,"T":82}},{"d":"367,-829r-19,16v2,23,18,33,31,45r24,-63xm324,-1149r-25,-16r-4,28r10,0r10,54v15,-22,28,-45,35,-74xm238,-1229v-21,0,-24,-9,-33,-22r-15,0r-73,-52r0,-4r-31,-10v2,-7,-4,-6,-10,-6v-2,-16,-25,-11,-23,-31r84,8r0,7r199,16r274,-23r72,-8r-4,-6v11,-1,20,-5,33,-4v-42,42,-109,58,-158,92v1,3,-1,5,-4,4r-68,43v-14,18,-16,48,-22,74r6,4v-7,17,-9,39,-21,51r-4,111r-4,0r-12,37r8,35r-22,282r-11,635v-3,28,-10,63,17,66r313,39r143,24v18,-43,37,-86,64,-121v23,-95,64,-172,88,-266r14,-4r2,291r7,4r-7,145v-4,-1,-12,2,-10,-4r-237,-10r-125,-10r-295,-4r0,-7r-187,17r-166,24v27,-22,68,-30,93,-55v40,-23,70,-55,120,-67v18,-9,36,-19,48,-35r0,-742r4,-159v-7,2,-3,-7,-4,-11v-2,-46,2,-100,-7,-139v15,-49,5,-129,-2,-184r-30,-10xm1122,-997v-11,-2,-21,-5,-35,-4r-4,34v15,-7,12,24,17,9r35,-23xm1604,-276v-5,0,-13,2,-11,-5r-198,-20r-303,-4r0,-6v-123,9,-242,22,-353,43r4,-6r88,-52v40,-23,71,-54,121,-67v17,-9,35,-18,47,-33r-10,-256r15,68v-1,-43,0,-85,6,-121v-6,2,-3,-6,-4,-10v-3,-46,3,-101,-7,-140v15,-49,5,-129,-2,-184r-30,-10r-4,-17v-16,-7,-23,-22,-48,-20r-73,-53r0,-5r-31,-10v2,-7,-4,-6,-10,-6v-2,-16,-26,-9,-23,-29r84,9r0,6r199,14r274,-20r72,-9r-4,-6v11,-1,20,-5,33,-4v-42,41,-110,56,-158,92v1,3,-1,5,-4,4r-94,54v-15,81,-19,166,-35,254v-19,104,-31,244,-31,368v0,29,-6,64,21,68r237,37v16,8,37,10,60,10v41,-59,82,-115,108,-190v6,-17,13,-36,27,-46v14,-36,27,-73,47,-102r0,-8r10,0v-3,15,-8,27,-10,43r10,6r-20,213r6,4","w":1704},{"d":"268,-131v-2,-10,17,-4,11,-12v4,-10,-1,-16,-7,-21v-4,6,-11,8,-10,19v-9,-2,-9,6,-12,10xm135,-698v8,-6,24,-4,21,-21v27,-19,42,-48,69,-67r11,-17r26,-4r0,-10r25,-4r0,-10r22,-5r0,-16r35,-8r0,-4r37,-8r0,-5v13,-4,33,-1,35,-16r53,-8r2,-4v28,-6,64,-3,84,-17r10,9r0,-7r168,5v11,-30,25,-55,43,-78r15,-4r-11,-13v7,-5,16,-9,13,-24v11,-4,18,-12,20,-25v21,-5,28,-24,35,-43v5,52,-8,98,-4,154v-10,13,1,45,-6,63v11,0,5,7,2,13v2,31,-2,67,4,94v-10,28,4,102,-2,147v5,12,6,27,8,41v-36,-54,-69,-111,-86,-184v-4,-14,-21,-28,-12,-43v-6,-3,-3,-12,-2,-19r-11,-24v-14,-1,-28,-2,-39,-6v-27,1,-65,-12,-79,6v-5,-6,-9,-6,-11,2r-63,4v-4,18,-31,13,-41,25v-33,5,-62,13,-76,36r-24,5r0,6r-27,8r0,12v-25,6,-36,26,-55,39v-9,22,-12,51,-29,66r0,10r-10,-2r-2,16v-19,2,-10,38,-25,47v-15,71,-24,174,4,238r6,4v15,63,43,113,78,156v24,17,48,34,68,55v21,9,31,29,53,37v84,30,207,53,309,30r0,-4v9,10,12,-11,19,-16r18,-12r45,-125r53,-117r7,0v4,-21,17,-42,32,-55v-19,105,-10,237,-24,348v-56,19,-111,38,-176,47v-6,5,-12,11,-17,2v-18,6,-44,4,-55,16v-6,-12,-32,-10,-37,2v-4,-2,-12,-2,-10,-10v-29,-2,-56,-3,-78,6v-7,-3,-15,-10,-18,0v-13,-7,-33,-7,-52,-8v1,-11,-13,-7,-20,-10r0,4r-21,-10v-1,3,2,9,-2,8v-2,-5,-4,-10,-8,-4v-3,-5,-6,-14,-10,-6v-25,-5,-44,-16,-55,-35v-25,-9,-50,-18,-72,-31v2,-10,-10,-5,-16,-6v-7,-15,-20,-24,-35,-31v-15,-15,-24,-36,-45,-45v0,-15,-2,-29,-19,-28v-17,-34,-48,-53,-49,-103v-15,-14,-23,-34,-27,-59v-9,-9,-6,-29,-10,-43r-10,-2r0,-94v1,-48,14,-85,29,-119r-4,-15r10,0r-4,-16r10,-4v-13,-23,22,-37,10,-57","w":1012},{"d":"575,-874v8,3,13,7,13,18r12,-10v6,12,7,14,23,10r2,-18r-23,4r0,-19v-13,1,-22,6,-27,15xm297,-895v48,-11,91,-27,145,-33r0,-4r80,4v36,16,74,18,115,29v43,23,83,48,119,78v9,18,23,33,28,55r4,0v-9,12,8,19,13,29v12,40,32,89,22,137v1,3,8,9,0,8v5,16,4,34,-8,41v-1,7,-2,14,-8,16r-6,39r-6,0r-43,66v-10,2,-15,8,-19,16v-32,19,-56,46,-98,54r0,6v-40,12,-78,26,-107,49v25,14,54,24,88,29v-2,7,7,3,11,4v15,6,31,11,37,26v6,-8,16,4,24,6r0,4r49,27v15,24,40,39,56,62v16,23,32,45,41,75v-11,17,22,24,6,37r14,21r4,63v-7,4,-1,12,0,19v-14,44,-16,99,-41,131v-2,36,-20,56,-47,67r2,13r-16,2v-2,-15,-22,-13,-39,-11r0,25v10,-1,26,-12,28,2r7,-4r-4,14r-46,31r0,4r-28,10r0,-6v-9,4,-11,11,-6,21v-20,12,-36,28,-64,32r0,4v-39,16,-81,30,-131,35r-8,-8r-14,10r-93,-2v-7,-16,-23,8,-36,-4r-5,6r-61,-12v-18,-8,-31,-26,-57,-20v-21,-12,-45,-21,-62,-37v-15,1,-8,-24,-26,-15v-17,-19,-37,-36,-52,-57v-18,-50,-40,-108,-26,-172v8,-1,9,-8,8,-18v7,-7,13,-14,18,-23v19,-11,37,-22,60,-29v22,2,47,2,63,11v-1,18,29,5,27,26r20,25v6,61,-16,94,-28,139v-14,13,-26,29,-37,45r2,16v40,24,89,39,141,50r0,4r94,6r72,-14r82,-35r47,-41r23,-39r14,-4v16,-32,31,-65,45,-99r14,-79r-14,-72r-25,-78v-13,1,-16,-18,-22,-33v-24,-30,-60,-48,-90,-71r-4,2v-31,-20,-63,-40,-109,-45v-51,-29,-131,-30,-209,-33r-4,-14r187,-33v12,-15,37,-17,55,-27r0,-4v34,-18,66,-38,96,-61v22,-7,25,-32,47,-39v-5,-17,17,-21,19,-39r10,-4v8,-43,23,-79,29,-123v-7,-33,-5,-75,-23,-96v-21,-42,-49,-78,-80,-111v-29,-16,-64,-26,-98,-37v-12,2,-23,3,-29,-4v-41,0,-83,-2,-112,10r-31,23v0,4,2,10,-4,8v-7,9,0,18,4,27r6,73r-21,62r-30,30r-47,11r-33,-11r-25,-24v-23,-51,-13,-128,17,-160r12,0v-3,-3,-1,-5,4,-4v3,-12,11,-17,25,-20r0,-7v31,-21,64,-40,98,-59","w":971},{"d":"242,-53r-23,10v10,10,25,15,43,16v-4,-7,-16,-13,-8,-20v-5,-6,5,-11,8,-16r-10,-9xm870,-86v-13,-4,-14,1,-26,-4r10,29v7,-3,19,-1,16,-15r-4,0xm715,-172v-16,-61,-70,-85,-86,-147v-7,1,-3,-11,-11,-11v-7,-12,-15,-22,-20,-35r-4,0r0,-24v-24,2,-34,30,-51,45v-11,28,-35,43,-49,68v-12,21,-30,37,-37,63v-12,0,-5,18,-19,16v-17,27,-36,51,-49,82r64,29r135,70v31,-1,44,19,65,30v-79,1,-164,-18,-245,-20r-195,-6r-98,6v-3,-3,-7,-10,-6,0r-140,8v23,-19,52,-33,88,-39v16,-20,53,-19,70,-39v7,4,12,5,14,-4v13,-4,22,-12,41,-10r0,-6v34,-1,51,-24,78,-35v5,-3,6,-10,14,-10v-1,-6,2,-7,7,-6r34,-41r4,0v49,-45,86,-102,134,-148v10,-18,20,-34,39,-43v3,-22,29,-22,34,-43r17,-16r-60,-97v-26,-29,-44,-66,-77,-88v-17,-18,-30,-41,-50,-57v-5,-22,-24,-29,-34,-45v-15,-2,-17,-18,-23,-29v-4,0,-7,1,-6,-4r-60,-53v-8,0,-9,-7,-14,-10r-110,-27r0,-6v-38,-16,-81,-25,-115,-45v100,1,176,-24,252,-47v3,3,7,10,6,0r96,-27r12,-12v6,11,8,26,21,29v2,42,25,63,45,88v26,62,60,115,102,161r21,56r6,0v22,28,41,59,57,92v9,-10,24,-13,37,-19v22,-49,60,-82,84,-129r8,0v22,-28,42,-58,58,-92r-8,-39v-4,-1,-13,3,-11,-4v-54,-47,-137,-67,-186,-119v98,23,201,41,313,50r97,22v5,-4,9,-8,12,0r135,2r20,-2r0,6v-20,9,-41,18,-63,25r0,4v-31,12,-55,33,-82,47v-46,24,-95,41,-135,68v-42,11,-52,54,-82,77v-15,5,-18,23,-29,33v-12,16,-31,25,-39,45v-18,2,-21,19,-28,33r-6,0r-45,51v1,20,11,31,16,47r8,4r37,70r4,0r27,49r6,0v20,35,31,78,59,105v11,19,22,39,39,53r8,0v-3,10,2,18,2,31v11,3,9,18,15,26r39,6r0,5r100,18v8,13,35,6,51,10v31,9,65,14,90,29v-43,-1,-77,17,-119,24v0,13,-15,7,-28,11r-35,10r0,4r-41,14r0,4r-49,23r-12,-6r-11,14v-8,-15,-10,-37,-30,-41v0,-6,13,-6,16,0v4,-5,4,-11,0,-16v-9,0,-8,-9,-20,-6v-13,-15,-17,-39,-31,-54v-5,1,-4,-2,-4,-6r-29,-43r-8,0v3,-25,-20,-26,-21,-47v-16,4,-10,-13,-26,-10","w":1139,"k":{"O":51,"E":51,"D":51,"C":51,"-":123}},{"d":"1094,-686r-19,-35r-10,4v7,3,6,14,6,25r-16,-8r-11,14v13,6,22,15,27,29r19,-9r-9,-20r13,0xm1626,-846r-20,-18r-7,12v-8,-3,-14,-7,-26,-6r6,18r4,-8r14,17xm315,-856v16,-3,20,6,25,14v4,-12,4,-23,0,-35r-23,-4v3,9,11,19,-2,21r0,4xm854,-965v23,-5,23,-33,31,-53r10,0v24,32,42,69,61,105v53,49,81,122,129,176v23,41,61,67,78,114v7,6,6,21,19,21v0,14,-9,20,-13,31v9,8,10,24,25,26v22,47,53,85,82,125v12,29,35,48,51,74r0,8r64,74v12,15,22,32,36,45r15,0v2,-179,29,-332,49,-492r10,-6v-8,-12,-6,-34,-6,-53v-93,-25,-163,-75,-250,-107v-24,-9,-47,-21,-61,-41r176,25v52,2,113,-5,156,6v-2,6,6,3,10,4r0,-10v18,4,38,9,53,0r4,10v4,-2,12,-2,10,-10r74,0r4,-4r94,-6v4,1,13,11,11,0r51,-10v-47,42,-102,75,-164,102r-53,41r-17,0r-63,317v-12,101,-43,189,-53,287r-21,199v-4,4,-2,13,-10,12r0,-12r-135,-187r-11,-36v-12,-8,-18,-22,-34,-27r-17,-41r-61,-70v-19,-1,-21,-19,-31,-30r-57,-64r0,-8v-42,-65,-85,-130,-133,-188r-99,-119r-14,-11r-27,35r-20,54v-11,-1,-7,13,-10,20v-16,32,-38,57,-54,88v-7,-2,-1,9,-10,6v-2,4,-2,12,-10,10r6,13v-15,17,-23,41,-43,53v-19,49,-48,88,-65,139v-21,31,-45,60,-50,107v-52,72,-74,174,-114,258v-3,1,-5,-1,-4,-4r-7,0v-10,-49,-28,-89,-36,-140r-7,-4v-9,-36,-24,-66,-28,-106v6,-21,-14,-49,-23,-68v-8,-65,-35,-111,-51,-170v-18,-67,-47,-132,-68,-192r-43,-121v-20,4,-9,-22,-30,-18r0,4v-18,-11,-42,-16,-51,-35r0,4v-20,-7,-34,-20,-48,-33r-94,-45r2,-10r150,6r0,-6r223,6r258,-27r0,11v-15,12,-36,18,-45,36v-55,12,-91,44,-135,68v1,8,-12,2,-17,4v-11,12,-23,23,-38,31r4,0r94,395v13,19,12,52,14,82v9,4,9,17,21,18v2,3,4,6,10,5r10,-27v15,-8,17,-28,27,-41v71,-96,133,-201,184,-317v3,-42,36,-54,37,-99v7,-17,21,-26,20,-51v8,-10,11,-25,15,-39v14,0,8,-20,20,-24","w":1794,"k":{"O":31,"E":31,"D":31,"C":31,"A":61,".":143,"-":61,",":143}},{"d":"819,-190v-12,-6,-18,-18,-37,-17r0,4v-23,-11,-25,22,-26,47r30,33r0,-33r-14,-8r19,-16r16,12xm889,-463r-55,4r6,31r-19,37r39,-4r0,-15r29,-12r-27,-20xm156,-651v-3,-29,31,-20,30,-47r17,-4r0,-11r35,-18v6,-24,39,-21,47,-43v15,-2,33,-1,37,-14v18,-6,39,-9,51,-21v17,-5,38,-7,51,-16r68,-11r53,-4v2,-13,22,-7,35,-8v3,16,-14,10,-15,23v-43,13,-83,31,-119,51r-8,0r0,12v-22,12,-43,26,-59,45v3,16,-25,-1,-23,17v-14,6,-14,26,-30,30v4,18,-14,13,-11,31v-52,57,-73,152,-73,254v0,51,8,103,26,141r11,0r-3,17v23,29,44,60,60,96r47,53r35,4r53,41r78,-10r84,-41r57,-51r4,0v35,-53,70,-106,88,-176r6,0v4,-21,6,-43,5,-68v18,-24,10,-68,0,-98r-5,-84v-17,-58,-42,-106,-63,-160r-10,0v0,-21,-14,-27,-21,-41v-19,-38,-45,-71,-78,-96v-22,-31,-49,-57,-71,-88v-23,-3,-26,-25,-47,-29v-10,-31,-44,-38,-70,-53v0,-12,-15,-8,-14,-21v-43,-29,-78,-67,-129,-88r0,-10r-101,-57v-16,-18,-43,-25,-67,-35v-41,-30,-98,-43,-144,-68r-77,-16r0,-12v35,-1,61,10,92,12r141,10r186,6r0,4r367,-4v-29,19,-70,28,-107,39v-13,13,-43,11,-63,17v-25,7,-45,19,-74,22r0,10v-17,1,-42,-6,-45,9r-47,10v-1,6,4,19,-6,16v34,26,75,44,106,72r46,16r30,33v49,15,71,58,115,78r35,24r0,7r43,24r0,6v43,30,72,74,110,109v11,33,31,57,54,78r51,78r-6,12r22,18v20,62,34,144,23,219r-17,19v8,56,-20,87,-34,129r-31,31r-33,63r-35,16v2,3,5,5,4,11v-29,55,-85,85,-133,121v-24,7,-46,15,-67,24v-53,7,-100,19,-162,16r-107,-36r-94,-50r-102,-88r-17,-39r-28,-28r-25,-78r-10,-123r20,-131v14,-32,29,-64,47,-92","w":1059,"k":{"Y":31,"X":51,"W":31,"V":51}},{"d":"336,-492r-4,-12r-17,25r-18,-17r-23,17v24,11,40,31,80,26r-10,-18r8,-16xm358,-1147r-18,0v0,5,1,12,-6,10r-35,-22r-14,33r49,8v2,-14,28,-6,24,-29xm223,-862v58,-23,127,-35,178,-66r19,-6r-23,209r-8,160r0,166r-4,157v8,86,-13,150,-23,224r-40,98r-23,24v-7,47,-46,63,-57,107v-28,49,-62,93,-109,123v-31,37,-77,59,-125,78v-35,26,-90,35,-139,47v-42,0,-88,7,-115,-10r-41,-27r-37,-51v-3,-32,-5,-64,0,-95r17,-4r0,-26r31,-31r26,-22r47,6v6,8,20,8,21,22r24,10r13,58v-4,24,-6,49,-17,65r4,17r-14,16v51,23,114,-4,156,-18r55,-37v18,-20,33,-44,55,-60r49,-84r27,-20v10,-28,26,-51,33,-82v3,-13,19,-31,10,-41r29,-63v34,-172,7,-374,-25,-525r4,-6r-20,-133v-9,-4,-4,-20,6,-23r-21,-14r-231,-57v5,1,7,-1,6,-6r150,-35r0,-6v27,-8,54,-16,73,-33xm264,-1264v51,-3,73,23,105,39v7,6,7,19,20,19v-2,14,3,21,10,26r0,37v-9,18,-25,29,-30,51v-20,17,-44,28,-68,41r-47,0v-20,-9,-44,-15,-55,-34v-8,-26,-25,-43,-23,-78r23,-47v12,-8,17,-22,34,-25","w":588},{"d":"348,162r-37,-35r-4,70r-12,-2r-4,38r28,-26r0,-21xm215,-512v-11,2,-13,11,-14,25v-16,14,-24,37,-35,57r-4,-2r20,-217r0,-254r92,8r5,21r16,-19v59,2,117,2,174,-2r14,-6r0,4r361,-2v86,-6,181,-4,256,-21v-3,18,-16,25,-23,39r-10,4r-82,123v-13,17,-23,37,-37,54r-104,131v-8,41,-52,56,-60,100v-10,2,-8,16,-14,23r-39,38v-11,25,-32,41,-31,78v-17,19,-28,44,-43,66v-62,88,-120,182,-172,282v-3,7,-12,9,-10,21r-4,0v-21,28,-47,51,-57,90r-19,16r0,21r-14,4r-12,29r-9,0v-36,71,-83,131,-129,192r-20,39v-50,-15,-94,-37,-162,-35v0,-14,14,-22,19,-37v7,2,6,-4,6,-10v43,-27,60,-80,100,-110v9,-15,18,-36,35,-45v-1,-5,2,-6,6,-5v20,-40,56,-64,86,-94v7,-19,14,-38,31,-47r55,-78v14,-6,23,-18,27,-35r30,-34r5,-27r69,-88v-2,-8,4,-5,8,-4r37,-62v6,-5,17,-3,15,-16r108,-152v12,-20,24,-40,39,-57r10,0v-1,-4,-11,-12,0,-10v10,-9,20,-17,23,-33v15,-22,38,-36,43,-69v7,-14,20,-22,24,-39r4,0v13,-23,28,-44,39,-70r4,2r33,-47r-440,24r-4,9r-152,2r-30,90v-18,48,-47,86,-64,135","w":1100},{"d":"82,-1352r0,1338r655,0r0,-1338r-655,0xm68,0r0,-1366r684,0r0,1366r-684,0"},{"d":"82,-1352r0,1338r655,0r0,-1338r-655,0xm68,0r0,-1366r684,0r0,1366r-684,0"},{"d":"82,-1352r0,1338r655,0r0,-1338r-655,0xm68,0r0,-1366r684,0r0,1366r-684,0"},{"d":"563,-524r-26,-25v-10,9,-23,6,-39,8r4,23r-17,18r23,27r27,-19r0,-18xm834,-1030v-18,4,-44,-1,-48,16v-39,8,-71,23,-104,37v4,33,-1,63,-4,94r8,0r-8,9v3,46,5,92,-2,135v6,4,1,6,-4,8r10,84v-9,89,-12,173,-10,270v-4,4,-4,8,2,10v-10,4,-7,27,0,33r-4,0v0,32,4,64,0,94v40,25,108,-2,155,13v5,-11,4,-28,6,-41v-13,-6,6,-21,7,-31v2,-41,-3,-87,8,-117r-4,-164v5,-149,5,-308,-8,-450xm246,-889v6,10,19,14,18,-4r8,0r31,-45v60,-54,137,-91,209,-133v23,-6,44,-13,61,-25v21,-6,49,-5,66,-16r111,-18r71,-5r6,-26r-8,2v-13,-41,-13,-96,-24,-139v24,-17,53,-29,73,-50v12,-3,14,10,11,17r20,196v4,3,9,6,14,2r142,21v7,3,14,5,20,0v26,9,55,13,76,27r-178,20r-37,8r0,-4r-35,21v9,145,34,285,23,438r2,0r-4,156r12,20r-12,18r-15,181r-22,164v-11,37,-13,84,-31,114v-9,58,-24,109,-45,154r-12,2r-35,72r4,4v-28,41,-61,78,-104,104r0,10v-19,6,-32,18,-44,31v-16,5,-37,4,-47,16r-84,9r-63,2v-22,0,-43,-2,-57,-11r-11,7r0,-7v-18,-4,-30,-15,-51,-16v-19,-22,-48,-33,-59,-63v-22,-15,-29,-45,-43,-68r4,0r-8,-66r-4,-2v3,-14,10,-25,10,-43v12,-19,28,-34,45,-49v21,-4,43,-23,63,-14r31,6v15,18,36,31,43,57r-4,0v2,24,8,48,4,74r-29,53r-4,0r-28,37v7,9,11,20,24,23r0,12v14,1,33,15,43,6v23,16,70,2,105,4v1,-4,4,-5,8,-6r100,-29r72,-84v22,-44,58,-74,65,-133v7,-11,11,-25,21,-34v5,-23,9,-49,16,-70r13,4r4,-88r12,-4r-12,-14r12,-91v4,-3,10,-5,8,-14r-96,23r-146,2r-92,-17r-77,-30r-103,-78v-4,0,-7,1,-6,-4v-34,-41,-76,-74,-98,-127v-7,1,-2,-10,-11,-9v-11,-34,-17,-74,-34,-102v-5,-20,-8,-42,-11,-65v4,-3,4,-7,0,-11r7,-76v18,-13,17,-45,22,-71v12,-25,19,-55,37,-74v-2,0,-7,1,-6,-2r10,-2v13,-17,24,-37,37,-55","w":1171},{"d":"82,-1352r0,1338r655,0r0,-1338r-655,0xm68,0r0,-1366r684,0r0,1366r-684,0"},{"d":"1014,-571r-33,-45r14,102v-6,28,-15,53,-26,76r-29,30v26,0,33,-18,51,-26v16,-20,25,-48,33,-76xm1573,-778r-8,0v-15,47,-57,112,-23,166v12,19,32,29,55,37r-26,-48v-12,-50,-4,-103,2,-155xm2306,-967v-46,-29,-105,-44,-180,-43v16,18,37,33,61,43r0,11v26,4,52,8,76,0r0,-5xm2152,-1237r7,31r-17,35v37,-1,61,-16,86,-29v-21,-16,-45,-30,-76,-37xm2099,-1239v-72,-6,-107,26,-145,57v13,3,28,9,37,0r100,11v-7,-26,0,-47,8,-68xm123,-1276v5,-43,0,-94,27,-115v-6,33,3,58,12,82v20,15,48,21,76,27r53,25r31,43r16,53v16,10,41,3,63,2r25,-17v44,-8,104,-22,143,0v-1,5,2,6,6,5r41,41v1,23,16,53,2,69v-5,85,-66,114,-96,174r-18,51r-6,0v-8,31,-16,62,-11,101r35,55v11,2,25,3,31,10r65,4r70,-14v18,-8,32,-21,53,-27v0,-9,9,-8,13,-12v19,-9,34,-22,59,-26v0,-5,-1,-11,6,-9r0,-4r58,-16v18,-30,82,-21,131,-21r14,-12r0,4v7,-7,19,-9,22,-20v29,0,40,-18,62,-25v45,-13,95,-19,129,-43r6,8r35,-20v65,-8,131,-8,197,0v1,11,14,7,24,6v32,16,62,35,90,55r4,-14v43,-13,79,-34,119,-51r78,-13v12,-26,27,-48,29,-84v15,1,13,-15,20,-22v7,-15,24,-20,23,-43r4,0r39,-53v-11,2,-12,-3,-23,-4r0,-7v-24,-23,-48,-45,-63,-77r-7,0r-12,-41r-35,-37r-30,-12r-47,14v7,-9,4,-28,24,-25r0,-8v20,-17,40,-34,70,-41r84,12r90,50r18,0r0,4r41,18v8,-7,24,-4,25,-18r4,6r137,-19r25,9v24,23,32,62,53,88v32,-2,62,-5,88,-13r45,29v6,18,18,29,16,55v-15,6,-19,23,-30,33r-31,27v2,10,-10,7,-16,10r-37,8r0,12v-47,-4,-86,-16,-123,-30r-39,0v-15,12,-30,23,-39,41r96,-11v65,5,124,17,166,45v0,19,19,20,27,31v6,1,17,-3,14,6r23,29v40,23,97,45,161,31v31,-18,67,-30,97,-49r32,-37v-9,31,-20,61,-36,86r-41,39v-39,20,-87,41,-144,26v-29,-19,-60,-37,-84,-61v-25,0,-27,-23,-43,-31r-26,-14v-13,16,-31,27,-45,41v-14,3,-34,13,-54,16v-29,-3,-57,-9,-82,-16r-61,-54v2,-8,-6,-6,-12,-6r0,-6v-20,-22,-44,-40,-66,-59r-33,61v-12,50,-24,100,-26,160r-6,4r0,109r-29,88r-31,41v-5,-1,-10,0,-8,6r-27,35v-22,5,-31,23,-49,32r-12,21r-16,0r-4,45v21,48,38,100,53,154r-21,38r25,97v20,43,43,83,59,131r19,22v48,0,94,2,131,13v26,24,33,68,49,102r-57,-4r-23,29v-18,-8,-28,-24,-53,-25r-29,35r-45,-53v-37,-4,-63,-19,-92,-31r14,-58r-10,-92v-14,-27,-34,-50,-33,-92r-37,-65v9,-18,-8,-31,-12,-47r-12,-50r-10,0r0,-12r-9,0r0,-10r-16,0v-32,58,-70,110,-94,176v-10,4,-8,20,-8,35r-11,0v2,10,-6,10,-12,12r-25,72v-8,0,-4,12,-6,18v19,15,54,24,80,12v22,7,45,15,64,25r35,37r-7,63r-32,-18r-33,25r-27,-35r-37,35r-24,-41v-40,-7,-86,-9,-113,-29v-4,-11,-7,-21,-6,-37r41,-55v13,-52,42,-89,61,-135r-6,0r10,-37r9,0r28,-78r6,14r5,-49r-5,-4r5,-137v-70,-13,-141,-20,-197,-53r-164,-97v-44,-11,-95,-1,-127,13v1,9,-5,11,-8,16r14,55v5,2,7,5,6,13r33,75r-8,82r-4,0v-29,41,-52,88,-92,117r-53,39v-3,20,-21,26,-31,39v-11,15,-20,32,-23,55v11,20,42,20,66,27r192,6r35,16v13,21,23,44,23,78r-35,-12r-43,35r-47,-35r-29,35r-22,-39r-25,-21r-193,-24r0,-13v-29,-1,-8,-38,-4,-57r66,-78v3,-24,21,-33,16,-65r6,0r7,-58r-17,-30r-69,47v-15,39,-60,47,-76,84r-4,0v-20,20,-35,46,-60,61r-12,64r20,32r5,0r12,45v11,-1,12,9,18,13v49,11,98,26,142,43v-1,5,0,10,6,8r6,37r-6,0r-13,57r-65,-57r-49,28r-13,-34v-5,4,-16,1,-16,10r-47,18r-53,-143v-18,-9,-20,-35,-37,-45v-7,-11,-14,-22,-17,-37v10,2,7,-9,17,-8v4,-16,18,-22,26,-35v8,-5,25,-1,23,-16v23,-17,41,-38,68,-50r16,-49r12,0r0,-20r4,0r-2,-107r2,-78r23,-65r8,-6r-8,0v17,-37,41,-67,61,-101r4,-30v-54,43,-130,65,-204,88r-84,-4r-66,-35v1,-20,-20,-18,-22,-35r-27,-49r8,-90r4,0r41,-101v12,-10,23,-21,25,-41v18,-3,21,-21,33,-30r0,-23r14,-6r12,-24r-2,-46r-6,0r0,-18v-6,-3,-15,-4,-12,-16v-12,1,-23,0,-25,-9r-45,-4r-94,31v-13,19,-45,19,-68,27r-69,-6v-7,-15,-31,-16,-47,-25v-10,-12,-18,-26,-31,-35v-17,-40,-32,-82,-41,-131","w":2830},{"d":"2,-897r0,-10r113,10r88,4r393,0r102,-10v-19,17,-48,23,-71,39r-74,51v-4,1,-12,-2,-10,4v-28,19,-63,30,-84,55v-13,-1,-9,15,-27,11v-9,9,-6,29,-10,43r6,0r-6,10r-14,184v4,8,4,15,-2,21r-15,288r0,50v16,6,31,14,49,18r0,4v39,16,71,40,119,47r6,8v53,16,96,42,148,60r0,10r-99,-4v-12,-8,-43,-14,-55,-4r-8,-6v-181,-8,-364,3,-537,14r99,-59v42,-1,60,-26,96,-33v10,-12,29,-16,43,-25r14,4r-4,-10r14,-6r-12,-184v5,-34,-1,-77,0,-115v-9,-5,-7,-12,0,-18r-2,-162r4,0r2,-158v-21,-6,-39,-16,-57,-25r0,-8r-59,-20r0,-8r-37,-11r-4,-12","w":713},{"d":"82,-1352r0,1338r655,0r0,-1338r-655,0xm68,0r0,-1366r684,0r0,1366r-684,0"},{"d":"1167,-936v30,2,47,-9,78,-8r-2,10v-44,26,-84,56,-133,78v-8,35,-64,19,-88,41v-9,21,-31,29,-37,53v-14,4,-11,23,-27,25v-24,16,-39,41,-55,65v-18,6,-19,29,-35,37r-49,64v-3,-1,-5,1,-4,4v-37,55,-84,99,-125,149v-17,84,-23,179,-20,283r94,45v59,39,129,67,194,100r0,10v-50,-4,-99,-18,-149,-14v-48,-11,-105,-16,-162,-12r-4,-4r-143,0v-5,6,-10,6,-15,0r-41,12r-6,-8r-178,12v2,-19,32,-13,47,-24v58,-40,126,-69,199,-93v12,-11,20,-27,43,-28v-8,-85,-3,-182,-4,-275v-13,-13,-28,-24,-33,-45v-43,-37,-77,-84,-113,-129r-4,0r-22,-39v-19,-14,-37,-28,-49,-49r-15,-10r2,-14v-5,-5,-15,-4,-14,-15r-61,-61v4,-7,-5,-15,-13,-17r-35,-36v-48,-8,-80,-32,-116,-52v1,-8,-10,-3,-15,-4v-5,-5,-3,-15,-14,-14v1,-2,3,-5,-2,-4r0,-10r182,8r178,-4v5,-4,11,-16,15,-6r170,-23v-1,5,-2,10,-2,16v-24,17,-50,31,-72,50r0,6r-92,69v1,5,4,8,4,15v14,3,15,19,20,32v6,1,17,-4,15,5v0,12,4,20,12,24r59,94r64,78r8,0v-3,17,11,17,12,31r33,22r8,19v10,-8,11,-26,29,-27r31,-39v10,-1,-2,-22,12,-24v7,-25,25,-39,37,-58r43,-67v24,-17,35,-47,55,-68v1,-4,-2,-12,4,-10r27,-43v-22,-26,-66,-31,-92,-53r-53,-19r0,-6r-54,-20v1,-11,-14,-4,-12,-17v52,-9,111,7,166,6r172,-2r0,-6v28,-1,51,4,76,6r69,-8","w":1266},{"d":"979,-680r-29,-14r-10,30v-6,0,-12,-1,-10,7r22,18v-5,6,-7,13,-2,21v-6,-1,-7,4,-10,6v15,7,27,-9,39,-13r4,-22r-16,-6xm520,-92r-6,12r-27,6r9,6r-7,11r9,0r4,18r10,0r0,-10r35,-12xm500,-156v91,91,286,44,395,0r-14,-96r-11,-184r2,-115v-16,-6,10,-34,-6,-41r6,-26r-6,0r8,-164v-46,-2,-82,-15,-118,-27r-92,-12r-72,10r8,4v-43,5,-89,7,-125,19r-51,-3r6,17v-4,0,-7,-1,-6,4v-12,41,-15,90,-21,137v3,7,6,13,3,21v-8,120,-27,253,14,348v18,42,49,76,80,108xm903,-127r-4,-16v-32,17,-71,25,-94,51v-22,4,-37,17,-57,24r0,5v-24,14,-51,26,-80,36v-34,21,-70,52,-127,37v-10,-12,-38,-6,-56,-10v-33,-18,-71,-31,-90,-63v-20,-17,-42,-32,-47,-64v-21,-13,-29,-47,-41,-70r-10,0v-5,-23,-11,-46,-23,-63v-15,-90,-8,-191,-10,-291v-16,-6,10,-34,-6,-41r6,-26r-6,0r8,-150v-57,-16,-117,-30,-184,-37v-28,-16,-72,-17,-102,-31r0,-4r145,-32v4,5,7,7,10,0v41,-16,104,-9,141,-31r9,0v-1,-39,2,-75,4,-111r-4,0v3,-10,16,-23,4,-30r8,-136v32,-17,77,-21,113,-34r0,-5r47,-10r4,4v-10,94,-28,180,-29,283v-2,3,-5,5,-4,10r8,0r0,37v67,22,152,27,226,43r69,-14v56,-7,109,-17,160,-29v-1,-27,5,-51,4,-76r-2,-80v2,-17,-3,-42,8,-51r2,-78v32,-17,78,-21,115,-34r0,-5v16,-1,38,-15,49,-6r-25,217v-3,23,3,55,-6,72v9,3,6,17,8,27r17,10r303,33r96,4r43,6v-29,23,-83,27,-133,31r0,6r-78,4r0,6v-25,5,-47,12,-78,10r0,4r-104,7r-8,10r-78,0r2,14r-16,-14r-4,65v1,33,-6,74,10,92r-17,23r-2,217r9,105v8,68,17,133,49,178v23,32,55,56,86,80r59,18r8,-10v46,16,99,-6,150,-6v58,0,98,-34,153,-45r11,-9v1,7,8,18,-2,19v-20,17,-56,18,-74,37r-82,41r0,4v-24,15,-50,28,-80,37v-35,21,-73,52,-129,36v-9,-12,-36,-4,-53,-10v-32,-11,-62,-27,-86,-47v-33,-27,-52,-69,-68,-113v-20,-12,-23,-41,-35,-61r-10,0","w":1485},{"d":"784,-621v1,10,-5,23,-10,15r-2,-25r-18,13r-2,18v8,0,16,0,22,2v-9,16,-20,30,-43,31r0,16v-12,-2,-14,10,-24,14v1,5,-3,5,-7,5v-56,26,-116,49,-178,69v7,26,24,43,43,57r0,5r37,30r0,13v14,7,24,20,41,24r37,55r0,19v8,-3,18,-13,20,0v9,11,26,16,31,31v22,7,33,25,47,39v26,26,51,52,84,71r0,6r31,15v26,39,83,47,131,63v13,-3,16,7,29,10r0,5v32,12,68,22,96,38v-39,-2,-72,1,-107,-4v-10,9,-19,3,-28,-4r0,13v-15,-6,-33,1,-43,8v1,-5,-1,-7,-6,-6v-8,14,-37,4,-47,18v-39,5,-73,17,-103,31v-22,-38,-60,-59,-74,-105v-6,1,-2,-6,-10,-4r-129,-151r-145,-185v-9,-13,-26,-18,-31,-35v-12,-4,-19,-12,-31,-16r-16,-27r0,5v-5,-5,-12,-7,-10,-19r84,-26v23,-17,60,-20,88,-31v4,-18,41,-13,41,-37v22,-10,33,-31,53,-43v9,-18,17,-38,33,-49r-9,-21r5,0v5,-58,-17,-89,-41,-121v-9,-1,-8,-15,-15,-20v-21,-9,-46,-13,-63,-25v-56,-8,-105,-27,-170,-20r-23,217r4,0r-4,4r-10,141r-4,5r-12,266r-9,10r0,94v2,3,6,4,5,10r57,31v44,28,88,57,139,78r0,4r-139,-4v-119,-15,-253,-7,-375,0v0,-12,18,-6,16,-20r58,-27r8,8v23,-30,73,-33,100,-59r17,-4v7,-11,16,-20,20,-33r6,-119r0,-94r-6,0r2,-156r-8,-293v-68,-23,-123,-63,-186,-92v-10,-11,-32,-9,-31,-31r252,17r170,0v61,-4,123,-15,180,0r109,29v20,17,45,28,67,43r31,45r16,63v-5,38,-14,72,-30,98xm786,-111r-20,7r12,22v-9,6,-11,15,-6,27r14,-11r31,7v-1,-5,-3,-10,0,-15r-16,-6r-4,-16r-15,2xm260,-362v10,2,11,15,21,6v3,3,7,13,6,2v9,-5,8,-13,2,-21v-13,12,-15,-15,-25,-4xm702,-815v6,-4,12,-8,19,-10v-3,-4,-1,-13,-10,-11v-3,-5,-1,-14,-11,-12v0,14,-10,20,-18,27v8,1,16,2,20,6","w":1051,"k":{"Y":82,"W":86,"V":123,"U":68,"T":80,"Q":41,"O":55,"G":41,"E":41,"D":41,"C":53,"-":164}},{"d":"825,-35v0,-16,-12,-19,-22,-24r-10,16v15,5,25,14,38,20v0,-6,1,-13,-6,-12xm887,-63v14,-5,0,-16,-4,-25r-29,4r20,27v4,-6,9,-2,13,2r0,-8xm1221,-862r-13,14r4,21r37,28r13,-41r-25,0xm338,-899v21,-15,43,-29,72,-35r-7,135r-10,15v16,1,28,-2,41,-4r0,-5v45,-29,97,-52,152,-71v5,0,12,1,10,-6v36,-12,64,-32,102,-41r27,-17r84,13v54,27,105,57,119,124r41,-28v53,-28,112,-51,168,-76r4,-8r119,-8r20,10r0,-4v29,16,51,39,80,55v9,30,29,49,47,70v9,56,30,105,23,172r14,-51v11,72,0,147,-6,221r-25,319v-4,0,-7,-1,-6,4v27,12,48,29,68,47r112,37v-2,6,6,3,10,4v-4,13,13,9,23,13r0,10r-180,10v-44,11,-93,16,-133,31r-4,-6r0,12r-13,0r13,-303r4,-250r4,-4v-11,-66,-22,-132,-51,-180v-5,1,-8,0,-7,-6r-32,-48v-22,-9,-33,-30,-52,-43v-32,-8,-71,-9,-112,-8v-47,15,-85,38,-127,58r-31,393v8,6,1,21,-6,24r6,0v-3,69,-14,138,-6,207v11,1,26,-2,25,11r151,51v14,18,45,19,66,30r0,5v11,-2,21,9,36,10r0,10r-233,-14r-315,6v-19,6,-38,9,-58,2v-14,3,-28,7,-47,6v54,-32,113,-59,174,-84v32,-2,47,-22,68,-35v9,-1,13,3,18,6v6,-70,3,-149,4,-225r-4,-6r0,-191v-1,-31,-8,-63,-4,-94v-11,-54,-23,-106,-55,-139v-25,-16,-56,-27,-90,-35v-83,19,-167,37,-228,78v1,14,-6,34,2,43r0,84r-10,0v11,19,5,55,6,84v-8,5,-4,12,0,20v-5,6,-13,11,-6,19r-4,0r10,24r-6,0r-4,197v3,9,15,21,4,27r10,227r-190,-10r-137,10v3,-27,36,-27,53,-43v59,-22,104,-57,170,-72v0,-26,-14,-61,4,-75r-10,-17v-9,-88,-10,-168,-23,-268r-30,-227v-7,-10,-8,-26,-11,-41v-36,-11,-69,-25,-112,-29v-11,-23,-51,-18,-74,-31r0,-6r147,-33v3,-3,8,-4,7,-12v57,-5,94,-30,141,-45","w":1653,"k":{"Y":68,"W":68,"V":68}},{"d":"506,-385v4,-22,-16,-20,-25,-29r-28,15r12,22r-12,2r2,15v15,3,28,2,37,-5r4,-20r10,0xm565,-545v-23,23,-53,40,-80,60v21,37,47,67,72,100v-9,18,4,35,16,20r101,111r14,2v47,48,88,102,146,139r43,41v37,32,76,64,106,103v-5,2,-12,3,-10,12v27,-1,35,16,53,23v2,3,5,5,4,10v30,16,47,46,72,67v13,11,39,9,43,29r33,27v-3,12,16,0,14,16v38,20,66,52,115,61v27,18,63,26,98,35v41,-5,92,-1,119,-20v9,-37,-12,-68,-13,-107v10,-4,4,-12,0,-20v10,-34,34,-54,68,-64r41,17r37,41r6,49r-21,41v-8,6,-30,8,-20,20v-21,48,-81,58,-123,86r-72,13v-80,-5,-145,-25,-208,-48v-10,-10,-28,-12,-41,-20r-74,-49r-186,-139r0,-5v-18,-9,-29,-25,-52,-30r-26,-37v-18,-9,-26,-34,-54,-27v-38,-34,-71,-74,-112,-106v-29,-34,-65,-62,-101,-90r-10,-25r-37,-18v-48,-46,-90,-97,-129,-152r-6,0r-16,-31r-10,4v2,26,-4,59,4,78r-13,41v12,50,9,116,9,178v13,8,23,20,34,31v49,21,90,50,133,76r-190,-12r-20,4r0,-4r-234,10r0,4v-15,-1,-31,-3,-45,0v19,-10,25,-33,55,-31r33,-22v-2,-8,11,1,8,-10v31,-12,54,-30,84,-46r31,-16r4,-305r6,-64v-6,-3,-6,-5,0,-8r-10,-178r4,0v-4,-45,-4,-95,-4,-145r4,0r-10,-344r-4,-11v-55,-16,-103,-38,-156,-55v1,-5,-1,-7,-6,-6v13,-14,36,-17,57,-23r0,-4v47,-19,101,-31,148,-51v-1,-3,1,-5,4,-4r119,-57v1,-10,15,-8,30,-11r-30,342v-16,56,-12,132,-17,197r-24,334v7,3,5,6,0,10r6,35r-6,0v3,3,3,11,10,10v34,-35,75,-62,108,-98v13,-14,33,-32,54,-41v4,-21,28,-23,39,-37r106,-88r-8,-4r8,0r55,-53r4,-11v-23,-27,-62,-38,-88,-63v-22,-12,-53,-14,-61,-39v161,24,343,27,530,25r0,10v-28,15,-58,30,-84,47v-32,21,-81,24,-112,45v-26,1,-32,23,-64,18v-23,18,-48,34,-67,56r-64,37r-14,20v-46,2,-64,33,-92,53v1,5,-2,4,-6,4r-54,31v0,4,1,7,-4,6","w":1116},{"d":"358,-164r-32,25r0,45r22,-27r31,-4xm324,-737v-4,14,-11,23,-11,41r9,0r0,14v19,5,30,-9,28,-33xm385,-893v108,-15,227,-13,346,-10r111,26v-1,14,19,6,20,19r45,22v-1,5,0,8,6,7v13,7,19,21,37,24v3,17,20,20,31,29r29,24v33,49,62,101,84,160r10,70v-4,33,0,74,-10,102v-16,43,-28,91,-50,129r-4,0r-30,58v-3,-1,-5,1,-4,4v-41,37,-82,74,-129,104v-3,-3,-4,-7,-11,-6r0,6r-61,41r0,10v-40,8,-73,24,-119,27r0,4v-14,2,-28,13,-43,8v-3,8,-11,-4,-10,4v-9,6,-26,4,-33,13r-27,-5r2,-20v53,-3,81,-32,121,-49v21,3,14,-22,35,-21r84,-67v23,-27,42,-60,68,-84v4,-7,-2,-24,10,-23v36,-42,54,-115,47,-186r-14,-135r-13,-4v-13,-20,-19,-47,-36,-62v-4,-20,-24,-24,-29,-43v-49,-17,-64,-69,-117,-82r0,-4v-34,-20,-85,-24,-133,-31r0,-6r-86,0r-49,4r-10,125r-7,11r-2,178r-16,-58v11,130,-4,253,-4,385v0,57,1,128,0,191r-4,303r33,10v-1,16,26,0,26,17v32,6,75,3,92,24v41,18,98,20,140,37r0,6v32,6,54,22,84,31r-7,10r-202,-6r-129,6r-234,4r-106,13v8,-10,16,-20,28,-27r0,-6r35,-25v-1,-11,11,-8,17,-12r90,-62r10,0v2,-18,4,-37,10,-51r-6,-6r0,-231r-14,-549r-23,-219v-16,-27,-45,-41,-71,-58r-17,0v-1,-10,-14,-9,-20,-14v-28,-11,-59,-19,-78,-39r-88,-45r0,-4r219,10","w":1188,"k":{"Y":31,"V":51}},{"d":"82,-1352r0,1338r655,0r0,-1338r-655,0xm68,0r0,-1366r684,0r0,1366r-684,0"},{"d":"82,-1352r0,1338r655,0r0,-1338r-655,0xm68,0r0,-1366r684,0r0,1366r-684,0"},{"d":"932,-143r-31,-7v7,16,-7,43,19,41r0,-8v16,3,22,-11,12,-18r0,-8xm690,-692v20,-1,5,-28,4,-39r-18,8r14,23r-16,0r0,20v5,-4,16,-3,16,-12xm274,-844r-20,-28r-2,28r-6,-2v-4,14,1,25,4,37r24,-8r0,-27xm342,-883v17,13,56,-4,74,11v0,-9,7,-5,12,-2r0,-5r406,-18r151,-10v-14,33,-39,54,-67,73v-20,22,-46,38,-60,66r-35,27v2,12,-14,5,-10,20v-10,2,-19,4,-20,14v-4,5,-14,4,-13,15r-37,35v2,7,-4,6,-10,6r-26,33r-7,-11v-6,8,-10,17,-12,29v-19,23,-42,42,-61,65v-21,27,-46,50,-72,72v0,4,-1,9,2,10r-35,21v-7,13,-18,21,-22,37v-22,22,-42,46,-60,73v-10,1,-9,12,-14,17r-137,160r-43,55r12,16v146,10,304,-1,434,-20r21,-12r39,8r4,-8r63,-11r6,-8r0,8v5,-4,15,-3,15,-12v5,4,11,4,16,0r-8,-10v6,-6,5,-19,18,-19v2,-26,18,-38,23,-61r10,0v-12,-15,5,-27,10,-41v23,-70,52,-130,82,-191r4,0r-4,195r-6,4v-2,93,10,171,16,256r-376,-14v-4,1,-13,11,-11,0r-145,-6r-166,2v-3,5,-6,3,-10,0r-209,4r0,6r-41,4v12,-23,31,-39,47,-59r10,0r4,-25r11,0v3,-5,0,-16,10,-14v11,-40,40,-62,61,-92v-1,-25,19,-29,29,-43r162,-218v14,-1,10,-19,26,-18r60,-86v25,-27,43,-61,65,-92v20,1,23,-14,35,-21r49,-69r54,-70v16,0,21,-12,20,-31v-7,1,-19,13,-20,0r-4,9r-103,6v-17,0,-42,12,-51,0r-10,10r-150,31v-10,-4,-22,1,-33,2v0,17,-10,23,-14,35r-4,0r-10,34r-13,0r-47,109v-24,23,-37,55,-55,84r-6,0v2,-32,-5,-73,6,-96r-6,-4r10,-134r-10,-239r-10,-76v20,12,30,34,47,49r-8,10r8,0v18,37,47,64,65,101v5,3,13,3,11,14v6,1,10,-1,12,-4v7,15,33,18,51,14","w":1083},{"w":410},{"d":"82,-1352r0,1338r655,0r0,-1338r-655,0xm68,0r0,-1366r684,0r0,1366r-684,0"},{"d":"82,-1352r0,1338r655,0r0,-1338r-655,0xm68,0r0,-1366r684,0r0,1366r-684,0"},{"d":"1049,143v-7,-2,-13,-5,-17,-10v-2,8,-6,13,-6,23v-3,-2,-4,-7,-10,-6v4,14,-9,14,-4,24v5,0,16,6,14,-4v5,1,5,-3,6,-6r17,0r0,-21xm297,-375r0,31v7,-11,23,-19,14,-35v14,0,9,-19,13,-29r-25,-20v-1,16,2,27,8,35v-13,0,-18,9,-24,16xm793,-741v-11,-7,-13,-23,-33,-21v2,10,-6,11,-8,21r20,0r0,20xm762,-848v14,16,25,36,37,49v-1,8,1,13,6,15r10,67r-16,64r-4,0v-11,46,-46,67,-68,102r-98,64r-43,10v-10,21,10,35,18,47r29,51r-4,23r20,0v23,40,52,73,72,116v14,0,10,19,16,27v8,12,25,16,25,37r26,31v14,2,25,20,31,36r10,0r-4,7v15,13,30,24,37,45r-8,6v42,19,73,50,104,80v1,10,12,10,17,16v28,31,55,62,92,84v5,21,30,22,37,41v9,-1,15,1,14,10v60,43,129,79,215,96v41,-4,92,0,117,-20v9,-34,-12,-66,-12,-104v8,-5,4,-13,0,-21r12,-33r20,-18r41,-10r37,14r35,41r6,47r-20,43r-25,12v10,21,-18,33,-28,45v-28,19,-57,40,-91,50v-101,28,-205,-8,-280,-35v-16,-18,-48,-21,-68,-35r-153,-100r-76,-60r-64,-57v-10,-24,-33,-35,-47,-55r-6,0v-18,-32,-42,-57,-67,-82r-5,0v-19,-24,-35,-50,-57,-70v-16,-36,-44,-59,-67,-88r0,6r-72,-102r-57,-97v-14,-1,-15,-14,-17,-30r74,6v70,-18,128,-48,166,-98r4,0v7,-28,16,-54,26,-78v5,1,6,-2,5,-6r0,-52v-10,-18,-19,-37,-25,-59v-5,-4,-12,-7,-10,-18v-64,-51,-157,-81,-277,-70v-6,40,2,73,0,117r-4,-2r-2,69v-8,3,-8,5,0,8r-6,293v7,75,-9,166,2,238r-10,0v33,43,95,56,135,92v17,8,32,17,51,23v-3,14,19,1,17,16r10,0r0,8v-22,-1,-52,5,-62,-8v-21,7,-42,-5,-63,-6r-4,-4r-207,-6r-209,20r0,-10v18,-8,28,-24,53,-25v31,-31,72,-52,119,-67v19,-13,40,-24,57,-39r0,6r11,-6r-2,-187r-15,-368r8,-4v-12,-33,-20,-72,-28,-109v-21,-8,-34,-25,-62,-27v-3,-8,-12,-9,-24,-8v-4,-7,-8,-19,-15,-8v-24,-17,-51,-31,-77,-45v-2,-11,-18,-12,-25,-21v62,9,128,14,197,15v9,1,23,11,26,0r299,-10r96,6v27,14,75,5,99,24","w":965},{"d":"770,-598r-12,25r10,36r25,-2v0,-21,3,-39,12,-51xm1180,-221v24,2,21,-22,45,-19v25,-20,41,-48,61,-73v3,-32,19,-51,23,-82v22,-37,12,-111,16,-170r-16,-97v11,-6,0,-24,-9,-28v-8,-22,-19,-42,-30,-62r-6,0v-2,-10,-6,-18,-7,-30r-30,-41v-29,-24,-62,-45,-101,-60v-98,-5,-152,36,-184,101v-31,40,-37,106,-53,161v-7,104,5,196,37,267r0,28v9,-2,8,6,10,11v9,12,19,24,22,43v27,-2,38,12,50,26v17,0,24,12,36,21v30,12,66,17,107,18xm1040,182v-4,-1,-12,2,-10,-4r-237,-10v-129,-15,-276,-13,-420,-14r0,-7r-187,17r-166,24v27,-22,68,-30,93,-55v47,-31,93,-63,151,-84r17,-18r0,-742r4,-159v-7,2,-3,-7,-4,-11v-2,-46,2,-100,-7,-139v15,-49,5,-129,-2,-184r-30,-10v-2,-22,-24,-26,-37,-37r-15,0r-73,-52r0,-4v-32,-5,-48,-26,-64,-47r84,8r0,7r199,16r274,-23r72,-8r-4,-6v11,-1,20,-5,33,-4v-42,42,-109,58,-158,92v1,3,-1,5,-4,4r-84,47r-23,121r-2,115r-4,0r-12,37r8,35r-26,280r-11,682v5,9,11,17,21,21r313,39v45,6,86,22,137,16v20,-15,24,-44,39,-66r31,-47v17,-68,41,-128,65,-188v-14,-12,-33,-20,-45,-35v-41,-13,-66,-43,-102,-61v-24,-32,-54,-58,-74,-95v-12,1,-9,-12,-14,-18r-27,-55v-15,-89,-16,-215,23,-279v6,-32,38,-38,47,-67v16,-13,27,-30,41,-45v66,-36,116,-89,215,-93r0,-6r82,0v33,10,76,12,96,35r86,41v2,2,2,6,2,10v58,29,103,72,125,137r8,0v12,23,17,54,27,80v5,52,14,105,-2,152r-41,123r-35,53v-5,-1,-7,1,-6,6r-10,0v-13,17,-22,38,-41,49v3,8,-10,0,-8,8v-14,10,-25,23,-43,29v-7,7,-7,22,-25,19v-14,2,-26,7,-41,8r0,4v-37,12,-77,19,-127,18r-14,-18r-11,12v-15,-4,-32,-6,-49,-8r2,205r7,4","w":1579},{"d":"582,-911v7,-12,18,-20,36,-21r-26,170v14,5,-12,12,0,21v-12,122,-40,229,-39,364v-6,9,1,52,-8,66r4,4r-4,84v-7,3,-5,6,0,10v0,16,-10,37,-2,49v-4,5,-12,11,0,12v46,39,121,49,178,78v4,0,7,-1,6,4r25,4r0,7v42,18,88,33,133,49r0,10r-133,-8v-14,-3,-28,-5,-41,0v-62,-9,-126,-11,-193,-6r-4,-4r-86,0v-2,11,-13,6,-22,4v-67,19,-146,-6,-216,14v-44,-7,-82,3,-127,4v-2,-14,13,-12,19,-18r55,-25r0,-6r10,6v34,-11,65,-20,99,-35r98,-45v28,-12,59,-22,90,-31r4,-290r-4,-162v-4,-5,-8,-9,0,-12r-6,-154v-14,-12,-25,7,-37,10v-85,38,-152,93,-239,129v1,9,-18,0,-15,15v-17,3,-33,6,-39,20v-13,2,-22,7,-30,14r2,-67r-2,-60r122,-41v42,-24,103,-30,140,-59v25,-10,58,-12,76,-29r28,-6r0,-6v54,-16,102,-39,148,-63","w":885},{"d":"840,43v13,-15,2,-35,-9,-43r-16,14r10,29r15,0xm61,-1366v28,3,57,1,86,0r50,82r0,6v20,39,46,72,63,115v6,15,22,23,23,45v16,8,21,28,26,47r6,-2v18,33,30,73,54,100v31,74,70,138,104,211v17,38,44,71,59,113r21,22v13,44,35,80,55,117v8,-1,5,10,8,14r15,35v5,-1,7,1,6,6r49,90v0,24,16,31,23,48v19,40,44,74,57,120r4,0r14,31v17,-2,5,22,19,23r24,51r-6,6v17,27,34,54,47,86v5,-1,4,4,4,8v5,6,5,18,15,19v7,32,32,56,41,88r35,45v-35,1,-74,-3,-105,2v-13,-13,-20,-33,-24,-56r-9,-2v9,-19,-13,-34,-18,-51v-9,-31,-26,-54,-37,-84r-4,0v-14,-32,-27,-65,-47,-92v1,-23,-12,-33,-21,-47r-4,0v10,-10,-11,-21,-10,-37v-5,-9,-14,-14,-16,-26r-4,0v-15,-57,-51,-93,-68,-148v-2,-2,-3,-5,-8,-4v-7,-44,-36,-66,-51,-102r4,0v-21,-40,-37,-85,-64,-119v-2,-6,2,-19,-8,-17v-1,-15,-10,-24,-20,-32v6,-6,2,-18,-9,-17v-8,-13,-6,-36,-22,-41v-8,-16,-3,-45,-29,-43v14,-21,-24,-35,-24,-63r-7,-4v-10,-27,-24,-49,-34,-76v-24,-33,-34,-80,-60,-111r-4,0v-11,-23,-23,-45,-37,-65r0,-19v-12,-5,-22,-25,-26,-43v-3,1,-5,-1,-4,-4v-17,-26,-27,-59,-50,-78r-4,0r-10,-34v-14,-1,-10,-19,-20,-23v-11,-21,-18,-45,-31,-63v-10,1,1,-17,-15,-13","w":1024},{"d":"567,-1047r-10,-36r-25,30v16,24,28,51,52,66r6,-37r18,-25xm164,-1333v14,-8,40,-12,49,2r2,-15v9,13,26,-1,39,-4r35,9r0,-7v27,-1,42,-14,71,-8r220,-22v7,4,11,-1,14,-6v16,11,45,2,68,2r0,69v-10,3,-4,9,0,15v-2,12,-18,27,-9,36r4,56v-10,7,2,20,-6,30v9,4,3,8,-4,11r8,20r-10,137v-1,161,-18,306,-27,459v4,17,13,34,3,49r-7,101v12,10,-9,46,11,51v-7,5,-11,10,-4,18r-3,348v-8,2,-1,14,-2,21r-4,129r0,156r6,131v-18,-3,-38,-22,-53,-9r0,-6r-184,-30v-16,-6,-26,-20,-51,-17r-162,-22v-6,3,-12,6,-12,-4r-127,-27r286,-27v5,-8,13,-4,21,0r6,-10r4,10r156,-22r0,-215v-6,-2,-6,-6,-2,-10v-2,-52,-1,-103,2,-154r-6,-4v3,-58,1,-114,-4,-168r6,-6r-6,-158r0,-137r-29,-553r-14,-105r-25,-8r0,4v-51,-14,-82,-47,-143,-51v-13,-7,-32,-8,-50,-10v-1,-4,-2,-7,-8,-6r0,-4v-44,-5,-79,-18,-117,-29r-6,-8v21,-1,49,-14,64,-2","w":1024},{"d":"205,-49v-9,-11,-28,-12,-43,-17r12,25v7,4,23,0,21,14r10,0r0,-22xm635,-74v3,-9,19,-24,0,-28v-8,-11,6,-17,0,-29r-27,6v0,6,2,14,-6,12v1,14,11,10,16,2v-2,11,6,13,11,17r0,16v4,-3,5,0,6,4xm657,-377r-10,-16r-12,14r-27,-2v11,12,22,24,29,41r-19,14r37,-2r-14,-32xm440,2v7,-6,-5,-17,13,-16r0,16r-13,0xm553,-356v-1,-6,3,-16,-6,-13r-15,-4r0,-10r-174,-98v-11,-6,-15,-19,-30,-21v2,-10,-10,-7,-15,-10r0,4v-40,-29,-69,-70,-94,-115r-10,-63r10,-59r27,-48v10,0,10,-10,14,-16r33,-43r82,-49v57,-8,95,-37,166,-29r73,8r41,-67v4,8,8,-2,11,-6v27,-30,42,-73,77,-95v-29,140,-35,303,-41,467r5,0r-11,-4r-20,-41r-6,0v-12,-33,-24,-66,-41,-94v-6,-40,-22,-71,-31,-108v-26,4,-63,-3,-80,10v-19,6,-33,17,-55,20r-60,35r-20,31v-5,56,8,94,35,119v0,12,7,17,10,26v13,0,8,17,23,15r0,6r75,43v5,20,34,22,52,30r10,23v60,23,92,73,133,115v-2,12,11,9,10,20r31,64r-2,77r-31,95r-29,41v-33,20,-64,41,-92,65v-13,5,-29,7,-37,17v-12,1,-31,-4,-30,10v-15,2,-32,2,-41,10r-37,0v4,-6,9,-12,-2,-12r-4,-13r-21,-2v4,14,-17,12,-6,27v-36,10,-80,11,-123,14v0,-4,1,-7,-4,-6r0,6r-219,-6v18,-115,14,-252,20,-379v18,10,17,39,27,58v21,41,38,88,51,137r4,0r11,35r8,0v3,39,20,64,31,96r77,4v73,13,142,-28,203,-43r41,-24r0,-11v9,-7,29,-4,27,-22v15,-20,47,-34,32,-68v14,-26,1,-67,-6,-94v-16,-17,-30,-35,-43,-55r-14,0","w":868},{"d":"387,-68v-9,-2,-17,-5,-18,-14v-6,7,-13,14,-21,19r8,12r25,0xm643,-33v27,-1,25,-29,55,-26v9,-11,26,-16,31,-31r62,-68v9,-40,33,-65,43,-104v26,-51,17,-139,22,-213r-22,-121v12,-8,-3,-29,-11,-35v-11,-28,-25,-53,-39,-78v-17,-3,-17,-21,-28,-30v-8,-28,-30,-41,-43,-64v-39,-32,-81,-60,-133,-78r-62,0r-63,17v-40,24,-75,50,-103,88r-37,51r-61,182v-10,153,26,265,74,367v10,-2,8,8,12,12v10,20,29,30,31,58v19,-2,24,10,35,16v17,10,29,25,49,31v-1,5,1,7,6,6r71,39r74,-2xm500,-930r104,0r94,21v37,35,95,49,136,80v1,15,20,12,28,20v50,47,106,88,127,164r10,0r-6,4v16,27,32,55,37,94r4,0v5,66,19,134,-4,191r-57,143r-37,72v-5,-1,-7,1,-6,6r-15,0v-15,23,-28,48,-53,61v2,7,-9,1,-6,11v-18,12,-32,29,-55,36v-9,9,-11,25,-33,21v-17,3,-31,8,-49,10r0,6v-50,11,-106,16,-168,15r-10,-11r-11,11v-33,-8,-75,-7,-96,-27r-6,6r-61,-31v-32,-22,-69,-39,-99,-63r-30,-21r0,5v-18,-50,-67,-69,-86,-119v-17,2,-14,-16,-19,-25r-35,-69v-10,-61,-17,-125,-14,-199r4,-4r16,-105v10,-20,26,-34,29,-61v18,-18,36,-36,45,-62v22,-16,37,-39,55,-59v37,-18,72,-39,101,-65v47,-25,97,-47,166,-50r0,-6","w":1124,"k":{"Y":31,"X":51,"W":31,"V":51}},{"d":"563,-834v-1,-11,9,-10,6,-22r9,0r16,68r4,0r55,278r-98,0r0,4v-37,-5,-85,-5,-123,0v-2,-13,4,-17,10,-22r19,-45r4,0r-4,-9r14,-6r0,-20r4,0r21,-64r8,0v9,-28,10,-64,33,-78v-3,-3,-10,-7,0,-6v0,-5,-1,-12,6,-10v-2,-4,-1,-12,-6,-14v10,-6,24,-27,14,-39r12,-15r-4,0xm674,-879v-9,-10,-20,-18,-31,-26v13,4,35,0,41,12v85,15,152,48,238,62r0,6v44,1,72,16,112,22r-121,158v-7,2,-9,10,-14,14v-26,-28,-57,-51,-76,-86v-3,1,-5,-1,-4,-4v-45,-56,-99,-104,-145,-158xm467,-913r63,-23r7,8v-12,13,-29,21,-35,41r-2,-4v-9,11,-20,20,-33,27v-1,8,-10,12,-16,18r-84,90v-2,14,-13,19,-19,29v-8,1,-13,4,-12,14v-3,-1,-5,1,-4,4v-18,0,-16,20,-25,29v-8,11,-22,16,-26,31v-7,-1,-7,5,-9,8v-8,-11,-14,-24,-26,-31r8,-12r-29,-4r-2,-21v-19,-13,-32,-30,-45,-49v-5,1,-4,-2,-4,-6v-9,-16,-26,-24,-31,-45v8,-4,25,0,23,-14v17,9,34,-14,59,-11r0,-4v15,-6,38,-5,47,-18r64,-14r0,-9r61,-14r0,-6v27,-3,53,-6,70,-19r0,5xm903,-1249v12,3,9,-9,12,-15v15,46,54,68,72,111r2,0r37,76r-143,30v-35,-2,-72,19,-111,21v-6,12,-23,5,-37,4v-10,2,-17,7,-28,8v0,-4,-2,-10,4,-8v15,-23,31,-45,53,-61v19,-26,42,-52,63,-76v3,-2,10,-1,9,-8v24,-24,46,-51,67,-78r0,-4xm254,-1192r78,-80v14,6,10,28,24,35v7,7,4,24,19,23v15,43,36,81,59,116r8,0v-5,15,3,24,9,33r6,0v14,28,34,49,45,80v10,3,2,10,-2,16v-9,-4,-14,-11,-25,-12v-1,-3,-3,-5,-8,-4v-1,-13,-20,-11,-27,-19v-17,-7,-32,-16,-51,-22r0,-4r-139,-62v-19,-11,-36,-25,-64,-28v-3,-12,12,-11,11,-25v27,-5,35,-29,49,-47r8,0xm479,-1366r172,-4r56,-4v-26,54,-37,125,-56,186r-6,0v2,16,11,35,-2,43v-3,22,-12,37,-16,58r-13,10v-3,24,-9,47,-16,67v-17,-8,-19,-32,-29,-47r6,0v-5,-22,-12,-43,-20,-63v-10,-5,4,-19,-4,-27v-12,-45,-25,-83,-41,-129","w":1178},{"d":"340,215r-21,2v6,15,13,30,0,41r19,12r18,-30xm840,70v12,-1,13,10,16,18r31,-2r4,-25r-23,-14r-22,8xm858,-1028r45,-70v-3,27,2,54,0,90r-10,150v5,4,7,7,0,10r16,252v2,8,6,15,0,21v-21,-43,-37,-91,-67,-125v0,-6,2,-13,-6,-11v-15,-35,-26,-74,-52,-98r-4,-31r-53,-18v-54,4,-116,0,-156,18v-3,-9,-6,-7,-10,0v-41,13,-87,21,-121,41v1,3,-1,5,-4,4v-16,8,-22,24,-45,25r-39,43v-9,14,-24,22,-28,41r-7,6r-43,88r-4,0v-23,85,-19,205,17,270r16,43v8,-1,3,10,4,15r41,61v20,4,21,28,43,31r31,37v31,9,53,28,78,43r98,35v57,4,121,10,176,0r17,-21v0,-15,-2,-32,4,-41v-8,-50,-8,-108,-25,-149v-17,-7,-27,-21,-53,-19r-78,-35r-4,-6v-39,-18,-84,-30,-111,-61v15,2,39,-5,47,4r224,8r10,-8v64,2,122,-2,176,-10v4,1,12,11,10,0r82,-2v-2,6,-5,10,-14,8v-41,36,-95,59,-135,96v20,151,14,339,-39,447v-1,24,-23,27,-27,49v-37,31,-67,69,-100,104v-51,29,-90,68,-156,82r-4,6v-46,7,-94,21,-149,13r-9,2r0,-11v-35,-10,-65,-25,-88,-47v1,-8,-5,-12,-8,-6v0,-22,-24,-20,-27,-39v-3,-14,-11,-25,-10,-43v-3,1,-5,-1,-4,-4r-10,-41v3,-2,16,-7,4,-6v3,-19,3,-42,10,-57v15,1,8,-20,21,-21r20,-16r37,-2v9,8,29,5,27,24r4,-6v3,5,6,14,10,6r4,15v11,-9,14,10,19,16v14,43,17,101,10,156r-6,10v23,8,47,13,73,18v33,-6,60,-19,88,-30r-28,2r59,-17r0,-10v20,1,32,-19,51,-27r0,-10r17,0v0,-11,13,-9,10,-24v59,-43,61,-144,78,-230v-6,-5,-24,-9,-10,-14v-5,-8,-13,-4,-21,0r-27,0r0,-6v-8,15,-35,13,-55,14r-86,6v-71,-13,-154,-13,-211,-41v-24,-12,-41,-33,-67,-43r-86,-63r-62,-72v-37,-45,-52,-112,-78,-168r-18,-82v1,-74,3,-144,35,-190r43,-62v11,-2,11,-14,18,-20v20,-17,36,-40,60,-53v1,-5,-4,-16,4,-15v55,-36,119,-64,186,-88v36,2,57,-11,84,-16v34,-7,76,-4,104,-15r0,5r35,0r0,-5r131,15v12,-14,28,-24,31,-47r4,0v12,-27,25,-53,39,-78r4,0","w":1112},{"d":"82,-1352r0,1338r655,0r0,-1338r-655,0xm68,0r0,-1366r684,0r0,1366r-684,0"},{"d":"238,-1081r-33,-293r135,8r86,0r-37,113r6,0v-27,48,-28,130,-37,190r-18,123r-10,0r-15,129r7,14r-11,0r-12,47r-33,2","w":631},{"d":"1067,-838v8,-21,15,-42,10,-71r-24,-11r-41,43r24,29r17,-18xm868,-360r19,-33v9,23,23,40,26,69v15,9,17,30,21,50r4,0r86,188r0,14v22,45,45,88,76,123r14,58r14,2r2,28r7,0r49,99r-6,0r34,51r-65,-47r0,-4v-23,-9,-43,-21,-57,-39r0,-11v-34,-15,-55,-42,-82,-63r-95,-74v1,-24,-22,-26,-30,-41r-21,-39v-8,18,-17,35,-33,45r0,7r-16,0v-2,16,-15,21,-22,32r-160,113r-8,0r-62,55v13,-32,24,-66,43,-92r4,0v15,-41,39,-71,60,-106v0,-19,14,-24,18,-37r12,-43r11,0v16,-55,47,-95,71,-142v-1,-16,8,-20,13,-30r4,0v17,-48,47,-83,63,-133r6,0xm1493,-690r133,-88v-9,44,-42,64,-57,102r-39,58r-4,0v9,8,-5,24,-6,36r-9,0r-69,101r-27,18v15,48,52,74,78,111v28,25,54,51,74,84r51,55v-29,-9,-66,-11,-88,-27v-83,-18,-156,-46,-227,-77v-89,-19,-166,-50,-240,-84r-113,-25v51,-4,82,-30,123,-45r0,-4r35,-12r0,-7v36,-16,77,-27,104,-51v5,-4,20,-5,15,-12v49,-26,92,-58,147,-78v25,-33,77,-39,119,-55xm225,-580v-28,-34,-65,-66,-82,-110v25,21,62,29,88,49r29,2v-1,12,13,8,19,12v25,8,51,16,81,19v4,20,34,21,56,28v47,34,119,43,178,66v9,3,10,15,24,14v77,19,137,56,207,82r-41,10v-13,18,-42,20,-65,29v-50,42,-127,57,-182,92v-32,20,-72,30,-101,51v-48,19,-90,45,-141,62v-31,10,-61,22,-86,39r0,6r-19,0v24,-43,55,-79,76,-125v7,1,2,-8,2,-10v19,-19,39,-37,47,-66v13,1,12,-11,17,-18r35,-47v-7,-5,-9,-15,-19,-17v-3,-14,-11,-23,-18,-34r-6,2r-33,-50v-14,0,-13,-15,-21,-22r-39,-49v-10,0,-11,-8,-6,-15xm756,-981v-2,15,21,6,20,20v26,5,38,25,55,39r33,17r0,6v16,10,33,19,47,31r68,-56r10,2v0,-21,18,-21,37,-26v9,-2,19,-21,25,-10v-1,-20,16,-24,26,-33v29,-16,57,-33,78,-56r33,-16r0,-6r35,-14v-16,31,-30,64,-49,92v-18,56,-53,95,-74,147r-4,0r-49,115r-41,51r-33,86r-6,0r-78,166v-16,-27,-29,-57,-37,-92r-6,0v2,-28,-12,-38,-25,-51r-20,-45r-4,0v-28,-61,-50,-129,-88,-181v3,-5,6,-9,-2,-10r-13,-37r-8,0r-4,-43v-29,-34,-39,-87,-66,-123v-13,3,2,-13,-8,-14v0,-6,-5,-15,2,-16r-18,-45r-12,-2r0,-11r-7,0r-16,-51r98,76r-30,-12r110,84v2,11,15,11,21,18","w":1769},{"d":"82,-1352r0,1338r655,0r0,-1338r-655,0xm68,0r0,-1366r684,0r0,1366r-684,0"},{"d":"270,-141v-2,-4,-5,-7,-10,-9v4,8,8,17,0,23r8,14r19,-30v-7,-3,-13,-5,-17,2xm264,-186v25,1,36,-3,58,-4v7,7,24,-4,38,0r0,4v14,7,24,10,29,10v16,17,27,38,35,63v-5,22,1,54,-12,68v-5,-1,-4,2,-4,6r-29,35v-28,18,-73,26,-115,18v-22,-16,-39,-38,-57,-59v0,-16,-2,-33,8,-39r-4,-10v7,-3,23,-4,14,-12v-6,5,-12,7,-18,0v6,-25,18,-44,29,-64","w":631},{"d":"82,-1352r0,1338r655,0r0,-1338r-655,0xm68,0r0,-1366r684,0r0,1366r-684,0"},{"d":"498,-922v13,-3,33,4,37,-6r0,6r86,13r0,6v47,9,80,33,116,53v-1,11,4,16,6,23r15,6v13,18,20,41,39,53v12,28,19,61,24,96r-8,72v-30,80,-78,142,-127,203v-32,13,-48,42,-74,61r-41,31r0,12v-67,44,-127,95,-202,131v-15,15,-36,24,-43,47v21,-2,50,3,63,-8v152,3,308,-4,436,-31v12,-29,21,-61,35,-88v0,-6,-2,-14,6,-12v10,-51,37,-83,58,-125r41,-82r-19,215v-4,26,-9,51,-22,68v14,16,4,53,6,80v3,34,7,69,16,98r-53,4r0,4r-12,-8r-113,-8r-10,-6r0,10r-156,-6r0,6v-65,1,-126,-2,-184,-8v-53,9,-173,1,-244,4v-3,4,-5,4,-8,0v-17,2,-37,16,-49,4r-78,4v13,-26,44,-35,67,-51r132,-90v45,-48,110,-75,155,-123r0,-6r74,-70r22,-2v9,-16,23,-28,29,-47v39,-21,55,-66,78,-103r12,-4r21,-43r4,0v23,-34,34,-81,35,-137r-4,-12r4,0v-15,-16,-21,-41,-27,-66r-43,-45v-26,-7,-55,-13,-78,-24r-88,-8v-47,8,-94,17,-127,40v-3,9,-8,16,-18,17v19,47,55,116,28,180r-18,33v-10,7,-24,15,-37,22r-41,2v-15,-10,-35,-16,-45,-32v-12,-32,-32,-68,-16,-107r4,-39v25,-34,48,-69,78,-98r0,4v66,-58,156,-92,258,-113","w":1079},{"d":"375,-279v-13,7,-17,23,-31,29v0,9,-9,10,-14,14r-70,107v-6,3,-12,5,-10,16v-10,3,-18,10,-10,21v44,-4,99,3,135,-10r0,10r18,-4r0,-10r25,4r0,-4r229,-21r19,-8v9,4,21,18,26,4v-12,-7,4,-8,4,-19v-11,-4,2,-30,2,-43r0,-284v-6,-3,-2,-9,0,-15v0,-44,13,-96,2,-133v6,-13,8,-27,5,-45v-8,6,-21,8,-15,23v-15,19,-35,33,-55,47r0,10r-14,4v-12,35,-38,56,-56,84r-20,8v9,12,-7,15,-15,21r-41,65r-20,9r6,6v-6,5,-15,6,-24,8v10,14,-9,17,-17,25r-43,63r-16,6r0,12xm31,29v4,-14,17,-22,16,-35v9,-6,28,-3,25,-21r18,-12v22,-30,37,-67,66,-90v0,-23,17,-29,24,-45r23,-10r98,-115r0,-10r35,-25r0,-6r59,-74v7,-6,27,-8,17,-20v7,-6,28,-8,18,-19v12,-12,24,-24,41,-30v-9,-3,-3,-9,0,-15r74,-75r0,-11v7,-4,19,-2,16,-16r19,-6r0,-15v7,-4,20,-1,18,-14r25,-14r22,-41r70,-68r0,-12r18,-4r105,-117r28,-10v-8,-17,22,-14,8,-27r29,-14v-6,40,-1,86,-20,115v16,11,1,39,4,65v-10,7,-8,26,-8,43v-17,36,-4,102,-21,139v2,37,-1,69,-10,95v-3,52,-15,103,-10,157r-13,21v2,47,-5,85,-12,123v2,17,17,38,2,49r8,16v54,-4,117,1,154,-20r164,-15v4,-4,14,-3,14,-12r66,-6v-11,24,-20,50,-29,76v-20,28,-38,58,-51,92v-64,6,-133,-3,-193,-12v-3,7,-6,5,-10,0r-125,4v4,6,8,12,0,16v-1,13,3,32,-4,39r-4,121r-4,4r-8,207v-6,7,-17,7,-19,18v-20,19,-44,35,-57,62r-35,16v12,-118,11,-266,4,-391r-6,-19v12,1,11,-14,6,-22v1,-13,-3,-32,4,-39v-9,-8,-17,-4,-24,4r-179,-2v-11,-4,-12,-1,-28,-4r0,4r-31,-8r0,10r-20,-8r0,10v-18,-8,-44,2,-66,2r-201,4v-40,2,-75,9,-110,17","w":1219},{"d":"82,-1352r0,1338r655,0r0,-1338r-655,0xm68,0r0,-1366r684,0r0,1366r-684,0"},{"d":"57,-1376r15,-21v11,6,24,10,30,21v18,8,32,20,54,24r69,41v7,16,27,20,41,29r0,10r21,4v30,26,64,48,84,84v13,0,14,30,22,15v18,25,44,42,56,73v3,6,11,9,10,19v24,15,40,39,51,67r4,0v10,20,19,40,35,54v2,11,6,20,14,24r17,37v9,2,6,14,8,25v29,72,47,155,59,245v1,3,7,8,0,7v0,27,10,60,-6,75r10,17r-6,30r-33,25r39,6v-7,42,-11,87,-28,119v0,6,0,12,4,14v-1,13,-8,27,-4,39v-15,11,-13,41,-21,62v-11,87,-62,175,-96,247v-10,3,-14,13,-17,23r-4,0r-24,61r-10,0v2,26,-24,25,-23,50v-45,23,-66,70,-100,104v-14,14,-27,30,-37,49r-15,0v-45,63,-106,110,-170,154r-8,-8v16,-24,40,-40,58,-62r0,-8r10,0r45,-55v5,1,4,-3,4,-7v34,-26,54,-65,80,-98v0,-4,-2,-10,4,-8v23,-39,58,-65,68,-117v11,-23,26,-42,28,-74r6,0r33,-108r-4,-14r8,0v-1,-16,-1,-32,11,-35r10,-80r4,-4r16,-199r-6,-4r10,-84v-9,-12,12,-29,-4,-41v-3,-28,1,-63,-10,-84v5,-4,3,-9,0,-14r-6,0r6,-21r-6,0r-8,-59r-11,0r0,-29r-4,0v-5,-76,-44,-119,-69,-176r4,-8v-29,-73,-74,-132,-109,-199v-22,-25,-37,-58,-59,-84v-20,-7,-21,-33,-41,-41v-16,-18,-39,-29,-47,-55","w":1024},{"d":"111,88r-27,-2r-10,27r43,20v0,-17,2,-36,-6,-45xm942,-1114v5,-36,24,-58,35,-88r4,0v1,151,-15,314,2,454r0,11v-13,-4,-24,-4,-35,2r0,-6v-140,-24,-309,-25,-465,-25v-35,0,-73,7,-104,0v-6,24,-19,40,-19,70r-4,0r-8,26v-3,-1,-5,1,-4,4r-12,23r8,0r-35,127r-14,88v112,2,214,20,307,43v2,2,7,2,6,8r53,23v-1,8,10,3,15,4r49,20v15,14,28,29,49,37r0,12v63,30,80,106,113,166v9,29,14,61,12,101v18,61,-22,138,-43,188r2,21r-18,-5v-3,8,-10,13,-9,25r-20,14r2,15v-8,6,-25,3,-23,18r-24,31r-27,6r0,14v-51,32,-108,58,-166,82v-53,4,-86,27,-147,23r0,6v-85,-3,-167,-10,-238,-27v-47,-25,-90,-53,-133,-82v-11,-8,-2,-16,-2,-24r-12,2r-21,-47r-4,0r-12,-68v9,-13,3,-42,16,-55r15,-25r39,-30v35,-21,91,-28,118,4v20,23,29,55,39,88v-13,11,4,55,-12,69v-6,26,-21,44,-39,58v-12,-2,-13,8,-14,22r55,27r88,16r101,-4v68,-15,139,-26,184,-63v14,-11,21,-28,43,-31v40,-40,70,-89,98,-141r17,-90v-5,-43,-16,-80,-29,-115v-5,1,-10,0,-8,-6r-4,0r-2,-33v-45,-64,-102,-115,-201,-125r0,-4r-90,-21r0,-8v-75,-6,-150,-10,-226,-2r33,-96r-31,45r31,-98r12,-52r-6,0v7,-26,17,-48,17,-81v9,-2,28,-14,10,-21v1,-36,10,-64,16,-94r4,0v12,-63,18,-131,19,-205r12,-8v157,9,313,-5,469,-8v4,-3,7,-5,10,0r62,-2v12,-22,25,-41,28,-72r5,0v8,-41,24,-75,47,-102v-1,-13,5,-20,8,-29r8,0","w":1106},{"d":"1116,-535v-28,-10,-50,-25,-80,-32r-53,6r0,4r-37,27v-67,79,-78,235,-57,368r4,0v11,27,25,51,39,76r33,31v14,1,19,21,32,28v31,16,73,4,95,-10r51,-57r37,-72v0,-3,-8,-11,0,-10v21,-40,21,-102,18,-162r6,-6r-30,-105r-13,-10r0,4r-16,-43v-9,-13,-25,-19,-29,-37xm631,-1038r-27,10v0,11,6,26,-4,29r29,10r14,-27xm819,-500v5,-4,10,-5,8,-14v13,-17,30,-31,52,-39v5,-10,14,-17,28,-18v8,-18,38,-14,51,-27v57,-24,141,-14,203,0v-2,15,16,12,23,18v32,22,67,43,92,72r-4,4r33,37v13,45,33,81,41,131v-5,78,-15,151,-43,205r-9,0r-26,45r-49,41v-14,2,-10,21,-29,18r-74,35v-23,24,-95,21,-139,15v-8,-6,-21,-7,-21,-21r-10,6v-4,-16,-30,-10,-47,-14v-11,-11,-18,-26,-39,-27r-53,-49r-37,-57r-4,0r-23,-60r-10,-96v13,-54,18,-116,47,-154xm713,-696v-2,-22,19,-21,20,-41r4,0r97,-144v2,-8,-1,-20,8,-20v27,-69,71,-121,108,-180r17,-2v-1,-7,-10,-17,-2,-21v9,2,6,-7,8,-12r26,-39r-176,-68v-18,5,-27,-5,-39,-12r-63,-16r-4,-11r-68,-14r27,41v7,16,-1,47,18,51v4,8,8,15,0,21v20,17,18,58,25,88v-9,18,-5,47,-10,71v-11,48,-33,89,-56,127r-8,-4v4,16,-10,14,-8,29r-16,0v-10,12,-13,30,-31,33v-21,22,-47,39,-78,51r0,6r-55,17v-23,-2,-57,8,-72,-3r-70,-12r0,-12v-38,3,-55,-31,-92,-37r-63,-57v-34,-57,-84,-130,-60,-224r-8,-26v5,-1,15,3,14,-4r-6,-4v23,-89,69,-156,144,-193r0,-10v22,-16,44,-33,75,-41r-6,-6r72,-12v-13,7,-25,15,-33,28r-37,27v-3,31,-26,42,-39,63r-20,62v0,33,-12,72,0,98v-25,24,-7,76,-6,115v11,25,16,55,24,82r41,59v5,2,11,3,9,12v4,0,10,-2,8,4r45,31r47,6r55,-24r35,-31v-4,0,-7,1,-6,-4v5,-5,10,-11,8,-23v4,-4,14,-2,14,-10v10,-29,28,-52,27,-92v9,-4,8,-9,2,-16v17,-5,16,-39,8,-54r6,-4v-5,-29,-1,-68,-14,-90v12,-8,-17,-34,-6,-43v-15,-27,-23,-60,-37,-88v-6,-3,-12,-5,-10,-16r-21,-43v37,12,86,8,133,16r218,39v18,0,43,-6,53,4r90,8v1,14,20,12,33,13v25,2,59,-10,71,8r4,-6v31,3,66,3,91,12v-63,47,-97,123,-146,184r-18,12r-53,80r2,9v-20,4,-26,22,-35,38v-10,-1,-2,14,-15,11v-3,16,-7,31,-20,37v-16,37,-37,69,-62,96v-11,41,-40,64,-59,98r4,4v-33,34,-57,77,-80,121v-4,2,-6,7,-12,8v4,9,-1,13,-8,15r0,16r-4,0r-56,90r-6,0v-13,28,-28,52,-41,82r-14,33v-7,0,-11,3,-16,4v-6,16,-16,27,-19,45v-16,9,-21,28,-26,47r-9,0r-67,115v0,5,1,12,-4,12v-18,28,-28,64,-52,86v1,4,6,10,-2,8v-8,24,-21,44,-34,64r-7,0r-110,188r-41,84r-8,0r-64,-51r25,-41v-8,-13,7,-21,10,-31r76,-119r0,-8v25,-33,50,-67,65,-110r7,0v11,-16,10,-44,30,-50v8,-10,12,-23,25,-28v-1,-3,-8,-9,0,-8r96,-160v2,-14,17,-20,12,-35v27,-13,42,-38,52,-68v21,-19,30,-50,47,-73r6,0v41,-86,98,-156,145,-236v5,1,4,-4,4,-8","w":1438},{"d":"950,-901v22,-11,34,-30,64,-33v-3,35,-20,62,-21,98r-2,129r4,0v-1,21,-7,43,0,60v-5,3,-6,11,-8,18r4,0v-5,58,-4,120,-4,183r-6,0r-6,186r4,84v-4,5,-12,5,-12,14r196,49r11,0v0,5,2,13,-5,11v-78,22,-136,63,-202,98v-30,15,-56,37,-88,51r-11,-135r0,-37r-16,12r-4,-12v-16,7,-24,23,-47,23v-59,38,-129,66,-187,106r-18,0v-2,6,-4,13,-10,6r-68,-6r0,10r-65,-10r-95,-51v1,-21,-20,-21,-30,-31v-32,-34,-55,-76,-78,-119v6,29,15,56,26,80v-8,-16,-25,-22,-26,-45r-21,-35r-20,-135v9,-3,13,-12,0,-14v2,-44,-3,-78,-4,-127r-2,-186v-29,-14,-48,-38,-88,-41v2,-13,-14,-7,-21,-11r-51,-30r0,-11v29,3,35,-17,61,-18v91,-34,177,-74,254,-123v9,2,9,-4,17,-4v-1,-5,1,-7,6,-6r-29,289v-4,79,-16,158,-8,239r-6,0r20,131v27,38,50,80,86,109v30,15,55,35,99,37v67,4,119,-7,174,-15v48,-18,95,-37,135,-63r0,-115r6,0r-6,-115r-12,-137r-19,-147r-4,0r4,-6v-43,-6,-76,-22,-116,-31v-10,-10,-29,-11,-46,-14v-4,-5,-2,-15,-10,-15r0,4r-24,-4r0,-6v51,-27,110,-45,166,-67v46,-30,107,-44,159,-68r0,-4","w":1204},{"d":"418,-870v-8,-1,-10,-8,-10,-17v-5,5,-7,17,-15,10v4,8,8,17,0,23v6,3,15,5,25,4r0,-20xm297,-924v25,1,32,-6,55,-6v3,9,9,3,15,0r26,0r0,6v13,7,22,11,27,11v15,17,27,38,37,61r-6,64v-21,22,-35,52,-66,61v-28,8,-57,10,-88,4v-24,-15,-42,-37,-59,-59v1,-13,-3,-31,6,-35v-5,-8,-3,-16,0,-25r10,2r-12,-22r12,-8v-15,-26,23,-43,43,-54xm285,-236v16,-8,-8,-32,8,-34v1,-6,0,-11,-6,-11v13,-3,10,-21,14,-32v49,51,105,95,164,135r-37,67v-13,4,-11,23,-18,33v-8,11,-26,15,-19,35r-22,18v13,25,-18,47,-29,64v2,4,3,7,-4,6v-10,45,-33,76,-49,115v3,4,-7,8,-8,14r6,-2r-17,12r4,19v-5,-1,-4,4,-4,8v-22,43,-45,86,-59,137v-9,5,-14,14,-19,23r3,0v-11,19,-15,41,-25,57r-49,2v12,-11,17,-29,18,-51v11,-4,8,-22,10,-35r5,0v9,-49,26,-91,28,-147v14,-55,42,-97,41,-168v11,-33,10,-77,21,-109v4,-4,12,-5,10,-16v9,-30,16,-63,22,-97v8,2,2,-6,2,-10v10,-3,9,-18,17,-24","w":631},{"d":"428,-139v-1,16,0,30,8,37r17,-31v-9,-9,-16,7,-19,-4xm432,-176v25,3,45,-10,62,0v12,-8,40,-6,45,8r18,2v16,17,27,39,35,64v-5,22,1,55,-12,69v-3,0,-6,0,-5,4v-16,19,-30,42,-55,49v-28,8,-57,12,-88,5v-21,-18,-40,-38,-59,-58v0,-17,-2,-34,8,-41r-4,-10r20,-6r-24,-6v7,-24,19,-43,30,-64xm268,-1057v45,-19,86,-41,138,-53r114,-2v30,7,61,13,84,27v-1,5,4,4,8,4v15,11,28,24,50,28v15,13,28,27,38,45v6,-1,6,3,7,7v18,23,33,50,43,81r12,101v-5,6,-2,19,-14,18r6,10v-7,3,-13,8,-11,21v-12,0,0,22,-12,22v-7,16,-11,34,-20,48v-33,24,-52,61,-97,73v-9,11,-22,18,-39,21r-4,10v-42,16,-86,29,-122,51v-18,2,-26,21,-41,31v-2,21,-14,31,-15,53r13,8r-7,7v6,3,13,5,11,16v5,5,15,3,14,14v34,29,101,29,156,37v3,-5,6,-3,10,0r0,27v-91,1,-198,19,-258,-21v-6,-19,-21,-31,-29,-49v2,-33,3,-67,16,-88r9,0r-2,-10r67,-64v-1,-5,1,-7,6,-6v6,-7,17,-9,19,-20v17,4,11,-14,28,-11r29,-26v1,7,3,5,6,0v-1,-3,1,-5,4,-4r43,-37v13,1,17,-10,13,-21r10,0v20,-25,44,-46,53,-82r-4,0r4,-4r8,-79v-6,-17,-15,-33,-10,-56r-33,-43v-21,-1,-16,-29,-41,-26r-2,-13r-47,-24v-7,8,-13,-2,-20,-6r-66,-2r-78,18r-8,14v21,18,25,52,27,88r-6,0v-6,19,-10,40,-19,56v-7,1,-15,1,-14,10v-21,10,-46,10,-74,6v-12,-12,-33,-13,-33,-37v-9,-12,0,-40,-2,-59v5,-13,16,-20,15,-39v17,-29,44,-47,67,-70","w":967},{"w":410},{"d":"416,-512v-23,-28,-38,-65,-45,-109v-8,7,-8,23,-25,21v-48,43,-91,92,-123,151r-14,119r18,80v11,5,9,23,15,33r24,41v18,12,44,16,51,39r25,26v16,8,35,12,45,25v56,43,172,46,264,29r41,-21v-6,-5,-17,-5,-14,-18v-3,-2,-5,-5,-10,-4v-2,-5,-2,-13,-11,-11r-61,-79v-24,-32,-42,-69,-70,-97v-8,-16,-16,-33,-26,-47v-5,1,-4,-2,-4,-6v-13,-26,-33,-45,-39,-78v-19,-26,-31,-59,-41,-94xm653,-1036v-20,-6,-38,-16,-67,-13v-6,8,-19,9,-21,21v-35,5,-50,34,-65,59v-16,11,-20,41,-29,60v2,34,-4,76,4,104v-9,8,8,22,10,33r-2,39v18,-11,35,-23,47,-39v17,-4,31,-10,39,-23r19,0v-2,-12,2,-18,10,-20v46,-38,71,-97,84,-168r-10,0r6,-14xm565,-1094v49,-16,126,-27,176,-4r33,21r37,53v2,32,15,69,0,94r-33,56v-9,-2,2,13,-10,10v-30,31,-56,67,-100,84v-2,4,-3,10,-11,8r-4,12v-18,9,-40,13,-55,25r-14,0v-6,20,-35,16,-49,28v2,6,-4,5,-9,5r-30,14r14,16v-10,16,-2,37,8,49v-9,7,7,10,12,15v16,77,54,132,88,190v0,0,9,-1,7,4v9,16,13,37,32,43v-2,29,21,33,25,56v17,4,11,30,31,34r20,31r4,-6v3,7,-1,22,11,20v19,18,27,47,55,56r8,14v33,-19,48,-56,66,-90v3,-15,-1,-38,10,-45v7,-49,-7,-99,-23,-137v-13,-10,-21,-25,-30,-39v-20,-15,-36,-34,-66,-39r0,-6r-53,-27v13,-3,25,-5,37,0r59,-4r0,-4v76,2,140,-8,209,-14v31,-15,83,-9,123,-15v19,9,41,-7,61,-10r23,-80v15,-13,9,-46,22,-63r4,0r25,-86v-14,-15,22,-18,10,-31r15,-23v8,44,4,100,22,134r-4,20r4,0v5,75,17,142,27,211v9,23,15,49,22,74v-53,-12,-108,-22,-176,-19v-8,-8,-29,1,-39,4v-37,-6,-74,-6,-110,0v-9,-15,-43,-5,-64,-8v14,52,4,118,-10,162r-4,0v-3,14,-11,23,-10,41r-5,0v-14,41,-35,73,-65,98v2,18,-27,19,-29,39r-16,12v6,5,7,17,20,15v-1,20,16,22,25,33r45,55r45,35r4,16r14,0v3,6,2,16,13,14v0,10,15,4,14,17v16,10,27,24,47,30r0,7r66,41r0,4r80,43r0,12v15,6,25,17,49,14v36,35,104,41,166,51r86,-16v24,-12,45,-29,61,-49v11,-6,13,-20,14,-37r-14,6v-22,-7,-37,-22,-65,-24r-35,-33v-7,-21,-22,-40,-13,-66v13,-6,11,-26,17,-39v9,-4,17,-7,31,-6r4,-10v23,-5,48,-17,69,-4r49,29r4,16r17,4v5,26,14,49,14,80v12,50,-30,89,-49,123v-11,10,-20,22,-39,24v-15,13,-32,26,-51,35v-3,9,-24,0,-29,13v-94,13,-184,-4,-252,-31r-34,-6r0,-6v-53,-8,-93,-29,-129,-54r-21,4r-4,-14r-66,-31r0,-4r-71,-49r-13,0r-57,-49v-20,-1,-14,-28,-37,-25v1,-6,-6,-2,-4,-10r-14,-4v-20,-25,-48,-43,-62,-74r-22,-6r0,6v-64,20,-115,58,-193,58v-73,0,-144,-9,-209,-21v-26,-19,-60,-29,-90,-43v-10,-15,-26,-23,-43,-31v-29,-32,-62,-60,-75,-108r-7,0v-19,-54,-21,-128,-8,-189v-5,-4,-7,-7,0,-10v1,-5,-3,-15,4,-14r39,-88v11,-9,23,-15,27,-31v16,1,15,-16,22,-24v28,-32,62,-59,95,-86v11,-5,28,-5,30,-19v9,2,8,-6,11,-10r34,-8v12,-45,-16,-106,0,-150v7,-47,23,-84,35,-125v3,1,5,-1,4,-4v6,-7,4,-24,17,-24r14,-29r4,0r49,-51v27,-17,52,-36,86,-47r0,-9","w":1616},{"d":"858,-600v-10,18,-24,32,-31,53r9,8r-9,9v4,4,3,13,13,12r4,-19v4,5,9,9,16,11v12,-20,-1,-49,-2,-74xm279,-895r-21,14r-25,-20r-2,37v9,-4,16,-17,27,-10v1,15,16,16,25,24r10,-18xm655,-254v12,-2,7,-21,17,-25v3,-20,18,-28,26,-43v32,-58,54,-126,84,-186v5,1,7,-1,6,-6v15,-60,52,-96,72,-152v13,-37,39,-77,25,-125v-28,-7,-52,-18,-82,-24r-78,-37r0,-6r-84,-41r0,-10r250,22v44,-1,94,5,135,0v11,14,35,-4,51,8v11,2,16,-2,17,-10v10,0,25,-8,30,0r0,-4r144,-8v-10,13,-29,16,-35,33v-37,25,-79,45,-119,67r0,6v-24,9,-47,20,-67,33r-11,-8r-14,33r-6,0v-19,23,-36,47,-47,78r6,0v-6,5,-19,4,-21,14v-20,24,-31,56,-53,78v8,9,-13,16,-16,26v-8,12,-17,24,-19,43v-15,1,-14,18,-22,25v-42,73,-76,153,-115,229v-19,19,-27,50,-41,74v0,5,1,12,-6,10v-29,21,-25,74,-61,88v6,3,2,9,0,15r-5,0v-9,18,-24,30,-28,53v-42,61,-86,120,-119,190r0,7r-47,67r-31,37v-18,4,-10,32,-33,31r-55,63v-30,9,-50,28,-88,29v-54,22,-116,-31,-135,-78r-4,0v-11,-37,-25,-71,-21,-123r25,-43v23,-13,58,-19,84,-6v11,6,14,20,29,23v10,26,31,42,43,67r10,57v-7,-1,-2,7,-2,11v42,-19,69,-53,100,-82v12,-19,26,-35,43,-49v2,-15,10,-23,14,-35r11,-4v27,-54,61,-100,94,-148v-20,-64,-36,-132,-62,-190v-21,-92,-52,-168,-90,-250r-49,-105v0,-28,-22,-38,-29,-59r-38,-111v-15,-34,-26,-72,-50,-98r-184,-55v-7,-5,-22,-4,-24,-14v42,-13,96,-15,137,-29v26,-17,72,-15,104,-27r0,-6v28,-7,59,-11,74,-31v25,-2,39,-17,59,-24v11,30,22,58,23,98v7,8,8,22,10,35r64,287r127,419r-15,15r25,6v26,-34,45,-75,67,-113r0,-12","w":1174,"k":{"O":51,"E":51,"D":51,"C":51,"A":72,".":266,"-":143,",":266}},{"d":"1116,-834r-6,21v-13,10,-35,8,-57,6r57,66r-4,-43r22,-19xm1077,-895v42,-9,77,-23,111,-39r-23,209r0,166r-8,160v-3,119,6,247,-22,342v-4,56,-30,90,-43,137r-25,24v-7,47,-46,62,-55,107r-72,92v-18,15,-39,28,-53,47v-33,24,-67,47,-109,62v-2,3,-3,7,-10,6v-36,21,-85,30,-131,41v-42,0,-88,7,-115,-10r-41,-27r-35,-51v-5,-32,-7,-64,0,-95r15,-4r0,-26r31,-31r26,-22r47,6v6,8,20,8,21,22r26,10v9,39,17,92,-4,123r4,17r-16,16v66,26,130,-17,182,-33v16,-10,37,-17,45,-35v13,-16,23,-34,39,-47r49,-84r29,-20r45,-119r-4,-4r31,-63r14,-129r-8,-105v3,-38,-10,-64,-14,-92v-9,-67,-5,-140,-19,-199r4,-6r-20,-133v-9,-4,-4,-20,6,-23r-21,-14r-231,-57r6,-6r150,-35r0,-6v27,-8,55,-15,73,-33v48,-6,81,-29,125,-39xm1077,-1163r-20,-17r0,31r-15,19r17,10r22,-8r-6,-17r25,-18r-23,0xm332,-565r-37,-8v-1,11,4,16,8,22r-4,37v21,5,34,-4,49,-10r-31,-27xm735,-1393r172,27r62,25r67,47v23,6,40,46,60,61v16,25,29,53,34,90r-16,68v-6,10,-20,13,-18,31v-27,2,-54,6,-78,0r-39,-21r-31,-49r6,-66v13,-28,29,-53,50,-73r-52,-43r-8,6r-92,-29r-119,-8r-112,18r0,6v-21,10,-49,13,-58,35v-65,51,-97,135,-114,234r-9,0r-4,47r-6,0r0,84v69,11,147,13,209,31v51,1,95,8,141,14r11,6v-109,40,-238,60,-365,82v-25,23,-22,81,-27,127r7,16r-11,-4r-10,19r14,18r-4,41r-6,-31r6,283r-6,10r10,0r7,31r-19,16r14,4v4,26,6,53,5,84v5,8,16,11,20,21r82,26v51,22,106,39,162,56v3,14,19,14,32,18v-2,7,7,3,11,4v7,4,14,16,20,6r37,11v1,8,9,10,14,14r-198,-10r-4,6r-172,-10v-7,8,-26,-1,-39,0v-29,2,-68,-5,-90,4v-30,-8,-59,2,-88,6v-52,-7,-102,-5,-150,4v1,-5,-3,-15,4,-14v30,-18,55,-40,94,-49v1,-12,18,-9,25,-15r104,-35r17,-18v-1,-27,3,-59,-6,-78r6,-4v3,-189,-15,-357,-23,-535r6,0r0,-32v-33,-21,-86,-20,-129,-31v-22,-13,-50,-18,-78,-25r0,-12v30,-10,54,-25,78,-41v43,-14,86,-27,123,-47r10,-74v8,-21,26,-33,23,-65v7,-7,10,-19,10,-33v18,-28,34,-58,47,-92r6,0v13,-20,32,-34,41,-57r43,-41v25,0,31,-19,50,-25v31,-21,68,-36,108,-47r8,-6","w":1331},{"d":"518,-1081r-33,-293r136,8r86,0r-37,113r6,0v-27,48,-28,129,-37,190r-18,123r-11,0r-14,129r6,14r-10,0r-12,47r-33,2xm238,-1081r-33,-293r135,8r86,0r-37,113r6,0v-27,48,-28,130,-37,190r-18,123r-10,0r-15,129r7,14r-11,0r-12,47r-33,2","w":911},{"d":"645,-418v-42,5,-95,-2,-135,-8r-2,4r-180,-4v-38,4,-85,-2,-117,8r0,-4v-15,9,-46,3,-68,6v1,8,-13,2,-20,6v23,-32,35,-75,47,-118v7,1,10,-8,10,-17r99,-4r221,0r207,-12v-15,19,-23,45,-37,65v2,31,-21,47,-25,78","w":829,"k":{"Y":82,"X":123,"W":61,"V":102}},{"d":"82,-1352r0,1338r655,0r0,-1338r-655,0xm68,0r0,-1366r684,0r0,1366r-684,0"},{"d":"672,-1311r24,-16r-49,6r-12,14r12,0r0,11r27,8xm844,-1346r2,15v9,-15,36,-10,51,-2v13,-13,41,2,61,2r-6,8v-38,11,-73,24,-116,29v-2,14,-44,11,-58,20v-55,6,-96,26,-141,43r0,-4r-31,12v-40,300,-34,646,-55,965v19,33,14,94,14,149v0,105,-1,247,-8,371r2,31r150,22r4,-10r6,10v7,-2,17,-10,20,0r287,27r-63,18r-11,-10r0,8r-221,35v-26,-3,-37,10,-53,17r-182,30r0,6v-16,-13,-37,6,-56,9r6,-131r0,-156r-4,-129r-4,-369v5,-8,3,-13,-4,-18v18,-5,-2,-40,10,-51v-7,-36,0,-86,-12,-117r8,-33r-22,-461r-12,-135r8,-20v-7,-3,-14,-7,-4,-11v-7,-12,5,-25,-7,-30v4,-19,0,-46,9,-60r-15,-32r9,-11r-9,-4r0,-69v23,0,52,9,68,-2v3,5,6,10,14,6v84,6,165,23,250,20v12,5,24,10,41,10r0,7r37,-9v13,3,28,17,37,4","w":1024},{"d":"209,14r-16,-14v-10,9,-22,27,-9,43r15,0xm877,-1366v29,1,58,3,86,0r-2,14r-9,0v0,9,-3,13,-10,17v-12,22,-18,50,-35,67v-2,7,-3,15,-12,15r-10,34v-30,13,-34,54,-54,78v1,3,-1,5,-4,4v-2,20,-15,29,-22,43r-4,0v3,27,-13,36,-21,52r-16,32v-14,5,-15,23,-25,33r-51,103r-22,51v-11,4,-11,18,-15,28v-6,13,-29,25,-16,39v-25,-3,-21,26,-29,43v-16,4,-14,28,-22,41v-11,-1,-15,11,-9,17v-7,6,-15,10,-16,22v-7,0,0,13,-10,10v0,20,-13,28,-19,41r-47,95r4,0v-17,34,-44,58,-51,102v-15,3,-13,25,-20,37v-20,37,-44,70,-56,115v-3,-1,-5,1,-4,4v-14,15,-20,37,-30,55v2,2,6,5,0,4v-9,14,-22,23,-21,47v-20,27,-33,60,-47,92v-8,-1,-5,9,-8,13v-22,34,-34,78,-55,112r4,10v-21,7,-12,46,-33,58v-31,-5,-71,-1,-105,-2v16,-23,37,-41,45,-72v14,-16,24,-38,31,-61v10,-4,14,-14,15,-27r4,0v13,-31,30,-59,47,-86r-6,-6r24,-51v13,-1,2,-25,19,-23r14,-31v10,-1,6,-15,10,-22r74,-135v6,-44,38,-66,49,-107r6,0v7,-16,15,-31,19,-49r4,0v20,-37,42,-73,55,-117v19,-15,29,-40,39,-65v41,-60,67,-135,106,-197v19,-30,27,-71,50,-96r43,-88v3,1,7,4,6,-2v7,-16,10,-36,26,-43v1,-28,24,-34,27,-60r59,-100v12,-34,36,-56,50,-88","w":1024},{"d":"326,-670v-13,1,-23,-2,-33,-4v5,12,9,23,10,39r35,-6v-9,-5,-14,-13,-12,-29xm358,-715v-7,-9,-12,-21,-30,-20r-15,20v8,7,27,10,17,23r14,2r0,-17xm268,-1159v-7,-10,-20,-37,-35,-23r3,11v-12,-2,-14,5,-17,12r14,16r17,-2r-10,-14r28,0xm213,-696v6,-15,8,-32,-10,-35v1,-5,-1,-8,-4,-10r-74,-11r-4,-6r-53,-12v1,-6,-4,-6,-7,-8v64,-39,151,-54,209,-99r84,-26v6,-8,20,-14,35,-15v4,11,3,27,10,35v-8,89,-25,168,-24,265r-6,0r-15,262r-4,129r4,114v24,17,64,18,88,35r93,35v2,4,7,5,6,12r14,0r0,17r-57,-6v-5,9,-13,3,-21,0v0,4,1,7,-4,6r-108,-6r-7,6r-120,0v-46,2,-84,10,-136,6v-22,-1,-36,6,-59,8v65,-41,122,-91,201,-119r0,-178v-12,-26,-3,-73,-6,-109r-9,-139r-10,-84r4,-4xm233,-1225v23,0,34,-3,54,-4v7,6,22,-3,35,0v3,11,18,9,26,15v13,16,23,36,31,57v-6,20,6,56,-14,61v-9,21,-26,34,-43,47v-28,7,-57,14,-89,7v-20,-15,-35,-35,-51,-54v0,-13,-2,-29,6,-34v7,-3,28,-5,15,-11v2,-18,-15,-1,-21,-10v4,-24,17,-41,27,-59","w":588},{"d":"256,-758v2,-17,16,-21,16,-39r-10,6v-7,-6,-8,-18,-24,-16r10,-29r-25,9v3,14,1,26,-4,36r10,17r9,-14v12,4,14,18,18,30xm872,-449v1,12,-4,18,-14,19v0,9,1,19,-6,20r-23,58r-10,0v-19,41,-45,75,-61,119v-7,-2,-6,4,-6,10r-4,0v-35,67,-84,121,-115,192v8,5,4,8,-4,11r-17,30v-6,-2,-3,6,-4,10v-17,14,-17,44,-24,68r-11,0r-20,-53r-6,-4r-19,-62v-18,-34,-44,-61,-53,-104r-43,-88r-41,-99v-11,-12,-31,-15,-33,-36v-33,-84,-65,-159,-108,-244r-53,-105r-4,0v-9,-52,-33,-88,-84,-98v-28,-14,-40,-44,-72,-53r-31,-29r84,0r0,-6v48,10,110,11,164,6v9,4,13,5,20,-2r43,-4r0,6r109,-6r8,-10v63,0,113,-13,178,-15r23,-6v-10,10,-19,21,-33,27v-9,19,-39,17,-57,29r-115,73r-61,33v5,24,7,51,16,70r4,0r6,28r4,0v6,27,17,49,21,78r43,103v-13,10,5,29,8,43v11,48,36,84,45,135v5,10,17,20,6,29v19,17,27,44,37,69r-4,0v18,33,42,60,51,101v45,-77,85,-160,125,-242v26,-29,43,-67,57,-109v21,-19,25,-56,41,-80r7,0r16,-59r6,0v22,-47,36,-100,66,-139r8,-33v-10,2,-11,-5,-12,-14v-19,-2,-27,-15,-41,-21v-46,-21,-90,-44,-142,-59v-17,-18,-45,-25,-63,-41r127,2v18,11,53,5,78,10r4,-6v117,14,254,9,374,0v0,4,1,7,-4,6v-15,9,-19,29,-43,29r0,6v-16,9,-32,18,-53,22v0,3,0,6,-4,5r-51,36r0,5r-17,0v-4,4,-2,14,-10,14v1,22,-12,29,-20,43r-17,31r-10,-7v-2,17,-14,24,-20,37r-7,0v-17,48,-50,79,-65,129v-11,0,-11,11,-12,23r-13,4r-4,20r-10,0r-4,21v-5,3,-19,5,-10,10","w":1198,"k":{"Q":51,"O":51,"G":51,"E":51,"D":51,"C":51,"A":61,".":266,"-":102,",":266}},{"d":"1159,-78r-20,-14r-21,31v14,7,20,22,41,22v2,-18,-16,-30,0,-39xm983,-866r-35,-15v-5,5,-7,13,-20,11v1,15,15,17,22,26r-14,17r18,10r17,-10v-2,-19,4,-30,12,-39xm356,-643r-41,-29r-4,62r17,-11r-11,29r15,21v-1,-21,10,-30,20,-39xm924,-903v44,-42,67,-105,110,-148v27,-51,44,-112,60,-174r16,4v-11,93,-30,177,-31,279r-4,10r8,0r0,23r19,10r301,33v47,2,97,2,139,10v-28,24,-83,25,-131,31r0,6r-78,4r0,6v-25,5,-47,12,-78,10r0,4r-106,7r-8,10r-68,0v3,3,5,5,-2,4v-10,44,-16,92,-20,141v3,7,5,13,2,21r-6,135r6,176v11,35,30,63,47,92v36,38,78,69,125,96v111,33,228,-15,317,-43r10,-8r4,17v-35,18,-79,27,-104,55v-24,3,-37,17,-57,24r0,5v-24,14,-51,26,-80,36v-33,22,-67,48,-127,37v-10,-12,-37,-6,-55,-10v-32,-19,-70,-32,-91,-63v-22,-15,-32,-42,-47,-64v-21,-13,-29,-47,-41,-70r-10,0v-22,-63,-40,-135,-31,-223v-5,-39,-1,-88,-2,-131v-16,-6,10,-34,-6,-41r6,-26r-6,0r8,-150v-57,-16,-117,-30,-184,-37v-11,-10,-32,-9,-47,-14r-184,39v-27,6,-65,2,-82,18v1,16,-7,23,-10,35v0,31,-12,68,-3,94v-8,29,-1,70,-2,105r-12,-56r6,283r-6,10r10,0r7,31r-17,10v20,17,16,58,17,94v5,8,16,11,20,21r82,26v51,22,106,40,162,56v3,14,19,14,32,18v-2,7,7,3,11,4v17,17,47,21,71,31r-198,-10r-4,6r-172,-10v-7,8,-26,-1,-39,0v-29,2,-68,-5,-90,4v-30,-8,-59,2,-88,6v-52,-7,-102,-5,-150,4v1,-5,-3,-15,4,-14v30,-18,55,-40,94,-49v1,-12,18,-9,25,-15r104,-35r17,-18v-2,-22,6,-54,-6,-66v-1,-8,0,-15,6,-16v3,-189,-15,-357,-23,-535r6,0r0,-32v-33,-21,-86,-20,-129,-31v-22,-13,-50,-18,-78,-25r0,-12v30,-10,54,-25,78,-41v41,-16,86,-28,123,-47r10,-74v8,-21,26,-33,23,-65v4,-11,11,-18,10,-33v17,-29,32,-59,45,-92r6,0v13,-20,32,-34,41,-57r41,-41v27,1,30,-23,47,-33v32,-19,69,-34,109,-45r6,-6r70,-4v58,-15,115,6,159,20r68,47v23,9,42,46,64,62v13,26,23,55,30,88r-16,67v-10,12,-19,24,-31,33v-22,2,-45,6,-65,0r-39,-23r-31,-47r10,-78v12,-24,31,-43,49,-61r-59,-41r-4,4r-82,-24v-45,0,-78,12,-111,24r0,6v-21,10,-49,12,-57,35v-55,61,-93,139,-108,240r-9,0r-4,47r-6,0r0,84v69,11,147,13,209,31v45,3,93,13,133,0v4,5,7,7,10,0v38,-17,104,-7,136,-31r6,0","w":1516},{"d":"293,-86v9,6,15,15,18,27r17,-21r-11,-20r-18,-4r12,16xm211,-301v4,-5,-3,-9,-10,-8v-3,6,-5,11,-2,18r-19,35v18,-6,35,-14,45,-29r-20,-14xm655,-862v-34,-3,-76,-24,-106,-10v-35,2,-58,17,-84,28v2,8,-6,6,-12,6r0,4r-56,46r-4,-5v-50,47,-72,124,-104,189r-23,112r17,144v12,34,27,64,34,102v15,24,31,48,43,76r41,57v48,37,102,69,168,88v41,0,85,3,111,-12r0,8v3,-4,10,-4,10,-12r37,2r59,-39v19,-29,37,-59,60,-84v19,-53,33,-111,49,-168r-4,-162r-27,-135v-22,-50,-50,-93,-80,-135r0,-6v-32,-33,-63,-67,-112,-84xm864,256r13,18r-33,0v-5,-25,-30,-29,-45,-43r0,7v-24,-16,-50,-30,-68,-52r-6,4v-2,-12,-2,-24,0,-36r-14,0v2,13,-11,15,0,22v-29,-8,-45,-29,-70,-41v-3,-7,-5,-14,-4,-24v-5,-1,-7,1,-6,6v-29,-24,-64,-43,-88,-72v-20,-10,-35,-26,-58,-33v-5,14,-28,11,-47,11r-4,-7v-55,-9,-87,-40,-135,-55v-10,-28,-34,-41,-53,-59r0,-8v-17,-11,-27,-29,-47,-37v-2,-19,-16,-25,-23,-39v-33,-70,-70,-136,-90,-219r4,-33r-6,8v-1,-53,17,-89,27,-133v20,-35,26,-81,51,-113r55,-69r0,-9v28,-20,51,-46,72,-73v26,-17,53,-34,88,-43v34,-27,82,-42,127,-58r112,-6r84,12v10,21,57,6,66,29v61,15,103,51,147,84v43,31,70,79,103,121v2,33,28,42,26,80r27,102v5,71,3,139,-6,203v-15,25,-22,57,-33,86v-19,23,-37,46,-51,74v-45,22,-61,74,-113,90r0,4v-36,22,-75,39,-121,51v14,36,48,52,64,86r8,0v33,37,77,62,115,94v-1,5,4,4,8,4r39,27r0,4v20,10,35,26,61,31v48,36,113,57,170,84r0,6v32,7,64,15,88,31r93,14r4,8v49,11,102,5,155,0r6,-8r97,-31v11,-11,21,-24,33,-34r-11,4v-13,-15,3,-57,-18,-66v6,-25,8,-53,18,-74r33,-28r43,-15r37,4r35,29r12,62r-12,45v-14,16,-21,40,-43,49v-5,18,-20,26,-29,41v-30,17,-55,39,-98,43r-43,22r-92,15v-65,1,-137,-9,-197,0r-197,-43v-17,-14,-47,-16,-67,-27v-53,-28,-112,-48,-156,-84r-22,-12r14,-8r-2,-25","w":1190},{"d":"82,-1352r0,1338r655,0r0,-1338r-655,0xm68,0r0,-1366r684,0r0,1366r-684,0"},{"d":"520,-92r-6,12r-27,6r9,6r-7,11r9,0r4,18r10,0r0,-10r35,-12xm317,-860v2,-15,-10,-15,-16,-21v-5,6,-9,13,-22,11v0,19,34,19,18,36v6,9,1,11,-6,17v8,5,7,2,16,0v5,-15,8,-31,15,-43r-5,0xm338,-610r8,-31r-31,-6r4,41r-22,8v2,10,2,23,12,25v10,-7,17,-18,37,-15r2,-18xm410,-1219r47,-10r4,4v-10,94,-28,180,-29,283v-2,3,-5,5,-4,10r8,0r0,23r19,10r301,33v47,2,97,2,139,10v-26,26,-89,22,-133,31r0,6r-76,4r0,6v-25,5,-47,12,-78,10r0,4r-106,7r-8,10r-68,0v3,3,5,5,-2,4v-11,43,-21,92,-21,141v0,105,-24,275,17,373r33,51v56,51,102,112,211,109r77,-11v55,-12,103,-29,154,-45r10,-8v1,7,8,18,-2,19v-32,18,-75,26,-98,53v-22,4,-31,24,-57,24r0,5v-24,14,-51,26,-80,36v-34,21,-70,52,-127,37v-10,-12,-38,-6,-56,-10v-25,-19,-56,-33,-82,-51v-5,-15,-23,-18,-28,-33r-27,-43v-21,-13,-29,-47,-41,-70r-10,0v-5,-23,-11,-46,-23,-63v-15,-90,-8,-191,-10,-291v-16,-6,10,-34,-6,-41r6,-26r-6,0r8,-150v-57,-16,-117,-30,-184,-37v-28,-16,-72,-17,-102,-31r0,-4r145,-32v4,5,7,7,10,0v41,-16,104,-9,141,-31r9,0v8,-35,14,-72,18,-111r-4,0v3,-10,16,-23,4,-30r16,-140r91,-30r0,-5","w":868},{"d":"446,-629r-18,-8v-42,28,-80,60,-117,94v4,25,-21,21,-24,39r-6,0v-19,25,-38,49,-48,82r-8,8r4,0r-4,27r4,0r-14,82r-4,4v8,50,16,101,33,143v20,18,38,38,53,62v41,41,108,55,186,59v17,-5,37,-8,47,-20r37,-4r0,-5v7,8,11,2,15,-6v28,-13,46,-35,65,-57r10,0r19,-39v10,2,5,-13,12,-16v16,-35,24,-78,31,-121v-6,-46,-14,-90,-33,-123v-4,0,-7,1,-6,-4v-20,-7,-23,-32,-35,-47r-31,-35v-8,-5,-26,-1,-24,-16v-44,-32,-83,-69,-141,-86xm567,-1290r-112,-25v-44,6,-92,10,-115,37v-30,17,-50,43,-72,68v-10,23,-10,55,-30,67v13,15,-4,48,0,70r14,76v19,39,44,72,70,104v36,28,75,53,104,88r45,19r0,4r49,37r86,-74v31,-12,38,-47,56,-72v5,-7,0,-24,14,-22v12,-24,20,-52,22,-86r11,-17r-4,-49v-5,-5,-19,-10,-7,-14v-11,-10,-4,-39,-10,-56v-14,-38,-38,-67,-55,-102xm287,-1352v69,-14,133,-37,217,-24r78,10v24,17,57,23,82,39r88,55v-4,22,18,17,20,33r27,51v6,29,17,54,20,86r6,6v-1,87,-27,149,-59,205v-33,30,-56,70,-90,100v-4,0,-10,-1,-8,5v-6,7,-21,7,-21,20v-26,17,-55,31,-78,51r121,86r78,84r45,82r21,90r0,99r-5,0v-12,56,-26,110,-59,145v-36,38,-79,68,-117,104v-5,4,-16,2,-16,11v-55,17,-112,33,-174,43r-117,-15r0,-4r-59,-20v-76,-33,-128,-89,-168,-158r-19,-61r-4,0v-1,-52,-13,-111,4,-152r0,-27r15,-6v21,-43,40,-88,71,-121v8,1,6,-8,9,-12v9,-12,27,-15,45,-18r4,-21r30,-14r0,-6v32,-25,76,-39,115,-58v-22,-23,-50,-40,-76,-59v-13,-5,-26,-18,-41,-25r0,-14r-12,6v-29,-28,-65,-49,-86,-84v-5,1,-4,-4,-4,-8v-22,-35,-52,-62,-61,-110r-11,-5v-6,-56,-4,-117,11,-161v-15,-38,22,-71,32,-103v25,-16,40,-41,58,-63v22,-4,24,-28,49,-29r0,-4r39,-25r0,-4","w":920},{"d":"319,-713v-9,-7,-21,-9,-36,-6v2,20,15,28,32,33v-5,-11,-1,-17,4,-27xm1206,57v-10,-2,-11,-15,-20,-18v3,-9,-12,1,-10,-8v-8,-11,-21,-16,-29,-27r-6,0v2,-7,6,-13,0,-18r-11,0v2,-12,-5,-16,-10,-21v-1,4,2,12,-4,10r4,11v-4,-5,-14,-6,-14,-15v-15,2,-7,-19,-21,-18v-16,-13,-30,-27,-51,-35v-18,-18,-29,-43,-57,-51r-59,-60v-12,2,-15,-20,-21,-6v-3,-8,-7,-14,-16,-16v-10,-7,-12,-23,-29,-23v-2,-10,-12,-17,-27,-16v-3,-5,0,-16,-10,-14v-12,-14,-22,-31,-41,-39v1,-7,-9,-3,-14,-4r-92,-80r-17,0v-1,-9,2,-13,6,-17r-59,-32v1,-18,-19,-15,-27,-23v-31,-27,-57,-60,-92,-82r-131,-82v-6,-9,-18,-15,-31,-18v-1,-10,-10,-12,-20,-14v3,-13,-7,-14,-14,-17r4,27r-4,0r0,86v12,20,8,55,14,80r-4,0v4,38,18,84,0,116v15,4,8,28,10,45r25,187v3,2,5,4,4,10v8,8,25,7,26,23v22,8,38,24,72,20v46,23,107,30,150,55v24,0,44,12,57,27v-61,-5,-129,-3,-193,-6v-47,-2,-104,6,-141,-6v-7,2,-17,10,-20,0r-129,20v-34,-7,-89,8,-123,17v5,-9,16,-13,16,-27v27,-2,36,-22,62,-25v30,-23,61,-43,94,-63v14,-121,15,-254,18,-387r6,-6r0,-140v-1,-4,-11,-12,0,-10r-6,-16r6,0v-13,-102,-1,-227,-10,-336v12,0,7,18,23,14v2,6,4,12,14,10v5,17,22,22,33,33v28,29,54,61,86,86r0,4r71,60v14,36,47,52,72,76r55,53v5,17,22,24,31,37v16,-1,11,19,27,18v8,25,40,25,49,49r31,15v-1,8,7,8,10,12v40,39,78,81,129,110v3,18,34,16,33,41v17,6,29,17,43,27v0,19,33,16,20,35v16,-1,23,8,33,16v-6,-3,-10,-8,-19,-8v40,24,63,65,105,86v-2,8,6,6,12,6v3,13,21,10,31,17r0,16v14,10,26,22,41,31v1,-6,-4,-20,6,-17r-16,-215r4,0v-18,-74,-20,-163,-31,-243r6,-7r-20,-149v-52,-4,-89,-25,-133,-37r0,-6v-39,-10,-80,-19,-107,-41v-18,-7,-41,-9,-51,-25r-45,-20r0,-10r153,16v13,0,28,-2,31,8v33,1,73,-9,100,0r244,4r107,-4v5,6,-7,7,-11,10v-11,6,-15,19,-34,17v-24,11,-40,28,-68,35r0,10v-12,-7,-22,8,-37,10r0,4v-4,-3,-7,-5,-10,0r0,17r-18,10r0,141v2,3,7,4,6,10v-7,-1,-8,4,-11,7r0,301v-4,30,0,70,-10,94r4,69r-10,11r10,0v-2,19,5,47,-4,59v8,13,-1,36,4,53v-11,7,7,31,-4,39v12,6,2,32,4,47","w":1427},{"d":"1087,-862v1,-8,-5,-9,-8,-12v-3,6,-7,11,-6,22v-14,-2,-16,8,-22,14r10,11v10,-7,26,-9,37,-17r0,-18r-11,0xm922,-446v-10,-7,-16,-21,-31,-21r-268,0r0,4r-88,0v-6,6,-5,19,-19,17r-4,-11v-37,-2,-67,2,-88,17v-7,98,-17,210,0,305v20,17,45,29,68,43v58,10,100,37,145,61v8,-2,6,5,6,11r-176,0r-176,10r-152,20v-2,-3,-5,-9,-4,0r-26,4v20,-21,44,-39,67,-57r0,-4v5,8,18,0,27,0v10,-12,15,-29,35,-31v19,-14,37,-30,59,-41r4,-37r-27,-366v1,-8,9,-19,0,-23v-2,1,-7,7,-6,0r6,-6r0,-219v-28,-31,-65,-54,-108,-70r0,-8v-43,-21,-92,-36,-125,-67v76,15,165,14,250,22r6,-4r352,-27v-16,13,-26,31,-49,37r0,4r-65,35r-43,29r-54,41r-4,166v-11,10,-2,30,12,30v2,12,-5,14,-12,17v10,16,30,22,47,30r267,15r170,4r8,-47r-13,-217r-4,-17r-45,-24v1,-5,-1,-7,-6,-6v-63,-24,-117,-58,-174,-88v12,-1,26,-5,35,0r260,2r301,-17v-7,3,-14,7,-23,8v1,15,-20,8,-20,23v-14,2,-16,15,-25,22v2,-7,-4,-6,-10,-6v-17,34,-62,39,-84,68v-35,5,-26,54,-28,92r-13,12v8,21,-2,40,-4,62v-5,4,-7,7,0,10r-26,274v6,76,6,153,0,230r6,16r145,56v23,11,46,21,62,38r0,5r-105,0r-10,10v-39,-4,-74,-12,-119,-10r-4,6v-40,1,-87,-4,-121,4v-3,7,-6,5,-10,0r-197,10v3,-4,3,-11,11,-10v-1,-6,4,-7,6,-10r116,-64v27,-4,41,-21,64,-29r10,-18r21,-4r12,-51r-6,-4r0,-121","w":1321},{"d":"410,-1386v13,2,16,-7,30,-5r-30,342v-16,56,-12,132,-17,197r-24,334v7,3,5,6,0,10r6,35r-6,0v3,3,3,11,10,10v5,-16,22,-19,31,-31v31,-17,52,-44,77,-67v14,-13,33,-32,54,-41v4,-21,28,-23,39,-37v20,-15,37,-34,59,-47v14,-15,31,-28,47,-41r-8,-4r8,0r55,-53r4,-11v-23,-27,-62,-38,-88,-63v-22,-12,-53,-14,-61,-39v161,24,343,27,530,25r0,10v-28,15,-58,30,-84,47v-32,21,-81,24,-112,45v-26,1,-32,23,-64,18v-23,18,-48,34,-67,56r-64,37r-14,20v-17,8,-33,17,-53,21r-39,32v1,5,-2,4,-6,4r-54,31v0,4,1,7,-4,6v-14,11,-23,27,-43,31v-4,13,-24,10,-24,27r-21,10r0,14r41,33r-6,0v28,18,53,40,78,61v13,-1,19,13,33,17r-5,6v25,10,30,40,56,49v-1,20,17,20,26,29v27,26,66,41,95,65r0,-6v24,20,46,41,77,53r-6,4r99,68v16,-1,28,2,30,16r199,11r0,10v-38,14,-86,19,-121,37v-11,15,-38,15,-55,24r0,-4r-135,64r-11,14v-36,-40,-66,-87,-110,-119v-30,-47,-69,-85,-109,-121v-6,-10,-16,-16,-14,-34v-22,0,-25,-19,-39,-27v-9,-11,-26,-16,-31,-31v-44,-22,-74,-59,-106,-94v-35,-18,-58,-49,-88,-72r-10,4v2,26,-4,59,4,78r-13,41v12,50,9,116,9,178v20,13,33,32,59,41v37,13,61,43,98,58r10,8r-190,-12r-20,4r0,-4r-234,10r0,4v-15,-1,-31,-3,-45,0v19,-10,25,-33,55,-31r33,-22v-2,-8,11,1,8,-10v31,-12,54,-30,84,-46r31,-16r4,-305r6,-64v-3,-2,-9,-5,0,-4r-10,-182r4,0v-4,-45,-4,-95,-4,-145r4,0r-10,-344r-4,-11v-55,-16,-103,-38,-156,-55v1,-5,-1,-7,-6,-6v13,-14,36,-17,57,-23r0,-4v47,-19,101,-31,148,-51v-1,-3,1,-5,4,-4r71,-31r48,-26r0,-6","w":1151,"k":{"U":41,"Q":55,"O":47,"G":41,"E":20,"D":20,"C":55,"-":164}},{"d":"82,-1352r0,1338r655,0r0,-1338r-655,0xm68,0r0,-1366r684,0r0,1366r-684,0"},{"d":"911,-1376v7,-10,18,-15,29,-21r14,21v-23,26,-56,41,-69,76v-15,11,-24,29,-43,36v-8,17,-22,27,-33,41r-4,0v-14,17,-25,37,-39,54v-1,16,-15,19,-21,30v-37,65,-78,126,-108,199r4,8r-63,131r-7,45r-4,0r0,29r-10,0r-8,59r-6,0r6,21v-10,-1,-12,9,-6,14v-15,24,-1,76,-19,98v2,9,12,20,4,27r11,84r-7,4r17,199v12,21,8,57,14,84v11,4,11,19,10,35r9,0v-9,20,4,40,10,59r18,63r6,0v5,43,32,64,37,107v21,27,40,56,60,84v5,-1,4,4,4,8v26,33,46,72,80,98v0,0,-1,9,4,7r45,55r10,0v2,21,20,25,29,39v15,5,19,22,30,31r-10,8v-53,-34,-97,-78,-143,-119r-27,-35r-14,0v-35,-52,-78,-97,-119,-143v-6,-6,-20,-4,-18,-19v-7,-14,-24,-19,-23,-41r-10,0r-25,-61v-11,-1,-5,-24,-20,-23r-49,-100v-20,-45,-35,-95,-51,-143v10,-14,-11,-32,-7,-54v-13,-10,-8,-32,-14,-51v11,-15,-7,-34,-10,-49r-15,-84r39,-6r-32,-25r-7,-30r11,-17r-11,-16r5,-59r-5,0v21,-64,22,-154,50,-213v9,-19,13,-43,20,-64r4,0v8,-16,10,-37,25,-45v2,-16,12,-25,20,-35r19,-35v16,-9,17,-33,30,-45v2,-16,25,-11,25,-28v6,-7,12,-15,14,-27r51,-59r5,6v7,-6,7,-19,18,-21r25,-35v27,-17,41,-47,79,-53v-3,-16,14,-13,21,-20v7,-6,18,-8,20,-19v39,-25,81,-45,125,-65","w":1024},{"d":"1143,-1044r-6,67v10,-2,5,10,6,16r22,-20v4,-32,-12,-45,-22,-63xm1102,-1161v1,-20,17,-23,20,-41v-12,-5,-27,-7,-45,-6r0,22r15,0xm307,-618v1,-11,-1,-18,-8,-21r-8,12r8,0v0,15,0,28,16,27r4,-14xm395,-817r0,-31v-12,-7,-26,-12,-47,-10r-4,29r21,0r-11,22xm995,-1229v-21,0,-19,-9,-30,-22r-15,0r-73,-52r0,-4v-17,-5,-32,-13,-52,-8r-77,-20r-74,0r-60,20r0,6v-21,10,-49,12,-57,35v-54,62,-94,138,-108,240r-9,0r-4,47r-6,0r0,84v69,11,145,25,209,31r141,14r11,6v-109,40,-238,60,-365,82v-25,23,-22,81,-27,127v2,3,8,3,7,10v-14,0,-13,15,-21,21r14,18r-4,41r-6,-31r6,283v-3,2,-7,3,-6,10r10,0r7,31v-7,6,-20,5,-17,20v7,2,4,-5,10,-4v5,27,8,55,7,88v5,8,16,11,20,21r82,26v51,22,106,40,162,56v3,14,19,14,32,18v-2,7,7,3,11,4v20,14,46,22,71,31r-198,-10r-4,6r-172,-10v-7,8,-26,-1,-39,0v-29,2,-68,-5,-90,4v-30,-8,-59,2,-88,6v-52,-7,-102,-5,-150,4v1,-5,-3,-15,4,-14v30,-18,55,-40,94,-49v1,-12,18,-9,25,-15r104,-35r17,-18v-2,-22,6,-54,-6,-66v-1,-8,0,-15,6,-16v3,-183,-14,-345,-23,-516r6,0r0,-31v-32,-22,-86,-22,-129,-33v-21,-13,-50,-18,-78,-24r0,-10v30,-11,54,-27,78,-43v40,-16,86,-26,123,-45r10,-95v8,-21,26,-33,23,-65v13,-47,39,-81,55,-125r6,0v13,-20,32,-34,41,-57r41,-41v28,1,29,-23,47,-33v33,-18,69,-34,109,-45r6,-6v45,-2,93,-2,131,-11v65,5,111,29,164,47r0,7r199,16r274,-23r72,-8r-4,-6v10,-1,19,-4,30,-4v-39,44,-109,57,-157,92v1,3,-1,5,-4,4r-68,43v-15,20,-17,53,-25,80r5,4v-5,15,-6,34,-15,45r-4,111r-4,0r-12,37r8,35r-29,280r-10,514v4,10,11,19,23,21r278,45v14,0,22,2,25,6v27,1,36,9,59,12v36,-68,78,-129,107,-205v6,-17,16,-34,28,-47v13,-36,26,-72,45,-102v-2,-8,5,-6,11,-6v-3,15,-9,27,-11,43r11,6r-21,211r6,4r-6,145v-4,-1,-12,2,-10,-4r-244,-10r-186,-14r-135,0r0,-6r-187,16r-166,24v26,-23,67,-31,92,-55v40,-22,72,-51,119,-67v20,-7,38,-18,49,-35r0,-574r4,-159v-7,2,-3,-7,-4,-11v-2,-46,2,-98,-6,-139v13,-50,4,-128,-2,-184r-33,-10","w":1772},{"d":"1102,-649r0,-84r-25,24r-35,-8r-10,43v31,1,50,14,70,25xm1073,-1157r-12,-17v-3,7,-8,14,-4,23r-15,21r41,-5r11,-26v-8,-6,-14,-1,-21,4xm981,-696v6,-15,8,-32,-10,-35v1,-5,-1,-8,-4,-10r-74,-11r-4,-6r-53,-12v1,-6,-4,-6,-7,-8v63,-40,152,-53,209,-99r84,-26v6,-8,20,-14,35,-15v5,11,2,29,12,35v-8,89,-27,167,-26,265r-6,0r-15,262r0,243v24,17,64,18,88,35r93,35v2,4,7,5,6,12r14,0r0,17r-55,-6v-5,9,-14,3,-23,0v0,4,1,7,-4,6r-108,-6r-7,6r-118,0r-148,8v-14,-7,-28,8,-49,6v28,-17,57,-33,78,-57r125,-62r0,-178v-12,-26,-3,-73,-6,-109r-11,-139r-10,-84r4,-4xm332,-565r-37,-8r0,10r8,0r0,24v7,4,10,13,23,11v2,-12,-5,-17,-9,-23xm410,-895r-13,-33v-10,8,-28,9,-47,8r10,15v11,-4,20,-4,29,2r-8,20xm735,-1393v85,10,164,27,234,52r67,47v35,17,55,73,82,102r12,49r-16,68v-6,10,-20,13,-18,31v-27,2,-54,6,-78,0r-39,-21r-31,-49v6,-39,4,-85,27,-107r33,-32r-47,-39v-41,4,-71,-24,-109,-27r-119,-8r-112,18r0,6v-21,10,-49,13,-58,35v-60,56,-101,131,-114,234r-9,0r-4,47r-6,0r0,84v69,11,145,25,209,31r141,14r11,6v-109,40,-238,60,-365,82v-25,23,-22,81,-27,127v2,3,8,3,7,10v-14,0,-13,15,-21,21r14,18r-4,41r-6,-31r6,283v-3,2,-7,3,-6,10r10,0r7,31v-7,6,-20,5,-17,20v7,2,4,-5,10,-4v5,27,8,55,7,88v5,8,16,11,20,21r82,26v50,22,106,39,162,56v3,14,19,14,32,18v-2,7,7,3,11,4v6,3,13,16,18,6v16,10,34,18,53,25r-198,-10r-4,6r-172,-10v-7,8,-26,-1,-39,0v-29,2,-68,-5,-90,4v-30,-8,-59,2,-88,6v-52,-7,-102,-5,-150,4v1,-5,-3,-15,4,-14v30,-18,55,-40,94,-49v1,-12,18,-9,25,-15r104,-35r17,-18v-2,-22,6,-54,-6,-66v-1,-8,0,-15,6,-16v3,-183,-14,-345,-23,-516r6,0r0,-31v-32,-22,-86,-22,-129,-33v-21,-13,-50,-18,-78,-24r0,-10v30,-11,54,-27,78,-43v40,-16,86,-26,123,-45r10,-95v8,-21,26,-33,23,-65v9,-6,11,-18,10,-33v18,-28,34,-58,47,-92r6,0v13,-20,32,-34,41,-57r43,-41v23,1,29,-15,43,-23v35,-19,72,-37,115,-49r8,-6","w":1356},{"d":"905,-74v0,-16,-12,-19,-22,-24r-11,16v14,6,23,17,39,21v0,-6,1,-14,-6,-13xm285,-1055r-13,15r4,20r37,29r13,-41r-25,0xm391,-858r-4,104v25,-20,57,-33,78,-57r94,-49r123,-45v32,-1,56,-9,84,-13v31,4,69,2,90,17r0,-4v29,16,51,39,80,55v9,30,29,49,47,70v18,81,45,188,14,274v8,9,10,18,2,29r11,12r-31,293r-2,55v11,1,25,-2,24,11v38,10,71,24,95,47v38,15,70,36,100,59r-174,-14r-289,6v-19,6,-38,10,-57,2v-14,3,-28,7,-47,6r78,-43v49,-23,96,-49,141,-76v9,-1,13,3,18,6r17,-215r-6,-16r-3,-166v3,-61,-13,-138,-34,-186v-5,1,-7,-1,-6,-6r-33,-48r0,2v-31,-19,-67,-33,-105,-45r-80,-2v-62,11,-116,30,-167,52r-64,49r-8,176v7,3,5,6,0,10r-2,35r-6,0r-4,67v2,26,-4,59,4,78r-13,41r15,11r-6,167v20,13,33,32,59,41v37,13,61,43,98,58r10,8r-190,-12r-20,4r0,-4r-234,10r0,4v-15,-1,-31,-3,-45,0v19,-10,25,-33,55,-31r33,-22v-2,-8,11,1,8,-10v31,-12,54,-30,84,-46r31,-16r4,-305v11,-80,-1,-168,-4,-250r4,0v-4,-46,-4,-96,-4,-147r4,0r-14,-285v-2,-20,6,-51,-8,-59v-57,-16,-104,-42,-156,-64v1,-5,-1,-7,-6,-6v13,-14,36,-17,57,-23r0,-4v47,-19,101,-31,148,-51v-1,-3,1,-5,4,-4r71,-31r47,-26v1,-10,16,-8,31,-11r-22,197r-9,145r7,7","w":1227},{"d":"219,-442r-35,-74r-26,-2r-27,16r14,23r17,-13r18,15r-14,10r2,33xm553,-1251r0,-11r-168,-24v-12,-19,-51,-10,-68,-25v-18,-2,-32,-9,-45,-16r107,0r295,-12r14,-7v75,3,155,1,221,13r-104,82r-8,-9r-19,31r-69,43v2,18,-17,14,-25,21r-100,82v0,13,-16,11,-23,18r-6,31r-27,16r-20,31r-41,31v-28,30,-42,73,-74,98v-18,45,-48,77,-74,113r5,26r-13,0v-24,75,-48,150,-45,252r-10,47r12,131r6,0v1,68,35,103,50,156v30,2,34,30,53,41r61,35r68,20r80,4v32,-19,63,-39,104,-49r49,-49v22,-31,39,-65,52,-105r-3,-16r11,0v15,-43,23,-93,32,-141r-6,-109v-19,-59,-45,-110,-84,-149v3,-17,-12,-16,-12,-31v-9,-1,-14,-6,-14,-16v-5,-7,-17,-8,-17,-21r-22,-2r0,-6r-66,-37r0,-12v-47,-11,-80,-37,-129,-47v0,-12,-17,-8,-14,-23v13,1,34,-5,35,8v73,2,142,9,192,35v18,2,42,-3,47,12r31,3v9,18,32,22,47,34r0,6r37,19r0,10r16,2v-1,27,34,18,33,47v19,9,26,31,35,49r39,76r14,121r-16,111r-25,71r-49,84r-104,92r-78,43v-57,15,-100,46,-174,43v-91,-4,-166,-25,-232,-55v-31,-22,-61,-46,-86,-74r21,-22r-45,-14r-29,-60r-31,-28r-41,-91v2,-29,-4,-50,-12,-69v-16,-75,4,-154,14,-221r23,-19r-6,-12v26,-63,50,-127,86,-180v25,-37,58,-70,94,-97r0,-14r33,-20v9,-41,48,-52,74,-76r32,-45r33,-17r29,-34v62,-19,99,-62,149,-93v-10,2,-6,-10,-8,-16v-18,-5,-45,-1,-53,-16","w":1077},{"d":"285,-236v16,-8,-8,-32,8,-34v1,-6,0,-11,-6,-11v13,-3,10,-21,14,-32v49,51,105,95,164,135r-37,67v-13,4,-11,23,-18,33v-8,11,-26,15,-19,35r-22,18v13,25,-18,47,-29,64v2,4,3,7,-4,6v-10,45,-33,76,-49,115v3,4,-7,8,-8,14r6,-2r-17,12r4,19v-5,-1,-4,4,-4,8v-22,43,-45,86,-59,137v-9,5,-14,14,-19,23r3,0v-11,19,-15,41,-25,57r-49,2v12,-11,17,-29,18,-51v11,-4,8,-22,10,-35r5,0v9,-49,26,-91,28,-147v14,-55,42,-97,41,-168v11,-33,10,-77,21,-109v4,-4,12,-5,10,-16v9,-30,16,-63,22,-97v8,2,2,-6,2,-10v10,-3,9,-18,17,-24","w":631},{"d":"666,-1350v50,-9,111,-12,168,-8v4,7,12,0,18,-2v17,2,40,-2,51,6v24,-9,58,13,80,21r0,10v-29,1,-65,-5,-80,10v-12,-3,-23,-7,-39,-6r0,6v-76,-3,-141,22,-198,47v-3,3,-8,4,-7,11v-18,0,-25,11,-38,16r0,4v-42,13,-69,40,-93,70r-30,12r-41,41r-13,2v-6,33,-30,48,-49,68v3,19,-17,14,-14,34v-35,23,-47,68,-64,109v1,14,-4,24,-6,35v-7,-1,-3,9,-4,14r-4,0v-40,63,-45,161,-55,254r-4,-4r-8,164r4,4v7,49,8,104,24,145v10,25,30,44,37,74r57,88r56,39r0,6r39,29v42,9,83,19,137,16v13,-17,43,-18,63,-28r66,-33r51,-74r29,-80v15,-88,17,-210,-33,-260v-2,-18,-16,-24,-23,-37v-3,1,-5,-1,-4,-4r-28,-35v-23,-11,-39,-28,-66,-35r0,-10v-31,-6,-61,-14,-88,-24v-69,0,-132,6,-174,34r-4,-14v14,-13,29,-24,49,-31r0,-4v24,-12,46,-26,78,-30r0,-5v44,-9,82,-24,139,-20r6,6r74,8r86,47r78,74v37,65,83,131,63,242r-22,119r-8,0v-19,31,-29,70,-54,94v-25,24,-41,57,-73,74v0,9,-10,6,-15,10v-61,36,-128,66,-213,78v-70,-7,-134,-20,-184,-47v-4,-4,-4,-12,-14,-11v-12,-8,-19,-21,-35,-26r-84,-84r-6,0v-11,-21,-23,-40,-39,-56v-12,-28,-27,-53,-45,-75v-11,-30,-22,-59,-29,-93r-4,0v-33,-52,-35,-136,-41,-215v7,-51,9,-109,18,-155v10,-49,19,-94,33,-137r4,0v6,-13,5,-34,19,-39v-1,-21,14,-27,20,-41r-10,4v17,-20,28,-46,41,-70r4,0v33,-57,69,-111,123,-147v13,-15,33,-24,41,-45v7,-5,21,-4,18,-19v53,-22,95,-55,146,-80v8,12,16,-5,24,-10r31,-6r2,-10r66,-8r0,-7","w":1047},{"d":"565,-594r0,-4v21,15,42,29,58,49r82,68v-16,32,-42,54,-62,82v-13,1,-4,23,-20,22v-9,9,-6,30,-27,27r0,10v-28,-14,-42,-42,-74,-53r-94,-72v26,-18,49,-40,70,-63v1,-17,17,-20,24,-31xm1022,-424v4,-4,7,-9,16,-8r-6,-25v-6,11,-9,-3,-20,0v2,9,-7,6,-13,6v-6,6,-13,12,-4,19v13,-3,22,-1,27,8xm346,-186v0,15,3,28,14,30v23,28,50,51,74,78v35,24,82,36,131,47v9,-9,35,-2,51,-4r80,-37r56,-41v10,-12,26,-16,32,-32v5,1,4,-3,4,-7v16,-24,42,-37,46,-73r10,-4r0,-21r18,-14v18,-41,24,-94,35,-142r-6,-135r-19,-98v-13,-12,-14,-36,-22,-53v-33,-45,-75,-79,-109,-123v-36,-18,-80,-29,-110,-53v-45,-4,-89,-5,-129,4r0,6v-92,38,-172,88,-207,182r-19,31v-9,64,-32,119,-24,196v7,62,14,132,39,179r4,0r37,84r14,0xm971,-686v1,4,-2,12,4,10r0,23v20,-2,17,19,26,28v6,11,6,27,17,33v9,20,13,46,26,62v10,65,10,149,-6,206r-6,0r0,23r-4,0r-10,31r-10,0v6,5,2,13,0,20r-7,-4r0,25r-26,32r4,0v-14,33,-45,60,-66,88v-25,8,-35,30,-57,41v-49,24,-91,57,-160,62v-13,-9,-24,11,-39,12r-67,4v-7,10,-27,7,-41,10r-129,-26v-21,-8,-32,-25,-60,-25v-45,-43,-106,-69,-143,-121v-8,-11,-26,-13,-29,-30v-46,-56,-77,-127,-98,-207r-4,-119v13,-63,33,-119,57,-172v25,-5,23,-40,41,-53r-6,-8v22,0,25,-17,39,-25v31,-30,67,-55,98,-84v87,-38,180,-70,301,-74v17,5,39,5,52,15r69,14r0,6v52,20,101,43,135,82v1,19,26,14,29,31v18,8,17,12,21,28v8,-1,10,2,12,7","w":1137},{"d":"389,-870v-8,-1,-12,-7,-12,-17v-4,6,-6,17,-15,10v5,9,10,17,0,23v7,3,16,5,27,4r0,-20xm266,-924v26,1,34,-6,58,-6v3,8,7,4,12,0r26,0r0,6v13,7,23,11,29,11v16,16,27,37,35,61v-3,29,0,62,-16,80v-15,18,-33,35,-56,45v-29,5,-57,10,-88,4v-23,-17,-40,-38,-59,-59v1,-13,-3,-31,6,-35v-5,-8,-3,-16,0,-25r12,2r-14,-22r14,-8r-8,-13v13,-17,29,-31,49,-41xm272,-141v-2,-4,-5,-7,-10,-9v4,8,8,17,0,23r8,14r17,-30v-6,-5,-11,-3,-15,2xm266,-186v24,0,36,-3,58,-4v7,7,24,-4,38,0v4,13,23,13,29,14v16,17,27,38,35,63v-5,22,1,54,-12,68v-5,-1,-4,2,-4,6v-16,19,-31,39,-56,49v-29,5,-57,10,-88,4v-23,-17,-40,-38,-59,-59v0,-16,-2,-33,8,-39r-4,-10v7,-3,26,-3,16,-12v-7,5,-14,7,-20,0v6,-26,19,-44,31,-64","w":631},{"d":"1024,391r-1024,0r0,-119r1024,0r0,119","w":1024},{"d":"819,-268v11,-7,24,-13,45,-11r-8,-20r18,-14r-30,-9r14,-16v-8,-4,-16,-4,-24,0r-23,-14r-4,30r14,5v-6,16,-10,33,-2,49xm635,-815v-45,-38,-117,-48,-186,-62r-11,5r-26,145v6,13,-3,29,0,47r-6,6r-21,309v3,30,-11,55,-14,84r6,0v3,80,-13,156,-4,232v88,-2,167,-11,241,-27v8,-13,28,-13,41,-22r60,-39v0,-10,14,-10,20,-17v25,-35,42,-78,41,-139r-4,0v4,-51,-23,-72,-49,-96v-29,-8,-42,-34,-70,-43r-45,-14r-4,-11r-67,0v-31,4,-62,4,-93,0v8,-25,46,-21,70,-30v70,-27,119,-75,164,-127v3,-17,19,-37,10,-52v12,-56,-17,-95,-39,-129v-10,-1,-9,-14,-14,-20xm856,-115v1,-13,-4,-20,-8,-28v-13,4,-26,8,-33,18v1,20,-6,32,-16,41r-11,-12r-2,28r15,11v-11,7,-27,10,-29,26v-32,5,-63,21,-96,19r-17,16v-11,-6,-35,0,-45,-8r-26,10v-25,-3,-57,-18,-76,-2r0,-8r-39,0r0,8v-16,-15,-54,5,-78,-8v-45,-3,-94,-2,-135,-10r0,4r-67,-2r-7,-11r-8,13v-39,-5,-70,5,-104,10v-10,-5,-27,0,-45,0v37,-15,65,-40,102,-55v12,-13,31,-18,51,-23r0,-6v30,-10,57,-22,78,-41v6,-26,6,-52,0,-78r6,0v-1,-17,-11,-40,0,-51r0,-115r-10,-362v11,-15,-3,-37,-6,-53r-4,0r0,-21v-38,2,-42,-30,-74,-35v1,-16,-17,-12,-25,-18v-24,-16,-39,-40,-73,-45v-17,-15,-48,-15,-68,-27v68,7,136,9,203,0v4,1,12,11,10,0v8,5,16,11,21,0v19,2,43,19,57,6v14,1,25,-1,33,-6v11,3,23,10,30,0v6,12,19,-9,25,6r152,-6v4,7,9,5,14,0r6,12r0,-12v7,11,26,9,37,17r0,-5v53,10,99,27,143,46v3,3,4,7,11,6v3,16,33,6,28,30v20,12,28,36,45,52v8,29,18,56,23,88r-10,4v7,11,-3,19,4,28v-23,18,-23,60,-47,78v-45,34,-90,68,-154,84r4,4v47,2,91,6,121,27v62,11,95,51,131,88v28,28,41,71,43,125r-16,70v-16,40,-41,71,-68,100v-11,-5,-14,5,-18,12r-19,10v13,-15,7,-30,12,-51v10,3,20,9,29,2","w":1030},{"d":"217,-1327r14,-6v6,5,13,11,15,20r114,64v69,61,147,114,222,170r36,20v0,9,8,10,11,15r-11,20v-36,-17,-80,-27,-118,-43r-15,0r0,-8v-54,-11,-107,-24,-153,-43r-45,-6r0,-4r-70,-17r0,-4r-74,-14r-6,-6v16,-23,29,-50,39,-80v22,-10,27,-37,37,-60v8,1,2,-12,4,-18","w":766},{"d":"338,-612r-12,-25r-23,51r31,2r0,-8r26,-4xm403,-844r-18,-26r-35,-4r6,24r15,0r4,23xm602,-1382v61,-4,125,-21,182,-4r68,20r66,47v52,23,81,87,96,150v-11,37,-17,80,-47,98v-23,3,-46,8,-68,2r-37,-23r-33,-47r5,-63v14,-29,32,-55,55,-76r-49,-39v-34,4,-61,-18,-92,-18r-74,0r-60,20r0,6v-21,10,-49,12,-57,35r-37,37v-11,26,-27,48,-37,74v-15,41,-27,82,-34,129r-9,0r-4,47r-6,0r0,84v69,11,145,25,209,31r141,14r11,6v-109,40,-238,60,-365,82v-25,23,-22,81,-27,127v2,3,8,3,7,10v-14,0,-13,15,-21,21r14,18r-4,41r-6,-31r6,283v-3,2,-7,3,-6,10r10,0r7,31v-7,6,-20,5,-17,20r10,-4v5,27,8,55,7,88v5,8,16,11,20,21r82,26v51,22,106,39,162,56v3,14,19,14,32,18v-2,7,7,3,11,4v7,4,14,16,20,6v18,7,35,16,51,25r-198,-10r-4,6r-172,-10v-7,8,-26,-1,-39,0v-29,2,-68,-5,-90,4v-30,-8,-59,2,-88,6v-52,-7,-102,-5,-150,4v1,-5,-3,-15,4,-14v30,-18,55,-40,94,-49v1,-12,18,-9,25,-15r104,-35r17,-18v-2,-22,6,-54,-6,-66v-1,-8,0,-15,6,-16v3,-185,-14,-349,-23,-522r10,-4r-4,-29v-34,-19,-86,-20,-129,-31v-21,-13,-50,-18,-78,-24r0,-11v61,-30,119,-63,191,-81r10,-7r10,-88v8,-21,26,-33,23,-65v13,-47,39,-81,55,-125r6,0v13,-20,32,-34,41,-57r41,-41v28,1,29,-23,47,-33v33,-18,69,-34,109,-45","w":739,"k":{"*":-82}},{"d":"285,-657v-23,17,-23,56,-33,86v28,8,53,-7,76,4r10,-6r176,-11v21,-12,56,-9,86,-12r0,-12v44,0,84,-5,109,-25r12,-26r-31,-68r15,-8v-23,-15,-31,-46,-48,-68r-63,-39v-33,-9,-68,-15,-107,-18r-67,22v-27,22,-53,46,-76,72v-5,28,-24,43,-39,61xm496,-920v30,3,47,-8,71,-12v69,6,115,35,174,51r0,7r70,57r76,117v10,49,22,95,16,155v-91,9,-181,1,-278,10r-158,15r-225,8v-18,69,-7,163,24,209v15,60,55,93,90,133r68,45v43,9,83,21,133,23v47,20,121,-7,174,-15v34,-15,61,-35,98,-47v16,-5,29,-16,48,-20v6,17,-15,21,-25,30v2,11,-7,11,-12,15v-54,30,-102,66,-164,88v-47,32,-98,60,-166,71v-61,-2,-115,-10,-164,-24v-3,-7,-6,-5,-10,0v-15,-12,-36,-17,-45,-35r-31,-18r0,-4r-47,-31v-13,-25,-45,-32,-53,-62v-6,-5,-15,-7,-13,-20v-9,2,-5,-8,-6,-14v-22,-41,-42,-84,-53,-136r-4,-6r0,-119r4,-4r6,-88v27,-31,34,-82,58,-116v20,-49,55,-82,81,-125v17,-1,17,-18,27,-25v18,-14,41,-24,55,-43v46,-11,71,-36,119,-51","w":983,"k":{"Y":31,"X":51,"W":31,"V":51}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+295-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("%X_N`r@xcju~%Fs|zr[)}X}u$n@N_ru~$nG)cjhl_-]4t;xmOj0gEXEyE$SWIX(50NW$hqp!_$zu%!(^cj[gz[G@cN>J`spb_nN)`;[9$[NII)fk9F9ozmg(0ohV%ISs-I4Y$kSw0XqwGssT$F}C9NC9exsj_s[.-5W8BqC|%5.]cX}4@odV$xGbhySmel@w`Xsx%F}m%B(fOId495Nmeld4`5Nwer(s`rzxcF(lOj}~_mgl`kswck0u^!x|cjtptmg+c;d>F5q[Xk}G%e0@8OEhBIS-j$t_c`9z^3bWmoysrlpfT74C~+w();xNn!.gV|]uJYx+$mbY8lz!zNw~%I]pO;fy_$_9erGf9!h)`nGs`X(Wzrsxt-w~tnuC3khp_jz)_j-~zn-4`[w~tnuC%BE+cBgx_$@x%X(+tn[xcju~erW+9!h~tjNs%Bsr`!}p8ny]`547%nyf_NCojnsz$INwjnsz3Byp%Bdb")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":819,"face":{"font-family":"Frances Uncial LET","font-weight":500,"font-stretch":"normal","units-per-em":"2048","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"1638","descent":"-410","x-height":"188","bbox":"-327.046 -1397 2707 471","underline-thickness":"119","underline-position":"-213","unicode-range":"U+0020-U+007E"}}));