/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var W=L.DOM={ready:(function(){var b=false,d={loaded:1,complete:1};var a=[],c=function(){if(b){return}b=true;for(var e;e=a.shift();e()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",c,false);window.addEventListener("pageshow",c,false)}if(!window.opera&&document.readyState){(function(){d[document.readyState]?c():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");c()}catch(f){setTimeout(arguments.callee,1)}})()}P(window,"load",c);return function(e){if(!arguments.length){c()}else{b?e():a.push(e)}}})()};var M=L.CSS={Size:function(b,a){this.value=parseFloat(b);this.unit=String(b).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/a*this.value};this.convertFrom=function(c){return c/this.value*a};this.toString=function(){return this.value+this.unit}},color:I(function(b){var a={};a.color=b.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,c,e){a.opacity=parseFloat(e);return"rgb("+c+")"});return a}),getStyle:function(b){var a=document.defaultView;if(a&&a.getComputedStyle){return new A(a.getComputedStyle(b,null))}if(b.currentStyle){return new A(b.currentStyle)}return new A(b.style)},gradient:I(function(e){var f={id:e,type:e.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},b=e.substr(e.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var d=0,a=b.length,c;d<a;++d){c=b[d].split("=",2).reverse();f.stops.push([c[1]||d/(a-1),c[0]])}return f}),quotedList:I(function(d){var c=[],b=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,a;while(a=b.exec(d)){c.push(a[3]||a[1])}return c}),recognizesMedia:I(function(g){var d=document.createElement("style"),c,b,a;d.type="text/css";d.media=g;try{d.appendChild(document.createTextNode("/**/"))}catch(f){}b=F("head")[0];b.insertBefore(d,b.firstChild);c=(d.sheet||d.styleSheet);a=c&&!c.disabled;b.removeChild(d);return a}),supports:function(c,b){var a=document.createElement("span").style;if(a[c]===undefined){return false}a[c]=b;return a[c]===b},textAlign:function(d,c,a,b){if(c.get("textAlign")=="right"){if(a>0){d=" "+d}}else{if(a<b-1){d+=" "}}return d},textDecoration:function(f,e){if(!e){e=this.getStyle(f)}var b={underline:null,overline:null,"line-through":null};for(var a=f;a.parentNode&&a.parentNode.nodeType==1;){var d=true;for(var c in b){if(!J(b,c)||b[c]){continue}if(e.get("textDecoration").indexOf(c)!=-1){b[c]=e.get("color")}d=false}if(d){break}e=this.getStyle(a=a.parentNode)}return b},textShadow:I(function(e){if(e=="none"){return null}var d=[],f={},a,b=0;var c=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(a=c.exec(e)){if(a[0]==","){d.push(f);f={},b=0}else{if(a[1]){f.color=a[1]}else{f[["offX","offY","blur"][b++]]=a[2]}}}d.push(f);return d}),textTransform:function(b,a){return b[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[a.get("textTransform")]||"toString"]()},whiteSpace:(function(){var a={inline:1,"inline-block":1,"run-in":1};return function(d,b,c){if(a[b.get("display")]){return d}if(!c.previousSibling){d=d.replace(/^\s+/,"")}if(!c.nextSibling){d=d.replace(/\s+$/,"")}return d}})()};M.ready=(function(){var a=!M.recognizesMedia("all"),d=false;var c=[],g=function(){a=true;for(var j;j=c.shift();j()){}};var h=F("link"),i=F("style");function b(j){return j.disabled||f(j.sheet,j.media||"screen")}function f(m,p){if(!M.recognizesMedia(p||"all")){return true}if(!m||m.disabled){return false}try{var q=m.cssRules,o;if(q){search:for(var k=0,j=q.length;o=q[k],k<j;++k){switch(o.type){case 2:break;case 3:if(!f(o.styleSheet,o.media.mediaText)){return false}break;default:break search}}}}catch(n){}return true}function e(){if(document.createStyleSheet){return true}var k,j;for(j=0;k=h[j];++j){if(k.rel.toLowerCase()=="stylesheet"&&!b(k)){return false}}for(j=0;k=i[j];++j){if(!b(k)){return false}}return true}W.ready(function(){if(!d){d=M.getStyle(document.body).isUsable()}if(a||(d&&e())){g()}else{setTimeout(arguments.callee,10)}});return function(j){if(a){j()}else{c.push(j)}}})();function R(b){var a=this.face=b.face;this.glyphs=b.glyphs;this.w=b.w;this.baseSize=parseInt(a["units-per-em"],10);this.family=a["font-family"].toLowerCase();this.weight=a["font-weight"];this.style=a["font-style"]||"normal";this.viewBox=(function(){var d=a.bbox.split(/\s+/);var c={minX:parseInt(d[0],10),minY:parseInt(d[1],10),maxX:parseInt(d[2],10),maxY:parseInt(d[3],10)};c.width=c.maxX-c.minX,c.height=c.maxY-c.minY;c.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return c})();this.ascent=-parseInt(a.ascent,10);this.descent=-parseInt(a.descent,10);this.height=-this.ascent+this.descent}function E(){var b={},a={oblique:"italic",italic:"oblique"};this.add=function(c){(b[c.style]||(b[c.style]={}))[c.weight]=c};this.get=function(g,h){var f=b[g]||b[a[g]]||b.normal||b.italic||b.oblique;if(!f){return null}h={normal:400,bold:700}[h]||parseInt(h,10);if(f[h]){return f[h]}var d={1:1,99:0}[h%100],j=[],e,c;if(d===undefined){d=h>400}if(h==500){h=400}for(var i in f){if(!J(f,i)){continue}i=parseInt(i,10);if(!e||i<e){e=i}if(!c||i>c){c=i}j.push(i)}if(h<e){h=e}if(h>c){h=c}j.sort(function(l,k){return(d?(l>h&&k>h)?l<k:l>k:(l<h&&k<h)?l>k:l<k)?-1:1});return f[j[0]]}}function Q(){function c(e,f){if(e.contains){return e.contains(f)}return e.compareDocumentPosition(f)&16}function a(g){var f=g.relatedTarget;if(!f||c(this,f)){return}b(this)}function d(f){b(this)}function b(e){setTimeout(function(){L.replace(e,D.get(e).options,true)},10)}this.attach=function(e){if(e.onmouseenter===undefined){P(e,"mouseover",a);P(e,"mouseout",a)}else{P(e,"mouseenter",d);P(e,"mouseleave",d)}}}function T(){var b=[],c={};function a(g){var d=[],f;for(var e=0;f=g[e];++e){d[e]=b[c[f]]}return d}this.add=function(e,d){c[e]=b.push(d)-1};this.repeat=function(){var d=arguments.length?a(arguments):b,e;for(var f=0;e=d[f++];){L.replace(e[0],e[1],true)}}}function Z(){var c={},a=0;function b(d){return d.cufid||(d.cufid=++a)}this.get=function(d){var e=b(d);return c[e]||(c[e]={})}}function A(a){var c={},b={};this.extend=function(d){for(var e in d){if(J(d,e)){c[e]=d[e]}}return this};this.get=function(d){return c[d]!=undefined?c[d]:a[d]};this.getSize=function(e,d){return b[e]||(b[e]=new M.Size(this.get(e),d))};this.isUsable=function(){return !!a}}function P(b,a,c){if(b.addEventListener){b.addEventListener(a,c,false)}else{if(b.attachEvent){b.attachEvent("on"+a,function(){return c.call(b,window.event)})}}}function U(b,a){var c=D.get(b);if(c.options){return b}if(a.hover&&a.hoverables[b.nodeName.toLowerCase()]){B.attach(b)}c.options=a;return b}function I(a){var b={};return function(c){if(!J(b,c)){b[c]=a.apply(null,arguments)}return b[c]}}function C(f,e){if(!e){e=M.getStyle(f)}var b=M.quotedList(e.get("fontFamily").toLowerCase()),d;for(var c=0,a=b.length;c<a;++c){d=b[c];if(H[d]){return H[d].get(e.get("fontStyle"),e.get("fontWeight"))}}return null}function F(a){return document.getElementsByTagName(a)}function J(b,a){return b.hasOwnProperty(a)}function G(){var a={},c,e;for(var d=0,b=arguments.length;c=arguments[d],d<b;++d){for(e in c){if(J(c,e)){a[e]=c[e]}}}return a}function N(d,n,b,o,e,c){var m=o.separate;if(m=="none"){return Y[o.engine].apply(null,arguments)}var k=document.createDocumentFragment(),g;var h=n.split(O[m]),a=(m=="words");if(a&&S){if(/^\s/.test(n)){h.unshift("")}if(/\s$/.test(n)){h.push("")}}for(var j=0,f=h.length;j<f;++j){g=Y[o.engine](d,a?M.textAlign(h[j],b,j,f):h[j],b,o,e,c,j<f-1);if(g){k.appendChild(g)}}return k}function K(b,j){var c,a,d,g,f,i;for(d=U(b,j).firstChild;d;d=f){g=d.nodeType;f=d.nextSibling;i=false;if(g==1){if(!d.firstChild){continue}if(!/cufon/.test(d.className)){arguments.callee(d,j);continue}else{i=true}}else{if(g!=3){continue}}if(!a){a=M.getStyle(b).extend(j)}if(!c){c=C(b,a)}if(!c){continue}if(i){Y[j.engine](c,null,a,j,d,b);continue}var h=M.whiteSpace(d.data,a,d);if(h===""){continue}var e=N(c,h,a,j,d,b);if(e){d.parentNode.replaceChild(e,d)}else{d.parentNode.removeChild(d)}}}var S=" ".split(/\s+/).length==0;var D=new Z();var B=new Q();var X=new T();var Y={},H={},V={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(a){return jQuery(a)})||(window.dojo&&dojo.query)||(window.$$&&function(a){return $$(a)})||(window.$&&function(a){return $(a)})||(document.querySelectorAll&&function(a){return document.querySelectorAll(a)})||F),separate:"words",textShadow:"none"};var O={words:/[^\S\u00a0]+/,characters:""};L.now=function(){W.ready();return L};L.refresh=function(){X.repeat.apply(X,arguments);return L};L.registerEngine=function(b,a){if(!a){return L}Y[b]=a;return L.set("engine",b)};L.registerFont=function(c){var a=new R(c),b=a.family;if(!H[b]){H[b]=new E()}H[b].add(a);return L.set("fontFamily",'"'+b+'"')};L.replace=function(c,b,a){b=G(V,b);if(!b.engine){return L}if(typeof b.textShadow=="string"){b.textShadow=M.textShadow(b.textShadow)}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=M.gradient(b.color)}if(!a){X.add(c,arguments)}if(c.nodeType||typeof c=="string"){c=[c]}M.ready(function(){for(var e=0,d=c.length;e<d;++e){var f=c[e];if(typeof f=="string"){L.replace(b.selector(f),b,true)}else{K(f,b)}}});return L};L.set=function(a,b){V[a]=b;return L};return L})();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-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(E?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;}"+(A?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(AD,Z,u,V,d,AE){var I=(Z===null);if(I){Z=d.alt}var b=AD.viewBox;var K=u.getSize("fontSize",AD.baseSize);var s=u.get("letterSpacing");s=(s=="normal")?0:K.convertFrom(parseInt(s,10));var c=0,t=0,r=0,X=0;var a=V.textShadow,p=[];if(a){for(var AC=a.length;AC--;){var h=a[AC];var o=K.convertFrom(parseFloat(h.offX));var n=K.convertFrom(parseFloat(h.offY));p[AC]=[o,n];if(n<c){c=n}if(o>t){t=o}if(n>r){r=n}if(o<X){X=o}}}var AH=Cufon.CSS.textTransform(Z,u).split(""),T;var J=AD.glyphs,W,M,w;var G=0,P,f=[];for(var AC=0,AA=0,v=AH.length;AC<v;++AC){W=J[T=AH[AC]]||AD.missingGlyph;if(!W){continue}if(M){G-=w=M[T]||0;f[AA-1]-=w}G+=P=f[AA++]=~~(W.w||AD.w)+s;M=W.k}if(P===undefined){return null}t+=b.width-P;X+=b.minX;var U,L;if(I){U=d;L=d.firstChild}else{U=document.createElement("span");U.className="cufon cufon-canvas";U.alt=Z;L=document.createElement("canvas");U.appendChild(L);if(V.printable){var z=document.createElement("span");z.className="cufon-alt";z.appendChild(document.createTextNode(Z));U.appendChild(z)}}var AI=U.style;var m=L.style;var H=K.convert(b.height);var AG=Math.ceil(H);var q=AG/H;L.width=Math.ceil(K.convert(G*q+t-X));L.height=Math.ceil(K.convert(b.height-c+r));c+=b.minY;m.top=Math.round(K.convert(c-AD.ascent))+"px";m.left=Math.round(K.convert(X))+"px";var S=Math.ceil(K.convert(G*q))+"px";if(A){AI.width=S;AI.height=K.convert(AD.height)+"px"}else{AI.paddingLeft=S;AI.paddingBottom=(K.convert(AD.height)-1)+"px"}var AF=L.getContext("2d"),e=H/b.height;AF.scale(e,e*q);AF.translate(-X,-c);AF.lineWidth=AD.face["underline-thickness"];AF.save();function N(i,g){AF.strokeStyle=g;AF.beginPath();AF.moveTo(0,i);AF.lineTo(G,i);AF.stroke()}var O=V.enableTextDecoration?Cufon.CSS.textDecoration(AE,u):{};if(O.underline){N(-AD.face["underline-position"],O.underline)}if(O.overline){N(AD.ascent,O.overline)}function AB(){AF.scale(q,1);for(var x=0,k=0,g=AH.length;x<g;++x){var y=J[AH[x]]||AD.missingGlyph;if(!y){continue}if(y.d){AF.beginPath();if(y.code){C(y.code,AF)}else{y.code=D("m"+y.d,AF)}AF.fill()}AF.translate(f[k++],0)}AF.restore()}if(a){for(var AC=a.length;AC--;){var h=a[AC];AF.save();AF.fillStyle=h.color;AF.translate.apply(AF,p[AC]);AB()}}var R=V.textGradient;if(R){var Y=R.stops,Q=AF.createLinearGradient(0,b.minY,0,b.maxY);for(var AC=0,v=Y.length;AC<v;++AC){Q.addColorStop.apply(Q,Y[AC])}AF.fillStyle=Q}else{AF.fillStyle=u.get("color")}AB();if(O["line-through"]){N(-AD.descent,O["line-through"])}return U}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:middle;}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>').replace(/;/g,"!important;"));function C(F,G){return A(F,/(?:em|ex|%)$/i.test(G)?"1em":G)}function A(I,J){if(/px$/i.test(J)){return parseFloat(J)}var H=I.style.left,G=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;I.style.left=J;var F=I.style.pixelLeft;I.style.left=H;I.runtimeStyle.left=G;return F}var E={};function D(K){var L=K.id;if(!E[L]){var I=K.stops,J=document.createElement("cvml:fill"),F=[];J.type="gradient";J.angle=180;J.focus="0";J.method="sigma";J.color=I[0][1];for(var H=1,G=I.length-1;H<G;++H){F.push(I[H][0]*100+"% "+I[H][1])}J.colors=F.join(",");J.color2=I[G][1];E[L]=J}return E[L]}return function(AE,d,y,a,h,AF,w){var I=(d===null);if(I){d=h.alt}var f=AE.viewBox;var K=y.computedFontSize||(y.computedFontSize=new Cufon.CSS.Size(C(AF,y.get("fontSize"))+"px",AE.baseSize));var v=y.computedLSpacing;if(v==undefined){v=y.get("letterSpacing");y.computedLSpacing=v=(v=="normal")?0:~~K.convertFrom(A(AF,v))}var W,L;if(I){W=h;L=h.firstChild}else{W=document.createElement("span");W.className="cufon cufon-vml";W.alt=d;L=document.createElement("span");L.className="cufon-vml-canvas";W.appendChild(L);if(a.printable){var AB=document.createElement("span");AB.className="cufon-alt";AB.appendChild(document.createTextNode(d));W.appendChild(AB)}if(!w){W.appendChild(document.createElement("cvml:shape"))}}var AK=W.style;var q=L.style;var G=K.convert(f.height),AH=Math.ceil(G);var u=AH/G;var t=f.minX,s=f.minY;q.height=AH;q.top=Math.round(K.convert(s-AE.ascent));q.left=Math.round(K.convert(t));AK.height=K.convert(AE.height)+"px";var P=a.enableTextDecoration?Cufon.CSS.textDecoration(AF,y):{};var c=y.get("color");var AJ=Cufon.CSS.textTransform(d,y).split(""),V;var J=AE.glyphs,b,M,AA;var F=0,m=[],r=0,R;var T,e=a.textShadow;for(var AD=0,AC=0,z=AJ.length;AD<z;++AD){b=J[V=AJ[AD]]||AE.missingGlyph;if(!b){continue}if(M){F-=AA=M[V]||0;m[AC-1]-=AA}F+=R=m[AC++]=~~(b.w||AE.w)+v;M=b.k}if(R===undefined){return null}var U=-t+F+(f.width-R);var AI=K.convert(U*u),x=Math.round(AI);var p=U+","+f.height,H;var g="r"+p+"ns";var S=a.textGradient&&D(a.textGradient);for(AD=0,AC=0;AD<z;++AD){b=J[AJ[AD]]||AE.missingGlyph;if(!b){continue}if(I){T=L.childNodes[AC];while(T.firstChild){T.removeChild(T.firstChild)}}else{T=document.createElement("cvml:shape");L.appendChild(T)}T.stroked="f";T.coordsize=p;T.coordorigin=H=(t-r)+","+s;T.path=(b.d?"m"+b.d+"xe":"")+"m"+H+g;T.fillcolor=c;if(S){T.appendChild(S.cloneNode(false))}var AG=T.style;AG.width=x;AG.height=AH;if(e){var O=e[0],N=e[1];var Z=Cufon.CSS.color(O.color),X;var o=document.createElement("cvml:shadow");o.on="t";o.color=Z.color;o.offset=O.offX+","+O.offY;if(N){X=Cufon.CSS.color(N.color);o.type="double";o.color2=X.color;o.offset2=N.offX+","+N.offY}o.opacity=Z.opacity||(X&&X.opacity)||1;T.appendChild(o)}r+=m[AC++]}var n=T.nextSibling,Q,Y;if(a.hover){if(!n){n=document.createElement("cvml:rect");n.stroked="f";n.className="cufon-vml-cover";Q=document.createElement("cvml:fill");Q.opacity=0;n.appendChild(Q);L.appendChild(n)}Y=n.style;Y.width=x;Y.height=AH}else{if(n){L.removeChild(n)}}AK.width=Math.max(Math.ceil(K.convert(F*u)),0);return W}})());

Cufon.registerFont({"w":333,"face":{"font-family":"Helvetica Neue","font-weight":100,"font-stretch":"normal","units-per-em":"600","panose-1":"2 0 2 6 0 0 0 2 0 4","ascent":"480","descent":"-120","x-height":"7","bbox":"-29 -472 528 128","underline-thickness":"30","underline-position":"-45","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":166},"!":{"d":"50,-109r12,0r0,-319r-12,0r0,319xm50,0r12,0r0,-59r-12,0r0,59","w":111},"\"":{"d":"123,-293r0,-135r-12,0r0,135r12,0xm56,-293r0,-135r-12,0r0,135r12,0","w":166},"#":{"d":"111,-149r14,-107r103,0r-14,107r-103,0xm147,-408r-12,0r-19,140r-78,0r0,12r75,0r-14,107r-78,0r0,12r75,0r-19,137r12,0r19,-137r103,0r-18,137r12,0r18,-137r73,0r0,-12r-70,0r14,-107r73,0r0,-12r-70,0r19,-140r-12,0r-19,140r-103,0"},"$":{"d":"171,-213v66,14,139,27,139,107v0,76,-64,101,-139,104r0,-211xm159,-2v-89,-4,-143,-45,-143,-140r-12,0v-2,102,58,147,155,151r0,53r12,0r0,-52v81,-3,150,-32,151,-115v2,-93,-78,-100,-151,-121r0,-200v80,2,127,38,131,118r12,0v-4,-87,-55,-127,-143,-130r0,-26r-12,0r0,25v-79,2,-143,31,-143,111v0,84,75,95,143,112r0,214xm159,-229v-63,-13,-131,-24,-131,-99v0,-73,60,-96,131,-99r0,198"},"%":{"d":"338,-428r-285,448r14,0r285,-448r-14,0xm305,-198v-61,2,-91,42,-91,104v0,59,31,101,91,101v61,0,93,-41,93,-102v0,-60,-32,-105,-93,-103xm104,-222v-53,0,-79,-35,-79,-89v0,-53,23,-92,79,-92v55,0,81,38,81,92v0,53,-27,89,-81,89xm104,-415v-62,2,-91,41,-91,104v0,60,30,101,91,101v61,0,92,-41,93,-102v1,-59,-33,-105,-93,-103xm305,-5v-53,0,-78,-37,-79,-89v-1,-53,25,-92,79,-92v56,0,82,37,81,92v-1,53,-27,89,-81,89","w":411},"&":{"d":"149,10v63,0,102,-36,125,-78r54,68r15,0r-63,-80v12,-27,19,-49,18,-86r-12,0v3,29,-6,57,-14,75r-113,-142v37,-31,94,-51,94,-116v0,-51,-36,-79,-87,-79v-53,0,-88,27,-88,79v0,51,42,78,64,113v-51,33,-116,61,-116,140v0,70,55,106,123,106xm149,-2v-78,0,-135,-65,-100,-138v20,-41,63,-63,100,-87r117,148v-21,42,-55,77,-117,77xm166,-416v77,-5,95,90,43,130v-19,15,-37,30,-57,44v-21,-35,-62,-59,-62,-108v0,-44,32,-63,76,-66","w":344},"'":{"d":"44,-428r0,135r12,0r0,-135r-12,0","w":100},"(":{"d":"53,-169v0,-107,29,-196,69,-270r-12,0v-40,75,-69,162,-69,270v0,117,30,197,70,275r12,0v-42,-76,-69,-166,-70,-275","w":133},")":{"d":"10,-439v89,140,92,404,1,545r12,0v41,-75,68,-162,69,-269v0,-117,-30,-198,-70,-276r-12,0","w":133},"*":{"d":"110,-428r-12,0r0,84r-75,-26r-4,11r78,26r-53,62r10,8r50,-62r50,65r10,-8r-50,-65r78,-26r-2,-11r-80,26r0,-84","w":211},"+":{"d":"174,-304r0,146r-145,0r0,12r145,0r0,146r12,0r0,-146r145,0r0,-12r-145,0r0,-146r-12,0","w":360},",":{"d":"63,71v34,-18,25,-78,26,-130r-12,0v-2,42,7,97,-14,118r0,12","w":166},"-":{"d":"47,-167r0,12r105,0r0,-12r-105,0","w":199},".":{"d":"89,0r0,-59r-12,0r0,59r12,0","w":166},"\/":{"d":"-4,10r12,0r196,-449r-12,0","w":199},"0":{"d":"167,7v115,0,154,-95,154,-211v0,-116,-38,-211,-154,-211v-116,0,-154,95,-154,211v0,116,39,211,154,211xm167,-403v109,0,142,93,142,199v0,106,-33,199,-142,199v-109,0,-142,-91,-142,-199v0,-108,33,-199,142,-199"},"1":{"d":"69,-320v43,-12,84,-41,110,-72r0,392r12,0r0,-408r-13,0v-30,34,-61,60,-109,76r0,12"},"2":{"d":"172,-403v83,0,139,68,102,142v-48,97,-176,122,-230,214v-8,14,-11,30,-11,47r275,0r0,-12r-263,0v23,-94,129,-121,189,-181v29,-29,63,-60,63,-112v0,-75,-51,-109,-125,-110v-90,-1,-130,53,-132,141r12,0v1,-81,36,-129,120,-129"},"3":{"d":"302,-315v0,-112,-166,-124,-230,-67v-25,22,-37,54,-37,101r12,0v1,-82,45,-122,128,-122v65,1,115,24,115,88v0,75,-60,93,-138,89r0,12v84,-2,146,20,146,101v0,73,-54,108,-126,108v-86,0,-141,-43,-136,-133r-12,0v-5,96,55,145,148,145v81,0,136,-40,138,-120v2,-66,-41,-97,-95,-107v49,-6,87,-37,87,-95"},"4":{"d":"20,-106r207,0r0,106r12,0r0,-106r74,0r0,-12r-74,0r0,-290r-15,0r-204,287r0,15xm226,-391r1,273r-195,0"},"5":{"d":"164,-277v-53,0,-90,21,-113,56r37,-175r200,0r0,-12r-209,0r-44,206r15,0v19,-38,62,-63,114,-63v80,0,129,49,129,129v0,82,-46,131,-129,131v-82,0,-131,-43,-130,-126r-12,0v-2,91,55,138,142,138v89,0,141,-52,141,-143v0,-88,-54,-141,-141,-141"},"6":{"d":"176,-403v65,0,103,34,115,91r12,0v-12,-63,-53,-103,-126,-103v-119,0,-150,106,-154,222v-4,117,38,200,146,200v84,0,141,-54,141,-141v0,-86,-57,-141,-141,-141v-73,0,-116,44,-134,103v0,-117,25,-231,141,-231xm169,-263v114,-6,168,144,91,220v-21,21,-52,40,-91,38v-78,-3,-129,-51,-129,-129v0,-78,51,-124,129,-129"},"7":{"d":"113,0v2,-188,88,-293,184,-392r0,-16r-260,0r0,12r247,0v-96,98,-182,208,-183,396r12,0"},"8":{"d":"167,-403v67,0,116,24,116,91v0,112,-232,111,-232,0v0,-67,49,-91,116,-91xm315,-114v2,-65,-46,-103,-104,-111v46,-9,84,-35,84,-87v0,-74,-53,-103,-128,-103v-75,0,-128,29,-128,103v0,53,39,77,84,88v-61,5,-105,45,-104,110v2,85,63,121,148,121v85,0,146,-36,148,-121xm167,-217v76,0,136,26,136,103v0,79,-58,109,-136,109v-78,0,-136,-31,-136,-109v0,-78,59,-103,136,-103"},"9":{"d":"164,-403v77,0,129,51,129,129v0,78,-51,129,-129,129v-78,0,-129,-52,-129,-129v0,-76,51,-129,129,-129xm157,-5v-64,0,-102,-35,-114,-91r-12,0v11,63,54,103,126,103v118,0,151,-104,154,-222v3,-117,-37,-200,-147,-200v-84,0,-141,57,-141,141v0,85,58,141,141,141v75,0,116,-45,135,-103v-2,120,-24,231,-142,231"},":":{"d":"77,-250r12,0r0,-58r-12,0r0,58xm77,0r12,0r0,-59r-12,0r0,59","w":166},";":{"d":"77,-250r12,0r0,-58r-12,0r0,58xm63,71v34,-18,25,-78,26,-130r-12,0v-2,42,7,97,-14,118r0,12","w":166},"<":{"d":"332,4r0,-12r-294,-144r294,-144r0,-12r-304,149r0,14","w":360},"=":{"d":"29,-88r302,0r0,-12r-302,0r0,12xm29,-204r302,0r0,-12r-302,0r0,12","w":360},">":{"d":"322,-152r-294,144r0,12r304,-149r0,-14r-304,-149r0,12","w":360},"?":{"d":"139,0r12,0r0,-59r-12,0r0,59xm228,-247v74,-63,37,-202,-77,-192v-85,8,-131,55,-130,143r12,0v-2,-81,40,-125,118,-131v93,-7,138,95,80,159v-41,46,-94,73,-92,159r12,0v-2,-75,37,-104,77,-138","w":300},"@":{"d":"434,-247v0,81,-44,147,-117,156v-36,4,-24,-42,-15,-64r67,-173r-13,0v-6,12,-8,28,-15,39v-9,-30,-44,-51,-82,-51v-91,0,-143,84,-143,174v0,50,31,87,82,87v37,0,63,-14,83,-38v-5,23,14,40,35,38v81,-10,130,-79,130,-168v0,-114,-78,-180,-195,-180v-130,0,-207,84,-217,215v-18,233,311,286,405,112r-14,0v-36,51,-89,95,-174,95v-128,0,-205,-77,-205,-207v0,-123,81,-203,205,-203v109,0,183,61,183,168xm128,-166v0,-94,75,-194,175,-150v16,7,27,22,32,42v-35,71,-36,183,-135,183v-44,0,-72,-31,-72,-75","w":480},"A":{"d":"64,-141r218,0r56,141r14,0r-170,-428r-15,0r-174,428r14,0xm277,-153r-209,0r107,-263","w":345,"k":{"y":23,"w":11,"v":23,"Y":22,"W":12,"V":33,"T":44}},"B":{"d":"321,-322v-1,123,-162,88,-281,93r0,-187v119,6,283,-33,281,94xm333,-322v0,-73,-48,-106,-121,-106r-184,0r0,428v141,-3,319,29,318,-116v-1,-69,-44,-99,-104,-108v56,-5,91,-41,91,-98xm334,-116v0,134,-166,100,-294,104r0,-205v127,5,294,-31,294,101","w":366},"C":{"d":"15,-211v-5,154,115,259,267,207v66,-23,104,-84,115,-164r-12,0v-15,97,-68,166,-176,166v-121,0,-182,-88,-182,-209v0,-122,62,-216,190,-216v88,0,146,49,159,127r12,0v-13,-83,-75,-139,-171,-139v-137,0,-198,97,-202,228","w":411},"D":{"d":"353,-214v-1,125,-65,202,-186,202r-123,0r0,-404r135,0v120,2,175,75,174,202xm365,-214v0,-132,-58,-214,-183,-214r-150,0r0,428r132,0v129,-4,201,-79,201,-214","w":388},"E":{"d":"44,-12r0,-205r257,0r0,-12r-257,0r0,-187r273,0r0,-12r-285,0r0,428r287,0r0,-12r-275,0","w":322},"F":{"d":"44,-229r0,-187r252,0r0,-12r-264,0r0,428r12,0r0,-217r228,0r0,-12r-228,0","w":288,"k":{"A":22,".":55,",":55}},"G":{"d":"220,10v89,2,149,-49,172,-116r0,106r12,0r0,-200r-178,0r0,12r166,0v4,118,-61,186,-170,186v-127,0,-191,-85,-191,-212v0,-124,65,-213,189,-213v95,0,149,52,166,132r12,0v-16,-89,-77,-144,-178,-144v-132,0,-201,93,-201,225v0,133,67,221,201,224","w":433},"H":{"d":"44,-217r300,0r0,217r12,0r0,-428r-12,0r0,199r-300,0r0,-199r-12,0r0,428r12,0r0,-217","w":388},"I":{"d":"32,-428r0,428r12,0r0,-428r-12,0","w":76},"J":{"d":"125,10v80,0,117,-43,117,-122r0,-316r-12,0r0,307v2,79,-29,119,-105,119v-78,0,-108,-47,-102,-131r-12,0v-5,91,28,143,114,143","w":277},"K":{"d":"44,-152r99,-87r212,239r16,0r-219,-246r207,-182r-18,0r-297,260r0,-260r-12,0r0,428r12,0r0,-152","w":355},"L":{"d":"295,-12r-251,0r0,-416r-12,0r0,428r263,0r0,-12","w":288,"k":{"y":33,"Y":67,"W":44,"V":55,"T":55}},"M":{"d":"416,-428r-181,412r-2,0r-181,-412r-20,0r0,428r12,0r0,-413r2,0r181,413r14,0r181,-413r2,0r0,413r12,0r0,-428r-20,0","w":468},"N":{"d":"32,-428r0,428r12,0r0,-413r2,0r292,413r18,0r0,-428r-12,0r-1,413r-293,-413r-18,0","w":388},"O":{"d":"217,-439v-133,0,-198,93,-198,225v0,131,65,224,198,224v131,0,197,-94,197,-224v0,-131,-66,-225,-197,-225xm217,-2v-125,0,-186,-88,-186,-212v0,-124,61,-213,186,-213v124,0,185,89,185,213v0,123,-62,212,-185,212","w":432},"P":{"d":"336,-311v2,-79,-50,-118,-130,-117r-174,0r0,428r12,0r0,-195r156,0v81,-1,134,-37,136,-116xm324,-311v0,69,-48,104,-118,104r-162,0r0,-209r162,0v76,-1,118,33,118,105","w":344,"k":{"A":33,".":60,",":60}},"Q":{"d":"217,10v55,1,95,-19,126,-45r70,48r6,-9r-69,-47v41,-37,64,-98,64,-171v0,-131,-66,-225,-197,-225v-133,0,-198,93,-198,225v0,131,65,221,198,224xm217,-427v190,-10,236,267,123,377r-77,-53r-7,9r76,52v-28,24,-65,41,-115,40v-125,-3,-186,-88,-186,-212v0,-124,61,-206,186,-213","w":432},"R":{"d":"341,0v-9,-22,-10,-60,-10,-88v0,-73,-22,-111,-84,-120v55,-12,92,-47,91,-111v-2,-79,-46,-110,-130,-109r-176,0r0,428r12,0r0,-201r162,0v104,-7,118,60,115,160v0,14,3,32,7,41r13,0xm326,-320v0,73,-49,107,-121,107r-161,0r0,-203r167,0v74,-1,115,29,115,96","w":366},"S":{"d":"179,-427v86,-1,136,37,140,119r12,0v-5,-90,-58,-131,-152,-131v-80,0,-146,28,-146,111v0,169,294,57,294,222v0,76,-65,103,-139,104v-98,2,-155,-43,-156,-140r-12,0v0,106,65,152,168,152v81,0,151,-32,151,-115v0,-151,-208,-87,-281,-177v-9,-12,-13,-27,-13,-46v1,-73,63,-98,134,-99","w":366},"T":{"d":"-10,-416r154,0r0,416r12,0r0,-416r154,0r0,-12r-320,0r0,12","w":300,"k":{"y":55,"w":55,"u":55,"s":55,"r":55,"o":55,"i":15,"e":55,"c":55,"a":55,"A":44,";":67,":":67,".":67,"-":67,",":67}},"U":{"d":"190,10v106,0,157,-58,157,-170r0,-268r-12,0r0,268v0,101,-44,158,-145,158v-102,0,-145,-56,-146,-158r0,-268r-12,0r0,268v0,112,50,170,158,170","w":379},"V":{"d":"322,-428r-159,412r-162,-412r-11,0r167,428r13,0r164,-428r-12,0","w":322,"k":{"u":11,"r":11,"o":22,"e":22,"a":22,"A":33,";":22,":":22,".":55,"-":22,",":55}},"W":{"d":"516,-428r-119,413r-2,0r-125,-413r-17,0r-125,413r-121,-413r-12,0r126,428r16,0r123,-413r2,0r126,413r16,0r124,-428r-12,0","w":522,"k":{"o":11,"e":11,"a":11,"A":12,";":11,":":11,".":33,"-":22,",":33}},"X":{"d":"306,-428r-149,198r-149,-198r-15,0r156,208r-165,220r15,0r158,-211r156,211r15,0r-163,-220r156,-208r-15,0","w":312},"Y":{"d":"326,-428r-165,235r-163,-235r-15,0r172,247r0,181r12,0r0,-181r174,-247r-15,0","w":322,"k":{"v":11,"u":22,"q":44,"p":33,"o":44,"e":44,"a":44,"A":33,";":33,":":33,".":55,"-":60,",":55}},"Z":{"d":"305,-12r-304,0r299,-400r0,-16r-295,0r0,12r283,0r-299,400r0,16r316,0r0,-12","w":300},"[":{"d":"125,-439r-67,0r0,545r67,0r0,-12r-55,0r0,-521r55,0r0,-12","w":133},"\\":{"d":"192,10r12,0r-196,-449r-12,0","w":199},"]":{"d":"8,106r68,0r0,-545r-68,0r0,12r56,0r0,521r-56,0r0,12","w":133},"^":{"d":"325,-136r-139,-272r-12,0r-139,272r12,0r133,-260r133,260r12,0","w":360},"_":{"d":"0,74r300,0r0,-30r-300,0r0,30","w":300},"`":{"d":"-22,-439r83,87r9,0r-75,-87r-17,0","w":78},"a":{"d":"252,-227v8,-98,-133,-111,-188,-59v-18,16,-30,42,-32,73r12,0v4,-58,43,-91,106,-91v71,0,105,51,83,112v-52,50,-220,-21,-220,116v0,57,44,83,103,83v63,-2,105,-32,124,-77v-3,44,-1,79,51,70r0,-12v-19,2,-39,2,-39,-19r0,-196xm25,-76v-9,-117,158,-57,215,-105v9,107,-28,176,-125,176v-54,0,-87,-22,-90,-71","w":288},"b":{"d":"170,-316v-68,-2,-109,42,-125,94r0,-206r-12,0r0,428r12,0r1,-86v15,52,59,95,124,93v89,-2,131,-69,131,-161v0,-90,-42,-159,-131,-162xm170,-5v-85,0,-123,-64,-125,-149v-2,-89,44,-150,125,-150v83,0,119,67,119,150v0,85,-36,149,-119,149","w":322},"c":{"d":"19,-148v-13,149,185,209,250,90v7,-14,11,-30,12,-47r-12,0v-7,63,-47,100,-114,100v-83,0,-124,-60,-124,-143v0,-89,40,-156,132,-156v60,0,95,35,104,89r12,0v-9,-62,-49,-101,-116,-101v-99,0,-135,70,-144,168","w":300},"d":{"d":"148,7v67,2,108,-43,125,-93r0,86r12,0r0,-428r-12,0r-1,206v-14,-54,-57,-96,-124,-94v-89,3,-131,72,-131,162v0,92,42,158,131,161xm148,-304v81,0,128,62,125,150v-3,85,-40,149,-125,149v-83,0,-119,-64,-119,-149v0,-83,36,-150,119,-150","w":322},"e":{"d":"269,-107v1,104,-159,135,-213,60v-19,-26,-28,-61,-29,-105r258,0v1,-96,-41,-164,-135,-164v-88,0,-135,67,-135,162v0,95,39,161,135,161v72,0,125,-45,131,-114r-12,0xm27,-164v1,-96,82,-169,177,-128v44,19,68,67,69,128r-246,0","w":300},"f":{"d":"139,-426v-45,-7,-87,0,-87,49r0,69r-52,0r0,12r52,0r0,296r12,0r0,-296r67,0r0,-12r-67,0v2,-57,-16,-121,60,-108v4,1,9,1,15,2r0,-12","w":122},"g":{"d":"145,-17v68,0,104,-38,123,-86r0,93v1,75,-43,111,-117,111v-60,0,-104,-25,-105,-85r-12,0v1,68,50,97,117,97v83,0,129,-40,129,-123r0,-298r-12,0v-2,26,4,60,-2,82v-14,-53,-53,-90,-117,-90v-88,0,-132,62,-132,152v0,86,42,147,128,147xm149,-304v81,0,118,60,118,140v0,80,-42,135,-122,135v-80,0,-116,-55,-116,-135v0,-83,40,-140,120,-140","w":311},"h":{"d":"157,-316v-63,0,-96,36,-112,84r0,-196r-12,0r0,428r12,0r0,-175v2,-75,38,-129,112,-129v62,0,97,36,98,101r0,203r12,0r0,-205v-1,-71,-41,-111,-110,-111","w":300},"i":{"d":"45,-368r0,-60r-12,0r0,60r12,0xm45,0r0,-308r-12,0r0,308r12,0","w":78},"j":{"d":"45,-368r0,-60r-12,0r0,60r12,0xm33,40v3,45,-19,56,-62,54r0,12v49,1,74,-12,74,-62r0,-352r-12,0r0,348","w":78},"k":{"d":"45,-116r80,-66r144,182r17,0r-152,-191r141,-117r-17,0r-213,177r0,-297r-12,0r0,428r12,0r0,-116","w":266},"l":{"d":"33,-428r0,428r12,0r0,-428r-12,0","w":78},"m":{"d":"145,-316v-57,2,-85,39,-100,84r0,-76r-12,0r0,308r12,0v3,-131,-27,-299,100,-304v63,-2,82,43,82,106r0,198r12,0r0,-196v3,-62,35,-106,97,-108v63,-2,86,38,86,101r0,203r12,0r0,-203v0,-70,-28,-113,-98,-113v-51,-1,-86,34,-99,72v-9,-42,-42,-74,-92,-72","w":466},"n":{"d":"157,-316v-63,0,-96,36,-112,84r0,-76r-12,0r0,308r12,0r0,-175v2,-75,38,-129,112,-129v62,0,97,36,98,101r0,203r12,0r0,-205v-1,-71,-41,-111,-110,-111","w":300},"o":{"d":"156,-5v-86,0,-127,-64,-127,-149v0,-86,42,-150,127,-150v84,0,127,66,127,150v0,84,-42,149,-127,149xm156,-316v-93,0,-139,68,-139,162v0,92,47,161,138,161v93,0,140,-68,140,-161v0,-93,-47,-162,-139,-162","w":311},"p":{"d":"170,-316v-70,0,-105,43,-125,94r0,-86r-12,0r0,414r12,0r1,-192v14,54,57,95,124,93v91,-3,131,-71,131,-162v0,-92,-41,-161,-131,-161xm289,-155v0,82,-35,150,-119,150v-81,0,-128,-60,-125,-150v2,-85,41,-149,125,-149v83,0,119,65,119,149","w":322},"q":{"d":"148,-304v85,0,122,64,125,149v3,90,-44,150,-125,150v-84,0,-119,-67,-119,-150v0,-84,36,-149,119,-149xm148,7v68,2,108,-42,125,-93r0,192r12,0r0,-414r-12,0r-1,86v-17,-54,-55,-94,-124,-94v-90,0,-131,69,-131,161v0,91,40,159,131,162","w":322},"r":{"d":"167,-316v-69,-1,-106,32,-122,84r0,-76r-12,0r0,308r12,0r0,-175v2,-78,41,-131,122,-129r0,-12","w":155,"k":{"y":-11,"v":-11,".":33,"-":33,",":33}},"s":{"d":"134,-304v61,3,100,25,100,87r12,0v0,-70,-44,-97,-112,-99v-73,-2,-131,54,-95,118v32,58,158,30,194,88v35,56,-25,108,-90,105v-73,-3,-113,-29,-113,-101r-12,0v0,80,44,111,125,113v73,2,139,-53,103,-122v-31,-60,-149,-39,-195,-88v-28,-54,17,-105,83,-101","w":277},"t":{"d":"134,-14v-39,8,-68,-2,-68,-46r0,-236r70,0r0,-12r-70,0r0,-98r-12,0r0,98r-56,0r0,12r56,0r0,238v-3,51,33,64,80,56r0,-12","w":144},"u":{"d":"143,7v61,2,98,-37,112,-83r0,76r12,0r0,-308r-12,0r0,174v-2,75,-37,129,-112,129v-64,0,-98,-36,-98,-101r0,-202r-12,0r0,204v1,71,39,109,110,111","w":300},"v":{"d":"238,-308r-111,296r-120,-296r-14,0r127,308r15,0r116,-308r-13,0","w":244,"k":{".":44,",":44}},"w":{"d":"404,-308r-95,296r-95,-296r-18,0r-97,296r-92,-296r-11,0r95,308r17,0r98,-296r96,296r15,0r99,-308r-12,0","w":411,"k":{".":33,",":33}},"x":{"d":"228,-308r-106,139r-104,-139r-16,0r113,148r-123,160r14,0r116,-151r116,151r15,0r-123,-160r112,-148r-14,0","w":244},"y":{"d":"239,-308r-111,292r-122,-292r-13,0r129,305v-20,44,-22,105,-94,97r0,12v44,1,68,-11,81,-44r142,-370r-12,0","w":244,"k":{".":44,",":44}},"z":{"d":"241,-12r-225,0r216,-281r0,-15r-213,0r0,12r200,0r-216,281r0,15r238,0r0,-12","w":244},"{":{"d":"168,106r0,-12r-29,0v-32,0,-33,-32,-33,-66v0,-78,8,-169,-43,-195v54,-26,43,-117,43,-195v0,-54,11,-70,62,-65r0,-12v-54,-5,-74,11,-74,66v0,77,13,176,-43,199r0,12v105,58,-33,291,117,268","w":199},"|":{"d":"61,128r12,0r0,-600r-12,0r0,600","w":133},"}":{"d":"32,-439r0,12r29,0v32,1,33,32,33,66v1,77,-9,171,43,195v-53,26,-43,117,-43,195v0,54,-11,70,-62,65r0,12v55,5,74,-11,74,-66v0,-76,-14,-176,43,-198r0,-12v-105,-58,33,-292,-117,-269","w":199},"~":{"d":"58,-123v14,-35,57,-56,100,-36v42,21,113,57,143,1v5,-6,9,-13,13,-19r-12,-4v-14,19,-24,42,-53,44v-56,-7,-119,-71,-174,-26v-12,10,-21,22,-29,36","w":360},"\u00a0":{"w":166}}});Cufon.registerFont({"w":333,"face":{"font-family":"Helvetica Neue","font-weight":300,"font-stretch":"normal","units-per-em":"600","panose-1":"2 0 4 3 0 0 0 2 0 4","ascent":"480","descent":"-120","x-height":"8","bbox":"-18 -484 542 128","underline-thickness":"30","underline-position":"-45","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":166},"!":{"d":"47,0r51,0r0,-64r-51,0r0,64xm52,-301r9,194r23,0r9,-194r0,-127r-41,0r0,127","w":144},"\"":{"d":"132,-428r0,145r38,0r0,-145r-38,0xm52,-428r0,145r38,0r0,-145r-38,0","w":222},"#":{"d":"134,-254r84,0r-13,93r-84,0xm298,-134r0,-27r-63,0r13,-93r67,0r0,-27r-63,0r19,-134r-30,0r-19,134r-85,0r19,-134r-30,0r-19,134r-69,0r0,27r66,0r-13,93r-70,0r0,27r66,0r-19,134r30,0r19,-134r85,0r-19,134r30,0r19,-134r66,0"},"$":{"d":"154,-23v-63,-7,-98,-44,-99,-114r-38,0v5,95,45,135,137,145r0,51r24,0r0,-51v79,-2,138,-40,138,-119v0,-85,-67,-106,-138,-122r0,-173v54,0,90,43,89,99r38,0v-2,-81,-49,-126,-127,-130r0,-47r-24,0r0,47v-75,2,-124,42,-126,117v-2,82,57,106,126,120r0,177xm154,-238v-44,-11,-88,-23,-88,-78v0,-58,33,-88,88,-90r0,168xm178,-196v46,15,99,25,100,86v0,59,-42,86,-100,87r0,-173"},"%":{"d":"232,-310v0,-68,-28,-114,-95,-114v-68,0,-96,47,-96,114v0,67,29,113,96,113v67,0,95,-45,95,-113xm337,-104v0,-47,15,-87,63,-87v48,0,64,41,64,87v0,47,-16,86,-64,86v-48,0,-63,-37,-63,-86xm496,-104v0,-67,-28,-114,-96,-114v-68,0,-95,46,-95,114v0,67,27,112,95,112v69,0,96,-46,96,-112xm386,-435r-272,455r29,0r271,-455r-28,0xm73,-310v0,-47,17,-87,64,-87v47,0,63,41,63,87v0,46,-16,86,-63,86v-48,0,-64,-39,-64,-86","w":533},"&":{"d":"113,-341v-2,-34,26,-54,57,-56v56,-4,73,72,36,107v-15,14,-28,24,-45,35v-18,-24,-46,-48,-48,-86xm153,8v57,1,98,-30,126,-64r46,56r47,0r-72,-87v17,-27,24,-67,25,-103r-38,0v0,33,-2,51,-12,72r-94,-112v37,-27,84,-50,84,-111v0,-57,-38,-83,-95,-87v-95,-6,-118,111,-60,167r18,23v-47,28,-105,58,-105,127v0,79,51,118,130,119xm154,-23v-83,4,-121,-96,-65,-149v17,-16,38,-30,60,-42r107,130v-22,30,-53,59,-102,61","w":366},"'":{"d":"65,-428r0,145r38,0r0,-145r-38,0","w":166},"(":{"d":"31,-160v-1,121,40,196,84,274r30,0v-42,-69,-77,-154,-77,-260v0,-118,28,-213,77,-291r-30,0v-47,75,-84,163,-84,277","w":144},")":{"d":"114,-163v0,-118,-39,-199,-85,-274r-29,0v40,71,76,153,76,260v0,119,-28,213,-76,291r29,0v48,-75,85,-162,85,-277","w":144},"*":{"d":"16,-357r69,23r-44,59r20,14r43,-60r44,60r19,-14r-43,-59r71,-23r-9,-22r-69,24r0,-73r-23,0r0,73r-69,-24","w":211},"+":{"d":"164,-302r0,135r-135,0r0,32r135,0r0,135r32,0r0,-135r135,0r0,-32r-135,0r0,-135r-32,0","w":360},",":{"d":"83,0v1,25,-9,47,-27,56r0,26v52,-15,56,-76,53,-146r-51,0r0,64r25,0","w":166},"-":{"d":"36,-148r150,0r0,-34r-150,0r0,34","w":222},".":{"d":"58,0r51,0r0,-64r-51,0r0,64","w":166},"\/":{"d":"-7,8r32,0r183,-445r-31,0","w":199},"0":{"d":"313,-208v0,-115,-30,-216,-146,-216v-117,0,-147,102,-147,217v0,114,29,215,147,215v118,0,146,-100,146,-216xm58,-208v0,-90,17,-184,109,-184v92,0,108,92,108,184v0,93,-15,185,-108,185v-93,0,-109,-93,-109,-185"},"1":{"d":"176,-420v-5,64,-48,83,-118,81r0,27r111,0r0,312r38,0r0,-420r-31,0"},"2":{"d":"164,-392v93,-6,120,109,60,165v-73,69,-195,92,-202,227r276,0r0,-35r-233,0v40,-125,221,-112,231,-270v8,-123,-166,-153,-232,-77v-21,25,-34,62,-32,107r38,0v-1,-67,27,-113,94,-117"},"3":{"d":"163,-23v-68,0,-107,-40,-105,-111r-38,0v-5,94,53,142,143,142v85,0,143,-42,145,-127v1,-59,-37,-95,-87,-105v43,-9,69,-44,71,-93v5,-114,-166,-135,-227,-67v-21,22,-36,57,-36,98r38,0v1,-65,31,-106,96,-106v53,0,91,24,91,79v0,62,-50,81,-117,77r0,31v77,-4,133,17,133,89v0,61,-46,93,-107,93"},"4":{"d":"212,-136r-160,0r160,-229r0,229xm18,-141r0,37r194,0r0,104r35,0r0,-104r63,0r0,-32r-63,0r0,-284r-35,0"},"5":{"d":"163,-23v-63,0,-99,-37,-104,-97r-37,0v4,82,54,128,138,128v87,0,145,-54,145,-141v0,-91,-50,-145,-141,-145v-36,0,-71,16,-88,39r-2,-2r27,-139r184,0r0,-35r-210,0r-41,218r33,0v17,-29,50,-50,93,-50v66,0,108,43,108,110v0,65,-37,114,-105,114"},"6":{"d":"174,-424v-114,0,-150,98,-150,210v0,127,21,224,147,222v88,-1,142,-54,142,-141v0,-87,-52,-141,-138,-141v-53,0,-94,33,-113,70v2,-95,21,-185,116,-188v49,-1,82,34,87,78r38,0v-8,-72,-51,-110,-129,-110xm70,-131v0,-68,38,-111,104,-111v66,0,101,46,101,111v0,64,-37,108,-100,108v-71,0,-105,-40,-105,-108"},"7":{"d":"131,0v8,-170,86,-290,170,-380r0,-35r-270,0r0,35r232,0v-89,103,-161,206,-173,380r41,0"},"8":{"d":"256,-319v0,54,-36,78,-89,78v-53,0,-90,-25,-90,-78v0,-51,40,-73,90,-73v51,0,89,22,89,73xm226,-225v37,-15,69,-43,68,-94v-3,-73,-57,-105,-128,-105v-70,0,-125,33,-127,105v-1,51,29,79,68,94v-50,8,-85,52,-85,107v0,86,58,126,145,126v86,0,142,-39,144,-126v0,-59,-34,-97,-85,-107xm274,-118v0,63,-41,95,-107,95v-64,0,-107,-30,-107,-95v0,-61,43,-91,107,-91v62,1,107,30,107,91"},"9":{"d":"156,-23v-50,1,-82,-34,-88,-78r-37,0v7,72,50,110,129,109v114,-2,150,-98,150,-208v0,-128,-23,-224,-147,-224v-88,0,-143,55,-143,143v0,86,53,137,139,140v53,1,94,-34,113,-70v-3,95,-20,185,-116,188xm264,-284v0,67,-37,111,-104,111v-66,0,-102,-45,-102,-111v0,-64,38,-108,101,-108v68,0,105,40,105,108"},":":{"d":"58,0r51,0r0,-64r-51,0r0,64xm58,-236r51,0r0,-64r-51,0r0,64","w":166},";":{"d":"58,-236r51,0r0,-64r-51,0r0,64xm83,0v1,25,-9,47,-27,56r0,26v52,-15,56,-76,53,-146r-51,0r0,64r25,0","w":166},"<":{"d":"332,4r0,-32r-267,-124r267,-123r0,-33r-304,140r0,32","w":360},"=":{"d":"331,-77r0,-32r-302,0r0,32r302,0xm331,-195r0,-32r-302,0r0,32r302,0","w":360},">":{"d":"295,-152r-267,124r0,32r304,-140r0,-32r-304,-140r0,33","w":360},"?":{"d":"139,-64r0,64r50,0r0,-64r-50,0xm290,-326v5,-116,-157,-141,-222,-73v-23,24,-36,57,-36,103r38,0v1,-66,32,-110,97,-110v50,0,86,30,86,81v0,100,-122,98,-108,218r37,0v-11,-118,103,-108,108,-219","w":322},"@":{"d":"319,-104v-24,-1,-13,-34,-8,-50r57,-172r-31,0r-15,39v-11,-30,-31,-51,-64,-51v-92,0,-142,79,-142,174v0,52,28,85,79,87v32,1,59,-24,77,-40v3,45,55,48,91,27v49,-30,89,-83,89,-161v0,-118,-82,-186,-204,-186v-133,0,-220,87,-220,221v0,153,116,250,278,217v59,-12,104,-51,130,-99r-30,0v-32,45,-83,80,-155,80v-142,0,-226,-131,-177,-272v24,-70,83,-120,176,-120v102,0,170,56,170,157v0,73,-35,138,-101,149xm203,-109v-70,0,-50,-109,-21,-149v17,-23,39,-48,74,-48v28,0,47,26,47,56v0,67,-36,141,-100,141","w":480},"A":{"d":"104,-168r86,-220r82,220r-168,0xm169,-428r-173,428r44,0r51,-133r195,0r52,133r44,0r-168,-428r-45,0","w":378,"k":{"y":11,"w":11,"v":11,"Y":44,"W":3,"V":30,"T":41}},"B":{"d":"321,-313v0,98,-139,67,-237,72r0,-153r140,0v65,0,97,27,97,81xm362,-323v2,-140,-185,-99,-319,-105r0,428r181,0v94,0,151,-34,154,-122v1,-58,-40,-97,-91,-105v44,-11,74,-44,75,-96xm337,-123v0,116,-144,84,-253,88r0,-171v106,4,253,-26,253,83","w":400},"C":{"d":"225,-403v73,0,117,41,131,104r41,0v-13,-87,-77,-138,-172,-138v-134,0,-199,90,-202,223v-4,156,115,260,271,210v64,-20,100,-80,109,-159r-41,0v-10,79,-52,137,-137,137v-111,0,-161,-80,-161,-188v0,-110,51,-189,161,-189","w":422},"D":{"d":"388,-214v0,-139,-62,-214,-197,-214r-148,0r0,428r148,0v134,-4,197,-74,197,-214xm347,-214v0,123,-53,181,-176,179r-87,0r0,-359r87,0v123,-1,176,56,176,180","w":411},"E":{"d":"43,-428r0,428r299,0r0,-35r-258,0r0,-169r239,0r0,-35r-239,0r0,-155r255,0r0,-34r-296,0","w":355},"F":{"d":"43,-428r0,428r41,0r0,-204r205,0r0,-35r-205,0r0,-155r231,0r0,-34r-272,0","w":322,"k":{"A":33,".":77,",":77}},"G":{"d":"225,8v79,2,120,-36,149,-86r6,78r29,0r0,-218r-182,0r0,35r146,0v0,97,-51,157,-148,157v-111,0,-161,-80,-161,-188v0,-110,51,-189,161,-189v76,0,126,43,138,108r41,0v-17,-89,-77,-142,-179,-142v-134,0,-202,90,-202,223v0,133,68,219,202,222","w":444},"H":{"d":"43,-428r0,428r41,0r0,-208r254,0r0,208r41,0r0,-428r-41,0r0,186r-254,0r0,-186r-41,0","w":422},"I":{"d":"46,-428r0,428r41,0r0,-428r-41,0","w":133},"J":{"d":"132,8v89,0,126,-40,125,-127r0,-309r-41,0r0,291v0,67,-12,111,-80,111v-69,0,-82,-49,-83,-111r-40,0v-1,88,31,145,119,145","w":300},"K":{"d":"43,-428r0,428r41,0r0,-147r82,-76r178,223r53,0r-200,-251r191,-177r-55,0r-249,230r0,-230r-41,0","w":388},"L":{"d":"43,-428r0,428r281,0r0,-35r-240,0r0,-393r-41,0","w":322,"k":{"y":22,"Y":67,"W":33,"V":55,"T":55}},"M":{"d":"42,-428r0,428r41,0r1,-370r147,370r38,0r148,-370r0,370r41,0r0,-428r-60,0r-148,375r-148,-375r-60,0","w":499},"N":{"d":"43,-428r0,428r40,0r0,-362r2,0r249,362r46,0r0,-428r-41,0r-1,362r-250,-362r-45,0","w":422},"O":{"d":"223,-26v-111,0,-162,-79,-162,-188v0,-110,52,-189,162,-189v109,0,160,80,160,189v0,108,-50,188,-160,188xm223,-437v-135,0,-203,91,-203,223v0,132,69,222,203,222v133,0,201,-89,201,-222v0,-133,-68,-223,-201,-223","w":444},"P":{"d":"320,-306v0,111,-131,86,-236,88r0,-176v105,2,236,-24,236,88xm361,-306v0,-79,-48,-122,-128,-122r-190,0r0,428r41,0r0,-184r149,0v80,0,128,-43,128,-122","w":378,"k":{"A":44,".":92,",":92}},"Q":{"d":"20,-214v0,132,69,222,203,222v44,0,81,-10,111,-31r66,50r21,-25r-62,-46v40,-37,65,-97,65,-170v0,-133,-68,-223,-201,-223v-135,0,-203,91,-203,223xm223,-403v167,-8,204,237,106,335r-63,-47r-21,26r57,42v-23,14,-49,21,-79,21v-111,-2,-162,-79,-162,-188v0,-110,52,-184,162,-189","w":444},"R":{"d":"329,-308v0,53,-38,83,-93,83r-152,0r0,-169r152,0v61,0,93,29,93,86xm370,-317v0,-76,-53,-110,-131,-111r-196,0r0,428r41,0r0,-190r155,0v103,-8,73,116,97,190r45,0v-14,-16,-19,-53,-19,-83v0,-68,-15,-117,-76,-123r0,-2v53,-8,84,-52,84,-109","w":400,"k":{"y":-14,"Y":8,"W":-4,"V":-4,"T":-4}},"S":{"d":"202,-26v-83,-1,-141,-30,-140,-115r-40,0v-5,106,66,149,171,149v112,0,193,-62,155,-166v-31,-86,-177,-67,-253,-114v-11,-11,-19,-24,-19,-45v0,-63,47,-86,108,-86v66,0,112,33,117,99r40,0v-3,-91,-67,-130,-158,-133v-103,-3,-175,70,-139,163v36,93,205,52,264,130v30,70,-38,119,-106,118","w":378},"T":{"d":"-2,-428r0,34r148,0r0,394r41,0r0,-394r150,0r0,-34r-339,0","k":{"y":67,"w":67,"u":55,"s":67,"r":55,"o":67,"i":-14,"e":67,"c":67,"a":67,"A":41,";":67,":":67,".":67,"-":77,",":67}},"U":{"d":"205,-26v-87,0,-126,-47,-125,-137r0,-265r-41,0r0,274v2,105,58,162,166,162v110,0,167,-57,167,-162r0,-274r-41,0r0,265v0,90,-38,137,-126,137","w":411},"V":{"d":"-4,-428r159,428r47,0r159,-428r-43,0r-139,383r-139,-383r-44,0","w":355,"k":{"y":11,"u":22,"r":22,"o":33,"i":-4,"e":33,"a":33,"A":33,";":44,":":44,".":77,"-":33,",":77}},"W":{"d":"0,-428r119,428r44,0r109,-383r109,383r43,0r118,-428r-40,0r-99,375r-105,-375r-51,0r-106,375r-97,-375r-44,0","w":544,"k":{"u":11,"r":11,"o":11,"i":-14,"e":11,"a":22,"A":11,";":11,":":11,".":44,",":44}},"X":{"d":"2,-428r145,207r-154,221r46,0r132,-189r130,189r49,0r-154,-220r146,-208r-46,0r-125,179r-121,-179r-48,0","w":344},"Y":{"d":"163,-176r0,176r40,0r0,-176r170,-252r-49,0r-140,217r-141,-217r-48,0","w":366,"k":{"v":33,"u":44,"q":55,"p":44,"o":55,"i":4,"e":55,"a":55,"A":44,";":55,":":55,".":59,"-":67,",":74}},"Z":{"d":"22,-428r0,34r263,0r-282,358r0,36r334,0r0,-35r-288,0r282,-357r0,-36r-309,0","w":344},"[":{"d":"46,114r96,0r0,-32r-59,0r0,-488r59,0r0,-31r-96,0r0,551","w":144},"\\":{"d":"175,8r33,0r-185,-445r-30,0","w":199},"]":{"d":"99,-437r-97,0r0,31r59,0r0,488r-59,0r0,32r97,0r0,-551","w":144},"^":{"d":"26,-143r35,0r118,-234r120,234r35,0r-138,-272r-32,0","w":360},"_":{"d":"0,74r300,0r0,-30r-300,0r0,30","w":300},"`":{"d":"-18,-437r79,84r30,0r-63,-84r-46,0","w":111},"a":{"d":"272,-219v13,-125,-190,-127,-228,-43v-7,14,-10,29,-12,47r38,0v1,-49,34,-70,83,-72v55,-2,92,28,78,84v-48,54,-212,-5,-212,121v0,63,42,89,104,90v62,1,88,-28,114,-62v-4,45,24,61,69,52r0,-32v-18,5,-34,0,-34,-21r0,-164xm57,-84v0,-82,125,-49,177,-85v9,92,-26,146,-108,146v-40,0,-69,-22,-69,-61","w":311},"b":{"d":"182,-319v-55,0,-90,28,-108,68r0,-177r-38,0r0,428r35,0v1,-19,-2,-42,1,-59v15,40,57,67,110,67v97,-1,140,-69,140,-163v0,-95,-45,-164,-140,-164xm182,-287v72,0,102,60,102,132v0,72,-28,132,-102,132v-77,0,-108,-57,-108,-132v0,-75,32,-132,108,-132","w":344},"c":{"d":"167,-287v52,0,78,29,87,75r38,0v-6,-68,-56,-107,-125,-107v-96,0,-147,68,-147,164v0,97,48,163,147,163v75,0,119,-49,128,-119r-38,0v-7,50,-36,88,-90,88v-74,0,-109,-59,-109,-132v0,-73,36,-132,109,-132","w":311},"d":{"d":"162,8v57,0,91,-31,112,-67r0,59r34,0r0,-428r-37,0r0,177r-2,0v-15,-42,-53,-68,-107,-68v-95,0,-139,68,-139,164v0,95,42,162,139,163xm162,-23v-73,0,-101,-58,-101,-132v0,-74,29,-132,101,-132v76,0,109,57,109,132v0,75,-32,132,-109,132","w":344},"e":{"d":"58,-176v5,-72,66,-137,143,-102v35,16,55,53,58,102r-201,0xm257,-102v-4,81,-132,106,-175,39v-14,-21,-24,-50,-24,-82r238,0v1,-99,-38,-174,-136,-174v-94,0,-140,70,-140,164v0,96,42,162,140,163v82,1,119,-43,135,-110r-38,0","w":311},"f":{"d":"94,-310v-6,-57,6,-102,69,-84r0,-32v-82,-15,-117,29,-107,116r-52,0r0,32r52,0r0,278r38,0r0,-278r61,0r0,-32r-61,0","w":155,"k":{"f":11}},"g":{"d":"160,123v97,2,138,-54,138,-148r0,-285r-38,0v-1,17,2,39,-1,54v-18,-35,-48,-63,-99,-63v-92,0,-140,65,-140,156v0,96,42,157,140,159v50,1,82,-30,100,-63v5,91,-12,160,-100,158v-49,-1,-82,-18,-90,-62r-38,0v7,66,58,92,128,94xm260,-158v0,69,-32,123,-100,123v-69,0,-102,-53,-102,-123v0,-72,30,-129,102,-129v71,0,100,58,100,129"},"h":{"d":"173,-319v-48,0,-85,30,-100,63r0,-172r-38,0r0,428r38,0v4,-123,-30,-286,97,-287v59,0,79,37,79,94r0,193r38,0r0,-199v1,-79,-35,-120,-114,-120","w":322},"i":{"d":"37,-428r0,60r37,0r0,-60r-37,0xm37,-310r0,310r37,0r0,-310r-37,0","w":111},"j":{"d":"37,-428r0,60r37,0r0,-60r-37,0xm-17,113v65,8,91,-22,91,-85r0,-338r-37,0r0,347v2,36,-15,50,-54,45r0,31","w":111},"k":{"d":"36,-428r0,428r38,0r0,-118r61,-51r122,169r48,0r-141,-195r132,-115r-51,0r-171,150r0,-268r-38,0","w":300},"l":{"d":"37,-428r0,428r37,0r0,-428r-37,0","w":111},"m":{"d":"174,-319v-55,-1,-80,28,-103,62r0,-53r-35,0r0,310r38,0v6,-120,-33,-287,92,-287v46,0,65,31,65,77r0,210r38,0v9,-115,-38,-285,84,-287v54,-1,73,27,73,79r0,208r38,0r0,-210v0,-72,-34,-109,-103,-109v-46,1,-83,25,-98,61v-9,-38,-45,-61,-89,-61","w":499},"n":{"d":"173,-319v-48,0,-85,30,-100,63r0,-54r-38,0r0,310r38,0v4,-123,-30,-286,97,-287v59,0,79,37,79,94r0,193r38,0r0,-199v1,-79,-35,-120,-114,-120","w":322},"o":{"d":"58,-155v0,-73,36,-132,109,-132v73,0,108,59,108,132v0,73,-33,132,-108,132v-74,0,-109,-59,-109,-132xm313,-155v0,-97,-51,-164,-146,-164v-96,0,-147,68,-147,164v0,97,48,163,147,163v97,0,146,-65,146,-163"},"p":{"d":"182,-319v-54,-1,-93,31,-111,68r0,-59r-35,0r0,424r38,0r1,-173v15,41,52,67,107,67v97,0,140,-69,140,-163v0,-95,-45,-161,-140,-164xm182,-287v72,0,102,60,102,132v0,72,-28,132,-102,132v-77,0,-108,-57,-108,-132v0,-78,30,-132,108,-132","w":344},"q":{"d":"162,8v57,1,90,-29,109,-67r0,173r37,0r0,-424r-34,0v-2,18,4,44,-2,59v-17,-40,-57,-68,-110,-68v-95,0,-139,68,-139,164v0,95,42,162,139,163xm162,-23v-73,0,-101,-58,-101,-132v0,-74,29,-132,101,-132v76,0,109,57,109,132v0,75,-32,132,-109,132","w":344},"r":{"d":"189,-314v-62,-3,-99,33,-118,77r0,-73r-35,0r0,310r38,0r0,-165v3,-70,44,-111,115,-111r0,-38","w":189,"k":{"q":11,"o":11,"n":-11,"e":11,"d":11,"c":11,".":55,"-":33,",":55}},"s":{"d":"140,-287v47,2,79,21,81,68r38,0v-4,-66,-45,-99,-113,-100v-75,-2,-140,47,-110,121v26,66,147,40,190,93v23,51,-27,82,-78,82v-52,0,-89,-27,-92,-77r-37,0v5,73,51,108,127,108v80,0,147,-48,116,-127v-26,-68,-148,-38,-188,-93v-29,-39,21,-77,66,-75","w":288},"t":{"d":"159,-30v-37,6,-63,2,-63,-39r0,-209r63,0r0,-32r-63,0r0,-93r-38,0r0,93r-54,0r0,32r54,0r0,212v-4,66,36,72,101,68r0,-32","w":177},"u":{"d":"144,8v52,1,89,-28,108,-64r0,56r35,0r0,-310r-38,0v-5,121,29,284,-93,287v-61,2,-83,-29,-83,-85r0,-202r-38,0r0,201v0,76,33,118,109,117","w":322},"v":{"d":"1,-310r120,310r40,0r116,-310r-39,0r-96,272r-2,0r-97,-272r-42,0","w":277,"k":{".":44,",":44}},"w":{"d":"5,-310r99,310r42,0r75,-260r2,0r76,260r41,0r100,-310r-40,0r-81,266r-75,-266r-43,0r-77,266r-79,-266r-40,0","w":444,"k":{".":33,",":33}},"x":{"d":"121,-161r-120,161r46,0r96,-130r97,130r48,0r-121,-161r112,-149r-47,0r-87,118r-88,-118r-47,0","w":288},"y":{"d":"1,-310r124,309v-17,40,-27,98,-93,80r0,32v40,9,84,-1,95,-31v4,-9,10,-20,15,-33r135,-357r-38,0r-96,264r-102,-264r-40,0","w":277,"k":{".":55,",":55}},"z":{"d":"55,-32r204,-251r0,-27r-236,0r0,32r188,0r-202,247r0,31r259,0r0,-32r-213,0","w":277},"{":{"d":"93,-49v2,80,-18,180,83,163r0,-32v-66,5,-45,-85,-45,-146v0,-46,-18,-79,-42,-98v45,-26,42,-107,42,-182v0,-34,7,-67,45,-62r0,-31v-95,-17,-83,77,-83,164v0,44,-2,92,-43,96r0,32v41,4,42,53,43,96","w":199},"|":{"d":"51,-472r0,600r32,0r0,-600r-32,0","w":133},"}":{"d":"107,-274v-2,-80,18,-181,-83,-163r0,31v66,-3,45,86,45,147v0,47,18,78,42,98v-46,25,-42,106,-42,181v0,34,-5,67,-45,62r0,32v95,16,83,-77,83,-164v0,-44,2,-92,43,-96r0,-32v-41,-2,-42,-53,-43,-96","w":199},"~":{"d":"113,-155v66,0,141,76,192,7v5,-7,9,-13,14,-19r-22,-22v-12,17,-25,45,-53,41v-60,-8,-144,-74,-191,-6v-5,6,-8,13,-12,19r22,22v9,-19,22,-42,50,-42","w":360},"\u00a0":{"w":166}}});