Drupal.locale = { 'pluralFormula': function ($n) { return Number(($n!=1)); }, 'strings': {"An AJAX HTTP error occurred.":"Si \u00e8 verificato un errore HTTP in AJAX.","HTTP Result Code: !status":"Codice HTTP di risposta: !status","An AJAX HTTP request terminated abnormally.":"Una richiesta AJAX HTTP \u00e8 terminata in modo anomalo.","Debugging information follows.":"Di seguito le informazioni di debug.","Path: !uri":"Percorso: !uri","StatusText: !statusText":"StatusText: !statusText","ResponseText: !responseText":"ResponseText: !responseText","ReadyState: !readyState":"ReadyState: !readyState","Disabled":"Disattivato","Enabled":"Attivato","Edit":"Modifica","none":"nessuno","Upload":"Upload","Configure":"Configura","Done":"Fatto","Show":"Mostra","Select all rows in this table":"Seleziona tutte le righe in questa tabella","Deselect all rows in this table":"Deseleziona tutte le righe in questa tabella","Not published":"Non pubblicato","Please wait...":"Attendere prego...","Hide":"Nascondi","Loading":"Caricamento","Not enabled":"Non abilitato","Only files with the following extensions are allowed: %files-allowed.":"Sono consentiti solo i file con le seguenti estensioni: %files-allowed.","By @name on @date":"Da @name il @date","By @name":"Da @name","Not in menu":"Non nel menu","Alias: @alias":"Alias: @alias","No alias":"Nessun alias","New revision":"Nuova revisione","Drag to re-order":"Trascina per riordinare","Changes made in this table will not be saved until the form is submitted.":"I cambiamenti fatti a questa tabella non saranno salvati finch\u00e8 il form non viene inviato.","The changes to these blocks will not be saved until the \u003cem\u003eSave blocks\u003c\/em\u003e button is clicked.":"I cambiamenti a questi blocchi non saranno salvati finch\u00e9 il bottone \u003cem\u003eSalva blocchi\u003c\/em\u003e \u00e8 cliccato.","Show shortcuts":"Mostra scorciatoie","This permission is inherited from the authenticated user role.":"Questo permesso viene ereditato dal ruolo utente autenticato.","No revision":"Nessuna revisione","@number comments per page":"@number commenti per pagina","Requires a title":"Richiede un titolo","Not restricted":"Non limitato","(active tab)":"(scheda attiva)","Not customizable":"Non personalizzabile","Restricted to certain pages":"Limitato a certe pagine","The block cannot be placed in this region.":"Il blocco non pu\u00f2 essere posizionato in questa regione.","Customize dashboard":"Personalizza la dashboard","Hide summary":"Nascondi sommario","Edit summary":"Modifica sommario","Don't display post information":"Non mostrare le informazioni di pubblicazione","@title dialog":"Finestra di dialogo @title","The selected file %filename cannot be uploaded. Only files with the following extensions are allowed: %extensions.":"Il file selezionato %filename non pu\u00f2 essere caricato. Sono consentiti solo file con le seguenti estensioni: %extensions.","Re-order rows by numerical weight instead of dragging.":"Riordina le righe utilizzando il peso numerico invece del trascinamento.","Show row weights":"Visualizza i pesi delle righe","Hide row weights":"Nascondi i pesi delle righe","Autocomplete popup":"Popup di autocompletamento","Searching for matches...":"Ricerca in corso...","Hide shortcuts":"Nascondi scorciatoie","Slideshow":"Avvia presentazione","all":"tutti","Select":"Scegliere","Loading...":"In caricamento...","If you switch views, you will lose your selection.":"Se si cambia vista, la selezione verr\u00e0 azzerata.","stop slideshow":"Ferma presentazione","Item !current of !total":"!current di !total "} };;
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());;
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 2000 Adobe Systems Incorporated. All Rights Reserved. U.S. Patent
 * Des. pending.
 * 
 * Trademark:
 * Myriad is a registered trademark of Adobe Systems Incorporated.
 * 
 * Full name:
 * MyriadPro-LightIt
 * 
 * Designer:
 * Robert Slimbach and Carol Twombly
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":166,"face":{"font-family":"MPLight","font-weight":300,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 11 4 3 3 4 3 9 2 4","ascent":"270","descent":"-90","x-height":"4","bbox":"-43 -311 314 90","underline-thickness":"18","underline-position":"-18","slope":"-11","stemh":"13","stemv":"17","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":64},"\u00a0":{"w":64},"!":{"d":"42,-64r-14,0r32,-179r20,0xm24,4v-8,0,-14,-7,-14,-16v0,-9,7,-16,16,-16v9,0,14,6,14,15v0,9,-7,17,-16,17","w":77},"\"":{"d":"45,-249r21,0r-20,79r-11,0xm90,-249r20,0r-20,79r-11,0","w":91,"k":{"A":14,"\u00c6":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14,"Y":-11,"\u00dd":-11,"J":19,"f":-14,"\u00df":-14,"t":-6,"b":-3,"h":-3,"k":-3,"l":-3,",":31,".":31,"\u00b5":3}},"#":{"d":"63,-88r33,0r19,-60r-34,0xm36,0r-14,0r23,-75r-30,0r2,-13r32,0r18,-60r-31,0r2,-13r33,0r23,-73r14,0r-22,73r33,0r22,-73r15,0r-23,73r30,0r-2,13r-32,0r-18,60r32,0r-3,13r-33,0r-23,75r-15,0r23,-75r-33,0"},"$":{"d":"120,-69v7,-41,-85,-63,-74,-101v0,-30,25,-56,58,-59r8,-37r14,0r-7,37v16,1,29,7,34,11r-6,13v-23,-21,-92,-8,-84,33v0,19,7,29,35,43v64,32,41,117,-24,122r-7,38r-14,0r7,-38v-15,0,-33,-7,-42,-14r6,-13v30,25,99,15,96,-35"},"%":{"d":"27,-145v0,-42,22,-94,62,-93v27,0,37,25,37,46v0,51,-24,97,-61,97v-26,0,-38,-21,-38,-50xm111,-189v0,-15,-4,-38,-26,-37v-26,0,-43,44,-43,82v0,18,5,37,26,37v26,0,43,-45,43,-82xm53,5r-16,0r179,-244r16,0xm207,-141v27,0,37,24,37,46v0,51,-23,97,-60,97v-26,0,-39,-21,-39,-50v0,-42,23,-93,62,-93xm204,-129v-26,0,-44,43,-44,81v0,18,5,38,26,38v26,0,43,-45,43,-83v0,-15,-4,-36,-25,-36","w":257},"&":{"d":"175,0r-19,0r-19,-26v-41,49,-131,35,-131,-29v0,-40,34,-65,62,-81v-29,-45,-7,-111,44,-111v30,0,41,22,41,44v1,31,-23,52,-64,74v16,27,37,59,51,80v14,-19,26,-43,38,-79r16,0v-14,40,-28,69,-47,91v8,12,17,23,28,37xm23,-57v0,57,80,59,106,20r-54,-87v-19,11,-52,31,-52,67xm136,-202v0,-16,-6,-31,-27,-31v-38,0,-48,60,-27,93v36,-18,54,-36,54,-62","w":195},"(":{"d":"105,-249r17,0v-57,55,-113,187,-57,292r-14,0v-16,-31,-25,-62,-25,-102v0,-87,46,-154,79,-190","w":95,"k":{"T":-24,"A":2,"\u00c6":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"C":1,"G":1,"O":1,"Q":1,"\u00d8":1,"\u00c7":1,"\u00d3":1,"\u00d4":1,"\u00d6":1,"\u00d2":1,"\u00d5":1,"V":-22,"W":-22,"Y":-16,"\u00dd":-16,"J":2,"j":-18,"c":5,"d":5,"e":5,"o":5,"q":5,"\u00f8":5,"\u00e7":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5}},")":{"d":"-1,43r-17,0v57,-55,113,-187,57,-292r14,0v16,30,24,60,24,101v0,87,-45,154,-78,191","w":95},"*":{"d":"120,-247r14,9r-36,45r52,-4r-4,16v-16,0,-36,-5,-50,-3r27,43r-16,9v-7,-15,-11,-33,-20,-47r-30,47r-13,-9r37,-44r-51,4r3,-16v16,0,35,5,49,3r-26,-43r16,-9v7,15,11,33,20,47","w":140},"+":{"d":"104,-192r14,0r0,89r82,0r0,14r-82,0r0,89r-14,0r0,-89r-82,0r0,-14r82,0r0,-89","w":214},",":{"d":"2,44r-14,1v8,-15,25,-54,31,-76r23,-4v-11,27,-33,69,-40,79","w":65,"k":{"T":21,"A":-8,"\u00c6":-8,"\u00c1":-8,"\u00c2":-8,"\u00c4":-8,"\u00c0":-8,"\u00c5":-8,"\u00c3":-8,"V":17,"W":17,"X":-8,"Y":26,"\u00dd":26,"Z":-9,"\"":45,"'":45}},"-":{"d":"18,-107r82,0r-3,16r-82,0","w":107},"\u00ad":{"d":"18,-107r82,0r-3,16r-82,0","w":107,"k":{"T":18,"C":-7,"G":-7,"O":-7,"Q":-7,"\u00d8":-7,"\u00c7":-7,"\u00d3":-7,"\u00d4":-7,"\u00d6":-7,"\u00d2":-7,"\u00d5":-7,"V":1,"W":1,"Y":15,"\u00dd":15,"J":17,"g":-9,"c":-11,"d":-11,"e":-11,"o":-11,"q":-11,"\u00f8":-11,"\u00e7":-11,"\u00e9":-11,"\u00ea":-11,"\u00eb":-11,"\u00e8":-11,"\u00f3":-11,"\u00f4":-11,"\u00f6":-11,"\u00f2":-11,"\u00f5":-11,"a":-9,"\u00e6":-9,"\u00e1":-9,"\u00e2":-9,"\u00e4":-9,"\u00e0":-9,"\u00e5":-9,"\u00e3":-9,"\u00b5":3}},".":{"d":"22,4v-8,0,-14,-7,-14,-16v0,-9,6,-16,15,-16v9,0,14,6,14,15v0,9,-6,17,-15,17","w":65,"k":{"T":21,"A":-8,"\u00c6":-8,"\u00c1":-8,"\u00c2":-8,"\u00c4":-8,"\u00c0":-8,"\u00c5":-8,"\u00c3":-8,"V":17,"W":17,"X":-8,"Y":26,"\u00dd":26,"Z":-9,"\"":45,"'":45}},"\/":{"d":"-6,14r-16,0r156,-261r17,0","w":117},"0":{"d":"69,4v-39,0,-53,-35,-53,-78v0,-80,43,-164,98,-164v41,0,52,37,52,70v0,78,-37,172,-97,172xm72,-10v49,0,77,-99,77,-156v0,-20,-2,-58,-36,-58v-45,0,-80,81,-80,152v0,28,7,62,39,62"},"1":{"d":"65,0r40,-215r-36,20r-4,-13v21,-8,31,-27,61,-26r-45,234r-16,0"},"2":{"d":"130,0r-130,0v2,-18,17,-24,28,-34v71,-63,113,-105,113,-150v0,-17,-8,-40,-39,-40v-21,0,-37,12,-47,20r-6,-13v15,-13,37,-21,56,-21v42,0,53,30,53,53v0,55,-72,118,-132,171r107,0"},"3":{"d":"54,4v-28,-2,-56,-7,-40,-27v9,5,21,13,41,13v46,0,66,-36,66,-63v0,-39,-30,-50,-65,-48r3,-13v35,3,71,-13,76,-55v4,-42,-56,-41,-78,-21r-6,-12v13,-9,31,-16,50,-16v39,0,51,27,51,48v1,33,-28,53,-52,63v73,26,34,137,-46,131"},"4":{"d":"108,0r-15,0r13,-69r-102,0r3,-11r133,-154r13,0r-29,151r35,0r-3,14r-35,0xm28,-84v24,3,55,0,81,1r24,-128v-30,49,-70,84,-105,127"},"5":{"d":"61,-146v41,-9,78,25,78,60v0,74,-79,110,-133,78r7,-13v44,30,114,-7,109,-61v5,-36,-33,-57,-81,-49r32,-103r92,0r-3,15r-78,0"},"6":{"d":"160,-238r-2,16v-65,2,-97,42,-122,106v14,-22,41,-37,64,-37v39,0,54,30,54,63v0,44,-33,94,-81,94v-40,0,-60,-30,-60,-73v0,-93,62,-161,147,-169xm95,-138v-28,0,-65,26,-65,71v0,33,15,57,45,57v58,0,96,-128,20,-128"},"7":{"d":"51,-234r129,0r-2,12r-141,222r-18,0r140,-220r-110,0"},"8":{"d":"109,-238v32,0,53,20,53,50v1,30,-22,51,-48,66v68,33,30,126,-39,126v-40,0,-65,-25,-65,-57v-1,-39,30,-60,58,-74v-54,-35,-20,-112,41,-111xm75,-9v33,0,58,-22,58,-54v0,-26,-14,-43,-48,-55v-28,7,-58,28,-58,64v0,23,15,45,48,45xm145,-185v0,-17,-8,-41,-40,-40v-28,0,-48,23,-48,49v0,21,10,36,38,46v28,-9,50,-29,50,-55"},"9":{"d":"22,4r2,-15v67,-4,96,-46,121,-105v-20,17,-38,31,-61,31v-39,0,-53,-32,-53,-59v0,-46,36,-94,81,-94v40,0,55,33,55,69v0,99,-54,165,-145,173xm87,-99v33,0,64,-26,64,-71v0,-31,-11,-54,-41,-54v-34,0,-62,38,-62,79v0,26,11,46,39,46"},":":{"d":"48,-130v-8,0,-14,-7,-14,-16v0,-9,6,-16,15,-16v9,0,14,6,14,15v0,9,-6,17,-15,17xm22,4v-8,0,-14,-7,-14,-16v0,-9,6,-16,15,-16v9,0,14,6,14,15v0,9,-6,17,-15,17","w":65},";":{"d":"2,44r-14,1v9,-15,25,-54,32,-76r22,-4v-11,27,-32,69,-40,79xm65,-147v0,9,-6,17,-16,17v-8,0,-13,-7,-13,-16v0,-9,6,-16,15,-16v9,0,14,6,14,15","w":65},"<":{"d":"34,-89r0,-13r155,-89r0,16r-138,80r138,79r0,16","w":214},"=":{"d":"201,-125r-178,0r0,-14r178,0r0,14xm201,-56r-178,0r0,-13r178,0r0,13","w":214},">":{"d":"192,-102r0,13r-155,89r0,-16r139,-80r-139,-79r0,-16","w":214},"?":{"d":"132,-204v0,54,-76,85,-71,141r-16,0v-8,-49,66,-89,70,-139v2,-29,-44,-38,-65,-20r-5,-13v14,-8,28,-12,42,-12v35,0,45,26,45,43xm42,4v-8,0,-14,-7,-14,-16v0,-9,7,-16,16,-16v9,0,14,6,14,15v0,9,-7,17,-16,17","w":126},"@":{"d":"108,-37v43,0,55,-58,61,-101v-47,-14,-90,24,-89,71v0,17,10,30,28,30xm176,10r5,12v-76,43,-169,-4,-169,-97v0,-75,49,-138,129,-138v62,0,102,44,102,104v0,55,-31,85,-62,85v-15,0,-25,-13,-25,-34v-21,44,-89,50,-92,-10v-3,-57,61,-103,122,-80r-13,65v-6,31,-1,46,12,46v20,0,42,-27,42,-69v0,-56,-33,-94,-89,-94v-61,0,-111,48,-111,124v0,82,81,124,149,86","w":252},"A":{"d":"144,-85r-92,0r-45,85r-16,0r129,-243r16,0r37,243r-16,0xm60,-99r82,0r-18,-124v-19,42,-43,84,-64,124","w":193,"k":{"T":21,"A":2,"\u00c6":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"C":6,"G":6,"O":6,"Q":6,"\u00d8":6,"\u00c7":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d5":6,"S":1,"U":9,"\u00da":9,"\u00db":9,"\u00dc":9,"\u00d9":9,"V":13,"W":13,"X":1,"Y":21,"\u00dd":21,"f":1,"\u00df":1,"g":4,"j":-5,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"\u00ed":-3,"\u00ee":-3,"\u00ef":-3,"\u00ec":-3,"\u00f1":-3,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"s":-3,"v":6,"w":6,"y":6,"\u00fd":6,"\u00ff":6,"x":-7,"z":-8,"\u00ad":3,"\"":14,"'":14}},"B":{"d":"155,-74v0,68,-73,85,-141,73r46,-239v48,-11,109,-5,109,48v0,32,-29,55,-55,64v21,6,41,23,41,54xm74,-229r-18,93v52,5,94,-14,96,-57v2,-37,-44,-42,-78,-36xm54,-122r-21,108v52,8,105,-5,105,-61v0,-42,-39,-51,-84,-47","w":172,"k":{"T":2,"A":-4,"\u00c6":-4,"\u00c1":-4,"\u00c2":-4,"\u00c4":-4,"\u00c0":-4,"\u00c5":-4,"\u00c3":-4,"U":3,"\u00da":3,"\u00db":3,"\u00dc":3,"\u00d9":3,"V":-1,"W":-1,"Y":5,"\u00dd":5,"v":-5,"w":-5,"y":-5,"\u00fd":-5,"\u00ff":-5,"\u00ad":-1,",":5,".":5}},"C":{"d":"202,-221v-82,-39,-168,34,-168,122v0,46,19,89,80,89v19,0,41,-4,55,-12r4,13v-14,6,-36,13,-62,13v-59,0,-94,-39,-94,-100v0,-74,57,-154,139,-150v34,3,62,4,46,25","w":193,"k":{"C":9,"G":9,"O":9,"Q":9,"\u00d8":9,"\u00c7":9,"\u00d3":9,"\u00d4":9,"\u00d6":9,"\u00d2":9,"\u00d5":9,"V":-4,"W":-4,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"v":4,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"a":3,"\u00e6":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,")":-9,"]":-9,"}":-9}},"D":{"d":"222,-149v0,83,-62,151,-154,151v-16,0,-36,-1,-54,-3r45,-239v84,-12,163,1,163,91xm33,-14v107,17,171,-43,172,-133v0,-46,-21,-84,-92,-84v-12,0,-29,1,-40,3","w":225,"k":{"T":8,"V":-1,"W":-1,"X":4,"Y":9,"\u00dd":9,"f":-10,"\u00df":-10,"g":-6,"j":-3,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"\u00ed":-3,"\u00ee":-3,"\u00ef":-3,"\u00ec":-3,"\u00f1":-3,"c":-5,"d":-5,"e":-5,"o":-5,"q":-5,"\u00f8":-5,"\u00e7":-5,"\u00e9":-5,"\u00ea":-5,"\u00eb":-5,"\u00e8":-5,"\u00f3":-5,"\u00f4":-5,"\u00f6":-5,"\u00f2":-5,"\u00f5":-5,"s":-3,"v":-9,"w":-9,"y":-9,"\u00fd":-9,"\u00ff":-9,"x":-2,"z":-2,"a":-4,"\u00e6":-4,"\u00e1":-4,"\u00e2":-4,"\u00e4":-4,"\u00e0":-4,"\u00e5":-4,"\u00e3":-4,"u":-3,"\u00fa":-3,"\u00fb":-3,"\u00fc":-3,"\u00f9":-3,"t":-10,"b":-3,"h":-3,"k":-3,"l":-3,":":-4,";":-4,"\u00bb":-5,"\u00ab":-4,"\u00ad":-5,",":11,".":11}},"E":{"d":"145,-135r-2,14r-90,0r-20,107r101,0r-3,14r-117,0r46,-243r112,0r-3,14r-95,0r-18,94r89,0","w":158,"k":{"V":-4,"W":-4,"g":2,"c":2,"d":2,"e":2,"o":2,"q":2,"\u00f8":2,"\u00e7":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2,"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,"a":1,"\u00e6":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,"t":2,",":2,".":2}},"F":{"d":"14,0r46,-243r112,0r-3,14r-95,0r-19,98r87,0r-3,14r-86,0r-23,117r-16,0","w":157,"k":{"\u00ef":9,"A":22,"\u00c6":22,"\u00c1":22,"\u00c2":22,"\u00c4":22,"\u00c0":22,"\u00c5":22,"\u00c3":22,"J":32,"M":4,"g":14,"i":9,"m":9,"n":9,"p":9,"r":9,"\u00ed":9,"\u00ee":9,"\u00ec":9,"\u00f1":9,"c":12,"d":12,"e":12,"o":12,"q":12,"\u00f8":12,"\u00e7":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00e8":12,"\u00f3":12,"\u00f4":12,"\u00f6":12,"\u00f2":12,"\u00f5":12,"s":12,"v":8,"w":8,"y":8,"\u00fd":8,"\u00ff":8,"x":12,"a":16,"\u00e6":16,"\u00e1":16,"\u00e2":16,"\u00e4":16,"\u00e0":16,"\u00e5":16,"\u00e3":16,"u":12,"\u00fa":12,"\u00fb":12,"\u00fc":12,"\u00f9":12,"b":6,"h":6,"k":6,"l":6,":":4,";":4,"\u00bb":7,"\u00ad":3,"\"":-3,"'":-3,",":37,".":37}},"G":{"d":"206,-220v-84,-41,-171,36,-171,120v0,51,22,88,86,88v16,0,34,-3,44,-8r16,-86r-56,0r2,-14r72,0r-20,110v-11,5,-35,13,-62,13v-61,0,-99,-49,-99,-101v0,-72,59,-147,141,-147v29,0,47,7,53,11","w":213,"k":{"A":-4,"\u00c6":-4,"\u00c1":-4,"\u00c2":-4,"\u00c4":-4,"\u00c0":-4,"\u00c5":-4,"\u00c3":-4,"Y":1,"\u00dd":1,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"\u00f8":-2,"\u00e7":-2,"\u00e9":-2,"\u00ea":-2,"\u00eb":-2,"\u00e8":-2,"\u00f3":-2,"\u00f4":-2,"\u00f6":-2,"\u00f2":-2,"\u00f5":-2,"v":-1,"w":-1,"y":-1,"\u00fd":-1,"\u00ff":-1,"a":-3,"\u00e6":-3,"\u00e1":-3,"\u00e2":-3,"\u00e4":-3,"\u00e0":-3,"\u00e5":-3,"\u00e3":-3,"\u00ad":-1}},"H":{"d":"60,-243r17,0r-21,107r126,0r21,-107r16,0r-47,243r-16,0r23,-122r-126,0r-23,122r-16,0","w":217,"k":{"f":-3,"\u00df":-3,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"z":-3,"t":-3}},"I":{"d":"60,-243r17,0r-47,243r-16,0","w":74,"k":{"f":-3,"\u00df":-3,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"z":-3,"t":-3}},"J":{"d":"79,-73r32,-170r16,0r-32,171v-9,68,-52,88,-105,69r4,-14v44,14,73,6,85,-56","w":123,"k":{"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"\u00f8":-1,"\u00e7":-1,"\u00e9":-1,"\u00ea":-1,"\u00eb":-1,"\u00e8":-1,"\u00f3":-1,"\u00f4":-1,"\u00f6":-1,"\u00f2":-1,"\u00f5":-1,"v":-5,"w":-5,"y":-5,"\u00fd":-5,"\u00ff":-5,")":-16,"]":-16,"}":-16}},"K":{"d":"14,0r46,-243r17,0r-24,124v12,-7,19,-19,27,-27r97,-97r20,0r-104,104r66,139r-18,0r-61,-127r-31,28r-19,99r-16,0","w":168,"k":{"A":-6,"\u00c6":-6,"\u00c1":-6,"\u00c2":-6,"\u00c4":-6,"\u00c0":-6,"\u00c5":-6,"\u00c3":-6,"V":-9,"W":-9,"Y":1,"\u00dd":1,"J":-11,"Z":-11,"g":-3,"i":-5,"m":-5,"n":-5,"p":-5,"r":-5,"\u00ed":-5,"\u00ee":-5,"\u00ef":-5,"\u00ec":-5,"\u00f1":-5,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"\u00f8":-1,"\u00e7":-1,"\u00e9":-1,"\u00ea":-1,"\u00eb":-1,"\u00e8":-1,"\u00f3":-1,"\u00f4":-1,"\u00f6":-1,"\u00f2":-1,"\u00f5":-1,"v":4,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"a":-5,"\u00e6":-5,"\u00e1":-5,"\u00e2":-5,"\u00e4":-5,"\u00e0":-5,"\u00e5":-5,"\u00e3":-5,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"b":-5,"h":-5,"k":-5,"l":-5,"\u00ad":7,")":-11,"]":-11,"}":-11,"\"":-4,"'":-4,",":-11,".":-11,"\u00b5":-3}},"L":{"d":"14,0r46,-243r17,0r-44,229r101,0r-3,14r-117,0","w":149,"k":{"T":28,"A":-3,"\u00c6":-3,"\u00c1":-3,"\u00c2":-3,"\u00c4":-3,"\u00c0":-3,"\u00c5":-3,"\u00c3":-3,"C":17,"G":17,"O":17,"Q":17,"\u00d8":17,"\u00c7":17,"\u00d3":17,"\u00d4":17,"\u00d6":17,"\u00d2":17,"\u00d5":17,"U":20,"\u00da":20,"\u00db":20,"\u00dc":20,"\u00d9":20,"V":23,"W":23,"Y":31,"\u00dd":31,"Z":-9,"g":6,"c":12,"d":12,"e":12,"o":12,"q":12,"\u00f8":12,"\u00e7":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00e8":12,"\u00f3":12,"\u00f4":12,"\u00f6":12,"\u00f2":12,"\u00f5":12,"v":14,"w":14,"y":14,"\u00fd":14,"\u00ff":14,"z":-8,"a":1,"\u00e6":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"u":6,"\u00fa":6,"\u00fb":6,"\u00fc":6,"\u00f9":6,"\u00bb":2,"\u00ab":17,"\u00ad":29,"\"":49,"'":49}},"M":{"d":"234,0r-16,0r29,-224v-10,20,-23,46,-36,70r-86,154r-12,0r-24,-150v-6,-29,-5,-56,-10,-74r-56,224r-16,0r64,-243r19,0r34,219r119,-219r20,0","w":271,"k":{"T":1,"Y":1,"\u00dd":1,"j":-5,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"\u00ed":-3,"\u00ee":-3,"\u00ef":-3,"\u00ec":-3,"\u00f1":-3,"v":-4,"w":-4,"y":-4,"\u00fd":-4,"\u00ff":-4,"\u00b5":-1}},"N":{"d":"30,0r-16,0r46,-243r16,0r70,165v11,26,15,42,20,59r40,-224r16,0r-46,243r-15,0r-68,-162v-15,-27,-14,-45,-24,-61v-9,72,-26,152,-39,223","w":219,"k":{"f":-3,"\u00df":-3,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"z":-3,"t":-3}},"O":{"d":"230,-148v1,70,-46,152,-125,152v-63,0,-88,-48,-88,-97v-1,-71,47,-155,124,-154v66,0,89,51,89,99xm139,-233v-66,1,-105,75,-105,137v0,43,19,86,74,86v65,0,106,-74,105,-137v0,-37,-12,-86,-74,-86","w":232,"k":{"T":8,"V":-1,"W":-1,"X":4,"Y":9,"\u00dd":9,"f":-10,"\u00df":-10,"g":-6,"j":-3,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"\u00ed":-3,"\u00ee":-3,"\u00ef":-3,"\u00ec":-3,"\u00f1":-3,"c":-5,"d":-5,"e":-5,"o":-5,"q":-5,"\u00f8":-5,"\u00e7":-5,"\u00e9":-5,"\u00ea":-5,"\u00eb":-5,"\u00e8":-5,"\u00f3":-5,"\u00f4":-5,"\u00f6":-5,"\u00f2":-5,"\u00f5":-5,"s":-3,"v":-9,"w":-9,"y":-9,"\u00fd":-9,"\u00ff":-9,"x":-2,"z":-2,"a":-4,"\u00e6":-4,"\u00e1":-4,"\u00e2":-4,"\u00e4":-4,"\u00e0":-4,"\u00e5":-4,"\u00e3":-4,"u":-3,"\u00fa":-3,"\u00fb":-3,"\u00fc":-3,"\u00f9":-3,"t":-10,"b":-3,"h":-3,"k":-3,"l":-3,":":-4,";":-4,"\u00bb":-5,"\u00ab":-4,"\u00ad":-5,",":11,".":11}},"P":{"d":"175,-185v-3,63,-59,92,-125,82r-20,103r-16,0r46,-240v52,-11,118,-3,115,55xm73,-228r-20,110v56,13,105,-18,105,-66v0,-44,-47,-53,-85,-44","w":171,"k":{"T":2,"A":24,"\u00c6":24,"\u00c1":24,"\u00c2":24,"\u00c4":24,"\u00c0":24,"\u00c5":24,"\u00c3":24,"X":12,"Y":2,"\u00dd":2,"J":27,"Z":16,"g":9,"i":6,"m":6,"n":6,"p":6,"r":6,"\u00ed":6,"\u00ee":6,"\u00ef":6,"\u00ec":6,"\u00f1":6,"c":9,"d":9,"e":9,"o":9,"q":9,"\u00f8":9,"\u00e7":9,"\u00e9":9,"\u00ea":9,"\u00eb":9,"\u00e8":9,"\u00f3":9,"\u00f4":9,"\u00f6":9,"\u00f2":9,"\u00f5":9,"s":6,"v":-6,"w":-6,"y":-6,"\u00fd":-6,"\u00ff":-6,"a":9,"\u00e6":9,"\u00e1":9,"\u00e2":9,"\u00e4":9,"\u00e0":9,"\u00e5":9,"\u00e3":9,"u":6,"\u00fa":6,"\u00fb":6,"\u00fc":6,"\u00f9":6,"b":3,"h":3,"k":3,"l":3,":":4,";":4,"\u00ab":10,"\u00ad":5,",":44,".":44,"\u00b5":5}},"Q":{"d":"141,-247v151,8,88,229,-9,248v25,5,51,9,71,12r-8,15v-43,-8,-74,-18,-96,-24v-45,-2,-82,-37,-82,-97v-1,-71,48,-158,124,-154xm139,-233v-67,-1,-105,77,-105,137v0,41,18,86,72,86v71,0,107,-77,107,-138v0,-34,-11,-85,-74,-85","w":232,"k":{"T":8,"V":-1,"W":-1,"X":4,"Y":9,"\u00dd":9,"f":-10,"\u00df":-10,"g":-6,"j":-3,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"\u00ed":-3,"\u00ee":-3,"\u00ef":-3,"\u00ec":-3,"\u00f1":-3,"c":-5,"d":-5,"e":-5,"o":-5,"q":-5,"\u00f8":-5,"\u00e7":-5,"\u00e9":-5,"\u00ea":-5,"\u00eb":-5,"\u00e8":-5,"\u00f3":-5,"\u00f4":-5,"\u00f6":-5,"\u00f2":-5,"\u00f5":-5,"s":-3,"v":-9,"w":-9,"y":-9,"\u00fd":-9,"\u00ff":-9,"x":-2,"z":-2,"a":-4,"\u00e6":-4,"\u00e1":-4,"\u00e2":-4,"\u00e4":-4,"\u00e0":-4,"\u00e5":-4,"\u00e3":-4,"u":-3,"\u00fa":-3,"\u00fb":-3,"\u00fc":-3,"\u00f9":-3,"t":-10,"b":-3,"h":-3,"k":-3,"l":-3,":":-4,";":-4,"\u00bb":-5,"\u00ab":-4,"\u00ad":-5,",":11,".":11}},"R":{"d":"60,-240v53,-12,112,-2,112,51v0,36,-31,63,-59,72v36,0,27,100,35,117r-17,0v-1,-4,-4,-32,-5,-59v-2,-51,-27,-56,-75,-53r-21,112r-16,0xm74,-228r-20,103v58,7,101,-20,101,-63v0,-40,-46,-49,-81,-40","w":174,"k":{"T":1,"C":-3,"G":-3,"O":-3,"Q":-3,"\u00d8":-3,"\u00c7":-3,"\u00d3":-3,"\u00d4":-3,"\u00d6":-3,"\u00d2":-3,"\u00d5":-3,"U":4,"\u00da":4,"\u00db":4,"\u00dc":4,"\u00d9":4,"V":-4,"W":-4,"Y":3,"\u00dd":3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u00ed":-4,"\u00ee":-4,"\u00ef":-4,"\u00ec":-4,"\u00f1":-4,"v":-7,"w":-7,"y":-7,"\u00fd":-7,"\u00ff":-7,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"t":-9,"b":-4,"h":-4,"k":-4,"l":-4,"\u00ad":3}},"S":{"d":"55,-184v-5,50,95,61,84,117v0,35,-26,71,-81,71v-18,0,-42,-8,-51,-17r7,-13v36,30,111,16,109,-41v0,-21,-9,-40,-37,-52v-77,-33,-50,-127,26,-127v20,0,38,7,45,13r-7,13v-27,-25,-103,-5,-95,36","w":157,"k":{"c":-4,"d":-4,"e":-4,"o":-4,"q":-4,"\u00f8":-4,"\u00e7":-4,"\u00e9":-4,"\u00ea":-4,"\u00eb":-4,"\u00e8":-4,"\u00f3":-4,"\u00f4":-4,"\u00f6":-4,"\u00f2":-4,"\u00f5":-4,"a":-3,"\u00e6":-3,"\u00e1":-3,"\u00e2":-3,"\u00e4":-3,"\u00e0":-3,"\u00e5":-3,"\u00e3":-3,"\u00ad":-1}},"T":{"d":"55,0r43,-229r-75,0r3,-14r166,0r-3,14r-75,0r-43,229r-16,0","w":158,"k":{"\u00ef":18,"\u00e8":18,"\u00eb":18,"\u00e0":27,"T":-20,"A":19,"\u00c6":19,"\u00c1":19,"\u00c2":19,"\u00c4":19,"\u00c0":19,"\u00c5":19,"\u00c3":19,"C":6,"G":6,"O":6,"Q":6,"\u00d8":6,"\u00c7":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d5":6,"S":-4,"V":-18,"W":-18,"X":-12,"Y":-10,"\u00dd":-10,"J":16,"g":23,"i":18,"m":18,"n":18,"p":18,"r":18,"\u00ed":18,"\u00ee":18,"\u00ec":18,"\u00f1":18,"c":18,"d":18,"e":18,"o":18,"q":18,"\u00f8":18,"\u00e7":18,"\u00e9":18,"\u00ea":18,"\u00f3":18,"\u00f4":18,"\u00f6":18,"\u00f2":18,"\u00f5":18,"s":21,"v":10,"w":10,"y":10,"\u00fd":10,"\u00ff":10,"x":21,"z":22,"a":27,"\u00e6":27,"\u00e1":27,"\u00e2":27,"\u00e4":27,"\u00e5":27,"\u00e3":27,"u":20,"\u00fa":20,"\u00fb":20,"\u00fc":20,"\u00f9":20,"t":4,"b":1,"h":1,"k":1,"l":1,":":11,";":11,"\u00bb":11,"\u00ab":22,"\u00ad":22,")":-27,"]":-27,"}":-27,"\"":-8,"'":-8,",":23,".":23,"\u00b5":16}},"U":{"d":"60,-243r17,0r-28,147v-11,46,6,86,48,86v84,0,84,-155,104,-233r17,0r-29,150v-14,72,-52,97,-95,97v-45,0,-73,-43,-62,-101","w":216,"k":{"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"S":4,"f":-4,"\u00df":-4,"v":-2,"w":-2,"y":-2,"\u00fd":-2,"\u00ff":-2,"b":-3,"h":-3,"k":-3,"l":-3}},"V":{"d":"77,0r-17,0r-29,-243r16,0r27,223r114,-223r18,0","w":178,"k":{"\u00ef":-27,"T":-14,"A":14,"\u00c6":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14,"C":-3,"G":-3,"O":-3,"Q":-3,"\u00d8":-3,"\u00c7":-3,"\u00d3":-3,"\u00d4":-3,"\u00d6":-3,"\u00d2":-3,"\u00d5":-3,"S":-5,"J":11,"M":1,"g":10,"c":9,"d":9,"e":9,"o":9,"q":9,"\u00f8":9,"\u00e7":9,"\u00e9":9,"\u00ea":9,"\u00eb":9,"\u00e8":9,"\u00f3":9,"\u00f4":9,"\u00f6":9,"\u00f2":9,"\u00f5":9,"s":7,"v":-1,"w":-1,"y":-1,"\u00fd":-1,"\u00ff":-1,"x":3,"z":3,"a":10,"\u00e6":10,"\u00e1":10,"\u00e2":10,"\u00e4":10,"\u00e0":10,"\u00e5":10,"\u00e3":10,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,"t":-4,"b":-3,"h":-3,"k":-3,"l":-3,":":5,";":5,"\u00bb":2,"\u00ab":9,"\u00ad":4,")":-16,"]":-16,"}":-16,"\"":-4,"'":-4,",":18,".":18}},"W":{"d":"66,0r-16,0r-14,-243r16,0r10,222r105,-222r17,0r11,222v29,-76,69,-149,102,-222r17,0r-116,243r-17,0r-9,-162v-3,-27,1,-38,-1,-63v-30,82,-70,149,-105,225","w":290,"k":{"\u00ef":-27,"T":-14,"A":14,"\u00c6":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14,"C":-3,"G":-3,"O":-3,"Q":-3,"\u00d8":-3,"\u00c7":-3,"\u00d3":-3,"\u00d4":-3,"\u00d6":-3,"\u00d2":-3,"\u00d5":-3,"S":-5,"J":11,"M":1,"g":10,"c":9,"d":9,"e":9,"o":9,"q":9,"\u00f8":9,"\u00e7":9,"\u00e9":9,"\u00ea":9,"\u00eb":9,"\u00e8":9,"\u00f3":9,"\u00f4":9,"\u00f6":9,"\u00f2":9,"\u00f5":9,"s":7,"v":-1,"w":-1,"y":-1,"\u00fd":-1,"\u00ff":-1,"x":3,"z":3,"a":10,"\u00e6":10,"\u00e1":10,"\u00e2":10,"\u00e4":10,"\u00e0":10,"\u00e5":10,"\u00e3":10,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,"t":-4,"b":-3,"h":-3,"k":-3,"l":-3,":":5,";":5,"\u00bb":2,"\u00ab":9,"\u00ad":4,")":-16,"]":-16,"}":-16,"\"":-4,"'":-4,",":18,".":18}},"X":{"d":"157,0r-18,0r-45,-110r-83,110r-19,0r97,-123r-48,-120r18,0r41,107r84,-107r19,0r-96,119","w":177,"k":{"T":-11,"A":2,"\u00c6":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"C":5,"G":5,"O":5,"Q":5,"\u00d8":5,"\u00c7":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d5":5,"V":-11,"W":-11,"X":-5,"Y":-10,"\u00dd":-10,"g":2,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"a":3,"\u00e6":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"\u00ad":9,")":-11,"]":-11,"}":-11,",":-3,".":-3}},"Y":{"d":"76,0r-16,0r20,-102r-47,-141r17,0r40,128r89,-128r19,0r-103,141","w":174,"k":{"\u00f6":20,"\u00ec":11,"\u00ef":11,"\u00ee":11,"\u00ed":11,"\u00eb":20,"\u00e4":25,"i":11,"T":-13,"A":25,"\u00c6":25,"\u00c1":25,"\u00c2":25,"\u00c4":25,"\u00c0":25,"\u00c5":25,"\u00c3":25,"C":4,"G":4,"O":4,"Q":4,"\u00d8":4,"\u00c7":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d5":4,"V":-7,"W":-7,"X":4,"J":19,"M":7,"B":1,"D":1,"E":1,"F":1,"H":1,"I":1,"K":1,"L":1,"N":1,"P":1,"R":1,"\u00d0":1,"\u00c9":1,"\u00ca":1,"\u00cb":1,"\u00c8":1,"\u00cd":1,"\u00ce":1,"\u00cf":1,"\u00cc":1,"\u00d1":1,"g":25,"m":11,"n":11,"p":11,"r":11,"\u00f1":11,"c":20,"d":20,"e":20,"o":20,"q":20,"\u00f8":20,"\u00e7":20,"\u00e9":20,"\u00ea":20,"\u00e8":20,"\u00f3":20,"\u00f4":20,"\u00f2":20,"\u00f5":20,"s":19,"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"x":12,"z":15,"a":25,"\u00e6":25,"\u00e1":25,"\u00e2":25,"\u00e0":25,"\u00e5":25,"\u00e3":25,"u":15,"\u00fa":15,"\u00fb":15,"\u00fc":15,"\u00f9":15,"t":4,"b":2,"h":2,"k":2,"l":2,":":7,";":7,"\u00bb":10,"\u00ab":14,"\u00ad":20,")":-12,"]":-12,"}":-12,",":34,".":34}},"Z":{"d":"-6,0r2,-11r179,-218r-125,0r3,-14r147,0r-2,12r-179,217r139,0r-2,14r-162,0","w":181,"k":{"C":7,"G":7,"O":7,"Q":7,"\u00d8":7,"\u00c7":7,"\u00d3":7,"\u00d4":7,"\u00d6":7,"\u00d2":7,"\u00d5":7,"V":-8,"W":-8,"g":2,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"a":2,"\u00e6":2,"\u00e1":2,"\u00e2":2,"\u00e4":2,"\u00e0":2,"\u00e5":2,"\u00e3":2,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,"\u00bb":1,"\u00ab":12,"\u00ad":4}},"[":{"d":"69,40r-57,0r54,-287r57,0r-2,13r-42,0r-50,261r42,0","w":95,"k":{"T":-24,"A":2,"\u00c6":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"C":1,"G":1,"O":1,"Q":1,"\u00d8":1,"\u00c7":1,"\u00d3":1,"\u00d4":1,"\u00d6":1,"\u00d2":1,"\u00d5":1,"V":-22,"W":-22,"Y":-16,"\u00dd":-16,"J":2,"j":-18,"c":5,"d":5,"e":5,"o":5,"q":5,"\u00f8":5,"\u00e7":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5}},"\\":{"d":"111,14r-16,0r-71,-261r15,0","w":116},"]":{"d":"36,-247r57,0r-55,287r-57,0r2,-13r43,0r49,-261r-42,0","w":95},"^":{"d":"190,-71r-15,0r-64,-146r-63,146r-16,0r72,-163r15,0","w":214},"_":{"d":"-16,27r180,0r-4,18r-180,0","w":180},"a":{"d":"145,0r-16,0v0,-11,2,-29,5,-51v-21,41,-46,55,-73,55v-31,0,-48,-24,-48,-55v-1,-75,69,-147,157,-121v-8,48,-27,125,-25,172xm64,-10v51,0,82,-87,88,-150v-67,-17,-122,40,-122,106v0,21,6,44,34,44","w":181},"b":{"d":"60,-256r16,0r-24,121v17,-28,42,-42,66,-42v39,0,53,33,53,63v0,51,-40,118,-104,118v-33,0,-54,-25,-46,-66xm114,-163v-42,0,-79,62,-79,123v0,19,10,30,33,30v54,0,86,-60,86,-104v0,-24,-11,-49,-40,-49","w":181,"k":{"T":17,"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,"x":3,"z":2,"\u00ad":-6,"\"":8,"'":8,",":7,".":7}},"c":{"d":"123,-22r4,14v-8,4,-26,12,-51,12v-46,0,-62,-32,-62,-64v0,-70,68,-143,138,-107r-6,13v-59,-30,-115,33,-115,91v0,31,14,53,48,53v19,0,35,-7,44,-12","w":149,"k":{"T":7,"f":-3,"\u00df":-3,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"v":-5,"w":-5,"y":-5,"\u00fd":-5,"\u00ff":-5,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6,"\u00bb":-5,"\u00ab":6,",":4,".":4}},"d":{"d":"170,-256r16,0r-47,256r-15,0r6,-38v-16,26,-38,42,-66,42v-36,0,-51,-31,-51,-62v0,-73,66,-141,141,-112xm138,-85r12,-69v-59,-32,-123,30,-120,95v0,21,6,49,38,49v28,0,62,-33,70,-75","w":181,"k":{",":6,".":6}},"e":{"d":"121,-23r5,13v-9,6,-27,14,-53,14v-44,0,-60,-34,-60,-68v0,-51,40,-113,91,-113v31,0,44,20,44,40v0,46,-56,56,-117,55v-8,34,11,72,45,72v22,0,36,-8,45,-13xm132,-136v0,-17,-13,-27,-31,-27v-31,0,-58,33,-67,67v51,1,98,-6,98,-40","w":152,"k":{"T":8,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"\u00ad":-5,",":4,".":4}},"f":{"d":"33,0r-16,0r30,-159r-24,0r3,-14r24,0v3,-51,34,-101,87,-82r-5,13v-43,-15,-61,23,-66,69r41,0r-3,14r-41,0","w":91,"k":{"a":2,"\u00e6":2,"\u00e1":2,"\u00e2":2,"\u00e4":2,"\u00e0":2,"\u00e5":2,"\u00e3":2,":":-14,";":-14,")":-38,"]":-38,"}":-38,"\"":-25,"'":-25,",":12,".":12}},"g":{"d":"3,62r6,-13v49,25,102,15,115,-59v1,-10,7,-24,6,-33v-16,30,-40,44,-66,44v-35,0,-51,-30,-51,-59v0,-78,78,-148,156,-107v-26,89,-9,240,-117,240v-20,0,-39,-5,-49,-13xm69,-13v55,0,74,-83,82,-142v-60,-30,-121,31,-121,93v0,20,6,49,39,49","w":181,"k":{"T":14,",":5,".":5}},"h":{"d":"30,0r-16,0r48,-256r17,0r-23,119v15,-24,38,-40,66,-40v15,0,43,9,43,46v0,48,-15,87,-22,131r-16,0r22,-129v0,-19,-10,-33,-33,-33v-26,0,-61,30,-69,71","w":185,"k":{"T":19,"\"":14,"'":14}},"i":{"d":"30,0r-16,0r33,-173r16,0xm63,-208v-8,0,-12,-6,-12,-14v0,-8,6,-15,14,-15v8,0,12,7,12,15v0,8,-5,14,-14,14","w":74},"j":{"d":"46,-173r17,0r-34,176v-8,49,-23,77,-72,70r2,-13v32,4,43,-3,52,-49xm76,-222v0,8,-5,14,-15,14v-8,0,-12,-6,-12,-14v0,-8,6,-15,14,-15v8,0,13,7,13,15","w":70,"k":{"j":-11,",":4,".":4}},"k":{"d":"30,0r-16,0r48,-256r16,0r-30,165r88,-82r20,0r-77,71r54,102r-17,0r-49,-92r-24,20","w":147,"k":{"T":8,"g":3,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"\u00ed":-3,"\u00ee":-3,"\u00ef":-3,"\u00ec":-3,"\u00f1":-3,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"v":-5,"w":-5,"y":-5,"\u00fd":-5,"\u00ff":-5,"a":3,"\u00e6":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"u":-1,"\u00fa":-1,"\u00fb":-1,"\u00fc":-1,"\u00f9":-1,"b":-3,"h":-3,"k":-3,"l":-3,":":-6,";":-6,",":-5,".":-5}},"l":{"d":"30,0r-16,0r49,-256r16,0","w":74,"k":{",":6,".":6}},"m":{"d":"30,0r-16,0r31,-173r15,0v-1,11,-6,26,-4,35v22,-45,98,-59,102,3v15,-27,38,-39,66,-42v26,-3,45,34,38,74r-19,103r-16,0r22,-126v0,-22,-8,-36,-32,-36v-24,0,-55,26,-63,67r-18,95r-16,0v7,-42,23,-81,23,-127v0,-16,-4,-35,-32,-35v-24,0,-57,30,-64,69","w":285,"k":{"T":19,"\"":14,"'":14}},"n":{"d":"30,0r-16,0r31,-173r15,0r-5,37v15,-25,40,-41,67,-41v15,0,43,8,43,48v0,45,-15,87,-22,129r-16,0r22,-126v0,-21,-8,-36,-33,-36v-24,0,-62,27,-70,73","w":185,"k":{"T":19,"\"":14,"'":14}},"o":{"d":"78,4v-43,0,-64,-35,-64,-71v0,-55,38,-110,91,-110v46,0,64,38,64,73v0,47,-34,108,-91,108xm80,-10v39,0,72,-48,72,-95v0,-23,-10,-58,-48,-58v-42,0,-73,47,-73,95v0,33,19,58,49,58","w":180,"k":{"T":17,"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,"x":3,"z":2,"\u00ad":-6,"\"":8,"'":8,",":7,".":7}},"p":{"d":"13,71r-16,0r45,-244r15,0v-1,12,-6,27,-5,37v17,-26,40,-41,66,-41v37,0,52,31,52,61v2,76,-70,144,-143,112xm41,-75r-10,54v58,37,124,-28,122,-94v0,-21,-9,-48,-40,-48v-26,0,-61,30,-72,88","w":181,"k":{"T":17,"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,"x":3,"z":2,"\u00ad":-6,"\"":8,"'":8,",":7,".":7}},"q":{"d":"123,71r-16,0r20,-107v-15,25,-41,40,-64,40v-36,0,-50,-31,-50,-61v0,-77,81,-150,155,-108xm65,-10v60,-3,78,-82,85,-145v-58,-28,-121,25,-120,96v0,31,14,49,35,49","w":181,"k":{"T":18,",":4,".":4}},"r":{"d":"30,0r-16,0r31,-173r14,0v-1,11,-4,28,-4,39v13,-26,30,-47,59,-42v-3,7,2,21,-11,16v-47,1,-64,104,-73,160","w":103,"k":{"T":8,"f":-8,"\u00df":-8,"g":4,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"v":-7,"w":-7,"y":-7,"\u00fd":-7,"\u00ff":-7,"x":-4,"z":-3,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e0":7,"\u00e5":7,"\u00e3":7,"t":-10,":":-6,";":-6,"\u00ad":4,",":12,".":12}},"s":{"d":"47,-130v0,32,60,45,53,79v4,50,-62,68,-94,44r6,-14v21,21,75,8,72,-25v6,-33,-61,-49,-53,-81v-4,-39,54,-64,85,-41r-7,13v-19,-16,-62,-5,-62,25","w":124,"k":{"T":14,"\u00ad":3,",":4,".":4}},"t":{"d":"59,-204r18,-7r-8,38r44,0r-2,14r-44,0r-23,131v-2,18,18,21,32,16r1,13v-40,13,-54,-18,-46,-61r19,-99r-26,0r3,-14r26,0","w":105,"k":{"v":-4,"w":-4,"y":-4,"\u00fd":-4,"\u00ff":-4}},"u":{"d":"154,-173r16,0r-31,173r-15,0v1,-11,6,-26,5,-36v-14,23,-38,40,-62,40v-19,0,-46,-7,-46,-51v0,-44,15,-85,21,-126r17,0r-22,126v0,22,9,36,34,36v24,0,57,-28,65,-68","w":182,"k":{"T":18,",":4,".":4}},"v":{"d":"20,-173r16,0r26,152v21,-45,57,-106,82,-152r17,0r-96,173r-15,0","w":151,"k":{"T":13,"g":5,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"v":-4,"w":-4,"y":-4,"\u00fd":-4,"\u00ff":-4,"a":5,"\u00e6":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e0":5,"\u00e5":5,"\u00e3":5,":":-7,";":-7,"\u00ad":3,",":13,".":13}},"w":{"d":"24,-173r16,0v6,50,3,108,13,154v20,-49,55,-106,79,-154r17,0r19,154v20,-52,49,-104,73,-154r17,0r-87,173r-14,0r-20,-155r-82,155r-15,0","w":248,"k":{"T":13,"g":5,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"v":-4,"w":-4,"y":-4,"\u00fd":-4,"\u00ff":-4,"a":5,"\u00e6":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e0":5,"\u00e5":5,"\u00e3":5,":":-7,";":-7,"\u00ad":3,",":13,".":13}},"x":{"d":"26,-173r17,0r34,72v17,-25,40,-48,59,-72r19,0r-73,84r41,89r-17,0r-36,-77v-17,28,-42,52,-62,77r-19,0r77,-89","w":145,"k":{"T":8,"g":1,"c":6,"d":6,"e":6,"o":6,"q":6,"\u00f8":6,"\u00e7":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u00f2":6,"\u00f5":6,"v":-4,"w":-4,"y":-4,"\u00fd":-4,"\u00ff":-4,"a":3,"\u00e6":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"t":-2}},"y":{"d":"18,-173r17,0r31,152r73,-152r17,0v-40,74,-67,162,-122,222v-18,20,-38,28,-47,30r-5,-14v26,-12,64,-33,71,-72","w":146,"k":{"T":13,"g":5,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"v":-4,"w":-4,"y":-4,"\u00fd":-4,"\u00ff":-4,"a":5,"\u00e6":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e0":5,"\u00e5":5,"\u00e3":5,":":-7,";":-7,"\u00ad":3,",":13,".":13}},"z":{"d":"-7,0r2,-10r101,-115v15,-18,25,-23,33,-34r-98,0r2,-14r118,0r-3,12r-132,148r105,0r-3,13r-125,0","w":141,"k":{"T":10,"f":-10,"\u00df":-10,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"v":-12,"w":-12,"y":-12,"\u00fd":-12,"\u00ff":-12,"a":1,"\u00e6":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"t":-5}},"{":{"d":"59,40v-71,1,-30,-78,-22,-117v0,-5,0,-22,-25,-21r2,-12v51,0,32,-53,40,-91v7,-35,29,-47,60,-46v-2,6,1,16,-9,13v-63,0,-17,121,-70,131v40,19,-5,74,-4,104v-1,16,9,28,31,26","w":95,"k":{"T":-24,"A":2,"\u00c6":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"C":1,"G":1,"O":1,"Q":1,"\u00d8":1,"\u00c7":1,"\u00d3":1,"\u00d4":1,"\u00d6":1,"\u00d2":1,"\u00d5":1,"V":-22,"W":-22,"Y":-16,"\u00dd":-16,"J":2,"j":-18,"c":5,"d":5,"e":5,"o":5,"q":5,"\u00f8":5,"\u00e7":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5}},"|":{"d":"36,-270r14,0r0,360r-14,0r0,-360","w":73},"}":{"d":"41,-247v70,-1,31,80,23,118v0,5,-1,21,24,20r-2,12v-50,1,-31,54,-40,91v-8,35,-28,47,-60,46v2,-6,0,-15,10,-13v63,-1,16,-122,70,-131v-41,-18,4,-73,3,-104v1,-16,-9,-28,-30,-26","w":95},"~":{"d":"198,-125v-5,88,-87,15,-135,15v-13,0,-23,10,-23,29r-14,0v-2,-27,16,-44,38,-44v23,0,72,30,98,30v16,0,23,-12,23,-30r13,0","w":214},"\u00a1":{"d":"20,71r-21,0r38,-178r14,0xm39,-158v0,-9,6,-17,16,-17v8,0,13,7,13,16v0,9,-6,17,-15,17v-9,0,-14,-7,-14,-16","w":77},"\u00a2":{"d":"81,-32v-96,-22,-43,-172,35,-173r7,-38r14,0r-7,37v18,1,42,8,27,23v-53,-29,-110,16,-111,85v0,28,15,53,48,53v18,0,31,-5,40,-9v11,20,-18,19,-39,22r-7,38r-14,0"},"\u00a3":{"d":"81,-113v-2,44,-15,74,-43,99r111,0r-2,14r-136,0r2,-12v36,-20,52,-50,52,-101r-32,0r3,-13r30,0v-8,-68,36,-137,101,-104r-6,13v-34,-19,-72,2,-76,44v-2,18,-4,33,-4,47r56,0r-2,13r-54,0"},"\u00a5":{"d":"73,0r-15,0r12,-67r-52,0r3,-13r52,0r5,-28r-52,0r3,-13r46,0r-37,-113r16,0r36,113v22,-39,54,-76,80,-113r17,0r-84,113r45,0r-2,13r-52,0r-6,28r52,0r-2,13r-52,0"},"\u00a7":{"d":"74,-166v-34,23,-40,53,6,75v15,8,24,14,32,20v29,-24,38,-51,-8,-76v-10,-5,-21,-12,-30,-19xm112,-34v9,-33,-90,-55,-80,-91v0,-18,12,-35,34,-49v-23,-34,10,-75,52,-73v23,2,49,7,34,24v-21,-18,-78,-13,-78,24v0,37,76,43,76,87v0,24,-13,38,-30,50v33,59,-52,104,-101,67r7,-13v20,20,91,17,86,-26","w":168},"\u00a4":{"d":"50,-173v20,-22,65,-20,83,0r24,-25r10,12r-25,23v17,18,16,70,1,88r24,24r-11,11r-23,-25v-21,21,-62,21,-83,2r-22,23r-12,-11r24,-23v-18,-20,-18,-70,1,-89r-25,-23r12,-12xm140,-119v0,-27,-15,-57,-50,-56v-31,0,-48,27,-48,57v0,77,97,76,98,-1"},"'":{"d":"48,-249r21,0r-20,79r-12,0","w":52,"k":{"A":14,"\u00c6":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14,"Y":-11,"\u00dd":-11,"J":19,"f":-14,"\u00df":-14,"t":-6,"b":-3,"h":-3,"k":-3,"l":-3,",":31,".":31,"\u00b5":3}},"\u00ab":{"d":"88,-156r-57,66r38,64r-16,0r-39,-65r56,-65r18,0xm140,-156r-56,66r38,64r-17,0r-38,-65r55,-65r18,0","w":135,"k":{"T":12,"C":-7,"G":-7,"O":-7,"Q":-7,"\u00d8":-7,"\u00c7":-7,"\u00d3":-7,"\u00d4":-7,"\u00d6":-7,"\u00d2":-7,"\u00d5":-7,"Y":6,"\u00dd":6,"t":-5,"\u00b5":3}},"\u00b7":{"d":"50,-95v0,9,-6,17,-16,17v-8,0,-13,-7,-13,-16v0,-9,6,-17,15,-17v9,0,14,7,14,16","w":65},"\u2219":{"d":"50,-95v0,9,-6,17,-16,17v-8,0,-13,-7,-13,-16v0,-9,6,-17,15,-17v9,0,14,7,14,16","w":65},"\u00b6":{"d":"75,18r-14,0r22,-113v-24,1,-52,-18,-55,-63v-4,-53,64,-98,138,-82r-50,258r-14,0r47,-247r-26,0","w":168},"\u00bb":{"d":"60,-91r-38,-65r16,0r39,65r-56,65r-18,0xm112,-91r-38,-65r17,0r39,65r-57,65r-17,0","w":135,"k":{"T":15,"C":-7,"G":-7,"O":-7,"Q":-7,"\u00d8":-7,"\u00c7":-7,"\u00d3":-7,"\u00d4":-7,"\u00d6":-7,"\u00d2":-7,"\u00d5":-7,"S":3,"V":4,"W":4,"X":1,"Y":10,"\u00dd":10,"J":3,"g":-11,"c":-10,"d":-10,"e":-10,"o":-10,"q":-10,"\u00f8":-10,"\u00e7":-10,"\u00e9":-10,"\u00ea":-10,"\u00eb":-10,"\u00e8":-10,"\u00f3":-10,"\u00f4":-10,"\u00f6":-10,"\u00f2":-10,"\u00f5":-10,"a":-10,"\u00e6":-10,"\u00e1":-10,"\u00e2":-10,"\u00e4":-10,"\u00e0":-10,"\u00e5":-10,"\u00e3":-10}},"\u00bf":{"d":"89,-108v7,52,-66,88,-70,139v-3,31,42,39,65,21r5,14v-14,7,-28,11,-41,11v-37,0,-46,-28,-46,-46v0,-49,76,-85,71,-139r16,0xm91,-175v8,0,14,7,14,16v0,9,-6,17,-15,17v-9,0,-14,-7,-14,-16v0,-9,6,-17,15,-17","w":126},"`":{"d":"58,-244r23,0r22,50r-12,0","w":135},"\u00b4":{"d":"114,-244r27,0r-49,50r-14,0","w":135},"\u00af":{"d":"60,-229r73,0r-2,14r-73,0","w":135},"\u02c9":{"d":"60,-229r73,0r-2,14r-73,0","w":135},"\u00a8":{"d":"64,-209v-8,0,-13,-6,-13,-13v0,-8,6,-15,14,-15v18,1,17,28,-1,28xm125,-209v-8,0,-13,-6,-13,-13v0,-8,6,-15,14,-15v18,1,17,28,-1,28","w":135},"\u00b8":{"d":"28,29v12,-10,11,-32,35,-30r-15,20v32,11,18,54,-17,52v-9,0,-17,-2,-21,-5r5,-13v11,8,36,7,36,-10v0,-8,-10,-13,-23,-14","w":135},"\u00c6":{"d":"-2,0r-17,0r169,-243r114,0r-3,14r-89,0r-11,94r85,0r-3,14r-84,0r-12,107r93,0r-3,14r-107,0r10,-98r-74,0xm76,-111r67,0r13,-119","w":262,"k":{"V":-4,"W":-4,"g":2,"c":2,"d":2,"e":2,"o":2,"q":2,"\u00f8":2,"\u00e7":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2,"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,"a":1,"\u00e6":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,"t":2,",":2,".":2}},"\u00aa":{"d":"108,-96r-14,0v0,-7,0,-16,2,-25v-17,37,-75,37,-75,-14v0,-49,47,-94,103,-73v-5,36,-15,73,-16,112xm57,-107v35,0,48,-53,52,-91v-39,-12,-73,16,-74,62v0,14,4,29,22,29","w":114},"\u00d8":{"d":"212,-212v48,86,-10,216,-106,216v-27,0,-48,-9,-64,-25r-28,31r-9,-9r30,-32v-69,-103,60,-281,169,-192r28,-30r10,9xm46,-44r148,-167v-52,-52,-138,-4,-153,68v-7,32,-10,69,5,99xm201,-198r-147,166v52,49,131,9,150,-63v8,-30,13,-70,-3,-103","w":232,"k":{"T":8,"V":-1,"W":-1,"X":4,"Y":9,"\u00dd":9,"f":-10,"\u00df":-10,"g":-6,"j":-3,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"\u00ed":-3,"\u00ee":-3,"\u00ef":-3,"\u00ec":-3,"\u00f1":-3,"c":-5,"d":-5,"e":-5,"o":-5,"q":-5,"\u00f8":-5,"\u00e7":-5,"\u00e9":-5,"\u00ea":-5,"\u00eb":-5,"\u00e8":-5,"\u00f3":-5,"\u00f4":-5,"\u00f6":-5,"\u00f2":-5,"\u00f5":-5,"s":-3,"v":-9,"w":-9,"y":-9,"\u00fd":-9,"\u00ff":-9,"x":-2,"z":-2,"a":-4,"\u00e6":-4,"\u00e1":-4,"\u00e2":-4,"\u00e4":-4,"\u00e0":-4,"\u00e5":-4,"\u00e3":-4,"u":-3,"\u00fa":-3,"\u00fb":-3,"\u00fc":-3,"\u00f9":-3,"t":-10,"b":-3,"h":-3,"k":-3,"l":-3,":":-4,";":-4,"\u00bb":-5,"\u00ab":-4,"\u00ad":-5,",":11,".":11}},"\u00ba":{"d":"18,-141v0,-40,29,-72,62,-72v33,0,46,24,46,48v0,39,-27,71,-62,71v-32,0,-46,-25,-46,-47xm110,-166v0,-15,-6,-36,-33,-35v-23,0,-44,26,-44,59v0,23,14,36,32,36v22,0,45,-23,45,-60","w":115},"\u00e6":{"d":"217,-22r5,12v-8,5,-25,14,-52,14v-29,0,-51,-15,-57,-43v-15,50,-110,61,-110,1v0,-42,41,-69,113,-66v8,-24,3,-57,-34,-58v-16,0,-29,4,-43,13r-6,-12v43,-29,92,-20,100,26v15,-29,43,-42,68,-42v29,0,43,18,43,38v0,47,-55,51,-115,49v-12,40,7,80,43,80v24,0,36,-7,45,-12xm49,-10v33,0,61,-36,64,-80v-37,-2,-94,6,-94,51v0,18,12,29,30,29xm132,-104v50,1,97,0,96,-35v0,-13,-11,-24,-29,-24v-36,0,-60,35,-67,59","w":248,"k":{"T":8,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"\u00ad":-5,",":4,".":4}},"\u00f8":{"d":"18,10r-9,-9r19,-22v-51,-74,39,-198,119,-141r18,-20r9,7r-18,22v51,77,-43,201,-120,141xm136,-150v-58,-47,-133,49,-96,116xm145,-139r-99,115v46,41,107,-17,107,-80v0,-13,-3,-25,-8,-35","w":180,"k":{"T":17,"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,"x":3,"z":2,"\u00ad":-6,"\"":8,"'":8,",":7,".":7}},"\u00df":{"d":"144,-56v5,-23,-39,-59,-35,-77v0,-24,19,-41,41,-50v14,-18,15,-63,-27,-63v-30,0,-51,26,-60,72r-33,174r-16,0r32,-168v9,-48,29,-92,80,-92v52,0,59,60,35,87v-19,6,-35,18,-35,36v1,28,35,49,35,80v0,48,-59,77,-101,52r6,-13v33,19,79,1,78,-38","w":184,"k":{"T":14,"\u00ad":3,",":4,".":4}},"\u00b9":{"d":"62,-146r-14,0r23,-126r-24,12r-2,-12v15,-5,23,-16,44,-15","w":72},"\u00ac":{"d":"21,-138r178,0r0,92r-15,0r0,-79r-163,0r0,-13","w":214},"\u00b5":{"d":"59,-173r-19,106v-6,31,3,56,35,56v64,0,68,-99,80,-162r16,0r-24,127v-5,26,-2,35,10,36v-3,5,-1,16,-9,14v-13,2,-20,-11,-19,-38v-15,35,-80,58,-98,11v-5,27,-14,68,-13,94r-14,0v0,-77,28,-170,40,-244r15,0","w":181,"k":{",":2,".":2,"\"":15,"'":15}},"\u00d0":{"d":"224,-149v0,80,-65,155,-155,150v-16,0,-36,0,-54,-2r23,-120r-32,0r3,-14r32,0r19,-105v86,-13,164,2,164,91xm34,-15v103,17,171,-45,172,-133v0,-44,-20,-83,-92,-83v-12,0,-26,0,-39,2r-18,94r68,0r-3,14r-68,0","w":226,"k":{"T":8,"V":-1,"W":-1,"X":4,"Y":9,"\u00dd":9,"f":-10,"\u00df":-10,"g":-6,"j":-3,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"\u00ed":-3,"\u00ee":-3,"\u00ef":-3,"\u00ec":-3,"\u00f1":-3,"c":-5,"d":-5,"e":-5,"o":-5,"q":-5,"\u00f8":-5,"\u00e7":-5,"\u00e9":-5,"\u00ea":-5,"\u00eb":-5,"\u00e8":-5,"\u00f3":-5,"\u00f4":-5,"\u00f6":-5,"\u00f2":-5,"\u00f5":-5,"s":-3,"v":-9,"w":-9,"y":-9,"\u00fd":-9,"\u00ff":-9,"x":-2,"z":-2,"a":-4,"\u00e6":-4,"\u00e1":-4,"\u00e2":-4,"\u00e4":-4,"\u00e0":-4,"\u00e5":-4,"\u00e3":-4,"u":-3,"\u00fa":-3,"\u00fb":-3,"\u00fc":-3,"\u00f9":-3,"t":-10,"b":-3,"h":-3,"k":-3,"l":-3,":":-4,";":-4,"\u00bb":-5,"\u00ab":-4,"\u00ad":-5,",":11,".":11}},"\u00bd":{"d":"60,-96r-15,0r24,-126r-25,12r-2,-11v15,-5,23,-16,44,-15xm40,4r-17,0r175,-242r17,0xm220,0r-85,0v0,-19,17,-22,27,-31v35,-31,60,-51,60,-76v6,-28,-43,-26,-54,-11r-5,-10v21,-24,79,-14,74,21v2,32,-48,67,-79,94r65,0","w":253},"\u00b1":{"d":"107,-204r14,0r0,75r82,0r0,13r-82,0r0,78r-14,0r0,-78r-82,0r0,-13r82,0r0,-75xm25,-14r178,0r0,14r-178,0r0,-14","w":214},"\u00de":{"d":"67,-193v49,-10,100,4,98,53v-2,59,-59,89,-123,78r-12,62r-16,0r46,-243r16,0xm64,-179r-19,103v53,10,102,-14,104,-62v2,-43,-48,-51,-85,-41","w":171},"\u00bc":{"d":"205,0r-14,0r7,-40r-69,0r2,-9r88,-93r13,0r-17,90r22,0r-2,12r-22,0xm201,-52r14,-72v-20,27,-43,48,-65,72r51,0xm60,-96r-14,0r23,-126r-24,12r-2,-11v15,-5,23,-16,44,-15xm46,4r-16,0r174,-242r17,0","w":253},"\u00f7":{"d":"126,-159v0,9,-5,15,-15,15v-9,0,-14,-6,-14,-15v0,-9,6,-17,15,-17v9,0,14,8,14,17xm200,-90r-177,0r0,-13r177,0r0,13xm126,-33v0,9,-5,16,-15,16v-9,0,-14,-7,-14,-16v0,-9,6,-16,15,-16v9,0,14,7,14,16","w":214},"\u00a6":{"d":"36,-63r14,0r0,126r-14,0r0,-126xm36,-243r14,0r0,126r-14,0r0,-126","w":73},"\u00b0":{"d":"79,-247v26,0,41,21,41,42v0,28,-22,45,-43,45v-24,0,-41,-20,-41,-43v0,-25,20,-44,43,-44xm78,-235v-38,1,-35,63,-1,63v16,0,30,-14,30,-33v0,-12,-8,-30,-29,-30","w":105},"\u00fe":{"d":"-3,71r59,-310r16,0r-19,103v17,-26,40,-41,65,-41v37,0,52,30,52,61v-1,76,-67,144,-143,112r-14,75r-16,0xm41,-77r-11,57v62,36,124,-28,123,-94v0,-22,-9,-49,-39,-49v-26,0,-62,28,-73,86","w":181},"\u00be":{"d":"59,4r-17,0r175,-242r17,0xm47,-216v-11,-16,15,-22,30,-22v52,0,40,59,3,66v44,19,21,81,-30,78v-20,-1,-40,-5,-28,-20v18,17,72,5,68,-24v-3,-22,-21,-29,-42,-28r2,-11v23,2,45,-10,47,-29v3,-24,-38,-24,-50,-10xm209,0r-14,0r7,-40r-68,0r1,-9r88,-93r13,0r-17,90r22,0r-2,12r-22,0xm204,-52r15,-72v-20,27,-43,48,-65,72r50,0","w":253},"\u00b2":{"d":"103,-146r-86,0v2,-18,18,-22,28,-31v35,-31,59,-51,59,-76v0,-32,-42,-24,-53,-11r-5,-10v21,-24,79,-14,74,21v2,32,-49,67,-80,94r65,0","w":98},"\u00ae":{"d":"116,-157v-26,5,-5,-32,-37,-25r0,25r-11,0r0,-60v18,-3,45,-5,45,16v0,8,-7,11,-11,15v8,0,11,24,14,29xm87,-210v-13,-2,-7,11,-8,20v21,5,34,-19,8,-20xm31,-188v0,-32,25,-58,59,-58v32,0,57,26,57,58v0,33,-25,58,-58,58v-33,0,-58,-25,-58,-58xm89,-235v-26,0,-46,21,-46,47v0,27,20,47,47,47v26,0,45,-21,45,-47v0,-26,-20,-47,-46,-47","w":138},"\u00f0":{"d":"149,-114v0,-27,-15,-49,-45,-49v-44,0,-74,50,-74,97v0,30,15,56,47,56v40,0,72,-50,72,-104xm62,-189r-5,-12r47,-22v-9,-10,-21,-18,-33,-25r9,-12v16,9,25,18,38,30r45,-22r6,12r-41,20v24,27,38,58,38,98v0,80,-48,126,-90,126v-46,0,-63,-36,-63,-68v-2,-77,78,-152,136,-90v-8,-23,-18,-41,-36,-59","w":176},"\u00d7":{"d":"29,-179r11,-10r76,85r77,-85r10,10r-77,84r77,84r-10,11r-77,-85r-77,85r-10,-11r76,-84","w":214},"\u00b3":{"d":"51,-266r-5,-10v18,-19,76,-13,69,18v1,18,-15,28,-31,36v45,19,22,81,-30,78v-20,-1,-41,-6,-28,-21v18,17,72,6,67,-24v-3,-22,-21,-28,-42,-27r2,-11v24,2,45,-10,47,-30v3,-23,-38,-23,-49,-9","w":94},"\u00a9":{"d":"134,-233v60,0,107,50,107,111v0,62,-47,111,-107,111v-61,0,-108,-49,-108,-111v0,-61,47,-111,108,-111xm134,-222v-53,0,-94,43,-94,101v0,56,41,99,94,99v52,0,92,-43,92,-100v0,-56,-40,-100,-92,-100xm143,-187v24,0,46,3,36,21v-5,-3,-18,-9,-36,-9v-37,0,-54,24,-54,54v0,45,56,68,92,44r3,10v-45,30,-109,2,-109,-53v0,-41,32,-67,68,-67","w":243},"\u00c1":{"d":"144,-85r-92,0r-45,85r-16,0r129,-243r16,0r37,243r-16,0xm60,-99r82,0r-18,-124v-19,42,-43,84,-64,124xm154,-296r27,0r-50,40r-16,0","w":193,"k":{"T":21,"A":2,"\u00c6":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"C":6,"G":6,"O":6,"Q":6,"\u00d8":6,"\u00c7":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d5":6,"S":1,"U":9,"\u00da":9,"\u00db":9,"\u00dc":9,"\u00d9":9,"V":13,"W":13,"X":1,"Y":21,"\u00dd":21,"f":1,"\u00df":1,"g":4,"j":-5,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"\u00ed":-3,"\u00ee":-3,"\u00ef":-3,"\u00ec":-3,"\u00f1":-3,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"s":-3,"v":6,"w":6,"y":6,"\u00fd":6,"\u00ff":6,"x":-7,"z":-8,"\u00ad":3,"\"":14,"'":14}},"\u00c2":{"d":"144,-85r-92,0r-45,85r-16,0r129,-243r16,0r37,243r-16,0xm60,-99r82,0r-18,-124v-19,42,-43,84,-64,124xm127,-296r14,0r29,40r-17,0v-7,-9,-12,-20,-21,-28v-15,10,-19,31,-47,28","w":193,"k":{"T":21,"A":2,"\u00c6":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"C":6,"G":6,"O":6,"Q":6,"\u00d8":6,"\u00c7":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d5":6,"S":1,"U":9,"\u00da":9,"\u00db":9,"\u00dc":9,"\u00d9":9,"V":13,"W":13,"X":1,"Y":21,"\u00dd":21,"f":1,"\u00df":1,"g":4,"j":-5,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"\u00ed":-3,"\u00ee":-3,"\u00ef":-3,"\u00ec":-3,"\u00f1":-3,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"s":-3,"v":6,"w":6,"y":6,"\u00fd":6,"\u00ff":6,"x":-7,"z":-8,"\u00ad":3,"\"":14,"'":14}},"\u00c4":{"d":"144,-85r-92,0r-45,85r-16,0r129,-243r16,0r37,243r-16,0xm60,-99r82,0r-18,-124v-19,42,-43,84,-64,124xm102,-290v18,1,16,30,-2,29v-18,-1,-14,-29,2,-29xm162,-261v-7,0,-13,-7,-13,-14v0,-7,6,-15,14,-15v18,1,16,29,-1,29","w":193,"k":{"T":21,"A":2,"\u00c6":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"C":6,"G":6,"O":6,"Q":6,"\u00d8":6,"\u00c7":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d5":6,"S":1,"U":9,"\u00da":9,"\u00db":9,"\u00dc":9,"\u00d9":9,"V":13,"W":13,"X":1,"Y":21,"\u00dd":21,"f":1,"\u00df":1,"g":4,"j":-5,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"\u00ed":-3,"\u00ee":-3,"\u00ef":-3,"\u00ec":-3,"\u00f1":-3,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"s":-3,"v":6,"w":6,"y":6,"\u00fd":6,"\u00ff":6,"x":-7,"z":-8,"\u00ad":3,"\"":14,"'":14}},"\u00c0":{"d":"144,-85r-92,0r-45,85r-16,0r129,-243r16,0r37,243r-16,0xm60,-99r82,0r-18,-124v-19,42,-43,84,-64,124xm86,-296r25,0r27,40r-14,0","w":193,"k":{"T":21,"A":2,"\u00c6":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"C":6,"G":6,"O":6,"Q":6,"\u00d8":6,"\u00c7":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d5":6,"S":1,"U":9,"\u00da":9,"\u00db":9,"\u00dc":9,"\u00d9":9,"V":13,"W":13,"X":1,"Y":21,"\u00dd":21,"f":1,"\u00df":1,"g":4,"j":-5,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"\u00ed":-3,"\u00ee":-3,"\u00ef":-3,"\u00ec":-3,"\u00f1":-3,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"s":-3,"v":6,"w":6,"y":6,"\u00fd":6,"\u00ff":6,"x":-7,"z":-8,"\u00ad":3,"\"":14,"'":14}},"\u00c5":{"d":"144,-85r-92,0r-45,85r-16,0r129,-243r16,0r37,243r-16,0xm60,-99r82,0r-18,-124v-19,42,-43,84,-64,124xm132,-311v19,0,31,14,31,31v0,18,-15,30,-32,30v-18,0,-31,-13,-31,-29v0,-18,13,-32,32,-32xm149,-281v0,-11,-6,-20,-18,-20v-10,0,-17,10,-17,22v0,10,7,19,17,19v10,0,18,-9,18,-21","w":193,"k":{"T":21,"A":2,"\u00c6":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"C":6,"G":6,"O":6,"Q":6,"\u00d8":6,"\u00c7":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d5":6,"S":1,"U":9,"\u00da":9,"\u00db":9,"\u00dc":9,"\u00d9":9,"V":13,"W":13,"X":1,"Y":21,"\u00dd":21,"f":1,"\u00df":1,"g":4,"j":-5,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"\u00ed":-3,"\u00ee":-3,"\u00ef":-3,"\u00ec":-3,"\u00f1":-3,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"s":-3,"v":6,"w":6,"y":6,"\u00fd":6,"\u00ff":6,"x":-7,"z":-8,"\u00ad":3,"\"":14,"'":14}},"\u00c3":{"d":"144,-85r-92,0r-45,85r-16,0r129,-243r16,0r37,243r-16,0xm60,-99r82,0r-18,-124v-19,42,-43,84,-64,124xm148,-260v-19,1,-41,-30,-49,2r-12,0v3,-16,13,-30,26,-30v20,0,39,30,50,0r11,0v-3,17,-11,28,-26,28","w":193,"k":{"T":21,"A":2,"\u00c6":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"C":6,"G":6,"O":6,"Q":6,"\u00d8":6,"\u00c7":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d5":6,"S":1,"U":9,"\u00da":9,"\u00db":9,"\u00dc":9,"\u00d9":9,"V":13,"W":13,"X":1,"Y":21,"\u00dd":21,"f":1,"\u00df":1,"g":4,"j":-5,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"\u00ed":-3,"\u00ee":-3,"\u00ef":-3,"\u00ec":-3,"\u00f1":-3,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"s":-3,"v":6,"w":6,"y":6,"\u00fd":6,"\u00ff":6,"x":-7,"z":-8,"\u00ad":3,"\"":14,"'":14}},"\u00c7":{"d":"202,-221v-82,-40,-168,36,-168,122v0,46,19,89,79,89v19,0,42,-4,56,-12r4,13v-13,6,-33,11,-55,12r-12,16v34,11,15,55,-17,52v-9,0,-18,-2,-22,-5r6,-13v11,8,34,7,35,-9v0,-9,-9,-14,-22,-15r19,-26v-55,-3,-88,-40,-88,-99v0,-93,99,-184,192,-138","w":194,"k":{"C":9,"G":9,"O":9,"Q":9,"\u00d8":9,"\u00c7":9,"\u00d3":9,"\u00d4":9,"\u00d6":9,"\u00d2":9,"\u00d5":9,"V":-4,"W":-4,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"v":4,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"a":3,"\u00e6":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,")":-9,"]":-9,"}":-9}},"\u00c9":{"d":"145,-135r-2,14r-90,0r-20,107r101,0r-3,14r-117,0r46,-243r112,0r-3,14r-95,0r-18,94r89,0xm143,-296r28,0r-50,40r-16,0","w":158,"k":{"V":-4,"W":-4,"g":2,"c":2,"d":2,"e":2,"o":2,"q":2,"\u00f8":2,"\u00e7":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2,"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,"a":1,"\u00e6":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,"t":2,",":2,".":2}},"\u00ca":{"d":"145,-135r-2,14r-90,0r-20,107r101,0r-3,14r-117,0r46,-243r112,0r-3,14r-95,0r-18,94r89,0xm117,-296r14,0r28,40r-16,0v-7,-9,-12,-20,-21,-28v-15,10,-19,31,-47,28","w":158,"k":{"V":-4,"W":-4,"g":2,"c":2,"d":2,"e":2,"o":2,"q":2,"\u00f8":2,"\u00e7":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2,"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,"a":1,"\u00e6":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,"t":2,",":2,".":2}},"\u00cb":{"d":"145,-135r-2,14r-90,0r-20,107r101,0r-3,14r-117,0r46,-243r112,0r-3,14r-95,0r-18,94r89,0xm92,-290v18,1,16,30,-2,29v-18,-1,-14,-29,2,-29xm152,-261v-7,0,-13,-7,-13,-14v0,-7,6,-15,14,-15v18,1,16,29,-1,29","w":158,"k":{"V":-4,"W":-4,"g":2,"c":2,"d":2,"e":2,"o":2,"q":2,"\u00f8":2,"\u00e7":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2,"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,"a":1,"\u00e6":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,"t":2,",":2,".":2}},"\u00c8":{"d":"145,-135r-2,14r-90,0r-20,107r101,0r-3,14r-117,0r46,-243r112,0r-3,14r-95,0r-18,94r89,0xm81,-296r26,0r26,40r-13,0","w":158,"k":{"V":-4,"W":-4,"g":2,"c":2,"d":2,"e":2,"o":2,"q":2,"\u00f8":2,"\u00e7":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2,"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,"a":1,"\u00e6":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,"t":2,",":2,".":2}},"\u00cd":{"d":"60,-243r17,0r-47,243r-16,0xm93,-296r27,0r-50,40r-16,0","w":74,"k":{"f":-3,"\u00df":-3,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"z":-3,"t":-3}},"\u00ce":{"d":"60,-243r17,0r-47,243r-16,0xm68,-296r13,0r29,40r-17,0v-7,-9,-12,-20,-21,-28v-15,10,-19,31,-47,28","w":74,"k":{"f":-3,"\u00df":-3,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"z":-3,"t":-3}},"\u00cf":{"d":"60,-243r17,0r-47,243r-16,0xm45,-290v18,1,16,30,-2,29v-18,-1,-14,-29,2,-29xm106,-290v18,1,16,30,-2,29v-18,-1,-14,-29,2,-29","w":74,"k":{"f":-3,"\u00df":-3,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"z":-3,"t":-3}},"\u00cc":{"d":"60,-243r17,0r-47,243r-16,0xm33,-296r25,0r26,40r-13,0","w":74,"k":{"f":-3,"\u00df":-3,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"z":-3,"t":-3}},"\u00d1":{"d":"30,0r-16,0r46,-243r16,0r70,165v11,26,15,42,20,59r40,-224r16,0r-46,243r-15,0r-68,-162v-15,-27,-14,-45,-24,-61v-9,72,-26,152,-39,223xm164,-260v-19,1,-41,-30,-50,2r-11,0v3,-16,13,-30,26,-30v20,0,39,30,50,0r11,0v-3,17,-11,28,-26,28","w":219,"k":{"f":-3,"\u00df":-3,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"z":-3,"t":-3}},"\u00d3":{"d":"230,-148v1,70,-46,152,-125,152v-63,0,-88,-48,-88,-97v-1,-71,47,-155,124,-154v66,0,89,51,89,99xm139,-233v-66,1,-105,75,-105,137v0,43,19,86,74,86v65,0,106,-74,105,-137v0,-37,-12,-86,-74,-86xm173,-296r28,0r-51,40r-16,0","w":232,"k":{"T":8,"V":-1,"W":-1,"X":4,"Y":9,"\u00dd":9,"f":-10,"\u00df":-10,"g":-6,"j":-3,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"\u00ed":-3,"\u00ee":-3,"\u00ef":-3,"\u00ec":-3,"\u00f1":-3,"c":-5,"d":-5,"e":-5,"o":-5,"q":-5,"\u00f8":-5,"\u00e7":-5,"\u00e9":-5,"\u00ea":-5,"\u00eb":-5,"\u00e8":-5,"\u00f3":-5,"\u00f4":-5,"\u00f6":-5,"\u00f2":-5,"\u00f5":-5,"s":-3,"v":-9,"w":-9,"y":-9,"\u00fd":-9,"\u00ff":-9,"x":-2,"z":-2,"a":-4,"\u00e6":-4,"\u00e1":-4,"\u00e2":-4,"\u00e4":-4,"\u00e0":-4,"\u00e5":-4,"\u00e3":-4,"u":-3,"\u00fa":-3,"\u00fb":-3,"\u00fc":-3,"\u00f9":-3,"t":-10,"b":-3,"h":-3,"k":-3,"l":-3,":":-4,";":-4,"\u00bb":-5,"\u00ab":-4,"\u00ad":-5,",":11,".":11}},"\u00d4":{"d":"230,-148v1,70,-46,152,-125,152v-63,0,-88,-48,-88,-97v-1,-71,47,-155,124,-154v66,0,89,51,89,99xm139,-233v-66,1,-105,75,-105,137v0,43,19,86,74,86v65,0,106,-74,105,-137v0,-37,-12,-86,-74,-86xm147,-296r13,0r29,40r-17,0v-7,-9,-12,-20,-21,-28v-15,10,-19,31,-47,28","w":232,"k":{"T":8,"V":-1,"W":-1,"X":4,"Y":9,"\u00dd":9,"f":-10,"\u00df":-10,"g":-6,"j":-3,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"\u00ed":-3,"\u00ee":-3,"\u00ef":-3,"\u00ec":-3,"\u00f1":-3,"c":-5,"d":-5,"e":-5,"o":-5,"q":-5,"\u00f8":-5,"\u00e7":-5,"\u00e9":-5,"\u00ea":-5,"\u00eb":-5,"\u00e8":-5,"\u00f3":-5,"\u00f4":-5,"\u00f6":-5,"\u00f2":-5,"\u00f5":-5,"s":-3,"v":-9,"w":-9,"y":-9,"\u00fd":-9,"\u00ff":-9,"x":-2,"z":-2,"a":-4,"\u00e6":-4,"\u00e1":-4,"\u00e2":-4,"\u00e4":-4,"\u00e0":-4,"\u00e5":-4,"\u00e3":-4,"u":-3,"\u00fa":-3,"\u00fb":-3,"\u00fc":-3,"\u00f9":-3,"t":-10,"b":-3,"h":-3,"k":-3,"l":-3,":":-4,";":-4,"\u00bb":-5,"\u00ab":-4,"\u00ad":-5,",":11,".":11}},"\u00d6":{"d":"230,-148v1,70,-46,152,-125,152v-63,0,-88,-48,-88,-97v-1,-71,47,-155,124,-154v66,0,89,51,89,99xm139,-233v-66,1,-105,75,-105,137v0,43,19,86,74,86v65,0,106,-74,105,-137v0,-37,-12,-86,-74,-86xm121,-261v-7,0,-13,-7,-13,-14v0,-7,6,-15,14,-15v18,1,16,29,-1,29xm182,-261v-7,0,-13,-7,-13,-14v0,-7,6,-15,14,-15v18,1,16,29,-1,29","w":232,"k":{"T":8,"V":-1,"W":-1,"X":4,"Y":9,"\u00dd":9,"f":-10,"\u00df":-10,"g":-6,"j":-3,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"\u00ed":-3,"\u00ee":-3,"\u00ef":-3,"\u00ec":-3,"\u00f1":-3,"c":-5,"d":-5,"e":-5,"o":-5,"q":-5,"\u00f8":-5,"\u00e7":-5,"\u00e9":-5,"\u00ea":-5,"\u00eb":-5,"\u00e8":-5,"\u00f3":-5,"\u00f4":-5,"\u00f6":-5,"\u00f2":-5,"\u00f5":-5,"s":-3,"v":-9,"w":-9,"y":-9,"\u00fd":-9,"\u00ff":-9,"x":-2,"z":-2,"a":-4,"\u00e6":-4,"\u00e1":-4,"\u00e2":-4,"\u00e4":-4,"\u00e0":-4,"\u00e5":-4,"\u00e3":-4,"u":-3,"\u00fa":-3,"\u00fb":-3,"\u00fc":-3,"\u00f9":-3,"t":-10,"b":-3,"h":-3,"k":-3,"l":-3,":":-4,";":-4,"\u00bb":-5,"\u00ab":-4,"\u00ad":-5,",":11,".":11}},"\u00d2":{"d":"230,-148v1,70,-46,152,-125,152v-63,0,-88,-48,-88,-97v-1,-71,47,-155,124,-154v66,0,89,51,89,99xm139,-233v-66,1,-105,75,-105,137v0,43,19,86,74,86v65,0,106,-74,105,-137v0,-37,-12,-86,-74,-86xm109,-296r25,0r26,40r-13,0","w":232,"k":{"T":8,"V":-1,"W":-1,"X":4,"Y":9,"\u00dd":9,"f":-10,"\u00df":-10,"g":-6,"j":-3,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"\u00ed":-3,"\u00ee":-3,"\u00ef":-3,"\u00ec":-3,"\u00f1":-3,"c":-5,"d":-5,"e":-5,"o":-5,"q":-5,"\u00f8":-5,"\u00e7":-5,"\u00e9":-5,"\u00ea":-5,"\u00eb":-5,"\u00e8":-5,"\u00f3":-5,"\u00f4":-5,"\u00f6":-5,"\u00f2":-5,"\u00f5":-5,"s":-3,"v":-9,"w":-9,"y":-9,"\u00fd":-9,"\u00ff":-9,"x":-2,"z":-2,"a":-4,"\u00e6":-4,"\u00e1":-4,"\u00e2":-4,"\u00e4":-4,"\u00e0":-4,"\u00e5":-4,"\u00e3":-4,"u":-3,"\u00fa":-3,"\u00fb":-3,"\u00fc":-3,"\u00f9":-3,"t":-10,"b":-3,"h":-3,"k":-3,"l":-3,":":-4,";":-4,"\u00bb":-5,"\u00ab":-4,"\u00ad":-5,",":11,".":11}},"\u00d5":{"d":"230,-148v1,70,-46,152,-125,152v-63,0,-88,-48,-88,-97v-1,-71,47,-155,124,-154v66,0,89,51,89,99xm139,-233v-66,1,-105,75,-105,137v0,43,19,86,74,86v65,0,106,-74,105,-137v0,-37,-12,-86,-74,-86xm170,-260v-19,1,-41,-30,-50,2r-11,0v3,-16,12,-30,25,-30v21,0,40,30,50,0r12,0v-3,17,-11,28,-26,28","w":232,"k":{"T":8,"V":-1,"W":-1,"X":4,"Y":9,"\u00dd":9,"f":-10,"\u00df":-10,"g":-6,"j":-3,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"\u00ed":-3,"\u00ee":-3,"\u00ef":-3,"\u00ec":-3,"\u00f1":-3,"c":-5,"d":-5,"e":-5,"o":-5,"q":-5,"\u00f8":-5,"\u00e7":-5,"\u00e9":-5,"\u00ea":-5,"\u00eb":-5,"\u00e8":-5,"\u00f3":-5,"\u00f4":-5,"\u00f6":-5,"\u00f2":-5,"\u00f5":-5,"s":-3,"v":-9,"w":-9,"y":-9,"\u00fd":-9,"\u00ff":-9,"x":-2,"z":-2,"a":-4,"\u00e6":-4,"\u00e1":-4,"\u00e2":-4,"\u00e4":-4,"\u00e0":-4,"\u00e5":-4,"\u00e3":-4,"u":-3,"\u00fa":-3,"\u00fb":-3,"\u00fc":-3,"\u00f9":-3,"t":-10,"b":-3,"h":-3,"k":-3,"l":-3,":":-4,";":-4,"\u00bb":-5,"\u00ab":-4,"\u00ad":-5,",":11,".":11}},"\u00da":{"d":"60,-243r17,0r-28,147v-11,46,6,86,48,86v84,0,84,-155,104,-233r17,0r-29,150v-14,72,-52,97,-95,97v-45,0,-73,-43,-62,-101xm159,-296r28,0r-51,40r-15,0","w":216,"k":{"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"S":4,"f":-4,"\u00df":-4,"v":-2,"w":-2,"y":-2,"\u00fd":-2,"\u00ff":-2,"b":-3,"h":-3,"k":-3,"l":-3}},"\u00db":{"d":"60,-243r17,0r-28,147v-11,46,6,86,48,86v84,0,84,-155,104,-233r17,0r-29,150v-14,72,-52,97,-95,97v-45,0,-73,-43,-62,-101xm143,-296r13,0r29,40r-17,0r-20,-28v-15,10,-19,31,-48,28","w":216,"k":{"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"S":4,"f":-4,"\u00df":-4,"v":-2,"w":-2,"y":-2,"\u00fd":-2,"\u00ff":-2,"b":-3,"h":-3,"k":-3,"l":-3}},"\u00dc":{"d":"60,-243r17,0r-28,147v-11,46,6,86,48,86v84,0,84,-155,104,-233r17,0r-29,150v-14,72,-52,97,-95,97v-45,0,-73,-43,-62,-101xm112,-261v-7,0,-13,-7,-13,-14v0,-7,6,-15,14,-15v18,1,16,29,-1,29xm173,-261v-7,0,-13,-7,-13,-14v0,-7,6,-15,14,-15v18,1,16,29,-1,29","w":216,"k":{"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"S":4,"f":-4,"\u00df":-4,"v":-2,"w":-2,"y":-2,"\u00fd":-2,"\u00ff":-2,"b":-3,"h":-3,"k":-3,"l":-3}},"\u00d9":{"d":"60,-243r17,0r-28,147v-11,46,6,86,48,86v84,0,84,-155,104,-233r17,0r-29,150v-14,72,-52,97,-95,97v-45,0,-73,-43,-62,-101xm103,-296r26,0r26,40r-14,0","w":216,"k":{"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"S":4,"f":-4,"\u00df":-4,"v":-2,"w":-2,"y":-2,"\u00fd":-2,"\u00ff":-2,"b":-3,"h":-3,"k":-3,"l":-3}},"\u00dd":{"d":"76,0r-16,0r20,-102r-47,-141r17,0r40,128r89,-128r19,0r-103,141xm141,-296r28,0r-51,40r-15,0","w":174,"k":{"\u00f6":20,"\u00ec":11,"\u00ef":11,"\u00ee":11,"\u00ed":11,"\u00eb":20,"\u00e4":25,"i":11,"T":-13,"A":25,"\u00c6":25,"\u00c1":25,"\u00c2":25,"\u00c4":25,"\u00c0":25,"\u00c5":25,"\u00c3":25,"C":4,"G":4,"O":4,"Q":4,"\u00d8":4,"\u00c7":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d5":4,"V":-7,"W":-7,"X":4,"J":19,"M":7,"B":1,"D":1,"E":1,"F":1,"H":1,"I":1,"K":1,"L":1,"N":1,"P":1,"R":1,"\u00d0":1,"\u00c9":1,"\u00ca":1,"\u00cb":1,"\u00c8":1,"\u00cd":1,"\u00ce":1,"\u00cf":1,"\u00cc":1,"\u00d1":1,"g":25,"m":11,"n":11,"p":11,"r":11,"\u00f1":11,"c":20,"d":20,"e":20,"o":20,"q":20,"\u00f8":20,"\u00e7":20,"\u00e9":20,"\u00ea":20,"\u00e8":20,"\u00f3":20,"\u00f4":20,"\u00f2":20,"\u00f5":20,"s":19,"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"x":12,"z":15,"a":25,"\u00e6":25,"\u00e1":25,"\u00e2":25,"\u00e0":25,"\u00e5":25,"\u00e3":25,"u":15,"\u00fa":15,"\u00fb":15,"\u00fc":15,"\u00f9":15,"t":4,"b":2,"h":2,"k":2,"l":2,":":7,";":7,"\u00bb":10,"\u00ab":14,"\u00ad":20,")":-12,"]":-12,"}":-12,",":34,".":34}},"\u00e1":{"d":"145,0r-16,0v0,-11,2,-29,5,-51v-21,41,-46,55,-73,55v-31,0,-48,-24,-48,-55v-1,-75,69,-147,157,-121v-8,48,-27,125,-25,172xm64,-10v51,0,82,-87,88,-150v-67,-17,-122,40,-122,106v0,21,6,44,34,44xm144,-244r26,0r-48,50r-15,0","w":181},"\u00e2":{"d":"145,0r-16,0v0,-11,2,-29,5,-51v-21,41,-46,55,-73,55v-31,0,-48,-24,-48,-55v-1,-75,69,-147,157,-121v-8,48,-27,125,-25,172xm64,-10v51,0,82,-87,88,-150v-67,-17,-122,40,-122,106v0,21,6,44,34,44xm119,-244r12,0r24,50r-16,0r-16,-36r-28,36r-17,0","w":181},"\u00e4":{"d":"145,0r-16,0v0,-11,2,-29,5,-51v-21,41,-46,55,-73,55v-31,0,-48,-24,-48,-55v-1,-75,69,-147,157,-121v-8,48,-27,125,-25,172xm64,-10v51,0,82,-87,88,-150v-67,-17,-122,40,-122,106v0,21,6,44,34,44xm89,-209v-8,0,-13,-6,-13,-13v0,-8,6,-15,14,-15v18,1,17,28,-1,28xm163,-223v0,7,-4,14,-14,14v-8,0,-12,-6,-12,-13v0,-8,6,-15,14,-15v8,0,12,7,12,14","w":181},"\u00e0":{"d":"145,0r-16,0v0,-11,2,-29,5,-51v-21,41,-46,55,-73,55v-31,0,-48,-24,-48,-55v-1,-75,69,-147,157,-121v-8,48,-27,125,-25,172xm64,-10v51,0,82,-87,88,-150v-67,-17,-122,40,-122,106v0,21,6,44,34,44xm87,-244r24,0r22,50r-12,0","w":181},"\u00e5":{"d":"145,0r-16,0v0,-11,2,-29,5,-51v-21,41,-46,55,-73,55v-31,0,-48,-24,-48,-55v-1,-75,69,-147,157,-121v-8,48,-27,125,-25,172xm64,-10v51,0,82,-87,88,-150v-67,-17,-122,40,-122,106v0,21,6,44,34,44xm120,-256v18,0,32,13,32,32v1,41,-67,42,-65,2v0,-19,14,-34,33,-34xm138,-225v0,-11,-7,-20,-19,-20v-11,0,-19,9,-19,22v0,11,8,21,19,21v11,0,19,-10,19,-23","w":181},"\u00e3":{"d":"145,0r-16,0v0,-11,2,-29,5,-51v-21,41,-46,55,-73,55v-31,0,-48,-24,-48,-55v-1,-75,69,-147,157,-121v-8,48,-27,125,-25,172xm64,-10v51,0,82,-87,88,-150v-67,-17,-122,40,-122,106v0,21,6,44,34,44xm159,-238v-1,41,-39,27,-59,15v-7,0,-9,6,-10,16r-13,0v1,-16,10,-30,24,-30v17,0,43,34,47,-1r11,0","w":181},"\u00e7":{"d":"123,-22r4,13v-6,3,-21,11,-41,12r-12,16v33,12,17,54,-18,52v-8,0,-16,-2,-20,-5r5,-13v11,8,35,7,35,-10v0,-8,-9,-13,-22,-14r18,-25v-42,-1,-58,-34,-58,-64v0,-69,68,-144,138,-107r-6,13v-59,-30,-115,32,-115,91v0,30,14,53,48,53v21,0,35,-8,44,-12","w":149,"k":{"T":7,"f":-3,"\u00df":-3,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"v":-5,"w":-5,"y":-5,"\u00fd":-5,"\u00ff":-5,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6,"\u00bb":-5,"\u00ab":6,",":4,".":4}},"\u00e9":{"d":"121,-23r5,13v-9,6,-27,14,-53,14v-44,0,-60,-34,-60,-68v0,-51,40,-113,91,-113v31,0,44,20,44,40v0,46,-56,56,-117,55v-8,34,11,72,45,72v22,0,36,-8,45,-13xm132,-136v0,-17,-13,-27,-31,-27v-31,0,-58,33,-67,67v51,1,98,-6,98,-40xm126,-244r27,0r-49,50r-14,0","w":152,"k":{"T":8,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"\u00ad":-5,",":4,".":4}},"\u00ea":{"d":"121,-23r5,13v-9,6,-27,14,-53,14v-44,0,-60,-34,-60,-68v0,-51,40,-113,91,-113v31,0,44,20,44,40v0,46,-56,56,-117,55v-8,34,11,72,45,72v22,0,36,-8,45,-13xm132,-136v0,-17,-13,-27,-31,-27v-31,0,-58,33,-67,67v51,1,98,-6,98,-40xm108,-244r13,0r23,50r-15,0v-6,-12,-9,-26,-17,-36r-28,36r-17,0","w":152,"k":{"T":8,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"\u00ad":-5,",":4,".":4}},"\u00eb":{"d":"121,-23r5,13v-9,6,-27,14,-53,14v-44,0,-60,-34,-60,-68v0,-51,40,-113,91,-113v31,0,44,20,44,40v0,46,-56,56,-117,55v-8,34,11,72,45,72v22,0,36,-8,45,-13xm132,-136v0,-17,-13,-27,-31,-27v-31,0,-58,33,-67,67v51,1,98,-6,98,-40xm93,-223v0,7,-4,14,-14,14v-8,0,-12,-6,-12,-13v0,-8,5,-15,13,-15v8,0,13,7,13,14xm140,-209v-8,0,-12,-6,-12,-13v0,-8,5,-15,13,-15v18,1,17,28,-1,28","w":152,"k":{"T":8,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"\u00ad":-5,",":4,".":4}},"\u00e8":{"d":"121,-23r5,13v-9,6,-27,14,-53,14v-44,0,-60,-34,-60,-68v0,-51,40,-113,91,-113v31,0,44,20,44,40v0,46,-56,56,-117,55v-8,34,11,72,45,72v22,0,36,-8,45,-13xm132,-136v0,-17,-13,-27,-31,-27v-31,0,-58,33,-67,67v51,1,98,-6,98,-40xm73,-244r24,0r22,50r-12,0","w":152,"k":{"T":8,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"\u00ad":-5,",":4,".":4}},"\u00ed":{"d":"30,0r-16,0r33,-173r16,0xm81,-244r26,0r-48,50r-15,0","w":74},"\u00ee":{"d":"30,0r-16,0r33,-173r16,0xm58,-244r13,0r23,50r-16,0v-6,-12,-9,-26,-16,-36r-28,36r-17,0","w":74},"\u00ef":{"d":"30,0r-16,0r33,-173r16,0xm44,-223v0,7,-4,14,-14,14v-8,0,-12,-6,-12,-13v0,-8,5,-15,13,-15v8,0,13,7,13,14xm91,-209v-8,0,-12,-6,-12,-13v0,-8,6,-15,14,-15v17,1,16,28,-2,28","w":74},"\u00ec":{"d":"30,0r-16,0r33,-173r16,0xm22,-244r24,0r22,50r-12,0","w":74},"\u00f1":{"d":"30,0r-16,0r31,-173r15,0r-5,37v15,-25,40,-41,67,-41v15,0,43,8,43,48v0,45,-15,87,-22,129r-16,0r22,-126v0,-21,-8,-36,-33,-36v-24,0,-62,27,-70,73xm157,-238v-1,41,-38,27,-59,15v-7,0,-10,6,-11,16r-12,0v1,-16,9,-30,23,-30v17,0,43,34,47,-1r12,0","w":185,"k":{"T":19,"\"":14,"'":14}},"\u00f3":{"d":"78,4v-43,0,-64,-35,-64,-71v0,-55,38,-110,91,-110v46,0,64,38,64,73v0,47,-34,108,-91,108xm80,-10v39,0,72,-48,72,-95v0,-23,-10,-58,-48,-58v-42,0,-73,47,-73,95v0,33,19,58,49,58xm133,-244r27,0r-49,50r-14,0","w":180,"k":{"T":17,"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,"x":3,"z":2,"\u00ad":-6,"\"":8,"'":8,",":7,".":7}},"\u00f4":{"d":"78,4v-43,0,-64,-35,-64,-71v0,-55,38,-110,91,-110v46,0,64,38,64,73v0,47,-34,108,-91,108xm80,-10v39,0,72,-48,72,-95v0,-23,-10,-58,-48,-58v-42,0,-73,47,-73,95v0,33,19,58,49,58xm114,-244r13,0r23,50r-15,0v-6,-12,-9,-26,-17,-36r-28,36r-16,0","w":180,"k":{"T":17,"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,"x":3,"z":2,"\u00ad":-6,"\"":8,"'":8,",":7,".":7}},"\u00f6":{"d":"78,4v-43,0,-64,-35,-64,-71v0,-55,38,-110,91,-110v46,0,64,38,64,73v0,47,-34,108,-91,108xm80,-10v39,0,72,-48,72,-95v0,-23,-10,-58,-48,-58v-42,0,-73,47,-73,95v0,33,19,58,49,58xm100,-223v0,7,-4,14,-14,14v-8,0,-12,-6,-12,-13v0,-8,5,-15,13,-15v8,0,13,7,13,14xm161,-223v0,7,-4,14,-14,14v-8,0,-12,-6,-12,-13v0,-8,6,-15,14,-15v8,0,12,7,12,14","w":180,"k":{"T":17,"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,"x":3,"z":2,"\u00ad":-6,"\"":8,"'":8,",":7,".":7}},"\u00f2":{"d":"78,4v-43,0,-64,-35,-64,-71v0,-55,38,-110,91,-110v46,0,64,38,64,73v0,47,-34,108,-91,108xm80,-10v39,0,72,-48,72,-95v0,-23,-10,-58,-48,-58v-42,0,-73,47,-73,95v0,33,19,58,49,58xm75,-244r24,0r22,50r-12,0","w":180,"k":{"T":17,"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,"x":3,"z":2,"\u00ad":-6,"\"":8,"'":8,",":7,".":7}},"\u00f5":{"d":"78,4v-43,0,-64,-35,-64,-71v0,-55,38,-110,91,-110v46,0,64,38,64,73v0,47,-34,108,-91,108xm80,-10v39,0,72,-48,72,-95v0,-23,-10,-58,-48,-58v-42,0,-73,47,-73,95v0,33,19,58,49,58xm151,-238v-1,41,-39,27,-59,15v-7,0,-10,6,-11,16r-12,0v1,-16,10,-30,24,-30v16,0,42,34,46,-1r12,0","w":180,"k":{"T":17,"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,"x":3,"z":2,"\u00ad":-6,"\"":8,"'":8,",":7,".":7}},"\u00fa":{"d":"154,-173r16,0r-31,173r-15,0v1,-11,6,-26,5,-36v-14,23,-38,40,-62,40v-19,0,-46,-7,-46,-51v0,-44,15,-85,21,-126r17,0r-22,126v0,22,9,36,34,36v24,0,57,-28,65,-68xm130,-244r27,0r-49,50r-14,0","w":182,"k":{"T":18,",":4,".":4}},"\u00fb":{"d":"154,-173r16,0r-31,173r-15,0v1,-11,6,-26,5,-36v-14,23,-38,40,-62,40v-19,0,-46,-7,-46,-51v0,-44,15,-85,21,-126r17,0r-22,126v0,22,9,36,34,36v24,0,57,-28,65,-68xm114,-244r13,0r23,50r-15,0v-6,-12,-9,-26,-17,-36r-28,36r-16,0","w":182,"k":{"T":18,",":4,".":4}},"\u00fc":{"d":"154,-173r16,0r-31,173r-15,0v1,-11,6,-26,5,-36v-14,23,-38,40,-62,40v-19,0,-46,-7,-46,-51v0,-44,15,-85,21,-126r17,0r-22,126v0,22,9,36,34,36v24,0,57,-28,65,-68xm85,-209v-8,0,-13,-6,-13,-13v0,-8,6,-15,14,-15v18,1,17,28,-1,28xm146,-209v-8,0,-12,-6,-12,-13v0,-8,5,-15,13,-15v18,1,17,28,-1,28","w":182,"k":{"T":18,",":4,".":4}},"\u00f9":{"d":"154,-173r16,0r-31,173r-15,0v1,-11,6,-26,5,-36v-14,23,-38,40,-62,40v-19,0,-46,-7,-46,-51v0,-44,15,-85,21,-126r17,0r-22,126v0,22,9,36,34,36v24,0,57,-28,65,-68xm74,-244r24,0r22,50r-12,0","w":182,"k":{"T":18,",":4,".":4}},"\u00fd":{"d":"18,-173r17,0r31,152r73,-152r17,0v-40,74,-67,162,-122,222v-18,20,-38,28,-47,30r-5,-14v26,-12,64,-33,71,-72xm113,-244r27,0r-49,50r-14,0","w":146,"k":{"T":13,"g":5,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"v":-4,"w":-4,"y":-4,"\u00fd":-4,"\u00ff":-4,"a":5,"\u00e6":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e0":5,"\u00e5":5,"\u00e3":5,":":-7,";":-7,"\u00ad":3,",":13,".":13}},"\u00ff":{"d":"18,-173r17,0r31,152r73,-152r17,0v-40,74,-67,162,-122,222v-18,20,-38,28,-47,30r-5,-14v26,-12,64,-33,71,-72xm66,-209v-8,0,-13,-6,-13,-13v0,-8,6,-15,14,-15v18,1,17,28,-1,28xm127,-209v-8,0,-13,-6,-13,-13v0,-8,6,-15,14,-15v18,1,17,28,-1,28","w":146,"k":{"T":13,"g":5,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"v":-4,"w":-4,"y":-4,"\u00fd":-4,"\u00ff":-4,"a":5,"\u00e6":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e0":5,"\u00e5":5,"\u00e3":5,":":-7,";":-7,"\u00ad":3,",":13,".":13}}}});
;
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 1989, 1999, 2000 Adobe Systems Incorporated. All rights reserved.
 * 
 * Trademark:
 * Trajan is either a registered trademark or a trademark of Adobe Systems
 * Incorporated in the United States and/or other countries.
 * 
 * Full name:
 * TrajanPro-Regular
 * 
 * Manufacturer:
 * Adobe Systems Incorporated
 * 
 * Designer:
 * Carol Twombly
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":205,"face":{"font-family":"TrajanPro","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 2 5 2 5 5 6 2 3 1","ascent":"270","descent":"-90","x-height":"5","cap-height":"1","bbox":"-25 -347 546 91","underline-thickness":"18","underline-position":"-18","stemh":"13","stemv":"29","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":117},"!":{"d":"39,-245v5,-14,19,-26,34,-31v6,6,-2,20,-4,51v-1,15,-3,159,-12,170v-4,0,-5,-5,-6,-19r-5,-96v0,-8,-4,-62,-7,-75xm58,6v-25,-1,-24,-35,0,-37v10,0,18,8,18,18v0,11,-7,19,-18,19","w":115},"\"":{"d":"36,-187v-6,-18,-13,-85,-15,-80v0,-5,6,-5,15,-5v9,0,15,0,15,5xm81,-187v-6,-18,-13,-85,-15,-80v0,-5,6,-5,15,-5v9,0,15,0,15,5","w":117},"#":{"d":"194,-166r-43,0r-9,59r41,0r0,21r-44,0r-13,86r-13,0r14,-86r-59,0r-14,86r-12,0r13,-86r-43,0r0,-21r47,0r9,-59r-45,0r0,-20r48,0r11,-85r13,0r-11,85r57,0r12,-85r12,0r-11,85r40,0r0,20xm138,-166r-57,0r-9,59r58,0"},"$":{"d":"126,-273v21,2,39,-1,43,10v-1,10,3,43,-4,46v-7,-8,-1,-24,-13,-34v-6,-5,-18,-10,-27,-10r-11,107v34,22,63,42,63,82v0,54,-51,72,-76,72v-3,12,3,33,-13,34v-7,-6,1,-24,0,-34v-11,-1,-58,-2,-57,-22v2,-26,1,-41,8,-49v5,11,-1,31,11,41v9,11,25,16,39,16r11,-115v-40,-28,-61,-47,-61,-79v0,-44,43,-65,74,-65v2,-13,-1,-40,16,-33xm103,-163r9,-98v-13,0,-49,7,-49,43v0,22,14,37,40,55xm112,-121r-10,107v31,-1,49,-21,49,-50v0,-24,-15,-41,-39,-57"},"%":{"d":"233,0v-84,-3,-79,-130,2,-132v83,3,79,130,-2,132xm234,-10v28,0,39,-25,39,-54v0,-28,-13,-58,-39,-58v-27,0,-39,25,-39,54v0,28,13,58,39,58xm112,-3v-3,8,-14,4,-21,7v-4,1,-5,-2,-4,-4v36,-81,111,-256,114,-264v-23,1,-79,6,-85,6v40,29,29,122,-38,120v-85,-4,-78,-132,4,-132v64,0,128,-10,139,-7xm79,-148v28,0,38,-24,38,-53v0,-28,-13,-59,-39,-59v-27,0,-38,25,-38,54v0,28,13,58,39,58","w":313},"&":{"d":"214,-54v40,34,54,40,98,53v-53,4,-67,10,-117,-32v-8,8,-37,39,-90,39v-118,0,-101,-134,-32,-166v-40,-52,-12,-116,60,-116v22,0,44,2,48,18v-1,15,2,43,-6,47v-3,-25,-17,-54,-49,-53v-22,0,-46,13,-46,47v0,47,89,122,125,157v10,-14,18,-38,18,-60v0,-16,-17,-23,-29,-26v9,-3,48,-6,56,7v0,29,-20,66,-36,85xm186,-40v-46,-40,-74,-66,-108,-111v-57,29,-30,138,40,138v33,0,56,-14,68,-27","w":279},"(":{"d":"103,-265v-18,23,-54,72,-54,150v0,77,23,119,54,157v0,1,-2,3,-3,3v-32,-22,-78,-77,-78,-155v0,-80,51,-142,79,-158v1,0,2,2,2,3","w":129,"k":{"v":-8,"w":-3,"y":-12,"\u00fd":-12,"\u00ff":-12}},")":{"d":"26,42v20,-22,53,-72,54,-150v1,-77,-24,-118,-53,-157v0,-1,1,-3,2,-3v32,22,78,76,78,154v0,81,-51,141,-78,159v-1,0,-3,-2,-3,-3","w":129},"*":{"d":"59,-239v0,-10,-8,-33,-10,-41v0,-3,24,-18,26,-7v3,9,-12,37,-8,48v20,-6,30,-16,37,-22v2,0,17,24,6,26v-1,1,-35,0,-44,2v4,13,28,26,35,31v0,6,-14,18,-19,18v-11,-5,-14,-39,-23,-43v-3,7,-15,27,-16,38v-5,5,-29,0,-27,-3v1,-13,42,-31,38,-42v-11,-2,-32,-3,-38,-1v-2,0,-8,-26,-1,-27v14,-1,36,23,44,23","w":126},"+":{"d":"168,-87r-66,0r0,67r-19,0r0,-67r-68,0r0,-19r67,0r0,-67r19,0r0,67r67,0r0,19","w":183},",":{"d":"31,34v-5,-9,13,-25,9,-33v0,-17,-12,-22,-12,-26v0,-10,13,-19,22,-19v26,18,3,59,-19,78","w":90},"-":{"d":"128,-108v-18,14,-93,11,-113,25v-3,-6,-2,-30,11,-29v33,2,77,-5,102,4","w":140},".":{"d":"45,0v-27,-1,-27,-38,0,-40v11,0,20,7,20,19v0,12,-8,21,-20,21","w":90},"\/":{"d":"24,4v-4,3,-20,-3,-15,-12r166,-266v5,-4,16,4,16,9","w":198},"0":{"d":"15,-127v0,-85,32,-149,90,-149v66,0,85,86,85,133v0,83,-31,149,-90,149v-56,0,-85,-69,-85,-133xm98,-263v-73,3,-73,257,9,256v77,-3,69,-260,-9,-256"},"1":{"d":"40,-222v24,-20,52,-38,81,-54v11,24,-6,197,3,250v-4,23,28,18,42,25v-53,3,-63,2,-120,0v9,-9,47,3,47,-25r1,-200v-3,-33,-42,17,-54,4"},"2":{"d":"186,-63v2,16,1,63,-32,63r-136,0v-9,-1,-4,-10,1,-14v72,-64,126,-114,126,-183v0,-51,-34,-66,-58,-66v-35,0,-50,25,-54,54v-7,-4,-3,-33,-5,-49v10,-15,35,-18,67,-18v54,0,81,35,81,73v0,75,-80,141,-125,179v-2,1,-1,2,1,2v51,-2,126,10,130,-36v1,-4,2,-5,4,-5"},"3":{"d":"74,6v-20,0,-50,-2,-50,-19v0,-21,-1,-42,6,-50v7,28,14,54,56,54v36,0,65,-21,65,-64v0,-48,-43,-65,-66,-70v-7,-1,-10,-2,-10,-5v23,-9,64,-18,66,-67v0,-15,-10,-48,-52,-48v-31,0,-43,21,-48,47v-5,-8,-4,-32,-5,-40v7,-17,32,-20,63,-20v59,0,71,36,71,54v0,37,-38,59,-48,66v23,5,59,28,59,70v0,50,-43,92,-107,92"},"4":{"d":"150,-81v0,30,-10,84,32,77v2,0,3,2,3,3v-41,3,-55,2,-99,0v8,-6,40,-1,36,-25v1,-16,0,-43,0,-55r-109,0v-10,1,-9,-8,-5,-12v2,-3,119,-161,131,-177v3,-6,11,-10,11,0r0,170v12,0,38,0,42,-4v5,5,-1,24,-9,23r-33,0xm122,-100r0,-128v-5,9,-85,119,-92,128r92,0"},"5":{"d":"28,-10v0,-14,-3,-43,4,-52v2,0,3,2,3,6v0,39,24,46,50,46v30,0,63,-20,63,-70v0,-58,-63,-86,-91,-87v-7,0,-10,-3,-10,-7r8,-91v0,-4,3,-5,7,-5v37,-2,79,2,113,-3v7,3,2,31,-5,53v-5,-14,-1,-28,-34,-27r-68,0r-5,55v46,7,113,35,113,99v0,46,-35,99,-108,99v-14,0,-40,-2,-40,-16"},"6":{"d":"18,-98v1,-72,56,-153,132,-178v6,3,2,8,-4,10v-46,26,-97,83,-97,168v0,42,19,90,60,90v29,0,52,-22,52,-62v0,-65,-39,-88,-86,-70v-4,-13,21,-19,43,-19v50,0,72,41,72,73v0,55,-34,92,-88,92v-50,0,-84,-38,-84,-104"},"7":{"d":"171,-247v-54,3,-131,-16,-136,36v0,3,-1,5,-3,5v-4,-14,1,-63,7,-68v32,7,107,3,150,4v5,0,7,2,7,4v-28,55,-96,186,-96,250v0,6,-33,29,-39,19v13,-67,53,-144,110,-250"},"8":{"d":"19,-64v0,-40,31,-67,64,-80v-66,-29,-73,-132,26,-132v37,0,66,20,66,55v0,38,-31,59,-51,69v24,12,62,35,62,79v0,42,-34,79,-85,79v-45,0,-82,-26,-82,-70xm104,-8v33,0,55,-25,55,-57v0,-39,-32,-56,-64,-73v-27,13,-48,35,-48,71v0,32,24,59,57,59xm105,-264v-32,0,-47,25,-47,45v0,30,24,46,54,62v14,-8,38,-23,38,-60v0,-27,-17,-47,-45,-47"},"9":{"d":"133,-145v5,16,-31,22,-43,22v-51,0,-72,-39,-72,-69v0,-50,36,-84,86,-84v51,0,82,43,82,98v0,104,-79,165,-130,187v-4,-1,-4,-8,1,-9v42,-23,97,-83,97,-168v0,-63,-27,-95,-59,-95v-32,0,-49,27,-49,55v0,78,52,81,87,63"},":":{"d":"45,-11v-27,-1,-27,-38,0,-39v11,0,20,6,20,18v0,12,-8,21,-20,21xm45,-132v-27,-1,-27,-38,0,-40v11,0,20,7,20,19v0,12,-8,21,-20,21","w":90},";":{"d":"33,34v-5,-9,13,-25,9,-33v0,-17,-12,-22,-12,-26v0,-10,13,-19,22,-19v24,20,3,60,-19,78xm45,-132v-27,-1,-27,-38,0,-40v11,0,20,7,20,19v0,12,-8,21,-20,21","w":90},"<":{"d":"9,-85r0,-19r153,-71r0,19r-133,61r133,62r0,19","w":183},"=":{"d":"168,-118r-153,0r0,-19r153,0r0,19xm168,-55r-153,0r0,-18r153,0r0,18","w":183},">":{"d":"168,-85r-153,71r0,-19r134,-62r-134,-61r0,-19r153,71r0,19","w":183},"?":{"d":"58,-94v12,-38,72,-82,64,-123v0,-18,-9,-47,-42,-47v-38,0,-45,27,-50,54v-8,-5,-3,-28,-5,-46v9,-15,33,-20,64,-20v48,0,65,30,65,56v0,47,-60,85,-77,132v-3,8,16,23,7,28v-8,-2,-29,-25,-26,-34xm81,6v-25,-1,-24,-35,0,-37v10,0,18,8,18,18v0,11,-7,19,-18,19","w":175},"@":{"d":"209,-35v-26,0,-28,-25,-28,-55v-24,36,-51,54,-66,54v-10,0,-19,-16,-19,-35v0,-51,33,-77,43,-85v22,-17,44,-25,67,-16v3,-4,13,-14,20,-16v9,5,-7,14,-10,33v-5,30,-28,105,13,105v29,0,57,-35,57,-90v0,-52,-35,-94,-103,-94v-84,0,-135,66,-135,152v0,68,43,108,103,108v48,0,71,-14,95,-33v6,-5,8,-5,9,-3v-15,27,-59,49,-112,49v-64,0,-119,-37,-119,-118v0,-87,75,-164,162,-164v154,0,145,208,23,208xm196,-157v-44,-29,-76,34,-74,78v0,9,3,22,9,22v13,0,39,-30,52,-51v4,-21,6,-29,13,-49","w":326},"A":{"d":"34,-39r82,-223v8,-20,8,-20,16,-1v6,14,61,162,84,217v18,43,21,37,49,44v-8,7,-50,3,-75,0v2,-5,8,-3,5,-12v-13,-29,-21,-65,-37,-91v-26,2,-60,-4,-81,3v-9,28,-22,57,-27,88v-2,13,31,8,16,15v-24,-2,-58,4,-76,-3v22,-3,35,-12,44,-37xm85,-118r68,0v2,0,2,-2,2,-3r-34,-97v-2,-5,-4,-5,-6,0v-9,33,-26,69,-30,100","w":252,"k":{"m":-8,"s":-3,"t":23,"v":26,"w":15,"x":-3,"y":17,"\u00fd":17,"\u00ff":17,"M":-9,"S":-4,"T":25,"V":29,"W":16,"X":-4,"Y":18,"\u00dd":18}},"B":{"d":"62,-25v4,-40,1,-184,1,-219v0,-19,-15,-20,-30,-24v30,-8,48,-3,85,-3v101,0,79,82,39,119v27,8,62,34,62,76v0,60,-69,76,-154,76v-9,0,-33,4,-24,-4v15,1,20,-6,21,-21xm163,-199v4,-38,-33,-78,-70,-56v2,32,-3,71,2,100v2,0,9,2,22,2v36,3,43,-18,46,-46xm188,-60v0,-39,-35,-95,-93,-84v-5,24,2,68,-2,101v-4,32,25,34,44,34v19,0,51,-10,51,-51","w":247,"k":{"v":14,"w":6,"y":12,"\u00fd":12,"\u00ff":12,"V":13,"W":5,"Y":11,"\u00dd":11,"a":2,"\u00e6":2,"\u00e1":2,"\u00e2":2,"\u00e4":2,"\u00e0":2,"\u00e5":2,"\u00e3":2,"b":6,"d":6,"e":6,"f":6,"h":6,"i":6,"k":6,"l":6,"n":6,"p":6,"r":6,"\u00fe":6,"\u00f0":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6,"\u00ed":6,"\u00ee":6,"\u00ef":6,"\u00ec":6,"\u00f1":6,"A":2,"\u00c6":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"B":5,"D":5,"E":5,"F":5,"H":5,"I":5,"K":5,"L":5,"N":5,"P":5,"R":5,"\u00d0":5,"\u00de":5,"\u00c9":5,"\u00ca":5,"\u00cb":5,"\u00c8":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"\u00d1":5}},"C":{"d":"171,-262v-94,0,-116,49,-116,120v0,69,53,132,130,132v41,0,73,-16,76,-49v1,-6,7,-7,6,0v-1,7,-1,55,-17,57v-14,6,-42,8,-65,8v-141,0,-212,-137,-122,-244v33,-39,133,-44,199,-28v13,2,-3,50,2,61v0,5,-1,7,-3,7v-3,0,-3,-2,-3,-7v-2,-44,-36,-57,-87,-57","w":289,"k":{"t":2,"y":-6,"\u00fd":-6,"\u00ff":-6,"T":2,"Y":-5,"\u00dd":-5,"c":4,"g":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"C":4,"\u00c7":4,"O":4,"\u00d8":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d5":4,"Q":4}},"D":{"d":"159,4v-39,0,-87,2,-121,-6v10,-4,24,-2,24,-23v0,-40,1,-184,1,-219v0,-19,-15,-20,-30,-24v37,-7,45,-3,95,-3v36,0,101,-3,144,41v18,19,35,48,35,91v0,45,-19,81,-39,102v-15,16,-48,41,-109,41xm122,-259v-12,0,-27,-2,-27,10r0,199v2,41,5,40,65,42v68,2,117,-46,115,-119v-2,-98,-75,-135,-153,-132","w":330,"k":{"m":2,"M":2,"a":4,"\u00e6":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"b":4,"d":4,"e":4,"f":4,"h":4,"i":4,"k":4,"l":4,"n":4,"p":4,"r":4,"\u00fe":4,"\u00f0":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00ed":4,"\u00ee":4,"\u00ef":4,"\u00ec":4,"\u00f1":4,"A":4,"\u00c6":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"N":4,"P":4,"R":4,"\u00d0":4,"\u00de":4,"\u00c9":4,"\u00ca":4,"\u00cb":4,"\u00c8":4,"\u00cd":4,"\u00ce":4,"\u00cf":4,"\u00cc":4,"\u00d1":4,"j":4,"J":4}},"E":{"d":"190,-48v3,15,7,54,-22,50v-42,-6,-93,4,-130,-4v10,-4,24,-2,24,-23v0,-40,1,-184,1,-219v0,-19,-15,-20,-30,-24v36,-10,107,7,149,-6v3,6,-1,39,-6,48v-2,0,-2,-2,-2,-5v7,-32,-51,-25,-78,-26v-4,29,-3,77,0,107v18,-2,75,6,80,-11v3,5,-1,44,-5,53v-2,0,-3,-1,-3,-3v10,-33,-49,-25,-71,-27v-8,20,-3,63,-3,96v0,25,7,30,42,30v31,0,50,-9,54,-36","w":219,"k":{"v":-10,"w":-12,"x":-14,"y":-10,"\u00fd":-10,"\u00ff":-10,"V":-9,"W":-11,"X":-13,"Y":-9,"\u00dd":-9}},"F":{"d":"172,-110v7,-34,-49,-26,-75,-27v-8,20,-1,93,-1,112v0,20,19,20,33,23v-33,8,-48,-1,-85,3v-6,1,-8,-4,-3,-5v15,1,20,-6,21,-21v4,-40,1,-184,1,-219v0,-19,-15,-20,-30,-24v38,-10,113,6,156,-6v3,6,-1,39,-6,48v-6,-13,-5,-30,-30,-30r-55,-1v-2,0,-4,1,-4,4r0,100v20,6,73,8,86,-8v1,16,-2,41,-5,54v-2,0,-3,-1,-3,-3","w":213,"k":{"y":-8,"\u00fd":-8,"\u00ff":-8,"Y":-7,"\u00dd":-7,"a":12,"\u00e6":12,"\u00e1":12,"\u00e2":12,"\u00e4":12,"\u00e0":12,"\u00e5":12,"\u00e3":12,"A":11,"\u00c6":11,"\u00c1":11,"\u00c2":11,"\u00c4":11,"\u00c0":11,"\u00c5":11,"\u00c3":11,",":36,".":36}},"G":{"d":"187,-9v18,0,48,-1,48,-21v0,-37,16,-107,-28,-99v-1,0,-3,-1,-3,-2v29,-8,46,1,81,-3v6,-1,8,4,3,5v-44,-1,-10,81,-27,119v-74,25,-124,30,-195,-22v-24,-17,-43,-58,-43,-103v-2,-96,73,-144,156,-141v43,2,60,5,88,13v0,5,-2,15,-2,51v0,11,-6,10,-6,2v0,-39,-33,-50,-92,-53v-58,-3,-118,41,-113,115v6,98,60,139,133,139","w":310},"H":{"d":"282,-244r1,219v-3,20,19,19,33,23v-33,8,-48,-1,-85,3v-6,1,-8,-4,-3,-5v15,1,20,-6,21,-21v1,-19,6,-88,0,-118r-155,2r2,116v-3,20,19,20,33,23v-33,8,-48,-1,-85,3v-6,1,-8,-4,-3,-5v15,1,20,-6,21,-21v4,-40,1,-184,1,-219v0,-19,-15,-20,-30,-24v29,-8,46,1,81,-3v6,-1,8,4,3,5v-15,0,-22,5,-22,22v1,28,-4,63,1,87r155,-2r0,-85v2,-19,-16,-20,-31,-24v30,-8,46,1,82,-3v6,-1,6,4,3,5v-15,0,-23,5,-23,22","w":345,"k":{"c":6,"g":6,"o":6,"q":6,"\u00f8":6,"\u00e7":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u00f2":6,"\u00f5":6,"C":5,"\u00c7":5,"O":9,"\u00d8":9,"\u00d3":9,"\u00d4":9,"\u00d6":9,"\u00d2":9,"\u00d5":9,"Q":9,"G":5}},"I":{"d":"95,-244r1,219v-3,20,19,20,33,23v-33,8,-48,-1,-85,3v-6,1,-8,-4,-3,-5v15,1,20,-6,21,-21v4,-40,1,-184,1,-219v0,-20,-12,-21,-26,-24v25,-8,44,1,77,-3v6,-1,8,4,3,5v-15,0,-22,5,-22,22","w":158,"k":{"c":6,"g":6,"o":6,"q":6,"\u00f8":6,"\u00e7":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u00f2":6,"\u00f5":6,"C":5,"\u00c7":5,"O":9,"\u00d8":9,"\u00d3":9,"\u00d4":9,"\u00d6":9,"\u00d2":9,"\u00d5":9,"Q":9,"G":5}},"J":{"d":"12,89v38,-36,52,-40,52,-152r-1,-181v2,-19,-15,-20,-30,-24v29,-8,46,1,81,-3v6,-1,8,4,3,5v-15,0,-22,5,-22,22v0,18,-1,125,-1,164v0,113,-14,129,-80,171v-1,0,-2,-1,-2,-2","w":149,"k":{"c":4,"g":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"O":4,"\u00d8":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d5":4}},"K":{"d":"198,-258v1,-6,-6,-8,-8,-11v15,-3,47,-2,71,0v-53,12,-103,85,-141,118v29,28,115,127,152,142v12,6,21,3,27,7v-31,9,-77,2,-95,-20v-18,-12,-90,-99,-111,-117r2,114v-2,19,17,20,31,23v-31,8,-47,-1,-82,3v-6,1,-8,-4,-3,-5v15,1,20,-6,21,-21v4,-40,1,-184,1,-219v0,-19,-15,-20,-30,-24v29,-8,46,1,80,-3v6,-1,8,4,3,5v-15,0,-22,5,-22,22r0,99v15,-19,91,-84,104,-113","w":270,"k":{"s":-2,"S":-2,"a":2,"\u00e6":2,"\u00e1":2,"\u00e2":2,"\u00e4":2,"\u00e0":2,"\u00e5":2,"\u00e3":2,"A":2,"\u00c6":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"c":-1,"g":-1,"o":-1,"q":-1,"\u00f8":-1,"\u00e7":-1,"\u00f3":-1,"\u00f4":-1,"\u00f6":-1,"\u00f2":-1,"\u00f5":-1,"C":-1,"\u00c7":-1,"O":-1,"\u00d8":-1,"\u00d3":-1,"\u00d4":-1,"\u00d6":-1,"\u00d2":-1,"\u00d5":-1,"Q":-1,"G":-1}},"L":{"d":"202,-49v1,15,7,55,-26,51v-45,-5,-99,4,-138,-4v10,-4,24,-2,24,-23v0,-40,1,-184,1,-219v0,-19,-15,-20,-30,-24v30,-8,48,1,85,-3v6,-1,8,4,3,5v-16,0,-26,4,-26,22v0,9,-1,107,-1,141v0,84,-17,88,51,91v30,1,51,-8,53,-32v0,-3,2,-5,4,-5","w":213,"k":{"m":2,"t":24,"v":18,"w":10,"y":14,"\u00fd":14,"\u00ff":14,"M":2,"T":22,"V":16,"W":9,"Y":13,"\u00dd":13,"a":-4,"\u00e6":-4,"\u00e1":-4,"\u00e2":-4,"\u00e4":-4,"\u00e0":-4,"\u00e5":-4,"\u00e3":-4,"A":-4,"\u00c6":-4,"\u00c1":-4,"\u00c2":-4,"\u00c4":-4,"\u00c0":-4,"\u00c5":-4,"\u00c3":-4,"c":9,"g":9,"o":9,"q":9,"\u00f8":9,"\u00e7":9,"\u00f3":9,"\u00f4":9,"\u00f6":9,"\u00f2":9,"\u00f5":9,"C":9,"\u00c7":9,"O":9,"\u00d8":9,"\u00d3":9,"\u00d4":9,"\u00d6":9,"\u00d2":9,"\u00d5":9,"G":9,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,"U":2,"\u00da":2,"\u00db":2,"\u00dc":2,"\u00d9":2}},"M":{"d":"69,-35v-7,23,9,31,25,33v-23,8,-40,-1,-70,3v-7,1,-8,-5,-2,-5v19,2,23,-13,25,-31r26,-235v1,-8,6,-8,9,-1r110,227r106,-226v1,-3,2,-6,5,-6v3,0,4,3,5,10r24,221v1,13,4,33,19,38v12,5,22,0,27,5v-12,6,-66,4,-78,-3v3,-3,6,-6,4,-15r-17,-186r-2,0r-88,187v-14,26,-11,27,-23,3r-89,-186r-2,0","w":378,"k":{"t":8,"w":6,"y":5,"\u00fd":5,"\u00ff":5,"T":7,"W":5,"Y":4,"\u00dd":4,"a":-8,"\u00e6":-8,"\u00e1":-8,"\u00e2":-8,"\u00e4":-8,"\u00e0":-8,"\u00e5":-8,"\u00e3":-8,"A":-7,"\u00c6":-7,"\u00c1":-7,"\u00c2":-7,"\u00c4":-7,"\u00c0":-7,"\u00c5":-7,"\u00c3":-7,"u":-1,"\u00fa":-1,"\u00fb":-1,"\u00fc":-1,"\u00f9":-1,"U":-1,"\u00da":-1,"\u00db":-1,"\u00dc":-1,"\u00d9":-1}},"N":{"d":"313,-269v-15,7,-26,5,-26,36r0,211v0,24,-1,26,-4,26v-72,-64,-147,-152,-214,-224r5,172v-1,45,11,40,35,46v-33,8,-40,-1,-79,3v-6,1,-8,-4,-3,-5v24,-1,25,-6,25,-48r1,-206v0,-14,1,-18,4,-18v24,20,174,188,213,229r-4,-183v4,-37,-16,-31,-35,-39v30,-4,50,-2,82,0","w":340,"k":{"c":6,"g":6,"o":6,"q":6,"\u00f8":6,"\u00e7":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u00f2":6,"\u00f5":6,"C":5,"\u00c7":5,"O":9,"\u00d8":9,"\u00d3":9,"\u00d4":9,"\u00d6":9,"\u00d2":9,"\u00d5":9,"Q":9,"G":5}},"O":{"d":"23,-135v0,-58,43,-141,142,-141v81,0,141,51,141,135v0,81,-56,147,-143,147v-99,0,-140,-76,-140,-141xm57,-145v0,84,50,137,115,137v32,0,100,-18,100,-123v0,-167,-215,-181,-215,-14","w":329,"k":{"m":4,"t":11,"v":4,"w":2,"x":10,"y":4,"\u00fd":4,"\u00ff":4,"M":4,"T":10,"V":4,"W":2,"X":9,"Y":4,"\u00dd":4,"a":8,"\u00e6":8,"\u00e1":8,"\u00e2":8,"\u00e4":8,"\u00e0":8,"\u00e5":8,"\u00e3":8,"b":12,"d":12,"e":12,"f":12,"h":12,"i":12,"k":12,"l":12,"n":12,"p":12,"r":12,"\u00fe":12,"\u00f0":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00e8":12,"\u00ed":12,"\u00ee":12,"\u00ef":12,"\u00ec":12,"\u00f1":12,"A":7,"\u00c6":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7,"B":11,"D":11,"E":11,"F":11,"H":11,"I":11,"K":11,"L":11,"N":11,"P":11,"R":11,"\u00d0":11,"\u00de":11,"\u00c9":11,"\u00ca":11,"\u00cb":11,"\u00c8":11,"\u00cd":11,"\u00ce":11,"\u00cf":11,"\u00cc":11,"\u00d1":11,"j":8,"J":7}},"P":{"d":"112,-260v-9,0,-18,-2,-18,9r1,226v-3,20,20,20,34,23v-34,8,-48,-1,-85,3v-6,1,-8,-4,-3,-5v15,1,20,-6,21,-21v4,-40,1,-184,1,-219v0,-19,-15,-20,-30,-24v32,-8,51,-3,92,-3v45,0,61,15,67,20v47,48,-9,150,-83,126v0,-3,2,-3,10,-3v59,-3,85,-67,42,-114v-18,-20,-41,-18,-49,-18","w":231,"k":{"s":-2,"S":-2,"a":18,"\u00e6":18,"\u00e1":18,"\u00e2":18,"\u00e4":18,"\u00e0":18,"\u00e5":18,"\u00e3":18,"b":6,"d":6,"e":6,"f":6,"h":6,"i":6,"k":6,"l":6,"n":6,"p":6,"r":6,"\u00fe":6,"\u00f0":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6,"\u00ed":6,"\u00ee":6,"\u00ef":6,"\u00ec":6,"\u00f1":6,"A":16,"\u00c6":16,"\u00c1":16,"\u00c2":16,"\u00c4":16,"\u00c0":16,"\u00c5":16,"\u00c3":16,"B":5,"D":5,"E":5,"F":5,"H":5,"I":5,"K":5,"L":5,"N":5,"P":5,"R":5,"\u00d0":5,"\u00de":5,"\u00c9":5,"\u00ca":5,"\u00cb":5,"\u00c8":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"\u00d1":5,",":58,".":58}},"Q":{"d":"546,47v-20,17,-62,26,-117,29v-60,4,-152,-51,-209,-82v-13,7,-37,12,-56,12v-100,0,-141,-76,-141,-141v0,-58,43,-141,142,-141v81,0,141,51,141,135v0,63,-39,106,-63,121r73,38v79,41,134,42,152,42v19,1,50,-7,76,-15v1,0,2,1,2,2xm57,-145v0,84,50,137,115,137v32,0,100,-18,100,-123v0,-167,-215,-181,-215,-14","w":331,"k":{"b":10,"d":10,"e":10,"f":10,"h":10,"i":10,"k":10,"l":10,"n":10,"p":10,"r":10,"\u00fe":10,"\u00f0":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u00f1":10,"B":9,"D":9,"E":9,"F":9,"H":9,"I":9,"K":9,"L":9,"N":9,"P":9,"R":9,"\u00d0":9,"\u00de":9,"\u00c9":9,"\u00ca":9,"\u00cb":9,"\u00c8":9,"\u00cd":9,"\u00ce":9,"\u00cf":9,"\u00cc":9,"\u00d1":9,")":-11,"]":-11,"}":-11}},"R":{"d":"39,-271v81,4,173,-19,173,65v0,27,-11,53,-43,83v48,54,68,111,136,121v-14,7,-61,3,-73,-4v-29,-17,-62,-81,-92,-108r-45,-1v-6,20,0,78,0,90v0,20,19,20,33,23v-34,8,-46,-1,-84,3v-6,1,-8,-4,-3,-5v15,1,20,-6,21,-21v4,-40,1,-184,1,-219v0,-19,-15,-20,-30,-24v0,-2,2,-3,6,-3xm120,-260v-14,0,-24,0,-27,7r0,118v3,10,22,9,40,10v34,1,48,-25,49,-63v0,-45,-23,-72,-62,-72","w":271,"k":{"s":4,"t":20,"v":10,"w":1,"x":2,"y":8,"\u00fd":8,"\u00ff":8,"S":4,"T":18,"V":9,"W":1,"X":2,"Y":7,"\u00dd":7,"a":-2,"\u00e6":-2,"\u00e1":-2,"\u00e2":-2,"\u00e4":-2,"\u00e0":-2,"\u00e5":-2,"\u00e3":-2,"A":-2,"\u00c6":-2,"\u00c1":-2,"\u00c2":-2,"\u00c4":-2,"\u00c0":-2,"\u00c5":-2,"\u00c3":-2,"c":-6,"g":-6,"o":-6,"q":-6,"\u00f8":-6,"\u00e7":-6,"\u00f3":-6,"\u00f4":-6,"\u00f6":-6,"\u00f2":-6,"\u00f5":-6,"C":-5,"\u00c7":-5,"O":-5,"\u00d8":-5,"\u00d3":-5,"\u00d4":-5,"\u00d6":-5,"\u00d2":-5,"\u00d5":-5,"Q":-5,"G":-5}},"S":{"d":"165,-222v-12,-23,-2,-42,-53,-42v-25,0,-44,16,-44,42v-5,21,25,47,54,69v42,33,52,55,52,84v0,15,-5,42,-30,60v-15,11,-36,15,-55,15v-19,0,-53,2,-53,-23v0,-23,-2,-36,4,-44v2,0,3,1,3,4v-1,34,26,50,54,50v35,0,52,-25,52,-48v0,-28,-31,-57,-58,-78v-38,-31,-47,-54,-47,-78v0,-56,66,-76,121,-60v8,5,0,12,2,41v0,6,0,8,-2,8","k":{"m":3,"v":1,"M":3,"V":1}},"T":{"d":"21,-276v60,11,154,8,214,2v5,11,1,43,-1,49v-8,-16,-2,-30,-48,-30r-45,-1r2,231v-3,20,19,20,33,23v-34,8,-48,-1,-86,3v-5,1,-7,-4,-3,-5v15,1,21,-6,22,-21v4,-60,1,-162,2,-231r-54,1v-32,-3,-35,13,-46,26v-5,-8,6,-41,10,-47","w":248,"k":{"m":6,"s":14,"t":-5,"w":-3,"x":-7,"y":-9,"\u00fd":-9,"\u00ff":-9,"M":5,"S":4,"T":-4,"W":-2,"X":-6,"Y":-8,"\u00dd":-8,"a":25,"\u00e6":25,"\u00e1":25,"\u00e2":25,"\u00e4":25,"\u00e0":25,"\u00e5":25,"\u00e3":25,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"A":16,"\u00c6":16,"\u00c1":16,"\u00c2":16,"\u00c4":16,"\u00c0":16,"\u00c5":16,"\u00c3":16,"c":10,"g":10,"o":10,"q":10,"\u00f8":10,"\u00e7":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10,"C":9,"\u00c7":9,"O":11,"\u00d8":11,"\u00d3":11,"\u00d4":11,"\u00d6":11,"\u00d2":11,"\u00d5":11,",":41,".":41,"G":9,":":11,";":11,"-":11}},"U":{"d":"156,-8v73,0,77,-77,77,-159r0,-77v0,-19,-16,-20,-31,-24v27,-8,43,1,74,-3v6,-1,8,4,3,5v-15,0,-22,5,-22,22v0,86,17,174,-34,223v-25,24,-53,27,-74,27v-12,0,-48,-1,-74,-25v-43,-13,-33,-174,-33,-225v0,-19,-15,-20,-30,-24v29,-8,48,1,83,-3v6,-1,6,4,3,5v-15,0,-23,5,-23,22r0,128v0,78,25,108,81,108","w":298,"k":{"m":6,"M":6,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e0":7,"\u00e5":7,"\u00e3":7,"b":11,"d":11,"e":11,"f":11,"h":11,"i":11,"k":11,"l":11,"n":11,"p":11,"r":11,"\u00fe":11,"\u00f0":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"\u00ed":11,"\u00ee":11,"\u00ef":11,"\u00ec":11,"\u00f1":11,"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6}},"V":{"d":"85,-269v-3,7,-26,2,-22,12r79,214v21,-48,67,-175,77,-200v8,-20,-4,-23,-19,-25v24,-6,50,-2,78,-1v-18,9,-26,2,-42,41r-87,207v-16,36,-15,38,-28,5r-88,-221v-8,-28,-22,-24,-42,-32v34,-4,59,-2,94,0","w":267,"k":{"y":-4,"\u00fd":-4,"\u00ff":-4,"Y":-4,"\u00dd":-4,"a":30,"\u00e6":30,"\u00e1":30,"\u00e2":30,"\u00e4":30,"\u00e0":30,"\u00e5":30,"\u00e3":30,"A":27,"\u00c6":27,"\u00c1":27,"\u00c2":27,"\u00c4":27,"\u00c0":27,"\u00c5":27,"\u00c3":27,"c":2,"g":2,"o":2,"q":2,"\u00f8":2,"\u00e7":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2,"O":2,"\u00d8":2,"\u00d3":2,"\u00d4":2,"\u00d6":2,"\u00d2":2,"\u00d5":2,",":52,".":52,")":-9,"]":-9,"}":-9,"-":7}},"W":{"d":"88,-269v-4,8,-24,-1,-22,14v4,44,46,169,55,207r77,-205v9,-26,10,-21,18,0r71,204r2,0r55,-183v8,-28,6,-29,-20,-37v31,-4,48,-2,77,0v-1,6,-8,2,-15,5v-11,4,-16,19,-23,39r-67,200v-14,39,-15,43,-26,12r-71,-200r-75,200v-13,29,-14,27,-25,-9r-64,-214v-7,-29,-20,-25,-39,-33v37,-4,53,-2,92,0","w":396,"k":{"m":10,"t":8,"y":-4,"\u00fd":-4,"\u00ff":-4,"M":9,"T":7,"Y":-4,"\u00dd":-4,"a":22,"\u00e6":22,"\u00e1":22,"\u00e2":22,"\u00e4":22,"\u00e0":22,"\u00e5":22,"\u00e3":22,"A":20,"\u00c6":20,"\u00c1":20,"\u00c2":20,"\u00c4":20,"\u00c0":20,"\u00c5":20,"\u00c3":20,",":40,".":40,")":-4,"]":-4,"}":-4,":":-5,";":-5}},"X":{"d":"185,-258v2,-10,-18,-5,-20,-11v26,-3,46,-2,74,0v-17,7,-28,12,-43,34r-58,87v27,28,60,145,113,146v-19,7,-57,4,-74,-1v2,-4,8,-3,4,-12v-19,-35,-40,-72,-62,-108v-20,37,-45,69,-61,111v-1,9,13,4,15,11v-23,3,-47,2,-75,0v18,-8,30,-8,47,-34r65,-103r-58,-97v-10,-18,-20,-31,-43,-31v-2,0,-3,-2,-3,-3v27,-4,57,-2,88,0v-2,7,-20,0,-17,10v10,38,33,62,52,98v14,-23,54,-75,56,-97","w":249,"k":{"t":11,"w":-4,"x":-4,"y":-5,"\u00fd":-5,"\u00ff":-5,"T":10,"W":-4,"X":-4,"Y":-5,"\u00dd":-5,"a":8,"\u00e6":8,"\u00e1":8,"\u00e2":8,"\u00e4":8,"\u00e0":8,"\u00e5":8,"\u00e3":8,"A":7,"\u00c6":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7,"c":8,"g":8,"o":8,"q":8,"\u00f8":8,"\u00e7":8,"\u00f3":8,"\u00f4":8,"\u00f6":8,"\u00f2":8,"\u00f5":8,"C":7,"\u00c7":7,"O":7,"\u00d8":7,"\u00d3":7,"\u00d4":7,"\u00d6":7,"\u00d2":7,"\u00d5":7,"Q":7,"G":7}},"Y":{"d":"81,-4v36,1,23,-52,23,-88v0,-19,-3,-28,-8,-38v-19,-21,-59,-128,-104,-136v-2,0,-3,-1,-3,-3v23,-3,47,-2,75,0v-7,4,-13,11,-5,24r66,114v11,-27,60,-95,66,-124v2,-9,-9,-9,-11,-14v19,-3,46,-2,69,0v-50,7,-89,105,-109,141v-11,20,-5,41,-6,67v-1,22,-3,67,32,57v2,0,3,1,3,2v-33,8,-48,-1,-85,3v-6,1,-8,-4,-3,-5","w":235,"k":{"m":3,"t":-2,"v":-9,"w":-11,"x":-5,"M":3,"T":-2,"V":-8,"W":-10,"X":-4,"a":18,"\u00e6":18,"\u00e1":18,"\u00e2":18,"\u00e4":18,"\u00e0":18,"\u00e5":18,"\u00e3":18,"A":16,"\u00c6":16,"\u00c1":16,"\u00c2":16,"\u00c4":16,"\u00c0":16,"\u00c5":16,"\u00c3":16,"c":14,"g":14,"o":14,"q":14,"\u00f8":14,"\u00e7":14,"\u00f3":14,"\u00f4":14,"\u00f6":14,"\u00f2":14,"\u00f5":14,"C":4,"\u00c7":4,"O":7,"\u00d8":7,"\u00d3":7,"\u00d4":7,"\u00d6":7,"\u00d2":7,"\u00d5":7,",":36,".":36,"G":4,")":-13,"]":-13,"}":-13,"-":11}},"Z":{"d":"35,-214v-5,-8,3,-50,9,-60v64,11,125,-3,185,7r-163,253r98,0v55,0,55,-13,67,-43v6,13,2,58,-15,59v-60,0,-120,-2,-183,-2v-4,0,-7,0,-7,-3r163,-253v-55,3,-140,-15,-150,35v-1,5,-2,7,-4,7","w":249,"k":{"a":4,"\u00e6":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"A":4,"\u00c6":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"c":12,"g":12,"o":12,"q":12,"\u00f8":12,"\u00e7":12,"\u00f3":12,"\u00f4":12,"\u00f6":12,"\u00f2":12,"\u00f5":12,"O":11,"\u00d8":11,"\u00d3":11,"\u00d4":11,"\u00d6":11,"\u00d2":11,"\u00d5":11}},"[":{"d":"35,39r0,-302v0,-4,1,-5,6,-5v21,2,50,-4,66,3v-10,7,-33,3,-46,10v-5,78,0,171,-2,253v0,15,0,26,2,34v13,7,35,3,45,10v-15,8,-45,1,-65,3v-5,0,-6,-1,-6,-6","w":129,"k":{"v":-8,"w":-3,"y":-12,"\u00fd":-12,"\u00ff":-12}},"\\":{"d":"181,-7v3,8,-11,14,-15,11r-158,-259v4,-1,10,-9,15,-5","w":188},"]":{"d":"95,-262r0,302v0,4,-1,5,-6,5v-21,-2,-50,4,-66,-3v9,-7,33,-3,45,-10v6,-87,4,-198,0,-287v-13,-7,-35,-3,-45,-10v15,-8,45,-1,66,-3v5,0,6,1,6,6","w":129},"^":{"d":"82,-270r19,0r72,153r-20,0r-61,-134r-62,134r-19,0","w":183},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"a":{"d":"30,-33r74,-191v7,-17,9,-15,15,-1v6,13,56,140,76,186v16,38,21,28,44,38v-9,5,-47,2,-69,-1v2,-3,8,-3,5,-10v-11,-23,-17,-52,-31,-72v-25,1,-55,-3,-76,2v-7,22,-20,46,-23,70v-1,10,14,5,17,11v-21,4,-44,2,-71,0v16,-7,31,-10,39,-32xm74,-99v15,4,50,3,66,0r-31,-84v-2,-5,-3,-5,-5,0","w":224},"b":{"d":"33,-1v42,-10,23,-82,23,-141v0,-48,0,-56,-1,-66v2,-18,-15,-15,-26,-20v20,-5,51,-2,79,-2v91,0,74,70,34,100v24,7,56,29,56,64v0,55,-65,78,-140,66v-8,-1,-21,4,-25,-1xm148,-171v4,-30,-31,-63,-65,-45v2,27,-3,61,2,84v34,5,67,-4,63,-39xm84,-36v-5,26,21,27,38,27v21,0,46,-8,46,-47v0,-27,-32,-77,-83,-65v-6,14,0,77,-1,85","w":221,"k":{"v":12,"w":5,"y":10,"\u00fd":10,"\u00ff":10,"a":2,"\u00e6":2,"\u00e1":2,"\u00e2":2,"\u00e4":2,"\u00e0":2,"\u00e5":2,"\u00e3":2,"b":11,"d":11,"e":11,"f":11,"h":11,"i":11,"k":11,"l":11,"n":11,"p":11,"r":11,"\u00fe":11,"\u00f0":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"\u00ed":11,"\u00ee":11,"\u00ef":11,"\u00ec":11,"\u00f1":11}},"c":{"d":"150,-222v-80,-1,-99,41,-99,101v0,59,46,111,114,111v36,0,60,-13,64,-40v1,-5,6,-6,6,0v-2,5,-2,47,-15,48v-13,5,-36,7,-57,7v-86,0,-145,-56,-143,-123v2,-55,46,-123,132,-117v25,2,63,4,82,12v-2,18,2,42,-5,55v-6,-38,-29,-54,-79,-54","w":254,"k":{"t":2,"y":-5,"\u00fd":-5,"\u00ff":-5,"c":3,"g":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3}},"d":{"d":"141,4v-35,0,-76,1,-108,-5v6,-6,23,-1,21,-21v4,-33,2,-157,1,-186v0,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5v106,-2,237,-16,237,112v0,39,-16,68,-34,86v-14,14,-42,36,-96,36xm108,-219v-10,0,-23,-2,-23,8r0,169v3,34,5,32,56,34v57,2,101,-38,99,-100v-2,-84,-64,-113,-132,-111","w":291,"k":{"m":2,"a":3,"\u00e6":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"b":3,"d":3,"e":3,"f":3,"h":3,"i":3,"k":3,"l":3,"n":3,"p":3,"r":3,"\u00fe":3,"\u00f0":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00ed":3,"\u00ee":3,"\u00ef":3,"\u00ec":3,"\u00f1":3,"j":3}},"e":{"d":"46,-5v22,-22,9,-158,9,-203v0,-14,-8,-19,-24,-17v-3,-2,-4,-5,3,-5v43,0,92,3,131,-3v1,6,0,34,-6,41v-2,0,-2,-1,-2,-4v7,-28,-48,-19,-71,-21v-2,26,-2,65,0,89v16,-2,68,5,73,-9v4,11,0,35,-5,45v-1,0,-2,-1,-2,-3v8,-28,-48,-18,-65,-21v-6,18,2,53,-2,80v-4,32,42,26,69,22v11,-2,10,-20,18,-26v3,12,5,49,-20,42v-39,-2,-84,2,-119,-3v0,-4,9,-3,13,-4","w":198,"k":{"v":-8,"w":-10,"x":-12,"y":-8,"\u00fd":-8,"\u00ff":-8}},"f":{"d":"46,-5v22,-22,9,-158,9,-203v0,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5r137,-3v3,1,0,50,-8,37v2,-30,-49,-18,-76,-21v-4,24,-3,66,0,90v26,-2,64,5,76,-10v3,5,-2,38,-5,46v-2,0,-2,-2,-2,-3v7,-29,-49,-19,-69,-21v-6,18,0,79,-1,93v-2,19,19,15,28,21v-32,4,-49,2,-81,0v0,-4,9,-3,13,-4","w":192,"k":{"y":-6,"\u00fd":-6,"\u00ff":-6,"a":10,"\u00e6":10,"\u00e1":10,"\u00e2":10,"\u00e4":10,"\u00e0":10,"\u00e5":10,"\u00e3":10,",":33,".":33}},"g":{"d":"164,-9v15,0,38,0,41,-15v-5,-31,16,-92,-25,-85v-1,0,-2,-1,-2,-2v26,-8,41,1,73,-3v6,-1,6,4,3,5v-33,-2,-20,50,-20,84v0,14,-1,14,-5,16v-87,39,-206,-1,-209,-106v-3,-112,122,-138,215,-109v0,4,-2,13,-2,44v1,8,-6,8,-5,1v-6,-31,-27,-40,-81,-43v-49,-2,-101,32,-97,96v5,83,51,117,114,117","w":273},"h":{"d":"107,-228v-8,6,-22,1,-22,20r1,75v43,-2,95,4,134,-2r0,-73v0,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5v23,1,52,-3,72,2v-5,6,-21,1,-21,20v0,27,-2,152,1,186v-4,19,18,15,28,21v-31,3,-50,2,-81,0v7,-6,21,-2,21,-21r0,-98v-43,2,-95,-4,-134,2r1,96v-3,19,19,15,28,21v-32,4,-49,2,-81,0v6,-6,23,-1,21,-21v4,-33,2,-157,1,-186v0,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5v24,1,53,-3,73,2","w":304,"k":{"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"c":5,"g":5,"o":5,"q":5,"\u00f8":5,"\u00e7":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5}},"i":{"d":"107,-228v-8,6,-22,1,-22,20r1,186v-3,19,19,15,28,21v-32,4,-49,2,-81,0v6,-6,23,-1,21,-21v3,-34,1,-158,1,-186v0,-18,-14,-14,-22,-20v17,-4,53,-3,74,0","w":140,"k":{"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"c":5,"g":5,"o":5,"q":5,"\u00f8":5,"\u00e7":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5}},"j":{"d":"107,-228v-8,6,-22,1,-22,20r0,140v2,96,-13,110,-72,145v-1,0,-3,-1,-3,-2v34,-30,46,-33,46,-128r-1,-155v0,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5v24,1,53,-3,73,2","w":132,"k":{"c":3,"g":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3}},"k":{"d":"85,-123v13,-16,78,-73,91,-96v2,-8,-13,-6,-4,-11v19,1,43,-3,59,2v-47,11,-89,70,-122,99v35,28,97,121,152,125v2,0,4,2,4,3v-30,6,-66,2,-84,-17v-15,-11,-80,-83,-97,-100r1,96v-3,18,17,16,27,21v-29,3,-50,2,-79,0v6,-6,23,-1,21,-21v4,-33,2,-157,1,-186v0,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5v23,1,52,-3,72,2v-6,6,-22,1,-22,20","w":239,"k":{"s":-2,"a":2,"\u00e6":2,"\u00e1":2,"\u00e2":2,"\u00e4":2,"\u00e0":2,"\u00e5":2,"\u00e3":2,"c":-1,"g":-1,"o":-1,"q":-1,"\u00f8":-1,"\u00e7":-1,"\u00f3":-1,"\u00f4":-1,"\u00f6":-1,"\u00f2":-1,"\u00f5":-1}},"l":{"d":"182,-42v2,14,9,48,-23,44v-41,-5,-88,2,-126,-3v6,-6,23,-1,21,-21v4,-33,2,-157,1,-186v0,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5v25,1,55,-3,76,2v-9,5,-25,1,-25,20r0,121v4,75,-14,72,48,76v30,2,42,-11,49,-31","w":192,"k":{"m":2,"t":20,"v":15,"w":8,"y":12,"\u00fd":12,"\u00ff":12,"a":-3,"\u00e6":-3,"\u00e1":-3,"\u00e2":-3,"\u00e4":-3,"\u00e0":-3,"\u00e5":-3,"\u00e3":-3,"c":8,"g":8,"o":8,"q":8,"\u00f8":8,"\u00e7":8,"\u00f3":8,"\u00f4":8,"\u00f6":8,"\u00f2":8,"\u00f5":8,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2}},"m":{"d":"61,-14v-2,12,18,7,22,12v-19,7,-36,-1,-62,3v-5,1,-7,-5,-2,-5v16,1,20,-10,22,-26r23,-199v0,-8,7,-7,10,-1r96,190r92,-190v4,-7,8,-7,9,4r22,187v1,11,3,27,16,32v11,4,20,0,23,5v-8,7,-58,2,-69,-2v3,-3,4,-3,3,-13r-15,-155r-77,156v-11,22,-12,23,-22,2r-77,-154r-2,0","w":332,"k":{"t":6,"w":5,"y":4,"\u00fd":4,"\u00ff":4,"a":-6,"\u00e6":-6,"\u00e1":-6,"\u00e2":-6,"\u00e4":-6,"\u00e0":-6,"\u00e5":-6,"\u00e3":-6,"u":-1,"\u00fa":-1,"\u00fb":-1,"\u00fc":-1,"\u00f9":-1}},"n":{"d":"280,-228v-12,6,-23,3,-23,30r0,179v-2,41,0,21,-27,4r-164,-170r3,144v-2,40,13,32,31,40v-30,4,-44,2,-75,0v16,-9,24,0,24,-43r0,-175v-1,-25,10,-14,17,-6r175,183r-3,-153v2,-28,-8,-30,-28,-30v-2,0,-2,-2,-2,-3v17,-4,51,-3,72,0","w":299,"k":{"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"c":5,"g":5,"o":5,"q":5,"\u00f8":5,"\u00e7":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5}},"o":{"d":"20,-115v0,-49,38,-120,125,-120v71,0,126,44,126,115v0,68,-51,125,-127,125v-87,0,-124,-65,-124,-120xm53,-123v0,71,43,115,100,115v28,0,85,-14,85,-103v0,-142,-185,-152,-185,-12","w":290,"k":{"m":3,"t":9,"v":3,"w":2,"x":9,"y":3,"\u00fd":3,"\u00ff":3,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6,"b":10,"d":10,"e":10,"f":10,"h":10,"i":10,"k":10,"l":10,"n":10,"p":10,"r":10,"\u00fe":10,"\u00f0":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u00f1":10,"j":6}},"p":{"d":"54,-22v4,-33,2,-157,1,-186v0,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5v42,-1,135,-2,142,17v44,42,-11,131,-78,106v0,-3,2,-3,8,-3v56,-2,82,-55,41,-96v-24,-24,-37,-14,-61,-12v-6,53,-1,141,-1,196v0,19,19,15,29,21v-32,3,-49,2,-81,0v6,-6,23,-1,21,-21","w":210,"k":{"s":-2,"a":15,"\u00e6":15,"\u00e1":15,"\u00e2":15,"\u00e4":15,"\u00e0":15,"\u00e5":15,"\u00e3":15,"b":5,"d":5,"e":5,"f":5,"h":5,"i":5,"k":5,"l":5,"n":5,"p":5,"r":5,"\u00fe":5,"\u00f0":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u00f1":5,",":53,".":53}},"q":{"d":"481,40v-60,33,-162,34,-235,-16r-52,-28v-12,6,-33,9,-50,9v-87,0,-125,-65,-125,-120v0,-49,39,-120,126,-120v71,0,125,44,125,115v0,54,-34,90,-55,103r64,32v114,46,115,43,200,23v1,0,2,1,2,2xm52,-123v0,71,43,115,100,115v28,0,86,-15,86,-103v0,-141,-186,-152,-186,-12","w":291,"k":{"b":8,"d":8,"e":8,"f":8,"h":8,"i":8,"k":8,"l":8,"n":8,"p":8,"r":8,"\u00fe":8,"\u00f0":8,"\u00e9":8,"\u00ea":8,"\u00eb":8,"\u00e8":8,"\u00ed":8,"\u00ee":8,"\u00ef":8,"\u00ec":8,"\u00f1":8,")":-10,"]":-10,"}":-10}},"r":{"d":"153,-105v40,42,58,95,113,101v2,0,3,2,3,3v-78,22,-106,-57,-139,-94v-13,-1,-36,-4,-47,0r2,73v-3,19,18,15,29,21v-32,3,-49,2,-81,0v6,-6,23,-1,21,-21v4,-33,2,-157,1,-186v0,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5v70,3,158,-17,158,55v0,23,-9,45,-39,70xm108,-220v-12,0,-23,-1,-25,6r0,98v3,10,21,9,37,9v29,0,43,-19,43,-52v0,-38,-21,-61,-55,-61","w":241,"k":{"s":3,"t":17,"v":8,"w":1,"x":2,"y":6,"\u00fd":6,"\u00ff":6,"a":-2,"\u00e6":-2,"\u00e1":-2,"\u00e2":-2,"\u00e4":-2,"\u00e0":-2,"\u00e5":-2,"\u00e3":-2,"c":-5,"g":-5,"o":-5,"q":-5,"\u00f8":-5,"\u00e7":-5,"\u00f3":-5,"\u00f4":-5,"\u00f6":-5,"\u00f2":-5,"\u00f5":-5}},"s":{"d":"144,-189v-11,-20,-5,-34,-49,-34v-23,0,-42,11,-42,33v-4,19,23,41,50,58v39,26,52,48,52,74v0,33,-37,69,-80,63v-18,-3,-51,3,-51,-20v0,-19,-1,-31,5,-37v2,0,3,0,3,3v-2,31,26,42,51,42v31,0,47,-18,47,-41v0,-44,-110,-83,-99,-129v-5,-53,70,-69,117,-51v0,1,-1,12,-1,33v0,5,-1,6,-3,6","w":188,"k":{"m":3,"v":1,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7}},"t":{"d":"18,-235v52,9,136,6,190,2v6,7,-1,61,-5,34v4,-20,-51,-17,-78,-17r1,194v-3,18,19,15,30,21v-32,3,-52,2,-83,0v7,-6,22,-2,22,-21r1,-194r-46,0v-30,-2,-31,11,-40,23v-5,-6,5,-35,8,-42","w":219,"k":{"m":5,"s":4,"t":-4,"w":-2,"x":-6,"y":-7,"\u00fd":-7,"\u00ff":-7,"a":15,"\u00e6":15,"\u00e1":15,"\u00e2":15,"\u00e4":15,"\u00e0":15,"\u00e5":15,"\u00e3":15,"c":8,"g":8,"o":8,"q":8,"\u00f8":8,"\u00e7":8,"\u00f3":8,"\u00f4":8,"\u00f6":8,"\u00f2":8,"\u00f5":8,",":38,".":38,":":10,";":10,"-":10}},"u":{"d":"140,-8v63,0,67,-64,67,-134v0,-48,-1,-56,-1,-66v0,-18,-15,-15,-26,-20v17,-4,50,-3,71,0v-6,5,-25,2,-22,20v-4,75,15,150,-30,191v-22,21,-47,22,-66,22v-10,0,-44,-1,-66,-22v-36,-10,-26,-148,-28,-191v-1,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5v24,1,53,-3,73,2v-5,6,-23,1,-21,20v-2,4,-1,81,-1,109v0,67,22,91,71,91","w":263,"k":{"m":5,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6}},"v":{"d":"75,-228v-2,7,-21,0,-18,9r68,180v18,-41,60,-145,67,-167v9,-17,-5,-18,-16,-22v15,-4,49,-3,68,0v-14,8,-22,1,-36,34v-26,65,-56,142,-90,199v-4,0,-6,-4,-12,-19r-78,-187v-9,-21,-14,-23,-34,-24v-2,0,-2,-2,-2,-3v20,-4,59,-3,83,0","w":235,"k":{"y":-3,"\u00fd":-3,"\u00ff":-3,"a":24,"\u00e6":24,"\u00e1":24,"\u00e2":24,"\u00e4":24,"\u00e0":24,"\u00e5":24,"\u00e3":24,"c":2,"g":2,"o":2,"q":2,"\u00f8":2,"\u00e7":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2,",":48,".":48,")":-8,"]":-8,"}":-8,"-":6}},"w":{"d":"78,-228v-3,7,-20,-2,-19,11v5,35,40,144,48,173r67,-171v9,-22,10,-18,17,0r63,171v9,-33,43,-123,51,-172v4,-8,-14,-6,-20,-12v16,-4,47,-2,68,-1v0,6,-7,3,-14,5v-9,3,-14,15,-20,32v-14,39,-45,137,-58,171v-12,33,-14,36,-24,10r-62,-167v-11,27,-53,139,-65,167v-11,25,-14,23,-24,-8r-56,-182v-4,-26,-18,-20,-34,-27v20,-4,58,-3,82,0","w":348,"k":{"m":8,"t":6,"y":-3,"\u00fd":-3,"\u00ff":-3,"a":18,"\u00e6":18,"\u00e1":18,"\u00e2":18,"\u00e4":18,"\u00e0":18,"\u00e5":18,"\u00e3":18,",":36,".":36,")":-3,"]":-3,"}":-3,":":-5,";":-5}},"x":{"d":"162,-220v1,-8,-16,-2,-17,-8v15,-4,48,-3,66,0v-15,6,-25,9,-38,28r-51,74v22,22,53,122,96,122v3,1,3,5,-2,5v-21,-1,-47,2,-62,-3v1,-5,8,-3,4,-11r-54,-91v-17,32,-39,58,-52,94v-2,7,23,5,10,11r-61,0v-3,0,-2,-1,-2,-2v13,-8,26,-7,40,-29r57,-87r-51,-82v-7,-20,-24,-23,-40,-29v19,-4,56,-3,79,0v0,6,-16,-2,-16,8v13,30,27,52,45,82v12,-21,47,-64,49,-82","w":219,"k":{"t":9,"w":-3,"x":-3,"y":-4,"\u00fd":-4,"\u00ff":-4,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6,"c":6,"g":6,"o":6,"q":6,"\u00f8":6,"\u00e7":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u00f2":6,"\u00f5":6}},"y":{"d":"72,-4v30,1,20,-44,20,-74v0,-17,-2,-23,-7,-32v-17,-17,-51,-109,-90,-115v-4,0,-6,-5,0,-5v20,1,46,-3,63,2v-8,2,-12,11,-4,20r57,95v9,-23,53,-79,57,-104v2,-7,-9,-8,-9,-12v16,-2,43,-2,62,0v-9,8,-26,7,-35,23v-20,37,-79,87,-65,154v-1,18,-2,57,27,48v2,0,3,2,3,3v-32,3,-50,2,-81,0v0,-1,0,-3,2,-3","w":207,"k":{"m":3,"t":-2,"v":-7,"w":-9,"x":-4,"a":15,"\u00e6":15,"\u00e1":15,"\u00e2":15,"\u00e4":15,"\u00e0":15,"\u00e5":15,"\u00e3":15,"c":3,"g":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,",":33,".":33,")":-12,"]":-12,"}":-12,"-":10}},"z":{"d":"206,-49v3,13,2,50,-14,50v-53,0,-107,-1,-162,-1v-10,0,-6,-3,-1,-12r138,-205v-47,3,-121,-14,-130,29v-1,6,-6,10,-6,2v1,-6,3,-40,9,-47v56,10,111,-4,164,6r-142,214r84,0v50,2,46,-13,60,-36","w":219,"k":{"a":3,"\u00e6":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"c":10,"g":10,"o":10,"q":10,"\u00f8":10,"\u00e7":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10}},"{":{"d":"73,-218v0,51,2,77,-25,92v21,15,25,36,25,83v0,69,14,74,35,86v0,1,-2,2,-7,2v-33,-10,-58,-34,-55,-107v0,-11,2,-26,2,-38v0,-20,-18,-17,-28,-23v0,-2,0,-4,4,-4v36,7,22,-41,22,-63v-2,-51,27,-78,61,-76v-12,7,-34,12,-34,48","w":129,"k":{"v":-8,"w":-3,"y":-12,"\u00fd":-12,"\u00ff":-12}},"|":{"d":"102,90r-20,0r0,-360r20,0r0,360","w":183},"}":{"d":"57,-43v0,-43,2,-70,24,-83v-25,-14,-24,-42,-24,-92v0,-36,-22,-41,-35,-48v34,-3,66,26,62,76v-2,24,-12,72,21,63v6,0,6,7,0,6v-32,-1,-23,31,-21,59v2,75,-21,96,-56,107v-5,0,-6,-1,-6,-2v20,-11,35,-16,35,-86","w":129},"~":{"d":"161,-114v-2,76,-70,26,-106,18v-10,0,-15,7,-15,24r-18,0v0,-75,72,-29,107,-19v10,0,15,-8,15,-23r17,0","w":183},"\u00a1":{"d":"58,-276v25,1,24,35,0,37v-10,0,-18,-8,-18,-18v0,-11,7,-19,18,-19xm75,-25v-5,14,-20,25,-34,31v-1,-24,11,-167,12,-209v0,-5,0,-12,4,-12v15,51,4,128,18,190","w":115},"\u00a2":{"d":"115,-59v36,5,60,-5,68,-32v4,5,0,38,-8,43v-22,5,-40,6,-63,6v-3,17,-1,39,-8,52v-4,0,-12,5,-12,0r7,-55v-43,-8,-77,-40,-77,-92v0,-69,37,-85,98,-91v3,-14,-3,-47,18,-39r-4,39v12,0,32,3,49,9v7,7,3,37,-2,43v-5,-23,-12,-37,-50,-39xm101,-63r16,-152v-43,0,-68,29,-68,68v0,51,27,75,52,84"},"\u00a3":{"d":"193,-220v-7,-19,-13,-48,-47,-44v-46,-5,-56,72,-60,123v16,0,45,1,56,-2v6,23,-36,13,-58,15v-2,35,-13,74,-41,108r112,-1v23,2,29,-15,37,-33v5,7,-2,32,-4,49v-37,18,-121,-1,-182,5v-12,1,-13,-9,-3,-10v48,-10,46,-68,54,-119v-11,0,-26,-1,-35,1v-6,-17,20,-13,37,-13v-2,-78,50,-161,136,-129v6,14,3,46,-2,50"},"\u00a5":{"d":"170,-256v2,-7,-10,-9,-12,-13v18,-3,44,-2,66,0v-12,7,-30,7,-38,26v-12,15,-56,97,-69,119r58,0v7,0,1,8,1,12v-15,5,-41,0,-60,2r0,86v-4,20,24,17,36,23v-40,4,-53,2,-98,0v12,-7,41,-2,36,-23r0,-86r-58,0v-6,0,0,-9,0,-12v15,-5,40,0,58,-2v-19,-26,-63,-114,-89,-137v-8,-6,-26,-3,-16,-10v22,2,51,-4,68,3v-8,4,-16,12,-6,23v6,10,53,95,61,107v12,-25,55,-91,62,-118"},"\u00a7":{"d":"165,-229v-12,-21,-1,-35,-50,-35v-23,0,-45,12,-45,38v-1,46,114,79,114,132v0,29,-16,49,-37,61v49,47,-1,113,-59,110v-30,-2,-53,3,-57,-20v2,-19,-1,-31,5,-37v2,0,3,0,3,3v-1,31,23,42,52,42v29,0,50,-17,50,-44v0,-54,-110,-80,-110,-138v0,-28,22,-46,41,-54v-50,-38,-12,-110,49,-105v26,2,33,3,48,7v0,1,-1,12,-1,33v0,5,-1,7,-3,7xm138,-42v65,-46,-17,-92,-56,-121v-17,5,-31,21,-31,38v0,34,62,59,87,83","w":214},"\u00a4":{"d":"175,-162r-24,22v13,15,13,61,-1,75r24,22r-15,16r-22,-25v-18,18,-52,17,-70,1r-22,24r-14,-16r23,-22v-15,-16,-15,-60,0,-75r-24,-22r15,-15r22,24v17,-17,53,-18,71,-1r22,-23xm137,-103v0,-21,-13,-41,-35,-41v-21,0,-35,19,-35,42v2,56,69,58,70,-1"},"'":{"d":"36,-187v-6,-18,-13,-85,-15,-80v0,-5,6,-5,15,-5v9,0,15,0,15,5","w":72},"\u00ab":{"d":"118,-110v6,7,40,42,57,57v-4,6,-10,12,-16,16r-65,-71v10,-12,64,-63,71,-71v4,-4,8,-6,10,-1v-3,11,-43,49,-57,70xm51,-110v6,7,39,42,56,57v-6,8,-12,24,-23,8v-10,-15,-49,-49,-57,-63r77,-75v1,0,4,2,4,3v-5,10,-43,49,-57,70","w":201},"\u00b7":{"d":"45,-84v-27,-1,-26,-37,0,-39v11,0,20,7,20,19v0,12,-8,20,-20,20","w":90},"\u00b6":{"d":"134,71v8,-86,2,-218,4,-317v0,-9,-1,-14,-6,-14v-62,1,-66,133,-12,149v-48,13,-104,-25,-101,-76v4,-93,98,-84,203,-84v6,-1,8,4,3,5v-15,0,-22,7,-23,22r0,291v-2,8,-15,14,-22,11v9,-79,2,-212,4,-304v0,-8,-4,-14,-14,-14v-8,0,-14,3,-14,13r1,307v-2,9,-17,16,-23,11","w":256},"\u00bb":{"d":"83,-109v-6,-7,-39,-42,-56,-57v6,-8,13,-27,23,-9v8,9,44,48,51,55v5,5,6,7,6,9r-77,74v-10,-12,42,-49,53,-72xm150,-109v-6,-7,-39,-42,-56,-57r15,-17v17,15,53,56,66,72v-10,12,-64,62,-71,70v-4,4,-8,6,-10,1v4,-9,43,-49,56,-69","w":201},"\u00bf":{"d":"118,-176v-14,39,-65,80,-65,124v0,17,9,46,42,46v39,1,44,-28,51,-54v8,5,2,28,4,46v-6,15,-32,20,-63,20v-48,0,-65,-31,-65,-56v0,-47,61,-83,76,-132v4,-7,-17,-24,-6,-28v8,2,27,25,26,34xm95,-276v26,1,23,36,-1,37v-10,0,-18,-8,-18,-18v0,-11,8,-19,19,-19","w":175},"`":{"d":"138,-338v6,10,31,24,47,37v-12,5,-69,-19,-78,-25v7,-6,24,-8,31,-12","w":327},"\u00b4":{"d":"145,-301v17,-16,49,-32,61,-38v5,2,16,18,11,23v-25,-4,-57,17,-72,15","w":327},"\u00af":{"d":"120,-322v24,-6,60,0,88,-2v7,1,1,8,0,12v-24,6,-60,0,-88,2v-7,-1,0,-8,0,-12","w":327},"\u00a8":{"d":"200,-299v-21,-1,-20,-29,0,-31v9,0,16,6,16,15v0,9,-6,16,-16,16xm127,-299v-22,-1,-19,-30,1,-31v9,0,15,6,15,15v0,9,-6,16,-16,16","w":327},"\u00b8":{"d":"169,57v4,-12,-15,-22,-31,-29v13,-10,21,-29,46,-28v-4,2,-24,20,-27,24v22,2,36,11,36,26v0,23,-38,42,-58,33v10,-8,36,-7,34,-26","w":327},"\u00c6":{"d":"299,-47v2,13,5,56,-22,49v-42,-2,-93,4,-129,-4v10,-4,25,-3,24,-23v2,-15,2,-62,2,-95v-17,-7,-55,-4,-74,0v-10,17,-55,80,-56,103v-1,14,21,10,27,16v-40,5,-48,-1,-92,2v-4,0,-4,-1,-4,-3v24,-6,41,-18,57,-44r144,-225v35,1,84,5,115,-3v0,7,-1,39,-6,48v-2,0,-3,-2,-3,-5v9,-33,-51,-24,-77,-26v-4,34,-4,87,0,121v19,-1,74,6,80,-10v4,12,-2,37,-5,49v-2,0,-3,-1,-3,-4v6,-28,-48,-21,-71,-22v-8,15,-3,55,-3,82v0,24,7,29,42,29v30,0,49,-9,54,-35xm174,-139r0,-97v0,-2,-3,-2,-4,0v-4,13,-64,92,-57,100v20,-2,47,4,61,-3","w":328,"k":{"v":-10,"w":-12,"x":-14,"y":-10,"\u00fd":-10,"\u00ff":-10,"V":-9,"W":-11,"X":-13,"Y":-9,"\u00dd":-9}},"\u00aa":{"d":"90,-186v-10,-4,-36,-3,-47,0v-2,10,-19,32,-3,36v1,0,2,0,2,1v-11,3,-30,2,-46,0v11,-1,18,-4,24,-17r46,-106v4,-6,6,-6,10,2v12,11,34,116,71,121v-4,5,-28,1,-45,0v7,-9,-9,-25,-12,-37xm49,-199v11,-1,26,2,35,-1r-16,-40v-1,-3,-3,-3,-4,0","w":144},"\u00d8":{"d":"73,-24v-12,10,-21,27,-35,34v-2,-3,-9,-6,-8,-11r31,-34v-75,-87,-40,-241,104,-241v39,0,69,10,93,29v13,-10,25,-42,42,-25v-2,15,-22,23,-30,36v78,81,21,242,-107,242v-38,0,-68,-12,-90,-30xm250,-214r-159,170v21,23,49,36,81,36v32,0,100,-18,100,-123v0,-34,-9,-62,-22,-83xm82,-57r158,-171v-64,-71,-183,-35,-183,83v0,36,10,65,25,88","w":329,"k":{"m":4,"t":11,"v":4,"w":2,"x":10,"y":4,"\u00fd":4,"\u00ff":4,"M":4,"T":10,"V":4,"W":2,"X":9,"Y":4,"\u00dd":4,"a":8,"\u00e6":8,"\u00e1":8,"\u00e2":8,"\u00e4":8,"\u00e0":8,"\u00e5":8,"\u00e3":8,"b":12,"d":12,"e":12,"f":12,"h":12,"i":12,"k":12,"l":12,"n":12,"p":12,"r":12,"\u00fe":12,"\u00f0":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00e8":12,"\u00ed":12,"\u00ee":12,"\u00ef":12,"\u00ec":12,"\u00f1":12,"A":7,"\u00c6":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7,"B":11,"D":11,"E":11,"F":11,"H":11,"I":11,"K":11,"L":11,"N":11,"P":11,"R":11,"\u00d0":11,"\u00de":11,"\u00c9":11,"\u00ca":11,"\u00cb":11,"\u00c8":11,"\u00cd":11,"\u00ce":11,"\u00cf":11,"\u00cc":11,"\u00d1":11,"j":8,"J":7}},"\u00ba":{"d":"78,-146v-96,-2,-95,-130,1,-130v42,0,71,23,71,62v0,37,-28,68,-72,68xm83,-156v13,0,42,-7,42,-53v1,-70,-90,-81,-92,-6v0,34,23,59,50,59","w":157},"\u00e6":{"d":"133,-4v36,-5,14,-49,21,-96v-14,-7,-47,-3,-65,-1v-9,15,-47,68,-49,86v-2,13,18,7,23,14v-34,3,-50,2,-85,0v19,-4,36,-16,50,-38r127,-191v34,-2,74,2,105,-3v1,5,-2,31,-5,41v-2,0,-4,-1,-4,-4v7,-27,-47,-19,-68,-21v-4,27,-3,73,0,101v11,-1,59,4,66,-4v2,-4,5,-6,7,-2v-3,2,-2,52,-9,35v5,-23,-45,-15,-64,-16v-6,13,-2,47,-2,69v0,21,7,22,38,22v26,0,43,-7,47,-28v5,10,4,49,-19,42v-38,-2,-82,2,-116,-3v0,-1,0,-3,2,-3xm151,-115v9,-21,0,-59,3,-86v-10,3,-55,79,-54,86r51,0","w":293,"k":{"v":-8,"w":-10,"x":-12,"y":-8,"\u00fd":-8,"\u00ff":-8}},"\u00f8":{"d":"64,-20v-12,8,-23,39,-37,23v0,-13,20,-21,27,-32v-67,-75,-36,-206,91,-206v35,0,61,9,82,25v11,-9,24,-38,37,-21v-1,12,-18,20,-25,30v70,71,17,206,-95,206v-34,0,-61,-10,-80,-25xm220,-182r-138,144v18,20,42,30,70,30v29,0,86,-15,86,-103v0,-29,-6,-53,-18,-71xm73,-48r138,-145v-55,-60,-159,-29,-159,70v0,30,7,55,21,75","w":290,"k":{"m":3,"t":9,"v":3,"w":2,"x":9,"y":3,"\u00fd":3,"\u00ff":3,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6,"b":10,"d":10,"e":10,"f":10,"h":10,"i":10,"k":10,"l":10,"n":10,"p":10,"r":10,"\u00fe":10,"\u00f0":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u00f1":10,"j":6}},"\u00df":{"d":"144,-189v-11,-20,-5,-34,-49,-34v-23,0,-42,11,-42,33v-4,19,23,41,50,58v39,26,52,48,52,74v0,33,-37,69,-80,63v-18,-3,-51,3,-51,-20v0,-19,-1,-31,5,-37v2,0,3,0,3,3v-2,31,26,42,51,42v31,0,47,-18,47,-41v0,-44,-110,-83,-99,-129v-5,-53,70,-69,117,-51v0,1,-1,12,-1,33v0,5,-1,6,-3,6xm333,-189v-11,-20,-5,-34,-49,-34v-23,0,-42,11,-42,33v-4,19,23,41,50,58v39,26,52,48,52,74v0,32,-37,69,-80,63v-18,-3,-51,3,-51,-20v0,-19,0,-29,4,-37v2,0,3,0,3,3v-2,31,26,42,51,42v31,0,48,-18,48,-41v0,-44,-110,-84,-100,-129v-5,-54,71,-68,118,-51","w":377},"\u00b9":{"d":"13,-235v-6,-11,51,-34,58,-41v5,4,1,71,1,101v0,41,-3,61,31,63v-36,8,-36,-1,-83,3v-5,1,-7,-5,-2,-5v10,-1,35,-1,32,-13r0,-115v0,-3,0,-5,-4,-5v-5,1,-27,7,-33,12","w":118},"\u00ac":{"d":"167,-57r-18,0r0,-58r-133,0r0,-19r151,0r0,77","w":183},"\u00b5":{"d":"25,-54r0,-108r27,0v0,0,-11,144,49,144v22,0,47,-9,47,-54r0,-90r27,0r0,129v-2,24,17,26,23,9r6,2v-3,17,-14,27,-28,27v-14,0,-25,-7,-27,-41v-9,37,-74,59,-100,22v2,32,5,68,9,86v-12,4,-24,19,-37,16v3,-52,4,-88,4,-142","w":207},"\u00d0":{"d":"159,4v-39,0,-87,2,-121,-6v10,-4,26,-2,24,-23v3,-17,2,-72,2,-105r-32,0v-5,0,-1,-8,-1,-10v5,-7,22,-1,33,-3r-1,-101v2,-19,-15,-20,-30,-24v37,-7,45,-3,95,-3v36,0,101,-3,144,41v18,19,35,48,35,91v0,45,-19,81,-39,102v-15,16,-48,41,-109,41xm122,-259v-13,0,-27,-2,-27,10r-1,106r74,0v6,0,1,8,1,11v-18,6,-52,0,-75,2r1,80v2,41,5,40,65,42v68,2,117,-46,115,-119v-3,-98,-74,-134,-153,-132","w":330,"k":{"m":2,"M":2,"a":4,"\u00e6":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"b":4,"d":4,"e":4,"f":4,"h":4,"i":4,"k":4,"l":4,"n":4,"p":4,"r":4,"\u00fe":4,"\u00f0":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00ed":4,"\u00ee":4,"\u00ef":4,"\u00ec":4,"\u00f1":4,"A":4,"\u00c6":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"N":4,"P":4,"R":4,"\u00d0":4,"\u00de":4,"\u00c9":4,"\u00ca":4,"\u00cb":4,"\u00c8":4,"\u00cd":4,"\u00ce":4,"\u00cf":4,"\u00cc":4,"\u00d1":4,"j":4,"J":4}},"\u00bd":{"d":"12,-224v-4,-8,47,-32,55,-38v5,13,-2,110,2,141v-2,13,21,10,29,15v-19,4,-59,3,-83,0v5,-6,32,1,32,-15r1,-108v0,-3,0,-6,-4,-6v-6,0,-26,8,-32,11xm51,4v-5,4,-15,-3,-11,-10r194,-254v3,-5,12,3,12,7xm286,-36v5,8,-4,37,-19,36v-29,-3,-67,5,-90,-3v32,-32,83,-64,82,-108v-1,-52,-61,-48,-65,-10v0,3,-1,4,-2,4v-6,-2,-3,-18,-4,-28v23,-27,102,-8,94,28v0,41,-43,76,-76,102v8,3,39,-1,51,0v20,0,22,-11,29,-21","w":306},"\u00b1":{"d":"83,-189r18,0r0,68r67,0r0,18r-66,0r0,68r-19,0r0,-68r-68,0r0,-18r68,0r0,-68xm168,-18r0,18r-153,0r0,-18r153,0","w":183},"\u00de":{"d":"112,-203v-9,0,-18,-2,-18,9r1,169v-3,20,20,20,34,23v-34,8,-48,-1,-85,3v-6,1,-8,-4,-3,-5v15,1,20,-6,21,-21v4,-40,1,-184,1,-219v0,-19,-15,-20,-30,-24v33,-6,53,-3,94,-1v-10,7,-37,4,-33,23r0,34v70,-1,114,2,116,62v2,53,-47,96,-101,83v0,-3,2,-4,10,-4v59,-2,85,-66,42,-114v-18,-20,-41,-18,-49,-18","w":232},"\u00bc":{"d":"139,-48v7,-11,81,-95,96,-110v2,0,3,1,3,3r0,97v10,2,26,-4,29,0v-1,1,0,14,-6,13r-23,0v0,15,-6,46,19,41v1,0,3,1,3,2v-15,4,-47,4,-65,0v5,-5,26,-1,23,-14v0,-9,1,-24,1,-29v-26,-2,-60,4,-80,-3xm219,-58v-1,-22,2,-48,-1,-68v-4,4,-53,61,-59,68r60,0xm12,-224v-4,-8,47,-32,55,-38v5,13,-2,110,2,141v-2,13,21,10,29,15v-19,4,-59,3,-83,0v5,-6,32,1,32,-15r1,-108v0,-3,0,-6,-4,-6v-6,0,-26,8,-32,11xm62,4v-4,4,-14,-4,-11,-10r195,-254v3,-5,8,3,11,4v-59,89,-132,173,-195,260","w":285},"\u00f7":{"d":"111,-152v0,10,-7,19,-19,19v-10,0,-17,-8,-17,-18v0,-11,7,-18,17,-18v10,0,19,7,19,17xm168,-106r0,19r-153,0r0,-19r153,0xm92,-24v-10,0,-17,-8,-17,-18v0,-11,7,-18,17,-18v10,0,19,8,19,18v0,10,-8,18,-19,18","w":183},"\u00a6":{"d":"102,-117r-20,0r0,-126r20,0r0,126xm102,63r-20,0r0,-126r20,0r0,126","w":183},"\u00b0":{"d":"91,-214v0,22,-18,38,-38,38v-22,0,-38,-18,-38,-37v0,-21,17,-38,39,-38v23,0,37,18,37,37xm74,-214v0,-10,-7,-23,-22,-23v-29,1,-26,47,1,46v12,0,21,-10,21,-23","w":110},"\u00fe":{"d":"99,-171v-7,1,-16,-1,-15,8r1,141v-2,18,18,16,29,21v-32,4,-50,2,-81,0v7,-6,23,-2,21,-21v4,-33,2,-157,1,-186v0,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5v26,1,57,-3,79,2v-8,7,-28,1,-28,19v0,13,-1,23,-1,29v8,-1,15,-1,27,-1v64,0,68,12,80,55v1,45,-46,78,-94,69v0,-3,2,-4,8,-4v50,-1,80,-54,40,-96v-16,-16,-39,-14,-46,-14","w":210},"\u00be":{"d":"143,-48r97,-110v2,0,3,1,3,3r0,97v10,2,26,-4,29,0v-1,1,0,14,-6,13r-23,0v1,14,-7,47,19,41v2,1,4,4,-1,4r-58,0v-3,0,-2,-1,-2,-2v4,-5,25,-1,22,-14r0,-29v-26,-2,-59,4,-80,-3xm223,-58r0,-68v-4,4,-53,61,-59,68r59,0xm30,-227v-15,-25,3,-36,37,-35v71,3,42,57,13,66v11,5,41,13,40,40v0,28,-29,53,-66,53v-17,0,-35,3,-34,-14v1,-7,-2,-30,5,-22v1,14,9,26,35,26v21,0,38,-13,38,-37v0,-27,-30,-33,-48,-39v12,-8,40,-11,41,-39v0,-7,-6,-25,-30,-25v-18,0,-31,11,-31,26xm62,4v-5,4,-15,-3,-11,-10r194,-254v3,-5,8,3,11,4v1,1,2,2,1,3","w":290},"\u00b2":{"d":"134,-148v2,9,-3,40,-20,38v-30,-3,-70,5,-95,-3v34,-33,87,-67,86,-113v-1,-54,-64,-52,-68,-11v0,5,-5,5,-5,0v0,-2,-2,-19,-2,-25v23,-29,108,-9,99,29v0,43,-45,79,-80,107v9,3,41,-1,54,0v22,1,22,-12,31,-22","w":159},"\u00ae":{"d":"37,-213v-19,0,-33,-13,-33,-31v0,-18,14,-32,33,-32v19,0,33,14,33,32v0,18,-14,31,-33,31xm37,-219v15,0,27,-11,27,-26v0,-15,-12,-26,-27,-26v-15,0,-27,11,-27,26v0,15,11,26,27,26xm19,-229v10,-3,5,-20,5,-31v1,-3,-10,-3,-1,-4v17,-4,37,6,21,21v2,5,18,15,11,15v-10,4,-11,-16,-24,-14v3,13,7,17,-12,13xm31,-246v5,4,13,1,13,-6v0,-6,-6,-11,-13,-8r0,14","w":74},"\u00f0":{"d":"141,4v-35,0,-76,1,-108,-5v6,-6,23,-1,21,-21v3,-15,2,-60,2,-88v-11,-2,-35,7,-29,-9v4,-7,20,-1,29,-3r-1,-86v0,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5v106,-2,237,-16,237,112v0,39,-16,68,-34,86v-14,14,-42,36,-96,36xm107,-219v-12,0,-21,-2,-22,8r0,89r64,0v3,1,3,14,-4,13r-60,0r0,67v3,34,5,32,56,34v57,2,101,-37,99,-100v-2,-85,-65,-113,-133,-111","w":291,"k":{"m":2,"a":3,"\u00e6":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"b":3,"d":3,"e":3,"f":3,"h":3,"i":3,"k":3,"l":3,"n":3,"p":3,"r":3,"\u00fe":3,"\u00f0":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00ed":3,"\u00ee":3,"\u00ef":3,"\u00ec":3,"\u00f1":3,"j":3}},"\u00d7":{"d":"20,-155r13,-13r58,60r59,-60r14,13r-59,60r59,60r-14,13r-58,-59r-59,59r-13,-13r58,-60","w":183},"\u00b3":{"d":"31,-239v-14,-26,3,-38,39,-37v75,2,43,60,14,70v13,2,43,15,43,42v0,30,-30,56,-70,56v-18,0,-36,2,-36,-15v0,-7,-2,-33,6,-23v1,14,9,27,37,27v22,0,39,-13,39,-39v0,-28,-31,-35,-50,-41v11,-8,41,-12,42,-41v0,-8,-6,-27,-31,-27v-20,0,-31,14,-33,28","w":148},"\u00a9":{"d":"163,6v-78,0,-141,-63,-141,-141v0,-78,63,-141,141,-141v77,0,141,63,141,141v0,78,-64,141,-141,141xm163,-10v69,0,120,-57,120,-125v0,-69,-51,-125,-120,-125v-69,0,-120,56,-120,125v0,68,51,125,120,125xm81,-138v0,-80,72,-89,142,-72v-1,2,2,51,-9,34v-4,-22,-8,-29,-50,-29v-36,0,-56,20,-56,58v0,51,32,78,66,78v36,0,32,-15,45,-29v7,2,1,38,-9,40v-72,17,-129,-16,-129,-80","w":326},"\u00c1":{"d":"34,-39r82,-223v8,-20,8,-20,16,-1v6,14,61,162,84,217v18,43,21,37,49,44v-8,7,-50,3,-75,0v2,-5,8,-3,5,-12v-13,-29,-21,-65,-37,-91v-26,2,-60,-4,-81,3v-9,28,-22,57,-27,88v-2,13,31,8,16,15v-24,-2,-58,4,-76,-3v22,-3,35,-12,44,-37xm85,-118r68,0v2,0,2,-2,2,-3r-34,-97v-2,-5,-4,-5,-6,0v-9,33,-26,69,-30,100xm107,-301v17,-16,49,-32,61,-38v5,2,15,17,12,23v-25,-4,-57,17,-73,15","w":252,"k":{"m":-8,"s":-3,"t":23,"v":26,"w":15,"x":-3,"y":17,"\u00fd":17,"\u00ff":17,"M":-9,"S":-4,"T":25,"V":29,"W":16,"X":-4,"Y":18,"\u00dd":18}},"\u00c2":{"d":"34,-39r82,-223v8,-20,8,-20,16,-1v6,14,61,162,84,217v18,43,21,37,49,44v-8,7,-50,3,-75,0v2,-5,8,-3,5,-12v-13,-29,-21,-65,-37,-91v-26,2,-60,-4,-81,3v-9,28,-22,57,-27,88v-2,13,31,8,16,15v-24,-2,-58,4,-76,-3v22,-3,35,-12,44,-37xm85,-118r68,0v2,0,2,-2,2,-3r-34,-97v-2,-5,-4,-5,-6,0v-9,33,-26,69,-30,100xm127,-342r47,35v-3,5,-8,10,-13,13v-11,-8,-27,-26,-37,-28v-15,3,-29,22,-43,28v-4,-14,38,-39,46,-48","w":252,"k":{"m":-8,"s":-3,"t":23,"v":26,"w":15,"x":-3,"y":17,"\u00fd":17,"\u00ff":17,"M":-9,"S":-4,"T":25,"V":29,"W":16,"X":-4,"Y":18,"\u00dd":18}},"\u00c4":{"d":"34,-39r82,-223v8,-20,8,-20,16,-1v6,14,61,162,84,217v18,43,21,37,49,44v-8,7,-50,3,-75,0v2,-5,8,-3,5,-12v-13,-29,-21,-65,-37,-91v-26,2,-60,-4,-81,3v-9,28,-22,57,-27,88v-2,13,31,8,16,15v-24,-2,-58,4,-76,-3v22,-3,35,-12,44,-37xm85,-118r68,0v2,0,2,-2,2,-3r-34,-97v-2,-5,-4,-5,-6,0v-9,33,-26,69,-30,100xm162,-299v-21,-1,-20,-29,0,-31v9,0,16,6,16,15v0,9,-6,16,-16,16xm90,-299v-21,-1,-20,-29,0,-31v9,0,15,6,15,15v0,9,-5,16,-15,16","w":252,"k":{"m":-8,"s":-3,"t":23,"v":26,"w":15,"x":-3,"y":17,"\u00fd":17,"\u00ff":17,"M":-9,"S":-4,"T":25,"V":29,"W":16,"X":-4,"Y":18,"\u00dd":18}},"\u00c0":{"d":"34,-39r82,-223v8,-20,8,-20,16,-1v6,14,61,162,84,217v18,43,21,37,49,44v-8,7,-50,3,-75,0v2,-5,8,-3,5,-12v-13,-29,-21,-65,-37,-91v-26,2,-60,-4,-81,3v-9,28,-22,57,-27,88v-2,13,31,8,16,15v-24,-2,-58,4,-76,-3v22,-3,35,-12,44,-37xm85,-118r68,0v2,0,2,-2,2,-3r-34,-97v-2,-5,-4,-5,-6,0v-9,33,-26,69,-30,100xm100,-338v6,10,31,25,48,37v-13,6,-69,-19,-79,-25v7,-6,24,-8,31,-12","w":252,"k":{"m":-8,"s":-3,"t":23,"v":26,"w":15,"x":-3,"y":17,"\u00fd":17,"\u00ff":17,"M":-9,"S":-4,"T":25,"V":29,"W":16,"X":-4,"Y":18,"\u00dd":18}},"\u00c5":{"d":"34,-39r82,-223v8,-20,8,-20,16,-1v6,14,61,162,84,217v18,43,21,37,49,44v-8,7,-50,3,-75,0v2,-5,8,-3,5,-12v-13,-29,-21,-65,-37,-91v-26,2,-60,-4,-81,3v-9,28,-22,57,-27,88v-2,13,31,8,16,15v-24,-2,-58,4,-76,-3v22,-3,35,-12,44,-37xm85,-118r68,0v2,0,2,-2,2,-3r-34,-97v-2,-5,-4,-5,-6,0v-9,33,-26,69,-30,100xm162,-327v0,33,-70,46,-72,11v0,-16,18,-31,43,-31v18,0,29,8,29,20xm124,-304v24,2,30,-35,3,-35v-8,0,-21,6,-21,18v0,11,9,17,18,17","w":252,"k":{"m":-8,"s":-3,"t":23,"v":26,"w":15,"x":-3,"y":17,"\u00fd":17,"\u00ff":17,"M":-9,"S":-4,"T":25,"V":29,"W":16,"X":-4,"Y":18,"\u00dd":18}},"\u00c3":{"d":"34,-39r82,-223v8,-20,8,-20,16,-1v6,14,61,162,84,217v18,43,21,37,49,44v-8,7,-50,3,-75,0v2,-5,8,-3,5,-12v-13,-29,-21,-65,-37,-91v-26,2,-60,-4,-81,3v-9,28,-22,57,-27,88v-2,13,31,8,16,15v-24,-2,-58,4,-76,-3v22,-3,35,-12,44,-37xm85,-118r68,0v2,0,2,-2,2,-3r-34,-97v-2,-5,-4,-5,-6,0v-9,33,-26,69,-30,100xm180,-330v8,8,-17,31,-28,31v-26,0,-29,-15,-53,-17v-19,-1,-19,20,-30,14v5,-12,19,-30,34,-31v15,-1,33,17,51,17v18,0,19,-11,26,-14","w":252,"k":{"m":-8,"s":-3,"t":23,"v":26,"w":15,"x":-3,"y":17,"\u00fd":17,"\u00ff":17,"M":-9,"S":-4,"T":25,"V":29,"W":16,"X":-4,"Y":18,"\u00dd":18}},"\u00c7":{"d":"171,-262v-94,0,-116,49,-116,120v0,69,53,132,130,132v41,0,73,-16,76,-49v1,-6,7,-7,6,0v-1,7,-1,55,-17,57v-16,7,-47,8,-73,8v-6,5,-17,15,-20,18v22,2,36,11,36,26v0,23,-38,42,-58,33v10,-8,36,-7,34,-26v4,-12,-15,-22,-31,-29v5,-8,18,-16,25,-23v-125,-7,-186,-144,-100,-243v33,-39,133,-44,199,-28v13,2,-3,50,2,61v0,5,-1,7,-3,7v-3,0,-3,-2,-3,-7v-2,-44,-36,-57,-87,-57","w":289,"k":{"t":2,"y":-6,"\u00fd":-6,"\u00ff":-6,"T":2,"Y":-5,"\u00dd":-5,"c":4,"g":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"C":4,"\u00c7":4,"O":4,"\u00d8":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d5":4,"Q":4}},"\u00c9":{"d":"190,-48v3,15,7,54,-22,50v-42,-6,-93,4,-130,-4v10,-4,24,-2,24,-23v0,-40,1,-184,1,-219v0,-19,-15,-20,-30,-24v36,-10,107,7,149,-6v3,6,-1,39,-6,48v-2,0,-2,-2,-2,-5v7,-32,-51,-25,-78,-26v-4,29,-3,77,0,107v18,-2,75,6,80,-11v3,5,-1,44,-5,53v-2,0,-3,-1,-3,-3v10,-33,-49,-25,-71,-27v-8,20,-3,63,-3,96v0,25,7,30,42,30v31,0,50,-9,54,-36xm94,-301v18,-16,49,-33,62,-38v4,3,14,17,11,23v-25,-4,-57,17,-73,15","w":219,"k":{"v":-10,"w":-12,"x":-14,"y":-10,"\u00fd":-10,"\u00ff":-10,"V":-9,"W":-11,"X":-13,"Y":-9,"\u00dd":-9}},"\u00ca":{"d":"190,-48v3,15,7,54,-22,50v-42,-6,-93,4,-130,-4v10,-4,24,-2,24,-23v0,-40,1,-184,1,-219v0,-19,-15,-20,-30,-24v36,-10,107,7,149,-6v3,6,-1,39,-6,48v-2,0,-2,-2,-2,-5v7,-32,-51,-25,-78,-26v-4,29,-3,77,0,107v18,-2,75,6,80,-11v3,5,-1,44,-5,53v-2,0,-3,-1,-3,-3v10,-33,-49,-25,-71,-27v-8,20,-3,63,-3,96v0,25,7,30,42,30v31,0,50,-9,54,-36xm118,-342v8,7,37,25,46,35v-4,4,-7,10,-12,13v-11,-8,-28,-25,-37,-28v-15,4,-30,20,-43,28v-1,0,-3,-2,-3,-3v8,-10,38,-38,49,-45","w":219,"k":{"v":-10,"w":-12,"x":-14,"y":-10,"\u00fd":-10,"\u00ff":-10,"V":-9,"W":-11,"X":-13,"Y":-9,"\u00dd":-9}},"\u00cb":{"d":"190,-48v3,15,7,54,-22,50v-42,-6,-93,4,-130,-4v10,-4,24,-2,24,-23v0,-40,1,-184,1,-219v0,-19,-15,-20,-30,-24v36,-10,107,7,149,-6v3,6,-1,39,-6,48v-2,0,-2,-2,-2,-5v7,-32,-51,-25,-78,-26v-4,29,-3,77,0,107v18,-2,75,6,80,-11v3,5,-1,44,-5,53v-2,0,-3,-1,-3,-3v10,-33,-49,-25,-71,-27v-8,20,-3,63,-3,96v0,25,7,30,42,30v31,0,50,-9,54,-36xm153,-299v-21,-1,-20,-29,0,-31v9,0,15,6,15,15v0,9,-5,16,-15,16xm80,-299v-22,-1,-19,-30,1,-31v9,0,15,6,15,15v0,9,-6,16,-16,16","w":219,"k":{"v":-10,"w":-12,"x":-14,"y":-10,"\u00fd":-10,"\u00ff":-10,"V":-9,"W":-11,"X":-13,"Y":-9,"\u00dd":-9}},"\u00c8":{"d":"190,-48v3,15,7,54,-22,50v-42,-6,-93,4,-130,-4v10,-4,24,-2,24,-23v0,-40,1,-184,1,-219v0,-19,-15,-20,-30,-24v36,-10,107,7,149,-6v3,6,-1,39,-6,48v-2,0,-2,-2,-2,-5v7,-32,-51,-25,-78,-26v-4,29,-3,77,0,107v18,-2,75,6,80,-11v3,5,-1,44,-5,53v-2,0,-3,-1,-3,-3v10,-33,-49,-25,-71,-27v-8,20,-3,63,-3,96v0,25,7,30,42,30v31,0,50,-9,54,-36xm91,-338v6,10,30,25,47,37v-13,5,-69,-20,-79,-25v7,-6,25,-8,32,-12","w":219,"k":{"v":-10,"w":-12,"x":-14,"y":-10,"\u00fd":-10,"\u00ff":-10,"V":-9,"W":-11,"X":-13,"Y":-9,"\u00dd":-9}},"\u00cd":{"d":"95,-244r1,219v-3,20,19,20,33,23v-33,8,-48,-1,-85,3v-6,1,-8,-4,-3,-5v15,1,20,-6,21,-21v4,-40,1,-184,1,-219v0,-20,-12,-21,-26,-24v25,-8,44,1,77,-3v6,-1,8,4,3,5v-15,0,-22,5,-22,22xm60,-301v18,-15,50,-32,62,-38v4,3,14,17,11,23v-25,-4,-57,17,-73,15","w":158,"k":{"c":6,"g":6,"o":6,"q":6,"\u00f8":6,"\u00e7":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u00f2":6,"\u00f5":6,"C":5,"\u00c7":5,"O":9,"\u00d8":9,"\u00d3":9,"\u00d4":9,"\u00d6":9,"\u00d2":9,"\u00d5":9,"Q":9,"G":5}},"\u00ce":{"d":"95,-244r1,219v-3,20,19,20,33,23v-33,8,-48,-1,-85,3v-6,1,-8,-4,-3,-5v15,1,20,-6,21,-21v4,-40,1,-184,1,-219v0,-20,-12,-21,-26,-24v25,-8,44,1,77,-3v6,-1,8,4,3,5v-15,0,-22,5,-22,22xm80,-342r47,35v-3,5,-8,10,-13,13v-11,-8,-27,-26,-37,-28v-14,4,-29,20,-42,28v-1,0,-3,-2,-3,-3v6,-11,39,-36,48,-45","w":158,"k":{"c":6,"g":6,"o":6,"q":6,"\u00f8":6,"\u00e7":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u00f2":6,"\u00f5":6,"C":5,"\u00c7":5,"O":9,"\u00d8":9,"\u00d3":9,"\u00d4":9,"\u00d6":9,"\u00d2":9,"\u00d5":9,"Q":9,"G":5}},"\u00cf":{"d":"95,-244r1,219v-3,20,19,20,33,23v-33,8,-48,-1,-85,3v-6,1,-8,-4,-3,-5v15,1,20,-6,21,-21v4,-40,1,-184,1,-219v0,-20,-12,-21,-26,-24v25,-8,44,1,77,-3v6,-1,8,4,3,5v-15,0,-22,5,-22,22xm115,-299v-22,-1,-19,-30,1,-31v9,0,15,6,15,15v0,9,-6,16,-16,16xm43,-299v-21,-1,-20,-29,0,-31v9,0,16,6,16,15v0,9,-6,16,-16,16","w":158,"k":{"c":6,"g":6,"o":6,"q":6,"\u00f8":6,"\u00e7":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u00f2":6,"\u00f5":6,"C":5,"\u00c7":5,"O":9,"\u00d8":9,"\u00d3":9,"\u00d4":9,"\u00d6":9,"\u00d2":9,"\u00d5":9,"Q":9,"G":5}},"\u00cc":{"d":"95,-244r1,219v-3,20,19,20,33,23v-33,8,-48,-1,-85,3v-6,1,-8,-4,-3,-5v15,1,20,-6,21,-21v4,-40,1,-184,1,-219v0,-20,-12,-21,-26,-24v25,-8,44,1,77,-3v6,-1,8,4,3,5v-15,0,-22,5,-22,22xm53,-338v8,9,30,25,48,37v-12,5,-70,-19,-79,-25v7,-6,25,-7,31,-12","w":158,"k":{"c":6,"g":6,"o":6,"q":6,"\u00f8":6,"\u00e7":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u00f2":6,"\u00f5":6,"C":5,"\u00c7":5,"O":9,"\u00d8":9,"\u00d3":9,"\u00d4":9,"\u00d6":9,"\u00d2":9,"\u00d5":9,"Q":9,"G":5}},"\u00d1":{"d":"313,-269v-15,7,-26,5,-26,36r0,211v0,24,-1,26,-4,26v-72,-64,-147,-152,-214,-224r5,172v-1,45,11,40,35,46v-33,8,-40,-1,-79,3v-6,1,-8,-4,-3,-5v24,-1,25,-6,25,-48r1,-206v0,-14,1,-18,4,-18v24,20,174,188,213,229r-4,-183v4,-37,-16,-31,-35,-39v30,-4,50,-2,82,0xm228,-330v8,8,-18,31,-29,31v-26,0,-28,-15,-52,-17v-19,-1,-19,20,-30,14v5,-12,19,-30,34,-31v15,-1,33,17,51,17v18,0,19,-11,26,-14","w":340,"k":{"c":6,"g":6,"o":6,"q":6,"\u00f8":6,"\u00e7":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u00f2":6,"\u00f5":6,"C":5,"\u00c7":5,"O":9,"\u00d8":9,"\u00d3":9,"\u00d4":9,"\u00d6":9,"\u00d2":9,"\u00d5":9,"Q":9,"G":5}},"\u00d3":{"d":"23,-135v0,-58,43,-141,142,-141v81,0,141,51,141,135v0,81,-56,147,-143,147v-99,0,-140,-76,-140,-141xm57,-145v0,84,50,137,115,137v32,0,100,-18,100,-123v0,-167,-215,-181,-215,-14xm145,-301v18,-15,50,-32,62,-38v5,2,16,18,11,23v-26,-4,-57,17,-73,15","w":329,"k":{"m":4,"t":11,"v":4,"w":2,"x":10,"y":4,"\u00fd":4,"\u00ff":4,"M":4,"T":10,"V":4,"W":2,"X":9,"Y":4,"\u00dd":4,"a":8,"\u00e6":8,"\u00e1":8,"\u00e2":8,"\u00e4":8,"\u00e0":8,"\u00e5":8,"\u00e3":8,"b":12,"d":12,"e":12,"f":12,"h":12,"i":12,"k":12,"l":12,"n":12,"p":12,"r":12,"\u00fe":12,"\u00f0":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00e8":12,"\u00ed":12,"\u00ee":12,"\u00ef":12,"\u00ec":12,"\u00f1":12,"A":7,"\u00c6":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7,"B":11,"D":11,"E":11,"F":11,"H":11,"I":11,"K":11,"L":11,"N":11,"P":11,"R":11,"\u00d0":11,"\u00de":11,"\u00c9":11,"\u00ca":11,"\u00cb":11,"\u00c8":11,"\u00cd":11,"\u00ce":11,"\u00cf":11,"\u00cc":11,"\u00d1":11,"j":8,"J":7}},"\u00d4":{"d":"23,-135v0,-58,43,-141,142,-141v81,0,141,51,141,135v0,81,-56,147,-143,147v-99,0,-140,-76,-140,-141xm57,-145v0,84,50,137,115,137v32,0,100,-18,100,-123v0,-167,-215,-181,-215,-14xm166,-342v8,7,37,25,46,35v-4,4,-7,11,-13,13v-9,-9,-28,-25,-36,-28v-15,4,-30,20,-43,28v-1,0,-3,-2,-3,-3v8,-10,38,-38,49,-45","w":329,"k":{"m":4,"t":11,"v":4,"w":2,"x":10,"y":4,"\u00fd":4,"\u00ff":4,"M":4,"T":10,"V":4,"W":2,"X":9,"Y":4,"\u00dd":4,"a":8,"\u00e6":8,"\u00e1":8,"\u00e2":8,"\u00e4":8,"\u00e0":8,"\u00e5":8,"\u00e3":8,"b":12,"d":12,"e":12,"f":12,"h":12,"i":12,"k":12,"l":12,"n":12,"p":12,"r":12,"\u00fe":12,"\u00f0":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00e8":12,"\u00ed":12,"\u00ee":12,"\u00ef":12,"\u00ec":12,"\u00f1":12,"A":7,"\u00c6":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7,"B":11,"D":11,"E":11,"F":11,"H":11,"I":11,"K":11,"L":11,"N":11,"P":11,"R":11,"\u00d0":11,"\u00de":11,"\u00c9":11,"\u00ca":11,"\u00cb":11,"\u00c8":11,"\u00cd":11,"\u00ce":11,"\u00cf":11,"\u00cc":11,"\u00d1":11,"j":8,"J":7}},"\u00d6":{"d":"23,-135v0,-58,43,-141,142,-141v81,0,141,51,141,135v0,81,-56,147,-143,147v-99,0,-140,-76,-140,-141xm57,-145v0,84,50,137,115,137v32,0,100,-18,100,-123v0,-167,-215,-181,-215,-14xm201,-299v-22,-1,-21,-29,0,-31v9,0,15,6,15,15v0,9,-5,16,-15,16xm128,-299v-22,-1,-19,-30,1,-31v9,0,15,6,15,15v0,9,-6,16,-16,16","w":329,"k":{"m":4,"t":11,"v":4,"w":2,"x":10,"y":4,"\u00fd":4,"\u00ff":4,"M":4,"T":10,"V":4,"W":2,"X":9,"Y":4,"\u00dd":4,"a":8,"\u00e6":8,"\u00e1":8,"\u00e2":8,"\u00e4":8,"\u00e0":8,"\u00e5":8,"\u00e3":8,"b":12,"d":12,"e":12,"f":12,"h":12,"i":12,"k":12,"l":12,"n":12,"p":12,"r":12,"\u00fe":12,"\u00f0":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00e8":12,"\u00ed":12,"\u00ee":12,"\u00ef":12,"\u00ec":12,"\u00f1":12,"A":7,"\u00c6":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7,"B":11,"D":11,"E":11,"F":11,"H":11,"I":11,"K":11,"L":11,"N":11,"P":11,"R":11,"\u00d0":11,"\u00de":11,"\u00c9":11,"\u00ca":11,"\u00cb":11,"\u00c8":11,"\u00cd":11,"\u00ce":11,"\u00cf":11,"\u00cc":11,"\u00d1":11,"j":8,"J":7}},"\u00d2":{"d":"23,-135v0,-58,43,-141,142,-141v81,0,141,51,141,135v0,81,-56,147,-143,147v-99,0,-140,-76,-140,-141xm57,-145v0,84,50,137,115,137v32,0,100,-18,100,-123v0,-167,-215,-181,-215,-14xm139,-338v6,10,30,25,47,37v-13,5,-69,-20,-79,-25v7,-6,25,-8,32,-12","w":329,"k":{"m":4,"t":11,"v":4,"w":2,"x":10,"y":4,"\u00fd":4,"\u00ff":4,"M":4,"T":10,"V":4,"W":2,"X":9,"Y":4,"\u00dd":4,"a":8,"\u00e6":8,"\u00e1":8,"\u00e2":8,"\u00e4":8,"\u00e0":8,"\u00e5":8,"\u00e3":8,"b":12,"d":12,"e":12,"f":12,"h":12,"i":12,"k":12,"l":12,"n":12,"p":12,"r":12,"\u00fe":12,"\u00f0":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00e8":12,"\u00ed":12,"\u00ee":12,"\u00ef":12,"\u00ec":12,"\u00f1":12,"A":7,"\u00c6":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7,"B":11,"D":11,"E":11,"F":11,"H":11,"I":11,"K":11,"L":11,"N":11,"P":11,"R":11,"\u00d0":11,"\u00de":11,"\u00c9":11,"\u00ca":11,"\u00cb":11,"\u00c8":11,"\u00cd":11,"\u00ce":11,"\u00cf":11,"\u00cc":11,"\u00d1":11,"j":8,"J":7}},"\u00d5":{"d":"23,-135v0,-58,43,-141,142,-141v81,0,141,51,141,135v0,81,-56,147,-143,147v-99,0,-140,-76,-140,-141xm57,-145v0,84,50,137,115,137v32,0,100,-18,100,-123v0,-167,-215,-181,-215,-14xm219,-330v7,10,-18,29,-29,31v-26,-1,-29,-16,-53,-17v-18,-1,-19,19,-29,14v5,-12,18,-30,33,-31v15,-1,34,17,52,17v18,0,19,-11,26,-14","w":329,"k":{"m":4,"t":11,"v":4,"w":2,"x":10,"y":4,"\u00fd":4,"\u00ff":4,"M":4,"T":10,"V":4,"W":2,"X":9,"Y":4,"\u00dd":4,"a":8,"\u00e6":8,"\u00e1":8,"\u00e2":8,"\u00e4":8,"\u00e0":8,"\u00e5":8,"\u00e3":8,"b":12,"d":12,"e":12,"f":12,"h":12,"i":12,"k":12,"l":12,"n":12,"p":12,"r":12,"\u00fe":12,"\u00f0":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00e8":12,"\u00ed":12,"\u00ee":12,"\u00ef":12,"\u00ec":12,"\u00f1":12,"A":7,"\u00c6":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7,"B":11,"D":11,"E":11,"F":11,"H":11,"I":11,"K":11,"L":11,"N":11,"P":11,"R":11,"\u00d0":11,"\u00de":11,"\u00c9":11,"\u00ca":11,"\u00cb":11,"\u00c8":11,"\u00cd":11,"\u00ce":11,"\u00cf":11,"\u00cc":11,"\u00d1":11,"j":8,"J":7}},"\u00da":{"d":"156,-8v73,0,77,-77,77,-159r0,-77v0,-19,-16,-20,-31,-24v27,-8,43,1,74,-3v6,-1,8,4,3,5v-15,0,-22,5,-22,22v0,86,17,174,-34,223v-25,24,-53,27,-74,27v-12,0,-48,-1,-74,-25v-43,-13,-33,-174,-33,-225v0,-19,-15,-20,-30,-24v29,-8,48,1,83,-3v6,-1,6,4,3,5v-15,0,-23,5,-23,22r0,128v0,78,25,108,81,108xm137,-301v18,-15,50,-32,62,-38v4,3,14,17,11,23v-25,-4,-57,17,-73,15","w":298,"k":{"m":6,"M":6,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e0":7,"\u00e5":7,"\u00e3":7,"b":11,"d":11,"e":11,"f":11,"h":11,"i":11,"k":11,"l":11,"n":11,"p":11,"r":11,"\u00fe":11,"\u00f0":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"\u00ed":11,"\u00ee":11,"\u00ef":11,"\u00ec":11,"\u00f1":11,"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6}},"\u00db":{"d":"156,-8v73,0,77,-77,77,-159r0,-77v0,-19,-16,-20,-31,-24v27,-8,43,1,74,-3v6,-1,8,4,3,5v-15,0,-22,5,-22,22v0,86,17,174,-34,223v-25,24,-53,27,-74,27v-12,0,-48,-1,-74,-25v-43,-13,-33,-174,-33,-225v0,-19,-15,-20,-30,-24v29,-8,48,1,83,-3v6,-1,6,4,3,5v-15,0,-23,5,-23,22r0,128v0,78,25,108,81,108xm156,-342v8,7,37,25,46,35v-4,4,-7,11,-13,13v-11,-8,-27,-25,-36,-28v-15,4,-30,20,-43,28v-1,0,-3,-2,-3,-3v7,-11,39,-37,49,-45","w":298,"k":{"m":6,"M":6,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e0":7,"\u00e5":7,"\u00e3":7,"b":11,"d":11,"e":11,"f":11,"h":11,"i":11,"k":11,"l":11,"n":11,"p":11,"r":11,"\u00fe":11,"\u00f0":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"\u00ed":11,"\u00ee":11,"\u00ef":11,"\u00ec":11,"\u00f1":11,"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6}},"\u00dc":{"d":"156,-8v73,0,77,-77,77,-159r0,-77v0,-19,-16,-20,-31,-24v27,-8,43,1,74,-3v6,-1,8,4,3,5v-15,0,-22,5,-22,22v0,86,17,174,-34,223v-25,24,-53,27,-74,27v-12,0,-48,-1,-74,-25v-43,-13,-33,-174,-33,-225v0,-19,-15,-20,-30,-24v29,-8,48,1,83,-3v6,-1,6,4,3,5v-15,0,-23,5,-23,22r0,128v0,78,25,108,81,108xm192,-299v-22,-1,-19,-30,1,-31v9,0,15,6,15,15v0,9,-6,16,-16,16xm120,-299v-21,-1,-20,-29,0,-31v9,0,16,6,16,15v0,9,-6,16,-16,16","w":298,"k":{"m":6,"M":6,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e0":7,"\u00e5":7,"\u00e3":7,"b":11,"d":11,"e":11,"f":11,"h":11,"i":11,"k":11,"l":11,"n":11,"p":11,"r":11,"\u00fe":11,"\u00f0":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"\u00ed":11,"\u00ee":11,"\u00ef":11,"\u00ec":11,"\u00f1":11,"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6}},"\u00d9":{"d":"156,-8v73,0,77,-77,77,-159r0,-77v0,-19,-16,-20,-31,-24v27,-8,43,1,74,-3v6,-1,8,4,3,5v-15,0,-22,5,-22,22v0,86,17,174,-34,223v-25,24,-53,27,-74,27v-12,0,-48,-1,-74,-25v-43,-13,-33,-174,-33,-225v0,-19,-15,-20,-30,-24v29,-8,48,1,83,-3v6,-1,6,4,3,5v-15,0,-23,5,-23,22r0,128v0,78,25,108,81,108xm125,-338v6,10,31,24,47,37v-12,5,-69,-19,-78,-25v7,-6,24,-8,31,-12","w":298,"k":{"m":6,"M":6,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e0":7,"\u00e5":7,"\u00e3":7,"b":11,"d":11,"e":11,"f":11,"h":11,"i":11,"k":11,"l":11,"n":11,"p":11,"r":11,"\u00fe":11,"\u00f0":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"\u00ed":11,"\u00ee":11,"\u00ef":11,"\u00ec":11,"\u00f1":11,"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6}},"\u00dd":{"d":"81,-4v36,1,23,-52,23,-88v0,-19,-3,-28,-8,-38v-19,-21,-59,-128,-104,-136v-2,0,-3,-1,-3,-3v23,-3,47,-2,75,0v-7,4,-13,11,-5,24r66,114v11,-27,60,-95,66,-124v2,-9,-9,-9,-11,-14v19,-3,46,-2,69,0v-50,7,-89,105,-109,141v-11,20,-5,41,-6,67v-1,22,-3,67,32,57v2,0,3,1,3,2v-33,8,-48,-1,-85,3v-6,1,-8,-4,-3,-5xm109,-301v18,-15,50,-32,62,-38v4,3,14,17,11,23v-25,-4,-57,17,-73,15","w":235,"k":{"m":3,"t":-2,"v":-9,"w":-11,"x":-5,"M":3,"T":-2,"V":-8,"W":-10,"X":-4,"a":18,"\u00e6":18,"\u00e1":18,"\u00e2":18,"\u00e4":18,"\u00e0":18,"\u00e5":18,"\u00e3":18,"A":16,"\u00c6":16,"\u00c1":16,"\u00c2":16,"\u00c4":16,"\u00c0":16,"\u00c5":16,"\u00c3":16,"c":14,"g":14,"o":14,"q":14,"\u00f8":14,"\u00e7":14,"\u00f3":14,"\u00f4":14,"\u00f6":14,"\u00f2":14,"\u00f5":14,"C":4,"\u00c7":4,"O":7,"\u00d8":7,"\u00d3":7,"\u00d4":7,"\u00d6":7,"\u00d2":7,"\u00d5":7,",":36,".":36,"G":4,")":-13,"]":-13,"}":-13,"-":11}},"\u00e1":{"d":"30,-33r74,-191v7,-17,9,-15,15,-1v6,13,56,140,76,186v16,38,21,28,44,38v-9,5,-47,2,-69,-1v2,-3,8,-3,5,-10v-11,-23,-17,-52,-31,-72v-25,1,-55,-3,-76,2v-7,22,-20,46,-23,70v-1,10,14,5,17,11v-21,4,-44,2,-71,0v16,-7,31,-10,39,-32xm74,-99v15,4,50,3,66,0r-31,-84v-2,-5,-3,-5,-5,0xm93,-260r62,-38v3,7,15,17,11,24v-24,-1,-55,10,-71,17v-1,0,-2,-2,-2,-3","w":224},"\u00e2":{"d":"30,-33r74,-191v7,-17,9,-15,15,-1v6,13,56,140,76,186v16,38,21,28,44,38v-9,5,-47,2,-69,-1v2,-3,8,-3,5,-10v-11,-23,-17,-52,-31,-72v-25,1,-55,-3,-76,2v-7,22,-20,46,-23,70v-1,10,14,5,17,11v-21,4,-44,2,-71,0v16,-7,31,-10,39,-32xm74,-99v15,4,50,3,66,0r-31,-84v-2,-5,-3,-5,-5,0xm113,-301r47,35v-3,5,-8,10,-13,13r-36,-28v-15,3,-28,22,-43,28v-1,0,-3,-2,-3,-3v6,-11,39,-36,48,-45","w":224},"\u00e4":{"d":"30,-33r74,-191v7,-17,9,-15,15,-1v6,13,56,140,76,186v16,38,21,28,44,38v-9,5,-47,2,-69,-1v2,-3,8,-3,5,-10v-11,-23,-17,-52,-31,-72v-25,1,-55,-3,-76,2v-7,22,-20,46,-23,70v-1,10,14,5,17,11v-21,4,-44,2,-71,0v16,-7,31,-10,39,-32xm74,-99v15,4,50,3,66,0r-31,-84v-2,-5,-3,-5,-5,0xm148,-257v-21,-2,-20,-30,1,-31v9,0,15,5,15,14v0,9,-6,17,-16,17xm76,-257v-20,-1,-21,-30,0,-31v9,0,16,5,16,14v0,9,-6,17,-16,17","w":224},"\u00e0":{"d":"30,-33r74,-191v7,-17,9,-15,15,-1v6,13,56,140,76,186v16,38,21,28,44,38v-9,5,-47,2,-69,-1v2,-3,8,-3,5,-10v-11,-23,-17,-52,-31,-72v-25,1,-55,-3,-76,2v-7,22,-20,46,-23,70v-1,10,14,5,17,11v-21,4,-44,2,-71,0v16,-7,31,-10,39,-32xm74,-99v15,4,50,3,66,0r-31,-84v-2,-5,-3,-5,-5,0xm86,-296v9,8,30,26,48,37v-13,5,-69,-21,-79,-26v7,-7,25,-6,31,-11","w":224},"\u00e5":{"d":"30,-33r74,-191v7,-17,9,-15,15,-1v6,13,56,140,76,186v16,38,21,28,44,38v-9,5,-47,2,-69,-1v2,-3,8,-3,5,-10v-11,-23,-17,-52,-31,-72v-25,1,-55,-3,-76,2v-7,22,-20,46,-23,70v-1,10,14,5,17,11v-21,4,-44,2,-71,0v16,-7,31,-10,39,-32xm74,-99v15,4,50,3,66,0r-31,-84v-2,-5,-3,-5,-5,0xm149,-285v0,33,-71,44,-72,10v0,-16,17,-31,42,-31v18,0,30,9,30,21xm111,-262v24,1,31,-36,2,-35v-8,0,-20,5,-20,17v0,11,9,18,18,18","w":224},"\u00e3":{"d":"30,-33r74,-191v7,-17,9,-15,15,-1v6,13,56,140,76,186v16,38,21,28,44,38v-9,5,-47,2,-69,-1v2,-3,8,-3,5,-10v-11,-23,-17,-52,-31,-72v-25,1,-55,-3,-76,2v-7,22,-20,46,-23,70v-1,10,14,5,17,11v-21,4,-44,2,-71,0v16,-7,31,-10,39,-32xm74,-99v15,4,50,3,66,0r-31,-84v-2,-5,-3,-5,-5,0xm167,-289v7,11,-18,30,-29,32v-26,-2,-29,-16,-53,-18v-18,-1,-19,19,-29,14v4,-12,19,-30,33,-31v15,-1,33,17,51,17v19,0,20,-10,27,-14","w":224},"\u00e7":{"d":"150,-222v-80,-1,-99,41,-99,101v0,59,46,111,114,111v36,0,60,-13,64,-40v1,-5,6,-6,6,0v-2,5,-2,47,-15,48v-16,6,-45,7,-70,7v-7,6,-18,16,-21,19v22,2,36,11,36,26v0,23,-38,42,-58,33v10,-8,36,-7,34,-26v4,-12,-15,-23,-32,-29v7,-8,20,-17,28,-24v-68,-2,-120,-63,-117,-122v3,-55,46,-123,132,-117v25,2,63,4,82,12v-2,18,2,42,-5,55v-6,-38,-29,-54,-79,-54","w":254,"k":{"t":2,"y":-5,"\u00fd":-5,"\u00ff":-5,"c":3,"g":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3}},"\u00e9":{"d":"46,-5v22,-22,9,-158,9,-203v0,-14,-8,-19,-24,-17v-3,-2,-4,-5,3,-5v43,0,92,3,131,-3v1,6,0,34,-6,41v-2,0,-2,-1,-2,-4v7,-28,-48,-19,-71,-21v-2,26,-2,65,0,89v16,-2,68,5,73,-9v4,11,0,35,-5,45v-1,0,-2,-1,-2,-3v8,-28,-48,-18,-65,-21v-6,18,2,53,-2,80v-4,32,42,26,69,22v11,-2,10,-20,18,-26v3,12,5,49,-20,42v-39,-2,-84,2,-119,-3v0,-4,9,-3,13,-4xm80,-260v19,-14,48,-33,61,-38v4,4,15,17,12,24v-24,-1,-55,10,-71,17v-1,0,-2,-2,-2,-3","w":198,"k":{"v":-8,"w":-10,"x":-12,"y":-8,"\u00fd":-8,"\u00ff":-8}},"\u00ea":{"d":"46,-5v22,-22,9,-158,9,-203v0,-14,-8,-19,-24,-17v-3,-2,-4,-5,3,-5v43,0,92,3,131,-3v1,6,0,34,-6,41v-2,0,-2,-1,-2,-4v7,-28,-48,-19,-71,-21v-2,26,-2,65,0,89v16,-2,68,5,73,-9v4,11,0,35,-5,45v-1,0,-2,-1,-2,-3v8,-28,-48,-18,-65,-21v-6,18,2,53,-2,80v-4,32,42,26,69,22v11,-2,10,-20,18,-26v3,12,5,49,-20,42v-39,-2,-84,2,-119,-3v0,-4,9,-3,13,-4xm104,-301v8,7,37,25,46,35v-4,4,-7,10,-12,13v-10,-9,-29,-23,-37,-28v-15,3,-28,22,-43,28v-1,0,-3,-2,-3,-3v8,-10,38,-38,49,-45","w":198,"k":{"v":-8,"w":-10,"x":-12,"y":-8,"\u00fd":-8,"\u00ff":-8}},"\u00eb":{"d":"46,-5v22,-22,9,-158,9,-203v0,-14,-8,-19,-24,-17v-3,-2,-4,-5,3,-5v43,0,92,3,131,-3v1,6,0,34,-6,41v-2,0,-2,-1,-2,-4v7,-28,-48,-19,-71,-21v-2,26,-2,65,0,89v16,-2,68,5,73,-9v4,11,0,35,-5,45v-1,0,-2,-1,-2,-3v8,-28,-48,-18,-65,-21v-6,18,2,53,-2,80v-4,32,42,26,69,22v11,-2,10,-20,18,-26v3,12,5,49,-20,42v-39,-2,-84,2,-119,-3v0,-4,9,-3,13,-4xm135,-257v-20,-1,-21,-30,0,-31v9,0,16,5,16,14v0,9,-6,17,-16,17xm63,-257v-20,-1,-21,-30,0,-31v9,0,15,5,15,14v0,9,-5,17,-15,17","w":198,"k":{"v":-8,"w":-10,"x":-12,"y":-8,"\u00fd":-8,"\u00ff":-8}},"\u00e8":{"d":"46,-5v22,-22,9,-158,9,-203v0,-14,-8,-19,-24,-17v-3,-2,-4,-5,3,-5v43,0,92,3,131,-3v1,6,0,34,-6,41v-2,0,-2,-1,-2,-4v7,-28,-48,-19,-71,-21v-2,26,-2,65,0,89v16,-2,68,5,73,-9v4,11,0,35,-5,45v-1,0,-2,-1,-2,-3v8,-28,-48,-18,-65,-21v-6,18,2,53,-2,80v-4,32,42,26,69,22v11,-2,10,-20,18,-26v3,12,5,49,-20,42v-39,-2,-84,2,-119,-3v0,-4,9,-3,13,-4xm80,-296v9,8,30,26,48,37v-12,5,-69,-20,-79,-26v7,-7,25,-6,31,-11","w":198,"k":{"v":-8,"w":-10,"x":-12,"y":-8,"\u00fd":-8,"\u00ff":-8}},"\u00ed":{"d":"107,-228v-8,6,-22,1,-22,20r1,186v-3,19,19,15,28,21v-32,4,-49,2,-81,0v6,-6,23,-1,21,-21v3,-34,1,-158,1,-186v0,-18,-14,-14,-22,-20v17,-4,53,-3,74,0xm51,-260v19,-14,48,-33,61,-38v4,4,17,18,11,24v-24,-1,-54,11,-70,17v-1,0,-2,-2,-2,-3","w":140,"k":{"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"c":5,"g":5,"o":5,"q":5,"\u00f8":5,"\u00e7":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5}},"\u00ee":{"d":"107,-228v-8,6,-22,1,-22,20r1,186v-3,19,19,15,28,21v-32,4,-49,2,-81,0v6,-6,23,-1,21,-21v3,-34,1,-158,1,-186v0,-18,-14,-14,-22,-20v17,-4,53,-3,74,0xm71,-301v9,10,66,33,34,48v-11,-9,-27,-24,-37,-28v-15,3,-27,23,-43,28v-4,-14,38,-39,46,-48","w":140,"k":{"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"c":5,"g":5,"o":5,"q":5,"\u00f8":5,"\u00e7":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5}},"\u00ef":{"d":"107,-228v-8,6,-22,1,-22,20r1,186v-3,19,19,15,28,21v-32,4,-49,2,-81,0v6,-6,23,-1,21,-21v3,-34,1,-158,1,-186v0,-18,-14,-14,-22,-20v17,-4,53,-3,74,0xm106,-257v-20,-1,-21,-30,0,-31v9,0,16,5,16,14v0,9,-6,17,-16,17xm33,-257v-21,-2,-20,-30,1,-31v9,0,15,5,15,14v0,9,-6,17,-16,17","w":140,"k":{"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"c":5,"g":5,"o":5,"q":5,"\u00f8":5,"\u00e7":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5}},"\u00ec":{"d":"107,-228v-8,6,-22,1,-22,20r1,186v-3,19,19,15,28,21v-32,4,-49,2,-81,0v6,-6,23,-1,21,-21v3,-34,1,-158,1,-186v0,-18,-14,-14,-22,-20v17,-4,53,-3,74,0xm44,-296v7,9,31,25,47,37v-12,5,-68,-20,-78,-26v7,-6,24,-7,31,-11","w":140,"k":{"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"c":5,"g":5,"o":5,"q":5,"\u00f8":5,"\u00e7":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5}},"\u00f1":{"d":"280,-228v-12,6,-23,3,-23,30r0,179v-2,41,0,21,-27,4r-164,-170r3,144v-2,40,13,32,31,40v-30,4,-44,2,-75,0v16,-9,24,0,24,-43r0,-175v-1,-25,10,-14,17,-6r175,183r-3,-153v2,-28,-8,-30,-28,-30v-2,0,-2,-2,-2,-3v17,-4,51,-3,72,0xm204,-289v9,9,-18,30,-29,32v-25,-2,-28,-17,-53,-18v-18,-1,-19,19,-29,14v6,-11,20,-30,34,-31v15,-1,33,17,51,17v18,0,20,-9,26,-14","w":299,"k":{"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"c":5,"g":5,"o":5,"q":5,"\u00f8":5,"\u00e7":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5}},"\u00f3":{"d":"20,-115v0,-49,38,-120,125,-120v71,0,126,44,126,115v0,68,-51,125,-127,125v-87,0,-124,-65,-124,-120xm53,-123v0,71,43,115,100,115v28,0,85,-14,85,-103v0,-142,-185,-152,-185,-12xm126,-260r62,-38v4,4,17,18,11,24v-25,-1,-54,11,-71,17v-1,0,-2,-2,-2,-3","w":290,"k":{"m":3,"t":9,"v":3,"w":2,"x":9,"y":3,"\u00fd":3,"\u00ff":3,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6,"b":10,"d":10,"e":10,"f":10,"h":10,"i":10,"k":10,"l":10,"n":10,"p":10,"r":10,"\u00fe":10,"\u00f0":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u00f1":10,"j":6}},"\u00f4":{"d":"20,-115v0,-49,38,-120,125,-120v71,0,126,44,126,115v0,68,-51,125,-127,125v-87,0,-124,-65,-124,-120xm53,-123v0,71,43,115,100,115v28,0,85,-14,85,-103v0,-142,-185,-152,-185,-12xm147,-301v8,7,37,25,46,35v-4,4,-7,11,-13,13r-36,-28v-15,3,-28,22,-43,28v-1,0,-3,-2,-3,-3v7,-11,39,-37,49,-45","w":290,"k":{"m":3,"t":9,"v":3,"w":2,"x":9,"y":3,"\u00fd":3,"\u00ff":3,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6,"b":10,"d":10,"e":10,"f":10,"h":10,"i":10,"k":10,"l":10,"n":10,"p":10,"r":10,"\u00fe":10,"\u00f0":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u00f1":10,"j":6}},"\u00f6":{"d":"20,-115v0,-49,38,-120,125,-120v71,0,126,44,126,115v0,68,-51,125,-127,125v-87,0,-124,-65,-124,-120xm53,-123v0,71,43,115,100,115v28,0,85,-14,85,-103v0,-142,-185,-152,-185,-12xm181,-257v-21,-2,-20,-30,1,-31v9,0,15,5,15,14v0,9,-6,17,-16,17xm109,-257v-20,-1,-21,-30,0,-31v9,0,16,5,16,14v0,9,-6,17,-16,17","w":290,"k":{"m":3,"t":9,"v":3,"w":2,"x":9,"y":3,"\u00fd":3,"\u00ff":3,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6,"b":10,"d":10,"e":10,"f":10,"h":10,"i":10,"k":10,"l":10,"n":10,"p":10,"r":10,"\u00fe":10,"\u00f0":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u00f1":10,"j":6}},"\u00f2":{"d":"20,-115v0,-49,38,-120,125,-120v71,0,126,44,126,115v0,68,-51,125,-127,125v-87,0,-124,-65,-124,-120xm53,-123v0,71,43,115,100,115v28,0,85,-14,85,-103v0,-142,-185,-152,-185,-12xm120,-296v7,8,30,26,47,37v-13,5,-69,-21,-79,-26v7,-7,25,-7,32,-11","w":290,"k":{"m":3,"t":9,"v":3,"w":2,"x":9,"y":3,"\u00fd":3,"\u00ff":3,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6,"b":10,"d":10,"e":10,"f":10,"h":10,"i":10,"k":10,"l":10,"n":10,"p":10,"r":10,"\u00fe":10,"\u00f0":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u00f1":10,"j":6}},"\u00f5":{"d":"20,-115v0,-49,38,-120,125,-120v71,0,126,44,126,115v0,68,-51,125,-127,125v-87,0,-124,-65,-124,-120xm53,-123v0,71,43,115,100,115v28,0,85,-14,85,-103v0,-142,-185,-152,-185,-12xm203,-289v9,9,-18,30,-29,32v-25,-2,-28,-17,-53,-18v-18,-1,-19,19,-29,14v6,-11,20,-30,34,-31v15,-1,33,17,51,17v18,0,20,-9,26,-14","w":290,"k":{"m":3,"t":9,"v":3,"w":2,"x":9,"y":3,"\u00fd":3,"\u00ff":3,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6,"b":10,"d":10,"e":10,"f":10,"h":10,"i":10,"k":10,"l":10,"n":10,"p":10,"r":10,"\u00fe":10,"\u00f0":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u00f1":10,"j":6}},"\u00fa":{"d":"140,-8v63,0,67,-64,67,-134v0,-48,-1,-56,-1,-66v0,-18,-15,-15,-26,-20v17,-4,50,-3,71,0v-6,5,-25,2,-22,20v-4,75,15,150,-30,191v-22,21,-47,22,-66,22v-10,0,-44,-1,-66,-22v-36,-10,-26,-148,-28,-191v-1,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5v24,1,53,-3,73,2v-5,6,-23,1,-21,20v-2,4,-1,81,-1,109v0,67,22,91,71,91xm113,-260v19,-14,48,-33,61,-38v4,4,17,18,11,24v-24,-1,-54,11,-71,17v-1,0,-1,-2,-1,-3","w":263,"k":{"m":5,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6}},"\u00fb":{"d":"140,-8v63,0,67,-64,67,-134v0,-48,-1,-56,-1,-66v0,-18,-15,-15,-26,-20v17,-4,50,-3,71,0v-6,5,-25,2,-22,20v-4,75,15,150,-30,191v-22,21,-47,22,-66,22v-10,0,-44,-1,-66,-22v-36,-10,-26,-148,-28,-191v-1,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5v24,1,53,-3,73,2v-5,6,-23,1,-21,20v-2,4,-1,81,-1,109v0,67,22,91,71,91xm133,-301v9,6,37,26,46,35v-4,4,-7,10,-12,13v-11,-9,-27,-24,-37,-28v-15,3,-27,23,-43,28v-4,-14,38,-39,46,-48","w":263,"k":{"m":5,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6}},"\u00fc":{"d":"140,-8v63,0,67,-64,67,-134v0,-48,-1,-56,-1,-66v0,-18,-15,-15,-26,-20v17,-4,50,-3,71,0v-6,5,-25,2,-22,20v-4,75,15,150,-30,191v-22,21,-47,22,-66,22v-10,0,-44,-1,-66,-22v-36,-10,-26,-148,-28,-191v-1,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5v24,1,53,-3,73,2v-5,6,-23,1,-21,20v-2,4,-1,81,-1,109v0,67,22,91,71,91xm175,-257v-21,-1,-22,-30,0,-31v9,0,15,5,15,14v0,9,-5,17,-15,17xm102,-257v-21,-2,-20,-30,1,-31v9,0,15,5,15,14v0,9,-6,17,-16,17","w":263,"k":{"m":5,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6}},"\u00f9":{"d":"140,-8v63,0,67,-64,67,-134v0,-48,-1,-56,-1,-66v0,-18,-15,-15,-26,-20v17,-4,50,-3,71,0v-6,5,-25,2,-22,20v-4,75,15,150,-30,191v-22,21,-47,22,-66,22v-10,0,-44,-1,-66,-22v-36,-10,-26,-148,-28,-191v-1,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5v24,1,53,-3,73,2v-5,6,-23,1,-21,20v-2,4,-1,81,-1,109v0,67,22,91,71,91xm113,-296v7,8,30,26,47,37v-13,5,-69,-21,-79,-26v7,-7,25,-7,32,-11","w":263,"k":{"m":5,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6}},"\u00fd":{"d":"72,-4v30,1,20,-44,20,-74v0,-17,-2,-23,-7,-32v-17,-17,-51,-109,-90,-115v-4,0,-6,-5,0,-5v20,1,46,-3,63,2v-8,2,-12,11,-4,20r57,95v9,-23,53,-79,57,-104v2,-7,-9,-8,-9,-12v16,-2,43,-2,62,0v-9,8,-26,7,-35,23v-20,37,-79,87,-65,154v-1,18,-2,57,27,48v2,0,3,2,3,3v-32,3,-50,2,-81,0v0,-1,0,-3,2,-3xm85,-260v19,-14,48,-33,61,-38v4,4,17,18,11,24v-24,-1,-54,11,-71,17v-1,0,-1,-2,-1,-3","w":207,"k":{"m":3,"t":-2,"v":-7,"w":-9,"x":-4,"a":15,"\u00e6":15,"\u00e1":15,"\u00e2":15,"\u00e4":15,"\u00e0":15,"\u00e5":15,"\u00e3":15,"c":3,"g":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,",":33,".":33,")":-12,"]":-12,"}":-12,"-":10}},"\u00ff":{"d":"72,-4v30,1,20,-44,20,-74v0,-17,-2,-23,-7,-32v-17,-17,-51,-109,-90,-115v-4,0,-6,-5,0,-5v20,1,46,-3,63,2v-8,2,-12,11,-4,20r57,95v9,-23,53,-79,57,-104v2,-7,-9,-8,-9,-12v16,-2,43,-2,62,0v-9,8,-26,7,-35,23v-20,37,-79,87,-65,154v-1,18,-2,57,27,48v2,0,3,2,3,3v-32,3,-50,2,-81,0v0,-1,0,-3,2,-3xm143,-257v-20,-1,-21,-30,0,-31v9,0,16,5,16,14v0,9,-6,17,-16,17xm71,-257v-21,-1,-22,-30,0,-31v9,0,15,5,15,14v0,9,-5,17,-15,17","w":207,"k":{"m":3,"t":-2,"v":-7,"w":-9,"x":-4,"a":15,"\u00e6":15,"\u00e1":15,"\u00e2":15,"\u00e4":15,"\u00e0":15,"\u00e5":15,"\u00e3":15,"c":3,"g":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,",":33,".":33,")":-12,"]":-12,"}":-12,"-":10}},"\u00a0":{"w":117},"\u00ad":{"d":"128,-108v-18,14,-93,11,-113,25v-3,-6,-2,-30,11,-29v33,2,77,-5,102,4","w":140}}});
;
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * (c) Hans J. Zinken 1994-96
 * 
 * Trademark:
 * Created by Type-Designer 2.5
 */
Cufon.registerFont({"w":197,"face":{"font-family":"HansHand","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"0 0 5 0 0 0 0 0 0 0","ascent":"288","descent":"-72","cap-height":"8","bbox":"-157.308 -402.482 421.055 231.398","underline-thickness":"18","underline-position":"-27","slope":"-15","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":105},"\u00a0":{"w":105},"#":{"d":"225,-161v14,-30,44,-40,90,-39v12,13,46,4,37,-15v2,-5,2,-7,-5,-8v-32,-5,-45,-8,-77,-7v5,-5,16,-36,0,-37v-16,3,-43,12,-36,35v0,12,-19,10,-24,5v1,-12,10,-28,6,-38v-26,-1,-29,31,-37,48v-34,2,-69,16,-102,24v-19,4,-24,29,-10,42v19,8,9,-20,22,-25v27,-9,40,-16,77,-17v-7,7,-23,37,-30,45v-46,11,-108,6,-147,20v-6,3,-15,13,-12,21v53,10,92,-20,146,-18v-11,21,-32,49,-40,70v42,7,50,-42,70,-71v1,-2,16,-1,16,0v-13,33,-42,70,-39,112v10,8,31,-2,30,-18v10,-38,23,-64,42,-98v19,-10,59,-6,82,-11v5,-1,13,-13,0,-12v-19,-3,-38,-8,-59,-8xm172,-155v4,-11,22,-58,47,-40v-8,17,-21,40,-47,40","w":325},"$":{"d":"152,-123v29,9,61,13,69,41v-13,33,-60,29,-106,31r33,-69v1,-3,2,-3,4,-3xm30,-172v2,35,65,28,90,42r-35,73v-42,-8,-61,-14,-89,-36v-25,-6,-35,13,-24,31v26,21,55,21,99,35v-14,22,-19,49,-27,80v2,13,14,22,17,2v14,-30,31,-57,46,-83v55,-3,101,-4,134,-27v13,-10,17,-14,16,-31v-4,-52,-49,-58,-90,-75v16,-13,18,-37,33,-51v15,11,34,3,34,-17v0,-14,-30,-19,-8,-38v14,-32,43,-54,43,-96v0,-23,-29,-15,-36,-4v-33,16,0,109,-56,115v-66,7,-134,20,-147,80xm73,-197v21,-26,53,-27,98,-24v-11,17,-23,37,-32,54v-22,-10,-57,-7,-66,-30","w":263},"%":{"d":"131,-34v0,-23,19,-47,33,-30v-6,16,-11,29,-33,30xm90,-10v7,24,46,-1,59,-5v25,-9,38,-49,48,-74v-7,-18,-36,0,-52,-10v-26,7,-34,14,-47,37r7,-2v-3,18,-13,35,-15,54xm28,-221v6,-22,41,-53,54,-20v-12,11,-33,24,-54,20xm49,-30v-1,-3,-4,-5,-10,-5v52,-69,99,-141,162,-198v19,-18,-6,-54,-27,-33r-63,10v-5,-10,-4,-25,-20,-24v-12,6,-22,4,-30,-2v-25,15,-55,42,-62,74v40,40,89,-26,141,-27v13,-4,17,-4,27,-4r-82,96v-32,44,-58,89,-85,135v0,5,3,5,8,5v14,-2,42,-8,41,-27"},"&":{"d":"269,-36v-28,14,-83,-2,-104,-13v29,-13,57,-38,83,-49v4,-8,25,-17,22,-16v-41,18,-83,32,-118,57v-18,-9,-34,-27,-52,-36v26,-18,60,-42,63,-78v2,-23,-15,-30,-35,-30v-50,0,-90,25,-88,83v1,18,6,27,15,40v-24,24,-52,37,-55,75v-1,15,7,23,23,21v38,-6,69,-36,104,-49v34,22,100,42,139,12v3,-3,8,-14,3,-17xm39,-8v-14,-2,-8,-24,0,-34v5,-7,15,-16,30,-27v14,12,27,18,45,29v-27,13,-44,28,-75,32xm73,-130v1,-15,-1,-48,23,-44v44,-5,35,43,7,58v-8,4,-13,9,-18,13v-9,-7,-12,-11,-12,-27","w":273},"'":{"d":"147,-292v-32,25,-26,63,-48,96v-1,8,13,8,15,2v19,-25,36,-54,42,-88v-2,0,-7,-11,-9,-10","w":65},"(":{"d":"34,-41v0,-107,71,-161,126,-224v18,-12,25,-34,49,-38v22,-4,34,-42,-1,-29v-49,18,-81,70,-116,101v-30,62,-70,114,-87,189v6,34,-1,74,34,78v25,3,55,-12,47,-30v-32,0,-52,-15,-52,-47","w":123},")":{"d":"-24,31v-5,6,2,21,10,9v48,-40,92,-89,135,-132v39,-39,37,-127,51,-199v6,-34,-12,-45,-36,-54v-3,1,-22,19,-19,27v5,23,17,52,13,86v-12,91,-45,146,-102,192v-18,15,-41,58,-52,71","w":150},"*":{"d":"194,-272r-4,26v-27,0,-60,-1,-67,17v7,15,31,0,51,4v-10,2,-25,22,-22,31v13,-6,28,-11,37,-21v0,13,-11,43,12,35r22,-9v5,-18,-2,-35,20,-34v16,0,49,-10,24,-19r-36,0v12,-6,36,-20,44,-33v-16,-10,-25,0,-44,9v0,-10,12,-27,-7,-27v-16,0,-19,14,-30,21","w":171},"+":{"d":"31,-49v53,19,31,-60,81,-49v18,-1,27,-3,40,-9v9,1,1,-13,9,-17v-21,0,-44,3,-63,1v9,-19,23,-33,28,-55v-38,-14,-50,31,-71,56v-24,-5,-47,0,-58,21v3,13,43,-1,45,8v-6,22,-13,27,-11,44","w":151},",":{"d":"1,64v57,0,90,-46,74,-110v-10,-5,-30,8,-29,21v16,53,-19,64,-45,89","w":126},"-":{"d":"14,-78v23,15,59,-10,92,-7v14,2,11,-7,20,-9v4,0,6,-13,2,-15v-38,10,-100,-5,-114,31","w":120},".":{"d":"28,8v27,11,51,-19,54,-43v1,-10,-1,-15,-11,-13v-26,6,-38,28,-43,56","w":147},"\/":{"d":"217,-261v18,-9,7,-57,-15,-44v-53,94,-138,160,-182,260r-44,72v12,22,49,-4,55,-18v0,-12,1,-15,-11,-14r42,-64v48,-74,94,-129,155,-192"},"0":{"d":"16,-46v-3,86,111,40,146,10v43,-21,56,-62,91,-92v14,-31,24,-80,-3,-103v-15,-13,-40,-35,-77,-29v-48,8,-79,30,-97,66v-22,44,-58,86,-60,148xm112,-198v16,-9,12,16,23,16v12,0,6,-20,12,-25v8,-8,5,-24,-4,-27v36,4,91,0,88,37v20,93,-61,142,-126,170v-26,1,-59,7,-59,-25v0,-42,22,-63,36,-91v9,-18,18,-39,30,-55","w":237},"1":{"d":"160,-263v18,-29,-5,-49,-37,-36v-16,6,-42,25,-28,43v11,-8,21,-19,34,-11v-36,95,-99,162,-118,265v18,7,38,-3,38,-24v0,-93,85,-154,111,-237","w":133},"2":{"d":"103,-220v16,-32,96,-36,101,4v-31,74,-120,94,-165,152v-27,18,-45,60,14,59r144,-3v13,-1,12,7,24,7v17,0,25,-15,29,-31v0,-9,-11,-13,-33,-13v-57,0,-118,12,-169,0v64,-60,153,-98,194,-177v2,-42,-47,-71,-90,-52v-31,13,-98,31,-79,84v17,13,42,-2,30,-30","w":261},"3":{"d":"-9,-37v-21,22,35,33,47,42v90,-1,137,-41,193,-81v45,-57,-47,-74,-92,-89v34,-19,81,-33,92,-71v-9,-28,-53,-38,-87,-38v-19,0,-27,11,-32,24v2,7,14,25,21,15v13,-17,58,-5,60,11v-13,25,-56,35,-82,51v-17,3,-17,11,-24,31v39,14,91,14,119,40v-2,47,-74,83,-130,83v-29,0,-44,-24,-55,-45v-20,-1,-19,15,-30,27","w":250},"4":{"d":"123,2v2,15,28,-3,31,-7v3,-40,18,-66,36,-97v25,1,76,18,71,-20v-11,-11,-44,-4,-60,-11v22,-48,37,-88,52,-145v-8,-20,-40,-24,-52,-1v-30,38,-75,66,-107,102v-35,25,-68,53,-93,87v8,7,-5,21,13,18r140,-23v-14,25,-36,62,-31,97xm171,-132v-41,6,-84,26,-130,23r148,-130v11,-10,16,-19,20,-11v-1,50,-19,77,-38,118","w":275},"5":{"d":"49,-67v-28,-7,-56,33,-63,49v61,41,184,16,222,-29v32,-20,72,-93,4,-111v-19,-5,-49,-13,-90,-21v-21,-10,15,-31,20,-41v24,23,56,-17,90,-17v27,-9,46,-18,76,-25v4,-2,18,-24,2,-20r-129,34v2,-1,3,-8,3,-10v-4,-4,-16,-7,-21,-7v-33,21,-69,50,-81,90v14,49,163,12,122,102v-39,44,-113,69,-180,36v3,-10,16,-5,18,-17","w":268},"6":{"d":"44,-43v-2,-24,25,-30,34,-45v33,-18,105,-45,114,8v-10,39,-48,56,-94,56v-27,0,-47,-3,-54,-19xm201,-48v39,-24,26,-98,-31,-91v-50,6,-79,25,-114,45v45,-67,89,-134,145,-192v-1,9,-3,13,4,16v18,-7,27,-32,33,-51v-33,-17,-55,15,-72,33v-24,25,-57,65,-75,102v-21,44,-65,73,-76,128v-10,12,-29,29,-21,46v12,-3,24,-5,29,-13v31,65,150,10,178,-23","w":243},"7":{"d":"123,-151v36,1,57,-7,75,-21v-11,-4,-30,-3,-47,-8v25,-27,63,-46,69,-87v3,-18,-17,-16,-36,-18r-97,-9r-17,27v28,14,81,0,117,19v-23,28,-43,49,-71,71v-25,7,-49,-15,-57,16v0,15,18,9,32,14v-28,30,-56,74,-78,108v-9,14,-11,31,-4,47v19,3,30,-11,27,-20v-16,-5,4,-21,10,-32v20,-41,44,-77,77,-107","w":192},"8":{"d":"212,-64v14,11,9,31,-9,29v-51,23,-162,19,-165,-39v16,-27,56,-43,85,-57v22,25,66,48,89,67xm194,-262v21,0,49,7,35,28v-16,26,-48,40,-71,60r-27,10v-32,-46,7,-98,63,-98xm2,-61v17,74,127,71,207,51v7,-11,32,-9,35,-21v20,-69,-61,-72,-97,-115v50,-27,112,-66,126,-126v-1,-18,-26,-20,-48,-20v-91,3,-170,62,-118,145v-26,12,-48,29,-73,42v-14,7,-32,27,-32,44","w":263},"9":{"d":"65,-240v-26,20,-59,73,-31,105v36,-1,61,-16,88,-25r-68,117v-23,26,-45,48,-45,86v0,17,23,4,27,-2v11,-61,69,-98,94,-150v15,-31,31,-42,33,-79v31,-19,53,-52,58,-90v-12,-40,-62,-3,-100,-7v-21,9,-47,37,-56,45xm150,-271v46,-9,33,47,13,65v-28,16,-55,37,-90,45v-8,0,-24,-4,-22,-14v7,-31,36,-70,69,-83v6,-2,4,8,8,10v11,-2,37,-11,22,-23","w":175},":":{"d":"63,-67v-33,-1,-37,25,-37,58v35,3,26,-39,37,-58xm83,-156v-31,-6,-26,32,-19,48v22,4,26,-11,26,-37v0,-9,0,-10,-7,-11","w":103},";":{"d":"-31,87v6,2,29,-3,25,-16v42,-31,60,-83,82,-133v-41,-9,-45,73,-72,99v-11,17,-27,30,-35,50xm59,-105v22,-5,34,-22,35,-48v-19,-17,-39,26,-39,44v1,3,2,4,4,4","w":113},"<":{"d":"0,-87v43,15,118,4,158,23v15,-1,30,-6,30,-19v-31,-15,-77,-26,-117,-29v44,-28,118,-27,142,-73v0,-6,-16,-4,-20,-2v-41,12,-78,36,-117,50v-27,9,-69,20,-76,50","w":205},"=":{"d":"216,-150v-58,8,-133,-20,-147,22v27,8,94,-2,136,3v12,1,37,-15,20,-23xm132,-93v27,0,61,9,62,-17v-7,-10,-34,2,-56,-3v-41,-2,-97,-21,-109,19v22,9,70,1,103,1","w":231},">":{"d":"72,-71v-27,11,-63,22,-74,50v18,7,26,-18,45,-23v37,-9,68,-30,98,-47v25,-14,4,-36,-15,-43v-22,-8,-28,-14,-45,-16v-5,-1,-10,6,-11,11v4,17,37,23,50,42v-7,4,-14,12,-24,12v-11,0,-15,15,-24,14","w":162},"?":{"d":"119,-267v26,-6,62,0,40,24v-39,44,-107,74,-127,139v3,22,14,46,40,43v18,-2,41,-2,54,-11v-2,-19,-40,-6,-50,-17v-41,-55,58,-98,90,-135v22,-9,48,-47,17,-66v-40,-14,-87,4,-108,26r17,10v10,-16,26,11,30,-10v0,-1,-1,-2,-3,-3xm71,-7v-8,-4,-20,-9,-27,-14v-12,-1,-27,24,-13,28v18,5,37,-2,40,-14","w":186},"@":{"d":"176,-118v6,-20,-20,-28,-39,-16v-36,23,-69,56,-80,98v17,23,56,-7,60,-29v-7,5,-24,23,-35,14v11,-24,33,-57,60,-65v4,-1,9,2,9,5v-16,18,-29,49,-29,70v0,11,1,21,12,21v53,-15,101,-51,101,-114v0,-31,-17,-65,-55,-62v-110,8,-166,91,-188,184v5,61,93,37,133,22v2,-1,3,-3,6,-6v-46,12,-142,13,-114,-49v25,-56,57,-121,130,-130v9,1,46,1,53,14v25,41,-4,101,-41,111v-16,-21,11,-47,17,-68","w":220},"A":{"d":"237,-96v-2,21,-7,49,-21,25v-16,-27,-43,-47,-67,-67v34,-42,67,-75,97,-122v23,49,-5,111,-9,164xm74,-158v-16,2,-9,20,-1,25v17,-4,26,0,35,12v-28,39,-64,70,-97,103v-5,17,-24,14,-31,32v-3,9,-12,18,-10,27v49,1,56,-43,81,-70r74,-80v42,23,65,73,98,107v55,-13,35,-103,50,-155v6,-23,2,-57,15,-71r1,-44v2,-19,-23,-34,-36,-23v-47,40,-73,100,-118,144v-10,-8,-24,-25,-44,-18v-1,3,-13,11,-17,11","w":286},"B":{"d":"157,-149v-26,-12,-61,8,-48,27v9,3,37,-3,29,10v-20,32,-37,49,-54,78v2,5,15,2,21,1r63,-81v48,4,83,13,93,55v-28,63,-171,40,-226,15v-5,-4,-7,-18,-8,-26v-20,-3,-23,16,-27,29v2,20,22,30,45,32v75,24,231,22,249,-55v-5,-58,-53,-68,-108,-80v55,-3,89,-22,121,-48r25,-37v-4,-63,-62,-54,-124,-61v-60,-7,-89,14,-108,53v2,3,20,4,23,-1v6,-25,43,-22,70,-22v32,0,74,5,96,21v19,50,-55,68,-97,80v7,-17,10,-29,10,-36v0,-10,-8,-13,-16,-10v-20,7,-19,39,-29,56","w":309,"k":{"r":8,"i":7,"e":7,"a":7}},"C":{"d":"11,-64v-11,26,-20,76,22,73v71,-6,133,-29,182,-60v8,1,16,-11,16,-17v0,-3,-6,-6,-11,-5v-51,21,-92,55,-165,48v-24,-2,-13,-33,-5,-45v44,-70,112,-135,176,-185v22,-5,32,19,22,41v1,9,1,18,12,18v29,-10,31,-38,31,-73v-10,-39,-69,-14,-89,0v-75,56,-138,128,-191,205","w":244},"D":{"d":"307,-144v29,90,-80,116,-165,116v-16,0,-29,-2,-16,-13r62,-82r49,-73v0,-6,-5,-8,-11,-8v-49,7,-48,57,-74,88r-61,77v-30,23,-39,-32,-80,-20v-7,4,-11,9,-11,14v6,20,41,36,64,41v-6,8,6,19,16,17v16,-2,14,-20,36,-20v71,1,133,-7,173,-38v29,-21,63,-30,59,-88v-4,-52,-38,-71,-57,-104v-47,-29,-89,-71,-170,-61v-49,6,-74,81,-31,119v4,4,5,12,13,13v22,-23,-5,-58,-3,-88v1,-9,14,-10,22,-13v104,-3,160,45,185,123","w":349,"k":{"r":7,"i":7,"a":11}},"E":{"d":"341,-230v14,-2,43,-21,22,-33v-66,-11,-146,0,-218,-6v-27,15,-52,20,-44,49v15,2,7,5,-1,17r-28,33v-28,-3,-61,17,-45,38r18,3v-12,31,-70,92,-28,126v90,11,191,-13,241,-56v12,-12,20,-13,14,-25v-63,27,-122,58,-218,49v-33,-3,-9,-49,-1,-65v23,-48,112,-38,181,-43v25,4,60,4,67,-18v0,-4,-2,-6,-5,-4r-185,-4v-3,-22,25,-44,35,-61v46,-25,142,-11,195,0","w":293},"F":{"d":"100,-172v-21,-6,-53,32,-22,38v-25,43,-60,86,-78,131v40,11,50,-45,67,-69r40,-59r180,-8v10,-2,20,-8,20,-21v-46,-11,-119,5,-173,-8v1,-21,18,-36,25,-53v62,-14,145,-9,203,1v21,4,50,-12,40,-26v-54,-31,-192,8,-256,-22v-20,3,-49,22,-41,46v6,0,18,-4,13,5v-3,18,-8,33,-18,45","w":279},"G":{"d":"134,112v14,18,36,3,29,-22v5,-19,28,-59,34,-78v25,-17,32,-98,-14,-94v-48,4,-83,46,-131,51v-32,-13,10,-60,22,-75v27,-31,41,-46,72,-68v27,-36,63,-60,109,-76v17,6,-1,23,-10,28v-16,8,-24,17,-33,32v18,20,34,-12,50,-18v24,-18,45,-34,53,-67v-46,-38,-110,21,-145,46v-61,44,-116,99,-154,165v-14,24,-21,55,-1,70v11,-5,25,6,31,-5v40,-14,75,-36,117,-49v10,0,10,7,10,16v0,50,-25,76,-41,119","w":237},"H":{"d":"60,-96v-31,0,-59,0,-65,22v0,6,7,8,24,8v13,0,15,3,22,9v-11,20,-18,32,-22,49v24,12,42,-26,63,-33v-21,-41,55,-33,89,-48v-9,20,-33,64,-49,83v-6,-1,-15,-7,-19,-3v0,2,2,6,6,12v-2,15,21,10,34,8v44,-42,38,-129,124,-127v18,0,11,-19,4,-24v-14,5,-27,11,-47,9v28,-63,94,-111,112,-180r-19,-7v-7,8,-27,10,-26,27v-21,62,-68,113,-101,169v-22,12,-52,17,-90,19r38,-59v29,-49,54,-74,59,-131v-55,1,-42,73,-71,104v-25,27,-39,69,-66,93","w":249,"k":{"q":8,"e":5,"a":9}},"I":{"d":"212,-258v17,8,51,28,64,3v-1,-33,-44,-30,-71,-34r-80,-13v-12,5,-25,15,-28,29v19,8,55,1,74,11v-16,79,-74,141,-94,218r7,8v-24,15,-82,7,-85,44v17,9,45,-16,64,-3v16,-13,54,-15,79,-21v11,1,13,-15,8,-20r-49,-5v20,3,16,-11,17,-24r88,-187v2,-4,4,-6,6,-6","w":177},"J":{"d":"388,-230v0,-68,-86,-56,-150,-63v-19,-2,-34,11,-36,28v-1,15,20,8,33,9v68,3,113,-10,113,64v0,65,-23,106,-41,148v-33,79,-91,144,-184,167v-52,-5,-101,-18,-87,-81v6,-27,23,-45,37,-68v-34,9,-49,40,-64,67v0,19,-6,40,-3,58v12,69,127,54,171,28v120,-71,211,-196,211,-357","w":373,"k":{"e":9,"a":11}},"K":{"d":"121,-160r220,-86v4,-4,36,-27,12,-31v-24,4,-41,23,-60,31v-48,21,-105,38,-155,59v22,-37,50,-69,69,-109v-35,-23,-53,46,-72,71v-12,16,-12,17,-32,46v-18,-14,-37,-1,-39,16v9,15,14,29,-2,43v-29,43,-50,65,-65,113v0,9,5,13,12,10v32,-5,22,-40,41,-60r43,-68v35,77,114,151,224,111v8,-6,5,-14,-9,-13v-60,4,-113,-8,-141,-42v-15,-31,-26,-65,-46,-91","w":334,"k":{"e":3,"a":7}},"L":{"d":"193,-60v-46,-2,-91,23,-132,16v37,-87,108,-146,132,-242v-1,-3,-7,-9,-12,-10v-39,6,-33,68,-57,92r-60,98v-24,32,-44,70,-56,112v0,4,1,7,4,7v59,-25,139,-40,217,-44v11,-11,22,-19,25,-31v0,-13,-18,-3,-30,-4v-14,-1,-23,2,-31,6","w":262},"M":{"d":"421,-264v1,-13,-12,-12,-17,-4v-54,39,-121,116,-191,138v-59,-23,-30,-111,-16,-157v0,-12,-3,-10,-13,-7v-27,8,-26,42,-37,62v-27,-5,-30,25,-22,47r-120,168v-5,13,5,14,15,15v24,-13,28,-35,45,-57r70,-90v15,19,19,58,64,45v73,-21,113,-63,169,-105v-13,67,-65,99,-58,180v1,17,9,23,28,20v13,2,18,-8,21,-15v-43,-89,55,-165,62,-240","w":385},"N":{"d":"138,-235v-14,8,-35,9,-35,30v0,93,-90,137,-128,210v-10,9,-16,14,-6,22v48,-10,53,-64,82,-90v5,-7,9,-11,11,-14v24,-28,43,-55,57,-79v7,57,-17,141,38,152v80,-18,115,-88,151,-150v11,-37,25,-71,25,-121v-7,-24,-42,-7,-44,12v-7,60,-2,127,-39,162v-21,20,-42,80,-85,62v-28,-19,-13,-72,-11,-108v-2,-12,13,-88,-16,-88","w":306,"k":{"e":4,"a":8}},"O":{"d":"9,-59v-10,28,-18,75,25,72v69,-5,90,-44,133,-80v43,-36,66,-90,66,-165v0,-35,-15,-84,-51,-68v-16,7,-27,10,-33,29v-5,7,-17,5,-24,13v-50,58,-89,124,-116,199xm203,-207v-10,91,-45,159,-135,177v-31,6,-38,-27,-27,-53v28,-65,53,-113,104,-157v12,13,34,-6,28,-25v20,8,33,29,30,58","w":195,"k":{"a":7}},"P":{"d":"142,-135v-35,49,-73,78,-93,132v38,7,50,-43,74,-67v22,-22,30,-59,67,-67v55,-12,132,-3,161,-42v11,-14,36,-36,15,-55v-50,-76,-227,-100,-310,-40v-7,6,-15,16,-15,28v8,3,20,-4,28,-1v18,-27,71,-31,107,-31v56,0,149,19,156,78v0,7,-11,14,-34,20v-23,6,-56,9,-99,9v16,-18,23,-44,29,-71v-1,-33,-39,-12,-43,-1v-3,29,-10,53,-23,75v-23,4,-66,-7,-69,12v-9,-2,-42,20,-11,20v20,0,44,-4,60,1","w":312,"k":{"s":15,"q":29,"k":17,"g":12,"e":23,"d":11,"c":11,"a":29}},"Q":{"d":"242,-204v0,44,-34,70,-52,94v-1,-16,9,-43,-11,-43v-36,0,-26,39,-23,69v-27,36,-68,56,-115,71v-17,-13,18,-36,20,-54r54,-72v1,-5,19,-4,20,-10v3,-17,23,-37,22,-50v-29,-1,-40,18,-51,34v-37,52,-82,96,-101,163v1,9,3,21,10,24v56,-11,93,-49,134,-73v4,11,-11,32,1,40v1,3,-1,12,7,10v39,-9,56,-33,83,-52v3,-5,3,-10,-5,-10v-28,-1,-31,38,-58,31v7,-9,6,-48,13,-57v41,-28,85,-75,85,-134v0,-29,-16,-72,-57,-72v-32,0,-44,22,-62,35v-15,11,-33,35,-34,56v32,-13,44,-63,84,-69v25,5,36,39,36,69","w":251,"k":{"u":8}},"R":{"d":"276,-6v-11,-11,-32,16,-45,1v-29,-38,-53,-87,-91,-113v85,5,138,-24,180,-66v24,-24,17,-74,-13,-86v-76,-30,-213,-47,-226,48v-3,26,35,30,14,56r-11,15v-15,-8,-24,-3,-31,9v-8,5,-12,9,-12,13v-3,10,22,10,26,15v-17,30,-58,64,-65,104v9,13,35,4,37,-10v16,-30,40,-65,57,-87v38,22,71,57,87,94v11,24,29,34,60,34v13,0,25,-20,33,-27xm122,-217v-22,-50,43,-58,94,-44v32,9,86,10,85,56v-25,54,-109,76,-188,62v11,-20,16,-46,37,-56v3,-8,18,-19,11,-26v-8,1,-23,12,-35,6v-1,1,-3,2,-4,2","w":295,"k":{"a":9}},"S":{"d":"31,-70v0,-17,25,-28,37,-35v-26,-10,-59,14,-67,34v-1,81,92,78,171,78v66,0,138,-11,151,-69v-8,-68,-74,-86,-125,-112r-53,-27v-13,-4,-10,-15,-1,-20v43,-27,68,-47,113,-52v12,-1,32,6,31,19v0,11,-13,12,-24,13v3,4,5,15,9,15v-5,-20,30,-4,36,-27v5,-10,16,-17,16,-33v-1,-27,-50,-23,-72,-16v-52,17,-114,45,-145,89v-22,61,67,60,104,89v26,21,64,32,76,67v-12,46,-91,36,-145,36v-47,0,-104,-7,-112,-49","w":338},"T":{"d":"13,0v43,-1,29,-55,56,-76v7,-9,12,-26,20,-35v22,-42,58,-76,70,-127v4,-17,-19,-12,-26,-8v-37,92,-101,151,-135,246v2,7,7,1,15,0xm50,-252v78,-28,194,-6,283,-8v12,-1,22,-24,1,-24v-103,0,-240,-29,-311,24v-9,13,-30,39,-3,42v17,-3,23,-21,30,-34","w":160,"k":{"u":26,"s":23,"r":32,"o":31,"l":21,"k":32,"i":23,"h":12,"e":33,"d":27,"c":29,"b":15,"a":29}},"U":{"d":"304,-265v8,-13,-2,-18,-15,-17v-20,1,-25,21,-38,31v-74,63,-122,163,-208,211r89,-165v14,-28,21,-67,34,-98v-5,-4,-17,0,-20,-6v-28,7,-38,42,-33,74v-32,75,-80,145,-113,219v2,22,48,7,54,-5v14,-14,25,-34,44,-43v32,-15,44,-56,72,-74v21,-21,41,-51,71,-69v-18,49,-76,110,-76,177v-10,36,42,49,46,15v3,-11,-9,-12,-7,-29v10,-99,71,-142,100,-221","w":241},"V":{"d":"318,-281v18,-20,-13,-41,-23,-22v-62,113,-128,194,-234,267v-10,-89,65,-148,61,-240v-1,-12,2,-17,-8,-17v-46,7,-36,63,-48,102r-51,167v-5,44,35,20,56,10v28,-13,29,-18,52,-38v79,-69,142,-138,195,-229","w":209,"k":{"y":12,"s":8,"r":6,"q":21,"o":6,"l":-9,"k":3,"j":-15,"e":12,"c":9,"a":22}},"W":{"d":"15,-1v41,-5,50,-55,88,-65v12,-9,26,-22,39,-35v0,22,-18,59,-17,84v36,46,80,-37,114,-54v57,-61,103,-134,113,-244v1,-9,-11,-10,-17,-12v-11,4,-20,12,-20,33v0,120,-70,203,-146,253v0,-38,16,-69,22,-102v-64,-10,-97,70,-146,98v19,-41,45,-82,65,-121v21,-26,28,-60,48,-94v-41,-12,-50,40,-66,70v-26,50,-72,103,-84,170v0,7,2,16,7,19","w":280,"k":{"z":-12,"y":9,"s":9,"r":8,"q":11,"k":9,"e":6,"a":17}},"X":{"d":"130,-277v0,49,36,67,49,118v-47,49,-114,94,-167,139v-10,9,-17,18,-8,25v6,-1,14,-1,19,-4v44,-34,91,-72,140,-114v10,-8,18,-30,27,-5v16,44,36,95,74,115v30,-39,-23,-74,-30,-108v-5,-24,-26,-49,-5,-66v41,-34,84,-67,116,-111v7,-20,-19,-30,-30,-12v-7,7,-35,20,-40,29v3,3,14,5,10,12v-16,28,-44,54,-77,69v-19,-34,-13,-96,-54,-109v-9,5,-24,9,-24,22","w":304},"Y":{"d":"73,-186v5,-43,39,-67,49,-108v0,-12,-14,-14,-22,-7v-35,33,-43,93,-65,138v-2,9,21,11,30,7v-22,47,-55,90,-65,148v7,18,27,-1,37,-7v6,-58,42,-107,64,-153v-1,-3,-6,-1,0,-4v12,-7,19,-11,28,-19v35,-30,91,-50,121,-85v0,-2,-3,-4,-9,-5v-4,-1,-8,-1,-10,-1v-63,24,-98,71,-158,96","w":116,"k":{"r":9,"q":12,"e":12,"c":9,"a":15}},"Z":{"d":"116,-21v-19,1,-87,-3,-56,-33v32,-32,79,-64,119,-90v37,-8,103,9,114,-23v-12,-7,-62,-2,-85,0v18,-22,47,-53,34,-91v-26,-25,-121,-64,-141,-8v18,4,62,-6,79,10v36,6,41,43,16,67v-13,33,-76,24,-118,18v-11,4,-28,10,-32,21v7,11,37,3,50,12v7,-7,30,-4,52,-7v-45,36,-101,59,-132,111v-2,6,-5,29,2,34v38,28,93,5,141,1v25,-2,46,-15,72,-18v8,-8,40,-22,30,-37v-46,15,-84,30,-145,33","w":266,"k":{"i":4,"a":5}},"[":{"d":"188,-266v6,-10,23,3,36,0v9,-12,19,-32,20,-45v-22,-2,-46,-3,-59,-11v-21,6,-10,35,-30,52v-60,97,-110,201,-153,314v14,19,53,-8,77,4v5,-16,10,-28,17,-41v-7,-6,-46,3,-57,2r33,-72v32,-75,76,-141,116,-203","w":220},"\\":{"d":"158,-23v6,12,25,23,44,19v3,-21,-22,-38,-31,-60v-34,-78,-100,-131,-144,-204v-12,-9,-22,9,-24,22v61,69,116,132,164,212v-9,1,-9,1,-9,11"},"]":{"d":"102,-321v2,21,-6,27,-10,41v14,4,43,-10,57,-10r-24,76v-25,81,-57,155,-92,221v-6,-1,-13,-1,-19,-1v-29,-2,-18,31,-29,44v6,10,27,-1,44,3v13,3,29,10,28,-13v28,-98,84,-177,100,-282r23,-87v-5,-8,-8,-8,-17,-4v-14,6,-42,8,-61,12","w":180},"^":{"d":"84,-182v-6,2,-9,13,3,10v29,-10,41,-42,64,-56v2,-8,10,-11,14,-16v12,11,5,47,23,50v15,-8,5,-24,5,-50v0,-33,-31,-21,-42,-2v-22,16,-39,50,-67,64","w":162},"_":{"d":"157,37v27,0,47,11,64,-1v12,-9,19,-15,19,-17v-52,-5,-134,0,-192,-5v-20,5,-30,11,-42,24v41,7,103,-1,151,-1","w":230},"`":{"d":"126,-291v-57,5,-7,75,7,90v14,8,32,5,30,-16v-2,-19,-30,-41,-30,-58v0,-9,0,-15,-7,-16","w":142},"a":{"d":"28,-22v25,-46,64,-106,111,-125v7,4,8,8,6,16v-11,30,-19,56,-46,68v-9,4,-4,12,-18,16v-16,8,-29,32,-53,25xm190,-136v-30,7,6,-62,-45,-37v-67,33,-101,100,-143,158v-3,9,-3,22,10,21v6,-3,14,-6,21,-7v17,-3,28,-22,43,-27v12,-4,19,-22,32,-25v12,-2,27,-10,32,-20v-1,23,-18,44,-22,66v15,20,58,-10,51,-29r-21,11v7,-42,48,-59,42,-111","w":184},"b":{"d":"142,-153v-4,69,-41,130,-114,135v5,-36,14,-64,43,-78v23,-18,39,-51,71,-57xm186,-302v-8,-19,-24,2,-35,6v-25,102,-125,173,-149,279v6,10,12,31,31,18v40,-15,78,-32,98,-66v5,1,4,-3,7,-3v17,-27,29,-60,34,-100v-23,-16,-54,10,-74,21r83,-142v4,-6,5,-11,5,-13","w":135},"c":{"d":"149,-168v7,-26,-20,-18,-35,-10v-45,23,-77,87,-100,127v-8,15,-10,26,-9,43v1,12,8,13,18,14v43,-3,86,-29,97,-60v-21,12,-39,28,-67,33v-40,-4,-6,-48,5,-65v15,-23,30,-56,57,-67v9,9,1,30,0,44v23,-9,32,-27,34,-59","w":118,"k":{"h":4}},"d":{"d":"235,-320v0,-43,-71,-44,-87,-15v-7,5,-16,21,-21,26v31,5,25,-28,50,-29v76,20,3,141,-13,181v-28,40,-70,117,-128,135v0,-49,43,-88,67,-122v3,-5,10,-3,10,3v2,12,-3,32,5,38v7,-4,21,-15,16,-26v9,-9,13,-57,-12,-47v-64,25,-101,99,-121,168v39,40,91,-36,120,-58v54,-67,114,-144,114,-254","w":139,"k":{"z":-22,"y":7,"v":-9,"t":-5,"q":8,"n":-9,"m":-5,"l":-4,"j":-11,"h":-7,"g":-7,"b":-4,"a":4}},"e":{"d":"142,-140v-5,28,-33,50,-63,44v16,-18,32,-44,57,-50v4,0,6,2,6,6xm57,-70v63,12,113,-41,113,-85v0,-11,-7,-18,-21,-22v-54,13,-78,64,-116,93v-4,25,-31,37,-30,69v9,37,66,7,89,-3v21,-10,54,-19,54,-45v-27,16,-59,37,-95,41v-7,1,-18,-4,-17,-11v0,-19,13,-24,23,-37","w":146,"k":{"z":-14,"a":7}},"f":{"d":"221,-270v10,-15,11,-48,19,-66v-34,-7,-39,20,-64,40v-11,32,-33,51,-49,81r-36,68v-14,16,-61,8,-88,16v2,32,46,17,71,15v-42,88,-88,169,-139,250v-4,-1,-11,-12,-13,-17v-1,18,-21,51,6,50v4,0,13,-1,14,-3r41,-78r54,-89v20,-38,43,-95,68,-123v26,-7,65,-19,75,-35v-16,-13,-42,8,-63,8v23,-56,64,-97,93,-148v10,-5,13,4,11,14v0,7,-2,14,0,17","w":125,"k":{"z":-22,"j":-14,"h":-8,"f":14,"e":11,"a":17}},"g":{"d":"232,85v35,-57,-66,-66,-118,-79v-10,3,-30,-6,-46,-6v-2,-9,19,-10,11,-13r-12,-1v16,-12,26,-31,45,-40v17,-22,33,-48,42,-77v31,-11,80,-4,92,-34v-22,1,-45,7,-68,9v-8,5,-16,12,-29,11v7,-13,0,-21,-11,-21v-26,0,-53,27,-66,41v-5,0,-5,-19,-12,-8v-12,20,-43,38,-52,58v6,5,11,1,20,-5v-3,17,-12,31,-13,49v-1,20,13,36,36,28v-21,5,-27,35,-1,35v71,-2,127,13,166,46v-45,49,-142,66,-226,79v-34,-8,-87,-12,-75,-51v20,-14,48,-37,65,-53v-27,0,-29,19,-53,24v-18,9,-24,31,-41,43v2,61,94,57,141,43v33,1,39,-7,68,-13v59,-14,111,-23,137,-65xm53,-26v-25,-2,-1,-28,2,-40v9,-34,29,-65,59,-78v6,2,16,6,16,15v-4,44,-33,70,-48,89v-9,10,-19,14,-29,14","w":158},"h":{"d":"179,-24v-24,2,-56,15,-45,-22v11,-40,39,-73,50,-113v-16,9,-30,-4,-44,15v-29,26,-44,51,-75,78v-21,18,-21,18,-34,31v41,-108,116,-198,159,-306r20,-39v4,7,7,13,7,22v4,-13,3,-16,4,-35v-5,-16,-25,-10,-29,5r-59,112r-67,114v-24,48,-60,102,-64,164v41,-8,65,-49,92,-69v16,-17,32,-41,50,-55v-11,28,-43,62,-42,102v-7,31,41,39,54,16v8,-4,21,-13,23,-20","w":164},"i":{"d":"105,-179v-20,3,-44,26,-31,40r-73,139v19,7,35,-20,45,-38v24,-43,57,-76,68,-132v0,-7,-3,-8,-9,-9xm130,-222v13,-9,37,-28,24,-48v-24,-8,-44,30,-24,48","w":89},"j":{"d":"175,-280v9,0,28,-24,8,-22v-48,5,-75,36,-98,69v1,14,12,6,18,0v19,-22,36,-41,72,-47xm90,-161v-27,-16,-32,23,-39,44v-26,82,-61,167,-121,219v-10,9,-30,6,-36,-3v1,-4,-8,-10,-11,-10v-6,4,-14,28,-3,33v48,20,83,-28,105,-56v51,-66,77,-135,105,-227","w":78},"k":{"d":"189,-11v-56,5,-57,-28,-63,-77v15,-43,81,-38,96,-80v-66,10,-101,52,-150,78r102,-157r68,-137v-16,-13,-26,16,-35,15v-61,133,-113,222,-198,324v-1,5,-10,20,-6,27v30,-5,38,-34,62,-50r25,-16v13,46,15,109,86,94v20,-4,29,-18,40,-34v-13,-2,-20,10,-27,13","w":203},"l":{"d":"195,-359v-15,-11,-44,1,-41,29v-29,132,-117,199,-157,318v10,36,45,-1,55,-12v-2,-4,-3,-9,-3,-14v-7,6,-12,10,-17,11v39,-92,95,-175,140,-257v11,-21,19,-56,23,-75","w":86,"k":{"u":4,"p":7,"k":7,"j":7,"g":7,"a":9}},"m":{"d":"247,0v15,-4,32,-9,38,-22v-3,-8,-18,5,-24,2v-36,-13,-12,-83,1,-107v-2,-8,-14,-11,-21,-7v-43,23,-71,49,-113,88v11,-33,32,-57,42,-89v-4,-18,-11,-22,-29,-5r-106,98v26,-50,60,-89,77,-148v-10,-17,-32,8,-44,12v-3,22,2,44,-15,71r-74,119v30,16,44,-22,62,-38r94,-83r-42,92v-6,4,-5,14,6,11v41,-12,61,-57,96,-77r26,-21v-16,36,-22,103,26,104","w":274},"n":{"d":"161,-130v6,24,-20,68,-21,94v-1,24,36,53,56,27v1,-8,19,-11,14,-21v-20,19,-55,-1,-38,-27v4,-27,17,-46,20,-73v3,-29,-27,-25,-42,-10r-95,91v17,-44,40,-87,50,-136v0,-4,-2,-7,-7,-7v-22,3,-49,19,-52,36r23,-11v-10,59,-50,122,-66,169v39,5,52,-39,82,-59v29,-19,52,-52,76,-73","w":206},"o":{"d":"6,-15v-9,21,15,23,28,14v59,-43,135,-75,135,-163v0,-8,-4,-12,-12,-12v-26,6,-56,12,-64,35r-1,-12v-62,12,-63,86,-86,138xm134,-147v23,10,-9,50,-18,59v-19,8,-52,65,-84,59r46,-88v7,-13,27,-5,31,-20v5,-10,9,-9,25,-10","w":141},"p":{"d":"18,-9v-18,-9,-38,0,-36,26v-11,19,-19,42,-33,57v-11,43,-32,75,-44,118v1,10,1,10,9,12v48,-57,78,-119,116,-190v11,-6,31,-15,44,-20v42,-16,66,-53,97,-82v13,-18,24,-35,25,-61v0,-16,-5,-29,-24,-27v-32,3,-51,12,-70,28v5,-13,-8,-20,-19,-15v-16,7,-14,26,-19,43v0,18,-12,23,-14,39v-3,21,-25,56,-32,72xm-5,23v15,18,-15,41,-21,57v-9,11,-19,41,-30,40v8,-35,29,-69,46,-94v1,-2,3,-3,5,-3xm150,-150v30,-4,12,54,3,62v-18,17,-31,39,-56,48v-9,12,-33,26,-55,27r51,-107v19,-13,28,-26,57,-30","w":170},"q":{"d":"122,-52v-26,9,-64,36,-89,25v20,-52,65,-86,106,-114v26,-18,47,9,33,38v-11,14,-44,31,-50,51xm196,-97v10,-30,23,-96,-31,-77v-68,24,-108,85,-150,131v-11,12,-12,23,-12,38v1,6,6,9,14,9v24,-2,70,-25,98,-30v14,-2,14,-9,27,-19v-23,78,-99,134,-116,216v14,16,39,-11,40,-27v3,-56,54,-93,77,-138","w":196},"r":{"d":"86,-120v0,-16,10,-26,13,-39v-49,-2,-39,65,-65,93v-12,25,-28,34,-31,65v20,4,18,-11,32,-23v26,-44,60,-91,100,-122v18,16,34,-18,38,-38v-29,-17,-60,46,-87,64","w":115,"k":{"z":4,"v":-5,"t":-4,"q":11,"n":-6,"k":5,"e":8,"a":11}},"s":{"d":"-19,-12v28,28,121,21,113,-30v-4,-24,-23,-31,-22,-56v1,-30,18,-44,44,-51v28,10,-19,36,-11,49v21,-13,38,-36,47,-61v0,-8,-7,-10,-16,-10v-48,0,-89,38,-89,86v0,26,20,39,23,62v-16,11,-51,-4,-62,-13v-7,4,-8,5,-11,12v-7,1,-15,6,-16,12","w":115,"k":{"v":-7,"s":9,"o":-4,"n":-4,"m":-7,"l":-5,"k":4}},"t":{"d":"17,0v14,-4,38,-10,34,-33v-3,6,-8,7,-10,1v12,-41,32,-71,55,-103v52,-7,72,-5,103,-19v3,-6,14,-12,12,-19v-28,6,-69,8,-99,9v28,-39,57,-78,78,-124v-5,-11,-16,7,-27,5v-29,42,-45,83,-76,122v-23,5,-52,13,-45,48v4,-7,14,-20,22,-18v-18,39,-48,64,-56,113v1,6,3,17,9,18","w":116},"u":{"d":"36,-32v15,-54,64,-82,78,-138v3,-14,-9,-22,-21,-16v-36,53,-59,120,-93,178v19,32,53,-18,73,-22v4,0,11,-18,15,-18v26,-12,43,-34,66,-50v-10,34,-29,61,-36,96v16,5,33,-7,41,-19v-4,-2,-5,-5,-5,-8v11,-45,45,-79,60,-124v-3,-5,-18,-6,-24,-3r-136,117v-3,2,-9,5,-18,7","w":188},"v":{"d":"126,-138v17,1,10,14,1,25v-27,34,-54,63,-92,82v5,-48,50,-90,54,-134v-10,-17,-38,5,-39,22v-6,50,-41,78,-49,128v-4,25,35,22,43,10r50,-46v27,-37,69,-63,84,-111v1,-25,-29,-12,-39,-4v-8,4,-11,17,-13,28","w":135},"w":{"d":"66,-156v-3,62,-63,93,-67,153v12,23,35,-12,50,-17v22,-14,45,-32,68,-52v0,26,-21,85,22,66v53,-23,80,-70,108,-120v10,-18,11,-34,11,-46v-19,-28,-77,10,-60,40v10,-7,13,-21,29,-22v11,5,-5,24,-8,36v-19,37,-29,68,-66,84v-19,-10,0,-38,4,-51v3,-9,28,-42,1,-45v-29,9,-37,37,-64,55v-27,18,-38,31,-62,43v28,-37,53,-85,67,-134v-5,-13,-32,-2,-33,10","w":232},"x":{"d":"103,-185v-39,6,-30,61,-36,100v-13,25,-54,44,-66,69v0,3,3,4,7,4v25,-3,40,-29,56,-43v3,46,63,79,98,45v-2,-11,-35,-8,-37,-14v-20,-14,-43,-52,-15,-68v16,-19,41,-35,60,-49v1,-7,16,-27,4,-26v-37,5,-48,46,-75,58r11,-69v0,-5,-4,-5,-7,-7","w":175},"y":{"d":"26,201v-50,22,-94,-54,-65,-102v-22,8,-34,34,-36,60v-4,55,68,96,111,57v61,-56,89,-143,119,-228v14,-39,46,-73,46,-123v0,-7,0,-9,-4,-9v-36,15,-45,55,-79,72v-25,13,-39,45,-74,41v23,-49,67,-86,83,-142v0,-2,-2,-4,-4,-4v-46,0,-37,52,-63,77v-19,31,-46,63,-54,102v48,14,76,-41,115,-56v9,-7,16,-25,29,-24v-17,91,-59,164,-92,240","w":192},"z":{"d":"10,131v-41,10,-131,21,-141,-21v18,-37,58,-64,83,-81v7,-2,28,-28,26,-34r-20,14v-46,30,-81,60,-111,95v-17,37,19,53,61,53v102,0,197,-31,230,-96v-1,-67,-37,-102,-84,-121v29,-25,81,-39,90,-83v-19,-42,-139,-11,-122,32v19,-21,39,-23,73,-25v8,0,13,3,14,9v-17,42,-78,42,-97,82v40,25,114,58,98,125v-28,23,-58,39,-100,51","w":144},"{":{"d":"74,-51v0,15,-12,28,-28,28v-15,0,-27,-14,-27,-28v0,-16,12,-28,27,-28v16,0,28,12,28,28","w":77},"|":{"d":"144,-301v7,-24,-22,-51,-35,-31v4,96,-30,175,-34,284r-4,115v21,13,37,-21,40,-42v-6,-7,-7,-14,-17,-7r6,-76v7,-91,20,-163,44,-243"},"}":{"d":"74,-51v0,15,-12,28,-28,28v-15,0,-27,-14,-27,-28v0,-16,12,-28,27,-28v16,0,28,12,28,28","w":77},"~":{"d":"154,-103v-31,-1,-55,-19,-89,-20v-24,-2,-34,13,-42,29v7,10,24,-5,35,-7v42,8,95,39,139,11v3,-13,12,-28,12,-40v-15,9,-30,28,-55,27","w":231},"\"":{"d":"163,-223v36,-10,44,-50,65,-74v-33,-5,-53,42,-68,69v0,3,1,5,3,5xm159,-279v-16,20,-27,34,-39,56v36,0,61,-59,80,-83v-24,2,-27,9,-41,27","w":126},"!":{"d":"49,-17v-15,-16,-35,6,-38,20v10,17,41,0,38,-20xm177,-288v-8,-8,-20,-5,-30,3v-41,61,-79,129,-93,207v1,10,25,7,28,-3v21,-75,50,-144,95,-207","w":137}}});
;
(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);
;
/**
* hoverIntent r6 // 2011.02.26 // jQuery 1.5.1+
* <http://cherne.net/brian/resources/jquery.hoverIntent.html>
* 
* @param  f  onMouseOver function || An object with configuration options
* @param  g  onMouseOut function  || Nothing (use configuration options object)
* @author    Brian Cherne brian(at)cherne(dot)net
*/
(function($){$.fn.hoverIntent=function(f,g){var cfg={sensitivity:7,interval:100,timeout:0};cfg=$.extend(cfg,g?{over:f,out:g}:f);var cX,cY,pX,pY;var track=function(ev){cX=ev.pageX;cY=ev.pageY};var compare=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);if((Math.abs(pX-cX)+Math.abs(pY-cY))<cfg.sensitivity){$(ob).unbind("mousemove",track);ob.hoverIntent_s=1;return cfg.over.apply(ob,[ev])}else{pX=cX;pY=cY;ob.hoverIntent_t=setTimeout(function(){compare(ev,ob)},cfg.interval)}};var delay=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);ob.hoverIntent_s=0;return cfg.out.apply(ob,[ev])};var handleHover=function(e){var ev=jQuery.extend({},e);var ob=this;if(ob.hoverIntent_t){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t)}if(e.type=="mouseenter"){pX=ev.pageX;pY=ev.pageY;$(ob).bind("mousemove",track);if(ob.hoverIntent_s!=1){ob.hoverIntent_t=setTimeout(function(){compare(ev,ob)},cfg.interval)}}else{$(ob).unbind("mousemove",track);if(ob.hoverIntent_s==1){ob.hoverIntent_t=setTimeout(function(){delay(ev,ob)},cfg.timeout)}}};return this.bind('mouseenter',handleHover).bind('mouseleave',handleHover)}})(jQuery);;
/* Copyright (c) 2010 Brandon Aaron (http://brandonaaron.net)
 * Licensed under the MIT License (LICENSE.txt).
 *
 * Version 2.1.2
 */
(function(a){a.fn.bgiframe=(a.browser.msie&&/msie 6\.0/i.test(navigator.userAgent)?function(d){d=a.extend({top:"auto",left:"auto",width:"auto",height:"auto",opacity:true,src:"javascript:false;"},d);var c='<iframe class="bgiframe"frameborder="0"tabindex="-1"src="'+d.src+'"style="display:block;position:absolute;z-index:-1;'+(d.opacity!==false?"filter:Alpha(Opacity='0');":"")+"top:"+(d.top=="auto"?"expression(((parseInt(this.parentNode.currentStyle.borderTopWidth)||0)*-1)+'px')":b(d.top))+";left:"+(d.left=="auto"?"expression(((parseInt(this.parentNode.currentStyle.borderLeftWidth)||0)*-1)+'px')":b(d.left))+";width:"+(d.width=="auto"?"expression(this.parentNode.offsetWidth+'px')":b(d.width))+";height:"+(d.height=="auto"?"expression(this.parentNode.offsetHeight+'px')":b(d.height))+';"/>';return this.each(function(){if(a(this).children("iframe.bgiframe").length===0){this.insertBefore(document.createElement(c),this.firstChild)}})}:function(){return this});a.fn.bgIframe=a.fn.bgiframe;function b(c){return c&&c.constructor===Number?c+"px":c}})(jQuery);;
/*
 * Superfish v1.4.8 - jQuery menu widget
 * Copyright (c) 2008 Joel Birch
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 *
 * CHANGELOG: http://users.tpg.com.au/j_birch/plugins/superfish/changelog.txt
 */

(function($){
  $.fn.superfish = function(op){
    var sf = $.fn.superfish,
      c = sf.c,
      $arrow = $(['<span class="',c.arrowClass,'"> &#187;</span>'].join('')),
      over = function(){
        var $$ = $(this), menu = getMenu($$);
        clearTimeout(menu.sfTimer);
        $$.showSuperfishUl().siblings().hideSuperfishUl();
      },
      out = function(){
        var $$ = $(this), menu = getMenu($$), o = sf.op;
        clearTimeout(menu.sfTimer);
        menu.sfTimer=setTimeout(function(){
          o.retainPath=($.inArray($$[0],o.$path)>-1);
          $$.hideSuperfishUl();
          if (o.$path.length && $$.parents(['li.',o.hoverClass].join('')).length<1){over.call(o.$path);}
        },o.delay);
      },
      getMenu = function($menu){
        var menu = $menu.parents(['ul.',c.menuClass,':first'].join(''))[0];
        sf.op = sf.o[menu.serial];
        return menu;
      },
      addArrow = function($a){ $a.addClass(c.anchorClass).append($arrow.clone()); };

    return this.each(function() {
      var s = this.serial = sf.o.length;
      var o = $.extend({},sf.defaults,op);
      o.$path = $('li.'+o.pathClass,this).slice(0,o.pathLevels).each(function(){
        $(this).addClass([o.hoverClass,c.bcClass].join(' '))
          .filter('li:has(ul)').removeClass(o.pathClass);
      });
      sf.o[s] = sf.op = o;

      $('li:has(ul)',this)[($.fn.hoverIntent && !o.disableHI) ? 'hoverIntent' : 'hover'](over,out).each(function() {
        if (o.autoArrows) addArrow( $('>a:first-child',this) );
      })
      .not('.'+c.bcClass)
        .hideSuperfishUl();

      var $a = $('a',this);
      $a.each(function(i){
        var $li = $a.eq(i).parents('li');
        $a.eq(i).focus(function(){over.call($li);}).blur(function(){out.call($li);});
      });
      o.onInit.call(this);

    }).each(function() {
      var menuClasses = [c.menuClass];
      if (sf.op.dropShadows  && !($.browser.msie && $.browser.version < 7)) menuClasses.push(c.shadowClass);
      $(this).addClass(menuClasses.join(' '));
    });
  };

  var sf = $.fn.superfish;
  sf.o = [];
  sf.op = {};
  sf.IE7fix = function(){
    var o = sf.op;
    if ($.browser.msie && $.browser.version > 6 && o.dropShadows && o.animation.opacity!=undefined)
      this.toggleClass(sf.c.shadowClass+'-off');
    };
  sf.c = {
    bcClass: 'sf-breadcrumb',
    menuClass: 'sf-js-enabled',
    anchorClass: 'sf-with-ul',
    arrowClass: 'sf-sub-indicator',
    shadowClass: 'sf-shadow'
  };
  sf.defaults = {
    hoverClass: 'sfHover',
    pathClass: 'overideThisToUse',
    pathLevels: 1,
    delay: 800,
    animation: {opacity:'show'},
    speed: 'normal',
    autoArrows: true,
    dropShadows: true,
    disableHI: false, // true disables hoverIntent detection
    onInit: function(){}, // callback functions
    onBeforeShow: function(){},
    onShow: function(){},
    onHide: function(){}
  };
  $.fn.extend({
    hideSuperfishUl : function(){
      var o = sf.op,
        not = (o.retainPath===true) ? o.$path : '';
      o.retainPath = false;
      var $ul = $(['li.',o.hoverClass].join(''),this).add(this).not(not).removeClass(o.hoverClass)
          .find('>ul').hide().css('visibility','hidden');
      o.onHide.call($ul);
      return this;
    },
    showSuperfishUl : function(){
      var o = sf.op,
        sh = sf.c.shadowClass+'-off',
        $ul = this.addClass(o.hoverClass)
          .find('>ul:hidden').css('visibility','visible');
      sf.IE7fix.call($ul);
      o.onBeforeShow.call($ul);
      $ul.animate(o.animation,o.speed,function(){ sf.IE7fix.call($ul); o.onShow.call($ul); });
      return this;
    }
  });
})(jQuery);;
/*
 * Supersubs v0.2b - jQuery plugin - LAST UPDATE: MARCH 23rd, 2011
 * Copyright (c) 2008 Joel Birch
 *
 * Jan 16th, 2011 - Modified a little in order to work with NavBar menus as well.
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 *
 * This plugin automatically adjusts submenu widths of suckerfish-style menus to that of
 * their longest list item children. If you use this, please expect bugs and report them
 * to the jQuery Google Group with the word 'Superfish' in the subject line.
 *
 */

(function($){ // $ will refer to jQuery within this closure

  $.fn.supersubs = function(options){
    var opts = $.extend({}, $.fn.supersubs.defaults, options);
	// return original object to support chaining
    return this.each(function() {
      // cache selections
      var $$ = $(this);
      // support metadata
      var o = $.meta ? $.extend({}, opts, $$.data()) : opts;
      // get the font size of menu.
      // .css('fontSize') returns various results cross-browser, so measure an em dash instead
      var fontsize = $('<li id="menu-fontsize">&#8212;</li>').css({
        'padding' : 0,
        'position' : 'absolute',
        'top' : '-99999em',
        'width' : 'auto'
      }).appendTo($$).width(); //clientWidth is faster, but was incorrect here
      // remove em dash
      $('#menu-fontsize').remove();

      // Jump on level if it's a "NavBar"
      if ($$.hasClass('sf-navbar')) {
        $$ = $('li > ul', $$);
      }
      // cache all ul elements 
      $ULs = $$.find('ul:not(.sf-megamenu)');
      // loop through each ul in menu
      $ULs.each(function(i) {
        // cache this ul
        var $ul = $ULs.eq(i);
        // get all (li) children of this ul
        var $LIs = $ul.children();
        // get all anchor grand-children
        var $As = $LIs.children('a');
        // force content to one line and save current float property
        var liFloat = $LIs.css('white-space','nowrap').css('float');
        // remove width restrictions and floats so elements remain vertically stacked
        var emWidth = $ul.add($LIs).add($As).css({
          'float' : 'none',
          'width'  : 'auto'
        })
        // this ul will now be shrink-wrapped to longest li due to position:absolute
        // so save its width as ems. Clientwidth is 2 times faster than .width() - thanks Dan Switzer
        .end().end()[0].clientWidth / fontsize;
        // add more width to ensure lines don't turn over at certain sizes in various browsers
        emWidth += o.extraWidth;
        // restrict to at least minWidth and at most maxWidth
        if (emWidth > o.maxWidth)    { emWidth = o.maxWidth; }
        else if (emWidth < o.minWidth)  { emWidth = o.minWidth; }
        emWidth += 'em';
        // set ul to width in ems
        $ul.css('width',emWidth);
        // restore li floats to avoid IE bugs
        // set li width to full width of this ul
        // revert white-space to normal
        $LIs.css({
          'float' : liFloat,
          'width' : '100%',
          'white-space' : 'normal'
        })
        // update offset position of descendant ul to reflect new width of parent
        .each(function(){
          var $childUl = $('>ul',this);
          var offsetDirection = $childUl.css('left')!==undefined ? 'left' : 'right';
          $childUl.css(offsetDirection,emWidth);
        });
      });

    });
  };
  // expose defaults
  $.fn.supersubs.defaults = {
    minWidth: 9, // requires em unit.
    maxWidth: 25, // requires em unit.
    extraWidth: 0 // extra width can ensure lines don't sometimes turn over due to slight browser differences in how they round-off values
  };

})(jQuery); // plugin code ends;
/*
* Supposition v0.2 - an optional enhancer for Superfish jQuery menu widget - LAST UPDATE: MARCH 23rd, 2011
*
* Copyright (c) 2008 Joel Birch - based mostly on work by Jesse Klaasse and credit goes largely to him.
* Special thanks to Karl Swedberg for valuable input.
* 
* Dec 28th, 2010 - Modified for the Superfish project for Drupal (http://drupal.org/project/superfish)
*
* jQuery version: 1.3.x or higher.
*
* 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.supposition = function(){
    var $w = $(window), /*do this once instead of every onBeforeShow call*/
    _offset = function(dir) {
      return window[dir == 'y' ? 'pageYOffset' : 'pageXOffset']
      || document.documentElement && document.documentElement[dir=='y' ? 'scrollTop' : 'scrollLeft']
      || document.body[dir=='y' ? 'scrollTop' : 'scrollLeft'];
    },
    onHide = function(){
      this.css({Top:'',Right:'',Bottom:'',Left:''});
    },
    onBeforeShow = function(){
      this.each(function(){
        var $u = $(this);
        $u.css('display','block');
        var menuWidth = $u.width(),
        menuParentWidth = $u.closest('li').outerWidth(true),
        menuParentLeft = $u.closest('li').offset().left,
        totalRight = $w.width() + _offset('x'),
        menuRight = $u.offset().left + menuWidth,
        exactMenuWidth = (menuRight > (menuParentWidth + menuParentLeft)) ? menuWidth - (menuRight - (menuParentWidth + menuParentLeft)) : menuWidth;  
        if ($u.parents('.sf-js-enabled').hasClass('rtl')) {
          if (menuParentLeft < exactMenuWidth) {
            $u.css('left', menuParentWidth + 'px');
            $u.css('right', 'auto');
          }
        }
        else {
          if (menuRight > totalRight && menuParentLeft > menuWidth) {
            $u.css('right', menuParentWidth + 'px');
            $u.css('left', 'auto');
          }
        }
        var windowHeight = $w.height(),
        offsetTop = $u.offset().top,
        menuParentHeight = $u.parent().outerHeight(true),
        menuHeight = $u.height(),
        baseline = windowHeight + _offset('y');
        var expandUp = ((offsetTop + menuHeight > baseline) && (offsetTop > menuHeight));
        if (expandUp) {
          $u.css('bottom', menuParentHeight + 'px');
          $u.css('top', 'auto');
        }
        $u.css('display','none');
      });
    };

    return this.each(function() {
    var o = $.fn.superfish.o[this.serial]; /* get this menu's options */

    /* if callbacks already set, store them */
    var _onBeforeShow = o.onBeforeShow,
    _onHide = o.onHide;

    $.extend($.fn.superfish.o[this.serial],{
    onBeforeShow: function() {
    onBeforeShow.call(this); /* fire our Supposition callback */
    _onBeforeShow.call(this); /* fire stored callbacks */
    },
    onHide: function() {
    onHide.call(this); /* fire our Supposition callback */
    _onHide.call(this); /* fire stored callbacks */
    }
    });
    });
  };
})(jQuery);;
/*
 * sf-Touchscreen v1.0b - Provides touchscreen compatibility for the jQuery Superfish plugin. - LAST UPDATE: MARCH 23rd, 2011
 *
 * Developer's notes:
 * Built as a part of the Superfish project for Drupal (http://drupal.org/project/superfish) 
 * Found any bug? have any cool ideas? contact me right away! http://drupal.org/user/619294/contact
 *
 * jQuery version: 1.3.x or higher.
 *
 * 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.sftouchscreen = function() {
    // Return original object to support chaining.
    return this.each( function() {
      // Select hyperlinks from parent menu items.
      $(this).find('li > ul').closest('li').children('a').each( function() {
	    var $item = $(this);
        // No .toggle() here as it's not possible to reset it.
        $item.click( function(event){
	      // Already clicked? proceed to the URI.
          if ($item.hasClass('sf-clicked')) {
            var $uri = $item.attr('href');
            window.location = $uri;
          }
          else {
            event.preventDefault();
            $item.addClass('sf-clicked');
          }
        }).closest('li').mouseleave( function(){
          // So, we reset everything.
          $item.removeClass('sf-clicked');
        });
	  });
    });
  };
})(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 });
          }
          else {
            Drupal.viewsSlideshow.action({ "action": 'pause', "slideshowID": uniqueID });
          }
          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).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).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) {
            $(pagerItem).hover(function() {
              Drupal.viewsSlideshow.action({ "action": 'goToSlide', "slideshowID": uniqueID, "slideNum": index });
              Drupal.viewsSlideshow.action({ "action": 'pause', "slideshowID": uniqueID });
            },
            function() {
              Drupal.viewsSlideshow.action({ "action": 'play', "slideshowID": uniqueID });
            });
          });
        }
        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) {
    // Remove active class from pagers
    $('[id^="views_slideshow_pager_field_item_' + options.slideshowID + '"]').removeClass('active');

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

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

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

  /**
   * Implement the previousSlide hook for pager fields pager.
   */
  Drupal.viewsSlideshowPagerFields.previousSlide = function (options) {
    // Get the current active pager.
    var pagerNum = $('[id^="views_slideshow_pager_field_item_' + options.slideshowID + '"].active').attr('id').replace('views_slideshow_pager_field_item_' + 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_' + options.slideshowID + '"]').length() - 1;
    }
    else {
      pagerNum--;
    }

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

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

  /**
   * Implement the nextSlide hook for pager fields pager.
   */
  Drupal.viewsSlideshowPagerFields.nextSlide = function (options) {
    // Get the current active pager.
    var pagerNum = $('[id^="views_slideshow_pager_field_item_' + options.slideshowID + '"].active').attr('id').replace('views_slideshow_pager_field_item_' + options.slideshowID + '_', '');
    var totalPagers = $('[id^="views_slideshow_pager_field_item_' + 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_' + options.slideshowID + '"]').removeClass('active');

    // Add active class to active pager.
    $('#views_slideshow_pager_field_item_' + 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;
    }
    else if (options.action == 'play') {
      Drupal.settings.viewsSlideshow[options.slideshowID].paused = 0;
    }

    // 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);
;
/*
 * jQuery Cycle Plugin (with Transition Definitions)
 * Examples and documentation at: http://jquery.malsup.com/cycle/
 * Copyright (c) 2007-2010 M. Alsup
 * Version: 2.99 (12-MAR-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.99";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){opts.after[0].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&&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);;
/*
    http://www.JSON.org/json2.js
    2011-02-23

    Public Domain.

    NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.

    See http://www.JSON.org/js.html


    This code should be minified before deployment.
    See http://javascript.crockford.com/jsmin.html

    USE YOUR OWN COPY. IT IS EXTREMELY UNWISE TO LOAD CODE FROM SERVERS YOU DO
    NOT CONTROL.


    This file creates a global JSON object containing two methods: stringify
    and parse.

        JSON.stringify(value, replacer, space)
            value       any JavaScript value, usually an object or array.

            replacer    an optional parameter that determines how object
                        values are stringified for objects. It can be a
                        function or an array of strings.

            space       an optional parameter that specifies the indentation
                        of nested structures. If it is omitted, the text will
                        be packed without extra whitespace. If it is a number,
                        it will specify the number of spaces to indent at each
                        level. If it is a string (such as '\t' or '&nbsp;'),
                        it contains the characters used to indent at each level.

            This method produces a JSON text from a JavaScript value.

            When an object value is found, if the object contains a toJSON
            method, its toJSON method will be called and the result will be
            stringified. A toJSON method does not serialize: it returns the
            value represented by the name/value pair that should be serialized,
            or undefined if nothing should be serialized. The toJSON method
            will be passed the key associated with the value, and this will be
            bound to the value

            For example, this would serialize Dates as ISO strings.

                Date.prototype.toJSON = function (key) {
                    function f(n) {
                        // Format integers to have at least two digits.
                        return n < 10 ? '0' + n : n;
                    }

                    return this.getUTCFullYear()   + '-' +
                         f(this.getUTCMonth() + 1) + '-' +
                         f(this.getUTCDate())      + 'T' +
                         f(this.getUTCHours())     + ':' +
                         f(this.getUTCMinutes())   + ':' +
                         f(this.getUTCSeconds())   + 'Z';
                };

            You can provide an optional replacer method. It will be passed the
            key and value of each member, with this bound to the containing
            object. The value that is returned from your method will be
            serialized. If your method returns undefined, then the member will
            be excluded from the serialization.

            If the replacer parameter is an array of strings, then it will be
            used to select the members to be serialized. It filters the results
            such that only members with keys listed in the replacer array are
            stringified.

            Values that do not have JSON representations, such as undefined or
            functions, will not be serialized. Such values in objects will be
            dropped; in arrays they will be replaced with null. You can use
            a replacer function to replace those with JSON values.
            JSON.stringify(undefined) returns undefined.

            The optional space parameter produces a stringification of the
            value that is filled with line breaks and indentation to make it
            easier to read.

            If the space parameter is a non-empty string, then that string will
            be used for indentation. If the space parameter is a number, then
            the indentation will be that many spaces.

            Example:

            text = JSON.stringify(['e', {pluribus: 'unum'}]);
            // text is '["e",{"pluribus":"unum"}]'


            text = JSON.stringify(['e', {pluribus: 'unum'}], null, '\t');
            // text is '[\n\t"e",\n\t{\n\t\t"pluribus": "unum"\n\t}\n]'

            text = JSON.stringify([new Date()], function (key, value) {
                return this[key] instanceof Date ?
                    'Date(' + this[key] + ')' : value;
            });
            // text is '["Date(---current time---)"]'


        JSON.parse(text, reviver)
            This method parses a JSON text to produce an object or array.
            It can throw a SyntaxError exception.

            The optional reviver parameter is a function that can filter and
            transform the results. It receives each of the keys and values,
            and its return value is used instead of the original value.
            If it returns what it received, then the structure is not modified.
            If it returns undefined then the member is deleted.

            Example:

            // Parse the text. Values that look like ISO date strings will
            // be converted to Date objects.

            myData = JSON.parse(text, function (key, value) {
                var a;
                if (typeof value === 'string') {
                    a =
/^(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2}):(\d{2}(?:\.\d*)?)Z$/.exec(value);
                    if (a) {
                        return new Date(Date.UTC(+a[1], +a[2] - 1, +a[3], +a[4],
                            +a[5], +a[6]));
                    }
                }
                return value;
            });

            myData = JSON.parse('["Date(09/09/2001)"]', function (key, value) {
                var d;
                if (typeof value === 'string' &&
                        value.slice(0, 5) === 'Date(' &&
                        value.slice(-1) === ')') {
                    d = new Date(value.slice(5, -1));
                    if (d) {
                        return d;
                    }
                }
                return value;
            });


    This is a reference implementation. You are free to copy, modify, or
    redistribute.
*/

/*jslint evil: true, strict: false, regexp: false */

/*members "", "\b", "\t", "\n", "\f", "\r", "\"", JSON, "\\", apply,
    call, charCodeAt, getUTCDate, getUTCFullYear, getUTCHours,
    getUTCMinutes, getUTCMonth, getUTCSeconds, hasOwnProperty, join,
    lastIndex, length, parse, prototype, push, replace, slice, stringify,
    test, toJSON, toString, valueOf
*/


// Create a JSON object only if one does not already exist. We create the
// methods in a closure to avoid creating global variables.

var JSON;
if (!JSON) {
    JSON = {};
}

(function () {
    "use strict";

    function f(n) {
        // Format integers to have at least two digits.
        return n < 10 ? '0' + n : n;
    }

    if (typeof Date.prototype.toJSON !== 'function') {

        Date.prototype.toJSON = function (key) {

            return isFinite(this.valueOf()) ?
                this.getUTCFullYear()     + '-' +
                f(this.getUTCMonth() + 1) + '-' +
                f(this.getUTCDate())      + 'T' +
                f(this.getUTCHours())     + ':' +
                f(this.getUTCMinutes())   + ':' +
                f(this.getUTCSeconds())   + 'Z' : null;
        };

        String.prototype.toJSON      =
            Number.prototype.toJSON  =
            Boolean.prototype.toJSON = function (key) {
                return this.valueOf();
            };
    }

    var cx = /[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,
        escapable = /[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,
        gap,
        indent,
        meta = {    // table of character substitutions
            '\b': '\\b',
            '\t': '\\t',
            '\n': '\\n',
            '\f': '\\f',
            '\r': '\\r',
            '"' : '\\"',
            '\\': '\\\\'
        },
        rep;


    function quote(string) {

// If the string contains no control characters, no quote characters, and no
// backslash characters, then we can safely slap some quotes around it.
// Otherwise we must also replace the offending characters with safe escape
// sequences.

        escapable.lastIndex = 0;
        return escapable.test(string) ? '"' + string.replace(escapable, function (a) {
            var c = meta[a];
            return typeof c === 'string' ? c :
                '\\u' + ('0000' + a.charCodeAt(0).toString(16)).slice(-4);
        }) + '"' : '"' + string + '"';
    }


    function str(key, holder) {

// Produce a string from holder[key].

        var i,          // The loop counter.
            k,          // The member key.
            v,          // The member value.
            length,
            mind = gap,
            partial,
            value = holder[key];

// If the value has a toJSON method, call it to obtain a replacement value.

        if (value && typeof value === 'object' &&
                typeof value.toJSON === 'function') {
            value = value.toJSON(key);
        }

// If we were called with a replacer function, then call the replacer to
// obtain a replacement value.

        if (typeof rep === 'function') {
            value = rep.call(holder, key, value);
        }

// What happens next depends on the value's type.

        switch (typeof value) {
        case 'string':
            return quote(value);

        case 'number':

// JSON numbers must be finite. Encode non-finite numbers as null.

            return isFinite(value) ? String(value) : 'null';

        case 'boolean':
        case 'null':

// If the value is a boolean or null, convert it to a string. Note:
// typeof null does not produce 'null'. The case is included here in
// the remote chance that this gets fixed someday.

            return String(value);

// If the type is 'object', we might be dealing with an object or an array or
// null.

        case 'object':

// Due to a specification blunder in ECMAScript, typeof null is 'object',
// so watch out for that case.

            if (!value) {
                return 'null';
            }

// Make an array to hold the partial results of stringifying this object value.

            gap += indent;
            partial = [];

// Is the value an array?

            if (Object.prototype.toString.apply(value) === '[object Array]') {

// The value is an array. Stringify every element. Use null as a placeholder
// for non-JSON values.

                length = value.length;
                for (i = 0; i < length; i += 1) {
                    partial[i] = str(i, value) || 'null';
                }

// Join all of the elements together, separated with commas, and wrap them in
// brackets.

                v = partial.length === 0 ? '[]' : gap ?
                    '[\n' + gap + partial.join(',\n' + gap) + '\n' + mind + ']' :
                    '[' + partial.join(',') + ']';
                gap = mind;
                return v;
            }

// If the replacer is an array, use it to select the members to be stringified.

            if (rep && typeof rep === 'object') {
                length = rep.length;
                for (i = 0; i < length; i += 1) {
                    if (typeof rep[i] === 'string') {
                        k = rep[i];
                        v = str(k, value);
                        if (v) {
                            partial.push(quote(k) + (gap ? ': ' : ':') + v);
                        }
                    }
                }
            } else {

// Otherwise, iterate through all of the keys in the object.

                for (k in value) {
                    if (Object.prototype.hasOwnProperty.call(value, k)) {
                        v = str(k, value);
                        if (v) {
                            partial.push(quote(k) + (gap ? ': ' : ':') + v);
                        }
                    }
                }
            }

// Join all of the member texts together, separated with commas,
// and wrap them in braces.

            v = partial.length === 0 ? '{}' : gap ?
                '{\n' + gap + partial.join(',\n' + gap) + '\n' + mind + '}' :
                '{' + partial.join(',') + '}';
            gap = mind;
            return v;
        }
    }

// If the JSON object does not yet have a stringify method, give it one.

    if (typeof JSON.stringify !== 'function') {
        JSON.stringify = function (value, replacer, space) {

// The stringify method takes a value and an optional replacer, and an optional
// space parameter, and returns a JSON text. The replacer can be a function
// that can replace values, or an array of strings that will select the keys.
// A default replacer method can be provided. Use of the space parameter can
// produce text that is more easily readable.

            var i;
            gap = '';
            indent = '';

// If the space parameter is a number, make an indent string containing that
// many spaces.

            if (typeof space === 'number') {
                for (i = 0; i < space; i += 1) {
                    indent += ' ';
                }

// If the space parameter is a string, it will be used as the indent string.

            } else if (typeof space === 'string') {
                indent = space;
            }

// If there is a replacer, it must be a function or an array.
// Otherwise, throw an error.

            rep = replacer;
            if (replacer && typeof replacer !== 'function' &&
                    (typeof replacer !== 'object' ||
                    typeof replacer.length !== 'number')) {
                throw new Error('JSON.stringify');
            }

// Make a fake root object containing our value under the key of ''.
// Return the result of stringifying the value.

            return str('', {'': value});
        };
    }


// If the JSON object does not yet have a parse method, give it one.

    if (typeof JSON.parse !== 'function') {
        JSON.parse = function (text, reviver) {

// The parse method takes a text and an optional reviver function, and returns
// a JavaScript value if the text is a valid JSON text.

            var j;

            function walk(holder, key) {

// The walk method is used to recursively walk the resulting structure so
// that modifications can be made.

                var k, v, value = holder[key];
                if (value && typeof value === 'object') {
                    for (k in value) {
                        if (Object.prototype.hasOwnProperty.call(value, k)) {
                            v = walk(value, k);
                            if (v !== undefined) {
                                value[k] = v;
                            } else {
                                delete value[k];
                            }
                        }
                    }
                }
                return reviver.call(holder, key, value);
            }


// Parsing happens in four stages. In the first stage, we replace certain
// Unicode characters with escape sequences. JavaScript handles many characters
// incorrectly, either silently deleting them, or treating them as line endings.

            text = String(text);
            cx.lastIndex = 0;
            if (cx.test(text)) {
                text = text.replace(cx, function (a) {
                    return '\\u' +
                        ('0000' + a.charCodeAt(0).toString(16)).slice(-4);
                });
            }

// In the second stage, we run the text against regular expressions that look
// for non-JSON patterns. We are especially concerned with '()' and 'new'
// because they can cause invocation, and '=' because it can cause mutation.
// But just to be safe, we want to reject all unexpected forms.

// We split the second stage into 4 regexp operations in order to work around
// crippling inefficiencies in IE's and Safari's regexp engines. First we
// replace the JSON backslash pairs with '@' (a non-JSON character). Second, we
// replace all simple value tokens with ']' characters. Third, we delete all
// open brackets that follow a colon or comma or that begin the text. Finally,
// we look to see that the remaining characters are only whitespace or ']' or
// ',' or ':' or '{' or '}'. If that is so, then the text is safe for eval.

            if (/^[\],:{}\s]*$/
                    .test(text.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g, '@')
                        .replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g, ']')
                        .replace(/(?:^|:|,)(?:\s*\[)+/g, ''))) {

// In the third stage we use the eval function to compile the text into a
// JavaScript structure. The '{' operator is subject to a syntactic ambiguity
// in JavaScript: it can begin a block or an object literal. We wrap the text
// in parens to eliminate the ambiguity.

                j = eval('(' + text + ')');

// In the optional fourth stage, we recursively walk the new structure, passing
// each name/value pair to a reviver function for possible transformation.

                return typeof reviver === 'function' ?
                    walk({'': j}, '') : j;
            }

// If the text is not JSON parseable, then a SyntaxError is thrown.

            throw new SyntaxError('JSON.parse');
        };
    }
}());
;

/**
 *  @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.paused = 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) {
          $('#views_slideshow_cycle_teaser_section_' + settings.vss_id).hover(function() {
            Drupal.viewsSlideshow.action({ "action": 'pause', "slideshowID": settings.slideshowId });
          }, function() {
            if (!settings.paused) {
              Drupal.viewsSlideshow.action({ "action": 'play', "slideshowID": settings.slideshowId });
            }
          });
        }

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

        if (typeof JSON != 'undefined') {
          var advancedOptions = JSON.parse(settings.advanced_options);
          for (var option in advancedOptions) {
            advancedOptions[option] = $.trim(advancedOptions[option]);
            advancedOptions[option] = advancedOptions[option].replace(/\n/g, '');
            if (!isNaN(parseInt(advancedOptions[option]))) {
              advancedOptions[option] = parseInt(advancedOptions[option]);
            }
            else if (advancedOptions[option].toLowerCase() == 'true') {
              advancedOptions[option] = true;
            }
            else if (advancedOptions[option].toLowerCase() == 'false') {
              advancedOptions[option] = false;
            }

            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 "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":
                settings.opts[option] = advancedOptions[option];
                break;

              // These process options that look like {top:50, bottom:20}
              case "animIn":
              case "animOut":
              case "cssBefore":
              case "cssAfter":
              case "shuffle":
                settings.opts[option] = eval('(' + advancedOptions[option] + ')');
                break;

              // These options have their own functions.
              case "after":
                // transition callback (scope set to element that was shown): function(currSlideElement, nextSlideElement, options, forwardFlag)
                settings.opts[option] = function(currSlideElement, nextSlideElement, options, forwardFlag) {
                  eval(advancedOptions[option]);
                }
                break;

              case "before":
                // transition callback (scope set to element to be shown):     function(currSlideElement, nextSlideElement, options, forwardFlag)
                settings.opts[option] = function(currSlideElement, nextSlideElement, options, forwardFlag) {
                  eval(advancedOptions[option]);
                }
                break;

              case "end":
                // callback invoked when the slideshow terminates (use with autostop or nowrap options): function(options)
                settings.opts[option] = function(options) {
                  eval(advancedOptions[option]);
                }
                break;

              case "fxFn":
                // function used to control the transition: function(currSlideElement, nextSlideElement, options, afterCalback, forwardFlag)
                settings.opts[option] = function(currSlideElement, nextSlideElement, options, afterCalback, forwardFlag) {
                  eval(advancedOptions[option]);
                }
                break;

              case "onPagerEvent":
                settings.opts[option] = function(zeroBasedSlideIndex, slideElement) {
                  eval(advancedOptions[option]);
                }
                break;

              case "onPrevNextEvent":
                settings.opts[option] = function(isNext, zeroBasedSlideIndex, slideElement) {
                  eval(advancedOptions[option]);
                }
                break;

              case "pagerAnchorBuilder":
                // callback fn for building anchor links:  function(index, DOMelement)
                settings.opts[option] = function(index, DOMelement) {
                  var returnVal = '';
                  eval(advancedOptions[option]);
                  return returnVal;
                }
                break;

              case "pagerClick":
                // callback fn for pager clicks:    function(zeroBasedSlideIndex, slideElement)
                settings.opts[option] = function(zeroBasedSlideIndex, slideElement) {
                  eval(advancedOptions[option]);
                }
                break;

              case "timeoutFn":
                settings.opts[option] = function(currSlideElement, nextSlideElement, options, forwardFlag) {
                  eval(advancedOptions[option]);
                }
                break;

              case "updateActivePagerLink":
                // callback fn invoked to update the active pager link (adds/removes activePagerClass style)
                settings.opts[option] = function(pager, currSlideIndex) {
                  eval(advancedOptions[option]);
                }
                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);
            });
          }
          else {
            Drupal.viewsSlideshowCycle.load(fullId);
          }
        }
        else {
          Drupal.viewsSlideshowCycle.load(fullId);
        }
      });
    }
  };

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

  // 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];
    $(settings.targetId).cycle(settings.opts);

    // Start Paused
    if (settings.start_paused) {
      Drupal.viewsSlideshow.action({ "action": 'pause', "slideshowID": settings.slideshowId });
    }

    // 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 && settings.paused) {
          Drupal.viewsSlideshow.action({ "action": 'play', "slideshowID": settings.slideshowId });
        }
        else if (!visible && !settings.paused) {
          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) {
    $('#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);
;
(function ($) {

$(document).ready(function() {

  // Accepts a string; returns the string with regex metacharacters escaped. The returned string
  // can safely be used at any point within a regex to match the provided literal string. Escaped
  // characters are [ ] { } ( ) * + ? - . , \ ^ $ # and whitespace. The character | is excluded
  // in this function as it's used to separate the domains names.
  RegExp.escapeDomains = function(text) {
    return (text) ? text.replace(/[-[\]{}()*+?.,\\^$#\s]/g, "\\$&") : '';
  }

  // Attach onclick event to document only and catch clicks on all elements.
  $(document.body).click(function(event) {
    // Catch the closest surrounding link of a clicked element.
    $(event.target).closest("a,area").each(function() {

      var ga = Drupal.settings.googleanalytics;
      // Expression to check for absolute internal links.
      var isInternal = new RegExp("^(https?):\/\/" + window.location.host, "i");
      // Expression to check for special links like gotwo.module /go/* links.
      var isInternalSpecial = new RegExp("(\/go\/.*)$", "i");
      // Expression to check for download links.
      var isDownload = new RegExp("\\.(" + ga.trackDownloadExtensions + ")$", "i");
      // Expression to check for the sites cross domains.
      var isCrossDomain = new RegExp("^(https?|ftp|news|nntp|telnet|irc|ssh|sftp|webcal):\/\/.*(" + RegExp.escapeDomains(ga.trackCrossDomains) + ")", "i");

      // Is the clicked URL internal?
      if (isInternal.test(this.href)) {
        // Is download tracking activated and the file extension configured for download tracking?
        if (ga.trackDownload && isDownload.test(this.href)) {
          // Download link clicked.
          var extension = isDownload.exec(this.href);
          _gaq.push(["_trackEvent", "Downloads", extension[1].toUpperCase(), this.href.replace(isInternal, '')]);
        }
        else if (isInternalSpecial.test(this.href)) {
          // Keep the internal URL for Google Analytics website overlay intact.
          _gaq.push(["_trackPageview", this.href.replace(isInternal, '')]);
        }
      }
      else {
        if (ga.trackMailto && $(this).is("a[href^=mailto:],area[href^=mailto:]")) {
          // Mailto link clicked.
          _gaq.push(["_trackEvent", "Mails", "Click", this.href.substring(7)]);
        }
        else if (ga.trackOutbound && this.href) {
          if (ga.trackDomainMode == 2 && isCrossDomain.test(this.href)) {
            // Top-level cross domain clicked. document.location is handled by _link internally.
            _gaq.push(["_link", this.href]);
          }
          else if (ga.trackOutboundAsPageview) {
            // Track all external links as page views after URL cleanup.
            // Currently required, if click should be tracked as goal.
            _gaq.push(["_trackPageview", '/outbound/' + this.href.replace(/^(https?|ftp|news|nntp|telnet|irc|ssh|sftp|webcal):\/\//i, '').split('/').join('--')]);
          }
          else {
            // External link clicked.
            _gaq.push(["_trackEvent", "Outbound links", "Click", this.href]);
          }
        }
      }
    });
  });
});

})(jQuery);
;

