// cufon @version 1.09
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());
// Helvetica_Neue_LT_Std_275.font
Cufon.registerFont({"w":1138,"face":{"font-family":"Helvetica Neue LT Std","font-weight":275,"font-stretch":"normal","units-per-em":"2048","panose-1":"2 11 3 3 2 2 2 2 2 4","ascent":"1462","descent":"-586","x-height":"25","bbox":"-117 -1862 2032 438","underline-thickness":"102.4","underline-position":"-102.4","stemh":"41","stemv":"41","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":569},"!":{"d":"211,0r-41,0r0,-201r41,0r0,201xm211,-373r-41,0r0,-1089r41,0r0,1089","w":378},"\"":{"d":"190,-1462r0,461r-40,0r0,-461r40,0xm420,-1462r0,461r-41,0r0,-461r41,0","w":569},"#":{"d":"461,-1393r41,0r-64,480r350,0r64,-480r41,0r-64,480r238,0r0,41r-248,0r-49,362r240,0r0,41r-248,0r-64,469r-41,0r64,-469r-352,0r-64,469r-41,0r64,-469r-256,0r0,-41r266,0r49,-362r-258,0r0,-41r268,0xm428,-872r-49,362r350,0r49,-362r-350,0"},"$":{"d":"543,-780r0,-676v-205,2,-447,80,-447,336v0,244,216,289,447,340xm584,-770v273,71,516,101,516,412v0,276,-266,393,-516,393r0,180r-41,0r0,-182v-311,-12,-537,-166,-531,-518r41,0v0,334,199,467,490,477r0,-729v-236,-53,-488,-98,-488,-383v0,-287,257,-375,488,-377r0,-88r41,0r0,90v272,6,473,127,487,442r-41,0v-10,-289,-196,-395,-446,-401r0,684xm584,-727r0,721v229,0,475,-102,475,-354v0,-279,-258,-316,-475,-367"},"%":{"d":"772,-322v0,166,88,306,270,306v182,0,277,-142,277,-306v0,-186,-89,-313,-277,-313v-188,0,-270,133,-270,313xm731,-322v0,-207,112,-354,311,-354v207,0,318,147,318,352v0,188,-113,349,-318,349v-215,0,-311,-167,-311,-347xm43,-1063v0,-207,112,-354,311,-354v207,0,318,147,318,352v0,188,-113,348,-318,348v-215,0,-311,-166,-311,-346xm84,-1063v0,166,88,305,270,305v182,0,277,-141,277,-305v0,-186,-89,-313,-277,-313v-188,0,-270,133,-270,313xm180,70r975,-1532r47,0r-975,1532r-47,0","w":1402},"&":{"d":"307,-1194v0,94,64,177,211,367v117,-80,305,-193,305,-363v0,-143,-121,-231,-256,-231v-141,0,-260,84,-260,227xm909,-270r-401,-504v-166,104,-377,219,-377,446v0,209,189,322,377,322v195,0,325,-110,401,-264xm956,-272r215,272r-53,0r-182,-231v-82,150,-219,266,-428,266v-205,0,-418,-138,-418,-363v0,-238,219,-370,393,-479v-80,-113,-217,-246,-217,-383v0,-188,154,-272,299,-272v162,0,299,100,299,272v0,193,-188,295,-321,393r385,488v27,-59,53,-149,49,-258r41,0v2,121,-21,203,-62,295","w":1175},"(":{"d":"377,-1497r41,0v-315,564,-316,1292,2,1859r-41,0v-160,-309,-240,-588,-240,-940v0,-319,86,-638,238,-919","w":454},")":{"d":"78,362r-41,0v314,-564,315,-1292,-2,-1859r41,0v160,309,239,588,239,940v0,319,-85,638,-237,919","w":454},"*":{"d":"336,-1462r41,0r0,286r270,-88r8,39r-266,88r170,224r-33,24r-170,-221r-172,213r-32,-27r180,-213r-266,-88r12,-39r258,88r0,-286","w":720},"+":{"d":"594,-539r0,-497r41,0r0,497r495,0r0,41r-495,0r0,498r-41,0r0,-498r-496,0r0,-41r496,0","w":1228},",":{"d":"264,-201r41,0r0,201v0,123,-22,197,-90,244r0,-41v66,-50,46,-269,49,-404","w":569},"-":{"d":"162,-528r0,-41r358,0r0,41r-358,0","w":681},".":{"d":"305,-201r0,201r-41,0r0,-201r41,0","w":569},"\/":{"d":"27,35r-41,0r669,-1532r41,0","w":681},"0":{"d":"1055,-696v0,-309,-105,-680,-486,-680v-381,0,-485,371,-485,680v0,309,104,680,485,680v381,0,486,-371,486,-680xm1096,-696v0,348,-128,721,-527,721v-399,0,-526,-373,-526,-721v0,-348,127,-721,526,-721v399,0,527,373,527,721"},"1":{"d":"610,0r0,-1339r-4,0v-84,117,-233,206,-370,245r0,-41v168,-57,253,-125,370,-258r45,0r0,1393r-41,0"},"2":{"d":"154,-41r897,0r0,41r-938,0v-4,-233,228,-379,438,-524v212,-147,422,-299,422,-518v0,-217,-166,-334,-387,-334v-291,0,-408,184,-408,440r-41,0v2,-305,154,-481,449,-481v238,0,428,125,428,375v0,231,-206,392,-418,538v-214,148,-422,283,-442,463"},"3":{"d":"162,-961r-41,0v-4,-301,184,-456,475,-456v221,0,436,94,436,342v0,197,-129,307,-299,323r0,4v164,16,326,123,326,363v0,258,-219,410,-471,410v-315,0,-526,-179,-506,-496r41,0v-23,297,174,455,465,455v223,0,430,-129,430,-369v0,-271,-214,-358,-500,-344r0,-41r100,0v180,0,373,-78,373,-305v0,-223,-200,-301,-395,-301v-266,0,-438,136,-434,415"},"4":{"d":"776,-403r0,-932r-4,0r-661,932r665,0xm776,-362r-706,0r0,-50r696,-981r51,0r0,990r252,0r0,41r-252,0r0,362r-41,0r0,-362"},"5":{"d":"983,-1352r-682,0r-127,596r4,0v78,-127,219,-188,381,-188v287,0,481,200,481,481v0,295,-194,488,-481,488v-291,0,-491,-174,-483,-471r41,0v-8,272,172,430,442,430v268,0,440,-177,440,-447v0,-258,-176,-440,-440,-440v-164,0,-313,74,-389,213r-51,0r149,-703r715,0r0,41"},"6":{"d":"1018,-457v0,-244,-196,-440,-440,-440v-244,0,-441,196,-441,440v0,244,197,441,441,441v244,0,440,-197,440,-441xm1034,-1065r-41,0v-55,-252,-250,-311,-391,-311v-416,0,-489,469,-483,788r4,0v41,-197,232,-350,455,-350v242,0,481,194,481,481v0,279,-225,482,-481,482v-190,0,-336,-111,-406,-220v-80,-123,-92,-284,-92,-462v0,-346,116,-760,524,-760v242,0,401,155,430,352"},"7":{"d":"969,-1352r-844,0r0,-41r889,0r0,56v-379,379,-629,782,-629,1337r-41,0v-6,-547,248,-977,625,-1352"},"8":{"d":"1034,-389v0,-268,-223,-352,-465,-352v-242,0,-465,84,-465,352v0,268,221,373,465,373v244,0,465,-105,465,-373xm719,-768r0,4v219,20,356,162,356,375v0,289,-234,414,-506,414v-272,0,-506,-125,-506,-414v0,-213,138,-355,357,-375r0,-4v-160,-20,-287,-137,-287,-297v0,-250,194,-352,436,-352v242,0,437,102,437,352v0,160,-127,277,-287,297xm965,-1065v0,-238,-195,-311,-396,-311v-201,0,-395,73,-395,311v0,199,211,283,395,283v184,0,396,-84,396,-283"},"9":{"d":"104,-328r41,0v55,252,251,312,392,312v416,0,489,-470,483,-789r-4,0v-41,197,-232,350,-455,350v-242,0,-481,-194,-481,-481v0,-279,225,-481,481,-481v190,0,335,111,406,219v81,124,94,285,94,463v0,346,-118,760,-526,760v-242,0,-402,-156,-431,-353xm1001,-936v0,-244,-196,-440,-440,-440v-244,0,-440,196,-440,440v0,244,196,440,440,440v244,0,440,-196,440,-440"},":":{"d":"305,0r-41,0r0,-201r41,0r0,201xm305,-852r-41,0r0,-201r41,0r0,201","w":569},";":{"d":"305,-201r0,201v0,123,-22,197,-90,244r0,-41v66,-50,46,-269,49,-404r41,0xm305,-852r-41,0r0,-201r41,0r0,201","w":569},"=":{"d":"1130,-696r-1032,0r0,-41r1032,0r0,41xm1130,-299r-1032,0r0,-41r1032,0r0,41","w":1228},"?":{"d":"113,-1010r-41,0v-10,-285,155,-487,444,-487v225,0,404,123,404,340v0,205,-135,304,-201,366v-149,140,-203,219,-203,418r-41,0v0,-184,47,-284,201,-434v33,-33,203,-141,203,-350v0,-193,-154,-299,-363,-299v-270,0,-413,182,-403,446xm516,0r-41,0r0,-201r41,0r0,201","w":1024},"@":{"d":"999,-557r146,-377v-39,-141,-165,-184,-271,-184v-258,0,-436,324,-436,551v0,145,103,256,246,256v109,0,239,-49,315,-246xm1167,-985r50,-135r43,0r-228,590v-47,121,-60,219,51,219v168,0,396,-230,398,-531v2,-340,-267,-575,-623,-575v-399,0,-700,311,-700,694v0,465,325,707,700,707v250,0,467,-142,594,-324r47,0v-133,219,-389,365,-641,365v-365,0,-741,-230,-741,-748v0,-424,335,-735,741,-735v367,0,662,237,664,616v2,315,-244,572,-443,572v-80,0,-135,-53,-121,-129r-4,0v-76,104,-182,129,-278,129v-158,0,-279,-131,-279,-297v0,-254,195,-592,486,-592v127,0,245,65,280,174r4,0","w":1638},"A":{"d":"233,-522r713,0r-348,-899r-4,0xm963,-481r-746,0r-194,481r-48,0r594,-1462r54,0r577,1462r-45,0","w":1177},"B":{"d":"137,-741r0,700r582,0v238,0,422,-114,422,-354v0,-256,-209,-346,-416,-346r-588,0xm96,0r0,-1462r629,0v229,0,412,120,412,364v0,176,-132,322,-310,334r0,4v190,6,355,138,355,363v0,262,-201,397,-482,397r-604,0xm137,-1421r0,639r588,0v195,0,371,-107,371,-316v0,-221,-162,-323,-371,-323r-588,0","w":1251},"C":{"d":"1315,-573r41,0v-49,356,-274,608,-643,608v-389,0,-662,-316,-662,-754v0,-354,190,-778,688,-778v387,0,578,293,584,473r-41,0v-18,-211,-224,-432,-543,-432v-481,0,-647,434,-647,737v0,373,226,713,621,713v352,0,557,-243,602,-567","w":1402},"D":{"d":"111,0r0,-1462r512,0v291,0,622,156,622,731v0,524,-334,731,-686,731r-448,0xm152,-1421r0,1380r417,0v346,0,635,-219,635,-690v0,-547,-299,-690,-592,-690r-460,0","w":1327},"E":{"d":"152,-741r0,700r938,0r0,41r-979,0r0,-1462r970,0r0,41r-929,0r0,639r874,0r0,41r-874,0","w":1099},"F":{"d":"152,-1421r0,639r778,0r0,41r-778,0r0,741r-41,0r0,-1462r901,0r0,41r-860,0","w":985,"k":{"A":76,"\u00c6":76,"\u00c2":76,"\u00c4":76,"\u00c0":76,",":188,".":188}},"G":{"d":"1339,-643r-567,0r0,-41r608,0r0,686r-41,0r0,-364r-4,0v-76,248,-298,397,-583,397v-453,0,-686,-344,-686,-766v0,-428,256,-766,686,-766v328,0,559,192,606,491r-41,0v-51,-272,-262,-450,-565,-450v-408,0,-646,328,-646,725v0,397,220,725,652,725v348,0,609,-253,581,-637","w":1478},"H":{"d":"1176,-741r-1024,0r0,741r-41,0r0,-1462r41,0r0,680r1024,0r0,-680r41,0r0,1462r-41,0r0,-741","w":1327},"I":{"d":"111,0r0,-1462r41,0r0,1462r-41,0","w":262},"J":{"d":"786,-412r0,-1050r41,0r0,1081v0,244,-106,416,-401,416v-309,0,-407,-200,-389,-488r41,0r0,88v0,240,123,359,348,359v233,0,360,-99,360,-406","w":948},"K":{"d":"487,-815r-335,297r0,518r-41,0r0,-1462r41,0r0,889r1013,-889r62,0r-707,622r748,840r-56,0","w":1214},"L":{"d":"152,-41r854,0r0,41r-895,0r0,-1462r41,0r0,1421","w":985,"k":{"T":188,"V":188,"W":152,"y":113,"\u00ff":113,"Y":227}},"M":{"d":"801,-53r618,-1409r68,0r0,1462r-41,0r0,-1411r-4,0r-621,1411r-45,0r-620,-1411r-4,0r0,1411r-41,0r0,-1462r67,0r619,1409r4,0","w":1597},"N":{"d":"111,0r0,-1462r61,0r999,1411r5,0r0,-1411r41,0r0,1462r-62,0r-999,-1411r-4,0r0,1411r-41,0","w":1327},"O":{"d":"106,-731v0,422,240,725,633,725v393,0,633,-303,633,-725v0,-422,-240,-725,-633,-725v-393,0,-633,303,-633,725xm66,-731v0,-416,235,-766,673,-766v438,0,674,350,674,766v0,416,-236,766,-674,766v-438,0,-673,-350,-673,-766","w":1476},"P":{"d":"152,-1421r0,714r550,0v229,0,404,-129,404,-356v0,-229,-136,-358,-404,-358r-550,0xm152,-666r0,666r-41,0r0,-1462r591,0v279,0,445,135,445,399v0,258,-195,397,-465,397r-530,0","w":1175,"k":{"A":113,"\u00c6":113,"\u00c2":113,"\u00c4":113,"\u00c0":113,",":205,".":205}},"Q":{"d":"1133,-143r-259,-176r23,-33r264,182v133,-127,211,-325,211,-561v0,-422,-240,-725,-633,-725v-393,0,-633,303,-633,725v0,422,240,725,633,725v158,0,292,-49,394,-137xm1411,45r-242,-164v-109,96,-254,154,-430,154v-438,0,-673,-350,-673,-766v0,-416,235,-766,673,-766v438,0,674,350,674,766v0,231,-74,445,-217,586r236,161","w":1476},"R":{"d":"152,-1421r0,694r546,0v215,0,418,-109,416,-365v-2,-207,-116,-329,-395,-329r-567,0xm152,-686r0,686r-41,0r0,-1462r598,0v301,0,440,123,446,375v4,193,-108,331,-313,376r0,4v248,33,288,173,288,406v0,88,8,260,35,301r-45,0v-25,-61,-30,-213,-30,-307v0,-240,-52,-379,-388,-379r-550,0","w":1251},"S":{"d":"1128,-1053r-41,0v-10,-299,-211,-403,-475,-403v-207,0,-458,74,-458,336v0,264,254,292,503,354v273,67,500,103,500,408v0,276,-266,393,-516,393v-332,0,-577,-151,-571,-520r41,0v0,350,219,479,530,479v229,0,475,-102,475,-354v0,-295,-287,-321,-512,-375v-238,-56,-491,-98,-491,-385v0,-291,263,-377,499,-377v287,0,502,116,516,444","w":1251},"T":{"d":"492,-1421r-527,0r0,-41r1094,0r0,41r-527,0r0,1421r-40,0r0,-1421","w":1024,"k":{"\u00fc":188,"\u00ee":51,"\u00e8":188,"\u00eb":188,"\u00ea":188,"\u00e0":188,"\u00e4":188,"\u00e2":188,"w":188,"y":188,"\u00ff":188,"A":152,"\u00c6":152,"\u00c2":152,"\u00c4":152,"\u00c0":152,",":227,".":227,"-":227,"a":188,"\u00e6":188,"c":188,"\u00e7":188,"e":188,"\u00e9":188,"i":51,"\u00ef":51,"o":188,"\u0153":188,"\u00f4":188,"r":188,"s":188,"u":188,"\u00fb":188,"\u00f9":188,":":227,";":227}},"U":{"d":"1143,-545r0,-917r41,0r0,917v0,387,-193,580,-537,580v-344,0,-536,-193,-536,-580r0,-917r41,0r0,917v0,348,161,539,495,539v334,0,496,-191,496,-539","w":1294},"V":{"d":"561,-53r537,-1409r41,0r-557,1462r-45,0r-574,-1462r41,0r553,1409r4,0","w":1101,"k":{"\u00f4":76,"\u00e8":76,"\u00eb":76,"\u00ea":76,"\u00e0":76,"\u00e4":76,"\u00e2":76,"A":113,"\u00c6":113,"\u00c2":113,"\u00c4":113,"\u00c0":113,",":188,".":188,"-":76,"a":76,"\u00e6":76,"e":76,"\u00e9":76,"o":76,"\u0153":76,"r":37,"u":37,"\u00fb":37,"\u00fc":37,"\u00f9":37,":":76,";":76}},"W":{"d":"1354,-51r407,-1411r41,0r-424,1462r-55,0r-430,-1411r-4,0r-422,1411r-55,0r-432,-1462r43,0r413,1411r4,0r422,-1411r60,0r428,1411r4,0","w":1781,"k":{"\u00ea":37,"\u00e4":37,"A":41,"\u00c6":41,"\u00c2":41,"\u00c4":41,"\u00c0":41,",":113,".":113,"-":76,"a":37,"\u00e6":37,"\u00e2":37,"\u00e0":37,"e":37,"\u00e9":37,"\u00eb":37,"\u00e8":37,"o":37,"\u0153":37,"\u00f4":37,":":37,";":37}},"X":{"d":"535,-784r509,-678r52,0r-533,710r557,752r-51,0r-534,-719r-539,719r-51,0r563,-752r-533,-710r54,0","w":1064},"Y":{"d":"551,-659r563,-803r49,0r-592,846r0,616r-41,0r0,-616r-591,-846r51,0","w":1101,"k":{"\u00fc":76,"v":37,"A":113,"\u00c6":113,"\u00c2":113,"\u00c4":113,"\u00c0":113,",":188,".":188,"-":205,"a":152,"\u00e6":152,"\u00e2":152,"\u00e4":152,"\u00e0":152,"e":152,"\u00e9":152,"\u00ea":152,"\u00eb":152,"\u00e8":152,"o":152,"\u0153":152,"\u00f4":152,"u":76,"\u00fb":76,"\u00f9":76,":":113,";":113,"p":113,"q":152}},"Z":{"d":"2,-41r1038,0r0,41r-1079,0r0,-55r1022,-1366r-965,0r0,-41r1006,0r0,55","w":1024},"[":{"d":"197,-1497r231,0r0,41r-190,0r0,1778r190,0r0,40r-231,0r0,-1859","w":454},"\\":{"d":"696,35r-41,0r-669,-1532r41,0","w":681},"]":{"d":"258,362r-231,0r0,-40r190,0r0,-1778r-190,0r0,-41r231,0r0,1859","w":454},"_":{"d":"1024,256r-1024,0r0,-102r1024,0r0,102","w":1024},"a":{"d":"819,-424r0,-194r-4,0v-55,80,-237,71,-407,83v-166,12,-322,50,-322,275v0,121,78,244,307,244v274,0,426,-201,426,-408xm152,-727r-41,0v10,-199,141,-350,401,-350v186,0,348,72,348,301r0,670v0,80,76,71,133,65r0,41v-80,6,-174,7,-174,-102r0,-138r-4,0v-41,135,-201,265,-418,265v-209,0,-352,-99,-352,-285v0,-260,187,-304,363,-315v289,-17,411,-10,411,-170v0,-127,-26,-291,-307,-291v-219,0,-346,112,-360,309","w":985},"b":{"d":"154,-524v0,272,156,508,426,508v272,0,407,-238,407,-508v0,-244,-118,-512,-407,-512v-256,0,-426,186,-426,512xm154,-1462r0,704r4,0v49,-190,199,-319,422,-319v291,0,448,258,448,553v0,317,-169,549,-448,549v-215,0,-369,-136,-422,-320r-4,0r0,295r-41,0r0,-1462r41,0","w":1099},"c":{"d":"920,-358r41,0v-23,236,-193,383,-431,383v-299,0,-467,-242,-467,-529v0,-305,154,-573,492,-573v197,0,370,121,397,344r-41,0v-33,-205,-182,-303,-356,-303v-336,0,-451,284,-451,532v0,258,147,488,426,488v207,0,374,-131,390,-342","w":1024},"d":{"d":"932,-524v0,-326,-170,-512,-426,-512v-289,0,-408,268,-408,512v0,270,136,508,408,508v270,0,426,-236,426,-508xm932,-758r0,-704r41,0r0,1462r-41,0r0,-295r-4,0v-53,184,-207,320,-422,320v-279,0,-449,-232,-449,-549v0,-295,158,-553,449,-553v223,0,373,129,422,319r4,0","w":1099},"e":{"d":"92,-559r840,0v2,-258,-144,-477,-416,-477v-227,0,-410,182,-424,477xm973,-518r-881,0v4,283,117,502,416,502v217,0,377,-122,412,-349r41,0v-29,242,-209,390,-449,390v-326,0,-461,-238,-461,-551v0,-350,223,-551,461,-551v328,0,473,270,461,559","w":1024},"f":{"d":"178,-1012r-180,0r0,-41r180,0r0,-233v9,-206,160,-180,295,-168r0,41v-39,-6,-65,-8,-96,-8v-131,0,-158,47,-158,149r0,219r227,0r0,41r-227,0r0,1012r-41,0r0,-1012","w":417},"g":{"d":"911,-561v0,-242,-137,-475,-401,-475v-272,0,-412,219,-412,475v0,260,140,463,396,463v270,0,417,-209,417,-463xm913,-35r0,-317r-4,0v-43,186,-233,295,-413,295v-293,0,-439,-234,-439,-504v0,-283,156,-516,453,-516v201,0,358,133,399,305r4,0r0,-281r41,0r0,1018v0,287,-164,422,-438,422v-213,0,-395,-96,-401,-332r41,0v8,209,168,291,358,291v254,0,399,-121,399,-381","w":1062},"h":{"d":"113,0r0,-1462r41,0r0,669r4,0v39,-162,172,-284,379,-284v219,0,374,135,374,379r0,698r-41,0r0,-692v0,-244,-155,-344,-333,-344v-252,0,-383,207,-383,440r0,596r-41,0","w":1024},"i":{"d":"154,-1053r0,1053r-41,0r0,-1053r41,0xm154,-1462r0,207r-41,0r0,-207r41,0","w":266},"j":{"d":"154,-1053r0,1207v0,195,-92,206,-254,208r0,-40v160,0,213,-9,213,-183r0,-1192r41,0xm154,-1462r0,207r-41,0r0,-207r41,0","w":266},"k":{"d":"426,-623r-272,226r0,397r-41,0r0,-1462r41,0r0,1013r727,-604r59,0r-483,402r518,651r-55,0","w":909},"l":{"d":"113,0r0,-1462r41,0r0,1462r-41,0","w":266},"m":{"d":"113,0r0,-1053r41,0r0,260r4,0v39,-162,172,-284,336,-284v164,0,280,90,315,246r4,0v41,-145,174,-246,334,-246v254,0,334,158,334,385r0,692r-41,0r0,-692v0,-209,-64,-344,-293,-344v-207,0,-330,171,-330,368r0,668r-41,0r0,-676v2,-195,-49,-360,-282,-360v-209,0,-340,207,-340,440r0,596r-41,0","w":1593},"n":{"d":"113,0r0,-1053r41,0r0,260r4,0v39,-162,172,-284,379,-284v219,0,374,135,374,379r0,698r-41,0r0,-692v0,-244,-155,-344,-333,-344v-252,0,-383,207,-383,440r0,596r-41,0","w":1024},"o":{"d":"57,-526v0,-287,166,-551,475,-551v307,0,474,264,474,551v0,289,-167,551,-476,551v-307,0,-473,-262,-473,-551xm98,-526v0,266,149,510,434,510v281,0,433,-244,433,-510v0,-262,-152,-510,-433,-510v-285,0,-434,248,-434,510","w":1062},"p":{"d":"580,-16v289,0,407,-268,407,-512v0,-270,-135,-508,-407,-508v-270,0,-426,236,-426,508v0,326,170,512,426,512xm154,-295r0,657r-41,0r0,-1415r41,0r0,295r4,0v53,-184,207,-319,422,-319v279,0,448,232,448,549v0,295,-157,553,-448,553v-223,0,-373,-130,-422,-320r-4,0","w":1099},"q":{"d":"932,-758r0,-295r41,0r0,1415r-41,0r0,-657r-4,0v-49,190,-199,320,-422,320v-291,0,-449,-258,-449,-553v0,-317,170,-549,449,-549v215,0,369,135,422,319r4,0xm932,-528v0,-272,-156,-508,-426,-508v-272,0,-408,238,-408,508v0,244,119,512,408,512v256,0,426,-186,426,-512","w":1099},"r":{"d":"154,-596r0,596r-41,0r0,-1053r41,0r0,260r4,0v39,-156,161,-292,413,-284r0,41v-289,-14,-417,211,-417,440","w":530,"k":{"v":-37,"y":-37,"\u00ff":-37,",":113,".":113,"-":113}},"s":{"d":"840,-741r-41,0v0,-211,-139,-295,-340,-295v-295,0,-316,186,-316,223v0,104,45,155,117,184v74,29,157,48,270,78v162,42,338,82,338,283v0,211,-199,293,-381,293v-276,0,-426,-121,-426,-385r41,0v0,233,141,344,385,344v152,0,340,-68,340,-248v0,-186,-182,-215,-362,-260v-100,-25,-177,-45,-236,-72v-86,-37,-127,-104,-127,-217v0,-117,95,-264,357,-264v233,0,381,103,381,336","w":948},"t":{"d":"463,-1012r-238,0r0,807v0,158,79,164,142,164v41,0,78,-2,90,-6r0,41v-25,2,-38,6,-101,6v-96,0,-172,-47,-172,-197r0,-815r-194,0r0,-41r194,0r0,-331r41,0r0,331r238,0r0,41","w":493},"u":{"d":"911,-1053r0,1053r-41,0r0,-260r-4,0v-39,162,-172,285,-379,285v-219,0,-374,-135,-374,-379r0,-699r41,0r0,693v0,244,155,344,333,344v252,0,383,-208,383,-441r0,-596r41,0","w":1024},"v":{"d":"436,-41r377,-1012r45,0r-397,1053r-51,0r-435,-1053r50,0r407,1012r4,0","w":833,"k":{",":152,".":152}},"w":{"d":"1059,-41r319,-1012r41,0r-336,1053r-53,0r-328,-1012r-4,0r-329,1012r-58,0r-327,-1053r41,0r313,1012r4,0r326,-1012r63,0r324,1012r4,0","w":1402,"k":{",":113,".":113}},"x":{"d":"416,-575r362,-478r49,0r-385,508r422,545r-51,0r-397,-514r-396,514r-51,0r422,-545r-383,-508r53,0","w":833},"y":{"d":"438,-55r377,-998r43,0r-485,1268v-55,143,-152,147,-279,147r0,-40v139,2,197,-9,246,-136r76,-196r-441,-1043r45,0","w":833,"k":{",":152,".":152}},"z":{"d":"53,-41r770,0r0,41r-813,0r0,-51r738,-961r-682,0r0,-41r725,0r0,52","w":833},"{":{"d":"573,362r-102,0v-115,0,-149,-71,-149,-227r0,-334v0,-166,-27,-276,-148,-354r0,-41v88,-14,148,-176,148,-342r0,-338v0,-156,34,-223,149,-223r102,0r0,41r-98,0v-82,0,-113,51,-113,219r0,336v0,121,-43,287,-147,332v90,43,147,180,147,336r0,331v3,239,46,227,211,224r0,40","w":681},"|":{"d":"248,438r-41,0r0,-2048r41,0r0,2048","w":454},"}":{"d":"109,-1497r102,0v115,0,149,71,149,227r0,334v0,166,27,276,148,354r0,41v-88,14,-148,176,-148,342r0,338v0,156,-34,223,-149,223r-102,0r0,-40r98,0v82,0,112,-52,112,-220r0,-335v0,-121,44,-287,148,-332v-90,-43,-148,-180,-148,-336r0,-332v-3,-239,-45,-226,-210,-223r0,-41","w":681},"~":{"d":"399,-610v136,0,332,141,451,141v82,0,133,-75,180,-147r41,12v-53,86,-117,176,-223,176v-158,0,-265,-142,-449,-141v-92,0,-151,63,-200,149r-41,-12v51,-96,126,-178,241,-178","w":1228},"\u00a3":{"d":"772,35v-132,0,-274,-103,-399,-103v-96,0,-178,40,-256,103r-37,-41v133,-113,242,-260,242,-422v0,-104,-25,-209,-66,-279r-156,0r0,-41r136,0v-53,-106,-144,-241,-144,-368v0,-260,223,-381,463,-381v313,0,506,199,471,514r-41,0v29,-307,-156,-473,-430,-473v-211,0,-422,98,-422,340v0,127,95,259,150,368r323,0r0,41r-305,0v47,84,61,183,61,279v0,156,-77,285,-202,391r4,4v51,-39,125,-76,209,-76v134,0,273,103,399,103v131,0,211,-70,313,-170r27,29v-119,135,-215,182,-340,182"},"\u00a5":{"d":"588,-625r0,209r301,0r0,41r-301,0r0,375r-41,0r0,-375r-301,0r0,-41r301,0r0,-209r-301,0r0,-41r282,0r-485,-796r45,0r479,784r4,0r480,-784r45,0r-486,796r279,0r0,41r-301,0"},"\u00a4":{"d":"913,-1069r117,-117r29,29r-117,117v180,192,180,494,0,688r117,116r-29,29r-117,-117v-192,177,-494,183,-688,0r-116,117r-29,-29r117,-116v-182,-195,-178,-495,0,-688r-117,-117r29,-29r116,117v195,-180,495,-180,688,0xm1036,-696v0,-258,-209,-467,-467,-467v-256,0,-467,211,-467,467v0,256,211,467,467,467v256,0,467,-211,467,-467"},"'":{"d":"152,-1001r0,-461r41,0r0,461r-41,0","w":342},"\u00ab":{"d":"346,-319r0,71r-211,-284r0,-33r211,-285r0,72r-170,229xm537,-319r0,71r-211,-284r0,-33r211,-285r0,72r-170,229","w":720},"\u2020":{"d":"549,-1462r41,0r0,497r426,0r0,41r-426,0r0,1211r-41,0r0,-1211r-426,0r0,-41r426,0r0,-497"},"\u00bb":{"d":"375,-778r0,-72r211,285r0,33r-211,284r0,-71r170,-230xm184,-778r0,-72r211,285r0,33r-211,284r0,-71r170,-230","w":720},"\u2026":{"d":"362,-201r0,201r-40,0r0,-201r40,0xm1044,-201r0,201r-40,0r0,-201r40,0xm1726,-201r0,201r-40,0r0,-201r40,0","w":2048},"`":{"d":"207,-1202r-285,-295r60,0r256,295r-31,0","w":266},"\u00c6":{"d":"866,-561r-549,0r-297,561r-45,0r775,-1462r960,0r0,41r-803,0r0,639r738,0r0,41r-738,0r0,700r803,0r0,41r-844,0r0,-561xm866,-1425r-96,0r-432,823r528,0r0,-823","w":1744},"\u0152":{"d":"1184,-782r749,0r0,41r-749,0r0,700r848,0r0,41r-889,0r0,-133v-113,117,-261,168,-402,168v-440,0,-675,-350,-675,-758v0,-410,226,-774,675,-774v160,0,296,47,402,168r0,-133r889,0r0,41r-848,0r0,639xm1143,-193r0,-1083v-125,-129,-228,-180,-402,-180v-387,0,-635,293,-635,733v0,414,240,717,635,717v127,0,285,-52,402,-187","w":2086},"\u00e6":{"d":"881,-559r833,0v0,-262,-133,-477,-409,-477v-258,0,-401,186,-424,477xm840,-424r0,-194r-4,0v-55,80,-238,71,-408,83v-166,12,-322,50,-322,275v0,121,79,244,308,244v274,0,426,-201,426,-408xm172,-727r-41,0v10,-199,141,-350,401,-350v186,0,343,71,349,307r4,0v55,-176,199,-307,420,-307v317,0,462,264,450,559r-874,0v10,279,120,502,419,502v207,0,379,-122,408,-349r41,0v-23,231,-201,388,-449,390v-225,2,-379,-125,-434,-342r-4,0v-41,215,-227,342,-444,342v-209,0,-352,-99,-352,-285v0,-260,186,-304,362,-315v289,-17,412,-10,412,-170v0,-127,-27,-291,-308,-291v-219,0,-346,112,-360,309","w":1820},"\u0153":{"d":"930,-559r782,0v-6,-258,-111,-477,-387,-477v-283,0,-385,207,-395,477xm889,-526v0,-262,-98,-510,-391,-510v-285,0,-392,250,-392,510v0,254,107,510,392,510v299,0,391,-242,391,-510xm1753,-518r-823,0v-2,324,125,502,393,502v240,0,342,-158,375,-338r41,0v-37,227,-176,379,-416,379v-231,0,-379,-126,-412,-347r-4,0v-45,211,-176,347,-409,347v-309,0,-432,-275,-432,-551v0,-270,115,-551,432,-551v227,0,376,147,407,360r4,0v37,-205,160,-358,414,-360v313,-2,437,258,430,559","w":1822},"\u00df":{"d":"414,-793r0,-41v209,4,395,-73,395,-315v0,-186,-150,-297,-336,-297v-104,0,-319,30,-319,313r0,1133r-41,0r0,-1139v0,-260,184,-348,360,-348v197,0,377,125,377,338v0,168,-86,301,-260,330r0,4v236,20,336,170,336,385v0,264,-125,444,-512,430r0,-41v276,14,471,-76,471,-389v0,-301,-197,-365,-471,-363","w":985},"\u00b5":{"d":"967,-1053r0,1053r-41,0r0,-260r-4,0v-37,162,-172,285,-379,285v-135,0,-267,-52,-328,-191r-4,0r0,528r-41,0r0,-1415r39,0r0,693v0,244,156,344,334,344v252,0,383,-208,383,-441r0,-596r41,0"},"\u2122":{"d":"475,-618r0,-803r-307,0r0,-41r655,0r0,41r-307,0r0,803r-41,0xm1016,-618r0,-844r69,0r332,786r332,-786r70,0r0,844r-41,0r0,-803r-4,0r-336,803r-41,0r-336,-803r-4,0r0,803r-41,0","w":2027},"\u00f7":{"d":"1130,-498r-1032,0r0,-41r1032,0r0,41xm614,-868v-59,0,-84,-37,-84,-84v0,-49,37,-84,84,-84v47,0,84,37,84,84v0,47,-23,84,-84,84xm614,0v-59,0,-84,-37,-84,-84v0,-49,37,-84,84,-84v47,0,84,37,84,84v0,47,-23,84,-84,84","w":1228},"\u00b0":{"d":"662,-1124v0,-135,-105,-252,-252,-252v-135,0,-252,121,-252,252v0,147,117,256,252,256v143,0,252,-113,252,-256xm702,-1124v0,164,-126,297,-292,297v-164,0,-293,-129,-293,-297v0,-160,129,-293,293,-293v164,0,292,133,292,293","w":819},"\u00ae":{"d":"561,-276r0,-881r289,0v199,0,291,87,291,237v0,150,-107,220,-230,230r271,414r-52,0r-264,-410r-264,2r0,408r-41,0xm602,-725r213,0v119,0,285,-19,285,-195v0,-252,-269,-187,-498,-196r0,391xm53,-731v0,-424,342,-766,766,-766v424,0,766,342,766,766v0,424,-342,766,-766,766v-424,0,-766,-342,-766,-766xm94,-731v0,401,324,725,725,725v401,0,725,-324,725,-725v0,-401,-324,-725,-725,-725v-401,0,-725,324,-725,725","w":1638},"\u00d7":{"d":"586,-518r-389,-389r28,-27r387,391r392,-391r28,27r-391,389r391,389r-28,29r-392,-392r-387,392r-28,-29","w":1228},"\u00a9":{"d":"1214,-877r-40,0v-27,-178,-174,-268,-338,-268v-256,0,-404,182,-404,424v0,240,154,434,410,434v150,0,289,-100,332,-278r40,0v-43,188,-186,319,-372,319v-274,0,-451,-207,-451,-473v0,-268,166,-467,445,-467v193,0,351,110,378,309xm53,-731v0,-424,342,-766,766,-766v424,0,766,342,766,766v0,424,-342,766,-766,766v-424,0,-766,-342,-766,-766xm94,-731v0,401,324,725,725,725v401,0,725,-324,725,-725v0,-401,-324,-725,-725,-725v-401,0,-725,324,-725,725","w":1638},"\u00c2":{"d":"233,-522r713,0r-348,-899r-4,0xm963,-481r-746,0r-194,481r-48,0r594,-1462r54,0r577,1462r-45,0xm838,-1577r-41,0r-211,-252r-203,252r-41,0r231,-285r31,0","w":1177},"\u00c4":{"d":"233,-522r713,0r-348,-899r-4,0xm963,-481r-746,0r-194,481r-48,0r594,-1462r54,0r577,1462r-45,0xm451,-1573r-41,0r0,-166r41,0r0,166xm770,-1573r-41,0r0,-166r41,0r0,166","w":1177},"\u00c0":{"d":"233,-522r713,0r-348,-899r-4,0xm963,-481r-746,0r-194,481r-48,0r594,-1462r54,0r577,1462r-45,0xm664,-1567r-285,-295r59,0r256,295r-30,0","w":1177},"\u00c7":{"d":"1323,-1024r-41,0v-18,-211,-224,-432,-543,-432v-481,0,-647,434,-647,737v0,373,226,713,621,713v352,0,557,-243,602,-567r41,0v-49,354,-271,604,-633,608r-59,80v87,-30,221,-6,221,110v0,189,-256,161,-369,115r19,-39v47,16,96,33,149,33v76,0,160,-25,160,-109v0,-99,-156,-97,-223,-55r-31,-20r90,-117v-373,-16,-629,-326,-629,-752v0,-354,190,-778,688,-778v387,0,578,293,584,473","w":1402},"\u00c9":{"d":"152,-741r0,700r938,0r0,41r-979,0r0,-1462r970,0r0,41r-929,0r0,639r874,0r0,41r-874,0xm709,-1862r59,0r-299,295r-31,0","w":1099},"\u00ca":{"d":"152,-741r0,700r938,0r0,41r-979,0r0,-1462r970,0r0,41r-929,0r0,639r874,0r0,41r-874,0xm799,-1577r-41,0r-211,-252r-203,252r-41,0r232,-285r30,0","w":1099},"\u00cb":{"d":"152,-741r0,700r938,0r0,41r-979,0r0,-1462r970,0r0,41r-929,0r0,639r874,0r0,41r-874,0xm412,-1573r-41,0r0,-166r41,0r0,166xm731,-1573r-41,0r0,-166r41,0r0,166","w":1099},"\u00c8":{"d":"152,-741r0,700r938,0r0,41r-979,0r0,-1462r970,0r0,41r-929,0r0,639r874,0r0,41r-874,0xm625,-1567r-285,-295r59,0r256,295r-30,0","w":1099},"\u00ce":{"d":"111,0r0,-1462r41,0r0,1462r-41,0xm379,-1577r-41,0r-211,-252r-203,252r-41,0r232,-285r30,0","w":262},"\u00cf":{"d":"111,0r0,-1462r41,0r0,1462r-41,0xm-8,-1573r-41,0r0,-166r41,0r0,166xm311,-1573r-41,0r0,-166r41,0r0,166","w":262},"\u00d4":{"d":"106,-731v0,422,240,725,633,725v393,0,633,-303,633,-725v0,-422,-240,-725,-633,-725v-393,0,-633,303,-633,725xm66,-731v0,-416,235,-766,673,-766v438,0,674,350,674,766v0,416,-236,766,-674,766v-438,0,-673,-350,-673,-766xm987,-1577r-41,0r-211,-252r-203,252r-40,0r231,-285r31,0","w":1476},"\u00dc":{"d":"1143,-545r0,-917r41,0r0,917v0,387,-193,580,-537,580v-344,0,-536,-193,-536,-580r0,-917r41,0r0,917v0,348,161,539,495,539v334,0,496,-191,496,-539xm508,-1573r-41,0r0,-166r41,0r0,166xm827,-1573r-41,0r0,-166r41,0r0,166","w":1294},"\u00d9":{"d":"1143,-545r0,-917r41,0r0,917v0,387,-193,580,-537,580v-344,0,-536,-193,-536,-580r0,-917r41,0r0,917v0,348,161,539,495,539v334,0,496,-191,496,-539xm721,-1567r-285,-295r60,0r256,295r-31,0","w":1294},"\u00e2":{"d":"819,-424r0,-194r-4,0v-55,80,-237,71,-407,83v-166,12,-322,50,-322,275v0,121,78,244,307,244v274,0,426,-201,426,-408xm152,-727r-41,0v10,-199,141,-350,401,-350v186,0,348,72,348,301r0,670v0,80,76,71,133,65r0,41v-80,6,-174,7,-174,-102r0,-138r-4,0v-41,135,-201,265,-418,265v-209,0,-352,-99,-352,-285v0,-260,187,-304,363,-315v289,-17,411,-10,411,-170v0,-127,-26,-291,-307,-291v-219,0,-346,112,-360,309xm741,-1167r-41,0r-211,-252r-202,252r-41,0r231,-285r31,0","w":985},"\u00e4":{"d":"819,-424r0,-194r-4,0v-55,80,-237,71,-407,83v-166,12,-322,50,-322,275v0,121,78,244,307,244v274,0,426,-201,426,-408xm152,-727r-41,0v10,-199,141,-350,401,-350v186,0,348,72,348,301r0,670v0,80,76,71,133,65r0,41v-80,6,-174,7,-174,-102r0,-138r-4,0v-41,135,-201,265,-418,265v-209,0,-352,-99,-352,-285v0,-260,187,-304,363,-315v289,-17,411,-10,411,-170v0,-127,-26,-291,-307,-291v-219,0,-346,112,-360,309xm354,-1163r-41,0r0,-166r41,0r0,166xm674,-1163r-41,0r0,-166r41,0r0,166","w":985},"\u00e0":{"d":"819,-424r0,-194r-4,0v-55,80,-237,71,-407,83v-166,12,-322,50,-322,275v0,121,78,244,307,244v274,0,426,-201,426,-408xm152,-727r-41,0v10,-199,141,-350,401,-350v186,0,348,72,348,301r0,670v0,80,76,71,133,65r0,41v-80,6,-174,7,-174,-102r0,-138r-4,0v-41,135,-201,265,-418,265v-209,0,-352,-99,-352,-285v0,-260,187,-304,363,-315v289,-17,411,-10,411,-170v0,-127,-26,-291,-307,-291v-219,0,-346,112,-360,309xm567,-1157r-284,-295r59,0r256,295r-31,0","w":985},"\u00e7":{"d":"920,-358r41,0v-23,231,-187,377,-418,381r-68,92v86,-30,221,-6,221,110v0,190,-256,161,-368,115r18,-39v102,43,298,65,309,-76v-13,-99,-156,-97,-223,-55r-31,-20r101,-130v-281,-12,-439,-248,-439,-524v0,-305,154,-573,492,-573v197,0,370,121,397,344r-41,0v-33,-205,-182,-303,-356,-303v-336,0,-451,284,-451,532v0,258,147,488,426,488v207,0,374,-131,390,-342","w":1024},"\u00e9":{"d":"92,-559r840,0v2,-258,-144,-477,-416,-477v-227,0,-410,182,-424,477xm973,-518r-881,0v4,283,117,502,416,502v217,0,377,-122,412,-349r41,0v-29,242,-209,390,-449,390v-326,0,-461,-238,-461,-551v0,-350,223,-551,461,-551v328,0,473,270,461,559xm670,-1452r59,0r-299,295r-31,0","w":1024},"\u00ea":{"d":"92,-559r840,0v2,-258,-144,-477,-416,-477v-227,0,-410,182,-424,477xm973,-518r-881,0v4,283,117,502,416,502v217,0,377,-122,412,-349r41,0v-29,242,-209,390,-449,390v-326,0,-461,-238,-461,-551v0,-350,223,-551,461,-551v328,0,473,270,461,559xm760,-1167r-41,0r-211,-252r-203,252r-41,0r232,-285r30,0","w":1024},"\u00eb":{"d":"92,-559r840,0v2,-258,-144,-477,-416,-477v-227,0,-410,182,-424,477xm973,-518r-881,0v4,283,117,502,416,502v217,0,377,-122,412,-349r41,0v-29,242,-209,390,-449,390v-326,0,-461,-238,-461,-551v0,-350,223,-551,461,-551v328,0,473,270,461,559xm373,-1163r-41,0r0,-166r41,0r0,166xm692,-1163r-41,0r0,-166r41,0r0,166","w":1024},"\u00e8":{"d":"92,-559r840,0v2,-258,-144,-477,-416,-477v-227,0,-410,182,-424,477xm973,-518r-881,0v4,283,117,502,416,502v217,0,377,-122,412,-349r41,0v-29,242,-209,390,-449,390v-326,0,-461,-238,-461,-551v0,-350,223,-551,461,-551v328,0,473,270,461,559xm586,-1157r-285,-295r59,0r256,295r-30,0","w":1024},"\u00ee":{"d":"154,0r-41,0r0,-1053r41,0r0,1053xm381,-1167r-41,0r-211,-252r-203,252r-41,0r232,-285r30,0","w":266},"\u00ef":{"d":"154,0r-41,0r0,-1053r41,0r0,1053xm-6,-1163r-41,0r0,-166r41,0r0,166xm313,-1163r-41,0r0,-166r41,0r0,166","w":266},"\u00f4":{"d":"57,-526v0,-287,166,-551,475,-551v307,0,474,264,474,551v0,289,-167,551,-476,551v-307,0,-473,-262,-473,-551xm98,-526v0,266,149,510,434,510v281,0,433,-244,433,-510v0,-262,-152,-510,-433,-510v-285,0,-434,248,-434,510xm780,-1167r-41,0r-211,-252r-202,252r-41,0r231,-285r31,0","w":1062},"\u00fb":{"d":"911,-1053r0,1053r-41,0r0,-260r-4,0v-39,162,-172,285,-379,285v-219,0,-374,-135,-374,-379r0,-699r41,0r0,693v0,244,155,344,333,344v252,0,383,-208,383,-441r0,-596r41,0xm760,-1167r-41,0r-211,-252r-203,252r-41,0r232,-285r30,0","w":1024},"\u00fc":{"d":"911,-1053r0,1053r-41,0r0,-260r-4,0v-39,162,-172,285,-379,285v-219,0,-374,-135,-374,-379r0,-699r41,0r0,693v0,244,155,344,333,344v252,0,383,-208,383,-441r0,-596r41,0xm373,-1163r-41,0r0,-166r41,0r0,166xm692,-1163r-41,0r0,-166r41,0r0,166","w":1024},"\u00f9":{"d":"911,-1053r0,1053r-41,0r0,-260r-4,0v-39,162,-172,285,-379,285v-219,0,-374,-135,-374,-379r0,-699r41,0r0,693v0,244,155,344,333,344v252,0,383,-208,383,-441r0,-596r41,0xm586,-1157r-285,-295r59,0r256,295r-30,0","w":1024},"\u00ff":{"d":"438,-55r377,-998r43,0r-485,1268v-55,143,-152,147,-279,147r0,-40v139,2,197,-9,246,-136r76,-196r-441,-1043r45,0xm279,-1208r-41,0r0,-166r41,0r0,166xm598,-1208r-41,0r0,-166r41,0r0,166","w":833,"k":{",":152,".":152}},"\u20ac":{"d":"1161,-150v-119,121,-262,181,-430,181v-342,0,-557,-260,-606,-582r-125,0r14,-35r109,0v-9,-64,-3,-138,0,-205r-123,0r14,-34r113,0v43,-336,262,-598,618,-598v147,0,266,45,381,135r-18,33v-115,-88,-220,-131,-365,-131v-330,0,-536,250,-575,561r833,0r-18,34r-819,0v-5,69,-6,139,2,205r774,0r-18,35r-752,0v49,297,245,545,567,545v170,0,311,-66,424,-199r0,55"},"\u00a0":{"w":569}}});
// Helvetica_Neue_LT_Std_500.font
Cufon.registerFont({"w":481,"face":{"font-family":"Helvetica Neue LT Std condensed","font-weight":500,"font-stretch":"condensed","units-per-em":"1000","panose-1":"2 11 6 6 3 5 2 3 2 4","ascent":"714","descent":"-286","x-height":"14","bbox":"-33 -898 908 216","underline-thickness":"50","underline-position":"-50","stemh":"86","stemv":"108","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":240,"k":{"T":37,"V":37,"W":37,"Y":37,"A":37,"\u00c6":37,"\u00c2":37,"\u00c4":37,"\u00c0":37}},"!":{"d":"99,-192r-17,-296r0,-226r114,0v3,183,-6,353,-17,522r-80,0xm82,0r0,-114r114,0r0,114r-114,0","w":278},"\"":{"d":"264,-428r0,-286r86,0r0,286r-86,0xm76,-428r0,-286r86,0r0,286r-86,0","w":426},"#":{"d":"177,-274r106,0r20,-146r-106,0xm-3,-200r0,-74r97,0r20,-146r-88,0r0,-74r98,0r28,-200r83,0r-28,200r106,0r28,-200r83,0r-28,200r87,0r0,74r-97,0r-20,146r88,0r0,74r-98,0r-28,200r-83,0r28,-200r-106,0r-28,200r-83,0r28,-200r-87,0","w":480},"$":{"d":"260,-287r0,215v60,-9,90,-55,90,-100v0,-66,-29,-97,-90,-115xm216,-418r0,-204v-42,4,-76,37,-76,100v0,47,22,80,76,104xm216,100r0,-86v-177,-14,-202,-117,-200,-228r114,0v-3,81,18,131,86,142r0,-232v-109,-34,-190,-91,-190,-208v0,-115,83,-196,190,-196r0,-70r44,0r0,70v158,6,192,110,190,198r-114,0v2,-62,-13,-105,-76,-112r0,221r63,22v97,35,141,89,141,184v0,138,-80,202,-204,209r0,86r-44,0","w":480},"%":{"d":"173,-646v-41,0,-51,37,-51,130v0,93,10,130,51,130v41,0,51,-37,51,-130v0,-93,-10,-130,-51,-130xm497,-708r77,0r-319,722r-75,0xm586,-308v-41,0,-51,37,-51,130v0,93,10,130,51,130v41,0,51,-37,51,-130v0,-93,-10,-130,-51,-130xm173,-708v79,0,137,43,137,192v0,149,-58,192,-137,192v-79,0,-137,-43,-137,-192v0,-149,58,-192,137,-192xm586,-370v79,0,137,43,137,192v0,149,-58,192,-137,192v-79,0,-137,-43,-137,-192v0,-149,58,-192,137,-192","w":759},"&":{"d":"296,-392r125,176v19,-32,30,-76,28,-123r90,0v1,52,-10,126,-61,203r97,136r-121,0r-43,-61v-46,42,-99,75,-180,75v-165,0,-210,-122,-210,-197v0,-100,73,-174,145,-221v-29,-42,-74,-104,-73,-157v0,-102,75,-153,170,-153v53,0,157,26,157,145v0,83,-65,137,-124,177xm247,-458v31,-30,76,-63,77,-115v0,-42,-26,-67,-68,-67v-29,0,-67,15,-67,62v0,46,34,89,58,120xm216,-336v-44,34,-87,82,-87,145v0,64,55,114,121,114v48,0,84,-26,111,-55","w":574},"(":{"d":"184,-714r75,0v-154,256,-154,636,0,898r-77,0v-79,-104,-145,-266,-145,-449v0,-183,68,-345,147,-449","w":259},")":{"d":"75,184r-75,0v154,-256,154,-636,0,-898r77,0v79,104,145,266,145,449v0,183,-68,345,-147,449","w":259},"*":{"d":"152,-714r68,0r0,124r111,-43r23,66r-114,33r78,103r-56,43r-76,-105r-74,105r-56,-43r76,-103r-116,-33r23,-66r113,44r0,-125","w":370},"+":{"d":"257,-296r0,-210r86,0r0,210r210,0r0,86r-210,0r0,210r-86,0r0,-210r-210,0r0,-86r210,0","w":600},",":{"d":"63,0r0,-132r114,0v-1,139,21,264,-114,286r0,-58v35,-9,53,-45,50,-96r-50,0","w":240,"k":{" ":37}},"-":{"d":"45,-238r0,-102r262,0r0,102r-262,0","w":352},".":{"d":"63,0r0,-132r114,0r0,132r-114,0","w":240},"\/":{"d":"-10,14r227,-742r89,0r-227,742r-89,0","w":296},"0":{"d":"142,-347v0,206,20,281,98,281v78,0,98,-75,98,-281v0,-206,-20,-281,-98,-281v-78,0,-98,75,-98,281xm28,-347v0,-275,76,-361,212,-361v136,0,212,86,212,361v0,275,-76,361,-212,361v-136,0,-212,-86,-212,-361","w":480},"1":{"d":"321,0r-114,0r0,-514r-147,0r0,-74v80,1,167,-14,178,-120r83,0r0,708","w":480},"2":{"d":"447,-96r0,96r-414,0v0,-308,297,-301,297,-521v0,-58,-25,-107,-88,-107v-85,0,-99,76,-99,148r-108,0v0,-141,58,-228,209,-228v145,0,200,86,200,189v0,235,-230,250,-284,423r287,0","w":480},"3":{"d":"31,-197r108,0v0,62,20,131,97,131v71,0,99,-57,99,-127v0,-105,-50,-141,-159,-132r0,-80v98,11,143,-36,143,-121v0,-51,-23,-102,-82,-102v-70,0,-90,60,-90,124r-108,0v0,-132,69,-204,204,-204v85,0,190,39,190,181v0,73,-43,144,-113,155r0,3v73,6,129,65,129,164v0,140,-70,219,-216,219v-128,0,-202,-63,-202,-211","w":480},"4":{"d":"21,-159r0,-98r245,-451r116,0r0,458r77,0r0,91r-77,0r0,159r-108,0r0,-159r-253,0xm274,-250r0,-292r-2,0r-159,292r161,0","w":480},"5":{"d":"230,14v-131,0,-203,-70,-198,-205r108,0v-4,67,22,119,93,119v79,0,101,-78,101,-161v0,-82,-22,-151,-95,-151v-48,0,-83,26,-93,65r-101,-4r35,-371r341,0r0,91r-256,0r-23,186r2,2v30,-34,73,-55,119,-55v148,0,185,125,185,234v0,142,-65,250,-218,250","w":480},"6":{"d":"442,-536r-114,0v0,-41,-19,-92,-76,-92v-107,0,-113,141,-113,244r3,2v28,-51,76,-75,138,-75v97,0,175,70,175,211v0,163,-67,260,-217,260v-179,0,-213,-136,-213,-339v0,-212,39,-383,226,-383v124,0,191,56,191,172xm149,-213v0,82,31,147,98,147v70,0,94,-69,94,-152v0,-98,-29,-153,-94,-153v-83,0,-98,73,-98,158","w":480},"7":{"d":"30,-592r0,-102r420,0r0,90v-111,145,-207,391,-223,604r-120,0v16,-211,120,-447,233,-592r-310,0","w":480},"8":{"d":"151,-522v0,57,18,108,89,108v71,0,89,-51,89,-108v0,-56,-18,-106,-89,-106v-71,0,-89,50,-89,106xm140,-200v0,74,20,134,100,134v80,0,100,-60,100,-134v0,-75,-20,-134,-100,-134v-80,0,-100,59,-100,134xm240,14v-145,0,-214,-73,-214,-212v0,-108,55,-160,121,-179v-61,-21,-98,-68,-98,-153v0,-110,73,-178,191,-178v118,0,191,68,191,178v0,87,-41,129,-98,155v70,14,121,72,121,177v0,139,-69,212,-214,212","w":480},"9":{"d":"38,-158r114,0v0,41,19,92,76,92v107,0,113,-141,113,-244r-3,-2v-28,51,-76,75,-138,75v-97,0,-175,-70,-175,-211v0,-163,67,-260,217,-260v179,0,213,136,213,339v0,212,-39,383,-226,383v-124,0,-191,-56,-191,-172xm331,-481v0,-82,-31,-147,-98,-147v-70,0,-94,69,-94,152v0,98,29,153,94,153v83,0,98,-73,98,-158","w":480},":":{"d":"63,-380r0,-132r114,0r0,132r-114,0xm63,0r0,-132r114,0r0,132r-114,0","w":240,"k":{" ":37}},";":{"d":"63,0r0,-132r114,0v-1,139,21,264,-114,286r0,-58v35,-9,53,-45,50,-96r-50,0xm63,-380r0,-132r114,0r0,132r-114,0","w":240},"=":{"d":"47,-314r0,-86r506,0r0,86r-506,0xm47,-106r0,-86r506,0r0,86r-506,0","w":600},"?":{"d":"169,-192r0,-60v0,-144,145,-140,145,-284v0,-56,-19,-106,-81,-106v-68,0,-90,57,-90,141r-108,0v0,-126,53,-227,197,-227v124,0,196,69,196,192v0,170,-157,198,-157,302r0,42r-102,0xm162,0r0,-114r114,0r0,114r-114,0","w":463},"@":{"d":"490,-397v0,-68,-31,-96,-81,-96v-83,0,-141,101,-141,181v0,61,29,101,93,101v69,0,129,-113,129,-186xm539,-549r71,0r-75,270v-6,31,-31,71,22,71v56,0,123,-91,123,-202v0,-142,-125,-238,-264,-238v-174,0,-296,138,-296,294v0,175,135,288,288,288v106,0,192,-34,247,-88r84,0v-53,97,-168,168,-331,168v-212,0,-379,-138,-379,-372v0,-208,155,-370,387,-370v202,0,355,124,355,305v0,200,-157,286,-254,286v-53,0,-67,-29,-72,-59v-28,31,-71,59,-124,59v-77,0,-139,-63,-139,-162v0,-142,107,-268,223,-268v49,0,89,24,115,77","w":800},"A":{"d":"177,-266r169,0r-82,-352r-2,0xm-9,0r203,-714r146,0r188,714r-119,0r-44,-175r-209,0r-46,175r-119,0","w":519,"k":{"v":18,"T":55,"V":30,"w":18,"W":30,"y":18,"\u00ff":18,"Y":55}},"B":{"d":"173,-413r90,0v69,0,105,-46,105,-113v-1,-118,-92,-101,-195,-102r0,215xm173,-86r113,0v68,0,105,-44,105,-126v0,-77,-46,-121,-112,-121r-106,0r0,247xm59,0r0,-714r231,0v106,0,192,47,192,173v0,89,-38,137,-105,164v78,14,128,61,128,182v0,119,-86,195,-220,195r-226,0","w":537,"k":{",":30,".":30}},"C":{"d":"384,-256r114,0v3,142,-46,270,-220,270v-180,0,-236,-116,-236,-371v0,-255,56,-371,237,-371v209,0,215,146,215,237r-114,0v2,-75,-16,-152,-102,-151v-84,0,-122,52,-122,282v0,230,38,288,122,288v99,0,107,-109,106,-184","w":519,"k":{",":18,".":18}},"D":{"d":"173,-628r0,542v184,9,227,-8,227,-271v0,-201,-34,-271,-133,-271r-94,0xm59,0r0,-714r203,0v224,0,252,146,252,357v0,211,-28,357,-252,357r-203,0","w":556,"k":{"Y":18,",":40,".":40}},"E":{"d":"59,0r0,-714r386,0r0,96r-272,0r0,198r256,0r0,96r-256,0r0,228r280,0r0,96r-394,0"},"F":{"d":"59,0r0,-714r381,0r0,96r-267,0r0,198r251,0r0,96r-251,0r0,324r-114,0","w":463,"k":{",":129,".":129,"A":37,"\u00c6":37,"\u00c2":37,"\u00c4":37,"\u00c0":37}},"G":{"d":"412,0v-2,-26,4,-61,-2,-83v-31,66,-72,97,-156,97v-156,0,-212,-116,-212,-371v0,-255,72,-371,237,-371v185,0,211,136,209,219r-108,0v2,-68,-15,-133,-100,-133v-81,0,-124,54,-124,282v0,230,38,288,115,288v87,1,119,-62,119,-218r-120,0r0,-86r228,0r0,376r-86,0","w":537,"k":{",":18,".":18}},"H":{"d":"59,0r0,-714r114,0r0,286r210,0r0,-286r114,0r0,714r-114,0r0,-332r-210,0r0,332r-114,0","w":556},"I":{"d":"54,0r0,-714r114,0r0,714r-114,0","w":222},"J":{"d":"16,-215r108,0v-1,74,-1,143,76,143v76,0,76,-70,76,-142r0,-500r114,0r0,517v0,157,-78,214,-192,211v-165,-5,-186,-99,-182,-229","w":444,"k":{",":40,".":40}},"K":{"d":"59,0r0,-714r114,0r0,311r2,0r216,-311r125,0r-206,301r228,413r-129,0r-173,-321r-63,90r0,231r-114,0","w":519},"L":{"d":"46,0r0,-714r114,0r0,618r276,0r0,96r-390,0","w":444,"k":{"T":92,"V":74,"W":74,"y":37,"\u00ff":37,"Y":92}},"M":{"d":"59,0r0,-714r178,0r126,529r2,0r124,-529r174,0r0,714r-108,0r0,-594r-2,0r-144,594r-96,0r-144,-594r-2,0r0,594r-108,0","w":722},"N":{"d":"59,0r0,-714r139,0r207,532r2,0r0,-532r108,0r0,714r-139,0r-207,-546r-2,0r0,546r-108,0","w":574,"k":{",":18,".":18}},"O":{"d":"278,14v-164,0,-236,-116,-236,-371v0,-255,72,-371,236,-371v164,0,236,116,236,371v0,255,-72,371,-236,371xm278,-72v68,0,122,-42,122,-288v0,-240,-54,-282,-122,-282v-68,0,-122,42,-122,282v0,246,54,288,122,288","w":556,"k":{"T":30,"V":18,"Y":40,",":40,".":40,"A":18,"\u00c6":18,"\u00c2":18,"\u00c4":18,"\u00c0":18,"X":18}},"P":{"d":"173,-628r0,247v112,4,195,3,195,-123v0,-77,-31,-124,-122,-124r-73,0xm59,0r0,-714r226,0v137,0,197,86,197,208v0,128,-75,211,-209,211r-100,0r0,295r-114,0","w":500,"k":{",":150,".":150,"A":37,"\u00c6":37,"\u00c2":37,"\u00c4":37,"\u00c0":37}},"Q":{"d":"463,64r-73,-74v-29,17,-67,24,-112,24v-164,0,-236,-116,-236,-371v0,-255,72,-371,236,-371v164,0,236,116,236,371v0,132,-24,231,-56,283r73,77xm265,-132r65,-65r47,47v16,-43,23,-110,23,-210v0,-240,-54,-282,-122,-282v-68,0,-122,42,-122,282v0,246,54,288,122,288v15,0,28,-2,41,-7","w":556,"k":{",":18,".":18}},"R":{"d":"59,0r0,-714r252,0v100,0,181,50,181,184v0,95,-45,160,-119,177v71,7,107,46,112,146v4,73,-11,184,38,207r-129,0v-29,-44,-21,-124,-24,-198v-3,-78,-26,-112,-104,-112r-93,0r0,310r-114,0xm173,-396r91,0v73,0,114,-44,114,-116v0,-76,-33,-116,-108,-116r-97,0r0,232","w":537,"k":{"T":18,"Y":18}},"S":{"d":"33,-221r114,0v-4,95,32,149,117,149v72,0,108,-51,108,-104v0,-111,-99,-123,-180,-154v-104,-39,-149,-94,-149,-196v0,-130,88,-202,222,-202v191,0,203,111,202,204r-114,0v3,-74,-23,-118,-100,-118v-49,0,-96,27,-96,103v0,88,106,122,184,149v101,36,145,91,145,189v0,152,-92,215,-236,215v-184,0,-220,-117,-217,-235","w":519,"k":{",":30,".":30}},"T":{"d":"176,0r0,-618r-170,0r0,-96r451,0r0,96r-167,0r0,618r-114,0","w":463,"k":{"\u00fc":74,"\u00ee":18,"\u00e8":74,"\u00eb":74,"\u00ea":74,"\u00e0":74,"\u00e4":74,"\u00e2":74,"w":74,"y":74,"\u00ff":74,",":92,".":92,"A":55,"\u00c6":55,"\u00c2":55,"\u00c4":55,"\u00c0":55,"r":74,"e":74,"\u00e9":74,"o":74,"\u0153":74,"\u00f4":74,"a":74,"\u00e6":74,"-":74,"i":18,"\u00ef":18,"O":30,"\u0152":30,"\u00d4":30,"u":74,"\u00fb":74,"\u00f9":74,":":74,";":74}},"U":{"d":"50,-714r114,0r0,512v0,90,36,130,105,130v68,0,104,-40,104,-130r0,-512r114,0r0,503v0,165,-82,225,-218,225v-137,0,-219,-60,-219,-225r0,-503","w":537,"k":{",":30,".":30}},"V":{"d":"162,0r-168,-714r121,0r121,570r2,0r128,-570r121,0r-180,714r-145,0","k":{"\u00f4":18,"\u00e8":18,"\u00eb":18,"\u00ea":18,"\u00e0":18,"\u00e4":18,"\u00e2":18,",":92,".":92,"A":37,"\u00c6":37,"\u00c2":37,"\u00c4":37,"\u00c0":37,"e":18,"\u00e9":18,"o":18,"\u0153":18,"a":18,"\u00e6":18,"-":18,"u":18,"\u00fb":18,"\u00fc":18,"\u00f9":18,":":18,";":18}},"W":{"d":"144,0r-138,-714r115,0r94,555r2,0r94,-555r120,0r96,558r2,0r93,-558r113,0r-142,714r-132,0r-92,-538r-2,0r-91,538r-132,0","w":741,"k":{"\u00ea":18,"\u00e4":18,"y":18,"\u00ff":18,",":74,".":74,"A":30,"\u00c6":30,"\u00c2":30,"\u00c4":30,"\u00c0":30,"e":18,"\u00e9":18,"\u00eb":18,"\u00e8":18,"o":18,"\u0153":18,"\u00f4":18,"a":18,"\u00e6":18,"\u00e2":18,"\u00e0":18,"-":18}},"X":{"d":"0,0r188,-363r-172,-351r126,0r114,237r112,-237r123,0r-173,351r182,363r-126,0r-124,-258r-127,258r-123,0","w":500},"Y":{"d":"180,0r0,-279r-184,-435r127,0r120,308r123,-308r119,0r-191,435r0,279r-114,0","k":{"\u00fc":50,",":111,".":111,"A":55,"\u00c6":55,"\u00c2":55,"\u00c4":55,"\u00c0":55,"e":55,"\u00e9":55,"\u00ea":55,"\u00eb":55,"\u00e8":55,"o":55,"\u0153":55,"\u00f4":55,"a":55,"\u00e6":55,"\u00e2":55,"\u00e4":55,"\u00e0":55,"-":74,"i":18,"\u00ee":18,"\u00ef":18,"O":40,"\u0152":40,"\u00d4":40,"u":50,"\u00fb":50,"\u00f9":50,":":37,";":37,"S":18}},"Z":{"d":"18,0r0,-90r299,-528r-281,0r0,-96r406,0r0,96r-299,522r302,0r0,96r-427,0","w":463},"[":{"d":"77,184r0,-898r203,0r0,80r-101,0r0,738r101,0r0,80r-203,0","w":278},"\\":{"d":"217,14r-227,-742r89,0r227,742r-89,0","w":296},"]":{"d":"-2,184r0,-80r101,0r0,-738r-101,0r0,-80r203,0r0,898r-203,0","w":278},"_":{"d":"0,125r0,-50r500,0r0,50r-500,0","w":500},"a":{"d":"405,-420r0,308v-1,28,21,46,46,35r0,70v-52,26,-144,14,-144,-58r-2,0v-29,53,-71,79,-134,79v-86,0,-140,-48,-140,-151v0,-161,100,-158,209,-192v39,-12,63,-22,63,-69v0,-49,-17,-80,-74,-80v-72,0,-82,51,-82,103r-102,0v0,-114,47,-177,189,-177v95,0,171,37,171,132xm303,-194r0,-90v-28,22,-88,36,-120,50v-63,27,-62,168,23,168v65,0,97,-49,97,-128","w":463},"b":{"d":"52,0r0,-714r108,0r0,239r2,0v20,-48,64,-77,122,-77v82,0,166,37,166,276v0,185,-50,290,-176,290v-80,0,-101,-48,-120,-80r0,66r-102,0xm154,-263v0,115,17,191,91,191v75,0,91,-77,91,-199v0,-145,-22,-195,-84,-195v-83,0,-98,74,-98,203","k":{"y":12,"\u00ff":12,",":37,".":37}},"c":{"d":"313,-196r102,0v-7,129,-51,210,-184,210v-156,0,-200,-116,-200,-283v0,-167,44,-283,200,-283v161,0,185,126,185,193r-108,0v0,-50,-14,-113,-77,-113v-78,0,-92,84,-92,203v0,119,14,203,92,203v60,0,82,-49,82,-130","w":444,"k":{"y":18,"\u00ff":18,",":37,".":37,"h":6,"k":6}},"d":{"d":"327,0v-2,-21,4,-49,-2,-66v-14,35,-41,80,-118,80v-126,0,-176,-105,-176,-290v0,-239,84,-276,166,-276v60,0,100,33,124,77r0,-239r108,0r0,714r-102,0xm327,-263v0,-129,-15,-203,-98,-203v-62,0,-84,50,-84,195v0,122,16,199,91,199v74,0,91,-76,91,-191","k":{"y":6,"\u00ff":6}},"e":{"d":"426,-255r-281,0v-1,87,-1,195,90,195v77,0,86,-88,86,-120r102,0v0,119,-72,194,-189,194v-88,0,-197,-26,-197,-275v0,-141,30,-291,199,-291v171,0,196,123,190,297xm145,-329r173,0v4,-80,-12,-150,-83,-149v-72,1,-92,73,-90,149","w":463,"k":{",":37,".":37,"x":6}},"f":{"d":"85,0r0,-458r-75,0r0,-80r75,0r0,-50v-5,-126,85,-143,196,-131r0,83v-50,-3,-92,3,-88,51r0,47r88,0r0,80r-88,0r0,458r-108,0","w":278,"k":{",":37,".":37}},"g":{"d":"58,46r102,0v0,33,30,64,78,64v56,0,91,-39,91,-101v0,-28,4,-63,-2,-87v-20,47,-70,74,-122,74v-126,0,-161,-124,-161,-271v0,-118,18,-277,171,-277v66,0,105,44,120,80r0,-66r102,0r0,512v0,131,-56,210,-201,210v-160,0,-178,-94,-178,-138xm152,-286v0,92,4,196,84,196v84,0,93,-106,93,-191v0,-88,-11,-185,-86,-185v-78,0,-91,80,-91,180","k":{",":18,".":18,"r":-6}},"h":{"d":"52,0r0,-714r108,0r0,234r3,2v64,-108,266,-112,266,72r0,406r-108,0r0,-369v0,-70,-21,-97,-75,-97v-44,0,-86,35,-86,105r0,361r-108,0","k":{"y":6,"\u00ff":6}},"i":{"d":"57,0r0,-538r108,0r0,538r-108,0xm57,-614r0,-108r108,0r0,108r-108,0","w":222},"j":{"d":"57,-538r108,0r0,573v3,131,-72,159,-189,146r0,-83v57,2,81,-4,81,-73r0,-563xm57,-722r108,0r0,108r-108,0r0,-108","w":222},"k":{"d":"52,0r0,-714r108,0r0,401r2,0r163,-225r125,-1r-162,208r183,331r-118,0r-132,-245r-61,74r0,171r-108,0","w":463,"k":{"y":6,"\u00ff":6,"e":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6,"o":6,"\u0153":6,"\u00f4":6}},"l":{"d":"57,0r0,-714r108,0r0,714r-108,0","w":222},"m":{"d":"57,0r0,-538r102,0r0,63r3,0v27,-48,78,-77,129,-77v77,0,109,37,125,82v54,-116,267,-122,267,61r0,409r-108,0r0,-369v0,-70,-21,-97,-65,-97v-44,0,-86,35,-86,105r0,361r-108,0r0,-369v0,-70,-21,-97,-66,-97v-43,0,-85,35,-85,105r0,361r-108,0","w":740},"n":{"d":"52,0r0,-538r102,0r0,63r3,0v27,-48,78,-77,138,-77v82,0,134,37,134,146r0,406r-108,0r0,-369v0,-70,-21,-97,-75,-97v-44,0,-86,35,-86,105r0,361r-108,0"},"o":{"d":"31,-269v0,-167,44,-283,200,-283v157,0,201,116,201,283v0,167,-51,283,-201,283v-149,0,-200,-116,-200,-283xm139,-269v0,137,14,203,92,203v79,0,93,-66,93,-203v0,-119,-14,-203,-93,-203v-78,0,-92,84,-92,203","w":463,"k":{"v":6,"w":6,"y":6,"\u00ff":6,",":18,".":18}},"p":{"d":"52,176r0,-714r102,0v2,21,-4,49,2,66v22,-48,62,-80,121,-80v123,0,173,105,173,290v0,226,-92,276,-166,276v-60,0,-100,-33,-124,-77r0,239r-108,0xm154,-275v0,129,16,203,92,203v62,0,90,-46,90,-195v0,-122,-16,-199,-91,-199v-74,0,-91,76,-91,191","k":{"y":6,"\u00ff":6,",":18,".":18}},"q":{"d":"321,176r0,-239r-2,0v-20,48,-64,77,-123,77v-84,0,-165,-58,-165,-276v0,-185,50,-290,176,-290v80,0,101,48,120,80r0,-66r102,0r0,714r-108,0xm327,-275v0,-115,-17,-191,-91,-191v-75,0,-91,77,-91,199v0,145,29,195,84,195v83,0,98,-74,98,-203"},"r":{"d":"52,0r0,-538r108,0v2,27,-4,61,2,84v27,-67,75,-110,151,-94r0,110v-76,-16,-153,-5,-153,116r0,322r-108,0","w":315,"k":{"v":-18,"y":-18,"\u00ff":-18,",":92,".":92,"e":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6,"a":6,"\u00e6":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"c":6,"\u00e7":6,"d":6,"g":6,"m":-10,"n":-10,"q":12,"-":55}},"s":{"d":"386,-381r-102,0v2,-53,-10,-97,-71,-97v-43,0,-77,20,-77,70v0,65,90,83,145,103v79,29,117,70,117,155v0,115,-84,164,-193,164v-144,-1,-181,-68,-177,-187r96,0v-3,70,16,113,84,113v109,0,112,-129,29,-158r-88,-31v-81,-28,-115,-69,-115,-155v0,-101,73,-148,184,-148v148,0,171,79,168,171","w":426},"t":{"d":"4,-458r0,-80r74,0r0,-153r108,0r0,153r88,0r0,80r-88,0r0,321v-7,60,42,62,88,54r0,80v-23,6,-53,9,-87,9v-73,0,-109,-20,-109,-130r0,-334r-74,0","w":278},"u":{"d":"327,0r0,-63r-3,0v-27,48,-78,77,-138,77v-80,0,-134,-37,-134,-176r0,-376r108,0r0,386v0,60,27,80,73,80v46,0,88,-30,88,-90r0,-376r108,0r0,538r-102,0"},"v":{"d":"151,0r-144,-538r116,0r94,424r2,0r85,-424r115,0r-142,538r-126,0","w":426,"k":{",":74,".":74,"a":12,"\u00e6":12,"\u00e2":12,"\u00e4":12,"\u00e0":12}},"w":{"d":"137,0r-122,-538r112,0r75,424r2,0r80,-424r122,0r80,424r2,0r74,-424r108,0r-123,538r-121,0r-84,-418r-2,0r-77,418r-126,0","w":685,"k":{",":55,".":55,"o":6,"\u0153":6,"\u00f4":6,"a":12,"\u00e6":12,"\u00e2":12,"\u00e4":12,"\u00e0":12}},"x":{"d":"3,0r147,-279r-139,-259r118,0r84,178r88,-178r116,0r-140,259r146,279r-117,0r-94,-199r-94,199r-115,0","w":426},"y":{"d":"8,-538r116,0r93,404r2,0r86,-404r113,0r-148,558v-45,165,-93,172,-231,160r0,-86v47,8,95,7,108,-38r14,-44","w":426,"k":{",":74,".":74,"e":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6}},"z":{"d":"25,0r0,-84r235,-363r-221,0r0,-91r343,0r0,89r-226,358r226,0r0,91r-357,0","w":407},"{":{"d":"7,-232r0,-66v43,-2,81,-48,81,-102r0,-183v6,-116,73,-141,183,-131r0,62v-57,-6,-81,13,-81,69r0,183v1,97,-70,125,-92,136v25,6,92,40,92,134r0,183v-3,56,23,76,81,69r0,62v-110,9,-183,-14,-183,-131r0,-183v0,-54,-38,-100,-81,-102","w":278},"|":{"d":"68,14r0,-742r86,0r0,742r-86,0","w":222},"}":{"d":"271,-298r0,66v-43,2,-81,48,-81,102r0,183v-6,116,-73,141,-183,131r0,-62v57,6,81,-13,81,-69r0,-183v-1,-97,70,-125,92,-136v-25,-6,-92,-40,-92,-134r0,-183v3,-56,-23,-76,-81,-69r0,-62v110,-9,183,14,183,131r0,183v0,54,38,100,81,102","w":278},"~":{"d":"406,-174v-68,0,-155,-72,-213,-72v-31,0,-59,25,-88,77r-36,-76v29,-57,77,-87,125,-87v68,0,155,72,213,72v31,0,59,-25,88,-77r36,76v-31,53,-77,87,-125,87","w":600},"\u00a3":{"d":"18,-315r0,-68r69,0v-21,-42,-50,-101,-50,-146v0,-88,67,-179,207,-179v162,0,215,94,212,206r-108,0v1,-55,-13,-126,-99,-126v-60,0,-98,35,-98,86v0,54,33,115,55,159r166,0r0,68r-140,0v36,106,-32,180,-107,232r2,4v23,-14,49,-23,73,-23v40,0,89,30,125,30v39,-1,75,-27,105,-42r38,79v-42,26,-89,51,-147,49v-67,-2,-117,-39,-174,-39v-32,0,-65,15,-95,31r-40,-77v66,-39,160,-141,104,-244r-98,0","w":480},"\u00a5":{"d":"182,0r0,-162r-141,0r0,-68r141,0v1,-27,1,-55,-10,-70r-131,0r0,-68r101,0r-140,-326r124,0r114,284r119,-284r119,0r-147,326r100,0r0,68r-130,0v-12,15,-12,42,-11,70r141,0r0,68r-141,0r0,162r-108,0","w":480},"\u00a4":{"d":"6,-157r51,-51v-61,-75,-62,-205,0,-278r-51,-51r45,-45r51,51v74,-60,202,-60,276,0r51,-51r45,45r-51,52v61,74,62,202,0,276r51,52r-45,45r-52,-52v-74,63,-201,61,-275,0r-51,52xm240,-191v84,0,150,-68,150,-156v0,-88,-66,-156,-150,-156v-84,0,-150,68,-150,156v0,88,66,156,150,156","w":480},"'":{"d":"77,-428r0,-286r86,0r0,286r-86,0","w":240},"\u00ab":{"d":"213,-232r0,-114r144,-135r0,110r-88,82r88,82r0,110xm50,-232r0,-114r144,-135r0,110r-88,82r88,82r0,110","w":407},"\u2020":{"d":"187,-512r0,-202r108,0r0,202r171,0r0,91r-171,0r0,563r-108,0r0,-563r-171,0r0,-91r171,0","w":482},"\u00bb":{"d":"194,-346r0,114r-144,135r0,-110r88,-82r-88,-82r0,-110xm357,-346r0,114r-144,135r0,-110r88,-82r-88,-82r0,-110","w":407},"\u2026":{"d":"110,0r0,-132r114,0r0,132r-114,0xm443,0r0,-132r114,0r0,132r-114,0xm776,0r0,-132r114,0r0,132r-114,0","w":1000},"`":{"d":"92,-608r-106,-144r120,0r60,144r-74,0","w":222},"\u00c6":{"d":"200,-266r137,0r0,-357r-9,0xm-12,0r273,-714r437,0r0,96r-253,0r0,198r239,0r0,96r-239,0r0,228r262,0r0,96r-370,0r0,-175r-167,0r-63,175r-119,0","w":741},"\u0152":{"d":"400,0v-2,-16,4,-39,-2,-51v-28,45,-82,65,-138,65v-148,0,-218,-112,-218,-371v0,-255,72,-371,222,-371v64,0,107,23,136,58r0,-44r354,0r0,96r-254,0r0,198r238,0r0,96r-238,0r0,228r262,0r0,96r-362,0xm392,-236r0,-242v0,-137,-47,-164,-106,-164v-76,0,-130,42,-130,282v0,246,54,288,122,288v67,0,114,-27,114,-164","w":796,"k":{"T":30,"V":18,"Y":40,",":40,".":40,"A":18,"\u00c6":18,"\u00c2":18,"\u00c4":18,"\u00c0":18,"X":18}},"\u00e6":{"d":"399,-329r160,0v3,-78,-12,-152,-78,-149v-73,4,-84,87,-82,149xm667,-255r-269,0v-2,91,4,195,79,195v77,0,86,-88,86,-120r102,0v0,119,-72,194,-189,194v-106,0,-133,-66,-147,-98v-53,143,-298,134,-298,-53v0,-154,109,-156,218,-187v35,-9,46,-22,46,-74v0,-49,-17,-80,-66,-80v-72,0,-82,51,-82,103r-102,0v0,-114,47,-177,189,-177v89,0,118,49,126,69v26,-44,75,-68,132,-69v155,-4,182,126,175,297xm296,-191r0,-85v-11,13,-51,25,-78,32v-73,20,-79,55,-79,103v0,39,23,75,63,75v65,0,94,-43,94,-125","w":704},"\u0153":{"d":"423,-329r160,0v3,-78,-12,-152,-78,-149v-73,4,-84,87,-82,149xm587,-180r102,0v0,119,-72,194,-189,194v-99,0,-127,-70,-132,-86v-30,61,-82,86,-148,86v-145,0,-189,-116,-189,-283v0,-167,44,-283,196,-283v99,0,129,49,148,82v33,-56,74,-82,141,-82v155,0,182,126,175,297r-269,0v-2,91,4,195,79,195v77,0,86,-88,86,-120xm139,-269v0,119,14,203,88,203v79,0,93,-84,93,-203v0,-119,-14,-203,-93,-203v-74,0,-88,84,-88,203","w":722,"k":{"v":6,"w":6,"y":6,"\u00ff":6,",":18,".":18}},"\u00df":{"d":"209,6r0,-86v91,8,127,-39,127,-140v0,-108,-36,-150,-125,-143r0,-80v51,3,100,-11,100,-98v0,-58,-20,-101,-80,-101v-57,0,-79,37,-79,101r0,541r-108,0r0,-533v0,-125,63,-189,188,-189v91,0,187,35,187,164v0,79,-32,127,-100,150v103,10,131,101,131,186v1,151,-73,245,-241,228"},"\u00b5":{"d":"52,176r0,-714r108,0r0,369v0,70,21,97,75,97v44,0,86,-35,86,-105r0,-361r108,0r0,538r-102,0r0,-63r-3,0v-34,63,-108,101,-164,59r0,180r-108,0"},"\u2122":{"d":"155,-302r0,-344r-123,0r0,-68r332,0r0,68r-123,0r0,344r-86,0xm828,-302r0,-326r-2,0r-121,326r-56,0r-121,-326r-2,0r0,326r-80,0r0,-412r119,0r112,292r112,-292r119,0r0,412r-80,0","w":1000},"\u00f7":{"d":"228,-48v0,-40,32,-72,72,-72v40,0,72,32,72,72v0,40,-32,72,-72,72v-40,0,-72,-32,-72,-72xm47,-210r0,-86r506,0r0,86r-506,0xm228,-458v0,-40,32,-72,72,-72v40,0,72,32,72,72v0,40,-32,72,-72,72v-40,0,-72,-32,-72,-72","w":600},"\u00b0":{"d":"51,-559v0,-82,67,-149,149,-149v82,0,149,67,149,149v0,82,-67,149,-149,149v-82,0,-149,-67,-149,-149xm119,-559v0,45,36,81,81,81v45,0,81,-36,81,-81v0,-45,-36,-81,-81,-81v-45,0,-81,36,-81,81","w":400},"\u00ae":{"d":"485,-145r-108,-179r-63,0r0,179r-74,0r0,-424r165,0v105,0,159,36,159,122v0,77,-49,109,-109,120r116,182r-86,0xm314,-386v78,-4,176,21,176,-64v0,-76,-102,-53,-176,-57r0,121xm400,-66v155,0,280,-130,280,-291v0,-161,-125,-291,-280,-291v-155,0,-280,130,-280,291v0,161,125,291,280,291xm29,-357v0,-205,166,-371,371,-371v205,0,371,166,371,371v0,205,-166,371,-371,371v-205,0,-371,-166,-371,-371","w":800},"\u00d7":{"d":"244,-253r-174,-174r56,-56r173,174r175,-174r56,56r-175,174r175,174r-56,56r-175,-175r-173,175r-56,-56","w":600},"\u00a9":{"d":"510,-292r83,0v-17,99,-91,158,-189,158v-121,0,-202,-87,-202,-224v0,-137,82,-223,209,-223v91,0,165,54,179,153r-80,0v-10,-46,-46,-79,-101,-79v-78,0,-121,66,-121,149v0,85,44,150,125,150v50,0,90,-32,97,-84xm400,-66v155,0,280,-130,280,-291v0,-161,-125,-291,-280,-291v-155,0,-280,130,-280,291v0,161,125,291,280,291xm29,-357v0,-205,166,-371,371,-371v205,0,371,166,371,371v0,205,-166,371,-371,371v-205,0,-371,-166,-371,-371","w":800},"\u00c2":{"d":"177,-266r169,0r-82,-352r-2,0xm-9,0r203,-714r146,0r188,714r-119,0r-44,-175r-209,0r-46,175r-119,0xm123,-754r91,-144r108,0r89,144r-91,0r-54,-88r-57,88r-86,0","w":519,"k":{"v":18,"T":55,"V":30,"w":18,"W":30,"y":18,"\u00ff":18,"Y":55}},"\u00c4":{"d":"177,-266r169,0r-82,-352r-2,0xm-9,0r203,-714r146,0r188,714r-119,0r-44,-175r-209,0r-46,175r-119,0xm302,-774r0,-108r96,0r0,108r-96,0xm136,-774r0,-108r96,0r0,108r-96,0","w":519,"k":{"v":18,"T":55,"V":30,"w":18,"W":30,"y":18,"\u00ff":18,"Y":55}},"\u00c0":{"d":"177,-266r169,0r-82,-352r-2,0xm-9,0r203,-714r146,0r188,714r-119,0r-44,-175r-209,0r-46,175r-119,0xm248,-754r-106,-144r120,0r60,144r-74,0","w":519,"k":{"v":18,"T":55,"V":30,"w":18,"W":30,"y":18,"\u00ff":18,"Y":55}},"\u00c7":{"d":"202,87r47,-73v-157,-14,-207,-131,-207,-371v0,-255,56,-371,237,-371v209,0,215,146,215,237r-114,0v2,-75,-16,-152,-102,-151v-84,0,-122,52,-122,282v0,230,38,288,122,288v99,0,107,-109,106,-184r114,0v3,137,-43,257,-201,270r-31,43v58,-18,118,14,118,69v0,54,-51,90,-117,90v-38,0,-77,-8,-101,-17r16,-40v37,13,117,31,122,-25v3,-38,-55,-45,-84,-30","w":519,"k":{",":18,".":18}},"\u00c9":{"d":"59,0r0,-714r386,0r0,96r-272,0r0,198r256,0r0,96r-256,0r0,228r280,0r0,96r-394,0xm198,-754r60,-144r120,0r-106,144r-74,0"},"\u00ca":{"d":"59,0r0,-714r386,0r0,96r-272,0r0,198r256,0r0,96r-256,0r0,228r280,0r0,96r-394,0xm109,-754r91,-144r108,0r89,144r-91,0r-54,-88r-57,88r-86,0"},"\u00cb":{"d":"59,0r0,-714r386,0r0,96r-272,0r0,198r256,0r0,96r-256,0r0,228r280,0r0,96r-394,0xm288,-774r0,-108r96,0r0,108r-96,0xm122,-774r0,-108r96,0r0,108r-96,0"},"\u00c8":{"d":"59,0r0,-714r386,0r0,96r-272,0r0,198r256,0r0,96r-256,0r0,228r280,0r0,96r-394,0xm234,-754r-106,-144r120,0r60,144r-74,0"},"\u00ce":{"d":"54,0r0,-714r114,0r0,714r-114,0xm-33,-754r91,-144r108,0r89,144r-91,0r-54,-88r-57,88r-86,0","w":222},"\u00cf":{"d":"54,0r0,-714r114,0r0,714r-114,0xm146,-774r0,-108r96,0r0,108r-96,0xm-20,-774r0,-108r96,0r0,108r-96,0","w":222},"\u00d4":{"d":"278,14v-164,0,-236,-116,-236,-371v0,-255,72,-371,236,-371v164,0,236,116,236,371v0,255,-72,371,-236,371xm278,-72v68,0,122,-42,122,-288v0,-240,-54,-282,-122,-282v-68,0,-122,42,-122,282v0,246,54,288,122,288xm134,-754r91,-144r108,0r89,144r-91,0r-54,-88r-57,88r-86,0","w":556,"k":{"T":30,"V":18,"Y":40,",":40,".":40,"A":18,"\u00c6":18,"\u00c2":18,"\u00c4":18,"\u00c0":18,"X":18}},"\u00dc":{"d":"50,-714r114,0r0,512v0,90,36,130,105,130v68,0,104,-40,104,-130r0,-512r114,0r0,503v0,165,-82,225,-218,225v-137,0,-219,-60,-219,-225r0,-503xm304,-774r0,-108r96,0r0,108r-96,0xm138,-774r0,-108r96,0r0,108r-96,0","w":537,"k":{",":30,".":30}},"\u00d9":{"d":"50,-714r114,0r0,512v0,90,36,130,105,130v68,0,104,-40,104,-130r0,-512r114,0r0,503v0,165,-82,225,-218,225v-137,0,-219,-60,-219,-225r0,-503xm250,-754r-106,-144r120,0r60,144r-74,0","w":537,"k":{",":30,".":30}},"\u00e2":{"d":"405,-420r0,308v-1,28,21,46,46,35r0,70v-52,26,-144,14,-144,-58r-2,0v-29,53,-71,79,-134,79v-86,0,-140,-48,-140,-151v0,-161,100,-158,209,-192v39,-12,63,-22,63,-69v0,-49,-17,-80,-74,-80v-72,0,-82,51,-82,103r-102,0v0,-114,47,-177,189,-177v95,0,171,37,171,132xm303,-194r0,-90v-28,22,-88,36,-120,50v-63,27,-62,168,23,168v65,0,97,-49,97,-128xm88,-608r91,-144r108,0r89,144r-91,0r-54,-88r-57,88r-86,0","w":463},"\u00e4":{"d":"405,-420r0,308v-1,28,21,46,46,35r0,70v-52,26,-144,14,-144,-58r-2,0v-29,53,-71,79,-134,79v-86,0,-140,-48,-140,-151v0,-161,100,-158,209,-192v39,-12,63,-22,63,-69v0,-49,-17,-80,-74,-80v-72,0,-82,51,-82,103r-102,0v0,-114,47,-177,189,-177v95,0,171,37,171,132xm303,-194r0,-90v-28,22,-88,36,-120,50v-63,27,-62,168,23,168v65,0,97,-49,97,-128xm267,-628r0,-108r96,0r0,108r-96,0xm101,-628r0,-108r96,0r0,108r-96,0","w":463},"\u00e0":{"d":"405,-420r0,308v-1,28,21,46,46,35r0,70v-52,26,-144,14,-144,-58r-2,0v-29,53,-71,79,-134,79v-86,0,-140,-48,-140,-151v0,-161,100,-158,209,-192v39,-12,63,-22,63,-69v0,-49,-17,-80,-74,-80v-72,0,-82,51,-82,103r-102,0v0,-114,47,-177,189,-177v95,0,171,37,171,132xm303,-194r0,-90v-28,22,-88,36,-120,50v-63,27,-62,168,23,168v65,0,97,-49,97,-128xm213,-608r-106,-144r120,0r60,144r-74,0","w":463},"\u00e7":{"d":"164,87r47,-75v-140,-9,-180,-122,-180,-281v0,-167,44,-283,200,-283v161,0,185,126,185,193r-108,0v0,-50,-14,-113,-77,-113v-78,0,-92,84,-92,203v0,119,14,203,92,203v60,0,82,-49,82,-130r102,0v-6,118,-44,196,-154,207r-33,46v58,-18,118,14,118,69v0,54,-51,90,-117,90v-38,0,-77,-8,-101,-17r16,-40v37,13,117,31,122,-25v3,-38,-55,-45,-84,-30","w":444,"k":{"y":18,"\u00ff":18,",":37,".":37,"h":6,"k":6}},"\u00e9":{"d":"426,-255r-281,0v-1,87,-1,195,90,195v77,0,86,-88,86,-120r102,0v0,119,-72,194,-189,194v-88,0,-197,-26,-197,-275v0,-141,30,-291,199,-291v171,0,196,123,190,297xm145,-329r173,0v4,-80,-12,-150,-83,-149v-72,1,-92,73,-90,149xm189,-608r60,-144r120,0r-106,144r-74,0","w":463,"k":{",":37,".":37,"x":6}},"\u00ea":{"d":"426,-255r-281,0v-1,87,-1,195,90,195v77,0,86,-88,86,-120r102,0v0,119,-72,194,-189,194v-88,0,-197,-26,-197,-275v0,-141,30,-291,199,-291v171,0,196,123,190,297xm145,-329r173,0v4,-80,-12,-150,-83,-149v-72,1,-92,73,-90,149xm100,-608r91,-144r108,0r89,144r-91,0r-54,-88r-57,88r-86,0","w":463,"k":{",":37,".":37,"x":6}},"\u00eb":{"d":"426,-255r-281,0v-1,87,-1,195,90,195v77,0,86,-88,86,-120r102,0v0,119,-72,194,-189,194v-88,0,-197,-26,-197,-275v0,-141,30,-291,199,-291v171,0,196,123,190,297xm145,-329r173,0v4,-80,-12,-150,-83,-149v-72,1,-92,73,-90,149xm279,-628r0,-108r96,0r0,108r-96,0xm113,-628r0,-108r96,0r0,108r-96,0","w":463,"k":{",":37,".":37,"x":6}},"\u00e8":{"d":"426,-255r-281,0v-1,87,-1,195,90,195v77,0,86,-88,86,-120r102,0v0,119,-72,194,-189,194v-88,0,-197,-26,-197,-275v0,-141,30,-291,199,-291v171,0,196,123,190,297xm145,-329r173,0v4,-80,-12,-150,-83,-149v-72,1,-92,73,-90,149xm225,-608r-106,-144r120,0r60,144r-74,0","w":463,"k":{",":37,".":37,"x":6}},"\u00ee":{"d":"57,0r0,-538r108,0r0,538r-108,0xm-33,-608r91,-144r108,0r89,144r-91,0r-54,-88r-57,88r-86,0","w":222},"\u00ef":{"d":"57,0r0,-538r108,0r0,538r-108,0xm146,-628r0,-108r96,0r0,108r-96,0xm-20,-628r0,-108r96,0r0,108r-96,0","w":222},"\u00f4":{"d":"31,-269v0,-167,44,-283,200,-283v157,0,201,116,201,283v0,167,-51,283,-201,283v-149,0,-200,-116,-200,-283xm139,-269v0,137,14,203,92,203v79,0,93,-66,93,-203v0,-119,-14,-203,-93,-203v-78,0,-92,84,-92,203xm88,-608r91,-144r108,0r89,144r-91,0r-54,-88r-57,88r-86,0","w":463,"k":{"v":6,"w":6,"y":6,"\u00ff":6,",":18,".":18}},"\u00fb":{"d":"327,0r0,-63r-3,0v-27,48,-78,77,-138,77v-80,0,-134,-37,-134,-176r0,-376r108,0r0,386v0,60,27,80,73,80v46,0,88,-30,88,-90r0,-376r108,0r0,538r-102,0xm97,-608r91,-144r108,0r89,144r-91,0r-54,-88r-57,88r-86,0"},"\u00fc":{"d":"327,0r0,-63r-3,0v-27,48,-78,77,-138,77v-80,0,-134,-37,-134,-176r0,-376r108,0r0,386v0,60,27,80,73,80v46,0,88,-30,88,-90r0,-376r108,0r0,538r-102,0xm276,-628r0,-108r96,0r0,108r-96,0xm110,-628r0,-108r96,0r0,108r-96,0"},"\u00f9":{"d":"327,0r0,-63r-3,0v-27,48,-78,77,-138,77v-80,0,-134,-37,-134,-176r0,-376r108,0r0,386v0,60,27,80,73,80v46,0,88,-30,88,-90r0,-376r108,0r0,538r-102,0xm222,-608r-106,-144r120,0r60,144r-74,0"},"\u00ff":{"d":"8,-538r116,0r93,404r2,0r86,-404r113,0r-148,558v-45,165,-93,172,-231,160r0,-86v47,8,95,7,108,-38r14,-44xm248,-628r0,-108r96,0r0,108r-96,0xm82,-628r0,-108r96,0r0,108r-96,0","w":426,"k":{",":74,".":74,"e":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6}},"\u20ac":{"d":"464,-34v-67,66,-245,54,-300,5v-71,-62,-87,-172,-89,-218r-75,0r24,-68r47,0v-1,-24,-1,-48,0,-70r-71,0r24,-68r51,0v7,-117,48,-180,89,-212v50,-39,110,-43,147,-43v64,0,140,25,169,69r-34,92v-20,-62,-150,-121,-213,-48v-33,39,-42,107,-44,142r224,0r-24,68r-204,0v-1,22,-1,46,0,70r185,0r-24,68r-157,0v1,29,6,103,44,146v63,70,194,25,231,-43r0,110","w":480},"\u00a0":{"w":240,"k":{"T":37,"V":37,"W":37,"Y":37,"A":37,"\u00c6":37,"\u00c2":37,"\u00c4":37,"\u00c0":37}}}});
// jquery.mousewheel.min Version: 3.0.4
(function(d){function g(a){var b=a||window.event,i=[].slice.call(arguments,1),c=0,h=0,e=0;a=d.event.fix(b);a.type="mousewheel";if(a.wheelDelta)c=a.wheelDelta/120;if(a.detail)c=-a.detail/3;e=c;if(b.axis!==undefined&&b.axis===b.HORIZONTAL_AXIS){e=0;h=-1*c}if(b.wheelDeltaY!==undefined)e=b.wheelDeltaY/120;if(b.wheelDeltaX!==undefined)h=-1*b.wheelDeltaX/120;i.unshift(a,c,h,e);return d.event.handle.apply(this,i)}var f=["DOMMouseScroll","mousewheel"];d.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var a= f.length;a;)this.addEventListener(f[--a],g,false);else this.onmousewheel=g},teardown:function(){if(this.removeEventListener)for(var a=f.length;a;)this.removeEventListener(f[--a],g,false);else this.onmousewheel=null}};d.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})})(jQuery);
// jScrollPane
/*
 * jScrollPane - v2.0.0beta5 - 2010-10-18
 * http://jscrollpane.kelvinluck.com/
 *
 * Copyright (c) 2010 Kelvin Luck
 * Dual licensed under the MIT and GPL licenses.
 */
(function(b,a,c){b.fn.jScrollPane=function(f){function d(C,L){var au,N=this,V,ah,v,aj,Q,W,y,q,av,aB,ap,i,H,h,j,X,R,al,U,t,A,am,ac,ak,F,l,ao,at,x,aq,aE,g,aA,ag=true,M=true,aD=false,k=false,Z=b.fn.mwheelIntent?"mwheelIntent.jsp":"mousewheel.jsp";aE=C.css("paddingTop")+" "+C.css("paddingRight")+" "+C.css("paddingBottom")+" "+C.css("paddingLeft");g=(parseInt(C.css("paddingLeft"))||0)+(parseInt(C.css("paddingRight"))||0);an(L);function an(aH){var aL,aK,aJ,aG,aF,aI;au=aH;if(V==c){C.css({overflow:"hidden",padding:0});ah=C.innerWidth()+g;v=C.innerHeight();C.width(ah);V=b('<div class="jspPane" />').wrap(b('<div class="jspContainer" />').css({width:ah+"px",height:v+"px"}));C.wrapInner(V.parent());aj=C.find(">.jspContainer");V=aj.find(">.jspPane");V.css("padding",aE)}else{C.css("width","");aI=C.outerWidth()+g!=ah||C.outerHeight()!=v;if(aI){ah=C.innerWidth()+g;v=C.innerHeight();aj.css({width:ah+"px",height:v+"px"})}aA=V.innerWidth();if(!aI&&V.outerWidth()==Q&&V.outerHeight()==W){if(aB||av){V.css("width",aA+"px");C.css("width",(aA+g)+"px")}return}V.css("width","");C.css("width",(ah)+"px");aj.find(">.jspVerticalBar,>.jspHorizontalBar").remove().end()}aL=V.clone().css("position","absolute");aK=b('<div style="width:1px; position: relative;" />').append(aL);b("body").append(aK);Q=Math.max(V.outerWidth(),aL.outerWidth());aK.remove();W=V.outerHeight();y=Q/ah;q=W/v;av=q>1;aB=y>1;if(!(aB||av)){C.removeClass("jspScrollable");V.css({top:0,width:aj.width()-g});n();D();O();w();af()}else{C.addClass("jspScrollable");aJ=au.maintainPosition&&(H||X);if(aJ){aG=ay();aF=aw()}aC();z();E();if(aJ){K(aG);J(aF)}I();ad();if(au.enableKeyboardNavigation){P()}if(au.clickOnTrack){p()}B();if(au.hijackInternalLinks){m()}}if(au.autoReinitialise&&!aq){aq=setInterval(function(){an(au)},au.autoReinitialiseDelay)}else{if(!au.autoReinitialise&&aq){clearInterval(aq)}}C.trigger("jsp-initialised",[aB||av])}function aC(){if(av){aj.append(b('<div class="jspVerticalBar" />').append(b('<div class="jspCap jspCapTop" />'),b('<div class="jspTrack" />').append(b('<div class="jspDrag" />').append(b('<div class="jspDragTop" />'),b('<div class="jspDragBottom" />'))),b('<div class="jspCap jspCapBottom" />')));R=aj.find(">.jspVerticalBar");al=R.find(">.jspTrack");ap=al.find(">.jspDrag");if(au.showArrows){am=b('<a class="jspArrow jspArrowUp" />').bind("mousedown.jsp",az(0,-1)).bind("click.jsp",ax);ac=b('<a class="jspArrow jspArrowDown" />').bind("mousedown.jsp",az(0,1)).bind("click.jsp",ax);if(au.arrowScrollOnHover){am.bind("mouseover.jsp",az(0,-1,am));ac.bind("mouseover.jsp",az(0,1,ac))}ai(al,au.verticalArrowPositions,am,ac)}t=v;aj.find(">.jspVerticalBar>.jspCap:visible,>.jspVerticalBar>.jspArrow").each(function(){t-=b(this).outerHeight()});ap.hover(function(){ap.addClass("jspHover")},function(){ap.removeClass("jspHover")}).bind("mousedown.jsp",function(aF){b("html").bind("dragstart.jsp selectstart.jsp",function(){return false});ap.addClass("jspActive");var s=aF.pageY-ap.position().top;b("html").bind("mousemove.jsp",function(aG){S(aG.pageY-s,false)}).bind("mouseup.jsp mouseleave.jsp",ar);return false});o()}}function o(){al.height(t+"px");H=0;U=au.verticalGutter+al.outerWidth();V.width(ah-U-g);if(R.position().left==0){V.css("margin-left",U+"px")}}function z(){if(aB){aj.append(b('<div class="jspHorizontalBar" />').append(b('<div class="jspCap jspCapLeft" />'),b('<div class="jspTrack" />').append(b('<div class="jspDrag" />').append(b('<div class="jspDragLeft" />'),b('<div class="jspDragRight" />'))),b('<div class="jspCap jspCapRight" />')));ak=aj.find(">.jspHorizontalBar");F=ak.find(">.jspTrack");h=F.find(">.jspDrag");if(au.showArrows){at=b('<a class="jspArrow jspArrowLeft" />').bind("mousedown.jsp",az(-1,0)).bind("click.jsp",ax);x=b('<a class="jspArrow jspArrowRight" />').bind("mousedown.jsp",az(1,0)).bind("click.jsp",ax);if(au.arrowScrollOnHover){at.bind("mouseover.jsp",az(-1,0,at));
x.bind("mouseover.jsp",az(1,0,x))}ai(F,au.horizontalArrowPositions,at,x)}h.hover(function(){h.addClass("jspHover")},function(){h.removeClass("jspHover")}).bind("mousedown.jsp",function(aF){b("html").bind("dragstart.jsp selectstart.jsp",function(){return false});h.addClass("jspActive");var s=aF.pageX-h.position().left;b("html").bind("mousemove.jsp",function(aG){T(aG.pageX-s,false)}).bind("mouseup.jsp mouseleave.jsp",ar);return false});l=aj.innerWidth();ae()}else{}}function ae(){aj.find(">.jspHorizontalBar>.jspCap:visible,>.jspHorizontalBar>.jspArrow").each(function(){l-=b(this).outerWidth()});F.width(l+"px");X=0}function E(){if(aB&&av){var aF=F.outerHeight(),s=al.outerWidth();t-=aF;b(ak).find(">.jspCap:visible,>.jspArrow").each(function(){l+=b(this).outerWidth()});l-=s;v-=s;ah-=aF;F.parent().append(b('<div class="jspCorner" />').css("width",aF+"px"));o();ae()}if(aB){V.width((aj.outerWidth()-g)+"px")}W=V.outerHeight();q=W/v;if(aB){ao=1/y*l;if(ao>au.horizontalDragMaxWidth){ao=au.horizontalDragMaxWidth}else{if(ao<au.horizontalDragMinWidth){ao=au.horizontalDragMinWidth}}h.width(ao+"px");j=l-ao;ab(X)}if(av){A=1/q*t;if(A>au.verticalDragMaxHeight){A=au.verticalDragMaxHeight}else{if(A<au.verticalDragMinHeight){A=au.verticalDragMinHeight}}ap.height(A+"px");i=t-A;aa(H)}}function ai(aG,aI,aF,s){var aK="before",aH="after",aJ;if(aI=="os"){aI=/Mac/.test(navigator.platform)?"after":"split"}if(aI==aK){aH=aI}else{if(aI==aH){aK=aI;aJ=aF;aF=s;s=aJ}}aG[aK](aF)[aH](s)}function az(aF,s,aG){return function(){G(aF,s,this,aG);this.blur();return false}}function G(aH,aF,aK,aJ){aK=b(aK).addClass("jspActive");var aI,s=function(){if(aH!=0){T(X+aH*au.arrowButtonSpeed,false)}if(aF!=0){S(H+aF*au.arrowButtonSpeed,false)}},aG=setInterval(s,au.arrowRepeatFreq);s();aI=aJ==c?"mouseup.jsp":"mouseout.jsp";aJ=aJ||b("html");aJ.bind(aI,function(){aK.removeClass("jspActive");clearInterval(aG);aJ.unbind(aI)})}function p(){w();if(av){al.bind("mousedown.jsp",function(aH){if(aH.originalTarget==c||aH.originalTarget==aH.currentTarget){var aG=b(this),s=setInterval(function(){var aI=aG.offset(),aJ=aH.pageY-aI.top;if(H+A<aJ){S(H+au.trackClickSpeed)}else{if(aJ<H){S(H-au.trackClickSpeed)}else{aF()}}},au.trackClickRepeatFreq),aF=function(){s&&clearInterval(s);s=null;b(document).unbind("mouseup.jsp",aF)};b(document).bind("mouseup.jsp",aF);return false}})}if(aB){F.bind("mousedown.jsp",function(aH){if(aH.originalTarget==c||aH.originalTarget==aH.currentTarget){var aG=b(this),s=setInterval(function(){var aI=aG.offset(),aJ=aH.pageX-aI.left;if(X+ao<aJ){T(X+au.trackClickSpeed)}else{if(aJ<X){T(X-au.trackClickSpeed)}else{aF()}}},au.trackClickRepeatFreq),aF=function(){s&&clearInterval(s);s=null;b(document).unbind("mouseup.jsp",aF)};b(document).bind("mouseup.jsp",aF);return false}})}}function w(){F&&F.unbind("mousedown.jsp");al&&al.unbind("mousedown.jsp")}function ar(){b("html").unbind("dragstart.jsp selectstart.jsp mousemove.jsp mouseup.jsp mouseleave.jsp");ap&&ap.removeClass("jspActive");h&&h.removeClass("jspActive")}function S(s,aF){if(!av){return}if(s<0){s=0}else{if(s>i){s=i}}if(aF==c){aF=au.animateScroll}if(aF){N.animate(ap,"top",s,aa)}else{ap.css("top",s);aa(s)}}function aa(aF){if(aF==c){aF=ap.position().top}aj.scrollTop(0);H=aF;var aI=H==0,aG=H==i,aH=aF/i,s=-aH*(W-v);if(ag!=aI||aD!=aG){ag=aI;aD=aG;C.trigger("jsp-arrow-change",[ag,aD,M,k])}u(aI,aG);V.css("top",s);C.trigger("jsp-scroll-y",[-s,aI,aG])}function T(aF,s){if(!aB){return}if(aF<0){aF=0}else{if(aF>j){aF=j}}if(s==c){s=au.animateScroll}if(s){N.animate(h,"left",aF,ab)}else{h.css("left",aF);ab(aF)}}function ab(aF){if(aF==c){aF=h.position().left}aj.scrollTop(0);X=aF;var aI=X==0,aH=X==j,aG=aF/j,s=-aG*(Q-ah);if(M!=aI||k!=aH){M=aI;k=aH;C.trigger("jsp-arrow-change",[ag,aD,M,k])}r(aI,aH);V.css("left",s);C.trigger("jsp-scroll-x",[-s,aI,aH])}function u(aF,s){if(au.showArrows){am[aF?"addClass":"removeClass"]("jspDisabled");ac[s?"addClass":"removeClass"]("jspDisabled")}}function r(aF,s){if(au.showArrows){at[aF?"addClass":"removeClass"]("jspDisabled");
x[s?"addClass":"removeClass"]("jspDisabled")}}function J(s,aF){var aG=s/(W-v);S(aG*i,aF)}function K(aF,s){var aG=aF/(Q-ah);T(aG*j,s)}function Y(aN,aL,aF){var aJ,aH,s=0,aG,aK,aM;try{aJ=b(aN)}catch(aI){return}aH=aJ.outerHeight();aj.scrollTop(0);while(!aJ.is(".jspPane")){s+=aJ.position().top;aJ=aJ.offsetParent();if(/^body|html$/i.test(aJ[0].nodeName)){return}}aG=aw();aK=aG+v;if(s<aG||aL){aM=s-au.verticalGutter}else{if(s+aH>aK){aM=s-v+aH+au.verticalGutter}}if(aM){J(aM,aF)}}function ay(){return -V.position().left}function aw(){return -V.position().top}function ad(){aj.unbind(Z).bind(Z,function(aI,aJ,aH,aF){var aG=X,s=H;T(X+aH*au.mouseWheelSpeed,false);S(H-aF*au.mouseWheelSpeed,false);return aG==X&&s==H})}function n(){aj.unbind(Z)}function ax(){return false}function I(){V.unbind("focusin.jsp").bind("focusin.jsp",function(s){if(s.target===V[0]){return}Y(s.target,false)})}function D(){V.unbind("focusin.jsp")}function P(){var aF,s;C.attr("tabindex",0).unbind("keydown.jsp").bind("keydown.jsp",function(aJ){if(aJ.target!==C[0]){return}var aH=X,aG=H,aI=aF?2:16;switch(aJ.keyCode){case 40:S(H+aI,false);break;case 38:S(H-aI,false);break;case 34:case 32:J(aw()+Math.max(32,v)-16);break;case 33:J(aw()-v+16);break;case 35:J(W-v);break;case 36:J(0);break;case 39:T(X+aI,false);break;case 37:T(X-aI,false);break}if(!(aH==X&&aG==H)){aF=true;clearTimeout(s);s=setTimeout(function(){aF=false},260);return false}});if(au.hideFocus){C.css("outline","none");if("hideFocus" in aj[0]){C.attr("hideFocus",true)}}else{C.css("outline","");if("hideFocus" in aj[0]){C.attr("hideFocus",false)}}}function O(){C.attr("tabindex","-1").removeAttr("tabindex").unbind("keydown.jsp")}function B(){if(location.hash&&location.hash.length>1){var aG,aF;try{aG=b(location.hash)}catch(s){return}if(aG.length&&V.find(aG)){if(aj.scrollTop()==0){aF=setInterval(function(){if(aj.scrollTop()>0){Y(location.hash,true);b(document).scrollTop(aj.position().top);clearInterval(aF)}},50)}else{Y(location.hash,true);b(document).scrollTop(aj.position().top)}}}}function af(){b("a.jspHijack").unbind("click.jsp-hijack").removeClass("jspHijack")}function m(){af();b("a[href^=#]").addClass("jspHijack").bind("click.jsp-hijack",function(){var s=this.href.split("#"),aF;if(s.length>1){aF=s[1];if(aF.length>0&&V.find("#"+aF).length>0){Y("#"+aF,true);return false}}})}b.extend(N,{reinitialise:function(aF){aF=b.extend({},aF,au);an(aF)},scrollToElement:function(aG,aF,s){Y(aG,aF,s)},scrollTo:function(aG,s,aF){K(aG,aF);J(s,aF)},scrollToX:function(aF,s){K(aF,s)},scrollToY:function(s,aF){J(s,aF)},scrollBy:function(aF,s,aG){N.scrollByX(aF,aG);N.scrollByY(s,aG)},scrollByX:function(s,aG){var aF=ay()+s,aH=aF/(Q-ah);T(aH*j,aG)},scrollByY:function(s,aG){var aF=aw()+s,aH=aF/(W-v);S(aH*i,aG)},animate:function(aF,aI,s,aH){var aG={};aG[aI]=s;aF.animate(aG,{duration:au.animateDuration,ease:au.animateEase,queue:false,step:aH})},getContentPositionX:function(){return ay()},getContentPositionY:function(){return aw()},getIsScrollableH:function(){return aB},getIsScrollableV:function(){return av},getContentPane:function(){return V},scrollToBottom:function(s){S(i,s)},hijackInternalLinks:function(){m()}})}f=b.extend({},b.fn.jScrollPane.defaults,f);var e;this.each(function(){var g=b(this),h=g.data("jsp");if(h){h.reinitialise(f)}else{h=new d(g,f);g.data("jsp",h)}e=e?e.add(g):g});return e};b.fn.jScrollPane.defaults={showArrows:false,maintainPosition:true,clickOnTrack:true,autoReinitialise:false,autoReinitialiseDelay:500,verticalDragMinHeight:0,verticalDragMaxHeight:99999,horizontalDragMinWidth:0,horizontalDragMaxWidth:99999,animateScroll:false,animateDuration:300,animateEase:"linear",hijackInternalLinks:false,verticalGutter:4,horizontalGutter:4,mouseWheelSpeed:10,arrowButtonSpeed:10,arrowRepeatFreq:100,arrowScrollOnHover:false,trackClickSpeed:30,trackClickRepeatFreq:100,verticalArrowPositions:"split",horizontalArrowPositions:"split",enableKeyboardNavigation:true,hideFocus:false}})(jQuery,this);
/* Quentin T + Erik - http://toki-woki.net - Originally coded for Boks (http://toki-woki.net/p/Boks/) */
function fixImageBaselines(e){$(document).ready(function(){var c=$.browser.msie?document.body.currentStyle.lineHeight:$(document.body).css("line-height"),d=parseInt(c);if(c.indexOf("pt")!=-1)d=parseFloat(c)*(20/14.94);$(e).each(function(){var a=$(this),b=$("<div />");b.css({"padding-bottom":d*Math.ceil(a.height()/d)-a.height()+"px",background:"transparent url("+a.attr("src")+") no-repeat 0 0",width:a.width(),height:a.height()});b.id=a.id;b.className=a.className;a.replaceWith(b)})})};
/* jQuery Color Animations Copyright 2007 John Resig Released under the MIT and GPL licenses. */
(function(e){function g(c){var a;if(c&&c.constructor==Array&&c.length==3)return c;if(a=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(c))return[parseInt(a[1]),parseInt(a[2]),parseInt(a[3])];if(a=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(c))return[parseFloat(a[1])*2.55,parseFloat(a[2])*2.55,parseFloat(a[3])*2.55];if(a=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(c))return[parseInt(a[1],16),parseInt(a[2], 16),parseInt(a[3],16)];if(a=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(c))return[parseInt(a[1]+a[1],16),parseInt(a[2]+a[2],16),parseInt(a[3]+a[3],16)];return i[e.trim(c).toLowerCase()]}e.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor","borderTopColor","color","outlineColor"],function(c,a){e.fx.step[a]=function(b){if(b.state==0){var d;d=b.elem;var h=a,f;do{f=e.curCSS(d,h);if(f!=""&&f!="transparent"||e.nodeName(d,"body"))break;h="backgroundColor"}while(d=d.parentNode); d=g(f);b.start=d;b.end=g(b.end)}b.elem.style[a]="rgb("+[Math.max(Math.min(parseInt(b.pos*(b.end[0]-b.start[0])+b.start[0]),255),0),Math.max(Math.min(parseInt(b.pos*(b.end[1]-b.start[1])+b.start[1]),255),0),Math.max(Math.min(parseInt(b.pos*(b.end[2]-b.start[2])+b.start[2]),255),0)].join(",")+")"}});var i={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0, 100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128, 128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0]}})(jQuery);
