/*
 * 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 (c) 2009 by Morice Kastoun. All rights reserved.
 * 
 * Manufacturer:
 * Morice Kastoun
 */
Cufon.registerFont({"w":186,"face":{"font-family":"Oceania","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 3 0 0 0 0 0 3","ascent":"274","descent":"-86","x-height":"1","bbox":"-6 -280 317 79","underline-thickness":"7.2","underline-position":"-44.28","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":86},"#":{"d":"187,-158r-33,0r-13,73r33,0r-6,31r-33,0r-9,54r-22,0r10,-54r-45,0r-9,54r-21,0r9,-54r-35,0r6,-31r35,0r13,-73r-35,0r6,-31r34,0r9,-49r22,0r-9,49r44,0r9,-49r21,0r-9,49r34,0xm89,-158r-14,73r44,0r13,-73r-43,0","w":206},"$":{"d":"54,-192v-1,34,11,45,40,50r17,-91v-34,-5,-56,7,-57,41xm94,-32v49,14,83,-45,48,-76v-7,-4,-17,-6,-32,-8xm28,-181v0,-53,33,-86,87,-76r3,-19r22,-1v0,8,-8,21,-1,24v13,5,24,5,32,5r1,26v-15,-1,-28,-4,-41,-7r-17,89v41,3,69,22,69,67v0,47,-43,74,-94,64r-4,22v-8,-2,-21,7,-18,-7r4,-18v-13,-2,-26,-3,-36,-3v2,-9,-5,-26,5,-26v13,0,21,2,35,5r15,-82v-39,-3,-62,-24,-62,-63","w":206},"%":{"d":"211,-244r-94,244r-20,0r95,-244r19,0xm70,-248v40,0,55,34,55,77v0,35,-19,67,-55,66v-35,-1,-51,-37,-51,-77v0,-34,19,-66,51,-66xm42,-183v-1,30,4,58,30,58v24,0,31,-28,31,-58v0,-25,-8,-46,-31,-46v-22,0,-29,20,-30,46xm233,-140v40,0,56,34,55,77v-1,36,-19,68,-55,67v-35,0,-51,-37,-51,-78v0,-34,19,-66,51,-66xm235,-120v-43,0,-44,105,0,104v26,-1,30,-29,30,-59v0,-24,-7,-45,-30,-45","w":311},"&":{"d":"109,-271v49,0,78,55,49,95v-7,10,-25,23,-41,31r52,58v11,-35,22,-78,73,-69r0,26v-42,-9,-39,37,-54,63r60,67r-37,0r-38,-41v-22,30,-48,45,-80,45v-40,0,-74,-36,-74,-73v0,-42,23,-67,55,-83v-49,-41,-30,-119,35,-119xm48,-72v-1,25,21,49,46,48v25,0,46,-13,62,-37r-64,-71v-24,9,-42,28,-44,60xm141,-215v0,-18,-15,-31,-33,-31v-46,0,-36,67,-9,81v22,-11,42,-21,42,-50","w":241},"(":{"d":"58,-110v0,65,22,118,51,160r-30,0v-30,-41,-53,-96,-53,-160v0,-65,23,-121,53,-161r30,0v-29,42,-51,96,-51,161","w":124},")":{"d":"45,-271v68,74,68,247,0,321r-30,0v65,-76,66,-245,0,-321r30,0","w":124},"*":{"d":"147,-211r-51,15r34,41r-23,17r-30,-44r-29,44r-24,-17r34,-41r-52,-15r9,-26r50,18r-2,-52r28,0r-2,52r50,-18","w":153},"+":{"d":"108,-81r0,75r-29,0r0,-75r-63,0r0,-29r63,0r0,-75r29,0r0,75r62,0r0,29r-62,0"},",":{"d":"11,46v22,-18,32,-18,32,-49v-12,1,-17,-3,-17,-16v0,-13,7,-20,22,-20v17,0,25,11,25,32v0,28,-14,52,-44,72","w":97},"-":{"d":"8,-82r0,-27r74,0r0,27r-74,0","w":90},".":{"d":"49,3v-15,0,-22,-7,-22,-21v0,-14,7,-21,22,-21v15,0,22,7,22,21v0,14,-7,21,-22,21","w":97},"\/":{"d":"22,50r-28,0r111,-314r29,0","w":119},"0":{"d":"115,0v-58,-1,-83,-56,-83,-124v0,-56,30,-102,83,-102v61,1,83,54,83,124v0,56,-32,102,-83,102xm115,-24v46,0,58,-47,56,-102v-2,-42,-17,-75,-56,-75v-45,1,-58,49,-55,101v2,41,18,76,55,76","w":230,"k":{"4":-7,"1":6}},"1":{"d":"96,-218r0,218r-27,0r0,-194r-37,37r-14,-19r57,-53","w":129,"k":{"9":4}},"2":{"d":"115,-204v-32,0,-52,25,-68,41r-19,-22v23,-20,47,-45,87,-45v59,0,86,73,42,117r-86,86r106,0r3,27r-143,0r-9,-25r108,-107v26,-23,17,-72,-21,-72","w":215},"3":{"d":"153,-99v20,12,36,33,36,65v0,59,-70,94,-122,59v-13,-8,-27,-16,-37,-27r19,-21v16,14,40,36,63,36v30,0,50,-21,49,-53v-2,-40,-40,-51,-86,-46r0,-26v46,4,82,-5,82,-50v0,-53,-67,-51,-93,-23r-13,11r-18,-22v19,-18,48,-33,79,-35v69,-4,103,96,41,132","w":222},"4":{"d":"199,-25r-33,0r0,63r-27,0r0,-63r-106,0r-10,-26v36,-61,60,-133,107,-182r33,0v-48,50,-74,121,-109,182r85,0r0,-79r27,0r0,79r33,0r0,26","w":217,"k":{"2":-11}},"5":{"d":"195,-50v0,89,-112,113,-158,49r20,-20v13,14,34,31,59,31v32,0,50,-27,50,-59v0,-73,-70,-75,-97,-37r-27,-10r0,-135r138,0r-3,25r-107,0r0,92v12,-13,32,-24,55,-24v49,0,70,36,70,88","w":225,"k":{"6":-10}},"6":{"d":"110,4v-46,0,-79,-42,-79,-88r0,-79v-4,-81,72,-131,149,-95v-4,8,-5,19,-11,26v-16,-7,-28,-12,-47,-12v-44,0,-67,44,-63,95v45,-55,136,-13,136,68v0,48,-36,85,-85,85xm167,-79v0,-71,-77,-91,-108,-39v-5,52,8,97,53,97v37,0,55,-20,55,-58","w":225,"k":{"4":-7}},"7":{"d":"13,-184v15,-15,21,-47,46,-47r123,0r4,21r-112,245r-31,0r111,-241v-33,4,-80,-10,-100,8r-20,29","w":197,"k":[-7]},"8":{"d":"199,-76v1,44,-39,76,-83,76v-80,0,-117,-104,-49,-139v-20,-13,-29,-31,-30,-62v0,-42,37,-69,80,-69v74,0,102,95,46,131v20,13,35,33,36,63xm66,-198v0,31,21,47,57,47v25,0,42,-22,42,-47v0,-28,-20,-48,-49,-48v-30,0,-50,18,-50,48xm170,-77v-1,-33,-27,-55,-67,-48v-23,-1,-45,25,-44,48v1,31,24,53,56,53v37,0,55,-18,55,-53","w":229,"k":{"9":-7,"0":-7}},"9":{"d":"115,-239v45,0,79,41,79,87r0,79v4,81,-70,131,-149,96v4,-8,5,-19,11,-26v16,7,28,12,47,12v44,0,67,-45,63,-96v-45,55,-136,14,-136,-67v0,-48,36,-85,85,-85xm58,-157v0,70,76,91,108,40v5,-52,-8,-97,-53,-97v-37,0,-55,19,-55,57","w":225,"k":{"8":-7,"1":4,"0":-7}},":":{"d":"49,-147v-15,0,-22,-7,-22,-21v0,-14,7,-21,22,-21v15,0,22,7,22,21v0,14,-7,21,-22,21xm49,3v-15,0,-22,-7,-22,-21v0,-14,7,-21,22,-21v15,0,22,7,22,21v0,14,-7,21,-22,21","w":97},";":{"d":"11,46v22,-18,32,-18,32,-49v-12,1,-17,-3,-17,-16v0,-13,7,-20,22,-20v17,0,25,11,25,32v0,28,-14,52,-44,72xm49,-147v-15,0,-22,-7,-22,-21v0,-14,7,-21,22,-21v15,0,22,7,22,21v0,14,-7,21,-22,21","w":97},"<":{"d":"120,0r-89,-96r89,-95r35,0r0,3r-85,92r85,92r0,4r-35,0"},"=":{"d":"22,-39r0,-28r143,0r0,28r-143,0xm22,-126r0,-28r143,0r0,28r-143,0"},">":{"d":"66,-191r89,95r-89,96r-35,0r0,-4r86,-91r-86,-93r0,-3r35,0"},"?":{"d":"19,-242v37,-44,131,-38,128,27v-2,61,-79,58,-69,133r-25,0v-7,-59,25,-83,52,-111v18,-18,10,-51,-22,-47v-21,3,-38,12,-53,31xm68,2v-14,0,-20,-7,-20,-20v0,-13,7,-20,21,-20v14,0,21,7,21,20v0,13,-8,20,-22,20","w":164},"@":{"d":"317,-141v0,59,-33,109,-84,112v-21,1,-29,-10,-38,-20v-42,31,-92,29,-94,-32v-2,-69,51,-129,114,-91r2,-9r27,0r-20,119v0,7,5,11,14,11v35,-3,54,-48,54,-90v0,-69,-37,-103,-110,-103v-86,-1,-134,67,-134,156v0,105,78,138,165,107r3,23v-105,33,-193,-10,-193,-130v0,-105,59,-179,160,-179v84,0,134,44,134,126xm211,-154v-50,-28,-83,20,-80,72v2,41,36,34,65,15","w":339},"A":{"d":"125,-270r91,270r-30,0r-29,-84r-94,0r-29,84r-30,0r92,-270r29,0xm149,-111v-12,-43,-30,-80,-38,-126v-10,45,-27,83,-40,126r78,0","w":219,"k":{"z":7,"y":9,"x":5,"w":12,"v":9,"u":3,"g":3,"Y":16,"W":8,"V":17,"T":14,"S":4,"P":7}},"B":{"d":"214,-75v0,41,-29,75,-70,75r-105,0r0,-270r92,0v72,-6,102,102,40,134v23,6,43,33,43,61xm185,-75v-1,-26,-20,-46,-47,-46r-71,0r0,95v55,-1,121,11,118,-49xm132,-147v26,1,44,-24,44,-50v0,-56,-57,-47,-109,-47r0,97r65,0","w":232,"k":{"v":4,"r":5,"j":7}},"C":{"d":"200,-27v-20,16,-48,29,-82,29v-75,-1,-93,-75,-93,-164v0,-61,38,-108,95,-109v31,0,57,10,77,29r-18,20v-48,-49,-126,-15,-126,60v0,72,3,139,70,138v25,0,45,-9,62,-27","w":212,"k":{"y":16,"w":11,"t":5,"s":5,"r":7,"o":6,"n":6,"m":6,"l":6,"i":6,"h":6,"e":6,"d":6,"b":6,"a":5}},"D":{"d":"121,-270v78,2,92,74,92,162v0,60,-33,108,-92,108r-91,0r0,-270r91,0xm120,-26v64,1,67,-66,64,-135v-2,-49,-18,-81,-64,-82r-62,0r0,217r62,0","w":240,"k":{"z":5,"w":5,"u":5,"j":9,"i":4,"h":4,"a":4}},"E":{"d":"36,-270r153,0r0,27r-125,0r0,95r114,0r0,27r-114,0r0,94r124,0r3,27r-155,0r0,-270","w":213,"k":{"z":5,"y":9,"x":7,"w":7,"v":7,"u":13,"t":4,"s":5,"r":7,"q":5,"k":4,"j":9,"i":6,"g":9,"f":4,"e":3,"d":4,"c":4,"a":4,"V":3}},"F":{"d":"39,0r0,-270r148,0r0,27r-120,0r0,92r110,0r0,27r-110,0r0,124r-28,0","w":196,"k":{"y":5,"u":7,"t":5,"s":5,"r":5,"o":7,"l":3,"j":13,"i":12,"h":8,"e":16,"a":16,"E":-10,"A":10}},"G":{"d":"126,4v-82,-1,-98,-75,-98,-169v0,-59,39,-108,96,-107v33,0,61,11,84,32r-16,22v-18,-19,-40,-28,-68,-28v-65,0,-67,70,-67,142v0,46,26,84,69,83v47,0,70,-38,62,-93r-66,0r-4,-26r98,0r0,62v0,47,-41,83,-90,82","w":242,"k":{"z":4,"y":5,"w":5,"u":5,"t":7,"r":7,"n":2,"m":2,"l":5,"k":4,"j":12,"h":4}},"H":{"d":"35,0r0,-270r28,0r0,124r129,0r0,-124r28,0r0,270r-28,0r0,-120r-129,0r0,120r-28,0","w":251,"k":{"y":4,"w":5,"u":5,"r":4,"o":4,"i":4,"e":5,"I":3}},"I":{"d":"39,-270r28,0r0,270r-28,0r0,-270","w":105,"k":{"y":5,"w":7,"v":5,"u":7,"t":5,"s":5,"r":5,"q":4,"n":5,"m":5,"l":4,"k":4,"j":10,"h":5,"g":7,"c":4,"b":7,"a":7}},"J":{"d":"69,-11v0,50,-22,72,-65,63r0,-25v24,4,37,-4,37,-31r0,-266r28,0r0,259","w":109,"k":{"u":9,"r":5,"o":5,"n":4,"m":5,"i":4,"h":4,"e":5,"a":13}},"K":{"d":"227,-2v-38,17,-56,-28,-71,-53r-44,-71r-46,57r0,69r-27,0r0,-270r27,0r0,161r129,-161r32,0r-96,122r68,113v7,10,15,13,27,8","w":236,"k":{"y":20,"u":12,"r":11,"o":10,"l":7,"i":7,"h":4,"e":10,"a":10}},"L":{"d":"39,0r0,-270r28,0r0,244r125,0r-5,26r-148,0","w":197,"k":{"y":21,"u":11,"t":12,"o":12,"l":8,"h":10,"e":12,"b":10,"a":12,"L":8}},"M":{"d":"269,-270r0,270r-28,0r0,-237r-76,229r-29,0r-76,-229r0,237r-28,0r0,-270r46,0r72,224r74,-224r45,0","w":301,"k":{"r":4,"i":5,"g":5,"e":4,"a":4}},"N":{"d":"218,-270r0,270r-29,0r-123,-218r0,218r-29,0r0,-270r30,0r123,216r0,-216r28,0","w":255,"k":{"y":7,"u":11,"o":5,"e":5,"a":7,"O":-3,"G":1}},"O":{"d":"125,4v-80,-1,-100,-72,-100,-165v0,-64,38,-112,99,-112v80,0,101,72,101,165v0,63,-40,112,-100,112xm125,-247v-65,0,-71,65,-71,137v0,51,24,88,72,88v66,0,69,-66,69,-138v0,-49,-23,-87,-70,-87","w":253,"k":{"y":3,"x":7,"r":5,"j":7,"a":4,"V":3,"T":11,"R":3}},"P":{"d":"205,-191v0,45,-33,85,-78,85r-60,0r0,106r-28,0r0,-270r91,0v42,-1,75,37,75,79xm176,-190v0,-27,-20,-53,-47,-53r-62,0r0,111r59,0v29,0,50,-28,50,-58","w":226,"k":{"y":19,"w":24,"v":23,"u":28,"t":13,"s":28,"r":25,"o":27,"n":10,"l":18,"j":26,"i":27,"g":27,"f":18,"e":32,"d":21,"a":28,"H":3}},"Q":{"d":"224,-167v0,86,-6,156,-77,166v12,12,27,43,52,28r0,26v-42,13,-59,-27,-79,-49v-59,-9,-95,-41,-95,-111v0,-97,14,-174,107,-168v59,4,92,45,92,108xm132,-249v-80,-6,-82,63,-79,142v2,57,25,81,79,81v64,0,63,-72,63,-142v0,-48,-19,-77,-63,-81","w":248,"k":{"t":6}},"R":{"d":"204,-192v0,39,-29,73,-64,78v20,20,31,57,47,81v6,10,15,12,25,7v-1,12,9,30,-11,28v-71,-6,-40,-131,-138,-113r0,111r-28,0r0,-270r93,0v42,-1,77,36,76,78xm176,-192v0,-27,-20,-51,-48,-51r-65,0r0,105r63,0v29,1,50,-26,50,-54","w":234,"k":{"y":17,"w":21,"u":19,"t":16,"s":19,"r":19,"o":19,"j":17,"i":13,"h":17,"e":20,"d":21,"a":19,"S":7,"L":6,"E":3,"A":4}},"S":{"d":"167,-131v75,34,41,135,-46,135v-25,0,-60,-8,-80,-16r4,-30v43,27,136,39,136,-27v0,-71,-146,-43,-146,-126v0,-80,106,-94,162,-59r-2,29v-35,-29,-132,-36,-132,29v0,45,71,50,104,65","w":221,"k":{"z":3,"y":11,"w":13,"v":11,"u":5,"t":5,"r":4,"m":3,"l":4,"k":4,"h":4,"H":7}},"T":{"d":"86,0r0,-245r-76,0r0,-25r180,0r0,25r-76,0r0,245r-28,0","w":201,"k":{"z":31,"y":34,"x":26,"w":42,"u":47,"s":34,"r":45,"o":44,"m":30,"i":19,"h":11,"e":38,"d":28,"c":31,"a":40,"O":7,"A":17}},"U":{"d":"134,1v-57,0,-97,-41,-97,-99r0,-172r28,0v8,96,-33,243,68,246v40,0,67,-33,66,-74r0,-172r28,0r0,173v1,54,-39,98,-93,98","w":262,"k":{"z":14,"x":11,"w":8,"v":3,"r":7,"n":4,"m":4,"l":5,"k":5,"i":5,"h":5,"g":4,"e":4,"d":2,"a":9,"R":4}},"V":{"d":"220,-270r-84,270r-41,0r-84,-270r30,0r74,240r75,-240r30,0","w":230,"k":{"s":10,"o":18,"i":19,"h":9,"e":22,"a":18,"O":7,"E":4,"A":17}},"W":{"d":"317,-270r-63,270r-40,0r-52,-211r-49,211r-40,0r-68,-270r30,0r59,237r53,-228r29,0r57,228r54,-237r30,0","w":320,"k":{"u":5,"o":6,"e":7,"a":11,"A":9}},"X":{"d":"228,-2v-26,10,-42,-8,-54,-26r-55,-84r-71,112r-34,0r89,-138r-88,-132r34,0r70,107r67,-107r35,0r-86,132v26,36,46,78,76,110v5,3,10,2,16,1","w":230,"k":{"y":14,"i":3,"e":4,"a":2}},"Y":{"d":"197,-270r-76,152v-15,32,-6,76,-8,118r-28,0v-2,-40,6,-87,-8,-116r-76,-154r31,0r49,100v8,17,14,31,18,43v18,-51,46,-96,67,-143r31,0","w":196,"k":{"u":25,"s":25,"p":25,"o":36,"i":21,"e":33,"a":32,"A":18}},"Z":{"d":"199,-243r-149,216r147,0r0,27r-170,0r-8,-33r144,-209r-132,0r-6,-28r167,0","w":213,"k":{"y":17,"u":14,"o":15,"i":5,"h":6,"e":15,"a":16}},"[":{"d":"39,50r0,-314r74,0r-3,27r-38,0r0,260r38,0r3,27r-74,0","w":124},"\\":{"d":"105,50r-111,-314r28,0r112,314r-29,0","w":127},"]":{"d":"86,-264r0,314r-75,0r3,-27r38,0r0,-260r-38,0r-3,-27r75,0","w":124},"^":{"d":"128,-175r-35,-84r-35,84r-28,0v10,-36,28,-63,41,-96r45,0v13,33,31,61,41,96r-29,0"},"_":{"d":"12,51r0,-24r156,0r0,24r-156,0","w":180},"a":{"d":"36,-174v48,-34,142,-23,142,56r0,118r-27,0r0,-20v-38,37,-131,24,-127,-40v-9,-65,93,-76,127,-40v3,-42,-8,-69,-46,-69v-25,0,-45,10,-60,21xm145,-43v21,-30,-16,-53,-46,-53v-32,0,-48,12,-48,36v0,43,72,48,94,17","w":208,"k":{"z":4,"y":11,"x":5,"w":11,"v":13,"u":7,"t":11,"s":5,"r":7,"n":4,"m":5,"l":5,"k":7,"j":11,"i":5,"h":5,"g":2,"f":4,"c":4,"b":7,"a":3}},"b":{"d":"124,-193v56,1,82,53,73,119v8,67,-100,100,-134,48r0,26r-27,0r0,-261r27,-9r0,106v12,-19,33,-29,61,-29xm115,-24v47,0,55,-40,55,-92v0,-27,-24,-51,-51,-51v-46,0,-56,38,-56,91v0,30,22,53,52,52","w":228,"k":{"z":10,"y":14,"w":10,"v":10,"u":11,"t":11,"s":8,"r":9,"q":4,"p":4,"o":3,"m":5,"l":7,"k":9,"j":13,"i":9,"h":4,"g":4,"f":7,"e":7,"d":4,"c":4,"b":7,"a":10,"?":2,".":10}},"c":{"d":"51,-113v-17,78,53,113,106,70r8,25v-49,39,-151,15,-142,-61v-18,-93,62,-141,138,-99r-7,25v-36,-27,-108,-19,-103,40","w":182,"k":{"z":4,"y":4,"w":7,"u":14,"t":6,"s":5,"r":13,"q":11,"p":2,"o":14,"n":5,"m":5,"l":7,"k":14,"i":5,"h":13,"g":11,"e":13,"d":9,"c":7,"b":9,"a":14}},"d":{"d":"157,-25v-35,51,-143,19,-134,-48v-8,-67,17,-118,73,-120v25,0,52,14,61,29r0,-99r27,-7r0,270r-27,0r0,-25xm101,-166v-42,1,-51,39,-51,89v0,31,23,53,55,53v47,0,55,-41,52,-92v-2,-28,-26,-51,-56,-50","w":222,"k":{"z":4,"y":7,"w":11,"v":7,"u":16,"t":9,"s":5,"r":13,"q":7,"o":11,"n":5,"m":7,"l":7,"k":7,"j":13,"i":13,"h":5,"g":8,"e":7,"d":4,"c":9,"b":11,"a":11}},"e":{"d":"174,-18v-53,38,-157,21,-148,-58v-7,-69,23,-116,84,-117v37,-1,73,24,73,59v0,57,-70,55,-130,53v-12,74,90,67,122,32xm110,-170v-34,1,-60,28,-57,66v41,-2,103,10,103,-31v0,-23,-16,-35,-46,-35","w":207,"k":{"z":4,"y":9,"x":8,"w":9,"v":6,"u":11,"t":9,"s":7,"r":12,"o":4,"n":5,"m":5,"l":6,"k":10,"j":13,"i":2,"h":7,"g":4,"e":6,"d":4,"c":4,"b":10,"a":10}},"f":{"d":"124,-242v-41,-12,-71,3,-65,49r64,0r0,22r-64,0r0,171r-26,0r0,-171r-25,0r0,-22r25,0v-5,-62,32,-86,92,-75","w":125,"k":{"y":4,"u":14,"t":7,"s":5,"r":5,"o":10,"n":4,"l":5,"k":5,"j":10,"i":5,"g":9,"f":5,"e":7,"d":11,"c":12,"b":7,"a":14,",":5}},"g":{"d":"25,-122v-6,-68,99,-94,134,-44r0,-27r27,0r0,198v4,68,-86,86,-141,55r3,-28v32,24,107,30,111,-20r0,-39v-33,51,-143,25,-134,-47r0,-48xm105,-24v42,-1,54,-39,54,-90v0,-30,-26,-54,-55,-54v-44,0,-52,41,-52,92v0,29,23,53,53,52","w":210,"k":{"y":-4,"w":4,"u":4,"s":-4,"r":2,"p":-5,"n":-3,"i":-1,"g":-4,"f":-4,"d":-4,"b":4,"a":-2}},"h":{"d":"61,-165v38,-58,125,-22,125,53r0,112r-27,0v-5,-64,22,-167,-47,-167v-29,0,-51,24,-51,54r0,113r-28,0r0,-265r28,-5r0,105","w":219,"k":{"y":10,"u":11,"t":13,"s":3,"r":9,"o":5,"n":5,"m":5,"l":4,"k":7,"i":7,"h":4,"f":4,"e":9,"d":5,"b":7,"a":9}},"i":{"d":"36,0r0,-190r27,-4r0,194r-27,0xm51,-226v-12,1,-19,-5,-19,-17v0,-12,7,-16,19,-16v11,0,16,5,16,16v0,11,-5,17,-16,17","w":99,"k":{"z":7,"x":7,"w":11,"v":5,"t":11,"s":7,"r":11,"q":4,"p":4,"o":5,"n":7,"m":5,"l":7,"k":7,"j":17,"i":5,"h":7,"g":4,"e":7,"d":5,"c":2,"b":7,"a":9}},"j":{"d":"72,5v1,42,-22,76,-64,67r0,-25v24,5,37,-9,37,-38r0,-199r27,-4r0,199xm60,-226v-12,1,-19,-5,-19,-17v0,-12,7,-16,19,-16v11,0,16,5,16,16v0,11,-5,17,-16,17","w":109,"k":{"u":14,"s":5,"o":11,"k":5,"j":12,"i":7,"h":7,"e":7,"d":3,"b":10,"a":7}},"k":{"d":"199,0v-42,12,-53,-39,-70,-63v-11,-15,-17,-28,-21,-35r-45,44r0,54r-27,0r0,-260r27,-4r0,176r103,-105r33,0r-72,76r51,83v6,8,11,13,21,10r0,24","w":206,"k":{"z":3,"y":4,"w":9,"v":2,"u":7,"s":8,"r":7,"o":9,"n":5,"m":8,"l":6,"k":8,"i":7,"h":8,"e":9,"d":9,"c":7,"b":6,"a":8}},"l":{"d":"63,0r-27,0r0,-266r27,-4r0,270","w":98,"k":{"z":4,"y":7,"w":9,"v":5,"u":11,"t":7,"s":5,"r":4,"o":7,"n":2,"m":5,"l":5,"k":4,"i":9,"h":5,"g":5,"f":2,"e":5,"d":5,"b":4,"a":7}},"m":{"d":"229,-193v35,0,61,29,61,64r0,129r-28,0v-6,-63,24,-165,-41,-168v-25,-1,-47,20,-47,44r0,124r-27,0v-7,-64,26,-166,-42,-168v-22,-1,-47,17,-47,39r0,129r-27,0r0,-190r27,-4r0,26v21,-33,96,-33,108,8v10,-18,35,-33,63,-33","w":322,"k":{"y":9,"w":10,"u":5,"t":7,"s":4,"o":5,"n":2,"m":5,"l":4,"k":3,"i":5,"f":4,"e":4,"d":4,"b":9,"a":8}},"n":{"d":"118,-193v42,0,69,36,69,80r0,113r-28,0r0,-119v1,-28,-22,-50,-50,-49v-28,0,-52,22,-51,51r0,117r-28,0r0,-188r28,-5r0,26v15,-17,32,-26,60,-26","w":217,"k":{"y":12,"x":12,"u":4,"t":11,"s":7,"o":4,"l":5,"k":5,"j":9,"i":7,"h":4,"g":4,"e":4,"c":4,"b":3,"a":7}},"o":{"d":"112,1v-58,0,-86,-42,-86,-108v0,-49,37,-88,85,-87v54,1,83,46,83,110v0,48,-34,86,-82,85xm111,-170v-43,0,-58,37,-58,88v0,35,25,60,58,59v45,0,59,-37,56,-87v-2,-34,-22,-60,-56,-60","w":219,"k":{"z":5,"y":7,"x":8,"w":8,"v":7,"u":10,"t":7,"s":4,"r":9,"o":4,"n":4,"m":4,"l":5,"k":5,"j":7,"h":4,"f":2,"d":-3,"b":7}},"p":{"d":"186,-77v8,74,-98,102,-134,50r0,99r-27,3r0,-264r27,-4r0,30v12,-17,35,-30,61,-30v55,1,82,50,73,116xm107,-168v-45,0,-55,39,-55,91v0,28,26,53,53,53v48,0,54,-38,54,-90v0,-32,-20,-54,-52,-54","w":209,"k":{"z":4,"y":5,"u":5,"t":5,"l":2,"j":7,"i":4,"h":4,"d":-5,"b":3,"a":4}},"q":{"d":"23,-122v-6,-68,100,-95,134,-43r0,-24r27,-4r0,261r-27,7r0,-103v-33,50,-143,26,-134,-47r0,-47xm104,-25v41,-1,53,-39,53,-89v0,-29,-24,-54,-54,-54v-45,0,-53,40,-53,91v0,31,23,53,54,52","w":217,"k":{"u":12}},"r":{"d":"133,-164v-37,-12,-70,12,-70,45r0,119r-27,0r0,-189r27,-4r0,33v9,-28,40,-40,70,-29r0,25","w":144,"k":{"z":16,"y":5,"x":10,"w":13,"v":10,"u":19,"t":5,"s":10,"r":12,"o":22,"n":14,"m":11,"l":13,"k":14,"i":15,"h":9,"g":18,"f":4,"e":22,"d":21,"c":18,"b":14,"a":22,".":11,",":15}},"s":{"d":"139,-97v55,24,24,98,-38,98v-27,0,-51,-11,-72,-19v2,-9,4,-18,7,-26v27,17,103,40,106,-10v-8,-51,-114,-14,-114,-83v0,-69,92,-70,138,-40r-9,24v-26,-22,-100,-36,-103,12v-2,37,59,32,85,44","w":181,"k":{"z":5,"y":4,"x":4,"w":7,"v":4,"u":7,"t":7,"s":4,"r":4,"l":4,"k":5,"i":4,"h":4,"d":-11,"c":2,"a":5}},"t":{"d":"67,-63v-9,50,47,48,67,25v0,16,2,32,-13,34v-43,19,-81,-7,-81,-58r0,-108r-29,0r0,-23r29,0r0,-52r27,-6r0,58r66,0r0,23r-66,0r0,107","w":146,"k":{"y":5,"w":6,"v":8,"u":5,"t":7,"s":5,"r":8,"o":10,"k":8,"i":7,"e":11,"d":6,"c":8,"b":7,"a":10}},"u":{"d":"112,-24v72,-2,47,-100,51,-169r27,0r0,193r-27,0r0,-24v-46,48,-127,24,-127,-58r0,-111r27,0v6,66,-25,171,49,169","w":221,"k":{"z":4,"x":4,"w":7,"u":7,"t":3,"s":3,"r":7,"p":3,"m":4,"l":4,"k":7,"j":14,"i":5,"h":4,"g":4,"e":1,"d":-2,"b":8,"a":5}},"v":{"d":"73,0r-61,-193r29,0r50,167r50,-167r29,0r-61,193r-36,0","w":182,"k":{"y":5,"v":5,"u":10,"t":5,"s":4,"o":7,"i":12,"e":13,"d":7,"b":9,"a":16}},"w":{"d":"273,-193r-53,193r-38,0r-38,-154r-38,154r-37,0r-53,-193r29,0r42,167r42,-167r30,0r43,167r41,-167r30,0","w":288,"k":{"y":6,"u":9,"t":9,"s":5,"r":7,"o":7,"n":7,"l":7,"k":7,"i":10,"g":5,"e":9,"c":7,"a":16}},"x":{"d":"177,-193r-65,97r65,96r-32,0r-50,-73r-49,73r-33,0r65,-96r-65,-97r33,0r49,75r50,-75r32,0","w":189,"k":{"u":14,"o":14,"n":3,"m":4,"i":7,"e":13,"b":7}},"y":{"d":"96,35v-10,33,-32,43,-74,38r3,-26v36,9,49,-10,54,-43r-70,-197r28,0r55,161r48,-161r30,0","w":171,"k":{"z":4,"w":4,"u":5,"s":4,"r":4,"p":-9,"m":4,"i":4,"g":2,"f":-3,"e":4,"a":12,",":6}},"z":{"d":"161,-193v1,33,-1,35,-20,58r-93,110r117,0r0,25r-137,0r-11,-31r117,-137r-106,0r-3,-25r136,0","w":188,"k":{"z":4,"y":7,"u":8,"t":4,"s":7,"r":4,"o":10,"l":4,"i":9,"h":4,"e":13,"c":9,"a":14}},"{":{"d":"71,-195v27,19,39,79,-2,89v42,7,28,68,4,86v-17,12,-40,46,5,46v7,0,12,-1,17,-1r4,24v-67,15,-101,-49,-49,-86v8,-9,23,-22,22,-34v-1,-21,-25,-27,-49,-23r0,-24v27,1,58,-8,46,-35v-11,-24,-45,-37,-46,-70v0,-33,39,-44,76,-39r-4,24v-17,-2,-44,-2,-44,15v0,10,14,21,20,28","w":122},"|":{"d":"36,79r0,-355r27,0r0,355r-27,0","w":98},"}":{"d":"49,-18v-27,-18,-39,-79,2,-89v-42,-7,-29,-67,-5,-86v17,-12,40,-46,-5,-45r-17,0r-4,-24v37,-5,76,6,76,39v0,33,-42,51,-48,81v2,21,23,26,48,24r0,24v-49,-9,-59,34,-26,58v15,11,25,24,26,46v0,33,-39,45,-76,39r4,-24v17,2,47,1,44,-15v0,-9,-14,-20,-19,-28","w":118},"~":{"d":"165,-94v-45,51,-101,-36,-143,17r0,-30v45,-49,101,37,143,-17r0,30"},"'":{"d":"54,-185r-28,0r-4,-94r36,0","w":79},"`":{"d":"98,-217r-45,-54r39,0v11,19,26,33,34,54r-28,0","w":180},"\"":{"d":"54,-186r-28,0r-4,-94r35,0xm116,-186r-29,0r-3,-94r35,0","w":140},"!":{"d":"66,-82r-23,0r-3,-182r29,0xm54,2v-13,0,-19,-6,-19,-20v0,-13,6,-20,19,-20v13,0,19,7,19,20v0,14,-6,20,-19,20","w":109},"\u00a0":{"w":86}}});

