/*
 * 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}})());

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 1990-1998 Bitstream Inc.  All rights reserved.
 */
Cufon.registerFont({"w":180,"face":{"font-family":"Swis721 Cn BT","font-weight":700,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 11 7 6 3 5 2 3 2 4","ascent":"274","descent":"-86","x-height":"5","bbox":"-11 -339 345 85","underline-thickness":"28.4766","underline-position":"-20.0391","unicode-range":"U+0020-U+00F6"},"glyphs":{" ":{"w":90},"!":{"d":"37,-71r-9,-112r0,-88r49,0v2,72,-4,136,-10,200r-30,0xm29,0r0,-49r46,0r0,49r-46,0","w":105},"\"":{"d":"71,-253r34,0r0,98r-34,0r0,-98xm14,-253r34,0r0,98r-34,0r0,-98","w":119},"#":{"d":"125,-149r-16,43r44,0r15,-43r-43,0xm125,-257r38,0r-25,73r42,0r26,-73r39,0r-26,73r50,0r-13,35r-49,0r-15,42r51,0r-13,36r-51,0r-26,73r-39,0r26,-73r-42,0r-27,73r-38,0r25,-73r-50,0r13,-36r50,0r15,-42r-53,0r13,-35r53,0","w":276},"$":{"d":"80,-234v-31,4,-24,55,0,63r0,-63xm166,-75v2,46,-24,73,-68,75r0,35r-20,0r0,-35v-47,-2,-67,-33,-65,-85r43,0v-3,24,3,46,24,49r0,-79v-37,-22,-62,-38,-64,-85v-2,-40,23,-66,62,-68r0,-24r20,0r0,25v42,0,64,25,62,70r-42,0v1,-19,-5,-36,-21,-36r0,72v43,24,67,34,69,86xm97,-36v24,-1,30,-35,19,-54v-4,-6,-10,-11,-19,-17r0,71"},"%":{"d":"205,-102v-19,0,-20,16,-20,39v0,25,0,41,20,41v21,0,21,-13,21,-40v0,-24,0,-40,-21,-40xm205,5v-43,0,-54,-23,-55,-68v-1,-45,14,-67,55,-67v42,0,57,21,57,66v0,45,-14,69,-57,69xm70,-245v-19,0,-19,16,-19,40v0,27,-1,40,20,40v21,0,21,-14,21,-40v0,-25,-1,-40,-22,-40xm71,-138v-43,-1,-55,-23,-55,-69v0,-44,13,-64,55,-65v42,0,56,21,56,65v0,45,-13,69,-56,69xm63,5r124,-277r26,0r-124,277r-26,0","w":277},"&":{"d":"112,-238v-32,2,-12,39,-2,53v17,-9,30,-49,2,-53xm93,-123v-43,18,-22,109,28,84v5,-2,10,-6,16,-11xm210,-143v0,37,-8,67,-23,89r32,54r-53,0r-9,-17v-45,45,-143,17,-136,-59v4,-43,22,-58,52,-83v-35,-38,-26,-115,37,-112v36,2,58,17,58,52v0,33,-16,53,-38,67r32,56v5,-13,7,-28,7,-47r41,0","w":236},"'":{"d":"14,-253r34,0r0,98r-34,0r0,-98","w":61},"(":{"d":"107,-277v-47,80,-48,265,1,345r-30,0v-67,-81,-71,-264,-1,-345r30,0","w":118},")":{"d":"42,-277v69,81,69,265,-1,345r-29,0v48,-79,47,-266,1,-345r29,0","w":118},"*":{"d":"90,-177r-25,35r-27,-19r25,-35r-41,-14r10,-31r42,14r0,-44r32,0r0,44r42,-14r10,31r-41,14r25,35r-27,19"},"+":{"d":"132,-215r36,0r0,90r87,0r0,35r-87,0r0,90r-36,0r0,-90r-87,0r0,-35r87,0r0,-90","w":299},",":{"d":"22,35v17,-2,25,-16,25,-35r-25,0r0,-49r46,0v2,50,2,99,-46,102r0,-18","w":90},"-":{"d":"16,-81r0,-42r86,0r0,42r-86,0","w":118,"k":{"Y":29,"X":13,"W":6,"V":13,"T":21,"O":-7,"J":-13,"G":-7,"C":-7}},".":{"d":"22,0r0,-49r46,0r0,49r-46,0","w":90},"\/":{"d":"16,33r-27,0r102,-310r26,0","w":110},"0":{"d":"90,-32v32,1,24,-41,24,-79v0,-45,17,-123,-24,-124v-33,-2,-21,41,-24,79v6,44,-17,123,24,124xm90,5v-74,0,-76,-55,-75,-141v1,-80,1,-136,75,-136v74,0,74,56,75,136v1,84,-2,141,-75,141"},"1":{"d":"16,-223v41,-2,68,-14,74,-49r33,0r0,272r-47,0r0,-191r-60,0r0,-32"},"2":{"d":"91,-272v71,0,94,71,61,123v-16,24,-82,86,-85,106r95,0r0,43r-147,0v-5,-80,52,-120,89,-163v14,-18,20,-72,-14,-72v-25,0,-26,25,-26,53r-47,0v-2,-60,17,-90,74,-90"},"3":{"d":"88,5v-56,1,-78,-37,-73,-96r47,0v1,33,0,58,27,58v25,0,26,-19,27,-49v2,-40,-12,-46,-50,-45r0,-35v33,-1,46,-5,46,-38v-1,-23,-4,-36,-24,-36v-21,0,-25,19,-24,44r-47,0v-3,-53,21,-80,73,-80v44,0,70,25,70,69v0,28,-9,51,-31,57v28,7,37,28,37,64v1,57,-24,86,-78,87"},"4":{"d":"49,-93r50,0r0,-110xm98,0r0,-54r-86,0r0,-43r80,-171r52,0r0,174r23,0r0,40r-23,0r0,54r-46,0"},"5":{"d":"87,5v-56,1,-74,-34,-73,-92r47,0v-1,29,3,55,27,55v25,0,26,-26,27,-60v0,-32,-5,-56,-30,-56v-14,0,-24,9,-25,22r-43,0r7,-142r128,0r0,44r-91,0r-3,54v10,-9,20,-15,37,-15v51,0,69,35,69,90v0,65,-17,99,-77,100"},"6":{"d":"90,-143v-24,3,-25,23,-25,54v0,33,1,52,25,55v26,-2,25,-19,25,-54v0,-36,1,-52,-25,-55xm91,-236v-29,1,-25,36,-26,71v9,-11,20,-17,38,-18v48,1,62,34,62,86v0,66,-13,102,-75,102v-73,0,-74,-57,-74,-138v0,-83,1,-139,78,-139v42,-1,66,20,65,61r-47,0v0,-17,-5,-26,-21,-25"},"7":{"d":"165,-229v-34,65,-59,140,-65,229r-52,0v7,-83,35,-155,68,-223r-101,0r0,-45r150,0r0,39"},"8":{"d":"89,-236v-19,0,-21,14,-21,36v0,23,2,36,22,36v20,0,21,-14,22,-36v0,-23,-4,-36,-23,-36xm115,-81v0,-29,-2,-47,-25,-47v-24,0,-23,18,-24,51v0,29,2,41,24,43v23,-3,25,-16,25,-47xm16,-76v1,-40,10,-63,40,-71v-23,-6,-34,-27,-34,-58v0,-45,25,-62,68,-67v75,-9,94,107,33,125v31,7,41,28,41,68v0,55,-21,84,-74,84v-52,0,-74,-27,-74,-81"},"9":{"d":"89,-32v30,-1,24,-35,25,-71v-8,12,-18,18,-38,18v-47,-1,-61,-33,-61,-85v0,-66,12,-102,72,-102v75,0,76,55,76,137v0,84,-1,140,-74,140v-45,0,-69,-18,-69,-61r47,0v-1,15,7,25,22,24xm90,-125v24,-3,23,-20,24,-54v0,-34,0,-52,-25,-55v-25,3,-24,20,-24,55v0,36,-3,51,25,54"},":":{"d":"27,-152r0,-48r45,0r0,48r-45,0xm27,0r0,-49r45,0r0,49r-45,0","w":98},";":{"d":"27,35v16,-2,25,-16,24,-35r-24,0r0,-49r45,0v3,48,2,98,-45,102r0,-18xm27,-152r0,-48r45,0r0,48r-45,0","w":98},"<":{"d":"253,-210r0,39r-156,64r156,64r0,38r-207,-85r0,-35","w":299},"=":{"d":"45,-87r210,0r0,35r-210,0r0,-35xm45,-163r210,0r0,35r-210,0r0,-35","w":299},">":{"d":"46,-210r207,85r0,35r-207,85r0,-38r158,-64r-158,-64r0,-39","w":299},"?":{"d":"86,-239v-20,0,-23,19,-23,41r-44,0v-2,-50,22,-78,69,-79v44,-1,70,27,70,69v2,63,-67,72,-60,135r-43,0v-11,-68,53,-87,53,-138v1,-17,-7,-28,-22,-28xm99,-47r0,47r-45,0r0,-47r45,0","w":176},"@":{"d":"243,-19v-23,1,-37,-8,-38,-29v-22,46,-118,36,-109,-31v-8,-69,82,-134,127,-76r9,-17r31,0r-27,112v0,9,7,12,17,13v39,-8,58,-44,59,-88v1,-59,-55,-98,-117,-97v-90,3,-147,54,-147,140v0,73,57,120,134,119v43,-1,78,-15,106,-34r14,21v-32,23,-69,40,-120,40v-98,-2,-166,-49,-166,-145v0,-107,72,-169,180,-169v86,0,149,42,149,126v0,64,-37,112,-102,115xm134,-78v0,34,34,41,54,22v16,-15,19,-43,26,-67v-4,-17,-11,-30,-31,-29v-29,0,-49,40,-49,74","w":360},"A":{"d":"76,-109r42,0r-21,-113xm3,0r61,-271r68,0r61,271r-54,0r-13,-68r-58,0r-13,68r-52,0","w":196,"k":{"Y":21,"T":20,"A":-7,";":-7,":":-7,".":-7,",":-7}},"B":{"d":"128,-81v0,-40,-17,-45,-56,-44r0,87v38,2,56,-4,56,-43xm122,-200v0,-33,-18,-35,-50,-34r0,73v34,2,50,-3,50,-39xm180,-83v0,56,-22,82,-75,83r-82,0r0,-271v73,0,150,-12,150,66v0,32,-10,55,-34,60v28,4,41,29,41,62","w":196,"k":{"Y":6,"W":6,"V":6,"-":-7}},"C":{"d":"100,-35v31,-1,30,-25,31,-62r49,0v2,65,-19,104,-80,104v-77,0,-82,-52,-82,-146v0,-82,5,-138,82,-138v58,1,78,28,78,90r-48,0v0,-28,-5,-49,-29,-50v-40,8,-32,33,-32,98v0,69,-9,95,31,104","w":197,"k":{"S":-7,"-":-8}},"D":{"d":"143,-139v0,-65,-1,-99,-71,-92r0,191r23,0v56,1,48,-42,48,-99xm194,-152v-1,102,-1,154,-102,152r-69,0r0,-271r81,0v76,1,91,38,90,119","w":211,"k":{"Y":6,"-":-7}},"E":{"d":"23,0r0,-271r139,0r0,45r-89,0r0,63r83,0r0,43r-83,0r0,74r91,0r0,46r-141,0","w":178},"F":{"d":"23,0r0,-271r142,0r0,45r-92,0r0,64r86,0r0,43r-86,0r0,119r-50,0","w":175,"k":{"u":8,"r":6,"o":8,"e":8,"a":8,"T":-7,"A":15,";":6,":":6,".":55,",":55}},"G":{"d":"105,-35v34,0,38,-29,37,-69r-35,0r0,-44r84,0r0,148r-34,0r-4,-30v-10,25,-25,37,-58,37v-73,0,-75,-57,-77,-151v-2,-82,12,-132,88,-133v60,0,87,30,85,92r-47,0v1,-31,-8,-52,-36,-52v-47,0,-39,35,-39,106v0,58,-4,96,36,96","w":211,"k":{"Y":10,"T":6}},"H":{"d":"23,0r0,-271r50,0r0,106r69,0r0,-106r50,0r0,271r-50,0r0,-123r-69,0r0,123r-50,0","w":215},"I":{"d":"23,0r0,-271r50,0r0,271r-50,0","w":96},"J":{"d":"68,7v-52,2,-69,-36,-64,-93r46,0v1,23,-5,54,18,54v21,1,17,-22,17,-47r0,-192r49,0r0,191v4,63,-13,85,-66,87","w":158},"K":{"d":"23,0r0,-271r49,0r0,113r62,-113r56,0r-68,113r72,158r-55,0r-49,-112r-18,30r0,82r-49,0","w":196,"k":{"y":10,"u":6,"o":6,"e":6,"Y":10,"W":6,"U":10,"T":6,"-":13}},"L":{"d":"23,0r0,-271r50,0r0,225r92,0r0,46r-142,0","w":175,"k":{"y":13,"u":6,"o":6,"e":6,"a":6,"Y":40,"W":24,"V":33,"U":13,"T":29,"O":13,"-":13}},"M":{"d":"23,0r0,-271r76,0r37,176r37,-176r76,0r0,271r-48,0r1,-240r-50,240r-31,0r-51,-240r1,240r-48,0","w":272},"N":{"d":"23,0r0,-271r52,0r70,190r-1,-190r48,0r0,271r-52,0r-71,-190r1,190r-47,0","w":214},"O":{"d":"105,-237v-43,7,-36,35,-36,102v0,66,-7,94,37,101v43,-8,36,-34,36,-101v0,-67,7,-94,-37,-102xm105,7v-79,0,-87,-58,-87,-142v0,-84,8,-142,87,-142v80,0,89,57,88,142v0,84,-8,142,-88,142","w":211,"k":{"Y":10,"X":6,".":11,"-":-7,",":11}},"P":{"d":"135,-193v0,-41,-24,-41,-63,-40r0,81v39,1,63,-1,63,-41xm186,-194v0,68,-42,85,-113,79r0,115r-50,0r0,-271v82,0,163,-14,163,77","w":196,"k":{"o":6,"e":6,"a":10,"A":16,".":76,"-":16,",":76}},"Q":{"d":"69,-135v0,69,-7,104,48,99r-14,-15r25,-25r11,11v-2,-70,22,-176,-34,-172v-44,3,-36,35,-36,102xm193,-135v0,47,-2,82,-16,107r30,30r-26,26r-31,-30v-13,6,-27,9,-45,9v-79,1,-87,-59,-87,-142v0,-84,8,-142,87,-142v80,-1,89,58,88,142","w":211},"R":{"d":"140,-197v0,-38,-30,-37,-68,-36r0,77v40,1,68,1,68,-41xm145,0v-14,-50,18,-132,-56,-119r-17,0r0,119r-49,0r0,-271v79,1,167,-16,167,71v0,34,-10,55,-38,60v56,4,24,107,53,140r-60,0","w":207,"k":{"u":-7,"o":-7,"e":-7,"a":-7,"Y":6,".":-7,"-":-7,",":-7}},"S":{"d":"98,7v-61,0,-86,-38,-80,-102r50,0v0,32,-2,60,28,60v30,0,41,-30,27,-52v-27,-39,-105,-52,-102,-117v2,-46,28,-73,76,-73v54,0,80,32,77,89r-48,0v1,-30,-4,-51,-31,-48v-39,4,-32,49,6,65v35,28,78,41,78,101v0,51,-31,76,-81,77","w":197},"T":{"d":"62,0r0,-226r-58,0r0,-45r166,0r0,45r-58,0r0,226r-50,0","w":173,"k":{"y":31,"w":31,"u":26,"s":31,"r":24,"o":31,"e":31,"c":31,"a":31,"T":-8,"A":20,";":26,":":26,".":36,"-":21,",":36}},"U":{"d":"108,7v-64,0,-85,-25,-85,-91r0,-187r50,0r0,183v1,37,4,53,35,53v32,0,35,-18,35,-54r0,-182r49,0r0,187v4,66,-27,91,-84,91","w":214},"V":{"d":"66,0r-61,-271r54,0r40,216r36,-216r54,0r-57,271r-66,0","w":196,"k":{"u":10,"o":16,"e":16,"a":16,";":6,":":6,".":33,"-":13,",":33}},"W":{"d":"59,0r-52,-271r52,0r33,205r35,-205r42,0r39,209r29,-209r51,0r-49,271r-60,0r-31,-171r-29,171r-60,0","w":294,"k":{"o":10,"e":10,"a":10,".":23,"-":6,",":23}},"X":{"d":"3,0r66,-138r-62,-133r56,0r36,86r37,-86r56,0r-65,133r67,138r-57,0r-39,-90r-40,90r-55,0","w":197,"k":{"e":6,"O":6,"C":6,"-":13}},"Y":{"d":"74,0r0,-115r-71,-156r56,0r41,102r40,-102r55,0r-70,156r0,115r-51,0","w":197,"k":{"u":26,"o":29,"i":6,"e":29,"a":29,"O":10,"C":6,"A":21,";":21,":":21,".":53,"-":29,",":53}},"Z":{"d":"11,0r0,-46r95,-183r-91,0r0,-42r144,0r0,42r-93,183r97,0r0,46r-152,0","w":174,"k":{"-":13}},"[":{"d":"28,73r0,-344r72,0r0,30r-28,0r0,285r28,0r0,29r-72,0","w":118},"\\":{"d":"91,33r-102,-310r27,0r101,310r-26,0","w":110},"]":{"d":"86,-271r0,344r-72,0r0,-29r28,0r0,-285r-28,0r0,-30r72,0","w":118},"^":{"d":"158,-257r44,0r85,99r-42,0r-65,-65r-66,65r-41,0","w":360},"_":{"d":"0,49r180,0r0,36r-180,0r0,-36"},"`":{"d":"115,-225r-22,0r-54,-50r45,0"},"a":{"d":"86,-31v29,0,23,-44,24,-76v-27,16,-45,19,-45,49v0,17,5,27,21,27xm89,-208v112,-8,46,144,73,208r-45,0v-3,-6,-4,-10,-5,-20v-22,43,-102,28,-96,-34v5,-47,29,-56,66,-74v18,-9,28,-16,28,-27v0,-13,-8,-20,-21,-20v-20,0,-26,12,-25,32r-46,0v1,-48,22,-61,71,-65","w":174},"b":{"d":"91,-33v26,-5,21,-26,21,-68v0,-43,6,-63,-21,-68v-31,5,-25,28,-25,76v0,39,-3,56,25,60xm107,5v-22,1,-35,-10,-42,-26r0,21r-44,0r0,-271r47,0r0,85v7,-15,20,-23,40,-23v50,0,52,43,52,108v0,64,-2,102,-53,106","w":174},"c":{"d":"83,-31v23,0,20,-21,21,-49r45,0v3,54,-16,86,-66,85v-62,-1,-69,-36,-69,-107v0,-71,7,-107,69,-107v47,0,68,26,66,76r-45,0v0,-22,-2,-39,-21,-39v-36,0,-20,69,-20,104v0,22,2,37,20,37","w":163},"d":{"d":"84,-169v-26,4,-21,24,-21,64v0,46,-5,65,21,72v26,-3,25,-21,25,-56v0,-52,5,-73,-25,-80xm67,-209v20,0,33,8,40,23r0,-85r48,0r0,271r-45,0r0,-21v-7,16,-20,27,-42,26v-51,-4,-53,-42,-53,-106v0,-65,1,-108,52,-108","w":174},"e":{"d":"86,-173v-23,0,-24,20,-23,46r46,0v-1,-26,1,-46,-23,-46xm86,-30v20,-1,25,-15,24,-40r45,0v1,51,-18,76,-69,75v-66,-2,-71,-39,-71,-113v0,-70,12,-101,72,-101v62,0,72,43,69,114r-93,0v1,31,-4,65,23,65","w":171},"f":{"d":"91,-235v-19,-7,-21,12,-19,32r19,0r0,35r-19,0r0,168r-47,0r0,-168r-18,0r0,-35r18,0v-5,-52,11,-77,66,-68r0,36","w":98,"k":{".":6,",":6}},"g":{"d":"68,-209v22,0,35,10,42,27r0,-21r45,0r0,187v13,80,-64,101,-119,73v-12,-6,-17,-20,-17,-35r47,0v0,9,7,13,17,13v26,1,24,-24,24,-52v-7,14,-18,23,-38,22v-53,-3,-54,-40,-54,-108v0,-65,2,-106,53,-106xm84,-34v36,5,25,-89,19,-125v-3,-7,-10,-11,-19,-11v-27,6,-21,26,-21,72v0,41,-5,61,21,64","w":174},"h":{"d":"91,-168v-21,0,-23,14,-24,38r0,130r-46,0r0,-271r46,0r0,87v17,-39,88,-31,88,24r0,160r-45,0r0,-136v-1,-21,-1,-32,-19,-32","w":174},"i":{"d":"20,-229r0,-42r47,0r0,42r-47,0xm20,0r0,-203r47,0r0,203r-47,0","w":87},"j":{"d":"23,-229r0,-42r47,0r0,42r-47,0xm70,8v2,56,-14,62,-63,60r0,-39v17,-1,16,-2,17,-21r0,-211r46,0r0,211","w":90},"k":{"d":"21,0r0,-271r45,0r0,142r42,-74r50,0r-51,77r51,126r-51,0r-29,-81v-17,14,-11,51,-12,81r-45,0","w":155},"l":{"d":"20,0r0,-271r47,0r0,271r-47,0","w":87},"m":{"d":"65,-180v10,-37,79,-38,91,-3v20,-41,95,-33,95,27r0,156r-46,0r0,-130v-1,-27,0,-38,-23,-38v-21,0,-22,12,-23,37r0,131r-46,0r0,-132v-1,-24,-2,-36,-22,-36v-19,0,-24,12,-24,35r0,133r-46,0r0,-203r44,0r0,23","w":270},"n":{"d":"90,-169v-20,0,-21,16,-22,39r0,130r-47,0r0,-203r46,0r0,20v17,-40,88,-33,88,23r0,160r-45,0r0,-136v-1,-20,-2,-33,-20,-33","w":174},"o":{"d":"86,-172v-31,-2,-23,35,-23,73v0,47,-7,68,23,68v33,0,24,-38,24,-81v0,-41,4,-58,-24,-60xm86,5v-64,0,-72,-35,-72,-107v0,-73,9,-107,72,-107v63,0,72,35,72,107v0,72,-8,107,-72,107","w":172},"p":{"d":"91,-170v-28,4,-25,21,-25,60v0,49,-5,69,25,76v26,-6,21,-25,21,-68v0,-43,5,-62,-21,-68xm108,5v-21,2,-33,-7,-40,-22r0,85r-47,0r0,-271r44,0r0,21v7,-17,20,-27,42,-27v50,0,53,42,53,106v0,65,-2,104,-52,108","w":174},"q":{"d":"84,-34v36,5,25,-89,19,-125v-3,-7,-10,-11,-19,-11v-27,6,-21,26,-21,72v0,41,-5,61,21,64xm68,-209v22,0,35,10,42,27r0,-21r45,0r0,271r-48,0r0,-85v-7,15,-19,23,-40,22v-50,-3,-52,-43,-52,-108v0,-65,2,-106,53,-106","w":174},"r":{"d":"113,-152v-71,-8,-36,94,-44,152r-48,0r0,-203r45,0r0,33v12,-23,19,-37,47,-39r0,57","w":121,"k":{"z":-7,"y":-7,"x":-7,"w":-7,"v":-7,"t":-7,"f":-7,".":33,"-":6,",":33}},"s":{"d":"78,5v-48,0,-67,-24,-65,-73r43,0v-11,40,40,52,44,19v2,-11,-22,-26,-34,-35v-35,-24,-52,-46,-52,-69v0,-39,25,-56,66,-56v44,1,62,23,62,68r-42,0v1,-20,-4,-33,-23,-33v-17,0,-25,18,-15,31v24,21,91,59,83,92v1,38,-27,56,-67,56","w":158},"t":{"d":"90,0v-43,4,-67,3,-67,-46r0,-122r-18,0r0,-35r18,0r0,-56r47,0r0,56r20,0r0,35r-20,0r0,106v-1,21,4,28,20,25r0,37","w":97},"u":{"d":"85,-35v20,0,21,-15,22,-38r0,-130r47,0r0,203r-46,0r0,-20v-17,39,-88,33,-88,-24r0,-159r45,0r0,133v1,22,2,35,20,35","w":174},"v":{"d":"51,0r-47,-203r50,0r27,155r26,-155r49,0r-47,203r-58,0","w":159,"k":{".":23,",":23}},"w":{"d":"48,0r-43,-203r49,0r22,150r23,-150r38,0r28,152r19,-152r47,0r-39,203r-51,0r-23,-121r-18,121r-52,0","w":235,"k":{".":16,",":16}},"x":{"d":"2,0r54,-104r-51,-99r53,0r22,50r22,-50r52,0r-51,99r52,104r-52,0r-24,-54r-23,54r-54,0","w":157},"y":{"d":"31,31v18,5,30,-5,25,-25r-52,-209r49,0r28,146r28,-146r47,0r-53,222v-7,40,-26,53,-72,48r0,-36","w":159,"k":{".":24,",":24}},"z":{"d":"8,0r0,-37r68,-127r-68,0r0,-39r121,0r0,34r-71,129r72,0r0,40r-122,0","w":137},"{":{"d":"74,-200v-4,-57,29,-60,81,-60r0,37v-78,-16,1,126,-75,130v43,3,37,48,37,94v0,31,8,36,38,35r0,37v-52,1,-81,-3,-81,-60v0,-46,8,-95,-46,-88r0,-37v50,10,49,-40,46,-88"},"|":{"d":"72,-275r36,0r0,360r-36,0r0,-360"},"}":{"d":"100,-93v-76,-5,8,-142,-75,-130r0,-37v52,-1,84,4,81,60v-2,46,-6,99,47,88r0,37v-53,-7,-50,40,-47,88v3,58,-29,61,-81,60r0,-37v79,17,0,-125,75,-129"},"~":{"d":"150,-127v46,19,86,14,119,-14r0,39v-20,13,-39,23,-67,24v-34,0,-78,-26,-103,-23v-28,3,-47,12,-68,28r0,-39v34,-23,71,-34,119,-15","w":299},"\u00c4":{"d":"109,-297r0,-42r39,0r0,42r-39,0xm49,-297r0,-42r39,0r0,42r-39,0xm76,-109r42,0r-21,-113xm3,0r61,-271r68,0r61,271r-54,0r-13,-68r-58,0r-13,68r-52,0","w":196},"\u00d6":{"d":"117,-297r0,-42r38,0r0,42r-38,0xm56,-297r0,-42r39,0r0,42r-39,0xm105,-237v-43,7,-36,35,-36,102v0,66,-7,94,37,101v43,-8,36,-34,36,-101v0,-67,7,-94,-37,-102xm105,7v-79,0,-87,-58,-87,-142v0,-84,8,-142,87,-142v80,0,89,57,88,142v0,84,-8,142,-88,142","w":211},"\u00e4":{"d":"98,-229r0,-42r39,0r0,42r-39,0xm38,-229r0,-42r39,0r0,42r-39,0xm86,-31v29,0,23,-44,24,-76v-27,16,-45,19,-45,49v0,17,5,27,21,27xm89,-208v112,-8,46,144,73,208r-45,0v-3,-6,-4,-10,-5,-20v-22,43,-102,28,-96,-34v5,-47,29,-56,66,-74v18,-9,28,-16,28,-27v0,-13,-8,-20,-21,-20v-20,0,-26,12,-25,32r-46,0v1,-48,22,-61,71,-65","w":174},"\u00f6":{"d":"97,-229r0,-42r38,0r0,42r-38,0xm37,-229r0,-42r38,0r0,42r-38,0xm86,-172v-31,-2,-23,35,-23,73v0,47,-7,68,23,68v33,0,24,-38,24,-81v0,-41,4,-58,-24,-60xm86,5v-64,0,-72,-35,-72,-107v0,-73,9,-107,72,-107v63,0,72,35,72,107v0,72,-8,107,-72,107","w":172},"\u00a0":{"w":90}}});

