/*
 * 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:
 * © 1998 [T-26] a digital type foundry 1110 N. Milwaukee Ave. Chicago, IL 60622
 * USA ¥ T0433 ¥ÊID#5100853 ¥ Designer: Peter Bruhn for Fountain ¥ÊAll rights
 * reserved.
 */
Cufon.registerFont({"w":180,"face":{"font-family":"MercurySmallCaps","font-weight":400,"font-variant":"small-caps","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 0 0 0 0 0 0","ascent":"256","descent":"-104","x-height":"3","bbox":"-22 -314 340 83","underline-thickness":"6.48","underline-position":"-52.2","stemh":"25","stemv":"27","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":97},"\u00d0":{},"\u00f0":{},"\u00dd":{"w":176},"\u00fd":{},"\u00de":{},"\u00fe":{},"\u00bd":{},"\u00bc":{},"\u00b9":{},"\u00be":{},"\u00b3":{},"\u00b2":{},"\u00a6":{},"\u00d7":{"w":142},"!":{"d":"48,-165r-2,105r-24,0r-3,-105r29,0xm55,-15v0,11,-10,20,-21,20v-12,0,-21,-9,-21,-20v0,-12,9,-21,21,-21v11,0,21,9,21,21","w":69},"\"":{"d":"87,-231r-4,77r-14,0r-4,-77r22,0xm40,-231r-4,77r-14,0r-4,-77r22,0","w":105},"#":{"d":"284,-236v74,1,75,121,0,122v-74,-1,-73,-121,0,-122xm340,-73r-111,0r0,-22r111,0r0,22xm202,4r-145,-169r0,165r-27,0r0,-236r145,166r0,-161r27,0r0,235xm315,-175v0,-20,-10,-37,-31,-37v-20,0,-29,17,-29,37v0,20,9,38,29,38v21,0,31,-18,31,-38","w":365},"$":{"d":"120,-126v0,24,-17,38,-38,42r0,20r-19,0r0,-20v-12,-1,-24,-6,-35,-15r6,-17v0,0,14,8,29,9r0,-47v-16,-7,-34,-17,-34,-41v0,-22,15,-37,34,-41r0,-16r19,0r0,15v12,1,23,7,34,16r-6,17v0,0,-13,-8,-28,-9r0,41v17,8,38,18,38,46xm63,-181r0,-29v-12,7,-12,22,0,29xm82,-108v16,-5,16,-30,0,-37r0,37","w":139},"%":{"d":"152,-155r-92,159r-19,-5r66,-113r-6,-3v-3,18,-19,32,-37,32v-21,0,-37,-17,-37,-38v0,-39,54,-49,70,-17v3,6,16,11,20,8r16,-28xm167,-34v0,21,-16,38,-37,38v-20,0,-37,-17,-37,-38v0,-21,17,-37,37,-37v21,0,37,16,37,37xm78,-123v0,-9,-6,-15,-14,-15v-8,0,-14,6,-14,15v0,8,6,15,14,15v8,0,14,-7,14,-15xm144,-34v0,-9,-6,-15,-14,-15v-8,0,-14,6,-14,15v0,8,6,15,14,15v8,0,14,-7,14,-15","w":198},"&":{"d":"146,-59r-20,0r0,59v-15,2,-22,-3,-21,-17v-28,33,-92,24,-94,-23v0,-23,15,-37,31,-49v-23,-22,-17,-71,23,-70v20,0,36,13,36,33v0,40,-65,58,-65,85v0,12,10,21,23,21v23,0,38,-18,40,-39r-20,0r0,-23r67,0r0,23xm62,-104v11,-6,23,-32,2,-34v-18,1,-11,25,-2,34","w":159},"'":{"d":"40,-231r-4,77r-14,0r-4,-77r22,0","w":57},"(":{"d":"88,19r-14,12v-65,-83,-65,-203,0,-287r14,13v-50,75,-50,188,0,262","w":93},")":{"d":"19,-255v64,82,65,204,1,287r-15,-12v51,-75,51,-187,0,-262","w":93},"*":{"d":"148,-196r-52,28r26,53r-43,-41r-43,41r26,-53r-52,-28r58,8r11,-59r11,59","w":157},"+":{"d":"149,-81r-54,0r0,54r-24,0r0,-54r-54,0r0,-24r54,0r0,-54r24,0r0,54r54,0r0,24","w":166},",":{"d":"60,-15r-43,63r-10,-10r18,-39v-14,-11,-4,-36,14,-35v12,0,21,9,21,21","w":75},"-":{"d":"107,-94r-74,0r0,-22r74,0r0,22","w":140},".":{"d":"62,-15v0,11,-10,20,-21,20v-12,0,-21,-9,-21,-20v0,-12,9,-21,21,-21v11,0,21,9,21,21","w":76},"\/":{"d":"158,-250r-116,277r-23,-6r116,-278","w":167},"0":{"d":"165,-78v0,41,-26,81,-74,81v-48,0,-73,-40,-73,-81v0,-41,25,-81,73,-81v48,0,74,40,74,81xm139,-78v0,-29,-15,-58,-48,-58v-63,0,-64,116,0,116v33,0,48,-28,48,-58","w":182},"1":{"d":"87,0r-64,0r0,-24r19,0r0,-107r-24,0v0,-6,-2,-18,4,-18r47,-9r0,134r18,0r0,24","w":105},"2":{"d":"138,-112v-1,39,-73,64,-89,88r87,0r0,24r-115,0v-17,-58,83,-73,91,-111v3,-13,-17,-23,-32,-23v-30,0,-47,12,-47,12r-5,-16v33,-32,112,-25,110,26","w":158},"3":{"d":"116,-45v63,26,38,128,-35,128v-20,0,-40,-8,-55,-21v4,-31,12,0,56,-3v27,-1,43,-18,43,-46v0,-33,-22,-47,-53,-47r0,-22v26,0,48,-12,48,-40v0,-23,-16,-38,-38,-38v-30,0,-51,12,-51,12r-5,-16v40,-38,122,-19,120,42v0,22,-11,40,-30,51","w":178},"4":{"d":"157,0r-29,0r0,67r-26,0r0,-67r-92,0r118,-168r0,145r29,0r0,23xm102,-23r0,-64r-44,64r44,0"},"5":{"d":"156,4v0,68,-85,102,-134,58v4,-31,11,-3,55,-4v30,0,53,-26,53,-55v0,-52,-66,-76,-91,-33r-13,-2r25,-122r97,0r0,24r-76,0r-12,60v53,-23,96,21,96,74","w":187},"6":{"d":"170,-77v0,43,-28,81,-74,81v-71,-1,-67,-77,-67,-150v0,-46,19,-90,68,-90v17,0,35,6,48,17v-6,26,-6,4,-45,4v-39,0,-47,44,-45,80v41,-51,115,-4,115,58xm144,-76v0,-29,-16,-58,-48,-58v-39,0,-42,38,-42,57v0,29,10,57,42,57v32,0,48,-28,48,-56","w":187},"7":{"d":"170,-154r-105,231r-27,0r92,-207r-112,0r0,-24r152,0"},"8":{"d":"167,-66v0,43,-31,71,-73,71v-71,0,-101,-101,-38,-125v-54,-30,-26,-116,38,-116v64,0,90,88,37,116v23,8,36,30,36,54xm134,-172v0,-24,-17,-41,-41,-41v-25,0,-40,18,-40,42v0,24,18,39,41,39v23,0,40,-17,40,-40xm140,-63v0,-26,-20,-46,-46,-46v-26,0,-47,19,-47,45v0,28,19,45,47,45v27,0,46,-16,46,-44","w":187},"9":{"d":"165,-77v0,76,5,157,-69,159v-17,0,-35,-6,-48,-17v5,-26,7,-3,46,-4v38,-1,46,-43,44,-79v-42,50,-115,2,-115,-59v0,-43,27,-81,73,-81v46,0,69,37,69,81xm139,-77v0,-29,-11,-57,-43,-57v-32,0,-47,27,-47,56v0,29,16,58,48,58v39,0,42,-38,42,-57","w":187},":":{"d":"62,-130v0,12,-9,21,-21,21v-11,0,-21,-9,-21,-21v0,-12,10,-20,21,-20v12,0,21,8,21,20xm62,-15v0,11,-9,20,-21,20v-11,0,-21,-9,-21,-20v0,-12,10,-21,21,-21v12,0,21,9,21,21","w":77},";":{"d":"60,-130v0,12,-9,21,-20,21v-11,0,-21,-9,-21,-21v0,-12,10,-20,21,-20v11,0,20,8,20,20xm60,-15r-43,63r-10,-10r18,-39v-13,-12,-2,-36,15,-35v11,0,20,9,20,21","w":75},"<":{"d":"130,-16r-9,8r-104,-85r104,-85r9,9r-65,76","w":147},"=":{"d":"147,-104r-130,0r0,-25r130,0r0,25xm147,-57r-130,0r0,-25r130,0r0,25","w":164},">":{"d":"130,-93r-104,85r-9,-8r66,-77r-66,-76r9,-9","w":147},"?":{"d":"32,-71v-3,-34,37,-25,43,-50v0,-10,-7,-15,-18,-15v-18,0,-33,9,-33,9r-5,-17v27,-25,79,-19,80,23v2,38,-33,28,-42,51v0,5,3,9,13,9r-7,18v-21,0,-31,-17,-31,-28xm68,-14v0,10,-8,17,-17,17v-9,0,-17,-7,-17,-17v0,-9,8,-17,17,-17v9,0,17,7,17,17","w":111},"@":{"d":"281,-117v0,33,-18,76,-57,76v-19,0,-34,-13,-41,-30v-31,26,-74,-6,-74,-42v0,-29,20,-55,50,-55v39,1,45,33,45,75v0,14,7,28,22,28v23,0,30,-34,30,-52v0,-56,-43,-95,-98,-95v-55,0,-98,39,-98,95v0,45,33,94,80,102r-8,15v-60,-6,-97,-60,-97,-118v0,-70,55,-119,123,-119v69,0,123,51,123,120xm181,-92v0,-24,4,-51,-22,-52v-34,-1,-39,59,-3,60v8,0,19,-3,25,-8","w":316},"A":{"d":"182,0r-30,0r-23,-63r-71,0r-23,63r-30,0r88,-235xm120,-86r-27,-73r-26,73r53,0","w":186},"B":{"d":"163,-65v-1,67,-66,68,-133,65r0,-231v60,-2,115,-1,116,61v0,20,-10,38,-28,47v27,8,45,30,45,58xm120,-170v0,-37,-28,-39,-63,-38r0,79v36,2,63,-7,63,-41xm136,-64v0,-41,-38,-46,-79,-44r0,84v40,1,79,2,79,-40","w":182},"C":{"d":"183,-16v-70,57,-171,-12,-161,-100v-8,-85,89,-155,161,-100v-7,29,-8,4,-52,4v-59,0,-82,50,-82,96v0,46,21,97,82,97v29,0,46,-12,46,-12","w":202},"D":{"d":"191,-115v0,91,-61,125,-161,115r0,-231v100,-10,161,25,161,116xm164,-116v0,-66,-36,-96,-107,-91r0,183v71,4,107,-25,107,-92","w":209},"E":{"d":"153,0r-123,0r0,-231r123,0r0,24r-96,0r0,71r82,0r0,24r-82,0r0,88r96,0r0,24","w":165},"F":{"d":"140,-207r-90,0r0,71r79,0r0,24r-79,0r0,112r-27,0r0,-231r117,0r0,24","w":149},"G":{"d":"220,0v0,0,-18,1,-18,-4r-4,-33v-14,30,-49,42,-73,42v-66,0,-100,-57,-100,-117v0,-62,35,-124,103,-124v20,0,40,8,55,20v-5,31,-9,3,-52,4v-55,0,-78,51,-78,99v0,43,24,94,73,94v40,0,65,-37,65,-74r-58,0r0,-24r87,0r0,117","w":249},"H":{"d":"183,0r-27,0r0,-111r-99,0r0,111r-27,0r0,-231r27,0r0,96r99,0r0,-96r27,0r0,231","w":212},"I":{"d":"82,0r-64,0r0,-24r18,0r0,-184r-18,0r0,-23r64,0r0,23r-19,0r0,184r19,0r0,24","w":104},"J":{"d":"124,-207r-19,0r0,154v6,56,-62,73,-97,39v4,-26,7,-2,45,-3v18,0,25,-19,25,-35r0,-155r-18,0r0,-24r64,0r0,24","w":146},"K":{"d":"157,-231r-70,116r67,115r-30,0r-67,-113r0,113r-27,0r0,-231r27,0r0,115r69,-115r31,0","w":161},"L":{"d":"138,0r-108,0r0,-231r27,0r0,207r81,0r0,24","w":138},"M":{"d":"212,0r-27,0r0,-162r-63,73r-65,-76r0,165r-27,0r0,-236r92,105r90,-105r0,236","w":241},"N":{"d":"202,4r-145,-169r0,165r-27,0r0,-236r145,166r0,-161r27,0r0,235","w":231},"O":{"d":"228,-116v0,62,-36,121,-103,121v-67,0,-103,-60,-103,-121v0,-61,36,-120,103,-120v67,0,103,58,103,120xm125,-20v103,-1,102,-190,0,-192v-102,2,-101,190,0,192","w":250},"P":{"d":"155,-165v-1,55,-42,74,-98,70r0,95r-27,0r0,-231v65,-2,125,-2,125,66xm129,-165v0,-39,-34,-45,-72,-43r0,90v40,2,72,-7,72,-47","w":163},"Q":{"d":"125,-236v132,0,137,227,13,240v-2,24,0,45,24,45v26,0,41,-10,41,-10r5,14v-37,33,-110,16,-97,-49v-121,-15,-117,-240,14,-240xm125,-20v103,-1,102,-190,0,-192v-102,2,-101,190,0,192","w":250},"R":{"d":"171,0r-30,0r-61,-95r-23,0r0,95r-27,0r0,-231v65,-2,125,-2,125,66v0,36,-19,58,-48,66xm129,-165v0,-39,-34,-45,-72,-43r0,90v40,2,72,-7,72,-47","w":178},"S":{"d":"158,-65v0,41,-30,70,-71,70v-30,0,-56,-10,-71,-23r6,-16v37,20,109,24,109,-31v0,-55,-106,-45,-106,-113v0,-61,83,-73,121,-38v-5,31,-9,3,-52,4v-19,0,-42,13,-42,34v0,49,106,37,106,113","w":175},"T":{"d":"150,-207r-59,0r0,207r-27,0r0,-207r-59,0r0,-24r145,0r0,24","w":154},"U":{"d":"182,-77v0,46,-30,82,-77,82v-49,0,-77,-37,-77,-84r0,-152r27,0r0,151v0,32,14,60,50,60v38,0,50,-29,50,-62r0,-149r27,0r0,154","w":209},"V":{"d":"183,-231r-89,235r-89,-235r30,0r59,158r58,-158r31,0","w":187},"W":{"d":"264,-231r-89,235r-41,-108r-40,108r-89,-235r30,0r59,158r40,-110r41,110r59,-158r30,0","w":268},"X":{"d":"166,0r-30,0r-50,-92r-50,92r-31,0r66,-120r-60,-111r31,0r45,83r45,-83r31,0r-61,111","w":171},"Y":{"d":"171,-231r-69,131r0,100r-27,0r0,-100r-70,-131r31,0r52,101r52,-101r31,0","w":176},"Z":{"d":"164,-231r-112,207r112,0r0,24r-155,0r112,-207r-97,0r0,-24r140,0","w":174},"[":{"d":"96,35r-71,0r0,-295r71,0r0,23r-44,0r0,248r44,0r0,24","w":101},"\\":{"d":"148,3r-25,0r-114,-260r26,0","w":167},"]":{"d":"77,35r-72,0r0,-24r45,0r0,-248r-45,0r0,-23r72,0r0,295","w":102},"^":{"d":"161,-124r-7,10r-62,-69r-61,69r-8,-10r69,-109","w":167},"_":{"d":"159,51r-168,0r0,-20r168,0r0,20","w":150},"`":{"d":"78,-186r-13,12r-55,-45r22,-15","w":87},"a":{"d":"135,0r-28,0r-16,-35r-43,0r-15,35r-28,0r64,-161xm82,-58r-13,-33r-12,33r25,0","w":138},"b":{"d":"119,-46v-2,48,-47,48,-95,46r0,-157v43,-1,82,-1,84,44v0,12,-5,22,-14,29v15,7,25,21,25,38xm83,-113v0,-19,-14,-22,-34,-21r0,43v20,1,34,-4,34,-22xm94,-45v0,-22,-22,-25,-45,-24r0,46v23,1,46,-1,45,-22","w":134},"c":{"d":"133,-12v-50,40,-122,-7,-115,-66v-5,-58,65,-107,115,-66r-6,17v0,0,-15,-9,-33,-9v-69,0,-70,116,0,116v18,0,33,-10,33,-10","w":148},"d":{"d":"139,-78v0,62,-46,85,-115,78r0,-157v70,-7,115,17,115,79xm113,-78v0,-39,-21,-59,-64,-56r0,111v43,2,64,-15,64,-55","w":153},"e":{"d":"112,0r-88,0r0,-157r88,0r0,23r-63,0r0,39r54,0r0,23r-54,0r0,49r63,0r0,23","w":122},"f":{"d":"102,-134r-59,0r0,39r52,0r0,23r-52,0r0,72r-25,0r0,-157r84,0r0,23","w":110},"g":{"d":"159,0v-15,2,-22,-3,-21,-17v-46,48,-125,1,-118,-59v-6,-58,63,-110,115,-68r-6,17v0,0,-16,-9,-34,-9v-66,-1,-64,114,-2,116v23,0,37,-18,39,-39r-39,0r0,-23r66,0r0,82","w":182},"h":{"d":"133,0r-25,0r0,-71r-59,0r0,71r-25,0r0,-157r25,0r0,62r59,0r0,-62r25,0r0,157","w":156},"i":{"d":"60,0r-45,0r0,-23r11,0r0,-111r-11,0r0,-23r45,0r0,23r-11,0r0,111r11,0r0,23","w":78},"j":{"d":"90,-134r-12,0v-6,53,21,134,-36,137v-12,0,-24,-5,-36,-14r6,-16v1,4,48,19,41,-10r0,-97r-12,0r0,-23r49,0r0,23","w":108},"k":{"d":"118,-157r-49,79r47,78r-29,0r-38,-64r0,64r-25,0r0,-157r25,0r0,66r40,-66r29,0","w":118},"l":{"d":"101,0r-77,0r0,-157r24,0r0,134r53,0r0,23","w":102},"m":{"d":"154,0r-26,0r0,-92r-39,42r-40,-44r0,94r-25,0r0,-159r65,71r65,-71r0,159","w":177},"n":{"d":"147,3r-98,-98r0,95r-25,0r0,-160r97,96r0,-93r26,0r0,160","w":170},"o":{"d":"165,-78v0,41,-26,81,-74,81v-48,0,-73,-40,-73,-81v0,-41,25,-81,73,-81v48,0,74,40,74,81xm139,-78v0,-29,-15,-58,-48,-58v-64,0,-63,116,0,116v33,0,48,-28,48,-58","w":182},"p":{"d":"113,-110v0,37,-27,51,-64,49r0,61r-25,0r0,-157v46,-1,89,-1,89,47xm89,-110v0,-21,-18,-25,-40,-24r0,50v23,1,40,-4,40,-26","w":120},"q":{"d":"91,-159v93,0,98,150,13,163v0,13,-2,22,13,22v16,0,29,-8,29,-8r6,15v-27,26,-80,18,-74,-29v-84,-13,-79,-163,13,-163xm139,-77v0,-30,-15,-59,-48,-59v-33,0,-47,29,-47,59v0,29,14,58,47,58v33,0,48,-28,48,-58","w":182},"r":{"d":"127,0r-28,0r-41,-61r-9,0r0,61r-26,0r0,-157v47,-1,90,-2,91,47v0,23,-12,38,-30,45xm89,-110v0,-21,-18,-25,-40,-24r0,50v23,1,40,-4,40,-26","w":131},"s":{"d":"114,-46v0,53,-71,61,-101,32r6,-17v24,14,69,19,70,-14v0,-32,-70,-26,-70,-73v0,-45,59,-52,88,-26r-5,17v-2,-6,-57,-18,-57,9v0,27,69,21,69,72","w":128},"t":{"d":"108,-134r-39,0r0,134r-25,0r0,-134r-39,0r0,-23r103,0r0,23","w":113},"u":{"d":"132,-157v-3,69,18,160,-54,160v-74,1,-53,-90,-56,-160r26,0v7,49,-22,137,29,137v53,0,22,-89,30,-137r25,0","w":154},"v":{"d":"133,-157r-65,161r-65,-161r28,0r37,91r37,-91r28,0","w":136},"w":{"d":"191,-157r-66,161r-28,-70r-28,70r-66,-161r28,0r38,91r28,-71r28,71r38,-91r28,0","w":194},"x":{"d":"122,0r-28,0r-31,-55r-32,55r-29,0r46,-81r-42,-76r29,0r28,50r28,-50r30,0r-44,76","w":124},"y":{"d":"126,-157r-49,90r0,67r-26,0r0,-67r-48,-90r28,0r33,62r33,-62r29,0","w":128},"z":{"d":"121,-157r-75,134r72,0r0,23r-113,0r75,-134r-62,0r0,-23r103,0","w":127},"{":{"d":"89,39v-35,1,-60,-2,-60,-38v0,-48,8,-97,-31,-110v41,-11,31,-63,31,-110v0,-36,26,-38,60,-37r0,19v-18,0,-33,-2,-33,22v0,43,10,87,-21,107v32,19,21,63,21,106v0,23,15,21,33,21r0,20","w":92},"|":{"d":"60,35r-25,0r0,-297r25,0r0,297","w":95},"}":{"d":"92,-109v-39,13,-31,61,-31,110v0,36,-25,39,-60,38r0,-20v18,0,33,2,33,-21v0,-43,-10,-87,21,-106v-31,-20,-21,-64,-21,-107v0,-24,-15,-22,-33,-22r0,-19v35,-1,60,1,60,37v0,47,-10,99,31,110","w":90},"~":{"d":"181,-107v-10,18,-26,40,-49,40v-23,0,-51,-24,-66,-28v-16,-4,-36,9,-43,20r-8,-5v10,-18,27,-40,50,-40v23,0,51,25,66,29v16,4,36,-10,43,-21","w":196},"\u00c4":{"d":"144,-268v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-19,20,-19v11,0,20,8,20,19xm82,-268v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-19,20,-19v11,0,20,8,20,19xm182,0r-30,0r-23,-63r-71,0r-23,63r-30,0r88,-235xm120,-86r-27,-73r-26,73r53,0","w":186},"\u00c5":{"d":"182,0r-30,0r-23,-63r-71,0r-23,63r-30,0r82,-220v-32,-5,-28,-57,6,-57v34,0,39,52,6,57xm105,-248v0,-7,-5,-13,-12,-13v-7,0,-12,6,-12,13v0,7,5,13,12,13v7,0,12,-6,12,-13xm120,-86r-27,-73r-26,73r53,0","w":186},"\u00c7":{"d":"183,-16v-13,10,-29,18,-45,20v0,4,-5,11,-3,14v14,0,21,10,21,23v2,25,-30,39,-48,21r4,-9v18,17,40,-10,20,-19v-3,0,-5,-2,-9,6r-12,0r10,-35v-66,-3,-99,-58,-99,-121v0,-86,89,-155,161,-100v-7,29,-8,4,-52,4v-59,0,-82,50,-82,96v0,46,21,97,82,97v29,0,46,-12,46,-12","w":210},"\u00c9":{"d":"150,-298r-54,45r-13,-12r46,-49xm153,0r-123,0r0,-231r123,0r0,24r-96,0r0,71r82,0r0,24r-82,0r0,88r96,0r0,24","w":165},"\u00d1":{"d":"182,-288v-8,14,-19,29,-37,29v-28,0,-55,-33,-77,-6r-8,-5v8,-14,19,-29,37,-29v28,0,56,32,77,5xm208,4r-145,-169r0,165r-27,0r0,-236r145,166r0,-161r27,0r0,235","w":221},"\u00d6":{"d":"175,-267v0,11,-9,19,-20,19v-11,0,-20,-8,-20,-19v0,-11,9,-20,20,-20v11,0,20,9,20,20xm112,-267v0,11,-8,19,-19,19v-11,0,-21,-8,-21,-19v0,-11,10,-20,21,-20v11,0,19,9,19,20xm228,-116v0,62,-36,121,-103,121v-67,0,-103,-60,-103,-121v0,-61,36,-120,103,-120v67,0,103,58,103,120xm125,-20v103,-1,102,-190,0,-192v-102,2,-101,190,0,192","w":250},"\u00dc":{"d":"156,-267v0,11,-9,19,-20,19v-11,0,-20,-8,-20,-19v0,-11,9,-20,20,-20v11,0,20,9,20,20xm94,-267v0,11,-9,19,-20,19v-11,0,-20,-8,-20,-19v0,-11,9,-20,20,-20v11,0,20,9,20,20xm182,-77v0,46,-30,82,-77,82v-49,0,-77,-37,-77,-84r0,-152r27,0r0,151v0,32,14,60,50,60v38,0,50,-29,50,-62r0,-149r27,0r0,154","w":209},"\u00e1":{"d":"121,-219r-54,45r-13,-12r45,-48xm135,0r-28,0r-16,-35r-43,0r-15,35r-28,0r64,-161xm82,-58r-13,-33r-12,33r25,0","w":138},"\u00e0":{"d":"79,-186r-13,12r-55,-45r22,-15xm135,0r-28,0r-16,-35r-43,0r-15,35r-28,0r64,-161xm82,-58r-13,-33r-12,33r25,0","w":138},"\u00e2":{"d":"107,-177r-6,6r-36,-30r-37,30r-5,-6r42,-55xm135,0r-28,0r-16,-35r-43,0r-15,35r-28,0r64,-161xm82,-58r-13,-33r-12,33r25,0","w":138},"\u00e4":{"d":"120,-192v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20xm57,-192v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20xm135,0r-28,0r-16,-35r-43,0r-15,35r-28,0r64,-161xm82,-58r-13,-33r-12,33r25,0","w":138},"\u00e3":{"d":"127,-208v-8,14,-19,28,-37,28v-28,0,-55,-32,-76,-5r-9,-5v8,-14,19,-29,37,-29v28,0,56,32,77,5xm135,0r-28,0r-16,-35r-43,0r-15,35r-28,0r64,-161xm82,-58r-13,-33r-12,33r25,0","w":138},"\u00e5":{"d":"98,-184v0,15,-13,27,-28,27v-15,0,-28,-12,-28,-27v0,-15,13,-28,28,-28v15,0,28,13,28,28xm135,0r-28,0r-16,-35r-43,0r-15,35r-28,0r64,-161xm82,-184v0,-15,-24,-15,-24,0v0,14,24,14,24,0xm82,-58r-13,-33r-12,33r25,0","w":138},"\u00e7":{"d":"129,-12v-11,8,-22,14,-34,15r-4,15v14,0,22,10,22,23v2,25,-30,39,-48,21r4,-9v18,17,39,-10,20,-19v-5,-2,-11,9,-22,6r11,-37v-90,-8,-86,-163,9,-162v14,0,29,5,42,15r-6,17v0,0,-15,-9,-33,-9v-69,0,-70,116,0,116v18,0,33,-10,33,-10","w":139},"\u00e9":{"d":"110,-219r-55,45r-13,-12r46,-48xm112,0r-88,0r0,-157r88,0r0,23r-63,0r0,39r54,0r0,23r-54,0r0,49r63,0r0,23","w":122},"\u00e8":{"d":"94,-186r-13,12r-55,-45r22,-15xm112,0r-88,0r0,-157r88,0r0,23r-63,0r0,39r54,0r0,23r-54,0r0,49r63,0r0,23","w":122},"\u00ea":{"d":"108,-177r-5,6r-36,-30r-37,30r-5,-6r42,-55xm112,0r-88,0r0,-157r88,0r0,23r-63,0r0,39r54,0r0,23r-54,0r0,49r63,0r0,23","w":122},"\u00eb":{"d":"126,-192v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20xm64,-192v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20xm117,0r-88,0r0,-157r88,0r0,23r-64,0r0,39r55,0r0,23r-55,0r0,49r64,0r0,23","w":122},"\u00ed":{"d":"94,-219r-55,45r-13,-12r45,-48xm55,0r-45,0r0,-23r11,0r0,-111r-11,0r0,-23r45,0r0,23r-11,0r0,111r11,0r0,23","w":78},"\u00ec":{"d":"46,-186r-13,12r-55,-45r22,-15xm57,0r-46,0r0,-23r11,0r0,-111r-11,0r0,-23r46,0r0,23r-12,0r0,111r12,0r0,23","w":78},"\u00ee":{"d":"76,-177r-6,6r-36,-30r-36,30r-6,-6r42,-55xm57,0r-45,0r0,-23r11,0r0,-111r-11,0r0,-23r45,0r0,23r-11,0r0,111r11,0r0,23","w":78},"\u00ef":{"d":"82,-192v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20xm20,-192v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20xm54,0r-45,0r0,-23r11,0r0,-111r-11,0r0,-23r45,0r0,23r-11,0r0,111r11,0r0,23","w":78},"\u00f1":{"d":"149,-208v-8,14,-19,28,-37,28v-28,0,-56,-32,-77,-5r-8,-5v8,-14,19,-29,37,-29v28,0,56,32,77,5xm153,3r-98,-98r0,95r-25,0r0,-160r97,96r0,-93r26,0r0,160","w":177},"\u00f3":{"d":"145,-219r-55,45r-13,-12r46,-48xm165,-78v0,41,-26,81,-74,81v-48,0,-73,-40,-73,-81v0,-41,25,-81,73,-81v48,0,74,40,74,81xm139,-78v0,-29,-15,-58,-48,-58v-64,0,-63,116,0,116v33,0,48,-28,48,-58","w":182},"\u00f2":{"d":"97,-186r-13,12r-55,-45r22,-15xm165,-78v0,41,-26,81,-74,81v-48,0,-73,-40,-73,-81v0,-41,25,-81,73,-81v48,0,74,40,74,81xm139,-78v0,-29,-15,-58,-48,-58v-64,0,-63,116,0,116v33,0,48,-28,48,-58","w":182},"\u00f4":{"d":"128,-177r-6,6r-36,-30r-36,30r-6,-6r42,-55xm165,-78v0,41,-26,81,-74,81v-48,0,-73,-40,-73,-81v0,-41,25,-81,73,-81v48,0,74,40,74,81xm139,-78v0,-29,-15,-58,-48,-58v-64,0,-63,116,0,116v33,0,48,-28,48,-58","w":182},"\u00f6":{"d":"141,-192v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20xm79,-192v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20xm165,-78v0,41,-26,81,-74,81v-48,0,-73,-40,-73,-81v0,-41,25,-81,73,-81v48,0,74,40,74,81xm139,-78v0,-29,-15,-58,-48,-58v-64,0,-63,116,0,116v33,0,48,-28,48,-58","w":182},"\u00f5":{"d":"150,-208v-8,14,-18,28,-36,28v-28,0,-56,-32,-77,-5r-8,-5v8,-14,19,-29,37,-29v28,0,56,32,77,5xm165,-78v0,41,-26,81,-74,81v-48,0,-73,-40,-73,-81v0,-41,25,-81,73,-81v48,0,74,40,74,81xm139,-78v0,-29,-15,-58,-48,-58v-64,0,-63,116,0,116v33,0,48,-28,48,-58","w":182},"\u00fa":{"d":"129,-219r-55,45r-13,-12r46,-48xm132,-157v-3,69,18,160,-54,160v-74,1,-53,-90,-56,-160r26,0v7,49,-22,137,29,137v53,0,22,-89,30,-137r25,0","w":154},"\u00f9":{"d":"92,-186r-13,12r-55,-45r22,-15xm132,-157v-3,69,18,160,-54,160v-74,1,-53,-90,-56,-160r26,0v7,49,-22,137,29,137v53,0,22,-89,30,-137r25,0","w":154},"\u00fb":{"d":"114,-177r-5,6r-36,-30r-37,30r-5,-6r42,-55xm132,-157v-3,69,18,160,-54,160v-74,1,-53,-90,-56,-160r26,0v7,49,-22,137,29,137v53,0,22,-89,30,-137r25,0","w":154},"\u00fc":{"d":"125,-192v0,11,-10,20,-21,20v-11,0,-19,-9,-19,-20v0,-11,8,-20,19,-20v11,0,21,9,21,20xm62,-192v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20xm132,-157v-3,69,18,160,-54,160v-74,1,-53,-90,-56,-160r26,0v7,49,-22,137,29,137v53,0,22,-89,30,-137r25,0","w":154},"\u00b0":{"d":"131,-186v0,30,-25,55,-55,55v-30,0,-55,-25,-55,-55v0,-30,25,-55,55,-55v30,0,55,25,55,55xm111,-186v0,-20,-16,-35,-35,-35v-20,0,-35,15,-35,35v0,19,15,35,35,35v19,0,35,-16,35,-35","w":151},"\u00a2":{"d":"133,-89v-11,9,-23,14,-35,15r0,32r-19,0r0,-33v-83,-10,-79,-150,0,-161r0,-25r19,0r0,25v12,1,24,6,35,15r-6,17v0,0,-15,-9,-33,-9v-69,0,-70,116,0,116v18,0,33,-10,33,-10","w":151},"\u00a3":{"d":"118,-144r-6,17v-2,-6,-57,-17,-57,9r0,31r36,0r0,23r-36,0r0,41r60,0r0,23r-103,0r0,-23r18,0r0,-41r-18,0r0,-23r19,0v-13,-64,44,-92,87,-57","w":128},"\u00a7":{"d":"122,-53v0,30,-20,56,-53,56v-50,-1,-48,-50,-48,-101v0,-47,47,-81,85,-48r-5,16v0,0,-13,-9,-29,-9v-20,0,-26,22,-26,40v33,-26,76,9,76,46xm97,-52v0,-18,-10,-34,-28,-34v-37,0,-31,66,0,66v19,0,28,-15,28,-32","w":135},"\u00b6":{"d":"126,-134r-11,0r0,163r-24,0r0,-88r-9,0r0,88r-24,0r0,-88v-27,-2,-44,-23,-44,-49v0,-52,57,-52,112,-49r0,23xm91,-82r0,-52r-9,0r0,52r9,0","w":141},"\u00df":{"d":"98,-96v42,26,27,100,-29,100r-7,-16v34,-13,36,-21,36,-39v0,-20,-14,-30,-39,-31r0,-23v34,4,39,-44,8,-46v-17,0,-19,13,-19,30r0,121r-25,0r0,-82r-13,0r0,-23r13,0v-3,-39,6,-67,44,-69v41,-2,62,54,31,78","w":137},"\u00ae":{"d":"192,-117v0,49,-39,88,-88,88v-49,0,-89,-39,-89,-88v0,-49,40,-89,89,-89v49,0,88,40,88,89xm173,-116v0,-39,-30,-70,-69,-70v-39,0,-70,32,-70,70v0,39,32,69,70,69v39,0,69,-31,69,-69xm145,-66r-20,0r-25,-38r-3,0r0,38r-18,0r0,-99v30,-2,57,0,57,30v0,13,-6,22,-18,27xm119,-135v0,-12,-9,-13,-22,-13r0,28v13,0,22,-3,22,-15","w":207},"\u00a9":{"d":"192,-117v0,49,-39,88,-88,88v-49,0,-89,-39,-89,-88v0,-49,40,-89,89,-89v49,0,88,40,88,89xm173,-116v0,-39,-30,-70,-69,-70v-39,0,-70,32,-70,70v0,39,32,69,70,69v39,0,69,-31,69,-69xm134,-76v-31,26,-75,-3,-71,-41v-4,-36,40,-68,71,-41r-4,13v0,0,-11,-7,-21,-7v-21,0,-28,17,-28,35v-7,29,32,43,49,28","w":207},"\u2122":{"d":"212,-134r-19,0r0,-60r-31,27r-32,-28r0,61r-19,0r0,-100r51,44r50,-44r0,100xm96,-217r-31,0r0,83r-19,0r0,-83r-31,0r0,-14r81,0r0,14","w":239},"\u00b4":{"d":"79,-219r-55,45r-12,-12r45,-48","w":93},"\u00a8":{"d":"150,-188v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-19,20,-19v11,0,20,8,20,19xm88,-188v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-19,20,-19v11,0,20,8,20,19","w":190},"\u00c6":{"d":"252,0r-124,0r0,-93r-73,0r0,93r-27,0v4,-98,-27,-231,77,-231r146,0r0,24r-96,0r0,71r83,0r0,24r-83,0r0,88r97,0r0,24xm128,-117r0,-90v-62,-7,-78,29,-73,90r73,0","w":263},"\u00d8":{"d":"224,-224r-24,29v51,73,17,201,-80,200v-26,0,-49,-8,-67,-27r-25,29r-14,-12r27,-31v-50,-73,-18,-200,79,-200v26,0,50,8,68,27r22,-26xm171,-189v-13,-15,-31,-23,-51,-23v-74,2,-92,96,-61,155xm69,-41v91,75,158,-57,113,-133","w":240},"\u00b1":{},"\u00a5":{"d":"167,-231r-49,91r24,0r0,19r-34,0v-3,9,-9,15,-11,25r53,0r0,19r-53,0r0,77r-27,0r0,-77r-53,0r0,-19r53,0v-1,-11,-8,-16,-11,-25r-33,0r0,-19r23,0r-48,-91r31,0r47,91r10,0r47,-91r31,0","w":167},"\u00aa":{},"\u00ba":{},"\u00e6":{"d":"187,0r-89,0r0,-54r-59,0r0,54r-25,0v3,-68,-18,-156,54,-156v0,0,74,-1,118,-1r0,23r-63,0r0,39r54,0r0,23r-54,0r0,49r64,0r0,23xm98,-77r0,-56v-44,-5,-67,8,-59,56r59,0","w":192},"\u00f8":{"d":"142,-132v39,49,12,137,-56,136v-17,0,-32,-4,-45,-15r-17,19r-11,-10r17,-21v-37,-49,-11,-137,56,-135v16,0,31,4,44,14r17,-19r12,10xm114,-125v-47,-33,-96,29,-68,81xm86,-20v45,0,60,-57,39,-92r-68,82v8,8,18,10,29,10","w":172},"\u00bf":{},"\u00a1":{},"\u00ac":{},"\u00ab":{},"\u00bb":{},"\u2026":{"d":"238,-15v0,11,-10,20,-21,20v-12,0,-22,-9,-22,-20v0,-12,10,-21,22,-21v11,0,21,9,21,21xm149,-15v0,11,-9,20,-20,20v-12,0,-21,-9,-21,-20v0,-12,9,-21,21,-21v11,0,20,9,20,21xm62,-15v0,11,-10,20,-21,20v-12,0,-21,-9,-21,-20v0,-12,9,-21,21,-21v11,0,21,9,21,21","w":252},"\u00a0":{"w":97},"\u00c0":{"d":"97,-266r-13,12r-55,-44r22,-16xm182,0r-30,0r-23,-63r-71,0r-23,63r-30,0r88,-235xm120,-86r-27,-73r-26,73r53,0","w":186},"\u00c3":{"d":"155,-288v-8,14,-19,28,-37,28v-28,0,-56,-32,-77,-5r-8,-5v8,-14,19,-29,37,-29v28,0,56,32,77,5xm182,0r-30,0r-23,-63r-71,0r-23,63r-30,0r88,-235xm120,-86r-27,-73r-26,73r53,0","w":186},"\u00d5":{"d":"187,-288v-8,14,-19,28,-37,28v-28,0,-56,-32,-77,-5r-8,-5v8,-14,19,-29,37,-29v28,0,56,32,77,5xm228,-116v0,62,-36,121,-103,121v-67,0,-103,-60,-103,-121v0,-61,36,-120,103,-120v67,0,103,58,103,120xm125,-20v103,-1,102,-190,0,-192v-102,2,-101,190,0,192","w":250},"\u2013":{"d":"147,-94r-138,0r0,-22r138,0r0,22","w":155},"\u2014":{"d":"273,-94r-264,0r0,-22r264,0r0,22","w":281},"\u201c":{"d":"132,-226r-18,38v13,12,3,37,-15,36v-12,0,-21,-9,-21,-21r44,-63xm74,-226r-19,38v14,11,5,37,-14,36v-11,0,-21,-9,-21,-21r44,-63","w":147},"\u201d":{"d":"132,-213r-44,64r-10,-10r18,-39v-13,-12,-3,-35,15,-35v11,0,21,8,21,20xm74,-213r-44,64r-10,-10r19,-39v-14,-11,-5,-37,14,-35v11,0,21,8,21,20","w":147},"\u2018":{"d":"74,-226r-19,38v14,11,5,37,-14,36v-11,0,-21,-9,-21,-21r44,-63","w":88},"\u2019":{"d":"74,-213r-44,64r-10,-10r19,-39v-14,-11,-5,-37,14,-35v11,0,21,8,21,20","w":88},"\u00f7":{"d":"112,-149v0,10,-8,18,-18,18v-10,0,-19,-8,-19,-18v0,-10,9,-18,19,-18v10,0,18,8,18,18xm174,-81r-165,0r0,-24r165,0r0,24xm112,-39v0,10,-8,19,-18,19v-10,0,-19,-9,-19,-19v0,-10,9,-18,19,-18v10,0,18,8,18,18","w":183},"\u00ff":{"d":"111,-192v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20xm49,-192v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20xm126,-157r-49,90r0,67r-26,0r0,-67r-48,-90r28,0r33,62r33,-62r29,0","w":128},"\u00a4":{"d":"15,0v-12,-70,51,-75,70,-118v4,-25,-55,-16,-57,-9r-6,-17v30,-26,88,-19,88,26v0,47,-67,50,-70,95r65,0r0,23r-90,0","w":125},"\u00b7":{"d":"118,-103v2,52,2,103,-49,106v-13,0,-24,-5,-36,-14r5,-15v0,0,14,8,29,8v19,0,26,-21,26,-39v-34,26,-76,-8,-76,-46v0,-30,19,-56,52,-56v33,0,49,27,49,56xm69,-70v39,0,31,-67,0,-67v-18,0,-28,16,-28,33v0,18,10,34,28,34","w":135},"\u00c2":{"d":"135,-251r-6,6r-36,-30r-36,30r-6,-6r42,-55xm182,0r-30,0r-23,-63r-71,0r-23,63r-30,0r88,-235xm120,-86r-27,-73r-26,73r53,0","w":186},"\u00ca":{"d":"134,-257r-6,6r-36,-29r-36,29r-6,-6r42,-55xm153,0r-123,0r0,-231r123,0r0,24r-96,0r0,71r82,0r0,24r-82,0r0,88r96,0r0,24","w":165},"\u00c1":{"d":"146,-298r-55,44r-13,-12r46,-48xm182,0r-30,0r-23,-63r-71,0r-23,63r-30,0r88,-235xm120,-86r-27,-73r-26,73r53,0","w":186},"\u00cb":{"d":"141,-267v0,11,-8,19,-19,19v-11,0,-20,-8,-20,-19v0,-11,9,-20,20,-20v11,0,19,9,19,20xm79,-267v0,11,-9,19,-20,19v-11,0,-20,-8,-20,-19v0,-11,9,-20,20,-20v11,0,20,9,20,20xm153,0r-123,0r0,-231r123,0r0,24r-96,0r0,71r82,0r0,24r-82,0r0,88r96,0r0,24","w":165},"\u00c8":{"d":"99,-266r-13,12r-55,-44r22,-16xm153,0r-123,0r0,-231r123,0r0,24r-96,0r0,71r82,0r0,24r-82,0r0,88r96,0r0,24","w":165},"\u00cd":{"d":"110,-298r-55,44r-13,-11r45,-49xm87,0r-64,0r0,-24r19,0r0,-184r-19,0r0,-23r64,0r0,23r-18,0r0,184r18,0r0,24","w":104},"\u00ce":{"d":"97,-257r-6,6r-36,-29r-36,29r-6,-6r42,-54xm87,0r-64,0r0,-24r18,0r0,-184r-18,0r0,-23r64,0r0,23r-19,0r0,184r19,0r0,24","w":104},"\u00cf":{"d":"106,-267v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20xm44,-267v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20xm87,0r-64,0r0,-24r18,0r0,-184r-18,0r0,-23r64,0r0,23r-19,0r0,184r19,0r0,24","w":104},"\u00cc":{"d":"63,-265r-13,11r-55,-44r23,-16xm86,0r-64,0r0,-24r18,0r0,-184r-18,0r0,-23r64,0r0,23r-19,0r0,184r19,0r0,24","w":104},"\u00d3":{"d":"177,-298r-54,44r-13,-12r46,-48xm228,-116v0,62,-36,121,-103,121v-67,0,-103,-60,-103,-121v0,-61,36,-120,103,-120v67,0,103,58,103,120xm125,-20v103,-1,102,-190,0,-192v-102,2,-101,190,0,192","w":250},"\u00d4":{"d":"165,-257r-6,6r-36,-29r-36,29r-6,-6r42,-55xm228,-116v0,62,-36,121,-103,121v-67,0,-103,-60,-103,-121v0,-61,36,-120,103,-120v67,0,103,58,103,120xm125,-20v103,-1,102,-190,0,-192v-102,2,-101,190,0,192","w":250},"\u00d2":{"d":"133,-266r-13,12r-55,-44r22,-16xm228,-116v0,62,-36,121,-103,121v-67,0,-103,-60,-103,-121v0,-61,36,-120,103,-120v67,0,103,58,103,120xm125,-20v103,-1,102,-190,0,-192v-102,2,-101,190,0,192","w":250},"\u00da":{"d":"161,-298r-55,44r-13,-12r46,-48xm182,-77v0,46,-30,82,-77,82v-49,0,-77,-37,-77,-84r0,-152r27,0r0,151v0,32,14,60,50,60v38,0,50,-29,50,-62r0,-149r27,0r0,154","w":209},"\u00db":{"d":"147,-257r-6,6r-36,-29r-36,29r-5,-6r41,-55xm182,-77v0,46,-30,82,-77,82v-49,0,-77,-37,-77,-84r0,-152r27,0r0,151v0,32,14,60,50,60v38,0,50,-29,50,-62r0,-149r27,0r0,154","w":209},"\u00d9":{"d":"116,-266r-13,12r-55,-44r22,-16xm182,-77v0,46,-30,82,-77,82v-49,0,-77,-37,-77,-84r0,-152r27,0r0,151v0,32,14,60,50,60v38,0,50,-29,50,-62r0,-149r27,0r0,154","w":209},"\u00af":{"d":"113,-190r-107,0r0,-21r107,0r0,21","w":118},"\u00b8":{"d":"104,41v2,25,-30,39,-48,21r4,-9v18,17,40,-10,20,-19v-3,0,-5,-2,-9,6r-12,0r12,-41r16,0v-1,6,-6,15,-4,19v14,0,21,10,21,23","w":146}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 1998 [T-26] a digital type foundry 1110 N. Milwaukee Ave. Chicago, IL 60622
 * USA ¥ T0433 ¥ÊID#5100860 ¥ Designer: Peter Bruhn for Fountain ¥ÊAll rights
 * reserved.
 */
Cufon.registerFont({"w":180,"face":{"font-family":"MercurySmallCaps","font-weight":700,"font-variant":"small-caps","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-24 -320 340.25 80","underline-thickness":"6.48","underline-position":"-52.2","stemh":"12","stemv":"28","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":97},"\u00d0":{},"\u00f0":{},"\u00dd":{"w":187},"\u00fd":{},"\u00de":{},"\u00fe":{},"\u00bd":{},"\u00bc":{},"\u00b9":{},"\u00be":{},"\u00b3":{},"\u00b2":{},"\u00a6":{},"\u00d7":{"w":142},"!":{"d":"50,-165r-2,110r-28,0r-2,-110r32,0xm55,-20v0,14,-10,25,-21,25v-12,0,-21,-11,-21,-25v0,-14,9,-25,21,-25v11,0,21,11,21,25","w":69},"\"":{"d":"87,-231r-3,77r-22,0r-4,-77r29,0xm47,-231r-4,77r-22,0r-3,-77r29,0","w":105},"#":{"d":"281,-236v79,1,79,127,0,128v-79,-1,-78,-127,0,-128xm340,-69r-118,0r0,-32r118,0r0,32xm207,5r-136,-138r0,133r-39,0r0,-234r137,134r0,-130r38,0r0,235xm305,-172v0,-18,-9,-31,-24,-31v-15,0,-24,13,-24,31v0,18,9,31,24,31v15,0,24,-13,24,-31","w":365},"$":{"d":"120,-128v0,24,-15,39,-34,44r0,20r-27,0r0,-19v-10,-2,-19,-7,-31,-17r8,-26v0,0,11,7,23,10r0,-35v-14,-7,-30,-17,-30,-42v0,-22,13,-36,30,-42r0,-17r27,0r0,15v10,2,19,7,31,17r-8,27v0,0,-12,-8,-23,-11r0,29v15,7,34,19,34,47","w":139},"%":{"d":"181,-37v0,22,-18,41,-40,41v-22,0,-39,-19,-39,-41v0,-22,17,-40,39,-40v22,0,40,18,40,40xm156,-153r-90,158r-29,-8r46,-80v-28,11,-56,-10,-56,-37v0,-22,18,-40,40,-40v29,0,30,25,45,27r16,-28xm75,-120v0,-11,-16,-12,-16,0v0,11,16,12,16,0xm149,-37v0,-12,-15,-11,-15,0v0,5,3,9,7,9v4,0,8,-4,8,-9","w":198},"&":{"d":"128,0v-16,1,-21,-1,-29,-10v-33,26,-87,13,-88,-32v0,-22,13,-36,26,-47v-19,-26,-9,-70,29,-70v21,0,39,14,39,36v0,40,-60,58,-60,79v0,7,7,15,16,15v28,0,33,-27,30,-58r55,0r0,32r-18,0r0,55xm64,-111v6,-3,12,-16,2,-18v-7,1,-7,12,-2,18","w":159},"'":{"d":"52,-235r-4,86r-26,0r-4,-86r34,0","w":69},"(":{"d":"100,12r-24,20v-68,-91,-68,-196,0,-287r24,20v-51,75,-51,173,0,247","w":105},")":{"d":"28,-254v70,90,69,195,1,286r-24,-19v51,-75,51,-172,0,-247","w":104},"*":{"d":"139,-195r-49,26r24,50r-40,-38r-40,38r24,-50r-48,-26r54,7r10,-54r10,54","w":148},"+":{"d":"154,-75r-51,0r1,51r-36,0r0,-51r-51,0r0,-36r51,0r0,-50r36,0r-1,50r51,0r0,36","w":171},",":{"d":"78,-12r-47,68r-17,-18v7,-17,22,-31,12,-51v0,-14,12,-26,26,-26v14,0,26,11,26,27","w":93},"-":{"d":"116,-87r-83,0r0,-34r83,0r0,34","w":148},".":{"d":"79,-15v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26v0,-14,12,-26,26,-26v14,0,26,12,26,26","w":93},"\/":{"d":"167,-245r-114,272r-34,-9r114,-273","w":176},"0":{"d":"91,-159v98,1,99,161,0,162v-98,-1,-97,-161,0,-162xm130,-78v0,-26,-13,-49,-39,-49v-26,0,-38,23,-38,49v0,26,12,49,38,49v26,0,39,-23,39,-49","w":182},"1":{"d":"87,0r-64,0r0,-33r16,0r0,-89r-21,0v-1,-10,0,-29,7,-28r46,-9r0,126r16,0r0,33","w":105},"2":{"d":"21,0v-10,-64,62,-71,83,-109v0,-7,-10,-16,-24,-16v-25,0,-47,14,-47,14r-6,-25v36,-35,111,-28,111,27v0,42,-49,53,-74,76r72,0r0,33r-115,0","w":158},"3":{"d":"130,-47v54,35,24,127,-45,127v-21,0,-40,-8,-59,-23r9,-27v0,0,25,16,51,15v22,-1,34,-13,34,-36v1,-28,-18,-42,-50,-38r0,-34v49,12,62,-60,16,-60v-26,0,-51,14,-51,14r-9,-26v43,-41,126,-25,126,41v0,19,-8,35,-22,47","w":184},"4":{"d":"155,0r-28,0r0,63r-37,0r0,-63r-80,0r117,-171r0,136r28,0r0,35xm90,-35r0,-29r-20,29r20,0","w":178},"5":{"d":"161,0v0,72,-89,105,-139,56r9,-26v0,0,25,14,51,14v24,0,42,-21,42,-45v0,-46,-55,-63,-76,-24r-23,-3r27,-126r102,0r0,35r-72,0r-8,39v57,-8,87,31,87,80","w":193},"6":{"d":"174,-78v0,43,-27,83,-75,83v-72,0,-70,-74,-70,-148v0,-44,19,-91,70,-91v18,0,36,7,53,21r-9,24v0,0,-19,-13,-41,-13v-25,0,-36,30,-36,54v50,-34,108,16,108,70xm136,-77v0,-26,-13,-48,-38,-48v-31,0,-33,32,-33,47v0,27,10,47,34,47v25,0,37,-21,37,-46","w":191},"7":{"d":"177,-154r-104,229r-40,0r86,-194r-101,0r0,-35r159,0","w":187},"8":{"d":"143,-121v54,35,20,134,-48,126v-67,6,-101,-89,-47,-126v-44,-35,-12,-119,47,-113v60,-6,93,77,48,113xm127,-168v0,-19,-13,-32,-32,-32v-19,0,-31,14,-31,33v0,18,13,31,31,31v19,0,32,-13,32,-32xm133,-66v0,-21,-17,-36,-38,-36v-21,0,-37,14,-37,35v0,23,14,36,37,36v23,0,38,-13,38,-35","w":190},"9":{"d":"168,-76v2,76,5,152,-70,156v-18,0,-36,-7,-53,-21r9,-24v0,0,20,13,42,13v25,0,35,-30,35,-54v-50,34,-108,-16,-108,-70v0,-43,28,-82,76,-82v48,0,69,40,69,82xm132,-76v0,-27,-9,-47,-33,-47v-25,0,-38,21,-38,46v0,26,13,48,38,48v31,0,33,-32,33,-47","w":191},":":{"d":"79,-126v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26v0,-14,12,-25,26,-25v14,0,26,11,26,25xm79,-18v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26v0,-14,12,-26,26,-26v14,0,26,12,26,26","w":93},";":{"d":"78,-124v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26v0,-14,12,-26,26,-26v14,0,26,12,26,26xm78,-15r-47,68r-17,-18v6,-18,22,-32,12,-52v0,-14,12,-25,26,-25v14,0,26,11,26,27","w":92},"<":{"d":"142,-20r-17,16r-108,-88r108,-89r17,17r-62,72","w":159},"=":{"d":"152,-96r-135,0r0,-36r135,0r0,36xm152,-52r-135,0r0,-36r135,0r0,36","w":168},">":{"d":"142,-92r-108,88r-17,-16r62,-72r-62,-72r17,-17","w":159},"?":{"d":"99,-118v0,35,-24,33,-37,48v0,2,2,2,14,2r-10,28v-26,0,-35,-18,-35,-31v0,-38,37,-32,37,-47v0,-21,-43,2,-42,2r-8,-25v29,-30,81,-22,81,23xm72,-18v0,12,-10,21,-20,21v-11,0,-20,-8,-20,-21v0,-12,9,-21,20,-21v10,0,20,8,20,21","w":111},"@":{"d":"292,-114v0,32,-18,78,-62,78v-19,0,-35,-12,-44,-27v-36,22,-77,-13,-77,-48v0,-30,22,-58,56,-58v43,1,51,33,51,78v0,12,6,20,16,20v21,0,24,-28,24,-43v0,-50,-40,-86,-92,-86v-52,0,-92,36,-92,86v0,41,31,84,82,92r-12,25v-68,-7,-107,-62,-107,-119v0,-70,58,-118,129,-118v72,0,128,51,128,120xm181,-94v0,-18,2,-41,-16,-40v-12,0,-22,9,-22,21v0,24,21,29,38,19","w":327},"A":{"d":"189,0r-40,0r-23,-59r-58,0r-23,59r-40,0r92,-235xm113,-94r-16,-44r-16,44r32,0","w":193},"B":{"d":"167,-67v-2,70,-68,69,-137,67r0,-229v62,-1,120,-4,122,63v0,17,-7,32,-20,42v21,11,35,32,35,57xm114,-166v0,-26,-19,-30,-46,-29r0,61v27,2,46,-6,46,-32xm129,-67v0,-30,-29,-36,-61,-34r0,66v32,2,62,-2,61,-32","w":186},"C":{"d":"186,-19v-19,15,-39,24,-59,24v-70,0,-105,-57,-105,-120v0,-85,92,-158,164,-96r-9,27v0,0,-22,-15,-47,-15v-50,0,-70,42,-70,84v0,42,18,84,70,84v25,0,47,-15,47,-15","w":205},"D":{"d":"194,-114v0,90,-64,124,-164,114r0,-229v100,-10,164,25,164,115xm156,-115v0,-56,-29,-82,-88,-79r0,158v60,3,88,-22,88,-79","w":213},"E":{"d":"158,0r-128,0r0,-229r128,0r0,35r-90,0r0,54r77,0r0,35r-77,0r0,69r90,0r0,36","w":169},"F":{"d":"145,-194r-84,0r0,54r74,0r0,35r-74,0r0,105r-38,0r0,-229r122,0r0,35","w":155},"G":{"d":"221,0v-21,4,-23,-13,-32,-23v-17,19,-45,28,-64,28v-136,-2,-132,-238,3,-239v21,0,40,8,59,23r-9,27v0,0,-22,-15,-47,-15v-89,-1,-90,165,-5,168v30,0,51,-26,54,-56r-54,0r0,-35r95,0r0,122","w":250},"H":{"d":"186,0r-37,0r0,-104r-81,0r0,104r-38,0r0,-229r38,0r0,89r81,0r0,-89r37,0r0,229","w":216},"I":{"d":"91,0r-73,0r0,-33r17,0r0,-163r-17,0r0,-33r73,0r0,33r-18,0r0,163r18,0r0,33","w":113},"J":{"d":"131,-196r-18,0v-8,78,30,201,-53,201v-18,0,-35,-8,-52,-22r8,-24v0,0,20,13,42,13v11,0,17,-12,17,-27r0,-141r-17,0r0,-33r73,0r0,33","w":153},"K":{"d":"167,-229r-70,115r67,114r-43,0r-54,-90r0,90r-37,0r0,-229r37,0r0,91r56,-91r44,0","w":171},"L":{"d":"144,0r-114,0r0,-229r38,0r0,193r76,0r0,36","w":144},"M":{"d":"213,0r-38,0r0,-130r-53,61r-54,-63r0,132r-38,0r0,-234r92,106r91,-106r0,234","w":243},"N":{"d":"204,5r-136,-143r0,138r-38,0r0,-234r136,139r0,-135r38,0r0,235","w":234},"O":{"d":"228,-115v0,60,-35,120,-103,120v-137,-1,-137,-238,0,-239v68,0,103,59,103,119xm189,-115v0,-43,-20,-84,-64,-84v-44,0,-64,42,-64,84v0,42,20,84,64,84v45,0,64,-41,64,-84","w":250},"P":{"d":"159,-161v0,54,-39,75,-91,72r0,89r-38,0r0,-229v67,-2,129,-3,129,68xm122,-161v0,-28,-24,-35,-54,-34r0,72v32,2,54,-8,54,-38","w":168},"Q":{"d":"125,-234v131,0,137,216,19,237v0,17,-4,31,16,32v22,0,42,-13,42,-13r8,25v-39,38,-113,24,-104,-44v-116,-21,-111,-236,19,-237xm189,-115v0,-43,-20,-84,-64,-84v-44,0,-64,42,-64,84v0,42,20,84,64,84v45,0,64,-41,64,-84","w":250},"R":{"d":"180,0r-43,0r-57,-89r-12,0r0,89r-38,0r0,-229v67,-1,128,-3,129,68v0,33,-16,56,-41,66xm122,-161v0,-28,-23,-35,-54,-34r0,72v32,2,54,-7,54,-38","w":188},"S":{"d":"163,-68v0,77,-102,91,-147,47r10,-28v26,18,99,33,99,-18v0,-45,-99,-38,-99,-107v0,-65,86,-77,127,-37r-9,27v0,0,-22,-15,-47,-15v-17,0,-33,11,-33,25v0,39,99,31,99,106"},"T":{"d":"153,-195r-55,0r0,195r-38,0r0,-195r-55,0r0,-35r148,0r0,35","w":158},"U":{"d":"185,-78v0,46,-29,83,-78,83v-50,0,-79,-39,-79,-85r0,-150r38,0r0,148v0,29,12,51,41,51v30,0,41,-21,41,-52r0,-147r37,0r0,152","w":213},"V":{"d":"190,-230r-92,235r-93,-235r41,0r51,137r51,-137r42,0","w":195},"W":{"d":"266,-230r-92,235r-38,-102r-38,102r-93,-235r41,0r52,126r38,-104r38,104r51,-126r41,0","w":271},"X":{"d":"178,0r-43,0r-43,-79r-44,79r-43,0r66,-119r-60,-111r44,0r38,71r38,-71r44,0r-61,111","w":182},"Y":{"d":"182,-230r-69,132r0,98r-38,0r0,-98r-70,-132r44,0r45,87r45,-87r43,0","w":187},"Z":{"d":"176,-230r-105,194r100,0r0,36r-162,0r105,-195r-87,0r0,-35r149,0","w":186},"[":{"d":"105,32r-80,0r0,-289r80,0r0,22r-42,0r0,246r42,0r0,21","w":110},"\\":{"d":"161,2r-38,0r-112,-256r38,0","w":167},"]":{"d":"85,32r-80,0r0,-21r42,0r0,-246r-42,0r0,-22r80,0r0,289","w":110},"^":{"d":"171,-126r-14,19r-58,-65r-58,65r-14,-19r72,-114","w":167},"_":{"d":"167,58r-171,0r0,-32r171,0r0,32","w":150},"`":{"d":"92,-185r-22,18r-62,-50r33,-23","w":87},"a":{"d":"137,0r-37,0r-14,-33r-33,0r-14,33r-37,0r67,-160xm73,-65r-4,-10v-1,5,-6,12,4,10","w":138},"b":{"d":"119,-48v-3,51,-46,49,-95,48r0,-157v44,-1,82,-2,85,46v0,10,-3,18,-9,26v12,8,19,22,19,37xm77,-111v1,-11,-7,-15,-21,-14v2,9,-3,25,2,30v13,0,19,-6,19,-16xm86,-48v0,-12,-13,-17,-30,-16r0,32v17,1,30,-3,30,-16","w":134},"c":{"d":"134,-15v-49,45,-116,-2,-116,-63v0,-59,67,-109,116,-63r-9,25v0,0,-17,-11,-32,-11v-29,0,-42,23,-42,49v0,26,12,49,42,49v15,0,32,-12,32,-12","w":148},"d":{"d":"139,-78v0,62,-46,85,-115,78r0,-157v70,-7,115,17,115,79xm105,-78v0,-31,-15,-47,-48,-46r0,92v34,1,48,-14,48,-46","w":153},"e":{"d":"112,0r-88,0r0,-157r88,0r0,33r-56,0r0,25r48,0r0,32r-48,0r0,35r56,0r0,32","w":122},"f":{"d":"102,-124r-52,0r0,25r45,0r0,32r-45,0r0,67r-32,0r0,-157r84,0r0,33","w":110},"g":{"d":"159,0v-15,1,-20,-1,-28,-10v-51,37,-117,-11,-111,-66v-7,-58,67,-112,118,-65r-9,25v0,0,-19,-11,-34,-11v-27,0,-40,23,-40,50v0,45,57,68,67,22r-35,0r0,-32r72,0r0,87","w":182},"h":{"d":"133,0r-33,0r0,-67r-43,0r0,67r-33,0r0,-157r33,0r0,58r43,0r0,-58r33,0r0,157","w":156},"i":{"d":"68,0r-53,0r0,-32r10,0r0,-93r-10,0r0,-32r53,0r0,32r-11,0r0,93r11,0r0,32","w":86},"j":{"d":"90,-124r-11,0v-4,51,18,123,-36,127v-12,0,-25,-5,-38,-17r8,-25v0,-1,35,26,35,-1r0,-84r-11,0r0,-33r53,0r0,33","w":108},"k":{"d":"122,-157r-47,79r45,78r-38,0r-26,-45r0,45r-32,0r0,-157r32,0r0,48r28,-48r38,0","w":118},"l":{"d":"101,0r-77,0r0,-157r31,0r0,125r46,0r0,32","w":102},"m":{"d":"154,0r-34,0r0,-69r-31,33r-31,-35r0,71r-34,0r0,-160r65,73r65,-73r0,160","w":177},"n":{"d":"147,4r-89,-83r0,79r-34,0r0,-160r89,81r0,-78r34,0r0,161","w":170},"o":{"d":"91,-159v98,1,99,161,0,162v-98,-1,-97,-161,0,-162xm130,-78v0,-26,-13,-49,-39,-49v-26,0,-38,23,-38,49v0,26,12,49,38,49v26,0,39,-23,39,-49","w":182},"p":{"d":"113,-108v0,37,-25,52,-57,51r0,57r-32,0r0,-157v47,-1,89,-2,89,49xm81,-108v0,-13,-9,-17,-25,-17v2,11,-3,29,2,36v16,0,23,-6,23,-19","w":120},"q":{"d":"91,-159v92,0,98,145,17,164v1,7,-3,11,7,11v13,0,30,-11,30,-11r9,26v-30,29,-81,22,-80,-26v-79,-19,-75,-164,17,-164xm130,-76v0,-27,-13,-50,-39,-50v-26,0,-38,23,-38,50v0,27,12,50,38,50v26,0,39,-23,39,-50","w":182},"r":{"d":"132,0r-38,0r-37,-57r0,57r-34,0r0,-157v48,-1,92,-3,92,49v0,21,-9,36,-24,44xm82,-108v0,-12,-8,-17,-25,-17v1,11,-2,27,1,36v17,0,24,-6,24,-19","w":131},"s":{"d":"114,-48v0,55,-69,65,-102,32r9,-27v16,12,32,14,42,13v13,-1,18,-7,18,-18v0,-24,-62,-21,-62,-68v0,-49,59,-55,90,-25r-9,25v0,0,-17,-11,-32,-11v-10,0,-17,6,-17,11v0,19,63,18,63,68","w":128},"t":{"d":"108,-124r-35,0r0,124r-33,0r0,-124r-35,0r0,-33r103,0r0,33","w":113},"u":{"d":"132,-157v-2,69,17,160,-54,160v-73,0,-54,-90,-56,-160r33,0r0,100v0,17,7,28,22,28v16,0,22,-11,22,-29r0,-99r33,0","w":154},"v":{"d":"136,-157r-68,161r-67,-161r36,0r31,76r31,-76r37,0","w":136},"w":{"d":"194,-157r-71,161r-26,-64r-26,64r-71,-161r39,0r32,76r26,-67r27,67r32,-76r38,0","w":194},"x":{"d":"126,0r-38,0r-25,-46r-26,46r-38,0r45,-81r-42,-76r39,0r22,41r23,-41r39,0r-43,76","w":124},"y":{"d":"130,-157r-49,91r0,66r-34,0r0,-66r-48,-91r38,0r27,52r27,-52r39,0","w":128},"z":{"d":"125,-157r-68,125r61,0r0,32r-117,0r68,-124r-52,0r0,-33r108,0","w":127},"{":{"d":"99,37v-38,1,-68,-1,-68,-42v0,-43,10,-89,-29,-99r0,-7v40,-11,29,-56,29,-100v0,-41,30,-43,68,-42r0,22v-15,1,-31,-5,-31,14v0,47,6,87,-24,109v30,22,24,63,24,110v0,19,17,12,31,13r0,22","w":102},"|":{"d":"71,33r-36,0r0,-291r36,0r0,291","w":106},"}":{"d":"99,-104v-39,10,-29,56,-29,99v0,41,-30,43,-69,42r0,-22v14,-1,31,5,31,-13v0,-47,-6,-88,24,-110v-29,-22,-25,-62,-24,-109v0,-19,-16,-13,-31,-14r0,-22v38,-1,69,1,69,42v0,44,-11,89,29,100r0,7","w":100},"~":{"d":"70,-124v37,1,73,55,100,5r18,12v-12,22,-30,46,-55,46v-37,0,-73,-54,-100,-5r-18,-12v12,-22,29,-46,55,-46","w":203},"\u00c4":{"d":"152,-267v0,14,-11,25,-25,25v-13,0,-25,-11,-25,-25v0,-14,12,-25,25,-25v14,0,25,11,25,25xm94,-267v0,14,-12,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v13,0,25,11,25,25xm192,0r-41,0r-22,-59r-58,0r-23,59r-41,0r92,-235xm115,-94r-16,-44r-15,44r31,0","w":193},"\u00c5":{"d":"186,0r-39,0r-21,-60r-60,0r-22,60r-39,0r78,-213v-31,-10,-23,-64,12,-64v35,0,45,53,13,64xm102,-244v0,-4,-3,-6,-7,-6v-4,0,-6,2,-6,6v0,4,2,7,6,7v4,0,7,-3,7,-7xm113,-94r-17,-48r-18,48r35,0","w":193},"\u00c7":{"d":"184,-18v-14,12,-30,19,-46,22r-1,4v37,5,27,59,-7,58v-8,0,-15,-3,-25,-12r6,-13v5,3,24,9,24,-4v-3,-8,-18,1,-28,-2r10,-31v-130,-8,-125,-242,9,-240v20,0,40,8,58,23r-9,25v0,0,-21,-14,-46,-14v-51,0,-71,43,-71,86v0,43,19,86,71,86v25,0,46,-14,46,-14","w":210},"\u00c9":{"d":"166,-296r-62,50r-21,-19r51,-54xm158,0r-128,0r0,-229r128,0r0,35r-90,0r0,54r77,0r0,35r-77,0r0,69r90,0r0,36","w":169},"\u00d1":{"d":"191,-289v-10,18,-22,36,-43,36v-31,0,-51,-33,-69,-2r-19,-13v10,-18,22,-35,43,-35v30,0,53,33,69,1xm210,5r-136,-143r0,138r-38,0r0,-234r136,139r0,-135r38,0r0,235","w":221},"\u00d6":{"d":"181,-266v0,14,-11,24,-25,24v-13,0,-25,-10,-25,-24v0,-14,12,-25,25,-25v14,0,25,11,25,25xm122,-266v0,14,-11,24,-24,24v-14,0,-26,-10,-26,-24v0,-14,12,-25,26,-25v13,0,24,11,24,25xm228,-115v0,60,-35,120,-103,120v-137,-1,-137,-238,0,-239v68,0,103,59,103,119xm189,-115v0,-43,-20,-84,-64,-84v-44,0,-64,42,-64,84v0,42,20,84,64,84v45,0,64,-41,64,-84","w":250},"\u00dc":{"d":"162,-266v0,14,-11,24,-25,24v-14,0,-25,-10,-25,-24v0,-14,11,-25,25,-25v14,0,25,11,25,25xm104,-266v0,14,-11,24,-25,24v-14,0,-25,-10,-25,-24v0,-14,11,-25,25,-25v14,0,25,11,25,25xm185,-78v0,46,-29,83,-78,83v-50,0,-79,-39,-79,-85r0,-150r38,0r0,148v0,29,13,51,41,51v30,0,40,-21,40,-52r0,-147r38,0r0,152","w":213},"\u00e1":{"d":"137,0r-37,0r-14,-33r-33,0r-14,33r-37,0r67,-160xm73,-65r-4,-10v-1,5,-6,12,4,10xm137,-217r-62,50r-21,-18r51,-55","w":138},"\u00e0":{"d":"137,0r-37,0r-14,-33r-33,0r-14,33r-37,0r67,-160xm73,-65r-4,-10v-1,5,-6,12,4,10xm93,-185r-22,18r-62,-50r33,-23","w":138},"\u00e2":{"d":"118,-177r-13,14r-34,-35r-35,35r-13,-14r48,-62xm137,0r-37,0r-14,-33r-33,0r-14,33r-37,0r67,-160xm73,-65r-4,-10v-1,5,-6,12,4,10","w":138},"\u00e4":{"d":"137,0r-37,0r-14,-33r-33,0r-14,33r-37,0r67,-160xm73,-65r-4,-10v-1,5,-6,12,4,10xm123,-191v0,14,-12,24,-25,24v-14,0,-25,-10,-25,-24v0,-14,11,-26,25,-26v13,0,25,12,25,26xm65,-191v0,14,-11,24,-25,24v-14,0,-25,-10,-25,-24v0,-14,11,-26,25,-26v14,0,25,12,25,26","w":138},"\u00e3":{"d":"136,-209v-10,18,-21,35,-42,35v-31,0,-52,-33,-70,-1r-19,-13v10,-18,23,-36,44,-36v29,0,51,35,68,2xm137,0r-37,0r-14,-33r-33,0r-14,33r-37,0r67,-160xm73,-65r-4,-10v-1,5,-6,12,4,10","w":138},"\u00e5":{"d":"107,-183v0,18,-15,32,-33,32v-18,0,-32,-14,-32,-32v0,-18,14,-33,32,-33v18,0,33,15,33,33xm74,-175v12,0,11,-17,0,-17v-11,0,-12,17,0,17xm137,0r-37,0r-14,-33r-33,0r-14,33r-37,0r67,-160xm73,-65r-4,-10v-1,5,-6,12,4,10","w":138},"\u00e7":{"d":"130,-15v-12,9,-24,16,-35,18r-1,5v36,4,26,59,-7,57v-8,0,-15,-4,-24,-12r5,-12v5,3,24,8,24,-4v-3,-9,-17,0,-28,-3r11,-31v-86,-10,-82,-163,11,-162v14,0,29,5,44,18r-9,25v0,0,-18,-11,-33,-11v-29,0,-41,23,-41,49v0,26,11,49,41,49v15,0,33,-12,33,-12","w":139},"\u00e9":{"d":"125,-217r-62,50r-21,-18r51,-55xm112,0r-88,0r0,-157r88,0r0,33r-56,0r0,25r48,0r0,32r-48,0r0,35r56,0r0,32","w":122},"\u00e8":{"d":"108,-185r-22,18r-62,-50r33,-23xm112,0r-88,0r0,-157r88,0r0,33r-56,0r0,25r48,0r0,32r-48,0r0,35r56,0r0,32","w":122},"\u00ea":{"d":"120,-177r-13,14r-34,-35r-35,35r-13,-14r48,-62xm112,0r-88,0r0,-157r88,0r0,33r-56,0r0,25r48,0r0,32r-48,0r0,35r56,0r0,32","w":122},"\u00eb":{"d":"132,-191v0,14,-11,25,-25,25v-13,0,-25,-11,-25,-25v0,-14,12,-25,25,-25v14,0,25,11,25,25xm74,-191v0,14,-11,25,-25,25v-13,0,-25,-11,-25,-25v0,-14,12,-25,25,-25v14,0,25,11,25,25xm117,0r-88,0r0,-157r88,0r0,33r-56,0r0,25r48,0r0,32r-48,0r0,35r56,0r0,32","w":122},"\u00ed":{"d":"109,-217r-62,50r-21,-18r51,-55xm55,0r-45,0r0,-32r9,0r0,-93r-9,0r0,-32r45,0r0,32r-8,0r0,93r8,0r0,32","w":80},"\u00ec":{"d":"60,-185r-21,18r-63,-50r33,-23xm57,0r-46,0r0,-32r9,0r0,-93r-9,0r0,-32r46,0r0,32r-9,0r0,93r9,0r0,32","w":80},"\u00ee":{"d":"87,-177r-12,14r-35,-35r-35,35r-13,-14r48,-62xm57,0r-45,0r0,-32r9,0r0,-93r-9,0r0,-32r45,0r0,32r-9,0r0,93r9,0r0,32","w":80},"\u00ef":{"d":"89,-191v0,14,-12,25,-26,25v-13,0,-24,-11,-24,-25v0,-14,11,-25,24,-25v14,0,26,11,26,25xm30,-191v0,14,-11,25,-25,25v-13,0,-25,-11,-25,-25v0,-14,12,-25,25,-25v14,0,25,11,25,25xm54,0r-45,0r0,-32r9,0r0,-93r-9,0r0,-32r45,0r0,32r-9,0r0,93r9,0r0,32","w":80},"\u00f1":{"d":"158,-209v-10,18,-22,35,-43,35v-31,0,-52,-33,-69,-1r-19,-13v10,-18,22,-36,43,-36v29,0,52,34,69,2xm153,4r-90,-83r0,79r-33,0r0,-160r89,81r0,-78r34,0r0,161","w":177},"\u00f3":{"d":"160,-217r-61,50r-22,-18r51,-55xm91,-159v98,1,99,161,0,162v-98,-1,-97,-161,0,-162xm130,-78v0,-26,-13,-49,-39,-49v-26,0,-38,23,-38,49v0,26,12,49,38,49v26,0,39,-23,39,-49","w":182},"\u00f2":{"d":"111,-185r-21,18r-63,-50r33,-23xm91,-159v98,1,99,161,0,162v-98,-1,-97,-161,0,-162xm130,-78v0,-26,-13,-49,-39,-49v-26,0,-38,23,-38,49v0,26,12,49,38,49v26,0,39,-23,39,-49","w":182},"\u00f4":{"d":"140,-177r-13,14r-35,-35r-35,35r-13,-14r48,-62xm91,-159v98,1,99,161,0,162v-98,-1,-97,-161,0,-162xm130,-78v0,-26,-13,-49,-39,-49v-26,0,-38,23,-38,49v0,26,12,49,38,49v26,0,39,-23,39,-49","w":182},"\u00f6":{"d":"148,-191v0,14,-12,25,-26,25v-13,0,-24,-11,-24,-25v0,-14,11,-25,24,-25v14,0,26,11,26,25xm89,-191v0,14,-12,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v13,0,25,11,25,25xm91,-159v98,1,99,161,0,162v-98,-1,-97,-161,0,-162xm130,-78v0,-26,-13,-49,-39,-49v-26,0,-38,23,-38,49v0,26,12,49,38,49v26,0,39,-23,39,-49","w":182},"\u00f5":{"d":"160,-209v-10,18,-22,35,-43,35v-31,0,-52,-33,-69,-1r-19,-13v10,-18,22,-36,43,-36v29,0,52,34,69,2xm91,-159v98,1,99,161,0,162v-98,-1,-97,-161,0,-162xm130,-78v0,-26,-13,-49,-39,-49v-26,0,-38,23,-38,49v0,26,12,49,38,49v26,0,39,-23,39,-49","w":182},"\u00fa":{"d":"144,-217r-62,50r-21,-18r51,-55xm132,-157v-2,69,17,160,-54,160v-73,0,-54,-90,-56,-160r33,0r0,100v0,17,7,28,22,28v16,0,22,-11,22,-29r0,-99r33,0","w":154},"\u00f9":{"d":"106,-185r-21,18r-63,-50r33,-23xm132,-157v-2,69,17,160,-54,160v-73,0,-54,-90,-56,-160r33,0r0,100v0,17,7,28,22,28v16,0,22,-11,22,-29r0,-99r33,0","w":154},"\u00fb":{"d":"126,-177r-13,14r-34,-35r-35,35r-13,-14r48,-62xm132,-157v-2,69,17,160,-54,160v-73,0,-54,-90,-56,-160r33,0r0,100v0,17,7,28,22,28v16,0,22,-11,22,-29r0,-99r33,0","w":154},"\u00fc":{"d":"131,-191v0,14,-12,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v13,0,25,11,25,25xm72,-191v0,14,-11,25,-24,25v-14,0,-26,-11,-26,-25v0,-14,12,-25,26,-25v13,0,24,11,24,25xm132,-157v-2,69,17,160,-54,160v-73,0,-54,-90,-56,-160r34,0r0,100v0,17,6,28,21,28v16,0,22,-11,22,-29r0,-99r33,0","w":154},"\u00b0":{"d":"131,-186v0,30,-25,55,-55,55v-30,0,-55,-25,-55,-55v0,-30,25,-55,55,-55v30,0,55,25,55,55xm103,-186v0,-15,-12,-27,-27,-27v-15,0,-27,12,-27,27v0,15,12,27,27,27v15,0,27,-12,27,-27","w":151},"\u00a2":{"d":"134,-91v-13,10,-23,16,-33,18r0,31r-27,0r0,-32v-75,-16,-74,-145,0,-162r0,-25r27,0r0,24v10,2,20,7,33,17r-9,27v0,0,-17,-12,-32,-12v-29,0,-42,24,-42,50v0,26,12,50,42,50v15,0,32,-12,32,-12","w":151},"\u00a3":{"d":"119,-141r-8,25v0,0,-18,-11,-33,-11v-21,0,-15,17,-16,35r32,0r0,32r-32,0r0,28r53,0r0,32r-103,0r0,-32r16,0r0,-28r-16,0r0,-32r17,0v-11,-63,49,-87,90,-49","w":128},"\u00a7":{"d":"72,-112v67,1,65,117,-2,115v-49,-1,-49,-49,-49,-99v0,-29,13,-63,49,-63v13,0,25,4,39,16r-9,25v0,0,-15,-11,-28,-11v-9,0,-16,9,-18,21v5,-3,12,-4,18,-4xm89,-54v0,-15,-8,-26,-20,-26v-27,2,-19,51,1,51v13,0,19,-11,19,-25","w":135},"\u00b6":{"d":"126,-124r-10,0r0,153r-62,0r0,-84v-24,-4,-40,-24,-40,-50v0,-54,56,-56,112,-52r0,33","w":141},"\u00df":{"d":"103,-96v37,32,19,100,-37,100r-12,-23v33,-12,36,-19,36,-34v0,-15,-10,-23,-36,-24r0,-32v32,3,35,-32,13,-32v-10,0,-13,6,-13,22r0,119r-33,0r0,-77r-11,0r0,-32r11,0v-2,-37,10,-64,46,-65v39,-2,61,50,36,78","w":137},"\u00ae":{"d":"194,-116v0,49,-40,89,-89,89v-49,0,-90,-40,-90,-89v0,-49,41,-90,90,-90v49,0,89,41,89,90xm163,-116v0,-32,-26,-58,-58,-58v-32,0,-59,26,-59,58v0,32,27,59,59,59v32,0,58,-27,58,-59xm141,-75r-26,0r-12,-19r0,19r-22,0r0,-79v25,-1,48,-1,49,25v0,9,-4,16,-10,21xm103,-123v8,-1,9,-11,0,-10r0,10","w":209},"\u00a9":{"d":"194,-116v0,49,-40,89,-89,89v-49,0,-90,-40,-90,-89v0,-49,41,-90,90,-90v49,0,89,41,89,90xm163,-116v0,-32,-26,-58,-58,-58v-32,0,-59,26,-59,58v0,32,27,59,59,59v32,0,58,-27,58,-59xm131,-86v-25,26,-61,2,-61,-30v0,-30,36,-56,61,-31r-6,18v-8,-9,-37,-10,-33,13v-4,24,26,22,33,12","w":209},"\u2122":{"d":"237,-130r-31,0r0,-39r-22,20r-24,-21r0,40r-30,0r0,-105r54,47r53,-47r0,105xm111,-208r-30,0r0,78r-30,0r0,-78r-29,0r0,-26r89,0r0,26","w":239},"\u00b4":{"d":"94,-217r-62,50r-21,-18r51,-55","w":93},"\u00a8":{"d":"156,-186v0,14,-12,24,-25,24v-14,0,-25,-10,-25,-24v0,-14,11,-26,25,-26v13,0,25,12,25,26xm98,-186v0,14,-11,24,-25,24v-14,0,-25,-10,-25,-24v0,-14,11,-26,25,-26v14,0,25,12,25,26","w":196},"\u00c6":{"d":"258,0r-128,0r0,-87r-57,0r0,87r-37,0v4,-99,-26,-228,78,-229r144,0r0,35r-90,0r0,53r77,0r0,36r-77,0r0,69r90,0r0,36xm130,-122r0,-72v-47,-6,-61,24,-57,72r57,0","w":263},"\u00d8":{"d":"234,-217r-24,28v46,74,12,193,-83,194v-23,0,-45,-8,-63,-23r-22,27r-23,-19r26,-31v-47,-73,-14,-192,82,-193v23,0,45,6,63,22r20,-23xm166,-184v-62,-51,-130,38,-95,113xm127,-31v59,0,78,-75,57,-127r-96,113v10,10,24,14,39,14","w":240},"\u00b1":{"d":"158,-96r-50,0r0,51r-36,0r0,-51r-50,0r0,-35r50,0r0,-51r36,0r0,51r50,0r0,35xm158,2r-136,0r0,-36r136,0r0,36","w":166},"\u00a5":{"d":"178,-230r-46,86r18,0r0,30r-34,0r-5,11r47,0r0,31r-50,0r0,72r-38,0r0,-72r-50,0r0,-31r48,0r-6,-11r-34,0r0,-30r18,0r-45,-86r44,0r45,86r44,-86r44,0","w":178},"\u00aa":{},"\u00ba":{},"\u00e6":{"d":"187,0r-94,0r0,-50r-45,0r0,50r-34,0v2,-69,-17,-157,56,-156v0,0,69,-1,116,-1r0,33r-59,0r0,25r51,0r0,32r-51,0r0,35r60,0r0,32xm93,-82r0,-42v-33,-4,-50,6,-45,42r45,0","w":192},"\u00f8":{"d":"161,-148r-16,19v35,52,7,135,-59,134v-14,0,-29,-4,-41,-13r-15,19r-20,-17r17,-20v-33,-52,-6,-134,59,-133v14,0,28,3,40,12r15,-19xm104,-121v-38,-18,-67,24,-53,66xm67,-34v41,22,70,-28,54,-66","w":172},"\u00bf":{"d":"130,-159v0,14,-13,25,-27,25v-14,0,-26,-10,-26,-25v0,-14,12,-26,26,-26v14,0,27,11,27,26xm152,31v-41,39,-118,28,-119,-35v0,-33,19,-43,35,-51v10,-5,26,-9,26,-23v0,-6,-1,-22,-16,-22r7,-17v33,0,47,24,47,41v0,34,-22,40,-46,52v-23,5,-19,42,9,42v25,0,48,-14,48,-14","w":159},"\u00a1":{"d":"64,-159v0,14,-12,25,-26,25v-14,0,-26,-11,-26,-25v0,-14,12,-26,26,-26v14,0,26,12,26,26xm59,54r-41,0r2,-178r36,0","w":76},"\u00ac":{"d":"182,-38r-35,0r0,-58r-132,0r0,-35r167,0r0,93","w":184},"\u00ab":{"d":"209,5r-17,16r-96,-88r96,-89r17,17r-62,72xm144,5r-17,16r-96,-88r96,-89r17,17r-62,72","w":216},"\u00bb":{"d":"193,-67r-96,88r-17,-16r62,-72r-62,-72r17,-17xm127,-67r-95,88r-17,-16r62,-72r-62,-72r17,-17","w":216},"\u2026":{"d":"244,-15v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26v0,-14,12,-26,26,-26v14,0,26,12,26,26xm161,-15v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26v0,-14,12,-26,26,-26v14,0,26,12,26,26xm79,-15v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26v0,-14,12,-26,26,-26v14,0,26,12,26,26","w":252},"\u00a0":{"w":97},"\u00c0":{"d":"114,-265r-22,18r-62,-50r33,-23xm192,0r-41,0r-22,-59r-58,0r-23,59r-41,0r92,-235xm115,-94r-16,-44r-15,44r31,0","w":193},"\u00c3":{"d":"166,-289v-10,18,-22,36,-43,36v-29,0,-52,-34,-69,-2r-19,-13v10,-18,22,-35,43,-35v30,0,53,33,69,1xm192,0r-41,0r-22,-59r-58,0r-23,59r-41,0r92,-235xm115,-94r-16,-44r-15,44r31,0","w":193},"\u00d5":{"d":"196,-289v-10,18,-22,36,-43,36v-29,0,-52,-34,-69,-2r-19,-13v10,-18,22,-35,43,-35v29,0,52,33,69,1xm228,-115v0,60,-35,120,-103,120v-137,-1,-137,-238,0,-239v68,0,103,59,103,119xm189,-115v0,-43,-20,-84,-64,-84v-44,0,-64,42,-64,84v0,42,20,84,64,84v45,0,64,-41,64,-84","w":250},"\u2013":{"d":"156,-87r-143,0r0,-34r143,0r0,34","w":155},"\u2014":{"d":"277,-87r-260,0r0,-34r260,0r0,34","w":281},"\u201c":{"d":"142,-225v-7,17,-22,31,-12,51v0,14,-12,26,-26,26v-14,0,-26,-11,-26,-27r47,-68xm85,-225r-18,36v13,16,-1,42,-21,41v-14,0,-26,-11,-26,-27r47,-68","w":158},"\u201d":{"d":"142,-209r-46,68r-18,-18r17,-36v-12,-16,0,-42,21,-41v14,0,26,11,26,27xm84,-209r-46,68r-18,-18r17,-36v-12,-16,0,-42,21,-41v14,0,26,11,26,27","w":158},"\u2018":{"d":"84,-225v-7,17,-22,31,-12,51v0,14,-12,26,-26,26v-14,0,-26,-11,-26,-27r47,-68","w":100},"\u2019":{"d":"84,-209r-46,68r-18,-18r17,-36v-12,-16,0,-42,21,-41v14,0,26,11,26,27","w":100},"\u00f7":{"d":"124,-145v0,13,-11,24,-24,24v-13,0,-24,-11,-24,-24v0,-14,11,-23,24,-23v13,0,24,10,24,23xm182,-74r-167,0r0,-36r167,0r0,36xm124,-41v0,13,-11,23,-24,23v-13,0,-24,-10,-24,-23v0,-13,11,-23,24,-23v13,0,24,10,24,23","w":183},"\u00ff":{"d":"116,-191v0,14,-12,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v13,0,25,11,25,25xm57,-191v0,14,-12,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v13,0,25,11,25,25xm126,-157r-49,91r0,66r-33,0r0,-66r-49,-91r39,0r26,52r27,-52r39,0","w":128},"\u00a4":{"d":"110,-116v0,44,-57,55,-62,84r57,0r0,32r-90,0r0,-28v0,-50,62,-66,62,-88v0,-5,-6,-11,-16,-11v-14,0,-32,11,-32,11r-8,-25v31,-31,89,-23,89,25","w":125},"\u00b7":{"d":"118,-102v1,51,4,101,-49,105v-12,0,-25,-4,-39,-16r9,-25v0,0,15,10,28,10v9,0,16,-9,18,-21v-38,16,-68,-20,-68,-53v0,-30,19,-57,52,-57v34,0,49,28,49,57xm69,-76v26,-2,22,-51,0,-51v-13,0,-20,10,-20,24v0,15,7,27,20,27","w":135},"\u00c2":{"d":"149,-252r-13,14r-35,-34r-35,34r-13,-14r48,-62xm192,0r-41,0r-22,-59r-58,0r-23,59r-41,0r92,-235xm115,-94r-16,-44r-15,44r31,0","w":193},"\u00ca":{"d":"145,-257r-13,14r-34,-35r-35,35r-13,-14r48,-62xm158,0r-128,0r0,-229r128,0r0,35r-90,0r0,54r77,0r0,35r-77,0r0,69r90,0r0,36","w":169},"\u00c1":{"d":"163,-297r-61,50r-22,-18r51,-55xm192,0r-41,0r-22,-59r-58,0r-23,59r-41,0r92,-235xm115,-94r-16,-44r-15,44r31,0","w":193},"\u00cb":{"d":"148,-266v0,14,-12,24,-26,24v-13,0,-24,-10,-24,-24v0,-14,11,-25,24,-25v14,0,26,11,26,25xm89,-266v0,14,-12,24,-25,24v-14,0,-25,-10,-25,-24v0,-14,11,-25,25,-25v13,0,25,11,25,25xm158,0r-128,0r0,-229r128,0r0,35r-90,0r0,54r77,0r0,35r-77,0r0,69r90,0r0,36","w":169},"\u00c8":{"d":"115,-265r-21,18r-63,-50r33,-23xm161,0r-129,0r0,-229r128,0r0,35r-90,0r0,54r78,0r0,35r-78,0r0,69r91,0r0,36","w":169},"\u00cd":{"d":"125,-297r-62,50r-21,-18r51,-55xm96,0r-73,0r0,-33r18,0r0,-163r-18,0r0,-33r73,0r0,33r-17,0r0,163r17,0r0,33","w":113},"\u00ce":{"d":"109,-257r-13,14r-35,-35r-35,35r-13,-14r48,-62xm95,0r-72,0r0,-33r17,0r0,-163r-17,0r0,-33r72,0r0,33r-17,0r0,163r17,0r0,33","w":113},"\u00cf":{"d":"112,-266v0,14,-12,24,-25,24v-14,0,-25,-10,-25,-24v0,-14,11,-25,25,-25v13,0,25,11,25,25xm54,-266v0,14,-12,24,-25,24v-14,0,-25,-10,-25,-24v0,-14,11,-25,25,-25v13,0,25,11,25,25xm96,0r-73,0r0,-33r17,0r0,-163r-17,0r0,-33r73,0r0,33r-18,0r0,163r18,0r0,33","w":113},"\u00cc":{"d":"77,-265r-21,18r-63,-50r33,-23xm95,0r-73,0r0,-33r17,0r0,-163r-17,0r0,-33r73,0r0,33r-18,0r0,163r18,0r0,33","w":113},"\u00d3":{"d":"193,-297r-62,50r-21,-18r51,-55xm228,-115v0,60,-35,120,-103,120v-137,-1,-137,-238,0,-239v68,0,103,59,103,119xm189,-115v0,-43,-20,-84,-64,-84v-44,0,-64,42,-64,84v0,42,20,84,64,84v45,0,64,-41,64,-84","w":250},"\u00d4":{"d":"177,-257r-13,14r-35,-35r-35,35r-13,-14r48,-62xm228,-115v0,60,-35,120,-103,120v-137,-1,-137,-238,0,-239v68,0,103,59,103,119xm189,-115v0,-43,-20,-84,-64,-84v-44,0,-64,42,-64,84v0,42,20,84,64,84v45,0,64,-41,64,-84","w":250},"\u00d2":{"d":"147,-265r-21,18r-63,-50r33,-23xm228,-115v0,60,-35,120,-103,120v-137,-1,-137,-238,0,-239v68,0,103,59,103,119xm189,-115v0,-43,-20,-84,-64,-84v-44,0,-64,42,-64,84v0,42,20,84,64,84v45,0,64,-41,64,-84","w":250},"\u00da":{"d":"176,-297r-62,50r-21,-18r51,-55xm185,-78v0,46,-29,83,-78,83v-50,0,-79,-39,-79,-85r0,-150r38,0r0,148v0,29,13,51,41,51v30,0,40,-21,40,-52r0,-147r38,0r0,152","w":213},"\u00db":{"d":"159,-257r-13,14r-34,-35r-35,35r-13,-14r48,-62xm185,-78v0,46,-29,83,-78,83v-50,0,-79,-39,-79,-85r0,-150r38,0r0,148v0,29,13,51,41,51v30,0,40,-21,40,-52r0,-147r38,0r0,152","w":213},"\u00d9":{"d":"130,-265r-22,18r-62,-50r32,-23xm185,-78v0,46,-29,83,-78,83v-50,0,-79,-39,-79,-85r0,-150r38,0r0,148v0,29,13,51,41,51v30,0,40,-21,40,-52r0,-147r38,0r0,152","w":213},"\u00af":{"d":"119,-184r-113,0r0,-32r113,0r0,32","w":124},"\u00b8":{"d":"113,42v0,30,-38,46,-59,21r5,-14v5,3,26,9,26,-4v-3,-9,-19,0,-30,-3r16,-47r22,0r-5,19v14,0,25,15,25,28","w":152}}});
;
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 1998 [T26] a digital type foundry 1110 N. Milwaukee Ave. Chicago, IL 60622
 * USA  T0433  ID#5100851  Designer: Peter Bruhn for Fountain  All rights reserved.
 */
Cufon.registerFont({"w":180,"face":{"font-family":"Mercury","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-28 -314 280 98.2274","underline-thickness":"6.48","underline-position":"-48.96","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":97},"!":{"d":"48,-231r-2,171r-24,0r-3,-171r29,0xm34,-36v12,0,21,10,21,21v0,11,-10,20,-21,20v-11,0,-21,-9,-21,-20v0,-12,9,-21,21,-21","w":69},"\"":{"d":"87,-231r-4,77r-14,0r-4,-77r22,0xm40,-231r-4,77r-14,0r-4,-77r22,0","w":105},"#":{"d":"184,-136r-37,0r-8,45r33,0r0,23r-38,0r-7,44r-24,0r8,-44r-36,0r-8,44r-24,0r8,-44r-34,0r0,-23r38,0r8,-45r-34,0r0,-24r39,0r9,-51r24,0r-9,51r35,0r10,-51r24,0r-10,51r33,0r0,24xm123,-136r-36,0r-8,45r36,0","w":201},"$":{"d":"110,-132v35,14,55,27,56,66v1,36,-24,56,-56,60r0,31r-19,0r0,-30v-19,-1,-36,-9,-51,-21r5,-15v12,6,30,11,46,11r0,-83v-31,-14,-51,-24,-52,-60v-1,-31,24,-53,52,-57r0,-25r19,0r0,24v18,1,35,8,50,20r-5,16v-12,-7,-27,-12,-45,-12r0,75xm91,-141r0,-62v-34,11,-33,49,0,62xm110,-31v40,-8,37,-59,0,-73r0,73","w":193},"%":{"d":"37,-185v0,-52,72,-73,93,-24v4,9,25,24,38,14r23,-41r17,5r-130,236r-18,-5r98,-176v-8,0,-15,-3,-22,-9v1,27,-23,53,-50,53v-27,0,-49,-25,-49,-53xm184,-99v27,0,49,24,49,52v0,29,-22,52,-49,52v-26,0,-50,-24,-50,-52v0,-27,24,-52,50,-52xm86,-156v15,0,27,-14,27,-29v0,-15,-12,-29,-27,-29v-15,0,-26,15,-26,29v0,14,11,29,26,29xm184,-18v15,0,26,-15,26,-29v0,-14,-11,-29,-26,-29v-15,0,-27,14,-27,29v0,15,12,29,27,29","w":275},"&":{"d":"41,-58v0,44,64,50,87,16v10,-15,17,-32,17,-51r-29,0r0,-24r88,0r0,24r-29,0r0,93v-7,-1,-17,3,-18,-4r-4,-33v-10,23,-41,42,-73,42v-34,1,-67,-27,-65,-61v2,-37,20,-53,48,-75v-36,-42,-30,-102,27,-105v27,-2,48,20,48,46v0,55,-97,84,-97,132xm89,-214v-32,5,-27,42,-6,66v19,-16,29,-30,29,-42v-1,-13,-10,-26,-23,-24","w":222},"'":{"d":"40,-231r-4,77r-14,0r-4,-77r22,0","w":57},"(":{"d":"88,19r-14,12v-66,-85,-65,-202,0,-287r14,13v-48,52,-48,209,0,262","w":93},")":{"d":"19,-255v65,84,65,202,1,287r-15,-12v49,-53,49,-209,0,-262","w":93},"*":{"d":"148,-196r-52,28r26,53r-43,-41r-43,41r26,-53r-52,-28r58,8r11,-59r11,59","w":157},"+":{"d":"149,-81r-54,0r0,54r-24,0r0,-54r-54,0r0,-24r54,0r0,-54r24,0r0,54r54,0r0,24","w":166},",":{"d":"32,-1v-14,-11,-4,-36,14,-35v12,0,21,9,21,21r-44,76r-9,-10","w":82},"-":{"d":"107,-94r-74,0r0,-22r74,0r0,22","w":140},"\u2010":{"d":"107,-94r-74,0r0,-22r74,0r0,22","w":140},".":{"d":"48,-36v12,0,21,10,21,21v0,11,-10,20,-21,20v-11,0,-21,-9,-21,-20v0,-12,9,-21,21,-21","w":83},"\/":{"d":"158,-250r-116,277r-23,-6r116,-278","w":167},"0":{"d":"94,-236v53,0,75,62,75,123v0,59,-25,118,-75,118v-53,0,-76,-62,-76,-123v0,-58,23,-118,76,-118xm94,-19v36,0,49,-53,49,-97v0,-44,-14,-97,-49,-97v-35,0,-50,53,-50,97v0,44,14,97,50,97","w":187},"1":{"d":"68,0r-26,0r0,-205r-24,0v1,-6,-3,-17,3,-18r47,-8r0,231","w":105},"2":{"d":"32,-216v40,-36,123,-22,121,38v-1,71,-109,79,-105,154r98,0r0,24r-125,0v-11,-74,38,-105,78,-135v39,-29,34,-77,-14,-77v-18,0,-34,4,-47,12","w":174},"3":{"d":"116,-123v22,8,36,31,37,58v2,63,-82,93,-127,49r5,-15v35,21,94,18,94,-34v0,-31,-18,-47,-53,-47r0,-22v28,0,48,-14,48,-40v1,-45,-57,-44,-89,-26r-5,-16v42,-39,122,-18,120,42v0,23,-10,39,-30,51","w":178},"4":{"d":"157,-67r-29,0r0,67r-26,0r0,-67r-92,0r118,-169r0,145r29,0r0,24xm102,-91r0,-63r-44,63r44,0"},"5":{"d":"61,-147v51,-22,95,18,95,73v0,68,-85,105,-134,58r5,-15v43,26,103,8,103,-44v0,-52,-65,-76,-91,-32r-13,-2r26,-122r96,0r0,24r-76,0","w":187},"6":{"d":"55,-135v41,-50,115,-6,115,58v0,45,-31,81,-74,81v-69,0,-67,-76,-67,-150v0,-71,63,-117,116,-73r-5,14v-11,-7,-24,-10,-40,-10v-34,0,-48,40,-45,80xm96,-20v29,0,48,-26,48,-56v0,-31,-19,-58,-48,-58v-28,0,-42,19,-42,57v0,38,14,57,42,57","w":187},"7":{"d":"170,-231r-105,231r-27,0r92,-207r-112,0r0,-24r152,0"},"8":{"d":"131,-120v21,7,35,29,36,54v1,41,-31,71,-73,71v-41,0,-73,-28,-73,-70v0,-25,15,-50,35,-55v-54,-31,-26,-116,38,-116v65,0,90,86,37,116xm94,-132v23,1,40,-17,40,-40v0,-24,-16,-41,-41,-41v-25,0,-40,18,-40,42v0,23,18,39,41,39xm94,-19v26,0,46,-17,46,-44v0,-25,-21,-47,-46,-46v-25,0,-47,19,-47,45v0,28,20,45,47,45","w":187},"9":{"d":"96,-236v70,0,68,75,68,150v0,73,-62,116,-116,73r4,-14v12,7,25,10,41,10v33,-1,48,-39,45,-79v-42,49,-115,5,-115,-59v0,-44,29,-81,73,-81xm49,-156v0,31,19,58,48,58v28,0,42,-19,42,-57v0,-38,-15,-57,-43,-57v-29,0,-47,26,-47,56","w":187},":":{"d":"48,-150v12,0,21,8,21,20v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-20,21,-20xm48,-36v12,0,21,10,21,21v0,11,-10,20,-21,20v-11,0,-21,-9,-21,-20v0,-12,9,-21,21,-21","w":83},";":{"d":"46,-150v12,0,21,8,21,20v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-20,21,-20xm32,-1v-14,-11,-4,-36,14,-35v12,0,21,9,21,21r-44,76r-9,-10","w":82},"<":{"d":"130,-30r-9,8r-104,-85r104,-85r9,9r-65,76","w":147},"=":{"d":"147,-104r-130,0r0,-25r130,0r0,25xm147,-57r-130,0r0,-25r130,0r0,25","w":164},">":{"d":"130,-107r-104,85r-9,-8r66,-77r-66,-76r9,-9","w":147},"?":{"d":"26,-216v37,-35,112,-23,111,34v0,18,-6,31,-17,40v1,3,-54,19,-48,39v0,10,7,20,18,19r-6,17v-38,3,-51,-54,-21,-72v17,-10,47,-17,48,-42v1,-39,-55,-36,-80,-19xm69,-36v12,0,21,9,21,21v0,11,-10,20,-21,20v-11,0,-21,-9,-21,-20v0,-12,9,-21,21,-21","w":153},"@":{"d":"158,-237v66,0,122,52,122,117v0,40,-20,79,-56,79v-18,0,-36,-15,-41,-30v-35,28,-74,-7,-74,-43v0,-59,95,-76,95,-13v0,18,-5,66,22,62v24,-3,33,-37,29,-65v-5,-47,-46,-81,-97,-82v-54,-1,-98,41,-98,95v0,49,37,97,80,102r-8,15v-55,-5,-97,-58,-97,-119v0,-68,55,-118,123,-118xm181,-92v7,-47,-20,-65,-43,-41v-14,15,-5,49,18,49v9,0,18,-3,25,-8","w":316},"A":{"d":"182,0r-30,0r-23,-63r-71,0r-23,63r-30,0r88,-235xm120,-86r-27,-73r-26,73r53,0","w":186},"B":{"d":"118,-123v77,23,47,132,-32,123r-56,0r0,-231v63,-4,116,6,116,61v0,22,-9,38,-28,47xm57,-129v36,3,63,-8,63,-41v0,-31,-27,-41,-63,-38r0,79xm136,-64v-2,-37,-37,-47,-79,-44r0,84v42,2,81,-3,79,-40","w":182},"C":{"d":"49,-116v0,75,65,120,128,85r6,15v-71,57,-161,-10,-161,-100v0,-87,89,-156,161,-100r-6,16v-62,-35,-128,11,-128,84","w":202},"D":{"d":"30,-231v99,-9,161,23,161,116v0,91,-62,124,-161,115r0,-231xm164,-116v0,-68,-37,-96,-107,-91r0,183v70,4,107,-24,107,-92","w":209},"E":{"d":"153,0r-123,0r0,-231r123,0r0,24r-96,0r0,71r82,0r0,24r-82,0r0,88r96,0r0,24","w":165},"F":{"d":"140,-207r-90,0r0,71r79,0r0,24r-79,0r0,112r-27,0r0,-231r117,0r0,24","w":149},"G":{"d":"53,-113v0,70,74,127,121,71v12,-14,17,-32,17,-51r-58,0r0,-24r87,0r0,117v-7,-1,-17,3,-18,-4r-4,-33v-10,24,-41,42,-73,42v-61,1,-100,-55,-100,-117v0,-90,84,-160,158,-104r-5,16v-62,-36,-125,13,-125,87","w":249},"H":{"d":"183,0r-27,0r0,-111r-99,0r0,111r-27,0r0,-231r27,0r0,96r99,0r0,-96r27,0r0,231","w":212},"I":{"d":"82,0r-64,0r0,-24r18,0r0,-184r-18,0r0,-23r64,0r0,23r-19,0r0,184r19,0r0,24","w":104},"J":{"d":"12,-27v25,16,66,16,66,-24r0,-157r-18,0r0,-23r64,0r0,23r-19,0r0,155v6,59,-61,74,-97,40","w":146},"K":{"d":"157,-231r-70,116r67,115r-30,0r-67,-113r0,113r-27,0r0,-231r27,0r0,115r69,-115r31,0","w":161},"L":{"d":"138,0r-108,0r0,-231r27,0r0,207r81,0r0,24","w":138},"M":{"d":"212,0r-27,0r0,-162r-63,73r-65,-76r0,165r-27,0r0,-236r92,105r90,-105r0,236","w":241},"N":{"d":"202,4r-145,-169r0,165r-27,0r0,-236r145,166r0,-161r27,0r0,235","w":231},"O":{"d":"125,-236v62,0,103,55,103,120v0,65,-40,121,-103,121v-62,0,-103,-57,-103,-121v0,-64,41,-120,103,-120xm125,-20v49,0,76,-45,76,-96v0,-51,-28,-96,-76,-96v-47,0,-75,45,-75,96v0,52,26,96,75,96","w":250},"P":{"d":"155,-165v-3,52,-40,74,-98,70r0,95r-27,0r0,-231v67,-4,128,5,125,66xm129,-165v0,-35,-30,-46,-72,-43r0,90v43,3,72,-10,72,-47","w":163},"Q":{"d":"125,-236v62,0,103,55,103,120v0,61,-36,115,-90,120v-2,25,1,46,24,45v16,0,30,-3,41,-10r5,14v-38,34,-110,15,-97,-49v-54,-6,-88,-59,-88,-120v0,-64,40,-120,102,-120xm125,-20v49,0,76,-45,76,-96v0,-51,-28,-96,-76,-96v-47,0,-75,45,-75,96v0,52,26,96,75,96","w":250},"R":{"d":"171,0r-30,0r-61,-95r-23,0r0,95r-27,0r0,-231v67,-4,125,5,125,66v0,35,-16,57,-48,66xm129,-165v0,-35,-30,-46,-72,-43r0,90v43,3,72,-10,72,-47","w":178},"S":{"d":"52,-178v11,51,106,45,106,113v0,72,-97,89,-142,47r6,-16v28,21,116,23,109,-31v-7,-54,-106,-51,-106,-113v0,-58,81,-75,121,-38r-5,16v-27,-20,-88,-16,-89,22","w":175},"T":{"d":"150,-207r-59,0r0,207r-27,0r0,-207r-59,0r0,-24r145,0r0,24","w":154},"U":{"d":"55,-80v0,35,17,60,50,60v80,0,41,-136,50,-211r27,0r0,154v2,48,-32,83,-77,82v-46,0,-77,-38,-77,-84r0,-152r27,0r0,151","w":209},"V":{"d":"183,-231r-89,235r-89,-235r30,0r59,158r58,-158r31,0","w":187},"W":{"d":"264,-231r-89,235r-41,-108r-40,108r-89,-235r30,0r59,158r40,-110r41,110r59,-158r30,0","w":268},"X":{"d":"166,0r-30,0r-50,-92r-50,92r-31,0r66,-120r-60,-111r31,0r45,83r45,-83r31,0r-61,111","w":171},"Y":{"d":"171,-231r-69,131r0,100r-27,0r0,-100r-70,-131r31,0r52,101r52,-101r31,0","w":176},"Z":{"d":"164,-231r-112,207r112,0r0,24r-155,0r112,-207r-97,0r0,-24r140,0","w":174},"[":{"d":"96,35r-71,0r0,-295r71,0r0,23r-44,0r0,248r44,0r0,24","w":101},"\\":{"d":"148,3r-25,0r-114,-260r26,0","w":167},"]":{"d":"77,35r-72,0r0,-24r45,0r0,-248r-45,0r0,-23r72,0r0,295","w":102},"^":{"d":"161,-124r-7,10r-62,-69r-61,69r-8,-10r69,-109","w":167},"_":{"d":"159,51r-168,0r0,-20r168,0r0,20","w":150},"`":{"d":"78,-186r-13,12r-55,-45r22,-15","w":87},"a":{"d":"32,-141v37,-32,111,-20,111,36r0,105v-14,1,-23,0,-25,-14v-31,36,-102,17,-102,-32v0,-50,64,-68,100,-40v13,-53,-44,-61,-79,-41xm43,-46v0,41,69,33,73,1v3,-25,-18,-33,-36,-33v-24,0,-37,11,-37,32","w":164},"b":{"d":"52,-137v41,-49,120,-5,114,58v7,69,-76,114,-116,57v-5,11,-5,26,-25,22r0,-242r27,0r0,105xm93,-18v29,0,47,-27,47,-59v0,-31,-18,-59,-47,-59v-35,0,-42,32,-42,74v0,21,22,45,42,44","w":181},"c":{"d":"42,-77v0,49,51,77,93,50r5,14v-51,42,-124,2,-124,-63v0,-64,71,-108,123,-65r-4,14v-41,-26,-93,0,-93,50","w":151},"d":{"d":"16,-79v-6,-62,72,-107,114,-58r0,-105r27,0r0,242v-7,-1,-17,3,-18,-4r-7,-18v-40,56,-124,12,-116,-57xm89,-18v34,0,42,-37,42,-80v0,-21,-22,-39,-42,-38v-29,0,-47,28,-47,59v0,31,18,59,47,59","w":181},"e":{"d":"87,-158v46,-1,70,35,67,86r-112,0v-2,49,51,69,90,45r4,14v-49,41,-120,4,-120,-64v0,-46,26,-81,71,-81xm127,-93v3,-36,-47,-59,-72,-30v-8,9,-12,18,-12,30r84,0","w":164},"f":{"d":"125,-228r-4,14v-24,-11,-62,-14,-58,26r0,34r24,0r0,23r-24,0r0,131r-26,0r0,-131r-24,0r0,-23r24,0v-3,-47,2,-88,47,-88v15,0,29,5,41,14","w":109},"g":{"d":"45,-1v0,42,58,1,81,1v23,0,42,21,42,44v0,58,-97,79,-102,15v0,-4,0,-9,1,-16v-50,4,-59,-62,-21,-83v-54,-28,-29,-118,36,-118v15,0,29,4,40,11r18,-19r16,16r-18,18v31,47,-7,113,-69,100v-16,10,-24,20,-24,31xm83,-54v24,0,40,-19,40,-42v0,-24,-17,-40,-41,-40v-24,-1,-40,19,-40,42v0,25,16,40,41,40xm111,77v16,0,35,-11,33,-28v-4,-30,-27,-29,-58,-12v-5,20,6,40,25,40","w":170},"h":{"d":"52,-130v22,-46,95,-33,95,28r0,102r-26,0v-6,-46,19,-134,-27,-136v-60,-3,-38,81,-42,136r-27,0r0,-242r27,0r0,112","w":169},"i":{"d":"44,-231v10,-1,20,9,20,19v0,10,-10,20,-20,19v-10,1,-19,-10,-19,-19v0,-9,9,-20,19,-19xm58,0r-27,0r0,-131r-18,0r0,-23r45,0r0,154","w":88},"j":{"d":"56,-231v10,-1,20,9,20,19v0,10,-10,20,-20,19v-10,1,-20,-9,-19,-19v-1,-10,9,-20,19,-19xm-23,39v25,17,66,14,66,-25r0,-145r-18,0r0,-23r45,0r0,167v5,58,-61,73,-98,40","w":100},"k":{"d":"153,0r-32,0r-59,-71v-17,10,-8,46,-10,71r-27,0r0,-242r27,0r0,149r62,-61r31,0r-66,66","w":159},"l":{"d":"58,0r-27,0r0,-219r-18,0r0,-23r45,0r0,242","w":85},"m":{"d":"81,-136v-47,0,-24,88,-29,136r-27,0r0,-154v16,-3,21,6,25,18v13,-30,62,-29,74,0v27,-39,84,-26,84,34r0,102r-26,0r0,-103v0,-22,-8,-33,-23,-33v-48,0,-23,87,-29,136r-26,0r0,-103v0,-22,-8,-33,-23,-33","w":230},"n":{"d":"50,-130v24,-45,97,-34,97,28r0,102r-26,0v-6,-46,19,-134,-27,-136v-60,-3,-38,81,-42,136r-27,0r0,-154v6,1,17,-3,18,3","w":169},"o":{"d":"89,-158v43,0,74,36,74,81v0,45,-31,81,-74,81v-43,0,-73,-37,-73,-81v0,-44,30,-81,73,-81xm89,-20v30,0,47,-26,47,-57v0,-31,-17,-57,-47,-57v-29,0,-47,27,-47,57v0,30,18,57,47,57","w":178},"p":{"d":"50,-132v40,-57,115,-12,115,57v0,62,-71,108,-113,58r0,93r-27,0r0,-230v6,1,16,-3,17,3xm92,-19v29,1,47,-26,47,-58v0,-30,-17,-60,-46,-59v-35,1,-42,37,-42,80v0,21,21,37,41,37","w":181},"q":{"d":"16,-75v-7,-67,75,-114,116,-58v4,-11,6,-25,25,-21r0,230r-27,0r0,-93v-41,49,-120,4,-114,-58xm90,-18v36,0,41,-33,41,-75v0,-21,-22,-43,-43,-43v-27,0,-46,30,-46,59v0,31,19,59,48,59","w":181},"r":{"d":"50,-136v16,-25,59,-33,81,0r-15,15v-19,-32,-65,-7,-65,26r0,95r-26,0r0,-154v16,-4,20,7,25,18","w":132},"s":{"d":"111,-127v-19,-12,-63,-18,-66,10v-6,18,58,37,55,39v40,24,14,83,-31,83v-24,0,-48,-16,-57,-32r12,-9v13,21,70,29,70,-5v0,-38,-77,-29,-74,-75v3,-45,65,-55,95,-25","w":131},"t":{"d":"63,-37v2,28,47,22,66,10r4,14v-31,30,-95,20,-96,-25r0,-93r-24,0r50,-78r0,55r40,0r0,23r-40,0r0,94","w":135},"u":{"d":"75,-19v59,3,37,-81,41,-135r27,0r0,154v-7,-1,-17,3,-18,-4r-7,-21v-24,46,-97,35,-97,-28r0,-101r26,0v5,47,-18,133,28,135","w":168},"v":{"d":"140,-154r-70,157r-69,-157r26,0r43,97r43,-97r27,0","w":140},"w":{"d":"192,-154r-62,157r-34,-87r-34,87r-61,-157r26,0r35,89r34,-86r34,86r35,-89r27,0","w":192},"x":{"d":"136,0r-30,0r-38,-55r-37,55r-30,0r52,-77r-52,-77r30,0r37,54r38,-54r30,0r-52,77","w":137},"y":{"d":"75,-19v59,3,37,-81,41,-135r27,0v-7,90,31,232,-68,227v-18,0,-35,-6,-49,-18r5,-14v34,21,92,10,85,-40r0,-23v-26,44,-95,30,-95,-31r0,-101r27,0v6,46,-18,132,27,135","w":168},"z":{"d":"154,-154r-103,130r97,0r0,24r-148,0r104,-131r-82,0r0,-23r132,0","w":154},"{":{"d":"35,-108v50,26,-15,140,54,127r0,20v-36,1,-61,-4,-60,-38v0,-47,6,-100,-31,-110v70,-10,-21,-165,91,-147r0,19v-69,-11,-4,102,-54,129","w":92},"|":{"d":"60,35r-25,0r0,-297r25,0r0,297","w":95},"}":{"d":"1,-256v35,-1,61,4,60,37v0,47,-7,101,31,111v-70,10,21,165,-91,147r0,-20v70,13,3,-100,54,-127v-27,-13,-19,-66,-21,-107v-1,-21,-7,-22,-33,-22r0,-19","w":90},"~":{"d":"131,-91v17,4,35,-10,43,-21r7,5v-14,26,-30,40,-49,40v-18,0,-58,-29,-72,-29v-15,0,-30,13,-37,21r-8,-5v14,-26,31,-40,50,-40v13,-4,60,28,66,29","w":196},"\u00a2":{"d":"16,-117v0,-42,26,-76,63,-81r0,-27r19,0r0,26v15,1,28,8,41,18r-4,13v-10,-5,-23,-9,-37,-10r0,120v14,0,27,-4,37,-10r5,14v-13,10,-27,15,-42,17r0,31r-19,0r0,-31v-37,-5,-63,-39,-63,-80xm79,-176v-47,11,-49,105,0,116r0,-116","w":151},"\u00a3":{"d":"45,-178v-2,-59,79,-75,119,-38r-5,16v-27,-19,-88,-17,-88,22r0,55r53,0r0,24r-53,0r0,75r89,0r0,24r-145,0r0,-24r29,0r0,-75r-27,0r0,-24r28,0r0,-55"},"\u00a7":{"d":"137,-215v-14,-21,-79,-28,-75,10v4,46,102,50,102,107v0,16,-9,31,-27,44v40,45,-26,105,-79,71v-11,-6,-19,-14,-24,-23r12,-8v14,21,81,28,77,-9v-5,-44,-104,-52,-102,-107v0,-16,9,-31,27,-44v-42,-44,24,-105,76,-72v11,6,20,13,25,22xm122,-68v25,-16,19,-47,-7,-61r-52,-30v-25,16,-18,46,7,61","w":184},"\u00b6":{"d":"19,-162v0,-39,32,-69,71,-69r86,0r0,23r-17,0r0,250r-25,0r0,-135r-23,0r0,135r-26,0r0,-135v-40,1,-66,-30,-66,-69xm134,-117r0,-91r-23,0r0,91r23,0","w":196},"\u00df":{"d":"128,-121v44,9,57,90,25,123v-12,13,-30,22,-53,24r-7,-15v36,-16,52,-18,52,-63v0,-34,-23,-54,-58,-54r0,-25v24,1,44,-19,44,-42v1,-21,-16,-41,-37,-40v-24,0,-35,17,-35,52r0,161r-27,0r0,-131r-19,0r0,-23r19,0v-3,-48,18,-80,62,-82v62,-3,87,86,34,115","w":191},"\u00b4":{"d":"79,-219r-55,45r-12,-12r45,-48","w":93},"\u00a8":{"d":"130,-207v11,0,20,9,20,19v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-10,10,-19,20,-19xm68,-207v11,0,20,9,20,19v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-10,10,-19,20,-19","w":190},"\u00c6":{"d":"28,-148v0,-47,30,-84,77,-83r146,0r0,24r-96,0r0,71r83,0r0,24r-83,0r0,88r97,0r0,24r-124,0r0,-93r-73,0r0,93r-27,0r0,-148xm128,-207v-60,-8,-78,29,-73,90r73,0r0,-90","w":263},"\u00d8":{"d":"41,-36v-52,-70,-14,-200,79,-200v27,0,50,9,68,27r22,-26r14,11r-24,29v51,69,14,200,-80,200v-27,0,-49,-9,-67,-27r-25,29r-14,-12xm171,-189v-49,-55,-126,-3,-126,73v0,24,5,44,14,59xm120,-20v70,0,94,-98,62,-154r-113,133v13,14,30,21,51,21","w":240},"\u00a5":{"d":"167,-231r-49,91r24,0r0,19r-34,0v-3,9,-9,15,-11,25r53,0r0,19r-53,0r0,77r-27,0r0,-77r-53,0r0,-19r53,0v-1,-11,-8,-16,-11,-25r-33,0r0,-19r23,0r-48,-91r31,0r47,91r10,0r47,-91r31,0","w":167},"\u00aa":{"d":"49,-164v-13,14,-42,7,-40,-13v-3,-21,25,-25,40,-17v4,-20,-18,-23,-32,-15v-6,-10,11,-13,18,-13v33,-2,22,36,24,64v-6,1,-9,-1,-10,-6xm33,-165v7,-2,19,-6,16,-18v-4,-11,-30,-9,-30,6v0,8,5,12,14,12","w":69},"\u00ba":{"d":"38,-222v18,0,29,15,29,33v0,18,-11,32,-29,32v-18,0,-29,-14,-29,-32v0,-18,11,-33,29,-33xm38,-167v12,0,19,-12,19,-23v0,-11,-7,-23,-19,-23v-12,0,-19,12,-19,23v0,11,7,23,19,23","w":77},"\u00e6":{"d":"134,-135v43,-49,132,-15,119,63r-110,0v-7,51,51,68,88,45r5,14v-32,27,-87,21,-107,-13v-20,21,-24,29,-54,31v-32,2,-59,-20,-59,-51v0,-49,61,-65,100,-44v11,-50,-46,-56,-79,-37r-5,-14v28,-25,84,-22,102,6xm227,-93v3,-35,-48,-59,-72,-30v-8,9,-12,18,-12,30r84,0xm43,-46v0,42,69,32,74,1v4,-27,-16,-32,-37,-33v-24,0,-37,11,-37,32","w":263},"\u00f8":{"d":"30,-23v-38,-47,-9,-135,56,-135v18,0,32,4,44,14r17,-19r12,10r-17,21v40,48,10,136,-56,136v-18,0,-33,-5,-45,-15r-17,19r-11,-10xm114,-125v-46,-34,-96,29,-68,81xm57,-30v46,37,101,-31,68,-82","w":172},"\u00bf":{"d":"101,-187v12,0,21,9,21,21v0,31,-41,23,-42,0v1,-11,9,-21,21,-21xm60,0v-2,38,55,35,79,18r6,16v-38,35,-113,23,-112,-34v0,-18,6,-31,17,-40v0,-2,55,-19,49,-39v0,-10,-7,-20,-18,-19r6,-17v21,-1,37,17,38,37v3,49,-63,37,-65,78","w":152},"\u00a1":{"d":"33,-186v12,0,21,8,21,20v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-20,21,-20xm48,50r-30,0r2,-172r25,0","w":65},"\u00ab":{"d":"199,-29r-9,9r-103,-85r103,-85r9,8r-65,77xm130,-29r-9,9r-104,-85r104,-85r9,8r-65,77","w":216},"\u00bb":{"d":"199,-105r-103,85r-9,-9r65,-76r-65,-77r9,-8xm130,-105r-104,85r-9,-9r66,-76r-66,-77r9,-8","w":216},"\u2026":{"d":"195,-15v0,-30,43,-25,43,0v0,25,-43,26,-43,0xm129,-36v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20v0,-12,9,-21,21,-21xm41,-36v12,0,21,10,21,21v0,11,-10,20,-21,20v-11,0,-21,-9,-21,-20v0,-12,9,-21,21,-21","w":252},"\u2013":{"d":"147,-94r-138,0r0,-22r138,0r0,22","w":155},"\u2014":{"d":"273,-94r-264,0r0,-22r264,0r0,22","w":281},"\u201c":{"d":"114,-188v13,12,3,37,-15,36v-12,0,-20,-10,-21,-21r44,-63r10,10xm55,-188v15,11,4,36,-14,36v-12,0,-21,-9,-21,-21r44,-63r10,10","w":147},"\u201d":{"d":"96,-198v-13,-12,-3,-36,15,-35v11,0,21,9,21,20r-44,64r-10,-10xm39,-198v-15,-11,-4,-36,14,-35v11,0,21,9,21,20r-44,64r-10,-10","w":147},"\u2018":{"d":"55,-188v15,11,4,36,-14,36v-12,0,-21,-9,-21,-21r44,-63r10,10","w":88},"\u2019":{"d":"39,-198v-15,-11,-4,-36,14,-35v11,0,21,9,21,20r-44,64r-10,-10","w":88},"\u00a4":{"d":"174,-33r-14,13r-21,-21v-25,21,-68,22,-93,0r-22,21r-14,-13r22,-22v-23,-26,-22,-67,0,-93r-22,-21r14,-14r22,21v26,-22,69,-21,93,0r21,-21r14,14r-21,21v21,27,22,68,0,93xm92,-45v31,0,57,-26,57,-56v0,-31,-26,-57,-57,-57v-31,0,-56,26,-56,57v0,31,25,56,56,56","w":184},"\u00b7":{"d":"41,-113v11,0,21,9,21,20v0,11,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-11,10,-20,21,-20","w":76},"\u2219":{"d":"41,-113v11,0,21,9,21,20v0,11,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-11,10,-20,21,-20","w":76},"\u00af":{"d":"113,-190r-107,0r0,-21r107,0r0,21","w":118},"\u02c9":{"d":"113,-190r-107,0r0,-21r107,0r0,21","w":118},"\u00b8":{"d":"86,47v1,-9,-13,-11,-14,-2r-13,-9r10,-37r21,1r-5,19v14,1,22,9,22,25v0,27,-33,42,-53,21r5,-13v12,7,26,11,27,-5","w":146},"\u00d0":{},"\u00f0":{},"\u00dd":{},"\u00fd":{},"\u00de":{},"\u00fe":{},"\u00bd":{},"\u00bc":{},"\u00b9":{},"\u00be":{},"\u00b3":{},"\u00b2":{},"\u00a6":{},"\u00ad":{},"\u2212":{},"\u00d7":{"w":142},"\u00c4":{"d":"124,-287v11,-1,20,9,20,19v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-10,9,-20,20,-19xm62,-287v11,-1,20,9,20,19v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-10,9,-20,20,-19xm182,0r-30,0r-23,-63r-71,0r-23,63r-30,0r88,-235xm120,-86r-27,-73r-26,73r53,0","w":186},"\u00c5":{"d":"93,-277v33,0,38,53,6,57r83,220r-30,0r-23,-63r-71,0r-23,63r-30,0r82,-220v-32,-4,-28,-57,6,-57xm105,-248v0,-8,-4,-13,-12,-13v-8,0,-12,5,-12,13v0,8,4,13,12,13v8,0,12,-5,12,-13xm120,-86r-27,-73r-26,73r53,0","w":186},"\u00c7":{"d":"49,-116v0,75,65,120,128,85r6,15v-12,10,-26,17,-42,20r-4,15v14,1,21,9,21,25v1,28,-33,42,-53,21r6,-13v15,15,37,-2,21,-13v-5,0,-8,2,-8,6r-13,-9r9,-32v-60,-2,-98,-55,-98,-120v0,-87,89,-156,161,-100r-6,16v-62,-35,-128,11,-128,84","w":210},"\u00c9":{"d":"150,-298r-54,45r-13,-12r46,-49xm153,0r-123,0r0,-231r123,0r0,24r-96,0r0,71r82,0r0,24r-82,0r0,88r96,0r0,24","w":165},"\u00d1":{"d":"97,-299v21,0,60,33,77,5r8,6v-11,19,-24,29,-37,29v-22,0,-59,-34,-77,-6r-8,-5v11,-19,23,-29,37,-29xm208,4r-145,-169r0,165r-27,0r0,-236r145,166r0,-161r27,0r0,235","w":221},"\u00d6":{"d":"154,-287v11,0,21,10,21,20v0,10,-10,20,-21,20v-11,0,-20,-10,-20,-20v0,-10,9,-20,20,-20xm92,-287v11,-1,20,10,20,20v0,10,-9,21,-20,20v-10,1,-21,-10,-20,-20v-1,-11,10,-20,20,-20xm125,-236v62,0,103,55,103,120v0,65,-40,121,-103,121v-62,0,-103,-57,-103,-121v0,-64,41,-120,103,-120xm125,-20v49,0,76,-45,76,-96v0,-51,-28,-96,-76,-96v-47,0,-75,45,-75,96v0,52,26,96,75,96","w":250},"\u00dc":{"d":"136,-287v11,0,20,10,20,20v0,11,-9,19,-20,19v-11,0,-20,-8,-20,-19v0,-10,9,-20,20,-20xm74,-287v11,0,20,10,20,20v0,11,-9,19,-20,19v-11,0,-20,-8,-20,-19v0,-10,9,-20,20,-20xm55,-80v0,35,17,60,50,60v80,0,41,-136,50,-211r27,0r0,154v2,48,-32,83,-77,82v-46,0,-77,-38,-77,-84r0,-152r27,0r0,151","w":209},"\u00e1":{"d":"136,-219r-54,45r-13,-12r45,-48xm33,-141v35,-32,110,-20,110,36r0,105v-14,1,-23,0,-25,-14v-31,36,-102,17,-102,-32v0,-50,64,-68,100,-40v13,-53,-44,-61,-79,-41xm43,-46v-1,41,69,34,73,1v3,-25,-18,-33,-36,-33v-25,0,-37,11,-37,32","w":164},"\u00e0":{"d":"96,-186r-14,12r-54,-45r22,-15xm33,-141v35,-32,110,-20,110,36r0,105v-14,1,-23,0,-25,-14v-31,36,-102,17,-102,-32v0,-50,64,-68,100,-40v13,-53,-44,-61,-79,-41xm43,-46v-1,41,69,34,73,1v3,-25,-18,-33,-36,-33v-25,0,-37,11,-37,32","w":164},"\u00e2":{"d":"130,-177r-6,6r-36,-30r-36,30r-6,-6r42,-55xm33,-141v35,-32,110,-20,110,36r0,105v-14,1,-23,0,-25,-14v-31,36,-102,17,-102,-32v0,-50,64,-68,100,-40v13,-53,-44,-61,-79,-41xm43,-46v-1,41,69,34,73,1v3,-25,-18,-33,-36,-33v-25,0,-37,11,-37,32","w":164},"\u00e4":{"d":"116,-212v11,0,20,9,20,20v0,10,-9,20,-20,20v-11,0,-20,-10,-20,-20v0,-11,9,-20,20,-20xm53,-212v11,0,20,8,20,20v0,11,-9,20,-20,20v-11,0,-20,-10,-20,-20v0,-11,9,-20,20,-20xm33,-141v35,-32,110,-20,110,36r0,105v-14,1,-23,0,-25,-14v-31,36,-102,17,-102,-32v0,-50,64,-68,100,-40v13,-53,-44,-61,-79,-41xm43,-46v-1,41,69,34,73,1v3,-25,-18,-33,-36,-33v-25,0,-37,11,-37,32","w":164},"\u00e3":{"d":"62,-219v21,0,60,33,77,5r8,6v-11,19,-23,28,-37,28v-22,-1,-59,-33,-77,-5r-7,-5v11,-19,22,-29,36,-29xm33,-141v35,-32,110,-20,110,36r0,105v-14,1,-23,0,-25,-14v-31,36,-102,17,-102,-32v0,-50,64,-68,100,-40v13,-53,-44,-61,-79,-41xm43,-46v-1,41,69,34,73,1v3,-25,-18,-33,-36,-33v-25,0,-37,11,-37,32","w":164},"\u00e5":{"d":"86,-222v15,0,28,13,28,28v0,15,-13,28,-28,28v-15,0,-28,-12,-28,-28v0,-16,13,-28,28,-28xm33,-141v35,-32,110,-20,110,36r0,105v-14,1,-23,0,-25,-14v-31,36,-102,17,-102,-32v0,-50,64,-68,100,-40v13,-53,-44,-61,-79,-41xm74,-194v0,18,23,13,24,0v0,-14,-24,-16,-24,0xm43,-46v-1,41,69,34,73,1v3,-25,-18,-33,-36,-33v-25,0,-37,11,-37,32","w":164},"\u00e7":{"d":"46,-77v0,48,52,77,94,50r4,14v-11,8,-22,14,-34,16r-5,16v14,1,22,9,22,25v0,27,-33,42,-53,21r6,-13v15,15,35,-1,21,-13v-5,0,-8,2,-9,6r-13,-9r10,-32v-39,-3,-66,-38,-68,-80v-3,-65,71,-108,123,-65r-5,14v-41,-26,-93,1,-93,50","w":168},"\u00e9":{"d":"143,-219r-54,45r-13,-12r45,-48xm87,-158v46,-1,70,35,67,86r-112,0v-2,49,51,69,90,45r4,14v-49,41,-120,4,-120,-64v0,-46,26,-81,71,-81xm127,-93v3,-36,-47,-59,-72,-30v-8,9,-12,18,-12,30r84,0","w":164},"\u00e8":{"d":"98,-186r-13,12r-55,-45r22,-15xm87,-158v46,-1,70,35,67,86r-112,0v-2,49,51,69,90,45r4,14v-49,41,-120,4,-120,-64v0,-46,26,-81,71,-81xm127,-93v3,-36,-47,-59,-72,-30v-8,9,-12,18,-12,30r84,0","w":164},"\u00ea":{"d":"129,-177r-6,6r-36,-30r-36,30r-6,-6r42,-55xm87,-158v46,-1,70,35,67,86r-112,0v-2,49,51,69,90,45r4,14v-49,41,-120,4,-120,-64v0,-46,26,-81,71,-81xm127,-93v3,-36,-47,-59,-72,-30v-8,9,-12,18,-12,30r84,0","w":164},"\u00eb":{"d":"118,-212v11,0,20,10,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-10,9,-20,20,-20xm56,-212v11,0,20,10,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-10,9,-20,20,-20xm87,-158v46,-1,70,35,67,86r-112,0v-2,49,51,69,90,45r4,14v-49,41,-120,4,-120,-64v0,-46,26,-81,71,-81xm127,-93v3,-36,-47,-59,-72,-30v-8,9,-12,18,-12,30r84,0","w":164},"\u00ed":{"d":"94,-219r-55,45r-13,-12r45,-48xm58,0r-27,0r0,-131r-18,0r0,-23r45,0r0,154","w":88},"\u00ec":{"d":"53,-186r-13,12r-55,-45r23,-15xm59,0r-27,0r0,-131r-18,0r0,-23r45,0r0,154","w":86},"\u00ee":{"d":"85,-177r-5,6r-36,-30r-37,30r-5,-6r42,-55xm60,0r-27,0r0,-131r-19,0r0,-23r46,0r0,154","w":84},"\u00ef":{"d":"72,-212v11,0,21,9,21,20v0,10,-10,20,-21,20v-11,0,-19,-10,-19,-20v0,-11,8,-20,19,-20xm10,-212v11,0,20,9,20,20v0,10,-9,20,-20,20v-11,0,-20,-10,-20,-20v0,-11,9,-20,20,-20xm57,0r-27,0r0,-131r-18,0r0,-23r45,0r0,154","w":86},"\u00f1":{"d":"70,-219v21,0,60,33,77,5r8,6v-11,19,-23,28,-37,28v-22,-1,-59,-33,-77,-5r-8,-5v11,-19,23,-29,37,-29xm56,-130v24,-45,97,-34,97,28r0,102r-26,0v-6,-46,19,-134,-27,-136v-60,-3,-38,81,-42,136r-27,0r0,-154v6,1,17,-3,18,3","w":177},"\u00f3":{"d":"145,-219r-55,45r-13,-12r46,-48xm89,-158v43,0,74,36,74,81v0,45,-31,81,-74,81v-43,0,-73,-37,-73,-81v0,-44,30,-81,73,-81xm89,-20v30,0,47,-26,47,-57v0,-31,-17,-57,-47,-57v-29,0,-47,27,-47,57v0,30,18,57,47,57","w":178},"\u00f2":{"d":"97,-186r-13,12r-55,-45r22,-15xm89,-158v43,0,74,36,74,81v0,45,-31,81,-74,81v-43,0,-73,-37,-73,-81v0,-44,30,-81,73,-81xm89,-20v30,0,47,-26,47,-57v0,-31,-17,-57,-47,-57v-29,0,-47,27,-47,57v0,30,18,57,47,57","w":178},"\u00f4":{"d":"131,-177r-5,6r-36,-30r-37,30r-5,-6r42,-55xm89,-158v43,0,74,36,74,81v0,45,-31,81,-74,81v-43,0,-73,-37,-73,-81v0,-44,30,-81,73,-81xm89,-20v30,0,47,-26,47,-57v0,-31,-17,-57,-47,-57v-29,0,-47,27,-47,57v0,30,18,57,47,57","w":178},"\u00f6":{"d":"120,-212v11,0,20,10,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-10,9,-20,20,-20xm58,-212v11,0,20,10,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-10,9,-20,20,-20xm89,-158v43,0,74,36,74,81v0,45,-31,81,-74,81v-43,0,-73,-37,-73,-81v0,-44,30,-81,73,-81xm89,-20v30,0,47,-26,47,-57v0,-31,-17,-57,-47,-57v-29,0,-47,27,-47,57v0,30,18,57,47,57","w":178},"\u00f5":{"d":"114,-180v-22,-1,-59,-33,-77,-5r-8,-5v11,-19,23,-29,37,-29v20,0,60,33,77,5r8,6v-11,19,-23,28,-37,28xm89,-158v43,0,74,36,74,81v0,45,-31,81,-74,81v-43,0,-73,-37,-73,-81v0,-44,30,-81,73,-81xm89,-20v30,0,47,-26,47,-57v0,-31,-17,-57,-47,-57v-29,0,-47,27,-47,57v0,30,18,57,47,57","w":178},"\u00fa":{"d":"138,-219r-54,45r-13,-12r45,-48xm75,-19v59,3,37,-81,41,-135r27,0r0,154v-7,-1,-17,3,-18,-4r-7,-21v-24,46,-97,35,-97,-28r0,-101r26,0v5,47,-18,133,28,135","w":168},"\u00f9":{"d":"93,-186r-13,12r-55,-45r22,-15xm75,-19v59,3,37,-81,41,-135r27,0r0,154v-7,-1,-17,3,-18,-4r-7,-21v-24,46,-97,35,-97,-28r0,-101r26,0v5,47,-18,133,28,135","w":168},"\u00fb":{"d":"124,-177r-6,6r-36,-30r-36,30r-6,-6r42,-55xm75,-19v59,3,37,-81,41,-135r27,0r0,154v-7,-1,-17,3,-18,-4r-7,-21v-24,46,-97,35,-97,-28r0,-101r26,0v5,47,-18,133,28,135","w":168},"\u00fc":{"d":"114,-212v11,0,20,10,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-10,9,-20,20,-20xm51,-212v11,0,20,9,20,20v0,12,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-10,9,-20,20,-20xm75,-19v59,3,37,-81,41,-135r27,0r0,154v-7,-1,-17,3,-18,-4r-7,-21v-24,46,-97,35,-97,-28r0,-101r26,0v5,47,-18,133,28,135","w":168},"\u00b0":{"d":"76,-241v29,0,55,27,55,55v0,28,-27,55,-55,55v-28,1,-55,-26,-55,-55v0,-29,26,-55,55,-55xm76,-151v19,0,35,-16,35,-35v0,-19,-16,-35,-35,-35v-19,0,-35,16,-35,35v0,19,16,35,35,35","w":151},"\u00ae":{"d":"104,-206v47,0,88,42,88,89v0,47,-41,88,-88,88v-47,0,-89,-41,-89,-88v0,-48,41,-89,89,-89xm104,-47v37,0,69,-32,69,-69v0,-37,-33,-70,-69,-70v-36,0,-70,34,-70,70v0,36,33,69,70,69xm79,-165v30,-2,57,1,57,30v0,14,-6,22,-18,27r27,42r-20,0r-25,-38r-3,0r0,38r-18,0r0,-99xm119,-135v0,-10,-9,-13,-22,-13r0,28v13,1,22,-4,22,-15","w":207},"\u00a9":{"d":"104,-206v47,0,88,42,88,89v0,47,-41,88,-88,88v-47,0,-89,-41,-89,-88v0,-48,41,-89,89,-89xm104,-47v37,0,69,-32,69,-69v0,-37,-33,-70,-69,-70v-36,0,-70,34,-70,70v0,36,33,69,70,69xm130,-145v-23,-16,-49,-3,-49,28v0,34,26,43,49,28r4,13v-32,26,-71,-3,-71,-41v0,-38,39,-68,71,-41","w":207},"\u2122":{"d":"212,-134r-19,0r0,-60r-31,27r-32,-28r0,61r-19,0r0,-100r51,44r50,-44r0,100xm96,-217r-31,0r0,83r-19,0r0,-83r-31,0r0,-14r81,0r0,14","w":239},"\u00b1":{"d":"149,-104r-54,0r0,54r-24,0r0,-54r-54,0r0,-24r54,0r0,-54r24,0r0,54r54,0r0,24xm149,0r-132,0r0,-24r132,0r0,24","w":166},"\u00b5":{},"\u03bc":{},"\u00ac":{"d":"175,-29r-25,0r0,-62r-140,0r0,-25r165,0r0,87","w":184},"\u00a0":{"w":97},"\u00c0":{"d":"97,-266r-13,12r-55,-44r22,-16xm182,0r-30,0r-23,-63r-71,0r-23,63r-30,0r88,-235xm120,-86r-27,-73r-26,73r53,0","w":186},"\u00c3":{"d":"118,-260v-22,-1,-59,-33,-77,-5r-8,-5v11,-19,23,-29,37,-29v20,0,60,33,77,5r8,6v-11,19,-23,28,-37,28xm182,0r-30,0r-23,-63r-71,0r-23,63r-30,0r88,-235xm120,-86r-27,-73r-26,73r53,0","w":186},"\u00d5":{"d":"150,-260v-23,-1,-59,-33,-77,-5r-8,-5v11,-19,23,-29,37,-29v20,0,60,33,77,5r8,6v-11,19,-23,28,-37,28xm125,-236v62,0,103,55,103,120v0,65,-40,121,-103,121v-62,0,-103,-57,-103,-121v0,-64,41,-120,103,-120xm125,-20v49,0,76,-45,76,-96v0,-51,-28,-96,-76,-96v-47,0,-75,45,-75,96v0,52,26,96,75,96","w":250},"\u00f7":{"d":"94,-167v9,0,19,7,18,18v1,11,-9,18,-18,18v-10,0,-20,-7,-19,-18v-1,-11,9,-18,19,-18xm174,-81r-165,0r0,-24r165,0r0,24xm94,-57v9,0,18,8,18,18v0,10,-9,19,-18,19v-9,0,-20,-9,-19,-19v-1,-11,10,-18,19,-18","w":183},"\u00ff":{"d":"114,-212v11,0,20,8,20,20v0,11,-9,20,-20,20v-11,0,-20,-10,-20,-20v0,-11,9,-20,20,-20xm52,-212v11,0,20,9,20,20v0,10,-9,20,-20,20v-11,0,-20,-10,-20,-20v0,-11,9,-20,20,-20xm75,-19v60,3,38,-80,42,-135r26,0v-7,90,31,232,-68,227v-18,0,-34,-6,-49,-18r5,-14v35,22,92,9,86,-40r0,-23v-27,43,-96,31,-96,-31r0,-101r27,0v6,46,-18,133,27,135","w":168},"\u00c2":{"d":"135,-251r-6,6r-36,-30r-36,30r-6,-6r42,-55xm182,0r-30,0r-23,-63r-71,0r-23,63r-30,0r88,-235xm120,-86r-27,-73r-26,73r53,0","w":186},"\u00ca":{"d":"134,-257r-6,6r-36,-29r-36,29r-6,-6r42,-55xm153,0r-123,0r0,-231r123,0r0,24r-96,0r0,71r82,0r0,24r-82,0r0,88r96,0r0,24","w":165},"\u00c1":{"d":"146,-298r-55,44r-13,-12r46,-48xm182,0r-30,0r-23,-63r-71,0r-23,63r-30,0r88,-235xm120,-86r-27,-73r-26,73r53,0","w":186},"\u00cb":{"d":"122,-287v11,0,19,10,19,20v0,11,-8,19,-19,19v-12,0,-20,-7,-20,-19v0,-11,9,-20,20,-20xm59,-287v11,0,20,10,20,20v0,11,-9,19,-20,19v-11,0,-20,-8,-20,-19v0,-10,9,-20,20,-20xm153,0r-123,0r0,-231r123,0r0,24r-96,0r0,71r82,0r0,24r-82,0r0,88r96,0r0,24","w":165},"\u00c8":{"d":"99,-266r-13,12r-55,-44r22,-16xm153,0r-123,0r0,-231r123,0r0,24r-96,0r0,71r82,0r0,24r-82,0r0,88r96,0r0,24","w":165},"\u00cd":{"d":"110,-298r-55,44r-13,-11r45,-49xm87,0r-64,0r0,-24r19,0r0,-184r-19,0r0,-23r64,0r0,23r-18,0r0,184r18,0r0,24","w":104},"\u00ce":{"d":"97,-257r-6,6r-36,-29r-36,29r-6,-6r42,-54xm87,0r-64,0r0,-24r18,0r0,-184r-18,0r0,-23r64,0r0,23r-19,0r0,184r19,0r0,24","w":104},"\u00cf":{"d":"86,-287v11,0,20,9,20,20v0,11,-9,20,-20,20v-10,1,-21,-10,-20,-20v-1,-11,10,-20,20,-20xm24,-287v11,0,20,9,20,20v0,10,-9,20,-20,20v-11,0,-20,-10,-20,-20v0,-10,9,-21,20,-20xm87,0r-64,0r0,-24r18,0r0,-184r-18,0r0,-23r64,0r0,23r-19,0r0,184r19,0r0,24","w":104},"\u00cc":{"d":"63,-265r-13,11r-55,-44r23,-16xm86,0r-64,0r0,-24r18,0r0,-184r-18,0r0,-23r64,0r0,23r-19,0r0,184r19,0r0,24","w":104},"\u00d3":{"d":"178,-298r-55,44r-13,-11r46,-49xm125,-236v62,0,103,55,103,120v0,65,-40,121,-103,121v-62,0,-103,-57,-103,-121v0,-64,41,-120,103,-120xm125,-20v49,0,76,-45,76,-96v0,-51,-28,-96,-76,-96v-47,0,-75,45,-75,96v0,52,26,96,75,96","w":250},"\u00d4":{"d":"165,-257r-6,6r-36,-29r-36,29r-6,-6r42,-54xm125,-236v62,0,103,55,103,120v0,65,-40,121,-103,121v-62,0,-103,-57,-103,-121v0,-64,41,-120,103,-120xm125,-20v49,0,76,-45,76,-96v0,-51,-28,-96,-76,-96v-47,0,-75,45,-75,96v0,52,26,96,75,96","w":250},"\u00d2":{"d":"133,-265r-13,11r-55,-44r22,-16xm125,-236v62,0,103,55,103,120v0,65,-40,121,-103,121v-62,0,-103,-57,-103,-121v0,-64,41,-120,103,-120xm125,-20v49,0,76,-45,76,-96v0,-51,-28,-96,-76,-96v-47,0,-75,45,-75,96v0,52,26,96,75,96","w":250},"\u00da":{"d":"161,-298r-55,44r-13,-12r46,-48xm55,-80v0,35,17,60,50,60v80,0,41,-136,50,-211r27,0r0,154v2,48,-32,83,-77,82v-46,0,-77,-38,-77,-84r0,-152r27,0r0,151","w":209},"\u00db":{"d":"147,-257r-6,6r-36,-29r-36,29r-5,-6r41,-55xm55,-80v0,35,17,60,50,60v80,0,41,-136,50,-211r27,0r0,154v2,48,-32,83,-77,82v-46,0,-77,-38,-77,-84r0,-152r27,0r0,151","w":209},"\u00d9":{"d":"116,-266r-13,12r-55,-44r22,-16xm55,-80v0,35,17,60,50,60v80,0,41,-136,50,-211r27,0r0,154v2,48,-32,83,-77,82v-46,0,-77,-38,-77,-84r0,-152r27,0r0,151","w":209}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 1998 [T26] a digital type foundry 1110 N. Milwaukee Ave. Chicago, IL 60622
 * USA  T0433  ID#5100856  Designer: Peter Bruhn for Fountain  All rights reserved.
 */
Cufon.registerFont({"w":169,"face":{"font-family":"Mercury","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","bbox":"-28 -315 292 95.0251","underline-thickness":"6.48","underline-position":"-48.96","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":97},"!":{"d":"59,-234r-2,178r-36,0r-3,-178r41,0xm39,-46v14,0,26,12,26,25v0,13,-13,26,-26,26v-14,0,-26,-12,-26,-26v0,-14,12,-25,26,-25","w":79},"\"":{"d":"96,-234r-4,85r-25,0r-5,-85r34,0xm52,-234r-4,85r-26,0r-4,-85r34,0","w":114},"#":{"d":"186,-128r-35,0r-6,29r31,0r0,35r-37,0r-7,42r-36,0r8,-42r-21,0r-7,42r-36,0r8,-42r-31,0r0,-35r37,0r6,-29r-32,0r0,-35r38,0r8,-48r36,0r-9,48r21,0r8,-48r36,0r-9,48r29,0r0,35xm116,-128r-21,0r-5,29r20,0","w":203},"$":{"d":"118,-135v32,14,52,29,53,67v0,34,-22,56,-53,61r0,30r-30,0r0,-28v-16,-2,-32,-10,-49,-23r9,-26v12,5,27,12,40,13r0,-67v-28,-13,-48,-27,-49,-60v-1,-30,23,-54,49,-59r0,-24r30,0r0,22v17,3,34,11,49,23r-9,27v-11,-6,-27,-13,-40,-14r0,58xm88,-150r0,-36v-14,9,-13,27,0,36xm118,-44v21,-8,21,-38,0,-49r0,49","w":198},"%":{"d":"37,-180v0,-54,75,-77,99,-26v4,9,14,15,25,12r23,-41r29,8r-128,232r-30,-7r92,-165v-1,0,-4,-1,-6,-2v-3,23,-25,45,-51,45v-29,1,-53,-27,-53,-56xm181,-106v30,0,53,27,53,56v0,28,-23,55,-53,55v-30,0,-53,-26,-53,-55v0,-29,23,-56,53,-56xm90,-159v10,0,19,-10,18,-21v1,-11,-8,-21,-18,-21v-10,0,-19,10,-19,21v0,11,9,21,19,21xm181,-30v10,0,19,-10,18,-21v1,-11,-8,-21,-18,-21v-10,0,-19,10,-18,21v-1,11,8,21,18,21","w":275},"&":{"d":"52,-61v0,33,49,39,68,14v9,-12,16,-24,17,-40r-28,0r0,-21r96,0r0,21r-28,0r0,87v-19,4,-22,-12,-30,-23v-13,15,-39,28,-65,28v-35,1,-68,-29,-67,-64v0,-25,15,-49,43,-72v-35,-42,-22,-101,33,-103v52,-2,69,65,29,99v-21,18,-68,45,-68,74xm86,-154v20,-15,31,-41,4,-47v-22,3,-17,30,-4,47","w":223},"'":{"d":"52,-235r-4,86r-26,0r-4,-86r34,0","w":69},"(":{"d":"100,12r-24,20v-68,-91,-68,-196,0,-287r24,20v-49,54,-49,193,0,247","w":105},")":{"d":"28,-254v69,89,69,196,1,286r-24,-19v49,-53,49,-194,0,-247","w":104},"*":{"d":"139,-195r-49,26r24,50r-40,-38r-40,38r24,-50r-48,-26r54,7r10,-54r10,54","w":148},"+":{"d":"154,-75r-51,0r1,51r-36,0r0,-51r-51,0r0,-36r51,0r0,-50r36,0r-1,50r51,0r0,36","w":171},",":{"d":"31,2v-19,-24,18,-57,40,-33v5,5,7,11,7,19r-47,68r-17,-18","w":93},"-":{"d":"116,-87r-83,0r0,-34r83,0r0,34","w":148},"\u2010":{"d":"116,-87r-83,0r0,-34r83,0r0,34","w":148},".":{"d":"53,-41v13,0,26,13,26,26v0,14,-12,26,-26,26v-14,0,-26,-11,-26,-26v0,-14,12,-26,26,-26","w":93},"\/":{"d":"167,-245r-114,272r-34,-9r114,-273","w":176},"0":{"d":"95,-234v55,0,77,60,77,121v0,59,-25,118,-77,118v-54,0,-77,-60,-77,-122v0,-59,24,-117,77,-117xm135,-115v0,-56,-13,-84,-40,-84v-26,0,-40,28,-40,84v0,56,13,85,40,85v26,0,40,-29,40,-85","w":190},"1":{"d":"78,0r-37,0r0,-195r-23,0v1,-12,-3,-26,9,-27r51,-9r0,231","w":115},"2":{"d":"31,-211v42,-42,127,-24,127,37v0,68,-94,78,-100,138r93,0r0,36r-130,0r0,-36v-6,-62,83,-88,99,-138v-7,-33,-55,-30,-80,-10","w":178},"3":{"d":"26,-211v45,-43,126,-23,126,41v0,19,-7,35,-22,47v55,34,22,128,-45,128v-20,0,-39,-8,-59,-24r9,-27v31,21,85,25,85,-21v1,-30,-18,-41,-50,-38r0,-34v50,12,61,-58,16,-60v-16,0,-33,5,-51,14","w":184},"4":{"d":"155,-63r-28,0r0,63r-37,0r0,-63r-80,0r117,-171r0,136r28,0r0,35xm90,-98r0,-29r-20,29r20,0","w":178},"5":{"d":"74,-154v50,-13,87,27,87,78v0,72,-87,108,-139,57r9,-26v39,24,91,17,93,-31v2,-45,-55,-64,-76,-24r-23,-3r27,-126r102,0r0,35r-72,0","w":193},"6":{"d":"66,-148v51,-33,108,12,108,70v0,45,-31,83,-75,83v-69,0,-70,-74,-70,-148v0,-76,68,-119,123,-70r-9,24v-24,-15,-55,-22,-68,5v-6,10,-9,22,-9,36xm99,-31v24,0,37,-20,37,-46v0,-25,-14,-48,-38,-48v-22,0,-33,16,-33,47v0,32,12,47,34,47","w":191},"7":{"d":"177,-229r-104,229r-40,0r86,-194r-101,0r0,-35r159,0","w":187},"8":{"d":"95,-234v61,0,93,76,48,113v54,34,21,135,-48,126v-70,9,-99,-94,-47,-126v-45,-37,-12,-113,47,-113xm95,-136v18,1,33,-14,32,-32v0,-19,-13,-32,-32,-32v-19,0,-32,13,-31,33v0,17,14,31,31,31xm95,-31v23,0,38,-12,38,-35v0,-20,-17,-36,-38,-36v-21,0,-37,16,-37,35v0,23,14,36,37,36","w":190},"9":{"d":"99,-234v69,0,69,73,69,147v0,76,-68,121,-123,71r9,-25v24,14,55,22,69,-5v5,-10,8,-22,8,-36v-49,36,-108,-13,-108,-69v0,-45,31,-83,76,-83xm61,-153v0,25,14,49,38,49v22,0,33,-16,33,-47v0,-32,-11,-48,-33,-48v-24,-1,-38,22,-38,46","w":191},":":{"d":"53,-151v14,0,26,12,26,25v0,14,-12,26,-26,26v-14,0,-26,-11,-26,-26v0,-14,12,-25,26,-25xm53,-44v14,0,26,12,26,26v0,13,-13,26,-26,26v-14,0,-26,-12,-26,-26v0,-14,11,-26,26,-26","w":93},";":{"d":"52,-150v13,0,26,13,26,26v0,13,-13,26,-26,26v-14,0,-26,-12,-26,-26v0,-14,12,-26,26,-26xm31,-2v-19,-25,17,-54,39,-33v5,5,8,12,8,20r-47,68r-17,-18","w":92},"<":{"d":"142,-20r-17,16r-108,-88r108,-89r17,17r-62,72","w":159},"=":{"d":"152,-96r-135,0r0,-36r135,0r0,36xm152,-52r-135,0r0,-36r135,0r0,36","w":168},">":{"d":"142,-92r-108,88r-17,-16r62,-72r-62,-72r17,-17","w":159},"?":{"d":"26,-211v41,-40,117,-26,118,34v1,38,-25,48,-52,60v-16,7,-9,39,7,37r-7,17v-41,4,-62,-50,-33,-75v2,-6,49,-19,47,-39v-3,-35,-49,-22,-71,-7xm74,-47v13,0,26,13,26,26v0,13,-13,26,-26,26v-14,0,-27,-12,-26,-26v0,-13,13,-26,26,-26","w":160},"@":{"d":"164,-234v69,0,128,52,128,120v0,63,-73,110,-106,51v-37,22,-77,-10,-77,-48v0,-30,24,-58,56,-58v41,0,51,32,51,78v0,13,5,20,16,20v16,0,24,-14,24,-43v0,-50,-42,-86,-92,-86v-50,0,-92,36,-92,86v0,47,39,87,82,92r-12,25v-60,-4,-107,-56,-107,-119v0,-70,60,-118,129,-118xm165,-134v-12,0,-22,9,-22,21v0,26,21,28,38,19v1,-19,1,-40,-16,-40","w":327},"A":{"d":"189,0r-40,0r-23,-59r-58,0r-23,59r-40,0r92,-235xm113,-94r-16,-44r-16,44r32,0","w":193},"B":{"d":"132,-124v64,30,33,135,-44,124r-58,0r0,-229v65,-4,122,5,122,63v0,18,-7,31,-20,42xm114,-166v0,-27,-19,-29,-46,-29r0,61v28,2,46,-7,46,-32xm129,-67v0,-28,-26,-36,-61,-34r0,66v33,2,61,-4,61,-32","w":186},"C":{"d":"60,-115v0,69,62,107,117,69r9,27v-71,61,-164,-5,-164,-96v0,-88,92,-157,164,-96r-9,27v-54,-38,-117,0,-117,69","w":205},"D":{"d":"30,-229v100,-10,164,21,164,115v0,92,-64,124,-164,114r0,-229xm156,-115v0,-57,-30,-82,-88,-79r0,158v58,3,88,-22,88,-79","w":213},"E":{"d":"158,0r-128,0r0,-229r128,0r0,35r-90,0r0,54r77,0r0,35r-77,0r0,69r90,0r0,36"},"F":{"d":"145,-194r-84,0r0,54r74,0r0,35r-74,0r0,105r-38,0r0,-229r122,0r0,35","w":155},"G":{"d":"63,-112v0,56,58,109,101,64v10,-11,15,-23,16,-39r-54,0r0,-35r95,0r0,122v-20,4,-23,-12,-32,-23v-13,15,-38,28,-64,28v-60,1,-100,-54,-100,-117v0,-91,89,-160,162,-99r-9,27v-55,-39,-115,4,-115,72","w":250},"H":{"d":"186,0r-37,0r0,-104r-81,0r0,104r-38,0r0,-229r38,0r0,89r81,0r0,-89r37,0r0,229","w":216},"I":{"d":"91,0r-73,0r0,-33r17,0r0,-163r-17,0r0,-33r73,0r0,33r-18,0r0,163r18,0r0,33","w":113},"J":{"d":"113,-196v-7,77,28,199,-53,201v-17,0,-34,-8,-52,-22r8,-24v22,13,59,27,59,-14r0,-141r-17,0r0,-33r73,0r0,33r-18,0","w":153},"K":{"d":"167,-229r-70,115r67,114r-43,0r-54,-90r0,90r-37,0r0,-229r37,0r0,91r56,-91r44,0","w":171},"L":{"d":"144,0r-114,0r0,-229r38,0r0,193r76,0r0,36","w":144},"M":{"d":"213,0r-38,0r0,-130r-53,61r-54,-63r0,132r-38,0r0,-234r92,106r91,-106r0,234","w":243},"N":{"d":"204,5r-136,-143r0,138r-38,0r0,-234r136,139r0,-135r38,0r0,235","w":234},"O":{"d":"125,-234v62,0,103,56,103,119v0,64,-41,120,-103,120v-62,0,-103,-56,-103,-120v0,-64,41,-119,103,-119xm125,-31v42,0,64,-39,64,-84v0,-45,-22,-84,-64,-84v-41,0,-64,40,-64,84v0,45,22,85,64,84","w":250},"P":{"d":"159,-161v0,50,-36,76,-91,72r0,89r-38,0r0,-229v69,-4,129,5,129,68xm122,-161v0,-26,-21,-36,-54,-34r0,72v34,2,54,-10,54,-38","w":168},"Q":{"d":"125,-234v62,0,103,56,103,119v0,59,-33,110,-84,118v0,17,-4,32,16,32v14,0,28,-4,42,-13r8,25v-39,39,-115,22,-104,-44v-49,-8,-83,-59,-83,-118v0,-64,40,-119,102,-119xm125,-31v42,0,64,-39,64,-84v0,-45,-22,-84,-64,-84v-41,0,-64,40,-64,84v0,45,22,85,64,84","w":250},"R":{"d":"180,0r-43,0r-57,-89r-12,0r0,89r-38,0r0,-229v69,-4,129,4,129,68v0,32,-14,55,-41,66xm122,-161v0,-26,-21,-36,-54,-34r0,72v34,2,54,-9,54,-38","w":188},"S":{"d":"144,-184v-26,-19,-73,-23,-80,10v-4,23,72,49,74,54v52,38,17,125,-48,125v-28,0,-52,-9,-74,-26r10,-28v26,21,104,30,99,-18v-5,-47,-102,-46,-99,-107v3,-60,84,-80,127,-37","w":180},"T":{"d":"153,-195r-55,0r0,195r-38,0r0,-195r-55,0r0,-35r148,0r0,35","w":158},"U":{"d":"107,5v-46,0,-80,-38,-79,-85r0,-150r38,0r0,148v0,34,14,51,41,51v27,0,41,-17,41,-52r0,-147r37,0r0,152v0,47,-32,83,-78,83","w":213},"V":{"d":"190,-230r-92,235r-93,-235r41,0r51,137r51,-137r42,0","w":195},"W":{"d":"266,-230r-92,235r-38,-102r-38,102r-93,-235r41,0r52,126r38,-104r38,104r51,-126r41,0","w":271},"X":{"d":"178,0r-43,0r-43,-79r-44,79r-43,0r66,-119r-60,-111r44,0r38,71r38,-71r44,0r-61,111","w":182},"Y":{"d":"182,-230r-69,132r0,98r-38,0r0,-98r-70,-132r44,0r45,87r45,-87r43,0","w":187},"Z":{"d":"176,-230r-105,194r100,0r0,36r-162,0r105,-195r-87,0r0,-35r149,0","w":186},"[":{"d":"105,32r-80,0r0,-289r80,0r0,22r-42,0r0,246r42,0r0,21","w":110},"\\":{"d":"161,2r-38,0r-112,-256r38,0","w":167},"]":{"d":"85,32r-80,0r0,-21r42,0r0,-246r-42,0r0,-22r80,0r0,289","w":110},"^":{"d":"171,-126r-14,19r-58,-65r-58,65r-14,-19r72,-114","w":167},"_":{"d":"167,58r-171,0r0,-32r171,0r0,32","w":150},"`":{"d":"92,-185r-22,18r-62,-50r33,-23","w":87},"a":{"d":"31,-140v40,-38,117,-23,117,36r0,104v-14,2,-22,-2,-27,-11v-34,33,-105,12,-105,-37v0,-46,53,-71,94,-49v5,-40,-46,-34,-71,-18xm80,-28v19,0,34,-8,30,-31v-9,-17,-56,-20,-56,10v0,12,12,21,26,21"},"b":{"d":"63,-149v49,-35,107,12,107,69v0,64,-67,114,-113,66v-8,7,-14,17,-32,14r0,-239r38,0r0,90xm95,-29v24,1,37,-24,37,-49v0,-25,-13,-48,-37,-48v-30,0,-33,28,-33,63v0,17,17,34,33,34","w":185},"c":{"d":"53,-77v0,45,49,64,84,36r9,25v-52,48,-130,8,-130,-61v0,-69,77,-112,129,-63r-8,26v-36,-29,-84,-9,-84,37","w":157},"d":{"d":"16,-80v0,-56,57,-105,107,-69r0,-90r38,0r0,239v-17,3,-24,-6,-32,-14v-45,47,-113,-1,-113,-66xm90,-29v30,-1,37,-33,33,-69v2,-16,-17,-28,-32,-28v-24,0,-39,23,-38,48v0,25,14,49,37,49","w":185},"e":{"d":"89,-161v49,0,72,40,69,94r-104,0v5,45,47,47,80,26r9,25v-52,47,-127,10,-127,-62v0,-48,27,-84,73,-83xm120,-99v-3,-34,-62,-37,-65,0r65,0","w":168},"f":{"d":"132,-225r-8,25v-21,-10,-52,-20,-51,15r0,30r22,0r0,35r-22,0r0,120r-38,0r0,-120r-22,0r0,-35r22,0v-3,-49,6,-87,51,-87v16,0,32,5,46,17","w":116},"g":{"d":"126,-12v25,-1,46,24,46,48v1,31,-30,60,-60,59v-29,-1,-53,-22,-49,-54v-43,-1,-56,-60,-23,-84v-49,-35,-17,-118,45,-118v13,0,25,3,36,9r18,-19r24,24r-19,19v27,49,-12,110,-71,99v-12,7,-17,15,-17,23v0,31,51,-13,70,-6xm85,-63v19,0,31,-13,31,-32v0,-20,-12,-32,-32,-31v-18,0,-31,14,-31,33v0,20,11,30,32,30xm111,60v23,4,35,-32,11,-36v-4,0,-14,3,-29,9v-1,16,4,28,18,27","w":173},"h":{"d":"63,-145v34,-34,90,-9,90,44r0,101r-38,0r0,-98v0,-18,-3,-28,-19,-28v-54,-2,-27,78,-33,126r-38,0r0,-239r38,0r0,94","w":175},"i":{"d":"24,-205v0,-30,49,-48,49,-1v1,13,-11,26,-24,26v-13,0,-25,-12,-25,-25xm68,0r-38,0r0,-126r-17,0r0,-29r55,0r0,155","w":98},"j":{"d":"58,-228v13,0,25,11,25,25v0,14,-12,25,-25,25v-13,0,-24,-13,-24,-25v0,-13,12,-25,24,-25xm-19,22v22,16,59,24,59,-13r0,-135r-17,0r0,-29r55,0r0,163v3,61,-67,77,-106,39","w":108},"k":{"d":"166,0r-47,0r-54,-63v-6,16,0,43,-2,63r-38,0r0,-239r38,0r0,130r46,-46r48,0r-66,66","w":171},"l":{"d":"68,0r-38,0r0,-210r-17,0r0,-29r55,0r0,239","w":95},"m":{"d":"158,-126v-40,9,-16,83,-22,126r-37,0r0,-103v0,-16,-5,-23,-15,-23v-14,0,-21,10,-21,31r0,95r-38,0r0,-155v15,-2,24,3,31,10v17,-21,53,-21,69,1v31,-33,85,-17,85,43r0,101r-38,0r0,-103v0,-16,-4,-23,-14,-23","w":232},"n":{"d":"57,-141v33,-39,96,-17,96,40r0,101r-38,0r0,-98v0,-18,-3,-28,-19,-28v-54,-2,-27,78,-33,126r-38,0r0,-155v17,-3,25,5,32,14","w":175},"o":{"d":"91,-161v44,0,76,38,76,83v1,45,-31,83,-76,83v-45,0,-75,-38,-75,-83v0,-45,31,-83,75,-83xm91,-31v24,0,38,-21,38,-47v0,-25,-13,-47,-38,-47v-24,0,-37,23,-37,47v0,24,13,47,37,47","w":182},"p":{"d":"57,-142v45,-47,112,1,112,66v0,57,-56,103,-106,70r0,81r-38,0r0,-230v17,-3,25,5,32,13xm94,-29v24,0,38,-24,38,-49v0,-25,-13,-48,-37,-48v-30,0,-33,32,-33,68v0,15,18,29,32,29","w":185},"q":{"d":"16,-76v0,-65,67,-113,113,-66v7,-8,14,-16,32,-13r0,230r-38,0r0,-81v-49,33,-107,-13,-107,-70xm91,-29v29,0,33,-28,33,-63v0,-17,-17,-34,-34,-34v-22,0,-37,24,-37,48v0,25,14,49,38,49","w":185},"r":{"d":"115,-109v-16,-31,-51,-15,-52,14r0,95r-38,0r0,-155v15,-2,24,3,31,10v26,-26,66,-17,83,12","w":141},"s":{"d":"75,-128v-22,0,-22,20,1,29v33,13,50,20,52,54v2,43,-52,64,-88,40v-12,-7,-21,-16,-28,-28r21,-15v11,12,23,19,39,19v24,-1,23,-26,1,-34v-37,-14,-51,-18,-51,-51v0,-50,69,-61,103,-26r-9,26v-14,-9,-28,-14,-41,-14","w":140},"t":{"d":"78,-120v5,31,-15,92,17,92v14,0,27,-4,41,-13r9,25v-36,35,-105,24,-105,-25r0,-79r-27,0r65,-92r0,57r37,0r0,35r-37,0","w":146},"u":{"d":"78,-29v53,0,27,-78,33,-126r37,0r0,155v-17,3,-23,-7,-31,-15v-33,38,-96,19,-96,-39r0,-101r38,0r0,98v0,18,4,27,19,28","w":173},"v":{"d":"151,-155r-75,160r-75,-160r39,0r36,79r36,-79r39,0","w":151},"w":{"d":"199,-155r-68,160r-31,-80r-33,80r-66,-160r38,0r29,71r31,-76r32,76r28,-71r40,0","w":199},"x":{"d":"152,0r-44,0r-31,-45r-32,45r-44,0r53,-78r-53,-77r44,0r32,44r31,-44r44,0r-53,77","w":153},"y":{"d":"77,-29v53,0,29,-78,34,-126r37,0v-6,91,29,224,-71,224v-18,0,-35,-7,-52,-20r8,-25v32,22,84,19,78,-33v-36,31,-90,9,-90,-45r0,-101r38,0r0,98v0,18,3,28,18,28","w":173},"z":{"d":"158,-155r-90,120r84,0r0,35r-152,0r91,-120r-70,0r0,-35r137,0","w":157},"{":{"d":"68,2v0,17,16,12,31,13r0,22v-39,3,-68,-6,-68,-42v0,-42,7,-92,-29,-99r0,-7v63,-10,-12,-150,77,-142r20,0r0,22v-15,0,-31,-4,-31,14v0,48,9,84,-24,109v33,25,24,61,24,110","w":102},"|":{"d":"71,33r-36,0r0,-291r36,0r0,291","w":106},"}":{"d":"32,-217v3,-18,-16,-13,-31,-14r0,-22v40,-3,69,6,69,42v0,43,-8,93,29,100r0,7v-63,10,12,149,-77,141r-21,0r0,-22v15,-1,34,5,31,-13v2,-48,-9,-85,24,-110v-33,-25,-23,-60,-24,-109","w":100},"~":{"d":"188,-107v-25,56,-67,52,-107,24v-20,-14,-33,-3,-48,17r-18,-12v29,-67,79,-42,123,-18v12,0,22,-8,32,-23","w":203},"\u00a2":{"d":"16,-116v0,-41,26,-75,60,-82r0,-25r29,0r0,24v14,3,27,9,40,20r-8,25v-8,-6,-22,-11,-32,-12r0,98v10,-1,21,-5,33,-12r8,25v-13,11,-27,17,-41,19r0,31r-29,0r0,-31v-34,-7,-60,-40,-60,-80xm76,-73r0,-88v-30,15,-31,73,0,88","w":157},"\u00a3":{"d":"43,-128v-7,-62,10,-108,66,-106v20,0,41,8,60,23r-9,27v-26,-19,-73,-23,-80,10r0,46r50,0r0,35r-50,0r0,57r84,0r0,36r-149,0r0,-36r27,0r0,-57r-25,0r0,-35r26,0","w":184},"\u00a7":{"d":"134,-199v-10,-18,-59,-32,-62,0v17,41,96,47,96,101v0,15,-8,29,-23,42v34,49,-32,103,-86,71v-12,-7,-21,-16,-28,-28r22,-16v9,19,61,33,64,1v-18,-40,-96,-46,-96,-100v0,-15,8,-30,23,-42v-34,-49,33,-107,84,-72v11,7,21,16,28,28xm121,-78v33,-35,-33,-55,-54,-70v-31,36,33,55,54,70","w":188},"\u00b6":{"d":"25,-158v-1,-39,34,-72,72,-71r88,0r0,35r-17,0r0,235r-36,0r0,-127r-18,0r0,127r-27,0r0,-128v-37,-2,-62,-33,-62,-71xm132,-121r0,-73r-18,0r0,73r18,0","w":196},"\u00df":{"d":"95,-254v59,0,89,77,45,113v40,20,45,91,14,122v-13,14,-31,22,-56,24r-13,-24v36,-17,52,-15,52,-56v0,-29,-19,-44,-55,-45r0,-35v45,8,56,-63,13,-64v-18,0,-26,14,-26,42r0,177r-38,0r0,-120r-18,0r0,-35r18,0v-5,-57,14,-99,64,-99","w":195},"\u00b4":{"d":"94,-217r-62,50r-21,-18r51,-55","w":93},"\u00a8":{"d":"131,-212v13,0,25,12,25,26v0,13,-12,24,-25,24v-13,0,-25,-12,-25,-24v0,-13,12,-26,25,-26xm73,-212v13,0,25,12,25,26v0,13,-12,24,-25,24v-13,0,-25,-11,-25,-24v0,-14,12,-26,25,-26","w":196},"\u00c6":{"d":"36,-145v-1,-47,31,-84,78,-84r144,0r0,35r-90,0r0,53r77,0r0,36r-77,0r0,69r90,0r0,36r-128,0r0,-87r-57,0r0,87r-37,0r0,-145xm130,-122r0,-72v-47,-6,-61,22,-57,72r57,0","w":263},"\u00d8":{"d":"45,-41v-48,-70,-9,-193,82,-193v25,0,46,7,63,22r20,-23r24,18r-24,28v47,72,7,194,-83,194v-25,0,-46,-8,-63,-23r-22,27r-23,-19xm166,-184v-65,-54,-128,39,-95,113xm88,-45v62,49,131,-38,96,-113","w":240},"\u00a5":{"d":"178,-230r-46,86r18,0r0,30r-34,0r-5,11r47,0r0,31r-50,0r0,72r-38,0r0,-72r-50,0r0,-31r48,0r-6,-11r-34,0r0,-30r18,0r-45,-86r44,0r45,86r44,-86r44,0","w":178},"\u00aa":{"w":69},"\u00ba":{"w":77},"\u00e6":{"d":"141,-142v50,-45,132,-5,119,75r-105,0v-1,42,50,49,80,26r9,25v-34,29,-80,28,-108,-3v-27,42,-112,26,-112,-29v0,-48,49,-68,94,-52v2,-37,-48,-30,-72,-15r-7,-25v29,-28,77,-27,102,-2xm221,-99v-3,-34,-62,-37,-65,0r65,0xm87,-28v15,0,37,-11,31,-34v-5,-17,-63,-15,-56,13v0,14,8,21,25,21","w":263},"\u00f8":{"d":"32,-27v-35,-51,-3,-133,61,-133v15,0,29,4,40,12r16,-19r21,18r-17,20v36,50,5,134,-60,134v-17,0,-31,-3,-42,-11r-15,18r-21,-18xm110,-121v-36,-17,-65,22,-53,63xm75,-35v36,20,67,-23,53,-64","w":172},"\u00bf":{"d":"103,-185v14,0,27,12,27,26v0,14,-13,25,-27,25v-14,0,-26,-12,-26,-25v0,-13,13,-26,26,-26xm85,-117v41,-5,62,50,33,75v-2,6,-49,18,-47,38v3,35,50,22,72,8r9,27v-41,40,-119,26,-119,-35v0,-31,27,-48,52,-59v16,-7,10,-39,-7,-37","w":159},"\u00a1":{"d":"38,-185v13,0,26,13,26,26v1,14,-12,25,-26,25v-14,0,-26,-12,-26,-25v0,-13,13,-26,26,-26xm59,54r-41,0r2,-178r36,0","w":76},"\u00ab":{"d":"209,5r-17,16r-96,-88r96,-89r17,17r-62,72xm144,5r-17,16r-96,-88r96,-89r17,17r-62,72","w":216},"\u00bb":{"d":"193,-67r-96,88r-17,-16r62,-72r-62,-72r17,-17xm127,-67r-95,88r-17,-16r62,-72r-62,-72r17,-17","w":216},"\u2026":{"d":"218,-41v13,0,26,13,26,26v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26v0,-13,13,-26,26,-26xm135,-41v14,0,26,12,26,26v0,14,-11,26,-26,26v-14,0,-26,-12,-26,-26v0,-13,13,-26,26,-26xm53,-41v13,0,26,13,26,26v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26v0,-13,13,-26,26,-26","w":252},"\u2013":{"d":"156,-87r-143,0r0,-34r143,0r0,34","w":155},"\u2014":{"d":"277,-87r-260,0r0,-34r260,0r0,34","w":281},"\u201c":{"d":"125,-189v19,25,-17,57,-39,33v-5,-5,-8,-11,-8,-19r47,-68r17,18xm67,-189v19,25,-17,57,-39,33v-5,-5,-8,-11,-8,-19r47,-68r18,18","w":158},"\u201d":{"d":"95,-195v-19,-25,18,-56,40,-33v5,5,7,11,7,19r-46,68r-18,-18xm37,-195v-19,-25,18,-56,40,-33v5,5,7,11,7,19r-46,68r-18,-18","w":158},"\u2018":{"d":"67,-189v19,25,-17,57,-39,33v-5,-5,-8,-11,-8,-19r47,-68r17,18","w":100},"\u2019":{"d":"37,-195v-19,-25,18,-56,40,-33v5,5,7,11,7,19r-46,68r-18,-18","w":100},"\u00a4":{"d":"185,-37r-22,22r-21,-20v-24,18,-62,17,-86,0r-20,20r-22,-22r20,-20v-18,-24,-17,-63,0,-87r-20,-20r22,-22r20,20v24,-18,63,-17,86,0r21,-20r22,22r-21,20v17,25,17,62,1,87xm99,-54v25,0,46,-21,46,-46v0,-26,-21,-47,-46,-47v-25,0,-46,21,-46,47v0,25,21,46,46,46","w":184},"\u00b7":{"d":"48,-117v14,0,25,11,25,25v0,14,-12,26,-25,26v-14,0,-26,-12,-26,-26v0,-14,12,-25,26,-25","w":76},"\u2219":{"d":"48,-117v14,0,25,11,25,25v0,14,-12,26,-25,26v-14,0,-26,-12,-26,-26v0,-14,12,-25,26,-25","w":76},"\u00af":{"d":"119,-184r-113,0r0,-32r113,0r0,32","w":124},"\u02c9":{"d":"119,-184r-113,0r0,-32r113,0r0,32","w":124},"\u00b8":{"d":"88,14v13,-1,26,16,25,28v0,30,-37,45,-59,21r5,-14v9,9,36,2,22,-9v-5,4,-18,1,-26,2r16,-47r22,0","w":152},"\u00d0":{"w":0},"\u00f0":{"w":0},"\u00dd":{"w":180},"\u00fd":{"w":180},"\u00de":{"w":180},"\u00fe":{"w":180},"\u00bd":{"w":0},"\u00bc":{"w":0},"\u00b9":{"w":0},"\u00be":{"w":0},"\u00b3":{"w":0},"\u00b2":{"d":"38,-196r-17,0r0,-33r17,0r0,33","w":104},"\u00a6":{"w":0},"\u00ad":{"w":0},"\u2212":{"w":0},"\u00d7":{"w":142},"\u00c4":{"d":"119,-287v14,0,25,11,25,25v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25xm60,-287v14,0,26,12,26,25v0,13,-12,25,-26,25v-13,0,-24,-12,-24,-25v0,-13,11,-25,24,-25xm189,0r-40,0r-23,-59r-58,0r-23,59r-40,0r92,-235xm113,-94r-16,-44r-16,44r32,0","w":193},"\u00c5":{"d":"97,-273v33,0,47,51,14,64r78,208r-41,0r-22,-58r-58,0r-22,58r-41,0r78,-208v-32,-12,-22,-64,14,-64xm102,-240v0,-4,-2,-5,-5,-5v-4,0,-6,1,-6,5v0,4,2,6,6,6v3,0,5,-2,5,-6xm113,-95r-16,-43r-16,43r32,0","w":193},"\u00c7":{"d":"66,-115v0,69,62,107,117,69r9,27v-15,12,-30,20,-46,23r-3,10v13,-1,26,16,26,28v-1,29,-37,45,-60,21r6,-14v9,9,36,2,22,-9v-5,4,-18,1,-26,2r12,-38v-57,-3,-95,-55,-95,-119v0,-88,92,-157,164,-96r-9,27v-54,-38,-117,-1,-117,69","w":210},"\u00c9":{"d":"161,-291r-61,50r-22,-19r51,-54xm158,0r-128,0r0,-229r128,0r0,35r-90,0r0,54r77,0r0,35r-77,0r0,69r90,0r0,36"},"\u00d1":{"d":"107,-298v22,0,56,34,69,1r19,13v-13,24,-27,36,-43,36v-21,-1,-56,-36,-69,-2r-19,-13v13,-24,27,-35,43,-35xm217,5r-137,-143r0,138r-38,0r0,-234r137,139r0,-135r38,0r0,235","w":221},"\u00d6":{"d":"157,-286v14,0,25,12,25,25v0,13,-12,24,-25,24v-13,0,-25,-11,-25,-24v0,-14,11,-25,25,-25xm99,-286v13,0,24,12,24,25v0,13,-11,24,-24,24v-14,0,-26,-11,-26,-24v0,-13,12,-25,26,-25xm125,-234v62,0,103,56,103,119v0,64,-41,120,-103,120v-62,0,-103,-56,-103,-120v0,-64,41,-119,103,-119xm125,-31v42,0,64,-39,64,-84v0,-45,-22,-84,-64,-84v-41,0,-64,40,-64,84v0,45,22,85,64,84","w":250},"\u00dc":{"d":"139,-286v14,0,25,12,25,25v0,13,-12,24,-25,24v-13,0,-25,-11,-25,-24v0,-14,11,-25,25,-25xm81,-286v13,0,24,12,24,25v0,13,-11,24,-24,24v-14,0,-26,-11,-26,-24v0,-13,12,-25,26,-25xm107,5v-46,0,-80,-38,-79,-85r0,-150r38,0r0,148v0,34,14,51,41,51v27,0,41,-17,41,-52r0,-147r37,0r0,152v0,47,-32,83,-78,83","w":213},"\u00e1":{"d":"148,-217r-62,50r-21,-18r51,-55xm31,-140v40,-38,117,-23,117,36r0,104v-14,2,-22,-2,-27,-11v-34,33,-105,12,-105,-37v0,-46,53,-71,94,-49v5,-40,-46,-34,-71,-18xm80,-28v19,0,34,-8,30,-31v-9,-17,-56,-20,-56,10v0,12,12,21,26,21"},"\u00e0":{"d":"109,-185r-22,18r-63,-50r34,-23xm31,-140v40,-38,117,-23,117,36r0,104v-14,2,-22,-2,-27,-11v-34,33,-105,12,-105,-37v0,-46,53,-71,94,-49v5,-40,-46,-34,-71,-18xm80,-28v19,0,34,-8,30,-31v-9,-17,-56,-20,-56,10v0,12,12,21,26,21"},"\u00e2":{"d":"136,-177r-13,14r-34,-35r-35,35r-13,-14r48,-62xm31,-140v40,-38,117,-23,117,36r0,104v-14,2,-22,-2,-27,-11v-34,33,-105,12,-105,-37v0,-46,53,-71,94,-49v5,-40,-46,-34,-71,-18xm80,-28v19,0,34,-8,30,-31v-9,-17,-56,-20,-56,10v0,12,12,21,26,21"},"\u00e4":{"d":"118,-216v14,0,25,12,25,25v0,13,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25xm59,-216v14,0,25,11,25,25v0,14,-11,25,-25,25v-14,0,-25,-12,-25,-25v0,-13,11,-25,25,-25xm31,-140v40,-38,117,-23,117,36r0,104v-14,2,-22,-2,-27,-11v-34,33,-105,12,-105,-37v0,-46,53,-71,94,-49v5,-40,-46,-34,-71,-18xm80,-28v19,0,34,-8,30,-31v-9,-17,-56,-20,-56,10v0,12,12,21,26,21"},"\u00e3":{"d":"68,-224v21,1,56,36,69,2r19,13v-13,24,-27,35,-43,35v-22,0,-56,-34,-69,-1r-19,-13v13,-24,27,-36,43,-36xm31,-140v40,-38,117,-23,117,36r0,104v-14,2,-22,-2,-27,-11v-34,33,-105,12,-105,-37v0,-46,53,-71,94,-49v5,-40,-46,-34,-71,-18xm80,-28v19,0,34,-8,30,-31v-9,-17,-56,-20,-56,10v0,12,12,21,26,21"},"\u00e5":{"d":"91,-235v17,0,33,14,33,32v0,18,-16,32,-33,32v-18,1,-32,-14,-32,-32v0,-18,14,-33,32,-32xm31,-140v40,-38,117,-23,117,36r0,104v-14,2,-22,-2,-27,-11v-34,33,-105,12,-105,-37v0,-46,53,-71,94,-49v5,-40,-46,-34,-71,-18xm100,-203v0,-6,-3,-9,-9,-9v-6,0,-9,3,-9,9v0,6,3,9,9,9v6,0,9,-3,9,-9xm80,-28v19,0,34,-8,30,-31v-9,-17,-56,-20,-56,10v0,12,12,21,26,21"},"\u00e7":{"d":"57,-77v0,45,49,64,84,36r9,25v-15,12,-30,19,-45,21r-2,9v13,-1,26,16,25,28v0,30,-37,45,-59,21r6,-14v9,9,35,1,21,-9v-5,4,-17,1,-25,2r12,-38v-36,-4,-62,-40,-62,-81v0,-69,77,-112,129,-63r-9,26v-36,-29,-84,-9,-84,37","w":168},"\u00e9":{"d":"155,-217r-62,50r-21,-18r51,-55xm89,-161v49,0,72,40,69,94r-104,0v5,45,47,47,80,26r9,25v-52,47,-127,10,-127,-62v0,-48,27,-84,73,-83xm120,-99v-3,-34,-62,-37,-65,0r65,0","w":168},"\u00e8":{"d":"111,-185r-22,18r-62,-50r33,-23xm89,-161v49,0,72,40,69,94r-104,0v5,45,47,47,80,26r9,25v-52,47,-127,10,-127,-62v0,-48,27,-84,73,-83xm120,-99v-3,-34,-62,-37,-65,0r65,0","w":168},"\u00ea":{"d":"140,-177r-13,14r-35,-35r-35,35r-13,-14r48,-62xm89,-161v49,0,72,40,69,94r-104,0v5,45,47,47,80,26r9,25v-52,47,-127,10,-127,-62v0,-48,27,-84,73,-83xm120,-99v-3,-34,-62,-37,-65,0r65,0","w":168},"\u00eb":{"d":"120,-216v14,0,25,11,25,25v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25xm62,-216v14,0,25,12,25,25v0,13,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25xm89,-161v49,0,72,40,69,94r-104,0v5,45,47,47,80,26r9,25v-52,47,-127,10,-127,-62v0,-48,27,-84,73,-83xm120,-99v-3,-34,-62,-37,-65,0r65,0","w":168},"\u00ed":{"d":"114,-217r-61,50r-21,-18r51,-55xm77,0r-38,0r0,-126r-17,0r0,-29r55,0r0,155","w":98},"\u00ec":{"d":"76,-185r-22,18r-62,-50r32,-23xm78,0r-38,0r0,-126r-17,0r0,-29r55,0r0,155","w":98},"\u00ee":{"d":"105,-177r-12,14r-35,-35r-35,35r-13,-14r48,-62xm78,0r-37,0r0,-126r-18,0r0,-29r55,0r0,155","w":98},"\u00ef":{"d":"84,-216v14,0,25,11,25,25v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25xm26,-216v14,0,25,12,25,25v0,13,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25xm76,0r-38,0r0,-126r-17,0r0,-29r55,0r0,155","w":98},"\u00f1":{"d":"69,-224v21,0,57,36,70,2r18,13v-13,24,-27,35,-43,35v-21,0,-56,-34,-69,-1r-18,-13v13,-24,26,-36,42,-36xm57,-141v33,-39,96,-17,96,40r0,101r-38,0r0,-98v0,-18,-3,-28,-19,-28v-54,-2,-27,78,-33,126r-38,0r0,-155v17,-3,25,5,32,14","w":180},"\u00f3":{"d":"156,-217r-62,50r-21,-18r51,-55xm91,-161v44,0,76,38,76,83v1,45,-31,83,-76,83v-45,0,-75,-38,-75,-83v0,-45,31,-83,75,-83xm91,-31v24,0,38,-21,38,-47v0,-25,-13,-47,-38,-47v-24,0,-37,23,-37,47v0,24,13,47,37,47","w":182},"\u00f2":{"d":"110,-185r-21,18r-63,-50r33,-23xm91,-161v44,0,76,38,76,83v1,45,-31,83,-76,83v-45,0,-75,-38,-75,-83v0,-45,31,-83,75,-83xm91,-31v24,0,38,-21,38,-47v0,-25,-13,-47,-38,-47v-24,0,-37,23,-37,47v0,24,13,47,37,47","w":182},"\u00f4":{"d":"142,-177r-13,14r-34,-35r-35,35r-13,-14r48,-62xm91,-161v44,0,76,38,76,83v1,45,-31,83,-76,83v-45,0,-75,-38,-75,-83v0,-45,31,-83,75,-83xm91,-31v24,0,38,-21,38,-47v0,-25,-13,-47,-38,-47v-24,0,-37,23,-37,47v0,24,13,47,37,47","w":182},"\u00f6":{"d":"122,-216v14,0,25,11,25,25v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25xm64,-216v14,0,25,12,25,25v0,13,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25xm91,-161v44,0,76,38,76,83v1,45,-31,83,-76,83v-45,0,-75,-38,-75,-83v0,-45,31,-83,75,-83xm91,-31v24,0,38,-21,38,-47v0,-25,-13,-47,-38,-47v-24,0,-37,23,-37,47v0,24,13,47,37,47","w":182},"\u00f5":{"d":"71,-224v21,1,56,36,69,2r19,13v-13,24,-28,35,-43,35v-22,0,-56,-34,-69,-1r-19,-13v13,-24,28,-36,43,-36xm91,-161v44,0,76,38,76,83v1,45,-31,83,-76,83v-45,0,-75,-38,-75,-83v0,-45,31,-83,75,-83xm91,-31v24,0,38,-21,38,-47v0,-25,-13,-47,-38,-47v-24,0,-37,23,-37,47v0,24,13,47,37,47","w":182},"\u00fa":{"d":"149,-217r-61,50r-21,-18r51,-55xm78,-29v53,0,27,-78,33,-126r37,0r0,155v-17,3,-23,-7,-31,-15v-33,38,-96,19,-96,-39r0,-101r38,0r0,98v0,18,4,27,19,28","w":173},"\u00f9":{"d":"106,-185r-22,18r-62,-50r33,-23xm78,-29v53,0,27,-78,33,-126r37,0r0,155v-17,3,-23,-7,-31,-15v-33,38,-96,19,-96,-39r0,-101r38,0r0,98v0,18,4,27,19,28","w":173},"\u00fb":{"d":"138,-177r-13,14r-35,-35r-35,35r-13,-14r48,-62xm78,-29v53,0,27,-78,33,-126r37,0r0,155v-17,3,-23,-7,-31,-15v-33,38,-96,19,-96,-39r0,-101r38,0r0,98v0,18,4,27,19,28","w":173},"\u00fc":{"d":"116,-216v13,0,24,12,24,25v0,13,-11,25,-24,25v-14,0,-26,-12,-26,-25v0,-13,12,-25,26,-25xm57,-216v14,0,25,11,25,25v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25xm78,-29v53,0,27,-78,33,-126r37,0r0,155v-17,3,-23,-7,-31,-15v-33,38,-96,19,-96,-39r0,-101r38,0r0,98v0,18,4,27,19,28","w":173},"\u00b0":{"d":"83,-243v31,0,57,27,57,58v0,31,-27,58,-57,58v-31,0,-58,-27,-58,-58v-1,-31,27,-59,58,-58xm83,-159v14,0,26,-11,26,-26v0,-15,-12,-27,-26,-27v-15,-1,-27,12,-27,27v0,14,12,26,27,26","w":151},"\u00ae":{"d":"105,-206v48,0,89,43,89,90v0,49,-40,89,-89,89v-49,0,-90,-41,-90,-89v0,-48,42,-90,90,-90xm105,-57v31,0,58,-28,58,-59v0,-31,-27,-58,-58,-58v-31,0,-59,26,-59,58v0,31,28,59,59,59xm81,-154v26,-1,50,1,49,25v0,9,-3,16,-10,21r21,33r-26,0r-12,-19r0,19r-22,0r0,-79xm109,-129v0,-3,-2,-4,-6,-4r0,10v4,0,6,-3,6,-6","w":209},"\u00a9":{"d":"105,-206v48,0,89,43,89,90v0,49,-40,89,-89,89v-49,0,-90,-41,-90,-89v0,-48,42,-90,90,-90xm105,-57v31,0,58,-28,58,-59v0,-31,-27,-58,-58,-58v-31,0,-59,26,-59,58v0,31,28,59,59,59xm70,-116v0,-32,35,-55,61,-31r-6,18v-16,-12,-33,-9,-33,13v0,23,18,25,33,12r6,18v-25,25,-61,4,-61,-30","w":209},"\u2122":{"d":"237,-130r-31,0r0,-39r-22,20r-24,-21r0,40r-30,0r0,-105r54,47r53,-47r0,105xm111,-208r-30,0r0,78r-30,0r0,-78r-29,0r0,-26r89,0r0,26","w":239},"\u00b1":{"d":"158,-96r-50,0r0,51r-36,0r0,-51r-50,0r0,-35r50,0r0,-51r36,0r0,51r50,0r0,35xm158,2r-136,0r0,-36r136,0r0,36","w":166},"\u00b5":{"w":0},"\u03bc":{"w":0},"\u00ac":{"d":"182,-38r-35,0r0,-58r-132,0r0,-35r167,0r0,93","w":184},"\u00a0":{"w":97},"\u00c0":{"d":"110,-260r-21,18r-63,-50r33,-23xm189,0r-40,0r-23,-59r-58,0r-23,59r-40,0r92,-235xm113,-94r-16,-44r-16,44r32,0","w":193},"\u00c3":{"d":"71,-298v21,0,56,34,69,1r18,13v-13,24,-27,36,-42,36v-21,-1,-57,-36,-70,-2r-18,-13v13,-24,27,-35,43,-35xm189,0r-40,0r-23,-59r-58,0r-23,59r-40,0r92,-235xm113,-94r-16,-44r-16,44r32,0","w":193},"\u00d5":{"d":"105,-298v22,0,56,34,69,1r19,13v-13,24,-27,36,-43,36v-21,-1,-56,-36,-69,-2r-19,-13v13,-24,28,-35,43,-35xm125,-234v62,0,103,56,103,119v0,64,-41,120,-103,120v-62,0,-103,-56,-103,-120v0,-64,41,-119,103,-119xm125,-31v42,0,64,-39,64,-84v0,-45,-22,-84,-64,-84v-41,0,-64,40,-64,84v0,45,22,85,64,84","w":250},"\u00f7":{"d":"100,-168v12,-1,24,11,24,23v0,12,-12,24,-24,24v-12,0,-24,-12,-24,-24v0,-14,12,-22,24,-23xm182,-74r-167,0r0,-36r167,0r0,36xm100,-64v12,-2,24,11,24,23v0,12,-12,25,-24,23v-12,2,-24,-11,-24,-23v0,-12,12,-25,24,-23","w":183},"\u00ff":{"d":"116,-216v14,0,25,11,25,25v0,14,-11,25,-25,25v-14,0,-25,-12,-25,-25v0,-13,11,-25,25,-25xm58,-216v14,0,25,11,25,25v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25xm77,-29v53,0,29,-78,34,-126r37,0v-6,92,30,228,-71,224v-18,0,-35,-7,-52,-20r8,-25v32,22,84,19,78,-33v-36,31,-90,9,-90,-45r0,-101r38,0r0,98v0,18,3,28,18,28","w":173},"\u00c2":{"d":"140,-247r-13,14r-34,-34r-35,34r-13,-14r48,-62xm189,0r-40,0r-23,-59r-58,0r-23,59r-40,0r92,-235xm113,-94r-16,-44r-16,44r32,0","w":193},"\u00ca":{"d":"144,-252r-13,14r-34,-35r-35,35r-13,-14r48,-62xm158,0r-128,0r0,-229r128,0r0,35r-90,0r0,54r77,0r0,35r-77,0r0,69r90,0r0,36"},"\u00c1":{"d":"157,-292r-62,50r-21,-18r51,-55xm189,0r-40,0r-23,-59r-58,0r-23,59r-40,0r92,-235xm113,-94r-16,-44r-16,44r32,0","w":193},"\u00cb":{"d":"123,-286v14,0,25,11,25,25v0,13,-12,24,-25,24v-13,0,-25,-11,-25,-24v0,-14,11,-25,25,-25xm65,-286v14,0,25,11,25,25v0,13,-12,24,-25,24v-13,0,-25,-11,-25,-24v0,-14,11,-25,25,-25xm158,0r-128,0r0,-229r128,0r0,35r-90,0r0,54r77,0r0,35r-77,0r0,69r90,0r0,36"},"\u00c8":{"d":"114,-260r-22,18r-62,-50r33,-23xm161,0r-129,0r0,-229r128,0r0,35r-91,0r0,54r79,0r0,35r-79,0r0,69r92,0r0,36"},"\u00cd":{"d":"131,-292r-62,50r-21,-18r51,-55xm103,0r-73,0r0,-33r17,0r0,-163r-17,0r0,-33r73,0r0,33r-18,0r0,163r18,0r0,33","w":113},"\u00ce":{"d":"117,-252r-14,14r-34,-35r-35,35r-13,-14r48,-62xm102,0r-72,0r0,-33r17,0r0,-163r-17,0r0,-33r72,0r0,33r-17,0r0,163r17,0r0,33","w":113},"\u00cf":{"d":"95,-286v14,0,25,11,25,25v0,13,-12,24,-25,24v-13,0,-25,-12,-25,-24v0,-13,11,-25,25,-25xm37,-286v14,0,25,11,25,25v0,13,-12,24,-25,24v-13,0,-25,-11,-25,-24v0,-14,11,-25,25,-25xm102,0r-72,0r0,-33r17,0r0,-163r-17,0r0,-33r72,0r0,33r-17,0r0,163r17,0r0,33","w":113},"\u00cc":{"d":"85,-260r-22,18r-62,-50r33,-23xm101,0r-72,0r0,-33r17,0r0,-163r-17,0r0,-33r72,0r0,33r-17,0r0,163r17,0r0,33","w":113},"\u00d3":{"d":"192,-292r-61,50r-22,-18r52,-55xm125,-234v62,0,103,56,103,119v0,64,-41,120,-103,120v-62,0,-103,-56,-103,-120v0,-64,41,-119,103,-119xm125,-31v42,0,64,-39,64,-84v0,-45,-22,-84,-64,-84v-41,0,-64,40,-64,84v0,45,22,85,64,84","w":250},"\u00d4":{"d":"178,-252r-13,14r-35,-35r-34,35r-13,-14r47,-62xm125,-234v62,0,103,56,103,119v0,64,-41,120,-103,120v-62,0,-103,-56,-103,-120v0,-64,41,-119,103,-119xm125,-31v42,0,64,-39,64,-84v0,-45,-22,-84,-64,-84v-41,0,-64,40,-64,84v0,45,22,85,64,84","w":250},"\u00d2":{"d":"153,-260r-22,18r-62,-50r33,-23xm125,-234v62,0,103,56,103,119v0,64,-41,120,-103,120v-62,0,-103,-56,-103,-120v0,-64,41,-119,103,-119xm125,-31v42,0,64,-39,64,-84v0,-45,-22,-84,-64,-84v-41,0,-64,40,-64,84v0,45,22,85,64,84","w":250},"\u00da":{"d":"172,-292r-61,50r-22,-18r51,-55xm107,5v-46,0,-80,-38,-79,-85r0,-150r38,0r0,148v0,34,14,51,41,51v27,0,41,-17,41,-52r0,-147r37,0r0,152v0,47,-32,83,-78,83","w":213},"\u00db":{"d":"159,-252r-13,14r-35,-35r-35,35r-13,-14r48,-62xm107,5v-46,0,-80,-38,-79,-85r0,-150r38,0r0,148v0,34,14,51,41,51v27,0,41,-17,41,-52r0,-147r37,0r0,152v0,47,-32,83,-78,83","w":213},"\u00d9":{"d":"127,-260r-21,18r-62,-50r32,-23xm107,5v-46,0,-80,-38,-79,-85r0,-150r38,0r0,148v0,34,14,51,41,51v27,0,41,-17,41,-52r0,-147r37,0r0,152v0,47,-32,83,-78,83","w":213}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 1998 [T26] a digital type foundry 1110 N. Milwaukee Ave. Chicago, IL 60622
 * USA  T0433  ID#5100852  Designer: Peter Bruhn for Fountain  All rights reserved.
 */
Cufon.registerFont({"w":180,"face":{"font-family":"Mercury","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-34 -314 296 76","underline-thickness":"6.48","underline-position":"-48.96","slope":"-11","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":97},"!":{"d":"77,-231r-23,171r-25,0r19,-171r29,0xm14,-13v-1,-23,42,-33,43,-5v2,24,-42,33,-43,5","w":69},"\"":{"d":"116,-231r-14,77r-14,0r6,-77r22,0xm68,-231r-13,77r-14,0r5,-77r22,0","w":105},"#":{"d":"204,-160r-3,24r-37,0r-14,45r34,0r-3,23r-38,0r-13,44r-24,0r13,-44r-36,0r-13,44r-24,0r13,-44r-33,0r2,-23r39,0r13,-45r-34,0r3,-24r38,0r16,-51r24,0r-16,51r36,0r16,-51r23,0r-15,51r33,0xm140,-136r-36,0r-14,45r36,0","w":201},"$":{"d":"105,-113v-43,-12,-60,-61,-28,-95v11,-11,25,-19,42,-22r3,-25r19,0r-3,24v18,1,35,8,48,20r-7,16v-10,-7,-25,-12,-44,-12r-9,75v48,10,64,68,31,104v-12,12,-27,19,-46,22r-4,31r-19,0r4,-30v-19,-1,-35,-9,-49,-21r7,-15v12,7,27,10,45,11xm116,-203v-33,11,-40,46,-8,62xm113,-31v38,-5,50,-58,9,-73","w":193},"%":{"d":"116,-237v35,-7,37,57,76,42r28,-41r17,5r-160,236r-17,-5r119,-176v-7,0,-15,-3,-21,-9v-1,26,-27,53,-55,53v-24,0,-44,-21,-44,-46v0,-29,27,-60,57,-59xm196,-99v25,0,43,20,43,45v0,30,-26,59,-56,59v-25,0,-43,-20,-43,-45v0,-30,26,-59,56,-59xm105,-156v31,3,45,-56,8,-58v-31,-3,-45,56,-8,58xm186,-18v31,3,44,-58,7,-58v-31,-2,-43,56,-7,58","w":275},"&":{"d":"48,-54v0,45,62,42,85,12v12,-15,21,-32,24,-51r-30,0r3,-24r89,0r-3,24r-30,0r-11,93v-7,-1,-17,3,-18,-4r0,-33v-21,48,-137,63,-135,-12v1,-40,26,-60,57,-82v-34,-46,-14,-105,39,-105v54,0,53,63,14,94v-27,21,-84,51,-84,88xm102,-148v19,-15,31,-23,33,-45v1,-12,-8,-21,-20,-21v-31,3,-33,42,-13,66","w":222},"'":{"d":"68,-231r-13,77r-14,0r5,-77r22,0","w":57},"(":{"d":"118,-243v-49,46,-78,192,-32,262r-16,12v-57,-95,-37,-207,35,-287","w":93},")":{"d":"3,20v49,-47,78,-192,32,-262r16,-13v57,95,37,207,-35,287","w":93},"*":{"d":"172,-196r-55,28r19,53r-38,-41r-48,41r32,-53r-48,-28r57,8r18,-59r4,59","w":157},"+":{"d":"162,-105r-3,24r-54,0r-6,54r-24,0r6,-54r-54,0r3,-24r54,0r7,-54r24,0r-7,54r54,0","w":166},",":{"d":"44,-36v11,0,20,8,18,21r-51,63r-9,-10r23,-39v-13,-13,3,-37,19,-35","w":75},"-":{"d":"121,-116r-2,22r-74,0r3,-22r73,0","w":140},"\u2010":{"d":"121,-116r-2,22r-74,0r3,-22r73,0","w":140},".":{"d":"22,-13v0,-24,41,-33,42,-5v1,12,-12,24,-24,23v-9,0,-18,-7,-18,-18","w":76},"\/":{"d":"189,-250r-150,277r-22,-6r150,-278","w":167},"0":{"d":"123,-236v45,0,62,42,62,92v0,68,-32,149,-92,149v-45,0,-62,-43,-62,-93v0,-68,31,-148,92,-148xm96,-19v42,0,63,-74,63,-125v0,-46,-13,-69,-39,-69v-42,0,-63,74,-63,125v0,46,13,69,39,69","w":187},"1":{"d":"97,-231r-29,231r-26,0r25,-205r-24,0v2,-6,-1,-17,6,-18","w":105},"2":{"d":"59,-216v39,-33,117,-27,117,30v0,77,-122,86,-126,162r99,0r-3,24r-125,0v-4,-76,54,-103,97,-138v20,-16,30,-30,30,-43v0,-37,-60,-37,-85,-19","w":174},"3":{"d":"53,-216v39,-34,115,-25,115,33v0,26,-13,47,-37,60v64,31,16,128,-50,128v-20,0,-38,-7,-53,-21r7,-15v40,25,101,12,99,-42v0,-26,-16,-39,-48,-39r3,-22v52,10,75,-75,19,-78v-18,0,-35,4,-52,12","w":178},"4":{"d":"168,-91r-2,24r-30,0r-8,67r-26,0r8,-67r-92,0r139,-169r-18,145r29,0xm121,-154r-52,63r44,0"},"5":{"d":"80,-19v60,0,89,-109,16,-111v-17,0,-31,8,-44,23r-13,-2r41,-122r96,0r-2,24r-76,0r-19,60v44,-20,87,10,87,59v0,73,-87,124,-142,72r7,-15v13,8,30,12,49,12","w":187},"6":{"d":"72,-135v37,-44,108,-17,108,46v0,49,-36,93,-84,93v-73,0,-56,-86,-50,-150v6,-65,71,-118,126,-73r-6,14v-22,-15,-62,-14,-77,12v-9,16,-17,33,-17,58xm99,-20v59,0,78,-114,13,-114v-33,0,-50,32,-49,70v0,29,12,44,36,44","w":187},"7":{"d":"199,-231r-134,231r-27,0r117,-207r-111,0r2,-24r153,0"},"8":{"d":"48,-164v0,-76,134,-104,133,-17v0,26,-12,47,-36,61v64,29,15,125,-52,125v-38,0,-65,-22,-65,-59v0,-30,18,-60,43,-66v-15,-12,-23,-26,-23,-44xm110,-132v26,0,46,-22,45,-47v-1,-21,-13,-32,-35,-34v-48,-4,-67,81,-10,81xm96,-19v29,0,53,-20,53,-50v0,-24,-19,-40,-42,-40v-29,0,-53,24,-53,52v-1,25,19,37,42,38","w":187},"9":{"d":"125,-236v73,0,56,86,50,150v-6,66,-70,118,-126,73r7,-14v22,15,62,14,77,-12v9,-16,15,-34,17,-57v-39,43,-109,15,-109,-47v0,-48,37,-93,84,-93xm109,-98v33,1,50,-33,50,-70v0,-29,-13,-44,-37,-44v-59,0,-78,113,-13,114","w":187},":":{"d":"60,-150v9,1,18,7,18,18v0,11,-12,24,-23,23v-10,0,-20,-7,-19,-18v-1,-12,11,-24,24,-23xm46,-36v9,0,18,7,18,18v0,11,-12,24,-23,23v-10,0,-19,-7,-19,-18v0,-12,12,-24,24,-23","w":77},";":{"d":"58,-150v10,1,19,8,19,18v1,23,-41,33,-42,5v-1,-11,11,-24,23,-23xm21,-13v-2,-24,41,-33,42,-5v-13,26,-36,43,-52,66r-8,-10r22,-39v-3,-4,-4,-7,-4,-12","w":75},"<":{"d":"152,-178r-75,76r56,77r-10,9r-93,-86r114,-85","w":147},"=":{"d":"163,-129r-3,25r-130,0r3,-25r130,0xm157,-82r-3,25r-130,0r3,-25r130,0","w":164},">":{"d":"143,-102r-115,86r-8,-9r75,-77r-56,-76r10,-9","w":147},"?":{"d":"52,-216v38,-33,115,-25,107,34v-4,35,-30,48,-57,58v-19,7,-27,39,-2,40r-8,17v-43,2,-41,-60,-10,-74v20,-9,51,-16,51,-45v0,-37,-57,-28,-78,-14xm73,-36v10,0,20,7,19,18v2,23,-41,34,-42,5v-1,-11,12,-24,23,-23","w":153},"@":{"d":"187,-237v61,0,109,43,109,104v0,43,-28,92,-67,92v-20,0,-34,-14,-38,-30v-33,25,-65,-1,-69,-36v-6,-57,98,-91,98,-20v0,22,-14,62,14,62v24,0,37,-38,37,-65v0,-50,-39,-82,-87,-82v-58,0,-111,49,-111,107v0,43,31,85,68,90r-9,15v-49,-4,-83,-49,-83,-102v0,-75,64,-135,138,-135xm176,-144v-30,-5,-46,59,-10,60v9,0,18,-3,26,-8v5,-33,7,-48,-16,-52","w":316},"A":{"d":"182,0r-30,0r-15,-63r-71,0r-31,63r-30,0r117,-235xm131,-86r-18,-73r-36,73r54,0","w":186},"B":{"d":"133,-123v22,5,38,25,39,50v0,65,-68,80,-142,73r28,-231v55,-3,109,3,109,51v0,28,-11,47,-34,57xm72,-129v41,3,68,-11,69,-48v1,-26,-27,-34,-59,-31xm59,-24v46,3,85,-5,85,-47v0,-33,-37,-39,-74,-37","w":182},"C":{"d":"35,-95v0,-92,94,-183,174,-121r-7,16v-68,-40,-140,23,-140,102v0,69,66,97,119,67r4,15v-62,50,-150,6,-150,-79","w":202},"D":{"d":"58,-231v87,-7,149,12,149,94v0,81,-47,138,-126,137r-51,0xm60,-24v79,6,117,-34,120,-111v2,-55,-36,-76,-98,-72","w":209},"E":{"d":"181,-231r-3,24r-96,0r-9,71r83,0r-3,24r-82,0r-11,88r97,0r-4,24r-123,0r28,-231r123,0","w":165},"F":{"d":"168,-231r-2,24r-91,0r-8,71r78,0r-3,24r-79,0r-13,112r-27,0r28,-231r117,0","w":149},"G":{"d":"66,-99v0,68,70,107,113,57v13,-14,20,-32,23,-51r-58,0r3,-24r87,0r-14,117v-6,-1,-17,3,-17,-4r0,-33v-13,21,-46,42,-78,42v-55,1,-87,-43,-87,-99v0,-91,92,-184,172,-122r-8,16v-67,-41,-136,27,-136,101","w":249},"H":{"d":"212,-231r-29,231r-27,0r14,-111r-100,0r-13,111r-27,0r28,-231r27,0r-12,96r100,0r12,-96r27,0","w":212},"I":{"d":"110,-231r-3,23r-18,0r-23,184r19,0r-3,24r-64,0r3,-24r18,0r23,-184r-18,0r2,-23r64,0","w":104},"J":{"d":"152,-231r-3,24r-18,0v-13,64,-3,150,-36,194v-19,26,-64,22,-86,-1r7,-13v23,19,65,10,69,-25r19,-155r-18,0r3,-24r63,0","w":146},"K":{"d":"186,-231r-85,116r53,115r-30,0r-53,-113r-14,113r-27,0r28,-231r27,0r-14,115r84,-115r31,0","w":161},"L":{"d":"141,-24r-3,24r-108,0r28,-231r27,0r-25,207r81,0","w":138},"M":{"d":"241,-236r-29,236r-27,0r20,-162r-73,73r-55,-76r-20,165r-27,0r29,-236r79,105","w":241},"N":{"d":"230,-231r-28,235r-125,-169r-20,165r-27,0r29,-236r125,166r19,-161r27,0","w":231},"O":{"d":"154,-236v55,0,89,43,89,101v0,70,-51,141,-119,140v-55,-1,-88,-44,-88,-102v0,-71,50,-139,118,-139xm127,-20v54,0,89,-56,89,-113v0,-46,-22,-79,-65,-79v-52,0,-88,57,-88,113v0,45,22,79,64,79","w":250},"P":{"d":"176,-176v-3,56,-45,86,-108,81r-11,95r-27,0r28,-231v60,-3,121,3,118,55xm71,-118v46,3,78,-12,78,-54v0,-30,-29,-39,-67,-36","w":163},"Q":{"d":"154,-236v55,0,89,43,89,101v0,68,-45,135,-106,139v-4,21,-6,46,19,45v17,0,31,-3,42,-10r3,14v-30,27,-91,23,-93,-20r3,-29v-46,-5,-75,-48,-75,-101v0,-71,50,-139,118,-139xm127,-20v54,0,89,-56,89,-113v0,-46,-22,-79,-65,-79v-52,0,-88,57,-88,113v0,45,21,79,64,79","w":250},"R":{"d":"101,-231v105,-11,86,121,18,132r52,99r-30,0r-50,-95r-23,0r-11,95r-27,0r28,-231r43,0xm71,-118v46,3,78,-12,78,-54v0,-30,-29,-39,-67,-36","w":178},"S":{"d":"71,-129v-54,-35,-11,-107,49,-107v20,0,37,7,52,20r-7,16v-27,-22,-95,-13,-91,26v5,44,92,44,92,100v0,74,-99,103,-148,56r8,-16v32,23,117,21,113,-35v-2,-31,-45,-45,-68,-60","w":175},"T":{"d":"178,-231r-3,24r-59,0r-25,207r-27,0r26,-207r-59,0r3,-24r144,0","w":154},"U":{"d":"164,-19v-46,48,-136,20,-126,-60r19,-152r27,0r-20,163v0,32,15,48,44,48v33,0,52,-21,57,-62r19,-149r27,0v-15,73,-4,166,-47,212","w":209},"V":{"d":"211,-231r-117,235r-60,-235r29,0r40,158r78,-158r30,0","w":187},"W":{"d":"292,-231r-117,235r-28,-108r-53,108r-60,-235r29,0r40,158r54,-110r27,110r79,-158r29,0","w":268},"X":{"d":"192,-231r-75,111r49,120r-30,0r-38,-92r-62,92r-31,0r81,-120r-46,-111r31,0r34,83r56,-83r31,0","w":171},"Y":{"d":"199,-231r-85,131r-12,100r-27,0r12,-100r-53,-131r30,0r40,101r65,-101r30,0","w":176},"Z":{"d":"193,-231r-138,207r112,0r-3,24r-155,0r138,-207r-98,0r3,-24r141,0","w":174},"[":{"d":"129,-260r-3,23r-45,0r-31,248r45,0r-3,24r-71,0r36,-295r72,0","w":101},"\\":{"d":"148,3r-25,0r-82,-260r25,0","w":167},"]":{"d":"109,-260r-36,295r-72,0r3,-24r45,0r30,-248r-45,0r3,-23r72,0","w":102},"^":{"d":"176,-124r-8,10r-54,-69r-69,69r-6,-10r82,-109","w":167},"_":{"d":"156,31r-3,20r-168,0r2,-20r169,0","w":150},"`":{"d":"100,-186r-14,12r-50,-45r25,-15","w":87},"a":{"d":"25,-63v-7,-66,79,-133,123,-70v6,-10,7,-25,27,-21r-18,154r-27,0r2,-17v-37,43,-113,15,-107,-46xm92,-18v40,0,49,-31,51,-80v0,-21,-17,-38,-38,-38v-55,0,-80,118,-13,118","w":181},"b":{"d":"69,-137v37,-43,113,-15,107,46v7,68,-81,132,-123,69v-7,10,-8,26,-28,22r30,-242r26,0xm96,-18v55,5,80,-115,13,-118v-58,-4,-73,116,-13,118","w":181},"c":{"d":"25,-64v0,-67,76,-125,132,-77r-7,14v-43,-30,-104,9,-99,59v-6,47,52,64,87,41r3,14v-47,37,-116,10,-116,-51","w":151},"d":{"d":"25,-64v0,-66,74,-128,122,-73r13,-105r26,0r-29,242v-7,-1,-16,3,-18,-4r-4,-18v-36,49,-110,24,-110,-42xm91,-18v21,0,47,-24,48,-44v0,0,0,1,4,-36v3,-24,-17,-37,-37,-38v-55,-5,-82,115,-15,118","w":181},"e":{"d":"107,-158v28,0,50,17,50,44v0,53,-63,75,-106,52v-5,44,53,56,84,35r3,14v-45,36,-113,14,-113,-50v0,-51,32,-95,82,-95xm54,-93v7,31,76,21,76,-16v0,-14,-12,-27,-26,-27v-24,0,-51,19,-50,43","w":154},"f":{"d":"56,-154v-2,-76,43,-107,97,-74r-6,13v-24,-10,-60,-12,-60,26r-5,35r24,0r-3,24r-23,0v-11,58,-11,128,-30,178v-12,17,-32,25,-62,25r1,-13v35,-9,42,-13,48,-60r16,-130r-24,0r3,-24r24,0","w":109},"g":{"d":"25,-63v-7,-66,79,-133,123,-70v6,-10,7,-25,27,-21v-18,84,5,227,-95,224v-18,0,-34,-5,-47,-17r7,-14v35,24,93,2,90,-41r2,-15v-37,43,-113,15,-107,-46xm92,-18v40,0,49,-31,51,-80v0,-21,-17,-38,-38,-38v-55,0,-80,118,-13,118","w":181},"h":{"d":"68,-130v25,-44,100,-38,92,28r-13,102r-26,0r13,-110v2,-33,-39,-31,-56,-15v-27,25,-16,83,-26,125r-27,0r30,-242r26,0","w":169},"i":{"d":"73,-231v10,0,17,7,17,17v2,22,-39,30,-39,4v0,-12,10,-21,22,-21xm77,-154r-19,154r-27,0r17,-131r-19,0r3,-23r45,0","w":88},"j":{"d":"63,-210v-2,-24,38,-29,39,-4v1,22,-39,30,-39,4xm89,-154r-20,167v-1,52,-66,75,-103,40r6,-14v23,19,66,10,70,-25r17,-145r-18,0r3,-23r45,0","w":100},"k":{"d":"165,-154r-75,66r63,88r-32,0r-51,-71v-19,11,-13,47,-18,71r-27,0r30,-242r26,0r-18,149r69,-61r33,0","w":159},"l":{"d":"88,-242r-30,242r-26,0r26,-219r-18,0r3,-23r45,0","w":85},"m":{"d":"141,-136v29,-40,87,-24,80,34r-13,102r-26,0r13,-113v2,-28,-29,-28,-41,-12v-21,31,-15,84,-24,125r-26,0r13,-113v2,-30,-34,-28,-44,-9v-18,30,-13,82,-21,122r-27,0r19,-154v15,-3,20,6,23,18v15,-28,62,-31,74,0","w":230},"n":{"d":"66,-130v27,-43,103,-39,94,28r-13,102r-26,0r13,-110v2,-33,-39,-31,-56,-15v-27,25,-16,83,-26,125r-27,0r19,-154v6,1,15,-3,17,3","w":169},"o":{"d":"109,-158v39,0,64,30,64,69v0,49,-37,93,-84,93v-39,0,-64,-30,-64,-69v0,-49,36,-93,84,-93xm92,-20v57,6,81,-112,14,-114v-57,-5,-81,112,-14,114","w":178},"p":{"d":"66,-132v36,-49,110,-24,110,42v0,65,-75,128,-122,73r-12,93r-26,0r28,-230v6,1,15,-3,17,3xm95,-18v56,4,81,-118,15,-118v-39,0,-52,42,-52,84v0,20,19,34,37,34","w":181},"q":{"d":"25,-63v-7,-66,79,-133,123,-70v7,-9,7,-25,27,-21r-28,230r-26,0r11,-93v-37,43,-113,15,-107,-46xm92,-18v56,4,75,-114,13,-118v-55,-4,-80,116,-13,118","w":181},"r":{"d":"67,-136v19,-23,60,-34,81,0r-17,15v-19,-34,-70,-1,-68,26r-12,95r-26,0r19,-154v15,-3,20,6,23,18","w":132},"s":{"d":"34,-110v0,-46,67,-64,98,-31r-6,14v-16,-14,-67,-16,-67,13v10,31,66,25,66,65v0,57,-89,72,-110,22r13,-9v13,24,74,26,71,-9v-2,-31,-65,-27,-65,-65","w":131},"t":{"d":"68,-35v2,28,49,18,64,8r3,14v-32,27,-100,23,-94,-25r12,-93r-24,0r60,-78r-7,55r40,0r-3,23r-40,0","w":135},"u":{"d":"162,-154r-19,154v-6,-1,-16,3,-17,-4r-5,-21v-27,44,-103,39,-94,-28r13,-101r26,0r-13,109v-2,33,38,30,55,15v27,-26,17,-83,27,-124r27,0","w":168},"v":{"d":"159,-154r-89,157r-51,-157r27,0r31,97r55,-97r27,0","w":140},"w":{"d":"211,-154r-81,155r-23,-85r-45,85r-42,-155r26,0r25,88r44,-85r23,85r46,-88r27,0","w":192},"x":{"d":"156,-154r-62,77r42,77r-30,0r-31,-55r-44,55r-30,0r62,-77r-43,-77r30,0r31,54r44,-54r31,0","w":137},"y":{"d":"172,-154r-83,157v-28,55,-70,72,-114,37r6,-13v21,13,55,16,72,-7v7,-10,15,-21,19,-33r-41,-141r29,0r28,105r55,-105r29,0","w":160},"z":{"d":"173,-154r-119,130r97,0r-3,24r-148,0r120,-131r-83,0r4,-23r132,0","w":154},"{":{"d":"48,-108v48,32,-33,135,38,127r-2,20v-34,2,-60,-6,-55,-38v6,-39,22,-97,-17,-110v72,-11,-5,-160,108,-147r-2,19v-69,-8,-18,106,-70,129","w":92},"|":{"d":"92,-262r-37,297r-24,0r36,-297r25,0","w":95},"}":{"d":"68,-108v-46,-34,33,-134,-37,-129r2,-19v33,-2,59,6,54,37v-6,38,-20,99,18,111v-54,9,-28,106,-60,139v-9,7,-29,9,-48,8r2,-20v68,13,17,-106,69,-127","w":90},"~":{"d":"148,-91v14,-1,33,-11,39,-21r7,5v-17,26,-35,40,-54,40v-15,4,-57,-30,-68,-29v-14,1,-33,11,-39,21r-8,-5v18,-26,36,-40,55,-40v14,-4,56,30,68,29","w":196},"\u00a2":{"d":"84,-37v-56,-6,-69,-87,-34,-129v15,-18,32,-29,54,-32r3,-27r18,0r-3,26v15,1,28,8,40,18r-7,13v-8,-6,-19,-9,-35,-10r-15,120v16,0,28,-4,38,-10r3,14v-13,10,-28,15,-44,17r-3,31r-19,0xm101,-176v-44,8,-66,99,-14,116","w":151},"\u00a3":{"d":"191,-216r-7,16v-26,-21,-89,-14,-91,22v-2,22,-5,41,-7,55r53,0r-3,24r-53,0r-10,75r90,0r-3,24r-145,0r3,-24r29,0r9,-75r-27,0r3,-24r28,0v1,-11,4,-11,7,-55v4,-55,85,-77,124,-38"},"\u00a7":{"d":"163,-215v-15,-23,-80,-26,-76,13v4,41,92,48,89,98v0,18,-10,35,-32,50v34,47,-36,103,-87,71v-10,-6,-18,-14,-22,-23r13,-8v15,23,82,26,78,-12v-4,-42,-92,-48,-90,-97v0,-19,11,-36,33,-51v-34,-46,36,-104,86,-72v10,6,17,13,21,22xm130,-68v26,-15,27,-46,1,-61r-49,-30v-25,15,-25,45,0,61","w":184},"\u00b6":{"d":"39,-152v0,-42,37,-79,79,-79r87,0r-3,23r-17,0r-31,250r-25,0r16,-135r-23,0r-17,135r-25,0r17,-135v-35,1,-58,-23,-58,-59xm159,-208r-23,0r-11,91r23,0","w":196},"\u00df":{"d":"77,-237v33,-34,104,-21,104,34v0,26,-12,47,-36,61v46,13,45,88,14,119v-16,15,-34,25,-59,28r-6,-15v44,-19,60,-23,60,-72v0,-29,-21,-45,-51,-45r3,-25v46,6,72,-82,17,-82v-24,0,-38,17,-42,52r-22,182r-27,0r16,-127r-19,0r3,-25r19,0v3,-34,7,-65,26,-85","w":191},"\u00b4":{"d":"106,-219r-60,45r-12,-12r51,-48","w":93},"\u00a8":{"d":"133,-185v-2,-22,39,-32,40,-5v3,23,-39,32,-40,5xm71,-185v-3,-23,39,-32,40,-5v3,23,-39,32,-40,5","w":190},"\u00c6":{"d":"280,-231r-3,24r-96,0r-9,71r83,0r-3,24r-83,0r-11,88r97,0r-3,24r-124,0r12,-93r-74,0r-11,93r-27,0v17,-92,-5,-231,106,-231r146,0xm154,-207v-64,-7,-82,31,-85,90r74,0","w":263},"\u00d8":{"d":"45,-36v-43,-83,16,-200,104,-200v28,0,49,9,64,27r26,-26r13,11r-28,29v62,105,-68,265,-169,173r-27,29r-13,-12xm195,-189v-57,-62,-137,13,-137,93v0,15,3,28,8,39xm75,-41v70,66,166,-38,129,-133","w":240},"\u00a5":{"d":"195,-231r-59,91r23,0r-2,19r-34,0v-4,9,-12,14,-14,25r53,0r-3,19r-52,0r-10,77r-27,0r10,-77r-54,0r3,-19r53,0v0,-11,-6,-16,-8,-25r-33,0r2,-19r23,0r-37,-91r31,0r36,91r10,0r58,-91r31,0","w":167},"\u00aa":{"d":"30,-174v0,-20,26,-30,42,-20v8,-20,-17,-22,-29,-15v-6,-10,12,-13,19,-13v36,-1,17,40,16,64v0,0,-7,1,-9,-6v-12,12,-39,9,-39,-10xm53,-165v13,0,32,-25,4,-25v-11,0,-16,5,-16,15v0,7,4,10,12,10","w":69},"\u00ba":{"d":"32,-184v-5,-38,59,-54,59,-10v4,36,-58,54,-59,10xm58,-167v14,0,23,-12,22,-27v0,-13,-5,-19,-16,-19v-22,0,-33,46,-6,46","w":77},"\u00e6":{"d":"21,-39v-3,-51,63,-75,106,-51v19,-50,-44,-56,-74,-37r-3,-14v30,-25,83,-23,101,6v35,-39,121,-30,113,41v0,5,-1,12,-2,22r-111,0v-14,54,48,66,84,45r3,14v-33,26,-89,23,-106,-13v-22,20,-27,30,-58,31v-29,1,-52,-17,-53,-44xm238,-93v9,-38,-41,-57,-68,-31v-9,8,-14,19,-16,31r84,0xm79,-17v23,0,51,-21,45,-44v-7,-29,-75,-21,-75,19v0,16,13,25,30,25","w":263},"\u00f8":{"d":"32,-23v-43,-71,41,-174,116,-121r19,-19r10,10r-19,21v46,71,-42,177,-116,121r-18,19r-11,-10xm130,-125v-45,-32,-99,25,-78,81xm60,-30v45,35,103,-26,79,-82","w":172},"\u00bf":{"d":"124,-187v10,0,19,7,19,18v0,11,-12,24,-23,24v-9,-1,-19,-8,-19,-19v0,-11,12,-24,23,-23xm77,-25v-27,11,-23,55,12,55v19,0,35,-4,48,-12r4,16v-38,33,-114,27,-108,-34v3,-34,31,-47,58,-57v19,-7,26,-39,2,-41r8,-17v42,0,41,59,10,74","w":152},"\u00a1":{"d":"32,-163v-2,-24,42,-33,43,-5v1,23,-41,32,-43,5xm60,-122r-19,172r-29,0r23,-172r25,0","w":65},"\u00ab":{"d":"220,-181r-75,77r56,76r-10,9r-94,-85r115,-86xm150,-181r-75,77r56,76r-10,9r-93,-85r114,-86","w":216},"\u00bb":{"d":"212,-104r-114,85r-8,-9r75,-76r-56,-77r10,-9xm143,-104r-115,85r-7,-9r74,-76r-56,-77r10,-9","w":216},"\u2026":{"d":"221,-36v9,0,18,7,18,18v0,24,-41,33,-42,5v-1,-12,12,-24,24,-23xm109,-13v-2,-24,42,-33,43,-5v0,11,-13,24,-24,23v-10,0,-20,-7,-19,-18xm22,-13v0,-24,41,-33,42,-5v1,12,-12,24,-24,23v-9,0,-18,-7,-18,-18","w":252},"\u2013":{"d":"161,-116r-3,22r-138,0r3,-22r138,0","w":155},"\u2014":{"d":"287,-116r-3,22r-264,0r3,-22r264,0","w":281},"\u201c":{"d":"141,-175v2,24,-41,33,-42,5v15,-24,35,-43,52,-66r8,10r-22,38v3,3,4,8,4,13xm84,-175v1,25,-44,32,-43,2r52,-63r9,10r-24,38v3,3,6,8,6,13","w":147},"\u201d":{"d":"140,-233v10,0,20,8,18,20r-51,64r-9,-10r23,-39v-13,-13,3,-37,19,-35xm81,-233v10,0,21,7,19,20r-52,64r-8,-10r23,-39v-13,-13,2,-36,18,-35","w":147},"\u2018":{"d":"84,-175v1,25,-44,32,-43,2r52,-63r9,10r-24,38v3,3,6,8,6,13","w":88},"\u2019":{"d":"81,-233v10,0,21,7,19,20r-52,64r-8,-10r23,-39v-13,-13,2,-36,18,-35","w":88},"\u00a4":{"d":"194,-169r-23,21v19,30,12,70,-12,93r19,22r-16,13r-18,-21v-27,20,-69,23,-93,0r-24,21r-12,-13r23,-22v-19,-30,-12,-69,12,-93r-19,-21r16,-14r19,21v27,-21,68,-22,93,0r24,-21xm98,-45v32,0,64,-31,64,-63v0,-28,-24,-49,-50,-50v-33,-2,-64,31,-64,64v0,28,23,49,50,49","w":184},"\u00b7":{"d":"54,-113v10,0,19,7,19,18v0,12,-12,24,-24,23v-9,0,-18,-7,-18,-18v0,-11,12,-24,23,-23","w":76},"\u2219":{"d":"54,-113v10,0,19,7,19,18v0,12,-12,24,-24,23v-9,0,-18,-7,-18,-18v0,-11,12,-24,23,-23","w":76},"\u00af":{"d":"139,-211r-3,21r-106,0r2,-21r107,0","w":118},"\u02c9":{"d":"139,-211r-3,21r-106,0r2,-21r107,0","w":118},"\u00b8":{"d":"100,37v0,24,-31,45,-51,25r5,-9v17,18,42,-11,21,-19v-5,0,-11,9,-21,6r17,-41r16,0r-7,19v13,0,20,6,20,19","w":146},"\u00d0":{},"\u00f0":{},"\u00dd":{},"\u00fd":{},"\u00de":{},"\u00fe":{},"\u00bd":{},"\u00bc":{},"\u00b9":{},"\u00be":{},"\u00b3":{},"\u00b2":{},"\u00a6":{},"\u00ad":{},"\u2212":{},"\u00d7":{"w":142},"\u00c4":{"d":"136,-265v-2,-24,41,-33,41,-5v1,23,-39,31,-41,5xm74,-265v-2,-23,40,-33,40,-5v3,23,-39,31,-40,5xm182,0r-30,0r-15,-63r-71,0r-31,63r-30,0r117,-235xm131,-86r-18,-73r-36,73r54,0","w":186},"\u00c5":{"d":"152,-252v0,15,-12,31,-26,32r56,220r-30,0r-15,-63r-71,0r-31,63r-30,0r109,-220v-38,-9,-16,-57,13,-57v14,0,25,11,25,25xm122,-235v14,1,21,-26,3,-26v-14,-1,-21,26,-3,26xm131,-86r-18,-73r-36,73r54,0","w":186},"\u00c7":{"d":"35,-95v0,-92,94,-183,174,-121r-7,16v-68,-40,-140,23,-140,102v0,69,66,97,119,67r4,15v-15,11,-31,18,-47,20r-6,14v13,0,20,6,20,19v0,24,-32,45,-52,25r5,-9v17,18,44,-11,21,-19v-4,1,-10,9,-20,6r15,-35v-53,-2,-86,-43,-86,-100","w":210},"\u00c9":{"d":"187,-297r-60,44r-11,-12r51,-49xm181,-231r-3,24r-96,0r-9,71r83,0r-3,24r-82,0r-11,88r97,0r-4,24r-123,0r28,-231r123,0","w":165},"\u00d1":{"d":"134,-299v21,0,58,32,76,5r7,6v-13,19,-26,29,-40,29v-22,0,-57,-33,-76,-6r-7,-5v13,-19,26,-29,40,-29xm237,-231r-30,235r-124,-169r-20,165r-27,0r29,-236r125,166r20,-161r27,0","w":221},"\u00d6":{"d":"167,-265v-2,-22,39,-32,40,-5v1,13,-11,23,-22,23v-11,0,-18,-7,-18,-18xm105,-265v-2,-22,39,-32,40,-5v2,23,-39,34,-40,5xm154,-236v55,0,89,43,89,101v0,71,-51,141,-119,140v-55,-1,-88,-44,-88,-102v0,-71,50,-139,118,-139xm127,-20v54,0,89,-56,89,-113v0,-46,-22,-79,-65,-79v-52,0,-88,57,-88,113v0,45,22,79,64,79","w":250},"\u00dc":{"d":"149,-265v-2,-22,39,-32,40,-5v2,23,-40,33,-40,5xm86,-265v-2,-23,40,-32,41,-5v2,24,-40,32,-41,5xm164,-19v-46,48,-136,20,-126,-60r19,-152r27,0r-20,163v0,32,15,48,44,48v33,0,52,-21,57,-62r19,-149r27,0v-15,73,-4,166,-47,212","w":209},"\u00e1":{"d":"163,-219r-60,45r-12,-12r52,-48xm25,-63v-7,-66,79,-133,123,-70v6,-10,7,-25,27,-21r-18,154r-27,0r2,-17v-37,43,-113,15,-107,-46xm92,-18v40,0,49,-31,51,-80v0,-21,-17,-38,-38,-38v-55,0,-80,118,-13,118","w":181},"\u00e0":{"d":"118,-186r-14,12r-50,-45r25,-15xm25,-63v-7,-66,79,-133,123,-70v6,-10,7,-25,27,-21r-18,154r-27,0r2,-17v-37,43,-113,15,-107,-46xm92,-18v40,0,49,-31,51,-80v0,-21,-17,-38,-38,-38v-55,0,-80,118,-13,118","w":181},"\u00e2":{"d":"152,-177r-7,6r-32,-30r-40,30r-5,-6r48,-55xm25,-63v-7,-66,79,-133,123,-70v6,-10,7,-25,27,-21r-18,154r-27,0r2,-17v-37,43,-113,15,-107,-46xm92,-18v40,0,49,-31,51,-80v0,-21,-17,-38,-38,-38v-55,0,-80,118,-13,118","w":181},"\u00e4":{"d":"132,-190v-2,-23,41,-32,41,-4v1,23,-40,31,-41,4xm70,-190v-1,-23,40,-31,41,-4v2,23,-41,32,-41,4xm25,-63v-7,-66,79,-133,123,-70v6,-10,7,-25,27,-21r-18,154r-27,0r2,-17v-37,43,-113,15,-107,-46xm92,-18v40,0,49,-31,51,-80v0,-21,-17,-38,-38,-38v-55,0,-80,118,-13,118","w":181},"\u00e3":{"d":"89,-219v20,0,59,33,76,5r7,6v-13,19,-26,28,-40,28v-22,0,-59,-33,-76,-5r-7,-5v13,-19,26,-29,40,-29xm25,-63v-7,-66,79,-133,123,-70v6,-10,7,-25,27,-21r-18,154r-27,0r2,-17v-37,43,-113,15,-107,-46xm92,-18v40,0,49,-31,51,-80v0,-21,-17,-38,-38,-38v-55,0,-80,118,-13,118","w":181},"\u00e5":{"d":"90,-190v-2,-33,58,-45,57,-7v2,33,-55,44,-57,7xm25,-63v-7,-66,79,-133,123,-70v6,-10,7,-25,27,-21r-18,154r-27,0r2,-17v-37,43,-113,15,-107,-46xm117,-182v6,1,14,-7,13,-13v0,-7,-3,-10,-10,-10v-7,0,-13,6,-13,13v0,7,3,10,10,10xm92,-18v40,0,49,-31,51,-80v0,-21,-17,-38,-38,-38v-55,0,-80,118,-13,118","w":181},"\u00e7":{"d":"30,-64v0,-66,75,-125,131,-77r-6,14v-9,-7,-23,-10,-40,-10v-63,0,-87,118,-14,120v17,0,31,-3,42,-10r3,14v-13,9,-27,15,-40,17r-6,14v13,0,20,6,20,19v0,24,-31,45,-51,25r5,-9v17,18,42,-11,21,-19v-5,0,-11,9,-21,6r15,-36v-35,-1,-59,-31,-59,-68","w":168},"\u00e9":{"d":"170,-219r-59,45r-12,-12r51,-48xm107,-158v28,0,50,17,50,44v0,53,-63,75,-106,52v-5,44,53,56,84,35r3,14v-45,36,-113,14,-113,-50v0,-51,32,-95,82,-95xm54,-93v7,31,76,21,76,-16v0,-14,-12,-27,-26,-27v-24,0,-51,19,-50,43","w":154},"\u00e8":{"d":"121,-186r-14,12r-50,-45r24,-15xm107,-158v28,0,50,17,50,44v0,53,-63,75,-106,52v-5,44,53,56,84,35r3,14v-45,36,-113,14,-113,-50v0,-51,32,-95,82,-95xm54,-93v7,31,76,21,76,-16v0,-14,-12,-27,-26,-27v-24,0,-51,19,-50,43","w":154},"\u00ea":{"d":"150,-177r-6,6r-32,-30r-40,30r-5,-6r49,-55xm107,-158v28,0,50,17,50,44v0,53,-63,75,-106,52v-5,44,53,56,84,35r3,14v-45,36,-113,14,-113,-50v0,-51,32,-95,82,-95xm54,-93v7,31,76,21,76,-16v0,-14,-12,-27,-26,-27v-24,0,-51,19,-50,43","w":154},"\u00eb":{"d":"122,-190v-2,-23,40,-32,40,-4v2,23,-40,32,-40,4xm59,-190v-1,-23,40,-31,41,-4v2,23,-41,32,-41,4xm107,-158v28,0,50,17,50,44v0,53,-63,75,-106,52v-5,44,53,56,84,35r3,14v-45,36,-113,14,-113,-50v0,-51,32,-95,82,-95xm54,-93v7,31,76,21,76,-16v0,-14,-12,-27,-26,-27v-24,0,-51,19,-50,43","w":154},"\u00ed":{"d":"120,-219r-60,45r-11,-12r51,-48xm77,-154r-19,154r-27,0r17,-131r-19,0r3,-23r45,0","w":88},"\u00ec":{"d":"76,-186r-14,12r-50,-45r24,-15xm78,-154r-19,154r-27,0r16,-131r-18,0r3,-23r45,0","w":88},"\u00ee":{"d":"107,-177r-6,6r-33,-30r-40,30r-5,-6r49,-55xm79,-154r-19,154r-27,0r16,-131r-18,0r2,-23r46,0","w":88},"\u00ef":{"d":"76,-190v-2,-23,40,-32,40,-4v2,23,-40,32,-40,4xm14,-190v-2,-23,40,-32,40,-4v2,23,-40,32,-40,4xm76,-154r-19,154r-27,0r16,-131r-18,0r3,-23r45,0","w":88},"\u00f1":{"d":"97,-219v20,0,59,33,76,5r7,6v-13,19,-26,28,-40,28v-22,0,-59,-33,-76,-5r-7,-5v13,-19,26,-29,40,-29xm72,-130v28,-43,102,-39,94,28r-13,102r-26,0r13,-110v2,-33,-38,-30,-55,-15v-28,25,-17,83,-27,125r-27,0r19,-154v6,1,16,-3,17,3","w":177},"\u00f3":{"d":"172,-219r-60,45r-12,-12r52,-48xm109,-158v39,0,64,30,64,69v0,49,-37,93,-84,93v-39,0,-64,-30,-64,-69v0,-49,36,-93,84,-93xm92,-20v57,6,81,-112,14,-114v-57,-5,-81,112,-14,114","w":178},"\u00f2":{"d":"120,-186r-15,12r-49,-45r25,-15xm109,-158v39,0,64,30,64,69v0,49,-37,93,-84,93v-39,0,-64,-30,-64,-69v0,-49,36,-93,84,-93xm92,-20v57,6,81,-112,14,-114v-57,-5,-81,112,-14,114","w":178},"\u00f4":{"d":"153,-177r-6,6r-33,-30r-39,30r-5,-6r48,-55xm109,-158v39,0,64,30,64,69v0,49,-37,93,-84,93v-39,0,-64,-30,-64,-69v0,-49,36,-93,84,-93xm92,-20v57,6,81,-112,14,-114v-57,-5,-81,112,-14,114","w":178},"\u00f6":{"d":"123,-190v-2,-23,41,-32,41,-4v1,23,-40,31,-41,4xm61,-190v-1,-23,40,-31,41,-4v2,23,-41,32,-41,4xm109,-158v39,0,64,30,64,69v0,49,-37,93,-84,93v-39,0,-64,-30,-64,-69v0,-49,36,-93,84,-93xm92,-20v57,6,81,-112,14,-114v-57,-5,-81,112,-14,114","w":178},"\u00f5":{"d":"136,-180v-23,0,-57,-32,-76,-5r-7,-5v13,-19,26,-29,40,-29v20,0,59,33,76,5r7,6v-13,19,-26,28,-40,28xm109,-158v39,0,64,30,64,69v0,49,-37,93,-84,93v-39,0,-64,-30,-64,-69v0,-49,36,-93,84,-93xm92,-20v57,6,81,-112,14,-114v-57,-5,-81,112,-14,114","w":178},"\u00fa":{"d":"165,-219r-60,45r-12,-12r52,-48xm162,-154r-19,154v-6,-1,-16,3,-17,-4r-5,-21v-27,44,-103,39,-94,-28r13,-101r26,0r-13,109v-2,33,38,30,55,15v27,-26,17,-83,27,-124r27,0","w":168},"\u00f9":{"d":"116,-186r-15,12r-50,-45r25,-15xm162,-154r-19,154v-6,-1,-16,3,-17,-4r-5,-21v-27,44,-103,39,-94,-28r13,-101r26,0r-13,109v-2,33,38,30,55,15v27,-26,17,-83,27,-124r27,0","w":168},"\u00fb":{"d":"145,-177r-6,6r-32,-30r-40,30r-5,-6r49,-55xm162,-154r-19,154v-6,-1,-16,3,-17,-4r-5,-21v-27,44,-103,39,-94,-28r13,-101r26,0r-13,109v-2,33,38,30,55,15v27,-26,17,-83,27,-124r27,0","w":168},"\u00fc":{"d":"139,-212v11,0,18,7,18,18v2,23,-40,32,-40,4v0,-12,11,-22,22,-22xm54,-190v-1,-23,40,-31,41,-4v1,23,-40,31,-41,4xm162,-154r-19,154v-6,-1,-16,3,-17,-4r-5,-21v-27,44,-103,39,-94,-28r13,-101r26,0r-13,109v-2,33,38,30,55,15v27,-26,17,-83,27,-124r27,0","w":168},"\u00b0":{"d":"105,-241v27,0,49,21,49,48v1,31,-31,63,-62,62v-27,0,-48,-22,-48,-49v0,-32,30,-61,61,-61xm94,-151v42,4,57,-71,9,-70v-42,-5,-57,69,-9,70","w":151},"\u00ae":{"d":"129,-206v42,0,78,36,78,78v0,52,-48,99,-100,99v-43,0,-78,-34,-78,-77v0,-51,49,-100,100,-100xm109,-47v41,0,79,-38,79,-78v0,-33,-28,-61,-61,-61v-40,0,-79,38,-79,78v0,33,27,61,61,61xm153,-66r-20,0r-20,-38r-3,0r-5,38r-18,0r12,-99v27,-1,54,-1,54,25v0,16,-8,26,-22,32xm135,-138v0,-7,-7,-10,-20,-10r-3,28v15,1,23,-5,23,-18","w":207},"\u00a9":{"d":"129,-206v42,0,78,36,78,78v0,52,-48,99,-100,99v-43,0,-78,-34,-78,-77v0,-51,49,-100,100,-100xm109,-47v41,0,79,-38,79,-78v0,-33,-28,-61,-61,-61v-40,0,-79,38,-79,78v0,33,27,61,61,61xm77,-108v0,-40,42,-79,77,-50r-6,13v-25,-19,-53,4,-53,35v0,28,26,34,46,21r3,13v-29,23,-67,6,-67,-32","w":207},"\u2122":{"d":"240,-234r-12,100r-18,0r7,-60r-34,27r-29,-28r-7,61r-19,0r12,-100r45,44xm125,-231r-2,14r-31,0r-10,83r-19,0r10,-83r-31,0r2,-14r81,0","w":239},"\u00b1":{"d":"165,-128r-3,24r-54,0r-6,54r-25,0r7,-54r-54,0r3,-24r54,0r6,-54r25,0r-7,54r54,0xm152,-24r-3,24r-132,0r3,-24r132,0","w":166},"\u00b5":{},"\u03bc":{},"\u00ac":{"d":"190,-129r-10,87r-25,0r8,-62r-141,0r4,-25r164,0","w":184},"\u00a0":{"w":97},"\u00c0":{"d":"130,-265r-14,11r-50,-44r24,-16xm182,0r-30,0r-15,-63r-71,0r-31,63r-30,0r117,-235xm131,-86r-18,-73r-36,73r54,0","w":186},"\u00c3":{"d":"149,-259v-22,0,-56,-33,-76,-6r-7,-5v13,-19,27,-29,41,-29v20,4,59,32,76,5r7,6v-14,19,-28,29,-41,29xm182,0r-30,0r-15,-63r-71,0r-31,63r-30,0r117,-235xm131,-86r-18,-73r-36,73r54,0","w":186},"\u00d5":{"d":"139,-299v21,0,57,32,76,5r7,6v-13,19,-26,28,-40,28v-22,0,-59,-33,-76,-5r-8,-5v14,-19,28,-29,41,-29xm154,-236v55,0,89,43,89,101v0,71,-51,141,-119,140v-55,-1,-88,-44,-88,-102v0,-71,50,-139,118,-139xm127,-20v54,0,89,-56,89,-113v0,-46,-22,-79,-65,-79v-52,0,-88,57,-88,113v0,45,22,79,64,79","w":250},"\u00f7":{"d":"93,-147v-2,-22,39,-29,37,-4v2,21,-36,28,-37,4xm187,-105r-3,24r-165,0r3,-24r165,0xm80,-36v-2,-23,36,-29,37,-5v3,21,-37,31,-37,5","w":183},"\u00ff":{"d":"118,-190v-2,-23,40,-32,40,-4v2,23,-40,32,-40,4xm55,-190v-2,-23,41,-32,41,-4v2,23,-41,32,-41,4xm172,-154r-83,157v-28,55,-70,72,-114,37r6,-13v21,13,55,16,72,-7v7,-10,15,-21,19,-33r-41,-141r29,0r28,105r55,-105r29,0","w":160},"\u00c2":{"d":"165,-251r-6,6r-33,-30r-39,30r-5,-6r48,-55xm182,0r-30,0r-15,-63r-71,0r-31,63r-30,0r117,-235xm131,-86r-18,-73r-36,73r54,0","w":186},"\u00ca":{"d":"165,-257r-6,6r-33,-29r-40,29r-4,-6r48,-54xm181,-231r-3,24r-96,0r-9,71r83,0r-3,24r-82,0r-11,88r97,0r-4,24r-123,0r28,-231r123,0","w":165},"\u00c1":{"d":"183,-298r-61,44r-11,-11r51,-49xm182,0r-30,0r-15,-63r-71,0r-31,63r-30,0r117,-235xm131,-86r-18,-73r-36,73r54,0","w":186},"\u00cb":{"d":"134,-265v-2,-22,39,-32,40,-5v2,23,-40,33,-40,5xm72,-265v-2,-22,39,-32,40,-5v2,23,-39,34,-40,5xm181,-231r-3,24r-96,0r-9,71r83,0r-3,24r-82,0r-11,88r97,0r-4,24r-123,0r28,-231r123,0","w":165},"\u00c8":{"d":"131,-265r-14,11r-50,-44r25,-16xm181,-231r-3,24r-96,0r-9,71r83,0r-3,24r-82,0r-11,88r97,0r-4,24r-123,0r28,-231r123,0","w":165},"\u00cd":{"d":"146,-298r-60,44r-11,-11r51,-49xm116,-231r-3,23r-19,0r-22,184r18,0r-3,24r-64,0r3,-24r19,0r22,-184r-18,0r3,-23r64,0","w":104},"\u00ce":{"d":"129,-257r-7,6r-32,-29r-40,29r-5,-6r48,-54xm115,-231r-3,23r-18,0r-23,184r19,0r-3,24r-64,0r3,-24r18,0r23,-184r-19,0r3,-23r64,0","w":104},"\u00cf":{"d":"99,-265v-2,-22,39,-32,40,-5v2,23,-40,33,-40,5xm37,-265v-2,-22,39,-32,40,-5v2,23,-40,33,-40,5xm115,-231r-3,23r-18,0r-23,184r19,0r-3,24r-64,0r3,-24r18,0r23,-184r-18,0r2,-23r64,0","w":104},"\u00cc":{"d":"96,-265r-15,11r-49,-44r24,-16xm114,-231r-3,23r-18,0r-23,184r19,0r-3,24r-64,0r3,-24r19,0r22,-184r-18,0r2,-23r64,0","w":104},"\u00d3":{"d":"215,-298r-60,44r-12,-11r51,-49xm154,-236v55,0,89,43,89,101v0,71,-51,141,-119,140v-55,-1,-88,-44,-88,-102v0,-71,50,-139,118,-139xm127,-20v54,0,89,-56,89,-113v0,-46,-22,-79,-65,-79v-52,0,-88,57,-88,113v0,45,22,79,64,79","w":250},"\u00d4":{"d":"197,-257r-7,6r-32,-29r-40,29r-5,-6r48,-54xm154,-236v55,0,89,43,89,101v0,71,-51,141,-119,140v-55,-1,-88,-44,-88,-102v0,-71,50,-139,118,-139xm127,-20v54,0,89,-56,89,-113v0,-46,-22,-79,-65,-79v-52,0,-88,57,-88,113v0,45,22,79,64,79","w":250},"\u00d2":{"d":"166,-265r-15,11r-49,-44r24,-16xm154,-236v55,0,89,43,89,101v0,71,-51,141,-119,140v-55,-1,-88,-44,-88,-102v0,-71,50,-139,118,-139xm127,-20v54,0,89,-56,89,-113v0,-46,-22,-79,-65,-79v-52,0,-88,57,-88,113v0,45,22,79,64,79","w":250},"\u00da":{"d":"197,-298r-59,44r-12,-11r51,-49xm164,-19v-46,48,-136,20,-126,-60r19,-152r27,0r-20,163v0,32,15,48,44,48v33,0,52,-21,57,-62r19,-149r27,0v-15,73,-4,166,-47,212","w":209},"\u00db":{"d":"179,-257r-7,6r-32,-29r-40,29r-5,-6r49,-54xm164,-19v-46,48,-136,20,-126,-60r19,-152r27,0r-20,163v0,32,15,48,44,48v33,0,52,-21,57,-62r19,-149r27,0v-15,73,-4,166,-47,212","w":209},"\u00d9":{"d":"148,-265r-14,11r-50,-44r25,-16xm164,-19v-46,48,-136,20,-126,-60r19,-152r27,0r-20,163v0,32,15,48,44,48v33,0,52,-21,57,-62r19,-149r27,0v-15,73,-4,166,-47,212","w":209}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * \251 1998 [T-26] a digital type foundry 1110 N. Milwaukee Ave. Chicago, IL
 * 60622 USA \245 T0433 \245\312ID#5100857 \245 Designer: Peter Bruhn for Fountain
 * \245\312All rights reserved.
 */
Cufon.registerFont({"w":185,"face":{"font-family":"Mercury","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 6 2 0 0 9 0 3","ascent":"288","descent":"-72","bbox":"-33 -315 307.301 75.1913","underline-thickness":"6.48","underline-position":"-48.96","slope":"-11","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":97,"k":{"\u201c":43}},"!":{"d":"88,-234r-41,0r-19,178r36,0xm21,-3v15,17,43,2,46,-18v3,-23,-25,-33,-42,-18v-11,9,-14,25,-4,36","w":79},"\"":{"d":"125,-234r-34,0r-6,85r26,0xm81,-234r-34,0r-6,85r25,0","w":114},"#":{"d":"207,-163r-30,0r15,-48r-36,0r-14,48r-21,0r15,-48r-36,0r-14,48r-38,0r-4,35r31,0r-9,29r-36,0r-5,35r31,0r-13,42r35,0r13,-42r21,0r-13,42r36,0r12,-42r37,0r4,-35r-30,0r8,-29r36,0xm131,-128r-9,29r-20,0r9,-29r20,0","w":203},"$":{"d":"142,-193v14,1,30,9,38,14r12,-27v-12,-11,-27,-19,-45,-23r2,-22r-30,0r-3,24v-49,4,-79,82,-31,110v5,3,11,6,17,9r-9,67v-13,-2,-29,-9,-39,-13r-12,26v15,13,31,21,47,23r-4,28r31,0r3,-30v57,0,86,-91,33,-119v-6,-3,-11,-6,-17,-9xm111,-186r-4,36v-14,-11,-11,-27,4,-36xm130,-93v18,9,16,44,-6,49","w":198},"%":{"d":"60,-158v10,52,96,35,102,-11r5,2r-111,165r29,7r156,-232r-28,-8r-28,41v-34,3,-27,-45,-67,-41v-40,4,-67,35,-58,77xm136,-29v16,57,104,32,104,-21v0,-63,-80,-73,-99,-22v-5,13,-9,27,-5,43xm114,-201v17,-1,20,25,9,36v-13,12,-33,2,-29,-15v2,-10,9,-21,20,-21xm190,-72v18,0,20,27,8,37v-13,11,-34,1,-29,-16v1,-11,10,-21,21,-21","w":275},"&":{"d":"22,-59v-10,69,92,80,127,36v7,10,7,27,28,23r11,-87r28,0r3,-21r-96,0r-3,21r28,0v-6,34,-45,73,-82,47v-25,-77,114,-71,98,-165v-6,-33,-60,-35,-84,-14v-21,19,-25,63,-7,88v-23,17,-46,37,-51,72xm105,-154v-22,-21,12,-73,24,-31v-2,13,-15,23,-24,31","w":223},"'":{"d":"81,-235r-34,0r-7,86r26,0","w":69},"(":{"d":"98,12v-44,-69,-20,-202,31,-247r-21,-20v-72,81,-98,184,-36,287","w":105},")":{"d":"34,-234v44,69,19,201,-30,247r21,19v72,-80,98,-184,35,-286","w":104},"*":{"d":"163,-195r-56,7r-3,-54r-17,54r-54,-7r46,26r-30,50r45,-38r35,38r-18,-50","w":148},"+":{"d":"167,-111r-50,0r6,-50r-36,0r-6,50r-50,0r-5,36r51,0r-6,51r36,0r5,-51r51,0","w":171},",":{"d":"74,-31v-21,-23,-58,8,-43,33r-22,36r15,18r56,-68v1,-8,-1,-14,-6,-19","w":93},"-":{"d":"130,-121r-82,0r-4,34r82,0","w":148},".":{"d":"75,-33v-16,-18,-44,-2,-47,18v-4,22,26,35,43,19v10,-9,15,-26,4,-37","w":93},"\/":{"d":"197,-245r-32,-10r-148,273r33,9","w":176},"0":{"d":"95,5v70,0,93,-70,93,-142v0,-52,-12,-97,-64,-97v-69,0,-91,70,-93,141v-2,53,12,98,64,98xm151,-139v0,48,-8,101,-52,109v-28,-1,-33,-31,-31,-61v2,-49,7,-108,52,-108v28,0,31,31,31,60","w":190},"1":{"d":"107,-231v-26,8,-68,-3,-65,36r23,0r-24,195r37,0","w":115},"2":{"d":"62,-184v22,-17,95,-25,75,22v-42,50,-120,65,-116,162r130,0r4,-36r-92,0v17,-73,129,-65,114,-163v-17,-44,-82,-44,-120,-12","w":178},"3":{"d":"145,-123v47,-25,30,-119,-31,-111v-26,3,-44,10,-62,23v4,7,0,30,10,24v20,-12,79,-24,74,17v-3,22,-21,33,-49,31r-4,34v45,-10,58,41,33,64v-19,17,-60,8,-75,-5r-13,27v33,41,117,21,130,-20v17,-26,9,-71,-13,-84","w":184},"4":{"d":"167,-98r-27,0r16,-136r-138,171r80,0r-8,63r37,0r8,-63r28,0xm106,-127r-4,29r-20,0","w":178},"5":{"d":"24,-19v25,31,90,31,116,1v54,-33,34,-164,-47,-136r13,-40r72,0r5,-35r-103,0r-42,126r22,3v23,-38,79,-23,73,24v-6,45,-63,55,-97,31","w":193},"6":{"d":"126,-202v15,0,31,8,40,13r12,-24v-57,-52,-132,3,-132,70v0,60,-23,148,52,148v79,0,117,-117,54,-157v-19,-12,-49,-9,-68,4v6,-25,14,-54,42,-54xm75,-60v-10,-45,33,-87,65,-51v15,34,0,80,-37,80v-18,-1,-28,-10,-28,-29","w":191},"7":{"d":"206,-229r-160,0r-4,35r101,0r-110,194r40,0","w":187},"8":{"d":"157,-121v47,-25,30,-124,-33,-113v-60,-5,-99,68,-61,113v-43,18,-47,107,3,121v67,19,127,-29,109,-98v-3,-9,-10,-17,-18,-23xm136,-145v-20,17,-57,8,-51,-22v-1,-27,38,-44,56,-24v10,12,7,36,-5,46xm71,-81v15,-30,78,-27,70,15v1,32,-46,46,-68,26v-9,-8,-8,-30,-2,-41","w":190},"9":{"d":"141,-82v0,44,-45,69,-82,41r-12,25v58,51,132,-3,132,-71v0,-60,24,-147,-52,-147v-80,0,-115,116,-54,157v19,13,51,9,68,-5xm151,-170v7,46,-35,89,-66,51v-14,-33,0,-80,38,-80v18,1,25,12,28,29","w":191},":":{"d":"48,-107v21,22,61,-12,41,-37v-23,-22,-63,13,-41,37xm35,0v15,17,43,1,46,-18v3,-23,-25,-35,-42,-19v-10,9,-14,26,-4,37","w":93},";":{"d":"47,-106v15,18,44,2,46,-18v2,-22,-26,-34,-42,-18v-10,10,-13,25,-4,36xm74,-35v-21,-21,-58,8,-43,33r-22,37r16,18r55,-68v1,-8,-1,-15,-6,-20","w":92},"<":{"d":"162,-164r-15,-17r-119,89r97,88r19,-16r-52,-72","w":159},"=":{"d":"168,-132r-135,0r-4,36r134,0xm162,-88r-134,0r-4,36r134,0","w":168},">":{"d":"154,-92r-97,-89r-20,17r53,72r-70,72r15,16","w":159},"?":{"d":"109,-80v-31,-12,-5,-42,16,-45v42,-6,60,-88,12,-105v-33,-12,-64,4,-86,19r6,27v17,-8,47,-23,66,-9v26,52,-100,40,-57,116v5,9,19,15,34,14xm56,-3v16,18,44,2,47,-18v4,-23,-26,-34,-43,-18v-10,9,-15,25,-4,36","w":160},"@":{"d":"193,-63v12,37,77,32,92,0v31,-32,30,-108,-5,-137v-36,-46,-142,-42,-182,-1v-43,26,-70,112,-30,163v16,22,39,37,73,41r16,-25v-74,-4,-91,-111,-37,-154v52,-42,163,-25,150,62v-3,21,-20,56,-40,37v-7,-32,16,-92,-44,-92v-66,0,-92,113,-18,113v11,0,17,-3,25,-7xm181,-134v20,-1,12,25,11,40v-14,11,-43,5,-35,-19v1,-11,12,-21,24,-21","w":327},"A":{"d":"189,0r-63,-235r-121,235r40,0r30,-59r58,0r16,59r40,0xm125,-94r-32,0r21,-44","w":193,"k":{"Y":11,"W":13,"V":13}},"B":{"d":"30,0v87,10,169,-19,140,-101v-4,-11,-12,-17,-22,-23v26,-15,35,-73,6,-92v-22,-15,-60,-13,-96,-13xm91,-195v27,-1,48,1,44,29v-3,25,-22,34,-51,32xm80,-101v32,-1,60,3,58,34v-3,29,-32,34,-66,32","w":186},"C":{"d":"98,-173v16,-29,76,-33,102,-11r12,-27v-34,-39,-114,-21,-138,13v-59,53,-52,212,53,203v26,-2,44,-11,62,-24r-6,-27v-10,8,-30,14,-49,15v-73,5,-72,-103,-36,-142","w":205},"D":{"d":"30,0v123,12,192,-42,177,-161v-8,-63,-72,-73,-149,-68xm159,-174v34,58,-1,154,-87,138r20,-158v30,-1,57,3,67,20","w":213},"E":{"d":"186,-229r-128,0r-28,229r128,0r5,-36r-91,0r8,-69r78,0r5,-35r-78,0r6,-54r91,0","w":169},"F":{"d":"174,-229r-123,0r-28,229r38,0r13,-105r73,0r5,-35r-74,0r7,-54r85,0","w":155,"k":{"A":22,".":33,",":33}},"G":{"d":"54,-32v22,44,106,47,138,9v7,10,7,27,29,23r14,-122r-94,0r-4,35r54,0v-8,29,-25,55,-61,56v-67,0,-63,-106,-29,-141v17,-29,71,-34,100,-12r12,-27v-101,-78,-218,62,-159,179","w":250},"H":{"d":"215,-229r-38,0r-11,89r-81,0r11,-89r-38,0r-28,229r38,0r13,-104r80,0r-12,104r37,0","w":216},"I":{"d":"119,-229r-73,0r-4,33r17,0r-20,163r-17,0r-4,33r73,0r4,-33r-18,0r21,-163r17,0","w":113},"J":{"d":"10,-17v27,33,94,24,104,-16v12,-49,15,-109,24,-163r16,0r5,-33r-73,0r-4,33r17,0v-9,52,-8,115,-24,160v-12,18,-42,1,-54,-5","w":153},"K":{"d":"195,-229r-44,0r-67,91r11,-91r-37,0r-28,229r37,0r11,-90r43,90r43,0r-53,-114","w":171},"L":{"d":"148,-36r-76,0r24,-193r-38,0r-28,229r114,0","w":144,"k":{"\u2019":23,"Y":18,"W":18,"V":18,"T":15}},"M":{"d":"242,-234r-104,106r-80,-106r-28,234r38,0r16,-132r47,63r61,-61r-17,130r38,0","w":243},"N":{"d":"232,-230r-38,0r-17,135r-119,-139r-28,234r38,0r17,-138r118,143","w":234},"O":{"d":"81,-6v105,53,202,-85,145,-191v-17,-33,-74,-45,-118,-27v-69,28,-107,178,-27,218xm83,-146v24,-77,141,-63,121,31v-9,43,-27,82,-75,84v-55,2,-61,-67,-46,-115","w":250},"P":{"d":"78,-89v70,5,115,-37,99,-105v-9,-39,-67,-36,-119,-35r-28,229r38,0xm133,-187v25,28,-5,74,-50,64r8,-72v17,-1,32,1,42,8","w":168,"k":{"o":18,"e":18,"a":21,"A":24,".":39,",":41}},"Q":{"d":"143,3v97,-10,142,-182,54,-227v-103,-52,-195,74,-149,184v9,22,29,38,57,43v-19,66,58,83,99,44r-5,-25v-13,7,-38,19,-55,9v-6,-8,-1,-18,-1,-28xm83,-146v24,-77,141,-63,121,31v-9,43,-27,82,-75,84v-55,2,-61,-67,-46,-115","w":250},"R":{"d":"180,0r-50,-95v52,-10,75,-120,6,-131v-23,-4,-51,-2,-78,-3r-28,229r38,0r11,-89r11,0r47,89r43,0xm133,-187v25,28,-5,74,-50,64r9,-72v17,-1,31,1,41,8","w":188},"S":{"d":"85,-174v6,-35,63,-26,82,-10r12,-27v-52,-52,-154,-8,-128,66v14,41,109,41,74,99v-16,26,-74,14,-93,-3r-13,28v36,38,127,30,143,-18v23,-37,1,-87,-32,-95v-18,-11,-44,-16,-45,-40","w":180},"T":{"d":"181,-230r-148,0r-4,35r55,0r-24,195r38,0r24,-195r55,0","w":158,"k":{"y":24,"w":26,"u":28,"s":32,"r":35,"o":35,"j":11,"i":11,"g":30,"e":35,"a":35,"A":21,".":35,",":35}},"U":{"d":"213,-230r-37,0v-11,61,-7,137,-32,184v-11,20,-53,20,-63,0v-5,-9,-7,-21,-5,-36r18,-148r-38,0v-5,61,-21,119,-17,182v4,57,92,67,128,28v41,-45,32,-138,46,-210","w":213},"V":{"d":"218,-230r-42,0r-67,137r-34,-137r-42,0r64,235","w":195,"k":{"u":9,"o":18,"e":18,"a":18,"A":9,".":20}},"W":{"d":"294,-230r-41,0r-66,126r-26,-104r-50,104r-36,-126r-42,0r65,235r50,-102r25,102","w":271,"k":{"y":9,"u":9,"r":13,"o":18,"e":18,"a":20,"A":9,".":21,",":21}},"X":{"d":"203,-230r-43,0r-48,71r-29,-71r-44,0r46,111r-80,119r43,0r54,-79r33,79r43,0r-49,-119","w":182},"Y":{"d":"211,-230r-44,0r-56,87r-34,-87r-44,0r54,132r-12,98r38,0r12,-98","w":187,"k":{"v":24,"u":18,"q":30,"p":26,"o":24,"e":24,"a":24,"A":17,".":21,",":21}},"Z":{"d":"204,-230r-149,0r-4,35r87,0r-129,195r162,0r5,-36r-101,0","w":186},"[":{"d":"137,-257r-80,0r-36,289r80,0r3,-21r-42,0r30,-246r42,0","w":110},"\\":{"d":"160,2r-80,-256r-38,0r80,256r38,0","w":167},"]":{"d":"117,-257r-80,0r-3,22r42,0r-30,246r-42,0r-3,21r80,0","w":110},"^":{"d":"186,-126r-57,-114r-87,114r12,19r66,-65r50,65","w":167},"_":{"d":"164,26r-171,0r-4,32r171,0","w":150},"`":{"d":"114,-185r-44,-55r-35,23r56,50","w":87},"a":{"d":"146,-142v-55,-49,-134,14,-120,95v7,41,57,68,97,41r0,6r38,0r19,-155v-17,-1,-26,5,-34,13xm118,-123v38,21,11,117,-39,90v-35,-24,-10,-111,39,-90"},"b":{"d":"58,-14v34,41,106,5,113,-35v20,-48,4,-115,-53,-112v-13,0,-26,4,-37,12r11,-90r-37,0r-30,239v17,3,24,-6,33,-14xm87,-32v-37,-21,-13,-118,39,-90v35,24,9,110,-39,90"},"c":{"d":"82,-32v-59,-47,21,-126,69,-82r12,-26v-72,-64,-178,36,-124,120v21,32,76,33,109,4v-4,-14,-1,-31,-19,-19v-11,7,-35,13,-47,3","w":157},"d":{"d":"26,-80v-12,70,60,109,105,66v7,8,12,17,30,14r29,-239r-38,0r-11,90v-54,-34,-106,15,-115,69xm118,-124v39,19,9,117,-40,91v-33,-26,-10,-108,40,-91"},"e":{"d":"65,-51v62,22,123,-40,83,-95v-70,-52,-158,45,-111,126v19,32,80,30,108,5r-6,-26v-20,13,-69,24,-74,-10xm68,-85v-12,-21,28,-57,49,-35v19,20,-10,51,-42,38v-3,-1,-5,-2,-7,-3","w":158},"f":{"d":"122,-185v-1,-31,36,-25,52,-15r11,-25v-27,-28,-91,-17,-96,19v-6,15,-6,34,-9,51r-22,0r-4,35r22,0r-15,125v-2,14,-7,30,-22,31v-16,0,-31,-9,-40,-14r-11,25v40,42,103,14,110,-39r16,-128r22,0r4,-35r-22,0","w":141,"k":{"\u2019":-9,"l":-15,"f":-13}},"g":{"d":"36,48v34,38,108,14,118,-28v12,-52,16,-117,25,-175v-19,-2,-24,6,-33,13v-55,-49,-133,14,-120,95v7,43,60,65,97,42v1,41,-49,49,-76,28xm118,-123v38,21,11,117,-39,90v-35,-24,-10,-111,39,-90","k":{",":-15}},"h":{"d":"153,0v5,-60,43,-181,-53,-157v-7,2,-13,7,-19,12r11,-94r-37,0r-30,239r38,0v13,-45,-8,-122,48,-126v17,-1,18,11,16,28r-12,98r38,0","w":175},"i":{"d":"55,-188v15,17,41,2,43,-18v2,-21,-25,-32,-40,-16v-9,10,-12,23,-3,34xm87,-155r-55,0r-4,29r18,0r-16,126r38,0","w":98,"k":{"l":-5}},"j":{"d":"64,-186v13,18,42,2,44,-17v2,-22,-25,-33,-40,-17v-8,9,-13,23,-4,34xm39,9v0,36,-44,27,-61,13r-11,25v40,42,104,14,110,-39r20,-163r-56,0r-3,29r17,0","w":108},"k":{"d":"176,-155r-48,0r-52,46r16,-130r-37,0r-30,239r38,0v4,-20,3,-46,10,-63r46,63r47,0r-64,-89","w":171,"k":{"o":9,"e":9,"a":4}},"l":{"d":"98,-239r-56,0r-3,29r17,0r-26,210r38,0","w":95,"k":{"l":-5}},"m":{"d":"143,-144v-13,-22,-55,-22,-69,-1v-7,-7,-15,-12,-30,-10r-19,155r38,0v7,-39,4,-87,20,-117v8,-15,37,-11,28,14r-12,103r37,0v8,-39,5,-87,21,-118v12,-14,31,-9,28,15r-13,103r38,0r13,-123v3,-43,-60,-47,-80,-21","w":232},"n":{"d":"165,-101v15,-59,-60,-76,-90,-40v-7,-9,-13,-17,-31,-14r-19,155r38,0v13,-45,-8,-122,48,-126v17,-1,18,11,16,28r-12,98r38,0","w":175},"o":{"d":"39,-20v52,61,152,0,136,-89v-10,-53,-90,-69,-122,-26v-25,22,-41,83,-14,115xm77,-111v37,-41,78,11,57,51v-5,32,-66,42,-70,0v-2,-20,3,-40,13,-51","w":182},"p":{"d":"179,-76v12,-69,-59,-109,-105,-66v-7,-8,-13,-15,-30,-13r-28,230r38,0r10,-81v54,33,106,-16,115,-70xm86,-32v-38,-21,-10,-116,40,-90v36,25,8,110,-40,90"},"q":{"d":"146,-142v-55,-49,-134,14,-119,95v8,42,56,68,96,41r-10,81r38,0r29,-230v-17,-1,-26,5,-34,13xm118,-123v38,21,11,117,-39,90v-35,-24,-10,-111,39,-90"},"r":{"d":"156,-133v-13,-30,-59,-36,-82,-12v-8,-6,-15,-12,-30,-10r-19,155r38,0v12,-44,-5,-119,43,-126v11,-2,20,11,23,17","w":141,"k":{"f":-11,".":18}},"s":{"d":"72,-115v4,-23,48,-9,58,1r12,-26v-44,-53,-143,7,-92,61v13,15,43,10,46,34v-4,27,-49,16,-57,-3r-23,15v14,43,87,49,110,8v20,-36,-7,-68,-38,-74v-8,-4,-16,-6,-16,-16","w":140},"t":{"d":"147,-16v-4,-14,-2,-31,-19,-19v-10,7,-48,15,-45,-6r10,-79r37,0r4,-35r-37,0r7,-57r-76,92r27,0v-5,50,-29,123,36,125v23,0,41,-10,56,-21","w":146},"u":{"d":"27,-54v-15,59,62,75,91,39v7,8,12,18,30,15r19,-155r-37,0v-13,46,7,122,-49,126v-17,1,-17,-11,-15,-28r12,-98r-38,0","w":173},"v":{"d":"170,-155r-39,0r-46,79r-26,-79r-39,0r55,160","w":151,"k":{".":23}},"w":{"d":"217,-155r-38,0r-38,71r-22,-76r-41,76r-20,-71r-38,0r47,160r42,-80r22,80","w":199},"x":{"d":"171,-155r-44,0r-37,44r-26,-44r-44,0r44,77r-63,78r44,0r37,-45r26,45r44,0r-44,-78","w":153},"y":{"d":"-25,36v50,51,112,-6,125,-55r71,-136r-40,0r-44,86r-21,-86r-41,0r38,140v-8,14,-17,36,-38,38v-15,1,-30,-8,-38,-13","w":159,"k":{".":23}},"z":{"d":"177,-155r-137,0r-5,35r71,0r-106,120r152,0r4,-35r-84,0","w":157},"{":{"d":"130,-253v-40,-2,-69,6,-73,42v-5,41,-1,91,-42,100r-1,7v54,13,-6,98,27,133v10,10,33,8,53,8r3,-22v-13,-2,-32,7,-29,-13v7,-39,18,-87,-10,-110v34,-20,29,-78,41,-120v5,-5,19,-2,28,-3","w":102},"|":{"d":"103,-258r-36,0r-36,291r36,0","w":106},"}":{"d":"112,-111v-52,-15,6,-97,-26,-133v-10,-11,-33,-9,-54,-9r-2,22v14,1,32,-5,29,14v-6,38,-18,86,10,109v-34,21,-29,79,-41,121v-5,4,-19,1,-28,2r-3,22v40,2,69,-5,73,-42v5,-41,1,-91,42,-99r0,-7","w":100},"~":{"d":"146,-97v-25,-13,-66,-44,-95,-12v-11,7,-18,20,-26,31r16,12v12,-19,41,-30,61,-10v35,33,86,1,99,-31r-16,-12v-8,11,-23,24,-39,22","w":203},"\u00c4":{"d":"131,-244v21,22,60,-12,40,-36v-22,-22,-60,12,-40,36xm73,-244v20,22,60,-12,40,-36v-22,-22,-60,11,-40,36xm189,0r-63,-235r-121,235r40,0r30,-59r58,0r16,59r40,0xm125,-94r-32,0r21,-44","w":193},"\u00c5":{"d":"130,-273v-36,0,-51,50,-21,64r-104,208r42,0r28,-58r58,0r15,58r41,0r-53,-208v29,-6,33,-64,-6,-64xm125,-234v-2,0,-5,-3,-4,-6v0,-4,3,-5,6,-5v4,0,4,1,4,5v0,3,-3,6,-6,6xm125,-95r-32,0r21,-43","w":193},"\u00c7":{"d":"127,75v36,3,51,-57,14,-61r4,-10v16,-3,33,-11,49,-23r-5,-27v-11,7,-30,15,-49,15v-88,4,-67,-138,-13,-161v25,-11,62,-4,79,8r12,-27v-34,-38,-114,-22,-139,13v-57,50,-52,206,44,202r-18,38v12,3,30,-7,30,3v0,12,-21,9,-26,4r-7,14v8,8,13,11,25,12","w":210},"\u00c9":{"d":"197,-291r-29,-23r-58,54r19,19xm186,-229r-128,0r-28,229r128,0r5,-36r-91,0r8,-69r78,0r5,-35r-78,0r6,-54r91,0","w":169},"\u00d1":{"d":"114,-250v21,-41,64,24,96,-9v7,-8,14,-16,20,-25r-17,-13v-22,40,-65,-23,-96,10v-7,8,-14,15,-21,24xm245,-230r-38,0r-17,135r-119,-139r-29,234r38,0r17,-138r119,143","w":221},"\u00d6":{"d":"169,-244v20,22,60,-11,40,-35v-21,-22,-60,11,-40,35xm111,-244v20,22,61,-12,39,-35v-21,-22,-61,13,-39,35xm81,-6v105,53,202,-85,145,-191v-17,-33,-74,-45,-118,-27v-69,28,-107,178,-27,218xm83,-146v24,-77,141,-63,121,31v-9,43,-27,82,-75,84v-55,2,-61,-67,-46,-115","w":250},"\u00dc":{"d":"151,-244v20,22,60,-11,40,-35v-21,-22,-60,11,-40,35xm93,-244v20,22,61,-12,39,-35v-21,-22,-61,13,-39,35xm213,-230r-37,0v-11,61,-7,137,-32,184v-11,20,-53,20,-63,0v-5,-9,-7,-21,-5,-36r18,-148r-38,0v-5,61,-21,119,-17,182v4,57,92,67,128,28v41,-45,32,-138,46,-210","w":213},"\u00e1":{"d":"175,-217r-30,-23r-57,55r19,18xm146,-142v-55,-49,-134,14,-120,95v7,41,57,68,97,41r0,6r38,0r19,-155v-17,-1,-26,5,-34,13xm118,-123v38,21,11,117,-39,90v-35,-24,-10,-111,39,-90"},"\u00e0":{"d":"131,-185r-44,-55r-36,23r57,50xm146,-142v-55,-49,-134,14,-120,95v7,41,57,68,97,41r0,6r38,0r19,-155v-17,-1,-26,5,-34,13xm118,-123v38,21,11,117,-39,90v-35,-24,-10,-111,39,-90"},"\u00e2":{"d":"158,-177r-40,-62r-56,62r12,14r39,-35r30,35xm146,-142v-55,-49,-134,14,-120,95v7,41,57,68,97,41r0,6r38,0r19,-155v-17,-1,-26,5,-34,13xm118,-123v38,21,11,117,-39,90v-35,-24,-10,-111,39,-90"},"\u00e4":{"d":"121,-173v21,22,60,-11,40,-36v-22,-22,-60,12,-40,36xm63,-173v20,22,60,-12,40,-36v-22,-22,-60,11,-40,36xm146,-142v-55,-49,-134,14,-120,95v7,41,57,68,97,41r0,6r38,0r19,-155v-17,-1,-26,5,-34,13xm118,-123v38,21,11,117,-39,90v-35,-24,-10,-111,39,-90"},"\u00e3":{"d":"65,-175v23,-42,77,34,106,-20v3,-4,7,-9,10,-14r-17,-13v-22,40,-64,-25,-96,9v-7,8,-14,16,-20,25xm146,-142v-55,-49,-134,14,-120,95v7,41,57,68,97,41r0,6r38,0r19,-155v-17,-1,-26,5,-34,13xm118,-123v38,21,11,117,-39,90v-35,-24,-10,-111,39,-90"},"\u00e5":{"d":"112,-171v41,4,52,-65,8,-64v-40,-4,-51,65,-8,64xm146,-142v-55,-49,-134,14,-120,95v7,41,57,68,97,41r0,6r38,0r19,-155v-17,-1,-26,5,-34,13xm107,-203v0,-11,19,-12,18,0v0,11,-19,12,-18,0xm118,-123v38,21,11,117,-39,90v-35,-24,-10,-111,39,-90"},"\u00e7":{"d":"86,75v37,4,52,-56,15,-61v8,-18,37,-13,51,-30r-5,-25v-31,23,-80,14,-80,-36v0,-44,57,-65,88,-37r12,-26v-70,-62,-173,29,-127,116v7,14,24,24,42,28r-17,38v12,3,30,-7,30,3v0,12,-21,9,-26,4r-8,14v8,7,13,11,25,12","w":168},"\u00e9":{"d":"181,-217r-29,-23r-57,55r19,18xm65,-51v62,22,123,-40,83,-95v-70,-52,-158,45,-111,126v19,32,80,30,108,5r-6,-26v-20,13,-69,24,-74,-10xm68,-85v-12,-21,28,-57,49,-35v19,20,-10,51,-42,38v-3,-1,-5,-2,-7,-3","w":159},"\u00e8":{"d":"134,-185r-45,-55r-35,23r56,50xm65,-51v62,22,123,-40,83,-95v-70,-52,-158,45,-111,126v19,32,80,30,108,5r-6,-26v-20,13,-69,24,-74,-10xm68,-85v-12,-21,28,-57,49,-35v19,20,-10,51,-42,38v-3,-1,-5,-2,-7,-3","w":159},"\u00ea":{"d":"161,-177r-39,-62r-56,62r11,14r39,-35r31,35xm65,-51v62,22,123,-40,83,-95v-70,-52,-158,45,-111,126v19,32,80,30,108,5r-6,-26v-20,13,-69,24,-74,-10xm68,-85v-12,-21,28,-57,49,-35v19,20,-10,51,-42,38v-3,-1,-5,-2,-7,-3","w":159},"\u00eb":{"d":"123,-173v21,22,60,-11,40,-36v-21,-22,-60,12,-40,36xm65,-173v21,22,60,-11,40,-36v-22,-22,-60,12,-40,36xm65,-51v62,22,123,-40,83,-95v-70,-52,-158,45,-111,126v19,32,80,30,108,5r-6,-26v-20,13,-69,24,-74,-10xm68,-85v-12,-21,28,-57,49,-35v19,20,-10,51,-42,38v-3,-1,-5,-2,-7,-3","w":159},"\u00ed":{"d":"141,-217r-29,-23r-58,55r19,18xm96,-155r-55,0r-4,29r17,0r-15,126r38,0","w":98},"\u00ec":{"d":"98,-185r-44,-55r-36,23r57,50xm97,-155r-56,0r-3,29r17,0r-15,126r38,0","w":98},"\u00ee":{"d":"127,-177r-40,-62r-55,62r11,14r39,-35r31,35xm98,-155r-56,0r-3,29r17,0r-15,126r37,0","w":98},"\u00ef":{"d":"87,-173v21,22,60,-11,40,-36v-21,-22,-60,12,-40,36xm29,-173v21,22,60,-11,40,-36v-22,-22,-60,12,-40,36xm95,-155r-55,0r-4,29r17,0r-15,126r38,0","w":98},"\u00f1":{"d":"67,-175v21,-40,63,23,96,-9v8,-8,14,-15,20,-25r-17,-13v-21,41,-64,-24,-96,9v-8,8,-14,15,-20,25xm165,-101v15,-59,-60,-76,-90,-40v-7,-9,-13,-17,-31,-14r-19,155r38,0v13,-45,-8,-122,48,-126v17,-1,18,11,16,28r-12,98r38,0","w":180},"\u00f3":{"d":"183,-217r-29,-23r-58,55r19,18xm39,-20v52,61,152,0,136,-89v-10,-53,-90,-69,-122,-26v-25,22,-41,83,-14,115xm77,-111v37,-41,78,11,57,51v-5,32,-66,42,-70,0v-2,-20,3,-40,13,-51","w":182},"\u00f2":{"d":"133,-185r-44,-55r-36,23r56,50xm39,-20v52,61,152,0,136,-89v-10,-53,-90,-69,-122,-26v-25,22,-41,83,-14,115xm77,-111v37,-41,78,11,57,51v-5,32,-66,42,-70,0v-2,-20,3,-40,13,-51","w":182},"\u00f4":{"d":"164,-177r-40,-62r-56,62r12,14r39,-35r30,35xm39,-20v52,61,152,0,136,-89v-10,-53,-90,-69,-122,-26v-25,22,-41,83,-14,115xm77,-111v37,-41,78,11,57,51v-5,32,-66,42,-70,0v-2,-20,3,-40,13,-51","w":182},"\u00f6":{"d":"125,-173v21,22,60,-11,40,-36v-22,-22,-60,12,-40,36xm67,-173v21,22,60,-11,40,-36v-22,-22,-60,12,-40,36xm39,-20v52,61,152,0,136,-89v-10,-53,-90,-69,-122,-26v-25,22,-41,83,-14,115xm77,-111v37,-41,78,11,57,51v-5,32,-66,42,-70,0v-2,-20,3,-40,13,-51","w":182},"\u00f5":{"d":"68,-175v22,-40,64,23,96,-9v8,-8,15,-15,21,-25r-18,-13v-20,40,-63,-24,-95,9v-8,8,-15,15,-21,25xm39,-20v52,61,152,0,136,-89v-10,-53,-90,-69,-122,-26v-25,22,-41,83,-14,115xm77,-111v37,-41,78,11,57,51v-5,32,-66,42,-70,0v-2,-20,3,-40,13,-51","w":182},"\u00fa":{"d":"176,-217r-29,-23r-58,55r20,18xm27,-54v-15,59,62,75,91,39v7,8,12,18,30,15r19,-155r-37,0v-13,46,7,122,-49,126v-17,1,-17,-11,-15,-28r12,-98r-38,0","w":173},"\u00f9":{"d":"129,-185r-45,-55r-35,23r56,50xm27,-54v-15,59,62,75,91,39v7,8,12,18,30,15r19,-155r-37,0v-13,46,7,122,-49,126v-17,1,-17,-11,-15,-28r12,-98r-38,0","w":173},"\u00fb":{"d":"159,-177r-39,-62r-56,62r12,14r38,-35r31,35xm27,-54v-15,59,62,75,91,39v7,8,12,18,30,15r19,-155r-37,0v-13,46,7,122,-49,126v-17,1,-17,-11,-15,-28r12,-98r-38,0","w":173},"\u00fc":{"d":"119,-173v20,22,60,-12,40,-36v-22,-22,-60,11,-40,36xm61,-173v22,23,60,-13,39,-36v-21,-22,-61,13,-39,36xm27,-54v-15,59,62,75,91,39v7,8,12,18,30,15r19,-155r-37,0v-13,46,7,122,-49,126v-17,1,-17,-11,-15,-28r12,-98r-38,0","w":173},"\u00b0":{"d":"50,-163v17,59,108,34,113,-22v6,-67,-86,-72,-108,-23v-6,13,-10,29,-5,45xm109,-212v25,-2,30,33,13,46v-33,27,-58,-19,-33,-39v6,-5,13,-7,20,-7","w":151},"\u00a2":{"d":"167,-179v-11,-10,-22,-16,-37,-20r3,-24r-30,0r-3,25v-72,6,-101,143,-20,162r-4,31r30,0r4,-31v17,-3,30,-9,43,-19v-4,-7,-1,-30,-11,-22v-7,3,-19,7,-28,9r12,-98v10,2,22,8,30,12xm85,-73v-31,-17,-18,-79,10,-88","w":157},"\u00a3":{"d":"101,-174v5,-35,63,-26,82,-10r12,-27v-45,-44,-127,-19,-131,37r-5,46r-26,0r-5,35r26,0r-8,57r-26,0r-5,36r149,0r4,-36r-84,0r7,-57r51,0r4,-35r-50,0","w":184},"\u00a7":{"d":"96,-199v6,-30,53,-21,62,0r24,-15v-27,-72,-151,-28,-118,44v-29,14,-40,67,-8,88v18,21,84,33,55,68v-20,13,-46,-1,-55,-15r-23,16v9,21,31,37,57,37v46,2,81,-38,62,-80v28,-14,39,-66,9,-88v-18,-21,-60,-24,-65,-55xm85,-148v23,16,80,36,46,70v-23,-15,-79,-36,-46,-70","w":188},"\u00b6":{"d":"213,-229v-88,-6,-183,-1,-168,98v4,25,24,41,52,44r-15,128r27,0r16,-127r18,0r-16,127r36,0r29,-235r17,0xm156,-194r-9,73r-18,0r9,-73r18,0","w":196},"\u00df":{"d":"157,-141v44,-27,30,-118,-30,-113v-56,4,-73,45,-77,99r-18,0r-4,35r18,0r-15,120r38,0r24,-194v4,-14,12,-25,29,-25v29,-1,31,42,11,55v-8,6,-18,9,-31,9r-5,35v59,-8,63,70,21,88v-7,3,-17,8,-30,13r9,24v74,4,118,-100,60,-146","w":195},"\u00ae":{"d":"48,-53v61,63,181,-1,157,-98v-14,-56,-103,-72,-141,-28v-33,22,-49,92,-16,126xm68,-138v34,-67,143,-25,102,45v-13,41,-97,51,-108,0v-4,-16,0,-32,6,-45xm133,-108v20,-10,17,-50,-12,-46r-21,0r-10,79r22,0r3,-19r10,19r25,0xm120,-133v6,0,6,6,3,8v-1,1,-2,2,-5,2","w":209},"\u00a9":{"d":"48,-53v61,63,181,-1,157,-98v-14,-56,-103,-72,-141,-28v-33,22,-49,92,-16,126xm68,-138v34,-67,143,-25,102,45v-13,41,-97,51,-108,0v-4,-16,0,-32,6,-45xm108,-102v-9,-23,15,-44,32,-27r9,-18v-34,-31,-81,17,-59,59v10,16,38,16,51,2r-4,-18v-6,5,-24,13,-29,2","w":209},"\u2122":{"d":"266,-235r-59,47r-49,-47r-13,105r31,0r5,-40r21,21r25,-20r-5,39r31,0xm139,-234r-88,0r-3,26r29,0r-10,78r30,0r10,-78r29,0","w":239},"\u00b4":{"d":"121,-217r-29,-23r-58,55r19,18","w":93},"\u00a8":{"d":"134,-169v20,22,60,-11,40,-35v-21,-23,-60,12,-40,35xm76,-169v20,22,60,-11,40,-35v-21,-23,-60,11,-40,35","w":196},"\u00c6":{"d":"286,-229v-86,5,-195,-22,-223,52v-19,50,-17,119,-27,177r37,0r11,-87r56,0r-10,87r128,0r5,-36r-91,0r9,-69r77,0r4,-36r-77,0r7,-53r90,0xm153,-194r-9,72r-55,0v1,-43,14,-78,64,-72","w":263},"\u00d8":{"d":"126,5v93,0,142,-105,107,-194r27,-28r-21,-18r-23,23v-14,-15,-33,-22,-60,-22v-84,0,-121,68,-118,158v1,13,6,24,12,35r-30,31r21,19r26,-27v15,14,33,23,59,23xm79,-71v-20,-76,43,-162,110,-113xm203,-158v22,72,-39,159,-109,113","w":240},"\u00b1":{"d":"174,-131r-50,0r6,-51r-35,0r-6,51r-51,0r-5,35r51,0r-6,51r36,0r6,-51r50,0xm162,-34r-136,0r-4,36r136,0","w":166},"\u00a5":{"d":"206,-230r-44,0v-20,28,-34,61,-56,86r-33,-86r-44,0r35,86r-18,0r-4,30r34,0r4,11r-47,0r-4,31r50,0r-9,72r38,0r9,-72r50,0r4,-31r-48,0r7,-11r35,0r3,-30r-18,0","w":178},"\u00b5":{"w":0},"\u03bc":{"w":0},"\u00aa":{"w":69},"\u00ba":{"w":77},"\u00e6":{"d":"138,-19v21,32,76,31,108,3v-4,-14,-1,-31,-19,-19v-26,17,-71,3,-64,-32r104,0v10,-49,-6,-95,-57,-94v-22,0,-39,8,-51,19v-26,-26,-72,-24,-104,2r5,25v18,-10,78,-27,70,15v-62,-26,-133,40,-86,92v22,24,77,14,94,-11xm168,-99v4,-31,63,-40,65,0r-65,0xm123,-68v13,26,-25,51,-50,35v-16,-23,10,-49,42,-38v3,1,6,2,8,3","w":263},"\u00f8":{"d":"52,-6v73,41,156,-40,117,-123r19,-20r-19,-18r-18,19v-71,-42,-152,39,-116,121r-19,21r19,18xm64,-58v-4,-43,21,-77,61,-63xm140,-99v8,41,-21,82,-61,64","w":172},"\u00bf":{"d":"102,-141v22,22,63,-11,42,-37v-23,-22,-62,12,-42,37xm91,-100v47,44,-57,39,-57,96v0,66,73,72,114,35r-6,-27v-16,8,-46,21,-66,9v-26,-54,99,-39,57,-116v-5,-9,-19,-15,-34,-14","w":159},"\u00a1":{"d":"37,-141v22,22,63,-12,41,-36v-21,-23,-62,12,-41,36xm71,-124r-36,0r-24,178r41,0","w":76},"\u00ac":{"d":"198,-131r-167,0r-4,35r132,0r-7,58r35,0","w":184},"\u00ab":{"d":"226,-139r-15,-17r-107,89r85,88r19,-16r-53,-72xm161,-139r-15,-17r-107,89r85,88r19,-16r-53,-72","w":216},"\u00bb":{"d":"201,-67r-85,-89r-19,17r53,72r-70,72r14,16xm136,-67r-85,-89r-19,17r53,72r-70,72r15,16","w":216},"\u2026":{"d":"240,-33v-15,-17,-43,-3,-46,18v-3,23,24,34,41,19v10,-9,16,-26,5,-37xm117,4v22,22,61,-12,41,-37v-23,-24,-63,13,-41,37xm34,4v22,23,63,-13,41,-37v-22,-23,-62,12,-41,37","w":252},"\u00a0":{"w":97},"\u00c0":{"d":"142,-260r-44,-55r-36,23r56,50xm189,0r-63,-235r-121,235r40,0r30,-59r58,0r16,59r40,0xm125,-94r-32,0r21,-44","w":193},"\u00c3":{"d":"77,-250v21,-41,63,24,96,-9v8,-8,14,-15,20,-25r-17,-13v-4,9,-13,15,-25,15v-25,-14,-64,-25,-82,6v-3,4,-6,8,-9,13xm189,0r-63,-235r-121,235r40,0r30,-59r58,0r16,59r40,0xm125,-94r-32,0r21,-44","w":193},"\u00d5":{"d":"112,-250v20,-40,64,25,95,-9v7,-8,14,-16,21,-25r-18,-13v-21,41,-63,-23,-95,9v-8,8,-14,16,-21,25xm81,-6v105,53,202,-85,145,-191v-17,-33,-74,-45,-118,-27v-69,28,-107,178,-27,218xm83,-146v24,-77,141,-63,121,31v-9,43,-27,82,-75,84v-55,2,-61,-67,-46,-115","w":250},"\u2013":{"d":"170,-121r-142,0r-4,34r142,0","w":155},"\u2014":{"d":"292,-121r-260,0r-4,34r260,0","w":281},"\u201c":{"d":"105,-155v22,21,59,-10,44,-34r21,-36r-16,-18r-54,68v-1,8,0,15,5,20xm47,-155v22,21,59,-9,44,-34r21,-36r-15,-18r-55,68v-1,8,0,15,5,20","w":158},"\u201d":{"d":"163,-229v-22,-21,-59,9,-44,34r-21,36r15,18r55,-68v1,-8,0,-15,-5,-20xm105,-229v-22,-21,-60,10,-43,34r-22,36r15,18r55,-68v1,-8,0,-15,-5,-20","w":158,"k":{" ":43}},"\u2018":{"d":"47,-155v22,21,59,-9,44,-34r21,-36r-16,-18r-54,68v-1,8,0,15,5,20","w":100},"\u2019":{"d":"105,-229v-22,-21,-59,9,-44,34r-21,36r15,18r55,-68v1,-8,0,-15,-5,-20","w":100,"k":{"t":15,"s":17,"e":17}},"\u00f7":{"d":"100,-128v15,15,40,1,42,-17v2,-21,-23,-29,-38,-17v-9,7,-13,24,-4,34xm195,-110r-167,0r-4,36r167,0xm87,-24v20,19,56,-11,37,-34v-21,-20,-58,13,-37,34","w":183},"\u00ff":{"d":"111,-173v21,23,61,-13,39,-36v-21,-22,-61,13,-39,36xm52,-173v20,22,60,-12,40,-36v-22,-22,-60,12,-40,36xm-25,36v50,51,112,-6,125,-55r71,-136r-40,0r-44,86r-21,-86r-41,0r38,140v-8,14,-17,36,-38,38v-15,1,-30,-8,-38,-13","w":159},"\u00a4":{"d":"171,-57v18,-21,26,-58,11,-87r23,-20r-20,-22r-22,20v-22,-18,-62,-17,-87,0r-18,-20r-24,22r17,20v-18,23,-26,58,-10,87r-23,20r19,22r23,-20v23,18,61,17,86,0r19,20r24,-22xm71,-118v26,-55,113,-19,81,36v-10,32,-77,40,-86,0v-3,-14,0,-25,5,-36","w":184},"\u00b7":{"d":"38,-74v15,18,45,2,47,-18v3,-22,-25,-33,-42,-18v-10,9,-15,25,-5,36","w":76},"\u00c2":{"d":"171,-247r-40,-62r-56,62r12,14r39,-34r30,34xm189,0r-63,-235r-121,235r40,0r30,-59r58,0r16,59r40,0xm125,-94r-32,0r21,-44","w":193},"\u00ca":{"d":"175,-252r-40,-62r-55,62r11,14r39,-35r31,35xm186,-229r-128,0r-28,229r128,0r5,-36r-91,0r8,-69r78,0r5,-35r-78,0r6,-54r91,0","w":169},"\u00c1":{"d":"193,-292r-30,-23r-57,55r19,18xm189,0r-63,-235r-121,235r40,0r30,-59r58,0r16,59r40,0xm125,-94r-32,0r21,-44","w":193},"\u00cb":{"d":"135,-244v20,22,60,-11,40,-35v-21,-21,-60,11,-40,35xm77,-244v20,22,60,-11,40,-35v-21,-22,-61,11,-40,35xm186,-229r-128,0r-28,229r128,0r5,-36r-91,0r8,-69r78,0r5,-35r-78,0r6,-54r91,0","w":169},"\u00c8":{"d":"146,-260r-45,-55r-35,23r56,50xm188,-229r-128,0r-28,229r129,0r4,-36r-91,0r8,-69r78,0r5,-35r-78,0r7,-54r90,0","w":169},"\u00cd":{"d":"167,-292r-29,-23r-58,55r19,18xm131,-229r-73,0r-4,33r17,0r-20,163r-17,0r-4,33r73,0r4,-33r-18,0r20,-163r18,0","w":113},"\u00ce":{"d":"148,-252r-40,-62r-56,62r11,14r40,-35r30,35xm130,-229r-72,0r-4,33r17,0r-20,163r-18,0r-3,33r72,0r4,-33r-17,0r20,-163r17,0","w":113},"\u00cf":{"d":"107,-244v20,22,60,-11,40,-35v-21,-21,-60,11,-40,35xm49,-244v20,22,60,-11,40,-35v-21,-22,-61,11,-40,35xm130,-229r-72,0r-4,33r17,0r-20,163r-17,0r-4,33r72,0r4,-33r-17,0r20,-163r17,0","w":113},"\u00cc":{"d":"117,-260r-44,-55r-36,23r56,50xm129,-229r-72,0r-4,33r17,0r-20,163r-17,0r-4,33r72,0r4,-33r-17,0r20,-163r17,0","w":113},"\u00d3":{"d":"228,-292r-29,-23r-58,55r20,18xm81,-6v105,53,202,-85,145,-191v-17,-33,-74,-45,-118,-27v-69,28,-107,178,-27,218xm83,-146v24,-77,141,-63,121,31v-9,43,-27,82,-75,84v-55,2,-61,-67,-46,-115","w":250},"\u00d4":{"d":"209,-252r-40,-62r-55,62r11,14r39,-35r30,35xm81,-6v105,53,202,-85,145,-191v-17,-33,-74,-45,-118,-27v-69,28,-107,178,-27,218xm83,-146v24,-77,141,-63,121,31v-9,43,-27,82,-75,84v-55,2,-61,-67,-46,-115","w":250},"\u00d2":{"d":"185,-260r-45,-55r-35,23r56,50xm81,-6v105,53,202,-85,145,-191v-17,-33,-74,-45,-118,-27v-69,28,-107,178,-27,218xm83,-146v24,-77,141,-63,121,31v-9,43,-27,82,-75,84v-55,2,-61,-67,-46,-115","w":250},"\u00da":{"d":"208,-292r-29,-23r-58,55r19,18xm213,-230r-37,0v-11,61,-7,137,-32,184v-11,20,-53,20,-63,0v-5,-9,-7,-21,-5,-36r18,-148r-38,0v-5,61,-21,119,-17,182v4,57,92,67,128,28v41,-45,32,-138,46,-210","w":213},"\u00db":{"d":"190,-252r-40,-62r-56,62r12,14r39,-35r30,35xm213,-230r-37,0v-11,61,-7,137,-32,184v-11,20,-53,20,-63,0v-5,-9,-7,-21,-5,-36r18,-148r-38,0v-5,61,-21,119,-17,182v4,57,92,67,128,28v41,-45,32,-138,46,-210","w":213},"\u00d9":{"d":"159,-260r-44,-55r-36,23r57,50xm213,-230r-37,0v-11,61,-7,137,-32,184v-11,20,-53,20,-63,0v-5,-9,-7,-21,-5,-36r18,-148r-38,0v-5,61,-21,119,-17,182v4,57,92,67,128,28v41,-45,32,-138,46,-210","w":213},"\u00af":{"d":"145,-216r-112,0r-4,32r112,0","w":124},"\u02c9":{"d":"145,-216r-112,0r-4,32r112,0","w":124},"\u00b8":{"d":"46,63v19,23,61,9,62,-21v1,-16,-8,-26,-22,-28r7,-19r-21,0r-22,47v12,3,30,-7,30,3v0,12,-21,9,-26,4","w":152},"\u00dd":{"w":180},"\u00fd":{"w":180},"\u00de":{"w":180},"\u00fe":{"w":180},"\u00f0":{"w":0},"\u00bd":{"w":180},"\u00bc":{"w":0},"\u00b9":{"w":0},"\u00be":{"w":0},"\u00b3":{"w":0},"\u00b2":{"d":"66,-229r-17,0r-4,33r17,0","w":104},"\u00a6":{"w":0},"\u00d7":{"w":142},"\u00d0":{"w":0}}});
;
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * ©1992 Letterror, Just van Rossum
 */
Cufon.registerFont({"w":218,"face":{"font-family":"AdvertRough-Two","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 0 0 0 0 0 0","ascent":"288","descent":"-72","bbox":"-13.8517 -339 524 78","underline-thickness":"7.91016","underline-position":"-46.0547","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":75},"!":{"d":"58,-2v-12,-5,-37,-13,-28,-24v-3,-18,12,-17,20,-24v13,7,27,13,24,36xm26,-202v11,-6,-7,-29,4,-36v0,-21,29,-1,36,-16r12,8v-1,9,-7,20,0,25v-4,22,-11,44,-4,67v-4,6,-4,10,0,16v-3,13,-8,24,-8,40v-5,4,-14,4,-24,4v-7,-15,-4,-23,-8,-36r4,-4","w":104},"\"":{"d":"22,-248r36,0v-3,13,-1,32,-9,40v8,10,-4,35,-7,48v-3,-3,-6,-5,-12,-4xm98,-201v9,-8,-16,-28,0,-39v-8,-4,-1,-8,3,-12r32,4v-4,15,1,38,-12,44v0,8,-2,18,4,20v-5,12,-8,31,-24,20v-4,-12,0,-29,-3,-37","w":155},"#":{"d":"25,-75v-17,2,-11,-16,-3,-20v20,4,40,-10,28,-24v18,-13,6,-52,-25,-43v7,-4,3,-11,0,-17v16,-4,36,-5,41,-20r4,-44v9,-4,18,-10,23,0r-3,48v5,11,19,12,31,16r24,-11v10,-18,3,-38,13,-57r15,0r8,57v6,3,9,9,20,8v3,17,-14,14,-23,20v-12,9,-16,27,-17,47v10,7,11,24,28,24r-36,36r-3,40v-7,3,-14,5,-24,4v6,-24,2,-54,-16,-64r-32,4v-8,9,-15,18,-8,32v-6,7,-10,14,-4,24v-5,11,-21,7,-28,0v1,-8,8,-20,0,-24r7,-16xm82,-135v11,8,-10,33,8,36v18,7,30,0,43,-8v0,-20,18,-57,-16,-52v-9,-1,-20,-5,-27,0"},"$":{"d":"29,-24v-2,-12,8,-14,12,-20r48,12r40,-12r16,-20r-4,-24v-24,-17,-51,-32,-80,-44v-15,-14,-30,-29,-32,-56v5,-8,14,-12,12,-27v18,-15,40,-27,64,-36r5,-20v3,5,10,7,11,15v14,6,25,16,48,13v9,7,-3,24,-9,28v-15,-15,-46,-5,-71,-5r-16,17r4,35v15,6,22,20,44,20v4,7,12,9,24,8r32,32r8,36r-12,28v-16,12,-26,30,-52,32v-3,7,-11,10,-11,20v-18,-19,-52,-24,-81,-32","w":206},"%":{"d":"91,-116v-51,17,-80,-43,-67,-92v13,-23,27,-45,59,-48r40,16v6,11,10,25,21,32r-4,56v-13,12,-17,34,-40,36v-3,4,-6,4,-9,0xm72,-235v-22,14,-21,54,-16,87v8,14,39,23,47,4r9,-52r-16,-36xm91,-8v1,-17,16,-20,17,-36v4,-6,14,-8,12,-20v22,-18,33,-46,48,-72v22,-38,53,-69,71,-112v10,1,24,-3,28,4v-8,24,-23,41,-40,56v-20,48,-48,87,-79,124v-1,26,-20,34,-28,52xm287,-4v-40,-4,-75,-29,-68,-68v-9,-21,12,-24,8,-48v18,-10,31,-35,57,-24v26,-8,53,27,55,59r-8,53xm271,-132v-16,22,-29,56,-20,92v7,11,28,21,43,12v2,-9,18,-22,9,-28v5,-2,6,-14,0,-16v9,-28,-3,-48,-19,-60v-3,4,-10,6,-13,0","w":358},"&":{"d":"21,-48r4,-44r39,-40v15,1,6,-15,5,-24v-21,-18,-17,-61,0,-79v27,-11,57,-27,91,-16r4,-5r12,16v-9,17,-30,3,-44,12v-15,-11,-31,12,-40,20v-2,25,14,32,21,48v28,26,56,52,87,75r20,-3r20,-32v-9,-7,3,-22,0,-36v9,-8,17,-4,32,-4v4,13,5,24,-4,32r4,4v-11,17,-19,37,-32,52r0,12r36,32v10,-2,10,5,12,11v-13,6,-22,16,-44,13r-28,-28r-28,0v-23,24,-63,29,-107,24v-5,7,-8,-2,-17,0v-2,-11,-17,-9,-23,-16xm60,-92v-1,15,2,26,4,39v22,-2,26,32,45,21v21,5,44,-5,60,-12v8,-28,-18,-29,-33,-44v-17,-9,-23,-30,-52,-28","w":306},"'":{"d":"28,-163v-2,-29,0,-46,-4,-76v1,-12,32,-11,40,-4v-9,22,-7,41,-16,60v9,4,1,20,-4,24","w":82},"(":{"d":"36,-9v-6,-35,-31,-76,-12,-112v-11,-4,6,-16,-5,-20v22,-54,42,-110,100,-128v6,5,11,13,4,20r-43,45v2,11,-3,16,-9,20v-4,16,-3,37,-12,48v6,2,5,13,0,15v7,19,-2,35,4,56v-7,4,0,8,4,12r4,44v19,20,29,48,56,60r0,16v-46,4,-67,-46,-91,-76","w":146},")":{"d":"23,68v-18,-14,10,-30,20,-36r27,-40r17,-83v-5,-2,-6,-14,0,-16r-8,-52v-4,-14,-6,-31,-12,-44r-8,0r0,-12r-40,-44v9,-20,28,5,44,4v13,15,25,31,40,44v4,18,10,35,20,48v9,83,-1,159,-44,200r-28,28v-5,-9,-9,4,-12,-5","w":146},"*":{"d":"29,-161v-8,-8,-9,-16,0,-23v15,3,17,-6,15,-20v-8,-3,-10,-11,-20,-12v5,-12,20,-7,33,-5v9,-6,15,-16,15,-31v10,-2,18,5,9,11v4,7,6,14,11,20v11,-1,25,-12,33,-4v2,18,-20,11,-21,28v9,6,13,17,24,20v-9,19,-39,-11,-47,8v0,11,11,32,-9,28v-11,-2,-5,-23,-11,-32v-13,2,-27,3,-32,12","w":148},"+":{"d":"19,-119r20,-12v24,3,57,9,64,-12v2,-28,-6,-46,0,-72r20,4v1,8,8,20,0,24v1,16,5,30,4,48v11,8,22,15,39,8v5,7,16,1,24,0v10,3,20,6,25,16r-9,11v-27,-4,-46,-3,-71,5v-9,8,-8,26,-8,44v8,7,-2,32,-9,39r-15,-8r-4,-48v9,-11,0,-20,-12,-32r-64,-3","w":229},",":{"d":"18,-31v11,-8,14,-23,36,-20r20,16r-4,44r-36,32r-8,0v9,-11,19,-20,19,-40v-6,-8,-20,-9,-19,-24","w":96},"-":{"d":"21,-83v7,-10,1,-13,0,-24v15,-6,30,-15,45,-4v21,-3,37,0,55,-3v4,7,6,16,5,28v-18,3,-47,-3,-57,8v-1,-7,-13,-6,-15,0v-10,-2,-19,-6,-33,-5","w":148},".":{"d":"19,-31r11,-15v15,-1,34,-10,40,3r0,28r-20,12r-23,-12","w":96},"\/":{"d":"14,-12r28,-51v-10,-14,22,-21,16,-44r48,-88v-2,-24,19,-25,20,-48v10,-3,25,-12,36,-4v-20,36,-36,76,-60,108r0,12r-40,72v3,21,-15,21,-12,43v-10,6,-23,2,-36,0","w":174},"0":{"d":"35,-45v-6,-26,-19,-49,-12,-80v-6,-31,4,-68,20,-87v1,-26,21,-32,45,-36v2,-4,4,-4,7,0v11,-6,27,-12,36,0v8,-9,22,6,32,8r28,36v3,24,12,48,4,71v10,8,-6,30,4,36v-3,16,-7,30,-12,44r-40,40v-9,3,-23,1,-28,8r-60,-16xm71,-136v-6,35,3,61,12,87v8,3,18,17,25,8v2,6,20,6,23,0v19,-26,20,-71,25,-112v-12,-3,-11,-26,-4,-35r-25,-37r-32,0v-9,8,-16,19,-20,32v-9,11,-6,41,-4,57"},"1":{"d":"53,-204v-9,12,-37,19,-32,-8v24,-14,53,-23,71,-43v13,4,29,5,36,15v-9,26,-5,56,-4,88v9,8,-9,20,0,32v-4,38,-2,66,0,104v-6,15,-26,-3,-32,8r-11,-12v7,-53,-3,-103,4,-152v-4,-12,-1,-30,-12,-35","w":163},"2":{"d":"23,-12v2,-23,12,-38,32,-43r68,-72v12,-12,18,-30,24,-48r-16,-40v-16,-9,-34,-15,-56,-8v-11,-12,-35,17,-48,4r0,-16v11,-2,23,-4,28,-12v19,6,29,-17,40,-3v19,-11,56,7,76,15v7,15,17,29,20,48v-16,46,-40,84,-80,107r-20,25r8,12v31,5,62,-2,92,3r-8,25v-20,6,-41,8,-64,3v-7,7,-22,-4,-32,4v-15,-6,-40,1,-64,-4"},"3":{"d":"23,-18v2,-6,5,-11,4,-20v22,-10,53,27,84,8v13,8,33,-14,43,-24v-1,-23,-9,-39,-20,-52v-20,-5,-36,-14,-59,-16r0,-12v19,-7,39,-13,55,-24r16,-28r-12,-28r-28,-16v-13,3,-32,0,-40,8v-9,-10,-19,11,-35,8v-2,-6,-5,-11,-4,-20v14,-2,30,-2,36,-12v21,4,30,-11,43,-3v12,-10,30,7,40,0v18,18,47,25,40,67v-13,12,-23,27,-40,35v2,23,22,28,40,37r12,40r-8,28v-16,22,-45,30,-72,40v-29,-5,-65,-4,-87,-16r-8,0"},"4":{"d":"40,-63v-29,7,-23,-20,-20,-40r33,-40v-1,-14,10,-16,15,-24v9,-16,18,-33,32,-44r-4,-4v15,-13,26,-30,44,-40r32,12v-14,23,-4,55,0,84v-9,4,5,16,-4,20v9,7,-4,22,-5,32v7,14,20,23,40,24r-3,15v-15,5,-28,10,-37,21r5,32v-15,5,-49,6,-37,-16v3,-28,-16,-33,-40,-37v-4,13,-17,-5,-19,5v-13,-3,-16,-4,-32,0xm56,-91v19,-1,45,7,60,0v14,-10,7,-24,12,-40v-4,-3,-4,-5,0,-8v-4,-18,-3,-25,0,-36v-6,-6,-6,-18,-20,-16v-17,34,-46,55,-52,100"},"5":{"d":"31,-12v-3,-29,15,-21,39,-19v2,-2,6,-8,5,0v15,7,35,-4,52,-5v5,-11,26,-20,20,-32v8,-13,-7,-30,-17,-47v-15,-6,-37,-21,-55,-13v-12,-12,-30,3,-40,-11v0,-12,8,-30,0,-37v2,-24,8,-45,8,-71v25,-3,44,-5,64,0v3,-3,5,-5,7,0v6,-1,14,-7,16,0v11,-1,32,-10,40,0v5,-8,9,4,13,8v0,28,-41,5,-64,15v-7,-6,-21,0,-32,0v-14,13,-10,33,-12,61v13,18,49,13,75,19r33,25r12,28r-8,47v-25,15,-45,35,-80,40v-10,-8,-29,5,-37,-8v-7,9,-24,-3,-39,0"},"6":{"d":"32,-51v-7,-21,-15,-42,-8,-68r-4,-4r8,-60v14,-18,27,-37,44,-52v13,-5,28,-8,40,-15v16,12,66,-26,63,15v-8,12,-24,-1,-31,8v-13,-8,-39,6,-53,12v-9,14,-25,22,-27,44v-11,6,7,17,12,23v14,-2,32,-16,44,-7v15,-8,38,12,55,16r25,36v-5,24,-4,52,-17,68v-13,7,-17,24,-39,23v-3,8,-26,15,-32,4v-5,9,-26,6,-28,-4r-20,-3xm59,-103v11,33,13,76,61,72r20,-9v10,-20,20,-42,7,-63v-13,-11,-20,-28,-40,-32r-35,8"},"7":{"d":"34,-220v-4,-5,-4,-14,-4,-23v21,-4,42,-11,64,-4v4,-7,13,-1,20,0r72,-4r12,20v-5,26,-24,38,-25,68v-19,19,-17,59,-39,75v-1,5,1,7,4,8r-20,32v8,9,-4,30,-13,36r-39,0v5,-18,4,-25,8,-40v25,-12,14,-60,40,-72v0,-21,15,-27,16,-47v11,-9,16,-24,20,-40v-9,-20,-37,-12,-56,-16v-16,7,-45,-5,-60,7"},"8":{"d":"16,-72v11,-18,30,-28,44,-43r0,-20v-19,-15,-46,-33,-32,-68v-2,-22,34,-49,68,-48v4,7,13,1,20,0r43,8r29,27r-4,32r-32,45r44,51r-4,44v-20,18,-41,37,-80,36v-3,4,-5,4,-8,0v-28,11,-41,-10,-68,-12v-16,-8,-15,-33,-20,-52xm56,-83v0,14,-2,30,8,35r32,17v6,-11,23,6,32,-5v13,-7,21,-18,24,-36v-15,-16,-27,-35,-52,-40v-4,8,-12,-5,-16,4r-4,-4xm84,-224v-12,9,-21,30,-8,45v9,17,44,31,64,16v-1,-12,8,-14,12,-21r0,-23v-19,2,-12,-23,-36,-17v-11,0,-26,8,-32,0"},"9":{"d":"19,-196v15,-30,38,-52,76,-59v8,4,11,3,23,0v25,4,42,17,57,31v10,20,25,36,23,68v5,3,5,5,0,8v13,44,-19,81,-36,112v-24,14,-48,29,-87,28v-8,9,-25,-3,-40,0v1,-20,16,-26,36,-20v27,-6,58,-9,68,-32v10,-7,14,-21,16,-36r-12,-12v-14,4,-36,1,-44,12v-21,-8,-43,-16,-60,-28r-16,-28xm71,-211v1,21,-10,51,4,63r24,20v20,0,40,2,51,-7v3,-13,7,-26,0,-36v8,-4,3,-12,-3,-16r-8,-29v-19,-17,-55,-19,-68,5"},":":{"d":"33,-12v-10,-7,-14,-24,-4,-35v20,4,51,-6,44,28r-12,12xm21,-139v3,-11,9,-18,8,-32v17,-8,30,2,44,8r-4,32v-16,9,-33,-4,-48,-8","w":96},";":{"d":"18,-22v5,-16,16,-36,36,-24v18,1,14,23,19,40v-6,20,-22,30,-35,44r-12,0v-1,-17,14,-19,20,-29xm57,-126v-13,-5,-43,-6,-36,-21v-7,-11,16,-21,25,-27v13,4,24,10,31,20v-7,9,-12,20,-20,28","w":96},"<":{"d":"53,-83v-2,-19,-25,-16,-25,-36r48,-48r12,0r40,-44v7,2,16,2,20,8v-3,7,0,19,-12,16v-21,23,-46,42,-68,63v-2,21,15,24,23,36v19,16,36,34,57,48r-8,16v-39,-10,-50,-47,-87,-59","w":172},"=":{"d":"21,-151v-12,-12,7,-24,20,-24v38,8,77,-4,112,4v8,-9,26,5,36,-4v14,2,35,3,24,20v-60,9,-126,6,-192,4xm25,-55v-6,-7,-2,-18,0,-28v5,7,19,-4,24,3v14,-6,43,3,56,-3v18,4,46,0,72,3v10,-7,27,4,40,5r-8,16v-16,9,-41,-5,-52,4v-2,-5,-13,-6,-15,0v-23,0,-51,-8,-69,0v-14,-8,-30,2,-48,0","w":235},">":{"d":"25,-186v-7,-11,0,-18,8,-24v44,21,72,58,107,87v-1,5,2,7,4,9v-10,14,-26,22,-40,32v-13,32,-44,45,-71,63v-21,-19,14,-37,24,-48v15,-17,36,-28,44,-51v-26,-22,-44,-52,-76,-68","w":172},"?":{"d":"52,-94v-24,-2,-31,-20,-28,-48v15,-16,34,-28,40,-52r-12,-20v-9,-9,-29,-8,-28,-28v23,-15,50,4,67,13r16,27v-6,37,-36,51,-55,76v5,13,-1,18,4,28xm36,-10v-3,-8,-9,-12,-8,-24r16,-15r28,3v-1,9,13,10,4,16r4,12r-16,12","w":124},"@":{"d":"71,29v-21,-28,-54,-60,-48,-104v-6,-24,4,-40,-3,-56v14,-26,24,-56,47,-72v21,-14,37,-32,68,-36v8,-6,16,-14,28,-8v17,-9,28,-5,48,-3r3,-5v27,4,48,14,77,16v6,5,7,14,20,12v17,16,33,34,48,52v-7,4,1,10,3,16v6,21,5,42,8,60v-7,3,-13,19,-3,24v-10,21,-28,34,-45,48v-24,4,-48,4,-72,0v-8,-9,-19,-15,-32,-20v-10,10,-20,20,-35,24v-4,-8,-12,5,-16,-4v-13,10,-34,-6,-44,-12v-13,-19,-7,-36,-12,-60v5,-4,8,-10,7,-20r17,-24v12,-5,19,-16,36,-16v9,-9,27,-8,40,-12v20,8,33,12,60,8v0,18,-7,26,-9,48v11,13,-5,41,5,60v6,12,25,12,35,20r28,-17r16,-31r-4,-60v-18,-36,-31,-79,-80,-84v-7,-4,-19,2,-23,-8v-3,4,-6,6,-8,0v-7,10,-21,-3,-32,-4r-64,12r-48,28v-16,24,-34,46,-44,76v6,26,-4,50,8,68r-4,3r20,40r40,36v20,-1,26,12,40,17r48,8v3,-6,7,-4,11,0v13,-3,31,-1,40,-8v14,7,47,-6,72,-9v4,3,4,10,4,17r-51,12r-4,-4v-21,2,-46,18,-64,7v-10,4,-19,6,-24,-3v-14,7,-38,-4,-56,-4v-13,-9,-29,-16,-40,-28r-12,0xm155,-119v1,24,-6,57,12,64v9,3,21,17,28,8v9,-7,26,-5,23,-24v12,-16,15,-50,8,-72r-23,-12r-32,12","w":389},"A":{"d":"24,-6v-10,-34,33,-56,32,-97v6,-19,20,-30,20,-55v5,-4,10,-9,8,-20v7,0,8,-5,3,-8v8,-17,27,-24,25,-52v10,-15,30,-6,47,-11v11,29,34,45,32,87v19,26,33,56,41,92v16,12,10,47,27,59r-47,0v-7,-13,-14,-27,-17,-44r-16,-15v-22,-1,-53,11,-64,-4v-9,1,-22,12,-28,4r-20,19r-15,40v-7,4,-16,6,-28,5xm115,-174v3,29,-21,50,-16,71v11,1,25,9,32,0v11,2,25,8,32,0r8,-20v-15,-21,-22,-48,-32,-75v-17,-1,-15,17,-24,24","w":278},"B":{"d":"37,-13v-5,-44,0,-79,-4,-120v6,-9,-1,-20,4,-35v-4,-21,-4,-54,0,-80v12,-8,24,5,32,-4v11,6,23,0,44,4r4,-4v23,4,41,12,68,12v-2,11,7,12,12,16v16,32,-3,62,-28,71v-5,5,-11,8,-9,20v13,5,19,17,37,17v17,13,25,41,12,63v-14,13,-25,29,-44,36r-55,8v-18,-8,-52,4,-73,-4xm73,-92v2,11,14,25,4,32v0,18,17,20,33,23v3,-8,8,3,15,0v13,-7,29,-11,40,-20v9,-26,-4,-43,-16,-56v-35,-3,-71,-18,-76,21xm85,-204v-17,12,-6,46,4,56v28,2,45,-6,64,-12v3,-16,5,-33,0,-48v-11,-11,-31,-12,-51,-16v-3,3,-6,5,-9,0v-6,3,-16,11,-8,20","w":237},"C":{"d":"23,-99v3,-30,1,-66,12,-88r48,-48v22,-11,48,-18,80,-20v19,7,45,6,56,20v-3,2,-5,6,-4,12v-11,0,-26,-8,-32,0v-11,-13,-29,-3,-48,-4v-3,4,-5,4,-8,0r-39,32v-15,24,-22,55,-20,96r27,43v16,10,29,22,48,29r72,-13r9,16v-20,17,-57,15,-89,20v-15,-9,-36,-12,-56,-16r-44,-44","w":240},"D":{"d":"33,-11v1,-19,-11,-47,4,-56v-14,-22,0,-56,-8,-83v10,-20,-6,-56,4,-80v-6,-4,-6,-20,4,-20v20,1,43,7,60,0v2,5,14,6,16,0r92,15r40,41v-1,15,20,21,8,39r8,16v-8,24,-8,56,-24,72v-19,20,-36,42,-64,52v-22,-9,-54,17,-84,4v-6,11,-30,-7,-36,4xm77,-87v-13,14,9,28,0,40v5,3,11,17,15,8v31,15,74,-7,89,-28v31,-3,23,-46,32,-72v-11,-14,-7,-43,-24,-52v-6,-5,-10,-13,-24,-11r-8,-12r-65,-8v-34,18,-8,91,-19,131","w":282},"E":{"d":"35,-144v6,-18,-10,-25,0,-40v-5,-8,-5,-16,0,-24v-6,-16,-2,-23,0,-40v9,1,23,-3,27,4v29,-11,69,-5,104,-4r8,12v-7,7,-24,19,-36,8v-5,8,-18,0,-27,0v-14,6,-44,11,-33,32v-5,17,-4,44,12,48v20,0,49,10,65,0r15,8r0,15v-23,3,-47,7,-68,0v-10,5,-21,8,-27,17v4,23,-1,41,3,60r17,16r48,-5v4,13,27,-8,31,5v9,2,3,16,-4,19v-13,2,-27,9,-36,0v-33,4,-64,5,-96,0v-4,-3,-4,-16,0,-19v-4,-40,1,-77,-3,-112","w":199},"F":{"d":"33,-161v10,-26,-8,-58,0,-84v23,-4,45,-9,68,-3v16,-5,31,-3,56,0v4,-5,19,-2,16,11v-3,7,-20,12,-28,5v-7,2,-15,11,-20,3v-11,8,-53,-9,-48,25v-4,2,-4,4,0,7v-9,30,-2,71,36,53r52,8v0,8,-1,17,4,19v-23,-5,-40,-1,-64,0v-5,-8,-16,2,-24,4v-10,12,-7,33,-4,52v-4,3,-4,5,0,8v-2,12,-5,22,-4,36v-7,2,-15,12,-20,4v-5,8,-16,2,-20,-4v5,-24,0,-41,4,-60v-9,-6,5,-33,-4,-44v2,-14,6,-29,0,-40","w":189},"G":{"d":"40,-55v-17,-38,-27,-87,-4,-124v13,-19,25,-39,44,-51r68,-25v3,8,10,2,16,0v19,2,39,13,56,5v7,3,10,11,20,11v-6,6,-12,13,-20,17v-24,-7,-42,-4,-64,-8v-24,10,-55,15,-68,36v-13,21,-22,44,-20,80v4,2,4,4,0,7r20,44r32,28v32,8,83,15,80,-28v-12,-9,4,-30,0,-48v24,0,50,-5,43,28v8,6,-1,16,-3,24v1,13,3,25,3,40v-18,11,-29,8,-51,12v-7,-12,-29,12,-36,0v-19,9,-39,-9,-64,-8v-3,-8,-9,4,-8,-4v-17,-10,-31,-22,-44,-36","w":275},"H":{"d":"44,-7v-23,-4,0,-33,-12,-48v11,-12,-10,-33,5,-44v-12,-4,7,-21,-5,-24v0,-17,12,-43,0,-56v6,-2,4,-5,0,-8v6,-19,1,-27,0,-48v7,-3,3,-9,0,-15v12,2,22,5,36,4v5,5,13,17,4,24v8,24,-8,54,8,67r16,13r48,-5v3,5,5,5,8,0v21,9,42,-1,51,-15v0,-29,-14,-67,0,-88v12,4,32,0,41,8v-1,7,-7,16,0,20v-13,17,-3,36,-4,60v-5,2,-5,4,0,7v-13,10,20,43,-5,56v3,20,8,38,9,60v-4,3,-4,5,0,8r-4,16v-14,8,-22,6,-40,4v-4,-16,-4,-31,3,-44v-5,-24,5,-56,-19,-68v-17,-1,-41,9,-52,0r-52,9v-6,12,-9,24,-4,39v-16,17,22,73,-24,68v-3,-4,-5,-4,-8,0","w":273},"I":{"d":"29,-22v3,-36,13,-74,0,-104v3,-22,-1,-52,8,-68v-2,-19,-15,-43,0,-55v13,-2,26,-6,36,0v1,10,-3,24,4,28r-4,56v4,6,4,9,0,16v7,44,-4,84,4,123v-3,2,-5,6,-4,12r-36,4","w":107},"J":{"d":"-5,66v14,-18,33,-31,40,-56v-7,-4,-3,-10,0,-16v-11,-18,8,-33,0,-48v9,-27,-7,-69,3,-96v-11,-31,0,-60,-8,-92v14,-4,37,-12,48,0v-3,18,3,46,-8,56v5,16,5,32,0,48v6,17,10,35,5,56v8,6,-5,22,3,28v0,16,-7,39,0,52v-5,10,-14,19,-8,32v-23,14,-34,40,-68,43","w":107},"K":{"d":"31,-43v9,-33,-9,-65,4,-96r-4,-91v5,-2,5,-9,0,-12v12,-5,25,-8,40,-4v11,23,1,54,7,80v-6,6,-4,24,5,27v14,-9,37,-10,35,-35v24,1,17,-29,40,-28v13,-17,22,-37,41,-47v11,2,26,0,32,7v-4,5,-5,14,-17,12v-6,10,-20,12,-20,28r-7,0v-17,23,-44,36,-52,68v9,11,17,22,23,36r56,52v0,18,20,18,28,28v-6,15,-30,12,-39,23v-5,-8,-17,-9,-16,-23r-60,-56r0,-12r-36,-32v-9,-1,-12,3,-16,7r0,96r-36,9","w":254},"L":{"d":"36,-171v-5,-26,-11,-52,0,-75v10,-7,26,-1,40,0r-4,64v9,14,-6,44,4,63v-6,17,-2,37,0,56v-12,12,9,24,15,32v22,-9,53,5,72,-4r12,4r-8,20v-19,11,-50,-8,-68,4v-10,-11,-35,7,-43,-4v-5,10,-18,-4,-20,4v-4,-16,-4,-32,0,-48v-10,-6,7,-27,-4,-32v2,-6,6,-13,0,-16v5,-18,0,-25,4,-44v-8,-3,6,-14,-4,-20","w":195},"M":{"d":"30,-11v-13,-23,-2,-49,4,-75v-11,-7,8,-28,-4,-37v11,-26,8,-50,12,-79v-9,-8,3,-25,0,-40r20,-12v11,12,30,3,44,12v30,49,41,116,64,172r12,7v4,-10,26,-20,16,-31v8,-21,19,-39,23,-64v10,-6,5,-8,4,-20v5,-7,14,-10,12,-24v5,-3,5,-5,0,-8r24,-39v15,5,39,-2,52,3r8,52v-9,4,4,14,-4,16r8,48v-11,6,7,30,-4,36v5,16,4,38,12,51v-3,6,-6,23,0,28v-6,2,-13,3,-16,9r-27,-9v0,-10,-10,-27,0,-31v-7,-23,-8,-41,-5,-68v-4,-16,1,-42,-3,-64r-12,-8v-4,7,-23,14,-12,20v-21,30,-30,71,-48,103v-3,25,-7,50,-28,57v-3,-5,-5,-5,-8,0v-14,-5,-25,-13,-32,-25r4,-4r-40,-104v1,-27,-15,-35,-24,-52v-26,12,-18,61,-20,101v7,4,0,8,-4,12v9,20,-5,43,-4,67v-8,5,-16,5,-24,0","w":354},"N":{"d":"44,-12v-24,1,-1,-31,-12,-40v9,-35,-5,-77,4,-111v-6,-3,-2,-10,0,-16v-5,-24,1,-39,-4,-64v28,-11,70,-6,72,24v4,6,13,8,11,20v20,18,29,45,44,68v13,4,17,18,20,32v5,4,13,6,16,12r12,-8r5,-56v-6,-2,-6,-10,0,-12v-6,-27,-9,-50,-5,-80v7,-10,18,-3,32,-4v9,21,-5,53,4,76v-6,14,1,32,-4,56v9,7,-3,22,-4,32v4,16,11,32,4,48v5,3,4,12,4,20v-11,2,-28,14,-36,3r-4,5v-9,-15,-29,-19,-28,-45v-9,-15,-26,-22,-28,-43r-40,-56v2,-23,-18,-24,-27,-36v-24,9,-14,58,-12,88v-12,16,10,57,-4,76v6,3,2,10,0,16","w":274},"O":{"d":"18,-120v11,-57,29,-107,80,-123v24,-7,48,-16,75,-7v13,-12,29,13,52,7v26,24,55,45,60,91v-11,9,9,37,-4,48r4,5r-20,43r-40,29r-32,19v-21,1,-46,8,-59,-4v-11,11,-28,-6,-44,-4v-13,-12,-29,-21,-44,-31v-14,-20,-17,-50,-28,-73xm82,-179v-4,28,-13,57,0,80v-12,5,9,13,0,19r16,24v19,14,46,20,75,24v6,-4,8,-14,20,-12v15,-9,26,-22,32,-40r5,-71r-13,-37r-24,-23r-44,-12v-35,3,-50,26,-67,48","w":308},"P":{"d":"46,-8v-20,-6,-10,-24,-16,-44v9,-4,-5,-16,4,-20v-9,-14,5,-41,-4,-60v6,-10,2,-23,0,-36v1,-25,6,-51,0,-72v13,-13,44,-13,64,-7r4,-5r72,12v29,18,45,61,24,100v-24,23,-57,37,-108,32r-12,12v4,29,3,55,0,83xm74,-144r12,12v34,1,54,-12,72,-27v2,-15,-7,-21,0,-33v-15,-11,-18,-32,-48,-28v-9,-8,-18,-6,-28,0v-11,23,-1,53,-8,76","w":217},"Q":{"d":"61,-32v-16,-27,-48,-55,-36,-99r-4,-4r16,-60r56,-52v17,8,40,-6,60,-8v69,8,120,34,132,99v-9,5,-3,13,4,17v-5,31,-16,56,-29,80r-39,39v2,33,46,28,76,37v-6,9,-13,16,-20,23v-26,-4,-52,-8,-67,-23v-14,1,-25,0,-29,-9v-21,-2,-42,-3,-52,-16r-56,-15v1,-8,-4,-10,-12,-9xm73,-143v11,11,-8,35,8,43v-7,22,20,41,32,57v23,6,46,10,72,3r32,-23v-3,-21,15,-19,12,-40v5,-16,0,-22,8,-36v-9,-11,-11,-14,-8,-32r-19,-32r-37,-24v-13,11,-36,-5,-52,4r-36,36","w":306},"R":{"d":"30,-17v3,-10,-1,-27,8,-32v-20,-9,9,-45,-5,-56v4,-25,-1,-37,5,-64v-8,-15,-8,-35,-5,-56v-5,-3,-2,-13,-3,-20v29,-3,61,-18,84,-3r4,-5r52,13r35,36v-5,3,-1,10,0,16v-4,15,-8,31,-16,43r-23,16r4,32v17,24,33,49,43,80v-15,1,-25,7,-32,16r-27,-24v8,-10,-9,-28,-16,-36r4,-4r-21,-40v-17,-13,-42,-3,-47,12v9,5,-8,25,4,32v-10,8,3,28,-4,32v7,4,-3,8,0,16v-16,6,-30,2,-44,-4xm86,-220v-18,25,-5,40,-8,75v8,17,40,6,60,5v5,-8,22,-18,11,-25v2,-9,13,-21,5,-27v9,-9,-11,-17,-16,-25","w":236},"S":{"d":"25,-20r8,-20v15,3,31,6,44,12v3,-6,10,-2,16,0r40,-8r16,-24r-11,-32v-18,-7,-27,-24,-53,-23r0,-4r-44,-25v-2,-8,-14,-22,-3,-27v-11,-13,-5,-31,0,-48r35,-28v30,-6,58,-9,92,-5v8,7,21,12,12,25v-13,9,-31,-10,-39,0v-20,-4,-47,-7,-53,11v-12,7,-5,25,-4,40v26,31,80,35,104,68v2,9,2,20,8,25v-6,19,-11,39,-20,55v-22,6,-34,22,-60,24v-30,-5,-65,-4,-88,-16","w":212},"T":{"d":"23,-224v-11,-5,5,-19,7,-28v10,1,25,-3,28,5v4,-11,17,6,20,-5v14,-1,36,10,44,0v27,0,62,10,83,0v14,7,24,-6,21,21v-15,11,-38,5,-64,4r-23,24v3,28,3,49,0,79v6,13,-3,38,3,52v-9,8,6,31,-3,40v4,3,3,13,3,20v-11,2,-22,5,-36,4v-3,-5,-13,-15,-4,-20v-3,-19,-5,-37,0,-55v-10,-19,5,-46,-4,-69v10,-9,-6,-32,4,-39v-2,-14,-6,-40,-20,-33v-19,-5,-37,2,-56,-3","w":236},"U":{"d":"36,-83v-2,-14,-13,-37,0,-44v-1,-10,-9,-24,0,-29v-1,-9,-9,-23,0,-27v-10,-8,6,-28,-5,-40r0,-16v10,-5,20,-16,32,-8v5,-7,9,0,13,4v0,7,-1,14,4,16v-18,32,3,83,-9,120v6,23,9,51,25,64v18,7,33,9,52,11r36,-15r15,-21r8,-67v-8,-8,5,-26,-8,-32v6,-7,10,-14,0,-20v7,-7,-4,-22,4,-32v-11,-11,8,-42,21,-28v4,-8,10,5,15,8v-6,22,2,37,-4,56v11,6,-11,22,0,27v0,8,2,19,-4,21v0,31,11,69,-7,88r3,4r-36,28v-67,22,-155,5,-160,-65","w":269},"V":{"d":"26,-225v-10,-5,-12,-29,8,-25v3,5,6,5,9,0r23,8v27,56,41,124,68,180r16,-8v7,-17,22,-26,20,-52v17,-18,17,-56,28,-80r20,-43v13,0,33,-11,40,0v-5,16,-18,36,-24,56v-5,4,-10,8,-8,19v-5,8,-14,12,-12,28v-3,11,-22,25,-12,36v-9,16,-22,29,-24,52v-7,4,-9,11,-5,20v-7,10,-14,20,-23,28v-19,-2,-41,-2,-48,-16v-9,-50,-31,-88,-52,-127v3,-21,-11,-27,-12,-45v-9,-5,-10,-19,-12,-31","w":274},"W":{"d":"27,-207v2,-17,-11,-18,-7,-36v14,-6,28,-10,44,-4v17,32,19,79,39,108v0,9,8,23,0,28v7,4,11,10,9,23r19,17r20,-20v2,-44,24,-67,28,-108v-5,-18,-17,-29,-16,-52r44,4v15,19,15,55,28,76v-6,21,19,27,8,40v5,9,4,22,12,28v-8,6,5,36,24,32v28,-39,31,-103,52,-148r4,-28v14,-12,26,-2,43,0v-9,20,-15,45,-27,64v7,17,-19,40,-16,68v-12,14,-20,31,-20,56v-15,5,-9,30,-20,39r0,8v-15,0,-21,8,-32,0v-18,13,-31,-18,-32,-40v-13,-7,-9,-31,-13,-48v-9,-9,-13,-23,-27,-27v-30,26,-28,82,-51,115v-8,11,-30,-6,-37,4v-4,-7,-19,-12,-12,-20v-9,-34,-22,-63,-36,-91v9,-15,-6,-27,-11,-40v-5,-16,-4,-39,-17,-48","w":392},"X":{"d":"63,-12v-17,6,-47,12,-40,-15r44,-40v4,-32,40,-32,40,-68v-11,-15,-21,-31,-36,-43r4,-5r-48,-60v13,-15,39,3,52,-3v5,8,17,9,16,23r36,48r8,0r39,-48v6,-23,33,-26,61,-28v11,10,-14,9,-9,25v-27,26,-52,53,-67,91v15,52,59,74,80,120r0,8v-14,-2,-10,-3,-25,0v-4,-9,-16,4,-28,0v1,-21,-23,-16,-19,-40r-32,-44r-16,0v-14,24,-37,41,-44,72v-5,4,-11,17,-16,7","w":265},"Y":{"d":"21,-243v18,-3,40,-14,52,0r44,80v9,6,16,17,28,8v16,-30,38,-54,47,-91r52,-5v-14,23,-35,39,-43,68v-12,2,-17,10,-16,25v-15,17,-33,31,-37,59v5,3,5,5,0,8v3,12,2,28,8,36v-2,14,-7,25,-8,40v-10,4,-19,10,-35,8r-4,-80v8,-26,-22,-56,-36,-76r0,-12","w":261},"Z":{"d":"37,-8v-22,2,-5,-21,-4,-32r52,-64v24,-31,45,-64,72,-92v8,-18,-4,-27,-24,-23v-3,-5,-5,-5,-8,0v-12,-12,-39,7,-48,-5v-14,3,-40,11,-48,-3r8,-25v11,1,29,-4,32,5v3,-5,5,-5,8,0v18,-10,42,5,60,-5v28,7,53,1,83,0v4,7,6,16,5,28v-6,10,-20,12,-20,28r-80,96v-10,18,-31,25,-28,56v35,10,68,3,108,8v8,-5,16,-3,32,0v-2,9,-16,18,-8,24r-69,4v-13,-7,-58,4,-79,-4v-17,6,-27,-2,-44,4","w":257},"[":{"d":"21,-27v6,-2,6,-17,0,-20v0,-17,10,-42,0,-56v5,-12,-1,-40,8,-52v-5,-2,-3,-5,0,-8v-8,-8,-8,-16,0,-24v-4,-13,0,-33,-8,-43v8,-8,-8,-29,8,-36v12,0,30,8,37,0v2,6,13,5,15,0r20,8r0,15v-6,2,-13,6,-16,0r-16,8v5,16,-13,23,-3,28v-9,15,6,32,-8,44v18,23,-11,66,8,92v0,13,-11,33,0,40v-8,27,-2,56,7,76r28,3v-2,10,-3,7,0,17v-17,14,-50,3,-76,3v-8,-38,3,-64,-4,-95","w":119},"\\":{"d":"31,-209v-10,-6,-21,-26,-12,-40r24,4r20,28v-3,19,20,50,32,68v-3,20,10,25,16,36v12,21,18,48,35,64r12,39v-13,6,-19,2,-32,0v-25,-73,-59,-137,-95,-199","w":174},"]":{"d":"19,68v-8,-12,2,-28,16,-20v17,-4,25,-23,20,-39v6,-44,-3,-97,3,-136v-6,-20,3,-71,-3,-99r-16,-17r-24,-3v-3,-28,30,-18,52,-16v4,8,17,-4,28,0v0,7,0,13,4,16v-2,8,-14,19,-4,23v-5,18,-6,35,4,48v-14,31,0,69,-9,100v12,4,-7,21,5,24v-9,5,4,9,-5,12v5,13,5,27,0,40r5,64v-23,11,-48,4,-76,3","w":119},"^":{"d":"18,-216v-5,-4,-1,-10,0,-16v34,2,41,-49,72,-23v14,11,36,15,37,39r-4,4r-48,-24v-3,3,-6,5,-8,0v-17,6,-25,21,-49,20","w":143},"_":{"d":"16,32v-16,-11,0,-21,12,-24r53,0r3,5r68,-5v11,11,38,-6,55,5r0,15v-44,13,-89,0,-131,8r-48,-8v-4,7,-9,-3,-12,4"},"`":{"d":"26,-243r20,-20v22,12,49,18,64,36v1,12,-8,13,-12,20r-40,-16v-4,-13,-27,-8,-32,-20","w":138},"a":{"d":"17,-86v6,-15,14,-29,16,-48v14,-13,25,-29,44,-37v5,10,15,-4,23,-7v12,-1,30,9,36,0v15,6,30,8,48,4v4,39,4,71,0,111v7,16,-1,29,4,52v-9,1,-17,5,-28,4v-11,-6,-15,-19,-31,-19v-15,17,-47,23,-76,15r-24,-27xm65,-114v5,23,1,55,16,68v14,8,28,13,48,8v6,-15,24,-26,16,-45v2,-15,5,-51,-5,-67v-18,-1,-38,-7,-52,0","w":217},"b":{"d":"25,-27v3,-19,10,-35,4,-53v4,-3,4,-5,0,-8v5,-17,3,-32,0,-56v10,-6,-9,-30,4,-39v-10,-13,8,-38,-8,-44v8,-5,-2,-17,0,-28v8,-3,18,-19,24,-8v7,0,14,0,16,-5v1,11,9,32,0,41v8,28,-8,61,16,75v13,-7,21,-28,40,-20v11,-2,22,-4,36,-3r28,27v6,17,23,52,4,68v0,51,-42,62,-79,76v-10,0,-24,-8,-29,0v-13,-4,-25,-10,-44,-8xm77,-127v-8,31,-9,54,-4,87r12,13r32,3v15,-13,30,-26,36,-48v-6,-5,4,-15,-4,-23v9,-17,-15,-35,-20,-49v-23,-6,-48,-4,-56,13","w":216},"c":{"d":"23,-80v-9,-5,4,-9,-5,-12v4,-27,13,-48,28,-64v8,9,13,-8,20,-12v26,-8,69,-20,88,0r0,8v-50,4,-97,13,-92,72v10,27,17,55,49,60v2,-4,4,-4,7,0v11,-2,32,-9,41,0r-21,19v-25,7,-49,3,-72,-3r-31,-32v2,-11,-7,-12,-12,-16r0,-20","w":173},"d":{"d":"28,-39v2,-17,-13,-20,-4,-36v-10,-22,10,-52,16,-72v26,-8,46,-42,80,-28v21,0,41,-13,24,-28v0,-9,8,-23,0,-27r8,-37v15,6,24,-2,36,4v-6,31,-2,63,0,96v-4,3,-4,5,0,8v0,9,-8,23,0,28v-5,28,2,47,-4,76v5,15,3,28,0,43r-21,4v-13,-7,-17,-24,-39,-23r-28,28r-39,-9xm64,-119v-1,26,-1,52,12,64v-5,2,-3,5,0,8r32,12r27,-9r13,-31v-5,-29,-4,-63,-20,-80v-17,-1,-31,1,-44,4","w":216},"e":{"d":"40,-31v-12,-16,-25,-43,-16,-68v-9,-9,7,-27,8,-40v23,-16,42,-49,80,-35v12,-11,37,10,51,15v-1,11,17,12,9,20v9,9,3,30,11,40v-3,19,-24,1,-36,12r-67,-4v-7,10,-21,11,-21,28v18,14,27,38,61,36v3,-3,5,-5,7,0v17,-3,31,-9,52,-8v0,28,-35,23,-59,32r-48,-8xm72,-143v-2,13,-14,30,0,36v27,-4,51,9,68,-16r-9,-24v-9,-2,-21,-17,-27,-8v-11,-12,-24,6,-32,12","w":202},"f":{"d":"13,-151v-8,-5,2,-16,4,-24r15,0v6,-14,19,-28,5,-40v11,-37,36,-63,88,-52v3,2,3,7,3,12r-31,12v-18,13,-31,58,-5,72v7,0,14,1,16,-4v6,7,19,6,17,20v-7,1,-17,7,-21,0r-19,8v-16,22,1,61,-8,88v0,21,3,24,4,44v-7,6,-18,8,-32,7v-16,-18,-13,-56,-4,-79v-3,-15,-15,-38,0,-48v-8,-8,-13,-19,-32,-16","w":134},"g":{"d":"47,-19v-10,-18,-28,-28,-27,-56v8,-4,-7,-15,4,-20v-8,-30,30,-56,48,-76v8,-2,18,-12,23,-4v16,-11,65,11,93,0v7,16,-6,38,3,52v-2,24,-14,51,0,68v-4,15,-2,31,0,47r-28,60v-11,7,-20,15,-40,12v-17,22,-60,2,-83,8r-13,-12v3,-5,9,-7,8,-16v20,5,41,10,68,8r40,-28v2,-14,18,-32,8,-43v3,-4,-5,-18,-20,-16v-16,10,-27,25,-51,27xm63,-104v6,28,9,58,36,65v4,-10,19,-1,28,0v11,-8,21,-28,12,-44v14,-5,-1,-25,8,-32v-3,-17,-3,-36,-20,-40v-39,-10,-54,21,-64,51","w":217},"h":{"d":"26,-16v1,-12,12,-29,4,-40v9,-10,-6,-36,3,-48v-7,-8,4,-25,-3,-36v8,-8,-7,-29,3,-39v-4,-4,-5,-20,0,-24v-4,-21,-8,-39,-3,-60v7,-10,17,4,20,-5v6,2,11,6,20,5v0,28,10,62,-4,80v2,15,1,33,24,28v15,-11,27,-23,52,-24r28,12v4,10,22,21,12,32v14,15,2,45,4,71v-7,13,3,39,-4,56v-12,3,-13,-1,-21,4r-15,-16v1,-24,6,-51,-4,-68v9,-16,-5,-35,-8,-52r-16,-12r-28,4r-20,24r-4,92v8,6,1,23,-8,24v-12,-1,-23,-4,-32,-8","w":212},"i":{"d":"25,-230v1,-19,7,-39,28,-28v18,-3,17,12,24,20v-4,3,-4,5,0,8v-6,9,-15,14,-32,12v-7,9,-13,-8,-20,-12xm37,-7v-10,-15,-8,-46,-4,-63v-7,-5,3,-9,-4,-13v9,-4,-4,-13,4,-15v-2,-26,-6,-53,0,-76v7,2,19,6,24,0r12,8v1,11,-3,27,4,32r-8,8v7,39,4,75,8,111v-8,13,-28,0,-36,8","w":98},"j":{"d":"-6,60v12,-18,30,-31,36,-56v-12,-16,7,-51,-5,-72v9,-4,1,-18,0,-27r9,-32v-4,-11,-11,-19,-9,-36v6,-15,23,-5,37,-12v18,18,-4,62,8,91r-4,72r4,4r-16,48v-11,7,-14,24,-32,24v-8,9,-10,5,-24,8xm30,-223v-13,-11,-6,-32,8,-36r32,4v4,12,6,33,-8,35","w":98},"k":{"d":"28,-23r4,-56v-8,-5,0,-19,0,-28v-5,-22,-2,-37,0,-60v-4,-3,-4,-5,0,-8r-4,-84v14,-3,34,-19,44,-4v-1,22,-5,26,0,44v0,21,-10,47,-4,64v-8,15,10,69,26,42v21,-20,37,-44,61,-61v8,1,15,3,24,3v2,6,0,10,-7,9v-18,15,-32,34,-48,51v-1,5,-1,11,0,16r64,76v-3,12,-20,10,-28,16r-20,-12r-28,-44v-13,-9,-20,-23,-36,-28r-8,8r0,67v-12,4,-19,-3,-28,4","w":210},"l":{"d":"33,-8v-8,-25,-2,-45,-7,-71v15,-19,-1,-59,7,-88v-6,-5,5,-14,-3,-20v8,-11,-10,-27,0,-40v-8,-11,-1,-49,11,-36v6,-4,15,-5,25,-4v3,39,3,77,0,116v3,19,-1,44,3,64v-6,13,4,34,-3,43v7,6,-4,20,3,25v-5,3,-10,15,-15,7v-5,9,-17,-5,-21,4","w":98},"m":{"d":"32,-75v-12,-5,1,-17,-8,-24v17,-7,-3,-37,8,-48r-4,-20v13,-7,25,-9,36,0v15,30,53,-13,80,-12v11,6,26,8,28,24v6,4,12,10,24,8v18,-11,30,-28,56,-32r27,12v7,14,19,24,16,48v7,3,3,9,0,15v8,28,0,55,0,85v8,3,2,7,-3,11v-23,-1,-43,-7,-32,-31v-3,-3,-5,-6,0,-8v-5,-20,-3,-33,0,-57v-4,-2,-4,-4,0,-7r-16,-32v-21,-6,-52,-4,-60,12r-4,56v8,5,-1,19,0,28r4,35v-18,0,-18,3,-36,0v-8,-20,4,-48,-4,-71v8,-9,-2,-26,-8,-44v9,-9,-16,-14,-19,-24r-33,8r-16,24r-4,80v3,5,7,22,0,31v-16,-6,-18,0,-32,0v-8,-19,1,-40,0,-67","w":325},"n":{"d":"27,-18v5,-44,2,-86,0,-132v4,-9,5,-31,20,-20v2,-4,9,-3,15,-3v3,11,12,17,20,23r29,-20r47,-3v12,14,28,25,28,51v-4,16,-4,42,0,64r-8,48r-20,3r-15,-15v3,-13,-1,-33,7,-40v-7,-24,-4,-44,-12,-68v-12,-9,-18,-24,-43,-20v-15,8,-22,23,-28,40v5,13,5,32,-5,40v11,16,5,37,5,60v-16,6,-28,-2,-40,-8","w":212},"o":{"d":"26,-52v-19,-51,8,-98,44,-115v24,-23,78,-7,100,8v10,14,28,20,24,48v8,6,5,21,8,32r-20,44r-32,23r-40,9v-18,-4,-31,-11,-52,-12xm66,-111v11,14,-6,39,4,56r24,28r28,0r28,-25v6,-37,3,-79,-16,-99r-36,-4v-8,9,-27,8,-24,28","w":220},"p":{"d":"34,73v-8,-11,-15,-19,-4,-32v5,-43,-1,-84,4,-121v-4,-2,-4,-4,0,-7r-4,-60v-9,-5,3,-19,4,-28v20,4,37,12,48,25v17,0,18,-15,28,-21v13,-1,34,-9,44,0r4,-4v23,19,39,46,40,88v-13,32,-25,68,-60,75r-44,9v-9,-13,-22,5,-28,12v-1,18,9,44,0,56r4,3v-11,3,-21,6,-36,5xm70,-115r7,84v6,3,13,12,17,4v4,7,18,3,28,4v9,-15,28,-20,27,-44v6,-18,4,-33,-4,-48r4,-4v-12,-8,-23,-38,-43,-24v-21,-11,-29,15,-36,28","w":216},"q":{"d":"33,-22v-12,-30,-17,-67,-8,-104v16,-16,30,-34,52,-44v10,10,21,-17,36,-4v15,-5,28,-3,40,4v15,-2,35,-9,36,8v1,16,-10,40,0,52r-4,80v8,4,1,12,-4,16v5,17,11,33,4,51v4,8,3,11,4,29v-11,1,-26,13,-32,3r-12,0v4,-8,4,-15,0,-23v2,-22,6,-44,0,-64r-16,-8v-19,10,-35,23,-63,24xm133,-149v-54,-27,-77,35,-64,91v6,25,42,27,64,16v10,-30,10,-56,12,-92","w":217},"r":{"d":"37,-11v-18,0,0,-25,-8,-28v2,-15,5,-30,4,-48v-5,-2,-3,-5,0,-8v-1,-14,-9,-37,0,-48v-8,-5,3,-14,0,-24v9,-5,18,-10,28,-3r16,23v19,-9,29,-27,56,-28v8,15,-3,28,-8,41v-18,7,-45,5,-52,23v-3,30,-11,62,0,88v-2,5,-7,8,-7,16","w":152},"s":{"d":"21,-19r8,-12v26,4,54,12,75,0v4,-7,6,-16,5,-28v-12,-11,-24,-22,-49,-20v-6,-4,-7,-13,-19,-11r-17,-21r0,-32v14,-12,23,-29,45,-32r67,5v-2,9,8,12,0,15v-29,-5,-63,-2,-76,17r9,19v20,7,32,24,59,24v5,15,23,17,20,40v13,10,-15,21,-4,32v-14,-2,-18,6,-24,12v-8,0,-20,8,-23,0v-27,5,-59,5,-76,-8","w":165},"t":{"d":"12,-154v7,-5,-3,-13,3,-16v15,-4,34,-24,20,-40v10,-13,26,-19,45,-11v-3,9,-6,18,-5,31v8,4,20,25,28,12v9,3,15,9,28,8r0,16r-44,4r-12,20r5,76v10,9,24,31,39,20r16,0r4,12v-20,12,-36,7,-59,16r-33,-16v4,-18,-21,-31,-7,-44v-9,-4,-1,-16,0,-24v-6,-19,-1,-28,0,-48v-10,-5,-16,-13,-28,-16","w":149},"u":{"d":"44,-16v-9,-18,-26,-30,-16,-56r-4,-4v0,-27,8,-61,0,-83r8,-12v15,0,31,-2,36,8v-3,15,-16,35,0,43v-3,15,-4,40,0,60r28,28r24,-4r24,-32v-4,-3,-4,-5,0,-8v-4,-17,-4,-34,0,-52v-9,-8,3,-29,3,-43v13,2,31,-1,37,8v0,10,-10,24,0,28v-5,16,-5,31,0,47v-11,5,6,21,-5,25v8,14,2,33,0,51r-32,0v-4,-7,-5,-16,-12,-20v-21,10,-36,24,-63,28","w":212},"v":{"d":"29,-142v-8,-4,-9,-15,-8,-28v11,-7,20,0,32,0v25,30,26,85,51,116v20,2,18,-17,25,-28r-4,-4r32,-80v10,-7,20,-10,28,0v-3,19,-15,30,-16,52v-15,15,-19,41,-29,60v10,13,-18,26,-15,47v-9,-5,-23,1,-36,-4r-4,4v-23,-41,-41,-86,-56,-135","w":203},"w":{"d":"16,-167v11,-9,24,-7,37,0v15,28,20,64,35,92v-11,9,4,22,16,23v21,-23,13,-74,36,-95v1,-21,11,-33,32,-24v12,12,11,37,24,48v2,28,4,57,20,71v34,-25,28,-92,60,-119v8,0,17,-1,20,4v-22,49,-38,106,-60,155v-6,4,-17,2,-20,9r-20,-9v-11,-17,-11,-44,-24,-59r0,-28v-8,-4,-14,-10,-28,-8v-2,12,-17,27,-8,36v-4,5,-17,11,-8,16v-9,16,-3,47,-28,47v-3,-4,-5,-4,-8,0r-20,-4r-19,-59","w":312},"x":{"d":"19,-11r56,-68v11,-22,-8,-30,-12,-48v-20,-4,-24,-24,-36,-35v2,-14,26,-6,40,-8v11,15,22,31,36,43v24,1,25,-21,36,-35v12,-6,25,-10,44,-8v-6,22,-22,33,-36,47r-20,36v17,21,32,45,52,64v-1,7,5,8,8,12r-48,-4v-16,-16,-13,-50,-48,-47v-13,18,-24,38,-39,55v-11,-1,-28,3,-33,-4","w":210},"y":{"d":"25,-150v2,-10,-13,-11,-4,-17v9,-12,23,-4,36,0v-1,16,11,19,16,28v2,14,2,30,12,36v3,23,5,72,31,48v6,-17,23,-32,12,-52r17,-32v-11,-8,5,-28,15,-32r24,4v1,26,-18,33,-16,60v-14,14,-13,43,-28,55v-1,33,-20,49,-24,80r-31,37v-8,-15,-27,21,-40,3v-1,-15,13,-13,20,-20v9,-11,16,-25,27,-35v-12,-27,-26,-51,-32,-84v-13,-13,-11,-40,-28,-48v11,-7,-5,-21,-7,-31","w":204},"z":{"d":"21,-8v-8,-6,2,-18,3,-27r45,-56v15,-12,25,-30,35,-48v-11,-18,-47,-10,-75,-9v-2,-5,-4,-11,-8,-15v6,-2,15,-12,19,-4v9,-9,29,6,36,-8v17,6,27,-2,44,4v9,-7,36,-3,44,4r-4,24r-80,88v-7,13,8,25,28,23v3,4,6,4,9,0v9,3,18,5,23,-3v7,5,15,8,24,3v-2,15,-9,30,-24,20v-23,5,-40,1,-64,0v-10,19,-35,-9,-55,4","w":188},"{":{"d":"16,-89r4,-20v21,-3,24,-23,36,-35r-9,-53v6,-23,3,-55,20,-67v5,7,11,-1,17,-4v16,-3,28,-4,43,0r0,16r-36,20v-1,31,-7,64,0,92v-4,18,-16,28,-27,39v8,14,20,25,27,40v-8,11,4,33,-4,48v4,3,4,6,0,9v0,10,8,25,0,31v13,10,19,27,44,25r-4,15v-36,8,-73,2,-75,-32v-1,-21,-12,-49,4,-59v-1,-9,-8,-23,0,-29r-9,-24","w":142},"|":{"d":"32,-48v-5,-9,-11,-18,0,-24r-3,-84v3,-16,5,-38,0,-56v4,-18,0,-31,0,-48v9,-5,17,-10,28,-4v-4,16,-4,32,0,48v-11,6,8,28,-4,36v7,12,-4,35,4,52v-10,5,6,20,-4,24v3,17,8,41,-4,51v16,22,-1,59,8,93v-8,5,4,16,0,27r-28,-3v0,-38,4,-46,0,-77","w":85},"}":{"d":"18,68v-11,-14,12,-19,20,-24r17,-20v-5,-34,-4,-64,3,-100r16,-19v-13,-30,-22,-62,-23,-104v9,-8,-4,-24,-5,-36v-11,-4,-19,-10,-31,-12v-4,-23,18,-21,36,-24v17,14,45,15,43,48v-8,4,1,11,4,16v-3,9,-14,24,-4,32v-3,9,-12,22,-4,32v-5,12,18,24,24,36v13,-3,13,8,12,19r-23,8v-23,23,-12,70,-9,108v-5,28,-30,53,-63,40r-13,0","w":142},"~":{"d":"49,-222v-6,-11,-26,16,-24,-8r20,-12v14,2,30,2,36,12v14,-2,29,-8,39,0v-2,28,-46,22,-60,8r-11,0","w":146},"\u00a0":{"w":92},"\u00a1":{"d":"27,-142v-9,-28,14,-42,40,-32v10,9,13,23,8,40v-9,6,-20,-5,-28,4xm27,69v1,-49,9,-94,12,-144r-4,-3v9,-11,17,-5,32,-4v-1,33,6,59,8,95v-16,8,16,48,-8,56v-9,-5,-24,1,-40,0","w":104},"\u00a2":{"d":"36,-74v-3,-18,-19,-39,-8,-57v-8,-37,30,-75,72,-79v6,-10,14,-18,12,-36r8,0v0,7,0,14,-5,16v11,9,19,27,37,20v6,2,3,13,4,20v-10,6,-27,-5,-36,3v-7,-6,-19,0,-29,0v-29,26,-34,80,-8,113v11,-4,15,12,20,3v13,7,25,9,36,0v15,1,30,19,9,28v-25,-2,-33,11,-36,32v-6,-4,-11,-8,-9,-20v-8,-13,-26,-16,-43,-20","w":175},"\u00a3":{"d":"18,-127r0,-16v19,3,23,-9,32,-16r4,-48r19,-27r45,-16r63,3r0,17v-27,1,-45,4,-71,8r-21,35v9,8,-3,23,0,37v10,6,37,12,49,3v6,3,12,6,19,0v7,4,11,11,9,24v-25,4,-59,-2,-73,12v-9,19,-6,43,-4,68r13,12r64,-4v4,7,14,-3,23,0r-3,24v-18,-1,-29,8,-41,0v-5,11,-26,-7,-31,4v-20,-7,-41,1,-64,0r-9,-24v8,-10,10,-21,5,-36v9,-10,-3,-30,0,-48","w":213},"\u00a5":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\uf8ff":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\ue01e":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\u25ca":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\u2260":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\u2248":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\u222b":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\u221e":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\u221a":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\u2211":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\u220f":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\u2202":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\u20ac":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\u03c0":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\u03a9":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\u0394":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\u00a7":{"d":"105,-7v-30,4,-78,6,-84,-20v12,-7,24,0,36,4v26,-3,59,1,52,-36r-80,-44v-3,-7,-13,-18,-4,-24r-4,-4r24,-31v-8,-19,-26,-35,-16,-60v18,-20,42,-33,80,-33v3,5,5,5,8,0v12,3,33,13,16,25v-7,-1,-16,-7,-20,0v-22,-6,-43,-3,-52,12r12,23r72,33v16,20,0,53,-12,67v-4,18,14,12,12,28v4,3,4,5,0,8v13,32,-22,41,-40,52xm61,-147v0,14,-1,28,8,32v15,2,36,15,44,0r4,-20v-7,-11,-23,-15,-36,-20v-3,5,-5,5,-8,0","w":171},"\u00a8":{"d":"27,-215v0,-14,-1,-28,8,-32v18,2,38,1,32,28v-9,10,-25,7,-40,4xm147,-215v-26,18,-53,-17,-25,-32v13,-1,24,0,28,8","w":171},"\u00a9":{"d":"21,-112v-7,-3,0,-6,0,-11r5,0v-13,18,15,23,11,48r45,43v15,-2,12,14,28,12v2,5,4,5,7,0v14,5,27,10,44,5v8,10,20,-12,24,0v11,2,16,-3,20,-9v39,-5,48,-39,72,-59v5,-32,-1,-64,-4,-96r-32,-40v-17,-7,-29,-19,-48,-24v-6,9,-10,-9,-24,-4v-10,-8,-32,3,-52,8v-4,-8,-15,-1,-15,8v-5,-7,-11,1,-17,4r0,-8v12,-6,27,-7,36,-16r4,4r56,-8v28,14,61,24,80,47v-1,9,2,15,12,13r20,52v-2,14,-6,26,-5,43r-27,48v-10,1,-10,12,-16,17r-44,23v-17,3,-41,-1,-52,8v-15,-5,-36,-4,-44,-16v-25,10,-50,-28,-68,-44xm26,-136v-11,-9,3,-32,3,-47v16,-3,13,-24,28,-28r-24,36v12,7,-16,16,-4,27v-2,3,-4,6,-3,12xm77,-92v-2,-19,-6,-39,0,-56r-4,-3r24,-37r40,-20r64,8v2,21,-27,6,-40,5v-28,4,-40,24,-56,39v-4,25,2,46,8,68r29,20v19,2,39,7,51,-4r12,4v-5,4,-11,18,-16,8v-18,9,-38,3,-56,8v-22,-10,-41,-23,-56,-40","w":310},"\u00aa":{"d":"57,-2v-22,-6,-49,-31,-36,-56v-11,-11,20,-14,16,-32v13,6,29,-10,52,-5v3,-6,19,-11,25,-3v9,-5,17,-9,20,-20v-5,-16,-11,-29,-24,-37v-26,1,-48,5,-73,9v-3,-2,-5,-6,-4,-12v16,-8,31,-17,52,-20v19,2,36,7,57,8v29,23,31,82,19,124v10,11,8,32,-4,39r-23,-3v-4,-6,-8,-12,-13,-17v-20,6,-33,19,-59,20xm57,-70v0,14,-2,30,16,27v2,2,5,3,4,8v7,2,17,9,20,0v10,10,22,-10,32,-15v0,-14,2,-29,-8,-32v-26,-10,-46,3,-64,12","w":195},"\u00ab":{"d":"22,-98v8,-8,8,-24,24,-24v7,-17,20,-28,32,-40v13,-1,22,2,20,16v-13,20,-37,30,-36,64v14,16,31,29,32,59v-22,13,-22,-27,-45,-27v-9,-16,-23,-27,-27,-48xm114,-90v13,-26,30,-48,52,-65r-4,-3v5,-4,13,-5,23,-4v0,30,-19,42,-31,60r3,32v11,11,41,34,20,51v-21,-24,-46,-43,-63,-71","w":210},"\u00ad":{"d":"21,-83v7,-10,1,-13,0,-24v15,-6,30,-15,45,-4v21,-3,37,0,55,-3v4,7,6,16,5,28v-18,3,-47,-3,-57,8v-1,-7,-13,-6,-15,0v-10,-2,-19,-6,-33,-5","w":148},"\u00ae":{"d":"28,-100v-11,-10,-17,-42,-3,-52v0,-40,24,-55,43,-76v22,-6,35,-21,64,-20v-9,5,-17,10,-32,8v-8,6,-10,18,-27,16v-14,18,-35,30,-37,60r-8,8v3,29,1,63,13,83v20,19,38,39,63,52v4,-6,9,-2,8,5v-5,7,-10,-6,-15,-9v-19,-1,-32,-8,-37,-23r-16,-8v-3,-12,-10,-21,-19,-28xm92,-184r17,-20v34,3,82,0,99,24v0,8,-2,18,4,20v-9,16,-22,29,-24,52v7,14,20,22,24,40r4,3v-8,3,-12,10,-24,9v-13,-20,-22,-45,-40,-60r-16,0v-8,15,-21,27,-12,48v-6,6,-10,14,-24,12v3,-22,-7,-44,4,-57v-7,-3,-1,-13,0,-20v-7,-20,-1,-39,-12,-51xm132,-168v-18,11,3,27,12,35r24,-3r17,-28r-25,-28v-15,1,-39,11,-28,24xm132,-9r88,-16v8,-12,21,-19,32,-28v10,-14,21,-27,28,-44v1,-24,13,-61,-8,-71v-8,-17,-7,-43,-32,-44v-13,-21,-46,-23,-64,-40r-16,0v37,-9,71,25,100,40v-4,14,19,12,8,20v9,15,24,24,20,52v8,4,-1,11,-4,16v6,15,6,37,-8,43v0,38,-39,38,-56,60v-17,7,-35,2,-44,12r-44,0","w":310},"\u00af":{"d":"44,-224v-6,6,-29,6,-19,-3v6,-6,22,-13,32,-5v16,-12,40,-2,64,-3r0,16v-20,-1,-46,-11,-57,3","w":143},"\u00b0":{"d":"12,-223v-4,-10,-2,-23,0,-35r20,-17r44,4v6,12,15,20,13,40v-16,7,-23,23,-49,20v-7,9,-19,-9,-28,-12xm24,-251v0,10,0,19,4,24v15,3,30,5,44,0v1,-16,0,-29,-8,-36r-27,0","w":98},"\u00b2":{"d":"23,-12v2,-23,12,-38,32,-43r68,-72v12,-12,18,-30,24,-48r-16,-40v-16,-9,-34,-15,-56,-8v-11,-12,-35,17,-48,4r0,-16v11,-2,23,-4,28,-12v19,6,29,-17,40,-3v19,-11,56,7,76,15v7,15,17,29,20,48v-16,46,-40,84,-80,107r-20,25r8,12v31,5,62,-2,92,3r-8,25v-20,6,-41,8,-64,3v-7,7,-22,-4,-32,4v-15,-6,-40,1,-64,-4"},"\u00b3":{"d":"23,-18v2,-6,5,-11,4,-20v22,-10,53,27,84,8v13,8,33,-14,43,-24v-1,-23,-9,-39,-20,-52v-20,-5,-36,-14,-59,-16r0,-12v19,-7,39,-13,55,-24r16,-28r-12,-28r-28,-16v-13,3,-32,0,-40,8v-9,-10,-19,11,-35,8v-2,-6,-5,-11,-4,-20v14,-2,30,-2,36,-12v21,4,30,-11,43,-3v12,-10,30,7,40,0v18,18,47,25,40,67v-13,12,-23,27,-40,35v2,23,22,28,40,37r12,40r-8,28v-16,22,-45,30,-72,40v-29,-5,-65,-4,-87,-16r-8,0"},"\u00b4":{"d":"31,-211v-3,-28,23,-26,32,-44v17,-11,40,-7,44,12v-13,16,-40,18,-55,32r-21,0","w":138},"\u00b6":{"d":"21,-207v12,-17,28,-30,48,-39v22,-1,44,-6,63,0v17,17,-2,50,9,72r-9,52v5,25,12,50,4,76v6,16,6,44,-16,32v0,-8,-2,-19,5,-20v-6,-13,-4,-26,0,-40r-8,-21v-8,-7,-28,-18,-41,-7v-38,-16,-68,-50,-55,-105xm172,-11v5,-46,3,-85,0,-136v10,-6,-9,-30,4,-40v-1,-11,-9,-31,0,-39v-7,-4,-7,-24,4,-24v17,7,0,46,12,60v-9,6,7,25,-7,32v15,10,-5,38,7,52v-5,14,-9,28,0,39v-8,11,0,29,0,44v-6,4,-8,14,-20,12","w":219},"\u00b7":{"d":"57,-103v-14,-8,-34,-10,-29,-36v6,-9,21,-26,32,-16v21,-1,25,14,25,36","w":113},"\u00b8":{"d":"35,20r4,-16v11,12,22,23,40,28v5,7,10,14,8,28v-11,11,-29,14,-48,8v20,2,29,-7,28,-28","w":116},"\u00b9":{"d":"53,-204v-9,12,-37,19,-32,-8v24,-14,53,-23,71,-43v13,4,29,5,36,15v-9,26,-5,56,-4,88v9,8,-9,20,0,32v-4,38,-2,66,0,104v-6,15,-26,-3,-32,8r-11,-12v7,-53,-3,-103,4,-152v-4,-12,-1,-30,-12,-35","w":163},"\u00ba":{"d":"26,-52v-19,-51,8,-98,44,-115v24,-23,78,-7,100,8v10,14,28,20,24,48v8,6,5,21,8,32r-20,44r-32,23r-40,9v-18,-4,-31,-11,-52,-12xm66,-111v11,14,-6,39,4,56r24,28r28,0r28,-25v6,-37,3,-79,-16,-99r-36,-4v-8,9,-27,8,-24,28","w":220},"\u00bb":{"d":"18,-36v12,-21,36,-30,39,-60v-5,-4,-11,-8,-3,-12r-29,-44v-4,1,-5,-2,-7,-4r15,-11v32,14,42,51,68,71v-12,36,-45,51,-68,76v-13,2,-11,-10,-15,-16xm129,-20v-7,-5,-21,-2,-19,-16v5,-8,16,-10,15,-23v9,-12,30,-22,20,-40r4,-4v-7,-11,-24,-14,-24,-32r-15,-21r11,-11v24,22,49,43,68,71v-2,21,-20,26,-28,40","w":210},"\u00bc":{"d":"53,-204v-9,12,-37,19,-32,-8v24,-14,53,-23,71,-43v13,4,29,5,36,15v-9,26,-5,56,-4,88v9,8,-9,20,0,32v-4,38,-2,66,0,104v-6,15,-26,-3,-32,8r-11,-12v7,-53,-3,-103,4,-152v-4,-12,-1,-30,-12,-35xm127,-12v-3,-16,9,-18,16,-24v11,-23,22,-46,40,-63v0,-19,17,-21,24,-32v6,-34,32,-49,40,-81v10,-13,24,-21,28,-39r19,-4r13,11r-28,41r-4,0v-33,51,-62,105,-100,151v-2,22,-20,28,-28,44v-5,-3,-11,-5,-20,-4xm306,-63v-30,5,-23,-20,-20,-40v10,-17,29,-25,32,-48v20,-16,28,-44,48,-60r-4,-4v15,-13,26,-30,44,-40r31,12v-13,23,-3,55,0,84v-7,5,4,16,-3,20v5,16,-13,41,11,51r24,5r-4,15v-14,5,-28,10,-36,21r5,32v-15,5,-49,7,-37,-16v3,-28,-16,-33,-40,-37v-5,12,-17,-5,-19,5v-14,-3,-17,-6,-32,0xm322,-91v20,-1,45,6,60,0v14,-10,7,-24,12,-40v-4,-3,-4,-5,0,-8v-4,-18,-3,-25,0,-36v-7,-6,-7,-18,-21,-16v-15,36,-46,55,-51,100","w":483},"\u00bd":{"d":"53,-204v-9,12,-37,19,-32,-8v24,-14,53,-23,71,-43v13,4,29,5,36,15v-9,26,-5,56,-4,88v9,8,-9,20,0,32v-4,38,-2,66,0,104v-6,15,-26,-3,-32,8r-11,-12v7,-53,-3,-103,4,-152v-4,-12,-1,-30,-12,-35xm127,-12v-3,-16,9,-18,16,-24v11,-23,22,-46,40,-63v0,-19,17,-21,24,-32v6,-34,32,-49,40,-81v10,-13,24,-21,28,-39r19,-4r13,11r-28,41r-4,0v-33,51,-62,105,-100,151v-2,22,-20,28,-28,44v-5,-3,-11,-5,-20,-4xm289,-12v2,-23,12,-38,32,-43r68,-72v12,-12,17,-30,23,-48r-15,-40v-16,-9,-34,-15,-56,-8v-11,-12,-35,17,-48,4r0,-16v11,-2,23,-4,28,-12v19,6,29,-17,40,-3v19,-11,56,7,76,15v7,16,15,30,20,48v-16,46,-40,84,-80,107r-20,25r8,12v31,5,62,-2,92,3r-8,25v-20,6,-42,8,-65,3v-6,7,-22,-3,-32,4v-14,-6,-39,1,-63,-4","w":483},"\u00be":{"d":"23,-18v2,-6,5,-11,4,-20v22,-10,53,27,84,8v13,8,33,-14,43,-24v-1,-23,-9,-39,-20,-52v-20,-5,-36,-14,-59,-16r0,-12v19,-7,39,-13,55,-24r16,-28r-12,-28r-28,-16v-13,3,-32,0,-40,8v-9,-10,-19,11,-35,8v-2,-6,-5,-11,-4,-20v14,-2,30,-2,36,-12v21,4,30,-11,43,-3v12,-10,30,7,40,0v18,18,47,25,40,67v-13,12,-23,27,-40,35v2,23,22,28,40,37r12,40r-8,28v-16,22,-45,30,-72,40v-29,-5,-65,-4,-87,-16r-8,0xm182,-12v-3,-16,9,-18,16,-24v11,-23,22,-46,40,-63v0,-19,16,-21,23,-32v8,-26,22,-46,37,-65v1,-28,26,-31,31,-55r20,-4r12,11r-28,41r-4,0v-33,51,-61,106,-99,151v-2,22,-20,28,-28,44v-5,-3,-11,-5,-20,-4xm361,-63v-29,7,-25,-19,-21,-40r33,-40v-1,-14,10,-16,15,-24v9,-16,18,-33,32,-44v-2,-16,27,-33,40,-44r32,12v-13,23,-3,55,0,84v-9,4,5,16,-4,20v10,11,-13,34,4,44v6,8,20,9,32,12r-4,15v-14,5,-28,10,-36,21r4,32v-15,5,-48,6,-36,-16v3,-28,-17,-33,-40,-37v-4,12,-18,-5,-19,5v-14,-2,-17,-4,-32,0xm376,-91v19,-1,45,7,60,0v7,-8,17,-16,8,-28v6,-16,4,-20,0,-40v9,-5,-4,-9,5,-12v-3,-10,-7,-20,-21,-20v-15,35,-45,56,-52,100","w":538},"\u00bf":{"d":"14,29r4,-28v17,-22,42,-35,52,-63v-3,-9,-13,-22,0,-25r16,0v3,6,2,17,12,17v0,9,-8,23,0,27v-10,21,-30,32,-40,53r16,31v12,5,31,8,20,25v-19,12,-31,-3,-52,-5v-4,-5,-5,-14,-16,-12xm58,-130v-10,-8,-18,-17,-16,-36v8,-12,24,0,32,-8v8,7,23,6,20,24v-6,6,-6,18,-20,16v-4,8,-12,-5,-16,4","w":124},"\u00c0":{"d":"19,-10r36,-92v14,-6,10,-29,24,-36v1,-6,-1,-9,-4,-12v7,-12,19,-19,16,-40v5,-5,17,-13,8,-20v6,-3,10,-9,8,-20v15,-11,22,-27,48,-20v13,-4,17,25,24,37v-10,9,13,17,8,35v5,4,10,9,8,20v23,19,20,65,39,88v7,22,22,36,24,64v-7,-3,-23,-8,-28,0v-3,-8,-8,4,-15,0v-26,-14,-6,-72,-56,-64v-5,8,-18,-7,-24,4v-7,-16,-32,5,-44,-8v-18,11,-27,32,-32,56v-8,3,-20,18,-28,8v-4,7,-6,-1,-12,0xm91,-305v-10,-13,15,-22,24,-28v19,13,39,25,56,40r-9,11v-31,0,-44,-19,-71,-23xm95,-114v10,14,37,24,56,16r16,-16v-8,-29,-12,-63,-28,-84v-20,2,-17,29,-28,44v-8,-1,-2,11,-4,16","w":278},"\u00c1":{"d":"49,-15v0,0,-34,12,-31,-8v12,-8,14,-25,20,-40v13,-35,33,-66,44,-104v21,-20,20,-61,39,-83r40,0v6,21,21,34,20,63v6,8,19,11,16,28v20,31,32,70,44,108v11,7,12,26,16,40v-3,4,-5,4,-8,0v-14,5,-25,1,-40,0v-1,-20,-15,-28,-16,-48v-11,-19,-33,-14,-59,-12v-10,-8,-29,13,-41,-4r-16,8v-9,17,-13,41,-28,52xm117,-162v-16,12,-33,62,0,67v11,-3,22,-6,32,0v8,-7,23,-6,20,-24v-6,-10,-14,-18,-12,-36r-15,-40v-11,-1,-15,5,-21,8xm102,-290v15,-22,42,-32,63,-48v7,10,21,13,24,28v-22,11,-43,23,-72,27v-5,-2,-8,-7,-15,-7","w":278},"\u00c2":{"d":"25,-8v-16,-24,22,-32,16,-63v3,-8,21,-17,12,-24r60,-136v-1,-20,17,-21,35,-24v54,59,63,163,109,231r0,12v-8,3,-26,8,-33,0v-2,3,-5,5,-11,4r-25,-55v-23,-12,-74,-17,-99,-4v-15,14,-33,25,-36,51v-5,14,-21,-2,-28,8xm89,-283v-6,-2,-14,-2,-12,-12v11,3,10,-17,15,-8v7,-5,7,-17,21,-15r12,-17r20,0r48,40v1,7,-5,8,-8,12v-18,-9,-33,-21,-57,-24xm97,-112r12,13r55,-4r8,-12v-10,-26,-21,-50,-27,-80r-12,-4v-21,20,-24,58,-36,87","w":278},"\u00c3":{"d":"20,-8v-9,-3,5,-16,-4,-19v28,-26,35,-75,56,-108v3,-25,20,-36,24,-60r24,-52v8,-7,28,-3,43,-4v17,15,12,53,29,68v0,7,0,13,8,12r-5,4v12,28,22,57,40,79v-8,24,18,33,16,61v4,4,10,6,8,16v-15,4,-22,3,-40,0v-22,-13,-19,-73,-64,-52v-22,0,-49,-8,-67,0v-6,10,-18,14,-16,32r-16,20v-12,1,-29,-3,-36,3xm84,-291v2,-21,28,-29,43,-15v4,-9,11,1,17,4v13,1,32,-3,40,3r-5,12v-33,11,-60,-14,-95,-4xm116,-143v-12,6,-14,30,-9,44v25,5,55,6,65,-12v-1,-31,-21,-43,-20,-76v-3,-8,-23,-13,-25,0v10,12,-18,21,-11,44","w":278},"\u00c4":{"d":"22,-11v1,-7,7,-16,0,-20v12,-25,32,-42,35,-76v6,-13,18,-20,17,-40v9,-17,22,-31,24,-55v14,-9,10,-37,23,-48r44,3r48,128r4,0v8,35,23,62,36,92v0,7,-1,14,4,16v-19,5,-37,4,-52,-4v-9,-19,-13,-43,-28,-56v-28,7,-61,1,-92,0v-23,12,-18,50,-39,64xm94,-278v-20,-14,-10,-46,16,-44v10,6,24,29,7,39xm130,-191v-17,21,-35,56,-28,88v25,-3,74,21,68,-20v-8,-18,-19,-34,-21,-59xm165,-294r8,-24v19,-11,48,16,29,32v-13,7,-32,2,-37,-8","w":278},"\u00c5":{"d":"18,-15r40,-88v3,-37,29,-51,32,-88v16,-9,12,-39,24,-52v-6,-16,-15,-30,-12,-55v7,-7,20,-9,24,-20r16,0v1,5,-5,2,-8,3v-8,11,-23,15,-20,37v-7,14,19,23,40,23r16,-28v-5,-9,-3,-26,-16,-27r3,-5r17,17r4,28v-17,8,-15,41,0,52v5,38,25,62,32,99v8,15,18,27,20,48v10,19,20,38,27,60v-4,10,-23,-6,-27,4r-25,-8r-19,-48v-15,-8,-22,-3,-40,-8v-15,9,-44,-5,-64,4v-11,16,-26,27,-28,52v-5,12,-28,8,-36,0xm114,-150v-11,8,-22,42,-8,51v30,1,61,3,64,-24v-3,-12,-19,-25,-13,-36v-12,-7,-8,-31,-23,-36v-15,6,-16,26,-24,40","w":278},"\u00c6":{"d":"27,-8v-12,-19,16,-17,12,-39v30,-39,55,-84,80,-128v-2,-18,17,-14,16,-32v5,-6,14,-7,12,-20v10,-6,11,-21,24,-24v33,5,63,-1,91,4v3,-6,10,-2,16,0v16,-6,27,-1,44,0r0,16v-24,18,-74,-9,-96,20v0,10,10,24,0,28v3,8,6,16,5,28v6,3,13,17,19,8v4,6,10,2,16,0v16,1,35,7,48,0v12,6,7,22,-3,28v-23,-6,-41,1,-68,-4r-17,20v3,13,7,26,0,36r5,23r19,13v28,0,63,-10,81,4r-9,15v-19,4,-37,4,-56,0v-13,10,-42,-6,-59,4v-10,1,-16,-2,-20,-7r3,-37v-14,-20,-39,-25,-71,-20v-20,-5,-41,18,-44,41r-23,23r-25,0xm135,-147v3,20,-23,28,-8,44v18,4,38,13,51,0v11,-28,8,-59,5,-97r-8,-7v-9,14,-16,29,-28,40v2,13,-5,16,-12,20","w":353},"\u00c7":{"d":"21,-115v7,-28,3,-66,24,-80v14,-31,43,-47,83,-52v7,-18,37,7,48,-8v3,5,5,5,8,0v16,5,49,12,32,37v-9,-2,-21,-1,-24,-9v-7,9,-31,-1,-44,-3v-15,5,-24,15,-44,15v-33,28,-51,113,-16,152r32,28v12,4,29,3,36,12v18,-6,41,-7,56,-16v5,4,10,9,8,20v-21,5,-36,17,-64,16v-10,7,-13,13,-8,28v14,4,31,6,36,20v-5,13,-8,27,-28,24v-6,10,-14,6,-23,0v10,-6,14,1,27,0r12,-20v-10,-11,-19,-23,-39,-24v5,-11,-2,-24,-9,-32v-15,7,-34,-19,-56,-20v-18,-24,-45,-40,-43,-84","w":240},"\u00c8":{"d":"47,-8v-19,1,-16,-18,-12,-32v1,-14,-9,-35,0,-43v-10,-5,6,-24,-4,-29v9,-12,-6,-35,8,-43v-4,-5,-7,-23,0,-28v-4,-22,-10,-41,-4,-64v14,-6,28,-10,40,0v20,-5,39,-3,64,0v3,-3,5,-5,7,0v6,-2,11,-5,20,-4r5,20v-11,9,-20,3,-32,8v-6,-10,-18,4,-21,-4v-2,4,-4,4,-7,0r-24,4r-12,16v2,21,-6,52,8,60v5,-13,14,11,20,0v18,9,47,-8,63,8r0,16v-30,7,-62,-5,-83,8v-9,17,-9,44,-8,71v4,8,22,21,32,8v13,22,53,-17,68,9r-4,11v-37,8,-78,8,-120,4xm59,-315v9,-8,10,-24,31,-20v8,6,10,18,25,17v8,5,10,16,24,15v9,7,-3,15,-8,20v-28,-7,-53,-17,-72,-32","w":199},"\u00c9":{"d":"32,-192v15,-14,-21,-56,17,-60v14,-1,35,9,43,0v16,9,45,-5,65,4v26,-2,12,17,3,24v-6,-2,-13,-6,-16,0v-11,-3,-26,0,-32,-8r-23,8v-5,12,-17,22,-9,36v-15,5,3,24,-8,32v15,13,26,17,53,12v2,-4,4,-4,7,0v18,-5,41,-7,36,20v-8,6,-17,-4,-24,4v-32,-7,-77,-4,-72,36v8,22,-1,60,37,52v13,-9,41,5,59,-4r8,20v-15,13,-42,-1,-60,7v-4,-8,-11,5,-16,-4v-9,3,-28,8,-36,0v-6,8,-25,1,-32,-3v8,-11,2,-26,0,-40v3,-21,7,-41,0,-60v12,-11,-8,-41,5,-56v0,-8,2,-18,-5,-20xm85,-280v-5,-6,-15,-7,-13,-20v22,-11,36,-30,64,-35r16,19v-22,12,-42,27,-67,36","w":199},"\u00ca":{"d":"34,-143v-2,-9,-3,-11,4,-16v0,-22,-10,-50,-4,-68v-3,-2,-3,-7,-3,-13r27,-15v18,2,33,8,53,8v2,-4,4,-4,7,0v17,-7,35,1,52,4r0,12v-29,4,-50,7,-80,4r-16,19v4,22,-3,54,12,65v29,-3,53,-4,80,0r0,20v-13,1,-33,7,-44,0v-14,3,-41,-3,-44,16v-11,5,7,26,-4,32v2,9,12,21,4,28v17,31,59,11,96,11v11,12,-9,22,-16,28v-20,-3,-41,-5,-60,0v-11,-10,-38,7,-52,-4r-12,0v7,-40,1,-87,0,-131xm46,-283r0,-16r56,-40v14,10,23,25,44,28v7,5,19,18,8,28v-26,0,-30,-24,-56,-24v-18,7,-29,22,-52,24","w":199},"\u00cb":{"d":"31,-24r4,-143v-7,-7,4,-19,-4,-28v7,-12,-3,-35,4,-52v32,-3,61,-4,92,0v5,11,20,-12,28,0v2,-3,6,-5,12,-4v2,6,4,12,3,20v-9,1,-21,12,-27,4v-3,4,-6,4,-9,0v-14,5,-25,2,-39,0r-20,19v-2,15,4,37,-4,45v4,9,7,19,16,23r80,-3v6,11,-2,17,-8,23v-15,0,-34,-6,-45,0v-22,-11,-55,12,-39,36v0,8,2,18,-4,20v9,14,23,43,48,28v13,6,28,2,43,0r12,12r-12,12r-103,4v-5,-7,-11,3,-20,0xm82,-283v-15,10,-38,-4,-31,-28v12,-10,36,-9,44,4v-4,3,-4,5,0,8xm130,-299v8,-11,30,-32,44,-12r0,20v-10,5,-15,14,-31,12","w":199},"\u00cc":{"d":"5,-310v16,-45,61,4,84,12r0,11r-28,4v-13,-8,-25,-17,-44,-19v-4,-3,-5,-9,-12,-8xm41,-7v-21,-22,-7,-58,-8,-96v10,-16,-12,-43,0,-64v-8,-16,6,-35,-4,-48v7,-2,6,-20,0,-24v6,-12,40,-17,48,-3v-5,6,-1,22,-8,27v4,21,11,42,4,64v10,16,-5,35,4,52v-3,5,-13,15,-4,20v-9,9,3,27,0,44v6,7,-1,7,4,16v-12,7,-16,14,-32,8","w":107},"\u00cd":{"d":"27,-288r0,-15v22,-10,34,-30,64,-33r16,17v-6,4,-8,14,-20,12v-11,10,-23,19,-40,23v-3,10,-13,-2,-20,-4xm32,-20v0,-9,8,-23,0,-28v10,-8,-8,-47,4,-60v-8,-4,6,-15,-4,-20v10,-12,-6,-35,4,-44v-7,-15,4,-31,-4,-40v8,-4,-5,-12,4,-16v-7,-4,-1,-13,0,-20v14,-2,28,-6,39,0v3,15,8,31,-3,40v6,19,-3,44,3,64v-4,29,-3,72,5,104r-5,23v-14,7,-35,14,-43,-3","w":107},"\u00ce":{"d":"9,-283v-4,-4,-11,-5,-9,-15r48,-37v10,0,19,12,24,5v10,6,12,21,29,20v4,6,6,13,12,16r-5,11r-51,-23v-2,4,-10,6,-12,0xm32,-47v12,-22,-11,-45,0,-72v-3,-12,9,-16,0,-20v12,-5,-7,-23,5,-28v-2,-6,-8,-13,0,-15r-9,-25v7,-18,0,-51,29,-40v3,-6,8,2,15,0r9,17v-3,14,-16,35,0,43v-10,28,-4,53,-9,84v4,16,4,42,0,64v10,5,-6,23,4,28v-11,6,-25,2,-39,0v-2,-6,-8,-13,0,-16","w":107},"\u00cf":{"d":"-3,-287v-10,-4,0,-19,0,-28v17,-14,39,-1,35,25v-9,0,-10,8,-15,12xm28,-19r4,-88v-9,-6,4,-19,5,-28v-6,-17,-5,-34,0,-52v-6,-2,-4,-5,0,-8v-6,-20,-12,-39,0,-55v4,8,19,-5,23,3v6,-6,13,1,17,5r-5,52v11,3,-6,16,5,19v0,10,-10,24,0,28v-5,24,-5,48,0,72v-9,4,-1,16,0,24r-9,40r-31,0xm92,-278v-16,-2,-16,-19,-15,-37v19,-15,47,-2,39,28","w":107},"\u00d1":{"d":"26,-15v1,-12,-3,-31,4,-37v-7,-3,-1,-13,0,-20v-5,-34,-1,-54,0,-87v-4,-3,-4,-6,0,-9v-3,-28,-5,-56,0,-83v14,8,30,-2,48,0v21,38,52,65,68,108v17,12,24,34,36,51v17,5,31,-12,20,-23v8,-11,-4,-33,4,-48v-4,-20,-4,-49,0,-72r-8,-8v12,-6,25,-10,40,-4r-4,104v6,2,2,7,0,12v8,24,-7,52,8,71v-1,16,-4,30,-4,48v-12,7,-29,1,-44,0v-10,-15,-25,-26,-28,-48r-60,-91r-32,-41r-8,0v-6,20,-10,42,-8,69v5,2,3,5,0,8v2,26,6,52,0,75v3,7,5,17,4,28v-13,5,-25,3,-36,-3xm78,-299v18,-3,39,-19,52,-4v16,1,30,4,48,4v4,19,-19,12,-28,20v-16,-10,-39,-14,-68,-12v1,-5,-2,-6,-4,-8","w":274},"\u00d2":{"d":"23,-102v6,-25,0,-60,15,-76r-3,-4v24,-27,38,-63,87,-64v10,-12,33,-2,52,-7v10,9,28,9,44,11v10,5,13,17,28,16v27,24,39,62,44,108v-6,31,-23,52,-36,76v-17,15,-36,28,-64,32v-3,4,-5,4,-8,0v-26,0,-62,10,-79,-4v-12,11,-16,-17,-36,-12r-29,-32xm83,-150v-19,9,9,31,-5,44v4,17,7,36,20,44v5,25,36,25,60,32v16,-4,26,-14,44,-16v14,-24,38,-52,28,-88v7,-20,2,-44,-12,-51v-3,-34,-45,-30,-72,-41v-3,3,-5,5,-7,0v-7,3,-14,16,-21,9r-32,27xm106,-309r5,-13r23,-11v16,16,40,24,56,40r-8,11v-13,-2,-27,-2,-32,-11v-18,-2,-34,-6,-44,-16","w":308},"\u00d3":{"d":"47,-47v-13,-20,-35,-66,-20,-88v-8,-20,1,-50,16,-60r-4,-5v11,-6,23,-11,28,-23v25,-15,51,-29,88,-32r71,15r52,52v9,27,4,55,8,84r-20,44r-27,28v-25,10,-44,25,-76,28v-3,-5,-17,-6,-20,0v-9,-3,-24,-14,-32,-4v-24,-10,-40,-28,-64,-39xm79,-92v9,18,19,37,36,48v18,3,39,19,52,4v24,9,45,-24,59,-40v0,-31,17,-61,0,-83v13,-13,-15,-18,-11,-37v-22,-11,-41,-30,-72,-23r-36,8r-24,32xm115,-295v24,-12,41,-47,75,-36v4,6,2,17,13,16v-25,11,-45,27,-76,32","w":308},"\u00d4":{"d":"35,-68v-9,-29,-14,-59,-8,-95r24,-45v22,-15,37,-37,67,-44v7,10,14,-11,21,0v109,-25,193,108,119,204v-22,14,-37,34,-71,36v-18,8,-30,0,-53,4v-2,-5,-5,-3,-8,0v-45,-6,-64,-37,-91,-60xm83,-156v-20,25,5,70,11,96v21,10,42,39,72,23v15,10,34,-18,48,-27r20,-44v-8,-15,-2,-28,0,-48v-14,1,-3,-25,-16,-28v10,-7,-11,-6,-7,-19v-17,-18,-48,-30,-80,-21r-32,21r-21,40v2,2,6,2,5,7xm103,-284v-8,1,-10,-4,-9,-12v24,-8,35,-29,56,-40v17,1,19,17,37,17v7,10,24,11,24,28v-19,16,-31,-8,-49,-12r-7,-8","w":308},"\u00d5":{"d":"53,-39v-10,-17,-35,-37,-28,-56v-10,-4,8,-21,-4,-27v4,-21,6,-45,16,-60v-5,-20,32,-39,44,-56v25,-2,45,-8,64,-16r75,12v12,12,25,23,40,32v14,24,24,50,28,84v-2,7,-12,15,-3,19v-4,3,-6,6,0,9v-10,7,-12,23,-17,36v-21,18,-39,39,-64,52r-99,3v-12,-16,-32,-24,-52,-32xm77,-98v5,4,10,9,8,20v10,11,22,20,28,35v17,1,38,13,52,4v22,13,36,-20,52,-28v8,-19,15,-41,20,-63v-5,-2,-5,-9,0,-12v-4,-39,-32,-53,-52,-76v-31,-7,-63,-5,-80,12r-24,36xm125,-294v-4,9,-23,12,-20,-4r12,-12r63,8v3,-5,21,-7,24,0r-3,12v-20,3,-47,7,-61,-4v-3,6,-9,2,-15,0","w":308},"\u00d6":{"d":"33,-67v-18,-47,-7,-105,13,-140r52,-36r59,-12r68,17r40,27v10,22,19,45,24,72v-2,14,-17,36,-4,48r-24,40r-44,36r-4,-4r-40,16v-39,-6,-79,-11,-107,-28xm74,-130r11,59v13,9,18,23,36,28r44,12v36,-8,57,-32,65,-68v14,-16,-6,-41,3,-63v-5,-9,-14,-13,-12,-29v-22,-21,-51,-44,-92,-31v-17,12,-38,20,-44,43xm110,-286v-10,-8,-3,-40,19,-32v4,5,9,11,13,3v-1,8,4,9,7,13r-12,19xm189,-283v-17,-23,7,-41,32,-32v10,4,14,28,0,32v-10,-4,-18,1,-32,0","w":308},"\u00d8":{"d":"20,-132v7,-32,18,-60,33,-84v19,-8,30,-25,51,-32v6,10,15,-11,21,0v21,-12,49,-4,76,0v12,11,32,-7,43,-11v-9,24,7,42,19,56v6,15,17,26,21,43v-8,6,3,19,4,28v-6,32,-16,61,-32,84v-17,6,-26,20,-36,32v-11,-2,-16,2,-19,8v-31,1,-68,10,-85,-8v-5,8,-17,-7,-24,4v-10,-10,-21,12,-35,12r7,-20r-35,-60xm88,-196v-9,32,-28,87,-3,116r15,4v20,-18,30,-47,52,-64v-3,-21,25,-12,20,-36v6,-4,7,-12,16,-12v1,-11,7,-24,0,-31r-60,-5xm120,-76v-1,15,-9,36,5,40v33,10,60,-5,83,-17v13,-22,30,-52,24,-83v8,-15,-5,-37,-12,-48r-17,-4v-11,11,-20,25,-27,40r-8,0v1,21,-21,19,-20,40","w":308},"\u00d9":{"d":"43,-44v-4,-18,-12,-32,-12,-53v5,-7,3,-16,0,-31v17,-28,-6,-71,4,-100v-5,-10,-2,-17,4,-24v13,-1,26,11,32,4v9,13,-5,36,4,44v-11,33,10,71,0,100v3,31,15,51,32,68v22,3,43,5,64,0v17,-20,43,-48,31,-80v4,-23,6,-46,0,-68v15,-12,-15,-56,9,-68v2,5,14,6,16,0v5,9,14,13,12,28v8,5,-3,13,-5,20v8,26,1,53,-3,80v17,21,1,66,-8,88v-23,17,-45,35,-88,32v-5,-9,-9,4,-12,-5v-34,12,-60,-16,-80,-35xm91,-315r20,-20v21,12,43,23,60,39v-3,32,-32,3,-52,4v-5,-12,-19,-14,-28,-23","w":269},"\u00da":{"d":"32,-78r5,-80v-9,-4,-1,-16,0,-24v-2,-20,-6,-38,-5,-60v11,-4,25,-5,33,-12r16,16v-13,19,-3,46,-8,76v3,36,-2,93,19,116v20,3,27,24,52,12v16,9,40,-11,53,-21v-4,-15,14,-19,4,-31v14,-16,-2,-47,7,-69v-8,-10,-9,-36,0,-47v-4,-13,-14,-35,0,-44v-1,-3,1,-5,4,-4v3,4,5,4,8,0v9,2,24,13,12,24v4,17,4,34,0,52v11,7,-8,32,4,39v-11,12,14,31,0,45v0,33,-20,59,-39,76v-18,-1,-22,5,-41,7r-3,-4r-56,4v-35,-10,-56,-35,-65,-71xm128,-282v-17,2,-23,-5,-23,-19v6,-3,11,-6,20,-5v12,-13,23,-27,51,-24r16,16v-15,5,-23,17,-44,16","w":269},"\u00db":{"d":"36,-55v11,-7,-11,-24,0,-31v-8,-11,5,-34,-4,-49v7,-27,-3,-52,4,-75v-4,-12,-8,-34,4,-40v11,3,43,0,32,12v10,6,-7,26,4,33v-11,5,7,26,-4,31v9,21,-4,38,4,56r-4,4r16,59v12,10,29,32,48,21v30,11,45,-13,60,-29v-4,-15,14,-18,4,-32v12,-13,-1,-33,7,-47v-4,-31,-1,-50,-4,-84v7,-5,-3,-11,0,-20r29,0v11,16,4,44,3,68v10,5,-4,18,4,20v0,17,-10,43,0,56v-2,19,-8,34,-7,56r-29,27r-64,17v-2,-6,-5,-4,-8,0v-23,-5,-48,-8,-67,-17v-8,-13,-16,-26,-28,-36xm80,-290v20,-19,47,-61,79,-32v11,10,41,17,29,40v-17,-1,-27,-9,-36,-19r-28,-5r-36,24","w":269},"\u00dc":{"d":"80,-15v-30,-14,-57,-47,-44,-88v-12,-5,5,-18,-5,-20v10,-29,-5,-63,5,-92v-11,-3,7,-17,-5,-20v1,-18,27,-11,45,-12v3,25,-6,45,0,64v-7,17,5,37,-4,48v8,9,-2,15,4,28v-9,10,7,30,8,44v14,12,22,31,47,32r40,-9v10,-15,38,-28,29,-51v14,-20,-3,-55,7,-80v-1,-25,-10,-53,-4,-76v12,-3,15,-1,28,-3v16,29,2,79,4,119v8,9,-1,44,0,68r-24,36v-20,11,-44,19,-72,23xm96,-283v-4,-7,-6,-16,-5,-28v9,-8,37,-13,40,4v-3,17,-11,28,-35,24xm175,-283v-21,-22,12,-57,32,-32v5,3,4,12,4,20r-16,16","w":269},"\u00dd":{"d":"21,-243v18,-3,40,-14,52,0r44,80v9,6,16,17,28,8v16,-30,38,-54,47,-91r52,-5v-14,23,-35,39,-43,68v-12,2,-17,10,-16,25v-15,17,-33,31,-37,59v5,3,5,5,0,8v3,12,2,28,8,36v-2,14,-7,25,-8,40v-10,4,-19,10,-35,8r-4,-80v8,-26,-22,-56,-36,-76r0,-12xm141,-277v-3,-28,22,-27,31,-44v17,-11,41,-8,45,12v-13,16,-40,19,-56,32r-20,0","w":261},"\u00df":{"d":"25,-35r7,-45v-7,-7,3,-24,-4,-35v10,-5,-6,-24,4,-28v-5,-42,-7,-91,21,-108r0,-8v17,-4,38,-5,52,-12v33,7,69,10,87,32r-11,44r-41,39v6,4,2,10,0,16v11,6,15,20,32,20r32,32v9,20,7,40,0,60v-11,10,-24,19,-40,24v-3,-4,-5,-4,-8,0r-43,-8v0,-7,-2,-17,3,-20v21,2,51,11,60,-8r0,-28v-22,-13,-41,-29,-60,-44v-3,-13,-17,-28,-3,-36r0,-11r43,-44v0,-7,-1,-14,4,-16v-4,-6,-14,-8,-12,-20v-9,-2,-21,-13,-28,-4v-17,-9,-40,13,-52,24v-3,40,-3,67,0,104v-6,15,0,28,-3,51v3,10,2,20,8,29r-8,20r-28,7","w":227},"\u00e0":{"d":"25,-47v-11,-37,-2,-70,12,-96v27,-17,47,-41,96,-36v9,15,22,-3,32,8v2,-6,20,-7,23,0v-4,7,0,20,-7,24v4,6,6,13,12,16v-9,7,-12,35,-5,48v-9,24,-4,47,-3,75v-19,0,-19,-4,-37,-4r-15,-15v-13,4,-25,9,-32,19v-21,7,-39,0,-56,-7v1,-18,-14,-21,-20,-32xm65,-112v12,8,-13,26,0,32v7,15,7,37,24,40r28,5r24,-17v7,-25,-3,-47,4,-71v-5,-6,-1,-9,0,-16v-5,-9,-23,-24,-32,-16v-8,-10,-23,2,-32,5xm85,-231v-7,-5,-22,-2,-20,-16r20,-16v23,5,29,27,56,28v5,2,4,10,4,17v-9,4,-13,13,-28,11","w":217},"\u00e1":{"d":"27,-38v0,-14,-12,-35,-3,-44v-9,-11,4,-43,11,-56v26,-24,61,-51,108,-32v15,-3,21,0,40,-4v15,32,-6,67,4,100v-8,4,7,15,-4,20v2,13,5,24,4,40v-17,17,-42,-1,-52,-12v-19,14,-46,20,-80,20xm72,-106v-21,20,10,58,23,72v32,3,43,-14,52,-36v-8,-6,2,-22,0,-32r-8,-44v-7,-6,-21,-19,-32,-8v-16,-10,-49,27,-35,48xm107,-214v-7,12,-27,6,-24,-12v10,-7,12,-22,32,-20v12,-5,17,-17,35,-16r17,16v-11,11,-20,23,-40,25v-4,5,-10,8,-20,7","w":217},"\u00e2":{"d":"32,-35v4,-17,-20,-15,-8,-28v-7,-16,5,-41,5,-60r20,-28v19,-9,31,-24,55,-28v3,4,5,4,8,0v19,1,44,14,60,4v4,8,15,-7,20,4v-6,18,-10,31,-4,48v-5,2,-3,5,0,8v-7,15,3,29,-4,43v6,7,-1,7,4,17v-11,8,11,40,-8,47v-4,-7,-15,-1,-23,0v-10,-6,-12,-20,-29,-20r-24,20r-51,-4xm80,-223v-10,7,-31,22,-27,-4v6,-4,7,-13,19,-12r32,-24v32,3,43,26,64,40v-1,18,-23,11,-28,0v-7,9,-15,-9,-23,-12xm72,-131v-8,31,-10,77,13,91r35,5r20,-20v7,-20,-5,-41,8,-52v-8,-6,-3,-25,0,-33r-12,-16v-21,-1,-40,0,-51,9v2,11,-8,11,-13,16","w":217},"\u00e3":{"d":"19,-99v6,-13,18,-19,16,-40r24,-23v16,-6,36,-6,48,-16v8,1,20,8,24,0v17,5,34,10,52,4v5,21,9,41,0,60v9,5,-1,22,0,32v1,16,7,35,0,48v6,2,3,13,4,20v-12,5,-24,9,-37,3v-2,-11,-14,-29,-27,-16v0,17,-22,15,-36,24v-21,-7,-46,-9,-52,-31v-15,-17,-8,-38,-16,-65xm63,-218v-6,-11,2,-15,8,-24v16,0,35,-3,40,8v14,1,34,9,39,-4r9,8r-20,16v-25,-1,-54,-13,-76,-4xm67,-67v13,21,39,43,68,24v5,-10,15,-16,8,-28v7,-2,1,-9,0,-15v1,-9,7,-20,0,-25v9,-8,-4,-27,-4,-39v-18,-5,-37,-11,-52,0r-20,32v3,3,5,5,0,7r0,44","w":217},"\u00e4":{"d":"84,-3v-51,-6,-67,-45,-63,-104v15,-28,32,-53,60,-68v11,9,19,-1,28,-7v6,3,14,11,19,3v18,11,35,5,60,4v-7,31,-3,63,-7,96v13,16,-4,43,7,60v-4,16,-16,6,-32,12r-15,-24v-23,6,-35,22,-57,28xm97,-215v-13,6,-49,7,-37,-12v-7,-6,7,-13,9,-20v13,2,24,5,32,12xm69,-103v-8,26,3,49,15,64v27,6,49,1,57,-20r3,-80v-8,-8,-14,-18,-28,-20r-35,12v-2,9,-17,21,-8,28v-5,3,-12,11,-4,16xm141,-215v-7,-10,-2,-19,3,-28r28,0r12,21r-16,11","w":217},"\u00e5":{"d":"44,-15v-13,-25,-37,-52,-20,-88r-4,-4r28,-48v18,-8,34,-20,56,-24v12,10,41,-7,52,8v7,-3,17,-5,28,-4v5,18,3,37,0,56v12,13,-8,50,4,64v-5,2,-3,5,0,8v-7,15,-6,15,-4,35v-9,3,-19,5,-32,4v1,-13,-10,-12,-16,-19v-13,8,-36,6,-40,23v-8,-4,-16,-4,-24,0v-9,-4,-14,-12,-28,-11xm64,-80r24,40r24,5r24,-12v7,-22,9,-46,4,-72v10,-10,3,-21,-4,-31v-9,8,-11,-15,-29,-9r-35,24xm76,-227v-14,-7,-2,-25,0,-39r40,-13v24,8,43,43,16,61v-13,4,-25,9,-44,7xm96,-266v-11,7,-17,36,-4,43v21,11,31,-6,44,-16v5,-23,-16,-23,-29,-32v-3,3,-7,11,-11,5","w":217},"\u00e6":{"d":"34,-10v-14,-17,-12,-41,-8,-68v24,-14,56,-20,91,-24r13,-12v-2,-21,-16,-30,-28,-40v-26,5,-44,0,-68,4v7,-43,87,-25,120,-12v12,1,23,0,23,-12v17,11,52,-16,68,4r4,-4r28,24v4,13,5,29,16,36v-1,18,-9,34,-28,24v-21,6,-35,-2,-55,4v-11,-9,-34,2,-40,12r7,28v23,10,42,24,80,20v8,-12,17,-3,32,-8r-4,16v-17,6,-39,6,-52,16v-18,-8,-42,5,-56,-8v-11,-9,-23,-16,-35,-24v-8,7,-23,7,-25,20v-6,-9,-18,6,-27,8xm69,-38v15,0,24,5,36,8r20,-12r5,-32v-20,-32,-101,5,-61,36xm202,-158v-15,8,-42,33,-20,52v18,-4,31,4,44,-4v13,9,21,-5,23,-16v-9,-8,-16,-18,-23,-28","w":319},"\u00e7":{"d":"85,-2v-34,-15,-62,-35,-65,-80v5,-3,5,-5,0,-8r12,-44v18,-16,38,-45,68,-35v13,-12,41,-8,53,3v-2,26,-49,-3,-61,17v-14,13,-27,29,-32,51v5,3,7,9,0,12v10,25,20,50,44,60v18,1,49,-14,52,8v-8,22,-67,3,-48,44v-19,12,-19,-15,-23,-28xm92,78v-5,-3,-5,-10,0,-12v22,13,44,-21,25,-40v1,4,5,5,11,4v8,11,15,23,8,40","w":173},"\u00e8":{"d":"18,-83v9,-39,14,-82,52,-92r64,0r40,35v1,5,-2,7,-4,9v9,7,14,37,0,43v-38,-4,-64,-1,-100,-4v-4,12,-22,17,-12,32v14,14,24,32,56,28r4,4v20,-3,42,-18,60,-7r-4,15r-32,12r-68,-4r-4,4r-39,-32xm58,-239v-5,1,-4,-4,-4,-8r16,-16r32,12v6,16,39,6,37,32v-27,20,-61,-9,-81,-20xm87,-147v-23,-6,-29,26,-17,35v15,1,27,6,41,9r28,-12v0,-17,-9,-24,-13,-36r-20,-8","w":202},"\u00e9":{"d":"86,-11v-47,1,-69,-42,-60,-83v-9,-21,10,-26,8,-48r32,-28r44,-8r36,11v18,18,40,33,36,73v-16,8,-41,10,-56,0v-19,3,-34,8,-56,8v-11,5,-6,19,-4,32r32,23v28,-3,49,-1,80,-3v4,36,-43,22,-76,27v-4,8,-11,-1,-16,-4xm62,-114r40,12r36,-12v3,-23,-12,-28,-20,-41v-12,-3,-24,-3,-36,0r-16,16xm110,-218v-16,7,-37,18,-44,-4r60,-40v14,2,25,7,24,24","w":202},"\u00ea":{"d":"18,-70r8,-56r24,-36v17,2,22,-7,32,-12r52,0r28,19v11,18,21,36,20,65v-26,-2,-54,-9,-72,3v-14,-5,-39,-2,-52,9r16,35v9,5,25,21,36,8v18,1,49,13,60,-3v4,3,5,9,12,8v-9,25,-45,20,-77,23v-6,-6,-19,3,-31,0r-40,-28v-6,-11,-7,-27,-16,-35xm46,-210v-8,-25,38,-36,56,-51v24,6,35,26,56,35r0,12v-24,-1,-41,-10,-56,-20v-12,9,-35,8,-40,24r-16,0xm66,-114v18,9,45,8,68,4r8,-20v-14,-10,-17,-31,-44,-28r-24,12","w":202},"\u00eb":{"d":"61,-15v-19,-20,-42,-35,-40,-73v4,-2,4,-4,0,-7v1,-8,8,-20,0,-24v13,-21,29,-38,48,-52v26,-6,60,-12,79,4v22,2,22,26,33,40v-6,13,1,20,0,36v-15,-1,-37,7,-48,0v-12,6,-46,-3,-64,3v-6,11,-2,24,0,37r36,24v19,-5,50,2,60,-12r16,4v3,18,-14,15,-21,24v-11,-11,-37,22,-55,3v-10,12,-22,-14,-44,-7xm73,-207v-21,-4,-26,-30,-8,-43v13,5,31,5,27,27xm65,-119v21,10,59,18,76,0v0,-18,-14,-23,-20,-36v-16,1,-39,-4,-44,8xm137,-215v1,-13,-4,-30,8,-32v17,3,38,1,32,29r-20,11","w":202},"\u00ec":{"d":"1,-243r24,-19v14,6,28,12,36,23v16,-3,12,14,28,12v-5,12,-17,18,-36,16r0,-4xm29,-12v5,-20,-1,-35,4,-51v-3,-3,-5,-6,0,-8v-6,-18,2,-30,-4,-48v4,-3,4,-5,0,-8v8,-17,-7,-37,12,-44r28,4v-2,32,-3,60,0,91v-9,15,11,40,0,56v0,21,-23,6,-40,8","w":98},"\u00ed":{"d":"22,-212v-7,-3,-1,-13,0,-20v11,-5,16,-15,32,-15v5,-17,30,-20,40,-4r0,12v-16,6,-25,21,-48,20v-4,6,-12,8,-24,7xm30,-12v-8,-11,7,-26,-4,-36v4,-10,12,-22,0,-28v4,-8,4,-16,0,-24v0,-20,10,-48,0,-64v9,-12,23,-6,36,-11v12,6,4,19,0,31v8,15,9,27,4,44v8,13,-4,38,4,56v-11,6,4,27,-4,28","w":98},"\u00ee":{"d":"2,-211v-5,-2,-4,-9,-4,-16r52,-35v19,12,41,21,55,38v0,6,0,11,-3,13v-14,-6,-30,-10,-40,-20v-4,8,-11,-1,-16,-4xm34,-12v-6,-38,-1,-74,-8,-99r8,-60r28,0v16,13,-4,44,8,60v-6,3,-2,9,0,15v-7,26,1,54,0,84v-9,7,-24,1,-36,0","w":98},"\u00ef":{"d":"-11,-224v-9,-5,6,-15,8,-23v30,-8,42,27,16,36r-16,0xm28,-99v13,-20,-13,-53,5,-72r36,4v-4,43,-2,72,0,111v-4,3,-4,5,0,8v-6,14,1,19,0,36v-17,3,-26,-3,-36,4v0,-13,-11,-33,0,-40v-1,-8,-10,-20,0,-23xm73,-211v-4,-5,-4,-14,-4,-24v9,-12,31,-17,40,0r4,0r-4,20v-11,2,-22,5,-36,4","w":98},"\u00f1":{"d":"30,-66v8,-5,-10,-11,0,-16v-8,-22,1,-46,0,-72v-6,-6,2,-22,16,-19v5,6,22,-6,20,11v11,21,31,3,39,-11v9,-1,27,-11,32,0r5,-5r39,24v2,16,1,20,8,36v-10,5,6,23,-4,28v7,4,0,8,-4,12v6,16,-2,25,4,40v-11,6,4,21,-4,24v-12,5,-23,10,-36,4v3,-33,6,-67,-3,-95v7,-21,-11,-35,-25,-45v-3,10,-14,-8,-20,5r-20,11v-11,22,-14,50,-4,72v-5,18,-8,32,-4,52v-12,5,-25,3,-39,0v5,-19,0,-35,0,-56xm69,-222v-7,1,-19,-1,-12,-8r20,-11v15,3,37,0,44,11v11,0,26,-8,33,0v-1,18,-23,15,-37,20v-8,-12,-29,-11,-44,-16","w":212},"\u00f2":{"d":"35,-43v-21,-13,-14,-47,-12,-76v3,-2,5,-6,4,-12v11,-9,17,-23,28,-32r47,-16v4,6,10,2,16,0v29,8,56,19,72,40v-2,13,2,20,9,24r0,44v-4,5,-17,12,-9,20r-31,36v-29,-1,-35,15,-68,12v-6,-10,-22,-10,-36,-12v-6,-10,-20,-12,-20,-28xm63,-83v8,25,17,49,39,60v8,-7,26,-3,32,-12v11,-15,28,-39,16,-60v14,-25,-25,-81,-55,-56r-4,-4r-20,28xm63,-242r15,-17r29,4v11,7,14,24,32,24r8,8r-16,16v-18,-8,-34,-20,-56,-24","w":220},"\u00f3":{"d":"44,-23v-7,-16,-28,-30,-20,-55v-5,-27,-1,-54,16,-65r0,-7r44,-24r64,3r32,21v8,19,23,30,20,60v-5,2,-5,4,0,7r-8,36r-32,32v-17,0,-24,18,-40,8v-25,9,-51,-12,-76,-16xm68,-103v-10,14,3,39,4,56r36,24v8,-4,13,-3,28,-8v3,-11,21,-22,12,-32v13,-8,0,-28,8,-36v-10,-11,-4,-38,-20,-44v-34,-25,-67,5,-72,37xm76,-226r52,-36r16,4r12,20v-24,10,-41,28,-76,27","w":220},"\u00f4":{"d":"58,-15v-25,-20,-49,-53,-36,-100v15,-20,15,-54,52,-52v13,-17,47,-10,71,-8v11,9,22,18,37,23v12,14,5,45,20,56r-9,44r-31,32v-17,0,-17,19,-36,16xm62,-211v-6,-2,-15,-2,-12,-13r48,-38v31,0,39,24,64,31v3,2,3,7,3,12r-15,8v-17,-13,-40,-33,-64,-16xm66,-115v-4,43,8,68,28,87v22,1,43,-1,48,-16r12,-36r-4,-43v-10,-13,-20,-26,-36,-33r-36,13v-2,11,-4,23,-12,28","w":220},"\u00f5":{"d":"45,-27v-19,-15,-28,-48,-20,-83v-7,-19,25,-40,35,-56v15,-4,34,-4,45,-12v12,2,32,14,43,4r45,40v2,10,0,24,8,28v-9,4,6,12,-5,16v5,5,6,13,5,23v-5,6,-18,11,-8,17v-12,8,-14,26,-33,27v-9,17,-34,17,-55,21v-2,-5,-14,-8,-16,0xm57,-222v0,-22,24,-20,48,-20v9,12,30,11,51,12v-2,13,-14,17,-27,20v-15,-2,-34,-18,-48,-8v-9,-7,-11,0,-24,-4xm68,-122v-2,28,-8,59,8,75r24,24v18,-3,35,-8,44,-20v4,-20,16,-38,9,-59v3,-18,-15,-34,-24,-48v-15,1,-35,-3,-44,4","w":220},"\u00f6":{"d":"17,-64v0,-11,8,-26,0,-32v5,-16,15,-28,16,-48r24,-20v28,-7,52,-20,80,-8r4,-3r40,23v5,19,28,40,16,61v13,22,-18,44,-24,63r-40,20v-28,-3,-62,1,-80,-12xm57,-215v-10,-8,4,-42,16,-28v8,-10,19,2,24,8v-2,12,-5,24,-16,27xm61,-91v10,14,7,41,20,55r28,12v16,-4,30,-10,36,-24v2,-19,12,-39,4,-56v12,-21,-18,-39,-28,-52v-6,2,-13,6,-16,0r-32,20xm173,-208v-35,8,-45,-23,-24,-39v10,4,15,-1,28,4v0,9,-2,20,4,24","w":220},"\u00f8":{"d":"47,-20v-10,-22,-35,-47,-24,-79v-6,-11,9,-27,12,-40r36,-32v25,-5,50,-11,72,0v6,-2,11,-5,20,-4v4,-4,4,-12,12,-12r-8,24v16,17,31,36,32,68v7,9,0,19,-8,32v7,19,-26,38,-40,52v-28,5,-56,12,-80,0r-27,11xm68,-111v-15,17,12,66,23,32r40,-60v-4,-11,-15,-15,-28,-16r-32,20v5,14,-14,18,-3,24xm91,-55v-9,18,7,39,21,28v19,8,35,-29,44,-48v-10,-4,0,-18,0,-28v-6,-4,-8,-12,-17,-12","w":220},"\u00f9":{"d":"28,-40v10,-9,-13,-30,4,-40v-10,-21,6,-58,-4,-84v7,-6,14,-10,24,-4v4,-8,12,0,16,4v-5,36,-3,72,4,112v5,7,10,14,16,20r39,-5r16,-20v1,-15,7,-32,0,-43v13,-24,-22,-83,36,-76v6,17,10,33,0,48v8,15,-4,38,4,48r-4,4v3,21,8,40,8,64v-13,2,-25,4,-40,3v1,-15,-15,-13,-20,-23v-13,10,-23,24,-43,28v-3,-5,-6,-5,-9,0r-28,-8xm88,-228v-15,-3,-35,-1,-33,-20r25,-15v16,11,34,21,52,31v9,18,-11,22,-29,20","w":212},"\u00fa":{"d":"40,-20v-22,-19,-12,-54,-12,-91v-9,-13,5,-38,-4,-56v6,-8,27,-2,40,-4v6,22,-2,37,4,56v-4,3,-4,5,0,8v-8,25,2,56,16,71v10,-5,27,2,40,-3v6,-9,18,-12,16,-29v5,-2,3,-5,0,-8v2,-7,3,-16,8,-20v-16,-15,-1,-47,-4,-75v16,0,35,-3,40,8v-1,12,4,32,-5,36v5,3,5,5,0,8v2,10,8,21,0,28v0,14,10,36,0,43v3,10,6,19,5,33v-17,15,-44,0,-53,-13v-16,11,-35,20,-59,24xm96,-211v-7,7,-25,-3,-24,-16r64,-35v12,2,21,8,20,23v-16,13,-42,17,-56,32","w":212},"\u00fb":{"d":"30,-34v-3,-22,-5,-43,0,-64v-9,-18,3,-47,0,-72v9,-3,20,-3,32,0r8,84v-10,5,4,18,-4,20v4,16,13,27,24,36r32,-4r23,-28v-8,-34,5,-77,-3,-108r23,-7v5,5,23,9,17,15v10,22,-8,64,3,88v-14,8,-1,23,-3,40v6,6,-3,16,-5,24v-16,-2,-36,-1,-40,-16v-14,4,-30,6,-35,20v-10,-9,-30,3,-48,0xm54,-210v-9,-17,12,-29,28,-35r20,-20v21,14,43,26,60,44r0,8v-27,8,-26,-18,-52,-16r-5,-4v-17,8,-36,13,-51,23","w":212},"\u00fc":{"d":"30,-40v8,-25,-6,-47,-5,-76v5,-3,5,-5,0,-8r8,-52r32,8v5,13,11,27,0,36v6,29,-1,51,4,80r24,24v19,-5,36,-12,48,-24v-9,-5,0,-11,4,-16v6,-34,2,-68,0,-104v9,-6,20,1,36,-4v3,7,8,26,0,32v8,5,0,19,0,28v8,29,-4,63,4,88v-7,4,1,6,0,12v-7,3,-20,12,-28,4v-10,6,-19,-15,-29,-20v-6,6,-19,5,-19,16r-36,12r-36,-17v-2,-6,-2,-15,-7,-19xm89,-208v-19,-2,-37,-4,-32,-28r16,-12v8,4,19,5,24,12xm176,-220v-14,18,-40,9,-35,-20v8,-4,14,-10,28,-8v5,7,8,15,7,28","w":212},"\u00fd":{"d":"25,-150v2,-10,-13,-11,-4,-17v9,-12,23,-4,36,0v-1,16,11,19,16,28v2,14,2,30,12,36v3,23,5,72,31,48v6,-17,23,-32,12,-52r17,-32v-11,-8,5,-28,15,-32r24,4v1,26,-18,33,-16,60v-14,14,-13,43,-28,55v-1,33,-20,49,-24,80r-31,37v-8,-15,-27,21,-40,3v-1,-15,13,-13,20,-20v9,-11,16,-25,27,-35v-12,-27,-26,-51,-32,-84v-13,-13,-11,-40,-28,-48v11,-7,-5,-21,-7,-31xm21,-201v-3,-28,22,-27,32,-44v11,-5,23,-9,36,-3r8,15v-13,16,-40,19,-56,32r-20,0","w":204},"\u00ff":{"d":"18,-171r41,0v9,25,16,52,23,80v16,7,2,42,28,40v20,-25,27,-66,36,-104v3,-2,5,-6,4,-12v11,-2,31,-9,40,0v-9,26,-26,44,-28,76v-10,16,-19,32,-20,56v-7,17,-22,26,-20,52r-23,31r-44,28r-13,-11r44,-44v12,-34,-22,-45,-19,-84v-13,-26,-29,-48,-36,-80v-10,-4,-11,-16,-13,-28xm42,-231r17,-16r27,8v2,16,-5,22,-12,28r-28,-4xm134,-215v-11,-14,2,-41,28,-32v8,8,8,19,4,32v-11,8,-21,8,-32,0","w":204},"\u0152":{"d":"41,-57v-5,-26,-32,-64,-11,-91v-9,-11,7,-30,8,-45v6,-10,20,-12,20,-27v33,-18,63,-38,119,-33v4,10,15,-8,20,5v11,-10,36,5,52,-5v28,6,67,-1,96,8r0,12v-19,12,-42,2,-68,8v-14,-9,-36,17,-24,37r-8,23r20,20v19,-6,40,4,56,-3r19,7r-3,20v-32,0,-75,-9,-88,11v-7,34,-2,64,20,77r60,-4v7,9,16,-3,23,4v-2,8,-7,14,-7,24v-19,-3,-36,-5,-56,0v-39,-5,-99,-3,-147,4r-69,-24xm102,-208v-10,24,-35,61,-24,87v-3,39,18,55,35,76v15,4,29,17,44,8v13,10,34,-6,44,-12v4,-30,-1,-48,4,-76r-4,-3v3,-33,7,-66,-4,-92v-16,3,-27,-15,-36,-5v-21,-13,-43,11,-59,17","w":372},"\u0153":{"d":"27,-63v-10,-9,-4,-22,-7,-44v6,-4,8,-12,7,-24r40,-40v21,-3,41,-6,60,0v15,-12,29,10,40,16v18,-1,34,-4,40,-16v12,-3,29,0,36,-8v12,2,22,5,36,4r36,36r4,44v-8,12,-25,1,-36,8v-16,-2,-42,-1,-63,-3r-17,15v2,14,4,28,12,36v26,9,67,19,88,0v11,-2,12,7,16,12v-12,10,-24,21,-48,20r-3,4v-30,-7,-68,-7,-89,-24r-72,24v-6,-2,-13,-6,-16,0v-11,-12,-36,-11,-47,-24v-7,-10,-20,-15,-17,-36xm67,-126v-4,30,0,52,5,79v12,16,49,29,63,8v8,-12,23,-36,12,-51v16,-23,-8,-54,-24,-65v-27,0,-39,17,-56,29xm207,-139v-5,14,-5,35,16,32v15,8,35,-2,52,-4v7,-15,-1,-27,-7,-39r-41,-5","w":341},"\u0178":{"d":"58,-195v-4,-23,-41,-30,-28,-55v12,6,24,-3,36,7r4,-3v24,30,35,73,63,100v24,-23,43,-50,52,-88v6,-6,10,-14,24,-12v6,-8,16,3,28,0v-6,15,-12,31,-24,40v-1,23,-26,21,-28,43r-4,0r-28,44r-4,80v4,3,4,5,0,8v10,13,-8,32,-20,20v-4,8,-13,-3,-20,-4v-8,-16,-10,-39,4,-48v-6,-3,-6,-21,0,-24v-2,-8,-12,-19,-4,-24v-18,-27,-37,-53,-51,-84xm73,-290v-4,-19,12,-35,25,-24v6,-10,17,1,19,8v-4,12,-8,23,-19,28xm157,-290r0,-24v10,-6,23,-2,36,0v5,12,7,10,4,28r-24,8","w":261},"\u2013":{"d":"24,-90r0,-17v18,1,44,-9,56,0v15,-7,29,-9,43,0v6,-2,13,-6,16,0v8,-1,20,-8,24,0v33,-1,75,-10,100,4r-5,13v-31,3,-60,-1,-87,3r-4,-3r-108,7v-3,-6,-9,-2,-15,0","w":283},"\u2014":{"d":"23,-88v-3,-14,-1,-15,8,-23v23,7,50,1,76,0v12,10,38,-6,52,4v20,-2,24,0,44,-4v3,4,5,4,8,0v28,16,64,-7,99,-4v14,17,51,-3,76,8v3,14,-8,13,-8,24v-6,-2,-16,-9,-19,0v-5,-10,-22,0,-33,0v-36,-8,-72,-9,-107,0v-19,-15,-54,-5,-84,0v-6,-10,-14,-6,-23,0v-7,-3,-16,-3,-21,-8v-21,8,-44,9,-68,3","w":409},"\u2018":{"d":"29,-166v-15,-34,2,-75,32,-84v1,12,-8,13,-12,20v1,19,12,27,23,35r-3,29v-13,8,-27,8,-40,0","w":96},"\u2019":{"d":"46,-186v6,-25,-35,-21,-20,-44v-9,-6,4,-13,7,-20v17,2,37,1,41,16r-5,43v-13,9,-18,24,-36,28v-3,-13,4,-16,13,-23","w":96},"\u201c":{"d":"35,-159v-8,-12,-25,-40,-8,-52r0,-12r36,-27v11,8,-22,16,-8,32v-4,6,7,23,20,23r-4,28v-9,6,-20,10,-36,8xm115,-163v-11,-16,-14,-40,0,-55r0,-8v12,-7,20,-19,35,-24r-19,32v8,13,25,17,24,39v6,18,-23,23,-40,16","w":181},"\u201d":{"d":"47,-196v-10,-14,-28,-20,-24,-48r28,-11r19,20v1,10,-3,25,5,28v-10,19,-23,36,-40,48v-9,-11,9,-25,12,-37xm130,-192v-3,-22,-27,-20,-24,-47v10,-6,18,-14,37,-12v6,9,22,21,12,36v7,6,-10,9,-5,23v-10,1,-9,14,-15,20r-17,5","w":181},"\u2026":{"d":"27,-11v-7,-11,-7,-33,4,-40v21,1,51,6,39,28v0,20,-25,14,-43,12xm126,-8v-11,-4,-8,-21,-8,-35r37,-8v14,6,15,35,0,43r-29,0xm222,-8v-4,-9,-13,-13,-12,-27v8,-9,15,-19,36,-16v13,6,30,29,8,40","w":288},"\u2122":{"d":"27,-243v7,-18,37,6,51,-8v3,4,5,4,8,0v9,2,20,2,25,8v5,-7,26,-13,35,-4r0,8v-21,-5,-38,-3,-48,12v2,17,-5,42,4,52v-15,12,3,45,-7,63r-20,-3v-2,-16,5,-41,-5,-48v3,-20,8,-37,8,-60v-9,-5,-20,-24,-32,-12v-2,-5,-5,-3,-8,0xm186,-112v-8,-5,-18,-22,-8,-31v-11,-7,11,-18,0,-25v0,-21,12,-55,4,-79v14,-8,29,1,44,4v8,22,20,41,24,68v10,8,10,27,28,27v14,-27,19,-63,40,-83r0,-12v13,-7,25,-9,36,0r11,123v-6,6,-13,10,-23,5v-4,-27,0,-58,-4,-88r-8,-8r-21,20v-13,26,-17,62,-39,79v-5,-1,-9,-3,-16,-3v-6,-18,-11,-37,-20,-53r4,-3v-9,-15,-14,-34,-28,-44r-16,7v0,7,1,15,-4,17v8,15,10,39,-4,48v8,5,0,21,0,31","w":393}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * ©1992 Letterror, Just van Rossum
 */
Cufon.registerFont({"w":218,"face":{"font-family":"AdvertRough-Three","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 0 0 0 0 0 0","ascent":"288","descent":"-72","bbox":"-22.5634 -352 534.941 86","underline-thickness":"7.91016","underline-position":"-46.0547","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":75},"!":{"d":"22,-181v11,-10,-11,-35,0,-45v-8,-3,0,-15,0,-23v20,-2,51,-17,65,0v-3,6,-7,12,0,16v-4,39,-10,75,-9,119v8,10,-8,28,-24,28v-2,-5,-9,-4,-16,-4v-12,-12,-6,-42,-16,-56v6,-10,2,-23,0,-35xm30,-2v-5,-11,-10,-22,-8,-40v7,-4,13,-21,20,-12v11,-7,34,8,40,20r-4,28v-12,10,-30,7,-48,4","w":104},"\"":{"d":"17,-172v1,-10,9,-24,0,-29v6,-12,-5,-19,5,-27v-8,-7,-2,-18,0,-28r44,0v5,18,-6,30,-8,48r-5,52r-16,3xm98,-168v-5,-27,-23,-70,0,-92v13,2,24,5,39,4v9,14,-8,20,0,32v-5,2,-3,5,0,8v-9,11,-7,32,-7,52v-9,6,-18,14,-32,8v0,-8,-8,-8,0,-12","w":155},"#":{"d":"10,-67v-10,-5,4,-16,0,-28v9,-5,14,-9,24,-4v4,-7,22,-14,11,-20v7,-9,3,-21,0,-32r-23,-8v3,-11,-7,-16,0,-20r-4,-3v8,-2,15,-6,27,-5v19,-12,11,-51,25,-68v11,1,29,-4,32,5v0,11,-8,29,0,35v-12,13,6,35,24,25v22,4,19,-19,19,-40v5,-3,5,-6,0,-9r8,-16r32,5v11,18,-14,46,4,60v16,-2,21,7,20,23v-9,4,-14,13,-28,12v-7,6,-14,12,-8,24v-7,11,-1,33,16,32v21,14,-9,29,-19,36v-9,16,-12,38,-20,56v-12,8,-16,5,-33,4v2,-18,5,-35,4,-56v-9,-12,-34,-18,-43,0v-2,15,-6,27,-5,44r-15,16r-24,-4v-14,-18,21,-69,-24,-64xm90,-107v17,3,43,9,40,-16v3,-14,4,-21,-4,-32r-33,0"},"$":{"d":"21,-24v4,-12,8,-24,20,-28r40,12r40,-7v4,-7,21,-14,12,-21r4,-4r-36,-36v-27,0,-36,-19,-56,-27v-4,-12,-11,-21,-20,-28v6,-4,2,-11,0,-17r8,-35v18,-14,34,-30,60,-36v4,-4,11,-8,4,-12v7,-5,7,-17,20,-16v9,12,22,35,40,28r24,8v-2,16,-7,29,-21,32r-39,-9v-15,6,-38,6,-40,25v-4,33,57,49,88,63v13,15,20,36,24,60v-5,7,-10,14,-8,28v-20,13,-32,35,-60,40v-7,4,-9,12,-8,24r-12,4v-10,-24,-31,-35,-64,-36","w":206},"%":{"d":"48,-108v-24,-21,-49,-72,-24,-112r12,-24r27,-15v25,2,54,-1,65,15v6,15,21,22,20,44v12,8,-11,32,0,40v-6,22,-22,34,-36,48v-21,8,-39,7,-64,4xm91,-228v-45,-4,-27,51,-28,84v17,3,41,10,37,-16v6,-26,-2,-47,-9,-68xm83,-4v5,-22,16,-38,29,-52v1,-19,16,-23,23,-36r40,-68v9,-17,25,-25,28,-48v14,-10,20,-27,28,-43v16,-7,42,-12,53,3v-20,20,-30,50,-53,68v-12,23,-20,49,-40,64r-60,99r0,9v-17,2,-34,11,-48,4xm224,-24v-4,-19,-23,-38,-12,-56v-2,-16,10,-17,7,-36v16,-15,28,-34,52,-40v10,1,26,13,32,4v16,11,32,21,40,40r-4,4r8,55r-12,25r-44,31r-40,-7xm263,-44v-2,2,-6,5,0,4v10,16,46,6,37,-20v-4,-10,-7,-19,0,-28v-9,-3,-3,-10,0,-16r-9,-16r-16,-4v-23,10,-15,49,-12,80","w":358},"&":{"d":"13,-48v-11,-45,31,-69,51,-96r-15,-32r4,-48r23,-24r60,-16v18,4,40,6,48,20v-12,8,-18,30,-36,20r-35,4r-12,20r12,32v17,10,30,23,39,40v22,8,35,26,52,40v18,-2,17,-23,28,-32v-9,-9,4,-27,4,-40v8,-10,41,-13,48,0v-4,3,-4,5,0,8v-6,33,-19,58,-36,80v2,23,23,28,36,40v16,-2,6,7,12,12v-5,2,-3,5,0,8v-9,9,-22,15,-40,15r-4,5v-18,-10,-28,-28,-52,-32r-3,-4v-31,22,-75,32,-133,28v-6,-9,-15,-15,-27,-17xm69,-64r23,24v23,4,44,1,64,-4v4,-10,4,-18,-4,-24r-51,-40v-15,-2,-20,7,-28,12","w":306},"'":{"d":"24,-179v-17,-11,5,-44,-8,-60r8,-16v12,-5,25,3,32,-3v6,3,7,11,16,11v-11,24,-16,53,-16,88v-10,10,-23,4,-36,0v0,-8,-2,-18,4,-20","w":82},"(":{"d":"24,-41v-22,-16,-4,-58,-12,-84v11,-39,19,-80,44,-104v19,-18,34,-40,63,-48r16,12r-8,24v-19,7,-23,29,-40,37v-6,19,-12,38,-16,60v-5,1,-6,9,0,11v-10,43,1,99,16,135r48,49r-4,19r-16,9r-56,-36v-2,-22,-21,-28,-28,-44v-5,-11,-2,-30,-12,-36","w":146},")":{"d":"11,53v18,-24,51,-33,52,-73v7,-4,7,-11,4,-20v16,-20,12,-64,8,-95r4,-4r-16,-52v-16,-23,-31,-46,-52,-64v-6,-21,23,-25,32,-12r16,0v27,35,66,60,71,116v2,28,10,63,-3,84v1,12,6,27,-4,32r-12,44v-25,20,-30,60,-76,59v-5,11,-18,8,-24,0r0,-15","w":146},"*":{"d":"13,-177r19,-24v-13,-4,-23,-26,-3,-31v5,-8,16,4,28,0r7,-28v22,-2,32,3,25,24v9,14,20,-1,31,-5r12,12v2,18,-21,31,-7,45v11,-2,8,9,11,15v-12,4,-27,18,-36,5v-14,1,-10,16,-8,28v-14,14,-43,-3,-31,-17r-12,-11v-9,3,-15,8,-28,7","w":148},"+":{"d":"11,-104r4,-23v23,-10,41,-12,72,-8v17,-15,4,-49,12,-72v-6,-3,-2,-8,0,-13r28,0v4,17,10,34,8,57v6,6,-6,22,8,28r75,4v0,8,-2,18,5,19v-7,11,-24,22,-40,13v-17,3,-41,-1,-48,12v1,19,-9,47,0,60r-4,15v-15,0,-32,2,-36,-8v6,-23,1,-44,-5,-64r5,-3v-6,-4,-11,-17,-17,-8","w":229},",":{"d":"22,-7v-3,-10,-9,-17,-8,-32v10,-8,19,-18,36,-20r32,20v-2,17,-4,19,-5,40r5,4v-19,14,-27,40,-56,44r-8,-8v7,-9,12,-20,20,-28v-3,-9,-1,-23,-16,-20","w":96},"-":{"d":"18,-78v-2,-14,-6,-28,3,-36r28,-13v10,6,20,11,33,5v4,7,15,1,23,0v10,4,25,4,32,11r-8,33r-75,7v-3,-5,-17,-6,-21,0","w":148},".":{"d":"10,-27r20,-28v17,3,41,-1,48,12r-3,36v-13,7,-28,9,-45,4","w":96},"\/":{"d":"6,-4v32,-88,77,-162,116,-243v12,-6,28,-15,44,-8r-4,32r-13,8v-7,47,-40,68,-51,111v-21,26,-32,61,-44,96v-8,12,-24,0,-32,8v-2,-5,-9,-4,-16,-4","w":174},"0":{"d":"15,-89v12,-4,-16,-23,0,-36v-4,-12,-8,-35,5,-40v0,-7,1,-14,-5,-15r28,-52v28,-38,125,-36,144,7v12,24,26,59,16,92v11,8,-4,26,4,33r-4,35r-24,36v-19,9,-31,25,-56,28r-4,4r-60,-16v-10,-16,-33,-19,-31,-48v-7,-6,-16,-12,-13,-28xm71,-153v4,38,1,78,24,104v10,4,21,11,32,4v8,-22,26,-40,16,-68v6,-18,4,-42,-4,-59v11,-16,-8,-35,-16,-45r-28,0v-8,18,-26,33,-16,57"},"1":{"d":"28,-179v-5,-12,-17,-18,-15,-37v29,-11,50,-30,76,-44v12,7,17,0,32,0v10,5,19,29,7,40v10,4,-2,13,-4,20r9,41v-9,3,0,15,0,23v0,20,-6,38,-5,60v9,5,-4,9,5,12v-13,16,12,49,-9,60r-39,4r-12,-13v2,-35,4,-68,0,-103v3,-21,1,-42,3,-68r-11,-12","w":163},"2":{"d":"23,-8v-10,-2,-7,-16,-8,-27r96,-84v11,-24,39,-51,20,-80r-16,-16v-25,-5,-55,-4,-72,8r-16,0v-3,-9,-9,-15,-8,-28r36,-20r60,-8r56,20v14,17,22,40,28,64v-13,15,-20,36,-28,56v-6,8,-21,8,-20,24v-21,9,-34,25,-48,40r0,8v29,7,53,-2,84,4v5,-9,7,4,15,4v-5,44,-50,46,-99,40v-23,4,-55,1,-80,-5"},"3":{"d":"15,-18v4,-11,4,-25,12,-32v10,2,24,17,31,8v9,10,28,10,45,12v15,-8,33,-12,43,-24r-3,-28r-17,-20v-19,-7,-44,-9,-60,-20v2,-6,6,-13,0,-16v12,-16,48,-8,60,-24v9,-12,13,-21,8,-40r-23,-20v-27,2,-57,1,-68,20v-16,-3,-38,-26,-16,-40v25,0,36,-13,59,-16r68,5v12,10,25,20,36,31v2,19,8,41,-4,52r-32,28v9,10,18,19,32,24v13,14,20,34,20,60v-10,22,-26,38,-44,52v-50,7,-113,12,-147,-12"},"4":{"d":"12,-59v-2,-16,-7,-35,4,-44r-4,-4v41,-44,69,-102,108,-148v11,2,15,-3,20,-8v13,6,29,8,39,16v-4,16,-8,28,-3,44v-8,15,0,69,0,104v4,9,18,9,32,8v9,7,8,19,4,32v-15,3,-35,0,-40,12v2,20,12,50,-20,44v-8,7,-19,-7,-28,-9v0,-8,-1,-17,4,-19v-4,-10,-7,-22,-16,-28v-36,3,-66,5,-100,0xm108,-175v-8,29,-48,49,-40,80v13,-11,54,14,52,-20v-1,-19,-6,-39,0,-56v-2,-3,-6,-5,-12,-4"},"5":{"d":"23,-28r12,-16v23,9,39,5,67,8v3,-3,6,-5,9,0r32,-27r-5,-28v-13,-15,-27,-29,-51,-33v-8,11,-19,-11,-32,0r-24,-7v-1,-14,-8,-30,4,-36v-9,-8,5,-26,-4,-36v1,-11,9,-31,0,-40v25,-29,90,-5,131,-16r25,8v1,9,3,17,3,27v-11,4,-29,14,-35,0v-5,7,-16,1,-25,0v-16,6,-40,3,-48,17v-1,10,4,27,-4,31v5,17,28,15,41,24v17,-9,47,9,59,21v-5,-10,11,-4,0,0r20,23r4,36r-12,32v-21,25,-55,38,-95,44v-23,-4,-43,-11,-68,-12"},"6":{"d":"24,-59v-21,-36,-9,-84,0,-128v16,-20,21,-51,56,-52v6,-13,26,-11,35,-20v3,3,6,5,9,0v16,7,32,0,48,-4v6,10,18,27,3,36v-24,4,-51,4,-71,12r-32,32v1,10,-3,24,4,28v10,-4,25,-4,31,-12v25,4,48,10,68,19r32,41v-1,8,-9,22,0,27r-15,45r-29,27v-26,10,-46,9,-75,12v-20,-14,-45,-25,-60,-44v0,-7,-1,-12,-8,-11v-1,-5,2,-6,4,-8xm68,-111v2,24,13,37,16,60v12,11,47,16,56,0r4,-44v-8,-7,-15,-15,-20,-24r-44,-4"},"7":{"d":"22,-224v-6,-30,20,-30,40,-35v5,10,23,-6,28,4v9,-4,26,0,40,-4v5,10,23,-6,28,4v0,0,14,1,15,-4r25,8v10,47,-22,71,-28,112v-20,30,-28,73,-48,103v1,21,-4,34,-28,32v-7,9,-22,-3,-36,0v-1,-12,0,-24,8,-27v-1,-35,27,-40,24,-77v14,-22,30,-41,36,-71v5,-7,14,-10,12,-24v8,-4,-1,-11,-4,-17v-17,-1,-41,9,-52,0v-8,10,-37,-11,-44,9"},"8":{"d":"88,4v-45,-8,-94,-35,-72,-87v11,-12,22,-23,36,-32v-1,-21,-14,-29,-24,-41v-16,-20,-14,-58,4,-75v14,-14,38,-34,64,-24v32,-9,68,4,88,20r12,28v-6,29,-17,53,-37,68r41,43v5,23,2,50,-8,65v-26,18,-52,36,-101,31xm64,-80v-2,26,11,36,32,40v15,-2,53,-1,44,-36r-20,-23r-36,-4xm76,-203v-2,17,10,22,15,32v13,0,32,13,40,4r13,-29v-9,-7,-9,-23,-28,-20v-18,-9,-28,5,-40,13"},"9":{"d":"27,-128v-17,-22,-18,-66,-4,-92r36,-31v26,-7,50,-15,80,-8r36,24v22,24,33,60,36,104v-6,16,-7,38,-16,51v2,12,-8,14,-12,20v-5,18,-16,29,-28,40v-13,-8,-22,19,-44,16v-3,4,-5,4,-8,0r-68,4v-9,-11,-7,-23,0,-36v11,1,29,-4,32,5r48,-17v11,-15,32,-18,28,-48v-17,-9,-51,16,-64,-3v-27,0,-38,-16,-52,-29xm75,-187v-10,8,3,24,4,35r28,21v3,-4,5,-4,8,0r32,-13v1,-18,0,-34,-8,-43v9,-11,-12,-22,-16,-33v-27,-11,-49,5,-52,28"},":":{"d":"33,-123v-7,-10,-22,-12,-20,-32r12,-20v23,-14,49,-2,56,17v-4,18,-10,33,-24,40v-3,-5,-5,-5,-8,0v-3,-5,-11,-14,-16,-5xm29,-3v-9,-9,-14,-20,-12,-40r16,-16v16,4,18,7,36,4v9,14,18,18,12,40r-24,16","w":96},";":{"d":"9,-26v9,-12,16,-27,32,-32v23,5,33,23,40,44v-10,31,-25,57,-60,63v-8,-13,5,-32,12,-40xm14,-138v2,-15,2,-32,15,-36r25,-8v14,8,29,16,27,40r-20,20r-32,0","w":96},"<":{"d":"20,-103r0,-21v22,-17,33,-44,64,-52r44,-44v16,2,34,12,24,28r-40,40v-19,1,-20,20,-32,28v-4,10,-3,21,11,21r45,51v11,2,24,4,20,21v-8,13,-30,22,-40,3v-10,2,-10,-6,-12,-12v-26,-18,-51,-36,-72,-59","w":172},"=":{"d":"21,-47v-18,0,3,-23,-8,-28v0,-28,39,-7,60,-16v3,4,13,4,16,0v17,0,42,14,53,3v13,5,25,5,35,-3v16,6,45,-6,48,20r-24,24v-4,-7,-16,-1,-24,0r-60,-8v-4,8,-12,-5,-16,4v-7,-9,-22,3,-36,0v-3,4,-5,4,-8,0v-13,7,-26,-3,-36,4xm17,-148v-7,-7,-1,-20,0,-31v43,-5,82,1,120,-4v6,12,17,4,28,0v11,13,31,2,52,4v4,10,2,20,0,31v-10,-3,-13,10,-16,0v-5,13,-27,-8,-32,5v-7,0,-14,0,-16,-5r-16,9r-92,-4v-3,-5,-5,-5,-8,0","w":235},">":{"d":"13,-195r20,-27v45,32,85,70,124,108v-18,17,-42,28,-53,52r-39,32v-16,13,-35,26,-48,3r0,-16v11,-4,20,-9,24,-19r48,-40v5,-11,0,-19,-4,-28v-24,-22,-50,-41,-72,-65","w":172},"?":{"d":"12,-225v-1,-34,47,-40,64,-17r15,0r21,32r-5,33r-47,51r8,32v-7,5,-14,10,-28,8v-8,-13,-34,-27,-20,-48v-11,-26,42,-31,32,-71v-7,-13,-23,-17,-40,-20xm36,-2v-5,-11,-16,-16,-16,-32v8,-8,18,-31,32,-20v8,-9,22,6,32,8r0,40v-15,6,-30,9,-48,4","w":124},"@":{"d":"20,-47v-9,-21,-9,-45,-5,-72v5,-3,5,-5,0,-8r12,-36v18,-24,37,-47,60,-67v11,-3,23,-5,28,-13v36,-7,65,-23,108,-16v2,5,5,3,8,0v14,4,32,4,43,12v8,-8,20,2,24,8r36,20v19,25,36,52,40,92r-7,68r-40,40v-41,6,-82,4,-101,-20v-15,-3,-8,17,-27,12v-11,7,-22,14,-40,15r-41,-19v-7,-22,-13,-45,-15,-72r28,-44v25,-13,59,-45,92,-24v5,-11,18,11,23,0v11,5,17,-1,32,0v-1,19,1,23,-7,36v8,27,-9,50,0,72v8,9,16,18,31,20v14,-6,22,-18,32,-28v-7,-4,1,-8,5,-12v0,-8,2,-18,-5,-20v17,-25,-12,-65,-23,-89v-29,-30,-96,-46,-148,-31r-4,-4r-56,24v-21,21,-38,47,-52,76v0,8,2,18,-4,20v5,8,14,30,4,40v9,37,32,62,56,84r72,24v43,-6,99,-1,132,-17r16,0v2,7,4,15,3,25v-21,4,-43,26,-63,15v-17,4,-41,3,-53,12r-96,-15r-47,-24v-21,-25,-41,-49,-56,-80xm159,-83r16,28v12,1,22,-1,31,-4v10,-19,22,-39,12,-64r5,-12v-8,1,-8,-5,-12,-8r-28,0v-13,15,-20,36,-24,60","w":389},"A":{"d":"8,-6v12,-24,21,-51,36,-72v-1,-13,0,-24,8,-28v1,-19,9,-31,20,-40v-16,-13,15,-18,8,-40v11,-16,27,-28,27,-56v11,-20,34,-10,56,-16v18,30,33,63,40,104v11,15,22,32,29,51v-7,4,-2,9,3,13v5,33,26,51,28,88v-20,3,-38,0,-60,0r-19,-56v-17,-14,-48,0,-69,-8v-15,7,-40,5,-39,28v-5,4,-12,7,-4,12v-12,16,-38,38,-64,20xm107,-106v22,3,73,3,48,-24v0,-26,-13,-38,-24,-52v-9,25,-19,47,-24,76","w":278},"B":{"d":"30,-9v-22,-25,13,-77,-9,-100v3,-21,10,-38,9,-63v-5,-3,-5,-6,0,-9v-10,-10,5,-26,-5,-31v3,-11,7,-23,0,-32v4,-2,6,-5,5,-12v30,-3,57,-5,80,4r7,-8r48,12v17,-9,32,21,44,32v-2,32,-5,61,-32,68r-8,7r44,32v10,27,11,69,-12,81v-20,10,-37,21,-64,23v-5,8,-18,-7,-24,4v-30,-7,-61,5,-83,-8xm93,-212v-3,17,-13,32,-8,48v22,9,41,13,60,0v6,-14,10,-28,0,-40v-9,-2,-21,-17,-28,-8v-4,-7,-19,-4,-24,0xm85,-109v-1,22,2,40,4,60v20,16,59,-1,71,-16r0,-24r-15,-16v-20,-1,-44,-12,-60,-4","w":237},"C":{"d":"15,-127v7,-3,3,-8,0,-13v3,-13,3,-29,13,-35v0,-26,19,-34,27,-52v15,1,18,-12,28,-16v22,-9,52,-27,80,-16v7,0,14,1,16,-4v10,1,19,18,24,8r16,5v3,9,6,18,5,31v-31,9,-66,-10,-101,0v-14,17,-35,27,-40,52v-4,4,-11,8,-4,12v-4,10,-1,28,-8,35v15,37,28,76,72,84v3,-6,10,-2,16,0v22,-3,42,-15,65,-8v1,14,7,31,-5,36v-14,3,-35,-1,-44,8v-7,-11,-25,11,-32,0v-14,10,-29,-20,-48,-4r-40,-23v-23,-27,-40,-55,-40,-100","w":240},"D":{"d":"29,-3v-7,-7,-9,-17,-4,-28v-3,-17,-5,-33,4,-44v-14,-8,-2,-29,0,-44v-6,-22,-7,-36,-4,-60v-8,-5,4,-24,-4,-31v4,-21,-1,-50,28,-48v21,17,64,-5,88,8v19,-11,43,5,64,8v6,4,7,13,19,12r33,36v6,15,6,36,16,47r-24,84v-24,16,-35,45,-68,52v-3,4,-6,4,-9,0v-25,4,-50,17,-76,8v-5,11,-29,-7,-35,4xm81,-202v15,11,-11,29,0,35v1,9,7,20,0,25r4,3v-1,32,-9,69,4,92v54,14,85,-17,108,-44r8,-48r-12,-35v-15,-20,-40,-30,-64,-40v-7,9,-25,-1,-37,0","w":282},"E":{"d":"30,-8v-14,-19,4,-44,-3,-64v5,-21,1,-37,3,-60v-4,-31,1,-68,-3,-104v5,-4,-2,-8,0,-15v31,-2,63,-12,91,-5v12,-5,70,-10,60,24v-8,7,-17,15,-35,12v-4,5,-8,3,-13,0v-11,0,-26,8,-32,0v-24,9,-25,57,-3,68v25,6,48,0,75,0v2,9,7,16,8,27r-12,13r-71,-4r-13,12v4,19,2,31,0,51r13,13v10,-1,27,4,31,-4r57,7v9,31,-27,43,-53,33v-20,3,-41,5,-60,0v-9,10,-25,-6,-40,-4","w":199},"F":{"d":"81,-9v-21,6,-52,15,-56,-8v5,-3,5,-5,0,-8v9,-28,-4,-55,5,-80v-13,-10,8,-39,-5,-52v7,-18,1,-27,0,-47v9,-5,-4,-9,5,-12v-9,-5,4,-10,-5,-13v3,-11,5,-22,12,-28v24,-4,41,-2,64,0r4,-4v25,6,60,1,76,16v-7,4,3,8,0,16v-10,2,-24,13,-32,4v-12,1,-29,15,-36,4v-8,2,-14,5,-24,5v-11,17,-7,38,-4,63r72,9v3,-9,12,-3,16,3v-8,15,12,36,-20,32v-3,-4,-5,-4,-8,0v-18,-7,-36,0,-56,0v-8,6,-13,34,-4,43v-6,14,1,34,-4,57","w":189},"G":{"d":"24,-71v-5,-34,-11,-69,0,-100v5,-1,4,-9,4,-16v17,-16,32,-35,48,-52v10,1,16,-2,20,-7r63,-16v6,10,21,-4,25,4v7,-10,26,13,39,0v19,7,25,30,9,44v-34,-2,-82,-18,-105,4v-42,2,-42,46,-55,76v6,25,8,55,24,71v19,20,69,41,96,16v0,-35,3,-41,0,-64v5,-7,28,-14,35,-3v4,-7,10,-3,16,0v14,31,1,63,9,99r-20,12v-56,2,-117,10,-156,-12r-28,-20","w":275},"H":{"d":"37,1v-23,-29,-3,-94,-13,-132v3,-40,5,-79,0,-119v14,-15,34,1,56,0v0,28,6,39,0,63v6,4,2,13,0,20r20,17v9,-1,20,-9,25,0v8,-1,19,-9,23,0v11,0,27,-10,32,0v9,0,7,-12,12,-17r0,-88v19,-5,35,1,52,5r4,100v-11,7,8,29,0,36v6,4,-3,13,-4,19v6,26,4,46,7,72v-6,9,-9,22,-27,20v-7,9,-22,-3,-32,-4v-5,-14,-3,-21,4,-36v-11,-6,7,-29,-4,-35v7,-15,0,-26,-8,-36v-26,0,-41,2,-68,0v-6,3,-10,3,-16,0v-7,4,-26,7,-16,15v-2,9,-9,29,0,36v-6,19,10,79,-36,60v-2,3,-5,5,-11,4","w":273},"I":{"d":"29,-173v2,-28,-16,-68,4,-84v19,7,54,-13,49,24v-10,4,8,15,-5,20v13,4,-5,18,5,19v1,6,0,11,-5,12v1,15,13,34,5,48v7,6,-6,24,3,32v-6,32,5,67,-8,92v-10,2,-24,14,-32,4v-6,10,-15,-3,-20,-8v4,-54,4,-100,0,-156","w":107},"J":{"d":"-13,66v6,-11,8,-26,24,-28v6,-14,18,-22,16,-44v5,-3,3,-7,0,-12r4,-68v-4,-3,-4,-5,0,-8v-2,-9,-9,-29,0,-36v-5,-12,-3,-29,0,-48v-8,-23,-7,-44,-4,-71v15,-4,27,-11,48,-9v2,10,15,20,8,29v7,7,-4,21,-5,31v5,24,5,48,0,72r8,100v-6,30,-14,58,-28,80v-19,8,-28,27,-56,27","w":107},"K":{"d":"27,-15v10,-4,-14,-14,0,-23v-7,-6,-2,-26,4,-32v-10,-31,-7,-63,0,-96v-8,-18,5,-47,-8,-64v-3,-13,4,-32,12,-19v16,-6,41,-9,48,7v-3,33,-10,71,8,92r92,-96r0,-3r56,-5v5,12,-10,30,-25,32v-11,16,-21,32,-40,40r-31,40r20,39r79,77v7,-1,9,4,8,11v-12,12,-28,20,-47,25v-11,-8,-26,-12,-29,-28r-51,-52r0,-8r-32,-28v-14,4,-2,33,-13,40v7,1,8,21,0,23v3,11,6,22,5,37v-17,2,-33,5,-52,4","w":254},"L":{"d":"28,-191v-6,-26,-9,-48,8,-64r44,0v5,10,2,18,-4,25v18,41,-3,107,8,155v-10,16,1,45,20,32r55,4v3,-6,21,-6,25,0v-3,15,-6,29,-17,36v-22,-2,-46,-8,-60,4v-28,-8,-59,5,-79,-8v-8,-55,5,-126,-4,-180","w":195},"M":{"d":"26,1v-18,-14,-8,-43,-4,-67v9,-7,-10,-33,8,-40v-5,-10,-7,-31,4,-36v1,-18,-9,-44,0,-56v-12,-7,9,-28,0,-32r4,-19v13,-13,39,-7,61,-5v2,-4,4,-4,7,0v17,24,30,53,36,88v7,4,8,15,7,27v10,15,20,29,21,53v7,12,18,5,24,-4v8,-26,15,-54,27,-76v-10,-8,3,-20,9,-25v4,-18,5,-39,19,-47v1,-8,6,-26,12,-16v7,-8,20,4,29,-4v1,5,14,6,15,0v12,7,32,16,20,32v9,34,-4,68,5,100r-5,3v4,28,4,61,12,85v-9,6,4,22,0,36v-16,6,-35,-2,-52,-4r-8,-52v12,-5,-10,-25,5,-32v-5,-26,-3,-58,-12,-80v-9,15,-28,20,-25,47v-15,13,-11,46,-28,57v-4,17,-2,40,-15,48r0,12v-17,13,-37,0,-56,-5v-8,-21,-15,-43,-20,-67v-19,-11,-11,-47,-27,-61v1,-19,-11,-23,-17,-35v-10,4,-6,23,-16,28v7,46,-1,93,-4,140","w":354},"N":{"d":"32,-3v-14,-9,-1,-36,-8,-49v7,-28,-5,-63,3,-87v-9,-30,5,-74,-3,-108v4,-4,8,-11,12,-3v16,-12,32,-3,52,-9v6,12,21,16,19,36v15,23,37,38,45,68v7,13,22,17,23,36r17,16v20,-18,3,-63,11,-92v-4,-20,-2,-38,0,-60v21,-10,60,7,44,36v7,10,-6,49,3,64v-5,17,-9,33,0,48v-12,15,-2,29,-3,52v5,15,-2,34,3,48r-55,4v-28,-36,-49,-78,-71,-120v-9,-9,-22,-15,-20,-36v-8,-5,-12,-14,-24,-16v-3,7,-14,20,-4,28v-4,5,-7,23,0,28v-5,23,-4,43,0,64v-8,3,7,15,-4,20v5,9,6,24,-4,32r-36,0","w":274},"O":{"d":"14,-115v6,-36,4,-64,24,-85v18,-38,59,-52,104,-63v30,4,63,7,88,16v17,24,48,34,55,68v4,3,4,5,0,8v13,8,0,28,8,36v-2,29,-13,48,-16,76r-44,39v-27,10,-51,23,-88,24v-5,-7,-11,-9,-19,-4v-20,-8,-42,-14,-60,-24r-36,-35v-3,-10,-1,-24,-8,-29v9,-6,-6,-18,-8,-27xm85,-175v-4,33,0,60,5,91r20,28v14,5,27,21,43,12v7,6,22,-3,36,-3v16,-12,27,-29,36,-48v-7,-13,-3,-28,0,-45r-15,-52r-21,-19v-21,-4,-42,-11,-63,-4","w":308},"P":{"d":"22,-13r8,-135v-10,-13,6,-36,-4,-48v9,-20,-9,-48,8,-59v55,5,126,-10,156,23v13,9,18,27,23,44v-6,23,-10,48,-23,64r-40,20v-26,4,-62,-3,-72,16v16,17,1,51,4,80r-32,8xm90,-216v-8,26,-13,60,4,76r40,-8v6,-8,19,-11,16,-28v-6,-13,-9,-28,-20,-36","w":217},"Q":{"d":"13,-119v6,-27,11,-56,20,-80r52,-48r48,-12v5,8,13,-2,20,-4v9,0,23,8,28,0v14,6,22,18,44,16r44,32v16,31,29,73,20,120v-18,26,-32,55,-56,75v1,5,-1,7,-4,8v12,3,26,21,36,12v7,7,19,9,35,8r5,12r-28,28r-37,-3r-39,-25v-26,-8,-61,-7,-80,-23v-22,-2,-39,-9,-55,-17v-14,-16,-29,-30,-41,-48v-2,-16,-7,-29,-7,-47xm97,-191v-12,28,-21,77,-8,108r24,31v16,6,31,16,52,9r4,3r41,-28v10,-20,15,-45,19,-71r-19,-56r-25,-20v-22,-1,-46,-7,-64,0","w":306},"R":{"d":"26,-9v-8,-30,7,-63,0,-92v8,-5,-7,-17,4,-24v-7,-11,1,-26,0,-40r-4,-88v18,-14,51,2,76,-7v7,9,27,-7,32,7v26,-5,32,11,52,13r24,36r-5,47v-12,16,-28,27,-35,48v21,29,39,60,56,92v-19,6,-31,20,-56,20v-22,-16,-24,-51,-41,-72v2,-20,-13,-24,-19,-36v-11,1,-34,6,-24,16v-8,25,-7,46,-4,76v-13,11,-35,6,-56,4xm86,-172v-13,10,6,43,16,27v12,14,30,-6,40,-12r7,-35r-15,-20r-44,0v-1,11,-12,24,-4,32v-5,2,-3,5,0,8","w":236},"S":{"d":"21,-12v-7,-17,4,-26,12,-36v13,7,30,10,48,12v10,-4,29,0,44,-4v11,-7,23,-24,8,-36v2,-2,6,-2,5,-7v-21,-9,-32,-28,-61,-29r-44,-32v-4,-13,-4,-31,-12,-40v5,-2,4,-9,0,-12v15,-43,53,-64,108,-67v12,10,21,4,40,4v6,4,7,12,16,12r-4,23v-21,10,-48,-2,-76,0r-24,21v1,34,34,37,52,55r36,13v15,17,29,35,32,63r-20,44r-32,20r0,4v-9,-9,-24,6,-36,8v-26,-14,-64,1,-92,-16","w":212},"T":{"d":"10,-224v2,-9,5,-17,4,-28v19,-14,52,2,76,-7v13,8,38,-5,52,7v27,-9,50,-1,79,-7v16,12,13,35,-3,43r-60,-3r-12,16v1,18,7,38,0,51v8,4,-1,11,-4,17v3,45,10,87,4,131v-20,3,-43,8,-52,-8r-4,0v6,-61,-3,-119,4,-179v9,-16,-16,-31,-40,-28v-9,6,-26,-1,-44,-5","w":236},"U":{"d":"47,-28v-7,-17,-29,-39,-19,-60v-10,-32,6,-75,-4,-107v12,-10,-9,-40,4,-52r-4,-4r44,-8v4,7,19,13,12,20v8,28,-6,66,3,92v-6,24,1,45,5,67v-13,34,48,47,83,33r20,-21v3,-14,1,-33,8,-43v-6,-36,4,-71,-8,-96v2,-7,9,-17,0,-20v3,-7,6,-13,5,-24v14,-2,27,-5,43,-4v11,16,4,36,4,60r4,4r-8,52v8,5,-7,18,4,24v-9,9,4,27,4,40r-16,35r-40,32r-60,12v-30,-8,-64,-14,-84,-32","w":269},"V":{"d":"34,-174v-3,-31,-26,-42,-24,-76v5,-12,17,2,24,-7v14,4,24,10,40,12v26,51,33,121,64,167r12,-4v10,-37,29,-64,32,-107v18,-15,14,-53,36,-64v19,2,50,-9,48,16v-15,10,-18,33,-24,52v-6,18,-29,34,-21,55v-4,7,-23,15,-10,20v-5,14,-25,28,-18,44v-4,10,-21,22,-11,32r-24,32v-18,3,-35,5,-52,0v-15,-30,-22,-69,-40,-96v1,-32,-27,-34,-23,-68","w":274},"W":{"d":"8,-251r36,-8r28,12v2,9,14,20,8,28v10,36,28,63,32,104v5,4,10,9,8,20r11,12v22,-19,18,-65,37,-88r3,-36v-13,-7,-14,-26,-16,-44v15,-10,31,-5,52,-4v10,11,19,23,20,44v13,39,29,75,36,120v21,17,26,-18,32,-32v2,-20,4,-39,16,-48v6,-29,9,-61,20,-84v18,-5,37,-3,56,0v-8,37,-30,61,-32,104v-18,10,-11,45,-28,56v0,33,-12,54,-24,75v6,32,-31,12,-48,20v-3,-2,-6,-4,-12,-3v-18,-30,-27,-69,-40,-104r-12,-8v-7,10,-19,15,-16,35v-9,7,-9,23,-12,37r-20,40v-14,1,-28,4,-44,3v-11,-11,-19,-25,-19,-47v-20,-33,-26,-79,-45,-112v-1,-20,-1,-41,-15,-48v1,-12,-1,-20,-8,-24","w":392},"X":{"d":"15,-3r4,-28v23,-26,53,-45,68,-80r16,-16v-11,-17,-21,-35,-36,-48v0,-16,-14,-18,-20,-28v-9,-13,-17,-28,-28,-40r0,-8v22,-13,44,6,64,-3v17,23,31,48,52,67v15,-18,37,-29,43,-56v14,-11,37,-13,61,-15v2,3,5,5,11,4r5,11v-6,9,-21,9,-20,25v-15,9,-30,18,-32,40v-19,-3,-9,22,-25,23v-11,7,-4,26,-3,40v31,29,52,68,80,100v2,25,-27,7,-37,16v-3,-8,-15,0,-23,0v-15,-15,-32,-28,-37,-52v-12,-9,-12,-31,-35,-29v-10,12,-19,24,-24,41v-10,1,-7,14,-12,20r-16,16v-13,2,-26,6,-36,0v-5,7,-11,-3,-20,0","w":265},"Y":{"d":"13,-251r44,-7v26,11,36,38,52,59v-3,16,13,13,11,28v4,5,9,10,20,8r32,-55r16,-33v22,-2,48,-12,65,0v-31,36,-50,84,-84,116v2,13,-8,14,-13,20r4,68v-4,3,-4,5,0,8v-2,14,-2,30,-12,36v-19,7,-34,0,-51,-4v7,-18,-6,-42,8,-52v-5,-3,-5,-5,0,-8v-6,-12,-4,-26,0,-40v-11,-21,-25,-39,-40,-56v2,-29,-27,-26,-28,-52r-16,-11","w":261},"Z":{"d":"37,0v-32,-2,-7,-50,4,-63r72,-89r24,-35v10,-1,13,-8,12,-20v-26,-14,-62,1,-88,-9v-18,10,-48,-4,-36,-23r0,-13v13,-1,33,-13,44,-3v12,-11,40,7,52,-4v3,6,10,2,16,0v34,6,61,-1,92,4v5,11,-1,18,4,31r-100,124v-4,18,-18,25,-28,37v1,19,18,21,36,15v4,7,16,1,24,0v17,16,43,-6,60,4v6,-6,26,0,20,16v-8,24,-40,27,-72,28v-3,-4,-5,-4,-8,0v-17,-4,-34,-4,-52,0r-64,-4v-4,7,-9,-3,-12,4","w":257},"[":{"d":"13,33v9,-9,-3,-26,8,-40v-3,-43,1,-78,-8,-116v16,-20,0,-61,8,-84r-3,-55r15,-12r68,3v4,4,13,15,4,20v7,5,1,12,-4,16v-26,-5,-31,11,-28,36v-4,3,-4,6,0,9v-2,9,-2,21,-7,27v7,16,9,41,0,56v7,5,7,12,3,20v0,12,8,29,0,36v11,23,-11,71,12,92v21,-3,32,4,28,27v-12,8,-30,11,-48,13v-2,-6,-5,-4,-8,0v-11,-5,-18,-8,-32,-5v-2,-10,0,-24,-8,-28v8,-2,2,-9,0,-15","w":119},"\\":{"d":"7,-241r8,-16v16,2,35,2,44,12v8,37,24,66,44,91v-7,19,21,40,23,64v4,6,18,10,9,17v17,17,25,43,39,63v-5,15,-33,7,-51,9v-9,-26,-26,-44,-28,-77r-48,-87v-9,-29,-30,-47,-40,-76","w":174},"]":{"d":"11,57v-9,-7,11,-13,16,-20v5,8,13,-2,20,-4v10,-26,-8,-66,8,-88v-11,-36,-1,-75,-8,-112v11,-8,-4,-25,4,-32r-4,-24v-19,-10,-53,-22,-32,-48v28,-7,52,1,84,0v10,5,-4,18,4,20v-5,28,-3,48,0,80v-9,4,4,14,-4,16v5,23,2,40,0,60v9,8,-5,39,4,52v-11,11,7,38,-4,48v0,8,8,20,0,23v2,14,5,28,4,45r-56,3v-3,5,-5,5,-8,0v-14,11,-43,-2,-28,-19","w":119},"^":{"d":"31,-204v-9,-6,-26,-4,-24,-20v8,-5,10,-17,24,-16r28,-28v40,3,62,23,80,48v-3,5,-8,8,-8,16v-8,-2,-16,-5,-28,-4v-5,-13,-19,-16,-33,-19v-12,9,-34,7,-39,23","w":143},"_":{"d":"8,36v-4,-11,-7,-14,-4,-28v17,-3,35,-11,52,-4v5,-8,19,0,28,0r68,-4v3,6,10,2,16,0v18,6,31,-2,44,4v3,8,5,17,4,28v-19,11,-42,-1,-57,13v-36,-8,-68,-5,-103,-9v-10,9,-30,-3,-48,0"},"`":{"d":"78,-207v-16,-19,-60,-11,-60,-43r20,-18v38,1,56,22,80,37r-4,24v-13,4,-27,11,-36,0","w":138},"a":{"d":"25,-31v2,-21,-19,-24,-8,-44r-4,-3r12,-52r43,-44v27,-12,65,-6,100,-4v5,8,13,-2,20,-4v7,13,7,22,4,39v8,30,-4,85,4,120r-4,16v-22,15,-50,-1,-59,-16r-24,21v-23,4,-51,5,-64,-9r-8,0v1,-12,-8,-13,-12,-20xm133,-147v-52,-15,-67,35,-56,84r15,17r24,3v11,-6,20,-14,24,-27","w":217},"b":{"d":"21,-20r4,-68v-11,-8,9,-36,-4,-47v10,-22,-5,-41,4,-60v-10,-5,6,-24,-4,-28v7,-13,-2,-24,0,-40v16,-4,42,-21,56,-5v-1,11,4,28,-4,33v10,6,-8,25,4,32v-5,2,-3,5,0,8v-4,13,-7,30,12,28v7,-13,38,-20,53,-12v17,-9,29,10,43,16v5,19,15,33,16,56r4,3r-12,48r-24,36v-20,12,-44,20,-72,24v-3,-5,-17,-6,-20,0v-10,-16,-48,-4,-56,-24xm77,-115v3,36,-3,62,12,83r28,0v14,-10,22,-26,28,-44v-3,-10,0,-26,-3,-39r-17,-20v-13,-3,-26,-7,-36,0","w":216},"c":{"d":"46,-16v-21,-25,-46,-67,-28,-112r20,-28v19,-8,29,-24,52,-28r64,4v7,10,13,29,-4,32v-16,-2,-35,-7,-44,4r-3,-4v-11,16,-35,19,-33,48r-4,4r17,44r20,16r56,-4v3,6,3,15,3,24r-28,16r-56,-4v-9,9,-22,-9,-32,-12","w":173},"d":{"d":"20,-39v-2,-28,-18,-55,0,-72v1,-9,5,-17,4,-28v10,-6,12,-20,28,-20r28,-20v21,-5,49,-2,64,-12v-15,-19,-3,-47,-4,-76v10,-16,37,0,56,0v3,20,-7,32,0,48v-5,35,-2,58,0,92v-9,11,6,54,-8,68v16,5,-3,31,8,40v-5,7,-10,14,-16,20v-16,-7,-34,-12,-45,-24r-35,24r-43,-4v-14,-10,-28,-21,-37,-36xm115,-151v-52,5,-57,83,-19,107v16,2,27,-3,36,-8v10,-24,7,-53,3,-83v-6,-6,-11,-13,-20,-16","w":216},"e":{"d":"27,-39v-31,-40,-4,-120,32,-135v13,-6,33,-3,41,-13r55,13v12,16,26,30,32,51v-8,6,3,16,5,24r-9,16v-31,-8,-72,0,-108,0v-3,6,-8,10,-7,20v13,10,21,24,39,28r48,-8v11,2,42,-2,28,24v-15,14,-45,13,-63,24v-41,-5,-73,-18,-93,-44xm72,-119v11,1,24,11,32,5v10,8,22,-6,27,-13r-11,-20v-28,-8,-43,6,-48,28","w":202},"f":{"d":"32,-123v0,-24,-32,-13,-28,-40v5,-3,5,-5,0,-8r28,-16r5,-52v19,-23,43,-50,88,-36r11,0r0,25v-8,6,-15,13,-32,11r-19,24v0,14,-2,31,7,36r33,4v3,8,8,13,7,24v-17,5,-45,2,-47,20v-4,26,11,64,-5,79v4,12,10,22,8,40r-23,13r-28,-9v-12,-23,-2,-46,-8,-71v10,-11,7,-27,3,-44","w":134},"g":{"d":"32,-19v2,-26,-30,-34,-17,-60v-12,-48,34,-74,57,-100v16,-6,41,-3,63,-4v3,4,5,4,8,0v14,8,30,-1,48,0v4,6,2,19,8,24v-19,9,6,46,-8,64v4,3,4,5,0,8r4,72v8,3,-2,11,-4,16r-3,28r-21,28v-19,10,-36,22,-64,23r-4,4v-26,-6,-57,-6,-79,-15v-2,-17,7,-22,12,-32v25,6,43,6,71,7v11,-6,15,-20,32,-20v7,-7,9,-16,4,-27v14,0,3,-13,0,-20v-9,-9,-21,11,-32,15r-27,9v-17,-6,-33,-12,-48,-20xm127,-147v-46,-16,-61,35,-52,80r16,20v13,-3,31,-1,40,-8v2,-17,11,-34,4,-49v11,-5,-7,-26,4,-31","w":217},"h":{"d":"26,-271v10,-8,25,5,32,-4r16,7v6,15,-2,25,4,37v-8,5,2,16,4,24v-5,13,-15,35,0,44v16,-12,38,-18,60,-24v16,10,42,11,44,35v11,7,-2,20,11,28v-15,14,1,44,-8,65v6,9,0,21,4,39v-7,4,3,8,0,16v-27,9,-68,0,-51,-32v-8,-6,0,-21,0,-32v-7,-25,-3,-61,-21,-76r-27,0v-6,15,-26,26,-16,45v-7,10,4,32,-4,47v7,7,-4,19,4,28v-5,2,-4,9,-4,16v-9,0,-15,12,-20,4v-10,12,-47,-5,-28,-23v-7,-15,3,-43,-4,-64v6,-13,0,-26,4,-49v-7,-13,0,-26,-4,-43v10,-13,-12,-59,4,-88","w":212},"i":{"d":"29,-211v-29,-28,9,-78,40,-51r12,13r0,27v-12,8,-23,21,-40,11r-12,0xm21,-7r4,-60v-10,-4,4,-18,-4,-19v11,-7,-7,-33,4,-40v-2,-19,-7,-40,4,-52v17,-5,31,-4,44,4v2,23,6,47,0,68v6,2,6,18,0,20v1,27,15,60,0,79v-18,4,-35,6,-52,0","w":98},"j":{"d":"-14,52r36,-36v0,-7,1,-14,-4,-16v18,-33,-11,-90,7,-124v0,-17,-10,-47,5,-55v25,-3,62,-1,43,31v9,8,-3,26,0,41v-9,7,11,25,0,31v5,22,-2,46,4,68r-15,48v-18,14,-26,38,-60,36v-4,8,-11,-1,-16,-4r0,-20xm25,-220v-9,-12,-11,-20,-7,-39v15,-8,39,-12,52,0r7,0v2,14,8,29,0,39v-18,8,-35,9,-52,0","w":98},"k":{"d":"48,-3v-23,6,-33,-22,-23,-32v-14,-7,11,-38,-5,-48v6,-16,4,-34,0,-52v1,-37,9,-76,0,-108v3,-10,3,-36,14,-28v12,-8,18,1,34,-4r12,16v-3,12,-13,26,0,32r-8,80v4,3,4,5,0,8v4,10,5,21,20,20r52,-60v16,-4,32,2,48,4v-15,32,-55,38,-60,80r44,43v-1,21,23,17,20,40r-40,16v-16,-16,-34,-30,-44,-51v-11,-7,-17,-20,-32,-24v-12,14,-1,32,-8,52v3,2,5,5,4,11","w":210},"l":{"d":"21,-167v9,-17,-6,-24,0,-48v-4,-8,1,-21,-3,-32r15,-28v4,6,8,4,13,0r27,5v11,20,-6,50,5,67v-12,5,5,18,-5,20v10,28,0,67,0,100v8,3,2,10,0,16v2,7,8,16,0,20v3,15,8,32,-4,39v-14,8,-25,9,-43,5v1,-8,-9,-9,0,-12v0,-28,-10,-63,0,-84v-9,-12,6,-25,-5,-32v5,-5,9,-24,0,-28v5,-3,5,-5,0,-8","w":98},"m":{"d":"32,1v-16,-15,-8,-41,-8,-68v7,-4,0,-8,-3,-12v0,-13,-2,-28,7,-32v-1,-12,-12,-29,-4,-40v-3,-8,-3,-12,0,-24r24,-8v12,7,27,10,36,20v13,-5,15,-19,36,-16v21,-19,55,10,68,24v26,-1,28,-26,52,-28v9,-9,26,7,39,8r21,28r3,92v-8,16,2,30,0,47v-13,14,-45,8,-51,-7v-15,-42,21,-114,-28,-128v-16,1,-24,11,-32,20r-4,56v10,7,-9,34,4,44v-5,3,-4,12,-4,20v-5,-10,-19,3,-28,4v-6,-4,-29,-6,-20,-13v-6,-19,2,-36,-4,-55v9,-11,-4,-40,-8,-64r-11,-12r-25,4r-16,16v-2,14,4,36,-4,44v13,17,5,39,0,60v8,4,0,12,-4,16v-17,3,-26,-3,-36,4","w":325},"n":{"d":"19,-154v6,-3,2,-10,0,-16v13,-14,26,-9,48,-12v4,7,6,14,11,20v18,-6,30,-18,56,-16v30,-10,62,25,60,68r-4,100v-6,12,-30,7,-47,8v-4,-21,-14,-44,0,-60v-3,-6,-9,-17,0,-20r-9,-44v-8,-9,-16,-19,-32,-20v-9,15,-33,24,-24,48v-15,28,3,67,-8,96v-16,5,-27,0,-43,-5v-3,-9,-8,-28,0,-36","w":212},"o":{"d":"10,-79v2,-8,12,-19,4,-25v7,-37,32,-56,56,-75v45,-14,98,-2,116,28v14,10,18,30,24,47v-3,3,-5,6,0,9v-4,27,-10,52,-24,68r-36,24v-50,8,-109,1,-124,-36xm82,-135v-4,21,-11,42,-8,68v9,9,12,23,20,32v21,1,40,-1,43,-18v22,-22,8,-70,-7,-90v-18,5,-21,-13,-32,-4","w":220},"p":{"d":"26,76v-17,-11,5,-38,-4,-48v-1,-15,9,-38,0,-47v11,-6,-4,-22,4,-24v-8,-9,5,-28,-4,-40v9,-24,-7,-78,8,-100v20,6,43,8,56,20r36,-20r43,4v15,13,29,27,37,48r-4,72v-13,17,-29,32,-44,47v-19,10,-41,16,-72,13v-15,5,0,29,-8,40v3,8,0,21,3,32v-16,6,-33,10,-51,3xm77,-47v6,16,28,19,49,12r16,-28v0,-17,8,-40,-4,-48v0,-21,-12,-30,-36,-28v-9,11,-29,12,-25,36v7,17,3,37,0,56","w":216},"q":{"d":"25,-18v-6,-28,-14,-56,-7,-88r-4,-4r27,-47r64,-29v7,1,16,7,20,0v19,8,41,8,64,4v15,18,2,51,4,80v-4,3,-4,5,0,8v0,9,-8,23,0,28r-4,4v8,43,3,84,8,124v-2,5,-8,8,-8,15v-19,-1,-27,0,-47,-3v0,-10,2,-22,-5,-25v2,-19,17,-50,0,-63v-28,3,-49,25,-83,12xm69,-86r12,36v16,3,36,15,44,0r17,-32v0,-10,-10,-24,0,-28v-6,-2,-6,-10,0,-12r-9,-20v-12,-3,-23,-9,-36,-4r-20,20","w":217},"r":{"d":"25,-2v-1,-10,-9,-26,0,-33r-4,-4v5,-49,0,-88,4,-136v27,-12,49,-1,60,17r40,-29v6,4,16,4,20,9v-6,23,-7,51,-32,55r-28,4v-7,16,-15,31,-8,52v-8,19,13,85,-40,65r-12,0","w":152},"s":{"d":"17,-11r4,-24v16,3,41,-1,51,8r20,-4r12,-16v-16,-23,-49,-30,-75,-43r-12,-24r4,-41v17,-9,29,-23,51,-27r68,4v5,9,8,31,-4,35v-10,-3,-25,-12,-36,-4v-12,-9,-42,12,-24,24v14,9,32,13,44,24r5,-4r27,24v4,22,6,43,-4,60v-16,7,-35,25,-56,17v-23,2,-53,8,-63,-9r-12,0","w":165},"t":{"d":"7,-150v-3,-14,-5,-33,12,-32v13,-11,15,-14,12,-36v10,-13,28,-17,52,-16v8,19,-7,43,8,52v21,4,54,-3,48,28v-9,21,-63,-7,-56,36v-5,22,-2,61,12,76v10,1,25,9,32,0v6,5,18,3,16,16r4,4r-28,16v-46,11,-77,-6,-92,-36v10,-14,-8,-42,8,-52v-2,-13,-5,-25,-4,-40","w":149},"u":{"d":"16,-52v4,-3,4,-5,0,-8v13,-37,-2,-85,12,-119v23,-1,42,-1,48,16v-7,22,-9,43,0,63v-5,13,-3,26,0,40v10,6,12,20,28,20r3,4r28,-27v1,-16,-9,-39,0,-49r-4,-3r9,-56v11,-11,28,-4,44,-8v15,5,-3,25,8,31v-4,22,-6,44,0,65v-6,4,-9,24,0,27v-5,3,-5,5,0,8v-3,16,-1,37,-13,44r-35,0r-16,-16v-15,13,-36,20,-60,24r-32,-16","w":212},"v":{"d":"25,-134v-11,-7,-17,-37,-4,-44r40,0v18,34,24,78,43,111v18,-8,16,-35,29,-47v6,-23,5,-54,24,-64r31,0v0,16,3,35,-8,40v-3,21,-9,39,-20,52r0,19r-3,0v-9,21,-22,37,-24,65v-18,4,-34,-1,-48,3r-16,-15v-15,-40,-33,-77,-44,-120","w":203},"w":{"d":"28,-127v-7,-14,-23,-20,-20,-44r28,-12r24,16v4,12,6,26,16,32v-9,7,10,15,4,32v13,5,6,31,16,40v29,-26,22,-87,48,-116v6,8,19,-4,32,0v5,15,17,23,16,44v18,12,7,53,27,64v4,-7,22,-13,13,-20v18,-24,10,-74,39,-88v9,7,21,-3,32,4v-4,19,-7,37,-19,48v9,6,-6,16,-8,24v-8,33,-25,57,-32,91v-7,7,-23,21,-36,9v-3,6,-10,2,-16,0v-12,-29,-22,-61,-32,-92v-26,-6,-13,28,-28,36r-4,36r-24,24r-32,-4v-4,-9,-8,-18,-16,-24v9,-7,-6,-17,-8,-25v1,-26,-15,-35,-16,-59v-5,-3,-12,-11,-4,-16","w":312},"x":{"d":"24,1v-17,0,-9,-18,-5,-28r25,-20v8,-14,14,-30,27,-40r-12,-32r-44,-48r4,-11v14,6,29,-4,40,3r4,-3r44,44r8,0v11,-15,18,-34,35,-44v16,3,46,-10,40,16v-17,27,-46,42,-51,80v18,26,39,48,60,71r0,9v-14,1,-36,-10,-44,0v-27,-8,-33,-37,-52,-53r-36,36r0,12","w":210},"y":{"d":"45,-91v-15,-24,-35,-55,-28,-88r36,0r28,40v8,25,8,58,23,76v24,-9,17,-50,32,-68v0,-18,8,-26,9,-44v12,-7,31,-1,47,0v-15,74,-49,129,-67,200v-11,15,-22,31,-37,43v-23,-5,-19,17,-43,13v-2,-7,-12,-15,-4,-21r-4,-3v18,-8,30,-23,44,-36v-6,-33,-17,-60,-28,-88v-7,-4,-9,-12,-8,-24","w":204},"z":{"d":"13,-3r4,-37r75,-87v1,-16,-16,-14,-23,-21v-15,3,-26,10,-45,9v-2,-11,-8,-18,-7,-32v10,-12,23,-1,36,-8r4,4r100,-4v13,7,16,13,11,31r4,5r-80,83v-4,24,19,21,36,25v1,-6,19,-8,20,0v5,-4,13,-6,24,-5v9,16,-7,28,-15,37v-10,-1,-26,3,-29,-5v-30,2,-62,11,-91,5v-8,3,-16,3,-24,0","w":188},"{":{"d":"12,-81v-9,-6,3,-21,4,-31v10,-6,20,-12,28,-20v5,-35,1,-74,0,-112v12,-29,48,-36,87,-28v6,10,-2,19,4,24r-36,24v-10,15,-7,31,0,48v-8,20,5,41,-8,55v-5,10,-16,13,-15,29r20,20v2,26,5,53,-5,71v9,20,7,51,44,44r-4,32v-11,9,-32,-5,-40,4r-32,-12v-3,-13,-19,-27,-12,-40v-5,-3,-4,-16,0,-20v-17,-27,23,-86,-35,-88","w":142},"|":{"d":"21,67v6,-35,-4,-73,8,-103v-4,-13,-15,-36,0,-45v-2,-12,-12,-34,0,-43v-7,-27,-8,-51,-5,-83v-6,-5,5,-15,-3,-20v7,-12,-6,-37,8,-45r32,0v6,58,-3,106,3,164v-3,21,0,35,-7,55v11,11,-1,30,7,44v-5,20,0,52,0,81v-11,4,-37,5,-43,-5","w":85},"}":{"d":"6,48v15,-6,32,-11,40,-24v1,-12,-4,-32,5,-36v-15,-13,-1,-42,0,-64v5,-9,20,-15,12,-27v-4,-6,-23,-15,-12,-20v-5,-37,-5,-69,-8,-104v-5,-6,-16,-18,-25,-8v-1,-4,-6,-4,-12,-4r5,-32v16,-8,39,0,59,0r33,32v0,9,-8,23,0,28r-9,63v5,3,7,10,0,13v11,6,15,20,32,20v8,8,8,19,4,32r-24,12v-15,30,-11,77,-7,115r-16,24v-15,4,-26,12,-45,12v-3,-8,-14,6,-20,-4v-3,8,-8,-1,-12,-4r0,-24","w":142},"~":{"d":"45,-218v-18,7,-33,2,-28,-20r24,-12r56,12v2,-4,4,-4,7,0v5,-1,9,-4,16,-4v12,13,9,41,-16,36r-4,4","w":146},"\u00a0":{"w":92},"\u00a1":{"d":"47,-126v-25,2,-36,-28,-24,-44v9,-8,20,-15,36,-16v10,7,20,15,28,24v-5,15,-9,31,-20,40xm27,-7v4,-23,0,-38,3,-60v-4,-6,-1,-8,-3,-20v12,-11,28,-6,43,0v9,34,4,66,12,100v-7,12,1,22,0,36v10,6,-4,16,-7,24v-16,1,-35,7,-48,0v-3,4,-5,4,-8,0v5,-23,-3,-51,8,-80","w":104},"\u00a2":{"d":"24,-99v-6,-3,-12,-14,-4,-19v-8,-4,6,-12,-4,-17r16,-47v18,-12,29,-30,56,-32r20,-20r-5,-20v12,-1,21,1,25,8r-5,20v9,3,21,18,29,8r16,11v-4,19,-19,31,-40,20v-5,9,-16,1,-25,0v-13,14,-27,27,-32,48r9,44r20,21v23,7,51,-6,68,7r-5,24r-32,9v-4,9,-12,14,-11,27v-10,3,-8,1,-20,0r-4,-24v-11,-8,-25,-15,-44,-15v-12,-15,-28,-26,-28,-53","w":175},"\u00a3":{"d":"33,-115v-23,4,-24,-13,-23,-32v16,-6,37,-7,31,-35v4,-3,6,-6,0,-8r20,-40r32,-25v5,9,14,0,21,-3r67,3r12,12r-7,25v-25,-1,-54,-8,-72,3v-5,15,-17,24,-16,45r-5,3r21,20v13,-1,25,-3,40,-3v3,-10,12,1,19,3r0,28v-18,2,-33,7,-52,8v-4,-8,-13,2,-19,4v-3,11,-17,30,-4,40v-10,6,1,27,7,32v22,-5,44,-10,68,-4v5,-8,20,0,25,4v-2,9,-6,16,-5,28v-46,13,-92,1,-139,8v-4,-7,-7,1,-13,0v-7,-32,4,-69,-3,-100v7,-5,0,-12,-5,-16","w":213},"\u00a5":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\uf8ff":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\ue01e":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\u25ca":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\u2260":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\u2248":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\u222b":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\u221e":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\u221a":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\u2211":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\u220f":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\u2202":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\u20ac":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\u03c0":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\u03a9":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\u0394":{"d":"17,0r0,-280r246,0r0,280r-246,0xm35,-17r211,0r0,-246r-211,0r0,246","w":280},"\u00a7":{"d":"69,4v-17,-15,-69,1,-56,-31r12,-12v25,2,59,26,76,0r0,-16v-21,-12,-43,-24,-68,-32r-16,-24r4,-36v8,-8,22,-15,12,-28r-20,-27r20,-36v17,-9,34,-19,56,-24v21,3,48,0,60,12v-1,13,-5,24,-16,28v-24,0,-65,-18,-60,20v17,11,37,19,60,23r27,29r-3,35v-5,10,-18,12,-17,28r13,12v8,29,-1,50,-17,64v-11,-2,-15,3,-19,8v-15,2,-30,9,-44,4xm73,-147v-8,8,-8,16,0,24v13,3,29,14,36,0v2,-21,-18,-22,-36,-24","w":171},"\u00a8":{"d":"59,-208v-23,13,-46,-2,-40,-31v7,-11,22,-16,40,-16v14,9,21,34,8,47v0,3,0,6,-4,5xm102,-215r0,-28r25,-12v13,4,27,8,32,20r-9,27v-6,0,-7,6,-11,8v-13,-4,-27,-8,-37,-15","w":171},"\u00a9":{"d":"93,-8v-41,-26,-81,-54,-79,-119v1,-20,6,-43,12,-64r59,-56v22,-6,49,-7,68,-16v3,6,21,6,24,0v28,11,57,21,80,36v1,19,17,23,23,36r21,51v-4,35,-15,63,-28,88v-23,19,-42,43,-76,48v-36,5,-73,6,-104,-4xm37,-112v17,51,51,85,116,88v5,-3,9,-6,12,0v25,-9,56,-10,72,-28r24,-28v4,-21,11,-42,4,-63v11,-24,-17,-48,-28,-65v-24,-17,-61,-33,-100,-23r-4,-4r-44,16v-20,15,-36,33,-48,56xm69,-112v-19,-21,12,-57,20,-76v13,-14,37,-15,53,-27v22,5,55,0,67,15r-4,17v-14,8,-29,-2,-44,-5r-28,13r-23,35v-2,36,14,54,35,68v19,-4,38,1,56,-8v10,4,11,23,0,28r-52,8r-44,-11v-8,-5,-9,-18,-23,-17v-6,-12,-15,-20,-13,-40","w":310},"\u00aa":{"d":"10,-67v6,-10,20,-12,20,-28v12,1,23,0,27,-7v21,-3,41,-12,60,-5v19,-25,-9,-54,-40,-39v-3,4,-5,4,-8,0v-11,2,-23,4,-28,12v-16,-11,-16,-30,0,-40v16,-4,30,-10,48,-12v11,4,27,2,40,8v10,-9,21,12,32,16v7,19,15,38,12,67v8,12,-4,50,4,68r-8,20v-14,6,-29,4,-44,0v-7,-16,-37,4,-48,8v-13,-3,-34,2,-40,-8v-22,-6,-23,-34,-27,-60xm66,-67v-3,29,39,36,51,17v5,-8,4,-17,0,-25v-21,-5,-38,-1,-51,8","w":195},"\u00ab":{"d":"14,-87r0,-20v10,-6,12,-19,28,-19v9,-18,22,-31,36,-44v13,2,24,5,28,15v-6,24,-23,37,-37,53r0,20r37,43r0,16v-9,5,-16,11,-32,9v-16,-28,-39,-50,-60,-73xm102,-95r68,-79r32,12v-15,21,-27,46,-45,64v8,27,26,43,40,63v3,19,-15,17,-24,25v-23,-29,-55,-49,-71,-85","w":210},"\u00ad":{"d":"18,-78v-2,-14,-6,-28,3,-36r28,-13v10,6,20,11,33,5v4,7,15,1,23,0v10,4,25,4,32,11r-8,33r-75,7v-3,-5,-17,-6,-21,0","w":148},"\u00ae":{"d":"9,-128v13,-62,39,-111,100,-124v25,-13,65,-4,99,-4v27,19,56,38,76,64v-2,15,7,20,12,28v3,18,6,36,-4,48v8,19,-3,30,-12,43r4,5r-36,40v-18,0,-23,13,-36,19v-28,3,-53,9,-84,9v-4,-7,-11,-11,-24,-9v-8,-2,-19,-18,-23,-7r-48,-40v4,-23,-21,-16,-17,-41v11,-6,-6,-21,-7,-31xm36,-120v11,10,2,28,12,39v8,8,8,22,25,21v22,16,40,36,75,39v3,-4,5,-4,8,0v23,-6,49,-9,60,-27v-17,0,-27,5,-36,-5r-28,-51v-20,-5,-14,16,-20,28v8,13,-8,39,-35,31v-18,-10,-3,-45,-5,-68v-13,-14,9,-50,-8,-63r4,-32r-12,-4r-23,28xm100,-224v-3,13,15,8,24,12v30,-11,75,5,92,24r4,40v-5,8,-25,16,-16,24v-13,26,25,40,25,71r28,-20v14,-23,10,-44,19,-71v-9,-9,-10,-24,-16,-36v-19,-21,-34,-46,-72,-48r-12,-12v-32,-2,-55,6,-76,16xm148,-184v-13,8,-22,35,-4,44v18,2,22,-10,32,-16v2,-17,-10,-20,-16,-28v-2,5,-9,5,-12,0","w":310},"\u00af":{"d":"17,-216r0,-19v21,-13,54,-6,84,-4v3,-10,16,0,24,0v2,8,4,16,3,27v-30,-8,-62,4,-91,-4v-5,7,-11,-3,-20,0","w":143},"\u00b0":{"d":"0,-231r9,-32r23,-20r32,0v13,11,43,27,28,52r4,4r-40,24r-32,-4xm32,-235r32,4v12,-17,-10,-33,-24,-20r-4,-4","w":98},"\u00b2":{"d":"23,-8v-10,-2,-7,-16,-8,-27r96,-84v11,-24,39,-51,20,-80r-16,-16v-25,-5,-55,-4,-72,8r-16,0v-3,-9,-9,-15,-8,-28r36,-20r60,-8r56,20v14,17,22,40,28,64v-13,15,-20,36,-28,56v-6,8,-21,8,-20,24v-21,9,-34,25,-48,40r0,8v29,7,53,-2,84,4v5,-9,7,4,15,4v-5,44,-50,46,-99,40v-23,4,-55,1,-80,-5"},"\u00b3":{"d":"15,-18v4,-11,4,-25,12,-32v10,2,24,17,31,8v9,10,28,10,45,12v15,-8,33,-12,43,-24r-3,-28r-17,-20v-19,-7,-44,-9,-60,-20v2,-6,6,-13,0,-16v12,-16,48,-8,60,-24v9,-12,13,-21,8,-40r-23,-20v-27,2,-57,1,-68,20v-16,-3,-38,-26,-16,-40v25,0,36,-13,59,-16r68,5v12,10,25,20,36,31v2,19,8,41,-4,52r-32,28v9,10,18,19,32,24v13,14,20,34,20,60v-10,22,-26,38,-44,52v-50,7,-113,12,-147,-12"},"\u00b4":{"d":"23,-215v-8,-14,9,-18,16,-28r41,-28v18,6,46,15,35,36v-25,10,-42,28,-72,32v-3,-4,-5,-4,-8,0","w":138},"\u00b6":{"d":"37,-114v-11,-21,-40,-50,-20,-80v-9,-12,12,-27,15,-40v19,-10,35,-23,68,-20v7,9,22,-4,36,0r13,28v-6,39,-6,75,-8,112v4,2,4,9,0,12r8,91v-6,4,-13,7,-17,12v-34,-8,-8,-55,-20,-83v0,-27,-30,-14,-51,-20xm164,-210v9,-12,-21,-50,24,-44v8,9,15,40,4,52v17,56,-8,126,5,191v-10,3,-16,9,-29,8v-5,-32,-3,-62,0,-96v-4,-21,-4,-60,0,-88v-10,-3,6,-20,-4,-23","w":219},"\u00b7":{"d":"21,-123r4,-24v11,0,5,-16,16,-16r32,0v6,13,20,19,19,40v-11,18,-37,32,-59,16","w":113},"\u00b8":{"d":"23,72r36,-19v2,-18,-15,-17,-28,-21v-5,-15,-5,-35,16,-32v11,7,14,24,32,24r16,16r-4,24r-20,16v-12,0,-29,-8,-36,0","w":116},"\u00b9":{"d":"28,-179v-5,-12,-17,-18,-15,-37v29,-11,50,-30,76,-44v12,7,17,0,32,0v10,5,19,29,7,40v10,4,-2,13,-4,20r9,41v-9,3,0,15,0,23v0,20,-6,38,-5,60v9,5,-4,9,5,12v-13,16,12,49,-9,60r-39,4r-12,-13v2,-35,4,-68,0,-103v3,-21,1,-42,3,-68r-11,-12","w":163},"\u00ba":{"d":"10,-79v2,-8,12,-19,4,-25v7,-37,32,-56,56,-75v45,-14,98,-2,116,28v14,10,18,30,24,47v-3,3,-5,6,0,9v-4,27,-10,52,-24,68r-36,24v-50,8,-109,1,-124,-36xm82,-135v-4,21,-11,42,-8,68v9,9,12,23,20,32v21,1,40,-1,43,-18v22,-22,8,-70,-7,-90v-18,5,-21,-13,-32,-4","w":220},"\u00bb":{"d":"9,-31r40,-60v-10,-25,-23,-47,-40,-65r24,-23v29,25,49,57,77,83v-15,35,-45,55,-69,81r-20,0xm129,-12v-16,-2,-28,-7,-28,-24r40,-52v-8,-27,-27,-43,-36,-68r-4,-3v10,-5,13,-17,28,-16v23,26,48,50,68,79v-4,3,-5,10,0,13","w":210},"\u00bc":{"d":"28,-179v-5,-12,-17,-18,-15,-37v29,-11,50,-30,76,-44v12,7,17,0,32,0v10,5,19,29,7,40v10,4,-2,13,-4,20r9,41v-9,3,0,15,0,23v0,20,-6,38,-5,60v9,5,-4,9,5,12v-13,16,12,49,-9,60r-39,4r-12,-13v2,-35,4,-68,0,-103v3,-21,1,-42,3,-68r-11,-12xm111,-8v11,-4,15,-15,16,-28v33,-36,56,-82,84,-123v4,-25,26,-32,32,-56r27,-40v14,-5,29,-3,44,0v5,16,-16,18,-8,28v-31,35,-58,74,-83,115v0,17,-14,21,-20,32r-40,64r0,8v-18,5,-37,11,-52,0xm278,-59v-2,-16,-7,-35,4,-44r-4,-4v41,-44,69,-101,107,-148v11,2,16,-3,21,-8v13,6,28,8,39,16v-4,16,-9,28,-4,44v-8,15,0,69,0,104v4,9,18,9,32,8v9,7,8,19,4,32v-15,3,-34,1,-40,12v2,20,12,50,-20,44v-7,7,-18,-7,-27,-9v0,-8,-1,-17,4,-19v-5,-10,-8,-22,-17,-28v-36,3,-65,5,-99,0xm373,-175v-7,29,-50,51,-39,80v12,-12,53,15,51,-20v-2,-19,-4,-38,0,-56v-1,-4,-6,-4,-12,-4","w":483},"\u00bd":{"d":"28,-179v-5,-12,-17,-18,-15,-37v29,-11,50,-30,76,-44v12,7,17,0,32,0v10,5,19,29,7,40v10,4,-2,13,-4,20r9,41v-9,3,0,15,0,23v0,20,-6,38,-5,60v9,5,-4,9,5,12v-13,16,12,49,-9,60r-39,4r-12,-13v2,-35,4,-68,0,-103v3,-21,1,-42,3,-68r-11,-12xm111,-8v11,-4,15,-15,16,-28v33,-36,56,-82,84,-123v4,-25,26,-32,32,-56r27,-40v14,-5,29,-3,44,0v5,16,-16,18,-8,28v-31,35,-58,74,-83,115v0,17,-14,21,-20,32r-40,64r0,8v-18,5,-37,11,-52,0xm289,-8v-12,0,-7,-17,-8,-27r96,-84v10,-25,40,-50,20,-80r-16,-16v-25,-5,-55,-4,-72,8r-16,0v-3,-9,-10,-15,-9,-28r37,-20r60,-8r56,20v13,17,21,40,27,64v-13,14,-19,36,-27,56v-6,8,-21,8,-20,24v-21,9,-34,25,-48,40r0,8v28,7,53,-2,83,4v6,-9,7,4,16,4v-7,42,-49,47,-99,40v-23,4,-55,2,-80,-5","w":483},"\u00be":{"d":"15,-18v4,-11,4,-25,12,-32v10,2,24,17,31,8v9,10,28,10,45,12v15,-8,33,-12,43,-24r-3,-28r-17,-20v-19,-7,-44,-9,-60,-20v2,-6,6,-13,0,-16v12,-16,48,-8,60,-24v9,-12,13,-21,8,-40r-23,-20v-27,2,-57,1,-68,20v-16,-3,-38,-26,-16,-40v25,0,36,-13,59,-16r68,5v12,10,25,20,36,31v2,19,8,41,-4,52r-32,28v9,10,18,19,32,24v13,14,20,34,20,60v-10,22,-26,38,-44,52v-50,7,-113,12,-147,-12xm166,-8v11,-4,15,-15,16,-28v35,-43,67,-89,91,-143v23,-20,32,-53,52,-76v13,-6,29,-3,44,0v5,16,-16,18,-8,28v-31,35,-58,74,-83,115v0,17,-14,21,-20,32r-40,64r0,8v-18,5,-37,11,-52,0xm333,-59v-2,-16,-7,-34,3,-44r-3,-4v41,-44,69,-101,107,-148v11,2,16,-3,20,-8v13,6,29,9,40,16v-4,16,-9,28,-4,44v-8,15,0,69,0,104v4,9,18,9,32,8v9,7,8,19,4,32v-15,3,-34,1,-40,12v2,20,12,50,-20,44v-8,7,-19,-7,-28,-9v0,-8,-1,-17,5,-19v-5,-10,-8,-22,-17,-28v-36,3,-65,5,-99,0xm417,-151v-15,12,-37,37,-29,56v14,-11,54,14,52,-20v-1,-19,-6,-39,0,-56v-2,-3,-6,-5,-12,-4","w":538},"\u00bf":{"d":"6,25r8,-32v11,-7,14,-23,32,-23v7,-11,10,-25,16,-37v-3,-7,-8,-10,-8,-20v9,-5,17,-10,32,-8v6,13,18,19,16,40v8,21,-20,44,-32,60v3,17,5,35,28,33v14,11,1,32,-8,39v-42,-4,-73,-18,-84,-52xm70,-122v-18,-5,-43,-18,-32,-40v3,-33,55,-15,64,0v-5,2,-6,14,0,16v-7,12,-22,14,-32,24","w":124},"\u00c0":{"d":"11,-6v17,-64,49,-113,72,-172v4,-29,24,-62,44,-80v15,-4,38,-6,44,8v4,11,7,26,16,33r-5,4v19,42,31,91,56,127v-2,23,11,30,17,44v-10,5,4,10,7,16v8,15,3,33,-15,24v-10,3,-21,1,-36,3v-9,-15,-21,-27,-21,-51r-15,-16v-20,0,-48,10,-64,0r-28,8r-24,52v-16,4,-32,4,-48,0xm115,-290v-14,-8,-36,-7,-36,-27r28,-24r28,8r0,8r44,24v0,5,0,10,3,11v-11,7,-15,22,-35,20xm103,-110v20,3,42,13,56,0v-7,-24,-6,-55,-20,-72v-29,5,-24,47,-36,72","w":278},"\u00c1":{"d":"14,-7v1,-42,27,-59,32,-96v12,-18,24,-37,27,-64v25,-21,22,-71,48,-91v12,5,26,1,40,0v25,19,25,61,40,91v23,47,40,102,64,148v1,26,-43,22,-60,12v-12,-23,-13,-72,-51,-56v-23,-8,-48,1,-72,4v-5,15,-15,25,-16,44v-7,9,-22,10,-33,16xm126,-274v-19,0,-31,-7,-33,-24v31,-9,35,-45,76,-44v10,11,30,13,28,36xm129,-187v-1,29,-31,57,-19,80v16,6,29,1,51,-4v-2,-13,-3,-27,-12,-32r-4,-28","w":278},"\u00c2":{"d":"17,-4v-3,-7,-5,-16,-4,-27v8,-12,23,-17,20,-40v3,-8,18,-16,12,-24r52,-124v14,-10,1,-44,36,-39r35,3r28,68v9,31,19,61,36,84v6,31,15,59,32,79v0,7,-1,14,4,16r-55,9v-25,-16,-14,-80,-60,-64v-12,4,-20,-7,-25,0v-9,-9,-29,4,-43,4r-32,55r-36,0xm85,-275v-7,-6,-19,-7,-17,-20r57,-48r20,0r51,40v9,16,2,33,-20,28v-11,-11,-24,-20,-43,-23xm109,-112v11,16,40,3,55,-3v-8,-23,-17,-47,-28,-68r5,-4v-28,6,-24,47,-32,75","w":278},"\u00c3":{"d":"12,-3v-8,-13,4,-41,16,-48r76,-173v-7,-9,20,-45,36,-31r12,-12v-12,-9,-23,-20,-45,-20v-3,3,-23,7,-31,0v1,-24,19,-30,40,-35v17,4,34,22,51,11r17,0v19,21,-13,34,-24,44v8,16,26,22,24,49v3,2,3,4,0,7v17,24,21,61,39,84v5,16,10,33,20,44r-4,4v11,23,18,49,32,68r-20,11v-25,-7,-60,-4,-56,-40r-16,-19v-32,-2,-67,-8,-91,4v-10,17,-16,38,-29,52v-8,0,-17,1,-19,-5v-7,4,-16,6,-28,5xm112,-111v8,16,38,11,51,0r-3,-36v-12,-5,-11,-22,-20,-32v-15,17,-22,42,-28,68","w":278},"\u00c4":{"d":"14,-3v6,-65,51,-117,68,-176v9,-7,2,-10,3,-23v20,-11,15,-46,36,-56v14,-1,34,7,44,0v20,40,39,81,48,131r13,8v11,40,23,78,44,108v-5,3,-8,12,-13,4v-9,7,-23,12,-32,5v-12,11,-14,-10,-27,-9v-8,-20,-12,-44,-28,-56v-17,7,-32,-1,-56,4v-7,-9,-22,3,-32,4v-6,10,-16,17,-13,36v-9,8,-22,30,-38,17v-4,4,-10,6,-17,3xm114,-270v-22,-4,-39,-12,-40,-36r20,-20v17,1,33,5,40,16v-4,3,-4,5,0,8v-1,16,-9,25,-20,32xm130,-182v-8,21,-30,54,-20,75v19,5,35,2,51,-4v1,-32,-17,-47,-24,-71r-7,0xm173,-274v-4,-12,-23,-22,-12,-36r12,-16r25,4v7,10,21,13,19,32v-10,10,-23,17,-44,16","w":278},"\u00c5":{"d":"10,-7v4,-31,24,-46,28,-76v4,-5,17,-11,8,-16v11,-32,32,-54,36,-92v17,-6,10,-35,24,-44v-2,-14,-4,-27,-12,-35r4,-32v9,-7,16,-16,28,-20r36,4r24,20v-1,21,-5,39,-16,51v7,11,15,20,12,40v14,19,25,42,28,72v5,3,16,10,7,16v6,15,18,23,17,44r31,56r-4,12v-20,5,-37,-1,-51,4v-20,-9,-16,-42,-32,-56v-21,-3,-49,1,-64,-8v-2,5,-14,6,-16,0v-17,7,-27,21,-36,36v8,6,-3,19,-4,28xm102,-111v10,14,31,0,44,8v3,-9,18,-6,16,-20v-13,-14,-14,-41,-25,-59v-11,-2,-8,9,-11,15xm146,-302v-21,-5,-28,22,-20,32v10,0,15,5,23,7v12,-10,10,-31,-3,-39","w":278},"\u00c6":{"d":"19,-8v-8,-13,4,-19,12,-27v8,-20,15,-41,32,-52v8,-42,44,-57,52,-100v18,-13,25,-38,35,-60v15,-2,32,-15,45,-8v7,-7,21,4,31,4v27,-12,63,-2,96,0r12,12v-6,31,-42,19,-72,24v-7,-7,-23,1,-27,8v9,19,-10,48,11,57v26,-8,52,-1,80,0v5,12,6,24,-4,31v-26,5,-47,7,-76,4v-5,7,-18,21,-7,32v-3,9,-5,18,-4,31r20,17r76,-5v6,7,0,21,0,32v-32,18,-83,-3,-120,9v-12,-6,-43,-7,-33,-25v-7,-7,10,-13,5,-28v-14,-13,-41,-12,-68,-11v-8,-7,-32,4,-28,23v-4,7,-13,8,-12,20v-8,8,-13,19,-32,16v-5,10,-16,-2,-24,-4xm127,-115v6,5,15,8,23,12r28,-9v-4,-19,1,-36,-3,-51v6,-6,0,-19,0,-28v-20,21,-31,51,-48,76","w":353},"\u00c7":{"d":"13,-111r8,-51r24,-49r43,-36v17,-4,37,-6,48,-16v1,6,19,8,20,0v7,4,27,10,32,0v4,8,15,9,28,8v-1,8,5,8,13,8r-9,32r-60,-7v-9,4,-29,-5,-36,11r-8,0v-14,20,-36,31,-40,61v11,13,-8,44,5,63r19,28r28,20v28,4,61,5,80,-8r12,0v5,12,16,33,0,40v-25,1,-47,7,-64,16v-1,22,37,3,32,36v8,23,-33,45,-64,32v-9,-4,-2,-17,4,-20v14,2,34,9,32,-12v-10,-6,-18,-14,-36,-12v0,-7,-1,-14,4,-16r-24,-24v-28,-8,-47,-24,-67,-40","w":240},"\u00c8":{"d":"47,1v-12,-4,-30,-11,-20,-28v-7,-4,1,-9,4,-13v-15,-23,-3,-65,-4,-99v-7,-4,1,-9,4,-13r-4,-95v21,-22,72,-1,108,-11v5,6,15,0,23,0r20,11v-2,10,-1,35,-12,24v-15,16,-49,2,-76,4v-3,10,-18,22,-7,29v-5,12,-6,24,4,31v10,5,26,3,31,12v15,-6,44,-13,57,0v-5,10,4,27,-9,35v-13,0,-31,-6,-40,0v-21,-8,-53,5,-39,29v-16,7,-1,24,0,39v21,3,43,5,63,0v6,6,23,-7,28,8r0,28v-29,1,-68,18,-88,0v-2,6,-20,7,-23,0xm55,-307v-9,-10,12,-24,15,-36v16,1,30,5,37,16v16,-3,11,15,28,12v5,4,6,12,15,12v3,20,-16,19,-24,28","w":199},"\u00c9":{"d":"69,0v-15,-5,-54,-1,-41,-21v-11,-8,9,-36,-4,-47r8,-13r-8,-135v5,-3,3,-7,0,-12r4,-24v15,-14,43,4,55,-11v18,6,37,8,57,3v8,7,21,1,32,0v7,13,2,24,8,32v-6,10,-34,16,-44,8v-7,9,-16,-11,-27,0v-30,-4,-25,31,-29,56r17,16r67,-8r12,12v-1,21,-9,36,-32,28v-20,6,-51,-8,-59,12v-2,21,-10,46,4,59v13,2,33,16,43,4v4,9,16,1,25,0r23,5r-4,31v-11,0,-27,10,-32,0v-4,12,-24,-8,-28,5v-9,-13,-37,8,-44,-5xm60,-296v18,-20,43,-32,65,-48v19,2,25,17,35,28v-20,23,-51,34,-80,47","w":199},"\u00ca":{"d":"43,-4v-20,3,-22,-12,-12,-24v-4,-20,-6,-40,0,-60v-10,-6,5,-19,-5,-27v10,-27,-5,-60,5,-85v-9,-14,-5,-25,-8,-43r11,-16r136,4v2,11,14,27,4,36v-8,-9,-24,3,-36,4v-15,-2,-27,-8,-44,-8v-12,14,-17,23,-12,48v-8,4,2,13,4,19v25,16,61,-1,88,9r-4,35v-27,-1,-56,-5,-80,0v-14,13,-4,42,-4,65v19,13,48,1,76,3v3,4,5,4,8,0v10,2,10,13,17,20r-21,24v-9,-4,-24,0,-36,-4v-6,11,-26,-4,-28,4v-20,-7,-41,3,-59,-4xm34,-291r36,-36v15,1,18,-11,28,-16v24,14,51,23,68,44r0,16v-21,17,-48,-5,-60,-16v-14,-2,-18,6,-24,12v-10,6,-24,7,-31,16","w":199},"\u00cb":{"d":"31,-4v-11,-24,-5,-41,-4,-71v11,-19,-7,-55,4,-77v-3,-37,-16,-81,4,-107v8,9,17,7,27,0v21,3,50,-1,65,8v2,-4,4,-4,7,0v6,-4,18,-13,25,-4v6,-10,15,3,20,8r0,20v-19,15,-52,9,-84,8v-4,10,-22,20,-13,31v-4,16,-4,31,5,41v17,-5,35,-5,52,0r11,-9v21,1,34,33,12,44v-16,0,-38,-8,-51,0v-8,-8,-41,3,-29,12v-12,9,14,29,0,36r5,17v11,9,28,14,40,3v9,2,28,9,35,0v7,2,11,7,20,8r-8,28r-107,8v-3,-3,-6,-5,-8,0v-8,-2,-16,-5,-28,-4xm46,-283v-4,-10,-2,-21,0,-32v20,-16,60,-15,56,20v-5,12,-16,18,-27,24xm122,-303v12,-13,27,-31,52,-20v5,9,10,17,8,32r-15,16r-28,0","w":199},"\u00cc":{"d":"45,-287v-23,-3,-42,-10,-47,-31v12,-8,13,-26,35,-24v22,12,39,31,64,40v3,21,-12,23,-20,32xm21,-39v1,-21,15,-48,4,-64v0,-8,-2,-18,5,-20r-9,-72v16,-6,2,-22,4,-39v-9,-9,11,-16,16,-24v10,3,21,1,36,3v12,11,4,28,0,44v7,4,1,14,0,21v9,35,7,71,0,107v8,25,3,43,8,68v-8,20,-33,15,-55,12","w":107},"\u00cd":{"d":"16,-296r8,-15v20,-4,33,-15,44,-28r27,0v6,10,20,12,20,28v-9,2,-18,16,-24,8v-14,15,-41,32,-64,24xm27,-8v-5,-41,2,-82,-3,-120v4,-31,2,-61,0,-96v5,-4,1,-10,0,-16r8,-16r43,0v16,15,4,50,5,76v10,5,-4,18,4,20v-4,27,-3,53,0,80v-17,18,26,81,-25,76v-3,3,-5,5,-7,0v-9,5,-20,4,-25,-4","w":107},"\u00ce":{"d":"-8,-294v21,-15,34,-39,61,-48v32,8,53,26,67,52v-4,2,-4,4,0,7v-3,7,-11,11,-23,9v-7,-15,-28,-14,-40,-24v-3,4,-6,4,-9,0v-13,8,-28,14,-39,24v-14,2,-11,-13,-17,-20xm28,-250v11,-12,29,-5,48,-5v12,23,8,50,5,80v11,7,-9,31,4,40v-4,3,-4,5,0,8v-6,11,-3,23,0,36r-4,68v7,4,1,13,0,20r-53,0v-8,-9,5,-30,-3,-40v2,-37,4,-73,0,-108v9,-25,-10,-62,3,-99","w":107},"\u00cf":{"d":"-15,-290v2,-14,3,-29,12,-36r31,3v4,6,8,12,13,17r-4,23v-11,5,-22,11,-40,9xm28,-79v-1,-17,-10,-37,0,-48v-6,-22,3,-50,-3,-68v6,-23,-13,-78,35,-60v4,-5,11,-1,17,0v21,49,-13,129,8,180v-10,5,6,20,-4,24v6,3,2,10,0,16r4,28v-16,2,-29,8,-48,8r-12,-12xm77,-278v-5,-11,-11,-22,-9,-40v13,-7,27,-9,45,-5v13,10,18,39,0,49v-7,0,-15,-1,-16,4","w":107},"\u00d1":{"d":"23,-4v-1,-12,-12,-35,0,-43v-9,-5,-1,-16,0,-25v-2,-11,-8,-24,0,-31v0,-12,-10,-30,0,-37v-11,-11,9,-30,-5,-39v12,-5,-5,-18,5,-20v-1,-19,-13,-49,3,-60v17,6,33,1,48,-4v7,13,23,17,24,36v33,27,45,75,76,104v0,12,6,17,16,20v15,-21,-1,-57,8,-85v-5,-23,1,-38,-4,-63v18,-4,38,-12,52,0v-3,24,-4,38,0,63v-16,52,5,114,-4,164v10,8,-2,19,-8,24v-19,-2,-38,-5,-52,-12v-9,-30,-34,-43,-40,-76v-23,-23,-37,-55,-56,-83v-18,-3,-23,12,-16,24v-3,20,-5,40,0,59v-11,8,7,33,-4,41r4,35r-15,12v-10,-2,-19,-5,-32,-4xm82,-279v-11,0,-7,-14,-8,-24r40,-16v20,13,36,16,68,12v7,4,1,16,0,24v-20,6,-52,14,-64,-4","w":274},"\u00d2":{"d":"35,-58v-20,-15,-21,-52,-17,-84v5,-3,5,-5,0,-8v6,-44,35,-67,60,-92v18,-5,36,-12,56,-15v7,12,22,-13,28,0v11,-8,26,-4,32,7v54,4,77,38,96,76v1,31,11,75,-8,92v4,19,-13,15,-12,32r-32,32v-28,9,-55,24,-92,19r-56,-7v-18,-15,-40,-26,-55,-44r0,-8xm94,-70v10,11,19,23,40,24v26,22,63,-11,80,-28v8,-25,16,-49,8,-72v9,-19,-11,-35,-16,-52v-17,-18,-61,-26,-88,-12v-37,20,-39,90,-24,140xm146,-290v-24,-1,-47,-3,-48,-27r28,-24r64,36v14,12,-2,20,-4,32v-17,-2,-33,-5,-40,-17","w":308},"\u00d3":{"d":"19,-75v-5,-25,0,-46,-4,-77v8,-3,9,-14,8,-27r16,-29r40,-35v17,2,22,-8,32,-12v18,-6,36,-10,56,-4r4,-4v24,9,52,14,72,28v14,0,10,17,23,20v0,14,12,16,17,24v4,11,4,27,11,35v-2,35,-10,78,-24,104r-27,28v-28,12,-54,26,-96,24v-4,7,-8,0,-12,-4v-63,0,-83,-42,-116,-71xm87,-120v-10,26,14,44,20,65r40,15v21,-4,46,-4,56,-20v10,-15,19,-31,23,-52v-6,-4,6,-18,-3,-23v11,-9,-12,-21,0,-24v0,-19,-16,-23,-17,-41r-43,-19v-8,8,-24,-5,-28,8v-18,-12,-31,20,-44,28v1,13,-2,21,-8,27v0,11,8,27,0,33xm107,-299v14,-7,20,-22,40,-24r24,-20v22,1,29,16,40,28v-21,19,-52,28,-76,44v-12,-6,-24,-14,-28,-28","w":308},"\u00d4":{"d":"23,-100v-14,-30,-6,-72,12,-91v0,-19,17,-21,24,-33v22,-14,36,-37,72,-35v23,1,42,3,63,0v12,7,24,13,40,16r48,47r16,52v-12,16,-2,46,-16,68r-28,44v-24,16,-51,29,-88,32v-15,-9,-56,9,-67,-12v-6,-1,-18,4,-16,-5v-27,-13,-42,-37,-60,-59v-1,-8,-9,-20,0,-24xm78,-144r13,60r20,28v23,14,44,21,76,12r31,-36v7,-26,9,-53,4,-83r-24,-40r-40,-21v-23,6,-41,17,-59,28v-7,17,-7,41,-21,52xm86,-288v3,-6,1,-18,13,-15v13,-16,32,-27,48,-40v31,1,35,29,64,32r11,15r-20,21v-12,-5,-23,-9,-28,-21v-34,-10,-47,16,-75,21","w":308},"\u00d5":{"d":"13,-146r16,-44r56,-56v30,-1,60,-23,84,-8r3,-4v47,3,72,26,100,48v11,26,26,58,16,92v11,17,-12,35,-11,56v-8,6,-9,19,-24,19v-15,29,-47,41,-84,48r-72,-12r-52,-32r-28,-43xm89,-150v-12,6,-9,29,0,36v-13,25,19,50,32,68v49,10,86,-7,99,-41v5,-35,15,-79,-12,-95v0,-17,-16,-18,-23,-28v-56,-13,-89,13,-100,55xm136,-286v-17,5,-44,9,-39,-16r24,-16v27,2,55,12,80,4r16,16v-12,7,-16,22,-37,20v-8,8,-26,-2,-44,-8","w":308},"\u00d6":{"d":"22,-75v-17,-60,3,-106,24,-143v25,-17,53,-33,83,-45v7,2,17,9,20,0v20,10,44,2,64,13v22,12,48,21,60,43v10,19,23,38,20,64r-8,64r-28,44v-20,12,-35,29,-64,32v-5,3,-23,7,-32,0v-4,9,-16,-5,-19,4v-31,-4,-59,-10,-80,-24xm82,-130v4,22,2,50,20,59v10,43,88,35,108,8r20,-48v-5,-3,-5,-5,0,-8v-1,-9,-14,-22,-5,-28v-5,-1,-6,-14,0,-15v-11,-12,-17,-31,-28,-45v-21,-8,-44,-13,-72,-8r-27,24xm98,-286v2,-17,3,-34,16,-40v2,7,9,1,15,0v12,4,20,12,24,24r-8,24v-13,4,-14,8,-28,4v-6,7,-13,-8,-19,-12xm205,-270v-22,-4,-41,-27,-20,-48v23,-22,68,11,45,35v-8,4,-18,7,-25,13","w":308},"\u00d8":{"d":"12,-124v9,-32,17,-65,32,-92v16,-16,38,-26,56,-40v15,9,53,-13,76,0v12,-7,28,6,40,8v12,-7,16,-22,36,-20v9,14,-7,19,-4,36r28,32v8,24,17,47,20,76v-11,37,-23,73,-52,92r0,4r-4,-4r-24,24v-13,3,-35,15,-48,4v-7,11,-22,-4,-28,4r-52,-8v-10,5,-26,25,-39,11v11,-22,4,-41,-12,-51r-20,-48v7,-7,-4,-19,-5,-28xm85,-168v-3,26,-8,52,3,72v-2,2,-4,4,-3,8v13,4,24,5,23,-12v12,-16,30,-26,36,-48v6,-10,20,-12,20,-28r20,-20r-4,-20v-14,-6,-31,3,-44,-3r-32,19xm125,-44r43,4r28,-13r24,-35v0,-14,13,-34,4,-44v8,-15,-4,-29,-8,-44v-18,1,-25,12,-28,28r-16,8v-12,26,-25,49,-44,68v7,4,0,8,-3,12r0,16","w":308},"\u00d9":{"d":"28,-140v7,-25,-11,-45,0,-72v-7,-17,-1,-26,0,-44v24,-5,55,-6,55,21v-7,11,4,34,-4,51v9,5,-4,13,4,16v-4,3,-4,5,0,8v-7,21,3,43,-4,63r16,37r28,24r44,-8r24,-24r9,-60v-10,-4,0,-18,0,-28v-6,-19,-1,-28,0,-48v-6,-2,-4,-5,0,-8v-3,-12,-11,-36,2,-44v9,-1,22,3,25,-4v6,8,28,19,16,32v11,8,-9,34,4,44v-4,6,-4,10,0,16v-4,10,-1,25,-8,32v10,29,6,60,0,92v-24,22,-47,44,-88,48r-64,-8r-40,-20r-16,-33xm87,-303v-10,-18,12,-25,20,-37v14,-2,20,4,24,12v23,5,37,19,52,32v-9,10,-11,26,-32,24v-10,-7,-16,-19,-36,-16v-6,-8,-14,-14,-28,-15","w":269},"\u00da":{"d":"25,-150v9,-19,-10,-44,3,-60v-5,-8,-1,-25,0,-44v18,-3,36,-5,53,0v6,44,2,87,-5,136v5,3,5,5,0,8v2,14,15,32,9,43v15,10,28,35,51,24v6,8,21,0,32,0v21,-18,39,-47,29,-84v10,-21,-14,-48,4,-67r-9,-48r16,-16v10,2,20,5,33,4v-1,18,7,42,0,56v5,36,3,66,3,103v0,31,-11,66,-36,76v-21,29,-79,17,-123,17v-15,-10,-32,-19,-44,-32v-5,-13,-6,-29,-16,-36v3,-30,3,-38,0,-65v4,-2,4,-13,0,-15xm120,-274v-21,2,-25,-16,-20,-32v20,-9,40,-19,56,-32v18,5,43,3,41,28v-20,17,-53,22,-77,36","w":269},"\u00db":{"d":"60,-14v-15,-17,-36,-45,-32,-72v-6,-43,-1,-67,0,-112v-6,-16,-3,-35,0,-56v15,-8,32,2,48,4r8,45v-7,8,1,10,-4,23v8,5,-8,21,4,27v-4,5,-8,24,0,28v-4,12,-8,34,4,41r3,23v9,9,18,17,29,24v3,-4,5,-4,8,0v14,-7,29,3,43,-4v14,-23,38,-56,25,-92v4,-27,6,-52,-5,-75v8,-13,9,-22,5,-40v17,0,40,-10,47,4v6,36,1,70,-4,104v9,18,-1,31,4,56v-4,3,-4,5,0,8r-11,44v-38,33,-120,54,-172,20xm68,-290v17,-20,38,-36,60,-52r11,0v20,15,43,27,61,44v-3,13,-5,27,-24,24v-11,-10,-24,-19,-40,-24r-52,24","w":269},"\u00dc":{"d":"63,-15v-19,-21,-48,-49,-35,-88v-10,-12,6,-35,-4,-44r4,-3v-2,-26,-6,-54,0,-77v-5,-8,-1,-7,-4,-20v13,-11,28,-10,52,-8v17,12,-3,49,8,64v0,16,-10,40,0,52v-8,15,4,38,-4,48v8,29,26,48,55,56r36,-12r20,-25v4,-22,15,-47,0,-63v3,-5,14,-12,4,-15v13,-30,-10,-66,0,-97v8,-2,17,-15,24,-8v4,-5,13,-1,20,0v3,22,5,43,0,64v4,3,4,5,0,8v2,34,6,68,0,100r4,3r-16,45v-20,14,-39,31,-68,36v-10,-12,-31,12,-47,0v-12,2,-17,-3,-21,-9xm87,-283v-5,-9,-1,-23,0,-35v10,-6,19,-11,32,-5v7,-8,17,7,20,16v-4,3,-4,6,0,9v-2,14,-15,17,-24,23xm167,-283v-6,-11,-2,-26,0,-40v16,-11,42,-4,52,8v4,27,-10,35,-19,49","w":269},"\u00dd":{"d":"13,-251r44,-7v26,11,36,38,52,59v-3,16,13,13,11,28v4,5,9,10,20,8r32,-55r16,-33v22,-2,48,-12,65,0v-31,36,-50,84,-84,116v2,13,-8,14,-13,20r4,68v-4,3,-4,5,0,8v-2,14,-2,30,-12,36v-19,7,-34,0,-51,-4v7,-18,-6,-42,8,-52v-5,-3,-5,-5,0,-8v-6,-12,-4,-26,0,-40v-11,-21,-25,-39,-40,-56v2,-29,-27,-26,-28,-52r-16,-11xm125,-297v-8,-13,10,-18,16,-28r40,-27v18,3,30,12,40,23r-5,13v-25,10,-42,28,-72,32v-2,-6,-5,-4,-8,0","w":261},"\u00df":{"d":"32,-4v-11,-11,-23,-45,-7,-56v-11,-10,9,-39,-4,-52v6,-15,3,-33,0,-56v4,-2,4,-4,0,-7v4,-8,4,-17,0,-25r7,-39r20,-24v30,-9,72,-17,105,-5v20,-8,34,22,48,33r-13,40r-35,39r0,16v24,23,61,31,63,76v9,12,-7,45,-20,56r-43,12v-15,-3,-26,-9,-45,-8v-4,-9,-2,-18,0,-28v15,-3,30,-3,45,0v6,-10,19,-12,19,-28r-36,-28v2,-9,-8,-8,-16,-8v-12,-15,-22,-31,-20,-60r48,-44v-1,-7,0,-13,5,-15r-17,-24r-44,4r-16,20v-2,35,-4,62,0,92v-4,28,-1,55,0,83v10,7,-3,18,0,32v-6,2,-12,4,-16,8v-10,-7,-14,-6,-28,-4","w":227},"\u00e0":{"d":"17,-99r-4,-4r16,-40v18,-11,30,-28,52,-36v21,-2,49,-15,64,0r40,-4r12,12r-9,21r9,19v-4,19,-12,37,-4,56v-4,21,-7,41,4,55v-4,9,-9,15,-16,21v-11,-1,-25,-14,-33,-5r-19,-16v-18,9,-30,32,-56,21r-4,4r-32,-20v-14,-19,-33,-54,-20,-84xm53,-243r28,-28v17,8,37,13,48,28v19,1,29,16,19,32r-18,13r-73,-37v1,-5,-2,-6,-4,-8xm69,-83r20,36v17,4,32,2,44,-5v13,-17,0,-46,8,-63v-4,-14,-8,-40,-24,-32v-9,-8,-23,2,-32,4v-8,17,-12,39,-16,60","w":217},"\u00e1":{"d":"24,-30v-9,-32,-16,-75,0,-104r31,-32v16,-7,31,-15,48,-20v28,3,57,12,84,4v5,5,13,21,4,28v4,20,4,44,0,64v7,12,-1,22,5,37v-3,11,-5,22,-1,35v-8,10,-27,31,-40,12v-7,8,-13,-4,-20,-8v-17,2,-29,8,-40,16r-43,-4xm75,-111v9,9,-5,10,0,29v6,22,13,42,44,39v9,-8,28,-25,16,-38v12,-9,-5,-35,4,-41v5,-26,-19,-24,-40,-27v-12,9,-20,22,-24,38xm72,-221r23,-28v21,-4,38,-13,52,-25v9,14,26,20,28,40r-80,36","w":217},"\u00e2":{"d":"17,-47r4,-76r28,-40v14,-5,21,-16,40,-16v-1,-9,11,-13,15,-4r4,-5v28,5,55,12,84,5v9,19,-2,43,0,68v5,2,3,5,0,8v4,18,2,28,4,52v-7,2,-1,9,0,15v0,9,-8,24,0,28v-9,14,-50,10,-60,-3r-39,15r-44,-4xm89,-219v-12,18,-54,25,-45,-12v20,-13,38,-29,60,-40v32,8,53,27,72,48v-4,9,-7,19,-19,20r-37,-20xm76,-95v-11,10,2,29,4,40v14,16,62,15,56,-17v3,-30,7,-53,-4,-75v-35,-10,-58,12,-60,47","w":217},"\u00e3":{"d":"15,-78v11,-7,-11,-22,4,-28v6,-33,23,-55,48,-68v14,5,18,-13,24,-4v9,-1,23,-14,28,-4v12,3,16,-9,20,0v5,-13,20,15,32,0r24,8v-3,19,8,36,-5,44v0,7,0,14,5,16v-12,32,7,76,-5,107v-17,3,-34,5,-51,0v1,-12,-21,-4,-24,-4r-12,12r-44,-4r-24,-16v-9,-17,-19,-34,-20,-59xm55,-210r4,-28r16,-12v23,2,45,6,60,16v5,-10,16,-7,27,-4v2,19,-12,22,-19,32v-14,0,-28,1,-32,-8v-11,-1,-27,3,-32,-4v-6,4,-12,10,-24,8xm87,-139v-9,18,-22,51,-12,72v9,20,40,33,60,13v4,-33,6,-63,-4,-92v-10,1,-17,-1,-24,-4","w":217},"\u00e4":{"d":"13,-107v13,-22,26,-45,44,-63v17,-6,38,-8,52,-17v16,2,38,14,55,5v7,6,24,-6,33,3v-7,2,-6,14,0,17v-2,8,-14,20,-5,27v-9,5,5,16,-4,20v8,20,-7,43,9,56r-9,52v-13,2,-24,5,-40,4r-15,-16v-16,11,-30,24,-57,24v-17,-8,-36,-14,-48,-28v-10,-25,-15,-46,-15,-84xm84,-198v-12,-9,-36,-7,-35,-29v5,-2,3,-5,0,-8r20,-20r28,5v6,10,18,21,7,32xm73,-107v10,10,-11,25,0,32v1,28,34,39,55,24r13,-56v-10,-4,6,-12,-5,-16v9,-4,-1,-13,-3,-20r-29,-7v-14,11,-27,22,-31,43xm172,-202v-34,8,-50,-25,-31,-45r23,-8r20,12r8,21","w":217},"\u00e5":{"d":"36,-15v-15,-25,-39,-60,-20,-97r20,-38v15,-8,20,-26,44,-25r8,-8r91,4v3,-4,14,-7,16,0v-4,52,1,97,-3,148v5,14,-1,23,-8,32v-7,-2,-17,-9,-20,0v-13,-5,-24,-11,-32,-21v-19,11,-35,24,-64,25r0,-4xm60,-235r8,-31v12,-15,35,-19,64,-17v13,11,20,28,24,48r-20,24v-18,5,-36,10,-56,4xm76,-127v-7,35,-1,67,20,83v18,2,28,-4,36,-11v8,-28,3,-54,8,-80v-7,-10,-23,-11,-36,-15xm92,-250v-1,12,1,19,8,23r24,-12r3,-16r-15,-8","w":217},"\u00e6":{"d":"10,-62r24,-32v25,-6,47,-14,80,-12v6,-4,8,-12,7,-24v-8,-7,-13,-18,-31,-15v-5,-10,-12,7,-16,-5r-32,12r-20,-20r8,-12r60,-15r72,15v25,-15,73,-13,103,-4v9,18,28,26,28,52v15,8,1,33,-8,40v-30,5,-52,-1,-80,4v-18,-10,-33,5,-23,24v13,8,25,17,47,16v16,11,38,-6,56,-8v8,8,8,19,4,32v-19,9,-41,15,-68,15v-3,5,-5,5,-8,0r-20,5v0,-11,-16,-8,-23,-12v-12,-7,-21,-26,-36,-16v-12,8,-25,17,-40,23r-60,-3v-4,-11,-23,-21,-17,-32xm67,-62v-4,29,42,28,54,12v2,-16,-3,-26,-11,-32v-10,4,-18,10,-28,4xm182,-118v21,6,34,0,55,4v10,-9,-7,-22,-11,-31r-24,-5r-17,12","w":319},"\u00e7":{"d":"80,10v-27,-21,-70,-52,-63,-92v-7,-29,17,-71,40,-87v12,7,26,-20,43,-9v12,-15,52,-2,64,9v-5,10,-14,33,-28,20v-6,9,-20,-3,-32,0v-13,15,-43,29,-32,56v-7,21,10,41,20,55v19,4,38,7,56,0v15,9,21,33,0,40v-13,-7,-30,-3,-36,8r28,20v2,13,5,24,4,40v-13,16,-36,4,-52,16v-4,-6,-14,-8,-12,-20v12,-5,27,-8,37,-16v-10,-16,-39,-12,-37,-40","w":173},"\u00e8":{"d":"23,-40v-18,-35,-15,-97,11,-116r36,-27r69,4v28,17,48,41,47,87v-9,10,-43,18,-52,4v-22,6,-49,6,-67,16v3,20,21,25,32,37v3,-12,20,7,23,-5v22,13,50,-23,64,5v-1,17,-14,23,-24,31v-23,2,-47,6,-68,0v-9,9,-27,-4,-40,-4xm87,-215v-11,-13,-41,-8,-41,-32r24,-24v25,14,54,24,76,40r-4,20r-24,12xm70,-123v17,8,47,18,61,0v3,-22,-18,-22,-32,-28v-11,8,-27,11,-29,28","w":202},"\u00e9":{"d":"14,-94v9,-23,2,-62,32,-64v13,-24,48,-26,88,-24v17,13,35,25,48,43v-2,11,2,17,8,21v-5,9,-3,18,0,27v-11,12,-47,18,-60,5v-9,0,-23,8,-28,0v-14,6,-37,2,-32,27v12,8,17,23,40,20v8,14,34,-12,44,0v7,-6,17,-8,28,-4v3,7,5,14,4,24r-20,16v-51,7,-102,1,-132,-20v-12,-19,-15,-45,-20,-71xm86,-198v-12,-7,-38,-17,-24,-36v13,10,17,-22,40,-16r28,-20v15,5,23,17,32,28v-18,22,-50,30,-76,44xm126,-139v-15,-26,-72,1,-48,21r36,7r16,-11","w":202},"\u00ea":{"d":"145,-174r37,32v2,21,9,41,3,60r-51,-5v-2,7,-14,6,-17,0v-8,10,-24,9,-32,0r-19,12v5,16,13,27,24,37v17,-2,43,5,52,-5v2,8,23,7,20,-4v18,-1,24,8,23,28v-11,4,-25,24,-36,12v-38,26,-105,0,-123,-31v-45,-78,28,-171,119,-136xm58,-202v-19,-1,-29,-15,-16,-32r56,-36v30,10,50,30,72,48r-12,20v-19,-1,-30,-10,-41,-20v-11,0,-26,8,-32,0xm74,-118r52,8r8,-12r-12,-24v-17,-2,-35,-7,-45,4","w":202},"\u00eb":{"d":"33,-27v-7,-17,-26,-41,-16,-61v-10,-11,9,-42,12,-63v21,-12,39,-27,63,-36v24,4,50,6,68,16v10,16,35,35,25,60v3,5,3,14,3,23r-71,5v-5,11,-15,-13,-19,0v-9,-11,-19,8,-29,12v1,19,21,20,29,32v20,5,36,1,59,0v12,-16,34,-2,28,19v-20,12,-41,24,-72,25v-20,-5,-36,-14,-60,-16v-7,-5,-9,-15,-20,-16xm81,-199v-17,-3,-33,-7,-36,-24v4,-3,4,-5,0,-8r16,-24r24,0v9,8,19,16,16,37xm81,-143v-12,22,9,36,29,24v6,9,27,3,23,-12v-9,-15,-32,-28,-52,-12xm133,-211v1,-17,-13,-22,0,-36v24,-14,58,-3,52,32v-8,5,-18,10,-25,16","w":202},"\u00ec":{"d":"-11,-239r24,-28r32,5v9,17,30,23,48,31v2,17,-10,20,-16,28v-40,-1,-56,-27,-88,-36xm33,-4v-27,-3,2,-43,-12,-64v10,-12,-4,-29,4,-39v-5,-26,-3,-50,4,-72r40,4v1,12,12,28,4,36v4,14,3,39,0,59v8,7,-4,22,4,32v-10,5,7,22,-4,28v7,5,1,12,-4,16v-11,-1,-27,3,-32,-4","w":98},"\u00ed":{"d":"6,-224v20,-17,40,-34,64,-47r20,3v4,10,14,13,12,29r-32,24v-16,3,-29,11,-48,11xm18,-24v3,-13,1,-31,8,-40v-2,-17,-16,-42,0,-52v-7,-11,0,-16,-4,-36v7,-4,-3,-11,0,-20v6,-5,21,-12,28,-3v2,-5,9,-4,16,-4v8,13,12,16,8,35v9,5,-8,25,4,32r-4,100v-5,12,-27,7,-44,8","w":98},"\u00ee":{"d":"1,-203v-15,-6,-16,-18,-7,-32r52,-36v15,-5,16,16,23,9r48,38v2,13,-7,15,-12,21v-24,-4,-39,-17,-59,-24xm22,-8v6,-3,2,-10,0,-16v8,-37,-4,-79,4,-115v-6,-12,-2,-26,0,-40v15,5,25,1,40,0v20,20,1,58,11,83v-6,34,5,71,-8,96v-16,-2,-29,-8,-47,-8","w":98},"\u00ef":{"d":"37,-215v-17,23,-72,9,-57,-20v3,-30,55,-20,57,4r0,16xm20,-12v9,-34,-4,-69,5,-99v-11,-7,6,-26,-5,-36r8,-32v11,1,28,-4,32,4v5,-5,19,2,17,16v-5,2,-5,4,0,7v-1,9,-9,21,0,25v-7,16,-4,33,0,51v-12,5,4,19,-5,20v2,16,6,29,5,48r-45,8xm68,-207v-7,-11,-9,-23,-3,-36v10,-4,15,-14,31,-12v15,11,35,35,12,52","w":98},"\u00f1":{"d":"26,-126v-10,-14,-6,-30,-5,-52r33,-4r32,20v9,-4,19,-25,28,-16v16,-15,36,7,59,5r20,35v-4,3,-4,5,0,8v-3,14,-6,29,4,36v-4,10,-11,21,-4,32v-9,13,5,38,-4,56r4,4v-20,0,-45,8,-56,-4v13,-14,-10,-42,5,-56v-5,-3,-5,-5,0,-8v-5,-5,-9,-24,0,-28v-5,-18,-12,-34,-25,-44r-24,4v-22,17,-21,54,-16,88v-4,3,-4,5,0,8v-3,12,-5,24,0,36v-17,2,-32,5,-51,4v-12,-11,7,-36,-5,-44v4,-15,6,-30,0,-44xm49,-217r0,-17v11,-8,19,-19,37,-12v3,-7,16,4,19,-3v9,8,28,24,40,8r16,0r0,19v-11,11,-29,16,-47,20v-11,-8,-34,-17,-52,-8","w":212},"\u00f2":{"d":"14,-55v-1,-18,-5,-36,0,-52r-3,-4r28,-48v25,-15,56,-36,95,-24v4,8,15,9,28,8r32,28v2,14,17,33,8,44v2,6,8,19,0,24r4,4r-16,40r-31,27r-52,13r-56,-16v-8,-11,-26,-11,-24,-32xm131,-199v-24,-18,-70,-16,-76,-51r20,-17v22,2,38,10,52,20v3,12,14,14,28,16v-3,15,-14,24,-24,32xm118,-35r24,-20r5,-56r-20,-36r-28,0r-21,20v-8,41,-13,97,40,92","w":220},"\u00f3":{"d":"36,-23v-9,-15,-27,-36,-20,-52v-10,-31,8,-63,24,-83r40,-25r72,5v36,18,61,53,52,108v-4,2,-4,4,0,7r-24,40v-21,13,-41,28,-76,28v-4,-4,-7,-11,-12,-4v-24,-3,-38,-15,-56,-24xm64,-223v12,-10,20,-25,40,-27r24,-20v15,9,39,9,40,32v-28,13,-48,34,-88,35v-9,-3,-11,-12,-16,-20xm76,-126v-7,51,-5,88,40,95r20,-12r12,-44v-8,-6,5,-20,-8,-24r0,-20v-11,-8,-18,-18,-40,-15","w":220},"\u00f4":{"d":"10,-88r16,-55v16,-17,32,-33,56,-41v5,10,21,0,32,0v42,1,67,19,84,45v3,15,-1,37,12,43v-2,15,-8,27,-8,44v-14,15,-24,35,-48,40v-5,8,-15,11,-24,16v-24,-4,-44,-12,-72,-12r-24,-16v-10,-19,-21,-38,-24,-64xm58,-203v-11,-3,-17,-10,-16,-24r60,-44v27,1,34,21,52,32v7,-9,13,8,20,12v-2,10,-5,19,-12,24v-18,0,-22,-13,-40,-12v0,-16,-18,-8,-24,-12xm74,-71r16,32v22,16,40,-3,52,-17v6,-35,0,-68,-16,-87v-10,-6,-19,2,-24,-4r-24,20","w":220},"\u00f5":{"d":"25,-50v-18,-13,-9,-47,-8,-72r36,-48v24,-6,37,-6,60,-16r55,16v13,24,49,44,36,80v9,6,-3,19,0,32v-6,11,-19,15,-20,31r-51,28r-60,-3v-21,-11,-44,-20,-52,-45xm48,-218r5,-20r39,-12v22,6,42,16,68,8v9,14,-5,40,-27,36v-4,7,-9,-1,-13,-4xm68,-82r17,39v9,2,22,19,28,8r3,5v8,-11,33,-23,25,-40v4,-27,3,-50,-8,-68v-10,-10,-24,-2,-33,-8v-18,14,-27,37,-32,64","w":220},"\u00f6":{"d":"9,-76v6,-24,10,-50,20,-71v21,-21,48,-35,84,-40v28,7,52,17,72,31v10,21,23,38,19,72r4,4r-20,48r-43,28v-16,0,-40,10,-53,0v-22,8,-51,-18,-67,-32v1,-17,-17,-14,-12,-36xm45,-224r8,-23v17,-11,43,-7,52,8v-3,14,-3,31,-16,35r-32,-4xm69,-84r20,44r28,8r20,-16v8,-21,15,-42,8,-68r-24,-31v-41,-4,-46,30,-52,63xm137,-208v-18,-19,2,-50,28,-47v1,5,9,4,16,4v2,12,5,24,4,39r-17,12","w":220},"\u00f8":{"d":"12,-103r19,-44r29,-28v18,-5,43,-2,55,-12v14,3,25,10,44,8r8,-16r17,4v-3,8,-3,19,-9,24v16,21,29,45,36,76v-12,43,-31,78,-72,91v-6,-5,-26,-1,-32,5v-13,-10,-51,-11,-60,4v-10,1,-11,-5,-16,-9r9,-11v-12,-28,-29,-51,-28,-92xm80,-131v-1,19,-13,41,-5,56r8,0r40,-68v-4,-7,-18,-3,-27,-4xm96,-35v14,2,28,7,35,-5r17,-31v-13,-5,13,-43,-17,-28v-8,25,-34,32,-35,64","w":220},"\u00f9":{"d":"20,-44v10,-11,-13,-34,4,-45v-8,-27,4,-58,-4,-83v11,-2,28,-14,39,-4v5,-7,9,0,13,4v0,24,4,38,0,60v5,26,-6,59,19,68v14,15,39,-3,44,-16v-1,-14,10,-36,0,-44v5,-3,5,-5,0,-8v2,-11,8,-25,0,-32v2,-13,4,-45,20,-32v9,-3,19,-5,32,-4v3,9,1,23,8,28v-4,5,-13,17,-4,24v-9,5,4,13,-4,16v1,10,8,22,0,28v1,27,15,60,0,80v-22,0,-27,5,-44,0v0,-19,-30,-10,-36,0v-8,2,-20,1,-23,8v-17,-6,-37,-9,-49,-20xm44,-240v8,-17,34,-48,51,-20v23,2,31,20,48,28r-3,24v-11,8,-26,-4,-33,4v-19,-14,-46,-20,-63,-36","w":212},"\u00fa":{"d":"28,-24v-11,-19,-9,-57,-8,-79v-9,-8,3,-24,4,-36v-4,-14,-12,-30,0,-40r48,4v5,25,3,47,0,72v9,7,-4,21,0,35v7,22,51,35,64,9v-13,-8,12,-27,0,-40v0,-7,0,-14,-5,-16r9,-60v16,-2,30,-5,48,-4v0,16,10,40,0,52v8,4,1,12,-4,16r8,52v-8,3,0,15,0,23r-8,32v-9,1,-22,-3,-25,4v-13,-3,-20,-11,-28,-20v-11,2,-20,20,-27,12v-10,1,-22,16,-28,8v-17,10,-38,-13,-48,-24xm64,-227v19,-19,46,-31,72,-44r20,9v4,8,8,14,7,27v-13,8,-30,12,-39,24v-6,-9,-16,6,-24,8r-24,-4","w":212},"\u00fb":{"d":"26,-26v-6,-22,-10,-44,-4,-68v-8,-10,2,-45,4,-71r-4,-5r20,-12r24,5v12,14,8,29,11,52v-15,18,3,51,0,79v7,8,20,11,37,9v10,-12,30,-31,20,-52r8,-88v13,-4,37,-11,43,4v15,13,-5,32,4,43v-10,8,8,31,-4,41v9,15,-6,47,8,63v-3,8,-4,19,-11,24r-37,0r-11,-16v-21,14,-49,21,-84,20xm38,-213v0,-13,10,-34,20,-24v6,-4,7,-13,19,-12v11,-8,15,-23,37,-20v16,17,39,28,56,44v-7,3,-3,9,0,15v-15,15,-39,0,-48,-11r-24,-4v-9,14,-30,15,-44,23","w":212},"\u00fc":{"d":"25,-68v-13,-29,-5,-71,-4,-108v14,-2,27,-5,44,-4r12,16v-5,25,1,43,-4,64v10,5,-9,28,4,36v-9,6,6,16,8,24r28,3r20,-23v0,-14,14,-36,3,-44v-4,-13,9,-20,0,-24v12,-12,-17,-56,24,-56v9,5,9,2,25,4v3,9,14,26,4,36v9,16,-6,47,4,68v-10,15,6,42,-4,55r0,12v-12,4,-29,2,-40,8v-7,-9,-8,-24,-28,-20r-16,17v-27,5,-49,1,-68,-8v-10,-12,-15,-31,-16,-52xm45,-236v10,-12,28,-25,48,-16r16,20v-6,11,-10,24,-20,32v-3,-4,-5,-4,-8,0r-24,-8xm136,-212v-7,-13,-9,-25,0,-36v14,-7,19,-6,37,-4v7,11,15,20,12,40r-28,12","w":212},"\u00fd":{"d":"45,-91v-15,-24,-35,-55,-28,-88r36,0r28,40v8,25,8,58,23,76v24,-9,17,-50,32,-68v0,-18,8,-26,9,-44v12,-7,31,-1,47,0v-15,74,-49,129,-67,200v-11,15,-22,31,-37,43v-23,-5,-19,17,-43,13v-2,-7,-12,-15,-4,-21r-4,-3v18,-8,30,-23,44,-36v-6,-33,-17,-60,-28,-88v-7,-4,-9,-12,-8,-24xm66,-221v-8,-13,10,-18,16,-28r41,-28v18,6,46,15,35,37v-25,10,-42,28,-72,32v-3,-5,-5,-5,-8,0","w":204},"\u00ff":{"d":"11,-175v14,-12,33,-4,51,0v22,28,18,83,44,108r21,-32v4,-32,7,-65,28,-80v16,1,38,-4,43,8v-12,41,-33,73,-43,116v-11,24,-23,46,-28,76r-37,47r-40,17v-4,-9,-13,-13,-11,-28r35,-32v10,-18,6,-34,-7,-45v0,-11,-10,-24,-5,-31v-7,-19,-23,-30,-23,-56v-11,-21,-28,-36,-28,-68xm34,-223v3,-31,42,-40,60,-16v-2,15,-2,32,-16,36r-32,-4xm118,-226r12,-24v16,-8,39,-3,44,11r-4,32r-20,8v-13,-6,-27,-13,-32,-27","w":204},"\u0152":{"d":"30,-69v-16,-40,-12,-94,3,-132v21,-16,36,-38,64,-47v4,-4,8,-11,13,-5v18,-13,49,-4,75,-3v10,-14,46,12,60,-5v34,3,66,10,100,5v9,5,6,19,4,31v-22,12,-47,6,-76,5r-16,12r-4,40r12,15v9,-1,21,2,24,-4r60,9r-4,31v-12,8,-24,-5,-32,4v-6,-9,-30,5,-40,-4r-12,4v-8,16,-6,26,-4,48v-9,7,7,18,12,24v18,0,44,10,52,-4v12,3,29,1,36,8r-5,28v-19,7,-32,6,-55,4v-3,4,-5,4,-8,0v-26,7,-58,1,-88,0v-8,5,-13,3,-28,0v-9,7,-32,14,-39,0v-29,-2,-55,-6,-68,-24r-5,4xm82,-128r11,51r28,28v25,5,50,11,72,0v11,-30,-9,-81,8,-108v-9,-7,-2,-28,0,-40r-12,-16v-16,-1,-35,-11,-47,-3v-23,-10,-41,25,-53,43","w":372},"\u0153":{"d":"40,-19v-10,-22,-35,-48,-24,-76v-7,-42,31,-80,72,-88v6,2,12,6,16,0v17,6,27,-2,43,4v3,12,17,13,24,21v19,-8,35,-19,56,-25v12,9,48,-7,60,8r8,0v9,15,25,23,28,44v3,3,5,6,0,8v11,12,6,36,-8,40v-16,-4,-30,-4,-40,5v-21,-5,-38,-11,-60,-5v-3,6,-9,10,-8,20r28,24r72,-4v2,-3,6,-5,12,-4v4,6,2,19,8,24v-15,12,-31,24,-59,24r-5,4v-28,-8,-63,-9,-84,-24v-42,17,-100,28,-139,0xm75,-123v-7,37,4,70,24,88r24,0r17,-24r3,-64v-11,-12,-24,-29,-48,-20xm207,-123v13,18,39,10,64,5v2,-13,-3,-19,-8,-25r-40,-3","w":341},"\u0178":{"d":"45,-202v-13,-15,-38,-34,-27,-56v17,1,33,4,52,4v9,15,29,19,28,43r31,53r8,0v19,-22,33,-50,44,-80r16,-16r48,0v-12,47,-42,76,-68,108v-3,14,-9,24,-20,31v-1,12,3,31,-4,37v5,13,11,26,0,35v2,11,5,22,4,36v-13,8,-29,9,-48,5v-11,-20,-14,-53,-4,-76v-3,-3,-5,-6,0,-9v-12,-46,-40,-77,-60,-115xm77,-278v-5,-8,-13,-13,-11,-28v10,-8,16,-26,32,-16v7,-7,29,5,28,20v-5,3,-5,5,0,8r-21,20xm161,-278v-22,0,-1,-27,-12,-36r20,-12v26,0,39,15,36,44r-24,12","w":261},"\u2013":{"d":"40,-78v-23,2,-24,-16,-24,-37v7,-11,29,7,36,-4v13,8,31,-4,43,4v7,-11,32,8,40,-4v5,8,14,-2,21,-4v22,7,47,10,71,4v9,6,20,-1,36,4v8,19,12,42,-20,37v-5,-9,-9,4,-12,-5v-14,7,-31,3,-48,0v-9,10,-30,-5,-44,5v-5,-12,-28,11,-35,-5v-2,6,-22,9,-24,0v-9,9,-24,8,-40,5","w":283},"\u2014":{"d":"27,-76v-10,-6,-14,-17,-12,-35v23,-12,44,-8,76,-4v4,-10,15,8,21,-5v5,13,22,-5,23,5v18,-15,52,16,64,-5v25,5,52,14,72,0v10,1,23,9,28,0v10,0,26,10,31,0v12,11,34,-6,48,5r12,0v12,24,-7,48,-35,36v-7,1,-17,-2,-20,3v-17,-10,-37,-3,-60,-3v-8,-11,-37,10,-48,-4v-9,10,-32,-6,-44,4v-7,0,-14,1,-16,-4v-14,1,-37,10,-48,0v-7,7,-21,1,-32,0","w":409},"\u2018":{"d":"21,-175v-14,-10,-2,-31,0,-48v15,-13,27,-29,44,-40r11,13v-3,11,-11,17,-19,24v2,17,14,23,24,31v-4,19,-2,43,-28,40v-5,13,-15,-11,-24,0v0,-10,-18,-13,-8,-20","w":96},"\u2019":{"d":"37,-191v-18,-17,-34,-51,-4,-67v17,2,23,1,41,8v-1,10,13,16,3,20v12,5,-9,25,0,32r-8,20v-14,8,-21,24,-47,20v-2,-18,9,-23,15,-33","w":96},"\u201c":{"d":"12,-175v4,-17,5,-37,11,-51r36,-32v9,-1,12,4,16,8v-5,12,-17,17,-16,35v9,12,27,15,24,40r-24,25r-28,-5xm95,-187r12,-39v13,-10,32,-46,51,-24v-5,12,-15,18,-15,35r20,20r0,28v-14,7,-26,23,-44,12","w":181},"\u201d":{"d":"38,-192v-6,-14,-28,-24,-19,-43v-7,-11,17,-26,32,-29v11,8,20,17,27,29r0,35r-31,44v-11,-2,-31,7,-28,-11xm95,-227r11,-24v11,-5,22,-10,40,-8v10,13,20,26,16,52v4,12,-18,32,-27,43v-12,-2,-13,7,-17,12v-28,-4,-7,-27,5,-35v-1,-22,-20,-26,-28,-40","w":181},"\u2026":{"d":"31,0v-28,-14,-13,-59,11,-63v18,6,31,17,40,32v-5,22,-19,35,-51,31xm110,-20v2,-15,2,-33,16,-35r29,-4v9,8,17,17,23,28r-12,23v-10,8,-26,9,-44,8xm238,0v-33,0,-37,-32,-23,-51v24,-15,48,1,59,16v-2,22,-12,35,-36,35","w":288},"\u2122":{"d":"18,-247v16,-16,53,3,72,-12v20,12,62,-16,64,20v-11,5,-23,10,-36,4v-8,6,-22,25,-12,35v-8,7,3,17,5,25v-15,14,2,42,-9,60r4,3v-12,6,-25,4,-39,0v0,-38,6,-80,0,-115r-44,-8xm174,-107v-3,-14,-12,-29,-3,-41v-9,-3,0,-10,3,-15v-7,-33,4,-62,8,-92r48,4v16,26,17,68,40,88v9,-11,19,-21,20,-40v12,-8,16,-24,19,-40v8,-11,45,-21,56,-4v-8,39,2,78,9,124v-3,11,-11,15,-20,20r-16,-9v-5,-15,-3,-31,0,-47v-4,-12,-5,-27,-12,-36v-12,25,-33,41,-36,75v-5,9,-15,12,-24,17r-20,-12v-10,-28,-16,-61,-36,-80v-18,11,-2,35,-16,52v6,6,2,18,0,36r-20,0","w":393}}});
;
(function ($) {
  Drupal.behaviors.cufonReplace = {
    attach: function(context) {
      for (o in Drupal.settings.cufonSelectors) { 
        var s = Drupal.settings.cufonSelectors[o];
        $(s.selector + ':not(.cufon-replace-processed)', context)
          .each(function() {
            Cufon.replace($(this), s.options);
          })
          .addClass('cufon-replace-processed');
      }
    }
  }
})(jQuery);
;
(function ($) {

Drupal.behaviors.shadowbox = {
  attach: function(context, settings) {
    if (settings.shadowbox.auto_enable_all_images == 1) {
      $("a[href$='jpg'], a[href$='png'], a[href$='gif'], a[href$='jpeg'], a[href$='bmp'], a[href$='JPG'], a[href$='PNG'], a[href$='GIF'], a[href$='JPEG'], a[href$='BMP']").each(function() {
        if ($(this).attr('rel') == '') {
          if (settings.shadowbox.auto_gallery == 1) {
            $(this).attr('rel', 'shadowbox[gallery]');
          }
          else {
            $(this).attr('rel', 'shadowbox');
          }
        }
      });
    }
    Shadowbox.setup();
  }
};

})(jQuery);;
(function ($) {
  Drupal.viewsSlideshow = Drupal.viewsSlideshow || {};

  /**
   * Views Slideshow Controls
   */
  Drupal.viewsSlideshowControls = Drupal.viewsSlideshowControls || {};

  /**
   * Implement the play hook for controls.
   */
  Drupal.viewsSlideshowControls.play = function (options) {
    // Route the control call to the correct control type.
    // Need to use try catch so we don't have to check to make sure every part
    // of the object is defined.
    try {
      if (typeof Drupal.settings.viewsSlideshowControls[options.slideshowID].top.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowControls[options.slideshowID].top.type].play == 'function') {
        Drupal[Drupal.settings.viewsSlideshowControls[options.slideshowID].top.type].play(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }

    try {
      if (typeof Drupal.settings.viewsSlideshowControls[options.slideshowID].bottom.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowControls[options.slideshowID].bottom.type].play == 'function') {
        Drupal[Drupal.settings.viewsSlideshowControls[options.slideshowID].bottom.type].play(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }
  };

  /**
   * Implement the pause hook for controls.
   */
  Drupal.viewsSlideshowControls.pause = function (options) {
    // Route the control call to the correct control type.
    // Need to use try catch so we don't have to check to make sure every part
    // of the object is defined.
    try {
      if (typeof Drupal.settings.viewsSlideshowControls[options.slideshowID].top.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowControls[options.slideshowID].top.type].pause == 'function') {
        Drupal[Drupal.settings.viewsSlideshowControls[options.slideshowID].top.type].pause(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }

    try {
      if (typeof Drupal.settings.viewsSlideshowControls[options.slideshowID].bottom.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowControls[options.slideshowID].bottom.type].pause == 'function') {
        Drupal[Drupal.settings.viewsSlideshowControls[options.slideshowID].bottom.type].pause(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }
  };


  /**
   * Views Slideshow Text Controls
   */

  // Add views slieshow api calls for views slideshow text controls.
  Drupal.behaviors.viewsSlideshowControlsText = {
    attach: function (context) {

      // Process previous link
      $('.views_slideshow_controls_text_previous:not(.views-slideshow-controls-text-previous-processed)', context).addClass('views-slideshow-controls-text-previous-processed').each(function() {
        var uniqueID = $(this).attr('id').replace('views_slideshow_controls_text_previous_', '');
        $(this).click(function() {
          Drupal.viewsSlideshow.action({ "action": 'previousSlide', "slideshowID": uniqueID });
          return false;
        });
      });

      // Process next link
      $('.views_slideshow_controls_text_next:not(.views-slideshow-controls-text-next-processed)', context).addClass('views-slideshow-controls-text-next-processed').each(function() {
        var uniqueID = $(this).attr('id').replace('views_slideshow_controls_text_next_', '');
        $(this).click(function() {
          Drupal.viewsSlideshow.action({ "action": 'nextSlide', "slideshowID": uniqueID });
          return false;
        });
      });

      // Process pause link
      $('.views_slideshow_controls_text_pause:not(.views-slideshow-controls-text-pause-processed)', context).addClass('views-slideshow-controls-text-pause-processed').each(function() {
        var uniqueID = $(this).attr('id').replace('views_slideshow_controls_text_pause_', '');
        $(this).click(function() {
          if (Drupal.settings.viewsSlideshow[uniqueID].paused) {
            Drupal.viewsSlideshow.action({ "action": 'play', "slideshowID": uniqueID, "force": true });
          }
          else {
            Drupal.viewsSlideshow.action({ "action": 'pause', "slideshowID": uniqueID, "force": true });
          }
          return false;
        });
      });
    }
  };

  Drupal.viewsSlideshowControlsText = Drupal.viewsSlideshowControlsText || {};

  /**
   * Implement the pause hook for text controls.
   */
  Drupal.viewsSlideshowControlsText.pause = function (options) {
    var pauseText = Drupal.theme.prototype['viewsSlideshowControlsPause'] ? Drupal.theme('viewsSlideshowControlsPause') : '';
    $('#views_slideshow_controls_text_pause_' + options.slideshowID + ' a').text(pauseText);
  };

  /**
   * Implement the play hook for text controls.
   */
  Drupal.viewsSlideshowControlsText.play = function (options) {
    var playText = Drupal.theme.prototype['viewsSlideshowControlsPlay'] ? Drupal.theme('viewsSlideshowControlsPlay') : '';
    $('#views_slideshow_controls_text_pause_' + options.slideshowID + ' a').text(playText);
  };

  // Theme the resume control.
  Drupal.theme.prototype.viewsSlideshowControlsPause = function () {
    return Drupal.t('Resume');
  };

  // Theme the pause control.
  Drupal.theme.prototype.viewsSlideshowControlsPlay = function () {
    return Drupal.t('Pause');
  };

  /**
   * Views Slideshow Pager
   */
  Drupal.viewsSlideshowPager = Drupal.viewsSlideshowPager || {};

  /**
   * Implement the transitionBegin hook for pagers.
   */
  Drupal.viewsSlideshowPager.transitionBegin = function (options) {
    // Route the pager call to the correct pager type.
    // Need to use try catch so we don't have to check to make sure every part
    // of the object is defined.
    try {
      if (typeof Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type].transitionBegin == 'function') {
        Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type].transitionBegin(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }

    try {
      if (typeof Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type].transitionBegin == 'function') {
        Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type].transitionBegin(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }
  };

  /**
   * Implement the goToSlide hook for pagers.
   */
  Drupal.viewsSlideshowPager.goToSlide = function (options) {
    // Route the pager call to the correct pager type.
    // Need to use try catch so we don't have to check to make sure every part
    // of the object is defined.
    try {
      if (typeof Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type].goToSlide == 'function') {
        Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type].goToSlide(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }

    try {
      if (typeof Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type].goToSlide == 'function') {
        Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type].goToSlide(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }
  };

  /**
   * Implement the previousSlide hook for pagers.
   */
  Drupal.viewsSlideshowPager.previousSlide = function (options) {
    // Route the pager call to the correct pager type.
    // Need to use try catch so we don't have to check to make sure every part
    // of the object is defined.
    try {
      if (typeof Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type].previousSlide == 'function') {
        Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type].previousSlide(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }

    try {
      if (typeof Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type].previousSlide == 'function') {
        Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type].previousSlide(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }
  };

  /**
   * Implement the nextSlide hook for pagers.
   */
  Drupal.viewsSlideshowPager.nextSlide = function (options) {
    // Route the pager call to the correct pager type.
    // Need to use try catch so we don't have to check to make sure every part
    // of the object is defined.
    try {
      if (typeof Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type].nextSlide == 'function') {
        Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type].nextSlide(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }

    try {
      if (typeof Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type].nextSlide == 'function') {
        Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type].nextSlide(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }
  };


  /**
   * Views Slideshow Pager Fields
   */

  // Add views slieshow api calls for views slideshow pager fields.
  Drupal.behaviors.viewsSlideshowPagerFields = {
    attach: function (context) {
      // Process pause on hover.
      $('.views_slideshow_pager_field:not(.views-slideshow-pager-field-processed)', context).addClass('views-slideshow-pager-field-processed').each(function() {
        // Parse out the location and unique id from the full id.
        var pagerInfo = $(this).attr('id').split('_');
        var location = pagerInfo[2];
        pagerInfo.splice(0, 3);
        var uniqueID = pagerInfo.join('_');

        // Add the activate and pause on pager hover event to each pager item.
        if (Drupal.settings.viewsSlideshowPagerFields[uniqueID][location].activatePauseOnHover) {
          $(this).children().each(function(index, pagerItem) {
            var mouseIn = function() {
              Drupal.viewsSlideshow.action({ "action": 'goToSlide', "slideshowID": uniqueID, "slideNum": index });
              Drupal.viewsSlideshow.action({ "action": 'pause', "slideshowID": uniqueID });
            }
            
            var mouseOut = function() {
              Drupal.viewsSlideshow.action({ "action": 'play', "slideshowID": uniqueID });
            }
          
            if (jQuery.fn.hoverIntent) {
              $(pagerItem).hoverIntent(mouseIn, mouseOut);
            }
            else {
              $(pagerItem).hover(mouseIn, mouseOut);
            }
            
          });
        }
        else {
          $(this).children().each(function(index, pagerItem) {
            $(pagerItem).click(function() {
              Drupal.viewsSlideshow.action({ "action": 'goToSlide', "slideshowID": uniqueID, "slideNum": index });
            });
          });
        }
      });
    }
  };

  Drupal.viewsSlideshowPagerFields = Drupal.viewsSlideshowPagerFields || {};

  /**
   * Implement the transitionBegin hook for pager fields pager.
   */
  Drupal.viewsSlideshowPagerFields.transitionBegin = function (options) {
    for (pagerLocation in Drupal.settings.viewsSlideshowPager[options.slideshowID]) {
      // Remove active class from pagers
      $('[id^="views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '"]').removeClass('active');

      // Add active class to active pager.
      $('#views_slideshow_pager_field_item_'+ pagerLocation + '_' + options.slideshowID + '_' + options.slideNum).addClass('active');
    }

  };

  /**
   * Implement the goToSlide hook for pager fields pager.
   */
  Drupal.viewsSlideshowPagerFields.goToSlide = function (options) {
    for (pagerLocation in Drupal.settings.viewsSlideshowPager[options.slideshowID]) {
      // Remove active class from pagers
      $('[id^="views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '"]').removeClass('active');

      // Add active class to active pager.
      $('#views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '_' + options.slideNum).addClass('active');
    }
  };

  /**
   * Implement the previousSlide hook for pager fields pager.
   */
  Drupal.viewsSlideshowPagerFields.previousSlide = function (options) {
    for (pagerLocation in Drupal.settings.viewsSlideshowPager[options.slideshowID]) {
      // Get the current active pager.
      var pagerNum = $('[id^="views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '"].active').attr('id').replace('views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '_', '');

      // If we are on the first pager then activate the last pager.
      // Otherwise activate the previous pager.
      if (pagerNum == 0) {
        pagerNum = $('[id^="views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '"]').length() - 1;
      }
      else {
        pagerNum--;
      }

      // Remove active class from pagers
      $('[id^="views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '"]').removeClass('active');

      // Add active class to active pager.
      $('#views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '_' + pagerNum).addClass('active');
    }
  };

  /**
   * Implement the nextSlide hook for pager fields pager.
   */
  Drupal.viewsSlideshowPagerFields.nextSlide = function (options) {
    for (pagerLocation in Drupal.settings.viewsSlideshowPager[options.slideshowID]) {
      // Get the current active pager.
      var pagerNum = $('[id^="views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '"].active').attr('id').replace('views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '_', '');
      var totalPagers = $('[id^="views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '"]').length();

      // If we are on the last pager then activate the first pager.
      // Otherwise activate the next pager.
      pagerNum++;
      if (pagerNum == totalPagers) {
        pagerNum = 0;
      }

      // Remove active class from pagers
      $('[id^="views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '"]').removeClass('active');

      // Add active class to active pager.
      $('#views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '_' + slideNum).addClass('active');
    }
  };


  /**
   * Views Slideshow Slide Counter
   */

  Drupal.viewsSlideshowSlideCounter = Drupal.viewsSlideshowSlideCounter || {};

  /**
   * Implement the transitionBegin for the slide counter.
   */
  Drupal.viewsSlideshowSlideCounter.transitionBegin = function (options) {
    $('#views_slideshow_slide_counter_' + options.slideshowID + ' .num').text(options.slideNum + 1);
  };

  /**
   * This is used as a router to process actions for the slideshow.
   */
  Drupal.viewsSlideshow.action = function (options) {
    // Set default values for our return status.
    var status = {
      'value': true,
      'text': ''
    }

    // If an action isn't specified return false.
    if (typeof options.action == 'undefined' || options.action == '') {
      status.value = false;
      status.text =  Drupal.t('There was no action specified.');
      return error;
    }

    // If we are using pause or play switch paused state accordingly.
    if (options.action == 'pause') {
      Drupal.settings.viewsSlideshow[options.slideshowID].paused = 1;
      // If the calling method is forcing a pause then mark it as such.
      if (options.force) {
        Drupal.settings.viewsSlideshow[options.slideshowID].pausedForce = 1;
      }
    }
    else if (options.action == 'play') {
      // If the slideshow isn't forced pause or we are forcing a play then play
      // the slideshow.
      // Otherwise return telling the calling method that it was forced paused.
      if (!Drupal.settings.viewsSlideshow[options.slideshowID].pausedForce || options.force) {
        Drupal.settings.viewsSlideshow[options.slideshowID].paused = 0;
        Drupal.settings.viewsSlideshow[options.slideshowID].pausedForce = 0;
      }
      else {
        status.value = false;
        status.text += ' ' + Drupal.t('This slideshow is forced paused.');
        return status;
      }
    }

    // We use a switch statement here mainly just to limit the type of actions
    // that are available.
    switch (options.action) {
      case "goToSlide":
      case "transitionBegin":
      case "transitionEnd":
        // The three methods above require a slide number. Checking if it is
        // defined and it is a number that is an integer.
        if (typeof options.slideNum == 'undefined' || typeof options.slideNum !== 'number' || parseInt(options.slideNum) != (options.slideNum - 0)) {
          status.value = false;
          status.text = Drupal.t('An invalid integer was specified for slideNum.');
        }
      case "pause":
      case "play":
      case "nextSlide":
      case "previousSlide":
        // Grab our list of methods.
        var methods = Drupal.settings.viewsSlideshow[options.slideshowID]['methods'];

        // if the calling method specified methods that shouldn't be called then
        // exclude calling them.
        var excludeMethodsObj = {};
        if (typeof options.excludeMethods !== 'undefined') {
          // We need to turn the excludeMethods array into an object so we can use the in
          // function.
          for (var i=0; i < excludeMethods.length; i++) {
            excludeMethodsObj[excludeMethods[i]] = '';
          }
        }

        // Call every registered method and don't call excluded ones.
        for (i = 0; i < methods[options.action].length; i++) {
          if (Drupal[methods[options.action][i]] != undefined && typeof Drupal[methods[options.action][i]][options.action] == 'function' && !(methods[options.action][i] in excludeMethodsObj)) {
            Drupal[methods[options.action][i]][options.action](options);
          }
        }
        break;

      // If it gets here it's because it's an invalid action.
      default:
        status.value = false;
        status.text = Drupal.t('An invalid action "!action" was specified.', { "!action": options.action });
    }
    return status;
  };
})(jQuery);
;

(function($) {
  Drupal.behaviors.custom_search = {
    attach: function(context) {

      if (!Drupal.settings.custom_search.solr) {
        // Check if the search box is not empty on submit
        $('form.search-form', context).submit(function(){
          var box = $(this).find('input.custom-search-box');
          if (box.val() != undefined && (box.val() == '' || box.val() == $(this).find('input.default-text').val())) {
            $(this).find('input.custom-search-box').addClass('error');
            return false;
          }
          // If basic search is hidden, copy or value to the keys
          if ($(this).find('#edit-keys').parents('div.element-invisible').attr('class') == 'element-invisible') {
            $(this).find('#edit-keys').val($(this).find('#edit-or').val());
            $(this).find('#edit-or').val('');
          }
          return true;
        });
      }

      // Search from target
      $('form.search-form').attr('target', Drupal.settings.custom_search.form_target);

      // Clear default text on focus, and put it back on blur. Also displays Popup.
      $('form.search-form input.custom-search-box', context)
        .blur(function(){
          $this = $(this);
          $parentForm = $this.parents('form');
          if ($this.val() == '') {
            $this.addClass('custom-search-default-value');
            $this.val($parentForm.find('input.default-text').val());
          }
        })
        .bind('click focus', function(e){
          $this = $(this);
          $parentForm = $this.parents('form');
          if ($this.val() == $parentForm.find('input.default-text').val()) $this.val('');
          $this.removeClass('custom-search-default-value');
          // check if there's something in the popup and displays it
          var popup = $parentForm.find('fieldset.custom_search-popup');
          if (popup.find('input,select').length && !popup.hasClass('opened')) popup.fadeIn().addClass('opened');
          e.stopPropagation();
        }
      );
      $(document).bind('click focus', function(){
        $('fieldset.custom_search-popup').hide().removeClass('opened');
      });

      // Handle checkboxes
      $('.custom-search-selector input:checkbox', context).each(function(){
        var el = $(this);
        if (el.val() == 'c-all') {
          el.change(function(){
            $(this).parents('.custom-search-selector').find('input:checkbox[value!=c-all]').attr('checked', false);
          });
        }
        else {
          if (el.val().substr(0,2) == 'c-') {
            el.change(function(){
              $('.custom-search-selector input:checkbox').each(function(){
                if ($(this).val().substr(0,2) == 'o-') $(this).attr('checked', false);
              });
              $(this).parents('.custom-search-selector').find('input:checkbox[value=c-all]').attr('checked', false);
            });
          } else {
            el.change(function(){
              $(this).parents('.custom-search-selector').find('input:checkbox[value!='+el.val()+']').attr('checked', false);
            });
          }
        }
      });

      // Reselect types and terms in advanced search
      var edit_keys = $('#edit-keys').val();
      if(edit_keys) {
        // types
        var pos = edit_keys.indexOf('type:');
        if (pos) {
          var pos2 = edit_keys.indexOf(' ',pos);
          if (pos2==-1) pos2 = edit_keys.length;
          var types = edit_keys.substring(pos+5,pos2);
          types = types.split(',');
          for (var i in types) {
            $('.search-form input:checkbox[value='+types[i]+']').attr('checked', true);
          }
        }
        // terms
        var pos = edit_keys.indexOf('term:');
        if (pos) {
          var pos2 = edit_keys.indexOf(' ',pos);
          if (pos2==-1) pos2 = edit_keys.length;
          var terms = edit_keys.substring(pos+5,pos2);
          terms = terms.split(',');
          for (var i in terms) {
            $('#edit-term option[value='+terms[i]+']').attr('selected', true);
          }
        }
      }

      var popup = $('fieldset.custom_search-popup:not(.custom_search-processed)', context).addClass("custom_search-processed");
      popup.click(function(e){
        e.stopPropagation();
      })
      popup.append('<a class="custom_search-popup-close" href="#">' + Drupal.t('Close') + '</a>');
      $('a.custom_search-popup-close').click(function(e){
        $('fieldset.custom_search-popup.opened').hide().removeClass('opened');
        e.preventDefault();
      });

    }
  }
})(jQuery);;


(function ($) {
  Drupal.behaviors.lacoope_home_ajax = {
	attach: function(context, settings) {  

      artiste_cassette_defaut_input = true
      artiste_cassette_defaut_input_value = $("#artiste-cassette").val();


      // GESTION RACCOURCIS CLAVIER
      $("html").keydown(function(e){
        if(e.which == 37){
          $('#concert_prec').click();
        }
        else if(e.which == 39){
          $('#concert_suiv').click();
        }
        
      });

      // GESTION VALEURS PAR DÃ‰FAUT
      $("#artiste-cassette").blur(function(){
        if($("#artiste-cassette").val() == ''){
          artiste_cassette_defaut_input = true;
          $("#artiste-cassette").val(artiste_cassette_defaut_input_value);
          $("#artiste-cassette").click(function(){
            if(artiste_cassette_defaut_input){
              $("#artiste-cassette").val('');
              $("#artiste-cassette").unbind('click');
              artiste_cassette_defaut_input = false;
            }
          });
        }
      });
      $("#artiste-cassette").click(function(){
        if(artiste_cassette_defaut_input){
          $("#artiste-cassette").val('');
          $("#artiste-cassette").unbind('click');
          artiste_cassette_defaut_input = false;
        }
      });
      

      // autocomplÃ©tion
      $("#artiste-cassette").autocomplete({
        source: function( request, response ) {
              $.ajax({
                url: "lacoope_home_ajax_artisteAutocomplete/"+request.term,
                dataType: "json",
                success: function( data ) {
                  response(data);                  
                }
              });
            },
        minLength: 2,
        select: function( event, ui ) {
          $.ajax({
            url: "lacoope_home_ajax_artisteProchaineDate/"+ui.item.value,
            success: function(data){
              update_date_platine(data.concert.date_concert);
              $('#date-cassette').val(convertSqlDateToDatepickerDate(data.concert.date_concert));
              display_soirees_liste(data.concert.date_concert);
              $("#artiste-cassette").val('');
            }
          });  
        }
      });
      
    $.datepicker.regional['fr'] = {
    closeText: 'Fermer',
    prevText: '&#x3c;PrÃ©c',
    nextText: 'Suiv&#x3e;',
    currentText: 'Courant',
    monthNames: ['Janvier','FÃ©vrier','Mars','Avril','Mai','Juin',
    'Juillet','AoÃ»t','Septembre','Octobre','Novembre','DÃ©cembre'],
    monthNamesShort: ['Jan','FÃ©v','Mar','Avr','Mai','Jun',
    'Jul','AoÃ»','Sep','Oct','Nov','DÃ©c'],
    dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'],
    dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'],
    dayNamesMin: ['Di','Lu','Ma','Me','Je','Ve','Sa'],
    weekHeader: 'Sm',
    dateFormat: 'dd/mm/yy',
    firstDay: 1,
    isRTL: false,
    showMonthAfterYear: false,
    yearSuffix: ''};
    // DATEPICKER
    $('#date-cassette').datepicker(jQuery.datepicker.regional['fr']);
    $('#date-cassette').datepicker("option","buttonImage",'images/datepicker.png');
    $('#date-cassette').datepicker("option","closeText",'Fermer');
    // Ã  la sÃ©lection : update disque et panneau
    $('#date-cassette').datepicker("option",{onSelect: function(dateText, inst){
      update_date_platine(convertDatepickerDateToSqlDate(dateText));
      display_soirees_liste(convertDatepickerDateToSqlDate(dateText));
    }});
    $('#date-cassette').datepicker("option",{beforeShowDay: function(date){
      var dates = Drupal.settings.lacoope_home_ajax.dates;
      if($.inArray(convertJSDateToSqlDate(date),dates) != -1){
        return [true];
      }      
      return [false];
      
    }
    });
    
    
    // toggle classes (gifs animÃ©s)
    Drupal.settings.lacoope_home_ajax.images = {};
    Drupal.settings.lacoope_home_ajax.images['tv'] = new Image;
    Drupal.settings.lacoope_home_ajax.images['tv'].src = Drupal.settings.pathToTheme+'/css/images/anims_front/tv-over.gif';
    Drupal.settings.lacoope_home_ajax.images['contact'] = new Image;
    Drupal.settings.lacoope_home_ajax.images['contact'].src = Drupal.settings.pathToTheme+'/css/images/anims_front/contact-over.gif';
    Drupal.settings.lacoope_home_ajax.images['twitter'] = new Image;
    Drupal.settings.lacoope_home_ajax.images['twitter'].src = Drupal.settings.pathToTheme+'/css/images/anims_front/twitter_front-over.png';
    Drupal.settings.lacoope_home_ajax.images['facebook'] = new Image;
    Drupal.settings.lacoope_home_ajax.images['facebook'].src = Drupal.settings.pathToTheme+'/css/images/anims_front/facebook_front-over.png';
    Drupal.settings.lacoope_home_ajax.images['contact'].src = Drupal.settings.pathToTheme+'/css/images/anims_front/contact-over.gif';
    Drupal.settings.lacoope_home_ajax.images['pepiniere'] = new Image;
    Drupal.settings.lacoope_home_ajax.images['pepiniere'].src = Drupal.settings.pathToTheme+'/css/images/anims_front/pepiniere-over.png';
    Drupal.settings.lacoope_home_ajax.images['camion'] = new Image;
    Drupal.settings.lacoope_home_ajax.images['camion'].src = Drupal.settings.pathToTheme+'/css/images/anims_front/camion_front_over.png';
    Drupal.settings.lacoope_home_ajax.images['boutique'] = new Image;
    Drupal.settings.lacoope_home_ajax.images['boutique'].src = Drupal.settings.pathToTheme+'/css/images/anims_front/boutique-over.png';
    Drupal.settings.lacoope_home_ajax.images['pro'] = new Image;
    Drupal.settings.lacoope_home_ajax.images['pro'].src = Drupal.settings.pathToTheme+'/css/images/anims_front/pro-over.gif';
    $('#tv').hover(function(e){$(this).toggleClass('tv_over');},function(e){$(this).toggleClass('tv_over');});
    $('#contact').hover(function(e){$(this).toggleClass('contact_over');Drupal.settings.lacoope_home_ajax.images['contact'].src = Drupal.settings.pathToTheme+'/css/images/anims_front/contact-over.gif';},function(e){$(this).toggleClass('contact_over');});
    $('#twitter_front').hover(function(e){$(this).toggleClass('twitter_front_over')});
    $('#facebook_front').hover(function(e){$(this).toggleClass('facebook_front_over')});
    $('#boutique').hover(function(e){$(this).toggleClass('boutique_over')});
    $('#camion_front').hover(function(e){$(this).toggleClass('camion_front_over')});
    $('#block-block-28').hover(function(e){$('#camion_front').toggleClass('camion_front_over')});
    $('#block-block-29').hover(function(e){$('#camion_front').toggleClass('camion_front_over')});
    $('#block-block-30').hover(function(e){$('#camion_front').toggleClass('camion_front_over')});
    $('#pepiniere').hover(function(e){$(this).toggleClass('pepiniere_over')});
    $('#pro').hover(function(e){$(this).toggleClass('pro_over')});
    
    
    // PLATINE // CONCERT SUIVANT on fait le tour des prochaines dates
    Drupal.settings.lacoope_home_ajax.date_actuelle = null;
    
   
    $('#disque,#concert_suiv').click(function(){      
      
      $('#disque').removeClass('tourne-disque');
      
      if(eventLock == true){
        return;
      }
      eventLock =  true;
      if(Drupal.settings.lacoope_home_ajax.date_actuelle == null){
        Drupal.settings.lacoope_home_ajax.date_actuelle = 0;
        update_date_platine(Drupal.settings.lacoope_home_ajax.dates[0]);
        display_soirees_liste(Drupal.settings.lacoope_home_ajax.dates[0]);
         $('#date-cassette').val(convertSqlDateToDatepickerDate(Drupal.settings.lacoope_home_ajax.dates[0]));
      }
      else{
        Drupal.settings.lacoope_home_ajax.date_actuelle++;
        var i = Drupal.settings.lacoope_home_ajax.date_actuelle;
        
        // on arrive au bout de la liste, retour Ã  la premiÃ¨re
        if(Drupal.settings.lacoope_home_ajax.dates[i] == undefined){
          Drupal.settings.lacoope_home_ajax.date_actuelle = 0;
          i = 0;
        }
        update_date_platine(Drupal.settings.lacoope_home_ajax.dates[i]);
        display_soirees_liste(Drupal.settings.lacoope_home_ajax.dates[i]);
        $('#date-cassette').val(convertSqlDateToDatepickerDate(Drupal.settings.lacoope_home_ajax.dates[i]));
      }
    
    
    
    });
    
    // CONCERT PRÃ‰CÃ‰DENT
    $('#concert_prec').click(function(){      
      $('#disque').removeClass('tourne-disque');
      if(eventLock == true){
        return;
      }
      eventLock =  true;
      if(Drupal.settings.lacoope_home_ajax.date_actuelle == null){
        Drupal.settings.lacoope_home_ajax.date_actuelle = 0;
        update_date_platine(Drupal.settings.lacoope_home_ajax.dates[0]);
        display_soirees_liste(Drupal.settings.lacoope_home_ajax.dates[0]);
         $('#date-cassette').val(convertSqlDateToDatepickerDate(Drupal.settings.lacoope_home_ajax.dates[0]));
      }
      else{
        Drupal.settings.lacoope_home_ajax.date_actuelle--;
        var i = Drupal.settings.lacoope_home_ajax.date_actuelle;
        
        // on arrive au bout de la liste, retour Ã  la premiÃ¨re
        if(Drupal.settings.lacoope_home_ajax.dates[i] == undefined){
          Drupal.settings.lacoope_home_ajax.date_actuelle = 0;
          i = 0;
        }
        
        update_date_platine(Drupal.settings.lacoope_home_ajax.dates[i]);
        display_soirees_liste(Drupal.settings.lacoope_home_ajax.dates[i],'left');
        $('#date-cassette').val(convertSqlDateToDatepickerDate(Drupal.settings.lacoope_home_ajax.dates[i]));
      }
    });
    
    
    // PLAYER DEEZER
    Drupal.settings.lacoope_home_ajax.timer = null;
    var afficheDeezer = function(){
      // cancel and erase timer
      if(Drupal.settings.lacoope_home_ajax.timer != null){
        Drupal.settings.lacoope_home_ajax.timer.stop();
        Drupal.settings.lacoope_home_ajax.timer = null;
      }
      $('#playlist_deezer_cont').animate({left:'0'},100);
    };
    
    var initClosure = function(){
      if(Drupal.settings.lacoope_home_ajax.timer == null){
        Drupal.settings.lacoope_home_ajax.timer = new Timer(250,cacheDeezer);
        Drupal.settings.lacoope_home_ajax.timer.start();
      }
    };
    
    var cacheDeezer = function(){
      $('#playlist_deezer_cont').animate({left:'-300px'},100);
      Drupal.settings.lacoope_home_ajax.timer = null;
    };
    
    
    $('#playlist_deezer_cont').bind({'mouseover':afficheDeezer,'mouseout':initClosure});
    
    

    } 
  };
})(jQuery);

eventLock =  false;

/**
 * convertit une date jj/mm/yyyy en yyyy-mm-jj
 */
function convertDatepickerDateToSqlDate(input){
  var patt=new RegExp(/(^\d{2})\/(\d{2})\/(\d{4})/);
  var match = patt.exec(input);  
  
  if(match == null){
    throw "convertDatepickerDateToSqlDate: incorrect input date string";
  }
           
  if(match.length != 4){
    throw "convertDatepickerDateToSqlDate: incorrect input date string";
  }
  
  return String(match[3]+'-'+match[2]+'-'+match[1]);
}


/**
 * convertit une date yyyy-mm-jj en jj/mm/yyyy
 */
function convertSqlDateToDatepickerDate(input){
  var patt=new RegExp(/(^\d{4})-(\d{2})-(\d{2})/);
  var match = patt.exec(input);  
  
  if(match == null){
    throw "convertSqlDateToDatepickerDate: incorrect input date string";
  }
           
  if(match.length != 4){
    throw "convertSqlDateToDatepickerDate: incorrect input date string";
  }
  
  return String(match[3]+'/'+match[2]+'/'+match[1]);
}




/**
 * convertit un objet Date yyyy-mm-jj
 */
function convertJSDateToSqlDate(d){


  var day_num = String(d.getDate());
  // ajout d'un 0 Ã  la date
  if(day_num.length < 2){
    day_num = '0'+String(day_num);
  }

  var month_num = String(d.getMonth()+1);
  // ajout d'un 0 au mois
  if(month_num.length < 2){
    month_num = '0'+String(month_num);
  } 
  
  return String(d.getFullYear()+'-'+month_num+'-'+day_num);
}




/**
 * met Ã  jour la date sur la platine, la date en entrÃ©e doit Ãªtre au format Y-m-d
 * retourne false si date inexistante ou malformÃ©e
 */
function update_date_platine(date){
  jQuery('#platine_prochain_concert').hide();
  jQuery('#disque').fadeOut(function(){
    jQuery('#disque').removeClass('tourne-disque');
    var months_litt_fra =[
      'JAN.',
      'FÃ‰V.',
      'MARS',
      'AVR.',
      ' MAI',
      'JUIN',
      'JUI.',
      'AOU.',
      'SEP.',
      'OCT.',
      'NOV.',
      'DEC.'
    ];
    
    // transtypage
    date = String(date);
    
    // decoupage
    date_parts = date.split('-');
    
    if(date_parts.length<3){
      throw "update_date_platine: incorrect date string";
    }
    
    // vÃ©rif. validitÃ© de la date
    var d = new Date(date_parts[0],date_parts[1]-1, date_parts[2]);
    
    if(d.getDate() !=date_parts[2]){
      throw "update_date_platine: incorrect date string";
    }
    if(d.getMonth() !=date_parts[1]-1){
      throw "update_date_platine: incorrect date string";
    }
    if(d.getFullYear() !=date_parts[0]){
      throw "update_date_platine: incorrect date string";
    }

    var day_num = String(d.getDate());
    // ajout d'un 0 Ã  la date
    if(day_num.length < 2){
      day_num = '0'+day_num;
    }

    jQuery("#platine_day_num").html(day_num);  
    jQuery("#platine_day").html(getWeekDayImg(d.getDay()));
    jQuery("#platine_month").html(months_litt_fra[d.getMonth()]);
    jQuery("#platine_year").html(getYearImg(d.getFullYear()));
    jQuery('#platine_day').show();
    jQuery('#platine_day_num').show();
    jQuery('#platine_month').show();
    jQuery("#platine_year").show();
        
    jQuery('#disque').show(500,function(){      
      jQuery('#disque').addClass('tourne-disque');
    });
    
  });
  
  return true;
}

function display_soiree_panneau(infos_soiree,direction){
  
  var from = 'left';
  var to = 'right';
  if(direction == 'left'){
    var from = 'right';
    var to = 'left';
  }
  
  if(infos_soiree == null || infos_soiree == undefined)
    throw "display_soiree_panneau :  no param";
  if(typeof(infos_soiree) != 'object')
    throw "display_soiree_panneau :  wrong param";
      
 
  // TITRE CONCERT
  // formatage date
  date_parts = infos_soiree.date_soiree.split('-');  
  if(date_parts.length<3){
    throw "display_soiree_panneau : incorrect date string";
  }  
  // vÃ©rif. validitÃ© de la date
  var d = new Date(date_parts[0],date_parts[1]-1, date_parts[2]);
  var day_num = String(d.getDate());
  // ajout d'un 0 Ã  la date
  if(day_num.length < 2){
    day_num = '0'+String(day_num);
  }

  var month_num = String(d.getMonth()+1);
  // ajout d'un 0 au mois
  if(month_num.length < 2){
    month_num = '0'+String(month_num);
  }  

  var date = day_num+'/'+month_num;
  
  var lien = date+' '+infos_soiree.titre_soiree;
  // coupe si trop long
  if(lien.length > 53){
    lien = lien.substr(0,50)+'...';
  }

  
  jQuery('#panneau_concert').load(function(e){
    jQuery('#panneau_concert').show("slide",{ direction: to },500,function(){eventLock=false;});    
    jQuery("#panneau_concert").unbind('load');
  });
  
    jQuery('#panneau_concert').hide("slide",{ direction: from },500,function(){
      jQuery('#panneau_concert_titre_soiree_lien').html('<a href="'+infos_soiree.url_soiree+'">'+lien+'</a>');
      
      // on rÃ©duit la taille ?
      if(lien.length < 17){
        jQuery('#panneau_concert_titre_soiree_lien a').css({'font-size':'40px'});
      }
      // sur une ligne ou deux ?
      if((lien.length < 17 && jQuery('#panneau_concert_titre_soiree_lien a').css('font-size') == '40px') ||
         (lien.length < 31 && jQuery('#panneau_concert_titre_soiree_lien a').css('font-size') == '30px')){
        jQuery('#panneau_concert_titre_soiree').css({'padding-top':'24px'});
      }
      else{
        jQuery('#panneau_concert_titre_soiree').css({'padding-top':'10px'});
      }
      
      
      // VISUEL
      jQuery('#panneau_concert_visuel').css('background-image','url('+infos_soiree.url_visuel+')');
      
      // LIENS ARTISTES
      jQuery('#panneau_concert_liste_artistes ul').html(''); // clear
      if(infos_soiree.artistes.length > 0){
        jQuery('#panneau_concert_liste_artistes').html('<ul></ul>');
        
        // limitation : au delÃ  de 3 artistes : on coupe la liste avec ...
        var count_for_artist_limit = 0;
        var artist_limit = 3;
        for (var cle in infos_soiree.artistes)
        {
          count_for_artist_limit++;
          if(count_for_artist_limit <= artist_limit){
            var artiste = infos_soiree.artistes[cle];
            if(count_for_artist_limit == artist_limit){
              var artiste_lien = '<a href="'+artiste.url_page+'">'+artiste.nom+'...</a>';
            }
            else{
              var artiste_lien = '<a href="'+artiste.url_page+'">'+artiste.nom+'</a>';
            }
            jQuery('#panneau_concert_liste_artistes ul').append('<li>'+artiste_lien+'</li>');
          }
        }
      }
      
      // LIEN BILLETERIE  
      if(infos_soiree.annulation_concert == 'ReportÃ©'){
        jQuery('#panneau_concert_reserver').html('<img src="files/images/reporte_front.png" alt="ReportÃ©" title="ReportÃ©"/>');
      }
      else if(infos_soiree.annulation_concert == 'AnnulÃ©'){
        jQuery('#panneau_concert_reserver').html('<img src="files/images/annule_front.png" alt="AnnulÃ©" title="AnnulÃ©"/>');
      }
      else if(infos_soiree.dispo_concert == 'Complet'){
        jQuery('#panneau_concert_reserver').html('<img src="files/images/complet_front.png" alt="Complet" title="Complet"/>');
      }
      else if(infos_soiree.lien_billeterie != null){
        jQuery('#panneau_concert_reserver').html('<a target="blank" href="'+infos_soiree.lien_billeterie+'"><img src="/files/images/bouton-digitick.png" alt="RÃ©server" title="RÃ©server"/></a>');
      }
      else{
        jQuery('#panneau_concert_reserver').html('');
      }
      
      // LIEN RESEAUX SOCIAUX
      jQuery('#panneau_concert_twitter').html('<a target="blank" href="'+infos_soiree.lien_twitter+'"><img src="files/images/twitter.png" alt="Partager sur twitter" title="Partager sur twitter"/></a>');
      jQuery('#panneau_concert_facebook').html('<a target="blank" href="'+infos_soiree.lien_facebook+'"><img src="files/images/facebook.png" alt="Partager sur Facebook" title="Partager sur Facebook"/></a>');   
      jQuery('#panneau_concert').load();
    });

}


/**
 *  pour connaitre tous les concerts d'une soirÃ©e
 *  2 cas :
 *  -si un seul concert (soirÃ©e), on l'affiche sur le panneau
 *  -si plusieurs on propose de choisir dans la liste puis on affiche sur le panneau
 **/
 
function display_soirees_liste(date,direction){  
  // affiche les flÃªches prÃ©cÃ©dent et suivant
  if(jQuery('#concert_suiv').css('display') == 'none'){
    jQuery('#concert_suiv').effect('slide',{direction:'left',distance:48});
  }
  if(jQuery('#concert_prec').css('display') == 'none'){
    jQuery('#concert_prec').effect('slide',{direction:'right',distance:48});
  }
  
  
  if(direction == 'left'){
    direction = 'left';
  }
  else{
    direction = 'right';
  }
  
  jQuery.ajax({
    url: "lacoope_home_ajax_concertsCeJour/"+date,
    dataType: "json",
    success: function( data ) {
      
      jQuery('#panneau_focus').fadeOut(200,'linear');
      
      // Pour pallier Ã  un bug de la requÃªte qui renvoie un tableau vide
      if(data.concerts[0] == undefined){
        return;
      }

      // maj date actuelle
      Drupal.settings.lacoope_home_ajax.date_actuelle = jQuery.inArray(data.concerts[0].date_concert,Drupal.settings.lacoope_home_ajax.dates);
      // si un seul concert => affichage panneau
      if(data.concerts.length == 1){
          // on cache la bulle si affichÃ©e
          if(jQuery("#bulle_concerts").css('display') != 'none'){
            jQuery("#bulle_concerts").fadeOut();
          }            
            display_soiree_panneau({
              'titre_soiree':data.concerts[0].titre_soiree,
              'url_soiree':data.concerts[0].url_concert,
              'date_soiree':data.concerts[0].date_concert,
              'artistes':data.concerts[0].artistes,
              'url_visuel':data.concerts[0].visuel,
              'lien_billeterie':data.concerts[0].lien_billeterie,
              'lien_twitter':data.concerts[0].lien_twitter,
              'lien_facebook':data.concerts[0].lien_facebook,
              'dispo_concert':data.concerts[0].dispo_concert,
              'annulation_concert':data.concerts[0].annulation_concert
            },direction);
            }
      else if(data.concerts.length > 1){
        // objet global contenant les informations sur les soirÃ©es
        // (permet passage de la liste au panneau sans un appel AJAX supplÃ©mentaire)
        Drupal.settings.lacoope_home_ajax.infos_soirees = data.concerts;
        // on parcourt concerts
        jQuery("#bulle_concerts_titre").html('Concerts le '+convertSqlDateToDatepickerDate(data.concerts[0].date_concert));
        jQuery("#bulle_concerts_liste").html('<ul></ul>');
        for(var cle in data.concerts)
        {
          var icone_dispo_concert = '';
          if(data.concerts[cle].dispo_concert == 'Complet'){
            icone_dispo_concert = '<img src="files/images/complet.png" alt="complet" title="complet"/>';
          }          
          else if(data.concerts[cle].annulation_concert == 'AnnulÃ©'){
            icone_dispo_concert = '<img src="files/images/annule.png" alt="annulÃ©" title="annulÃ©"/>';
          }
          else if(data.concerts[cle].annulation_concert == 'ReportÃ©'){
            icone_dispo_concert = '<img src="files/images/reporte.png" alt="reportÃ©" title="reportÃ©"/>';
          }
          
          
          var li_soiree = '<li id="soiree_liste_'+cle+'" >'+data.concerts[cle].titre_soiree+' <span class="dispo_concert_liste">'+icone_dispo_concert+'</span></li>';          
          jQuery("#bulle_concerts_liste ul").append(li_soiree);
          // gestion du clic sur la liste
        }
        jQuery("#bulle_concerts_liste ul li").click(function(evt){
            var patt=new RegExp(/.*(\d)$/);
            var match = patt.exec(evt.currentTarget.id);
            display_soiree_panneau({
              'titre_soiree':data.concerts[match[1]].titre_soiree,
              'url_soiree':data.concerts[match[1]].url_concert,
              'date_soiree':data.concerts[match[1]].date_concert,
              'artistes':data.concerts[match[1]].artistes,
              'url_visuel':data.concerts[match[1]].visuel,
              'lien_billeterie':data.concerts[match[1]].lien_billeterie,
              'lien_twitter':data.concerts[match[1]].lien_twitter,
              'lien_facebook':data.concerts[match[1]].lien_facebook,
              'dispo_concert':data.concerts[match[1]].dispo_concert,
              'annulation_concert':data.concerts[match[1]].annulation_concert
            });
            
        });        
        display_soiree_panneau({
              'titre_soiree':data.concerts[0].titre_soiree,
              'url_soiree':data.concerts[0].url_concert,
              'date_soiree':data.concerts[0].date_concert,
              'artistes':data.concerts[0].artistes,
              'url_visuel':data.concerts[0].visuel,
              'lien_billeterie':data.concerts[0].lien_billeterie,
              'lien_twitter':data.concerts[0].lien_twitter,
              'lien_facebook':data.concerts[0].lien_facebook,
              'dispo_concert':data.concerts[0].dispo_concert,
              'annulation_concert':data.concerts[0].annulation_concert
            },direction);
        jQuery("#bulle_concerts").fadeIn(function(){eventLock = false;jQuery('#panneau_concert').hide("slide",{ direction:'left' },500);});
      }
    }
  });
}




/**
 *  Retourne l'image de l'annÃ©e
 **/
function getYearImg(year){
    
  var to_return = '<img src="files/images/dates_disque/'+year+'.png" alt="'+year+'" title="'+year+'" />';
  
  return to_return;  
}

/**
 *  Retourne l'image du jour de la semaine
 **/
function getWeekDayImg(numDay){
  var imgs = {
    0:"dim",
    1:"lun",
    2:"mar",
    3:"mer",
    4:"jeu",
    5:"ven",
    6:"sam"
  };
  var to_return = '<img src="files/images/dates_disque/'+imgs[numDay]+'.png" alt="'+imgs[numDay]+'" title="'+imgs[numDay]+'" />';
  
  return to_return;  
}


;
function Timer(timeout,function_to_execute){
    this.timeout = timeout;
    this.function_to_execute = function_to_execute;
    this.timer;
    
    this.start = function () {
        this.timer = setTimeout(function_to_execute,timeout);
    };
    
    this.stop = function () {
        clearTimeout(this.timer);
    };
}

;
/*
 * jQuery Cycle Plugin (with Transition Definitions)
 * Examples and documentation at: http://jquery.malsup.com/cycle/
 * Copyright (c) 2007-2010 M. Alsup
 * Version: 2.97 (14-FEB-2011)
 * Dual licensed under the MIT and GPL licenses.
 * http://jquery.malsup.com/license.html
 * Requires: jQuery v1.3.2 or later
 */
;(function($){var ver="2.97";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function debug(s){$.fn.cycle.debug&&log(s);}function log(){window.console&&console.log&&console.log("[cycle] "+Array.prototype.join.call(arguments," "));}$.expr[":"].paused=function(el){return el.cyclePause;};$.fn.cycle=function(options,arg2){var o={s:this.selector,c:this.context};if(this.length===0&&options!="stop"){if(!$.isReady&&o.s){log("DOM not ready, queuing slideshow");$(function(){$(o.s,o.c).cycle(options,arg2);});return this;}log("terminating; zero elements found by selector"+($.isReady?"":" (DOM not ready)"));return this;}return this.each(function(){var opts=handleArguments(this,options,arg2);if(opts===false){return;}opts.updateActivePagerLink=opts.updateActivePagerLink||$.fn.cycle.updateActivePagerLink;if(this.cycleTimeout){clearTimeout(this.cycleTimeout);}this.cycleTimeout=this.cyclePause=0;var $cont=$(this);var $slides=opts.slideExpr?$(opts.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){log("terminating; too few slides: "+els.length);return;}var opts2=buildOptions($cont,$slides,els,opts,o);if(opts2===false){return;}var startTime=opts2.continuous?10:getTimeout(els[opts2.currSlide],els[opts2.nextSlide],opts2,!opts2.backwards);if(startTime){startTime+=(opts2.delay||0);if(startTime<10){startTime=10;}debug("first timeout: "+startTime);this.cycleTimeout=setTimeout(function(){go(els,opts2,0,!opts.backwards);},startTime);}});};function handleArguments(cont,options,arg2){if(cont.cycleStop==undefined){cont.cycleStop=0;}if(options===undefined||options===null){options={};}if(options.constructor==String){switch(options){case"destroy":case"stop":var opts=$(cont).data("cycle.opts");if(!opts){return false;}cont.cycleStop++;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);}cont.cycleTimeout=0;$(cont).removeData("cycle.opts");if(options=="destroy"){destroy(opts);}return false;case"toggle":cont.cyclePause=(cont.cyclePause===1)?0:1;checkInstantResume(cont.cyclePause,arg2,cont);return false;case"pause":cont.cyclePause=1;return false;case"resume":cont.cyclePause=0;checkInstantResume(false,arg2,cont);return false;case"prev":case"next":var opts=$(cont).data("cycle.opts");if(!opts){log('options not found, "prev/next" ignored');return false;}$.fn.cycle[options](opts);return false;default:options={fx:options};}return options;}else{if(options.constructor==Number){var num=options;options=$(cont).data("cycle.opts");if(!options){log("options not found, can not advance slide");return false;}if(num<0||num>=options.elements.length){log("invalid slide index: "+num);return false;}options.nextSlide=num;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}if(typeof arg2=="string"){options.oneTimeFx=arg2;}go(options.elements,options,1,num>=options.currSlide);return false;}}return options;function checkInstantResume(isPaused,arg2,cont){if(!isPaused&&arg2===true){var options=$(cont).data("cycle.opts");if(!options){log("options not found, can not resume");return false;}if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}go(options.elements,options,1,!options.backwards);}}}function removeFilter(el,opts){if(!$.support.opacity&&opts.cleartype&&el.style.filter){try{el.style.removeAttribute("filter");}catch(smother){}}}function destroy(opts){if(opts.next){$(opts.next).unbind(opts.prevNextEvent);}if(opts.prev){$(opts.prev).unbind(opts.prevNextEvent);}if(opts.pager||opts.pagerAnchorBuilder){$.each(opts.pagerAnchors||[],function(){this.unbind().remove();});}opts.pagerAnchors=null;if(opts.destroy){opts.destroy(opts);}}function buildOptions($cont,$slides,els,options,o){var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont.data():{});if(opts.autostop){opts.countdown=opts.autostopCount||els.length;}var cont=$cont[0];$cont.data("cycle.opts",opts);opts.$cont=$cont;opts.stopCount=cont.cycleStop;opts.elements=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];if(!$.support.opacity&&opts.cleartype){opts.after.push(function(){removeFilter(this,opts);});}if(opts.continuous){opts.after.push(function(){go(els,opts,0,!opts.backwards);});}saveOriginalOpts(opts);if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($slides);}if($cont.css("position")=="static"){$cont.css("position","relative");}if(opts.width){$cont.width(opts.width);}if(opts.height&&opts.height!="auto"){$cont.height(opts.height);}if(opts.startingSlide){opts.startingSlide=parseInt(opts.startingSlide);}else{if(opts.backwards){opts.startingSlide=els.length-1;}}if(opts.random){opts.randomMap=[];for(var i=0;i<els.length;i++){opts.randomMap.push(i);}opts.randomMap.sort(function(a,b){return Math.random()-0.5;});opts.randomIndex=1;opts.startingSlide=opts.randomMap[1];}else{if(opts.startingSlide>=els.length){opts.startingSlide=0;}}opts.currSlide=opts.startingSlide||0;var first=opts.startingSlide;$slides.css({position:"absolute",top:0,left:0}).hide().each(function(i){var z;if(opts.backwards){z=first?i<=first?els.length+(i-first):first-i:els.length-i;}else{z=first?i>=first?els.length-(i-first):first-i:els.length-i;}$(this).css("z-index",z);});$(els[first]).css("opacity",1).show();removeFilter(els[first],opts);if(opts.fit&&opts.width){$slides.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}var reshape=opts.containerResize&&!$cont.innerHeight();if(reshape){var maxw=0,maxh=0;for(var j=0;j<els.length;j++){var $e=$(els[j]),e=$e[0],w=$e.outerWidth(),h=$e.outerHeight();if(!w){w=e.offsetWidth||e.width||$e.attr("width");}if(!h){h=e.offsetHeight||e.height||$e.attr("height");}maxw=w>maxw?w:maxw;maxh=h>maxh?h:maxh;}if(maxw>0&&maxh>0){$cont.css({width:maxw+"px",height:maxh+"px"});}}if(opts.pause){$cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});}if(supportMultiTransitions(opts)===false){return false;}var requeue=false;options.requeueAttempts=options.requeueAttempts||0;$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:($el.height()||this.offsetHeight||this.height||$el.attr("height")||0);this.cycleW=(opts.fit&&opts.width)?opts.width:($el.width()||this.offsetWidth||this.width||$el.attr("width")||0);if($el.is("img")){var loadingIE=($.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var loadingFF=($.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var loadingOp=($.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var loadingOther=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(loadingIE||loadingFF||loadingOp||loadingOther){if(o.s&&opts.requeueOnImageNotLoaded&&++options.requeueAttempts<100){log(options.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){$(o.s,o.c).cycle(options);},opts.requeueTimeout);requeue=true;return false;}else{log("could not determine size of image: "+this.src,this.cycleW,this.cycleH);}}}return true;});if(requeue){return false;}opts.cssBefore=opts.cssBefore||{};opts.cssAfter=opts.cssAfter||{};opts.cssFirst=opts.cssFirst||{};opts.animIn=opts.animIn||{};opts.animOut=opts.animOut||{};$slides.not(":eq("+first+")").css(opts.cssBefore);$($slides[first]).css(opts.cssFirst);if(opts.timeout){opts.timeout=parseInt(opts.timeout);if(opts.speed.constructor==String){opts.speed=$.fx.speeds[opts.speed]||parseInt(opts.speed);}if(!opts.sync){opts.speed=opts.speed/2;}var buffer=opts.fx=="none"?0:opts.fx=="shuffle"?500:250;while((opts.timeout-opts.speed)<buffer){opts.timeout+=opts.speed;}}if(opts.easing){opts.easeIn=opts.easeOut=opts.easing;}if(!opts.speedIn){opts.speedIn=opts.speed;}if(!opts.speedOut){opts.speedOut=opts.speed;}opts.slideCount=els.length;opts.currSlide=opts.lastSlide=first;if(opts.random){if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.backwards){opts.nextSlide=opts.startingSlide==0?(els.length-1):opts.startingSlide-1;}else{opts.nextSlide=opts.startingSlide>=(els.length-1)?0:opts.startingSlide+1;}}if(!opts.multiFx){var init=$.fn.cycle.transitions[opts.fx];if($.isFunction(init)){init($cont,$slides,opts);}else{if(opts.fx!="custom"&&!opts.multiFx){log("unknown transition: "+opts.fx,"; slideshow terminating");return false;}}}var e0=$slides[first];if(opts.before.length){opts.before[0].apply(e0,[e0,e0,opts,true]);}if(opts.after.length>1){opts.after[1].apply(e0,[e0,e0,opts,true]);}if(opts.next){$(opts.next).bind(opts.prevNextEvent,function(){return advance(opts,1);});}if(opts.prev){$(opts.prev).bind(opts.prevNextEvent,function(){return advance(opts,0);});}if(opts.pager||opts.pagerAnchorBuilder){buildPager(els,opts);}exposeAddSlide(opts,els);return opts;}function saveOriginalOpts(opts){opts.original={before:[],after:[]};opts.original.cssBefore=$.extend({},opts.cssBefore);opts.original.cssAfter=$.extend({},opts.cssAfter);opts.original.animIn=$.extend({},opts.animIn);opts.original.animOut=$.extend({},opts.animOut);$.each(opts.before,function(){opts.original.before.push(this);});$.each(opts.after,function(){opts.original.after.push(this);});}function supportMultiTransitions(opts){var i,tx,txs=$.fn.cycle.transitions;if(opts.fx.indexOf(",")>0){opts.multiFx=true;opts.fxs=opts.fx.replace(/\s*/g,"").split(",");for(i=0;i<opts.fxs.length;i++){var fx=opts.fxs[i];tx=txs[fx];if(!tx||!txs.hasOwnProperty(fx)||!$.isFunction(tx)){log("discarding unknown transition: ",fx);opts.fxs.splice(i,1);i--;}}if(!opts.fxs.length){log("No valid transitions named; slideshow terminating.");return false;}}else{if(opts.fx=="all"){opts.multiFx=true;opts.fxs=[];for(p in txs){tx=txs[p];if(txs.hasOwnProperty(p)&&$.isFunction(tx)){opts.fxs.push(p);}}}}if(opts.multiFx&&opts.randomizeEffects){var r1=Math.floor(Math.random()*20)+30;for(i=0;i<r1;i++){var r2=Math.floor(Math.random()*opts.fxs.length);opts.fxs.push(opts.fxs.splice(r2,1)[0]);}debug("randomized fx sequence: ",opts.fxs);}return true;}function exposeAddSlide(opts,els){opts.addSlide=function(newSlide,prepend){var $s=$(newSlide),s=$s[0];if(!opts.autostopCount){opts.countdown++;}els[prepend?"unshift":"push"](s);if(opts.els){opts.els[prepend?"unshift":"push"](s);}opts.slideCount=els.length;$s.css("position","absolute");$s[prepend?"prependTo":"appendTo"](opts.$cont);if(prepend){opts.currSlide++;opts.nextSlide++;}if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($s);}if(opts.fit&&opts.width){$s.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$s.height(opts.height);}s.cycleH=(opts.fit&&opts.height)?opts.height:$s.height();s.cycleW=(opts.fit&&opts.width)?opts.width:$s.width();$s.css(opts.cssBefore);if(opts.pager||opts.pagerAnchorBuilder){$.fn.cycle.createPagerAnchor(els.length-1,s,$(opts.pager),els,opts);}if($.isFunction(opts.onAddSlide)){opts.onAddSlide($s);}else{$s.hide();}};}$.fn.cycle.resetState=function(opts,fx){fx=fx||opts.fx;opts.before=[];opts.after=[];opts.cssBefore=$.extend({},opts.original.cssBefore);opts.cssAfter=$.extend({},opts.original.cssAfter);opts.animIn=$.extend({},opts.original.animIn);opts.animOut=$.extend({},opts.original.animOut);opts.fxFn=null;$.each(opts.original.before,function(){opts.before.push(this);});$.each(opts.original.after,function(){opts.after.push(this);});var init=$.fn.cycle.transitions[fx];if($.isFunction(init)){init(opts.$cont,$(opts.elements),opts);}};function go(els,opts,manual,fwd){if(manual&&opts.busy&&opts.manualTrump){debug("manualTrump in go(), stopping active transition");$(els).stop(true,true);opts.busy=0;}if(opts.busy){debug("transition active, ignoring new tx request");return;}var p=opts.$cont[0],curr=els[opts.currSlide],next=els[opts.nextSlide];if(p.cycleStop!=opts.stopCount||p.cycleTimeout===0&&!manual){return;}if(!manual&&!p.cyclePause&&!opts.bounce&&((opts.autostop&&(--opts.countdown<=0))||(opts.nowrap&&!opts.random&&opts.nextSlide<opts.currSlide))){if(opts.end){opts.end(opts);}return;}var changed=false;if((manual||!p.cyclePause)&&(opts.nextSlide!=opts.currSlide)){changed=true;var fx=opts.fx;curr.cycleH=curr.cycleH||$(curr).height();curr.cycleW=curr.cycleW||$(curr).width();next.cycleH=next.cycleH||$(next).height();next.cycleW=next.cycleW||$(next).width();if(opts.multiFx){if(opts.lastFx==undefined||++opts.lastFx>=opts.fxs.length){opts.lastFx=0;}fx=opts.fxs[opts.lastFx];opts.currFx=fx;}if(opts.oneTimeFx){fx=opts.oneTimeFx;opts.oneTimeFx=null;}$.fn.cycle.resetState(opts,fx);if(opts.before.length){$.each(opts.before,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});}var after=function(){opts.busy=0;$.each(opts.after,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});};debug("tx firing("+fx+"); currSlide: "+opts.currSlide+"; nextSlide: "+opts.nextSlide);opts.busy=1;if(opts.fxFn){opts.fxFn(curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}else{if($.isFunction($.fn.cycle[opts.fx])){$.fn.cycle[opts.fx](curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}else{$.fn.cycle.custom(curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}}}if(changed||opts.nextSlide==opts.currSlide){opts.lastSlide=opts.currSlide;if(opts.random){opts.currSlide=opts.nextSlide;if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];if(opts.nextSlide==opts.currSlide){opts.nextSlide=(opts.currSlide==opts.slideCount-1)?0:opts.currSlide+1;}}else{if(opts.backwards){var roll=(opts.nextSlide-1)<0;if(roll&&opts.bounce){opts.backwards=!opts.backwards;opts.nextSlide=1;opts.currSlide=0;}else{opts.nextSlide=roll?(els.length-1):opts.nextSlide-1;opts.currSlide=roll?0:opts.nextSlide+1;}}else{var roll=(opts.nextSlide+1)==els.length;if(roll&&opts.bounce){opts.backwards=!opts.backwards;opts.nextSlide=els.length-2;opts.currSlide=els.length-1;}else{opts.nextSlide=roll?0:opts.nextSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1;}}}}if(changed&&opts.pager){opts.updateActivePagerLink(opts.pager,opts.currSlide,opts.activePagerClass);}var ms=0;if(opts.timeout&&!opts.continuous){ms=getTimeout(els[opts.currSlide],els[opts.nextSlide],opts,fwd);}else{if(opts.continuous&&p.cyclePause){ms=10;}}if(ms>0){p.cycleTimeout=setTimeout(function(){go(els,opts,0,!opts.backwards);},ms);}}$.fn.cycle.updateActivePagerLink=function(pager,currSlide,clsName){$(pager).each(function(){$(this).children().removeClass(clsName).eq(currSlide).addClass(clsName);});};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn.call(curr,curr,next,opts,fwd);while(opts.fx!="none"&&(t-opts.speed)<250){t+=opts.speed;}debug("calculated timeout: "+t+"; speed: "+opts.speed);if(t!==false){return t;}}return opts.timeout;}$.fn.cycle.next=function(opts){advance(opts,1);};$.fn.cycle.prev=function(opts){advance(opts,0);};function advance(opts,moveForward){var val=moveForward?1:-1;var els=opts.elements;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}if(opts.random&&val<0){opts.randomIndex--;if(--opts.randomIndex==-2){opts.randomIndex=els.length-2;}else{if(opts.randomIndex==-1){opts.randomIndex=els.length-1;}}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.random){opts.nextSlide=opts.randomMap[opts.randomIndex];}else{opts.nextSlide=opts.currSlide+val;if(opts.nextSlide<0){if(opts.nowrap){return false;}opts.nextSlide=els.length-1;}else{if(opts.nextSlide>=els.length){if(opts.nowrap){return false;}opts.nextSlide=0;}}}}var cb=opts.onPrevNextEvent||opts.prevNextClick;if($.isFunction(cb)){cb(val>0,opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,moveForward);return false;}function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);});opts.updateActivePagerLink(opts.pager,opts.startingSlide,opts.activePagerClass);}$.fn.cycle.createPagerAnchor=function(i,el,$p,els,opts){var a;if($.isFunction(opts.pagerAnchorBuilder)){a=opts.pagerAnchorBuilder(i,el);debug("pagerAnchorBuilder("+i+", el) returned: "+a);}else{a='<a href="#">'+(i+1)+"</a>";}if(!a){return;}var $a=$(a);if($a.parents("body").length===0){var arr=[];if($p.length>1){$p.each(function(){var $clone=$a.clone(true);$(this).append($clone);arr.push($clone[0]);});$a=$(arr);}else{$a.appendTo($p);}}opts.pagerAnchors=opts.pagerAnchors||[];opts.pagerAnchors.push($a);$a.bind(opts.pagerEvent,function(e){e.preventDefault();opts.nextSlide=i;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}var cb=opts.onPagerEvent||opts.pagerClick;if($.isFunction(cb)){cb(opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,opts.currSlide<i);});if(!/^click/.test(opts.pagerEvent)&&!opts.allowPagerClickBubble){$a.bind("click.cycle",function(){return false;});}if(opts.pauseOnPagerHover){$a.hover(function(){opts.$cont[0].cyclePause++;},function(){opts.$cont[0].cyclePause--;});}};$.fn.cycle.hopsFromLast=function(opts,fwd){var hops,l=opts.lastSlide,c=opts.currSlide;if(fwd){hops=c>l?c-l:opts.slideCount-l;}else{hops=c<l?l-c:l+opts.slideCount-c;}return hops;};function clearTypeFix($slides){debug("applying clearType background-color hack");function hex(s){s=parseInt(s).toString(16);return s.length<2?"0"+s:s;}function getBg(e){for(;e&&e.nodeName.toLowerCase()!="html";e=e.parentNode){var v=$.css(e,"background-color");if(v.indexOf("rgb")>=0){var rgb=v.match(/\d+/g);return"#"+hex(rgb[0])+hex(rgb[1])+hex(rgb[2]);}if(v&&v!="transparent"){return v;}}return"#ffffff";}$slides.each(function(){$(this).css("background-color",getBg(this));});}$.fn.cycle.commonReset=function(curr,next,opts,w,h,rev){$(opts.elements).not(curr).hide();if(typeof opts.cssBefore.opacity=="undefined"){opts.cssBefore.opacity=1;}opts.cssBefore.display="block";if(opts.slideResize&&w!==false&&next.cycleW>0){opts.cssBefore.width=next.cycleW;}if(opts.slideResize&&h!==false&&next.cycleH>0){opts.cssBefore.height=next.cycleH;}opts.cssAfter=opts.cssAfter||{};opts.cssAfter.display="none";$(curr).css("zIndex",opts.slideCount+(rev===true?1:0));$(next).css("zIndex",opts.slideCount+(rev===true?0:1));};$.fn.cycle.custom=function(curr,next,opts,cb,fwd,speedOverride){var $l=$(curr),$n=$(next);var speedIn=opts.speedIn,speedOut=opts.speedOut,easeIn=opts.easeIn,easeOut=opts.easeOut;$n.css(opts.cssBefore);if(speedOverride){if(typeof speedOverride=="number"){speedIn=speedOut=speedOverride;}else{speedIn=speedOut=1;}easeIn=easeOut=null;}var fn=function(){$n.animate(opts.animIn,speedIn,easeIn,function(){cb();});};$l.animate(opts.animOut,speedOut,easeOut,function(){$l.css(opts.cssAfter);if(!opts.sync){fn();}});if(opts.sync){fn();}};$.fn.cycle.transitions={fade:function($cont,$slides,opts){$slides.not(":eq("+opts.currSlide+")").css("opacity",0);opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.opacity=0;});opts.animIn={opacity:1};opts.animOut={opacity:0};opts.cssBefore={top:0,left:0};}};$.fn.cycle.ver=function(){return ver;};$.fn.cycle.defaults={activePagerClass:"activeSlide",after:null,allowPagerClickBubble:false,animIn:null,animOut:null,autostop:0,autostopCount:0,backwards:false,before:null,cleartype:!$.support.opacity,cleartypeNoBg:false,containerResize:1,continuous:0,cssAfter:null,cssBefore:null,delay:0,easeIn:null,easeOut:null,easing:null,end:null,fastOnEvent:0,fit:0,fx:"fade",fxFn:null,height:"auto",manualTrump:true,next:null,nowrap:0,onPagerEvent:null,onPrevNextEvent:null,pager:null,pagerAnchorBuilder:null,pagerEvent:"click.cycle",pause:0,pauseOnPagerHover:0,prev:null,prevNextEvent:"click.cycle",random:0,randomizeEffects:1,requeueOnImageNotLoaded:true,requeueTimeout:250,rev:0,shuffle:null,slideExpr:null,slideResize:1,speed:1000,speedIn:null,speedOut:null,startingSlide:0,sync:1,timeout:4000,timeoutFn:null,updateActivePagerLink:null};})(jQuery);
/*
 * jQuery Cycle Plugin Transition Definitions
 * This script is a plugin for the jQuery Cycle Plugin
 * Examples and documentation at: http://malsup.com/jquery/cycle/
 * Copyright (c) 2007-2010 M. Alsup
 * Version:	 2.73
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 */
;(function($){$.fn.cycle.transitions.none=function($cont,$slides,opts){opts.fxFn=function(curr,next,opts,after){$(next).show();$(curr).hide();after();};};$.fn.cycle.transitions.fadeout=function($cont,$slides,opts){$slides.not(":eq("+opts.currSlide+")").css({display:"block",opacity:1});opts.before.push(function(curr,next,opts,w,h,rev){$(curr).css("zIndex",opts.slideCount+(!rev===true?1:0));$(next).css("zIndex",opts.slideCount+(!rev===true?0:1));});opts.animIn.opacity=1;opts.animOut.opacity=0;opts.cssBefore.opacity=1;opts.cssBefore.display="block";opts.cssAfter.zIndex=0;};$.fn.cycle.transitions.scrollUp=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssBefore.top=h;opts.cssBefore.left=0;opts.cssFirst.top=0;opts.animIn.top=0;opts.animOut.top=-h;};$.fn.cycle.transitions.scrollDown=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssFirst.top=0;opts.cssBefore.top=-h;opts.cssBefore.left=0;opts.animIn.top=0;opts.animOut.top=h;};$.fn.cycle.transitions.scrollLeft=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst.left=0;opts.cssBefore.left=w;opts.cssBefore.top=0;opts.animIn.left=0;opts.animOut.left=0-w;};$.fn.cycle.transitions.scrollRight=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst.left=0;opts.cssBefore.left=-w;opts.cssBefore.top=0;opts.animIn.left=0;opts.animOut.left=w;};$.fn.cycle.transitions.scrollHorz=function($cont,$slides,opts){$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts,fwd){if(opts.rev){fwd=!fwd;}$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.left=fwd?(next.cycleW-1):(1-next.cycleW);opts.animOut.left=fwd?-curr.cycleW:curr.cycleW;});opts.cssFirst.left=0;opts.cssBefore.top=0;opts.animIn.left=0;opts.animOut.top=0;};$.fn.cycle.transitions.scrollVert=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push(function(curr,next,opts,fwd){if(opts.rev){fwd=!fwd;}$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.top=fwd?(1-next.cycleH):(next.cycleH-1);opts.animOut.top=fwd?curr.cycleH:-curr.cycleH;});opts.cssFirst.top=0;opts.cssBefore.left=0;opts.animIn.top=0;opts.animOut.left=0;};$.fn.cycle.transitions.slideX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;});opts.cssBefore.left=0;opts.cssBefore.top=0;opts.cssBefore.width=0;opts.animIn.width="show";opts.animOut.width=0;};$.fn.cycle.transitions.slideY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;});opts.cssBefore.left=0;opts.cssBefore.top=0;opts.cssBefore.height=0;opts.animIn.height="show";opts.animOut.height=0;};$.fn.cycle.transitions.shuffle=function($cont,$slides,opts){var i,w=$cont.css("overflow","visible").width();$slides.css({left:0,top:0});opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);});if(!opts.speedAdjusted){opts.speed=opts.speed/2;opts.speedAdjusted=true;}opts.random=0;opts.shuffle=opts.shuffle||{left:-w,top:15};opts.els=[];for(i=0;i<$slides.length;i++){opts.els.push($slides[i]);}for(i=0;i<opts.currSlide;i++){opts.els.push(opts.els.shift());}opts.fxFn=function(curr,next,opts,cb,fwd){if(opts.rev){fwd=!fwd;}var $el=fwd?$(curr):$(next);$(next).css(opts.cssBefore);var count=opts.slideCount;$el.animate(opts.shuffle,opts.speedIn,opts.easeIn,function(){var hops=$.fn.cycle.hopsFromLast(opts,fwd);for(var k=0;k<hops;k++){fwd?opts.els.push(opts.els.shift()):opts.els.unshift(opts.els.pop());}if(fwd){for(var i=0,len=opts.els.length;i<len;i++){$(opts.els[i]).css("z-index",len-i+count);}}else{var z=$(curr).css("z-index");$el.css("z-index",parseInt(z)+1+count);}$el.animate({left:0,top:0},opts.speedOut,opts.easeOut,function(){$(fwd?this:curr).hide();if(cb){cb();}});});};$.extend(opts.cssBefore,{display:"block",opacity:1,top:0,left:0});};$.fn.cycle.transitions.turnUp=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=next.cycleH;opts.animIn.height=next.cycleH;opts.animOut.width=next.cycleW;});opts.cssFirst.top=0;opts.cssBefore.left=0;opts.cssBefore.height=0;opts.animIn.top=0;opts.animOut.height=0;};$.fn.cycle.transitions.turnDown=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssFirst.top=0;opts.cssBefore.left=0;opts.cssBefore.top=0;opts.cssBefore.height=0;opts.animOut.height=0;};$.fn.cycle.transitions.turnLeft=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=next.cycleW;opts.animIn.width=next.cycleW;});opts.cssBefore.top=0;opts.cssBefore.width=0;opts.animIn.left=0;opts.animOut.width=0;};$.fn.cycle.transitions.turnRight=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});$.extend(opts.cssBefore,{top:0,left:0,width:0});opts.animIn.left=0;opts.animOut.width=0;};$.fn.cycle.transitions.zoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false,true);opts.cssBefore.top=next.cycleH/2;opts.cssBefore.left=next.cycleW/2;$.extend(opts.animIn,{top:0,left:0,width:next.cycleW,height:next.cycleH});$.extend(opts.animOut,{width:0,height:0,top:curr.cycleH/2,left:curr.cycleW/2});});opts.cssFirst.top=0;opts.cssFirst.left=0;opts.cssBefore.width=0;opts.cssBefore.height=0;};$.fn.cycle.transitions.fadeZoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false);opts.cssBefore.left=next.cycleW/2;opts.cssBefore.top=next.cycleH/2;$.extend(opts.animIn,{top:0,left:0,width:next.cycleW,height:next.cycleH});});opts.cssBefore.width=0;opts.cssBefore.height=0;opts.animOut.opacity=0;};$.fn.cycle.transitions.blindX=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore.left=w;opts.cssBefore.top=0;opts.animIn.left=0;opts.animOut.left=w;};$.fn.cycle.transitions.blindY=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore.top=h;opts.cssBefore.left=0;opts.animIn.top=0;opts.animOut.top=h;};$.fn.cycle.transitions.blindZ=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();var w=$cont.width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore.top=h;opts.cssBefore.left=w;opts.animIn.top=0;opts.animIn.left=0;opts.animOut.top=h;opts.animOut.left=w;};$.fn.cycle.transitions.growX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=this.cycleW/2;opts.animIn.left=0;opts.animIn.width=this.cycleW;opts.animOut.left=0;});opts.cssBefore.top=0;opts.cssBefore.width=0;};$.fn.cycle.transitions.growY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=this.cycleH/2;opts.animIn.top=0;opts.animIn.height=this.cycleH;opts.animOut.top=0;});opts.cssBefore.height=0;opts.cssBefore.left=0;};$.fn.cycle.transitions.curtainX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true,true);opts.cssBefore.left=next.cycleW/2;opts.animIn.left=0;opts.animIn.width=this.cycleW;opts.animOut.left=curr.cycleW/2;opts.animOut.width=0;});opts.cssBefore.top=0;opts.cssBefore.width=0;};$.fn.cycle.transitions.curtainY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false,true);opts.cssBefore.top=next.cycleH/2;opts.animIn.top=0;opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH/2;opts.animOut.height=0;});opts.cssBefore.height=0;opts.cssBefore.left=0;};$.fn.cycle.transitions.cover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);if(d=="right"){opts.cssBefore.left=-w;}else{if(d=="up"){opts.cssBefore.top=h;}else{if(d=="down"){opts.cssBefore.top=-h;}else{opts.cssBefore.left=w;}}}});opts.animIn.left=0;opts.animIn.top=0;opts.cssBefore.top=0;opts.cssBefore.left=0;};$.fn.cycle.transitions.uncover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(d=="right"){opts.animOut.left=w;}else{if(d=="up"){opts.animOut.top=-h;}else{if(d=="down"){opts.animOut.top=h;}else{opts.animOut.left=-w;}}}});opts.animIn.left=0;opts.animIn.top=0;opts.cssBefore.top=0;opts.cssBefore.left=0;};$.fn.cycle.transitions.toss=function($cont,$slides,opts){var w=$cont.css("overflow","visible").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(!opts.animOut.left&&!opts.animOut.top){$.extend(opts.animOut,{left:w*2,top:-h/2,opacity:0});}else{opts.animOut.opacity=0;}});opts.cssBefore.left=0;opts.cssBefore.top=0;opts.animIn.left=0;};$.fn.cycle.transitions.wipe=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.cssBefore=opts.cssBefore||{};var clip;if(opts.clip){if(/l2r/.test(opts.clip)){clip="rect(0px 0px "+h+"px 0px)";}else{if(/r2l/.test(opts.clip)){clip="rect(0px "+w+"px "+h+"px "+w+"px)";}else{if(/t2b/.test(opts.clip)){clip="rect(0px "+w+"px 0px 0px)";}else{if(/b2t/.test(opts.clip)){clip="rect("+h+"px "+w+"px "+h+"px 0px)";}else{if(/zoom/.test(opts.clip)){var top=parseInt(h/2);var left=parseInt(w/2);clip="rect("+top+"px "+left+"px "+top+"px "+left+"px)";}}}}}}opts.cssBefore.clip=opts.cssBefore.clip||clip||"rect(0px 0px 0px 0px)";var d=opts.cssBefore.clip.match(/(\d+)/g);var t=parseInt(d[0]),r=parseInt(d[1]),b=parseInt(d[2]),l=parseInt(d[3]);opts.before.push(function(curr,next,opts){if(curr==next){return;}var $curr=$(curr),$next=$(next);$.fn.cycle.commonReset(curr,next,opts,true,true,false);opts.cssAfter.display="block";var step=1,count=parseInt((opts.speedIn/13))-1;(function f(){var tt=t?t-parseInt(step*(t/count)):0;var ll=l?l-parseInt(step*(l/count)):0;var bb=b<h?b+parseInt(step*((h-b)/count||1)):h;var rr=r<w?r+parseInt(step*((w-r)/count||1)):w;$next.css({clip:"rect("+tt+"px "+rr+"px "+bb+"px "+ll+"px)"});(step++<=count)?setTimeout(f,13):$curr.css("display","none");})();});$.extend(opts.cssBefore,{display:"block",opacity:1,top:0,left:0});opts.animIn={left:0};opts.animOut={left:0};};})(jQuery);;

(function($) {

/**
 * Drupal FieldGroup object.
 */
Drupal.FieldGroup = Drupal.FieldGroup || {};
Drupal.FieldGroup.Effects = Drupal.FieldGroup.Effects || {};
Drupal.FieldGroup.groupWithfocus = null;

Drupal.FieldGroup.setGroupWithfocus = function(element) {
  element.css({display: 'block'});
  Drupal.FieldGroup.groupWithfocus = element;
}

/**
 * Implements Drupal.FieldGroup.processHook().
 */
Drupal.FieldGroup.Effects.processFieldset = {
  execute: function (context, settings, type) {
    if (type == 'form') {
      // Add required fields mark to any fieldsets containing required fields
      $('fieldset.fieldset').each(function(i){
        if ($(this).is('.required-fields') && $(this).find('.form-required').length > 0) {
          $('legend span.fieldset-legend', $(this)).eq(0).append('&nbsp;').append($('.form-required').eq(0).clone());
        }
        if ($('.error', $(this)).length) {
          $('legend span.fieldset-legend', $(this)).eq(0).addClass('error');
          Drupal.FieldGroup.setGroupWithfocus($(this));
        }
      });
    }
  }
}

/**
 * Implements Drupal.FieldGroup.processHook().
 */
Drupal.FieldGroup.Effects.processAccordion = {
  execute: function (context, settings, type) {
    var accordions = $('div.field-group-accordion-wrapper', context).accordion({
      autoHeight: false,
      active: 0,
      collapsible: true
    });
    if (type == 'form') {
      // Add required fields mark to any element containing required fields
      $('div.accordion-item').each(function(i){
        if ($(this).is('.required-fields') && $(this).find('.form-required').length > 0) {
          $('h3.ui-accordion-header').eq(i).append('&nbsp;').append($('.form-required').eq(0).clone());
        }
        if ($('.error', $(this)).length) {
          $('h3.ui-accordion-header').eq(i).addClass('error');
          var activeOne = $(this).parent().accordion("activate" , i);
          $('.ui-accordion-content-active', activeOne).css({height: 'auto', width: 'auto', display: 'block'});
        }
      });
    }
  }
}

/**
 * Implements Drupal.FieldGroup.processHook().
 */
Drupal.FieldGroup.Effects.processHtabs = {
  execute: function (context, settings, type) {
    if (type == 'form') {
      // Add required fields mark to any element containing required fields
      $('fieldset.horizontal-tabs-pane').each(function(i){
        if ($(this).is('.required-fields') && $(this).find('.form-required').length > 0) {
          $(this).data('horizontalTab').link.find('strong:first').after($('.form-required').eq(0).clone()).after('&nbsp;');
        }
        if ($('.error', $(this)).length) {
          $(this).data('horizontalTab').link.parent().addClass('error');
          Drupal.FieldGroup.setGroupWithfocus($(this));
          $(this).data('horizontalTab').focus();
        }
      });
    }
  }
}

/**
 * Implements Drupal.FieldGroup.processHook().
 */
Drupal.FieldGroup.Effects.processTabs = {
  execute: function (context, settings, type) {
    if (type == 'form') {
      // Add required fields mark to any fieldsets containing required fields
      $('fieldset.vertical-tabs-pane').each(function(i){
        if ($(this).is('.required-fields') && $(this).find('.form-required').length > 0) {
          $(this).data('verticalTab').link.find('strong:first').after($('.form-required').eq(0).clone()).after('&nbsp;');
        }
        if ($('.error', $(this)).length) {
          $(this).data('verticalTab').link.parent().addClass('error');
          Drupal.FieldGroup.setGroupWithfocus($(this));
          $(this).data('verticalTab').focus();
        }
      });
    }
  }
}

/**
 * Implements Drupal.FieldGroup.processHook().
 * 
 * TODO clean this up meaning check if this is really 
 *      necessary.
 */
Drupal.FieldGroup.Effects.processDiv = {
  execute: function (context, settings, type) {

    $('div.collapsible', context).each(function() {
      var $wrapper = $(this);

      // Turn the legend into a clickable link, but retain span.field-group-format-toggler
      // for CSS positioning.
      var $toggler = $('span.field-group-format-toggler:first', $wrapper);
      var $link = $('<a class="field-group-format-title" href="#"></a>');
      $link.prepend($toggler.contents()).appendTo($toggler);
      
      // .wrapInner() does not retain bound events.
      $link.click(function () {
        var wrapper = $wrapper.get(0);
        // Don't animate multiple times.
        if (!wrapper.animating) {
          wrapper.animating = true;
          var speed = $wrapper.hasClass('speed-fast') ? 300 : 1000;
          if ($wrapper.hasClass('effect-none') && $wrapper.hasClass('speed-none')) {
            $('> .field-group-format-wrapper', wrapper).toggle();
          }
          else if ($wrapper.hasClass('effect-blind')) {
            $('> .field-group-format-wrapper', wrapper).toggle('blind', {}, speed);
          }
          else {
            $('> .field-group-format-wrapper', wrapper).toggle(speed);
          }
          wrapper.animating = false;
        }
        return false;
      });
      
    });
  }
};

/**
 * Behaviors.
 */
Drupal.behaviors.fieldGroup = {
  attach: function (context, settings) {
    if (settings.field_group == undefined) {
      return;
    }
    $('body', context).once('fieldgroup-effects', function () {
      // Execute all of them.
      $.each(Drupal.FieldGroup.Effects, function (func) {
        // We check for a wrapper function in Drupal.field_group as 
        // alternative for dynamic string function calls.
        var type = func.toLowerCase().replace("process", "");
        if (settings.field_group[type] != undefined && $.isFunction(this.execute)) {
          this.execute(context, settings, settings.field_group[type]);
        }
      });
    });
  }
};

})(jQuery);;

/**
 *  @file
 *  A simple jQuery Cycle Div Slideshow Rotator.
 */

/**
 * This will set our initial behavior, by starting up each individual slideshow.
 */
(function ($) {
  Drupal.behaviors.viewsSlideshowCycle = {
    attach: function (context) {
      $('.views_slideshow_cycle_main:not(.viewsSlideshowCycle-processed)', context).addClass('viewsSlideshowCycle-processed').each(function() {
        var fullId = '#' + $(this).attr('id');
        var settings = Drupal.settings.viewsSlideshowCycle[fullId];
        settings.targetId = '#' + $(fullId + " :first").attr('id');
        settings.slideshowId = settings.targetId.replace('#views_slideshow_cycle_teaser_section_', '');
        settings.loaded = false;

        settings.opts = {
          speed:settings.speed,
          timeout:settings.timeout,
          delay:settings.delay,
          sync:settings.sync,
          random:settings.random,
          nowrap:settings.nowrap,
          after:function(curr, next, opts) {
            // Need to do some special handling on first load.
            var slideNum = opts.currSlide;
            if (typeof settings.processedAfter == 'undefined' || !settings.processedAfter) {
              settings.processedAfter = 1;
              slideNum = (typeof settings.opts.startingSlide == 'undefined') ? 0 : settings.opts.startingSlide;
            }
            Drupal.viewsSlideshow.action({ "action": 'transitionEnd', "slideshowID": settings.slideshowId, "slideNum": slideNum });
          },
          before:function(curr, next, opts) {
            // Remember last slide.
            if (settings.remember_slide) {
              createCookie(settings.vss_id, opts.currSlide + 1, settings.remember_slide_days);
            }

            // Make variable height.
            if (!settings.fixed_height) {
              //get the height of the current slide
              var $ht = $(this).height();
              //set the container's height to that of the current slide
              $(this).parent().animate({height: $ht});
            }

            // Need to do some special handling on first load.
            var slideNum = opts.nextSlide;
            if (typeof settings.processedBefore == 'undefined' || !settings.processedBefore) {
              settings.processedBefore = 1;
              slideNum = (typeof settings.opts.startingSlide == 'undefined') ? 0 : settings.opts.startingSlide;
            }

            Drupal.viewsSlideshow.action({ "action": 'transitionBegin', "slideshowID": settings.slideshowId, "slideNum": slideNum });
          },
          cleartype:(settings.cleartype)? true : false,
          cleartypeNoBg:(settings.cleartypenobg)? true : false
        }

        // Set the starting slide if we are supposed to remember the slide
        if (settings.remember_slide) {
          var startSlide = readCookie(settings.vss_id);
          if (startSlide == null) {
            startSlide = 0;
          }
          settings.opts.startingSlide =  startSlide;
        }

        if (settings.effect == 'none') {
          settings.opts.speed = 1;
        }
        else {
          settings.opts.fx = settings.effect;
        }

        // Take starting item from fragment.
        var hash = location.hash;
        if (hash) {
          var hash = hash.replace('#', '');
          var aHash = hash.split(';');
          var aHashLen = aHash.length;

          // Loop through all the possible starting points.
          for (var i = 0; i < aHashLen; i++) {
            // Split the hash into two parts. One part is the slideshow id the
            // other is the slide number.
            var initialInfo = aHash[i].split(':');
            // The id in the hash should match our slideshow.
            // The slide number chosen shouldn't be larger than the number of
            // slides we have.
            if (settings.slideshowId == initialInfo[0] && settings.num_divs > initialInfo[1]) {
              settings.opts.startingSlide = parseInt(initialInfo[1]);
            }
          }
        }

        // Pause on hover.
        if (settings.pause) {
          var mouseIn = function() {
            Drupal.viewsSlideshow.action({ "action": 'pause', "slideshowID": settings.slideshowId });
          }
          
          var mouseOut = function() {
            Drupal.viewsSlideshow.action({ "action": 'play', "slideshowID": settings.slideshowId });
          }
          
          if (jQuery.fn.hoverIntent) {
            $('#views_slideshow_cycle_teaser_section_' + settings.vss_id).hoverIntent(mouseIn, mouseOut);
          }
          else {
            $('#views_slideshow_cycle_teaser_section_' + settings.vss_id).hover(mouseIn, mouseOut);
          }
        }

        // Pause on clicking of the slide.
        if (settings.pause_on_click) {
          $('#views_slideshow_cycle_teaser_section_' + settings.vss_id).click(function() {
            Drupal.viewsSlideshow.action({ "action": 'pause', "slideshowID": settings.slideshowId, "force": true });
          });
        }

        if (typeof JSON != 'undefined') {
          var advancedOptions = JSON.parse(settings.advanced_options);
          for (var option in advancedOptions) {
            switch(option) {

              // Standard Options
              case "activePagerClass":
              case "allowPagerClickBubble":
              case "autostop":
              case "autostopCount":
              case "backwards":
              case "bounce":
              case "cleartype":
              case "cleartypeNoBg":
              case "containerResize":
              case "continuous":
              case "delay":
              case "easeIn":
              case "easeOut":
              case "easing":
              case "fastOnEvent":
              case "fit":
              case "fx":
              case "height":
              case "manualTrump":
              case "metaAttr":
              case "next":
              case "nowrap":
              case "pager":
              case "pagerEvent":
              case "pause":
              case "pauseOnPagerHover":
              case "prev":
              case "prevNextEvent":
              case "random":
              case "randomizeEffects":
              case "requeueOnImageNotLoaded":
              case "requeueTimeout":
              case "rev":
              case "slideExpr":
              case "slideResize":
              case "speed":
              case "speedIn":
              case "speedOut":
              case "startingSlide":
              case "sync":
              case "timeout":
              case "width":
                var optionValue = advancedOptions[option];
                optionValue = Drupal.viewsSlideshowCycle.advancedOptionCleanup(optionValue);
                settings.opts[option] = optionValue;
                break;
  
              // These process options that look like {top:50, bottom:20}
              case "animIn":
              case "animOut":
              case "cssBefore":
              case "cssAfter":
              case "shuffle":
                var cssValue = advancedOptions[option];
                cssValue = Drupal.viewsSlideshowCycle.advancedOptionCleanup(cssValue);
                settings.opts[option] = eval('(' + cssValue + ')');
                break;
  
              // These options have their own functions.
              case "after":
                var afterValue = advancedOptions[option];
                afterValue = Drupal.viewsSlideshowCycle.advancedOptionCleanup(afterValue);
                // transition callback (scope set to element that was shown): function(currSlideElement, nextSlideElement, options, forwardFlag)
                settings.opts[option] = function(currSlideElement, nextSlideElement, options, forwardFlag) {
                  eval(afterValue);
                }
                break;
  
              case "before":
                var beforeValue = advancedOptions[option];
                beforeValue = Drupal.viewsSlideshowCycle.advancedOptionCleanup(beforeValue);
                // transition callback (scope set to element to be shown):     function(currSlideElement, nextSlideElement, options, forwardFlag)
                settings.opts[option] = function(currSlideElement, nextSlideElement, options, forwardFlag) {
                  eval(beforeValue);
                }
                break;
  
              case "end":
                var endValue = advancedOptions[option];
                endValue = Drupal.viewsSlideshowCycle.advancedOptionCleanup(endValue);
                // callback invoked when the slideshow terminates (use with autostop or nowrap options): function(options)
                settings.opts[option] = function(options) {
                  eval(endValue);
                }
                break;
  
              case "fxFn":
                var fxFnValue = advancedOptions[option];
                fxFnValue = Drupal.viewsSlideshowCycle.advancedOptionCleanup(fxFnValue);
                // function used to control the transition: function(currSlideElement, nextSlideElement, options, afterCalback, forwardFlag)
                settings.opts[option] = function(currSlideElement, nextSlideElement, options, afterCalback, forwardFlag) {
                  eval(fxFnValue);
                }
                break;
  
              case "onPagerEvent":
                var onPagerEventValue = advancedOptions[option];
                onPagerEventValue = Drupal.viewsSlideshowCycle.advancedOptionCleanup(onPagerEventValue);
                settings.opts[option] = function(zeroBasedSlideIndex, slideElement) {
                  eval(onPagerEventValue);
                }
                break;
  
              case "onPrevNextEvent":
                var onPrevNextEventValue = advancedOptions[option];
                onPrevNextEventValue = Drupal.viewsSlideshowCycle.advancedOptionCleanup(onPrevNextEventValue);
                settings.opts[option] = function(isNext, zeroBasedSlideIndex, slideElement) {
                  eval(onPrevNextEventValue);
                }
                break;
  
              case "pagerAnchorBuilder":
                var pagerAnchorBuilderValue = advancedOptions[option];
                pagerAnchorBuilderValue = Drupal.viewsSlideshowCycle.advancedOptionCleanup(pagerAnchorBuilderValue);
                // callback fn for building anchor links:  function(index, DOMelement)
                settings.opts[option] = function(index, DOMelement) {
                  var returnVal = '';
                  eval(pagerAnchorBuilderValue);
                  return returnVal;
                }
                break;
  
              case "pagerClick":
                var pagerClickValue = advancedOptions[option];
                pagerClickValue = Drupal.viewsSlideshowCycle.advancedOptionCleanup(pagerClickValue);
                // callback fn for pager clicks:    function(zeroBasedSlideIndex, slideElement)
                settings.opts[option] = function(zeroBasedSlideIndex, slideElement) {
                  eval(pagerClickValue);
                }
                break;

              case "paused":
                var pausedValue = advancedOptions[option];
                pausedValue = Drupal.viewsSlideshowCycle.advancedOptionCleanup(pausedValue);
                // undocumented callback when slideshow is paused:    function(cont, opts, byHover)
                settings.opts[option] = function(cont, opts, byHover) {
                  eval(pausedValue);
                }
                break;
              
              case "resumed":
                var resumedValue = advancedOptions[option];
                resumedValue = Drupal.viewsSlideshowCycle.advancedOptionCleanup(resumedValue);
                // undocumented callback when slideshow is resumed:    function(cont, opts, byHover)
                settings.opts[option] = function(cont, opts, byHover) {
                  eval(resumedValue);
                }
                break;
  
              case "timeoutFn":
                var timeoutFnValue = advancedOptions[option];
                timeoutFnValue = Drupal.viewsSlideshowCycle.advancedOptionCleanup(timeoutFnValue);
                settings.opts[option] = function(currSlideElement, nextSlideElement, options, forwardFlag) {
                  eval(timeoutFnValue);
                }
                break;
  
              case "updateActivePagerLink":
                var updateActivePagerLinkValue = advancedOptions[option];
                updateActivePagerLinkValue = Drupal.viewsSlideshowCycle.advancedOptionCleanup(updateActivePagerLinkValue);
                // callback fn invoked to update the active pager link (adds/removes activePagerClass style)
                settings.opts[option] = function(pager, currSlideIndex) {
                  eval(updateActivePagerLinkValue);
                }
                break;
            }
          }
        }

        // If selected wait for the images to be loaded.
        // otherwise just load the slideshow.
        if (settings.wait_for_image_load) {
          // For IE/Chrome/Opera we if there are images then we need to make
          // sure the images are loaded before starting the slideshow.
          settings.totalImages = $(settings.targetId + ' img').length;
          if (settings.totalImages) {
            settings.loadedImages = 0;

            // Add a load event for each image.
            $(settings.targetId + ' img').each(function() {
              var $imageElement = $(this);
              $imageElement.bind('load', function () {
                Drupal.viewsSlideshowCycle.imageWait(fullId);
              });

              // Removing the source and adding it again will fire the load event.
              var imgSrc = $imageElement.attr('src');
              $imageElement.attr('src', '');
              $imageElement.attr('src', imgSrc);
            });

            // We need to set a timeout so that the slideshow doesn't wait
            // indefinitely for all images to load.
            setTimeout("Drupal.viewsSlideshowCycle.load('" + fullId + "')", settings.wait_for_image_load_timeout);
          }
          else {
            Drupal.viewsSlideshowCycle.load(fullId);
          }
        }
        else {
          Drupal.viewsSlideshowCycle.load(fullId);
        }
      });
    }
  };

  Drupal.viewsSlideshowCycle = Drupal.viewsSlideshowCycle || {};

  // Cleanup the values of advanced options.
  Drupal.viewsSlideshowCycle.advancedOptionCleanup = function(value) {
    value = $.trim(value);
    value = value.replace(/\n/g, '');
    if (!isNaN(parseInt(value))) {
      value = parseInt(value);
    }
    else if (value.toLowerCase() == 'true') {
      value = true;
    }
    else if (value.toLowerCase() == 'false') {
      value = false;
    }
    
    return value;
  }

  // This checks to see if all the images have been loaded.
  // If they have then it starts the slideshow.
  Drupal.viewsSlideshowCycle.imageWait = function(fullId) {
    if (++Drupal.settings.viewsSlideshowCycle[fullId].loadedImages == Drupal.settings.viewsSlideshowCycle[fullId].totalImages) {
      Drupal.viewsSlideshowCycle.load(fullId);
    }
  };

  // Start the slideshow.
  Drupal.viewsSlideshowCycle.load = function (fullId) {
    var settings = Drupal.settings.viewsSlideshowCycle[fullId];
    
    // Make sure the slideshow isn't already loaded.
    if (!settings.loaded) {
      $(settings.targetId).cycle(settings.opts);
      settings.loaded = true;
  
      // Start Paused
      if (settings.start_paused) {
        Drupal.viewsSlideshow.action({ "action": 'pause', "slideshowID": settings.slideshowId, "force": true });
      }
  
      // Pause if hidden.
      if (settings.pause_when_hidden) {
        var checkPause = function(settings) {
          // If the slideshow is visible and it is paused then resume.
          // otherwise if the slideshow is not visible and it is not paused then
          // pause it.
          var visible = viewsSlideshowCycleIsVisible(settings.targetId, settings.pause_when_hidden_type, settings.amount_allowed_visible);
          if (visible) {
            Drupal.viewsSlideshow.action({ "action": 'play', "slideshowID": settings.slideshowId });
          }
          else {
            Drupal.viewsSlideshow.action({ "action": 'pause', "slideshowID": settings.slideshowId });
          }
        }
  
        // Check when scrolled.
        $(window).scroll(function() {
         checkPause(settings);
        });
  
        // Check when the window is resized.
        $(window).resize(function() {
          checkPause(settings);
        });
      }
    }
  };

  Drupal.viewsSlideshowCycle.pause = function (options) {
    $('#views_slideshow_cycle_teaser_section_' + options.slideshowID).cycle('pause');
  };

  Drupal.viewsSlideshowCycle.play = function (options) {
    Drupal.settings.viewsSlideshowCycle['#views_slideshow_cycle_main_' + options.slideshowID].paused = false;
    $('#views_slideshow_cycle_teaser_section_' + options.slideshowID).cycle('resume');
  };

  Drupal.viewsSlideshowCycle.previousSlide = function (options) {
    $('#views_slideshow_cycle_teaser_section_' + options.slideshowID).cycle('prev');
  };

  Drupal.viewsSlideshowCycle.nextSlide = function (options) {
    $('#views_slideshow_cycle_teaser_section_' + options.slideshowID).cycle('next');
  };

  Drupal.viewsSlideshowCycle.goToSlide = function (options) {
    $('#views_slideshow_cycle_teaser_section_' + options.slideshowID).cycle(options.slideNum);
  };

  // Verify that the value is a number.
  function IsNumeric(sText) {
    var ValidChars = "0123456789";
    var IsNumber=true;
    var Char;

    for (var i=0; i < sText.length && IsNumber == true; i++) {
      Char = sText.charAt(i);
      if (ValidChars.indexOf(Char) == -1) {
        IsNumber = false;
      }
    }
    return IsNumber;
  }

  /**
   * Cookie Handling Functions
   */
  function createCookie(name,value,days) {
    if (days) {
      var date = new Date();
      date.setTime(date.getTime()+(days*24*60*60*1000));
      var expires = "; expires="+date.toGMTString();
    }
    else {
      var expires = "";
    }
    document.cookie = name+"="+value+expires+"; path=/";
  }

  function readCookie(name) {
    var nameEQ = name + "=";
    var ca = document.cookie.split(';');
    for(var i=0;i < ca.length;i++) {
      var c = ca[i];
      while (c.charAt(0)==' ') c = c.substring(1,c.length);
      if (c.indexOf(nameEQ) == 0) {
        return c.substring(nameEQ.length,c.length);
      }
    }
    return null;
  }

  function eraseCookie(name) {
    createCookie(name,"",-1);
  }

  /**
   * Checks to see if the slide is visible enough.
   * elem = element to check.
   * type = The way to calculate how much is visible.
   * amountVisible = amount that should be visible. Either in percent or px. If
   *                it's not defined then all of the slide must be visible.
   *
   * Returns true or false
   */
  function viewsSlideshowCycleIsVisible(elem, type, amountVisible) {
    // Get the top and bottom of the window;
    var docViewTop = $(window).scrollTop();
    var docViewBottom = docViewTop + $(window).height();
    var docViewLeft = $(window).scrollLeft();
    var docViewRight = docViewLeft + $(window).width();

    // Get the top, bottom, and height of the slide;
    var elemTop = $(elem).offset().top;
    var elemHeight = $(elem).height();
    var elemBottom = elemTop + elemHeight;
    var elemLeft = $(elem).offset().left;
    var elemWidth = $(elem).width();
    var elemRight = elemLeft + elemWidth;
    var elemArea = elemHeight * elemWidth;

    // Calculate what's hiding in the slide.
    var missingLeft = 0;
    var missingRight = 0;
    var missingTop = 0;
    var missingBottom = 0;

    // Find out how much of the slide is missing from the left.
    if (elemLeft < docViewLeft) {
      missingLeft = docViewLeft - elemLeft;
    }

    // Find out how much of the slide is missing from the right.
    if (elemRight > docViewRight) {
      missingRight = elemRight - docViewRight;
    }

    // Find out how much of the slide is missing from the top.
    if (elemTop < docViewTop) {
      missingTop = docViewTop - elemTop;
    }

    // Find out how much of the slide is missing from the bottom.
    if (elemBottom > docViewBottom) {
      missingBottom = elemBottom - docViewBottom;
    }

    // If there is no amountVisible defined then check to see if the whole slide
    // is visible.
    if (type == 'full') {
      return ((elemBottom >= docViewTop) && (elemTop <= docViewBottom)
      && (elemBottom <= docViewBottom) &&  (elemTop >= docViewTop)
      && (elemLeft >= docViewLeft) && (elemRight <= docViewRight)
      && (elemLeft <= docViewRight) && (elemRight >= docViewLeft));
    }
    else if(type == 'vertical') {
      var verticalShowing = elemHeight - missingTop - missingBottom;

      // If user specified a percentage then find out if the current shown percent
      // is larger than the allowed percent.
      // Otherwise check to see if the amount of px shown is larger than the
      // allotted amount.
      if (amountVisible.indexOf('%')) {
        return (((verticalShowing/elemHeight)*100) >= parseInt(amountVisible));
      }
      else {
        return (verticalShowing >= parseInt(amountVisible));
      }
    }
    else if(type == 'horizontal') {
      var horizontalShowing = elemWidth - missingLeft - missingRight;

      // If user specified a percentage then find out if the current shown percent
      // is larger than the allowed percent.
      // Otherwise check to see if the amount of px shown is larger than the
      // allotted amount.
      if (amountVisible.indexOf('%')) {
        return (((horizontalShowing/elemWidth)*100) >= parseInt(amountVisible));
      }
      else {
        return (horizontalShowing >= parseInt(amountVisible));
      }
    }
    else if(type == 'area') {
      var areaShowing = (elemWidth - missingLeft - missingRight) * (elemHeight - missingTop - missingBottom);

      // If user specified a percentage then find out if the current shown percent
      // is larger than the allowed percent.
      // Otherwise check to see if the amount of px shown is larger than the
      // allotted amount.
      if (amountVisible.indexOf('%')) {
        return (((areaShowing/elemArea)*100) >= parseInt(amountVisible));
      }
      else {
        return (areaShowing >= parseInt(amountVisible));
      }
    }
  }
})(jQuery);
;

