var Drupal=Drupal||{'settings':{},'behaviors':{},'themes':{},'locale':{}};Drupal.jsEnabled=document.getElementsByTagName&&document.createElement&&document.createTextNode&&document.documentElement&&document.getElementById;Drupal.attachBehaviors=function(context){context=context||document;if(Drupal.jsEnabled){jQuery.each(Drupal.behaviors,function(){this(context);});}};Drupal.checkPlain=function(str){str=String(str);var replace={'&':'&amp;','"':'&quot;','<':'&lt;','>':'&gt;'};for(var character in replace){var regex=new RegExp(character,'g');str=str.replace(regex,replace[character]);}
return str;};Drupal.t=function(str,args){if(Drupal.locale.strings&&Drupal.locale.strings[str]){str=Drupal.locale.strings[str];}
if(args){for(var key in args){switch(key.charAt(0)){case'@':args[key]=Drupal.checkPlain(args[key]);break;case'!':break;case'%':default:args[key]=Drupal.theme('placeholder',args[key]);break;}
str=str.replace(key,args[key]);}}
return str;};Drupal.formatPlural=function(count,singular,plural,args){var args=args||{};args['@count']=count;var index=Drupal.locale.pluralFormula?Drupal.locale.pluralFormula(args['@count']):((args['@count']==1)?0:1);if(index==0){return Drupal.t(singular,args);}
else if(index==1){return Drupal.t(plural,args);}
else{args['@count['+index+']']=args['@count'];delete args['@count'];return Drupal.t(plural.replace('@count','@count['+index+']'));}};Drupal.theme=function(func){for(var i=1,args=[];i<arguments.length;i++){args.push(arguments[i]);}
return(Drupal.theme[func]||Drupal.theme.prototype[func]).apply(this,args);};Drupal.parseJson=function(data){if((data.substring(0,1)!='{')&&(data.substring(0,1)!='[')){return{status:0,data:data.length?data:Drupal.t('Unspecified error')};}
return eval('('+data+');');};Drupal.freezeHeight=function(){Drupal.unfreezeHeight();var div=document.createElement('div');$(div).css({position:'absolute',top:'0px',left:'0px',width:'1px',height:$('body').css('height')}).attr('id','freeze-height');$('body').append(div);};Drupal.unfreezeHeight=function(){$('#freeze-height').remove();};Drupal.encodeURIComponent=function(item,uri){uri=uri||location.href;item=encodeURIComponent(item).replace(/%2F/g,'/');return(uri.indexOf('?q=')!=-1)?item:item.replace(/%26/g,'%2526').replace(/%23/g,'%2523').replace(/\/\//g,'/%252F');};Drupal.getSelection=function(element){if(typeof(element.selectionStart)!='number'&&document.selection){var range1=document.selection.createRange();var range2=range1.duplicate();range2.moveToElementText(element);range2.setEndPoint('EndToEnd',range1);var start=range2.text.length-range1.text.length;var end=start+range1.text.length;return{'start':start,'end':end};}
return{'start':element.selectionStart,'end':element.selectionEnd};};Drupal.ahahError=function(xmlhttp,uri){if(xmlhttp.status==200){if(jQuery.trim($(xmlhttp.responseText).text())){var message=Drupal.t("An error occurred. \n@uri\n@text",{'@uri':uri,'@text':xmlhttp.responseText});}
else{var message=Drupal.t("An error occurred. \n@uri\n(no information available).",{'@uri':uri,'@text':xmlhttp.responseText});}}
else{var message=Drupal.t("An HTTP error @status occurred. \n@uri",{'@uri':uri,'@status':xmlhttp.status});}
return message;}
if(Drupal.jsEnabled){$(document.documentElement).addClass('js');document.cookie='has_js=1; path=/';$(document).ready(function(){Drupal.attachBehaviors(this);});}
Drupal.theme.prototype={placeholder:function(str){return'<em>'+Drupal.checkPlain(str)+'</em>';}};;;(function($){$.ifixpng=function(customPixel){$.ifixpng.pixel=customPixel;};$.ifixpng.regexp={bg:/^url\(["']?(.*\.png([?].*)?)["']?\)$/i,img:/.*\.png([?].*)?$/i},$.ifixpng.getPixel=function(){return $.ifixpng.pixel||'images/pixel.gif';};var hack={base:$('base').attr('href'),ltie7:$.browser.msie&&$.browser.version<7,filter:function(src){return"progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='"+src+"')";}};$.fn.ifixpng=hack.ltie7?function(){function fixImage(image,source,width,height,hidden){image.css({filter:hack.filter(source),width:width,height:height}).attr({src:$.ifixpng.getPixel()}).positionFix();}
return this.each(function(){var $$=$(this);if($$.is('img')||$$.is('input')){var source,img;if(this.src&&this.src.match($.ifixpng.regexp.img)){source=(hack.base&&this.src.substring(0,1)!='/'&&this.src.indexOf(hack.base)===-1)?hack.base+this.src:this.src;if(!this.width||!this.height){$(new Image()).one('load',function(){fixImage($$,source,this.width,this.height);$(this).remove();}).attr('src',source);}else fixImage($$,source,this.width,this.height);}}else if(this.style){var imageSrc=$$.css('backgroundImage');if(imageSrc&&imageSrc.match($.ifixpng.regexp.bg)&&this.currentStyle.backgroundRepeat=='no-repeat'){imageSrc=RegExp.$1;var x=this.currentStyle.backgroundPositionX||0,y=this.currentStyle.backgroundPositionY||0;if(x||y){var css={},img;if(typeof x!='undefined'){if(x=='left')css.left=0;else if(x=='right')css.right=$$.width()%2===1?-1:0;else css.left=x;}
if(typeof y!='undefined'){if(y=='bottom')css.bottom=$$.height()%2===1?-1:0;else if(y=='top')css.top=0;else css.top=y;}
img=new Image();$(img).one('load',function(){var x,y,expr={},prop;if(/center|%/.test(css.top)){expr.top="(this.parentNode.offsetHeight - this.offsetHeight) * "+(css.top=='center'?0.5:(parseInt(css.top)/100));delete css.top;}
if(/center|%/.test(css.left)){expr.left="(this.parentNode.offsetWidth - this.offsetWidth) * "+(css.left=='center'?0.5:(parseInt(css.left)/100));delete css.left;}
$$.positionFix().css({backgroundImage:'none'}).prepend($('<div></div>').css(css).css({width:this.width,height:this.height,position:'absolute',filter:hack.filter(imageSrc)}));if(expr.top||expr.left){var elem=$$.children(':first')[0];for(prop in expr)elem.style.setExpression(prop,expr[prop],'JavaScript');}
$(this).remove();});img.src=imageSrc;}else{$$.css({backgroundImage:'none',filter:hack.filter(imageSrc)});}}}});}:function(){return this;};$.fn.positionFix=function(){return this.each(function(){var $$=$(this);if($$.css('position')!='absolute')$$.css({position:'relative'});});};})(jQuery);;(function($){Drupal.Panels={};Drupal.Panels.autoAttach=function(){if($.browser.msie){$("div.panel-pane").hover(function(){$('div.panel-hide',this).addClass("panel-hide-hover");return true;},function(){$('div.panel-hide',this).removeClass("panel-hide-hover");return true;});$("div.admin-links").hover(function(){$(this).addClass("admin-links-hover");return true;},function(){$(this).removeClass("admin-links-hover");return true;});}};$(Drupal.Panels.autoAttach);})(jQuery);;(function($){$.fn.hoverIntent=function(f,g){var cfg={sensitivity:7,interval:100,timeout:0};cfg=$.extend(cfg,g?{over:f,out:g}:f);var cX,cY,pX,pY;var track=function(ev){cX=ev.pageX;cY=ev.pageY;};var compare=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);if((Math.abs(pX-cX)+Math.abs(pY-cY))<cfg.sensitivity){$(ob).unbind("mousemove",track);ob.hoverIntent_s=1;return cfg.over.apply(ob,[ev]);}else{pX=cX;pY=cY;ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}};var delay=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);ob.hoverIntent_s=0;return cfg.out.apply(ob,[ev]);};var handleHover=function(e){var p=(e.type=="mouseover"?e.fromElement:e.toElement)||e.relatedTarget;while(p&&p!=this){try{p=p.parentNode;}catch(e){p=this;}}if(p==this){return false;}var ev=jQuery.extend({},e);var ob=this;if(ob.hoverIntent_t){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);}if(e.type=="mouseover"){pX=ev.pageX;pY=ev.pageY;$(ob).bind("mousemove",track);if(ob.hoverIntent_s!=1){ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}}else{$(ob).unbind("mousemove",track);if(ob.hoverIntent_s==1){ob.hoverIntent_t=setTimeout(function(){delay(ev,ob);},cfg.timeout);}}};return this.mouseover(handleHover).mouseout(handleHover);};})(jQuery);;var docHt;var winHt;var nav_timerRunning=false;var nav_timer;var len;var activeChild=false;var defaultSubNav=false;var defaultNavResult;var openedDefaultNav;var defaultNavPadding;var navResultsIsHover=false;var activeSubNav;var bobbling=false;var fading=false;(function($){$.fn.setupToyoNav=function(){$.preloadImages("/sites/all/modules/toyo_nav/active.png","/sites/all/modules/toyo_nav/dormant.png","/sites/all/modules/toyo_nav/personalHover.png","/sites/all/modules/toyo_nav/parentHover.png");$("<div id='toyo-nav-results'></div>").prependTo("body");$("<div id='toyo-nav-spacer'></div>").appendTo("#toyo-nav-results");$("<img id='tnav_hov' height='18' width='12' src='/sites/all/modules/toyo_nav/arrowAlt.gif' />").appendTo("body");$("<img id='tshadow-1' height='721' width='3' src='/sites/all/modules/toyo_nav/shadow_sliver.png' />").appendTo("body");$("<div id='close-drawer'></div>").appendTo("#toyo-nav-results");$("#close-drawer").click(function(){closeNav();});$("#toyo-nav").animate({opacity:0.95},{duration:1});$("body").click(function(e){if(e.pageX>480&&activeSubNav!='null'&&activeSubNav){closeNav();}});$("#toyo-nav .target-blank").each(function(i){$("a",this).attr("target","_blank");});$("#toyo-nav li ul").each(function(i){$(this).children().filter(':last').addClass('last');$.data($(this).get(0),"order",i);});$('#toyo-nav').find('.active-trail').each(function(i){activationRecursion($(this));return false;});$("#toyo-nav ul li ul:has(ul)").each(function(i){$(this).addClass('accordian');$(this).addClass('submenu_b'+i);if($(this).prev()){$.data($(this).prev().get(0),"pre",$(this));}
$(this).parent().addClass('submenu_b'+i);$(this).siblings().addClass('submenu_b'+i);if(!$.data($(this).parent().get(0),"top")){position=$(this).parent().parent().position();$.data($(this).parent().get(0),"top",position.top);if($(this).parent().hasClass('defaultSubNav')){defaultSubNav=$(this).parent();defaultNavResult='#toyo-nav-results .submenu_b'+i;defaultNavPadding=position.top;}
$(this).parent().hoverIntent(function(){activateArrow($(this));activateNavResult('#toyo-nav-results .submenu_b'+i,$(this));},function(){});}
$(this).appendTo("#toyo-nav-results");});$("#toyo-nav ul li ul:not(:has(ul))").each(function(i){$(this).addClass('submenu_a'+i);$(this).siblings().addClass('submenu_a'+i);if(!$.data($(this).parent().get(0),"top")){position=$(this).parent().parent().position();$.data($(this).parent().get(0),"top",position.top);if($(this).parent().hasClass('defaultSubNav')){defaultSubNav=$(this).parent();defaultNavResult='#toyo-nav-results .submenu_a'+i;defaultNavPadding=position.top;}
$(this).parent().hoverIntent(function(){activateArrow($(this));activateNavResult('#toyo-nav-results .submenu_a'+i,$(this));},function(){});}
if($.data($(this).get(0),"pre"))
$(this).insertBefore(($.data($(this).get(0),"pre")));else
$(this).appendTo("#toyo-nav-results");});$("#toyo-nav-results ul.accordian li:has(ul)").each(function(i){$("<div class='results-toggle'><a href='javascript:void(0);'></a></div>").insertAfter($(this).children('a'));$(this).children('a').bind("click",function(event){});$(this).hoverIntent(function(){if(!$(this).children('.results-toggle').children('a').hasClass('toggleOff')){$(this).children('.results-toggle').children('a').addClass('parentHover');}},function(){$(this).children('.results-toggle').children('a').removeClass('parentHover');});$(this).children('.results-toggle').bind("click",function(event){$(this).siblings('ul').slideToggle();if($(this).children('a').hasClass("toggleOff")){$(this).children('a').removeClass('toggleOff');}else{$(this).children('a').removeClass('parentHover');$(this).children('a').removeClass('personalHover');$(this).children('a').addClass('toggleOff');}
$(this).parent().siblings().children('ul:visible').slideToggle();$(this).parent().siblings().children('.results-toggle').children('a').removeClass('toggleOff');});$(this).children('.results-toggle').children('a').hoverIntent(function(){if(!$(this).hasClass('toggleOff')){$(this).addClass('personalHover');}},function(){$(this).removeClass('personalHover');});if($(this).is(':has(".active-trail")')){$(this).children('.results-toggle').click();};});$('#toyo-nav-results').hover(function(e){nav_stopTimer();navResultsIsHover=true;if($('#toyo-nav-results').width()==26&&e.pageY<731){openedDefaultNav=false;$("#toyo-nav-results").animate({opacity:0.8},400,openDefaultSubNav);}},function(){navResultsIsHover=false;if($('#toyo-nav-results').width()==26){if(!openedDefaultNav)
$("#toyo-nav-results").stop();}});docHt=$(document).height();winHt=$(window).height();$(window).resize(function(){setNavHeight();});setNavHeight();$("#tnav_hov").hoverIntent(function(){nav_stopTimer();if($('#toyo-nav-results').width()==26){openDefaultSubNav();}},function(){});if(defaultSubNav){$("<img id='tshadow-3' height='721' width='3' src='/sites/all/modules/toyo_nav/shadow_sliver.png' />").appendTo("body");closeNav();}
$('.special-dealer').empty();$('#special-dealer-contents').appendTo('.special-dealer');$('.special-tire-finder').empty();$('#tire-finder-contents').appendTo('.special-tire-finder');}
function activationRecursion(activeObj){if($(activeObj).is('a')){$(this).parent().addClass('active-trail')
activeChild=$(activeObj).parent();}
else{activeChild=activeObj;}
var currentChild=activeChild;var findTop;for(h=0;h<=8;h++)
{findTop=$(currentChild).parent().parent().parent().attr('id');if(findTop=='toyo-nav'){currentChild.addClass('defaultSubNav');break;}
currentChild=currentChild.parent().parent();currentChild.addClass('active-trail');}}
function setNavHeight(){docHt=$(document).height();winHt=$(window).height();if(docHt>winHt){$("#toyo-nav-results").height(docHt);$("#toyo-nav").height(docHt);}else{$("#toyo-nav-results").height(winHt);$("#toyo-nav").height(winHt);}}
function nav_startTimer(){nav_timer=setTimeout(function(){closeNav();},800);nav_timerRunning=true;}
function nav_stopTimer(){if(nav_timerRunning){clearTimeout(nav_timer);}}
function bobbleComplete(){bobbling=false;}
function bobbleIn(){bobbling=true;if(!$.browser.msie){$("#toyo-nav-results").animate({width:"160px",paddingLeft:"20px",paddingRight:"40px"},100,"linear",bobbleOut);}}
function bobbleOut(){if(!$.browser.msie){$("#toyo-nav-results").animate({opacity:0.9,width:"170px",paddingLeft:"30px",paddingRight:"30px"},250,"swing",bobbleComplete);}}
function doFade(){if(!fading){doFadeOut();}}
function doFadeOut(){fading=true;$('#close-nav').fadeOut(200);$(activeSubNav).fadeOut(200,doFadeIn);}
function doFadeIn(){fading=false;$(activeSubNav).fadeIn(200);$('#close-nav').fadeIn(200);}
function activateNavResult(e,paddingObj){setNavResultPadding(paddingObj);$("#tshadow-3").hide();if(activeSubNav!=e&&activeSubNav){doFade();$('#toyo-nav-results').children('ul').hide();activeSubNav=e;if(!bobbling)
bobbleIn();return;}
activeSubNav=e;if($.browser.msie){$(activeSubNav).show();$('#close-drawer').show();}
else{$(activeSubNav).fadeIn(200);$('#close-drawer').fadeIn(200);}
$("#toyo-nav-results").height($("#toyo-nav").height());$("#toyo-nav-results").animate({width:'170px',paddingLeft:'30px',paddingRight:'30px',opacity:0.9},{duration:200,queue:true});}
var previousAdjust;function activateArrow(obj,secondary){var positionObj=obj.position();var arrowHt=$('#tnav_hov').height();var parentHt;parentHt=obj.height();var adjusted=positionObj.top+((parentHt-arrowHt)/2);if(previousAdjust!=adjusted){deactivateArrow();}
previousAdjust=adjusted;$('#tnav_hov').css({'top':adjusted});if(secondary){$('#tnav_hov').css({'left':'239px'});}
else{$('#tnav_hov').css({'left':'196px'});}
if($.browser.msie){$('#tnav_hov').show();}
else{$('#tnav_hov').fadeIn(400);}}
function deactivateArrow(){$('#tnav_hov').hide();}
function closeNav(){nav_timerRunning=false;deactivateArrow();$('#close-drawer').hide();$('#toyo-nav-results').children('ul:visible').hide();activeSubNav=null;if(!defaultSubNav){$("#toyo-nav-results").animate({width:'1px',paddingLeft:'0px',paddingRight:'60px',opacity:0},{duration:200,queue:true});$("#toyo-nav-results").fadeOut(200);}else{$("#toyo-nav-results").animate({width:'26px',paddingLeft:'0px',paddingRight:'0px',opacity:0.3},200,showExtraShadow);activateArrow(defaultSubNav,true);}}
function showExtraShadow(){$("#tshadow-3").show();}
function openDefaultSubNav(){openedDefaultNav=true;activateNavResult(defaultNavResult);activateArrow(defaultSubNav,false);}
function setNavResultPadding(e){if(e)
var top=$.data(e.get(0),"top");else
var top=defaultNavPadding;$("#toyo-nav-spacer").height(top);var calc=top-30;$('#close-drawer').css({'top':calc});}
$.preloadImages=function()
{for(var i=0;i<arguments.length;i++)
{$("<img>").attr("src",arguments[i]);}}})(jQuery);;
/*
 * Copyright (c) 2010 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version ${Version}
 */
var Cufon=(function(){var api=function(){return api.replace.apply(null,arguments);};var DOM=api.DOM={ready:(function(){var complete=false,readyStatus={loaded:1,complete:1};var queue=[],perform=function(){if(complete)return;complete=true;for(var fn;fn=queue.shift();fn());};if(document.addEventListener){document.addEventListener('DOMContentLoaded',perform,false);window.addEventListener('pageshow',perform,false);}
if(!window.opera&&document.readyState)(function(){readyStatus[document.readyState]?perform():setTimeout(arguments.callee,10);})();if(document.readyState&&document.createStyleSheet)(function(){try{document.body.doScroll('left');perform();}
catch(e){setTimeout(arguments.callee,1);}})();addEvent(window,'load',perform);return function(listener){if(!arguments.length)perform();else complete?listener():queue.push(listener);};})(),root:function(){return document.documentElement||document.body;}};var CSS=api.CSS={Size:function(value,base){this.value=parseFloat(value);this.unit=String(value).match(/[a-z%]*$/)[0]||'px';this.convert=function(value){return value/base*this.value;};this.convertFrom=function(value){return value/this.value*base;};this.toString=function(){return this.value+this.unit;};},addClass:function(el,className){var current=el.className;el.className=current+(current&&' ')+className;return el;},color:cached(function(value){var parsed={};parsed.color=value.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function($0,$1,$2){parsed.opacity=parseFloat($2);return'rgb('+$1+')';});return parsed;}),fontStretch:cached(function(value){if(typeof value=='number')return value;if(/%$/.test(value))return parseFloat(value)/100;return{'ultra-condensed':0.5,'extra-condensed':0.625,condensed:0.75,'semi-condensed':0.875,'semi-expanded':1.125,expanded:1.25,'extra-expanded':1.5,'ultra-expanded':2}[value]||1;}),getStyle:function(el){var view=document.defaultView;if(view&&view.getComputedStyle)return new Style(view.getComputedStyle(el,null));if(el.currentStyle)return new Style(el.currentStyle);return new Style(el.style);},gradient:cached(function(value){var gradient={id:value,type:value.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},colors=value.substr(value.indexOf('(')).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var i=0,l=colors.length,stop;i<l;++i){stop=colors[i].split('=',2).reverse();gradient.stops.push([stop[1]||i/(l-1),stop[0]]);}
return gradient;}),quotedList:cached(function(value){var list=[],re=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,match;while(match=re.exec(value))list.push(match[3]||match[1]);return list;}),recognizesMedia:cached(function(media){var el=document.createElement('style'),sheet,container,supported;el.type='text/css';el.media=media;try{el.appendChild(document.createTextNode('/**/'));}catch(e){}
container=elementsByTagName('head')[0];container.insertBefore(el,container.firstChild);sheet=(el.sheet||el.styleSheet);supported=sheet&&!sheet.disabled;container.removeChild(el);return supported;}),removeClass:function(el,className){var re=RegExp('(?:^|\\s+)'+className+'(?=\\s|$)','g');el.className=el.className.replace(re,'');return el;},supports:function(property,value){var checker=document.createElement('span').style;if(checker[property]===undefined)return false;checker[property]=value;return checker[property]===value;},textAlign:function(word,style,position,wordCount){if(style.get('textAlign')=='right'){if(position>0)word=' '+word;}
else if(position<wordCount-1)word+=' ';return word;},textShadow:cached(function(value){if(value=='none')return null;var shadows=[],currentShadow={},result,offCount=0;var re=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(result=re.exec(value)){if(result[0]==','){shadows.push(currentShadow);currentShadow={};offCount=0;}
else if(result[1]){currentShadow.color=result[1];}
else{currentShadow[['offX','offY','blur'][offCount++]]=result[2];}}
shadows.push(currentShadow);return shadows;}),textTransform:(function(){var map={uppercase:function(s){return s.toUpperCase();},lowercase:function(s){return s.toLowerCase();},capitalize:function(s){return s.replace(/\b./g,function($0){return $0.toUpperCase();});}};return function(text,style){var transform=map[style.get('textTransform')];return transform?transform(text):text;};})(),whiteSpace:(function(){var ignore={inline:1,'inline-block':1,'run-in':1};var wsStart=/^\s+/,wsEnd=/\s+$/;return function(text,style,node,previousElement,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');function isContainerReady(el){return el.disabled||isSheetReady(el.sheet,el.media||'screen');}
function isSheetReady(sheet,media){if(!CSS.recognizesMedia(media||'all'))return true;if(!sheet||sheet.disabled)return false;try{var rules=sheet.cssRules,rule;if(rules){search:for(var i=0,l=rules.length;rule=rules[i],i<l;++i){switch(rule.type){case 2:break;case 3:if(!isSheetReady(rule.styleSheet,rule.media.mediaText))return false;break;default:break search;}}}}
catch(e){}
return true;}
function allStylesLoaded(){if(document.createStyleSheet)return true;var el,i;for(i=0;el=links[i];++i){if(el.rel.toLowerCase()=='stylesheet'&&!isContainerReady(el))return false;}
for(i=0;el=styles[i];++i){if(!isContainerReady(el))return false;}
return true;}
DOM.ready(function(){if(!hasLayout)hasLayout=CSS.getStyle(document.body).isUsable();if(complete||(hasLayout&&allStylesLoaded()))perform();else setTimeout(arguments.callee,10);});return function(listener){if(complete)listener();else queue.push(listener);};})();function Font(data){var face=this.face=data.face,wordSeparators={'\u0020':1,'\u00a0':1,'\u3000':1};this.glyphs=data.glyphs;this.w=data.w;this.baseSize=parseInt(face['units-per-em'],10);this.family=face['font-family'].toLowerCase();this.weight=face['font-weight'];this.style=face['font-style']||'normal';this.viewBox=(function(){var parts=face.bbox.split(/\s+/);var box={minX:parseInt(parts[0],10),minY:parseInt(parts[1],10),maxX:parseInt(parts[2],10),maxY:parseInt(parts[3],10)};box.width=box.maxX-box.minX;box.height=box.maxY-box.minY;box.toString=function(){return[this.minX,this.minY,this.width,this.height].join(' ');};return box;})();this.ascent=-parseInt(face.ascent,10);this.descent=-parseInt(face.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(chars,letterSpacing,wordSpacing){var glyphs=this.glyphs,glyph,kerning,k,jumps=[],width=0,w,i=-1,j=-1,chr;while(chr=chars[++i]){glyph=glyphs[chr]||this.missingGlyph;if(!glyph)continue;if(kerning){width-=k=kerning[chr]||0;jumps[j]-=k;}
w=glyph.w;if(isNaN(w))w=+this.w;if(w>0){w+=letterSpacing;if(wordSeparators[chr])w+=wordSpacing;}
width+=jumps[++j]=~~w;kerning=glyph.k;}
jumps.total=width;return jumps;};}
function FontFamily(){var styles={},mapping={oblique:'italic',italic:'oblique'};this.add=function(font){(styles[font.style]||(styles[font.style]={}))[font.weight]=font;};this.get=function(style,weight){var weights=styles[style]||styles[mapping[style]]||styles.normal||styles.italic||styles.oblique;if(!weights)return null;weight={normal:400,bold:700}[weight]||parseInt(weight,10);if(weights[weight])return weights[weight];var up={1:1,99:0}[weight%100],alts=[],min,max;if(up===undefined)up=weight>400;if(weight==500)weight=400;for(var alt in weights){if(!hasOwnProperty(weights,alt))continue;alt=parseInt(alt,10);if(!min||alt<min)min=alt;if(!max||alt>max)max=alt;alts.push(alt);}
if(weight<min)weight=min;if(weight>max)weight=max;alts.sort(function(a,b){return(up?(a>=weight&&b>=weight)?a<b:a>b:(a<=weight&&b<=weight)?a>b:a<b)?-1:1;});return weights[alts[0]];};}
function HoverHandler(){function contains(node,anotherNode){try{if(node.contains)return node.contains(anotherNode);return node.compareDocumentPosition(anotherNode)&16;}
catch(e){}
return false;}
function onOverOut(e){var related=e.relatedTarget;if(related&&contains(this,related))return;trigger(this,e.type=='mouseover');}
function onEnterLeave(e){trigger(this,e.type=='mouseenter');}
function trigger(el,hoverState){setTimeout(function(){var options=sharedStorage.get(el).options;api.replace(el,hoverState?merge(options,options.hover):options,true);},10);}
this.attach=function(el){if(el.onmouseenter===undefined){addEvent(el,'mouseover',onOverOut);addEvent(el,'mouseout',onOverOut);}
else{addEvent(el,'mouseenter',onEnterLeave);addEvent(el,'mouseleave',onEnterLeave);}};}
function ReplaceHistory(){var list=[],map={};function filter(keys){var values=[],key;for(var i=0;key=keys[i];++i)values[i]=list[map[key]];return values;}
this.add=function(key,args){map[key]=list.push(args)-1;};this.repeat=function(){var snapshot=arguments.length?filter(arguments):list,args;for(var i=0;args=snapshot[i++];)api.replace(args[0],args[1],true);};}
function Storage(){var map={},at=0;function identify(el){return el.cufid||(el.cufid=++at);}
this.get=function(el){var id=identify(el);return map[id]||(map[id]={});};}
function Style(style){var custom={},sizes={};this.extend=function(styles){for(var property in styles){if(hasOwnProperty(styles,property))custom[property]=styles[property];}
return this;};this.get=function(property){return custom[property]!=undefined?custom[property]:style[property];};this.getSize=function(property,base){return sizes[property]||(sizes[property]=new CSS.Size(this.get(property),base));};this.isUsable=function(){return!!style;};}
function addEvent(el,type,listener){if(el.addEventListener){el.addEventListener(type,listener,false);}
else if(el.attachEvent){el.attachEvent('on'+type,function(){return listener.call(el,window.event);});}}
function attach(el,options){var storage=sharedStorage.get(el);if(storage.options)return el;if(options.hover&&options.hoverables[el.nodeName.toLowerCase()]){hoverHandler.attach(el);}
storage.options=options;return el;}
function cached(fun){var cache={};return function(key){if(!hasOwnProperty(cache,key))cache[key]=fun.apply(null,arguments);return cache[key];};}
function getFont(el,style){var families=CSS.quotedList(style.get('fontFamily').toLowerCase()),family;for(var i=0;family=families[i];++i){if(fonts[family])return fonts[family].get(style.get('fontStyle'),style.get('fontWeight'));}
return null;}
function elementsByTagName(query){return document.getElementsByTagName(query);}
function hasOwnProperty(obj,property){return obj.hasOwnProperty(property);}
function merge(){var merged={},arg,key;for(var i=0,l=arguments.length;arg=arguments[i],i<l;++i){for(key in arg){if(hasOwnProperty(arg,key))merged[key]=arg[key];}}
return merged;}
function process(font,text,style,options,node,el){var fragment=document.createDocumentFragment(),processed;if(text==='')return fragment;var separate=options.separate;var parts=text.split(separators[separate]),needsAligning=(separate=='words');if(needsAligning&&HAS_BROKEN_REGEXP){if(/^\s/.test(text))parts.unshift('');if(/\s$/.test(text))parts.push('');}
for(var i=0,l=parts.length;i<l;++i){processed=engines[options.engine](font,needsAligning?CSS.textAlign(parts[i],style,i,l):parts[i],style,options,node,el,i<l-1);if(processed)fragment.appendChild(processed);}
return fragment;}
function replaceElement(el,options){var name=el.nodeName.toLowerCase();if(options.ignore[name])return;var replace=!options.textless[name],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;if(!font)return;for(node=el.firstChild;node;node=next){type=node.nodeType;next=node.nextSibling;if(replace&&type==3){if(anchor){anchor.appendData(node.data);el.removeChild(node);}
else anchor=node;if(next)continue;}
if(anchor){el.replaceChild(process(font,CSS.whiteSpace(anchor.data,style,anchor,lastElement,simple),style,options,node,el),anchor);anchor=null;}
if(type==1){if(node.firstChild){if(node.nodeName.toLowerCase()=='cufon'){engines[options.engine](font,null,style,options,node,el);}
else arguments.callee(node,options);}
lastElement=node;}}}
var HAS_BROKEN_REGEXP=' '.split(/\s+/).length==0;var sharedStorage=new Storage();var hoverHandler=new HoverHandler();var replaceHistory=new ReplaceHistory();var initialized=false;var engines={},fonts={},defaultOptions={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,noscript:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(query){return jQuery(query);})||(window.dojo&&dojo.query)||(window.glow&&glow.dom&&glow.dom.get)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(query){return $$(query);})||(window.$&&function(query){return $(query);})||(document.querySelectorAll&&function(query){return document.querySelectorAll(query);})||elementsByTagName),separate:'words',textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:'none',trim:'simple'};var separators={words:/\s/.test('\u00a0')?/[^\S\u00a0]+/:/\s+/,characters:'',none:/^/};api.now=function(){DOM.ready();return api;};api.refresh=function(){replaceHistory.repeat.apply(replaceHistory,arguments);return api;};api.registerEngine=function(id,engine){if(!engine)return api;engines[id]=engine;return api.set('engine',id);};api.registerFont=function(data){if(!data)return api;var font=new Font(data),family=font.family;if(!fonts[family])fonts[family]=new FontFamily();fonts[family].add(font);return api.set('fontFamily','"'+family+'"');};api.replace=function(elements,options,ignoreHistory){options=merge(defaultOptions,options);if(!options.engine)return api;if(!initialized){CSS.addClass(DOM.root(),'cufon-active cufon-loading');CSS.ready(function(){CSS.addClass(CSS.removeClass(DOM.root(),'cufon-loading'),'cufon-ready');});initialized=true;}
if(options.hover)options.forceHitArea=true;if(options.autoDetect)delete options.fontFamily;if(typeof options.textShadow=='string'){options.textShadow=CSS.textShadow(options.textShadow);}
if(typeof options.color=='string'&&/^-/.test(options.color)){options.textGradient=CSS.gradient(options.color);}
else delete options.textGradient;if(!ignoreHistory)replaceHistory.add(elements,arguments);if(elements.nodeType||typeof elements=='string')elements=[elements];CSS.ready(function(){for(var i=0,l=elements.length;i<l;++i){var el=elements[i];if(typeof el=='string')api.replace(options.selector(el),options,true);else replaceElement(el,options);}});return api;};api.set=function(option,value){defaultOptions[option]=value;return api;};return api;})();Cufon.registerEngine('canvas',(function(){var check=document.createElement('canvas');if(!check||!check.getContext||!check.getContext.apply)return;check=null;var HAS_INLINE_BLOCK=Cufon.CSS.supports('display','inline-block');var HAS_BROKEN_LINEHEIGHT=!HAS_INLINE_BLOCK&&(document.compatMode=='BackCompat'||/frameset|transitional/i.test(document.doctype.publicId));var styleSheet=document.createElement('style');styleSheet.type='text/css';styleSheet.appendChild(document.createTextNode(('cufon{text-indent:0;}'+'@media screen,projection{'+'cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;'+
(HAS_BROKEN_LINEHEIGHT?'':'font-size:1px;line-height:1px;')+'}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;text-indent:-10000in;}'+
(HAS_INLINE_BLOCK?'cufon canvas{position:relative;}':'cufon canvas{position:absolute;}')+'}'+'@media print{'+'cufon{padding:0;}'+'cufon canvas{display:none;}'+'}').replace(/;/g,'!important;')));document.getElementsByTagName('head')[0].appendChild(styleSheet);function generateFromVML(path,context){var atX=0,atY=0;var code=[],re=/([mrvxe])([^a-z]*)/g,match;generate:for(var i=0;match=re.exec(path);++i){var c=match[2].split(',');switch(match[1]){case'v':code[i]={m:'bezierCurveTo',a:[atX+~~c[0],atY+~~c[1],atX+~~c[2],atY+~~c[3],atX+=~~c[4],atY+=~~c[5]]};break;case'r':code[i]={m:'lineTo',a:[atX+=~~c[0],atY+=~~c[1]]};break;case'm':code[i]={m:'moveTo',a:[atX=~~c[0],atY=~~c[1]]};break;case'x':code[i]={m:'closePath'};break;case'e':break generate;}
context[code[i].m].apply(context,code[i].a);}
return code;}
function interpret(code,context){for(var i=0,l=code.length;i<l;++i){var line=code[i];context[line.m].apply(context,line.a);}}
return function(font,text,style,options,node,el){var redraw=(text===null);if(redraw)text=node.getAttribute('alt');var viewBox=font.viewBox;var size=style.getSize('fontSize',font.baseSize);var expandTop=0,expandRight=0,expandBottom=0,expandLeft=0;var shadows=options.textShadow,shadowOffsets=[];if(shadows){for(var i=shadows.length;i--;){var shadow=shadows[i];var x=size.convertFrom(parseFloat(shadow.offX));var y=size.convertFrom(parseFloat(shadow.offY));shadowOffsets[i]=[x,y];if(y<expandTop)expandTop=y;if(x>expandRight)expandRight=x;if(y>expandBottom)expandBottom=y;if(x<expandLeft)expandLeft=x;}}
var chars=Cufon.CSS.textTransform(text,style).split('');var jumps=font.spacing(chars,~~size.convertFrom(parseFloat(style.get('letterSpacing'))||0),~~size.convertFrom(parseFloat(style.get('wordSpacing'))||0));if(!jumps.length)return null;var width=jumps.total;expandRight+=viewBox.width-jumps[jumps.length-1];expandLeft+=viewBox.minX;var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('cufon');wrapper.className='cufon cufon-canvas';wrapper.setAttribute('alt',text);canvas=document.createElement('canvas');wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('cufontext');print.appendChild(document.createTextNode(text));wrapper.appendChild(print);}}
var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height);var roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;var stretchFactor=roundingFactor*Cufon.CSS.fontStretch(style.get('fontStretch'));var stretchedWidth=width*stretchFactor;var canvasWidth=Math.ceil(size.convert(stretchedWidth+expandRight-expandLeft));var canvasHeight=Math.ceil(size.convert(viewBox.height-expandTop+expandBottom));canvas.width=canvasWidth;canvas.height=canvasHeight;cStyle.width=canvasWidth+'px';cStyle.height=canvasHeight+'px';expandTop+=viewBox.minY;cStyle.top=Math.round(size.convert(expandTop-font.ascent))+'px';cStyle.left=Math.round(size.convert(expandLeft))+'px';var wrapperWidth=Math.max(Math.ceil(size.convert(stretchedWidth)),0)+'px';if(HAS_INLINE_BLOCK){wStyle.width=wrapperWidth;wStyle.height=size.convert(font.height)+'px';}
else{wStyle.paddingLeft=wrapperWidth;wStyle.paddingBottom=(size.convert(font.height)-1)+'px';}
var g=canvas.getContext('2d'),scale=height/viewBox.height;g.scale(scale,scale*roundingFactor);g.translate(-expandLeft,-expandTop);g.save();function renderText(){var glyphs=font.glyphs,glyph,i=-1,j=-1,chr;g.scale(stretchFactor,1);while(chr=chars[++i]){var glyph=glyphs[chars[i]]||font.missingGlyph;if(!glyph)continue;if(glyph.d){g.beginPath();if(glyph.code)interpret(glyph.code,g);else glyph.code=generateFromVML('m'+glyph.d,g);g.fill();}
g.translate(jumps[++j],0);}
g.restore();}
if(shadows){for(var i=shadows.length;i--;){var shadow=shadows[i];g.save();g.fillStyle=shadow.color;g.translate.apply(g,shadowOffsets[i]);renderText();}}
var gradient=options.textGradient;if(gradient){var stops=gradient.stops,fill=g.createLinearGradient(0,viewBox.minY,0,viewBox.maxY);for(var i=0,l=stops.length;i<l;++i){fill.addColorStop.apply(fill,stops[i]);}
g.fillStyle=fill;}
else g.fillStyle=style.get('color');renderText();return wrapper;};})());Cufon.registerEngine('vml',(function(){var ns=document.namespaces;if(!ns)return;ns.add('cvml','urn:schemas-microsoft-com:vml');ns=null;var check=document.createElement('cvml:shape');check.style.behavior='url(#default#VML)';if(!check.coordsize)return;check=null;var HAS_BROKEN_LINEHEIGHT=(document.documentMode||0)<8;document.write(('<style type="text/css">'+'cufoncanvas{text-indent:0;}'+'@media screen{'+'cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}'+'cufoncanvas{position:absolute;text-align:left;}'+'cufon{display:inline-block;position:relative;vertical-align:'+
(HAS_BROKEN_LINEHEIGHT?'middle':'text-bottom')+';}'+'cufon cufontext{position:absolute;left:-10000in;font-size:1px;}'+'a cufon{cursor:pointer}'+'}'+'@media print{'+'cufon cufoncanvas{display:none;}'+'}'+'</style>').replace(/;/g,'!important;'));function getFontSizeInPixels(el,value){return getSizeInPixels(el,/(?:em|ex|%)$|^[a-z-]+$/i.test(value)?'1em':value);}
function getSizeInPixels(el,value){if(!isNaN(value)||/px$/i.test(value))return parseFloat(value);var style=el.style.left,runtimeStyle=el.runtimeStyle.left;el.runtimeStyle.left=el.currentStyle.left;el.style.left=value.replace('%','em');var result=el.style.pixelLeft;el.style.left=style;el.runtimeStyle.left=runtimeStyle;return result;}
function getSpacingValue(el,style,size,property){var key='computed'+property,value=style[key];if(isNaN(value)){value=style.get(property);style[key]=value=(value=='normal')?0:~~size.convertFrom(getSizeInPixels(el,value));}
return value;}
var fills={};function gradientFill(gradient){var id=gradient.id;if(!fills[id]){var stops=gradient.stops,fill=document.createElement('cvml:fill'),colors=[];fill.type='gradient';fill.angle=180;fill.focus='0';fill.method='none';fill.color=stops[0][1];for(var j=1,k=stops.length-1;j<k;++j){colors.push(stops[j][0]*100+'% '+stops[j][1]);}
fill.colors=colors.join(',');fill.color2=stops[k][1];fills[id]=fill;}
return fills[id];}
return function(font,text,style,options,node,el,hasNext){var redraw=(text===null);if(redraw)text=node.alt;var viewBox=font.viewBox;var size=style.computedFontSize||(style.computedFontSize=new Cufon.CSS.Size(getFontSizeInPixels(el,style.get('fontSize'))+'px',font.baseSize));var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('cufon');wrapper.className='cufon cufon-vml';wrapper.alt=text;canvas=document.createElement('cufoncanvas');wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('cufontext');print.appendChild(document.createTextNode(text));wrapper.appendChild(print);}
if(!hasNext)wrapper.appendChild(document.createElement('cvml:shape'));}
var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height),roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;var stretchFactor=roundingFactor*Cufon.CSS.fontStretch(style.get('fontStretch'));var minX=viewBox.minX,minY=viewBox.minY;cStyle.height=roundedHeight;cStyle.top=Math.round(size.convert(minY-font.ascent));cStyle.left=Math.round(size.convert(minX));wStyle.height=size.convert(font.height)+'px';var color=style.get('color');var chars=Cufon.CSS.textTransform(text,style).split('');var jumps=font.spacing(chars,getSpacingValue(el,style,size,'letterSpacing'),getSpacingValue(el,style,size,'wordSpacing'));if(!jumps.length)return null;var width=jumps.total;var fullWidth=-minX+width+(viewBox.width-jumps[jumps.length-1]);var shapeWidth=size.convert(fullWidth*stretchFactor),roundedShapeWidth=Math.round(shapeWidth);var coordSize=fullWidth+','+viewBox.height,coordOrigin;var stretch='r'+coordSize+'ns';var fill=options.textGradient&&gradientFill(options.textGradient);var glyphs=font.glyphs,offsetX=0;var shadows=options.textShadow;var i=-1,j=0,chr;while(chr=chars[++i]){var glyph=glyphs[chars[i]]||font.missingGlyph,shape;if(!glyph)continue;if(redraw){shape=canvas.childNodes[j];while(shape.firstChild)shape.removeChild(shape.firstChild);}
else{shape=document.createElement('cvml:shape');canvas.appendChild(shape);}
shape.stroked='f';shape.coordsize=coordSize;shape.coordorigin=coordOrigin=(minX-offsetX)+','+minY;shape.path=(glyph.d?'m'+glyph.d+'xe':'')+'m'+coordOrigin+stretch;shape.fillcolor=color;if(fill)shape.appendChild(fill.cloneNode(false));var sStyle=shape.style;sStyle.width=roundedShapeWidth;sStyle.height=roundedHeight;if(shadows){var shadow1=shadows[0],shadow2=shadows[1];var color1=Cufon.CSS.color(shadow1.color),color2;var shadow=document.createElement('cvml:shadow');shadow.on='t';shadow.color=color1.color;shadow.offset=shadow1.offX+','+shadow1.offY;if(shadow2){color2=Cufon.CSS.color(shadow2.color);shadow.type='double';shadow.color2=color2.color;shadow.offset2=shadow2.offX+','+shadow2.offY;}
shadow.opacity=color1.opacity||(color2&&color2.opacity)||1;shape.appendChild(shadow);}
offsetX+=jumps[j++];}
var cover=shape.nextSibling,coverFill,vStyle;if(options.forceHitArea){if(!cover){cover=document.createElement('cvml:rect');cover.stroked='f';cover.className='cufon-vml-cover';coverFill=document.createElement('cvml:fill');coverFill.opacity=0;cover.appendChild(coverFill);canvas.appendChild(cover);}
vStyle=cover.style;vStyle.width=roundedShapeWidth;vStyle.height=roundedHeight;}
else if(cover)canvas.removeChild(cover);wStyle.width=Math.max(Math.ceil(size.convert(width*stretchFactor)),0);if(HAS_BROKEN_LINEHEIGHT){var yAdjust=style.computedYAdjust;if(yAdjust===undefined){var lineHeight=style.get('lineHeight');if(lineHeight=='normal')lineHeight='1em';else if(!isNaN(lineHeight))lineHeight+='em';style.computedYAdjust=yAdjust=0.5*(getSizeInPixels(el,lineHeight)-parseFloat(wStyle.height));}
if(yAdjust){wStyle.marginTop=Math.ceil(yAdjust)+'px';wStyle.marginBottom=yAdjust+'px';}}
return wrapper;};})());;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 2008 The Monotype Corporation. All Rights Reserved.
 * 
 * Trademark:
 * Arial is a trademark of The Monotype Corporation in the United States and/or
 * other countries.
 * 
 * Manufacturer:
 * The Monotype Corporation
 * 
 * Designer:
 * Monotype Type Drawing Office - Robin Nicholas, Patricia Saunders 1982
 */
Cufon.registerFont({"w":200,"face":{"font-family":"Arial","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 7 4 2 2 2 2 2 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-38 -325 361 76.4912","underline-thickness":"37.793","underline-position":"-19.3359","unicode-range":"U+0020-U+03FF"},"glyphs":{" ":{"w":100,"k":{"\u03ab":7,"\u03a5":7,"\u039b":13,"\u0394":13,"\u0391":13,"\u0386":13,"Y":7,"A":13}},"\u00a0":{"w":100},"!":{"d":"45,-66v-5,-63,-15,-121,-13,-192r54,0v2,71,-7,129,-13,192r-28,0xm34,0r0,-49r50,0r0,49r-50,0","w":119},"\"":{"d":"29,-166v-6,-28,-11,-56,-9,-92r53,0v2,35,-2,64,-8,92r-36,0xm108,-166v-6,-28,-11,-56,-9,-92r54,0v2,35,-2,64,-8,92r-37,0","w":170},"#":{"d":"27,-64r-24,0r0,-39r32,0r10,-52r-42,0r0,-39r50,0r14,-68r40,0r-14,68r38,0r14,-68r41,0r-14,68r24,0r0,39r-32,0r-11,52r43,0r0,39r-51,0r-14,68r-39,0r14,-68r-39,0r-14,68r-40,0xm85,-155r-10,52r39,0r10,-52r-39,0"},"$":{"d":"184,-77v1,44,-31,76,-73,80r0,33r-25,0r0,-32v-42,-5,-67,-34,-74,-76r46,-5v4,17,15,33,28,39r0,-74v-40,-12,-67,-33,-67,-78v0,-39,30,-68,67,-71r0,-17r25,0r0,17v38,5,60,25,66,61r-44,6v-3,-14,-11,-23,-22,-28r0,69v48,14,72,26,73,76xm86,-223v-29,6,-30,54,0,61r0,-61xm111,-36v24,-2,40,-34,23,-55v-5,-6,-12,-10,-23,-13r0,68"},"%":{"d":"73,-126v-39,0,-57,-25,-57,-68v0,-42,18,-68,56,-68v39,0,57,25,57,68v0,42,-18,68,-56,68xm72,-234v-17,1,-18,16,-18,40v0,24,2,36,18,40v26,0,26,-82,0,-80xm110,10r-37,0r137,-272r36,0xm247,10v-40,0,-58,-26,-58,-68v0,-42,18,-68,57,-68v39,0,57,25,57,68v0,42,-17,68,-56,68xm246,-98v-17,2,-18,16,-18,40v0,24,1,37,18,40v17,-2,18,-16,18,-40v0,-24,-1,-37,-18,-40","w":320},"&":{"d":"214,-61v8,8,31,25,40,30r-30,38v-15,-7,-29,-17,-42,-30v-44,49,-172,32,-166,-48v2,-41,27,-62,59,-79v-15,-16,-27,-32,-27,-56v0,-35,31,-56,72,-56v40,0,71,23,71,59v0,33,-18,41,-47,61r36,47v4,-8,8,-17,11,-29r45,10v-7,26,-11,37,-22,53xm121,-227v-41,2,-19,42,-1,55v10,-8,28,-20,28,-32v0,-14,-12,-24,-27,-23xm100,-118v-39,12,-49,83,5,82v21,-1,32,-9,46,-20","w":259},"'":{"d":"25,-166v-6,-28,-11,-56,-9,-92r54,0v2,35,-2,64,-8,92r-37,0","w":85},"(":{"d":"108,-262v-55,100,-54,241,0,338r-34,0v-31,-46,-53,-103,-55,-169v-1,-69,26,-126,56,-169r33,0","w":119},")":{"d":"101,-96v-1,69,-23,124,-55,172r-34,0v54,-95,55,-240,0,-338r33,0v31,44,56,98,56,166","w":119},"*":{"d":"43,-139r-26,-21r33,-34r-45,-11r10,-31v15,6,29,13,41,21v-3,-19,-4,-35,-4,-47r31,0v0,9,-1,24,-4,47r44,-19r9,32v-13,3,-28,5,-45,8r31,36r-27,18r-23,-40v-7,13,-16,27,-25,41","w":140},"+":{"d":"82,-37r0,-67r-67,0r0,-46r67,0r0,-67r45,0r0,67r68,0r0,46r-68,0r0,67r-45,0","w":210},",":{"d":"25,-49r49,0v2,53,-1,95,-44,106r-9,-20v19,-5,27,-15,28,-37r-24,0r0,-49","w":100},"-":{"d":"20,-69r0,-49r97,0r0,49r-97,0","w":119},"\u00ad":{"d":"20,-69r0,-49r97,0r0,49r-97,0","w":119},".":{"d":"26,0r0,-49r49,0r0,49r-49,0","w":100},"\/":{"d":"-1,4r64,-266r37,0r-64,266r-37,0","w":100},"0":{"d":"15,-128v0,-79,18,-131,84,-131v66,0,83,54,83,132v0,78,-17,131,-83,131v-65,0,-84,-50,-84,-132xm99,-37v48,0,32,-111,27,-152v-2,-18,-10,-28,-27,-29v-35,7,-32,41,-32,91v0,52,-4,83,32,90"},"1":{"d":"28,-194v27,-9,65,-37,74,-65r40,0r0,259r-50,0r0,-186v-18,17,-40,29,-64,37r0,-45","k":{"1":20}},"2":{"d":"182,-187v1,71,-71,97,-98,141r98,0r0,46r-173,0v3,-65,81,-112,113,-153v20,-24,12,-67,-23,-65v-23,2,-33,15,-35,40r-49,-4v5,-51,34,-76,85,-77v46,-1,82,29,82,72"},"3":{"d":"136,-139v91,25,42,143,-38,143v-46,0,-81,-29,-84,-72r47,-6v3,21,16,37,37,37v22,1,36,-18,36,-42v0,-32,-25,-50,-57,-37r5,-40v45,8,58,-61,13,-62v-18,1,-31,15,-32,34r-46,-7v8,-43,32,-65,80,-68v69,-4,108,91,39,120"},"4":{"d":"112,0r0,-52r-105,0r0,-43r111,-164r42,0r0,164r32,0r0,43r-32,0r0,52r-48,0xm112,-95r0,-88r-59,88r59,0"},"5":{"d":"189,-86v0,103,-162,125,-173,20r49,-5v2,19,18,36,37,36v24,0,37,-22,37,-51v0,-49,-52,-62,-77,-28r-40,-6r25,-134r131,0r0,46r-93,0r-8,44v58,-28,112,19,112,78"},"6":{"d":"15,-125v0,-82,27,-134,95,-134v42,0,66,26,73,64r-48,6v0,-32,-39,-38,-55,-15v-7,9,-12,28,-14,58v44,-51,121,-3,121,63v0,50,-33,89,-82,87v-63,-2,-90,-51,-90,-129xm105,-131v-21,0,-34,18,-34,44v0,27,14,50,36,50v23,0,32,-18,32,-45v0,-29,-11,-49,-34,-49"},"7":{"d":"50,0v2,-81,37,-158,78,-208r-113,0r0,-46r169,0r0,36v-43,45,-85,132,-86,218r-48,0"},"8":{"d":"15,-74v0,-32,17,-55,43,-65v-22,-9,-37,-26,-37,-53v0,-41,31,-67,77,-67v76,0,106,96,42,120v26,10,43,31,44,63v0,48,-35,81,-83,81v-48,0,-87,-32,-86,-79xm99,-220v-17,0,-31,13,-31,31v0,19,12,31,30,31v18,0,31,-12,31,-31v0,-18,-13,-31,-30,-31xm99,-118v-22,0,-36,19,-36,40v-1,24,16,43,37,43v22,0,35,-18,35,-43v0,-23,-15,-40,-36,-40"},"9":{"d":"184,-129v0,81,-28,134,-95,134v-43,0,-66,-26,-73,-65r48,-5v0,31,40,38,55,15v7,-9,12,-29,14,-59v-44,51,-122,5,-122,-63v0,-49,35,-89,83,-87v63,3,90,52,90,130xm94,-123v21,0,34,-20,34,-45v0,-27,-13,-50,-36,-50v-22,0,-32,18,-32,46v0,29,11,49,34,49"},":":{"d":"35,-137r0,-50r50,0r0,50r-50,0xm35,0r0,-49r50,0r0,49r-50,0","w":119},";":{"d":"34,-137r0,-50r49,0r0,50r-49,0xm34,-49r49,0v2,52,1,96,-43,106r-10,-20v18,-6,27,-16,28,-37r-24,0r0,-49","w":119},"\u037e":{"d":"34,-137r0,-50r49,0r0,50r-49,0xm34,-49r49,0v2,52,1,96,-43,106r-10,-20v18,-6,27,-16,28,-37r-24,0r0,-49","w":119},"<":{"d":"193,-29r-176,-77r0,-43r176,-76r0,50r-123,47r123,49r0,50","w":210},"=":{"d":"15,-143r0,-46r180,0r0,46r-180,0xm15,-65r0,-46r180,0r0,46r-180,0","w":210},">":{"d":"17,-29r0,-50r123,-48r-123,-48r0,-50r177,77r0,42","w":210},"?":{"d":"111,-260v61,0,113,51,83,105v-6,11,-48,44,-59,60v-3,5,-3,15,-3,29r-45,0v-12,-71,62,-74,68,-122v3,-21,-20,-35,-42,-35v-29,1,-43,17,-49,44r-45,-6v1,-44,43,-75,92,-75xm87,0r0,-49r50,0r0,49r-50,0","w":219},"@":{"d":"191,43v56,1,97,-14,121,-46r38,0v-25,51,-81,79,-156,79v-110,0,-183,-55,-183,-161v0,-107,70,-177,180,-177v89,0,146,50,149,135v1,66,-53,129,-116,127v-19,0,-28,-5,-32,-20v-43,44,-115,10,-115,-54v0,-76,86,-160,141,-93r5,-19r46,0r-29,141v0,6,2,9,7,9v36,-8,61,-49,62,-92v0,-63,-51,-102,-119,-102v-93,0,-147,60,-147,148v0,84,62,125,148,125xm176,-159v-37,0,-52,47,-54,83v-1,26,11,44,32,44v40,0,53,-47,55,-86v1,-23,-13,-41,-33,-41","w":351},"A":{"d":"259,0r-57,0r-23,-59r-103,0r-21,59r-55,0r100,-258r55,0xm163,-102r-36,-96r-35,96r71,0","w":259,"k":{"y":13,"w":7,"v":13,"Y":33,"W":20,"V":27,"T":27," ":13}},"B":{"d":"242,-75v0,66,-41,75,-128,75r-88,0r0,-258v88,3,202,-21,204,65v0,27,-18,47,-37,56v29,8,49,28,49,62xm179,-185v0,-43,-52,-27,-101,-30r0,60v45,-2,101,11,101,-30xm188,-77v0,-49,-61,-32,-110,-35r0,69v47,-3,110,14,110,-34","w":259},"C":{"d":"134,-40v34,0,51,-23,57,-55r51,16v-15,51,-46,83,-108,83v-71,0,-117,-54,-117,-131v0,-139,187,-188,224,-60r-52,13v-5,-24,-25,-45,-54,-44v-44,1,-64,35,-64,88v0,56,18,90,63,90","w":259},"D":{"d":"242,-126v0,80,-32,126,-118,126r-98,0r0,-258r95,0v89,-2,121,47,121,132xm188,-129v2,-75,-30,-91,-110,-85r0,171r39,0v59,2,70,-28,71,-86","w":259},"E":{"d":"26,0r0,-258r191,0r0,44r-139,0r0,57r130,0r0,43r-130,0r0,71r144,0r0,43r-196,0","w":240},"F":{"d":"27,0r0,-258r176,0r0,44r-124,0r0,61r107,0r0,43r-107,0r0,110r-52,0","w":219,"k":{"A":20,".":40,",":40}},"G":{"d":"71,-132v0,87,83,114,135,70r0,-33r-60,0r0,-43r112,0r0,102v-20,21,-69,41,-110,40v-82,-1,-131,-52,-131,-134v0,-80,44,-131,128,-132v62,0,99,26,110,76r-52,9v-7,-25,-27,-41,-58,-41v-49,1,-74,33,-74,86","w":280},"H":{"d":"26,0r0,-258r52,0r0,102r102,0r0,-102r52,0r0,258r-52,0r0,-113r-102,0r0,113r-52,0","w":259},"I":{"d":"25,0r0,-258r52,0r0,258r-52,0","w":100},"J":{"d":"87,-40v29,0,31,-16,32,-51r0,-167r52,0v-8,109,36,267,-85,262v-52,-2,-81,-30,-80,-84r49,-5v1,29,9,45,32,45"},"K":{"d":"27,0r0,-258r52,0r0,115r105,-115r70,0r-97,101r102,157r-67,0r-71,-121r-42,43r0,78r-52,0","w":259},"L":{"d":"28,0r0,-256r52,0r0,213r129,0r0,43r-181,0","w":219,"k":{"y":13,"Y":33,"W":20,"V":27,"T":27," ":7}},"M":{"d":"25,0r0,-258r78,0r47,176r46,-176r78,0r0,258r-48,0r0,-203r-51,203r-50,0r-51,-203r0,203r-49,0","w":299},"N":{"d":"27,0r0,-258r50,0r106,172r0,-172r48,0r0,258r-52,0r-104,-168r0,168r-48,0","w":259},"O":{"d":"141,4v-76,0,-126,-52,-125,-131v1,-85,41,-133,124,-135v78,-1,126,54,126,134v0,81,-48,132,-125,132xm141,-218v-48,0,-72,36,-72,89v0,53,25,89,72,89v48,0,71,-37,71,-90v0,-53,-24,-88,-71,-88","w":280},"P":{"d":"224,-178v0,76,-62,85,-146,81r0,97r-52,0r0,-258r84,0v81,-4,114,15,114,80xm170,-178v-1,-42,-45,-36,-92,-36r0,73v47,0,92,5,92,-37","w":240,"k":{"A":27,".":46,",":46," ":7}},"Q":{"d":"265,-129v0,43,-10,72,-31,96v13,9,26,17,41,22r-19,37v-27,-10,-23,-10,-58,-33v-94,36,-182,-18,-182,-122v0,-82,45,-133,125,-133v78,0,125,52,124,133xm69,-129v0,60,35,102,91,86v-11,-7,-21,-12,-32,-16r15,-29v17,6,33,14,49,26v38,-46,23,-162,-51,-156v-47,4,-72,36,-72,89","w":280},"R":{"d":"237,-185v0,42,-27,66,-68,71v42,23,61,73,89,114r-62,0r-65,-94v-11,-13,-27,-14,-53,-14r0,108r-52,0r0,-258r110,0v68,-3,101,17,101,73xm184,-182v0,-46,-59,-29,-106,-32r0,65v47,-3,106,12,106,-33","w":259,"k":{"Y":13,"W":7,"V":7}},"S":{"d":"184,-142v73,44,30,156,-65,147v-65,-6,-99,-31,-106,-89r51,-5v6,32,21,47,56,50v46,4,72,-50,26,-63v-47,-14,-124,-26,-124,-88v0,-77,119,-89,167,-51v16,14,25,33,26,57r-52,2v-5,-26,-17,-35,-47,-37v-29,-2,-59,20,-36,41v14,13,87,26,104,36","w":240},"T":{"d":"84,0r0,-214r-76,0r0,-44r205,0r0,44r-77,0r0,214r-52,0","w":219,"k":{"y":27,"w":27,"u":27,"s":27,"r":20,"o":27,"i":7,"e":27,"c":27,"a":27,"O":7,"A":27,";":40,":":40,".":40,"-":20,",":40}},"U":{"d":"132,4v-85,0,-106,-36,-106,-124r0,-138r52,0r0,140v-2,56,7,78,52,78v44,0,49,-24,49,-75r0,-143r52,0r0,136v4,90,-19,126,-99,126","w":259},"V":{"d":"92,0r-92,-258r56,0r65,191r64,-191r55,0r-93,258r-55,0","w":240,"k":{"y":13,"u":13,"r":20,"o":27,"i":7,"e":20,"a":20,"A":27,";":20,":":20,".":33,"-":20,",":33}},"W":{"d":"63,0r-62,-258r53,0r39,177r47,-177r62,0r46,180r39,-180r52,0r-62,258r-55,0r-52,-193r-51,193r-56,0","w":339,"k":{"y":7,"u":7,"r":7,"o":7,"i":3,"e":7,"a":13,"A":20,";":7,":":7,".":20,"-":7,",":20}},"X":{"d":"0,0r88,-134r-80,-124r61,0r52,83r50,-83r61,0r-80,125r88,133r-63,0r-57,-89r-58,89r-62,0","w":240},"Y":{"d":"94,0r0,-108r-95,-150r61,0r61,102r60,-102r59,0r-94,150r0,108r-52,0","w":240,"k":{"v":20,"u":20,"q":27,"p":20,"o":27,"i":13,"e":20,"a":20,"A":33,";":27,":":27,".":40,"-":20,",":40," ":7}},"Z":{"d":"4,0r0,-47r135,-167r-120,0r0,-44r189,0r0,41r-141,174r146,0r0,43r-209,0","w":219},"[":{"d":"26,73r0,-331r87,0r0,39r-40,0r0,253r40,0r0,39r-87,0","w":119},"\\":{"d":"-1,-262r37,0r64,266r-37,0","w":100},"]":{"d":"94,-258r0,331r-87,0r0,-39r40,0r0,-253r-40,0r0,-39r87,0","w":119},"^":{"d":"20,-122r66,-140r40,0r64,140r-50,0r-35,-86r-35,86r-50,0","w":210},"_":{"d":"-3,71r0,-32r205,0r0,32r-205,0"},"`":{"d":"87,-210r-31,0r-49,-52r56,0","w":119},"a":{"d":"95,-153v-20,1,-26,7,-32,23r-45,-8v11,-36,33,-54,81,-53v56,2,78,12,78,72v0,43,-5,93,11,119r-49,0r-6,-20v-30,38,-120,31,-120,-31v0,-60,78,-55,116,-71v1,-24,-8,-31,-34,-31xm90,-31v30,-1,43,-21,39,-59v-18,8,-68,8,-67,34v0,14,12,26,28,25"},"b":{"d":"206,-95v11,86,-93,131,-136,68r0,27r-46,0r0,-258r49,0r0,93v49,-57,143,-12,133,70xm114,-153v-27,0,-41,23,-41,56v0,37,14,62,43,62v27,0,39,-24,39,-58v0,-37,-12,-60,-41,-60","w":219},"c":{"d":"15,-93v0,-107,150,-136,174,-38r-49,8v-3,-19,-14,-30,-34,-29v-29,1,-40,20,-40,55v0,66,70,83,77,25r48,9v-10,42,-36,66,-86,67v-56,0,-90,-39,-90,-97"},"d":{"d":"15,-94v-9,-83,83,-128,133,-71r0,-93r49,0r0,258r-46,0r0,-27v-43,63,-147,18,-136,-67xm107,-153v-28,0,-42,23,-42,56v0,39,13,62,42,62v27,0,41,-26,41,-58v0,-36,-12,-60,-41,-60","w":219},"e":{"d":"62,-79v-6,46,63,64,72,20r49,8v-11,34,-38,54,-81,55v-57,1,-91,-38,-91,-96v-1,-56,33,-100,86,-99v61,1,92,43,89,112r-124,0xm137,-109v4,-38,-41,-58,-64,-32v-7,8,-10,19,-10,32r74,0"},"f":{"d":"124,-221v-27,-8,-49,-1,-43,34r37,0r0,39r-37,0r0,148r-49,0r0,-148r-28,0r0,-39r28,0v-11,-69,41,-86,98,-69","w":119},"g":{"d":"108,76v-56,1,-87,-16,-87,-64r57,7v2,17,10,18,28,19v42,3,43,-26,41,-68v-45,64,-140,15,-132,-64v-10,-85,90,-131,136,-66r0,-27r46,0r0,168v2,69,-24,94,-89,95xm106,-153v-27,0,-41,23,-41,56v0,34,14,57,40,57v28,0,43,-22,43,-56v0,-34,-14,-57,-42,-57","w":219},"h":{"d":"116,-153v-61,0,-36,94,-41,153r-49,0r0,-258r49,0r0,95v41,-52,121,-31,121,53r0,110r-50,0r0,-99v0,-39,-1,-54,-30,-54","w":219},"i":{"d":"26,-212r0,-46r49,0r0,46r-49,0xm26,0r0,-187r49,0r0,187r-49,0","w":100},"j":{"d":"25,-212r0,-46r49,0r0,46r-49,0xm-8,28v26,5,33,-2,33,-37r0,-178r49,0r0,181v9,72,-31,92,-91,76","w":100},"k":{"d":"24,0r0,-258r49,0r0,137r58,-66r61,0r-64,69r69,118r-54,0r-46,-84r-24,24r0,60r-49,0"},"l":{"d":"26,0r0,-258r49,0r0,258r-49,0","w":100},"m":{"d":"109,-153v-59,0,-31,95,-37,153r-50,0r0,-187r46,0r0,26v26,-39,92,-40,111,0v30,-48,118,-40,118,42r0,119r-50,0r0,-107v0,-33,-3,-46,-26,-46v-57,0,-32,95,-37,153r-49,0r0,-102v-1,-35,0,-51,-26,-51","w":320},"n":{"d":"71,-159v36,-53,125,-40,125,43r0,116r-50,0v-7,-52,23,-153,-30,-153v-61,0,-36,93,-41,153r-50,0r0,-187r46,0r0,28","w":219},"o":{"d":"111,4v-60,-1,-98,-38,-97,-100v1,-55,39,-95,97,-95v55,0,96,42,96,97v0,54,-41,100,-96,98xm111,-151v-29,0,-46,24,-46,58v0,34,17,57,46,57v28,0,45,-25,45,-58v0,-32,-17,-57,-45,-57","w":219},"p":{"d":"207,-94v0,82,-86,130,-133,71r0,94r-50,0r0,-258r46,0r0,28v11,-17,32,-32,59,-32v48,1,78,43,78,97xm115,-152v-27,0,-42,23,-42,55v0,35,14,62,43,62v27,0,40,-23,40,-59v0,-34,-13,-58,-41,-58","w":219},"q":{"d":"16,-95v0,-84,97,-130,136,-64r0,-28r45,0r0,258r-49,0r0,-94v-10,15,-31,27,-55,27v-49,-1,-77,-45,-77,-99xm107,-35v27,0,42,-27,42,-61v0,-34,-13,-56,-41,-56v-29,0,-42,23,-42,59v0,35,13,58,41,58","w":219},"r":{"d":"129,-139v-48,-23,-60,18,-56,81r0,58r-49,0r0,-187r46,0r0,27v14,-31,43,-39,75,-22","w":140,"k":{".":20,",":20}},"s":{"d":"167,-95v38,45,-4,99,-69,99v-49,0,-80,-20,-90,-57r50,-8v5,20,16,27,40,30v32,4,51,-29,15,-37v-64,-14,-92,-14,-98,-66v-7,-59,95,-69,136,-44v12,8,20,20,25,36r-46,9v0,-27,-63,-31,-69,-7v2,24,89,25,106,45"},"t":{"d":"115,-3v-47,18,-87,4,-87,-63r0,-81r-23,0r0,-40r23,0r0,-37r50,-29r0,66r33,0r0,40r-33,0r0,75v-3,35,5,40,33,31","w":119},"u":{"d":"105,-33v61,2,34,-93,40,-154r50,0r0,187r-46,0r0,-28v-29,50,-124,44,-124,-41r0,-118r49,0v7,55,-22,152,31,154","w":219},"v":{"d":"77,0r-75,-187r52,0r45,127r46,-127r51,0r-74,187r-45,0","k":{".":27,",":27}},"w":{"d":"61,0r-59,-187r48,0r35,123r32,-123r47,0r31,123r36,-123r49,0r-60,187r-48,0r-32,-120r-31,120r-48,0","w":280,"k":{".":13,",":13}},"x":{"d":"2,0r67,-96r-64,-91r60,0r33,52r35,-52r58,0r-63,89r69,98r-61,0r-38,-58r-38,58r-58,0"},"y":{"d":"2,-187r53,0r45,133r43,-133r51,0r-77,212v-11,40,-47,59,-98,48r-5,-39v33,9,54,-7,59,-33","k":{".":27,",":27}},"z":{"d":"6,0r0,-38r95,-109v-26,2,-60,1,-88,1r0,-41r154,0r0,35r-96,110r102,-1r0,43r-167,0","w":180},"{":{"d":"49,-3v0,-48,0,-64,-38,-69r0,-42v35,-2,40,-23,38,-63v-3,-69,17,-86,82,-85r0,42v-74,-12,-5,97,-69,127v31,9,33,64,33,101v0,24,9,25,36,26r0,42v-61,2,-82,-16,-82,-79","w":140},"|":{"d":"31,76r0,-338r39,0r0,338r-39,0","w":100},"}":{"d":"90,-183v-2,47,1,65,38,69r0,42v-35,2,-40,22,-38,62v3,70,-16,87,-82,86r0,-42v27,0,36,-2,36,-25v0,-37,1,-94,33,-102v-32,-24,-31,-39,-33,-100v-1,-26,-7,-27,-36,-27r0,-42v61,-2,84,15,82,79","w":140},"~":{"d":"146,-92v-27,0,-63,-25,-86,-24v-16,0,-32,9,-48,25r0,-46v35,-46,97,-12,138,0v19,-1,36,-11,48,-25r0,47v-9,11,-32,23,-52,23","w":210},"\u00c4":{"d":"259,0r-57,0r-23,-59r-103,0r-21,59r-55,0r100,-258r55,0xm163,-102r-36,-96r-35,96r71,0xm67,-273r0,-42r42,0r0,42r-42,0xm142,-273r0,-42r43,0r0,42r-43,0","w":259},"\u00c5":{"d":"127,-309v18,0,35,15,35,34v0,18,-17,35,-35,35v-18,0,-34,-17,-34,-35v0,-17,17,-34,34,-34xm127,-259v9,1,17,-7,16,-16v1,-9,-7,-15,-16,-15v-8,0,-15,7,-15,15v0,9,6,17,15,16xm259,0r-57,0r-23,-59r-103,0r-21,59r-55,0r100,-258r55,0xm163,-102r-36,-96r-35,96r71,0","w":259},"\u00c7":{"d":"134,-40v34,0,51,-23,57,-55r51,16v-15,51,-46,83,-108,83v-71,0,-117,-54,-117,-131v0,-139,187,-188,224,-60r-52,13v-5,-24,-25,-45,-54,-44v-44,1,-64,35,-64,88v0,56,18,90,63,90xm177,35v0,39,-58,43,-95,36r0,-21v25,2,57,7,62,-14v-1,-18,-28,-17,-45,-12r4,-17v29,-11,74,-4,74,28","w":259},"\u00c9":{"d":"26,0r0,-258r191,0r0,44r-139,0r0,57r130,0r0,43r-130,0r0,71r144,0r0,43r-196,0xm92,-273r24,-52r55,0r-48,52r-31,0","w":240},"\u00d1":{"d":"159,-273v-26,2,-62,-33,-68,1r-22,0v-2,-26,10,-45,32,-45v22,-1,60,35,67,0r22,0v0,27,-9,42,-31,44xm27,0r0,-258r50,0r106,172r0,-172r48,0r0,258r-52,0r-104,-168r0,168r-48,0","w":259},"\u00d6":{"d":"141,4v-76,0,-126,-52,-125,-131v1,-85,41,-133,124,-135v78,-1,126,54,126,134v0,81,-48,132,-125,132xm141,-218v-48,0,-72,36,-72,89v0,53,25,89,72,89v48,0,71,-37,71,-90v0,-53,-24,-88,-71,-88xm79,-273r0,-42r42,0r0,42r-42,0xm154,-273r0,-42r43,0r0,42r-43,0","w":280},"\u00dc":{"d":"132,4v-85,0,-106,-36,-106,-124r0,-138r52,0r0,140v-2,56,7,78,52,78v44,0,49,-24,49,-75r0,-143r52,0r0,136v4,90,-19,126,-99,126xm70,-273r0,-42r42,0r0,42r-42,0xm145,-273r0,-42r43,0r0,42r-43,0","w":259},"\u00e1":{"d":"95,-153v-20,1,-26,7,-32,23r-45,-8v11,-36,33,-54,81,-53v56,2,78,12,78,72v0,43,-5,93,11,119r-49,0r-6,-20v-30,38,-120,31,-120,-31v0,-60,78,-55,116,-71v1,-24,-8,-31,-34,-31xm90,-31v30,-1,43,-21,39,-59v-18,8,-68,8,-67,34v0,14,12,26,28,25xm76,-210r24,-52r55,0r-48,52r-31,0"},"\u00e0":{"d":"95,-153v-20,1,-26,7,-32,23r-45,-8v11,-36,33,-54,81,-53v56,2,78,12,78,72v0,43,-5,93,11,119r-49,0r-6,-20v-30,38,-120,31,-120,-31v0,-60,78,-55,116,-71v1,-24,-8,-31,-34,-31xm90,-31v30,-1,43,-21,39,-59v-18,8,-68,8,-67,34v0,14,12,26,28,25xm125,-210r-31,0r-49,-52r56,0"},"\u00e2":{"d":"41,-210r37,-52r46,0r36,52r-40,0r-20,-26r-19,26r-40,0xm95,-153v-20,1,-26,7,-32,23r-45,-8v11,-36,33,-54,81,-53v56,2,78,12,78,72v0,43,-5,93,11,119r-49,0r-6,-20v-30,38,-120,31,-120,-31v0,-60,78,-55,116,-71v1,-24,-8,-31,-34,-31xm90,-31v30,-1,43,-21,39,-59v-18,8,-68,8,-67,34v0,14,12,26,28,25"},"\u00e4":{"d":"95,-153v-20,1,-26,7,-32,23r-45,-8v11,-36,33,-54,81,-53v56,2,78,12,78,72v0,43,-5,93,11,119r-49,0r-6,-20v-30,38,-120,31,-120,-31v0,-60,78,-55,116,-71v1,-24,-8,-31,-34,-31xm90,-31v30,-1,43,-21,39,-59v-18,8,-68,8,-67,34v0,14,12,26,28,25xm42,-220r0,-42r42,0r0,42r-42,0xm117,-220r0,-42r43,0r0,42r-43,0"},"\u00e3":{"d":"130,-213v-26,2,-62,-33,-68,1r-22,0v-2,-25,9,-44,32,-44v23,0,60,35,67,-1r22,0v0,27,-9,42,-31,44xm95,-153v-20,1,-26,7,-32,23r-45,-8v11,-36,33,-54,81,-53v56,2,78,12,78,72v0,43,-5,93,11,119r-49,0r-6,-20v-30,38,-120,31,-120,-31v0,-60,78,-55,116,-71v1,-24,-8,-31,-34,-31xm90,-31v30,-1,43,-21,39,-59v-18,8,-68,8,-67,34v0,14,12,26,28,25"},"\u00e5":{"d":"100,-270v18,0,35,15,35,34v0,18,-18,35,-35,35v-17,0,-34,-17,-34,-35v0,-17,17,-34,34,-34xm100,-220v8,0,16,-8,16,-16v0,-8,-8,-16,-16,-16v-8,0,-15,8,-15,16v0,8,7,16,15,16xm95,-153v-20,1,-26,7,-32,23r-45,-8v11,-36,33,-54,81,-53v56,2,78,12,78,72v0,43,-5,93,11,119r-49,0r-6,-20v-30,38,-120,31,-120,-31v0,-60,78,-55,116,-71v1,-24,-8,-31,-34,-31xm90,-31v30,-1,43,-21,39,-59v-18,8,-68,8,-67,34v0,14,12,26,28,25"},"\u00e7":{"d":"15,-93v0,-107,150,-136,174,-38r-49,8v-3,-19,-14,-30,-34,-29v-29,1,-40,20,-40,55v0,66,70,83,77,25r48,9v-10,42,-36,66,-86,67v-56,0,-90,-39,-90,-97xm151,35v0,39,-58,43,-95,36r0,-21v25,2,57,7,62,-14v-1,-18,-28,-17,-45,-12r4,-17v29,-11,74,-4,74,28"},"\u00e9":{"d":"62,-79v-6,46,63,64,72,20r49,8v-11,34,-38,54,-81,55v-57,1,-91,-38,-91,-96v-1,-56,33,-100,86,-99v61,1,92,43,89,112r-124,0xm137,-109v4,-38,-41,-58,-64,-32v-7,8,-10,19,-10,32r74,0xm74,-210r24,-52r55,0r-48,52r-31,0"},"\u00e8":{"d":"62,-79v-6,46,63,64,72,20r49,8v-11,34,-38,54,-81,55v-57,1,-91,-38,-91,-96v-1,-56,33,-100,86,-99v61,1,92,43,89,112r-124,0xm137,-109v4,-38,-41,-58,-64,-32v-7,8,-10,19,-10,32r74,0xm124,-210r-31,0r-49,-52r56,0"},"\u00ea":{"d":"39,-210r37,-52r46,0r36,52r-40,0r-20,-26r-19,26r-40,0xm62,-79v-6,46,63,64,72,20r49,8v-11,34,-38,54,-81,55v-57,1,-91,-38,-91,-96v-1,-56,33,-100,86,-99v61,1,92,43,89,112r-124,0xm137,-109v4,-38,-41,-58,-64,-32v-7,8,-10,19,-10,32r74,0"},"\u00eb":{"d":"62,-79v-6,46,63,64,72,20r49,8v-11,34,-38,54,-81,55v-57,1,-91,-38,-91,-96v-1,-56,33,-100,86,-99v61,1,92,43,89,112r-124,0xm137,-109v4,-38,-41,-58,-64,-32v-7,8,-10,19,-10,32r74,0xm40,-220r0,-42r42,0r0,42r-42,0xm115,-220r0,-42r43,0r0,42r-43,0"},"\u00ed":{"d":"26,0r0,-187r49,0r0,187r-49,0xm22,-210r24,-52r55,0r-48,52r-31,0","w":100},"\u00ec":{"d":"26,0r0,-187r49,0r0,187r-49,0xm76,-210r-31,0r-49,-52r56,0","w":100},"\u00ee":{"d":"-9,-210r37,-52r46,0r36,52r-40,0r-20,-26r-19,26r-40,0xm26,0r0,-187r49,0r0,187r-49,0","w":100},"\u00ef":{"d":"26,0r0,-187r49,0r0,187r-49,0xm-8,-220r0,-42r42,0r0,42r-42,0xm67,-220r0,-42r43,0r0,42r-43,0","w":100},"\u00f1":{"d":"140,-213v-26,2,-62,-33,-68,1r-22,0v-2,-25,9,-44,32,-44v23,0,60,35,67,-1r22,0v1,28,-9,43,-31,44xm71,-159v36,-53,125,-40,125,43r0,116r-50,0v-7,-52,23,-153,-30,-153v-61,0,-36,93,-41,153r-50,0r0,-187r46,0r0,28","w":219},"\u00f3":{"d":"111,4v-60,-1,-98,-38,-97,-100v1,-55,39,-95,97,-95v55,0,96,42,96,97v0,54,-41,100,-96,98xm111,-151v-29,0,-46,24,-46,58v0,34,17,57,46,57v28,0,45,-25,45,-58v0,-32,-17,-57,-45,-57xm86,-210r24,-52r55,0r-48,52r-31,0","w":219},"\u00f2":{"d":"111,4v-60,-1,-98,-38,-97,-100v1,-55,39,-95,97,-95v55,0,96,42,96,97v0,54,-41,100,-96,98xm111,-151v-29,0,-46,24,-46,58v0,34,17,57,46,57v28,0,45,-25,45,-58v0,-32,-17,-57,-45,-57xm136,-210r-31,0r-49,-52r56,0","w":219},"\u00f4":{"d":"51,-210r37,-52r46,0r36,52r-40,0r-20,-26r-19,26r-40,0xm111,4v-60,-1,-98,-38,-97,-100v1,-55,39,-95,97,-95v55,0,96,42,96,97v0,54,-41,100,-96,98xm111,-151v-29,0,-46,24,-46,58v0,34,17,57,46,57v28,0,45,-25,45,-58v0,-32,-17,-57,-45,-57","w":219},"\u00f6":{"d":"111,4v-60,-1,-98,-38,-97,-100v1,-55,39,-95,97,-95v55,0,96,42,96,97v0,54,-41,100,-96,98xm111,-151v-29,0,-46,24,-46,58v0,34,17,57,46,57v28,0,45,-25,45,-58v0,-32,-17,-57,-45,-57xm50,-220r0,-42r42,0r0,42r-42,0xm125,-220r0,-42r43,0r0,42r-43,0","w":219},"\u00f5":{"d":"140,-213v-26,2,-62,-34,-67,1r-23,0v-2,-25,9,-44,32,-44v24,0,60,35,67,-1r23,0v1,27,-10,42,-32,44xm111,4v-60,-1,-98,-38,-97,-100v1,-55,39,-95,97,-95v55,0,96,42,96,97v0,54,-41,100,-96,98xm111,-151v-29,0,-46,24,-46,58v0,34,17,57,46,57v28,0,45,-25,45,-58v0,-32,-17,-57,-45,-57","w":219},"\u00fa":{"d":"105,-33v61,2,34,-93,40,-154r50,0r0,187r-46,0r0,-28v-29,50,-124,44,-124,-41r0,-118r49,0v7,55,-22,152,31,154xm85,-210r24,-52r55,0r-48,52r-31,0","w":219},"\u00f9":{"d":"105,-33v61,2,34,-93,40,-154r50,0r0,187r-46,0r0,-28v-29,50,-124,44,-124,-41r0,-118r49,0v7,55,-22,152,31,154xm135,-210r-31,0r-49,-52r56,0","w":219},"\u00fb":{"d":"50,-210r37,-52r46,0r36,52r-39,0r-21,-26r-19,26r-40,0xm105,-33v61,2,34,-93,40,-154r50,0r0,187r-46,0r0,-28v-29,50,-124,44,-124,-41r0,-118r49,0v7,55,-22,152,31,154","w":219},"\u00fc":{"d":"105,-33v61,2,34,-93,40,-154r50,0r0,187r-46,0r0,-28v-29,50,-124,44,-124,-41r0,-118r49,0v7,55,-22,152,31,154xm51,-220r0,-42r42,0r0,42r-42,0xm126,-220r0,-42r43,0r0,42r-43,0","w":219},"\u00b0":{"d":"71,-150v-30,0,-56,-27,-56,-56v0,-30,26,-56,56,-56v30,0,56,26,56,56v0,30,-26,56,-56,56xm71,-233v-14,0,-27,13,-27,27v0,14,13,27,27,27v14,0,27,-13,27,-27v0,-14,-13,-27,-27,-27","w":143},"\u00a2":{"d":"15,-94v-1,-64,40,-104,107,-96r20,-66r21,6r-20,65v22,8,37,27,45,54r-48,8v-1,-8,-4,-15,-9,-20r-32,106v26,4,40,-9,43,-35r49,9v-10,48,-45,72,-104,66r-21,68r-21,-6r20,-68v-31,-13,-50,-47,-50,-91xm110,-152v-53,-9,-54,78,-31,105"},"\u00a3":{"d":"195,-8v-52,36,-127,-29,-174,12r-19,-42v23,-16,41,-37,37,-71r-37,0r0,-39r28,0v-23,-61,12,-114,75,-114v47,0,75,26,80,68r-48,7v1,-45,-66,-46,-67,-3v0,12,6,31,9,42r55,0r0,39r-47,0v3,32,-9,42,-26,64v39,-17,78,22,115,-5"},"\u00a7":{"d":"43,-166v-39,-36,-7,-96,53,-96v44,0,72,22,77,59r-48,5v5,-29,-46,-36,-50,-10v16,48,115,55,113,123v-1,27,-13,42,-32,55v44,37,12,106,-55,106v-45,0,-75,-26,-81,-64r48,-6v-1,33,56,45,60,11v-12,-47,-124,-60,-118,-127v2,-26,13,-46,33,-56xm70,-143v-22,15,-17,39,9,57r50,34v44,-40,-37,-71,-59,-91"},"\u00b6":{"d":"0,-185v0,-53,30,-73,94,-73r104,0r0,46r-19,0r0,283r-42,0r0,-283r-25,0r0,283r-43,0r0,-184v-42,-3,-69,-29,-69,-72"},"\u00df":{"d":"101,-223v-28,3,-26,19,-27,56r0,167r-50,0r0,-167v-1,-63,18,-94,77,-95v42,-1,70,18,72,53v1,19,-21,46,-22,61v6,32,56,50,56,92v0,64,-95,80,-119,27r34,-20v6,18,36,18,36,-4v0,-21,-10,-19,-30,-39v-20,-19,-29,-34,-29,-45v0,-16,23,-50,23,-68v0,-10,-10,-19,-21,-18","w":219},"\u00ae":{"d":"-2,-128v0,-76,57,-135,135,-135v78,0,135,57,135,135v0,77,-58,134,-135,134v-77,0,-135,-57,-135,-134xm242,-128v0,-63,-46,-109,-109,-109v-63,0,-108,47,-108,109v0,62,46,108,108,108v63,0,109,-46,109,-108xm188,-159v0,23,-16,37,-38,40v23,10,32,41,47,63r-36,0v-17,-25,-19,-64,-60,-59r0,59r-29,0r0,-143v50,2,117,-12,116,40xm157,-157v0,-24,-25,-17,-56,-19r0,39v30,-1,56,5,56,-20","w":265},"\u00a9":{"d":"-2,-128v0,-76,57,-135,135,-135v78,0,135,57,135,135v0,77,-58,134,-135,134v-77,0,-135,-57,-135,-134xm241,-128v0,-63,-45,-108,-108,-108v-64,0,-108,46,-108,108v0,62,47,108,108,108v61,0,108,-46,108,-108xm98,-128v-8,53,59,67,68,20r28,9v-7,27,-28,45,-59,46v-41,0,-68,-30,-68,-74v0,-79,106,-106,127,-33r-28,7v-17,-44,-74,-24,-68,25","w":265},"\u00b4":{"d":"33,-210r24,-52r55,0r-48,52r-31,0","w":119},"\u00a8":{"d":"1,-220r0,-42r42,0r0,42r-42,0xm76,-220r0,-42r43,0r0,42r-43,0","w":119},"\u00c6":{"d":"-15,0r120,-258r233,0r0,44r-128,0r0,57r118,0r0,44r-118,0r0,70r133,0r0,43r-185,0r0,-61r-89,0r-26,61r-58,0xm88,-106r71,0r0,-113r-20,0","w":360},"\u00d8":{"d":"15,-130v0,-112,118,-166,203,-109r28,-31r24,21r-29,33v16,21,21,53,24,89v10,111,-118,164,-200,109r-29,32r-25,-21r30,-34v-17,-23,-26,-52,-26,-89xm185,-203v-52,-38,-116,1,-116,74v0,19,3,35,8,48xm97,-54v51,41,115,-1,115,-74v0,-19,-2,-35,-7,-47","w":280},"\u00b1":{"d":"76,-63r0,-67r-67,0r0,-46r67,0r0,-67r45,0r0,67r68,0r0,46r-68,0r0,67r-45,0xm9,0r0,-46r180,0r0,46r-180,0","w":197},"\u00a5":{"d":"74,-48r-65,0r0,-39r65,0r0,-21r-65,0r0,-39r46,0r-55,-111r54,0r45,100v11,-36,31,-67,45,-100r54,0r-55,111r47,0r0,39r-66,0r0,21r66,0r0,39r-66,0r0,48r-50,0r0,-48"},"\u00b5":{"d":"143,-22v-12,32,-62,37,-74,0r0,94r-49,0r0,-259r49,0v5,56,-18,152,35,152v54,0,30,-95,35,-152r50,0r0,187r-46,0r0,-22","w":207},"\u00aa":{"d":"65,-234v-14,-1,-16,3,-20,14r-34,-7v7,-24,21,-35,54,-35v38,0,54,6,54,49v0,26,-4,63,5,79v-15,-1,-38,6,-37,-12v-23,26,-80,18,-80,-23v0,-41,45,-35,76,-47v1,-15,-4,-18,-18,-18xm60,-157v18,0,25,-15,23,-35v-16,7,-41,4,-40,21v0,8,8,15,17,14","w":133},"\u00ba":{"d":"66,-130v-39,0,-61,-26,-61,-66v0,-40,22,-66,61,-66v38,0,62,27,61,66v0,39,-22,66,-61,66xm65,-231v-18,0,-23,13,-23,35v0,23,5,36,23,36v18,0,24,-14,24,-36v0,-22,-6,-35,-24,-35","w":131},"\u00e6":{"d":"21,-138v6,-56,100,-67,142,-36v40,-34,116,-11,129,30v5,16,11,37,11,65r-124,0v-3,49,62,62,73,19r49,9v-12,58,-110,72,-149,30v-33,34,-141,39,-137,-30v2,-60,63,-54,115,-70v1,-23,-8,-32,-30,-32v-18,0,-31,7,-34,23xm254,-110v5,-44,-52,-57,-69,-24v-4,9,-5,16,-5,24r74,0xm65,-55v1,34,58,28,63,1v2,-6,2,-18,2,-35v-45,15,-53,4,-65,34","w":320},"\u00f8":{"d":"38,-27v-50,-58,-12,-164,73,-164v21,0,39,5,55,15r19,-21r19,16r-19,22v51,57,10,163,-74,163v-20,0,-38,-5,-54,-15r-20,24r-19,-17xm139,-144v-46,-32,-93,26,-70,80xm85,-43v45,32,92,-25,69,-79","w":219},"\u00bf":{"d":"134,-187r0,50r-49,0r0,-50r49,0xm203,-2v-2,101,-185,98,-185,2v0,-48,47,-60,68,-91v3,-5,3,-15,3,-29r45,0v13,70,-68,74,-68,122v0,20,20,35,43,34v30,-1,43,-17,49,-43","w":219},"\u00a1":{"d":"86,-187r0,50r-50,0r0,-50r50,0xm75,-119v6,62,15,121,13,191r-54,0v-2,-70,7,-129,13,-191r28,0","w":119},"\u00ac":{"d":"150,-66r0,-78r-135,0r0,-45r180,0r0,123r-45,0","w":210},"\u00ab":{"d":"111,-173r-45,79r45,82r-39,0r-55,-82r55,-79r39,0xm180,-173r-45,79r45,82r-39,0r-55,-82r55,-79r39,0"},"\u00bb":{"d":"88,-12r45,-80r-45,-81r38,0r56,81r-56,80r-38,0xm19,-12r45,-80r-45,-81r38,0r56,81r-56,80r-38,0"},"\u00c0":{"d":"259,0r-57,0r-23,-59r-103,0r-21,59r-55,0r100,-258r55,0xm163,-102r-36,-96r-35,96r71,0xm157,-273r-31,0r-49,-52r56,0","w":259},"\u00c3":{"d":"155,-273v-26,2,-63,-34,-68,1v-8,-1,-23,4,-23,-6v0,-22,12,-39,32,-39v22,0,60,36,67,0r23,0v0,27,-9,42,-31,44xm259,0r-57,0r-23,-59r-103,0r-21,59r-55,0r100,-258r55,0xm163,-102r-36,-96r-35,96r71,0","w":259},"\u00d5":{"d":"166,-273v-26,2,-62,-33,-68,1r-22,0v-2,-26,10,-45,32,-45v16,0,37,16,52,16v9,0,14,-5,14,-16r23,0v0,27,-9,42,-31,44xm141,4v-76,0,-126,-52,-125,-131v1,-85,41,-133,124,-135v78,-1,126,54,126,134v0,81,-48,132,-125,132xm141,-218v-48,0,-72,36,-72,89v0,53,25,89,72,89v48,0,71,-37,71,-90v0,-53,-24,-88,-71,-88","w":280},"\u00f7":{"d":"74,-172r0,-50r49,0r0,50r-49,0xm9,-104r0,-46r180,0r0,46r-180,0xm74,-33r0,-49r49,0r0,49r-49,0","w":197},"\u00ff":{"d":"2,-187r53,0r45,133r43,-133r51,0r-77,212v-11,40,-47,59,-98,48r-5,-39v33,9,54,-7,59,-33xm41,-220r0,-42r42,0r0,42r-42,0xm116,-220r0,-42r43,0r0,42r-43,0"},"\u00c2":{"d":"68,-272r37,-52r45,0r37,52r-40,0r-20,-27r-19,27r-40,0xm259,0r-57,0r-23,-59r-103,0r-21,59r-55,0r100,-258r55,0xm163,-102r-36,-96r-35,96r71,0","w":259},"\u00ca":{"d":"59,-272r37,-52r46,0r36,52r-39,0r-21,-27r-19,27r-40,0xm26,0r0,-258r191,0r0,44r-139,0r0,57r130,0r0,43r-130,0r0,71r144,0r0,43r-196,0","w":240},"\u00c1":{"d":"259,0r-57,0r-23,-59r-103,0r-21,59r-55,0r100,-258r55,0xm163,-102r-36,-96r-35,96r71,0xm98,-273r24,-52r55,0r-48,52r-31,0","w":259},"\u00cb":{"d":"26,0r0,-258r191,0r0,44r-139,0r0,57r130,0r0,43r-130,0r0,71r144,0r0,43r-196,0xm62,-273r0,-42r42,0r0,42r-42,0xm137,-273r0,-42r43,0r0,42r-43,0","w":240},"\u00c8":{"d":"26,0r0,-258r191,0r0,44r-139,0r0,57r130,0r0,43r-130,0r0,71r144,0r0,43r-196,0xm152,-273r-31,0r-49,-52r56,0","w":240},"\u00cd":{"d":"25,0r0,-258r52,0r0,258r-52,0xm19,-273r24,-52r55,0r-48,52r-31,0","w":100},"\u00ce":{"d":"-7,-272r37,-52r45,0r37,52r-40,0r-20,-27r-19,27r-40,0xm25,0r0,-258r52,0r0,258r-52,0","w":100},"\u00cf":{"d":"25,0r0,-258r52,0r0,258r-52,0xm-8,-273r0,-42r42,0r0,42r-42,0xm67,-273r0,-42r43,0r0,42r-43,0","w":100},"\u00cc":{"d":"25,0r0,-258r52,0r0,258r-52,0xm78,-273r-31,0r-49,-52r56,0","w":100},"\u00d3":{"d":"141,4v-76,0,-126,-52,-125,-131v1,-85,41,-133,124,-135v78,-1,126,54,126,134v0,81,-48,132,-125,132xm141,-218v-48,0,-72,36,-72,89v0,53,25,89,72,89v48,0,71,-37,71,-90v0,-53,-24,-88,-71,-88xm109,-273r24,-52r55,0r-48,52r-31,0","w":280},"\u00d4":{"d":"79,-272r37,-52r46,0r36,52r-40,0r-20,-27r-19,27r-40,0xm141,4v-76,0,-126,-52,-125,-131v1,-85,41,-133,124,-135v78,-1,126,54,126,134v0,81,-48,132,-125,132xm141,-218v-48,0,-72,36,-72,89v0,53,25,89,72,89v48,0,71,-37,71,-90v0,-53,-24,-88,-71,-88","w":280},"\u00d2":{"d":"141,4v-76,0,-126,-52,-125,-131v1,-85,41,-133,124,-135v78,-1,126,54,126,134v0,81,-48,132,-125,132xm141,-218v-48,0,-72,36,-72,89v0,53,25,89,72,89v48,0,71,-37,71,-90v0,-53,-24,-88,-71,-88xm168,-273r-31,0r-49,-52r56,0","w":280},"\u00da":{"d":"132,4v-85,0,-106,-36,-106,-124r0,-138r52,0r0,140v-2,56,7,78,52,78v44,0,49,-24,49,-75r0,-143r52,0r0,136v4,90,-19,126,-99,126xm97,-273r24,-52r55,0r-48,52r-31,0","w":259},"\u00db":{"d":"71,-272r37,-52r45,0r37,52r-40,0r-20,-27r-19,27r-40,0xm132,4v-85,0,-106,-36,-106,-124r0,-138r52,0r0,140v-2,56,7,78,52,78v44,0,49,-24,49,-75r0,-143r52,0r0,136v4,90,-19,126,-99,126","w":259},"\u00d9":{"d":"132,4v-85,0,-106,-36,-106,-124r0,-138r52,0r0,140v-2,56,7,78,52,78v44,0,49,-24,49,-75r0,-143r52,0r0,136v4,90,-19,126,-99,126xm156,-273r-31,0r-49,-52r56,0","w":259},"\u00b8":{"d":"102,35v0,39,-58,43,-95,36r0,-21v25,2,57,7,62,-14v-1,-18,-28,-17,-45,-12r4,-17v29,-11,74,-4,74,28","w":119},"\u00a6":{"d":"31,-123r0,-139r39,0r0,139r-39,0xm31,76r0,-139r39,0r0,139r-39,0","w":100},"\u00d0":{"d":"242,-126v0,79,-33,126,-118,126r-98,0r0,-112r-27,0r0,-33r27,0r0,-113r95,0v91,-2,121,47,121,132xm188,-128v3,-76,-30,-91,-110,-86r0,69r55,0r0,33r-55,0r0,69r39,0v59,1,69,-26,71,-85","w":259},"\u00f0":{"d":"136,-175v-11,-17,-13,-22,-26,-38r-44,21r-8,-17r39,-18v-12,-11,-25,-21,-39,-31r52,0v7,5,13,11,19,16r32,-16r8,18r-26,11v36,36,63,76,64,133v1,58,-39,100,-97,100v-56,0,-95,-41,-95,-98v0,-62,63,-118,121,-81xm110,-148v-28,0,-44,25,-44,55v0,33,16,57,44,57v27,0,45,-25,45,-55v0,-31,-18,-57,-45,-57","w":219},"\u00dd":{"d":"94,0r0,-108r-95,-150r61,0r61,102r60,-102r59,0r-94,150r0,108r-52,0xm87,-273r24,-52r55,0r-48,52r-31,0","w":240},"\u00fd":{"d":"2,-187r53,0r45,133r43,-133r51,0r-77,212v-11,40,-47,59,-98,48r-5,-39v33,9,54,-7,59,-33xm74,-210r24,-52r55,0r-48,52r-31,0"},"\u00de":{"d":"224,-130v0,76,-61,86,-146,81r0,49r-52,0r0,-258r52,0r0,49v88,-4,146,2,146,79xm170,-130v-1,-42,-43,-35,-92,-36r0,74v48,0,92,6,92,-38","w":240},"\u00fe":{"d":"207,-94v10,82,-86,130,-133,71r0,94r-50,0r0,-329r50,0r0,93v48,-57,142,-10,133,71xm115,-153v-28,0,-42,23,-42,56v0,37,15,62,44,62v27,0,39,-24,39,-58v0,-36,-12,-60,-41,-60","w":219},"\u00d7":{"d":"20,-74r53,-53r-54,-53r33,-33r53,53r53,-53r32,32r-53,53r54,54r-33,33r-54,-54r-53,53","w":210},"\u00b9":{"d":"16,-228v18,-5,37,-16,44,-33r27,0r0,133r-33,0r0,-90v-11,8,-24,13,-38,17r0,-27","w":119},"\u00b2":{"d":"111,-223v-1,36,-34,45,-55,67r55,0r0,28r-107,0v0,-44,63,-57,74,-93v-4,-21,-37,-20,-37,5r-33,-2v-2,-57,103,-56,103,-5","w":119},"\u00b3":{"d":"72,-224v-5,-20,-32,-13,-32,6r-31,-5v3,-51,97,-49,97,-2v0,11,-8,20,-17,25v14,6,24,15,24,32v1,37,-61,55,-90,31v-9,-7,-14,-17,-16,-29r32,-4v3,11,6,19,20,19v11,0,20,-8,19,-19v-1,-16,-17,-20,-34,-15r4,-25v14,-1,23,-2,24,-14","w":119},"\u00bd":{"d":"16,-228v18,-5,37,-16,44,-33r27,0r0,133r-33,0r0,-90v-11,8,-24,13,-38,17r0,-27xm88,9r-28,0r153,-270r27,0xm291,-88v0,36,-35,45,-55,68r55,0r0,27r-107,0v1,-43,63,-58,74,-93v-4,-22,-38,-19,-37,6r-33,-3v-2,-57,103,-55,103,-5","w":300},"\u00bc":{"d":"16,-228v18,-5,37,-16,44,-33r27,0r0,133r-33,0r0,-90v-11,8,-24,13,-38,17r0,-27xm88,9r-28,0r153,-270r27,0xm247,7r0,-25r-64,0r0,-25r67,-83r28,0r0,82r19,0r0,26r-19,0r0,25r-31,0xm247,-44r0,-39r-33,39r33,0","w":300},"\u00be":{"d":"72,-224v-5,-20,-32,-13,-32,6r-31,-5v3,-51,97,-49,97,-2v0,11,-8,20,-17,25v14,6,24,15,24,32v1,37,-61,55,-90,31v-9,-7,-14,-17,-16,-29r32,-4v3,11,6,19,20,19v11,0,20,-8,19,-19v-1,-16,-17,-20,-34,-15r4,-25v14,-1,23,-2,24,-14xm92,9r-28,0r153,-270r28,0xm246,7r0,-25r-63,0r0,-25r67,-83r28,0r0,82r19,0r0,26r-19,0r0,25r-32,0xm246,-44r0,-39r-32,39r32,0","w":300},"\u00af":{"d":"-3,-273r0,-32r205,0r0,32r-205,0","w":198},"\u00b7":{"d":"35,-101r0,-49r50,0r0,49r-50,0","w":119},"\u0393":{"d":"27,-258r181,0r0,44r-129,0r0,214r-52,0r0,-258","w":216,"k":{"\u03ca":-17,"\u03b9":12,"\u03af":12,"\u039b":39,"\u0394":39,"\u0391":39,".":40,",":40}},"\u0398":{"d":"144,4v-86,1,-127,-49,-129,-131v-2,-81,45,-135,125,-135v79,0,125,54,125,134v0,78,-47,132,-121,132xm140,-218v-47,0,-71,36,-71,89v0,53,26,89,71,89v46,0,71,-35,71,-90v0,-53,-24,-88,-71,-88xm98,-107r0,-44r84,0r0,44r-84,0","w":280,"k":{"\u03ab":10,"\u03a5":10,"\u039b":10,"\u0394":10,"\u0391":10}},"\u03a6":{"d":"15,-132v1,-67,41,-105,107,-109r0,-23r52,0r0,23v62,1,106,45,106,109v0,62,-43,110,-106,111r0,31r-52,0r0,-31v-64,-2,-108,-48,-107,-111xm122,-197v-50,0,-68,72,-39,110v9,12,22,19,39,21r0,-131xm174,-66v68,-1,71,-130,0,-131r0,131","w":295,"k":{"\u03ab":10,"\u03a5":10,"\u03a4":10,"\u0391":10}},"\u03b1":{"d":"14,-98v0,-51,29,-94,81,-93v25,0,46,12,62,36v2,-9,5,-19,10,-32r43,0v-27,51,-31,136,-2,187r-42,0r-9,-31v-14,23,-35,35,-62,35v-52,2,-81,-50,-81,-102xm103,-152v-26,0,-40,27,-39,59v0,30,13,58,40,58v27,0,38,-24,38,-58v0,-32,-13,-59,-39,-59","w":221},"\u03b4":{"d":"14,-94v-2,-44,30,-85,69,-90v-25,-17,-32,-23,-52,-39r0,-35r158,0r0,41r-88,0v29,32,107,55,104,125v-2,54,-36,96,-95,96v-62,0,-94,-39,-96,-98xm110,-146v-31,-1,-49,26,-49,58v0,33,19,53,48,54v29,0,48,-24,48,-56v0,-32,-18,-56,-47,-56","w":218,"k":{"\u03c0":10,"\u03c7":13,"\u03c4":10}},"\u03b5":{"d":"130,-141v-20,-12,-60,-18,-60,7v0,13,15,19,46,19r0,38v-31,1,-49,-1,-52,22v8,30,45,22,70,3r33,32v-51,36,-153,36,-153,-31v0,-21,11,-37,33,-46v-51,-27,-20,-94,44,-94v27,0,50,6,68,19","w":170},"\u03c3":{"d":"14,-92v0,-67,55,-114,127,-95r97,0r0,41r-45,0v37,67,-9,150,-84,150v-56,0,-95,-40,-95,-96xm110,-151v-29,0,-46,25,-46,58v0,33,17,57,46,57v29,0,47,-25,46,-58v0,-31,-16,-57,-46,-57","w":246},"\u03c4":{"d":"8,-187r144,0r0,41r-46,0r0,146r-49,0r0,-146r-49,0r0,-41","w":160,"k":{"\u03ce":10,"\u03c9":10,"\u03c2":10,"\u03bf":10,"\u03b6":10,"\u03ac":10,"\u03c6":10,"\u03c3":10,"\u03b4":10,"\u03b1":10}},"\u03c6":{"d":"104,5v-107,1,-128,-199,-4,-196r-11,44v-42,17,-26,105,15,111v4,-67,-19,-158,54,-155v54,2,86,42,86,93v0,54,-39,95,-90,103r0,66r-50,0r0,-66xm166,-151v-24,8,-7,81,-12,117v26,-12,39,-35,39,-70v0,-20,-9,-46,-27,-47","w":257,"k":{"\u03c0":10,"\u03c7":13,"\u03bb":4,"\u03c4":10}},"\u0387":{"d":"35,-137r0,-50r50,0r0,50r-50,0","w":119},"\u0384":{"d":"33,-210r24,-52r55,0r-48,52r-31,0","w":119},"\u0385":{"d":"70,-262r53,0r-40,52r-31,0xm127,-210r0,-42r42,0r0,42r-42,0xm-2,-210r0,-42r42,0r0,42r-42,0","w":167},"\u0386":{"d":"259,0r-56,0r-23,-59r-103,0r-21,59r-55,0r100,-258r55,0xm163,-102r-35,-96r-35,96r70,0xm-4,-212r28,-46r65,0r-57,46r-36,0","w":259,"k":{"\u03c7":13,"\u03bd":13,"\u03b3":13,"\u03ab":33,"\u03a5":33,"\u03a4":30,"\u039f":10,"\u03a6":10,"\u0398":10}},"\u0388":{"d":"93,0r0,-258r191,0r0,44r-139,0r0,57r130,0r0,43r-130,0r0,71r144,0r0,43r-196,0xm-12,-212r28,-46r66,0r-58,46r-36,0","w":307},"\u0389":{"d":"93,0r0,-258r52,0r0,102r102,0r0,-102r52,0r0,258r-52,0r0,-113r-102,0r0,113r-52,0xm-12,-212r28,-46r66,0r-58,46r-36,0","w":326},"\u038a":{"d":"93,0r0,-258r52,0r0,258r-52,0xm-12,-212r28,-46r66,0r-58,46r-36,0","w":170},"\u038c":{"d":"161,4v-86,1,-127,-49,-129,-131v-2,-81,45,-135,125,-135v79,0,125,54,125,134v0,78,-47,132,-121,132xm157,-218v-49,0,-71,37,-71,89v0,51,24,90,71,89v46,-1,71,-35,71,-90v0,-53,-24,-88,-71,-88xm-16,-212r28,-46r66,0r-58,46r-36,0","w":296,"k":{"\u03ab":10,"\u03a5":10}},"\u038e":{"d":"187,0r0,-108r-94,-150r61,0r61,102r59,-102r60,0r-95,150r0,108r-52,0xm-10,-212r28,-46r66,0r-58,46r-36,0","w":333,"k":{"\u03cc":27,"\u03ca":-16,"\u03bf":27,"\u03bc":13,"\u03ba":13,"\u03b9":13,"\u03b7":13,"\u03af":13,"\u03ae":13,"\u03ac":27,"\u03a9":14,"\u039f":14,"\u039b":33,"\u0394":33,"\u0391":33,"\u0390":-45,"\u03c6":27,"\u03c3":27,"\u03b4":13,"\u03b1":27,"\u03a6":14,"\u0398":14}},"\u038f":{"d":"88,-134v0,47,25,80,60,93r0,41r-118,0r0,-43r50,0v-85,-75,-45,-219,78,-219v122,0,161,145,76,219r51,0r0,43r-119,0r0,-41v78,-14,85,-175,-8,-177v-46,-1,-70,41,-70,84xm-18,-212r29,-46r65,0r-58,46r-36,0","w":301,"k":{"\u03ab":10,"\u03a5":10}},"\u0390":{"d":"26,0r0,-187r49,0r0,187r-49,0xm34,-262r53,0r-40,52r-31,0xm91,-210r0,-42r42,0r0,42r-42,0xm-38,-210r0,-42r42,0r0,42r-42,0","w":100},"\u0391":{"d":"259,0r-57,0r-23,-59r-103,0r-21,59r-55,0r100,-258r55,0xm163,-102r-36,-96r-35,96r71,0","w":259,"k":{"\u03c7":13,"\u03bd":13,"\u03b3":13,"\u03ab":33,"\u03a5":33,"\u03a4":30,"\u039f":10,"\u03a6":10,"\u0398":10}},"\u0392":{"d":"242,-75v0,66,-41,75,-128,75r-88,0r0,-258v88,3,202,-21,204,65v0,27,-18,47,-37,56v29,8,49,28,49,62xm179,-185v0,-43,-52,-27,-101,-30r0,60v45,-2,101,11,101,-30xm188,-77v0,-49,-61,-32,-110,-35r0,69v47,-3,110,14,110,-34","w":259},"\u0394":{"d":"259,0r-259,0r100,-258r55,0xm185,-43r-58,-155r-56,155r114,0","w":258,"k":{"\u03ab":33,"\u03a5":33,"\u03a4":30,"\u039f":10,"\u0398":10}},"\u0395":{"d":"26,0r0,-258r191,0r0,44r-139,0r0,57r130,0r0,43r-130,0r0,71r144,0r0,43r-196,0","w":240},"\u0396":{"d":"4,0r0,-47r135,-167r-120,0r0,-44r189,0r0,41r-141,174r146,0r0,43r-209,0","w":219},"\u0397":{"d":"26,0r0,-258r52,0r0,102r102,0r0,-102r52,0r0,258r-52,0r0,-113r-102,0r0,113r-52,0","w":259},"\u0399":{"d":"25,0r0,-258r52,0r0,258r-52,0","w":100},"\u039a":{"d":"27,0r0,-258r52,0r0,115r105,-115r70,0r-97,101r102,157r-67,0r-71,-121r-42,43r0,78r-52,0","w":259,"k":{"\u03ce":8,"\u03cc":8,"\u03c9":8,"\u03bf":8,"\u03be":8,"\u03b8":8,"\u03b6":8,"\u03ac":8,"\u039f":17,"\u03c6":8,"\u03c3":8,"\u03b4":8,"\u03b1":8,"\u03a6":17,"\u0398":17}},"\u039b":{"d":"148,-258r92,258r-56,0r-66,-191r-63,191r-55,0r92,-258r56,0","w":240,"k":{"\u03ab":33,"\u03a5":33,"\u03a4":30,"\u039f":10,"\u0398":10}},"\u039c":{"d":"25,0r0,-258r78,0r47,176r46,-176r78,0r0,258r-48,0r0,-203r-51,203r-50,0r-51,-203r0,203r-49,0","w":299},"\u039d":{"d":"27,0r0,-258r50,0r106,172r0,-172r48,0r0,258r-52,0r-104,-168r0,168r-48,0","w":259},"\u039e":{"d":"23,-258r186,0r0,44r-186,0r0,-44xm33,-158r166,0r0,44r-166,0r0,-44xm18,-43r196,0r0,43r-196,0r0,-43","w":231},"\u039f":{"d":"141,4v-76,0,-126,-52,-125,-131v1,-85,41,-133,124,-135v78,-1,126,54,126,134v0,81,-48,132,-125,132xm141,-218v-48,0,-72,36,-72,89v0,53,25,89,72,89v48,0,71,-37,71,-90v0,-53,-24,-88,-71,-88","w":280,"k":{"\u03ab":10,"\u03a5":10,"\u039b":10,"\u0394":10,"\u0391":10}},"\u03a0":{"d":"27,0r0,-258r206,0r0,258r-52,0r0,-214r-102,0r0,214r-52,0","w":259},"\u03a1":{"d":"224,-178v0,76,-62,85,-146,81r0,97r-52,0r0,-258r84,0v81,-4,114,15,114,80xm170,-178v-1,-42,-45,-36,-92,-36r0,73v47,0,92,5,92,-37","w":240,"k":{"\u039b":27,"\u0394":27,"\u0391":27,".":46,",":46}},"\u03a3":{"d":"19,-258r179,0r0,44r-115,0r67,79r-74,92r127,0r0,43r-187,0r0,-48r69,-87r-66,-76r0,-47","w":216,"k":{"\u03c0":6,"\u03c4":6}},"\u03a4":{"d":"84,0r0,-214r-76,0r0,-44r205,0r0,44r-77,0r0,214r-52,0","w":219,"k":{"\u03cd":27,"\u03cc":27,"\u03cb":27,"\u03ca":-16,"\u03c8":27,"\u03c7":22,"\u03c5":27,"\u03bf":27,"\u03bd":27,"\u03bc":27,"\u03b9":7,"\u03b7":27,"\u03b3":27,"\u03ad":27,"\u03ac":27,"\u03a9":7,"\u039f":7,"\u039b":27,"\u0394":29,"\u0391":27,"\u0390":-43,"\u03c6":27,"\u03c3":27,"\u03b5":27,"\u03b4":15,"\u03b1":27,"\u03a6":10,"\u0398":7,";":40,":":40,".":40,"-":20,",":40}},"\u03a5":{"d":"94,0r0,-108r-95,-150r61,0r61,102r60,-102r59,0r-94,150r0,108r-52,0","w":240,"k":{"\u03cc":27,"\u03ca":-16,"\u03bf":27,"\u03bc":13,"\u03ba":13,"\u03b9":13,"\u03b7":13,"\u03b3":15,"\u03af":13,"\u03ae":13,"\u03ac":27,"\u03a9":14,"\u039f":14,"\u039b":33,"\u0394":33,"\u0391":33,"\u0390":-45,"\u03c6":27,"\u03c3":27,"\u03b4":13,"\u03b1":27,"\u03a6":14,"\u0398":14,";":27,":":27,".":40,"-":20,",":40}},"\u03a7":{"d":"0,0r88,-134r-80,-124r61,0r52,83r50,-83r61,0r-80,125r88,133r-63,0r-57,-89r-58,89r-62,0","w":240,"k":{"\u03ce":5,"\u03c9":5}},"\u03a8":{"d":"120,-75v-75,-4,-107,-34,-105,-114r0,-69r52,0v3,63,-15,143,53,139r0,-139r52,0r0,139v67,4,49,-77,52,-139r52,0r0,69v1,79,-28,111,-104,114r0,75r-52,0r0,-75","w":291,"k":{"\u03ce":7,"\u03cc":7,"\u03c9":7,"\u03bf":7,"\u03ac":7,"\u03c6":7,"\u03c3":7,"\u03b4":7,"\u03b1":7}},"\u03a9":{"d":"75,-134v0,47,23,80,60,93r0,41r-118,0r0,-43r50,0v-85,-75,-46,-219,77,-219v122,0,162,145,77,219r50,0r0,43r-118,0r0,-41v37,-12,60,-47,61,-93v1,-43,-24,-84,-70,-84v-45,0,-69,42,-69,84","w":288,"k":{"\u03ab":10,"\u03a5":10}},"\u03aa":{"d":"25,0r0,-258r52,0r0,258r-52,0xm-9,-275r0,-42r42,0r0,42r-42,0xm66,-275r0,-42r43,0r0,42r-43,0","w":100},"\u03ab":{"d":"94,0r0,-108r-95,-150r61,0r61,102r60,-102r59,0r-94,150r0,108r-52,0xm58,-275r0,-42r42,0r0,42r-42,0xm133,-275r0,-42r43,0r0,42r-43,0","w":240,"k":{"\u03cc":27,"\u03ca":-16,"\u03bf":27,"\u03bc":13,"\u03ba":13,"\u03b9":13,"\u03b7":13,"\u03af":13,"\u03ae":13,"\u03ac":27,"\u03a9":14,"\u039f":14,"\u039b":33,"\u0394":33,"\u0391":33,"\u0390":-45,"\u03c6":27,"\u03c3":27,"\u03b4":13,"\u03b1":27,"\u03a6":14,"\u0398":14}},"\u03ac":{"d":"14,-98v0,-51,29,-94,81,-93v25,0,46,12,62,36v2,-9,5,-19,10,-32r43,0v-27,51,-31,136,-2,187r-42,0r-9,-31v-14,23,-35,35,-62,35v-52,2,-81,-50,-81,-102xm103,-152v-26,0,-40,27,-39,59v0,30,13,58,40,58v27,0,38,-24,38,-58v0,-32,-13,-59,-39,-59xm91,-210r24,-52r55,0r-48,52r-31,0","w":221},"\u03ad":{"d":"130,-141v-20,-12,-60,-18,-60,7v0,13,15,19,46,19r0,38v-31,1,-49,-1,-52,22v8,30,45,22,70,3r33,32v-51,36,-153,36,-153,-31v0,-21,11,-37,33,-46v-51,-27,-20,-94,44,-94v27,0,50,6,68,19xm57,-210r24,-52r55,0r-48,52r-31,0","w":170},"\u03ae":{"d":"71,-159v36,-53,124,-41,124,43r0,187r-49,0r0,-166v0,-37,-1,-58,-31,-58v-61,0,-36,92,-41,153r-49,0r0,-187r46,0r0,28xm83,-210r24,-52r55,0r-48,52r-31,0","w":219},"\u03af":{"d":"26,0r0,-187r49,0r0,187r-49,0xm23,-210r24,-52r55,0r-48,52r-31,0","w":100},"\u03b0":{"d":"105,4v-95,5,-85,-97,-84,-191r49,0v6,54,-21,151,35,151v56,0,27,-98,34,-151r50,0r0,88v3,68,-24,100,-84,103xm91,-262r53,0r-40,52r-31,0xm148,-210r0,-42r42,0r0,42r-42,0xm19,-210r0,-42r42,0r0,42r-42,0","w":209},"\u03b2":{"d":"206,-71v5,73,-92,102,-131,44r0,98r-50,0r0,-237v-2,-64,35,-94,88,-96v42,-1,80,26,79,67v0,27,-20,48,-43,53v37,4,55,35,57,71xm156,-72v-1,-34,-22,-55,-59,-54r0,-27v53,7,65,-70,13,-70v-47,1,-33,67,-35,114v-2,43,12,72,48,74v19,1,33,-17,33,-37","w":219},"\u03b3":{"d":"75,0r-72,-187r51,0r46,127r46,-127r51,0r-72,187r0,71r-50,0r0,-71"},"\u03b6":{"d":"82,31v20,7,35,-15,20,-27v-25,-6,-61,-6,-72,-28v-41,-77,0,-124,72,-193r-69,0r0,-41r130,0r0,33v-56,39,-108,87,-98,164v6,11,14,15,30,16v65,6,80,61,44,101v-13,13,-36,20,-69,20","w":165,"k":{"\u03c0":13,"\u03ce":20,"\u03cc":20,"\u03c9":20,"\u03bf":20,"\u03bd":12,"\u03ba":9,"\u03b9":9,"\u03b8":13,"\u03b7":9,"\u03b3":12,"\u03ae":9,"\u03ac":20,"\u03c6":20,"\u03c4":13,"\u03c3":20,"\u03b4":13,"\u03b1":20}},"\u03b7":{"d":"71,-159v36,-53,124,-41,124,43r0,187r-49,0r0,-166v0,-37,-1,-58,-31,-58v-61,0,-36,92,-41,153r-49,0r0,-187r46,0r0,28","w":219},"\u03b8":{"d":"97,4v-65,0,-83,-52,-83,-134v0,-88,27,-132,83,-132v56,0,84,44,84,133v0,89,-28,133,-84,133xm130,-149v-4,-44,-2,-68,-33,-73v-30,4,-30,30,-32,73r65,0xm65,-108v3,44,1,67,32,72v31,-4,29,-29,33,-72r-65,0","w":194},"\u03b9":{"d":"26,0r0,-187r49,0r0,187r-49,0","w":100},"\u03ba":{"d":"25,-187r49,0r0,65r58,-65r60,0r-75,79r81,108r-58,0r-54,-75r-12,12r0,63r-49,0r0,-187","k":{"\u03ce":12,"\u03cc":12,"\u03c9":12,"\u03c2":12,"\u03bf":12,"\u03be":12,"\u03b8":5,"\u03b6":12,"\u03ac":12,"\u03c6":12,"\u03c3":12,"\u03b4":12,"\u03b1":12}},"\u03bb":{"d":"197,0r-51,0r-47,-127r-46,127r-50,0r71,-187r-27,-71r49,0","k":{"\u03ce":4,"\u03cd":5,"\u03cc":4,"\u03cb":5,"\u03c9":4,"\u03c5":5,"\u03c2":4,"\u03bf":4,"\u03be":4,"\u03b6":4,"\u03b0":5,"\u03ac":4,"\u03c6":4,"\u03c3":4,"\u03b4":4,"\u03b1":4}},"\u03bc":{"d":"109,-35v57,0,32,-94,37,-152r49,0r0,187r-46,0r0,-22v-15,35,-60,35,-74,0r0,93r-50,0r0,-258r50,0v6,56,-20,152,34,152","w":220},"\u03bd":{"d":"77,0r-75,-187r52,0r45,127r46,-127r51,0r-74,187r-45,0"},"\u03be":{"d":"138,-138v-48,-5,-94,42,-64,80v24,18,92,28,86,70v-6,42,-36,65,-89,64r11,-45v18,1,37,-13,23,-25v-41,-15,-91,-23,-91,-80v0,-32,18,-57,55,-77v-29,-8,-47,-26,-47,-56v0,-50,56,-59,118,-55r0,43v-30,-1,-66,-4,-67,21v4,25,31,18,65,20r0,40","w":160,"k":{"\u03cc":4,"\u03c2":4,"\u03bf":4,"\u03be":4,"\u03b6":4,"\u03ac":4,"\u03c6":4,"\u03c3":4,"\u03b4":4,"\u03b1":4}},"\u03bf":{"d":"111,4v-60,-1,-98,-38,-97,-100v1,-55,39,-95,97,-95v55,0,96,42,96,97v0,54,-41,100,-96,98xm111,-151v-29,0,-46,24,-46,58v0,34,17,57,46,57v28,0,45,-25,45,-58v0,-32,-17,-57,-45,-57","w":219,"k":{"\u03c0":10,"\u03c7":13,"\u03c4":10}},"\u03c1":{"d":"209,-92v0,70,-75,124,-139,81r0,82r-49,0v5,-113,-29,-262,89,-262v57,0,99,44,99,99xm114,-151v-30,0,-44,23,-44,63v0,29,16,52,44,52v28,0,44,-27,44,-58v0,-33,-15,-57,-44,-57","w":222,"k":{"\u03c0":10,"\u03c4":10}},"\u03c2":{"d":"33,-35v-60,-84,42,-192,148,-147r-10,41v-52,-19,-112,6,-112,54v0,62,123,27,118,104v-2,49,-55,68,-111,56r11,-42v27,10,64,-2,44,-27v-25,-12,-74,-20,-88,-39","w":187},"\u03c5":{"d":"105,4v-95,5,-85,-97,-84,-191r49,0v6,54,-21,151,35,151v56,0,27,-98,34,-151r50,0r0,88v3,68,-24,100,-84,103","w":209},"\u03c7":{"d":"7,-187r55,0r41,87r45,-87r52,0r-67,128r72,130r-57,0r-45,-89r-46,89r-54,0r71,-130","w":207,"k":{"\u03ce":8,"\u03cc":13,"\u03c9":8,"\u03c2":13,"\u03bf":13,"\u03b6":13,"\u03ac":13,"\u03c6":13,"\u03c3":13,"\u03b4":13,"\u03b1":13}},"\u03c8":{"d":"111,5v-62,-7,-90,-29,-90,-99r0,-93r49,0v7,57,-24,147,41,152r0,-152r49,0r0,152v62,-2,35,-93,41,-152r49,0r0,93v2,70,-28,92,-90,99r0,66r-49,0r0,-66","w":271},"\u03c9":{"d":"205,-35v59,0,31,-115,12,-152r47,0v12,20,27,66,27,97v1,51,-30,96,-80,94v-28,0,-48,-13,-59,-39v-11,26,-31,39,-59,39v-92,0,-92,-133,-53,-191r47,0v-15,32,-23,65,-23,99v-1,31,11,53,35,53v41,0,25,-63,28,-104r50,0v3,41,-13,104,28,104","w":304,"k":{"\u03c0":10,"\u03c7":8,"\u03c4":10}},"\u03ca":{"d":"26,0r0,-187r49,0r0,187r-49,0xm-9,-220r0,-42r42,0r0,42r-42,0xm66,-220r0,-42r43,0r0,42r-43,0","w":100},"\u03cb":{"d":"105,4v-95,5,-85,-97,-84,-191r49,0v6,54,-21,151,35,151v56,0,27,-98,34,-151r50,0r0,88v3,68,-24,100,-84,103xm46,-220r0,-42r42,0r0,42r-42,0xm121,-220r0,-42r43,0r0,42r-43,0","w":209},"\u03cc":{"d":"111,4v-60,-1,-98,-38,-97,-100v1,-55,39,-95,97,-95v55,0,96,42,96,97v0,54,-41,100,-96,98xm111,-151v-29,0,-46,24,-46,58v0,34,17,57,46,57v28,0,45,-25,45,-58v0,-32,-17,-57,-45,-57xm83,-210r24,-52r55,0r-48,52r-31,0","w":219,"k":{"\u03c0":10,"\u03c7":13,"\u03c4":10}},"\u03cd":{"d":"105,4v-95,5,-85,-97,-84,-191r49,0v6,54,-21,151,35,151v56,0,27,-98,34,-151r50,0r0,88v3,68,-24,100,-84,103xm78,-210r24,-52r55,0r-48,52r-31,0","w":209},"\u03ce":{"d":"205,-35v59,0,31,-115,12,-152r47,0v12,20,27,66,27,97v1,51,-30,96,-80,94v-28,0,-48,-13,-59,-39v-11,26,-31,39,-59,39v-92,0,-92,-133,-53,-191r47,0v-15,32,-23,65,-23,99v-1,31,11,53,35,53v41,0,25,-63,28,-104r50,0v3,41,-13,104,28,104xm114,-210r24,-52r55,0r-48,52r-31,0","w":304,"k":{"\u03c0":10,"\u03c7":8,"\u03c4":10}},"\u03c0":{"d":"8,-187r259,0r0,41r-50,0r0,146r-49,0r0,-146r-61,0r0,146r-49,0r0,-146r-50,0r0,-41","w":275,"k":{"\u03ce":10,"\u03c9":10,"\u03c2":10,"\u03bf":10,"\u03bb":13,"\u03b6":10,"\u03ac":10,"\u03c6":10,"\u03c3":10,"\u03b4":10,"\u03b1":10}},"\u00a4":{"d":"32,-90v-13,-18,-13,-55,-1,-75r-23,-23r29,-32r24,24v21,-12,56,-13,77,0r23,-23r30,29r-23,24v12,19,12,57,0,76r23,24r-29,30r-24,-24v-21,12,-55,13,-76,0r-23,23r-30,-29xm99,-163v-19,0,-35,16,-35,35v0,19,16,36,35,36v19,0,36,-16,36,-36v0,-20,-16,-35,-36,-35"},"\u0374":{"d":"112,-262r-48,52r-31,0r24,-52r55,0","w":119},"\u0375":{"d":"87,18r-24,53r-56,0r49,-53r31,0","w":119},"\u037a":{"d":"84,72r-49,0r9,-50r32,0","w":119},"\u03d0":{"d":"69,-130v49,-42,133,-12,133,58v0,48,-39,77,-90,76v-68,-1,-93,-58,-94,-133v-1,-74,31,-131,97,-133v35,-1,67,17,67,50v0,45,-74,60,-109,36v-4,12,-6,31,-4,46xm139,-214v-3,-15,-45,-12,-52,4v7,8,53,9,52,-4xm115,-36v22,1,37,-15,37,-36v1,-21,-15,-36,-37,-36v-22,0,-38,15,-38,36v0,21,17,36,38,36","w":219},"\u03d1":{"d":"45,-199v0,-39,30,-63,70,-63v51,0,76,33,76,98r19,0r0,39r-19,0v-3,67,-32,129,-95,129v-66,0,-77,-37,-62,-85v-1,-14,-16,-10,-25,-2r-7,-36v29,-20,79,-13,79,25v0,22,-20,60,15,59v33,0,47,-49,46,-90v-55,1,-97,-23,-97,-74xm142,-164v0,-27,-7,-60,-27,-60v-16,0,-23,9,-23,25v0,23,16,35,50,35","w":209},"\u03d2":{"d":"278,-223r-25,25v-20,-20,-32,-29,-47,-5r-59,95r0,108r-52,0r0,-108r-95,-150r60,0r59,102v28,-42,56,-137,127,-95v12,8,23,17,32,28","w":277},"\u03d3":{"d":"361,-223r-25,25v-20,-20,-32,-29,-47,-5r-59,95r0,108r-52,0r0,-108r-95,-150r60,0r59,102v28,-42,56,-137,127,-95v12,8,23,17,32,28xm79,-262r-48,52r-31,0r24,-52r55,0","w":360},"\u03d4":{"d":"278,-223r-25,25v-20,-20,-32,-29,-47,-5r-59,95r0,108r-52,0r0,-108r-95,-150r60,0r59,102v28,-42,56,-137,127,-95v12,8,23,17,32,28xm64,-273r0,-42r42,0r0,42r-42,0xm139,-273r0,-42r43,0r0,42r-43,0","w":277},"\u03d5":{"d":"160,-191v55,-3,93,39,95,95v2,61,-35,99,-95,100r0,67r-50,0r0,-67v-59,-1,-98,-40,-96,-100v3,-55,38,-95,96,-95r0,-67r50,0r0,67xm160,-36v44,3,56,-66,34,-97v-8,-12,-19,-18,-34,-18r0,115xm110,-151v-44,-3,-56,66,-34,97v8,12,19,18,34,18r0,-115","w":269},"\u03d6":{"d":"152,-35v-33,76,-138,30,-138,-55v0,-16,3,-35,9,-56r-9,0r0,-41r277,0r0,41r-10,0v26,69,0,150,-70,150v-28,0,-48,-13,-59,-39xm177,-113v0,35,-5,78,28,78v41,0,40,-70,27,-111r-160,0v-11,40,-18,111,27,111v34,0,28,-42,28,-78r50,0","w":304},"\u03d7":{"d":"200,-144v5,42,-21,123,40,106v2,60,2,117,-56,114v-10,0,-22,-2,-35,-6r9,-42v22,6,35,-2,33,-28v-32,-11,-44,-43,-40,-89r-78,89r-69,0r40,-44v-5,-40,19,-122,-35,-104r-5,-40v58,-14,98,24,89,90r80,-89r67,0","w":243},"\u03d8":{"d":"140,-262v80,-1,125,55,126,134v1,71,-38,121,-100,130r0,69r-52,0r0,-69v-60,-10,-99,-59,-98,-129v1,-86,42,-133,124,-135xm141,-40v47,0,71,-39,71,-90v0,-52,-23,-88,-71,-88v-49,0,-73,37,-72,89v0,50,26,89,72,89","w":280},"\u03d9":{"d":"111,-191v55,-1,96,42,96,97v0,47,-31,86,-71,95r0,70r-50,0r0,-70v-46,-10,-74,-44,-72,-97v2,-55,39,-94,97,-95xm111,-36v30,0,45,-26,45,-58v0,-32,-16,-57,-45,-57v-30,0,-46,26,-46,58v0,32,16,57,46,57","w":219},"\u03da":{"d":"21,-153v0,-96,109,-137,183,-90v19,12,33,32,41,56r-52,13v-13,-72,-118,-48,-118,21v0,50,40,81,90,65r0,88r-52,0r0,-42v-58,-7,-92,-47,-92,-111","w":259},"\u03db":{"d":"15,-93v0,-59,33,-97,90,-98v44,0,72,20,84,60r-49,8v-3,-20,-15,-29,-34,-29v-27,0,-40,18,-40,55v0,71,123,43,121,111v-3,64,-91,73,-156,52r13,-42v30,15,77,19,92,-6v-6,-19,-31,-18,-61,-27v-40,-12,-60,-40,-60,-84"},"\u03dc":{"d":"203,-214r-124,0r0,61r107,0r0,74r-52,0r0,-31r-55,0r0,110r-52,0r0,-258r176,0r0,44","w":219},"\u03dd":{"d":"150,-147r-77,0r0,55r71,0r0,66r-35,0r0,-26r-36,0r0,123r-49,0r0,-258r126,0r0,40","w":162},"\u03de":{"d":"6,-261v48,-6,99,9,91,59r-11,72r156,-87r4,0r-22,157v-2,25,24,27,47,22r-6,41v-48,6,-98,-9,-91,-59r10,-72r-155,87r-4,-1r21,-156v2,-26,-22,-26,-46,-22","w":270},"\u03df":{"d":"185,-153v-12,57,-36,100,-52,153r-34,0r37,-104r-131,0v11,-58,36,-101,52,-154r34,0r-37,105r131,0","w":190},"\u03e0":{"d":"104,-262v104,0,176,97,173,207v-2,96,-55,125,-159,126r-16,-48v65,19,124,6,124,-69v0,-29,-7,-57,-18,-85v-50,3,-25,83,-31,131r-49,0r0,-84v0,-44,25,-71,66,-76v-24,-41,-51,-62,-83,-62r0,87r-50,0r0,-75v-18,13,-32,29,-43,47r-16,-40v16,-29,61,-59,102,-59","w":289},"\u03e1":{"d":"38,-262v106,41,166,99,169,231v0,33,-3,63,-10,89r-55,18v15,-54,19,-91,7,-142r-59,29r-17,-36r65,-31v-3,-8,-8,-19,-14,-34r-67,33r-16,-34r61,-31v-24,-24,-57,-43,-100,-57","w":219},"\u03e2":{"d":"110,-34v30,1,43,-31,43,-63r0,-161r51,0r0,174v0,34,11,50,32,50v29,0,43,-20,43,-62r0,-162r52,0r0,253v0,58,-9,81,-59,81r-246,0r0,-46r232,0v25,0,20,-25,21,-53v-24,36,-101,37,-117,-3v-33,47,-136,40,-136,-41r0,-191r52,0r0,178v0,31,11,46,32,46","w":357},"\u03e3":{"d":"211,-34v59,0,32,-96,38,-153r49,0r0,181v1,57,-8,82,-56,82r-219,0r0,-46r205,0v25,1,20,-26,21,-54v-26,37,-86,39,-107,-1v-36,50,-119,37,-119,-42r0,-120r50,0r0,107v1,33,1,46,26,46v55,0,32,-96,37,-153r49,0r1,128v2,17,7,26,25,25","w":320},"\u03e4":{"d":"22,-177v0,-66,60,-97,128,-81r-13,42v-32,-11,-63,1,-63,39v0,54,70,53,99,30r0,-111r53,0r0,258r-53,0r0,-104v-67,34,-151,8,-151,-73","w":252},"\u03e5":{"d":"104,-105v61,0,36,-95,41,-153r49,0r0,258r-49,0r0,-95v-41,51,-121,33,-121,-53v0,-61,-6,-114,58,-114v14,0,28,2,41,6r-7,35v-21,-5,-44,-7,-42,21v3,40,-9,96,30,95","w":219},"\u03e6":{"d":"79,-154v77,-38,152,6,152,93v0,91,-39,137,-118,137r-86,0r0,-46r86,0v44,1,66,-34,66,-79v0,-80,-54,-90,-100,-62r0,111r-52,0r0,-258r52,0r0,104","w":252},"\u03e7":{"d":"109,4v-26,7,-63,-45,-68,-4r-39,0v-1,-30,19,-53,46,-55v17,-1,43,20,58,20v29,0,43,-28,38,-66v-40,36,-119,31,-123,-27v-4,-65,93,-79,137,-46v7,-9,14,-18,21,-28r28,33v-7,10,-14,19,-21,28v27,65,-2,152,-77,145xm127,-140v-19,-31,-97,12,-41,19v12,0,26,-6,41,-19","w":217},"\u03e8":{"d":"120,-39v37,0,64,-32,38,-62r45,-13v43,60,-12,121,-82,119v-61,-2,-103,-26,-103,-80v0,-57,33,-68,94,-85v37,-10,50,-9,56,-34v-1,-20,-23,-25,-44,-25v-30,0,-43,11,-47,37r-52,-2v1,-53,42,-78,99,-78v80,0,120,72,70,124v-23,24,-122,21,-124,63v-1,24,24,36,50,36","w":240},"\u03e9":{"d":"70,-75v8,54,88,37,133,17r15,47v-26,10,-59,15,-98,15v-61,1,-102,-24,-102,-79v0,-57,33,-68,94,-85v37,-10,50,-9,56,-34v-1,-20,-23,-25,-44,-25v-30,0,-43,11,-47,37r-52,-2v1,-53,42,-78,99,-78v80,0,120,72,70,124v-23,24,-121,21,-124,63","w":240},"\u03ea":{"d":"228,-249r-9,40v-21,-10,-42,-16,-51,2r-23,47r56,117r0,43r-171,0r0,-43r57,-117v-15,-19,-14,-58,-44,-58v-8,0,-18,3,-31,9r-8,-40v38,-14,83,-25,101,9r11,21v9,-21,19,-43,49,-43v19,0,40,4,63,13xm144,-43r-28,-58r-28,58r56,0","w":231},"\u03eb":{"d":"216,-180r-11,36v-33,-21,-52,10,-65,29r53,72r0,43r-168,0r0,-43r53,-72v-13,-20,-33,-50,-66,-29r-10,-36v43,-20,90,-12,107,24v16,-37,64,-44,107,-24xm132,-43r-23,-31r-23,31r46,0","w":217},"\u03ec":{"d":"75,-173v72,-38,175,-3,175,81v0,64,-50,97,-117,96v-77,0,-119,-45,-118,-123v2,-114,83,-148,211,-143r0,44v-80,-1,-130,0,-151,45xm133,-40v31,0,64,-21,63,-52v0,-31,-31,-52,-63,-52v-33,0,-63,20,-63,51v0,31,30,53,63,53","w":264},"\u03ed":{"d":"85,-124v55,-15,113,3,110,61v-2,46,-39,67,-91,67v-96,0,-120,-129,-53,-172v35,-22,84,-21,144,-23r0,40v-19,2,-97,0,-112,15v-32,21,-23,100,22,100v48,0,53,-54,10,-53v-11,0,-21,2,-30,5r0,-40","w":208},"\u03ee":{"d":"117,-201v51,-5,70,27,59,74r-27,-8v8,-24,-4,-37,-32,-34r0,169r-52,0r0,-169v-27,-3,-41,10,-31,34r-27,8v-11,-46,6,-80,58,-74r0,-57r52,0r0,57","w":182},"\u03ef":{"d":"151,-159r-47,0r0,159r-67,-18r0,-10r18,0r0,-131r-20,0v-10,8,-9,27,-28,26r0,-58r48,0r0,-67r67,18r0,10r-18,0r0,39r47,0r0,32","w":158},"\u03f0":{"d":"200,-144v6,40,-20,120,34,106r6,39v-59,14,-99,-23,-89,-90r-78,89r-69,0r40,-44v-5,-40,19,-122,-35,-104r-5,-40v58,-14,98,24,89,90r80,-89r67,0","w":243},"\u03f1":{"d":"110,-191v55,-3,97,42,97,96v0,48,-40,95,-88,94v-32,0,-55,-14,-69,-41v-1,59,32,72,88,72v44,0,58,8,62,46r-34,0v-4,-11,-25,-7,-39,-7v-85,-2,-108,-39,-111,-125v-3,-87,21,-131,94,-135xm111,-40v28,0,45,-25,45,-55v0,-30,-16,-55,-46,-55v-27,0,-44,26,-44,55v0,30,17,55,45,55","w":222},"\u03f2":{"d":"15,-93v0,-107,150,-136,174,-38r-49,8v-3,-19,-14,-30,-34,-29v-29,1,-40,20,-40,55v0,66,70,83,77,25r48,9v-10,42,-36,66,-86,67v-56,0,-90,-39,-90,-97"},"\u03f3":{"d":"25,-212r0,-46r49,0r0,46r-49,0xm-8,28v26,5,33,-2,33,-37r0,-178r49,0r0,181v9,72,-31,92,-91,76","w":100},"\u03f4":{"d":"140,-262v80,0,125,54,125,134v0,77,-46,132,-121,132v-80,0,-128,-49,-129,-131v-1,-82,46,-135,125,-135xm210,-151v-1,-66,-79,-87,-119,-48v-12,11,-18,27,-21,48r140,0xm70,-107v2,61,81,90,121,45v10,-11,16,-26,19,-45r-140,0","w":280},"\u03f5":{"d":"14,-94v0,-80,59,-101,144,-93r0,40v-44,0,-92,-8,-92,38r52,0r0,30r-52,0v1,47,47,39,92,39r0,40v-86,6,-144,-9,-144,-94","w":172},"\u03f6":{"d":"14,-187v85,-7,144,12,144,93v0,84,-57,101,-144,94r0,-40v45,0,92,8,93,-39r-53,0r0,-30r53,0v-1,-46,-48,-38,-93,-38r0,-40","w":172},"\u03f7":{"d":"224,-130v0,76,-61,86,-146,81r0,49r-52,0r0,-258r52,0r0,49v88,-4,146,2,146,79xm170,-130v-1,-42,-43,-35,-92,-36r0,74v48,0,92,6,92,-38","w":240},"\u03f8":{"d":"207,-94v10,82,-86,130,-133,71r0,94r-50,0r0,-329r50,0r0,93v48,-57,142,-10,133,71xm115,-153v-28,0,-42,23,-42,56v0,37,15,62,44,62v27,0,39,-24,39,-58v0,-36,-12,-60,-41,-60","w":219},"\u03f9":{"d":"134,-40v34,0,51,-23,57,-55r51,16v-15,51,-46,83,-108,83v-71,0,-117,-54,-117,-131v0,-139,187,-188,224,-60r-52,13v-5,-24,-25,-45,-54,-44v-44,1,-64,35,-64,88v0,56,18,90,63,90","w":259},"\u03fa":{"d":"274,0r-48,0r0,-203r-53,83r-46,0r-53,-83r0,203r-49,0r0,-258r68,0r57,92r57,-92r67,0r0,258","w":299},"\u03fb":{"d":"243,0r-42,0r0,-123r-46,123r-42,0r-44,-123r0,194r-42,0r0,-258r61,0r47,130r47,-130r61,0r0,187","w":266},"\u03fc":{"d":"114,-36v29,0,44,-28,44,-58v0,-33,-14,-57,-44,-57v-30,0,-44,21,-44,63v0,30,17,51,44,52xm110,-191v57,0,99,43,99,99v0,70,-75,124,-139,81r0,29r54,0r0,33r-54,0r0,20r-49,0r0,-20r-19,0r0,-33r19,0v-2,-102,-11,-209,89,-209","w":222},"\u03fd":{"d":"122,-262v77,-1,121,56,121,135v0,75,-44,131,-117,131v-56,0,-93,-28,-108,-83r51,-16v8,36,27,55,57,55v42,0,63,-30,63,-90v0,-58,-21,-88,-64,-88v-29,0,-49,20,-54,44r-52,-13v13,-48,49,-74,103,-75","w":259},"\u03fe":{"d":"189,-174v-5,-24,-25,-44,-54,-44v-43,0,-64,30,-64,88v0,104,104,121,120,35r51,16v-15,55,-52,83,-108,83v-73,0,-117,-56,-117,-131v0,-80,44,-136,121,-135v54,0,90,28,103,75xm160,-104r-50,0r0,-49r50,0r0,49","w":259},"\u03ff":{"d":"150,-104r-50,0r0,-49r50,0r0,49xm122,-262v77,-1,121,56,121,135v0,75,-44,131,-117,131v-56,0,-93,-28,-108,-83r51,-16v8,36,27,55,57,55v42,0,63,-30,63,-90v0,-58,-21,-88,-64,-88v-29,0,-49,20,-54,44r-52,-13v13,-48,49,-74,103,-75","w":259},"\u037b":{"d":"95,-191v57,1,90,39,90,98v0,58,-32,98,-89,97v-47,0,-77,-22,-87,-67r49,-9v4,24,16,36,35,36v27,0,41,-21,41,-61v0,-61,-64,-75,-74,-26r-48,-8v12,-40,39,-60,83,-60"},"\u037c":{"d":"131,-72r-50,0r0,-49r50,0r0,49xm15,-93v0,-59,33,-97,90,-98v44,0,72,20,84,60r-49,8v-3,-20,-15,-29,-34,-29v-27,0,-40,18,-40,55v0,68,67,83,77,25r48,9v-10,45,-39,67,-86,67v-57,1,-90,-39,-90,-97"},"\u037d":{"d":"120,-72r-49,0r0,-49r49,0r0,49xm95,-191v57,1,90,39,90,98v0,58,-32,98,-89,97v-47,0,-77,-22,-87,-67r49,-9v4,24,16,36,35,36v27,0,41,-21,41,-61v0,-61,-64,-75,-74,-26r-48,-8v12,-40,39,-60,83,-60"}}});
