/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());

/* Brie Light */
Cufon.registerFont({"w":201,"face":{"font-family":"Brie Light","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-24 -276 317.023 82.137","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+00A3"},"glyphs":{" ":{"w":110},"!":{"d":"45,-50r-14,0r0,-207r14,0r0,207xm38,-25v7,0,14,6,14,13v1,7,-7,14,-14,14v-7,0,-15,-7,-14,-14v0,-7,7,-13,14,-13","w":79},"\"":{"d":"85,-171r-14,0r0,-81r14,0r0,81xm49,-171r-14,0r0,-81r14,0r0,81","w":119},"#":{"d":"189,-156r-41,0r-8,58r37,0r2,14r-41,0r-12,84r-15,0r11,-84r-53,0r-12,84r-15,0r12,-84r-41,0r-2,-14r45,0r8,-58r-41,0r-2,-15r45,0r11,-81r15,0r-11,81r53,0r12,-81r15,0r-12,81r39,0xm132,-156r-53,0r-8,58r54,0","w":200},"$":{"d":"115,-153v38,14,69,17,69,62v0,39,-28,55,-69,55r0,36r-14,0r0,-36r-63,0r0,-13r63,0r0,-94v-42,-13,-63,-19,-63,-61v0,-34,26,-50,63,-48r0,-24r14,0r0,24r56,0r0,13r-56,0r0,86xm101,-239v-46,-8,-63,40,-37,65v7,7,21,12,37,17r0,-82xm115,-49v49,7,71,-45,41,-72v-9,-7,-23,-13,-41,-18r0,90","w":200},"%":{"d":"79,-257v29,0,55,24,55,54v0,30,-26,54,-55,54v-28,0,-54,-26,-54,-54v0,-30,26,-54,54,-54xm245,-257r-167,261r-14,0r167,-261r14,0xm231,-103v28,0,54,25,54,54v0,29,-25,53,-54,53v-29,0,-55,-23,-55,-53v0,-29,26,-54,55,-54xm79,-163v21,0,40,-18,40,-40v0,-22,-19,-40,-40,-40v-21,0,-40,19,-40,40v0,21,19,40,40,40xm231,-9v21,0,40,-19,40,-40v0,-21,-19,-40,-40,-40v-22,0,-40,18,-40,40v0,22,19,40,40,40","w":320},"&":{"d":"194,-165v36,25,41,94,13,129r29,36v-25,4,-27,-16,-38,-26v-57,58,-195,29,-189,-68v3,-47,21,-67,52,-87v-28,-23,-27,-71,22,-71r92,0r0,13r-97,0v-40,1,-17,38,0,57r120,135v9,-14,13,-31,13,-51v-1,-34,-7,-33,-27,-58xm24,-98v-5,83,110,118,165,62r-118,-135v-27,15,-44,35,-47,73","w":240},"'":{"d":"42,-172r-14,0r0,-82r14,0r0,82","w":72},"(":{"d":"55,-95v0,67,34,122,75,154r-7,8v-67,-42,-108,-162,-61,-253v14,-28,34,-52,58,-71r7,9v-41,38,-72,82,-72,153","w":140},")":{"d":"20,-257v66,44,104,162,57,254v-14,29,-35,52,-60,70r-7,-8v41,-32,75,-88,75,-154v0,-71,-31,-115,-72,-153","w":140},"*":{"d":"150,-160r-7,9r-48,-28r0,57r-10,0r0,-57r-48,28r-7,-9r50,-30r-50,-29r7,-9r48,29r0,-53r10,0r0,53r48,-29r7,9r-50,29","w":180},"+":{"d":"193,-78r-77,0r0,78r-15,0r0,-78r-78,0r0,-15r78,0r0,-78r15,0r0,78r77,0r0,15","w":216},",":{"d":"60,-26r-18,56r-14,0r15,-56r17,0","w":100},"-":{"d":"94,-78r-68,0r0,-14r68,0r0,14","w":119},"\u00ad":{"d":"94,-78r-68,0r0,-14r68,0r0,14","w":119},".":{"d":"48,-25v7,0,14,6,14,13v1,7,-7,15,-14,14v-7,0,-13,-7,-13,-14v0,-7,6,-13,13,-13","w":100},"\/":{"d":"100,-257r-85,261r-15,0r85,-261r15,0","w":100},"0":{"d":"100,-257v52,0,84,37,83,91r0,80v1,53,-30,90,-83,90v-53,0,-84,-37,-83,-90r0,-80v-1,-53,31,-91,83,-91xm100,-10v41,0,67,-30,67,-71r0,-90v0,-42,-25,-71,-67,-71v-42,0,-67,29,-67,71r0,90v0,41,26,71,67,71"},"1":{"d":"108,0r-13,0r0,-239r-42,0r3,-13r52,0r0,252"},"2":{"d":"180,-175v-2,71,-116,117,-146,157v0,2,1,4,4,4r143,0r0,14r-147,0v-10,0,-17,-7,-16,-18v20,-47,146,-90,146,-157v0,-41,-23,-67,-65,-67v-42,-1,-66,26,-66,66v1,30,30,64,66,56v2,6,-14,11,-19,12v-28,-1,-63,-33,-63,-69v0,-50,31,-80,82,-80v48,1,82,29,81,82"},"3":{"d":"72,-148v61,-6,102,20,104,72v3,78,-75,81,-155,76r0,-14r81,0v33,1,58,-25,58,-57v0,-57,-49,-67,-111,-62r0,-10r86,-82v5,-5,9,-11,3,-14r-115,0r0,-13r115,0v24,-3,23,21,10,32"},"4":{"d":"188,-71r-44,0r0,71r-13,0r0,-71r-105,0v-30,0,-12,-32,-4,-45r86,-141r16,0r-99,162v-2,5,-2,11,4,11r102,0r0,-155r13,-17r0,172r44,0r0,13"},"5":{"d":"46,-148v73,-8,128,12,128,76v0,69,-74,78,-150,72r0,-14r70,0v38,1,63,-24,64,-60v2,-62,-62,-64,-126,-60r0,-118r125,0r0,13r-111,0r0,91"},"6":{"d":"80,-168v59,-14,108,29,108,85v0,49,-42,87,-88,87v-62,0,-108,-63,-80,-125v18,-41,58,-91,84,-131r18,0r-88,136v-20,52,15,107,66,106v39,-1,71,-31,71,-73v0,-52,-50,-87,-102,-68"},"7":{"d":"164,-252v27,-3,28,24,15,42r-93,210r-17,0r103,-234v0,-4,-2,-5,-7,-5r-152,0r0,-13r151,0"},"8":{"d":"126,-145v31,5,58,35,58,71v0,48,-39,78,-84,78v-44,0,-83,-31,-83,-78v0,-37,26,-66,57,-71v-22,-9,-39,-23,-39,-53v0,-37,27,-59,65,-59v70,0,88,98,26,112xm100,-149v31,0,49,-20,49,-49v0,-29,-19,-46,-49,-46v-30,0,-49,17,-49,46v0,26,20,49,49,49xm100,-8v37,0,68,-27,68,-66v0,-37,-33,-63,-68,-63v-35,0,-68,26,-68,63v0,38,31,66,68,66"},"9":{"d":"100,-257v61,-1,109,64,81,125v-18,40,-60,93,-85,132r-18,0r66,-98v17,-30,27,-34,27,-72v2,-42,-32,-72,-71,-72v-39,0,-71,31,-71,73v0,52,50,87,102,68v-6,11,-12,20,-31,20v-48,0,-87,-37,-87,-88v0,-50,40,-87,87,-88"},":":{"d":"48,-140v7,-1,14,7,14,14v0,7,-7,15,-14,14v-7,0,-13,-7,-13,-14v0,-7,6,-14,13,-14xm48,-25v7,0,14,6,14,13v1,7,-7,15,-14,14v-7,0,-13,-7,-13,-14v0,-7,6,-13,13,-13","w":100},";":{"d":"48,-140v7,-1,14,7,14,14v0,7,-7,15,-14,14v-7,0,-13,-7,-13,-14v0,-7,6,-14,13,-14xm60,-26r-18,56r-14,0r15,-56r17,0","w":100},"<":{"d":"193,3r-170,-79r0,-18r170,-79r0,16r-156,72r156,72r0,16","w":216},"=":{"d":"193,-111r-170,0r0,-15r170,0r0,15xm193,-45r-170,0r0,-14r170,0r0,14","w":216},">":{"d":"193,-76r-170,79r0,-16r156,-72r-156,-72r0,-16r170,79r0,18","w":216},"?":{"d":"80,-257v43,0,72,30,72,72v0,46,-32,73,-71,74r0,65r-14,0r0,-78v41,-1,71,-17,71,-61v1,-32,-25,-58,-58,-58v-33,0,-59,26,-58,58r-14,0v0,-40,30,-72,72,-72xm74,-25v7,0,14,5,13,13v1,8,-6,14,-13,14v-7,0,-15,-7,-14,-14v0,-7,7,-13,14,-13","w":159},"@":{"d":"150,-257v61,0,117,46,117,105v0,50,-34,106,-77,106v-14,-1,-26,-10,-25,-26v-25,38,-94,28,-94,-28v0,-51,35,-105,85,-104v21,1,31,12,38,30r9,-23r15,0v-12,42,-30,79,-39,124v0,9,3,15,13,15v35,2,61,-55,61,-92v0,-55,-48,-94,-103,-94v-63,0,-115,55,-115,119v0,61,53,116,115,116v48,0,77,-21,98,-50r15,0v-18,34,-62,63,-112,63v-72,0,-130,-60,-130,-131v0,-70,60,-130,129,-130xm119,-59v34,2,66,-61,66,-94v0,-17,-16,-38,-32,-38v-38,0,-69,55,-68,92v-1,23,13,39,34,40","w":288},"A":{"d":"110,-257v53,0,87,33,87,87r0,170r-15,0r0,-123r-129,0r0,-13r129,0v7,-64,-14,-107,-72,-107v-43,0,-72,27,-72,69r0,174r-15,0r0,-170v-1,-54,34,-87,87,-87","w":219,"k":{"Y":6,"W":6,"V":6,"T":6}},"B":{"d":"137,-135v80,15,61,145,-25,135r-59,0r0,-13v60,3,119,1,119,-55v0,-59,-57,-63,-119,-59r0,-13v57,2,106,0,106,-55v0,-32,-24,-49,-58,-49v-38,0,-63,24,-63,63r0,181r-15,0r0,-171v-1,-57,26,-81,80,-86v78,-7,96,102,34,122","w":203},"C":{"d":"14,-126v-1,-84,64,-137,157,-126r0,13v-84,-8,-141,36,-141,113v-1,76,59,121,141,113r0,13v-92,9,-156,-42,-157,-126","w":181},"D":{"d":"23,-252v106,-12,183,34,183,126v0,84,-60,137,-155,126r0,-14v86,11,139,-39,139,-112v0,-76,-63,-123,-152,-113r0,239r-15,0r0,-252","w":220},"E":{"d":"24,-123v0,72,62,118,139,110r0,13v-90,9,-153,-44,-154,-126v-1,-83,63,-136,154,-126r0,13v-77,-10,-136,38,-139,103r139,0r0,13r-139,0","w":180},"F":{"d":"93,-239v-50,-1,-60,51,-55,107r105,0r0,12r-105,0r0,120r-15,0r0,-178v-2,-65,50,-81,120,-74r0,13r-50,0","w":159,"k":{".":33,",":33}},"G":{"d":"28,-126v0,97,123,158,190,84v20,-23,31,-48,31,-79r-109,0r0,-13r125,0v2,78,-51,137,-125,138v-70,1,-128,-60,-128,-130v0,-89,92,-160,183,-120v17,7,31,18,43,31r-10,11v-19,-22,-49,-39,-88,-39v-63,0,-112,55,-112,117","w":281},"H":{"d":"195,0r-15,0r0,-125r-140,0r0,125r-15,0r0,-252r15,0r0,114r140,0r0,-114r15,0r0,252","w":220},"I":{"d":"48,0r-16,0r0,-252r16,0r0,252","w":79},"J":{"d":"-5,-14v50,4,85,-11,85,-59r0,-179r15,0r0,184v0,52,-43,74,-100,68r0,-14","w":119},"K":{"d":"169,0v4,-72,0,-131,-74,-125r-57,0r0,125r-15,0r0,-252r15,0r0,114v65,3,87,-6,110,-59r24,-55r18,0v-17,34,-32,77,-53,105v-5,7,-12,10,-19,11v61,0,73,65,67,136r-16,0","w":203},"L":{"d":"38,-75v0,34,20,62,55,62r48,0r0,13v-69,7,-118,-11,-118,-74r0,-178r15,0r0,177","w":140,"k":{"Y":13,"W":6,"V":13,"T":13}},"M":{"d":"150,-13v29,-74,45,-165,75,-239v15,-12,36,0,33,21r32,231r-15,0r-32,-232v-2,-14,-7,-13,-11,0r-61,207v-5,23,-13,34,-34,24r-69,-231v-4,-13,-9,-14,-11,0r-32,232r-15,0r31,-231v-1,-21,19,-33,33,-21v32,71,45,167,76,239","w":300},"N":{"d":"24,-237v-2,-24,31,-26,41,-5r105,226v3,6,11,8,11,-2r0,-239r15,0r0,243v0,26,-38,22,-42,1r-100,-216v-5,-12,-11,-21,-14,-8r0,237r-16,0r0,-237","w":220},"O":{"d":"140,-257v70,0,129,62,129,131v0,69,-59,130,-129,130v-70,0,-128,-60,-128,-130v0,-70,59,-131,128,-131xm140,-9v62,0,113,-55,113,-117v0,-62,-51,-117,-113,-117v-63,0,-112,55,-112,117v0,62,49,117,112,117","w":280},"P":{"d":"99,-257v45,0,77,31,77,78v0,66,-54,84,-126,77r0,-13v62,5,112,-6,111,-64v0,-38,-25,-64,-62,-64v-34,0,-62,25,-62,59r0,184r-15,0r0,-183v-1,-44,32,-74,77,-74","w":180,"k":{".":27,",":27}},"Q":{"d":"140,-257v70,0,129,62,129,131v0,67,-54,125,-116,130r0,51r-14,0r0,-124r14,0r0,59v55,-5,100,-57,100,-116v0,-62,-51,-117,-113,-117v-63,0,-112,55,-112,117v0,57,43,109,94,115r0,14v-58,-4,-110,-65,-110,-129v0,-70,59,-131,128,-131","w":280},"R":{"d":"134,-128v52,5,47,69,46,128r-16,0r0,-71v2,-51,-56,-52,-111,-49r0,-12v57,4,106,-5,106,-58v0,-32,-28,-54,-61,-53v-38,0,-60,27,-60,65r0,178r-15,0r0,-177v0,-48,28,-80,75,-80v43,0,77,26,77,66v0,33,-15,54,-41,63"},"S":{"d":"170,-239v-58,3,-142,-16,-139,45v4,75,154,43,154,130v0,77,-93,64,-170,64r0,-14v63,-3,154,17,154,-48v0,-81,-154,-44,-154,-134v0,-69,86,-56,155,-56r0,13","w":200},"T":{"d":"159,-239r-72,0r0,239r-15,0r0,-239r-71,0r0,-13r158,0r0,13","w":159,"k":{"y":13,"w":13,"u":13,"s":20,"r":13,"o":20,"e":20,"c":20,"a":20,"A":6,";":13,":":13,".":13,"-":27,",":13}},"U":{"d":"110,-9v43,0,72,-27,72,-69r0,-174r15,0r0,170v0,53,-34,86,-87,86v-53,0,-87,-32,-87,-86r0,-170r15,0r0,174v0,42,30,69,72,69","w":220},"V":{"d":"187,-252r-79,239v-2,23,-34,22,-41,0r-73,-239r14,0r70,228v6,20,12,20,18,0r76,-228r15,0","w":180,"k":{"o":13,"e":13,"a":13,"A":6,";":13,":":13,".":20,"-":13,",":20}},"W":{"d":"242,-9v34,0,60,-26,60,-62r0,-181r15,0r0,183v1,44,-31,74,-74,73v-41,0,-57,-17,-73,-46v-17,29,-32,45,-72,46v-43,1,-75,-28,-75,-73r0,-183r15,0r0,181v0,36,25,62,61,62v37,-1,63,-31,63,-75r0,-168r15,0r0,168v-1,44,27,74,65,75","w":340,"k":{"A":6,".":6,",":6}},"X":{"d":"117,-127v0,56,46,112,97,112r0,15v-54,0,-92,-41,-104,-87v-11,45,-51,87,-104,87r0,-15v50,0,96,-57,96,-112v0,-56,-46,-112,-96,-112r0,-15v53,0,92,40,103,87v12,-46,52,-86,105,-87r0,15v-51,-1,-97,56,-97,112","w":221},"Y":{"d":"100,-119v36,0,62,-27,62,-64r0,-69r15,0r0,68v2,45,-30,78,-69,79r0,105r-15,0r0,-105v-39,-1,-70,-35,-70,-79r0,-68r15,0v-3,67,-3,133,62,133","w":200,"k":{"u":6,"q":13,"p":13,"o":13,"e":13,"a":13,"A":6,".":27,"-":20,",":27}},"Z":{"d":"169,0r-141,0v-28,0,-24,-24,-11,-41r132,-188v2,-4,2,-10,-4,-10r-124,0r0,-13r123,0v32,-2,24,31,10,44r-128,182v-4,6,-5,12,4,12r139,0r0,14","w":180},"[":{"d":"81,67r-49,0r0,-319r49,0r0,13r-35,0r0,292r35,0r0,14","w":100},"\\":{"d":"124,4r-14,0r-134,-261r15,0","w":100},"]":{"d":"68,67r-49,0r0,-14r35,0r0,-292r-35,0r0,-13r49,0r0,319","w":100},"^":{"d":"177,-112r-14,0r-55,-110r-55,110r-14,0r62,-122r13,0","w":216},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"`":{"d":"60,-193r-13,0r-48,-49r19,0","w":79,"k":{"`":33}},"a":{"d":"95,-174v47,0,85,41,84,89r0,85r-14,0r0,-85v1,-40,-30,-76,-70,-76v-36,0,-68,38,-68,76v0,38,32,77,68,76v26,0,39,-11,54,-25r0,16v-47,49,-137,7,-137,-67v0,-48,35,-89,83,-89","w":200},"b":{"d":"51,-153v49,-48,137,-5,137,68v0,49,-36,89,-83,89v-46,0,-83,-40,-83,-89r0,-167r13,0r0,167v-1,40,31,76,70,76v37,0,69,-37,69,-76v0,-39,-32,-77,-69,-76v-26,0,-39,11,-54,25r0,-17","w":200},"c":{"d":"28,-87v0,53,39,79,98,73r0,14v-67,7,-112,-27,-112,-87v0,-60,45,-95,112,-87r0,14v-59,-6,-98,21,-98,73","w":140},"d":{"d":"95,-9v39,0,71,-37,70,-76r0,-167r14,0r0,167v1,48,-37,90,-84,89v-46,0,-83,-40,-83,-89v0,-72,87,-117,137,-68r0,17v-15,-14,-27,-25,-54,-25v-36,-1,-68,38,-68,76v0,38,32,76,68,76"},"e":{"d":"102,-9v38,0,77,-33,75,-73r15,0v1,45,-41,86,-87,86v-50,0,-91,-39,-91,-89v0,-87,125,-121,164,-47r-122,82r-8,-11r109,-74v-40,-54,-129,-16,-129,51v0,41,33,75,74,75","w":200},"f":{"d":"106,-239v-51,-5,-79,13,-71,68r71,0r0,13r-71,0r0,158r-13,0r0,-199v0,-42,37,-58,84,-53r0,13","w":100},"g":{"d":"95,-174v47,0,85,41,84,89r0,83v3,70,-71,101,-135,75r4,-13v55,22,126,2,117,-72r0,-73v1,-40,-30,-76,-70,-76v-36,0,-68,38,-68,76v0,38,32,77,68,76v26,0,39,-11,54,-25r0,16v-47,49,-137,7,-137,-67v0,-48,35,-89,83,-89"},"h":{"d":"35,-148v35,-50,123,-23,123,44r0,104r-13,0r0,-102v2,-32,-24,-59,-55,-59v-31,0,-55,27,-55,59r0,102r-13,0r0,-252r13,0r0,104","w":180},"i":{"d":"40,-230v6,0,11,5,11,11v0,14,-22,14,-22,0v0,-6,5,-11,11,-11xm47,0r-14,0r0,-171r14,0r0,171","w":79},"j":{"d":"40,-230v6,0,11,5,11,11v0,14,-22,14,-22,0v0,-6,5,-11,11,-11xm-18,69v30,2,51,-14,51,-43r0,-197r14,0r0,200v0,35,-29,55,-65,53r0,-13","w":79},"k":{"d":"127,0v3,-45,0,-86,-43,-86r-49,0r0,86r-13,0r0,-252r13,0r0,153v60,11,67,-40,95,-72r16,0v-17,23,-31,54,-53,72v45,0,51,48,47,99r-13,0","w":160},"l":{"d":"47,0r-14,0r0,-252r14,0r0,252","w":79},"m":{"d":"181,-174v35,0,58,25,58,61r0,113r-13,0v-5,-64,22,-161,-45,-161v-65,0,-39,98,-44,161r-14,0v-5,-63,22,-160,-44,-161v-65,0,-39,98,-44,161r-14,0r0,-113v-9,-64,94,-83,109,-28v8,-21,22,-33,51,-33","w":260},"n":{"d":"90,-174v40,0,68,29,68,70r0,104r-13,0r0,-102v2,-32,-24,-59,-55,-59v-31,0,-55,27,-55,59r0,102r-13,0r0,-104v-2,-41,29,-70,68,-70","w":180},"o":{"d":"100,-174v47,0,87,42,87,89v0,48,-40,89,-87,89v-47,0,-86,-42,-86,-89v0,-47,39,-89,86,-89xm100,-9v39,0,72,-37,72,-76v0,-40,-31,-76,-72,-76v-39,0,-72,37,-72,76v0,39,32,76,72,76","w":200},"p":{"d":"105,-174v47,0,83,41,83,89v0,74,-88,116,-137,67r0,-16v15,14,27,25,54,25v37,1,69,-37,69,-76v0,-39,-32,-76,-69,-76v-40,0,-71,37,-70,76r0,167r-13,0r0,-167v-1,-48,35,-89,83,-89","w":200},"q":{"d":"95,-174v47,0,85,41,84,89r0,166r-14,0r0,-166v1,-40,-30,-76,-70,-76v-36,0,-68,38,-68,76v0,38,32,77,68,76v26,0,39,-11,54,-25r0,16v-47,49,-137,7,-137,-67v0,-48,35,-89,83,-89","w":200},"r":{"d":"35,-138v12,-20,33,-37,67,-33r0,13v-77,-7,-68,82,-67,158r-13,0r0,-171r13,0r0,33","w":100,"k":{".":13,"-":20,",":13}},"s":{"d":"134,-158v-41,4,-106,-14,-106,28v0,50,122,24,119,86v-2,57,-77,42,-133,44r0,-13v44,-4,117,15,117,-29v0,-56,-118,-27,-118,-87v0,-53,68,-41,121,-42r0,13","w":160},"t":{"d":"35,-158v8,61,-32,162,61,145r0,13v-44,4,-74,-7,-74,-49r0,-169r13,0r0,47r61,0r0,13r-61,0","w":100},"u":{"d":"90,-9v30,0,55,-27,55,-59r0,-103r13,0r0,104v2,41,-30,71,-68,71v-39,0,-68,-30,-68,-71r0,-104r13,0r0,103v-1,32,25,59,55,59","w":180},"v":{"d":"161,-171r-65,166v-3,12,-27,12,-32,0r-65,-166r15,0r61,153v4,10,6,9,10,0r60,-153r16,0","w":159,"k":{".":6,",":6}},"w":{"d":"181,-9v25,0,45,-20,45,-49r0,-113r13,0r0,113v8,65,-92,84,-109,28v-8,21,-22,34,-51,34v-35,1,-58,-25,-58,-62r0,-113r14,0v5,64,-21,162,44,162v64,0,40,-99,44,-162r14,0v5,64,-21,162,44,162","w":261},"x":{"d":"87,-85v0,37,30,73,66,72r0,13v-36,-1,-62,-22,-73,-50v-11,27,-38,50,-74,50r0,-13v35,1,67,-34,67,-72v0,-38,-31,-73,-67,-73r0,-13v37,1,63,22,74,51v11,-28,37,-51,73,-51r0,13v-35,0,-66,36,-66,73","w":159},"y":{"d":"90,-9v30,0,55,-27,55,-59r0,-103r13,0r0,104v2,38,-25,70,-60,70r0,75r-16,0r0,-75v-35,0,-60,-32,-60,-70r0,-104r13,0r0,103v-1,32,25,59,55,59","w":181},"z":{"d":"132,0r-109,0v-19,0,-17,-23,-7,-35r95,-113v2,-5,2,-9,-5,-9r-91,0r0,-14r98,0v19,0,17,22,7,35r-94,114v-3,3,-4,9,4,8r102,0r0,14","w":140},"{":{"d":"38,-95v37,23,2,127,30,148r13,0r0,14v-53,10,-36,-55,-38,-99v-1,-26,-1,-52,-19,-55r0,-14v29,-10,19,-73,19,-112v0,-34,6,-47,38,-44r0,14v-43,-7,-20,58,-24,93v-3,24,-6,45,-19,55","w":100},"|":{"d":"47,0r-14,0r0,-252r14,0r0,252","w":79},"}":{"d":"57,-213v0,39,-11,102,19,112r0,14v-30,9,-19,73,-19,111v0,34,-6,46,-38,44r0,-14v43,8,20,-57,24,-92v3,-24,6,-46,19,-56v-22,-18,-20,-70,-19,-113v0,-26,1,-38,-24,-35r0,-14v31,-2,38,9,38,43","w":100},"~":{"d":"151,-80v17,-2,23,-14,33,-26r9,9v-9,15,-25,30,-47,31v-10,1,-69,-26,-80,-25v-18,2,-25,14,-34,26r-9,-8v9,-16,24,-31,47,-31v12,0,67,26,81,24","w":216},"\u00a3":{"d":"113,-14v41,0,61,-27,58,-70r15,0v4,50,-22,84,-69,84r-121,0v1,-5,-3,-16,5,-14v53,1,47,-59,46,-112r-24,0r0,-15r24,0v-10,-79,28,-137,106,-109r-5,12v-63,-21,-97,24,-87,97r34,0r0,15r-34,0v-3,43,10,96,-20,111","w":200},"\u00a0":{"w":110}}});
