// ---- 48dd87eac2_minify_jquery.hoverIntent.minified.js
(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 p=(e.type=="mouseover"?e.fromElement:e.toElement)||e.relatedTarget;while(p&&p!=this){try{p=p.parentNode;}catch(e){p=this;}}if(p==this){return false;}var ev=jQuery.extend({},e);var ob=this;if(ob.hoverIntent_t){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);}if(e.type=="mouseover"){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.mouseover(handleHover).mouseout(handleHover);};})(jQuery);;
// ---- 22ab073780_minify_jquery.flyoutnav.js
$(document).ready(function(){function naviHoverOver(){$(this).addClass("hover");$(this).find(".sub").stop().fadeTo('fast',1).show();}
function naviHoverOut(){$(this).removeClass("hover");$(this).find(".sub").stop().fadeTo('fast',0,function(){$(this).hide();});};var config={sensitivity:2,interval:100,over:naviHoverOver,timeout:500,out:naviHoverOut};$("#nav li .sub").css({'opacity':'0'});$("#nav-111").css({'width':'300px'});$(".hlist > li").hoverIntent(config);});;
// ---- b67d18f020_minify_cufon-yui.js
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}})());;
// ---- eb496216a8_minify_cufon.js
Cufon.replace('h1, #main h2, #main h3, #main h4, #main h5, .stage a, #footer h4',{fontFamily:'DTLHaarlemmerD'});Cufon.replace('.hlist > li > a, #start #main h2',{fontFamily:'DTLHaarlemmerDCaps'});;
// ---- 44b4e8ebd3_minify_DTLHaarlemmerD_500-DTLHaarlemmerD_700.font.js
Cufon.registerFont({"w":550,"face":{"font-family":"DTLHaarlemmerD","font-weight":500,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 6 3 0 0 0 0 0 0","ascent":"800","descent":"-200","x-height":"9","bbox":"-5 -924 998 292","underline-thickness":"20","underline-position":"-133","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":200},"!":{"d":"145,-674v34,-3,60,28,56,63r-42,414v-1,7,-5,11,-14,11v-9,0,-13,-4,-14,-11r-36,-328v-9,-81,-18,-143,50,-149xm143,-110v30,0,57,27,57,57v0,30,-27,56,-57,56v-30,0,-57,-26,-57,-56v0,-30,27,-57,57,-57","w":285},"\"":{"d":"316,-713r-38,236r-20,0r-38,-236v28,-12,68,-13,96,0xm146,-713r-38,236r-20,0r-38,-236v28,-12,68,-13,96,0","w":366},"#":{"d":"677,-435r-180,0r-31,175r162,0r0,46r-169,0r-38,218r-56,0r37,-218r-165,0r-38,218r-56,0r37,-218r-161,0r0,-46r169,0r30,-175r-172,0r0,-46r180,0r34,-196r57,0r-34,196r165,0r34,-196r57,0r-34,196r172,0r0,46xm440,-435r-165,0r-31,175r166,0","w":696},"$":{"d":"66,-498v-5,-111,90,-181,203,-180r0,-52r35,0r0,52v51,3,101,18,136,38r16,-33r20,0r9,197r-24,0v-22,-103,-39,-166,-157,-171r0,264v90,48,213,61,213,197v0,114,-95,195,-213,195r0,71r-35,0r0,-70v-69,-2,-147,-26,-183,-54r-17,44r-20,0r-3,-80r-13,-152r24,0v21,93,38,166,123,193v27,9,56,16,89,17r0,-274v-95,-47,-197,-73,-203,-202xm269,-648v-78,-2,-132,39,-132,110v0,91,53,98,132,140r0,-250xm304,-22v101,-1,168,-59,143,-154v-17,-63,-79,-78,-143,-106r0,260"},"%":{"d":"422,-633v98,-4,140,-34,195,-89r30,17r-473,914r-33,-16r441,-851v-50,57,-183,62,-256,36v35,32,52,72,52,119v0,87,-79,159,-167,159v-93,0,-167,-67,-167,-157v0,-89,78,-165,172,-165v40,0,161,35,206,33xm600,-239v91,0,161,69,161,160v0,86,-74,162,-169,162v-91,0,-167,-67,-167,-156v0,-91,78,-166,175,-166xm212,-369v71,0,97,-59,97,-133v1,-72,-26,-137,-94,-139v-76,-2,-101,63,-102,139v0,69,32,133,99,133xm596,58v70,0,97,-65,97,-139v1,-72,-28,-131,-97,-133v-76,-2,-98,67,-99,143v0,68,32,129,99,129","w":786},"&":{"d":"573,-136v70,53,112,116,224,104r2,19v-117,36,-190,37,-288,-51v-59,49,-128,73,-207,73v-132,0,-239,-65,-239,-173v0,-93,72,-161,151,-210v-49,-61,-74,-112,-74,-153v0,-92,81,-153,179,-153v75,0,154,44,149,117v-6,93,-90,123,-155,163v23,27,62,68,115,125v32,35,60,63,83,85r35,33v18,-39,39,-88,39,-141v0,-61,-46,-61,-99,-63r0,-20v9,3,200,2,249,0r0,20v-114,-8,-101,77,-138,168xm312,-653v-49,-1,-91,32,-90,81v0,39,25,89,75,150v55,-27,105,-77,105,-139v0,-59,-36,-91,-90,-92xm155,-216v0,177,220,234,332,132v-82,-74,-175,-179,-253,-269v-53,35,-79,80,-79,137","w":812},"(":{"d":"155,-224v-1,216,56,375,155,495r-14,13v-124,-106,-234,-321,-234,-507v0,-194,113,-404,234,-507r14,13v-100,124,-155,274,-155,493","w":336},")":{"d":"40,-730v122,104,234,312,234,507v0,186,-109,401,-234,507r-14,-13v99,-120,156,-279,155,-495v0,-218,-55,-370,-155,-493","w":336},"*":{"d":"390,-438r-10,19r-132,-53r-19,143r-24,0r-19,-143r-132,53r-10,-19r112,-88r-112,-88r10,-17r133,53r20,-142r20,0r20,142r133,-53r10,17r-113,89","w":434},"+":{"d":"482,-312v0,-1,-60,-1,-180,-1r1,188r-61,0v1,0,1,-63,1,-188r-175,1r0,-57v0,1,58,1,175,1r-1,-181r61,0v-1,0,-1,60,-1,181r180,-1r0,57","w":549},",":{"d":"112,-106v72,3,79,104,48,163v-26,50,-57,80,-99,105r-14,-17v40,-23,93,-76,72,-132v-10,-8,-31,-9,-42,-18v-39,-32,-19,-104,35,-101","w":230},"-":{"d":"275,-191v-8,-2,-180,-1,-224,0r0,-69v8,2,180,1,224,0r0,69","w":326},".":{"d":"115,-109v30,0,56,26,56,56v0,30,-26,56,-56,56v-30,0,-56,-26,-56,-56v0,-30,26,-56,56,-56","w":230},"\/":{"d":"275,-720r-176,1000r-51,0r176,-1000r51,0","w":323},"0":{"d":"289,-680v172,0,216,158,216,332v0,128,-32,237,-99,304v-35,37,-77,55,-126,55v-273,1,-296,-496,-122,-639v39,-32,81,-52,131,-52xm416,-323v0,-220,-44,-330,-132,-330v-131,0,-145,173,-145,313v0,122,15,234,75,296v18,19,41,28,66,28v91,0,136,-102,136,-307"},"1":{"d":"428,0v-12,-3,-234,-1,-292,0r0,-20v45,-6,98,6,98,-50r0,-484v0,-60,-65,-32,-107,-26r-3,-22r106,-36r102,-42r-3,344v0,112,2,201,2,266v0,51,53,45,97,50r0,20"},"2":{"d":"264,-680v124,-3,221,113,172,241v-55,144,-172,241,-261,358v16,2,257,1,320,0r0,81v-15,-2,-355,-1,-443,0v25,-16,179,-191,252,-294v24,-34,51,-106,51,-166v0,-90,-53,-147,-132,-147v-71,0,-119,41,-144,123r-17,-15v20,-97,96,-179,202,-181"},"3":{"d":"322,-377v79,15,172,90,172,186v0,120,-107,199,-232,199v-59,0,-108,-10,-146,-30v-38,-20,-56,-41,-56,-64v0,-37,41,-48,60,-25v16,20,37,54,64,69v95,53,226,3,218,-114v-7,-103,-92,-153,-176,-176v57,-47,123,-77,123,-176v0,-71,-45,-113,-115,-113v-57,0,-97,30,-120,89r-16,-15v23,-70,85,-133,185,-133v82,0,156,52,154,130v-2,82,-71,133,-115,173"},"4":{"d":"536,-281r-41,76r-96,-1v5,55,-10,133,13,169v15,15,51,13,77,17r0,20v-16,-3,-216,-1,-272,0r0,-20v43,-5,92,3,92,-50r1,-136r-297,1v30,-34,226,-285,304,-377v48,-57,76,-90,83,-100r-1,401r137,0xm310,-281r0,-245r-194,245r194,0"},"5":{"d":"250,-22v92,0,143,-67,144,-152v0,-120,-89,-187,-266,-200v14,-70,30,-209,41,-299v19,2,244,1,307,0r0,78v-8,-2,-229,-1,-286,0r-18,138v156,24,308,70,308,245v0,123,-99,218,-239,218v-69,0,-172,-28,-177,-81v-2,-26,35,-47,54,-27v34,35,63,80,132,80"},"6":{"d":"298,-434v119,0,204,91,204,201v0,123,-88,240,-213,237v-144,-4,-227,-116,-227,-278v0,-246,157,-445,408,-398r-4,22v-82,-14,-169,15,-216,72v-42,52,-72,114,-85,192v26,-24,79,-48,133,-48xm293,-23v88,0,119,-78,118,-178v0,-100,-36,-197,-132,-196v-49,0,-88,15,-118,45v-18,147,-7,329,132,329"},"7":{"d":"513,-673r-315,683r-39,-11r270,-586v-16,-2,-278,-1,-346,0r0,-86v13,2,345,1,430,0"},"8":{"d":"288,-680v97,0,192,49,192,139v0,61,-50,118,-151,171v66,42,127,69,158,136v60,130,-70,245,-206,241v-125,-4,-224,-41,-224,-153v0,-68,52,-132,157,-191v-65,-45,-119,-85,-123,-183v-4,-97,95,-160,197,-160xm284,-650v-66,0,-122,37,-118,101v6,85,64,113,137,161v70,-30,105,-80,105,-151v0,-70,-55,-111,-124,-111xm282,-21v95,0,174,-83,122,-171v-35,-60,-105,-92,-164,-130v-69,35,-104,90,-104,166v1,79,58,135,146,135"},"9":{"d":"284,-677v149,0,218,127,218,284v0,256,-153,445,-425,388r4,-22v146,22,251,-31,291,-141v12,-32,23,-68,29,-110v-26,21,-79,41,-130,41v-123,0,-208,-88,-208,-209v0,-124,93,-231,221,-231xm153,-463v0,99,44,193,139,192v45,0,83,-14,114,-41v4,-25,6,-64,6,-116v1,-120,-36,-223,-136,-223v-86,0,-123,88,-123,188"},":":{"d":"120,-440v30,0,56,26,56,56v0,30,-26,56,-56,56v-30,0,-56,-26,-56,-56v0,-30,26,-56,56,-56xm120,-109v30,0,56,26,56,56v0,30,-26,56,-56,56v-30,0,-56,-26,-56,-56v0,-30,26,-56,56,-56","w":240},";":{"d":"117,-440v30,0,56,26,56,56v0,30,-26,56,-56,56v-30,0,-56,-26,-56,-56v0,-30,26,-56,56,-56xm117,-106v72,3,77,104,47,163v-26,50,-57,79,-98,105r-14,-17v40,-23,93,-76,72,-132v-10,-8,-31,-9,-42,-18v-39,-32,-19,-104,35,-101","w":240},"<":{"d":"482,-125r-414,-187r0,-57r414,-187r0,57r-351,158r351,159r0,57","w":549},"=":{"d":"482,-399v-12,-2,-332,-1,-414,0r0,-57v18,2,332,1,414,0r0,57xm482,-224v-12,-2,-332,-1,-414,0r0,-57v18,2,332,1,414,0r0,57","w":549},">":{"d":"481,-311r-414,187r0,-57r351,-158r-351,-159r0,-57r414,187r0,57","w":549},"?":{"d":"146,-677v119,0,239,69,236,193v-2,97,-86,131,-164,154v-49,14,-94,59,-58,116r12,27r-26,7v-34,-53,-75,-177,4,-215v23,-11,48,-21,75,-31v70,-27,106,-61,106,-106v1,-46,-39,-82,-86,-82v-40,0,-92,31,-126,30v-40,0,-60,-15,-60,-44v0,-34,44,-49,87,-49xm161,-110v30,0,57,27,57,57v0,30,-27,56,-57,56v-30,0,-57,-26,-57,-56v0,-30,27,-57,57,-57","w":426},"@":{"d":"507,-680v224,0,390,106,391,314v1,200,-145,335,-356,330v-23,0,-34,-6,-34,-19v0,-17,5,-58,15,-125v-40,53,-130,145,-207,145v-29,0,-40,-51,-38,-88v9,-172,123,-373,319,-309v16,-7,33,-14,51,-20v-17,58,-63,267,-66,344v0,25,11,37,34,37v138,0,200,-110,200,-277v0,-196,-125,-303,-314,-303v-252,0,-364,179,-370,427v-5,207,121,372,327,370v124,-1,232,-37,298,-90r8,24v-72,58,-188,98,-323,99v-229,2,-399,-174,-399,-409v0,-264,196,-450,464,-450xm570,-393v-27,-23,-102,-37,-130,-1v-47,39,-92,162,-92,246v0,76,54,52,92,22v23,-19,53,-51,89,-95","w":944},"A":{"d":"720,0v-13,-5,-207,-2,-258,0r0,-20v31,-5,72,0,74,-29v-5,-30,-69,-173,-89,-225v-4,-2,-175,-1,-219,0v-21,49,-77,185,-79,215v-2,28,39,38,76,39r0,20v-9,-5,-157,-3,-203,0r0,-20v43,-3,64,-18,83,-59v20,-42,280,-671,254,-609r23,0r230,556v24,52,24,55,47,88v16,23,32,19,61,24r0,20xm435,-304r-99,-235r-95,235r194,0","w":733},"B":{"d":"516,-527v0,93,-71,138,-138,164v103,21,201,54,205,174v4,118,-114,192,-234,191r-320,-2r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-44,-45,-90,-50r0,-20v2,1,210,1,260,0v143,0,235,32,235,146xm269,-363v98,1,146,-51,146,-142v0,-80,-53,-143,-140,-139r-68,2r-1,277v0,1,21,2,63,2xm315,-28v101,2,160,-50,160,-148v0,-135,-117,-164,-269,-158r2,238v3,63,36,67,107,68","w":640},"C":{"d":"454,-646v-189,0,-290,120,-285,313v5,187,103,311,302,311v143,0,187,-51,208,-159r20,0r-25,175r-72,8v-47,6,-94,9,-141,9v-236,4,-399,-121,-399,-342v0,-216,164,-347,393,-347v80,0,153,18,219,5r4,184r-21,0v-15,-111,-59,-157,-203,-157","w":760},"D":{"d":"21,-673v108,6,419,-11,510,20v117,40,218,144,212,296v-9,228,-135,360,-375,357r-205,-2r-134,2r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-44,-45,-90,-50r0,-20xm349,-31v199,0,288,-107,288,-307v0,-198,-109,-307,-323,-303r-107,4v-1,10,-2,501,1,544v4,69,63,62,141,62","w":805},"E":{"d":"427,-36v117,5,132,-52,160,-140r20,0r-37,178r-54,-3r-487,1r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-44,-45,-90,-50r0,-20r288,1v138,0,216,-2,235,-6r10,168r-20,0v-23,-95,-13,-128,-112,-128r-215,0v-1,0,-1,90,-1,271r135,0v109,0,120,-12,129,-108r20,0v-3,15,-1,198,0,249r-20,0v-5,-97,-26,-108,-129,-108r-135,0v0,121,-1,200,2,237v5,69,22,61,105,61r114,0","w":649},"F":{"d":"321,-367v109,0,120,-12,129,-108r20,0v-3,16,-1,200,0,252r-20,0v0,-41,-11,-91,-42,-102v-37,-13,-142,-8,-202,-9v0,107,2,195,2,264v0,52,56,41,100,50r0,20v-6,-3,-223,-2,-279,0r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-44,-45,-90,-50r0,-20r268,1v138,0,216,-2,235,-6r10,168r-20,0v-23,-95,-13,-128,-112,-128r-195,0v-1,0,-1,90,-1,271r115,0","w":554},"G":{"d":"461,-20v107,0,145,-3,145,-99v0,-43,2,-135,-8,-147v-7,-19,-57,-21,-87,-24r0,-20v8,3,224,2,280,0r0,20v-32,4,-76,4,-85,29v-8,23,-6,236,-6,250v-27,-1,-218,22,-249,22v-193,0,-300,-61,-359,-184v-20,-43,-30,-89,-30,-138v0,-236,142,-360,387,-367v81,-2,191,26,254,5r4,184r-21,0v-23,-131,-70,-155,-235,-155v-186,0,-281,124,-282,302v0,196,97,322,292,322","w":829},"H":{"d":"776,0v-9,-3,-216,-2,-269,0r0,-20v40,-5,82,1,82,-50v0,-32,2,-120,2,-263v-14,-2,-309,-1,-385,0v0,111,2,199,2,263v0,49,47,45,90,50r0,20v-9,-3,-216,-2,-269,0r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-40,-46,-82,-50r0,-20v11,3,216,1,269,0r0,20v-42,6,-90,1,-90,50v0,59,-2,136,-2,233v14,2,309,1,385,0v-4,-155,11,-204,-9,-262v-8,-23,-47,-16,-75,-21r0,-20v11,3,216,1,269,0r0,20v-42,6,-90,1,-90,50v0,65,-2,154,-2,267v0,112,2,201,2,266v0,49,47,45,90,50r0,20","w":797},"I":{"d":"298,0v-9,-3,-216,-2,-269,0r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-40,-46,-82,-50r0,-20v11,3,216,1,269,0r0,20v-42,6,-90,1,-90,50v0,65,-2,154,-2,267v0,112,2,201,2,266v0,49,47,45,90,50r0,20","w":319},"J":{"d":"308,-653v-42,6,-90,1,-90,50r0,533v1,193,-73,299,-194,360r-7,-17v95,-47,105,-197,105,-342v0,-7,-1,-512,-1,-534v0,-50,-47,-46,-94,-50r0,-20v7,3,225,2,281,0r0,20","w":321},"K":{"d":"736,0r-304,-1r0,-19v35,1,93,-1,60,-38v-30,-34,-85,-86,-122,-120r-164,-150v0,108,2,194,2,258v0,49,47,45,90,50r0,20v-9,-3,-216,-2,-269,0r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-40,-46,-82,-50r0,-20v11,3,216,1,269,0r0,20v-42,6,-90,1,-90,50v0,65,-2,155,-2,269v90,-81,179,-174,258,-264v27,-30,20,-51,-31,-54r-24,-1r0,-20v1,3,188,2,233,0r0,20v-115,-2,-149,82,-210,145r-134,138r330,307v36,30,62,43,108,43r0,20","w":736},"L":{"d":"384,-37v125,-4,126,-31,165,-139r20,0r-37,178r-54,-3r-449,1r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-40,-46,-82,-50r0,-20v12,3,219,1,273,0r0,20v-45,4,-93,-2,-94,50v-1,33,-4,122,-2,267r3,238v5,59,13,61,79,61r96,0","w":607},"M":{"d":"741,-673v30,2,141,0,185,0r0,20v-43,3,-90,1,-90,50v0,65,-2,154,-2,267v0,112,2,201,2,266v0,49,47,45,90,50r0,20v-9,-3,-216,-2,-269,0r0,-20v40,-5,82,1,82,-50v0,-33,2,-478,1,-519r-293,589r-8,0r-287,-583r2,502v0,55,44,58,99,61r0,20v-5,-3,-179,-2,-223,0r0,-20v48,2,81,-12,81,-59r2,-528v1,-33,-40,-46,-91,-46r0,-20r193,0r134,279r126,253","w":947},"N":{"d":"22,-673r184,0r436,509r-2,-428v-1,-55,-43,-58,-99,-61r0,-20v5,3,177,2,221,0r0,20v-48,-1,-81,11,-81,59r-3,603r-16,0v-3,-6,-394,-459,-509,-594r2,504v0,54,45,59,99,61r0,20v-6,-3,-179,-2,-224,0r0,-20v48,1,81,-11,81,-59r2,-528v1,-33,-40,-46,-91,-46r0,-20","w":783},"O":{"d":"398,-680v213,0,339,131,341,332v2,190,-138,357,-331,357v-194,0,-346,-152,-346,-349v0,-183,151,-340,336,-340xm170,-342v0,171,80,320,243,319v147,0,220,-104,220,-312v0,-168,-64,-315,-234,-315v-164,0,-229,130,-229,308","w":806},"P":{"d":"162,-672v182,0,377,-7,377,162v0,121,-100,206,-229,207v-29,0,-64,-3,-104,-8v0,101,2,181,2,241v0,40,57,47,100,50r0,20v-6,-3,-223,-2,-279,0r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-44,-45,-90,-50r0,-20v0,1,47,1,141,1xm304,-332v89,1,135,-69,135,-161v0,-126,-100,-164,-231,-150v-1,65,-2,166,-2,301v30,7,63,10,98,10","w":564},"Q":{"d":"531,-14v66,95,151,200,275,204v-5,10,5,21,-17,21v-186,0,-302,-101,-381,-202v-195,3,-346,-150,-346,-349v0,-183,151,-340,336,-340v213,0,340,131,341,332v0,156,-90,290,-208,334xm170,-342v0,171,80,320,243,319v147,0,220,-104,220,-312v0,-168,-64,-315,-234,-315v-164,0,-229,130,-229,308","w":806},"R":{"d":"538,-513v0,102,-76,157,-141,193r104,124v57,65,99,111,129,136v40,33,47,43,91,40v5,40,-11,17,-79,24v-104,9,-127,-34,-168,-86r-53,-67r-101,-135v-13,-16,-80,-15,-114,-18v0,89,2,167,2,232v0,47,48,46,90,50r0,20v-9,-3,-216,-2,-269,0r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-44,-45,-90,-50r0,-20v14,2,234,1,292,0v137,-4,225,49,225,160xm435,-494v-2,-92,-56,-150,-155,-150r-73,1r-1,311v64,-1,132,24,173,-15v38,-35,58,-72,56,-147","w":721},"S":{"d":"305,-647v-143,0,-188,145,-87,211v93,61,237,78,287,177v73,145,-81,269,-230,269v-66,0,-134,-21,-198,-12r-32,-188r20,0v28,101,77,168,209,168v114,0,185,-65,154,-170v-73,-114,-277,-110,-332,-236v-60,-138,54,-250,208,-250v46,0,138,20,178,10v-3,35,2,127,3,170r-20,0v-11,-93,-51,-149,-160,-149","w":584},"T":{"d":"525,-673v55,-2,71,5,86,-23r10,0r8,186r-20,0v-8,-55,-16,-115,-64,-123v-25,-4,-131,-4,-178,-3v-1,67,-2,167,-2,300v0,112,2,201,2,266v0,51,51,43,94,50r0,20v-12,-3,-229,-1,-285,0r0,-20v40,-9,94,6,94,-50v0,-33,2,-122,2,-267v0,-129,-1,-228,-2,-299v-24,1,-163,-8,-184,6v-43,11,-47,68,-56,120r-20,0r8,-186r10,0v12,26,37,23,84,23r413,0","w":639},"U":{"d":"402,15v-186,0,-303,-59,-303,-234r-1,-384v2,-49,-40,-46,-82,-50r0,-20v11,3,216,1,269,0r0,20v-42,6,-90,1,-90,50v0,98,-3,157,-3,177v0,107,1,175,2,204v3,127,81,197,207,198v147,0,224,-64,223,-191r-2,-377v0,-56,-43,-58,-99,-61r0,-20v2,3,181,2,225,0r0,20v-48,-1,-79,11,-81,59v-1,15,1,349,-4,410v-11,137,-118,199,-261,199","w":764},"V":{"d":"663,-653v-53,0,-65,24,-82,67r-245,615r-255,-636v-12,-34,-31,-46,-76,-46r0,-20v11,3,210,1,262,0r0,20v-35,6,-87,-3,-81,37v11,76,57,160,85,230r98,241r155,-394v19,-46,33,-110,-37,-112r-31,-2r0,-20v2,3,167,2,207,0r0,20","w":668},"W":{"d":"998,-653v-52,1,-65,24,-82,67r-245,615r-168,-421r-167,421r-255,-636v-12,-35,-31,-46,-76,-46r0,-20v11,3,210,1,262,0r0,20v-35,6,-83,-3,-81,37v47,162,126,319,185,472r115,-290r-70,-173v-15,-37,-35,-47,-76,-46r0,-20v11,3,210,1,262,0r0,20v-35,6,-87,-3,-81,37v10,73,57,162,85,230r98,241r158,-403v21,-45,19,-104,-40,-103r-31,-2r0,-20v2,3,167,2,207,0r0,20","w":1003},"X":{"d":"721,-1v-16,-3,-216,-1,-272,0r0,-20v27,-1,75,-2,69,-25v-14,-53,-34,-60,-90,-140r-83,-117v-43,59,-170,212,-174,252v-3,25,38,32,71,31r0,20v-6,-3,-178,-2,-222,0r0,-20v47,1,66,-11,100,-47v20,-22,159,-204,204,-264r-101,-144v-80,-109,-83,-128,-129,-167v-10,-7,-32,-9,-50,-11r0,-20v17,3,211,1,265,0r0,20v-27,1,-72,4,-69,25v33,70,102,150,145,216v36,-47,141,-180,143,-211v2,-25,-38,-31,-71,-30r0,-20v6,3,177,2,221,0r0,20v-66,0,-83,22,-118,67r-155,203r238,329v22,24,41,32,78,33r0,20","w":731},"Y":{"d":"682,-653v-78,2,-97,49,-136,99r-159,205v0,118,2,211,2,279v0,51,51,43,94,50r0,20v-12,-3,-229,-1,-285,0r0,-20v40,-9,94,6,94,-50v0,-31,2,-114,2,-250r-93,-132v-80,-109,-121,-165,-124,-168v-19,-22,-39,-31,-72,-33r0,-20v18,3,211,1,266,0r0,20v-27,1,-73,6,-69,25v15,54,29,60,82,133r85,118r127,-167v22,-30,78,-105,-5,-108r-26,-1r0,-20v2,3,175,2,217,0r0,20","w":687},"Z":{"d":"584,0r-541,0v17,-19,348,-499,442,-633v-108,2,-226,-9,-324,5v-60,9,-63,63,-76,122r-20,0r10,-173v17,5,38,7,62,7r487,-1r-435,635r242,1v140,8,187,-33,215,-141r20,0r-37,181v0,-2,-15,-3,-45,-3","w":719},"[":{"d":"337,280v-8,-2,-183,-1,-228,0r0,-1000v8,2,183,1,228,0r0,36r-141,0r0,928r141,0r0,36","w":364},"\\":{"d":"275,280r-51,0r-176,-1000r51,0","w":323},"]":{"d":"255,280v-8,-2,-183,-1,-228,0r0,-36r141,0r0,-928r-141,0r0,-36v8,2,183,1,228,0r0,1000","w":364},"^":{"d":"291,-437r-66,0r-79,-178r-80,178r-63,0r106,-236r76,0","w":294},"_":{"d":"500,181r-500,0r0,-48r500,0r0,48","w":500},"a":{"d":"361,-352r-4,248v-4,69,58,61,94,34r9,14v-35,40,-138,101,-174,22r-6,-14v-28,24,-78,55,-127,57v-53,2,-116,-54,-111,-108v9,-104,124,-137,235,-144v1,0,2,-31,2,-93v0,-86,-96,-115,-131,-44v-15,30,-23,46,-58,48v-19,1,-30,-16,-30,-34v10,-50,102,-79,168,-79v89,0,133,31,133,93xm142,-180v-54,51,4,136,72,136v23,0,44,-8,62,-25r1,-151v-55,5,-104,11,-135,40","w":457},"b":{"d":"323,-446v106,0,172,90,172,204v0,162,-146,294,-323,238v-44,-14,-62,-20,-91,-36v2,0,3,-102,3,-305v0,-159,-1,-245,-1,-260v0,-53,-25,-63,-74,-64r0,-18r88,-16r73,-17v-1,0,-2,111,-2,332v63,-39,115,-58,155,-58xm213,-29v115,44,192,-53,192,-176v0,-118,-65,-221,-187,-183v-25,7,-34,13,-50,23r0,302v13,15,22,25,45,34","w":545},"c":{"d":"144,-360v-73,146,26,372,204,296v33,-14,48,-24,69,-41r11,18v-69,64,-137,96,-205,96v-96,0,-183,-100,-183,-214v0,-148,92,-241,243,-241v56,0,127,14,135,52v0,21,-27,36,-52,35v-25,5,-109,-64,-151,-53v-31,8,-55,22,-71,52","w":438},"d":{"d":"40,-202v0,-171,151,-291,324,-227v-4,-116,13,-167,-12,-223v-7,-16,-39,-15,-63,-17r0,-18r161,-33r0,631v-2,58,23,65,75,61r0,18r-162,19r0,-56v-53,37,-102,56,-145,56v-107,0,-178,-95,-178,-211xm126,-232v0,152,123,237,237,159r1,-306v-19,-21,-57,-40,-100,-39v-96,2,-138,80,-138,186","w":536},"e":{"d":"121,-261v-5,120,61,209,168,211v46,0,90,-18,132,-55r11,18v-70,64,-137,96,-202,96v-103,0,-190,-99,-190,-214v0,-135,80,-238,196,-241v123,-3,178,78,188,186xm332,-290v0,-67,-34,-132,-104,-129v-66,2,-102,65,-105,129r209,0","w":459},"f":{"d":"356,-723v35,1,80,6,80,33v0,28,-34,49,-65,49v-39,0,-68,-36,-102,-36v-20,0,-36,10,-49,29v-20,32,-30,106,-30,222r129,0r0,43r-129,0r1,312v-2,57,58,40,110,51r0,20v-7,-3,-209,-2,-269,0r0,-20v39,-6,72,0,72,-51r0,-311r-66,0v11,-16,22,-31,35,-45r31,0v7,-155,80,-303,252,-296","w":337},"g":{"d":"406,-329v48,136,-63,258,-205,234v-66,13,-82,58,-23,71v113,26,294,-15,294,114v0,114,-138,196,-261,196v-83,0,-177,-34,-174,-113v2,-57,69,-100,112,-122v-30,-2,-93,-32,-90,-71v3,-39,76,-72,110,-83v-63,-22,-122,-83,-122,-163v0,-126,146,-225,272,-160r151,0r0,43r-100,0v15,16,25,26,36,54xm242,-119v64,0,90,-56,90,-122v1,-85,-30,-181,-105,-181v-63,0,-93,58,-93,130v0,79,32,173,108,173xm112,147v0,147,289,122,296,-9v4,-79,-150,-75,-238,-82v-31,25,-58,42,-58,91","w":500},"h":{"d":"462,-310r0,239v-4,49,38,47,80,51r0,20v-6,-3,-192,-2,-239,0r0,-20v39,-6,72,1,72,-51v0,-25,2,-60,2,-106v1,-124,9,-214,-94,-214v-41,0,-77,13,-107,38v0,165,1,259,1,282v0,51,38,46,80,51r0,20v-6,-3,-192,-2,-239,0r0,-20v39,-6,72,0,72,-51r0,-534v0,-53,-25,-62,-74,-64r0,-18r88,-16r73,-17v-1,0,-1,115,-1,344v63,-47,119,-70,168,-70v70,1,118,56,118,136","w":549},"i":{"d":"139,-673v30,0,56,26,56,56v0,30,-26,56,-56,56v-30,0,-56,-26,-56,-56v0,-30,26,-56,56,-56xm263,0v-6,-3,-192,-2,-239,0r0,-20v39,-6,72,0,72,-51r0,-260v2,-53,-25,-63,-74,-64r0,-18r88,-16r73,-17v3,29,-12,386,9,410v11,13,48,13,71,16r0,20","w":268},"j":{"d":"134,-667v30,0,56,26,56,56v0,30,-26,56,-56,56v-30,0,-56,-26,-56,-56v0,-30,26,-56,56,-56xm178,-446r-2,462v0,123,-54,215,-161,276r-10,-16v61,-50,85,-93,85,-211r1,-396v2,-53,-25,-63,-74,-64r0,-18r88,-16","w":258},"k":{"d":"507,0v-8,-3,-172,-1,-214,0r0,-20v14,-1,35,-2,34,-17v0,-7,-24,-38,-73,-93v-47,-54,-73,-84,-78,-89v4,115,-9,136,10,183v9,12,43,13,65,16r0,20v-8,-3,-187,-2,-233,0r0,-20v39,-6,72,0,72,-51r0,-534v0,-53,-25,-63,-74,-64r0,-18r88,-16r73,-17r-1,492v42,-43,147,-129,163,-170v2,-16,-31,-18,-50,-19r0,-20v6,2,154,1,192,0r0,20v-92,2,-118,52,-164,97r-64,62r179,203v26,24,44,34,75,35r0,20","w":507},"l":{"d":"257,0v-6,-3,-192,-2,-239,0r0,-20v39,-6,72,0,72,-51r0,-534v0,-53,-25,-63,-74,-64r0,-18r88,-16r73,-17r0,649v-4,51,38,46,80,51r0,20","w":262},"m":{"d":"749,-310r0,239v-4,49,38,47,80,51r0,20v-6,-3,-192,-2,-239,0r0,-20v39,-6,72,1,72,-51v0,-25,2,-60,2,-106v1,-124,9,-214,-94,-214v-31,0,-67,12,-107,37v10,74,4,203,4,283v0,50,38,47,80,51r0,20v-6,-3,-192,-2,-239,0r0,-20v39,-6,72,1,72,-51v0,-25,2,-60,2,-106v1,-123,10,-214,-93,-214v-41,0,-77,12,-106,37r0,283v-4,51,38,46,80,51r0,20v-6,-3,-192,-2,-239,0r0,-20v39,-6,72,0,72,-51r0,-260v2,-53,-25,-63,-74,-64r0,-18r88,-16r73,-17r-1,70v63,-47,119,-70,168,-70v53,0,92,33,107,74v50,-38,97,-74,174,-74v70,0,118,56,118,136","w":836},"n":{"d":"468,-310r0,239v-4,49,38,47,80,51r0,20v-6,-3,-192,-2,-239,0r0,-20v39,-6,72,1,72,-51v0,-25,2,-60,2,-106v1,-124,9,-214,-94,-214v-41,0,-77,12,-106,37v4,34,-14,288,9,318v11,14,47,13,71,16r0,20v-6,-3,-192,-2,-239,0r0,-20v39,-6,72,0,72,-51r0,-260v2,-53,-25,-63,-74,-64r0,-18r88,-16r73,-17r-1,70v63,-47,119,-70,168,-70v70,1,118,56,118,136","w":555},"o":{"d":"276,-446v129,0,231,99,231,227v0,124,-99,228,-228,228v-132,0,-239,-93,-239,-218v0,-137,93,-237,236,-237xm281,-16v101,0,136,-62,133,-179v-3,-109,-34,-225,-146,-225v-90,0,-135,57,-135,172v-1,119,41,232,148,232","w":547},"p":{"d":"328,-446v107,0,180,95,180,211v0,175,-162,303,-326,218v4,159,-10,196,10,255v11,14,50,13,75,16r0,20v-5,-3,-195,-2,-243,0r0,-20v39,-6,72,0,72,-51v0,-19,1,-528,0,-534v2,-54,-24,-63,-74,-64r0,-18r88,-16r73,-17r-1,57v53,-38,101,-57,146,-57xm182,-78v13,32,61,61,113,61v86,0,127,-60,127,-180v0,-117,-72,-230,-196,-191v-24,7,-31,13,-44,24r0,286","w":553},"q":{"d":"45,-202v0,-175,151,-292,325,-225r78,-40r0,670v-4,51,32,45,72,51r0,20v-12,-3,-195,-1,-243,0r0,-20v42,-5,84,2,84,-51r0,-252v-30,27,-86,58,-143,58v-107,0,-173,-95,-173,-211xm130,-232v0,148,116,240,232,160r0,-307v-18,-22,-56,-40,-99,-40v-95,2,-133,82,-133,187","w":528},"r":{"d":"314,-446v26,-2,55,22,55,44v2,25,-37,76,-64,73v-26,-3,-26,-40,-54,-40v-22,0,-45,36,-69,108v0,103,1,166,1,190v0,57,58,40,110,51r0,20v-7,-3,-209,-2,-269,0r0,-20v39,-6,72,0,72,-51r0,-260v2,-53,-25,-63,-74,-64r0,-18r88,-16r73,-17v-1,0,-1,43,-1,130v21,-62,58,-126,132,-130","w":390},"s":{"d":"214,-444v41,0,90,18,122,5r4,137r-20,0v-7,-71,-41,-114,-106,-114v-88,0,-109,68,-66,114v50,53,212,59,212,172v0,89,-85,138,-170,138v-46,0,-93,-20,-136,-10r-10,-143r20,0v6,80,46,126,129,126v71,0,123,-73,74,-121v-50,-50,-212,-58,-212,-179v0,-79,78,-125,159,-125","w":402},"t":{"d":"159,-174v0,92,0,127,66,127v23,0,48,-11,73,-33r10,18v-46,45,-91,67,-136,67v-72,0,-99,-47,-98,-140r4,-248r-62,0r77,-74r72,-79r-2,110r144,0r0,42r-144,0","w":326},"u":{"d":"168,-259v0,125,-16,213,88,213v33,0,67,-11,103,-34r-1,-251v2,-53,-25,-63,-74,-64r0,-18r88,-16r73,-17r1,357v-3,56,22,66,75,61r0,18r-162,19r0,-67v-57,45,-113,67,-166,67v-78,0,-111,-55,-111,-146r1,-194v2,-53,-25,-63,-74,-64r0,-18r88,-16r73,-17v-1,0,-2,62,-2,187","w":532},"v":{"d":"468,-417v-29,4,-47,14,-60,39v-24,46,-147,340,-163,387r-21,0r-86,-208r-82,-187v-8,-15,-29,-34,-56,-31r0,-20v11,3,167,1,208,0r0,20v-24,0,-62,3,-59,20v5,25,88,224,114,283v27,-69,97,-218,101,-274v2,-26,-29,-24,-53,-29r0,-20v5,3,126,2,157,0r0,20","w":486},"w":{"d":"732,-417v-29,4,-47,14,-60,39v-21,38,-156,360,-163,387r-21,0r-123,-292r-120,292r-21,0r-86,-208r-82,-187v-8,-15,-29,-34,-56,-31r0,-20v11,3,167,1,208,0r0,20v-24,0,-62,3,-59,20v5,26,89,226,115,285r85,-208v-22,-38,-23,-98,-85,-97r0,-20v11,3,167,1,208,0r0,20v-24,0,-62,3,-59,20v5,25,88,224,114,283v27,-69,97,-218,101,-274v2,-26,-29,-24,-53,-29r0,-20v5,3,126,2,157,0r0,20","w":750},"x":{"d":"490,0v-9,-3,-172,-1,-214,0r0,-20v17,-2,48,3,47,-16v-1,-19,-75,-113,-98,-145v-25,35,-90,114,-99,143v-2,16,26,17,43,18r0,20r-162,0r0,-20v27,-3,53,-9,68,-23v19,-17,100,-121,132,-163r-133,-180v-17,-23,-34,-29,-64,-31r0,-20v6,3,164,2,205,0r0,20v-18,0,-45,4,-42,16v5,34,13,32,40,70r43,59v24,-34,77,-90,85,-126v4,-17,-25,-19,-44,-19r0,-20v0,3,132,2,164,0r0,20v-68,-2,-91,43,-120,82r-66,88r141,189v22,28,39,38,74,38r0,20","w":490},"y":{"d":"58,285v-25,1,-48,-21,-48,-45v-9,-47,98,-30,120,-54v32,-33,66,-134,90,-188r-164,-384v-8,-15,-29,-34,-56,-31r0,-20v11,3,167,1,208,0r0,20v-24,0,-62,3,-59,20v5,25,88,224,114,283v27,-69,96,-218,101,-274v2,-27,-29,-24,-53,-29r0,-20v5,3,126,2,157,0r0,20v-29,4,-47,14,-60,39v-22,41,-108,249,-140,329r-86,214v-36,80,-77,120,-124,120","w":486},"z":{"d":"284,-30v107,-2,116,-27,134,-125r20,0r-13,158v-121,-8,-263,-2,-394,-3r269,-408v-89,6,-210,-27,-229,61v-3,12,-5,27,-8,46r-20,0r4,-98r-2,-47v38,21,257,6,372,9r-268,406","w":478},"{":{"d":"217,116v0,103,23,143,119,142r0,22v-140,-4,-207,-31,-203,-169v3,-86,0,-242,-17,-277v-14,-27,-35,-42,-70,-42r0,-25v35,0,57,-16,70,-43v25,-50,5,-262,24,-348v17,-75,90,-95,196,-97r0,22v-96,-1,-121,39,-119,142v2,103,8,220,-41,277v-23,26,-46,49,-79,59v75,27,124,103,122,212","w":352},"|":{"d":"185,280r-76,0v2,-20,1,-763,0,-953r76,0r0,953","w":294},"}":{"d":"218,-552v-3,86,-1,241,16,276v14,27,36,43,71,43r0,25v-35,0,-58,15,-71,42v-25,50,-4,263,-23,349v-17,75,-90,95,-196,97r0,-22v96,1,121,-39,119,-142v-2,-103,-9,-221,41,-277v22,-27,46,-49,79,-59v-75,-27,-124,-103,-122,-212r2,-125v0,-103,-23,-143,-119,-142r0,-22v140,4,207,31,203,169","w":352},"~":{"d":"368,-299v-93,0,-226,-64,-292,0r-9,-16v17,-24,80,-69,124,-69v64,0,232,68,283,0r9,17v-17,27,-69,68,-115,68","w":549},"\u00a1":{"d":"143,-440v30,0,57,26,57,56v0,30,-27,57,-57,57v-30,0,-57,-27,-57,-57v0,-30,27,-56,57,-56xm141,237v-34,3,-60,-28,-56,-63r42,-414v1,-7,5,-11,14,-11v9,0,13,4,14,11r36,328v9,81,18,143,-50,149","w":285},"\u00a2":{"d":"408,-476v-18,5,-89,-56,-105,-52r0,361v58,1,103,-17,156,-55r11,18v-49,51,-105,83,-167,95r0,85r-33,0r0,-84v-103,-3,-189,-92,-189,-214v0,-131,74,-222,189,-238r0,-71r33,0r0,69v65,-2,146,8,157,51v0,21,-27,36,-52,35xm270,-530v-121,0,-137,225,-70,308v19,24,40,45,70,51r0,-359"},"\u00a3":{"d":"598,-254v23,0,34,26,34,52v0,104,-95,207,-173,211v-40,3,-120,-32,-187,-72v-35,49,-80,73,-134,73v-55,0,-106,-24,-103,-79v4,-90,138,-112,227,-75v-6,-80,-19,-68,-70,-198r-99,0r0,-33r86,0v-14,-38,-21,-73,-21,-105v0,-111,100,-198,206,-196v59,0,108,9,146,28v38,19,56,38,56,58v-1,32,-52,50,-80,28v-36,-28,-76,-86,-133,-86v-76,0,-110,61,-111,129v0,59,20,102,37,144r154,0r0,33r-141,0v40,91,47,133,15,216v46,22,130,66,189,66v51,0,77,-19,77,-56v0,-12,-28,-70,-25,-85v-1,-28,22,-54,50,-53xm69,-70v0,32,30,54,68,54v51,0,87,-21,109,-62v-53,-29,-92,-43,-119,-43v-33,0,-58,22,-58,51","w":674},"\u00a5":{"d":"192,-24v63,-2,30,-90,39,-143r-131,1r0,-37v0,1,44,1,131,1r0,-67r-131,1r0,-37v0,1,44,1,131,1r0,-47r-137,-225v-27,-38,-39,-77,-99,-77r0,-20v10,3,190,1,237,0r0,20v-27,0,-60,5,-55,27v20,84,85,155,126,231r123,-201v14,-27,24,-53,-15,-55r-29,-2r0,-20r173,0r0,20v-27,0,-48,6,-63,20v-11,11,-135,208,-172,266r0,63r140,-1r0,37v0,-1,-47,-1,-140,-1r0,67r140,-1r0,37v0,-1,-47,-1,-140,-1v8,55,-24,142,42,143r39,4r0,20v-6,-3,-195,-2,-243,0r0,-20"},"\u00a7":{"d":"380,-654v-59,-75,-208,-37,-196,76v13,122,123,165,194,228v49,43,115,80,115,164v0,65,-33,118,-99,161v31,35,47,77,47,125v2,104,-92,182,-200,182v-74,0,-163,-22,-171,-72v-3,-19,23,-35,42,-33v57,5,72,78,141,78v109,0,154,-120,95,-197v-78,-101,-223,-144,-276,-261v-43,-94,21,-181,91,-212v-33,-39,-50,-81,-50,-126v-1,-103,89,-181,198,-181v71,0,163,25,172,73v-2,33,-48,46,-75,23v-11,-9,-20,-18,-28,-28xm377,-41v66,-43,56,-139,6,-186v-61,-58,-144,-112,-207,-173v-58,45,-64,116,-16,173v39,46,158,133,217,186"},"\u00a4":{"d":"521,-135r-39,40r-77,-76v-53,58,-215,57,-268,1r-71,71r-34,-36r71,-71v-48,-49,-53,-191,-5,-246r11,-15r-79,-79r40,-39r80,79v52,-51,203,-53,255,-1r76,-76r35,35r-75,75v54,49,60,208,4,261xm275,-174v90,0,148,-66,148,-162v0,-96,-61,-162,-149,-163v-88,0,-148,68,-148,161v0,93,61,165,149,164"},"'":{"d":"146,-713r-38,236r-20,0r-38,-236v28,-12,68,-13,96,0","w":196},"\u00ab":{"d":"318,-67r-14,11r-117,-163r0,-20r117,-163r14,11v-17,41,-58,134,-58,165v0,30,42,120,58,159xm178,-67r-14,11r-117,-163r0,-20r117,-163r14,11v-17,41,-58,134,-58,165v0,30,42,120,58,159","w":380},"\u00b7":{"d":"115,-395v30,0,56,26,56,56v0,30,-26,56,-56,56v-30,0,-56,-26,-56,-56v0,-30,26,-56,56,-56","w":230},"\u00b6":{"d":"405,-673v94,3,236,6,299,-13r4,31v-23,7,-58,11,-105,12r0,613v47,1,82,5,105,12r-4,31v-27,-9,-60,-13,-101,-13r0,280r-37,0r1,-280r-38,0r0,280r-37,0r1,-280v-108,-2,-214,6,-285,-42v-95,-64,-146,-160,-146,-297v0,-210,113,-342,343,-334xm493,-31r-1,-612r-75,0r0,613xm567,-31r-1,-611r-37,0r0,611r38,0","w":749},"\u00bb":{"d":"334,-219r-117,163r-14,-11v17,-40,58,-128,58,-159v0,-30,-42,-125,-58,-165r14,-11r117,163r0,20xm194,-219r-117,163r-14,-11v17,-40,58,-128,58,-159v0,-30,-42,-125,-58,-165r14,-11r117,163r0,20","w":380},"\u00bf":{"d":"278,-440v30,0,57,26,57,56v0,30,-27,57,-57,57v-30,0,-57,-27,-57,-57v0,-30,27,-56,57,-56xm194,177v40,0,92,-31,126,-30v40,0,60,15,60,44v0,34,-44,49,-87,49v-119,0,-239,-69,-236,-193v2,-97,87,-131,165,-154v48,-14,92,-58,58,-116r-13,-27r26,-7v35,53,75,178,-4,215v-24,11,-48,21,-75,31v-70,27,-106,61,-106,106v-1,46,39,82,86,82","w":426},"`":{"d":"329,-503r-16,12r-142,-161r53,-20","w":500},"\u00b4":{"d":"345,-650r-178,159r-11,-14r133,-167","w":500},"\u00af":{"d":"392,-533v-10,-2,-220,-1,-274,0r0,-48v10,2,220,1,274,0r0,48","w":500},"\u00a8":{"d":"332,-587v23,0,43,20,43,43v0,23,-20,42,-43,42v-23,0,-44,-19,-44,-42v0,-23,21,-43,44,-43xm168,-587v23,0,44,20,44,43v0,23,-21,42,-44,42v-23,0,-43,-19,-43,-42v0,-23,20,-43,43,-43","w":500},"\u00b8":{"d":"314,170v0,-56,-63,-58,-127,-70r55,-110r25,2r-30,62v82,11,123,44,123,99v-1,55,-52,95,-115,95v-35,0,-89,-18,-89,-45v0,-18,9,-27,28,-27v17,0,51,56,76,49v35,1,54,-24,54,-55","w":500},"\u00c6":{"d":"818,-36v117,5,132,-52,160,-140r20,0r-37,178r-54,-3r-487,1r0,-20v40,-5,82,1,82,-50v0,-32,2,-120,2,-264r-179,0v-61,95,-103,163,-126,204v-31,56,-46,99,33,108r22,2r0,20v-6,-5,-187,-2,-233,0r0,-20v54,-1,72,-21,97,-59r362,-560v-23,-10,-56,-12,-88,-14r0,-20r308,1v137,0,216,-2,235,-6r10,168r-20,0v-23,-95,-13,-128,-112,-128r-215,0v-1,0,-1,91,-1,272r135,0v109,0,120,-12,129,-108r20,0v-3,16,-1,197,0,248r-20,0v-5,-97,-27,-108,-129,-108r-135,0v0,121,-1,200,2,237v5,69,22,61,105,61r114,0xm504,-366r0,-248r-158,248r158,0","w":1040},"\u00aa":{"d":"212,-466v-1,32,39,32,55,12r8,12v-18,17,-45,42,-75,44v-24,1,-32,-23,-40,-39v-13,14,-47,38,-74,38v-57,0,-98,-77,-48,-118v31,-25,62,-36,118,-41v1,-5,1,-21,1,-47v0,-37,-12,-56,-36,-56v-31,0,-42,65,-74,58v-12,1,-21,-11,-21,-22v0,-32,60,-54,105,-54v56,0,84,20,84,60xm71,-490v0,48,54,70,85,37r0,-88v-57,5,-85,22,-85,51","w":266},"\u00d8":{"d":"80,-221v-78,-270,112,-505,404,-451v37,7,51,13,76,23r38,-73r33,16r-38,74v84,48,143,146,146,284v6,237,-218,430,-467,332r-38,73r-33,-16r38,-72v-72,-39,-133,-99,-159,-190xm473,-638v-195,-56,-310,91,-303,296v4,116,36,210,94,263r271,-522v-17,-18,-28,-27,-62,-37xm633,-335v0,-88,-26,-185,-71,-238r-269,517v26,18,74,33,120,33v147,0,220,-104,220,-312","w":806},"\u00ba":{"d":"166,-680v79,0,142,62,142,141v0,78,-62,140,-142,140v-79,0,-146,-58,-146,-134v0,-87,58,-147,146,-147xm84,-557v0,70,22,139,85,139v50,0,75,-36,75,-107v0,-62,-18,-134,-83,-135v-51,0,-77,34,-77,103","w":328},"\u00e6":{"d":"354,-251v-4,119,57,200,166,201v46,0,90,-18,132,-55r11,18v-70,64,-137,96,-202,96v-64,0,-130,-43,-151,-81v-60,54,-111,81,-154,81v-57,0,-114,-50,-114,-108v0,-57,44,-106,137,-128r93,-22v1,0,2,-30,2,-91v0,-42,-25,-81,-68,-81v-63,0,-60,89,-121,89v-20,0,-30,-12,-30,-36v20,-80,247,-115,285,-21v25,-33,73,-57,133,-57v116,0,172,80,180,196xm563,-278v0,-95,-33,-142,-100,-142v-71,0,-102,71,-107,142r207,0xm116,-132v0,48,42,85,90,84v29,0,61,-14,94,-43v-18,-31,-27,-76,-27,-135v-64,11,-157,40,-157,94","w":690},"\u00f8":{"d":"60,-122v-79,-192,97,-387,309,-307r29,-56r29,15r-28,54v59,35,108,100,110,197v3,158,-153,270,-320,214r-27,53r-29,-14r26,-52v-43,-24,-77,-51,-99,-104xm349,-390v-14,-17,-46,-30,-79,-30v-90,0,-135,57,-135,172v0,72,18,146,48,183xm207,-41v107,64,209,-2,209,-154v0,-66,-18,-133,-44,-168","w":551},"\u00df":{"d":"450,8v-45,0,-96,-24,-133,-7v-1,-47,-6,-89,-10,-133r20,0v7,73,47,113,124,113v84,0,116,-74,67,-119v-50,-47,-199,-65,-199,-171v0,-127,154,-133,154,-269v0,-68,-41,-117,-114,-117v-103,0,-156,84,-164,200v-3,46,-4,370,-4,424v0,50,38,44,86,51r0,20v-3,-3,-198,-2,-245,0r0,-20v39,-6,72,0,72,-51r0,-311r-66,0v11,-16,22,-31,35,-45r31,0v7,-175,93,-289,262,-296v93,-4,181,51,183,135v3,119,-163,141,-163,235v0,80,101,90,157,129v31,22,70,46,70,101v0,84,-83,131,-163,131","w":636},"\u00c4":{"d":"459,-839v25,0,45,20,45,45v0,25,-20,44,-45,44v-25,0,-46,-19,-46,-44v0,-25,21,-45,46,-45xm275,-839v25,0,46,20,46,45v0,25,-21,44,-46,44v-25,0,-45,-19,-45,-44v0,-25,20,-45,45,-45xm720,0v-13,-5,-207,-2,-258,0r0,-20v31,-5,72,0,74,-29v-5,-30,-69,-173,-89,-225v-4,-2,-175,-1,-219,0v-21,49,-77,185,-79,215v-2,28,39,38,76,39r0,20v-9,-5,-157,-3,-203,0r0,-20v43,-3,64,-18,83,-59v20,-42,280,-671,254,-609r23,0r230,556v24,52,24,55,47,88v16,23,32,19,61,24r0,20xm435,-304r-99,-235r-95,235r194,0","w":733},"\u00c5":{"d":"370,-913v45,0,85,40,85,85v0,45,-40,85,-85,85v-45,0,-85,-40,-85,-85v0,-45,40,-85,85,-85xm720,0v-13,-5,-207,-2,-258,0r0,-20v31,-5,72,0,74,-29v-5,-30,-69,-173,-89,-225v-4,-2,-175,-1,-219,0v-21,49,-77,185,-79,215v-2,28,39,38,76,39r0,20v-9,-5,-157,-3,-203,0r0,-20v43,-3,64,-18,83,-59v20,-42,280,-671,254,-609r23,0r230,556v24,52,24,55,47,88v16,23,32,19,61,24r0,20xm370,-773v33,0,52,-23,52,-54v1,-28,-23,-54,-52,-54v-31,0,-52,22,-52,54v0,28,23,54,52,54xm435,-304r-99,-235r-95,235r194,0","w":733},"\u00c7":{"d":"454,-646v-189,0,-290,120,-285,313v5,187,103,311,302,311v143,0,187,-51,208,-159r20,0r-25,175r-72,8v-70,8,-124,11,-198,7r-22,45v82,11,123,44,123,99v-1,55,-52,95,-115,95v-35,0,-89,-18,-89,-45v0,-18,9,-27,28,-27v17,0,51,56,76,49v35,1,54,-24,54,-55v0,-56,-63,-58,-127,-70v11,-15,26,-47,47,-94v-188,-21,-317,-139,-317,-337v0,-216,164,-347,393,-347v80,0,153,18,219,5r4,184r-21,0v-15,-111,-59,-157,-203,-157","w":760},"\u00c9":{"d":"428,-901r-180,161r-12,-15r134,-169xm427,-36v117,5,132,-52,160,-140r20,0r-37,178r-54,-3r-487,1r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-44,-45,-90,-50r0,-20r288,1v138,0,216,-2,235,-6r10,168r-20,0v-23,-95,-13,-128,-112,-128r-215,0v-1,0,-1,90,-1,271r135,0v109,0,120,-12,129,-108r20,0v-3,15,-1,198,0,249r-20,0v-5,-97,-26,-108,-129,-108r-135,0v0,121,-1,200,2,237v5,69,22,61,105,61r114,0","w":649},"\u00d1":{"d":"359,-837v18,0,130,29,158,29v19,0,38,-10,57,-31r8,16v-19,29,-55,63,-98,65v-29,1,-127,-29,-154,-29v-23,0,-43,11,-62,34r-7,-18v31,-44,64,-66,98,-66xm22,-673r184,0r436,509r-2,-428v-1,-55,-43,-58,-99,-61r0,-20v5,3,177,2,221,0r0,20v-48,-1,-81,11,-81,59r-3,603r-16,0v-3,-6,-394,-459,-509,-594r2,504v0,54,45,59,99,61r0,20v-6,-3,-179,-2,-224,0r0,-20v48,1,81,-11,81,-59r2,-528v1,-33,-40,-46,-91,-46r0,-20","w":783},"\u00d6":{"d":"484,-839v25,0,45,20,45,45v0,25,-20,44,-45,44v-25,0,-46,-19,-46,-44v0,-25,21,-45,46,-45xm300,-839v25,0,46,20,46,45v0,25,-21,44,-46,44v-25,0,-45,-19,-45,-44v0,-25,20,-45,45,-45xm398,-680v213,0,339,131,341,332v2,190,-138,357,-331,357v-194,0,-346,-152,-346,-349v0,-183,151,-340,336,-340xm170,-342v0,171,80,320,243,319v147,0,220,-104,220,-312v0,-168,-64,-315,-234,-315v-164,0,-229,130,-229,308","w":806},"\u00dc":{"d":"498,-839v25,0,45,20,45,45v0,25,-20,44,-45,44v-25,0,-46,-19,-46,-44v0,-25,21,-45,46,-45xm314,-839v25,0,46,20,46,45v0,25,-21,44,-46,44v-25,0,-45,-19,-45,-44v0,-25,20,-45,45,-45xm402,15v-186,0,-303,-59,-303,-234r-1,-384v2,-49,-40,-46,-82,-50r0,-20v11,3,216,1,269,0r0,20v-42,6,-90,1,-90,50v0,98,-3,157,-3,177v0,107,1,175,2,204v3,127,81,197,207,198v147,0,224,-64,223,-191r-2,-377v0,-56,-43,-58,-99,-61r0,-20v2,3,181,2,225,0r0,20v-48,-1,-79,11,-81,59v-1,15,1,349,-4,410v-11,137,-118,199,-261,199","w":764},"\u00e1":{"d":"355,-650r-178,159r-11,-14r133,-167xm361,-352r-4,248v-4,69,58,61,94,34r9,14v-35,40,-138,101,-174,22r-6,-14v-28,24,-78,55,-127,57v-53,2,-116,-54,-111,-108v9,-104,124,-137,235,-144v1,0,2,-31,2,-93v0,-86,-96,-115,-131,-44v-15,30,-23,46,-58,48v-19,1,-30,-16,-30,-34v10,-50,102,-79,168,-79v89,0,133,31,133,93xm142,-180v-54,51,4,136,72,136v23,0,44,-8,62,-25r1,-151v-55,5,-104,11,-135,40","w":457},"\u00e0":{"d":"281,-503r-16,12r-142,-161r53,-20xm361,-352r-4,248v-4,69,58,61,94,34r9,14v-35,40,-138,101,-174,22r-6,-14v-28,24,-78,55,-127,57v-53,2,-116,-54,-111,-108v9,-104,124,-137,235,-144v1,0,2,-31,2,-93v0,-86,-96,-115,-131,-44v-15,30,-23,46,-58,48v-19,1,-30,-16,-30,-34v10,-50,102,-79,168,-79v89,0,133,31,133,93xm142,-180v-54,51,4,136,72,136v23,0,44,-8,62,-25r1,-151v-55,5,-104,11,-135,40","w":457},"\u00e2":{"d":"345,-496r-11,14r-125,-118r-119,118r-11,-14r123,-167r20,0xm361,-352r-4,248v-4,69,58,61,94,34r9,14v-35,40,-138,101,-174,22r-6,-14v-28,24,-78,55,-127,57v-53,2,-116,-54,-111,-108v9,-104,124,-137,235,-144v1,0,2,-31,2,-93v0,-86,-96,-115,-131,-44v-15,30,-23,46,-58,48v-19,1,-30,-16,-30,-34v10,-50,102,-79,168,-79v89,0,133,31,133,93xm142,-180v-54,51,4,136,72,136v23,0,44,-8,62,-25r1,-151v-55,5,-104,11,-135,40","w":457},"\u00e4":{"d":"294,-587v23,0,43,20,43,43v0,23,-20,42,-43,42v-23,0,-44,-19,-44,-42v0,-23,21,-43,44,-43xm130,-587v23,0,44,20,44,43v0,23,-21,42,-44,42v-23,0,-43,-19,-43,-42v0,-23,20,-43,43,-43xm361,-352r-4,248v-4,69,58,61,94,34r9,14v-35,40,-138,101,-174,22r-6,-14v-28,24,-78,55,-127,57v-53,2,-116,-54,-111,-108v9,-104,124,-137,235,-144v1,0,2,-31,2,-93v0,-86,-96,-115,-131,-44v-15,30,-23,46,-58,48v-19,1,-30,-16,-30,-34v10,-50,102,-79,168,-79v89,0,133,31,133,93xm142,-180v-54,51,4,136,72,136v23,0,44,-8,62,-25r1,-151v-55,5,-104,11,-135,40","w":457},"\u00e3":{"d":"175,-597v20,0,117,30,136,30v18,0,37,-11,58,-33r9,17v-15,24,-61,65,-98,65v-28,0,-110,-31,-132,-30v-23,0,-43,11,-62,33r-9,-16v18,-24,58,-66,98,-66xm361,-352r-4,248v-4,69,58,61,94,34r9,14v-35,40,-138,101,-174,22r-6,-14v-28,24,-78,55,-127,57v-53,2,-116,-54,-111,-108v9,-104,124,-137,235,-144v1,0,2,-31,2,-93v0,-86,-96,-115,-131,-44v-15,30,-23,46,-58,48v-19,1,-30,-16,-30,-34v10,-50,102,-79,168,-79v89,0,133,31,133,93xm142,-180v-54,51,4,136,72,136v23,0,44,-8,62,-25r1,-151v-55,5,-104,11,-135,40","w":457},"\u00e5":{"d":"214,-661v44,0,83,39,83,83v0,44,-39,83,-83,83v-44,0,-83,-39,-83,-83v0,-44,39,-83,83,-83xm361,-352r-4,248v-4,69,58,61,94,34r9,14v-35,40,-138,101,-174,22r-6,-14v-28,24,-78,55,-127,57v-53,2,-116,-54,-111,-108v9,-104,124,-137,235,-144v1,0,2,-31,2,-93v0,-86,-96,-115,-131,-44v-15,30,-23,46,-58,48v-19,1,-30,-16,-30,-34v10,-50,102,-79,168,-79v89,0,133,31,133,93xm214,-521v32,0,54,-25,54,-56v0,-29,-25,-56,-54,-56v-32,0,-54,24,-54,56v0,29,25,56,54,56xm142,-180v-54,51,4,136,72,136v23,0,44,-8,62,-25r1,-151v-55,5,-104,11,-135,40","w":457},"\u00e7":{"d":"144,-360v-73,146,26,372,204,296v33,-14,48,-24,69,-41r11,18v-66,62,-132,94,-198,96r-22,45v82,11,123,44,123,99v-1,55,-52,95,-115,95v-35,0,-89,-18,-89,-45v0,-18,9,-27,28,-27v17,0,51,56,76,49v35,1,54,-24,54,-55v0,-56,-63,-58,-127,-70v13,-22,29,-53,46,-92v-87,-13,-164,-103,-164,-213v0,-148,92,-241,243,-241v56,0,127,14,135,52v0,21,-27,36,-52,35v-25,5,-109,-64,-151,-53v-31,8,-55,22,-71,52","w":438},"\u00e9":{"d":"365,-650r-178,159r-11,-14r133,-167xm121,-261v-5,120,61,209,168,211v46,0,90,-18,132,-55r11,18v-70,64,-137,96,-202,96v-103,0,-190,-99,-190,-214v0,-135,80,-238,196,-241v123,-3,178,78,188,186xm332,-290v0,-67,-34,-132,-104,-129v-66,2,-102,65,-105,129r209,0","w":459},"\u00e8":{"d":"289,-503r-16,12r-142,-161r53,-20xm121,-261v-5,120,61,209,168,211v46,0,90,-18,132,-55r11,18v-70,64,-137,96,-202,96v-103,0,-190,-99,-190,-214v0,-135,80,-238,196,-241v123,-3,178,78,188,186xm332,-290v0,-67,-34,-132,-104,-129v-66,2,-102,65,-105,129r209,0","w":459},"\u00ea":{"d":"373,-496r-11,14r-125,-118r-119,118r-11,-14r123,-167r20,0xm121,-261v-5,120,61,209,168,211v46,0,90,-18,132,-55r11,18v-70,64,-137,96,-202,96v-103,0,-190,-99,-190,-214v0,-135,80,-238,196,-241v123,-3,178,78,188,186xm332,-290v0,-67,-34,-132,-104,-129v-66,2,-102,65,-105,129r209,0","w":459},"\u00eb":{"d":"322,-587v23,0,43,20,43,43v0,23,-20,42,-43,42v-23,0,-44,-19,-44,-42v0,-23,21,-43,44,-43xm158,-587v23,0,44,20,44,43v0,23,-21,42,-44,42v-23,0,-43,-19,-43,-42v0,-23,20,-43,43,-43xm121,-261v-5,120,61,209,168,211v46,0,90,-18,132,-55r11,18v-70,64,-137,96,-202,96v-103,0,-190,-99,-190,-214v0,-135,80,-238,196,-241v123,-3,178,78,188,186xm332,-290v0,-67,-34,-132,-104,-129v-66,2,-102,65,-105,129r209,0","w":459},"\u00ed":{"d":"265,-650r-178,159r-11,-14r133,-167xm263,0v-6,-3,-192,-2,-239,0r0,-20v39,-6,72,0,72,-51r0,-260v2,-53,-25,-63,-74,-64r0,-18r88,-16r73,-17v3,29,-12,386,9,410v11,13,48,13,71,16r0,20","w":268},"\u00ec":{"d":"185,-503r-16,12r-142,-161r53,-20xm263,0v-6,-3,-192,-2,-239,0r0,-20v39,-6,72,0,72,-51r0,-260v2,-53,-25,-63,-74,-64r0,-18r88,-16r73,-17v3,29,-12,386,9,410v11,13,48,13,71,16r0,20","w":268},"\u00ee":{"d":"266,-496r-11,14r-125,-118r-119,118r-11,-14r123,-167r20,0xm263,0v-6,-3,-192,-2,-239,0r0,-20v39,-6,72,0,72,-51r0,-260v2,-53,-25,-63,-74,-64r0,-18r88,-16r73,-17v3,29,-12,386,9,410v11,13,48,13,71,16r0,20","w":268},"\u00ef":{"d":"208,-587v23,0,43,20,43,43v0,23,-20,42,-43,42v-23,0,-44,-19,-44,-42v0,-23,21,-43,44,-43xm54,-587v23,0,44,20,44,43v0,23,-21,42,-44,42v-23,0,-43,-19,-43,-42v0,-23,20,-43,43,-43xm263,0v-6,-3,-192,-2,-239,0r0,-20v39,-6,72,0,72,-51r0,-260v2,-53,-25,-63,-74,-64r0,-18r88,-16r73,-17v3,29,-12,386,9,410v11,13,48,13,71,16r0,20","w":268},"\u00f1":{"d":"226,-597v20,0,117,30,136,30v18,0,37,-11,58,-33r9,17v-15,24,-61,65,-98,65v-27,0,-110,-31,-132,-30v-23,0,-43,11,-62,33r-9,-16v18,-24,58,-66,98,-66xm468,-310r0,239v-4,49,38,47,80,51r0,20v-6,-3,-192,-2,-239,0r0,-20v39,-6,72,1,72,-51v0,-25,2,-60,2,-106v1,-124,9,-214,-94,-214v-41,0,-77,12,-106,37v4,34,-14,288,9,318v11,14,47,13,71,16r0,20v-6,-3,-192,-2,-239,0r0,-20v39,-6,72,0,72,-51r0,-260v2,-53,-25,-63,-74,-64r0,-18r88,-16r73,-17r-1,70v63,-47,119,-70,168,-70v70,1,118,56,118,136","w":555},"\u00f3":{"d":"385,-650r-178,159r-11,-14r133,-167xm276,-446v129,0,231,99,231,227v0,124,-99,228,-228,228v-132,0,-239,-93,-239,-218v0,-137,93,-237,236,-237xm281,-16v101,0,136,-62,133,-179v-3,-109,-34,-225,-146,-225v-90,0,-135,57,-135,172v-1,119,41,232,148,232","w":547},"\u00f2":{"d":"312,-503r-16,12r-142,-161r53,-20xm276,-446v129,0,231,99,231,227v0,124,-99,228,-228,228v-132,0,-239,-93,-239,-218v0,-137,93,-237,236,-237xm281,-16v101,0,136,-62,133,-179v-3,-109,-34,-225,-146,-225v-90,0,-135,57,-135,172v-1,119,41,232,148,232","w":547},"\u00f4":{"d":"399,-496r-11,14r-125,-118r-119,118r-11,-14r123,-167r20,0xm276,-446v129,0,231,99,231,227v0,124,-99,228,-228,228v-132,0,-239,-93,-239,-218v0,-137,93,-237,236,-237xm281,-16v101,0,136,-62,133,-179v-3,-109,-34,-225,-146,-225v-90,0,-135,57,-135,172v-1,119,41,232,148,232","w":547},"\u00f6":{"d":"350,-587v23,0,43,20,43,43v0,23,-20,42,-43,42v-23,0,-44,-19,-44,-42v0,-23,21,-43,44,-43xm186,-587v23,0,44,20,44,43v0,23,-21,42,-44,42v-23,0,-43,-19,-43,-42v0,-23,20,-43,43,-43xm276,-446v129,0,231,99,231,227v0,124,-99,228,-228,228v-132,0,-239,-93,-239,-218v0,-137,93,-237,236,-237xm281,-16v101,0,136,-62,133,-179v-3,-109,-34,-225,-146,-225v-90,0,-135,57,-135,172v-1,119,41,232,148,232","w":547},"\u00f5":{"d":"222,-597v20,0,117,30,136,30v18,0,37,-11,58,-33r9,17v-15,24,-61,65,-98,65v-27,0,-110,-31,-132,-30v-23,0,-43,11,-62,33r-9,-16v18,-24,58,-66,98,-66xm276,-446v129,0,231,99,231,227v0,124,-99,228,-228,228v-132,0,-239,-93,-239,-218v0,-137,93,-237,236,-237xm281,-16v101,0,136,-62,133,-179v-3,-109,-34,-225,-146,-225v-90,0,-135,57,-135,172v-1,119,41,232,148,232","w":547},"\u00fa":{"d":"405,-650r-178,159r-11,-14r133,-167xm168,-259v0,125,-16,213,88,213v33,0,67,-11,103,-34r-1,-251v2,-53,-25,-63,-74,-64r0,-18r88,-16r73,-17r1,357v-3,56,22,66,75,61r0,18r-162,19r0,-67v-57,45,-113,67,-166,67v-78,0,-111,-55,-111,-146r1,-194v2,-53,-25,-63,-74,-64r0,-18r88,-16r73,-17v-1,0,-2,62,-2,187","w":532},"\u00f9":{"d":"299,-503r-16,12r-142,-161r53,-20xm168,-259v0,125,-16,213,88,213v33,0,67,-11,103,-34r-1,-251v2,-53,-25,-63,-74,-64r0,-18r88,-16r73,-17r1,357v-3,56,22,66,75,61r0,18r-162,19r0,-67v-57,45,-113,67,-166,67v-78,0,-111,-55,-111,-146r1,-194v2,-53,-25,-63,-74,-64r0,-18r88,-16r73,-17v-1,0,-2,62,-2,187","w":532},"\u00fb":{"d":"390,-496r-11,14r-125,-118r-119,118r-11,-14r123,-167r20,0xm168,-259v0,125,-16,213,88,213v33,0,67,-11,103,-34r-1,-251v2,-53,-25,-63,-74,-64r0,-18r88,-16r73,-17r1,357v-3,56,22,66,75,61r0,18r-162,19r0,-67v-57,45,-113,67,-166,67v-78,0,-111,-55,-111,-146r1,-194v2,-53,-25,-63,-74,-64r0,-18r88,-16r73,-17v-1,0,-2,62,-2,187","w":532},"\u00fc":{"d":"342,-587v23,0,43,20,43,43v0,23,-20,42,-43,42v-23,0,-44,-19,-44,-42v0,-23,21,-43,44,-43xm178,-587v23,0,44,20,44,43v0,23,-21,42,-44,42v-23,0,-43,-19,-43,-42v0,-23,20,-43,43,-43xm168,-259v0,125,-16,213,88,213v33,0,67,-11,103,-34r-1,-251v2,-53,-25,-63,-74,-64r0,-18r88,-16r73,-17r1,357v-3,56,22,66,75,61r0,18r-162,19r0,-67v-57,45,-113,67,-166,67v-78,0,-111,-55,-111,-146r1,-194v2,-53,-25,-63,-74,-64r0,-18r88,-16r73,-17v-1,0,-2,62,-2,187","w":532},"\u00b0":{"d":"156,-695v68,0,120,48,120,115v0,67,-55,115,-123,115v-73,0,-119,-45,-119,-115v0,-63,58,-115,122,-115xm155,-507v42,0,71,-31,71,-73v0,-40,-30,-72,-71,-72v-40,0,-72,33,-72,72v0,43,30,73,72,73","w":310},"\u00ae":{"d":"407,-680v190,0,345,157,345,345v0,191,-153,344,-345,344v-188,0,-345,-157,-345,-344v0,-191,156,-345,345,-345xm408,-21v174,0,307,-139,307,-315v0,-166,-141,-315,-307,-315v-174,0,-307,139,-307,315v0,166,141,315,307,315xm312,-515v103,0,230,-11,230,82v0,47,-27,81,-80,104r59,68v48,46,52,75,111,82v3,32,-3,19,-53,21v-72,2,-84,-28,-117,-72r-53,-72v-6,-6,-46,-7,-63,-8v2,66,-5,87,8,118v8,10,35,11,53,13r0,19v-5,-3,-146,-2,-182,0r0,-19v30,-4,54,0,54,-38r0,-242v3,-39,-29,-34,-60,-38r0,-19v0,1,31,1,93,1xm409,-329v41,0,60,-45,61,-81v2,-73,-50,-92,-122,-82r-2,160v0,2,21,3,63,3","w":814},"\u00a9":{"d":"407,-680v190,0,345,157,345,345v0,191,-153,344,-345,344v-188,0,-345,-157,-345,-344v0,-191,156,-345,345,-345xm408,-21v174,0,307,-139,307,-315v0,-166,-141,-315,-307,-315v-174,0,-307,139,-307,315v0,166,141,315,307,315xm435,-179v86,0,91,-21,108,-90r19,0r-13,102v-27,2,-89,10,-130,10v-124,0,-218,-65,-218,-181v0,-108,86,-183,213,-183v42,0,102,9,135,2r2,108r-19,0v-3,-69,-37,-88,-110,-88v-100,0,-150,52,-150,156v0,101,57,164,163,164","w":814},"\u00b1":{"d":"467,-263r-167,0r0,166r-55,0r0,-166r-165,0r0,-55r165,0r0,-166r55,0r0,166r167,0r0,55xm470,0r-391,0r0,-55r391,0r0,55","w":549},"\u00ac":{"d":"482,-224r-61,0r1,-175v-31,-2,-280,0,-354,0r0,-57v18,2,332,1,414,0v-2,11,-1,186,0,232","w":549},"\u00a0":{"w":200},"\u00c0":{"d":"400,-753r-17,13r-143,-163r54,-21xm720,0v-13,-5,-207,-2,-258,0r0,-20v31,-5,72,0,74,-29v-5,-30,-69,-173,-89,-225v-4,-2,-175,-1,-219,0v-21,49,-77,185,-79,215v-2,28,39,38,76,39r0,20v-9,-5,-157,-3,-203,0r0,-20v43,-3,64,-18,83,-59v20,-42,280,-671,254,-609r23,0r230,556v24,52,24,55,47,88v16,23,32,19,61,24r0,20xm435,-304r-99,-235r-95,235r194,0","w":733},"\u00c3":{"d":"310,-837v18,0,130,29,158,29v19,0,38,-10,57,-31r8,16v-19,29,-55,63,-98,65v-29,1,-127,-29,-154,-29v-23,0,-43,11,-62,34r-7,-18v31,-44,64,-66,98,-66xm720,0v-13,-5,-207,-2,-258,0r0,-20v31,-5,72,0,74,-29v-5,-30,-69,-173,-89,-225v-4,-2,-175,-1,-219,0v-21,49,-77,185,-79,215v-2,28,39,38,76,39r0,20v-9,-5,-157,-3,-203,0r0,-20v43,-3,64,-18,83,-59v20,-42,280,-671,254,-609r23,0r230,556v24,52,24,55,47,88v16,23,32,19,61,24r0,20xm435,-304r-99,-235r-95,235r194,0","w":733},"\u00d5":{"d":"346,-837v18,0,130,29,158,29v19,0,38,-10,57,-31r8,16v-19,29,-55,63,-98,65v-29,1,-127,-29,-154,-29v-23,0,-43,11,-62,34r-7,-18v31,-44,64,-66,98,-66xm398,-680v213,0,339,131,341,332v2,190,-138,357,-331,357v-194,0,-346,-152,-346,-349v0,-183,151,-340,336,-340xm170,-342v0,171,80,320,243,319v147,0,220,-104,220,-312v0,-168,-64,-315,-234,-315v-164,0,-229,130,-229,308","w":806},"\u00f7":{"d":"273,-427v30,0,55,25,55,56v0,32,-26,56,-58,56v-29,0,-53,-27,-53,-56v0,-30,26,-56,56,-56xm464,-198r-379,0r0,-55r379,0r0,55xm273,-137v30,0,55,25,55,56v0,32,-26,56,-58,56v-29,0,-53,-27,-53,-56v0,-30,26,-56,56,-56"},"\u00ff":{"d":"325,-587v23,0,43,20,43,43v0,23,-20,42,-43,42v-23,0,-44,-19,-44,-42v0,-23,21,-43,44,-43xm161,-587v23,0,44,20,44,43v0,23,-21,42,-44,42v-23,0,-43,-19,-43,-42v0,-23,20,-43,43,-43xm58,285v-25,1,-48,-21,-48,-45v-9,-47,98,-30,120,-54v32,-33,66,-134,90,-188r-164,-384v-8,-15,-29,-34,-56,-31r0,-20v11,3,167,1,208,0r0,20v-24,0,-62,3,-59,20v5,25,88,224,114,283v27,-69,96,-218,101,-274v2,-27,-29,-24,-53,-29r0,-20v5,3,126,2,157,0r0,20v-29,4,-47,14,-60,39v-22,41,-108,249,-140,329r-86,214v-36,80,-77,120,-124,120","w":460},"\u00c2":{"d":"507,-746r-13,15r-125,-117r-120,117r-12,-15r124,-169r22,0xm720,0v-13,-5,-207,-2,-258,0r0,-20v31,-5,72,0,74,-29v-5,-30,-69,-173,-89,-225v-4,-2,-175,-1,-219,0v-21,49,-77,185,-79,215v-2,28,39,38,76,39r0,20v-9,-5,-157,-3,-203,0r0,-20v43,-3,64,-18,83,-59v20,-42,280,-671,254,-609r23,0r230,556v24,52,24,55,47,88v16,23,32,19,61,24r0,20xm435,-304r-99,-235r-95,235r194,0","w":733},"\u00ca":{"d":"455,-746r-13,15r-125,-117r-120,117r-12,-15r124,-169r22,0xm427,-36v117,5,132,-52,160,-140r20,0r-37,178r-54,-3r-487,1r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-44,-45,-90,-50r0,-20r288,1v138,0,216,-2,235,-6r10,168r-20,0v-23,-95,-13,-128,-112,-128r-215,0v-1,0,-1,90,-1,271r135,0v109,0,120,-12,129,-108r20,0v-3,15,-1,198,0,249r-20,0v-5,-97,-26,-108,-129,-108r-135,0v0,121,-1,200,2,237v5,69,22,61,105,61r114,0","w":649},"\u00c1":{"d":"534,-901r-180,161r-12,-15r134,-169xm720,0v-13,-5,-207,-2,-258,0r0,-20v31,-5,72,0,74,-29v-5,-30,-69,-173,-89,-225v-4,-2,-175,-1,-219,0v-21,49,-77,185,-79,215v-2,28,39,38,76,39r0,20v-9,-5,-157,-3,-203,0r0,-20v43,-3,64,-18,83,-59v20,-42,280,-671,254,-609r23,0r230,556v24,52,24,55,47,88v16,23,32,19,61,24r0,20xm435,-304r-99,-235r-95,235r194,0","w":733},"\u00cb":{"d":"411,-839v25,0,45,20,45,45v0,25,-20,44,-45,44v-25,0,-46,-19,-46,-44v0,-25,21,-45,46,-45xm227,-839v25,0,46,20,46,45v0,25,-21,44,-46,44v-25,0,-45,-19,-45,-44v0,-25,20,-45,45,-45xm427,-36v117,5,132,-52,160,-140r20,0r-37,178r-54,-3r-487,1r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-44,-45,-90,-50r0,-20r288,1v138,0,216,-2,235,-6r10,168r-20,0v-23,-95,-13,-128,-112,-128r-215,0v-1,0,-1,90,-1,271r135,0v109,0,120,-12,129,-108r20,0v-3,15,-1,198,0,249r-20,0v-5,-97,-26,-108,-129,-108r-135,0v0,121,-1,200,2,237v5,69,22,61,105,61r114,0","w":649},"\u00c8":{"d":"369,-753r-17,13r-143,-163r54,-21xm427,-36v117,5,132,-52,160,-140r20,0r-37,178r-54,-3r-487,1r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-44,-45,-90,-50r0,-20r288,1v138,0,216,-2,235,-6r10,168r-20,0v-23,-95,-13,-128,-112,-128r-215,0v-1,0,-1,90,-1,271r135,0v109,0,120,-12,129,-108r20,0v-3,15,-1,198,0,249r-20,0v-5,-97,-26,-108,-129,-108r-135,0v0,121,-1,200,2,237v5,69,22,61,105,61r114,0","w":649},"\u00cd":{"d":"307,-901r-180,161r-12,-15r134,-169xm298,0v-9,-3,-216,-2,-269,0r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-40,-46,-82,-50r0,-20v11,3,216,1,269,0r0,20v-42,6,-90,1,-90,50v0,65,-2,154,-2,267v0,112,2,201,2,266v0,49,47,45,90,50r0,20","w":319},"\u00ce":{"d":"299,-746r-13,15r-125,-117r-120,117r-12,-15r124,-169r22,0xm298,0v-9,-3,-216,-2,-269,0r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-40,-46,-82,-50r0,-20v11,3,216,1,269,0r0,20v-42,6,-90,1,-90,50v0,65,-2,154,-2,267v0,112,2,201,2,266v0,49,47,45,90,50r0,20","w":319},"\u00cf":{"d":"254,-839v25,0,45,20,45,45v0,25,-20,44,-45,44v-25,0,-46,-19,-46,-44v0,-25,21,-45,46,-45xm70,-839v25,0,46,20,46,45v0,25,-21,44,-46,44v-25,0,-45,-19,-45,-44v0,-25,20,-45,45,-45xm298,0v-9,-3,-216,-2,-269,0r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-40,-46,-82,-50r0,-20v11,3,216,1,269,0r0,20v-42,6,-90,1,-90,50v0,65,-2,154,-2,267v0,112,2,201,2,266v0,49,47,45,90,50r0,20","w":319},"\u00cc":{"d":"220,-753r-17,13r-143,-163r54,-21xm298,0v-9,-3,-216,-2,-269,0r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-40,-46,-82,-50r0,-20v11,3,216,1,269,0r0,20v-42,6,-90,1,-90,50v0,65,-2,154,-2,267v0,112,2,201,2,266v0,49,47,45,90,50r0,20","w":319},"\u00d3":{"d":"529,-901r-180,161r-12,-15r134,-169xm398,-680v213,0,339,131,341,332v2,190,-138,357,-331,357v-194,0,-346,-152,-346,-349v0,-183,151,-340,336,-340xm170,-342v0,171,80,320,243,319v147,0,220,-104,220,-312v0,-168,-64,-315,-234,-315v-164,0,-229,130,-229,308","w":806},"\u00d4":{"d":"538,-746r-13,15r-125,-117r-120,117r-12,-15r124,-169r22,0xm398,-680v213,0,339,131,341,332v2,190,-138,357,-331,357v-194,0,-346,-152,-346,-349v0,-183,151,-340,336,-340xm170,-342v0,171,80,320,243,319v147,0,220,-104,220,-312v0,-168,-64,-315,-234,-315v-164,0,-229,130,-229,308","w":806},"\u00d2":{"d":"461,-753r-17,13r-143,-163r54,-21xm398,-680v213,0,339,131,341,332v2,190,-138,357,-331,357v-194,0,-346,-152,-346,-349v0,-183,151,-340,336,-340xm170,-342v0,171,80,320,243,319v147,0,220,-104,220,-312v0,-168,-64,-315,-234,-315v-164,0,-229,130,-229,308","w":806},"\u00da":{"d":"559,-901r-180,161r-12,-15r134,-169xm402,15v-186,0,-303,-59,-303,-234r-1,-384v2,-49,-40,-46,-82,-50r0,-20v11,3,216,1,269,0r0,20v-42,6,-90,1,-90,50v0,98,-3,157,-3,177v0,107,1,175,2,204v3,127,81,197,207,198v147,0,224,-64,223,-191r-2,-377v0,-56,-43,-58,-99,-61r0,-20v2,3,181,2,225,0r0,20v-48,-1,-79,11,-81,59v-1,15,1,349,-4,410v-11,137,-118,199,-261,199","w":764},"\u00db":{"d":"553,-746r-13,15r-125,-117r-120,117r-12,-15r124,-169r22,0xm402,15v-186,0,-303,-59,-303,-234r-1,-384v2,-49,-40,-46,-82,-50r0,-20v11,3,216,1,269,0r0,20v-42,6,-90,1,-90,50v0,98,-3,157,-3,177v0,107,1,175,2,204v3,127,81,197,207,198v147,0,224,-64,223,-191r-2,-377v0,-56,-43,-58,-99,-61r0,-20v2,3,181,2,225,0r0,20v-48,-1,-79,11,-81,59v-1,15,1,349,-4,410v-11,137,-118,199,-261,199","w":764},"\u00d9":{"d":"451,-753r-17,13r-143,-163r54,-21xm402,15v-186,0,-303,-59,-303,-234r-1,-384v2,-49,-40,-46,-82,-50r0,-20v11,3,216,1,269,0r0,20v-42,6,-90,1,-90,50v0,98,-3,157,-3,177v0,107,1,175,2,204v3,127,81,197,207,198v147,0,224,-64,223,-191r-2,-377v0,-56,-43,-58,-99,-61r0,-20v2,3,181,2,225,0r0,20v-48,-1,-79,11,-81,59v-1,15,1,349,-4,410v-11,137,-118,199,-261,199","w":764}}});Cufon.registerFont({"w":630,"face":{"font-family":"DTLHaarlemmerD","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 8 3 0 0 0 0 0 0","ascent":"800","descent":"-200","x-height":"10","bbox":"-70 -1009 1171 294","underline-thickness":"20","underline-position":"-133","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":200},"!":{"d":"140,-704v45,0,82,31,82,83v0,63,-44,347,-53,394v-5,27,-51,28,-57,0v-9,-46,-53,-332,-53,-394v0,-52,36,-83,81,-83xm140,-149v45,0,81,35,81,77v0,42,-36,77,-81,77v-45,0,-81,-35,-81,-77v0,-42,36,-77,81,-77","w":280},"\"":{"d":"396,-733r-47,260r-42,0r-47,-259v38,-14,97,-14,136,-1xm186,-733r-47,260r-42,0r-47,-259v38,-14,97,-14,136,-1","w":446},"#":{"d":"703,-424r-180,0r-26,155r170,0r0,58r-180,0r-37,215r-67,0r37,-215r-155,0r-37,215r-67,0r37,-215r-172,0r0,-58r182,0r26,-155r-172,0r0,-58r182,0r37,-215r67,0r-37,215r155,0r37,-215r67,0r-37,215r170,0r0,58xm456,-424r-155,0r-26,155r155,0","w":729},"$":{"d":"76,-517v-3,-115,106,-175,220,-181r0,-76r55,0r0,76v55,2,112,18,144,38r26,-35r21,0r8,203r-32,0v-16,-92,-64,-158,-167,-165r0,243v73,31,144,71,178,103v34,32,51,73,51,124v2,121,-112,190,-229,195r0,82r-55,0r0,-82v-72,-2,-145,-22,-182,-52r-27,44r-22,0r-14,-232r32,0v23,115,88,193,213,197r0,-254v-96,-50,-217,-88,-220,-228xm296,-656v-59,3,-115,31,-111,97v4,68,52,88,111,122r0,-219xm351,-35v69,-5,122,-36,122,-104v0,-75,-59,-92,-122,-126r0,230"},"%":{"d":"230,-654v79,1,157,44,247,41v93,-3,124,-48,181,-107r43,22r-487,941r-49,-23r432,-834v-47,50,-133,53,-210,33v17,19,32,58,32,97v2,106,-89,172,-197,172v-107,0,-192,-62,-192,-167v0,-111,88,-176,200,-175xm681,-232v103,0,187,66,187,170v0,106,-89,172,-197,172v-105,0,-192,-63,-192,-165v0,-109,91,-177,202,-177xm229,-353v55,0,70,-64,70,-127v0,-70,-3,-132,-71,-133v-51,0,-76,43,-76,130v0,87,26,130,77,130xm678,69v55,0,70,-64,70,-127v0,-70,-3,-132,-71,-133v-51,0,-76,43,-76,130v0,87,26,130,77,130","w":898},"&":{"d":"528,-577v-5,101,-97,127,-173,163r243,217v27,-42,41,-87,41,-135v0,-42,-34,-60,-85,-60r0,-30v6,3,206,2,257,0r0,30v-111,-4,-109,122,-155,186r-22,38v46,37,82,63,109,80v35,22,77,49,135,35r5,29v-31,19,-86,35,-140,34v-97,-3,-122,-34,-197,-83v-138,130,-503,120,-503,-106v0,-69,54,-135,162,-199v-49,-53,-89,-79,-89,-156v0,-108,100,-172,220,-172v97,0,197,36,192,129xm326,-441v54,-35,91,-57,93,-135v1,-54,-33,-87,-86,-87v-81,0,-124,85,-77,148v13,19,37,43,70,74xm232,-351v-104,102,-19,296,133,296v59,0,115,-20,144,-46r-51,-43v-73,-59,-155,-140,-226,-207","w":887},"(":{"d":"350,284v-133,-106,-270,-296,-270,-507v0,-213,136,-400,270,-507r24,23v-105,113,-157,274,-157,483v0,210,52,372,157,485","w":430},")":{"d":"80,-730v135,109,270,292,270,507v0,209,-138,402,-270,507r-24,-23v105,-113,157,-275,157,-485v0,-209,-52,-370,-157,-483","w":430},"*":{"d":"473,-548r-148,79r74,151r-27,19r-120,-117r-120,117r-27,-19r75,-151r-150,-79r10,-31r166,24r30,-165r32,0r29,165r166,-24","w":503},"+":{"d":"503,-307v0,-1,-61,-1,-183,-1r1,185r-97,0v1,0,1,-62,1,-185r-178,1r0,-87v0,1,59,1,178,1r-1,-178r97,0v-1,0,-1,59,-1,178r183,-1r0,87","w":549},",":{"d":"124,-151v87,0,101,115,66,188v-29,61,-80,105,-132,135r-26,-27v38,-20,83,-62,83,-110v0,-53,-78,-44,-76,-105v1,-47,34,-81,85,-81","w":250},"-":{"d":"286,-177v-9,-2,-189,-1,-236,0r0,-97v9,2,189,1,236,0r0,97","w":336},".":{"d":"125,-151v49,0,85,35,85,83v0,47,-38,79,-85,79v-50,0,-85,-30,-85,-79v0,-46,37,-83,85,-83","w":250},"\/":{"d":"290,-720r-176,1000r-69,0r176,-1000r69,0","w":361},"0":{"d":"323,-704v172,0,266,173,266,353v0,176,-106,361,-270,361v-172,0,-277,-170,-277,-352v0,-173,120,-362,281,-362xm407,-104v34,-113,53,-449,-27,-536v-14,-15,-34,-21,-57,-21v-81,0,-121,107,-121,320v0,207,40,310,119,310v40,0,71,-23,86,-73"},"1":{"d":"492,0v-11,-3,-277,-2,-346,0r0,-30v55,-7,97,-6,97,-70v0,-33,1,-397,1,-443v0,-62,-70,-29,-117,-26r-5,-34r157,-55r117,-46r-2,348v0,121,3,207,3,256v0,68,40,62,95,70r0,30"},"2":{"d":"320,-704v121,-2,213,70,212,186v0,69,-46,151,-139,247r-152,156v22,2,264,1,332,0r0,115v-31,-2,-401,-1,-504,0v53,-40,251,-251,290,-332v19,-38,29,-82,29,-134v0,-81,-55,-137,-129,-137v-92,0,-138,59,-166,126r-24,-24v27,-111,123,-202,251,-203"},"3":{"d":"384,-394v91,15,185,89,185,197v0,197,-286,253,-445,173v-44,-22,-65,-50,-65,-81v0,-46,55,-67,89,-43v14,10,36,59,45,71v21,30,58,45,110,45v112,0,155,-123,95,-204v-38,-50,-89,-74,-150,-92v63,-36,130,-102,130,-172v0,-69,-48,-114,-118,-113v-61,0,-107,33,-137,100r-24,-24v27,-88,108,-167,228,-167v96,0,179,55,179,142v0,89,-69,130,-122,168"},"4":{"d":"609,-299r-44,109r-85,0v2,39,-5,119,15,140v10,11,47,16,72,20r0,30r-161,-2r-157,2r0,-30v54,-8,93,-6,93,-70v0,-22,2,-52,2,-91r-338,1v16,-4,488,-566,474,-562v-2,10,-2,346,-1,454xm344,-298v2,-21,0,-167,0,-213r-180,213r180,0"},"5":{"d":"424,-164v-8,-148,-154,-187,-290,-210v5,-19,33,-247,42,-319v15,2,298,1,371,0r0,115v-8,-2,-274,-1,-342,0r-11,85v138,25,270,68,334,171v19,30,29,63,29,100v0,157,-111,232,-266,232v-69,0,-125,-11,-168,-34v-43,-23,-65,-49,-65,-78v0,-47,55,-68,88,-42v15,10,35,57,46,70v21,27,58,41,110,41v77,0,127,-51,122,-131"},"6":{"d":"281,-462v161,-48,310,54,305,214v-5,153,-102,256,-252,256v-181,0,-281,-115,-283,-305v-4,-255,202,-454,487,-398r-1,44v-173,-37,-299,74,-322,223v19,-16,32,-24,66,-34xm332,-33v84,0,104,-93,104,-191v0,-102,-28,-191,-124,-192v-43,0,-83,14,-101,36v-20,142,-18,347,121,347"},"7":{"d":"576,-693v-44,80,-261,541,-342,707r-44,-25r264,-546v-15,-2,-295,-1,-368,0r0,-136v30,2,390,1,490,0"},"8":{"d":"563,-559v0,97,-88,131,-157,166v62,39,106,74,132,103v26,29,39,63,39,104v1,132,-127,194,-265,194v-126,0,-260,-48,-260,-160v0,-71,58,-130,173,-177v-62,-46,-135,-88,-138,-191v-4,-124,123,-184,249,-184v111,0,227,47,227,145xm369,-419v48,-21,80,-63,81,-132v2,-74,-46,-105,-119,-109v-105,-5,-145,108,-72,168v26,22,62,47,110,73xm314,-35v79,0,133,-29,135,-98v0,-25,-13,-49,-38,-73v-25,-24,-76,-57,-151,-100v-60,30,-90,81,-90,153v1,75,62,118,144,118"},"9":{"d":"308,-702v180,4,270,119,272,307v3,263,-201,451,-490,399r0,-44v186,34,306,-77,329,-236v-28,27,-85,48,-143,48v-133,1,-229,-89,-229,-224v0,-143,127,-253,261,-250xm310,-661v-87,0,-116,87,-116,186v0,174,104,226,219,160v22,-21,16,-76,16,-118v0,-152,-40,-228,-119,-228"},":":{"d":"135,-466v49,0,85,35,85,83v0,47,-38,79,-85,79v-50,0,-85,-30,-85,-79v0,-46,37,-83,85,-83xm135,-151v49,0,85,35,85,83v0,47,-38,79,-85,79v-50,0,-85,-30,-85,-79v0,-46,37,-83,85,-83","w":270},";":{"d":"140,-466v49,0,85,35,85,83v0,47,-38,79,-85,79v-50,0,-85,-30,-85,-79v0,-46,37,-83,85,-83xm134,-151v87,0,101,115,66,188v-29,61,-80,105,-132,135r-26,-27v38,-20,83,-62,83,-110v0,-53,-78,-44,-76,-105v1,-47,34,-81,85,-81","w":270},"<":{"d":"503,-123r-456,-181r0,-87r456,-181r0,87r-356,138r356,137r0,87","w":549},"=":{"d":"503,-414v-13,-2,-365,-1,-456,0r0,-87v20,2,366,1,456,0r0,87xm503,-200v-13,-2,-365,-1,-456,0r0,-87v20,2,366,1,456,0r0,87","w":549},">":{"d":"503,-304r-456,181r0,-87r356,-138r-356,-137r0,-87r456,181r0,87","w":549},"?":{"d":"164,-704v118,0,244,73,244,193v0,144,-126,163,-230,210v-30,14,-45,64,-20,95r-41,12v-31,-50,-83,-161,-15,-209v23,-17,58,-35,107,-52v77,-28,116,-60,116,-96v0,-82,-100,-103,-163,-57v-21,16,-44,33,-78,35v-31,1,-77,-30,-73,-62v7,-53,76,-69,153,-69xm167,-149v45,0,81,35,81,77v0,42,-36,77,-81,77v-45,0,-81,-35,-81,-77v0,-42,36,-77,81,-77","w":408},"@":{"d":"328,-648v260,-122,695,-40,686,262v-7,230,-174,343,-402,343v-42,0,-45,-16,-46,-59v0,-15,3,-44,9,-89v-36,52,-118,150,-201,149v-38,-1,-55,-61,-54,-105v2,-112,57,-214,124,-273v64,-56,144,-65,227,-34r66,-25v-18,107,-64,248,-53,357v1,13,15,21,32,21v104,0,156,-82,156,-247v1,-191,-98,-311,-288,-311v-220,0,-370,189,-370,428v0,232,118,351,341,352v117,0,233,-42,293,-93r13,36v-117,103,-401,161,-581,68v-119,-62,-215,-184,-215,-356v0,-207,117,-356,263,-424xm553,-430v-75,0,-113,154,-111,237v2,83,51,51,86,8v23,-29,41,-54,54,-77r30,-140v-7,-18,-32,-28,-59,-28","w":1074},"A":{"d":"765,-1v-19,-4,-250,-1,-314,1r0,-30v40,1,79,-6,79,-42v0,-16,-23,-79,-68,-188v-3,-1,-182,-1,-226,0v-43,106,-65,167,-65,183v0,36,45,48,93,47r0,30v-9,-5,-187,-3,-241,0r0,-30v68,2,83,-51,111,-119r232,-559r62,0r251,604v27,54,39,73,86,74r0,29xm443,-306r-95,-228r-94,228r189,0","w":785},"B":{"d":"464,-380v111,16,216,56,216,180v0,152,-138,202,-301,202r-348,-2r0,-30v52,-5,88,-10,86,-70v-1,-74,18,-494,-13,-541v-10,-17,-49,-19,-77,-22r0,-30v24,2,272,0,342,0v126,0,249,28,249,152v0,94,-82,140,-154,161xm345,-387v78,-1,124,-49,124,-134v0,-116,-84,-143,-200,-128r-1,258v0,3,26,4,77,4xm383,-39v95,1,137,-59,138,-148v0,-103,-75,-162,-183,-160r-70,0v-2,35,-2,166,2,232v5,70,32,74,113,76","w":735},"C":{"d":"224,-354v2,187,88,316,280,316v131,0,193,-66,218,-169r32,0r-25,181v-80,16,-145,37,-245,37v-237,0,-420,-123,-419,-352v1,-226,183,-363,426,-363v83,0,166,22,235,5r5,195r-32,0v-8,-106,-65,-154,-199,-154v-178,0,-278,113,-276,304","w":809},"D":{"d":"405,-694v256,-3,413,101,417,331v4,235,-170,365,-406,363r-224,-2r-161,2r0,-30v52,-5,88,-10,86,-70v-1,-74,18,-494,-13,-541v-10,-17,-49,-19,-77,-22r0,-30v40,4,296,1,378,-1xm660,-340v0,-183,-84,-303,-268,-307r-123,5v-1,19,-1,491,1,532v4,73,63,66,144,66v164,0,246,-99,246,-296","w":885},"E":{"d":"462,-51v122,5,153,-38,180,-131r32,0r-37,185v-142,-9,-299,-5,-448,-4r-158,1r0,-30v52,-5,88,-10,86,-70v-1,-74,18,-494,-13,-541v-10,-17,-49,-19,-77,-22r0,-30r471,0v54,0,75,-2,113,-6r10,172r-32,0v-27,-105,-31,-116,-156,-116r-164,0v-1,0,-1,86,-1,259v72,-5,164,14,216,-13v32,-16,26,-41,35,-88r32,0v-3,9,-2,200,0,249r-32,0v-7,-91,-46,-105,-149,-101r-102,0v4,140,-8,192,10,260v24,38,119,23,184,26","w":708},"F":{"d":"27,-693r465,0v54,0,75,-2,113,-6r10,172r-32,0v-27,-105,-31,-116,-156,-116r-158,0v-1,0,-1,90,-1,269v84,-9,209,29,238,-42v5,-12,7,-32,11,-59r32,0v-3,9,-2,200,0,249r-32,0v-7,-91,-46,-105,-149,-101r-100,0v0,119,3,194,3,227v0,72,51,61,113,70r0,30v-15,-3,-273,-2,-353,0r0,-30v52,-5,88,-10,86,-70v-1,-74,18,-494,-13,-541v-10,-17,-49,-19,-77,-22r0,-30","w":632},"G":{"d":"227,-350v-2,200,85,316,263,316v69,0,116,-2,121,-53v5,-55,10,-150,-13,-191v-9,-17,-46,-19,-73,-22r0,-30v14,3,261,1,325,0r0,30v-54,4,-89,9,-89,70v0,66,-5,136,-2,209v-82,12,-180,32,-285,32v-242,0,-409,-109,-409,-349v0,-236,190,-366,437,-366v90,0,192,24,265,7r5,196r-32,0v-12,-120,-74,-158,-225,-156v-191,3,-286,110,-288,307","w":873},"H":{"d":"268,-386r349,0v0,-110,-3,-179,-3,-207v0,-60,-33,-65,-86,-70r0,-30v13,3,264,1,329,0r0,30v-54,4,-91,9,-89,70v2,72,-19,493,12,541v10,17,49,19,77,22r0,30v-10,-3,-264,-2,-329,0r0,-30v52,-5,86,-10,86,-70v0,-31,3,-109,3,-234r-349,0v0,125,3,203,3,234v0,61,35,66,89,70r0,30v-10,-3,-264,-2,-329,0r0,-30v52,-5,88,-10,86,-70v-1,-74,18,-494,-13,-541v-10,-16,-46,-19,-73,-22r0,-30v13,3,264,1,329,0r0,30v-54,4,-89,9,-89,70v0,29,-3,98,-3,207","w":885},"I":{"d":"360,0v-10,-3,-264,-2,-329,0r0,-30v52,-5,88,-10,86,-70v-1,-74,18,-494,-13,-541v-10,-16,-46,-19,-73,-22r0,-30v13,3,264,1,329,0r0,30v-54,4,-91,9,-89,70v2,72,-18,493,13,541v10,17,48,19,76,22r0,30","w":388},"J":{"d":"360,-663v-54,4,-89,9,-89,70r-3,489v2,213,-106,334,-257,390r-14,-27v115,-58,108,-146,122,-332v2,-25,-2,-473,-2,-520v0,-70,-47,-61,-107,-70r0,-30v5,3,282,2,350,0r0,30","w":374},"K":{"d":"840,0v-16,-3,-310,-2,-387,-1r0,-29v27,-4,68,3,68,-25v-20,-54,-83,-103,-122,-144v-75,-78,-120,-118,-131,-125v0,119,3,193,3,224v0,61,35,66,89,70r0,30v-10,-3,-264,-2,-329,0r0,-30v52,-5,88,-10,86,-70v-1,-74,18,-494,-13,-541v-10,-16,-46,-19,-73,-22r0,-30v13,3,264,1,329,0r0,30v-54,4,-89,9,-89,70v0,23,-3,127,-3,257v64,-58,188,-178,250,-256v31,-40,29,-66,-36,-70r-24,-1r0,-30v11,3,235,2,293,0r0,30v-47,0,-86,13,-117,39v-34,29,-170,169,-227,224r235,234v60,48,106,126,198,136r0,30","w":846},"L":{"d":"450,-55v122,6,154,-41,182,-133r32,0r-37,191v-139,-9,-293,-5,-438,-4r-158,1r0,-30v52,-5,88,-10,86,-70v-1,-74,18,-494,-13,-541v-10,-17,-49,-19,-77,-22r0,-30v14,3,273,1,341,0r0,30v-56,4,-97,7,-97,70v0,38,-1,413,-1,470v0,91,98,64,180,68","w":690},"M":{"d":"969,-663v-54,4,-93,8,-91,70v2,72,-19,493,12,541v10,17,49,19,77,22r0,30v-11,-3,-265,-2,-331,0r0,-30v53,-4,88,-10,88,-70v0,-70,3,-343,3,-463r-255,563r-47,0v-5,-18,-198,-440,-252,-557r3,452v-1,61,37,71,92,75r0,30v-9,-3,-194,-2,-242,0r0,-30v30,-3,69,-2,78,-24v31,-73,16,-119,16,-291v0,-133,-3,-215,-3,-248v0,-58,-39,-69,-95,-70r0,-30r248,0r227,509r229,-509v38,2,186,0,243,0r0,30","w":995},"N":{"d":"829,-663v-30,3,-68,2,-77,24v-31,73,-17,120,-17,291r0,358r-45,0r-289,-326r-228,-253r3,462v-1,61,40,73,96,77r0,30v-8,-3,-197,-2,-246,0r0,-30v30,-3,69,-2,78,-24v31,-74,16,-120,16,-291v0,-133,-3,-215,-3,-248v0,-58,-39,-69,-95,-70r0,-30r238,0r422,472r-3,-366v1,-62,-38,-72,-94,-76r0,-30v8,3,196,2,244,0r0,30","w":844},"O":{"d":"449,-706v231,0,379,123,379,345v0,216,-167,373,-387,373v-211,0,-376,-150,-376,-355v0,-208,174,-363,384,-363xm456,-36v159,0,202,-123,202,-293v0,-175,-51,-331,-213,-331v-147,0,-212,112,-211,277v1,189,53,347,222,347","w":893},"P":{"d":"179,-692v213,0,453,-17,453,189v0,178,-177,236,-364,213r3,190v-5,72,51,61,113,70r0,30v-15,-3,-273,-2,-353,0r0,-30v52,-5,88,-10,86,-70v-1,-74,18,-494,-13,-541v-10,-17,-49,-19,-77,-22r0,-30v0,1,51,1,152,1xm268,-339v16,9,48,9,78,10v85,0,127,-53,127,-158v0,-98,-43,-163,-142,-162r-61,3","w":660},"Q":{"d":"606,-19v53,65,193,204,288,196r-4,32v-216,31,-343,-68,-445,-197v-214,5,-380,-148,-380,-355v0,-208,174,-363,384,-363v231,0,379,123,379,345v0,166,-97,293,-222,342xm456,-33v160,0,202,-126,202,-296v0,-175,-51,-331,-213,-331v-147,0,-212,112,-211,277v1,186,55,350,222,350","w":893},"R":{"d":"650,-521v0,111,-82,168,-161,201r137,145v43,42,82,87,133,122v29,19,39,23,68,23r0,30v-2,5,-199,8,-216,-8v-23,-8,-48,-27,-78,-55v-27,-26,-108,-130,-164,-203v-19,-25,-60,-19,-101,-21v6,76,-10,181,16,235v9,18,48,19,76,22r0,30v-10,-3,-264,-2,-329,0r0,-30v52,-5,88,-10,86,-70v-1,-74,18,-494,-13,-541v-10,-17,-49,-19,-77,-22r0,-30r368,0v137,0,255,45,255,172xm491,-493v0,-130,-92,-168,-223,-151r0,308v32,4,53,6,98,6v83,0,125,-54,125,-163","w":831},"S":{"d":"332,-699v71,0,153,28,211,6r5,200r-32,0v-12,-101,-63,-161,-177,-161v-84,0,-126,31,-126,93v0,95,74,103,163,146v108,52,198,79,204,206v6,145,-134,217,-279,217v-73,0,-149,-28,-211,-10r-33,-200r32,0v38,104,75,165,219,165v130,0,181,-134,87,-201v-112,-80,-311,-87,-311,-277v0,-122,117,-184,248,-184","w":647},"T":{"d":"727,-511r-32,0v-8,-88,-35,-131,-141,-129r-112,2v-1,0,-1,98,-1,293v0,131,3,212,3,245v0,65,42,64,99,70r0,30v-11,-3,-280,-2,-349,0r0,-30v55,-7,96,-6,96,-70v0,-94,2,-399,1,-538r-135,-2v-68,2,-97,21,-106,88r-8,41r-32,0r8,-206v8,2,23,-4,23,5v4,9,21,16,36,17v17,2,115,3,296,3v209,0,261,8,313,-10v9,-6,10,-7,11,-15r22,0","w":737},"U":{"d":"474,-51v201,1,205,-141,204,-355v0,-77,-4,-138,-4,-181v0,-60,-42,-72,-98,-76r0,-30v3,3,207,2,256,0r0,30v-30,3,-68,2,-78,24v-28,62,-16,111,-16,241v0,192,8,238,-70,334v-44,54,-131,79,-234,79v-198,0,-321,-66,-322,-254r-2,-354v2,-60,-33,-65,-86,-70r0,-30v13,3,264,1,329,0r0,30v-54,4,-90,9,-90,70v0,33,-3,88,-3,167v0,33,1,91,4,174v6,141,67,200,210,201","w":848},"V":{"d":"771,-663v-43,3,-57,16,-84,55v-15,21,-317,677,-297,634r-37,0v2,-16,-278,-669,-271,-646v-16,-27,-43,-38,-78,-43r0,-30v21,3,267,1,336,0r0,30v-40,2,-86,6,-88,44v14,85,52,158,82,231r94,228v47,-108,173,-365,179,-446v3,-44,-36,-56,-81,-57r0,-30v5,3,196,2,245,0r0,30","w":775},"W":{"d":"1171,-663v-43,3,-57,16,-84,55v-15,21,-317,677,-297,634r-37,0v0,-15,-119,-294,-171,-418r-192,418r-37,0v2,-16,-278,-669,-271,-646v-16,-27,-43,-38,-78,-43r0,-30v15,3,261,1,326,0r0,30v-36,3,-77,9,-78,44v14,85,52,158,82,231r95,231r129,-291v-44,-103,-69,-161,-76,-172v-20,-33,-34,-38,-68,-43r0,-30v28,4,266,1,336,0r0,30v-43,2,-96,2,-98,44v14,85,52,158,82,231r94,228v47,-108,173,-365,179,-446v3,-44,-36,-56,-81,-57r0,-30v5,3,196,2,245,0r0,30","w":1175},"X":{"d":"789,-1v-24,-4,-270,-1,-339,1r0,-30v29,-2,71,-4,71,-33v0,-32,-111,-176,-146,-225v-40,49,-155,184,-153,217v-4,30,42,39,78,41r0,30v-4,-3,-216,-2,-268,0r0,-30v38,-4,60,-11,88,-36v47,-41,168,-189,225,-261r-117,-165v-55,-78,-92,-125,-108,-142v-16,-17,-36,-27,-60,-30r0,-29v13,3,265,1,331,0r0,30v-31,6,-74,0,-73,33v1,32,94,149,124,192v37,-46,127,-135,127,-188v0,-33,-39,-37,-74,-37r0,-30v1,3,205,2,255,0r0,30v-91,4,-122,73,-166,126r-115,137r199,274v27,36,56,73,87,89v7,4,19,5,34,7r0,29","w":818},"Y":{"d":"731,-664v-39,1,-62,11,-89,38v-50,50,-147,192,-203,267v0,121,3,207,3,259v0,64,42,64,99,70r0,30v-11,-3,-280,-2,-349,0r0,-30v55,-7,95,-6,96,-70r3,-210r-224,-327v-12,-15,-33,-24,-63,-26r0,-30v4,3,263,2,326,0r0,30v-31,2,-72,8,-69,35v32,81,102,165,146,239r84,-116v32,-49,60,-64,60,-116v0,-33,-38,-44,-75,-42r0,-31v4,3,206,2,255,0r0,30","w":735},"Z":{"d":"598,0r-546,1v34,-43,344,-495,445,-639v-6,1,-306,-13,-335,17v-31,12,-49,63,-56,115r-32,0r10,-193v194,12,410,6,615,6v-23,26,-349,508,-440,641v126,-6,283,23,373,-24v43,-23,57,-68,78,-122r31,0r-24,116r-13,85v0,-2,-35,-3,-106,-3","w":781},"[":{"d":"401,275v-17,-2,-226,-1,-284,0r0,-1010v4,1,229,1,284,0r0,50r-151,0r0,910r151,0r0,50","w":430},"\\":{"d":"316,280r-69,0r-176,-1000r69,0","w":361},"]":{"d":"313,275v-4,-1,-229,-1,-284,0r0,-50r151,0r0,-910r-151,0r0,-50v17,2,226,1,284,0r0,1010","w":430},"^":{"d":"438,-380r-121,0r-133,-238r-133,238r-121,0r187,-313r134,0","w":367},"_":{"d":"500,170r-500,0r0,-70r500,0r0,70","w":500},"a":{"d":"419,-342r-5,198v-4,80,54,81,91,44r16,26v-30,35,-83,81,-145,81v-39,0,-68,-24,-87,-72v-41,50,-84,75,-129,75v-67,0,-124,-56,-125,-114v0,-91,84,-147,251,-169v2,-72,1,-150,-66,-153v-79,-3,-54,106,-131,106v-30,0,-45,-14,-45,-42v0,-66,126,-103,212,-103v94,0,165,38,163,123xm174,-196v-56,55,16,161,89,119v13,-9,17,-14,22,-26r1,-136v-44,6,-84,16,-112,43","w":518},"b":{"d":"368,-466v112,0,184,86,184,210v0,189,-169,308,-368,254v-51,-14,-70,-22,-104,-38r0,-530v1,-59,-24,-76,-79,-77r0,-30r110,-24r107,-29r-2,333v32,-32,93,-69,152,-69xm216,-70v13,22,38,41,76,40v79,0,118,-61,118,-183v0,-113,-50,-205,-158,-171v-18,6,-26,13,-36,23r0,291","w":595},"c":{"d":"172,-263v0,105,61,185,155,186v51,0,97,-20,137,-60r17,28v-44,56,-118,119,-221,119v-121,0,-217,-91,-217,-231v0,-142,117,-245,250,-245v83,0,168,29,174,88v3,30,-31,48,-63,48v-52,0,-81,-90,-145,-90v-61,0,-87,72,-87,157","w":492},"d":{"d":"43,-212v0,-174,166,-299,337,-238v-8,-74,26,-186,-52,-194r-29,-3r0,-30r110,-24r107,-29r1,616v0,53,20,69,75,65r0,30r-211,29r-2,-68v-20,26,-92,70,-145,68v-115,-4,-191,-92,-191,-222xm186,-240v0,125,95,216,193,146r1,-291v-9,-22,-42,-38,-76,-38v-84,0,-118,84,-118,183","w":606},"e":{"d":"174,-262v-3,103,64,181,158,182v59,0,107,-19,145,-57r17,28v-43,59,-126,119,-227,119v-138,0,-224,-81,-224,-226v0,-154,90,-244,237,-250v123,-5,196,92,202,207xm346,-299v0,-64,-19,-133,-81,-131v-62,2,-89,66,-89,131r170,0","w":516},"f":{"d":"367,-732v52,0,116,10,119,51v3,32,-46,69,-79,69v-48,0,-67,-60,-112,-67v-46,4,-50,34,-58,87v-5,33,-6,81,-7,146r119,0r0,54r-119,0v3,42,-14,320,15,344v7,13,50,17,77,18r0,30v-1,-3,-239,-2,-297,0r0,-30v22,-3,54,-3,59,-19v24,-78,6,-234,10,-343r-80,0r35,-54r45,0v9,-175,111,-286,273,-286","w":355},"g":{"d":"189,-118v-10,7,-22,19,-22,36v0,12,11,20,34,24v49,11,251,14,282,46v28,17,42,44,42,83v0,130,-148,215,-291,215v-104,0,-206,-32,-206,-119v0,-63,77,-101,127,-121v-41,-1,-106,-35,-103,-81v3,-42,71,-77,106,-91v-68,-21,-115,-74,-117,-151v-4,-143,173,-234,315,-169r167,0r0,54r-96,-4v19,21,39,61,39,104v0,129,-136,196,-277,174xm247,-428v-56,0,-73,60,-73,122v0,102,29,153,87,153v48,0,72,-36,72,-109v0,-79,-18,-166,-86,-166xm277,235v88,0,172,-42,156,-127v-30,-60,-156,-42,-238,-55v-41,17,-61,46,-61,88v0,59,67,94,143,94","w":528},"h":{"d":"225,-388v51,-54,195,-123,261,-40v46,58,40,83,40,200v0,59,-11,140,9,182v6,13,36,13,56,16r0,30v-9,-3,-212,-2,-265,0r0,-30v38,0,61,-9,62,-52v1,-25,2,-60,2,-105v2,-115,1,-192,-86,-192v-29,0,-55,7,-79,22r3,293v1,30,28,33,58,34r0,30v-11,-3,-213,-1,-266,0r0,-30v22,-3,55,-3,60,-19v22,-74,11,-118,11,-287v0,-73,-2,-151,-2,-234v0,-59,-24,-76,-79,-77r0,-30r110,-24r107,-29v-1,180,-2,294,-2,342","w":602},"i":{"d":"160,-706v46,0,83,35,83,79v0,44,-37,79,-83,79v-46,0,-83,-35,-83,-79v0,-44,37,-79,83,-79xm290,0v-11,-3,-212,-1,-265,0r0,-30v40,-3,68,-6,68,-52v0,-34,2,-74,2,-119v-3,-2,6,-140,-13,-160v-9,-15,-39,-17,-63,-20r0,-30r105,-24r106,-31r0,384v-2,44,19,51,60,52r0,30","w":310},"j":{"d":"160,-706v46,0,83,35,83,79v0,44,-37,79,-83,79v-46,0,-83,-35,-83,-79v0,-44,37,-79,83,-79xm230,-466r0,440v-4,172,-99,263,-220,320r-18,-25v115,-77,107,-203,104,-417v-1,-85,9,-162,-15,-213v-7,-16,-39,-18,-64,-20r0,-30r107,-24","w":316},"k":{"d":"601,0v-17,-3,-214,-1,-270,0r0,-30v18,-2,42,2,40,-17v-30,-49,-104,-120,-146,-173v2,54,-4,130,9,171v6,17,31,18,53,19r0,30v-11,-3,-214,-1,-267,0r0,-30v22,-3,55,-3,60,-19v22,-74,11,-118,11,-287v0,-73,-2,-151,-2,-234v0,-59,-24,-76,-79,-77r0,-30r110,-24r107,-29r-2,498r50,-45v54,-54,89,-73,107,-125v2,-26,-35,-22,-59,-24r0,-30v11,3,186,1,232,0r0,30v-92,8,-90,37,-155,92r-53,50r179,209v34,33,42,44,75,46r0,29","w":604},"l":{"d":"294,0v-9,-3,-220,-2,-274,0r0,-30v22,-3,55,-3,60,-19v22,-74,11,-118,11,-287v0,-73,-2,-151,-2,-234v0,-59,-24,-76,-79,-77r0,-30r110,-24r107,-29r-1,631v-2,54,17,70,68,69r0,30","w":306},"m":{"d":"521,-382v50,-57,199,-132,267,-46v45,57,39,83,39,200v0,59,-11,140,9,182v6,13,36,13,56,16r0,30v-9,-3,-212,-2,-265,0r0,-30v38,0,61,-9,62,-52v1,-25,2,-60,2,-105v2,-114,1,-192,-84,-192v-27,0,-53,9,-78,26r1,271v-2,45,18,50,59,52r0,30v-11,-3,-208,-1,-259,0r0,-30v38,0,62,-9,62,-52v0,-122,35,-297,-82,-297v-27,0,-69,16,-80,27r0,270v-2,44,19,51,60,52r0,30v-11,-3,-212,-1,-265,0r0,-30v40,-3,68,-6,68,-52v0,-34,2,-74,2,-119v-3,-2,6,-140,-13,-160v-9,-15,-39,-17,-63,-20r0,-30r105,-24r106,-31r-1,81v34,-36,99,-79,167,-81v65,-2,108,36,125,84","w":903},"n":{"d":"229,-385v46,-56,196,-126,261,-43v45,58,40,83,40,200v0,59,-11,140,9,182v6,13,36,13,56,16r0,30v-9,-3,-212,-2,-265,0r0,-30v38,0,61,-9,62,-52v1,-25,2,-60,2,-105v2,-114,0,-187,-84,-192v-27,-2,-69,16,-80,27r0,270v-2,44,19,51,60,52r0,30v-11,-3,-212,-1,-265,0r0,-30v40,-3,68,-6,68,-52v0,-34,2,-74,2,-119v-3,-2,6,-140,-13,-160v-9,-15,-39,-17,-63,-20r0,-30r105,-24r106,-31","w":606},"o":{"d":"304,-466v146,0,257,92,257,235v0,141,-118,241,-260,241v-146,0,-258,-90,-258,-231v0,-139,114,-245,261,-245xm314,-33v81,0,103,-62,103,-154v0,-119,-24,-235,-127,-235v-70,0,-105,53,-105,160v1,111,27,229,129,229","w":604},"p":{"d":"365,-466v113,1,189,88,189,214v0,175,-157,300,-338,251v3,154,-10,165,15,227v5,14,50,17,77,18r0,30v-2,-3,-241,-2,-299,0r0,-30v23,-3,56,-3,61,-19v22,-75,11,-94,11,-296v0,-129,-1,-210,-1,-243v0,-54,-26,-64,-74,-67r0,-30r105,-24r106,-31r-1,66v50,-44,100,-66,149,-66xm216,-61v14,18,44,30,78,30v78,0,117,-56,117,-169v0,-165,-85,-229,-195,-168r0,307","w":597},"q":{"d":"43,-216v4,-157,101,-250,250,-250v47,0,84,8,113,24v34,-17,69,-32,107,-45r0,663v-4,54,22,66,71,68r0,30v-20,-3,-237,-1,-299,0r0,-30v59,-4,89,-4,90,-69r2,-231v-20,26,-89,68,-142,66v-118,-4,-196,-92,-192,-226xm311,-69v27,0,54,-10,66,-23r0,-293v-11,-22,-40,-38,-75,-38v-80,3,-119,84,-119,177v0,99,41,175,128,177","w":584},"r":{"d":"374,-466v31,-3,62,23,62,52v0,41,-37,107,-80,104v-27,-3,-26,-47,-57,-41v-42,8,-71,54,-70,108v3,119,-8,142,15,195v6,13,50,17,77,18r0,30v-1,-3,-239,-2,-297,0r0,-30v22,-3,56,-3,60,-19v22,-85,8,-137,9,-265v0,-54,-26,-64,-74,-67r0,-30r105,-24r106,-31v-1,0,-2,47,-2,140v37,-82,63,-132,146,-140","w":442},"s":{"d":"53,-326v5,-135,171,-155,296,-126r27,-3r4,144r-32,0v-8,-66,-39,-119,-100,-115v-82,-12,-110,84,-44,117v80,40,198,55,202,169v5,145,-191,169,-316,131v-17,0,-26,4,-37,9r-12,-160r32,0v11,79,53,131,129,131v77,0,128,-62,70,-105v-63,-47,-224,-68,-219,-192","w":442},"t":{"d":"210,-186v0,72,6,113,72,113v31,0,61,-18,77,-33r16,28v-34,36,-108,83,-182,83v-77,0,-120,-51,-119,-130r3,-267r-66,0r98,-86r106,-98r-2,130r148,0r0,54r-149,0v-1,0,-2,69,-2,206","w":384},"u":{"d":"299,-77v28,0,68,-15,79,-27v-3,-9,13,-224,-12,-262v-9,-16,-38,-18,-63,-21r0,-30r113,-24r98,-25v4,15,-15,341,14,402v8,16,37,16,63,15r0,30r-211,29r-1,-81v-34,36,-98,79,-166,81v-83,3,-126,-63,-130,-140v-4,-74,11,-178,-13,-231v-7,-14,-38,-18,-62,-20r0,-30r105,-24r106,-31v-1,0,-2,66,-2,197v0,88,-2,192,82,192","w":605},"v":{"d":"526,-426v-28,5,-48,15,-62,39v-24,41,-190,415,-181,396r-39,0r-172,-373v-24,-46,-30,-61,-70,-62r0,-30v8,2,214,1,267,0r0,30v-27,0,-61,4,-59,25v4,38,77,186,103,240v25,-57,86,-186,93,-233v3,-21,-38,-29,-66,-32r0,-30v1,3,150,2,186,0r0,30","w":528},"w":{"d":"822,-426v-28,5,-48,15,-62,39v-24,41,-189,412,-181,396r-39,0r-130,-283r-127,283r-39,0r-172,-373v-24,-46,-30,-61,-70,-62r0,-30v5,2,207,1,259,0r0,30v-25,0,-54,6,-51,25v4,40,78,187,104,243r73,-166v-21,-37,-39,-108,-82,-102r0,-30r260,1r0,29v-27,0,-61,4,-59,25v4,38,77,186,103,240v25,-57,86,-186,93,-233v3,-21,-38,-29,-66,-32r0,-30v1,3,150,2,186,0r0,30","w":824},"x":{"d":"376,-372v20,-30,9,-53,-30,-54r0,-30v1,3,151,2,187,0r0,30v-39,2,-61,16,-92,50r-101,112v91,112,119,160,190,219v10,9,26,12,42,15r0,30v-10,-3,-229,-2,-286,0r0,-30v19,-6,50,-1,50,-23v0,-11,-28,-51,-83,-120v-46,55,-72,66,-85,117v-4,16,25,24,54,26r0,30v-3,-3,-169,-2,-209,0r0,-30v41,-3,68,-18,97,-48r117,-127r-140,-171v-33,-36,-44,-50,-77,-50r0,-30v11,3,233,1,291,0r0,30v-26,2,-49,3,-49,27v0,18,20,52,61,101v21,-24,45,-46,63,-74","w":575},"y":{"d":"7,224v2,-44,31,-53,84,-54v69,-1,79,-20,104,-73r45,-94r-168,-367v-24,-46,-30,-61,-70,-62r0,-30r267,1r0,29v-27,0,-61,4,-59,25v4,39,77,188,102,243v25,-58,87,-188,94,-236v3,-21,-38,-29,-66,-32r0,-30v1,3,150,2,186,0r0,30v-28,5,-48,14,-62,39v-36,68,-124,267,-167,362v-41,90,-69,153,-87,188v-37,70,-60,116,-134,123v-36,3,-70,-27,-69,-62","w":528},"z":{"d":"502,3v-95,-8,-230,-5,-333,-4r-134,1r272,-414v-1,-1,-165,-4,-177,4v-39,8,-45,56,-55,100r-32,0r5,-106r-2,-52v71,24,303,7,444,11r-273,410v1,3,146,2,157,1v84,-6,91,-43,110,-121r32,0","w":532},"{":{"d":"196,-192v152,107,-40,458,184,436r0,36v-156,5,-256,-24,-254,-169r3,-135v-6,-124,7,-176,-89,-185r0,-37v96,-8,92,-62,89,-185r-3,-135v-1,-144,96,-174,254,-169r0,36v-214,-22,-47,297,-164,417v-25,24,-51,46,-87,54v26,9,43,18,67,36","w":430},"|":{"d":"250,275r-133,0r0,-968r133,0r0,968","w":367},"}":{"d":"301,-431v6,124,-7,176,89,185r0,37v-96,8,-92,62,-89,185r3,135v1,144,-96,174,-254,169r0,-36v195,22,76,-244,138,-376v26,-54,62,-77,113,-96v-78,-24,-134,-87,-134,-191v0,-132,34,-299,-117,-280r0,-36v156,-5,256,24,254,169","w":430},"~":{"d":"395,-379v33,0,81,-16,94,-34r14,27v-22,36,-81,94,-136,93v-99,-2,-237,-65,-307,5r-14,-26v24,-36,87,-94,144,-94v28,0,159,29,205,29","w":549},"\u00a1":{"d":"140,-466v45,0,81,35,81,77v0,42,-36,77,-81,77v-45,0,-81,-35,-81,-77v0,-42,36,-77,81,-77xm140,243v-45,0,-82,-31,-82,-83v0,-63,44,-347,53,-394v5,-27,51,-28,57,0v9,46,53,332,53,394v0,52,-36,83,-81,83","w":280},"\u00a2":{"d":"469,-458v-38,0,-82,-72,-108,-79r0,340v65,2,109,-18,155,-62r17,28v-31,46,-104,101,-172,116r0,78r-45,0r0,-76v-136,-7,-220,-85,-223,-230v-2,-138,103,-232,223,-244r0,-69r45,0r0,68v76,1,163,29,169,84v3,30,-29,46,-61,46xm316,-544v-117,1,-113,244,-46,308v17,16,28,22,46,31r0,-339"},"\u00a3":{"d":"522,-205v0,-40,24,-70,66,-69v32,0,48,24,48,71v-2,111,-108,213,-200,213v-70,0,-135,-21,-194,-63v-45,43,-94,65,-149,65v-64,0,-128,-30,-127,-95v2,-113,181,-136,272,-83v-21,-64,-69,-123,-102,-178r-99,0r0,-51r81,0v-10,-28,-18,-55,-18,-95v0,-123,119,-206,249,-206v63,0,115,10,156,32v41,22,62,45,62,68v0,51,-70,72,-104,38v-33,-33,-64,-99,-134,-96v-53,2,-93,42,-93,105v0,56,18,118,37,154r164,0r0,51r-142,0v37,78,35,138,4,200v79,43,149,64,211,64v24,0,46,-12,45,-36v1,-15,-38,-68,-33,-89xm9,-88v0,90,150,77,189,28r12,-13v-30,-28,-83,-67,-137,-69v-32,-1,-64,22,-64,54"},"\u00a5":{"d":"664,-664v-33,0,-49,7,-72,30v-50,49,-147,182,-201,253r0,90r136,-1r0,48v0,-1,-45,-1,-136,-1r0,60r136,-1r0,48v0,-1,-45,-1,-134,-1v1,10,1,84,15,87v10,16,56,19,85,22r0,30v-11,-3,-280,-2,-349,0r0,-30v55,-7,100,-6,96,-70r2,-39r-135,1r0,-48v0,1,45,1,136,1r0,-60r-136,1r0,-48v0,1,45,1,136,1r0,-39r-101,-155v-19,-29,-57,-79,-112,-152v-12,-15,-30,-24,-55,-26r0,-30v9,3,255,2,318,0r0,30v-31,2,-72,8,-69,35v29,77,93,150,134,220r126,-173v23,-33,29,-83,-37,-81r-26,-1r0,-31v1,3,196,2,243,0r0,30"},"\u00a7":{"d":"317,-685v-69,-5,-113,75,-75,134v57,89,216,154,282,225v63,68,33,197,-18,246v-21,21,-35,34,-57,49v34,19,67,65,67,120v0,117,-114,193,-241,193v-63,0,-115,-9,-159,-27v-44,-18,-66,-40,-66,-67v-1,-47,62,-71,104,-45v48,30,63,96,141,96v120,0,133,-119,61,-175v-82,-64,-184,-106,-246,-190v-29,-39,-40,-115,-10,-168v27,-49,62,-78,103,-105v-40,-28,-79,-75,-80,-144v-1,-114,109,-190,229,-190v61,0,109,7,144,23v35,16,53,34,53,55v0,35,-27,58,-63,57v-45,8,-126,-94,-169,-87xm453,-98v34,-89,-7,-128,-98,-194r-119,-86v-46,29,-68,116,-19,166v47,48,141,112,204,157v15,-11,23,-20,32,-43"},"\u00a4":{"d":"580,-143r-57,60r-79,-78v-50,53,-216,52,-265,0r-73,73r-53,-53r73,-75v-53,-51,-47,-212,5,-257r-81,-80r61,-58r81,79v51,-46,204,-45,253,0r76,-76r54,53r-76,76v52,49,57,206,4,258xm315,-201v83,-1,130,-53,130,-142v0,-84,-55,-142,-131,-143v-80,0,-130,56,-130,141v0,86,49,144,131,144"},"'":{"d":"186,-733r-47,260r-42,0r-47,-259v38,-14,97,-14,136,-1","w":236},"\u00ab":{"d":"404,-53r-28,18r-141,-173r0,-40r141,-173r28,18v-29,69,-95,152,-51,243v20,41,32,72,51,107xm214,-53r-28,18r-141,-173r0,-40r141,-173r28,18v-29,69,-95,152,-51,243v20,41,32,72,51,107","w":445},"\u00b7":{"d":"100,-426v46,0,83,35,83,79v0,44,-37,79,-83,79v-46,0,-83,-35,-83,-79v0,-44,37,-79,83,-79","w":200},"\u00b6":{"d":"426,-693v111,0,284,6,356,-13r4,43v-23,6,-61,10,-115,12r0,609v54,2,92,6,115,12r-4,43v-27,-9,-64,-13,-111,-13r0,280r-47,0r1,-280r-55,0r0,280r-47,0r1,-280r-108,0v-216,0,-351,-127,-351,-344v0,-222,141,-350,361,-349xm524,-43r-1,-608r-85,0r0,609xm625,-43r-1,-607r-54,0r0,607r55,0","w":830},"\u00bb":{"d":"400,-208r-141,173r-28,-18r17,-32v16,-31,51,-101,51,-140v0,-57,-45,-134,-68,-178r28,-18r141,173r0,40xm210,-208r-141,173r-28,-18r17,-32v16,-31,51,-101,51,-140v0,-57,-45,-134,-68,-178r28,-18r141,173r0,40","w":445},"\u00bf":{"d":"241,-466v45,0,81,35,81,77v0,42,-36,77,-81,77v-45,0,-81,-35,-81,-77v0,-42,36,-77,81,-77xm83,90v0,82,101,105,163,57v32,-24,85,-54,127,-17v15,13,24,27,24,44v0,53,-76,69,-153,69v-118,0,-244,-73,-244,-193v0,-144,126,-163,230,-210v30,-14,45,-64,20,-95r41,-12v31,50,83,161,15,209v-23,17,-58,35,-107,52v-77,28,-116,60,-116,96","w":408},"`":{"d":"357,-529r-31,18r-182,-191r98,-26","w":500},"\u00b4":{"d":"367,-692r-210,181r-24,-24r145,-199","w":500},"\u00af":{"d":"400,-546v-11,-2,-241,-1,-300,0r0,-74v11,2,241,1,300,0r0,74","w":500},"\u00a8":{"d":"337,-627v30,0,53,24,53,53v0,29,-23,52,-53,52v-30,0,-54,-23,-54,-52v0,-29,24,-53,54,-53xm163,-627v30,0,54,24,54,53v0,29,-24,52,-54,52v-30,0,-53,-23,-53,-52v0,-29,23,-53,53,-53","w":500},"\u00b8":{"d":"233,52v76,8,140,45,140,119v0,68,-74,111,-151,111v-46,0,-107,-14,-110,-53v-2,-33,48,-55,68,-26v12,18,37,41,58,41v31,0,48,-23,48,-52v0,-42,-43,-67,-128,-74r55,-130r44,0","w":500},"\u00c6":{"d":"868,-51v122,5,153,-38,180,-131r32,0r-37,185v-142,-9,-299,-5,-448,-4r-158,1r0,-30v52,-5,86,-10,86,-70v0,-31,3,-110,3,-236r-194,0v-37,60,-144,219,-147,258v-3,46,43,41,87,48r0,30v-2,-4,-206,-3,-256,0r0,-30v44,-5,60,-14,94,-55v31,-37,292,-445,372,-564r-89,-14r0,-30r511,0v54,0,75,-2,113,-6r10,172r-32,0v-27,-105,-31,-116,-156,-116r-164,0v-1,0,-1,88,-1,263v72,-5,164,14,216,-13v32,-16,26,-41,35,-88r32,0v-3,10,-1,199,0,248r-32,0v-11,-95,-40,-103,-149,-103r-102,0v4,139,-7,191,10,259v24,38,119,23,184,26xm526,-380r-1,-255r-164,255r165,0","w":1114},"\u00aa":{"d":"282,-624r-3,123v-3,51,37,35,54,16r11,22v-19,23,-55,53,-95,55v-28,1,-48,-28,-55,-48v-15,22,-48,50,-83,50v-42,0,-80,-38,-80,-75v0,-53,53,-87,158,-101v2,-44,0,-91,-39,-93v-52,-1,-30,72,-82,71v-23,0,-35,-11,-35,-32v0,-44,81,-68,139,-68v65,0,111,24,110,80xm115,-507v0,41,47,60,73,32r1,-84v-28,2,-74,18,-74,52","w":348},"\u00d8":{"d":"92,-218v-105,-314,186,-571,519,-466r40,-79r42,21r-38,75v108,50,176,147,179,306v5,259,-241,434,-515,354r-43,85r-42,-22r40,-79v-52,-19,-94,-61,-132,-103v-20,-23,-37,-53,-50,-92xm520,-648v-175,-52,-289,76,-282,265v4,119,23,224,76,282r261,-512v-16,-15,-25,-26,-55,-35xm462,-36v160,-2,202,-123,204,-293v0,-96,-21,-196,-58,-245r-258,506v23,18,68,32,112,32","w":905},"\u00ba":{"d":"186,-704v91,0,162,58,162,147v0,88,-78,152,-167,152v-91,0,-161,-58,-161,-146v0,-86,74,-153,166,-153xm118,-578v0,65,13,138,72,138v39,0,59,-28,59,-83v0,-98,-24,-147,-73,-147v-44,1,-58,43,-58,92","w":368},"\u00e6":{"d":"412,-261v-1,111,56,181,161,181v56,0,103,-19,142,-58r17,28v-51,68,-179,154,-306,108v-46,-17,-71,-36,-94,-67v-58,52,-114,78,-169,78v-70,0,-130,-52,-127,-117v6,-124,133,-141,249,-161v2,-73,1,-157,-66,-158v-80,-2,-49,112,-133,108v-25,-1,-45,-15,-43,-42v9,-105,269,-149,325,-47v27,-35,79,-57,144,-58v134,-2,200,86,208,208xm584,-298v-1,-65,-18,-132,-80,-130v-62,2,-90,64,-90,130r170,0xm152,-151v0,90,105,107,163,55v-22,-41,-30,-84,-28,-140v-90,13,-135,41,-135,85","w":754},"\u00f8":{"d":"68,-122v-87,-205,105,-405,338,-329r34,-66r38,19r-32,63v65,34,118,102,119,204v3,167,-162,277,-341,231r-35,70r-38,-20r32,-63v-50,-24,-89,-51,-115,-109xm339,-414v-97,-39,-156,45,-152,152v3,67,11,137,36,171r150,-295v-9,-13,-14,-20,-34,-28xm252,-55v14,12,39,23,66,23v70,0,105,-52,105,-155v0,-58,-8,-120,-24,-155","w":612},"\u00df":{"d":"255,-696v132,-70,416,-36,351,144v-25,68,-123,76,-158,136v-54,92,83,118,140,158v34,24,76,57,76,118v0,146,-191,169,-316,131v-17,0,-26,4,-37,9r-12,-160r32,0v8,47,26,91,53,109v47,30,180,36,171,-39v-8,-66,-42,-71,-108,-104v-98,-50,-145,-101,-99,-188v35,-65,156,-117,153,-201v-2,-59,-38,-103,-107,-102v-162,3,-167,144,-165,309r5,375v-33,-2,-160,0,-209,1r0,-30v22,-3,54,-3,59,-19v23,-74,6,-235,10,-343r-80,0r35,-54r45,0v8,-126,73,-203,161,-250","w":703},"\u00c4":{"d":"482,-879v30,0,55,25,55,55v0,30,-25,54,-55,54v-30,0,-56,-24,-56,-54v0,-30,26,-55,56,-55xm304,-879v30,0,56,25,56,55v0,30,-26,54,-56,54v-30,0,-55,-24,-55,-54v0,-30,25,-55,55,-55xm765,-1v-19,-4,-250,-1,-314,1r0,-30v40,1,79,-6,79,-42v0,-16,-23,-79,-68,-188v-3,-1,-182,-1,-226,0v-43,106,-65,167,-65,183v0,36,45,48,93,47r0,30v-9,-5,-187,-3,-241,0r0,-30v68,2,83,-51,111,-119r232,-559r62,0r251,604v27,54,39,73,86,74r0,29xm443,-306r-95,-228r-94,228r189,0","w":785},"\u00c5":{"d":"398,-1009v72,0,126,50,126,123v0,68,-58,123,-126,123v-71,0,-126,-51,-126,-123v0,-70,56,-123,126,-123xm765,-1v-19,-4,-250,-1,-314,1r0,-30v40,1,79,-6,79,-42v0,-16,-23,-79,-68,-188v-3,-1,-182,-1,-226,0v-43,106,-65,167,-65,183v0,36,45,48,93,47r0,30v-9,-5,-187,-3,-241,0r0,-30v68,2,83,-51,111,-119r232,-559r62,0r251,604v27,54,39,73,86,74r0,29xm398,-814v41,0,68,-29,68,-71v0,-41,-29,-71,-68,-71v-42,0,-68,28,-68,71v0,42,28,71,68,71xm443,-306r-95,-228r-94,228r189,0","w":785},"\u00c7":{"d":"224,-354v2,187,88,316,280,316v131,0,193,-66,218,-169r32,0r-25,181v-84,17,-154,41,-261,37r-15,41v76,8,140,45,140,119v0,68,-74,111,-151,111v-46,0,-107,-14,-110,-53v-2,-33,48,-55,68,-26v12,18,37,41,58,41v31,0,48,-23,48,-52v0,-42,-43,-67,-128,-74v8,-17,24,-53,47,-110v-203,-15,-361,-137,-360,-349v0,-226,183,-363,426,-363v83,0,166,22,235,5r5,195r-32,0v-8,-106,-65,-154,-199,-154v-178,0,-278,113,-276,304","w":809},"\u00c9":{"d":"515,-943r-215,183r-26,-25r146,-201xm462,-51v122,5,153,-38,180,-131r32,0r-37,185v-142,-9,-299,-5,-448,-4r-158,1r0,-30v52,-5,88,-10,86,-70v-1,-74,18,-494,-13,-541v-10,-17,-49,-19,-77,-22r0,-30r471,0v54,0,75,-2,113,-6r10,172r-32,0v-27,-105,-31,-116,-156,-116r-164,0v-1,0,-1,86,-1,259v72,-5,164,14,216,-13v32,-16,26,-41,35,-88r32,0v-3,9,-2,200,0,249r-32,0v-7,-91,-46,-105,-149,-101r-102,0v4,140,-8,192,10,260v24,38,119,23,184,26","w":708},"\u00d1":{"d":"406,-897v35,0,135,61,182,27v14,-10,21,-17,28,-31r23,28v-36,63,-76,95,-120,95v-51,0,-137,-66,-185,-29v-14,11,-21,20,-29,34r-27,-24v19,-39,71,-100,128,-100xm829,-663v-30,3,-68,2,-77,24v-31,73,-17,120,-17,291r0,358r-45,0r-289,-326r-228,-253r3,462v-1,61,40,73,96,77r0,30v-8,-3,-197,-2,-246,0r0,-30v30,-3,69,-2,78,-24v31,-74,16,-120,16,-291v0,-133,-3,-215,-3,-248v0,-58,-39,-69,-95,-70r0,-30r238,0r422,472r-3,-366v1,-62,-38,-72,-94,-76r0,-30v8,3,196,2,244,0r0,30","w":844},"\u00d6":{"d":"531,-879v30,0,55,25,55,55v0,30,-25,54,-55,54v-30,0,-56,-24,-56,-54v0,-30,26,-55,56,-55xm353,-879v30,0,56,25,56,55v0,30,-26,54,-56,54v-30,0,-55,-24,-55,-54v0,-30,25,-55,55,-55xm449,-706v231,0,379,123,379,345v0,216,-167,373,-387,373v-211,0,-376,-150,-376,-355v0,-208,174,-363,384,-363xm456,-36v159,0,202,-123,202,-293v0,-175,-51,-331,-213,-331v-147,0,-212,112,-211,277v1,189,53,347,222,347","w":893},"\u00dc":{"d":"559,-879v30,0,55,25,55,55v0,30,-25,54,-55,54v-30,0,-56,-24,-56,-54v0,-30,26,-55,56,-55xm381,-879v30,0,56,25,56,55v0,30,-26,54,-56,54v-30,0,-55,-24,-55,-54v0,-30,25,-55,55,-55xm474,-51v201,1,205,-141,204,-355v0,-77,-4,-138,-4,-181v0,-60,-42,-72,-98,-76r0,-30v3,3,207,2,256,0r0,30v-30,3,-68,2,-78,24v-28,62,-16,111,-16,241v0,192,8,238,-70,334v-44,54,-131,79,-234,79v-198,0,-321,-66,-322,-254r-2,-354v2,-60,-33,-65,-86,-70r0,-30v13,3,264,1,329,0r0,30v-54,4,-90,9,-90,70v0,33,-3,88,-3,167v0,33,1,91,4,174v6,141,67,200,210,201","w":848},"\u00e1":{"d":"419,-692r-210,181r-24,-24r145,-199xm419,-342r-5,198v-4,80,54,81,91,44r16,26v-30,35,-83,81,-145,81v-39,0,-68,-24,-87,-72v-41,50,-84,75,-129,75v-67,0,-124,-56,-125,-114v0,-91,84,-147,251,-169v2,-72,1,-150,-66,-153v-79,-3,-54,106,-131,106v-30,0,-45,-14,-45,-42v0,-66,126,-103,212,-103v94,0,165,38,163,123xm174,-196v-56,55,16,161,89,119v13,-9,17,-14,22,-26r1,-136v-44,6,-84,16,-112,43","w":518},"\u00e0":{"d":"326,-529r-31,18r-182,-191r98,-26xm419,-342r-5,198v-4,80,54,81,91,44r16,26v-30,35,-83,81,-145,81v-39,0,-68,-24,-87,-72v-41,50,-84,75,-129,75v-67,0,-124,-56,-125,-114v0,-91,84,-147,251,-169v2,-72,1,-150,-66,-153v-79,-3,-54,106,-131,106v-30,0,-45,-14,-45,-42v0,-66,126,-103,212,-103v94,0,165,38,163,123xm174,-196v-56,55,16,161,89,119v13,-9,17,-14,22,-26r1,-136v-44,6,-84,16,-112,43","w":518},"\u00e2":{"d":"416,-528r-29,26r-142,-108r-138,108r-27,-24r150,-177r38,0xm419,-342r-5,198v-4,80,54,81,91,44r16,26v-30,35,-83,81,-145,81v-39,0,-68,-24,-87,-72v-41,50,-84,75,-129,75v-67,0,-124,-56,-125,-114v0,-91,84,-147,251,-169v2,-72,1,-150,-66,-153v-79,-3,-54,106,-131,106v-30,0,-45,-14,-45,-42v0,-66,126,-103,212,-103v94,0,165,38,163,123xm174,-196v-56,55,16,161,89,119v13,-9,17,-14,22,-26r1,-136v-44,6,-84,16,-112,43","w":518},"\u00e4":{"d":"332,-627v29,0,53,24,53,53v0,29,-23,52,-53,52v-30,0,-54,-23,-54,-52v0,-29,24,-53,54,-53xm158,-627v30,0,54,24,54,53v0,29,-24,52,-54,52v-30,0,-53,-23,-53,-52v0,-29,24,-53,53,-53xm419,-342r-5,198v-4,80,54,81,91,44r16,26v-30,35,-83,81,-145,81v-39,0,-68,-24,-87,-72v-41,50,-84,75,-129,75v-67,0,-124,-56,-125,-114v0,-91,84,-147,251,-169v2,-72,1,-150,-66,-153v-79,-3,-54,106,-131,106v-30,0,-45,-14,-45,-42v0,-66,126,-103,212,-103v94,0,165,38,163,123xm174,-196v-56,55,16,161,89,119v13,-9,17,-14,22,-26r1,-136v-44,6,-84,16,-112,43","w":518},"\u00e3":{"d":"197,-656v38,0,135,61,183,28v15,-10,20,-17,27,-30r21,24v-35,62,-74,93,-118,93v-50,0,-137,-68,-184,-29v-14,12,-22,21,-30,35r-25,-23v19,-40,69,-98,126,-98xm419,-342r-5,198v-4,80,54,81,91,44r16,26v-30,35,-83,81,-145,81v-39,0,-68,-24,-87,-72v-41,50,-84,75,-129,75v-67,0,-124,-56,-125,-114v0,-91,84,-147,251,-169v2,-72,1,-150,-66,-153v-79,-3,-54,106,-131,106v-30,0,-45,-14,-45,-42v0,-66,126,-103,212,-103v94,0,165,38,163,123xm174,-196v-56,55,16,161,89,119v13,-9,17,-14,22,-26r1,-136v-44,6,-84,16,-112,43","w":518},"\u00e5":{"d":"247,-761v72,0,126,50,126,123v0,68,-58,123,-126,123v-71,0,-126,-51,-126,-123v0,-70,56,-123,126,-123xm419,-342r-5,198v-4,80,54,81,91,44r16,26v-30,35,-83,81,-145,81v-39,0,-68,-24,-87,-72v-41,50,-84,75,-129,75v-67,0,-124,-56,-125,-114v0,-91,84,-147,251,-169v2,-72,1,-150,-66,-153v-79,-3,-54,106,-131,106v-30,0,-45,-14,-45,-42v0,-66,126,-103,212,-103v94,0,165,38,163,123xm247,-566v41,0,68,-29,68,-71v0,-41,-29,-71,-68,-71v-42,0,-68,28,-68,71v0,42,28,71,68,71xm174,-196v-56,55,16,161,89,119v13,-9,17,-14,22,-26r1,-136v-44,6,-84,16,-112,43","w":518},"\u00e7":{"d":"172,-263v0,105,61,185,155,186v51,0,97,-20,137,-60r17,28v-44,55,-118,117,-218,119r-16,42v76,8,140,45,140,119v0,68,-74,111,-151,111v-46,0,-107,-14,-110,-53v-2,-33,48,-55,68,-26v12,18,37,41,58,41v31,0,48,-23,48,-52v0,-42,-43,-67,-128,-74v13,-27,28,-65,47,-112v-101,-19,-176,-99,-176,-227v0,-142,117,-245,250,-245v83,0,168,29,174,88v3,30,-31,48,-63,48v-52,0,-81,-90,-145,-90v-61,0,-87,72,-87,157","w":492},"\u00e9":{"d":"437,-692r-210,181r-24,-24r145,-199xm174,-262v-3,103,64,181,158,182v59,0,107,-19,145,-57r17,28v-43,59,-126,119,-227,119v-138,0,-224,-81,-224,-226v0,-154,90,-244,237,-250v123,-5,196,92,202,207xm346,-299v0,-64,-19,-133,-81,-131v-62,2,-89,66,-89,131r170,0","w":516},"\u00e8":{"d":"341,-529r-31,18r-182,-191r98,-26xm174,-262v-3,103,64,181,158,182v59,0,107,-19,145,-57r17,28v-43,59,-126,119,-227,119v-138,0,-224,-81,-224,-226v0,-154,90,-244,237,-250v123,-5,196,92,202,207xm346,-299v0,-64,-19,-133,-81,-131v-62,2,-89,66,-89,131r170,0","w":516},"\u00ea":{"d":"442,-528r-29,26r-142,-108r-138,108r-27,-24r150,-177r38,0xm174,-262v-3,103,64,181,158,182v59,0,107,-19,145,-57r17,28v-43,59,-126,119,-227,119v-138,0,-224,-81,-224,-226v0,-154,90,-244,237,-250v123,-5,196,92,202,207xm346,-299v0,-64,-19,-133,-81,-131v-62,2,-89,66,-89,131r170,0","w":516},"\u00eb":{"d":"365,-627v30,0,53,24,53,53v0,29,-23,52,-53,52v-30,0,-54,-23,-54,-52v0,-29,24,-53,54,-53xm191,-627v30,0,54,24,54,53v0,29,-24,52,-54,52v-30,0,-53,-23,-53,-52v0,-29,23,-53,53,-53xm174,-262v-3,103,64,181,158,182v59,0,107,-19,145,-57r17,28v-43,59,-126,119,-227,119v-138,0,-224,-81,-224,-226v0,-154,90,-244,237,-250v123,-5,196,92,202,207xm346,-299v0,-64,-19,-133,-81,-131v-62,2,-89,66,-89,131r170,0","w":516},"\u00ed":{"d":"301,-692r-210,181r-24,-24r145,-199xm290,0v-11,-3,-212,-1,-265,0r0,-30v40,-3,68,-6,68,-52v0,-34,2,-74,2,-119v-3,-2,6,-140,-13,-160v-9,-15,-39,-17,-63,-20r0,-30r105,-24r106,-31r0,384v-2,44,19,51,60,52r0,30","w":310},"\u00ec":{"d":"220,-529r-31,18r-182,-191r98,-26xm290,0v-11,-3,-212,-1,-265,0r0,-30v40,-3,68,-6,68,-52v0,-34,2,-74,2,-119v-3,-2,6,-140,-13,-160v-9,-15,-39,-17,-63,-20r0,-30r105,-24r106,-31r0,384v-2,44,19,51,60,52r0,30","w":310},"\u00ee":{"d":"319,-528r-29,26r-142,-108r-138,108r-27,-24r150,-177r38,0xm290,0v-11,-3,-212,-1,-265,0r0,-30v40,-3,68,-6,68,-52v0,-34,2,-74,2,-119v-3,-2,6,-140,-13,-160v-9,-15,-39,-17,-63,-20r0,-30r105,-24r106,-31r0,384v-2,44,19,51,60,52r0,30","w":310},"\u00ef":{"d":"240,-627v29,0,53,24,53,53v0,29,-23,52,-53,52v-30,0,-54,-23,-54,-52v0,-29,24,-53,54,-53xm66,-627v30,0,54,24,54,53v0,29,-24,52,-54,52v-30,0,-53,-23,-53,-52v0,-29,24,-53,53,-53xm290,0v-11,-3,-212,-1,-265,0r0,-30v40,-3,68,-6,68,-52v0,-34,2,-74,2,-119v-3,-2,6,-140,-13,-160v-9,-15,-39,-17,-63,-20r0,-30r105,-24r106,-31r0,384v-2,44,19,51,60,52r0,30","w":310},"\u00f1":{"d":"258,-656v38,0,134,61,182,28v15,-10,21,-17,28,-30r21,24v-35,62,-74,93,-118,93v-50,0,-138,-68,-185,-29v-14,12,-21,21,-29,35r-25,-23v19,-40,69,-98,126,-98xm229,-385v46,-56,196,-126,261,-43v45,58,40,83,40,200v0,59,-11,140,9,182v6,13,36,13,56,16r0,30v-9,-3,-212,-2,-265,0r0,-30v38,0,61,-9,62,-52v1,-25,2,-60,2,-105v2,-114,0,-187,-84,-192v-27,-2,-69,16,-80,27r0,270v-2,44,19,51,60,52r0,30v-11,-3,-212,-1,-265,0r0,-30v40,-3,68,-6,68,-52v0,-34,2,-74,2,-119v-3,-2,6,-140,-13,-160v-9,-15,-39,-17,-63,-20r0,-30r105,-24r106,-31","w":606},"\u00f3":{"d":"461,-692r-210,181r-24,-24r145,-199xm304,-466v146,0,257,92,257,235v0,141,-118,241,-260,241v-146,0,-258,-90,-258,-231v0,-139,114,-245,261,-245xm314,-33v81,0,103,-62,103,-154v0,-119,-24,-235,-127,-235v-70,0,-105,53,-105,160v1,111,27,229,129,229","w":604},"\u00f2":{"d":"380,-529r-31,18r-182,-191r98,-26xm304,-466v146,0,257,92,257,235v0,141,-118,241,-260,241v-146,0,-258,-90,-258,-231v0,-139,114,-245,261,-245xm314,-33v81,0,103,-62,103,-154v0,-119,-24,-235,-127,-235v-70,0,-105,53,-105,160v1,111,27,229,129,229","w":604},"\u00f4":{"d":"471,-528r-29,26r-142,-108r-138,108r-27,-24r150,-177r38,0xm304,-466v146,0,257,92,257,235v0,141,-118,241,-260,241v-146,0,-258,-90,-258,-231v0,-139,114,-245,261,-245xm314,-33v81,0,103,-62,103,-154v0,-119,-24,-235,-127,-235v-70,0,-105,53,-105,160v1,111,27,229,129,229","w":604},"\u00f6":{"d":"383,-627v30,0,53,24,53,53v0,29,-23,52,-53,52v-30,0,-54,-23,-54,-52v0,-29,24,-53,54,-53xm209,-627v30,0,54,24,54,53v0,29,-24,52,-54,52v-30,0,-53,-23,-53,-52v0,-29,23,-53,53,-53xm304,-466v146,0,257,92,257,235v0,141,-118,241,-260,241v-146,0,-258,-90,-258,-231v0,-139,114,-245,261,-245xm314,-33v81,0,103,-62,103,-154v0,-119,-24,-235,-127,-235v-70,0,-105,53,-105,160v1,111,27,229,129,229","w":604},"\u00f5":{"d":"248,-656v38,0,134,61,182,28v15,-10,21,-17,28,-30r21,24v-35,62,-74,93,-118,93v-50,0,-138,-68,-185,-29v-14,12,-21,21,-29,35r-25,-23v19,-40,69,-98,126,-98xm304,-466v146,0,257,92,257,235v0,141,-118,241,-260,241v-146,0,-258,-90,-258,-231v0,-139,114,-245,261,-245xm314,-33v81,0,103,-62,103,-154v0,-119,-24,-235,-127,-235v-70,0,-105,53,-105,160v1,111,27,229,129,229","w":604},"\u00fa":{"d":"481,-692r-210,181r-24,-24r145,-199xm299,-77v28,0,68,-15,79,-27v-3,-9,13,-224,-12,-262v-9,-16,-38,-18,-63,-21r0,-30r113,-24r98,-25v4,15,-15,341,14,402v8,16,37,16,63,15r0,30r-211,29r-1,-81v-34,36,-98,79,-166,81v-83,3,-126,-63,-130,-140v-4,-74,11,-178,-13,-231v-7,-14,-38,-18,-62,-20r0,-30r105,-24r106,-31v-1,0,-2,66,-2,197v0,88,-2,192,82,192","w":605},"\u00f9":{"d":"346,-529r-31,18r-182,-191r98,-26xm299,-77v28,0,68,-15,79,-27v-3,-9,13,-224,-12,-262v-9,-16,-38,-18,-63,-21r0,-30r113,-24r98,-25v4,15,-15,341,14,402v8,16,37,16,63,15r0,30r-211,29r-1,-81v-34,36,-98,79,-166,81v-83,3,-126,-63,-130,-140v-4,-74,11,-178,-13,-231v-7,-14,-38,-18,-62,-20r0,-30r105,-24r106,-31v-1,0,-2,66,-2,197v0,88,-2,192,82,192","w":605},"\u00fb":{"d":"457,-528r-29,26r-142,-108r-138,108r-27,-24r150,-177r38,0xm299,-77v28,0,68,-15,79,-27v-3,-9,13,-224,-12,-262v-9,-16,-38,-18,-63,-21r0,-30r113,-24r98,-25v4,15,-15,341,14,402v8,16,37,16,63,15r0,30r-211,29r-1,-81v-34,36,-98,79,-166,81v-83,3,-126,-63,-130,-140v-4,-74,11,-178,-13,-231v-7,-14,-38,-18,-62,-20r0,-30r105,-24r106,-31v-1,0,-2,66,-2,197v0,88,-2,192,82,192","w":605},"\u00fc":{"d":"385,-627v30,0,53,24,53,53v0,29,-23,52,-53,52v-30,0,-54,-23,-54,-52v0,-29,24,-53,54,-53xm211,-627v30,0,54,24,54,53v0,29,-24,52,-54,52v-30,0,-53,-23,-53,-52v0,-29,23,-53,53,-53xm299,-77v28,0,68,-15,79,-27v-3,-9,13,-224,-12,-262v-9,-16,-38,-18,-63,-21r0,-30r113,-24r98,-25v4,15,-15,341,14,402v8,16,37,16,63,15r0,30r-211,29r-1,-81v-34,36,-98,79,-166,81v-83,3,-126,-63,-130,-140v-4,-74,11,-178,-13,-231v-7,-14,-38,-18,-62,-20r0,-30r105,-24r106,-31v-1,0,-2,66,-2,197v0,88,-2,192,82,192","w":605},"\u00b0":{"d":"156,-695v68,0,120,48,120,115v0,67,-55,115,-123,115v-73,0,-119,-45,-119,-115v0,-63,58,-115,122,-115xm155,-507v42,0,71,-31,71,-73v0,-40,-30,-72,-71,-72v-40,0,-72,33,-72,72v0,43,30,73,72,73","w":310},"\u00ae":{"d":"423,-706v217,0,361,142,361,358v0,219,-139,360,-361,360v-214,0,-358,-145,-358,-360v0,-213,145,-358,358,-358xm424,-30v192,0,310,-123,310,-319v0,-182,-122,-315,-310,-315v-188,0,-309,125,-309,315v0,191,122,319,309,319xm576,-437v0,55,-49,91,-86,105v42,41,109,139,159,136v4,42,-4,22,-70,28v-104,9,-122,-93,-172,-135v-4,-3,-16,-4,-35,-4v6,48,-20,118,48,111r0,25v-10,-2,-155,-1,-193,0r0,-25v29,-4,51,0,51,-35r0,-233v3,-37,-24,-33,-56,-36r0,-25v18,2,170,1,215,0v93,0,139,29,139,88xm477,-412v0,-68,-35,-88,-104,-82r-1,156v0,2,14,3,41,3v43,0,64,-26,64,-77","w":849},"\u00a9":{"d":"423,-706v217,0,361,142,361,358v0,219,-139,360,-361,360v-214,0,-358,-145,-358,-360v0,-213,145,-358,358,-358xm424,-30v192,0,310,-123,310,-319v0,-182,-122,-315,-310,-315v-188,0,-309,125,-309,315v0,191,122,319,309,319xm303,-342v-1,95,53,148,147,148v84,0,100,-22,118,-87r25,0r-13,107v-161,28,-368,7,-368,-169v0,-175,171,-207,343,-183r25,-3r2,113r-25,0v-8,-64,-34,-90,-112,-88v-105,1,-141,53,-142,162","w":849},"\u00b1":{"d":"467,-263r-167,0r0,166r-55,0r0,-166r-165,0r0,-55r165,0r0,-166r55,0r0,166r167,0r0,55xm470,0r-391,0r0,-55r391,0r0,55","w":549},"\u00ac":{"d":"503,-200r-97,0r1,-215r-360,1r0,-87v20,2,366,1,456,0v-2,9,-1,241,0,301","w":549},"\u00a0":{"w":200},"\u00c0":{"d":"442,-779r-32,19r-183,-193r99,-27xm765,-1v-19,-4,-250,-1,-314,1r0,-30v40,1,79,-6,79,-42v0,-16,-23,-79,-68,-188v-3,-1,-182,-1,-226,0v-43,106,-65,167,-65,183v0,36,45,48,93,47r0,30v-9,-5,-187,-3,-241,0r0,-30v68,2,83,-51,111,-119r232,-559r62,0r251,604v27,54,39,73,86,74r0,29xm443,-306r-95,-228r-94,228r189,0","w":785},"\u00c3":{"d":"342,-897v35,0,135,61,182,27v14,-10,21,-17,28,-31r23,28v-36,63,-76,95,-120,95v-51,0,-137,-66,-185,-29v-14,11,-21,20,-29,34r-27,-24v19,-39,71,-100,128,-100xm765,-1v-19,-4,-250,-1,-314,1r0,-30v40,1,79,-6,79,-42v0,-16,-23,-79,-68,-188v-3,-1,-182,-1,-226,0v-43,106,-65,167,-65,183v0,36,45,48,93,47r0,30v-9,-5,-187,-3,-241,0r0,-30v68,2,83,-51,111,-119r232,-559r62,0r251,604v27,54,39,73,86,74r0,29xm443,-306r-95,-228r-94,228r189,0","w":785},"\u00d5":{"d":"387,-897v35,0,136,61,182,27v15,-11,20,-18,28,-31r23,28v-36,63,-76,95,-120,95v-51,0,-136,-66,-184,-29v-14,11,-22,20,-30,34r-27,-24v19,-39,71,-100,128,-100xm449,-706v231,0,379,123,379,345v0,216,-167,373,-387,373v-211,0,-376,-150,-376,-355v0,-208,174,-363,384,-363xm456,-36v159,0,202,-123,202,-293v0,-175,-51,-331,-213,-331v-147,0,-212,112,-211,277v1,189,53,347,222,347","w":806},"\u00f7":{"d":"273,-427v30,0,55,25,55,56v0,32,-26,56,-58,56v-29,0,-53,-27,-53,-56v0,-30,26,-56,56,-56xm464,-198r-379,0r0,-55r379,0r0,55xm273,-137v30,0,55,25,55,56v0,32,-26,56,-58,56v-29,0,-53,-27,-53,-56v0,-30,26,-56,56,-56","w":549},"\u00ff":{"d":"389,-627v30,0,53,24,53,53v0,29,-23,52,-53,52v-30,0,-54,-23,-54,-52v0,-29,24,-53,54,-53xm215,-627v30,0,54,24,54,53v0,29,-24,52,-54,52v-30,0,-53,-23,-53,-52v0,-29,23,-53,53,-53xm7,224v2,-44,31,-53,84,-54v69,-1,79,-20,104,-73r45,-94r-168,-367v-24,-46,-30,-61,-70,-62r0,-30r267,1r0,29v-27,0,-61,4,-59,25v4,39,77,188,102,243v25,-58,87,-188,94,-236v3,-21,-38,-29,-66,-32r0,-30v1,3,150,2,186,0r0,30v-28,5,-48,14,-62,39v-36,68,-124,267,-167,362v-41,90,-69,153,-87,188v-37,70,-60,116,-134,123v-36,3,-70,-27,-69,-62","w":528},"\u00c2":{"d":"565,-778r-30,27r-142,-106r-138,106r-29,-25r151,-179r40,0xm765,-1v-19,-4,-250,-1,-314,1r0,-30v40,1,79,-6,79,-42v0,-16,-23,-79,-68,-188v-3,-1,-182,-1,-226,0v-43,106,-65,167,-65,183v0,36,45,48,93,47r0,30v-9,-5,-187,-3,-241,0r0,-30v68,2,83,-51,111,-119r232,-559r62,0r251,604v27,54,39,73,86,74r0,29xm443,-306r-95,-228r-94,228r189,0","w":785},"\u00ca":{"d":"535,-778r-30,27r-142,-106r-138,106r-29,-25r151,-179r40,0xm462,-51v122,5,153,-38,180,-131r32,0r-37,185v-142,-9,-299,-5,-448,-4r-158,1r0,-30v52,-5,88,-10,86,-70v-1,-74,18,-494,-13,-541v-10,-17,-49,-19,-77,-22r0,-30r471,0v54,0,75,-2,113,-6r10,172r-32,0v-27,-105,-31,-116,-156,-116r-164,0v-1,0,-1,86,-1,259v72,-5,164,14,216,-13v32,-16,26,-41,35,-88r32,0v-3,9,-2,200,0,249r-32,0v-7,-91,-46,-105,-149,-101r-102,0v4,140,-8,192,10,260v24,38,119,23,184,26","w":708},"\u00c1":{"d":"593,-943r-215,183r-26,-25r146,-201xm765,-1v-19,-4,-250,-1,-314,1r0,-30v40,1,79,-6,79,-42v0,-16,-23,-79,-68,-188v-3,-1,-182,-1,-226,0v-43,106,-65,167,-65,183v0,36,45,48,93,47r0,30v-9,-5,-187,-3,-241,0r0,-30v68,2,83,-51,111,-119r232,-559r62,0r251,604v27,54,39,73,86,74r0,29xm443,-306r-95,-228r-94,228r189,0","w":785},"\u00cb":{"d":"451,-879v30,0,55,25,55,55v0,30,-25,54,-55,54v-30,0,-56,-24,-56,-54v0,-30,26,-55,56,-55xm273,-879v30,0,56,25,56,55v0,30,-26,54,-56,54v-30,0,-55,-24,-55,-54v0,-30,25,-55,55,-55xm462,-51v122,5,153,-38,180,-131r32,0r-37,185v-142,-9,-299,-5,-448,-4r-158,1r0,-30v52,-5,88,-10,86,-70v-1,-74,18,-494,-13,-541v-10,-17,-49,-19,-77,-22r0,-30r471,0v54,0,75,-2,113,-6r10,172r-32,0v-27,-105,-31,-116,-156,-116r-164,0v-1,0,-1,86,-1,259v72,-5,164,14,216,-13v32,-16,26,-41,35,-88r32,0v-3,9,-2,200,0,249r-32,0v-7,-91,-46,-105,-149,-101r-102,0v4,140,-8,192,10,260v24,38,119,23,184,26","w":708},"\u00c8":{"d":"439,-779r-32,19r-183,-193r99,-27xm462,-51v122,5,153,-38,180,-131r32,0r-37,185v-142,-9,-299,-5,-448,-4r-158,1r0,-30v52,-5,88,-10,86,-70v-1,-74,18,-494,-13,-541v-10,-17,-49,-19,-77,-22r0,-30r471,0v54,0,75,-2,113,-6r10,172r-32,0v-27,-105,-31,-116,-156,-116r-164,0v-1,0,-1,86,-1,259v72,-5,164,14,216,-13v32,-16,26,-41,35,-88r32,0v-3,9,-2,200,0,249r-32,0v-7,-91,-46,-105,-149,-101r-102,0v4,140,-8,192,10,260v24,38,119,23,184,26","w":708},"\u00cd":{"d":"368,-943r-215,183r-26,-25r146,-201xm360,0v-10,-3,-264,-2,-329,0r0,-30v52,-5,88,-10,86,-70v-1,-74,18,-494,-13,-541v-10,-16,-46,-19,-73,-22r0,-30v13,3,264,1,329,0r0,30v-54,4,-91,9,-89,70v2,72,-18,493,13,541v10,17,48,19,76,22r0,30","w":388},"\u00ce":{"d":"366,-778r-30,27r-142,-106r-138,106r-29,-25r151,-179r40,0xm360,0v-10,-3,-264,-2,-329,0r0,-30v52,-5,88,-10,86,-70v-1,-74,18,-494,-13,-541v-10,-16,-46,-19,-73,-22r0,-30v13,3,264,1,329,0r0,30v-54,4,-91,9,-89,70v2,72,-18,493,13,541v10,17,48,19,76,22r0,30","w":388},"\u00cf":{"d":"285,-879v30,0,55,25,55,55v0,30,-25,54,-55,54v-30,0,-56,-24,-56,-54v0,-30,26,-55,56,-55xm107,-879v30,0,56,25,56,55v0,30,-26,54,-56,54v-30,0,-55,-24,-55,-54v0,-30,25,-55,55,-55xm360,0v-10,-3,-264,-2,-329,0r0,-30v52,-5,88,-10,86,-70v-1,-74,18,-494,-13,-541v-10,-16,-46,-19,-73,-22r0,-30v13,3,264,1,329,0r0,30v-54,4,-91,9,-89,70v2,72,-18,493,13,541v10,17,48,19,76,22r0,30","w":388},"\u00cc":{"d":"272,-779r-32,19r-183,-193r99,-27xm360,0v-10,-3,-264,-2,-329,0r0,-30v52,-5,88,-10,86,-70v-1,-74,18,-494,-13,-541v-10,-16,-46,-19,-73,-22r0,-30v13,3,264,1,329,0r0,30v-54,4,-91,9,-89,70v2,72,-18,493,13,541v10,17,48,19,76,22r0,30","w":388},"\u00d3":{"d":"594,-943r-215,183r-26,-25r146,-201xm449,-706v231,0,379,123,379,345v0,216,-167,373,-387,373v-211,0,-376,-150,-376,-355v0,-208,174,-363,384,-363xm456,-36v159,0,202,-123,202,-293v0,-175,-51,-331,-213,-331v-147,0,-212,112,-211,277v1,189,53,347,222,347","w":893},"\u00d4":{"d":"613,-778r-30,27r-142,-106r-138,106r-29,-25r151,-179r40,0xm449,-706v231,0,379,123,379,345v0,216,-167,373,-387,373v-211,0,-376,-150,-376,-355v0,-208,174,-363,384,-363xm456,-36v159,0,202,-123,202,-293v0,-175,-51,-331,-213,-331v-147,0,-212,112,-211,277v1,189,53,347,222,347","w":893},"\u00d2":{"d":"543,-779r-32,19r-183,-193r99,-27xm449,-706v231,0,379,123,379,345v0,216,-167,373,-387,373v-211,0,-376,-150,-376,-355v0,-208,174,-363,384,-363xm456,-36v159,0,202,-123,202,-293v0,-175,-51,-331,-213,-331v-147,0,-212,112,-211,277v1,189,53,347,222,347","w":893},"\u00da":{"d":"639,-943r-215,183r-26,-25r146,-201xm474,-51v201,1,205,-141,204,-355v0,-77,-4,-138,-4,-181v0,-60,-42,-72,-98,-76r0,-30v3,3,207,2,256,0r0,30v-30,3,-68,2,-78,24v-28,62,-16,111,-16,241v0,192,8,238,-70,334v-44,54,-131,79,-234,79v-198,0,-321,-66,-322,-254r-2,-354v2,-60,-33,-65,-86,-70r0,-30v13,3,264,1,329,0r0,30v-54,4,-90,9,-90,70v0,33,-3,88,-3,167v0,33,1,91,4,174v6,141,67,200,210,201","w":848},"\u00db":{"d":"624,-778r-30,27r-142,-106r-138,106r-29,-25r151,-179r40,0xm474,-51v201,1,205,-141,204,-355v0,-77,-4,-138,-4,-181v0,-60,-42,-72,-98,-76r0,-30v3,3,207,2,256,0r0,30v-30,3,-68,2,-78,24v-28,62,-16,111,-16,241v0,192,8,238,-70,334v-44,54,-131,79,-234,79v-198,0,-321,-66,-322,-254r-2,-354v2,-60,-33,-65,-86,-70r0,-30v13,3,264,1,329,0r0,30v-54,4,-90,9,-90,70v0,33,-3,88,-3,167v0,33,1,91,4,174v6,141,67,200,210,201","w":848},"\u00d9":{"d":"518,-779r-32,19r-183,-193r99,-27xm474,-51v201,1,205,-141,204,-355v0,-77,-4,-138,-4,-181v0,-60,-42,-72,-98,-76r0,-30v3,3,207,2,256,0r0,30v-30,3,-68,2,-78,24v-28,62,-16,111,-16,241v0,192,8,238,-70,334v-44,54,-131,79,-234,79v-198,0,-321,-66,-322,-254r-2,-354v2,-60,-33,-65,-86,-70r0,-30v13,3,264,1,329,0r0,30v-54,4,-90,9,-90,70v0,33,-3,88,-3,167v0,33,1,91,4,174v6,141,67,200,210,201","w":848}}});;
// ---- 82521e7249_minify_DTLHaarlemmerDCaps_500.font.js
Cufon.registerFont({"w":806,"face":{"font-family":"DTLHaarlemmerDCaps","font-weight":500,"font-variant":"small-caps","font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 6 3 0 0 0 0 0 0","ascent":"800","descent":"-200","x-height":"8","bbox":"-5 -924 998 290","underline-thickness":"20","underline-position":"-133","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":200},"!":{"d":"145,-674v34,-3,60,28,56,63r-42,414v-1,7,-5,11,-14,11v-9,0,-13,-4,-14,-11r-36,-328v-9,-81,-18,-143,50,-149xm143,-110v30,0,57,27,57,57v0,30,-27,56,-57,56v-30,0,-57,-26,-57,-56v0,-30,27,-57,57,-57","w":285},"\"":{"d":"316,-713r-38,236r-20,0r-38,-236v28,-12,68,-13,96,0xm146,-713r-38,236r-20,0r-38,-236v28,-12,68,-13,96,0","w":366},"#":{"d":"677,-435r-180,0r-31,175r162,0r0,46r-169,0r-38,218r-56,0r37,-218r-165,0r-38,218r-56,0r37,-218r-161,0r0,-46r169,0r30,-175r-172,0r0,-46r180,0r34,-196r57,0r-34,196r165,0r34,-196r57,0r-34,196r172,0r0,46xm440,-435r-165,0r-31,175r166,0","w":696},"$":{"d":"66,-498v-5,-111,90,-181,203,-180r0,-52r35,0r0,52v51,3,101,18,136,38r16,-33r20,0r9,197r-24,0v-22,-103,-39,-166,-157,-171r0,264v90,48,213,61,213,197v0,114,-95,195,-213,195r0,71r-35,0r0,-70v-69,-2,-147,-26,-183,-54r-17,44r-20,0r-3,-80r-13,-152r24,0v21,93,38,166,123,193v27,9,56,16,89,17r0,-274v-95,-47,-197,-73,-203,-202xm269,-648v-78,-2,-132,39,-132,110v0,91,53,98,132,140r0,-250xm304,-22v101,-1,168,-59,143,-154v-17,-63,-79,-78,-143,-106r0,260","w":550},"%":{"d":"422,-633v98,-4,140,-34,195,-89r30,17r-473,914r-33,-16r441,-851v-50,57,-183,62,-256,36v35,32,52,72,52,119v0,87,-79,159,-167,159v-93,0,-167,-67,-167,-157v0,-89,78,-165,172,-165v40,0,161,35,206,33xm600,-239v91,0,161,69,161,160v0,86,-74,162,-169,162v-91,0,-167,-67,-167,-156v0,-91,78,-166,175,-166xm212,-369v71,0,97,-59,97,-133v1,-72,-26,-137,-94,-139v-76,-2,-101,63,-102,139v0,69,32,133,99,133xm596,58v70,0,97,-65,97,-139v1,-72,-28,-131,-97,-133v-76,-2,-98,67,-99,143v0,68,32,129,99,129","w":786},"&":{"d":"573,-136v70,53,112,116,224,104r2,19v-117,36,-190,37,-288,-51v-59,49,-128,73,-207,73v-132,0,-239,-65,-239,-173v0,-93,72,-161,151,-210v-49,-61,-74,-112,-74,-153v0,-92,81,-153,179,-153v75,0,154,44,149,117v-6,93,-90,123,-155,163v23,27,62,68,115,125v32,35,60,63,83,85r35,33v18,-39,39,-88,39,-141v0,-61,-46,-61,-99,-63r0,-20v9,3,200,2,249,0r0,20v-114,-8,-101,77,-138,168xm312,-653v-49,-1,-91,32,-90,81v0,39,25,89,75,150v55,-27,105,-77,105,-139v0,-59,-36,-91,-90,-92xm155,-216v0,177,220,234,332,132v-82,-74,-175,-179,-253,-269v-53,35,-79,80,-79,137","w":812},"(":{"d":"155,-224v-1,216,56,375,155,495r-14,13v-124,-106,-234,-321,-234,-507v0,-194,113,-404,234,-507r14,13v-100,124,-155,274,-155,493","w":336},")":{"d":"40,-730v122,104,234,312,234,507v0,186,-109,401,-234,507r-14,-13v99,-120,156,-279,155,-495v0,-218,-55,-370,-155,-493","w":336},"*":{"d":"390,-438r-10,19r-132,-53r-19,143r-24,0r-19,-143r-132,53r-10,-19r112,-88r-112,-88r10,-17r133,53r20,-142r20,0r20,142r133,-53r10,17r-113,89","w":434},"+":{"d":"482,-197v0,-1,-60,-1,-180,-1r1,188r-61,0v1,0,1,-63,1,-188r-175,1r0,-57v0,1,58,1,175,1r-1,-181r61,0v-1,0,-1,60,-1,181r180,-1r0,57","w":549},",":{"d":"112,-106v72,3,79,104,48,163v-26,50,-57,80,-99,105r-14,-17v40,-23,93,-76,72,-132v-10,-8,-31,-9,-42,-18v-39,-32,-19,-104,35,-101","w":230},"-":{"d":"275,-191v-8,-2,-180,-1,-224,0r0,-69v8,2,180,1,224,0r0,69","w":326},".":{"d":"115,-109v30,0,56,26,56,56v0,30,-26,56,-56,56v-30,0,-56,-26,-56,-56v0,-30,26,-56,56,-56","w":230},"\/":{"d":"275,-720r-176,1000r-51,0r176,-1000r51,0","w":323},"0":{"d":"288,-465v133,0,229,103,229,237v0,126,-110,237,-235,237v-131,0,-232,-105,-232,-235v0,-129,110,-239,238,-239xm284,-18v108,0,143,-94,143,-209v0,-111,-28,-210,-139,-210v-97,0,-146,70,-146,210v-1,106,42,209,142,209","w":567},"1":{"d":"305,0v-7,-3,-196,-2,-244,0r0,-20v40,-6,74,1,74,-51r0,-314v4,-51,-40,-46,-82,-51r0,-20v6,3,196,2,244,0r0,20v-40,6,-74,-1,-74,51r0,314v-4,51,40,46,82,51r0,20","w":358},"2":{"d":"207,-465v72,-2,135,48,134,117v0,32,-12,65,-37,100v-39,55,-92,114,-157,177r251,0r0,71v-16,-2,-288,-1,-359,0r150,-157v49,-51,73,-97,73,-138v0,-58,-35,-106,-98,-104v-62,1,-85,28,-107,75r-13,-6v4,-48,91,-147,163,-135","w":447},"3":{"d":"188,-465v98,0,174,91,118,181v-27,44,-62,76,-96,112v77,32,161,83,161,189v0,120,-87,185,-206,187v-66,1,-160,-28,-165,-78v-4,-42,57,-37,70,-10v26,30,47,63,104,62v70,0,116,-44,116,-119v0,-106,-89,-157,-171,-183v51,-41,131,-117,131,-184v0,-54,-45,-92,-101,-91v-63,1,-87,27,-109,75r-13,-6v5,-52,87,-135,161,-135","w":413},"4":{"d":"497,-89r-41,70r-76,-1r1,214r-82,0v1,0,1,-71,1,-214r-292,1r373,-466r-1,396r117,0xm300,-89r0,-243r-193,243r193,0","w":522},"5":{"d":"335,36v-2,-150,-119,-193,-255,-206r57,-286v9,2,222,1,277,0r0,74r-258,0r-27,135v146,19,283,76,283,238v0,131,-91,210,-219,213v-80,2,-155,-23,-163,-73v-7,-41,49,-38,65,-14v22,33,54,59,111,59v76,1,130,-61,129,-140","w":468},"6":{"d":"70,-262v0,-253,176,-439,433,-418r0,24v-185,-3,-295,117,-330,278v39,-25,80,-38,125,-38v115,0,196,83,196,192v0,120,-84,235,-204,233v-135,-2,-220,-125,-220,-271xm293,-15v88,0,113,-89,113,-184v0,-108,-67,-212,-188,-174v-25,8,-34,12,-50,22v-24,133,-8,336,125,336","w":560},"7":{"d":"429,-456r-306,663r-37,-11r264,-572v-12,-2,-257,-1,-321,0r0,-80v15,2,321,1,400,0","w":467},"8":{"d":"309,-376v96,61,159,91,164,206v5,96,-105,179,-212,179v-111,0,-206,-53,-206,-153v0,-102,74,-137,147,-191v-66,-44,-122,-85,-125,-180v-2,-97,90,-165,189,-165v97,0,189,48,183,139v-6,94,-69,120,-140,165xm282,-392v53,-35,100,-58,101,-142v2,-75,-48,-119,-120,-119v-62,0,-116,36,-112,99v5,88,61,114,131,162xm263,-19v95,0,166,-88,120,-175v-32,-60,-98,-87,-155,-124v-62,48,-106,68,-108,159v-2,85,54,140,143,140","w":523},"9":{"d":"276,-465v131,0,213,112,213,249v0,254,-162,436,-436,419r0,-24v177,5,301,-103,331,-258v-24,20,-70,37,-116,37v-119,0,-201,-83,-202,-193v-1,-119,90,-230,210,-230xm154,-258v-1,111,66,217,186,176v24,-7,34,-13,49,-23v20,-127,16,-330,-116,-336v-86,-4,-118,94,-119,183","w":560},":":{"d":"120,-440v30,0,56,26,56,56v0,30,-26,56,-56,56v-30,0,-56,-26,-56,-56v0,-30,26,-56,56,-56xm120,-109v30,0,56,26,56,56v0,30,-26,56,-56,56v-30,0,-56,-26,-56,-56v0,-30,26,-56,56,-56","w":240},";":{"d":"117,-440v30,0,56,26,56,56v0,30,-26,56,-56,56v-30,0,-56,-26,-56,-56v0,-30,26,-56,56,-56xm117,-106v72,3,77,104,47,163v-26,50,-57,79,-98,105r-14,-17v40,-23,93,-76,72,-132v-10,-8,-31,-9,-42,-18v-39,-32,-19,-104,35,-101","w":240},"<":{"d":"482,-10r-414,-187r0,-57r414,-187r0,57r-351,158r351,159r0,57","w":549},"=":{"d":"482,-284v-12,-2,-332,-1,-414,0r0,-57v18,2,332,1,414,0r0,57xm482,-109v-12,-2,-332,-1,-414,0r0,-57v18,2,332,1,414,0r0,57","w":549},">":{"d":"481,-196r-414,187r0,-57r351,-158r-351,-159r0,-57r414,187r0,57","w":549},"?":{"d":"146,-677v119,0,239,69,236,193v-2,97,-86,131,-164,154v-49,14,-94,59,-58,116r12,27r-26,7v-34,-53,-75,-177,4,-215v23,-11,48,-21,75,-31v70,-27,106,-61,106,-106v1,-46,-39,-82,-86,-82v-40,0,-92,31,-126,30v-40,0,-60,-15,-60,-44v0,-34,44,-49,87,-49xm161,-110v30,0,57,27,57,57v0,30,-27,56,-57,56v-30,0,-57,-26,-57,-56v0,-30,27,-57,57,-57","w":426},"@":{"d":"507,-680v224,0,390,106,391,314v1,200,-145,335,-356,330v-23,0,-34,-6,-34,-19v0,-17,5,-58,15,-125v-40,53,-130,145,-207,145v-29,0,-40,-51,-38,-88v9,-172,123,-373,319,-309v16,-7,33,-14,51,-20v-17,58,-63,267,-66,344v0,25,11,37,34,37v138,0,200,-110,200,-277v0,-196,-125,-303,-314,-303v-252,0,-364,179,-370,427v-5,207,121,372,327,370v124,-1,232,-37,298,-90r8,24v-72,58,-188,98,-323,99v-229,2,-399,-174,-399,-409v0,-264,196,-450,464,-450xm570,-393v-27,-23,-102,-37,-130,-1v-47,39,-92,162,-92,246v0,76,54,52,92,22v23,-19,53,-51,89,-95","w":944},"A":{"d":"720,0v-13,-5,-207,-2,-258,0r0,-20v31,-5,72,0,74,-29v-5,-30,-69,-173,-89,-225v-4,-2,-175,-1,-219,0v-21,49,-77,185,-79,215v-2,28,39,38,76,39r0,20v-9,-5,-157,-3,-203,0r0,-20v43,-3,64,-18,83,-59v20,-42,280,-671,254,-609r23,0r230,556v24,52,24,55,47,88v16,23,32,19,61,24r0,20xm435,-304r-99,-235r-95,235r194,0","w":733},"B":{"d":"516,-527v0,93,-71,138,-138,164v103,21,201,54,205,174v4,118,-114,192,-234,191r-320,-2r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-44,-45,-90,-50r0,-20v2,1,210,1,260,0v143,0,235,32,235,146xm269,-363v98,1,146,-51,146,-142v0,-80,-53,-143,-140,-139r-68,2r-1,277v0,1,21,2,63,2xm315,-28v101,2,160,-50,160,-148v0,-135,-117,-164,-269,-158r2,238v3,63,36,67,107,68","w":640},"C":{"d":"454,-646v-189,0,-290,120,-285,313v5,187,103,311,302,311v143,0,187,-51,208,-159r20,0r-25,175r-72,8v-47,6,-94,9,-141,9v-236,4,-399,-121,-399,-342v0,-216,164,-347,393,-347v80,0,153,18,219,5r4,184r-21,0v-15,-111,-59,-157,-203,-157","w":760},"D":{"d":"21,-673v108,6,419,-11,510,20v117,40,218,144,212,296v-9,228,-135,360,-375,357r-205,-2r-134,2r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-44,-45,-90,-50r0,-20xm349,-31v199,0,288,-107,288,-307v0,-198,-109,-307,-323,-303r-107,4v-1,10,-2,501,1,544v4,69,63,62,141,62","w":805},"E":{"d":"427,-36v117,5,132,-52,160,-140r20,0r-37,178r-54,-3r-487,1r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-44,-45,-90,-50r0,-20r288,1v138,0,216,-2,235,-6r10,168r-20,0v-23,-95,-13,-128,-112,-128r-215,0v-1,0,-1,90,-1,271r135,0v109,0,120,-12,129,-108r20,0v-3,15,-1,198,0,249r-20,0v-5,-97,-26,-108,-129,-108r-135,0v0,121,-1,200,2,237v5,69,22,61,105,61r114,0","w":649},"F":{"d":"321,-367v109,0,120,-12,129,-108r20,0v-3,16,-1,200,0,252r-20,0v0,-41,-11,-91,-42,-102v-37,-13,-142,-8,-202,-9v0,107,2,195,2,264v0,52,56,41,100,50r0,20v-6,-3,-223,-2,-279,0r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-44,-45,-90,-50r0,-20r268,1v138,0,216,-2,235,-6r10,168r-20,0v-23,-95,-13,-128,-112,-128r-195,0v-1,0,-1,90,-1,271r115,0","w":554},"G":{"d":"461,-20v107,0,145,-3,145,-99v0,-43,2,-135,-8,-147v-7,-19,-57,-21,-87,-24r0,-20v8,3,224,2,280,0r0,20v-32,4,-76,4,-85,29v-8,23,-6,236,-6,250v-27,-1,-218,22,-249,22v-193,0,-300,-61,-359,-184v-20,-43,-30,-89,-30,-138v0,-236,142,-360,387,-367v81,-2,191,26,254,5r4,184r-21,0v-23,-131,-70,-155,-235,-155v-186,0,-281,124,-282,302v0,196,97,322,292,322","w":829},"H":{"d":"776,0v-9,-3,-216,-2,-269,0r0,-20v40,-5,82,1,82,-50v0,-32,2,-120,2,-263v-14,-2,-309,-1,-385,0v0,111,2,199,2,263v0,49,47,45,90,50r0,20v-9,-3,-216,-2,-269,0r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-40,-46,-82,-50r0,-20v11,3,216,1,269,0r0,20v-42,6,-90,1,-90,50v0,59,-2,136,-2,233v14,2,309,1,385,0v-4,-155,11,-204,-9,-262v-8,-23,-47,-16,-75,-21r0,-20v11,3,216,1,269,0r0,20v-42,6,-90,1,-90,50v0,65,-2,154,-2,267v0,112,2,201,2,266v0,49,47,45,90,50r0,20","w":797},"I":{"d":"298,0v-9,-3,-216,-2,-269,0r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-40,-46,-82,-50r0,-20v11,3,216,1,269,0r0,20v-42,6,-90,1,-90,50v0,65,-2,154,-2,267v0,112,2,201,2,266v0,49,47,45,90,50r0,20","w":319},"J":{"d":"308,-653v-42,6,-90,1,-90,50r0,533v1,193,-73,299,-194,360r-7,-17v95,-47,105,-197,105,-342v0,-7,-1,-512,-1,-534v0,-50,-47,-46,-94,-50r0,-20v7,3,225,2,281,0r0,20","w":321},"K":{"d":"736,0r-304,-1r0,-19v35,1,93,-1,60,-38v-30,-34,-85,-86,-122,-120r-164,-150v0,108,2,194,2,258v0,49,47,45,90,50r0,20v-9,-3,-216,-2,-269,0r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-40,-46,-82,-50r0,-20v11,3,216,1,269,0r0,20v-42,6,-90,1,-90,50v0,65,-2,155,-2,269v90,-81,179,-174,258,-264v27,-30,20,-51,-31,-54r-24,-1r0,-20v1,3,188,2,233,0r0,20v-115,-2,-149,82,-210,145r-134,138r330,307v36,30,62,43,108,43r0,20","w":736},"L":{"d":"384,-37v125,-4,126,-31,165,-139r20,0r-37,178r-54,-3r-449,1r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-40,-46,-82,-50r0,-20v12,3,219,1,273,0r0,20v-45,4,-93,-2,-94,50v-1,33,-4,122,-2,267r3,238v5,59,13,61,79,61r96,0","w":607},"M":{"d":"741,-673v30,2,141,0,185,0r0,20v-43,3,-90,1,-90,50v0,65,-2,154,-2,267v0,112,2,201,2,266v0,49,47,45,90,50r0,20v-9,-3,-216,-2,-269,0r0,-20v40,-5,82,1,82,-50v0,-33,2,-478,1,-519r-293,589r-8,0r-287,-583r2,502v0,55,44,58,99,61r0,20v-5,-3,-179,-2,-223,0r0,-20v48,2,81,-12,81,-59r2,-528v1,-33,-40,-46,-91,-46r0,-20r193,0r134,279r126,253","w":947},"N":{"d":"22,-673r184,0r436,509r-2,-428v-1,-55,-43,-58,-99,-61r0,-20v5,3,177,2,221,0r0,20v-48,-1,-81,11,-81,59r-3,603r-16,0v-3,-6,-394,-459,-509,-594r2,504v0,54,45,59,99,61r0,20v-6,-3,-179,-2,-224,0r0,-20v48,1,81,-11,81,-59r2,-528v1,-33,-40,-46,-91,-46r0,-20","w":783},"O":{"d":"398,-680v213,0,339,131,341,332v2,190,-138,357,-331,357v-194,0,-346,-152,-346,-349v0,-183,151,-340,336,-340xm170,-342v0,171,80,320,243,319v147,0,220,-104,220,-312v0,-168,-64,-315,-234,-315v-164,0,-229,130,-229,308"},"P":{"d":"162,-672v182,0,377,-7,377,162v0,121,-100,206,-229,207v-29,0,-64,-3,-104,-8v0,101,2,181,2,241v0,40,57,47,100,50r0,20v-6,-3,-223,-2,-279,0r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-44,-45,-90,-50r0,-20v0,1,47,1,141,1xm304,-332v89,1,135,-69,135,-161v0,-126,-100,-164,-231,-150v-1,65,-2,166,-2,301v30,7,63,10,98,10","w":564},"Q":{"d":"531,-14v66,95,151,200,275,204v-5,10,5,21,-17,21v-186,0,-302,-101,-381,-202v-195,3,-346,-150,-346,-349v0,-183,151,-340,336,-340v213,0,340,131,341,332v0,156,-90,290,-208,334xm170,-342v0,171,80,320,243,319v147,0,220,-104,220,-312v0,-168,-64,-315,-234,-315v-164,0,-229,130,-229,308"},"R":{"d":"538,-513v0,102,-76,157,-141,193r104,124v57,65,99,111,129,136v40,33,47,43,91,40v5,40,-11,17,-79,24v-104,9,-127,-34,-168,-86r-53,-67r-101,-135v-13,-16,-80,-15,-114,-18v0,89,2,167,2,232v0,47,48,46,90,50r0,20v-9,-3,-216,-2,-269,0r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-44,-45,-90,-50r0,-20v14,2,234,1,292,0v137,-4,225,49,225,160xm435,-494v-2,-92,-56,-150,-155,-150r-73,1r-1,311v64,-1,132,24,173,-15v38,-35,58,-72,56,-147","w":721},"S":{"d":"305,-647v-143,0,-188,145,-87,211v93,61,237,78,287,177v73,145,-81,269,-230,269v-66,0,-134,-21,-198,-12r-32,-188r20,0v28,101,77,168,209,168v114,0,185,-65,154,-170v-73,-114,-277,-110,-332,-236v-60,-138,54,-250,208,-250v46,0,138,20,178,10v-3,35,2,127,3,170r-20,0v-11,-93,-51,-149,-160,-149","w":584},"T":{"d":"525,-673v55,-2,71,5,86,-23r10,0r8,186r-20,0v-8,-55,-16,-115,-64,-123v-25,-4,-131,-4,-178,-3v-1,67,-2,167,-2,300v0,112,2,201,2,266v0,51,51,43,94,50r0,20v-12,-3,-229,-1,-285,0r0,-20v40,-9,94,6,94,-50v0,-33,2,-122,2,-267v0,-129,-1,-228,-2,-299v-24,1,-163,-8,-184,6v-43,11,-47,68,-56,120r-20,0r8,-186r10,0v12,26,37,23,84,23r413,0","w":639},"U":{"d":"402,15v-186,0,-303,-59,-303,-234r-1,-384v2,-49,-40,-46,-82,-50r0,-20v11,3,216,1,269,0r0,20v-42,6,-90,1,-90,50v0,98,-3,157,-3,177v0,107,1,175,2,204v3,127,81,197,207,198v147,0,224,-64,223,-191r-2,-377v0,-56,-43,-58,-99,-61r0,-20v2,3,181,2,225,0r0,20v-48,-1,-79,11,-81,59v-1,15,1,349,-4,410v-11,137,-118,199,-261,199","w":764},"V":{"d":"663,-653v-53,0,-65,24,-82,67r-245,615r-255,-636v-12,-34,-31,-46,-76,-46r0,-20v11,3,210,1,262,0r0,20v-35,6,-87,-3,-81,37v11,76,57,160,85,230r98,241r155,-394v19,-46,33,-110,-37,-112r-31,-2r0,-20v2,3,167,2,207,0r0,20","w":668},"W":{"d":"998,-653v-52,1,-65,24,-82,67r-245,615r-168,-421r-167,421r-255,-636v-12,-35,-31,-46,-76,-46r0,-20v11,3,210,1,262,0r0,20v-35,6,-83,-3,-81,37v47,162,126,319,185,472r115,-290r-70,-173v-15,-37,-35,-47,-76,-46r0,-20v11,3,210,1,262,0r0,20v-35,6,-87,-3,-81,37v10,73,57,162,85,230r98,241r158,-403v21,-45,19,-104,-40,-103r-31,-2r0,-20v2,3,167,2,207,0r0,20","w":1003},"X":{"d":"721,-1v-16,-3,-216,-1,-272,0r0,-20v27,-1,75,-2,69,-25v-14,-53,-34,-60,-90,-140r-83,-117v-43,59,-170,212,-174,252v-3,25,38,32,71,31r0,20v-6,-3,-178,-2,-222,0r0,-20v47,1,66,-11,100,-47v20,-22,159,-204,204,-264r-101,-144v-80,-109,-83,-128,-129,-167v-10,-7,-32,-9,-50,-11r0,-20v17,3,211,1,265,0r0,20v-27,1,-72,4,-69,25v33,70,102,150,145,216v36,-47,141,-180,143,-211v2,-25,-38,-31,-71,-30r0,-20v6,3,177,2,221,0r0,20v-66,0,-83,22,-118,67r-155,203r238,329v22,24,41,32,78,33r0,20","w":731},"Y":{"d":"682,-653v-78,2,-97,49,-136,99r-159,205v0,118,2,211,2,279v0,51,51,43,94,50r0,20v-12,-3,-229,-1,-285,0r0,-20v40,-9,94,6,94,-50v0,-31,2,-114,2,-250r-93,-132v-80,-109,-121,-165,-124,-168v-19,-22,-39,-31,-72,-33r0,-20v18,3,211,1,266,0r0,20v-27,1,-73,6,-69,25v15,54,29,60,82,133r85,118r127,-167v22,-30,78,-105,-5,-108r-26,-1r0,-20v2,3,175,2,217,0r0,20","w":687},"Z":{"d":"584,0r-541,0v17,-19,348,-499,442,-633v-108,2,-226,-9,-324,5v-60,9,-63,63,-76,122r-20,0r10,-173v17,5,38,7,62,7r487,-1r-435,635r242,1v140,8,187,-33,215,-141r20,0r-37,181v0,-2,-15,-3,-45,-3","w":719},"[":{"d":"337,280v-8,-2,-183,-1,-228,0r0,-1000v8,2,183,1,228,0r0,36r-141,0r0,928r141,0r0,36","w":364},"\\":{"d":"275,280r-51,0r-176,-1000r51,0","w":323},"]":{"d":"255,280v-8,-2,-183,-1,-228,0r0,-36r141,0r0,-928r-141,0r0,-36v8,2,183,1,228,0r0,1000","w":364},"^":{"d":"291,-437r-66,0r-79,-178r-80,178r-63,0r106,-236r76,0","w":294},"_":{"d":"500,181r-500,0r0,-48r500,0r0,48","w":500},"a":{"d":"548,0v-13,-3,-167,-1,-210,0r0,-20v22,0,58,-5,54,-19v0,-9,-20,-56,-59,-141v-4,-2,-129,-1,-161,0v-31,72,-47,116,-47,133v0,23,32,27,60,27r0,20v0,-3,-130,-2,-162,0r0,-20v37,0,51,-14,71,-51v17,-29,177,-423,171,-414r30,0r101,234v38,85,68,151,91,197v14,27,29,34,61,34r0,20xm322,-205r-74,-164r-66,164r140,0","w":558},"b":{"d":"355,-258v72,12,149,41,149,126v0,93,-88,132,-199,132r-253,0r0,-20v39,-6,72,0,72,-51r0,-333v4,-51,-38,-46,-80,-51r0,-20v6,2,192,0,240,0v108,0,179,18,179,98v0,68,-57,103,-108,119xm279,-258v60,0,93,-40,93,-99v0,-82,-69,-104,-157,-92r-1,189v0,1,22,2,65,2xm299,-24v71,1,106,-38,109,-103v4,-83,-85,-114,-194,-109r1,164v4,46,29,46,84,48","w":565},"c":{"d":"150,-244v0,135,76,225,217,225v105,0,132,-31,147,-121r20,0r-17,134v-36,3,-116,12,-171,12v-166,0,-291,-87,-291,-242v0,-146,117,-244,285,-244v55,0,133,13,177,3r2,136r-20,0v-5,-90,-54,-113,-150,-113v-132,0,-199,79,-199,210","w":594},"d":{"d":"305,-475v183,-8,307,66,310,221v4,162,-119,255,-280,254r-283,0r0,-20v39,-6,72,0,72,-51r0,-333v4,-51,-38,-46,-80,-51r0,-20v13,2,209,2,261,0xm334,-25v126,3,184,-85,182,-213v-2,-137,-70,-214,-227,-210r-73,3r-1,376v9,51,44,42,119,44","w":670},"e":{"d":"359,-27v102,0,94,-23,120,-113r20,0r-22,141r-425,-1r0,-20v39,-6,72,0,72,-51r0,-333v4,-51,-38,-46,-80,-51r0,-20r298,1v61,0,98,-2,111,-5r6,127r-19,0v-7,-70,-17,-95,-89,-95r-135,0v-1,0,-2,63,-2,188r90,0v74,-2,88,-5,91,-76r19,0v-3,12,-1,142,0,179r-19,0v-8,-71,-13,-77,-91,-77r-90,0v0,81,1,135,1,163v0,63,77,43,144,43","w":524},"f":{"d":"395,-151v-8,-70,-13,-78,-91,-78r-90,0v0,78,1,131,1,159v0,49,42,45,86,50r0,20v-3,-3,-201,-2,-249,0r0,-20v39,-6,72,0,72,-51r0,-333v4,-51,-38,-46,-80,-51r0,-20r298,1v61,0,98,-2,111,-5r6,127r-19,0v-7,-70,-17,-95,-89,-95r-135,0v-1,0,-2,64,-2,192r90,0v79,-3,83,-3,91,-76r19,0v-3,12,-1,143,0,180r-19,0","w":482},"g":{"d":"336,-20v88,0,106,11,103,-81v-2,-64,5,-79,-43,-88r-39,-4r0,-20v6,3,195,2,243,0r0,20v-24,3,-61,4,-67,21v-10,26,-5,117,-4,161v-24,0,-170,16,-202,16v-191,0,-316,-132,-259,-320v33,-108,130,-166,277,-166v60,0,141,15,187,3r5,134r-20,0v-14,-93,-55,-112,-170,-112v-133,0,-195,81,-197,210v-3,138,65,226,186,226","w":627},"h":{"d":"657,0v-6,-3,-195,-2,-243,0r0,-20v39,-6,72,0,72,-51v0,-34,1,-90,1,-167v-8,-2,-219,-1,-273,0v4,118,-9,151,10,202v10,14,48,13,71,16r0,20v-6,-3,-195,-2,-243,0r0,-20v39,-6,72,0,72,-51r0,-333v4,-51,-32,-45,-72,-51r0,-20v12,3,195,1,243,0r0,20v-42,5,-80,0,-80,51v0,19,-1,65,-1,137v12,2,219,1,273,0v-3,-83,7,-130,-9,-173v-9,-12,-43,-12,-64,-15r0,-20v12,3,195,1,243,0r0,20v-42,5,-80,0,-80,51r0,333v-4,51,38,46,80,51r0,20","w":701},"i":{"d":"295,0v-6,-3,-195,-2,-243,0r0,-20v39,-6,72,0,72,-51r0,-333v4,-51,-32,-45,-72,-51r0,-20v12,3,195,1,243,0r0,20v-42,5,-80,0,-80,51r0,333v-4,51,38,46,80,51r0,20","w":339},"j":{"d":"282,-455v-39,6,-72,0,-72,51v0,200,36,444,-80,550v-33,30,-52,42,-85,60r-10,-17v82,-52,83,-106,83,-260r1,-334v2,-48,-42,-46,-86,-50r0,-20v3,3,201,2,249,0r0,20","w":314},"k":{"d":"399,-437v-4,-20,-20,-14,-50,-18r0,-20v1,3,143,2,178,0r0,20v-28,1,-54,6,-70,18v-30,21,-122,120,-163,162r240,225v23,19,44,29,63,30r0,20v-14,-3,-182,-1,-229,0r0,-20v22,-1,58,-4,40,-24v-48,-53,-133,-129,-194,-184v4,111,-8,143,10,192v8,12,40,13,61,16r0,20v-9,-3,-187,-2,-233,0r0,-20v39,-6,72,0,72,-51r0,-333v4,-51,-32,-45,-72,-51r0,-20v8,3,187,2,233,0r0,20v-38,6,-70,4,-70,51r-1,168v2,-1,36,-33,100,-98v57,-58,85,-92,85,-103","w":604},"l":{"d":"352,-28v88,0,84,-30,107,-112r20,0r-22,141r-405,-1r0,-20v39,-6,72,0,72,-51r0,-333v4,-51,-38,-46,-80,-51r0,-20v8,3,201,2,251,0r0,20v-42,5,-80,0,-80,51r0,333v-4,65,73,43,137,43","w":488},"m":{"d":"702,0v-6,-3,-195,-2,-243,0r0,-20v39,-6,73,0,72,-51r-4,-336r-186,407r-9,0v-11,-31,-83,-181,-98,-216r-79,-183r-4,333v0,40,30,44,70,46r0,20v-6,-2,-141,-1,-176,0r0,-20v40,-2,70,-5,70,-46r8,-338v4,-51,-37,-46,-79,-51r0,-20v1,1,133,1,175,0r149,346r159,-346v31,2,128,0,171,0r0,20v-42,5,-81,0,-80,51r4,333v-4,51,38,46,80,51r0,20","w":742},"n":{"d":"120,-230r-1,-168v0,-47,-36,-56,-81,-57r0,-20r154,0r310,324v1,-3,1,-253,-1,-258v-1,-40,-35,-45,-76,-46r0,-20v5,2,144,1,180,0r0,20v-39,0,-70,14,-70,46r-5,415v-22,1,-21,-19,-33,-28v-30,-36,-260,-273,-344,-359r2,315v-1,45,34,44,77,46r0,20v-4,-2,-148,-1,-185,0r0,-20v40,-2,70,-6,70,-46v1,-23,4,-78,3,-164","w":647},"o":{"d":"311,-482v163,0,259,92,262,237v2,136,-111,253,-252,253v-152,0,-266,-97,-266,-246v0,-131,114,-244,256,-244xm151,-241v0,120,57,223,171,223v103,0,155,-73,155,-218v0,-115,-45,-221,-165,-221v-114,0,-161,91,-161,216","w":628},"p":{"d":"166,-474v142,0,302,-6,302,125v0,115,-126,168,-254,144v0,67,1,112,1,135v0,49,42,45,86,50r0,20v-3,-3,-201,-2,-249,0r0,-20v39,-6,72,0,72,-51r0,-333v5,-53,-38,-45,-80,-51r0,-20v0,1,41,1,122,1xm214,-229v90,20,164,-9,164,-109v0,-92,-69,-123,-163,-111v-1,0,-1,73,-1,220","w":495},"q":{"d":"572,-245v3,120,-83,220,-182,244r23,28v38,50,102,106,165,101v7,30,-3,19,-55,21v-120,4,-190,-60,-228,-142v-136,-8,-240,-103,-240,-245v0,-129,115,-248,256,-244v162,4,257,83,261,237xm151,-241v0,120,57,223,171,223v103,0,155,-73,155,-218v0,-115,-45,-221,-165,-221v-114,0,-161,91,-161,216","w":627},"r":{"d":"168,-474v138,-1,307,-20,307,110v0,59,-36,106,-107,139r79,91v60,62,74,93,132,114r16,0v5,38,-8,23,-71,23v-39,0,-68,-6,-85,-19v-36,-29,-100,-112,-141,-176v-11,-8,-55,-10,-84,-10v3,94,-8,123,10,166v10,13,47,13,71,16r0,20v-6,-3,-195,-2,-243,0r0,-20v39,-6,72,0,72,-51r0,-333v5,-53,-38,-45,-80,-51r0,-20v0,1,41,1,124,1xm300,-224v56,-2,81,-55,79,-120v-1,-58,-39,-109,-110,-105r-53,2v-1,0,-2,73,-2,219v29,3,58,4,86,4","w":602},"s":{"d":"241,-480v42,0,101,18,134,7r4,131r-20,0v-15,-72,-27,-112,-117,-112v-102,0,-120,89,-60,131v60,41,146,65,196,117v64,103,-31,211,-164,211v-52,0,-98,-18,-146,-8r-23,-144r20,0v19,76,53,125,149,125v116,0,134,-109,54,-151v-68,-35,-151,-62,-188,-131v-31,-106,46,-176,161,-176","w":445},"t":{"d":"400,-474v60,-3,72,8,90,-17r13,0r6,150r-20,0v-10,-79,-15,-104,-98,-103r-76,1r0,373v-2,49,42,45,86,50r0,20v-10,-3,-211,-2,-263,0r0,-20v44,-5,86,-1,86,-50r-2,-373v0,-1,-25,-1,-76,-1v-83,-1,-88,23,-98,103r-20,0r6,-150r13,0v18,25,30,17,90,17r263,0","w":537},"u":{"d":"347,-27v147,0,164,-76,164,-240v0,-73,-1,-121,-2,-142v-1,-40,-35,-45,-76,-46r0,-20v4,2,146,1,182,0r0,20v-39,0,-68,14,-70,46v-2,35,-3,231,-8,272v-12,91,-86,145,-195,143v-147,-3,-228,-34,-229,-167r-1,-243v4,-49,-29,-45,-68,-51r0,-20v14,3,190,1,239,0r0,20v-42,5,-80,0,-80,51v0,47,-2,85,-2,116v0,167,9,261,146,261","w":654},"v":{"d":"517,-455v-33,3,-51,9,-67,39v-31,58,-112,256,-154,350v-16,39,-28,66,-33,81v-6,-20,-143,-339,-189,-438v-9,-20,-27,-32,-56,-32r0,-20v8,3,173,1,216,0r0,20v-24,0,-62,3,-59,20v5,32,91,235,119,298r72,-170v27,-67,41,-106,41,-119v0,-22,-34,-27,-59,-29r0,-20v4,3,135,2,169,0r0,20","w":526},"w":{"d":"777,-455v-33,3,-51,9,-67,39v-30,54,-110,250,-150,340v-16,37,-28,68,-37,91v-8,-26,-99,-234,-130,-305v-71,162,-114,264,-130,305v-4,-14,-143,-341,-189,-438v-9,-20,-27,-32,-56,-32r0,-20v6,3,168,2,209,0r0,20v-22,0,-54,5,-52,20v5,33,92,237,120,300r82,-193v-20,-38,-32,-83,-57,-116v-7,-9,-21,-11,-36,-11r0,-20v10,3,168,1,210,0r0,20v-24,0,-62,3,-59,20v5,32,91,235,119,298r72,-170v27,-67,41,-106,41,-119v0,-22,-34,-27,-59,-29r0,-20v4,3,135,2,169,0r0,20","w":786},"x":{"d":"538,0v-8,-3,-184,-2,-230,0r0,-20v18,-2,52,-3,51,-17v-2,-20,-83,-127,-109,-162v-26,36,-109,138,-111,159v-1,16,33,19,54,20r0,20r-174,0r0,-20v34,0,55,-8,76,-30v19,-19,65,-77,137,-173r-89,-124v-36,-50,-58,-80,-67,-89v-12,-13,-30,-17,-51,-19r0,-20v9,3,178,1,222,0r0,20v-18,2,-50,3,-49,17v2,26,67,109,90,141v24,-32,89,-112,94,-139v3,-19,-29,-19,-50,-19r0,-20v0,3,130,2,166,0r0,20v-77,5,-76,31,-123,92r-69,90r164,219v17,22,33,33,68,34r0,20","w":541},"y":{"d":"522,-455v-74,0,-104,67,-137,109r-76,98v4,125,-9,159,10,212v10,14,48,13,71,16r0,20v-6,-3,-195,-2,-243,0r0,-20v39,-6,72,0,72,-51v0,-34,1,-85,1,-154r-89,-122v-33,-45,-56,-74,-67,-86v-16,-18,-31,-20,-58,-22r0,-20v7,3,182,2,227,0r0,20v-18,2,-54,3,-51,17v6,32,85,128,112,167v30,-43,98,-125,114,-164v2,-17,-36,-19,-57,-20r0,-20r171,0r0,20","w":529},"z":{"d":"107,-475r370,0v-11,15,-68,94,-165,238r-138,205v83,-3,177,11,248,-6v51,-12,54,-66,70,-119r20,0r-26,159r-445,-2v14,-14,244,-351,312,-445r-193,-1v-72,-4,-84,47,-89,113r-20,0r7,-147v0,3,16,5,49,5","w":535},"{":{"d":"217,116v0,103,23,143,119,142r0,22v-140,-4,-207,-31,-203,-169v3,-86,0,-242,-17,-277v-14,-27,-35,-42,-70,-42r0,-25v35,0,57,-16,70,-43v25,-50,5,-262,24,-348v17,-75,90,-95,196,-97r0,22v-96,-1,-121,39,-119,142v2,103,8,220,-41,277v-23,26,-46,49,-79,59v75,27,124,103,122,212","w":352},"|":{"d":"185,280r-76,0v2,-20,1,-763,0,-953r76,0r0,953","w":294},"}":{"d":"218,-552v-3,86,-1,241,16,276v14,27,36,43,71,43r0,25v-35,0,-58,15,-71,42v-25,50,-4,263,-23,349v-17,75,-90,95,-196,97r0,-22v96,1,121,-39,119,-142v-2,-103,-9,-221,41,-277v22,-27,46,-49,79,-59v-75,-27,-124,-103,-122,-212r2,-125v0,-103,-23,-143,-119,-142r0,-22v140,4,207,31,203,169","w":352},"~":{"d":"368,-184v-93,0,-226,-64,-292,0r-9,-16v17,-24,80,-69,124,-69v64,0,232,68,283,0r9,17v-17,27,-69,68,-115,68","w":549},"\u00a1":{"d":"143,-440v30,0,57,26,57,56v0,30,-27,57,-57,57v-30,0,-57,-27,-57,-57v0,-30,27,-56,57,-56xm141,237v-34,3,-60,-28,-56,-63r42,-414v1,-7,5,-11,14,-11v9,0,13,4,14,11r36,328v9,81,18,143,-50,149","w":285},"\u00a2":{"d":"408,-476v-18,5,-89,-56,-105,-52r0,361v58,1,103,-17,156,-55r11,18v-49,51,-105,83,-167,95r0,85r-33,0r0,-84v-103,-3,-189,-92,-189,-214v0,-131,74,-222,189,-238r0,-71r33,0r0,69v65,-2,146,8,157,51v0,21,-27,36,-52,35xm270,-530v-121,0,-137,225,-70,308v19,24,40,45,70,51r0,-359","w":550},"\u00a3":{"d":"598,-254v23,0,34,26,34,52v0,104,-95,207,-173,211v-40,3,-120,-32,-187,-72v-35,49,-80,73,-134,73v-55,0,-106,-24,-103,-79v4,-90,138,-112,227,-75v-6,-80,-19,-68,-70,-198r-99,0r0,-33r86,0v-14,-38,-21,-73,-21,-105v0,-111,100,-198,206,-196v59,0,108,9,146,28v38,19,56,38,56,58v-1,32,-52,50,-80,28v-36,-28,-76,-86,-133,-86v-76,0,-110,61,-111,129v0,59,20,102,37,144r154,0r0,33r-141,0v40,91,47,133,15,216v46,22,130,66,189,66v51,0,77,-19,77,-56v0,-12,-28,-70,-25,-85v-1,-28,22,-54,50,-53xm69,-70v0,32,30,54,68,54v51,0,87,-21,109,-62v-53,-29,-92,-43,-119,-43v-33,0,-58,22,-58,51","w":674},"\u00a5":{"d":"192,-24v63,-2,30,-90,39,-143r-131,1r0,-37v0,1,44,1,131,1r0,-67r-131,1r0,-37v0,1,44,1,131,1r0,-47r-137,-225v-27,-38,-39,-77,-99,-77r0,-20v10,3,190,1,237,0r0,20v-27,0,-60,5,-55,27v20,84,85,155,126,231r123,-201v14,-27,24,-53,-15,-55r-29,-2r0,-20r173,0r0,20v-27,0,-48,6,-63,20v-11,11,-135,208,-172,266r0,63r140,-1r0,37v0,-1,-47,-1,-140,-1r0,67r140,-1r0,37v0,-1,-47,-1,-140,-1v8,55,-24,142,42,143r39,4r0,20v-6,-3,-195,-2,-243,0r0,-20","w":550},"\u00a7":{"d":"380,-654v-59,-75,-208,-37,-196,76v13,122,123,165,194,228v49,43,115,80,115,164v0,65,-33,118,-99,161v31,35,47,77,47,125v2,104,-92,182,-200,182v-74,0,-163,-22,-171,-72v-3,-19,23,-35,42,-33v57,5,72,78,141,78v109,0,154,-120,95,-197v-78,-101,-223,-144,-276,-261v-43,-94,21,-181,91,-212v-33,-39,-50,-81,-50,-126v-1,-103,89,-181,198,-181v71,0,163,25,172,73v-2,33,-48,46,-75,23v-11,-9,-20,-18,-28,-28xm377,-41v66,-43,56,-139,6,-186v-61,-58,-144,-112,-207,-173v-58,45,-64,116,-16,173v39,46,158,133,217,186","w":550},"\u00a4":{"d":"521,-135r-39,40r-77,-76v-53,58,-215,57,-268,1r-71,71r-34,-36r71,-71v-48,-49,-53,-191,-5,-246r11,-15r-79,-79r40,-39r80,79v52,-51,203,-53,255,-1r76,-76r35,35r-75,75v54,49,60,208,4,261xm275,-174v90,0,148,-66,148,-162v0,-96,-61,-162,-149,-163v-88,0,-148,68,-148,161v0,93,61,165,149,164","w":550},"'":{"d":"146,-713r-38,236r-20,0r-38,-236v28,-12,68,-13,96,0","w":196},"\u00ab":{"d":"318,-67r-14,11r-117,-163r0,-20r117,-163r14,11v-17,41,-58,134,-58,165v0,30,42,120,58,159xm178,-67r-14,11r-117,-163r0,-20r117,-163r14,11v-17,41,-58,134,-58,165v0,30,42,120,58,159","w":380},"\u00b7":{"d":"115,-395v30,0,56,26,56,56v0,30,-26,56,-56,56v-30,0,-56,-26,-56,-56v0,-30,26,-56,56,-56","w":230},"\u00b6":{"d":"405,-673v94,3,236,6,299,-13r4,31v-23,7,-58,11,-105,12r0,613v47,1,82,5,105,12r-4,31v-27,-9,-60,-13,-101,-13r0,280r-37,0r1,-280r-38,0r0,280r-37,0r1,-280v-108,-2,-214,6,-285,-42v-95,-64,-146,-160,-146,-297v0,-210,113,-342,343,-334xm493,-31r-1,-612r-75,0r0,613xm567,-31r-1,-611r-37,0r0,611r38,0","w":749},"\u00bb":{"d":"334,-219r-117,163r-14,-11v17,-40,58,-128,58,-159v0,-30,-42,-125,-58,-165r14,-11r117,163r0,20xm194,-219r-117,163r-14,-11v17,-40,58,-128,58,-159v0,-30,-42,-125,-58,-165r14,-11r117,163r0,20","w":380},"\u00bf":{"d":"278,-440v30,0,57,26,57,56v0,30,-27,57,-57,57v-30,0,-57,-27,-57,-57v0,-30,27,-56,57,-56xm194,177v40,0,92,-31,126,-30v40,0,60,15,60,44v0,34,-44,49,-87,49v-119,0,-239,-69,-236,-193v2,-97,87,-131,165,-154v48,-14,92,-58,58,-116r-13,-27r26,-7v35,53,75,178,-4,215v-24,11,-48,21,-75,31v-70,27,-106,61,-106,106v-1,46,39,82,86,82","w":426},"`":{"d":"329,-503r-16,12r-142,-161r53,-20","w":500},"\u00b4":{"d":"345,-650r-178,159r-11,-14r133,-167","w":500},"\u00af":{"d":"392,-533v-10,-2,-220,-1,-274,0r0,-48v10,2,220,1,274,0r0,48","w":500},"\u00a8":{"d":"332,-587v23,0,43,20,43,43v0,23,-20,42,-43,42v-23,0,-44,-19,-44,-42v0,-23,21,-43,44,-43xm168,-587v23,0,44,20,44,43v0,23,-21,42,-44,42v-23,0,-43,-19,-43,-42v0,-23,20,-43,43,-43","w":500},"\u00b8":{"d":"299,170v0,-59,-71,-59,-127,-70r55,-110r25,2r-30,62v82,11,123,44,123,99v0,56,-54,95,-115,95v-34,0,-89,-19,-89,-46v0,-17,9,-26,28,-26v17,-1,51,54,76,47v35,1,54,-22,54,-53","w":500},"\u00c6":{"d":"818,-36v117,5,132,-52,160,-140r20,0r-37,178r-54,-3r-487,1r0,-20v40,-5,82,1,82,-50v0,-32,2,-120,2,-264r-179,0v-61,95,-103,163,-126,204v-31,56,-46,99,33,108r22,2r0,20v-6,-5,-187,-2,-233,0r0,-20v54,-1,72,-21,97,-59r362,-560v-23,-10,-56,-12,-88,-14r0,-20r308,1v137,0,216,-2,235,-6r10,168r-20,0v-23,-95,-13,-128,-112,-128r-215,0v-1,0,-1,91,-1,272r135,0v109,0,120,-12,129,-108r20,0v-3,16,-1,197,0,248r-20,0v-5,-97,-27,-108,-129,-108r-135,0v0,121,-1,200,2,237v5,69,22,61,105,61r114,0xm504,-366r0,-248r-158,248r158,0","w":1040},"\u00aa":{"d":"212,-466v-1,32,39,32,55,12r8,12v-18,17,-45,42,-75,44v-24,1,-32,-23,-40,-39v-13,14,-47,38,-74,38v-57,0,-98,-77,-48,-118v31,-25,62,-36,118,-41v1,-5,1,-21,1,-47v0,-37,-12,-56,-36,-56v-31,0,-42,65,-74,58v-12,1,-21,-11,-21,-22v0,-32,60,-54,105,-54v56,0,84,20,84,60xm71,-490v0,48,54,70,85,37r0,-88v-57,5,-85,22,-85,51","w":266},"\u00d8":{"d":"80,-221v-78,-270,112,-505,404,-451v37,7,51,13,76,23r38,-73r33,16r-38,74v84,48,143,146,146,284v6,237,-218,430,-467,332r-38,73r-33,-16r38,-72v-72,-39,-133,-99,-159,-190xm473,-638v-195,-56,-310,91,-303,296v4,116,36,210,94,263r271,-522v-17,-18,-28,-27,-62,-37xm633,-335v0,-88,-26,-185,-71,-238r-269,517v26,18,74,33,120,33v147,0,220,-104,220,-312"},"\u00ba":{"d":"166,-680v79,0,142,62,142,141v0,78,-62,140,-142,140v-79,0,-146,-58,-146,-134v0,-87,58,-147,146,-147xm84,-557v0,70,22,139,85,139v50,0,75,-36,75,-107v0,-62,-18,-134,-83,-135v-51,0,-77,34,-77,103","w":328},"\u00e6":{"d":"586,-27v102,0,94,-23,120,-113r20,0r-22,141r-425,-1r0,-20v39,-6,72,0,72,-51v0,-33,1,-87,1,-162r-129,0r-78,131v-19,37,-43,78,27,81r17,1r0,20v0,-3,-141,-2,-175,0r0,-20v31,0,40,-10,66,-41v27,-33,186,-297,242,-387r-71,-7r0,-20r318,1v61,0,98,-2,111,-5r6,127r-19,0v-7,-70,-17,-95,-89,-95r-135,0v-1,0,-2,63,-2,189r90,0v74,-2,88,-5,91,-76r19,0v-3,12,-1,141,0,178r-19,0v-8,-71,-13,-77,-91,-77r-90,0v0,81,1,135,1,163v0,63,77,43,144,43xm352,-258r-1,-183r-113,183r114,0","w":751},"\u00f8":{"d":"76,-138v-83,-210,105,-404,340,-328r32,-64r30,15r-30,61v67,35,124,105,125,209v2,180,-167,296,-355,237r-33,65r-30,-14r32,-63v-48,-27,-87,-58,-111,-118xm389,-438v-134,-60,-238,41,-238,197v0,77,22,141,59,177r187,-367xm477,-236v1,-70,-22,-138,-54,-171r-187,365v18,13,53,24,86,24v103,0,155,-73,155,-218","w":628},"\u00df":{"d":"686,-480v42,0,101,18,134,7r4,131r-20,0v-15,-72,-27,-112,-117,-112v-102,0,-120,89,-60,131v60,41,147,65,197,117v64,103,-32,211,-165,211v-52,0,-98,-18,-146,-8r-23,-144r20,0v19,76,53,125,149,125v116,0,134,-109,54,-151v-68,-35,-152,-62,-189,-131v-31,-106,47,-176,162,-176xm241,-480v42,0,101,18,134,7r4,131r-20,0v-15,-72,-27,-112,-117,-112v-102,0,-120,89,-60,131v60,41,146,65,196,117v64,103,-31,211,-164,211v-52,0,-98,-18,-146,-8r-23,-144r20,0v19,76,53,125,149,125v116,0,134,-109,54,-151v-68,-35,-151,-62,-188,-131v-31,-106,46,-176,161,-176","w":890},"\u00c4":{"d":"459,-839v25,0,45,20,45,45v0,25,-20,44,-45,44v-25,0,-46,-19,-46,-44v0,-25,21,-45,46,-45xm275,-839v25,0,46,20,46,45v0,25,-21,44,-46,44v-25,0,-45,-19,-45,-44v0,-25,20,-45,45,-45xm720,0v-13,-5,-207,-2,-258,0r0,-20v31,-5,72,0,74,-29v-5,-30,-69,-173,-89,-225v-4,-2,-175,-1,-219,0v-21,49,-77,185,-79,215v-2,28,39,38,76,39r0,20v-9,-5,-157,-3,-203,0r0,-20v43,-3,64,-18,83,-59v20,-42,280,-671,254,-609r23,0r230,556v24,52,24,55,47,88v16,23,32,19,61,24r0,20xm435,-304r-99,-235r-95,235r194,0","w":733},"\u00c5":{"d":"370,-913v45,0,85,40,85,85v0,45,-40,85,-85,85v-45,0,-85,-40,-85,-85v0,-45,40,-85,85,-85xm720,0v-13,-5,-207,-2,-258,0r0,-20v31,-5,72,0,74,-29v-5,-30,-69,-173,-89,-225v-4,-2,-175,-1,-219,0v-21,49,-77,185,-79,215v-2,28,39,38,76,39r0,20v-9,-5,-157,-3,-203,0r0,-20v43,-3,64,-18,83,-59v20,-42,280,-671,254,-609r23,0r230,556v24,52,24,55,47,88v16,23,32,19,61,24r0,20xm370,-773v33,0,52,-23,52,-54v1,-28,-23,-54,-52,-54v-31,0,-52,22,-52,54v0,28,23,54,52,54xm435,-304r-99,-235r-95,235r194,0","w":733},"\u00c7":{"d":"454,-646v-189,0,-290,120,-285,313v5,187,103,311,302,311v143,0,187,-51,208,-159r20,0r-25,175r-72,8v-70,8,-124,11,-198,7r-22,45v82,11,123,44,123,99v-1,55,-52,95,-115,95v-35,0,-89,-18,-89,-45v0,-18,9,-27,28,-27v17,0,51,56,76,49v35,1,54,-24,54,-55v0,-56,-63,-58,-127,-70v11,-15,26,-47,47,-94v-188,-21,-317,-139,-317,-337v0,-216,164,-347,393,-347v80,0,153,18,219,5r4,184r-21,0v-15,-111,-59,-157,-203,-157","w":760},"\u00c9":{"d":"428,-901r-180,161r-12,-15r134,-169xm427,-36v117,5,132,-52,160,-140r20,0r-37,178r-54,-3r-487,1r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-44,-45,-90,-50r0,-20r288,1v138,0,216,-2,235,-6r10,168r-20,0v-23,-95,-13,-128,-112,-128r-215,0v-1,0,-1,90,-1,271r135,0v109,0,120,-12,129,-108r20,0v-3,15,-1,198,0,249r-20,0v-5,-97,-26,-108,-129,-108r-135,0v0,121,-1,200,2,237v5,69,22,61,105,61r114,0","w":649},"\u00d1":{"d":"359,-837v18,0,130,29,158,29v19,0,38,-10,57,-31r8,16v-19,29,-55,63,-98,65v-29,1,-127,-29,-154,-29v-23,0,-43,11,-62,34r-7,-18v31,-44,64,-66,98,-66xm22,-673r184,0r436,509r-2,-428v-1,-55,-43,-58,-99,-61r0,-20v5,3,177,2,221,0r0,20v-48,-1,-81,11,-81,59r-3,603r-16,0v-3,-6,-394,-459,-509,-594r2,504v0,54,45,59,99,61r0,20v-6,-3,-179,-2,-224,0r0,-20v48,1,81,-11,81,-59r2,-528v1,-33,-40,-46,-91,-46r0,-20","w":783},"\u00d6":{"d":"484,-839v25,0,45,20,45,45v0,25,-20,44,-45,44v-25,0,-46,-19,-46,-44v0,-25,21,-45,46,-45xm300,-839v25,0,46,20,46,45v0,25,-21,44,-46,44v-25,0,-45,-19,-45,-44v0,-25,20,-45,45,-45xm398,-680v213,0,339,131,341,332v2,190,-138,357,-331,357v-194,0,-346,-152,-346,-349v0,-183,151,-340,336,-340xm170,-342v0,171,80,320,243,319v147,0,220,-104,220,-312v0,-168,-64,-315,-234,-315v-164,0,-229,130,-229,308"},"\u00dc":{"d":"498,-839v25,0,45,20,45,45v0,25,-20,44,-45,44v-25,0,-46,-19,-46,-44v0,-25,21,-45,46,-45xm314,-839v25,0,46,20,46,45v0,25,-21,44,-46,44v-25,0,-45,-19,-45,-44v0,-25,20,-45,45,-45xm402,15v-186,0,-303,-59,-303,-234r-1,-384v2,-49,-40,-46,-82,-50r0,-20v11,3,216,1,269,0r0,20v-42,6,-90,1,-90,50v0,98,-3,157,-3,177v0,107,1,175,2,204v3,127,81,197,207,198v147,0,224,-64,223,-191r-2,-377v0,-56,-43,-58,-99,-61r0,-20v2,3,181,2,225,0r0,20v-48,-1,-79,11,-81,59v-1,15,1,349,-4,410v-11,137,-118,199,-261,199","w":764},"\u00e1":{"d":"425,-680r-178,159r-11,-14r133,-167xm548,0v-13,-3,-167,-1,-210,0r0,-20v22,0,58,-5,54,-19v0,-9,-20,-56,-59,-141v-4,-2,-129,-1,-161,0v-31,72,-47,116,-47,133v0,23,32,27,60,27r0,20v0,-3,-130,-2,-162,0r0,-20v37,0,51,-14,71,-51v17,-29,177,-423,171,-414r30,0r101,234v38,85,68,151,91,197v14,27,29,34,61,34r0,20xm322,-205r-74,-164r-66,164r140,0","w":558},"\u00e0":{"d":"319,-523r-16,12r-142,-161r53,-20xm548,0v-13,-3,-167,-1,-210,0r0,-20v22,0,58,-5,54,-19v0,-9,-20,-56,-59,-141v-4,-2,-129,-1,-161,0v-31,72,-47,116,-47,133v0,23,32,27,60,27r0,20v0,-3,-130,-2,-162,0r0,-20v37,0,51,-14,71,-51v17,-29,177,-423,171,-414r30,0r101,234v38,85,68,151,91,197v14,27,29,34,61,34r0,20xm322,-205r-74,-164r-66,164r140,0","w":558},"\u00e2":{"d":"417,-516r-11,14r-125,-118r-119,118r-11,-14r123,-167r20,0xm548,0v-13,-3,-167,-1,-210,0r0,-20v22,0,58,-5,54,-19v0,-9,-20,-56,-59,-141v-4,-2,-129,-1,-161,0v-31,72,-47,116,-47,133v0,23,32,27,60,27r0,20v0,-3,-130,-2,-162,0r0,-20v37,0,51,-14,71,-51v17,-29,177,-423,171,-414r30,0r101,234v38,85,68,151,91,197v14,27,29,34,61,34r0,20xm322,-205r-74,-164r-66,164r140,0","w":558},"\u00e4":{"d":"362,-607v23,0,43,20,43,43v0,23,-20,42,-43,42v-23,0,-44,-19,-44,-42v0,-23,21,-43,44,-43xm198,-607v23,0,44,20,44,43v0,23,-21,42,-44,42v-23,0,-43,-19,-43,-42v0,-23,20,-43,43,-43xm548,0v-13,-3,-167,-1,-210,0r0,-20v22,0,58,-5,54,-19v0,-9,-20,-56,-59,-141v-4,-2,-129,-1,-161,0v-31,72,-47,116,-47,133v0,23,32,27,60,27r0,20v0,-3,-130,-2,-162,0r0,-20v37,0,51,-14,71,-51v17,-29,177,-423,171,-414r30,0r101,234v38,85,68,151,91,197v14,27,29,34,61,34r0,20xm322,-205r-74,-164r-66,164r140,0","w":558},"\u00e3":{"d":"232,-617v20,0,117,30,136,30v18,0,37,-11,58,-33r9,17v-17,26,-59,62,-98,65v-27,2,-110,-31,-132,-30v-23,0,-43,11,-62,33r-9,-16v35,-44,68,-66,98,-66xm548,0v-13,-3,-167,-1,-210,0r0,-20v22,0,58,-5,54,-19v0,-9,-20,-56,-59,-141v-4,-2,-129,-1,-161,0v-31,72,-47,116,-47,133v0,23,32,27,60,27r0,20v0,-3,-130,-2,-162,0r0,-20v37,0,51,-14,71,-51v17,-29,177,-423,171,-414r30,0r101,234v38,85,68,151,91,197v14,27,29,34,61,34r0,20xm322,-205r-74,-164r-66,164r140,0","w":558},"\u00e5":{"d":"281,-681v45,0,83,39,83,83v0,44,-38,83,-83,83v-45,0,-83,-39,-83,-83v0,-44,38,-83,83,-83xm548,0v-13,-3,-167,-1,-210,0r0,-20v22,0,58,-5,54,-19v0,-9,-20,-56,-59,-141v-4,-2,-129,-1,-161,0v-31,72,-47,116,-47,133v0,23,32,27,60,27r0,20v0,-3,-130,-2,-162,0r0,-20v37,0,51,-14,71,-51v17,-29,177,-423,171,-414r30,0r101,234v38,85,68,151,91,197v14,27,29,34,61,34r0,20xm281,-541v33,0,54,-24,54,-56v0,-29,-25,-56,-54,-56v-31,0,-54,25,-54,56v0,29,25,56,54,56xm322,-205r-74,-164r-66,164r140,0","w":558},"\u00e7":{"d":"369,170v0,-59,-71,-59,-127,-70v9,-17,26,-49,49,-97v-136,-14,-236,-98,-236,-239v0,-146,117,-244,285,-244v55,0,133,13,177,3r2,136r-20,0v-5,-90,-54,-113,-150,-113v-132,0,-199,79,-199,210v0,135,76,225,217,225v105,0,132,-31,147,-121r20,0r-17,134v-44,4,-139,17,-201,11r-24,49v82,11,123,44,123,99v0,56,-54,95,-115,95v-34,0,-89,-19,-89,-46v0,-17,9,-26,28,-26v17,-1,51,54,76,47v35,1,54,-22,54,-53","w":594},"\u00e9":{"d":"385,-670r-178,159r-11,-14r133,-167xm359,-27v102,0,94,-23,120,-113r20,0r-22,141r-425,-1r0,-20v39,-6,72,0,72,-51r0,-333v4,-51,-38,-46,-80,-51r0,-20r298,1v61,0,98,-2,111,-5r6,127r-19,0v-7,-70,-17,-95,-89,-95r-135,0v-1,0,-2,63,-2,188r90,0v74,-2,88,-5,91,-76r19,0v-3,12,-1,142,0,179r-19,0v-8,-71,-13,-77,-91,-77r-90,0v0,81,1,135,1,163v0,63,77,43,144,43","w":524},"\u00e8":{"d":"349,-523r-16,12r-142,-161r53,-20xm359,-27v102,0,94,-23,120,-113r20,0r-22,141r-425,-1r0,-20v39,-6,72,0,72,-51r0,-333v4,-51,-38,-46,-80,-51r0,-20r298,1v61,0,98,-2,111,-5r6,127r-19,0v-7,-70,-17,-95,-89,-95r-135,0v-1,0,-2,63,-2,188r90,0v74,-2,88,-5,91,-76r19,0v-3,12,-1,142,0,179r-19,0v-8,-71,-13,-77,-91,-77r-90,0v0,81,1,135,1,163v0,63,77,43,144,43","w":524},"\u00ea":{"d":"411,-516r-11,14r-125,-118r-119,118r-11,-14r123,-167r20,0xm359,-27v102,0,94,-23,120,-113r20,0r-22,141r-425,-1r0,-20v39,-6,72,0,72,-51r0,-333v4,-51,-38,-46,-80,-51r0,-20r298,1v61,0,98,-2,111,-5r6,127r-19,0v-7,-70,-17,-95,-89,-95r-135,0v-1,0,-2,63,-2,188r90,0v74,-2,88,-5,91,-76r19,0v-3,12,-1,142,0,179r-19,0v-8,-71,-13,-77,-91,-77r-90,0v0,81,1,135,1,163v0,63,77,43,144,43","w":524},"\u00eb":{"d":"355,-607v23,0,43,20,43,43v0,23,-20,42,-43,42v-23,0,-44,-19,-44,-42v0,-23,21,-43,44,-43xm191,-607v23,0,44,20,44,43v0,23,-21,42,-44,42v-23,0,-43,-19,-43,-42v0,-23,20,-43,43,-43xm359,-27v102,0,94,-23,120,-113r20,0r-22,141r-425,-1r0,-20v39,-6,72,0,72,-51r0,-333v4,-51,-38,-46,-80,-51r0,-20r298,1v61,0,98,-2,111,-5r6,127r-19,0v-7,-70,-17,-95,-89,-95r-135,0v-1,0,-2,63,-2,188r90,0v74,-2,88,-5,91,-76r19,0v-3,12,-1,142,0,179r-19,0v-8,-71,-13,-77,-91,-77r-90,0v0,81,1,135,1,163v0,63,77,43,144,43","w":524},"\u00ed":{"d":"305,-670r-178,159r-11,-14r133,-167xm295,0v-6,-3,-195,-2,-243,0r0,-20v39,-6,72,0,72,-51r0,-333v4,-51,-32,-45,-72,-51r0,-20v12,3,195,1,243,0r0,20v-42,5,-80,0,-80,51r0,333v-4,51,38,46,80,51r0,20","w":339},"\u00ec":{"d":"228,-523r-16,12r-142,-161r53,-20xm295,0v-6,-3,-195,-2,-243,0r0,-20v39,-6,72,0,72,-51r0,-333v4,-51,-32,-45,-72,-51r0,-20v12,3,195,1,243,0r0,20v-42,5,-80,0,-80,51r0,333v-4,51,38,46,80,51r0,20","w":339},"\u00ee":{"d":"308,-516r-11,14r-125,-118r-119,118r-11,-14r123,-167r20,0xm295,0v-6,-3,-195,-2,-243,0r0,-20v39,-6,72,0,72,-51r0,-333v4,-51,-32,-45,-72,-51r0,-20v12,3,195,1,243,0r0,20v-42,5,-80,0,-80,51r0,333v-4,51,38,46,80,51r0,20","w":339},"\u00ef":{"d":"253,-607v23,0,43,20,43,43v0,23,-20,42,-43,42v-23,0,-44,-19,-44,-42v0,-23,21,-43,44,-43xm89,-607v23,0,44,20,44,43v0,23,-21,42,-44,42v-23,0,-43,-19,-43,-42v0,-23,20,-43,43,-43xm295,0v-6,-3,-195,-2,-243,0r0,-20v39,-6,72,0,72,-51r0,-333v4,-51,-32,-45,-72,-51r0,-20v12,3,195,1,243,0r0,20v-42,5,-80,0,-80,51r0,333v-4,51,38,46,80,51r0,20","w":339},"\u00f1":{"d":"291,-617v20,0,117,30,136,30v18,0,37,-11,58,-33r9,17v-17,26,-59,63,-98,65v-28,2,-109,-31,-132,-30v-23,0,-43,11,-62,33r-9,-16v35,-44,68,-66,98,-66xm120,-230r-1,-168v0,-47,-36,-56,-81,-57r0,-20r154,0r310,324v1,-3,1,-253,-1,-258v-1,-40,-35,-45,-76,-46r0,-20v5,2,144,1,180,0r0,20v-39,0,-70,14,-70,46r-5,415v-22,1,-21,-19,-33,-28v-30,-36,-260,-273,-344,-359r2,315v-1,45,34,44,77,46r0,20v-4,-2,-148,-1,-185,0r0,-20v40,-2,70,-6,70,-46v1,-23,4,-78,3,-164","w":647},"\u00f3":{"d":"425,-670r-178,159r-11,-14r133,-167xm311,-482v163,0,259,92,262,237v2,136,-111,253,-252,253v-152,0,-266,-97,-266,-246v0,-131,114,-244,256,-244xm151,-241v0,120,57,223,171,223v103,0,155,-73,155,-218v0,-115,-45,-221,-165,-221v-114,0,-161,91,-161,216","w":628},"\u00f2":{"d":"359,-523r-16,12r-142,-161r53,-20xm311,-482v163,0,259,92,262,237v2,136,-111,253,-252,253v-152,0,-266,-97,-266,-246v0,-131,114,-244,256,-244xm151,-241v0,120,57,223,171,223v103,0,155,-73,155,-218v0,-115,-45,-221,-165,-221v-114,0,-161,91,-161,216","w":628},"\u00f4":{"d":"445,-516r-11,14r-125,-118r-119,118r-11,-14r123,-167r20,0xm311,-482v163,0,259,92,262,237v2,136,-111,253,-252,253v-152,0,-266,-97,-266,-246v0,-131,114,-244,256,-244xm151,-241v0,120,57,223,171,223v103,0,155,-73,155,-218v0,-115,-45,-221,-165,-221v-114,0,-161,91,-161,216","w":628},"\u00f6":{"d":"392,-607v23,0,43,20,43,43v0,23,-20,42,-43,42v-23,0,-44,-19,-44,-42v0,-23,21,-43,44,-43xm228,-607v23,0,44,20,44,43v0,23,-21,42,-44,42v-23,0,-43,-19,-43,-42v0,-23,20,-43,43,-43xm311,-482v163,0,259,92,262,237v2,136,-111,253,-252,253v-152,0,-266,-97,-266,-246v0,-131,114,-244,256,-244xm151,-241v0,120,57,223,171,223v103,0,155,-73,155,-218v0,-115,-45,-221,-165,-221v-114,0,-161,91,-161,216","w":628},"\u00f5":{"d":"270,-617v20,0,117,30,136,30v18,0,37,-11,58,-33r9,17v-17,26,-59,62,-98,65v-27,2,-110,-31,-132,-30v-23,0,-43,11,-62,33r-9,-16v35,-44,68,-66,98,-66xm311,-482v163,0,259,92,262,237v2,136,-111,253,-252,253v-152,0,-266,-97,-266,-246v0,-131,114,-244,256,-244xm151,-241v0,120,57,223,171,223v103,0,155,-73,155,-218v0,-115,-45,-221,-165,-221v-114,0,-161,91,-161,216","w":628},"\u00fa":{"d":"501,-670r-178,159r-11,-14r133,-167xm347,-27v147,0,164,-76,164,-240v0,-73,-1,-121,-2,-142v-1,-40,-35,-45,-76,-46r0,-20v4,2,146,1,182,0r0,20v-39,0,-68,14,-70,46v-2,35,-3,231,-8,272v-12,91,-86,145,-195,143v-147,-3,-228,-34,-229,-167r-1,-243v4,-49,-29,-45,-68,-51r0,-20v14,3,190,1,239,0r0,20v-42,5,-80,0,-80,51v0,47,-2,85,-2,116v0,167,9,261,146,261","w":654},"\u00f9":{"d":"393,-503r-16,12r-142,-161r53,-20xm347,-27v147,0,164,-76,164,-240v0,-73,-1,-121,-2,-142v-1,-40,-35,-45,-76,-46r0,-20v4,2,146,1,182,0r0,20v-39,0,-68,14,-70,46v-2,35,-3,231,-8,272v-12,91,-86,145,-195,143v-147,-3,-228,-34,-229,-167r-1,-243v4,-49,-29,-45,-68,-51r0,-20v14,3,190,1,239,0r0,20v-42,5,-80,0,-80,51v0,47,-2,85,-2,116v0,167,9,261,146,261","w":654},"\u00fb":{"d":"491,-516r-11,14r-125,-118r-119,118r-11,-14r123,-167r20,0xm347,-27v147,0,164,-76,164,-240v0,-73,-1,-121,-2,-142v-1,-40,-35,-45,-76,-46r0,-20v4,2,146,1,182,0r0,20v-39,0,-68,14,-70,46v-2,35,-3,231,-8,272v-12,91,-86,145,-195,143v-147,-3,-228,-34,-229,-167r-1,-243v4,-49,-29,-45,-68,-51r0,-20v14,3,190,1,239,0r0,20v-42,5,-80,0,-80,51v0,47,-2,85,-2,116v0,167,9,261,146,261","w":654},"\u00fc":{"d":"446,-607v23,0,43,20,43,43v0,23,-20,42,-43,42v-23,0,-44,-19,-44,-42v0,-23,21,-43,44,-43xm282,-607v23,0,44,20,44,43v0,23,-21,42,-44,42v-23,0,-43,-19,-43,-42v0,-23,20,-43,43,-43xm347,-27v147,0,164,-76,164,-240v0,-73,-1,-121,-2,-142v-1,-40,-35,-45,-76,-46r0,-20v4,2,146,1,182,0r0,20v-39,0,-68,14,-70,46v-2,35,-3,231,-8,272v-12,91,-86,145,-195,143v-147,-3,-228,-34,-229,-167r-1,-243v4,-49,-29,-45,-68,-51r0,-20v14,3,190,1,239,0r0,20v-42,5,-80,0,-80,51v0,47,-2,85,-2,116v0,167,9,261,146,261","w":654},"\u00b0":{"d":"156,-695v68,0,120,48,120,115v0,67,-55,115,-123,115v-73,0,-119,-45,-119,-115v0,-63,58,-115,122,-115xm155,-507v42,0,71,-31,71,-73v0,-40,-30,-72,-71,-72v-40,0,-72,33,-72,72v0,43,30,73,72,73","w":310},"\u00ae":{"d":"407,-680v190,0,345,157,345,345v0,191,-153,344,-345,344v-188,0,-345,-157,-345,-344v0,-191,156,-345,345,-345xm408,-21v174,0,307,-139,307,-315v0,-166,-141,-315,-307,-315v-174,0,-307,139,-307,315v0,166,141,315,307,315xm312,-515v103,0,230,-11,230,82v0,47,-27,81,-80,104r59,68v48,46,52,75,111,82v3,32,-3,19,-53,21v-72,2,-84,-28,-117,-72r-53,-72v-6,-6,-46,-7,-63,-8v2,66,-5,87,8,118v8,10,35,11,53,13r0,19v-5,-3,-146,-2,-182,0r0,-19v30,-4,54,0,54,-38r0,-242v3,-39,-29,-34,-60,-38r0,-19v0,1,31,1,93,1xm409,-329v41,0,60,-45,61,-81v2,-73,-50,-92,-122,-82r-2,160v0,2,21,3,63,3","w":814},"\u00a9":{"d":"407,-680v190,0,345,157,345,345v0,191,-153,344,-345,344v-188,0,-345,-157,-345,-344v0,-191,156,-345,345,-345xm408,-21v174,0,307,-139,307,-315v0,-166,-141,-315,-307,-315v-174,0,-307,139,-307,315v0,166,141,315,307,315xm435,-179v86,0,91,-21,108,-90r19,0r-13,102v-27,2,-89,10,-130,10v-124,0,-218,-65,-218,-181v0,-108,86,-183,213,-183v42,0,102,9,135,2r2,108r-19,0v-3,-69,-37,-88,-110,-88v-100,0,-150,52,-150,156v0,101,57,164,163,164","w":814},"\u00b1":{"d":"467,-263r-167,0r0,166r-55,0r0,-166r-165,0r0,-55r165,0r0,-166r55,0r0,166r167,0r0,55xm470,0r-391,0r0,-55r391,0r0,55","w":549},"\u00ac":{"d":"482,-109r-61,0r1,-175v-31,-2,-280,0,-354,0r0,-57v18,2,332,1,414,0v-2,11,-1,186,0,232","w":549},"\u00a0":{"w":200},"\u00c0":{"d":"400,-753r-17,13r-143,-163r54,-21xm720,0v-13,-5,-207,-2,-258,0r0,-20v31,-5,72,0,74,-29v-5,-30,-69,-173,-89,-225v-4,-2,-175,-1,-219,0v-21,49,-77,185,-79,215v-2,28,39,38,76,39r0,20v-9,-5,-157,-3,-203,0r0,-20v43,-3,64,-18,83,-59v20,-42,280,-671,254,-609r23,0r230,556v24,52,24,55,47,88v16,23,32,19,61,24r0,20xm435,-304r-99,-235r-95,235r194,0","w":733},"\u00c3":{"d":"310,-837v18,0,130,29,158,29v19,0,38,-10,57,-31r8,16v-19,29,-55,63,-98,65v-29,1,-127,-29,-154,-29v-23,0,-43,11,-62,34r-7,-18v31,-44,64,-66,98,-66xm720,0v-13,-5,-207,-2,-258,0r0,-20v31,-5,72,0,74,-29v-5,-30,-69,-173,-89,-225v-4,-2,-175,-1,-219,0v-21,49,-77,185,-79,215v-2,28,39,38,76,39r0,20v-9,-5,-157,-3,-203,0r0,-20v43,-3,64,-18,83,-59v20,-42,280,-671,254,-609r23,0r230,556v24,52,24,55,47,88v16,23,32,19,61,24r0,20xm435,-304r-99,-235r-95,235r194,0","w":733},"\u00d5":{"d":"346,-837v18,0,130,29,158,29v19,0,38,-10,57,-31r8,16v-19,29,-55,63,-98,65v-29,1,-127,-29,-154,-29v-23,0,-43,11,-62,34r-7,-18v31,-44,64,-66,98,-66xm398,-680v213,0,339,131,341,332v2,190,-138,357,-331,357v-194,0,-346,-152,-346,-349v0,-183,151,-340,336,-340xm170,-342v0,171,80,320,243,319v147,0,220,-104,220,-312v0,-168,-64,-315,-234,-315v-164,0,-229,130,-229,308"},"\u00f7":{"d":"273,-427v30,0,55,25,55,56v0,32,-26,56,-58,56v-29,0,-53,-27,-53,-56v0,-30,26,-56,56,-56xm464,-198r-379,0r0,-55r379,0r0,55xm273,-137v30,0,55,25,55,56v0,32,-26,56,-58,56v-29,0,-53,-27,-53,-56v0,-30,26,-56,56,-56","w":550},"\u00ff":{"d":"376,-607v23,0,43,20,43,43v0,23,-20,42,-43,42v-23,0,-44,-19,-44,-42v0,-23,21,-43,44,-43xm212,-607v23,0,44,20,44,43v0,23,-21,42,-44,42v-23,0,-43,-19,-43,-42v0,-23,20,-43,43,-43xm522,-455v-74,0,-104,67,-137,109r-76,98v4,125,-9,159,10,212v10,14,48,13,71,16r0,20v-6,-3,-195,-2,-243,0r0,-20v39,-6,72,0,72,-51v0,-34,1,-85,1,-154r-89,-122v-33,-45,-56,-74,-67,-86v-16,-18,-31,-20,-58,-22r0,-20v7,3,182,2,227,0r0,20v-18,2,-54,3,-51,17v6,32,85,128,112,167v30,-43,98,-125,114,-164v2,-17,-36,-19,-57,-20r0,-20r171,0r0,20","w":529},"\u00c2":{"d":"507,-746r-13,15r-125,-117r-120,117r-12,-15r124,-169r22,0xm720,0v-13,-5,-207,-2,-258,0r0,-20v31,-5,72,0,74,-29v-5,-30,-69,-173,-89,-225v-4,-2,-175,-1,-219,0v-21,49,-77,185,-79,215v-2,28,39,38,76,39r0,20v-9,-5,-157,-3,-203,0r0,-20v43,-3,64,-18,83,-59v20,-42,280,-671,254,-609r23,0r230,556v24,52,24,55,47,88v16,23,32,19,61,24r0,20xm435,-304r-99,-235r-95,235r194,0","w":733},"\u00ca":{"d":"455,-746r-13,15r-125,-117r-120,117r-12,-15r124,-169r22,0xm427,-36v117,5,132,-52,160,-140r20,0r-37,178r-54,-3r-487,1r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-44,-45,-90,-50r0,-20r288,1v138,0,216,-2,235,-6r10,168r-20,0v-23,-95,-13,-128,-112,-128r-215,0v-1,0,-1,90,-1,271r135,0v109,0,120,-12,129,-108r20,0v-3,15,-1,198,0,249r-20,0v-5,-97,-26,-108,-129,-108r-135,0v0,121,-1,200,2,237v5,69,22,61,105,61r114,0","w":649},"\u00c1":{"d":"534,-901r-180,161r-12,-15r134,-169xm720,0v-13,-5,-207,-2,-258,0r0,-20v31,-5,72,0,74,-29v-5,-30,-69,-173,-89,-225v-4,-2,-175,-1,-219,0v-21,49,-77,185,-79,215v-2,28,39,38,76,39r0,20v-9,-5,-157,-3,-203,0r0,-20v43,-3,64,-18,83,-59v20,-42,280,-671,254,-609r23,0r230,556v24,52,24,55,47,88v16,23,32,19,61,24r0,20xm435,-304r-99,-235r-95,235r194,0","w":733},"\u00cb":{"d":"411,-839v25,0,45,20,45,45v0,25,-20,44,-45,44v-25,0,-46,-19,-46,-44v0,-25,21,-45,46,-45xm227,-839v25,0,46,20,46,45v0,25,-21,44,-46,44v-25,0,-45,-19,-45,-44v0,-25,20,-45,45,-45xm427,-36v117,5,132,-52,160,-140r20,0r-37,178r-54,-3r-487,1r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-44,-45,-90,-50r0,-20r288,1v138,0,216,-2,235,-6r10,168r-20,0v-23,-95,-13,-128,-112,-128r-215,0v-1,0,-1,90,-1,271r135,0v109,0,120,-12,129,-108r20,0v-3,15,-1,198,0,249r-20,0v-5,-97,-26,-108,-129,-108r-135,0v0,121,-1,200,2,237v5,69,22,61,105,61r114,0","w":649},"\u00c8":{"d":"369,-753r-17,13r-143,-163r54,-21xm427,-36v117,5,132,-52,160,-140r20,0r-37,178r-54,-3r-487,1r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-44,-45,-90,-50r0,-20r288,1v138,0,216,-2,235,-6r10,168r-20,0v-23,-95,-13,-128,-112,-128r-215,0v-1,0,-1,90,-1,271r135,0v109,0,120,-12,129,-108r20,0v-3,15,-1,198,0,249r-20,0v-5,-97,-26,-108,-129,-108r-135,0v0,121,-1,200,2,237v5,69,22,61,105,61r114,0","w":649},"\u00cd":{"d":"307,-901r-180,161r-12,-15r134,-169xm298,0v-9,-3,-216,-2,-269,0r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-40,-46,-82,-50r0,-20v11,3,216,1,269,0r0,20v-42,6,-90,1,-90,50v0,65,-2,154,-2,267v0,112,2,201,2,266v0,49,47,45,90,50r0,20","w":319},"\u00ce":{"d":"299,-746r-13,15r-125,-117r-120,117r-12,-15r124,-169r22,0xm298,0v-9,-3,-216,-2,-269,0r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-40,-46,-82,-50r0,-20v11,3,216,1,269,0r0,20v-42,6,-90,1,-90,50v0,65,-2,154,-2,267v0,112,2,201,2,266v0,49,47,45,90,50r0,20","w":319},"\u00cf":{"d":"254,-839v25,0,45,20,45,45v0,25,-20,44,-45,44v-25,0,-46,-19,-46,-44v0,-25,21,-45,46,-45xm70,-839v25,0,46,20,46,45v0,25,-21,44,-46,44v-25,0,-45,-19,-45,-44v0,-25,20,-45,45,-45xm298,0v-9,-3,-216,-2,-269,0r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-40,-46,-82,-50r0,-20v11,3,216,1,269,0r0,20v-42,6,-90,1,-90,50v0,65,-2,154,-2,267v0,112,2,201,2,266v0,49,47,45,90,50r0,20","w":319},"\u00cc":{"d":"220,-753r-17,13r-143,-163r54,-21xm298,0v-9,-3,-216,-2,-269,0r0,-20v40,-5,82,1,82,-50r0,-533v0,-49,-40,-46,-82,-50r0,-20v11,3,216,1,269,0r0,20v-42,6,-90,1,-90,50v0,65,-2,154,-2,267v0,112,2,201,2,266v0,49,47,45,90,50r0,20","w":319},"\u00d3":{"d":"529,-901r-180,161r-12,-15r134,-169xm398,-680v213,0,339,131,341,332v2,190,-138,357,-331,357v-194,0,-346,-152,-346,-349v0,-183,151,-340,336,-340xm170,-342v0,171,80,320,243,319v147,0,220,-104,220,-312v0,-168,-64,-315,-234,-315v-164,0,-229,130,-229,308"},"\u00d4":{"d":"538,-746r-13,15r-125,-117r-120,117r-12,-15r124,-169r22,0xm398,-680v213,0,339,131,341,332v2,190,-138,357,-331,357v-194,0,-346,-152,-346,-349v0,-183,151,-340,336,-340xm170,-342v0,171,80,320,243,319v147,0,220,-104,220,-312v0,-168,-64,-315,-234,-315v-164,0,-229,130,-229,308"},"\u00d2":{"d":"461,-753r-17,13r-143,-163r54,-21xm398,-680v213,0,339,131,341,332v2,190,-138,357,-331,357v-194,0,-346,-152,-346,-349v0,-183,151,-340,336,-340xm170,-342v0,171,80,320,243,319v147,0,220,-104,220,-312v0,-168,-64,-315,-234,-315v-164,0,-229,130,-229,308"},"\u00da":{"d":"559,-901r-180,161r-12,-15r134,-169xm402,15v-186,0,-303,-59,-303,-234r-1,-384v2,-49,-40,-46,-82,-50r0,-20v11,3,216,1,269,0r0,20v-42,6,-90,1,-90,50v0,98,-3,157,-3,177v0,107,1,175,2,204v3,127,81,197,207,198v147,0,224,-64,223,-191r-2,-377v0,-56,-43,-58,-99,-61r0,-20v2,3,181,2,225,0r0,20v-48,-1,-79,11,-81,59v-1,15,1,349,-4,410v-11,137,-118,199,-261,199","w":764},"\u00db":{"d":"553,-746r-13,15r-125,-117r-120,117r-12,-15r124,-169r22,0xm402,15v-186,0,-303,-59,-303,-234r-1,-384v2,-49,-40,-46,-82,-50r0,-20v11,3,216,1,269,0r0,20v-42,6,-90,1,-90,50v0,98,-3,157,-3,177v0,107,1,175,2,204v3,127,81,197,207,198v147,0,224,-64,223,-191r-2,-377v0,-56,-43,-58,-99,-61r0,-20v2,3,181,2,225,0r0,20v-48,-1,-79,11,-81,59v-1,15,1,349,-4,410v-11,137,-118,199,-261,199","w":764},"\u00d9":{"d":"451,-753r-17,13r-143,-163r54,-21xm402,15v-186,0,-303,-59,-303,-234r-1,-384v2,-49,-40,-46,-82,-50r0,-20v11,3,216,1,269,0r0,20v-42,6,-90,1,-90,50v0,98,-3,157,-3,177v0,107,1,175,2,204v3,127,81,197,207,198v147,0,224,-64,223,-191r-2,-377v0,-56,-43,-58,-99,-61r0,-20v2,3,181,2,225,0r0,20v-48,-1,-79,11,-81,59v-1,15,1,349,-4,410v-11,137,-118,199,-261,199","w":764}}});;
// ---- 10f07b1522_minify_jquery.stage.meislahn.js
(function($){$.fn.meislahnSlideshow=function(options){var that=$(this),current,navigation,timer,imageW,imageH,autoPlay=true;options=$.extend({speed:6000},options);that.find('li').hide();navigation=$('<ul id="slide-nav"></ul>');that.find('li').each(function(){var li=$(this),item;item=$('<li><a href="#" title=""><img width="48" src="'+li.find('img').attr('data-thumbnail')+'" title="'+li.find('h1').text()+'" /></a></li>');item.find('a').click(function(){clearTimeout(timer);autoPlay=false;showNextSlide(li);return false;});navigation.append(item);});navigation.find('li:first a').addClass('active');that.after(navigation);current=that.find('li:first');current.show();timer=setTimeout(showNextSlide,options.speed);function showNextSlide(nextLi){var text,image,imgH,imgW;if(!nextLi||!nextLi.next){nextLi=current.next();if(nextLi.length===0){nextLi=that.find('li:first');}}
current.find('div.text').animate({bottom:'-200px',opacity:0},500,'swing',function(){current.fadeOut(800);text=nextLi.find('div.text');text.css({bottom:'-200px',opacity:0});nextLi.fadeIn(800,function(){navigation.find('a.active').removeClass('active');navigation.find('li').eq(nextLi.index()).find('a').addClass('active');text.animate({bottom:0,opacity:1},500,'swing');if(autoPlay){timer=setTimeout(showNextSlide,options.speed);}});current=nextLi;});}};})(jQuery);$(document).ready(function(){$("ul#slides").meislahnSlideshow();});;
// ---- 2bce85b8dc_minify_jquery.glider.meislahn.js
(function($){$.fn.meislahnEndlessGlider=function(options){if($(this).find('.panel').length<=1){return;}
var that=$(this),panels=that.find('.panel'),panelContainer=that.find('.panels').wrap('<div class="scroller" style="position: relative">'),scroller=that.find('div.scroller'),panelWidth=panels.outerWidth(true),panelContainerWidth=panelWidth*panels.length,leftButton=$('<a class="previous">zur&uuml;ck</a>'),rightButton=$('<a class="next">weiter</a>'),scrollPos=scroller.scrollLeft();options=$.extend({duration:6000,speed:500,historyView:0},options);panelContainer.css({width:panelContainerWidth});scroller.css({width:panelWidth,overflow:'hidden'});panels.css({float:'left'});function historyInt(){var leftButton2=$('<a class="previous">zur&uuml;ck</a>'),rightButton2=$('<a class="next">weiter</a>').one('click',function(){scrollRight();return false;}),actBullet=$('<a href="#" class="actBullet"></a>').appendTo(that.find('div.time-bar')),areas=that.find('area'),bulletPos;that.find('h2').wrap('<div class="navbar">');that.find('span.nav-note').wrap('<div class="navbar">');that.find('div.navbar:first').css({'margin-bottom':'3em'})
rightButton.appendTo('div.navbar:first');leftButton.appendTo('div.navbar:first');rightButton2.appendTo('div.navbar:last').bind('click',function(){scrollRight();return false;});leftButton2.appendTo('div.navbar:last').bind('click',function(){scrollLeft();return false;});areas.each(function(index){$(this).click(function(){linkToPanel(index);moveToPanel(index);return false;});});};function linkToPanel(index){scrollPos=index*panelWidth;scroller.animate({scrollLeft:scrollPos},options.speed);};function moveToPanel(index){bulletPos=index*40+10;that.find('a.actBullet').animate({left:bulletPos},options.speed,'swing');};if(options.historyView===1){historyInt();}
rightButton.appendTo(that).one('click',function(){scrollRight();return false;});leftButton.appendTo(that).one('click',function(){scrollLeft();return false;});function activateRightHandler(){rightButton.one('click',function(){scrollRight();return false;});};function activateLeftHandler(){leftButton.one('click',function(){scrollLeft();return false;});};function scrollLeft(){scrollPos=scroller.scrollLeft();if(options.historyView===1){var bulletPos}
if(scrollPos===0){that.find('.panel:last').insertBefore(that.find('.panel:first'));scroller.scrollLeft(scrollPos+panelWidth);}
scroller.animate({scrollLeft:"-="+panelWidth},options.speed,'swing',function(){activateLeftHandler();});if(options.historyView===1&&parseInt(that.find('.actBullet').css('left'))<=10){that.find('a.actBullet').animate({left:'530px'},options.speed);}else if(options.historyView===1){that.find('a.actBullet').animate({left:"-=40px"},options.speed,'swing');}};function scrollRight(){scrollPos=scroller.scrollLeft();if(options.historyView===1){var bulletPos}
if(scrollPos>=panelContainerWidth-panelWidth){that.find('.panel:first').insertAfter(that.find('.panel:last'));scroller.scrollLeft(scrollPos-panelWidth);}
scroller.animate({scrollLeft:"+="+panelWidth},options.speed,'swing',function(){activateRightHandler();});if(options.historyView===1&&parseInt(that.find('.actBullet').css('left'))>=530){that.find('a.actBullet').animate({left:'10px'},options.speed);}else if(options.historyView===1){that.find('a.actBullet').animate({left:"+=40px"},options.speed,'swing');}};};})(jQuery);;
// ---- 58c0441c45_minify_jquery.history.meislahn.js
(function($){$.fn.meislahnHistory=function(options){if($(this).find('.panel').length<=1){return;}
var that=$(this),panels=that.find('.panel'),panelContainer=that.find('.panels').wrap('<div class="scroller" style="position: relative">'),scroller=that.find('div.scroller'),panelWidth=panels.outerWidth(true),panelContainerWidth=panelWidth*panels.length,scrollPos=scroller.scrollLeft(),leftButton=$('<a class="previous">zur&uuml;ck</a>'),rightButton=$('<a class="next">weiter</a>'),leftButton2=$('<a class="previous">zur&uuml;ck</a>'),rightButton2=$('<a class="next">weiter</a>'),actBullet=$('<a href="#" class="actBullet"></a>').appendTo(that.find('div.time-bar')),areas=that.find('area'),bulletPos;that.find('h2').wrap('<div class="navbar">');that.find('span.nav-note').wrap('<div class="navbar">');options=$.extend({duration:6000,speed:500,historyView:0},options);panelContainer.css({width:panelContainerWidth});scroller.css({width:panelWidth,overflow:'hidden'});panels.css({float:'left'});that.find('div.navbar:first').css({'margin-bottom':'3em'})
areas.each(function(index){$(this).click(function(){linkToPanel(index);moveToPanel(index);return false;});});rightButton.appendTo('div.navbar:first').one('click',function(){scrollRight();return false;});leftButton.appendTo('div.navbar:first').one('click',function(){scrollLeft();return false;}).hide();rightButton2.appendTo('div.navbar:last').bind('click',function(){scrollRight();return false;});leftButton2.appendTo('div.navbar:last').bind('click',function(){scrollLeft();return false;}).hide();function activateRightHandler(){rightButton.one('click',function(){scrollRight();return false;});};function activateLeftHandler(){leftButton.one('click',function(){scrollLeft();return false;});};function buttonOnOff(){scrollPos=scroller.scrollLeft();if(scrollPos===0){leftButton.fadeOut('fast');leftButton2.fadeOut('fast');rightButton.fadeIn('fast');rightButton2.fadeIn('fast');}else if(scrollPos>=panelContainerWidth-panelWidth){rightButton.fadeOut('fast');rightButton2.fadeOut('fast');leftButton.fadeIn('fast');leftButton2.fadeIn('fast');}else{leftButton.fadeIn('fast');leftButton2.fadeIn('fast');rightButton.fadeIn('fast');rightButton2.fadeIn('fast');}};function linkToPanel(index){scrollPos=index*panelWidth;scroller.animate({scrollLeft:scrollPos},options.speed,function(){buttonOnOff();});};function moveToPanel(index){bulletPos=index*40+10;that.find('a.actBullet').animate({left:bulletPos},options.speed,'swing');};function scrollLeft(){scrollPos=scroller.scrollLeft();scroller.animate({scrollLeft:"-="+panelWidth},options.speed,'swing',function(){buttonOnOff();activateLeftHandler();});that.find('a.actBullet').animate({left:"-=40px"},options.speed,'swing');};function scrollRight(){scrollPos=scroller.scrollLeft();if(options.historyView===1){var bulletPos}
if(scrollPos>=panelContainerWidth-panelWidth){buttonRight.hide();buttonRight2.hide();}
scroller.animate({scrollLeft:"+="+panelWidth},options.speed,'swing',function(){buttonOnOff();activateRightHandler();});that.find('a.actBullet').animate({left:"+=40px"},options.speed,'swing');};};})(jQuery);;
// ---- 5cb0d9f4f5_minify_jquery.brand-ticker.meislahn.js
(function($){$.fn.shuffle=function(){return this.each(function(){var items=$(this).children();return(items.length)?$(this).html($.shuffle(items)):this;});};$.shuffle=function(arr){for(var j,x,i=arr.length;i;j=parseInt(Math.random()*i),x=arr[--i],arr[i]=arr[j],arr[j]=x);return arr;};$.fn.reverse=[].reverse;$.fn.brandTicker=function(options){var opts=$.extend({size:7,showDuration:8000,fadeDuration:200,fadeDelay:100},options||{}),that=$(this),timer;function start(){timer=setInterval(function(){fadeLogosOut(function(){that.find('li').slice(0,opts.size).detach().appendTo(that);fadeLogosIn();});},opts.showDuration);};function stop(){clearInterval(timer);}
function fadeLogosIn(){that.find('li').slice(0,opts.size).each(function(index){$(this).delay((index+1)*opts.fadeDelay).fadeIn(opts.fadeDuration);});}
function fadeLogosOut(callback){var lis=that.find('li'),size=Math.min(lis.size(),opts.size);lis.slice(0,size).reverse().each(function(index){$(this).delay((index+1)*opts.fadeDelay).fadeOut(opts.fadeDuration,(index===size-1)?callback:undefined);});}
$(this).shuffle().find('li').hide().end().mouseover(stop).mouseout(start);setTimeout(fadeLogosIn,500);start();}})(jQuery);;
// ---- 5d8a3276ac_minify_javascript_0b12553063.js
var browserName=navigator.appName;var browserVer=parseInt(navigator.appVersion);var version="";var msie4=(browserName=="Microsoft Internet Explorer"&&browserVer>=4);if((browserName=="Netscape"&&browserVer>=3)||msie4||browserName=="Konqueror"||browserName=="Opera"){version="n3";}else{version="n2";}
function blurLink(theObject){if(msie4){theObject.blur();}}
function decryptCharcode(n,start,end,offset){n=n+offset;if(offset>0&&n>end){n=start+(n-end-1);}else if(offset<0&&n<start){n=end-(start-n-1);}
return String.fromCharCode(n);}
function decryptString(enc,offset){var dec="";var len=enc.length;for(var i=0;i<len;i++){var n=enc.charCodeAt(i);if(n>=0x2B&&n<=0x3A){dec+=decryptCharcode(n,0x2B,0x3A,offset);}else if(n>=0x40&&n<=0x5A){dec+=decryptCharcode(n,0x40,0x5A,offset);}else if(n>=0x61&&n<=0x7A){dec+=decryptCharcode(n,0x61,0x7A,offset);}else{dec+=enc.charAt(i);}}
return dec;}
function linkTo_UnCryptMailto(s){location.href=decryptString(s,-1);};
// ---- 4b7add6fe1_minify_shadowbox.js
(function(window,undefined){var S={version:"3.0.3"}
var ua=navigator.userAgent.toLowerCase();if(ua.indexOf('windows')>-1||ua.indexOf('win32')>-1){S.isWindows=true;}else if(ua.indexOf('macintosh')>-1||ua.indexOf('mac os x')>-1){S.isMac=true;}else if(ua.indexOf('linux')>-1){S.isLinux=true;}
S.isIE=ua.indexOf('msie')>-1;S.isIE6=ua.indexOf('msie 6')>-1;S.isIE7=ua.indexOf('msie 7')>-1;S.isGecko=ua.indexOf('gecko')>-1&&ua.indexOf('safari')==-1;S.isWebKit=ua.indexOf('applewebkit/')>-1;var inlineId=/#(.+)$/,galleryName=/^(light|shadow)box\[(.*?)\]/i,inlineParam=/\s*([a-z_]*?)\s*=\s*(.+)\s*/i,fileExtension=/[0-9a-z]+$/i,scriptPath=/(.+\/)shadowbox\.js/i;var open=false,initialized=false,lastOptions={},slideDelay=0,slideStart,slideTimer;S.current=-1;S.dimensions=null;S.ease=function(state){return 1+Math.pow(state-1,3);}
S.errorInfo={fla:{name:"Flash",url:"http://www.adobe.com/products/flashplayer/"},qt:{name:"QuickTime",url:"http://www.apple.com/quicktime/download/"},wmp:{name:"Windows Media Player",url:"http://www.microsoft.com/windows/windowsmedia/"},f4m:{name:"Flip4Mac",url:"http://www.flip4mac.com/wmv_download.htm"}};S.gallery=[];S.onReady=noop;S.path=null;S.player=null;S.playerId="sb-player";S.options={animate:true,animateFade:true,autoplayMovies:true,continuous:false,enableKeys:true,flashParams:{bgcolor:"#000000",allowfullscreen:true},flashVars:{},flashVersion:"9.0.115",handleOversize:"resize",handleUnsupported:"link",onChange:noop,onClose:noop,onFinish:noop,onOpen:noop,showMovieControls:true,skipSetup:false,slideshowDelay:0,viewportPadding:20};S.getCurrent=function(){return S.current>-1?S.gallery[S.current]:null;}
S.hasNext=function(){return S.gallery.length>1&&(S.current!=S.gallery.length-1||S.options.continuous);}
S.isOpen=function(){return open;}
S.isPaused=function(){return slideTimer=="pause";}
S.applyOptions=function(options){lastOptions=apply({},S.options);apply(S.options,options);}
S.revertOptions=function(){apply(S.options,lastOptions);}
S.init=function(options,callback){if(initialized)
return;initialized=true;if(S.skin.options)
apply(S.options,S.skin.options);if(options)
apply(S.options,options);if(!S.path){var path,scripts=document.getElementsByTagName("script");for(var i=0,len=scripts.length;i<len;++i){path=scriptPath.exec(scripts[i].src);if(path){S.path=path[1];break;}}}
if(callback)
S.onReady=callback;bindLoad();}
S.open=function(obj){if(open)
return;var gc=S.makeGallery(obj);S.gallery=gc[0];S.current=gc[1];obj=S.getCurrent();if(obj==null)
return;S.applyOptions(obj.options||{});filterGallery();if(S.gallery.length){obj=S.getCurrent();if(S.options.onOpen(obj)===false)
return;open=true;S.skin.onOpen(obj,load);}}
S.close=function(){if(!open)
return;open=false;if(S.player){S.player.remove();S.player=null;}
if(typeof slideTimer=="number"){clearTimeout(slideTimer);slideTimer=null;}
slideDelay=0;listenKeys(false);S.options.onClose(S.getCurrent());S.skin.onClose();S.revertOptions();}
S.play=function(){if(!S.hasNext())
return;if(!slideDelay)
slideDelay=S.options.slideshowDelay*1000;if(slideDelay){slideStart=now();slideTimer=setTimeout(function(){slideDelay=slideStart=0;S.next();},slideDelay);if(S.skin.onPlay)
S.skin.onPlay();}}
S.pause=function(){if(typeof slideTimer!="number")
return;slideDelay=Math.max(0,slideDelay-(now()-slideStart));if(slideDelay){clearTimeout(slideTimer);slideTimer="pause";if(S.skin.onPause)
S.skin.onPause();}}
S.change=function(index){if(!(index in S.gallery)){if(S.options.continuous){index=(index<0?S.gallery.length+index:0);if(!(index in S.gallery))
return;}else{return;}}
S.current=index;if(typeof slideTimer=="number"){clearTimeout(slideTimer);slideTimer=null;slideDelay=slideStart=0;}
S.options.onChange(S.getCurrent());load(true);}
S.next=function(){S.change(S.current+1);}
S.previous=function(){S.change(S.current-1);}
S.setDimensions=function(height,width,maxHeight,maxWidth,topBottom,leftRight,padding,preserveAspect){var originalHeight=height,originalWidth=width;var extraHeight=2*padding+topBottom;if(height+extraHeight>maxHeight)
height=maxHeight-extraHeight;var extraWidth=2*padding+leftRight;if(width+extraWidth>maxWidth)
width=maxWidth-extraWidth;var changeHeight=(originalHeight-height)/originalHeight,changeWidth=(originalWidth-width)/originalWidth,oversized=(changeHeight>0||changeWidth>0);if(preserveAspect&&oversized){if(changeHeight>changeWidth){width=Math.round((originalWidth/originalHeight)*height);}else if(changeWidth>changeHeight){height=Math.round((originalHeight/originalWidth)*width);}}
S.dimensions={height:height+topBottom,width:width+leftRight,innerHeight:height,innerWidth:width,top:Math.floor((maxHeight-(height+extraHeight))/2+padding),left:Math.floor((maxWidth-(width+extraWidth))/2+padding),oversized:oversized};return S.dimensions;}
S.makeGallery=function(obj){var gallery=[],current=-1;if(typeof obj=="string")
obj=[obj];if(typeof obj.length=="number"){each(obj,function(i,o){if(o.content){gallery[i]=o;}else{gallery[i]={content:o};}});current=0;}else{if(obj.tagName){var cacheObj=S.getCache(obj);obj=cacheObj?cacheObj:S.makeObject(obj);}
if(obj.gallery){gallery=[];var o;for(var key in S.cache){o=S.cache[key];if(o.gallery&&o.gallery==obj.gallery){if(current==-1&&o.content==obj.content)
current=gallery.length;gallery.push(o);}}
if(current==-1){gallery.unshift(obj);current=0;}}else{gallery=[obj];current=0;}}
each(gallery,function(i,o){gallery[i]=apply({},o);});return[gallery,current];}
S.makeObject=function(link,options){var obj={content:link.href,title:link.getAttribute("title")||"",link:link};if(options){options=apply({},options);each(["player","title","height","width","gallery"],function(i,o){if(typeof options[o]!="undefined"){obj[o]=options[o];delete options[o];}});obj.options=options;}else{obj.options={};}
if(!obj.player)
obj.player=S.getPlayer(obj.content);var rel=link.getAttribute("rel");if(rel){var match=rel.match(galleryName);if(match)
obj.gallery=escape(match[2]);each(rel.split(';'),function(i,p){match=p.match(inlineParam);if(match){if(match[1]=='options'){obj[match[1]]=eval('('+match[2]+')');}
else{obj[match[1]]=match[2];}}});}
return obj;}
S.getPlayer=function(content){if(content.indexOf("#")>-1&&content.indexOf(document.location.href)==0)
return"inline";var q=content.indexOf("?");if(q>-1)
content=content.substring(0,q);var ext,m=content.match(fileExtension);if(m)
ext=m[0].toLowerCase();if(ext){if(S.img&&S.img.ext.indexOf(ext)>-1)
return"img";if(S.swf&&S.swf.ext.indexOf(ext)>-1)
return"swf";if(S.flv&&S.flv.ext.indexOf(ext)>-1)
return"flv";if(S.qt&&S.qt.ext.indexOf(ext)>-1){if(S.wmp&&S.wmp.ext.indexOf(ext)>-1){return"qtwmp";}else{return"qt";}}
if(S.wmp&&S.wmp.ext.indexOf(ext)>-1)
return"wmp";}
return"iframe";}
function filterGallery(){var err=S.errorInfo,plugins=S.plugins,obj,remove,needed,m,format,replace,inlineEl,flashVersion;for(var i=0;i<S.gallery.length;++i){obj=S.gallery[i]
remove=false;needed=null;switch(obj.player){case"flv":case"swf":if(!plugins.fla)
needed="fla";break;case"qt":if(!plugins.qt)
needed="qt";break;case"wmp":if(S.isMac){if(plugins.qt&&plugins.f4m){obj.player="qt";}else{needed="qtf4m";}}else if(!plugins.wmp){needed="wmp";}
break;case"qtwmp":if(plugins.qt){obj.player="qt";}else if(plugins.wmp){obj.player="wmp";}else{needed="qtwmp";}
break;}
if(needed){if(S.options.handleUnsupported=="link"){switch(needed){case"qtf4m":format="shared";replace=[err.qt.url,err.qt.name,err.f4m.url,err.f4m.name];break;case"qtwmp":format="either";replace=[err.qt.url,err.qt.name,err.wmp.url,err.wmp.name];break;default:format="single";replace=[err[needed].url,err[needed].name];}
obj.player="html";obj.content='<div class="sb-message">'+sprintf(S.lang.errors[format],replace)+'</div>';}else{remove=true;}}else if(obj.player=="inline"){m=inlineId.exec(obj.content);if(m){inlineEl=get(m[1]);if(inlineEl){obj.content=inlineEl.innerHTML;}else{remove=true;}}else{remove=true;}}else if(obj.player=="swf"||obj.player=="flv"){flashVersion=(obj.options&&obj.options.flashVersion)||S.options.flashVersion;if(S.flash&&!S.flash.hasFlashPlayerVersion(flashVersion)){obj.width=310;obj.height=177;}}
if(remove){S.gallery.splice(i,1);if(i<S.current){--S.current;}else if(i==S.current){S.current=i>0?i-1:i;}
--i;}}}
function listenKeys(on){if(!S.options.enableKeys)
return;(on?addEvent:removeEvent)(document,"keydown",handleKey);}
function handleKey(e){if(e.metaKey||e.shiftKey||e.altKey||e.ctrlKey)
return;var code=keyCode(e),handler;switch(code){case 81:case 88:case 27:handler=S.close;break;case 37:handler=S.previous;break;case 39:handler=S.next;break;case 32:handler=typeof slideTimer=="number"?S.pause:S.play;break;}
if(handler){preventDefault(e);handler();}}
function load(changing){listenKeys(false);var obj=S.getCurrent();var player=(obj.player=="inline"?"html":obj.player);if(typeof S[player]!="function")
throw"unknown player "+player;if(changing){S.player.remove();S.revertOptions();S.applyOptions(obj.options||{});}
S.player=new S[player](obj,S.playerId);if(S.gallery.length>1){var next=S.gallery[S.current+1]||S.gallery[0];if(next.player=="img"){var a=new Image();a.src=next.content;}
var prev=S.gallery[S.current-1]||S.gallery[S.gallery.length-1];if(prev.player=="img"){var b=new Image();b.src=prev.content;}}
S.skin.onLoad(changing,waitReady);}
function waitReady(){if(!open)
return;if(typeof S.player.ready!="undefined"){var timer=setInterval(function(){if(open){if(S.player.ready){clearInterval(timer);timer=null;S.skin.onReady(show);}}else{clearInterval(timer);timer=null;}},10);}else{S.skin.onReady(show);}}
function show(){if(!open)
return;S.player.append(S.skin.body,S.dimensions);S.skin.onShow(finish);}
function finish(){if(!open)
return;if(S.player.onLoad)
S.player.onLoad();S.options.onFinish(S.getCurrent());if(!S.isPaused())
S.play();listenKeys(true);}
if(!Array.prototype.indexOf){Array.prototype.indexOf=function(obj,from){var len=this.length>>>0;from=from||0;if(from<0)
from+=len;for(;from<len;++from){if(from in this&&this[from]===obj)
return from;}
return-1;}}
function now(){return(new Date).getTime();}
function apply(original,extension){for(var property in extension)
original[property]=extension[property];return original;}
function each(obj,callback){var i=0,len=obj.length;for(var value=obj[0];i<len&&callback.call(value,i,value)!==false;value=obj[++i]){}}
function sprintf(str,replace){return str.replace(/\{(\w+?)\}/g,function(match,i){return replace[i];});}
function noop(){}
function get(id){return document.getElementById(id);}
function remove(el){el.parentNode.removeChild(el);}
var supportsOpacity=true,supportsFixed=true;function checkSupport(){var body=document.body,div=document.createElement("div");supportsOpacity=typeof div.style.opacity==="string";div.style.position="fixed";div.style.margin=0;div.style.top="20px";body.appendChild(div,body.firstChild);supportsFixed=div.offsetTop==20;body.removeChild(div);}
S.getStyle=(function(){var opacity=/opacity=([^)]*)/,getComputedStyle=document.defaultView&&document.defaultView.getComputedStyle;return function(el,style){var ret;if(!supportsOpacity&&style=="opacity"&&el.currentStyle){ret=opacity.test(el.currentStyle.filter||"")?(parseFloat(RegExp.$1)/100)+"":"";return ret===""?"1":ret;}
if(getComputedStyle){var computedStyle=getComputedStyle(el,null);if(computedStyle)
ret=computedStyle[style];if(style=="opacity"&&ret=="")
ret="1";}else{ret=el.currentStyle[style];}
return ret;}})();S.appendHTML=function(el,html){if(el.insertAdjacentHTML){el.insertAdjacentHTML("BeforeEnd",html);}else if(el.lastChild){var range=el.ownerDocument.createRange();range.setStartAfter(el.lastChild);var frag=range.createContextualFragment(html);el.appendChild(frag);}else{el.innerHTML=html;}}
S.getWindowSize=function(dimension){if(document.compatMode==="CSS1Compat")
return document.documentElement["client"+dimension];return document.body["client"+dimension];}
S.setOpacity=function(el,opacity){var style=el.style;if(supportsOpacity){style.opacity=(opacity==1?"":opacity);}else{style.zoom=1;if(opacity==1){if(typeof style.filter=="string"&&(/alpha/i).test(style.filter))
style.filter=style.filter.replace(/\s*[\w\.]*alpha\([^\)]*\);?/gi,"");}else{style.filter=(style.filter||"").replace(/\s*[\w\.]*alpha\([^\)]*\)/gi,"")+" alpha(opacity="+(opacity*100)+")";}}}
S.clearOpacity=function(el){S.setOpacity(el,1);}
function getTarget(e){var target=e.target?e.target:e.srcElement;return target.nodeType==3?target.parentNode:target;}
function getPageXY(e){var x=e.pageX||(e.clientX+(document.documentElement.scrollLeft||document.body.scrollLeft)),y=e.pageY||(e.clientY+(document.documentElement.scrollTop||document.body.scrollTop));return[x,y];}
function preventDefault(e){e.preventDefault();}
function keyCode(e){return e.which?e.which:e.keyCode;}
function addEvent(el,type,handler){if(el.addEventListener){el.addEventListener(type,handler,false);}else{if(el.nodeType===3||el.nodeType===8)
return;if(el.setInterval&&(el!==window&&!el.frameElement))
el=window;if(!handler.__guid)
handler.__guid=addEvent.guid++;if(!el.events)
el.events={};var handlers=el.events[type];if(!handlers){handlers=el.events[type]={};if(el["on"+type])
handlers[0]=el["on"+type];}
handlers[handler.__guid]=handler;el["on"+type]=addEvent.handleEvent;}}
addEvent.guid=1;addEvent.handleEvent=function(event){var result=true;event=event||addEvent.fixEvent(((this.ownerDocument||this.document||this).parentWindow||window).event);var handlers=this.events[event.type];for(var i in handlers){this.__handleEvent=handlers[i];if(this.__handleEvent(event)===false)
result=false;}
return result;}
addEvent.preventDefault=function(){this.returnValue=false;}
addEvent.stopPropagation=function(){this.cancelBubble=true;}
addEvent.fixEvent=function(e){e.preventDefault=addEvent.preventDefault;e.stopPropagation=addEvent.stopPropagation;return e;}
function removeEvent(el,type,handler){if(el.removeEventListener){el.removeEventListener(type,handler,false);}else{if(el.events&&el.events[type])
delete el.events[type][handler.__guid];}}
var loaded=false,DOMContentLoaded;if(document.addEventListener){DOMContentLoaded=function(){document.removeEventListener("DOMContentLoaded",DOMContentLoaded,false);S.load();}}else if(document.attachEvent){DOMContentLoaded=function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",DOMContentLoaded);S.load();}}}
function doScrollCheck(){if(loaded)
return;try{document.documentElement.doScroll("left");}catch(e){setTimeout(doScrollCheck,1);return;}
S.load();}
function bindLoad(){if(document.readyState==="complete")
return S.load();if(document.addEventListener){document.addEventListener("DOMContentLoaded",DOMContentLoaded,false);window.addEventListener("load",S.load,false);}else if(document.attachEvent){document.attachEvent("onreadystatechange",DOMContentLoaded);window.attachEvent("onload",S.load);var topLevel=false;try{topLevel=window.frameElement===null;}catch(e){}
if(document.documentElement.doScroll&&topLevel)
doScrollCheck();}}
S.load=function(){if(loaded)
return;if(!document.body)
return setTimeout(S.load,13);loaded=true;checkSupport();S.onReady();if(!S.options.skipSetup)
S.setup();S.skin.init();}
S.plugins={};if(navigator.plugins&&navigator.plugins.length){var names=[];each(navigator.plugins,function(i,p){names.push(p.name);});names=names.join(',');var f4m=names.indexOf('Flip4Mac')>-1;S.plugins={fla:names.indexOf('Shockwave Flash')>-1,qt:names.indexOf('QuickTime')>-1,wmp:!f4m&&names.indexOf('Windows Media')>-1,f4m:f4m};}else{var detectPlugin=function(name){var axo;try{axo=new ActiveXObject(name);}catch(e){}
return!!axo;}
S.plugins={fla:detectPlugin('ShockwaveFlash.ShockwaveFlash'),qt:detectPlugin('QuickTime.QuickTime'),wmp:detectPlugin('wmplayer.ocx'),f4m:false};}
var relAttr=/^(light|shadow)box/i,expando="shadowboxCacheKey",cacheKey=1;S.cache={};S.select=function(selector){var links=[];if(!selector){var rel;each(document.getElementsByTagName("a"),function(i,el){rel=el.getAttribute("rel");if(rel&&relAttr.test(rel))
links.push(el);});}else{var length=selector.length;if(length){if(typeof selector=="string"){if(S.find)
links=S.find(selector);}else if(length==2&&typeof selector[0]=="string"&&selector[1].nodeType){if(S.find)
links=S.find(selector[0],selector[1]);}else{for(var i=0;i<length;++i)
links[i]=selector[i];}}else{links.push(selector);}}
return links;}
S.setup=function(selector,options){each(S.select(selector),function(i,link){S.addCache(link,options);});}
S.teardown=function(selector){each(S.select(selector),function(i,link){S.removeCache(link);});}
S.addCache=function(link,options){var key=link[expando];if(key==undefined){key=cacheKey++;link[expando]=key;addEvent(link,"click",handleClick);}
S.cache[key]=S.makeObject(link,options);}
S.removeCache=function(link){removeEvent(link,"click",handleClick);delete S.cache[link[expando]];link[expando]=null;}
S.getCache=function(link){var key=link[expando];return(key in S.cache&&S.cache[key]);}
S.clearCache=function(){for(var key in S.cache)
S.removeCache(S.cache[key].link);S.cache={};}
function handleClick(e){S.open(this);if(S.gallery.length)
preventDefault(e);}
S.find=(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0;});var Sizzle=function(selector,context,results,seed){results=results||[];var origContext=context=context||document;if(context.nodeType!==1&&context.nodeType!==9){return[];}
if(!selector||typeof selector!=="string"){return results;}
var parts=[],m,set,checkSet,extra,prune=true,contextXML=isXML(context),soFar=selector;while((chunker.exec(""),m=chunker.exec(soFar))!==null){soFar=m[3];parts.push(m[1]);if(m[2]){extra=m[3];break;}}
if(parts.length>1&&origPOS.exec(selector)){if(parts.length===2&&Expr.relative[parts[0]]){set=posProcess(parts[0]+parts[1],context);}else{set=Expr.relative[parts[0]]?[context]:Sizzle(parts.shift(),context);while(parts.length){selector=parts.shift();if(Expr.relative[selector]){selector+=parts.shift();}
set=posProcess(selector,set);}}}else{if(!seed&&parts.length>1&&context.nodeType===9&&!contextXML&&Expr.match.ID.test(parts[0])&&!Expr.match.ID.test(parts[parts.length-1])){var ret=Sizzle.find(parts.shift(),context,contextXML);context=ret.expr?Sizzle.filter(ret.expr,ret.set)[0]:ret.set[0];}
if(context){var ret=seed?{expr:parts.pop(),set:makeArray(seed)}:Sizzle.find(parts.pop(),parts.length===1&&(parts[0]==="~"||parts[0]==="+")&&context.parentNode?context.parentNode:context,contextXML);set=ret.expr?Sizzle.filter(ret.expr,ret.set):ret.set;if(parts.length>0){checkSet=makeArray(set);}else{prune=false;}
while(parts.length){var cur=parts.pop(),pop=cur;if(!Expr.relative[cur]){cur="";}else{pop=parts.pop();}
if(pop==null){pop=context;}
Expr.relative[cur](checkSet,pop,contextXML);}}else{checkSet=parts=[];}}
if(!checkSet){checkSet=set;}
if(!checkSet){throw"Syntax error, unrecognized expression: "+(cur||selector);}
if(toString.call(checkSet)==="[object Array]"){if(!prune){results.push.apply(results,checkSet);}else if(context&&context.nodeType===1){for(var i=0;checkSet[i]!=null;i++){if(checkSet[i]&&(checkSet[i]===true||checkSet[i].nodeType===1&&contains(context,checkSet[i]))){results.push(set[i]);}}}else{for(var i=0;checkSet[i]!=null;i++){if(checkSet[i]&&checkSet[i].nodeType===1){results.push(set[i]);}}}}else{makeArray(checkSet,results);}
if(extra){Sizzle(extra,origContext,results,seed);Sizzle.uniqueSort(results);}
return results;};Sizzle.uniqueSort=function(results){if(sortOrder){hasDuplicate=baseHasDuplicate;results.sort(sortOrder);if(hasDuplicate){for(var i=1;i<results.length;i++){if(results[i]===results[i-1]){results.splice(i--,1);}}}}
return results;};Sizzle.matches=function(expr,set){return Sizzle(expr,null,null,set);};Sizzle.find=function(expr,context,isXML){var set,match;if(!expr){return[];}
for(var i=0,l=Expr.order.length;i<l;i++){var type=Expr.order[i],match;if((match=Expr.leftMatch[type].exec(expr))){var left=match[1];match.splice(1,1);if(left.substr(left.length-1)!=="\\"){match[1]=(match[1]||"").replace(/\\/g,"");set=Expr.find[type](match,context,isXML);if(set!=null){expr=expr.replace(Expr.match[type],"");break;}}}}
if(!set){set=context.getElementsByTagName("*");}
return{set:set,expr:expr};};Sizzle.filter=function(expr,set,inplace,not){var old=expr,result=[],curLoop=set,match,anyFound,isXMLFilter=set&&set[0]&&isXML(set[0]);while(expr&&set.length){for(var type in Expr.filter){if((match=Expr.match[type].exec(expr))!=null){var filter=Expr.filter[type],found,item;anyFound=false;if(curLoop===result){result=[];}
if(Expr.preFilter[type]){match=Expr.preFilter[type](match,curLoop,inplace,result,not,isXMLFilter);if(!match){anyFound=found=true;}else if(match===true){continue;}}
if(match){for(var i=0;(item=curLoop[i])!=null;i++){if(item){found=filter(item,match,i,curLoop);var pass=not^!!found;if(inplace&&found!=null){if(pass){anyFound=true;}else{curLoop[i]=false;}}else if(pass){result.push(item);anyFound=true;}}}}
if(found!==undefined){if(!inplace){curLoop=result;}
expr=expr.replace(Expr.match[type],"");if(!anyFound){return[];}
break;}}}
if(expr===old){if(anyFound==null){throw"Syntax error, unrecognized expression: "+expr;}else{break;}}
old=expr;}
return curLoop;};var Expr=Sizzle.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(elem){return elem.getAttribute("href");}},relative:{"+":function(checkSet,part){var isPartStr=typeof part==="string",isTag=isPartStr&&!/\W/.test(part),isPartStrNotTag=isPartStr&&!isTag;if(isTag){part=part.toLowerCase();}
for(var i=0,l=checkSet.length,elem;i<l;i++){if((elem=checkSet[i])){while((elem=elem.previousSibling)&&elem.nodeType!==1){}
checkSet[i]=isPartStrNotTag||elem&&elem.nodeName.toLowerCase()===part?elem||false:elem===part;}}
if(isPartStrNotTag){Sizzle.filter(part,checkSet,true);}},">":function(checkSet,part){var isPartStr=typeof part==="string";if(isPartStr&&!/\W/.test(part)){part=part.toLowerCase();for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){var parent=elem.parentNode;checkSet[i]=parent.nodeName.toLowerCase()===part?parent:false;}}}else{for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){checkSet[i]=isPartStr?elem.parentNode:elem.parentNode===part;}}
if(isPartStr){Sizzle.filter(part,checkSet,true);}}},"":function(checkSet,part,isXML){var doneName=done++,checkFn=dirCheck;if(typeof part==="string"&&!/\W/.test(part)){var nodeCheck=part=part.toLowerCase();checkFn=dirNodeCheck;}
checkFn("parentNode",part,doneName,checkSet,nodeCheck,isXML);},"~":function(checkSet,part,isXML){var doneName=done++,checkFn=dirCheck;if(typeof part==="string"&&!/\W/.test(part)){var nodeCheck=part=part.toLowerCase();checkFn=dirNodeCheck;}
checkFn("previousSibling",part,doneName,checkSet,nodeCheck,isXML);}},find:{ID:function(match,context,isXML){if(typeof context.getElementById!=="undefined"&&!isXML){var m=context.getElementById(match[1]);return m?[m]:[];}},NAME:function(match,context){if(typeof context.getElementsByName!=="undefined"){var ret=[],results=context.getElementsByName(match[1]);for(var i=0,l=results.length;i<l;i++){if(results[i].getAttribute("name")===match[1]){ret.push(results[i]);}}
return ret.length===0?null:ret;}},TAG:function(match,context){return context.getElementsByTagName(match[1]);}},preFilter:{CLASS:function(match,curLoop,inplace,result,not,isXML){match=" "+match[1].replace(/\\/g,"")+" ";if(isXML){return match;}
for(var i=0,elem;(elem=curLoop[i])!=null;i++){if(elem){if(not^(elem.className&&(" "+elem.className+" ").replace(/[\t\n]/g," ").indexOf(match)>=0)){if(!inplace){result.push(elem);}}else if(inplace){curLoop[i]=false;}}}
return false;},ID:function(match){return match[1].replace(/\\/g,"");},TAG:function(match,curLoop){return match[1].toLowerCase();},CHILD:function(match){if(match[1]==="nth"){var test=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(match[2]==="even"&&"2n"||match[2]==="odd"&&"2n+1"||!/\D/.test(match[2])&&"0n+"+match[2]||match[2]);match[2]=(test[1]+(test[2]||1))-0;match[3]=test[3]-0;}
match[0]=done++;return match;},ATTR:function(match,curLoop,inplace,result,not,isXML){var name=match[1].replace(/\\/g,"");if(!isXML&&Expr.attrMap[name]){match[1]=Expr.attrMap[name];}
if(match[2]==="~="){match[4]=" "+match[4]+" ";}
return match;},PSEUDO:function(match,curLoop,inplace,result,not){if(match[1]==="not"){if((chunker.exec(match[3])||"").length>1||/^\w/.test(match[3])){match[3]=Sizzle(match[3],null,null,curLoop);}else{var ret=Sizzle.filter(match[3],curLoop,inplace,true^not);if(!inplace){result.push.apply(result,ret);}
return false;}}else if(Expr.match.POS.test(match[0])||Expr.match.CHILD.test(match[0])){return true;}
return match;},POS:function(match){match.unshift(true);return match;}},filters:{enabled:function(elem){return elem.disabled===false&&elem.type!=="hidden";},disabled:function(elem){return elem.disabled===true;},checked:function(elem){return elem.checked===true;},selected:function(elem){elem.parentNode.selectedIndex;return elem.selected===true;},parent:function(elem){return!!elem.firstChild;},empty:function(elem){return!elem.firstChild;},has:function(elem,i,match){return!!Sizzle(match[3],elem).length;},header:function(elem){return/h\d/i.test(elem.nodeName);},text:function(elem){return"text"===elem.type;},radio:function(elem){return"radio"===elem.type;},checkbox:function(elem){return"checkbox"===elem.type;},file:function(elem){return"file"===elem.type;},password:function(elem){return"password"===elem.type;},submit:function(elem){return"submit"===elem.type;},image:function(elem){return"image"===elem.type;},reset:function(elem){return"reset"===elem.type;},button:function(elem){return"button"===elem.type||elem.nodeName.toLowerCase()==="button";},input:function(elem){return/input|select|textarea|button/i.test(elem.nodeName);}},setFilters:{first:function(elem,i){return i===0;},last:function(elem,i,match,array){return i===array.length-1;},even:function(elem,i){return i%2===0;},odd:function(elem,i){return i%2===1;},lt:function(elem,i,match){return i<match[3]-0;},gt:function(elem,i,match){return i>match[3]-0;},nth:function(elem,i,match){return match[3]-0===i;},eq:function(elem,i,match){return match[3]-0===i;}},filter:{PSEUDO:function(elem,match,i,array){var name=match[1],filter=Expr.filters[name];if(filter){return filter(elem,i,match,array);}else if(name==="contains"){return(elem.textContent||elem.innerText||getText([elem])||"").indexOf(match[3])>=0;}else if(name==="not"){var not=match[3];for(var i=0,l=not.length;i<l;i++){if(not[i]===elem){return false;}}
return true;}else{throw"Syntax error, unrecognized expression: "+name;}},CHILD:function(elem,match){var type=match[1],node=elem;switch(type){case'only':case'first':while((node=node.previousSibling)){if(node.nodeType===1){return false;}}
if(type==="first"){return true;}
node=elem;case'last':while((node=node.nextSibling)){if(node.nodeType===1){return false;}}
return true;case'nth':var first=match[2],last=match[3];if(first===1&&last===0){return true;}
var doneName=match[0],parent=elem.parentNode;if(parent&&(parent.sizcache!==doneName||!elem.nodeIndex)){var count=0;for(node=parent.firstChild;node;node=node.nextSibling){if(node.nodeType===1){node.nodeIndex=++count;}}
parent.sizcache=doneName;}
var diff=elem.nodeIndex-last;if(first===0){return diff===0;}else{return(diff%first===0&&diff/first>=0);}}},ID:function(elem,match){return elem.nodeType===1&&elem.getAttribute("id")===match;},TAG:function(elem,match){return(match==="*"&&elem.nodeType===1)||elem.nodeName.toLowerCase()===match;},CLASS:function(elem,match){return(" "+(elem.className||elem.getAttribute("class"))+" ").indexOf(match)>-1;},ATTR:function(elem,match){var name=match[1],result=Expr.attrHandle[name]?Expr.attrHandle[name](elem):elem[name]!=null?elem[name]:elem.getAttribute(name),value=result+"",type=match[2],check=match[4];return result==null?type==="!=":type==="="?value===check:type==="*="?value.indexOf(check)>=0:type==="~="?(" "+value+" ").indexOf(check)>=0:!check?value&&result!==false:type==="!="?value!==check:type==="^="?value.indexOf(check)===0:type==="$="?value.substr(value.length-check.length)===check:type==="|="?value===check||value.substr(0,check.length+1)===check+"-":false;},POS:function(elem,match,i,array){var name=match[2],filter=Expr.setFilters[name];if(filter){return filter(elem,i,match,array);}}}};var origPOS=Expr.match.POS;for(var type in Expr.match){Expr.match[type]=new RegExp(Expr.match[type].source+/(?![^\[]*\])(?![^\(]*\))/.source);Expr.leftMatch[type]=new RegExp(/(^(?:.|\r|\n)*?)/.source+Expr.match[type].source);}
var makeArray=function(array,results){array=Array.prototype.slice.call(array,0);if(results){results.push.apply(results,array);return results;}
return array;};try{Array.prototype.slice.call(document.documentElement.childNodes,0);}catch(e){makeArray=function(array,results){var ret=results||[];if(toString.call(array)==="[object Array]"){Array.prototype.push.apply(ret,array);}else{if(typeof array.length==="number"){for(var i=0,l=array.length;i<l;i++){ret.push(array[i]);}}else{for(var i=0;array[i];i++){ret.push(array[i]);}}}
return ret;};}
var sortOrder;if(document.documentElement.compareDocumentPosition){sortOrder=function(a,b){if(!a.compareDocumentPosition||!b.compareDocumentPosition){if(a==b){hasDuplicate=true;}
return a.compareDocumentPosition?-1:1;}
var ret=a.compareDocumentPosition(b)&4?-1:a===b?0:1;if(ret===0){hasDuplicate=true;}
return ret;};}else if("sourceIndex"in document.documentElement){sortOrder=function(a,b){if(!a.sourceIndex||!b.sourceIndex){if(a==b){hasDuplicate=true;}
return a.sourceIndex?-1:1;}
var ret=a.sourceIndex-b.sourceIndex;if(ret===0){hasDuplicate=true;}
return ret;};}else if(document.createRange){sortOrder=function(a,b){if(!a.ownerDocument||!b.ownerDocument){if(a==b){hasDuplicate=true;}
return a.ownerDocument?-1:1;}
var aRange=a.ownerDocument.createRange(),bRange=b.ownerDocument.createRange();aRange.setStart(a,0);aRange.setEnd(a,0);bRange.setStart(b,0);bRange.setEnd(b,0);var ret=aRange.compareBoundaryPoints(Range.START_TO_END,bRange);if(ret===0){hasDuplicate=true;}
return ret;};}
function getText(elems){var ret="",elem;for(var i=0;elems[i];i++){elem=elems[i];if(elem.nodeType===3||elem.nodeType===4){ret+=elem.nodeValue;}else if(elem.nodeType!==8){ret+=getText(elem.childNodes);}}
return ret;}
(function(){var form=document.createElement("div"),id="script"+(new Date).getTime();form.innerHTML="<a name='"+id+"'/>";var root=document.documentElement;root.insertBefore(form,root.firstChild);if(document.getElementById(id)){Expr.find.ID=function(match,context,isXML){if(typeof context.getElementById!=="undefined"&&!isXML){var m=context.getElementById(match[1]);return m?m.id===match[1]||typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id").nodeValue===match[1]?[m]:undefined:[];}};Expr.filter.ID=function(elem,match){var node=typeof elem.getAttributeNode!=="undefined"&&elem.getAttributeNode("id");return elem.nodeType===1&&node&&node.nodeValue===match;};}
root.removeChild(form);root=form=null;})();(function(){var div=document.createElement("div");div.appendChild(document.createComment(""));if(div.getElementsByTagName("*").length>0){Expr.find.TAG=function(match,context){var results=context.getElementsByTagName(match[1]);if(match[1]==="*"){var tmp=[];for(var i=0;results[i];i++){if(results[i].nodeType===1){tmp.push(results[i]);}}
results=tmp;}
return results;};}
div.innerHTML="<a href='#'></a>";if(div.firstChild&&typeof div.firstChild.getAttribute!=="undefined"&&div.firstChild.getAttribute("href")!=="#"){Expr.attrHandle.href=function(elem){return elem.getAttribute("href",2);};}
div=null;})();if(document.querySelectorAll){(function(){var oldSizzle=Sizzle,div=document.createElement("div");div.innerHTML="<p class='TEST'></p>";if(div.querySelectorAll&&div.querySelectorAll(".TEST").length===0){return;}
Sizzle=function(query,context,extra,seed){context=context||document;if(!seed&&context.nodeType===9&&!isXML(context)){try{return makeArray(context.querySelectorAll(query),extra);}catch(e){}}
return oldSizzle(query,context,extra,seed);};for(var prop in oldSizzle){Sizzle[prop]=oldSizzle[prop];}
div=null;})();}
(function(){var div=document.createElement("div");div.innerHTML="<div class='test e'></div><div class='test'></div>";if(!div.getElementsByClassName||div.getElementsByClassName("e").length===0){return;}
div.lastChild.className="e";if(div.getElementsByClassName("e").length===1){return;}
Expr.order.splice(1,0,"CLASS");Expr.find.CLASS=function(match,context,isXML){if(typeof context.getElementsByClassName!=="undefined"&&!isXML){return context.getElementsByClassName(match[1]);}};div=null;})();function dirNodeCheck(dir,cur,doneName,checkSet,nodeCheck,isXML){for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){elem=elem[dir];var match=false;while(elem){if(elem.sizcache===doneName){match=checkSet[elem.sizset];break;}
if(elem.nodeType===1&&!isXML){elem.sizcache=doneName;elem.sizset=i;}
if(elem.nodeName.toLowerCase()===cur){match=elem;break;}
elem=elem[dir];}
checkSet[i]=match;}}}
function dirCheck(dir,cur,doneName,checkSet,nodeCheck,isXML){for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){elem=elem[dir];var match=false;while(elem){if(elem.sizcache===doneName){match=checkSet[elem.sizset];break;}
if(elem.nodeType===1){if(!isXML){elem.sizcache=doneName;elem.sizset=i;}
if(typeof cur!=="string"){if(elem===cur){match=true;break;}}else if(Sizzle.filter(cur,[elem]).length>0){match=elem;break;}}
elem=elem[dir];}
checkSet[i]=match;}}}
var contains=document.compareDocumentPosition?function(a,b){return a.compareDocumentPosition(b)&16;}:function(a,b){return a!==b&&(a.contains?a.contains(b):true);};var isXML=function(elem){var documentElement=(elem?elem.ownerDocument||elem:0).documentElement;return documentElement?documentElement.nodeName!=="HTML":false;};var posProcess=function(selector,context){var tmpSet=[],later="",match,root=context.nodeType?[context]:context;while((match=Expr.match.PSEUDO.exec(selector))){later+=match[0];selector=selector.replace(Expr.match.PSEUDO,"");}
selector=Expr.relative[selector]?selector+"*":selector;for(var i=0,l=root.length;i<l;i++){Sizzle(selector,root[i],tmpSet);}
return Sizzle.filter(later,tmpSet);};return Sizzle;})();S.flash=(function(){var swfobject=function(){var UNDEF="undefined",OBJECT="object",SHOCKWAVE_FLASH="Shockwave Flash",SHOCKWAVE_FLASH_AX="ShockwaveFlash.ShockwaveFlash",FLASH_MIME_TYPE="application/x-shockwave-flash",EXPRESS_INSTALL_ID="SWFObjectExprInst",win=window,doc=document,nav=navigator,domLoadFnArr=[],regObjArr=[],objIdArr=[],listenersArr=[],script,timer=null,storedAltContent=null,storedAltContentId=null,isDomLoaded=false,isExpressInstallActive=false;var ua=function(){var w3cdom=typeof doc.getElementById!=UNDEF&&typeof doc.getElementsByTagName!=UNDEF&&typeof doc.createElement!=UNDEF,playerVersion=[0,0,0],d=null;if(typeof nav.plugins!=UNDEF&&typeof nav.plugins[SHOCKWAVE_FLASH]==OBJECT){d=nav.plugins[SHOCKWAVE_FLASH].description;if(d&&!(typeof nav.mimeTypes!=UNDEF&&nav.mimeTypes[FLASH_MIME_TYPE]&&!nav.mimeTypes[FLASH_MIME_TYPE].enabledPlugin)){d=d.replace(/^.*\s+(\S+\s+\S+$)/,"$1");playerVersion[0]=parseInt(d.replace(/^(.*)\..*$/,"$1"),10);playerVersion[1]=parseInt(d.replace(/^.*\.(.*)\s.*$/,"$1"),10);playerVersion[2]=/r/.test(d)?parseInt(d.replace(/^.*r(.*)$/,"$1"),10):0;}}
else if(typeof win.ActiveXObject!=UNDEF){var a=null,fp6Crash=false;try{a=new ActiveXObject(SHOCKWAVE_FLASH_AX+".7");}
catch(e){try{a=new ActiveXObject(SHOCKWAVE_FLASH_AX+".6");playerVersion=[6,0,21];a.AllowScriptAccess="always";}
catch(e){if(playerVersion[0]==6){fp6Crash=true;}}
if(!fp6Crash){try{a=new ActiveXObject(SHOCKWAVE_FLASH_AX);}
catch(e){}}}
if(!fp6Crash&&a){try{d=a.GetVariable("$version");if(d){d=d.split(" ")[1].split(",");playerVersion=[parseInt(d[0],10),parseInt(d[1],10),parseInt(d[2],10)];}}
catch(e){}}}
var u=nav.userAgent.toLowerCase(),p=nav.platform.toLowerCase(),webkit=/webkit/.test(u)?parseFloat(u.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,ie=false,windows=p?/win/.test(p):/win/.test(u),mac=p?/mac/.test(p):/mac/.test(u);return{w3cdom:w3cdom,pv:playerVersion,webkit:webkit,ie:ie,win:windows,mac:mac};}();var onDomLoad=function(){if(!ua.w3cdom){return;}
addDomLoadEvent(main);if(ua.ie&&ua.win){try{doc.write("<scr"+"ipt id=__ie_ondomload defer=true src=//:></scr"+"ipt>");script=getElementById("__ie_ondomload");if(script){addListener(script,"onreadystatechange",checkReadyState);}}
catch(e){}}
if(ua.webkit&&typeof doc.readyState!=UNDEF){timer=setInterval(function(){if(/loaded|complete/.test(doc.readyState)){callDomLoadFunctions();}},10);}
if(typeof doc.addEventListener!=UNDEF){doc.addEventListener("DOMContentLoaded",callDomLoadFunctions,null);}
addLoadEvent(callDomLoadFunctions);}();function checkReadyState(){if(script.readyState=="complete"){script.parentNode.removeChild(script);callDomLoadFunctions();}}
function callDomLoadFunctions(){if(isDomLoaded){return;}
if(ua.ie&&ua.win){var s=createElement("span");try{var t=doc.getElementsByTagName("body")[0].appendChild(s);t.parentNode.removeChild(t);}
catch(e){return;}}
isDomLoaded=true;if(timer){clearInterval(timer);timer=null;}
var dl=domLoadFnArr.length;for(var i=0;i<dl;i++){domLoadFnArr[i]();}}
function addDomLoadEvent(fn){if(isDomLoaded){fn();}
else{domLoadFnArr[domLoadFnArr.length]=fn;}}
function addLoadEvent(fn){if(typeof win.addEventListener!=UNDEF){win.addEventListener("load",fn,false);}
else if(typeof doc.addEventListener!=UNDEF){doc.addEventListener("load",fn,false);}
else if(typeof win.attachEvent!=UNDEF){addListener(win,"onload",fn);}
else if(typeof win.onload=="function"){var fnOld=win.onload;win.onload=function(){fnOld();fn();};}
else{win.onload=fn;}}
function main(){var rl=regObjArr.length;for(var i=0;i<rl;i++){var id=regObjArr[i].id;if(ua.pv[0]>0){var obj=getElementById(id);if(obj){regObjArr[i].width=obj.getAttribute("width")?obj.getAttribute("width"):"0";regObjArr[i].height=obj.getAttribute("height")?obj.getAttribute("height"):"0";if(hasPlayerVersion(regObjArr[i].swfVersion)){if(ua.webkit&&ua.webkit<312){fixParams(obj);}
setVisibility(id,true);}
else if(regObjArr[i].expressInstall&&!isExpressInstallActive&&hasPlayerVersion("6.0.65")&&(ua.win||ua.mac)){showExpressInstall(regObjArr[i]);}
else{displayAltContent(obj);}}}
else{setVisibility(id,true);}}}
function fixParams(obj){var nestedObj=obj.getElementsByTagName(OBJECT)[0];if(nestedObj){var e=createElement("embed"),a=nestedObj.attributes;if(a){var al=a.length;for(var i=0;i<al;i++){if(a[i].nodeName=="DATA"){e.setAttribute("src",a[i].nodeValue);}
else{e.setAttribute(a[i].nodeName,a[i].nodeValue);}}}
var c=nestedObj.childNodes;if(c){var cl=c.length;for(var j=0;j<cl;j++){if(c[j].nodeType==1&&c[j].nodeName=="PARAM"){e.setAttribute(c[j].getAttribute("name"),c[j].getAttribute("value"));}}}
obj.parentNode.replaceChild(e,obj);}}
function showExpressInstall(regObj){isExpressInstallActive=true;var obj=getElementById(regObj.id);if(obj){if(regObj.altContentId){var ac=getElementById(regObj.altContentId);if(ac){storedAltContent=ac;storedAltContentId=regObj.altContentId;}}
else{storedAltContent=abstractAltContent(obj);}
if(!(/%$/.test(regObj.width))&&parseInt(regObj.width,10)<310){regObj.width="310";}
if(!(/%$/.test(regObj.height))&&parseInt(regObj.height,10)<137){regObj.height="137";}
doc.title=doc.title.slice(0,47)+" - Flash Player Installation";var pt=ua.ie&&ua.win?"ActiveX":"PlugIn",dt=doc.title,fv="MMredirectURL="+win.location+"&MMplayerType="+pt+"&MMdoctitle="+dt,replaceId=regObj.id;if(ua.ie&&ua.win&&obj.readyState!=4){var newObj=createElement("div");replaceId+="SWFObjectNew";newObj.setAttribute("id",replaceId);obj.parentNode.insertBefore(newObj,obj);obj.style.display="none";var fn=function(){obj.parentNode.removeChild(obj);};addListener(win,"onload",fn);}
createSWF({data:regObj.expressInstall,id:EXPRESS_INSTALL_ID,width:regObj.width,height:regObj.height},{flashvars:fv},replaceId);}}
function displayAltContent(obj){if(ua.ie&&ua.win&&obj.readyState!=4){var el=createElement("div");obj.parentNode.insertBefore(el,obj);el.parentNode.replaceChild(abstractAltContent(obj),el);obj.style.display="none";var fn=function(){obj.parentNode.removeChild(obj);};addListener(win,"onload",fn);}
else{obj.parentNode.replaceChild(abstractAltContent(obj),obj);}}
function abstractAltContent(obj){var ac=createElement("div");if(ua.win&&ua.ie){ac.innerHTML=obj.innerHTML;}
else{var nestedObj=obj.getElementsByTagName(OBJECT)[0];if(nestedObj){var c=nestedObj.childNodes;if(c){var cl=c.length;for(var i=0;i<cl;i++){if(!(c[i].nodeType==1&&c[i].nodeName=="PARAM")&&!(c[i].nodeType==8)){ac.appendChild(c[i].cloneNode(true));}}}}}
return ac;}
function createSWF(attObj,parObj,id){var r,el=getElementById(id);if(el){if(typeof attObj.id==UNDEF){attObj.id=id;}
if(ua.ie&&ua.win){var att="";for(var i in attObj){if(attObj[i]!=Object.prototype[i]){if(i.toLowerCase()=="data"){parObj.movie=attObj[i];}
else if(i.toLowerCase()=="styleclass"){att+=' class="'+attObj[i]+'"';}
else if(i.toLowerCase()!="classid"){att+=' '+i+'="'+attObj[i]+'"';}}}
var par="";for(var j in parObj){if(parObj[j]!=Object.prototype[j]){par+='<param name="'+j+'" value="'+parObj[j]+'" />';}}
el.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+att+'>'+par+'</object>';objIdArr[objIdArr.length]=attObj.id;r=getElementById(attObj.id);}
else if(ua.webkit&&ua.webkit<312){var e=createElement("embed");e.setAttribute("type",FLASH_MIME_TYPE);for(var k in attObj){if(attObj[k]!=Object.prototype[k]){if(k.toLowerCase()=="data"){e.setAttribute("src",attObj[k]);}
else if(k.toLowerCase()=="styleclass"){e.setAttribute("class",attObj[k]);}
else if(k.toLowerCase()!="classid"){e.setAttribute(k,attObj[k]);}}}
for(var l in parObj){if(parObj[l]!=Object.prototype[l]){if(l.toLowerCase()!="movie"){e.setAttribute(l,parObj[l]);}}}
el.parentNode.replaceChild(e,el);r=e;}
else{var o=createElement(OBJECT);o.setAttribute("type",FLASH_MIME_TYPE);for(var m in attObj){if(attObj[m]!=Object.prototype[m]){if(m.toLowerCase()=="styleclass"){o.setAttribute("class",attObj[m]);}
else if(m.toLowerCase()!="classid"){o.setAttribute(m,attObj[m]);}}}
for(var n in parObj){if(parObj[n]!=Object.prototype[n]&&n.toLowerCase()!="movie"){createObjParam(o,n,parObj[n]);}}
el.parentNode.replaceChild(o,el);r=o;}}
return r;}
function createObjParam(el,pName,pValue){var p=createElement("param");p.setAttribute("name",pName);p.setAttribute("value",pValue);el.appendChild(p);}
function removeSWF(id){var obj=getElementById(id);if(obj&&(obj.nodeName=="OBJECT"||obj.nodeName=="EMBED")){if(ua.ie&&ua.win){if(obj.readyState==4){removeObjectInIE(id);}
else{win.attachEvent("onload",function(){removeObjectInIE(id);});}}
else{obj.parentNode.removeChild(obj);}}}
function removeObjectInIE(id){var obj=getElementById(id);if(obj){for(var i in obj){if(typeof obj[i]=="function"){obj[i]=null;}}
obj.parentNode.removeChild(obj);}}
function getElementById(id){var el=null;try{el=doc.getElementById(id);}
catch(e){}
return el;}
function createElement(el){return doc.createElement(el);}
function addListener(target,eventType,fn){target.attachEvent(eventType,fn);listenersArr[listenersArr.length]=[target,eventType,fn];}
function hasPlayerVersion(rv){var pv=ua.pv,v=rv.split(".");v[0]=parseInt(v[0],10);v[1]=parseInt(v[1],10)||0;v[2]=parseInt(v[2],10)||0;return(pv[0]>v[0]||(pv[0]==v[0]&&pv[1]>v[1])||(pv[0]==v[0]&&pv[1]==v[1]&&pv[2]>=v[2]))?true:false;}
function createCSS(sel,decl){if(ua.ie&&ua.mac){return;}
var h=doc.getElementsByTagName("head")[0],s=createElement("style");s.setAttribute("type","text/css");s.setAttribute("media","screen");if(!(ua.ie&&ua.win)&&typeof doc.createTextNode!=UNDEF){s.appendChild(doc.createTextNode(sel+" {"+decl+"}"));}
h.appendChild(s);if(ua.ie&&ua.win&&typeof doc.styleSheets!=UNDEF&&doc.styleSheets.length>0){var ls=doc.styleSheets[doc.styleSheets.length-1];if(typeof ls.addRule==OBJECT){ls.addRule(sel,decl);}}}
function setVisibility(id,isVisible){var v=isVisible?"visible":"hidden";if(isDomLoaded&&getElementById(id)){getElementById(id).style.visibility=v;}
else{createCSS("#"+id,"visibility:"+v);}}
function urlEncodeIfNecessary(s){var regex=/[\\\"<>\.;]/;var hasBadChars=regex.exec(s)!=null;return hasBadChars?encodeURIComponent(s):s;}
var cleanup=function(){if(ua.ie&&ua.win){window.attachEvent("onunload",function(){var ll=listenersArr.length;for(var i=0;i<ll;i++){listenersArr[i][0].detachEvent(listenersArr[i][1],listenersArr[i][2]);}
var il=objIdArr.length;for(var j=0;j<il;j++){removeSWF(objIdArr[j]);}
for(var k in ua){ua[k]=null;}
ua=null;for(var l in swfobject){swfobject[l]=null;}
swfobject=null;});}}();return{registerObject:function(objectIdStr,swfVersionStr,xiSwfUrlStr){if(!ua.w3cdom||!objectIdStr||!swfVersionStr){return;}
var regObj={};regObj.id=objectIdStr;regObj.swfVersion=swfVersionStr;regObj.expressInstall=xiSwfUrlStr?xiSwfUrlStr:false;regObjArr[regObjArr.length]=regObj;setVisibility(objectIdStr,false);},getObjectById:function(objectIdStr){var r=null;if(ua.w3cdom){var o=getElementById(objectIdStr);if(o){var n=o.getElementsByTagName(OBJECT)[0];if(!n||(n&&typeof o.SetVariable!=UNDEF)){r=o;}
else if(typeof n.SetVariable!=UNDEF){r=n;}}}
return r;},embedSWF:function(swfUrlStr,replaceElemIdStr,widthStr,heightStr,swfVersionStr,xiSwfUrlStr,flashvarsObj,parObj,attObj){if(!ua.w3cdom||!swfUrlStr||!replaceElemIdStr||!widthStr||!heightStr||!swfVersionStr){return;}
widthStr+="";heightStr+="";if(hasPlayerVersion(swfVersionStr)){setVisibility(replaceElemIdStr,false);var att={};if(attObj&&typeof attObj===OBJECT){for(var i in attObj){if(attObj[i]!=Object.prototype[i]){att[i]=attObj[i];}}}
att.data=swfUrlStr;att.width=widthStr;att.height=heightStr;var par={};if(parObj&&typeof parObj===OBJECT){for(var j in parObj){if(parObj[j]!=Object.prototype[j]){par[j]=parObj[j];}}}
if(flashvarsObj&&typeof flashvarsObj===OBJECT){for(var k in flashvarsObj){if(flashvarsObj[k]!=Object.prototype[k]){if(typeof par.flashvars!=UNDEF){par.flashvars+="&"+k+"="+flashvarsObj[k];}
else{par.flashvars=k+"="+flashvarsObj[k];}}}}
addDomLoadEvent(function(){createSWF(att,par,replaceElemIdStr);if(att.id==replaceElemIdStr){setVisibility(replaceElemIdStr,true);}});}
else if(xiSwfUrlStr&&!isExpressInstallActive&&hasPlayerVersion("6.0.65")&&(ua.win||ua.mac)){isExpressInstallActive=true;setVisibility(replaceElemIdStr,false);addDomLoadEvent(function(){var regObj={};regObj.id=regObj.altContentId=replaceElemIdStr;regObj.width=widthStr;regObj.height=heightStr;regObj.expressInstall=xiSwfUrlStr;showExpressInstall(regObj);});}},getFlashPlayerVersion:function(){return{major:ua.pv[0],minor:ua.pv[1],release:ua.pv[2]};},hasFlashPlayerVersion:hasPlayerVersion,createSWF:function(attObj,parObj,replaceElemIdStr){if(ua.w3cdom){return createSWF(attObj,parObj,replaceElemIdStr);}
else{return undefined;}},removeSWF:function(objElemIdStr){if(ua.w3cdom){removeSWF(objElemIdStr);}},createCSS:function(sel,decl){if(ua.w3cdom){createCSS(sel,decl);}},addDomLoadEvent:addDomLoadEvent,addLoadEvent:addLoadEvent,getQueryParamValue:function(param){var q=doc.location.search||doc.location.hash;if(param==null){return urlEncodeIfNecessary(q);}
if(q){var pairs=q.substring(1).split("&");for(var i=0;i<pairs.length;i++){if(pairs[i].substring(0,pairs[i].indexOf("="))==param){return urlEncodeIfNecessary(pairs[i].substring((pairs[i].indexOf("=")+1)));}}}
return"";},expressInstallCallback:function(){if(isExpressInstallActive&&storedAltContent){var obj=getElementById(EXPRESS_INSTALL_ID);if(obj){obj.parentNode.replaceChild(storedAltContent,obj);if(storedAltContentId){setVisibility(storedAltContentId,true);if(ua.ie&&ua.win){storedAltContent.style.display="block";}}
storedAltContent=null;storedAltContentId=null;isExpressInstallActive=false;}}}};}();return swfobject;})();S.lang={code:'de',of:'von',loading:'ladend',cancel:'Abbrechen',next:'Nächste',previous:'Vorige',play:'Abspielen',pause:'Pause',close:'Schließen',errors:{single:'Um den Inhalt anzeigen zu können muss die Browser-Erweiterung <a href="{0}">{1}</a> installiert werden.',shared:'Um den Inhalt anzeigen zu können müssen die beiden Browser-Erweiterungen <a href="{0}">{1}</a> und <a href="{2}">{3}</a> installiert werden.',either:'Um den Inhalt anzeigen zu können muss eine der beiden Browser-Erweiterungen <a href="{0}">{1}</a> oder <a href="{2}">{3}</a> installiert werden.'}};var jwControllerHeight=20;S.flv=function(obj,id){this.obj=obj;this.id=id;this.height=obj.height?parseInt(obj.height,10):300;if(S.options.showMovieControls)
this.height+=jwControllerHeight;this.width=obj.width?parseInt(obj.width,10):300;}
S.flv.ext=["flv","m4v"];S.flv.prototype={append:function(body,dims){var tmp=document.createElement('div');tmp.id=this.id;body.appendChild(tmp);var height=dims.innerHeight,width=dims.innerWidth,swf=S.path+"player.swf",version=S.options.flashVersion,express=S.path+"expressInstall.swf",flashvars=apply({file:this.obj.content,height:height,width:width,autostart:(S.options.autoplayMovies?"true":"false"),controlbar:(S.options.showMovieControls?"bottom":"none"),backcolor:"0x000000",frontcolor:"0xCCCCCC",lightcolor:"0x557722"},S.options.flashVars),params=S.options.flashParams;S.flash.embedSWF(swf,this.id,width,height,version,express,flashvars,params);},remove:function(){S.flash.expressInstallCallback();S.flash.removeSWF(this.id);},onWindowResize:function(){var dims=S.dimensions,el=get(this.id);el.height=dims.innerHeight;el.width=dims.innerWidth;}}
S.html=function(obj,id){this.obj=obj;this.id=id;this.height=obj.height?parseInt(obj.height,10):300;this.width=obj.width?parseInt(obj.width,10):500;}
S.html.prototype={append:function(body,dims){var div=document.createElement("div");div.id=this.id;div.className="html";div.innerHTML=this.obj.content;body.appendChild(div);},remove:function(){var el=get(this.id);if(el)
remove(el);}}
S.iframe=function(obj,id){this.obj=obj;this.id=id;var overlay=get("sb-overlay");this.height=obj.height?parseInt(obj.height,10):overlay.offsetHeight;this.width=obj.width?parseInt(obj.width,10):overlay.offsetWidth;}
S.iframe.prototype={append:function(body,dims){var scrolling='';if(this.obj.iframeScrolling==='dynamic_noScrollFallback'&&(S.isIE6||S.isIE7)){scrolling='no';}else if(this.obj.iframeScrolling!=='no'&&this.obj.iframeScrolling!=='yes'){scrolling='auto';}else{scrolling=this.obj.iframeScrolling;}
var html='<iframe id="'+this.id+'" name="'+this.id+'" height="100%" '+'width="100%" frameborder="0" marginwidth="0" marginheight="0" '+'style="visibility:hidden;" '+'onload="this.style.visibility=\'visible\'" '+'scrolling="'+scrolling+'"';if(S.isIE){html+=' allowtransparency="true"';if(S.isIE6)
html+=' src="javascript:false;document.write(\'\');"';}
html+='></iframe>';body.innerHTML=html;},remove:function(){var el=get(this.id);if(el){remove(el);if(S.isGecko)
delete window.frames[this.id];}},onLoad:function(){var win=S.isIE?get(this.id).contentWindow:window.frames[this.id];win.location.href=this.obj.content;var iframeInstance=this;window.setTimeout(function(){iframeInstance.triggerResize(iframeInstance)},100);window.setTimeout(function(){iframeInstance.triggerResize(iframeInstance)},500);window.setTimeout(function(){iframeInstance.triggerResize(iframeInstance)},1000);},triggerResize:function(iframeInstance){if(typeof iframeInstance!=='object'){iframeInstance=this;}
var win=window.frames[iframeInstance.id];if(typeof win!=='undefined'){if(win.document.body===null){window.setTimeout(function(){iframeInstance.triggerResize(iframeInstance)},10);}else{var dims=setDimensions(iframeInstance.height,iframeInstance.width);iframeInstance.onWindowResize(dims);}}},onWindowResize:function(dims){if(this.obj.iframeScrolling!=='dynamic'&&this.obj.iframeScrolling!=='dynamic_noScrollFallback'){return;}
var element=document.getElementById(this.id);var win=S.isIE?get(this.id).contentWindow:window.frames[this.id];if(dims.oversized){element.style.overflow='auto';if(this.obj.width<=dims.width){element.style.overflowX='hidden';}else if(this.obj.height<=dims.height){element.style.overflowY='hidden';}
win.document.body.style.overflow='auto';}else{element.style.overflow='hidden';win.document.body.style.overflow='hidden';}}}
var pre,proxyId="sb-drag-proxy",dragData,dragProxy,dragTarget;function resetDrag(){dragData={x:0,y:0,startX:null,startY:null};}
function updateProxy(){var dims=S.dimensions;apply(dragProxy.style,{height:dims.innerHeight+"px",width:dims.innerWidth+"px"});}
function enableDrag(){resetDrag();var style=["position:absolute","cursor:"+(S.isGecko?"-moz-grab":"move"),"background-color:"+(S.isIE?"#fff;filter:alpha(opacity=0)":"transparent")].join(";");S.appendHTML(S.skin.body,'<div id="'+proxyId+'" style="'+style+'"></div>');dragProxy=get(proxyId);updateProxy();addEvent(dragProxy,"mousedown",startDrag);}
function disableDrag(){if(dragProxy){removeEvent(dragProxy,"mousedown",startDrag);remove(dragProxy);dragProxy=null;}
dragTarget=null;}
function startDrag(e){preventDefault(e);var xy=getPageXY(e);dragData.startX=xy[0];dragData.startY=xy[1];dragTarget=get(S.player.id);addEvent(document,"mousemove",positionDrag);addEvent(document,"mouseup",endDrag);if(S.isGecko)
dragProxy.style.cursor="-moz-grabbing";}
function positionDrag(e){var player=S.player,dims=S.dimensions,xy=getPageXY(e);var moveX=xy[0]-dragData.startX;dragData.startX+=moveX;dragData.x=Math.max(Math.min(0,dragData.x+moveX),dims.innerWidth-player.width);var moveY=xy[1]-dragData.startY;dragData.startY+=moveY;dragData.y=Math.max(Math.min(0,dragData.y+moveY),dims.innerHeight-player.height);apply(dragTarget.style,{left:dragData.x+"px",top:dragData.y+"px"});}
function endDrag(){removeEvent(document,"mousemove",positionDrag);removeEvent(document,"mouseup",endDrag);if(S.isGecko)
dragProxy.style.cursor="-moz-grab";}
S.img=function(obj,id){this.obj=obj;this.id=id;this.ready=false;var self=this;pre=new Image();pre.onload=function(){self.height=obj.height?parseInt(obj.height,10):pre.height;self.width=obj.width?parseInt(obj.width,10):pre.width;self.ready=true;pre.onload=null;pre=null;}
pre.src=obj.content;}
S.img.ext=["bmp","gif","jpg","jpeg","png"];S.img.prototype={append:function(body,dims){var img=document.createElement("img");img.id=this.id;img.src=this.obj.content;img.style.position="absolute";var height,width;if(dims.oversized&&S.options.handleOversize=="resize"){height=dims.innerHeight;width=dims.innerWidth;}else{height=this.height;width=this.width;}
img.setAttribute("height",height);img.setAttribute("width",width);body.appendChild(img);},remove:function(){var el=get(this.id);if(el)
remove(el);disableDrag();if(pre){pre.onload=null;pre=null;}},onLoad:function(){var dims=S.dimensions;if(dims.oversized&&S.options.handleOversize=="drag")
enableDrag();},onWindowResize:function(){var dims=S.dimensions;switch(S.options.handleOversize){case"resize":var el=get(this.id);el.height=dims.innerHeight;el.width=dims.innerWidth;break;case"drag":if(dragTarget){var top=parseInt(S.getStyle(dragTarget,"top")),left=parseInt(S.getStyle(dragTarget,"left"));if(top+this.height<dims.innerHeight)
dragTarget.style.top=dims.innerHeight-this.height+"px";if(left+this.width<dims.innerWidth)
dragTarget.style.left=dims.innerWidth-this.width+"px";updateProxy();}
break;}}}
var qtControllerHeight=16;S.qt=function(obj,id){this.obj=obj;this.id=id;this.height=obj.height?parseInt(obj.height,10):300;if(S.options.showMovieControls)
this.height+=qtControllerHeight;this.width=obj.width?parseInt(obj.width,10):300;}
S.qt.ext=["dv","mov","moov","movie","mp4","avi","mpg","mpeg"];S.qt.prototype={append:function(body,dims){var opt=S.options,autoplay=String(opt.autoplayMovies),controls=String(opt.showMovieControls);var html="<object",movie={id:this.id,name:this.id,height:this.height,width:this.width,kioskmode:"true"};if(S.isIE){movie.classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B";movie.codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0";}else{movie.type="video/quicktime";movie.data=this.obj.content;}
for(var m in movie)
html+=" "+m+'="'+movie[m]+'"';html+=">";var params={src:this.obj.content,scale:"aspect",controller:controls,autoplay:autoplay};for(var p in params)
html+='<param name="'+p+'" value="'+params[p]+'">';html+="</object>";body.innerHTML=html;},remove:function(){try{document[this.id].Stop();}catch(e){}
var el=get(this.id);if(el)
remove(el);}}
S.swf=function(obj,id){this.obj=obj;this.id=id;this.height=obj.height?parseInt(obj.height,10):300;this.width=obj.width?parseInt(obj.width,10):300;}
S.swf.ext=["swf"];S.swf.prototype={append:function(body,dims){var tmp=document.createElement("div");tmp.id=this.id;body.appendChild(tmp);var height=dims.innerHeight,width=dims.innerWidth,swf=this.obj.content,version=S.options.flashVersion,express=S.path+"expressInstall.swf",flashvars=S.options.flashVars,params=S.options.flashParams;S.flash.embedSWF(swf,this.id,width,height,version,express,flashvars,params);},remove:function(){S.flash.expressInstallCallback();S.flash.removeSWF(this.id);},onWindowResize:function(){var dims=S.dimensions,el=get(this.id);el.height=dims.innerHeight;el.width=dims.innerWidth;}}
var wmpControllerHeight=(S.isIE?70:45);S.wmp=function(obj,id){this.obj=obj;this.id=id;this.height=obj.height?parseInt(obj.height,10):300;if(S.options.showMovieControls)
this.height+=wmpControllerHeight;this.width=obj.width?parseInt(obj.width,10):300;}
S.wmp.ext=["asf","avi","mpg","mpeg","wm","wmv"];S.wmp.prototype={append:function(body,dims){var opt=S.options,autoplay=opt.autoplayMovies?1:0;var movie='<object id="'+this.id+'" name="'+this.id+'" height="'+this.height+'" width="'+this.width+'"',params={autostart:opt.autoplayMovies?1:0};if(S.isIE){movie+=' classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6"';params.url=this.obj.content;params.uimode=opt.showMovieControls?"full":"none";}else{movie+=' type="video/x-ms-wmv"';movie+=' data="'+this.obj.content+'"'
params.showcontrols=opt.showMovieControls?1:0;}
movie+=">";for(var p in params)
movie+='<param name="'+p+'" value="'+params[p]+'">';movie+="</object>";body.innerHTML=movie;},remove:function(){if(S.isIE){try{window[this.id].controls.stop();window[this.id].URL="movie"+now()+".wmv";window[this.id]=function(){};}catch(e){}}
var el=get(this.id);if(el){setTimeout(function(){remove(el);},10);}}}
var overlayOn=false,visibilityCache=[],pngIds=["sb-nav-close","sb-nav-next","sb-nav-play","sb-nav-pause","sb-nav-previous"],container,overlay,wrapper,doWindowResize=true;function animate(el,property,to,duration,callback){var isOpacity=(property=="opacity"),anim=isOpacity?S.setOpacity:function(el,value){el.style[property]=""+
value+"px";};if(duration==0||(!isOpacity&&!S.options.animate)||(isOpacity&&!S.options.animateFade)){anim(el,to);if(callback)
callback();return;}
var from=parseFloat(S.getStyle(el,property))||0;var delta=to-from;if(delta==0){if(callback)
callback();return;}
duration*=1000;var begin=now(),ease=S.ease,end=begin+duration,time;var interval=setInterval(function(){time=now();if(time>=end){clearInterval(interval);interval=null;anim(el,to);if(callback)
callback();}else{anim(el,from+ease((time-begin)/duration)*delta);}},10);}
function setSize(){container.style.height=S.getWindowSize("Height")+"px";container.style.width=S.getWindowSize("Width")+"px";}
function setPosition(){container.style.top=document.documentElement.scrollTop+"px";container.style.left=document.documentElement.scrollLeft+"px";}
function toggleTroubleElements(on){if(on){each(visibilityCache,function(i,el){el[0].style.visibility=el[1]||'';});}else{visibilityCache=[];each(S.options.troubleElements,function(i,tag){each(document.getElementsByTagName(tag),function(j,el){visibilityCache.push([el,el.style.visibility]);el.style.visibility="hidden";});});}}
function toggleNav(id,on){var el=get("sb-nav-"+id);if(el)
el.style.display=on?"":"none";}
function toggleLoading(on,callback){var loading=get("sb-loading"),playerName=S.getCurrent().player,anim=(playerName=="img"||playerName=="html");if(on){S.setOpacity(loading,0);loading.style.display="block";var wrapped=function(){S.clearOpacity(loading);if(callback)
callback();}
if(anim){animate(loading,"opacity",1,S.options.fadeDuration,wrapped);}else{wrapped();}}else{var wrapped=function(){loading.style.display="none";S.clearOpacity(loading);if(callback)
callback();}
if(anim){animate(loading,"opacity",0,S.options.fadeDuration,wrapped);}else{wrapped();}}}
function buildBars(callback){var obj=S.getCurrent();get("sb-title-inner").innerHTML=obj.title||"";var close,next,play,pause,previous;if(S.options.displayNav){close=true;var len=S.gallery.length;if(len>1){if(S.options.continuous){next=previous=true;}else{next=(len-1)>S.current;previous=S.current>0;}}
if(S.options.slideshowDelay>0&&S.hasNext()){pause=!S.isPaused();play=!pause;}}else{close=next=play=pause=previous=false;}
toggleNav("close",close);toggleNav("next",next);toggleNav("play",play);toggleNav("pause",pause);toggleNav("previous",previous);var counter="";if(S.options.displayCounter&&S.gallery.length>1){var len=S.gallery.length;if(S.options.counterType=="skip"){var i=0,end=len,limit=parseInt(S.options.counterLimit)||0;if(limit<len&&limit>2){var h=Math.floor(limit/2);i=S.current-h;if(i<0)
i+=len;end=S.current+(limit-h);if(end>len)
end-=len;}
while(i!=end){if(i==len)
i=0;counter+='<a onclick="Shadowbox.change('+i+');"'
if(i==S.current)
counter+=' class="sb-counter-current"';counter+=">"+(++i)+"</a>";}}else{counter=[S.current+1,S.lang.of,len].join(' ');}}
get("sb-counter").innerHTML=counter;callback();}
function showBars(callback){var titleInner=get("sb-title-inner"),infoInner=get("sb-info-inner"),duration=0.35;titleInner.style.visibility=infoInner.style.visibility="";if(titleInner.innerHTML!="")
animate(titleInner,"marginTop",0,duration);animate(infoInner,"marginTop",0,duration,callback);}
function hideBars(anim,callback){var title=get("sb-title"),info=get("sb-info"),titleHeight=title.offsetHeight,infoHeight=info.offsetHeight,titleInner=get("sb-title-inner"),infoInner=get("sb-info-inner"),duration=(anim?0.35:0);animate(titleInner,"marginTop",titleHeight,duration);animate(infoInner,"marginTop",infoHeight*-1,duration,function(){titleInner.style.visibility=infoInner.style.visibility="hidden";callback();});}
function adjustHeight(height,top,anim,callback){var wrapperInner=get("sb-wrapper-inner"),duration=(anim?S.options.resizeDuration:0);animate(wrapper,"top",top,duration);animate(wrapperInner,"height",height,duration,callback);}
function adjustWidth(width,left,anim,callback){var duration=(anim?S.options.resizeDuration:0);animate(wrapper,"left",left,duration);animate(wrapper,"width",width,duration,callback);}
function setDimensions(height,width){var bodyInner=get("sb-body-inner"),height=parseInt(height),width=parseInt(width),topBottom=wrapper.offsetHeight-bodyInner.offsetHeight,leftRight=wrapper.offsetWidth-bodyInner.offsetWidth,maxHeight=overlay.offsetHeight,maxWidth=overlay.offsetWidth,padding=parseInt(S.options.viewportPadding)||20,preserveAspect=(S.options.preserveAspectWhileResizing&&S.player&&S.options.handleOversize!="drag");return S.setDimensions(height,width,maxHeight,maxWidth,topBottom,leftRight,padding,preserveAspect);}
var K={};K.markup=""+'<div id="sb-container">'+'<div id="sb-overlay"></div>'+'<div id="sb-wrapper">'+'<div id="sb-title">'+'<div id="sb-title-inner"></div>'+'</div>'+'<div id="sb-wrapper-inner">'+'<div id="sb-body">'+'<div id="sb-body-inner"></div>'+'<div id="sb-loading">'+'<div id="sb-loading-inner"><span>{loading}</span></div>'+'</div>'+'</div>'+'</div>'+'<div id="sb-info">'+'<div id="sb-info-inner">'+'<div id="sb-counter"></div>'+'<div id="sb-nav">'+'<a id="sb-nav-close" title="{close}" onclick="Shadowbox.close()"></a>'+'<a id="sb-nav-next" title="{next}" onclick="Shadowbox.next()"></a>'+'<a id="sb-nav-play" title="{play}" onclick="Shadowbox.play()"></a>'+'<a id="sb-nav-pause" title="{pause}" onclick="Shadowbox.pause()"></a>'+'<a id="sb-nav-previous" title="{previous}" onclick="Shadowbox.previous()"></a>'+'</div>'+'</div>'+'</div>'+'</div>'+'</div>';K.options={animSequence:"sync",counterLimit:10,counterType:"default",displayCounter:true,displayNav:true,fadeDuration:0.35,initialHeight:160,initialWidth:320,modal:false,overlayColor:"#000",overlayOpacity:0.5,resizeDuration:0.35,showOverlay:true,troubleElements:["select","object","embed","canvas"]};K.init=function(){S.appendHTML(document.body,sprintf(K.markup,S.lang));K.body=get("sb-body-inner");container=get("sb-container");overlay=get("sb-overlay");wrapper=get("sb-wrapper");if(!supportsFixed)
container.style.position="absolute";if(!supportsOpacity){var el,m,re=/url\("(.*\.png)"\)/;each(pngIds,function(i,id){el=get(id);if(el){m=S.getStyle(el,"backgroundImage").match(re);if(m){el.style.backgroundImage="none";el.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src="+
m[1]+",sizingMethod=scale);";}}});}
var timer;addEvent(window,"resize",function(){if(timer){clearTimeout(timer);timer=null;}
if(open)
timer=setTimeout(K.onWindowResize,10);});}
K.onOpen=function(obj,callback){doWindowResize=false;container.style.display="block";setSize();var dims=setDimensions(S.options.initialHeight,S.options.initialWidth);adjustHeight(dims.innerHeight,dims.top);adjustWidth(dims.width,dims.left);if(S.options.showOverlay){overlay.style.backgroundColor=S.options.overlayColor;S.setOpacity(overlay,0);if(!S.options.modal)
addEvent(overlay,"click",S.close);overlayOn=true;}
if(!supportsFixed){setPosition();addEvent(window,"scroll",setPosition);}
toggleTroubleElements();container.style.visibility="visible";if(overlayOn){animate(overlay,"opacity",S.options.overlayOpacity,S.options.fadeDuration,callback);}else{callback();}}
K.onLoad=function(changing,callback){toggleLoading(true);while(K.body.firstChild)
remove(K.body.firstChild);hideBars(changing,function(){if(!open)
return;if(!changing)
wrapper.style.visibility="visible";buildBars(callback);});}
K.onReady=function(callback){if(!open)
return;var player=S.player,dims=setDimensions(player.height,player.width);var wrapped=function(){showBars(callback);}
switch(S.options.animSequence){case"hw":adjustHeight(dims.innerHeight,dims.top,true,function(){adjustWidth(dims.width,dims.left,true,wrapped);});break;case"wh":adjustWidth(dims.width,dims.left,true,function(){adjustHeight(dims.innerHeight,dims.top,true,wrapped);});break;default:adjustWidth(dims.width,dims.left,true);adjustHeight(dims.innerHeight,dims.top,true,wrapped);}}
K.onShow=function(callback){toggleLoading(false,callback);doWindowResize=true;}
K.onClose=function(){if(!supportsFixed)
removeEvent(window,"scroll",setPosition);removeEvent(overlay,"click",S.close);wrapper.style.visibility="hidden";var callback=function(){container.style.visibility="hidden";container.style.display="none";toggleTroubleElements(true);}
if(overlayOn){animate(overlay,"opacity",0,S.options.fadeDuration,callback);}else{callback();}}
K.onPlay=function(){toggleNav("play",false);toggleNav("pause",true);}
K.onPause=function(){toggleNav("pause",false);toggleNav("play",true);}
K.onWindowResize=function(){if(!doWindowResize)
return;setSize();var player=S.player,dims=setDimensions(player.height,player.width);adjustWidth(dims.width,dims.left);adjustHeight(dims.innerHeight,dims.top);if(player.onWindowResize)
player.onWindowResize(dims);}
S.skin=K;window['Shadowbox']=S;})(window);;

