var Cufon=(function(){var api=function(){return api.replace.apply(null,arguments);};var DOM=api.DOM={ready:(function(){var complete=false,readyStatus={loaded:1,complete:1};var queue=[],perform=function(){if(complete)return;complete=true;for(var fn;fn=queue.shift();fn());};if(document.addEventListener){document.addEventListener('DOMContentLoaded',perform,false);window.addEventListener('pageshow',perform,false);}
if(!window.opera&&document.readyState)(function(){readyStatus[document.readyState]?perform():setTimeout(arguments.callee,10);})();if(document.readyState&&document.createStyleSheet)(function(){try{document.body.doScroll('left');perform();}
catch(e){setTimeout(arguments.callee,1);}})();addEvent(window,'load',perform);return function(listener){if(!arguments.length)perform();else complete?listener():queue.push(listener);};})(),root:function(){return document.documentElement||document.body;}};var CSS=api.CSS={Size:function(value,base){this.value=parseFloat(value);this.unit=String(value).match(/[a-z%]*$/)[0]||'px';this.convert=function(value){return value/base*this.value;};this.convertFrom=function(value){return value/this.value*base;};this.toString=function(){return this.value+this.unit;};},addClass:function(el,className){var current=el.className;el.className=current+(current&&' ')+className;return el;},color:cached(function(value){var parsed={};parsed.color=value.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function($0,$1,$2){parsed.opacity=parseFloat($2);return'rgb('+$1+')';});return parsed;}),fontStretch:cached(function(value){if(typeof value=='number')return value;if(/%$/.test(value))return parseFloat(value)/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}[value]||1;}),getStyle:function(el){var view=document.defaultView;if(view&&view.getComputedStyle)return new Style(view.getComputedStyle(el,null));if(el.currentStyle)return new Style(el.currentStyle);return new Style(el.style);},gradient:cached(function(value){var gradient={id:value,type:value.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},colors=value.substr(value.indexOf('(')).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var i=0,l=colors.length,stop;i<l;++i){stop=colors[i].split('=',2).reverse();gradient.stops.push([stop[1]||i/(l-1),stop[0]]);}
return gradient;}),quotedList:cached(function(value){var list=[],re=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,match;while(match=re.exec(value))list.push(match[3]||match[1]);return list;}),recognizesMedia:cached(function(media){var el=document.createElement('style'),sheet,container,supported;el.type='text/css';el.media=media;try{el.appendChild(document.createTextNode('/**/'));}catch(e){}
container=elementsByTagName('head')[0];container.insertBefore(el,container.firstChild);sheet=(el.sheet||el.styleSheet);supported=sheet&&!sheet.disabled;container.removeChild(el);return supported;}),removeClass:function(el,className){var re=RegExp('(?:^|\\s+)'+className+'(?=\\s|$)','g');el.className=el.className.replace(re,'');return el;},supports:function(property,value){var checker=document.createElement('span').style;if(checker[property]===undefined)return false;checker[property]=value;return checker[property]===value;},textAlign:function(word,style,position,wordCount){if(style.get('textAlign')=='right'){if(position>0)word=' '+word;}
else if(position<wordCount-1)word+=' ';return word;},textShadow:cached(function(value){if(value=='none')return null;var shadows=[],currentShadow={},result,offCount=0;var re=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(result=re.exec(value)){if(result[0]==','){shadows.push(currentShadow);currentShadow={};offCount=0;}
else if(result[1]){currentShadow.color=result[1];}
else{currentShadow[['offX','offY','blur'][offCount++]]=result[2];}}
shadows.push(currentShadow);return shadows;}),textTransform:(function(){var map={uppercase:function(s){return s.toUpperCase();},lowercase:function(s){return s.toLowerCase();},capitalize:function(s){return s.replace(/\b./g,function($0){return $0.toUpperCase();});}};return function(text,style){var transform=map[style.get('textTransform')];return transform?transform(text):text;};})(),whiteSpace:(function(){var ignore={inline:1,'inline-block':1,'run-in':1};var wsStart=/^\s+/,wsEnd=/\s+$/;return function(text,style,node,previousElement){if(previousElement){if(previousElement.nodeName.toLowerCase()=='br'){text=text.replace(wsStart,'');}}
if(ignore[style.get('display')])return text;if(!node.previousSibling)text=text.replace(wsStart,'');if(!node.nextSibling)text=text.replace(wsEnd,'');return text;};})()};CSS.ready=(function(){var complete=!CSS.recognizesMedia('all'),hasLayout=false;var queue=[],perform=function(){complete=true;for(var fn;fn=queue.shift();fn());};var links=elementsByTagName('link'),styles=elementsByTagName('style');function isContainerReady(el){return el.disabled||isSheetReady(el.sheet,el.media||'screen');}
function isSheetReady(sheet,media){if(!CSS.recognizesMedia(media||'all'))return true;if(!sheet||sheet.disabled)return false;try{var rules=sheet.cssRules,rule;if(rules){search:for(var i=0,l=rules.length;rule=rules[i],i<l;++i){switch(rule.type){case 2:break;case 3:if(!isSheetReady(rule.styleSheet,rule.media.mediaText))return false;break;default:break search;}}}}
catch(e){}
return true;}
function allStylesLoaded(){if(document.createStyleSheet)return true;var el,i;for(i=0;el=links[i];++i){if(el.rel.toLowerCase()=='stylesheet'&&!isContainerReady(el))return false;}
for(i=0;el=styles[i];++i){if(!isContainerReady(el))return false;}
return true;}
DOM.ready(function(){if(!hasLayout)hasLayout=CSS.getStyle(document.body).isUsable();if(complete||(hasLayout&&allStylesLoaded()))perform();else setTimeout(arguments.callee,10);});return function(listener){if(complete)listener();else queue.push(listener);};})();function Font(data){var face=this.face=data.face,wordSeparators={'\u0020':1,'\u00a0':1,'\u3000':1};this.glyphs=data.glyphs;this.w=data.w;this.baseSize=parseInt(face['units-per-em'],10);this.family=face['font-family'].toLowerCase();this.weight=face['font-weight'];this.style=face['font-style']||'normal';this.viewBox=(function(){var parts=face.bbox.split(/\s+/);var box={minX:parseInt(parts[0],10),minY:parseInt(parts[1],10),maxX:parseInt(parts[2],10),maxY:parseInt(parts[3],10)};box.width=box.maxX-box.minX;box.height=box.maxY-box.minY;box.toString=function(){return[this.minX,this.minY,this.width,this.height].join(' ');};return box;})();this.ascent=-parseInt(face.ascent,10);this.descent=-parseInt(face.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(chars,letterSpacing,wordSpacing){var glyphs=this.glyphs,glyph,kerning,k,jumps=[],width=0,w,i=-1,j=-1,chr;while(chr=chars[++i]){glyph=glyphs[chr]||this.missingGlyph;if(!glyph)continue;if(kerning){width-=k=kerning[chr]||0;jumps[j]-=k;}
w=glyph.w;if(isNaN(w))w=+this.w;if(w>0){w+=letterSpacing;if(wordSeparators[chr])w+=wordSpacing;}
width+=jumps[++j]=~~w;kerning=glyph.k;}
jumps.total=width;return jumps;};}
function FontFamily(){var styles={},mapping={oblique:'italic',italic:'oblique'};this.add=function(font){(styles[font.style]||(styles[font.style]={}))[font.weight]=font;};this.get=function(style,weight){var weights=styles[style]||styles[mapping[style]]||styles.normal||styles.italic||styles.oblique;if(!weights)return null;weight={normal:400,bold:700}[weight]||parseInt(weight,10);if(weights[weight])return weights[weight];var up={1:1,99:0}[weight%100],alts=[],min,max;if(up===undefined)up=weight>400;if(weight==500)weight=400;for(var alt in weights){if(!hasOwnProperty(weights,alt))continue;alt=parseInt(alt,10);if(!min||alt<min)min=alt;if(!max||alt>max)max=alt;alts.push(alt);}
if(weight<min)weight=min;if(weight>max)weight=max;alts.sort(function(a,b){return(up?(a>=weight&&b>=weight)?a<b:a>b:(a<=weight&&b<=weight)?a>b:a<b)?-1:1;});return weights[alts[0]];};}
function HoverHandler(){function contains(node,anotherNode){try{if(node.contains)return node.contains(anotherNode);return node.compareDocumentPosition(anotherNode)&16;}
catch(e){}
return false;}
function onOverOut(e){var related=e.relatedTarget;if(related&&contains(this,related))return;trigger(this,e.type=='mouseover');}
function onEnterLeave(e){trigger(this,e.type=='mouseenter');}
function trigger(el,hoverState){setTimeout(function(){var options=sharedStorage.get(el).options;api.replace(el,hoverState?merge(options,options.hover):options,true);},10);}
this.attach=function(el){if(el.onmouseenter===undefined){addEvent(el,'mouseover',onOverOut);addEvent(el,'mouseout',onOverOut);}
else{addEvent(el,'mouseenter',onEnterLeave);addEvent(el,'mouseleave',onEnterLeave);}};}
function ReplaceHistory(){var list=[],map={};function filter(keys){var values=[],key;for(var i=0;key=keys[i];++i)values[i]=list[map[key]];return values;}
this.add=function(key,args){map[key]=list.push(args)-1;};this.repeat=function(){var snapshot=arguments.length?filter(arguments):list,args;for(var i=0;args=snapshot[i++];)api.replace(args[0],args[1],true);};}
function Storage(){var map={},at=0;function identify(el){return el.cufid||(el.cufid=++at);}
this.get=function(el){var id=identify(el);return map[id]||(map[id]={});};}
function Style(style){var custom={},sizes={};this.extend=function(styles){for(var property in styles){if(hasOwnProperty(styles,property))custom[property]=styles[property];}
return this;};this.get=function(property){return custom[property]!=undefined?custom[property]:style[property];};this.getSize=function(property,base){return sizes[property]||(sizes[property]=new CSS.Size(this.get(property),base));};this.isUsable=function(){return!!style;};}
function addEvent(el,type,listener){if(el.addEventListener){el.addEventListener(type,listener,false);}
else if(el.attachEvent){el.attachEvent('on'+type,function(){return listener.call(el,window.event);});}}
function attach(el,options){var storage=sharedStorage.get(el);if(storage.options)return el;if(options.hover&&options.hoverables[el.nodeName.toLowerCase()]){hoverHandler.attach(el);}
storage.options=options;return el;}
function cached(fun){var cache={};return function(key){if(!hasOwnProperty(cache,key))cache[key]=fun.apply(null,arguments);return cache[key];};}
function getFont(el,style){var families=CSS.quotedList(style.get('fontFamily').toLowerCase()),family;for(var i=0;family=families[i];++i){if(fonts[family])return fonts[family].get(style.get('fontStyle'),style.get('fontWeight'));}
return null;}
function elementsByTagName(query){return document.getElementsByTagName(query);}
function hasOwnProperty(obj,property){return obj.hasOwnProperty(property);}
function merge(){var merged={},arg,key;for(var i=0,l=arguments.length;arg=arguments[i],i<l;++i){for(key in arg){if(hasOwnProperty(arg,key))merged[key]=arg[key];}}
return merged;}
function process(font,text,style,options,node,el){var fragment=document.createDocumentFragment(),processed;if(text==='')return fragment;var separate=options.separate;var parts=text.split(separators[separate]),needsAligning=(separate=='words');if(needsAligning&&HAS_BROKEN_REGEXP){if(/^\s/.test(text))parts.unshift('');if(/\s$/.test(text))parts.push('');}
for(var i=0,l=parts.length;i<l;++i){processed=engines[options.engine](font,needsAligning?CSS.textAlign(parts[i],style,i,l):parts[i],style,options,node,el,i<l-1);if(processed)fragment.appendChild(processed);}
return fragment;}
function replaceElement(el,options){var name=el.nodeName.toLowerCase();if(options.ignore[name])return;var replace=!options.textless[name];var style=CSS.getStyle(attach(el,options)).extend(options);var font=getFont(el,style),node,type,next,anchor,text,lastElement;if(!font)return;for(node=el.firstChild;node;node=next){type=node.nodeType;next=node.nextSibling;if(replace&&type==3){if(anchor){anchor.appendData(node.data);el.removeChild(node);}
else anchor=node;if(next)continue;}
if(anchor){el.replaceChild(process(font,CSS.whiteSpace(anchor.data,style,anchor,lastElement),style,options,node,el),anchor);anchor=null;}
if(type==1){if(node.firstChild){if(node.nodeName.toLowerCase()=='cufon'){engines[options.engine](font,null,style,options,node,el);}
else arguments.callee(node,options);}
lastElement=node;}}}
var HAS_BROKEN_REGEXP=' '.split(/\s+/).length==0;var sharedStorage=new Storage();var hoverHandler=new HoverHandler();var replaceHistory=new ReplaceHistory();var initialized=false;var engines={},fonts={},defaultOptions={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,noscript: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(query){return jQuery(query);})||(window.dojo&&dojo.query)||(window.glow&&glow.dom&&glow.dom.get)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(query){return $$(query);})||(window.$&&function(query){return $(query);})||(document.querySelectorAll&&function(query){return document.querySelectorAll(query);})||elementsByTagName),separate:'words',textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:'none'};var separators={words:/\s/.test('\u00a0')?/[^\S\u00a0]+/:/\s+/,characters:'',none:/^/};api.now=function(){DOM.ready();return api;};api.refresh=function(){replaceHistory.repeat.apply(replaceHistory,arguments);return api;};api.registerEngine=function(id,engine){if(!engine)return api;engines[id]=engine;return api.set('engine',id);};api.registerFont=function(data){if(!data)return api;var font=new Font(data),family=font.family;if(!fonts[family])fonts[family]=new FontFamily();fonts[family].add(font);return api.set('fontFamily','"'+family+'"');};api.replace=function(elements,options,ignoreHistory){options=merge(defaultOptions,options);if(!options.engine)return api;if(!initialized){CSS.addClass(DOM.root(),'cufon-active cufon-loading');CSS.ready(function(){CSS.addClass(CSS.removeClass(DOM.root(),'cufon-loading'),'cufon-ready');});initialized=true;}
if(options.hover)options.forceHitArea=true;if(options.autoDetect)delete options.fontFamily;if(typeof options.textShadow=='string'){options.textShadow=CSS.textShadow(options.textShadow);}
if(typeof options.color=='string'&&/^-/.test(options.color)){options.textGradient=CSS.gradient(options.color);}
else delete options.textGradient;if(!ignoreHistory)replaceHistory.add(elements,arguments);if(elements.nodeType||typeof elements=='string')elements=[elements];CSS.ready(function(){for(var i=0,l=elements.length;i<l;++i){var el=elements[i];if(typeof el=='string')api.replace(options.selector(el),options,true);else replaceElement(el,options);}});return api;};api.set=function(option,value){defaultOptions[option]=value;return api;};return api;})();Cufon.registerEngine('canvas',(function(){var check=document.createElement('canvas');if(!check||!check.getContext||!check.getContext.apply)return;check=null;var HAS_INLINE_BLOCK=Cufon.CSS.supports('display','inline-block');var HAS_BROKEN_LINEHEIGHT=!HAS_INLINE_BLOCK&&(document.compatMode=='BackCompat'||/frameset|transitional/i.test(document.doctype.publicId));var styleSheet=document.createElement('style');styleSheet.type='text/css';styleSheet.appendChild(document.createTextNode(('cufon{text-indent:0;}'+'@media screen,projection{'+'cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;'+
(HAS_BROKEN_LINEHEIGHT?'':'font-size:1px;line-height:1px;')+'}cufon cufontext{display: none;}'+
(HAS_INLINE_BLOCK?'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(styleSheet);function generateFromVML(path,context){var atX=0,atY=0;var code=[],re=/([mrvxe])([^a-z]*)/g,match;generate:for(var i=0;match=re.exec(path);++i){var c=match[2].split(',');switch(match[1]){case'v':code[i]={m:'bezierCurveTo',a:[atX+~~c[0],atY+~~c[1],atX+~~c[2],atY+~~c[3],atX+=~~c[4],atY+=~~c[5]]};break;case'r':code[i]={m:'lineTo',a:[atX+=~~c[0],atY+=~~c[1]]};break;case'm':code[i]={m:'moveTo',a:[atX=~~c[0],atY=~~c[1]]};break;case'x':code[i]={m:'closePath'};break;case'e':break generate;}
context[code[i].m].apply(context,code[i].a);}
return code;}
function interpret(code,context){for(var i=0,l=code.length;i<l;++i){var line=code[i];context[line.m].apply(context,line.a);}}
return function(font,text,style,options,node,el){var redraw=(text===null);if(redraw)text=node.getAttribute('alt');var viewBox=font.viewBox;var size=style.getSize('fontSize',font.baseSize);var expandTop=0,expandRight=0,expandBottom=0,expandLeft=0;var shadows=options.textShadow,shadowOffsets=[];if(shadows){for(var i=shadows.length;i--;){var shadow=shadows[i];var x=size.convertFrom(parseFloat(shadow.offX));var y=size.convertFrom(parseFloat(shadow.offY));shadowOffsets[i]=[x,y];if(y<expandTop)expandTop=y;if(x>expandRight)expandRight=x;if(y>expandBottom)expandBottom=y;if(x<expandLeft)expandLeft=x;}}
var chars=Cufon.CSS.textTransform(text,style).split('');var jumps=font.spacing(chars,~~size.convertFrom(parseFloat(style.get('letterSpacing'))||0),~~size.convertFrom(parseFloat(style.get('wordSpacing'))||0));if(!jumps.length)return null;var width=jumps.total;expandRight+=viewBox.width-jumps[jumps.length-1];expandLeft+=viewBox.minX;var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('cufon');wrapper.className='cufon cufon-canvas';wrapper.setAttribute('alt',text);canvas=document.createElement('canvas');wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('cufontext');print.appendChild(document.createTextNode(text));wrapper.appendChild(print);}}
var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height);var roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;var stretchFactor=roundingFactor*Cufon.CSS.fontStretch(style.get('fontStretch'));var stretchedWidth=width*stretchFactor;var canvasWidth=Math.ceil(size.convert(stretchedWidth+expandRight-expandLeft));var canvasHeight=Math.ceil(size.convert(viewBox.height-expandTop+expandBottom));canvas.width=canvasWidth;canvas.height=canvasHeight;cStyle.width=canvasWidth+'px';cStyle.height=canvasHeight+'px';expandTop+=viewBox.minY;cStyle.top=Math.round(size.convert(expandTop-font.ascent))+'px';cStyle.left=Math.round(size.convert(expandLeft))+'px';var wrapperWidth=Math.max(Math.ceil(size.convert(stretchedWidth)),0)+'px';if(HAS_INLINE_BLOCK){wStyle.width=wrapperWidth;wStyle.height=size.convert(font.height)+'px';}
else{wStyle.paddingLeft=wrapperWidth;wStyle.paddingBottom=(size.convert(font.height)-1)+'px';}
var g=canvas.getContext('2d'),scale=height/viewBox.height;g.scale(scale,scale*roundingFactor);g.translate(-expandLeft,-expandTop);g.save();function renderText(){var glyphs=font.glyphs,glyph,i=-1,j=-1,chr;g.scale(stretchFactor,1);while(chr=chars[++i]){var glyph=glyphs[chars[i]]||font.missingGlyph;if(!glyph)continue;if(glyph.d){g.beginPath();if(glyph.code)interpret(glyph.code,g);else glyph.code=generateFromVML('m'+glyph.d,g);g.fill();}
g.translate(jumps[++j],0);}
g.restore();}
if(shadows){for(var i=shadows.length;i--;){var shadow=shadows[i];g.save();g.fillStyle=shadow.color;g.translate.apply(g,shadowOffsets[i]);renderText();}}
var gradient=options.textGradient;if(gradient){var stops=gradient.stops,fill=g.createLinearGradient(0,viewBox.minY,0,viewBox.maxY);for(var i=0,l=stops.length;i<l;++i){fill.addColorStop.apply(fill,stops[i]);}
g.fillStyle=fill;}
else g.fillStyle=style.get('color');renderText();return wrapper;};})());Cufon.registerEngine('vml',(function(){var ns=document.namespaces;if(!ns)return;ns.add('cvml','urn:schemas-microsoft-com:vml');ns=null;var check=document.createElement('cvml:shape');check.style.behavior='url(#default#VML)';if(!check.coordsize)return;check=null;var HAS_BROKEN_LINEHEIGHT=(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:'+
(HAS_BROKEN_LINEHEIGHT?'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 getFontSizeInPixels(el,value){return getSizeInPixels(el,/(?:em|ex|%)$|^[a-z-]+$/i.test(value)?'1em':value);}
function getSizeInPixels(el,value){if(!isNaN(value)||/px$/i.test(value))return parseFloat(value);var style=el.style.left,runtimeStyle=el.runtimeStyle.left;el.runtimeStyle.left=el.currentStyle.left;el.style.left=value.replace('%','em');var result=el.style.pixelLeft;el.style.left=style;el.runtimeStyle.left=runtimeStyle;return result;}
function getSpacingValue(el,style,size,property){var key='computed'+property,value=style[key];if(isNaN(value)){value=style.get(property);style[key]=value=(value=='normal')?0:~~size.convertFrom(getSizeInPixels(el,value));}
return value;}
var fills={};function gradientFill(gradient){var id=gradient.id;if(!fills[id]){var stops=gradient.stops,fill=document.createElement('cvml:fill'),colors=[];fill.type='gradient';fill.angle=180;fill.focus='0';fill.method='none';fill.color=stops[0][1];for(var j=1,k=stops.length-1;j<k;++j){colors.push(stops[j][0]*100+'% '+stops[j][1]);}
fill.colors=colors.join(',');fill.color2=stops[k][1];fills[id]=fill;}
return fills[id];}
return function(font,text,style,options,node,el,hasNext){var redraw=(text===null);if(redraw)text=node.alt;var viewBox=font.viewBox;var size=style.computedFontSize||(style.computedFontSize=new Cufon.CSS.Size(getFontSizeInPixels(el,style.get('fontSize'))+'px',font.baseSize));var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('cufon');wrapper.className='cufon cufon-vml';wrapper.alt=text;canvas=document.createElement('cufoncanvas');wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('cufontext');print.appendChild(document.createTextNode(text));wrapper.appendChild(print);}
if(!hasNext)wrapper.appendChild(document.createElement('cvml:shape'));}
var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height),roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;var stretchFactor=roundingFactor*Cufon.CSS.fontStretch(style.get('fontStretch'));var minX=viewBox.minX,minY=viewBox.minY;cStyle.height=roundedHeight;cStyle.top=Math.round(size.convert(minY-font.ascent));cStyle.left=Math.round(size.convert(minX));wStyle.height=size.convert(font.height)+'px';var color=style.get('color');var chars=Cufon.CSS.textTransform(text,style).split('');var jumps=font.spacing(chars,getSpacingValue(el,style,size,'letterSpacing'),getSpacingValue(el,style,size,'wordSpacing'));if(!jumps.length)return null;var width=jumps.total;var fullWidth=-minX+width+(viewBox.width-jumps[jumps.length-1]);var shapeWidth=size.convert(fullWidth*stretchFactor),roundedShapeWidth=Math.round(shapeWidth);var coordSize=fullWidth+','+viewBox.height,coordOrigin;var stretch='r'+coordSize+'ns';var fill=options.textGradient&&gradientFill(options.textGradient);var glyphs=font.glyphs,offsetX=0;var shadows=options.textShadow;var i=-1,j=0,chr;while(chr=chars[++i]){var glyph=glyphs[chars[i]]||font.missingGlyph,shape;if(!glyph)continue;if(redraw){shape=canvas.childNodes[j];while(shape.firstChild)shape.removeChild(shape.firstChild);}
else{shape=document.createElement('cvml:shape');canvas.appendChild(shape);}
shape.stroked='f';shape.coordsize=coordSize;shape.coordorigin=coordOrigin=(minX-offsetX)+','+minY;shape.path=(glyph.d?'m'+glyph.d+'xe':'')+'m'+coordOrigin+stretch;shape.fillcolor=color;if(fill)shape.appendChild(fill.cloneNode(false));var sStyle=shape.style;sStyle.width=roundedShapeWidth;sStyle.height=roundedHeight;if(shadows){var shadow1=shadows[0],shadow2=shadows[1];var color1=Cufon.CSS.color(shadow1.color),color2;var shadow=document.createElement('cvml:shadow');shadow.on='t';shadow.color=color1.color;shadow.offset=shadow1.offX+','+shadow1.offY;if(shadow2){color2=Cufon.CSS.color(shadow2.color);shadow.type='double';shadow.color2=color2.color;shadow.offset2=shadow2.offX+','+shadow2.offY;}
shadow.opacity=color1.opacity||(color2&&color2.opacity)||1;shape.appendChild(shadow);}
offsetX+=jumps[j++];}
var cover=shape.nextSibling,coverFill,vStyle;if(options.forceHitArea){if(!cover){cover=document.createElement('cvml:rect');cover.stroked='f';cover.className='cufon-vml-cover';coverFill=document.createElement('cvml:fill');coverFill.opacity=0;cover.appendChild(coverFill);canvas.appendChild(cover);}
vStyle=cover.style;vStyle.width=roundedShapeWidth;vStyle.height=roundedHeight;}
else if(cover)canvas.removeChild(cover);wStyle.width=Math.max(Math.ceil(size.convert(width*stretchFactor)),0);if(HAS_BROKEN_LINEHEIGHT){var yAdjust=style.computedYAdjust;if(yAdjust===undefined){var lineHeight=style.get('lineHeight');if(lineHeight=='normal')lineHeight='1em';else if(!isNaN(lineHeight))lineHeight+='em';style.computedYAdjust=yAdjust=0.5*(getSizeInPixels(el,lineHeight)-parseFloat(wStyle.height));}
if(yAdjust){wStyle.marginTop=Math.ceil(yAdjust)+'px';wStyle.marginBottom=yAdjust+'px';}}
return wrapper;};})());var hourly;var daily;var maxdaily=2500;var eachhour;var pperday=0;var cufonopts={color:'-linear-gradient(#333, 0.45=#aaa, #444)'};function updatecount(){$('#counttoday').html(daily);$('#counthour').html(hourly);Cufon.refresh('.hd')}
function increment(){if(daily<maxdaily){daily++;var clamp=hourly;hourly+=Math.round((Math.random()-0.5)*2);if(hourly<eachhour-10){hourly=clamp;}
if(hourly>eachhour+10){hourly=clamp;}
if(hourly<0){hourly=clamp;}}}
function initcounter(){$.getJSON("/science/howmany/",function(data){daily=data[0];hourly=data[1];eachhour=data[1];maxdaily=data[0]+(hourly*12);updatecount();var interval=(60/(hourly/60)*100);var updateInterval=setInterval("increment(); updatecount()",interval);});}
function quoteSwitch(){var $active=$('#quotes IMG.active');if($active.length==0)$active=$('#quotes IMG:last');var $next=$active.next().length?$active.next():$('#quotes IMG:first');$active.removeClass('active');$next.addClass('active')
$('#quotes :not(.active)').fadeOut(600);$('#quotes .active').fadeIn(600);}
var slider={num:-1,cur:0,cr:[],al:null,at:10000,ar:true,init:function(){if(!slider.data||!slider.data.length)return false;var d=slider.data;slider.num=d.length;var pos=Math.floor(Math.random()*1);$('#bbb-link').fadeIn(400);for(var i=0;i<slider.num;i++){$('#'+d[i].id).css({left:((i-pos)*1000)}).fadeIn(400);$('#slide-nav').append('<a id="slide-link-'+i+'" href="#" onclick="slider.slide('+i+');return false;" onfocus="this.blur();">'+(i+1)+'</a>');$('div#spin').hide();}
$('img,div#slide-controls',$('div#slide-holder')).fadeIn();slider.text(d[pos]);slider.on(pos);slider.cur=pos;slider.al=window.setTimeout('slider.auto();',slider.at);},auto:function(){if(!slider.ar)return false;var next=slider.cur+1;if(next>=slider.num)next=0;slider.slide(next);},slide:function(pos){if(pos<0||pos>=slider.num||pos==slider.cur)return;window.clearTimeout(slider.al);var d=slider.data;if(pos!=-1){$('#bbb-link').animate({left:(pos*-964)},900,'swing');slider.at=10000}
else
{$('#bbb-link').animate({left:(pos*900)},900,'swing');slider.at=20000}
slider.al=window.setTimeout('slider.auto();',slider.at);for(var i=0;i<slider.num;i++)$('#'+d[i].id).stop().animate({left:((i-pos)*1000)},900,'swing');slider.on(pos);slider.text(d[pos]);slider.cur=pos;quoteSwitch();},on:function(pos){$('#slide-nav a').removeClass('on');$('#slide-nav a#slide-link-'+pos).addClass('on');},text:function(di){slider.cr['b']=di.desc;slider.ticker('#slide-desc',di.desc,0,'b');},ticker:function(el,text,pos,unique){if(slider.cr[unique]!=text)return false;ctext=text.substring(0,pos)+'_';if(pos==text.length){$(el).html(text);Cufon.replace(el,cufonopts);}else{$(el).html(ctext);Cufon.replace(el,cufonopts);window.setTimeout('slider.ticker("'+el+'","'+text+'",'+(pos+1)+',"'+unique+'");',20);}}};function enable_smooth_scroll(){function filterPath(string){return string.replace(/^\//,'').replace(/(index|default).[a-zA-Z]{3,4}$/,'').replace(/\/$/,'');}
var locationPath=filterPath(location.pathname);var scrollElement='html, body';$('a[href*=#]').each(function(){var thisPath=filterPath(this.pathname)||locationPath;if(this.hash.replace(/#/,'')){if($(this.hash).length){$(this).click(function(event){if($.browser.msie){location.hash=this.hash;}
else
{var hereOffset=window.pageYOffset;var targetOffset=$(this.hash).offset().top;var height=$(document).height();var distance=Math.abs(hereOffset-targetOffset);var speed=distance/height*1000;var target=this.hash;event.preventDefault();$(scrollElement).animate({scrollTop:targetOffset},speed,function(){location.hash=target;});}});}}});}
function setupshow(selector,chooserselector){$(function(){$(selector+' div').hover(function(){$(this).fadeOut(100);})
var imgWrapper=$(selector+' img');imgWrapper.hide().filter(':first:hidden').fadeIn(400);$(selector+' img').click(function(){$(chooserselector+' span').html('&#9675;').removeClass('current');$(chooserselector+" span[rel^='"+$(this).attr('rel')+"']").html('&#9679;').addClass('current');imgWrapper.fadeOut(200);imgWrapper.filter($(this).attr('rel')).fadeIn(200);});$(chooserselector+' span').click(function(){if(this.className.indexOf('current')==-1){imgWrapper.fadeOut(200);imgWrapper.filter($(this).attr('rel')).fadeIn(200);$(chooserselector+' span').html('&#9675;').removeClass('current');$(this).html('&#9679;').addClass('current');}
return false;});});}
function isValidEmailAddress(emailAddress){var pattern=new RegExp(/^(("[\w-\s]+")|([\w-]+(?:\.[\w-]+)*)|("[\w-\s]+")([\w-]+(?:\.[\w-]+)*))(@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$)|(@\[?((25[0-5]\.|2[0-4][0-9]\.|1[0-9]{2}\.|[0-9]{1,2}\.))((25[0-5]|2[0-4][0-9]|1[0-9]{2}|[0-9]{1,2})\.){2}(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[0-9]{1,2})\]?$)/i);return pattern.test(emailAddress);}
var send_email=function(){var message=$("#email").val();if(message!=""){var data={mes:message};$('form #email').css("background-position","280px");$('#send').attr('disabled',true);$('#email').attr('disabled',true)
$.getJSON("/contact/when/",data,function(data){$('form #email').css("background-position","-35px");$('#message').html("Thanks - we'll let you know as soon as it's available.");$('form').fadeOut(200);$('#send').attr('disabled',true);});}
return false;};function addCommas(nStr)
{nStr+='';x=nStr.split('.');x1=x[0];x2=x.length>1?'.'+x[1]:'';var rgx=/(\d+)(\d{3})/;while(rgx.test(x1)){x1=x1.replace(rgx,'$1'+','+'$2');}
return x1+x2;}
function perday(metric){now=new Date();return addCommas(Math.floor((now.getTime()%86400000)/86400000*metric/100)*100);}
var m_names=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec",'');function format_dates(da,db){var curr_date=da.getDate();var curr_month=da.getMonth();var curr_year=da.getFullYear()-2000;var bcurr_date=db.getDate();var bcurr_month=db.getMonth();var bcurr_year=db.getFullYear()-2000;if(curr_year<10){curr_year="0"+curr_year;}
if(bcurr_year<10){bcurr_year="0"+bcurr_year;}
if(curr_month==bcurr_month){bcurr_month=12;}
if(curr_year==bcurr_year){bcurr_year='';}
return(bcurr_date+" "+m_names[bcurr_month]
+" "+bcurr_year
+" - "+
curr_date+" "+m_names[curr_month]
+" "+curr_year);}
function isScrolledIntoView(elem)
{var docViewTop=$(window).scrollTop();var docViewBottom=docViewTop+$(window).height();var elemTop=$(elem).offset().top;var elemBottom=elemTop+$(elem).height();return((elemBottom>=docViewTop)&&(elemTop<=docViewBottom));}
function updateClock(){if(isScrolledIntoView('#clock')){update=perday(pperday).split(',')
$('#clock .3').html(update[2]);$('#clock .2').html(update[1]);$('#clock .1').html(update[0]);}}
function startClock(set){pperday=set;setInterval('updateClock()',100);}
today=new Date();todayEpoch=today.getTime();targete=new Date("3 November, 2009");targetEpoch=targete.getTime();daysLeft=Math.floor(((targetEpoch-todayEpoch)/(60*60*24))/1000);(function($){$.prettyPhoto={version:'2.5.3-stylesignal'};$.fn.prettyPhoto=function(settings){settings=jQuery.extend({animationSpeed:'normal',padding:40,opacity:0.80,showTitle:true,allowresize:true,counter_separator_label:'/',theme:'light_rounded',hideflash:false,modal:false,changepicturecallback:function(){},callback:function(){}},settings);if($.browser.msie&&$.browser.version==6){settings.theme="light_square";}
if($('.pp_overlay').size()==0){_buildOverlay();}else{$pp_pic_holder=$('.pp_pic_holder');$ppt=$('.ppt');}
var doresize=true,percentBased=false,correctSizes,old_pptype,old_pptypeMarkup,$pp_pic_holder,$ppt,settings,pp_contentHeight,pp_contentWidth,pp_containerHeight,pp_containerWidth,pp_type='image',setPosition=0,$scrollPos=_getScroll();$(window).scroll(function(){$scrollPos=_getScroll();_centerOverlay();_resizeOverlay();});$(window).resize(function(){_centerOverlay();_resizeOverlay();});$(document).keydown(function(e){if($pp_pic_holder.is(':visible'))
switch(e.keyCode){case 37:$.prettyPhoto.changePage('previous');break;case 73:$.prettyPhoto.doInfo();break;case 39:$.prettyPhoto.changePage('next');break;case 27:if(!settings.modal)
$.prettyPhoto.close();break;};});$(this).each(function(){$(this).bind('click',function(){link=this;theRel=$(this).attr('rel');galleryRegExp=/\[(?:.*)\]/;theGallery=galleryRegExp.exec(theRel);var images=new Array(),titles=new Array(),descriptions=new Array();if(theGallery){$('a[rel*='+theGallery+']').each(function(i){if($(this)[0]===$(link)[0])setPosition=i;images.push($(this).attr('href'));titles.push($(this).find('img').attr('alt'));descriptions.push($(this).attr('alt'));});}else{images=$(this).attr('href');titles=($(this).find('img').attr('alt'))?$(this).find('img').attr('alt'):'';descriptions=($(this).attr('title'))?$(this).attr('title'):'';}
$.prettyPhoto.open(images,titles,descriptions);return false;});});$.prettyPhoto.open=function(gallery_images,gallery_titles,gallery_descriptions){if($.browser.msie&&$.browser.version==6){$('select').css('visibility','hidden');};if(settings.hideflash)$('object,embed').css('visibility','hidden');images=$.makeArray(gallery_images);titles=$.makeArray(gallery_titles);descriptions=$.makeArray(gallery_descriptions);if($('.pp_overlay').size()==0){_buildOverlay();}else{$pp_pic_holder=$('.pp_pic_holder');$ppt=$('.ppt');}
$pp_pic_holder.attr('class','pp_pic_holder '+settings.theme);isSet=($(images).size()>0)?true:false;_getFileType(images[setPosition]);_centerOverlay();_checkPosition($(images).size());$('.pp_loaderIcon').show();$('div.pp_overlay').show().fadeTo(settings.animationSpeed,settings.opacity,function(){$pp_pic_holder.fadeIn(settings.animationSpeed,function(){$pp_pic_holder.find('p.currentTextHolder').text((setPosition+1)+settings.counter_separator_label+$(images).size());if(descriptions[setPosition]){$pp_pic_holder.find('.pp_info').show();}else{$pp_pic_holder.find('.pp_info').hide();};if(titles[setPosition]&&settings.showTitle){hasTitle=true;$ppt.html(unescape(titles[setPosition]));}else{hasTitle=false;};if(pp_type=='image'){imgPreloader=new Image();nextImage=new Image();if(isSet&&setPosition>$(images).size())nextImage.src=images[setPosition+1];prevImage=new Image();if(isSet&&images[setPosition-1])prevImage.src=images[setPosition-1];pp_typeMarkup='<img id="fullResImage" src="" />';$pp_pic_holder.find('#pp_full_res')[0].innerHTML=pp_typeMarkup;$pp_pic_holder.find('.pp_content').css('overflow','hidden');$pp_pic_holder.find('#fullResImage').attr('src',images[setPosition]);imgPreloader.onload=function(){correctSizes=_fitToViewport(imgPreloader.width,imgPreloader.height);_showContent();};imgPreloader.src=images[setPosition];}else{movie_width=(parseFloat(grab_param('width',images[setPosition])))?grab_param('width',images[setPosition]):"425";movie_height=(parseFloat(grab_param('height',images[setPosition])))?grab_param('height',images[setPosition]):"344";if(movie_width.indexOf('%')!=-1||movie_height.indexOf('%')!=-1){movie_height=($(window).height()*parseFloat(movie_height)/100)-100;movie_width=($(window).width()*parseFloat(movie_width)/100)-100;percentBased=true;}
movie_height=parseFloat(movie_height);movie_width=parseFloat(movie_width);if(pp_type=='quicktime')movie_height+=15;correctSizes=_fitToViewport(movie_width,movie_height);if(pp_type=='youtube'){pp_typeMarkup='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+correctSizes['width']+'" height="'+correctSizes['height']+'"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://www.youtube.com/v/'+grab_param('v',images[setPosition])+'" /><embed src="http://www.youtube.com/v/'+grab_param('v',images[setPosition])+'" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="'+correctSizes['width']+'" height="'+correctSizes['height']+'"></embed></object>';}else if(pp_type=='quicktime'){pp_typeMarkup='<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="'+correctSizes['height']+'" width="'+correctSizes['width']+'"><param name="src" value="'+images[setPosition]+'"><param name="autoplay" value="true"><param name="type" value="video/quicktime"><embed src="'+images[setPosition]+'" height="'+correctSizes['height']+'" width="'+correctSizes['width']+'" autoplay="true" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"></embed></object>';}else if(pp_type=='flash'){flash_vars=images[setPosition];flash_vars=flash_vars.substring(images[setPosition].indexOf('flashvars')+10,images[setPosition].length);filename=images[setPosition];filename=filename.substring(0,filename.indexOf('?'));pp_typeMarkup='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+correctSizes['width']+'" height="'+correctSizes['height']+'"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="'+filename+'?'+flash_vars+'" /><embed src="'+filename+'?'+flash_vars+'" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="'+correctSizes['width']+'" height="'+correctSizes['height']+'"></embed></object>';}else if(pp_type=='iframe'){movie_url=images[setPosition];movie_url=movie_url.substr(0,movie_url.indexOf('iframe')-1);pp_typeMarkup='<iframe src ="'+movie_url+'" width="'+(correctSizes['width']-10)+'" height="'+(correctSizes['height']-10)+'" frameborder="no"></iframe>';}
_showContent();}});});};$.prettyPhoto.changePage=function(direction){if(direction=='previous'){setPosition--;if(setPosition<0){setPosition=0;return;}}else{if($('.pp_arrow_next').is('.disabled'))return;setPosition++;};if(!doresize)doresize=true;_hideContent();$('a.pp_expand,a.pp_contract').fadeOut(settings.animationSpeed,function(){$(this).removeClass('pp_contract').addClass('pp_expand');$.prettyPhoto.open(images,titles,descriptions);});};$.prettyPhoto.loadColours=function(){var aid=$('#imagecols').attr('rel');$("#imagecols").load("/dassets/colours/"+aid+"/",{},function(request,settings){if(settings=="error"){$("#imagecols").html("Could not load image colours.");}});adminsetup(aid);};$.prettyPhoto.doInfo=function(){$this=$(this);if(pp_type=='image')
{pp_type='info';_hideContent();contentHeight=540;contentWidth=280;correctSizes=_fitToViewport(contentHeight,contentWidth);correctSizes['resized']=false;pp_typeMarkup='<div style=" text-align: left; width:'+(correctSizes['width'])+'px; height:'+(correctSizes['height'])+'px; display:block;" >'+unescape(descriptions[setPosition])+'</div>';_showContent();var t=setTimeout("$('.pp_loaderIcon').hide(); $.prettyPhoto.loadColours();",150)}else{_hideContent();$.prettyPhoto.open(images,titles,descriptions);}};$.prettyPhoto.close=function(){$pp_pic_holder.find('object,embed').css('visibility','hidden');$('div.pp_pic_holder,div.ppt').fadeOut(settings.animationSpeed);$('div.pp_overlay').fadeOut(settings.animationSpeed,function(){$('div.pp_overlay,div.pp_pic_holder,div.ppt').remove();if($.browser.msie&&$.browser.version==6){$('select').css('visibility','visible');};if(settings.hideflash)$('object,embed').css('visibility','visible');setPosition=0;settings.callback();});doresize=true;};_showContent=function(){$('.pp_loaderIcon').hide();if($.browser.opera){windowHeight=window.innerHeight;windowWidth=window.innerWidth;}else{windowHeight=$(window).height();windowWidth=$(window).width();};projectedTop=$scrollPos['scrollTop']+((windowHeight/2)-(correctSizes['containerHeight']/2));if(projectedTop<0)projectedTop=0+$pp_pic_holder.find('.ppt').height();$pp_pic_holder.find('.pp_content').animate({'height':correctSizes['contentHeight']},settings.animationSpeed);$pp_pic_holder.animate({'top':projectedTop,'left':((windowWidth/2)-(correctSizes['containerWidth']/2)),'width':correctSizes['containerWidth']},settings.animationSpeed,function(){$pp_pic_holder.width(correctSizes['containerWidth']);$pp_pic_holder.find('.pp_hoverContainer,#fullResImage').height(correctSizes['height']).width(correctSizes['width']);$pp_pic_holder.find('#pp_full_res').fadeIn(settings.animationSpeed);if(isSet&&pp_type=="image"){$pp_pic_holder.find('.pp_hoverContainer').fadeIn(settings.animationSpeed);}else{$pp_pic_holder.find('.pp_hoverContainer').hide();}
$pp_pic_holder.find('.pp_details').fadeIn(settings.animationSpeed);if(settings.showTitle&&hasTitle){$ppt.css({'top':$pp_pic_holder.offset().top-20,'left':$pp_pic_holder.offset().left+(settings.padding/2),'display':'none'});$ppt.fadeIn(settings.animationSpeed);};if(correctSizes['resized'])$('a.pp_expand,a.pp_contract').fadeIn(settings.animationSpeed);if(pp_type!='image')$pp_pic_holder.find('#pp_full_res')[0].innerHTML=pp_typeMarkup;settings.changepicturecallback();});};function _hideContent(){$pp_pic_holder.find('#pp_full_res object,#pp_full_res embed').css('visibility','hidden');$pp_pic_holder.find('.pp_hoverContainer,.pp_details').fadeOut(settings.animationSpeed);$pp_pic_holder.find('#pp_full_res').fadeOut(settings.animationSpeed,function(){$('.pp_loaderIcon').show();});$ppt.fadeOut(settings.animationSpeed);}
function _checkPosition(setCount){if(setPosition==setCount-1){$pp_pic_holder.find('a.pp_next').css('visibility','hidden');$pp_pic_holder.find('a.pp_arrow_next').addClass('disabled').unbind('click');}else{$pp_pic_holder.find('a.pp_next').css('visibility','visible');$pp_pic_holder.find('a.pp_arrow_next.disabled').removeClass('disabled').bind('click',function(){$.prettyPhoto.changePage('next');return false;});};if(setPosition==0){$pp_pic_holder.find('a.pp_previous').css('visibility','hidden');$pp_pic_holder.find('a.pp_arrow_previous').addClass('disabled').unbind('click');}else{$pp_pic_holder.find('a.pp_previous').css('visibility','visible');$pp_pic_holder.find('a.pp_arrow_previous.disabled').removeClass('disabled').bind('click',function(){$.prettyPhoto.changePage('previous');return false;});};if(setCount>1){$('.pp_nav').show();}else{$('.pp_nav').hide();}};function _fitToViewport(width,height){hasBeenResized=false;_getDimensions(width,height);imageWidth=width;imageHeight=height;windowHeight=$(window).height();windowWidth=$(window).width();if(((pp_containerWidth>windowWidth)||(pp_containerHeight>windowHeight))&&doresize&&settings.allowresize&&!percentBased){hasBeenResized=true;notFitting=true;while(notFitting){if((pp_containerWidth>windowWidth)){imageWidth=(windowWidth-200);imageHeight=(height/width)*imageWidth;}else if((pp_containerHeight>windowHeight)){imageHeight=(windowHeight-200);imageWidth=(width/height)*imageHeight;}else{notFitting=false;};pp_containerHeight=imageHeight;pp_containerWidth=imageWidth;};_getDimensions(imageWidth,imageHeight);};return{width:imageWidth,height:imageHeight,containerHeight:pp_containerHeight,containerWidth:pp_containerWidth,contentHeight:pp_contentHeight,contentWidth:pp_contentWidth,resized:hasBeenResized};};function _getDimensions(width,height){$pp_pic_holder.find('.pp_details').width(width).find('.pp_description').width(width-parseFloat($pp_pic_holder.find('a.pp_close').css('width')));pp_contentHeight=height+$pp_pic_holder.find('.pp_details').height()+parseFloat($pp_pic_holder.find('.pp_details').css('marginTop'))+parseFloat($pp_pic_holder.find('.pp_details').css('marginBottom'));pp_contentWidth=width;pp_containerHeight=pp_contentHeight+$pp_pic_holder.find('.ppt').height()+$pp_pic_holder.find('.pp_top').height()+$pp_pic_holder.find('.pp_bottom').height();pp_containerWidth=width+settings.padding;}
function _getFileType(itemSrc){if(itemSrc.match(/youtube\.com\/watch/i)){pp_type='youtube';}else if(itemSrc.indexOf('.mov')!=-1){pp_type='quicktime';}else if(itemSrc.indexOf('.swf')!=-1){pp_type='flash';}else if(itemSrc.indexOf('iframe')!=-1){pp_type='iframe'}else{pp_type='image';};};function _centerOverlay(){if($.browser.opera){windowHeight=window.innerHeight;windowWidth=window.innerWidth;}else{windowHeight=$(window).height();windowWidth=$(window).width();};if(doresize){$pHeight=$pp_pic_holder.height();$pWidth=$pp_pic_holder.width();$tHeight=$ppt.height();projectedTop=(windowHeight/2)+$scrollPos['scrollTop']-($pHeight/2);if(projectedTop<0)projectedTop=0+$tHeight;$pp_pic_holder.css({'top':projectedTop,'left':(windowWidth/2)+$scrollPos['scrollLeft']-($pWidth/2)});$ppt.css({'top':projectedTop-$tHeight,'left':(windowWidth/2)+$scrollPos['scrollLeft']-($pWidth/2)+(settings.padding/2)});};};function _getScroll(){if(self.pageYOffset){scrollTop=self.pageYOffset;scrollLeft=self.pageXOffset;}else if(document.documentElement&&document.documentElement.scrollTop){scrollTop=document.documentElement.scrollTop;scrollLeft=document.documentElement.scrollLeft;}else if(document.body){scrollTop=document.body.scrollTop;scrollLeft=document.body.scrollLeft;}
return{scrollTop:scrollTop,scrollLeft:scrollLeft};};function _resizeOverlay(){$('div.pp_overlay').css({'height':$(document).height(),'width':$(window).width()});};function _buildOverlay(){toInject="";toInject+="<div class='pp_overlay'></div>";toInject+='<div class="pp_pic_holder"><div class="pp_top"><div class="pp_left"></div><div class="pp_middle"></div><div class="pp_right"></div></div><div class="pp_content"><a href="#" class="pp_expand" title="Expand the image">Expand</a><div class="pp_loaderIcon"></div><div class="pp_hoverContainer"><a class="pp_next" href="#">next</a><a class="pp_previous" href="#">previous</a></div><div id="pp_full_res"></div><div class="pp_details clearfix"><a class="pp_close" href="#">Close</a><a class="pp_info" href="#">Info</a><p class="pp_description"></p><div class="pp_nav"><a href="#" class="pp_arrow_previous">Previous</a><p class="currentTextHolder">0'+settings.counter_separator_label+'0</p><a href="#" class="pp_arrow_next">Next</a></div></div></div><div class="pp_bottom"><div class="pp_left"></div><div class="pp_middle"></div><div class="pp_right"></div></div></div>';toInject+='<div class="ppt"></div>';$('body').append(toInject);$('div.pp_overlay').css('opacity',0);$pp_pic_holder=$('.pp_pic_holder');$ppt=$('.ppt');$('div.pp_overlay').css('height',$(document).height()).hide().bind('click',function(){if(!settings.modal)
$.prettyPhoto.close();});$('a.pp_close').bind('click',function(){$.prettyPhoto.close();return false;});$('a.pp_expand').bind('click',function(){$this=$(this);if($this.hasClass('pp_expand')){$this.removeClass('pp_expand').addClass('pp_contract');doresize=false;}else{$this.removeClass('pp_contract').addClass('pp_expand');doresize=true;};_hideContent();$pp_pic_holder.find('.pp_hoverContainer, .pp_details').fadeOut(settings.animationSpeed);$pp_pic_holder.find('#pp_full_res').fadeOut(settings.animationSpeed,function(){$.prettyPhoto.open(images,titles,descriptions);});return false;});$('a.pp_info').bind('click',function(){$.prettyPhoto.doInfo();$('.pp_loaderIcon').hide();return false;});$pp_pic_holder.find('.pp_previous, .pp_arrow_previous').bind('click',function(){$.prettyPhoto.changePage('previous');return false;});$pp_pic_holder.find('.pp_next, .pp_arrow_next').bind('click',function(){$.prettyPhoto.changePage('next');return false;});$pp_pic_holder.find('.pp_hoverContainer').css({'margin-left':settings.padding/2});};};function grab_param(name,url){name=name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");var regexS="[\\?&]"+name+"=([^&#]*)";var regex=new RegExp(regexS);var results=regex.exec(url);if(results==null)
return"";else
return results[1];}})(jQuery);;(function($){var ua=navigator.userAgent;var moz=$.browser.mozilla&&/gecko/i.test(ua);var webkit=$.browser.safari&&/Safari\/[5-9]/.test(ua);var expr=$.browser.msie&&(function(){var div=document.createElement('div');try{div.style.setExpression('width','0+0');div.style.removeExpression('width');}
catch(e){return false;}
return true;})();function sz(el,p){return parseInt($.css(el,p))||0;};function hex2(s){var s=parseInt(s).toString(16);return(s.length<2)?'0'+s:s;};function gpc(node){for(;node&&node.nodeName.toLowerCase()!='html';node=node.parentNode){var v=$.css(node,'backgroundColor');if(v=='rgba(0, 0, 0, 0)')
continue;if(v.indexOf('rgb')>=0){var rgb=v.match(/\d+/g);return'#'+hex2(rgb[0])+hex2(rgb[1])+hex2(rgb[2]);}
if(v&&v!='transparent')
return v;}
return'#ffffff';};function getWidth(fx,i,width){switch(fx){case'round':return Math.round(width*(1-Math.cos(Math.asin(i/width))));case'cool':return Math.round(width*(1+Math.cos(Math.asin(i/width))));case'sharp':return Math.round(width*(1-Math.cos(Math.acos(i/width))));case'bite':return Math.round(width*(Math.cos(Math.asin((width-i-1)/width))));case'slide':return Math.round(width*(Math.atan2(i,width/i)));case'jut':return Math.round(width*(Math.atan2(width,(width-i-1))));case'curl':return Math.round(width*(Math.atan(i)));case'tear':return Math.round(width*(Math.cos(i)));case'wicked':return Math.round(width*(Math.tan(i)));case'long':return Math.round(width*(Math.sqrt(i)));case'sculpt':return Math.round(width*(Math.log((width-i-1),width)));case'dog':return(i&1)?(i+1):width;case'dog2':return(i&2)?(i+1):width;case'dog3':return(i&3)?(i+1):width;case'fray':return(i%2)*width;case'notch':return width;case'bevel':return i+1;}};$.fn.corner=function(options){if(this.length==0){if(!$.isReady&&this.selector){var s=this.selector,c=this.context;$(function(){$(s,c).corner(options);});}
return this;}
return this.each(function(index){var $this=$(this);var o=[options||'',$this.attr($.fn.corner.defaults.metaAttr)||''].join(' ').toLowerCase();var keep=/keep/.test(o);var cc=((o.match(/cc:(#[0-9a-f]+)/)||[])[1]);var sc=((o.match(/sc:(#[0-9a-f]+)/)||[])[1]);var width=parseInt((o.match(/(\d+)px/)||[])[1])||10;var re=/round|bevel|notch|bite|cool|sharp|slide|jut|curl|tear|fray|wicked|sculpt|long|dog3|dog2|dog/;var fx=((o.match(re)||['round'])[0]);var edges={T:0,B:1};var opts={TL:/top|tl|left/.test(o),TR:/top|tr|right/.test(o),BL:/bottom|bl|left/.test(o),BR:/bottom|br|right/.test(o)};if(!opts.TL&&!opts.TR&&!opts.BL&&!opts.BR)
opts={TL:1,TR:1,BL:1,BR:1};if($.fn.corner.defaults.useNative&&fx=='round'&&(moz||webkit)&&!cc&&!sc){if(opts.TL)
$this.css(moz?'-moz-border-radius-topleft':'-webkit-border-top-left-radius',width+'px');if(opts.TR)
$this.css(moz?'-moz-border-radius-topright':'-webkit-border-top-right-radius',width+'px');if(opts.BL)
$this.css(moz?'-moz-border-radius-bottomleft':'-webkit-border-bottom-left-radius',width+'px');if(opts.BR)
$this.css(moz?'-moz-border-radius-bottomright':'-webkit-border-bottom-right-radius',width+'px');return;}
var strip=document.createElement('div');strip.style.overflow='hidden';strip.style.height='1px';strip.style.backgroundColor=sc||'transparent';strip.style.borderStyle='solid';var pad={T:parseInt($.css(this,'paddingTop'))||0,R:parseInt($.css(this,'paddingRight'))||0,B:parseInt($.css(this,'paddingBottom'))||0,L:parseInt($.css(this,'paddingLeft'))||0};if(typeof this.style.zoom!=undefined)this.style.zoom=1;if(!keep)this.style.border='none';strip.style.borderColor=cc||gpc(this.parentNode);var cssHeight=$.curCSS(this,'height');for(var j in edges){var bot=edges[j];if((bot&&(opts.BL||opts.BR))||(!bot&&(opts.TL||opts.TR))){strip.style.borderStyle='none '+(opts[j+'R']?'solid':'none')+' none '+(opts[j+'L']?'solid':'none');var d=document.createElement('div');$(d).addClass('jquery-corner');var ds=d.style;bot?this.appendChild(d):this.insertBefore(d,this.firstChild);if(bot&&cssHeight!='auto'){if($.css(this,'position')=='static')
this.style.position='relative';ds.position='absolute';ds.bottom=ds.left=ds.padding=ds.margin='0';if(expr)
ds.setExpression('width','this.parentNode.offsetWidth');else
ds.width='100%';}
else if(!bot&&$.browser.msie){if($.css(this,'position')=='static')
this.style.position='relative';ds.position='absolute';ds.top=ds.left=ds.right=ds.padding=ds.margin='0';if(expr){var bw=sz(this,'borderLeftWidth')+sz(this,'borderRightWidth');ds.setExpression('width','this.parentNode.offsetWidth - '+bw+'+ "px"');}
else
ds.width='100%';}
else{ds.position='relative';ds.margin=!bot?'-'+pad.T+'px -'+pad.R+'px '+(pad.T-width)+'px -'+pad.L+'px':(pad.B-width)+'px -'+pad.R+'px -'+pad.B+'px -'+pad.L+'px';}
for(var i=0;i<width;i++){var w=Math.max(0,getWidth(fx,i,width));var e=strip.cloneNode(false);e.style.borderWidth='0 '+(opts[j+'R']?w:0)+'px 0 '+(opts[j+'L']?w:0)+'px';bot?d.appendChild(e):d.insertBefore(e,d.firstChild);}}}});};$.fn.uncorner=function(){if(moz||webkit)
this.css(moz?'-moz-border-radius':'-webkit-border-radius',0);$('div.jquery-corner',this).remove();return this;};$.fn.corner.defaults={useNative:true,metaAttr:'data-corner'};})(jQuery);Cufon.registerFont({"w":180,"face":{"font-family":"Gill Sans","font-weight":100,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 3 2 2 1 4 2 2 3","ascent":"288","descent":"-72","x-height":"3","bbox":"-16 -323 372 84","underline-thickness":"17.9297","underline-position":"-18.1055","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100,"k":{"\u2018":36,"\u201c":36,"Y":54,"W":36,"V":50,"T":50,"A":22}},"!":{"d":"44,-246r-7,177r-11,0r-6,-177r24,0xm44,-35r0,35r-24,0r0,-35r24,0","w":63},"\"":{"d":"63,-246r24,0v1,31,-2,58,-5,84r-15,0v-3,-27,-5,-54,-4,-84xm13,-246r24,0v1,30,-1,57,-4,84r-15,0v-3,-26,-6,-53,-5,-84","w":100},"#":{"d":"94,-246r17,0r-16,74r69,0r15,-74r17,0r-16,74r30,0r0,17r-33,0r-14,69r47,0r0,16r-51,0r-15,73r-17,0r16,-73r-69,0r-15,73r-16,0r15,-73r-30,0r0,-16r33,0r14,-69r-47,0r0,-17r51,0xm92,-155r-14,69r68,0r14,-69r-68,0","w":237},"$":{"d":"14,-178v1,-35,32,-59,71,-60r0,-11r17,0r0,11v23,1,44,9,62,22r0,20v-20,-15,-41,-23,-62,-25r0,94v48,13,72,35,72,67v0,35,-32,62,-72,63r0,39r-17,0r0,-39v-28,-2,-52,-11,-72,-28r0,-20v25,19,49,29,72,31r0,-99v-47,-14,-71,-36,-71,-65xm85,-221v-28,-1,-51,18,-52,42v0,22,17,37,52,46r0,-88xm102,-14v41,3,73,-46,41,-74v-9,-7,-23,-14,-41,-20r0,94","w":187},"%":{"d":"7,-191v0,-31,27,-58,58,-58v31,0,58,27,58,58v0,31,-27,58,-58,58v-31,0,-58,-27,-58,-58xm22,-191v0,23,20,43,43,43v23,0,42,-19,42,-43v1,-23,-19,-43,-42,-42v-24,0,-43,19,-43,42xm232,-248r-197,252r-18,0r198,-252r17,0xm128,-54v0,-31,27,-58,59,-58v31,0,58,27,58,58v0,31,-27,58,-58,58v-32,0,-59,-27,-59,-58xm144,-54v-1,24,20,43,43,43v23,0,42,-20,42,-43v0,-23,-19,-42,-42,-42v-23,0,-43,20,-43,42","w":251},"&":{"d":"98,-241v29,0,54,22,54,51v0,26,-18,48,-52,65r56,58v11,-17,20,-35,27,-55r20,0v-8,24,-19,47,-34,69r50,53r-24,0r-37,-38v-24,28,-53,41,-85,41v-36,0,-64,-24,-64,-58v0,-32,20,-57,61,-75v-49,-40,-34,-108,28,-111xm97,-223v-50,4,-49,57,-9,85v31,-13,46,-29,46,-50v0,-19,-16,-36,-37,-35xm30,-58v0,64,87,51,115,6r-62,-65v-30,14,-53,25,-53,59","w":221},"'":{"d":"28,-246r24,0v1,31,-2,58,-5,84r-15,0v-3,-27,-5,-54,-4,-84","w":79},"(":{"d":"47,-83v0,69,31,130,70,166r-18,0v-94,-90,-93,-242,0,-332r18,0v-40,36,-70,96,-70,166","w":119},")":{"d":"73,-83v0,-69,-32,-130,-71,-166r19,0v94,90,93,242,0,332r-19,0v40,-36,71,-97,71,-166","w":119},"*":{"d":"142,-221v-16,15,-36,26,-50,43r65,-6r0,17v-21,0,-48,-9,-66,-5r51,41r-12,12r-42,-51v-5,18,4,46,4,67r-16,0v1,-22,6,-47,5,-67r-41,51r-13,-12r51,-41v-17,-5,-45,4,-66,4r0,-16v20,0,48,8,65,4r-50,-41r13,-12v14,15,28,38,42,49r-6,-65r16,0v0,21,-8,48,-4,66r42,-50","w":168},"+":{"d":"24,-134r87,0r0,-87r16,0r0,87r86,0r0,16r-86,0r0,86r-16,0r0,-86r-87,0r0,-16","w":237},",":{"d":"44,-35v1,36,-1,61,-24,77v-2,-18,9,-23,8,-42r-8,0r0,-35r24,0","w":63,"k":{"\u2019":29,"\u201d":29," ":29}},"-":{"d":"99,-90r0,17r-85,0r0,-17r85,0","w":112},".":{"d":"44,-35r0,35r-24,0r0,-35r24,0","w":63,"k":{"\u2019":29,"\u201d":29," ":29}},"\/":{"d":"80,-249r17,0r-79,252r-17,0","w":101},"0":{"d":"12,-118v0,-73,22,-131,78,-131v106,0,105,252,1,252v-53,0,-79,-59,-79,-121xm90,-232v-80,7,-83,212,-1,218v82,-6,83,-212,1,-218"},"1":{"d":"99,-246r0,246r-18,0r0,-246r18,0"},"2":{"d":"72,-232v-27,1,-37,12,-56,27r0,-21v46,-47,130,-17,129,48v0,39,-30,92,-90,161r114,0r0,17r-156,0v76,-73,114,-132,114,-178v1,-30,-25,-55,-55,-54"},"3":{"d":"133,-185v-1,-48,-71,-61,-106,-30r0,-18v42,-34,125,-11,125,46v0,30,-21,48,-45,57v32,11,48,32,48,63v2,64,-76,86,-131,58r0,-17v43,23,114,15,112,-40v-1,-35,-26,-55,-63,-55r0,-17v32,1,60,-18,60,-47"},"4":{"d":"135,-249r0,139r35,0r0,15r-35,0r0,95r-18,0r0,-95r-112,0r0,-6r123,-148r7,0xm117,-110r0,-103r-86,103r86,0"},"5":{"d":"135,-75v2,-51,-50,-72,-100,-56r0,-115r104,0r0,17r-87,0r0,78v59,-9,101,22,101,75v0,69,-79,101,-138,63r0,-21v50,36,118,23,120,-41"},"6":{"d":"97,3v-47,0,-75,-37,-75,-86v0,-60,34,-116,102,-166r11,13v-52,37,-83,78,-91,122v46,-40,123,-13,123,48v0,39,-30,69,-70,69xm148,-63v0,-56,-73,-68,-108,-29v-5,45,18,78,56,78v29,0,52,-21,52,-49"},"7":{"d":"171,-246r-112,249r-16,-7r101,-225r-134,0r0,-17r161,0"},"8":{"d":"91,3v-71,0,-98,-100,-34,-131v-58,-32,-29,-121,33,-121v62,0,91,90,34,121v63,31,36,131,-33,131xm90,-232v-26,0,-47,22,-47,48v0,26,21,48,47,48v26,0,47,-21,47,-48v0,-26,-21,-48,-47,-48xm91,-14v30,0,51,-24,51,-54v0,-27,-23,-50,-52,-50v-28,0,-53,24,-52,52v0,28,24,52,53,52"},"9":{"d":"81,-249v47,0,75,35,75,86v0,61,-34,116,-104,166r-10,-13v54,-39,85,-79,92,-121v-49,38,-122,13,-122,-49v0,-40,30,-69,69,-69xm30,-181v-1,56,74,65,107,28v5,-43,-14,-79,-55,-79v-29,0,-52,23,-52,51"},":":{"d":"44,-162r0,35r-24,0r0,-35r24,0xm44,-35r0,35r-24,0r0,-35r24,0","w":63,"k":{" ":29}},";":{"d":"44,-162r0,35r-24,0r0,-35r24,0xm44,-35v1,36,-1,61,-24,77v-2,-18,9,-23,8,-42r-8,0r0,-35r24,0","w":63,"k":{" ":29}},"<":{"d":"24,-118r0,-16r189,-79r0,18r-167,69r167,69r0,18","w":237},"=":{"d":"24,-178r189,0r0,16r-189,0r0,-16xm24,-91r189,0r0,16r-189,0r0,-16","w":237},">":{"d":"213,-118r-189,79r0,-18r168,-69r-168,-69r0,-18r189,79r0,16","w":237},"?":{"d":"68,-200v0,-33,-41,-46,-55,-14r-4,0r8,-28v34,-20,70,5,70,44v0,52,-67,83,-40,133r-6,6v-44,-50,27,-89,27,-141xm54,-35r0,35r-23,0r0,-35r23,0","w":101},"@":{"d":"52,-78v0,-79,99,-153,143,-74r6,-30r22,0r-32,155v0,5,3,7,9,7v34,-2,70,-55,68,-101v-3,-66,-45,-113,-117,-113v-79,0,-137,60,-137,140v0,82,59,138,139,137v51,0,91,-18,118,-55r18,0v-24,41,-75,69,-137,69v-90,1,-153,-63,-153,-151v0,-88,62,-155,154,-155v78,0,130,54,130,128v0,57,-44,116,-91,117v-20,1,-23,-14,-20,-32v-40,58,-120,30,-120,-42xm74,-77v0,29,17,56,45,56v38,0,69,-62,68,-100v0,-27,-18,-50,-45,-50v-40,0,-68,54,-68,94","w":287},"A":{"d":"125,-247r114,247r-20,0r-39,-85r-120,0r-39,85r-20,0r114,-247r10,0xm173,-101r-53,-115r-53,115r106,0","w":240,"k":{"y":11,"w":7,"v":11,"Y":36,"W":18,"V":18,"U":7,"T":36,"Q":18,"O":18,"G":18,"C":18}},"B":{"d":"183,-65v0,69,-81,68,-154,65r0,-246v68,-3,134,1,133,64v0,24,-12,42,-36,55v38,8,57,29,57,62xm48,-230r0,98v51,3,93,-7,93,-49v0,-41,-42,-52,-93,-49xm48,-16v56,2,115,2,115,-50v0,-48,-58,-53,-115,-50r0,100","w":191,"k":{"A":-7,".":-9,",":-9}},"C":{"d":"18,-122v0,-105,119,-161,215,-106r0,21v-83,-53,-195,-13,-195,85v0,99,115,138,197,82r0,20v-92,56,-217,4,-217,-102","w":243,"k":{"A":-16,".":-20,",":-14}},"D":{"d":"248,-123v0,74,-52,123,-130,123r-90,0r0,-246r86,0v81,-1,134,47,134,123xm228,-123v0,-64,-49,-107,-113,-107r-68,0r0,214r70,0v63,2,111,-45,111,-107","w":266,"k":{"Y":31,"W":14,"V":14,"A":14,".":22,",":22}},"E":{"d":"163,-246r0,16r-115,0r0,99r112,0r0,16r-112,0r0,99r118,0r0,16r-137,0r0,-246r134,0","w":176},"F":{"d":"155,-246r0,16r-108,0r0,94r97,0r0,15r-97,0r0,121r-19,0r0,-246r127,0","w":157,"k":{"A":14,".":29,",":29}},"G":{"d":"18,-123v0,-105,120,-159,216,-105r0,22v-80,-55,-196,-15,-196,83v0,90,102,136,182,93r0,-66r-52,0r0,-16r71,0r0,94v-96,53,-221,2,-221,-105","w":258},"H":{"d":"230,-246r0,246r-19,0r0,-116r-164,0r0,116r-19,0r0,-246r19,0r0,114r164,0r0,-114r19,0","w":258},"I":{"d":"47,-246r0,246r-19,0r0,-246r19,0","w":74},"J":{"d":"49,0v0,49,-20,75,-63,71r-2,-18v31,5,46,-10,46,-48r0,-251r19,0r0,246","w":74},"K":{"d":"188,-246r-118,123r129,123r-24,0r-129,-123r0,123r-19,0r0,-246r19,0r0,123r118,-123r24,0","w":191,"k":{"y":11,"O":14}},"L":{"d":"47,-246r0,230r122,0r0,16r-141,0r0,-246r19,0","w":168,"k":{"\u2019":29,"\u201d":29,"Y":36,"W":29,"V":29,"T":29}},"M":{"d":"140,-131r94,-115r19,0r0,246r-19,0r0,-218r-94,115r-93,-115r0,218r-19,0r0,-246r19,0","w":281},"N":{"d":"249,-246r0,246r-15,0r-187,-215r0,215r-19,0r0,-246r16,0r186,215r0,-215r19,0","w":277},"O":{"d":"18,-123v0,-69,61,-126,130,-126v70,0,130,57,130,126v0,69,-60,126,-130,126v-70,0,-130,-57,-130,-126xm39,-123v0,59,50,109,110,109v60,0,109,-50,109,-109v0,-58,-49,-108,-109,-108v-60,0,-110,49,-110,108","w":296,"k":{"Y":31,"X":18,"W":14,"V":14,"T":27,"A":18,".":23,",":23}},"P":{"d":"176,-181v0,61,-61,71,-129,66r0,115r-19,0r0,-246v72,-3,148,-3,148,65xm156,-180v0,-50,-55,-53,-109,-50r0,99v54,2,109,2,109,-49","w":183,"k":{"o":18,"e":18,"a":7,"A":32,".":65,",":65}},"Q":{"d":"278,-123v-2,66,-47,120,-116,126v38,22,67,41,101,20r5,4r-22,25v-43,-5,-79,-22,-111,-49v-66,-2,-117,-60,-117,-125v-1,-71,59,-127,130,-127v72,0,132,55,130,126xm39,-123v0,59,50,109,108,109v58,0,111,-50,111,-109v0,-59,-50,-108,-110,-108v-58,0,-109,50,-109,108","w":296,"k":{"U":5,".":14,",":14}},"R":{"d":"28,-246v70,-3,145,-2,145,64v0,28,-16,49,-47,60v31,22,63,87,88,122r-22,0v-22,-32,-52,-88,-76,-109v-14,-11,-44,-9,-69,-9r0,118r-19,0r0,-246xm152,-182v0,-48,-53,-50,-105,-48r0,96v52,2,105,2,105,-48","w":206,"k":{"Y":14,"W":9,"V":11,"T":11,"O":5}},"S":{"d":"17,-184v0,-60,77,-83,127,-49r0,21v-42,-32,-107,-24,-107,28v0,67,121,40,117,120v-3,65,-83,87,-134,46r0,-23v43,39,114,37,114,-22v0,-70,-117,-43,-117,-121","w":168},"T":{"d":"205,-246r0,16r-92,0r0,230r-19,0r0,-230r-93,0r0,-16r204,0","w":206,"k":{"y":43,"w":45,"u":43,"r":36,"o":50,"e":47,"a":47,"O":27,"A":36,":":9,".":45,"-":54,",":45}},"U":{"d":"126,-14v53,0,84,-40,84,-97r0,-135r19,0r0,134v1,69,-39,114,-103,115v-62,1,-103,-46,-103,-110r0,-139r19,0r0,138v-2,55,32,95,84,94","w":251,"k":{"A":11,".":11,",":11}},"V":{"d":"213,-246r-103,248r-6,0r-103,-248r19,0r87,208r87,-208r19,0","w":213,"k":{"u":14,"o":25,"e":25,"a":18,"O":14,"G":14,"A":22,".":36,"-":40,",":36}},"W":{"d":"186,-205r-83,207r-5,0r-98,-248r19,0r81,204r83,-204r6,0r82,204r81,-204r20,0r-99,248r-5,0","w":371,"k":{"y":7,"u":14,"o":25,"e":25,"a":14,"O":14,"A":22,".":36,"-":36,",":36}},"X":{"d":"124,-140r93,-106r25,0r-106,120r112,126r-25,0r-99,-112r-100,112r-24,0r111,-126r-105,-120r24,0","w":247},"Y":{"d":"210,-246r-96,114r0,132r-19,0r0,-132r-95,-114r23,0r82,98r82,-98r23,0","w":209,"k":{"u":36,"o":50,"e":50,"a":36,"O":31,"A":36,".":50,"-":63,",":50}},"Z":{"d":"217,-246r1,7r-183,223r185,0r0,16r-215,0r-2,-5r184,-225r-175,0r0,-16r205,0","w":228},"[":{"d":"42,-229r0,291r64,0r0,17r-81,0r0,-325r81,0r0,17r-64,0","w":108},"\\":{"d":"83,3r-79,-252r17,0r79,252r-17,0","w":101},"]":{"d":"67,62r0,-291r-65,0r0,-17r82,0r0,325r-82,0r0,-17r65,0","w":108},"^":{"d":"119,-249r79,94r-12,10r-67,-81r-68,81r-11,-10","w":237},"_":{"d":"-2,27r184,0r0,18r-184,0r0,-18"},"`":{"d":"28,-244r29,0r37,56r-12,0","w":119},"a":{"d":"22,-148v36,-26,103,-25,103,25r0,101v0,6,0,8,3,8v3,0,12,-4,24,-14r0,14v-23,16,-42,29,-45,-3v-32,31,-94,26,-94,-21v0,-44,45,-55,94,-59v2,-32,-4,-54,-36,-53v-15,0,-31,6,-49,20r0,-18xm30,-38v0,38,55,32,77,6r0,-50v-37,-4,-77,14,-77,44","w":153,"k":{"y":5,"w":5,"v":9}},"b":{"d":"170,-86v0,77,-78,109,-148,77r0,-237r18,0r0,107v45,-53,130,-19,130,53xm152,-85v0,-66,-76,-88,-112,-34r0,98v54,22,112,-8,112,-64","w":183,"k":{"y":5,"v":5,"u":4,"l":5,"b":5,".":7,",":7}},"c":{"d":"15,-78v0,-65,57,-106,121,-79r0,19v-50,-27,-103,2,-103,58v0,57,55,81,106,57r0,18v-63,25,-124,-9,-124,-73","w":150,"k":{".":-9,",":-9}},"d":{"d":"15,-81v0,-65,70,-107,129,-71r0,-94r18,0r0,246r-18,0r0,-13v-54,41,-129,-2,-129,-68xm33,-82v0,56,65,88,111,54r0,-105v-45,-34,-111,-7,-111,51","w":183},"e":{"d":"14,-83v0,-67,79,-110,125,-61v14,14,21,33,21,57r-127,0v-9,67,78,97,124,49r0,20v-56,46,-143,11,-143,-65xm35,-101r105,0v-5,-47,-52,-59,-86,-35v-10,8,-16,20,-19,35","w":172,"k":{".":-11,",":-11}},"f":{"d":"34,-162v-9,-62,31,-104,86,-80r0,16v-47,-20,-76,7,-69,64r31,0r0,14r-31,0r0,148r-17,0r0,-148r-30,0r0,-14r30,0","w":86,"k":{"\u2019":-43,"\u201d":-43,"o":4,"i":7,"e":5}},"g":{"d":"60,-50v-70,-17,-48,-121,25,-112r65,0r0,14r-37,0v48,39,11,99,-39,103v-23,2,-39,16,-23,31v10,9,81,5,87,20v33,39,-8,77,-61,77v-38,0,-70,-12,-70,-43v0,-21,16,-35,47,-40v-39,-9,-34,-41,6,-50xm33,-105v0,23,19,45,43,44v23,0,43,-20,43,-43v0,-23,-19,-43,-43,-43v-24,0,-44,18,-43,42xm78,68v28,0,55,-9,55,-31v0,-19,-17,-28,-51,-28v-39,0,-59,9,-59,29v0,20,18,30,55,30","w":153},"h":{"d":"40,-134v29,-54,114,-33,114,35r0,99r-18,0v-3,-58,16,-148,-44,-148v-21,0,-38,12,-52,35r0,113r-18,0r0,-246r18,0r0,112","w":176,"k":{"y":5}},"i":{"d":"43,-246r0,30r-18,0r0,-30r18,0xm43,-162r0,162r-18,0r0,-162r18,0","w":67},"j":{"d":"42,-246r0,30r-18,0r0,-30r18,0xm-10,68v28,-1,33,-19,34,-50r0,-180r18,0r0,180v1,36,-15,64,-48,65","w":67},"k":{"d":"38,-246r0,246r-17,0r0,-246r17,0xm153,-162r-88,77r102,85r-24,0r-102,-85r89,-77r23,0","w":153,"k":{"o":4,"e":4}},"l":{"d":"43,-246r0,246r-18,0r0,-246r18,0","w":67,"k":{"y":4,"w":4}},"m":{"d":"130,0v-3,-59,17,-146,-42,-148v-19,0,-35,12,-49,35r0,113r-17,0r0,-162r17,0v1,9,-2,22,1,29v24,-44,87,-43,103,7v28,-62,113,-45,113,27r0,99r-18,0v-4,-59,17,-148,-42,-148v-27,0,-35,17,-49,38r0,110r-17,0","w":277,"k":{"y":5,"u":5}},"n":{"d":"40,-134v29,-54,114,-33,114,35r0,99r-18,0v-3,-58,16,-148,-44,-148v-21,0,-38,12,-52,35r0,113r-18,0r0,-162r18,0r0,28","w":176,"k":{"y":5,"v":5,"u":4}},"o":{"d":"15,-81v0,-47,37,-84,83,-84v45,0,82,38,82,84v0,46,-37,84,-82,84v-46,0,-83,-38,-83,-84xm33,-81v0,36,28,67,65,67v36,0,63,-31,63,-67v0,-36,-27,-67,-63,-67v-37,0,-65,31,-65,67","w":195,"k":{"y":7,"x":7,"w":5,"v":7,".":7,",":7}},"p":{"d":"168,-81v0,65,-69,106,-128,72r0,92r-17,0r0,-245r17,0r0,9v60,-33,128,6,128,72xm149,-80v0,-56,-61,-87,-109,-56r0,110v48,29,109,4,109,-54","w":183,"k":{"y":7,".":7,",":7}},"q":{"d":"13,-78v0,-68,72,-112,131,-72r0,-12r17,0r0,245r-17,0r0,-92v-61,31,-131,-1,-131,-69xm32,-76v0,59,66,79,112,49r0,-107v-49,-35,-112,-1,-112,58","w":183},"r":{"d":"134,-146r-10,16v-38,-35,-54,-17,-84,28r0,102r-17,0r0,-162r17,0v1,14,-2,31,1,43v31,-45,54,-63,93,-27","w":119,"k":{"y":-25,"v":-25,"u":-14,"t":-29,"s":-14,"r":-9,"p":-9,"n":-9,"m":-9,"l":-14,"k":-14,"i":-9,"g":-9,"a":-9,";":-31,":":-31,".":32,"-":29,",":32}},"s":{"d":"16,-121v3,-42,59,-57,95,-30r0,18v-27,-22,-72,-24,-79,11v3,41,89,29,84,81v-4,46,-66,56,-101,29r0,-16v32,18,79,24,85,-14v-5,-39,-87,-30,-84,-79","w":127},"t":{"d":"108,-5v-28,16,-71,10,-71,-26r0,-117r-44,0r0,-14r44,0v0,-23,-4,-51,17,-53r0,53r45,0r0,14r-45,0r0,96v-6,43,24,44,54,30r0,17","w":108},"u":{"d":"84,-14v29,-1,39,-12,52,-34r0,-114r18,0r0,162r-18,0r0,-27v-25,51,-114,34,-114,-35r0,-100r18,0v4,60,-19,149,44,148","w":176},"v":{"d":"154,-162r-70,165r-11,0r-73,-165r18,0r60,137r59,-137r17,0","w":153,"k":{"o":5,"e":5,".":18,",":18}},"w":{"d":"255,-162r-70,165r-8,0r-50,-131r-50,131r-8,0r-69,-165r17,0r55,132r51,-132r9,0r49,132r57,-132r17,0","w":254,"k":{"o":5,"e":5,".":20,",":20}},"x":{"d":"88,-71r-64,71r-22,0r74,-83r-74,-79r22,0r64,67r63,-67r22,0r-74,79r74,83r-22,0","w":172,"k":{"e":7}},"y":{"d":"152,-162r-121,245r-17,0r56,-114r-68,-131r18,0r59,113r56,-113r17,0","w":150,"k":{"o":7,"e":7,"a":4,".":32,",":32}},"z":{"d":"137,-162r2,6r-107,140r107,0r0,16r-134,0r-1,-5r107,-141r-101,0r0,-16r127,0","w":142,"k":{"o":5,"e":5}},"{":{"d":"52,24v0,-43,7,-95,-34,-94r0,-23v41,1,34,-51,34,-94v0,-41,17,-61,51,-59r0,20v-41,-4,-32,38,-32,74v0,39,-12,63,-35,71v32,8,35,57,35,105v0,28,4,39,32,39r0,20v-34,2,-51,-18,-51,-59","w":119},"|":{"d":"31,-246r17,0r0,329r-17,0r0,-329","w":79},"}":{"d":"68,-187v0,43,-7,95,34,94r0,23v-41,-1,-34,51,-34,94v0,41,-17,61,-51,59r0,-20v41,4,32,-38,32,-74v0,-39,11,-62,34,-70v-32,-8,-34,-58,-34,-106v0,-28,-4,-39,-32,-39r0,-20v34,-2,51,18,51,59","w":119},"~":{"d":"75,-128v-25,1,-30,9,-51,23r0,-19v19,-14,37,-21,51,-21v14,0,76,30,88,28v22,-2,32,-12,50,-24r0,20v-19,14,-36,21,-49,21v-16,0,-75,-30,-89,-28","w":237},"\u00c4":{"d":"125,-247r114,247r-20,0r-39,-85r-120,0r-39,85r-20,0r114,-247r10,0xm173,-101r-53,-115r-53,115r106,0xm168,-292v0,23,-32,18,-32,0v0,-20,32,-20,32,0xm104,-292v0,20,-32,20,-32,0v0,-8,8,-16,16,-16v8,0,16,8,16,16","w":240},"\u00c5":{"d":"120,-261v-17,0,-31,-14,-31,-31v0,-17,14,-31,31,-31v17,0,31,14,31,31v0,17,-14,31,-31,31xm120,-271v12,0,21,-9,21,-21v0,-12,-9,-21,-21,-21v-12,0,-22,10,-22,21v0,11,10,21,22,21xm125,-247r114,247r-20,0r-39,-85r-120,0r-39,85r-20,0r114,-247r10,0xm173,-101r-53,-115r-53,115r106,0","w":240},"\u00c7":{"d":"38,-122v0,99,115,138,197,82r0,20v-32,16,-61,26,-95,22r-3,11v15,3,22,9,22,22v2,25,-27,32,-51,26r2,-11v17,1,35,-1,35,-14v0,-9,-7,-14,-22,-14r6,-20v-63,-8,-110,-57,-111,-124v-1,-104,119,-161,215,-106r0,21v-83,-53,-195,-13,-195,85","w":243},"\u00c9":{"d":"163,-246r0,16r-115,0r0,99r112,0r0,16r-112,0r0,99r118,0r0,16r-137,0r0,-246r134,0xm150,-323r-55,56r-12,0r37,-56r30,0","w":176},"\u00d1":{"d":"110,-310v22,0,71,42,77,0r11,0v2,18,-12,36,-30,35v-19,4,-73,-42,-76,-1r-12,0v0,-20,11,-34,30,-34xm249,-246r0,246r-15,0r-187,-215r0,215r-19,0r0,-246r16,0r186,215r0,-215r19,0","w":277},"\u00d6":{"d":"18,-123v0,-69,61,-126,130,-126v70,0,130,57,130,126v0,69,-60,126,-130,126v-70,0,-130,-57,-130,-126xm39,-123v0,59,50,109,110,109v60,0,109,-50,109,-109v0,-58,-49,-108,-109,-108v-60,0,-110,49,-110,108xm196,-292v0,23,-32,18,-32,0v0,-20,32,-20,32,0xm132,-292v0,20,-32,20,-32,0v0,-8,8,-16,16,-16v8,0,16,8,16,16","w":296},"\u00dc":{"d":"126,-14v53,0,84,-40,84,-97r0,-135r19,0r0,134v1,69,-39,114,-103,115v-62,1,-103,-46,-103,-110r0,-139r19,0r0,138v-2,55,32,95,84,94xm174,-292v0,23,-32,18,-32,0v0,-20,32,-20,32,0xm110,-292v0,20,-32,20,-32,0v0,-8,8,-16,16,-16v8,0,16,8,16,16","w":251},"\u00e1":{"d":"22,-148v36,-26,103,-25,103,25r0,101v0,6,0,8,3,8v3,0,12,-4,24,-14r0,14v-23,16,-42,29,-45,-3v-32,31,-94,26,-94,-21v0,-44,45,-55,94,-59v2,-32,-4,-54,-36,-53v-15,0,-31,6,-49,20r0,-18xm30,-38v0,38,55,32,77,6r0,-50v-37,-4,-77,14,-77,44xm137,-244r-55,56r-12,0r37,-56r30,0","w":153},"\u00e0":{"d":"22,-148v36,-26,103,-25,103,25r0,101v0,6,0,8,3,8v3,0,12,-4,24,-14r0,14v-23,16,-42,29,-45,-3v-32,31,-94,26,-94,-21v0,-44,45,-55,94,-59v2,-32,-4,-54,-36,-53v-15,0,-31,6,-49,20r0,-18xm30,-38v0,38,55,32,77,6r0,-50v-37,-4,-77,14,-77,44xm32,-244r29,0r37,56r-12,0","w":153},"\u00e2":{"d":"88,-243r39,59r-14,0r-36,-40r-36,40r-14,0r39,-59r22,0xm22,-148v36,-26,103,-25,103,25r0,101v0,6,0,8,3,8v3,0,12,-4,24,-14r0,14v-23,16,-42,29,-45,-3v-32,31,-94,26,-94,-21v0,-44,45,-55,94,-59v2,-32,-4,-54,-36,-53v-15,0,-31,6,-49,20r0,-18xm30,-38v0,38,55,32,77,6r0,-50v-37,-4,-77,14,-77,44","w":153},"\u00e4":{"d":"22,-148v36,-26,103,-25,103,25r0,101v0,6,0,8,3,8v3,0,12,-4,24,-14r0,14v-23,16,-42,29,-45,-3v-32,31,-94,26,-94,-21v0,-44,45,-55,94,-59v2,-32,-4,-54,-36,-53v-15,0,-31,6,-49,20r0,-18xm30,-38v0,38,55,32,77,6r0,-50v-37,-4,-77,14,-77,44xm125,-213v0,23,-32,18,-32,0v0,-20,32,-20,32,0xm61,-213v0,20,-32,20,-32,0v0,-8,8,-16,16,-16v8,0,16,8,16,16","w":153},"\u00e3":{"d":"47,-232v23,-2,72,43,78,0r11,0v2,18,-12,36,-30,35v-19,3,-73,-43,-76,0r-12,0v0,-19,11,-33,29,-35xm22,-148v36,-26,103,-25,103,25r0,101v0,6,0,8,3,8v3,0,12,-4,24,-14r0,14v-23,16,-42,29,-45,-3v-32,31,-94,26,-94,-21v0,-44,45,-55,94,-59v2,-32,-4,-54,-36,-53v-15,0,-31,6,-49,20r0,-18xm30,-38v0,38,55,32,77,6r0,-50v-37,-4,-77,14,-77,44","w":153},"\u00e5":{"d":"77,-182v-17,0,-31,-14,-31,-31v0,-17,14,-32,31,-32v17,0,31,15,31,32v0,17,-14,31,-31,31xm77,-192v12,0,21,-9,21,-21v0,-12,-9,-22,-21,-22v-12,0,-22,10,-22,22v0,11,10,21,22,21xm22,-148v36,-26,103,-25,103,25r0,101v0,6,0,8,3,8v3,0,12,-4,24,-14r0,14v-23,16,-42,29,-45,-3v-32,31,-94,26,-94,-21v0,-44,45,-55,94,-59v2,-32,-4,-54,-36,-53v-15,0,-31,6,-49,20r0,-18xm30,-38v0,38,55,32,77,6r0,-50v-37,-4,-77,14,-77,44","w":153},"\u00e7":{"d":"33,-80v0,57,55,81,106,57r0,18v-18,6,-34,10,-51,7r-3,11v15,3,22,9,22,22v1,24,-27,32,-51,26r2,-11v17,1,35,-1,35,-14v0,-9,-7,-14,-22,-14r6,-20v-37,-7,-62,-36,-62,-80v0,-65,57,-106,121,-79r0,19v-50,-27,-103,2,-103,58","w":150},"\u00e9":{"d":"14,-83v0,-67,79,-110,125,-61v14,14,21,33,21,57r-127,0v-9,67,78,97,124,49r0,20v-56,46,-143,11,-143,-65xm35,-101r105,0v-5,-47,-52,-59,-86,-35v-10,8,-16,20,-19,35xm148,-244r-55,56r-12,0r37,-56r30,0","w":172},"\u00e8":{"d":"14,-83v0,-67,79,-110,125,-61v14,14,21,33,21,57r-127,0v-9,67,78,97,124,49r0,20v-56,46,-143,11,-143,-65xm35,-101r105,0v-5,-47,-52,-59,-86,-35v-10,8,-16,20,-19,35xm54,-244r29,0r37,56r-12,0","w":172},"\u00ea":{"d":"98,-243r38,59r-14,0r-36,-40r-36,40r-13,0r39,-59r22,0xm14,-83v0,-67,79,-110,125,-61v14,14,21,33,21,57r-127,0v-9,67,78,97,124,49r0,20v-56,46,-143,11,-143,-65xm35,-101r105,0v-5,-47,-52,-59,-86,-35v-10,8,-16,20,-19,35","w":172},"\u00eb":{"d":"14,-83v0,-67,79,-110,125,-61v14,14,21,33,21,57r-127,0v-9,67,78,97,124,49r0,20v-56,46,-143,11,-143,-65xm35,-101r105,0v-5,-47,-52,-59,-86,-35v-10,8,-16,20,-19,35xm134,-213v0,23,-32,18,-32,0v0,-20,32,-20,32,0xm70,-213v0,20,-32,20,-32,0v0,-8,8,-16,16,-16v8,0,16,8,16,16","w":172},"\u00ed":{"d":"43,-162r0,162r-18,0r0,-162r18,0xm97,-244r-55,56r-12,0r37,-56r30,0","w":67},"\u00ec":{"d":"43,-162r0,162r-18,0r0,-162r18,0xm-12,-244r29,0r37,56r-12,0","w":67},"\u00ee":{"d":"46,-243r38,59r-14,0r-35,-40r-36,40r-14,0r39,-59r22,0xm43,-162r0,162r-18,0r0,-162r18,0","w":67},"\u00ef":{"d":"43,-162r0,162r-18,0r0,-162r18,0xm83,-213v0,23,-32,18,-32,0v0,-20,32,-20,32,0xm19,-213v0,20,-32,20,-32,0v0,-8,8,-16,16,-16v8,0,16,8,16,16","w":67},"\u00f1":{"d":"59,-232v23,-2,71,42,77,0r11,0v2,18,-12,35,-29,35v-19,0,-74,-43,-77,0r-11,0v-1,-20,10,-33,29,-35xm40,-134v29,-54,114,-33,114,35r0,99r-18,0v-3,-58,16,-148,-44,-148v-21,0,-38,12,-52,35r0,113r-18,0r0,-162r18,0r0,28","w":176},"\u00f3":{"d":"15,-81v0,-47,37,-84,83,-84v45,0,82,38,82,84v0,46,-37,84,-82,84v-46,0,-83,-38,-83,-84xm33,-81v0,36,28,67,65,67v36,0,63,-31,63,-67v0,-36,-27,-67,-63,-67v-37,0,-65,31,-65,67xm160,-244r-55,56r-12,0r37,-56r30,0","w":195},"\u00f2":{"d":"15,-81v0,-47,37,-84,83,-84v45,0,82,38,82,84v0,46,-37,84,-82,84v-46,0,-83,-38,-83,-84xm33,-81v0,36,28,67,65,67v36,0,63,-31,63,-67v0,-36,-27,-67,-63,-67v-37,0,-65,31,-65,67xm66,-244r29,0r37,56r-12,0","w":195},"\u00f4":{"d":"109,-243r38,59r-13,0r-36,-40r-36,40r-14,0r39,-59r22,0xm15,-81v0,-47,37,-84,83,-84v45,0,82,38,82,84v0,46,-37,84,-82,84v-46,0,-83,-38,-83,-84xm33,-81v0,36,28,67,65,67v36,0,63,-31,63,-67v0,-36,-27,-67,-63,-67v-37,0,-65,31,-65,67","w":195},"\u00f6":{"d":"15,-81v0,-47,37,-84,83,-84v45,0,82,38,82,84v0,46,-37,84,-82,84v-46,0,-83,-38,-83,-84xm33,-81v0,36,28,67,65,67v36,0,63,-31,63,-67v0,-36,-27,-67,-63,-67v-37,0,-65,31,-65,67xm146,-213v0,23,-32,18,-32,0v0,-20,32,-20,32,0xm82,-213v0,20,-32,20,-32,0v0,-8,8,-16,16,-16v8,0,16,8,16,16","w":195},"\u00f5":{"d":"68,-232v23,-2,72,43,78,0r11,0v2,18,-12,35,-30,35v-20,0,-73,-42,-77,0r-11,0v0,-19,11,-33,29,-35xm15,-81v0,-47,37,-84,83,-84v45,0,82,38,82,84v0,46,-37,84,-82,84v-46,0,-83,-38,-83,-84xm33,-81v0,36,28,67,65,67v36,0,63,-31,63,-67v0,-36,-27,-67,-63,-67v-37,0,-65,31,-65,67","w":195},"\u00fa":{"d":"84,-14v29,-1,39,-12,52,-34r0,-114r18,0r0,162r-18,0r0,-27v-25,51,-114,34,-114,-35r0,-100r18,0v4,60,-19,149,44,148xm150,-244r-55,56r-12,0r37,-56r30,0","w":176},"\u00f9":{"d":"84,-14v29,-1,39,-12,52,-34r0,-114r18,0r0,162r-18,0r0,-27v-25,51,-114,34,-114,-35r0,-100r18,0v4,60,-19,149,44,148xm56,-244r29,0r37,56r-12,0","w":176},"\u00fb":{"d":"100,-243r38,59r-14,0r-35,-40r-36,40r-14,0r39,-59r22,0xm84,-14v29,-1,39,-12,52,-34r0,-114r18,0r0,162r-18,0r0,-27v-25,51,-114,34,-114,-35r0,-100r18,0v4,60,-19,149,44,148","w":176},"\u00fc":{"d":"84,-14v29,-1,39,-12,52,-34r0,-114r18,0r0,162r-18,0r0,-27v-25,51,-114,34,-114,-35r0,-100r18,0v4,60,-19,149,44,148xm137,-213v0,23,-32,18,-32,0v0,-20,32,-20,32,0xm73,-213v0,20,-32,20,-32,0v0,-8,8,-16,16,-16v8,0,16,8,16,16","w":176},"\u00b0":{"d":"72,-148v-27,0,-50,-24,-50,-51v0,-26,24,-50,50,-50v27,0,50,23,50,50v0,27,-23,51,-50,51xm72,-163v19,0,36,-16,36,-35v0,-19,-16,-36,-36,-36v-20,0,-36,17,-36,36v0,19,17,35,36,35","w":143},"\u00a2":{"d":"53,-7v-70,-38,-38,-178,56,-157r23,-66r16,0r-25,69v5,2,10,3,13,4r0,19v-7,-3,-13,-6,-18,-7r-45,128v23,6,46,3,66,-6r0,16v-22,11,-45,12,-72,7r-24,68r-16,0xm104,-148v-71,-11,-93,88,-45,124","w":150},"\u00a3":{"d":"194,-5v-46,20,-103,-12,-160,7r30,-113r-30,0r0,-16r35,0v27,-87,52,-132,113,-119r9,17v-66,-12,-86,42,-105,102r39,0r0,16r-44,0r-24,92v55,-13,95,19,137,-5r0,19","w":198},"\u00a7":{"d":"40,-158v-34,-34,-17,-92,33,-91v26,0,46,16,48,40r-18,0v-5,-37,-66,-27,-64,7v3,55,95,76,94,136v-1,29,-14,40,-30,58v34,32,17,91,-34,91v-26,0,-45,-16,-47,-39r18,0v5,37,67,25,64,-9v-5,-53,-97,-75,-95,-135v0,-18,11,-38,31,-58xm92,-19v23,-22,33,-44,17,-71v-5,-8,-25,-27,-58,-57v-36,34,-25,74,12,101v16,12,24,22,29,27","w":142},"\u00b6":{"d":"18,-172v0,-47,37,-74,84,-74r122,0r0,25r-35,0r0,305r-22,0r0,-305r-47,0r0,305r-23,0r0,-182v-45,3,-79,-29,-79,-74","w":233},"\u00df":{"d":"136,-188v0,-28,-19,-46,-47,-46v-33,0,-49,21,-49,62r0,172r-18,0r0,-175v0,-44,25,-71,67,-74v67,-4,88,90,33,113v68,19,51,143,-21,139v-7,0,-15,-1,-23,-3r0,-18v40,15,71,-13,69,-53v-1,-33,-17,-55,-49,-57r0,-16v23,2,38,-20,38,-44"},"\u00ae":{"d":"144,7v-72,0,-134,-62,-134,-135v0,-72,62,-134,134,-134v72,0,134,62,134,134v0,73,-62,135,-134,135xm144,-10v62,0,117,-55,117,-118v0,-63,-54,-117,-117,-117v-63,0,-117,54,-117,117v0,63,55,118,117,118xm180,-56v-25,-46,-18,-60,-73,-62r0,62r-17,0r0,-141v47,0,106,-8,106,38v0,22,-12,35,-38,39v28,18,26,23,44,64r-22,0xm176,-158v0,-31,-37,-24,-69,-25r0,51v32,-1,69,4,69,-26","w":287},"\u00a9":{"d":"144,7v-72,0,-134,-62,-134,-135v0,-72,62,-134,134,-134v72,0,134,62,134,134v0,73,-62,135,-134,135xm144,-10v62,0,117,-55,117,-118v0,-63,-54,-117,-117,-117v-63,0,-117,54,-117,117v0,63,55,118,117,118xm77,-128v0,-71,98,-103,125,-34r-17,5v-18,-52,-94,-29,-89,26v-8,63,75,91,92,28r16,6v-6,26,-30,45,-59,46v-39,1,-68,-37,-68,-77","w":287},"\u2122":{"d":"36,-246r112,0r0,15r-47,0r0,128r-18,0r0,-128r-47,0r0,-15xm164,-246r27,0r36,114r38,-114r27,0r0,143r-16,0r0,-128r-43,128r-12,0r-41,-128r0,128r-16,0r0,-143","w":338},"\u00b4":{"d":"122,-244r-55,56r-12,0r37,-56r30,0","w":119},"\u00a8":{"d":"108,-213v0,23,-32,18,-32,0v0,-20,32,-20,32,0xm44,-213v0,20,-32,20,-32,0v0,-8,8,-16,16,-16v8,0,16,8,16,16","w":119},"\u00c6":{"d":"294,-246r0,16r-115,0r0,98r113,0r0,16r-113,0r0,100r119,0r0,16r-138,0r0,-116r-72,0r-72,116r-21,0r153,-246r146,0xm98,-132r62,0r0,-100","w":311},"\u00d8":{"d":"241,-212v81,74,17,215,-93,215v-28,0,-54,-8,-78,-24r-23,25r-13,-11r23,-25v-26,-26,-39,-56,-39,-91v0,-101,129,-165,211,-99r23,-25r13,9xm216,-208v-68,-56,-177,-2,-177,85v0,30,10,56,31,77xm83,-35v70,54,175,-3,175,-88v0,-28,-10,-53,-29,-75","w":296},"\u00b1":{"d":"24,-134r87,0r0,-87r16,0r0,87r86,0r0,16r-86,0r0,86r-16,0r0,-86r-87,0r0,-16xm24,-16r189,0r0,16r-189,0r0,-16","w":237},"\u00a5":{"d":"1,-258r26,0r74,128r74,-128r25,0r-76,128r64,0r0,17r-76,0r0,27r76,0r0,17r-76,0r0,69r-23,0r0,-69r-77,0r0,-17r77,0r0,-27r-77,0r0,-17r65,0","w":200},"\u00aa":{"d":"13,-238v24,-17,67,-16,70,17v2,23,-12,83,18,50r0,13v-17,10,-27,19,-33,0v-20,18,-60,13,-60,-15v0,-26,28,-33,60,-35v5,-38,-32,-35,-55,-16r0,-14xm23,-172v4,20,31,16,45,2r0,-28v-23,-1,-44,7,-45,26","w":101},"\u00ba":{"d":"9,-198v0,-30,25,-51,55,-51v28,0,54,22,54,51v0,31,-23,51,-54,51v-30,0,-55,-22,-55,-51xm25,-198v0,22,17,39,39,39v22,0,38,-17,38,-39v0,-22,-16,-39,-38,-39v-22,0,-39,17,-39,39","w":127},"\u00e6":{"d":"12,-38v5,-46,39,-48,93,-64v7,-59,-51,-55,-85,-27r0,-18v30,-22,82,-29,100,7v39,-56,117,-6,107,52r-104,0v-4,42,8,74,46,74v19,0,39,-7,58,-21r0,20v-38,23,-83,28,-111,-7v-23,17,-43,25,-61,25v-23,0,-46,-18,-43,-41xm208,-102v1,-39,-47,-61,-73,-33v-8,8,-11,19,-12,33r85,0xm28,-38v8,38,50,32,77,6r0,-56v-51,12,-77,29,-77,50","w":240},"\u00f8":{"d":"158,-139v49,50,10,142,-60,142v-19,0,-36,-5,-51,-16r-20,24r-12,-11r21,-24v-48,-50,-8,-141,62,-141v19,0,35,5,49,16r19,-22r11,9xm135,-136v-59,-45,-136,40,-87,99xm59,-26v44,31,102,-2,102,-55v0,-19,-5,-33,-16,-44","w":195},"\u00bf":{"d":"41,-131r0,-35r23,0r0,35r-23,0xm26,33v-1,34,40,47,56,15r4,0r-9,28v-33,19,-69,-5,-69,-44v0,-52,67,-82,39,-134r7,-5v43,48,-28,90,-28,140","w":101},"\u00a1":{"d":"20,-131r0,-35r24,0r0,35r-24,0xm20,80r6,-177r11,0r7,177r-24,0","w":63},"\u00ac":{"d":"24,-174r189,0r0,102r-16,0r0,-86r-173,0r0,-16","w":237},"\u00ab":{"d":"105,-83r68,81r-21,0r-69,-81r69,-81r21,0xm29,-83r68,81r-22,0r-68,-81r68,-81r22,0"},"\u00bb":{"d":"151,-83r-68,-81r22,0r68,81r-68,81r-22,0xm75,-83r-68,-81r21,0r69,81r-69,81r-21,0"},"\u2026":{"d":"311,-35r0,35r-23,0r0,-35r23,0xm192,-35r0,35r-24,0r0,-35r24,0xm72,-35r0,35r-24,0r0,-35r24,0","w":360},"\u00c0":{"d":"125,-247r114,247r-20,0r-39,-85r-120,0r-39,85r-20,0r114,-247r10,0xm173,-101r-53,-115r-53,115r106,0xm71,-323r29,0r37,56r-12,0","w":240},"\u00c3":{"d":"91,-310v22,0,71,42,77,0r11,0v2,18,-12,36,-30,35v-19,4,-73,-42,-76,-1r-12,0v0,-20,11,-34,30,-34xm125,-247r114,247r-20,0r-39,-85r-120,0r-39,85r-20,0r114,-247r10,0xm173,-101r-53,-115r-53,115r106,0","w":240},"\u00d5":{"d":"119,-310v22,0,71,42,77,0r11,0v2,18,-12,35,-29,35v-19,4,-74,-42,-77,-1r-12,0v0,-20,11,-34,30,-34xm18,-123v0,-69,61,-126,130,-126v70,0,130,57,130,126v0,69,-60,126,-130,126v-70,0,-130,-57,-130,-126xm39,-123v0,59,50,109,110,109v60,0,109,-50,109,-109v0,-58,-49,-108,-109,-108v-60,0,-110,49,-110,108","w":296},"\u2013":{"d":"-2,-96r184,0r0,12r-184,0r0,-12"},"\u2014":{"d":"-2,-96r364,0r0,12r-364,0r0,-12","w":360},"\u201c":{"d":"99,-169v-1,-36,0,-61,23,-77v1,18,-9,23,-7,42r7,0r0,35r-23,0xm20,-169v-1,-36,0,-61,24,-77v2,18,-9,23,-8,42r8,0r0,35r-24,0","w":142,"k":{"\u2018":-29}},"\u201d":{"d":"122,-246v1,35,0,61,-23,77v-2,-19,9,-23,8,-42r-8,0r0,-35r23,0xm44,-246v1,36,-1,61,-24,77v-2,-19,9,-23,8,-42r-8,0r0,-35r24,0","w":142,"k":{" ":29}},"\u2018":{"d":"20,-169v-1,-36,0,-61,24,-77v2,18,-9,23,-8,42r8,0r0,35r-24,0","w":63,"k":{"\u2018":-13}},"\u2019":{"d":"44,-246v1,36,-1,61,-24,77v-2,-19,9,-23,8,-42r-8,0r0,-35r24,0","w":63,"k":{"\u2019":-13,"\u201d":-29,"s":14,"r":14,"d":22," ":29}},"\u00f7":{"d":"119,-200v7,0,14,7,14,14v0,7,-7,14,-14,14v-7,0,-14,-7,-14,-14v0,-7,7,-14,14,-14xm24,-134r189,0r0,16r-189,0r0,-16xm119,-81v7,0,14,7,14,14v0,7,-7,14,-14,14v-7,0,-14,-7,-14,-14v0,-7,7,-14,14,-14","w":237},"\u00ff":{"d":"152,-162r-121,245r-17,0r56,-114r-68,-131r18,0r59,113r56,-113r17,0xm125,-213v0,23,-32,18,-32,0v0,-20,32,-20,32,0xm61,-213v0,20,-32,20,-32,0v0,-8,8,-16,16,-16v8,0,16,8,16,16","w":150},"\u00c2":{"d":"131,-322r39,59r-14,0r-36,-39r-36,39r-14,0r40,-59r21,0xm125,-247r114,247r-20,0r-39,-85r-120,0r-39,85r-20,0r114,-247r10,0xm173,-101r-53,-115r-53,115r106,0","w":240},"\u00ca":{"d":"100,-322r38,59r-14,0r-35,-39r-36,39r-14,0r39,-59r22,0xm163,-246r0,16r-115,0r0,99r112,0r0,16r-112,0r0,99r118,0r0,16r-137,0r0,-246r134,0","w":176},"\u00c1":{"d":"125,-247r114,247r-20,0r-39,-85r-120,0r-39,85r-20,0r114,-247r10,0xm173,-101r-53,-115r-53,115r106,0xm171,-323r-55,56r-12,0r37,-56r30,0","w":240},"\u00cb":{"d":"163,-246r0,16r-115,0r0,99r112,0r0,16r-112,0r0,99r118,0r0,16r-137,0r0,-246r134,0xm136,-292v0,23,-32,18,-32,0v0,-20,32,-20,32,0xm72,-292v0,20,-32,20,-32,0v0,-8,8,-16,16,-16v8,0,16,8,16,16","w":176},"\u00c8":{"d":"163,-246r0,16r-115,0r0,99r112,0r0,16r-112,0r0,99r118,0r0,16r-137,0r0,-246r134,0xm56,-323r29,0r37,56r-12,0","w":176},"\u00cd":{"d":"47,-246r0,246r-19,0r0,-246r19,0xm100,-323r-55,56r-12,0r37,-56r30,0","w":74},"\u00ce":{"d":"50,-322r38,59r-14,0r-36,-39r-36,39r-13,0r39,-59r22,0xm47,-246r0,246r-19,0r0,-246r19,0","w":74},"\u00cf":{"d":"47,-246r0,246r-19,0r0,-246r19,0xm86,-292v0,23,-32,18,-32,0v0,-20,32,-20,32,0xm22,-292v0,20,-32,20,-32,0v0,-8,8,-16,16,-16v8,0,16,8,16,16","w":74},"\u00cc":{"d":"47,-246r0,246r-19,0r0,-246r19,0xm-8,-323r29,0r37,56r-12,0","w":74},"\u00d3":{"d":"18,-123v0,-69,61,-126,130,-126v70,0,130,57,130,126v0,69,-60,126,-130,126v-70,0,-130,-57,-130,-126xm39,-123v0,59,50,109,110,109v60,0,109,-50,109,-109v0,-58,-49,-108,-109,-108v-60,0,-110,49,-110,108xm210,-323r-55,56r-12,0r37,-56r30,0","w":296},"\u00d4":{"d":"160,-322r38,59r-14,0r-36,-39r-36,39r-13,0r39,-59r22,0xm18,-123v0,-69,61,-126,130,-126v70,0,130,57,130,126v0,69,-60,126,-130,126v-70,0,-130,-57,-130,-126xm39,-123v0,59,50,109,110,109v60,0,109,-50,109,-109v0,-58,-49,-108,-109,-108v-60,0,-110,49,-110,108","w":296},"\u00d2":{"d":"18,-123v0,-69,61,-126,130,-126v70,0,130,57,130,126v0,69,-60,126,-130,126v-70,0,-130,-57,-130,-126xm39,-123v0,59,50,109,110,109v60,0,109,-50,109,-109v0,-58,-49,-108,-109,-108v-60,0,-110,49,-110,108xm116,-323r29,0r37,56r-12,0","w":296},"\u00da":{"d":"126,-14v53,0,84,-40,84,-97r0,-135r19,0r0,134v1,69,-39,114,-103,115v-62,1,-103,-46,-103,-110r0,-139r19,0r0,138v-2,55,32,95,84,94xm188,-323r-55,56r-12,0r37,-56r30,0","w":251},"\u00db":{"d":"137,-322r38,59r-13,0r-36,-39r-36,39r-14,0r39,-59r22,0xm126,-14v53,0,84,-40,84,-97r0,-135r19,0r0,134v1,69,-39,114,-103,115v-62,1,-103,-46,-103,-110r0,-139r19,0r0,138v-2,55,32,95,84,94","w":251},"\u00d9":{"d":"126,-14v53,0,84,-40,84,-97r0,-135r19,0r0,134v1,69,-39,114,-103,115v-62,1,-103,-46,-103,-110r0,-139r19,0r0,138v-2,55,32,95,84,94xm94,-323r29,0r37,56r-12,0","w":251},"\u00b8":{"d":"89,35v2,25,-27,32,-51,26r2,-11v17,1,35,-1,35,-14v0,-9,-7,-14,-22,-14r7,-25r11,0r-4,16v15,3,22,9,22,22","w":119},"\u00b5":{"d":"36,-162r18,0v2,60,-13,149,47,149v63,0,46,-88,48,-149r17,0r0,162r-17,0r0,-18v-22,28,-72,28,-95,0r0,82r-18,0r0,-226","w":200},"\u00a0":{"w":100},"\u00a6":{"d":"31,-246r17,0r0,121r-17,0r0,-121xm31,-61r17,0r0,144r-17,0r0,-144","w":79},"\u00ad":{"d":"99,-90r0,17r-85,0r0,-17r85,0","w":112},"\u00af":{"d":"-2,-283r184,0r0,18r-184,0r0,-18"},"\u00d0":{"d":"248,-123v0,74,-52,123,-130,123r-90,0r0,-115r-36,0r0,-16r36,0r0,-115r86,0v81,-1,134,47,134,123xm228,-123v0,-64,-49,-107,-113,-107r-68,0r0,99r80,0r0,16r-80,0r0,99r70,0v63,2,111,-45,111,-107","w":266},"\u00f0":{"d":"14,-80v0,-79,109,-112,152,-56v-9,-28,-26,-51,-51,-71r-51,24r-5,-12r45,-21v-9,-6,-20,-12,-33,-17r7,-13v16,6,30,13,43,22r47,-22r6,12r-42,19v76,51,84,218,-33,218v-47,0,-85,-37,-85,-83xm30,-80v0,40,31,69,72,69v41,0,68,-30,68,-71v0,-39,-29,-68,-69,-68v-39,0,-71,32,-71,70","w":201},"\u00dd":{"d":"210,-246r-96,114r0,132r-19,0r0,-132r-95,-114r23,0r82,98r82,-98r23,0xm167,-323r-55,56r-12,0r37,-56r30,0","w":209},"\u00fd":{"d":"152,-162r-121,245r-17,0r56,-114r-68,-131r18,0r59,113r56,-113r17,0xm136,-244r-55,56r-12,0r37,-56r30,0","w":150},"\u00de":{"d":"176,-123v0,61,-61,70,-129,65r0,58r-19,0r0,-246r19,0r0,58v68,-4,129,3,129,65xm156,-123v0,-50,-55,-52,-109,-49r0,99v54,2,109,2,109,-50","w":183},"\u00fe":{"d":"168,-81v0,65,-69,106,-128,72r0,92r-17,0r0,-329r17,0r0,93v60,-33,128,6,128,72xm149,-80v0,-56,-61,-87,-109,-56r0,110v48,29,109,4,109,-54","w":183},"\u00d7":{"d":"46,-188r12,-11r61,61r61,-61r11,11r-61,61r61,61r-11,12r-61,-61r-61,61r-12,-12r61,-61","w":237},"\u00b9":{"d":"64,-247r0,127r-15,0r0,-127r15,0","w":112},"\u00b2":{"d":"79,-212v0,-31,-49,-33,-65,-10r0,-15v28,-23,79,-11,80,25v0,19,-17,46,-52,81r66,0r0,11r-97,0v31,-28,68,-52,68,-92","w":112},"\u00b3":{"d":"80,-215v0,-28,-42,-28,-63,-12v-4,-22,18,-20,33,-22v41,-5,65,49,22,61v42,13,26,70,-20,70v-13,0,-25,-2,-36,-7r0,-11v24,13,65,11,66,-19v0,-18,-13,-26,-38,-26r0,-11v19,-1,36,-6,36,-23","w":112},"\u00bd":{"d":"37,10r-15,0r190,-259r14,0xm66,-247r0,127r-15,0r0,-127r15,0xm239,-93v0,-31,-49,-33,-65,-10r0,-15v28,-23,79,-11,80,25v0,19,-17,46,-52,81r66,0r0,11r-97,0v31,-28,68,-52,68,-92","w":299},"\u00bc":{"d":"228,-59r21,0r0,10r-21,0r0,48r-14,0r0,-48r-67,0r0,-4r74,-77r7,0r0,71xm214,-106r-46,47r46,0r0,-47xm37,10r-15,0r190,-259r14,0xm66,-247r0,127r-15,0r0,-127r15,0","w":299},"\u00be":{"d":"247,-59r21,0r0,10r-21,0r0,48r-14,0r0,-48r-67,0r0,-4r74,-77r7,0r0,71xm233,-106r-46,47r46,0r0,-47xm55,10r-14,0r189,-259r14,0xm88,-215v0,-28,-42,-28,-63,-12v-4,-22,18,-20,33,-22v41,-5,65,49,22,61v42,13,26,70,-20,70v-13,0,-25,-2,-36,-7r0,-11v24,13,65,11,66,-19v0,-18,-13,-26,-38,-26r0,-11v19,-1,36,-6,36,-23","w":299},"\u00b7":{"d":"112,-139v20,0,20,32,0,32v-8,0,-16,-8,-16,-16v0,-8,8,-16,16,-16","w":120},"\u00a4":{"d":"51,-183v30,-24,69,-24,98,0r22,-23r12,12r-23,22v24,29,24,69,0,98r23,22r-12,12r-22,-23v-28,23,-70,24,-98,0r-23,23r-11,-12r23,-22v-23,-29,-24,-70,0,-98r-23,-22r11,-12xm100,-63v33,0,60,-28,60,-60v0,-32,-27,-60,-60,-60v-33,0,-60,27,-60,60v0,33,27,60,60,60","w":200}}});Cufon.registerFont({"w":180,"face":{"font-family":"Gill Sans","font-weight":800,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 2 2 1 4 2 2 3","ascent":"288","descent":"-72","x-height":"3","bbox":"-22 -330 375 83","underline-thickness":"17.9297","underline-position":"-18.1055","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100,"k":{"\u2018":36,"\u201c":36,"Y":54,"W":45,"V":54,"T":45,"A":36}},"!":{"d":"49,-41v12,0,21,11,21,23v0,12,-9,21,-21,21v-12,0,-22,-9,-22,-21v0,-13,10,-23,22,-23xm49,-71v-15,-19,-20,-90,-20,-126v0,-34,7,-52,20,-52v37,19,17,141,0,178","w":97},"\"":{"d":"45,-166r-20,0v-5,-28,-10,-57,-8,-92r36,0v2,35,-3,64,-8,92xm103,-166r-20,0v-5,-28,-10,-57,-8,-92r36,0v2,35,-3,64,-8,92","w":127},"#":{"d":"1,-153r0,-22r57,0r15,-71r21,0r-15,71r74,0r15,-71r22,0r-15,71r35,0r0,22r-40,0r-13,65r53,0r0,22r-57,0r-15,70r-22,0r15,-70r-74,0r-15,70r-21,0r14,-70r-34,0r0,-22r39,0r14,-65r-53,0xm149,-153r-74,0r-14,65r75,0","w":210},"$":{"d":"19,-172v0,-37,32,-60,67,-64r0,-13r29,0r0,13v23,4,41,10,54,21r0,41v-15,-15,-33,-25,-54,-30r0,71v36,10,66,31,66,70v0,37,-27,61,-66,66r0,39r-29,0r0,-39v-20,-2,-43,-10,-68,-25r0,-44v21,18,38,30,68,37r0,-78v-40,-14,-67,-23,-67,-65xm86,-204v-23,0,-42,28,-26,47v4,5,17,11,26,15r0,-62xm115,-30v41,-6,38,-51,6,-62r-6,-3r0,65","w":195},"%":{"d":"188,-249r27,0r-161,252r-27,0xm124,-52v-1,-28,26,-55,55,-55v29,0,55,26,55,55v0,30,-26,54,-55,54v-29,0,-55,-25,-55,-54xm208,-52v0,-16,-14,-28,-29,-28v-16,-1,-28,13,-28,28v0,15,12,28,28,28v15,0,29,-14,29,-28xm9,-193v0,-29,26,-55,55,-55v29,0,54,26,54,55v0,28,-26,54,-54,54v-29,0,-55,-25,-55,-54xm92,-193v0,-15,-13,-29,-29,-29v-15,0,-28,14,-28,29v0,15,13,28,28,28v15,0,29,-14,29,-28","w":243},"&":{"d":"102,-241v34,-1,60,21,61,54v0,21,-17,47,-46,65r35,40v10,-11,18,-25,26,-40r35,0v-8,22,-22,43,-40,64r50,58r-45,0r-28,-33v-16,15,-48,35,-79,36v-32,0,-62,-25,-61,-57v1,-38,32,-57,58,-73v-48,-40,-31,-114,34,-114xm45,-56v3,36,60,27,75,5r8,-7r-40,-46v-16,12,-45,30,-43,48xm102,-211v-40,1,-27,52,-4,65v14,-9,33,-23,32,-40v0,-14,-12,-26,-28,-25","w":225},"'":{"d":"44,-166r-20,0v-5,-28,-10,-57,-8,-92r36,0v2,35,-3,64,-8,92","w":67},"(":{"d":"57,37v-56,-89,-36,-220,35,-286r20,0v-67,82,-71,246,0,331v-33,5,-43,-35,-55,-45","w":116},")":{"d":"4,82v69,-80,67,-254,0,-331v34,-5,43,35,55,45v17,28,35,78,34,121v-4,77,-27,115,-69,165r-20,0","w":116},"*":{"d":"23,-200v-21,-5,-20,-24,-4,-28v19,5,32,27,47,38v2,-2,4,-4,7,-4r-10,-51v0,-11,5,-16,13,-16v33,0,-12,60,9,71v15,-12,27,-33,47,-38v16,2,16,27,-2,28r-42,15r0,9v19,11,48,10,56,31v-17,32,-47,-19,-59,-26v-2,2,-5,3,-7,3v3,18,8,34,9,54v0,10,-4,15,-12,15v-25,-6,-4,-49,-2,-69v-2,0,-5,-1,-7,-3v-13,11,-32,34,-48,37v-21,-8,-12,-23,10,-30r35,-12r0,-9","w":150},"+":{"d":"90,-42r0,-70r-70,0r0,-30r70,0r0,-70r30,0r0,70r70,0r0,30r-70,0r0,70r-30,0","w":210},",":{"d":"35,-46v29,1,32,48,14,68v-8,10,-18,17,-31,21v2,-19,17,-19,14,-43v-26,-5,-22,-46,3,-46","w":78,"k":{"\u2019":36,"\u201d":36," ":36}},"-":{"d":"14,-97r88,0r0,34r-88,0r0,-34","w":116},".":{"d":"18,-18v0,-12,9,-21,21,-21v12,0,22,10,22,21v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21","w":78,"k":{"\u2019":36,"\u201d":36," ":36}},"\/":{"d":"1,3r71,-252r25,0r-71,252r-25,0","w":101},"0":{"d":"90,2v-108,-2,-106,-250,1,-251v104,5,106,248,-1,251xm90,-30v61,-7,61,-179,0,-185v-61,7,-61,178,0,185"},"1":{"d":"73,-246r35,0r0,246r-35,0r0,-246"},"2":{"d":"17,-225v58,-58,159,-2,128,84v-14,40,-39,69,-71,107r94,0r0,34v-50,-2,-110,4,-156,-2v33,-53,96,-95,103,-166v3,-27,-17,-46,-43,-46v-24,0,-42,16,-55,33r0,-44"},"3":{"d":"76,-249v72,0,99,95,41,119v66,23,33,133,-40,133v-19,0,-37,-5,-54,-14r0,-38v34,24,93,28,93,-21v0,-30,-18,-38,-51,-41v2,-10,-3,-26,2,-32v28,0,47,-10,47,-37v-1,-41,-52,-46,-85,-25r0,-33v14,-7,30,-11,47,-11"},"4":{"d":"128,-249r14,0r0,138r28,0r0,30r-28,0r0,81r-34,0r0,-81r-104,0r0,-15xm108,-111r0,-71r-57,71r57,0"},"5":{"d":"122,-76v2,-37,-50,-53,-86,-42r0,-128r109,0r0,32r-77,0r0,62v50,-6,90,29,90,76v0,70,-81,98,-140,64r0,-36v37,29,101,21,104,-28"},"6":{"d":"94,3v-70,1,-93,-82,-67,-147v18,-45,49,-76,87,-105r21,27v-36,24,-59,49,-75,90v50,-29,108,8,108,61v0,40,-34,74,-74,74xm133,-70v0,-41,-54,-51,-80,-25v-8,33,9,65,41,65v23,0,39,-18,39,-40"},"7":{"d":"18,-246r158,0r-111,249r-31,-13r90,-202r-106,0r0,-34"},"8":{"d":"46,-125v-54,-34,-23,-124,46,-124v68,0,101,89,42,124v64,32,29,136,-44,128v-71,7,-110,-95,-44,-128xm91,-142v20,0,39,-16,39,-37v0,-21,-17,-36,-39,-36v-22,0,-39,15,-39,36v0,20,19,37,39,37xm91,-31v24,0,42,-14,42,-38v0,-23,-19,-39,-43,-39v-24,0,-43,16,-43,39v0,23,19,38,44,38"},"9":{"d":"87,-249v86,1,98,115,51,180v-21,29,-42,55,-71,72r-21,-26v32,-20,64,-54,75,-92v-47,31,-108,-7,-108,-61v0,-40,34,-74,74,-73xm48,-176v0,38,50,51,79,26v11,-36,-8,-65,-40,-66v-23,-1,-39,18,-39,40"},":":{"d":"17,-18v0,-12,9,-22,21,-22v12,0,21,10,21,22v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21xm20,-143v0,-12,9,-22,21,-22v12,0,21,10,21,22v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21","w":78,"k":{" ":36}},";":{"d":"22,43v3,-18,16,-22,15,-43v-28,-5,-23,-46,3,-46v29,2,30,49,13,68v-8,10,-18,17,-31,21xm22,-143v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,11,-10,21,-22,21v-12,0,-21,-9,-21,-21","w":82,"k":{" ":36}},"<":{"d":"20,-113r0,-29r170,-72r0,31r-135,56r135,56r0,31","w":210},"=":{"d":"190,-152r-170,0r0,-29r170,0r0,29xm190,-73r-170,0r0,-30r170,0r0,30","w":210},">":{"d":"190,-113r-170,73r0,-31r135,-56r-135,-56r0,-31r170,72r0,29","w":210},"?":{"d":"51,-63v-56,-29,15,-90,17,-130v1,-22,-25,-29,-45,-18r23,-38v34,1,58,19,58,52v0,48,-59,92,-53,134xm55,-40v12,0,23,9,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21v0,-12,10,-22,21,-22","w":119},"@":{"d":"87,-78v0,-79,94,-156,144,-80r6,-27r32,0r-31,145v1,6,6,11,12,12v36,-8,68,-51,68,-98v0,-65,-59,-111,-126,-111v-83,0,-146,67,-146,152v0,88,61,135,152,134v56,0,98,-18,123,-52r31,0v-26,46,-80,78,-155,78v-104,0,-180,-56,-178,-157v2,-105,66,-180,175,-180v84,0,153,57,151,137v-2,63,-43,125,-107,125v-25,0,-32,-7,-34,-29v-14,15,-31,28,-54,29v-38,1,-63,-38,-63,-78xm180,-165v-56,-2,-93,140,-23,140v34,0,66,-50,64,-89v0,-28,-15,-51,-41,-51","w":363},"A":{"d":"105,-247r25,0r110,247r-36,0r-33,-73r-104,0r-31,73r-36,0xm157,-104r-40,-89r-36,89r76,0","w":240,"k":{"y":9,"w":9,"v":9,"Y":40,"W":29,"V":29,"U":7,"T":36,"Q":14,"O":14,"G":14,"C":14}},"B":{"d":"195,-67v-1,75,-89,69,-168,67r0,-246v72,-2,147,-5,147,64v0,24,-13,42,-38,52v32,5,59,28,59,63xm62,-140v40,2,75,-3,75,-39v0,-35,-37,-37,-75,-35r0,74xm159,-70v0,-43,-49,-40,-97,-39r0,78v49,1,97,3,97,-39","w":202,"k":{"A":-7}},"C":{"d":"54,-122v0,92,117,117,185,65r0,39v-26,14,-56,21,-90,21v-79,-1,-130,-49,-131,-125v-2,-105,119,-159,218,-107r0,38v-74,-49,-182,-21,-182,69","w":254,"k":{"A":-9,".":-9,",":-9}},"D":{"d":"253,-123v0,82,-52,126,-148,123r-78,0r0,-246r83,0v91,-2,143,43,143,123xm217,-125v0,-74,-66,-97,-154,-89r0,182r45,0v72,4,109,-34,109,-93","w":270,"k":{"Y":36,"W":18,"V":18,"A":20,".":27,",":27}},"E":{"d":"27,-246r139,0r0,32r-104,0r0,75r101,0r0,31r-101,0r0,76r108,0r0,32r-143,0r0,-246"},"F":{"d":"27,-246r131,0r0,32r-95,0r0,68r95,0r0,32r-95,0r0,114r-36,0r0,-246","w":168,"k":{"o":5,"e":5,"A":18,".":50,",":50}},"G":{"d":"55,-123v0,77,76,116,152,85r0,-52r-47,0r0,-31r82,0r0,104v-98,50,-224,4,-224,-104v0,-108,127,-159,219,-107r0,36v-72,-50,-182,-22,-182,69","w":266},"H":{"d":"200,-246r35,0r0,246r-35,0r0,-107r-138,0r0,107r-35,0r0,-246r35,0r0,107r138,0r0,-107","w":262},"I":{"d":"27,-246r36,0r0,246r-36,0r0,-246","w":90},"J":{"d":"-22,49v41,0,49,-9,49,-56r0,-239r36,0r0,243v2,61,-23,88,-78,85","w":90,"k":{"u":7,"o":7,"e":7}},"K":{"d":"166,-246r44,0r-107,117r133,129r-48,0r-125,-121r0,121r-36,0r0,-246r36,0r0,113","w":236,"k":{"y":27,"u":18,"o":22,"e":22,"O":43}},"L":{"d":"27,-246r35,0r0,214r111,0r0,32r-146,0r0,-246","w":176,"k":{"\u2019":29,"\u201d":29,"y":11,"Y":40,"W":36,"V":36,"T":36}},"M":{"d":"223,-246r32,0r0,246r-35,0r0,-191r-76,95r-6,0r-76,-95r0,191r-36,0r0,-246r33,0r82,101","w":281},"N":{"d":"222,-246r34,0r0,246r-31,0r-164,-189r0,189r-33,0r0,-246r29,0r165,191r0,-191","w":281},"O":{"d":"16,-122v0,-74,58,-127,132,-127v73,0,132,55,132,126v0,72,-59,126,-134,126v-71,0,-130,-54,-130,-125xm244,-123v0,-52,-43,-93,-95,-93v-54,0,-96,41,-96,94v0,51,42,92,95,92v54,0,96,-40,96,-93","w":296,"k":{"Y":29,"X":29,"W":14,"V":14,"T":23,"A":14,".":22,",":22}},"P":{"d":"180,-176v-2,60,-50,74,-120,69r0,107r-35,0r0,-246r78,0v44,-1,78,27,77,70xm60,-138v42,2,84,2,84,-39v0,-38,-43,-40,-84,-38r0,77","w":183,"k":{"o":9,"e":9,"A":29,".":54,",":54}},"Q":{"d":"280,-123v0,63,-46,114,-102,123v39,13,64,28,97,15r-36,35v-54,-6,-78,-22,-120,-50v-56,-8,-102,-60,-103,-122v-1,-73,58,-127,132,-127v73,0,132,54,132,126xm244,-123v0,-53,-42,-93,-96,-93v-54,0,-96,41,-96,94v0,51,43,92,96,92v52,0,96,-42,96,-93","w":296},"R":{"d":"171,-177v0,31,-18,51,-42,60v35,22,59,82,88,117r-41,0v-25,-35,-45,-79,-79,-103v-6,-4,-22,-4,-34,-4r0,107r-35,0r0,-246v72,-4,144,1,143,69xm134,-178v0,-35,-29,-40,-71,-38r0,78v42,1,71,-3,71,-40","w":217,"k":{"Y":36,"W":27,"V":29,"U":11,"T":32,"O":22}},"S":{"d":"82,-28v48,0,48,-53,6,-75v-33,-18,-73,-34,-73,-81v0,-63,83,-83,129,-48r0,40v-18,-17,-38,-25,-58,-25v-30,0,-52,27,-31,49v27,29,98,51,98,104v0,70,-91,85,-137,44r0,-44v19,24,41,36,66,36","w":164},"T":{"d":"6,-246r205,0r0,31r-85,0r0,215r-36,0r0,-215r-84,0r0,-31","w":217,"k":{"y":45,"w":54,"u":50,"r":45,"o":54,"e":54,"a":45,"O":23,"A":36,";":11,":":11,".":45,"-":61,",":45}},"U":{"d":"127,-28v48,0,71,-22,71,-78r0,-140r35,0r0,140v3,77,-38,109,-105,109v-68,0,-106,-32,-106,-110r0,-139r35,0r0,140v-2,58,21,78,70,78","w":254,"k":{"A":9,".":9,",":9}},"V":{"d":"182,-246r35,0r-103,247r-8,0r-106,-247r35,0r74,173","w":217,"k":{"u":27,"o":36,"e":36,"a":22,"O":14,"G":14,"A":29,".":47,"-":36,",":47}},"W":{"d":"340,-246r35,0r-100,247r-7,0r-80,-200r-81,200r-8,0r-99,-247r35,0r68,170r68,-170r33,0r69,170","w":375,"k":{"y":11,"u":27,"o":32,"e":32,"a":22,"O":14,"A":29,".":47,"-":36,",":47}},"X":{"d":"205,-246r42,0r-98,119r105,127r-42,0r-84,-102r-84,102r-43,0r106,-127r-99,-119r43,0r77,94","w":254},"Y":{"d":"175,-246r42,0r-90,116r0,130r-36,0r0,-130r-91,-116r43,0r65,85","w":217,"k":{"u":43,"o":50,"e":47,"a":43,"S":7,"O":29,"A":40,";":11,":":11,".":47,"-":54,",":47}},"Z":{"d":"14,-246r212,0r-157,215r157,0r0,31r-222,0r158,-215r-148,0r0,-31","w":232},"[":{"d":"31,-246r84,0r0,29r-49,0r0,267r49,0r0,29r-84,0r0,-325","w":119},"\\":{"d":"75,3r-71,-252r26,0r70,252r-25,0","w":101},"]":{"d":"89,79r-84,0r0,-29r49,0r0,-267r-49,0r0,-29r84,0r0,325","w":119},"^":{"d":"84,-210r-42,105r-33,0r63,-141r25,0r62,141r-32,0","w":168},"_":{"d":"204,71r-209,0r0,-23r209,0r0,23","w":198},"`":{"d":"57,-249r25,52r-20,0r-40,-52r35,0","w":120},"a":{"d":"13,-143v34,-39,126,-27,111,46r0,69v3,16,13,6,24,-1r0,20v-15,13,-50,19,-56,-4v-29,26,-83,18,-82,-24v1,-41,50,-47,83,-60v4,-54,-55,-44,-80,-11r0,-35xm48,-59v-15,13,-5,39,17,39v10,0,19,-4,28,-12r0,-48v-15,5,-37,13,-45,21","w":153,"k":{"y":14,"w":13,"v":13,"p":4}},"b":{"d":"167,-82v0,77,-82,102,-146,73r0,-237r32,0r0,96v51,-39,114,2,114,68xm135,-81v0,-47,-49,-72,-82,-39r0,88v42,15,82,-4,82,-49","k":{"y":4,".":4,",":4}},"c":{"d":"46,-81v0,51,55,67,98,43r0,32v-63,26,-130,-6,-130,-74v0,-67,68,-106,126,-74r0,34v-39,-30,-94,-12,-94,39","w":157,"k":{".":-7,",":-7}},"d":{"d":"16,-83v0,-60,56,-99,115,-75r0,-88r32,0r0,246r-69,0v-48,0,-78,-34,-78,-83xm48,-80v0,48,31,57,83,53r0,-103v-41,-20,-83,3,-83,50","w":183,"k":{"d":4}},"e":{"d":"90,-165v45,0,72,37,70,87r-113,0v0,57,74,63,111,31r0,31v-19,12,-35,18,-64,18v-52,-1,-77,-34,-79,-84v-2,-47,30,-83,75,-83xm129,-97v2,-36,-42,-52,-67,-30v-7,7,-13,17,-15,30r82,0","w":172,"k":{"y":5,"w":5,"v":5,".":-7,",":-7}},"f":{"d":"107,-214v-35,-11,-53,11,-49,52r29,0r0,29r-29,0r0,133r-32,0r0,-133r-23,0r0,-29r23,0v-3,-58,25,-99,81,-84r0,32","w":90,"k":{"\u2019":-29,"\u201d":-29,"o":4,"e":4}},"g":{"d":"41,-11v-29,-13,-15,-39,9,-44v-24,-11,-36,-27,-36,-51v-1,-61,73,-58,138,-56r0,25r-33,0v36,35,5,90,-46,90v-18,0,-24,13,-12,22v35,12,90,10,90,57v0,35,-35,50,-75,50v-40,0,-75,-15,-76,-50v0,-22,14,-37,41,-43xm107,-104v0,-16,-14,-30,-32,-30v-17,0,-32,14,-32,30v0,17,14,29,32,29v17,0,31,-14,32,-29xm120,33v0,-31,-89,-37,-90,-1v0,17,15,25,45,25v23,0,45,-5,45,-24","w":153,"k":{"y":-7,"o":4}},"h":{"d":"94,-139v-20,0,-27,11,-40,23r0,116r-32,0r0,-246r32,0r0,106v35,-46,104,-26,104,48r0,92r-32,0v-5,-51,20,-139,-32,-139","k":{"y":13}},"i":{"d":"21,-211v-1,-10,9,-19,18,-19v9,0,20,9,19,19v1,10,-10,19,-19,19v-9,0,-19,-9,-18,-19xm23,-162r32,0r0,162r-32,0r0,-162","w":78},"j":{"d":"19,-211v-1,-10,9,-19,18,-19v10,0,20,9,20,19v0,9,-9,19,-19,19v-9,0,-20,-9,-19,-19xm-2,59v14,-5,24,-17,24,-36r0,-185r32,0r0,185v0,28,-10,47,-32,59","w":78},"k":{"d":"128,-162r38,0r-69,80r83,82r-43,0r-81,-82xm23,-246r32,0r0,246r-32,0r0,-246","w":172,"k":{"o":11,"e":11}},"l":{"d":"23,-246r32,0r0,246r-32,0r0,-246","w":78,"k":{"y":4,"w":4}},"m":{"d":"224,0v-6,-50,20,-135,-32,-137v-13,0,-26,7,-37,20r0,117r-32,0v-7,-49,21,-137,-32,-138v-20,0,-27,8,-38,21r0,117r-32,0r0,-162r32,0r0,22v30,-34,74,-34,96,4v37,-51,107,-31,107,41r0,95r-32,0","w":277,"k":{"y":13,"u":4}},"n":{"d":"126,0v-6,-50,21,-137,-33,-138v-15,0,-27,8,-38,23r0,115r-33,0r0,-162r33,0r0,21v38,-45,103,-23,103,49r0,92r-32,0","k":{"y":7,"v":5,"u":4}},"o":{"d":"13,-79v0,-47,39,-83,87,-83v49,0,86,37,86,84v0,47,-40,81,-87,81v-47,0,-86,-37,-86,-82xm153,-80v1,-31,-24,-53,-55,-53v-29,0,-52,22,-52,53v0,30,23,53,54,53v31,0,53,-23,53,-53","w":198,"k":{"y":7,"x":5,"w":4,"v":4,".":11,",":11}},"p":{"d":"168,-80v0,58,-56,101,-115,76r0,86r-32,0r0,-244v80,-5,147,7,147,82xm135,-81v0,-45,-34,-54,-82,-51r0,100v40,20,82,-5,82,-49","k":{"y":13,".":11,",":11}},"q":{"d":"13,-79v0,-74,65,-91,146,-83r0,244r-32,0r0,-85v-61,22,-114,-16,-114,-76xm45,-80v-2,45,45,69,82,49r0,-101v-51,-4,-80,9,-82,52"},"r":{"d":"126,-118v-29,-35,-69,-7,-69,33r0,85r-32,0r0,-162r32,0r0,37v26,-39,50,-55,86,-22","w":142,"k":{"y":-11,"v":-11,"t":-7,"r":4,"q":9,"o":9,"e":7,"d":5,"c":9,";":-14,":":-14,".":36,"-":29,",":36}},"s":{"d":"124,-43v0,51,-75,57,-109,31r0,-34v18,14,63,35,76,5v-12,-37,-78,-36,-75,-82v3,-45,63,-52,100,-29r0,32v-19,-11,-34,-17,-46,-17v-31,0,-22,27,2,37v26,11,52,35,52,57","w":138,"k":{"w":4}},"t":{"d":"120,-8v-42,23,-92,11,-92,-53r0,-72r-28,0v16,-25,41,-40,60,-62r0,33r51,0r0,29r-51,0v5,37,-16,105,23,107v11,0,24,-3,37,-11r0,29","w":119},"u":{"d":"54,-162v7,50,-22,138,33,138v15,0,28,-7,39,-22r0,-116r32,0r0,162r-32,0r0,-21v-34,41,-104,26,-104,-48r0,-93r32,0"},"v":{"d":"122,-162r34,0r-71,165r-11,0r-73,-165r35,0r44,100","w":157,"k":{"o":7,"e":7,".":22,",":22}},"w":{"d":"225,-162r34,0r-71,165r-10,0r-48,-113r-48,113r-10,0r-72,-165r34,0r43,98r41,-98r24,0r40,98","w":258,"k":{"o":7,"e":7,".":22,",":22}},"x":{"d":"134,-162r41,0r-66,80r71,82r-41,0r-51,-58r-48,58r-40,0r68,-82r-68,-80r40,0r48,56","k":{"e":11}},"y":{"d":"122,-162r36,0r-115,244r-35,0r55,-117r-63,-127r36,0r44,92","w":157,"k":{"o":7,"e":7,".":29,",":29}},"z":{"d":"8,-162r138,0r-86,132r86,0r0,30r-142,0r85,-132r-81,0r0,-30","w":150},"{":{"d":"46,-11v0,-44,-2,-64,-36,-68r0,-29v34,-3,37,-24,36,-68v-1,-64,6,-88,66,-86r0,27v-41,-6,-36,26,-36,63v0,44,-7,65,-37,79v38,12,37,53,37,105v0,31,7,37,36,36r0,27v-60,2,-67,-23,-66,-86","w":119},"|":{"d":"33,83r0,-329r28,0r0,329r-28,0","w":93},"}":{"d":"44,-172v-1,-35,6,-70,-36,-63r0,-27v59,-2,67,24,66,86v0,44,1,65,36,68r0,29v-34,3,-37,25,-37,68v0,64,-6,88,-65,86r0,-27v41,6,36,-26,36,-62v1,-45,6,-66,37,-79v-30,-13,-37,-35,-37,-79","w":119},"~":{"d":"195,-114v-49,60,-134,-44,-180,20r0,-36v50,-62,133,43,180,-22r0,38","w":209},"\u00c4":{"d":"105,-247r25,0r110,247r-36,0r-33,-73r-104,0r-31,73r-36,0xm157,-104r-40,-89r-36,89r76,0xm70,-283v0,-9,8,-17,16,-17v10,0,17,7,17,17v0,9,-6,16,-16,16v-9,0,-17,-7,-17,-16xm137,-283v0,-10,8,-17,17,-17v10,0,17,7,17,17v0,10,-7,16,-17,16v-9,0,-17,-7,-17,-16","w":240},"\u00c5":{"d":"87,-297v0,-17,15,-33,33,-33v18,0,33,14,33,33v0,18,-16,33,-33,33v-18,0,-33,-16,-33,-33xm140,-297v0,-11,-9,-19,-20,-19v-12,0,-21,7,-20,19v0,11,9,20,20,20v12,1,20,-9,20,-20xm105,-247r25,0r110,247r-36,0r-33,-73r-104,0r-31,73r-36,0xm157,-104r-40,-89r-36,89r76,0","w":240},"\u00c7":{"d":"54,-122v0,92,117,117,185,65r0,39v-26,14,-56,21,-90,21r-1,3v10,4,21,10,20,23v-1,25,-26,37,-56,32r0,-20v13,0,29,2,30,-9v-1,-9,-10,-10,-21,-10r7,-20v-65,-9,-109,-54,-110,-124v-1,-105,119,-159,218,-107r0,38v-74,-49,-182,-21,-182,69","w":254},"\u00c9":{"d":"27,-246r139,0r0,32r-104,0r0,75r101,0r0,31r-101,0r0,76r108,0r0,32r-143,0r0,-246xm129,-316r-39,52r-20,0r24,-52r35,0"},"\u00d1":{"d":"92,-270v-1,-56,45,-40,79,-27v8,-1,12,-5,13,-15r14,0v0,21,-9,40,-28,42v-17,2,-59,-33,-63,0r-15,0xm222,-246r34,0r0,246r-31,0r-164,-189r0,189r-33,0r0,-246r29,0r165,191r0,-191","w":281},"\u00d6":{"d":"16,-122v0,-74,58,-127,132,-127v73,0,132,55,132,126v0,72,-59,126,-134,126v-71,0,-130,-54,-130,-125xm244,-123v0,-52,-43,-93,-95,-93v-54,0,-96,41,-96,94v0,51,42,92,95,92v54,0,96,-40,96,-93xm96,-283v0,-9,8,-17,16,-17v10,0,17,7,17,17v0,9,-6,16,-16,16v-9,0,-17,-7,-17,-16xm163,-283v0,-10,8,-17,17,-17v10,0,17,7,17,17v0,10,-7,16,-17,16v-9,0,-17,-7,-17,-16","w":296},"\u00dc":{"d":"127,-28v48,0,71,-22,71,-78r0,-140r35,0r0,140v3,77,-38,109,-105,109v-68,0,-106,-32,-106,-110r0,-139r35,0r0,140v-2,58,21,78,70,78xm78,-283v0,-9,8,-17,16,-17v10,0,17,7,17,17v0,9,-6,16,-16,16v-9,0,-17,-7,-17,-16xm145,-283v0,-10,8,-17,17,-17v10,0,17,7,17,17v0,10,-7,16,-17,16v-9,0,-17,-7,-17,-16","w":254},"\u00e1":{"d":"13,-143v34,-39,126,-27,111,46r0,69v3,16,13,6,24,-1r0,20v-15,13,-50,19,-56,-4v-29,26,-83,18,-82,-24v1,-41,50,-47,83,-60v4,-54,-55,-44,-80,-11r0,-35xm48,-59v-15,13,-5,39,17,39v10,0,19,-4,28,-12r0,-48v-15,5,-37,13,-45,21xm116,-249r-39,52r-20,0r24,-52r35,0","w":153},"\u00e0":{"d":"13,-143v34,-39,126,-27,111,46r0,69v3,16,13,6,24,-1r0,20v-15,13,-50,19,-56,-4v-29,26,-83,18,-82,-24v1,-41,50,-47,83,-60v4,-54,-55,-44,-80,-11r0,-35xm48,-59v-15,13,-5,39,17,39v10,0,19,-4,28,-12r0,-48v-15,5,-37,13,-45,21xm74,-249r25,52r-20,0r-40,-52r35,0","w":153},"\u00e2":{"d":"93,-251r34,54r-20,0r-31,-31v-16,11,-19,35,-49,31r33,-54r33,0xm13,-143v34,-39,126,-27,111,46r0,69v3,16,13,6,24,-1r0,20v-15,13,-50,19,-56,-4v-29,26,-83,18,-82,-24v1,-41,50,-47,83,-60v4,-54,-55,-44,-80,-11r0,-35xm48,-59v-15,13,-5,39,17,39v10,0,19,-4,28,-12r0,-48v-15,5,-37,13,-45,21","w":153},"\u00e4":{"d":"13,-143v34,-39,126,-27,111,46r0,69v3,16,13,6,24,-1r0,20v-15,13,-50,19,-56,-4v-29,26,-83,18,-82,-24v1,-41,50,-47,83,-60v4,-54,-55,-44,-80,-11r0,-35xm48,-59v-15,13,-5,39,17,39v10,0,19,-4,28,-12r0,-48v-15,5,-37,13,-45,21xm27,-223v0,-9,8,-17,16,-17v10,0,17,7,17,17v0,9,-6,16,-16,16v-9,0,-17,-7,-17,-16xm94,-223v0,-10,8,-17,17,-17v10,0,17,7,17,17v0,10,-7,16,-17,16v-9,0,-17,-7,-17,-16","w":153},"\u00e3":{"d":"53,-245v14,-2,61,34,63,-1r14,0v0,22,-9,41,-29,43v-17,2,-58,-33,-62,0r-15,0v3,-27,8,-38,29,-42xm13,-143v34,-39,126,-27,111,46r0,69v3,16,13,6,24,-1r0,20v-15,13,-50,19,-56,-4v-29,26,-83,18,-82,-24v1,-41,50,-47,83,-60v4,-54,-55,-44,-80,-11r0,-35xm48,-59v-15,13,-5,39,17,39v10,0,19,-4,28,-12r0,-48v-15,5,-37,13,-45,21","w":153},"\u00e5":{"d":"44,-230v0,-17,16,-34,33,-33v17,0,33,15,33,33v0,17,-16,34,-33,34v-17,0,-33,-16,-33,-34xm97,-229v0,-11,-10,-20,-21,-20v-11,-1,-19,8,-19,19v0,12,8,21,20,21v11,0,20,-9,20,-20xm13,-143v34,-39,126,-27,111,46r0,69v3,16,13,6,24,-1r0,20v-15,13,-50,19,-56,-4v-29,26,-83,18,-82,-24v1,-41,50,-47,83,-60v4,-54,-55,-44,-80,-11r0,-35xm48,-59v-15,13,-5,39,17,39v10,0,19,-4,28,-12r0,-48v-15,5,-37,13,-45,21","w":153},"\u00e7":{"d":"46,-81v0,51,55,67,98,43r0,32v-17,6,-32,9,-49,9r-1,3v10,4,21,10,20,23v-1,25,-27,37,-57,32r0,-20v14,0,29,1,31,-9v-1,-9,-10,-10,-21,-10r8,-21v-33,-7,-61,-35,-61,-81v0,-67,68,-106,126,-74r0,34v-39,-30,-94,-12,-94,39","w":157},"\u00e9":{"d":"90,-165v45,0,72,37,70,87r-113,0v0,57,74,63,111,31r0,31v-19,12,-35,18,-64,18v-52,-1,-77,-34,-79,-84v-2,-47,30,-83,75,-83xm129,-97v2,-36,-42,-52,-67,-30v-7,7,-13,17,-15,30r82,0xm125,-249r-39,52r-20,0r24,-52r35,0","w":172},"\u00e8":{"d":"90,-165v45,0,72,37,70,87r-113,0v0,57,74,63,111,31r0,31v-19,12,-35,18,-64,18v-52,-1,-77,-34,-79,-84v-2,-47,30,-83,75,-83xm129,-97v2,-36,-42,-52,-67,-30v-7,7,-13,17,-15,30r82,0xm83,-249r25,52r-20,0r-40,-52r35,0","w":172},"\u00ea":{"d":"102,-251r34,54v-31,3,-35,-20,-51,-31v-16,11,-19,35,-49,31r33,-54r33,0xm90,-165v45,0,72,37,70,87r-113,0v0,57,74,63,111,31r0,31v-19,12,-35,18,-64,18v-52,-1,-77,-34,-79,-84v-2,-47,30,-83,75,-83xm129,-97v2,-36,-42,-52,-67,-30v-7,7,-13,17,-15,30r82,0","w":172},"\u00eb":{"d":"90,-165v45,0,72,37,70,87r-113,0v0,57,74,63,111,31r0,31v-19,12,-35,18,-64,18v-52,-1,-77,-34,-79,-84v-2,-47,30,-83,75,-83xm129,-97v2,-36,-42,-52,-67,-30v-7,7,-13,17,-15,30r82,0xm36,-223v0,-9,8,-17,16,-17v10,0,17,7,17,17v0,9,-6,16,-16,16v-9,0,-17,-7,-17,-16xm103,-223v0,-10,8,-17,17,-17v10,0,17,7,17,17v0,10,-7,16,-17,16v-9,0,-17,-7,-17,-16","w":172},"\u00ed":{"d":"23,-162r32,0r0,162r-32,0r0,-162xm92,-249r-39,52r-20,0r24,-52r35,0","w":78},"\u00ec":{"d":"23,-162r32,0r0,162r-32,0r0,-162xm29,-249r25,52r-20,0r-40,-52r35,0","w":78},"\u00ee":{"d":"59,-251r34,54r-20,0r-32,-31v-16,11,-19,35,-49,31r33,-54r34,0xm23,-162r32,0r0,162r-32,0r0,-162","w":78},"\u00ef":{"d":"23,-162r32,0r0,162r-32,0r0,-162xm-10,-223v0,-9,8,-17,16,-17v10,0,17,7,17,17v0,9,-6,16,-16,16v-9,0,-17,-7,-17,-16xm57,-223v0,-10,8,-17,17,-17v10,0,17,7,17,17v0,10,-7,16,-17,16v-9,0,-17,-7,-17,-16","w":78},"\u00f1":{"d":"66,-245v14,-2,61,34,63,-1r14,0v0,22,-9,41,-29,43v-17,2,-58,-33,-62,0r-15,0v3,-27,8,-38,29,-42xm126,0v-6,-50,21,-137,-33,-138v-15,0,-27,8,-38,23r0,115r-33,0r0,-162r33,0r0,21v38,-45,103,-23,103,49r0,92r-32,0"},"\u00f3":{"d":"13,-79v0,-47,39,-83,87,-83v49,0,86,37,86,84v0,47,-40,81,-87,81v-47,0,-86,-37,-86,-82xm153,-80v1,-31,-24,-53,-55,-53v-29,0,-52,22,-52,53v0,30,23,53,54,53v31,0,53,-23,53,-53xm135,-249r-39,52r-20,0r24,-52r35,0","w":198},"\u00f2":{"d":"13,-79v0,-47,39,-83,87,-83v49,0,86,37,86,84v0,47,-40,81,-87,81v-47,0,-86,-37,-86,-82xm153,-80v1,-31,-24,-53,-55,-53v-29,0,-52,22,-52,53v0,30,23,53,54,53v31,0,53,-23,53,-53xm85,-249r25,52r-20,0r-40,-52r35,0","w":198},"\u00f4":{"d":"113,-251r34,54r-20,0r-32,-31v-16,11,-19,35,-49,31r33,-54r34,0xm13,-79v0,-47,39,-83,87,-83v49,0,86,37,86,84v0,47,-40,81,-87,81v-47,0,-86,-37,-86,-82xm153,-80v1,-31,-24,-53,-55,-53v-29,0,-52,22,-52,53v0,30,23,53,54,53v31,0,53,-23,53,-53","w":198},"\u00f6":{"d":"13,-79v0,-47,39,-83,87,-83v49,0,86,37,86,84v0,47,-40,81,-87,81v-47,0,-86,-37,-86,-82xm153,-80v1,-31,-24,-53,-55,-53v-29,0,-52,22,-52,53v0,30,23,53,54,53v31,0,53,-23,53,-53xm44,-223v0,-9,8,-17,16,-17v10,0,17,7,17,17v0,9,-6,16,-16,16v-9,0,-17,-7,-17,-16xm111,-223v0,-10,8,-17,17,-17v10,0,17,7,17,17v0,10,-7,16,-17,16v-9,0,-17,-7,-17,-16","w":198},"\u00f5":{"d":"79,-245v14,-3,61,35,63,-1r14,0v0,22,-9,41,-28,43v-17,2,-59,-33,-63,0r-15,0v4,-26,8,-38,29,-42xm13,-79v0,-47,39,-83,87,-83v49,0,86,37,86,84v0,47,-40,81,-87,81v-47,0,-86,-37,-86,-82xm153,-80v1,-31,-24,-53,-55,-53v-29,0,-52,22,-52,53v0,30,23,53,54,53v31,0,53,-23,53,-53","w":198},"\u00fa":{"d":"54,-162v7,50,-22,138,33,138v15,0,28,-7,39,-22r0,-116r32,0r0,162r-32,0r0,-21v-34,41,-104,26,-104,-48r0,-93r32,0xm129,-249r-39,52r-20,0r24,-52r35,0"},"\u00f9":{"d":"54,-162v7,50,-22,138,33,138v15,0,28,-7,39,-22r0,-116r32,0r0,162r-32,0r0,-21v-34,41,-104,26,-104,-48r0,-93r32,0xm87,-249r25,52r-20,0r-40,-52r35,0"},"\u00fb":{"d":"106,-251r34,54r-20,0r-31,-31v-16,11,-19,35,-49,31r33,-54r33,0xm54,-162v7,50,-22,138,33,138v15,0,28,-7,39,-22r0,-116r32,0r0,162r-32,0r0,-21v-34,41,-104,26,-104,-48r0,-93r32,0"},"\u00fc":{"d":"54,-162v7,50,-22,138,33,138v15,0,28,-7,39,-22r0,-116r32,0r0,162r-32,0r0,-21v-34,41,-104,26,-104,-48r0,-93r32,0xm40,-223v0,-9,8,-17,16,-17v10,0,17,7,17,17v0,9,-6,16,-16,16v-9,0,-17,-7,-17,-16xm107,-223v0,-10,8,-17,17,-17v10,0,17,7,17,17v0,10,-7,16,-17,16v-9,0,-17,-7,-17,-16"},"\u00b0":{"d":"71,-165v-25,0,-49,-24,-49,-48v0,-25,23,-49,49,-49v27,0,49,23,49,49v0,25,-23,48,-49,48xm71,-243v-15,0,-30,15,-30,30v0,15,14,29,30,29v16,0,30,-14,30,-29v0,-15,-15,-30,-30,-30","w":142},"\u00a2":{"d":"109,-164r21,-59r17,0r-23,63v7,2,12,4,16,7r0,33v-7,-6,-16,-10,-26,-13r-37,102v23,9,50,2,67,-7r0,31v-26,11,-50,13,-78,7r-25,68r-17,0r28,-75v-69,-37,-38,-180,57,-157xm98,-135v-51,-5,-69,68,-34,96","w":157},"\u00a3":{"d":"58,-134v18,-52,36,-123,104,-113r20,37v-55,-20,-76,30,-90,76r28,0r0,31r-37,0r-18,68v38,-5,82,15,114,-2r0,34v-51,16,-105,-11,-158,6r29,-106r-26,0r0,-31r34,0","w":191},"\u00a7":{"d":"93,33v-8,-55,-84,-73,-81,-141v0,-19,7,-36,23,-50v-26,-38,1,-93,45,-91v35,-6,60,43,24,51v-9,0,-18,-10,-14,-20v0,-5,-4,-8,-12,-8v-41,11,-25,54,8,77v37,27,71,100,22,137v30,37,5,98,-43,94v-36,7,-60,-47,-22,-54v13,0,19,11,16,25v-1,4,4,7,8,6v14,1,28,-13,26,-26xm93,-32v37,-43,-17,-81,-43,-106v-32,46,19,75,43,106","w":146},"\u00b6":{"d":"0,-184v0,-47,30,-75,83,-74r111,0r0,31r-25,0r0,298r-30,0r0,-298r-39,0r0,298r-29,0r0,-183v-42,-1,-71,-30,-71,-72","w":195},"\u00df":{"d":"136,-73v-2,-32,-17,-46,-53,-47r0,-29v27,2,43,-12,43,-37v1,-22,-16,-38,-37,-38v-27,0,-36,18,-36,48r0,176r-32,0r0,-176v-1,-46,23,-73,69,-73v73,0,89,93,32,114v29,7,46,30,46,65v1,49,-35,82,-88,70r0,-31v30,14,57,-10,56,-42"},"\u00ae":{"d":"130,-188v71,-15,77,76,20,79v23,10,35,42,50,64r-28,0v-20,-27,-22,-68,-69,-61r0,61r-23,0r0,-143r50,0xm166,-147v0,-28,-35,-21,-63,-22r0,43v27,-1,63,6,63,-21xm0,-117v0,-77,57,-132,133,-132v77,0,133,55,133,132v0,77,-56,133,-133,133v-76,0,-133,-55,-133,-133xm244,-117v0,-58,-52,-110,-111,-110v-58,0,-110,52,-110,110v0,60,50,111,110,111v59,0,111,-53,111,-111","w":266},"\u00a9":{"d":"88,-115v-8,60,78,71,88,20r21,6v-7,29,-30,50,-64,49v-42,0,-69,-32,-69,-76v0,-78,109,-104,131,-33r-21,5v-18,-48,-95,-27,-86,29xm0,-117v0,-77,57,-132,133,-132v77,0,133,55,133,132v0,77,-56,133,-133,133v-76,0,-133,-55,-133,-133xm244,-117v0,-58,-52,-110,-111,-110v-58,0,-110,52,-110,110v0,60,50,111,110,111v59,0,111,-53,111,-111","w":266},"\u2122":{"d":"110,-102r-24,0r0,-122r-46,0r0,-22r117,0r0,22r-47,0r0,122xm195,-102r-22,0r0,-144r35,0r36,115r35,-115r35,0r0,144r-22,0r0,-121r-37,121r-22,0r-38,-122r0,122","w":360},"\u00b4":{"d":"99,-249r-39,52r-20,0r24,-52r35,0","w":120},"\u00a8":{"d":"10,-223v0,-9,8,-17,16,-17v10,0,17,7,17,17v0,9,-6,16,-16,16v-9,0,-17,-7,-17,-16xm77,-223v0,-10,8,-17,17,-17v10,0,17,7,17,17v0,10,-7,16,-17,16v-9,0,-17,-7,-17,-16","w":120},"\u00c6":{"d":"146,-246r160,0r0,32r-101,0r0,74r98,0r0,31r-98,0r0,77r105,0r0,32r-140,0r0,-109r-67,0r-64,109r-38,0xm170,-140r0,-82r-48,82r48,0","w":322},"\u00d8":{"d":"17,-122v0,-102,118,-161,207,-106r18,-21r16,14r-16,20v22,20,38,53,38,92v0,101,-122,159,-208,105r-18,21r-17,-13r17,-21v-22,-19,-37,-51,-37,-91xm95,-44v77,46,178,-24,142,-115v-5,-11,-11,-21,-19,-29xm201,-202v-65,-39,-148,6,-148,79v0,25,8,46,25,65","w":296},"\u00b1":{"d":"90,-46r0,-71r-70,0r0,-29r70,0r0,-70r30,0r0,70r70,0r0,29r-70,0r0,71r-30,0xm190,0r-170,0r0,-30r170,0r0,30","w":210},"\u00a5":{"d":"116,0r-32,0r0,-57r-73,0r0,-24r73,0r0,-26r-73,0r0,-26r60,0r-71,-125r35,0r64,118r63,-118r37,0r-71,125r60,0r0,26r-72,0r0,26r72,0r0,24r-72,0r0,57","w":198},"\u00aa":{"d":"7,-235v22,-23,83,-20,76,27v2,18,-8,61,15,37r0,15v-14,11,-32,13,-39,0v-20,16,-52,10,-54,-16v-2,-21,32,-31,54,-36v1,-13,-3,-21,-16,-21v-17,1,-24,8,-36,19r0,-25xm59,-170r0,-25v-13,3,-29,6,-29,20v0,16,19,14,29,5","w":101},"\u00ba":{"d":"8,-200v0,-29,25,-49,55,-49v33,0,60,19,60,50v1,30,-26,50,-58,50v-30,0,-57,-23,-57,-51xm98,-200v0,-18,-16,-30,-33,-30v-18,0,-32,13,-32,31v0,19,14,29,33,29v18,1,33,-13,32,-30","w":131},"\u00e6":{"d":"226,-14v-28,25,-91,22,-109,-8v-35,33,-104,38,-104,-16v0,-41,49,-48,81,-59v5,-57,-55,-41,-78,-11r0,-39v25,-23,80,-25,101,3v39,-43,118,-13,109,56r-100,0v-3,63,58,79,100,43r0,31xm194,-108v-2,-37,-58,-39,-64,0r64,0xm44,-44v-1,26,32,32,50,16r0,-53v-20,9,-49,14,-50,37","w":240},"\u00f8":{"d":"37,-20v-52,-51,-14,-145,62,-145v18,0,35,5,50,15r17,-20r12,11r-16,18v52,54,13,144,-65,144v-17,0,-32,-4,-47,-13r-20,23r-12,-11xm69,-33v51,33,115,-34,73,-85xm129,-127v-52,-35,-113,35,-72,83","w":198},"\u00bf":{"d":"77,-117v56,28,-13,90,-17,129v-1,24,25,30,44,18r-23,38v-34,1,-58,-20,-58,-52v0,-47,59,-93,54,-133xm72,-140v-12,0,-21,-11,-22,-22v0,-11,10,-21,22,-21v12,0,22,9,22,21v0,12,-10,22,-22,22","w":119},"\u00a1":{"d":"49,-140v-12,0,-22,-10,-22,-22v0,-12,9,-23,22,-22v12,0,21,10,21,22v0,12,-10,22,-21,22xm48,-109v17,18,20,91,20,126v0,34,-6,52,-19,52v-38,-17,-18,-142,-1,-178","w":97},"\u00ac":{"d":"190,-45r-30,0r0,-77r-140,0r0,-30r170,0r0,107","w":210},"\u00ab":{"d":"115,-81r53,81r-32,0r-53,-81r53,-81r32,0xm42,-81r53,81r-32,0r-53,-81r53,-81r32,0","w":176},"\u00bb":{"d":"62,-81r-54,-81r32,0r53,81r-53,81r-32,0xm135,-81r-54,-81r32,0r53,81r-53,81r-32,0","w":176},"\u2026":{"d":"279,-18v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,11,-10,21,-22,21v-12,0,-21,-9,-21,-21xm159,-18v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,11,-10,21,-22,21v-12,0,-21,-9,-21,-21xm38,-18v0,-12,11,-21,22,-22v11,0,21,10,21,22v0,12,-9,21,-21,21v-12,0,-22,-10,-22,-21","w":360},"\u00c0":{"d":"105,-247r25,0r110,247r-36,0r-33,-73r-104,0r-31,73r-36,0xm157,-104r-40,-89r-36,89r76,0xm111,-316r25,52r-20,0r-40,-52r35,0","w":240},"\u00c3":{"d":"64,-270v-1,-56,45,-40,79,-27v8,-2,11,-5,13,-15r13,0v0,22,-8,40,-28,42v-17,2,-58,-33,-62,0r-15,0xm105,-247r25,0r110,247r-36,0r-33,-73r-104,0r-31,73r-36,0xm157,-104r-40,-89r-36,89r76,0","w":240},"\u00d5":{"d":"96,-270v-1,-56,45,-40,79,-27v8,-2,11,-5,13,-15r14,0v0,22,-9,40,-29,42v-17,2,-58,-33,-62,0r-15,0xm16,-122v0,-74,58,-127,132,-127v73,0,132,55,132,126v0,72,-59,126,-134,126v-71,0,-130,-54,-130,-125xm244,-123v0,-52,-43,-93,-95,-93v-54,0,-96,41,-96,94v0,51,42,92,95,92v54,0,96,-40,96,-93","w":296},"\u2013":{"d":"-3,-103r186,0r0,23r-186,0r0,-23"},"\u2014":{"d":"-3,-103r366,0r0,23r-366,0r0,-23","w":360},"\u201c":{"d":"118,-162v-36,0,-30,-60,-7,-74v7,-4,13,-9,23,-13v-2,16,-20,24,-13,46v12,0,18,10,18,21v0,11,-10,20,-21,20xm38,-162v-29,0,-33,-47,-15,-67v8,-9,17,-16,30,-20v-1,19,-22,26,-12,46v10,-1,17,11,17,21v0,11,-9,20,-20,20","w":153,"k":{"\u2018":-22}},"\u201d":{"d":"117,-249v47,8,19,88,-17,87v3,-17,17,-22,14,-44v-12,-2,-18,-8,-18,-21v0,-12,9,-24,21,-22xm37,-249v15,1,26,16,25,34v0,26,-14,43,-42,53v3,-16,16,-22,13,-43v-28,-3,-20,-45,4,-44","w":153},"\u2018":{"d":"44,-162v-16,0,-25,-14,-24,-32v0,-27,14,-46,42,-55v-3,19,-21,27,-15,45v27,5,23,42,-3,42","w":78},"\u2019":{"d":"35,-249v29,0,32,49,14,69v-8,10,-18,17,-31,21v2,-19,16,-19,14,-43v-26,-5,-22,-47,3,-47","w":78,"k":{"\u201d":-22,"v":9,"t":14,"s":29,"r":29,"d":29}},"\u00f7":{"d":"87,-180v0,-9,10,-19,19,-19v9,0,20,9,19,19v1,10,-9,20,-19,19v-10,1,-19,-10,-19,-19xm190,-112r-170,0r0,-30r170,0r0,30xm87,-74v0,-9,10,-19,19,-19v9,0,20,9,19,19v1,10,-9,20,-19,19v-10,1,-19,-10,-19,-19","w":210},"\u00ff":{"d":"122,-162r36,0r-115,244r-35,0r55,-117r-63,-127r36,0r44,92xm29,-223v0,-9,8,-17,16,-17v10,0,17,7,17,17v0,9,-6,16,-16,16v-9,0,-17,-7,-17,-16xm96,-223v0,-10,8,-17,17,-17v10,0,17,7,17,17v0,10,-7,16,-17,16v-9,0,-17,-7,-17,-16","w":157},"\u00c2":{"d":"136,-318r34,54r-20,0r-31,-31v-16,11,-19,35,-49,31r33,-54r33,0xm105,-247r25,0r110,247r-36,0r-33,-73r-104,0r-31,73r-36,0xm157,-104r-40,-89r-36,89r76,0","w":240},"\u00ca":{"d":"113,-318r34,54r-20,0r-31,-31v-16,11,-19,35,-49,31r33,-54r33,0xm27,-246r139,0r0,32r-104,0r0,75r101,0r0,31r-101,0r0,76r108,0r0,32r-143,0r0,-246"},"\u00c1":{"d":"105,-247r25,0r110,247r-36,0r-33,-73r-104,0r-31,73r-36,0xm157,-104r-40,-89r-36,89r76,0xm159,-316r-39,52r-20,0r24,-52r35,0","w":240},"\u00cb":{"d":"27,-246r139,0r0,32r-104,0r0,75r101,0r0,31r-101,0r0,76r108,0r0,32r-143,0r0,-246xm40,-283v0,-9,8,-17,16,-17v10,0,17,7,17,17v0,9,-6,16,-16,16v-9,0,-17,-7,-17,-16xm107,-283v0,-10,8,-17,17,-17v10,0,17,7,17,17v0,10,-7,16,-17,16v-9,0,-17,-7,-17,-16"},"\u00c8":{"d":"27,-246r139,0r0,32r-104,0r0,75r101,0r0,31r-101,0r0,76r108,0r0,32r-143,0r0,-246xm87,-316r25,52r-20,0r-40,-52r35,0"},"\u00cd":{"d":"27,-246r36,0r0,246r-36,0r0,-246xm94,-316r-39,52r-20,0r24,-52r35,0","w":90},"\u00ce":{"d":"64,-318r34,54r-20,0r-31,-31v-16,11,-19,35,-49,31r32,-54r34,0xm27,-246r36,0r0,246r-36,0r0,-246","w":90},"\u00cf":{"d":"27,-246r36,0r0,246r-36,0r0,-246xm-3,-283v0,-9,8,-17,16,-17v10,0,17,7,17,17v0,9,-6,16,-16,16v-9,0,-17,-7,-17,-16xm64,-283v0,-10,8,-17,17,-17v10,0,17,7,17,17v0,10,-7,16,-17,16v-9,0,-17,-7,-17,-16","w":90},"\u00cc":{"d":"27,-246r36,0r0,246r-36,0r0,-246xm36,-316r25,52r-20,0r-40,-52r35,0","w":90},"\u00d3":{"d":"16,-122v0,-74,58,-127,132,-127v73,0,132,55,132,126v0,72,-59,126,-134,126v-71,0,-130,-54,-130,-125xm244,-123v0,-52,-43,-93,-95,-93v-54,0,-96,41,-96,94v0,51,42,92,95,92v54,0,96,-40,96,-93xm183,-316r-39,52r-20,0r24,-52r35,0","w":296},"\u00d4":{"d":"159,-318r33,54v-31,3,-35,-20,-51,-31v-16,11,-19,35,-49,31r33,-54r34,0xm16,-122v0,-74,58,-127,132,-127v73,0,132,55,132,126v0,72,-59,126,-134,126v-71,0,-130,-54,-130,-125xm244,-123v0,-52,-43,-93,-95,-93v-54,0,-96,41,-96,94v0,51,42,92,95,92v54,0,96,-40,96,-93","w":296},"\u00d2":{"d":"16,-122v0,-74,58,-127,132,-127v73,0,132,55,132,126v0,72,-59,126,-134,126v-71,0,-130,-54,-130,-125xm244,-123v0,-52,-43,-93,-95,-93v-54,0,-96,41,-96,94v0,51,42,92,95,92v54,0,96,-40,96,-93xm142,-316r25,52r-20,0r-40,-52r35,0","w":296},"\u00da":{"d":"127,-28v48,0,71,-22,71,-78r0,-140r35,0r0,140v3,77,-38,109,-105,109v-68,0,-106,-32,-106,-110r0,-139r35,0r0,140v-2,58,21,78,70,78xm169,-316r-39,52r-20,0r24,-52r35,0","w":254},"\u00db":{"d":"142,-318r34,54r-20,0r-31,-31v-16,11,-19,35,-49,31r33,-54r33,0xm127,-28v48,0,71,-22,71,-78r0,-140r35,0r0,140v3,77,-38,109,-105,109v-68,0,-106,-32,-106,-110r0,-139r35,0r0,140v-2,58,21,78,70,78","w":254},"\u00d9":{"d":"127,-28v48,0,71,-22,71,-78r0,-140r35,0r0,140v3,77,-38,109,-105,109v-68,0,-106,-32,-106,-110r0,-139r35,0r0,140v-2,58,21,78,70,78xm117,-316r25,52r-20,0r-40,-52r35,0","w":254},"\u00b8":{"d":"67,32v-1,-9,-10,-10,-21,-10r9,-25r20,0r-2,9v10,4,20,11,20,23v-1,25,-27,37,-57,32r0,-20v14,0,29,1,31,-9","w":120},"\u00b5":{"d":"98,-21v56,0,35,-85,39,-141r30,0r0,162r-28,0r0,-19v-13,28,-62,30,-77,3r0,78r-31,0r0,-224r31,0v4,55,-18,141,36,141","w":198},"\u00a0":{"w":100},"\u00a6":{"d":"33,-123r0,-123r28,0r0,123r-28,0xm33,83r0,-146r28,0r0,146r-28,0","w":93},"\u00ad":{"d":"102,-97r0,34r-88,0r0,-34r88,0","w":116},"\u00af":{"d":"-6,-263r0,-23r211,0r0,23r-211,0","w":198},"\u00d0":{"d":"253,-123v0,82,-52,126,-148,123r-78,0r0,-111r-28,0r0,-23r28,0r0,-112r83,0v91,-2,143,43,143,123xm217,-125v0,-74,-66,-97,-154,-89r0,80r69,0r0,23r-69,0r0,79r45,0v72,4,109,-34,109,-93","w":270},"\u00f0":{"d":"140,-157v-16,-25,-17,-27,-40,-45r-52,24r-8,-20r38,-17v-10,-5,-21,-9,-31,-11r18,-22v23,7,24,8,44,18r39,-18r9,19r-27,13v35,30,58,67,59,124v0,56,-33,95,-89,95v-47,0,-86,-37,-86,-83v0,-60,65,-104,126,-77xm102,-26v34,0,56,-21,56,-55v0,-32,-23,-55,-56,-55v-31,0,-57,26,-57,56v0,31,26,54,57,54","w":202},"\u00dd":{"d":"175,-246r42,0r-90,116r0,130r-36,0r0,-130r-91,-116r43,0r65,85xm148,-316r-39,52r-20,0r24,-52r35,0","w":217},"\u00fd":{"d":"122,-162r36,0r-115,244r-35,0r55,-117r-63,-127r36,0r44,92xm118,-249r-39,52r-20,0r24,-52r35,0","w":157},"\u00de":{"d":"180,-122v0,58,-52,74,-120,69r0,53r-35,0r0,-246r35,0r0,53v67,-7,121,11,120,71xm60,-85v42,2,84,2,84,-38v0,-38,-43,-40,-84,-38r0,76","w":183},"\u00fe":{"d":"168,-80v1,58,-56,101,-115,76r0,86r-32,0r0,-328r32,0r0,84v68,-5,115,20,115,82xm135,-81v0,-45,-34,-54,-82,-51r0,100v40,20,82,-5,82,-49"},"\u00d7":{"d":"28,-72r56,-55r-56,-55r22,-22r55,55r55,-55r21,22r-55,55r55,55r-21,21r-55,-55r-55,55","w":210},"\u00b9":{"d":"46,-247r24,0r0,127r-24,0r0,-127","w":116},"\u00b2":{"d":"13,-236v39,-36,110,8,73,57r-34,40r54,0r0,19v-31,-2,-69,4,-96,-2v23,-24,55,-50,60,-84v-3,-33,-42,-27,-57,-2r0,-28","w":116},"\u00b3":{"d":"71,-156v0,-16,-12,-19,-30,-20v1,-6,-3,-17,2,-19v35,4,34,-37,4,-35v-7,0,-16,2,-27,7r0,-20v29,-13,76,-5,75,29v0,12,-6,21,-17,27v38,16,13,69,-28,69v-11,0,-21,-3,-33,-8r0,-22v19,12,54,18,54,-8","w":116},"\u00bd":{"d":"75,10r-24,0r164,-259r24,0xm46,-247r24,0r0,127r-24,0r0,-127xm201,-117v39,-36,110,8,73,57r-34,40r54,0r0,19v-31,-2,-69,4,-96,-2v23,-24,55,-50,60,-84v-3,-33,-42,-27,-57,-2r0,-28","w":303},"\u00bc":{"d":"279,-59r16,0r0,18r-16,0r0,41r-25,0r0,-41r-61,0r0,-10r74,-79r12,0r0,71xm254,-90r-28,31r28,0r0,-31xm86,10r-24,0r164,-259r24,0xm46,-247r24,0r0,127r-24,0r0,-127","w":303},"\u00be":{"d":"279,-59r16,0r0,18r-16,0r0,41r-25,0r0,-41r-61,0r0,-10r74,-79r12,0r0,71xm254,-90r-28,31r28,0r0,-31xm82,10r-24,0r163,-259r25,0xm71,-156v0,-16,-12,-19,-30,-20v1,-6,-3,-17,2,-19v35,4,34,-37,4,-35v-7,0,-16,2,-27,7r0,-20v29,-13,76,-5,75,29v0,12,-6,21,-17,27v38,16,13,69,-28,69v-11,0,-21,-3,-33,-8r0,-22v19,12,54,18,54,-8","w":303},"\u00b7":{"d":"111,-146v9,0,20,9,19,19v1,10,-9,20,-19,19v-10,1,-19,-10,-19,-19v0,-9,10,-19,19,-19","w":120},"\u00a4":{"d":"141,-61v-21,16,-62,17,-83,0r-25,24r-20,-20r24,-24v-16,-25,-16,-58,0,-83r-24,-24r20,-21r25,25v19,-17,64,-17,83,0r24,-25r21,21r-25,24v17,25,17,58,0,83r25,24r-21,20xm99,-168v-25,0,-45,20,-45,45v0,25,21,46,45,46v24,0,46,-22,46,-46v0,-24,-21,-45,-46,-45","w":198}}});Cufon.registerFont({"w":161,"face":{"font-family":"Gill Sans","font-weight":100,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 11 3 2 2 1 4 9 2 3","ascent":"288","descent":"-72","x-height":"3","bbox":"-54 -322 362 83.5102","underline-thickness":"17.9297","underline-position":"-18.1055","slope":"-8","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100,"k":{"\u201d":29,"\u2014":29,"Y":58,"W":36,"V":36,"T":45,"A":29}},"!":{"d":"20,-63r21,-183r20,0r-34,183r-7,0xm4,0r4,-32r21,0r-4,32r-21,0","w":60},"\"":{"d":"70,-246r24,0v1,30,-1,58,-4,85r-15,0v-3,-27,-6,-54,-5,-85xm21,-246r23,0v1,30,-1,58,-4,85r-15,0v-3,-27,-5,-55,-4,-85","w":100},"#":{"d":"99,-251r16,0r-15,73r68,0r16,-73r17,0r-16,73r30,0r0,17r-33,0r-15,69r48,0r0,16r-51,0r-15,74r-17,0r15,-74r-68,0r-15,74r-17,0r15,-74r-30,0r0,-16r34,0r14,-69r-48,0r0,-17r51,0xm97,-161r-15,69r69,0r14,-69r-68,0","w":237},"$":{"d":"75,-111v-46,-16,-71,-67,-33,-105v13,-12,29,-17,50,-18r3,-15r16,0r-2,15v20,2,34,6,44,12r-3,17v-16,-8,-31,-12,-44,-13r-13,96v79,27,59,122,-18,125r-5,38r-16,0r5,-38v-22,-2,-39,-7,-52,-16r2,-18v17,11,34,17,53,18xm90,-218v-35,0,-64,39,-41,68v5,7,16,12,29,19xm78,-13v35,1,63,-36,42,-66v-5,-6,-15,-14,-30,-23"},"%":{"d":"10,-191v0,-31,27,-58,58,-58v31,0,58,27,58,58v0,31,-27,58,-58,58v-31,0,-58,-27,-58,-58xm26,-191v0,24,19,43,42,43v23,0,43,-20,43,-43v0,-23,-19,-42,-43,-42v-23,-1,-43,19,-42,42xm236,-248r-198,252r-18,0r198,-252r18,0xm132,-54v0,-31,27,-58,58,-58v31,0,58,27,58,58v0,31,-27,58,-58,58v-31,0,-58,-27,-58,-58xm148,-54v0,24,19,43,42,43v23,0,43,-20,43,-43v0,-23,-19,-42,-43,-42v-23,0,-42,20,-42,42","w":251},"&":{"d":"113,-249v25,-1,49,23,49,49v0,26,-21,50,-63,71v21,35,39,62,55,82v20,-20,36,-44,50,-72r19,0v-10,26,-29,54,-57,84v20,16,38,26,62,22v-5,6,-3,16,-15,16v-20,0,-40,-8,-59,-26v-45,47,-138,27,-139,-39v0,-30,20,-54,61,-74v-30,-48,-20,-110,37,-113xm112,-232v-42,4,-44,53,-21,88v35,-18,53,-37,53,-58v0,-16,-15,-31,-32,-30xm34,-62v1,53,73,64,108,27v-15,-17,-36,-47,-59,-87v-33,18,-49,38,-49,60","w":236},"'":{"d":"39,-246r24,0v1,31,-1,59,-5,85r-15,0v-3,-27,-5,-55,-4,-85","w":79},"(":{"d":"54,83v-56,-113,-43,-242,54,-332r21,0v-98,94,-121,209,-57,332r-18,0","w":108},")":{"d":"44,-249v58,113,43,243,-54,332r-21,0v98,-94,120,-208,58,-332r17,0","w":108},"*":{"d":"155,-221r-51,41v17,5,45,-4,66,-4r0,17v-21,0,-48,-9,-66,-5r51,41r-12,12r-42,-51v-5,18,4,46,4,67r-16,0v1,-22,6,-47,5,-67r-42,51r-12,-12r51,-41v-18,-5,-46,4,-67,4r0,-16v21,0,49,8,66,4r-50,-41r12,-12r41,50v5,-17,-4,-45,-4,-66r16,0v0,21,-8,48,-4,66r42,-50","w":168},"+":{"d":"29,-134r86,0r0,-87r16,0r0,87r87,0r0,16r-87,0r0,86r-16,0r0,-86r-86,0r0,-16","w":237},",":{"d":"7,0r4,-32r21,0v-2,31,-10,64,-35,73v0,-19,18,-22,17,-41r-7,0","w":60,"k":{"\u2018":29,"\u201c":29," ":29}},"-":{"d":"92,-86r-2,14r-85,0r2,-14r85,0","w":97},".":{"d":"10,0r4,-32r21,0r-4,32r-21,0","w":60,"k":{"\u2018":29,"\u201c":29," ":29}},"\/":{"d":"87,-249r16,0r-79,252r-16,0","w":101},"0":{"d":"20,-83v0,-69,33,-167,97,-166v43,1,61,38,61,85v1,74,-32,167,-97,167v-42,0,-61,-38,-61,-86xm36,-81v0,38,12,68,45,69v53,1,80,-94,80,-150v0,-39,-12,-72,-45,-72v-52,0,-81,95,-80,153","w":187},"1":{"d":"122,-246r-34,246r-16,0r34,-246r16,0","w":187},"2":{"d":"165,-193v-15,79,-52,96,-115,178r106,0r-3,15r-140,0v28,-25,104,-123,123,-153v21,-34,12,-80,-29,-81v-17,0,-37,8,-60,24r3,-19v46,-34,114,-25,115,36","w":187},"3":{"d":"156,-185v0,-49,-63,-62,-102,-35r2,-15v46,-31,117,-8,116,48v0,26,-16,47,-47,61v65,34,25,129,-49,129v-23,0,-43,-6,-61,-18r2,-15v47,35,125,17,124,-44v0,-30,-23,-49,-56,-48r2,-12v39,2,69,-18,69,-51","w":187},"4":{"d":"172,-96r-2,12r-40,0r-12,84r-16,0r12,-84r-101,0r1,-7r134,-158r5,0r-21,153r40,0xm131,-208v-32,31,-64,77,-96,112r80,0","w":187},"5":{"d":"139,-83v0,-45,-44,-68,-88,-52r16,-111r104,0r-2,16r-88,0r-11,77v49,-10,87,23,87,70v0,71,-92,114,-149,66r7,-14v48,41,124,10,124,-52","w":187},"6":{"d":"84,3v-78,-6,-68,-95,-24,-159r62,-90r18,0r-76,111v40,-30,104,-14,104,43v0,46,-40,99,-84,95xm40,-63v0,29,16,50,43,51v38,1,67,-42,67,-82v0,-24,-15,-41,-39,-41v-39,0,-71,34,-71,72","w":187},"7":{"d":"182,-246r-126,246r-17,0r118,-230r-120,0r2,-16r143,0","w":187},"8":{"d":"178,-190v0,32,-23,53,-48,62v77,28,24,131,-44,131v-37,0,-70,-29,-69,-66v0,-37,26,-62,58,-70v-63,-26,-21,-116,41,-116v34,0,62,25,62,59xm61,-180v0,25,21,42,47,42v29,0,52,-24,52,-51v0,-26,-18,-45,-44,-45v-29,-1,-55,25,-55,54xm35,-62v0,30,22,50,51,50v33,1,64,-28,64,-63v0,-29,-22,-48,-52,-48v-35,0,-63,25,-63,61","w":187},"9":{"d":"114,-249v78,6,68,95,27,154r-66,95r-19,0r79,-115v-37,37,-105,17,-105,-38v0,-46,37,-100,84,-96xm47,-153v0,24,14,42,39,42v38,0,72,-34,72,-73v0,-29,-17,-50,-44,-50v-36,0,-68,42,-67,81","w":187},":":{"d":"24,-130r5,-32r21,0r-4,32r-22,0xm5,0r5,-32r21,0r-4,32r-22,0","w":60,"k":{" ":29}},";":{"d":"24,-130r5,-32r21,0r-4,32r-22,0xm8,0r4,-32r21,0v-1,32,-10,65,-35,73v2,-18,18,-22,17,-41r-7,0","w":60,"k":{" ":29}},"<":{"d":"29,-118r0,-16r189,-79r0,18r-167,69r167,69r0,18","w":237},"=":{"d":"29,-178r189,0r0,16r-189,0r0,-16xm29,-91r189,0r0,16r-189,0r0,-16","w":237},">":{"d":"218,-118r-189,79r0,-18r167,-69r-167,-69r0,-18r189,79r0,16","w":237},"?":{"d":"102,-199v0,-47,-59,-48,-85,-14r3,-19v44,-44,123,6,90,62v-18,30,-75,63,-79,106r-9,0v0,-58,80,-83,80,-135xm8,0r4,-32r21,0r-4,32r-21,0","w":105},"@":{"d":"57,-78v0,-79,99,-153,144,-74r5,-30r22,0r-32,155v0,5,3,7,9,7v35,-2,71,-55,69,-101v-3,-66,-46,-113,-118,-113v-79,0,-136,60,-136,140v0,81,58,138,138,137v51,0,91,-18,118,-55r18,0v-24,41,-74,69,-136,69v-90,1,-154,-62,-153,-151v1,-88,61,-155,153,-155v78,0,130,54,130,128v0,56,-44,115,-90,117v-21,1,-23,-16,-21,-32v-39,59,-120,30,-120,-42xm79,-77v0,29,17,56,45,56v38,0,69,-61,68,-100v0,-27,-18,-50,-45,-50v-40,0,-68,54,-68,94","w":287},"A":{"d":"121,-249r57,249r-18,0r-20,-89r-91,0r-42,89r-17,0r116,-249r15,0xm57,-105r79,0r-26,-113","w":195,"k":{"w":5,"v":5,"Y":36,"W":29,"V":31,"U":7,"T":29,"Q":11,"O":11,"G":9,"C":7}},"B":{"d":"176,-71v0,69,-83,76,-161,71r35,-246v58,-4,104,14,106,62v0,21,-11,37,-33,48v30,9,53,30,53,65xm137,-185v0,-36,-32,-48,-73,-45r-12,89v45,3,85,-4,85,-44xm157,-70v0,-49,-51,-60,-107,-55r-16,109v60,3,123,0,123,-54","w":191,"k":{"A":-7}},"C":{"d":"14,-99v1,-88,88,-168,190,-147r-2,16v-94,-17,-167,51,-169,130v-1,45,33,88,78,87v24,0,51,-10,78,-27r-3,20v-74,53,-173,9,-172,-79","w":198,"k":{"A":-18,".":-16,",":-16}},"D":{"d":"220,-121v1,69,-56,121,-126,121r-78,0r34,-246v99,-11,169,38,170,125xm202,-121v0,-71,-57,-116,-136,-109r-31,214v96,10,167,-22,167,-105","w":236,"k":{"Y":41,"W":27,"V":27,"A":5,".":14,",":14}},"E":{"d":"176,-246r-2,17r-108,0r-14,95r103,0r-3,17r-102,0r-15,100r145,0r-2,17r-162,0r35,-246r125,0","w":191},"F":{"d":"163,-246r-2,17r-95,0r-14,96r89,0r-2,17r-89,0r-17,116r-17,0r35,-246r112,0","w":150,"k":{"a":7,"A":4,".":36,",":36}},"G":{"d":"14,-103v0,-98,105,-169,215,-140r-2,16v-103,-24,-193,33,-194,125v-1,76,80,113,146,72r8,-55r-56,0r3,-16r71,0r-11,79v-72,56,-180,12,-180,-81","w":221},"H":{"d":"244,-246r-34,246r-17,0r16,-117r-162,0r-16,117r-17,0r35,-246r17,0r-16,112r161,0r16,-112r17,0","w":251},"I":{"d":"66,-246r-35,246r-17,0r35,-246r17,0","w":71},"J":{"d":"67,-246r-38,270v-6,47,-35,67,-80,56r-3,-18v42,13,63,-11,69,-54r35,-254r17,0","w":71,"k":{"A":-7}},"K":{"d":"208,-246r-135,113r129,133r-22,0r-130,-133r-19,133r-17,0r35,-246r17,0r-15,109r132,-109r25,0","w":195,"k":{"u":-4,"e":5,"O":7}},"L":{"d":"65,-246r-33,229r111,0r-3,17r-127,0r35,-246r17,0","w":150,"k":{"\u2018":22,"\u201c":22,"Y":27,"W":27,"V":27,"T":11}},"M":{"d":"13,0r-18,0r82,-246r14,0r44,207r110,-207r15,0r0,246r-17,0r0,-207r-110,207r-6,0r-44,-208","w":288},"N":{"d":"240,-246r-35,248r-8,0r-134,-212r-30,210r-17,0r35,-246r9,0r133,211r30,-211r17,0","w":247},"O":{"d":"21,-99v0,-72,43,-150,116,-150v55,0,86,42,86,100v0,76,-45,152,-116,152v-59,0,-86,-41,-86,-102xm39,-93v0,48,23,80,69,80v63,0,96,-70,96,-140v0,-45,-23,-79,-67,-79v-65,0,-98,73,-98,139","w":236,"k":{"Y":27,"X":14,"W":14,"V":11,"T":22,".":14,",":14}},"P":{"d":"166,-180v0,58,-53,76,-120,70r-16,110r-17,0r35,-246v64,-6,118,8,118,66xm147,-180v0,-43,-37,-55,-84,-50r-15,104v53,4,99,-5,99,-54","w":168,"k":{"o":14,"e":14,"a":14,"A":18,".":50,",":50}},"Q":{"d":"112,3v20,62,109,67,114,-3r4,0v10,62,-62,91,-106,52v-14,-13,-26,-29,-32,-49v-47,-4,-71,-49,-71,-101v0,-75,46,-152,118,-151v56,0,84,41,84,100v0,74,-41,150,-111,152xm39,-92v0,47,24,79,70,79v60,1,95,-75,95,-140v0,-47,-22,-79,-66,-79v-64,0,-100,70,-99,140","w":236,"k":{".":-11,",":-23}},"R":{"d":"171,-182v0,37,-24,60,-57,67v23,21,51,83,70,115r-19,0r-62,-109v-8,-9,-38,-5,-56,-6r-16,115r-17,0r35,-246v65,-5,123,4,122,64xm152,-181v0,-46,-40,-53,-89,-49r-13,99v52,3,102,0,102,-50","w":187,"k":{"Y":32,"W":18,"V":18,"T":20,"O":5}},"S":{"d":"31,-184v0,-56,68,-83,109,-51r-4,15v-38,-25,-86,-9,-86,34v0,55,80,62,80,123v0,59,-75,85,-119,50r4,-17v38,31,95,18,96,-33v1,-55,-80,-64,-80,-121","w":150},"T":{"d":"186,-246r-2,17r-73,0r-32,229r-17,0r32,-229r-72,0r2,-17r162,0","w":164,"k":{"y":27,"w":31,"u":25,"r":22,"o":36,"e":36,"a":36,"O":9,"A":14,".":29,"-":47,",":29}},"U":{"d":"42,-91v-17,73,77,102,119,57v43,-46,32,-141,49,-212r17,0v-21,100,0,249,-123,249v-47,0,-88,-37,-80,-91r23,-158r17,0","w":228,"k":{".":7,",":7}},"V":{"d":"194,-246r-111,249r-7,0r-52,-249r17,0r42,206r94,-206r17,0","w":172,"k":{"o":11,"i":-7,"e":11,"a":11,";":-11,":":-11,".":22,"-":20,",":22}},"W":{"d":"345,-246r-120,249r-7,0r-38,-205r-95,205r-7,0r-54,-249r17,0r44,208r96,-208r7,0r39,208r99,-208r19,0","w":322,"k":{"u":4,"o":14,"i":-7,"e":14,"a":14,"A":4,";":-11,":":-11,".":29,"-":23,",":29}},"X":{"d":"246,-246r-112,118r86,128r-20,0r-79,-115r-109,115r-23,0r123,-128r-79,-118r20,0r72,104r99,-104r22,0","w":232},"Y":{"d":"197,-246r-92,119r-17,127r-18,0r18,-127r-61,-119r18,0r54,102r77,-102r21,0","w":172,"k":{"u":18,"o":27,"e":27,"a":27,"O":5,"A":9,".":22,"-":40,",":22}},"Z":{"d":"30,-17r173,0r-2,17r-203,0r0,-6r205,-223r-166,0r2,-17r196,0r0,6","w":228},"[":{"d":"127,-246r-2,14r-60,0r-43,298r61,0r-2,14r-78,0r48,-326r76,0","w":108},"\\":{"d":"85,3r-79,-252r17,0r79,252r-17,0","w":101},"]":{"d":"-20,80r2,-14r59,0r44,-298r-62,0r2,-14r79,0r-48,326r-76,0","w":108},"^":{"d":"129,-249r79,94r-11,10r-68,-81r-67,81r-12,-10","w":237},"_":{"d":"-2,27r184,0r0,18r-184,0r0,-18","w":180},"`":{"d":"17,-244r28,0r38,56r-12,0","w":119},"a":{"d":"12,-62v0,-70,69,-117,147,-100r-22,162r-16,0r2,-19v-41,42,-111,20,-111,-43xm28,-59v0,59,65,61,98,22r16,-114v-63,-13,-114,34,-114,92","w":172},"b":{"d":"156,-98v0,73,-66,115,-146,98r35,-246r16,0r-14,105v39,-47,109,-18,109,43xm139,-97v0,-43,-45,-69,-79,-40v-32,27,-20,80,-32,124v62,11,111,-27,111,-84","w":168,"k":{"y":4,"l":4,"b":4,".":7,",":7}},"c":{"d":"9,-69v2,-63,56,-110,128,-93r-3,18v-59,-20,-109,22,-108,77v0,53,55,69,101,42r-3,17v-52,28,-117,0,-115,-61","w":138,"k":{".":-14,",":-14}},"d":{"d":"10,-72v0,-60,60,-105,134,-91r11,-83r16,0r-34,244v-69,18,-127,-9,-127,-70xm27,-71v0,48,46,73,95,58r20,-137v-61,-15,-115,25,-115,79","w":168},"e":{"d":"31,-84v-8,65,61,94,105,52r0,17v-50,41,-122,8,-122,-60v0,-46,32,-90,75,-90v41,0,62,37,56,81r-114,0xm130,-98v7,-47,-46,-68,-76,-37v-10,11,-18,22,-20,37r96,0","k":{"x":5,"w":5,"v":5,"g":4,".":-4,",":-4}},"f":{"d":"98,-162r-1,12r-39,0r-31,222r-15,0r31,-222r-33,0r2,-12r32,0v-1,-63,49,-108,108,-77r-2,14v-37,-20,-81,-11,-85,34r-5,29r38,0","w":90,"k":{"\u2018":-45,"\u201c":-45,"o":4,"e":7,"a":7,".":5,",":5}},"g":{"d":"52,-49v-62,-23,-32,-116,32,-116r77,0r-2,12v-14,1,-33,-2,-45,1v41,19,22,89,-10,100v-16,11,-67,4,-70,26v12,26,100,15,100,62v0,59,-138,65,-138,7v0,-19,19,-34,56,-43v-44,-6,-44,-43,0,-49xm72,-57v56,4,69,-95,9,-95v-52,-3,-70,93,-9,95xm12,45v6,40,109,34,106,-8v6,-17,-41,-30,-50,-30v-16,0,-59,16,-56,38","w":153,"k":{".":4}},"h":{"d":"131,-113v4,-21,-7,-37,-27,-37v-20,0,-41,14,-65,43r-15,107r-16,0r35,-246r16,0r-16,118v22,-24,44,-37,64,-37v72,0,27,109,24,165r-16,0","w":164},"i":{"d":"50,-162r-23,162r-16,0r23,-162r16,0xm59,-232r-4,27r-16,0r4,-27r16,0","w":63},"j":{"d":"59,-232r-4,27r-16,0r4,-27r16,0xm49,-162v-15,74,-14,176,-44,232v-11,13,-33,16,-54,10r3,-14v42,7,50,-14,56,-60r23,-168r16,0","w":63},"k":{"d":"58,-246r-22,160r96,-76r24,0r-97,76r101,86r-23,0r-101,-85r-12,85r-16,0r35,-246r15,0","w":153,"k":{"e":5}},"l":{"d":"61,-246r-35,246r-16,0r35,-246r16,0","w":63},"m":{"d":"232,-117v-3,-58,-70,-26,-87,2r-17,115r-15,0r16,-122v0,-19,-8,-28,-26,-28v-20,0,-40,11,-61,35r-16,115r-16,0r23,-162r16,0r-4,28v23,-21,44,-31,62,-31v20,1,36,16,38,35v21,-23,41,-35,62,-35v24,0,44,18,41,45r-17,120r-16,0","w":266},"n":{"d":"131,-109v2,-62,-58,-45,-89,-6r-17,115r-15,0r22,-162r16,0r-3,28v34,-43,111,-42,102,23r-16,111r-16,0","w":164,"k":{"v":4}},"o":{"d":"13,-65v0,-52,28,-100,76,-100v37,0,57,29,57,68v0,53,-31,100,-77,100v-35,0,-56,-30,-56,-68xm30,-65v0,29,12,52,38,53v37,1,61,-44,61,-85v0,-29,-14,-54,-41,-53v-38,1,-58,43,-58,85","k":{"x":5,"w":4,"v":4,".":5,",":5}},"p":{"d":"39,-129v-11,7,-25,29,-31,36v-7,-17,21,-39,33,-50r7,-51r16,0r-6,41v49,-32,106,4,105,61v-2,65,-53,104,-127,94r-11,78r-16,0xm146,-91v0,-51,-47,-74,-90,-49r-18,130v62,10,108,-22,108,-81","w":180,"k":{"y":5,".":5,",":5}},"q":{"d":"12,-65v2,-70,58,-109,142,-100r-34,245r-16,0r12,-89v-51,29,-106,3,-104,-56xm28,-65v-1,51,48,72,90,43r18,-131v-66,-6,-106,31,-108,88","w":164},"r":{"d":"117,-146v-32,-24,-68,40,-77,50r-13,96r-16,0r22,-162r16,0v-1,14,-6,32,-5,45v23,-29,32,-54,73,-45r0,16","w":97,"k":{"y":-27,"v":-27,"u":-11,"t":-9,"s":-9,"r":-9,"q":4,"n":-11,"m":-9,"l":-11,"k":-11,"i":-9,"g":-5,"a":7,";":-27,":":-27,".":14,"-":14,",":14}},"s":{"d":"18,-125v2,-43,68,-51,101,-25r0,18v-19,-12,-36,-18,-52,-18v-15,0,-36,10,-34,23v5,36,82,43,79,88v-4,48,-77,54,-108,21r5,-17v15,16,31,23,50,23v18,1,36,-9,36,-25v-3,-38,-79,-45,-77,-88","w":127,"k":{".":-9,",":-9}},"t":{"d":"97,-8v-29,22,-76,9,-74,-30v2,-35,14,-78,20,-112r-32,0r2,-12r32,0r7,-37r16,0r-8,37r44,0r-2,12r-43,0r-19,113v-1,33,37,35,57,14r0,15","w":101},"u":{"d":"32,-46v-1,22,9,34,29,34v18,0,39,-12,61,-38r15,-112r16,0r-23,162r-15,0v0,-9,5,-21,3,-29v-20,22,-40,32,-62,32v-25,0,-44,-19,-40,-49r17,-116r15,0","w":164},"v":{"d":"140,-162r-88,165r-6,0r-37,-165r15,0r30,132r70,-132r16,0","w":131,"k":{"a":5,".":11,",":11}},"w":{"d":"147,-32r66,-130r16,0r-85,165r-6,0r-21,-127r-64,127r-6,0r-38,-165r15,0r30,130r65,-130r6,0","w":221,"k":{"a":5,".":14,",":14}},"x":{"d":"162,-162r-72,79r49,83r-18,0r-42,-72r-66,72r-20,0r79,-85r-44,-77r17,0r38,65r60,-65r19,0","w":164,"k":{"e":11}},"y":{"d":"143,-162r-128,245r-18,0r45,-85r-30,-160r15,0r27,138r72,-138r17,0","w":135,"k":{"e":4,"a":7,".":14,",":14}},"z":{"d":"157,-162r0,7r-134,141r113,0r-2,14r-141,0r0,-7r136,-141r-106,0r2,-14r132,0","w":153,"k":{"e":4}},"{":{"d":"55,24v0,-43,7,-95,-34,-94r0,-23v41,1,34,-51,34,-94v0,-41,18,-61,52,-59r0,20v-42,-5,-32,38,-32,74v0,39,-12,63,-35,71v32,8,37,57,35,105v-1,29,3,39,32,39r0,20v-34,2,-52,-18,-52,-59","w":119},"|":{"d":"36,-246r17,0r0,329r-17,0r0,-329","w":79},"}":{"d":"72,-187v0,43,-7,95,34,94r0,23v-41,-1,-34,51,-34,94v0,41,-17,61,-51,59r0,-20v42,4,31,-39,31,-74v0,-39,12,-62,35,-70v-32,-8,-35,-57,-35,-106v0,-28,-3,-39,-31,-39r0,-20v34,-2,51,18,51,59","w":119},"~":{"d":"80,-128v-26,2,-30,8,-51,23r0,-19v19,-14,36,-21,50,-21v14,0,77,30,89,28v22,-2,32,-12,50,-24r0,20v-19,14,-36,21,-50,21v-15,0,-74,-29,-88,-28","w":237},"\u00c4":{"d":"121,-249r57,249r-18,0r-20,-89r-91,0r-42,89r-17,0r116,-249r15,0xm57,-105r79,0r-26,-113xm91,-276v-8,0,-16,-7,-16,-15v0,-8,7,-16,16,-16v9,0,16,8,16,16v0,8,-8,15,-16,15xm148,-276v-8,0,-16,-7,-16,-15v0,-8,7,-16,16,-16v9,0,16,8,16,16v0,8,-8,15,-16,15","w":195},"\u00c5":{"d":"151,-291v0,16,-15,31,-31,31v-16,0,-31,-15,-31,-31v0,-16,15,-31,31,-31v16,0,31,15,31,31xm141,-291v0,-12,-9,-21,-21,-21v-12,0,-21,9,-21,21v0,12,9,21,21,21v12,0,21,-9,21,-21xm121,-249r57,249r-18,0r-20,-89r-91,0r-42,89r-17,0r116,-249r15,0xm57,-105r79,0r-26,-113","w":195},"\u00c7":{"d":"33,-100v-1,45,33,88,78,87v24,0,51,-10,78,-27r-3,20v-26,15,-52,23,-78,23r-4,9v28,16,7,54,-25,50v-4,0,-8,0,-12,-1v-1,-20,42,-5,37,-30v0,-7,-5,-10,-15,-10r8,-19v-47,-7,-83,-47,-83,-101v1,-88,88,-168,190,-147r-2,16v-94,-17,-167,51,-169,130","w":198},"\u00c9":{"d":"176,-246r-2,17r-108,0r-14,95r103,0r-3,17r-102,0r-15,100r145,0r-2,17r-162,0r35,-246r125,0xm177,-322r-54,56r-12,0r37,-56r29,0","w":191},"\u00d1":{"d":"123,-311v19,0,72,41,77,2r11,0v-2,60,-63,16,-92,16v-9,0,-14,6,-14,18v-6,0,-14,2,-12,-6v-1,-16,15,-30,30,-30xm240,-246r-35,248r-8,0r-134,-212r-30,210r-17,0r35,-246r9,0r133,211r30,-211r17,0","w":247},"\u00d6":{"d":"21,-99v0,-72,43,-150,116,-150v55,0,86,42,86,100v0,76,-45,152,-116,152v-59,0,-86,-41,-86,-102xm39,-93v0,48,23,80,69,80v63,0,96,-70,96,-140v0,-45,-23,-79,-67,-79v-65,0,-98,73,-98,139xm118,-276v-8,0,-16,-7,-16,-15v0,-8,7,-16,16,-16v9,0,16,8,16,16v0,8,-8,15,-16,15xm175,-276v-8,0,-16,-7,-16,-15v0,-8,7,-16,16,-16v9,0,16,8,16,16v0,8,-8,15,-16,15","w":236},"\u00dc":{"d":"42,-91v-17,73,77,102,119,57v43,-46,32,-141,49,-212r17,0v-21,100,0,249,-123,249v-47,0,-88,-37,-80,-91r23,-158r17,0xm115,-276v-8,0,-16,-7,-16,-15v0,-8,7,-16,16,-16v9,0,16,8,16,16v0,8,-8,15,-16,15xm172,-276v-8,0,-16,-7,-16,-15v0,-8,7,-16,16,-16v9,0,16,8,16,16v0,8,-8,15,-16,15","w":228},"\u00e1":{"d":"12,-62v0,-70,69,-117,147,-100r-22,162r-16,0r2,-19v-41,42,-111,20,-111,-43xm28,-59v0,59,65,61,98,22r16,-114v-63,-13,-114,34,-114,92xm155,-244r-54,56r-12,0r37,-56r29,0","w":172},"\u00e0":{"d":"12,-62v0,-70,69,-117,147,-100r-22,162r-16,0r2,-19v-41,42,-111,20,-111,-43xm28,-59v0,59,65,61,98,22r16,-114v-63,-13,-114,34,-114,92xm43,-244r28,0r38,56r-12,0","w":172},"\u00e2":{"d":"141,-244r3,71r-13,0r-7,-48r-54,48r-14,0r65,-71r20,0xm12,-62v0,-70,69,-117,147,-100r-22,162r-16,0r2,-19v-41,42,-111,20,-111,-43xm28,-59v0,59,65,61,98,22r16,-114v-63,-13,-114,34,-114,92","w":172},"\u00e4":{"d":"12,-62v0,-70,69,-117,147,-100r-22,162r-16,0r2,-19v-41,42,-111,20,-111,-43xm28,-59v0,59,65,61,98,22r16,-114v-63,-13,-114,34,-114,92xm81,-198v-8,0,-16,-7,-16,-15v0,-8,7,-16,16,-16v9,0,16,8,16,16v0,8,-8,15,-16,15xm138,-198v-8,0,-16,-7,-16,-15v0,-8,7,-16,16,-16v9,0,16,8,16,16v0,8,-8,15,-16,15","w":172},"\u00e3":{"d":"43,-198v-3,-57,63,-25,91,-17v9,0,14,-6,15,-17r12,0v-2,60,-62,17,-92,17v-9,0,-15,5,-15,17r-11,0xm12,-62v0,-70,69,-117,147,-100r-22,162r-16,0r2,-19v-41,42,-111,20,-111,-43xm28,-59v0,59,65,61,98,22r16,-114v-63,-13,-114,34,-114,92","w":172},"\u00e5":{"d":"140,-213v0,16,-15,31,-31,31v-16,0,-31,-16,-31,-31v0,-15,15,-31,31,-31v16,0,31,15,31,31xm130,-213v0,-12,-9,-21,-21,-21v-12,0,-21,10,-21,21v0,11,9,21,21,21v12,0,21,-9,21,-21xm12,-62v0,-70,69,-117,147,-100r-22,162r-16,0r2,-19v-41,42,-111,20,-111,-43xm28,-59v0,59,65,61,98,22r16,-114v-63,-13,-114,34,-114,92","w":172},"\u00e7":{"d":"104,-149v-81,0,-113,136,-23,137v11,0,27,-4,46,-13r-3,17v-15,7,-31,11,-48,11r-4,9v28,16,6,53,-25,50v-4,0,-8,0,-12,-1v-1,-20,42,-5,37,-30v0,-7,-5,-10,-15,-10r8,-19v-100,-25,-53,-175,40,-167v10,0,21,1,32,3r-3,18v-11,-3,-21,-5,-30,-5","w":138},"\u00e9":{"d":"31,-84v-8,65,61,94,105,52r0,17v-50,41,-122,8,-122,-60v0,-46,32,-90,75,-90v41,0,62,37,56,81r-114,0xm130,-98v7,-47,-46,-68,-76,-37v-10,11,-18,22,-20,37r96,0xm150,-244r-54,56r-12,0r37,-56r29,0"},"\u00e8":{"d":"31,-84v-8,65,61,94,105,52r0,17v-50,41,-122,8,-122,-60v0,-46,32,-90,75,-90v41,0,62,37,56,81r-114,0xm130,-98v7,-47,-46,-68,-76,-37v-10,11,-18,22,-20,37r96,0xm38,-244r28,0r38,56r-12,0"},"\u00ea":{"d":"128,-244r4,71r-13,0r-8,-48r-53,48r-14,0r64,-71r20,0xm31,-84v-8,65,61,94,105,52r0,17v-50,41,-122,8,-122,-60v0,-46,32,-90,75,-90v41,0,62,37,56,81r-114,0xm130,-98v7,-47,-46,-68,-76,-37v-10,11,-18,22,-20,37r96,0"},"\u00eb":{"d":"31,-84v-8,65,61,94,105,52r0,17v-50,41,-122,8,-122,-60v0,-46,32,-90,75,-90v41,0,62,37,56,81r-114,0xm130,-98v7,-47,-46,-68,-76,-37v-10,11,-18,22,-20,37r96,0xm68,-198v-8,0,-16,-7,-16,-15v0,-8,7,-16,16,-16v9,0,16,8,16,16v0,8,-8,15,-16,15xm125,-198v-8,0,-16,-7,-16,-15v0,-8,7,-16,16,-16v9,0,16,8,16,16v0,8,-8,15,-16,15"},"\u00ed":{"d":"50,-162r-23,162r-16,0r23,-162r16,0xm101,-244r-54,56r-12,0r37,-56r29,0","w":63},"\u00ec":{"d":"50,-162r-23,162r-16,0r23,-162r16,0xm-11,-244r28,0r38,56r-12,0","w":63},"\u00ee":{"d":"80,-244r3,71r-13,0r-7,-48r-54,48r-14,0r65,-71r20,0xm50,-162r-23,162r-16,0r23,-162r16,0","w":63},"\u00ef":{"d":"50,-162r-23,162r-16,0r23,-162r16,0xm19,-198v-8,0,-16,-7,-16,-15v0,-8,7,-16,16,-16v9,0,16,8,16,16v0,8,-8,15,-16,15xm76,-198v-8,0,-16,-7,-16,-15v0,-8,7,-16,16,-16v9,0,16,8,16,16v0,8,-8,15,-16,15","w":63},"\u00f1":{"d":"69,-233v19,-3,73,42,77,1r11,0v-2,60,-62,17,-92,17v-9,0,-15,5,-15,17v-5,0,-13,2,-11,-5v-1,-17,14,-31,30,-30xm131,-109v2,-62,-58,-45,-89,-6r-17,115r-15,0r22,-162r16,0r-3,28v34,-43,111,-42,102,23r-16,111r-16,0","w":164},"\u00f3":{"d":"13,-65v0,-52,28,-100,76,-100v37,0,57,29,57,68v0,53,-31,100,-77,100v-35,0,-56,-30,-56,-68xm30,-65v0,29,12,52,38,53v37,1,61,-44,61,-85v0,-29,-14,-54,-41,-53v-38,1,-58,43,-58,85xm150,-244r-54,56r-12,0r37,-56r29,0"},"\u00f2":{"d":"13,-65v0,-52,28,-100,76,-100v37,0,57,29,57,68v0,53,-31,100,-77,100v-35,0,-56,-30,-56,-68xm30,-65v0,29,12,52,38,53v37,1,61,-44,61,-85v0,-29,-14,-54,-41,-53v-38,1,-58,43,-58,85xm38,-244r28,0r38,56r-12,0"},"\u00f4":{"d":"128,-244r4,71r-13,0r-8,-48r-53,48r-14,0r64,-71r20,0xm13,-65v0,-52,28,-100,76,-100v37,0,57,29,57,68v0,53,-31,100,-77,100v-35,0,-56,-30,-56,-68xm30,-65v0,29,12,52,38,53v37,1,61,-44,61,-85v0,-29,-14,-54,-41,-53v-38,1,-58,43,-58,85"},"\u00f6":{"d":"13,-65v0,-52,28,-100,76,-100v37,0,57,29,57,68v0,53,-31,100,-77,100v-35,0,-56,-30,-56,-68xm30,-65v0,29,12,52,38,53v37,1,61,-44,61,-85v0,-29,-14,-54,-41,-53v-38,1,-58,43,-58,85xm68,-198v-8,0,-16,-7,-16,-15v0,-8,7,-16,16,-16v9,0,16,8,16,16v0,8,-8,15,-16,15xm125,-198v-8,0,-16,-7,-16,-15v0,-8,7,-16,16,-16v9,0,16,8,16,16v0,8,-8,15,-16,15"},"\u00f5":{"d":"67,-233v19,-3,73,42,77,1r11,0v-2,60,-62,17,-92,17v-9,0,-14,5,-14,17v-5,-1,-14,3,-12,-5v-1,-17,14,-31,30,-30xm13,-65v0,-52,28,-100,76,-100v37,0,57,29,57,68v0,53,-31,100,-77,100v-35,0,-56,-30,-56,-68xm30,-65v0,29,12,52,38,53v37,1,61,-44,61,-85v0,-29,-14,-54,-41,-53v-38,1,-58,43,-58,85"},"\u00fa":{"d":"32,-46v-1,22,9,34,29,34v18,0,39,-12,61,-38r15,-112r16,0r-23,162r-15,0v0,-9,5,-21,3,-29v-20,22,-40,32,-62,32v-25,0,-44,-19,-40,-49r17,-116r15,0xm152,-244r-54,56r-12,0r37,-56r29,0","w":164},"\u00f9":{"d":"32,-46v-1,22,9,34,29,34v18,0,39,-12,61,-38r15,-112r16,0r-23,162r-15,0v0,-9,5,-21,3,-29v-20,22,-40,32,-62,32v-25,0,-44,-19,-40,-49r17,-116r15,0xm40,-244r28,0r38,56r-12,0","w":164},"\u00fb":{"d":"131,-244r3,71r-13,0r-7,-48r-54,48r-14,0r65,-71r20,0xm32,-46v-1,22,9,34,29,34v18,0,39,-12,61,-38r15,-112r16,0r-23,162r-15,0v0,-9,5,-21,3,-29v-20,22,-40,32,-62,32v-25,0,-44,-19,-40,-49r17,-116r15,0","w":164},"\u00fc":{"d":"32,-46v-1,22,9,34,29,34v18,0,39,-12,61,-38r15,-112r16,0r-23,162r-15,0v0,-9,5,-21,3,-29v-20,22,-40,32,-62,32v-25,0,-44,-19,-40,-49r17,-116r15,0xm70,-198v-8,0,-16,-7,-16,-15v0,-8,7,-16,16,-16v9,0,16,8,16,16v0,8,-8,15,-16,15xm127,-198v-8,0,-16,-7,-16,-15v0,-8,7,-16,16,-16v9,0,16,8,16,16v0,8,-8,15,-16,15","w":164},"\u00b0":{"d":"87,-148v-27,0,-50,-23,-50,-51v0,-27,23,-50,50,-50v26,0,50,24,50,50v0,27,-23,51,-50,51xm87,-163v19,0,36,-16,36,-35v0,-19,-16,-36,-36,-36v-20,0,-36,17,-36,36v0,19,17,35,36,35","w":143},"\u00a2":{"d":"52,0v-80,-30,-37,-176,53,-164r21,-65r14,0r-23,65v9,1,16,2,19,3r-2,17v-2,-1,-9,-3,-21,-4r-44,136v21,3,38,-2,57,-12r-3,16v-14,8,-33,11,-58,11r-23,66r-13,0xm100,-149v-67,-5,-103,104,-43,133","w":138},"\u00a3":{"d":"155,-2v-39,14,-98,-10,-143,5r41,-114r-31,0r2,-15r35,0v22,-60,45,-143,122,-117r-3,17v-65,-24,-80,46,-101,100r41,0r-2,15r-45,0r-34,93v41,-11,85,18,119,-2","w":168},"\u00a7":{"d":"52,-192v0,-59,110,-82,116,-17v1,12,-9,14,-17,18v11,-24,-8,-47,-31,-46v-26,0,-53,18,-52,43v2,51,92,65,93,119v0,26,-18,46,-52,61v40,38,3,99,-50,97v-31,-1,-53,-16,-50,-49r15,-5v-6,25,11,42,34,42v26,0,53,-21,53,-45v0,-53,-95,-61,-95,-117v0,-26,18,-47,55,-61v-13,-11,-19,-25,-19,-40xm80,-144v-45,14,-70,59,-24,90r44,32v60,-25,55,-69,8,-101v-24,-16,-23,-17,-28,-21","w":176},"\u00b6":{"d":"25,-172v0,-46,36,-74,84,-74r122,0r0,25r-35,0r0,301r-22,0r0,-301r-47,0r0,301r-23,0r0,-178v-46,4,-80,-30,-79,-74","w":233},"\u00df":{"d":"143,-193v1,-36,-51,-56,-75,-26v-8,11,-16,22,-18,39r-25,180r-16,0r27,-186v3,-34,29,-63,66,-63v33,0,56,27,57,56v1,29,-21,48,-43,55v73,31,26,167,-56,138r2,-14v42,11,73,-24,73,-65v0,-31,-20,-52,-50,-54r2,-14v31,3,56,-19,56,-46","w":168},"\u00ae":{"d":"144,7v-72,0,-134,-62,-134,-135v0,-72,62,-134,134,-134v72,0,134,62,134,134v0,73,-62,135,-134,135xm144,-10v62,0,117,-55,117,-118v0,-63,-54,-117,-117,-117v-63,0,-117,54,-117,117v0,63,55,118,117,118xm180,-56v-25,-46,-18,-60,-73,-62r0,62r-17,0r0,-141v47,0,106,-8,106,38v0,22,-12,35,-38,39v28,18,26,23,44,64r-22,0xm176,-158v0,-31,-37,-24,-69,-25r0,51v32,-1,69,4,69,-26","w":287},"\u00a9":{"d":"144,7v-72,0,-134,-62,-134,-135v0,-72,62,-134,134,-134v72,0,134,62,134,134v0,73,-62,135,-134,135xm144,-10v62,0,117,-55,117,-118v0,-63,-54,-117,-117,-117v-63,0,-117,54,-117,117v0,63,55,118,117,118xm77,-128v0,-71,98,-103,125,-34r-17,5v-18,-52,-94,-29,-89,26v-8,63,75,91,92,28r16,6v-6,26,-30,45,-59,46v-39,1,-68,-37,-68,-77","w":287},"\u2122":{"d":"36,-257r112,0r0,15r-47,0r0,128r-18,0r0,-128r-47,0r0,-15xm164,-257r27,0r36,114r38,-114r27,0r0,143r-16,0r0,-128r-43,128r-12,0r-41,-128r0,128r-16,0r0,-143","w":338},"\u00b4":{"d":"129,-244r-54,56r-12,0r37,-56r29,0","w":119},"\u00a8":{"d":"47,-198v-8,0,-16,-7,-16,-15v0,-8,7,-16,16,-16v9,0,16,8,16,16v0,8,-8,15,-16,15xm104,-198v-8,0,-16,-7,-16,-15v0,-8,7,-16,16,-16v9,0,16,8,16,16v0,8,-8,15,-16,15","w":119},"\u00c6":{"d":"274,-246r-2,17r-105,0r-14,96r98,0r-2,17r-98,0r-14,99r142,0r-2,17r-159,0r16,-116r-62,0r-73,116r-20,0r155,-246r140,0xm150,-229r-7,0r-61,96r54,0","w":281},"\u00d8":{"d":"197,-226v73,88,-16,284,-139,216r-15,22r-10,-6r15,-24v-62,-70,-12,-231,89,-231v21,0,39,6,51,16r12,-19r9,6xm178,-219v-96,-60,-179,98,-120,186xm68,-25v95,56,174,-95,119,-186","w":236},"\u00b1":{"d":"29,-134r86,0r0,-87r16,0r0,87r87,0r0,16r-87,0r0,86r-16,0r0,-86r-86,0r0,-16xm29,-16r189,0r0,16r-189,0r0,-16","w":237},"\u00a5":{"d":"40,-258r24,0r45,124r92,-124r27,0r-101,130r64,0r-2,15r-74,0r-7,35r71,0r-1,15r-74,0r-14,63r-21,0r14,-63r-70,0r2,-15r71,0r8,-35r-71,0r2,-15r66,0","w":200},"\u00aa":{"d":"21,-186v0,-44,50,-73,99,-60r-16,97r-13,0r1,-9v-28,22,-72,9,-71,-28xm37,-185v-1,33,40,34,58,13r9,-67v-38,-3,-66,20,-67,54","w":116},"\u00ba":{"d":"24,-189v-10,-60,89,-86,89,-19v1,31,-21,61,-51,61v-22,0,-39,-18,-38,-42xm74,-237v-35,-4,-52,73,-13,78v36,3,55,-73,13,-78","w":108},"\u00e6":{"d":"119,-85v-11,45,-6,73,35,73v19,0,39,-7,59,-22r-3,19v-28,23,-94,26,-106,-12v-20,27,-99,50,-99,-3v0,-40,51,-61,100,-62v5,-27,5,-59,-27,-58v-18,0,-37,9,-57,28r-3,-15v33,-31,78,-43,102,-2v36,-54,118,-16,102,54r-103,0xm208,-99v2,-30,-13,-51,-40,-51v-26,0,-42,17,-48,51r88,0xm21,-31v10,35,48,16,76,-7r6,-42v-38,5,-78,17,-82,49","w":236},"\u00f8":{"d":"29,-14v-46,-60,10,-187,91,-142r15,-23r11,7r-16,25v46,60,-11,183,-91,142r-15,23r-12,-7xm111,-143v-59,-32,-100,57,-73,114xm47,-18v59,29,102,-59,73,-114"},"\u00bf":{"d":"23,-50v0,46,58,48,85,15r-3,18v-35,32,-97,15,-97,-33v0,-60,82,-77,86,-135r9,0v0,58,-80,83,-80,135xm117,-249r-4,32r-21,0r4,-32r21,0","w":105},"\u00a1":{"d":"45,-182r-21,182r-20,0r33,-182r8,0xm61,-246r-4,32r-21,0r4,-32r21,0","w":60},"\u00ac":{"d":"29,-174r189,0r0,102r-16,0r0,-86r-173,0r0,-16","w":237},"\u00ab":{"d":"166,-164r-59,82r32,80r-17,0r-32,-81r59,-81r17,0xm85,-164r-59,82r32,80r-17,0r-32,-81r59,-81r17,0"},"\u00bb":{"d":"72,-2r59,-83r-32,-79r17,0r32,80r-59,82r-17,0xm-9,-2r59,-83r-32,-79r17,0r32,80r-59,82r-17,0"},"\u2026":{"d":"298,-35r0,35r-23,0r0,-35r23,0xm179,-35r0,35r-24,0r0,-35r24,0xm59,-35r0,35r-24,0r0,-35r24,0","w":360},"\u00c0":{"d":"121,-249r57,249r-18,0r-20,-89r-91,0r-42,89r-17,0r116,-249r15,0xm57,-105r79,0r-26,-113xm61,-322r28,0r38,56r-12,0","w":195},"\u00c3":{"d":"91,-311v19,0,71,41,76,2r12,0v-2,60,-64,16,-93,16v-9,0,-14,6,-14,18v-6,0,-13,1,-12,-6v-1,-17,15,-30,31,-30xm121,-249r57,249r-18,0r-20,-89r-91,0r-42,89r-17,0r116,-249r15,0xm57,-105r79,0r-26,-113","w":195},"\u00d5":{"d":"117,-311v19,0,72,41,77,2r11,0v-2,60,-63,16,-92,16v-9,0,-14,6,-14,18v-6,0,-12,1,-12,-6v0,-17,15,-30,30,-30xm21,-99v0,-72,43,-150,116,-150v55,0,86,42,86,100v0,76,-45,152,-116,152v-59,0,-86,-41,-86,-102xm39,-93v0,48,23,80,69,80v63,0,96,-70,96,-140v0,-45,-23,-79,-67,-79v-65,0,-98,73,-98,139","w":236},"\u2013":{"d":"182,-97r0,12r-184,0r0,-12r184,0","w":180},"\u2014":{"d":"362,-97r0,12r-364,0r0,-12r364,0","w":360,"k":{"\u201d":-14}},"\u201c":{"d":"135,-205r-5,32r-21,0v2,-31,10,-64,35,-73v0,19,-18,22,-17,41r8,0xm71,-205r-4,32r-22,0v2,-31,10,-65,36,-73v-2,18,-18,22,-17,41r7,0","w":135,"k":{" ":29}},"\u201d":{"d":"104,-213r5,-33r21,0v-2,31,-9,65,-35,73v1,-18,18,-22,17,-40r-8,0xm40,-213r5,-33r21,0v-2,31,-9,65,-35,73v1,-18,17,-22,16,-40r-7,0","w":135,"k":{"\u201d":-5}},"\u2018":{"d":"58,-205r-5,32r-21,0v2,-31,10,-64,35,-73v0,19,-18,22,-17,41r8,0","w":60,"k":{"\u2018":-5,"\u201c":-14,"s":11,"r":14,"d":14," ":29}},"\u2019":{"d":"38,-213r5,-33r21,0v-2,31,-9,65,-35,73v1,-18,18,-22,17,-40r-8,0","w":60},"\u00f7":{"d":"123,-200v7,-1,14,7,14,14v0,7,-7,15,-14,14v-7,0,-13,-7,-13,-14v0,-7,6,-14,13,-14xm29,-134r189,0r0,16r-189,0r0,-16xm123,-81v7,-1,14,7,14,14v0,7,-7,15,-14,14v-7,0,-13,-7,-13,-14v0,-7,6,-14,13,-14","w":237},"\u00ff":{"d":"143,-162r-128,245r-18,0r45,-85r-30,-160r15,0r27,138r72,-138r17,0xm55,-198v-8,0,-16,-7,-16,-15v0,-8,7,-16,16,-16v9,0,16,8,16,16v0,8,-8,15,-16,15xm112,-198v-8,0,-16,-7,-16,-15v0,-8,7,-16,16,-16v9,0,16,8,16,16v0,8,-8,15,-16,15","w":135},"\u00c2":{"d":"152,-321r3,71r-13,0r-7,-49r-54,49r-14,0r65,-71r20,0xm121,-249r57,249r-18,0r-20,-89r-91,0r-42,89r-17,0r116,-249r15,0xm57,-105r79,0r-26,-113","w":195},"\u00ca":{"d":"156,-321r3,71r-13,0r-7,-49r-54,49r-14,0r65,-71r20,0xm176,-246r-2,17r-108,0r-14,95r103,0r-3,17r-102,0r-15,100r145,0r-2,17r-162,0r35,-246r125,0","w":191},"\u00c1":{"d":"121,-249r57,249r-18,0r-20,-89r-91,0r-42,89r-17,0r116,-249r15,0xm57,-105r79,0r-26,-113xm173,-322r-54,56r-12,0r37,-56r29,0","w":195},"\u00cb":{"d":"176,-246r-2,17r-108,0r-14,95r103,0r-3,17r-102,0r-15,100r145,0r-2,17r-162,0r35,-246r125,0xm95,-276v-8,0,-16,-7,-16,-15v0,-8,7,-16,16,-16v9,0,16,8,16,16v0,8,-8,15,-16,15xm152,-276v-8,0,-16,-7,-16,-15v0,-8,7,-16,16,-16v9,0,16,8,16,16v0,8,-8,15,-16,15","w":191},"\u00c8":{"d":"176,-246r-2,17r-108,0r-14,95r103,0r-3,17r-102,0r-15,100r145,0r-2,17r-162,0r35,-246r125,0xm65,-322r28,0r38,56r-12,0","w":191},"\u00cd":{"d":"66,-246r-35,246r-17,0r35,-246r17,0xm118,-322r-54,56r-12,0r37,-56r29,0","w":71},"\u00ce":{"d":"97,-321r3,71r-13,0r-8,-49r-53,49r-14,0r64,-71r21,0xm66,-246r-35,246r-17,0r35,-246r17,0","w":71},"\u00cf":{"d":"66,-246r-35,246r-17,0r35,-246r17,0xm36,-276v-8,0,-16,-7,-16,-15v0,-8,7,-16,16,-16v9,0,16,8,16,16v0,8,-8,15,-16,15xm93,-276v-8,0,-16,-7,-16,-15v0,-8,7,-16,16,-16v9,0,16,8,16,16v0,8,-8,15,-16,15","w":71},"\u00cc":{"d":"66,-246r-35,246r-17,0r35,-246r17,0xm6,-322r28,0r38,56r-12,0","w":71},"\u00d3":{"d":"21,-99v0,-72,43,-150,116,-150v55,0,86,42,86,100v0,76,-45,152,-116,152v-59,0,-86,-41,-86,-102xm39,-93v0,48,23,80,69,80v63,0,96,-70,96,-140v0,-45,-23,-79,-67,-79v-65,0,-98,73,-98,139xm200,-322r-54,56r-12,0r37,-56r29,0","w":236},"\u00d4":{"d":"178,-321r4,71r-13,0r-8,-49r-53,49r-14,0r64,-71r20,0xm21,-99v0,-72,43,-150,116,-150v55,0,86,42,86,100v0,76,-45,152,-116,152v-59,0,-86,-41,-86,-102xm39,-93v0,48,23,80,69,80v63,0,96,-70,96,-140v0,-45,-23,-79,-67,-79v-65,0,-98,73,-98,139","w":236},"\u00d2":{"d":"21,-99v0,-72,43,-150,116,-150v55,0,86,42,86,100v0,76,-45,152,-116,152v-59,0,-86,-41,-86,-102xm39,-93v0,48,23,80,69,80v63,0,96,-70,96,-140v0,-45,-23,-79,-67,-79v-65,0,-98,73,-98,139xm88,-322r28,0r38,56r-12,0","w":236},"\u00da":{"d":"42,-91v-17,73,77,102,119,57v43,-46,32,-141,49,-212r17,0v-21,100,0,249,-123,249v-47,0,-88,-37,-80,-91r23,-158r17,0xm197,-322r-54,56r-12,0r37,-56r29,0","w":228},"\u00db":{"d":"176,-321r3,71r-13,0r-8,-49r-53,49r-14,0r65,-71r20,0xm42,-91v-17,73,77,102,119,57v43,-46,32,-141,49,-212r17,0v-21,100,0,249,-123,249v-47,0,-88,-37,-80,-91r23,-158r17,0","w":228},"\u00d9":{"d":"42,-91v-17,73,77,102,119,57v43,-46,32,-141,49,-212r17,0v-21,100,0,249,-123,249v-47,0,-88,-37,-80,-91r23,-158r17,0xm85,-322r28,0r38,56r-12,0","w":228},"\u00b8":{"d":"55,12v28,16,7,54,-25,50v-4,0,-8,0,-12,-1v0,-19,42,-5,37,-30v0,-7,-4,-10,-14,-10r9,-23r12,0","w":119},"\u00b5":{"d":"38,-55v-13,53,56,50,84,22v27,-28,37,-84,50,-129r16,0r-42,162r-16,0v2,-10,8,-21,7,-30v-29,32,-76,47,-109,16r-20,76r-16,0r57,-224r16,0","w":200},"\u00a0":{"w":100},"\u00a6":{"d":"36,-246r17,0r0,121r-17,0r0,-121xm36,-61r17,0r0,144r-17,0r0,-144","w":79},"\u00ad":{"d":"92,-86r-2,14r-85,0r2,-14r85,0","w":97},"\u00af":{"d":"38,-291r184,0r0,18r-184,0r0,-18","w":180},"\u00d0":{"d":"220,-121v0,75,-54,123,-137,121r-68,0r16,-115r-29,0r2,-16r29,0r16,-115v101,-9,171,35,171,125xm202,-120v0,-73,-57,-116,-138,-110r-14,99r66,0r-3,16r-65,0r-14,99v99,7,168,-17,168,-104","w":236},"\u00f0":{"d":"14,-65v0,-75,79,-139,121,-72v2,-27,-10,-55,-23,-72r-37,19r-7,-12r35,-18v-5,-5,-10,-11,-16,-15r10,-11v8,6,15,13,20,19r35,-19r7,13r-33,17v45,61,33,221,-56,219v-35,0,-56,-30,-56,-68xm130,-97v0,-29,-14,-54,-41,-53v-38,1,-58,43,-58,85v0,29,12,53,38,53v36,0,61,-42,61,-85"},"\u00dd":{"d":"197,-246r-92,119r-17,127r-18,0r18,-127r-61,-119r18,0r54,102r77,-102r21,0xm168,-322r-54,56r-12,0r37,-56r29,0","w":172},"\u00fd":{"d":"143,-162r-128,245r-18,0r45,-85r-30,-160r15,0r27,138r72,-138r17,0xm137,-244r-54,56r-12,0r37,-56r29,0","w":135},"\u00de":{"d":"158,-125v-1,56,-49,76,-118,70r-8,55r-19,0r34,-246r19,0r-7,56v60,-6,99,16,99,65xm139,-124v0,-43,-34,-56,-83,-51r-14,104v54,4,97,-7,97,-53","w":168},"\u00fe":{"d":"163,-92v-2,65,-53,104,-127,94r-11,78r-16,0r46,-326r16,0r-13,93v49,-32,106,4,105,61xm146,-91v0,-51,-47,-74,-90,-49r-18,130v62,10,108,-22,108,-81","w":180},"\u00d7":{"d":"51,-188r12,-11r60,61r61,-61r12,11r-61,61r61,61r-12,12r-61,-61r-60,61r-12,-12r61,-61","w":237},"\u00b9":{"d":"73,-120r-14,0r18,-105v-9,7,-20,15,-33,22r3,-18v26,-12,26,-28,49,-28","w":116},"\u00b2":{"d":"110,-219v-8,39,-35,54,-66,89r61,0r-1,10r-89,0v54,-49,81,-81,81,-99v0,-30,-36,-21,-60,-6r2,-13v28,-17,70,-17,72,19","w":116},"\u00b3":{"d":"101,-216v0,-26,-41,-29,-61,-14r2,-11v28,-17,71,-6,73,25v0,14,-9,25,-28,31v39,18,11,67,-30,67v-15,0,-28,-3,-39,-11r2,-11v24,17,71,16,72,-18v0,-16,-11,-24,-33,-24r1,-8v22,2,41,-8,41,-26","w":116},"\u00bd":{"d":"41,10r-14,0r193,-259r14,0xm73,-120r-14,0r18,-105v-9,7,-20,15,-33,22r3,-18v26,-12,26,-28,49,-28xm257,-100v-8,39,-35,54,-66,89r61,0r-1,10r-89,0v54,-49,81,-81,81,-99v0,-30,-36,-21,-60,-6r2,-13v28,-17,70,-17,72,19","w":292},"\u00bc":{"d":"220,-52r23,0r-1,9r-24,0r-7,42r-14,0r7,-42r-58,0r0,-5r80,-82r7,0xm214,-103r-50,51r42,0xm41,10r-14,0r193,-259r14,0xm73,-120r-14,0r18,-105v-9,7,-20,15,-33,22r3,-18v26,-12,26,-28,49,-28","w":292},"\u00be":{"d":"242,-52r23,0r-1,9r-24,0r-7,42r-14,0r7,-42r-58,0r0,-5r80,-82r7,0xm236,-103r-50,51r42,0xm63,10r-14,0r193,-259r14,0xm105,-216v0,-26,-41,-29,-61,-14r2,-11v28,-17,71,-6,73,25v0,14,-9,25,-28,31v39,18,11,67,-30,67v-15,0,-28,-3,-39,-11r2,-11v24,17,71,16,72,-18v0,-16,-11,-24,-33,-24r1,-8v22,2,41,-8,41,-26","w":292},"\u00b7":{"d":"121,-120v0,8,-8,15,-16,15v-8,0,-15,-8,-15,-15v-1,-8,7,-16,15,-16v9,-1,16,8,16,16","w":120},"\u00a4":{"d":"55,-183v30,-24,69,-24,98,0r22,-23r12,12r-23,22v22,29,23,69,0,98r23,22r-12,12r-22,-23v-28,23,-70,24,-98,0r-23,23r-11,-12r23,-22v-23,-29,-24,-70,0,-98r-23,-22r11,-12xm104,-63v33,0,60,-28,60,-60v0,-32,-27,-60,-60,-60v-33,0,-60,27,-60,60v0,33,27,60,60,60","w":200}}});Cufon.registerFont({"w":168,"face":{"font-family":"Gill Sans","font-weight":800,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 2 2 1 4 9 2 3","ascent":"288","descent":"-72","x-height":"5","bbox":"-48 -327 363 83.2627","underline-thickness":"17.9297","underline-position":"-18.1055","slope":"-8","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100,"k":{"\u2018":36,"\u201c":36,"Y":63,"W":54,"V":54,"T":54,"A":29}},"!":{"d":"34,-60r14,-174v3,-10,10,-15,20,-15v10,0,14,8,14,22v0,36,-26,124,-35,167r-13,0xm36,5v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21","w":90},"\"":{"d":"89,-258r35,0v2,35,-3,64,-9,92r-17,0v-6,-28,-11,-56,-9,-92xm31,-258r35,0v2,35,-3,64,-9,92r-18,0v-5,-28,-10,-57,-8,-92","w":127},"#":{"d":"1,-153r0,-22r57,0r15,-71r21,0r-15,71r74,0r15,-71r22,0r-15,71r35,0r0,22r-40,0r-13,65r53,0r0,22r-57,0r-15,70r-22,0r15,-70r-74,0r-15,70r-21,0r14,-70r-34,0r0,-22r39,0r14,-65r-53,0xm149,-153r-74,0r-14,65r75,0","w":210},"$":{"d":"82,-105v-45,-18,-75,-69,-34,-109v13,-12,30,-19,52,-20r2,-15r26,0r-1,15v16,2,32,8,47,17r-5,32v-15,-9,-30,-16,-47,-19r-10,77v53,26,73,70,35,110v-12,13,-32,19,-54,20r-5,37r-26,0r5,-37v-21,-3,-39,-9,-53,-19r6,-36v15,10,31,19,51,24xm96,-205v-42,2,-45,50,-9,63xm97,-26v40,-3,52,-49,10,-65","w":180},"%":{"d":"21,-194v0,-29,26,-55,55,-55v29,0,54,26,54,55v0,29,-26,55,-54,55v-28,1,-55,-26,-55,-55xm47,-194v0,14,14,28,29,28v15,0,28,-13,28,-28v0,-15,-14,-29,-28,-29v-15,1,-29,12,-29,29xm227,-249r-161,252r-28,0r162,-252r27,0xm135,-52v0,-29,26,-55,55,-55v29,0,55,26,55,55v0,29,-27,55,-55,55v-29,0,-55,-26,-55,-55xm162,-52v0,14,14,29,28,29v15,0,28,-14,28,-29v0,-15,-13,-29,-28,-28v-16,1,-28,12,-28,28","w":254},"&":{"d":"119,-249v26,-1,49,24,48,50v0,27,-17,51,-52,71v10,17,26,39,49,66v17,-17,30,-37,39,-61r32,0v-15,36,-31,62,-50,80v17,15,31,23,52,19v-7,9,-4,27,-20,27v-21,0,-42,-14,-53,-27v-50,45,-149,35,-146,-42v1,-34,29,-59,58,-72v-29,-46,-12,-111,43,-111xm114,-221v-27,5,-28,43,-13,69v18,-9,34,-23,35,-45v1,-13,-9,-25,-22,-24xm52,-65v2,47,59,54,91,22v-22,-25,-40,-48,-53,-70v-25,14,-38,30,-38,48","w":247},"'":{"d":"31,-258r35,0v2,35,-3,64,-9,92r-18,0v-5,-28,-10,-57,-8,-92","w":67},"(":{"d":"19,-55v0,-88,36,-132,84,-194r17,0v-56,66,-101,228,-50,332r-15,0v-18,-36,-36,-89,-36,-138","w":105},")":{"d":"81,-111v0,88,-35,132,-83,194r-18,0v56,-66,101,-228,50,-332r15,0v18,36,36,89,36,138","w":105},"*":{"d":"40,-200v-22,-4,-19,-25,-3,-28v17,4,33,27,46,38v1,-2,4,-3,7,-4r-9,-52v0,-10,4,-15,12,-15v25,5,4,47,3,67v3,1,5,2,7,4v15,-12,27,-33,47,-38v14,1,15,22,0,27r-45,16v1,2,1,7,0,9v17,8,54,13,56,31v-4,18,-19,13,-32,-1r-26,-25v-2,2,-5,3,-7,3r9,52v0,11,-4,16,-12,16v-24,-6,-5,-48,-3,-68v-2,0,-5,-1,-7,-3v-13,11,-31,34,-48,37v-18,-5,-12,-22,8,-29r38,-13r0,-9","w":161},"+":{"d":"96,-212r29,0r0,70r70,0r0,30r-70,0r0,70r-29,0r0,-70r-71,0r0,-30r71,0r0,-70","w":210},",":{"d":"26,-35v29,3,27,46,7,65v-11,10,-24,18,-42,22r2,-16v16,-5,24,-16,24,-31v-23,-8,-14,-43,9,-40","w":71,"k":{"\u2019":29,"\u201d":29," ":36}},"-":{"d":"90,-95r-4,30r-86,0r4,-30r86,0","w":90},".":{"d":"27,5v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,21,-20,21","w":71,"k":{"\u2019":29,"\u201d":29," ":36}},"\/":{"d":"10,3r71,-252r25,0r-71,252r-25,0","w":101},"0":{"d":"18,-84v-1,-71,33,-165,99,-165v45,0,63,37,63,89v0,72,-32,162,-97,163v-43,0,-65,-29,-65,-87xm116,-220v-37,0,-64,85,-64,135v0,39,11,59,31,59v40,0,64,-84,64,-138v0,-37,-10,-56,-31,-56","w":187},"1":{"d":"135,-249r-39,249r-33,0r40,-249r32,0","w":187},"2":{"d":"131,-188v0,-44,-60,-33,-88,-9r4,-35v45,-31,121,-19,115,42v-6,66,-51,100,-96,160r93,0r-4,30r-149,0v48,-58,80,-101,98,-128v18,-27,27,-47,27,-60","w":187},"3":{"d":"119,-156v28,-22,13,-66,-24,-64v-17,0,-33,6,-49,16r5,-34v51,-25,117,-6,117,53v0,27,-16,47,-48,59v66,30,24,129,-52,129v-19,0,-39,-4,-59,-13r4,-30v40,23,106,20,106,-31v0,-24,-20,-44,-44,-41r3,-29v18,-1,30,-7,41,-15","w":187},"4":{"d":"164,-249r-23,147r35,0r-3,26r-37,0r-11,76r-32,0r13,-76r-92,0r0,-14r130,-159r20,0xm55,-102r55,0r15,-85","w":187},"5":{"d":"122,-82v0,-35,-36,-50,-72,-40r22,-124r100,0r-6,31r-70,0r-10,61v42,1,70,28,70,71v0,75,-94,110,-151,68r12,-29v37,35,105,17,105,-38","w":187},"6":{"d":"84,3v-82,0,-65,-111,-31,-161r60,-88r36,0r-70,104v38,-23,90,4,90,53v0,45,-41,92,-85,92xm52,-68v0,22,12,41,33,41v26,1,54,-31,52,-59v-1,-18,-13,-35,-33,-35v-28,0,-52,26,-52,53","w":187},"7":{"d":"190,-246r-115,249r-33,0r101,-218r-99,0r4,-31r142,0","w":187},"8":{"d":"111,-249v75,-8,87,105,24,121v68,30,20,131,-52,131v-40,0,-70,-29,-69,-68v0,-34,18,-56,53,-67v-58,-31,-17,-123,44,-117xm112,-220v-44,-3,-59,76,-7,76v44,4,57,-76,7,-76xm46,-65v0,22,18,39,40,39v53,0,73,-88,9,-88v-25,0,-50,24,-49,49","w":187},"9":{"d":"114,-249v55,0,78,66,55,116v-21,46,-59,94,-87,136r-36,0r72,-106v-41,23,-90,-5,-90,-50v0,-48,40,-96,86,-96xm111,-217v-45,0,-78,91,-16,93v25,1,50,-28,50,-52v1,-23,-12,-41,-34,-41","w":187},":":{"d":"47,-125v-12,0,-21,-9,-21,-21v0,-12,10,-21,21,-21v11,0,21,9,21,21v0,12,-9,21,-21,21xm27,5v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,21,-20,21","w":71,"k":{" ":36}},";":{"d":"47,-125v-12,0,-21,-9,-21,-21v0,-12,10,-21,21,-21v11,0,21,9,21,21v0,12,-9,21,-21,21xm31,-35v29,3,27,46,7,65v-11,10,-24,18,-42,22r3,-16v16,-5,23,-16,23,-31v-23,-8,-14,-43,9,-40","w":71,"k":{" ":36}},"<":{"d":"25,-113r0,-29r171,-73r0,31r-136,57r136,56r0,31","w":210},"=":{"d":"25,-181r170,0r0,29r-170,0r0,-29xm25,-103r170,0r0,30r-170,0r0,-30","w":210},">":{"d":"196,-113r-171,73r0,-31r135,-56r-135,-57r0,-31r171,73r0,29","w":210},"?":{"d":"98,-193v-4,-37,-43,-32,-66,-7r5,-35v38,-30,95,-9,93,42v-3,53,-72,78,-73,133r-20,0v-7,-59,53,-90,61,-133xm43,5v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,21,-20,21","w":127},"@":{"d":"46,-85v0,88,61,136,152,135v56,0,97,-18,123,-53r32,0v-32,52,-84,79,-156,79v-104,1,-177,-57,-177,-158v0,-98,69,-180,173,-180v84,0,151,58,151,137v0,57,-52,127,-105,126v-23,0,-35,-10,-35,-30v-42,58,-118,20,-118,-50v0,-74,96,-159,145,-79r6,-27r32,0r-31,143v0,9,4,14,12,14v29,-3,68,-55,68,-98v0,-65,-59,-111,-126,-111v-83,0,-146,68,-146,152xm221,-114v0,-29,-14,-50,-41,-51v-33,0,-60,49,-60,88v0,28,13,52,38,52v33,0,63,-51,63,-89","w":363},"A":{"d":"127,-247r48,247r-31,0r-14,-77r-77,0r-33,77r-33,0r109,-247r31,0xm63,-103r62,0r-19,-101","w":187,"k":{"v":4,"Y":36,"W":22,"V":22,"U":14,"T":36,"Q":11,"O":11,"G":11,"C":14}},"B":{"d":"179,-69v-1,70,-86,74,-165,69r34,-246v62,-4,114,8,114,63v0,21,-11,37,-34,48v34,12,51,34,51,66xm67,-147v34,3,61,-7,62,-37v1,-26,-22,-37,-52,-33xm146,-70v-1,-36,-39,-55,-83,-50r-13,93v47,1,97,2,96,-43","w":183,"k":{"A":-20,".":-11,",":-11}},"C":{"d":"18,-99v3,-98,80,-159,191,-150r-7,31v-89,-7,-147,42,-149,117v-2,57,47,88,100,65v14,-6,26,-13,37,-22r-5,40v-74,49,-170,9,-167,-81","w":198,"k":{"A":-22,".":-18,",":-18}},"D":{"d":"222,-122v0,76,-49,122,-128,122r-80,0r35,-246v102,-7,172,33,173,124xm187,-123v1,-60,-47,-97,-109,-93r-26,187v86,6,134,-18,135,-94","w":236,"k":{"Y":36,"W":25,"V":18,".":9,",":9}},"E":{"d":"179,-246r-4,30r-98,0r-11,77r87,0r-4,29r-87,0r-12,81r129,0r-4,29r-161,0r35,-246r130,0","w":183},"F":{"d":"164,-246r-4,30r-85,0r-11,77r78,0r-4,29r-79,0r-15,110r-33,0r36,-246r117,0","w":150,"k":{"r":5,"o":5,"e":5,"a":14,".":36,",":36}},"G":{"d":"47,-106v-3,64,63,101,119,68r5,-43r-35,0r4,-26r68,0r-13,89v-80,49,-185,8,-182,-87v3,-99,93,-162,211,-141r-4,30v-97,-19,-169,31,-173,110","w":217,"k":{".":-7,",":-7}},"H":{"d":"247,-246r-34,246r-34,0r15,-109r-132,0r-16,109r-33,0r34,-246r34,0r-15,107r133,0r14,-107r34,0","w":251},"I":{"d":"82,-246r-34,246r-34,0r35,-246r33,0","w":86},"J":{"d":"83,-246r-37,264v-7,52,-36,72,-86,63r-8,-31v34,9,57,-1,62,-34r37,-262r32,0","w":86,"k":{"A":-9}},"K":{"d":"206,-246r-113,114r110,132r-38,0r-102,-128r-18,128r-33,0r35,-246r33,0r-15,106r104,-106r37,0","w":202,"k":{"y":11,"u":5,"o":13,"e":20,"O":14}},"L":{"d":"80,-246r-33,219r101,0r-4,27r-131,0r34,-246r33,0","w":150,"k":{"\u2019":18,"\u201d":18,"Y":22,"W":27,"V":14,"T":25}},"M":{"d":"268,-246r0,246r-33,0r0,-187r-99,187r-44,-188r-60,188r-32,0r81,-246r28,0r38,167r88,-167r33,0","w":292},"N":{"d":"244,-246r-34,246r-18,0r-122,-179r-25,179r-31,0r35,-246r16,0r123,181r25,-181r31,0","w":247,"k":{"A":-7}},"O":{"d":"18,-100v0,-70,48,-151,119,-149v54,1,87,46,87,103v0,77,-48,149,-118,149v-54,0,-88,-47,-88,-103xm52,-96v0,40,19,70,55,70v51,0,84,-66,84,-126v0,-38,-19,-66,-54,-67v-53,-1,-85,66,-85,123","w":236,"k":{"Y":32,"X":25,"W":18,"V":14,"T":29,"A":4,".":11,",":11}},"P":{"d":"166,-176v-2,50,-45,81,-108,72r-14,104r-34,0r34,-246v67,-5,123,7,122,70xm133,-177v0,-30,-25,-42,-59,-39r-12,83v41,4,70,-9,71,-44","w":161,"k":{"o":7,"e":7,"a":13,"A":11,".":36,",":36}},"Q":{"d":"126,0v8,48,87,55,98,5r6,0v2,59,-67,85,-108,47v-14,-12,-26,-29,-33,-52v-46,-9,-70,-51,-71,-105v-1,-67,51,-145,118,-144v56,1,88,43,88,104v0,73,-39,131,-98,145xm52,-97v0,42,18,66,57,67v50,0,82,-62,82,-120v0,-40,-16,-69,-54,-69v-53,-2,-85,68,-85,122","w":236,"k":{"U":11,".":-11,",":-11}},"R":{"d":"175,-179v-1,31,-22,54,-50,60v28,28,43,82,64,119r-35,0v-15,-29,-34,-75,-51,-97v-7,-10,-23,-12,-41,-11r-15,108r-34,0r34,-246v69,-4,130,4,128,67xm66,-137v41,3,74,-8,74,-44v0,-31,-28,-37,-63,-35","w":191,"k":{"Y":27,"W":22,"V":11,"T":25,"O":7}},"S":{"d":"34,-182v0,-55,72,-84,124,-57r-5,34v-28,-22,-90,-17,-86,24v4,46,83,62,83,119v0,62,-81,84,-132,48r5,-36v22,16,42,23,58,23v17,0,38,-14,36,-32v-5,-48,-83,-64,-83,-123","w":164,"k":{".":-9,",":-9}},"T":{"d":"201,-246r-5,31r-69,0r-30,215r-34,0r30,-215r-69,0r4,-31r173,0","w":183,"k":{"y":29,"w":36,"u":36,"r":36,"o":36,"e":36,"a":40,"O":18,"A":22,";":9,":":9,".":36,"-":43,",":36}},"U":{"d":"56,-85v-12,51,50,74,89,49v24,-16,26,-31,32,-68r20,-142r33,0v-21,101,1,248,-123,249v-54,0,-90,-35,-83,-91r22,-158r32,0","w":228,"k":{".":5,",":5}},"V":{"d":"203,-246r-120,248r-12,0r-48,-248r32,0r33,172r82,-172r33,0","w":183,"k":{"u":23,"o":29,"e":29,"a":29,"O":7,"A":11,".":29,"-":29,",":29}},"W":{"d":"355,-246r-119,248r-12,0r-48,-174r-84,174r-12,0r-58,-248r31,0r40,174r83,-174r13,0r48,177r84,-177r34,0","w":333,"k":{"u":20,"o":27,"e":27,"a":29,"O":7,"A":7,".":29,"-":27,",":29}},"X":{"d":"253,-246r-105,120r80,126r-39,0r-63,-101r-88,101r-45,0r115,-130r-73,-116r37,0r58,91r80,-91r43,0","w":240},"Y":{"d":"201,-246r-87,124r-17,122r-32,0r17,-122r-58,-124r35,0r41,90r63,-90r38,0","w":176,"k":{"u":27,"o":29,"e":29,"a":29,"O":14,"A":11,".":29,"-":32,",":29}},"Z":{"d":"233,-246r-179,215r146,0r-5,31r-207,0r179,-215r-140,0r4,-31r202,0","w":209},"[":{"d":"135,-246r-3,24r-46,0r-39,278r46,0r-3,24r-76,0r45,-326r76,0","w":119},"\\":{"d":"100,3r-25,0r-70,-252r25,0","w":101},"]":{"d":"-17,80r3,-24r46,0r39,-278r-46,0r3,-24r76,0r-45,326r-76,0","w":119},"^":{"d":"48,-105r-33,0r63,-141r25,0r63,141r-32,0r-44,-105"},"_":{"d":"-2,27r184,0r0,18r-184,0r0,-18","w":180},"`":{"d":"72,-241r25,52r-20,0r-41,-52r36,0","w":119},"a":{"d":"13,-61v0,-76,67,-123,147,-101r-22,162r-31,0r3,-20v-35,46,-97,15,-97,-41xm76,-22v10,2,37,-20,38,-25r13,-93v-52,-5,-82,30,-83,74v-1,23,11,44,32,44"},"b":{"d":"159,-93v0,76,-67,111,-148,95r33,-248r32,0r-13,97v39,-43,96,-2,96,56xm127,-94v0,-47,-51,-61,-69,-26r-14,100v54,5,83,-24,83,-74","k":{"y":5,"v":7}},"c":{"d":"40,-71v-2,50,53,61,88,35r-3,29v-51,30,-116,1,-116,-62v0,-64,59,-112,132,-95r-4,27v-52,-13,-95,22,-97,66","w":138,"k":{"y":-9,"l":-7,"k":-7,"h":-7,".":-22,",":-22}},"d":{"d":"11,-70v3,-53,50,-105,119,-97r12,-79r30,0r-35,246v-61,16,-130,-5,-126,-70xm127,-141v-82,-17,-122,120,-31,121v6,0,11,-1,14,-1"},"e":{"d":"46,-84v-13,61,51,84,94,42r-5,29v-49,39,-121,11,-121,-60v0,-48,32,-95,76,-94v39,0,64,39,57,83r-101,0xm118,-105v-1,-51,-58,-46,-68,0r68,0","w":157,"k":{"w":4,"v":5,".":-11,",":-11}},"f":{"d":"40,-162v1,-65,53,-105,117,-79r-4,30v-41,-21,-80,-4,-83,49r33,0r-4,27r-32,0r-26,203r-30,0r26,-203r-26,0r4,-27r25,0","w":97,"k":{"\u2019":-45,"\u201d":-45,"o":5,"i":7,"e":5,"a":5}},"g":{"d":"46,-51v-54,-22,-24,-111,31,-111r83,0r-3,24r-31,0v26,45,-4,94,-52,97v-20,1,-37,8,-26,22v23,10,84,16,84,56v0,61,-136,61,-136,4v0,-16,16,-26,47,-33v-43,-12,-31,-51,3,-59xm78,-137v-36,0,-45,70,-2,70v18,0,31,-19,31,-37v0,-18,-11,-34,-29,-33xm25,40v5,25,74,29,78,0v1,-11,-29,-23,-36,-23v-8,-1,-44,12,-42,23","w":153,"k":{"o":4,"e":5}},"h":{"d":"102,-144v-12,-5,-48,34,-49,39r-15,105r-30,0r34,-246r31,0r-15,111v31,-48,103,-41,93,25r-16,110r-30,0r16,-120v0,-16,-6,-24,-19,-24","k":{"y":5}},"i":{"d":"52,-195v-10,0,-18,-7,-18,-17v0,-11,7,-18,18,-18v10,0,17,8,17,18v0,10,-7,17,-17,17xm62,-162r-23,162r-31,0r23,-162r31,0","w":67},"j":{"d":"34,-212v0,-11,7,-18,18,-18v10,0,17,8,17,18v0,10,-7,17,-17,17v-10,0,-18,-7,-18,-17xm7,24r24,-186r31,0r-25,195v-3,36,-36,58,-74,47r4,-27v24,4,36,-4,40,-29","w":67},"k":{"d":"73,-246r-22,155r69,-71r39,0r-74,77r79,85r-39,0r-75,-82r-11,82r-30,0r34,-246r30,0","w":164,"k":{"y":7,"o":11,"e":18}},"l":{"d":"73,-246r-34,246r-31,0r35,-246r30,0","w":67},"m":{"d":"102,-140v-11,-4,-48,32,-49,37r-15,103r-30,0r23,-162r31,0r-5,28v30,-34,83,-48,93,6v20,-24,40,-36,61,-36v68,0,24,109,22,164r-30,0r16,-116v0,-16,-6,-24,-18,-24v-21,1,-41,24,-51,37r-14,103r-31,0r16,-116v0,-16,-6,-24,-19,-24","w":266,"k":{"y":5,"u":4}},"n":{"d":"123,-113v-8,-53,-54,-9,-67,10r-15,103r-30,0r22,-162r31,0v0,9,-5,22,-3,29v31,-51,102,-35,92,31r-16,102r-30,0","k":{"v":7}},"o":{"d":"13,-67v0,-51,31,-100,77,-100v37,0,60,31,60,71v0,53,-29,101,-76,101v-40,0,-61,-29,-61,-72xm119,-98v0,-24,-9,-45,-29,-45v-29,0,-47,45,-46,79v0,22,10,43,29,43v30,0,47,-41,46,-77","w":161,"k":{"y":5,"x":7,"w":7,"v":7,"g":4}},"p":{"d":"33,-122v-11,3,-20,33,-28,28v2,-16,18,-40,31,-49r9,-60r30,0r-6,41v50,-19,97,19,95,71v-2,60,-47,104,-118,96r-11,78r-30,0xm50,-21v83,19,117,-116,36,-123v-7,0,-14,2,-20,5","w":176,"k":{"y":4}},"q":{"d":"11,-68v2,-72,64,-108,149,-99r-35,250r-31,0r13,-88v-49,29,-98,-8,-96,-63xm43,-66v0,37,34,57,67,39r16,-115v-50,-3,-83,28,-83,76"},"r":{"d":"119,-127v-30,-22,-55,17,-62,36r-13,91r-31,0r23,-162r31,0v-1,10,-6,23,-4,32v17,-25,23,-38,56,-32r0,35","w":112,"k":{"y":-14,"v":-11,"t":-14,"s":-7,"q":7,"o":7,"i":-7,"e":4,"d":7,"a":7,";":-14,":":-14,".":14,",":14}},"s":{"d":"17,-120v0,-51,64,-59,99,-30r0,32v-19,-14,-34,-21,-48,-21v-11,0,-22,6,-22,17v8,29,66,38,64,79v-3,54,-69,61,-106,27r5,-30v20,16,37,24,50,24v11,0,22,-7,21,-18v-4,-31,-63,-40,-63,-80","w":127,"k":{"w":4,".":-11,",":-11}},"t":{"d":"95,-2v-34,17,-82,5,-75,-38r16,-98r-28,0r4,-24r29,0r6,-33r30,0r-5,33r31,0r-4,24r-32,0r-17,100v2,25,30,16,47,6","w":101},"u":{"d":"54,2v-68,0,-25,-108,-23,-164r31,0r-16,117v0,16,6,24,18,24v13,0,28,-12,48,-36r15,-105r31,0r-23,162r-30,0r2,-27v-19,20,-36,29,-53,29"},"v":{"d":"148,-162r-83,165r-15,0r-37,-165r30,0r22,103r52,-103r31,0","w":135,"k":{".":7,",":7}},"w":{"d":"233,-162r-83,165r-15,0r-21,-106r-55,106r-14,0r-33,-165r29,0r21,109r52,-109r15,0r20,109r54,-109r30,0","w":221,"k":{"a":7,".":11,",":11}},"x":{"d":"159,-162r-65,80r41,82r-32,0r-30,-60r-47,60r-37,0r70,-86r-38,-76r33,0r26,55r42,-55r37,0","w":153,"k":{"e":14}},"y":{"d":"144,-162r-116,245r-32,0r44,-93r-32,-152r31,0r22,112r51,-112r32,0","w":135,"k":{"e":7,"a":7,".":11,",":11}},"z":{"d":"161,-162r-107,135r94,0r-6,27r-147,0r106,-135r-82,0r4,-27r138,0","w":164,"k":{"o":7,"e":7}},"{":{"d":"112,76v-117,20,-23,-154,-102,-155r0,-29v43,3,35,-47,36,-90v0,-48,17,-67,66,-64r0,27v-42,-7,-36,26,-36,63v0,46,-8,65,-37,79v36,12,38,53,37,105v-1,32,6,36,36,36r0,28","w":119},"|":{"d":"39,83r0,-329r27,0r0,329r-27,0","w":93},"}":{"d":"8,-262v117,-20,21,154,102,154r0,29v-42,-2,-37,47,-37,91v1,48,-17,67,-65,64r0,-28v41,6,36,-25,36,-62v0,-46,8,-65,37,-79v-36,-13,-38,-52,-37,-105v1,-32,-6,-38,-36,-37r0,-27","w":119},"~":{"d":"154,-68v-16,0,-72,-27,-89,-27v-14,0,-31,8,-51,24r0,-30v18,-15,37,-23,54,-23v17,0,73,27,88,27v14,0,31,-8,51,-24r0,30v-18,15,-36,23,-53,23","w":210},"\u00c4":{"d":"127,-247r48,247r-31,0r-14,-77r-77,0r-33,77r-33,0r109,-247r31,0xm63,-103r62,0r-19,-101xm168,-292v0,22,-33,19,-33,0v0,-9,8,-17,16,-17v9,0,17,7,17,17xm87,-276v-8,0,-17,-8,-17,-16v0,-10,8,-17,17,-17v8,0,16,8,16,17v0,8,-8,16,-16,16","w":187},"\u00c5":{"d":"119,-260v-17,0,-34,-17,-34,-34v0,-17,17,-33,34,-33v17,0,34,16,34,33v0,17,-17,34,-34,34xm119,-273v10,0,20,-10,20,-20v0,-10,-10,-20,-20,-20v-10,0,-20,10,-20,20v0,10,10,20,20,20xm127,-247r48,247r-31,0r-14,-77r-77,0r-33,77r-33,0r109,-247r31,0xm63,-103r62,0r-19,-101","w":187},"\u00c7":{"d":"53,-101v-2,57,47,88,100,65v14,-6,26,-13,37,-22r-5,40v-26,15,-52,21,-77,21r-1,5v32,14,11,59,-22,55v-8,0,-16,0,-25,-2r5,-17v22,12,45,-12,22,-23r9,-19v-46,-7,-78,-48,-78,-101v1,-98,80,-159,191,-150r-7,31v-89,-7,-147,42,-149,117","w":198},"\u00c9":{"d":"179,-246r-4,30r-98,0r-11,77r87,0r-4,29r-87,0r-12,81r129,0r-4,29r-161,0r35,-246r130,0xm123,-320r37,0r-41,52r-20,0","w":183},"\u00d1":{"d":"130,-314v15,-2,59,33,63,1r14,0v0,21,-10,39,-30,41v-13,1,-60,-33,-62,-1r-14,0v0,-23,9,-39,29,-41xm244,-246r-34,246r-18,0r-122,-179r-25,179r-31,0r35,-246r16,0r123,181r25,-181r31,0","w":247},"\u00d6":{"d":"18,-100v0,-70,48,-151,119,-149v54,1,87,46,87,103v0,77,-48,149,-118,149v-54,0,-88,-47,-88,-103xm52,-96v0,40,19,70,55,70v51,0,84,-66,84,-126v0,-38,-19,-66,-54,-67v-53,-1,-85,66,-85,123xm197,-292v0,22,-33,19,-33,0v0,-9,8,-17,16,-17v9,0,17,7,17,17xm116,-276v-8,0,-17,-8,-17,-16v0,-10,8,-17,17,-17v8,0,16,8,16,17v0,8,-8,16,-16,16","w":236},"\u00dc":{"d":"56,-85v-12,51,50,74,89,49v24,-16,26,-31,32,-68r20,-142r33,0v-21,101,1,248,-123,249v-54,0,-90,-35,-83,-91r22,-158r32,0xm194,-292v0,22,-33,19,-33,0v0,-9,8,-17,16,-17v9,0,17,7,17,17xm113,-276v-8,0,-17,-8,-17,-16v0,-10,8,-17,17,-17v8,0,16,8,16,17v0,8,-8,16,-16,16","w":228},"\u00e1":{"d":"13,-61v0,-76,67,-123,147,-101r-22,162r-31,0r3,-20v-35,46,-97,15,-97,-41xm76,-22v10,2,37,-20,38,-25r13,-93v-52,-5,-82,30,-83,74v-1,23,11,44,32,44xm105,-241r37,0r-41,52r-20,0"},"\u00e0":{"d":"13,-61v0,-76,67,-123,147,-101r-22,162r-31,0r3,-20v-35,46,-97,15,-97,-41xm76,-22v10,2,37,-20,38,-25r13,-93v-52,-5,-82,30,-83,74v-1,23,11,44,32,44xm104,-241r25,52r-20,0r-41,-52r36,0"},"\u00e2":{"d":"136,-241r26,53r-14,0r-30,-36r-48,36r-17,0r47,-53r36,0xm13,-61v0,-76,67,-123,147,-101r-22,162r-31,0r3,-20v-35,46,-97,15,-97,-41xm76,-22v10,2,37,-20,38,-25r13,-93v-52,-5,-82,30,-83,74v-1,23,11,44,32,44"},"\u00e4":{"d":"13,-61v0,-76,67,-123,147,-101r-22,162r-31,0r3,-20v-35,46,-97,15,-97,-41xm76,-22v10,2,37,-20,38,-25r13,-93v-52,-5,-82,30,-83,74v-1,23,11,44,32,44xm160,-213v0,22,-33,19,-33,0v0,-9,8,-17,16,-17v9,0,17,7,17,17xm79,-197v-8,0,-17,-8,-17,-16v0,-10,8,-17,17,-17v8,0,16,8,16,17v0,8,-8,16,-16,16"},"\u00e3":{"d":"80,-235v16,-2,60,33,63,0r14,0v-1,20,-10,41,-30,41v-12,0,-61,-31,-62,0r-14,0v0,-23,9,-39,29,-41xm13,-61v0,-76,67,-123,147,-101r-22,162r-31,0r3,-20v-35,46,-97,15,-97,-41xm76,-22v10,2,37,-20,38,-25r13,-93v-52,-5,-82,30,-83,74v-1,23,11,44,32,44"},"\u00e5":{"d":"111,-181v-17,0,-34,-17,-34,-34v0,-17,17,-34,34,-34v17,0,33,17,33,34v0,17,-16,34,-33,34xm111,-194v10,0,19,-10,19,-20v0,-10,-9,-20,-19,-20v-10,-1,-20,10,-20,20v0,10,10,21,20,20xm13,-61v0,-76,67,-123,147,-101r-22,162r-31,0r3,-20v-35,46,-97,15,-97,-41xm76,-22v10,2,37,-20,38,-25r13,-93v-52,-5,-82,30,-83,74v-1,23,11,44,32,44"},"\u00e7":{"d":"40,-71v-2,50,53,61,88,35r-3,29v-14,8,-29,12,-47,12r-2,5v32,14,12,55,-22,55v-8,0,-15,0,-24,-2r4,-17v22,12,45,-12,23,-24r9,-18v-35,-5,-57,-33,-57,-73v-1,-64,59,-112,132,-95r-4,27v-52,-13,-95,22,-97,66","w":138},"\u00e9":{"d":"46,-84v-13,61,51,84,94,42r-5,29v-49,39,-121,11,-121,-60v0,-48,32,-95,76,-94v39,0,64,39,57,83r-101,0xm118,-105v-1,-51,-58,-46,-68,0r68,0xm100,-241r37,0r-41,52r-20,0","w":157},"\u00e8":{"d":"46,-84v-13,61,51,84,94,42r-5,29v-49,39,-121,11,-121,-60v0,-48,32,-95,76,-94v39,0,64,39,57,83r-101,0xm118,-105v-1,-51,-58,-46,-68,0r68,0xm91,-241r25,52r-20,0r-41,-52r36,0","w":157},"\u00ea":{"d":"123,-241r27,53r-15,0r-30,-36r-48,36r-17,0r47,-53r36,0xm46,-84v-13,61,51,84,94,42r-5,29v-49,39,-121,11,-121,-60v0,-48,32,-95,76,-94v39,0,64,39,57,83r-101,0xm118,-105v-1,-51,-58,-46,-68,0r68,0","w":157},"\u00eb":{"d":"46,-84v-13,61,51,84,94,42r-5,29v-49,39,-121,11,-121,-60v0,-48,32,-95,76,-94v39,0,64,39,57,83r-101,0xm118,-105v-1,-51,-58,-46,-68,0r68,0xm147,-213v0,22,-33,19,-33,0v0,-9,8,-17,16,-17v9,0,17,7,17,17xm66,-197v-8,0,-17,-8,-17,-16v0,-10,8,-17,17,-17v8,0,16,8,16,17v0,8,-8,16,-16,16","w":157},"\u00ed":{"d":"62,-162r-23,162r-31,0r23,-162r31,0xm55,-241r37,0r-41,52r-20,0","w":67},"\u00ec":{"d":"62,-162r-23,162r-31,0r23,-162r31,0xm46,-241r25,52r-20,0r-41,-52r36,0","w":67},"\u00ee":{"d":"78,-241r27,53r-15,0r-30,-36r-48,36r-17,0r47,-53r36,0xm62,-162r-23,162r-31,0r23,-162r31,0","w":67},"\u00ef":{"d":"62,-162r-23,162r-31,0r23,-162r31,0xm103,-213v0,22,-33,19,-33,0v0,-9,8,-17,16,-17v9,0,17,7,17,17xm22,-197v-8,0,-17,-8,-17,-16v0,-10,8,-17,17,-17v8,0,16,8,16,17v0,8,-8,16,-16,16","w":67},"\u00f1":{"d":"80,-235v16,-2,60,33,63,0r14,0v-1,20,-10,41,-30,41v-12,0,-61,-31,-62,0r-14,0v0,-23,9,-39,29,-41xm123,-113v-8,-53,-54,-9,-67,10r-15,103r-30,0r22,-162r31,0v0,9,-5,22,-3,29v31,-51,102,-35,92,31r-16,102r-30,0"},"\u00f3":{"d":"13,-67v0,-51,31,-100,77,-100v37,0,60,31,60,71v0,53,-29,101,-76,101v-40,0,-61,-29,-61,-72xm119,-98v0,-24,-9,-45,-29,-45v-29,0,-47,45,-46,79v0,22,10,43,29,43v30,0,47,-41,46,-77xm102,-241r37,0r-41,52r-20,0","w":161},"\u00f2":{"d":"13,-67v0,-51,31,-100,77,-100v37,0,60,31,60,71v0,53,-29,101,-76,101v-40,0,-61,-29,-61,-72xm119,-98v0,-24,-9,-45,-29,-45v-29,0,-47,45,-46,79v0,22,10,43,29,43v30,0,47,-41,46,-77xm93,-241r25,52r-20,0r-41,-52r36,0","w":161},"\u00f4":{"d":"125,-241r27,53r-15,0r-30,-36r-48,36r-17,0r47,-53r36,0xm13,-67v0,-51,31,-100,77,-100v37,0,60,31,60,71v0,53,-29,101,-76,101v-40,0,-61,-29,-61,-72xm119,-98v0,-24,-9,-45,-29,-45v-29,0,-47,45,-46,79v0,22,10,43,29,43v30,0,47,-41,46,-77","w":161},"\u00f6":{"d":"13,-67v0,-51,31,-100,77,-100v37,0,60,31,60,71v0,53,-29,101,-76,101v-40,0,-61,-29,-61,-72xm119,-98v0,-24,-9,-45,-29,-45v-29,0,-47,45,-46,79v0,22,10,43,29,43v30,0,47,-41,46,-77xm149,-213v0,22,-33,19,-33,0v0,-9,8,-17,16,-17v9,0,17,7,17,17xm68,-197v-8,0,-17,-8,-17,-16v0,-10,8,-17,17,-17v8,0,16,8,16,17v0,8,-8,16,-16,16","w":161},"\u00f5":{"d":"76,-235v15,-2,61,34,63,0r14,0v0,21,-9,41,-30,41v-13,0,-59,-31,-62,0r-14,0v0,-23,9,-39,29,-41xm13,-67v0,-51,31,-100,77,-100v37,0,60,31,60,71v0,53,-29,101,-76,101v-40,0,-61,-29,-61,-72xm119,-98v0,-24,-9,-45,-29,-45v-29,0,-47,45,-46,79v0,22,10,43,29,43v30,0,47,-41,46,-77","w":161},"\u00fa":{"d":"54,2v-68,0,-25,-108,-23,-164r31,0r-16,117v0,16,6,24,18,24v13,0,28,-12,48,-36r15,-105r31,0r-23,162r-30,0r2,-27v-19,20,-36,29,-53,29xm106,-241r37,0r-41,52r-20,0"},"\u00f9":{"d":"54,2v-68,0,-25,-108,-23,-164r31,0r-16,117v0,16,6,24,18,24v13,0,28,-12,48,-36r15,-105r31,0r-23,162r-30,0r2,-27v-19,20,-36,29,-53,29xm97,-241r25,52r-20,0r-41,-52r36,0"},"\u00fb":{"d":"129,-241r27,53r-15,0r-30,-36r-48,36r-17,0r47,-53r36,0xm54,2v-68,0,-25,-108,-23,-164r31,0r-16,117v0,16,6,24,18,24v13,0,28,-12,48,-36r15,-105r31,0r-23,162r-30,0r2,-27v-19,20,-36,29,-53,29"},"\u00fc":{"d":"54,2v-68,0,-25,-108,-23,-164r31,0r-16,117v0,16,6,24,18,24v13,0,28,-12,48,-36r15,-105r31,0r-23,162r-30,0r2,-27v-19,20,-36,29,-53,29xm153,-213v0,22,-33,19,-33,0v0,-9,8,-17,16,-17v9,0,17,7,17,17xm72,-197v-8,0,-17,-8,-17,-16v0,-10,8,-17,17,-17v8,0,16,8,16,17v0,8,-8,16,-16,16"},"\u00b0":{"d":"71,-165v-26,0,-49,-22,-49,-48v0,-26,22,-49,49,-49v27,0,49,23,49,49v0,26,-23,48,-49,48xm71,-184v16,0,30,-14,30,-29v0,-15,-15,-30,-30,-30v-15,0,-30,15,-30,30v0,15,14,29,30,29","w":142},"\u00a2":{"d":"142,-163r-4,26v-9,-2,-17,-2,-23,-2r-36,117v18,2,36,-4,52,-17r-5,32v-15,10,-35,15,-55,10r-20,65r-17,0r21,-68v-54,-16,-58,-99,-18,-136v19,-17,41,-28,70,-30r19,-63r18,0r-20,63v8,1,15,2,18,3xm98,-138v-50,4,-80,83,-34,111","w":138},"\u00a3":{"d":"60,-135v23,-64,46,-126,122,-110r-4,31v-53,-16,-67,35,-85,79r40,0r-9,29r-40,0r-24,72v39,-2,71,15,105,-4r-5,33v-42,20,-99,-8,-147,8r38,-109r-32,0r9,-29r32,0"},"\u00a7":{"d":"120,-249v30,0,53,20,46,53r-29,11v12,-16,1,-39,-19,-39v-17,-1,-36,14,-34,30v5,45,82,61,78,118v-2,28,-24,50,-48,59v38,42,10,100,-46,100v-35,0,-60,-18,-59,-52r28,-15v-5,25,6,43,31,42v17,0,33,-12,33,-28v0,-47,-83,-64,-83,-119v0,-30,25,-54,53,-59v-43,-39,-7,-101,49,-101xm95,-126v-39,-2,-62,39,-31,64v16,13,16,13,28,25v49,-14,50,-58,3,-89","w":176},"\u00b6":{"d":"8,-176v0,-48,32,-73,82,-73r112,0r0,29r-26,0r0,292r-29,0r0,-292r-39,0r0,292r-30,0r0,-175v-42,-2,-70,-30,-70,-73","w":195},"\u00df":{"d":"142,-190v0,-35,-45,-49,-59,-21v-27,52,-25,144,-38,211r-30,0r22,-162v8,-58,33,-87,73,-87v65,0,81,99,20,110v67,32,20,173,-57,139r4,-23v37,7,55,-24,55,-60v0,-29,-13,-45,-40,-48r3,-21v26,4,47,-14,47,-38","w":180},"\u00ae":{"d":"133,3v-72,0,-133,-61,-133,-133v0,-71,62,-132,133,-132v71,0,133,61,133,132v0,72,-61,133,-133,133xm133,-19v59,0,111,-53,111,-111v0,-58,-52,-110,-111,-110v-59,0,-111,52,-111,110v0,58,52,111,111,111xm190,-161v-1,23,-17,40,-41,41v15,3,39,45,51,64r-28,0v-21,-23,-21,-66,-69,-61r0,61r-23,0r0,-143v48,0,110,-8,110,38xm165,-158v-2,-26,-35,-21,-62,-21r0,43v27,0,64,4,62,-22","w":266},"\u00a9":{"d":"133,3v-72,0,-133,-61,-133,-133v0,-71,62,-132,133,-132v71,0,133,61,133,132v0,72,-61,133,-133,133xm133,-19v59,0,111,-53,111,-111v0,-58,-52,-110,-111,-110v-59,0,-111,52,-111,110v0,58,52,111,111,111xm88,-128v-9,61,78,71,88,20r21,6v-8,32,-29,48,-65,48v-43,0,-68,-32,-68,-77v0,-77,113,-102,131,-31r-21,5v-17,-48,-95,-27,-86,29","w":266},"\u2122":{"d":"72,-114r0,-123r-47,0r0,-21r117,0r0,21r-47,0r0,123r-23,0xm158,-114r0,-144r36,0r36,115r35,-115r34,0r0,144r-22,0r1,-121r-38,121r-21,0r-39,-123r0,123r-22,0","w":360},"\u00b4":{"d":"81,-241r37,0r-41,52r-20,0","w":119},"\u00a8":{"d":"128,-213v0,22,-33,19,-33,0v0,-9,8,-17,16,-17v9,0,17,7,17,17xm47,-197v-8,0,-17,-8,-17,-16v0,-10,8,-17,17,-17v8,0,16,8,16,17v0,8,-8,16,-16,16","w":119},"\u00c6":{"d":"288,-246r-4,30r-94,0r-10,76r88,0r-4,29r-88,0r-12,82r128,0r-4,29r-160,0r15,-111r-54,0r-62,111r-35,0r141,-246r155,0xm158,-218r-11,0r-44,81r44,0","w":299},"\u00d8":{"d":"37,-32v-68,-101,52,-284,160,-192r24,-28r13,16r-24,29v54,104,-49,268,-159,190r-27,32r-14,-15xm178,-200v-59,-59,-126,30,-126,104v0,12,2,25,7,38xm70,-40v70,49,139,-53,118,-140","w":236},"\u00b1":{"d":"96,-212r29,0r0,70r70,0r0,30r-70,0r0,70r-29,0r0,-70r-71,0r0,-30r71,0r0,-70xm25,-30r170,0r0,30r-170,0r0,-30","w":210},"\u00a5":{"d":"195,-132r-5,24r-72,0r-5,27r71,0r-5,23r-71,0r-12,58r-32,0r12,-58r-71,0r5,-23r71,0r5,-27r-71,0r5,-24r60,0r-48,-126r32,0r44,122r84,-122r38,0r-94,126r59,0","w":198},"\u00aa":{"d":"19,-185v0,-48,48,-74,99,-61r-15,98r-24,0r1,-9v-23,22,-61,5,-61,-28xm43,-188v1,27,25,33,40,10r8,-53v-29,-1,-48,15,-48,43","w":112},"\u00ba":{"d":"22,-189v-1,-32,21,-60,51,-60v25,0,41,18,41,44v1,32,-21,60,-51,60v-26,0,-41,-18,-41,-44xm73,-232v-26,-1,-41,63,-11,70v26,2,42,-67,11,-70","w":108},"\u00e6":{"d":"123,-77v-13,60,50,73,89,34r-5,31v-35,25,-87,24,-107,-13v-18,20,-36,30,-54,30v-24,1,-42,-15,-42,-38v0,-30,30,-50,90,-61v7,-20,3,-46,-19,-46v-16,0,-33,10,-53,30r5,-35v29,-25,70,-34,90,0v14,-15,31,-22,50,-22v39,1,61,47,52,90r-96,0xm192,-99v3,-32,-32,-58,-54,-31v-6,8,-11,17,-12,31r66,0xm36,-35v5,26,35,15,51,-3r4,-34v-27,6,-52,14,-55,37","w":232},"\u00f8":{"d":"22,-24v-38,-73,38,-187,109,-126r13,-16r11,11r-14,17v37,74,-36,185,-109,127r-15,17r-10,-12xm90,-143v-32,2,-52,54,-44,91r66,-76v-5,-9,-13,-15,-22,-15xm73,-21v34,-1,51,-49,45,-90r-66,77v5,9,12,13,21,13","w":161},"\u00bf":{"d":"87,-171v12,0,21,10,21,21v0,11,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21xm31,27v4,37,45,31,67,6r-6,36v-38,30,-95,9,-92,-42v3,-54,71,-79,73,-133r19,0v7,59,-53,90,-61,133","w":127},"\u00a1":{"d":"54,-171v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-10,-21,-21v0,-11,9,-21,21,-21xm57,-106v-6,41,-8,141,-15,174v-4,20,-37,22,-34,-6v3,-36,26,-125,35,-168r14,0","w":90},"\u00ac":{"d":"195,-45r-29,0r0,-77r-141,0r0,-30r170,0r0,107","w":210},"\u00ab":{"d":"160,-162r-62,85r30,77r-24,0r-32,-81r61,-81r27,0xm91,-162r-63,85r31,77r-25,0r-32,-81r61,-81r28,0","w":157},"\u00bb":{"d":"61,0r62,-85r-30,-77r25,0r31,81r-60,81r-28,0xm-9,0r62,-85r-30,-77r24,0r32,81r-61,81r-27,0","w":157},"\u2026":{"d":"290,3v-12,0,-22,-9,-22,-21v0,-12,9,-23,22,-22v12,0,21,11,21,22v-1,11,-9,21,-21,21xm169,3v-12,0,-21,-9,-21,-21v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,11,-10,21,-22,21xm49,3v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21","w":360},"\u00c0":{"d":"127,-247r48,247r-31,0r-14,-77r-77,0r-33,77r-33,0r109,-247r31,0xm63,-103r62,0r-19,-101xm112,-320r25,52r-20,0r-41,-52r36,0","w":187},"\u00c3":{"d":"96,-314v15,-2,59,33,62,1r14,0v0,21,-10,39,-29,41v-13,1,-60,-33,-62,-1r-14,0v0,-23,9,-39,29,-41xm127,-247r48,247r-31,0r-14,-77r-77,0r-33,77r-33,0r109,-247r31,0xm63,-103r62,0r-19,-101","w":187},"\u00d5":{"d":"124,-314v15,-2,60,33,63,1r14,0v0,21,-10,40,-30,41v-13,1,-59,-33,-62,-1r-14,0v0,-23,9,-39,29,-41xm18,-100v0,-70,48,-151,119,-149v54,1,87,46,87,103v0,77,-48,149,-118,149v-54,0,-88,-47,-88,-103xm52,-96v0,40,19,70,55,70v51,0,84,-66,84,-126v0,-38,-19,-66,-54,-67v-53,-1,-85,66,-85,123","w":236},"\u2013":{"d":"183,-103r0,23r-186,0r0,-23r186,0","w":180},"\u2014":{"d":"363,-103r0,23r-366,0r0,-23r366,0","w":360},"\u201c":{"d":"123,-162v-29,-3,-26,-46,-7,-64v11,-10,24,-18,42,-22r-2,15v-16,5,-24,16,-24,31v23,8,16,42,-9,40xm46,-162v-30,-3,-27,-46,-7,-64v11,-10,24,-18,42,-22r-3,15v-16,5,-23,16,-23,31v23,8,15,42,-9,40","w":146,"k":{"\u2018":-18}},"\u201d":{"d":"134,-249v30,3,28,47,8,65v-11,10,-24,18,-42,22r2,-16v16,-5,24,-16,24,-31v-23,-7,-16,-42,8,-40xm57,-249v30,3,27,47,7,65v-11,10,-24,18,-42,22r2,-16v16,-5,24,-16,24,-31v-23,-8,-14,-42,9,-40","w":146,"k":{" ":36}},"\u2018":{"d":"50,-162v-29,-3,-26,-46,-7,-64v11,-10,24,-18,42,-22r-2,15v-16,5,-24,16,-24,31v23,8,16,42,-9,40","w":71,"k":{"\u2018":-5}},"\u2019":{"d":"56,-249v30,3,28,47,8,65v-11,10,-24,18,-42,22r2,-16v16,-5,23,-16,23,-31v-23,-8,-14,-42,9,-40","w":71,"k":{"\u2019":-5,"\u201d":-18,"v":9,"s":18,"r":32,"d":36," ":36}},"\u00f7":{"d":"111,-161v-10,0,-20,-9,-20,-19v0,-10,10,-19,20,-19v9,0,19,10,19,19v0,9,-10,19,-19,19xm25,-142r170,0r0,30r-170,0r0,-30xm111,-55v-10,0,-20,-9,-20,-19v-1,-10,10,-20,20,-19v10,-1,19,10,19,19v0,9,-10,19,-19,19","w":210},"\u00ff":{"d":"144,-162r-116,245r-32,0r44,-93r-32,-152r31,0r22,112r51,-112r32,0xm136,-213v0,22,-33,19,-33,0v0,-9,8,-17,16,-17v9,0,17,7,17,17xm55,-197v-8,0,-17,-8,-17,-16v0,-10,8,-17,17,-17v8,0,16,8,16,17v0,8,-8,16,-16,16","w":135},"\u00c2":{"d":"144,-320r27,54r-15,0r-30,-36r-48,36r-17,0r47,-54r36,0xm127,-247r48,247r-31,0r-14,-77r-77,0r-33,77r-33,0r109,-247r31,0xm63,-103r62,0r-19,-101","w":187},"\u00ca":{"d":"146,-320r27,54r-15,0r-30,-36r-48,36r-17,0r48,-54r35,0xm179,-246r-4,30r-98,0r-11,77r87,0r-4,29r-87,0r-12,81r129,0r-4,29r-161,0r35,-246r130,0","w":183},"\u00c1":{"d":"127,-247r48,247r-31,0r-14,-77r-77,0r-33,77r-33,0r109,-247r31,0xm63,-103r62,0r-19,-101xm121,-320r37,0r-41,52r-20,0","w":187},"\u00cb":{"d":"179,-246r-4,30r-98,0r-11,77r87,0r-4,29r-87,0r-12,81r129,0r-4,29r-161,0r35,-246r130,0xm171,-292v0,22,-33,19,-33,0v0,-9,8,-17,16,-17v9,0,17,7,17,17xm90,-276v-8,0,-17,-8,-17,-16v0,-10,8,-17,17,-17v8,0,16,8,16,17v0,8,-8,16,-16,16","w":183},"\u00c8":{"d":"179,-246r-4,30r-98,0r-11,77r87,0r-4,29r-87,0r-12,81r129,0r-4,29r-161,0r35,-246r130,0xm115,-320r25,52r-20,0r-41,-52r36,0","w":183},"\u00cd":{"d":"82,-246r-34,246r-34,0r35,-246r33,0xm75,-320r37,0r-41,52r-20,0","w":86},"\u00ce":{"d":"98,-320r27,54r-15,0r-30,-36r-48,36r-17,0r47,-54r36,0xm82,-246r-34,246r-34,0r35,-246r33,0","w":86},"\u00cf":{"d":"82,-246r-34,246r-34,0r35,-246r33,0xm122,-292v0,22,-33,19,-33,0v0,-9,8,-17,16,-17v9,0,17,7,17,17xm41,-276v-8,0,-17,-8,-17,-16v0,-10,8,-17,17,-17v8,0,16,8,16,17v0,8,-8,16,-16,16","w":86},"\u00cc":{"d":"82,-246r-34,246r-34,0r35,-246r33,0xm66,-320r25,52r-20,0r-41,-52r36,0","w":86},"\u00d3":{"d":"18,-100v0,-70,48,-151,119,-149v54,1,87,46,87,103v0,77,-48,149,-118,149v-54,0,-88,-47,-88,-103xm52,-96v0,40,19,70,55,70v51,0,84,-66,84,-126v0,-38,-19,-66,-54,-67v-53,-1,-85,66,-85,123xm150,-320r37,0r-41,52r-20,0","w":236},"\u00d4":{"d":"173,-320r27,54r-15,0r-30,-36r-48,36r-17,0r47,-54r36,0xm18,-100v0,-70,48,-151,119,-149v54,1,87,46,87,103v0,77,-48,149,-118,149v-54,0,-88,-47,-88,-103xm52,-96v0,40,19,70,55,70v51,0,84,-66,84,-126v0,-38,-19,-66,-54,-67v-53,-1,-85,66,-85,123","w":236},"\u00d2":{"d":"18,-100v0,-70,48,-151,119,-149v54,1,87,46,87,103v0,77,-48,149,-118,149v-54,0,-88,-47,-88,-103xm52,-96v0,40,19,70,55,70v51,0,84,-66,84,-126v0,-38,-19,-66,-54,-67v-53,-1,-85,66,-85,123xm141,-320r25,52r-20,0r-41,-52r36,0","w":236},"\u00da":{"d":"56,-85v-12,51,50,74,89,49v24,-16,26,-31,32,-68r20,-142r33,0v-21,101,1,248,-123,249v-54,0,-90,-35,-83,-91r22,-158r32,0xm147,-320r37,0r-41,52r-20,0","w":228},"\u00db":{"d":"170,-320r27,54r-15,0r-30,-36r-48,36r-17,0r47,-54r36,0xm56,-85v-12,51,50,74,89,49v24,-16,26,-31,32,-68r20,-142r33,0v-21,101,1,248,-123,249v-54,0,-90,-35,-83,-91r22,-158r32,0","w":228},"\u00d9":{"d":"56,-85v-12,51,50,74,89,49v24,-16,26,-31,32,-68r20,-142r33,0v-21,101,1,248,-123,249v-54,0,-90,-35,-83,-91r22,-158r32,0xm138,-320r25,52r-20,0r-41,-52r36,0","w":228},"\u00b8":{"d":"62,6v31,14,12,60,-22,56v-8,0,-16,-1,-25,-3r5,-16v23,11,45,-13,22,-24v6,-9,5,-25,23,-21","w":119},"\u00b5":{"d":"58,-62v-5,24,5,45,28,44v58,-2,49,-96,66,-144r30,0r-33,162r-28,0r2,-12v-23,21,-57,25,-75,-2r-15,76r-31,0r47,-224r30,0","w":198},"\u00a0":{"w":100},"\u00a6":{"d":"39,-123r0,-123r27,0r0,123r-27,0xm39,83r0,-146r27,0r0,146r-27,0","w":93},"\u00ad":{"d":"90,-95r-4,30r-86,0r4,-30r86,0","w":90},"\u00af":{"d":"47,-263r0,-18r203,0r0,18r-203,0","w":180},"\u00d0":{"d":"222,-122v0,76,-49,122,-127,122r-81,0r16,-108r-29,0r4,-29r28,0r16,-109v100,-6,173,30,173,124xm52,-29v86,6,134,-17,135,-94v0,-62,-36,-93,-109,-93r-11,79r56,0r-4,29r-56,0","w":236},"\u00f0":{"d":"13,-68v0,-63,56,-122,107,-89v-3,-16,-10,-31,-21,-47r-32,17r-9,-14r31,-16v-4,-5,-9,-9,-13,-12r19,-20v8,4,14,11,20,18r34,-18r8,14r-32,17v49,63,39,220,-53,223v-40,1,-59,-32,-59,-73xm44,-63v0,20,11,44,28,44v29,1,51,-46,51,-78v0,-30,-11,-46,-33,-46v-30,1,-46,45,-46,80","w":161},"\u00dd":{"d":"201,-246r-87,124r-17,122r-32,0r17,-122r-58,-124r35,0r41,90r63,-90r38,0xm120,-320r37,0r-41,52r-20,0","w":176},"\u00fd":{"d":"144,-162r-116,245r-32,0r44,-93r-32,-152r31,0r22,112r51,-112r32,0xm89,-241r37,0r-41,52r-20,0","w":135},"\u00de":{"d":"159,-124v-1,50,-45,81,-108,72r-7,52r-34,0r34,-246r34,0r-8,52v53,-2,90,20,89,70xm126,-125v0,-30,-25,-43,-59,-40r-12,84v41,5,71,-9,71,-44","w":161},"\u00fe":{"d":"164,-91v-2,60,-47,104,-118,96r-11,78r-30,0r46,-329r30,0r-12,84v50,-19,97,19,95,71xm50,-21v83,19,117,-116,36,-123v-7,0,-14,2,-20,5","w":176},"\u00d7":{"d":"34,-72r55,-55r-55,-56r21,-21r56,55r55,-55r21,22r-55,55r55,55r-21,21r-55,-55r-56,55","w":210},"\u00b9":{"d":"95,-249r-23,129r-23,0r23,-129r23,0","w":116},"\u00b2":{"d":"108,-218v0,35,-29,52,-55,81r54,0r-3,17r-93,0v50,-52,75,-84,75,-96v-5,-23,-35,-14,-53,-2r3,-21v25,-17,72,-13,72,21","w":116},"\u00b3":{"d":"58,-193v36,1,41,-36,11,-39v-10,0,-21,4,-31,10r3,-21v29,-13,74,-6,73,28v0,14,-8,24,-26,30v40,21,7,67,-34,67v-12,0,-24,-2,-37,-7r2,-18v23,11,61,14,63,-15v0,-13,-9,-19,-27,-19","w":116},"\u00bd":{"d":"44,10r-25,0r195,-259r25,0xm95,-249r-23,129r-23,0r23,-129r23,0xm257,-99v0,35,-29,52,-55,81r54,0r-3,17r-93,0v50,-52,75,-84,75,-96v-5,-23,-35,-14,-53,-2r3,-21v25,-17,72,-13,72,21","w":303},"\u00bc":{"d":"224,-55r21,0r-3,16r-22,0r-7,39r-22,0r8,-39r-55,0r0,-8r78,-83r15,0xm207,-88r-32,33r26,0xm44,10r-25,0r195,-259r25,0xm95,-249r-23,129r-23,0r23,-129r23,0","w":303},"\u00be":{"d":"248,-55r21,0r-3,16r-22,0r-7,39r-23,0r9,-39r-55,0r0,-8r78,-83r15,0xm231,-88r-32,33r26,0xm68,10r-25,0r195,-259r25,0xm68,-193v36,1,41,-36,11,-39v-10,0,-21,4,-31,10r3,-21v29,-13,74,-6,73,28v0,14,-8,24,-26,30v40,21,7,67,-34,67v-12,0,-24,-2,-37,-7r2,-18v23,11,61,14,63,-15v0,-13,-9,-19,-27,-19","w":303},"\u00b7":{"d":"138,-122v0,9,-10,19,-19,19v-9,0,-19,-10,-19,-19v0,-9,10,-19,19,-19v9,0,19,10,19,19","w":120},"\u00a4":{"d":"167,-81r24,24r-21,20r-24,-24v-24,17,-58,17,-83,0r-24,24r-20,-20r24,-24v-17,-24,-17,-58,0,-83r-24,-24r20,-21r24,24v24,-16,58,-16,83,0r24,-24r21,21r-24,24v16,23,16,59,0,83xm105,-77v25,0,45,-21,45,-46v0,-25,-20,-45,-45,-45v-25,0,-46,21,-46,45v0,25,21,46,46,46","w":198}}});