// JavaScript Document
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.04
 */
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}),hasClass:function(C,B){return RegExp("(?:^|\\s)"+B+"(?=\\s|$)").test(C.className)},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 B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};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-1]-=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)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,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 B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}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(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;if(!D){return}for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,F),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(n.hasClass(E,"cufon")){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}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},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",textShadow:"none"};var p={words:/[^\S\u00a0]+/,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)}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode((".cufon-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;text-indent:-10000in;}"+(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(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.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("span");s.className="cufon cufon-canvas";s.alt=w;n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("span");S.className="cufon-alt";S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">.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:'+(h?"middle":"text-bottom")+";}.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(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("span");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("span");q.className="cufon-vml-canvas";y.appendChild(q);if(C.printable){var Z=document.createElement("span");Z.className="cufon-alt";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}})());

/*!
 * FUTURA EXTRA BLACK
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 1990 as an unpublished work by Bitstream Inc.  All rights reserved. 
 * Confidential.
 */
Cufon.registerFont({"w":246,"face":{"font-family":"Futura","font-weight":900,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 10 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"7","bbox":"-20 -285 360 85","underline-thickness":"66.6","underline-position":"-50.4","stemh":"72","stemv":"85","unicode-range":"U+0020-U+201D"},"glyphs":{" ":{"w":123},"!":{"d":"18,-35v0,-23,21,-42,49,-42v28,0,50,20,50,42v0,22,-21,42,-50,42v-29,0,-49,-19,-49,-42xm24,-97r0,-170r87,0r0,170r-87,0","w":135},"\"":{"d":"57,-253r0,99r-45,0r0,-99r45,0xm121,-253r0,99r-45,0r0,-99r45,0","w":133},"#":{"d":"165,-258r-23,64r40,0r23,-64r51,0r-23,64r45,0r-18,47r-44,0r-13,38r45,0r-18,47r-44,0r-23,65r-51,0r23,-65r-40,0r-23,65r-51,0r23,-65r-45,0r18,-47r44,0r13,-38r-45,0r17,-47r45,0r23,-64r51,0xm166,-147r-42,0r-13,38r42,0","w":276},"$":{"d":"8,-30r29,-67v27,21,55,31,81,31v17,0,27,-6,27,-16v0,-10,-12,-12,-36,-17r-25,-5v-40,-8,-65,-36,-65,-74v0,-41,32,-74,84,-80r0,-27r41,0r0,26v27,1,52,7,76,21r-28,64v-23,-14,-41,-21,-60,-21v-18,0,-28,7,-28,16v0,10,12,12,37,17r24,5v43,8,66,33,66,66v0,51,-30,83,-89,91r0,29r-42,0r0,-29v-34,-1,-65,-11,-92,-30"},"%":{"d":"72,7r148,-267r37,0r-149,267r-36,0xm320,-64v0,43,-25,71,-66,71v-41,0,-66,-28,-66,-71v0,-43,25,-71,66,-71v41,0,66,28,66,71xm254,-30v11,0,14,-11,14,-34v0,-23,-3,-35,-14,-35v-11,0,-15,12,-15,35v0,23,4,34,15,34xm141,-189v0,43,-25,71,-66,71v-41,0,-66,-28,-66,-71v0,-43,25,-71,66,-71v41,0,66,28,66,71xm75,-154v11,0,14,-12,14,-35v0,-23,-3,-35,-14,-35v-11,0,-14,12,-14,35v0,23,3,35,14,35","w":325},"&":{"d":"190,-22v-25,17,-54,26,-85,26v-59,0,-96,-34,-96,-78v0,-35,23,-63,61,-69v-15,-13,-26,-27,-26,-49v0,-41,36,-71,94,-71v56,0,91,31,91,71v0,30,-16,50,-46,59r24,23v13,-10,26,-23,38,-39r51,52v-12,14,-26,24,-42,33r63,64r-107,0xm140,-173v10,-6,15,-13,15,-21v0,-9,-6,-14,-14,-14v-8,0,-15,7,-15,16v0,8,5,14,14,19xm141,-70r-30,-31v-9,6,-14,11,-14,19v0,10,9,18,23,18v8,0,14,-2,21,-6","w":300},"(":{"d":"77,79v-36,-59,-54,-113,-54,-176v0,-63,20,-122,60,-186r65,36v-30,50,-44,99,-44,152v0,47,15,91,41,141","w":156},")":{"d":"80,79r-69,-33v26,-50,42,-94,42,-141v0,-53,-15,-102,-45,-152r66,-36v40,64,60,123,60,186v0,63,-18,117,-54,176","w":156},"*":{"d":"107,-213r34,-28r21,35r-41,16r41,16r-21,35r-34,-28r7,44r-41,0r7,-44r-35,28r-19,-35r41,-16r-41,-16r19,-35r35,28r-7,-44r41,0","w":187},"+":{"d":"175,-215r0,84r80,0r0,47r-80,0r0,84r-50,0r0,-84r-80,0r0,-47r80,0r0,-84r50,0","w":299},",":{"d":"-3,62r42,-128r87,0r-60,128r-69,0","w":123},"-":{"d":"26,-54r0,-73r121,0r0,73r-121,0","w":172},".":{"d":"12,-37v0,-23,22,-42,50,-42v28,0,50,20,50,42v0,22,-21,42,-50,42v-29,0,-50,-19,-50,-42","w":123},"\/":{"d":"0,33r126,-296r42,0r-126,296r-42,0","w":168},"0":{"d":"13,-127v0,-83,42,-133,110,-133v68,0,111,49,111,133v0,84,-43,134,-111,134v-68,0,-110,-51,-110,-134xm103,-127v0,36,5,54,20,54v15,0,21,-18,21,-54v0,-36,-6,-53,-21,-53v-15,0,-20,17,-20,53"},"1":{"d":"88,-177r-39,0r0,-78r131,0r0,255r-92,0r0,-177"},"2":{"d":"6,0r115,-137v9,-11,14,-20,14,-29v0,-10,-5,-16,-15,-16v-12,0,-17,10,-17,30r-86,0r0,-4v0,-66,40,-104,105,-104v64,0,104,39,104,94v0,32,-16,54,-44,77r-21,18r64,0r0,71r-219,0"},"3":{"d":"111,-159r5,0v15,0,23,-6,23,-18v0,-9,-5,-15,-14,-15v-9,0,-14,6,-14,18r-85,0v1,-56,36,-86,101,-86v60,0,96,31,96,72v0,26,-12,43,-37,52v30,7,47,28,47,60v0,49,-40,83,-107,83v-69,0,-111,-37,-111,-97r0,-1r88,0v0,17,8,26,20,26v12,0,20,-8,20,-21v0,-14,-8,-22,-25,-22v-2,0,-5,1,-7,1r0,-52"},"4":{"d":"92,-118r37,0r0,-35v0,-9,0,-19,2,-29v-6,15,-13,24,-18,32xm122,0r0,-51r-110,0r0,-67r97,-139r101,0r0,139r28,0r0,67r-28,0r0,51r-88,0"},"5":{"d":"27,-102r24,-153r160,0r0,69r-102,0r-2,15v12,-1,23,-2,34,-2v57,0,90,32,90,84v0,59,-42,96,-119,96v-36,0,-68,-7,-99,-23r11,-72v32,13,59,22,85,22v24,0,35,-5,35,-19v0,-15,-16,-25,-49,-25v-22,0,-44,4,-68,8"},"6":{"d":"146,-181v3,0,7,-1,10,-1v51,0,80,30,80,80v0,63,-45,109,-111,109v-66,0,-111,-44,-111,-104v0,-45,25,-79,62,-124r30,-36r121,0xm125,-72v13,0,21,-9,21,-24v0,-15,-8,-25,-21,-25v-13,0,-22,10,-22,25v0,15,9,24,22,24"},"7":{"d":"22,0r91,-176r-89,0r0,-79r231,0r-129,255r-104,0"},"8":{"d":"65,-134v-27,-8,-42,-27,-42,-53v0,-40,38,-73,100,-73v62,0,101,33,101,73v0,26,-15,45,-42,53v33,10,51,33,51,61v0,46,-42,79,-110,79v-68,0,-109,-33,-109,-79v0,-28,18,-51,51,-61xm123,-158v8,0,15,-7,15,-18v0,-11,-6,-18,-15,-18v-9,0,-14,7,-14,18v0,11,6,18,14,18xm123,-57v11,0,20,-9,20,-24v0,-15,-8,-24,-20,-24v-12,0,-19,9,-19,24v0,15,8,24,19,24"},"9":{"d":"103,-73r-10,0v-50,0,-81,-31,-81,-80v0,-60,46,-107,112,-107v66,0,111,44,111,103v0,45,-25,78,-62,123r-30,36r-121,0xm124,-182v-13,0,-21,10,-21,25v0,15,8,24,21,24v13,0,22,-9,22,-24v0,-15,-9,-25,-22,-25"},":":{"d":"18,-37v0,-23,21,-42,49,-42v28,0,50,20,50,42v0,22,-21,42,-50,42v-29,0,-49,-19,-49,-42xm18,-140v0,-23,21,-41,49,-41v28,0,50,19,50,41v0,22,-21,42,-50,42v-29,0,-49,-19,-49,-42","w":135},";":{"d":"0,62r42,-128r88,0r-61,128r-69,0xm35,-140v0,-23,22,-42,50,-42v28,0,50,20,50,42v0,22,-21,42,-50,42v-29,0,-50,-19,-50,-42","w":135},"<":{"d":"253,-165r-140,58r140,57r0,53r-207,-86r0,-49r207,-86r0,53","w":299},"=":{"d":"255,-173r0,48r-210,0r0,-48r210,0xm255,-90r0,48r-210,0r0,-48r210,0","w":299},">":{"d":"253,-132r0,49r-207,86r0,-53r141,-57r-141,-58r0,-53","w":299},"?":{"d":"77,-90r0,-67v7,2,13,3,19,3v17,0,28,-10,28,-25v0,-12,-6,-18,-16,-18v-10,0,-15,8,-16,22r-88,0v3,-55,43,-92,104,-92v62,0,103,40,103,94v0,50,-41,85,-102,85v-9,0,-20,0,-32,-2xm55,-34v0,-22,22,-41,50,-41v29,0,50,19,50,41v0,22,-21,41,-50,41v-29,0,-50,-19,-50,-41","w":219},"@":{"d":"198,-87r8,-34v-2,-16,-10,-25,-23,-25v-22,0,-42,32,-42,69v0,17,7,26,20,26v17,0,32,-13,37,-36xm218,-160r9,-15r42,0r-27,111v0,2,-1,3,-1,5v0,5,3,9,8,9v28,0,59,-37,59,-84v0,-54,-43,-92,-112,-92v-34,0,-63,9,-86,25v-36,25,-57,64,-57,108v0,69,51,114,130,114v38,0,71,-11,102,-33r21,28v-38,28,-79,42,-127,42v-45,0,-85,-13,-115,-37v-35,-28,-52,-65,-52,-112v0,-41,14,-79,39,-109v35,-41,85,-64,144,-64v91,0,153,54,153,130v0,40,-17,75,-47,98v-17,13,-36,19,-57,19v-26,0,-39,-9,-41,-27v-14,18,-29,27,-51,27v-40,0,-61,-20,-61,-61v0,-58,39,-102,88,-102v18,0,31,7,39,20","w":360},"A":{"d":"-10,0r92,-257r103,0r90,257r-100,0r-8,-32r-70,0r-8,32r-99,0xm113,-94r38,0r-8,-29v-4,-14,-9,-31,-10,-56r-2,0v-1,25,-6,42,-10,56","w":264},"B":{"d":"24,0r0,-257r123,0v54,0,84,28,84,70v0,28,-15,47,-40,53v35,7,52,27,52,61v0,48,-32,73,-96,73r-123,0xm111,-196r0,36r12,0v15,0,23,-6,23,-18v0,-12,-8,-18,-23,-18r-12,0xm111,-105r0,41r15,0v19,0,29,-7,29,-20v0,-13,-10,-21,-29,-21r-15,0","w":252},"C":{"d":"213,-155v-17,-16,-34,-24,-53,-24v-30,0,-51,20,-51,51v0,30,19,50,49,50v19,0,36,-9,57,-24r-3,97v-21,8,-40,12,-60,12v-31,0,-61,-10,-84,-27v-35,-26,-53,-63,-53,-108v0,-78,58,-136,138,-136v21,0,40,4,60,13r0,96","w":230},"D":{"d":"24,0r0,-257r75,0v45,0,78,4,102,16v44,22,69,63,69,112v0,42,-19,80,-53,103v-33,23,-74,26,-125,26r-68,0xm116,-78v41,-1,60,-16,60,-51v0,-34,-19,-49,-56,-49r-4,0r0,100","w":284},"E":{"d":"24,0r0,-257r172,0r0,69r-81,0r0,25r74,0r0,66r-74,0r0,27r83,0r0,70r-174,0","w":211},"F":{"d":"24,0r0,-257r172,0r0,69r-79,0r0,30r72,0r0,66r-72,0r0,92r-93,0","w":203},"G":{"d":"188,-92r-40,0r0,-61r142,0v1,6,1,13,1,19v0,35,-9,64,-27,88v-25,33,-65,53,-111,53v-39,0,-73,-14,-99,-39v-26,-25,-39,-58,-39,-96v0,-38,14,-72,39,-97v26,-25,60,-38,99,-38v53,0,94,24,120,68r-82,30v-9,-14,-21,-21,-37,-21v-26,0,-45,22,-45,58v0,36,17,57,47,57v18,0,30,-8,32,-21","w":300},"H":{"d":"24,0r0,-257r93,0r0,85r56,0r0,-85r93,0r0,257r-93,0r0,-91r-56,0r0,91r-93,0","w":290},"I":{"d":"26,0r0,-257r94,0r0,257r-94,0","w":145},"J":{"d":"71,-115r0,-142r92,0r0,167v0,22,-1,39,-12,57v-15,25,-43,40,-76,40v-30,0,-55,-9,-79,-28r31,-69v10,11,17,16,26,16v16,0,18,-13,18,-41","w":183},"K":{"d":"24,0r0,-257r91,0r0,109r59,-109r104,0r-77,126r88,131r-112,0r-62,-108r0,108r-91,0","w":275},"L":{"d":"24,0r0,-257r93,0r0,173r90,0r0,84r-183,0","w":210},"M":{"d":"259,0r-11,-102v-1,-10,-2,-26,-4,-47v-3,19,-7,35,-11,50r-30,99r-55,0r-30,-99v-4,-15,-8,-31,-11,-50v-1,18,-3,33,-4,47r-11,102r-91,0r44,-257r95,0r19,63v5,17,13,42,17,76r1,0v5,-34,13,-60,18,-77r19,-62r95,0r41,257r-91,0","w":351},"N":{"d":"24,0r0,-257r91,0r80,134v-3,-16,-3,-30,-3,-41r0,-7r0,-86r89,0r0,257r-91,0r-79,-134v3,17,2,31,2,41r0,93r-89,0","w":304},"O":{"d":"290,-128v0,38,-13,71,-39,96v-25,25,-60,39,-98,39v-39,0,-73,-14,-99,-39v-25,-25,-39,-58,-39,-96v0,-38,14,-71,39,-96v26,-25,60,-39,99,-39v39,0,72,14,98,39v25,25,39,58,39,96xm153,-80v25,0,43,-18,43,-48v0,-30,-18,-49,-43,-49v-25,0,-44,19,-44,49v0,30,19,48,44,48","w":304},"P":{"d":"117,-186r0,43r14,0v18,0,28,-8,28,-21v0,-13,-10,-22,-28,-22r-14,0xm24,0r0,-257r111,0v76,0,112,27,112,94v0,62,-33,87,-101,87r-29,0r0,76r-93,0","w":254},"Q":{"d":"136,-104r59,-12v1,-7,1,-11,1,-13v0,-30,-18,-48,-43,-48v-25,0,-44,18,-44,48v0,30,17,49,43,49v1,0,3,-1,5,-1xm234,22r-18,-30v-21,9,-41,14,-63,14v-39,0,-73,-13,-99,-38v-25,-25,-39,-59,-39,-97v0,-38,14,-71,39,-96v26,-25,60,-38,99,-38v39,0,72,13,98,38v25,24,39,58,39,96v0,28,-6,52,-21,75r38,43","w":304},"R":{"d":"24,0r0,-257r116,0v69,0,104,31,104,86v0,37,-19,62,-49,66r69,105r-104,0r-45,-85r0,85r-91,0xm115,-191r0,50r14,0v18,0,28,-9,28,-25v0,-16,-10,-25,-28,-25r-14,0","w":257},"S":{"d":"1,-22r29,-72v25,17,46,27,65,27v13,0,20,-6,20,-14v0,-12,-13,-13,-34,-18v-44,-9,-66,-34,-66,-71v0,-54,41,-93,107,-93v30,0,57,7,87,23r-28,68v-18,-13,-37,-21,-53,-21v-13,0,-20,5,-20,13v0,13,17,14,48,21v34,8,57,33,57,69v0,55,-44,97,-111,97v-34,0,-68,-10,-101,-29","w":219},"T":{"d":"57,0r0,-173r-51,0r0,-84r195,0r0,84r-51,0r0,173r-93,0","w":207},"U":{"d":"21,-118r0,-139r93,0r0,140v0,27,3,43,25,43v21,0,26,-16,26,-43r0,-140r93,0r0,139v0,31,-3,56,-15,75v-19,31,-58,50,-104,50v-46,0,-84,-19,-103,-50v-12,-19,-15,-44,-15,-75","w":281},"V":{"d":"86,0r-99,-257r100,0r28,93v4,14,9,33,12,61r2,0v3,-24,9,-44,14,-59r28,-95r99,0r-98,257r-86,0","w":257},"W":{"d":"174,-130v-1,17,-4,30,-7,42r-19,88r-81,0r-75,-257r93,0r20,113v2,11,5,28,6,51r2,0v1,-20,4,-35,6,-44r24,-120r65,0r25,120v2,9,5,24,6,44r2,0v1,-23,4,-40,6,-51r20,-113r93,0r-75,257r-81,0r-19,-88v-3,-12,-7,-25,-8,-42r-3,0","w":351},"X":{"d":"137,-58v-2,-4,-5,-11,-8,-22v-3,11,-7,18,-9,22r-29,58r-106,0r92,-137r-81,-120r106,0r19,42v2,4,5,11,8,21v3,-10,6,-17,8,-21r19,-42r105,0r-80,120r92,137r-106,0","w":257},"Y":{"d":"66,0r0,-114r-86,-143r105,0r22,50v3,6,4,13,7,21v3,-8,5,-15,8,-21r22,-50r104,0r-89,143r0,114r-93,0","w":229},"Z":{"d":"-9,0r115,-181r-90,0r0,-76r237,0r-112,178r99,0r0,79r-249,0","w":242},"[":{"d":"32,74r0,-347r116,0r0,61r-45,0r0,226r45,0r0,60r-116,0","w":156},"\\":{"d":"126,33r-126,-296r42,0r126,296r-42,0","w":168},"]":{"d":"125,74r-116,0r0,-60r44,0r0,-226r-44,0r0,-61r116,0r0,347","w":156},"^":{"d":"210,-257r77,99r-53,0r-54,-54r-54,54r-54,0r78,-99r60,0","w":360},"_":{"d":"180,35r0,50r-180,0r0,-50r180,0","w":180},"a":{"d":"145,0r0,-27v-17,23,-37,34,-60,34v-40,0,-73,-37,-73,-96v0,-61,31,-99,73,-99v22,0,39,8,56,30r0,-24r85,0r0,182r-81,0xm96,-91v0,16,10,25,23,25v14,0,23,-9,23,-25v0,-16,-9,-27,-23,-27v-13,0,-23,11,-23,27","w":244},"b":{"d":"18,-273r87,0r0,85v0,11,-1,22,-2,32v14,-21,33,-31,56,-31v40,0,73,37,73,96v0,61,-31,98,-73,98v-24,0,-44,-12,-59,-34r0,27r-82,0r0,-273xm148,-90v0,-16,-10,-27,-23,-27v-13,0,-23,11,-23,27v0,16,10,27,23,27v13,0,23,-11,23,-27","w":244},"c":{"d":"157,-104v-10,-8,-19,-12,-30,-12v-17,0,-29,10,-29,26v0,15,11,25,27,25v10,0,21,-4,32,-13r0,72v-17,8,-34,13,-52,13v-56,0,-97,-42,-97,-97v0,-55,41,-98,97,-98v17,0,34,5,52,11r0,73","w":167},"d":{"d":"226,-273r0,273r-82,0r0,-27v-15,22,-35,34,-59,34v-42,0,-73,-37,-73,-98v0,-59,33,-96,73,-96v23,0,42,10,56,31v-1,-10,-2,-21,-2,-32r0,-85r87,0xm119,-117v-13,0,-23,11,-23,27v0,16,10,27,23,27v13,0,23,-11,23,-27v0,-16,-10,-27,-23,-27","w":244},"e":{"d":"99,-116r40,0v-1,-14,-7,-21,-20,-21v-11,0,-18,7,-20,21xm224,-76r-126,0r0,3v0,18,6,27,20,27v8,0,14,-5,18,-14r82,5v-13,38,-50,62,-101,62v-62,0,-106,-44,-106,-97v0,-53,44,-98,106,-98v62,0,107,42,107,102r0,10","w":232},"f":{"d":"31,0r0,-115r-24,0r0,-67r24,0r0,-20v0,-50,28,-78,78,-78v13,0,27,1,40,4r0,68v-5,-1,-9,-1,-13,-1v-13,0,-17,8,-17,22r0,5r30,0r0,67r-30,0r0,115r-88,0","w":153},"g":{"d":"141,-17r0,-15v-17,18,-34,26,-56,26v-41,0,-73,-33,-73,-85v0,-60,31,-97,73,-97v23,0,40,10,56,30r0,-24r85,0r0,151r0,5v0,22,0,39,-9,57v-15,31,-53,48,-112,48v-32,0,-61,-5,-85,-17r19,-59v20,13,40,19,59,19v28,0,43,-13,43,-39xm99,-95v0,14,9,23,22,23v13,0,23,-9,23,-23v0,-14,-10,-23,-23,-23v-13,0,-22,9,-22,23","w":244},"h":{"d":"19,0r0,-273r87,0r0,62r0,13v0,12,0,24,-1,41v15,-21,33,-31,56,-31v38,0,63,25,63,66r0,122r-88,0r0,-92v0,-16,-3,-24,-13,-24v-10,0,-15,8,-15,24r0,92r-89,0","w":241},"i":{"d":"21,0r0,-182r88,0r0,182r-88,0xm113,-238v0,25,-18,42,-48,42v-30,0,-48,-17,-48,-42v0,-25,18,-42,48,-42v30,0,48,17,48,42","w":129},"j":{"d":"21,78r0,-260r88,0r0,260r-88,0xm113,-238v0,25,-18,42,-48,42v-30,0,-48,-17,-48,-42v0,-25,18,-42,48,-42v30,0,48,17,48,42","w":129},"k":{"d":"19,0r0,-273r88,0r0,161r37,-70r103,0r-64,88r68,94r-105,0r-39,-68r0,68r-88,0","w":245},"l":{"d":"21,0r0,-273r88,0r0,273r-88,0","w":129},"m":{"d":"19,0r0,-182r84,0r0,26v14,-21,30,-31,52,-31v26,0,41,11,52,38v14,-26,35,-39,59,-39v35,0,59,25,59,66r0,122r-85,0r0,-91v0,-15,-1,-24,-11,-24v-10,0,-14,8,-14,24r0,91r-84,0r0,-91v0,-15,-2,-24,-12,-24v-10,0,-14,8,-14,24r0,91r-86,0","w":343},"n":{"d":"19,0r0,-182r86,0r0,25v15,-21,33,-31,56,-31v38,0,63,25,63,66r0,122r-88,0r0,-92v0,-16,-3,-24,-13,-24v-10,0,-15,8,-15,24r0,92r-89,0","w":241},"o":{"d":"223,-90v0,53,-44,97,-106,97v-62,0,-106,-44,-106,-97v0,-53,44,-98,106,-98v62,0,106,45,106,98xm117,-66v13,0,22,-9,22,-24v0,-15,-9,-25,-22,-25v-13,0,-22,10,-22,25v0,15,9,24,22,24","w":234},"p":{"d":"19,78r0,-260r84,0r0,24v15,-20,34,-30,57,-30v42,0,73,38,73,99v0,59,-33,95,-73,95v-23,0,-42,-10,-56,-31v1,10,2,21,2,32r0,71r-87,0xm126,-64v13,0,23,-11,23,-27v0,-16,-10,-26,-23,-26v-13,0,-23,10,-23,26v0,16,10,27,23,27","w":244},"q":{"d":"226,78r-87,0r0,-71v0,-11,1,-22,2,-32v-14,21,-33,31,-56,31v-40,0,-73,-36,-73,-95v0,-61,31,-99,73,-99v23,0,41,10,56,30r0,-24r85,0r0,260xm96,-91v0,16,10,27,23,27v13,0,23,-11,23,-27v0,-16,-10,-26,-23,-26v-13,0,-23,10,-23,26","w":244},"r":{"d":"19,0r0,-182r86,0r0,26v14,-21,33,-32,56,-32v2,0,5,1,7,1r0,88v-9,-5,-18,-8,-25,-8v-22,0,-35,13,-35,35r0,72r-89,0","w":175},"s":{"d":"0,-13r23,-56v20,14,37,20,48,20v9,0,14,-4,14,-10v0,-9,-9,-9,-24,-12v-33,-8,-49,-25,-49,-52v0,-36,33,-65,86,-65v25,0,49,6,70,15r-22,55v-16,-11,-29,-17,-39,-17v-8,0,-13,4,-13,9v0,8,10,9,28,13v35,8,52,24,52,51v0,39,-34,69,-90,69v-30,0,-58,-7,-84,-20","w":175},"t":{"d":"31,0r0,-115r-25,0r0,-67r25,0r0,-60r88,0r0,60r25,0r0,67r-25,0r0,115r-88,0","w":150},"u":{"d":"17,-182r86,0r0,89v0,20,1,30,15,30v14,0,14,-10,14,-30r0,-89r87,0r0,98v0,62,-30,91,-101,91v-71,0,-101,-29,-101,-91r0,-98","w":235},"v":{"d":"68,0r-78,-182r93,0r18,63v2,6,5,15,7,28v1,-11,4,-20,6,-28r18,-63r94,0r-78,182r-80,0","w":216},"w":{"d":"63,0r-72,-182r94,0r15,70v1,7,3,17,4,31v1,-11,4,-21,7,-31r18,-70r58,0r17,72v1,5,3,14,5,29v1,-12,4,-23,7,-35r16,-66r93,0r-78,182r-69,0r-16,-57v-2,-6,-4,-16,-6,-28v-2,14,-5,23,-6,28r-16,57r-71,0","w":313},"x":{"d":"-12,0r74,-94r-68,-88r99,0r12,27v2,4,4,9,6,17v1,-8,4,-12,6,-17r12,-27r100,0r-65,88r74,94r-104,0r-15,-27v-2,-4,-4,-9,-6,-17v-1,6,-3,12,-6,17r-16,27r-103,0","w":225},"y":{"d":"72,-16r-79,-166r97,0r14,47v4,13,9,29,12,51v6,-28,11,-46,13,-52r13,-46r91,0r-111,256r-94,0","w":228},"z":{"d":"0,0r72,-114r-60,0r0,-68r189,0r-72,113r63,0r0,69r-192,0","w":196},"{":{"d":"159,-210r-7,0v-22,0,-26,7,-26,28r0,42v0,29,-8,42,-39,47v31,6,39,17,39,46r0,43v0,21,3,27,25,27r8,0r0,50r-14,0v-26,0,-45,-1,-58,-8v-17,-9,-19,-24,-19,-48r0,-45v0,-29,-9,-41,-36,-41v-2,0,-4,1,-6,1r0,-50r6,0v27,0,36,-11,36,-40r0,-46v0,-24,2,-39,19,-48v14,-7,32,-8,58,-8r14,0r0,50","w":180},"|":{"d":"115,-275r0,360r-49,0r0,-360r49,0","w":180},"}":{"d":"113,-204r0,46v0,29,9,40,36,40r6,0r0,50v-2,0,-4,-1,-6,-1v-27,0,-36,12,-36,41r0,45v0,24,-3,39,-20,48v-13,6,-31,8,-55,8r-17,0r0,-50r8,0v22,0,26,-6,26,-27r0,-43v0,-29,7,-40,38,-46v-31,-5,-38,-18,-38,-47r0,-42v0,-21,-4,-28,-26,-28r-8,0r0,-50r14,0v26,0,45,1,58,8v17,9,20,24,20,48","w":180},"~":{"d":"269,-95v-23,15,-43,23,-65,23v-17,0,-33,-5,-47,-10v-18,-6,-36,-12,-58,-12v-21,0,-43,9,-68,27r0,-52v26,-16,48,-25,72,-25v16,0,32,4,49,9v18,6,33,13,52,13v21,0,42,-9,65,-26r0,53","w":299},"'":{"d":"57,-253r0,99r-45,0r0,-99r45,0","w":69},"\u201c":{"d":"126,-257r-41,127r-88,0r61,-127r68,0xm239,-257r-42,127r-88,0r61,-127r69,0","w":235},"\u2013":{"d":"0,-57r0,-67r180,0r0,67r-180,0","w":180},"\u201d":{"d":"109,-130r42,-127r88,0r-61,127r-69,0xm-3,-130r42,-127r87,0r-60,127r-69,0","w":235},"`":{"d":"38,-267r52,0r32,61r-29,0","w":180},"\u2014":{"d":"0,-57r0,-67r360,0r0,67r-360,0","w":360},"\u00a0":{"w":123}}});

