// Minified using Javascript Aggregator - see /sites/default/files/js/js_86ad588658ca25e6665d4719301bde0b.js for original source including licensing information.

(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")}})})();;var Drupal=Drupal||{'settings':{},'behaviors':{},'themes':{},'locale':{}};Drupal.jsEnabled=document.getElementsByTagName&&document.createElement&&document.createTextNode&&document.documentElement&&document.getElementById;Drupal.attachBehaviors=function(context){context=context||document;if(Drupal.jsEnabled){jQuery.each(Drupal.behaviors,function(){this(context);});}};Drupal.checkPlain=function(str){str=String(str);var replace={'&':'&amp;','"':'&quot;','<':'&lt;','>':'&gt;'};for(var character in replace){var regex=new RegExp(character,'g');str=str.replace(regex,replace[character]);}
return str;};Drupal.t=function(str,args){if(Drupal.locale.strings&&Drupal.locale.strings[str]){str=Drupal.locale.strings[str];}
if(args){for(var key in args){switch(key.charAt(0)){case'@':args[key]=Drupal.checkPlain(args[key]);break;case'!':break;case'%':default:args[key]=Drupal.theme('placeholder',args[key]);break;}
str=str.replace(key,args[key]);}}
return str;};Drupal.formatPlural=function(count,singular,plural,args){var args=args||{};args['@count']=count;var index=Drupal.locale.pluralFormula?Drupal.locale.pluralFormula(args['@count']):((args['@count']==1)?0:1);if(index==0){return Drupal.t(singular,args);}
else if(index==1){return Drupal.t(plural,args);}
else{args['@count['+index+']']=args['@count'];delete args['@count'];return Drupal.t(plural.replace('@count','@count['+index+']'));}};Drupal.theme=function(func){for(var i=1,args=[];i<arguments.length;i++){args.push(arguments[i]);}
return(Drupal.theme[func]||Drupal.theme.prototype[func]).apply(this,args);};Drupal.parseJson=function(data){if((data.substring(0,1)!='{')&&(data.substring(0,1)!='[')){return{status:0,data:data.length?data:Drupal.t('Unspecified error')};}
return eval('('+data+');');};Drupal.freezeHeight=function(){Drupal.unfreezeHeight();var div=document.createElement('div');$(div).css({position:'absolute',top:'0px',left:'0px',width:'1px',height:$('body').css('height')}).attr('id','freeze-height');$('body').append(div);};Drupal.unfreezeHeight=function(){$('#freeze-height').remove();};Drupal.encodeURIComponent=function(item,uri){uri=uri||location.href;item=encodeURIComponent(item).replace(/%2F/g,'/');return(uri.indexOf('?q=')!=-1)?item:item.replace(/%26/g,'%2526').replace(/%23/g,'%2523').replace(/\/\//g,'/%252F');};Drupal.getSelection=function(element){if(typeof(element.selectionStart)!='number'&&document.selection){var range1=document.selection.createRange();var range2=range1.duplicate();range2.moveToElementText(element);range2.setEndPoint('EndToEnd',range1);var start=range2.text.length-range1.text.length;var end=start+range1.text.length;return{'start':start,'end':end};}
return{'start':element.selectionStart,'end':element.selectionEnd};};Drupal.ahahError=function(xmlhttp,uri){if(xmlhttp.status==200){if(jQuery.trim($(xmlhttp.responseText).text())){var message=Drupal.t("An error occurred. \n@uri\n@text",{'@uri':uri,'@text':xmlhttp.responseText});}
else{var message=Drupal.t("An error occurred. \n@uri\n(no information available).",{'@uri':uri,'@text':xmlhttp.responseText});}}
else{var message=Drupal.t("An HTTP error @status occurred. \n@uri",{'@uri':uri,'@status':xmlhttp.status});}
return message;}
if(Drupal.jsEnabled){$(document.documentElement).addClass('js');document.cookie='has_js=1; path=/';$(document).ready(function(){Drupal.attachBehaviors(this);});}
Drupal.theme.prototype={placeholder:function(str){return'<em>'+Drupal.checkPlain(str)+'</em>';}};;Drupal.locale={'pluralFormula':function($n){return Number(($n>1));},'strings':{"Unspecified error":"Erreur non spécifiée","Only files with the following extensions are allowed: %files-allowed.":"Seuls les fichiers se terminant par les extensions suivantes sont autorisés : %files-allowed.","An error occurred. \n@uri\n@text":"Une erreur s\'est produite. \n@uri\n@text","An error occurred. \n@uri\n(no information available).":"Une erreur s\'est produite. \n@uri\n(aucune information supplémentaire)","An HTTP error @status occurred. \n@uri":"Une erreur HTTP @status s\'est produite. \n@uri","Drag to re-order":"Cliquer-déposer pour ré-organiser","Changes made in this table will not be saved until the form is submitted.":"Les modifications réalisées sur cette table ne seront enregistrés que lorsque le formulaire sera soumis.","Select all rows in this table":"Sélectionner toutes les lignes du tableau","Deselect all rows in this table":"Désélectionner toutes les lignes du tableau","Split summary at cursor":"Créer un résumé à partir du curseur","Join summary":"Fusionner le résumé et le corps du message","Your server has been successfully tested to support this feature.":"Le test a réussi. Votre serveur supporte cette fonctionnalité.","Your system configuration does not currently support this feature. The \x3ca href=\"http://drupal.org/node/15365\"\x3ehandbook page on Clean URLs\x3c/a\x3e has additional troubleshooting information.":"La configuration de votre système ne supporte pas cette fonctionnalité. La \x3ca href=\"http://drupal.org/node/15365\"\x3epage du manuel sur les URLs simplifiées\x3c/a\x3e apporte une aide supplémentaire.","Testing clean URLs...":"Test des URLs simplifiées...","Cancel":"Annuler","jQuery UI Tabs: Mismatching fragment identifier.":"Onglets d\'interface jQuery : identifiant de fragment ne correspondant pas.","none":"aucun","Settings":"Paramètres","An error occurred at ":"Une erreur s\'est produite à","Upload":"Transfert de fichiers","The changes to these blocks will not be saved until the \x3cem\x3eSave blocks\x3c/em\x3e button is clicked.":"N\'oubliez pas de cliquer sur \x3cem\x3eEnregistrer les blocs\x3c/em\x3e pour confirmer les modifications apportées ici.","Close":"Fermer","Disable":"Désactiver","Remove":"Supprimer","jQuery UI Tabs: Not enough arguments to add tab.":"Onglets d\'interface jQuery : pas assez d\'arguments pour ajouter l\'onglet.","Minimum":"Minimum","Maximum":"Maximum","Insert Teaser Break":"Insérer une séparation de résumé","Content can be only inserted into CKEditor in WYSIWYG mode.":"Le contenu ne peut être inséré que dans CKEditor en mode WYSIWYG.","Insert Page Break":"Insérer un saut de page","The document already contains a teaser break. Do you want to proceed by removing it first?":"Le document contient déjà une séparation de résumé. Voulez-vous continuer en la retirant d\'abord ?","Error !msg":"Erreur !msg","Error on retrieving data from module.":"Erreur pendant la récupération des données depuis le module.","Embed Media Dialog":"Inclure le Dialogue Média","Embed media code":"Inclure le code média","Paste embed code here":"Coller le code inclus ici"}};;$(document).ready(function(){$(document.body).click(function(event){$(event.target).parents("a:first,area:first").andSelf().filter("a,area").each(function(){var ga=Drupal.settings.googleanalytics;var isInternal=new RegExp("^(https?):\/\/"+window.location.host,"i");var isInternalSpecial=new RegExp("(\/go\/.*)$","i");var isDownload=new RegExp("\\.("+ga.trackDownloadExtensions+")$","i");if(isInternal.test(this.href)){if(ga.trackDownload&&isDownload.test(this.href)){var extension=isDownload.exec(this.href);_gaq.push(["_trackEvent","Downloads",extension[1].toUpperCase(),this.href.replace(isInternal,'')]);}
else if(isInternalSpecial.test(this.href)){_gaq.push(["_trackPageview",this.href.replace(isInternal,'')]);}}
else{if(ga.trackMailto&&$(this).is("a[href^=mailto:],area[href^=mailto:]")){_gaq.push(["_trackEvent","Mails","Click",this.href.substring(7)]);}
else if(ga.trackOutgoing&&this.href){if(ga.trackOutboundAsPageview){_gaq.push(["_trackPageview",'/outbound/'+this.href.replace(/^(https?|ftp|news|nntp|telnet|irc|ssh|sftp|webcal):\/\//i,'').split('/').join('--')]);}
else{_gaq.push(["_trackEvent","Outbound links","Click",this.href]);}}}});});});;jQuery.ui||(function(c){var i=c.fn.remove,d=c.browser.mozilla&&(parseFloat(c.browser.version)<1.9);c.ui={version:"1.7.3",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(j,k){return this.each(function(){if(!k){if(!j||c.filter(j,[this]).length){c("*",this).add(this).each(function(){c(this).triggerHandler("remove")})}}return i.call(c(this),j,k)})},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(c){var b=0,a=0;c.widget("ui.tabs",{_init:function(){if(this.options.deselectable!==undefined){this.options.collapsible=this.options.deselectable}this._tabify(true)},_setData:function(d,e){if(d=="selected"){if(this.options.collapsible&&e==this.options.selected){return}this.select(e)}else{this.options[d]=e;if(d=="deselectable"){this.options.collapsible=e}this._tabify()}},_tabId:function(d){return d.title&&d.title.replace(/\s/g,"_").replace(/[^A-Za-z0-9\-_:\.]/g,"")||this.options.idPrefix+(++b)},_sanitizeSelector:function(d){return d.replace(/:/g,"\\:")},_cookie:function(){var d=this.cookie||(this.cookie=this.options.cookie.name||"ui-tabs-"+(++a));return c.cookie.apply(null,[d].concat(c.makeArray(arguments)))},_ui:function(e,d){return{tab:e,panel:d,index:this.anchors.index(e)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass("ui-state-processing").find("span:data(label.tabs)").each(function(){var d=c(this);d.html(d.data("label.tabs")).removeData("label.tabs")})},_tabify:function(q){this.list=this.element.children("ul:first");this.lis=c("li:has(a[href])",this.list);this.anchors=this.lis.map(function(){return c("a",this)[0]});this.panels=c([]);var r=this,f=this.options;var e=/^#.+/;this.anchors.each(function(u,o){var s=c(o).attr("href");var v=s.split("#")[0],w;if(v&&(v===location.toString().split("#")[0]||(w=c("base")[0])&&v===w.href)){s=o.hash;o.href=s}if(e.test(s)){r.panels=r.panels.add(r._sanitizeSelector(s))}else{if(s!="#"){c.data(o,"href.tabs",s);c.data(o,"load.tabs",s.replace(/#.*$/,""));var y=r._tabId(o);o.href="#"+y;var x=c("#"+y);if(!x.length){x=c(f.panelTemplate).attr("id",y).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(r.panels[u-1]||r.list);x.data("destroy.tabs",true)}r.panels=r.panels.add(x)}else{f.disabled.push(u)}}});if(q){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(f.selected===undefined){if(location.hash){this.anchors.each(function(s,o){if(o.hash==location.hash){f.selected=s;return false}})}if(typeof f.selected!="number"&&f.cookie){f.selected=parseInt(r._cookie(),10)}if(typeof f.selected!="number"&&this.lis.filter(".ui-tabs-selected").length){f.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"))}f.selected=f.selected||0}else{if(f.selected===null){f.selected=-1}}f.selected=((f.selected>=0&&this.anchors[f.selected])||f.selected<0)?f.selected:0;f.disabled=c.unique(f.disabled.concat(c.map(this.lis.filter(".ui-state-disabled"),function(s,o){return r.lis.index(s)}))).sort();if(c.inArray(f.selected,f.disabled)!=-1){f.disabled.splice(c.inArray(f.selected,f.disabled),1)}this.panels.addClass("ui-tabs-hide");this.lis.removeClass("ui-tabs-selected ui-state-active");if(f.selected>=0&&this.anchors.length){this.panels.eq(f.selected).removeClass("ui-tabs-hide");this.lis.eq(f.selected).addClass("ui-tabs-selected ui-state-active");r.element.queue("tabs",function(){r._trigger("show",null,r._ui(r.anchors[f.selected],r.panels[f.selected]))});this.load(f.selected)}c(window).bind("unload",function(){r.lis.add(r.anchors).unbind(".tabs");r.lis=r.anchors=r.panels=null})}else{f.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"))}this.element[f.collapsible?"addClass":"removeClass"]("ui-tabs-collapsible");if(f.cookie){this._cookie(f.selected,f.cookie)}for(var j=0,p;(p=this.lis[j]);j++){c(p)[c.inArray(j,f.disabled)!=-1&&!c(p).hasClass("ui-tabs-selected")?"addClass":"removeClass"]("ui-state-disabled")}if(f.cache===false){this.anchors.removeData("cache.tabs")}this.lis.add(this.anchors).unbind(".tabs");if(f.event!="mouseover"){var h=function(o,i){if(i.is(":not(.ui-state-disabled)")){i.addClass("ui-state-"+o)}};var l=function(o,i){i.removeClass("ui-state-"+o)};this.lis.bind("mouseover.tabs",function(){h("hover",c(this))});this.lis.bind("mouseout.tabs",function(){l("hover",c(this))});this.anchors.bind("focus.tabs",function(){h("focus",c(this).closest("li"))});this.anchors.bind("blur.tabs",function(){l("focus",c(this).closest("li"))})}var d,k;if(f.fx){if(c.isArray(f.fx)){d=f.fx[0];k=f.fx[1]}else{d=k=f.fx}}function g(i,o){i.css({display:""});if(c.browser.msie&&o.opacity){i[0].style.removeAttribute("filter")}}var m=k?function(i,o){c(i).closest("li").removeClass("ui-state-default").addClass("ui-tabs-selected ui-state-active");o.hide().removeClass("ui-tabs-hide").animate(k,k.duration||"normal",function(){g(o,k);r._trigger("show",null,r._ui(i,o[0]))})}:function(i,o){c(i).closest("li").removeClass("ui-state-default").addClass("ui-tabs-selected ui-state-active");o.removeClass("ui-tabs-hide");r._trigger("show",null,r._ui(i,o[0]))};var n=d?function(o,i){i.animate(d,d.duration||"normal",function(){r.lis.removeClass("ui-tabs-selected ui-state-active").addClass("ui-state-default");i.addClass("ui-tabs-hide");g(i,d);r.element.dequeue("tabs")})}:function(o,i,s){r.lis.removeClass("ui-tabs-selected ui-state-active").addClass("ui-state-default");i.addClass("ui-tabs-hide");r.element.dequeue("tabs")};this.anchors.bind(f.event+".tabs",function(){var o=this,u=c(this).closest("li"),i=r.panels.filter(":not(.ui-tabs-hide)"),s=c(r._sanitizeSelector(this.hash));if((u.hasClass("ui-tabs-selected")&&!f.collapsible)||u.hasClass("ui-state-disabled")||u.hasClass("ui-state-processing")||r._trigger("select",null,r._ui(this,s[0]))===false){this.blur();return false}f.selected=r.anchors.index(this);r.abort();if(f.collapsible){if(u.hasClass("ui-tabs-selected")){f.selected=-1;if(f.cookie){r._cookie(f.selected,f.cookie)}r.element.queue("tabs",function(){n(o,i)}).dequeue("tabs");this.blur();return false}else{if(!i.length){if(f.cookie){r._cookie(f.selected,f.cookie)}r.element.queue("tabs",function(){m(o,s)});r.load(r.anchors.index(this));this.blur();return false}}}if(f.cookie){r._cookie(f.selected,f.cookie)}if(s.length){if(i.length){r.element.queue("tabs",function(){n(o,i)})}r.element.queue("tabs",function(){m(o,s)});r.load(r.anchors.index(this))}else{throw"jQuery UI Tabs: Mismatching fragment identifier."}if(c.browser.msie){this.blur()}});this.anchors.bind("click.tabs",function(){return false})},destroy:function(){var d=this.options;this.abort();this.element.unbind(".tabs").removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible").removeData("tabs");this.list.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.anchors.each(function(){var e=c.data(this,"href.tabs");if(e){this.href=e}var f=c(this).unbind(".tabs");c.each(["href","load","cache"],function(g,h){f.removeData(h+".tabs")})});this.lis.unbind(".tabs").add(this.panels).each(function(){if(c.data(this,"destroy.tabs")){c(this).remove()}else{c(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(d.cookie){this._cookie(null,d.cookie)}},add:function(g,f,e){if(e===undefined){e=this.anchors.length}var d=this,i=this.options,k=c(i.tabTemplate.replace(/#\{href\}/g,g).replace(/#\{label\}/g,f)),j=!g.indexOf("#")?g.replace("#",""):this._tabId(c("a",k)[0]);k.addClass("ui-state-default ui-corner-top").data("destroy.tabs",true);var h=c("#"+j);if(!h.length){h=c(i.panelTemplate).attr("id",j).data("destroy.tabs",true)}h.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide");if(e>=this.lis.length){k.appendTo(this.list);h.appendTo(this.list[0].parentNode)}else{k.insertBefore(this.lis[e]);h.insertBefore(this.panels[e])}i.disabled=c.map(i.disabled,function(m,l){return m>=e?++m:m});this._tabify();if(this.anchors.length==1){k.addClass("ui-tabs-selected ui-state-active");h.removeClass("ui-tabs-hide");this.element.queue("tabs",function(){d._trigger("show",null,d._ui(d.anchors[0],d.panels[0]))});this.load(0)}this._trigger("add",null,this._ui(this.anchors[e],this.panels[e]))},remove:function(d){var f=this.options,g=this.lis.eq(d).remove(),e=this.panels.eq(d).remove();if(g.hasClass("ui-tabs-selected")&&this.anchors.length>1){this.select(d+(d+1<this.anchors.length?1:-1))}f.disabled=c.map(c.grep(f.disabled,function(j,h){return j!=d}),function(j,h){return j>=d?--j:j});this._tabify();this._trigger("remove",null,this._ui(g.find("a")[0],e[0]))},enable:function(d){var e=this.options;if(c.inArray(d,e.disabled)==-1){return}this.lis.eq(d).removeClass("ui-state-disabled");e.disabled=c.grep(e.disabled,function(g,f){return g!=d});this._trigger("enable",null,this._ui(this.anchors[d],this.panels[d]))},disable:function(e){var d=this,f=this.options;if(e!=f.selected){this.lis.eq(e).addClass("ui-state-disabled");f.disabled.push(e);f.disabled.sort();this._trigger("disable",null,this._ui(this.anchors[e],this.panels[e]))}},select:function(d){if(typeof d=="string"){d=this.anchors.index(this.anchors.filter("[href$="+d+"]"))}else{if(d===null){d=-1}}if(d==-1&&this.options.collapsible){d=this.options.selected}this.anchors.eq(d).trigger(this.options.event+".tabs")},load:function(g){var e=this,i=this.options,d=this.anchors.eq(g)[0],f=c.data(d,"load.tabs");this.abort();if(!f||this.element.queue("tabs").length!==0&&c.data(d,"cache.tabs")){this.element.dequeue("tabs");return}this.lis.eq(g).addClass("ui-state-processing");if(i.spinner){var h=c("span",d);h.data("label.tabs",h.html()).html(i.spinner)}this.xhr=c.ajax(c.extend({},i.ajaxOptions,{url:f,success:function(k,j){c(e._sanitizeSelector(d.hash)).html(k);e._cleanup();if(i.cache){c.data(d,"cache.tabs",true)}e._trigger("load",null,e._ui(e.anchors[g],e.panels[g]));try{i.ajaxOptions.success(k,j)}catch(l){}e.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(e,d){this.anchors.eq(e).removeData("cache.tabs").data("load.tabs",d)},length:function(){return this.anchors.length}});c.extend(c.ui.tabs,{version:"1.7.3",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>'}});c.extend(c.ui.tabs.prototype,{rotation:null,rotate:function(f,h){var d=this,i=this.options;var e=d._rotate||(d._rotate=function(j){clearTimeout(d.rotation);d.rotation=setTimeout(function(){var k=i.selected;d.select(++k<d.anchors.length?k:0)},f);if(j){j.stopPropagation()}});var g=d._unrotate||(d._unrotate=!h?function(j){if(j.clientX){d.rotate(null)}}:function(j){t=i.selected;e()});if(f){this.element.bind("tabsshow",e);this.anchors.bind(i.event+".tabs",g);e()}else{clearTimeout(d.rotation);this.element.unbind("tabsshow",e);this.anchors.unbind(i.event+".tabs",g);delete this._rotate;delete this._unrotate}}})})(jQuery);;(function(c){var b={dragStart:"start.draggable",drag:"drag.draggable",dragStop:"stop.draggable",maxHeight:"maxHeight.resizable",minHeight:"minHeight.resizable",maxWidth:"maxWidth.resizable",minWidth:"minWidth.resizable",resizeStart:"start.resizable",resize:"drag.resizable",resizeStop:"stop.resizable"},a="ui-dialog ui-widget ui-widget-content ui-corner-all ";c.widget("ui.dialog",{_init:function(){this.originalTitle=this.element.attr("title");var l=this,m=this.options,j=m.title||this.originalTitle||"&nbsp;",e=c.ui.dialog.getTitleId(this.element),k=(this.uiDialog=c("<div/>")).appendTo(document.body).hide().addClass(a+m.dialogClass).css({position:"absolute",overflow:"hidden",zIndex:m.zIndex}).attr("tabIndex",-1).css("outline",0).keydown(function(n){(m.closeOnEscape&&n.keyCode&&n.keyCode==c.ui.keyCode.ESCAPE&&l.close(n))}).attr({role:"dialog","aria-labelledby":e}).mousedown(function(n){l.moveToTop(false,n)}),g=this.element.show().removeAttr("title").addClass("ui-dialog-content ui-widget-content").appendTo(k),f=(this.uiDialogTitlebar=c("<div></div>")).addClass("ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix").prependTo(k),i=c('<a href="#"/>').addClass("ui-dialog-titlebar-close ui-corner-all").attr("role","button").hover(function(){i.addClass("ui-state-hover")},function(){i.removeClass("ui-state-hover")}).focus(function(){i.addClass("ui-state-focus")}).blur(function(){i.removeClass("ui-state-focus")}).mousedown(function(n){n.stopPropagation()}).click(function(n){l.close(n);return false}).appendTo(f),h=(this.uiDialogTitlebarCloseText=c("<span/>")).addClass("ui-icon ui-icon-closethick").text(m.closeText).appendTo(i),d=c("<span/>").addClass("ui-dialog-title").attr("id",e).html(j).prependTo(f);f.find("*").add(f).disableSelection();(m.draggable&&c.fn.draggable&&this._makeDraggable());(m.resizable&&c.fn.resizable&&this._makeResizable());this._createButtons(m.buttons);this._isOpen=false;(m.bgiframe&&c.fn.bgiframe&&k.bgiframe());(m.autoOpen&&this.open())},destroy:function(){(this.overlay&&this.overlay.destroy());this.uiDialog.hide();this.element.unbind(".dialog").removeData("dialog").removeClass("ui-dialog-content ui-widget-content").hide().appendTo("body");this.uiDialog.remove();(this.originalTitle&&this.element.attr("title",this.originalTitle))},close:function(f){var d=this;if(false===d._trigger("beforeclose",f)){return}(d.overlay&&d.overlay.destroy());d.uiDialog.unbind("keypress.ui-dialog");(d.options.hide?d.uiDialog.hide(d.options.hide,function(){d._trigger("close",f)}):d.uiDialog.hide()&&d._trigger("close",f));c.ui.dialog.overlay.resize();d._isOpen=false;if(d.options.modal){var e=0;c(".ui-dialog").each(function(){if(this!=d.uiDialog[0]){e=Math.max(e,c(this).css("z-index"))}});c.ui.dialog.maxZ=e}},isOpen:function(){return this._isOpen},moveToTop:function(f,e){if((this.options.modal&&!f)||(!this.options.stack&&!this.options.modal)){return this._trigger("focus",e)}if(this.options.zIndex>c.ui.dialog.maxZ){c.ui.dialog.maxZ=this.options.zIndex}(this.overlay&&this.overlay.$el.css("z-index",c.ui.dialog.overlay.maxZ=++c.ui.dialog.maxZ));var d={scrollTop:this.element.attr("scrollTop"),scrollLeft:this.element.attr("scrollLeft")};this.uiDialog.css("z-index",++c.ui.dialog.maxZ);this.element.attr(d);this._trigger("focus",e)},open:function(){if(this._isOpen){return}var e=this.options,d=this.uiDialog;this.overlay=e.modal?new c.ui.dialog.overlay(this):null;(d.next().length&&d.appendTo("body"));this._size();this._position(e.position);d.show(e.show);this.moveToTop(true);(e.modal&&d.bind("keypress.ui-dialog",function(h){if(h.keyCode!=c.ui.keyCode.TAB){return}var g=c(":tabbable",this),i=g.filter(":first")[0],f=g.filter(":last")[0];if(h.target==f&&!h.shiftKey){setTimeout(function(){i.focus()},1)}else{if(h.target==i&&h.shiftKey){setTimeout(function(){f.focus()},1)}}}));c([]).add(d.find(".ui-dialog-content :tabbable:first")).add(d.find(".ui-dialog-buttonpane :tabbable:first")).add(d).filter(":first").focus();this._trigger("open");this._isOpen=true},_createButtons:function(g){var f=this,d=false,e=c("<div></div>").addClass("ui-dialog-buttonpane ui-widget-content ui-helper-clearfix");this.uiDialog.find(".ui-dialog-buttonpane").remove();(typeof g=="object"&&g!==null&&c.each(g,function(){return!(d=true)}));if(d){c.each(g,function(h,i){c('<button type="button"></button>').addClass("ui-state-default ui-corner-all").text(h).click(function(){i.apply(f.element[0],arguments)}).hover(function(){c(this).addClass("ui-state-hover")},function(){c(this).removeClass("ui-state-hover")}).focus(function(){c(this).addClass("ui-state-focus")}).blur(function(){c(this).removeClass("ui-state-focus")}).appendTo(e)});e.appendTo(this.uiDialog)}},_makeDraggable:function(){var d=this,f=this.options,e;this.uiDialog.draggable({cancel:".ui-dialog-content",handle:".ui-dialog-titlebar",containment:"document",start:function(){e=f.height;c(this).height(c(this).height()).addClass("ui-dialog-dragging");(f.dragStart&&f.dragStart.apply(d.element[0],arguments))},drag:function(){(f.drag&&f.drag.apply(d.element[0],arguments))},stop:function(){c(this).removeClass("ui-dialog-dragging").height(e);(f.dragStop&&f.dragStop.apply(d.element[0],arguments));c.ui.dialog.overlay.resize()}})},_makeResizable:function(g){g=(g===undefined?this.options.resizable:g);var d=this,f=this.options,e=typeof g=="string"?g:"n,e,s,w,se,sw,ne,nw";this.uiDialog.resizable({cancel:".ui-dialog-content",alsoResize:this.element,maxWidth:f.maxWidth,maxHeight:f.maxHeight,minWidth:f.minWidth,minHeight:f.minHeight,start:function(){c(this).addClass("ui-dialog-resizing");(f.resizeStart&&f.resizeStart.apply(d.element[0],arguments))},resize:function(){(f.resize&&f.resize.apply(d.element[0],arguments))},handles:e,stop:function(){c(this).removeClass("ui-dialog-resizing");f.height=c(this).height();f.width=c(this).width();(f.resizeStop&&f.resizeStop.apply(d.element[0],arguments));c.ui.dialog.overlay.resize()}}).find(".ui-resizable-se").addClass("ui-icon ui-icon-grip-diagonal-se")},_position:function(i){var e=c(window),f=c(document),g=f.scrollTop(),d=f.scrollLeft(),h=g;if(c.inArray(i,["center","top","right","bottom","left"])>=0){i=[i=="right"||i=="left"?i:"center",i=="top"||i=="bottom"?i:"middle"]}if(i.constructor!=Array){i=["center","middle"]}if(i[0].constructor==Number){d+=i[0]}else{switch(i[0]){case"left":d+=0;break;case"right":d+=e.width()-this.uiDialog.outerWidth();break;default:case"center":d+=(e.width()-this.uiDialog.outerWidth())/2}}if(i[1].constructor==Number){g+=i[1]}else{switch(i[1]){case"top":g+=0;break;case"bottom":g+=e.height()-this.uiDialog.outerHeight();break;default:case"middle":g+=(e.height()-this.uiDialog.outerHeight())/2}}g=Math.max(g,h);this.uiDialog.css({top:g,left:d})},_setData:function(e,f){(b[e]&&this.uiDialog.data(b[e],f));switch(e){case"buttons":this._createButtons(f);break;case"closeText":this.uiDialogTitlebarCloseText.text(f);break;case"dialogClass":this.uiDialog.removeClass(this.options.dialogClass).addClass(a+f);break;case"draggable":(f?this._makeDraggable():this.uiDialog.draggable("destroy"));break;case"height":this.uiDialog.height(f);break;case"position":this._position(f);break;case"resizable":var d=this.uiDialog,g=this.uiDialog.is(":data(resizable)");(g&&!f&&d.resizable("destroy"));(g&&typeof f=="string"&&d.resizable("option","handles",f));(g||this._makeResizable(f));break;case"title":c(".ui-dialog-title",this.uiDialogTitlebar).html(f||"&nbsp;");break;case"width":this.uiDialog.width(f);break}c.widget.prototype._setData.apply(this,arguments)},_size:function(){var e=this.options;this.element.css({height:0,minHeight:0,width:"auto"});var d=this.uiDialog.css({height:"auto",width:e.width}).height();this.element.css({minHeight:Math.max(e.minHeight-d,0),height:e.height=="auto"?"auto":Math.max(e.height-d,0)})}});c.extend(c.ui.dialog,{version:"1.7.3",defaults:{autoOpen:true,bgiframe:false,buttons:{},closeOnEscape:true,closeText:"close",dialogClass:"",draggable:true,hide:null,height:"auto",maxHeight:false,maxWidth:false,minHeight:150,minWidth:150,modal:false,position:"center",resizable:true,show:null,stack:true,title:"",width:300,zIndex:1000},getter:"isOpen",uuid:0,maxZ:0,getTitleId:function(d){return"ui-dialog-title-"+(d.attr("id")||++this.uuid)},overlay:function(d){this.$el=c.ui.dialog.overlay.create(d)}});c.extend(c.ui.dialog.overlay,{instances:[],maxZ:0,events:c.map("focus,mousedown,mouseup,keydown,keypress,click".split(","),function(d){return d+".dialog-overlay"}).join(" "),create:function(e){if(this.instances.length===0){setTimeout(function(){if(c.ui.dialog.overlay.instances.length){c(document).bind(c.ui.dialog.overlay.events,function(f){var g=c(f.target).parents(".ui-dialog").css("zIndex")||0;return(g>c.ui.dialog.overlay.maxZ)})}},1);c(document).bind("keydown.dialog-overlay",function(f){(e.options.closeOnEscape&&f.keyCode&&f.keyCode==c.ui.keyCode.ESCAPE&&e.close(f))});c(window).bind("resize.dialog-overlay",c.ui.dialog.overlay.resize)}var d=c("<div></div>").appendTo(document.body).addClass("ui-widget-overlay").css({width:this.width(),height:this.height()});(e.options.bgiframe&&c.fn.bgiframe&&d.bgiframe());this.instances.push(d);return d},destroy:function(d){this.instances.splice(c.inArray(this.instances,d),1);if(this.instances.length===0){c([document,window]).unbind(".dialog-overlay")}d.remove();var e=0;c.each(this.instances,function(){e=Math.max(e,this.css("z-index"))});this.maxZ=e},height:function(){if(c.browser.msie&&c.browser.version<7){var e=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight);var d=Math.max(document.documentElement.offsetHeight,document.body.offsetHeight);if(e<d){return c(window).height()+"px"}else{return e+"px"}}else{return c(document).height()+"px"}},width:function(){if(c.browser.msie&&c.browser.version<7){var d=Math.max(document.documentElement.scrollWidth,document.body.scrollWidth);var e=Math.max(document.documentElement.offsetWidth,document.body.offsetWidth);if(d<e){return c(window).width()+"px"}else{return d+"px"}}else{return c(document).width()+"px"}},resize:function(){var d=c([]);c.each(c.ui.dialog.overlay.instances,function(){d=d.add(this)});d.css({width:0,height:0}).css({width:c.ui.dialog.overlay.width(),height:c.ui.dialog.overlay.height()})}});c.extend(c.ui.dialog.overlay.prototype,{destroy:function(){c.ui.dialog.overlay.destroy(this.$el)}})})(jQuery);;Drupal.functions={};Drupal.safe=function(string){string=string+"";string=string.replace(/\W/g," ");return jQuery.trim(string);}
Drupal.console=function(method,variable){if(typeof console!==undefined){switch(method){case'info':console.info(variable);}}}
Drupal.shinto={ajax:{functions:{ajax_class:function(op,args){switch(op){case"before":(args.clicker&&args.clicker_class)?$(args.clicker).addClass(args.clicker_class+"-unactived"):"";args.receiver?$(args.receiver).addClass(args.receiver_class+"-unactived"):"";$(args.receiver).parent().length?$(args.receiver).parent().addClass(args.receiver_class+"-parent-unactived"):"";args.body_class?$("body").addClass(args.body_class+"-unactived"):"";break;case"loading":(args.clicker&&args.clicker_class)?$(args.clicker).addClass(args.clicker_class+"-loading"):"";args.receiver?$(args.receiver).addClass(args.receiver_class+"-loading"):"";$(args.receiver).parent().length?$(args.receiver).parent().addClass(args.receiver_class+"-parent-loading"):"";args.body_class?$("body").addClass(args.body_class+"-loading"):"";break;case"after":(args.clicker&&args.clicker_class)?$(args.clicker).addClass(args.clicker_class+"-actived").removeClass(args.clicker_class+"-loading "+args.clicker_class+"-unactived"):"";args.receiver?$(args.receiver).addClass(args.receiver_class+"-actived").removeClass(args.receiver_class+"-loading "+args.receiver_class+"-unactived"):"";$(args.receiver).parent().length?$(args.receiver).parent().addClass(args.receiver_class+"-parent-actived").removeClass(args.receiver_class+"-parent-loading "+args.receiver_class+"-parent-unactived"):"";args.body_class?$("body").addClass(args.body_class+"-actived").removeClass(args.body_class+"-loading "+args.body_class+"-unactived"):"";break;}},post:function(fn,url,post,receiver,ajax_class){Drupal.shinto.ajax.functions.ajax_class("loading",ajax_class)
jQuery.post(url,post,function(data){$(receiver).html(data);Drupal.shinto.ajax.functions.ajax_class("after",ajax_class)
typeof fn=='function'?fn():"";});}},put:function(args,fn){args.debug===true?Drupal.console("info",args):"";!args.ajax_class?args.ajax_class={clicker_class:"ajax-clicker",receiver_class:"ajax-container",body_class:"ajax-body",receiver:args.receiver}:"";!args.variable?args.variable="content":"";!args.post?args.post={}:"";var post={shinto_ajax:true};jQuery.extend(post,{"variable":args.variable},args.post);args.debug===true?Drupal.console("info",post):"";!args.event_method&&$(args.clicker).attr("href")?args.event_method='click':"";args.event_method&&!args.event_namespace?args.event_namespace="shinto_ajax":"";!args.url&&args.clicker?args.url=$(args.clicker).attr("href"):"";args.url==undefined?args.url=window.location.pathname:"";if(args.receiver){if(args.clicker&&$(args.clicker).length){args.ajax_class.clicker=args.clicker;args.ajax_class!=={}?Drupal.shinto.ajax.functions.ajax_class("before",args.ajax_class):"";args.before?args.before(args):"";$(args.clicker).bind(args.event_method+"."+args.event_namespace,function(){Drupal.shinto.ajax.functions.post(fn,args.url,post,args.receiver,args.ajax_class);args.after?args.after(args):"";return false;});}
if(args.auto===true){args.ajax_class!=={}?Drupal.shinto.ajax.functions.ajax_class("before",args.ajax_class):"";args.before?args.before(args):"";Drupal.shinto.ajax.functions.post(fn,args.url,post,args.receiver,args.ajax_class);args.after?args.after(args):"";}}else{return"No receiving block !";}}}};jQuery.keyProps={login:{title:"Se connecter",css_class:"submit-button submit-login-button"},password:{title:"Mot de passe oublié",css_class:"password-button"},register:{title:"Créer mon compte",css_class:"register-button"},submit_button:{title:"Envoyer",css_class:"submit-button"},password_submit:{title:"Envoyer",css_class:"submit-button password-submit-button"},register_submit:{title:"S'inscrire",css_class:"submit-button register-submit-button"},close_button:{title:"Fermer",css_class:"close-button"}}
Drupal.shinto.login={c_uid:null,redirection:{a:"/dashboard/store",c:"/dashboard/store",u:"/user"},ubercart:{cart:"/cart",checkout:"/cart/checkout",complete:"/cart/checkout/complete"},dialogTitle:{login:"Se connecter",password:"J'ai oublié mon mot de passe",register:"Créer un compte sur le site"}}
jQuery.props.colspan="colSpan";Drupal.behaviors.few_settings=function(){Drupal.settings.modalCallback={};Drupal.settings.webforms={newsletter:"/node/615",contact:"/node/614",pro:"/node/1037",envoyer_ami:"/node/2012"}
Drupal.shinto.login.c_uid="nadine";if(Drupal.settings.lang=="en"){jQuery.keyProps.login.title="Log in";jQuery.keyProps.password.title="Forgot password?";jQuery.keyProps.register.title="Sign up";jQuery.keyProps.submit_button.title="Send";jQuery.keyProps.password_submit.title="Send";jQuery.keyProps.register_submit.title="Sign up";jQuery.keyProps.close_button.title="Close";Drupal.settings.webforms={newsletter:"/node/1047",contact:"/node/1282",pro:"/node/1280",envoyer_ami:"/node/2088"}}
if(Drupal.settings.lang=="it"){jQuery.keyProps.login.title="Entra";jQuery.keyProps.password.title="Password dimenticata?"
jQuery.keyProps.register.title="Registrati";jQuery.keyProps.submit_button.title="Invia";jQuery.keyProps.password_submit.title="Invia";jQuery.keyProps.register_submit.title="Registrati";jQuery.keyProps.close_button.title="Chiudi";Drupal.settings.webforms={newsletter:"/node/1048",contact:"/node/1283",pro:"/node/1281",envoyer_ami:"/node/2089"}}}
Drupal.behaviors.modalCallback=function(context){Drupal.settings.modalCallback[Drupal.settings.webforms.contact]={submit_success:function(modal,form_values){if(form_values["submitted[newsletter][oui]"]=="oui"){var newsletter_form="";$.ajax({url:Drupal.settings.webforms.newsletter,type:"post",data:{shinto_ajax:true,variable:"content,messages"},success:function(response,status,form){newsletter_form=$(response).find("form");newsletter_form.ajaxSubmit({data:{'submitted[first_name]':form_values["submitted[nom]"],'submitted[last_name]':form_values["submitted[prenom]"],'submitted[email1]':form_values["submitted[e_mail]"]},type:"post"});}});}}}}
Drupal.shinto.ajax.UItweaker=function(){if($.ui&&$.ui.dialog&&jQuery.keyProps){$.ui.dialog.prototype._createButtons=function(buttons){var self=this,hasButtons=false,uiDialogButtonPane=$('<div></div>').addClass('ui-dialog-buttonpane '+'ui-widget-content '+'ui-helper-clearfix');this.uiDialog.find('.ui-dialog-buttonpane').remove();(typeof buttons=='object'&&buttons!==null&&$.each(buttons,function(){return!(hasButtons=true);}));if(hasButtons){$.each(buttons,function(name,fn){$('<div class="button"></div>').addClass('ui-state-default '+'ui-corner-all '+jQuery.keyProps[name]?jQuery.keyProps[name]["css_class"]:"").text(jQuery.keyProps[name]?jQuery.keyProps[name]["title"]:name).click(function(){fn.apply(self.element[0],arguments);}).appendTo(uiDialogButtonPane);});uiDialogButtonPane.appendTo(this.uiDialog);}}}}
function formValues(form){var output={};var values=form.serializeArray();jQuery.each(values,function(key,field){output[field.name]=field.value;});return output;}
function ModalCallback(modal,op,form_values){var href=modal.data("source_href");if(href&&Drupal.settings.modalCallback[href]&&Drupal.settings.modalCallback[href][op]){return Drupal.settings.modalCallback[href][op](modal,form_values);}else{return{};}}
function CloserDialog(modal){if(modal==undefined){modal=".ui-dialog > .ui-dialog-content";}
modal=$(modal);modal.dialog("destroy").remove();$("body > form").remove();if($(".paused-slideshow").length>0){$(".paused-slideshow").cycle("resume").removeClass("paused-slideshow");}}
function CloserTweaker(modal){$(".ui-dialog-titlebar-close").removeAttr("href").unbind('click').bind('click',function(){CloserDialog(modal);return false;}).addClass("processed");}
function SubmitTweaker(modal){$(modal).find(".form-submit").remove();}
function LabelInner(labels){$(labels).each(function(){var for_attribute=$(this).attr("for");if(for_attribute.length>0){var input=$(".ui-dialog").find("#"+for_attribute),text=$(this).text();text=jQuery.trim(text.substring(0,text.lastIndexOf(":",text.length)));if(input.hasClass("required")==true){text+=" *";}
if(input.hasClass("form-select")==false&&input.hasClass("form-file")==false){input.data("text",text).addClass("label-processed");if(input.val().length==0||input.val()==$(this).data("text")){input.val(input.data("text")).addClass("label-in");}
input.focus(function(){input.addClass("focused");if($(this).val()==$(this).data("text")){$(this).val("").removeClass("label-in").addClass("text-in");}});input.blur(function(){input.removeClass("focused");if($(this).val().length==0){$(this).val($(this).data("text")).removeClass("text-in").addClass("label-in");}});}
if(input.hasClass("form-select")==true){$(this).hide();input.find("option:first").text(text);}}});}
$(document).keyup(function(e){if(e.keyCode==27){CloserDialog();}
if(e.keyCode==13&&$(".ui-dialog").find("textarea.focused").length==0){$(".submit-button:first",".ui-dialog-buttonpane").trigger("click");}});$(document).ready(function(){Drupal.shinto.ajax.UItweaker();$(".ui-widget-overlay").live("click",function(){CloserDialog();});$(".ajax-modal").addClass("processed").live("click.modal",function(){var is_link_valid=true;var clicker=$(this);var href=clicker.attr("href");if(href==undefined){href=clicker.attr("data-href");}
var user_link="/user";var password_link="/user/password";var register_link="/user/register";var type_of_link=href.indexOf(user_link)>-1?"user":"other";if(Drupal.settings.lang!="fr"){var user_link="/"+Drupal.settings.lang+"/user";var password_link="/"+Drupal.settings.lang+"/user/password";var register_link="/"+Drupal.settings.lang+"/user/register"}
if(href==user_link&&$("body").hasClass("logged-in")==true){is_link_valid=false;}
if(is_link_valid==true){function PasswordLink(modal){var password_link_in_modal=modal.find(".messages a[href*='password']");if(password_link_in_modal.length>0){password_link_in_modal.click(function(){password_buttons.password();return false;});}}
$("body").append('<div id="dialog"></div>');var modal_source="#dialog";var modal=$(modal_source);var modal_close={close_button:function(){CloserDialog(modal_source);}};var modal_buttons={submit_button:function(ev){var form=modal.find("form");var data={shinto_ajax:true,variable:"messages,content"};data=jQuery.extend(ModalCallback(modal,"submit_data",formValues(form)),data);modal.addClass("ajax-container-loading");form.appendTo($('body')).find(".label-processed").each(function(){if($(this).val()==$(this).data("text")){$(this).val("");};});ModalCallback(modal,"submit",formValues(form));form.ajaxSubmit({data:data,beforeSubmit:function(array_of_values,$form,option){array_of_values=jQuery.extend(ModalCallback(modal,"before_submit",array_of_values),array_of_values);},success:function(response,status,form){modal.html(response).removeClass("ajax-container-loading")
if(Cufon){Cufon.refresh();}
SubmitTweaker(modal_source);if(type_of_link=="other"){LabelInner(modal.find("label"));}else{PasswordLink(modal);}
ModalCallback(modal,"submit_complete",formValues(form));modal_buttons=jQuery.extend(modal_buttons,ModalCallback(modal,"ajax_success_buttons",formValues(form)));if($(response).find(".error").length>0){ModalCallback(modal,"submit_error",formValues(form));modal.dialog("option","buttons",modal_buttons);}else{ModalCallback(modal,"submit_success",formValues(form));modal.html(modal.find("#ajax-output-messages"));modal.dialog("option","buttons",modal_close);}}});modal.empty().addClass("ajax-container-loading").dialog("option","buttons","");}};var login_buttons={"login":function(ev){var target=$(ev.target)
target.addClass("ajax-clicker-loading");modal.find("form").ajaxSubmit({data:{shinto_ajax:true,variable:"messages,content"},success:function(response,status,form){if($(response).find(".error").length>0){modal.html(response).removeClass("ajax-container-loading").dialog("option","buttons",buttons);SubmitTweaker(modal_source);PasswordLink(modal);return false;}else{if(form.find("#edit-name").val()==Drupal.shinto.login.c_uid||form.find("#edit-name").val()=='admin'){form.find("#edit-name").val()==Drupal.shinto.login.c_uid?window.location.href=Drupal.shinto.login.redirection.c:"";form.find("#edit-name").val()=='admin'?window.location.href=Drupal.shinto.login.redirection.a:"";}else{switch(window.location.pathname){case Drupal.shinto.login.ubercart.checkout:window.location.href=window.location.href;break;default:window.location.href=Drupal.shinto.login.redirection.u;break;}}}}});modal.empty().addClass("ajax-container-loading").dialog("option","buttons","");}};var password_buttons={"password":function(){modal.html("").dialog("option","buttons",{});Drupal.shinto.ajax.put({receiver:modal_source,url:password_link,auto:true,variable:"messages,content,title"},function(){SubmitTweaker(modal_source);modal.dialog("option","buttons",jQuery.extend(modal_buttons,modal_close));modal.dialog("option","title",modal.find("#ajax-output-title"));if(Cufon){Cufon.refresh();}});}};var register_buttons={"register":function(){modal.html("").dialog("option","buttons",{});Drupal.shinto.ajax.put({receiver:modal_source,url:register_link,auto:true,variable:"messages,content,title"},function(){SubmitTweaker(modal_source);modal.dialog("option","buttons",jQuery.extend(modal_buttons,modal_close));modal.dialog("option","title",modal.find("#ajax-output-title"));if(Cufon){Cufon.refresh();}
PasswordLink(modal);});}};var buttons=modal_buttons;if(href==user_link){buttons=jQuery.extend(login_buttons,password_buttons,register_buttons);}
var modalOptions={modal:true,position:[$("body").width()/2-450,0],width:900,height:"auto",closeText:jQuery.keyProps.close_button.title};modalOptions=jQuery.extend(ModalCallback(modal,"modalOptions",undefined),modalOptions);var source_href=href.replace(/[0-9]+/,"*");if(source_href=="/node/*"){source_href=href;}
modal.dialog(modalOptions).addClass("ajax-container-loading").data("source_href",source_href);CloserTweaker(modal_source);ModalCallback(modal,"before_opening",undefined);Drupal.shinto.ajax.put({receiver:modal,auto:true,variable:"title,content",url:href},function(){buttons=jQuery.extend(ModalCallback(modal,"buttons",undefined),buttons);ModalCallback(modal,"opening",undefined);modal.dialog("option","title",modal.find("#ajax-output-title")).dialog("option","buttons",buttons).removeClass("ajax-container-loading");if(Cufon){Cufon.refresh();}
SubmitTweaker(modal_source);if(clicker.attr("href")!=user_link){LabelInner(modal.find("label"));}});if(Cufon){Cufon.refresh();}
modal.dialog("open");return false;}});$("body").removeClass("page-no-js").addClass("page-has-js");$("#scroll_top").click(function(){var speed=1000;if($(this).attr("rel")!=undefined){speed=$(this).attr("rel");}
$("body, html").animate({scrollTop:0},speed);return false;});$("ul.menu").find(".no-link").click(function(){$(this).find("ul.menu").toggle();});});Drupal.behaviors.ismobile=function(context){return((navigator.platform.indexOf("iPhone")!=-1)||(navigator.platform.indexOf("iPod")!=-1)||(navigator.platform.indexOf("android")!=-1)||(navigator.platform.indexOf("windows ce")!=-1)||(navigator.platform.indexOf("blackberry")!=-1)||(navigator.platform.indexOf("palm")!=-1)||(navigator.platform.indexOf("series60")!=-1))};Drupal.behaviors.tao=function(context){$('fieldset.collapsible:not(.tao-processed) > legend > .fieldset-title').each(function(){var fieldset=$(this).parents('fieldset').eq(0);fieldset.addClass('tao-processed');if($('input.error, textarea.error, select.error',fieldset).size()>0){$(fieldset).removeClass('collapsed');}
$(this).click(function(){if(fieldset.is('.collapsed')){$(fieldset).removeClass('collapsed').children('.fieldset-content').show();}
else{$(fieldset).addClass('collapsed').children('.fieldset-content').hide();}
return false;});});};;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}('(5($){$.7.1j=5(o){2(P o==\'5\')o={L:o};o=$.2h({1h:4.X(\'2i\')||1E.2u.3D(),I:4.X(\'2g\')||\'29\'},o||{});3 p={};$.M.N(\'R.2P.2L\',[4,o,p]);2(p.1Q)6 4;3 a=4.1z(o.2r);2(o.V){H(3 n 3u o.V)a.C({z:n,A:o.V[n]})}2(o.28&&o.28(a,4,o)===E)6 4;$.M.N(\'R.K.36\',[a,4,o,p]);2(p.1Q)6 4;3 q=$.1x(a);2(o.I.31()==\'29\'){o.1h+=(o.1h.2Z(\'?\')>=0?\'&\':\'?\')+q;o.V=B}8 o.V=q;3 r=4,U=[];2(o.1r)U.C(5(){r.1r()});2(o.1o)U.C(5(){r.1o()});2(!o.18&&o.14){3 u=o.L||5(){};U.C(5(a){2(4.1N)$(o.14).X("1M",a).1N().D(u,1L);8 $(o.14).2t(a).D(u,1L)})}8 2(o.L)U.C(o.L);o.L=5(a,b){H(3 i=0,F=U.G;i<F;i++)U[i](a,b,r)};3 v=$(\'19:3v\',4).15();3 w=E;H(3 j=0;j<v.G;j++)2(v[j])w=T;2(o.2f||w){2($.1i.3o&&o.2a)$.3l(o.2a,1l);8 1l()}8 $.3h(o);$.M.N(\'R.K.3f\',[4,o]);6 4;5 1l(){3 d=r[0];3 f=$.2h({},$.39,o);3 h=\'35\'+$.7.1j.1a++;3 i=$(\'<2f 33="\'+h+\'" z="\'+h+\'" />\');3 j=i[0];3 k=$.1i.20&&1E.20.30()<9;2($.1i.1X||k)j.2Y=\'2W:E;1w.2U("");\';i.2S({2R:\'2Q\',23:\'-24\',1R:\'-24\'});3 l={Z:B,1b:B,2K:0,2J:\'n/a\',2H:5(){},2F:5(){},2E:5(){}};3 g=f.2B;2(g&&!$.1O++)$.M.N("2x");2(g)$.M.N("2w",[l,f]);3 m=0;3 n=0;1f(5(){i.2v(\'1n\');j.1K?j.1K(\'1J\',12):j.2s(\'1I\',12,E);3 a=d.1H?\'1H\':\'2q\';3 t=r.X(\'14\');r.X({14:h,2g:\'3C\',2i:f.1h});d[a]=\'3B/R-V\';2(f.1G)1f(5(){n=T;12()},f.1G);d.K();r.X(\'14\',t)},10);5 12(){2(m++)6;j.2o?j.2o(\'1J\',12):j.3A(\'1I\',12,E);3 a=T;3z{2(n)3x\'1G\';3 b,O;O=j.2n?j.2n.1w:j.2l?j.2l:j.1w;l.Z=O.1n?O.1n.1M:B;l.1b=O.2k?O.2k:O;2(f.18==\'2j\'||f.18==\'3s\'){3 c=O.1D(\'1C\')[0];b=c?c.A:l.Z;2(f.18==\'2j\')3r("V = "+b);8 $.3q(b)}8 2(f.18==\'2m\'){b=l.1b;2(!b&&l.Z!=B)b=2d(l.Z)}8{b=l.Z}}3p(e){a=E;$.3n(f,l,\'2b\',e)}2(a){f.L(b,\'L\');2(g)$.M.N("3m",[l,f])}2(g)$.M.N("3k",[l,f]);2(g&&!--$.1O)$.M.N("3j");2(f.27)f.27(l,a?\'L\':\'2b\');1f(5(){i.3i();l.1b=B},3g)};5 2d(s,a){2(1E.26){a=25 26(\'3d.3c\');a.3b=\'E\';a.3a(s)}8 a=(25 38()).37(s,\'1A/2m\');6(a&&a.22&&a.22.1e!=\'34\')?a:B}}};$.7.1j.1a=0;$.7.W=5(a){6 4.21().K(1m).D(5(){4.1u=$.7.W.1a++;$.7.W.1t[4.1u]=a;$(":K,19:Y",4).1Z(1s)})};$.7.W.1a=1;$.7.W.1t={};5 1s(e){3 a=4.R;a.Q=4;2(4.I==\'Y\'){2(e.1Y!=S){a.11=e.1Y;a.16=e.2X}8 2(P $.7.1U==\'5\'){3 b=$(4).1U();a.11=e.1V-b.1R;a.16=e.1W-b.23}8{a.11=e.1V-4.2V;a.16=e.1W-4.32}}1f(5(){a.Q=a.11=a.16=B},10)};5 1m(){3 a=4.1u;3 b=$.7.W.1t[a];$(4).1j(b);6 E};$.7.21=5(){4.1T(\'K\',1m);6 4.D(5(){$(":K,19:Y",4).1T(\'1Z\',1s)})};$.7.1z=5(b){3 a=[];2(4.G==0)6 a;3 c=4[0];3 d=b?c.1D(\'*\'):c.2T;2(!d)6 a;H(3 i=0,F=d.G;i<F;i++){3 e=d[i];3 n=e.z;2(!n)1v;2(b&&c.Q&&e.I=="Y"){2(!e.1d&&c.Q==e)a.C({z:n+\'.x\',A:c.11},{z:n+\'.y\',A:c.16});1v}3 v=$.15(e,T);2(v&&v.1c==1g){H(3 j=0,1S=v.G;j<1S;j++)a.C({z:n,A:v[j]})}8 2(v!==B&&P v!=\'S\')a.C({z:n,A:v})}2(!b&&c.Q){3 f=c.1D("19");H(3 i=0,F=f.G;i<F;i++){3 g=f[i];3 n=g.z;2(n&&!g.1d&&g.I=="Y"&&c.Q==g)a.C({z:n+\'.x\',A:c.11},{z:n+\'.y\',A:c.16})}}6 a};$.7.2O=5(a){6 $.1x(4.1z(a))};$.7.2N=5(b){3 a=[];4.D(5(){3 n=4.z;2(!n)6;3 v=$.15(4,b);2(v&&v.1c==1g){H(3 i=0,F=v.G;i<F;i++)a.C({z:n,A:v[i]})}8 2(v!==B&&P v!=\'S\')a.C({z:4.z,A:v})});6 $.1x(a)};$.7.15=5(a){H(3 b=[],i=0,F=4.G;i<F;i++){3 c=4[i];3 v=$.15(c,a);2(v===B||P v==\'S\'||(v.1c==1g&&!v.G))1v;v.1c==1g?$.3e(b,v):b.C(v)}6 b};$.15=5(b,c){3 n=b.z,t=b.I,13=b.1e.1F();2(P c==\'S\')c=T;2(c&&(!n||b.1d||t==\'17\'||t==\'2M\'||(t==\'1q\'||t==\'1B\')&&!b.1p||(t==\'K\'||t==\'Y\')&&b.R&&b.R.Q!=b||13==\'J\'&&b.1y==-1))6 B;2(13==\'J\'){3 d=b.1y;2(d<0)6 B;3 a=[],1k=b.2I;3 e=(t==\'J-2e\');3 f=(e?d+1:1k.G);H(3 i=(e?d:0);i<f;i++){3 g=1k[i];2(g.2c){3 v=$.1i.1X&&!(g.2G[\'A\'].3t)?g.1A:g.A;2(e)6 v;a.C(v)}}6 a}6 b.A};$.7.1o=5(){6 4.D(5(){$(\'19,J,1C\',4).2p()})};$.7.2p=$.7.2D=5(){6 4.D(5(){3 t=4.I,13=4.1e.1F();2(t==\'1A\'||t==\'3w\'||13==\'1C\')4.A=\'\';8 2(t==\'1q\'||t==\'1B\')4.1p=E;8 2(13==\'J\')4.1y=-1})};$.7.1r=5(){6 4.D(5(){2(P 4.17==\'5\'||(P 4.17==\'2C\'&&!4.17.3y))4.17()})};$.7.2A=5(b){2(b==S)b=T;6 4.D(5(){4.1d=!b})};$.7.J=5(b){2(b==S)b=T;6 4.D(5(){3 t=4.I;2(t==\'1q\'||t==\'1B\')4.1p=b;8 2(4.1e.1F()==\'1P\'){3 a=$(4).2z(\'J\');2(b&&a[0]&&a[0].I==\'J-2e\'){a.2y(\'1P\').J(E)}4.2c=b}})}})(3E);',62,227,'||if|var|this|function|return|fn|else|||||||||||||||||||||||||||name|value|null|push|each|false|max|length|for|type|select|submit|success|event|trigger|doc|typeof|clk|form|undefined|true|callbacks|data|ajaxForm|attr|image|responseText||clk_x|cb|tag|target|fieldValue|clk_y|reset|dataType|input|counter|responseXML|constructor|disabled|tagName|setTimeout|Array|url|browser|ajaxSubmit|ops|fileUpload|submitHandler|body|clearForm|checked|checkbox|resetForm|clickHandler|optionHash|formPluginId|continue|document|param|selectedIndex|formToArray|text|radio|textarea|getElementsByTagName|window|toLowerCase|timeout|encoding|load|onload|attachEvent|arguments|innerHTML|evalScripts|active|option|veto|left|jmax|unbind|offset|pageX|pageY|msie|offsetX|click|opera|ajaxFormUnbind|documentElement|top|1000px|new|ActiveXObject|complete|beforeSubmit|GET|closeKeepAlive|error|selected|toXml|one|iframe|method|extend|action|json|XMLDocument|contentDocument|xml|contentWindow|detachEvent|clearFields|enctype|semantic|addEventListener|html|location|appendTo|ajaxSend|ajaxStart|find|parent|enable|global|object|clearInputs|setRequestHeader|getResponseHeader|attributes|getAllResponseHeaders|options|statusText|status|serialize|button|fieldSerialize|formSerialize|pre|absolute|position|css|elements|write|offsetLeft|javascript|offsetY|src|indexOf|version|toUpperCase|offsetTop|id|parsererror|jqFormIO|validate|parseFromString|DOMParser|ajaxSettings|loadXML|async|XMLDOM|Microsoft|merge|notify|100|ajax|remove|ajaxStop|ajaxComplete|get|ajaxSuccess|handleError|safari|catch|globalEval|eval|script|specified|in|file|password|throw|nodeType|try|removeEventListener|multipart|POST|toString|jQuery'.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("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());;Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"156,-223r-18,21r-38,-29r-37,29r-17,-20r55,-49xm187,-93v0,56,-38,97,-92,97v-51,0,-83,-26,-83,-90v0,-56,37,-97,91,-97v51,0,84,28,84,90xm139,-90v0,-35,-12,-54,-39,-54v-21,0,-41,16,-41,53v0,37,13,55,40,55v23,0,40,-18,40,-54","w":199},{"d":"176,0r-152,0r0,-31v19,-15,29,-31,29,-49v0,-6,-1,-13,-2,-19r-34,0r0,-35r30,0v-1,-10,-3,-21,-3,-31v0,-53,30,-73,79,-73v12,0,31,2,45,6r-10,38v-10,-4,-24,-7,-37,-7v-21,0,-31,11,-31,32v0,11,3,23,4,35r54,0r0,35r-50,0v1,6,1,11,1,17v0,18,-6,31,-20,43v8,0,17,-1,26,-1r71,0r0,40"},{"d":"225,0r-52,0r-17,-50r-92,0r-16,50r-48,0r81,-230v-9,-6,-15,-17,-15,-30v0,-25,21,-44,46,-44v26,0,46,19,46,44v0,13,-6,23,-15,30xm131,-260v0,-10,-9,-19,-19,-19v-10,0,-19,9,-19,19v0,10,9,19,19,19v10,0,19,-9,19,-19xm144,-87r-23,-64v-5,-13,-8,-25,-11,-38r0,0v-3,12,-7,26,-12,40r-22,62r68,0","w":225},{"d":"187,-93v0,56,-38,97,-92,97v-51,0,-83,-26,-83,-90v0,-56,37,-97,91,-97v51,0,84,28,84,90xm139,-90v0,-35,-12,-54,-39,-54v-21,0,-41,16,-41,53v0,37,13,55,40,55v23,0,40,-18,40,-54xm134,-226r-17,24r-65,-38r21,-31","w":199},{"d":"180,0r-45,0r0,-114v0,-18,-5,-30,-22,-30v-23,0,-42,26,-42,58r0,86r-46,0r0,-263r46,0r0,77v0,11,0,26,-3,37r0,0v10,-20,31,-34,59,-34v40,0,53,26,53,57r0,126","w":205},{"d":"134,-283r-8,25r-77,-19r10,-33xm225,0r-52,0r-17,-50r-92,0r-16,50r-48,0r85,-243r53,0xm144,-87r-24,-69v-4,-12,-7,-23,-10,-33r0,0v-3,10,-6,21,-10,33r-24,69r68,0","w":225},{"d":"143,-5v-14,5,-32,8,-50,8v-50,0,-81,-26,-81,-87v0,-56,29,-98,91,-98v14,0,28,2,40,6r-8,40v-10,-4,-21,-7,-33,-7v-27,0,-42,22,-42,55v0,31,11,52,42,52v12,0,25,-3,35,-8xm98,14v19,26,13,49,-7,70r-35,0v17,-21,21,-36,4,-58","w":153},{"d":"220,-94v0,66,-37,98,-101,98v-77,0,-94,-42,-94,-88r0,-159r47,0r0,156v0,31,10,52,50,52v36,0,52,-15,52,-56r0,-152r46,0r0,149","w":245},{"d":"150,-280r-11,23r-49,-22r-49,22r-10,-23r59,-31xm157,0r-132,0r0,-243r132,0r0,39r-85,0r0,60r81,0r0,38r-81,0r0,66r85,0r0,40","w":177},{"d":"187,19v0,39,-39,71,-98,71v-48,0,-77,-18,-77,-53v0,-19,13,-36,28,-44v-11,-5,-18,-15,-18,-28v0,-14,10,-26,22,-31v-17,-9,-27,-26,-27,-49v0,-36,27,-68,79,-68v12,0,19,1,29,4r61,0r0,36r-25,0v6,5,9,14,9,23v0,38,-25,64,-76,64v-5,0,-9,0,-14,-1v-6,3,-9,7,-9,11v0,8,7,10,28,11r27,2v39,1,61,17,61,52xm126,-118v0,-19,-11,-31,-32,-31v-21,0,-33,13,-33,31v0,19,11,31,33,31v20,0,32,-12,32,-31xm141,25v0,-13,-8,-22,-28,-23r-31,-1r-8,0v-10,8,-16,17,-16,27v0,17,15,27,38,27v30,0,45,-13,45,-30","w":196},{"d":"171,-283v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22v0,-12,10,-22,22,-22v12,0,22,10,22,22xm94,-283v0,12,-10,22,-22,22v-12,0,-23,-10,-23,-22v0,-12,11,-22,23,-22v12,0,22,10,22,22xm225,0r-52,0r-17,-50r-92,0r-16,50r-48,0r85,-243r53,0xm144,-87r-24,-69v-4,-12,-7,-23,-10,-33r0,0v-3,10,-6,21,-10,33r-24,69r68,0","w":225},{"d":"123,-117r-35,0v0,-5,0,-12,1,-18r0,0v-5,12,-20,21,-36,21v-27,0,-39,-15,-39,-35v0,-32,31,-46,72,-46r0,-6v0,-8,-3,-16,-21,-16v-14,0,-27,3,-39,9r-4,-31v13,-5,30,-8,49,-8v40,0,51,20,51,42r0,57v0,12,1,22,1,31xm130,-63r-112,0r0,-36r112,0r0,36xm86,-168r0,-4v-26,0,-37,5,-37,18v0,6,5,12,13,12v16,0,24,-16,24,-26","w":145},{"d":"87,-127v0,16,-13,29,-29,29v-16,0,-30,-13,-30,-29v0,-16,14,-30,30,-30v16,0,29,14,29,30xm87,-26v0,16,-13,30,-29,30v-16,0,-30,-14,-30,-30v0,-16,14,-29,30,-29v16,0,29,13,29,29","w":107},{"d":"521,21v-49,-21,-111,-32,-168,-32v-144,0,-235,63,-261,221r-81,0r0,79r74,0v-1,9,-1,17,-1,27v0,16,1,31,1,47r-74,0r0,79r87,0v29,127,113,219,278,219v47,0,100,-10,139,-25r-30,-101v-32,15,-76,25,-119,25v-77,0,-118,-49,-136,-118r165,0r0,-79r-180,0r0,-37r0,-37r180,0r0,-79r-168,0v18,-82,63,-118,146,-118v40,0,81,10,119,26","w":550},{"d":"164,0r-43,0v0,-10,0,-21,1,-30r0,-1v-9,20,-30,35,-57,35v-32,0,-51,-23,-51,-52v0,-42,41,-62,103,-62r0,-9v0,-19,-9,-29,-35,-29v-16,0,-36,6,-50,13r-9,-36v18,-7,44,-12,67,-12v57,0,73,24,73,61r0,76v0,14,0,31,1,46xm117,-75r0,-5v-47,0,-59,12,-59,27v0,12,8,21,21,21v23,0,38,-21,38,-43xm126,-226r-17,24r-65,-38r21,-31","w":188},{"d":"242,0r-85,0r0,-25r21,-18v15,-13,20,-19,20,-26v0,-7,-4,-12,-13,-12v-6,0,-14,2,-20,6r-7,-28v10,-4,24,-7,37,-7v32,0,44,15,44,33v0,13,-7,23,-24,38r-12,11r39,0r0,28xm229,-221r-181,229r-29,-21r181,-228xm82,-127r-37,0r0,-78r-24,10r-7,-26r33,-13r35,0r0,107","w":261},{"d":"183,-204v0,35,-21,58,-54,58v-41,0,-42,-38,-63,-38v-12,0,-17,10,-17,29r-34,0r0,-6v0,-35,21,-58,54,-58v41,0,42,38,63,38v12,0,17,-10,17,-29r34,0r0,6"},{"d":"196,-206r-24,0r0,241r-64,0r0,-37r25,0r0,-241r63,0r0,37xm105,-83v-59,0,-85,-36,-85,-80v0,-48,35,-80,85,-80r0,160","w":214},{"d":"178,-203r-63,0r0,203r-47,0r0,-203r-63,0r0,-40r173,0r0,40","w":183},{"d":"121,-156v0,15,-12,28,-28,28v-16,0,-28,-13,-28,-28v0,-15,12,-27,28,-27v16,0,28,12,28,27xm138,37r-6,42v-79,-2,-115,-36,-115,-73v0,-60,71,-60,54,-117r45,0v23,68,-49,76,-49,112v0,22,27,35,71,36","w":162},{"d":"69,87r-36,0r0,-360r36,0r0,360","w":103},{"d":"180,0r-43,0v0,-8,0,-23,2,-32r0,0v-11,21,-31,36,-61,36v-40,0,-53,-26,-53,-57r0,-126r46,0r0,115v0,18,5,29,22,29v23,0,41,-27,41,-58r0,-86r46,0r0,179xm132,-226r-17,24r-65,-38r21,-31","w":205},{"d":"191,-280r-11,23r-50,-22r-48,22r-11,-23r60,-31xm241,-125v0,80,-53,129,-119,129v-74,0,-110,-47,-110,-122v0,-80,54,-129,119,-129v65,0,110,39,110,122xm191,-121v0,-54,-23,-84,-65,-84v-33,0,-64,27,-64,82v0,51,20,84,64,84v32,0,65,-24,65,-82","w":253},{"d":"180,0r-43,0v0,-8,0,-23,2,-32r0,0v-11,21,-31,36,-61,36v-40,0,-53,-26,-53,-57r0,-126r46,0r0,115v0,18,5,29,22,29v23,0,41,-27,41,-58r0,-86r46,0r0,179","w":205},{"d":"184,-125r-63,0r0,66r-44,0r0,-66r-63,0r0,-38r63,0r0,-65r44,0r0,65r63,0r0,38xm183,0r-168,0r0,-39r168,0r0,39"},{"d":"127,-179v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28v0,-15,13,-28,28,-28v15,0,28,13,28,28xm184,-88r-170,0r0,-38r170,0r0,38xm127,-35v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28v0,-15,13,-28,28,-28v15,0,28,13,28,28"},{"d":"145,0r-129,0r0,-33r72,-106v-7,0,-21,1,-38,1r-32,0r0,-41r126,0r0,33r-71,104r41,0r31,0r0,42","w":162},{"d":"151,-277r-78,19r-7,-25r74,-27xm157,0r-132,0r0,-243r132,0r0,39r-85,0r0,60r81,0r0,38r-81,0r0,66r85,0r0,40","w":177},{"d":"190,-292v-11,19,-26,30,-45,30v-25,0,-32,-17,-46,-17v-8,0,-15,5,-21,15r-23,-15v11,-19,26,-30,45,-30v25,0,32,17,46,17v9,0,15,-5,21,-15xm226,0r-60,0r-71,-123v-10,-18,-20,-36,-27,-52v1,21,3,59,3,88r0,87r-46,0r0,-243r61,0r68,116v11,19,21,39,30,57v-2,-24,-3,-67,-3,-97r0,-76r45,0r0,243","w":251},{"d":"180,-179r-71,189v-23,62,-49,80,-90,80v-8,0,-18,-2,-25,-3r5,-39v7,2,15,3,23,3v15,0,31,-7,41,-35r5,-16r-66,-179r51,0r24,68v5,15,10,34,14,50r1,0v4,-16,11,-40,17,-57r21,-61r50,0xm151,-240r-65,38r-17,-24r61,-45","w":180},{"d":"149,-283r-8,25r-78,-19r11,-33xm220,-94v0,66,-37,98,-101,98v-77,0,-94,-42,-94,-88r0,-159r47,0r0,156v0,31,10,52,50,52v36,0,52,-15,52,-56r0,-152r46,0r0,149","w":245},{"d":"189,-8v-18,7,-40,11,-63,11v-85,0,-112,-57,-112,-117v0,-77,40,-131,121,-131v17,0,36,2,52,7r-6,43v-15,-5,-31,-8,-48,-8v-45,0,-68,33,-68,81v0,53,22,82,71,82v15,0,33,-4,46,-10xm130,14v19,26,13,49,-7,70r-35,0v17,-21,21,-36,4,-58","w":203},{"d":"109,-283v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22v0,-12,10,-22,22,-22v12,0,22,10,22,22xm31,-283v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22v0,-12,10,-22,22,-22v12,0,22,10,22,22xm72,0r-47,0r0,-243r47,0r0,243","w":97},{"d":"71,0r-46,0r0,-179r46,0r0,179xm109,-233v0,14,-11,25,-25,25v-14,0,-24,-11,-24,-25v0,-14,10,-25,24,-25v14,0,25,11,25,25xm37,-233v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25","w":95},{"d":"100,-127r-85,0r0,-26r21,-17v15,-13,20,-20,20,-27v0,-7,-5,-12,-14,-12v-6,0,-13,2,-19,6r-7,-27v10,-4,24,-8,37,-8v32,0,44,16,44,34v0,13,-7,23,-24,38r-12,10r39,0r0,29","w":115},{"d":"177,-106r-39,71r-36,-16r31,-55r-31,-53r37,-17xm99,-106r-44,69r-34,-17r33,-52r-33,-51r36,-17","w":192},{"d":"262,0r-131,0r0,-54r-71,0r-26,54r-48,0r121,-243r153,0r0,39r-84,0r0,60r81,0r0,38r-81,0r0,66r86,0r0,40xm131,-90r0,-114r-1,0v-6,17,-12,32,-22,51r-32,63r55,0","w":282},{"d":"155,-241v-10,21,-25,32,-44,32v-24,0,-30,-18,-44,-18v-8,0,-14,5,-20,16r-22,-17v10,-21,25,-32,44,-32v24,0,30,18,44,18v8,0,14,-5,20,-16xm164,0r-43,0v0,-10,0,-21,1,-30r0,-1v-9,20,-30,35,-57,35v-32,0,-51,-23,-51,-52v0,-42,41,-62,103,-62r0,-9v0,-19,-9,-29,-35,-29v-16,0,-36,6,-50,13r-9,-36v18,-7,44,-12,67,-12v57,0,73,24,73,61r0,76v0,14,0,31,1,46xm117,-75r0,-5v-47,0,-59,12,-59,27v0,12,8,21,21,21v23,0,38,-21,38,-43","w":188},{"d":"157,-223r-18,21r-38,-29r-37,29r-18,-20r56,-49xm180,0r-43,0v0,-8,0,-23,2,-32r0,0v-11,21,-31,36,-61,36v-40,0,-53,-26,-53,-57r0,-126r46,0r0,115v0,18,5,29,22,29v23,0,41,-27,41,-58r0,-86r46,0r0,179","w":205},{"d":"186,0r-58,0r-34,-60r-35,60r-55,0r62,-90r-58,-89r55,0r34,59r35,-59r51,0r-56,88","w":190},{"d":"71,0r-46,0r0,-263r46,0r0,263","w":95},{"d":"164,-241v-10,21,-25,32,-44,32v-24,0,-30,-18,-44,-18v-8,0,-14,5,-20,16r-22,-17v10,-21,25,-32,44,-32v24,0,30,18,44,18v8,0,14,-5,20,-16xm187,-93v0,56,-38,97,-92,97v-51,0,-83,-26,-83,-90v0,-56,37,-97,91,-97v51,0,84,28,84,90xm139,-90v0,-35,-12,-54,-39,-54v-21,0,-41,16,-41,53v0,37,13,55,40,55v23,0,40,-18,40,-54","w":199},{"d":"77,-233v0,15,-13,27,-29,27v-16,0,-29,-12,-29,-27v0,-15,13,-28,29,-28v16,0,29,12,29,28xm71,0r-46,0r0,-179r46,0r0,179","w":95},{"d":"184,0r-58,0r-55,-89r0,89r-46,0r0,-263r46,0r0,159r52,-75r56,0r-62,82","w":188},{"d":"46,-54v34,0,50,57,-17,116r-19,-17v25,-26,26,-42,14,-55v-13,-16,-3,-44,22,-44","w":92},{"d":"171,-103v0,6,0,13,-1,21r-111,0v0,33,16,50,49,50v17,0,35,-4,52,-11r5,35v-19,8,-43,12,-65,12v-57,0,-88,-29,-88,-92v0,-55,30,-95,84,-95v52,0,75,36,75,80xm126,-113v1,-23,-12,-36,-31,-36v-19,0,-32,14,-35,36r66,0xm129,-226r-17,24r-65,-38r21,-31","w":185},{"d":"183,-280r-12,23r-49,-22r-48,22r-11,-23r60,-31xm220,-94v0,66,-37,98,-101,98v-77,0,-94,-42,-94,-88r0,-159r47,0r0,156v0,31,10,52,50,52v36,0,52,-15,52,-56r0,-152r46,0r0,149","w":245},{"d":"241,-124v0,80,-52,128,-119,128v-8,0,-16,-1,-22,-2r-12,36r-34,-11r12,-35v-37,-19,-54,-60,-54,-111v0,-80,52,-128,118,-128v6,0,13,0,19,1r12,-33r34,10r-11,33v35,16,57,52,57,112xm193,-121v0,-31,-8,-56,-25,-69r-54,151v6,1,11,2,17,2v33,-3,62,-30,62,-84xm136,-204v-7,-1,-13,-1,-21,0v-31,5,-55,32,-55,81v0,31,7,55,22,68","w":253},{"d":"180,0r-43,0v0,-8,0,-23,2,-32r0,0v-11,21,-31,36,-61,36v-40,0,-53,-26,-53,-57r0,-126r46,0r0,115v0,18,5,29,22,29v23,0,41,-27,41,-58r0,-86r46,0r0,179xm161,-233v0,14,-11,25,-25,25v-14,0,-24,-11,-24,-25v0,-14,10,-25,24,-25v14,0,25,11,25,25xm89,-233v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25","w":205},{"d":"108,-280r-10,23r-50,-22r-48,22r-11,-23r60,-31xm72,0r-47,0r0,-243r47,0r0,243","w":97},{"d":"169,-241v-10,21,-25,32,-44,32v-24,0,-30,-18,-44,-18v-8,0,-14,5,-20,16r-22,-17v10,-21,25,-32,44,-32v24,0,30,18,44,18v8,0,14,-5,20,-16xm180,0r-45,0r0,-114v0,-18,-5,-30,-22,-30v-23,0,-42,27,-42,58r0,86r-46,0r0,-179r43,0v0,8,0,23,-2,32r0,0v11,-21,32,-36,61,-36v40,0,53,26,53,57r0,126","w":205},{"d":"191,-234r-58,119r45,0r0,29r-56,0r0,22r56,0r0,29r-56,0r0,35r-46,0r0,-35r-56,0r0,-29r56,0r0,-22r-56,0r0,-29r44,0r-57,-119r51,0r27,60r14,36r0,0v4,-11,11,-25,16,-37r26,-59r50,0"},{"d":"170,-75v0,32,-22,58,-59,67r0,39r-33,0r0,-36v-16,0,-30,-2,-44,-5r4,-41v14,5,31,7,45,7v23,0,39,-9,39,-27v0,-39,-96,-21,-96,-94v0,-31,22,-57,56,-64r0,-34r33,0r0,32v13,0,26,2,38,5r-4,38v-14,-4,-28,-6,-40,-6v-26,0,-36,11,-36,24v0,36,97,24,97,95"},{"d":"171,-103v0,6,0,13,-1,21r-111,0v0,33,16,50,49,50v17,0,35,-4,52,-11r5,35v-19,8,-43,12,-65,12v-57,0,-88,-29,-88,-92v0,-55,30,-95,84,-95v52,0,75,36,75,80xm126,-113v1,-23,-12,-36,-31,-36v-19,0,-32,14,-35,36r66,0xm147,-240r-65,38r-17,-24r61,-45","w":185},{"d":"168,-75v0,45,-38,79,-94,79v-22,0,-40,-3,-56,-7r5,-45v16,6,34,11,53,11v22,0,41,-9,41,-32v0,-46,-103,-25,-103,-105v0,-43,33,-73,92,-73v13,0,30,2,44,5r-4,41v-13,-4,-28,-7,-42,-7v-27,0,-40,12,-40,29v0,44,104,27,104,104","w":181},{"d":"172,-54r-36,17r-43,-68r43,-69r35,16r-33,53xm91,-52r-37,17r-39,-70r40,-71r35,16r-31,55","w":192},{"d":"187,-93v0,57,-38,97,-91,97v-7,0,-13,-2,-19,-3r-14,38r-27,-9r14,-36v-26,-14,-38,-42,-38,-80v0,-57,37,-97,91,-97v4,0,10,1,15,1r13,-33r27,8r-13,33v24,12,42,36,42,81xm144,-90v0,-20,-5,-34,-15,-44r-38,99v4,1,9,1,14,1v20,-2,39,-19,39,-56xm104,-145r-11,0v-19,3,-38,17,-38,54v0,17,4,33,12,42","w":199},{"d":"156,-233v0,14,-11,25,-25,25v-14,0,-24,-11,-24,-25v0,-14,10,-25,24,-25v14,0,25,11,25,25xm84,-233v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25","w":196},{"d":"193,-292v-11,19,-27,30,-46,30v-24,0,-31,-17,-45,-17v-9,0,-15,5,-21,15r-23,-15v11,-19,26,-30,45,-30v25,0,32,17,46,17v8,0,15,-5,21,-15xm241,-125v0,80,-53,129,-119,129v-74,0,-110,-47,-110,-122v0,-80,54,-129,119,-129v65,0,110,39,110,122xm191,-121v0,-54,-23,-84,-65,-84v-33,0,-64,27,-64,82v0,51,20,84,64,84v32,0,65,-24,65,-82","w":253},{"d":"225,0r-52,0r-17,-50r-92,0r-16,50r-48,0r85,-243r53,0xm144,-87r-24,-69v-4,-12,-7,-23,-10,-33r0,0v-3,10,-6,21,-10,33r-24,69r68,0","w":225},{"d":"274,-103v0,6,0,13,-1,21r-111,0v0,33,16,50,49,50v17,0,35,-4,52,-11r5,35v-19,8,-43,12,-65,12v-39,0,-63,-15,-72,-37r0,0v-11,21,-33,37,-65,37v-33,0,-52,-23,-52,-52v0,-42,41,-62,103,-62r0,-9v0,-19,-9,-29,-35,-29v-16,0,-36,6,-50,13r-9,-36v18,-7,44,-12,67,-12v24,0,44,5,56,22r1,0v11,-13,29,-22,52,-22v52,0,75,36,75,80xm229,-113v1,-23,-12,-36,-31,-36v-19,0,-32,14,-35,36r66,0xm117,-75r0,-5v-47,0,-59,12,-59,27v0,12,8,21,21,21v23,0,38,-21,38,-43","w":288},{"d":"171,-280r-11,23r-49,-22r-49,22r-11,-23r60,-31xm225,0r-52,0r-17,-50r-92,0r-16,50r-48,0r85,-243r53,0xm144,-87r-24,-69v-4,-12,-7,-23,-10,-33r0,0v-3,10,-6,21,-10,33r-24,69r68,0","w":225},{"d":"180,-194v-33,63,-62,137,-80,194r-53,0v21,-63,51,-138,79,-190v-10,0,-49,1,-77,1r-31,0r0,-45r162,0r0,40"},{"d":"62,-253r-6,92r-34,0r-6,-92r46,0","w":77},{"d":"181,-53r-28,28r-55,-55r-56,55r-25,-25r55,-55r-55,-56r28,-28r55,55r56,-55r25,25r-55,56"},{"d":"119,-283r-8,25r-78,-19r11,-33xm157,0r-132,0r0,-243r132,0r0,39r-85,0r0,60r81,0r0,38r-81,0r0,66r85,0r0,40","w":177},{"d":"260,-120v0,68,-55,123,-123,123v-69,0,-123,-55,-123,-123v0,-68,55,-123,123,-123v68,0,123,55,123,123xm225,-120v0,-49,-39,-89,-88,-89v-49,0,-89,40,-89,89v0,49,40,89,89,89v49,0,88,-40,88,-89xm173,-64v-11,5,-23,7,-37,7v-37,0,-58,-24,-58,-62v0,-35,19,-65,63,-65v12,0,22,2,30,5r-5,31v-5,-4,-14,-6,-23,-6v-19,0,-27,13,-27,34v0,21,8,32,25,32v9,0,18,-1,26,-5","w":274},{"d":"186,-100v0,70,-39,104,-89,104v-50,0,-85,-28,-85,-90v0,-57,37,-96,87,-96v11,0,22,3,28,11v-3,-6,-7,-10,-9,-14v-5,-8,-11,-16,-19,-25r-33,15r-19,-22r30,-13v-8,-7,-17,-14,-27,-21r45,-19v9,6,17,14,25,22r32,-14r18,21r-31,13v30,37,47,82,47,128xm139,-94v0,-31,-13,-50,-40,-50v-21,0,-39,17,-39,54v0,35,15,54,40,54v22,0,39,-18,39,-58","w":199},{"d":"155,-203r-83,0r0,62r78,0r0,39r-78,0r0,102r-47,0r0,-243r130,0r0,40","w":167},{"d":"283,-179r-56,179r-50,0r-26,-80v-4,-12,-7,-25,-10,-40r-1,0v-4,17,-7,30,-12,45r-23,75r-47,0r-55,-179r51,0r19,68v5,18,10,36,14,54r0,0v4,-20,8,-36,13,-52r22,-70r44,0r22,68v6,21,10,36,14,54r1,0v4,-18,8,-34,13,-52r20,-70r47,0","w":286},{"d":"229,-125v0,83,-54,126,-134,126v-25,0,-46,0,-67,-1r0,-106r-27,0r0,-35r27,0r0,-102v19,-1,49,-1,79,-1v75,0,122,34,122,119xm179,-122v0,-52,-21,-83,-76,-83v-11,0,-20,0,-28,1r0,63r43,0r0,35r-43,0r0,66v3,0,16,1,25,1v46,0,79,-25,79,-83","w":243},{"d":"171,-103v0,6,0,13,-1,21r-111,0v0,33,16,50,49,50v17,0,35,-4,52,-11r5,35v-19,8,-43,12,-65,12v-57,0,-88,-29,-88,-92v0,-55,30,-95,84,-95v52,0,75,36,75,80xm126,-113v1,-23,-12,-36,-31,-36v-19,0,-32,14,-35,36r66,0","w":185},{"d":"186,-191v0,46,-38,83,-84,83v-47,0,-85,-37,-85,-83v0,-46,39,-83,85,-83v47,0,84,36,84,83xm158,-191v0,-31,-25,-57,-56,-57v-31,0,-57,26,-57,57v0,31,26,57,57,57v31,0,56,-26,56,-57xm136,-151r-26,0r-14,-31r-2,0r0,31r-22,0r0,-80r33,0v20,0,29,9,29,22v0,13,-6,20,-16,23v2,2,4,5,6,9xm110,-206v0,-6,-3,-9,-11,-9r-5,0r0,18r4,0v9,0,12,-4,12,-9","w":203},{"d":"112,-226r-17,24r-65,-38r21,-31","w":134},{"d":"317,-149v0,67,-37,102,-87,102v-27,0,-38,-15,-37,-34r-1,0v-8,15,-27,34,-51,34v-23,0,-37,-17,-37,-51v0,-53,27,-96,85,-96v17,0,34,3,44,7r-13,71v-4,24,1,33,16,33v22,0,40,-19,40,-64v0,-42,-24,-81,-90,-81v-64,0,-115,50,-115,123v0,60,32,97,102,97v21,0,42,-4,63,-11r7,36v-24,8,-54,13,-76,13v-90,0,-138,-52,-138,-131v0,-95,70,-164,159,-164v86,0,129,52,129,116xm194,-162v-5,-1,-10,-2,-16,-2v-25,0,-38,34,-38,58v0,16,4,24,12,24v13,0,29,-20,38,-64","w":349},{"d":"92,14v19,26,13,49,-7,70r-35,0v17,-21,21,-36,4,-58","w":144},{"d":"168,-273r-127,331r-45,0r126,-331r46,0","w":166},{"d":"122,-216v0,33,-27,51,-55,51v-32,0,-52,-19,-52,-50v0,-32,27,-51,54,-51v37,0,53,23,53,50xm88,-216v0,-10,-6,-21,-19,-21v-12,0,-20,9,-20,22v0,13,8,21,20,21v12,0,19,-9,19,-22","w":139},{"d":"177,0r-159,0r0,-37r36,-35v55,-54,64,-70,64,-89v0,-20,-13,-35,-39,-35v-19,0,-38,8,-50,17r-9,-41v18,-10,43,-18,69,-18v55,0,80,33,80,69v0,31,-12,54,-58,98r-29,27r0,0r67,0r28,0r0,44"},{"d":"334,-243r-62,243r-58,0r-35,-134v-4,-15,-6,-33,-9,-50r-1,0v-2,17,-5,33,-9,49r-35,135r-54,0r-62,-243r50,0r33,134v4,16,7,33,9,50r0,0v3,-16,6,-33,10,-48r37,-136r49,0r38,135v4,13,7,30,9,47r1,0v3,-17,5,-32,9,-46r33,-136r47,0","w":342},{"d":"183,-64v0,44,-40,68,-87,68v-50,0,-82,-24,-82,-61v0,-28,21,-46,44,-60v-23,-13,-38,-29,-38,-55v0,-40,34,-66,82,-66v48,0,76,24,76,58v0,26,-17,43,-38,56v23,13,43,29,43,60xm131,-176v0,-15,-11,-26,-33,-26v-21,0,-31,12,-31,26v0,16,11,24,34,35v17,-10,30,-20,30,-35xm136,-60v0,-20,-19,-29,-41,-39v-18,10,-33,20,-33,38v0,16,13,28,38,28v20,0,36,-10,36,-27"},{"d":"139,-182v0,41,-28,68,-66,68v-33,0,-59,-18,-59,-66v0,-41,28,-67,64,-67v34,0,61,17,61,65xm134,-63r-115,0r0,-36r115,0r0,36xm101,-181v0,-19,-7,-34,-25,-34v-13,0,-25,9,-25,34v0,18,6,35,24,35v14,0,26,-9,26,-35","w":153},{"d":"180,-179r-71,189v-23,62,-49,80,-90,80v-8,0,-18,-2,-25,-3r5,-39v7,2,15,3,23,3v15,0,31,-7,41,-35r5,-16r-66,-179r51,0r24,68v5,15,10,34,14,50r1,0v4,-16,11,-40,17,-57r21,-61r50,0xm152,-233v0,14,-11,25,-25,25v-14,0,-24,-11,-24,-25v0,-14,10,-25,24,-25v14,0,25,11,25,25xm80,-233v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25","w":180},{"d":"135,-263r-4,38v-7,-3,-15,-3,-22,-3v-20,0,-29,10,-29,34r0,15r42,0r0,36r-42,0r0,143r-46,0r0,-143r-31,0r0,-36r31,0r0,-14v0,-49,22,-73,71,-73v10,0,21,1,30,3","w":127},{"d":"176,-78v0,50,-41,82,-103,82v-17,0,-31,-2,-45,-5r0,-41v14,4,29,6,48,6v31,0,49,-14,49,-37v0,-23,-20,-36,-53,-36v-16,0,-30,1,-40,3r0,-128r134,0r0,43r-91,0r0,46r14,0v56,0,87,28,87,67"},{"d":"189,-8v-18,7,-40,11,-63,11v-85,0,-112,-57,-112,-117v0,-77,40,-131,121,-131v17,0,36,2,52,7r-6,43v-15,-5,-31,-8,-48,-8v-45,0,-68,33,-68,81v0,53,22,82,71,82v15,0,33,-4,46,-10","w":203},{"d":"185,-277r-78,19r-7,-25r74,-27xm241,-125v0,80,-53,129,-119,129v-74,0,-110,-47,-110,-122v0,-80,54,-129,119,-129v65,0,110,39,110,122xm191,-121v0,-54,-23,-84,-65,-84v-33,0,-64,27,-64,82v0,51,20,84,64,84v32,0,65,-24,65,-82","w":253},{"d":"194,-75v0,35,-25,76,-98,76v-14,0,-40,-1,-71,-1r0,-243v21,-1,51,-1,81,-1v52,0,81,21,81,60v0,24,-14,45,-37,54r0,1v29,6,44,30,44,54xm138,-177v0,-18,-11,-30,-40,-30v-10,0,-18,1,-26,1r0,63v6,0,11,1,19,1v32,0,47,-13,47,-35xm144,-74v0,-24,-20,-33,-51,-33r-21,0r0,68v6,1,15,2,26,2v31,0,46,-15,46,-37","w":208},{"d":"83,-156v0,15,-12,28,-28,28v-16,0,-28,-13,-28,-28v0,-15,12,-27,28,-27v16,0,28,12,28,27xm82,76r-54,0r7,-187r39,0","w":115},{"d":"165,-89v0,21,-11,39,-28,52v8,10,13,23,13,38v0,30,-22,59,-81,59v-8,0,-20,0,-29,-3r2,-39v10,3,19,4,28,4v21,0,31,-10,31,-22v0,-33,-79,-53,-79,-117v0,-21,10,-39,27,-52v-9,-11,-13,-23,-13,-38v0,-32,21,-59,75,-59v9,0,21,1,30,3r-3,38v-9,-3,-16,-3,-25,-3v-19,0,-28,7,-28,20v0,31,80,55,80,119xm123,-83v0,-23,-22,-38,-48,-63v-8,6,-12,15,-12,23v0,21,18,36,49,63v8,-6,11,-15,11,-23","w":190},{"d":"272,-27r-30,35v-16,-11,-37,-26,-50,-36v-23,18,-54,32,-93,32v-56,0,-82,-32,-82,-71v0,-31,19,-54,46,-75v-22,-26,-31,-43,-31,-64v0,-32,26,-60,72,-60v41,0,64,21,64,53v0,25,-13,47,-43,70v17,17,42,39,65,57r0,1v14,-22,23,-51,22,-80r45,0v1,38,-10,76,-32,105v16,12,34,24,47,33xm122,-210v0,-12,-7,-21,-22,-21v-13,0,-23,9,-23,22v0,10,6,22,21,40v15,-13,24,-26,24,-41xm158,-53v-24,-20,-51,-45,-68,-62v-18,15,-25,28,-25,42v0,20,16,38,42,38v21,0,38,-8,51,-18","w":286},{"d":"164,0r-43,0v0,-10,0,-21,1,-30r0,-1v-9,20,-30,35,-57,35v-32,0,-51,-23,-51,-52v0,-42,41,-62,103,-62r0,-9v0,-19,-9,-29,-35,-29v-16,0,-36,6,-50,13r-9,-36v18,-7,44,-12,67,-12v57,0,73,24,73,61r0,76v0,14,0,31,1,46xm117,-75r0,-5v-47,0,-59,12,-59,27v0,12,8,21,21,21v23,0,38,-21,38,-43xm145,-240r-65,38r-17,-24r61,-45","w":188},{"d":"182,-277r-78,19r-7,-25r74,-27xm220,-94v0,66,-37,98,-101,98v-77,0,-94,-42,-94,-88r0,-159r47,0r0,156v0,31,10,52,50,52v36,0,52,-15,52,-56r0,-152r46,0r0,149","w":245},{"d":"177,-292v-11,19,-26,30,-45,30v-25,0,-32,-17,-46,-17v-9,0,-15,5,-21,15r-23,-15v11,-19,26,-30,45,-30v25,0,32,17,46,17v9,0,15,-5,21,-15xm225,0r-52,0r-17,-50r-92,0r-16,50r-48,0r85,-243r53,0xm144,-87r-24,-69v-4,-12,-7,-23,-10,-33r0,0v-3,10,-6,21,-10,33r-24,69r68,0","w":225},{"d":"207,-57v0,36,-30,61,-74,61v-15,0,-29,-2,-38,-5r2,-38v10,4,22,7,33,7v22,0,30,-10,30,-20v0,-31,-64,-27,-64,-83v0,-42,40,-43,40,-74v0,-14,-10,-21,-27,-21v-24,0,-38,16,-38,50r0,180r-46,0r0,-178v0,-64,39,-87,86,-87v44,0,73,20,73,53v0,46,-41,44,-41,72v0,31,64,28,64,83","w":218},{"d":"187,-93v0,56,-38,97,-92,97v-51,0,-83,-26,-83,-90v0,-56,37,-97,91,-97v51,0,84,28,84,90xm139,-90v0,-35,-12,-54,-39,-54v-21,0,-41,16,-41,53v0,37,13,55,40,55v23,0,40,-18,40,-54xm153,-240r-65,38r-17,-24r61,-45","w":199},{"d":"122,-95v-24,1,-36,10,-36,40r0,49v0,56,-19,80,-65,80r-8,0r0,-37v23,0,30,-8,30,-43r0,-48v0,-38,13,-56,33,-59r0,0v-21,-3,-33,-19,-33,-56r0,-32v0,-35,-7,-42,-30,-42r0,-37r8,0v48,0,65,27,65,80r0,30v0,31,12,39,36,40r0,35","w":129},{"d":"176,-34r-41,0r0,-54r-121,0r0,-38r162,0r0,92"},{"d":"130,-253r-6,92r-34,0r-6,-92r46,0xm62,-253r-6,92r-34,0r-6,-92r46,0","w":145},{"d":"150,-283v0,12,-9,22,-21,22v-12,0,-23,-10,-23,-22v0,-12,11,-22,23,-22v12,0,21,10,21,22xm73,-283v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22v0,-12,10,-22,22,-22v12,0,22,10,22,22xm157,0r-132,0r0,-243r132,0r0,39r-85,0r0,60r81,0r0,38r-81,0r0,66r85,0r0,40","w":177},{"d":"104,-81r-88,0r0,-37r88,0r0,37","w":120},{"d":"188,-99v0,62,-32,102,-94,102v-9,0,-15,-1,-23,-2r0,86r-46,0r0,-266r43,0v0,9,-1,21,-2,30r1,0v10,-21,29,-34,56,-34v42,0,65,31,65,84xm140,-94v0,-33,-10,-51,-31,-51v-24,0,-38,28,-38,59r0,50v7,2,15,3,24,3v26,0,45,-17,45,-61","w":201},{"d":"96,-159v0,23,-19,35,-55,35v-9,0,-21,-2,-26,-3r3,-23v5,1,13,2,19,2v13,0,19,-4,19,-11v0,-9,-8,-15,-34,-11r0,-21r5,0v21,0,27,-5,27,-13v0,-6,-4,-10,-14,-10v-6,0,-14,1,-19,4r-5,-22v8,-3,21,-6,34,-6v31,0,42,14,42,29v0,12,-4,21,-16,26v13,1,20,13,20,24","w":112},{"d":"126,-192r-16,29r-31,-25r6,39r-33,0r6,-39r-31,25r-16,-28r37,-15r-37,-14r16,-28r31,24r-6,-39r33,0r-6,39r31,-24r16,28r-36,14","w":138},{"d":"190,-131v0,50,-39,86,-100,86v-7,0,-12,1,-18,0r0,45r-47,0r0,-243r47,0r0,34v8,0,16,-1,26,-1v57,0,92,27,92,79xm142,-129v0,-25,-15,-43,-51,-43v-6,0,-12,1,-19,2r0,86v6,1,13,1,21,1v29,0,49,-16,49,-46","w":195},{"d":"181,0r-157,0r0,-41r58,0r0,-145r-52,20r-7,-44r72,-24r35,0r0,193r51,0r0,41"},{"d":"201,-243r-77,157r0,86r-47,0r0,-86r-76,-157r51,0r32,70v6,14,12,27,17,40r1,0v5,-14,12,-30,19,-45r31,-65r49,0","w":201},{"d":"187,-93v0,56,-38,97,-92,97v-51,0,-83,-26,-83,-90v0,-56,37,-97,91,-97v51,0,84,28,84,90xm139,-90v0,-35,-12,-54,-39,-54v-21,0,-41,16,-41,53v0,37,13,55,40,55v23,0,40,-18,40,-54xm162,-233v0,14,-11,25,-25,25v-14,0,-24,-11,-24,-25v0,-14,10,-25,24,-25v14,0,25,11,25,25xm90,-233v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25","w":199},{"d":"185,-119v0,87,-41,123,-88,123v-53,0,-84,-28,-84,-122v0,-82,36,-120,88,-120v53,0,84,31,84,119xm135,-117v0,-66,-11,-82,-36,-82v-21,0,-37,17,-37,79v0,65,10,84,37,84v23,0,36,-20,36,-81"},{"d":"114,-240r-65,38r-17,-24r61,-45","w":141},{"d":"101,-277r-78,19r-7,-25r74,-27xm72,0r-47,0r0,-243r47,0r0,243","w":97},{"d":"199,0r-58,0r-65,-100r-4,0r0,100r-47,0r0,-243v19,-1,42,-1,70,-1v54,0,88,18,88,68v0,36,-26,62,-60,68v6,9,14,17,20,26xm134,-171v0,-23,-14,-35,-44,-35v-7,0,-13,0,-18,1r0,70v3,0,10,1,17,1v28,0,45,-14,45,-37","w":204},{"d":"87,-127v0,16,-13,29,-29,29v-16,0,-30,-13,-30,-29v0,-16,14,-30,30,-30v16,0,29,14,29,30xm58,-54v34,0,50,57,-17,116r-19,-17v24,-26,25,-42,14,-55v-13,-16,-3,-44,22,-44","w":107},{"d":"145,-185v0,60,-71,60,-54,117r-45,0v-23,-68,49,-76,49,-112v0,-22,-27,-35,-71,-36r6,-42v79,2,115,36,115,73xm98,-23v0,15,-13,27,-29,27v-16,0,-28,-12,-28,-27v0,-15,12,-28,28,-28v16,0,29,13,29,28","w":162},{"d":"185,-80v0,53,-34,84,-85,84v-53,0,-86,-33,-86,-102v0,-94,49,-140,123,-140v9,0,19,1,27,2r0,40v-10,-2,-18,-3,-29,-3v-40,0,-62,21,-71,58v-1,3,-3,9,-4,15r1,0v11,-14,29,-23,51,-23v48,0,73,31,73,69xm139,-73v0,-24,-13,-38,-38,-38v-24,0,-38,18,-38,35v0,24,14,43,40,43v23,0,36,-17,36,-40"},{"d":"185,-42r-35,25r-28,-37v-8,4,-17,6,-26,6v-8,0,-14,-1,-20,-3r-25,34r-36,-25r25,-31v-8,-11,-12,-25,-12,-44v0,-18,5,-33,14,-45r-26,-33r35,-25r25,35v8,-3,17,-4,26,-4v8,0,16,1,23,4r25,-35r35,26r-25,32v6,10,10,23,10,41v0,17,-5,32,-13,43xm130,-120v0,-22,-9,-36,-31,-36v-16,0,-31,13,-31,37v0,21,9,37,31,37v16,0,31,-11,31,-38"},{"d":"212,0r-62,0r-78,-117r0,117r-47,0r0,-243r47,0r0,110r79,-110r57,0r-89,117","w":214},{"d":"88,-255r-7,187r-40,0r-7,-187r54,0xm89,-23v0,15,-13,27,-29,27v-16,0,-28,-12,-28,-27v0,-15,12,-28,28,-28v16,0,29,13,29,28","w":115},{"d":"92,-104v0,57,-13,119,-53,181r-34,-15v27,-48,42,-105,42,-164v0,-61,-14,-116,-42,-165r35,-16v40,63,52,121,52,179","w":110},{"d":"241,-125v0,80,-53,129,-119,129v-74,0,-110,-47,-110,-122v0,-80,54,-129,119,-129v65,0,110,39,110,122xm191,-121v0,-54,-23,-84,-65,-84v-33,0,-64,27,-64,82v0,51,20,84,64,84v32,0,65,-24,65,-82","w":253},{"d":"176,-138r-33,17r-48,-89r-45,89r-30,-17r59,-105r35,0"},{"d":"222,0r-47,0r0,-105r-103,0r0,105r-47,0r0,-243r47,0r0,97r103,0r0,-97r47,0r0,243","w":247},{"d":"82,-127r-37,0r0,-78r-24,10r-7,-26r34,-13r34,0r0,107","w":114},{"d":"103,-223r-18,21r-38,-29r-37,29r-18,-20r56,-49xm71,0r-46,0r0,-179r46,0r0,179","w":95},{"d":"149,-223r-18,21r-37,-29r-37,29r-18,-20r55,-49xm171,-103v0,6,0,13,-1,21r-111,0v0,33,16,50,49,50v17,0,35,-4,52,-11r5,35v-19,8,-43,12,-65,12v-57,0,-88,-29,-88,-92v0,-55,30,-95,84,-95v52,0,75,36,75,80xm126,-113v1,-23,-12,-36,-31,-36v-19,0,-32,14,-35,36r66,0","w":185},{"d":"143,-5v-14,5,-32,8,-50,8v-50,0,-81,-26,-81,-87v0,-56,29,-98,91,-98v14,0,28,2,40,6r-8,40v-10,-4,-21,-7,-33,-7v-27,0,-42,22,-42,55v0,31,11,52,42,52v12,0,25,-3,35,-8","w":153},{"d":"194,-43r0,-42r-24,42r24,0xm243,-18r-16,0r0,18r-33,0r0,-18r-51,0r-2,-23r37,-66r49,0r0,64r16,0r0,25xm229,-221r-180,229r-30,-21r181,-228xm82,-127r-37,0r0,-78r-24,10r-7,-26r34,-13r34,0r0,107","w":261},{"d":"78,-107v0,17,-13,30,-29,30v-17,0,-30,-13,-30,-30v0,-16,13,-30,30,-30v16,0,29,14,29,30","w":96},{"d":"164,0r-43,0v0,-10,0,-21,1,-30r0,-1v-9,20,-30,35,-57,35v-32,0,-51,-23,-51,-52v0,-42,41,-62,103,-62r0,-9v0,-19,-9,-29,-35,-29v-16,0,-36,6,-50,13r-9,-36v18,-7,44,-12,67,-12v57,0,73,24,73,61r0,76v0,14,0,31,1,46xm117,-75r0,-5v-47,0,-59,12,-59,27v0,12,8,21,21,21v23,0,38,-21,38,-43","w":188},{"d":"175,-108r-114,106r-30,-30r85,-76r-86,-75r30,-31"},{"d":"76,-26v0,16,-14,30,-30,30v-16,0,-29,-14,-29,-30v0,-16,13,-29,29,-29v16,0,30,13,30,29","w":92},{"d":"69,-141r-36,0r0,-132r36,0r0,132xm69,87r-36,0r0,-136r36,0r0,136","w":103},{"d":"227,-126v0,84,-55,127,-134,127v-25,0,-47,0,-68,-1r0,-243v19,-1,49,-1,79,-1v75,0,123,33,123,118xm176,-122v0,-52,-21,-83,-76,-83v-11,0,-20,0,-28,1r0,164v6,1,17,1,26,1v46,0,78,-25,78,-83","w":240},{"d":"80,-283r-8,25r-77,-19r10,-33xm72,0r-47,0r0,-243r47,0r0,243","w":97},{"d":"188,-99v0,60,-35,103,-97,103v-26,0,-45,-3,-66,-9r0,-258r46,0r0,77v0,11,-1,26,-3,35r0,0v9,-19,29,-32,54,-32v43,0,66,31,66,84xm140,-94v0,-33,-10,-50,-31,-50v-24,0,-38,27,-38,57r0,51v6,2,14,3,24,3v26,0,45,-17,45,-61","w":201},{"d":"181,-179r-67,179r-47,0r-66,-179r50,0r29,81v4,13,9,26,12,39r1,0v3,-12,6,-26,10,-38r29,-82r49,0","w":182},{"d":"222,0r-59,0r-52,-89r-52,89r-55,0r77,-124r-73,-119r55,0r49,84r49,-84r53,0r-71,118","w":226},{"d":"139,-240v0,25,-20,44,-45,44v-26,0,-46,-18,-46,-44v0,-25,21,-44,46,-44v26,0,45,19,45,44xm112,-240v0,-10,-8,-19,-18,-19v-10,0,-19,9,-19,19v0,10,9,19,19,19v10,0,18,-9,18,-19xm164,0r-43,0v0,-10,0,-21,1,-30r0,-1v-9,20,-30,35,-57,35v-32,0,-51,-23,-51,-52v0,-42,41,-62,103,-62r0,-9v0,-19,-9,-29,-35,-29v-16,0,-36,6,-50,13r-9,-36v18,-7,44,-12,67,-12v57,0,73,24,73,61r0,76v0,14,0,31,1,46xm117,-75r0,-5v-47,0,-59,12,-59,27v0,12,8,21,21,21v23,0,38,-21,38,-43","w":188},{"d":"123,-183r-2,45v-33,-6,-50,15,-50,65r0,73r-46,0r0,-179r43,0v0,9,-1,23,-3,36r1,0v9,-23,26,-43,57,-40","w":127},{"d":"287,0r-46,0r0,-113v0,-19,-4,-31,-21,-31v-20,0,-41,23,-41,58r0,86r-46,0r0,-113v0,-18,-3,-31,-21,-31v-21,0,-41,25,-41,58r0,86r-46,0r0,-179r43,0v0,8,0,22,-2,32r1,0v11,-22,32,-36,59,-36v32,0,45,19,49,36v8,-17,28,-36,58,-36v35,0,54,20,54,60r0,123","w":311},{"d":"160,-277r-78,19r-7,-25r74,-27xm201,-243r-77,157r0,86r-47,0r0,-86r-76,-157r51,0r32,70v6,14,12,27,17,40r1,0v5,-14,12,-30,19,-45r31,-65r49,0","w":201},{"d":"188,-99v0,62,-32,102,-94,102v-9,0,-15,-1,-23,-2r0,86r-46,0r0,-350r46,0r0,74v0,11,-1,25,-2,36r1,0v9,-18,27,-30,53,-30v42,0,65,31,65,84xm140,-94v0,-33,-10,-51,-31,-51v-24,0,-38,28,-38,59r0,50v7,2,15,3,24,3v26,0,45,-17,45,-61","w":201},{"d":"260,-55v0,36,-25,59,-57,59v-35,0,-53,-21,-53,-56v0,-35,24,-59,56,-59v33,0,54,19,54,56xm241,-221r-181,229r-28,-21r180,-228xm123,-183v0,36,-24,60,-56,60v-35,0,-53,-22,-53,-57v0,-35,24,-58,56,-58v33,0,53,18,53,55xm225,-53v0,-21,-7,-29,-20,-29v-12,0,-20,10,-20,28v0,21,8,29,21,29v11,0,19,-10,19,-28xm89,-181v0,-21,-7,-28,-20,-28v-11,0,-20,10,-20,28v0,21,7,29,20,29v11,0,20,-11,20,-29","w":273},{"d":"166,-277r-77,19r-8,-25r75,-27xm225,0r-52,0r-17,-50r-92,0r-16,50r-48,0r85,-243r53,0xm144,-87r-24,-69v-4,-12,-7,-23,-10,-33r0,0v-3,10,-6,21,-10,33r-24,69r68,0","w":225},{"d":"184,-88r-63,0r0,67r-44,0r0,-67r-63,0r0,-38r63,0r0,-67r44,0r0,67r63,0r0,38"},{"d":"174,-75v0,50,-42,79,-104,79v-18,0,-35,-3,-46,-6r4,-39v14,5,28,6,45,6v35,0,52,-14,52,-34v0,-20,-17,-34,-52,-34v-13,0,-23,2,-36,3r0,-36r10,0v44,0,73,-11,73,-36v0,-17,-13,-28,-39,-28v-20,0,-37,5,-50,12r-4,-39v18,-7,39,-11,64,-11v53,0,77,25,77,58v0,27,-14,44,-40,52r-1,1v27,3,47,25,47,52"},{"d":"183,-136v0,95,-50,140,-123,140v-10,0,-22,-1,-33,-3r0,-41v12,3,24,5,36,5v39,0,60,-20,69,-56v1,-5,3,-9,4,-14r-1,0v-11,13,-28,20,-50,20v-47,0,-73,-29,-73,-69v0,-52,36,-84,86,-84v52,0,85,32,85,102xm133,-158v0,-24,-13,-43,-39,-43v-23,0,-36,18,-36,40v0,24,13,39,37,39v24,0,38,-17,38,-36"},{"d":"78,-233v0,15,-13,27,-29,27v-16,0,-28,-12,-28,-27v0,-15,12,-28,28,-28v16,0,29,12,29,28xm72,13v0,48,-17,76,-69,76v-8,0,-18,-1,-25,-3r3,-40v6,3,15,5,21,5v19,0,25,-9,25,-33r0,-197r45,0r0,192","w":97},{"d":"168,-33r-30,31r-115,-106r114,-106r30,30r-85,75"},{"d":"306,0r-49,0r-18,-116v-4,-22,-5,-41,-7,-58r-1,0v-3,15,-7,33,-13,52r-39,122r-46,0r-37,-113v-7,-21,-12,-41,-16,-61r0,0v-1,22,-4,41,-7,62r-14,112r-47,0r37,-243r55,0r40,125v5,14,10,32,14,51r0,0v4,-19,8,-33,14,-50r42,-126r54,0","w":317},{"d":"105,74r-79,0r0,-354r79,0r0,37r-36,0r0,280r36,0r0,37","w":118},{"d":"241,-125v0,80,-53,129,-119,129v-74,0,-110,-47,-110,-122v0,-80,54,-129,119,-129v65,0,110,39,110,122xm252,73v-66,10,-88,-16,-143,-9r0,-42v63,-8,83,19,143,10r0,41xm191,-121v0,-54,-23,-84,-65,-84v-33,0,-64,27,-64,82v0,51,20,84,64,84v32,0,65,-24,65,-82","w":253},{"d":"171,-46v-12,5,-27,10,-40,11r0,35r-35,0r0,-35v-46,-5,-70,-36,-70,-82v0,-45,25,-77,70,-86r0,-31r35,0r0,30v12,1,26,3,37,7r-9,38v-10,-5,-24,-8,-37,-8v-29,0,-47,16,-47,47v0,28,16,47,47,47v14,0,27,-4,38,-10"},{"d":"124,-1v-12,3,-26,5,-39,5v-40,0,-52,-15,-52,-57r0,-90r-31,0r0,-36r31,0r0,-55r46,-12r0,67r43,0r0,36r-43,0r0,78v0,23,5,30,21,30v8,0,15,-1,21,-3","w":135},{"d":"180,0r-43,0v0,-8,0,-23,2,-32r0,0v-11,21,-31,36,-61,36v-40,0,-53,-26,-53,-57r0,-126r46,0r0,115v0,18,5,29,22,29v23,0,41,-27,41,-58r0,-86r46,0r0,179xm159,-240r-65,38r-17,-24r61,-45","w":205},{"d":"188,-143r-30,0r-5,50r27,0r0,31r-30,0r-7,62r-34,0r7,-62r-45,0r-7,62r-33,0r6,-62r-27,0r0,-31r30,0r5,-50r-27,0r0,-31r31,0r6,-60r34,0r-7,60r46,0r6,-60r33,0r-6,60r27,0r0,31xm124,-143r-45,0r-5,50r46,0"},{"d":"107,61r-35,16v-40,-63,-53,-122,-53,-180v0,-57,13,-118,53,-180r34,15v-27,48,-42,105,-42,164v0,61,15,116,43,165","w":110},{"d":"149,-223r-18,21r-37,-29r-37,29r-18,-20r55,-49xm164,0r-43,0v0,-10,0,-21,1,-30r0,-1v-9,20,-30,35,-57,35v-32,0,-51,-23,-51,-52v0,-42,41,-62,103,-62r0,-9v0,-19,-9,-29,-35,-29v-16,0,-36,6,-50,13r-9,-36v18,-7,44,-12,67,-12v57,0,73,24,73,61r0,76v0,14,0,31,1,46xm117,-75r0,-5v-47,0,-59,12,-59,27v0,12,8,21,21,21v23,0,38,-21,38,-43","w":188},{"d":"225,-243r-85,243r-54,0r-85,-243r51,0r47,142v5,14,10,32,14,47r1,0v4,-16,10,-34,15,-50r48,-139r48,0","w":226},{"d":"187,-93v0,56,-38,97,-92,97v-51,0,-83,-26,-83,-90v0,-56,37,-97,91,-97v51,0,84,28,84,90xm139,-90v0,-35,-12,-54,-39,-54v-21,0,-41,16,-41,53v0,37,13,55,40,55v23,0,40,-18,40,-54","w":199},{"d":"136,-56v0,36,-31,60,-79,60v-14,0,-28,-2,-40,-5r4,-39v11,5,25,8,38,8v17,0,28,-7,28,-19v0,-32,-72,-14,-72,-75v0,-32,24,-57,75,-57v10,0,23,2,33,4r-2,36v-10,-3,-21,-5,-32,-5v-18,0,-27,7,-27,18v0,30,74,15,74,74","w":150},{"d":"164,0r-43,0v0,-10,0,-21,1,-30r0,-1v-9,20,-30,35,-57,35v-32,0,-51,-23,-51,-52v0,-42,41,-62,103,-62r0,-9v0,-19,-9,-29,-35,-29v-16,0,-36,6,-50,13r-9,-36v18,-7,44,-12,67,-12v57,0,73,24,73,61r0,76v0,14,0,31,1,46xm117,-75r0,-5v-47,0,-59,12,-59,27v0,12,8,21,21,21v23,0,38,-21,38,-43xm155,-233v0,14,-11,25,-25,25v-14,0,-24,-11,-24,-25v0,-14,10,-25,24,-25v14,0,25,11,25,25xm83,-233v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25","w":188},{"d":"71,0r-46,0r0,-179r46,0r0,179xm88,-226r-17,24r-65,-38r21,-31","w":95},{"d":"196,-43r0,-42r-24,42r24,0xm245,-18r-16,0r0,18r-33,0r0,-18r-51,0r-2,-23r37,-66r49,0r0,64r16,0r0,25xm231,-221r-181,229r-29,-21r181,-228xm98,-159v0,23,-19,35,-55,35v-9,0,-21,-2,-26,-3r3,-23v5,1,12,3,19,3v13,0,19,-5,19,-12v0,-9,-7,-15,-34,-11r0,-21r5,0v21,0,26,-5,26,-13v0,-6,-3,-10,-13,-10v-7,0,-15,1,-20,4r-4,-22v8,-3,21,-6,34,-6v31,0,42,14,42,29v0,12,-5,21,-17,26v13,1,21,13,21,24","w":262},{"d":"119,74r-8,0v-47,0,-65,-24,-65,-80r0,-49v0,-30,-12,-39,-36,-40r0,-35v24,-1,36,-9,36,-39r0,-31v0,-53,17,-80,65,-80r8,0r0,37v-23,0,-30,7,-30,42r0,31v0,38,-14,53,-34,57r0,0v20,3,34,21,34,59r0,48v0,35,7,43,30,43r0,37","w":130},{"d":"181,-283v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22v0,-12,10,-22,22,-22v12,0,22,10,22,22xm104,-283v0,12,-10,22,-22,22v-12,0,-23,-10,-23,-22v0,-12,11,-22,23,-22v12,0,22,10,22,22xm220,-94v0,66,-37,98,-101,98v-77,0,-94,-42,-94,-88r0,-159r47,0r0,156v0,31,10,52,50,52v36,0,52,-15,52,-56r0,-152r46,0r0,149","w":245},{"w":78},{"d":"189,-283v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22v0,-12,10,-22,22,-22v12,0,22,10,22,22xm111,-283v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22v0,-12,10,-22,22,-22v12,0,22,10,22,22xm241,-125v0,80,-53,129,-119,129v-74,0,-110,-47,-110,-122v0,-80,54,-129,119,-129v65,0,110,39,110,122xm191,-121v0,-54,-23,-84,-65,-84v-33,0,-64,27,-64,82v0,51,20,84,64,84v32,0,65,-24,65,-82","w":253},{"d":"190,-51r-32,0r0,51r-45,0r0,-51r-102,0r-5,-38r89,-145r63,0r0,142r32,0r0,41xm113,-92r0,-96r0,0r-60,97v16,-1,49,-1,60,-1"},{"d":"177,0r-161,0r0,-36r88,-143v5,-8,10,-15,16,-23v-9,0,-21,1,-45,1r-56,0r0,-42r157,0r0,37r-92,147v-4,6,-8,11,-12,17v6,-1,23,-1,53,-1r52,0r0,43","w":193},{"d":"120,-216r-97,0r0,-33r97,0r0,33","w":142},{"d":"71,0r-46,0r0,-179r46,0r0,179xm89,-240r-65,38r-17,-24r61,-45","w":95},{"d":"157,-283r-7,25r-78,-19r11,-33xm241,-125v0,80,-53,129,-119,129v-74,0,-110,-47,-110,-122v0,-80,54,-129,119,-129v65,0,110,39,110,122xm191,-121v0,-54,-23,-84,-65,-84v-33,0,-64,27,-64,82v0,51,20,84,64,84v32,0,65,-24,65,-82","w":253},{"w":78},{"d":"219,-12v-24,10,-54,16,-83,16v-77,0,-123,-46,-123,-120v0,-76,52,-131,135,-131v25,0,50,5,69,11r-10,42v-18,-7,-39,-11,-62,-11v-48,0,-81,31,-81,85v0,51,28,81,77,81v12,0,22,-1,31,-4r0,-84r47,0r0,115","w":243},{"d":"183,-169v0,47,-36,84,-95,84v-4,0,-10,0,-16,-1r0,86r-47,0r0,-243v20,-1,41,-1,65,-1v60,0,93,27,93,75xm134,-166v0,-24,-13,-40,-45,-40r-17,0r0,81v5,1,10,1,14,1v29,0,48,-16,48,-42","w":191},{"d":"180,-179r-71,189v-23,62,-49,80,-90,80v-8,0,-18,-2,-25,-3r5,-39v7,2,15,3,23,3v15,0,31,-7,41,-35r5,-16r-66,-179r51,0r24,68v5,15,10,34,14,50r1,0v4,-16,11,-40,17,-57r21,-61r50,0","w":180},{"d":"157,0r-132,0r0,-243r132,0r0,39r-85,0r0,60r81,0r0,38r-81,0r0,66r85,0r0,40","w":177},{"d":"176,87r-46,0r0,-81v0,-10,1,-23,3,-35r-1,0v-9,21,-29,33,-53,33v-43,0,-66,-29,-66,-84v0,-60,35,-102,98,-102v25,0,46,2,65,5r0,264xm130,-94r0,-49v-8,-1,-15,-3,-24,-3v-26,0,-45,17,-45,61v0,33,9,51,30,51v24,0,39,-29,39,-60","w":201},{"d":"198,89r-198,0r0,-37r198,0r0,37"},{"d":"179,-123r-160,0r0,-37r160,0r0,37xm179,-54r-160,0r0,-37r160,0r0,37"},{"d":"226,0r-60,0r-71,-123v-10,-18,-20,-36,-27,-52v1,21,3,59,3,88r0,87r-46,0r0,-243r61,0r68,116v11,19,21,39,30,57v-2,-24,-3,-67,-3,-97r0,-76r45,0r0,243","w":251},{"d":"151,0r-126,0r0,-243r47,0r0,202r79,0r0,41","w":154},{"d":"171,-103v0,6,0,13,-1,21r-111,0v0,33,16,50,49,50v17,0,35,-4,52,-11r5,35v-19,8,-43,12,-65,12v-57,0,-88,-29,-88,-92v0,-55,30,-95,84,-95v52,0,75,36,75,80xm126,-113v1,-23,-12,-36,-31,-36v-19,0,-32,14,-35,36r66,0xm157,-233v0,14,-11,25,-25,25v-14,0,-24,-11,-24,-25v0,-14,10,-25,24,-25v14,0,25,11,25,25xm85,-233v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25","w":185},{"d":"180,0r-45,0r0,-114v0,-18,-5,-30,-22,-30v-23,0,-42,27,-42,58r0,86r-46,0r0,-179r43,0v0,8,0,23,-2,32r0,0v11,-21,32,-36,61,-36v40,0,53,26,53,57r0,126","w":205},{"d":"92,74r-79,0r0,-37r36,0r0,-280r-36,0r0,-37r79,0r0,354","w":118},{"d":"176,0r-43,0v0,-9,1,-20,2,-30r-1,0v-9,20,-29,34,-56,34v-44,0,-65,-33,-65,-84v0,-60,35,-102,94,-102v8,0,15,0,23,1r0,-82r46,0r0,263xm130,-93r0,-50v-8,-2,-16,-3,-24,-3v-26,0,-45,17,-45,61v0,33,9,51,30,51v24,0,39,-28,39,-59","w":200},{"d":"96,-68v0,40,-17,71,-66,71v-13,0,-22,-2,-30,-3r0,-40v6,2,13,4,22,4v17,0,27,-8,27,-34r0,-173r47,0r0,175","w":120},{"d":"72,0r-47,0r0,-243r47,0r0,243","w":97},{"d":"174,58r-45,0r-126,-331r45,0","w":172}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+87-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);})("K$RJoeH8k[C0KwDyYelIi$iC2SHJReC02SFIk[~ERW;u-_8*23A)!$-823A)!$`_23A)!$!J23A)!$-Ikl5J!Qcp!l5J!QcDHJW1Y&Z)-SlE23A)!$!823A)!$lzxD5J!pcz-J5J!QcD!l5J!Qc*R3%1Y&Z)-pRA23A)!$Fe4l5J!QcexW5J!QcVH3W1Y&Z)-pl1Y&Z)RpYj23A)!$!%23A)!$T523A)!$RV23A)!$T%23A)!$!M23A)!$He23A)!$We23A)!$iI23A)!$F*23A)!$!S23A)!$A_23A)!$R*+$51Y&Z)RpWBkI51Y&Z)R&z1Y&Z)R$F1Y&Z)RQz1Y&Z)ReH1Y&Z)-SW1Y&Z)Rpl1Y&Z)-&AV23A)!$A%AJ5J!Qcz-D5J!Qcexl5J!Qczxl5J!QcVHAl1Y&Z)R&R1Y&Z)-_iMFJ5J!QcVHJ5J!Qcpxl5J!QczxW5J!Qce!`RM23A)!$T)RW5J!QczR[cZ23A)!$is2wC1Y&Z)-pZIW_z1Y&Z)-el1Y&Z)ReReHAH1Y&Z)RQHw23A)!$`523A)!$`MFD5J!QcD!W5J!QcV-W5J!Qcp!J5J!QcVRD5J!Qce!MJ1Y&Z)-[H1iD5J!Qcp-*J)23A)!$i_KD5J!QcVR&lR23A)!$-S!l5J!Qc*Hl5J!QcpRliyG_R1Y&Z)-&~UiXDG2Vz1Y&Z)-pD1Y&Z)R[W1Y&Z)R[lp23A)!$Fp23A)!$iM-&s023A)!$`S~l5J!Qcp-SFS[l5J!QcDH2F^23A)!$~V23A)!$RDFW5J!Qcp!Xu_x[d;&W^~23A)!$`IYl5J!Qce-X!d23A)!$AIWeCZcwQ`l$3iFKU!HxGT~X&AW[2-Rko1Y+4,z*pVDeEdB.gu^0?)5I_8JSMs%jy;C7n_23A)!$A823A)!$Wp23A)!$FD+J5J!QcV-J5J!Qcz!l5J!QcVHp~k23A)!$le23A)!$WV23A)!$TIi`YT+AW52_Jx&l5J!QcD-e%YR`BF2l)*UEH)o$D8Kwi*KX5BG&Zu1QJ*UEZuoQJ)Ue5DoeY8kw5EG[i0R*%Eo3D)k3!C+M8yk[-d-*%?k_8?2*,nxEYMYJ)0K&;dG_d0KJ)0oeWBRSA^o[WIYeWBo$5D1J)0-SC^4wsg2w%u-[FVR[~?2w%poSJ;U*^1Ue5?-Sluk$C_Yl)0-SC^KXT?kX%8R2H8K$5?-Sl8k[C0Uez?1M~0-[JDKXDeoMidxSV;oQugKSVBRJ^p[SDY2&J)[SDY4XVdKXZ,")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":198,"face":{"font-family":"TheSans","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-22 -311 521 661","underline-thickness":"36.72","underline-position":"-70.2","stemh":"36","stemv":"44","unicode-range":"U+0020-U+20AC"}}));;Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"58,0r-23,0r0,-243r23,0r0,243xm94,-285v0,9,-6,16,-15,16v-9,0,-16,-7,-16,-16v0,-9,7,-15,16,-15v9,0,15,6,15,15xm28,-285v0,9,-6,16,-15,16v-9,0,-16,-7,-16,-16v0,-9,7,-15,16,-15v9,0,15,6,15,15","w":92},{"d":"167,-134r-18,9r-55,-100r-53,100r-16,-9r60,-109r19,0","w":192},{"d":"213,0r-27,0r-21,-62r-112,0r-23,62r-24,0r91,-243r25,0xm158,-81r-38,-103v-5,-12,-8,-23,-11,-35r-1,0v-3,12,-7,23,-11,35r-38,103r99,0xm127,-276r-12,12r-46,-37r14,-15","w":218},{"d":"143,-75v0,19,-9,36,-22,47v5,9,10,22,10,34v0,26,-18,55,-59,55v-9,0,-18,-2,-25,-3r2,-21v7,3,17,4,26,4v23,0,33,-14,33,-33v0,-41,-79,-86,-79,-140v0,-20,10,-39,23,-49v-5,-8,-10,-22,-10,-32v0,-30,18,-54,56,-54v8,0,18,2,24,3r-2,19v-8,-2,-15,-3,-24,-3v-21,0,-31,12,-31,33v0,40,78,86,78,140xm121,-73v0,-29,-32,-56,-58,-92v-8,6,-12,16,-12,30v0,25,24,51,58,92v6,-5,12,-18,12,-30","w":173},{"d":"174,0r-23,0v0,-12,1,-30,3,-41r-1,-1v-10,27,-32,45,-64,45v-41,0,-54,-25,-54,-57r0,-125r22,0r0,116v0,30,9,48,37,48v34,0,57,-33,57,-78r0,-86r23,0r0,179xm125,-222r-12,12r-46,-37r14,-15","w":208},{"d":"174,0r-23,0r0,-116v0,-30,-8,-48,-36,-48v-34,0,-58,33,-58,78r0,86r-22,0r0,-263r22,0r0,90v0,12,-1,27,-3,36r1,0v10,-28,34,-45,65,-45v41,0,54,25,54,57r0,125","w":208},{"d":"200,0r-29,0r-68,-108r-68,108r-27,0r81,-126r-76,-117r27,0r63,99r62,-99r27,0r-76,115","w":208},{"d":"163,-110v0,3,0,7,-1,12r-121,0v-2,58,19,82,61,82v19,0,39,-6,52,-12r2,20v-16,6,-36,11,-58,11v-53,0,-81,-29,-81,-92v0,-53,28,-93,77,-93v49,0,69,33,69,72xm139,-116v1,-29,-17,-49,-46,-49v-27,0,-46,19,-51,49r97,0","w":181},{"d":"174,0r-23,0v0,-12,1,-30,3,-41r-1,-1v-10,27,-32,45,-64,45v-41,0,-54,-25,-54,-57r0,-125r22,0r0,116v0,30,9,48,37,48v34,0,57,-33,57,-78r0,-86r23,0r0,179xm152,-237v0,9,-6,16,-15,16v-9,0,-16,-7,-16,-16v0,-9,7,-15,16,-15v9,0,15,6,15,15xm86,-237v0,9,-7,16,-16,16v-9,0,-15,-7,-15,-16v0,-9,6,-15,15,-15v9,0,16,6,16,15","w":208},{"d":"178,-92v0,52,-31,95,-84,95v-48,0,-78,-29,-78,-92v0,-50,30,-93,84,-93v42,0,78,23,78,90xm154,-91v0,-45,-19,-72,-57,-72v-30,0,-57,22,-57,72v0,48,21,75,58,75v30,0,56,-22,56,-75xm138,-247r-46,37r-11,-12r43,-40","w":194},{"d":"179,0r-162,0r0,-16r112,-173r23,-34v-14,0,-34,1,-60,1r-71,0r0,-21r156,0r0,17r-118,181v-5,8,-10,17,-16,25v9,-1,33,-1,66,-1r70,0r0,21","w":194},{"d":"193,-52v0,31,-26,55,-70,55v-13,0,-25,-1,-34,-3r1,-22v10,3,23,6,34,6v32,0,46,-15,46,-32v0,-44,-76,-34,-76,-92v0,-44,55,-42,55,-77v0,-21,-16,-31,-39,-31v-33,0,-53,20,-53,65r0,183r-22,0r0,-181v0,-61,34,-85,77,-85v40,0,60,21,60,46v0,50,-55,43,-55,78v0,41,76,34,76,90","w":209},{"d":"328,-243r-65,243r-29,0r-54,-184v-4,-13,-6,-26,-9,-37r-1,0v-2,12,-4,24,-8,37r-52,184r-29,0r-66,-243r25,0r46,175v5,17,7,30,10,45r1,0v3,-14,6,-29,10,-43r50,-177r29,0r53,180v4,12,7,27,10,40r0,0v2,-12,5,-22,8,-34r48,-186r23,0","w":343},{"d":"183,30v0,37,-39,65,-93,65v-45,0,-74,-19,-74,-53v0,-23,15,-39,32,-48v-11,-5,-18,-14,-18,-26v0,-12,6,-22,19,-28v-18,-11,-26,-30,-26,-53v0,-37,29,-69,77,-69v9,0,17,1,26,3r60,0r0,18r-33,0v12,9,18,24,18,43v0,38,-25,68,-77,68v-9,0,-20,-2,-27,-4v-10,4,-14,11,-14,18v0,11,11,16,33,16r37,0v39,0,60,19,60,50xm148,-116v0,-31,-18,-48,-50,-48v-33,0,-52,20,-52,48v0,31,19,48,51,48v31,0,51,-17,51,-48xm160,32v0,-21,-14,-32,-43,-32r-50,0v-17,9,-28,22,-28,38v0,25,24,38,55,38v41,0,66,-18,66,-44","w":200},{"d":"222,0r-31,0r-107,-170v-11,-17,-21,-33,-29,-49v1,29,3,102,3,147r0,72r-23,0r0,-243r31,0r106,167v10,17,21,34,30,51v-1,-34,-3,-106,-3,-153r0,-65r23,0r0,243","w":257},{"d":"121,-165v0,10,-8,17,-18,17v-9,0,-17,-7,-17,-17v0,-9,8,-18,17,-18v10,0,18,9,18,18xm190,-83r-174,0r0,-20r174,0r0,20xm121,-20v0,9,-8,17,-18,17v-9,0,-17,-8,-17,-17v0,-10,8,-17,17,-17v10,0,18,7,18,17","w":207},{"d":"176,-279r-12,13r-37,-25r-34,25r-11,-12r46,-35xm237,-124v0,81,-51,127,-113,127v-72,0,-107,-49,-107,-122v0,-82,51,-127,113,-127v67,0,107,45,107,122xm212,-120v0,-68,-32,-106,-85,-106v-45,0,-85,36,-85,102v0,63,28,107,85,107v45,0,85,-37,85,-103","w":254},{"d":"95,-39r36,-50r-35,-49r17,-12r41,61r-42,62xm30,-39r38,-50r-38,-49r17,-12r44,61r-45,62","w":177},{"d":"103,-165v0,10,-7,17,-17,17v-10,0,-17,-7,-17,-17v0,-9,7,-17,17,-17v10,0,17,8,17,17xm119,54r-3,21v-53,-4,-91,-33,-91,-68v0,-54,75,-58,51,-131r23,0v25,74,-49,86,-49,129v0,26,29,46,69,49","w":149},{"d":"82,-139r-36,51r35,49r-17,12r-41,-61r42,-62xm147,-138r-39,50r39,49r-17,12r-45,-61r46,-62","w":177},{"d":"190,-82v0,49,-35,85,-85,85v-50,0,-78,-39,-78,-103v0,-105,54,-155,125,-155v3,0,10,1,14,1r0,20v-5,-1,-11,-1,-17,-1v-58,0,-87,39,-96,96v-1,4,-2,8,-3,16r1,0v12,-21,34,-35,65,-35v46,0,74,31,74,76xm165,-78v0,-36,-21,-60,-54,-60v-38,0,-57,29,-57,57v0,33,17,65,55,65v34,0,56,-27,56,-62","w":209},{"w":144},{"d":"154,0r-119,0r0,-243r119,0r0,19r-96,0r0,89r92,0r0,19r-92,0r0,97r96,0r0,19xm132,-301r-46,37r-11,-12r43,-40","w":182},{"d":"218,-92v0,62,-32,95,-95,95v-75,0,-88,-42,-88,-83r0,-163r23,0r0,161v0,36,12,66,67,66v46,0,70,-20,70,-74r0,-153r23,0r0,151xm171,-285v0,9,-6,16,-15,16v-9,0,-16,-7,-16,-16v0,-9,7,-15,16,-15v9,0,15,6,15,15xm105,-285v0,9,-7,16,-16,16v-9,0,-15,-7,-15,-16v0,-9,6,-15,15,-15v9,0,16,6,16,15","w":252},{"d":"57,0r-22,0r0,-179r22,0r0,179xm81,-247r-46,37r-12,-12r44,-40","w":91},{"d":"154,0r-132,0r0,-18r55,-48v26,-22,43,-39,43,-62v0,-24,-15,-41,-43,-41v-18,0,-36,7,-47,14r-3,-20v15,-8,33,-13,54,-13v42,0,64,24,64,56v0,26,-15,47,-47,74r-46,38r-1,1v15,-1,61,-2,103,-2r0,21","w":173},{"d":"154,-233v-7,7,-19,14,-32,14v-24,0,-32,-16,-51,-16v-10,0,-18,4,-25,11r-6,-15v8,-8,20,-14,33,-14v23,0,32,17,50,17v10,0,18,-5,25,-12xm178,-92v0,52,-31,95,-84,95v-48,0,-78,-29,-78,-92v0,-50,30,-93,84,-93v42,0,78,23,78,90xm154,-91v0,-45,-19,-72,-57,-72v-30,0,-57,22,-57,72v0,48,21,75,58,75v30,0,56,-22,56,-75","w":194},{"d":"237,-124v0,81,-51,127,-113,127v-72,0,-107,-49,-107,-122v0,-82,51,-127,113,-127v67,0,107,45,107,122xm253,62v-59,8,-85,-20,-133,-13r0,-21v55,-7,79,20,133,13r0,21xm212,-120v0,-68,-32,-106,-85,-106v-45,0,-85,36,-85,102v0,63,28,107,85,107v45,0,85,-37,85,-103","w":253},{"d":"218,-92v0,62,-32,95,-95,95v-75,0,-88,-42,-88,-83r0,-163r23,0r0,161v0,36,12,66,67,66v46,0,70,-20,70,-74r0,-153r23,0r0,151xm163,-301r-46,37r-11,-12r43,-40","w":252},{"d":"119,-1v-9,2,-22,4,-33,4v-35,0,-45,-16,-45,-52r0,-112r-41,0r0,-18r41,0r0,-60r23,-7r0,67r55,0r0,18r-55,0r0,101v0,34,6,42,28,42v9,0,19,-1,27,-3r0,20","w":132},{"d":"114,-226r-80,0r0,-18r80,0r0,18","w":149},{"d":"196,-11v-19,8,-43,14,-69,14v-73,0,-108,-45,-108,-119v0,-72,34,-129,117,-129v19,0,39,2,57,7r-3,22v-21,-7,-39,-10,-59,-10v-62,0,-87,49,-87,106v0,65,28,103,90,103v20,0,45,-6,60,-14xm135,18v10,21,7,44,-29,67r-10,-10v24,-18,26,-38,16,-57r23,0","w":214},{"d":"81,-102v0,50,-9,105,-50,171r-21,0v34,-53,49,-109,49,-173v0,-60,-17,-120,-49,-172r21,0v39,63,50,125,50,174","w":108},{"d":"142,-225r-12,14r-37,-26r-34,26r-11,-13r46,-35xm163,-110v0,3,0,7,-1,12r-121,0v-2,58,19,82,61,82v19,0,39,-6,52,-12r2,20v-16,6,-36,11,-58,11v-53,0,-81,-29,-81,-92v0,-53,28,-93,77,-93v49,0,69,33,69,72xm139,-116v1,-29,-17,-49,-46,-49v-27,0,-46,19,-51,49r97,0","w":181},{"d":"178,-92v0,52,-31,95,-84,95v-48,0,-78,-29,-78,-92v0,-50,30,-93,84,-93v42,0,78,23,78,90xm154,-91v0,-45,-19,-72,-57,-72v-30,0,-57,22,-57,72v0,48,21,75,58,75v30,0,56,-22,56,-75xm118,-222r-12,12r-46,-37r14,-15","w":194},{"d":"173,-176v0,48,-41,79,-93,79v-8,0,-15,0,-22,-1r0,98r-23,0r0,-243v17,-1,35,-1,55,-1v54,0,83,28,83,68xm149,-172v0,-35,-21,-53,-63,-53v-11,0,-20,0,-28,1r0,106v7,1,15,2,24,2v42,0,67,-23,67,-56"},{"d":"186,-100r-74,0r0,76r-21,0r0,-76r-75,0r0,-19r75,0r0,-75r21,0r0,75r74,0r0,19xm185,18r-167,0r0,-19r167,0r0,19","w":203},{"d":"101,18v10,21,7,44,-29,67r-10,-10v24,-18,26,-38,16,-57r23,0","w":144},{"d":"190,-97v-13,12,-29,21,-47,21v-37,0,-51,-25,-79,-25v-15,0,-28,9,-36,16r-7,-16v10,-9,26,-19,45,-19v37,0,47,25,79,25v12,0,26,-9,36,-18","w":210},{"d":"148,-8v-12,5,-32,10,-55,10v-38,0,-76,-16,-76,-85v0,-59,29,-98,87,-98v15,0,30,2,43,6r-3,20v-12,-5,-27,-8,-43,-8v-40,0,-60,30,-60,75v0,39,11,71,57,71v17,0,34,-5,47,-11xm102,18v10,21,7,44,-29,67r-10,-10v24,-18,26,-38,16,-57r23,0","w":159},{"d":"130,-237v0,19,-16,36,-37,36v-21,0,-38,-15,-38,-36v0,-21,18,-37,38,-37v21,0,37,16,37,37xm113,-237v0,-12,-8,-21,-20,-21v-12,0,-21,9,-21,21v0,12,9,21,21,21v12,0,20,-9,20,-21xm153,0r-23,0v0,-14,0,-29,2,-39r-1,-1v-9,23,-32,43,-63,43v-28,0,-49,-15,-49,-43v0,-36,38,-62,110,-62r0,-16v0,-29,-10,-45,-42,-45v-17,0,-39,5,-55,15r-2,-20v17,-8,37,-14,61,-14v48,0,61,25,61,58r0,69v0,18,1,39,1,55xm129,-82r0,-3v-72,0,-87,23,-87,41v0,18,12,28,31,28v34,0,56,-33,56,-66"},{"d":"163,-110v0,3,0,7,-1,12r-121,0v-2,58,19,82,61,82v19,0,39,-6,52,-12r2,20v-16,6,-36,11,-58,11v-53,0,-81,-29,-81,-92v0,-53,28,-93,77,-93v49,0,69,33,69,72xm139,-116v1,-29,-17,-49,-46,-49v-27,0,-46,19,-51,49r97,0xm142,-237v0,9,-6,16,-15,16v-9,0,-16,-7,-16,-16v0,-9,7,-15,16,-15v9,0,15,6,15,15xm76,-237v0,9,-7,16,-16,16v-9,0,-15,-7,-15,-16v0,-9,6,-15,15,-15v9,0,16,6,16,15","w":181},{"d":"130,18r0,-261r48,0r0,17r-26,0r0,261r-50,0r0,-17r28,0xm103,-243r0,149v-51,0,-76,-34,-76,-75v0,-41,30,-74,76,-74","w":202},{"d":"151,-225r-12,14r-37,-26r-34,26r-11,-13r46,-35xm174,0r-23,0v0,-12,1,-30,3,-41r-1,-1v-10,27,-32,45,-64,45v-41,0,-54,-25,-54,-57r0,-125r22,0r0,116v0,30,9,48,37,48v34,0,57,-33,57,-78r0,-86r23,0r0,179","w":208},{"d":"163,-110v0,3,0,7,-1,12r-121,0v-2,58,19,82,61,82v19,0,39,-6,52,-12r2,20v-16,6,-36,11,-58,11v-53,0,-81,-29,-81,-92v0,-53,28,-93,77,-93v49,0,69,33,69,72xm139,-116v1,-29,-17,-49,-46,-49v-27,0,-46,19,-51,49r97,0xm112,-222r-12,12r-46,-37r14,-15","w":181},{"d":"153,0r-23,0v0,-14,0,-29,2,-39r-1,-1v-9,23,-32,43,-63,43v-28,0,-49,-15,-49,-43v0,-36,38,-62,110,-62r0,-16v0,-29,-10,-45,-42,-45v-17,0,-39,5,-55,15r-2,-20v17,-8,37,-14,61,-14v48,0,61,25,61,58r0,69v0,18,1,39,1,55xm129,-82r0,-3v-72,0,-87,23,-87,41v0,18,12,28,31,28v34,0,56,-33,56,-66xm111,-222r-12,12r-46,-37r14,-15"},{"d":"150,0r-115,0r0,-243r23,0r0,224r92,0r0,19","w":153},{"d":"139,-225r-13,14r-36,-26r-34,26r-11,-13r46,-35xm153,0r-23,0v0,-14,0,-29,2,-39r-1,-1v-9,23,-32,43,-63,43v-28,0,-49,-15,-49,-43v0,-36,38,-62,110,-62r0,-16v0,-29,-10,-45,-42,-45v-17,0,-39,5,-55,15r-2,-20v17,-8,37,-14,61,-14v48,0,61,25,61,58r0,69v0,18,1,39,1,55xm129,-82r0,-3v-72,0,-87,23,-87,41v0,18,12,28,31,28v34,0,56,-33,56,-66"},{"d":"163,-110v0,3,0,7,-1,12r-121,0v-2,58,19,82,61,82v19,0,39,-6,52,-12r2,20v-16,6,-36,11,-58,11v-53,0,-81,-29,-81,-92v0,-53,28,-93,77,-93v49,0,69,33,69,72xm139,-116v1,-29,-17,-49,-46,-49v-27,0,-46,19,-51,49r97,0xm133,-247r-46,37r-11,-12r43,-40","w":181},{"d":"168,-287v-7,7,-19,14,-32,14v-24,0,-32,-17,-51,-17v-10,0,-18,5,-25,12r-6,-15v8,-8,20,-14,33,-14v23,0,33,16,51,16v10,0,17,-4,24,-11xm213,0r-27,0r-21,-62r-112,0r-23,62r-24,0r91,-243r25,0xm158,-81r-38,-103v-5,-12,-8,-23,-11,-35r-1,0v-3,12,-7,23,-11,35r-38,103r99,0","w":218},{"d":"133,-150r-18,0r-23,-36r-1,0r0,36r-15,0r0,-83r26,0v20,0,27,8,27,21v0,14,-9,23,-22,24v2,2,6,7,9,12xm114,-210v0,-8,-4,-11,-14,-11r-9,0r0,25r5,0v13,0,18,-7,18,-14xm101,-251v-32,0,-59,27,-59,59v0,32,27,61,59,61v33,0,58,-27,58,-59v0,-33,-25,-61,-58,-61xm101,-266v43,0,76,32,76,75v0,41,-35,76,-76,76v-43,0,-76,-34,-76,-76v0,-42,34,-75,76,-75","w":201},{"d":"83,0r-24,0r0,-163r-43,19r-5,-21r53,-20r19,0r0,185","w":120},{"d":"192,-83r-81,0r0,83r-21,0r0,-83r-80,0r0,-19r80,0r0,-83r21,0r0,83r81,0r0,19","w":201},{"d":"58,0r-23,0r0,-243r23,0r0,243xm94,-279r-12,13r-36,-25r-34,25r-11,-12r45,-35","w":92},{"d":"59,90r-18,0r0,-360r18,0r0,360","w":101},{"d":"154,0r-119,0r0,-243r119,0r0,19r-96,0r0,89r92,0r0,19r-92,0r0,97r96,0r0,19xm113,-276r-12,12r-46,-37r14,-15","w":182},{"d":"58,0r-23,0r0,-243r23,0r0,243xm82,-301r-46,37r-11,-13r43,-39","w":92},{"d":"165,-27r-20,0r0,-58r-131,0r0,-19r151,0r0,77","w":182},{"d":"139,-261r-2,19v-9,-3,-20,-4,-29,-4v-30,0,-42,17,-42,54r0,13r55,0r0,18r-55,0r0,161r-23,0r0,-161r-41,0r0,-18r41,0r0,-12v0,-50,26,-74,67,-74v10,0,19,2,29,4","w":124},{"d":"262,-12r-14,18v-18,-13,-38,-26,-53,-39v-24,22,-56,36,-96,36v-49,0,-77,-28,-77,-69v0,-35,23,-58,54,-82v-27,-32,-36,-48,-36,-67v0,-28,21,-51,59,-51v35,0,53,20,53,46v0,24,-13,46,-47,72v23,26,59,59,90,85r0,0v17,-23,29,-55,26,-96r23,0v1,42,-10,80,-33,109v20,16,37,29,51,38xm129,-217v0,-17,-10,-31,-33,-31v-20,0,-33,12,-33,32v0,13,7,28,30,54v23,-19,36,-34,36,-55xm180,-46v-33,-27,-70,-63,-92,-89v-31,24,-43,44,-43,66v0,30,23,53,59,53v34,0,59,-14,76,-30","w":285},{"d":"213,0r-27,0r-21,-62r-112,0r-23,62r-24,0r91,-243r25,0xm158,-81r-38,-103v-5,-12,-8,-23,-11,-35r-1,0v-3,12,-7,23,-11,35r-38,103r99,0xm146,-301r-46,37r-11,-12r43,-40","w":218},{"d":"201,-96v0,61,-43,99,-94,99v-51,0,-86,-31,-86,-94v0,-59,43,-97,93,-97v56,0,87,36,87,92xm178,-93v0,-43,-21,-76,-66,-76v-38,0,-68,29,-68,75v0,43,20,78,66,78v36,0,68,-31,68,-77","w":222},{"d":"154,0r-119,0r0,-243r119,0r0,19r-96,0r0,89r92,0r0,19r-92,0r0,97r96,0r0,19xm141,-285v0,9,-6,16,-15,16v-9,0,-16,-7,-16,-16v0,-9,7,-15,16,-15v9,0,15,6,15,15xm75,-285v0,9,-7,16,-16,16v-9,0,-15,-7,-15,-16v0,-9,6,-15,15,-15v9,0,16,6,16,15","w":182},{"d":"218,-92v0,62,-32,95,-95,95v-75,0,-88,-42,-88,-83r0,-163r23,0r0,161v0,36,12,66,67,66v46,0,70,-20,70,-74r0,-153r23,0r0,151xm146,-276r-12,12r-46,-37r14,-15","w":252},{"d":"106,70r-6,0v-37,0,-50,-22,-50,-63r0,-73v0,-27,-8,-37,-39,-39r0,-19v32,-2,39,-11,39,-39r0,-50v0,-33,11,-63,50,-63r6,0r0,17v-26,0,-35,11,-35,44r0,50v0,27,-10,45,-33,50r0,0v23,4,33,23,33,50r0,73v0,33,9,45,35,45r0,17","w":117},{"d":"166,90r-22,0r0,-101v0,-7,0,-20,2,-30r-1,0v-10,27,-33,44,-61,44v-42,0,-67,-28,-67,-84v0,-65,36,-100,92,-100v19,0,39,2,57,5r0,266xm144,-93r0,-66v-13,-3,-26,-4,-38,-4v-39,0,-65,23,-65,79v0,42,15,69,46,69v38,0,57,-46,57,-78","w":200},{"d":"156,0r-134,0r0,-17v31,-24,45,-44,45,-75v0,-5,-1,-16,-2,-32r-43,0r0,-17r41,0v-2,-16,-4,-36,-4,-49v0,-47,22,-65,61,-65v8,0,19,1,28,3r-2,19v-10,-3,-20,-3,-28,-3v-26,0,-37,16,-37,42v0,12,3,32,5,53r55,0r0,17r-54,0v1,12,2,22,2,29v0,33,-12,53,-39,76v8,-1,19,-1,31,-1r75,0r0,20","w":179},{"d":"166,0r-23,0v0,-12,1,-30,3,-41r-1,0v-10,27,-33,44,-62,44v-45,0,-66,-32,-66,-84v0,-65,36,-100,91,-100v11,0,22,1,35,2r0,-84r23,0r0,263xm143,-93r0,-65v-13,-3,-26,-5,-38,-5v-39,0,-64,23,-64,79v0,42,14,69,45,69v39,0,57,-46,57,-78","w":200},{"d":"186,-110r-158,0r0,-19r158,0r0,19xm186,-54r-158,0r0,-19r158,0r0,19","w":214},{"d":"149,-26v-11,5,-25,10,-42,11r0,39r-18,0r0,-39v-46,-4,-73,-33,-73,-85v0,-46,28,-81,73,-86r0,-33r18,0r0,33v14,0,28,3,41,8r-1,20v-13,-7,-29,-10,-45,-10v-39,0,-62,26,-62,68v0,35,15,66,62,66v16,0,34,-5,46,-12","w":164},{"d":"57,0r-22,0r0,-179r22,0r0,179xm93,-225r-12,14r-36,-26r-34,26r-11,-13r46,-35","w":91},{"d":"274,-110v0,3,-1,7,-1,12r-121,0v-2,58,20,82,61,82v19,0,39,-6,52,-12r2,20v-16,6,-35,11,-57,11v-42,0,-65,-20,-73,-44r0,0v-10,22,-35,44,-70,44v-27,0,-48,-15,-48,-43v0,-36,38,-62,110,-62r0,-16v0,-28,-10,-45,-42,-45v-17,0,-39,5,-55,15r-2,-20v17,-8,37,-14,61,-14v27,0,46,10,54,32r1,0v10,-18,32,-32,59,-32v49,0,69,33,69,72xm249,-116v1,-29,-17,-49,-46,-49v-26,0,-45,19,-50,49r96,0xm129,-82r0,-3v-72,0,-87,23,-87,41v0,18,12,28,31,28v34,0,56,-33,56,-66","w":291},{"d":"185,-287v-7,7,-20,14,-33,14v-24,0,-32,-17,-51,-17v-10,0,-17,5,-24,12r-7,-15v8,-8,20,-14,33,-14v23,0,33,16,51,16v10,0,17,-4,24,-11xm237,-124v0,81,-51,127,-113,127v-72,0,-107,-49,-107,-122v0,-82,51,-127,113,-127v67,0,107,45,107,122xm212,-120v0,-68,-32,-106,-85,-106v-45,0,-85,36,-85,102v0,63,28,107,85,107v45,0,85,-37,85,-103","w":254},{"d":"221,-72r-57,0r-8,72r-19,0r8,-72r-59,0r-8,72r-19,0r8,-72r-56,0r0,-16r58,0r8,-76r-56,0r0,-16r57,0r7,-63r19,0r-6,63r58,0r7,-63r19,0r-7,63r55,0r0,16r-56,0r-8,76r55,0r0,16xm147,-88r7,-76r-58,0r-8,76r59,0","w":241},{"d":"109,-222v0,26,-22,43,-45,43v-26,0,-42,-17,-42,-42v0,-27,22,-43,44,-43v29,0,43,19,43,42xm90,-221v0,-12,-5,-28,-24,-28v-14,0,-25,11,-25,27v0,17,10,27,24,27v14,0,25,-11,25,-26","w":132},{"d":"149,-12v0,48,-41,85,-100,85v-8,0,-16,-1,-25,-2r3,-22v7,2,16,3,24,3v49,0,73,-26,73,-60v0,-33,-26,-60,-74,-60v-7,0,-11,1,-18,1r0,-118r109,0r0,22r-87,0r0,75v63,0,95,33,95,76","w":169},{"d":"95,-247r-46,37r-11,-12r43,-40","w":138},{"d":"174,0r-23,0v0,-12,1,-30,3,-41r-1,-1v-10,27,-32,45,-64,45v-41,0,-54,-25,-54,-57r0,-125r22,0r0,116v0,30,9,48,37,48v34,0,57,-33,57,-78r0,-86r23,0r0,179xm142,-247r-46,37r-11,-12r43,-40","w":208},{"d":"46,-264r-4,77r-17,0r-4,-77r25,0","w":67},{"d":"37,-32v10,0,18,8,18,17v0,10,-8,18,-18,18v-10,0,-17,-8,-17,-18v0,-9,7,-17,17,-17","w":74},{"d":"140,-279r-12,13r-36,-25r-34,25r-11,-12r46,-35xm154,0r-119,0r0,-243r119,0r0,19r-96,0r0,89r92,0r0,19r-92,0r0,97r96,0r0,19","w":182},{"d":"252,0r-122,0r0,-62r-88,0r-34,62r-25,0r136,-243r128,0r0,19r-94,0r0,89r91,0r0,19r-91,0r0,97r99,0r0,19xm130,-81r0,-143r-1,0v-6,12,-12,25,-25,49r-52,94r78,0","w":279},{"d":"133,-243r-93,243r-21,0r93,-243r21,0","w":149},{"d":"144,-237v0,9,-6,16,-15,16v-9,0,-16,-7,-16,-16v0,-9,7,-15,16,-15v9,0,15,6,15,15xm78,-237v0,9,-7,16,-16,16v-9,0,-15,-7,-15,-16v0,-9,6,-15,15,-15v9,0,16,6,16,15","w":196},{"d":"110,-128r-21,0v0,-6,1,-14,2,-20r-1,-1v-4,11,-19,23,-36,23v-23,0,-34,-11,-34,-28v0,-24,24,-42,70,-42r0,-8v0,-10,-4,-25,-26,-25v-13,0,-26,5,-36,10r-2,-19v11,-5,26,-8,41,-8v33,0,42,19,42,39r0,47v0,21,1,28,1,32xm90,-179r0,-3v-36,0,-50,10,-50,24v0,9,6,15,17,15v23,0,33,-26,33,-36","w":135},{"d":"158,-279r-12,13r-37,-25r-34,25r-11,-12r46,-35xm213,0r-27,0r-21,-62r-112,0r-23,62r-24,0r91,-243r25,0xm158,-81r-38,-103v-5,-12,-8,-23,-11,-35r-1,0v-3,12,-7,23,-11,35r-38,103r99,0","w":218},{"d":"237,-124v0,81,-51,127,-113,127v-72,0,-107,-49,-107,-122v0,-82,51,-127,113,-127v67,0,107,45,107,122xm212,-120v0,-68,-32,-106,-85,-106v-45,0,-85,36,-85,102v0,63,28,107,85,107v45,0,85,-37,85,-103xm174,-285v0,9,-6,16,-15,16v-9,0,-16,-7,-16,-16v0,-9,7,-15,16,-15v9,0,15,6,15,15xm108,-285v0,9,-7,16,-16,16v-9,0,-15,-7,-15,-16v0,-9,6,-15,15,-15v9,0,16,6,16,15","w":254},{"d":"161,-233v-7,7,-19,14,-32,14v-24,0,-33,-16,-52,-16v-10,0,-17,4,-24,11r-7,-15v8,-8,21,-14,34,-14v23,0,32,17,50,17v10,0,18,-5,25,-12xm174,0r-23,0r0,-116v0,-30,-8,-48,-36,-48v-34,0,-58,33,-58,78r0,86r-22,0r0,-179r23,0v0,12,-2,30,-4,41r1,1v10,-27,33,-45,65,-45v41,0,54,25,54,57r0,125","w":208},{"d":"237,-124v0,81,-51,127,-113,127v-72,0,-107,-49,-107,-122v0,-82,51,-127,113,-127v67,0,107,45,107,122xm212,-120v0,-68,-32,-106,-85,-106v-45,0,-85,36,-85,102v0,63,28,107,85,107v45,0,85,-37,85,-103xm146,-276r-12,12r-46,-37r14,-15","w":254},{"d":"213,0r-27,0r-21,-62r-112,0r-23,62r-24,0r91,-243r25,0xm158,-81r-38,-103v-5,-12,-8,-23,-11,-35r-1,0v-3,12,-7,23,-11,35r-38,103r99,0","w":218},{"d":"277,-179r-58,179r-27,0r-43,-124v-4,-11,-7,-22,-10,-33r0,0v-4,15,-8,30,-13,45r-36,112r-27,0r-56,-179r26,0r33,115v4,16,9,31,12,42r0,0v3,-13,8,-28,12,-42r37,-115r28,0r37,115v8,23,10,32,13,42r1,0v3,-13,7,-23,12,-41r35,-116r24,0","w":284},{"d":"154,-166v-32,69,-60,149,-81,237r-26,0v23,-91,52,-169,82,-234v-10,1,-98,0,-119,0r0,-22r144,0r0,19","w":165},{"d":"156,-93r-113,102r-15,-15r99,-87r-99,-83r15,-16","w":179},{"d":"134,-53v0,31,-27,56,-73,56v-14,0,-27,-1,-38,-4r0,-21v12,3,27,5,41,5v28,0,47,-11,47,-32v0,-46,-90,-18,-90,-82v0,-29,24,-51,68,-51v11,0,24,1,36,4r-2,20v-12,-4,-24,-6,-37,-6v-28,0,-42,12,-42,31v0,46,90,18,90,80","w":155},{"d":"147,-233v-7,7,-20,14,-33,14v-24,0,-32,-16,-51,-16v-10,0,-17,4,-24,11r-7,-15v8,-8,20,-14,33,-14v23,0,33,17,51,17v10,0,17,-5,24,-12xm153,0r-23,0v0,-14,0,-29,2,-39r-1,-1v-9,23,-32,43,-63,43v-28,0,-49,-15,-49,-43v0,-36,38,-62,110,-62r0,-16v0,-29,-10,-45,-42,-45v-17,0,-39,5,-55,15r-2,-20v17,-8,37,-14,61,-14v48,0,61,25,61,58r0,69v0,18,1,39,1,55xm129,-82r0,-3v-72,0,-87,23,-87,41v0,18,12,28,31,28v34,0,56,-33,56,-66"},{"d":"127,-192v0,39,-28,61,-58,61v-29,0,-52,-15,-52,-55v0,-40,27,-61,56,-61v30,0,54,14,54,55xm105,-189v0,-27,-10,-40,-33,-40v-19,0,-33,16,-33,40v0,27,9,41,32,41v21,0,34,-15,34,-41xm231,-239r-169,247r-16,-12r169,-247xm261,-57v0,39,-27,61,-57,61v-29,0,-53,-16,-53,-56v0,-40,28,-60,57,-60v30,0,53,14,53,55xm240,-55v0,-27,-11,-40,-34,-40v-19,0,-33,16,-33,40v0,27,10,41,32,41v21,0,35,-15,35,-41","w":283},{"d":"141,0r-123,0r0,-16r95,-143r-53,0r-41,0r0,-20r120,0r0,16r-95,143v12,0,37,-1,55,-1r42,0r0,21","w":160},{"d":"194,-243r-72,143r57,0r0,17r-62,0r0,28r62,0r0,16r-62,0r0,39r-23,0r0,-39r-62,0r0,-16r62,0r0,-28r-62,0r0,-17r56,0r-70,-143r25,0r43,90v8,16,14,30,19,45r1,0v6,-17,13,-33,21,-49r43,-86r24,0","w":210},{"d":"125,-187v0,54,-76,59,-52,132r-22,0v-26,-74,49,-86,49,-129v0,-26,-29,-45,-69,-49r2,-21v53,4,92,32,92,67xm81,-14v0,10,-8,17,-18,17v-9,0,-17,-7,-17,-17v0,-9,8,-17,17,-17v10,0,18,8,18,17","w":149},{"d":"196,-11v-19,8,-43,14,-69,14v-73,0,-108,-45,-108,-119v0,-72,34,-129,117,-129v19,0,39,2,57,7r-3,22v-21,-7,-39,-10,-59,-10v-62,0,-87,49,-87,106v0,65,28,103,90,103v20,0,45,-6,60,-14","w":214},{"d":"182,-243r-78,154r0,89r-23,0r0,-89r-76,-154r26,0r43,90v7,15,13,30,19,44r1,0v6,-15,13,-31,21,-47r42,-87r25,0"},{"d":"71,-165v0,10,-7,17,-17,17v-10,0,-18,-7,-18,-17v0,-9,8,-17,18,-17v10,0,17,8,17,17xm67,73r-27,0r4,-197r19,0","w":107},{"d":"113,-194r-9,16r-33,-23r2,41r-18,0r3,-41r-34,23r-9,-15r38,-18r-38,-18r9,-16r35,23r-3,-41r18,0r-3,41r34,-23r8,16r-37,17","w":131},{"d":"135,-239v66,0,119,52,119,118v0,66,-53,119,-119,119v-68,0,-120,-53,-120,-119v0,-66,54,-118,120,-118xm135,-222v-55,0,-100,45,-100,101v0,56,45,101,100,101v55,0,100,-45,100,-101v0,-55,-45,-101,-100,-101xm170,-63v-10,4,-23,6,-35,6v-42,0,-57,-27,-57,-62v0,-34,17,-66,63,-66v10,0,19,1,27,4r-1,18v-8,-4,-18,-6,-28,-6v-30,0,-40,22,-40,49v0,29,12,46,39,46v11,0,21,-2,30,-6","w":270},{"d":"23,-90r113,-102r15,15r-99,87r99,84r-15,15","w":179},{"d":"174,0r-23,0v0,-12,1,-30,3,-41r-1,-1v-10,27,-32,45,-64,45v-41,0,-54,-25,-54,-57r0,-125r22,0r0,116v0,30,9,48,37,48v34,0,57,-33,57,-78r0,-86r23,0r0,179","w":208},{"d":"160,-69v0,42,-33,72,-87,72v-18,0,-36,-2,-49,-6r2,-23v14,5,32,9,49,9v33,0,61,-14,61,-49v0,-60,-115,-38,-115,-114v0,-38,30,-66,82,-66v15,0,30,1,44,4r-2,22v-14,-4,-29,-7,-43,-7v-37,0,-58,17,-58,44v0,59,116,38,116,114","w":181},{"d":"211,-236r-4,22v-21,-8,-44,-13,-65,-13v-52,0,-100,34,-100,106v0,67,40,104,98,104v19,0,36,-2,52,-7r0,-97r23,0r0,111v-24,9,-54,13,-78,13v-71,0,-120,-44,-120,-120v0,-73,48,-129,128,-129v22,0,44,3,66,10","w":247},{"d":"188,0r-47,0r0,71r-22,0r0,-71r-110,0r-4,-19r106,-166r30,0r0,164r47,0r0,21xm119,-21r0,-141r-1,0r-90,142v24,-1,77,-1,91,-1","w":193},{"d":"220,0r-23,0r0,-117r-139,0r0,117r-23,0r0,-243r23,0r0,107r139,0r0,-107r23,0r0,243","w":254},{"d":"184,-98v0,65,-36,100,-91,100v-24,0,-40,-2,-58,-6r0,-259r22,0r0,94v0,10,-1,24,-3,33r1,0v10,-29,34,-46,62,-46v42,0,67,28,67,84xm160,-95v0,-42,-14,-68,-46,-68v-39,0,-57,45,-57,77r0,65v11,4,24,5,38,5v39,0,65,-23,65,-79","w":200},{"d":"101,69r-21,0v-41,-66,-50,-122,-50,-171v0,-49,11,-111,50,-174r21,0v-32,52,-49,112,-49,172v0,64,15,120,49,173","w":108},{"d":"58,0r-23,0r0,-243r23,0r0,243","w":92},{"d":"300,0r-24,0r-23,-157v-4,-31,-6,-49,-7,-62r-1,0v-2,9,-7,22,-12,38r-61,181r-28,0r-58,-170v-6,-17,-12,-35,-15,-49r0,0v-1,19,-4,39,-7,64r-18,155r-24,0r34,-243r30,0r59,173v6,18,11,33,14,46r0,0v4,-16,7,-26,13,-43r61,-176r32,0","w":322},{"d":"228,-123v0,84,-57,124,-137,124v-24,0,-40,-1,-56,-1r0,-243v19,0,44,-1,68,-1v80,0,125,39,125,121xm204,-122v0,-69,-36,-103,-104,-103v-14,0,-32,1,-42,1r0,203v11,1,27,3,37,3v65,0,109,-32,109,-104","w":246},{"d":"65,-229v0,9,-7,16,-16,16v-9,0,-16,-7,-16,-16v0,-9,7,-17,16,-17v9,0,16,8,16,17xm60,24v0,48,-13,69,-56,69v-8,0,-17,-1,-24,-3r2,-21v7,3,16,4,24,4v26,0,31,-10,31,-47r0,-205r23,0r0,203","w":94},{"w":78},{"d":"180,91r-180,0r0,-18r180,0r0,18","w":180},{"d":"67,-252r-4,197r-18,0r-5,-197r27,0xm54,-31v10,0,17,8,17,17v0,10,-7,17,-17,17v-9,0,-17,-7,-17,-17v0,-9,8,-17,17,-17","w":107},{"d":"180,-224r-75,0r0,224r-23,0r0,-224r-75,0r0,-19r173,0r0,19","w":187},{"d":"173,-62v0,42,-36,65,-78,65v-48,0,-71,-26,-71,-60v0,-34,27,-55,53,-72r0,0v-32,-18,-50,-37,-50,-65v0,-35,29,-61,73,-61v42,0,68,23,68,56v0,26,-16,45,-51,67v27,16,56,34,56,70xm144,-196v0,-22,-16,-41,-46,-41v-30,0,-47,18,-47,41v0,23,18,37,48,54r0,0v32,-20,45,-33,45,-54xm149,-58v0,-27,-22,-42,-54,-60r0,0v-28,17,-47,34,-47,58v0,26,19,44,51,44v27,0,50,-15,50,-42","w":196},{"d":"200,0r-33,0r-109,-123r0,123r-23,0r0,-243r23,0r0,118r109,-118r29,0r-112,118","w":207},{"d":"166,-179r-70,179r-24,0r-68,-179r26,0r45,125v4,11,7,20,10,30r0,0v3,-9,6,-20,10,-29r45,-126r26,0","w":169},{"d":"181,-71v0,25,-13,72,-91,72v-15,0,-37,-1,-55,-1r0,-243v15,0,35,-1,64,-1v53,0,77,22,77,57v0,27,-20,50,-48,58r0,1v38,5,53,31,53,57xm152,-183v0,-24,-11,-42,-57,-42r-37,0r0,90r24,0v45,0,70,-17,70,-48xm158,-70v0,-37,-34,-47,-76,-47r-24,0r0,97v7,1,18,2,35,2v46,0,65,-22,65,-52","w":202},{"d":"285,0r-23,0r0,-116v0,-29,-6,-48,-34,-48v-30,0,-57,30,-57,79r0,85r-23,0r0,-117v0,-26,-4,-47,-34,-47v-31,0,-57,33,-57,79r0,85r-22,0r0,-179r23,0v0,12,-2,29,-4,41r1,1v10,-27,34,-45,64,-45v42,0,50,31,50,44v6,-17,26,-44,63,-44v33,0,53,17,53,58r0,124","w":319},{"d":"178,-92v0,52,-31,95,-84,95v-48,0,-78,-29,-78,-92v0,-50,30,-93,84,-93v42,0,78,23,78,90xm154,-91v0,-45,-19,-72,-57,-72v-30,0,-57,22,-57,72v0,48,21,75,58,75v30,0,56,-22,56,-75","w":194},{"d":"57,0r-22,0r0,-263r22,0r0,263","w":91},{"d":"61,-122v0,10,-7,17,-17,17v-9,0,-17,-7,-17,-17v0,-10,8,-18,17,-18v10,0,17,8,17,18xm44,-32v21,0,30,37,-18,83r-10,-9v22,-24,22,-42,16,-50v-8,-10,0,-24,12,-24","w":88},{"d":"154,-224r-96,0r0,90r91,0r0,18r-91,0r0,116r-23,0r0,-243r119,0r0,19","w":169},{"d":"173,-279r-12,13r-37,-25r-34,25r-11,-12r46,-35xm218,-92v0,62,-32,95,-95,95v-75,0,-88,-42,-88,-83r0,-163r23,0r0,161v0,36,12,66,67,66v46,0,70,-20,70,-74r0,-153r23,0r0,151","w":252},{"d":"44,-140v10,0,17,8,17,18v0,10,-7,17,-17,17v-9,0,-17,-7,-17,-17v0,-10,8,-18,17,-18xm44,-32v10,0,17,8,17,17v0,10,-7,18,-17,18v-9,0,-17,-8,-17,-18v0,-9,8,-17,17,-17","w":88},{"d":"144,-9v0,46,-36,82,-96,82v-10,0,-20,-2,-29,-4r3,-21v8,3,18,5,30,5v45,0,68,-25,68,-57v0,-41,-35,-58,-88,-53r0,-18v49,0,82,-17,82,-53v0,-26,-18,-41,-45,-41v-16,0,-30,4,-43,11r-2,-20v15,-6,31,-10,49,-10v46,0,65,27,65,57v0,29,-19,51,-46,61r0,1v31,4,52,28,52,60","w":166},{"d":"46,-264r-4,77r-17,0r-4,-77r25,0xm101,-264r-5,77r-16,0r-4,-77r25,0","w":121},{"d":"154,0r-119,0r0,-243r119,0r0,19r-96,0r0,89r92,0r0,19r-92,0r0,97r96,0r0,19","w":182},{"d":"237,-124v0,81,-51,127,-113,127v-72,0,-107,-49,-107,-122v0,-82,51,-127,113,-127v67,0,107,45,107,122xm212,-120v0,-68,-32,-106,-85,-106v-45,0,-85,36,-85,102v0,63,28,107,85,107v45,0,85,-37,85,-103","w":254},{"d":"174,0r-30,0r-53,-75r-52,75r-29,0r68,-89r-65,-90r29,0r51,73r52,-73r26,0r-66,88","w":184},{"d":"237,-124v0,81,-51,127,-113,127v-72,0,-107,-49,-107,-122v0,-82,51,-127,113,-127v67,0,107,45,107,122xm212,-120v0,-68,-32,-106,-85,-106v-45,0,-85,36,-85,102v0,63,28,107,85,107v45,0,85,-37,85,-103xm170,-301r-46,37r-11,-12r43,-40","w":254},{"d":"183,-84v0,107,-54,157,-128,157v-5,0,-14,-1,-20,-2r0,-22v7,2,16,3,22,3v57,0,85,-32,97,-89v1,-5,3,-16,4,-22r-1,0v-12,19,-36,32,-63,32v-46,0,-74,-29,-74,-76v0,-48,33,-85,83,-85v46,0,80,31,80,104xm156,-100v0,-41,-20,-69,-56,-69v-33,0,-55,27,-55,62v0,38,20,59,54,59v34,0,57,-25,57,-52","w":209},{"d":"62,-229v0,9,-7,16,-16,16v-9,0,-16,-7,-16,-16v0,-9,7,-17,16,-17v9,0,16,8,16,17xm57,0r-22,0r0,-179r22,0r0,179","w":91},{"d":"183,0r-31,0r-93,-115r-1,0r0,115r-23,0r0,-243v15,-1,28,-1,54,-1v44,0,78,15,78,60v0,45,-36,67,-82,68v7,8,16,18,22,26xm143,-180v0,-34,-22,-46,-61,-46v-9,0,-16,0,-24,1r0,92v4,0,11,1,23,1v40,0,62,-20,62,-48","w":195},{"d":"163,-179r-75,198v-21,55,-36,74,-75,74v-6,0,-15,-1,-22,-2r3,-21v7,2,13,3,21,3v23,0,35,-11,50,-51r8,-22r-69,-179r27,0r40,110v6,17,10,29,14,42r0,0v3,-11,10,-33,18,-55r35,-97r25,0xm131,-237v0,9,-6,16,-15,16v-9,0,-16,-7,-16,-16v0,-9,7,-15,16,-15v9,0,15,6,15,15xm65,-237v0,9,-7,16,-16,16v-9,0,-15,-7,-15,-16v0,-9,6,-15,15,-15v9,0,16,6,16,15","w":167},{"d":"184,-98v0,65,-36,100,-91,100v-13,0,-23,0,-36,-2r0,90r-22,0r0,-269r23,0v0,12,-1,30,-4,41r1,0v10,-27,33,-44,62,-44v42,0,67,28,67,84xm160,-95v0,-42,-14,-68,-46,-68v-39,0,-57,45,-57,77r0,65v11,4,24,5,38,5v39,0,65,-23,65,-79","w":200},{"d":"58,0r-23,0r0,-243r23,0r0,243xm66,-277r-11,13r-46,-37r14,-15","w":92},{"d":"153,0r-23,0v0,-14,0,-29,2,-39r-1,-1v-9,23,-32,43,-63,43v-28,0,-49,-15,-49,-43v0,-36,38,-62,110,-62r0,-16v0,-29,-10,-45,-42,-45v-17,0,-39,5,-55,15r-2,-20v17,-8,37,-14,61,-14v48,0,61,25,61,58r0,69v0,18,1,39,1,55xm129,-82r0,-3v-72,0,-87,23,-87,41v0,18,12,28,31,28v34,0,56,-33,56,-66"},{"d":"153,-62v0,33,-22,58,-61,64r0,49r-17,0r0,-48v-18,0,-32,-2,-46,-6r1,-22v12,5,34,8,48,8v29,0,52,-11,52,-41v0,-55,-106,-36,-106,-107v0,-31,23,-54,58,-58r0,-39r18,0r0,38v15,0,29,2,39,4r-1,21v-13,-4,-29,-6,-42,-6v-38,0,-50,19,-50,37v0,53,107,37,107,106","w":174},{"d":"148,-8v-12,5,-32,10,-55,10v-38,0,-76,-16,-76,-85v0,-59,29,-98,87,-98v15,0,30,2,43,6r-3,20v-12,-5,-27,-8,-43,-8v-40,0,-60,30,-60,75v0,39,11,71,57,71v17,0,34,-5,47,-11","w":159},{"d":"185,-287v-7,7,-20,14,-33,14v-24,0,-32,-17,-51,-17v-10,0,-17,5,-24,12r-7,-15v8,-8,20,-14,33,-14v23,0,33,16,51,16v10,0,17,-4,24,-11xm222,0r-31,0r-107,-170v-11,-17,-21,-33,-29,-49v1,29,3,102,3,147r0,72r-23,0r0,-243r31,0r106,167v10,17,21,34,30,51v-1,-34,-3,-106,-3,-153r0,-65r23,0r0,243","w":257},{"d":"19,51r-10,-9v22,-24,22,-42,16,-50v-8,-10,-1,-24,11,-24v21,0,31,37,-17,83","w":74},{"d":"163,-179r-75,198v-21,55,-36,74,-75,74v-6,0,-15,-1,-22,-2r3,-21v7,2,13,3,21,3v23,0,35,-11,50,-51r8,-22r-69,-179r27,0r40,110v6,17,10,29,14,42r0,0v3,-11,10,-33,18,-55r35,-97r25,0","w":167},{"d":"128,-188v0,37,-23,62,-57,62v-31,0,-52,-16,-52,-60v0,-34,23,-60,56,-60v23,0,53,10,53,58xm105,-188v0,-19,-7,-40,-31,-40v-16,0,-32,12,-32,42v0,20,6,41,31,41v19,0,32,-13,32,-43","w":149},{"d":"100,-80r-82,0r0,-19r82,0r0,19","w":117},{"d":"109,-105v-30,2,-39,12,-39,39r0,73v0,41,-13,63,-50,63r-6,0r0,-17v26,0,35,-12,35,-45r0,-73v0,-27,10,-46,33,-50r0,0v-23,-3,-33,-22,-33,-48r0,-52v0,-33,-9,-44,-35,-44r0,-17r6,0v39,0,50,30,50,63r0,48v0,30,8,39,39,41r0,19","w":115},{"d":"153,0r-23,0v0,-14,0,-29,2,-39r-1,-1v-9,23,-32,43,-63,43v-28,0,-49,-15,-49,-43v0,-36,38,-62,110,-62r0,-16v0,-29,-10,-45,-42,-45v-17,0,-39,5,-55,15r-2,-20v17,-8,37,-14,61,-14v48,0,61,25,61,58r0,69v0,18,1,39,1,55xm129,-82r0,-3v-72,0,-87,23,-87,41v0,18,12,28,31,28v34,0,56,-33,56,-66xm132,-247r-46,37r-11,-12r43,-40"},{"d":"161,0r-30,0r-74,-95r0,95r-22,0r0,-263r22,0r0,165r71,-81r27,0r-73,81","w":170},{"d":"100,70r-65,0r0,-346r65,0r0,17r-44,0r0,312r44,0r0,17","w":114},{"d":"144,-225r-12,14r-37,-26r-34,26r-11,-13r46,-35xm178,-92v0,52,-31,95,-84,95v-48,0,-78,-29,-78,-92v0,-50,30,-93,84,-93v42,0,78,23,78,90xm154,-91v0,-45,-19,-72,-57,-72v-30,0,-57,22,-57,72v0,48,21,75,58,75v30,0,56,-22,56,-75","w":194},{"d":"236,-122v0,81,-49,125,-114,125v-12,0,-22,-1,-32,-4r-14,38r-18,-6r14,-38v-39,-19,-55,-62,-55,-113v0,-81,50,-126,112,-126v10,0,21,1,30,3r13,-35r18,6r-13,35v37,16,59,56,59,115xm212,-119v0,-45,-15,-81,-43,-96r-72,194v9,3,19,4,28,4v49,0,87,-36,87,-102xm152,-223v-9,-2,-17,-3,-27,-3v-45,0,-84,36,-84,103v0,42,11,77,39,94","w":254},{"d":"176,-92v0,53,-31,95,-83,95v-9,0,-18,-1,-26,-4r-14,38r-17,-6r14,-38v-26,-16,-36,-47,-36,-82v0,-50,30,-93,84,-93v6,0,12,1,18,2r13,-34r17,6r-12,33v24,11,42,36,42,83xm153,-91v0,-31,-9,-54,-27,-65r-52,137v6,3,14,4,23,4v29,0,56,-23,56,-76xm109,-162v-5,-1,-10,-2,-15,-2v-27,0,-57,19,-57,73v0,27,8,50,22,62","w":194},{"d":"57,0r-22,0r0,-179r22,0r0,179xm68,-222r-12,12r-46,-37r14,-15","w":91},{"d":"147,-276v0,19,-16,36,-37,36v-21,0,-37,-15,-37,-36v0,-21,17,-37,37,-37v21,0,37,16,37,37xm131,-276v0,-12,-9,-22,-21,-22v-12,0,-21,10,-21,22v0,12,9,21,21,21v12,0,21,-9,21,-21xm213,0r-27,0r-21,-62r-112,0r-23,62r-24,0r91,-243r25,0xm158,-81r-38,-103v-5,-12,-8,-23,-11,-35r-1,0v-3,12,-7,23,-11,35r-38,103r99,0","w":218},{"d":"129,0r-21,0r-92,-243r20,0","w":146},{"d":"218,-92v0,62,-32,95,-95,95v-75,0,-88,-42,-88,-83r0,-163r23,0r0,161v0,36,12,66,67,66v46,0,70,-20,70,-74r0,-153r23,0r0,151","w":252},{"d":"213,0r-27,0r-21,-62r-112,0r-23,62r-24,0r91,-243r25,0xm158,-81r-38,-103v-5,-12,-8,-23,-11,-35r-1,0v-3,12,-7,23,-11,35r-38,103r99,0xm158,-285v0,9,-6,16,-15,16v-9,0,-16,-7,-16,-16v0,-9,7,-15,16,-15v9,0,15,6,15,15xm92,-285v0,9,-7,16,-16,16v-9,0,-15,-7,-15,-16v0,-9,6,-15,15,-15v9,0,16,6,16,15","w":218},{"d":"178,-92v0,52,-31,95,-84,95v-48,0,-78,-29,-78,-92v0,-50,30,-93,84,-93v42,0,78,23,78,90xm154,-91v0,-45,-19,-72,-57,-72v-30,0,-57,22,-57,72v0,48,21,75,58,75v30,0,56,-22,56,-75xm145,-237v0,9,-6,16,-15,16v-9,0,-16,-7,-16,-16v0,-9,7,-15,16,-15v9,0,15,6,15,15xm79,-237v0,9,-7,16,-16,16v-9,0,-15,-7,-15,-16v0,-9,6,-15,15,-15v9,0,16,6,16,15","w":194},{"d":"57,0r-22,0r0,-179r22,0r0,179xm95,-237v0,9,-7,16,-16,16v-9,0,-15,-7,-15,-16v0,-9,6,-15,15,-15v9,0,16,6,16,15xm28,-237v0,9,-6,16,-15,16v-9,0,-16,-7,-16,-16v0,-9,7,-15,16,-15v9,0,15,6,15,15","w":91},{"d":"213,-243r-92,243r-25,0r-90,-243r26,0r59,166v5,14,13,34,18,53r0,0v5,-18,11,-37,18,-55r62,-164r24,0","w":219},{"d":"166,19v0,28,-13,74,-89,74v-20,0,-37,-2,-51,-6r2,-24v15,5,35,10,52,10v40,0,63,-16,63,-62r0,-17v0,-14,0,-25,2,-35r0,0v-10,27,-34,44,-62,44v-42,0,-66,-28,-66,-84v0,-65,35,-100,92,-100v18,0,39,2,57,5r0,195xm143,-93r0,-66v-13,-3,-26,-4,-38,-4v-39,0,-64,23,-64,79v0,42,14,69,45,69v39,0,57,-46,57,-78","w":200},{"d":"80,70r-66,0r0,-17r45,0r0,-312r-45,0r0,-17r66,0r0,346","w":114},{"d":"95,-222r-12,12r-46,-37r14,-15","w":131},{"d":"38,-122v10,0,18,8,18,18v0,10,-8,18,-18,18v-10,0,-19,-8,-19,-18v0,-10,9,-18,19,-18","w":75},{"d":"174,0r-23,0r0,-116v0,-30,-8,-48,-36,-48v-34,0,-58,33,-58,78r0,86r-22,0r0,-179r23,0v0,12,-2,30,-4,41r1,1v10,-27,33,-45,65,-45v41,0,54,25,54,57r0,125","w":208},{"d":"83,-60v0,41,-17,62,-58,62v-9,0,-18,-2,-25,-3r0,-21v7,3,18,5,27,5v21,0,32,-9,32,-45r0,-181r24,0r0,183","w":117},{"d":"118,-182r-1,22v-41,-6,-60,27,-60,89r0,71r-22,0r0,-179r23,0v0,13,-2,31,-5,47r1,0v7,-27,25,-55,64,-50","w":127},{"d":"153,0r-23,0v0,-14,0,-29,2,-39r-1,-1v-9,23,-32,43,-63,43v-28,0,-49,-15,-49,-43v0,-36,38,-62,110,-62r0,-16v0,-29,-10,-45,-42,-45v-17,0,-39,5,-55,15r-2,-20v17,-8,37,-14,61,-14v48,0,61,25,61,58r0,69v0,18,1,39,1,55xm129,-82r0,-3v-72,0,-87,23,-87,41v0,18,12,28,31,28v34,0,56,-33,56,-66xm139,-237v0,9,-6,16,-15,16v-9,0,-16,-7,-16,-16v0,-9,7,-15,16,-15v9,0,15,6,15,15xm73,-237v0,9,-7,16,-16,16v-9,0,-15,-7,-15,-16v0,-9,6,-15,15,-15v9,0,16,6,16,15"},{"d":"276,-141v0,54,-27,79,-66,79v-28,0,-37,-19,-34,-37r-1,0v-5,17,-24,37,-48,37v-23,0,-32,-15,-32,-40v0,-45,26,-84,71,-84v14,0,27,1,39,3r-11,65v-5,28,3,38,21,38v25,0,40,-18,40,-60v0,-46,-28,-90,-93,-90v-62,0,-111,49,-111,116v0,59,37,102,99,102v17,0,33,-2,50,-7r0,19v-15,4,-35,7,-52,7v-72,0,-118,-50,-118,-119v0,-78,62,-136,133,-136v74,0,113,50,113,107xm182,-167v-6,-1,-12,-2,-20,-2v-32,0,-45,37,-45,62v0,17,5,26,15,26v21,0,39,-30,47,-71","w":305}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+-590-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);})("HZSmh?V8}lx@Hc4t0?p7-Z-x1]VmS?x@_#cTGpZY-=HyUVaLM!AJ[(l1kS}hq0`:.f*j)4?Ku3Qdrz@P|57n8m];&OBt%xDi1]=7}l!KS(%rkn8*1Y[|UZV?145mUT#jUp5mUT#fVm5mUT#?alfkS(5mUT#?km5mUT#?Um3q0J_|SZS1S8Oq0J_|Sj0q0J_|ST!q0J_|k?=q0J_|k?Sq0J_|kl-]1Y[|UZG|1Y[|UZUO1Y[|UZ!j1Y[|UZ()U45mUT#?V(pq0J_|SZp81Y[|UZp?1Y[|UZU;H(5mUT#4k(5mUT#?U4#q0J_|kjpq0J_|kjfD1Y[|UZ[;1Y[|UZ[m1Y[|UZ(*1Y[|UZ-]1Y[|UZS*1Y[|UZ[&1Y[|UZ[|Jp5mUT#4U45mUT#4a(5mUT#jUm5mUT#fSJGd1Y[|UZV4:p5mUT#jap5mUT#jSp5mUT#fk]k?1Y[|UZU5Up5mUT#jk45mUT#)a1z51Y[|UZGnSTmq0J_|kJ=q0J_|Sl(q0J_|SJSq0J_|ST[j1Y[|UZ-|V(5mUT#*Vp5mUT#?kAq@1Y[|UZVf1Y[|UZU]1cxq0J_|kJfq0J_|klpq0J_|kn=q0J_|STSq0J_|Sjpq0J_|ST=#0nqDqm5mUT#4U7(B1Y[|UZGmL8VS1Y[|UZG5H45mUT#faJ5m[8q8AZ-uA[mG}*#:-(M&A;Schlxra8Sq0J_|SZ-BUm|*![x&1Y[|UZMnal4A1Y[|UZS?qp5mUT#jk]G)km5mUT#)UA5O1Y[|UZ=fy1mq0J_|SJpdlm5mUT#?Vp5mUT#)ap5mUT#?ap5mUT#4km5mUT#jV(5q((5mUT#jVp5mUT#?V45mUT#4S4Sq0J_|kJ!0kp5mUT#*V]OHq45mUT#4VG_*yKV|hZ48Hc-*HA53LJ_rqTm*yK_rhTm|y?54h?08}c5KLl-@S*OKhY4|}YUx`;8t}lkuk*OP}n8P1*.iaK0;0m|@HJ%uLnu@Hm|@h?(3S][zhl(70?(3hZ54qm|@k]xz:c&d1cOrkl=)Sl!P1cOjh]m%y*zqy?5Pk]pr}Zxn0p|@k]xzHAMP}AO8S1V8HZ5Pk]p8}lx@y?fPq;!@klm4HA4?h;-ua])%hTrdH])3Smzjl]401Jm|l]40:A)uHA_.")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":186,"face":{"font-family":"TheSans_Light","font-weight":200,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 3 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-20 -316 328 95","underline-thickness":"7.2","underline-position":"-54","stemh":"18","stemv":"21","unicode-range":"U+0020-U+00FF"}}));Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"174,-226r-13,15r-35,-24r-38,24r-10,-14r50,-35xm189,-179r-34,179r-27,0v3,-12,7,-34,21,-76r0,-1v-17,40,-47,81,-86,81v-32,0,-44,-24,-37,-62r24,-121r26,0r-22,115v-6,31,0,45,18,45v36,0,75,-77,83,-122r7,-38r27,0","w":203},{"d":"189,-179r-34,179r-27,0v3,-12,7,-34,21,-76r0,-1v-17,40,-47,81,-86,81v-32,0,-44,-24,-37,-62r24,-121r26,0r-22,115v-6,31,0,45,18,45v36,0,75,-77,83,-122r7,-38r27,0xm147,-224r-13,16r-46,-37r16,-19","w":203},{"d":"103,-185r-36,185r-27,0r30,-158r-45,18r0,-26r55,-19r23,0","w":118},{"d":"154,-176r-6,24v-10,-5,-21,-8,-35,-8v-48,0,-71,54,-71,98v0,20,6,41,39,41v15,0,32,-4,44,-10r-2,24v-13,5,-29,10,-48,10v-46,0,-62,-25,-62,-58v0,-68,38,-126,102,-126v15,0,27,1,39,5xm81,18v6,22,-1,46,-42,68r-10,-13v26,-18,32,-36,26,-55r26,0","w":149},{"d":"149,-204v0,53,-36,80,-71,80v-29,0,-44,-13,-44,-42v0,-42,27,-80,69,-80v33,0,46,16,46,42xm123,-200v0,-13,-5,-25,-23,-25v-30,0,-40,33,-40,55v0,15,7,25,22,25v25,0,41,-25,41,-55","w":147},{"d":"162,-143v0,37,-39,59,-118,62v-1,6,-2,16,-2,23v0,31,11,39,41,39v17,0,35,-4,50,-11r0,22v-16,7,-37,11,-60,11v-39,0,-59,-16,-59,-57v0,-67,36,-128,97,-128v36,0,51,18,51,39xm134,-139v0,-14,-10,-22,-26,-22v-30,0,-51,26,-60,59v60,-3,86,-14,86,-37xm172,-237v0,10,-9,18,-18,18v-10,0,-17,-8,-17,-17v0,-10,8,-17,18,-17v9,0,17,7,17,16xm104,-237v0,10,-8,18,-17,18v-10,0,-17,-8,-17,-17v0,-10,8,-17,18,-17v9,0,16,7,16,16","w":170},{"d":"157,-89r-49,63r-19,-12r42,-51r-30,-50r22,-13xm91,-89r-51,63r-19,-13r44,-50r-33,-50r22,-12","w":174},{"d":"187,-229v-8,7,-21,13,-34,13v-25,0,-31,-17,-52,-17v-10,0,-19,4,-25,10r-4,-18v8,-8,20,-13,32,-13v23,0,34,17,53,17v9,0,17,-4,25,-11xm178,-121r-23,121r-27,0r22,-115v6,-31,1,-44,-17,-44v-37,0,-76,76,-84,121r-7,38r-27,0r34,-179r27,0v-2,12,-7,34,-21,76r0,1v17,-40,47,-81,86,-81v33,0,44,24,37,62","w":203},{"d":"243,-243r-29,154v-12,63,-50,92,-110,92v-70,0,-82,-38,-73,-86r30,-160r27,0r-30,161v-8,41,3,63,50,63v44,0,70,-19,80,-73r28,-151r27,0xm209,-286v0,10,-9,18,-18,18v-10,0,-17,-8,-17,-17v0,-10,8,-17,18,-17v9,0,17,7,17,16xm141,-286v0,10,-8,18,-17,18v-10,0,-17,-8,-17,-17v0,-10,8,-17,18,-17v9,0,16,7,16,16","w":245},{"d":"243,-158v0,93,-62,161,-139,161v-11,0,-21,-1,-30,-4r-20,37r-19,-9r19,-36v-24,-14,-35,-40,-35,-76v0,-88,59,-161,138,-161v10,0,19,1,27,3r19,-34r19,9r-18,33v26,13,39,40,39,77xm214,-156v0,-25,-7,-44,-23,-55r-104,187v7,3,16,3,25,3v55,-3,102,-60,102,-135xm171,-220v-6,-1,-13,-2,-22,-2v-58,2,-101,61,-101,133v0,24,6,43,21,54","w":248},{"d":"243,-158v0,93,-62,161,-139,161v-58,0,-85,-32,-85,-88v0,-88,60,-161,138,-161v56,0,86,32,86,88xm214,-155v0,-41,-20,-67,-62,-67v-60,0,-104,60,-104,133v0,41,21,68,60,68v58,0,106,-58,106,-134xm183,-279r-13,16r-46,-37r16,-19","w":248},{"d":"89,-243r-46,243r-27,0r46,-243r27,0xm103,-279r-13,16r-46,-37r16,-19","w":91},{"d":"246,-243r-47,243r-27,0r22,-114r-130,0r-21,114r-27,0r46,-243r27,0r-20,105r129,0r21,-105r27,0","w":248},{"d":"176,-252r-6,23v-9,-2,-17,-4,-25,-4v-26,0,-38,15,-43,41v-2,9,-4,29,-6,49r53,0r-4,21r-50,0v-4,45,-10,69,-51,99v8,-1,18,-1,29,-1r67,0r-4,24r-131,0r3,-20v52,-38,56,-51,60,-102r-40,0r4,-21r38,0v1,-15,2,-36,5,-51v8,-41,32,-61,74,-61v7,0,18,1,27,3","w":175},{"d":"162,-179r-8,23v-11,-5,-23,-9,-38,-9v-43,0,-72,36,-72,84v0,24,11,43,45,43v17,0,33,-4,46,-10r-1,24v-12,5,-26,9,-42,10r-7,38r-21,0r7,-39v-35,-3,-55,-24,-55,-61v0,-64,40,-104,88,-110r6,-33r21,0r-6,32v12,0,25,3,37,8","w":160},{"d":"162,-143v0,37,-39,59,-118,62v-1,6,-2,16,-2,23v0,31,11,39,41,39v17,0,35,-4,50,-11r0,22v-16,7,-37,11,-60,11v-39,0,-59,-16,-59,-57v0,-67,36,-128,97,-128v36,0,51,18,51,39xm134,-139v0,-14,-10,-22,-26,-22v-30,0,-51,26,-60,59v60,-3,86,-14,86,-37xm139,-224r-13,16r-46,-37r16,-19","w":170},{"d":"209,-281r-13,16r-35,-25r-38,25r-10,-15r50,-34xm243,-243r-29,154v-12,63,-50,92,-110,92v-70,0,-82,-38,-73,-86r30,-160r27,0r-30,161v-8,41,3,63,50,63v44,0,70,-19,80,-73r28,-151r27,0","w":245},{"d":"158,-93r-114,103r-17,-17r96,-85r-96,-82r17,-19","w":179},{"d":"165,-226r-13,15r-35,-24r-38,24r-11,-14r51,-35xm162,-143v0,37,-39,59,-118,62v-1,6,-2,16,-2,23v0,31,11,39,41,39v17,0,35,-4,50,-11r0,22v-16,7,-37,11,-60,11v-39,0,-59,-16,-59,-57v0,-67,36,-128,97,-128v36,0,51,18,51,39xm134,-139v0,-14,-10,-22,-26,-22v-30,0,-51,26,-60,59v60,-3,86,-14,86,-37","w":170},{"d":"245,-243r-47,243r-31,0r-68,-159v-8,-17,-14,-36,-19,-52v-4,31,-11,67,-17,99r-21,112r-27,0r47,-243r32,0r67,157v7,17,14,35,20,52v5,-27,10,-62,16,-93r21,-116r27,0","w":246},{"d":"181,-243r-4,22r-92,0r-17,85r89,0r-4,22r-89,0r-17,91r93,0r-5,23r-119,0r46,-243r119,0xm180,-286v0,10,-9,18,-18,18v-10,0,-17,-8,-17,-17v0,-10,8,-17,18,-17v9,0,17,7,17,16xm112,-286v0,10,-8,18,-17,18v-10,0,-17,-8,-17,-17v0,-10,8,-17,18,-17v9,0,16,7,16,16","w":177},{"d":"152,-179r-4,19r-110,136v11,0,31,-1,48,-1r38,0r-5,25r-119,0r4,-19r110,-137v-11,0,-27,1,-47,1r-35,0r4,-24r116,0","w":154},{"d":"243,-158v0,93,-62,161,-139,161v-58,0,-85,-32,-85,-88v0,-88,60,-161,138,-161v56,0,86,32,86,88xm214,-155v0,-41,-20,-67,-62,-67v-60,0,-104,60,-104,133v0,41,21,68,60,68v58,0,106,-58,106,-134xm218,-286v0,10,-9,18,-18,18v-10,0,-17,-8,-17,-17v0,-10,8,-17,18,-17v9,0,17,7,17,16xm150,-286v0,10,-8,18,-17,18v-10,0,-17,-8,-17,-17v0,-10,8,-17,18,-17v9,0,16,7,16,16","w":248},{"d":"92,-230v-1,11,-10,19,-20,19v-10,0,-17,-8,-17,-18v1,-11,10,-19,20,-19v10,0,18,8,17,18xm77,-179r-38,204v-9,45,-27,68,-70,68v-9,0,-17,-2,-23,-3r5,-24v6,3,15,3,21,3v26,0,33,-12,41,-51r38,-197r26,0","w":91},{"d":"89,-243r-46,243r-27,0r46,-243r27,0xm121,-300r-53,37r-11,-16r50,-40","w":91},{"w":78},{"d":"194,-192v0,43,-36,78,-78,78v-44,0,-77,-34,-76,-76v0,-44,37,-78,79,-78v44,0,76,34,75,76xm175,-190v1,-32,-25,-60,-57,-60v-32,0,-59,26,-59,58v-1,32,25,60,57,60v32,0,59,-26,59,-58xm150,-150r-20,0r-21,-36r-1,0r0,36r-16,0r0,-83r26,0v20,0,28,8,28,21v0,14,-8,22,-21,24v4,4,8,10,11,15xm130,-210v0,-8,-4,-10,-14,-10r-8,0r0,24r5,0v12,0,17,-8,17,-14","w":198},{"d":"135,-182r-5,26v-36,-9,-72,70,-80,115r-8,41r-27,0r34,-179r27,0v-3,16,-8,36,-20,71r1,0v21,-45,42,-80,78,-74","w":125},{"d":"181,-118v0,74,-50,121,-103,121v-43,0,-64,-22,-64,-63v0,-70,43,-122,102,-122v45,0,65,26,65,64xm153,-115v0,-28,-13,-44,-41,-44v-42,0,-70,45,-70,94v0,30,12,45,41,45v37,0,70,-38,70,-95xm171,-245r-53,37r-11,-16r50,-40","w":193},{"d":"124,-237v0,10,-8,18,-18,18v-9,0,-16,-8,-16,-17v0,-10,8,-17,17,-17v10,0,17,7,17,16xm57,-237v0,10,-9,18,-18,18v-10,0,-17,-8,-17,-17v0,-10,9,-17,18,-17v10,0,17,7,17,16xm76,-179r-34,179r-27,0r35,-179r26,0","w":90},{"d":"134,-179r-4,21r-51,0r-19,99v-6,30,-2,38,17,38v10,0,19,-1,26,-3r-1,23v-10,2,-23,4,-33,4v-36,0,-45,-17,-37,-57r20,-104r-38,0r4,-21r39,0r11,-59r28,-7r-13,66r51,0","w":130},{"d":"165,-243r-137,243r-26,0r137,-243r26,0","w":146},{"d":"113,-224r-13,16r-46,-37r16,-19","w":129},{"d":"109,-245r-53,37r-11,-16r50,-40xm76,-179r-34,179r-27,0r35,-179r26,0","w":90},{"d":"92,-263r-50,263r-27,0r51,-263r26,0","w":90},{"w":144},{"d":"182,-118v0,74,-50,121,-103,121v-9,0,-16,-1,-23,-3r-21,37r-17,-9r20,-36v-15,-10,-23,-28,-23,-52v0,-69,42,-122,102,-122v6,0,13,1,18,2r20,-36r17,9r-18,33v19,10,28,30,28,56xm155,-115v0,-17,-5,-29,-15,-36r-72,129v5,2,11,3,18,3v36,-1,69,-40,69,-96xm123,-159v-4,-1,-8,-1,-12,-1v-41,1,-69,45,-69,94v0,15,3,26,9,34","w":193},{"d":"190,-229v-8,7,-20,13,-33,13v-25,0,-32,-17,-53,-17v-10,0,-18,4,-24,10r-5,-18v8,-8,21,-13,33,-13v23,0,33,17,52,17v9,0,17,-4,25,-11xm178,-176r-33,176r-27,0v3,-16,10,-42,22,-79r-1,0v-12,28,-40,83,-86,83v-25,0,-40,-17,-40,-54v0,-65,34,-131,112,-131v20,0,37,2,53,5xm148,-157v-8,-2,-17,-3,-28,-3v-58,0,-79,58,-79,105v0,26,8,36,20,36v37,0,75,-77,84,-122"},{"d":"212,-243r-97,141r53,0r-4,19r-59,0r-5,26r59,0r-3,20r-60,0r-7,37r-27,0r7,-37r-59,0r3,-20r60,0r5,-26r-59,0r3,-19r53,0r-41,-141r29,0r24,86v4,16,7,29,10,43r1,0v8,-15,19,-32,29,-47r55,-82r30,0","w":207},{"d":"157,-266r-5,24v-5,-1,-13,-3,-21,-3v-28,0,-40,17,-40,38v0,36,51,71,51,118v0,24,-12,47,-32,61v3,6,5,15,5,24v0,34,-27,65,-72,65v-10,0,-21,-1,-26,-3r6,-25v6,3,15,5,23,5v26,0,41,-18,41,-39v0,-35,-52,-72,-52,-118v0,-23,12,-46,33,-61v-3,-7,-5,-14,-5,-25v0,-30,21,-62,69,-62v9,0,19,0,25,1xm116,-82v0,-25,-20,-47,-37,-79v-11,7,-18,22,-18,35v0,21,15,44,38,80v9,-6,17,-21,17,-36","w":171},{"d":"189,-172r-81,83r48,89r-32,0r-36,-71r-75,80r-20,-16r83,-84r-45,-88r31,0r34,70r74,-78","w":182},{"d":"185,-229v-8,7,-21,13,-34,13v-25,0,-31,-17,-52,-17v-10,0,-19,4,-25,10r-5,-18v8,-8,21,-13,33,-13v23,0,33,17,52,17v9,0,18,-4,26,-11xm181,-118v0,74,-50,121,-103,121v-43,0,-64,-22,-64,-63v0,-70,43,-122,102,-122v45,0,65,26,65,64xm153,-115v0,-28,-13,-44,-41,-44v-42,0,-70,45,-70,94v0,30,12,45,41,45v37,0,70,-38,70,-95","w":193},{"d":"81,18v6,22,-1,46,-42,68r-10,-13v26,-18,32,-36,26,-55r26,0","w":141},{"d":"189,-179r-38,198v-8,40,-34,74,-102,74v-19,0,-35,-3,-47,-7r6,-27v14,6,31,10,48,10v39,0,62,-15,70,-59v6,-32,9,-45,23,-87r0,0v-17,41,-47,81,-86,81v-32,0,-45,-24,-37,-62r23,-121r27,0r-22,116v-6,30,-1,44,17,44v37,0,75,-76,84,-122r7,-38r27,0","w":202},{"d":"178,-121r-23,121r-27,0r22,-115v6,-31,1,-44,-17,-44v-37,0,-76,76,-84,121r-7,38r-27,0r34,-179r27,0v-2,12,-7,34,-21,76r0,1v17,-40,47,-81,86,-81v33,0,44,24,37,62","w":203},{"d":"181,-118v0,74,-50,121,-103,121v-43,0,-64,-22,-64,-63v0,-70,43,-122,102,-122v45,0,65,26,65,64xm153,-115v0,-28,-13,-44,-41,-44v-42,0,-70,45,-70,94v0,30,12,45,41,45v37,0,70,-38,70,-95xm145,-224r-13,16r-46,-37r16,-19","w":193},{"d":"115,-245r-53,37r-11,-16r50,-40","w":136},{"d":"181,-243r-4,22r-92,0r-17,85r89,0r-4,22r-89,0r-17,91r93,0r-5,23r-119,0r46,-243r119,0","w":177},{"d":"180,-226r-13,15r-35,-24r-38,24r-10,-14r50,-35xm178,-176r-33,176r-27,0v3,-16,10,-42,22,-79r-1,0v-12,28,-40,83,-86,83v-25,0,-40,-17,-40,-54v0,-65,34,-131,112,-131v20,0,37,2,53,5xm148,-157v-8,-2,-17,-3,-28,-3v-58,0,-79,58,-79,105v0,26,8,36,20,36v37,0,75,-77,84,-122"},{"d":"90,-158v0,82,-30,157,-86,227r-27,0v56,-70,88,-151,88,-225v0,-45,-5,-84,-20,-120r23,0v15,36,22,74,22,118","w":106},{"d":"130,-281r-13,16r-35,-25r-38,25r-11,-15r51,-34xm89,-243r-46,243r-27,0r46,-243r27,0","w":91},{"d":"62,-104v-1,12,-11,21,-22,21v-12,0,-19,-9,-18,-20v0,-12,10,-21,21,-21v12,0,19,9,19,20","w":77},{"d":"117,-125r-5,21v-30,2,-40,11,-45,40r-13,68v-9,45,-27,67,-64,67r-7,0r5,-22v25,0,35,-11,41,-44r13,-68v6,-32,21,-49,43,-52r0,-1v-21,-3,-29,-20,-23,-50r9,-46v7,-33,1,-45,-24,-45r4,-20r5,0v39,0,47,28,39,66r-9,47v-6,28,4,37,31,39","w":118},{"d":"243,-158v0,93,-62,161,-139,161v-58,0,-85,-32,-85,-88v0,-88,60,-161,138,-161v56,0,86,32,86,88xm214,-155v0,-41,-20,-67,-62,-67v-60,0,-104,60,-104,133v0,41,21,68,60,68v58,0,106,-58,106,-134xm211,-300r-53,37r-11,-16r50,-40","w":248},{"d":"179,-178v-46,107,-92,193,-138,238v-21,21,-42,32,-63,32v-9,0,-17,0,-24,-2r4,-25v7,3,15,3,23,3v13,0,29,-9,42,-23v15,-17,22,-33,22,-61v0,-46,-10,-105,-26,-163r30,0v13,49,21,108,21,146v0,7,-1,16,-3,24r1,0v30,-52,55,-104,85,-177xm155,-237v0,10,-9,18,-18,18v-10,0,-17,-8,-17,-17v0,-10,8,-17,18,-17v9,0,17,7,17,16xm87,-237v0,10,-8,18,-17,18v-10,0,-17,-8,-17,-17v0,-10,8,-17,18,-17v9,0,16,7,16,16","w":171},{"d":"213,-238r-6,26v-18,-6,-36,-10,-53,-10v-73,0,-104,72,-104,138v0,37,14,62,64,62v21,0,43,-4,60,-12r-2,24v-20,8,-42,13,-66,13v-68,0,-86,-39,-86,-83v0,-86,47,-165,138,-165v21,0,39,2,55,7xm115,18v6,22,-1,46,-42,68r-10,-13v26,-18,32,-36,26,-55r26,0","w":204},{"d":"215,-243r-120,120r75,123r-34,0r-70,-122r-24,122r-27,0r47,-243r27,0r-23,116r113,-116r36,0","w":195},{"d":"219,-281r-13,16r-35,-25r-38,25r-11,-15r51,-34xm243,-158v0,93,-62,161,-139,161v-58,0,-85,-32,-85,-88v0,-88,60,-161,138,-161v56,0,86,32,86,88xm214,-155v0,-41,-20,-67,-62,-67v-60,0,-104,60,-104,133v0,41,21,68,60,68v58,0,106,-58,106,-134","w":248},{"d":"153,-142v0,32,-21,55,-59,83r-48,35r-1,1v14,-1,55,-1,95,-1r-5,24r-131,0r4,-22r59,-44v41,-31,56,-46,56,-70v0,-14,-8,-29,-33,-29v-19,0,-35,6,-49,15r0,-25v17,-8,37,-13,56,-13v37,0,56,20,56,46","w":169},{"d":"186,20r-168,0r0,-23r168,0r0,23xm188,-99r-73,0r0,74r-25,0r0,-74r-73,0r0,-23r73,0r0,-73r25,0r0,73r73,0r0,23","w":204},{"d":"267,-143v0,32,-24,56,-118,61v-1,6,-1,16,-1,24v0,31,10,39,40,39v17,0,35,-4,50,-11r0,22v-16,7,-36,11,-59,11v-39,0,-52,-18,-56,-42v-12,21,-40,42,-72,42v-30,0,-43,-15,-43,-36v0,-51,53,-65,118,-69r3,-12v6,-30,0,-47,-31,-47v-16,0,-38,7,-55,16r0,-24v18,-8,40,-13,60,-13v36,0,46,14,50,30v12,-15,36,-30,64,-30v36,0,50,18,50,39xm240,-139v0,-14,-12,-22,-27,-22v-30,0,-50,25,-59,58v51,-4,86,-9,86,-36xm122,-81v-50,3,-86,10,-86,41v0,13,9,21,22,21v32,0,58,-29,64,-62","w":275},{"d":"194,-198v0,38,-27,61,-54,70r0,0v24,5,38,24,38,46v0,45,-36,83,-105,83v-14,0,-37,-1,-57,-1r46,-243v16,0,38,-1,66,-1v46,0,66,19,66,46xm166,-192v0,-17,-10,-30,-46,-30v-13,0,-24,1,-35,1r-17,85r23,0v42,0,75,-20,75,-56xm149,-80v0,-23,-17,-35,-56,-35r-29,0r-17,92v6,1,17,2,32,2v46,0,70,-27,70,-59","w":199},{"d":"190,-281r-13,16r-35,-25r-38,25r-10,-15r50,-34xm194,0r-29,0r-9,-60r-106,0r-33,60r-29,0r135,-243r29,0xm152,-82r-16,-95v-2,-11,-4,-24,-5,-36r0,0v-5,11,-11,23,-17,35r-53,96r91,0","w":216},{"d":"89,-243r-46,243r-27,0r46,-243r27,0xm132,-286v0,10,-9,18,-18,18v-10,0,-17,-8,-17,-17v0,-10,8,-17,18,-17v9,0,17,7,17,16xm64,-286v0,10,-8,18,-17,18v-10,0,-17,-8,-17,-17v0,-10,8,-17,18,-17v9,0,16,7,16,16","w":91},{"d":"138,-222v-1,28,-25,45,-49,45v-27,0,-43,-16,-42,-42v1,-29,25,-46,48,-46v31,0,44,20,43,43xm116,-221v0,-11,-5,-26,-23,-26v-13,0,-24,11,-24,26v0,16,8,26,22,26v14,0,25,-11,25,-26","w":131},{"d":"22,-90r113,-103r18,17r-96,85r96,82r-18,19","w":179},{"d":"158,-237v0,10,-9,18,-18,18v-10,0,-17,-8,-17,-17v0,-10,8,-17,18,-17v9,0,17,7,17,16xm90,-237v0,10,-8,18,-17,18v-10,0,-17,-8,-17,-17v0,-10,8,-17,18,-17v9,0,16,7,16,16"},{"d":"166,-171r-78,73r56,98r-32,0r-52,-96r-18,96r-27,0r51,-263r26,0r-31,161r86,-85","w":166},{"d":"178,-176r-37,195v-8,40,-33,74,-101,74v-19,0,-34,-3,-47,-7r6,-27v14,6,30,10,47,10v38,0,61,-15,70,-59v6,-30,10,-45,23,-87r0,0v-12,26,-40,81,-86,81v-25,0,-40,-17,-40,-54v0,-65,34,-131,112,-131v20,0,37,2,53,5xm148,-157v-8,-2,-17,-3,-28,-3v-58,0,-79,58,-79,105v0,26,8,36,20,36v37,0,75,-77,84,-122"},{"d":"181,-118v0,74,-50,121,-103,121v-43,0,-64,-22,-64,-63v0,-70,43,-122,102,-122v45,0,65,26,65,64xm153,-115v0,-28,-13,-44,-41,-44v-42,0,-70,45,-70,94v0,30,12,45,41,45v37,0,70,-38,70,-95xm179,-237v0,10,-9,18,-18,18v-10,0,-17,-8,-17,-17v0,-10,8,-17,18,-17v9,0,17,7,17,16xm111,-237v0,10,-8,18,-17,18v-10,0,-17,-8,-17,-17v0,-10,8,-17,18,-17v9,0,16,7,16,16","w":193},{"d":"202,-284v-8,7,-21,13,-34,13v-25,0,-31,-17,-52,-17v-10,0,-19,4,-25,10r-4,-18v8,-8,21,-13,33,-13v23,0,33,17,52,17v9,0,17,-3,25,-10xm194,0r-29,0r-9,-60r-106,0r-33,60r-29,0r135,-243r29,0xm152,-82r-16,-95v-2,-11,-4,-24,-5,-36r0,0v-5,11,-11,23,-17,35r-53,96r91,0","w":216},{"d":"196,-253r-5,23v-6,-1,-11,-1,-17,-1v-53,0,-88,37,-107,90v-1,4,-4,8,-7,15r1,0v14,-21,38,-33,65,-33v44,0,62,29,62,59v0,63,-47,103,-99,103v-45,0,-64,-30,-64,-70v0,-67,40,-187,156,-187v4,0,11,1,15,1xm159,-96v0,-22,-13,-39,-40,-39v-35,0,-65,33,-65,71v0,16,6,45,38,45v38,0,67,-30,67,-77","w":206},{"d":"181,-243r-4,22r-92,0r-17,85r89,0r-4,22r-89,0r-17,91r93,0r-5,23r-119,0r46,-243r119,0xm146,-279r-13,16r-46,-37r16,-19","w":177},{"d":"178,-176r-33,176r-27,0v3,-16,10,-42,22,-79r-1,0v-12,28,-40,83,-86,83v-25,0,-40,-17,-40,-54v0,-65,34,-131,112,-131v20,0,37,2,53,5xm148,-157v-8,-2,-17,-3,-28,-3v-58,0,-79,58,-79,105v0,26,8,36,20,36v37,0,75,-77,84,-122xm180,-237v0,10,-9,18,-18,18v-10,0,-17,-8,-17,-17v0,-10,8,-17,18,-17v9,0,17,7,17,16xm112,-237v0,10,-8,18,-17,18v-10,0,-17,-8,-17,-17v0,-10,8,-17,18,-17v9,0,16,7,16,16"},{"d":"194,0r-29,0r-9,-60r-106,0r-33,60r-29,0r135,-243r29,0xm152,-82r-16,-95v-2,-11,-4,-24,-5,-36r0,0v-5,11,-11,23,-17,35r-53,96r91,0xm162,-279r-13,16r-46,-37r16,-19","w":216},{"d":"241,-243r-136,243r-30,0r-40,-243r28,0r26,162v2,14,5,33,7,51r0,0v8,-18,17,-35,27,-54r88,-159r30,0","w":216},{"d":"136,-23r-5,23r-115,0r46,-243r27,0r-42,220r89,0","w":149},{"d":"178,-176r-33,176r-27,0v3,-16,10,-42,22,-79r-1,0v-12,28,-40,83,-86,83v-25,0,-40,-17,-40,-54v0,-65,34,-131,112,-131v20,0,37,2,53,5xm148,-157v-8,-2,-17,-3,-28,-3v-58,0,-79,58,-79,105v0,26,8,36,20,36v37,0,75,-77,84,-122xm151,-224r-13,16r-46,-37r16,-19"},{"d":"61,90r-21,0r0,-360r21,0r0,360","w":100},{"d":"234,-156v0,80,-50,157,-159,157v-26,0,-43,-1,-59,-1r46,-243v18,0,44,-1,67,-1v77,0,105,37,105,88xm205,-153v0,-40,-18,-69,-80,-69v-14,0,-30,1,-40,1r-38,197v10,1,24,2,32,2v90,0,126,-68,126,-131","w":240},{"d":"287,-177r-89,177r-31,0r-16,-111v-1,-11,-3,-22,-3,-34r0,0r-72,145r-31,0r-20,-179r28,0r10,107v1,16,3,31,3,41r1,0r73,-148r29,0r15,106v2,17,4,33,4,42r0,0r74,-155","w":277},{"d":"178,-277v-1,21,-19,38,-40,38v-22,0,-37,-15,-36,-37v1,-22,19,-39,40,-39v22,0,37,17,36,38xm160,-277v0,-12,-7,-21,-19,-21v-12,0,-21,9,-21,21v-1,12,7,21,19,21v11,0,20,-9,21,-21xm194,0r-29,0r-9,-60r-106,0r-33,60r-29,0r135,-243r29,0xm152,-82r-16,-95v-2,-11,-4,-24,-5,-36r0,0v-5,11,-11,23,-17,35r-53,96r91,0","w":216},{"d":"189,-206v0,36,-29,56,-62,75v21,14,41,34,41,62v0,43,-40,72,-88,72v-46,0,-64,-20,-64,-51v0,-40,32,-62,66,-81v-20,-14,-37,-31,-37,-58v0,-38,34,-68,83,-68v41,0,61,19,61,49xm161,-201v0,-17,-11,-32,-37,-32v-32,0,-51,21,-51,44v0,20,16,33,35,46v29,-16,53,-32,53,-58xm140,-64v0,-24,-19,-39,-39,-53v-30,17,-57,36,-57,66v0,15,11,32,41,32v28,0,55,-21,55,-45","w":194},{"d":"131,-243r-29,152v-44,0,-63,-25,-63,-60v0,-44,32,-92,92,-92xm207,-243r-3,21r-26,0r-49,257r-51,0r4,-21r26,0r49,-257r50,0","w":200},{"d":"46,-17v0,11,-8,20,-19,20v-10,0,-19,-9,-19,-19v0,-11,9,-20,19,-20v11,0,19,9,19,19","w":76},{"d":"118,-164v0,11,-8,20,-19,20v-11,0,-19,-9,-19,-19v0,-11,9,-20,20,-20v11,0,18,9,18,19xm108,-122v10,76,-71,85,-72,130v0,22,24,39,60,43r-8,25v-55,-5,-83,-36,-82,-67v2,-58,85,-61,75,-131r27,0","w":147},{"d":"140,-191v0,59,-85,62,-75,133r-26,0v-10,-77,71,-84,71,-130v0,-22,-25,-38,-60,-42r8,-25v53,5,82,33,82,64xm66,-17v0,11,-9,20,-20,20v-11,0,-18,-8,-18,-18v0,-11,9,-20,19,-20v11,0,19,8,19,18","w":147},{"d":"178,-176r-33,176r-27,0v3,-16,10,-42,22,-79r-1,0v-12,28,-40,83,-86,83v-25,0,-40,-17,-40,-54v0,-65,34,-131,112,-131v20,0,37,2,53,5xm148,-157v-8,-2,-17,-3,-28,-3v-58,0,-79,58,-79,105v0,26,8,36,20,36v37,0,75,-77,84,-122"},{"d":"146,-141v0,35,-22,57,-56,71r0,1v21,2,39,21,39,48v0,52,-47,93,-111,93v-12,0,-20,-1,-29,-4r6,-25v8,3,18,5,28,5v45,0,77,-27,77,-65v0,-31,-28,-42,-76,-37r4,-22v53,0,89,-23,89,-60v0,-18,-11,-29,-34,-29v-18,0,-32,5,-44,11r0,-24v16,-6,34,-10,51,-10v39,0,56,20,56,47","w":164},{"d":"181,-129v0,65,-34,131,-112,131v-10,0,-18,-1,-27,-2r-17,90r-27,0r51,-269r27,0v-3,16,-8,35,-21,78r0,0v18,-45,48,-82,86,-82v25,0,40,17,40,54xm153,-124v0,-26,-7,-35,-19,-35v-37,0,-76,76,-85,120r-3,15v8,3,20,5,28,5v57,0,79,-58,79,-105"},{"d":"194,0r-29,0r-9,-60r-106,0r-33,60r-29,0r135,-243r29,0xm152,-82r-16,-95v-2,-11,-4,-24,-5,-36r0,0v-5,11,-11,23,-17,35r-53,96r91,0xm182,-300r-53,37r-11,-16r50,-40","w":216},{"d":"183,-117v0,64,-38,189,-159,189v-6,0,-14,-1,-20,-2r4,-25v7,1,15,3,22,3v53,0,88,-32,109,-85v3,-8,4,-13,7,-19r0,0v-15,21,-40,30,-65,30v-42,0,-61,-25,-61,-58v0,-54,39,-104,97,-104v47,0,66,29,66,71xm154,-121v0,-25,-14,-45,-42,-45v-36,0,-63,37,-63,78v0,22,14,38,38,38v36,0,67,-26,67,-71","w":205},{"d":"186,-109r-159,0r0,-23r159,0r0,23xm186,-51r-159,0r0,-22r159,0r0,22","w":213},{"d":"192,-81r-78,0r0,81r-26,0r0,-81r-78,0r0,-23r78,0r0,-81r26,0r0,81r78,0r0,23","w":202},{"d":"189,-179r-34,179r-27,0v3,-12,7,-34,21,-76r0,-1v-17,40,-47,81,-86,81v-32,0,-44,-24,-37,-62r24,-121r26,0r-22,115v-6,31,0,45,18,45v36,0,75,-77,83,-122r7,-38r27,0xm181,-237v0,10,-9,18,-18,18v-10,0,-17,-8,-17,-17v0,-10,8,-17,18,-17v9,0,17,7,17,16xm113,-237v0,10,-8,18,-17,18v-10,0,-17,-8,-17,-17v0,-10,8,-17,18,-17v9,0,16,7,16,16","w":203},{"d":"71,-123v0,11,-9,19,-20,19v-11,0,-19,-9,-19,-19v0,-11,8,-20,19,-20v11,0,20,10,20,20xm50,-17v0,11,-8,20,-19,20v-11,0,-19,-9,-19,-19v0,-11,8,-20,19,-20v11,0,19,9,19,19","w":88},{"d":"180,91r-180,0r0,-22r180,0r0,22","w":180},{"d":"100,-253r-42,195r-21,0r32,-195r31,0xm59,-17v0,11,-9,20,-20,20v-11,0,-18,-8,-18,-18v0,-11,8,-20,19,-20v11,0,19,8,19,18","w":105},{"d":"222,-243r-97,117r58,126r-33,0r-44,-104r-84,104r-32,0r104,-127r-53,-116r31,0r41,95r77,-95r32,0","w":206},{"d":"162,-143v0,37,-39,59,-118,62v-1,6,-2,16,-2,23v0,31,11,39,41,39v17,0,35,-4,50,-11r0,22v-16,7,-37,11,-60,11v-39,0,-59,-16,-59,-57v0,-67,36,-128,97,-128v36,0,51,18,51,39xm134,-139v0,-14,-10,-22,-26,-22v-30,0,-51,26,-60,59v60,-3,86,-14,86,-37xm164,-245r-53,37r-11,-16r50,-40","w":170},{"d":"144,-242v-8,39,-19,96,-22,116r-23,0v2,-8,7,-22,12,-38r-1,0v-12,25,-30,40,-51,40v-20,0,-29,-13,-29,-36v0,-44,26,-85,75,-85v13,0,26,1,39,3xm118,-224v-6,-2,-13,-2,-18,-2v-30,0,-47,31,-47,61v0,15,4,21,13,21v22,0,43,-34,50,-70","w":135},{"d":"174,-24r-5,24r-42,0r-14,70r-26,0r13,-70r-107,0r0,-22r132,-163r37,0r-31,161r43,0xm131,-159r-1,0r-109,135v23,-1,69,0,84,0","w":191},{"d":"217,-71r-54,0r-21,71r-22,0r20,-71r-54,0r-21,71r-23,0r21,-71r-53,0r4,-19r55,0r21,-72r-53,0r4,-19r55,0r18,-62r22,0r-18,62r55,0r18,-62r22,0r-18,62r53,0r-4,19r-54,0r-21,72r52,0xm146,-90r21,-72r-54,0r-22,72r55,0","w":238},{"d":"257,-161v-6,45,-26,84,-52,111v15,14,31,28,44,38r-19,19v-17,-13,-30,-25,-45,-39v-30,24,-66,36,-100,36v-47,0,-67,-27,-67,-57v0,-45,34,-72,67,-95v-13,-20,-22,-40,-22,-56v0,-33,27,-62,68,-62v35,0,49,18,49,41v0,34,-28,57,-60,80v18,26,43,54,68,79v19,-21,37,-54,42,-95r27,0xm153,-221v0,-14,-8,-24,-25,-24v-24,0,-38,16,-38,37v0,12,7,28,18,45v24,-17,45,-33,45,-58xm168,-49v-24,-24,-50,-53,-70,-81v-27,19,-52,40,-52,70v0,21,13,41,45,41v24,0,52,-9,77,-30","w":280},{"d":"275,-243r-4,22r-91,0r-16,85r88,0r-5,22r-87,0r-18,91r95,0r-4,23r-121,0r11,-60r-82,0r-43,60r-31,0r175,-243r133,0xm154,-220r-1,0v-8,13,-16,26,-33,49r-64,89r71,0","w":271},{"d":"178,-176r-51,266r-26,0r16,-86v4,-23,10,-41,23,-83r-1,0v-12,28,-40,83,-86,83v-25,0,-40,-17,-40,-54v0,-65,34,-131,112,-131v20,0,37,2,53,5xm148,-157v-8,-2,-17,-3,-28,-3v-58,0,-79,58,-79,105v0,26,7,36,20,36v37,0,75,-77,84,-122"},{"d":"154,-176r-6,24v-10,-5,-21,-8,-35,-8v-48,0,-71,54,-71,98v0,20,6,41,39,41v15,0,32,-4,44,-10r-2,24v-13,5,-29,10,-48,10v-46,0,-62,-25,-62,-58v0,-68,38,-126,102,-126v15,0,27,1,39,5","w":149},{"d":"258,-121v-2,66,-56,120,-122,120v-68,0,-119,-53,-118,-119v2,-67,56,-120,123,-120v67,0,118,52,117,119xm237,-120v1,-54,-42,-99,-96,-99v-54,0,-99,43,-100,98v-1,54,41,99,95,99v54,0,100,-44,101,-98xm173,-63v-6,3,-16,6,-35,6v-41,0,-56,-26,-56,-61v0,-35,17,-67,63,-67v11,0,20,2,28,5r-2,20v-8,-3,-18,-6,-28,-6v-28,0,-37,20,-37,46v0,27,11,43,36,43v11,0,21,-2,30,-5","w":265},{"d":"101,-79r-84,0r0,-21r84,0r0,21","w":118},{"d":"181,-243r-5,23r-91,0r-17,85r88,0r-5,22r-87,0r-21,113r-27,0r46,-243r119,0","w":165},{"d":"89,-243r-46,243r-27,0r46,-243r27,0","w":91},{"d":"155,-185r-6,26r-80,0r-13,69v47,3,74,30,74,68v0,60,-56,94,-113,94v-9,0,-16,-1,-24,-2r6,-25v6,2,14,3,22,3v46,0,80,-24,80,-65v0,-27,-19,-51,-75,-51r22,-117r107,0","w":162},{"d":"71,-123v0,11,-9,19,-20,19v-11,0,-19,-9,-19,-19v0,-11,8,-20,19,-20v11,0,20,10,20,20xm31,-36v25,0,34,44,-29,89r-11,-12v27,-23,31,-39,25,-51v-6,-11,1,-26,15,-26","w":88},{"d":"162,-220r-5,24v-13,-4,-27,-6,-40,-6v-35,0,-50,18,-50,39v0,43,78,37,78,95v0,32,-24,63,-69,69r-10,49r-21,0r10,-47v-15,0,-29,-3,-42,-6r5,-26v7,3,27,8,46,8v35,0,52,-21,52,-41v0,-48,-77,-39,-77,-96v0,-32,25,-60,67,-65r7,-39r21,0r-8,38v14,0,26,2,36,4","w":168},{"d":"243,-158v0,93,-62,161,-139,161v-58,0,-85,-32,-85,-88v0,-88,59,-161,138,-161v56,0,86,32,86,88xm224,39r-4,24v-60,9,-81,-20,-131,-13r5,-23v57,-7,75,19,130,12xm214,-155v0,-41,-20,-67,-62,-67v-60,0,-104,60,-104,133v0,41,21,68,60,68v58,0,106,-58,106,-134","w":249},{"d":"123,-165v0,11,-8,19,-19,19v-11,0,-19,-8,-19,-19v0,-10,8,-19,19,-19v11,0,19,9,19,19xm192,-81r-175,0r0,-23r175,0r0,23xm123,-20v0,11,-8,19,-19,19v-11,0,-19,-8,-19,-19v0,-10,8,-19,19,-19v11,0,19,9,19,19","w":208},{"d":"169,-26r-23,0r0,-58r-131,0r0,-22r154,0r0,80","w":188},{"d":"141,-227r-40,16r33,18r-12,18r-30,-24r-5,42r-20,-2r11,-39r-34,23r-9,-19r40,-16r-33,-18r11,-18r29,24r5,-42r21,3r-11,39r35,-23","w":130},{"d":"286,-121r-23,121r-27,0r22,-115v6,-31,1,-44,-16,-44v-35,0,-74,72,-83,121r-7,38r-26,0r22,-115v6,-31,0,-44,-17,-44v-35,0,-73,72,-82,121r-7,38r-27,0r34,-179r27,0v-2,12,-7,34,-21,76r0,1v17,-40,47,-81,85,-81v23,0,35,13,35,35v0,13,-4,25,-10,46r1,0v17,-41,46,-81,84,-81v31,0,43,24,36,62","w":311},{"d":"135,-265r-14,80r-20,0r5,-80r29,0xm78,-265r-14,80r-20,0r5,-80r29,0","w":125},{"d":"173,-281r-13,16r-35,-25r-38,25r-10,-15r50,-34xm181,-243r-4,22r-92,0r-17,85r89,0r-4,22r-89,0r-17,91r93,0r-5,23r-119,0r46,-243r119,0","w":177},{"d":"126,-179r-5,22v-9,-3,-18,-4,-28,-4v-25,0,-39,12,-39,29v0,31,58,37,58,78v0,30,-27,57,-76,57v-12,0,-21,-1,-30,-2r5,-25v9,3,19,5,30,5v25,0,43,-11,43,-32v0,-30,-57,-34,-57,-78v0,-30,23,-53,68,-53v13,0,22,1,31,3","w":137},{"d":"224,-284v-8,7,-20,13,-33,13v-25,0,-32,-17,-53,-17v-10,0,-18,4,-24,10r-5,-18v8,-8,21,-13,33,-13v23,0,33,17,52,17v9,0,17,-4,25,-11xm243,-158v0,93,-62,161,-139,161v-58,0,-85,-32,-85,-88v0,-88,60,-161,138,-161v56,0,86,32,86,88xm214,-155v0,-41,-20,-67,-62,-67v-60,0,-104,60,-104,133v0,41,21,68,60,68v58,0,106,-58,106,-134","w":248},{"d":"189,-179r-34,179r-27,0v3,-12,7,-34,21,-76r0,-1v-17,40,-47,81,-86,81v-32,0,-44,-24,-37,-62r24,-121r26,0r-22,115v-6,31,0,45,18,45v36,0,75,-77,83,-122r7,-38r27,0","w":203},{"d":"289,-243r-11,243r-28,0r7,-148v1,-30,3,-50,4,-63r0,0v-4,10,-11,24,-20,41r-88,170r-30,0r-22,-159v-3,-18,-5,-38,-5,-52r-1,0v-5,19,-10,39,-18,64r-45,147r-29,0r80,-243r34,0r22,164v3,18,4,34,4,47r1,0v7,-17,13,-27,22,-44r86,-167r37,0","w":313},{"d":"171,-185r-5,23v-44,68,-86,146,-120,232r-32,0v38,-88,79,-165,120,-229v-9,1,-88,0,-111,0r5,-26r143,0","w":162},{"d":"27,-36v24,0,33,44,-30,89r-10,-12v27,-23,31,-39,25,-51v-6,-11,1,-26,15,-26","w":76},{"d":"181,-243r-4,22r-92,0r-17,85r89,0r-4,22r-89,0r-17,91r93,0r-5,23r-119,0r46,-243r119,0xm171,-300r-53,37r-11,-16r50,-40","w":177},{"d":"243,-158v0,93,-62,161,-139,161v-58,0,-85,-32,-85,-88v0,-88,60,-161,138,-161v56,0,86,32,86,88xm214,-155v0,-41,-20,-67,-62,-67v-60,0,-104,60,-104,133v0,41,21,68,60,68v58,0,106,-58,106,-134","w":248},{"d":"69,-122r-32,196r-31,0r42,-196r21,0xm85,-164v0,11,-8,20,-19,20v-11,0,-18,-9,-18,-19v0,-11,8,-20,19,-20v11,0,18,9,18,19","w":105},{"d":"211,-243r-106,155r-16,88r-27,0r16,-88r-44,-155r28,0r24,87v4,14,7,29,10,43r1,0v8,-15,19,-32,29,-48r54,-82r31,0","w":185},{"d":"195,-263r-50,263r-27,0v3,-16,10,-42,22,-79r-1,0v-12,28,-40,83,-86,83v-25,0,-40,-17,-40,-54v0,-65,34,-131,112,-131v10,0,18,1,27,2r16,-84r27,0xm148,-157v-8,-2,-17,-3,-28,-3v-58,0,-79,58,-79,105v0,26,8,36,20,36v37,0,75,-77,84,-122"},{"d":"189,-187v0,55,-52,92,-107,92v-6,0,-16,0,-22,-1r-18,96r-27,0r47,-243v17,-1,36,-1,56,-1v48,0,71,23,71,57xm160,-183v0,-24,-12,-39,-48,-39v-12,0,-19,1,-27,1r-20,101v6,1,14,2,22,2v39,0,73,-28,73,-65","w":183},{"d":"218,-284v-8,7,-21,13,-34,13v-25,0,-31,-17,-52,-17v-10,0,-19,4,-25,10r-4,-18v8,-8,20,-13,32,-13v23,0,34,17,53,17v9,0,17,-3,25,-10xm245,-243r-47,243r-31,0r-68,-159v-8,-17,-14,-36,-19,-52v-4,31,-11,67,-17,99r-21,112r-27,0r47,-243r32,0r67,157v7,17,14,35,20,52v5,-27,10,-62,16,-93r21,-116r27,0","w":246},{"d":"91,-230v0,11,-10,19,-20,19v-10,0,-17,-8,-17,-18v0,-11,10,-19,20,-19v10,0,17,8,17,18xm76,-179r-34,179r-27,0r35,-179r26,0","w":90},{"d":"181,-129v0,65,-34,132,-112,132v-20,0,-38,-3,-53,-6r50,-260r26,0r-17,92v-2,12,-6,26,-20,70r0,0v18,-45,48,-82,86,-82v25,0,40,17,40,54xm153,-124v0,-26,-7,-35,-19,-35v-37,0,-76,76,-85,120r-3,17v8,2,17,3,28,3v58,0,79,-58,79,-105"},{"d":"201,-118v0,71,-52,121,-113,121v-46,0,-70,-24,-70,-67v0,-71,49,-124,112,-124v47,0,71,28,71,70xm174,-114v0,-30,-15,-52,-49,-52v-47,0,-80,46,-80,96v0,30,16,50,48,50v43,0,81,-42,81,-94","w":217},{"d":"199,-243r-4,21r-139,174v-6,8,-13,16,-20,24v8,-1,31,-1,63,-1r60,0r-5,25r-154,0r3,-20r132,-168v9,-12,17,-20,27,-31r-53,0r-64,0r5,-24r149,0","w":186},{"d":"194,0r-29,0r-9,-60r-106,0r-33,60r-29,0r135,-243r29,0xm152,-82r-16,-95v-2,-11,-4,-24,-5,-36r0,0v-5,11,-11,23,-17,35r-53,96r91,0","w":216},{"d":"143,-277r-4,21v-25,0,-36,11,-42,44r-8,46v-6,33,-21,49,-44,52r0,1v21,3,29,20,23,50r-13,68v-6,33,0,45,25,45r-4,21r-7,0v-38,0,-46,-26,-38,-67r13,-68v5,-28,-3,-38,-30,-40r4,-21v30,-2,41,-10,46,-39r8,-47v7,-37,24,-66,64,-66r7,0","w":117},{"d":"158,-243r-5,25v-12,-4,-24,-6,-33,-6v-38,0,-56,23,-56,44v0,47,76,48,76,105v0,45,-39,78,-94,78v-12,0,-27,-1,-39,-5r6,-26v9,4,24,7,36,7v40,0,62,-21,62,-50v0,-45,-75,-45,-75,-103v0,-39,31,-72,87,-72v12,0,21,0,35,3","w":162},{"d":"190,-96v-13,12,-30,21,-49,21v-36,0,-50,-23,-77,-23v-15,0,-28,8,-36,15r-7,-19v11,-9,27,-19,47,-19v36,0,46,23,77,23v12,0,27,-8,37,-17","w":208},{"d":"189,-179r-34,179r-27,0v3,-12,7,-34,21,-76r0,-1v-17,40,-47,81,-86,81v-32,0,-44,-24,-37,-62r24,-121r26,0r-22,115v-6,31,0,45,18,45v36,0,75,-77,83,-122r7,-38r27,0xm169,-245r-53,37r-11,-16r50,-40","w":203},{"d":"170,-135r-21,11r-51,-98r-54,98r-18,-10r63,-109r22,0","w":191},{"d":"178,-121r-23,121r-27,0r22,-115v6,-31,1,-44,-17,-44v-37,0,-76,76,-84,121r-7,38r-27,0r51,-263r26,0r-17,87v-3,13,-6,31,-20,73r0,1v17,-40,47,-81,86,-81v33,0,44,24,37,62","w":203},{"d":"192,-225v0,54,-63,50,-63,89v0,32,46,42,46,82v0,32,-29,57,-73,57v-13,0,-20,-1,-29,-2r5,-25v9,3,17,5,27,5v26,0,42,-13,42,-32v0,-32,-45,-41,-45,-81v0,-51,63,-50,63,-90v0,-14,-10,-22,-29,-22v-29,0,-51,17,-59,61r-37,194v-12,63,-37,82,-80,82v-8,0,-18,-1,-26,-3r6,-23v8,2,15,3,24,3v27,0,41,-12,50,-59r36,-192v11,-59,42,-85,90,-85v33,0,52,18,52,41","w":201},{"d":"169,-261r-7,22v-9,-3,-19,-4,-27,-4v-28,0,-44,16,-50,52r-2,12r52,0r-5,21r-51,0r-32,168v-11,59,-38,83,-81,83v-10,0,-21,-2,-31,-4r7,-23v9,3,19,4,27,4v27,0,42,-15,51,-59r33,-169r-39,0r4,-21r39,0r2,-12v9,-50,35,-74,80,-74v10,0,20,2,30,4","w":120},{"d":"194,0r-29,0r-9,-60r-106,0r-33,60r-29,0r135,-243r29,0xm152,-82r-16,-95v-2,-11,-4,-24,-5,-36r0,0v-5,11,-11,23,-17,35r-53,96r91,0xm195,-286v0,10,-9,18,-18,18v-10,0,-17,-8,-17,-17v0,-10,8,-17,18,-17v9,0,17,7,17,16xm127,-286v0,10,-8,18,-17,18v-10,0,-17,-8,-17,-17v0,-10,8,-17,18,-17v9,0,16,7,16,16","w":216},{"d":"120,-226r-13,15r-35,-24r-37,24r-11,-14r51,-35xm76,-179r-34,179r-27,0r35,-179r26,0","w":90},{"d":"117,-277r-67,348r-66,0r4,-21r42,0r58,-306r-42,0r4,-21r67,0","w":112},{"d":"158,-139r-44,51r33,49r-21,13r-38,-62r52,-63xm90,-139r-41,51r29,50r-21,12r-35,-62r49,-64","w":174},{"d":"178,-176r-33,176r-27,0v3,-16,10,-42,22,-79r-1,0v-12,28,-40,83,-86,83v-25,0,-40,-17,-40,-54v0,-65,34,-131,112,-131v20,0,37,2,53,5xm148,-157v-8,-2,-17,-3,-28,-3v-58,0,-79,58,-79,105v0,26,8,36,20,36v37,0,75,-77,84,-122xm181,-245r-53,37r-11,-16r50,-40"},{"d":"243,-243r-29,154v-12,63,-50,92,-110,92v-70,0,-82,-38,-73,-86r30,-160r27,0r-30,161v-8,41,3,63,50,63v44,0,70,-19,80,-73r28,-151r27,0xm202,-300r-53,37r-11,-16r50,-40","w":245},{"d":"186,-192v0,48,-42,75,-92,78v5,8,12,17,17,26r54,88r-34,0r-66,-112r-1,0r-21,112r-27,0r46,-243v15,-1,31,-1,54,-1v49,0,70,19,70,52xm158,-189v0,-23,-13,-33,-46,-33v-12,0,-20,0,-27,1r-17,87v4,0,8,1,21,1v39,0,69,-19,69,-56","w":193},{"d":"78,-265r-14,80r-20,0r5,-80r29,0","w":68},{"d":"236,-236r-8,26v-19,-9,-42,-13,-61,-13v-69,0,-119,59,-119,131v0,35,20,71,74,71v20,0,36,-2,51,-7r18,-94r27,0r-21,112v-26,9,-56,13,-80,13v-66,0,-98,-39,-98,-93v0,-92,67,-156,152,-156v23,0,46,3,65,10","w":241},{"d":"179,-178v-46,107,-92,193,-138,238v-21,21,-42,32,-63,32v-9,0,-17,0,-24,-2r4,-25v7,3,15,3,23,3v13,0,29,-9,42,-23v15,-17,22,-33,22,-61v0,-46,-10,-105,-26,-163r30,0v13,49,21,108,21,146v0,7,-1,16,-3,24r1,0v30,-52,55,-104,85,-177","w":171},{"d":"178,-177r-97,177r-27,0r-32,-179r28,0r19,116v2,10,3,22,4,32r0,0r81,-155","w":167},{"d":"181,-118v0,74,-50,121,-103,121v-43,0,-64,-22,-64,-63v0,-70,43,-122,102,-122v45,0,65,26,65,64xm153,-115v0,-28,-13,-44,-41,-44v-42,0,-70,45,-70,94v0,30,12,45,41,45v37,0,70,-38,70,-95","w":193},{"d":"243,-243r-29,154v-12,63,-50,92,-110,92v-70,0,-82,-38,-73,-86r30,-160r27,0r-30,161v-8,41,3,63,50,63v44,0,70,-19,80,-73r28,-151r27,0xm179,-279r-13,16r-46,-37r16,-19","w":245},{"d":"139,-245r0,21r-79,0r0,-21r79,0","w":141},{"d":"176,-226r-13,15r-34,-24r-38,24r-11,-14r51,-35xm181,-118v0,74,-50,121,-103,121v-43,0,-64,-22,-64,-63v0,-70,43,-122,102,-122v45,0,65,26,65,64xm153,-115v0,-28,-13,-44,-41,-44v-42,0,-70,45,-70,94v0,30,12,45,41,45v37,0,70,-38,70,-95","w":193},{"d":"243,-243r-29,154v-12,63,-50,92,-110,92v-70,0,-82,-38,-73,-86r30,-160r27,0r-30,161v-8,41,3,63,50,63v44,0,70,-19,80,-73r28,-151r27,0","w":245},{"d":"141,-199v0,34,-23,69,-64,69v-29,0,-48,-15,-48,-49v0,-41,29,-68,63,-68v28,0,49,13,49,48xm249,-237r-193,245r-18,-14r193,-245xm260,-64v0,34,-23,68,-64,68v-30,0,-48,-15,-48,-49v0,-41,29,-68,63,-68v28,0,49,14,49,49xm116,-195v0,-22,-7,-33,-27,-33v-22,0,-35,24,-35,47v0,21,8,31,27,31v23,0,35,-26,35,-45xm235,-61v0,-22,-7,-32,-27,-32v-22,0,-34,23,-34,46v0,21,7,32,26,32v23,0,35,-27,35,-46","w":280},{"d":"353,-243r-110,243r-34,0r-16,-175v-1,-14,-1,-27,-1,-39r0,0v-5,13,-11,26,-17,39r-81,175r-34,0r-17,-243r28,0r11,168v1,16,1,31,1,46r0,0v6,-15,12,-30,19,-44r79,-170r32,0r17,172v1,14,2,27,2,41r0,0v4,-13,9,-24,15,-37r78,-176r28,0","w":336},{"d":"113,-243r-35,183v-8,40,-27,63,-69,63v-10,0,-19,-2,-26,-3r5,-25v6,3,16,4,24,4v20,0,33,-9,39,-41r35,-181r27,0","w":114},{"d":"93,-224r-13,16r-46,-37r16,-19xm76,-179r-34,179r-27,0r35,-179r26,0","w":90},{"d":"112,0r-24,0r-44,-243r23,0","w":144},{"d":"135,-277r-4,21r-42,0r-58,306r42,0r-4,21r-66,0r66,-348r66,0","w":112},{"d":"276,-142v0,54,-28,80,-68,80v-27,0,-37,-18,-34,-35r-1,0v-6,16,-25,35,-48,35v-23,0,-31,-15,-31,-41v0,-45,25,-83,71,-83v14,0,28,2,40,4r-12,64v-5,27,3,36,20,36v24,0,39,-18,39,-59v0,-44,-28,-86,-91,-86v-60,0,-109,47,-109,113v0,57,36,100,98,100v18,0,34,-3,51,-8r0,22v-15,5,-37,7,-54,7v-73,0,-119,-50,-119,-119v0,-79,62,-136,134,-136v74,0,114,49,114,106xm179,-166v-5,-1,-12,-1,-19,-1v-30,0,-42,36,-42,60v0,16,4,24,14,24v19,0,36,-27,44,-67","w":303},{"d":"177,-238v-1,21,-20,38,-41,38v-22,0,-37,-16,-36,-38v1,-22,20,-38,41,-38v22,0,37,17,36,38xm158,-238v0,-12,-6,-21,-18,-21v-12,0,-22,9,-22,21v-1,12,7,21,19,21v11,0,20,-9,21,-21xm178,-176r-33,176r-27,0v3,-16,10,-42,22,-79r-1,0v-12,28,-40,83,-86,83v-25,0,-40,-17,-40,-54v0,-65,34,-131,112,-131v20,0,37,2,53,5xm148,-157v-8,-2,-17,-3,-28,-3v-58,0,-79,58,-79,105v0,26,8,36,20,36v37,0,75,-77,84,-122"},{"d":"206,-243r-4,23r-72,0r-42,220r-27,0r42,-220r-71,0r4,-23r170,0","w":182},{"d":"137,-276v-51,63,-87,149,-87,227v0,42,6,81,21,118r-25,0v-15,-37,-22,-74,-22,-116v0,-81,34,-164,87,-229r26,0","w":106},{"d":"213,-238r-6,26v-18,-6,-36,-10,-53,-10v-73,0,-104,72,-104,138v0,37,14,62,64,62v21,0,43,-4,60,-12r-2,24v-20,8,-42,13,-66,13v-68,0,-86,-39,-86,-83v0,-86,47,-165,138,-165v21,0,39,2,55,7","w":204},{"d":"162,-143v0,37,-39,59,-118,62v-1,6,-2,16,-2,23v0,31,11,39,41,39v17,0,35,-4,50,-11r0,22v-16,7,-37,11,-60,11v-39,0,-59,-16,-59,-57v0,-67,36,-128,97,-128v36,0,51,18,51,39xm134,-139v0,-14,-10,-22,-26,-22v-30,0,-51,26,-60,59v60,-3,86,-14,86,-37","w":170}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+-154-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);})("[XkjCx&w!ABq[O%n0x@afXfB:W&jkxBq:W|a!A-dk}P7cIwT:.9ReXkT:.9ReXcHe}mjetZ%&jmjetZTc}mjetZ%c%mjetZTc%mjetZxe}mjetZ{cjmjetZ{4@mjetZ{e%mjetZScwF_0+VRc+&_0+VRc+|_0+VRk+F_0+VRkXf8:.9ReX}F+%mjetZScd;_0+VRktkD:.9ReX&{f@mjetZFk:|_0+VRkS&_0+VRkAkw:OBh:.9ReX}{C@mjetZFe@mjetZx4@mjetZ%ejmjetZF&}mjetZF&oF_0+VRkS}_0+VRcSF_0+VRc+-q:.9ReXca:.9ReXfw-}mjetZ%eT%_0+VRcW}_0+VRcS0B:.9ReX3I:.9ReXkx:.9ReXeo*jmjetZ{&t|_0+VRcS@_0+VRk+kO:.9ReXea:.9ReX&x:.9ReXfRb@mjetZF4XQd:.9ReXcW:.9ReXeI&%mjVZOtE@X.f|[Je&4b3-*+9}A:ck!C_02`hFTS{%xdM;DU7QqpRmaIwjWoYH#nPB8GetZS4@mjetZ%&@mjetZSe@ke:.9ReX9R`E-o:.9ReXej4@mjetZT&TH_0+VRcxcGc+&R:.9ReXem4+wU:.9ReXkS4%PFA@mjetZ%4}mjetZFc+3S|%mjetZS&d@S:.9ReXEHJ9k|&+7{9}mjetZx&jmjetZFca;Q:O|_0+VRcW@I:.9ReX3j09woJ@mjetZS49B_0+VRc+@kk@Z_0+VRkt@;cSZ!3:Q+`%mjetZxc}HM:.9ReX-xk%mjetZS&@mjetZ%k}j_0+VRcA|_0+VRk+@_0+VRkX@*|w0H0xB_0+VRkt%_0+VRcAk_0+VRkS-}|}0[:.9ReX}S:@mC3@mjetZ%&}3M3W9TJd&RCX%w[OfT[*m;b+V7_tjTJdV7CtjRJxm%Cx0w!OmdbAfqkTHdC.%R!.eB2own!AcMcTHp!Iwp:ThG4d0o0jRq[+PMbIMq[jRqCx};kW9QCA}a0x};CXm%_jRqcWBQ`OYU:OH7cA|{kA-p:OHSCWjPJTQ_JxmpcW@7!XBI0@RqcWBQ[*3p!*Hwk:&w[XmpcW@w!ABqJxFp_o-qcAj%[*%xCofM4W{PCt7U[W{;kjQSAW%0:+jRAW%0`*{M[*Vh")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":192,"face":{"font-family":"TheSans_Light","font-weight":200,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 3 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-66 -319 353 93","underline-thickness":"7.2","underline-position":"-54","slope":"-12","stemh":"21","stemv":"28","unicode-range":"U+0020-U+00FF"}}));;Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"225,-69r-54,0r-8,69r-27,0r7,-69r-53,0r-7,69r-28,0r8,-69r-53,0r0,-23r55,0r7,-67r-51,0r0,-23r54,0r6,-61r28,0r-7,61r53,0r6,-61r28,0r-6,61r51,0r0,23r-54,0r-7,67r52,0r0,23xm145,-92r8,-67r-53,0r-7,67r52,0","w":245},{"d":"303,0r-35,0r-21,-140v-4,-28,-6,-46,-7,-60r-1,0v-3,12,-7,27,-12,44r-52,156r-35,0r-50,-146v-6,-18,-12,-38,-15,-54r0,0v-1,20,-4,39,-7,63r-17,137r-34,0r36,-243r41,0r51,153v6,18,10,34,13,48r1,0v4,-17,7,-29,13,-46r53,-155r41,0","w":320},{"d":"151,-80v0,20,-11,38,-24,49v6,9,12,22,12,35v0,27,-20,57,-69,57v-9,0,-19,-1,-26,-3r2,-29v8,3,17,4,26,4v23,0,32,-12,32,-29v0,-38,-78,-74,-78,-132v0,-21,9,-38,23,-49v-6,-8,-10,-22,-10,-34v0,-30,20,-56,65,-56v9,0,19,1,25,2r-3,27v-8,-2,-14,-3,-23,-3v-21,0,-30,11,-30,29v0,36,78,74,78,132xm121,-76v0,-27,-28,-49,-54,-82v-7,5,-11,15,-11,27v0,22,20,43,55,81v6,-5,10,-16,10,-26","w":177},{"d":"160,-92r-114,104r-21,-21r93,-83r-93,-80r21,-22","w":180},{"d":"138,-262r-3,27v-8,-3,-18,-4,-27,-4v-26,0,-36,14,-36,46r0,14r49,0r0,25r-49,0r0,154r-33,0r0,-154r-36,0r0,-25r36,0r0,-13v0,-49,24,-73,69,-73v10,0,20,1,30,3","w":126},{"d":"20,-90r114,-104r21,21r-93,83r93,80r-21,22","w":180},{"d":"155,-158v-29,66,-56,143,-75,227r-36,0v21,-84,47,-160,75,-223v-11,1,-82,1,-110,1r0,-32r146,0r0,27","w":165},{"d":"150,-15v0,50,-43,86,-103,86v-9,0,-18,-1,-26,-2r3,-30v7,1,16,3,25,3v44,0,67,-22,67,-52v0,-30,-24,-52,-68,-52r-20,0r0,-123r115,0r0,32r-84,0r0,63v59,0,91,32,91,75","w":168},{"d":"172,-25r-28,0r0,-56r-131,0r0,-27r159,0r0,83","w":190},{"d":"170,0r-31,0v0,-10,0,-26,2,-36r0,-1v-10,24,-32,40,-60,40v-44,0,-66,-32,-66,-84v0,-63,35,-100,92,-100v10,0,20,0,31,1r0,-83r32,0r0,263xm138,-93r0,-59v-11,-3,-22,-4,-32,-4v-34,0,-57,21,-57,72v0,39,13,61,40,61v32,0,49,-39,49,-70","w":200},{"d":"131,9r0,-252r55,0r0,25r-26,0r0,253r-55,0r0,-26r26,0xm104,-243r0,154v-55,0,-80,-36,-80,-78v0,-44,32,-76,80,-76"},{"d":"177,-173v0,48,-39,81,-94,81v-6,0,-13,0,-19,-1r0,93r-33,0r0,-243v18,-1,37,-1,59,-1v56,0,87,28,87,71xm143,-170v0,-30,-18,-47,-56,-47r-23,0r0,96v6,1,13,1,20,1v36,0,59,-19,59,-50","w":188},{"w":144},{"d":"143,0r-126,0r0,-23r86,-128v-10,0,-28,1,-47,1r-37,0r0,-29r122,0r0,23r-85,127v10,0,33,-1,49,-1r38,0r0,30","w":160},{"d":"171,-283v-7,7,-20,14,-34,14v-26,0,-32,-17,-53,-17v-9,0,-18,5,-25,12r-7,-22v9,-9,21,-15,34,-15v24,0,34,17,53,17v10,0,18,-4,24,-11xm218,0r-37,0r-20,-57r-103,0r-21,57r-33,0r88,-243r37,0xm152,-83r-32,-87v-5,-12,-8,-23,-11,-36r0,0v-3,12,-6,24,-11,36r-32,87r86,0","w":221},{"d":"170,-179r-75,197v-21,55,-37,73,-77,73v-7,0,-16,-1,-23,-2r2,-29v8,3,16,4,24,4v20,0,29,-9,42,-44r8,-20r-68,-179r37,0r34,93v6,16,9,30,13,44r1,0v3,-13,11,-35,18,-55r29,-82r35,0","w":172},{"d":"176,0r-31,0v0,-10,1,-27,3,-37r-1,-1v-10,25,-32,42,-63,42v-41,0,-53,-26,-53,-58r0,-125r32,0r0,116v0,25,7,40,30,40v30,0,51,-30,51,-70r0,-86r32,0r0,179xm129,-225r-13,18r-55,-35r17,-23"},{"d":"170,89r-32,0r0,-93v0,-8,1,-21,3,-32r-1,0v-10,24,-31,39,-58,39v-42,0,-67,-28,-67,-84v0,-63,36,-101,95,-101v22,0,42,2,60,5r0,266xm138,-93r0,-59v-11,-3,-21,-4,-32,-4v-34,0,-56,21,-56,72v0,39,12,61,39,61v32,0,49,-38,49,-70","w":200},{"d":"205,0r-45,0r-96,-120r0,120r-33,0r0,-243r33,0r0,114r96,-114r41,0r-103,117","w":210},{"d":"182,-93v0,54,-35,96,-88,96v-49,0,-80,-28,-80,-91v0,-53,33,-94,87,-94v46,0,81,25,81,89xm148,-91v0,-41,-17,-64,-50,-64v-26,0,-50,20,-50,64v0,43,17,67,50,67v27,0,50,-21,50,-67xm152,-235v0,11,-8,19,-19,19v-11,0,-19,-8,-19,-19v0,-11,8,-20,19,-20v11,0,19,9,19,20xm83,-235v0,11,-8,19,-19,19v-11,0,-20,-8,-20,-19v0,-11,9,-20,20,-20v11,0,19,9,19,20","w":196},{"d":"166,-107v0,4,0,10,-1,16r-117,0v-1,48,19,68,57,68v18,0,38,-4,52,-11r3,26v-17,7,-39,11,-61,11v-55,0,-84,-29,-84,-92v0,-54,29,-93,80,-93v50,0,71,34,71,75xm133,-114v1,-26,-15,-44,-40,-44v-23,0,-39,18,-43,44r83,0xm139,-243r-54,36r-13,-18r51,-40","w":182},{"d":"201,-243r-70,138r51,0r0,22r-59,0r0,25r59,0r0,22r-59,0r0,36r-33,0r0,-36r-59,0r0,-22r59,0r0,-25r-59,0r0,-22r51,0r-68,-138r36,0r38,80v8,16,14,29,19,43r0,0v6,-16,13,-32,21,-47r38,-76r35,0","w":212},{"d":"157,0r-31,0v0,-13,0,-26,2,-36r-1,0v-9,22,-31,39,-61,39v-30,0,-49,-16,-49,-44v0,-39,39,-64,107,-64r0,-13v0,-25,-9,-39,-39,-39v-17,0,-39,6,-54,15r-3,-28v17,-7,38,-13,62,-13v51,0,67,24,67,60r0,72r0,51xm124,-79r0,-3v-62,0,-76,19,-76,35v0,15,11,25,28,25v29,0,48,-29,48,-57xm137,-243r-54,36r-13,-18r51,-40","w":187},{"d":"156,0r-125,0r0,-243r125,0r0,27r-92,0r0,77r87,0r0,27r-87,0r0,84r92,0r0,28xm135,-298r-54,36r-13,-18r51,-40","w":180},{"d":"132,-185v0,39,-25,64,-60,64v-32,0,-55,-18,-55,-63v0,-37,25,-62,59,-62v28,0,56,13,56,61xm104,-185v0,-19,-7,-37,-29,-37v-14,0,-29,11,-29,38v0,19,6,39,28,39v17,0,30,-12,30,-40","w":150},{"d":"239,-124v0,81,-53,128,-116,128v-73,0,-108,-49,-108,-123v0,-81,52,-128,115,-128v66,0,109,43,109,123xm203,-120v0,-62,-27,-97,-76,-97v-40,0,-77,33,-77,94v0,58,25,97,76,97v40,0,77,-31,77,-94xm181,-285v0,11,-8,19,-19,19v-11,0,-19,-8,-19,-19v0,-11,8,-20,19,-20v11,0,19,9,19,20xm112,-285v0,11,-8,19,-19,19v-11,0,-20,-8,-20,-19v0,-11,9,-20,20,-20v11,0,19,9,19,20","w":253},{"d":"176,0r-31,0v0,-10,1,-27,3,-37r-1,-1v-10,25,-32,42,-63,42v-41,0,-53,-26,-53,-58r0,-125r32,0r0,116v0,25,7,40,30,40v30,0,51,-30,51,-70r0,-86r32,0r0,179"},{"d":"153,-228r-13,20r-38,-25r-37,25r-12,-19r49,-34xm176,0r-31,0v0,-10,1,-27,3,-37r-1,-1v-10,25,-32,42,-63,42v-41,0,-53,-26,-53,-58r0,-125r32,0r0,116v0,25,7,40,30,40v30,0,51,-30,51,-70r0,-86r32,0r0,179"},{"d":"185,-98v0,64,-34,100,-92,100v-11,0,-20,0,-30,-2r0,89r-32,0r0,-268r31,0v0,10,-1,26,-3,36r1,1v10,-25,32,-40,60,-40v42,0,65,29,65,84xm152,-95v0,-39,-13,-61,-40,-61v-32,0,-49,39,-49,70r0,59v9,3,20,4,32,4v34,0,57,-21,57,-72","w":200},{"d":"150,-228v-7,7,-20,14,-34,14v-26,0,-33,-17,-54,-17v-9,0,-17,5,-24,12r-7,-22v9,-9,21,-15,34,-15v24,0,33,17,52,17v10,0,19,-4,25,-11xm157,0r-31,0v0,-13,0,-26,2,-36r-1,0v-9,22,-31,39,-61,39v-30,0,-49,-16,-49,-44v0,-39,39,-64,107,-64r0,-13v0,-25,-9,-39,-39,-39v-17,0,-39,6,-54,15r-3,-28v17,-7,38,-13,62,-13v51,0,67,24,67,60r0,72r0,51xm124,-79r0,-3v-62,0,-76,19,-76,35v0,15,11,25,28,25v29,0,48,-29,48,-57","w":187},{"d":"114,-101v-28,1,-38,11,-38,39r0,63v0,47,-15,71,-56,71r-6,0r0,-26v25,0,32,-10,32,-44r0,-62v0,-32,12,-51,34,-54r0,0v-22,-3,-34,-21,-34,-52r0,-43v0,-34,-7,-44,-32,-44r0,-25r6,0v42,0,56,29,56,70r0,41v0,31,10,39,38,40r0,26","w":121},{"d":"88,-63v0,40,-17,66,-61,66v-10,0,-19,-1,-27,-3r0,-29v6,2,16,4,25,4v19,0,30,-9,30,-41r0,-177r33,0r0,180","w":118},{"d":"174,-283r-13,19r-38,-24r-37,24r-11,-18r48,-34xm219,-93v0,64,-34,97,-97,97v-76,0,-91,-43,-91,-86r0,-161r33,0r0,159v0,33,11,60,60,60v42,0,62,-17,62,-66r0,-153r33,0r0,150","w":249},{"d":"239,-124v0,81,-53,128,-116,128v-73,0,-108,-49,-108,-123v0,-81,52,-128,115,-128v66,0,109,43,109,123xm203,-120v0,-62,-27,-97,-76,-97v-40,0,-77,33,-77,94v0,58,25,97,76,97v40,0,77,-31,77,-94xm175,-298r-54,36r-13,-18r51,-40","w":253},{"d":"23,55r-14,-12v23,-25,24,-42,16,-52v-10,-13,-2,-32,15,-32v27,0,39,45,-17,96","w":82},{"d":"218,0r-37,0r-20,-57r-103,0r-21,57r-33,0r88,-243r37,0xm152,-83r-32,-87v-5,-12,-8,-23,-11,-36r0,0v-3,12,-6,24,-11,36r-32,87r86,0xm164,-285v0,11,-8,19,-19,19v-11,0,-19,-8,-19,-19v0,-11,8,-20,19,-20v11,0,19,9,19,20xm95,-285v0,11,-8,19,-19,19v-11,0,-20,-8,-20,-19v0,-11,9,-20,20,-20v11,0,19,9,19,20","w":221},{"d":"157,0r-31,0v0,-13,0,-26,2,-36r-1,0v-9,22,-31,39,-61,39v-30,0,-49,-16,-49,-44v0,-39,39,-64,107,-64r0,-13v0,-25,-9,-39,-39,-39v-17,0,-39,6,-54,15r-3,-28v17,-7,38,-13,62,-13v51,0,67,24,67,60r0,72r0,51xm124,-79r0,-3v-62,0,-76,19,-76,35v0,15,11,25,28,25v29,0,48,-29,48,-57xm145,-235v0,11,-8,19,-19,19v-11,0,-19,-8,-19,-19v0,-11,8,-20,19,-20v11,0,19,9,19,20xm76,-235v0,11,-8,19,-19,19v-11,0,-20,-8,-20,-19v0,-11,9,-20,20,-20v11,0,19,9,19,20","w":187},{"d":"63,0r-32,0r0,-179r32,0r0,179xm101,-235v0,11,-8,19,-19,19v-11,0,-20,-8,-20,-19v0,-11,9,-20,20,-20v11,0,19,9,19,20xm32,-235v0,11,-8,19,-19,19v-11,0,-20,-8,-20,-19v0,-11,9,-20,20,-20v11,0,19,9,19,20","w":93},{"d":"176,0r-31,0v0,-10,1,-27,3,-37r-1,-1v-10,25,-32,42,-63,42v-41,0,-53,-26,-53,-58r0,-125r32,0r0,116v0,25,7,40,30,40v30,0,51,-30,51,-70r0,-86r32,0r0,179xm147,-243r-54,36r-13,-18r51,-40"},{"d":"219,-93v0,64,-34,97,-97,97v-76,0,-91,-43,-91,-86r0,-161r33,0r0,159v0,33,11,60,60,60v42,0,62,-17,62,-66r0,-153r33,0r0,150xm175,-285v0,11,-8,19,-19,19v-11,0,-19,-8,-19,-19v0,-11,8,-20,19,-20v11,0,19,9,19,20xm106,-285v0,11,-8,19,-19,19v-11,0,-20,-8,-20,-19v0,-11,9,-20,20,-20v11,0,19,9,19,20","w":249},{"d":"64,0r-33,0r0,-243r33,0r0,243xm101,-285v0,11,-9,19,-20,19v-11,0,-19,-8,-19,-19v0,-11,8,-20,19,-20v11,0,20,9,20,20xm32,-285v0,11,-9,19,-20,19v-11,0,-19,-8,-19,-19v0,-11,8,-20,19,-20v11,0,20,9,20,20","w":94},{"d":"110,-161v0,12,-10,21,-22,21v-12,0,-22,-9,-22,-21v0,-12,10,-22,22,-22v12,0,22,10,22,22xm126,48r-4,29v-63,-4,-101,-34,-101,-70v0,-56,74,-60,52,-126r32,0v25,71,-48,83,-48,122v0,24,29,42,69,45","w":152},{"d":"180,-215r-71,0r0,215r-33,0r0,-215r-70,0r0,-28r174,0r0,28","w":185},{"d":"156,0r-125,0r0,-243r125,0r0,27r-92,0r0,77r87,0r0,27r-87,0r0,84r92,0r0,28xm117,-280r-13,18r-55,-35r17,-23","w":180},{"d":"170,-179r-75,197v-21,55,-37,73,-77,73v-7,0,-16,-1,-23,-2r2,-29v8,3,16,4,24,4v20,0,29,-9,42,-44r8,-20r-68,-179r37,0r34,93v6,16,9,30,13,44r1,0v3,-13,11,-35,18,-55r29,-82r35,0xm139,-235v0,11,-8,19,-19,19v-11,0,-19,-8,-19,-19v0,-11,8,-20,19,-20v11,0,19,9,19,20xm70,-235v0,11,-8,19,-19,19v-11,0,-20,-8,-20,-19v0,-11,9,-20,20,-20v11,0,19,9,19,20","w":172},{"d":"135,-54v0,32,-28,57,-76,57v-13,0,-27,-1,-38,-3r1,-29v11,4,25,6,39,6v24,0,40,-10,40,-27v0,-40,-83,-16,-83,-79v0,-30,25,-53,72,-53v11,0,23,1,34,3r-1,27v-11,-4,-24,-5,-36,-5v-24,0,-36,10,-36,25v0,39,84,18,84,78","w":153},{"d":"156,0r-125,0r0,-243r125,0r0,27r-92,0r0,77r87,0r0,27r-87,0r0,84r92,0r0,28xm145,-285v0,11,-8,19,-19,19v-11,0,-19,-8,-19,-19v0,-11,8,-20,19,-20v11,0,19,9,19,20xm76,-285v0,11,-8,19,-19,19v-11,0,-20,-8,-20,-19v0,-11,9,-20,20,-20v11,0,19,9,19,20","w":180},{"d":"179,-283r-13,19r-38,-24r-37,24r-11,-18r49,-34xm239,-124v0,81,-53,128,-116,128v-73,0,-108,-49,-108,-123v0,-81,52,-128,115,-128v66,0,109,43,109,123xm203,-120v0,-62,-27,-97,-76,-97v-40,0,-77,33,-77,94v0,58,25,97,76,97v40,0,77,-31,77,-94","w":253},{"d":"219,-93v0,64,-34,97,-97,97v-76,0,-91,-43,-91,-86r0,-161r33,0r0,159v0,33,11,60,60,60v42,0,62,-17,62,-66r0,-153r33,0r0,150xm168,-298r-54,36r-13,-18r51,-40","w":249},{"d":"134,-238v0,22,-18,39,-41,39v-23,0,-41,-16,-41,-39v0,-23,19,-40,41,-40v23,0,41,17,41,40xm113,-238v0,-11,-9,-21,-20,-21v-11,0,-20,10,-20,21v0,11,9,20,20,20v11,0,20,-9,20,-20xm157,0r-31,0v0,-13,0,-26,2,-36r-1,0v-9,22,-31,39,-61,39v-30,0,-49,-16,-49,-44v0,-39,39,-64,107,-64r0,-13v0,-25,-9,-39,-39,-39v-17,0,-39,6,-54,15r-3,-28v17,-7,38,-13,62,-13v51,0,67,24,67,60r0,72r0,51xm124,-79r0,-3v-62,0,-76,19,-76,35v0,15,11,25,28,25v29,0,48,-29,48,-57","w":187},{"d":"142,-283r-13,19r-38,-24r-37,24r-12,-18r49,-34xm156,0r-125,0r0,-243r125,0r0,27r-92,0r0,77r87,0r0,27r-87,0r0,84r92,0r0,28","w":180},{"d":"176,0r-31,0v0,-10,1,-27,3,-37r-1,-1v-10,25,-32,42,-63,42v-41,0,-53,-26,-53,-58r0,-125r32,0r0,116v0,25,7,40,30,40v30,0,51,-30,51,-70r0,-86r32,0r0,179xm155,-235v0,11,-8,19,-19,19v-11,0,-19,-8,-19,-19v0,-11,8,-20,19,-20v11,0,19,9,19,20xm86,-235v0,11,-8,19,-19,19v-11,0,-20,-8,-20,-19v0,-11,9,-20,20,-20v11,0,19,9,19,20"},{"d":"157,0r-31,0v0,-13,0,-26,2,-36r-1,0v-9,22,-31,39,-61,39v-30,0,-49,-16,-49,-44v0,-39,39,-64,107,-64r0,-13v0,-25,-9,-39,-39,-39v-17,0,-39,6,-54,15r-3,-28v17,-7,38,-13,62,-13v51,0,67,24,67,60r0,72r0,51xm124,-79r0,-3v-62,0,-76,19,-76,35v0,15,11,25,28,25v29,0,48,-29,48,-57xm118,-225r-13,18r-55,-35r17,-23","w":187},{"d":"156,0r-125,0r0,-243r125,0r0,27r-92,0r0,77r87,0r0,27r-87,0r0,84r92,0r0,28","w":180},{"d":"185,-109r-159,0r0,-26r159,0r0,26xm185,-47r-159,0r0,-27r159,0r0,27","w":210},{"d":"108,-222r-80,0r0,-24r80,0r0,24","w":138},{"d":"89,0r-34,0r0,-154r-41,17r-5,-28r53,-20r27,0r0,185","w":121},{"d":"162,-72v0,44,-33,75,-90,75v-18,0,-35,-2,-49,-6r1,-31v14,5,34,9,51,9v29,0,53,-12,53,-42v0,-55,-110,-33,-110,-110v0,-40,32,-69,87,-69v15,0,30,1,44,4r-2,30v-14,-4,-30,-7,-44,-7v-33,0,-50,15,-50,38v0,53,109,33,109,109","w":181},{"d":"64,0r-33,0r0,-243r33,0r0,243xm87,-297r-54,35r-13,-18r51,-40","w":94},{"d":"185,-283v-7,7,-20,14,-34,14v-26,0,-32,-17,-53,-17v-9,0,-17,5,-24,12r-8,-22v9,-9,22,-15,35,-15v24,0,33,17,52,17v10,0,19,-4,25,-11xm224,0r-43,0r-93,-150v-11,-18,-20,-35,-28,-51v1,26,3,84,3,123r0,78r-32,0r0,-243r43,0r91,146v11,18,20,36,29,53v-1,-30,-2,-90,-2,-130r0,-69r32,0r0,243","w":254},{"d":"218,0r-37,0r-20,-57r-103,0r-21,57r-33,0r88,-243r37,0xm152,-83r-32,-87v-5,-12,-8,-23,-11,-36r0,0v-3,12,-6,24,-11,36r-32,87r86,0","w":221},{"d":"149,-228r-13,20r-38,-25r-37,25r-12,-19r49,-34xm182,-93v0,54,-35,96,-88,96v-49,0,-80,-28,-80,-91v0,-53,33,-94,87,-94v46,0,81,25,81,89xm148,-91v0,-41,-17,-64,-50,-64v-26,0,-50,20,-50,64v0,43,17,67,50,67v27,0,50,-21,50,-67","w":196},{"d":"157,-64v0,33,-23,59,-61,66r0,47r-24,0r0,-46v-17,0,-31,-1,-45,-5r3,-30v13,5,32,8,46,8v26,0,47,-11,47,-36v0,-49,-102,-30,-102,-103v0,-31,22,-55,57,-60r0,-38r25,0r0,36v14,0,27,2,38,5r-2,28v-13,-4,-28,-6,-41,-6v-33,0,-44,15,-44,31v0,47,103,32,103,103","w":176},{"d":"239,-124v0,81,-53,128,-116,128v-73,0,-108,-49,-108,-123v0,-81,52,-128,115,-128v66,0,109,43,109,123xm203,-120v0,-62,-27,-97,-76,-97v-40,0,-77,33,-77,94v0,58,25,97,76,97v40,0,77,-31,77,-94xm152,-280r-13,18r-55,-35r17,-23","w":253},{"d":"238,-123v0,80,-50,127,-116,127v-10,0,-19,-2,-28,-4r-13,37r-25,-8r13,-37v-38,-19,-54,-61,-54,-112v0,-81,50,-127,114,-127v9,0,18,1,26,3r13,-35r24,9r-12,33v36,17,58,55,58,114xm204,-120v0,-40,-12,-71,-36,-85r-64,177v8,2,16,3,24,3v42,-1,76,-34,76,-95xm145,-215v-8,-1,-15,-2,-24,-2v-39,2,-72,35,-72,95v0,37,8,66,31,82","w":253},{"d":"146,-11v0,46,-35,82,-98,82v-11,0,-22,-1,-32,-4r3,-29v9,3,20,5,32,5v40,0,60,-22,60,-50v0,-36,-32,-50,-82,-45r0,-26v49,0,78,-15,78,-47v0,-22,-16,-36,-41,-36v-15,0,-30,4,-42,11r-3,-27v16,-6,33,-11,51,-11v48,0,69,26,69,57v0,28,-18,50,-44,60r0,0v31,5,49,29,49,60","w":165},{"d":"202,-95v0,62,-43,99,-95,99v-50,0,-89,-30,-89,-95v0,-60,45,-97,95,-97v61,0,89,41,89,93xm170,-93v0,-39,-20,-68,-59,-68v-33,0,-60,25,-60,67v0,39,17,70,58,70v32,0,61,-27,61,-69","w":220},{"d":"68,-230v0,12,-9,22,-21,22v-12,0,-22,-10,-22,-22v0,-12,10,-21,22,-21v12,0,21,9,21,21xm63,0r-32,0r0,-179r32,0r0,179","w":93},{"d":"161,-283r-13,19r-38,-24r-37,24r-11,-18r49,-34xm218,0r-37,0r-20,-57r-103,0r-21,57r-33,0r88,-243r37,0xm152,-83r-32,-87v-5,-12,-8,-23,-11,-36r0,0v-3,12,-6,24,-11,36r-32,87r86,0","w":221},{"d":"53,-266r-5,83r-24,0r-5,-83r34,0xm113,-266r-5,83r-24,0r-5,-83r34,0","w":131},{"d":"266,-18r-21,25v-17,-12,-37,-26,-51,-38v-23,20,-55,35,-95,35v-52,0,-79,-31,-79,-71v0,-33,20,-56,50,-79v-25,-29,-33,-46,-33,-65v0,-30,23,-55,64,-55v37,0,57,21,57,49v0,24,-13,45,-45,70v21,22,52,53,80,75r0,0v16,-23,26,-54,24,-90r33,0v1,41,-11,79,-33,108v18,14,36,27,49,36xm126,-214v0,-15,-8,-27,-28,-27v-17,0,-29,11,-29,28v0,12,7,25,26,48v20,-17,31,-31,31,-49xm171,-49v-30,-24,-62,-55,-82,-77v-25,20,-36,36,-36,55v0,26,20,47,52,47v29,0,51,-11,66,-25","w":286},{"d":"218,0r-37,0r-20,-57r-103,0r-21,57r-33,0r88,-243r37,0xm152,-83r-32,-87v-5,-12,-8,-23,-11,-36r0,0v-3,12,-6,24,-11,36r-32,87r86,0xm131,-280r-13,18r-55,-35r17,-23","w":221},{"d":"63,0r-32,0r0,-179r32,0r0,179xm97,-228r-13,20r-38,-25r-37,25r-12,-19r49,-34","w":93},{"d":"42,-127v13,0,23,10,23,23v0,13,-10,23,-23,23v-13,0,-23,-10,-23,-23v0,-13,10,-23,23,-23","w":84},{"d":"154,-216r-90,0r0,79r86,0r0,27r-86,0r0,110r-33,0r0,-243r123,0r0,27","w":168},{"d":"145,-7v-12,5,-31,10,-52,10v-43,0,-78,-21,-78,-87v0,-58,29,-98,89,-98v14,0,28,2,41,6r-4,28v-11,-4,-24,-7,-38,-7v-36,0,-54,26,-54,67v0,35,11,63,51,63v15,0,31,-4,43,-10xm104,18v11,23,8,47,-32,69r-14,-13v23,-17,26,-36,15,-56r31,0","w":156},{"d":"256,0r-126,0r0,-59r-80,0r-31,59r-34,0r129,-243r139,0r0,27r-90,0r0,77r86,0r0,27r-86,0r0,84r93,0r0,28xm130,-85r0,-130r0,0v-6,14,-12,27,-24,49r-44,81r68,0","w":281},{"d":"120,-1v-10,2,-22,4,-34,4v-37,0,-48,-15,-48,-54r0,-103r-37,0r0,-25r37,0r0,-58r32,-9r0,67r50,0r0,25r-50,0r0,92v0,30,6,37,26,37v8,0,17,-1,24,-3r0,27","w":133},{"d":"85,-140r-34,51r34,51r-25,14r-41,-65r42,-65xm157,-140r-36,51r36,50r-25,14r-43,-64r45,-64","w":183},{"d":"187,-284v-7,7,-20,15,-34,15v-26,0,-32,-17,-53,-17v-9,0,-17,4,-24,11r-8,-21v9,-9,22,-15,35,-15v24,0,33,17,52,17v10,0,19,-5,25,-12xm239,-124v0,81,-53,128,-116,128v-73,0,-108,-49,-108,-123v0,-81,52,-128,115,-128v66,0,109,43,109,123xm203,-120v0,-62,-27,-97,-76,-97v-40,0,-77,33,-77,94v0,58,25,97,76,97v40,0,77,-31,77,-94","w":253},{"d":"98,-37r34,-52r-34,-51r25,-14r41,64r-42,66xm26,-39r37,-50r-37,-50r25,-14r44,63r-45,65","w":183},{"d":"219,-93v0,64,-34,97,-97,97v-76,0,-91,-43,-91,-86r0,-161r33,0r0,159v0,33,11,60,60,60v42,0,62,-17,62,-66r0,-153r33,0r0,150xm148,-280r-13,18r-55,-35r17,-23","w":249},{"d":"182,-93v0,54,-35,96,-88,96v-49,0,-80,-28,-80,-91v0,-53,33,-94,87,-94v46,0,81,25,81,89xm148,-91v0,-41,-17,-64,-50,-64v-26,0,-50,20,-50,64v0,43,17,67,50,67v27,0,50,-21,50,-67xm144,-243r-54,36r-13,-18r51,-40","w":196},{"d":"75,-161v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21v0,-12,9,-22,21,-22v12,0,22,10,22,22xm72,75r-37,0r5,-194r27,0","w":108},{"d":"130,-186v0,56,-74,60,-52,126r-32,0v-25,-71,49,-84,49,-123v0,-24,-28,-41,-69,-44r4,-29v63,4,100,34,100,70xm85,-18v0,12,-9,21,-21,21v-12,0,-22,-9,-22,-21v0,-12,10,-21,22,-21v12,0,21,9,21,21","w":152},{"d":"182,-93v0,54,-35,96,-88,96v-49,0,-80,-28,-80,-91v0,-53,33,-94,87,-94v46,0,81,25,81,89xm148,-91v0,-41,-17,-64,-50,-64v-26,0,-50,20,-50,64v0,43,17,67,50,67v27,0,50,-21,50,-67xm125,-225r-13,18r-55,-35r17,-23","w":196},{"d":"170,14v0,34,-16,78,-93,78v-20,0,-38,-3,-52,-7r2,-32v15,6,36,10,53,10v37,0,58,-13,58,-54r0,-14v0,-12,0,-21,2,-31r-1,0v-10,24,-32,39,-58,39v-42,0,-66,-29,-66,-84v0,-63,35,-101,94,-101v21,0,42,2,61,5r0,191xm138,-93r0,-59v-10,-3,-22,-4,-32,-4v-34,0,-57,21,-57,72v0,39,13,61,40,61v32,0,49,-38,49,-70","w":200},{"d":"158,-228v-7,7,-20,14,-34,14v-26,0,-32,-17,-53,-17v-9,0,-17,5,-24,12r-8,-22v9,-9,22,-15,35,-15v24,0,33,17,52,17v10,0,19,-4,25,-11xm182,-93v0,54,-35,96,-88,96v-49,0,-80,-28,-80,-91v0,-53,33,-94,87,-94v46,0,81,25,81,89xm148,-91v0,-41,-17,-64,-50,-64v-26,0,-50,20,-50,64v0,43,17,67,50,67v27,0,50,-21,50,-67","w":196},{"d":"162,-228v-7,7,-21,14,-35,14v-26,0,-32,-17,-53,-17v-9,0,-17,5,-24,12r-8,-22v9,-9,22,-15,35,-15v24,0,33,17,52,17v10,0,19,-4,25,-11xm177,0r-33,0r0,-116v0,-25,-6,-40,-30,-40v-30,0,-51,30,-51,70r0,86r-32,0r0,-179r31,0v0,10,-1,28,-3,38r1,0v10,-25,32,-42,63,-42v41,0,54,26,54,58r0,125"},{"d":"280,-179r-58,179r-37,0r-35,-105v-4,-11,-7,-23,-10,-36r-1,0v-4,16,-7,30,-12,45r-30,96r-36,0r-55,-179r35,0r28,95v5,17,9,33,13,47r0,0v4,-16,7,-31,12,-46r31,-96r34,0r31,95v7,22,11,34,14,48r0,0v4,-15,8,-28,13,-46r29,-97r34,0","w":285},{"d":"239,-124v0,81,-53,128,-116,128v-73,0,-108,-49,-108,-123v0,-81,52,-128,115,-128v66,0,109,43,109,123xm253,67v-62,9,-87,-19,-138,-12r0,-29v58,-7,81,19,138,11r0,30xm203,-120v0,-62,-27,-97,-76,-97v-40,0,-77,33,-77,94v0,58,25,97,76,97v40,0,77,-31,77,-94","w":253},{"d":"179,0r-41,0r-46,-69r-45,69r-39,0r65,-90r-62,-89r39,0r45,67r45,-67r36,0r-62,88","w":186},{"d":"156,0r-137,0r0,-26r48,-40v30,-24,45,-39,45,-60v0,-20,-14,-35,-39,-35v-17,0,-35,8,-45,14r-5,-28v16,-8,35,-13,57,-13v44,0,67,23,67,56v0,27,-15,48,-46,73r-38,31r0,0v17,-1,55,-1,93,-1r0,29","w":173},{"d":"185,26v0,38,-39,67,-95,67v-46,0,-75,-18,-75,-52v0,-21,13,-39,29,-47v-11,-5,-17,-14,-17,-26v0,-13,7,-24,20,-30v-18,-10,-26,-28,-26,-51v0,-38,28,-69,78,-69v10,0,19,1,28,3r61,0r0,26r-30,0v9,7,15,20,15,35v0,39,-27,66,-78,66v-8,0,-17,-1,-23,-2v-8,3,-11,9,-11,15v0,10,8,14,30,14r34,0v39,0,60,19,60,51xm141,-116v0,-26,-16,-42,-43,-42v-28,0,-46,18,-46,42v0,27,16,41,44,41v27,0,45,-15,45,-41xm153,30v0,-17,-12,-28,-37,-28r-46,0v-14,7,-23,19,-23,33v0,21,20,32,48,32v37,0,58,-15,58,-37","w":200},{"d":"115,-220v0,29,-24,46,-49,46v-28,0,-47,-17,-47,-45v0,-29,25,-46,49,-46v32,0,47,21,47,45xm90,-220v0,-11,-6,-24,-23,-24v-13,0,-22,9,-22,24v0,15,9,25,22,25v13,0,23,-11,23,-25","w":135},{"d":"64,0r-33,0r0,-243r33,0r0,243","w":94},{"d":"224,0r-43,0r-93,-150v-11,-18,-20,-35,-28,-51v1,26,3,84,3,123r0,78r-32,0r0,-243r43,0r91,146v11,18,20,36,29,53v-1,-30,-2,-90,-2,-130r0,-69r32,0r0,243","w":254},{"d":"63,0r-32,0r0,-179r32,0r0,179xm86,-243r-55,36r-13,-18r51,-40","w":93},{"d":"239,-124v0,81,-53,128,-116,128v-73,0,-108,-49,-108,-123v0,-81,52,-128,115,-128v66,0,109,43,109,123xm203,-120v0,-62,-27,-97,-76,-97v-40,0,-77,33,-77,94v0,58,25,97,76,97v40,0,77,-31,77,-94","w":253},{"d":"103,-243r-54,36r-13,-18r51,-40","w":140},{"d":"221,0r-33,0r0,-112r-124,0r0,112r-33,0r0,-243r33,0r0,103r124,0r0,-103r33,0r0,243","w":251},{"d":"135,0r-30,0r-93,-243r29,0","w":147},{"d":"177,0r-33,0r0,-116v0,-25,-6,-40,-30,-40v-30,0,-51,30,-51,70r0,86r-32,0r0,-263r32,0r0,85v0,12,0,26,-3,35r0,1v10,-24,33,-41,63,-41v41,0,54,26,54,58r0,125"},{"d":"219,-93v0,64,-34,97,-97,97v-76,0,-91,-43,-91,-86r0,-161r33,0r0,159v0,33,11,60,60,60v42,0,62,-17,62,-66r0,-153r33,0r0,150","w":249},{"d":"190,-243r-78,156r0,87r-33,0r0,-87r-76,-156r37,0r38,82v7,14,13,28,18,42r1,0v6,-15,13,-30,21,-46r37,-78r35,0","w":193},{"d":"149,-23v-10,5,-24,8,-38,9r0,38r-26,0r0,-38v-45,-4,-70,-34,-70,-84v0,-46,27,-81,70,-87r0,-34r26,0r0,32v12,0,25,2,37,7r-3,28v-12,-6,-25,-9,-40,-9v-34,0,-56,23,-56,61v0,32,14,59,55,59v15,0,30,-4,42,-11","w":163},{"d":"180,-93v0,54,-34,97,-87,97v-8,0,-15,-2,-22,-4r-14,37r-22,-6r15,-38v-26,-15,-37,-45,-37,-81v0,-53,32,-95,86,-95v6,0,13,1,18,2r13,-34r21,7r-13,33v24,12,42,36,42,82xm149,-91v0,-26,-7,-46,-22,-56r-46,121v5,2,12,3,19,3v26,-1,49,-22,49,-68xm107,-155v-4,-1,-9,-1,-14,-1v-24,1,-49,19,-49,66v0,23,6,42,18,53","w":195},{"d":"120,-182r-1,32v-38,-6,-56,21,-56,78r0,72r-32,0r0,-179r31,0v0,11,-1,28,-4,43r1,0v8,-25,25,-50,61,-46","w":127},{"d":"46,-147v12,0,23,10,23,23v0,12,-11,22,-23,22v-13,0,-22,-10,-22,-22v0,-13,9,-23,22,-23xm46,-41v12,0,23,10,23,22v0,12,-11,22,-23,22v-13,0,-22,-10,-22,-22v0,-12,9,-22,22,-22","w":92},{"d":"127,-165v0,12,-9,22,-21,22v-12,0,-22,-10,-22,-22v0,-12,10,-22,22,-22v12,0,21,10,21,22xm195,-79r-178,0r0,-28r178,0r0,28xm127,-20v0,12,-9,22,-21,22v-12,0,-22,-10,-22,-22v0,-12,10,-22,22,-22v12,0,21,10,21,22","w":211},{"d":"218,0r-37,0r-20,-57r-103,0r-21,57r-33,0r88,-243r37,0xm152,-83r-32,-87v-5,-12,-8,-23,-11,-36r0,0v-3,12,-6,24,-11,36r-32,87r86,0xm152,-298r-54,36r-13,-18r51,-40","w":221},{"d":"190,0r-42,0r-83,-109r-1,0r0,109r-33,0r0,-243v17,-1,33,-1,60,-1v48,0,83,17,83,63v0,41,-32,65,-74,68v7,9,15,18,21,26xm139,-177v0,-29,-18,-40,-53,-40r-22,0r0,83v4,0,10,1,20,1v35,0,55,-18,55,-44","w":199},{"d":"63,90r-26,0r0,-360r26,0r0,360","w":100},{"d":"101,18v11,23,8,47,-32,69r-14,-13v23,-17,26,-36,15,-56r31,0","w":144},{"d":"73,-255r-5,195r-27,0r-6,-195r38,0xm54,-39v12,0,22,9,22,21v0,12,-10,21,-22,21v-12,0,-22,-9,-22,-21v0,-12,10,-21,22,-21","w":108},{"d":"102,-77r-85,0r0,-26r85,0r0,26","w":118},{"d":"151,0r-120,0r0,-243r33,0r0,215r87,0r0,28","w":153},{"d":"193,-79r-77,0r0,79r-30,0r0,-79r-76,0r0,-27r76,0r0,-79r30,0r0,79r77,0r0,27","w":202},{"d":"111,72r-6,0v-41,0,-56,-24,-56,-71r0,-63v0,-28,-11,-38,-39,-39r0,-26v28,-1,39,-10,39,-39r0,-42v0,-41,14,-70,56,-70r6,0r0,25v-25,0,-33,10,-33,44r0,42v0,32,-11,49,-33,53r0,0v22,3,33,22,33,54r0,62v0,34,8,44,33,44r0,26","w":122},{"d":"218,-243r-89,243r-38,0r-87,-243r37,0r54,156v5,14,11,33,16,51r0,0v5,-17,10,-34,17,-53r56,-154r34,0","w":222},{"d":"134,-150r-21,0r-19,-35r-2,0r0,35r-17,0r0,-83r28,0v20,0,28,9,28,22v0,13,-7,21,-19,23v2,2,4,7,7,11xm112,-209v0,-7,-3,-10,-12,-10r-8,0r0,23r5,0v11,0,15,-7,15,-13xm101,-249v-32,0,-57,25,-57,57v0,32,25,60,57,60v32,0,58,-26,58,-58v0,-32,-26,-59,-58,-59xm101,-270v44,0,79,35,79,79v0,43,-36,79,-79,79v-45,0,-79,-35,-79,-79v0,-44,35,-79,79,-79","w":202},{"d":"139,-243r-93,243r-32,0r93,-243r32,0","w":150},{"d":"286,0r-33,0r0,-115v0,-25,-6,-41,-29,-41v-26,0,-50,28,-50,71r0,85r-32,0r0,-115v0,-22,-5,-41,-29,-41v-27,0,-50,30,-50,71r0,85r-32,0r0,-179r31,0v0,10,-1,27,-3,38r1,0v10,-25,33,-42,62,-42v38,0,48,27,49,41v8,-17,27,-41,62,-41v34,0,53,19,53,59r0,124","w":316},{"d":"85,72r-71,0r0,-26r41,0r0,-299r-41,0r0,-25r71,0r0,350","w":115},{"d":"213,-236r-5,31v-20,-8,-42,-13,-64,-13v-50,0,-93,32,-93,97v0,60,35,95,90,95v16,0,30,-2,43,-6r0,-92r32,0r0,113v-24,9,-53,14,-80,14v-73,0,-121,-45,-121,-120v0,-75,50,-129,132,-129v23,0,44,3,66,10","w":245},{"d":"86,-103v0,53,-11,110,-50,172r-30,0v32,-52,48,-109,48,-173v0,-61,-16,-121,-48,-172r30,0v37,60,50,121,50,173","w":109},{"d":"228,-124v0,83,-56,125,-136,125v-24,0,-43,-1,-61,-1r0,-243v19,0,45,-1,72,-1v78,0,125,36,125,120xm193,-122v0,-62,-30,-95,-93,-95v-13,0,-27,1,-36,1r0,187v9,1,22,2,32,2v57,0,97,-29,97,-95","w":244},{"d":"166,-107v0,4,0,10,-1,16r-117,0v-1,48,19,68,57,68v18,0,38,-4,52,-11r3,26v-17,7,-39,11,-61,11v-55,0,-84,-29,-84,-92v0,-54,29,-93,80,-93v50,0,71,34,71,75xm133,-114v1,-26,-15,-44,-40,-44v-23,0,-39,18,-43,44r83,0","w":182},{"d":"190,-98r-71,0r0,72r-31,0r0,-72r-71,0r0,-27r71,0r0,-72r31,0r0,72r71,0r0,27xm188,22r-170,0r0,-27r170,0r0,27","w":206},{"d":"64,0r-33,0r0,-243r33,0r0,243xm98,-283r-13,19r-38,-24r-37,24r-12,-18r50,-34","w":94},{"d":"119,-193r-12,21r-33,-23r4,40r-24,0r4,-40r-32,23r-12,-21r37,-16r-37,-16r12,-21r32,24r-4,-41r24,0r-4,41r33,-24r12,21r-37,16","w":134},{"d":"191,0r-43,0r0,69r-32,0r0,-69r-105,0r-5,-27r100,-158r42,0r0,156r43,0r0,29xm116,-29r0,-125r0,0r-79,125r79,0","w":195},{"d":"199,-54v0,33,-28,58,-72,58v-14,0,-27,-2,-36,-4r2,-29v10,4,23,7,34,7v27,0,39,-14,39,-28v0,-39,-71,-31,-71,-88v0,-43,49,-43,49,-76v0,-18,-14,-26,-34,-26v-29,0,-47,17,-47,58r0,182r-32,0r0,-180v0,-62,36,-86,81,-86v42,0,65,21,65,49v0,49,-50,44,-50,76v0,37,72,32,72,87","w":213},{"d":"210,0r-42,0r-62,-100r-61,100r-39,0r80,-125r-75,-118r38,0r58,93r56,-93r38,0r-74,117","w":215},{"d":"193,-9v-18,8,-42,12,-66,12v-78,0,-110,-50,-110,-118v0,-74,36,-130,118,-130v19,0,38,3,55,7r-3,30v-19,-6,-37,-8,-55,-8v-55,0,-79,42,-79,95v0,60,25,94,82,94v18,0,40,-5,54,-12xm137,18v11,23,8,47,-32,69r-14,-13v23,-17,26,-36,15,-56r31,0","w":209},{"d":"182,-93v0,54,-35,96,-88,96v-49,0,-80,-28,-80,-91v0,-53,33,-94,87,-94v46,0,81,25,81,89xm148,-91v0,-41,-17,-64,-50,-64v-26,0,-50,20,-50,64v0,43,17,67,50,67v27,0,50,-21,50,-67","w":196},{"d":"130,-192v0,40,-29,63,-60,63v-31,0,-55,-17,-55,-57v0,-40,29,-62,59,-62v31,0,56,15,56,56xm101,-189v0,-25,-10,-36,-29,-36v-16,0,-28,14,-28,36v0,25,10,37,28,37v17,0,29,-14,29,-37xm238,-235r-171,243r-23,-16r171,-243xm268,-57v0,40,-28,62,-59,62v-31,0,-55,-17,-55,-57v0,-40,28,-62,58,-62v31,0,56,16,56,57xm239,-55v0,-25,-9,-36,-28,-36v-16,0,-28,14,-28,36v0,25,9,37,27,37v17,0,29,-14,29,-37","w":287},{"d":"190,-95v-13,13,-30,22,-49,22v-35,0,-51,-23,-78,-23v-15,0,-27,9,-35,16r-10,-24v11,-10,27,-20,48,-20v36,0,47,23,77,23v12,0,26,-7,37,-17","w":208},{"d":"275,-143v0,55,-30,82,-71,82v-27,0,-37,-17,-34,-34r0,0v-6,16,-25,34,-48,34v-23,0,-32,-15,-32,-42v0,-45,25,-83,73,-83v14,0,29,1,40,4r-11,62v-5,26,2,35,17,35v23,0,37,-16,37,-56v0,-42,-26,-83,-87,-83v-59,0,-106,47,-106,111v0,55,33,95,95,95v18,0,36,-2,53,-8r0,25v-15,5,-38,8,-56,8v-76,0,-121,-49,-121,-118v0,-80,63,-137,137,-137v74,0,114,48,114,105xm174,-163v-5,-1,-11,-2,-18,-2v-27,0,-39,34,-39,57v0,15,4,23,13,23v18,0,33,-25,41,-64","w":299},{"d":"102,-225r-13,18r-55,-35r17,-23","w":132},{"d":"63,0r-32,0r0,-179r32,0r0,179xm75,-225r-13,18r-55,-35r17,-23","w":93},{"d":"177,0r-33,0r0,-116v0,-25,-6,-40,-30,-40v-30,0,-51,30,-51,70r0,86r-32,0r0,-179r31,0v0,10,-1,28,-3,38r1,0v10,-25,32,-42,63,-42v41,0,54,26,54,58r0,125"},{"d":"143,-228r-13,20r-39,-25r-36,25r-12,-19r49,-34xm157,0r-31,0v0,-13,0,-26,2,-36r-1,0v-9,22,-31,39,-61,39v-30,0,-49,-16,-49,-44v0,-39,39,-64,107,-64r0,-13v0,-25,-9,-39,-39,-39v-17,0,-39,6,-54,15r-3,-28v17,-7,38,-13,62,-13v51,0,67,24,67,60r0,72r0,51xm124,-79r0,-3v-62,0,-76,19,-76,35v0,15,11,25,28,25v29,0,48,-29,48,-57","w":187},{"d":"41,-41v12,0,22,10,22,22v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22v0,-12,10,-22,22,-22","w":82},{"d":"64,0r-33,0r0,-243r33,0r0,243xm73,-280r-13,18r-54,-35r16,-23","w":94},{"d":"135,-241v67,0,121,53,121,120v0,67,-54,121,-121,121v-68,0,-121,-53,-121,-120v0,-67,54,-121,121,-121xm135,-216v-53,0,-95,42,-95,95v0,53,42,97,95,97v53,0,96,-43,96,-96v0,-53,-43,-96,-96,-96xm171,-63v-11,4,-23,6,-36,6v-40,0,-57,-26,-57,-62v0,-35,18,-66,63,-66v11,0,21,2,29,5r-3,23v-7,-4,-17,-6,-26,-6v-25,0,-35,19,-35,43v0,26,10,40,33,40v10,0,19,-1,28,-5","w":272},{"d":"177,-64v0,44,-37,68,-82,68v-49,0,-75,-27,-75,-63v0,-33,26,-53,50,-68r0,0v-29,-17,-46,-36,-46,-64v0,-38,31,-64,77,-64v45,0,72,24,72,58v0,26,-15,45,-47,65v26,15,51,34,51,68xm139,-194v0,-19,-14,-35,-40,-35v-26,0,-41,16,-41,36v0,20,15,33,42,48r0,0v27,-17,39,-31,39,-49xm143,-60v0,-24,-19,-39,-47,-54r0,0v-24,14,-41,30,-41,52v0,23,16,38,44,38v24,0,44,-13,44,-36","w":198},{"d":"145,-7v-12,5,-31,10,-52,10v-43,0,-78,-21,-78,-87v0,-58,29,-98,89,-98v14,0,28,2,41,6r-4,28v-11,-4,-24,-7,-38,-7v-36,0,-54,26,-54,67v0,35,11,63,51,63v15,0,31,-4,43,-10","w":156},{"d":"145,-228r-13,20r-38,-25r-37,25r-12,-19r49,-34xm166,-107v0,4,0,10,-1,16r-117,0v-1,48,19,68,57,68v18,0,38,-4,52,-11r3,26v-17,7,-39,11,-61,11v-55,0,-84,-29,-84,-92v0,-54,29,-93,80,-93v50,0,71,34,71,75xm133,-114v1,-26,-15,-44,-40,-44v-23,0,-39,18,-43,44r83,0","w":182},{"d":"156,0r-135,0r0,-24v27,-20,42,-38,42,-66v0,-5,-2,-14,-3,-30r-39,0r0,-24r37,0v-1,-14,-4,-33,-4,-45v0,-47,22,-66,64,-66v9,0,20,1,29,3r-2,27v-10,-2,-18,-3,-26,-3v-22,0,-33,14,-33,37v0,11,2,29,4,47r51,0r0,24r-48,0v1,10,1,20,1,26v0,30,-11,47,-34,67v8,-1,19,-1,30,-1r66,0r0,28","w":177},{"d":"53,-266r-5,83r-24,0r-5,-83r34,0","w":71},{"d":"330,-243r-64,243r-40,0r-47,-163v-4,-14,-7,-29,-9,-43r0,0v-2,14,-5,28,-9,42r-45,164r-40,0r-64,-243r36,0r41,158v4,16,6,31,9,47r1,0v3,-15,5,-31,9,-45r45,-160r38,0r46,162v4,13,7,27,10,42r0,0v3,-14,6,-26,9,-39r42,-165r32,0","w":342},{"d":"115,-123r-26,0v0,-5,0,-14,1,-20r0,0v-5,12,-21,22,-37,22v-25,0,-36,-13,-36,-31v0,-27,27,-44,71,-44r0,-6v0,-9,-2,-22,-23,-22v-14,0,-28,4,-38,9r-3,-23v12,-5,28,-8,45,-8v36,0,46,19,46,40v0,21,-1,40,-1,51v0,17,1,26,1,32xm88,-174r0,-3v-32,0,-44,8,-44,21v0,8,5,13,15,13v20,0,29,-21,29,-31","w":138},{"d":"149,-235v0,11,-8,19,-19,19v-11,0,-19,-8,-19,-19v0,-11,8,-20,19,-20v11,0,19,9,19,20xm80,-235v0,11,-8,19,-19,19v-11,0,-20,-8,-20,-19v0,-11,9,-20,20,-20v11,0,19,9,19,20","w":196},{"d":"166,-107v0,4,0,10,-1,16r-117,0v-1,48,19,68,57,68v18,0,38,-4,52,-11r3,26v-17,7,-39,11,-61,11v-55,0,-84,-29,-84,-92v0,-54,29,-93,80,-93v50,0,71,34,71,75xm133,-114v1,-26,-15,-44,-40,-44v-23,0,-39,18,-43,44r83,0xm148,-235v0,11,-8,19,-19,19v-11,0,-19,-8,-19,-19v0,-11,8,-20,19,-20v11,0,19,9,19,20xm79,-235v0,11,-8,19,-19,19v-11,0,-20,-8,-20,-19v0,-11,9,-20,20,-20v11,0,19,9,19,20","w":182},{"d":"69,-124v0,12,-11,22,-23,22v-13,0,-22,-10,-22,-22v0,-13,9,-23,22,-23v12,0,23,10,23,23xm46,-41v26,0,39,45,-17,96r-14,-12v23,-25,23,-42,15,-52v-10,-13,-2,-32,16,-32","w":92},{"d":"171,0r-42,0r-66,-92r0,92r-32,0r0,-263r32,0r0,163r63,-79r39,0r-69,82","w":177},{"d":"186,-84v0,101,-51,155,-131,155v-5,0,-15,-1,-22,-2r0,-30v7,2,17,3,24,3v51,0,78,-27,90,-76v1,-5,1,-14,2,-19r0,0v-12,17,-33,28,-58,28v-46,0,-73,-31,-73,-77v0,-49,34,-86,85,-86v48,0,83,31,83,104xm149,-101v0,-35,-17,-60,-49,-60v-29,0,-48,24,-48,54v0,33,17,53,47,53v30,0,50,-23,50,-47","w":209},{"d":"102,72r-71,0r0,-350r71,0r0,25r-41,0r0,299r41,0r0,26","w":115},{"d":"180,91r-180,0r0,-26r180,0r0,26","w":180},{"w":78},{"d":"172,-179r-68,179r-34,0r-67,-179r36,0r38,107v4,12,7,22,10,33r1,0v3,-10,6,-21,10,-32r39,-108r35,0","w":174},{"d":"157,0r-31,0v0,-13,0,-26,2,-36r-1,0v-9,22,-31,39,-61,39v-30,0,-49,-16,-49,-44v0,-39,39,-64,107,-64r0,-13v0,-25,-9,-39,-39,-39v-17,0,-39,6,-54,15r-3,-28v17,-7,38,-13,62,-13v51,0,67,24,67,60r0,72r0,51xm124,-79r0,-3v-62,0,-76,19,-76,35v0,15,11,25,28,25v29,0,48,-29,48,-57","w":187},{"d":"71,-230v0,12,-10,22,-22,22v-12,0,-21,-10,-21,-22v0,-12,9,-21,21,-21v12,0,22,9,22,21xm65,20v0,48,-14,71,-61,71v-8,0,-18,-1,-25,-3r3,-28v7,3,14,4,22,4v22,0,29,-9,29,-41r0,-202r32,0r0,199","w":95},{"d":"192,-83v0,50,-35,87,-87,87v-51,0,-81,-39,-81,-104v0,-102,53,-154,128,-154v4,0,11,1,16,1r0,29v-6,-1,-13,-2,-19,-2v-51,0,-80,33,-89,82v-1,4,-1,8,-2,14r0,1v11,-18,32,-30,59,-30v46,0,75,30,75,76xm157,-78v0,-32,-17,-52,-47,-52v-33,0,-49,24,-49,49v0,30,15,57,48,57v30,0,48,-23,48,-54","w":209},{"d":"178,0r-161,0r0,-24r101,-161r20,-29v-12,0,-28,1,-53,1r-65,0r0,-30r157,0r0,25r-108,167v-5,7,-9,14,-14,21v8,-1,30,0,61,0r62,0r0,30","w":194},{"d":"186,-73v0,29,-17,74,-93,74v-14,0,-38,-1,-62,-1r0,-243v18,0,42,-1,71,-1v53,0,79,22,79,58v0,26,-17,49,-43,57r0,0v34,6,48,31,48,56xm147,-180v0,-22,-12,-37,-51,-37r-32,0r0,79r22,0v40,0,61,-15,61,-42xm152,-72v0,-31,-29,-41,-66,-41r-22,0r0,85v6,1,17,2,31,2v40,0,57,-19,57,-46","w":205},{"d":"152,-277v0,22,-18,39,-41,39v-23,0,-41,-16,-41,-39v0,-23,19,-40,41,-40v23,0,41,17,41,40xm131,-277v0,-11,-9,-21,-20,-21v-11,0,-20,10,-20,21v0,11,9,20,20,20v11,0,20,-9,20,-20xm218,0r-37,0r-20,-57r-103,0r-21,57r-33,0r88,-243r37,0xm152,-83r-32,-87v-5,-12,-8,-23,-11,-36r0,0v-3,12,-6,24,-11,36r-32,87r86,0","w":221},{"d":"193,-9v-18,8,-42,12,-66,12v-78,0,-110,-50,-110,-118v0,-74,36,-130,118,-130v19,0,38,3,55,7r-3,30v-19,-6,-37,-8,-55,-8v-55,0,-79,42,-79,95v0,60,25,94,82,94v18,0,40,-5,54,-12","w":209},{"d":"166,-107v0,4,0,10,-1,16r-117,0v-1,48,19,68,57,68v18,0,38,-4,52,-11r3,26v-17,7,-39,11,-61,11v-55,0,-84,-29,-84,-92v0,-54,29,-93,80,-93v50,0,71,34,71,75xm133,-114v1,-26,-15,-44,-40,-44v-23,0,-39,18,-43,44r83,0xm119,-225r-13,18r-55,-35r17,-23","w":182},{"d":"105,69r-30,0v-39,-62,-50,-118,-50,-171v0,-53,13,-114,50,-174r30,0v-31,51,-48,111,-48,172v0,64,15,120,48,173","w":109},{"d":"170,-136r-24,13r-52,-96r-50,96r-22,-12r60,-108r26,0","w":192},{"d":"63,0r-32,0r0,-263r32,0r0,263","w":93},{"d":"185,-98v0,63,-35,101,-93,101v-25,0,-42,-3,-61,-8r0,-258r32,0r0,87v0,10,-1,24,-3,33r0,1v10,-25,33,-40,60,-40v42,0,65,29,65,84xm152,-95v0,-39,-13,-61,-40,-61v-32,0,-49,38,-49,69r0,60v9,3,19,4,32,4v34,0,57,-21,57,-72","w":200},{"d":"274,-107v0,4,0,10,-1,16r-117,0v-1,48,18,68,56,68v18,0,39,-4,53,-11r2,26v-17,7,-38,11,-60,11v-40,0,-64,-18,-73,-41r0,1v-10,20,-33,40,-68,40v-30,0,-49,-16,-49,-44v0,-39,39,-64,107,-64r0,-13v0,-24,-10,-39,-39,-39v-17,0,-39,6,-54,15r-3,-28v17,-7,38,-13,62,-13v25,0,46,9,56,28r0,0v10,-15,31,-27,57,-27v50,0,71,34,71,75xm241,-114v1,-26,-15,-44,-40,-44v-23,0,-40,18,-44,44r84,0xm124,-79r0,-3v-62,0,-76,18,-76,35v0,15,11,25,28,25v29,0,48,-29,48,-57","w":290}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+-170-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);})(".:gmN;O3>+_I.`wj1;Xy$:$_8WOmg;_I8W}y>+sVg54lCv3L$3me1ip,CieDg-,%O5|mx![{CWse1ip,C-gA8~n,x:K,zw|mx![-x%we1ip,g-w|=m|mx![;Ow|mx![w]5|mx![{O5|mx![wx5|mx![-]5|mx![LC5|mx![bOV5e1ip,g;},8~n,x:nvanhe1ip,g:}e1ip,g!xl8~n,x:x38~n,x:n38~n,x:5;8~n,x:g{8~n,x:s-8~n,x:O;8~n,x:};5X|mx![-]X|mx![;gVOe1ip,CW}e1ip,g!se1ip,g:Xe1ip,gi5e1ip,CWXe1ip,g;Oe1ip,gi[X*5|mx![{g-Xi8~n,x:Ob8~n,x:A|A5|mx![;O`se1ip,g!}e1ip,g!ovx:we1ip,Cv}e$Lge1ip,Cv[e1ip,g+5e1ip,C-1:8~n,x:n%8~n,x:xWp[`!KX:~$}.)xO]*As=in5+8Cg>Ne1zao{L-bw;VZh2cl0IM,|yv3mW%?@Ej4_D^1X|mx![{Cw|mx![bO5|mx![LCw|mx![b]5|mx![;xm|mx![{xi_e1ip,g-}e1ip,Cise1ip,g-5e1ip,g-X%n8oygm|mx![LxKw]8~n,x:5bim|mx![LOK{e8:{5+5|mx![{xw|mx![;]~$E8~n,x:C%8~n,x:x|nV|e1ip,C-o{)n,czmge1ip,C+5e)Wm1sywKg5|mx![Lx5|mx![-g=Z38~n,x:s;+X|mx![-OW4wab[o8~n,x:5-Nw|mx![wxL@e1ip,CWOe1ip,Cib?Cm|mx![wC5|mx![{xy188~n,x:X{8~n,x:K?8~n,x:5L]Wl@+m4o1;X2Owh`8~n,x:xmAm|mx![w]`{zN:}e1ip,giCL)VO,N:w3.`$L.=|h*iple!mL)VplN!m,);|wN;13>`|V*+$IgL@VN~w,>~x_z%3j>+CZCL@M>v3M8Lo^]V1%1m,I.i4Z*vZI.m,IN;5hgWn0N+5y1;5hN:|wem,ICW_0a`?c8`@lC+}bg+sM8`@-NWm4)L0e);|MCWXl>:_v1X,ICW_0.=AM>=@3g8O3.:|MCWX3>+_I);{Me%sIC+mw.=w;N%$Z]Wb4N!lc.Wbhgm0-+Ww18im,+Ww1a=bZ.=po")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":207,"face":{"font-family":"TheSans_Plain","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-21 -320 330 93","underline-thickness":"7.2","underline-position":"-54","stemh":"25","stemv":"32","unicode-range":"U+0020-U+00FF"}}));Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"225,0r-52,0r-17,-50r-92,0r-16,50r-48,0r85,-243r53,0xm144,-87r-23,-63v-5,-13,-8,-25,-11,-39r0,0v-3,13,-7,26,-12,40r-22,62r68,0xm136,-285r-16,27r-66,-35r20,-32","w":225},{"d":"156,0r-137,0r0,-35v23,-14,37,-27,37,-53v0,-4,-1,-10,-2,-25r-33,0r0,-35r29,0v-1,-12,-4,-27,-4,-38v0,-48,25,-69,70,-69v9,0,21,1,31,3r-3,38v-9,-2,-16,-3,-23,-3v-19,0,-28,10,-28,30v0,10,1,24,3,39r46,0r0,35r-42,0v1,7,1,13,1,19v0,24,-8,40,-25,55v8,-1,17,-1,26,-1r54,0r0,40","w":175},{"d":"17,-90r114,-107r30,30r-85,76r85,76r-30,31","w":181},{"d":"162,-87v0,21,-11,40,-25,51v6,9,12,22,12,37v0,28,-22,60,-82,60v-9,0,-20,-2,-28,-3r2,-40v8,3,18,5,27,5v22,0,31,-10,31,-23v0,-33,-78,-58,-78,-121v0,-22,11,-41,25,-52v-7,-9,-11,-21,-11,-35v0,-31,22,-61,77,-61v9,0,20,1,27,3r-3,38v-8,-2,-16,-3,-25,-3v-19,0,-27,8,-27,22v0,31,78,59,78,122xm120,-81v0,-23,-22,-39,-48,-68v-5,4,-9,13,-9,22v0,19,14,34,49,67v5,-4,8,-13,8,-21","w":183},{"d":"241,-125v0,80,-53,129,-119,129v-74,0,-110,-47,-110,-122v0,-80,54,-129,119,-129v65,0,110,39,110,122xm191,-121v0,-54,-23,-84,-65,-84v-33,0,-64,27,-64,82v0,51,20,84,64,84v32,0,65,-24,65,-82xm190,-286v0,14,-11,25,-25,25v-14,0,-24,-11,-24,-25v0,-14,10,-25,24,-25v14,0,25,11,25,25xm118,-286v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25","w":253},{"d":"142,-5v-12,5,-30,8,-49,8v-50,0,-81,-26,-81,-87v0,-56,30,-98,93,-98v12,0,24,2,36,5r-4,40v-10,-4,-21,-7,-33,-7v-29,0,-44,22,-44,56v0,31,12,51,43,51v12,0,25,-2,35,-7","w":153},{"d":"180,-179r-74,196v-21,56,-40,72,-81,72v-8,0,-17,-1,-25,-3r3,-39v8,3,15,4,24,4v15,0,26,-7,35,-34r6,-17r-66,-179r51,0r24,68v5,15,10,34,14,50r1,0v4,-16,11,-40,17,-57r21,-61r50,0xm150,-233v0,14,-11,25,-25,25v-14,0,-24,-11,-24,-25v0,-14,10,-25,24,-25v14,0,25,11,25,25xm78,-233v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25","w":180},{"d":"165,-91r-115,107r-30,-30r86,-77r-86,-75r30,-31","w":181},{"d":"119,74r-8,0v-47,0,-65,-24,-65,-80r0,-49v0,-30,-12,-39,-36,-40r0,-35v24,-1,36,-9,36,-39r0,-31v0,-53,17,-80,65,-80r8,0r0,37v-23,0,-30,7,-30,42r0,31v0,38,-14,53,-34,57r0,0v20,3,34,21,34,59r0,48v0,35,7,43,30,43r0,37","w":130},{"d":"191,-280v-8,7,-23,15,-37,15v-28,0,-33,-17,-55,-17v-9,0,-19,6,-25,12r-9,-31v10,-9,23,-15,37,-15v26,0,34,17,55,17v10,0,19,-5,25,-11xm241,-125v0,80,-53,129,-119,129v-74,0,-110,-47,-110,-122v0,-80,54,-129,119,-129v65,0,110,39,110,122xm191,-121v0,-54,-23,-84,-65,-84v-33,0,-64,27,-64,82v0,51,20,84,64,84v32,0,65,-24,65,-82","w":253},{"d":"157,-232r-15,27r-41,-23r-40,23r-13,-26r54,-32xm180,0r-43,0v0,-8,0,-23,2,-32r0,0v-11,21,-31,36,-61,36v-40,0,-53,-26,-53,-57r0,-126r46,0r0,115v0,19,5,29,22,29v23,0,41,-27,41,-58r0,-86r46,0r0,179"},{"d":"122,-1v-12,3,-24,5,-37,5v-40,0,-52,-15,-52,-57r0,-90r-31,0r0,-36r31,0r0,-55r46,-12r0,67r43,0r0,36r-43,0r0,78v0,23,5,30,21,30v8,0,16,-1,22,-3r0,37","w":135},{"d":"114,-237r-66,34r-16,-26r63,-40","w":141},{"d":"176,87r-46,0r0,-81v0,-10,1,-23,3,-35r-1,0v-9,21,-29,33,-53,33v-43,0,-66,-29,-66,-84v0,-60,35,-102,98,-102v25,0,46,2,65,5r0,264xm130,-94r0,-49v-8,-1,-15,-3,-24,-3v-26,0,-45,17,-45,61v0,33,9,51,30,51v24,0,39,-29,39,-60","w":201},{"d":"186,0r-58,0r-34,-60r-35,60r-55,0r62,-90r-58,-89r55,0r34,59r35,-59r51,0r-56,88","w":190},{"d":"187,-279v-8,7,-23,15,-37,15v-28,0,-33,-17,-55,-17v-9,0,-19,6,-25,12r-9,-31v10,-9,23,-15,37,-15v26,0,34,17,55,17v10,0,19,-5,25,-11xm226,0r-60,0r-71,-123v-11,-18,-20,-36,-27,-52v1,21,3,59,3,88r0,87r-46,0r0,-243r61,0r68,116v11,19,21,39,30,57v-2,-24,-3,-67,-3,-97r0,-76r45,0r0,243","w":251},{"d":"184,0r-58,0r-55,-89r0,89r-46,0r0,-263r46,0r0,159r52,-75r56,0r-62,82","w":188},{"d":"180,0r-43,0v0,-8,0,-23,2,-32r0,0v-11,21,-31,36,-61,36v-40,0,-53,-26,-53,-57r0,-126r46,0r0,115v0,19,5,29,22,29v23,0,41,-27,41,-58r0,-86r46,0r0,179xm153,-237r-66,34r-16,-26r63,-40"},{"d":"138,-185v0,58,-71,60,-53,117r-44,0v-24,-68,47,-78,47,-112v0,-22,-27,-36,-69,-38r6,-42v77,3,113,38,113,75xm92,-23v0,15,-12,27,-28,27v-16,0,-28,-12,-28,-27v0,-15,12,-28,28,-28v16,0,28,13,28,28","w":155},{"d":"187,-93v0,56,-38,97,-92,97v-51,0,-83,-26,-83,-90v0,-56,37,-97,91,-97v51,0,84,28,84,90xm139,-90v0,-35,-12,-54,-39,-54v-21,0,-41,16,-41,53v0,37,13,55,40,55v23,0,40,-18,40,-54","w":199},{"d":"149,-232r-14,27r-41,-23r-40,23r-14,-26r54,-32xm164,0r-43,0v0,-10,0,-21,1,-30r0,-1v-9,20,-30,35,-57,35v-32,0,-51,-19,-51,-48v0,-43,42,-65,103,-65r0,-10v0,-19,-9,-28,-35,-28v-16,0,-38,5,-53,14r-4,-39v18,-6,41,-11,64,-11v58,0,74,23,74,62r0,75v0,14,0,31,1,46xm117,-75r0,-4v-49,0,-59,14,-59,28v0,12,8,19,21,19v23,0,38,-21,38,-43","w":188},{"d":"156,-232r-15,27r-41,-23r-40,23r-13,-26r54,-32xm187,-93v0,56,-38,97,-92,97v-51,0,-83,-26,-83,-90v0,-56,37,-97,91,-97v51,0,84,28,84,90xm139,-90v0,-35,-12,-54,-39,-54v-21,0,-41,16,-41,53v0,37,13,55,40,55v23,0,40,-18,40,-54","w":199},{"d":"137,-243v68,0,123,55,123,123v0,68,-55,123,-123,123v-69,0,-123,-55,-123,-123v0,-68,55,-123,123,-123xm137,-209v-49,0,-89,40,-89,89v0,49,40,89,89,89v49,0,88,-40,88,-89v0,-49,-39,-89,-88,-89xm173,-64v-11,5,-23,7,-37,7v-37,0,-58,-24,-58,-62v0,-35,19,-65,63,-65v12,0,22,2,30,5r-5,31v-5,-4,-14,-6,-23,-6v-19,0,-27,13,-27,34v0,21,8,32,25,32v9,0,18,-1,26,-5","w":274},{"d":"136,-152r-26,0r-14,-30r-2,0r0,30r-22,0r0,-80r33,0v20,0,29,9,29,22v0,13,-6,20,-16,23v2,2,4,6,6,10xm110,-207v0,-6,-3,-8,-11,-8r-5,0r0,18r4,0v9,0,12,-5,12,-10xm102,-248v-31,0,-57,25,-57,56v0,31,26,57,57,57v31,0,56,-25,56,-56v0,-31,-25,-57,-56,-57xm102,-274v47,0,84,35,84,82v0,46,-38,84,-84,84v-47,0,-85,-37,-85,-84v0,-46,39,-82,85,-82","w":203},{"d":"175,-279v-8,7,-23,15,-37,15v-28,0,-34,-17,-56,-17v-9,0,-18,6,-24,12r-9,-31v10,-9,23,-15,37,-15v26,0,33,17,54,17v10,0,20,-5,26,-11xm225,0r-52,0r-17,-50r-92,0r-16,50r-48,0r85,-243r53,0xm144,-87r-23,-63v-5,-13,-8,-25,-11,-39r0,0v-3,13,-7,26,-12,40r-22,62r68,0","w":225},{"d":"180,0r-43,0v0,-8,0,-23,2,-32r0,0v-11,21,-31,36,-61,36v-40,0,-53,-26,-53,-57r0,-126r46,0r0,115v0,19,5,29,22,29v23,0,41,-27,41,-58r0,-86r46,0r0,179"},{"w":78},{"d":"240,-123v0,79,-52,127,-118,127v-8,0,-15,-1,-22,-2r-13,36r-34,-11r13,-35v-37,-19,-54,-60,-54,-111v0,-81,50,-128,117,-128v6,0,14,0,20,1r12,-33r34,10r-12,33v35,16,57,54,57,113xm192,-120v0,-31,-7,-57,-24,-70r-54,151v6,1,11,2,17,2v32,-3,61,-29,61,-83xm135,-203v-7,-1,-13,-1,-21,0v-30,4,-55,31,-55,81v0,31,6,54,23,67","w":253},{"d":"67,90r-36,0r0,-360r36,0r0,360","w":99},{"d":"99,-216r-78,0r0,-33r78,0r0,33","w":123},{"d":"180,-179r-74,196v-21,56,-40,72,-81,72v-8,0,-17,-1,-25,-3r3,-39v8,3,15,4,24,4v15,0,26,-7,35,-34r6,-17r-66,-179r51,0r24,68v5,15,10,34,14,50r1,0v4,-16,11,-40,17,-57r21,-61r50,0","w":180},{"d":"188,-99v0,60,-35,103,-97,103v-26,0,-45,-3,-66,-9r0,-258r46,0r0,77v0,11,-1,26,-3,35r0,0v9,-19,29,-32,54,-32v43,0,66,31,66,84xm140,-94v0,-33,-10,-50,-31,-50v-24,0,-38,27,-38,57r0,51v6,2,14,3,24,3v26,0,45,-17,45,-61","w":201},{"d":"164,0r-43,0v0,-10,0,-21,1,-30r0,-1v-9,20,-30,35,-57,35v-32,0,-51,-19,-51,-48v0,-43,42,-65,103,-65r0,-10v0,-19,-9,-28,-35,-28v-16,0,-38,5,-53,14r-4,-39v18,-6,41,-11,64,-11v58,0,74,23,74,62r0,75v0,14,0,31,1,46xm117,-75r0,-4v-49,0,-59,14,-59,28v0,12,8,19,21,19v23,0,38,-21,38,-43xm129,-229r-16,27r-66,-35r20,-32","w":188},{"d":"163,-222v-8,7,-23,15,-37,15v-28,0,-33,-18,-55,-18v-9,0,-19,6,-25,12r-9,-31v10,-9,23,-15,37,-15v26,0,34,17,55,17v10,0,19,-5,25,-11xm180,0r-45,0r0,-114v0,-19,-5,-30,-22,-30v-23,0,-42,27,-42,58r0,86r-46,0r0,-179r43,0v0,8,0,23,-2,32r0,0v11,-21,32,-36,61,-36v40,0,53,26,53,57r0,126"},{"d":"122,-95v-24,1,-36,10,-36,40r0,49v0,56,-19,80,-65,80r-8,0r0,-37v23,0,30,-8,30,-43r0,-48v0,-38,13,-56,33,-59r0,0v-21,-3,-33,-19,-33,-56r0,-32v0,-35,-7,-42,-30,-42r0,-37r8,0v48,0,65,27,65,80r0,30v0,31,12,39,36,40r0,35","w":129},{"d":"262,0r-131,0r0,-54r-71,0r-26,54r-48,0r121,-243r153,0r0,39r-84,0r0,60r81,0r0,38r-81,0r0,66r86,0r0,40xm131,-90r0,-114r-1,0v-6,17,-12,32,-22,51r-32,63r55,0","w":282},{"d":"156,-233v0,14,-11,25,-25,25v-14,0,-24,-11,-24,-25v0,-14,10,-25,24,-25v14,0,25,11,25,25xm84,-233v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25","w":196},{"d":"181,-179r-67,179r-47,0r-66,-179r50,0r29,81v4,12,9,26,12,39r1,0v3,-12,6,-26,10,-38r29,-82r49,0","w":182},{"d":"192,-93v-13,15,-31,25,-53,25v-32,0,-51,-21,-76,-21v-15,0,-27,8,-35,15r-14,-34v12,-11,30,-21,52,-21v34,0,48,20,74,20v13,0,25,-7,37,-17","w":206},{"d":"71,0r-46,0r0,-179r46,0r0,179xm110,-233v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25xm37,-233v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25","w":95},{"d":"157,-146v-26,60,-51,134,-67,212r-51,0v17,-73,40,-147,66,-207v-13,0,-59,1,-97,1r0,-45r149,0r0,39","w":164},{"d":"195,-73r-72,0r0,73r-43,0r0,-73r-71,0r0,-39r71,0r0,-73r43,0r0,73r72,0r0,39","w":203},{"d":"158,-278v0,25,-21,44,-46,44v-26,0,-46,-18,-46,-44v0,-25,21,-44,46,-44v26,0,46,19,46,44xm131,-278v0,-10,-9,-19,-19,-19v-10,0,-19,9,-19,19v0,10,9,19,19,19v10,0,19,-9,19,-19xm225,0r-52,0r-17,-50r-92,0r-16,50r-48,0r85,-243r53,0xm144,-87r-23,-63v-5,-13,-8,-25,-11,-39r0,0v-3,13,-7,26,-12,40r-22,62r68,0","w":225},{"d":"184,-288r-14,27r-41,-23r-40,23r-14,-27r54,-31xm241,-125v0,80,-53,129,-119,129v-74,0,-110,-47,-110,-122v0,-80,54,-129,119,-129v65,0,110,39,110,122xm191,-121v0,-54,-23,-84,-65,-84v-33,0,-64,27,-64,82v0,51,20,84,64,84v32,0,65,-24,65,-82","w":253},{"d":"72,0r-47,0r0,-243r47,0r0,243xm109,-287v0,14,-10,25,-24,25v-14,0,-25,-11,-25,-25v0,-14,11,-24,25,-24v14,0,24,10,24,24xm37,-287v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-24,25,-24v14,0,25,10,25,24","w":97},{"d":"185,-93v0,57,-37,97,-90,97v-6,0,-13,-1,-19,-2r-14,37r-27,-9r14,-36v-24,-14,-38,-42,-38,-81v0,-57,36,-96,90,-96v5,0,11,0,16,1r13,-33r27,8r-13,33v24,12,41,36,41,81xm142,-91v0,-18,-4,-33,-14,-42r-38,98v4,1,9,2,14,1v21,-2,38,-19,38,-57xm103,-145r-11,0v-19,3,-38,18,-38,55v0,17,4,32,12,41","w":197},{"d":"46,-55v16,0,30,14,30,30v0,16,-14,29,-30,29v-16,0,-29,-13,-29,-29v0,-16,13,-30,29,-30","w":92},{"d":"220,-94v0,67,-37,98,-101,98v-77,0,-94,-42,-94,-88r0,-159r47,0r0,156v0,31,10,52,50,52v36,0,52,-15,52,-56r0,-152r46,0r0,149xm174,-293r-66,34r-16,-26r63,-40","w":245},{"d":"72,0r-47,0r0,-243r47,0r0,243xm84,-285r-16,27r-67,-35r20,-32","w":97},{"d":"191,-83v0,93,-46,151,-136,151v-6,0,-16,-1,-24,-2r0,-42v7,3,18,4,26,4v42,0,68,-19,78,-58v1,-4,2,-10,3,-14r0,0v-10,13,-29,21,-51,21v-45,0,-73,-30,-73,-76v0,-51,37,-89,90,-89v51,0,87,32,87,105xm139,-103v0,-26,-14,-45,-39,-45v-23,0,-38,18,-38,42v0,27,13,42,38,42v24,0,39,-17,39,-39","w":209},{"d":"102,-36r31,-54r-31,-53r37,-17r38,70r-39,71xm21,-38r34,-52r-34,-51r36,-17r42,68r-44,69","w":192},{"d":"273,-145v0,58,-32,85,-77,85v-24,0,-34,-13,-33,-30r-1,0v-8,15,-24,30,-45,30v-22,0,-34,-14,-34,-44v0,-46,25,-84,76,-84v15,0,30,4,40,7r-11,59v-4,22,1,31,14,31v20,0,32,-14,32,-52v0,-37,-21,-71,-78,-71v-55,0,-99,42,-99,102v0,51,29,85,89,85v19,0,38,-4,56,-10r0,34v-15,6,-43,9,-62,9v-80,0,-123,-45,-123,-114v0,-82,63,-140,141,-140v73,0,115,46,115,103xm163,-158v-4,-1,-9,-2,-14,-2v-21,0,-32,28,-32,49v0,14,3,20,10,20v13,0,26,-20,33,-55","w":291},{"d":"157,0r-132,0r0,-243r132,0r0,39r-85,0r0,60r81,0r0,38r-81,0r0,66r85,0r0,40xm121,-285r-16,27r-66,-35r20,-32","w":177},{"d":"287,0r-46,0r0,-113v0,-19,-4,-31,-21,-31v-20,0,-41,23,-41,58r0,86r-46,0r0,-113v0,-18,-3,-31,-21,-31v-21,0,-41,25,-41,58r0,86r-46,0r0,-179r43,0v0,8,0,22,-2,32r1,0v11,-22,32,-36,59,-36v32,0,45,19,49,36v8,-18,28,-36,58,-36v35,0,54,19,54,60r0,123","w":311},{"d":"226,0r-60,0r-71,-123v-11,-18,-20,-36,-27,-52v1,21,3,59,3,88r0,87r-46,0r0,-243r61,0r68,116v11,19,21,39,30,57v-2,-24,-3,-67,-3,-97r0,-76r45,0r0,243","w":251},{"d":"272,-27r-30,36v-16,-11,-37,-26,-50,-36v-23,18,-54,31,-93,31v-56,0,-82,-32,-82,-71v0,-31,19,-55,46,-76v-22,-26,-31,-43,-31,-64v0,-32,26,-60,72,-60v41,0,64,22,64,54v0,25,-13,46,-43,69v17,17,42,40,65,58r0,1v14,-22,23,-52,22,-81r45,0v1,38,-10,77,-32,106v16,12,34,24,47,33xm122,-210v0,-12,-7,-22,-22,-22v-13,0,-23,9,-23,23v0,10,6,22,21,39v15,-13,24,-25,24,-40xm158,-53v-24,-20,-51,-45,-68,-62v-18,15,-25,28,-25,42v0,20,16,38,42,38v21,0,38,-8,51,-18","w":286},{"d":"112,69r-45,0v-35,-57,-48,-114,-48,-172v0,-57,14,-117,49,-173r43,0v-30,50,-47,110,-47,172v0,64,17,122,48,173","w":110},{"d":"241,-125v0,80,-53,129,-119,129v-74,0,-110,-47,-110,-122v0,-80,54,-129,119,-129v65,0,110,39,110,122xm191,-121v0,-54,-23,-84,-65,-84v-33,0,-64,27,-64,82v0,51,20,84,64,84v32,0,65,-24,65,-82xm183,-293r-66,34r-16,-26r63,-40","w":253},{"d":"177,-288r-15,27r-40,-23r-40,23r-14,-27r54,-31xm220,-94v0,67,-37,98,-101,98v-77,0,-94,-42,-94,-88r0,-159r47,0r0,156v0,31,10,52,50,52v36,0,52,-15,52,-56r0,-152r46,0r0,149","w":245},{"d":"145,0r-129,0r0,-33r72,-106v-7,0,-21,1,-38,1r-32,0r0,-41r126,0r0,33r-71,104r41,0r31,0r0,42","w":162},{"d":"157,0r-132,0r0,-243r132,0r0,39r-85,0r0,60r81,0r0,38r-81,0r0,66r85,0r0,40xm151,-286v0,14,-11,25,-25,25v-14,0,-24,-11,-24,-25v0,-14,10,-25,24,-25v14,0,25,11,25,25xm79,-286v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25","w":177},{"d":"207,-57v0,36,-30,61,-74,61v-15,0,-29,-2,-38,-5r1,-38v10,4,23,7,34,7v22,0,30,-10,30,-20v0,-31,-64,-27,-64,-83v0,-42,41,-44,41,-74v0,-14,-10,-21,-27,-21v-24,0,-39,16,-39,50r0,180r-46,0r0,-178v0,-64,40,-88,87,-88v44,0,73,21,73,54v0,46,-42,43,-42,72v0,31,64,28,64,83","w":218},{"d":"78,-230v0,15,-13,28,-29,28v-16,0,-28,-13,-28,-28v0,-15,12,-28,28,-28v16,0,29,13,29,28xm72,13v0,48,-17,76,-69,76v-8,0,-18,-1,-25,-3r3,-40v6,3,15,5,21,5v19,0,25,-9,25,-33r0,-197r45,0r0,192","w":97},{"d":"187,-93v0,56,-38,97,-92,97v-51,0,-83,-26,-83,-90v0,-56,37,-97,91,-97v51,0,84,28,84,90xm139,-90v0,-35,-12,-54,-39,-54v-21,0,-41,16,-41,53v0,37,13,55,40,55v23,0,40,-18,40,-54xm135,-229r-16,27r-66,-35r20,-32","w":199},{"d":"133,-2r0,-241r63,0r0,37r-24,0r0,241r-64,0r0,-37r25,0xm105,-243r0,160v-59,0,-85,-36,-85,-80v0,-48,35,-80,85,-80","w":214},{"d":"204,-94v0,62,-45,98,-98,98v-50,0,-91,-25,-91,-94v0,-62,46,-99,97,-99v68,0,92,47,92,95xm158,-93v0,-33,-16,-57,-48,-57v-27,0,-49,21,-49,57v0,33,15,57,48,57v26,0,49,-21,49,-57","w":218},{"d":"119,-156v0,15,-12,27,-28,27v-16,0,-28,-12,-28,-27v0,-15,12,-27,28,-27v16,0,28,12,28,27xm136,39r-6,42v-77,-3,-113,-38,-113,-75v0,-58,71,-60,53,-118r44,0v24,68,-47,79,-47,113v0,22,27,37,69,38","w":155},{"d":"209,-243r-67,132r45,0r0,29r-56,0r0,21r56,0r0,29r-56,0r0,32r-46,0r0,-32r-56,0r0,-29r56,0r0,-21r-56,0r0,-29r45,0r-66,-132r51,0r32,66v7,15,13,28,17,41r1,0v5,-15,12,-30,20,-45r31,-62r49,0","w":216},{"d":"123,-117r-35,0v0,-5,0,-12,1,-18r0,0v-5,12,-20,21,-36,21v-27,0,-39,-15,-39,-35v0,-32,31,-46,72,-46r0,-6v0,-8,-3,-16,-21,-16v-14,0,-27,3,-39,9r-4,-31v13,-5,30,-8,49,-8v40,0,51,20,51,42r0,57v0,12,1,22,1,31xm86,-168r0,-4v-26,0,-37,5,-37,18v0,6,5,12,13,12v16,0,24,-16,24,-26","w":143},{"d":"49,-133v16,0,29,14,29,30v0,17,-13,30,-29,30v-17,0,-30,-13,-30,-30v0,-16,13,-30,30,-30","w":96},{"d":"71,0r-46,0r0,-179r46,0r0,179xm103,-232r-15,27r-41,-23r-39,23r-14,-26r54,-32","w":95},{"d":"195,-96r-67,0r0,68r-44,0r0,-68r-67,0r0,-38r67,0r0,-66r44,0r0,66r67,0r0,38xm193,28r-174,0r0,-38r174,0r0,38","w":212},{"d":"161,-67v0,33,-22,60,-59,68r0,44r-33,0r0,-41v-16,0,-30,-2,-44,-5r3,-41v14,5,32,7,46,7v23,0,39,-8,39,-27v0,-40,-96,-22,-96,-97v0,-32,22,-58,56,-64r0,-36r33,0r0,34v13,0,25,1,37,4r-3,39v-14,-4,-28,-6,-40,-6v-26,0,-36,11,-36,24v0,37,97,24,97,97","w":177},{"d":"164,0r-43,0v0,-10,0,-21,1,-30r0,-1v-9,20,-30,35,-57,35v-32,0,-51,-19,-51,-48v0,-43,42,-65,103,-65r0,-10v0,-19,-9,-28,-35,-28v-16,0,-38,5,-53,14r-4,-39v18,-6,41,-11,64,-11v58,0,74,23,74,62r0,75v0,14,0,31,1,46xm117,-75r0,-4v-49,0,-59,14,-59,28v0,12,8,19,21,19v23,0,38,-21,38,-43xm155,-233v0,14,-11,25,-25,25v-14,0,-24,-11,-24,-25v0,-14,10,-25,24,-25v14,0,25,11,25,25xm83,-233v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25","w":188},{"d":"133,-192v0,41,-29,65,-62,65v-34,0,-58,-20,-58,-60v0,-41,29,-64,61,-64v33,0,59,17,59,59xm94,-189v0,-22,-7,-30,-21,-30v-12,0,-21,11,-21,30v0,22,7,31,20,31v13,0,22,-11,22,-31xm249,-229r-175,238r-33,-23r175,-238xm278,-57v0,41,-29,65,-62,65v-34,0,-58,-21,-58,-61v0,-41,29,-63,61,-63v33,0,59,17,59,59xm239,-55v0,-22,-7,-30,-21,-30v-12,0,-21,12,-21,31v0,22,7,30,20,30v13,0,22,-11,22,-31","w":292},{"d":"225,0r-52,0r-17,-50r-92,0r-16,50r-48,0r85,-243r53,0xm144,-87r-23,-63v-5,-13,-8,-25,-11,-39r0,0v-3,13,-7,26,-12,40r-22,62r68,0xm160,-293r-66,34r-16,-26r63,-40","w":225},{"d":"135,-263r-4,38v-7,-3,-15,-3,-22,-3v-20,0,-29,10,-29,34r0,15r42,0r0,36r-42,0r0,143r-46,0r0,-143r-31,0r0,-36r31,0r0,-14v0,-49,22,-73,71,-73v10,0,21,1,30,3","w":127},{"d":"187,-93v0,56,-38,97,-92,97v-51,0,-83,-26,-83,-90v0,-56,37,-97,91,-97v51,0,84,28,84,90xm139,-90v0,-35,-12,-54,-39,-54v-21,0,-41,16,-41,53v0,37,13,55,40,55v23,0,40,-18,40,-54xm153,-237r-66,34r-16,-26r63,-40","w":199},{"d":"241,-125v0,80,-53,129,-119,129v-74,0,-110,-47,-110,-122v0,-80,54,-129,119,-129v65,0,110,39,110,122xm191,-121v0,-54,-23,-84,-65,-84v-33,0,-64,27,-64,82v0,51,20,84,64,84v32,0,65,-24,65,-82xm160,-285r-16,27r-66,-35r20,-32","w":253},{"d":"150,-232r-15,27r-40,-23r-40,23r-14,-26r54,-32xm171,-103v0,6,0,13,-1,21r-111,0v0,33,16,50,49,50v18,0,38,-5,53,-12r4,36v-19,8,-42,12,-64,12v-57,0,-89,-29,-89,-92v0,-55,30,-95,84,-95v52,0,75,36,75,80xm126,-113v1,-22,-12,-36,-31,-36v-19,0,-32,14,-35,36r66,0","w":185},{"d":"150,-15v0,45,-36,83,-102,83v-12,0,-25,-1,-35,-4r4,-41v9,3,20,6,33,6v32,0,50,-16,50,-39v0,-30,-30,-40,-75,-35r0,-37v48,0,71,-14,71,-39v0,-18,-13,-28,-35,-28v-14,0,-28,4,-40,10r-5,-38v17,-7,36,-11,55,-11v50,0,73,27,73,59v0,26,-16,46,-39,56r0,1v29,6,45,29,45,57","w":164},{"w":144},{"d":"283,-179r-56,179r-50,0r-26,-80v-4,-12,-7,-25,-10,-40r-1,0v-4,17,-7,30,-12,45r-23,75r-47,0r-55,-179r51,0r19,68v5,18,10,36,14,54r0,0v4,-20,8,-36,13,-52r22,-70r44,0r22,68v6,21,10,36,14,54r1,0v4,-18,8,-34,13,-52r20,-70r47,0","w":286},{"d":"189,-8v-18,6,-40,11,-63,11v-85,0,-112,-57,-112,-117v0,-77,40,-131,121,-131v17,0,36,3,52,7r-5,42v-16,-5,-32,-7,-49,-7v-45,0,-68,34,-68,81v0,53,22,83,71,83v15,0,34,-4,47,-10","w":203},{"d":"180,91r-180,0r0,-37r180,0r0,37","w":180},{"d":"49,-157v16,0,30,14,30,30v0,16,-14,29,-30,29v-16,0,-29,-13,-29,-29v0,-16,13,-30,29,-30xm49,-55v16,0,30,14,30,30v0,16,-14,29,-30,29v-16,0,-29,-13,-29,-29v0,-16,13,-30,29,-30","w":99},{"d":"123,-183r-2,45v-33,-7,-50,15,-50,65r0,73r-46,0r0,-179r43,0v0,9,-1,23,-3,36r1,0v9,-23,26,-43,57,-40","w":127},{"d":"112,-229r-16,27r-66,-35r20,-32","w":134},{"d":"90,-143r-31,54r32,52r-37,18r-39,-70r40,-71xm171,-141r-33,52r34,50r-36,18r-43,-68r44,-69","w":192},{"d":"155,-203r-83,0r0,62r78,0r0,39r-78,0r0,102r-47,0r0,-243r130,0r0,40","w":167},{"d":"79,-127v0,16,-14,29,-30,29v-16,0,-29,-13,-29,-29v0,-16,13,-30,29,-30v16,0,30,14,30,30xm49,-54v34,0,50,57,-17,116r-19,-17v24,-26,26,-42,15,-55v-14,-16,-4,-44,21,-44","w":99},{"d":"72,0r-47,0r0,-243r47,0r0,243xm104,-288r-14,27r-41,-23r-40,23r-14,-26r54,-32","w":97},{"d":"176,6v0,42,-20,84,-99,84v-20,0,-40,-3,-55,-7r4,-43v16,6,36,10,53,10v34,0,52,-11,52,-44r0,-10v0,-9,-1,-17,1,-26r0,0v-9,21,-29,34,-53,34v-43,0,-66,-30,-66,-84v0,-60,34,-102,97,-102v25,0,47,2,66,5r0,183xm130,-94r0,-49v-8,-2,-15,-2,-24,-2v-26,0,-45,16,-45,60v0,33,9,50,30,50v24,0,39,-28,39,-59","w":199},{"d":"306,0r-49,0r-18,-116v-4,-23,-5,-41,-7,-58r-1,0v-3,15,-7,33,-13,52r-39,122r-46,0r-37,-113v-6,-20,-13,-42,-16,-61r0,0v-1,22,-4,41,-7,62r-14,112r-47,0r37,-243r55,0r40,125v6,17,11,34,14,51r0,0v4,-19,8,-32,14,-50r42,-126r54,0","w":317},{"d":"183,-107r-160,0r0,-37r160,0r0,37xm183,-38r-160,0r0,-37r160,0r0,37"},{"d":"194,-75v0,35,-25,76,-98,76v-15,0,-40,-1,-71,-1r0,-243v21,-1,52,-1,82,-1v53,0,82,21,82,60v0,24,-16,45,-39,54r0,1v29,6,44,30,44,54xm140,-177v0,-18,-11,-30,-41,-30v-10,0,-19,1,-27,1r0,63v6,0,11,1,19,1v32,0,49,-13,49,-35xm144,-74v0,-24,-20,-33,-51,-33r-21,0r0,68v6,1,15,2,26,2v31,0,46,-15,46,-37","w":208},{"d":"71,0r-46,0r0,-263r46,0r0,263","w":95},{"d":"220,-94v0,67,-37,98,-101,98v-77,0,-94,-42,-94,-88r0,-159r47,0r0,156v0,31,10,52,50,52v36,0,52,-15,52,-56r0,-152r46,0r0,149xm180,-286v0,14,-11,25,-25,25v-14,0,-24,-11,-24,-25v0,-14,10,-25,24,-25v14,0,25,11,25,25xm108,-286v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25","w":245},{"d":"222,0r-47,0r0,-105r-103,0r0,105r-47,0r0,-243r47,0r0,97r103,0r0,-97r47,0r0,243","w":247},{"d":"157,0r-132,0r0,-243r132,0r0,39r-85,0r0,60r81,0r0,38r-81,0r0,66r85,0r0,40","w":177},{"d":"199,0r-58,0r-67,-100r-2,0r0,100r-47,0r0,-243v19,-1,42,-1,70,-1v54,0,88,18,88,68v0,36,-25,62,-62,68r20,26xm134,-171v0,-23,-14,-35,-44,-35v-7,0,-13,0,-18,1r0,70v3,0,10,1,17,1v28,0,45,-14,45,-37","w":204},{"d":"218,-236r-7,43v-19,-8,-42,-12,-65,-12v-48,0,-82,31,-82,85v0,51,28,81,77,81v12,0,22,-1,31,-4r0,-84r47,0r0,115v-24,10,-54,16,-83,16v-77,0,-123,-46,-123,-120v0,-76,52,-131,136,-131v24,0,48,5,69,11","w":243},{"d":"183,-169v0,47,-36,84,-95,84v-4,0,-10,0,-16,-1r0,86r-47,0r0,-243v20,-1,41,-1,65,-1v60,0,93,27,93,75xm134,-166v0,-24,-13,-40,-45,-40r-17,0r0,81v5,1,10,1,14,1v29,0,48,-16,48,-42","w":191},{"d":"230,-63r-50,0r-6,63r-40,0r6,-63r-44,0r-6,63r-40,0r7,-63r-47,0r0,-34r50,0r6,-54r-46,0r0,-34r49,0r7,-58r39,0r-6,58r44,0r6,-58r40,0r-6,58r47,0r0,34r-50,0r-6,54r46,0r0,34xm144,-97r6,-54r-44,0r-6,54r44,0","w":249},{"d":"195,-83v0,51,-37,87,-92,87v-51,0,-84,-37,-84,-104v0,-98,52,-153,132,-153v5,0,15,1,21,1r0,41v-8,-1,-16,-2,-24,-2v-42,0,-68,24,-78,63v-1,3,-2,6,-3,11r1,0v10,-13,29,-21,52,-21v47,0,75,30,75,77xm147,-78v0,-27,-15,-43,-38,-43v-26,0,-39,20,-39,40v0,25,12,46,38,46v25,0,39,-19,39,-43","w":209},{"d":"29,62r-19,-17v25,-26,26,-42,14,-55v-13,-16,-3,-44,22,-44v34,0,50,57,-17,116","w":92},{"d":"72,0r-47,0r0,-243r47,0r0,243xm95,-293r-66,34r-16,-26r63,-39","w":97},{"d":"180,0r-43,0v0,-8,0,-23,2,-32r0,0v-11,21,-31,36,-61,36v-40,0,-53,-26,-53,-57r0,-126r46,0r0,115v0,19,5,29,22,29v23,0,41,-27,41,-58r0,-86r46,0r0,179xm161,-233v0,14,-11,25,-25,25v-14,0,-24,-11,-24,-25v0,-14,10,-25,24,-25v14,0,25,11,25,25xm89,-233v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25"},{"d":"104,-73r-88,0r0,-37r88,0r0,37","w":120},{"d":"147,-243r-93,243r-45,0r93,-243r45,0","w":153},{"d":"182,-22r-41,0r0,-54r-129,0r0,-37r170,0r0,91","w":200},{"d":"101,18v13,25,10,53,-35,72r-22,-18v22,-15,27,-34,15,-54r42,0","w":144},{"d":"201,-243r-77,157r0,86r-47,0r0,-86r-76,-157r51,0r32,70v6,14,12,27,17,40r1,0v5,-14,12,-30,19,-45r31,-65r49,0","w":201},{"d":"220,-94v0,67,-37,98,-101,98v-77,0,-94,-42,-94,-88r0,-159r47,0r0,156v0,31,10,52,50,52v36,0,52,-15,52,-56r0,-152r46,0r0,149xm151,-285r-16,27r-66,-35r20,-32","w":245},{"d":"96,-68v0,40,-17,71,-66,71v-13,0,-22,-2,-30,-3r0,-40v6,2,13,4,22,4v17,0,27,-8,27,-34r0,-173r47,0r0,175","w":120},{"d":"82,-258r-7,190r-40,0r-7,-190r54,0xm54,-51v16,0,28,13,28,28v0,15,-12,27,-28,27v-16,0,-28,-12,-28,-27v0,-15,12,-28,28,-28","w":109},{"d":"145,-288r-14,27r-41,-23r-40,23r-14,-27r54,-31xm157,0r-132,0r0,-243r132,0r0,39r-85,0r0,60r81,0r0,38r-81,0r0,66r85,0r0,40","w":177},{"d":"164,0r-43,0v0,-10,0,-21,1,-30r0,-1v-9,20,-30,35,-57,35v-32,0,-51,-19,-51,-48v0,-43,42,-65,103,-65r0,-10v0,-19,-9,-28,-35,-28v-16,0,-38,5,-53,14r-4,-39v18,-6,41,-11,64,-11v58,0,74,23,74,62r0,75v0,14,0,31,1,46xm117,-75r0,-4v-49,0,-59,14,-59,28v0,12,8,19,21,19v23,0,38,-21,38,-43xm145,-237r-66,34r-16,-26r63,-40","w":188},{"d":"177,0r-161,0r0,-36r88,-143v5,-8,10,-15,16,-23v-9,0,-21,1,-45,1r-56,0r0,-42r157,0r0,37r-92,147v-4,6,-8,11,-12,17v6,-1,23,-1,53,-1r52,0r0,43","w":193},{"d":"81,-156v0,15,-12,27,-28,27v-16,0,-28,-12,-28,-27v0,-15,12,-27,28,-27v16,0,28,12,28,27xm78,79r-50,0r5,-191r39,0","w":109},{"d":"71,0r-46,0r0,-179r46,0r0,179xm93,-237r-67,34r-16,-26r63,-40","w":95},{"d":"188,20v0,39,-39,71,-99,71v-48,0,-76,-18,-76,-53v0,-19,12,-35,27,-43v-11,-5,-18,-14,-18,-27v0,-13,9,-26,22,-31v-18,-9,-27,-28,-27,-50v0,-38,28,-70,81,-70v12,0,21,2,31,4r61,0r0,36r-24,0v5,5,9,14,9,24v0,40,-28,65,-78,65v-6,0,-12,0,-17,-1v-6,3,-9,7,-9,11v0,8,7,12,28,12r27,0v39,0,62,17,62,52xm131,-117v0,-21,-13,-32,-35,-32v-22,0,-35,13,-35,32v0,20,13,32,35,32v21,0,35,-12,35,-32xm142,26v0,-13,-8,-22,-28,-22r-32,0r-8,0v-10,6,-16,16,-16,26v0,17,15,26,38,26v30,0,46,-13,46,-30","w":199},{"d":"184,-67v0,46,-40,71,-88,71v-51,0,-80,-26,-80,-65v0,-33,24,-52,44,-65r-1,0v-25,-15,-40,-34,-40,-61v0,-41,35,-68,83,-68v49,0,78,25,78,61v0,26,-14,44,-42,62v23,14,46,33,46,65xm132,-190v0,-15,-10,-27,-32,-27v-21,0,-33,12,-33,28v0,16,13,26,35,38r0,1v21,-14,30,-25,30,-40xm136,-64v0,-19,-17,-31,-40,-43r0,0v-18,11,-32,24,-32,41v0,19,14,31,36,31v21,0,36,-11,36,-29","w":200},{"d":"241,-125v0,80,-53,129,-119,129v-74,0,-110,-47,-110,-122v0,-80,54,-129,119,-129v65,0,110,39,110,122xm191,-121v0,-54,-23,-84,-65,-84v-33,0,-64,27,-64,82v0,51,20,84,64,84v32,0,65,-24,65,-82","w":253},{"d":"137,-165v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28v0,-15,13,-28,28,-28v15,0,28,13,28,28xm201,-73r-184,0r0,-39r184,0r0,39xm137,-21v0,15,-13,29,-28,29v-15,0,-28,-14,-28,-29v0,-15,13,-28,28,-28v15,0,28,13,28,28","w":217},{"d":"147,-20v-9,4,-20,7,-32,8r0,36r-35,0r0,-37v-44,-5,-66,-37,-66,-84v0,-45,25,-80,66,-88r0,-34r35,0r0,31v10,1,21,3,32,7r-4,38v-10,-5,-22,-7,-35,-7v-28,0,-46,19,-46,51v0,28,13,48,45,48v14,0,27,-4,37,-9","w":163},{"d":"241,-125v0,80,-53,129,-119,129v-74,0,-110,-47,-110,-122v0,-80,54,-129,119,-129v65,0,110,39,110,122xm252,73v-66,10,-88,-16,-143,-9r0,-42v63,-8,83,19,143,10r0,41xm191,-121v0,-54,-23,-84,-65,-84v-33,0,-64,27,-64,82v0,51,20,84,64,84v32,0,65,-24,65,-82","w":253},{"d":"174,-138r-33,17r-47,-89r-45,89r-31,-17r59,-105r35,0","w":192},{"d":"167,-288r-15,27r-40,-23r-40,23r-14,-27r54,-31xm225,0r-52,0r-17,-50r-92,0r-16,50r-48,0r85,-243r53,0xm144,-87r-23,-63v-5,-13,-8,-25,-11,-39r0,0v-3,13,-7,26,-12,40r-22,62r68,0","w":225},{"d":"176,0r-43,0v0,-9,1,-20,2,-30r-1,0v-9,20,-29,34,-56,34v-44,0,-65,-33,-65,-84v0,-60,35,-102,94,-102v8,0,15,0,23,1r0,-82r46,0r0,263xm130,-93r0,-50v-8,-2,-16,-3,-24,-3v-26,0,-45,17,-45,61v0,33,9,51,30,51v24,0,39,-28,39,-59","w":200},{"d":"194,0r-38,0r0,66r-45,0r0,-66r-98,0r-7,-37r92,-149r58,0r0,145r38,0r0,41xm112,-41r0,-100r0,0r-62,100v15,-1,51,0,62,0","w":199},{"d":"165,-222v-8,7,-23,15,-37,15v-28,0,-34,-18,-56,-18v-9,0,-18,6,-24,12r-9,-31v10,-9,23,-15,37,-15v26,0,33,17,54,17v10,0,20,-5,26,-11xm187,-93v0,56,-38,97,-92,97v-51,0,-83,-26,-83,-90v0,-56,37,-97,91,-97v51,0,84,28,84,90xm139,-90v0,-35,-12,-54,-39,-54v-21,0,-41,16,-41,53v0,37,13,55,40,55v23,0,40,-18,40,-54","w":199},{"d":"92,74r-79,0r0,-37r36,0r0,-280r-36,0r0,-37r79,0r0,354","w":118},{"d":"96,0r-47,0r0,-141r-36,15r-8,-38r56,-21r35,0r0,185","w":123},{"d":"92,-103v0,58,-13,115,-48,172r-44,0v31,-51,47,-108,47,-172v0,-63,-17,-123,-47,-173r44,0v34,56,48,116,48,173","w":110},{"d":"144,0r-44,0r-94,-243r43,0","w":149},{"d":"164,0r-43,0v0,-10,0,-21,1,-30r0,-1v-9,20,-30,35,-57,35v-32,0,-51,-19,-51,-48v0,-43,42,-65,103,-65r0,-10v0,-19,-9,-28,-35,-28v-16,0,-38,5,-53,14r-4,-39v18,-6,41,-11,64,-11v58,0,74,23,74,62r0,75v0,14,0,31,1,46xm117,-75r0,-4v-49,0,-59,14,-59,28v0,12,8,19,21,19v23,0,38,-21,38,-43","w":188},{"d":"152,-21v0,51,-45,89,-107,89v-11,0,-20,-1,-29,-2r4,-42v7,2,17,3,27,3v38,0,56,-18,56,-41v0,-24,-20,-41,-59,-41v-7,0,-14,1,-21,1r0,-131r122,0r0,45r-78,0r0,47v54,0,85,29,85,72","w":167},{"d":"220,-94v0,67,-37,98,-101,98v-77,0,-94,-42,-94,-88r0,-159r47,0r0,156v0,31,10,52,50,52v36,0,52,-15,52,-56r0,-152r46,0r0,149","w":245},{"d":"62,-270r-6,92r-34,0r-6,-92r46,0xm130,-270r-6,92r-34,0r-6,-92r46,0","w":145},{"d":"166,-75v0,46,-36,79,-96,79v-17,0,-34,-2,-49,-6r2,-43v14,5,33,8,51,8v24,0,42,-10,42,-32v0,-46,-102,-25,-102,-105v0,-43,35,-73,93,-73v14,0,30,1,44,4r-3,41v-14,-4,-28,-6,-43,-6v-27,0,-41,12,-41,29v0,44,102,28,102,104","w":181},{"d":"156,-222v-8,7,-23,15,-37,15v-28,0,-34,-18,-56,-18v-9,0,-18,6,-24,12r-9,-31v10,-9,23,-15,37,-15v26,0,33,17,54,17v10,0,20,-5,26,-11xm164,0r-43,0v0,-10,0,-21,1,-30r0,-1v-9,20,-30,35,-57,35v-32,0,-51,-19,-51,-48v0,-43,42,-65,103,-65r0,-10v0,-19,-9,-28,-35,-28v-16,0,-38,5,-53,14r-4,-39v18,-6,41,-11,64,-11v58,0,74,23,74,62r0,75v0,14,0,31,1,46xm117,-75r0,-4v-49,0,-59,14,-59,28v0,12,8,19,21,19v23,0,38,-21,38,-43","w":188},{"d":"212,0r-62,0r-78,-117r0,117r-47,0r0,-243r47,0r0,110r79,-110r57,0r-89,117","w":214},{"d":"77,-230v0,15,-13,28,-29,28v-16,0,-29,-13,-29,-28v0,-15,13,-28,29,-28v16,0,29,13,29,28xm71,0r-46,0r0,-179r46,0r0,179","w":95},{"d":"142,-5v-12,5,-30,8,-49,8v-50,0,-81,-26,-81,-87v0,-56,30,-98,93,-98v12,0,24,2,36,5r-4,40v-10,-4,-21,-7,-33,-7v-29,0,-44,22,-44,56v0,31,12,51,43,51v12,0,25,-2,35,-7xm107,18v13,25,10,53,-35,72r-22,-18v22,-15,27,-34,15,-54r42,0","w":153},{"d":"72,0r-47,0r0,-243r47,0r0,243","w":97},{"d":"171,-103v0,6,0,13,-1,21r-111,0v0,33,16,50,49,50v18,0,38,-5,53,-12r4,36v-19,8,-42,12,-64,12v-57,0,-89,-29,-89,-92v0,-55,30,-95,84,-95v52,0,75,36,75,80xm126,-113v1,-22,-12,-36,-31,-36v-19,0,-32,14,-35,36r66,0","w":185},{"d":"139,-240v0,25,-20,44,-45,44v-26,0,-46,-18,-46,-44v0,-25,21,-44,46,-44v26,0,45,19,45,44xm112,-240v0,-10,-8,-19,-18,-19v-10,0,-19,9,-19,19v0,10,9,19,19,19v10,0,18,-9,18,-19xm164,0r-43,0v0,-10,0,-21,1,-30r0,-1v-9,20,-30,35,-57,35v-32,0,-51,-19,-51,-48v0,-43,42,-65,103,-65r0,-10v0,-19,-9,-28,-35,-28v-16,0,-38,5,-53,14r-4,-39v18,-6,41,-11,64,-11v58,0,74,23,74,62r0,75v0,14,0,31,1,46xm117,-75r0,-4v-49,0,-59,14,-59,28v0,12,8,19,21,19v23,0,38,-21,38,-43","w":188},{"d":"139,-182v0,41,-28,68,-66,68v-33,0,-59,-18,-59,-66v0,-41,28,-67,64,-67v34,0,61,17,61,65xm101,-181v0,-19,-7,-34,-25,-34v-13,0,-25,9,-25,34v0,18,6,35,24,35v14,0,26,-9,26,-35","w":153},{"d":"171,-103v0,6,0,13,-1,21r-111,0v0,33,16,50,49,50v18,0,38,-5,53,-12r4,36v-19,8,-42,12,-64,12v-57,0,-89,-29,-89,-92v0,-55,30,-95,84,-95v52,0,75,36,75,80xm126,-113v1,-22,-12,-36,-31,-36v-19,0,-32,14,-35,36r66,0xm147,-237r-66,34r-16,-26r63,-40","w":185},{"d":"105,74r-79,0r0,-354r79,0r0,37r-36,0r0,280r36,0r0,37","w":118},{"d":"189,-8v-18,6,-40,11,-63,11v-85,0,-112,-57,-112,-117v0,-77,40,-131,121,-131v17,0,36,3,52,7r-5,42v-16,-5,-32,-7,-49,-7v-45,0,-68,34,-68,81v0,53,22,83,71,83v15,0,34,-4,47,-10xm139,18v13,25,10,53,-35,72r-22,-18v22,-15,27,-34,15,-54r42,0","w":203},{"d":"178,-203r-63,0r0,203r-47,0r0,-203r-63,0r0,-40r173,0r0,40","w":183},{"d":"180,0r-43,0v0,-8,0,-23,2,-32r0,0v-11,21,-31,36,-61,36v-40,0,-53,-26,-53,-57r0,-126r46,0r0,115v0,19,5,29,22,29v23,0,41,-27,41,-58r0,-86r46,0r0,179xm134,-229r-16,27r-66,-35r20,-32"},{"d":"151,0r-126,0r0,-243r47,0r0,202r79,0r0,41","w":154},{"d":"62,-270r-6,92r-34,0r-6,-92r46,0","w":77},{"d":"180,0r-45,0r0,-114v0,-19,-5,-30,-22,-30v-23,0,-42,27,-42,58r0,86r-46,0r0,-179r43,0v0,8,0,23,-2,32r0,0v11,-21,32,-36,61,-36v40,0,53,26,53,57r0,126"},{"d":"225,0r-52,0r-17,-50r-92,0r-16,50r-48,0r85,-243r53,0xm144,-87r-23,-63v-5,-13,-8,-25,-11,-39r0,0v-3,13,-7,26,-12,40r-22,62r68,0xm172,-286v0,14,-11,25,-25,25v-14,0,-24,-11,-24,-25v0,-14,10,-25,24,-25v14,0,25,11,25,25xm100,-286v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25","w":225},{"d":"158,0r-142,0r0,-37r36,-29v34,-27,48,-39,48,-56v0,-16,-11,-27,-32,-27v-15,0,-32,7,-42,13r-7,-39v17,-8,37,-13,60,-13v47,0,72,23,72,57v0,27,-17,48,-46,71r-26,20r0,1v19,-1,48,-2,79,-2r0,41","w":173},{"d":"225,-243r-85,243r-54,0r-85,-243r51,0r47,142v5,14,11,30,15,48r0,0v4,-17,8,-30,15,-51r48,-139r48,0","w":226},{"d":"180,0r-45,0r0,-114v0,-19,-5,-30,-22,-30v-23,0,-42,27,-42,58r0,86r-46,0r0,-263r46,0r0,77v0,11,0,26,-3,36r0,1v10,-20,31,-34,59,-34v40,0,53,26,53,57r0,126"},{"d":"225,0r-52,0r-17,-50r-92,0r-16,50r-48,0r85,-243r53,0xm144,-87r-23,-63v-5,-13,-8,-25,-11,-39r0,0v-3,13,-7,26,-12,40r-22,62r68,0","w":225},{"d":"136,-55v0,35,-31,59,-80,59v-13,0,-26,-2,-38,-4r1,-37v11,3,25,5,39,5v18,0,29,-7,29,-19v0,-32,-72,-14,-72,-75v0,-31,26,-57,76,-57v10,0,21,1,32,3r-1,37v-10,-3,-22,-5,-33,-5v-18,0,-27,7,-27,18v0,29,74,17,74,75","w":150},{"d":"171,-103v0,6,0,13,-1,21r-111,0v0,33,16,50,49,50v18,0,38,-5,53,-12r4,36v-19,8,-42,12,-64,12v-57,0,-89,-29,-89,-92v0,-55,30,-95,84,-95v52,0,75,36,75,80xm126,-113v1,-22,-12,-36,-31,-36v-19,0,-32,14,-35,36r66,0xm129,-229r-16,27r-66,-35r20,-32","w":185},{"d":"188,-99v0,62,-32,102,-94,102v-9,0,-15,-1,-23,-2r0,86r-46,0r0,-266r43,0v0,9,-1,21,-2,30r1,0v10,-21,29,-34,56,-34v42,0,65,31,65,84xm140,-94v0,-33,-10,-51,-31,-51v-24,0,-38,28,-38,59r0,50v7,2,15,3,24,3v26,0,45,-17,45,-61","w":201},{"d":"122,-217v0,33,-27,51,-55,51v-32,0,-52,-19,-52,-50v0,-32,27,-51,54,-51v37,0,53,23,53,50xm88,-217v0,-10,-6,-21,-19,-21v-12,0,-20,8,-20,21v0,13,8,22,20,22v12,0,19,-9,19,-22","w":139},{"d":"126,-192r-16,29r-31,-25r6,39r-33,0r6,-39r-31,25r-16,-28r37,-15r-37,-14r16,-28r31,24r-6,-39r33,0r-6,39r31,-24r16,28r-36,14","w":138},{"d":"171,-103v0,6,0,13,-1,21r-111,0v0,33,16,50,49,50v18,0,38,-5,53,-12r4,36v-19,8,-42,12,-64,12v-57,0,-89,-29,-89,-92v0,-55,30,-95,84,-95v52,0,75,36,75,80xm126,-113v1,-22,-12,-36,-31,-36v-19,0,-32,14,-35,36r66,0xm157,-233v0,14,-11,25,-25,25v-14,0,-24,-11,-24,-25v0,-14,10,-25,24,-25v14,0,25,11,25,25xm85,-233v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25","w":185},{"d":"222,0r-59,0r-52,-89r-52,89r-55,0r77,-124r-73,-119r55,0r49,84r49,-84r53,0r-71,118","w":226},{"d":"274,-103v0,6,0,13,-1,21r-111,0v0,33,16,50,49,50v18,0,38,-5,53,-12r4,36v-19,8,-42,12,-64,12v-38,0,-63,-15,-75,-37r0,1v-11,18,-31,36,-65,36v-32,0,-50,-19,-50,-48v0,-43,42,-65,103,-65r0,-9v0,-19,-9,-29,-35,-29v-16,0,-38,5,-53,14r-4,-39v18,-6,41,-11,64,-11v23,0,45,6,58,22r0,0v10,-12,29,-22,52,-22v52,0,75,36,75,80xm229,-113v1,-22,-12,-36,-31,-36v-19,0,-32,14,-35,36r66,0xm117,-75r0,-4v-49,0,-59,14,-59,28v0,12,8,19,21,19v23,0,38,-21,38,-43","w":288},{"d":"71,0r-46,0r0,-179r46,0r0,179xm85,-229r-16,27r-66,-35r20,-32","w":95},{"d":"157,0r-132,0r0,-243r132,0r0,39r-85,0r0,60r81,0r0,38r-81,0r0,66r85,0r0,40xm140,-293r-66,34r-16,-26r63,-40","w":177},{"d":"334,-243r-62,243r-58,0r-35,-134v-4,-15,-6,-33,-9,-50r-1,0v-2,17,-5,33,-9,49r-35,135r-54,0r-62,-243r50,0r33,134v4,16,7,33,9,50r0,0v3,-16,6,-33,10,-48r37,-136r49,0r38,135v4,13,7,30,9,47r1,0v3,-17,5,-32,9,-46r33,-136r47,0","w":342},{"d":"187,-93v0,56,-38,97,-92,97v-51,0,-83,-26,-83,-90v0,-56,37,-97,91,-97v51,0,84,28,84,90xm139,-90v0,-35,-12,-54,-39,-54v-21,0,-41,16,-41,53v0,37,13,55,40,55v23,0,40,-18,40,-54xm162,-233v0,14,-11,25,-25,25v-14,0,-24,-11,-24,-25v0,-14,10,-25,24,-25v14,0,25,11,25,25xm90,-233v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25","w":199},{"d":"227,-126v0,84,-55,127,-134,127v-25,0,-47,0,-68,-1r0,-243v19,-1,49,-1,79,-1v75,0,123,33,123,118xm176,-122v0,-52,-21,-83,-76,-83v-11,0,-20,0,-28,1r0,164v6,1,17,1,26,1v46,0,78,-25,78,-83","w":240}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+419-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);})("UQaZoz>rctb.Up)4Pz`x-Q-b9B>Zazb.9BkxctGmauHyN6rE9!_evQve9!_evQ]6|`[Zv@5i>Z[Zv@5{>z>sPh0eazNf8Z[Zv@5{>u[Zv@5zNmGsPh0eN,G[8`[Zv@5{vt:sPh0eaz]?oZ[Zv@5)v)[Zv@5z>`[Zv@5i7u[Zv@5iau[Zv@5,vL_~9!_evQ%X2`[Zv@5iam)E9!_evQ_e9!_evQN[2u[Zv@5,>)[Zv@5i7!af9!_evQuz>x:sPh0eN6usPh0ea@GsPh0eNBasPh0ea,~.9!_evQGi9!_evQ>,7u[Zv@5EN{5sPh0eN6i:hENg9!_evQ%69!_evQGE8)[Zv@5,N)[Zv@5{az=sPh0ea,ksPh0eN,Ne9!_evQkz9!_evQ]Z9!_evQ`i9!_evQ-L9!_evQu)9!_evQ-[k`[Zv@5)>pusPh0eN6`z9!_evQN69!_evQ%x9!_evQuivZ[Zv@5iv!P@96=xN`[Zv@5iN{N49!_evQ>)9!_evQ]rhhZpo`[Zv@5{Nri`_{P%-6Ny9!_evQ>{9!_evQa,1ueT9!_evQ`,9!_evQ-Xtu[Zv@5{7_gi9!_evQ>i9!_evQ_[t)[Zv@5ivu[Zv@5)aQsXhZ[Zv@5z>Z[Zv@5iv)`89!_evQvxa@GsPh0ea,uPvA)s9Q]ZuueE_Z[Zv@5)vr:=9!_evQ_LAtusPh0eahusPh0eNz`sPh0eah)o9!_evQvLu`[Zv@5z7_emo)[Zv@5,>@ktc]`69!_evQ_Xs`[Zv@5Evp=sPh0eatkN9!_evQ_B9!_evQu,9!_evQvquZ[Zv@5z>{%E1m>eoQ)rUp-EUA[=|h0ys@ZE1m0yo@Ze1z[)ozPrcp[m|t-.aEqmo!)ec!vb8Lr4ctNgNEqTc6rT9E~?7mPLPZe.UhHg|6g.UZe.ozu=aB_:otuxPzu=oQ[)sZe.NBb:2pXY9pqyNtk{atGT9pq,oBZH1E:s1z[TNB`ycQb6P`e.NBb:UA%TcAqra9>rUQ[TNB`rctb.1ziTsLG.NtZ)UA)zoL-g7B05p@]`Q!-kU1v>7|%GAh_ut9NacosP82~iE,{)zmg=#Yy:.Te[x6rZBLXqI4Hbf?{Ho@yYUB{=aZ:,tB)P9hZetB)P2A{gUA0~")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":205,"face":{"font-family":"TheSans_Plain","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-22 -325 334 91","underline-thickness":"7.2","underline-position":"-54","stemh":"36","stemv":"46","unicode-range":"U+0020-U+00FF"}}));;Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"72,0r-47,0r0,-243r47,0r0,243xm109,-287v0,14,-10,25,-24,25v-14,0,-25,-11,-25,-25v0,-14,11,-24,25,-24v14,0,24,10,24,24xm37,-287v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-24,25,-24v14,0,25,10,25,24","w":97},{"d":"156,0r-137,0r0,-35v23,-14,37,-27,37,-53v0,-4,-1,-10,-2,-25r-33,0r0,-35r29,0v-1,-12,-4,-27,-4,-38v0,-48,25,-69,70,-69v9,0,21,1,31,3r-3,38v-9,-2,-16,-3,-23,-3v-19,0,-28,10,-28,30v0,10,1,24,3,39r46,0r0,35r-42,0v1,7,1,13,1,19v0,24,-8,40,-25,55v8,-1,17,-1,26,-1r54,0r0,40","w":175},{"d":"71,0r-46,0r0,-179r46,0r0,179xm103,-232r-15,27r-41,-23r-39,23r-14,-26r54,-32","w":95},{"d":"133,-2r0,-241r63,0r0,37r-24,0r0,241r-64,0r0,-37r25,0xm105,-243r0,160v-59,0,-85,-36,-85,-80v0,-48,35,-80,85,-80","w":214},{"d":"149,-232r-14,27r-41,-23r-40,23r-14,-26r54,-32xm164,0r-43,0v0,-10,0,-21,1,-30r0,-1v-9,20,-30,35,-57,35v-32,0,-51,-19,-51,-48v0,-43,42,-65,103,-65r0,-10v0,-19,-9,-28,-35,-28v-16,0,-38,5,-53,14r-4,-39v18,-6,41,-11,64,-11v58,0,74,23,74,62r0,75v0,14,0,31,1,46xm117,-75r0,-4v-49,0,-59,14,-59,28v0,12,8,19,21,19v23,0,38,-21,38,-43","w":188},{"d":"144,0r-44,0r-94,-243r43,0","w":149},{"d":"72,0r-47,0r0,-243r47,0r0,243","w":97},{"d":"187,-93v0,56,-38,97,-92,97v-51,0,-83,-26,-83,-90v0,-56,37,-97,91,-97v51,0,84,28,84,90xm139,-90v0,-35,-12,-54,-39,-54v-21,0,-41,16,-41,53v0,37,13,55,40,55v23,0,40,-18,40,-54","w":199},{"d":"77,-230v0,15,-13,28,-29,28v-16,0,-29,-13,-29,-28v0,-15,13,-28,29,-28v16,0,29,13,29,28xm71,0r-46,0r0,-179r46,0r0,179","w":95},{"d":"139,-182v0,41,-28,68,-66,68v-33,0,-59,-18,-59,-66v0,-41,28,-67,64,-67v34,0,61,17,61,65xm101,-181v0,-19,-7,-34,-25,-34v-13,0,-25,9,-25,34v0,18,6,35,24,35v14,0,26,-9,26,-35","w":153},{"d":"164,0r-43,0v0,-10,0,-21,1,-30r0,-1v-9,20,-30,35,-57,35v-32,0,-51,-19,-51,-48v0,-43,42,-65,103,-65r0,-10v0,-19,-9,-28,-35,-28v-16,0,-38,5,-53,14r-4,-39v18,-6,41,-11,64,-11v58,0,74,23,74,62r0,75v0,14,0,31,1,46xm117,-75r0,-4v-49,0,-59,14,-59,28v0,12,8,19,21,19v23,0,38,-21,38,-43xm145,-237r-66,34r-16,-26r63,-40","w":188},{"d":"162,-87v0,21,-11,40,-25,51v6,9,12,22,12,37v0,28,-22,60,-82,60v-9,0,-20,-2,-28,-3r2,-40v8,3,18,5,27,5v22,0,31,-10,31,-23v0,-33,-78,-58,-78,-121v0,-22,11,-41,25,-52v-7,-9,-11,-21,-11,-35v0,-31,22,-61,77,-61v9,0,20,1,27,3r-3,38v-8,-2,-16,-3,-25,-3v-19,0,-27,8,-27,22v0,31,78,59,78,122xm120,-81v0,-23,-22,-39,-48,-68v-5,4,-9,13,-9,22v0,19,14,34,49,67v5,-4,8,-13,8,-21","w":183},{"d":"114,-237r-66,34r-16,-26r63,-40","w":141},{"d":"175,-279v-8,7,-23,15,-37,15v-28,0,-34,-17,-56,-17v-9,0,-18,6,-24,12r-9,-31v10,-9,23,-15,37,-15v26,0,33,17,54,17v10,0,20,-5,26,-11xm225,0r-52,0r-17,-50r-92,0r-16,50r-48,0r85,-243r53,0xm144,-87r-23,-63v-5,-13,-8,-25,-11,-39r0,0v-3,13,-7,26,-12,40r-22,62r68,0","w":225},{"d":"157,-232r-15,27r-41,-23r-40,23r-13,-26r54,-32xm180,0r-43,0v0,-8,0,-23,2,-32r0,0v-11,21,-31,36,-61,36v-40,0,-53,-26,-53,-57r0,-126r46,0r0,115v0,19,5,29,22,29v23,0,41,-27,41,-58r0,-86r46,0r0,179"},{"d":"177,-288r-15,27r-40,-23r-40,23r-14,-27r54,-31xm220,-94v0,67,-37,98,-101,98v-77,0,-94,-42,-94,-88r0,-159r47,0r0,156v0,31,10,52,50,52v36,0,52,-15,52,-56r0,-152r46,0r0,149","w":245},{"d":"195,-96r-67,0r0,68r-44,0r0,-68r-67,0r0,-38r67,0r0,-66r44,0r0,66r67,0r0,38xm193,28r-174,0r0,-38r174,0r0,38","w":212},{"d":"122,-217v0,33,-27,51,-55,51v-32,0,-52,-19,-52,-50v0,-32,27,-51,54,-51v37,0,53,23,53,50xm88,-217v0,-10,-6,-21,-19,-21v-12,0,-20,8,-20,21v0,13,8,22,20,22v12,0,19,-9,19,-22","w":139},{"d":"171,-103v0,6,0,13,-1,21r-111,0v0,33,16,50,49,50v18,0,38,-5,53,-12r4,36v-19,8,-42,12,-64,12v-57,0,-89,-29,-89,-92v0,-55,30,-95,84,-95v52,0,75,36,75,80xm126,-113v1,-22,-12,-36,-31,-36v-19,0,-32,14,-35,36r66,0xm129,-229r-16,27r-66,-35r20,-32","w":185},{"d":"207,-57v0,36,-30,61,-74,61v-15,0,-29,-2,-38,-5r1,-38v10,4,23,7,34,7v22,0,30,-10,30,-20v0,-31,-64,-27,-64,-83v0,-42,41,-44,41,-74v0,-14,-10,-21,-27,-21v-24,0,-39,16,-39,50r0,180r-46,0r0,-178v0,-64,40,-88,87,-88v44,0,73,21,73,54v0,46,-42,43,-42,72v0,31,64,28,64,83","w":218},{"d":"139,-240v0,25,-20,44,-45,44v-26,0,-46,-18,-46,-44v0,-25,21,-44,46,-44v26,0,45,19,45,44xm112,-240v0,-10,-8,-19,-18,-19v-10,0,-19,9,-19,19v0,10,9,19,19,19v10,0,18,-9,18,-19xm164,0r-43,0v0,-10,0,-21,1,-30r0,-1v-9,20,-30,35,-57,35v-32,0,-51,-19,-51,-48v0,-43,42,-65,103,-65r0,-10v0,-19,-9,-28,-35,-28v-16,0,-38,5,-53,14r-4,-39v18,-6,41,-11,64,-11v58,0,74,23,74,62r0,75v0,14,0,31,1,46xm117,-75r0,-4v-49,0,-59,14,-59,28v0,12,8,19,21,19v23,0,38,-21,38,-43","w":188},{"d":"187,-93v0,56,-38,97,-92,97v-51,0,-83,-26,-83,-90v0,-56,37,-97,91,-97v51,0,84,28,84,90xm139,-90v0,-35,-12,-54,-39,-54v-21,0,-41,16,-41,53v0,37,13,55,40,55v23,0,40,-18,40,-54xm162,-233v0,14,-11,25,-25,25v-14,0,-24,-11,-24,-25v0,-14,10,-25,24,-25v14,0,25,11,25,25xm90,-233v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25","w":199},{"d":"195,-83v0,51,-37,87,-92,87v-51,0,-84,-37,-84,-104v0,-98,52,-153,132,-153v5,0,15,1,21,1r0,41v-8,-1,-16,-2,-24,-2v-42,0,-68,24,-78,63v-1,3,-2,6,-3,11r1,0v10,-13,29,-21,52,-21v47,0,75,30,75,77xm147,-78v0,-27,-15,-43,-38,-43v-26,0,-39,20,-39,40v0,25,12,46,38,46v25,0,39,-19,39,-43","w":209},{"d":"180,0r-43,0v0,-8,0,-23,2,-32r0,0v-11,21,-31,36,-61,36v-40,0,-53,-26,-53,-57r0,-126r46,0r0,115v0,19,5,29,22,29v23,0,41,-27,41,-58r0,-86r46,0r0,179xm134,-229r-16,27r-66,-35r20,-32"},{"d":"49,-133v16,0,29,14,29,30v0,17,-13,30,-29,30v-17,0,-30,-13,-30,-30v0,-16,13,-30,30,-30","w":96},{"d":"145,-288r-14,27r-41,-23r-40,23r-14,-27r54,-31xm157,0r-132,0r0,-243r132,0r0,39r-85,0r0,60r81,0r0,38r-81,0r0,66r85,0r0,40","w":177},{"d":"92,74r-79,0r0,-37r36,0r0,-280r-36,0r0,-37r79,0r0,354","w":118},{"d":"67,90r-36,0r0,-360r36,0r0,360","w":99},{"d":"72,0r-47,0r0,-243r47,0r0,243xm104,-288r-14,27r-41,-23r-40,23r-14,-26r54,-32","w":97},{"d":"225,0r-52,0r-17,-50r-92,0r-16,50r-48,0r85,-243r53,0xm144,-87r-23,-63v-5,-13,-8,-25,-11,-39r0,0v-3,13,-7,26,-12,40r-22,62r68,0xm172,-286v0,14,-11,25,-25,25v-14,0,-24,-11,-24,-25v0,-14,10,-25,24,-25v14,0,25,11,25,25xm100,-286v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25","w":225},{"d":"135,-263r-4,38v-7,-3,-15,-3,-22,-3v-20,0,-29,10,-29,34r0,15r42,0r0,36r-42,0r0,143r-46,0r0,-143r-31,0r0,-36r31,0r0,-14v0,-49,22,-73,71,-73v10,0,21,1,30,3","w":127},{"d":"241,-125v0,80,-53,129,-119,129v-74,0,-110,-47,-110,-122v0,-80,54,-129,119,-129v65,0,110,39,110,122xm191,-121v0,-54,-23,-84,-65,-84v-33,0,-64,27,-64,82v0,51,20,84,64,84v32,0,65,-24,65,-82xm190,-286v0,14,-11,25,-25,25v-14,0,-24,-11,-24,-25v0,-14,10,-25,24,-25v14,0,25,11,25,25xm118,-286v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25","w":253},{"d":"71,0r-46,0r0,-179r46,0r0,179xm93,-237r-67,34r-16,-26r63,-40","w":95},{"w":78},{"d":"137,-165v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28v0,-15,13,-28,28,-28v15,0,28,13,28,28xm201,-73r-184,0r0,-39r184,0r0,39xm137,-21v0,15,-13,29,-28,29v-15,0,-28,-14,-28,-29v0,-15,13,-28,28,-28v15,0,28,13,28,28","w":217},{"d":"220,-94v0,67,-37,98,-101,98v-77,0,-94,-42,-94,-88r0,-159r47,0r0,156v0,31,10,52,50,52v36,0,52,-15,52,-56r0,-152r46,0r0,149xm180,-286v0,14,-11,25,-25,25v-14,0,-24,-11,-24,-25v0,-14,10,-25,24,-25v14,0,25,11,25,25xm108,-286v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25","w":245},{"d":"164,0r-43,0v0,-10,0,-21,1,-30r0,-1v-9,20,-30,35,-57,35v-32,0,-51,-19,-51,-48v0,-43,42,-65,103,-65r0,-10v0,-19,-9,-28,-35,-28v-16,0,-38,5,-53,14r-4,-39v18,-6,41,-11,64,-11v58,0,74,23,74,62r0,75v0,14,0,31,1,46xm117,-75r0,-4v-49,0,-59,14,-59,28v0,12,8,19,21,19v23,0,38,-21,38,-43xm129,-229r-16,27r-66,-35r20,-32","w":188},{"d":"71,0r-46,0r0,-179r46,0r0,179xm85,-229r-16,27r-66,-35r20,-32","w":95},{"d":"119,74r-8,0v-47,0,-65,-24,-65,-80r0,-49v0,-30,-12,-39,-36,-40r0,-35v24,-1,36,-9,36,-39r0,-31v0,-53,17,-80,65,-80r8,0r0,37v-23,0,-30,7,-30,42r0,31v0,38,-14,53,-34,57r0,0v20,3,34,21,34,59r0,48v0,35,7,43,30,43r0,37","w":130},{"d":"137,-243v68,0,123,55,123,123v0,68,-55,123,-123,123v-69,0,-123,-55,-123,-123v0,-68,55,-123,123,-123xm137,-209v-49,0,-89,40,-89,89v0,49,40,89,89,89v49,0,88,-40,88,-89v0,-49,-39,-89,-88,-89xm173,-64v-11,5,-23,7,-37,7v-37,0,-58,-24,-58,-62v0,-35,19,-65,63,-65v12,0,22,2,30,5r-5,31v-5,-4,-14,-6,-23,-6v-19,0,-27,13,-27,34v0,21,8,32,25,32v9,0,18,-1,26,-5","w":274},{"d":"123,-117r-35,0v0,-5,0,-12,1,-18r0,0v-5,12,-20,21,-36,21v-27,0,-39,-15,-39,-35v0,-32,31,-46,72,-46r0,-6v0,-8,-3,-16,-21,-16v-14,0,-27,3,-39,9r-4,-31v13,-5,30,-8,49,-8v40,0,51,20,51,42r0,57v0,12,1,22,1,31xm86,-168r0,-4v-26,0,-37,5,-37,18v0,6,5,12,13,12v16,0,24,-16,24,-26","w":143},{"d":"180,0r-45,0r0,-114v0,-19,-5,-30,-22,-30v-23,0,-42,27,-42,58r0,86r-46,0r0,-263r46,0r0,77v0,11,0,26,-3,36r0,1v10,-20,31,-34,59,-34v40,0,53,26,53,57r0,126"},{"d":"72,0r-47,0r0,-243r47,0r0,243xm84,-285r-16,27r-67,-35r20,-32","w":97},{"d":"163,-222v-8,7,-23,15,-37,15v-28,0,-33,-18,-55,-18v-9,0,-19,6,-25,12r-9,-31v10,-9,23,-15,37,-15v26,0,34,17,55,17v10,0,19,-5,25,-11xm180,0r-45,0r0,-114v0,-19,-5,-30,-22,-30v-23,0,-42,27,-42,58r0,86r-46,0r0,-179r43,0v0,8,0,23,-2,32r0,0v11,-21,32,-36,61,-36v40,0,53,26,53,57r0,126"},{"d":"171,-103v0,6,0,13,-1,21r-111,0v0,33,16,50,49,50v18,0,38,-5,53,-12r4,36v-19,8,-42,12,-64,12v-57,0,-89,-29,-89,-92v0,-55,30,-95,84,-95v52,0,75,36,75,80xm126,-113v1,-22,-12,-36,-31,-36v-19,0,-32,14,-35,36r66,0xm157,-233v0,14,-11,25,-25,25v-14,0,-24,-11,-24,-25v0,-14,10,-25,24,-25v14,0,25,11,25,25xm85,-233v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25","w":185},{"d":"241,-125v0,80,-53,129,-119,129v-74,0,-110,-47,-110,-122v0,-80,54,-129,119,-129v65,0,110,39,110,122xm252,73v-66,10,-88,-16,-143,-9r0,-42v63,-8,83,19,143,10r0,41xm191,-121v0,-54,-23,-84,-65,-84v-33,0,-64,27,-64,82v0,51,20,84,64,84v32,0,65,-24,65,-82","w":253},{"d":"151,0r-126,0r0,-243r47,0r0,202r79,0r0,41","w":154},{"d":"122,-95v-24,1,-36,10,-36,40r0,49v0,56,-19,80,-65,80r-8,0r0,-37v23,0,30,-8,30,-43r0,-48v0,-38,13,-56,33,-59r0,0v-21,-3,-33,-19,-33,-56r0,-32v0,-35,-7,-42,-30,-42r0,-37r8,0v48,0,65,27,65,80r0,30v0,31,12,39,36,40r0,35","w":129},{"d":"176,0r-43,0v0,-9,1,-20,2,-30r-1,0v-9,20,-29,34,-56,34v-44,0,-65,-33,-65,-84v0,-60,35,-102,94,-102v8,0,15,0,23,1r0,-82r46,0r0,263xm130,-93r0,-50v-8,-2,-16,-3,-24,-3v-26,0,-45,17,-45,61v0,33,9,51,30,51v24,0,39,-28,39,-59","w":200},{"d":"225,0r-52,0r-17,-50r-92,0r-16,50r-48,0r85,-243r53,0xm144,-87r-23,-63v-5,-13,-8,-25,-11,-39r0,0v-3,13,-7,26,-12,40r-22,62r68,0","w":225},{"d":"187,-93v0,56,-38,97,-92,97v-51,0,-83,-26,-83,-90v0,-56,37,-97,91,-97v51,0,84,28,84,90xm139,-90v0,-35,-12,-54,-39,-54v-21,0,-41,16,-41,53v0,37,13,55,40,55v23,0,40,-18,40,-54xm135,-229r-16,27r-66,-35r20,-32","w":199},{"d":"81,-156v0,15,-12,27,-28,27v-16,0,-28,-12,-28,-27v0,-15,12,-27,28,-27v16,0,28,12,28,27xm78,79r-50,0r5,-191r39,0","w":109},{"d":"142,-5v-12,5,-30,8,-49,8v-50,0,-81,-26,-81,-87v0,-56,30,-98,93,-98v12,0,24,2,36,5r-4,40v-10,-4,-21,-7,-33,-7v-29,0,-44,22,-44,56v0,31,12,51,43,51v12,0,25,-2,35,-7xm107,18v13,25,10,53,-35,72r-22,-18v22,-15,27,-34,15,-54r42,0","w":153},{"w":144},{"d":"72,0r-47,0r0,-243r47,0r0,243xm95,-293r-66,34r-16,-26r63,-39","w":97},{"d":"273,-145v0,58,-32,85,-77,85v-24,0,-34,-13,-33,-30r-1,0v-8,15,-24,30,-45,30v-22,0,-34,-14,-34,-44v0,-46,25,-84,76,-84v15,0,30,4,40,7r-11,59v-4,22,1,31,14,31v20,0,32,-14,32,-52v0,-37,-21,-71,-78,-71v-55,0,-99,42,-99,102v0,51,29,85,89,85v19,0,38,-4,56,-10r0,34v-15,6,-43,9,-62,9v-80,0,-123,-45,-123,-114v0,-82,63,-140,141,-140v73,0,115,46,115,103xm163,-158v-4,-1,-9,-2,-14,-2v-21,0,-32,28,-32,49v0,14,3,20,10,20v13,0,26,-20,33,-55","w":291},{"d":"79,-127v0,16,-14,29,-30,29v-16,0,-29,-13,-29,-29v0,-16,13,-30,29,-30v16,0,30,14,30,30xm49,-54v34,0,50,57,-17,116r-19,-17v24,-26,26,-42,15,-55v-14,-16,-4,-44,21,-44","w":99},{"d":"157,-146v-26,60,-51,134,-67,212r-51,0v17,-73,40,-147,66,-207v-13,0,-59,1,-97,1r0,-45r149,0r0,39","w":164},{"d":"99,-216r-78,0r0,-33r78,0r0,33","w":123},{"d":"225,0r-52,0r-17,-50r-92,0r-16,50r-48,0r85,-243r53,0xm144,-87r-23,-63v-5,-13,-8,-25,-11,-39r0,0v-3,13,-7,26,-12,40r-22,62r68,0xm160,-293r-66,34r-16,-26r63,-40","w":225},{"d":"167,-288r-15,27r-40,-23r-40,23r-14,-27r54,-31xm225,0r-52,0r-17,-50r-92,0r-16,50r-48,0r85,-243r53,0xm144,-87r-23,-63v-5,-13,-8,-25,-11,-39r0,0v-3,13,-7,26,-12,40r-22,62r68,0","w":225},{"d":"218,-236r-7,43v-19,-8,-42,-12,-65,-12v-48,0,-82,31,-82,85v0,51,28,81,77,81v12,0,22,-1,31,-4r0,-84r47,0r0,115v-24,10,-54,16,-83,16v-77,0,-123,-46,-123,-120v0,-76,52,-131,136,-131v24,0,48,5,69,11","w":243},{"d":"176,6v0,42,-20,84,-99,84v-20,0,-40,-3,-55,-7r4,-43v16,6,36,10,53,10v34,0,52,-11,52,-44r0,-10v0,-9,-1,-17,1,-26r0,0v-9,21,-29,34,-53,34v-43,0,-66,-30,-66,-84v0,-60,34,-102,97,-102v25,0,47,2,66,5r0,183xm130,-94r0,-49v-8,-2,-15,-2,-24,-2v-26,0,-45,16,-45,60v0,33,9,50,30,50v24,0,39,-28,39,-59","w":199},{"d":"220,-94v0,67,-37,98,-101,98v-77,0,-94,-42,-94,-88r0,-159r47,0r0,156v0,31,10,52,50,52v36,0,52,-15,52,-56r0,-152r46,0r0,149xm151,-285r-16,27r-66,-35r20,-32","w":245},{"d":"180,-179r-74,196v-21,56,-40,72,-81,72v-8,0,-17,-1,-25,-3r3,-39v8,3,15,4,24,4v15,0,26,-7,35,-34r6,-17r-66,-179r51,0r24,68v5,15,10,34,14,50r1,0v4,-16,11,-40,17,-57r21,-61r50,0xm150,-233v0,14,-11,25,-25,25v-14,0,-24,-11,-24,-25v0,-14,10,-25,24,-25v14,0,25,11,25,25xm78,-233v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25","w":180},{"d":"192,-93v-13,15,-31,25,-53,25v-32,0,-51,-21,-76,-21v-15,0,-27,8,-35,15r-14,-34v12,-11,30,-21,52,-21v34,0,48,20,74,20v13,0,25,-7,37,-17","w":206},{"d":"241,-125v0,80,-53,129,-119,129v-74,0,-110,-47,-110,-122v0,-80,54,-129,119,-129v65,0,110,39,110,122xm191,-121v0,-54,-23,-84,-65,-84v-33,0,-64,27,-64,82v0,51,20,84,64,84v32,0,65,-24,65,-82xm160,-285r-16,27r-66,-35r20,-32","w":253},{"d":"171,-103v0,6,0,13,-1,21r-111,0v0,33,16,50,49,50v18,0,38,-5,53,-12r4,36v-19,8,-42,12,-64,12v-57,0,-89,-29,-89,-92v0,-55,30,-95,84,-95v52,0,75,36,75,80xm126,-113v1,-22,-12,-36,-31,-36v-19,0,-32,14,-35,36r66,0xm147,-237r-66,34r-16,-26r63,-40","w":185},{"d":"165,-91r-115,107r-30,-30r86,-77r-86,-75r30,-31","w":181},{"d":"164,0r-43,0v0,-10,0,-21,1,-30r0,-1v-9,20,-30,35,-57,35v-32,0,-51,-19,-51,-48v0,-43,42,-65,103,-65r0,-10v0,-19,-9,-28,-35,-28v-16,0,-38,5,-53,14r-4,-39v18,-6,41,-11,64,-11v58,0,74,23,74,62r0,75v0,14,0,31,1,46xm117,-75r0,-4v-49,0,-59,14,-59,28v0,12,8,19,21,19v23,0,38,-21,38,-43xm155,-233v0,14,-11,25,-25,25v-14,0,-24,-11,-24,-25v0,-14,10,-25,24,-25v14,0,25,11,25,25xm83,-233v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25","w":188},{"d":"164,0r-43,0v0,-10,0,-21,1,-30r0,-1v-9,20,-30,35,-57,35v-32,0,-51,-19,-51,-48v0,-43,42,-65,103,-65r0,-10v0,-19,-9,-28,-35,-28v-16,0,-38,5,-53,14r-4,-39v18,-6,41,-11,64,-11v58,0,74,23,74,62r0,75v0,14,0,31,1,46xm117,-75r0,-4v-49,0,-59,14,-59,28v0,12,8,19,21,19v23,0,38,-21,38,-43","w":188},{"d":"241,-125v0,80,-53,129,-119,129v-74,0,-110,-47,-110,-122v0,-80,54,-129,119,-129v65,0,110,39,110,122xm191,-121v0,-54,-23,-84,-65,-84v-33,0,-64,27,-64,82v0,51,20,84,64,84v32,0,65,-24,65,-82xm183,-293r-66,34r-16,-26r63,-40","w":253},{"d":"145,0r-129,0r0,-33r72,-106v-7,0,-21,1,-38,1r-32,0r0,-41r126,0r0,33r-71,104r41,0r31,0r0,42","w":162},{"d":"96,0r-47,0r0,-141r-36,15r-8,-38r56,-21r35,0r0,185","w":123},{"d":"178,-203r-63,0r0,203r-47,0r0,-203r-63,0r0,-40r173,0r0,40","w":183},{"d":"171,-103v0,6,0,13,-1,21r-111,0v0,33,16,50,49,50v18,0,38,-5,53,-12r4,36v-19,8,-42,12,-64,12v-57,0,-89,-29,-89,-92v0,-55,30,-95,84,-95v52,0,75,36,75,80xm126,-113v1,-22,-12,-36,-31,-36v-19,0,-32,14,-35,36r66,0","w":185},{"d":"180,0r-43,0v0,-8,0,-23,2,-32r0,0v-11,21,-31,36,-61,36v-40,0,-53,-26,-53,-57r0,-126r46,0r0,115v0,19,5,29,22,29v23,0,41,-27,41,-58r0,-86r46,0r0,179xm153,-237r-66,34r-16,-26r63,-40"},{"d":"209,-243r-67,132r45,0r0,29r-56,0r0,21r56,0r0,29r-56,0r0,32r-46,0r0,-32r-56,0r0,-29r56,0r0,-21r-56,0r0,-29r45,0r-66,-132r51,0r32,66v7,15,13,28,17,41r1,0v5,-15,12,-30,20,-45r31,-62r49,0","w":216},{"d":"157,0r-132,0r0,-243r132,0r0,39r-85,0r0,60r81,0r0,38r-81,0r0,66r85,0r0,40xm121,-285r-16,27r-66,-35r20,-32","w":177},{"d":"181,-179r-67,179r-47,0r-66,-179r50,0r29,81v4,12,9,26,12,39r1,0v3,-12,6,-26,10,-38r29,-82r49,0","w":182},{"d":"157,0r-132,0r0,-243r132,0r0,39r-85,0r0,60r81,0r0,38r-81,0r0,66r85,0r0,40xm151,-286v0,14,-11,25,-25,25v-14,0,-24,-11,-24,-25v0,-14,10,-25,24,-25v14,0,25,11,25,25xm79,-286v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25","w":177},{"d":"225,0r-52,0r-17,-50r-92,0r-16,50r-48,0r85,-243r53,0xm144,-87r-23,-63v-5,-13,-8,-25,-11,-39r0,0v-3,13,-7,26,-12,40r-22,62r68,0xm136,-285r-16,27r-66,-35r20,-32","w":225},{"d":"240,-123v0,79,-52,127,-118,127v-8,0,-15,-1,-22,-2r-13,36r-34,-11r13,-35v-37,-19,-54,-60,-54,-111v0,-81,50,-128,117,-128v6,0,14,0,20,1r12,-33r34,10r-12,33v35,16,57,54,57,113xm192,-120v0,-31,-7,-57,-24,-70r-54,151v6,1,11,2,17,2v32,-3,61,-29,61,-83xm135,-203v-7,-1,-13,-1,-21,0v-30,4,-55,31,-55,81v0,31,6,54,23,67","w":253},{"d":"152,-21v0,51,-45,89,-107,89v-11,0,-20,-1,-29,-2r4,-42v7,2,17,3,27,3v38,0,56,-18,56,-41v0,-24,-20,-41,-59,-41v-7,0,-14,1,-21,1r0,-131r122,0r0,45r-78,0r0,47v54,0,85,29,85,72","w":167},{"d":"157,0r-132,0r0,-243r132,0r0,39r-85,0r0,60r81,0r0,38r-81,0r0,66r85,0r0,40","w":177},{"d":"49,-157v16,0,30,14,30,30v0,16,-14,29,-30,29v-16,0,-29,-13,-29,-29v0,-16,13,-30,29,-30xm49,-55v16,0,30,14,30,30v0,16,-14,29,-30,29v-16,0,-29,-13,-29,-29v0,-16,13,-30,29,-30","w":99},{"d":"138,-185v0,58,-71,60,-53,117r-44,0v-24,-68,47,-78,47,-112v0,-22,-27,-36,-69,-38r6,-42v77,3,113,38,113,75xm92,-23v0,15,-12,27,-28,27v-16,0,-28,-12,-28,-27v0,-15,12,-28,28,-28v16,0,28,13,28,28","w":155},{"d":"227,-126v0,84,-55,127,-134,127v-25,0,-47,0,-68,-1r0,-243v19,-1,49,-1,79,-1v75,0,123,33,123,118xm176,-122v0,-52,-21,-83,-76,-83v-11,0,-20,0,-28,1r0,164v6,1,17,1,26,1v46,0,78,-25,78,-83","w":240},{"d":"92,-103v0,58,-13,115,-48,172r-44,0v31,-51,47,-108,47,-172v0,-63,-17,-123,-47,-173r44,0v34,56,48,116,48,173","w":110},{"d":"283,-179r-56,179r-50,0r-26,-80v-4,-12,-7,-25,-10,-40r-1,0v-4,17,-7,30,-12,45r-23,75r-47,0r-55,-179r51,0r19,68v5,18,10,36,14,54r0,0v4,-20,8,-36,13,-52r22,-70r44,0r22,68v6,21,10,36,14,54r1,0v4,-18,8,-34,13,-52r20,-70r47,0","w":286},{"d":"272,-27r-30,36v-16,-11,-37,-26,-50,-36v-23,18,-54,31,-93,31v-56,0,-82,-32,-82,-71v0,-31,19,-55,46,-76v-22,-26,-31,-43,-31,-64v0,-32,26,-60,72,-60v41,0,64,22,64,54v0,25,-13,46,-43,69v17,17,42,40,65,58r0,1v14,-22,23,-52,22,-81r45,0v1,38,-10,77,-32,106v16,12,34,24,47,33xm122,-210v0,-12,-7,-22,-22,-22v-13,0,-23,9,-23,23v0,10,6,22,21,39v15,-13,24,-25,24,-40xm158,-53v-24,-20,-51,-45,-68,-62v-18,15,-25,28,-25,42v0,20,16,38,42,38v21,0,38,-8,51,-18","w":286},{"d":"104,-73r-88,0r0,-37r88,0r0,37","w":120},{"d":"112,69r-45,0v-35,-57,-48,-114,-48,-172v0,-57,14,-117,49,-173r43,0v-30,50,-47,110,-47,172v0,64,17,122,48,173","w":110},{"d":"185,-93v0,57,-37,97,-90,97v-6,0,-13,-1,-19,-2r-14,37r-27,-9r14,-36v-24,-14,-38,-42,-38,-81v0,-57,36,-96,90,-96v5,0,11,0,16,1r13,-33r27,8r-13,33v24,12,41,36,41,81xm142,-91v0,-18,-4,-33,-14,-42r-38,98v4,1,9,2,14,1v21,-2,38,-19,38,-57xm103,-145r-11,0v-19,3,-38,18,-38,55v0,17,4,32,12,41","w":197},{"d":"182,-22r-41,0r0,-54r-129,0r0,-37r170,0r0,91","w":200},{"d":"220,-94v0,67,-37,98,-101,98v-77,0,-94,-42,-94,-88r0,-159r47,0r0,156v0,31,10,52,50,52v36,0,52,-15,52,-56r0,-152r46,0r0,149","w":245},{"d":"199,0r-58,0r-67,-100r-2,0r0,100r-47,0r0,-243v19,-1,42,-1,70,-1v54,0,88,18,88,68v0,36,-25,62,-62,68r20,26xm134,-171v0,-23,-14,-35,-44,-35v-7,0,-13,0,-18,1r0,70v3,0,10,1,17,1v28,0,45,-14,45,-37","w":204},{"d":"191,-83v0,93,-46,151,-136,151v-6,0,-16,-1,-24,-2r0,-42v7,3,18,4,26,4v42,0,68,-19,78,-58v1,-4,2,-10,3,-14r0,0v-10,13,-29,21,-51,21v-45,0,-73,-30,-73,-76v0,-51,37,-89,90,-89v51,0,87,32,87,105xm139,-103v0,-26,-14,-45,-39,-45v-23,0,-38,18,-38,42v0,27,13,42,38,42v24,0,39,-17,39,-39","w":209},{"d":"225,-243r-85,243r-54,0r-85,-243r51,0r47,142v5,14,11,30,15,48r0,0v4,-17,8,-30,15,-51r48,-139r48,0","w":226},{"d":"82,-258r-7,190r-40,0r-7,-190r54,0xm54,-51v16,0,28,13,28,28v0,15,-12,27,-28,27v-16,0,-28,-12,-28,-27v0,-15,12,-28,28,-28","w":109},{"d":"183,-107r-160,0r0,-37r160,0r0,37xm183,-38r-160,0r0,-37r160,0r0,37"},{"d":"155,-203r-83,0r0,62r78,0r0,39r-78,0r0,102r-47,0r0,-243r130,0r0,40","w":167},{"d":"212,0r-62,0r-78,-117r0,117r-47,0r0,-243r47,0r0,110r79,-110r57,0r-89,117","w":214},{"d":"174,-138r-33,17r-47,-89r-45,89r-31,-17r59,-105r35,0","w":192},{"d":"150,-15v0,45,-36,83,-102,83v-12,0,-25,-1,-35,-4r4,-41v9,3,20,6,33,6v32,0,50,-16,50,-39v0,-30,-30,-40,-75,-35r0,-37v48,0,71,-14,71,-39v0,-18,-13,-28,-35,-28v-14,0,-28,4,-40,10r-5,-38v17,-7,36,-11,55,-11v50,0,73,27,73,59v0,26,-16,46,-39,56r0,1v29,6,45,29,45,57","w":164},{"d":"204,-94v0,62,-45,98,-98,98v-50,0,-91,-25,-91,-94v0,-62,46,-99,97,-99v68,0,92,47,92,95xm158,-93v0,-33,-16,-57,-48,-57v-27,0,-49,21,-49,57v0,33,15,57,48,57v26,0,49,-21,49,-57","w":218},{"d":"166,-75v0,46,-36,79,-96,79v-17,0,-34,-2,-49,-6r2,-43v14,5,33,8,51,8v24,0,42,-10,42,-32v0,-46,-102,-25,-102,-105v0,-43,35,-73,93,-73v14,0,30,1,44,4r-3,41v-14,-4,-28,-6,-43,-6v-27,0,-41,12,-41,29v0,44,102,28,102,104","w":181},{"d":"177,0r-161,0r0,-36r88,-143v5,-8,10,-15,16,-23v-9,0,-21,1,-45,1r-56,0r0,-42r157,0r0,37r-92,147v-4,6,-8,11,-12,17v6,-1,23,-1,53,-1r52,0r0,43","w":193},{"d":"262,0r-131,0r0,-54r-71,0r-26,54r-48,0r121,-243r153,0r0,39r-84,0r0,60r81,0r0,38r-81,0r0,66r86,0r0,40xm131,-90r0,-114r-1,0v-6,17,-12,32,-22,51r-32,63r55,0","w":282},{"d":"184,0r-58,0r-55,-89r0,89r-46,0r0,-263r46,0r0,159r52,-75r56,0r-62,82","w":188},{"d":"62,-270r-6,92r-34,0r-6,-92r46,0xm130,-270r-6,92r-34,0r-6,-92r46,0","w":145},{"d":"119,-156v0,15,-12,27,-28,27v-16,0,-28,-12,-28,-27v0,-15,12,-27,28,-27v16,0,28,12,28,27xm136,39r-6,42v-77,-3,-113,-38,-113,-75v0,-58,71,-60,53,-118r44,0v24,68,-47,79,-47,113v0,22,27,37,69,38","w":155},{"d":"188,20v0,39,-39,71,-99,71v-48,0,-76,-18,-76,-53v0,-19,12,-35,27,-43v-11,-5,-18,-14,-18,-27v0,-13,9,-26,22,-31v-18,-9,-27,-28,-27,-50v0,-38,28,-70,81,-70v12,0,21,2,31,4r61,0r0,36r-24,0v5,5,9,14,9,24v0,40,-28,65,-78,65v-6,0,-12,0,-17,-1v-6,3,-9,7,-9,11v0,8,7,12,28,12r27,0v39,0,62,17,62,52xm131,-117v0,-21,-13,-32,-35,-32v-22,0,-35,13,-35,32v0,20,13,32,35,32v21,0,35,-12,35,-32xm142,26v0,-13,-8,-22,-28,-22r-32,0r-8,0v-10,6,-16,16,-16,26v0,17,15,26,38,26v30,0,46,-13,46,-30","w":199},{"d":"230,-63r-50,0r-6,63r-40,0r6,-63r-44,0r-6,63r-40,0r7,-63r-47,0r0,-34r50,0r6,-54r-46,0r0,-34r49,0r7,-58r39,0r-6,58r44,0r6,-58r40,0r-6,58r47,0r0,34r-50,0r-6,54r46,0r0,34xm144,-97r6,-54r-44,0r-6,54r44,0","w":249},{"d":"158,0r-142,0r0,-37r36,-29v34,-27,48,-39,48,-56v0,-16,-11,-27,-32,-27v-15,0,-32,7,-42,13r-7,-39v17,-8,37,-13,60,-13v47,0,72,23,72,57v0,27,-17,48,-46,71r-26,20r0,1v19,-1,48,-2,79,-2r0,41","w":173},{"d":"147,-243r-93,243r-45,0r93,-243r45,0","w":153},{"d":"195,-73r-72,0r0,73r-43,0r0,-73r-71,0r0,-39r71,0r0,-73r43,0r0,73r72,0r0,39","w":203},{"d":"161,-67v0,33,-22,60,-59,68r0,44r-33,0r0,-41v-16,0,-30,-2,-44,-5r3,-41v14,5,32,7,46,7v23,0,39,-8,39,-27v0,-40,-96,-22,-96,-97v0,-32,22,-58,56,-64r0,-36r33,0r0,34v13,0,25,1,37,4r-3,39v-14,-4,-28,-6,-40,-6v-26,0,-36,11,-36,24v0,37,97,24,97,97","w":177},{"d":"274,-103v0,6,0,13,-1,21r-111,0v0,33,16,50,49,50v18,0,38,-5,53,-12r4,36v-19,8,-42,12,-64,12v-38,0,-63,-15,-75,-37r0,1v-11,18,-31,36,-65,36v-32,0,-50,-19,-50,-48v0,-43,42,-65,103,-65r0,-9v0,-19,-9,-29,-35,-29v-16,0,-38,5,-53,14r-4,-39v18,-6,41,-11,64,-11v23,0,45,6,58,22r0,0v10,-12,29,-22,52,-22v52,0,75,36,75,80xm229,-113v1,-22,-12,-36,-31,-36v-19,0,-32,14,-35,36r66,0xm117,-75r0,-4v-49,0,-59,14,-59,28v0,12,8,19,21,19v23,0,38,-21,38,-43","w":288},{"d":"78,-230v0,15,-13,28,-29,28v-16,0,-28,-13,-28,-28v0,-15,12,-28,28,-28v16,0,29,13,29,28xm72,13v0,48,-17,76,-69,76v-8,0,-18,-1,-25,-3r3,-40v6,3,15,5,21,5v19,0,25,-9,25,-33r0,-197r45,0r0,192","w":97},{"d":"187,-279v-8,7,-23,15,-37,15v-28,0,-33,-17,-55,-17v-9,0,-19,6,-25,12r-9,-31v10,-9,23,-15,37,-15v26,0,34,17,55,17v10,0,19,-5,25,-11xm226,0r-60,0r-71,-123v-11,-18,-20,-36,-27,-52v1,21,3,59,3,88r0,87r-46,0r0,-243r61,0r68,116v11,19,21,39,30,57v-2,-24,-3,-67,-3,-97r0,-76r45,0r0,243","w":251},{"d":"189,-8v-18,6,-40,11,-63,11v-85,0,-112,-57,-112,-117v0,-77,40,-131,121,-131v17,0,36,3,52,7r-5,42v-16,-5,-32,-7,-49,-7v-45,0,-68,34,-68,81v0,53,22,83,71,83v15,0,34,-4,47,-10","w":203},{"d":"101,18v13,25,10,53,-35,72r-22,-18v22,-15,27,-34,15,-54r42,0","w":144},{"d":"29,62r-19,-17v25,-26,26,-42,14,-55v-13,-16,-3,-44,22,-44v34,0,50,57,-17,116","w":92},{"d":"90,-143r-31,54r32,52r-37,18r-39,-70r40,-71xm171,-141r-33,52r34,50r-36,18r-43,-68r44,-69","w":192},{"d":"184,-288r-14,27r-41,-23r-40,23r-14,-27r54,-31xm241,-125v0,80,-53,129,-119,129v-74,0,-110,-47,-110,-122v0,-80,54,-129,119,-129v65,0,110,39,110,122xm191,-121v0,-54,-23,-84,-65,-84v-33,0,-64,27,-64,82v0,51,20,84,64,84v32,0,65,-24,65,-82","w":253},{"d":"184,-67v0,46,-40,71,-88,71v-51,0,-80,-26,-80,-65v0,-33,24,-52,44,-65r-1,0v-25,-15,-40,-34,-40,-61v0,-41,35,-68,83,-68v49,0,78,25,78,61v0,26,-14,44,-42,62v23,14,46,33,46,65xm132,-190v0,-15,-10,-27,-32,-27v-21,0,-33,12,-33,28v0,16,13,26,35,38r0,1v21,-14,30,-25,30,-40xm136,-64v0,-19,-17,-31,-40,-43r0,0v-18,11,-32,24,-32,41v0,19,14,31,36,31v21,0,36,-11,36,-29","w":200},{"d":"62,-270r-6,92r-34,0r-6,-92r46,0","w":77},{"d":"306,0r-49,0r-18,-116v-4,-23,-5,-41,-7,-58r-1,0v-3,15,-7,33,-13,52r-39,122r-46,0r-37,-113v-6,-20,-13,-42,-16,-61r0,0v-1,22,-4,41,-7,62r-14,112r-47,0r37,-243r55,0r40,125v6,17,11,34,14,51r0,0v4,-19,8,-32,14,-50r42,-126r54,0","w":317},{"d":"226,0r-60,0r-71,-123v-11,-18,-20,-36,-27,-52v1,21,3,59,3,88r0,87r-46,0r0,-243r61,0r68,116v11,19,21,39,30,57v-2,-24,-3,-67,-3,-97r0,-76r45,0r0,243","w":251},{"d":"46,-55v16,0,30,14,30,30v0,16,-14,29,-30,29v-16,0,-29,-13,-29,-29v0,-16,13,-30,29,-30","w":92},{"d":"156,-222v-8,7,-23,15,-37,15v-28,0,-34,-18,-56,-18v-9,0,-18,6,-24,12r-9,-31v10,-9,23,-15,37,-15v26,0,33,17,54,17v10,0,20,-5,26,-11xm164,0r-43,0v0,-10,0,-21,1,-30r0,-1v-9,20,-30,35,-57,35v-32,0,-51,-19,-51,-48v0,-43,42,-65,103,-65r0,-10v0,-19,-9,-28,-35,-28v-16,0,-38,5,-53,14r-4,-39v18,-6,41,-11,64,-11v58,0,74,23,74,62r0,75v0,14,0,31,1,46xm117,-75r0,-4v-49,0,-59,14,-59,28v0,12,8,19,21,19v23,0,38,-21,38,-43","w":188},{"d":"194,0r-38,0r0,66r-45,0r0,-66r-98,0r-7,-37r92,-149r58,0r0,145r38,0r0,41xm112,-41r0,-100r0,0r-62,100v15,-1,51,0,62,0","w":199},{"d":"102,-36r31,-54r-31,-53r37,-17r38,70r-39,71xm21,-38r34,-52r-34,-51r36,-17r42,68r-44,69","w":192},{"d":"183,-169v0,47,-36,84,-95,84v-4,0,-10,0,-16,-1r0,86r-47,0r0,-243v20,-1,41,-1,65,-1v60,0,93,27,93,75xm134,-166v0,-24,-13,-40,-45,-40r-17,0r0,81v5,1,10,1,14,1v29,0,48,-16,48,-42","w":191},{"d":"186,0r-58,0r-34,-60r-35,60r-55,0r62,-90r-58,-89r55,0r34,59r35,-59r51,0r-56,88","w":190},{"d":"105,74r-79,0r0,-354r79,0r0,37r-36,0r0,280r36,0r0,37","w":118},{"d":"222,0r-59,0r-52,-89r-52,89r-55,0r77,-124r-73,-119r55,0r49,84r49,-84r53,0r-71,118","w":226},{"d":"136,-152r-26,0r-14,-30r-2,0r0,30r-22,0r0,-80r33,0v20,0,29,9,29,22v0,13,-6,20,-16,23v2,2,4,6,6,10xm110,-207v0,-6,-3,-8,-11,-8r-5,0r0,18r4,0v9,0,12,-5,12,-10xm102,-248v-31,0,-57,25,-57,56v0,31,26,57,57,57v31,0,56,-25,56,-56v0,-31,-25,-57,-56,-57xm102,-274v47,0,84,35,84,82v0,46,-38,84,-84,84v-47,0,-85,-37,-85,-84v0,-46,39,-82,85,-82","w":203},{"d":"122,-1v-12,3,-24,5,-37,5v-40,0,-52,-15,-52,-57r0,-90r-31,0r0,-36r31,0r0,-55r46,-12r0,67r43,0r0,36r-43,0r0,78v0,23,5,30,21,30v8,0,16,-1,22,-3r0,37","w":135},{"d":"180,0r-45,0r0,-114v0,-19,-5,-30,-22,-30v-23,0,-42,27,-42,58r0,86r-46,0r0,-179r43,0v0,8,0,23,-2,32r0,0v11,-21,32,-36,61,-36v40,0,53,26,53,57r0,126"},{"d":"157,0r-132,0r0,-243r132,0r0,39r-85,0r0,60r81,0r0,38r-81,0r0,66r85,0r0,40xm140,-293r-66,34r-16,-26r63,-40","w":177},{"d":"194,-75v0,35,-25,76,-98,76v-15,0,-40,-1,-71,-1r0,-243v21,-1,52,-1,82,-1v53,0,82,21,82,60v0,24,-16,45,-39,54r0,1v29,6,44,30,44,54xm140,-177v0,-18,-11,-30,-41,-30v-10,0,-19,1,-27,1r0,63v6,0,11,1,19,1v32,0,49,-13,49,-35xm144,-74v0,-24,-20,-33,-51,-33r-21,0r0,68v6,1,15,2,26,2v31,0,46,-15,46,-37","w":208},{"d":"158,-278v0,25,-21,44,-46,44v-26,0,-46,-18,-46,-44v0,-25,21,-44,46,-44v26,0,46,19,46,44xm131,-278v0,-10,-9,-19,-19,-19v-10,0,-19,9,-19,19v0,10,9,19,19,19v10,0,19,-9,19,-19xm225,0r-52,0r-17,-50r-92,0r-16,50r-48,0r85,-243r53,0xm144,-87r-23,-63v-5,-13,-8,-25,-11,-39r0,0v-3,13,-7,26,-12,40r-22,62r68,0","w":225},{"d":"71,0r-46,0r0,-179r46,0r0,179xm110,-233v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25xm37,-233v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25","w":95},{"d":"191,-280v-8,7,-23,15,-37,15v-28,0,-33,-17,-55,-17v-9,0,-19,6,-25,12r-9,-31v10,-9,23,-15,37,-15v26,0,34,17,55,17v10,0,19,-5,25,-11xm241,-125v0,80,-53,129,-119,129v-74,0,-110,-47,-110,-122v0,-80,54,-129,119,-129v65,0,110,39,110,122xm191,-121v0,-54,-23,-84,-65,-84v-33,0,-64,27,-64,82v0,51,20,84,64,84v32,0,65,-24,65,-82","w":253},{"d":"123,-183r-2,45v-33,-7,-50,15,-50,65r0,73r-46,0r0,-179r43,0v0,9,-1,23,-3,36r1,0v9,-23,26,-43,57,-40","w":127},{"d":"189,-8v-18,6,-40,11,-63,11v-85,0,-112,-57,-112,-117v0,-77,40,-131,121,-131v17,0,36,3,52,7r-5,42v-16,-5,-32,-7,-49,-7v-45,0,-68,34,-68,81v0,53,22,83,71,83v15,0,34,-4,47,-10xm139,18v13,25,10,53,-35,72r-22,-18v22,-15,27,-34,15,-54r42,0","w":203},{"d":"136,-55v0,35,-31,59,-80,59v-13,0,-26,-2,-38,-4r1,-37v11,3,25,5,39,5v18,0,29,-7,29,-19v0,-32,-72,-14,-72,-75v0,-31,26,-57,76,-57v10,0,21,1,32,3r-1,37v-10,-3,-22,-5,-33,-5v-18,0,-27,7,-27,18v0,29,74,17,74,75","w":150},{"d":"17,-90r114,-107r30,30r-85,76r85,76r-30,31","w":181},{"d":"150,-232r-15,27r-40,-23r-40,23r-14,-26r54,-32xm171,-103v0,6,0,13,-1,21r-111,0v0,33,16,50,49,50v18,0,38,-5,53,-12r4,36v-19,8,-42,12,-64,12v-57,0,-89,-29,-89,-92v0,-55,30,-95,84,-95v52,0,75,36,75,80xm126,-113v1,-22,-12,-36,-31,-36v-19,0,-32,14,-35,36r66,0","w":185},{"d":"133,-192v0,41,-29,65,-62,65v-34,0,-58,-20,-58,-60v0,-41,29,-64,61,-64v33,0,59,17,59,59xm94,-189v0,-22,-7,-30,-21,-30v-12,0,-21,11,-21,30v0,22,7,31,20,31v13,0,22,-11,22,-31xm249,-229r-175,238r-33,-23r175,-238xm278,-57v0,41,-29,65,-62,65v-34,0,-58,-21,-58,-61v0,-41,29,-63,61,-63v33,0,59,17,59,59xm239,-55v0,-22,-7,-30,-21,-30v-12,0,-21,12,-21,31v0,22,7,30,20,30v13,0,22,-11,22,-31","w":292},{"d":"156,-233v0,14,-11,25,-25,25v-14,0,-24,-11,-24,-25v0,-14,10,-25,24,-25v14,0,25,11,25,25xm84,-233v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25","w":196},{"d":"71,0r-46,0r0,-263r46,0r0,263","w":95},{"d":"96,-68v0,40,-17,71,-66,71v-13,0,-22,-2,-30,-3r0,-40v6,2,13,4,22,4v17,0,27,-8,27,-34r0,-173r47,0r0,175","w":120},{"d":"112,-229r-16,27r-66,-35r20,-32","w":134},{"d":"220,-94v0,67,-37,98,-101,98v-77,0,-94,-42,-94,-88r0,-159r47,0r0,156v0,31,10,52,50,52v36,0,52,-15,52,-56r0,-152r46,0r0,149xm174,-293r-66,34r-16,-26r63,-40","w":245},{"d":"176,87r-46,0r0,-81v0,-10,1,-23,3,-35r-1,0v-9,21,-29,33,-53,33v-43,0,-66,-29,-66,-84v0,-60,35,-102,98,-102v25,0,46,2,65,5r0,264xm130,-94r0,-49v-8,-1,-15,-3,-24,-3v-26,0,-45,17,-45,61v0,33,9,51,30,51v24,0,39,-29,39,-60","w":201},{"d":"147,-20v-9,4,-20,7,-32,8r0,36r-35,0r0,-37v-44,-5,-66,-37,-66,-84v0,-45,25,-80,66,-88r0,-34r35,0r0,31v10,1,21,3,32,7r-4,38v-10,-5,-22,-7,-35,-7v-28,0,-46,19,-46,51v0,28,13,48,45,48v14,0,27,-4,37,-9","w":163},{"d":"180,0r-43,0v0,-8,0,-23,2,-32r0,0v-11,21,-31,36,-61,36v-40,0,-53,-26,-53,-57r0,-126r46,0r0,115v0,19,5,29,22,29v23,0,41,-27,41,-58r0,-86r46,0r0,179"},{"d":"241,-125v0,80,-53,129,-119,129v-74,0,-110,-47,-110,-122v0,-80,54,-129,119,-129v65,0,110,39,110,122xm191,-121v0,-54,-23,-84,-65,-84v-33,0,-64,27,-64,82v0,51,20,84,64,84v32,0,65,-24,65,-82","w":253},{"d":"188,-99v0,62,-32,102,-94,102v-9,0,-15,-1,-23,-2r0,86r-46,0r0,-266r43,0v0,9,-1,21,-2,30r1,0v10,-21,29,-34,56,-34v42,0,65,31,65,84xm140,-94v0,-33,-10,-51,-31,-51v-24,0,-38,28,-38,59r0,50v7,2,15,3,24,3v26,0,45,-17,45,-61","w":201},{"d":"187,-93v0,56,-38,97,-92,97v-51,0,-83,-26,-83,-90v0,-56,37,-97,91,-97v51,0,84,28,84,90xm139,-90v0,-35,-12,-54,-39,-54v-21,0,-41,16,-41,53v0,37,13,55,40,55v23,0,40,-18,40,-54xm153,-237r-66,34r-16,-26r63,-40","w":199},{"d":"188,-99v0,60,-35,103,-97,103v-26,0,-45,-3,-66,-9r0,-258r46,0r0,77v0,11,-1,26,-3,35r0,0v9,-19,29,-32,54,-32v43,0,66,31,66,84xm140,-94v0,-33,-10,-50,-31,-50v-24,0,-38,27,-38,57r0,51v6,2,14,3,24,3v26,0,45,-17,45,-61","w":201},{"d":"180,0r-43,0v0,-8,0,-23,2,-32r0,0v-11,21,-31,36,-61,36v-40,0,-53,-26,-53,-57r0,-126r46,0r0,115v0,19,5,29,22,29v23,0,41,-27,41,-58r0,-86r46,0r0,179xm161,-233v0,14,-11,25,-25,25v-14,0,-24,-11,-24,-25v0,-14,10,-25,24,-25v14,0,25,11,25,25xm89,-233v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25"},{"d":"287,0r-46,0r0,-113v0,-19,-4,-31,-21,-31v-20,0,-41,23,-41,58r0,86r-46,0r0,-113v0,-18,-3,-31,-21,-31v-21,0,-41,25,-41,58r0,86r-46,0r0,-179r43,0v0,8,0,22,-2,32r1,0v11,-22,32,-36,59,-36v32,0,45,19,49,36v8,-18,28,-36,58,-36v35,0,54,19,54,60r0,123","w":311},{"d":"156,-232r-15,27r-41,-23r-40,23r-13,-26r54,-32xm187,-93v0,56,-38,97,-92,97v-51,0,-83,-26,-83,-90v0,-56,37,-97,91,-97v51,0,84,28,84,90xm139,-90v0,-35,-12,-54,-39,-54v-21,0,-41,16,-41,53v0,37,13,55,40,55v23,0,40,-18,40,-54","w":199},{"d":"165,-222v-8,7,-23,15,-37,15v-28,0,-34,-18,-56,-18v-9,0,-18,6,-24,12r-9,-31v10,-9,23,-15,37,-15v26,0,33,17,54,17v10,0,20,-5,26,-11xm187,-93v0,56,-38,97,-92,97v-51,0,-83,-26,-83,-90v0,-56,37,-97,91,-97v51,0,84,28,84,90xm139,-90v0,-35,-12,-54,-39,-54v-21,0,-41,16,-41,53v0,37,13,55,40,55v23,0,40,-18,40,-54","w":199},{"d":"180,91r-180,0r0,-37r180,0r0,37","w":180},{"d":"142,-5v-12,5,-30,8,-49,8v-50,0,-81,-26,-81,-87v0,-56,30,-98,93,-98v12,0,24,2,36,5r-4,40v-10,-4,-21,-7,-33,-7v-29,0,-44,22,-44,56v0,31,12,51,43,51v12,0,25,-2,35,-7","w":153},{"d":"334,-243r-62,243r-58,0r-35,-134v-4,-15,-6,-33,-9,-50r-1,0v-2,17,-5,33,-9,49r-35,135r-54,0r-62,-243r50,0r33,134v4,16,7,33,9,50r0,0v3,-16,6,-33,10,-48r37,-136r49,0r38,135v4,13,7,30,9,47r1,0v3,-17,5,-32,9,-46r33,-136r47,0","w":342},{"d":"126,-192r-16,29r-31,-25r6,39r-33,0r6,-39r-31,25r-16,-28r37,-15r-37,-14r16,-28r31,24r-6,-39r33,0r-6,39r31,-24r16,28r-36,14","w":138},{"d":"201,-243r-77,157r0,86r-47,0r0,-86r-76,-157r51,0r32,70v6,14,12,27,17,40r1,0v5,-14,12,-30,19,-45r31,-65r49,0","w":201},{"d":"180,-179r-74,196v-21,56,-40,72,-81,72v-8,0,-17,-1,-25,-3r3,-39v8,3,15,4,24,4v15,0,26,-7,35,-34r6,-17r-66,-179r51,0r24,68v5,15,10,34,14,50r1,0v4,-16,11,-40,17,-57r21,-61r50,0","w":180},{"d":"222,0r-47,0r0,-105r-103,0r0,105r-47,0r0,-243r47,0r0,97r103,0r0,-97r47,0r0,243","w":247}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+-469-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);})("4(-UbVZD>jsr4:hc}VOP7(7sxdZU-VsrxdpP>j05-R{GiaD1xk|C.(ZVxk|C.(Taxk|C.(Rhxk|C.(7dxk|C.(|PxOnpbdh,}g9CiVO,}g9C-gO,}g9Cig},}g9CiM0,}g9CiaZ,}g9C-Vp,}9A:ITO(k7p4L.Z;Q60@g|Rjxi->b,}_]?+1M&hV5J8lyG~rECnPaDUdF%Y3c{s^Wg9C-(p,}g9CiMO,}g9CiMA,}g9C-g+,}g9C-(-,}g9C-gR,}g9C-Midxk|C.(iYxk|C.(7Fxk|C.(Z+xxn,}g9CidR,}g9Cia0Vxk|C.(6dxk|C.(R&7OnU.IAVZUnU.IA&iUnU.IAh.OnU.IAhiF~,}g9Cigh,}g9CijOJxk|C.(ZMxk|C.(inxk|C.(R1||ns-TO,}g9C-Mp,}g9CigO,}g9C-g},}g9CigA,}g9Cid09;a},}g9Cij-,}g9CiaO,}g9Ciapkxk|C.(TDxk|C.(6Yxk|C.(-V]hnU.IA&.hnU.IAh;gY,}g9C-g0+xk|C.(6a_MO|-RnU.IAViRnU.IA+ZRnU.IAM;k-,}g9Cidp,}g9CiaA,}g9C-I?U0gJW0:hFp1DJxk|C.(i%xk|C.(OMRR7YR1Ts0&~_.aAgjhnU.IAMZV~,7hnU.IA1-V,M.hCE4P0,}g9C-g-lxk|C.(6n6UnU.IA1;:n,}g9Cijp,}g9C-I6%pDU;LhnU.IAh.a0,}g9CiVp6_O~ixk|C.(Oh}(Y,}g9Ciah:xk|C.(.Uxk|C.(RVxk|C.(6U,hnU.IAMZF.{xk|C.(R+pRnU.IA+;(n4iOnU.IA&ixO,}g9CigpUgFA,}g9C-MZ1xk|C.(-MbRnU.IAVZOnU.IAVZRsMRP8-_|?1L5ZCb(hD4:714@n8Qg9G,IU1L59GbIUCLVnhbV}D>:n5Qj7r-1Y5bkhC>k.s_FDc>jiJi1YE>aDEx1?W;5}F}UCr4g{JQaJr4UCrbVR8-d|~bjRP}VR8b(nh,UCrids~]:%yx:Y&-j0E-VOM-RCrids~]:%yx:YGbdZ+b(+E,F68p:s8L50h,F6Jb(sMix08bd%r>(sa}(Y+bj|84j-E,1?c>gnG;PGy>@h5jdZb>RU}QxAb>RUs4@?8")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":205,"face":{"font-family":"TheSans_BoldPlain","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-22 -325 334 91","underline-thickness":"7.2","underline-position":"-54","stemh":"36","stemv":"46","unicode-range":"U+0020-U+00FF"}}));;Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"289,0r-119,0r-17,-60r-91,0r-24,60r-33,0r97,-240r187,0r0,29r-147,0r21,73r116,0r0,28r-108,0r23,82r95,0r0,28xm147,-86r-31,-118r-45,118r76,0","w":312},{"d":"178,-78r-131,0v-2,55,65,63,115,48r6,24v-75,27,-153,-7,-153,-82v0,-49,32,-91,84,-91v54,1,81,44,79,101xm147,-102v-3,-31,-18,-51,-48,-51v-29,0,-49,19,-52,51r100,0","w":194},{"d":"257,-120v0,68,-53,124,-122,124v-69,0,-122,-56,-122,-124v0,-68,53,-123,122,-123v69,0,122,55,122,123xm243,-120v0,-58,-45,-110,-108,-110v-63,0,-108,52,-108,110v0,58,45,110,108,110v63,0,108,-52,108,-110xm175,-63v-47,17,-98,-11,-98,-57v0,-46,50,-76,98,-58r-3,14v-39,-13,-78,6,-78,44v0,38,39,57,78,44","w":270},{"d":"204,-211r-136,0r0,73r126,0r0,28r-126,0r0,110r-33,0r0,-240r169,0r0,29","w":218},{"d":"61,0r-32,0r0,-175r32,0r0,175xm96,-198r-26,0r-25,-29r-26,29r-25,0r37,-45r27,0","w":88},{"d":"199,-211r-81,0r0,211r-32,0r0,-211r-82,0r0,-29r195,0r0,29","w":203},{"d":"251,-120v0,68,-49,124,-117,124v-68,0,-116,-56,-116,-124v0,-68,48,-123,116,-123v68,0,117,55,117,123xm217,-120v0,-54,-33,-95,-83,-95v-50,0,-83,41,-83,95v0,54,33,95,83,95v50,0,83,-41,83,-95xm180,-261r-29,0r0,-33r29,0r0,33xm118,-261r-30,0r0,-33r30,0r0,33"},{"d":"267,0r-32,0r0,-181r-74,145r-21,0r-73,-145r0,181r-32,0r0,-240r32,0r84,161r84,-161r32,0r0,240","w":301},{"d":"66,-96r-37,0r0,-42r37,0r0,42","w":95},{"d":"96,-204v0,22,-17,39,-39,39v-22,0,-39,-17,-39,-39v0,-22,17,-39,39,-39v22,0,39,17,39,39xm57,-174v39,0,39,-61,0,-61v-38,0,-40,61,0,61","w":113},{"d":"222,-202v64,73,14,206,-88,206v-31,0,-57,-11,-77,-30r-28,30r-11,-11r28,-30v-62,-73,-14,-206,88,-206v31,0,57,11,77,30r28,-30r12,10xm191,-192v-52,-52,-140,-9,-140,72v0,23,6,45,17,61xm134,-25v73,0,105,-97,67,-155r-123,132v14,14,33,23,56,23"},{"d":"116,-179v104,1,103,181,0,182v-24,0,-42,-11,-55,-32r0,90r-32,0r0,-236r32,0r0,28v12,-20,31,-32,55,-32xm161,-88v0,-36,-17,-64,-50,-64v-32,0,-50,28,-50,64v0,36,18,65,50,65v33,0,50,-29,50,-65","w":209},{"d":"189,-175v15,61,-143,105,-130,147r133,0r0,28r-168,0v-2,-63,15,-74,83,-116v39,-24,50,-36,50,-58v0,-48,-85,-41,-125,-28r-5,-26v60,-24,171,-12,162,53","w":215},{"d":"152,-127v72,31,47,131,-45,131v-92,0,-120,-100,-46,-131v-55,-33,-29,-113,46,-113v75,0,101,80,45,113xm163,-68v0,-24,-19,-43,-56,-43v-37,0,-57,19,-57,43v0,26,23,45,57,45v34,0,56,-19,56,-45xm152,-176v0,-22,-17,-37,-45,-37v-28,0,-46,15,-46,37v0,22,17,40,46,40v28,0,45,-18,45,-40","w":212},{"d":"240,0r-33,0r-140,-189r0,189r-32,0r0,-240r32,0r140,190r0,-190r33,0r0,240xm192,-290v-5,15,-16,33,-33,31v-25,-3,-47,-33,-55,1r-15,-6v4,-15,14,-33,32,-30v25,4,47,30,56,-2","w":274},{"d":"211,-234r-7,26v-76,-23,-155,12,-155,88v0,75,75,112,155,88r7,27v-96,33,-195,-24,-195,-115v0,-90,99,-147,195,-114","w":232},{"d":"255,-16v-96,47,-232,11,-232,-104v0,-73,46,-123,109,-123v94,0,72,95,74,180r-22,0r0,-16v-29,40,-93,6,-86,-41v-7,-45,56,-80,86,-43v2,-36,-8,-61,-52,-61v-54,0,-87,44,-87,104v0,60,44,105,110,105v32,0,62,-5,94,-17xm185,-120v0,-24,-13,-41,-33,-41v-22,0,-32,17,-32,41v0,24,10,41,32,41v21,0,33,-17,33,-41","w":267},{"d":"144,-232v-5,15,-14,32,-32,30v-25,-3,-46,-31,-55,1r-16,-5v5,-15,15,-34,33,-31v25,4,47,30,56,-1xm160,0r-31,0r0,-21v-24,39,-114,30,-114,-28v0,-54,59,-52,114,-50v2,-36,-2,-52,-47,-53v-17,0,-35,0,-54,4r-3,-24v58,-16,135,-7,135,55r0,117xm80,-22v34,-1,52,-20,49,-54v-34,1,-82,-9,-82,28v0,18,12,26,33,26","w":181},{"d":"150,-198r-25,0r-26,-29r-26,29r-25,0r38,-45r26,0xm176,0r-31,0r0,-31v-25,51,-120,44,-120,-31r0,-113r32,0v7,55,-24,148,37,149v25,0,51,-21,51,-56r0,-93r31,0r0,175","w":205},{"d":"167,-175r-91,236r-30,0r23,-61r-69,-175r31,0r53,141r52,-141r31,0","w":168},{"d":"118,-224v0,17,-14,31,-31,31v-17,0,-30,-14,-30,-31v0,-17,13,-31,30,-31v17,0,31,14,31,31xm106,-224v0,-10,-8,-19,-19,-19v-11,0,-18,9,-18,19v0,10,7,19,18,19v11,0,19,-9,19,-19xm160,0r-31,0r0,-21v-24,39,-114,30,-114,-28v0,-54,59,-52,114,-50v2,-36,-2,-52,-47,-53v-17,0,-35,0,-54,4r-3,-24v58,-16,135,-7,135,55r0,117xm80,-22v34,-1,52,-20,49,-54v-34,1,-82,-9,-82,28v0,18,12,26,33,26","w":181},{"d":"171,0r-34,0r-48,-65r-48,65r-34,0r66,-89r-64,-86r34,0r46,64r47,-64r34,0r-64,86","w":178},{"d":"167,0r-149,0r0,-26r108,-124r-100,0r0,-25r138,0r0,25r-108,124r111,0r0,26","w":186},{"d":"240,0r-60,0r0,-60r-60,0r0,-60r-60,0r0,-60r60,0r0,60r60,0r0,60r60,0r0,60xm240,-120r-60,0r0,-60r60,0r0,60xm120,0r-60,0r0,-60r60,0r0,60xm180,-180r-60,0r0,-60r60,0r0,60xm60,-60r-60,0r0,-60r60,0r0,60xm60,-180r-60,0r0,-60r60,0r0,60","w":239},{"d":"202,-60r-38,0r0,60r-31,0r0,-60r-122,0r0,-28r120,-148r33,0r0,149r38,0r0,27xm133,-87r0,-111r-89,111r89,0","w":214},{"d":"226,0r-33,0r-24,-61r-107,0r-24,61r-33,0r97,-240r27,0xm160,-86r-44,-118r-45,118r89,0xm146,-283v0,17,-13,31,-30,31v-17,0,-31,-14,-31,-31v0,-17,13,-30,30,-30v17,0,31,13,31,30xm134,-283v0,-10,-7,-19,-18,-19v-11,0,-19,9,-19,19v0,10,7,19,18,19v11,0,19,-9,19,-19","w":230},{"d":"152,42r-28,0r-104,-285r28,0","w":171},{"d":"151,-198r-25,0r-26,-29r-25,29r-26,0r38,-45r26,0xm178,-78r-131,0v-2,55,65,63,115,48r6,24v-75,27,-153,-7,-153,-82v0,-49,32,-91,84,-91v54,1,81,44,79,101xm147,-102v-3,-31,-18,-51,-48,-51v-29,0,-49,19,-52,51r100,0","w":194},{"d":"111,-99v13,0,19,-15,23,-25r18,7v-6,21,-20,42,-44,42v-23,0,-42,-24,-58,-24v-13,0,-19,15,-23,25r-18,-7v6,-21,20,-42,44,-42v23,0,42,24,58,24","w":160},{"d":"215,0r-195,0r0,-29r154,-182r-150,0r0,-29r189,0r0,29r-154,183r156,0r0,28","w":231},{"d":"88,-104v-16,-1,-23,4,-23,21v0,62,27,150,-65,134r0,-23v18,1,33,1,33,-19v0,-51,-21,-124,36,-126v-57,-1,-36,-75,-36,-125v0,-19,-14,-20,-33,-19r0,-23v37,-4,65,6,65,39r0,95v0,17,7,22,23,21r0,25","w":98},{"d":"200,0r-165,0r0,-240r165,0r0,29r-132,0r0,73r124,0r0,28r-124,0r0,82r132,0r0,28xm170,-305r-45,45r-23,0r34,-45r34,0","w":223},{"d":"98,2v-43,3,-71,-6,-71,-52r0,-190r31,0r0,188v-1,28,15,30,40,29r0,25","w":111},{"d":"63,72r-25,0r0,-360r25,0r0,360","w":100},{"d":"178,-78r-131,0v-2,55,65,63,115,48r6,24v-75,27,-153,-7,-153,-82v0,-49,32,-91,84,-91v54,1,81,44,79,101xm147,-102v-3,-31,-18,-51,-48,-51v-29,0,-49,19,-52,51r100,0xm145,-202r-30,0r0,-33r30,0r0,33xm82,-202r-30,0r0,-33r30,0r0,33","w":194},{"d":"141,-40v64,30,30,104,-48,104v-25,0,-55,-7,-77,-18r8,-25v34,16,118,29,118,-14v0,-17,-10,-22,-58,-39v-70,-24,-80,-76,-29,-111v-59,-30,-33,-100,44,-100v21,0,45,2,67,9r-4,26v-29,-7,-107,-17,-107,17v0,15,9,24,50,38v81,27,88,72,36,113xm142,-90v6,-16,-28,-26,-60,-40v-15,6,-27,18,-27,34v-6,16,28,32,57,43v16,-6,30,-22,30,-37","w":191},{"d":"224,0r-36,0r-21,-26v-41,48,-146,38,-147,-37v0,-32,15,-56,55,-79v-18,-25,-25,-38,-25,-56v0,-28,18,-45,53,-45v70,0,65,78,10,107v2,2,48,60,55,68v14,-21,20,-42,25,-61r24,6v-5,25,-14,49,-32,75xm150,-47v-23,-29,-51,-63,-60,-75v-32,20,-38,35,-38,58v0,52,73,50,98,17xm129,-197v0,-14,-10,-24,-26,-24v-40,0,-23,50,-3,68v22,-13,29,-29,29,-44","w":240},{"d":"224,-6v-104,33,-208,-17,-208,-114v0,-95,98,-145,198,-115r-6,27v-80,-22,-159,6,-159,88v0,72,66,109,144,91r0,-83r31,0r0,106","w":250},{"d":"230,-89v0,49,-38,93,-100,93v-62,0,-99,-44,-99,-93r0,-151r33,0r0,151v0,40,28,64,66,64v38,0,67,-25,67,-64r0,-151r33,0r0,151xm181,-259r-25,0r-26,-29r-25,29r-26,0r38,-45r26,0","w":260},{"d":"240,0r-60,0r0,-60r-60,0r0,-60r-60,0r0,-60r60,0r0,60r60,0r0,60r60,0r0,60xm240,-120r-60,0r0,-60r60,0r0,60xm120,0r-60,0r0,-60r60,0r0,60xm180,-180r-60,0r0,-60r60,0r0,60xm60,-60r-60,0r0,-60r60,0r0,60xm60,-180r-60,0r0,-60r60,0r0,60","w":239},{"d":"70,-240v2,63,-4,118,-9,175r-15,0r-9,-108r0,-67r33,0xm72,0r-37,0r0,-42r37,0r0,42","w":106},{"d":"160,0r-31,0r0,-21v-24,39,-114,30,-114,-28v0,-54,59,-52,114,-50v2,-36,-2,-52,-47,-53v-17,0,-35,0,-54,4r-3,-24v58,-16,135,-7,135,55r0,117xm80,-22v34,-1,52,-20,49,-54v-34,1,-82,-9,-82,28v0,18,12,26,33,26xm137,-202r-30,0r0,-33r30,0r0,33xm74,-202r-30,0r0,-33r30,0r0,33","w":181},{"d":"153,-4v-70,25,-139,-17,-139,-84v0,-67,68,-109,139,-84r-6,24v-54,-14,-101,8,-101,60v0,52,48,77,101,60","w":168},{"d":"229,0r-38,0r-74,-96r-73,96r-38,0r92,-121r-92,-119r39,0r72,94r73,-94r38,0r-92,119","w":234},{"d":"160,0r-31,0r0,-21v-24,39,-114,30,-114,-28v0,-54,59,-52,114,-50v2,-36,-2,-52,-47,-53v-17,0,-35,0,-54,4r-3,-24v58,-16,135,-7,135,55r0,117xm80,-22v34,-1,52,-20,49,-54v-34,1,-82,-9,-82,28v0,18,12,26,33,26xm145,-243r-45,45r-24,0r35,-45r34,0","w":181},{"d":"66,-130r-37,0r0,-42r37,0r0,42xm66,0r-37,0r0,-42r37,0r0,42","w":95},{"d":"130,-181v0,32,-21,63,-57,63v-36,0,-57,-31,-57,-63v0,-32,21,-62,57,-62v36,0,57,30,57,62xm284,-59v0,32,-21,62,-57,62v-36,0,-56,-30,-56,-62v0,-32,20,-63,56,-63v36,0,57,31,57,63xm226,-240r-129,240r-23,0r129,-240r23,0xm261,-59v0,-22,-11,-43,-34,-43v-23,0,-33,21,-33,43v0,22,10,43,33,43v23,0,34,-21,34,-43xm107,-181v0,-22,-11,-43,-34,-43v-23,0,-34,21,-34,43v0,22,11,43,34,43v23,0,34,-21,34,-43","w":305},{"d":"226,0r-33,0r-24,-61r-107,0r-24,61r-33,0r97,-240r27,0xm160,-86r-44,-118r-45,118r89,0xm175,-305r-45,45r-24,0r34,-45r35,0","w":230},{"d":"176,0r-31,0r0,-31v-25,51,-120,44,-120,-31r0,-113r32,0v7,55,-24,148,37,149v25,0,51,-21,51,-56r0,-93r31,0r0,175xm148,-202r-30,0r0,-33r30,0r0,33xm85,-202r-30,0r0,-33r30,0r0,33","w":205},{"d":"251,-120v0,68,-49,124,-117,124v-68,0,-116,-56,-116,-124v0,-68,48,-123,116,-123v68,0,117,55,117,123xm217,-120v0,-54,-33,-95,-83,-95v-50,0,-83,41,-83,95v0,54,33,95,83,95v50,0,83,-41,83,-95xm186,-290v-5,15,-15,33,-33,31v-25,-3,-47,-33,-55,1r-15,-6v5,-15,14,-33,32,-30v25,4,48,31,56,-2"},{"d":"108,-14r-15,14r-82,-88r82,-87r15,14r-69,73xm180,-14r-15,14r-83,-88r83,-87r15,14r-70,73","w":210},{"d":"122,-140r-27,0r0,-100r27,0r0,100xm57,-140r-26,0r0,-100r26,0r0,100","w":152},{"d":"107,45r-73,0r0,-329r73,0r0,26r-41,0r0,277r41,0r0,26","w":112},{"d":"136,-126v81,31,47,130,-50,130v-23,0,-45,-4,-66,-12r6,-25v43,18,128,13,124,-35v5,-37,-51,-47,-99,-43r0,-25v43,4,88,-4,88,-40v0,-42,-70,-43,-108,-28r-7,-25v55,-24,147,-8,147,51v0,19,-12,40,-35,52","w":203},{"d":"230,-89v0,49,-38,93,-100,93v-62,0,-99,-44,-99,-93r0,-151r33,0r0,151v0,40,28,64,66,64v38,0,67,-25,67,-64r0,-151r33,0r0,151xm143,-260r-23,0r-46,-45r35,0","w":260},{"d":"197,-78v0,42,-32,82,-92,82v-30,0,-53,-7,-78,-18r8,-25v49,25,130,20,130,-37v0,-50,-64,-58,-102,-31r-25,-13v0,0,4,-40,14,-116r132,0r0,28r-107,0r-8,72v51,-31,128,-3,128,58","w":220},{"d":"126,-184v0,32,-21,60,-55,60v-34,0,-57,-28,-57,-60v0,-32,23,-59,57,-59v34,0,55,27,55,59xm106,-184v0,-25,-13,-42,-35,-42v-22,0,-35,17,-35,42v0,25,13,43,35,43v22,0,35,-18,35,-43","w":140},{"d":"163,-101v65,25,58,105,-19,104v-17,0,-36,-4,-50,-11r7,-23v26,12,75,16,76,-14v0,-14,-6,-21,-32,-33v-30,-14,-39,-26,-39,-47v0,-29,38,-37,38,-67v0,-19,-14,-31,-36,-31v-21,0,-36,12,-36,35r0,188r-31,0r0,-151r-26,0r0,-23r26,0v-3,-47,22,-74,67,-75v42,0,68,26,68,57v-1,54,-79,65,-13,91","w":222},{"d":"179,0r-31,0v-7,-55,24,-149,-37,-150v-25,0,-51,22,-51,57r0,93r-31,0r0,-240r31,0r0,95v25,-50,119,-45,119,31r0,114","w":206},{"d":"200,0r-165,0r0,-240r165,0r0,29r-132,0r0,73r124,0r0,28r-124,0r0,82r132,0r0,28xm165,-261r-30,0r0,-33r30,0r0,33xm102,-261r-29,0r0,-33r29,0r0,33","w":223},{"d":"92,-243r-45,45r-24,0r35,-45r34,0","w":113},{"d":"69,0r-33,0r0,-240r33,0r0,240xm99,-261r-29,0r0,-33r29,0r0,33xm37,-261r-30,0r0,-33r30,0r0,33","w":105},{"d":"99,51v-37,4,-65,-6,-65,-39r0,-95v0,-17,-7,-22,-23,-21r0,-25v16,1,23,-4,23,-21v0,-62,-27,-150,65,-134r0,23v-18,-1,-33,-1,-33,19v0,51,21,124,-37,125v57,1,37,75,37,126v0,19,14,20,33,19r0,23","w":99},{"d":"230,-89v0,49,-38,93,-100,93v-62,0,-99,-44,-99,-93r0,-151r33,0r0,151v0,40,28,64,66,64v38,0,67,-25,67,-64r0,-151r33,0r0,151xm185,-305r-45,45r-23,0r34,-45r34,0","w":260},{"d":"251,-120v0,68,-49,124,-117,124v-68,0,-116,-56,-116,-124v0,-68,48,-123,116,-123v68,0,117,55,117,123xm217,-120v0,-54,-33,-95,-83,-95v-50,0,-83,41,-83,95v0,54,33,95,83,95v50,0,83,-41,83,-95xm144,-260r-23,0r-46,-45r35,0"},{"d":"237,-5v-84,28,-172,-10,-189,-81r-39,0r0,-18r35,0v-1,-10,-2,-21,0,-31r-35,0r0,-17r38,0v15,-72,106,-110,190,-82r-6,27v-66,-21,-135,0,-150,55r71,0r0,17r-75,0v-2,10,-1,21,0,31r75,0r0,18r-71,0v16,53,83,73,150,54","w":258},{"w":97},{"d":"230,-89v0,49,-38,93,-100,93v-62,0,-99,-44,-99,-93r0,-151r33,0r0,151v0,40,28,64,66,64v38,0,67,-25,67,-64r0,-151r33,0r0,151","w":260},{"d":"240,0r-60,0r0,-60r-60,0r0,-60r-60,0r0,-60r60,0r0,60r60,0r0,60r60,0r0,60xm240,-120r-60,0r0,-60r60,0r0,60xm120,0r-60,0r0,-60r60,0r0,60xm180,-180r-60,0r0,-60r60,0r0,60xm60,-60r-60,0r0,-60r60,0r0,60xm60,-180r-60,0r0,-60r60,0r0,60","w":239},{"d":"257,-120v0,68,-53,124,-122,124v-69,0,-122,-56,-122,-124v0,-68,53,-123,122,-123v69,0,122,55,122,123xm243,-120v0,-58,-45,-110,-108,-110v-63,0,-108,52,-108,110v0,58,45,110,108,110v63,0,108,-52,108,-110xm197,-60r-19,0r-37,-49r-36,0r0,49r-16,0r0,-121v43,-1,98,-5,96,36v0,15,-9,28,-25,33xm168,-145v-1,-28,-35,-22,-63,-22r0,44v27,-1,64,6,63,-22","w":270},{"d":"176,0r-31,0r0,-31v-25,51,-120,44,-120,-31r0,-113r32,0v7,55,-24,148,37,149v25,0,51,-21,51,-56r0,-93r31,0r0,175xm111,-198r-23,0r-45,-45r34,0","w":205},{"d":"179,-105r-159,0r0,-26r159,0r0,26xm179,-33r-159,0r0,-26r159,0r0,26","w":198},{"d":"186,-88v0,49,-33,91,-85,91v-52,0,-85,-42,-85,-91v0,-49,33,-91,85,-91v52,0,85,42,85,91xm155,-88v0,-39,-21,-65,-54,-65v-33,0,-53,26,-53,65v0,39,20,65,53,65v33,0,54,-26,54,-65xm110,-198r-23,0r-45,-45r34,0","w":202},{"d":"210,-231r-5,26v-39,-11,-131,-22,-131,25v0,17,7,34,17,58r76,0r0,20v-23,2,-53,-4,-72,2v1,20,-3,48,-14,73r126,0r0,27r-180,0r0,-27r21,0v8,-25,18,-53,14,-75r-35,0r0,-20r32,0v-35,-56,-18,-124,71,-121v26,0,56,4,80,12","w":239},{"d":"63,10v1,48,-34,61,-76,51r2,-25v23,5,43,2,43,-27r0,-184r31,0r0,185xm63,-204r-31,0r0,-39r31,0r0,39","w":90},{"d":"66,0r-37,0r0,-42r37,0r0,42","w":95},{"d":"61,0r-32,0r0,-175r32,0r0,175xm57,-198r-23,0r-46,-45r35,0","w":88},{"d":"167,-175r-68,175r-31,0r-68,-175r31,0r53,142r52,-142r31,0","w":167},{"d":"240,0r-33,0r-140,-189r0,189r-32,0r0,-240r32,0r140,190r0,-190r33,0r0,240","w":274},{"d":"69,0r-33,0r0,-240r33,0r0,240xm104,-259r-26,0r-25,-29r-26,29r-25,0r38,-45r26,0","w":105},{"d":"251,0r-40,0r-71,-98r-72,0r0,98r-33,0r0,-240r116,0v85,-2,102,118,25,138xm192,-168v-1,-57,-69,-43,-124,-44r0,88v54,-1,125,13,124,-44","w":258},{"d":"200,0r-165,0r0,-240r165,0r0,29r-132,0r0,73r124,0r0,28r-124,0r0,82r132,0r0,28xm168,-259r-26,0r-25,-29r-26,29r-25,0r37,-45r27,0","w":223},{"d":"200,-62v0,34,-27,62,-78,65r0,33r-23,0r0,-33v-26,-2,-50,-8,-77,-19r7,-25v43,19,139,33,139,-19v0,-21,-10,-29,-60,-49v-58,-23,-78,-42,-78,-77v0,-36,25,-53,74,-56r0,-36r23,0r0,35v22,1,46,6,66,12r-4,26v-37,-10,-128,-24,-127,19v0,23,17,32,63,51v53,21,75,37,75,73","w":216},{"d":"155,-144r-13,23r-48,-32r5,57r-27,0r5,-57r-48,32r-13,-23r53,-24r-53,-23r13,-24r48,33r-5,-58r27,0r-5,58r48,-33r13,24r-52,23","w":171},{"d":"97,59v0,32,-46,44,-79,31r4,-14v20,8,54,6,53,-17v-1,-21,-24,-20,-48,-18r10,-41r17,0v-1,5,-7,25,-7,26v28,-5,50,8,50,33","w":114},{"d":"226,0r-33,0r-24,-61r-107,0r-24,61r-33,0r97,-240r27,0xm160,-86r-44,-118r-45,118r89,0xm126,-260r-24,0r-45,-45r34,0","w":230},{"d":"200,0r-165,0r0,-240r165,0r0,29r-132,0r0,73r124,0r0,28r-124,0r0,82r132,0r0,28xm131,-260r-23,0r-46,-45r35,0","w":223},{"d":"215,-240r-66,104r37,0r0,20r-50,0v-5,10,-15,16,-13,33r63,0r0,21r-63,0r0,62r-33,0r0,-62r-63,0r0,-21r63,0v2,-17,-8,-23,-13,-33r-50,0r0,-20r38,0r-67,-104r35,0r74,114r74,-114r34,0","w":213},{"d":"107,0v-40,9,-73,0,-72,-48r0,-104r-24,0r0,-23r24,0r0,-50r31,0r0,50r34,0r0,23r-34,0r0,103v-1,30,15,29,37,25","w":119},{"d":"130,-71v3,57,-45,78,-112,71r0,-26v45,4,79,-3,79,-46r0,-140r-72,0r0,-28r105,0r0,169","w":160},{"d":"240,-120v0,85,-86,132,-196,120r0,-108r-28,0r0,-23r28,0r0,-109v109,-11,196,34,196,120xm206,-120v0,-68,-59,-96,-129,-91r0,80r51,0r0,23r-51,0r0,79v70,5,129,-23,129,-91","w":256},{"d":"171,-7v-61,19,-151,18,-151,-48v0,-34,21,-63,74,-116r16,18v-40,48,-58,64,-58,95v0,44,74,36,114,26xm120,-198r-37,0r0,-42r37,0r0,42","w":191},{"d":"186,-88v0,49,-33,91,-85,91v-52,0,-85,-42,-85,-91v0,-49,33,-91,85,-91v52,0,85,42,85,91xm155,-88v0,-39,-21,-65,-54,-65v-33,0,-53,26,-53,65v0,39,20,65,53,65v33,0,54,-26,54,-65xm149,-202r-30,0r0,-33r30,0r0,33xm86,-202r-30,0r0,-33r30,0r0,33","w":202},{"d":"152,-198r-26,0r-26,-29r-25,29r-25,0r37,-45r27,0xm186,-88v0,49,-33,91,-85,91v-52,0,-85,-42,-85,-91v0,-49,33,-91,85,-91v52,0,85,42,85,91xm155,-88v0,-39,-21,-65,-54,-65v-33,0,-53,26,-53,65v0,39,20,65,53,65v33,0,54,-26,54,-65","w":202},{"d":"180,61r-32,0r0,-90v-13,21,-31,32,-55,32v-104,-1,-103,-181,0,-182v24,0,43,12,55,32r0,-28r32,0r0,236xm148,-88v0,-36,-18,-64,-50,-64v-33,0,-50,28,-50,64v0,36,17,65,50,65v32,0,50,-29,50,-65","w":208},{"d":"128,-88r-82,88r-15,-14r69,-74r-69,-73r15,-14xm199,-88r-82,88r-15,-14r70,-74r-70,-73r15,-14","w":210},{"d":"166,-148v44,54,12,154,-65,151v-23,0,-42,-8,-56,-21r-19,21r-10,-9r20,-22v-44,-54,-12,-154,65,-151v23,0,42,9,56,22r20,-22r9,9xm101,-23v47,0,66,-64,44,-103r-81,87v9,10,22,16,37,16xm138,-137v-34,-33,-90,-8,-90,49v0,15,3,29,9,39","w":202},{"d":"156,-118r-27,0r-45,-92r-47,92r-26,0r63,-122r19,0","w":166},{"d":"113,-126r-20,0r0,-14v-15,26,-75,20,-75,-18v0,-35,39,-35,75,-33v9,-38,-32,-38,-66,-32r-3,-16v38,-10,89,-4,89,36r0,77xm61,-140v21,0,34,-13,32,-36v-22,1,-56,-6,-54,18v0,12,8,18,22,18","w":135},{"d":"149,0r-25,0r0,-75r-111,0r0,-23r136,0r0,98","w":183},{"d":"144,-213v53,57,55,216,-48,216v-107,0,-107,-180,-3,-182v24,0,43,12,54,33v-2,-18,-9,-36,-21,-52v-8,6,-18,19,-24,5r18,-14v-9,-12,-21,-23,-34,-33r31,0v8,5,15,12,21,19v8,-6,17,-19,23,-5xm148,-88v0,-36,-18,-64,-50,-64v-33,0,-50,28,-50,64v0,36,17,65,50,65v32,0,50,-29,50,-65","w":194},{"d":"230,-89v0,49,-38,93,-100,93v-62,0,-99,-44,-99,-93r0,-151r33,0r0,151v0,40,28,64,66,64v38,0,67,-25,67,-64r0,-151r33,0r0,151xm176,-261r-29,0r0,-33r29,0r0,33xm114,-261r-30,0r0,-33r30,0r0,33","w":260},{"d":"160,0r-31,0r0,-21v-24,39,-114,30,-114,-28v0,-54,59,-52,114,-50v2,-36,-2,-52,-47,-53v-17,0,-35,0,-54,4r-3,-24v58,-16,135,-7,135,55r0,117xm80,-22v34,-1,52,-20,49,-54v-34,1,-82,-9,-82,28v0,18,12,26,33,26","w":181},{"d":"177,-126v73,21,54,126,-26,126r-116,0r0,-240r104,0v82,-5,103,87,38,114xm190,-68v0,-52,-71,-42,-123,-42r0,83v52,-2,123,13,123,-41xm182,-175v1,-50,-67,-36,-115,-38r0,77v49,-1,114,11,115,-39","w":237},{"d":"152,-243r-104,285r-28,0r104,-285r28,0","w":171},{"d":"240,0r-60,0r0,-60r-60,0r0,-60r-60,0r0,-60r60,0r0,60r60,0r0,60r60,0r0,60xm240,-120r-60,0r0,-60r60,0r0,60xm120,0r-60,0r0,-60r60,0r0,60xm180,-180r-60,0r0,-60r60,0r0,60xm60,-60r-60,0r0,-60r60,0r0,60xm60,-180r-60,0r0,-60r60,0r0,60","w":239},{"d":"178,-66r-160,0r0,-23r160,0r0,23xm120,-20v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v12,0,22,9,22,21xm120,-135v0,12,-10,22,-22,22v-12,0,-21,-10,-21,-22v0,-12,9,-21,21,-21v12,0,22,9,22,21","w":196},{"d":"63,-137r-25,0r0,-151r25,0r0,151xm63,72r-25,0r0,-151r25,0r0,151","w":101},{"d":"200,0r-165,0r0,-240r165,0r0,29r-132,0r0,73r124,0r0,28r-124,0r0,82r132,0r0,28","w":223},{"d":"64,-42v4,39,-7,63,-18,88r-16,0r16,-46r-19,0r0,-42r37,0xm64,-130r-37,0r0,-42r37,0r0,42","w":93},{"d":"191,-75v0,41,-32,79,-82,79v-55,0,-89,-36,-89,-104v-1,-100,65,-158,161,-135r-5,26v-74,-15,-119,22,-124,89v35,-51,139,-24,139,45xm159,-73v0,-29,-19,-47,-50,-47v-31,0,-56,20,-56,47v0,27,19,50,54,50v33,0,52,-24,52,-50","w":214},{"d":"69,0r-33,0r0,-240r33,0r0,240","w":105},{"d":"226,0r-33,0r-24,-61r-107,0r-24,61r-33,0r97,-240r27,0xm160,-86r-44,-118r-45,118r89,0xm169,-290v-5,15,-16,33,-33,31v-25,-3,-47,-33,-55,1r-15,-6v4,-15,14,-33,32,-30v25,4,48,31,56,-2","w":230},{"d":"116,-179v104,1,103,181,0,182v-24,0,-43,-11,-56,-32r0,89r-31,0r0,-300r31,0r0,93v12,-20,32,-32,56,-32xm161,-88v0,-36,-17,-64,-50,-64v-32,0,-51,28,-51,64v0,36,19,65,51,65v33,0,50,-29,50,-65","w":208},{"d":"291,-78r-131,0v-1,56,65,64,115,47r6,25v-50,17,-110,11,-134,-25v-21,49,-132,45,-132,-19v0,-53,58,-52,113,-50v2,-35,-2,-51,-46,-52v-17,0,-33,1,-54,4r-3,-24v44,-11,109,-11,125,22v14,-17,34,-29,61,-29v54,1,83,44,80,101xm260,-100v-3,-31,-19,-53,-49,-53v-29,0,-48,21,-51,53r100,0xm80,-22v36,-1,51,-20,48,-55v-34,1,-80,-9,-80,28v0,18,11,27,32,27","w":307},{"d":"120,-150v-34,0,-60,33,-60,65r0,85r-31,0r0,-175r31,0r0,35v10,-19,33,-38,60,-38r0,28","w":125},{"d":"107,-220r-89,0r0,-16r89,0r0,16","w":124},{"d":"173,-208r-100,208r-32,0r100,-208r-127,0r0,-28r159,0r0,28","w":182},{"d":"70,0r-33,0v-2,-63,4,-118,9,-175r15,0r9,108r0,67xm72,-198r-37,0r0,-42r37,0r0,42","w":106},{"d":"192,0r-172,0r0,-22r73,0r0,-52r-73,0r0,-24r73,0r0,-74r25,0r0,74r74,0r0,24r-74,0r0,52r74,0r0,22","w":211},{"d":"160,0r-31,0r0,-21v-24,39,-114,30,-114,-28v0,-54,59,-52,114,-50v2,-36,-2,-52,-47,-53v-17,0,-35,0,-54,4r-3,-24v58,-16,135,-7,135,55r0,117xm80,-22v34,-1,52,-20,49,-54v-34,1,-82,-9,-82,28v0,18,12,26,33,26xm101,-198r-23,0r-45,-45r34,0","w":181},{"d":"194,-136v1,100,-63,156,-161,136r4,-26v75,15,120,-22,125,-90v-14,17,-33,28,-63,28v-46,0,-76,-34,-76,-74v0,-41,34,-78,82,-78v55,0,89,36,89,104xm161,-162v0,-27,-19,-50,-54,-50v-33,0,-52,24,-52,50v0,29,19,47,50,47v31,0,56,-20,56,-47","w":214},{"d":"120,0r-19,0r0,-226r-26,0r0,226r-19,0r0,-142v-27,0,-49,-22,-49,-49v0,-27,22,-49,49,-49r64,0r0,240","w":154},{"d":"176,0r-31,0r0,-31v-25,51,-120,44,-120,-31r0,-113r32,0v7,55,-24,148,37,149v25,0,51,-21,51,-56r0,-93r31,0r0,175xm153,-243r-45,45r-24,0r35,-45r34,0","w":205},{"d":"110,-85r-92,0r0,-28r92,0r0,28","w":127},{"d":"57,-139r-26,0r0,-101r26,0r0,101","w":87},{"d":"176,0r-31,0r0,-31v-25,51,-120,44,-120,-31r0,-113r32,0v7,55,-24,148,37,149v25,0,51,-21,51,-56r0,-93r31,0r0,175","w":205},{"d":"215,-240r-92,144r0,96r-33,0r0,-96r-92,-144r34,0r75,114r73,-114r35,0xm169,-305r-45,45r-24,0r35,-45r34,0","w":212},{"d":"121,-244r-4,23v-34,-9,-53,7,-47,47r38,0r0,23r-38,0r0,151r-32,0r0,-151r-25,0r0,-23r25,0v-5,-63,31,-88,83,-70","w":120},{"d":"201,-118v0,67,-30,122,-91,122v-61,0,-91,-55,-91,-122v0,-67,30,-122,91,-122v61,0,91,55,91,122xm170,-118v0,-51,-17,-94,-60,-94v-43,0,-60,43,-60,94v0,51,17,94,60,94v43,0,60,-43,60,-94","w":219},{"d":"192,-74r-74,0r0,74r-25,0r0,-74r-73,0r0,-24r73,0r0,-74r25,0r0,74r74,0r0,24","w":211},{"d":"240,0r-60,0r0,-60r-60,0r0,-60r-60,0r0,-60r60,0r0,60r60,0r0,60r60,0r0,60xm240,-120r-60,0r0,-60r60,0r0,60xm120,0r-60,0r0,-60r60,0r0,60xm180,-180r-60,0r0,-60r60,0r0,60xm60,-60r-60,0r0,-60r60,0r0,60xm60,-180r-60,0r0,-60r60,0r0,60","w":239},{"d":"108,42r-22,13v-74,-95,-72,-234,0,-329r22,13v-63,111,-62,192,0,303","w":122},{"d":"230,0r-44,0r-118,-109r0,109r-33,0r0,-240r33,0r0,102r111,-102r44,0r-128,117","w":234},{"d":"235,-167r-5,21r-44,0r-11,50r44,0r-5,22r-44,0r-17,74r-24,0r17,-74r-62,0r-17,74r-24,0r17,-74r-44,0r6,-22r43,0r12,-50r-44,0r5,-21r44,0r17,-73r23,0r-17,73r63,0r17,-73r23,0r-16,73r43,0xm163,-146r-63,0r-11,50r63,0","w":247},{"d":"167,-175r-91,236r-30,0r23,-61r-69,-175r31,0r53,141r52,-141r31,0xm143,-243r-45,45r-24,0r35,-45r34,0","w":168},{"d":"225,-123v0,38,-29,71,-76,71r-81,0r0,52r-33,0r0,-240r33,0r0,46r81,0v47,0,76,33,76,71xm192,-123v-1,-57,-70,-41,-124,-43r0,87v54,-1,125,13,124,-44","w":232},{"d":"226,0r-33,0r-24,-61r-107,0r-24,61r-33,0r97,-240r27,0xm160,-86r-44,-118r-45,118r89,0xm167,-259r-26,0r-25,-29r-26,29r-26,0r38,-45r26,0","w":230},{"d":"251,-120v0,68,-49,124,-117,124v-68,0,-116,-56,-116,-124v0,-68,48,-123,116,-123v68,0,117,55,117,123xm217,-120v0,-54,-33,-95,-83,-95v-50,0,-83,41,-83,95v0,54,33,95,83,95v50,0,83,-41,83,-95xm192,-305r-45,45r-24,0r34,-45r35,0"},{"d":"153,-4v-13,4,-30,7,-43,7r0,22r-8,0r0,-22v-53,-3,-88,-42,-88,-91v0,-49,35,-88,88,-91r0,-22r8,0r0,22v14,0,30,3,43,8r-6,24v-13,-3,-23,-5,-37,-5r1,129v12,0,22,-2,36,-5xm102,-24r0,-128v-37,3,-56,29,-56,64v0,35,19,61,56,64","w":168},{"d":"69,0r-33,0r0,-240r33,0r0,240xm65,-260r-24,0r-45,-45r35,0","w":105},{"d":"215,-240r-92,144r0,96r-33,0r0,-96r-92,-144r34,0r75,114r73,-114r35,0","w":212},{"d":"107,0r-31,0r0,-209r-63,11r-5,-24v32,-5,59,-16,99,-14r0,236","w":145},{"w":79},{"d":"90,-198r-23,0r-45,-45r34,0","w":113},{"d":"251,-120v0,62,-42,115,-101,123r0,65r-32,0r0,-65v-59,-8,-100,-61,-100,-123v0,-68,48,-123,116,-123v68,0,117,55,117,123xm218,-120v0,-54,-34,-95,-84,-95v-50,0,-83,41,-83,95v0,54,33,95,83,95v50,0,84,-41,84,-95"},{"d":"167,-175r-91,236r-30,0r23,-61r-69,-175r31,0r53,141r52,-141r31,0xm133,-202r-30,0r0,-33r30,0r0,33xm70,-202r-30,0r0,-33r30,0r0,33","w":168},{"d":"161,18r-161,0r0,-14r161,0r0,14","w":160},{"d":"211,-234r-7,26v-76,-23,-155,12,-155,88v0,75,75,112,155,88r7,27v-96,33,-195,-24,-195,-115v0,-90,99,-147,195,-114xm183,59v0,32,-46,44,-79,31r4,-14v20,8,54,6,53,-17v-1,-21,-24,-20,-48,-18r10,-41r17,0v-1,5,-7,25,-7,26v28,-5,50,8,50,33","w":232},{"d":"247,-175r-54,175r-30,0r-39,-135r-39,135r-30,0r-53,-175r30,0r39,136r39,-136r28,0r39,135r40,-135r30,0","w":248},{"d":"190,0r-155,0r0,-240r33,0r0,212r122,0r0,28","w":199},{"d":"180,0r-32,0v-7,-55,24,-149,-37,-150v-25,0,-51,22,-51,57r0,93r-31,0r0,-175r31,0r0,30v25,-50,120,-44,120,31r0,114","w":206},{"d":"178,-78r-131,0v-2,55,65,63,115,48r6,24v-75,27,-153,-7,-153,-82v0,-49,32,-91,84,-91v54,1,81,44,79,101xm147,-102v-3,-31,-18,-51,-48,-51v-29,0,-49,19,-52,51r100,0xm156,-243r-45,45r-24,0r35,-45r34,0","w":194},{"d":"180,0r-32,0r0,-29v-12,20,-31,32,-55,32v-104,-1,-103,-181,0,-182v24,0,42,11,55,32r0,-93r32,0r0,240xm148,-88v0,-36,-18,-64,-50,-64v-33,0,-50,28,-50,64v0,36,17,65,50,65v32,0,50,-29,50,-65","w":208},{"d":"186,-88v0,49,-33,91,-85,91v-52,0,-85,-42,-85,-91v0,-49,33,-91,85,-91v52,0,85,42,85,91xm155,-88v0,-39,-21,-65,-54,-65v-33,0,-53,26,-53,65v0,39,20,65,53,65v33,0,54,-26,54,-65","w":202},{"d":"153,-4v-70,25,-139,-17,-139,-84v0,-67,68,-109,139,-84r-6,24v-54,-14,-101,8,-101,60v0,52,48,77,101,60xm150,59v0,32,-46,44,-79,31r4,-14v20,8,54,6,53,-17v-1,-21,-24,-20,-48,-18r10,-41r17,0v-1,5,-7,25,-7,26v28,-5,50,8,50,33","w":168},{"d":"231,-120v0,85,-86,132,-196,120r0,-240v109,-11,196,34,196,120xm197,-120v0,-68,-59,-96,-129,-91r0,182v70,5,129,-23,129,-91","w":247},{"d":"251,-120v0,68,-49,124,-117,124v-68,0,-116,-56,-116,-124v0,-68,48,-123,116,-123v68,0,117,55,117,123xm217,-120v0,-54,-33,-95,-83,-95v-50,0,-83,41,-83,95v0,54,33,95,83,95v50,0,83,-41,83,-95xm185,-259r-25,0r-26,-29r-26,29r-25,0r38,-45r26,0"},{"d":"180,0r-39,0r-81,-75r0,75r-31,0r0,-240r31,0r0,136r76,-71r40,0r-92,85","w":183},{"d":"226,0r-33,0r-24,-61r-107,0r-24,61r-33,0r97,-240r27,0xm160,-86r-44,-118r-45,118r89,0xm162,-261r-30,0r0,-33r30,0r0,33xm99,-261r-30,0r0,-33r30,0r0,33","w":230},{"d":"60,0r-31,0r0,-175r31,0r0,175xm60,-204r-31,0r0,-39r31,0r0,39","w":89},{"d":"157,-30r-18,18r-52,-52r-52,52r-18,-18r52,-52r-52,-52r18,-17r52,52r52,-52r18,17r-52,52","w":173},{"d":"63,0r-19,46r-16,0r17,-46r-20,0r0,-42r38,0r0,42","w":91},{"d":"36,-274v72,95,74,234,0,329r-22,-13v63,-111,62,-192,0,-303","w":121},{"d":"60,0r-31,0r0,-175r31,0r0,175xm100,-243r-46,45r-23,0r34,-45r35,0","w":88},{"d":"69,0r-33,0r0,-240r33,0r0,240xm109,-305r-45,45r-23,0r34,-45r34,0","w":105},{"d":"161,-232v-5,15,-14,32,-32,30v-25,-3,-47,-31,-56,1r-15,-5v5,-15,14,-33,32,-31v25,3,47,31,56,-1xm180,0r-32,0v-7,-55,24,-149,-37,-150v-25,0,-51,22,-51,57r0,93r-31,0r0,-175r31,0r0,30v25,-50,120,-44,120,31r0,114","w":206},{"d":"178,-78r-131,0v-2,55,65,63,115,48r6,24v-75,27,-153,-7,-153,-82v0,-49,32,-91,84,-91v54,1,81,44,79,101xm147,-102v-3,-31,-18,-51,-48,-51v-29,0,-49,19,-52,51r100,0xm106,-198r-23,0r-45,-45r34,0","w":194},{"d":"305,-240r-66,240r-26,0r-59,-189r-58,189r-27,0r-65,-240r32,0r49,182r56,-182r26,0r57,182r48,-182r33,0","w":308},{"d":"186,-88v0,49,-33,91,-85,91v-52,0,-85,-42,-85,-91v0,-49,33,-91,85,-91v52,0,85,42,85,91xm155,-88v0,-39,-21,-65,-54,-65v-33,0,-53,26,-53,65v0,39,20,65,53,65v33,0,54,-26,54,-65xm156,-243r-45,45r-24,0r35,-45r34,0","w":202},{"d":"240,0r-60,0r0,-60r-60,0r0,-60r-60,0r0,-60r60,0r0,60r60,0r0,60r60,0r0,60xm240,-120r-60,0r0,-60r60,0r0,60xm120,0r-60,0r0,-60r60,0r0,60xm180,-180r-60,0r0,-60r60,0r0,60xm60,-60r-60,0r0,-60r60,0r0,60xm60,-180r-60,0r0,-60r60,0r0,60","w":239},{"d":"251,-120v0,68,-49,124,-117,124v-68,0,-116,-56,-116,-124v0,-68,48,-123,116,-123v68,0,117,55,117,123xm217,-120v0,-54,-33,-95,-83,-95v-50,0,-83,41,-83,95v0,54,33,95,83,95v50,0,83,-41,83,-95"},{"d":"116,-179v104,1,103,181,0,182v-24,0,-43,-12,-55,-32r0,29r-32,0r0,-240r32,0r0,93v13,-21,31,-32,55,-32xm161,-88v0,-36,-17,-64,-50,-64v-32,0,-50,28,-50,64v0,36,18,65,50,65v33,0,50,-29,50,-65","w":209},{"d":"151,-46v0,55,-95,59,-137,33r8,-23v28,14,98,24,98,-10v0,-14,-7,-17,-44,-32v-43,-18,-55,-30,-55,-56v-1,-51,76,-52,123,-36r-4,25v-24,-8,-90,-17,-89,12v0,13,9,18,41,31v47,19,59,29,59,56","w":165},{"d":"212,-61v2,72,-126,79,-190,46r7,-26v45,19,150,31,150,-19v0,-19,-11,-29,-66,-49v-63,-23,-83,-40,-83,-77v0,-67,116,-65,175,-45r-6,26v-38,-10,-137,-24,-136,19v0,23,15,31,72,53v62,24,77,38,77,72","w":228},{"d":"78,45r-73,0r0,-26r41,0r0,-277r-41,0r0,-26r73,0r0,329","w":112},{"d":"194,-78r-172,82r0,-27r137,-64r-137,-65r0,-27r172,83r0,18","w":204},{"d":"183,3r-172,-81r0,-18r172,-82r0,26r-137,65r137,64r0,26","w":204},{"d":"116,-202r-30,0r0,-33r30,0r0,33xm53,-202r-30,0r0,-33r30,0r0,33","w":138},{"d":"154,-232v-5,15,-14,32,-32,30v-25,-3,-46,-31,-55,1r-16,-5v5,-15,15,-34,33,-31v25,4,47,30,56,-1xm186,-88v0,49,-33,91,-85,91v-52,0,-85,-42,-85,-91v0,-49,33,-91,85,-91v52,0,85,42,85,91xm155,-88v0,-39,-21,-65,-54,-65v-33,0,-53,26,-53,65v0,39,20,65,53,65v33,0,54,-26,54,-65","w":202},{"d":"225,-167v0,38,-29,73,-76,73r-81,0r0,94r-33,0r0,-240r114,0v47,0,76,35,76,73xm192,-167v-1,-57,-69,-44,-124,-45r0,91v55,-1,125,12,124,-46","w":232},{"d":"226,0r-33,0r-24,-61r-107,0r-24,61r-33,0r97,-240r27,0xm160,-86r-44,-118r-45,118r89,0","w":230},{"d":"226,0r-33,0r0,-108r-125,0r0,108r-33,0r0,-240r33,0r0,102r125,0r0,-102r33,0r0,240","w":260},{"d":"139,-198r-26,0r-26,-29r-25,29r-25,0r37,-45r27,0xm160,0r-31,0r0,-21v-24,39,-114,30,-114,-28v0,-54,59,-52,114,-50v2,-36,-2,-52,-47,-53v-17,0,-35,0,-54,4r-3,-24v58,-16,135,-7,135,55r0,117xm80,-22v34,-1,52,-20,49,-54v-34,1,-82,-9,-82,28v0,18,12,26,33,26","w":181},{"d":"294,0r-32,0r0,-110v0,-26,-10,-40,-36,-40v-25,0,-49,22,-49,57r0,93r-32,0r0,-110v0,-26,-10,-40,-36,-40v-25,0,-48,22,-48,57r0,93r-32,0r0,-175r31,0r0,30v18,-41,99,-48,112,1v12,-19,37,-35,64,-35v81,-2,53,105,58,179","w":321},{"d":"214,-240r-92,240r-29,0r-92,-240r33,0r73,198r74,-198r33,0","w":214},{"d":"178,-17v5,74,-77,96,-147,72r5,-23v49,15,118,10,111,-46r0,-19v-12,20,-34,31,-58,31v-51,0,-75,-42,-75,-88v0,-46,24,-89,75,-89v24,0,45,11,58,32r0,-28r31,0r0,158xm147,-89v0,-39,-20,-63,-52,-63v-34,0,-49,27,-49,62v0,35,15,62,49,62v32,0,52,-22,52,-61","w":204},{"d":"60,0r-31,0r0,-175r31,0r0,175xm91,-202r-30,0r0,-33r30,0r0,33xm28,-202r-29,0r0,-33r29,0r0,33","w":88},{"d":"171,-184v0,34,-22,63,-75,116r-16,-17v40,-43,59,-66,59,-97v0,-44,-74,-35,-114,-25r-5,-26v62,-19,151,-16,151,49xm108,0r-37,0r0,-41r37,0r0,41","w":190}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+341-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);})("QM@Cx?rV_:w.Q0Ymz?+>WMWwJ1rC@?w.J1^>_:co@fe}kOVNJG$D]M]1@f=C]4-yd$@;zj9D@:f$JG$D]M{1jf=C]4-NrC=C]4-N]+=C]4-LdG9>d+=C]4-L]$r9JG$D]M$OJG$D]M@NIf=C]4-YrJy6JG$D]M^Lr+=C]4-Arf=;JG$D]Mfy5YFwJG$D]M]#xG=;zj9D@:^;zj9Dkj;?cC=C]4-LkY=C]4-N]>+;zj9D@jcA:+=C]4-Y]jgYJG$D]M]=JG$D]M@AJG$D]M{CJG$D]M+NJ0^x]C=C]4-Ldjf;zj9Dk?+;zj9D@M@gJG$D]MrNJG$D]MWVJG$D]Mr?IC=C]4-Lkf=C]4-L]Y=C]4-yr+=C]4-y]+f;zj9DkAY;zj9Dk:f;zj9D@ALwJG$D]Mk>JG$D]MlO_N#;zj9D@:r1jY=C]4-A@f^;zj9Dk1lLQY=C]4-Nd+=C]4-A]+=C]4-Ad+=C]4-yrJcQJG$D]M{DJG$D]M^?JG$D]Mk1JG$D]MkV;f=C]4-NkY=C]4-?d+#;zj9Dk:+;zj9Dk:r;zj9D@A-;zj9D@Mry{YD%JG$D]M^AJG$D]MkqJG$D]Ml1cj}1Pf=C]4-A]C=C]4-?@f=C]4-Yro^;zj9Dk:kqJG$D]Ml=JG$D]MW=JG$D]M$Ddf=C]4-NrY=C]4-?kPVozf=C]4-L@MkDQC=C]4-N]NyaWC=C]4-?@+=C]4-L@f=C]4-A]Y=C]4-L]C=C]4-y]Y=C]4-AkCL=WM-cJG$D]M@?JC=C]4-Arqz]xY=C]4-Yd:c%JG$D]M$qc+=C]4-LrM3;zj9DkOcFJG$D]M{qa0Y;zj9D@:c;zj9Dk1c;zj9D@A+;zj9D@jyJJG$D]MkOJG$D]M^Yj1^O$CVKt+=C]4-yd+=C]4-?rf--P+=C]4-Y]?C:@C=C]4-Y@AeNaorDxMYVQ0WNQP=Ftj9};4CNao9}x4CDa?=Yx?zV_0=ot:W.@N#oxGYD_G]wIqVm_:kgkN#%_OV%JNBhdozqzCD.QjegtOg.QCD.k?Y%z0CVxqf>_Jr3@fD.k1w350H[J0#1_JrFz0CN_:wVJ0#A9-04l+MGW^Qa]rdt{cPj$f:Jk@_x;zI5ByNALY?ogFX[}3.%D=>OVC1qH#6mewKhx1CeaN3;aocC;?YOx:e3k?Y%z+D.k1w3QP{%_P#V@JrVQM=%k1+V_:w.a?y%;qc.k:CYQPY?xqWgd1Lex4}[Q1LF@C3A:1YzJjCD:1Yz5PLgQP9B")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":268,"face":{"font-family":"LocatorRegular","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-13 -313 305 95.1615","underline-thickness":"7.2","underline-position":"-47.88","stemh":"26","stemv":"32","unicode-range":"U+0020-U+00FF"}}));Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"166,-139v0,39,-38,60,-121,63v-4,55,55,63,99,44r6,22v-56,31,-136,5,-136,-62v0,-59,40,-107,97,-107v37,0,55,19,55,40xm137,-135v0,-11,-8,-19,-29,-19v-30,0,-51,21,-59,53v53,-1,88,-13,88,-34","w":171},{"d":"294,-240r-43,240r-31,0r33,-182r-102,146r-18,0r-50,-147r-32,183r-31,0r42,-240r32,0r54,162r113,-162r33,0","w":299},{"d":"189,-175r-31,175r-31,0r9,-49v-14,27,-43,52,-77,52v-35,0,-45,-27,-39,-60r20,-118r32,0r-23,129v0,15,8,21,22,21v48,-1,80,-86,87,-150r31,0xm112,-234r-6,34r-29,0r6,-34r29,0xm175,-234r-7,34r-28,0r6,-34r29,0","w":203},{"d":"240,-180v-2,85,-82,91,-171,85r-17,95r-32,0r42,-240v76,2,180,-19,178,60xm153,-121v55,6,78,-92,16,-92r-79,0r-17,92r80,0","w":231},{"d":"60,-42r-7,42r-37,0r8,-42r36,0","w":90},{"d":"318,-240r-5,28r-146,0r8,74r115,0r-5,28r-108,0r9,82r95,0r-5,28r-119,0r-5,-61r-92,0r-35,61r-32,0r139,-240r186,0xm150,-86r-10,-119r-67,119r77,0","w":312},{"d":"183,-175r-31,175r-31,0r8,-48v-14,28,-40,51,-68,51v-36,0,-48,-27,-48,-60v0,-71,64,-157,137,-108r2,-10r31,0xm145,-137v-1,-11,-25,-16,-36,-16v-42,0,-65,49,-65,95v0,22,6,35,25,35v33,0,68,-57,76,-114"},{"d":"135,-236r-42,236r-30,0r36,-210r-65,12r1,-24v33,-5,60,-16,100,-14","w":149},{"d":"166,-139v0,39,-38,60,-121,63v-4,55,55,63,99,44r6,22v-56,31,-136,5,-136,-62v0,-59,40,-107,97,-107v37,0,55,19,55,40xm137,-135v0,-11,-8,-19,-29,-19v-30,0,-51,21,-59,53v53,-1,88,-13,88,-34xm161,-197r-25,0r-20,-29r-31,29r-25,0r45,-45r26,0","w":173},{"d":"239,0r-59,0r0,-60r59,0r0,60xm120,0r-60,0r0,-60r60,0r0,60xm120,-120r-60,0r0,-60r60,0r0,60xm239,-120r-59,0r0,-60r59,0r0,60xm179,-180r-59,0r0,-60r59,0r0,60xm59,-180r-59,0r0,-60r59,0r0,60xm59,-60r-59,0r0,-60r59,0r0,60xm179,-60r-59,0r0,-60r59,0r0,60","w":239},{"d":"256,-144v0,76,-56,148,-140,148v-58,0,-96,-42,-96,-99v0,-80,57,-148,140,-148v59,0,96,42,96,99xm224,-141v0,-42,-24,-74,-69,-74v-60,0,-103,57,-103,119v0,43,24,72,69,72v60,0,103,-56,103,-117","w":261},{"d":"179,-107v0,54,-36,110,-98,110v-43,0,-67,-31,-67,-71v0,-63,42,-111,99,-111v44,0,66,32,66,72xm148,-106v0,-28,-12,-47,-40,-47v-32,0,-63,32,-63,85v0,28,12,46,40,46v35,0,63,-35,63,-84xm172,-243r-44,45r-23,0r34,-45r33,0","w":189},{"d":"179,-107v0,54,-36,110,-98,110v-43,0,-67,-31,-67,-71v0,-63,42,-111,99,-111v44,0,66,32,66,72xm148,-106v0,-28,-12,-47,-40,-47v-32,0,-63,32,-63,85v0,28,12,46,40,46v35,0,63,-35,63,-84xm170,-197r-24,0r-21,-29r-31,29r-25,0r46,-45r26,0","w":189},{"d":"189,-175r-31,175r-31,0r9,-49v-14,27,-43,52,-77,52v-35,0,-45,-27,-39,-60r20,-118r32,0r-23,129v0,15,8,21,22,21v48,-1,80,-86,87,-150r31,0xm130,-198r-23,0r-36,-45r33,0","w":203},{"d":"96,-240r-42,240r-32,0r42,-240r32,0","w":103},{"d":"71,-135r-7,41r-37,0r8,-41r36,0","w":92},{"d":"143,-195v0,36,-25,73,-66,73v-29,0,-45,-21,-45,-48v0,-74,111,-104,111,-25xm122,-195v0,-19,-9,-31,-27,-31v-22,0,-42,20,-42,56v0,18,9,31,27,31v23,0,42,-23,42,-56","w":135},{"d":"180,-106r-158,0r0,-25r158,0r0,25xm180,-33r-158,0r0,-25r158,0r0,25","w":195},{"d":"159,0r-24,0r0,-76r-112,0r0,-22r136,0r0,98","w":193},{"d":"185,-67r-160,0r0,-21r160,0r0,21xm126,-135v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v12,0,21,9,21,21xm126,-20v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v12,0,21,9,21,21","w":195},{"d":"46,-105r4,-27r-33,0r2,-17r36,0v26,-77,114,-111,207,-86r-9,27v-71,-19,-141,2,-164,59r74,0r-4,17r-76,0v-2,9,-4,17,-4,27r76,0r-3,17r-72,0v5,59,79,75,140,57r1,26v-78,26,-170,-5,-175,-83r-37,0r3,-17r34,0","w":254},{"d":"179,-107v0,54,-36,110,-98,110v-43,0,-67,-31,-67,-71v0,-63,42,-111,99,-111v44,0,66,32,66,72xm148,-106v0,-28,-12,-47,-40,-47v-32,0,-63,32,-63,85v0,28,12,46,40,46v35,0,63,-35,63,-84xm172,-233v-7,15,-19,31,-37,31v-17,0,-26,-14,-37,-14v-8,0,-15,11,-18,17r-15,-5v7,-15,19,-32,37,-32v17,0,27,15,38,15v8,0,14,-12,17,-18","w":189},{"d":"75,-175r-31,175r-31,0r31,-175r31,0xm116,-234r-6,34r-29,0r6,-34r29,0xm53,-234r-6,34r-29,0r6,-34r29,0","w":88},{"d":"285,-139v0,39,-42,60,-124,63v-2,56,56,62,103,44r5,22v-42,21,-107,17,-127,-22v-14,19,-39,35,-74,35v-35,0,-55,-18,-55,-45v0,-33,19,-57,63,-57r57,0v7,-31,9,-55,-38,-54v-17,0,-32,2,-53,5r-1,-24v41,-10,110,-12,121,21v24,-37,123,-38,123,12xm129,-76v-39,0,-88,-6,-88,33v0,15,12,22,31,22v35,0,54,-23,57,-55xm256,-135v0,-10,-8,-18,-29,-18v-30,0,-54,20,-62,52v55,-1,91,-14,91,-34","w":292},{"d":"232,-189v0,30,-19,53,-48,63v74,30,22,126,-49,126r-115,0r42,-240v69,4,170,-20,170,51xm188,-78v-1,-49,-71,-29,-117,-33r-14,85v61,0,132,10,131,-52xm199,-183v0,-45,-67,-26,-110,-30r-13,78v57,0,123,9,123,-48","w":237},{"d":"194,-92v-2,89,-106,119,-180,78r9,-23v54,27,140,16,139,-49v-1,-48,-66,-41,-96,-22r-23,-14r34,-114r130,0r-4,27r-105,0r-22,71v45,-23,120,-13,118,46","w":212},{"d":"183,-175r-31,175r-31,0r8,-48v-14,28,-40,51,-68,51v-36,0,-48,-27,-48,-60v0,-71,64,-157,137,-108r2,-10r31,0xm145,-137v-1,-11,-25,-16,-36,-16v-42,0,-65,49,-65,95v0,22,6,35,25,35v33,0,68,-57,76,-114xm160,-229v3,35,-58,54,-61,12v-4,-34,58,-53,61,-12xm126,-203v22,2,34,-39,7,-40v-21,-2,-32,38,-7,40"},{"d":"109,-46v0,-25,-92,-53,-82,-86v-1,-54,74,-54,123,-38r-5,23v-33,-6,-88,-18,-88,14v0,14,8,17,35,34v34,22,47,30,47,50v0,55,-89,65,-134,36r8,-22v28,14,96,24,96,-11","w":157},{"d":"157,4r-2,14r-160,0r2,-14r160,0","w":151},{"d":"137,-178r-6,29v-43,1,-78,79,-85,149r-32,0r31,-175r31,0r-9,49v12,-22,34,-51,70,-52","w":128},{"d":"179,-175r-133,236r-29,0r34,-61r-38,-175r30,0r28,142r77,-142r31,0xm86,-234r-6,34r-29,0r6,-34r29,0xm149,-234r-6,34r-29,0r6,-34r29,0","w":166},{"d":"244,-240r-117,144r-16,96r-33,0r17,-96r-66,-144r33,0r54,115r93,-115r35,0xm198,-305r-45,45r-22,0r33,-45r34,0","w":209},{"d":"183,-175r-31,175r-31,0r8,-48v-14,28,-40,51,-68,51v-36,0,-48,-27,-48,-60v0,-71,64,-157,137,-108r2,-10r31,0xm145,-137v-1,-11,-25,-16,-36,-16v-42,0,-65,49,-65,95v0,22,6,35,25,35v33,0,68,-57,76,-114xm182,-233v-7,15,-20,31,-38,31v-26,-5,-43,-26,-54,3r-16,-5v7,-15,20,-32,38,-32v17,0,26,15,37,15v8,0,13,-12,17,-18"},{"d":"239,0r-59,0r0,-60r59,0r0,60xm120,0r-60,0r0,-60r60,0r0,60xm120,-120r-60,0r0,-60r60,0r0,60xm239,-120r-59,0r0,-60r59,0r0,60xm179,-180r-59,0r0,-60r59,0r0,60xm59,-180r-59,0r0,-60r59,0r0,60xm59,-60r-59,0r0,-60r59,0r0,60xm179,-60r-59,0r0,-60r59,0r0,60","w":239},{"d":"256,-144v0,76,-56,148,-140,148v-58,0,-96,-42,-96,-99v0,-80,57,-148,140,-148v59,0,96,42,96,99xm224,-141v0,-42,-24,-74,-69,-74v-60,0,-103,57,-103,119v0,43,24,72,69,72v60,0,103,-56,103,-117xm215,-294r-5,33r-29,0r6,-33r28,0xm153,-294r-6,33r-29,0r6,-33r29,0","w":261},{"d":"217,-231r-9,25v-23,-6,-45,-10,-69,-10v-27,0,-61,3,-61,38v0,44,117,47,117,105v0,49,-45,74,-90,76r-6,33r-23,0r6,-33v-25,-2,-50,-8,-73,-19r9,-24v48,19,145,37,145,-28v0,-42,-118,-46,-118,-108v0,-51,39,-63,86,-66r6,-36r22,0r-6,35v21,1,43,5,64,12","w":218},{"d":"196,0r-171,0r0,-21r74,0r0,-53r-74,0r0,-23r74,0r0,-75r24,0r0,75r73,0r0,23r-73,0r0,53r73,0r0,21","w":210},{"d":"186,-234v11,10,-6,15,-13,21v44,75,9,216,-87,216v-53,0,-72,-47,-64,-91v8,-45,40,-91,93,-91v24,0,40,12,48,33v1,-18,-3,-37,-12,-53v-8,4,-19,21,-24,6r20,-14v-7,-12,-17,-23,-28,-33r31,0v6,5,13,12,18,19xm93,-23v58,0,94,-129,23,-129v-33,0,-56,28,-62,64v-6,36,6,65,39,65","w":196},{"d":"114,-175r-4,23r-34,0r-19,110v-5,28,20,21,38,14r7,21v-34,18,-85,16,-76,-37r19,-108r-23,0r4,-23r23,0r9,-50r31,0r-9,50r34,0","w":119},{"d":"143,-234r-7,34r-28,0r6,-34r29,0xm80,-234r-6,34r-29,0r6,-34r29,0","w":140},{"d":"103,-128r-4,24v-17,0,-22,4,-27,22v-15,57,2,148,-88,133r4,-23v19,0,31,3,36,-19v12,-48,3,-124,61,-126v-64,4,-16,-90,-16,-131v0,-17,-18,-13,-30,-13r4,-23v34,-2,63,0,58,38v-1,15,-18,87,-18,104v0,14,9,14,20,14","w":108},{"d":"142,-284r-4,23v-19,0,-31,-3,-36,19v-12,48,-3,124,-61,126v64,-4,16,90,16,131v0,17,18,13,30,13r-4,23v-34,2,-63,0,-58,-38v1,-15,18,-87,18,-104v0,-14,-9,-14,-20,-14r4,-24v17,0,22,-3,27,-21v15,-57,-3,-149,88,-134","w":108},{"d":"213,0r-32,0r-13,-61r-108,0r-34,61r-33,0r139,-240r27,0xm164,-86r-24,-120r-66,120r90,0xm196,-259r-25,0r-20,-29r-31,29r-25,0r46,-45r26,0","w":229},{"d":"163,-114v-9,20,-26,44,-50,44v-24,0,-38,-23,-55,-23v-13,0,-22,16,-27,26r-17,-6v9,-20,26,-44,50,-44v24,0,38,22,55,22v13,0,22,-16,27,-26","w":164},{"d":"123,52v-1,39,-48,51,-84,38r6,-13v23,8,57,5,57,-22v0,-21,-27,-16,-45,-14r15,-38v-39,-3,-59,-34,-59,-71v-2,-78,62,-131,140,-104r-8,24v-59,-18,-98,13,-101,80v-2,48,43,54,81,37r7,23v-14,6,-28,10,-43,11v-3,6,-10,20,-11,23v24,-1,44,2,45,26","w":155},{"d":"186,-175r-27,153v-4,77,-82,103,-154,75r7,-21v47,18,111,11,114,-46v1,-3,5,-32,6,-36v-16,29,-39,47,-67,47v-36,0,-50,-27,-50,-60v0,-70,68,-149,138,-102r2,-10r31,0xm148,-138v-2,-10,-26,-14,-36,-15v-44,0,-65,46,-65,90v0,22,5,34,25,34v32,0,66,-51,76,-109","w":196},{"d":"72,-175r-31,175r-31,0r31,-175r31,0xm109,-197r-24,0r-21,-29r-31,29r-24,0r45,-45r26,0","w":88},{"d":"116,-284r-59,329r-71,0r4,-26r41,0r49,-277r-41,0r5,-26r72,0","w":111},{"d":"179,-175r-133,236r-29,0r34,-61r-38,-175r30,0r28,142r77,-142r31,0","w":164},{"d":"233,-136v-1,50,-41,83,-89,84r-82,0r-9,52r-33,0r42,-240r33,0r-8,46v68,-1,148,-10,146,58xm145,-79v51,8,79,-88,16,-88r-79,0r-15,88r78,0","w":223},{"d":"183,-175r-80,87r50,88r-33,0r-36,-66r-60,66r-35,0r82,-90r-47,-85r31,0r36,64r59,-64r33,0","w":172},{"w":97},{"d":"179,-107v0,54,-36,110,-98,110v-43,0,-67,-31,-67,-71v0,-63,42,-111,99,-111v44,0,66,32,66,72xm148,-106v0,-28,-12,-47,-40,-47v-32,0,-63,32,-63,85v0,28,12,46,40,46v35,0,63,-35,63,-84xm120,-198r-23,0r-37,-45r34,0","w":189},{"d":"247,-240r-85,104r38,0r-4,20r-49,0v-8,10,-19,17,-20,34r63,0r-3,19r-63,0r-11,63r-32,0r10,-63r-62,0r3,-19r63,0v6,-13,-1,-23,-6,-34r-51,0r4,-20r38,0r-49,-104r33,0r55,115r94,-115r34,0","w":212},{"d":"165,-118r-25,0r-46,-93r-47,93r-25,0r63,-122r17,0","w":164},{"d":"213,0r-32,0r-13,-61r-108,0r-34,61r-33,0r139,-240r27,0xm164,-86r-24,-120r-66,120r90,0xm205,-290v-7,15,-20,32,-38,32v-17,0,-26,-15,-37,-15v-8,0,-14,12,-17,18r-16,-6v7,-15,20,-31,38,-31v17,0,26,14,37,14v8,0,14,-12,17,-18","w":229},{"d":"256,-144v0,76,-56,148,-140,148v-58,0,-96,-42,-96,-99v0,-80,57,-148,140,-148v59,0,96,42,96,99xm224,-141v0,-42,-24,-74,-69,-74v-60,0,-103,57,-103,119v0,43,24,72,69,72v60,0,103,-56,103,-117xm215,-259r-25,0r-20,-29r-31,29r-25,0r45,-45r26,0","w":261},{"d":"183,-175r-31,175r-31,0r8,-48v-14,28,-40,51,-68,51v-36,0,-48,-27,-48,-60v0,-71,64,-157,137,-108r2,-10r31,0xm145,-137v-1,-11,-25,-16,-36,-16v-42,0,-65,49,-65,95v0,22,6,35,25,35v33,0,68,-57,76,-114xm176,-197r-24,0r-21,-29r-31,29r-24,0r45,-45r26,0"},{"d":"83,-240r-18,101r-25,0r17,-101r26,0","w":84},{"d":"256,-240r-26,151v-10,56,-51,93,-116,93v-55,0,-92,-35,-82,-93r27,-151r32,0r-28,167v0,35,20,49,57,49v42,0,71,-24,78,-65r26,-151r32,0xm169,-260r-23,0r-36,-45r33,0","w":258},{"d":"213,0r-32,0r-13,-61r-108,0r-34,61r-33,0r139,-240r27,0xm164,-86r-24,-120r-66,120r90,0xm207,-305r-44,45r-23,0r34,-45r33,0","w":229},{"d":"136,-235r-3,16r-88,0r3,-16r88,0","w":133},{"d":"213,0r-32,0r-13,-61r-108,0r-34,61r-33,0r139,-240r27,0xm164,-86r-24,-120r-66,120r90,0xm154,-260r-22,0r-37,-45r34,0","w":229},{"d":"158,-7v-52,12,-144,30,-144,-35v0,-51,60,-101,96,-129r13,17v-26,24,-77,66,-77,105v10,44,74,22,111,17xm147,-240r-7,41r-36,0r7,-41r36,0","w":188},{"d":"142,-179v31,0,44,20,40,53v16,-27,43,-53,75,-53v35,0,46,27,40,61r-21,118r-30,0r21,-130v0,-14,-6,-20,-21,-20v-49,1,-78,87,-85,150r-31,0r22,-130v0,-14,-7,-20,-21,-20v-50,1,-77,87,-85,150r-32,0r31,-175r31,0r-8,48v15,-27,42,-52,74,-52","w":317},{"d":"73,-138r-24,0r0,-150r24,0r0,150xm73,72r-24,0r0,-150r24,0r0,150","w":99},{"d":"256,-175r-82,175r-29,0r-15,-138r-63,138r-30,0r-21,-175r29,0r12,140r66,-140r28,0r14,138r60,-138r31,0","w":243},{"d":"189,-175r-31,175r-31,0r9,-49v-14,27,-43,52,-77,52v-35,0,-45,-27,-39,-60r20,-118r32,0r-23,129v0,15,8,21,22,21v48,-1,80,-86,87,-150r31,0","w":199},{"d":"239,0r-59,0r0,-60r59,0r0,60xm120,0r-60,0r0,-60r60,0r0,60xm120,-120r-60,0r0,-60r60,0r0,60xm239,-120r-59,0r0,-60r59,0r0,60xm179,-180r-59,0r0,-60r59,0r0,60xm59,-180r-59,0r0,-60r59,0r0,60xm59,-60r-59,0r0,-60r59,0r0,60xm179,-60r-59,0r0,-60r59,0r0,60","w":239},{"d":"96,-240r-42,240r-32,0r42,-240r32,0xm140,-305r-45,45r-22,0r34,-45r33,0","w":105},{"d":"256,-240r-26,151v-10,56,-51,93,-116,93v-55,0,-92,-35,-82,-93r27,-151r32,0r-28,167v0,35,20,49,57,49v42,0,71,-24,78,-65r26,-151r32,0xm213,-259r-24,0r-21,-29r-31,29r-24,0r45,-45r26,0","w":258},{"d":"176,-192r-58,24r49,24r-17,23r-42,-33r-5,58r-26,0r15,-58r-55,33r-8,-23r57,-24r-49,-24r17,-22r42,33r6,-59r26,0r-15,59r54,-33","w":172},{"d":"96,52v0,39,-49,51,-85,38r6,-13v23,8,57,5,57,-22v0,-21,-27,-16,-45,-14r17,-41r16,0v-1,3,-10,23,-11,26v24,-1,45,3,45,26","w":126},{"d":"227,-240r-5,28r-132,0r-13,74r124,0r-5,28r-124,0r-14,82r132,0r-5,28r-165,0r42,-240r165,0xm157,-260r-22,0r-36,-45r33,0","w":221},{"d":"256,-144v0,76,-56,148,-140,148v-58,0,-96,-42,-96,-99v0,-80,57,-148,140,-148v59,0,96,42,96,99xm224,-141v0,-42,-24,-74,-69,-74v-60,0,-103,57,-103,119v0,43,24,72,69,72v60,0,103,-56,103,-117xm220,-291v-7,15,-19,32,-37,32v-17,0,-27,-15,-38,-15v-8,0,-14,12,-17,18r-16,-6v7,-15,20,-31,38,-31v17,0,26,14,37,14v8,0,14,-12,17,-18","w":261},{"d":"143,-181v0,32,-21,63,-56,63v-35,0,-56,-30,-56,-63v0,-33,21,-62,56,-62v35,0,56,29,56,62xm297,-59v0,33,-21,62,-56,62v-35,0,-56,-29,-56,-62v0,-33,21,-63,56,-63v35,0,56,30,56,63xm240,-240r-129,240r-23,0r129,-240r23,0xm241,-15v45,-1,46,-87,0,-88v-46,1,-45,87,0,88xm87,-138v47,-1,45,-85,0,-86v-46,1,-45,85,0,86","w":304},{"d":"183,3r-172,-82r0,-17r172,-82r0,26r-139,65r139,64r0,26","w":202},{"d":"153,-172r-8,24v-59,-18,-98,13,-101,80v-2,48,43,54,81,37r7,23v-55,27,-119,3,-119,-60v0,-78,62,-131,140,-104","w":155},{"d":"239,-231r-8,24v-46,-14,-134,-17,-134,39v0,14,2,28,7,46r77,0r-4,20r-71,0v0,23,-11,51,-28,76r126,0r-5,26r-179,0r4,-26r22,0v17,-24,29,-50,29,-76r-36,0r3,-20r30,0v-22,-69,10,-121,93,-121v24,0,53,4,74,12","w":238},{"d":"231,-240r-5,28r-136,0r-13,74r126,0r-5,28r-126,0r-19,110r-33,0r42,-240r169,0","w":218},{"d":"198,-234r-7,26v-38,-7,-110,-25,-110,22v0,34,103,36,103,85v0,27,-21,48,-43,61v16,9,25,19,25,37v0,77,-108,80,-164,48r9,-23v21,9,45,15,68,15v22,0,56,-8,56,-33v0,-31,-103,-34,-103,-89v0,-28,15,-48,41,-58v-14,-9,-24,-22,-24,-40v0,-73,91,-65,149,-51xm114,-53v20,-7,53,-35,30,-55v-13,-10,-34,-17,-46,-22v-19,6,-34,20,-34,39v0,20,35,32,50,38","w":208},{"d":"239,0r-59,0r0,-60r59,0r0,60xm120,0r-60,0r0,-60r60,0r0,60xm120,-120r-60,0r0,-60r60,0r0,60xm239,-120r-59,0r0,-60r59,0r0,60xm179,-180r-59,0r0,-60r59,0r0,60xm59,-180r-59,0r0,-60r59,0r0,60xm59,-60r-59,0r0,-60r59,0r0,60xm179,-60r-59,0r0,-60r59,0r0,60","w":239},{"d":"57,-174v7,-46,29,-75,80,-75v29,0,59,15,59,47v0,46,-51,56,-51,81v0,21,58,24,58,65v0,59,-74,72,-120,47r9,-21v28,13,80,17,80,-21v0,-28,-58,-28,-58,-65v0,-41,51,-44,51,-82v0,-43,-67,-28,-74,10r-33,188r-31,0r27,-151r-26,0r4,-23r25,0","w":221},{"d":"292,-233r-34,31v69,115,-87,273,-196,176r-33,30r-9,-10r34,-31v-48,-92,20,-208,124,-206v27,0,53,9,71,30r34,-30xm226,-192v-73,-70,-192,37,-147,133xm86,-48v77,75,191,-45,147,-132","w":297},{"d":"183,-175r-31,175r-31,0r8,-48v-14,28,-40,51,-68,51v-36,0,-48,-27,-48,-60v0,-71,64,-157,137,-108r2,-10r31,0xm145,-137v-1,-11,-25,-16,-36,-16v-42,0,-65,49,-65,95v0,22,6,35,25,35v33,0,68,-57,76,-114xm179,-243r-45,45r-22,0r33,-45r34,0"},{"d":"256,-144v0,76,-56,148,-140,148v-58,0,-96,-42,-96,-99v0,-80,57,-148,140,-148v59,0,96,42,96,99xm224,-141v0,-42,-24,-74,-69,-74v-60,0,-103,57,-103,119v0,43,24,72,69,72v60,0,103,-56,103,-117xm172,-260r-22,0r-37,-45r34,0","w":261},{"d":"256,-240r-26,151v-10,56,-51,93,-116,93v-55,0,-92,-35,-82,-93r27,-151r32,0r-28,167v0,35,20,49,57,49v42,0,71,-24,78,-65r26,-151r32,0xm212,-305r-45,45r-22,0r33,-45r34,0","w":258},{"d":"179,-107v0,54,-36,110,-98,110v-43,0,-67,-31,-67,-71v0,-63,42,-111,99,-111v44,0,66,32,66,72xm148,-106v0,-28,-12,-47,-40,-47v-32,0,-63,32,-63,85v0,28,12,46,40,46v35,0,63,-35,63,-84xm171,-234r-6,34r-29,0r7,-34r28,0xm109,-234r-6,34r-29,0r6,-34r29,0","w":189},{"d":"223,-121v-10,26,-26,53,-44,74r31,47r-36,0r-17,-27v-38,40,-141,48,-141,-24v0,-45,35,-72,71,-91v-31,-38,-18,-101,43,-101v24,0,46,12,46,37v0,26,-16,48,-53,70v19,30,26,44,43,69v15,-17,28,-43,36,-62xm144,-47r-46,-76v-27,15,-50,35,-50,68v0,51,74,34,96,8xm150,-203v0,-13,-10,-19,-22,-19v-40,-1,-34,48,-15,69v19,-10,37,-29,37,-50","w":233},{"d":"227,-240r-5,28r-132,0r-13,74r124,0r-5,28r-124,0r-14,82r132,0r-5,28r-165,0r42,-240r165,0xm200,-294r-6,33r-29,0r6,-33r29,0xm137,-294r-6,33r-28,0r5,-33r29,0","w":221},{"d":"128,-162r-84,74r55,76r-15,12r-66,-88r97,-87xm199,-162r-83,74r56,75r-16,13r-66,-88r97,-87","w":213},{"d":"178,-175r-97,175r-31,0r-36,-175r31,0r25,143r77,-143r31,0","w":163},{"d":"60,-42r-7,42r-27,46r-15,0r25,-46r-20,0r8,-42r36,0","w":92},{"d":"256,-144v0,76,-56,148,-140,148v-58,0,-96,-42,-96,-99v0,-80,57,-148,140,-148v59,0,96,42,96,99xm224,-141v0,-42,-24,-74,-69,-74v-60,0,-103,57,-103,119v0,43,24,72,69,72v60,0,103,-56,103,-117xm225,-305r-44,45r-23,0r34,-45r33,0","w":261},{"d":"116,-211v4,44,-76,68,-78,13v-5,-44,76,-66,78,-13xm72,-173v35,3,53,-61,11,-63v-35,-3,-54,61,-11,63","w":114},{"d":"166,-139v0,39,-38,60,-121,63v-4,55,55,63,99,44r6,22v-56,31,-136,5,-136,-62v0,-59,40,-107,97,-107v37,0,55,19,55,40xm137,-135v0,-11,-8,-19,-29,-19v-30,0,-51,21,-59,53v53,-1,88,-13,88,-34xm121,-198r-22,0r-37,-45r34,0","w":173},{"d":"88,-8v-27,22,-80,11,-71,-38r34,-194r31,0r-34,204v-1,19,23,16,33,8","w":102},{"d":"227,-240r-5,28r-132,0r-13,74r124,0r-5,28r-124,0r-14,82r132,0r-5,28r-165,0r42,-240r165,0xm197,-259r-25,0r-20,-29r-31,29r-25,0r45,-45r27,0","w":221},{"d":"76,-175r-10,108r-12,67r-32,0v10,-62,25,-118,39,-175r15,0xm99,-240r-8,41r-37,0r8,-41r37,0","w":104},{"d":"184,-175r-41,236r-31,0r19,-109v-14,28,-39,51,-69,51v-36,0,-48,-27,-48,-60v0,-72,71,-161,136,-103r3,-15r31,0xm146,-135v2,-12,-23,-17,-35,-18v-44,0,-66,51,-66,95v0,22,7,35,26,35v32,0,68,-56,75,-112","w":195},{"d":"240,-240r-5,29r-187,184r156,0r-5,27r-194,0r5,-29r187,-183r-150,0r5,-28r188,0","w":227},{"d":"225,-240r-5,28r-81,0r-38,212r-32,0r37,-212r-81,0r5,-28r195,0","w":199},{"d":"189,-175r-31,175r-31,0r9,-49v-14,27,-43,52,-77,52v-35,0,-45,-27,-39,-60r20,-118r32,0r-23,129v0,15,8,21,22,21v48,-1,80,-86,87,-150r31,0xm175,-243r-44,45r-23,0r33,-45r34,0","w":203},{"d":"213,-170r-24,22v49,82,-62,198,-144,130r-23,21r-8,-8r25,-22v-52,-83,61,-201,143,-130r23,-22xm68,-38v51,50,120,-30,97,-89xm159,-138v-49,-46,-121,25,-97,89","w":223},{"d":"96,-240r-42,240r-32,0r42,-240r32,0xm93,-260r-22,0r-36,-45r33,0","w":105},{"d":"166,-139v0,39,-38,60,-121,63v-4,55,55,63,99,44r6,22v-56,31,-136,5,-136,-62v0,-59,40,-107,97,-107v37,0,55,19,55,40xm137,-135v0,-11,-8,-19,-29,-19v-30,0,-51,21,-59,53v53,-1,88,-13,88,-34xm171,-243r-44,45r-23,0r34,-45r33,0","w":180},{"d":"179,-107v0,54,-36,110,-98,110v-43,0,-67,-31,-67,-71v0,-63,42,-111,99,-111v44,0,66,32,66,72xm148,-106v0,-28,-12,-47,-40,-47v-32,0,-63,32,-63,85v0,28,12,46,40,46v35,0,63,-35,63,-84","w":189},{"d":"253,-240r-42,240r-33,0r19,-109r-126,0r-19,109r-32,0r42,-240r32,0r-18,103r126,0r18,-103r33,0","w":258},{"d":"117,-113r-4,28r-91,0r5,-28r90,0","w":129},{"d":"256,-144v0,71,-49,139,-124,147r-11,65r-32,0r11,-65v-50,-7,-80,-48,-80,-98v0,-80,56,-148,140,-148v59,0,96,42,96,99xm224,-141v0,-42,-24,-74,-69,-74v-60,0,-102,57,-102,119v0,42,23,72,68,72v60,0,103,-55,103,-117","w":261},{"d":"199,-79r-172,83r0,-26r138,-65r-138,-66r0,-26r172,83r0,17","w":202},{"d":"241,-181v0,39,-28,70,-63,79r57,102r-38,0r-54,-98r-74,0r-17,98r-32,0r42,-240v76,3,179,-19,179,59xm154,-124v54,5,79,-88,16,-89r-80,0r-16,89r80,0","w":253},{"d":"175,-175r-5,25r-126,126r107,0r-4,24r-143,0r4,-25r126,-127r-99,0r5,-23r135,0","w":174},{"d":"213,0r-32,0r-13,-61r-108,0r-34,61r-33,0r139,-240r27,0xm164,-86r-24,-120r-66,120r90,0","w":229},{"d":"179,-175r-133,236r-29,0r34,-61r-38,-175r30,0r28,142r77,-142r31,0xm153,-243r-44,45r-23,0r34,-45r33,0","w":166},{"d":"211,-153v0,65,-36,157,-115,157v-51,0,-73,-41,-73,-88v0,-69,35,-156,116,-156v52,0,72,40,72,87xm181,-152v0,-31,-10,-61,-46,-61v-60,0,-81,83,-81,130v0,32,11,60,47,60v52,0,80,-83,80,-129","w":220},{"d":"198,-236r-5,28r-136,208r-32,0r137,-210r-127,0r5,-26r158,0","w":182},{"d":"239,0r-59,0r0,-60r59,0r0,60xm120,0r-60,0r0,-60r60,0r0,60xm120,-120r-60,0r0,-60r60,0r0,60xm239,-120r-59,0r0,-60r59,0r0,60xm179,-180r-59,0r0,-60r59,0r0,60xm59,-180r-59,0r0,-60r59,0r0,60xm59,-60r-59,0r0,-60r59,0r0,60xm179,-60r-59,0r0,-60r59,0r0,60","w":239},{"d":"204,-87r-5,27r-37,0r-11,60r-30,0r11,-60r-123,0r5,-28r146,-148r33,0r-26,149r37,0xm156,-198r-110,111r90,0","w":218},{"d":"186,-188v0,28,-19,51,-43,62v22,7,36,25,36,48v0,77,-104,98,-172,70r9,-24v51,18,131,15,131,-44v0,-44,-66,-35,-93,-35r5,-25v37,1,92,4,96,-47v-6,-45,-69,-30,-104,-22r-4,-24v52,-17,139,-23,139,41","w":196},{"d":"98,-240v-10,62,-25,118,-39,175r-15,0r10,-108r12,-67r32,0xm66,-41r-8,41r-36,0r7,-41r37,0","w":105},{"d":"239,-237r-8,27v-95,-21,-179,18,-179,110v0,66,65,87,131,71r15,-84r30,0r-19,106v-87,31,-189,-2,-189,-92v0,-112,103,-164,219,-138","w":247},{"d":"206,-186v0,89,-142,95,-157,159r133,0r-5,27r-167,0v2,-79,73,-96,126,-131v19,-12,39,-25,39,-51v0,-28,-34,-31,-55,-31v-22,0,-44,5,-66,10r-4,-25v57,-15,156,-29,156,42","w":216},{"d":"248,-240r-148,119r112,121r-41,0r-99,-109r-20,109r-32,0r42,-240r33,0r-19,103r131,-103r41,0","w":233},{"d":"242,-167r-6,21r-44,0r-15,51r44,0r-6,20r-44,0r-23,75r-23,0r23,-75r-63,0r-23,75r-22,0r22,-75r-44,0r6,-20r44,0r16,-51r-44,0r6,-21r44,0r22,-73r23,0r-22,73r63,0r22,-73r23,0r-22,73r43,0xm170,-146r-64,0r-15,51r63,0","w":242},{"d":"203,-164v0,109,-73,187,-185,163r6,-24v77,15,124,-28,141,-91v-39,45,-132,33,-132,-36v0,-51,42,-88,96,-88v47,0,74,30,74,76xm108,-115v63,9,93,-99,18,-98v-62,-8,-90,100,-18,98","w":211},{"d":"116,-243r-45,45r-22,0r33,-45r34,0","w":108},{"d":"249,-139v0,108,-96,148,-219,139r20,-112r-32,0r4,-23r32,0r19,-105v95,-7,176,19,176,101xm216,-137v0,-58,-53,-79,-116,-75r-14,77r45,0r-4,23r-45,0r-14,84v80,6,148,-32,148,-109","w":248},{"d":"239,0r-59,0r0,-60r59,0r0,60xm120,0r-60,0r0,-60r60,0r0,60xm120,-120r-60,0r0,-60r60,0r0,60xm239,-120r-59,0r0,-60r59,0r0,60xm179,-180r-59,0r0,-60r59,0r0,60xm59,-180r-59,0r0,-60r59,0r0,60xm59,-60r-59,0r0,-60r59,0r0,60xm179,-60r-59,0r0,-60r59,0r0,60","w":239},{"d":"189,-175r-31,175r-31,0r9,-49v-14,27,-43,52,-77,52v-35,0,-45,-27,-39,-60r20,-118r32,0r-23,129v0,15,8,21,22,21v48,-1,80,-86,87,-150r31,0xm173,-197r-24,0r-21,-29r-31,29r-25,0r46,-45r26,0","w":203},{"d":"96,-240r-42,240r-32,0r42,-240r32,0xm136,-294r-6,33r-28,0r5,-33r29,0xm73,-294r-5,33r-29,0r6,-33r28,0","w":105},{"d":"205,-189v0,27,-18,50,-41,62v20,9,33,26,33,48v0,53,-51,83,-101,83v-37,0,-76,-19,-76,-60v0,-34,24,-59,55,-71v-13,-9,-23,-24,-23,-41v0,-46,46,-72,87,-72v32,0,66,14,66,51xm166,-75v0,-27,-26,-37,-49,-37v-31,0,-66,17,-66,52v0,28,26,38,50,38v31,0,65,-18,65,-53xm175,-183v0,-23,-20,-31,-40,-31v-27,0,-54,16,-54,46v0,23,19,32,40,32v27,0,54,-18,54,-47","w":214},{"d":"243,-240r-134,240r-29,0r-49,-240r31,0r39,199r109,-199r33,0","w":212},{"d":"22,-72v0,-112,73,-186,186,-163r-8,25v-77,-15,-125,26,-141,90v35,-43,132,-36,132,32v0,52,-43,92,-96,92v-46,0,-73,-31,-73,-76xm98,-23v61,0,89,-100,18,-98v-35,0,-65,24,-65,57v0,27,20,41,47,41","w":211},{"d":"195,-118v0,71,-64,155,-137,107r-13,72r-31,0r53,-301r31,0r-20,112v14,-28,41,-51,69,-51v36,0,48,28,48,61xm164,-118v0,-22,-6,-35,-25,-35v-35,-1,-67,63,-77,118v53,39,102,-20,102,-83","w":206},{"d":"130,-88r-98,88r-14,-15r83,-73r-55,-74r17,-13xm201,-88r-97,88r-14,-15r83,-73r-55,-74r17,-13","w":213},{"d":"138,-262v-66,84,-101,194,-54,305r-22,12v-63,-114,-21,-244,57,-329","w":122},{"d":"179,-243r-154,285r-27,0r155,-285r26,0","w":170},{"d":"183,-175r-31,175r-31,0r8,-48v-14,28,-40,51,-68,51v-36,0,-48,-27,-48,-60v0,-71,64,-157,137,-108r2,-10r31,0xm145,-137v-1,-11,-25,-16,-36,-16v-42,0,-65,49,-65,95v0,22,6,35,25,35v33,0,68,-57,76,-114xm134,-198r-22,0r-37,-45r34,0"},{"d":"149,-240r-43,240r-18,0r40,-227r-27,0r-40,227r-18,0r25,-142v-23,0,-41,-18,-41,-41v0,-30,28,-57,58,-57r64,0","w":154},{"d":"256,-240r-26,151v-10,56,-51,93,-116,93v-55,0,-92,-35,-82,-93r27,-151r32,0r-28,167v0,35,20,49,57,49v42,0,71,-24,78,-65r26,-151r32,0xm213,-294r-5,33r-29,0r6,-33r28,0xm151,-294r-6,33r-29,0r6,-33r29,0","w":258},{"d":"74,-274v61,115,21,245,-59,329r-19,-12v66,-84,103,-195,54,-305","w":122},{"d":"213,0r-32,0r-13,-61r-108,0r-34,61r-33,0r139,-240r27,0xm164,-86r-24,-120r-66,120r90,0xm184,-288v3,34,-60,53,-62,11v-3,-35,59,-53,62,-11xm149,-263v22,2,34,-38,7,-39v-21,-2,-32,37,-7,39","w":229},{"d":"72,-175r-31,175r-31,0r31,-175r31,0xm67,-198r-23,0r-36,-45r33,0","w":88},{"d":"183,-175r-99,87r72,88r-36,0r-61,-76r-14,76r-31,0r43,-240r31,0r-24,136r81,-71r38,0","w":176},{"d":"60,-41r-7,41r-37,0r7,-41r37,0xm83,-172r-7,41r-36,0r6,-41r37,0","w":93},{"d":"145,-241r-21,118r-21,0r6,-33v-9,18,-27,34,-46,34v-24,0,-32,-18,-32,-40v0,-47,44,-104,92,-72v-2,-11,13,-6,22,-7xm68,-139v22,0,48,-40,52,-79v-36,-25,-72,14,-69,56v0,15,4,23,17,23","w":136},{"d":"102,-198r-22,0r-37,-45r34,0","w":109},{"d":"76,-175r-31,175r-31,0r31,-175r31,0xm88,-243r-7,38r-31,0r7,-38r31,0","w":88},{"d":"147,-240r-17,100r-26,0r18,-100r25,0xm83,-240r-18,100r-25,0r17,-100r26,0","w":147},{"d":"264,-240r-43,240r-32,0r-104,-191r-34,191r-31,0r42,-240r32,0r104,191r34,-191r32,0xm224,-291v-7,15,-19,32,-37,32v-17,0,-27,-15,-38,-15v-8,0,-14,12,-17,18r-15,-6v7,-15,19,-31,37,-31v17,0,27,14,38,14v8,0,14,-12,17,-18","w":268},{"d":"213,0r-32,0r-13,-61r-108,0r-34,61r-33,0r139,-240r27,0xm164,-86r-24,-120r-66,120r90,0xm139,-294r-6,33r-28,0r6,-33r28,0xm202,-294r-6,33r-29,0r6,-33r29,0","w":229},{"d":"142,-244r-6,23v-38,-13,-55,11,-56,47r39,0r-5,23r-38,0r-27,151r-31,0r27,-151r-26,0r4,-23r26,0v6,-57,38,-90,93,-70","w":109},{"d":"144,-179v35,0,46,27,40,61r-21,118r-31,0r22,-130v0,-14,-7,-20,-21,-20v-50,1,-80,86,-87,150r-32,0r43,-240r30,0r-19,113v17,-27,43,-52,76,-52","w":203},{"d":"96,-240r-42,240r-32,0r42,-240r32,0xm134,-259r-25,0r-20,-29r-31,29r-25,0r46,-45r26,0","w":105},{"d":"131,42r-27,0r-54,-285r27,0","w":170},{"d":"166,-139v0,39,-38,60,-121,63v-4,55,55,63,99,44r6,22v-56,31,-136,5,-136,-62v0,-59,40,-107,97,-107v37,0,55,19,55,40xm137,-135v0,-11,-8,-19,-29,-19v-30,0,-51,21,-59,53v53,-1,88,-13,88,-34xm164,-234r-6,34r-29,0r6,-34r29,0xm101,-234r-6,34r-29,0r6,-34r29,0","w":173},{"d":"73,-175r-33,185v-5,45,-39,62,-81,50r4,-23v26,6,41,-2,46,-28r33,-184r31,0xm85,-243r-7,38r-31,0r7,-38r31,0","w":84},{"d":"73,72r-24,0r0,-360r24,0r0,360","w":99},{"d":"144,-179v35,0,46,27,40,61r-21,118r-31,0r22,-131v0,-14,-7,-19,-21,-19v-51,1,-80,86,-87,150r-32,0r31,-175r31,0r-9,48v16,-28,45,-52,77,-52","w":203},{"d":"179,-28r-4,28r-155,0r42,-240r33,0r-38,212r122,0","w":199},{"d":"227,-240r-5,28r-132,0r-13,74r124,0r-5,28r-124,0r-14,82r132,0r-5,28r-165,0r42,-240r165,0","w":221},{"d":"183,-175r-31,175r-31,0r8,-48v-14,28,-40,51,-68,51v-36,0,-48,-27,-48,-60v0,-71,64,-157,137,-108r2,-10r31,0xm145,-137v-1,-11,-25,-16,-36,-16v-42,0,-65,49,-65,95v0,22,6,35,25,35v33,0,68,-57,76,-114xm175,-234r-6,34r-29,0r7,-34r28,0xm113,-234r-6,34r-29,0r6,-34r29,0"},{"w":75},{"d":"196,-74r-73,0r0,74r-24,0r0,-74r-74,0r0,-23r74,0r0,-75r24,0r0,75r73,0r0,23","w":210},{"d":"196,-240r-42,240r-32,0r9,-48v-15,28,-41,51,-69,51v-36,0,-48,-27,-48,-60v0,-71,64,-157,137,-108r14,-75r31,0xm147,-137v-5,-12,-24,-16,-36,-16v-42,0,-66,49,-66,95v0,22,5,35,25,35v32,0,60,-57,77,-114","w":195},{"d":"20,-98v0,-113,104,-166,215,-137r-9,27v-88,-26,-173,20,-173,108v0,70,75,88,141,69r1,26v-21,6,-40,9,-65,9v-3,7,-9,19,-10,22v24,-1,45,2,45,26v0,39,-48,51,-85,38r6,-13v24,9,58,5,58,-22v0,-21,-26,-16,-45,-14r15,-38v-54,-7,-94,-46,-94,-101","w":228},{"d":"256,-240r-26,151v-10,56,-51,93,-116,93v-55,0,-92,-35,-82,-93r27,-151r32,0r-28,167v0,35,20,49,57,49v42,0,71,-24,78,-65r26,-151r32,0","w":256},{"d":"143,-284r-5,26r-40,0r-49,277r40,0r-4,26r-72,0r58,-329r72,0","w":112},{"d":"75,-175r-31,175r-31,0r31,-175r31,0xm119,-243r-44,45r-23,0r34,-45r33,0","w":88},{"d":"266,-120v0,68,-54,124,-122,124v-68,0,-122,-56,-122,-124v0,-68,54,-123,122,-123v68,0,122,55,122,123xm252,-120v0,-59,-45,-110,-108,-110v-63,0,-109,51,-109,110v0,59,46,111,109,111v63,0,108,-52,108,-111xm183,-178r-2,13v-41,-11,-79,7,-79,45v0,38,38,57,79,45r2,12v-47,17,-97,-11,-97,-57v0,-46,49,-76,97,-58","w":271},{"d":"160,-30r-17,18r-52,-52r-52,52r-17,-18r51,-52r-51,-52r17,-17r52,52r52,-52r17,17r-52,52","w":171},{"d":"182,-197v0,49,-61,102,-96,129r-13,-18v27,-24,77,-65,77,-104v0,-44,-73,-23,-109,-18r-3,-25v52,-11,144,-28,144,36xm93,-41r-7,41r-37,0r7,-41r37,0","w":182},{"d":"170,-66v-4,-44,-126,-54,-126,-113v0,-81,115,-69,179,-53r-7,26v-44,-8,-139,-30,-139,26v0,46,130,56,126,109v-7,85,-126,88,-194,56r8,-25v49,20,143,35,153,-26","w":222},{"d":"266,-120v0,68,-54,124,-122,124v-68,0,-122,-56,-122,-124v0,-68,54,-123,122,-123v68,0,122,55,122,123xm252,-120v0,-59,-45,-110,-108,-110v-63,0,-109,51,-109,110v0,59,46,111,109,111v63,0,108,-52,108,-111xm206,-60r-19,0r-36,-50r-37,0r0,50r-16,0r0,-121v43,-1,98,-5,96,36v0,15,-9,28,-26,33xm177,-145v0,-29,-36,-21,-63,-22r0,45v28,-1,63,7,63,-23","w":271},{"d":"152,-240r-30,169v-5,55,-52,79,-124,72r5,-27v48,4,80,-6,87,-46r25,-141r-72,0r5,-27r104,0","w":151},{"d":"181,-118v0,71,-65,155,-137,107r-13,72r-31,0r42,-236r31,0r-9,47v14,-28,39,-51,69,-51v36,0,48,28,48,61xm150,-118v0,-22,-6,-35,-25,-35v-35,-1,-66,63,-77,118v53,40,102,-21,102,-83","w":191},{"d":"253,-240r-114,121r72,119r-37,0r-56,-96r-92,96r-37,0r114,-121r-70,-119r35,0r57,96r91,-96r37,0","w":231},{"d":"20,-98v3,-113,104,-166,215,-137r-9,27v-88,-26,-173,20,-173,108v0,70,75,88,141,69r1,26v-81,28,-177,-8,-175,-93","w":228},{"d":"227,-240r-5,28r-132,0r-13,74r124,0r-5,28r-124,0r-14,82r132,0r-5,28r-165,0r42,-240r165,0xm200,-305r-44,45r-23,0r34,-45r33,0","w":221},{"d":"264,-240r-43,240r-32,0r-104,-191r-34,191r-31,0r42,-240r32,0r104,191r34,-191r32,0","w":268},{"d":"58,-41r-7,41r-27,46r-15,0r25,-46r-20,0r8,-41r36,0xm81,-172r-7,41r-37,0r8,-41r36,0","w":91},{"d":"238,-139v-3,110,-97,147,-218,139r43,-240v95,-7,177,19,175,101xm205,-137v0,-58,-53,-80,-115,-75r-33,184v80,6,148,-31,148,-109","w":238},{"d":"157,-173r-7,24v-13,-4,-25,-4,-40,-4r-23,130v14,3,30,-2,47,-8r7,22v-16,7,-36,13,-58,12r-5,27r-8,0r5,-28v-40,-5,-62,-34,-62,-72v0,-57,35,-103,94,-108r5,-27r8,0r-5,26v15,0,27,1,42,6xm102,-152v-56,3,-87,115,-22,129","w":159},{"d":"244,-240r-117,144r-16,96r-33,0r17,-96r-66,-144r33,0r54,115r93,-115r35,0","w":209},{"d":"185,-118v0,71,-70,160,-136,103r-3,15r-32,0r43,-240r31,0r-20,112v14,-28,39,-51,69,-51v36,0,48,28,48,61xm154,-118v0,-22,-6,-35,-25,-35v-33,0,-69,57,-76,115v47,47,101,-20,101,-80","w":194},{"d":"332,-240r-108,240r-27,0r-24,-192r-93,192r-26,0r-23,-240r30,0r16,184r91,-184r26,0r24,184r82,-183","w":306},{"d":"144,-179v35,0,46,27,40,61r-21,118r-31,0r22,-131v0,-14,-7,-19,-21,-19v-51,1,-80,86,-87,150r-32,0r31,-175r31,0r-9,48v16,-28,45,-52,77,-52xm182,-233v-7,15,-20,31,-38,31v-26,-5,-43,-26,-54,3r-16,-5v7,-15,20,-32,38,-32v17,0,26,15,37,15v8,0,14,-12,17,-18","w":203},{"d":"242,-16v-85,38,-213,26,-213,-80v0,-79,51,-147,125,-147v101,0,48,115,41,184r-21,0r5,-31v-9,18,-25,33,-44,33v-23,0,-31,-17,-31,-39v0,-46,41,-101,89,-70v7,-32,0,-60,-43,-59v-58,0,-100,62,-100,126v0,92,112,99,187,68xm189,-148v1,-7,-16,-10,-23,-10v-28,0,-42,33,-42,61v0,14,3,23,16,23v23,0,43,-42,49,-74","w":259}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+192-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);})("We&h4rs+}ZTVWk%|mrCw#e#TG?sh&rTVG?uw}Z9p&{YP(D+J&@hAm1]t&rs5;%chiX>6srKcGj@tie{yGj@tie#D1hchiX>rihchiX>rsCchiX>r0@%Am1]t(6mAm1]t(rKTGj@tieC6Gj@tie(IGj@tieK+Gj@tie(hGj@tie{rGj@tie@?56{Am1]t&1{DGIuAm1]t&r&Am1]t&e9Am1]t&1sAm1]t(r{Am1]t&X(2Gj@tie#cGj@tie(tmCchiX>y0jh|Gj@tieiwM%chiX>%s?mAm1]t&Z{m`{chiX>2&GyAm1]t(1>Am1]t&6uAm1]t(1{`Gj@tieiDGj@tie5+Gj@tie@wuhchiX>20{chiX>6i{chiX>y&%chiX>6iCchiX>J&rhAm1]t(1&Im{chiX>J(hchiX>6&CchiX>2(J$Am1]t(6yAm1]t(DyAm1]t&X@%NesAm1]t(1seGj@tieKIGj@tie#QGj@tie9rGj@tie5-Gj@tie@cGj@tie5wGj@tie9yGj@tie(?u%chiX>6(%chiX>y(p(PGj@tie5DGj@tie#tGj@tie@-4CchiX>6({chiX>yiGC}{CchiX>r({chiX>r0CchiX>6(hchiX>%0ZT#;{Kz@p$>Gj@tie&2iXmAm1]t(6#+iwCji2P60{chiX>JsCchiX>2iCchiX>J&CchiX>r(%chiX>6&6yZs%chiX>r&{chiX>J(JyA;hchiX>%iCchiX>Js%chiX>2(w%Am1]t(D{Am1]t&Zs:0%chiX>y(Z>$GkuAm1]t&XCAm1]t(D9r}CchiX>6&{cAGj@tie{J}pcV1K{Am1]t&15!W?9Am1]t(Dm{ZhchiX>%&CchiX>y0{chiX>2sDT1Gj@tieC%np>(5hchiX>60@-|9CchiX>yi%%J{hchiX>ri@]]>kXKCej#uW;is0N59n1@{ZG(&}4Am`M!yJ62%rp^$8:PdVatcwD+h?I-Qo|YTzEJ;pst4e%+Wk#JWnc$N1]PAXhJ;p]P4Xht;rc%4rm+}kcpNZ#V&JQp4j%t}jiT`I+|}Z(^(JQa}D+aGJ!E0pmImhtVW1Y^ND^VWhtV(r%amkh+4I{w}Gsd&{tV(?TdMk-:GkQ?}Gs$mkhJ}ZT+GkQ64?hY;JdA;p9hAr%D4ZYd(r%amCtV(?TdWn5a}nQ+&Gs+Weca(?C+}ZTV;ryaAI9V(Zh%Wn%r4I#^0?2Y4XP:W?2$&hd6Z?%mG1htZ?%mMn2^Wn]!")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":192,"face":{"font-family":"LocatorRegular","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-41 -312.366 332 95.0354","underline-thickness":"7.2","underline-position":"-47.88","slope":"-11","stemh":"25","stemv":"31","unicode-range":"U+0020-U+00FF"}}));;Drupal.behaviors.aa_cufon=function(context){Cufon.replace("#title-sejourner",{fontFamily:"TheSans_Plain",hover:false});Cufon.replace(".node-full .node-related , .node-full .node-title h1",{fontFamily:"TheSans_Plain",hover:false});Cufon.replace("#backgrounds .box-title, #ajax-output-title",{fontFamily:"TheSans",hover:false});Cufon.replace("#page-title, #page-title h1",{fontFamily:"TheSans_Light",hover:false,textShadow:'#FFF 1px 0px'});Cufon.replace(".sub-item-text, .idee-image a span",{fontFamily:"TheSans_BoldPlain",hover:false});Cufon.now();};Drupal.behaviors.resizeImg=function(context){var slideshow_background=$(context).find("#backgrounds-cycle").addClass("processed");var img_elm=slideshow_background.find("img");if(img_elm.length>0){Drupal.settings.slideshow_height=Drupal.settings.slideshow_height?Drupal.settings.slideshow_height:parseInt($("#main").css("margin-top"))+$("#header").height();if(document.documentElement.clientWidth>1024){var stage_width=$(window).width();var img_height=(stage_width/1800)*740;img_elm.width(stage_width).height(img_height).css("margin-top",((420-img_height)/2)+0);}
else
{}
if($("body").hasClass("front")==false){var first_slide=img_elm.eq(0);var loadingCallback=function(){first_slide.show();slideshow_background.removeClass("slideshow-init");};if(first_slide[0].complete==false){var first_slide_image=$("<img />").attr("src",first_slide.attr("src"));first_slide_image.bind("load",function(){loadingCallback();});}else{loadingCallback();}}}}
$(window).resize(function(){Drupal.behaviors.resizeImg(document);});Drupal.behaviors.resizeImg();;(function($){var ver="2.94";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function debug(s){if($.fn.cycle.debug){log(s);}}function log(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "));}}$.fn.cycle=function(options,arg2){var o={s:this.selector,c:this.context};if(this.length===0&&options!="stop"){if(!$.isReady&&o.s){log("DOM not ready, queuing slideshow");$(function(){$(o.s,o.c).cycle(options,arg2);});return this;}log("terminating; zero elements found by selector"+($.isReady?"":" (DOM not ready)"));return this;}return this.each(function(){var opts=handleArguments(this,options,arg2);if(opts===false){return;}opts.updateActivePagerLink=opts.updateActivePagerLink||$.fn.cycle.updateActivePagerLink;if(this.cycleTimeout){clearTimeout(this.cycleTimeout);}this.cycleTimeout=this.cyclePause=0;var $cont=$(this);var $slides=opts.slideExpr?$(opts.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){log("terminating; too few slides: "+els.length);return;}var opts2=buildOptions($cont,$slides,els,opts,o);if(opts2===false){return;}var startTime=opts2.continuous?10:getTimeout(els[opts2.currSlide],els[opts2.nextSlide],opts2,!opts2.backwards);if(startTime){startTime+=(opts2.delay||0);if(startTime<10){startTime=10;}debug("first timeout: "+startTime);this.cycleTimeout=setTimeout(function(){go(els,opts2,0,!opts.backwards);},startTime);}});};function handleArguments(cont,options,arg2){if(cont.cycleStop==undefined){cont.cycleStop=0;}if(options===undefined||options===null){options={};}if(options.constructor==String){switch(options){case"destroy":case"stop":var opts=$(cont).data("cycle.opts");if(!opts){return false;}cont.cycleStop++;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);}cont.cycleTimeout=0;$(cont).removeData("cycle.opts");if(options=="destroy"){destroy(opts);}return false;case"toggle":cont.cyclePause=(cont.cyclePause===1)?0:1;checkInstantResume(cont.cyclePause,arg2,cont);return false;case"pause":cont.cyclePause=1;return false;case"resume":cont.cyclePause=0;checkInstantResume(false,arg2,cont);return false;case"prev":case"next":var opts=$(cont).data("cycle.opts");if(!opts){log('options not found, "prev/next" ignored');return false;}$.fn.cycle[options](opts);return false;default:options={fx:options};}return options;}else{if(options.constructor==Number){var num=options;options=$(cont).data("cycle.opts");if(!options){log("options not found, can not advance slide");return false;}if(num<0||num>=options.elements.length){log("invalid slide index: "+num);return false;}options.nextSlide=num;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}if(typeof arg2=="string"){options.oneTimeFx=arg2;}go(options.elements,options,1,num>=options.currSlide);return false;}}return options;function checkInstantResume(isPaused,arg2,cont){if(!isPaused&&arg2===true){var options=$(cont).data("cycle.opts");if(!options){log("options not found, can not resume");return false;}if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}go(options.elements,options,1,!options.backwards);}}}function removeFilter(el,opts){if(!$.support.opacity&&opts.cleartype&&el.style.filter){try{el.style.removeAttribute("filter");}catch(smother){}}}function destroy(opts){if(opts.next){$(opts.next).unbind(opts.prevNextEvent);}if(opts.prev){$(opts.prev).unbind(opts.prevNextEvent);}if(opts.pager||opts.pagerAnchorBuilder){$.each(opts.pagerAnchors||[],function(){this.unbind().remove();});}opts.pagerAnchors=null;if(opts.destroy){opts.destroy(opts);}}function buildOptions($cont,$slides,els,options,o){var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont.data():{});if(opts.autostop){opts.countdown=opts.autostopCount||els.length;}var cont=$cont[0];$cont.data("cycle.opts",opts);opts.$cont=$cont;opts.stopCount=cont.cycleStop;opts.elements=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];opts.after.unshift(function(){opts.busy=0;});if(!$.support.opacity&&opts.cleartype){opts.after.push(function(){removeFilter(this,opts);});}if(opts.continuous){opts.after.push(function(){go(els,opts,0,!opts.backwards);});}saveOriginalOpts(opts);if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($slides);}if($cont.css("position")=="static"){$cont.css("position","relative");}if(opts.width){$cont.width(opts.width);}if(opts.height&&opts.height!="auto"){$cont.height(opts.height);}if(opts.startingSlide){opts.startingSlide=parseInt(opts.startingSlide);}else{if(opts.backwards){opts.startingSlide=els.length-1;}}if(opts.random){opts.randomMap=[];for(var i=0;i<els.length;i++){opts.randomMap.push(i);}opts.randomMap.sort(function(a,b){return Math.random()-0.5;});opts.randomIndex=1;opts.startingSlide=opts.randomMap[1];}else{if(opts.startingSlide>=els.length){opts.startingSlide=0;}}opts.currSlide=opts.startingSlide||0;var first=opts.startingSlide;$slides.css({position:"absolute",top:0,left:0}).hide().each(function(i){var z;if(opts.backwards){z=first?i<=first?els.length+(i-first):first-i:els.length-i;}else{z=first?i>=first?els.length-(i-first):first-i:els.length-i;}$(this).css("z-index",z);});$(els[first]).css("opacity",1).show();removeFilter(els[first],opts);if(opts.fit&&opts.width){$slides.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}var reshape=opts.containerResize&&!$cont.innerHeight();if(reshape){var maxw=0,maxh=0;for(var j=0;j<els.length;j++){var $e=$(els[j]),e=$e[0],w=$e.outerWidth(),h=$e.outerHeight();if(!w){w=e.offsetWidth||e.width||$e.attr("width");}if(!h){h=e.offsetHeight||e.height||$e.attr("height");}maxw=w>maxw?w:maxw;maxh=h>maxh?h:maxh;}if(maxw>0&&maxh>0){$cont.css({width:maxw+"px",height:maxh+"px"});}}if(opts.pause){$cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});}if(supportMultiTransitions(opts)===false){return false;}var requeue=false;options.requeueAttempts=options.requeueAttempts||0;$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:($el.height()||this.offsetHeight||this.height||$el.attr("height")||0);this.cycleW=(opts.fit&&opts.width)?opts.width:($el.width()||this.offsetWidth||this.width||$el.attr("width")||0);if($el.is("img")){var loadingIE=($.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var loadingFF=($.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var loadingOp=($.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var loadingOther=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(loadingIE||loadingFF||loadingOp||loadingOther){if(o.s&&opts.requeueOnImageNotLoaded&&++options.requeueAttempts<100){log(options.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){$(o.s,o.c).cycle(options);},opts.requeueTimeout);requeue=true;return false;}else{log("could not determine size of image: "+this.src,this.cycleW,this.cycleH);}}}return true;});if(requeue){return false;}opts.cssBefore=opts.cssBefore||{};opts.animIn=opts.animIn||{};opts.animOut=opts.animOut||{};$slides.not(":eq("+first+")").css(opts.cssBefore);if(opts.cssFirst){$($slides[first]).css(opts.cssFirst);}if(opts.timeout){opts.timeout=parseInt(opts.timeout);if(opts.speed.constructor==String){opts.speed=$.fx.speeds[opts.speed]||parseInt(opts.speed);}if(!opts.sync){opts.speed=opts.speed/2;}var buffer=opts.fx=="shuffle"?500:250;while((opts.timeout-opts.speed)<buffer){opts.timeout+=opts.speed;}}if(opts.easing){opts.easeIn=opts.easeOut=opts.easing;}if(!opts.speedIn){opts.speedIn=opts.speed;}if(!opts.speedOut){opts.speedOut=opts.speed;}opts.slideCount=els.length;opts.currSlide=opts.lastSlide=first;if(opts.random){if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.backwards){opts.nextSlide=opts.startingSlide==0?(els.length-1):opts.startingSlide-1;}else{opts.nextSlide=opts.startingSlide>=(els.length-1)?0:opts.startingSlide+1;}}if(!opts.multiFx){var init=$.fn.cycle.transitions[opts.fx];if($.isFunction(init)){init($cont,$slides,opts);}else{if(opts.fx!="custom"&&!opts.multiFx){log("unknown transition: "+opts.fx,"; slideshow terminating");return false;}}}var e0=$slides[first];if(opts.before.length){opts.before[0].apply(e0,[e0,e0,opts,true]);}if(opts.after.length>1){opts.after[1].apply(e0,[e0,e0,opts,true]);}if(opts.next){$(opts.next).bind(opts.prevNextEvent,function(){return advance(opts,1);});}if(opts.prev){$(opts.prev).bind(opts.prevNextEvent,function(){return advance(opts,0);});}if(opts.pager||opts.pagerAnchorBuilder){buildPager(els,opts);}exposeAddSlide(opts,els);return opts;}function saveOriginalOpts(opts){opts.original={before:[],after:[]};opts.original.cssBefore=$.extend({},opts.cssBefore);opts.original.cssAfter=$.extend({},opts.cssAfter);opts.original.animIn=$.extend({},opts.animIn);opts.original.animOut=$.extend({},opts.animOut);$.each(opts.before,function(){opts.original.before.push(this);});$.each(opts.after,function(){opts.original.after.push(this);});}function supportMultiTransitions(opts){var i,tx,txs=$.fn.cycle.transitions;if(opts.fx.indexOf(",")>0){opts.multiFx=true;opts.fxs=opts.fx.replace(/\s*/g,"").split(",");for(i=0;i<opts.fxs.length;i++){var fx=opts.fxs[i];tx=txs[fx];if(!tx||!txs.hasOwnProperty(fx)||!$.isFunction(tx)){log("discarding unknown transition: ",fx);opts.fxs.splice(i,1);i--;}}if(!opts.fxs.length){log("No valid transitions named; slideshow terminating.");return false;}}else{if(opts.fx=="all"){opts.multiFx=true;opts.fxs=[];for(p in txs){tx=txs[p];if(txs.hasOwnProperty(p)&&$.isFunction(tx)){opts.fxs.push(p);}}}}if(opts.multiFx&&opts.randomizeEffects){var r1=Math.floor(Math.random()*20)+30;for(i=0;i<r1;i++){var r2=Math.floor(Math.random()*opts.fxs.length);opts.fxs.push(opts.fxs.splice(r2,1)[0]);}debug("randomized fx sequence: ",opts.fxs);}return true;}function exposeAddSlide(opts,els){opts.addSlide=function(newSlide,prepend){var $s=$(newSlide),s=$s[0];if(!opts.autostopCount){opts.countdown++;}els[prepend?"unshift":"push"](s);if(opts.els){opts.els[prepend?"unshift":"push"](s);}opts.slideCount=els.length;$s.css("position","absolute");$s[prepend?"prependTo":"appendTo"](opts.$cont);if(prepend){opts.currSlide++;opts.nextSlide++;}if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($s);}if(opts.fit&&opts.width){$s.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$s.height(opts.height);}s.cycleH=(opts.fit&&opts.height)?opts.height:$s.height();s.cycleW=(opts.fit&&opts.width)?opts.width:$s.width();$s.css(opts.cssBefore);if(opts.pager||opts.pagerAnchorBuilder){$.fn.cycle.createPagerAnchor(els.length-1,s,$(opts.pager),els,opts);}if($.isFunction(opts.onAddSlide)){opts.onAddSlide($s);}else{$s.hide();}};}$.fn.cycle.resetState=function(opts,fx){fx=fx||opts.fx;opts.before=[];opts.after=[];opts.cssBefore=$.extend({},opts.original.cssBefore);opts.cssAfter=$.extend({},opts.original.cssAfter);opts.animIn=$.extend({},opts.original.animIn);opts.animOut=$.extend({},opts.original.animOut);opts.fxFn=null;$.each(opts.original.before,function(){opts.before.push(this);});$.each(opts.original.after,function(){opts.after.push(this);});var init=$.fn.cycle.transitions[fx];if($.isFunction(init)){init(opts.$cont,$(opts.elements),opts);}};function go(els,opts,manual,fwd){if(manual&&opts.busy&&opts.manualTrump){debug("manualTrump in go(), stopping active transition");$(els).stop(true,true);opts.busy=false;}if(opts.busy){debug("transition active, ignoring new tx request");return;}var p=opts.$cont[0],curr=els[opts.currSlide],next=els[opts.nextSlide];if(p.cycleStop!=opts.stopCount||p.cycleTimeout===0&&!manual){return;}if(!manual&&!p.cyclePause&&!opts.bounce&&((opts.autostop&&(--opts.countdown<=0))||(opts.nowrap&&!opts.random&&opts.nextSlide<opts.currSlide))){if(opts.end){opts.end(opts);}return;}var changed=false;if((manual||!p.cyclePause)&&(opts.nextSlide!=opts.currSlide)){changed=true;var fx=opts.fx;curr.cycleH=curr.cycleH||$(curr).height();curr.cycleW=curr.cycleW||$(curr).width();next.cycleH=next.cycleH||$(next).height();next.cycleW=next.cycleW||$(next).width();if(opts.multiFx){if(opts.lastFx==undefined||++opts.lastFx>=opts.fxs.length){opts.lastFx=0;}fx=opts.fxs[opts.lastFx];opts.currFx=fx;}if(opts.oneTimeFx){fx=opts.oneTimeFx;opts.oneTimeFx=null;}$.fn.cycle.resetState(opts,fx);if(opts.before.length){$.each(opts.before,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});}var after=function(){$.each(opts.after,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});};debug("tx firing; currSlide: "+opts.currSlide+"; nextSlide: "+opts.nextSlide);opts.busy=1;if(opts.fxFn){opts.fxFn(curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}else{if($.isFunction($.fn.cycle[opts.fx])){$.fn.cycle[opts.fx](curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}else{$.fn.cycle.custom(curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}}}if(changed||opts.nextSlide==opts.currSlide){opts.lastSlide=opts.currSlide;if(opts.random){opts.currSlide=opts.nextSlide;if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];if(opts.nextSlide==opts.currSlide){opts.nextSlide=(opts.currSlide==opts.slideCount-1)?0:opts.currSlide+1;}}else{if(opts.backwards){var roll=(opts.nextSlide-1)<0;if(roll&&opts.bounce){opts.backwards=!opts.backwards;opts.nextSlide=1;opts.currSlide=0;}else{opts.nextSlide=roll?(els.length-1):opts.nextSlide-1;opts.currSlide=roll?0:opts.nextSlide+1;}}else{var roll=(opts.nextSlide+1)==els.length;if(roll&&opts.bounce){opts.backwards=!opts.backwards;opts.nextSlide=els.length-2;opts.currSlide=els.length-1;}else{opts.nextSlide=roll?0:opts.nextSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1;}}}}if(changed&&opts.pager){opts.updateActivePagerLink(opts.pager,opts.currSlide,opts.activePagerClass);}var ms=0;if(opts.timeout&&!opts.continuous){ms=getTimeout(els[opts.currSlide],els[opts.nextSlide],opts,fwd);}else{if(opts.continuous&&p.cyclePause){ms=10;}}if(ms>0){p.cycleTimeout=setTimeout(function(){go(els,opts,0,!opts.backwards);},ms);}}$.fn.cycle.updateActivePagerLink=function(pager,currSlide,clsName){$(pager).each(function(){$(this).children().removeClass(clsName).eq(currSlide).addClass(clsName);});};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn.call(curr,curr,next,opts,fwd);while((t-opts.speed)<250){t+=opts.speed;}debug("calculated timeout: "+t+"; speed: "+opts.speed);if(t!==false){return t;}}return opts.timeout;}$.fn.cycle.next=function(opts){advance(opts,1);};$.fn.cycle.prev=function(opts){advance(opts,0);};function advance(opts,moveForward){var val=moveForward?1:-1;var els=opts.elements;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}if(opts.random&&val<0){opts.randomIndex--;if(--opts.randomIndex==-2){opts.randomIndex=els.length-2;}else{if(opts.randomIndex==-1){opts.randomIndex=els.length-1;}}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.random){opts.nextSlide=opts.randomMap[opts.randomIndex];}else{opts.nextSlide=opts.currSlide+val;if(opts.nextSlide<0){if(opts.nowrap){return false;}opts.nextSlide=els.length-1;}else{if(opts.nextSlide>=els.length){if(opts.nowrap){return false;}opts.nextSlide=0;}}}}var cb=opts.onPrevNextEvent||opts.prevNextClick;if($.isFunction(cb)){cb(val>0,opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,moveForward);return false;}function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);});opts.updateActivePagerLink(opts.pager,opts.startingSlide,opts.activePagerClass);}$.fn.cycle.createPagerAnchor=function(i,el,$p,els,opts){var a;if($.isFunction(opts.pagerAnchorBuilder)){a=opts.pagerAnchorBuilder(i,el);debug("pagerAnchorBuilder("+i+", el) returned: "+a);}else{a='<a href="#">'+(i+1)+"</a>";}if(!a){return;}var $a=$(a);if($a.parents("body").length===0){var arr=[];if($p.length>1){$p.each(function(){var $clone=$a.clone(true);$(this).append($clone);arr.push($clone[0]);});$a=$(arr);}else{$a.appendTo($p);}}opts.pagerAnchors=opts.pagerAnchors||[];opts.pagerAnchors.push($a);$a.bind(opts.pagerEvent,function(e){e.preventDefault();opts.nextSlide=i;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}var cb=opts.onPagerEvent||opts.pagerClick;if($.isFunction(cb)){cb(opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,opts.currSlide<i);});if(!/^click/.test(opts.pagerEvent)&&!opts.allowPagerClickBubble){$a.bind("click.cycle",function(){return false;});}if(opts.pauseOnPagerHover){$a.hover(function(){opts.$cont[0].cyclePause++;},function(){opts.$cont[0].cyclePause--;});}};$.fn.cycle.hopsFromLast=function(opts,fwd){var hops,l=opts.lastSlide,c=opts.currSlide;if(fwd){hops=c>l?c-l:opts.slideCount-l;}else{hops=c<l?l-c:l+opts.slideCount-c;}return hops;};function clearTypeFix($slides){debug("applying clearType background-color hack");function hex(s){s=parseInt(s).toString(16);return s.length<2?"0"+s:s;}function getBg(e){for(;e&&e.nodeName.toLowerCase()!="html";e=e.parentNode){var v=$.css(e,"background-color");if(v.indexOf("rgb")>=0){var rgb=v.match(/\d+/g);return"#"+hex(rgb[0])+hex(rgb[1])+hex(rgb[2]);}if(v&&v!="transparent"){return v;}}return"#ffffff";}$slides.each(function(){$(this).css("background-color",getBg(this));});}$.fn.cycle.commonReset=function(curr,next,opts,w,h,rev){$(opts.elements).not(curr).hide();opts.cssBefore.opacity=1;opts.cssBefore.display="block";if(opts.slideResize&&w!==false&&next.cycleW>0){opts.cssBefore.width=next.cycleW;}if(opts.slideResize&&h!==false&&next.cycleH>0){opts.cssBefore.height=next.cycleH;}opts.cssAfter=opts.cssAfter||{};opts.cssAfter.display="none";$(curr).css("zIndex",opts.slideCount+(rev===true?1:0));$(next).css("zIndex",opts.slideCount+(rev===true?0:1));};$.fn.cycle.custom=function(curr,next,opts,cb,fwd,speedOverride){var $l=$(curr),$n=$(next);var speedIn=opts.speedIn,speedOut=opts.speedOut,easeIn=opts.easeIn,easeOut=opts.easeOut;$n.css(opts.cssBefore);if(speedOverride){if(typeof speedOverride=="number"){speedIn=speedOut=speedOverride;}else{speedIn=speedOut=1;}easeIn=easeOut=null;}var fn=function(){$n.animate(opts.animIn,speedIn,easeIn,cb);};$l.animate(opts.animOut,speedOut,easeOut,function(){if(opts.cssAfter){$l.css(opts.cssAfter);}if(!opts.sync){fn();}});if(opts.sync){fn();}};$.fn.cycle.transitions={fade:function($cont,$slides,opts){$slides.not(":eq("+opts.currSlide+")").css("opacity",0);opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.opacity=0;});opts.animIn={opacity:1};opts.animOut={opacity:0};opts.cssBefore={top:0,left:0};}};$.fn.cycle.ver=function(){return ver;};$.fn.cycle.defaults={fx:"fade",timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,onPrevNextEvent:null,prevNextEvent:"click.cycle",pager:null,onPagerEvent:null,pagerEvent:"click.cycle",allowPagerClickBubble:false,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,containerResize:1,slideResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!$.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250,activePagerClass:"activeSlide",updateActivePagerLink:null,backwards:false};})(jQuery);(function($){$.fn.cycle.transitions.none=function($cont,$slides,opts){opts.fxFn=function(curr,next,opts,after){$(next).show();$(curr).hide();after();};};$.fn.cycle.transitions.fadeout=function($cont,$slides,opts){$slides.not(":eq("+opts.currSlide+")").css({display:"block",opacity:1});opts.before.push(function(curr,next,opts,w,h,rev){$(curr).css("zIndex",opts.slideCount+(!rev===true?1:0));$(next).css("zIndex",opts.slideCount+(!rev===true?0:1));});opts.animIn={opacity:1};opts.animOut={opacity:0};opts.cssBefore={opacity:1,display:"block"};opts.cssAfter={zIndex:0};};$.fn.cycle.transitions.scrollUp=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssBefore={top:h,left:0};opts.cssFirst={top:0};opts.animIn={top:0};opts.animOut={top:-h};};$.fn.cycle.transitions.scrollDown=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssFirst={top:0};opts.cssBefore={top:-h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.scrollLeft=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:0-w};};$.fn.cycle.transitions.scrollRight=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:-w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.scrollHorz=function($cont,$slides,opts){$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts,fwd){if(opts.rev){fwd=!fwd;}$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.left=fwd?(next.cycleW-1):(1-next.cycleW);opts.animOut.left=fwd?-curr.cycleW:curr.cycleW;});opts.cssFirst={left:0};opts.cssBefore={top:0};opts.animIn={left:0};opts.animOut={top:0};};$.fn.cycle.transitions.scrollVert=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push(function(curr,next,opts,fwd){if(opts.rev){fwd=!fwd;}$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.top=fwd?(1-next.cycleH):(next.cycleH-1);opts.animOut.top=fwd?curr.cycleH:-curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0};opts.animIn={top:0};opts.animOut={left:0};};$.fn.cycle.transitions.slideX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;});opts.cssBefore={left:0,top:0,width:0};opts.animIn={width:"show"};opts.animOut={width:0};};$.fn.cycle.transitions.slideY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;});opts.cssBefore={left:0,top:0,height:0};opts.animIn={height:"show"};opts.animOut={height:0};};$.fn.cycle.transitions.shuffle=function($cont,$slides,opts){var i,w=$cont.css("overflow","visible").width();$slides.css({left:0,top:0});opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);});if(!opts.speedAdjusted){opts.speed=opts.speed/2;opts.speedAdjusted=true;}opts.random=0;opts.shuffle=opts.shuffle||{left:-w,top:15};opts.els=[];for(i=0;i<$slides.length;i++){opts.els.push($slides[i]);}for(i=0;i<opts.currSlide;i++){opts.els.push(opts.els.shift());}opts.fxFn=function(curr,next,opts,cb,fwd){if(opts.rev){fwd=!fwd;}var $el=fwd?$(curr):$(next);$(next).css(opts.cssBefore);var count=opts.slideCount;$el.animate(opts.shuffle,opts.speedIn,opts.easeIn,function(){var hops=$.fn.cycle.hopsFromLast(opts,fwd);for(var k=0;k<hops;k++){fwd?opts.els.push(opts.els.shift()):opts.els.unshift(opts.els.pop());}if(fwd){for(var i=0,len=opts.els.length;i<len;i++){$(opts.els[i]).css("z-index",len-i+count);}}else{var z=$(curr).css("z-index");$el.css("z-index",parseInt(z)+1+count);}$el.animate({left:0,top:0},opts.speedOut,opts.easeOut,function(){$(fwd?this:curr).hide();if(cb){cb();}});});};opts.cssBefore={display:"block",opacity:1,top:0,left:0};};$.fn.cycle.transitions.turnUp=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=next.cycleH;opts.animIn.height=next.cycleH;opts.animOut.width=next.cycleW;});opts.cssFirst={top:0};opts.cssBefore={left:0,height:0};opts.animIn={top:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnDown=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,top:0,height:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnLeft=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=next.cycleW;opts.animIn.width=next.cycleW;});opts.cssBefore={top:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.turnRight=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={top:0,left:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.zoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false,true);opts.cssBefore.top=next.cycleH/2;opts.cssBefore.left=next.cycleW/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};opts.animOut={width:0,height:0,top:curr.cycleH/2,left:curr.cycleW/2};});opts.cssFirst={top:0,left:0};opts.cssBefore={width:0,height:0};};$.fn.cycle.transitions.fadeZoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false);opts.cssBefore.left=next.cycleW/2;opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};});opts.cssBefore={width:0,height:0};opts.animOut={opacity:0};};$.fn.cycle.transitions.blindX=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.blindY=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.blindZ=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();var w=$cont.width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:w};opts.animIn={top:0,left:0};opts.animOut={top:h,left:w};};$.fn.cycle.transitions.growX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=this.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:0};});opts.cssBefore={width:0,top:0};};$.fn.cycle.transitions.growY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=this.cycleH/2;opts.animIn={top:0,height:this.cycleH};opts.animOut={top:0};});opts.cssBefore={height:0,left:0};};$.fn.cycle.transitions.curtainX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true,true);opts.cssBefore.left=next.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:curr.cycleW/2,width:0};});opts.cssBefore={top:0,width:0};};$.fn.cycle.transitions.curtainY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false,true);opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,height:next.cycleH};opts.animOut={top:curr.cycleH/2,height:0};});opts.cssBefore={left:0,height:0};};$.fn.cycle.transitions.cover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);if(d=="right"){opts.cssBefore.left=-w;}else{if(d=="up"){opts.cssBefore.top=h;}else{if(d=="down"){opts.cssBefore.top=-h;}else{opts.cssBefore.left=w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.uncover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(d=="right"){opts.animOut.left=w;}else{if(d=="up"){opts.animOut.top=-h;}else{if(d=="down"){opts.animOut.top=h;}else{opts.animOut.left=-w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.toss=function($cont,$slides,opts){var w=$cont.css("overflow","visible").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(!opts.animOut.left&&!opts.animOut.top){opts.animOut={left:w*2,top:-h/2,opacity:0};}else{opts.animOut.opacity=0;}});opts.cssBefore={left:0,top:0};opts.animIn={left:0};};$.fn.cycle.transitions.wipe=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.cssBefore=opts.cssBefore||{};var clip;if(opts.clip){if(/l2r/.test(opts.clip)){clip="rect(0px 0px "+h+"px 0px)";}else{if(/r2l/.test(opts.clip)){clip="rect(0px "+w+"px "+h+"px "+w+"px)";}else{if(/t2b/.test(opts.clip)){clip="rect(0px "+w+"px 0px 0px)";}else{if(/b2t/.test(opts.clip)){clip="rect("+h+"px "+w+"px "+h+"px 0px)";}else{if(/zoom/.test(opts.clip)){var top=parseInt(h/2);var left=parseInt(w/2);clip="rect("+top+"px "+left+"px "+top+"px "+left+"px)";}}}}}}opts.cssBefore.clip=opts.cssBefore.clip||clip||"rect(0px 0px 0px 0px)";var d=opts.cssBefore.clip.match(/(\d+)/g);var t=parseInt(d[0]),r=parseInt(d[1]),b=parseInt(d[2]),l=parseInt(d[3]);opts.before.push(function(curr,next,opts){if(curr==next){return;}var $curr=$(curr),$next=$(next);$.fn.cycle.commonReset(curr,next,opts,true,true,false);opts.cssAfter.display="block";var step=1,count=parseInt((opts.speedIn/13))-1;(function f(){var tt=t?t-parseInt(step*(t/count)):0;var ll=l?l-parseInt(step*(l/count)):0;var bb=b<h?b+parseInt(step*((h-b)/count||1)):h;var rr=r<w?r+parseInt(step*((w-r)/count||1)):w;$next.css({clip:"rect("+tt+"px "+rr+"px "+bb+"px "+ll+"px)"});(step++<=count)?setTimeout(f,13):$curr.css("display","none");})();});opts.cssBefore={display:"block",opacity:1,top:0,left:0};opts.animIn={left:0};opts.animOut={left:0};};})(jQuery);;Drupal.behaviors.frontcycle=function(context){var slideshow_background=$(context).find("#backgrounds-cycle");if(slideshow_background.length>0){slideshow_background.cycle({fx:"fade",speed:1000,delay:2000,slideResize:false,timeout:5000,before:function(){setTimeout(Drupal.behaviors.resizeImg,150);},pager:"#box-pager",pagerAnchorBuilder:function(idx){return"#box-pager .pager-item:eq("+idx+")";}})
var LoadingCallback=function(){first_slide_img.show();slideshow_background.removeClass("slideshow-init");};var first_slide_img=$("img","#front-slide-1");if(first_slide_img[0].complete==false){var first_slide_image=$("<img />").attr("src",first_slide_img.attr("src"));first_slide_image.bind("load",LoadingCallback);}else{LoadingCallback();}
$("#box-pager .pager-item").click(function(){slideshow_background.cycle('pause');});}};Drupal.behaviors.rollover=function(context){Drupal.settings.roll=[];var img_to_roll=$(context).find("img.img-with-roll");if(img_to_roll.length>0){img_to_roll.each(function(){var $this=$(this);var src=$this.attr("src").split("_s1")
if(src.length==2){var source=src[0];var ext=src[1];var rollover=source+"_s2"+ext;Drupal.settings.roll[src]=new Image().src=rollover;$this.data("roll",{source:$this.attr("src"),roll:rollover});if($this.parent().hasClass("active")==false&&$this.parents("li").hasClass("active-trail")==false){$this.addClass("rollover").hover(function(){$this.attr("src",$this.data("roll").roll);},function(){$this.attr("src",$this.data("roll").source);});}else{$this.attr("src",$this.data("roll").roll);}}else{$this.removeClass("img-with-rollover").addClass("failed-rollover");}});}};jQuery.cookie=function(key,value,options){if(arguments.length>1&&String(value)!=="[object Object]"){options=jQuery.extend({},options);if(value===null||value===undefined){options.expires=-1;}
if(typeof options.expires==='number'){var days=options.expires,t=options.expires=new Date();t.setDate(t.getDate()+days);}
value=String(value);return(document.cookie=[encodeURIComponent(key),'=',options.raw?value:encodeURIComponent(value),options.expires?'; expires='+options.expires.toUTCString():'',options.path?'; path='+options.path:'',options.domain?'; domain='+options.domain:'',options.secure?'; secure':''].join(''));}
options=value||{};var result,decode=options.raw?function(s){return s;}:decodeURIComponent;return(result=new RegExp('(?:^|; )'+encodeURIComponent(key)+'=([^;]*)').exec(document.cookie))?decode(result[1]):null;};$.fn.cycle.defaults.before=function(currSlideElement,nextSlideElement,options,forwardFlag){options.$cont.removeClass("quality").addClass("speed");}
$.fn.cycle.defaults.after=function(currSlideElement,nextSlideElement,options,forwardFlag){options.$cont.removeClass("speed").addClass("quality");}
jQuery.fn.anchorAnimate=function(settings){settings=jQuery.extend({speed:1100},settings);return this.each(function(){var caller=$(this);caller.click(function(event){event.preventDefault();var elementClick=caller.attr("href");var destination=$(elementClick);if(destination.length>0){var offset_destination=destination.offset();$("html:not(:animated),body:not(:animated)").animate({scrollTop:offset_destination.top},settings.speed,function(){});return false;}})})}
$(document).bind('flagGlobalAfterLinkUpdate',function(event,data){Drupal.behaviors.flagcount();});Drupal.behaviors.global=function(context){Drupal.mobile=Drupal.behaviors.ismobile();if(Drupal.mobile==true){$(".select-transform").each(function(i){var menu=$(this),items=menu.find("li"),select_options=[];items.each(function(i){var option_link=$(this).find("a").attr("href");if(option_link==window.location.href){option_link='<option selected="selected" value="'+option_link+'" >'+$(this).text()+"</option>";}else{option_link='<option value="'+option_link+'" >'+$(this).text()+"</option>";}
select_options[i]=option_link;});menu.html('<select class="form-select select-transform-select" >'+select_options.join("")+'</select>').find("select").change(function(){window.location.href=$(this).find("option:selected").val();});}).addClass("select-transform-processed");}
$(context).find(".pratique-box:has('a.active')").addClass("active-pratique-box");$("a[href^='#']").not("[href*='tabs-'],[href='#']").anchorAnimate({speed:1100});$("body").append('<div id="tooltip">zoom</div>');var tooltip=$("#tooltip");$(".node-slideshow a").bind("mousemove",function(e){tooltip.addClass("tooltip-slideshow").css({"top":e.pageY-18,"left":e.pageX+4,"display":"block"});});$(".node-slideshow a").bind("mouseleave",function(){tooltip.hide();});$(".with-sub").bind("hover",function(){$(".sub").hide();$(this).find(".sub").show();return false;});}
function getUrlVars(){var vars=[],hash;var hashes=window.location.href.slice(window.location.href.indexOf('?')+1).split('&');for(var i=0;i<hashes.length;i++)
{hash=hashes[i].split('=');vars.push(hash[0]);vars[hash[0]]=hash[1];}
return vars;};function getUrlVar(name){return getUrlVars()[name];};Drupal.behaviors.flagcount=function(context){var counter=$("#carnet-count",context);var urls="/dedogeneralmodule/count";if(counter.length>0){if(getUrlVar('qr')=='true'){urls="/dedogeneralmodule/count"}
$.ajax({type:"post",data:{shinto_ajax:true,variable:"content"},url:urls,success:function(response,status,form){var count=response.substring(1,response.length-1);counter.text(count);}});}}
Drupal.behaviors.profil_cookie_changetext=function(context){var profil=$.cookie("profil");if(profil!==null&&profil!==undefined&&profil.length>0&&$("body").hasClass("node-type-profils-custom")==false){$("#profile-chooser").html(profil);}}
Drupal.behaviors.nonVoyant_cookie_changetext=function(context){if($.cookie('nonVoyant')==null){$.cookie('nonVoyant','non');}else if($.cookie('nonVoyant')=='oui'){setNonVoyantCss('oui');}
$('#non-voyant').click(function(){if($.cookie('nonVoyant')=='oui'){$.cookie('nonVoyant','non');setNonVoyantCss('no');}else{$.cookie('nonVoyant','oui');setNonVoyantCss('oui');setTimeout(function(){Cufon.refresh()},300);}
return false;});}
function setNonVoyantCss(status){if(status=='oui'){$("head").append('<link href="/sites/all/themes/tao/frontoffice/css/voyant.css" media="all" rel="stylesheet" type="text/css" id="nonvoyantCss">');$('body').addClass('non-voyant');}else{$('body').removeClass('non-voyant');$('#nonvoyantCss').remove();}
if(Cufon){Cufon.refresh();}}
Drupal.behaviors.comments=function(context){var comment_form=$(context).find("#comment-form");if(comment_form.length>0){if(comment_form.find(".error").length>0&&window.location.hash=="#comment-title"){comment_form.before($("#console"));}}}
Drupal.behaviors.rubrique_expander=function(context){var clicker=$("#rubrique-command",context);if(clicker.length>0){var expandable=$("#rubrique-desc");var reduced_height=130;var base_height=expandable.height();if(base_height>reduced_height){expandable.data("original_height",base_height).height(reduced_height);Drupal.settings.expand_rubrique=false;var text=[clicker.find("span").attr("data-text-reduced"),clicker.find("span").attr("data-text-expanded")];clicker.click(function(){changed=$(this).find("span");if(Drupal.settings.expand_rubrique==true){Drupal.settings.expand_rubrique=false;changed.removeClass("expanded").text(text[0]);expandable.stop().animate({"height":reduced_height},600);}else{Drupal.settings.expand_rubrique=true;changed.addClass("expanded").text(text[1]);expandable.stop().animate({"height":expandable.data("original_height")},600);}});}}};
