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;},strict:(function(){var doctype;if(document.compatMode=='BackCompat')return false;doctype=document.doctype;if(doctype){return!/frameset|transitional/i.test(doctype.publicId);}
doctype=document.firstChild;if(doctype.nodeType!=8||/^DOCTYPE.+(transitional|frameset)/i.test(doctype.data)){return false;}
return true;})()};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(/(?:^|\s)./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,simple){if(simple)return text.replace(wsStart,'').replace(wsEnd,'');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');var checkTypes={'':1,'text/css':1};function isContainerReady(el){if(!checkTypes[el.type.toLowerCase()])return true;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=(function(glyphs){var key,fallbacks={'\u2011':'\u002d','\u00ad':'\u2011'};for(key in fallbacks){if(!hasOwnProperty(fallbacks,key))continue;if(!glyphs[key])glyphs[key]=glyphs[fallbacks[key]];}
return 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){if(!e)e=window.event;trigger(e.target||e.srcElement,e.type=='mouseenter');}
function trigger(el,hoverState){setTimeout(function(){var options=sharedStorage.get(el).options;if(hoverState){options=merge(options,options.hover);options._mediatorMode=1;}
api.replace(el,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);}};this.detach=function(el){if(el.onmouseenter===undefined){removeEvent(el,'mouseover',onOverOut);removeEvent(el,'mouseout',onOverOut);}
else{removeEvent(el,'mouseenter',onEnterLeave);removeEvent(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,listener);}}
function attach(el,options){if(options._mediatorMode)return el;var storage=sharedStorage.get(el);var oldOptions=storage.options;if(oldOptions){if(oldOptions===options)return el;if(oldOptions.hover)hoverHandler.detach(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 removeEvent(el,type,listener){if(el.removeEventListener){el.removeEventListener(type,listener,false);}
else if(el.detachEvent){el.detachEvent('on'+type,listener);}}
function replaceElement(el,options){var name=el.nodeName.toLowerCase();if(options.ignore[name])return;if(options.ignoreClass&&options.ignoreClass.test(el.className))return;if(options.onBeforeReplace)options.onBeforeReplace(el,options);var replace=!options.textless[name],simple=(options.trim==='simple');var style=CSS.getStyle(attach(el,options)).extend(options);if(parseFloat(style.get('fontSize'))===0)return;var font=getFont(el,style),node,type,next,anchor,text,lastElement;var isShy=options.softHyphens,anyShy=false,pos,shy,reShy=/\u00ad/g;var modifyText=options.modifyText;if(!font)return;for(node=el.firstChild;node;node=next){type=node.nodeType;next=node.nextSibling;if(replace&&type==3){if(isShy&&el.nodeName.toLowerCase()!=TAG_SHY){pos=node.data.indexOf('\u00ad');if(pos>=0){node.splitText(pos);next=node.nextSibling;next.deleteData(0,1);shy=document.createElement(TAG_SHY);shy.appendChild(document.createTextNode('\u00ad'));el.insertBefore(shy,next);next=shy;anyShy=true;}}
if(anchor){anchor.appendData(node.data);el.removeChild(node);}
else anchor=node;if(next)continue;}
if(anchor){text=anchor.data;if(!isShy)text=text.replace(reShy,'');text=CSS.whiteSpace(text,style,anchor,lastElement,simple);if(modifyText)text=modifyText(text,anchor,el,options);el.replaceChild(process(font,text,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;}}
if(isShy&&anyShy){updateShy(el);if(!trackingShy)addEvent(window,'resize',updateShyOnResize);trackingShy=true;}
if(options.onAfterReplace)options.onAfterReplace(el,options);}
function updateShy(context){var shys,shy,parent,glue,newGlue,next,prev,i;shys=context.getElementsByTagName(TAG_SHY);for(i=0;shy=shys[i];++i){shy.className=C_SHY_DISABLED;glue=parent=shy.parentNode;if(glue.nodeName.toLowerCase()!=TAG_GLUE){newGlue=document.createElement(TAG_GLUE);newGlue.appendChild(shy.previousSibling);parent.insertBefore(newGlue,shy);newGlue.appendChild(shy);}
else{glue=glue.parentNode;if(glue.nodeName.toLowerCase()==TAG_GLUE){parent=glue.parentNode;while(glue.firstChild){parent.insertBefore(glue.firstChild,glue);}
parent.removeChild(glue);}}}
for(i=0;shy=shys[i];++i){shy.className='';glue=shy.parentNode;parent=glue.parentNode;next=glue.nextSibling||parent.nextSibling;prev=(next.nodeName.toLowerCase()==TAG_GLUE)?glue:shy.previousSibling;if(prev.offsetTop>=next.offsetTop){shy.className=C_SHY_DISABLED;if(prev.offsetTop<next.offsetTop){newGlue=document.createElement(TAG_GLUE);parent.insertBefore(newGlue,glue);newGlue.appendChild(glue);newGlue.appendChild(next);}}}}
function updateShyOnResize(){if(ignoreResize)return;CSS.addClass(DOM.root(),C_VIEWPORT_RESIZING);clearTimeout(shyTimer);shyTimer=setTimeout(function(){ignoreResize=true;CSS.removeClass(DOM.root(),C_VIEWPORT_RESIZING);updateShy(document);ignoreResize=false;},100);}
var HAS_BROKEN_REGEXP=' '.split(/\s+/).length==0;var TAG_GLUE='cufonglue';var TAG_SHY='cufonshy';var C_SHY_DISABLED='cufon-shy-disabled';var C_VIEWPORT_RESIZING='cufon-viewport-resizing';var sharedStorage=new Storage();var hoverHandler=new HoverHandler();var replaceHistory=new ReplaceHistory();var initialized=false;var trackingShy=false;var shyTimer;var ignoreResize=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},ignoreClass:null,modifyText:null,onAfterReplace:null,onBeforeReplace:null,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',softHyphens:true,textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:'none',trim:'advanced'};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.ignoreClass=='string'){options.ignoreClass=new RegExp('(?:^|\\s)(?:'+options.ignoreClass.replace(/\s+/g,'|')+')(?:\\s|$)');}
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('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;text-align:left;}'+'cufonshy.cufon-shy-disabled,.cufon-viewport-resizing cufonshy{display:none;}'+'cufonglue{white-space:nowrap;display:inline-block;}'+'.cufon-viewport-resizing cufonglue{white-space:normal;}'+'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;};})());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:-moz-inline-box;display:inline-block;width:0;height:0;text-align:left;text-indent:-10000in;}'+
(HAS_INLINE_BLOCK?'cufon canvas{position:relative;}':'cufon canvas{position:absolute;}')+'cufonshy.cufon-shy-disabled,.cufon-viewport-resizing cufonshy{display:none;}'+'cufonglue{white-space:nowrap;display:inline-block;}'+'.cufon-viewport-resizing cufonglue{white-space:normal;}'+'}'+'@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;};})());

//Poor Richard
Cufon.registerFont({"w":180,"face":{"font-family":"Poor Richard","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 8 5 2 5 5 5 2 7 2","ascent":"288","descent":"-72","x-height":"6","cap-height":"3","bbox":"-35 -328 500 78","underline-thickness":"17.5781","underline-position":"-26.3672","unicode-range":"U+0020-U+F002"},"glyphs":{" ":{"w":57},"!":{"d":"33,-87v4,19,-17,31,-18,12r-9,-165v2,-25,36,-17,35,2xm24,3v-21,1,-26,-36,-2,-36v12,0,20,7,20,20v0,9,-9,16,-18,16","w":46},"\"":{"d":"20,-200v0,0,-10,-52,15,-52v22,12,-9,23,-4,50v-1,15,1,21,-7,23v-5,-2,-4,-9,-4,-21xm56,-202v-2,-21,-7,-48,15,-50v24,13,-9,22,-3,50v-1,15,0,20,-7,23v-7,-2,-4,-11,-5,-23","w":81},"#":{"d":"208,-254v0,-6,15,-9,15,-1v-7,19,-11,42,-17,62v31,3,57,-2,71,-15v2,0,4,1,4,4v-4,17,-15,40,-40,40r-43,0r-16,60v32,3,57,-3,71,-16v10,15,-12,45,-36,45r-43,0v-8,24,-10,54,-22,75v-4,4,-13,3,-11,-5r19,-70r-62,0v-8,24,-10,54,-22,75v-4,4,-13,3,-11,-5r19,-70v-30,-2,-56,1,-70,13v-2,0,-4,0,-4,-2v4,-17,16,-40,41,-40r41,0r16,-60v-30,-2,-56,3,-71,14v-8,-16,16,-43,38,-43r40,0r17,-61v1,-7,16,-9,14,1r-16,60r61,0xm184,-164r-62,0r-16,60r62,0","w":291},"$":{"d":"135,-204v-2,-24,-21,-40,-44,-37r0,91v9,15,39,13,52,28v15,11,31,30,30,55v0,48,-34,67,-81,70v-5,12,6,41,-9,40v-15,-1,1,-32,-9,-41v-34,-4,-74,-4,-65,-49v2,-10,-9,-29,3,-31v10,3,13,44,25,48v9,9,27,13,37,16v4,-30,5,-79,-1,-108v-45,-17,-67,-42,-67,-74v0,-35,31,-58,66,-61v11,2,0,-41,18,-21v1,7,-4,20,4,21v25,3,58,4,51,33v1,8,8,25,-1,29v-4,0,-9,-5,-9,-9xm35,-199v-5,20,30,42,40,45v4,-23,3,-64,0,-88v-20,2,-41,18,-40,43xm145,-60v0,-30,-32,-47,-52,-54v-4,27,-3,72,0,100v25,-2,52,-16,52,-46","w":179},"%":{"d":"99,-262v48,7,121,38,157,-2v2,-3,22,-3,16,3r-165,271v-2,7,-16,9,-21,5r151,-250v-29,22,-46,26,-78,10v25,50,-9,109,-63,107v-41,-2,-71,-28,-71,-73v0,-39,32,-77,74,-71xm98,-252v-52,0,-57,125,-2,125v31,0,41,-30,41,-66v0,-30,-12,-59,-39,-59xm197,-73v1,-39,31,-72,73,-71v38,1,69,31,69,74v0,40,-32,71,-71,70v-40,-1,-72,-28,-71,-73xm269,-135v-51,0,-58,125,-1,125v30,0,40,-29,40,-65v0,-32,-12,-60,-39,-60","w":357},"&":{"d":"162,-210v-6,1,-9,-16,-15,-15v-19,3,-64,-10,-57,13r35,50v-1,6,-12,2,-20,3v-29,2,-61,32,-61,74v0,38,33,78,70,78v36,0,81,-30,79,-66v6,-41,-57,-64,-62,-20v-1,9,23,20,4,24v-9,0,-19,-13,-17,-25v7,-54,54,-71,117,-72v34,0,76,-4,64,-36v0,-4,2,-6,7,-6v6,0,11,7,10,15v-11,48,-59,57,-122,56v-18,1,-24,0,-29,6v25,2,48,28,46,59v-2,49,-51,76,-99,78v-56,2,-105,-41,-105,-96v0,-44,46,-82,87,-85v-14,-27,-35,-49,-51,-74v21,-14,77,-6,112,-6v15,0,17,6,17,21v0,18,1,22,-10,24","w":322},"'":{"d":"21,-179v-6,-18,-18,-75,11,-73v21,13,-9,24,-4,50v-2,15,0,20,-7,23","w":43},"(":{"d":"80,-278v-50,80,-48,238,0,321v0,2,-1,3,-2,3v-40,-23,-68,-93,-68,-165v0,-70,30,-137,69,-161v1,0,1,1,1,2","w":85},")":{"d":"11,44v39,-85,54,-239,-2,-322v0,-1,0,-2,1,-2v40,22,70,94,70,162v0,70,-29,139,-69,162","w":85},"*":{"d":"35,-226v0,-11,-8,-27,6,-28v16,-1,6,19,8,28v7,-6,24,-23,29,-3v0,9,-19,11,-24,15v2,3,26,4,23,14v-5,17,-22,5,-29,-4v-2,9,9,29,-7,29v-15,0,-5,-20,-6,-29v-6,3,-24,25,-29,4v-2,-11,19,-11,22,-15v-3,-4,-27,-7,-23,-15v3,-21,25,-2,30,4","w":79},"+":{"d":"117,-188v10,6,-1,11,-1,28r0,43v22,0,56,2,69,-5v8,6,-3,26,-17,26r-52,0r0,54v2,17,-13,16,-22,21v-10,-6,1,-11,1,-28r0,-47v-22,1,-57,-3,-69,5v-8,-6,2,-29,17,-26r52,0r0,-50v-1,-16,14,-15,22,-21","w":208},",":{"d":"5,-16v1,-11,8,-17,19,-18v42,7,9,75,-8,84v-10,-3,13,-31,10,-39v-1,-11,-22,-13,-21,-27","w":50},"-":{"d":"6,-39v10,-9,9,-36,30,-36r66,0v18,6,25,-31,35,-13v-9,11,-7,35,-30,35r-64,0v-18,-5,-25,22,-37,14","w":144},".":{"d":"25,4v-22,1,-26,-37,-1,-36v10,0,19,8,19,18v0,11,-9,17,-18,18","w":48},"\/":{"d":"195,-279v3,-2,22,-2,15,4r-188,306v-3,10,-16,13,-23,7","w":205},"0":{"d":"94,7v-122,0,-118,-267,3,-267v59,0,85,67,85,138v0,68,-31,129,-88,129xm96,-242v-57,12,-63,142,-39,200v9,21,22,31,37,31v43,0,50,-62,51,-121v0,-52,-11,-104,-49,-110","w":187},"1":{"d":"42,-196v0,-30,-34,12,-37,-11v15,-19,47,-39,73,-51v16,7,-9,24,-5,38r1,191v-3,19,27,11,28,25v-8,18,-55,-3,-77,8v-8,0,-11,-4,-11,-11v3,-12,33,-4,28,-24r0,-165","w":110},"2":{"d":"100,-261v63,0,110,59,78,118v-20,37,-80,64,-105,95v-4,6,-6,12,-6,18r70,0v11,2,1,-22,12,-21v15,-3,15,23,18,41v-1,5,-6,10,-12,10r-109,0v-9,0,-13,0,-13,-8v0,-74,116,-91,116,-179v0,-31,-24,-60,-60,-58v-31,2,-64,17,-64,53v0,21,13,41,32,31v9,0,16,6,15,16v0,9,-13,15,-24,15v-26,0,-43,-29,-43,-55v0,-49,41,-76,95,-76","w":192},"3":{"d":"35,-212v-9,-4,-10,-43,8,-43r104,0v19,0,15,13,1,17v-20,13,-28,36,-42,55v48,-4,88,33,86,83v-4,62,-59,108,-123,109v-29,1,-64,-16,-69,-39v0,-4,3,-7,7,-7v17,11,31,31,60,29v50,-4,88,-41,86,-97v-1,-26,-17,-59,-48,-58v-12,-3,-31,17,-36,5v8,-24,29,-39,38,-63v-11,-8,-37,-1,-54,-3v-6,-1,-13,13,-18,12","w":197},"4":{"d":"146,-29v-5,23,28,11,29,25v-11,18,-51,-3,-77,8v-8,-1,-12,-1,-12,-9v3,-13,35,-1,28,-25v-1,-19,3,-44,-2,-59v-24,-12,-80,-11,-100,3v-6,-1,-7,-8,-1,-14r120,-154v5,-9,16,-9,17,1v-7,41,-1,95,-3,141v6,17,43,-9,45,5v1,10,-30,22,-40,21v-3,0,-4,2,-4,5r0,52xm44,-114v17,-6,50,-7,66,-2v2,0,4,-2,4,-4v-1,-26,3,-57,-2,-80v-24,26,-46,58,-68,86","w":192},"5":{"d":"128,-252v-7,24,-57,31,-89,22v-4,9,-3,32,0,43v57,-41,140,4,140,84v0,99,-135,152,-179,74v0,-3,2,-8,6,-7v18,8,35,31,60,28v46,-5,74,-39,74,-96v0,-65,-69,-115,-107,-50v-4,8,-16,13,-17,0v5,-20,4,-58,4,-87v0,-8,3,-12,12,-12v31,-1,70,4,91,-5v2,0,6,2,5,6","w":184},"6":{"d":"59,-160v0,-11,38,-31,51,-29v43,4,79,36,79,85v1,61,-34,111,-87,111v-65,0,-97,-62,-97,-135v0,-67,35,-129,94,-131v26,-2,65,17,69,34v-15,16,-38,-21,-62,-15v-51,1,-61,66,-61,122v0,56,10,105,55,105v45,0,50,-43,50,-97v1,-33,-13,-60,-40,-61v-16,-2,-32,16,-45,18v-4,0,-6,-3,-6,-7","w":194},"7":{"d":"28,-223v-17,-2,-4,24,-19,23v-14,-1,-8,-30,-9,-45v0,-6,2,-9,8,-9r160,0v11,0,9,7,3,14v-48,52,-73,131,-83,205v-4,27,30,17,33,31v-6,17,-41,-1,-59,8v-7,-1,-10,-3,-9,-13v2,-83,50,-160,80,-213v-25,-4,-71,2,-105,-1","w":176},"8":{"d":"150,-202v0,23,-10,29,-27,44v29,23,52,37,52,83v0,48,-38,80,-85,80v-44,0,-87,-35,-85,-80v2,-35,22,-51,47,-73v-15,-17,-29,-27,-29,-54v-1,-33,32,-58,66,-58v37,0,61,22,61,58xm91,-242v-19,0,-34,14,-34,34v0,18,12,31,37,39v21,-9,31,-21,31,-38v0,-18,-16,-35,-34,-35xm85,-14v44,0,76,-67,34,-97v-9,-10,-35,-18,-43,-24v-29,18,-47,30,-50,63v-3,33,27,59,59,58"},"9":{"d":"5,-149v1,-58,34,-110,87,-110v66,0,96,58,96,134v0,69,-35,129,-93,132v-27,2,-65,-18,-69,-35v14,-15,39,18,62,16v53,-5,61,-63,61,-122v0,-56,-10,-106,-55,-106v-44,0,-49,41,-50,97v-1,34,12,60,40,62v17,1,34,-15,45,-18v4,0,6,3,6,7v0,11,-37,31,-51,29v-43,-4,-79,-37,-79,-86","w":193},":":{"d":"6,-105v1,-21,38,-20,37,2v0,10,-10,17,-19,17v-10,1,-19,-9,-18,-19xm6,-15v-1,-11,9,-18,19,-18v10,0,19,9,18,18v0,10,-8,17,-18,17v-9,0,-20,-6,-19,-17","w":48},";":{"d":"6,-105v1,-21,38,-20,37,2v0,10,-10,17,-19,17v-10,1,-19,-9,-18,-19xm5,-16v1,-11,7,-18,19,-17v43,4,8,77,-8,84v-10,-5,13,-31,10,-40v-1,-11,-22,-13,-21,-27","w":50},"<":{"d":"158,-176v16,-13,43,3,22,14r-103,54v31,28,84,36,113,66v-7,8,-19,10,-32,4r-120,-60v-10,-6,-9,-13,2,-18","w":208},"=":{"d":"26,-129v-8,-6,2,-26,17,-26v45,0,105,5,142,-4v3,0,4,1,4,3v-6,8,-4,22,-21,22v-46,0,-106,-6,-142,5xm168,-59v-45,0,-105,-5,-142,4v-5,-5,0,-26,17,-26v45,0,105,5,142,-4v8,6,-3,26,-17,26","w":208},">":{"d":"27,-172v7,-8,21,-13,32,-4r119,59v9,5,11,14,1,19r-132,65v-24,-2,-21,-19,1,-25v30,-17,65,-29,92,-50v-35,-24,-83,-35,-113,-64","w":208},"?":{"d":"6,-196v0,-33,28,-59,64,-59v62,0,99,72,50,114v-23,19,-57,37,-60,72v0,10,-3,15,-9,15v-9,-1,-8,-6,-8,-20v0,-51,66,-66,66,-120v0,-22,-15,-44,-38,-44v-26,0,-45,15,-45,39v-1,13,7,28,22,22v5,0,13,5,12,10v0,11,-10,17,-22,16v-20,-1,-32,-22,-32,-45xm36,-15v0,-10,9,-18,19,-18v10,0,19,9,19,19v-1,23,-38,22,-38,-1","w":149},"@":{"d":"160,-192v22,0,30,-5,44,-6v-9,24,-5,70,-5,104v0,11,13,18,27,18v18,0,27,-16,27,-47v1,-62,-35,-107,-93,-107v-70,-2,-115,46,-115,112v0,76,67,112,143,98v23,-4,28,-32,42,-9v-6,14,-54,27,-82,27v-78,0,-142,-39,-139,-116v3,-79,63,-127,146,-128v76,-1,129,47,129,124v0,53,-68,82,-103,46v-37,31,-112,25,-112,-26v0,-44,44,-90,91,-90xm136,-74v37,0,36,-40,34,-79v0,-14,-1,-23,-13,-24v-29,-1,-57,44,-57,75v0,20,15,28,36,28","w":293},"A":{"d":"78,-86v0,-4,6,-8,10,-7v27,-1,59,3,82,-2r-47,-103r-78,175v0,11,23,7,23,18v-7,18,-41,-1,-61,8v-6,1,-11,-4,-11,-8v1,-13,26,-7,28,-18r89,-197v6,-13,3,-21,1,-33v2,-9,16,-4,20,3v37,63,75,178,109,231v5,8,21,4,21,16v-13,14,-52,-1,-78,6v-7,0,-13,-1,-13,-7v0,-13,31,-4,28,-20v-4,-6,-14,-60,-32,-52r-79,0v-6,0,-11,-5,-12,-10","w":260},"B":{"d":"4,-246v0,-5,7,-7,12,-7r95,0v56,-6,96,80,31,99r-3,2v39,7,80,37,80,81v0,50,-47,74,-107,74v-55,0,-87,-1,-95,-1v-8,0,-13,-3,-13,-7v1,-14,32,-4,27,-24r0,-193v6,-22,-27,-8,-27,-24xm92,-238v-41,-4,-32,29,-32,62v0,20,11,19,32,20v28,0,53,-16,53,-43v0,-26,-25,-37,-53,-39xm97,-141v-18,0,-35,3,-35,16r0,93v-1,24,11,21,36,21v48,0,84,-22,86,-66v1,-41,-44,-65,-87,-64","w":225},"C":{"d":"139,-11v36,0,67,-22,93,-42v4,0,5,3,6,6v-13,27,-55,52,-99,52v-83,0,-135,-56,-135,-134v0,-77,50,-129,129,-129v42,0,95,7,90,57v3,9,3,26,-10,18v-14,-33,-33,-58,-79,-58v-61,0,-92,51,-92,113v0,67,33,117,97,117","w":240},"D":{"d":"31,-223v4,-23,-25,-9,-28,-23v0,-5,3,-7,11,-7v123,-10,219,19,221,131v1,72,-49,126,-121,125r-100,-1v-5,0,-9,-3,-9,-7v0,-12,26,-4,26,-18r0,-200xm198,-111v0,-75,-29,-125,-104,-127v-22,0,-34,4,-34,14r0,191v3,18,17,21,44,21v65,0,94,-46,94,-99","w":239},"E":{"d":"149,-125v-15,-1,-3,-28,-24,-24v-21,4,-61,-9,-61,10r0,112v3,28,53,11,80,15v23,4,13,-28,29,-32v13,2,10,22,10,37v0,11,0,10,-12,11r-142,0v-14,0,-25,0,-26,-9v4,-14,36,-2,30,-24r0,-161v-2,-30,7,-48,-19,-48v-7,0,-13,-3,-13,-8v0,-4,5,-9,10,-9r136,0v17,2,14,14,15,35v0,5,-2,7,-6,7v-14,0,-9,-27,-25,-25v-23,3,-67,-12,-67,14v0,23,-10,61,18,58v22,-3,58,10,58,-15v0,-10,20,-9,17,2v-6,19,10,49,-8,54","w":184},"F":{"d":"131,-166v13,1,6,-21,18,-22v15,5,2,36,8,53v0,5,-2,10,-7,9v-13,-3,-4,-27,-23,-24v-20,3,-57,-9,-61,10r0,105v-4,23,31,15,32,32v-3,15,-28,-3,-40,0v-21,-4,-45,17,-52,-3v3,-12,29,-5,29,-24r0,-160v-3,-27,7,-48,-19,-48v-7,0,-13,-2,-13,-8v0,-4,5,-8,10,-7r136,0v17,-3,9,19,13,29v0,7,-2,11,-8,11v-10,-1,-8,-27,-21,-25v-23,3,-68,-11,-68,13v0,24,-12,59,19,59r47,0","w":161},"G":{"d":"199,-70v-3,-19,-47,2,-47,-18v0,-5,3,-7,10,-7r66,0v26,1,-6,20,2,40v0,7,7,10,7,15v-10,27,-60,45,-99,45v-74,1,-136,-56,-134,-132v2,-76,50,-130,126,-130v38,0,101,11,93,55v3,10,2,30,-10,20v-17,-29,-31,-57,-79,-57v-58,0,-92,48,-92,110v0,69,35,117,97,117v35,0,68,-14,60,-58","w":244},"H":{"d":"237,-245v-5,14,-25,5,-25,30r0,184v-3,19,25,15,28,27v-12,17,-46,-2,-69,7v-8,0,-13,-2,-13,-7v3,-15,30,-4,24,-29r0,-105v0,-11,-5,-12,-19,-12r-77,0v-11,0,-14,-1,-15,-9v1,-8,7,-7,17,-8r83,0v23,3,7,-58,10,-57v1,-12,-26,-8,-25,-22v12,-14,48,2,72,-6v6,0,9,2,9,7xm86,-245v-3,15,-24,6,-24,30r0,184v-3,18,24,16,28,27v-12,17,-46,-2,-69,7v-8,0,-13,-2,-13,-7v3,-16,24,-4,24,-29r0,-185v4,-20,-25,-14,-27,-28v14,-14,49,2,73,-6v6,0,8,2,8,7","w":245},"I":{"d":"5,-5v5,-11,31,-8,26,-29r0,-182v4,-22,-22,-15,-25,-30v13,-14,48,4,72,-6v9,-2,11,8,7,13v-13,3,-23,8,-23,28r0,183v-4,18,24,11,24,25v-10,16,-45,-4,-67,6v-9,0,-14,-2,-14,-8","w":93},"J":{"d":"141,-245v-4,14,-37,2,-32,26r4,172v5,57,-112,77,-112,22v0,-9,4,-13,11,-13v20,1,14,29,38,29v17,0,32,-17,32,-36r-3,-176v4,-21,-32,-9,-33,-26v17,-14,56,4,84,-6v8,0,11,3,11,8","w":144},"K":{"d":"149,-231v0,-11,-27,-1,-23,-14v5,-18,40,-1,59,-9v12,3,15,16,-3,18v-32,21,-49,58,-72,88r92,125v5,11,24,5,27,16v-20,27,-61,-12,-74,-29r-66,-85v-11,10,-20,23,-27,36r0,58v-3,16,25,8,25,21v-11,18,-50,-1,-73,9v-5,1,-13,-4,-12,-9v3,-13,34,-5,29,-27r0,-184v4,-21,-24,-15,-28,-27v11,-20,50,2,73,-9v8,-1,15,3,16,8v-5,15,-30,5,-30,31r1,98","w":230},"L":{"d":"41,-249v20,4,47,-18,53,2v-3,16,-32,5,-32,34r0,176v-3,40,51,17,82,23v22,4,12,-31,29,-31v14,0,6,27,10,41v1,13,-16,8,-27,8r-137,0v-11,0,-17,-3,-17,-9v0,-8,4,-8,12,-8v14,1,16,-8,17,-19r0,-184v4,-23,-32,-15,-32,-33v7,-14,26,2,42,0","w":187},"M":{"d":"184,-6v6,-15,36,-1,29,-28r-1,-160r-81,153v-5,3,-9,0,-12,-6r-71,-139v-3,49,2,107,-1,158v-1,18,29,10,31,23v-9,18,-45,-2,-66,8v-7,0,-12,-4,-12,-9v6,-13,31,-4,31,-28r0,-184v2,-21,-28,-14,-32,-28v7,-15,31,1,45,-7v10,1,9,7,14,17r77,151r79,-148v7,-25,27,-17,51,-20v6,0,9,2,9,7v-6,13,-35,6,-30,31r0,180v-5,23,26,17,30,30v-12,16,-52,-2,-79,7v-8,0,-11,-2,-11,-8","w":275},"N":{"d":"31,-218v5,-23,-26,-13,-30,-27v3,-15,28,0,42,-7v41,29,101,135,145,182v3,0,4,-4,4,-10r0,-140v3,-20,-28,-10,-32,-24v11,-18,46,3,69,-7v7,0,10,2,10,8v-5,14,-37,3,-30,27v3,71,-7,160,7,217v-2,11,-11,4,-15,-2r-150,-196v-9,48,1,115,-3,169v-2,20,30,11,32,25v-10,17,-46,-5,-69,7v-6,0,-9,-3,-9,-9v4,-13,34,-3,29,-25r0,-188","w":240},"O":{"d":"4,-131v3,-73,55,-126,133,-128v78,-2,132,65,132,137v0,79,-55,130,-134,130v-75,1,-134,-63,-131,-139xm137,-243v-60,-2,-96,53,-96,112v0,81,32,122,95,122v64,0,96,-38,96,-108v0,-73,-30,-124,-95,-126","w":273},"P":{"d":"80,3v-20,-7,-45,-8,-63,0v-12,0,-17,-5,-14,-13v10,-3,33,-4,28,-23r0,-190v5,-18,-30,-9,-31,-22v2,-14,29,-5,42,-5v71,-20,163,21,122,92v-17,16,-40,30,-76,29v-11,0,-18,-3,-18,-10v0,-9,15,-5,24,-6v27,1,44,-18,44,-44v0,-29,-25,-50,-57,-50v-18,0,-19,7,-19,25r0,187v-4,19,32,7,32,23v0,5,-4,7,-14,7","w":175},"Q":{"d":"250,51v9,2,27,-17,29,-2v1,13,-27,23,-41,22v-40,-2,-51,-38,-68,-67v-101,14,-166,-43,-166,-135v0,-71,51,-127,133,-127v143,0,177,196,69,250v-3,2,-5,3,-5,5v6,19,22,56,49,54xm137,-242v-103,-6,-130,186,-41,221v0,-25,13,-47,39,-46v29,1,47,22,59,42v24,-13,39,-53,39,-95v0,-68,-35,-118,-96,-122xm111,-29v0,25,35,17,54,13v-2,-8,-21,-38,-37,-34v-12,0,-17,7,-17,21","w":275},"R":{"d":"1,-6v-1,-14,30,-1,30,-17r0,-200v4,-17,-29,-10,-31,-23v2,-13,31,-6,44,-5v57,-14,132,1,130,62v0,37,-28,41,-55,58v5,11,63,101,67,112v4,4,23,5,21,15v-6,22,-44,1,-49,-7r-65,-105v-7,-13,-17,-12,-22,-23v0,-11,12,-7,22,-7v26,0,45,-19,45,-47v0,-25,-26,-48,-55,-47v-14,0,-22,2,-21,16r0,197v-1,19,33,6,33,22v-5,21,-35,3,-48,2v-10,2,-44,17,-46,-3","w":206},"S":{"d":"88,-241v-29,-1,-61,26,-41,52v32,41,111,64,111,126v0,43,-41,72,-83,70v-32,-1,-81,-9,-66,-54v0,-9,-5,-22,6,-22v17,5,8,40,25,47v30,26,93,8,90,-36v-5,-61,-114,-68,-117,-142v-1,-35,38,-59,75,-58v23,1,67,10,55,43v6,14,-12,26,-15,10v1,-22,-18,-36,-40,-36","w":164},"T":{"d":"0,-213v0,-19,1,-38,13,-41r137,0v10,2,21,43,6,47v-12,-7,-14,-32,-36,-30v-16,1,-23,8,-23,24r0,187v-1,14,23,11,25,21v-8,20,-44,-1,-67,9v-6,0,-13,-4,-13,-10v3,-11,24,-8,24,-26r0,-188v-1,-23,-49,-23,-50,1v0,12,-12,15,-16,6","w":163},"U":{"d":"118,-8v45,0,74,-18,74,-71r0,-142v4,-20,-28,-9,-30,-24v8,-17,44,0,65,-8v4,0,11,3,11,7v-4,14,-34,6,-29,29r0,143v2,64,-37,82,-95,84v-47,2,-86,-24,-86,-68r0,-165v3,-18,-27,-8,-27,-22v12,-16,48,2,72,-8v6,1,13,1,13,8v0,17,-33,1,-27,25r0,161v0,32,27,51,59,51","w":240},"V":{"d":"185,-217v13,-27,-26,-10,-25,-29v12,-18,48,3,71,-8v7,0,12,4,13,10v-2,14,-25,4,-31,15v-35,66,-54,151,-83,224v-1,4,-2,12,-8,11v-5,0,-9,-7,-9,-13r-79,-209v-5,-25,-33,-10,-38,-30v3,-15,36,-3,47,-3v12,0,52,-13,53,4v2,20,-40,0,-29,30r61,158","w":240},"W":{"d":"58,-228r56,166r58,-189v4,-4,8,-2,10,5r62,185r51,-164v1,-14,-25,-6,-24,-19v8,-19,45,0,67,-9v8,0,12,2,12,8v-5,16,-31,9,-38,32r-67,221v-5,11,-12,5,-16,-6r-59,-176v-22,58,-35,127,-57,186v-8,5,-11,-3,-13,-11r-79,-230v-5,-8,-24,-3,-25,-15v8,-20,46,0,69,-9v7,-1,16,2,15,9v2,12,-22,5,-22,16","w":346},"X":{"d":"141,-4v-1,-13,29,-2,17,-21r-51,-83v-18,25,-42,67,-56,90v0,9,24,3,21,14v-6,21,-43,-1,-65,9v-14,2,-15,-16,-2,-16v10,0,24,-7,28,-13r62,-102r-62,-102v-5,-11,-31,-3,-34,-16v1,-15,29,-5,43,-5v15,0,44,-10,48,4v3,12,-20,4,-20,15r45,73v12,-17,40,-64,47,-75v-2,-8,-24,-1,-23,-12v7,-20,46,1,65,-9v14,4,12,14,-4,16v-19,2,-19,6,-28,22v-15,26,-36,51,-45,79r72,117v6,10,31,1,33,15v-12,18,-52,-2,-78,9v-8,0,-13,-3,-13,-9","w":227},"Y":{"d":"182,-232v-2,-9,-25,-2,-24,-13v11,-18,46,1,68,-8v4,0,12,2,12,7v1,13,-21,6,-29,13v-24,23,-78,127,-74,121r0,75v-5,29,15,22,23,35v-7,17,-41,-1,-61,8v-6,0,-14,-2,-14,-8v3,-12,28,-6,21,-30v-1,-30,3,-65,-2,-91r-78,-108v-6,-8,-28,-1,-28,-14v12,-19,53,4,78,-8v11,0,17,2,17,8v0,13,-23,5,-23,15v0,10,48,71,61,90v24,-34,57,-93,53,-92","w":233},"Z":{"d":"152,-15v17,4,3,-31,18,-30v12,1,16,20,16,35v0,16,-13,14,-29,14r-139,0v-18,1,-12,-13,-7,-21r110,-214v0,-5,-5,-7,-14,-7r-64,0v-18,-3,-15,23,-27,26v-15,-6,-9,-44,8,-44r134,0v12,2,8,11,2,22r-108,213v1,6,6,6,14,6r86,0","w":190},"[":{"d":"89,-279v-3,16,-25,2,-42,5r0,309v16,3,37,-11,42,4v-5,20,-49,6,-71,10r0,-337r58,0v9,0,13,3,13,9","w":107},"\\":{"d":"22,-277r193,315v0,2,-2,3,-7,3v-9,0,-10,-2,-14,-7r-191,-311v0,-4,19,-4,19,0","w":205},"]":{"d":"61,-274v-17,-3,-38,11,-42,-5v6,-19,49,-5,71,-9r0,337v-23,-3,-65,9,-71,-10v4,-15,27,-1,42,-4r0,-309","w":107},"^":{"d":"88,-243r74,126r-16,0r-61,-103r-62,103r-16,0r75,-126r6,0","w":168},"_":{"d":"183,78r-186,0r0,-15r186,0r0,15"},"`":{"d":"60,-207v2,-6,9,-10,19,-10v11,-3,53,47,36,54v-10,-2,-28,-33,-41,-32v-9,0,-14,-4,-14,-12"},"a":{"d":"106,-88v-2,-33,-44,-25,-63,-11v-5,0,-10,-3,-10,-8v16,-32,101,-26,101,19r0,59v-3,15,23,13,25,26v-5,14,-33,-3,-45,6v-5,1,-7,-6,-9,-8v-37,25,-102,13,-100,-39v0,-27,32,-46,63,-46v13,0,46,16,23,22v-19,-14,-56,-4,-56,24v0,21,17,35,36,35v37,1,38,-40,35,-79","w":165},"b":{"d":"171,-53v0,53,-67,80,-112,48v-7,18,-34,-1,-50,9v-5,-1,-10,-3,-10,-8v5,-12,38,-6,32,-30r0,-181v3,-21,-16,-24,-29,-28v-5,-5,2,-11,8,-11v16,8,48,-11,48,14r0,206v13,44,84,29,84,-23v0,-38,-40,-63,-70,-42v-2,0,-6,-3,-6,-5v-1,-11,26,-20,37,-20v38,0,68,33,68,71","w":175},"c":{"d":"89,-9v19,3,31,-12,44,-14v3,0,5,2,5,8v-32,42,-133,19,-133,-46v0,-60,90,-86,131,-47v4,18,-3,46,-14,20v-17,-42,-93,-21,-86,28v-2,27,28,52,53,51","w":145},"d":{"d":"168,4v-14,-10,-45,10,-47,-11v-47,39,-114,5,-116,-49v-1,-38,33,-67,70,-67v14,0,49,13,32,24v-31,-18,-75,1,-73,42v0,24,17,52,42,51v28,-2,45,-15,45,-51r0,-151v5,-29,-25,-23,-33,-37v8,-12,30,-1,49,-5v19,0,11,25,11,44r0,168v-3,21,21,24,28,34v0,5,-3,8,-8,8","w":179},"e":{"d":"152,-62v0,8,-4,8,-13,8r-81,0v-7,0,-9,-2,-9,-7v0,-5,3,-7,10,-7r56,0v6,1,6,-3,7,-7v-1,-20,-18,-38,-42,-37v-24,1,-46,24,-46,54v0,24,28,48,53,48v12,0,31,-9,43,-13v4,0,7,1,6,6v-3,11,-40,25,-59,25v-39,0,-72,-33,-72,-71v0,-34,39,-63,74,-63v44,0,72,26,73,64","w":157},"f":{"d":"5,-3v6,-12,33,-2,26,-31v-6,-24,13,-67,-15,-69v-8,0,-12,-3,-12,-8v-1,-11,22,-3,27,-7r0,-52v-3,-47,27,-69,56,-82v2,0,3,2,3,7v-35,20,-32,73,-31,127v3,6,29,-5,28,8v-3,12,-31,3,-28,21v4,32,-16,83,27,82v4,5,2,13,-8,12v-21,-4,-42,-5,-62,0v-7,0,-11,-3,-11,-8","w":97},"g":{"d":"95,-127v39,4,68,53,30,80v21,10,38,30,39,57v1,37,-41,62,-81,62v-40,0,-81,-24,-81,-64v0,-27,22,-45,41,-56v-12,-6,-20,-19,-20,-35v0,-26,27,-39,52,-42v15,-14,20,-36,56,-36v7,0,11,4,11,11v-2,21,-42,5,-47,23xm50,-81v0,16,17,30,34,30v38,0,43,-56,7,-60v-2,6,-15,17,-17,3v-10,-6,-24,13,-24,27xm30,10v-1,27,27,47,52,47v29,0,54,-18,54,-47v0,-29,-24,-47,-53,-47v-32,1,-52,16,-53,47","w":172},"h":{"d":"15,-247v23,5,45,-14,44,12r0,211v-3,17,27,9,27,22v-12,14,-48,-3,-70,6v-8,0,-12,-3,-12,-7v2,-13,32,-5,27,-26r0,-190v2,-15,-24,-13,-27,-22v0,-4,4,-6,11,-6xm101,-97v-10,-5,-32,26,-36,8v-3,-12,36,-31,47,-31v43,0,40,51,35,94v-2,20,25,11,26,24v-8,15,-46,-2,-69,6v-8,0,-11,-2,-11,-7v3,-11,31,-4,27,-23v-5,-26,11,-71,-19,-71","w":177},"i":{"d":"27,-161v-1,-10,10,-19,19,-19v10,-1,21,10,20,20v-1,24,-41,21,-39,-1xm10,-113v5,-14,29,-1,44,-7v7,-1,6,12,6,20r0,73v-4,20,20,9,21,23v-9,14,-41,-1,-61,6v-5,1,-10,-4,-10,-8v6,-11,22,-3,22,-26r0,-59v2,-17,-20,-10,-22,-22","w":91},"j":{"d":"24,-161v0,-10,10,-19,19,-19v10,0,17,8,17,19v0,12,-6,18,-18,18v-9,0,-18,-9,-18,-18xm5,-114v4,-14,32,1,46,-7v5,0,7,3,7,7v-8,68,27,178,-44,183v-19,1,-42,-23,-19,-28v12,-3,6,15,19,14v10,-1,17,-10,17,-20r0,-126v3,-18,-23,-13,-26,-23","w":84},"k":{"d":"153,-103v-32,-3,-44,14,-54,29v9,22,31,35,45,53v12,16,26,-20,32,2v0,11,-17,26,-29,26v-26,0,-50,-48,-70,-59v-9,5,-20,12,-17,29v-3,16,25,8,25,21v-12,14,-46,-3,-69,6v-7,0,-11,-3,-11,-7v1,-13,31,-5,26,-24r0,-191v4,-18,-25,-11,-26,-24v7,-13,30,1,45,-5v14,4,9,19,9,41r0,139v5,10,8,2,18,-8v9,-8,18,-17,25,-27v0,-2,-10,-4,-8,-8v-2,-14,21,-6,30,-6v15,0,38,-8,42,6v0,5,-4,7,-13,7","w":178},"l":{"d":"13,-249v18,6,47,-10,46,14r0,211v-3,17,25,9,25,22v-11,15,-46,-3,-69,6v-8,0,-10,-1,-11,-6v2,-12,31,-6,27,-25r0,-189v4,-19,-24,-14,-27,-27v0,-4,6,-6,9,-6","w":96},"m":{"d":"112,-92v-7,-22,-32,2,-42,7v-3,0,-4,-1,-4,-4v3,-27,75,-52,74,-6r-1,71v-2,15,21,8,22,20v-9,14,-42,-1,-63,6v-8,0,-12,-12,-1,-12v29,0,10,-55,15,-82xm171,-5v2,-10,25,-3,21,-19r0,-68v-8,-27,-38,17,-47,3v1,-12,30,-35,47,-32v31,6,27,13,28,67r0,30v-3,15,19,9,20,20v-8,14,-40,-1,-61,6v-3,0,-9,-2,-8,-7xm11,-4v5,-13,25,-5,21,-30v-4,-24,9,-65,-11,-71v-14,2,-14,-14,-3,-14v21,8,41,-11,41,22r0,70v-5,21,18,10,21,23v-8,14,-39,-1,-59,6v-7,0,-10,-2,-10,-6","w":249},"n":{"d":"112,-77v2,-55,-38,5,-47,-13v0,-10,33,-33,48,-32v40,3,22,58,26,98v-3,15,16,11,19,20v-8,12,-40,0,-60,6v-10,0,-12,-13,-1,-13v25,0,11,-62,15,-66xm18,-12v27,-4,9,-52,14,-79v3,-16,-20,-11,-22,-22v5,-14,29,-1,43,-7v15,15,3,62,6,96v-3,17,20,8,21,20v-9,13,-41,0,-61,5v-6,0,-9,-2,-9,-6v0,-6,1,-7,8,-7","w":168},"o":{"d":"5,-59v1,-40,31,-67,75,-67v36,0,73,31,73,66v0,42,-34,66,-77,66v-34,0,-72,-29,-71,-65xm36,-62v0,30,16,53,44,53v27,0,45,-24,45,-52v0,-29,-20,-50,-46,-50v-27,0,-44,20,-43,49","w":157},"p":{"d":"9,65v37,-24,19,-89,22,-157v1,-15,-28,-7,-30,-20v8,-14,36,3,51,-7v6,1,6,2,7,8v-1,48,-7,105,40,104v52,-1,61,-101,6,-105v-12,-2,-29,15,-34,2v30,-36,102,-6,102,51v0,53,-71,87,-113,49v-1,40,-7,75,-42,79v-6,0,-9,-1,-9,-4","w":178},"q":{"d":"77,-7v24,-1,41,-14,41,-42r0,-62v4,-17,31,-1,47,-9v7,0,10,2,10,6v-4,15,-33,3,-31,28v4,46,2,77,2,93v-1,34,-10,62,-45,62v-4,0,-7,-1,-7,-5v23,-10,30,-36,23,-74v-36,34,-112,8,-112,-49v0,-37,33,-65,65,-67v15,-1,49,11,31,21v-33,-17,-68,10,-68,48v0,20,16,52,44,50","w":177},"r":{"d":"10,-108v4,-12,23,-1,39,-5v10,-2,8,21,10,33v8,-11,18,-47,38,-47v16,0,13,15,2,21v-25,14,-39,51,-42,82v-2,20,23,10,24,24v-11,12,-42,-5,-61,5v-5,0,-11,-2,-11,-7v5,-13,29,-4,23,-30r0,-53v2,-15,-19,-13,-22,-23","w":113},"s":{"d":"90,-86v-11,-13,-35,-42,-52,-13v7,26,66,29,62,66v5,43,-74,50,-92,22v1,-11,-6,-32,7,-32v13,6,12,38,34,34v12,0,23,-9,22,-22v-3,-30,-65,-25,-59,-64v-2,-37,66,-40,83,-17v0,10,4,23,-5,26","w":109},"t":{"d":"49,-195v9,0,8,4,9,13r0,59v5,10,37,-6,37,10v0,12,-25,4,-36,8v3,28,-7,75,6,90v8,1,28,-25,32,-6v0,6,-29,31,-39,28v-41,1,-22,-74,-28,-112v-16,5,-32,-9,-13,-16v22,-8,26,-29,26,-63v0,-7,2,-11,6,-11","w":107},"u":{"d":"157,2v-18,-7,-41,11,-41,-12r-1,-79v3,-17,-25,-11,-26,-23v6,-15,34,3,48,-4v3,0,5,4,5,11v6,79,-15,85,24,98v1,1,2,2,2,3v0,4,-6,6,-11,6xm30,-92v4,-9,-42,-15,-17,-24v20,11,50,-17,44,24v3,32,-12,82,22,83v8,2,24,-17,28,-5v-2,9,-27,23,-42,20v-45,-10,-34,-24,-35,-98","w":175},"v":{"d":"76,-113v0,11,-26,2,-16,22r28,55v12,-18,21,-41,29,-63v1,-10,-17,-5,-16,-15v5,-17,37,2,55,-7v11,2,13,12,-2,14v-18,2,-19,10,-26,24r-39,82v-4,10,-9,10,-14,0v-17,-33,-30,-72,-53,-100v-7,-8,-23,-2,-26,-12v9,-18,45,3,68,-8v7,1,12,1,12,8","w":161},"w":{"d":"65,-113v-3,8,-20,6,-10,22v10,16,15,37,27,51v16,-22,20,-60,39,-79v19,22,29,55,47,78v8,-20,21,-39,27,-60v3,-12,-21,-3,-19,-13v3,-17,34,1,51,-7v6,0,8,2,8,6v-5,12,-20,7,-28,26r-34,84v-4,16,-15,10,-17,0v-14,-22,-24,-48,-40,-68v-14,21,-22,48,-32,72v-5,11,-12,6,-16,-2r-42,-86v-6,-21,-21,-12,-30,-24v7,-19,39,4,57,-8v7,1,12,1,12,8","w":231},"x":{"d":"81,-111v6,-15,37,1,53,-7v8,3,9,11,-4,13v-21,2,-32,21,-43,37r44,53v7,4,21,2,23,12v-9,14,-47,-2,-63,7v-30,-9,20,-14,-4,-30v-8,-5,-13,-24,-22,-17v-5,10,-27,22,-17,33v9,-1,16,16,2,14v-13,-2,-31,-3,-46,0v-5,0,-8,-2,-8,-6v-1,-9,20,-8,24,-12v9,-11,34,-31,37,-48v-12,-13,-29,-41,-47,-42v-7,0,-10,-3,-10,-8v12,-13,42,2,64,-6v25,9,-17,13,1,24v5,3,9,16,15,11v3,-6,20,-16,10,-20v-4,0,-9,-3,-9,-8","w":152},"y":{"d":"90,-113v5,-13,33,0,46,-6v17,11,2,76,8,102v-2,53,-11,82,-55,87v-14,1,-35,-8,-23,-15v34,11,50,-14,50,-56v0,-55,-1,-86,-1,-92v0,-13,-26,-9,-25,-20xm57,-49v-8,40,27,42,47,28v3,0,4,1,4,4v-19,33,-94,29,-78,-35r0,-36v3,-17,-22,-12,-24,-24v4,-16,30,1,45,-7v13,2,3,48,6,70","w":173},"z":{"d":"87,-118v8,1,5,8,1,17r-45,84v0,11,19,6,29,7v13,1,2,-22,14,-21v10,1,8,8,9,21v2,28,-48,7,-78,13v-15,-1,-10,-9,-6,-20v14,-28,33,-51,43,-82v1,-10,-13,-4,-21,-6v-19,-4,-10,16,-22,17v-8,1,-6,-14,-7,-21v0,-7,2,-8,7,-9r76,0","w":104},"{":{"d":"93,-280v-47,39,6,149,-56,162v36,8,35,50,33,94v-1,32,8,53,23,70v0,5,0,7,-2,7v-29,-13,-58,-34,-56,-83v2,-37,4,-76,-26,-83r0,-10v29,-7,28,-45,26,-82v-2,-51,26,-67,56,-82v2,0,2,2,2,7","w":100},"|":{"d":"43,-250r0,328r-15,0r0,-328r15,0","w":72},"}":{"d":"66,-205v-1,36,-4,74,25,82r0,10v-29,8,-26,46,-25,83v1,47,-25,69,-56,83v-2,0,-3,-2,-3,-7v27,-24,25,-74,24,-124v1,-20,15,-33,32,-40v-60,-14,-8,-124,-56,-162v0,-5,1,-7,3,-7v29,12,58,34,56,82","w":100},"~":{"d":"150,-86v19,1,32,-14,33,-33r8,1v0,28,-16,48,-43,48v-45,0,-120,-73,-137,0r-7,0v2,-27,14,-49,41,-49v33,1,73,32,105,33","w":194},"\u00c4":{"d":"78,-86v0,-4,6,-8,10,-7v27,-1,59,3,82,-2r-47,-103r-78,175v0,11,23,7,23,18v-7,18,-41,-1,-61,8v-6,1,-11,-4,-11,-8v1,-13,26,-7,28,-18r89,-197v6,-13,3,-21,1,-33v2,-9,16,-4,20,3v37,63,75,178,109,231v5,8,21,4,21,16v-13,14,-52,-1,-78,6v-7,0,-13,-1,-13,-7v0,-13,31,-4,28,-20v-4,-6,-14,-60,-32,-52r-79,0v-6,0,-11,-5,-12,-10xm137,-289v0,-9,8,-16,17,-16v10,0,17,7,17,17v0,9,-8,15,-16,15v-7,0,-19,-8,-18,-16xm88,-305v9,0,16,6,16,16v0,10,-6,16,-15,16v-7,0,-19,-8,-18,-16v0,-9,8,-16,17,-16","w":260},"\u00c5":{"d":"125,-304v39,0,53,54,19,71r87,195v8,20,16,21,31,29v5,5,1,13,-9,12v-22,-2,-45,-2,-67,0v-7,0,-13,-1,-13,-7v0,-13,31,-4,28,-20v-4,-6,-14,-60,-32,-52r-79,0v-6,0,-11,-5,-12,-10v0,-4,6,-8,10,-7v27,-1,59,3,82,-2r-47,-103r-78,175v0,11,23,7,23,18v-7,18,-41,-1,-61,8v-6,1,-11,-4,-11,-8v1,-13,26,-7,28,-18r91,-204v-41,-7,-37,-77,10,-77xm125,-290v-12,-1,-21,12,-21,24v0,17,7,26,20,26v12,0,20,-8,20,-23v0,-15,-6,-26,-19,-27","w":260},"\u00c7":{"d":"131,5v-9,8,-6,26,11,25v21,0,47,-2,44,19v-4,30,-86,31,-98,5v12,-15,51,21,63,-4v-4,-20,-60,-3,-55,-32v-2,-4,8,-15,8,-17v-59,-11,-100,-66,-100,-130v0,-77,50,-129,129,-129v42,0,95,7,90,57v3,9,3,26,-10,18v-14,-33,-33,-58,-79,-58v-61,0,-92,51,-92,113v0,67,33,117,97,117v36,0,67,-22,93,-42v4,0,5,3,6,6v-14,29,-58,55,-107,52","w":240},"\u00c9":{"d":"149,-125v-15,-1,-3,-28,-24,-24v-21,4,-61,-9,-61,10r0,112v3,28,53,11,80,15v23,4,13,-28,29,-32v13,2,10,22,10,37v0,11,0,10,-12,11r-142,0v-14,0,-25,0,-26,-9v4,-14,36,-2,30,-24r0,-161v-2,-30,7,-48,-19,-48v-7,0,-13,-3,-13,-8v0,-4,5,-9,10,-9r136,0v17,2,14,14,15,35v0,5,-2,7,-6,7v-14,0,-9,-27,-25,-25v-23,3,-67,-12,-67,14v0,23,-10,61,18,58v22,-3,58,10,58,-15v0,-10,20,-9,17,2v-6,19,10,49,-8,54xm61,-277v2,-15,40,-75,60,-40v0,8,-5,12,-14,12v-15,0,-33,43,-46,28","w":184},"\u00d1":{"d":"31,-218v5,-23,-26,-13,-30,-27v3,-15,28,0,42,-7v41,29,101,135,145,182v3,0,4,-4,4,-10r0,-140v3,-20,-28,-10,-32,-24v11,-18,46,3,69,-7v7,0,10,2,10,8v-5,14,-37,3,-30,27v3,71,-7,160,7,217v-2,11,-11,4,-15,-2r-150,-196v-9,48,1,115,-3,169v-2,20,30,11,32,25v-10,17,-46,-5,-69,7v-6,0,-9,-3,-9,-9v4,-13,34,-3,29,-25r0,-188xm97,-320v17,-2,29,16,40,19v14,4,31,-32,42,-18v-10,10,-22,38,-36,44v-17,2,-30,-15,-40,-20v-14,-3,-30,33,-42,19v9,-10,21,-39,36,-44","w":240},"\u00d6":{"d":"4,-131v3,-73,55,-126,133,-128v78,-2,132,65,132,137v0,79,-55,130,-134,130v-75,1,-134,-63,-131,-139xm137,-243v-60,-2,-96,53,-96,112v0,81,32,122,95,122v64,0,96,-38,96,-108v0,-73,-30,-124,-95,-126xm154,-289v0,-9,8,-16,17,-16v10,0,17,7,17,17v0,9,-8,15,-16,15v-7,0,-19,-8,-18,-16xm105,-305v9,0,16,6,16,16v0,10,-6,16,-15,16v-7,0,-19,-8,-18,-16v0,-9,8,-16,17,-16","w":273},"\u00dc":{"d":"118,-8v45,0,74,-18,74,-71r0,-142v4,-20,-28,-9,-30,-24v8,-17,44,0,65,-8v4,0,11,3,11,7v-4,14,-34,6,-29,29r0,143v2,64,-37,82,-95,84v-47,2,-86,-24,-86,-68r0,-165v3,-18,-27,-8,-27,-22v12,-16,48,2,72,-8v6,1,13,1,13,8v0,17,-33,1,-27,25r0,161v0,32,27,51,59,51xm140,-289v0,-9,8,-16,17,-16v10,0,17,7,17,17v0,9,-8,15,-16,15v-7,0,-19,-8,-18,-16xm91,-305v9,0,16,6,16,16v0,10,-6,16,-15,16v-7,0,-19,-8,-18,-16v0,-9,8,-16,17,-16","w":240},"\u00e1":{"d":"106,-88v-2,-33,-44,-25,-63,-11v-5,0,-10,-3,-10,-8v16,-32,101,-26,101,19r0,59v-3,15,23,13,25,26v-5,14,-33,-3,-45,6v-5,1,-7,-6,-9,-8v-37,25,-102,13,-100,-39v0,-27,32,-46,63,-46v13,0,46,16,23,22v-19,-14,-56,-4,-56,24v0,21,17,35,36,35v37,1,38,-40,35,-79xm65,-167v2,-15,40,-75,60,-40v0,8,-5,12,-14,12v-15,0,-33,43,-46,28","w":165},"\u00e0":{"d":"106,-88v-2,-33,-44,-25,-63,-11v-5,0,-10,-3,-10,-8v16,-32,101,-26,101,19r0,59v-3,15,23,13,25,26v-5,14,-33,-3,-45,6v-5,1,-7,-6,-9,-8v-37,25,-102,13,-100,-39v0,-27,32,-46,63,-46v13,0,46,16,23,22v-19,-14,-56,-4,-56,24v0,21,17,35,36,35v37,1,38,-40,35,-79xm37,-207v2,-6,9,-10,19,-10v11,-3,53,47,36,54v-10,-2,-28,-33,-41,-32v-9,0,-14,-4,-14,-12","w":165},"\u00e2":{"d":"106,-88v-2,-33,-44,-25,-63,-11v-5,0,-10,-3,-10,-8v16,-32,101,-26,101,19r0,59v-3,15,23,13,25,26v-5,14,-33,-3,-45,6v-5,1,-7,-6,-9,-8v-37,25,-102,13,-100,-39v0,-27,32,-46,63,-46v13,0,46,16,23,22v-19,-14,-56,-4,-56,24v0,21,17,35,36,35v37,1,38,-40,35,-79xm78,-195v-16,-4,-33,43,-46,28v10,-14,28,-42,46,-50v19,8,36,36,46,50v-12,16,-31,-32,-46,-28","w":165},"\u00e4":{"d":"106,-88v-2,-33,-44,-25,-63,-11v-5,0,-10,-3,-10,-8v16,-32,101,-26,101,19r0,59v-3,15,23,13,25,26v-5,14,-33,-3,-45,6v-5,1,-7,-6,-9,-8v-37,25,-102,13,-100,-39v0,-27,32,-46,63,-46v13,0,46,16,23,22v-19,-14,-56,-4,-56,24v0,21,17,35,36,35v37,1,38,-40,35,-79xm92,-179v0,-9,8,-16,17,-16v10,0,17,7,17,17v0,9,-8,15,-16,15v-7,0,-19,-8,-18,-16xm43,-195v9,0,16,6,16,16v0,10,-6,16,-15,16v-7,0,-19,-8,-18,-16v0,-9,8,-16,17,-16","w":165},"\u00e3":{"d":"106,-88v-2,-33,-44,-25,-63,-11v-5,0,-10,-3,-10,-8v16,-32,101,-26,101,19r0,59v-3,15,23,13,25,26v-5,14,-33,-3,-45,6v-5,1,-7,-6,-9,-8v-37,25,-102,13,-100,-39v0,-27,32,-46,63,-46v13,0,46,16,23,22v-19,-14,-56,-4,-56,24v0,21,17,35,36,35v37,1,38,-40,35,-79xm60,-208v17,-2,29,16,40,19v14,4,31,-32,42,-18v-10,10,-22,38,-36,44v-17,2,-30,-15,-40,-20v-14,-3,-30,33,-42,19v9,-10,21,-39,36,-44","w":165},"\u00e5":{"d":"106,-88v-2,-33,-44,-25,-63,-11v-5,0,-10,-3,-10,-8v16,-32,101,-26,101,19r0,59v-3,15,23,13,25,26v-5,14,-33,-3,-45,6v-5,1,-7,-6,-9,-8v-37,25,-102,13,-100,-39v0,-27,32,-46,63,-46v13,0,46,16,23,22v-19,-14,-56,-4,-56,24v0,21,17,35,36,35v37,1,38,-40,35,-79xm38,-202v0,-20,16,-37,38,-37v23,0,38,16,38,40v0,20,-24,37,-39,37v-22,0,-37,-18,-37,-40xm76,-225v-12,-1,-20,11,-20,23v0,17,7,26,20,26v13,0,20,-9,20,-23v0,-15,-7,-25,-20,-26","w":165},"\u00e7":{"d":"89,44v-4,-14,-47,3,-40,-25v0,-6,1,-12,4,-17v-27,-9,-47,-31,-48,-63v-3,-60,90,-86,131,-47v4,18,-3,46,-14,20v-17,-42,-93,-21,-86,28v-2,27,28,52,53,51v19,3,31,-12,44,-14v3,0,5,2,5,8v-5,12,-41,26,-65,22v-12,32,44,4,44,36v0,13,-14,19,-41,19v-15,1,-49,-9,-32,-19v11,3,40,17,45,1","w":145},"\u00e9":{"d":"152,-62v0,8,-4,8,-13,8r-81,0v-7,0,-9,-2,-9,-7v0,-5,3,-7,10,-7r56,0v6,1,6,-3,7,-7v-1,-20,-18,-38,-42,-37v-24,1,-46,24,-46,54v0,24,28,48,53,48v12,0,31,-9,43,-13v4,0,7,1,6,6v-3,11,-40,25,-59,25v-39,0,-72,-33,-72,-71v0,-34,39,-63,74,-63v44,0,72,26,73,64xm56,-167v2,-15,40,-75,60,-40v0,8,-5,12,-14,12v-15,0,-33,43,-46,28","w":157},"\u00e8":{"d":"152,-62v0,8,-4,8,-13,8r-81,0v-7,0,-9,-2,-9,-7v0,-5,3,-7,10,-7r56,0v6,1,6,-3,7,-7v-1,-20,-18,-38,-42,-37v-24,1,-46,24,-46,54v0,24,28,48,53,48v12,0,31,-9,43,-13v4,0,7,1,6,6v-3,11,-40,25,-59,25v-39,0,-72,-33,-72,-71v0,-34,39,-63,74,-63v44,0,72,26,73,64xm39,-207v2,-6,9,-10,19,-10v11,-3,53,47,36,54v-10,-2,-28,-33,-41,-32v-9,0,-14,-4,-14,-12","w":157},"\u00ea":{"d":"152,-62v0,8,-4,8,-13,8r-81,0v-7,0,-9,-2,-9,-7v0,-5,3,-7,10,-7r56,0v6,1,6,-3,7,-7v-1,-20,-18,-38,-42,-37v-24,1,-46,24,-46,54v0,24,28,48,53,48v12,0,31,-9,43,-13v4,0,7,1,6,6v-3,11,-40,25,-59,25v-39,0,-72,-33,-72,-71v0,-34,39,-63,74,-63v44,0,72,26,73,64xm75,-195v-16,-4,-33,43,-46,28v10,-14,28,-42,46,-50v19,8,36,36,46,50v-12,16,-31,-32,-46,-28","w":157},"\u00eb":{"d":"152,-62v0,8,-4,8,-13,8r-81,0v-7,0,-9,-2,-9,-7v0,-5,3,-7,10,-7r56,0v6,1,6,-3,7,-7v-1,-20,-18,-38,-42,-37v-24,1,-46,24,-46,54v0,24,28,48,53,48v12,0,31,-9,43,-13v4,0,7,1,6,6v-3,11,-40,25,-59,25v-39,0,-72,-33,-72,-71v0,-34,39,-63,74,-63v44,0,72,26,73,64xm92,-179v0,-9,8,-16,17,-16v10,0,17,7,17,17v0,9,-8,15,-16,15v-7,0,-19,-8,-18,-16xm43,-195v9,0,16,6,16,16v0,10,-6,16,-15,16v-7,0,-19,-8,-18,-16v0,-9,8,-16,17,-16","w":157},"\u00ed":{"d":"60,-28v-4,22,19,9,21,24v-9,14,-41,-1,-61,6v-5,1,-10,-4,-10,-8v7,-12,22,-2,22,-28r0,-57v2,-16,-20,-10,-22,-22v4,-15,29,-1,44,-7v14,14,2,61,6,92xm17,-167v2,-15,40,-75,60,-40v0,8,-5,12,-14,12v-15,0,-33,43,-46,28","w":91},"\u00ec":{"d":"60,-28v-4,22,19,9,21,24v-9,14,-41,-1,-61,6v-5,1,-10,-4,-10,-8v7,-12,22,-2,22,-28r0,-57v2,-16,-20,-10,-22,-22v4,-15,29,-1,44,-7v14,14,2,61,6,92xm-2,-207v2,-6,9,-10,19,-10v11,-3,53,47,36,54v-10,-2,-28,-33,-41,-32v-9,0,-14,-4,-14,-12","w":91},"\u00ee":{"d":"60,-28v-4,22,19,9,21,24v-9,14,-41,-1,-61,6v-5,1,-10,-4,-10,-8v7,-12,22,-2,22,-28r0,-57v2,-16,-20,-10,-22,-22v4,-15,29,-1,44,-7v14,14,2,61,6,92xm40,-195v-16,-4,-33,43,-46,28v10,-14,28,-42,46,-50v19,8,36,36,46,50v-12,16,-31,-32,-46,-28","w":91},"\u00ef":{"d":"60,-28v-4,22,19,9,21,24v-9,14,-41,-1,-61,6v-5,1,-10,-4,-10,-8v7,-12,22,-2,22,-28r0,-57v2,-16,-20,-10,-22,-22v4,-15,29,-1,44,-7v14,14,2,61,6,92xm55,-179v0,-9,8,-16,17,-16v10,0,17,7,17,17v0,9,-8,15,-16,15v-7,0,-19,-8,-18,-16xm6,-195v9,0,16,6,16,16v0,10,-6,16,-15,16v-7,0,-19,-8,-18,-16v0,-9,8,-16,17,-16","w":91},"\u00f1":{"d":"112,-77v2,-55,-38,5,-47,-13v0,-10,33,-33,48,-32v40,3,22,58,26,98v-3,15,16,11,19,20v-8,12,-40,0,-60,6v-10,0,-12,-13,-1,-13v25,0,11,-62,15,-66xm18,-12v27,-4,9,-52,14,-79v3,-16,-20,-11,-22,-22v5,-14,29,-1,43,-7v15,15,3,62,6,96v-3,17,20,8,21,20v-9,13,-41,0,-61,5v-6,0,-9,-2,-9,-6v0,-6,1,-7,8,-7xm68,-208v17,-2,29,16,40,19v14,4,31,-32,42,-18v-10,10,-22,38,-36,44v-17,2,-30,-15,-40,-20v-14,-3,-30,33,-42,19v9,-10,21,-39,36,-44","w":168},"\u00f3":{"d":"5,-59v1,-40,31,-67,75,-67v36,0,73,31,73,66v0,42,-34,66,-77,66v-34,0,-72,-29,-71,-65xm36,-62v0,30,16,53,44,53v27,0,45,-24,45,-52v0,-29,-20,-50,-46,-50v-27,0,-44,20,-43,49xm59,-167v2,-15,40,-75,60,-40v0,8,-5,12,-14,12v-15,0,-33,43,-46,28","w":157},"\u00f2":{"d":"5,-59v1,-40,31,-67,75,-67v36,0,73,31,73,66v0,42,-34,66,-77,66v-34,0,-72,-29,-71,-65xm36,-62v0,30,16,53,44,53v27,0,45,-24,45,-52v0,-29,-20,-50,-46,-50v-27,0,-44,20,-43,49xm38,-207v2,-6,9,-10,19,-10v11,-3,53,47,36,54v-10,-2,-28,-33,-41,-32v-9,0,-14,-4,-14,-12","w":157},"\u00f4":{"d":"5,-59v1,-40,31,-67,75,-67v36,0,73,31,73,66v0,42,-34,66,-77,66v-34,0,-72,-29,-71,-65xm36,-62v0,30,16,53,44,53v27,0,45,-24,45,-52v0,-29,-20,-50,-46,-50v-27,0,-44,20,-43,49xm78,-195v-16,-4,-33,43,-46,28v10,-14,28,-42,46,-50v19,8,36,36,46,50v-12,16,-31,-32,-46,-28","w":157},"\u00f6":{"d":"5,-59v1,-40,31,-67,75,-67v36,0,73,31,73,66v0,42,-34,66,-77,66v-34,0,-72,-29,-71,-65xm36,-62v0,30,16,53,44,53v27,0,45,-24,45,-52v0,-29,-20,-50,-46,-50v-27,0,-44,20,-43,49xm95,-179v0,-9,8,-16,17,-16v10,0,17,7,17,17v0,9,-8,15,-16,15v-7,0,-19,-8,-18,-16xm46,-195v9,0,16,6,16,16v0,10,-6,16,-15,16v-7,0,-19,-8,-18,-16v0,-9,8,-16,17,-16","w":157},"\u00f5":{"d":"5,-59v1,-40,31,-67,75,-67v36,0,73,31,73,66v0,42,-34,66,-77,66v-34,0,-72,-29,-71,-65xm36,-62v0,30,16,53,44,53v27,0,45,-24,45,-52v0,-29,-20,-50,-46,-50v-27,0,-44,20,-43,49xm61,-208v17,-2,29,16,40,19v14,4,31,-32,42,-18v-10,10,-22,38,-36,44v-17,2,-30,-15,-40,-20v-14,-3,-30,33,-42,19v9,-10,21,-39,36,-44","w":157},"\u00fa":{"d":"157,2v-18,-7,-41,11,-41,-12r-1,-79v3,-17,-25,-11,-26,-23v6,-15,34,3,48,-4v3,0,5,4,5,11v6,79,-15,85,24,98v1,1,2,2,2,3v0,4,-6,6,-11,6xm30,-92v4,-9,-42,-15,-17,-24v20,11,50,-17,44,24v3,32,-12,82,22,83v8,2,24,-17,28,-5v-2,9,-27,23,-42,20v-45,-10,-34,-24,-35,-98xm67,-167v2,-15,40,-75,60,-40v0,8,-5,12,-14,12v-15,0,-33,43,-46,28","w":175},"\u00f9":{"d":"157,2v-18,-7,-41,11,-41,-12r-1,-79v3,-17,-25,-11,-26,-23v6,-15,34,3,48,-4v3,0,5,4,5,11v6,79,-15,85,24,98v1,1,2,2,2,3v0,4,-6,6,-11,6xm30,-92v4,-9,-42,-15,-17,-24v20,11,50,-17,44,24v3,32,-12,82,22,83v8,2,24,-17,28,-5v-2,9,-27,23,-42,20v-45,-10,-34,-24,-35,-98xm34,-207v2,-6,9,-10,19,-10v11,-3,53,47,36,54v-10,-2,-28,-33,-41,-32v-9,0,-14,-4,-14,-12","w":175},"\u00fb":{"d":"157,2v-18,-7,-41,11,-41,-12r-1,-79v3,-17,-25,-11,-26,-23v6,-15,34,3,48,-4v3,0,5,4,5,11v6,79,-15,85,24,98v1,1,2,2,2,3v0,4,-6,6,-11,6xm30,-92v4,-9,-42,-15,-17,-24v20,11,50,-17,44,24v3,32,-12,82,22,83v8,2,24,-17,28,-5v-2,9,-27,23,-42,20v-45,-10,-34,-24,-35,-98xm79,-195v-16,-4,-33,43,-46,28v10,-14,28,-42,46,-50v19,8,36,36,46,50v-12,16,-31,-32,-46,-28","w":175},"\u00fc":{"d":"157,2v-18,-7,-41,11,-41,-12r-1,-79v3,-17,-25,-11,-26,-23v6,-15,34,3,48,-4v3,0,5,4,5,11v6,79,-15,85,24,98v1,1,2,2,2,3v0,4,-6,6,-11,6xm30,-92v4,-9,-42,-15,-17,-24v20,11,50,-17,44,24v3,32,-12,82,22,83v8,2,24,-17,28,-5v-2,9,-27,23,-42,20v-45,-10,-34,-24,-35,-98xm95,-179v0,-9,8,-16,17,-16v10,0,17,7,17,17v0,9,-8,15,-16,15v-7,0,-19,-8,-18,-16xm46,-195v9,0,16,6,16,16v0,10,-6,16,-15,16v-7,0,-19,-8,-18,-16v0,-9,8,-16,17,-16","w":175},"\u2020":{"d":"55,-257v6,0,10,5,9,12r0,59v3,11,34,-4,37,10v-1,12,-23,7,-36,8r0,196v0,22,-3,34,-10,34v-7,0,-10,-11,-10,-34r-1,-196v-12,-1,-35,4,-35,-8v1,-14,30,2,36,-10r0,-59v1,-8,1,-12,10,-12","w":107},"\u00b0":{"d":"7,-239v0,-20,15,-38,38,-38v23,0,38,16,38,40v0,20,-24,37,-39,37v-22,0,-37,-18,-37,-39xm45,-262v-12,-1,-20,11,-20,23v0,17,7,26,20,26v13,0,20,-10,20,-24v0,-14,-7,-24,-20,-25","w":95},"\u00a2":{"d":"88,-247v27,4,52,7,48,39v-2,10,-13,9,-15,-2v-4,-14,-15,-22,-33,-23r-2,98v18,2,33,-10,45,-14v3,0,5,3,5,8v-4,10,-33,21,-50,21v-3,22,7,28,-9,27v-8,-2,-3,-19,-4,-28v-34,-3,-64,-28,-64,-64v0,-32,33,-63,66,-63v-2,-11,1,-29,13,-17r0,18xm75,-231v-32,4,-49,48,-27,75v6,8,15,14,26,18","w":145},"\u00a3":{"d":"90,-144v6,41,15,107,-17,123v31,12,83,16,86,-11v2,-15,37,-17,35,2v-2,40,-80,43,-130,23v-16,8,-29,11,-38,11v-9,1,-20,-6,-20,-15v2,-20,24,-23,45,-17v22,-19,14,-76,9,-111v-14,8,-40,-6,-28,-17v12,-1,16,6,26,1v-15,-61,15,-108,75,-108v30,0,58,19,57,50v-1,13,-33,14,-34,-2v0,-23,-7,-36,-27,-37v-53,-3,-50,49,-41,93v20,-9,48,-1,35,17v-10,-2,-20,-9,-33,-2","w":195},"\u00a7":{"d":"147,-148v26,29,16,77,-16,90v18,13,32,25,32,49v0,63,-128,70,-143,18v-5,-18,7,-42,16,-23v-1,47,91,58,99,12v-18,-55,-119,-63,-117,-129v0,-26,12,-40,31,-50v-21,-15,-31,-31,-31,-49v-2,-61,125,-72,136,-17v2,11,0,32,-8,30v-4,1,-8,-5,-8,-8v3,-49,-85,-58,-92,-12v6,38,91,67,101,89xm115,-69v20,-12,25,-37,10,-57v-6,-8,-38,-30,-59,-44v-23,14,-28,42,-6,63v10,10,28,22,55,38","w":178},"\u2022":{"d":"10,-110v0,-16,14,-30,29,-30v15,0,30,15,30,30v0,15,-14,29,-30,29v-16,0,-29,-13,-29,-29","w":77},"\u00b6":{"d":"124,63v-1,-16,37,-3,32,-23r0,-264v0,-31,-6,-45,-38,-44v-48,2,-59,52,-59,111v-1,65,17,123,61,137v9,-3,23,-7,24,5v0,7,-6,10,-17,10v-72,0,-115,-69,-115,-152v0,-76,40,-126,112,-126v45,0,90,6,135,1v8,0,12,3,12,8v-1,13,-36,4,-31,22r0,286v-6,22,25,16,30,27v-8,20,-42,0,-64,2r-67,7v-9,0,-15,-2,-15,-7xm199,47v8,0,11,-3,10,-11r0,-258v-1,-25,3,-38,-12,-42v-11,0,-10,3,-10,14r0,287v0,7,4,10,12,10","w":281},"\u00df":{"d":"5,-3v6,-12,33,-2,26,-31v-6,-24,13,-67,-15,-69v-8,0,-12,-3,-12,-8v-1,-11,22,-3,27,-7v-6,-71,7,-128,65,-134v38,4,71,39,73,82v1,34,-45,49,-54,71v7,26,63,28,63,66v0,44,-78,51,-92,18v8,-13,28,11,41,6v12,0,23,-9,22,-22v-3,-30,-65,-26,-60,-64v12,-20,53,-38,51,-72v-2,-28,-32,-59,-55,-65v-25,3,-26,25,-26,57r0,147v-4,21,44,22,24,37v-20,-8,-44,-9,-67,-4v-7,0,-11,-3,-11,-8","w":192},"\u00ae":{"d":"10,-214v0,-37,33,-71,71,-71v37,0,71,34,71,71v0,38,-34,71,-71,71v-38,0,-71,-33,-71,-71xm95,-216v6,3,28,34,38,33v26,-40,-7,-91,-52,-91v-33,0,-60,27,-60,60v0,57,78,84,109,36v-31,-2,-35,-32,-58,-40v9,-5,32,0,32,-15v0,-11,-28,-19,-36,-9r0,55r15,7v-10,2,-35,3,-45,-1r15,-4r0,-56v2,-6,-14,-3,-15,-7v22,-3,78,-10,83,16v-1,13,-12,10,-26,16","w":162},"\u00a9":{"d":"10,-214v0,-37,33,-71,71,-71v37,0,71,34,71,71v0,38,-34,71,-71,71v-38,0,-71,-33,-71,-71xm21,-214v0,33,28,61,60,61v33,0,61,-28,61,-61v0,-33,-28,-60,-61,-60v-33,0,-60,27,-60,60xm38,-215v0,-36,57,-53,79,-29v1,7,2,15,-6,14v-6,-9,-10,-20,-26,-20v-19,0,-30,16,-30,35v-1,36,38,47,63,26v2,0,3,0,3,1v-20,28,-83,15,-83,-27","w":162},"\u2122":{"d":"39,-169v-21,2,-12,-3,-6,-12r0,-67v0,-4,-3,-7,-9,-7v-13,-3,-8,15,-17,9v-1,-30,30,-9,60,-15v4,0,8,16,2,17v-3,-7,-23,-19,-23,-2r0,67v-1,5,18,8,6,11xm172,-260v24,2,6,3,3,13r0,66v-2,8,22,8,8,13v-10,-5,-26,3,-32,-3v1,-4,15,-1,12,-10r0,-58v-13,13,-22,46,-35,55v-13,-14,-19,-36,-31,-52r0,57v-2,7,21,6,7,11v-9,-5,-22,4,-27,-3v1,-5,15,-1,13,-10r0,-67v0,-7,-12,-5,-13,-10v5,-3,23,-5,24,4v11,17,18,38,31,54r31,-54v3,-4,6,-6,9,-6","w":194},"\u00b4":{"d":"60,-167v2,-15,40,-75,60,-40v0,8,-5,12,-14,12v-15,0,-33,43,-46,28"},"\u00a8":{"d":"106,-179v0,-9,8,-16,17,-16v10,0,17,7,17,17v0,9,-8,15,-16,15v-7,0,-19,-8,-18,-16xm57,-195v9,0,16,6,16,16v0,10,-6,16,-15,16v-7,0,-19,-8,-18,-16v0,-9,8,-16,17,-16"},"\u2260":{"d":"30,-129v-9,-7,3,-26,17,-26r78,0v10,-16,18,-35,30,-49v10,-2,19,1,11,16r-19,33v18,3,39,-7,46,-1v-6,8,-3,22,-21,22r-38,0r-31,53v25,-1,63,3,80,-4v9,7,-3,26,-17,26r-76,0v-11,17,-17,38,-31,51v-9,5,-18,-3,-11,-15r21,-36v-16,0,-37,-1,-45,4v-3,0,-3,-1,-3,-3v5,-9,4,-23,20,-23r41,0r31,-53v-27,1,-66,-3,-83,5","w":208},"\u00c6":{"d":"310,-125v-15,-1,-7,-27,-28,-24v-20,3,-46,-3,-62,2v0,1,22,132,26,128v14,14,53,4,79,7v26,4,7,-28,24,-32v13,3,29,53,6,48r-80,0v-33,0,-59,-5,-90,-1v-8,0,-11,-2,-11,-6v2,-15,38,-4,34,-24v-3,-13,2,-49,-18,-49r-76,0v-5,1,-9,-4,-9,-8v12,-23,68,2,91,-13r-19,-98r-123,175v-1,5,17,7,16,13v-5,22,-44,0,-64,10v-4,0,-8,-2,-8,-6v-1,-15,22,-8,29,-17v41,-50,103,-142,145,-200v16,-22,-29,-11,-32,-27v0,-5,5,-7,10,-8r135,0v19,0,18,23,22,37v0,3,-1,5,-5,5v-15,0,-14,-27,-30,-25v-22,3,-62,-9,-66,10v4,20,6,43,12,62r65,0v15,2,2,-22,15,-22v18,3,10,42,19,56v0,4,-3,7,-7,7","w":365},"\u00d8":{"d":"42,-33v-73,-79,-23,-226,97,-226v36,0,66,11,88,33v12,-11,21,-28,35,-36v13,4,20,2,13,9r-38,38v74,83,20,223,-100,223v-32,0,-59,-10,-83,-30v-15,11,-27,44,-50,31v10,-16,26,-28,38,-42xm139,-243v-89,0,-117,120,-80,191r151,-157v-17,-23,-41,-34,-71,-34xm138,-9v64,0,98,-38,96,-108v0,-31,-4,-57,-15,-78r-150,157v16,19,38,29,69,29","w":273},"\u221e":{"d":"60,-145v29,1,53,20,72,36v23,-39,120,-54,120,15v0,28,-27,52,-55,51v-29,-1,-53,-20,-72,-36v-24,39,-120,53,-120,-16v0,-28,26,-52,55,-50xm234,-96v0,-29,-37,-43,-63,-25v-10,6,-19,13,-28,22v17,17,34,34,58,36v16,1,34,-17,33,-33xm23,-92v1,29,38,42,63,24v10,-6,19,-13,28,-22v-17,-17,-33,-33,-58,-35v-17,-1,-34,17,-33,33","w":256},"\u00b1":{"d":"117,-188v10,6,-1,11,-1,28r0,43v22,0,56,2,69,-5v8,6,-3,26,-17,26r-52,0r0,54v2,17,-13,16,-22,21v-10,-6,1,-11,1,-28r0,-47v-22,1,-57,-3,-69,5v-8,-6,2,-29,17,-26r52,0r0,-50v-1,-16,14,-15,22,-21xm26,22v-8,-6,2,-26,17,-26v45,0,105,5,142,-4v3,0,4,1,4,3v-6,8,-4,23,-21,23v-45,0,-105,-5,-142,4","w":208},"\u2264":{"d":"151,-176v15,-13,44,4,22,14r-103,54v31,28,84,36,113,66v-7,8,-21,13,-32,4r-120,-60v-10,-6,-10,-13,1,-18xm26,22v-8,-6,2,-26,17,-26v45,0,105,5,142,-4v3,0,4,1,4,3v-6,8,-4,23,-21,23v-45,0,-105,-5,-142,4","w":208},"\u2265":{"d":"26,-172v7,-8,19,-10,32,-4r118,59v10,5,13,14,2,19r-132,65v-24,-2,-20,-19,1,-25v30,-17,65,-29,92,-50v-37,-22,-80,-38,-113,-64xm26,22v-8,-6,2,-26,17,-26v45,0,105,5,142,-4v3,0,4,1,4,3v-6,8,-4,23,-21,23v-45,0,-105,-5,-142,4","w":208},"\u00a5":{"d":"83,-2v5,-14,27,-3,21,-30r0,-34r-53,0r0,-18r53,0r0,-24r-53,0r0,-18r49,0v-25,-34,-50,-77,-78,-106v-7,-6,-26,-1,-26,-13v12,-19,53,4,78,-8v11,0,17,3,17,8v2,14,-29,3,-22,20r60,85v17,-30,39,-58,53,-91v1,-10,-27,-2,-24,-14v10,-18,47,1,68,-8v7,-1,11,3,12,7v-7,16,-39,6,-44,31r-52,89r47,0r0,18r-54,0r0,24r54,0r0,18r-54,0v2,49,-6,49,21,59v6,21,-17,10,-34,10v-15,0,-35,9,-39,-5","w":233},"\u00b5":{"d":"116,-92v4,-10,-42,-16,-17,-24v20,11,51,-18,44,24v3,32,-12,83,23,83v8,2,24,-17,28,-5v-1,10,-27,23,-43,20v-45,-10,-34,-24,-35,-98xm30,-92v4,-9,-42,-15,-17,-24v20,11,50,-17,44,24v3,32,-12,82,22,83v8,2,24,-17,28,-5v-4,15,-45,29,-63,14v-1,25,17,54,-7,62v-30,-18,3,-60,-7,-103r0,-51","w":197},"\u2202":{"d":"27,-193v6,-27,40,-54,72,-54v44,0,65,53,65,107v0,80,-33,148,-99,150v-33,1,-60,-29,-60,-64v0,-71,113,-94,125,-28v1,4,-3,4,-5,5v-13,-12,-24,-31,-48,-30v-24,1,-43,26,-43,52v0,25,19,43,44,43v88,1,97,-205,9,-210v-20,-1,-39,9,-42,21v3,10,-16,21,-18,8","w":178},"\u2211":{"d":"163,38v21,3,9,-30,29,-30v6,0,7,6,5,12r-11,46v-2,5,-2,6,-11,6r-155,0v-19,2,-33,-5,-19,-16v8,-6,14,-11,16,-16r68,-147v-15,-29,-64,-129,-73,-131v-7,1,-13,-3,-13,-8v0,-4,5,-9,10,-9r160,0v18,2,14,15,15,35v0,5,-1,7,-5,7v-15,1,-9,-25,-26,-25r-72,0v-12,0,-25,1,-19,14r46,98v-22,57,-50,109,-74,164r129,0","w":206},"\u220f":{"d":"85,-235v-17,0,-20,3,-20,20r0,256v-3,18,25,14,27,27v-12,16,-46,-2,-69,7v-8,0,-12,-2,-12,-7v3,-15,23,-5,23,-29r0,-256v3,-22,-24,-14,-26,-29v6,-12,28,-2,41,-3r200,-3v6,0,8,3,8,7v-5,13,-24,6,-24,30r0,256v-4,19,25,14,28,27v-13,15,-46,-2,-69,7v-8,0,-13,-2,-13,-7v3,-15,20,-5,20,-29r0,-262v0,-11,-5,-12,-19,-12r-95,0","w":264},"\u03c0":{"d":"1,-73v0,-21,24,-48,50,-46v43,3,95,-4,134,2v-5,9,2,27,-13,26r-29,0v1,27,-17,77,16,78v9,3,25,-17,29,-5v-6,26,-74,28,-76,-5v0,-6,3,-29,7,-68r-42,0v-4,21,-11,72,-24,91v-17,9,-40,-8,-22,-25v14,-13,16,-42,21,-66v-22,1,-39,3,-40,22v-2,5,-11,4,-11,-4","w":197},"\u222b":{"d":"0,17v0,-25,28,-14,37,-6v4,0,6,-3,6,-10r-8,-146v4,-54,-5,-124,14,-163v7,-13,15,-20,27,-20v9,0,22,9,22,19v0,24,-27,18,-36,9v-5,0,-7,4,-7,11v5,84,10,153,5,245v-3,45,-6,78,-39,82v-13,1,-21,-9,-21,-21","w":98},"\u00aa":{"d":"56,-251v-14,-3,-27,16,-33,3v12,-19,72,-16,71,11r0,36v-3,8,32,14,11,19v-11,-5,-27,5,-32,-5v-25,15,-69,9,-69,-23v0,-24,48,-39,65,-18v-11,6,-44,-9,-44,18v0,14,12,21,25,21v24,2,26,-22,24,-47v-1,-9,-7,-16,-18,-15xm115,-163r-114,0r0,-8r114,0r0,8","w":115},"\u00ba":{"d":"4,-220v0,-25,23,-40,52,-40v25,0,51,18,51,40v0,52,-104,51,-103,0xm25,-221v0,18,13,31,31,31v17,0,31,-13,31,-31v0,-17,-15,-30,-32,-30v-18,-1,-30,14,-30,30xm110,-163r-109,0r0,-8r109,0r0,8","w":110},"\u2126":{"d":"238,-55v13,7,3,38,6,55r-93,0r0,-55v33,-14,58,-50,58,-97v0,-52,-28,-90,-77,-90v-50,0,-77,38,-78,90v-1,48,25,83,59,97r0,55r-93,0r0,-49v0,-4,2,-6,5,-6v4,0,7,2,7,6v-1,32,32,34,66,32r0,-29v-41,-15,-78,-50,-78,-102v0,-67,46,-109,111,-109v65,0,113,41,113,109v0,53,-37,87,-78,102r0,29v33,2,66,0,66,-32v0,-4,2,-6,6,-6","w":262},"\u00e6":{"d":"106,-88v-2,-33,-44,-25,-63,-11v-5,0,-10,-3,-10,-8v11,-26,82,-28,96,-1v43,-38,128,-14,124,46v0,8,-4,8,-13,8r-81,0v-6,0,-10,-2,-10,-7v0,-5,3,-7,10,-7r57,0v6,1,6,-3,7,-7v-1,-20,-18,-38,-43,-37v-23,1,-45,24,-45,54v0,24,29,48,53,48v12,0,29,-9,42,-13v5,-1,7,2,7,6v-21,29,-95,37,-117,-4v-29,43,-115,39,-115,-23v0,-27,32,-46,63,-46v13,0,46,16,23,22v-19,-14,-56,-4,-56,24v0,21,17,35,36,35v37,1,38,-40,35,-79","w":257},"\u00f8":{"d":"27,-15v-43,-42,-8,-111,56,-111v15,0,29,4,42,13v5,-4,11,-15,17,-16v15,4,19,2,11,11r-16,15v42,44,5,109,-58,109v-14,0,-27,-4,-40,-12v-14,17,-17,23,-34,15v4,-11,15,-16,22,-24xm111,-100v-28,-25,-72,-4,-72,38v0,11,2,21,6,29xm53,-21v38,37,95,-17,68,-67v-23,21,-46,44,-68,67","w":157},"\u00bf":{"d":"75,-239v0,-10,10,-17,19,-17v9,0,19,10,19,19v0,10,-9,18,-19,18v-11,0,-20,-9,-19,-20xm89,-86v0,-10,11,-15,22,-15v20,0,32,21,32,44v0,34,-29,60,-64,60v-63,0,-98,-74,-50,-115v23,-19,60,-37,60,-71v0,-10,3,-15,9,-15v10,1,9,6,9,19v0,51,-67,66,-67,121v0,22,16,44,38,44v26,0,45,-16,45,-40v0,-14,-7,-26,-22,-22v-5,0,-13,-5,-12,-10","w":149},"\u00a1":{"d":"4,-240v2,-24,39,-18,38,3v0,9,-9,17,-18,17v-12,0,-20,-8,-20,-20xm13,-166v1,-13,-1,-21,10,-22v5,0,8,3,8,9r10,166v-1,9,-7,16,-18,16v-9,1,-17,-10,-17,-18","w":46},"\u00ac":{"d":"52,-149v46,-2,106,6,142,-5v3,0,4,2,4,4r0,76v1,16,-13,17,-23,21v-8,-7,1,-12,1,-28r0,-47v-45,2,-106,-6,-141,5v-8,-7,2,-29,17,-26","w":256},"\u221a":{"d":"226,-275r-91,280v-5,13,-5,11,-12,0r-91,-165r-23,10r-5,-12r52,-26r76,144v31,-75,54,-160,82,-238","w":231},"\u0192":{"d":"59,-27v3,46,-25,70,-55,82v-7,-14,22,-24,21,-39v10,-28,3,-70,6,-106v2,-17,-26,-9,-27,-21v-1,-11,22,-3,27,-7r0,-52v-3,-47,27,-69,56,-82v2,0,3,2,3,7v-35,20,-32,73,-31,127v3,6,29,-5,28,8v-3,12,-28,3,-28,21r0,62","w":97},"\u2248":{"d":"46,-183v42,-1,89,54,129,25v7,-5,9,-14,10,-24r8,-1v-1,26,-17,48,-43,48v-46,0,-119,-72,-137,0r-8,0v2,-27,15,-48,41,-48xm152,-63v19,0,31,-15,33,-33r8,0v-1,27,-17,48,-43,48v-45,0,-120,-73,-137,0r-8,0v2,-27,15,-49,41,-49v35,0,72,32,106,34","w":197},"\u2206":{"d":"216,0r-211,0r110,-244xm174,-14r-70,-170r-77,170r147,0","w":220},"\u00ab":{"d":"211,-11v-6,5,-24,16,-35,6r-52,-50v-6,-5,-5,-13,0,-18v21,-17,37,-42,63,-54v5,-1,30,9,22,12v-22,7,-36,29,-52,42v-12,23,22,33,30,48v7,9,17,9,24,14xm125,-11v-6,4,-25,18,-35,6v-17,-21,-43,-36,-58,-59v14,-22,41,-38,58,-58v10,-12,30,1,35,6v-25,9,-44,33,-60,52v15,21,35,43,60,53","w":241},"\u00bb":{"d":"123,-116v4,-6,24,-17,34,-6v18,21,43,34,58,58v-15,23,-40,39,-58,59v-7,13,-36,-2,-32,-8v25,-9,41,-32,57,-51v-14,-19,-35,-42,-59,-52xm36,-116v4,-6,26,-18,34,-6r53,50v7,5,4,13,-1,18v-21,17,-37,41,-62,54v-5,1,-30,-8,-22,-12v24,-9,42,-31,56,-51v-6,-18,-24,-25,-34,-39v-7,-9,-17,-9,-24,-14","w":241},"\u2026":{"d":"122,4v-22,1,-26,-37,-1,-36v10,0,19,8,19,18v0,11,-9,17,-18,18xm73,4v-22,-1,-25,-37,0,-36v9,0,18,7,18,18v0,12,-9,17,-18,18xm25,4v-22,1,-26,-37,-1,-36v10,0,19,8,19,18v0,11,-9,17,-18,18","w":145},"\u00a0":{"w":57},"\u00c0":{"d":"78,-86v0,-4,6,-8,10,-7v27,-1,59,3,82,-2r-47,-103r-78,175v0,11,23,7,23,18v-7,18,-41,-1,-61,8v-6,1,-11,-4,-11,-8v1,-13,26,-7,28,-18r89,-197v6,-13,3,-21,1,-33v2,-9,16,-4,20,3v37,63,75,178,109,231v5,8,21,4,21,16v-13,14,-52,-1,-78,6v-7,0,-13,-1,-13,-7v0,-13,31,-4,28,-20v-4,-6,-14,-60,-32,-52r-79,0v-6,0,-11,-5,-12,-10xm78,-317v2,-6,9,-10,19,-10v11,-3,53,47,36,54v-10,-2,-28,-33,-41,-32v-9,0,-14,-4,-14,-12","w":260},"\u00c3":{"d":"78,-86v0,-4,6,-8,10,-7v27,-1,59,3,82,-2r-47,-103r-78,175v0,11,23,7,23,18v-7,18,-41,-1,-61,8v-6,1,-11,-4,-11,-8v1,-13,26,-7,28,-18r89,-197v6,-13,3,-21,1,-33v2,-9,16,-4,20,3v37,63,75,178,109,231v5,8,21,4,21,16v-13,14,-52,-1,-78,6v-7,0,-13,-1,-13,-7v0,-13,31,-4,28,-20v-4,-6,-14,-60,-32,-52r-79,0v-6,0,-11,-5,-12,-10xm113,-320v17,-2,29,16,40,19v14,4,31,-32,42,-18v-10,10,-22,38,-36,44v-17,2,-30,-15,-40,-20v-14,-3,-30,33,-42,19v9,-10,21,-39,36,-44","w":260},"\u00d5":{"d":"4,-131v3,-73,55,-126,133,-128v78,-2,132,65,132,137v0,79,-55,130,-134,130v-75,1,-134,-63,-131,-139xm137,-243v-60,-2,-96,53,-96,112v0,81,32,122,95,122v64,0,96,-38,96,-108v0,-73,-30,-124,-95,-126xm122,-320v17,-2,29,16,40,19v14,4,31,-32,42,-18v-10,10,-22,38,-36,44v-17,2,-30,-15,-40,-20v-14,-3,-30,33,-42,19v9,-10,21,-39,36,-44","w":273},"\u0152":{"d":"310,-125v-15,-1,-3,-28,-24,-24v-21,4,-61,-9,-61,10r0,112v3,29,54,11,81,15v23,3,12,-29,28,-32v14,1,8,24,11,37v-1,11,-1,10,-13,11r-142,0v-106,22,-188,-37,-186,-135v2,-89,80,-145,180,-124r124,0v17,2,14,14,15,35v0,5,-2,7,-6,7v-14,0,-9,-27,-25,-25v-23,4,-67,-11,-67,14v0,23,-10,61,18,58v22,-3,59,10,59,-15v-1,-5,5,-7,8,-7v18,4,0,39,9,54v0,5,-5,9,-9,9xm136,-9v28,0,53,-3,58,-20r0,-161v1,-36,-21,-52,-57,-53v-60,-1,-96,53,-96,112v0,81,32,122,95,122","w":347},"\u0153":{"d":"5,-59v0,-67,99,-89,133,-40v34,-45,133,-31,133,37v0,9,-4,8,-13,8r-80,0v-7,0,-10,-2,-10,-7v0,-5,3,-7,10,-7r56,0v6,1,6,-3,7,-7v-1,-20,-18,-38,-42,-37v-23,1,-46,25,-46,54v0,24,28,48,53,48v12,0,31,-9,43,-13v5,-1,7,2,7,6v-21,28,-94,37,-117,-3v-35,47,-134,25,-134,-39xm36,-62v0,30,16,53,44,53v27,0,45,-24,45,-52v0,-29,-20,-50,-46,-50v-27,0,-44,20,-43,49","w":278},"\u2013":{"d":"7,-52v5,-9,4,-23,21,-23v45,0,104,5,141,-4v9,7,-2,29,-17,26v-45,2,-104,-5,-141,4v-3,0,-4,-1,-4,-3"},"\u2014":{"d":"8,-52v5,-9,4,-23,21,-23r296,0v17,2,21,-9,27,0v-4,9,-4,22,-20,22r-297,0v-17,-2,-19,8,-27,1","w":360},"\u201c":{"d":"98,-281v9,10,-13,30,-11,43v4,9,27,10,23,24v0,12,-5,18,-17,17v-40,-4,-13,-74,5,-84xm37,-275v11,5,-17,31,-13,40v15,4,31,37,1,38v-13,0,-19,-8,-19,-24v-2,-11,22,-55,31,-54","w":115},"\u201d":{"d":"64,-253v-1,-11,9,-17,19,-17v34,0,18,66,-1,72v-10,-4,8,-22,5,-31v-6,-8,-26,-11,-23,-24xm10,-253v-1,-11,9,-17,19,-17v34,0,18,66,-1,72v-10,-4,8,-22,5,-31v-6,-8,-26,-11,-23,-24","w":122},"\u2018":{"d":"37,-275v11,5,-17,31,-13,40v15,4,31,37,1,38v-13,0,-19,-8,-19,-24v-2,-11,22,-55,31,-54","w":48},"\u2019":{"d":"9,-253v-1,-11,9,-17,19,-17v34,0,18,66,-1,72v-10,-4,8,-22,5,-31v-6,-8,-26,-11,-23,-24","w":53},"\u00f7":{"d":"86,-160v0,-9,10,-19,19,-19v9,1,18,8,18,19v0,10,-8,17,-18,17v-8,0,-19,-9,-19,-17xm26,-91v-8,-6,2,-29,17,-26v46,-2,106,6,142,-5v8,6,-3,26,-17,26v-45,0,-106,-6,-142,5xm106,-35v-22,1,-25,-35,-1,-35v10,0,19,8,19,18v0,11,-8,17,-18,17","w":208},"\u25ca":{"d":"97,-250r73,125r-73,125r-20,0r-69,-125r69,-125r20,0xm87,-233r-60,108r60,108r63,-108","w":177},"\u00ff":{"d":"90,-113v5,-13,33,0,46,-6v17,11,2,76,8,102v-2,53,-11,82,-55,87v-14,1,-35,-8,-23,-15v34,11,50,-14,50,-56v0,-55,-1,-86,-1,-92v0,-13,-26,-9,-25,-20xm57,-49v-8,40,27,42,47,28v3,0,4,1,4,4v-19,33,-94,29,-78,-35r0,-36v3,-17,-22,-12,-24,-24v4,-16,30,1,45,-7v13,2,3,48,6,70xm97,-179v0,-9,8,-16,17,-16v10,0,17,7,17,17v0,9,-8,15,-16,15v-7,0,-19,-8,-18,-16xm48,-195v9,0,16,6,16,16v0,10,-6,16,-15,16v-7,0,-19,-8,-18,-16v0,-9,8,-16,17,-16","w":173},"\u0178":{"d":"182,-232v-2,-9,-25,-2,-24,-13v11,-18,46,1,68,-8v4,0,12,2,12,7v1,13,-21,6,-29,13v-24,23,-78,127,-74,121r0,75v-5,29,15,22,23,35v-7,17,-41,-1,-61,8v-6,0,-14,-2,-14,-8v3,-12,28,-6,21,-30v-1,-30,3,-65,-2,-91r-78,-108v-6,-8,-28,-1,-28,-14v12,-19,53,4,78,-8v11,0,17,2,17,8v0,13,-23,5,-23,15v0,10,48,71,61,90v24,-34,57,-93,53,-92xm139,-289v0,-9,8,-16,17,-16v10,0,17,7,17,17v0,9,-8,15,-16,15v-7,0,-19,-8,-18,-16xm90,-305v9,0,16,6,16,16v0,10,-6,16,-15,16v-7,0,-19,-8,-18,-16v0,-9,8,-16,17,-16","w":233},"\u2215":{"d":"160,-279v3,-2,22,-2,15,4r-188,306v-3,10,-16,13,-22,7","w":148},"\u00a4":{"d":"40,-179v23,-23,77,-23,100,0r25,-25r10,10r-25,24v24,31,24,69,0,100r25,25r-10,10r-26,-25v-29,26,-74,22,-99,0r-25,25r-10,-10r25,-25v-24,-28,-24,-71,0,-99r-25,-25r10,-10xm90,-56v34,0,65,-31,64,-64v0,-34,-30,-63,-64,-63v-35,0,-63,29,-63,64v0,34,29,63,63,63"},"\u2039":{"d":"120,-11v-6,5,-25,17,-35,6v-18,-21,-43,-36,-58,-59v14,-22,41,-38,58,-58v10,-12,30,0,35,6v-25,9,-44,33,-60,52v15,21,35,43,60,53","w":143},"\u203a":{"d":"25,-116v4,-6,25,-17,35,-6v18,20,42,34,57,58v-14,24,-41,38,-57,59v-9,12,-39,-3,-32,-8v25,-9,41,-32,57,-51v-15,-19,-35,-43,-60,-52","w":143},"\uf001":{"d":"157,-28v-4,21,19,10,21,24v-9,13,-41,0,-61,6v-7,2,-12,-6,-9,-12v31,2,20,-49,20,-81v0,-15,-13,-14,-32,-14v-21,0,-35,0,-37,16v4,32,-16,83,27,82v4,5,2,13,-8,12v-21,-4,-42,-5,-62,0v-7,0,-11,-3,-11,-8v6,-12,33,-2,26,-31v-6,-24,13,-67,-15,-69v-8,0,-12,-3,-12,-8v-1,-11,22,-3,27,-7r0,-52v-1,-53,28,-77,71,-82v32,-4,58,22,58,50v0,24,-40,20,-39,-1v-2,-9,12,-12,14,-18v0,-11,-13,-19,-27,-19v-59,0,-48,66,-49,122v23,3,62,-1,91,-2v16,14,3,59,7,92","w":188},"\uf002":{"d":"100,-110v-8,16,-45,-4,-41,21v5,32,-16,83,27,82v4,5,2,13,-8,12v-21,-4,-42,-5,-62,0v-7,0,-11,-3,-11,-8v6,-12,33,-2,26,-31v-6,-24,13,-67,-15,-69v-8,0,-12,-3,-12,-8v-1,-11,22,-3,27,-7r0,-52v-2,-52,30,-69,62,-84v15,0,38,12,53,5v17,0,11,26,11,43r0,182v-3,19,24,7,25,22v-11,15,-45,-3,-68,6v-13,2,-15,-16,-2,-14v14,-2,17,-5,17,-24r1,-182v2,-9,-22,-24,-31,-23v-44,-6,-42,70,-40,121v5,7,40,-7,41,8","w":195},"\u2021":{"d":"55,-257v6,0,10,5,9,12r0,59v3,11,34,-4,37,10v0,13,-25,7,-36,8r0,141v13,1,36,-4,36,8v0,14,-31,-1,-37,10r0,59v-1,8,-1,12,-10,12v-18,-7,-5,-48,-9,-71v-2,-12,-34,4,-37,-10v1,-12,23,-7,36,-8v2,-43,2,-97,0,-141v-12,-1,-35,4,-35,-8v1,-14,30,2,36,-10r0,-59v1,-8,1,-12,10,-12","w":107},"\u00b7":{"d":"6,-110v0,-13,10,-23,22,-23v12,0,23,11,23,23v0,12,-10,22,-23,22v-12,0,-23,-9,-22,-22","w":56},"\u2219":{"d":"6,-110v0,-13,10,-23,22,-23v12,0,23,11,23,23v0,12,-10,22,-23,22v-12,0,-23,-9,-22,-22","w":56},"\u201a":{"d":"9,-20v-1,-11,9,-17,19,-17v34,0,18,66,-1,72v-10,-4,8,-22,5,-31v-6,-8,-26,-11,-23,-24","w":53},"\u201e":{"d":"63,-20v-1,-11,9,-17,19,-17v34,0,18,66,-1,72v-10,-4,8,-22,5,-31v-6,-8,-26,-11,-23,-24xm9,-20v-1,-11,9,-17,19,-17v34,0,18,66,-1,72v-10,-4,8,-22,5,-31v-6,-8,-26,-11,-23,-24","w":111},"\u2030":{"d":"99,-262v48,7,121,38,157,-2v2,-3,22,-3,16,3r-165,271v-2,7,-16,9,-21,5v24,-48,53,-91,81,-136r70,-114v-29,22,-46,26,-78,10v25,50,-9,109,-63,107v-41,-2,-71,-28,-71,-73v0,-39,32,-77,74,-71xm98,-252v-52,0,-57,125,-2,125v31,0,41,-30,41,-66v0,-30,-12,-59,-39,-59xm358,-73v1,-39,31,-72,73,-71v38,1,69,31,69,74v0,40,-32,71,-71,70v-40,-1,-72,-28,-71,-73xm430,-135v-51,0,-58,125,-2,125v31,0,42,-29,42,-65v0,-31,-13,-60,-40,-60xm197,-73v1,-39,31,-72,73,-71v38,1,69,31,69,74v0,40,-32,71,-71,70v-40,-1,-72,-28,-71,-73xm269,-135v-51,0,-58,125,-1,125v30,0,40,-29,40,-65v0,-32,-12,-60,-39,-60","w":515},"\u00c2":{"d":"78,-86v0,-4,6,-8,10,-7v27,-1,59,3,82,-2r-47,-103r-78,175v0,11,23,7,23,18v-7,18,-41,-1,-61,8v-6,1,-11,-4,-11,-8v1,-13,26,-7,28,-18r89,-197v6,-13,3,-21,1,-33v2,-9,16,-4,20,3v37,63,75,178,109,231v5,8,21,4,21,16v-13,14,-52,-1,-78,6v-7,0,-13,-1,-13,-7v0,-13,31,-4,28,-20v-4,-6,-14,-60,-32,-52r-79,0v-6,0,-11,-5,-12,-10xm124,-305v-16,-4,-33,43,-46,28v10,-14,28,-42,46,-50v19,8,36,36,46,50v-12,16,-31,-32,-46,-28","w":260},"\u00ca":{"d":"149,-125v-15,-1,-3,-28,-24,-24v-21,4,-61,-9,-61,10r0,112v3,28,53,11,80,15v23,4,13,-28,29,-32v13,2,10,22,10,37v0,11,0,10,-12,11r-142,0v-14,0,-25,0,-26,-9v4,-14,36,-2,30,-24r0,-161v-2,-30,7,-48,-19,-48v-7,0,-13,-3,-13,-8v0,-4,5,-9,10,-9r136,0v17,2,14,14,15,35v0,5,-2,7,-6,7v-14,0,-9,-27,-25,-25v-23,3,-67,-12,-67,14v0,23,-10,61,18,58v22,-3,58,10,58,-15v0,-10,20,-9,17,2v-6,19,10,49,-8,54xm95,-305v-16,-4,-33,43,-46,28v10,-14,28,-42,46,-50v19,8,36,36,46,50v-12,16,-31,-32,-46,-28","w":184},"\u00c1":{"d":"78,-86v0,-4,6,-8,10,-7v27,-1,59,3,82,-2r-47,-103r-78,175v0,11,23,7,23,18v-7,18,-41,-1,-61,8v-6,1,-11,-4,-11,-8v1,-13,26,-7,28,-18r89,-197v6,-13,3,-21,1,-33v2,-9,16,-4,20,3v37,63,75,178,109,231v5,8,21,4,21,16v-13,14,-52,-1,-78,6v-7,0,-13,-1,-13,-7v0,-13,31,-4,28,-20v-4,-6,-14,-60,-32,-52r-79,0v-6,0,-11,-5,-12,-10xm113,-277v2,-15,40,-75,60,-40v0,8,-5,12,-14,12v-15,0,-33,43,-46,28","w":260},"\u00cb":{"d":"149,-125v-15,-1,-3,-28,-24,-24v-21,4,-61,-9,-61,10r0,112v3,28,53,11,80,15v23,4,13,-28,29,-32v13,2,10,22,10,37v0,11,0,10,-12,11r-142,0v-14,0,-25,0,-26,-9v4,-14,36,-2,30,-24r0,-161v-2,-30,7,-48,-19,-48v-7,0,-13,-3,-13,-8v0,-4,5,-9,10,-9r136,0v17,2,14,14,15,35v0,5,-2,7,-6,7v-14,0,-9,-27,-25,-25v-23,3,-67,-12,-67,14v0,23,-10,61,18,58v22,-3,58,10,58,-15v0,-10,20,-9,17,2v-6,19,10,49,-8,54xm105,-289v0,-9,8,-16,17,-16v10,0,17,7,17,17v0,9,-8,15,-16,15v-7,0,-19,-8,-18,-16xm56,-305v9,0,16,6,16,16v0,10,-6,16,-15,16v-7,0,-19,-8,-18,-16v0,-9,8,-16,17,-16","w":184},"\u00c8":{"d":"149,-125v-15,-1,-3,-28,-24,-24v-21,4,-61,-9,-61,10r0,112v3,28,53,11,80,15v23,4,13,-28,29,-32v13,2,10,22,10,37v0,11,0,10,-12,11r-142,0v-14,0,-25,0,-26,-9v4,-14,36,-2,30,-24r0,-161v-2,-30,7,-48,-19,-48v-7,0,-13,-3,-13,-8v0,-4,5,-9,10,-9r136,0v17,2,14,14,15,35v0,5,-2,7,-6,7v-14,0,-9,-27,-25,-25v-23,3,-67,-12,-67,14v0,23,-10,61,18,58v22,-3,58,10,58,-15v0,-10,20,-9,17,2v-6,19,10,49,-8,54xm50,-317v2,-6,9,-10,19,-10v11,-3,53,47,36,54v-10,-2,-28,-33,-41,-32v-9,0,-14,-4,-14,-12","w":184},"\u00cd":{"d":"5,-5v5,-11,31,-8,26,-29r0,-182v4,-22,-22,-15,-25,-30v13,-14,48,4,72,-6v9,-2,11,8,7,13v-13,3,-23,8,-23,28r0,183v-4,18,24,11,24,25v-10,16,-45,-4,-67,6v-9,0,-14,-2,-14,-8xm32,-277v2,-15,40,-75,60,-40v0,8,-5,12,-14,12v-15,0,-33,43,-46,28","w":93},"\u00ce":{"d":"5,-5v5,-11,31,-8,26,-29r0,-182v4,-22,-22,-15,-25,-30v13,-14,48,4,72,-6v9,-2,11,8,7,13v-13,3,-23,8,-23,28r0,183v-4,18,24,11,24,25v-10,16,-45,-4,-67,6v-9,0,-14,-2,-14,-8xm47,-305v-16,-4,-33,43,-46,28v10,-14,28,-42,46,-50v19,8,36,36,46,50v-12,16,-31,-32,-46,-28","w":93},"\u00cf":{"d":"5,-5v5,-11,31,-8,26,-29r0,-182v4,-22,-22,-15,-25,-30v13,-14,48,4,72,-6v9,-2,11,8,7,13v-13,3,-23,8,-23,28r0,183v-4,18,24,11,24,25v-10,16,-45,-4,-67,6v-9,0,-14,-2,-14,-8xm64,-289v0,-9,8,-16,17,-16v10,0,17,7,17,17v0,9,-8,15,-16,15v-7,0,-19,-8,-18,-16xm15,-305v9,0,16,6,16,16v0,10,-6,16,-15,16v-7,0,-19,-8,-18,-16v0,-9,8,-16,17,-16","w":93},"\u00cc":{"d":"5,-5v5,-11,31,-8,26,-29r0,-182v4,-22,-22,-15,-25,-30v13,-14,48,4,72,-6v9,-2,11,8,7,13v-13,3,-23,8,-23,28r0,183v-4,18,24,11,24,25v-10,16,-45,-4,-67,6v-9,0,-14,-2,-14,-8xm1,-317v2,-6,9,-10,19,-10v11,-3,53,47,36,54v-10,-2,-28,-33,-41,-32v-9,0,-14,-4,-14,-12","w":93},"\u00d3":{"d":"4,-131v3,-73,55,-126,133,-128v78,-2,132,65,132,137v0,79,-55,130,-134,130v-75,1,-134,-63,-131,-139xm137,-243v-60,-2,-96,53,-96,112v0,81,32,122,95,122v64,0,96,-38,96,-108v0,-73,-30,-124,-95,-126xm120,-277v2,-15,40,-75,60,-40v0,8,-5,12,-14,12v-15,0,-33,43,-46,28","w":273},"\u00d4":{"d":"4,-131v3,-73,55,-126,133,-128v78,-2,132,65,132,137v0,79,-55,130,-134,130v-75,1,-134,-63,-131,-139xm137,-243v-60,-2,-96,53,-96,112v0,81,32,122,95,122v64,0,96,-38,96,-108v0,-73,-30,-124,-95,-126xm135,-305v-16,-4,-33,43,-46,28v10,-14,28,-42,46,-50v19,8,36,36,46,50v-12,16,-31,-32,-46,-28","w":273},"\u00d2":{"d":"4,-131v3,-73,55,-126,133,-128v78,-2,132,65,132,137v0,79,-55,130,-134,130v-75,1,-134,-63,-131,-139xm137,-243v-60,-2,-96,53,-96,112v0,81,32,122,95,122v64,0,96,-38,96,-108v0,-73,-30,-124,-95,-126xm101,-317v2,-6,9,-10,19,-10v11,-3,53,47,36,54v-10,-2,-28,-33,-41,-32v-9,0,-14,-4,-14,-12","w":273},"\u00da":{"d":"118,-8v45,0,74,-18,74,-71r0,-142v4,-20,-28,-9,-30,-24v8,-17,44,0,65,-8v4,0,11,3,11,7v-4,14,-34,6,-29,29r0,143v2,64,-37,82,-95,84v-47,2,-86,-24,-86,-68r0,-165v3,-18,-27,-8,-27,-22v12,-16,48,2,72,-8v6,1,13,1,13,8v0,17,-33,1,-27,25r0,161v0,32,27,51,59,51xm120,-277v2,-15,40,-75,60,-40v0,8,-5,12,-14,12v-15,0,-33,43,-46,28","w":240},"\u00db":{"d":"118,-8v45,0,74,-18,74,-71r0,-142v4,-20,-28,-9,-30,-24v8,-17,44,0,65,-8v4,0,11,3,11,7v-4,14,-34,6,-29,29r0,143v2,64,-37,82,-95,84v-47,2,-86,-24,-86,-68r0,-165v3,-18,-27,-8,-27,-22v12,-16,48,2,72,-8v6,1,13,1,13,8v0,17,-33,1,-27,25r0,161v0,32,27,51,59,51xm122,-305v-16,-4,-33,43,-46,28v10,-14,28,-42,46,-50v19,8,36,36,46,50v-12,16,-31,-32,-46,-28","w":240},"\u00d9":{"d":"118,-8v45,0,74,-18,74,-71r0,-142v4,-20,-28,-9,-30,-24v8,-17,44,0,65,-8v4,0,11,3,11,7v-4,14,-34,6,-29,29r0,143v2,64,-37,82,-95,84v-47,2,-86,-24,-86,-68r0,-165v3,-18,-27,-8,-27,-22v12,-16,48,2,72,-8v6,1,13,1,13,8v0,17,-33,1,-27,25r0,161v0,32,27,51,59,51xm77,-317v2,-6,9,-10,19,-10v11,-3,53,47,36,54v-10,-2,-28,-33,-41,-32v-9,0,-14,-4,-14,-12","w":240},"\u0131":{"d":"60,-28v-4,22,19,9,21,24v-9,14,-41,-1,-61,6v-5,1,-10,-4,-10,-8v7,-12,22,-2,22,-28r0,-57v2,-16,-20,-10,-22,-22v4,-15,29,-1,44,-7v14,14,2,61,6,92","w":91},"\u02c6":{"d":"90,-195v-16,-4,-33,43,-46,28v10,-14,28,-42,46,-50v19,8,36,36,46,50v-12,16,-31,-32,-46,-28"},"\u02dc":{"d":"67,-208v17,-2,29,16,40,19v14,4,31,-32,42,-18v-10,10,-22,38,-36,44v-17,2,-30,-15,-40,-20v-14,-3,-30,33,-42,19v9,-10,21,-39,36,-44"},"\u02c9":{"d":"119,-163r-58,0r0,-14r58,0r0,14"},"\u02d8":{"d":"48,-200v0,-9,1,-13,9,-13v19,3,4,43,33,37v15,0,23,-8,23,-24v0,-9,3,-13,10,-13v8,0,9,4,9,13v0,22,-18,38,-42,38v-25,0,-42,-15,-42,-38"},"\u02d9":{"d":"72,-180v0,-10,9,-19,18,-19v10,0,18,8,18,19v0,10,-8,17,-17,17v-8,1,-19,-8,-19,-17"},"\u02da":{"d":"52,-202v0,-20,16,-37,38,-37v23,0,38,16,38,40v0,20,-24,37,-39,37v-22,0,-37,-18,-37,-40xm90,-225v-12,-1,-20,11,-20,23v0,17,7,26,20,26v13,0,20,-9,20,-23v0,-15,-7,-25,-20,-26"},"\u00b8":{"d":"105,50v-3,-21,-61,-2,-55,-32v0,-4,5,-11,13,-22r28,0v-16,18,-16,30,5,34v21,0,46,-2,44,19v-4,30,-87,30,-98,5v12,-15,51,21,63,-4"},"\u02dd":{"d":"91,-167v11,-11,36,-73,59,-40v0,8,-4,12,-13,12v-16,-4,-33,43,-46,28xm76,-195v-16,-4,-34,42,-46,28v4,-9,28,-38,33,-48v18,-12,40,18,13,20"},"\u02db":{"d":"139,24v-10,27,-99,48,-97,-6v0,-9,4,-16,12,-22r28,0v-16,10,-17,42,9,40v21,6,36,-26,48,-12"},"\u02c7":{"d":"90,-184v15,3,34,-43,46,-28v-10,14,-28,42,-46,50v-18,-8,-36,-36,-46,-50v12,-15,31,33,46,28"},"\u0160":{"d":"88,-241v-29,-1,-61,26,-41,52v32,41,111,64,111,126v0,43,-41,72,-83,70v-32,-1,-81,-9,-66,-54v0,-9,-5,-22,6,-22v17,5,8,40,25,47v30,26,93,8,90,-36v-5,-61,-114,-68,-117,-142v-1,-35,38,-59,75,-58v23,1,67,10,55,43v6,14,-12,26,-15,10v1,-22,-18,-36,-40,-36xm88,-294v15,3,34,-43,46,-28v-10,14,-28,42,-46,50v-18,-8,-36,-36,-46,-50v12,-15,31,33,46,28","w":164},"\u0161":{"d":"90,-86v-11,-13,-35,-42,-52,-13v7,26,66,29,62,66v5,43,-74,50,-92,22v1,-11,-6,-32,7,-32v13,6,12,38,34,34v12,0,23,-9,22,-22v-3,-30,-65,-25,-59,-64v-2,-37,66,-40,83,-17v0,10,4,23,-5,26xm56,-184v15,3,34,-43,46,-28v-10,14,-28,42,-46,50v-18,-8,-36,-36,-46,-50v12,-15,31,33,46,28","w":109},"\u00a6":{"d":"43,-250r0,130r-15,0r0,-130r15,0xm43,-53r0,131r-15,0r0,-131r15,0","w":72},"\u00d0":{"d":"3,-141v-1,-14,17,-9,30,-10r0,-72v7,-25,-25,-8,-28,-23v0,-5,4,-7,12,-7v123,-11,221,20,221,131v0,75,-46,126,-121,125r-100,-1v-12,1,-12,-15,-2,-15v13,-1,21,0,20,-16v-3,-41,-1,-76,-1,-105v-11,-2,-31,5,-31,-7xm64,-151v23,4,65,-11,70,11v0,4,-2,6,-8,6r-62,0r2,101v2,20,17,20,41,21v63,2,90,-44,93,-99v5,-76,-33,-127,-98,-127v-24,0,-39,-4,-39,14v0,27,0,51,1,73","w":239},"\u00f0":{"d":"100,-228v8,-6,20,-28,30,-14v-3,10,-13,15,-19,22v67,47,57,230,-38,230v-34,0,-68,-31,-68,-64v0,-38,34,-69,70,-69v15,0,48,13,32,24v-30,-20,-73,3,-73,44v0,24,18,50,42,49v47,-2,49,-49,50,-101v0,-38,-10,-70,-31,-96v-8,7,-25,36,-32,14v5,-10,15,-15,22,-24v-13,-12,-28,-21,-50,-21v-7,0,-10,-2,-10,-7v0,-5,5,-8,15,-8v21,0,41,7,60,21","w":178},"\u00dd":{"d":"182,-232v-2,-9,-25,-2,-24,-13v11,-18,46,1,68,-8v4,0,12,2,12,7v1,13,-21,6,-29,13v-24,23,-78,127,-74,121r0,75v-5,29,15,22,23,35v-7,17,-41,-1,-61,8v-6,0,-14,-2,-14,-8v3,-12,28,-6,21,-30v-1,-30,3,-65,-2,-91r-78,-108v-6,-8,-28,-1,-28,-14v12,-19,53,4,78,-8v11,0,17,2,17,8v0,13,-23,5,-23,15v0,10,48,71,61,90v24,-34,57,-93,53,-92xm124,-277v2,-15,40,-75,60,-40v0,8,-5,12,-14,12v-15,0,-33,43,-46,28","w":233},"\u00fd":{"d":"90,-113v5,-13,33,0,46,-6v17,11,2,76,8,102v-2,53,-11,82,-55,87v-14,1,-35,-8,-23,-15v34,11,50,-14,50,-56v0,-55,-1,-86,-1,-92v0,-13,-26,-9,-25,-20xm57,-49v-8,40,27,42,47,28v3,0,4,1,4,4v-19,33,-94,29,-78,-35r0,-36v3,-17,-22,-12,-24,-24v4,-16,30,1,45,-7v13,2,3,48,6,70xm77,-167v2,-15,40,-75,60,-40v0,8,-5,12,-14,12v-15,0,-33,43,-46,28","w":173},"\u00de":{"d":"14,-252v21,4,43,4,64,0v12,1,12,15,-1,16v-18,2,-14,25,-15,46v71,-14,137,35,102,95v-16,16,-39,28,-76,28v-17,0,-25,-14,-9,-16v34,6,58,-12,59,-44v1,-35,-47,-66,-76,-41r0,140v-3,19,24,10,24,25v-10,16,-47,-4,-67,6v-8,1,-13,-3,-14,-8v5,-11,26,-7,26,-29r0,-182v5,-22,-23,-15,-25,-30v0,-4,4,-6,8,-6","w":175},"\u00fe":{"d":"13,-249v20,7,46,-11,46,17r0,183v-1,25,17,42,40,42v52,-1,61,-101,6,-105v-12,-2,-29,15,-34,2v30,-36,102,-6,102,51v0,53,-71,87,-113,49v-1,40,-7,75,-42,79v-6,0,-9,-1,-9,-4v24,-23,24,-26,23,-92r-1,-189v4,-21,-24,-13,-27,-27v0,-3,5,-6,9,-6","w":178},"\u00d7":{"d":"142,-157v9,-14,43,2,26,10v-15,7,-32,30,-45,41v16,16,36,36,53,48v-6,7,-25,16,-32,3r-37,-36v-16,14,-28,35,-48,44v-7,-2,-31,-8,-15,-15v16,-7,34,-32,48,-44v-13,-12,-32,-35,-46,-43v-4,0,-7,-3,-7,-6v7,-6,25,-14,32,-3r36,36","w":208},"\u00b9":{"d":"63,-260v12,3,-7,12,-4,20r0,96v-1,10,22,2,22,11v-10,10,-42,0,-61,4v-6,0,-9,-1,-9,-5v1,-7,26,0,22,-12r1,-83v-4,-15,-26,7,-30,-5v10,-10,43,-21,59,-26","w":88},"\u00b2":{"d":"80,-262v39,-1,96,27,59,63v-5,10,-64,33,-80,43v-4,3,-5,7,-5,10v20,-1,42,1,60,-1v2,-4,-1,-10,5,-10v11,-1,13,10,14,21v-21,12,-66,2,-96,5v-6,0,-10,0,-11,-4v12,-39,87,-43,93,-90v-2,-18,-23,-29,-48,-28v-19,0,-51,6,-51,26v0,23,30,9,38,23v-13,19,-57,3,-54,-20v3,-28,40,-37,76,-38","w":153},"\u00b3":{"d":"122,-186v-1,-23,-38,-35,-63,-24v-6,-1,-4,-3,-1,-7v7,-9,28,-17,25,-28v-20,0,-44,-2,-55,6v-6,-2,-8,-22,6,-21v30,3,70,-4,94,3v-15,8,-37,20,-42,33v35,-3,68,13,68,41v0,48,-121,77,-154,35v13,-11,28,17,54,11v31,1,69,-18,68,-49","w":158},"\u00bd":{"d":"63,-260v12,3,-7,12,-4,20r0,96v-1,10,22,2,22,11v-10,10,-42,0,-61,4v-6,0,-9,-1,-9,-5v1,-7,26,0,22,-12r1,-83v-4,-15,-26,7,-30,-5v10,-10,43,-21,59,-26xm172,-243v4,-2,20,-1,14,4r-142,225v-2,3,-18,5,-13,-4xm192,-131v29,0,72,8,71,40v-2,36,-63,47,-92,66v-4,3,-5,7,-5,10v20,-1,42,2,60,-1v1,-3,0,-10,6,-9v11,-1,12,10,14,20v-22,12,-66,2,-97,5v-6,0,-9,0,-10,-4v11,-40,87,-43,93,-90v-2,-19,-24,-29,-49,-28v-19,0,-51,7,-51,26v0,23,30,9,38,23v-12,18,-55,4,-53,-19v3,-29,39,-39,75,-39","w":271},"\u00bc":{"d":"63,-260v12,3,-7,12,-4,20r0,96v-1,10,22,2,22,11v-10,10,-42,0,-61,4v-6,0,-9,-1,-9,-5v1,-7,26,0,22,-12r1,-83v-4,-15,-26,7,-30,-5v10,-10,43,-21,59,-26xm172,-243v4,-2,20,-1,14,4r-142,225v-2,3,-18,5,-13,-4xm165,-44v-19,-6,-64,-7,-82,1v-6,0,-5,-4,-1,-7v36,-26,66,-58,105,-80v8,0,4,8,3,13r0,61v5,8,32,-2,36,2v-1,8,-29,10,-36,13v2,15,-7,38,14,35v6,0,9,1,9,4v-10,9,-42,-2,-61,4v-6,0,-9,0,-10,-4v2,-8,26,0,23,-13r0,-29xm155,-59v20,4,7,-28,9,-41v-19,10,-39,30,-52,42v15,-2,30,-3,43,-1","w":231},"\u00be":{"d":"122,-186v-1,-23,-38,-35,-63,-24v-6,-1,-4,-3,-1,-7v7,-9,28,-17,25,-28v-20,0,-44,-2,-55,6v-6,-2,-8,-22,6,-21v30,3,70,-4,94,3v-15,8,-37,20,-42,33v35,-3,68,13,68,41v0,48,-121,77,-154,35v13,-11,28,17,54,11v31,1,69,-18,68,-49xm216,-243v4,-2,20,-1,14,4r-141,225v-3,3,-22,3,-13,-4xm209,-44v-19,-6,-64,-7,-82,1v-6,0,-5,-4,-1,-7v36,-26,66,-58,105,-80v8,0,4,8,3,13r0,61v5,8,32,-2,36,2v-1,8,-29,10,-36,13v2,15,-7,38,14,35v6,0,9,1,9,4v-10,9,-42,-2,-61,4v-6,0,-9,0,-10,-4v2,-8,26,0,23,-13r0,-29xm206,-58v7,-7,2,-30,2,-42v-19,10,-39,30,-52,42v19,-2,32,-3,50,0","w":276},"\u00ad":{"d":"6,-39v10,-9,9,-36,30,-36r66,0v18,6,25,-31,35,-13v-9,11,-7,35,-30,35r-64,0v-18,-5,-25,22,-37,14","w":144},"\u00af":{"d":"183,-257r-186,0r0,-15r186,0r0,15"}}});

Cufon.replace('span.welcome, .content-central  h2, .content-central  h3, .content-central a,#menu-redes a');
