/*
 * 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}})());
Cufon.registerFont({"w":226,"face":{"font-family":"HelveticaNeueHeavy","font-weight":800,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 4 2 2 2 2 2 4","ascent":"257","descent":"-103","x-height":"5","bbox":"-13 -295 347 77","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":113},"!":{"d":"20,-67r67,0r0,67r-67,0r0,-67xm85,-257v3,66,-9,117,-17,172r-29,0v-8,-55,-20,-106,-17,-172r63,0","w":106},"\"":{"d":"22,-257r52,0r0,130r-52,0r0,-130xm106,-257r52,0r0,130r-52,0r0,-130","w":180},"#":{"d":"104,-146r-6,40r29,0r6,-40r-29,0xm191,-68r-28,0r-9,68r-41,0r9,-68r-29,0r-9,68r-42,0r9,-68r-26,0r0,-38r32,0r5,-40r-26,0r0,-38r32,0r9,-67r41,0r-9,67r29,0r10,-67r41,0r-9,67r22,0r0,38r-28,0r-5,40r22,0r0,38"},"$":{"d":"9,-183v0,-55,44,-76,98,-79r0,-33r17,0r0,33v54,4,91,29,93,84r-67,0v0,-19,-11,-27,-26,-31r0,49v48,13,101,22,101,81v0,59,-43,82,-101,84r0,33r-17,0r0,-33v-60,-3,-105,-26,-105,-90r67,0v1,25,15,36,38,39r0,-57v-47,-12,-98,-23,-98,-80xm107,-211v-21,-2,-44,24,-22,37v6,3,13,6,22,9r0,-46xm124,-46v25,2,47,-25,25,-42v-6,-4,-15,-7,-25,-10r0,52"},"%":{"d":"279,-106v-23,0,-20,28,-20,52v0,15,5,28,20,28v23,-1,19,-29,19,-52v0,-14,-4,-28,-19,-28xm279,3v-43,-1,-63,-25,-62,-69v1,-42,19,-69,62,-69v42,0,61,26,61,69v0,43,-18,69,-61,69xm89,-116v-43,0,-62,-27,-62,-69v0,-42,19,-69,62,-69v42,0,61,26,61,69v0,43,-18,69,-61,69xm94,10r145,-271r36,0r-146,271r-35,0xm89,-225v-23,1,-20,29,-20,52v0,13,4,28,20,28v22,-1,19,-29,19,-52v0,-14,-4,-28,-19,-28","w":366},"&":{"d":"122,-219v-31,1,-18,40,-2,51v22,-5,38,-50,2,-51xm239,-125v-2,25,-14,47,-29,62r54,63r-74,0r-18,-22v-46,47,-164,31,-160,-51v2,-41,29,-60,59,-75v-44,-36,-17,-119,50,-114v43,3,73,24,73,66v0,33,-21,52,-44,64r27,32v5,-8,8,-16,9,-25r53,0xm71,-74v0,37,53,35,68,11r-38,-45v-12,8,-30,16,-30,34","w":259},"'":{"d":"27,-257r52,0r0,130r-52,0r0,-130","w":106},"(":{"d":"13,-99v0,-70,22,-115,45,-163r52,0v-52,84,-52,240,0,325r-52,0v-23,-48,-45,-93,-45,-162","w":106},")":{"d":"-3,63v50,-86,51,-240,0,-325r52,0v24,47,45,94,45,163v0,68,-21,115,-45,162r-52,0","w":106},"*":{"d":"135,-143r-29,22r-27,-39r-26,39r-29,-21r29,-38r-44,-13r11,-34r42,16r0,-46r36,0r0,46r41,-16r11,34r-43,13","w":159},"+":{"d":"82,-182r52,0r0,65r65,0r0,52r-65,0r0,65r-52,0r0,-65r-65,0r0,-52r65,0r0,-65","w":216},",":{"d":"23,-67r67,0v5,68,-2,127,-67,130r0,-29v20,-6,27,-13,30,-34r-30,0r0,-67","w":113},"-":{"d":"17,-72r0,-52r112,0r0,52r-112,0","w":146},".":{"d":"23,-67r67,0r0,67r-67,0r0,-67","w":113},"\/":{"d":"94,-262r56,0r-97,267r-56,0","w":146},"0":{"d":"214,-126v0,73,-29,129,-102,129v-73,0,-99,-57,-99,-129v0,-71,26,-128,99,-128v73,0,102,56,102,128xm72,-126v0,38,3,80,41,80v47,0,43,-60,41,-106v-1,-27,-10,-53,-41,-52v-38,1,-41,40,-41,78"},"1":{"d":"38,-199v41,0,70,-15,74,-52r51,0r0,251r-65,0r0,-154r-60,0r0,-45"},"2":{"d":"210,-175v0,77,-79,79,-116,123r119,0r0,52r-201,0v1,-87,82,-104,128,-147v19,-20,6,-56,-23,-54v-30,1,-42,21,-42,51r-57,0v-2,-65,34,-104,98,-104v54,0,94,25,94,79"},"3":{"d":"153,-77v1,-33,-28,-36,-60,-34r0,-42v27,0,56,1,56,-26v1,-18,-18,-25,-36,-25v-23,0,-39,10,-38,35r-58,0v2,-56,39,-85,96,-85v52,0,94,19,94,69v0,27,-14,43,-35,50v26,7,42,26,43,58v4,99,-170,103,-198,28v-5,-12,-8,-26,-7,-42r58,0v-1,30,14,45,45,45v21,0,40,-8,40,-31"},"4":{"d":"123,-108v-1,-26,2,-57,-1,-81r-63,81r64,0xm215,-108r0,52r-33,0r0,56r-61,0r0,-56r-110,0r0,-57r112,-138r59,0r0,143r33,0"},"5":{"d":"212,-90v8,102,-152,123,-194,50v-6,-10,-9,-23,-10,-38r61,0v6,48,86,38,82,-9v6,-44,-62,-54,-79,-22r-56,0r25,-142r158,0r0,52r-111,0v-2,15,-9,33,-9,46v11,-11,27,-18,49,-18v54,0,80,29,84,81"},"6":{"d":"13,-124v-5,-97,83,-163,168,-113v17,10,26,28,30,51r-58,0v-4,-34,-58,-26,-67,-2v-7,10,-15,28,-12,43v11,-18,31,-27,58,-27v51,0,82,33,82,83v0,60,-41,92,-101,92v-72,0,-96,-56,-100,-127xm114,-127v-25,1,-39,16,-39,42v0,22,17,40,39,39v24,-1,43,-14,43,-39v0,-25,-16,-43,-43,-42"},"7":{"d":"58,0v8,-82,39,-150,84,-195r-120,0r0,-56r182,0r0,49v-43,47,-79,117,-80,202r-66,0"},"8":{"d":"152,-180v0,-21,-17,-29,-38,-29v-22,0,-38,8,-38,29v0,22,16,29,38,29v21,-1,38,-7,38,-29xm114,3v-57,0,-104,-20,-104,-77v0,-33,22,-52,49,-60v-23,-5,-37,-25,-38,-51v0,-93,186,-93,186,0v-1,28,-17,44,-37,52v26,6,48,26,47,59v-2,56,-47,77,-103,77xm156,-77v0,-23,-19,-36,-42,-36v-25,1,-41,11,-42,36v0,25,18,35,42,35v24,0,42,-11,42,-35"},"9":{"d":"214,-131v0,78,-31,134,-110,134v-49,0,-80,-24,-87,-68r57,0v4,30,58,28,69,4v5,-11,13,-30,10,-44v-10,18,-31,27,-56,27v-52,0,-84,-34,-84,-86v0,-56,39,-90,96,-90v73,0,105,50,105,123xm111,-204v-37,0,-51,44,-30,68v22,26,75,9,72,-29v-1,-22,-17,-39,-42,-39"},":":{"d":"23,-67r67,0r0,67r-67,0r0,-67xm90,-120r-67,0r0,-67r67,0r0,67","w":113},";":{"d":"90,-120r-67,0r0,-67r67,0r0,67xm23,-67r67,0v5,68,-2,127,-67,130r0,-29v20,-6,27,-13,30,-34r-30,0r0,-67","w":113},"<":{"d":"17,-66r0,-51r182,-68r0,55r-110,39r110,38r0,56","w":216},"=":{"d":"199,-21r-182,0r0,-51r182,0r0,51xm199,-110r-182,0r0,-52r182,0r0,52","w":216},">":{"d":"17,-53r110,-38r-110,-39r0,-55r182,68r0,51r-182,69r0,-56","w":216},"?":{"d":"66,-67r66,0r0,67r-66,0r0,-67xm105,-211v-22,0,-33,14,-31,38r-63,0v2,-58,36,-89,94,-89v51,0,87,22,90,73v4,62,-65,50,-68,104r-56,0v-11,-68,50,-59,58,-104v2,-13,-12,-22,-24,-22","w":206},"@":{"d":"51,-128v-6,92,109,125,172,79r35,0v-23,32,-55,54,-106,54v-84,0,-139,-51,-139,-133v0,-83,55,-134,137,-134v71,0,125,37,125,108v0,62,-33,97,-89,104v-14,1,-20,-7,-23,-17v-30,39,-94,4,-94,-47v0,-64,75,-111,117,-62r3,-17r34,0r-18,98v0,4,2,7,5,8v24,-4,33,-26,33,-55v-1,-58,-35,-87,-94,-87v-63,0,-94,39,-98,101xm112,-120v0,16,10,29,27,29v21,0,38,-17,37,-38v0,-18,-11,-29,-29,-29v-20,0,-35,15,-35,38","w":288},"A":{"d":"93,-257r68,0r96,257r-70,0r-16,-46r-89,0r-16,46r-69,0xm97,-96r59,0r-30,-90","w":253,"k":{"\u2019":27,"y":6,"w":6,"v":6,"Y":27,"W":9,"V":18,"T":33}},"B":{"d":"169,-180v1,-36,-46,-23,-79,-25r0,49v32,-2,78,10,79,-24xm247,-80v2,103,-126,77,-224,80r0,-257v87,5,210,-26,213,64v0,26,-16,43,-34,52v26,7,45,30,45,61xm180,-82v0,-41,-51,-29,-90,-31r0,59v37,-3,90,12,90,-28","w":259},"C":{"d":"15,-129v-10,-130,173,-178,234,-77v7,12,12,26,12,41r-67,0v-4,-25,-23,-41,-52,-40v-42,2,-60,32,-60,76v0,44,17,77,60,77v32,0,50,-18,52,-48r67,0v-6,67,-47,105,-118,105v-81,0,-122,-53,-128,-134","w":273},"D":{"d":"193,-130v0,-59,-41,-73,-103,-69r0,141v64,4,103,-9,103,-72xm260,-130v0,83,-43,129,-126,130r-111,0r0,-257r111,0v80,2,126,46,126,127","w":273},"E":{"d":"23,-257r205,0r0,54r-138,0r0,45r126,0r0,51r-126,0r0,49r141,0r0,58r-208,0r0,-257","w":246},"F":{"d":"23,-257r189,0r0,54r-122,0r0,52r106,0r0,52r-106,0r0,99r-67,0r0,-257","w":219,"k":{"A":20,".":46,",":46}},"G":{"d":"80,-129v0,43,17,77,60,77v31,0,54,-14,59,-39r-47,0r0,-50r108,0r0,141r-43,0r-4,-28v-14,20,-38,34,-72,33v-81,-3,-122,-53,-128,-134v-10,-128,168,-178,232,-82v8,12,12,25,13,41r-67,0v-3,-23,-25,-35,-51,-35v-43,0,-60,34,-60,76","w":280},"H":{"d":"22,-257r67,0r0,94r88,0r0,-94r67,0r0,257r-67,0r0,-106r-88,0r0,106r-67,0r0,-257","w":266},"I":{"d":"23,-257r67,0r0,257r-67,0r0,-257","w":113},"J":{"d":"99,-52v18,-1,24,-12,24,-34r0,-171r67,0r0,176v0,58,-30,86,-90,86v-67,0,-92,-40,-90,-107r63,0v-1,26,0,51,26,50","w":213},"K":{"d":"23,-257r67,0r0,99r85,-99r83,0r-95,101r107,156r-84,0r-69,-108r-27,29r0,79r-67,0r0,-257","w":266},"L":{"d":"23,-257r67,0r0,199r120,0r0,58r-187,0r0,-257","w":219,"k":{"\u2019":46,"y":20,"Y":46,"W":27,"V":40,"T":46}},"M":{"d":"23,-257r99,0r45,171r44,-171r99,0r0,257r-63,0r-1,-195r-54,195r-51,0r-55,-195r0,195r-63,0r0,-257","w":333},"N":{"d":"22,-257r69,0r90,158r0,-158r63,0r0,257r-69,0r-90,-160r0,160r-63,0r0,-257","w":266},"O":{"d":"140,-205v-43,0,-60,34,-60,76v0,43,17,77,60,77v43,0,60,-33,60,-77v0,-44,-18,-76,-60,-76xm140,5v-83,0,-127,-53,-127,-134v0,-80,45,-133,127,-133v82,0,127,53,127,133v0,81,-44,134,-127,134","w":280},"P":{"d":"171,-170v0,-41,-43,-32,-81,-33r0,65v37,-1,81,8,81,-32xm238,-174v0,82,-64,93,-148,88r0,86r-67,0r0,-257v98,1,215,-20,215,83","w":246,"k":{"A":27,".":46,",":46}},"Q":{"d":"80,-129v0,47,23,84,73,75r-20,-19r30,-32r25,25v24,-45,12,-127,-48,-125v-43,1,-60,34,-60,76xm267,-129v0,39,-11,72,-32,94r31,30r-31,32r-35,-35v-94,40,-193,-18,-187,-121v3,-80,45,-133,127,-133v82,0,127,53,127,133","w":280},"R":{"d":"177,-176v0,-38,-51,-25,-87,-27r0,58v38,-2,87,11,87,-31xm186,0v-15,-31,3,-94,-45,-94r-51,0r0,94r-67,0r0,-257v94,4,221,-24,221,72v0,30,-15,57,-40,65v47,9,29,83,48,120r-66,0","w":259,"k":{"Y":13,"W":6,"V":-2,"T":6}},"S":{"d":"185,-145v90,45,33,162,-65,150v-64,-8,-111,-25,-112,-91r67,0v1,30,20,37,49,40v37,4,58,-38,18,-50v-53,-16,-125,-19,-126,-88v-3,-96,165,-99,199,-33v6,10,9,23,9,37r-67,0v2,-36,-69,-44,-74,-9v12,35,69,27,102,44","w":240},"T":{"d":"227,-199r-77,0r0,199r-67,0r0,-199r-77,0r0,-58r221,0r0,58","w":233,"k":{"y":40,"w":40,"u":33,"s":40,"r":33,"o":40,"e":40,"c":40,"a":40,"A":33,";":31,":":31,".":40,"-":46,",":40}},"U":{"d":"133,-52v33,0,45,-16,45,-50r0,-155r67,0r0,151v-1,75,-34,111,-112,111v-78,0,-111,-36,-112,-111r0,-151r67,0r0,155v0,34,12,50,45,50","w":266},"V":{"d":"154,0r-77,0r-81,-257r70,0r51,191r50,-191r70,0","w":233,"k":{"y":6,"u":13,"r":13,"o":20,"i":6,"e":20,"a":20,"A":18,";":18,":":18,".":46,"-":20,",":46}},"W":{"d":"276,0r-67,0r-36,-177r-35,177r-69,0r-69,-257r67,0r37,188r38,-188r63,0r38,188r37,-188r67,0","w":346,"k":{"y":6,"u":13,"r":13,"o":13,"i":6,"e":13,"a":20,"A":13,";":5,":":13,".":33,"-":6,",":33}},"X":{"d":"89,-135r-84,-122r79,0r43,80r45,-80r77,0r-83,122r90,135r-81,0r-48,-86r-53,86r-77,0","w":253},"Y":{"d":"154,-96r0,96r-67,0r0,-96r-94,-161r76,0r51,104r51,-104r76,0","w":240,"k":{"v":20,"u":27,"q":33,"p":27,"o":33,"i":5,"e":33,"a":33,"A":27,";":24,":":24,".":40,"-":40,",":40}},"Z":{"d":"9,-55r131,-144r-123,0r0,-58r210,0r0,52r-135,147r139,0r0,58r-222,0r0,-55","w":240},"[":{"d":"25,-262r106,0r0,51r-49,0r0,222r49,0r0,52r-106,0r0,-325","w":133},"\\":{"d":"150,5r-56,0r-97,-267r56,0","w":146},"]":{"d":"108,63r-105,0r0,-52r48,0r0,-222r-48,0r0,-51r105,0r0,325","w":133},"^":{"d":"17,-120r58,-131r66,0r58,131r-58,0r-33,-85r-34,85r-57,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"`":{"d":"87,-207r-43,0r-57,-54r65,0","w":106},"a":{"d":"131,-121v12,-15,-6,-32,-25,-32v-18,0,-28,8,-31,24r-57,0v3,-47,40,-63,89,-63v50,-1,86,13,87,62v1,44,-6,96,7,130r-62,0v-2,-6,-2,-12,-3,-18v-32,36,-126,33,-126,-33v0,-65,75,-52,121,-70xm135,-87v-20,11,-61,3,-63,33v-2,29,45,26,55,9v5,-9,9,-23,8,-42","w":213},"b":{"d":"117,-41v48,-1,51,-105,0,-104v-27,1,-37,20,-37,50v1,30,7,54,37,54xm215,-98v0,58,-24,103,-84,103v-23,1,-38,-11,-52,-27r0,22r-58,0r0,-257r61,0r0,91v12,-17,31,-26,54,-26v53,0,79,41,79,94"},"c":{"d":"12,-90v-12,-117,177,-141,190,-28r-60,0v0,-18,-13,-27,-30,-27v-31,0,-39,24,-39,55v0,52,67,67,71,17r59,0v-6,49,-39,78,-94,78v-61,0,-91,-36,-97,-95","w":213},"d":{"d":"12,-98v-6,-79,84,-125,132,-69r0,-90r62,0r0,257r-59,0r0,-22v-12,18,-30,27,-52,27v-59,-1,-79,-44,-83,-103xm147,-94v0,-28,-9,-50,-37,-51v-28,0,-37,23,-37,50v0,28,9,54,37,54v28,0,37,-25,37,-53"},"e":{"d":"12,-94v-5,-93,122,-128,175,-65v15,19,25,48,23,81r-137,0v-5,44,62,57,76,21r58,0v-12,39,-43,62,-93,62v-64,-1,-98,-35,-102,-99xm149,-113v-1,-53,-73,-46,-76,0r76,0","w":219},"f":{"d":"134,-213v-23,-3,-44,-3,-39,26r37,0r0,40r-37,0r0,147r-61,0r0,-147r-30,0r0,-40r30,0v-5,-62,39,-77,100,-69r0,43","w":133,"k":{"\u2019":-6,"f":6}},"g":{"d":"10,-101v-6,-78,91,-123,133,-62r0,-24r58,0r0,164v15,93,-123,115,-174,59v-7,-7,-9,-18,-11,-30r61,0v3,16,14,20,33,20v31,0,35,-31,31,-61v-10,15,-26,27,-49,27v-57,-1,-78,-37,-82,-93xm106,-55v26,0,37,-18,37,-43v0,-26,-9,-47,-36,-47v-26,0,-36,20,-36,46v0,25,9,44,35,44","w":219},"h":{"d":"115,-142v-54,0,-27,90,-33,142r-61,0r0,-257r61,0r0,96v10,-18,29,-30,57,-31v94,-5,63,109,68,192r-62,0r0,-109v1,-22,-9,-33,-30,-33"},"i":{"d":"84,-210r-61,0r0,-47r61,0r0,47xm23,-187r61,0r0,187r-61,0r0,-187","w":106},"j":{"d":"84,-210r-61,0r0,-47r61,0r0,47xm-9,13v17,0,33,1,32,-17r0,-183r61,0r0,187v3,56,-36,67,-93,63r0,-50","w":106},"k":{"d":"21,-257r61,0r0,132r56,-62r70,0r-68,71r77,116r-74,0r-45,-75r-16,15r0,60r-61,0r0,-257","w":213},"l":{"d":"23,-257r61,0r0,257r-61,0r0,-257","w":106},"m":{"d":"80,-161v16,-35,93,-45,109,-1v13,-18,28,-30,58,-30v90,0,61,110,66,192r-61,0r0,-110v1,-18,-10,-32,-26,-32v-26,0,-29,24,-29,51r0,91r-61,0r0,-106v0,-21,-4,-36,-23,-36v-52,0,-24,92,-31,142r-61,0r0,-187r59,0r0,26","w":333},"n":{"d":"115,-142v-54,0,-27,90,-33,142r-61,0r0,-187r59,0v1,8,-2,20,1,26v11,-18,30,-30,58,-31v94,-5,63,109,68,192r-62,0r0,-109v1,-22,-9,-33,-30,-33"},"o":{"d":"110,5v-61,0,-98,-38,-98,-98v0,-60,37,-99,98,-99v61,0,98,39,98,99v0,60,-37,98,-98,98xm110,-145v-29,0,-37,25,-37,52v0,27,9,52,37,52v28,0,37,-25,37,-52v0,-27,-8,-52,-37,-52","w":219},"p":{"d":"215,-89v6,77,-84,125,-133,69r0,83r-61,0r0,-250r58,0v1,7,-2,17,1,22v12,-18,29,-27,51,-27v60,0,80,45,84,103xm117,-41v48,-1,51,-105,0,-104v-27,1,-37,20,-37,50v1,30,7,54,37,54"},"q":{"d":"12,-89v0,-59,24,-102,83,-103v22,0,40,9,52,27r0,-22r59,0r0,250r-62,0r0,-84v-13,17,-31,26,-54,26v-53,0,-78,-39,-78,-94xm110,-145v-48,0,-51,104,-1,104v26,0,38,-22,38,-51v0,-27,-8,-53,-37,-53"},"r":{"d":"153,-133v-33,-12,-70,5,-69,40r0,93r-61,0r0,-187r59,0v1,10,-2,25,1,33v9,-26,35,-40,70,-35r0,56","w":153,"k":{"q":6,"o":6,"g":6,"e":6,"d":6,"c":6,".":33,"-":20,",":33}},"s":{"d":"166,-103v57,42,5,108,-65,108v-51,0,-89,-17,-91,-67r58,0v-3,33,58,38,62,8v-20,-43,-118,-5,-117,-81v1,-79,175,-78,171,3r-56,0v2,-26,-48,-29,-54,-7v11,30,68,18,92,36","w":200},"t":{"d":"133,0v-60,7,-99,-1,-99,-64r0,-83r-31,0r0,-40r31,0r0,-56r61,0r0,56r38,0r0,40r-38,0r0,85v-1,21,19,18,38,17r0,45","w":140},"u":{"d":"112,-45v53,-3,27,-90,33,-142r61,0r0,187r-59,0v-1,-8,2,-20,-1,-26v-9,17,-32,31,-57,31v-93,0,-65,-108,-69,-192r61,0r0,109v0,23,9,34,31,33"},"v":{"d":"132,0r-71,0r-62,-187r64,0r35,124r34,-124r62,0","w":193,"k":{".":27,",":27}},"w":{"d":"242,0r-62,0r-31,-124r-29,124r-62,0r-58,-187r62,0r32,121r27,-121r58,0r28,121r31,-121r62,0","w":299,"k":{".":20,",":20}},"x":{"d":"62,-98r-59,-89r68,0r26,45r26,-45r65,0r-58,88r66,99r-68,0r-32,-54r-31,54r-68,0","w":193},"y":{"d":"15,13v55,11,44,-35,31,-70r-49,-130r65,0r36,122r36,-122r62,0r-74,204v-10,43,-52,48,-107,46r0,-50","w":193,"k":{".":33,",":33}},"z":{"d":"8,-48r93,-92r-86,0r0,-47r164,0r0,47r-93,93r100,0r0,47r-178,0r0,-48","w":193},"{":{"d":"37,-143v1,-55,-11,-124,49,-119r42,0r0,43v-72,-15,5,120,-75,118v53,-5,39,58,42,105v0,15,16,16,33,15r0,44v-52,3,-91,-2,-91,-54v0,-38,13,-90,-32,-87r0,-43v15,-1,32,-5,32,-22","w":133},"|":{"d":"14,-283r52,0r0,360r-52,0r0,-360","w":79},"}":{"d":"96,-53v0,55,8,118,-48,116r-43,0r0,-44v73,15,-6,-124,75,-121v-22,-2,-41,-10,-41,-35v0,-34,19,-91,-34,-82r0,-43v51,-3,91,0,91,51v0,38,-15,94,32,90r0,43v-17,1,-32,7,-32,25","w":133},"~":{"d":"70,-129v40,2,86,49,108,-2v17,37,11,77,-32,78v-33,0,-43,-25,-78,-24v-18,1,-25,14,-30,26r-13,-47v8,-16,20,-32,45,-31","w":216},"\u2019":{"d":"25,-257r57,0v2,63,4,123,-57,130r0,-29v15,-2,26,-17,26,-34r-26,0r0,-67","w":106,"k":{"\u2019":23,"t":6,"s":27}},"\u2018":{"d":"82,-127r-57,0v-2,-63,-4,-123,57,-130r0,29v-15,2,-27,17,-26,34r26,0r0,67","w":106,"k":{"\u2018":23}},"\u201c":{"d":"160,-127r-57,0v-2,-63,-4,-123,57,-130r0,29v-15,2,-27,17,-26,34r26,0r0,67xm77,-127r-57,0v-2,-63,-4,-123,57,-130r0,29v-15,2,-27,17,-26,34r26,0r0,67","w":180},"\u2013":{"d":"0,-124r180,0r0,52r-180,0r0,-52","w":180},"\u201d":{"d":"20,-257r57,0v2,63,4,123,-57,130r0,-29v15,-2,26,-17,26,-34r-26,0r0,-67xm103,-257r57,0v2,63,4,123,-57,130r0,-29v15,-2,26,-17,26,-34r-26,0r0,-67","w":180},"\u2026":{"d":"266,0r0,-67r67,0r0,67r-67,0xm147,0r0,-67r66,0r0,67r-66,0xm27,0r0,-67r67,0r0,67r-67,0","w":360},"\u2014":{"d":"47,-124r266,0r0,52r-266,0r0,-52","w":360},"\u00d7":{"d":"19,-143r37,-37r52,52r52,-52r37,37r-52,52r52,52r-37,36r-52,-51r-52,51r-37,-36r52,-52","w":216},"\u2122":{"d":"257,-171r32,-86r56,0r0,148r-39,0r-1,-97r-32,97r-32,0r-33,-97r0,97r-39,0r0,-148r56,0xm139,-223r-40,0r0,114r-45,0r0,-114r-39,0r0,-34r124,0r0,34","w":360},"\u00a0":{"w":113}}});
