(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return !!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return !!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return +new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return !o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return -1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});
(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return !!T.firstChild},empty:function(T){return !T.firstChild},has:function(V,U,T){return !!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex" in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return !F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());
Cufon.registerFont({"w":0,"face":{"font-family":"Tahoma","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 4 3 5 4 4 2 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-216 -372.08 482.037 75.1772","underline-thickness":"22.8516","underline-position":"-18.457","unicode-range":"U+0020-U+FFFC"},"glyphs":{" ":{"w":112},"\ue818":{"d":"107,-301v13,41,-29,71,-51,43v-5,27,-60,24,-56,-11r1,-17v8,2,21,-5,16,8v-1,13,0,22,13,22v17,0,17,-20,16,-39r17,0v-9,32,30,43,29,11r-1,-17r16,0xm105,-355r-101,18r0,-18r101,-17r0,17xm105,-320r-101,18r0,-18r101,-17r0,17","w":108},"\ufc5e":{"d":"107,-294v12,42,-28,70,-52,44v-5,27,-59,24,-55,-11r1,-18v27,-10,5,32,28,31v16,-1,18,-20,17,-39r16,0v-9,32,30,43,29,11r-1,-18r17,0xm-6,-355v15,0,34,-5,33,11r-3,37v13,-2,27,-4,38,-10v-11,-3,-24,-14,-23,-28v0,-17,13,-26,30,-27v26,-1,40,34,21,49r11,3r0,15r-22,-5v-19,11,-44,18,-70,20v-3,-18,17,-55,-15,-48r0,-17xm70,-356v-13,-1,-19,14,-9,22v3,3,8,5,14,7v11,-6,11,-28,-5,-29","w":107},"\ufc5f":{"d":"107,-372v13,41,-29,71,-51,43v-5,26,-60,25,-56,-10r1,-18v8,2,21,-5,16,8v-1,13,1,23,13,23v16,-1,17,-20,16,-39r17,0v-9,31,30,42,29,10r-1,-17r16,0xm105,-290r-101,17r0,-18r101,-17r0,18xm105,-255r-101,17r0,-17r101,-17r0,17","w":108},"\ufc60":{"d":"107,-339v12,42,-29,71,-52,44v-7,30,-58,22,-55,-11r1,-17v8,2,21,-5,16,8v-1,12,0,23,12,22v17,0,18,-20,17,-39r16,0v-9,32,30,43,29,11r-1,-18r17,0xm104,-355r-100,18r0,-18r100,-17r0,17","w":107},"\ufc61":{"d":"107,-292v12,42,-28,70,-52,44v-2,9,-14,18,-26,18v-25,0,-33,-21,-28,-47v8,2,21,-5,16,8v-1,12,1,23,12,23v16,0,18,-20,17,-39r16,0v-9,30,30,42,29,11r-1,-18r17,0xm66,-372v26,-1,40,34,21,49r11,3r0,15r-22,-5v-20,11,-37,18,-65,19r0,-15v19,-1,34,-4,48,-11v-11,-3,-24,-14,-23,-28v0,-17,13,-26,30,-27xm67,-356v-13,-1,-19,14,-9,22v3,3,8,5,14,7v11,-6,11,-28,-5,-29","w":107},"\ufc62":{"d":"107,-372v12,42,-28,70,-52,44v-2,9,-14,18,-26,18v-25,0,-33,-21,-28,-47v8,2,21,-5,16,8v-1,12,1,23,12,23v16,0,18,-20,17,-39r16,0v-9,30,30,42,29,11r-1,-18r17,0xm106,-294r-101,17r0,-17r101,-17r0,17","w":107},"\ufdf2":{"d":"49,-104v-2,39,55,27,69,8r0,-49v-38,2,-68,9,-69,41xm268,0v-20,1,-40,-12,-47,-25v-26,46,-111,20,-103,-40v-30,35,-107,17,-104,-38v3,-62,64,-69,133,-70v5,50,-17,131,28,140v20,-1,32,-19,31,-42r0,-151r29,0r0,151v0,23,11,43,33,42v23,-1,29,-18,29,-46r0,-147r29,0v-8,86,30,222,-58,226xm270,-308v13,41,-29,71,-51,43v-5,27,-60,24,-56,-11r1,-17v8,2,21,-5,16,8v-1,13,0,22,13,22v17,0,17,-20,16,-39r17,0v-9,32,30,43,29,11r-1,-17r16,0xm209,-359r17,0r0,37r-17,0r0,-37","w":349},"\ufef5":{"d":"134,-46v58,-29,26,-149,34,-228r30,0r0,175v-5,78,-70,109,-157,97v2,-11,-3,-28,2,-35v13,3,46,7,61,2r-95,-225r34,0xm-16,-298v22,-25,69,16,92,-10v7,43,-46,22,-66,16v-8,0,-21,9,-26,12r0,-18","w":219},"\ufef6":{"d":"198,-99v-1,43,11,72,58,66r0,33v-43,4,-69,-11,-77,-43v-24,37,-77,49,-138,41v2,-11,-3,-28,2,-35v13,3,46,7,61,2r-95,-225r34,0r91,214v58,-29,26,-149,34,-228r30,0r0,175xm-16,-298v22,-25,69,16,92,-10v7,43,-46,22,-66,16v-8,0,-21,9,-26,12r0,-18","w":255},"\ufef7":{"d":"25,-315v0,16,22,19,41,18r0,16r-59,0r0,-16r13,0v-21,-13,-5,-50,20,-46v9,-1,15,1,20,3v-1,5,2,14,-1,17v-12,-4,-34,-8,-34,8xm134,-46v58,-29,26,-149,34,-228r30,0r0,175v-5,78,-70,109,-157,97v2,-11,-3,-28,2,-35v13,3,46,7,61,2r-95,-225r34,0","w":219},"\ufef8":{"d":"25,-315v0,16,21,20,40,18r0,16r-59,0r0,-16r13,0v-21,-13,-5,-50,21,-46v9,-1,15,1,20,3v-1,5,2,14,-1,17v-12,-3,-34,-9,-34,8xm198,-99v-1,43,11,72,58,66r0,33v-43,4,-69,-11,-77,-43v-24,37,-77,49,-138,41v2,-11,-3,-28,2,-35v13,3,46,7,61,2r-95,-225r34,0r91,214v58,-29,26,-149,34,-228r30,0r0,175","w":255},"\ufef9":{"d":"75,40v0,16,21,20,40,18r0,16r-59,0r0,-16r13,0v-21,-14,-5,-49,21,-46v9,-1,15,1,20,3v-1,5,2,14,-1,17v-12,-3,-34,-9,-34,8xm134,-46v58,-29,26,-149,34,-228r30,0r0,175v-5,78,-70,109,-157,97v2,-11,-3,-28,2,-35v13,3,46,7,61,2r-95,-225r34,0","w":219},"\ufefa":{"d":"74,40v0,16,21,20,40,18r0,16r-59,0r0,-16r13,0v-21,-14,-5,-49,21,-46v9,-1,15,1,20,3v-1,5,2,14,-1,17v-12,-3,-34,-9,-34,8xm198,-99v-1,43,11,72,58,66r0,33v-43,4,-69,-11,-77,-43v-24,37,-77,49,-138,41v2,-11,-3,-28,2,-35v13,3,46,7,61,2r-95,-225r34,0r91,214v58,-29,26,-149,34,-228r30,0r0,175","w":255},"\ufefb":{"d":"134,-46v58,-29,26,-149,34,-228r30,0r0,175v-5,78,-70,109,-157,97v2,-11,-3,-28,2,-35v13,3,46,7,61,2r-95,-225r34,0","w":219},"\ufefc":{"d":"198,-99v-1,43,11,72,58,66r0,33v-43,4,-69,-11,-77,-43v-24,37,-77,49,-138,41v2,-11,-3,-28,2,-35v13,3,46,7,61,2r-95,-225r34,0r91,214v58,-29,26,-149,34,-228r30,0r0,175","w":255},"\u06a4":{"d":"201,-225r-26,0r0,-26r26,0r0,26xm253,-225r-26,0r0,-26r26,0r0,26xm227,-262r-26,0r0,-26r26,0r0,26xm232,-195v48,2,68,55,66,113v-3,75,-74,83,-153,84v-90,2,-143,-36,-126,-124v9,1,24,-3,29,2v-1,8,-3,23,-3,32v2,48,49,57,100,57v64,0,116,-3,123,-50v-37,19,-92,-5,-92,-49v0,-29,27,-66,56,-65xm207,-131v-1,25,41,30,59,17v-4,-19,-11,-46,-32,-48v-16,-1,-27,16,-27,31","w":313},"\u067e":{"d":"42,38r-26,0r0,-26r26,0r0,26xm94,38r-26,0r0,-26r26,0r0,26xm68,74r-26,0r0,-26r26,0r0,26xm78,-96v-3,39,7,68,48,63r0,33v-28,2,-53,-5,-63,-22v-12,20,-42,24,-75,22r0,-33v46,6,66,-15,60,-63r30,0","w":126},"\u0686":{"d":"95,38r-26,0r0,-26r26,0r0,26xm147,38r-26,0r0,-26r26,0r0,26xm121,74r-26,0r0,-26r26,0r0,26xm245,0v-49,1,-99,2,-106,-38v-49,19,-90,41,-151,38r0,-33v62,5,128,-26,171,-46v-27,-18,-86,-36,-137,-32r0,-32v69,-3,123,19,168,47r35,-18r0,33v-18,11,-39,21,-59,31v10,22,48,16,79,17r0,33","w":244},"\u0698":{"d":"56,-134r-26,0r0,-26r26,0r0,26xm108,-134r-26,0r0,-26r26,0r0,26xm82,-171r-26,0r0,-26r26,0r0,26xm98,-91v11,23,16,61,52,58r0,33v-15,1,-27,-1,-37,-6v-15,55,-68,76,-132,81r0,-34v51,-3,103,-17,105,-68v0,-28,-15,-44,-22,-64r34,0","w":150},"\u06a9":{"d":"137,-60v0,26,27,29,55,27r0,33v-30,2,-56,-3,-70,-19v-23,28,-85,17,-134,19r0,-33v48,-1,152,10,110,-46v-21,-28,-69,-52,-92,-81v-20,-25,13,-46,33,-55r113,-54r0,35v-39,21,-84,35,-119,60v29,40,104,56,104,114","w":191},"\u06af":{"d":"137,-60v0,26,27,29,55,27r0,33v-30,2,-56,-3,-70,-19v-23,28,-85,17,-134,19r0,-33v48,-1,152,10,110,-46v-21,-28,-69,-52,-92,-81v-20,-25,11,-45,33,-55r113,-54r0,35v-39,21,-84,35,-119,60v29,40,104,55,104,114xm148,-287r-143,72r0,-18r143,-71r0,17","w":191},"\u06cc":{"d":"-12,-33v60,11,63,-36,60,-93r29,0v5,76,-7,137,-89,126r0,-33xm29,56r-26,0r0,-26r26,0r0,26xm76,56r-26,0r0,-26r26,0r0,26","w":100},"\u0621":{"d":"109,-100v-24,-3,-61,-11,-61,16v0,31,49,34,74,21r0,32r-95,30r0,-33r27,-8v-59,-12,-37,-98,18,-94r37,3r0,33","w":137},"\u0622":{"d":"58,-82v1,31,12,54,49,49r0,33v-54,5,-77,-31,-78,-80r0,-194r29,0r0,192xm-1,-312v22,-25,69,16,92,-10v7,43,-46,22,-66,16v-8,0,-21,9,-26,12r0,-18","w":106},"\u0623":{"d":"40,-329v1,16,21,20,40,18r0,16r-59,0r0,-16r13,0v-27,-26,7,-57,41,-44v-1,6,2,14,-1,18v-9,-5,-35,-8,-34,8xm58,-82v1,31,12,54,49,49r0,33v-54,5,-77,-31,-78,-80r0,-194r29,0r0,192","w":106},"\u0624":{"d":"59,-205v0,16,21,20,40,18r0,16r-59,0r0,-16r13,0v-20,-13,-4,-50,21,-46v9,-1,15,1,20,3v-1,5,2,14,-1,17v-12,-3,-34,-9,-34,8xm68,-142v44,2,67,56,66,109r26,0r0,33r-31,0v-17,56,-80,73,-150,75r0,-34v52,1,101,-9,118,-42v-50,-4,-82,-27,-85,-75v-1,-33,26,-67,56,-66xm70,-108v-26,-3,-38,39,-17,56v11,9,28,18,50,19v-1,-35,-7,-72,-33,-75","w":159},"\u0625":{"d":"50,40v0,16,21,20,40,18r0,16r-59,0r0,-16r13,0v-20,-13,-4,-50,21,-46v9,-1,15,1,20,3v-1,5,2,14,-1,17v-12,-3,-34,-9,-34,8xm58,-82v1,31,12,54,49,49r0,33v-54,5,-77,-31,-78,-80r0,-194r29,0r0,192","w":106},"\u0626":{"d":"51,-160v2,15,21,18,40,17r0,17r-59,0r0,-17r13,0v-21,-13,-4,-46,21,-46v9,0,15,1,20,3v-1,6,2,14,-1,18v-9,-5,-35,-8,-34,8xm78,-96v-3,39,7,68,48,63r0,33v-28,2,-53,-5,-63,-22v-12,20,-42,24,-75,22r0,-33v46,6,66,-15,60,-63r30,0","w":126},"\u0627":{"d":"58,-82v1,31,12,54,49,49r0,33v-54,5,-77,-31,-78,-80r0,-194r29,0r0,192","w":106},"\u0628":{"d":"70,56r-26,0r0,-26r26,0r0,26xm78,-96v-3,39,7,68,48,63r0,33v-28,2,-53,-5,-63,-22v-12,20,-42,24,-75,22r0,-33v46,6,66,-15,60,-63r30,0","w":126},"\u0629":{"d":"77,-208r-26,0r0,-26r26,0r0,26xm124,-208r-26,0r0,-26r26,0r0,26xm158,-177v7,58,-25,150,49,144r0,33v-50,3,-75,-24,-79,-67v-31,36,-119,24,-114,-36v5,-67,76,-70,144,-74xm49,-104v0,42,63,25,79,7r0,-52v-40,3,-79,6,-79,45","w":206},"\u062a":{"d":"46,-143r-26,0r0,-26r26,0r0,26xm93,-143r-26,0r0,-26r26,0r0,26xm78,-96v-3,39,7,68,48,63r0,33v-28,2,-53,-5,-63,-22v-12,20,-42,24,-75,22r0,-33v46,6,66,-15,60,-63r30,0","w":126},"\u062b":{"d":"42,-135r-26,0r0,-26r26,0r0,26xm94,-135r-26,0r0,-26r26,0r0,26xm68,-172r-26,0r0,-26r26,0r0,26xm78,-96v-3,39,7,68,48,63r0,33v-28,2,-53,-5,-63,-22v-12,20,-42,24,-75,22r0,-33v46,6,66,-15,60,-63r30,0","w":126},"\u062c":{"d":"130,52r-26,0r0,-27r26,0r0,27xm245,0v-49,1,-99,2,-106,-38v-49,19,-90,41,-151,38r0,-33v62,5,128,-26,171,-46v-27,-18,-86,-36,-137,-32r0,-32v69,-3,123,19,168,47r35,-18r0,33v-18,11,-39,21,-59,31v10,22,48,16,79,17r0,33","w":244},"\u062d":{"d":"245,0v-49,1,-99,2,-106,-38v-49,19,-90,41,-151,38r0,-33v62,5,128,-26,171,-46v-27,-18,-86,-36,-137,-32r0,-32v69,-3,123,19,168,47r35,-18r0,33v-18,11,-39,21,-59,31v10,22,48,16,79,17r0,33","w":244},"\u062e":{"d":"115,-174r-26,0r0,-26r26,0r0,26xm245,0v-49,1,-99,2,-106,-38v-49,19,-90,41,-151,38r0,-33v62,5,128,-26,171,-46v-27,-18,-86,-36,-137,-32r0,-32v69,-3,123,19,168,47r35,-18r0,33v-18,11,-39,21,-59,31v10,22,48,16,79,17r0,33","w":244},"\u062f":{"d":"12,-33v47,-2,123,14,105,-45r-27,-93r34,0r37,123v6,12,17,17,36,15r0,33v-30,1,-51,-7,-62,-25v-21,31,-72,25,-123,25r0,-33","w":196},"\u0630":{"d":"113,-212r-26,0r0,-26r26,0r0,26xm12,-33v47,-2,123,14,105,-45r-27,-93r34,0r37,123v6,12,17,17,36,15r0,33v-30,1,-51,-7,-62,-25v-21,31,-72,25,-123,25r0,-33","w":196},"\u0631":{"d":"98,-91v11,23,16,61,52,58r0,33v-15,1,-27,-1,-37,-6v-15,55,-68,76,-132,81r0,-34v51,-3,103,-17,105,-68v0,-28,-15,-44,-22,-64r34,0","w":150},"\u0632":{"d":"87,-132r-26,0r0,-26r26,0r0,26xm98,-91v11,23,16,61,52,58r0,33v-15,1,-27,-1,-37,-6v-15,55,-68,76,-132,81r0,-34v51,-3,103,-17,105,-68v0,-28,-15,-44,-22,-64r34,0","w":150},"\u0633":{"d":"221,-17v-25,27,-93,22,-110,-8v-21,32,-73,24,-123,25r0,-33v58,0,124,12,110,-63r29,0v0,40,8,63,44,64v34,1,42,-28,39,-64r29,0v-2,31,0,63,28,64v44,2,37,-51,37,-94r29,0v-1,48,-7,101,49,93r0,33v-29,2,-54,-5,-64,-23v-15,29,-77,32,-97,6","w":381},"\u0634":{"d":"210,-148r-26,0r0,-26r26,0r0,26xm262,-148r-26,0r0,-26r26,0r0,26xm236,-184r-26,0r0,-26r26,0r0,26xm221,-17v-25,27,-93,22,-110,-8v-21,32,-73,24,-123,25r0,-33v58,0,124,12,110,-63r29,0v0,40,8,63,44,64v34,1,42,-28,39,-64r29,0v-2,31,0,63,28,64v44,2,37,-51,37,-94r29,0v-1,48,-7,101,49,93r0,33v-29,2,-54,-5,-64,-23v-15,29,-77,32,-97,6","w":381},"\u0635":{"d":"246,-37v7,5,18,4,30,4r0,33v-24,2,-45,-3,-57,-14v-31,19,-91,13,-141,14v-18,0,-28,-4,-37,-14v-11,12,-30,15,-53,14r0,-33v28,4,39,-8,38,-35v9,1,22,-2,29,1v0,14,2,25,9,31v30,-45,61,-100,124,-107v51,-6,88,62,58,106xm97,-33v52,-3,124,7,130,-38v4,-31,-36,-51,-63,-31v-24,17,-51,44,-67,69","w":276},"\u0636":{"d":"106,-165r-26,0r0,-26r26,0r0,26xm246,-37v7,5,18,4,30,4r0,33v-24,2,-45,-3,-57,-14v-31,19,-91,13,-141,14v-18,0,-28,-4,-37,-14v-11,12,-30,15,-53,14r0,-33v28,4,39,-8,38,-35v9,1,22,-2,29,1v0,14,2,25,9,31v30,-45,61,-100,124,-107v51,-6,88,62,58,106xm97,-33v52,-3,124,7,130,-38v4,-31,-36,-51,-63,-31v-24,17,-51,44,-67,69","w":276},"\u0637":{"d":"223,-37v7,5,18,4,30,4r0,33v-24,1,-45,-1,-57,-14v-47,26,-139,9,-208,14r0,-33v23,-1,51,6,56,-16r0,-225r29,0r0,190v21,-27,54,-56,91,-59v52,-4,89,62,59,106xm73,-33v53,-2,127,7,131,-38v3,-30,-36,-51,-64,-31v-24,17,-51,44,-67,69","w":253},"\u0638":{"d":"145,-187r-26,0r0,-26r26,0r0,26xm223,-37v7,5,18,4,30,4r0,33v-24,1,-45,-1,-57,-14v-47,26,-139,9,-208,14r0,-33v23,-1,51,6,56,-16r0,-225r29,0r0,190v21,-27,54,-56,91,-59v52,-4,89,62,59,106xm73,-33v53,-2,127,7,131,-38v3,-30,-36,-51,-64,-31v-24,17,-51,44,-67,69","w":253},"\u0639":{"d":"111,-41v12,8,40,9,63,8r0,33v-39,3,-68,-6,-87,-23v-22,19,-55,26,-99,23r0,-33v27,-1,58,4,75,-8v-19,-14,-47,-35,-52,-62v3,-34,42,-44,76,-44v34,0,76,9,76,43v0,29,-38,49,-52,63xm87,-56v14,-10,39,-23,47,-39v-6,-27,-86,-24,-94,-1v7,16,33,31,47,40","w":173},"\u063a":{"d":"100,-180r-26,0r0,-26r26,0r0,26xm111,-41v12,8,40,9,63,8r0,33v-39,3,-68,-6,-87,-23v-22,19,-55,26,-99,23r0,-33v27,-1,58,4,75,-8v-19,-14,-47,-35,-52,-62v3,-34,42,-44,76,-44v34,0,76,9,76,43v0,29,-38,49,-52,63xm87,-56v14,-10,39,-23,47,-39v-6,-27,-86,-24,-94,-1v7,16,33,31,47,40","w":173},"\u0641":{"d":"119,-37v14,5,42,4,62,4r0,33v-37,2,-68,-4,-91,-16v-25,16,-60,17,-102,16r0,-33v25,0,54,1,73,-4v-13,-9,-29,-24,-30,-46v-1,-35,25,-64,58,-64v56,0,79,86,30,110xm90,-50v9,-8,28,-15,28,-33v0,-16,-12,-31,-29,-30v-28,0,-38,40,-14,53xm104,-180r-26,0r0,-26r26,0r0,26","w":181},"\u0642":{"d":"119,-37v14,5,42,4,62,4r0,33v-37,2,-68,-4,-91,-16v-25,16,-60,17,-102,16r0,-33v25,0,54,1,73,-4v-13,-9,-29,-24,-30,-46v-1,-35,25,-64,58,-64v56,0,79,86,30,110xm90,-50v9,-8,28,-15,28,-33v0,-16,-12,-31,-29,-30v-28,0,-38,40,-14,53xm78,-180r-26,0r0,-26r26,0r0,26xm125,-180r-26,0r0,-26r26,0r0,26","w":181},"\u0643":{"d":"137,-60v0,26,27,29,55,27r0,33v-30,2,-56,-3,-70,-19v-23,28,-85,17,-134,19r0,-33v48,-1,152,10,110,-46v-21,-28,-69,-52,-92,-81v-20,-25,13,-46,33,-55r113,-54r0,35v-39,21,-84,35,-119,60v29,40,104,56,104,114","w":191},"\u0644":{"d":"78,-75v-1,29,16,46,48,42r0,33v-28,2,-53,-5,-63,-22v-12,20,-42,24,-75,22r0,-33v37,4,60,-7,60,-42r0,-198r30,0r0,198","w":126},"\u0645":{"d":"162,-35v-10,20,-22,39,-53,38v-25,0,-45,-13,-55,-28v-13,18,-29,26,-66,25r0,-33v80,14,22,-100,108,-103v72,-3,58,99,122,103r0,33v-31,0,-42,-13,-56,-35xm107,-30v16,-1,29,-11,29,-27v0,-22,-14,-46,-36,-45v-19,0,-32,11,-32,30v0,21,16,43,39,42","w":218},"\u0646":{"d":"69,-143r-26,0r0,-26r26,0r0,26xm78,-96v-3,39,7,68,48,63r0,33v-28,2,-53,-5,-63,-22v-12,20,-42,24,-75,22r0,-33v46,6,66,-15,60,-63r30,0","w":126},"\u0647":{"d":"143,-33v28,2,54,-2,54,-27v-1,-41,-43,-75,-66,-94v-12,-10,-36,-7,-58,-7r0,-33v78,-9,114,50,143,95v27,41,4,99,-51,99r-177,0r0,-33r52,0v-21,-42,-2,-104,50,-104v51,0,71,58,53,104xm90,-33v20,0,30,-15,30,-36v0,-21,-10,-35,-30,-35v-20,0,-30,14,-30,35v1,20,10,36,30,36","w":241},"\u06be":{"d":"65,27v30,-36,73,-61,133,-60r0,33v-65,-2,-101,36,-134,75r-27,0r0,-76r-49,1r0,-33r49,-1v-4,-57,6,-109,57,-109v29,0,49,25,48,55v-2,42,-38,66,-77,80r0,35xm65,-41v23,-7,49,-18,49,-46v0,-11,-7,-24,-19,-23v-31,0,-32,36,-30,69","w":197},"\u0648":{"d":"68,-142v44,2,67,56,66,109r26,0r0,33r-31,0v-17,56,-80,73,-150,75r0,-34v52,1,101,-9,118,-42v-50,-4,-82,-27,-85,-75v-1,-33,26,-67,56,-66xm70,-108v-26,-3,-38,39,-17,56v11,9,28,18,50,19v-1,-35,-7,-72,-33,-75","w":159},"\u0649":{"d":"239,-130v70,3,55,90,120,97v-1,10,2,25,-1,33v-71,-1,-61,-86,-119,-97v-14,-3,-26,6,-27,16v10,26,51,32,51,64v0,61,-62,75,-139,75v-86,0,-121,-42,-104,-123v9,2,25,-3,30,2v-1,6,-5,32,-5,42v2,40,31,45,80,45v55,0,102,-1,109,-39v-8,-28,-52,-32,-52,-66v0,-25,28,-51,57,-49","w":358},"\u064a":{"d":"-12,-33v60,11,63,-36,60,-93r29,0v5,76,-7,137,-89,126r0,-33xm23,54r-26,0r0,-26r26,0r0,26xm70,54r-26,0r0,-26r26,0r0,26","w":100},"\u06c0":{"d":"34,-231v1,16,22,19,41,18r0,17r-60,0r0,-17r13,0v-20,-14,-4,-46,21,-46v9,0,15,1,20,3v-1,6,2,14,-1,18v-9,-5,-34,-8,-34,7xm83,2v-50,0,-85,-63,-57,-108v8,-13,30,-28,48,-38r-24,-27r41,0v22,32,60,49,62,100v1,44,-27,73,-70,73xm83,-31v35,0,52,-35,32,-64v-8,-11,-15,-21,-24,-30v-21,13,-44,24,-46,54v-1,19,19,40,38,40","w":169},"\u0679":{"d":"47,-182v21,-29,62,-26,62,10v0,36,-55,29,-94,29r0,-16v7,1,18,0,18,-5r0,-88r14,0r0,70xm94,-172v-8,-27,-28,-11,-45,13v21,1,48,-3,45,-13xm78,-96v-3,39,7,68,48,63r0,33v-28,2,-53,-5,-63,-22v-12,20,-42,24,-75,22r0,-33v46,6,66,-15,60,-63r30,0","w":126},"\u0688":{"d":"90,-234v20,-29,61,-26,61,9v0,36,-55,29,-94,29r0,-16v7,0,17,0,18,-4r0,-88r15,0r0,70xm137,-225v-10,-25,-29,-11,-46,13v22,1,49,-3,46,-13xm12,-33v47,-2,123,14,105,-45r-27,-93r34,0r37,123v6,12,17,17,36,15r0,33v-30,1,-51,-7,-62,-25v-21,31,-72,25,-123,25r0,-33","w":196},"\u0691":{"d":"69,-182v20,-29,61,-25,61,10v0,36,-55,29,-94,29r0,-16v7,1,18,0,18,-5r0,-88r15,0r0,70xm115,-172v1,-8,-6,-15,-13,-14v-8,0,-19,10,-32,27v21,1,48,-3,45,-13xm98,-91v11,23,16,61,52,58r0,33v-15,1,-27,-1,-37,-6v-15,55,-68,76,-132,81r0,-34v51,-3,103,-17,105,-68v0,-28,-15,-44,-22,-64r34,0","w":150},"\u06ba":{"d":"223,-70v0,25,19,40,48,37r0,33v-20,1,-38,0,-49,-9v-1,53,-43,85,-102,84v-64,-1,-103,-27,-104,-91v0,-17,3,-43,5,-54v10,2,26,-3,32,2v-2,9,-9,38,-8,52v0,38,34,57,74,57v39,0,74,-19,74,-57v0,-20,-4,-40,-5,-54r35,0","w":271},"\u06c1":{"d":"83,2v-50,0,-85,-63,-57,-108v8,-13,30,-28,48,-38r-24,-27r41,0v22,32,60,49,62,100v1,44,-27,73,-70,73xm83,-31v35,0,52,-35,32,-64v-8,-11,-15,-21,-24,-30v-21,13,-44,24,-46,54v-1,19,19,40,38,40","w":169},"\u06d2":{"d":"329,74r-245,0v-85,2,-110,-58,-44,-82v79,-29,188,-25,289,-25r0,33v-90,2,-178,-3,-258,12v-39,7,-43,29,-1,29r259,0r0,33","w":329},"\u06d3":{"d":"207,-143v0,16,21,20,40,18r0,17r-59,0r0,-17r13,0v-21,-13,-5,-50,21,-46v9,-1,15,2,20,3v-1,6,2,14,-1,18v-12,-4,-34,-10,-34,7xm329,74r-245,0v-85,2,-110,-58,-44,-82v79,-29,188,-25,289,-25r0,33v-90,2,-178,-3,-258,12v-39,7,-43,29,-1,29r259,0r0,33","w":329},"\u0671":{"d":"61,-348v16,1,27,12,27,29v2,45,-59,14,-86,31r0,-18v9,-5,17,-5,29,-5v-1,-18,12,-38,30,-37xm72,-319v1,-15,-18,-15,-23,-4v-2,4,-3,9,-3,15v15,3,25,1,26,-11xm58,-82v1,31,12,54,49,49r0,33v-54,5,-77,-31,-78,-80r0,-194r29,0r0,192","w":106},"\u0677":{"d":"115,-205v0,16,21,20,40,18r0,16r-59,0r0,-16r13,0v-20,-13,-4,-50,21,-46v9,-1,15,1,20,3v-1,5,2,14,-1,17v-12,-3,-34,-9,-34,8xm68,-142v61,2,86,114,50,165v-26,36,-78,52,-139,52r0,-34v62,-1,121,-9,124,-68v-39,20,-91,-5,-91,-49v0,-33,27,-66,56,-66xm42,-77v0,24,41,31,59,17v-3,-20,-10,-45,-31,-48v-16,-1,-28,16,-28,31xm44,-233v26,-1,40,34,21,49r11,3r0,15r-22,-5v-20,11,-37,18,-65,19r0,-15v19,-1,34,-4,48,-11v-11,-3,-24,-14,-23,-28v0,-17,13,-26,30,-27xm45,-217v-13,-1,-19,14,-9,22v3,3,8,5,14,7v11,-6,11,-28,-5,-29","w":150},"\u067a":{"d":"75,-180r-26,0r0,-26r26,0r0,26xm75,-143r-26,0r0,-26r26,0r0,26xm78,-96v-3,39,7,68,48,63r0,33v-28,2,-53,-5,-63,-22v-12,20,-42,24,-75,22r0,-33v46,6,66,-15,60,-63r30,0","w":126},"\u067b":{"d":"75,38r-26,0r0,-26r26,0r0,26xm75,74r-26,0r0,-26r26,0r0,26xm78,-96v-3,39,7,68,48,63r0,33v-28,2,-53,-5,-63,-22v-12,20,-42,24,-75,22r0,-33v46,6,66,-15,60,-63r30,0","w":126},"\u067f":{"d":"98,-180r-26,0r0,-26r26,0r0,26xm98,-143r-26,0r0,-26r26,0r0,26xm51,-180r-26,0r0,-26r26,0r0,26xm51,-143r-26,0r0,-26r26,0r0,26xm78,-96v-3,39,7,68,48,63r0,33v-28,2,-53,-5,-63,-22v-12,20,-42,24,-75,22r0,-33v46,6,66,-15,60,-63r30,0","w":126},"\u0680":{"d":"98,38r-26,0r0,-26r26,0r0,26xm98,74r-26,0r0,-26r26,0r0,26xm51,38r-26,0r0,-26r26,0r0,26xm51,74r-26,0r0,-26r26,0r0,26xm78,-96v-3,39,7,68,48,63r0,33v-28,2,-53,-5,-63,-22v-12,20,-42,24,-75,22r0,-33v46,6,66,-15,60,-63r30,0","w":126},"\u0683":{"d":"106,52r-26,0r0,-27r26,0r0,27xm153,52r-26,0r0,-27r26,0r0,27xm245,0v-49,1,-99,2,-106,-38v-49,19,-90,41,-151,38r0,-33v62,5,128,-26,171,-46v-27,-18,-86,-36,-137,-32r0,-32v69,-3,123,19,168,47r35,-18r0,33v-18,11,-39,21,-59,31v10,22,48,16,79,17r0,33","w":244},"\u0684":{"d":"130,38r-26,0r0,-26r26,0r0,26xm130,74r-26,0r0,-26r26,0r0,26xm245,0v-49,1,-99,2,-106,-38v-49,19,-90,41,-151,38r0,-33v62,5,128,-26,171,-46v-27,-18,-86,-36,-137,-32r0,-32v69,-3,123,19,168,47r35,-18r0,33v-18,11,-39,21,-59,31v10,22,48,16,79,17r0,33","w":244},"\u0687":{"d":"153,38r-26,0r0,-26r26,0r0,26xm153,74r-26,0r0,-26r26,0r0,26xm106,38r-26,0r0,-26r26,0r0,26xm106,74r-26,0r0,-26r26,0r0,26xm245,0v-49,1,-99,2,-106,-38v-49,19,-90,41,-151,38r0,-33v62,5,128,-26,171,-46v-27,-18,-86,-36,-137,-32r0,-32v69,-3,123,19,168,47r35,-18r0,33v-18,11,-39,21,-59,31v10,22,48,16,79,17r0,33","w":244},"\u068c":{"d":"89,-212r-26,0r0,-26r26,0r0,26xm136,-212r-26,0r0,-26r26,0r0,26xm12,-33v47,-2,123,14,105,-45r-27,-93r34,0r37,123v6,12,17,17,36,15r0,33v-30,1,-51,-7,-62,-25v-21,31,-72,25,-123,25r0,-33","w":196},"\u068d":{"d":"44,56r-26,0r0,-26r26,0r0,26xm91,56r-26,0r0,-26r26,0r0,26xm12,-33v47,-2,123,14,105,-45r-27,-93r34,0r37,123v6,12,17,17,36,15r0,33v-30,1,-51,-7,-62,-25v-21,31,-72,25,-123,25r0,-33","w":196},"\u068e":{"d":"87,-212r-26,0r0,-26r26,0r0,26xm139,-212r-26,0r0,-26r26,0r0,26xm113,-249r-26,0r0,-26r26,0r0,26xm12,-33v47,-2,123,14,105,-45r-27,-93r34,0r37,123v6,12,17,17,36,15r0,33v-30,1,-51,-7,-62,-25v-21,31,-72,25,-123,25r0,-33","w":196},"\u06a6":{"d":"127,-217r-26,0r0,-26r26,0r0,26xm127,-180r-26,0r0,-26r26,0r0,26xm80,-217r-26,0r0,-26r26,0r0,26xm80,-180r-26,0r0,-26r26,0r0,26xm119,-37v14,5,42,4,62,4r0,33v-37,2,-68,-4,-91,-16v-25,16,-60,17,-102,16r0,-33v25,0,54,1,73,-4v-13,-9,-29,-24,-30,-46v-1,-35,25,-64,58,-64v56,0,79,86,30,110xm90,-50v9,-8,28,-15,28,-33v0,-16,-12,-31,-29,-30v-28,0,-38,40,-14,53","w":181},"\u06ad":{"d":"42,-246r-26,0r0,-26r26,0r0,26xm94,-246r-26,0r0,-26r26,0r0,26xm68,-283r-26,0r0,-26r26,0r0,26xm137,-60v0,26,27,29,55,27r0,33v-30,2,-56,-3,-70,-19v-23,28,-85,17,-134,19r0,-33v48,-1,152,10,110,-46v-21,-28,-69,-52,-92,-81v-20,-25,13,-46,33,-55r113,-54r0,35v-39,21,-84,35,-119,60v29,40,104,56,104,114","w":191},"\u06b1":{"d":"27,-278r-26,0r0,-26r26,0r0,26xm74,-278r-26,0r0,-26r26,0r0,26xm137,-60v0,26,27,29,55,27r0,33v-30,2,-56,-3,-70,-19v-23,28,-85,17,-134,19r0,-33v48,-1,152,10,110,-46v-21,-28,-69,-52,-92,-81v-20,-25,11,-45,33,-55r113,-54r0,35v-39,21,-84,35,-119,60v29,40,104,55,104,114xm148,-287r-143,72r0,-18r143,-71r0,17","w":191},"\u06b3":{"d":"57,38r-26,0r0,-26r26,0r0,26xm57,74r-26,0r0,-26r26,0r0,26xm137,-60v0,26,27,29,55,27r0,33v-30,2,-56,-3,-70,-19v-23,28,-85,17,-134,19r0,-33v48,-1,152,10,110,-46v-21,-28,-69,-52,-92,-81v-20,-25,11,-45,33,-55r113,-54r0,35v-39,21,-84,35,-119,60v29,40,104,55,104,114xm148,-287r-143,72r0,-18r143,-71r0,17","w":191},"\u06bb":{"d":"111,-139v20,-28,61,-25,61,10v0,36,-55,29,-94,29r0,-16v7,0,17,0,18,-4r0,-88r15,0r0,69xm158,-129v-10,-25,-29,-11,-46,13v22,1,49,-3,46,-13xm223,-70v0,25,19,40,48,37r0,33v-20,1,-38,0,-49,-9v-1,53,-43,85,-102,84v-64,-1,-103,-27,-104,-91v0,-17,3,-43,5,-54v10,2,26,-3,32,2v-2,9,-9,38,-8,52v0,38,34,57,74,57v39,0,74,-19,74,-57v0,-20,-4,-40,-5,-54r35,0","w":271},"\u06c5":{"d":"68,-142v44,0,67,59,66,109r26,0r0,33r-31,0v-16,53,-78,76,-150,75r0,-34v46,1,77,-5,101,-22r-80,0r0,-19r97,0v-51,-6,-83,-29,-85,-76v-2,-32,25,-66,56,-66xm70,-108v-26,0,-37,39,-17,56v12,10,27,18,50,19v1,-32,-9,-75,-33,-75","w":159},"\u06c6":{"d":"99,-221r-24,50r-18,0r-24,-50r19,0r14,34r14,-34r19,0xm68,-142v44,2,67,56,66,109r26,0r0,33r-31,0v-17,56,-80,73,-150,75r0,-34v52,1,101,-9,118,-42v-50,-4,-82,-27,-85,-75v-1,-33,26,-67,56,-66xm70,-108v-26,-3,-38,39,-17,56v11,9,28,18,50,19v-1,-35,-7,-72,-33,-75","w":159},"\u06c7":{"d":"68,-142v44,2,67,56,66,109r26,0r0,33r-31,0v-17,56,-80,73,-150,75r0,-34v52,1,101,-9,118,-42v-50,-4,-82,-27,-85,-75v-1,-33,26,-67,56,-66xm70,-108v-26,-3,-38,39,-17,56v11,9,28,18,50,19v-1,-35,-7,-72,-33,-75xm80,-252v26,-1,40,34,21,49r11,3r0,15r-22,-5v-20,11,-37,18,-65,19r0,-15v19,-1,34,-4,48,-11v-11,-3,-24,-14,-23,-28v0,-17,13,-26,30,-27xm81,-236v-13,-1,-19,14,-9,22v3,3,8,5,14,7v11,-6,11,-28,-5,-29","w":159},"\u06c8":{"d":"68,-142v44,2,67,56,66,109r26,0r0,33r-31,0v-17,56,-80,73,-150,75r0,-34v52,1,101,-9,118,-42v-50,-4,-82,-27,-85,-75v-1,-33,26,-67,56,-66xm70,-108v-26,-3,-38,39,-17,56v11,9,28,18,50,19v-1,-35,-7,-72,-33,-75xm50,-171r-16,0r0,-108r16,0r0,108","w":159},"\u06c9":{"d":"98,-171r-27,-38r-26,38r-19,0r37,-55r17,0r36,55r-18,0xm68,-142v44,2,67,56,66,109r26,0r0,33r-31,0v-17,56,-80,73,-150,75r0,-34v52,1,101,-9,118,-42v-50,-4,-82,-27,-85,-75v-1,-33,26,-67,56,-66xm70,-108v-26,-3,-38,39,-17,56v11,9,28,18,50,19v-1,-35,-7,-72,-33,-75","w":159},"\u06cb":{"d":"59,-171r-26,0r0,-26r26,0r0,26xm111,-171r-26,0r0,-26r26,0r0,26xm85,-207r-26,0r0,-26r26,0r0,26xm68,-142v44,2,67,56,66,109r26,0r0,33r-31,0v-17,56,-80,73,-150,75r0,-34v52,1,101,-9,118,-42v-50,-4,-82,-27,-85,-75v-1,-33,26,-67,56,-66xm70,-108v-26,-3,-38,39,-17,56v11,9,28,18,50,19v-1,-35,-7,-72,-33,-75","w":159},"\u06d0":{"d":"182,-106v0,-26,30,-49,57,-49v37,0,67,57,82,95v8,20,22,28,38,27v-1,10,2,25,-1,33v-72,4,-62,-115,-119,-122v-20,-2,-40,18,-15,29v16,7,40,24,39,40v-3,49,-71,58,-139,58v-74,0,-121,-34,-105,-111v9,2,25,-3,30,2v-14,55,9,76,76,76v73,0,109,-8,109,-24v0,-12,-60,-32,-52,-54xm144,38r-26,0r0,-26r26,0r0,26xm144,74r-26,0r0,-26r26,0r0,26","w":358},"\u00a0":{"w":112},"!":{"d":"79,-262r-4,190r-30,0r-5,-190r39,0xm78,0r-36,0r0,-37r36,0r0,37","w":119,"k":{"\u2019":17,"\u201d":17}},"\"":{"d":"124,-274r-7,102r-23,0r-8,-102r38,0xm58,-274r-7,102r-23,0r-8,-102r38,0","w":144},"#":{"d":"237,-164r-52,0r-16,66r47,0r0,24r-53,0r-18,74r-23,0r18,-74r-47,0r-18,74r-23,0r18,-74r-45,0r0,-24r51,0r17,-66r-47,0r0,-24r53,0r18,-74r23,0r-19,74r48,0r18,-74r23,0r-18,74r45,0r0,24xm163,-164r-48,0r-16,67r48,0","w":261},"$":{"d":"110,-128v38,6,70,19,70,61v0,37,-34,64,-70,67r0,63r-20,0r0,-62v-25,0,-54,-7,-71,-16v2,-11,-3,-28,2,-35v18,13,42,22,69,25r0,-76v-36,-9,-70,-20,-70,-63v0,-38,33,-63,70,-65r0,-48r20,0r0,47v21,0,47,8,62,14r0,34v-19,-8,-37,-20,-62,-22r0,76xm90,-204v-31,-1,-48,36,-29,59v5,6,15,11,29,14r0,-73xm110,-26v34,3,48,-40,28,-61v-5,-6,-15,-9,-28,-12r0,73","w":196},"%":{"d":"80,-267v44,0,62,30,62,78v1,48,-19,78,-62,78v-44,0,-62,-30,-62,-78v-1,-48,18,-78,62,-78xm259,-262r-137,262r-29,0r137,-262r29,0xm272,-150v44,0,61,29,61,77v0,48,-17,78,-61,78v-45,0,-62,-29,-62,-77v0,-48,18,-78,62,-78xm80,-135v28,0,31,-23,31,-54v0,-31,-3,-54,-31,-54v-28,0,-31,23,-31,54v0,32,2,54,31,54xm272,-18v28,0,30,-24,30,-55v0,-31,-2,-54,-30,-54v-28,0,-31,23,-31,55v0,32,2,54,31,54","w":351},"&":{"d":"210,-160v1,37,-5,69,-19,95r63,65r-45,0r-36,-37v-21,25,-40,41,-79,42v-47,1,-82,-31,-82,-77v0,-41,23,-61,48,-76v-21,-14,-35,-28,-35,-59v0,-38,29,-59,69,-60v36,-1,66,20,66,54v-1,37,-21,54,-50,65r62,64v5,-22,3,-50,3,-76r35,0xm77,-136v-43,21,-38,117,26,113v27,-2,43,-13,55,-30xm93,-245v-37,0,-45,56,-16,72v4,4,10,9,17,13v38,-6,46,-85,-1,-85","w":242},"'":{"d":"57,-274r-7,102r-24,0r-8,-102r39,0","w":75,"k":{"\u00c6":17,"A":17}},"(":{"d":"50,-101v-1,81,36,132,75,173r-40,0v-37,-46,-66,-92,-66,-173v0,-80,28,-127,66,-173v12,2,32,-4,40,2v-41,39,-74,93,-75,171","w":137,"k":{"j":-9,"T":-4}},")":{"d":"53,-274v36,46,66,94,66,173v0,79,-28,127,-66,173v-13,-1,-29,2,-40,-1v41,-39,75,-94,75,-172v0,-79,-37,-131,-75,-173r40,0","w":137},"*":{"d":"177,-156r-11,19r-58,-38r1,64r-22,0r1,-64r-57,39r-11,-20r62,-36r-62,-37r11,-19r58,39r-2,-65r22,0r-1,65r58,-39r11,20r-62,36","w":196},"+":{"d":"234,-101r-88,0r0,89r-30,0r0,-89r-88,0r0,-28r88,0r0,-88r30,0r0,88r88,0r0,28","w":261},",":{"d":"88,-50r-49,115r-26,0r31,-115r44,0","w":108,"k":{"\u2019":35,"\u201d":35,"}":16,"]":16,"7":9,")":16}},"-":{"d":"115,-99r-99,0r0,-31r99,0r0,31","w":130,"k":{"\u00e6":3,"\u00c6":8,"z":7,"y":7,"x":8,"w":3,"v":7,"a":3,"Z":5,"Y":23,"X":13,"W":8,"V":8,"T":25,"S":3,"J":17,"I":5,"A":8}},"\u00ad":{"d":"115,-99r-99,0r0,-31r99,0r0,31","w":130},".":{"d":"75,0r-42,0r0,-50r42,0r0,50","w":108,"k":{"\u2019":35,"\u201d":35,"\u2014":20,"\u2013":20,"}":18,"]":18,"7":9,"-":28,",":23,")":18}},"\/":{"d":"128,-274r-103,331r-29,0r102,-331r30,0","w":137},"0":{"d":"98,-267v68,0,84,59,84,136v0,80,-17,136,-84,136v-69,0,-82,-57,-83,-136v0,-80,16,-136,83,-136xm98,-24v50,0,48,-55,48,-107v0,-53,1,-107,-48,-107v-49,0,-48,56,-48,107v0,53,-1,107,48,107","w":196},"1":{"d":"40,-226v35,-1,50,-7,54,-37r27,0r0,236r46,0r0,27r-127,0r0,-27r47,0r0,-175r-47,0r0,-24","w":196},"2":{"d":"25,-251v61,-37,172,-8,141,84v-20,59,-78,97,-114,137r129,0r0,30r-162,0r0,-37v17,-17,19,-15,33,-31v33,-37,80,-69,82,-125v2,-62,-80,-44,-109,-21r0,-37","w":196},"3":{"d":"136,-200v0,-57,-85,-34,-112,-14r0,-37v48,-25,147,-26,147,47v0,31,-27,52,-48,61v31,7,53,26,53,65v0,83,-99,100,-159,67r0,-37v18,7,42,24,69,23v34,-2,54,-19,54,-55v0,-41,-28,-49,-70,-47r0,-29v37,3,66,-11,66,-44","w":196},"4":{"d":"188,-90r-32,0r0,90r-33,0r0,-90r-116,0r0,-37r117,-135r32,0r0,144r32,0r0,28xm123,-118r0,-102r-89,102r89,0","w":196,"k":{".":4,",":4}},"5":{"d":"66,-161v64,-8,112,13,112,78v0,83,-90,106,-156,74v2,-12,-3,-30,2,-38v36,29,118,35,118,-36v0,-57,-63,-55,-109,-44r0,-135r143,0r0,31r-110,0r0,70","w":196},"6":{"d":"51,-149v50,-38,141,-12,134,64v-5,52,-30,90,-83,90v-66,0,-86,-51,-87,-120v-2,-98,48,-166,147,-148v-2,10,3,27,-2,34v-58,-24,-110,18,-109,80xm102,-23v31,0,47,-24,47,-60v0,-59,-62,-67,-98,-41v-3,51,6,101,51,101","w":196},"7":{"d":"184,-223r-114,223r-37,0r120,-231r-136,0r0,-31r167,0r0,39","w":196,"k":{".":26,",":26}},"8":{"d":"116,-148v37,-19,38,-94,-18,-94v-46,0,-59,61,-19,77v8,4,26,15,37,17xm99,-20v40,0,60,-43,42,-75v-9,-16,-40,-28,-63,-36v-44,21,-37,111,21,111xm184,-73v0,44,-40,80,-86,79v-51,-1,-82,-29,-85,-78v-1,-34,22,-55,44,-69v-23,-14,-38,-27,-38,-58v0,-40,37,-69,79,-69v45,0,78,26,79,67v0,30,-20,51,-40,63v27,13,46,28,47,65","w":196},"9":{"d":"47,-178v0,59,65,67,99,40v1,-52,-4,-100,-51,-100v-31,0,-48,24,-48,60xm145,-113v-50,40,-139,13,-133,-64v4,-54,30,-90,83,-90v66,0,86,51,87,120v1,96,-46,169,-148,148v2,-10,-3,-27,2,-33v58,24,111,-18,109,-81","w":196},":":{"d":"85,-146r-42,0r0,-50r42,0r0,50xm85,0r-42,0r0,-50r42,0r0,50","w":127,"k":{"\u2014":23}},";":{"d":"85,-146r-42,0r0,-50r42,0r0,50xm96,-50r-49,115r-26,0r31,-115r44,0","w":127},"\u037e":{"d":"85,-146r-42,0r0,-50r42,0r0,50xm96,-50r-49,115r-26,0r31,-115r44,0","w":127},"<":{"d":"224,-14r-189,-90r0,-21r189,-90r0,31r-146,69r146,70r0,31","w":261},"=":{"d":"228,-137r-194,0r0,-29r194,0r0,29xm228,-64r-194,0r0,-28r194,0r0,28","w":261},">":{"d":"227,-104r-189,90r0,-31r146,-70r-146,-69r0,-31r189,90r0,21","w":261},"?":{"d":"19,-255v54,-23,145,-15,141,55v-3,51,-36,69,-68,90r0,40r-31,0r0,-54v28,-19,62,-31,63,-74v1,-55,-77,-40,-105,-21r0,-36xm95,0r-36,0r0,-37r36,0r0,37","w":170},"@":{"d":"168,-267v122,0,172,148,112,239r-74,0r-5,-20v-41,46,-120,11,-110,-63v-5,-65,57,-108,110,-76r0,-8r28,0r0,148r40,0v34,-84,-1,-196,-101,-196v-69,0,-120,61,-120,130v0,97,84,154,179,121r0,25v-112,31,-204,-38,-204,-147v0,-82,65,-153,145,-153xm160,-53v16,0,30,-10,41,-19r0,-91v-39,-22,-80,-2,-80,52v0,34,9,58,39,58","w":327},"A":{"d":"-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0","w":215,"k":{"\u2019":20,"\u2018":8,"\u201d":20,"\u201c":8,"\u2014":8,"\u2013":8,"y":5,"w":2,"v":5,"u":2,"t":2,"Y":13,"W":8,"V":10,"U":2,"T":20,"S":1,"-":8}},"B":{"d":"155,-145v29,8,49,29,49,65v-1,85,-89,82,-177,80r0,-262v75,1,163,-14,165,59v1,29,-21,44,-37,58xm61,-155v48,1,97,5,95,-43v-1,-42,-51,-33,-95,-34r0,77xm61,-30v54,1,107,3,107,-49v0,-55,-54,-47,-107,-47r0,96","w":212,"k":{"\u2014":-2,"\u2013":-2,"\u2026":3,"w":-2,"u":-2,"r":-2,"o":-2,"l":-2,"j":-2,"i":-2,"h":-2,"e":-2,"a":-2,"T":10,"Q":-2,"O":-2,"G":-2,"C":-2,".":3,"-":-2,",":3}},"C":{"d":"210,-18v-23,11,-45,23,-81,23v-79,0,-117,-53,-117,-136v1,-82,38,-132,117,-135v36,-1,59,10,81,22r0,42v-22,-14,-43,-36,-81,-35v-57,2,-80,46,-81,106v0,62,25,103,81,106v37,2,60,-19,81,-34r0,41","w":216,"k":{"\u2014":8,"\u2013":8,"\u0152":4,"-":8}},"D":{"d":"27,-262v123,-8,209,18,206,131v-2,85,-51,135,-146,131r-60,0r0,-262xm61,-30v84,5,136,-20,136,-101v0,-79,-51,-107,-136,-101r0,202","w":244,"k":{"\u2026":8,"Z":3,"Y":3,"X":2,"W":3,"T":8,"J":4,".":8,",":8}},"E":{"d":"27,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0","w":201},"F":{"d":"183,-231r-122,0r0,74r117,0r0,31r-117,0r0,126r-34,0r0,-262r156,0r0,31","w":187,"k":{"\u0153":8,"\u2026":50,"\u00f8":8,"\u00e6":17,"\u00c6":18,"o":8,"e":8,"a":17,"T":-5,"J":10,"A":17,"?":-10,";":10,":":10,".":50,",":50}},"G":{"d":"223,-17v-26,9,-52,22,-87,22v-84,-1,-124,-51,-124,-136v0,-84,42,-133,124,-135v36,-2,62,11,86,22r0,42v-25,-15,-47,-34,-90,-34v-53,0,-84,46,-84,104v0,86,63,125,141,99r0,-68r-61,0r0,-31r95,0r0,115","w":240},"H":{"d":"217,0r-35,0r0,-128r-121,0r0,128r-34,0r0,-262r34,0r0,103r121,0r0,-103r35,0r0,262","w":243},"I":{"d":"118,0r-102,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r33,0r0,27","w":134,"k":{"\u2014":5,"\u2013":5,"v":5,"s":4,"r":2,"p":2,"o":4,"n":2,"m":2,"g":4,"e":4,"d":4,"c":4,"a":4,"-":5}},"J":{"d":"2,-35v40,16,88,14,88,-46r0,-153r-55,0r0,-28r90,0r0,194v2,65,-61,81,-123,67r0,-34","w":149,"k":{"\u2026":3,"\u00c6":2,"A":2,".":3,",":3}},"K":{"d":"217,0r-45,0r-95,-122r-16,17r0,105r-34,0r0,-262r34,0r0,121r108,-121r42,0r-108,117","w":211,"k":{"\u2014":18,"\u2013":18,"\u0153":12,"\u0152":3,"\u00f8":12,"\u00e6":10,"\u00d8":3,"y":10,"w":10,"v":10,"u":7,"o":10,"e":10,"a":8,"O":3,"-":18}},"L":{"d":"178,0r-151,0r0,-262r34,0r0,231r117,0r0,31","w":179,"k":{"\u2019":27,"\u201d":27,"\u2014":27,"\u2013":27,"\u0152":3,"\u00d8":3,"\u00c6":7,"\u00c7":3,"y":18,"v":18,"Y":27,"W":17,"V":18,"T":28,"Q":3,"O":3,"J":-17,"G":3,"C":3,"A":7,"-":27,"'":20}},"M":{"d":"251,0r-35,0r0,-226r-68,154r-21,0r-68,-154r0,226r-32,0r0,-262r47,0r65,146r63,-146r49,0r0,262","w":277},"N":{"d":"214,0r-39,0r-116,-226r0,226r-32,0r0,-262r49,0r105,208r0,-208r33,0r0,262","w":240},"O":{"d":"127,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm127,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106","w":254,"k":{"\u2026":5,"Z":3,"Y":3,"X":2,"T":8,"J":1,".":5,",":5}},"P":{"d":"27,-262v84,-3,167,-2,165,79v-2,68,-53,91,-131,85r0,98r-34,0r0,-262xm61,-127v53,3,95,-5,95,-55v0,-48,-43,-53,-95,-50r0,105","w":198,"k":{"\u0153":8,"\u2026":50,"\u00f8":8,"\u00e6":8,"\u00c6":12,"o":8,"e":8,"a":8,"Y":-3,"J":12,"A":8,".":50,",":50}},"Q":{"d":"244,64v-52,16,-110,-4,-109,-59v-86,2,-123,-52,-123,-136v0,-82,35,-136,115,-136v80,0,115,54,116,136v0,65,-27,112,-74,129v-3,43,40,45,75,34r0,32xm127,-24v54,0,80,-46,80,-107v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,62,25,107,79,107","w":254,"k":{"\u2026":5,".":5,",":5}},"R":{"d":"190,-191v1,41,-23,66,-54,77r93,114r-45,0r-83,-104r-40,0r0,104r-34,0r0,-262v80,-1,164,-8,163,71xm61,-133v53,3,93,-4,93,-55v0,-46,-46,-46,-93,-44r0,99","w":223,"k":{"\u2019":12,"\u201d":12,"\u2014":17,"\u2013":17,"\u0153":10,"\u00f8":8,"\u00e6":8,"y":8,"u":2,"o":7,"e":7,"a":3,"Y":3,"T":10,"-":17}},"S":{"d":"140,-141v89,27,51,146,-41,146v-38,0,-60,-9,-85,-21v2,-13,-4,-34,2,-43v27,35,139,57,139,-10v0,-78,-140,-19,-140,-123v0,-75,108,-90,166,-58v-2,13,4,33,-2,42v-25,-31,-124,-46,-127,13v-2,46,54,44,88,54","w":200,"k":{"\u2026":3,"\u00c6":3,"y":5,"w":3,"v":5,"q":-1,"o":-1,"e":-1,"c":-1,"S":4,"A":2,".":3,",":3}},"T":{"d":"88,0r0,-231r-88,0r0,-31r210,0r0,31r-87,0r0,231r-35,0","w":210,"k":{"\u2014":25,"\u2013":25,"\u0153":37,"\u0152":8,"\u2026":49,"\u00f8":37,"\u00e6":40,"\u00d8":8,"\u00c6":22,"\u00c7":7,"}":-4,"z":28,"y":33,"w":33,"v":33,"u":33,"s":30,"r":33,"o":37,"g":35,"e":37,"c":37,"a":40,"]":-4,"Y":12,"T":18,"S":2,"O":8,"J":10,"G":7,"C":7,"A":20,"?":-10,";":33,":":33,".":49,"-":25,",":49,")":-4}},"U":{"d":"213,-262v-6,115,33,273,-95,267v-65,-3,-96,-35,-95,-103r0,-164r35,0r0,164v-2,47,16,74,60,74v43,0,60,-27,60,-74r0,-164r35,0","w":236,"k":{"\u2026":3,"\u00c6":3,"A":2,".":3,",":3}},"V":{"d":"216,-262r-90,262r-37,0r-90,-262r37,0r72,218r73,-218r35,0","w":214,"k":{"\u2014":8,"\u2013":8,"\u0153":17,"\u2026":49,"\u00f8":17,"\u00e6":17,"\u00c6":12,"y":11,"u":10,"o":17,"e":17,"a":17,"A":10,";":13,":":13,".":49,"-":8,",":49}},"W":{"d":"320,-262r-66,262r-39,0r-53,-217r-52,217r-38,0r-67,-262r35,0r53,218r52,-218r36,0r53,220r52,-220r34,0","w":324,"k":{"\u2014":8,"\u2013":8,"\u0153":13,"\u2026":37,"\u00f8":13,"\u00e6":13,"\u00c6":7,"y":9,"u":7,"r":7,"o":13,"e":13,"a":13,"A":8,";":13,":":13,".":37,"-":8,",":49}},"X":{"d":"208,0r-40,0r-64,-105r-65,105r-38,0r84,-131r-81,-131r40,0r62,103r64,-103r37,0r-81,129","w":209,"k":{"\u2014":13,"\u2013":13,"\u0153":10,"\u0152":2,"\u00f8":10,"\u00e6":8,"\u00d8":2,"\u00c7":2,"y":12,"u":5,"o":8,"e":8,"a":7,"O":2,"G":2,"C":2,"-":13}},"Y":{"d":"210,-262r-89,146r0,116r-35,0r0,-112r-88,-150r39,0r67,116r69,-116r37,0","w":207,"k":{"\u2014":23,"\u2013":23,"\u0153":22,"\u0152":3,"\u2026":49,"\u00f8":22,"\u00e6":23,"\u00d8":3,"\u00c6":13,"v":17,"u":18,"s":18,"r":17,"q":22,"p":17,"o":22,"n":17,"m":17,"g":22,"e":22,"d":20,"a":23,"O":3,"J":10,"A":13,";":33,":":33,".":49,"-":23,",":49}},"Z":{"d":"193,0r-182,0r0,-32r140,-199r-134,0r0,-31r173,0r0,32r-142,199r145,0r0,31","w":201,"k":{"\u2014":8,"\u2013":8,"\u0153":10,"\u0152":3,"\u00f8":10,"\u00e6":8,"\u00d8":3,"\u00c7":3,"y":11,"w":7,"o":10,"e":10,"a":8,"Z":2,"O":3,"G":3,"C":3,"-":10}},"[":{"d":"121,69r-92,0r0,-343r92,0r0,26r-61,0r0,292r61,0r0,25","w":137,"k":{"j":-9,"T":-4}},"\\":{"d":"141,57r-29,0r-103,-331r30,0","w":137},"]":{"d":"109,69r-92,0r0,-25r61,0r0,-292r-61,0r0,-26r92,0r0,343","w":137},"^":{"d":"239,-120r-35,0r-73,-110r-73,110r-35,0r97,-142r22,0","w":261},"_":{"d":"199,53r-202,0r0,-23r202,0r0,23","w":196},"`":{"d":"118,-229r-26,0r-48,-66r42,0","w":196},"a":{"d":"44,-59v0,49,71,36,90,11r0,-55v-38,5,-89,3,-90,44xm26,-192v56,-17,140,-17,140,58r0,134r-32,0r0,-21v-19,12,-31,27,-64,26v-37,-1,-60,-25,-60,-62v0,-63,62,-69,124,-72v5,-60,-69,-43,-108,-30r0,-33","w":188,"k":{"y":2,"w":2,"v":2}},"b":{"d":"57,-36v47,28,103,3,98,-63v-3,-41,-9,-70,-46,-71v-21,0,-39,11,-52,22r0,112xm117,-202v49,0,72,47,72,101v0,78,-69,133,-132,92r-2,9r-31,0r0,-274r33,0r0,98v15,-14,34,-26,60,-26","w":198,"k":{"\u2026":3,"y":1,".":3,",":5}},"c":{"d":"101,-24v26,0,42,-14,59,-24r0,37v-19,6,-33,16,-58,15v-62,-1,-89,-39,-92,-102v-5,-87,81,-125,150,-88v-2,11,3,29,-2,37v-14,-11,-32,-23,-57,-23v-38,0,-56,31,-56,74v0,42,18,73,56,74","w":166,"k":{"\u2014":3,"\u2013":3,"\u00e7":1,"c":1,"T":17,"-":3}},"d":{"d":"10,-97v-4,-78,67,-131,132,-91r0,-86r33,0r0,274r-33,0r0,-20v-16,13,-30,26,-59,25v-54,-2,-70,-46,-73,-102xm91,-26v21,0,38,-11,51,-22r0,-113v-48,-27,-103,1,-98,64v3,40,10,71,47,71","w":198},"e":{"d":"176,-12v-18,8,-40,17,-67,17v-63,0,-99,-39,-99,-102v0,-59,35,-104,91,-105v61,0,82,42,79,107r-136,0v-8,80,90,83,132,47r0,36xm148,-120v9,-63,-82,-72,-99,-22v-3,6,-4,14,-5,22r104,0","w":189,"k":{"T":23}},"f":{"d":"27,-196v-5,-65,40,-89,100,-76v-1,9,2,23,-1,30v-35,-10,-76,-3,-67,46r55,0r0,27r-54,0r0,169r-33,0r0,-169r-22,0r0,-27r22,0","w":114,"k":{"\u2019":-12,"\u201d":-12,"\u2014":12,"\u2013":12,"\u2026":20,"\u00f8":4,"\u00e6":4,"\u00ee":-21,"\u00e9":4,"}":-18,"y":4,"u":4,"s":4,"r":2,"q":2,"p":2,"o":4,"n":2,"m":2,"j":4,"g":2,"f":2,"e":4,"c":4,"a":4,"]":-18,"\\":-17,"?":-20,".":26,"-":12,",":26,"*":-12,")":-18,"'":-15,"\"":-15}},"g":{"d":"91,-34v20,0,39,-8,51,-19r0,-108v-45,-27,-103,-2,-98,60v3,40,10,67,47,67xm175,-22v8,88,-71,111,-146,88v2,-11,-3,-28,2,-35v38,20,121,25,111,-40r0,-17v-17,14,-30,22,-58,23v-50,0,-74,-42,-74,-97v0,-77,68,-126,132,-88r2,-8r31,0r0,174","w":198,"k":{"j":-2}},"h":{"d":"117,-202v85,-1,56,120,61,202r-33,0r0,-112v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-274r33,0r0,99v17,-15,33,-26,60,-27","w":200,"k":{"y":3,"w":2,"v":3}},"i":{"d":"58,0r-33,0r0,-196r33,0r0,196xm60,-229r-38,0r0,-34r38,0r0,34","w":82,"k":{"t":-1,"f":-1}},"j":{"d":"-16,43v41,8,60,-7,60,-51r0,-161r-35,0r0,-27r69,0r0,202v2,52,-39,77,-94,66r0,-29xm78,-229r-38,0r0,-34r38,0r0,34","w":101},"k":{"d":"187,0r-44,0r-73,-95r-13,13r0,82r-33,0r0,-274r33,0r0,161r78,-83r41,0r-81,82","w":179,"k":{"\u2014":17,"\u2013":17,"\u0153":3,"\u00f8":3,"o":3,"e":3,"-":17}},"l":{"d":"58,0r-33,0r0,-274r33,0r0,274","w":82,"k":{"\u2219":15,"\u00ef":-2,"\u00ee":-2,"t":-1,"l":-1}},"m":{"d":"222,-202v85,0,52,122,58,202r-33,0r0,-114v0,-31,-1,-58,-33,-56v-19,1,-33,12,-46,24r0,146r-33,0r0,-114v0,-31,0,-59,-33,-56v-18,1,-34,12,-45,23r0,147r-33,0r0,-196r33,0r0,21v23,-33,92,-39,105,7v18,-18,31,-34,60,-34","w":302,"k":{"y":3,"w":2,"v":3}},"n":{"d":"117,-202v85,-1,56,120,61,202r-33,0r0,-112v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27","w":200,"k":{"y":3,"w":2,"v":3}},"o":{"d":"98,-202v56,0,87,42,87,104v0,62,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-61,32,-104,88,-104xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75","w":195,"k":{"\u2026":3,"y":2,"x":3,"v":2,".":3,",":5}},"p":{"d":"117,-202v48,0,72,45,72,99v0,79,-68,134,-132,93r0,82r-33,0r0,-268r33,0r0,20v15,-13,34,-26,60,-26xm57,-37v47,28,102,0,98,-63v-3,-39,-9,-69,-46,-70v-21,0,-39,10,-52,22r0,111","w":198,"k":{"\u2026":3,"y":1,".":3,",":5}},"q":{"d":"10,-98v0,-78,67,-128,132,-90r2,-8r31,0r0,268r-33,0r0,-93v-17,15,-31,25,-59,25v-50,0,-73,-46,-73,-102xm91,-28v20,0,39,-11,51,-21r0,-112v-46,-28,-102,-1,-98,62v3,40,11,70,47,71","w":198},"r":{"d":"57,-167v21,-19,37,-32,71,-28v-2,17,10,41,-20,33v-23,0,-38,10,-51,23r0,139r-33,0r0,-196r33,0r0,29","w":129,"k":{"\u2019":-5,"\u201d":-5,"\u2014":3,"\u2013":3,"\u0153":2,"\u2026":49,"\u00f8":2,"\u00e6":7,"\u00e9":2,"\u00e7":2,"q":2,"o":2,"g":2,"e":2,"d":2,"c":2,"a":6,".":49,"-":4,",":49}},"s":{"d":"143,-91v30,44,-8,96,-66,96v-25,0,-48,-10,-65,-17r0,-37v18,11,37,24,66,26v30,2,54,-22,36,-47v-33,-20,-101,-12,-101,-71v0,-62,88,-72,134,-46v-2,11,3,28,-2,35v-24,-30,-124,-28,-92,25v21,16,75,14,90,36","w":160},"t":{"d":"120,-2v-48,16,-94,-1,-94,-58r0,-109r-22,0r0,-27r22,0r0,-57r33,0r0,57r61,0r0,27r-61,0r1,116v-2,32,36,31,60,22r0,29","w":120,"k":{"\u2019":-3,"\u201d":-3,"\u2014":7,"\u2013":7,"y":4,"v":4,"t":3,"-":7}},"u":{"d":"93,-26v20,0,38,-13,51,-24r0,-146r33,0r0,196r-33,0r0,-22v-36,46,-122,32,-122,-47r0,-127r34,0r0,111v-1,35,3,59,37,59","w":200},"v":{"d":"178,-196r-74,196r-29,0r-74,-196r36,0r54,151r53,-151r34,0","w":179,"k":{"\u2019":-5,"\u2014":7,"\u2013":7,"\u0153":2,"\u2026":30,"\u00f8":3,"\u00e6":7,"o":3,"e":3,"a":7,".":30,"-":7,",":30}},"w":{"d":"262,-196r-50,196r-30,0r-48,-151r-48,151r-30,0r-51,-196r35,0r34,152r47,-152r27,0r48,152r33,-152r33,0","w":267,"k":{"\u2019":-4,"\u2014":3,"\u2013":3,"\u2026":12,"\u00e6":3,"a":3,".":12,"-":3,",":12}},"x":{"d":"176,0r-40,0r-48,-74r-49,74r-37,0r68,-97r-68,-99r41,0r47,73r49,-73r37,0r-67,96","w":178,"k":{"\u2014":8,"\u2013":8,"\u0153":3,"\u00f8":4,"\u00e7":3,"o":4,"g":2,"e":4,"d":2,"c":3,"-":8}},"y":{"d":"178,-196r-105,268r-36,0r35,-81r-71,-187r36,0r53,145r54,-145r34,0","w":179,"k":{"\u2019":-5,"\u2014":7,"\u2013":7,"\u0153":2,"\u2026":30,"\u00f8":3,"\u00e6":7,"\u00e7":3,"q":2,"o":3,"g":2,"e":3,"d":2,"c":3,"a":7,".":32,"-":7,",":32}},"z":{"d":"153,0r-144,0r0,-24r102,-145r-98,0r0,-27r138,0r0,23r-103,145r105,0r0,28","w":159,"k":{"\u2014":3,"\u2013":3,"\u00f8":2,"\u00e7":2,"q":2,"o":2,"g":2,"e":2,"d":2,"c":2,"-":3}},"{":{"d":"100,-33v0,49,2,86,56,78r0,24v-66,6,-93,-26,-88,-94v3,-40,-16,-65,-57,-64r0,-27v52,3,59,-37,57,-89v-2,-51,33,-74,88,-69r0,25v-52,-7,-56,25,-56,77v0,38,-22,55,-48,68r0,4v27,12,48,30,48,67","w":172,"k":{"j":-9,"T":-4}},"|":{"d":"83,69r-29,0r0,-343r29,0r0,343","w":137},"}":{"d":"105,-205v-2,52,4,93,57,89r0,27v-51,-2,-59,37,-57,90v2,51,-33,73,-88,68r0,-24v52,7,56,-25,56,-78v0,-38,20,-56,48,-67r0,-4v-35,-14,-53,-44,-48,-98v3,-38,-18,-50,-56,-47r0,-25v55,-5,89,18,88,69","w":172},"~":{"d":"177,-98v29,-2,30,-34,32,-65r29,0v-1,49,-13,91,-60,93v-54,2,-51,-55,-93,-65v-29,2,-30,35,-32,66r-29,0v1,-49,13,-93,60,-94v52,-2,51,55,93,65","w":261},"\u00c4":{"d":"-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0xm160,-291r-35,0r0,-34r35,0r0,34xm88,-291r-36,0r0,-34r36,0r0,34","w":215},"\u00c5":{"d":"108,-349v56,0,72,81,25,99r85,250r-37,0r-24,-73r-100,0r-24,73r-35,0r84,-250v-45,-19,-30,-99,26,-99xm147,-103r-40,-124r-40,124r80,0xm108,-266v17,0,28,-13,28,-30v0,-16,-12,-30,-28,-30v-16,0,-28,14,-28,30v0,17,11,30,28,30","w":215},"\u00c7":{"d":"83,42v29,13,70,4,58,-38v-86,5,-130,-49,-129,-135v1,-82,38,-132,117,-135v36,-1,59,10,81,22r0,42v-22,-14,-43,-36,-81,-35v-57,2,-80,46,-81,106v0,62,25,103,81,106v37,2,60,-19,81,-34r0,41v-14,7,-27,14,-42,17v10,55,-31,88,-85,71r0,-28","w":216,"k":{"\u2014":8,"\u2013":8,"\u0152":4,"-":8}},"\u00c9":{"d":"27,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0xm162,-361r-48,66r-26,0r31,-66r43,0","w":201},"\u00d1":{"d":"214,0r-39,0r-116,-226r0,226r-32,0r0,-262r49,0r105,208r0,-208r33,0r0,262xm154,-320v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28","w":240},"\u00d6":{"d":"127,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm127,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106xm180,-295r-35,0r0,-34r35,0r0,34xm108,-295r-36,0r0,-34r36,0r0,34","w":254},"\u00dc":{"d":"213,-262v-6,115,33,273,-95,267v-65,-3,-96,-35,-95,-103r0,-164r35,0r0,164v-2,47,16,74,60,74v43,0,60,-27,60,-74r0,-164r35,0xm176,-295r-35,0r0,-34r35,0r0,34xm104,-295r-36,0r0,-34r36,0r0,34","w":236},"\u00e1":{"d":"44,-59v0,49,71,36,90,11r0,-55v-38,5,-89,3,-90,44xm26,-192v56,-17,140,-17,140,58r0,134r-32,0r0,-21v-19,12,-31,27,-64,26v-37,-1,-60,-25,-60,-62v0,-63,62,-69,124,-72v5,-60,-69,-43,-108,-30r0,-33xm147,-295r-48,66r-26,0r31,-66r43,0","w":188},"\u00e0":{"d":"44,-59v0,49,71,36,90,11r0,-55v-38,5,-89,3,-90,44xm26,-192v56,-17,140,-17,140,58r0,134r-32,0r0,-21v-19,12,-31,27,-64,26v-37,-1,-60,-25,-60,-62v0,-63,62,-69,124,-72v5,-60,-69,-43,-108,-30r0,-33xm118,-229r-26,0r-48,-66r42,0","w":188},"\u00e2":{"d":"44,-59v0,49,71,36,90,11r0,-55v-38,5,-89,3,-90,44xm26,-192v56,-17,140,-17,140,58r0,134r-32,0r0,-21v-19,12,-31,27,-64,26v-37,-1,-60,-25,-60,-62v0,-63,62,-69,124,-72v5,-60,-69,-43,-108,-30r0,-33xm154,-228r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":188},"\u00e4":{"d":"44,-59v0,49,71,36,90,11r0,-55v-38,5,-89,3,-90,44xm26,-192v56,-17,140,-17,140,58r0,134r-32,0r0,-21v-19,12,-31,27,-64,26v-37,-1,-60,-25,-60,-62v0,-63,62,-69,124,-72v5,-60,-69,-43,-108,-30r0,-33xm146,-229r-35,0r0,-34r35,0r0,34xm74,-229r-36,0r0,-34r36,0r0,34","w":188},"\u00e3":{"d":"44,-59v0,49,71,36,90,11r0,-55v-38,5,-89,3,-90,44xm26,-192v56,-17,140,-17,140,58r0,134r-32,0r0,-21v-19,12,-31,27,-64,26v-37,-1,-60,-25,-60,-62v0,-63,62,-69,124,-72v5,-60,-69,-43,-108,-30r0,-33xm123,-258v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28","w":188},"\u00e5":{"d":"44,-59v0,49,71,36,90,11r0,-55v-38,5,-89,3,-90,44xm108,-199v37,5,58,22,58,65r0,134r-32,0r0,-21v-19,12,-31,27,-64,26v-37,-1,-60,-25,-60,-62v0,-63,62,-69,124,-72v6,-60,-72,-43,-108,-30r0,-33v14,-4,31,-7,49,-8v-19,-7,-36,-26,-36,-50v-1,-30,24,-53,53,-53v30,-1,54,23,54,53v0,26,-18,44,-38,51xm92,-219v16,0,28,-14,28,-31v1,-17,-11,-29,-28,-29v-16,0,-27,12,-27,29v0,17,11,31,27,31","w":188},"\u00e7":{"d":"52,42v29,13,69,5,58,-38v-68,2,-96,-36,-100,-102v-5,-87,81,-125,150,-88v-2,11,3,29,-2,37v-14,-11,-32,-23,-57,-23v-38,0,-56,31,-56,74v0,42,18,73,56,74v26,0,42,-14,59,-24r0,37v-11,6,-25,4,-23,27v5,46,-40,68,-85,54r0,-28","w":166,"k":{"\u2014":3,"\u2013":3,"-":3}},"\u00e9":{"d":"176,-12v-18,8,-40,17,-67,17v-63,0,-99,-39,-99,-102v0,-59,35,-104,91,-105v61,0,82,42,79,107r-136,0v-8,80,90,83,132,47r0,36xm148,-120v9,-63,-82,-72,-99,-22v-3,6,-4,14,-5,22r104,0xm156,-295r-48,66r-26,0r31,-66r43,0","w":189},"\u00e8":{"d":"176,-12v-18,8,-40,17,-67,17v-63,0,-99,-39,-99,-102v0,-59,35,-104,91,-105v61,0,82,42,79,107r-136,0v-8,80,90,83,132,47r0,36xm148,-120v9,-63,-82,-72,-99,-22v-3,6,-4,14,-5,22r104,0xm121,-229r-26,0r-48,-66r42,0","w":189},"\u00ea":{"d":"176,-12v-18,8,-40,17,-67,17v-63,0,-99,-39,-99,-102v0,-59,35,-104,91,-105v61,0,82,42,79,107r-136,0v-8,80,90,83,132,47r0,36xm148,-120v9,-63,-82,-72,-99,-22v-3,6,-4,14,-5,22r104,0xm160,-228r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":189},"\u00eb":{"d":"176,-12v-18,8,-40,17,-67,17v-63,0,-99,-39,-99,-102v0,-59,35,-104,91,-105v61,0,82,42,79,107r-136,0v-8,80,90,83,132,47r0,36xm148,-120v9,-63,-82,-72,-99,-22v-3,6,-4,14,-5,22r104,0xm154,-229r-35,0r0,-34r35,0r0,34xm82,-229r-36,0r0,-34r36,0r0,34","w":189},"\u00ed":{"d":"58,0r-33,0r0,-196r33,0r0,196xm95,-295r-48,66r-26,0r31,-66r43,0","w":82,"k":{"\u2019":-4}},"\u00ec":{"d":"58,0r-33,0r0,-196r33,0r0,196xm74,-229r-26,0r-48,-66r42,0","w":82},"\u00ee":{"d":"58,0r-33,0r0,-196r33,0r0,196xm92,-228r-27,0r-24,-46r-25,46r-25,0r30,-67r40,0","w":82,"k":{"l":-2}},"\u00ef":{"d":"58,0r-33,0r0,-196r33,0r0,196xm89,-229r-33,0r0,-34r33,0r0,34xm27,-229r-34,0r0,-34r34,0r0,34","w":82,"k":{"\uf002":-2,"\uf001":-2,"l":-2,"f":-2}},"\u00f1":{"d":"117,-202v85,-1,56,120,61,202r-33,0r0,-112v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27xm131,-258v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28","w":200},"\u00f3":{"d":"98,-202v56,0,87,42,87,104v0,62,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-61,32,-104,88,-104xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75xm152,-295r-48,66r-26,0r31,-66r43,0","w":195},"\u00f2":{"d":"98,-202v56,0,87,42,87,104v0,62,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-61,32,-104,88,-104xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75xm117,-229r-26,0r-48,-66r42,0","w":195},"\u00f4":{"d":"98,-202v56,0,87,42,87,104v0,62,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-61,32,-104,88,-104xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75xm158,-228r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":195},"\u00f6":{"d":"98,-202v56,0,87,42,87,104v0,62,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-61,32,-104,88,-104xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75xm151,-229r-35,0r0,-34r35,0r0,34xm79,-229r-36,0r0,-34r36,0r0,34","w":195},"\u00f5":{"d":"98,-202v56,0,87,42,87,104v0,62,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-61,32,-104,88,-104xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75xm127,-258v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28","w":195},"\u00fa":{"d":"93,-26v20,0,38,-13,51,-24r0,-146r33,0r0,196r-33,0r0,-22v-36,46,-122,32,-122,-47r0,-127r34,0r0,111v-1,35,3,59,37,59xm152,-295r-48,66r-26,0r31,-66r43,0","w":200},"\u00f9":{"d":"93,-26v20,0,38,-13,51,-24r0,-146r33,0r0,196r-33,0r0,-22v-36,46,-122,32,-122,-47r0,-127r34,0r0,111v-1,35,3,59,37,59xm121,-229r-26,0r-48,-66r42,0","w":200},"\u00fb":{"d":"93,-26v20,0,38,-13,51,-24r0,-146r33,0r0,196r-33,0r0,-22v-36,46,-122,32,-122,-47r0,-127r34,0r0,111v-1,35,3,59,37,59xm159,-228r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":200},"\u00fc":{"d":"93,-26v20,0,38,-13,51,-24r0,-146r33,0r0,196r-33,0r0,-22v-36,46,-122,32,-122,-47r0,-127r34,0r0,111v-1,35,3,59,37,59xm154,-229r-35,0r0,-34r35,0r0,34xm82,-229r-36,0r0,-34r36,0r0,34","w":200},"\u2020":{"d":"173,-182r-64,-1r1,159r-23,0r1,-159r-64,1r0,-22r64,0r-1,-70r23,0r-1,70r64,0r0,22","w":196},"\u00b0":{"d":"85,-266v37,0,67,30,67,66v0,36,-30,67,-67,67v-37,0,-67,-30,-67,-67v0,-37,30,-66,67,-66xm85,-159v21,0,39,-19,39,-41v0,-21,-18,-40,-39,-40v-21,0,-40,19,-40,40v0,21,19,41,40,41","w":169},"\u00a2":{"d":"171,-15v-16,8,-30,14,-53,15r0,63r-20,0r0,-63v-51,-5,-78,-42,-78,-98v-1,-55,30,-92,78,-98r0,-63r20,0r0,63v21,-1,40,8,53,14v-1,11,2,26,-1,35v-15,-12,-29,-21,-52,-25r0,147v23,-3,37,-15,53,-24r0,34xm98,-171v-59,6,-59,140,0,145r0,-145","w":196},"\u00a3":{"d":"85,-108v4,41,-18,60,-39,78r135,0r0,30r-165,0r0,-36v29,-10,34,-32,35,-72r-28,0r0,-24r28,0v-6,-73,8,-135,73,-135v21,0,37,5,52,9v-2,11,3,29,-2,36v-31,-25,-96,-19,-89,37r0,53r64,0r0,24r-64,0","w":196},"\u00a7":{"d":"117,-55v24,-9,39,-65,6,-75r-44,-14v-19,8,-34,43,-18,65v8,13,39,16,56,24xm170,2v1,66,-84,78,-140,55v2,-10,-3,-27,2,-34v30,22,120,26,101,-32v-27,-37,-112,-15,-112,-85v0,-27,17,-44,35,-58v-19,-11,-30,-24,-30,-50v-2,-63,86,-78,140,-55v-1,11,2,25,-1,34v-33,-21,-121,-26,-102,33v29,35,112,18,112,84v0,31,-18,44,-35,59v18,9,30,23,30,49","w":196},"\u2022":{"d":"82,-178v33,0,62,29,62,62v0,32,-29,61,-62,61v-33,0,-62,-28,-62,-61v0,-33,29,-62,62,-62","w":163},"\u00b6":{"d":"10,-185v0,-78,80,-82,163,-77r0,326r-25,0r0,-303r-33,0r0,303r-24,0r0,-168v-47,-1,-81,-33,-81,-81","w":196},"\u00df":{"d":"126,-160v36,8,62,34,62,75v1,57,-45,100,-107,87v1,-9,-3,-24,2,-29v42,12,72,-13,70,-59v-2,-43,-26,-58,-71,-58r0,-27v34,0,56,-11,55,-44v0,-23,-12,-34,-35,-34v-35,-1,-45,24,-45,58r0,191r-33,0r0,-190v0,-54,27,-84,78,-85v38,-1,69,20,69,57v0,31,-25,47,-45,58","w":197},"\u00ae":{"d":"167,-267v82,0,152,70,152,152v0,82,-71,152,-152,152v-81,0,-152,-71,-152,-152v0,-81,70,-152,152,-152xm167,18v70,0,132,-62,132,-133v0,-71,-62,-133,-132,-133v-70,0,-131,61,-131,133v0,72,61,133,131,133xm229,-155v0,25,-17,39,-35,47r61,70r-40,0r-50,-62r-22,0r0,62r-29,0r0,-161v53,1,115,-9,115,44xm143,-122v30,1,54,-1,54,-31v0,-26,-27,-25,-54,-24r0,55","w":334},"\u00a9":{"d":"167,-267v82,0,152,70,152,152v0,82,-71,152,-152,152v-81,0,-152,-71,-152,-152v0,-81,70,-152,152,-152xm167,18v70,0,132,-62,132,-133v0,-71,-62,-133,-132,-133v-70,0,-131,61,-131,133v0,72,61,133,131,133xm126,-116v0,62,64,71,95,40r3,0r0,31v-56,31,-139,4,-131,-71v-7,-74,75,-104,131,-72r0,32v-14,-5,-30,-19,-51,-19v-32,0,-47,24,-47,59","w":334},"\u2122":{"d":"287,-138r-22,0r0,-108r-3,0r-36,79r-15,0r-36,-81r-4,0r0,110r-22,0r0,-124r42,0r28,67r28,-67r40,0r0,124xm122,-241r-41,0r0,103r-22,0r0,-103r-40,0r0,-21r103,0r0,21","w":315},"\u00b4":{"d":"153,-295r-48,66r-26,0r31,-66r43,0","w":196},"\u00a8":{"d":"152,-229r-35,0r0,-34r35,0r0,34xm80,-229r-36,0r0,-34r36,0r0,34","w":196},"\u2260":{"d":"228,-64r-100,0r-18,59r-27,0r18,-59r-67,0r0,-27r76,0r15,-47r-91,0r0,-28r99,0r19,-58r27,0r-19,58r68,0r0,28r-76,0r-15,47r91,0r0,27","w":261},"\u00c6":{"d":"317,0r-161,0r0,-98r-88,0r-38,98r-37,0r106,-262r218,0r0,31r-126,0r0,72r117,0r0,31r-117,0r0,97r126,0r0,31xm156,-127r0,-106r-34,0r-43,106r77,0","w":328},"\u00d8":{"d":"209,-234v22,24,34,57,34,103v1,79,-41,136,-116,136v-27,0,-49,-7,-66,-19r-23,34r-26,0r33,-48v-21,-24,-33,-58,-33,-103v0,-108,97,-169,181,-117r20,-30r26,0xm175,-221v-59,-43,-136,7,-128,90v3,31,6,55,18,74xm79,-41v59,43,128,-7,128,-90v0,-30,-7,-57,-18,-74","w":254,"k":{"\u2026":5,"Z":3,"Y":3,"X":2,"T":8,".":5,",":5}},"\u221e":{"d":"238,-202v44,0,70,39,70,85v0,51,-26,89,-76,89v-34,-1,-59,-24,-70,-52v-15,30,-33,52,-73,52v-44,0,-70,-39,-70,-85v0,-52,28,-89,76,-89v35,0,60,25,71,53v15,-30,33,-52,72,-53xm49,-113v-2,42,33,65,66,46v15,-8,30,-41,38,-61v-11,-23,-28,-40,-56,-41v-33,-1,-46,23,-48,56xm230,-60v33,0,48,-22,48,-57v0,-41,-34,-66,-66,-45v-15,10,-31,40,-38,61v11,23,28,40,56,41","w":327},"\u00b1":{"d":"233,-28r-205,0r0,-28r88,0r0,-74r-88,0r0,-28r88,0r0,-88r30,0r0,88r87,0r0,28r-87,0r0,74r87,0r0,28","w":261},"\u2264":{"d":"224,-54r-189,-85r0,-21r189,-85r0,32r-143,64r143,64r0,31xm224,0r-189,0r0,-28r189,0r0,28","w":261},"\u2265":{"d":"227,-139r-189,85r0,-31r143,-64r-143,-64r0,-32r189,85r0,21xm227,0r-189,0r0,-28r189,0r0,28","w":261},"\u00a5":{"d":"186,-262r-72,143r0,17r61,0r0,25r-60,0r0,77r-33,0r0,-77r-60,0r0,-25r60,0r0,-13r-72,-147r37,0r51,113r53,-113r35,0","w":196},"\u00b5":{"d":"150,-20v-20,26,-75,32,-93,0r0,92r-33,0r0,-268r33,0r0,148v16,25,73,25,90,0r0,-148r34,0r0,196r-31,0r0,-20","w":204},"\u2202":{"d":"101,-267v65,1,83,51,81,120v-2,75,-21,150,-95,152v-45,1,-75,-33,-75,-80v0,-74,84,-118,135,-70v5,-49,-5,-93,-51,-93v-24,0,-43,12,-60,21r0,-34v15,-9,42,-16,65,-16xm47,-75v-6,54,59,70,81,27v9,-17,16,-40,18,-71v-34,-33,-107,-18,-99,44","w":196},"\u2211":{"d":"216,33r-194,0r0,-33r110,-118r-108,-111r0,-33r185,0r0,31r-142,0r106,105r0,13r-111,115r154,0r0,31","w":229},"\u220f":{"d":"217,-262r0,295r-34,0r0,-264r-121,0r0,264r-35,0r0,-295r190,0","w":244},"\u222b":{"d":"82,-201v-3,-60,44,-84,102,-71v-2,9,3,25,-2,31v-35,-9,-67,-5,-67,43r0,198v3,59,-46,84,-102,71v2,-9,-3,-25,2,-31v35,10,67,4,67,-43r0,-198","w":196},"\u00aa":{"d":"33,-259v48,-15,121,-14,121,49r0,111r-30,0r0,-16v-13,9,-28,20,-53,20v-29,0,-51,-24,-51,-52v1,-54,52,-58,104,-61v4,-49,-63,-30,-91,-21r0,-30xm50,-149v0,40,59,28,74,8r0,-43v-33,2,-73,1,-74,35","w":177},"\u00ba":{"d":"89,-267v47,0,74,35,74,86v0,50,-27,86,-74,86v-48,0,-74,-35,-74,-86v0,-50,27,-86,74,-86xm89,-121v30,0,42,-25,42,-60v0,-35,-12,-60,-42,-60v-30,0,-42,24,-42,60v0,35,12,60,42,60","w":177},"\u2126":{"d":"239,-157v0,54,-28,84,-61,105r0,21r69,0r0,31r-99,0r0,-68v30,-19,56,-39,55,-89v-1,-50,-26,-80,-76,-80v-50,0,-75,31,-77,80v-2,50,27,70,56,89r0,68r-98,0r0,-31r69,0r0,-21v-35,-21,-64,-52,-64,-105v0,-69,43,-110,114,-110v70,0,111,39,112,110","w":252},"\u00e6":{"d":"44,-58v0,53,82,31,100,6v-4,-12,-7,-29,-7,-46v-42,1,-93,-1,-93,40xm169,-98v-9,82,91,87,135,50r0,36v-44,24,-127,23,-150,-20v-17,18,-42,37,-82,37v-34,0,-63,-26,-62,-61v0,-65,64,-66,128,-68v9,-65,-72,-50,-111,-35r0,-33v42,-14,119,-15,134,23v14,-17,37,-33,67,-33v58,0,82,42,79,104r-138,0xm275,-124v6,-58,-82,-67,-99,-20v-3,6,-6,13,-7,20r106,0","w":316},"\u00f8":{"d":"159,-176v16,18,26,43,26,78v0,81,-70,127,-134,90r-22,34r-22,0r30,-46v-16,-18,-27,-44,-27,-78v0,-81,71,-128,135,-90r19,-30r22,0xm129,-164v-53,-32,-101,25,-83,96v2,8,5,16,8,22xm66,-33v52,35,104,-25,83,-95v-2,-9,-4,-16,-7,-22","w":195,"k":{"\u2026":3,"y":2,"x":3,"v":2,".":3,",":5}},"\u00bf":{"d":"111,-225r-36,0r0,-37r36,0r0,37xm46,-64v-2,54,78,41,105,21r0,36v-63,32,-169,0,-136,-84v11,-28,38,-45,63,-60r0,-40r32,0r0,53v-28,17,-63,31,-64,74","w":170,"k":{"J":-5}},"\u00a1":{"d":"78,-225r-36,0r0,-37r36,0r0,37xm79,0r-39,0r5,-190r29,0","w":119},"\u00ac":{"d":"233,-10r-31,0r0,-96r-174,0r0,-28r205,0r0,124","w":261},"\u221a":{"d":"273,-314r-139,341r-18,0r-60,-175r-42,0r0,-24r69,0r47,140r115,-282r28,0","w":261},"\u0192":{"d":"80,-155v1,-75,32,-127,111,-109v-2,10,3,26,-2,32v-36,-15,-72,-3,-70,42r-5,35r51,0r0,24r-55,0v-10,83,-10,192,-119,163r0,-31v36,13,67,3,73,-42r12,-90r-31,0r0,-24r35,0","w":196},"\u2248":{"d":"172,-153v22,-2,25,-17,29,-41r27,0v-4,40,-19,69,-59,69v-35,0,-49,-35,-80,-40v-22,1,-22,16,-28,39r-28,0v4,-38,21,-67,60,-67v34,0,49,34,79,40xm138,-83v23,25,62,23,63,-20r27,0v-6,40,-18,66,-59,66v-36,0,-47,-39,-80,-39v-22,0,-24,18,-28,40r-28,0v-4,-62,67,-88,105,-47","w":261},"\u2206":{"d":"225,0r-227,0r92,-262r43,0xm178,-30r-67,-197r-67,197r134,0","w":222},"\u00ab":{"d":"183,-34r-85,-73r0,-15r85,-74r0,33r-55,48r55,48r0,33xm108,-28r-90,-79r0,-16r90,-78r0,35r-58,51r58,52r0,35","w":206},"\u00bb":{"d":"188,-107r-89,79r0,-35r58,-52r-58,-51r0,-35r89,78r0,16xm109,-107r-86,73r0,-33r56,-48r-56,-48r0,-33r86,74r0,15","w":206},"\u2026":{"d":"263,0r-36,0r0,-39r36,0r0,39xm165,0r-36,0r0,-39r36,0r0,39xm67,0r-36,0r0,-39r36,0r0,39","w":294,"k":{"\u2019":35,"\u201d":35}},"\u00c0":{"d":"-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0xm135,-295r-26,0r-48,-66r42,0","w":215},"\u00c3":{"d":"-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0xm137,-317v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28","w":215},"\u00d5":{"d":"127,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm127,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106xm154,-320v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28","w":254},"\u0152":{"d":"12,-131v0,-88,51,-131,146,-131r182,0r0,31r-127,0r0,72r118,0r0,31r-118,0r0,97r127,0r0,31r-182,0v-94,1,-146,-41,-146,-131xm48,-131v0,77,47,107,130,101r0,-202v-83,-5,-130,23,-130,101","w":351},"\u0153":{"d":"286,-120v6,-52,-55,-71,-86,-40v-10,10,-16,23,-17,40r103,0xm97,-23v39,0,53,-31,53,-75v0,-45,-13,-75,-53,-75v-39,0,-53,33,-53,75v0,43,14,75,53,75xm183,-95v-7,79,89,83,131,47r0,36v-41,24,-124,22,-147,-19v-15,22,-35,36,-70,36v-57,1,-87,-44,-87,-103v0,-61,31,-104,87,-104v33,0,57,14,71,37v14,-22,39,-37,72,-37v58,0,82,44,78,107r-135,0","w":327},"\u2013":{"d":"197,-101r-198,0r0,-28r198,0r0,28","w":196,"k":{"\u00e6":3,"\u00c6":8,"z":7,"y":7,"x":8,"w":3,"v":7,"a":3,"Z":2,"Y":23,"X":13,"W":8,"V":8,"T":25,"S":3,"J":17,"I":5,"A":8}},"\u2014":{"d":"328,-101r-329,0r0,-28r329,0r0,28","w":327,"k":{"\u00e6":3,"\u00c6":8,"z":7,"y":7,"x":8,"w":3,"v":7,"a":3,"Z":2,"Y":23,"X":13,"W":8,"V":8,"T":25,"S":3,"J":17,"I":5,"A":8}},"\u201c":{"d":"127,-175r-23,0r-46,-99r42,0xm58,-175r-23,0r-46,-99r42,0","w":144,"k":{"\u2018":-7,"\u00c6":17,"A":17}},"\u201d":{"d":"158,-274r-46,99r-24,0r28,-99r42,0xm88,-274r-46,99r-23,0r27,-99r42,0","w":144,"k":{"\u2019":-7,"\u2026":35,"\u00c6":17,"t":-7,"s":12,"Y":-18,"W":-10,"V":-17,"T":-18,"A":17,".":35,",":35}},"\u2018":{"d":"59,-175r-24,0r-46,-99r42,0","w":75,"k":{"\u201c":-7,"\u00c6":17,"A":17}},"\u2019":{"d":"87,-274r-46,99r-24,0r28,-99r42,0","w":75,"k":{"\u2018":-32,"\u201d":-7,"\u201c":-32,"\u2026":35,"\u00c6":17,"\u00ef":-28,"\u00ee":-28,"\u00ec":-14,"t":-7,"s":12,"l":-7,"i":-7,"h":-7,"Y":-18,"W":-10,"V":-17,"T":-18,"S":-4,"A":17,"9":-4,"8":-4,"7":-7,"5":-2,"4":12,"3":-4,"2":-4,".":35,",":35}},"\u00f7":{"d":"152,-178r-42,0r0,-48r42,0r0,48xm234,-101r-206,0r0,-28r206,0r0,28xm152,-3r-42,0r0,-48r42,0r0,48","w":261},"\u25ca":{"d":"241,-115r-110,125r-110,-125r110,-125xm203,-115r-72,-84r-72,84r72,83","w":261},"\u00ff":{"d":"178,-196r-105,268r-36,0r35,-81r-71,-187r36,0r53,145r54,-145r34,0xm145,-229r-35,0r0,-34r35,0r0,34xm73,-229r-36,0r0,-34r36,0r0,34","w":179},"\u0178":{"d":"210,-262r-89,146r0,116r-35,0r0,-112r-88,-150r39,0r67,116r69,-116r37,0xm158,-295r-35,0r0,-34r35,0r0,34xm86,-295r-36,0r0,-34r36,0r0,34","w":207},"\u2044":{"d":"161,-262r-137,262r-29,0r137,-262r29,0","w":155},"\u2215":{"d":"161,-262r-137,262r-29,0r137,-262r29,0","w":155},"\u20ac":{"d":"15,-165v7,-80,92,-124,173,-89v-2,10,3,27,-2,34v-56,-39,-131,-4,-135,55r125,0r-5,24r-123,0r0,25r118,0r-5,24r-109,0v9,61,83,85,136,51r0,33v-79,36,-164,-7,-173,-84r-20,0r5,-24r12,0r0,-25r-17,0r5,-24r15,0","w":196},"\u2039":{"d":"111,-30r-89,-77r0,-16r89,-76r0,35r-58,49r58,50r0,35","w":137},"\u203a":{"d":"116,-107r-89,77r0,-35r58,-50r-58,-49r0,-35r89,76r0,16","w":137},"\uf001":{"d":"117,-242v-32,-11,-66,1,-58,46r109,0r0,196r-33,0r0,-169r-75,0r0,169r-33,0r0,-169r-22,0r0,-27r22,0v-4,-58,32,-88,90,-77r0,31xm168,-229r-36,0r0,-34r36,0r0,34","w":191,"k":{"l":-1}},"\ufb01":{"d":"117,-242v-32,-11,-66,1,-58,46r109,0r0,196r-33,0r0,-169r-75,0r0,169r-33,0r0,-169r-22,0r0,-27r22,0v-4,-58,32,-88,90,-77r0,31xm168,-229r-36,0r0,-34r36,0r0,34","w":191},"\uf002":{"d":"27,-196v-6,-72,57,-87,122,-76r18,-2r0,274r-33,0r0,-247v-45,-4,-82,1,-75,51r43,0r0,27r-42,0r0,169r-33,0r0,-169r-22,0r0,-27r22,0","w":190,"k":{"i":-1}},"\ufb02":{"d":"27,-196v-6,-72,57,-87,122,-76r18,-2r0,274r-33,0r0,-247v-45,-4,-82,1,-75,51r43,0r0,27r-42,0r0,169r-33,0r0,-169r-22,0r0,-27r22,0","w":190},"\u2021":{"d":"173,-89r-64,-1r1,68r-23,0r1,-68r-64,1r0,-23r64,1r0,-73r-64,0r0,-22r64,1r-1,-69r23,0r-1,69r64,-1r0,22r-64,0r0,73r64,-1r0,23","w":196},"\u2219":{"d":"75,-91r-42,0r0,-48r42,0r0,48","w":108,"k":{"l":15}},"\u201a":{"d":"68,-50r-46,99r-24,0r27,-99r43,0","w":75,"k":{"Y":35,"W":17,"V":35,"T":35}},"\u201e":{"d":"137,-50r-46,99r-23,0r27,-99r42,0xm68,-50r-46,99r-23,0r27,-99r42,0","w":143,"k":{"Y":35,"W":17,"V":35,"T":35}},"\u2030":{"d":"80,-267v44,0,62,30,62,78v1,48,-19,78,-62,78v-44,0,-62,-30,-62,-78v-1,-48,18,-78,62,-78xm259,-262r-137,262r-29,0r137,-262r29,0xm272,-150v44,0,61,29,61,77v0,48,-17,78,-61,78v-45,0,-62,-29,-62,-77v0,-48,18,-78,62,-78xm80,-135v28,0,31,-23,31,-54v0,-31,-3,-54,-31,-54v-28,0,-31,23,-31,54v0,32,2,54,31,54xm272,-18v28,0,30,-24,30,-55v0,-31,-2,-54,-30,-54v-28,0,-31,23,-31,55v0,32,2,54,31,54xm420,-150v44,0,62,30,62,77v1,48,-18,78,-62,78v-44,0,-62,-30,-62,-77v-1,-48,18,-78,62,-78xm420,-18v28,0,31,-24,31,-55v0,-31,-3,-54,-31,-54v-28,0,-31,24,-31,55v0,32,2,54,31,54","w":500},"\u00c2":{"d":"-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0xm165,-290r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":215},"\u00ca":{"d":"27,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0xm169,-294r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":201},"\u00c1":{"d":"-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0xm151,-361r-48,66r-26,0r31,-66r43,0","w":215},"\u00cb":{"d":"27,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0xm169,-295r-35,0r0,-34r35,0r0,34xm97,-295r-36,0r0,-34r36,0r0,34","w":201},"\u00c8":{"d":"27,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0xm133,-295r-26,0r-48,-66r42,0","w":201},"\u00cd":{"d":"118,0r-102,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r33,0r0,27xm115,-361r-48,66r-26,0r31,-66r43,0","w":134},"\u00ce":{"d":"118,0r-102,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r33,0r0,27xm127,-294r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":134},"\u00cf":{"d":"118,0r-102,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r33,0r0,27xm121,-295r-35,0r0,-34r35,0r0,34xm49,-295r-36,0r0,-34r36,0r0,34","w":134},"\u00cc":{"d":"118,0r-102,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r33,0r0,27xm93,-295r-26,0r-48,-66r42,0","w":134},"\u00d3":{"d":"127,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm127,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106xm176,-361r-48,66r-26,0r31,-66r43,0","w":254},"\u00d4":{"d":"127,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm127,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106xm185,-294r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":254},"\u00d2":{"d":"127,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm127,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106xm150,-295r-26,0r-48,-66r42,0","w":254},"\u00da":{"d":"213,-262v-6,115,33,273,-95,267v-65,-3,-96,-35,-95,-103r0,-164r35,0r0,164v-2,47,16,74,60,74v43,0,60,-27,60,-74r0,-164r35,0xm175,-361r-48,66r-26,0r31,-66r43,0","w":236},"\u00db":{"d":"213,-262v-6,115,33,273,-95,267v-65,-3,-96,-35,-95,-103r0,-164r35,0r0,164v-2,47,16,74,60,74v43,0,60,-27,60,-74r0,-164r35,0xm176,-294r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":236},"\u00d9":{"d":"213,-262v-6,115,33,273,-95,267v-65,-3,-96,-35,-95,-103r0,-164r35,0r0,164v-2,47,16,74,60,74v43,0,60,-27,60,-74r0,-164r35,0xm150,-295r-26,0r-48,-66r42,0","w":236},"\u0131":{"d":"58,0r-33,0r0,-196r33,0r0,196","w":82},"\uf031":{"d":"58,0r-33,0r0,-196r33,0r0,196","w":82},"\u02c6":{"d":"158,-228r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":196},"\u02dc":{"d":"128,-258v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28","w":196},"\u02c9":{"d":"165,-235r-133,0r0,-27r133,0r0,27","w":196},"\u02d8":{"d":"98,-243v23,0,30,-18,30,-45r28,0v13,72,-94,92,-112,28v-2,-8,-4,-18,-4,-28r29,0v0,28,5,45,29,45","w":196},"\u02d9":{"d":"117,-229r-38,0r0,-34r38,0r0,34","w":196},"\u02da":{"d":"98,-303v30,-1,54,24,54,53v0,29,-24,53,-54,53v-30,0,-54,-24,-54,-53v0,-29,25,-53,54,-53xm98,-220v17,0,28,-14,28,-30v0,-16,-12,-30,-28,-30v-16,0,-28,14,-28,30v0,17,11,30,28,30","w":196},"\u00b8":{"d":"51,42v31,15,70,1,56,-46r28,0v11,58,-29,91,-84,74r0,-28","w":196},"\u02dd":{"d":"185,-295r-46,66r-24,0r30,-66r40,0xm114,-295r-46,66r-24,0r30,-66r40,0","w":196},"\u02db":{"d":"137,70v-53,16,-90,-24,-73,-72r27,0v-6,22,-5,52,24,49v8,0,16,-4,22,-5r0,28","w":196},"\u02c7":{"d":"158,-295r-40,67r-40,0r-40,-67r28,0r32,45r32,-45r28,0","w":196},"\u0141":{"d":"185,0r-151,0r0,-95r-30,24r0,-28r30,-24r0,-139r35,0r0,114r57,-47r0,28r-57,46r0,90r116,0r0,31","w":186},"\u0142":{"d":"95,-150r-29,23r0,127r-33,0r0,-104r-29,24r0,-28r29,-23r0,-143r33,0r0,119r29,-23r0,28","w":98},"\u0160":{"d":"140,-141v89,27,51,146,-41,146v-38,0,-60,-9,-85,-21v2,-13,-4,-34,2,-43v27,35,139,57,139,-10v0,-78,-140,-19,-140,-123v0,-75,108,-90,166,-58v-2,13,4,33,-2,42v-25,-31,-124,-46,-127,13v-2,46,54,44,88,54xm164,-361r-40,67r-40,0r-40,-67r28,0r32,45r32,-45r28,0","w":200},"\u0161":{"d":"143,-91v30,44,-8,96,-66,96v-25,0,-48,-10,-65,-17r0,-37v18,11,37,24,66,26v30,2,54,-22,36,-47v-33,-20,-101,-12,-101,-71v0,-62,88,-72,134,-46v-2,11,3,28,-2,35v-24,-30,-124,-28,-92,25v21,16,75,14,90,36xm144,-295r-40,67r-40,0r-40,-67r28,0r32,45r32,-45r28,0","w":160},"\u017d":{"d":"193,0r-182,0r0,-32r140,-199r-134,0r0,-31r173,0r0,32r-142,199r145,0r0,31xm160,-361r-40,67r-40,0r-40,-67r28,0r32,45r32,-45r28,0","w":201},"\u017e":{"d":"153,0r-144,0r0,-24r102,-145r-98,0r0,-27r138,0r0,23r-103,145r105,0r0,28xm141,-295r-40,67r-40,0r-40,-67r28,0r32,45r32,-45r28,0","w":159},"\u00a6":{"d":"83,-133r-29,0r0,-141r29,0r0,141xm83,69r-29,0r0,-140r29,0r0,140","w":137},"\u00d0":{"d":"34,-262v123,-8,208,18,206,131v-2,87,-51,135,-146,131r-60,0r0,-130r-30,0r0,-25r30,0r0,-107xm69,-30v84,5,135,-21,135,-101v0,-79,-51,-106,-135,-101r0,77r57,0r0,25r-57,0r0,100","w":251},"\u00f0":{"d":"131,-239v29,29,54,70,54,127v1,68,-28,117,-89,117v-52,0,-86,-33,-86,-90v0,-74,83,-110,139,-68v-7,-25,-25,-55,-42,-70r-47,29r-11,-17r42,-26v-19,-15,-36,-22,-56,-33r0,-4v37,-3,63,2,80,21r38,-22r11,17xm96,-22v51,0,60,-50,55,-105v-37,-27,-107,-19,-107,42v0,39,17,63,52,63","w":196},"\u00dd":{"d":"210,-262r-89,146r0,116r-35,0r0,-112r-88,-150r39,0r67,116r69,-116r37,0xm157,-361r-48,66r-26,0r31,-66r43,0","w":207},"\u00fd":{"d":"178,-196r-105,268r-36,0r35,-81r-71,-187r36,0r53,145r54,-145r34,0xm142,-295r-48,66r-26,0r31,-66r43,0","w":179},"\u00de":{"d":"61,-214v73,-3,131,8,131,76v0,67,-56,86,-131,81r0,57r-34,0r0,-262r34,0r0,48xm61,-86v52,2,95,-3,95,-51v0,-48,-45,-50,-95,-48r0,99","w":203},"\u00fe":{"d":"117,-202v48,0,72,45,72,99v0,79,-68,134,-132,93r0,82r-33,0r0,-346r33,0r0,98v15,-13,34,-26,60,-26xm57,-37v47,28,102,0,98,-63v-3,-39,-9,-69,-46,-70v-21,0,-39,10,-52,22r0,111","w":198},"\u2212":{"d":"230,-101r-198,0r0,-28r198,0r0,28","w":261},"\u00d7":{"d":"225,-40r-19,20r-75,-76r-75,76r-19,-20r75,-75r-75,-74r19,-20r75,76r75,-76r19,20r-75,74","w":261},"\u00b9":{"d":"44,-240v18,-2,41,-2,41,-22r24,0r0,141r34,0r0,22r-98,0r0,-22r36,0r0,-100r-37,0r0,-19","w":177},"\u00b2":{"d":"109,-216v0,-39,-57,-22,-75,-9r0,-31v38,-20,110,-15,107,38v-3,49,-46,67,-75,93r86,0r0,26r-119,0r0,-27v29,-26,76,-43,76,-90","w":177},"\u00b3":{"d":"86,-267v59,0,76,70,26,82v16,7,35,14,35,39v0,56,-73,59,-115,41r0,-31v19,13,82,31,85,-9v2,-28,-30,-25,-58,-25r0,-25v27,1,56,0,54,-25v-3,-38,-59,-18,-78,-6r0,-30v14,-6,32,-11,51,-11","w":177},"\u00bd":{"d":"30,-240v24,0,39,-1,42,-22r24,0r0,163r-29,0r0,-120r-37,0r0,-21xm248,-262r-137,262r-29,0r137,-262r29,0xm299,-115v0,-40,-57,-21,-76,-9r0,-31v38,-20,111,-14,108,38v-3,51,-46,67,-75,93r86,0r0,24r-120,0r0,-25v30,-27,77,-43,77,-90","w":360},"\u00bc":{"d":"30,-240v24,0,39,-1,42,-22r24,0r0,163r-29,0r0,-120r-37,0r0,-21xm248,-262r-137,262r-29,0r137,-262r29,0xm325,-39r-29,0r0,39r-26,0r0,-39r-80,0r0,-32r80,-95r26,0r0,104r29,0r0,23xm270,-62r0,-70r-60,70r60,0","w":360},"\u00be":{"d":"79,-267v57,0,75,69,26,82v15,7,34,16,34,40v0,54,-73,58,-114,40r0,-31v20,14,81,32,84,-9v2,-30,-30,-24,-58,-25r0,-24v27,1,55,0,54,-25v0,-37,-62,-22,-75,-6r-3,0r0,-31v14,-6,33,-11,52,-11xm264,-262r-137,262r-29,0r137,-262r29,0xm335,-39r-29,0r0,39r-27,0r0,-39r-79,0r0,-32r80,-95r26,0r0,104r29,0r0,23xm280,-62r0,-70r-60,70r60,0","w":360},"\u20a3":{"d":"183,-231r-111,0r0,74r106,0r0,31r-106,0r0,47r56,0r0,25r-56,0r0,54r-35,0r0,-54r-31,0r0,-25r31,0r0,-183r146,0r0,31","w":196},"\u011e":{"d":"223,-17v-26,9,-52,22,-87,22v-84,-1,-124,-51,-124,-136v0,-84,42,-133,124,-135v36,-2,62,11,86,22r0,42v-25,-15,-47,-34,-90,-34v-53,0,-84,46,-84,104v0,86,63,125,141,99r0,-68r-61,0r0,-31r95,0r0,115xm129,-309v23,0,30,-18,30,-45r28,0v13,72,-94,92,-112,28v-2,-8,-4,-18,-4,-28r29,0v0,28,5,45,29,45","w":240},"\u011f":{"d":"91,-34v20,0,39,-8,51,-19r0,-108v-45,-27,-103,-2,-98,60v3,40,10,67,47,67xm175,-22v8,88,-71,111,-146,88v2,-11,-3,-28,2,-35v38,20,121,25,111,-40r0,-17v-17,14,-30,22,-58,23v-50,0,-74,-42,-74,-97v0,-77,68,-126,132,-88r2,-8r31,0r0,174xm99,-243v23,0,30,-18,30,-45r28,0v13,72,-94,92,-112,28v-2,-8,-4,-18,-4,-28r29,0v0,28,5,45,29,45","w":198},"\u0130":{"d":"118,0r-102,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r33,0r0,27xm86,-295r-38,0r0,-34r38,0r0,34","w":134},"\u015e":{"d":"53,42v28,12,68,6,58,-38v-41,4,-71,-7,-97,-20v2,-13,-4,-34,2,-43v27,35,139,57,139,-10v0,-78,-140,-19,-140,-123v0,-75,108,-90,166,-58v-2,13,4,33,-2,42v-25,-31,-127,-47,-127,13v0,77,143,22,140,120v-2,38,-24,64,-55,74v10,56,-31,87,-84,71r0,-28","w":200},"\u015f":{"d":"33,42v29,13,69,5,58,-38v-30,4,-59,-6,-79,-16r0,-37v18,11,37,24,66,26v30,2,54,-22,36,-47v-33,-20,-101,-12,-101,-71v0,-62,88,-72,134,-46v-2,11,3,28,-2,35v-24,-30,-124,-28,-92,25v32,22,105,10,101,70v-2,27,-16,47,-37,54v10,58,-30,90,-84,73r0,-28","w":160},"\u0106":{"d":"210,-18v-23,11,-45,23,-81,23v-79,0,-117,-53,-117,-136v1,-82,38,-132,117,-135v36,-1,59,10,81,22r0,42v-22,-14,-43,-36,-81,-35v-57,2,-80,46,-81,106v0,62,25,103,81,106v37,2,60,-19,81,-34r0,41xm171,-361r-48,66r-26,0r31,-66r43,0","w":216},"\u0107":{"d":"101,-24v26,0,42,-14,59,-24r0,37v-19,6,-33,16,-58,15v-62,-1,-89,-39,-92,-102v-5,-87,81,-125,150,-88v-2,11,3,29,-2,37v-14,-11,-32,-23,-57,-23v-38,0,-56,31,-56,74v0,42,18,73,56,74xm142,-295r-48,66r-26,0r31,-66r43,0","w":166},"\u010c":{"d":"210,-18v-23,11,-45,23,-81,23v-79,0,-117,-53,-117,-136v1,-82,38,-132,117,-135v36,-1,59,10,81,22r0,42v-22,-14,-43,-36,-81,-35v-57,2,-80,46,-81,106v0,62,25,103,81,106v37,2,60,-19,81,-34r0,41xm184,-361r-40,67r-40,0r-40,-67r28,0r32,45r32,-45r28,0","w":216},"\u010d":{"d":"101,-24v26,0,42,-14,59,-24r0,37v-19,6,-33,16,-58,15v-62,-1,-89,-39,-92,-102v-5,-87,81,-125,150,-88v-2,11,3,29,-2,37v-14,-11,-32,-23,-57,-23v-38,0,-56,31,-56,74v0,42,18,73,56,74xm156,-295r-40,67r-40,0r-40,-67r28,0r32,45r32,-45r28,0","w":166},"\u0111":{"d":"10,-97v-4,-78,67,-131,132,-91r0,-35r-53,0r0,-23r53,0r0,-28r33,0r0,28r29,0r0,23r-29,0r0,223r-33,0r0,-20v-16,13,-30,26,-59,25v-54,-2,-70,-46,-73,-102xm91,-26v21,0,38,-11,51,-22r0,-113v-48,-27,-103,1,-98,64v3,40,10,71,47,71","w":206},"\u00af":{"d":"199,-292r-202,0r0,-22r202,0r0,22","w":196},"\u00b7":{"d":"85,-146r-42,0r0,-50r42,0r0,50","w":127},"\u0102":{"d":"-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0xm107,-309v23,0,30,-18,30,-45r28,0v13,72,-94,92,-112,28v-2,-8,-4,-18,-4,-28r29,0v0,28,5,45,29,45","w":215},"\u0103":{"d":"44,-59v0,49,71,36,90,11r0,-55v-38,5,-89,3,-90,44xm26,-192v56,-17,140,-17,140,58r0,134r-32,0r0,-21v-19,12,-31,27,-64,26v-37,-1,-60,-25,-60,-62v0,-63,62,-69,124,-72v5,-60,-69,-43,-108,-30r0,-33xm91,-243v23,0,30,-18,30,-45r28,0v13,72,-94,92,-112,28v-2,-8,-4,-18,-4,-28r29,0v0,28,5,45,29,45","w":188},"\u0104":{"d":"247,70v-42,10,-78,-5,-78,-49v0,-12,5,-26,7,-35r-19,-59r-100,0r-24,73r-35,0r88,-262r43,0r89,262r-18,0v-6,22,-3,51,25,47r22,-5r0,28xm147,-103r-40,-123r-40,123r80,0","w":215},"\u0105":{"d":"44,-59v0,49,71,36,90,11r0,-55v-38,5,-89,3,-90,44xm207,70v-52,16,-90,-23,-73,-71r0,-20v-19,12,-31,27,-64,26v-37,-1,-60,-25,-60,-62v0,-63,62,-69,124,-72v5,-60,-69,-43,-108,-30r0,-33v56,-17,140,-17,140,58r0,134v-11,-2,-7,11,-8,19v-4,29,28,32,49,23r0,28","w":188},"\u010e":{"d":"27,-262v123,-8,209,18,206,131v-2,85,-51,135,-146,131r-60,0r0,-262xm61,-30v84,5,136,-20,136,-101v0,-79,-51,-107,-136,-101r0,202xm174,-361r-40,67r-40,0r-40,-67r28,0r32,45r32,-45r28,0","w":244},"\u010f":{"d":"10,-97v-4,-78,67,-131,132,-91r0,-86r33,0r0,274r-33,0r0,-20v-16,13,-30,26,-59,25v-54,-2,-70,-46,-73,-102xm91,-26v21,0,38,-11,51,-22r0,-113v-48,-27,-103,1,-98,64v3,40,10,71,47,71xm259,-274r-42,89r-23,0r25,-89r40,0","w":247},"\u0110":{"d":"34,-262v123,-8,208,18,206,131v-2,87,-51,135,-146,131r-60,0r0,-130r-30,0r0,-25r30,0r0,-107xm69,-30v84,5,135,-21,135,-101v0,-79,-51,-106,-135,-101r0,77r57,0r0,25r-57,0r0,100","w":251},"\u0118":{"d":"197,70v-52,14,-90,-20,-75,-70r-95,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-40,0v-7,22,-3,51,25,47r22,-5r0,28","w":201},"\u0119":{"d":"176,70v-47,12,-87,-14,-75,-66v-58,-3,-91,-39,-91,-101v0,-59,35,-104,91,-105v61,0,82,42,79,107r-136,0v-8,80,90,83,132,47r0,36v-11,6,-31,12,-47,15v-4,22,-2,46,25,44v8,0,16,-4,22,-5r0,28xm148,-120v9,-63,-82,-72,-99,-22v-3,6,-4,14,-5,22r104,0","w":189},"\u011a":{"d":"27,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0xm174,-361r-40,67r-40,0r-40,-67r28,0r32,45r32,-45r28,0","w":201},"\u011b":{"d":"176,-12v-18,8,-40,17,-67,17v-63,0,-99,-39,-99,-102v0,-59,35,-104,91,-105v61,0,82,42,79,107r-136,0v-8,80,90,83,132,47r0,36xm148,-120v9,-63,-82,-72,-99,-22v-3,6,-4,14,-5,22r104,0xm160,-295r-40,67r-40,0r-40,-67r28,0r32,45r32,-45r28,0","w":189},"\u0139":{"d":"178,0r-151,0r0,-262r34,0r0,231r117,0r0,31xm121,-361r-48,66r-26,0r31,-66r43,0","w":179},"\u013a":{"d":"58,0r-33,0r0,-274r33,0r0,274xm94,-361r-48,66r-26,0r31,-66r43,0","w":82},"\u013d":{"d":"178,0r-151,0r0,-262r34,0r0,231r117,0r0,31xm167,-274r-42,89r-22,0r25,-89r39,0","w":179},"\u013e":{"d":"58,0r-33,0r0,-274r33,0r0,274xm142,-274r-43,89r-22,0r25,-89r40,0","w":129},"\u013f":{"d":"178,0r-151,0r0,-262r34,0r0,231r117,0r0,31xm154,-91r-41,0r0,-47r41,0r0,47","w":179},"\u0140":{"d":"58,0r-33,0r0,-274r33,0r0,274xm142,-91r-41,0r0,-47r41,0r0,47","w":160},"\u0143":{"d":"214,0r-39,0r-116,-226r0,226r-32,0r0,-262r49,0r105,208r0,-208r33,0r0,262xm174,-361r-48,66r-26,0r31,-66r43,0","w":240},"\u0144":{"d":"117,-202v85,-1,56,120,61,202r-33,0r0,-112v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27xm153,-295r-48,66r-26,0r31,-66r43,0","w":200},"\u0147":{"d":"214,0r-39,0r-116,-226r0,226r-32,0r0,-262r49,0r105,208r0,-208r33,0r0,262xm183,-361r-40,67r-40,0r-40,-67r28,0r32,45r32,-45r28,0","w":240},"\u0148":{"d":"117,-202v85,-1,56,120,61,202r-33,0r0,-112v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27xm163,-295r-40,67r-40,0r-40,-67r28,0r32,45r32,-45r28,0","w":200},"\u0150":{"d":"127,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm127,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106xm211,-361r-46,66r-24,0r30,-66r40,0xm140,-361r-46,66r-24,0r30,-66r40,0","w":254},"\u0151":{"d":"98,-202v56,0,87,42,87,104v0,62,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-61,32,-104,88,-104xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75xm183,-295r-46,66r-24,0r30,-66r40,0xm112,-295r-46,66r-24,0r30,-66r40,0","w":195},"\u0154":{"d":"190,-191v1,41,-23,66,-54,77r93,114r-45,0r-83,-104r-40,0r0,104r-34,0r0,-262v80,-1,164,-8,163,71xm61,-133v53,3,93,-4,93,-55v0,-46,-46,-46,-93,-44r0,99xm157,-361r-48,66r-26,0r31,-66r43,0","w":223},"\u0155":{"d":"57,-167v21,-19,37,-32,71,-28v-2,17,10,41,-20,33v-23,0,-38,10,-51,23r0,139r-33,0r0,-196r33,0r0,29xm122,-295r-48,66r-26,0r31,-66r43,0","w":129},"\u0158":{"d":"190,-191v1,41,-23,66,-54,77r93,114r-45,0r-83,-104r-40,0r0,104r-34,0r0,-262v80,-1,164,-8,163,71xm61,-133v53,3,93,-4,93,-55v0,-46,-46,-46,-93,-44r0,99xm167,-361r-40,67r-40,0r-40,-67r28,0r32,45r32,-45r28,0","w":223},"\u0159":{"d":"57,-167v21,-19,37,-32,71,-28v-2,17,10,41,-20,33v-23,0,-38,10,-51,23r0,139r-33,0r0,-196r33,0r0,29xm130,-295r-40,67r-40,0r-40,-67r28,0r32,45r32,-45r28,0","w":129},"\u015a":{"d":"140,-141v89,27,51,146,-41,146v-38,0,-60,-9,-85,-21v2,-13,-4,-34,2,-43v27,35,139,57,139,-10v0,-78,-140,-19,-140,-123v0,-75,108,-90,166,-58v-2,13,4,33,-2,42v-25,-31,-124,-46,-127,13v-2,46,54,44,88,54xm153,-361r-48,66r-26,0r31,-66r43,0","w":200},"\u015b":{"d":"143,-91v30,44,-8,96,-66,96v-25,0,-48,-10,-65,-17r0,-37v18,11,37,24,66,26v30,2,54,-22,36,-47v-33,-20,-101,-12,-101,-71v0,-62,88,-72,134,-46v-2,11,3,28,-2,35v-24,-30,-124,-28,-92,25v21,16,75,14,90,36xm130,-295r-48,66r-26,0r31,-66r43,0","w":160},"\u0162":{"d":"60,42v30,14,70,3,57,-42r-29,0r0,-231r-88,0r0,-31r210,0r0,31r-87,0r0,227v9,1,24,-5,22,8v9,53,-34,82,-85,66r0,-28","w":210},"\u0163":{"d":"23,42v29,12,68,6,59,-38v-77,2,-52,-101,-56,-173r-22,0r0,-27r22,0r0,-57r33,0r0,57r61,0r0,27r-61,0r1,116v-2,32,36,31,60,22v-1,14,5,35,-12,32v7,57,-33,84,-85,69r0,-28","w":120},"\u0164":{"d":"88,0r0,-231r-88,0r0,-31r210,0r0,31r-87,0r0,231r-35,0xm166,-361r-40,67r-40,0r-40,-67r28,0r32,45r32,-45r28,0","w":210},"\u0165":{"d":"120,-2v-48,16,-94,-1,-94,-58r0,-109r-22,0r0,-27r22,0r0,-57r33,0r0,57r51,0r0,27r-51,0r1,116v-2,32,36,31,60,22r0,29xm180,-274r-42,89r-22,0r25,-89r39,0","w":168},"\u016e":{"d":"213,-262v-6,115,33,273,-95,267v-65,-3,-96,-35,-95,-103r0,-164r35,0r0,164v-2,47,16,74,60,74v43,0,60,-27,60,-74r0,-164r35,0xm118,-365v30,-1,54,24,54,53v0,29,-24,53,-54,53v-30,0,-54,-24,-54,-53v0,-29,25,-53,54,-53xm118,-282v17,0,28,-14,28,-30v0,-16,-12,-30,-28,-30v-16,0,-28,14,-28,30v0,17,11,30,28,30","w":236},"\u016f":{"d":"93,-26v20,0,38,-13,51,-24r0,-146r33,0r0,196r-33,0r0,-22v-36,46,-122,32,-122,-47r0,-127r34,0r0,111v-1,35,3,59,37,59xm100,-303v30,-1,54,24,54,53v0,29,-24,53,-54,53v-30,0,-54,-24,-54,-53v0,-29,25,-53,54,-53xm100,-220v17,0,28,-14,28,-30v0,-16,-12,-30,-28,-30v-16,0,-28,14,-28,30v0,17,11,30,28,30","w":200},"\u0170":{"d":"213,-262v-6,115,33,273,-95,267v-65,-3,-96,-35,-95,-103r0,-164r35,0r0,164v-2,47,16,74,60,74v43,0,60,-27,60,-74r0,-164r35,0xm205,-361r-46,66r-24,0r30,-66r40,0xm134,-361r-46,66r-24,0r30,-66r40,0","w":236},"\u0171":{"d":"93,-26v20,0,38,-13,51,-24r0,-146r33,0r0,196r-33,0r0,-22v-36,46,-122,32,-122,-47r0,-127r34,0r0,111v-1,35,3,59,37,59xm185,-295r-46,66r-24,0r30,-66r40,0xm114,-295r-46,66r-24,0r30,-66r40,0","w":200},"\u0179":{"d":"193,0r-182,0r0,-32r140,-199r-134,0r0,-31r173,0r0,32r-142,199r145,0r0,31xm153,-361r-48,66r-26,0r31,-66r43,0","w":201},"\u017a":{"d":"153,0r-144,0r0,-24r102,-145r-98,0r0,-27r138,0r0,23r-103,145r105,0r0,28xm129,-295r-48,66r-26,0r31,-66r43,0","w":159},"\u017b":{"d":"193,0r-182,0r0,-32r140,-199r-134,0r0,-31r173,0r0,32r-142,199r145,0r0,31xm121,-295r-38,0r0,-34r38,0r0,34","w":201},"\u017c":{"d":"153,0r-144,0r0,-24r102,-145r-98,0r0,-27r138,0r0,23r-103,145r105,0r0,28xm98,-229r-38,0r0,-34r38,0r0,34","w":159},"\u0393":{"d":"182,-231r-121,0r0,231r-34,0r0,-262r155,0r0,31","w":182},"\u0398":{"d":"127,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm127,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106xm179,-125r-103,0r0,-32r103,0r0,32","w":254},"\u03a6":{"d":"117,-209v-81,-8,-91,126,-28,149v8,3,17,6,28,6r0,-155xm12,-133v1,-66,41,-99,105,-103r0,-28r35,0r0,28v64,4,106,36,106,103v0,67,-41,102,-106,105r0,30r-35,0r0,-30v-63,-3,-105,-37,-105,-105xm152,-54v81,7,93,-126,29,-150v-8,-3,-18,-5,-29,-5r0,155","w":269},"\u03b1":{"d":"10,-97v0,-77,67,-130,133,-91r0,-8r33,0r0,196r-33,0r0,-20v-16,15,-32,25,-59,25v-50,0,-74,-45,-74,-102xm92,-26v21,0,38,-11,51,-22r0,-113v-14,-6,-26,-10,-44,-11v-39,0,-55,35,-55,75v0,41,11,71,48,71","w":199},"\u03b4":{"d":"10,-94v0,-60,33,-91,82,-101r-60,-47r0,-32r136,0r0,28v-30,2,-67,-4,-93,2v44,41,110,65,110,147v0,61,-30,102,-87,102v-56,0,-88,-41,-88,-99xm98,-23v73,1,64,-129,16,-153v-42,7,-69,31,-70,81v0,43,15,71,54,72","w":195},"\u03b5":{"d":"44,-57v4,53,90,32,115,9r0,37v-48,26,-149,26,-148,-43v0,-27,18,-41,39,-50v-18,-5,-33,-21,-33,-43v0,-61,87,-61,134,-43v-2,11,3,29,-2,36v-20,-20,-95,-34,-98,9v-2,32,33,28,65,28r0,29v-34,1,-75,-5,-72,31","w":163},"\u03c3":{"d":"10,-98v0,-74,51,-121,121,-98r79,0r0,29r-46,0v44,57,18,172,-66,172v-57,0,-88,-43,-88,-103xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-39,0,-54,31,-54,75v0,44,15,75,54,75","w":209},"\u03c4":{"d":"167,-167r-66,0r0,167r-33,0r0,-167r-67,0r0,-29r166,0r0,29","w":168},"\u03c6":{"d":"111,-201v81,-6,133,27,133,100v1,60,-43,101,-100,103r0,70r-33,0r0,-70v-61,-4,-101,-36,-101,-98v0,-46,17,-72,41,-100r40,0r0,3v-60,31,-69,167,20,168r0,-176xm144,-25v64,3,84,-89,48,-130v-12,-13,-28,-19,-48,-19r0,149","w":254},"\u2017":{"d":"199,37r-202,0r0,-23r202,0r0,23xm199,74r-202,0r0,-22r202,0r0,22","w":196},"\u203c":{"d":"79,-262r-4,190r-30,0r-5,-190r39,0xm78,0r-36,0r0,-37r36,0r0,37xm161,-262r-4,190r-30,0r-5,-190r39,0xm160,0r-36,0r0,-37r36,0r0,37","w":201},"\u207f":{"d":"52,-244v32,-38,104,-28,104,40r0,105r-30,0r0,-114v-2,-39,-58,-29,-74,-7r0,121r-30,0r0,-163r30,0r0,18","w":177},"\u20a7":{"d":"314,-129v-18,-26,-88,-20,-64,20v26,18,75,15,75,61v0,56,-77,62,-114,39r0,-33v16,7,30,22,52,21v33,5,42,-42,7,-47v-34,-5,-67,-27,-54,-67r-35,0r0,135r-31,0r0,-148v-17,23,-45,34,-88,31r0,117r-33,0r0,-262v70,-3,132,1,135,64r17,0r0,36r53,0v19,-14,63,-9,83,2r0,31r-3,0xm62,-146v40,2,68,-8,68,-45v0,-36,-29,-43,-68,-41r0,86","w":343},"\u0132":{"d":"116,0r-100,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r31,0r0,27xm134,-29v43,10,70,-5,70,-52r0,-153r-49,0r0,-28r83,0r0,194v2,57,-45,79,-104,70r0,-31","w":263},"\u0133":{"d":"67,43v42,8,62,-7,62,-51r0,-161r-38,0r0,-27r71,0r0,202v2,53,-40,77,-95,66r0,-29xm58,0r-33,0r0,-196r33,0r0,196xm60,-229r-38,0r0,-34r38,0r0,34xm162,-229r-38,0r0,-34r38,0r0,34","w":185},"\u0149":{"d":"165,-202v86,-1,58,120,62,202r-33,0r0,-112v-1,-31,-3,-61,-38,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-14,33,-26,60,-27xm76,-274r-46,99r-24,0r27,-99r43,0","w":249},"\u2032":{"d":"100,-262r-52,109r-24,0r34,-109r42,0","w":105},"\u2033":{"d":"100,-262r-53,109r-23,0r34,-109r42,0xm169,-262r-52,109r-24,0r34,-109r42,0","w":170},"\u2105":{"d":"50,-189v-5,53,51,69,81,36r3,0r0,30v-50,28,-124,2,-116,-66v-6,-66,64,-95,116,-66r0,30v-15,-5,-22,-19,-43,-18v-29,1,-38,22,-41,54xm259,-262r-137,262r-29,0r137,-262r29,0xm270,-150v41,0,65,31,65,77v0,46,-23,77,-65,78v-42,0,-65,-34,-65,-78v0,-46,24,-77,65,-77xm270,-18v25,0,33,-24,33,-54v1,-31,-7,-55,-33,-55v-26,0,-35,23,-34,55v0,31,9,54,34,54","w":351},"\u2113":{"d":"108,-11v-23,23,-80,22,-74,-27r0,-40r-14,18r-17,-14r31,-41v4,-57,-18,-147,41,-147v24,0,41,18,39,42v-4,43,-24,63,-51,103r0,73v0,39,26,19,45,4r0,29xm76,-241v-21,8,-10,52,-13,83v15,-30,24,-34,26,-62v0,-11,-3,-19,-13,-21","w":116},"\u25a1":{"d":"26,-166r166,0r0,166r-166,0r0,-166xm39,-153r0,140r139,0r0,-140r-139,0","w":217},"\u25aa":{"d":"104,-160r0,82r-81,0r0,-82r81,0","w":127},"\u25ab":{"d":"104,-160r0,82r-81,0r0,-82r81,0xm91,-146r-55,0r0,54r55,0r0,-54","w":127},"\u25cf":{"d":"109,-24v-41,0,-78,-36,-78,-77v0,-41,37,-78,78,-78v41,0,77,37,77,78v0,41,-36,77,-77,77","w":217},"\u25e6":{"d":"20,-119v0,-23,21,-44,44,-44v23,0,44,21,44,44v0,23,-21,44,-44,44v-23,0,-44,-21,-44,-44xm95,-119v0,-16,-14,-31,-31,-31v-17,0,-31,15,-31,31v-1,17,15,31,31,31v16,0,31,-14,31,-31","w":127},"\u0100":{"d":"-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0xm175,-299r-133,0r0,-27r133,0r0,27","w":215},"\u0101":{"d":"44,-59v0,49,71,36,90,11r0,-55v-38,5,-89,3,-90,44xm26,-192v56,-17,140,-17,140,58r0,134r-32,0r0,-21v-19,12,-31,27,-64,26v-37,-1,-60,-25,-60,-62v0,-63,62,-69,124,-72v5,-60,-69,-43,-108,-30r0,-33xm160,-235r-133,0r0,-27r133,0r0,27","w":188},"\u0108":{"d":"210,-18v-23,11,-45,23,-81,23v-79,0,-117,-53,-117,-136v1,-82,38,-132,117,-135v36,-1,59,10,81,22r0,42v-22,-14,-43,-36,-81,-35v-57,2,-80,46,-81,106v0,62,25,103,81,106v37,2,60,-19,81,-34r0,41xm185,-294r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":216},"\u0109":{"d":"101,-24v26,0,42,-14,59,-24r0,37v-19,6,-33,16,-58,15v-62,-1,-89,-39,-92,-102v-5,-87,81,-125,150,-88v-2,11,3,29,-2,37v-14,-11,-32,-23,-57,-23v-38,0,-56,31,-56,74v0,42,18,73,56,74xm156,-228r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":166},"\u010a":{"d":"210,-18v-23,11,-45,23,-81,23v-79,0,-117,-53,-117,-136v1,-82,38,-132,117,-135v36,-1,59,10,81,22r0,42v-22,-14,-43,-36,-81,-35v-57,2,-80,46,-81,106v0,62,25,103,81,106v37,2,60,-19,81,-34r0,41xm142,-295r-38,0r0,-34r38,0r0,34","w":216},"\u010b":{"d":"101,-24v26,0,42,-14,59,-24r0,37v-19,6,-33,16,-58,15v-62,-1,-89,-39,-92,-102v-5,-87,81,-125,150,-88v-2,11,3,29,-2,37v-14,-11,-32,-23,-57,-23v-38,0,-56,31,-56,74v0,42,18,73,56,74xm115,-229r-38,0r0,-34r38,0r0,34","w":166},"\u0112":{"d":"27,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0xm175,-299r-133,0r0,-27r133,0r0,27","w":201},"\u0113":{"d":"176,-12v-18,8,-40,17,-67,17v-63,0,-99,-39,-99,-102v0,-59,35,-104,91,-105v61,0,82,42,79,107r-136,0v-8,80,90,83,132,47r0,36xm148,-120v9,-63,-82,-72,-99,-22v-3,6,-4,14,-5,22r104,0xm168,-235r-133,0r0,-27r133,0r0,27","w":189},"\u0114":{"d":"27,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0xm108,-309v23,0,30,-18,30,-45r28,0v13,72,-94,92,-112,28v-2,-8,-4,-18,-4,-28r29,0v0,28,5,45,29,45","w":201},"\u0115":{"d":"176,-12v-18,8,-40,17,-67,17v-63,0,-99,-39,-99,-102v0,-59,35,-104,91,-105v61,0,82,42,79,107r-136,0v-8,80,90,83,132,47r0,36xm148,-120v9,-63,-82,-72,-99,-22v-3,6,-4,14,-5,22r104,0xm100,-243v23,0,30,-18,30,-45r28,0v13,72,-94,92,-112,28v-2,-8,-4,-18,-4,-28r29,0v0,28,5,45,29,45","w":189},"\u0116":{"d":"27,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0xm133,-295r-38,0r0,-34r38,0r0,34","w":201},"\u0117":{"d":"176,-12v-18,8,-40,17,-67,17v-63,0,-99,-39,-99,-102v0,-59,35,-104,91,-105v61,0,82,42,79,107r-136,0v-8,80,90,83,132,47r0,36xm148,-120v9,-63,-82,-72,-99,-22v-3,6,-4,14,-5,22r104,0xm121,-229r-38,0r0,-34r38,0r0,34","w":189},"\u011c":{"d":"223,-17v-26,9,-52,22,-87,22v-84,-1,-124,-51,-124,-136v0,-84,42,-133,124,-135v36,-2,62,11,86,22r0,42v-25,-15,-47,-34,-90,-34v-53,0,-84,46,-84,104v0,86,63,125,141,99r0,-68r-61,0r0,-31r95,0r0,115xm190,-294r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":240},"\u011d":{"d":"91,-34v20,0,39,-8,51,-19r0,-108v-45,-27,-103,-2,-98,60v3,40,10,67,47,67xm175,-22v8,88,-71,111,-146,88v2,-11,-3,-28,2,-35v38,20,121,25,111,-40r0,-17v-17,14,-30,22,-58,23v-50,0,-74,-42,-74,-97v0,-77,68,-126,132,-88r2,-8r31,0r0,174xm160,-228r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":198},"\u0120":{"d":"223,-17v-26,9,-52,22,-87,22v-84,-1,-124,-51,-124,-136v0,-84,42,-133,124,-135v36,-2,62,11,86,22r0,42v-25,-15,-47,-34,-90,-34v-53,0,-84,46,-84,104v0,86,63,125,141,99r0,-68r-61,0r0,-31r95,0r0,115xm147,-295r-38,0r0,-34r38,0r0,34","w":240},"\u0121":{"d":"91,-34v20,0,39,-8,51,-19r0,-108v-45,-27,-103,-2,-98,60v3,40,10,67,47,67xm175,-22v8,88,-71,111,-146,88v2,-11,-3,-28,2,-35v38,20,121,25,111,-40r0,-17v-17,14,-30,22,-58,23v-50,0,-74,-42,-74,-97v0,-77,68,-126,132,-88r2,-8r31,0r0,174xm116,-229r-38,0r0,-34r38,0r0,34","w":198},"\u0122":{"d":"139,19v-1,-6,3,-15,-3,-14v-84,-1,-124,-51,-124,-136v0,-84,42,-133,124,-135v36,-2,62,11,86,22r0,42v-25,-15,-47,-34,-90,-34v-53,0,-84,46,-84,104v0,86,63,125,141,99r0,-68r-61,0r0,-31r95,0r0,115r-58,19v7,57,-33,83,-85,68v1,-9,-3,-23,2,-28v21,11,61,8,57,-23","w":240},"\u0123":{"d":"91,-34v20,0,39,-8,51,-19r0,-108v-45,-27,-103,-2,-98,60v3,40,10,67,47,67xm175,-22v8,88,-71,111,-146,88v2,-11,-3,-28,2,-35v38,20,121,25,111,-40r0,-17v-17,14,-30,22,-58,23v-50,0,-74,-42,-74,-97v0,-77,68,-126,132,-88r2,-8r31,0r0,174xm143,-295r-32,66r-42,0r48,-66r26,0","w":198},"\u0124":{"d":"217,0r-35,0r0,-128r-121,0r0,128r-34,0r0,-262r34,0r0,103r121,0r0,-103r35,0r0,262xm181,-294r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":243},"\u0125":{"d":"117,-202v85,-1,56,120,61,202r-33,0r0,-112v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-274r33,0r0,99v17,-15,33,-26,60,-27xm165,-294r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":200},"\u0126":{"d":"224,0r-35,0r0,-128r-120,0r0,128r-35,0r0,-195r-30,0r0,-25r30,0r0,-42r35,0r0,42r120,0r0,-42r35,0r0,42r29,0r0,25r-29,0r0,195xm189,-159r0,-36r-120,0r0,36r120,0","w":257},"\u0127":{"d":"124,-202v85,-1,56,120,61,202r-33,0r0,-112v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-223r-29,0r0,-23r29,0r0,-28r33,0r0,28r53,0r0,23r-53,0r0,48v17,-15,33,-26,60,-27","w":208},"\u0128":{"d":"118,0r-102,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r33,0r0,27xm94,-322v11,0,16,-15,16,-28r23,0v-1,31,-13,52,-40,53v-26,2,-32,-25,-52,-28v-12,1,-17,14,-16,29r-23,0v-1,-30,15,-52,39,-53v25,-1,31,27,53,27","w":134},"\u0129":{"d":"58,0r-33,0r0,-196r33,0r0,196xm62,-257v10,0,12,-12,12,-24r18,0v1,26,-9,46,-31,46v-21,0,-23,-20,-40,-22v-10,1,-12,10,-12,23r-18,0v-1,-25,9,-44,30,-45v22,-1,24,22,41,22","w":82},"\u012a":{"d":"118,0r-102,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r33,0r0,27xm125,-298r-115,0r0,-28r115,0r0,28","w":134},"\u012b":{"d":"58,0r-33,0r0,-196r33,0r0,196xm88,-235r-94,0r0,-27r94,0r0,27","w":82},"\u012c":{"d":"118,0r-102,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r33,0r0,27xm67,-308v21,0,25,-16,25,-44r28,0v8,57,-59,87,-92,48v-9,-12,-13,-28,-13,-48r28,0v0,27,2,44,24,44","w":134},"\u012d":{"d":"58,0r-33,0r0,-196r33,0r0,196xm41,-243v20,0,24,-15,24,-40r25,0v8,53,-56,81,-86,44v-8,-11,-12,-26,-12,-44r26,0v0,24,3,40,23,40","w":82},"\u012e":{"d":"130,70v-52,14,-89,-20,-74,-70r-40,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r33,0r0,27r-34,0v-6,21,-4,50,24,47v8,0,16,-4,22,-5r0,28","w":134},"\u012f":{"d":"47,0v-13,37,16,57,47,42r0,28v-41,9,-77,-5,-77,-49v0,-11,6,-30,8,-35r0,-182r33,0r0,196r-11,0xm60,-229r-38,0r0,-34r38,0r0,34","w":82},"\u0134":{"d":"2,-35v40,16,88,14,88,-46r0,-153r-55,0r0,-28r90,0r0,194v2,65,-61,81,-123,67r0,-34xm142,-294r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":149},"\u0135":{"d":"-16,43v41,8,60,-7,60,-51r0,-161r-35,0r0,-27r69,0r0,202v2,52,-39,77,-94,66r0,-29xm101,-228r-26,0r-27,-47r-26,47r-26,0r33,-67r40,0","w":101},"\u0136":{"d":"217,0r-45,0r-95,-122r-16,17r0,105r-34,0r0,-262r34,0r0,121r108,-121r42,0r-108,117xm49,42v31,15,70,1,56,-46r28,0v11,58,-29,91,-84,74r0,-28","w":211},"\u0137":{"d":"187,0r-44,0r-73,-95r-13,13r0,82r-33,0r0,-274r33,0r0,161r78,-83r41,0r-81,82xm28,42v31,15,70,1,56,-46r28,0v11,58,-29,91,-84,74r0,-28","w":179},"\u0138":{"d":"187,0r-44,0r-73,-95r-13,13r0,82r-33,0r0,-196r33,0r0,83r78,-83r41,0r-81,82","w":179},"\u013b":{"d":"52,42v26,11,68,7,58,-31r0,-11r-83,0r0,-262r34,0r0,231r117,0r0,31r-41,0v8,58,-32,85,-85,70r0,-28","w":179},"\u013c":{"d":"-7,42v30,14,68,4,57,-42r-25,0r0,-274r33,0r0,270r19,0v10,57,-30,91,-84,74r0,-28","w":82},"\u0145":{"d":"214,0r-39,0r-116,-226r0,226r-32,0r0,-262r49,0r105,208r0,-208r33,0r0,262xm55,42v31,15,70,1,56,-46r28,0v11,58,-29,91,-84,74r0,-28","w":240},"\u0146":{"d":"117,-202v85,-1,56,120,61,202r-33,0r0,-112v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27xm39,42v31,15,70,1,56,-46r28,0v11,58,-29,91,-84,74r0,-28","w":200},"\u014a":{"d":"214,5v2,52,-39,77,-93,67v1,-15,-6,-36,19,-27v33,0,40,-13,41,-43r-122,-228r0,226r-32,0r0,-262r49,0r105,197r0,-197r33,0r0,267","w":240},"\u014b":{"d":"117,-202v87,-1,56,125,61,208v3,52,-39,77,-93,66v1,-9,-3,-24,2,-29v40,8,58,-8,58,-52r0,-103v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27","w":200},"\u014c":{"d":"127,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm127,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106xm194,-299r-133,0r0,-27r133,0r0,27","w":254},"\u014d":{"d":"98,-202v56,0,87,42,87,104v0,62,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-61,32,-104,88,-104xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75xm164,-235r-133,0r0,-27r133,0r0,27","w":195},"\u014e":{"d":"127,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm127,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106xm127,-309v23,0,30,-18,30,-45r28,0v13,72,-94,92,-112,28v-2,-8,-4,-18,-4,-28r29,0v0,28,5,45,29,45","w":254},"\u014f":{"d":"98,-202v56,0,87,42,87,104v0,62,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-61,32,-104,88,-104xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75xm97,-243v23,0,30,-18,30,-45r28,0v13,72,-94,92,-112,28v-2,-8,-4,-18,-4,-28r29,0v0,28,5,45,29,45","w":195},"\u0156":{"d":"190,-191v1,41,-23,66,-54,77r93,114r-45,0r-83,-104r-40,0r0,104r-34,0r0,-262v80,-1,164,-8,163,71xm61,-133v53,3,93,-4,93,-55v0,-46,-46,-46,-93,-44r0,99xm51,42v31,15,70,1,56,-46r28,0v11,58,-29,91,-84,74r0,-28","w":223},"\u0157":{"d":"57,-167v16,-12,40,-35,71,-28v-2,17,10,41,-20,33v-23,0,-38,10,-51,23r0,135v15,-1,28,-3,24,20v3,48,-41,67,-85,54v1,-9,-3,-23,2,-28v28,15,68,1,55,-42r-29,0r0,-196r33,0r0,29","w":129},"\u015c":{"d":"140,-141v89,27,51,146,-41,146v-38,0,-60,-9,-85,-21v2,-13,-4,-34,2,-43v27,35,139,57,139,-10v0,-78,-140,-19,-140,-123v0,-75,108,-90,166,-58v-2,13,4,33,-2,42v-25,-31,-124,-46,-127,13v-2,46,54,44,88,54xm163,-294r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":200},"\u015d":{"d":"143,-91v30,44,-8,96,-66,96v-25,0,-48,-10,-65,-17r0,-37v18,11,37,24,66,26v30,2,54,-22,36,-47v-33,-20,-101,-12,-101,-71v0,-62,88,-72,134,-46v-2,11,3,28,-2,35v-24,-30,-124,-28,-92,25v21,16,75,14,90,36xm145,-228r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":160},"\u0166":{"d":"210,-231r-87,0r0,76r55,0r0,25r-55,0r0,130r-35,0r0,-130r-56,0r0,-25r56,0r0,-76r-88,0r0,-31r210,0r0,31","w":210},"\u0167":{"d":"122,-2v-48,16,-99,-1,-94,-58r0,-34r-23,0r0,-23r23,0r0,-52r-23,0r0,-27r23,0r0,-57r33,0r0,57r61,0r0,27r-61,0r0,52r47,0r0,23r-47,0v0,35,-6,69,32,69v9,0,21,-6,29,-6r0,29","w":122},"\u0168":{"d":"213,-262v-6,115,33,273,-95,267v-65,-3,-96,-35,-95,-103r0,-164r35,0r0,164v-2,47,16,74,60,74v43,0,60,-27,60,-74r0,-164r35,0xm147,-322v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28","w":236},"\u0169":{"d":"93,-26v20,0,38,-13,51,-24r0,-146r33,0r0,196r-33,0r0,-22v-36,46,-122,32,-122,-47r0,-127r34,0r0,111v-1,35,3,59,37,59xm129,-258v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28","w":200},"\u016a":{"d":"213,-262v-6,115,33,273,-95,267v-65,-3,-96,-35,-95,-103r0,-164r35,0r0,164v-2,47,16,74,60,74v43,0,60,-27,60,-74r0,-164r35,0xm185,-299r-133,0r0,-27r133,0r0,27","w":236},"\u016b":{"d":"93,-26v20,0,38,-13,51,-24r0,-146r33,0r0,196r-33,0r0,-22v-36,46,-122,32,-122,-47r0,-127r34,0r0,111v-1,35,3,59,37,59xm167,-235r-133,0r0,-27r133,0r0,27","w":200},"\u016c":{"d":"213,-262v-6,115,33,273,-95,267v-65,-3,-96,-35,-95,-103r0,-164r35,0r0,164v-2,47,16,74,60,74v43,0,60,-27,60,-74r0,-164r35,0xm118,-309v23,0,30,-18,30,-45r28,0v13,72,-94,92,-112,28v-2,-8,-4,-18,-4,-28r29,0v0,28,5,45,29,45","w":236},"\u016d":{"d":"93,-26v20,0,38,-13,51,-24r0,-146r33,0r0,196r-33,0r0,-22v-36,46,-122,32,-122,-47r0,-127r34,0r0,111v-1,35,3,59,37,59xm100,-243v23,0,30,-18,30,-45r28,0v13,72,-94,92,-112,28v-2,-8,-4,-18,-4,-28r29,0v0,28,5,45,29,45","w":200},"\u0172":{"d":"201,70v-47,13,-88,-13,-75,-65v-71,2,-103,-32,-103,-103r0,-164r35,0r0,164v-2,47,16,74,60,74v43,0,60,-27,60,-74r0,-164r35,0v-9,98,32,235,-59,263v-4,23,-2,48,25,46r22,-5r0,28","w":236},"\u0173":{"d":"217,70v-53,16,-90,-23,-73,-72r0,-20v-36,46,-122,32,-122,-47r0,-127r34,0r0,111v-1,35,3,59,37,59v20,0,38,-13,51,-24r0,-146r33,0r0,196v-11,-2,-8,11,-9,19v-4,29,28,32,49,23r0,28","w":200},"\u0174":{"d":"320,-262r-66,262r-39,0r-53,-217r-52,217r-38,0r-67,-262r35,0r53,218r52,-218r36,0r53,220r52,-220r34,0xm223,-294r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":324},"\u0175":{"d":"262,-196r-50,196r-30,0r-48,-151r-48,151r-30,0r-51,-196r35,0r34,152r47,-152r27,0r48,152r33,-152r33,0xm195,-228r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":267},"\u0176":{"d":"210,-262r-89,146r0,116r-35,0r0,-112r-88,-150r39,0r67,116r69,-116r37,0xm164,-294r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":207},"\u0177":{"d":"178,-196r-105,268r-36,0r35,-81r-71,-187r36,0r53,145r54,-145r34,0xm150,-228r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":179},"\u017f":{"d":"25,-202v-4,-60,42,-82,99,-70v-1,9,2,23,-1,30v-32,-10,-65,-5,-65,38r0,204r-33,0r0,-202","w":91},"\u01fa":{"d":"108,-319v44,-5,65,59,29,79r81,240r-37,0r-24,-73r-100,0r-24,73r-35,0r81,-240v-37,-19,-16,-84,29,-79xm147,-103r-40,-124r-40,124r80,0xm108,-252v14,0,22,-9,22,-23v0,-12,-9,-23,-22,-22v-14,0,-23,10,-23,22v0,13,9,23,23,23xm157,-372r-43,48r-26,0r26,-48r43,0","w":215},"\u01fb":{"d":"44,-59v0,49,71,36,90,11r0,-55v-38,5,-89,3,-90,44xm125,-195v65,13,34,123,41,195r-32,0r0,-21v-19,12,-31,27,-64,26v-37,-1,-60,-25,-60,-62v0,-63,62,-69,124,-72v6,-60,-71,-43,-108,-30r0,-33r31,-6v-28,-25,-4,-73,35,-73v42,0,64,53,33,76xm92,-203v14,0,23,-10,23,-24v0,-13,-9,-22,-23,-22v-14,0,-22,9,-22,22v0,14,9,23,22,24xm141,-324r-43,48r-26,0r26,-48r43,0","w":188},"\u01fc":{"d":"317,0r-161,0r0,-98r-88,0r-38,98r-37,0r106,-262r218,0r0,31r-126,0r0,72r117,0r0,31r-117,0r0,97r126,0r0,31xm156,-127r0,-106r-34,0r-43,106r77,0xm241,-361r-48,66r-26,0r31,-66r43,0","w":328},"\u01fd":{"d":"44,-58v0,53,82,31,100,6v-4,-12,-7,-29,-7,-46v-42,1,-93,-1,-93,40xm169,-98v-9,82,91,87,135,50r0,36v-44,24,-127,23,-150,-20v-17,18,-42,37,-82,37v-34,0,-63,-26,-62,-61v0,-65,64,-66,128,-68v9,-65,-72,-50,-111,-35r0,-33v42,-14,119,-15,134,23v14,-17,37,-33,67,-33v58,0,82,42,79,104r-138,0xm275,-124v6,-58,-82,-67,-99,-20v-3,6,-6,13,-7,20r106,0xm219,-295r-48,66r-26,0r31,-66r43,0","w":316},"\u01fe":{"d":"209,-234v22,24,34,57,34,103v1,79,-41,136,-116,136v-27,0,-49,-7,-66,-19r-23,34r-26,0r33,-48v-21,-24,-33,-58,-33,-103v0,-108,97,-169,181,-117r20,-30r26,0xm175,-221v-59,-43,-136,7,-128,90v3,31,6,55,18,74xm79,-41v59,43,128,-7,128,-90v0,-30,-7,-57,-18,-74xm181,-361r-48,66r-26,0r31,-66r43,0","w":254},"\u01ff":{"d":"159,-176v16,18,26,43,26,78v0,81,-70,127,-134,90r-22,34r-22,0r30,-46v-16,-18,-27,-44,-27,-78v0,-81,71,-128,135,-90r19,-30r22,0xm129,-164v-53,-32,-101,25,-83,96v2,8,5,16,8,22xm66,-33v52,35,104,-25,83,-95v-2,-9,-4,-16,-7,-22xm154,-295r-48,66r-26,0r31,-66r43,0","w":195},"\u0387":{"d":"85,-146r-42,0r0,-50r42,0r0,50","w":127},"\u1e80":{"d":"320,-262r-66,262r-39,0r-53,-217r-52,217r-38,0r-67,-262r35,0r53,218r52,-218r36,0r53,220r52,-220r34,0xm184,-295r-26,0r-48,-66r42,0","w":324},"\u1e81":{"d":"262,-196r-50,196r-30,0r-48,-151r-48,151r-30,0r-51,-196r35,0r34,152r47,-152r27,0r48,152r33,-152r33,0xm155,-229r-26,0r-48,-66r42,0","w":267},"\u1e82":{"d":"320,-262r-66,262r-39,0r-53,-217r-52,217r-38,0r-67,-262r35,0r53,218r52,-218r36,0r53,220r52,-220r34,0xm217,-361r-48,66r-26,0r31,-66r43,0","w":324},"\u1e83":{"d":"262,-196r-50,196r-30,0r-48,-151r-48,151r-30,0r-51,-196r35,0r34,152r47,-152r27,0r48,152r33,-152r33,0xm189,-295r-48,66r-26,0r31,-66r43,0","w":267},"\u1e84":{"d":"320,-262r-66,262r-39,0r-53,-217r-52,217r-38,0r-67,-262r35,0r53,218r52,-218r36,0r53,220r52,-220r34,0xm217,-295r-35,0r0,-34r35,0r0,34xm145,-295r-36,0r0,-34r36,0r0,34","w":324},"\u1e85":{"d":"262,-196r-50,196r-30,0r-48,-151r-48,151r-30,0r-51,-196r35,0r34,152r47,-152r27,0r48,152r33,-152r33,0xm188,-229r-35,0r0,-34r35,0r0,34xm116,-229r-36,0r0,-34r36,0r0,34","w":267},"\u1ef2":{"d":"210,-262r-89,146r0,116r-35,0r0,-112r-88,-150r39,0r67,116r69,-116r37,0xm129,-295r-26,0r-48,-66r42,0","w":207},"\u1ef3":{"d":"178,-196r-105,268r-36,0r35,-81r-71,-187r36,0r53,145r54,-145r34,0xm117,-229r-26,0r-48,-66r42,0","w":179},"\u201b":{"d":"59,-274r-28,99r-42,0r46,-99r24,0","w":75},"\u203e":{"d":"197,-291r-205,0r0,-23r205,0r0,23","w":196},"\u20a4":{"d":"84,-85v-2,29,-22,39,-38,55r135,0r0,30r-165,0r0,-36v23,-6,32,-23,35,-49r-28,0r0,-24r29,0r0,-25r-29,0r0,-23r28,0v-15,-86,52,-130,125,-101v-2,11,3,29,-2,36v-28,-24,-98,-21,-89,37r0,28r64,0r0,23r-64,0r0,25r64,0r0,24r-65,0","w":196},"\u212e":{"d":"121,-234v67,0,97,48,92,123r-163,0v1,54,26,84,78,87v33,2,63,-19,81,-28r0,37v-29,11,-39,20,-79,20v-73,0,-114,-43,-114,-118v0,-71,39,-120,105,-121xm179,-138v8,-64,-71,-90,-108,-49v-12,13,-18,29,-20,49r128,0","w":227},"\u215b":{"d":"30,-240v24,0,39,-1,42,-22r24,0r0,163r-29,0r0,-120r-37,0r0,-21xm248,-262r-137,262r-29,0r137,-262r29,0xm305,-85v19,9,32,17,33,41v1,30,-31,49,-63,49v-63,0,-85,-74,-31,-90v-46,-19,-23,-82,31,-82v30,0,59,14,58,42v-1,18,-12,33,-28,40xm247,-123v1,29,61,43,58,1v-1,-14,-14,-21,-30,-21v-15,0,-28,7,-28,20xm275,-18v34,4,48,-41,13,-51r-27,-9v-30,12,-23,63,14,60","w":360},"\u215c":{"d":"79,-267v57,0,75,69,26,82v15,7,34,16,34,40v0,54,-73,58,-114,40r0,-31v20,14,81,32,84,-9v2,-30,-30,-24,-58,-25r0,-24v27,1,55,0,54,-25v0,-37,-62,-22,-75,-6r-3,0r0,-31v14,-6,33,-11,52,-11xm264,-262r-137,262r-29,0r137,-262r29,0xm311,-85v19,9,32,17,33,41v1,30,-31,49,-63,49v-63,0,-85,-74,-31,-90v-15,-11,-26,-17,-27,-38v0,-56,116,-59,116,-2v-1,18,-12,33,-28,40xm253,-123v1,29,57,44,57,1v0,-14,-13,-21,-29,-21v-15,0,-28,7,-28,20xm246,-48v-2,36,69,41,69,4v0,-24,-29,-26,-49,-34v-12,7,-19,15,-20,30","w":360},"\u215d":{"d":"60,-202v43,-5,79,7,79,50v0,58,-70,67,-115,48r0,-28v25,12,85,27,85,-20v0,-36,-47,-27,-77,-24r0,-87r105,0r0,24r-77,0r0,37xm264,-262r-137,262r-29,0r137,-262r29,0xm311,-85v19,9,32,17,33,41v1,30,-31,49,-63,49v-63,0,-85,-74,-31,-90v-15,-11,-26,-17,-27,-38v0,-56,116,-59,116,-2v-1,18,-12,33,-28,40xm253,-123v1,29,57,44,57,1v0,-14,-13,-21,-29,-21v-15,0,-28,7,-28,20xm246,-48v-2,36,69,41,69,4v0,-24,-29,-26,-49,-34v-12,7,-19,15,-20,30","w":360},"\u215e":{"d":"148,-239r-82,140r-33,0r87,-140r-93,0r0,-24r121,0r0,24xm247,-262r-137,262r-29,0r137,-262r29,0xm301,-85v19,9,33,16,34,41v0,30,-31,49,-63,49v-63,0,-85,-74,-31,-90v-15,-11,-27,-16,-27,-38v0,-27,28,-44,58,-44v30,0,58,15,58,42v-1,19,-13,33,-29,40xm243,-123v0,27,62,44,58,1v-1,-13,-13,-21,-29,-21v-15,0,-29,7,-29,20xm272,-18v33,4,46,-41,12,-51r-27,-9v-31,12,-22,63,15,60","w":360},"\uf004":{"d":"17,74r28,-98r42,0r-46,98r-24,0","w":75},"\uf005":{"d":"51,42v31,15,70,1,56,-46r28,0v11,58,-29,91,-84,74r0,-28","w":196},"\u0384":{"d":"120,-295r-9,68r-25,0r-9,-68r43,0","w":196},"\u0385":{"d":"118,-295r-8,68r-23,0r-8,-68r39,0xm166,-229r-33,0r0,-34r33,0r0,34xm64,-229r-33,0r0,-34r33,0r0,34","w":196},"\u0386":{"d":"-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0xm45,-262r-9,68r-25,0r-9,-68r43,0","w":215},"\u0388":{"d":"69,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0xm43,-262r-9,68r-25,0r-9,-68r43,0","w":244},"\u0389":{"d":"259,0r-35,0r0,-128r-121,0r0,128r-34,0r0,-262r34,0r0,103r121,0r0,-103r35,0r0,262xm43,-262r-9,68r-25,0r-9,-68r43,0","w":285},"\u038a":{"d":"158,0r-102,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r33,0r0,27xm43,-262r-9,68r-25,0r-9,-68r43,0","w":174},"\u038c":{"d":"160,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm160,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106xm43,-262r-9,68r-25,0r-9,-68r43,0","w":288},"\u038e":{"d":"261,-262r-89,146r0,116r-35,0r0,-112r-88,-150r39,0r67,116r69,-116r37,0xm43,-262r-9,68r-25,0r-9,-68r43,0","w":258},"\u038f":{"d":"274,-157v0,54,-28,84,-61,105r0,21r69,0r0,31r-99,0r0,-68v30,-19,56,-39,55,-89v-1,-50,-26,-80,-76,-80v-50,0,-75,31,-77,80v-2,50,27,70,56,89r0,68r-98,0r0,-31r69,0r0,-21v-35,-21,-64,-52,-64,-105v0,-69,43,-110,114,-110v70,0,111,39,112,110xm43,-262r-9,68r-25,0r-9,-68r43,0","w":287},"\u0390":{"d":"58,-295r-9,68r-15,0r-10,-68r34,0xm100,-229r-30,0r0,-34r30,0r0,34xm12,-229r-30,0r0,-34r30,0r0,34xm58,0r-33,0r0,-196r33,0r0,196","w":82},"\u0391":{"d":"-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0","w":215},"\u0392":{"d":"155,-145v29,8,49,29,49,65v-1,85,-89,82,-177,80r0,-262v75,1,163,-14,165,59v1,29,-21,44,-37,58xm61,-155v48,1,97,5,95,-43v-1,-42,-51,-33,-95,-34r0,77xm61,-30v54,1,107,3,107,-49v0,-55,-54,-47,-107,-47r0,96","w":212},"\u0394":{"d":"225,0r-227,0r92,-262r43,0xm178,-30r-67,-197r-67,197r134,0","w":222},"\u0395":{"d":"27,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0","w":201},"\u0396":{"d":"193,0r-182,0r0,-32r140,-199r-134,0r0,-31r173,0r0,32r-142,199r145,0r0,31","w":201},"\u0397":{"d":"217,0r-35,0r0,-128r-121,0r0,128r-34,0r0,-262r34,0r0,103r121,0r0,-103r35,0r0,262","w":243},"\u0399":{"d":"118,0r-102,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r33,0r0,27","w":134},"\u039a":{"d":"217,0r-45,0r-95,-122r-16,17r0,105r-34,0r0,-262r34,0r0,121r108,-121r42,0r-108,117","w":211},"\u039b":{"d":"217,0r-38,0r-72,-217r-73,217r-36,0r91,-262r38,0","w":214},"\u039c":{"d":"251,0r-35,0r0,-226r-68,154r-21,0r-68,-154r0,226r-32,0r0,-262r47,0r65,146r63,-146r49,0r0,262","w":277},"\u039d":{"d":"214,0r-39,0r-116,-226r0,226r-32,0r0,-262r49,0r105,208r0,-208r33,0r0,262","w":240},"\u039e":{"d":"192,-231r-180,0r0,-31r180,0r0,31xm183,-128r-162,0r0,-31r162,0r0,31xm192,0r-180,0r0,-31r180,0r0,31","w":203},"\u039f":{"d":"127,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm127,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106","w":254},"\u03a0":{"d":"217,0r-35,0r0,-231r-121,0r0,231r-34,0r0,-262r190,0r0,262","w":243},"\u03a1":{"d":"27,-262v84,-3,167,-2,165,79v-2,68,-53,91,-131,85r0,98r-34,0r0,-262xm61,-127v53,3,95,-5,95,-55v0,-48,-43,-53,-95,-50r0,105","w":198},"\u03a3":{"d":"196,0r-185,0r0,-32r96,-106r-92,-92r0,-32r173,0r0,31r-130,0r90,89r0,4r-97,107r145,0r0,31","w":200},"\u03a4":{"d":"88,0r0,-231r-88,0r0,-31r210,0r0,31r-87,0r0,231r-35,0","w":210},"\u03a5":{"d":"210,-262r-89,146r0,116r-35,0r0,-112r-88,-150r39,0r67,116r69,-116r37,0","w":207},"\u03a7":{"d":"208,0r-40,0r-64,-105r-65,105r-38,0r84,-131r-81,-131r40,0r62,103r64,-103r37,0r-81,129","w":209},"\u03a8":{"d":"126,-57v-66,-3,-104,-31,-103,-101r0,-104r35,0v5,75,-26,176,68,175r0,-175r34,0r0,175v43,-3,68,-21,68,-67r0,-108r35,0r0,104v1,70,-37,98,-103,101r0,57r-34,0r0,-57","w":285},"\u03a9":{"d":"239,-157v0,54,-28,84,-61,105r0,21r69,0r0,31r-99,0r0,-68v30,-19,56,-39,55,-89v-1,-50,-26,-80,-76,-80v-50,0,-75,31,-77,80v-2,50,27,70,56,89r0,68r-98,0r0,-31r69,0r0,-21v-35,-21,-64,-52,-64,-105v0,-69,43,-110,114,-110v70,0,111,39,112,110","w":252},"\u03aa":{"d":"118,0r-102,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r33,0r0,27xm121,-295r-35,0r0,-34r35,0r0,34xm49,-295r-36,0r0,-34r36,0r0,34","w":134},"\u03ab":{"d":"210,-262r-89,146r0,116r-35,0r0,-112r-88,-150r39,0r67,116r69,-116r37,0xm158,-295r-35,0r0,-34r35,0r0,34xm86,-295r-36,0r0,-34r36,0r0,34","w":207},"\u03ac":{"d":"10,-97v0,-77,67,-130,133,-91r0,-8r33,0r0,196r-33,0r0,-20v-16,15,-32,25,-59,25v-50,0,-74,-45,-74,-102xm92,-26v21,0,38,-11,51,-22r0,-113v-14,-6,-26,-10,-44,-11v-39,0,-55,35,-55,75v0,41,11,71,48,71xm119,-295r-9,68r-25,0r-9,-68r43,0","w":199},"\u03ad":{"d":"44,-57v4,53,90,32,115,9r0,37v-48,26,-149,26,-148,-43v0,-27,18,-41,39,-50v-18,-5,-33,-21,-33,-43v0,-61,87,-61,134,-43v-2,11,3,29,-2,36v-20,-20,-95,-34,-98,9v-2,32,33,28,65,28r0,29v-34,1,-75,-5,-72,31xm113,-295r-9,68r-25,0r-9,-68r43,0","w":163},"\u03ae":{"d":"117,-202v41,0,61,31,61,75r0,199r-33,0r0,-184v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27xm129,-295r-9,68r-25,0r-9,-68r43,0","w":200},"\u03af":{"d":"58,0r-33,0r0,-196r33,0r0,196xm63,-295r-9,68r-25,0r-9,-68r43,0","w":82},"\u03b0":{"d":"100,-23v73,0,36,-108,45,-173r33,0r0,125v0,51,-27,76,-78,76v-49,0,-79,-25,-78,-76r0,-125r34,0r0,114v-2,38,7,59,44,59xm120,-295r-8,68r-23,0r-8,-68r39,0xm168,-229r-33,0r0,-34r33,0r0,34xm66,-229r-33,0r0,-34r33,0r0,34","w":200},"\u03b2":{"d":"131,-145v34,5,59,29,59,67v0,68,-80,103,-133,67r0,83r-33,0r0,-261v0,-51,29,-85,80,-85v43,1,72,21,73,64v0,32,-20,55,-46,62r0,3xm57,-38v35,23,103,15,99,-41v-3,-40,-32,-52,-74,-50r0,-28v38,1,61,-12,61,-49v0,-24,-17,-39,-41,-39v-33,0,-45,23,-45,56r0,151","w":199},"\u03b3":{"d":"178,-196r-72,188r0,80r-33,0r0,-80r-72,-188r36,0r54,147r53,-147r34,0","w":179},"\u03b6":{"d":"81,-30v44,0,73,8,74,47v0,22,-14,43,-26,55v-9,-2,-25,3,-31,-2v15,-15,25,-24,27,-47v1,-22,-17,-23,-40,-23v-51,0,-75,-29,-75,-81v0,-81,51,-120,91,-165r-76,0r0,-28r125,0r0,24v-52,40,-107,87,-105,178v1,23,11,42,36,42","w":140},"\u03b7":{"d":"117,-202v41,0,61,31,61,75r0,199r-33,0r0,-184v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27","w":200},"\u03b8":{"d":"100,-274v72,0,85,68,84,141v-1,70,-11,138,-84,138v-73,0,-85,-70,-85,-140v0,-71,14,-139,85,-139xm151,-151v2,-51,-17,-113,-73,-89v-24,11,-28,57,-29,89r102,0xm49,-123v-4,55,17,122,74,94v25,-12,26,-59,28,-94r-102,0","w":199},"\u03b9":{"d":"58,0r-33,0r0,-196r33,0r0,196","w":82},"\u03ba":{"d":"182,0r-42,0r-69,-94r-14,15r0,79r-33,0r0,-196r33,0r0,86v35,-30,48,-91,113,-86v-2,12,9,33,-15,28v-29,9,-40,37,-59,56","w":179},"\u03bb":{"d":"178,0r-35,0r-52,-146r-56,146r-34,0r73,-185r-35,-89r36,0","w":179},"\u03bc":{"d":"150,-20v-20,26,-75,32,-93,0r0,92r-33,0r0,-268r33,0r0,148v16,25,73,25,90,0r0,-148r34,0r0,196r-31,0r0,-20","w":204},"\u03bd":{"d":"178,-196r-74,196r-29,0r-74,-196r36,0r54,151r53,-151r34,0","w":179},"\u03be":{"d":"90,-30v41,0,74,8,74,47v0,22,-13,43,-25,55v-10,-2,-26,3,-32,-2v13,-12,27,-25,28,-47v2,-28,-30,-22,-56,-24v-41,-3,-68,-28,-69,-71v-2,-42,27,-60,58,-73v-40,-4,-59,-63,-27,-91v4,-4,9,-5,12,-10r-38,0r0,-28r135,0r0,28v-49,-3,-93,3,-93,47v1,42,41,45,85,43r0,29v-52,-4,-98,3,-98,50v-1,32,17,47,46,47","w":155},"\u03bf":{"d":"98,-202v56,0,87,42,87,104v0,62,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-61,32,-104,88,-104xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75","w":195},"\u03c1":{"d":"104,-202v60,1,86,41,84,101v-1,58,-24,105,-83,105v-20,0,-34,-4,-50,-13r0,81r-33,0r0,-185v-1,-53,31,-89,82,-89xm99,-26v41,0,55,-32,55,-73v0,-39,-10,-74,-50,-74v-62,0,-47,77,-49,137v15,8,24,10,44,10","w":198},"\u03c2":{"d":"103,-29v68,-13,70,73,33,101v-10,-2,-26,3,-32,-2v16,-15,28,-24,28,-47v0,-16,-11,-27,-31,-23v-60,-2,-89,-35,-91,-97v-3,-80,74,-126,146,-93v-2,11,3,29,-2,37v-43,-39,-115,-13,-110,56v3,42,19,67,59,68","w":154},"\u03c5":{"d":"100,-23v73,0,36,-108,45,-173r33,0r0,125v0,51,-27,76,-78,76v-49,0,-79,-25,-78,-76r0,-125r34,0r0,114v-2,38,7,59,44,59","w":200},"\u03c7":{"d":"180,72r-37,0r-54,-107r-55,107r-35,0r71,-134r-69,-134r37,0r52,105r53,-105r36,0r-70,132","w":178},"\u03c8":{"d":"145,-27v80,5,52,-97,57,-169r33,0r0,118v-1,54,-36,76,-90,78r0,72r-33,0r0,-72v-54,-2,-90,-24,-90,-78r0,-118r33,0v7,67,-28,169,57,169r0,-169r33,0r0,169","w":257},"\u03c9":{"d":"207,-196v25,32,43,57,43,108v0,49,-18,91,-69,93v-25,1,-41,-17,-52,-29v-7,14,-27,30,-49,29v-50,-2,-69,-42,-69,-93v0,-49,18,-77,42,-108r40,0r0,3v-28,24,-48,56,-48,105v0,31,7,64,37,65v52,2,26,-78,32,-124r33,0v6,46,-20,127,32,124v30,-2,37,-33,37,-65v0,-48,-20,-81,-48,-105r0,-3r39,0","w":260},"\u03ca":{"d":"58,0r-33,0r0,-196r33,0r0,196xm89,-229r-33,0r0,-34r33,0r0,34xm27,-229r-34,0r0,-34r34,0r0,34","w":82},"\u03cb":{"d":"100,-23v73,0,36,-108,45,-173r33,0r0,125v0,51,-27,76,-78,76v-49,0,-79,-25,-78,-76r0,-125r34,0r0,114v-2,38,7,59,44,59xm154,-229r-35,0r0,-34r35,0r0,34xm82,-229r-36,0r0,-34r36,0r0,34","w":200},"\u03cc":{"d":"98,-202v56,0,87,42,87,104v0,62,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-61,32,-104,88,-104xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75xm120,-295r-9,68r-25,0r-9,-68r43,0","w":195},"\u03cd":{"d":"100,-23v73,0,36,-108,45,-173r33,0r0,125v0,51,-27,76,-78,76v-49,0,-79,-25,-78,-76r0,-125r34,0r0,114v-2,38,7,59,44,59xm122,-295r-9,68r-25,0r-9,-68r43,0","w":200},"\u03ce":{"d":"207,-196v25,32,43,57,43,108v0,49,-18,91,-69,93v-25,1,-41,-17,-52,-29v-7,14,-27,30,-49,29v-50,-2,-69,-42,-69,-93v0,-49,18,-77,42,-108r40,0r0,3v-28,24,-48,56,-48,105v0,31,7,64,37,65v52,2,26,-78,32,-124r33,0v6,46,-20,127,32,124v30,-2,37,-33,37,-65v0,-48,-20,-81,-48,-105r0,-3r39,0xm152,-295r-9,68r-25,0r-9,-68r43,0","w":260},"\u0401":{"d":"27,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0xm169,-295r-35,0r0,-34r35,0r0,34xm97,-295r-36,0r0,-34r36,0r0,34","w":201},"\u0402":{"d":"108,-159v80,-4,144,4,144,78v0,59,-43,84,-108,81r0,-31v43,2,71,-10,72,-49v1,-53,-52,-50,-108,-49r0,129r-34,0r0,-231r-74,0r0,-31r196,0r0,31r-88,0r0,72","w":258},"\u0403":{"d":"182,-231r-121,0r0,231r-34,0r0,-262r155,0r0,31xm163,-361r-48,66r-26,0r31,-66r43,0","w":182},"\u0404":{"d":"132,-25v33,2,56,-13,76,-25r0,39v-22,9,-46,16,-77,16v-75,0,-119,-55,-119,-136v0,-80,44,-135,119,-135v31,0,57,7,77,16r0,39v-30,-24,-97,-41,-132,-6v-15,14,-24,34,-27,61r125,0r0,31r-127,0v2,59,27,98,85,100","w":215},"\u0405":{"d":"140,-141v89,27,51,146,-41,146v-38,0,-60,-9,-85,-21v2,-13,-4,-34,2,-43v27,35,139,57,139,-10v0,-78,-140,-19,-140,-123v0,-75,108,-90,166,-58v-2,13,4,33,-2,42v-25,-31,-124,-46,-127,13v-2,46,54,44,88,54","w":200},"\u0406":{"d":"118,0r-102,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r33,0r0,27","w":134},"\u0407":{"d":"118,0r-102,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r33,0r0,27xm121,-295r-35,0r0,-34r35,0r0,34xm49,-295r-36,0r0,-34r36,0r0,34","w":134},"\u0408":{"d":"2,-35v40,16,88,14,88,-46r0,-153r-55,0r0,-28r90,0r0,194v2,65,-61,81,-123,67r0,-34","w":149},"\u0409":{"d":"212,-159v78,-4,143,3,142,78v-2,84,-87,84,-177,81r0,-231r-83,0v-13,93,21,232,-91,231r0,-34v70,0,48,-98,57,-176v3,-28,1,-28,2,-52r150,0r0,103xm212,-30v55,1,105,3,105,-50v0,-54,-50,-50,-105,-49r0,99","w":360},"\u040a":{"d":"208,-159v79,-5,140,5,140,78v0,83,-86,85,-175,81r0,-129r-112,0r0,129r-34,0r0,-262r34,0r0,103r112,0r0,-103r35,0r0,103xm208,-30v54,1,103,2,103,-50v0,-53,-48,-51,-103,-49r0,99","w":354},"\u040b":{"d":"108,-154v60,-18,134,-11,134,64r0,90r-35,0v-5,-58,21,-131,-46,-131v-18,0,-38,2,-53,6r0,125r-34,0r0,-231r-74,0r0,-31r196,0r0,31r-88,0r0,77","w":258},"\u040c":{"d":"220,0r-44,0r-93,-120r-22,0r0,120r-34,0r0,-262r34,0r0,118v85,-2,36,-133,145,-118r0,31v-54,-10,-49,49,-70,74v-6,7,-14,13,-22,19xm164,-357r-48,66r-26,0r31,-66r43,0","w":216},"\u040e":{"d":"209,-262r-95,221v-12,33,-42,47,-89,41r0,-33v36,8,61,-6,67,-35r-92,-194r38,0r71,154r64,-154r36,0xm107,-303v23,0,34,-12,33,-37r32,0v6,58,-79,76,-114,42v-11,-11,-16,-24,-16,-42r31,0v0,24,11,37,34,37","w":207},"\u040f":{"d":"217,0r-79,0r0,59r-33,0r0,-59r-78,0r0,-262r34,0r0,232r121,0r0,-232r35,0r0,262","w":243},"\u0410":{"d":"-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0","w":215},"\u0411":{"d":"61,-159v80,-4,145,4,144,78v-1,85,-88,84,-178,81r0,-262r159,0r0,31r-125,0r0,72xm61,-30v55,1,107,4,107,-50v0,-55,-51,-50,-107,-49r0,99","w":212},"\u0412":{"d":"155,-145v29,8,49,29,49,65v-1,85,-89,82,-177,80r0,-262v75,1,163,-14,165,59v1,29,-21,44,-37,58xm61,-155v48,1,97,5,95,-43v-1,-42,-51,-33,-95,-34r0,77xm61,-30v54,1,107,3,107,-49v0,-55,-54,-47,-107,-47r0,96","w":212},"\u0413":{"d":"182,-231r-121,0r0,231r-34,0r0,-262r155,0r0,31","w":182},"\u0414":{"d":"17,-31v32,-53,52,-141,51,-231r146,0r0,231r25,0r0,90r-33,0r0,-60r-170,0r0,60r-33,0r0,-90r14,0xm101,-232v-3,79,-20,153,-50,201r128,0r0,-201r-78,0","w":246},"\u0415":{"d":"27,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0","w":201},"\u0416":{"d":"7,-262v100,-15,63,107,136,118r0,-118r34,0r0,119v73,-10,36,-132,137,-119r0,31v-55,-9,-47,51,-69,75v-7,7,-14,14,-21,19r100,137r-43,0r-87,-120r-17,0r0,120r-34,0r0,-120r-17,0r-88,120r-40,0r98,-135v-44,-16,-20,-104,-89,-96r0,-31","w":321},"\u0417":{"d":"139,-200v0,-58,-97,-33,-125,-13r0,-38v50,-24,163,-27,161,47v0,30,-24,53,-51,58r0,3v33,6,57,25,58,65v3,86,-111,97,-177,68r0,-39v39,25,142,44,141,-31v0,-46,-44,-49,-92,-47r0,-30v44,2,85,-4,85,-43","w":191},"\u0418":{"d":"215,0r-35,0r0,-208r-118,208r-35,0r0,-262r34,0r0,205r117,-205r37,0r0,262","w":241},"\u0419":{"d":"215,0r-35,0r0,-208r-118,208r-35,0r0,-262r34,0r0,205r117,-205r37,0r0,262xm124,-303v23,0,34,-13,34,-37r31,0v6,57,-79,76,-113,42v-11,-11,-17,-24,-17,-42r31,0v0,24,11,37,34,37","w":241},"\u041a":{"d":"220,0r-44,0r-93,-120r-22,0r0,120r-34,0r0,-262r34,0r0,118v85,-2,36,-133,145,-118r0,31v-54,-10,-49,49,-70,74v-6,7,-14,13,-22,19","w":216},"\u041b":{"d":"94,-231v-13,93,21,232,-91,231r0,-34v70,0,48,-98,57,-176v3,-28,1,-28,2,-52r155,0r0,262r-34,0r0,-231r-89,0","w":243},"\u041c":{"d":"251,0r-35,0r0,-226r-68,154r-21,0r-68,-154r0,226r-32,0r0,-262r47,0r65,146r63,-146r49,0r0,262","w":277},"\u041d":{"d":"217,0r-35,0r0,-128r-121,0r0,128r-34,0r0,-262r34,0r0,103r121,0r0,-103r35,0r0,262","w":243},"\u041e":{"d":"127,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm127,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106","w":254},"\u041f":{"d":"217,0r-35,0r0,-231r-121,0r0,231r-34,0r0,-262r190,0r0,262","w":243},"\u0420":{"d":"27,-262v84,-3,167,-2,165,79v-2,68,-53,91,-131,85r0,98r-34,0r0,-262xm61,-127v53,3,95,-5,95,-55v0,-48,-43,-53,-95,-50r0,105","w":198},"\u0421":{"d":"210,-18v-23,11,-45,23,-81,23v-79,0,-117,-53,-117,-136v1,-82,38,-132,117,-135v36,-1,59,10,81,22r0,42v-22,-14,-43,-36,-81,-35v-57,2,-80,46,-81,106v0,62,25,103,81,106v37,2,60,-19,81,-34r0,41","w":216},"\u0422":{"d":"88,0r0,-231r-88,0r0,-31r210,0r0,31r-87,0r0,231r-35,0","w":210},"\u0423":{"d":"209,-262r-95,221v-12,33,-42,47,-89,41r0,-33v36,8,61,-6,67,-35r-92,-194r38,0r71,154r64,-154r36,0","w":207},"\u0424":{"d":"152,-237v64,4,106,36,106,103v0,67,-41,102,-106,105r0,32r-35,0r0,-32v-63,-3,-105,-37,-105,-105v1,-66,41,-99,105,-103r0,-29r35,0r0,29xm152,-55v81,7,92,-126,29,-150v-8,-3,-18,-5,-29,-5r0,155xm117,-210v-81,-9,-91,127,-28,149v8,3,17,6,28,6r0,-155","w":269},"\u0425":{"d":"208,0r-40,0r-64,-105r-65,105r-38,0r84,-131r-81,-131r40,0r62,103r64,-103r37,0r-81,129","w":209},"\u0426":{"d":"240,59r-33,0r0,-59r-180,0r0,-262r34,0r0,231r119,0r0,-231r35,0r0,231r25,0r0,90","w":246},"\u0427":{"d":"51,-189v-14,73,71,65,117,48r0,-121r34,0r0,262r-34,0r0,-111v-61,26,-152,21,-152,-61r0,-90r35,0r0,73","w":228},"\u0428":{"d":"313,0r-286,0r0,-262r34,0r0,232r91,0r0,-232r35,0r0,232r91,0r0,-232r35,0r0,262","w":339},"\u0429":{"d":"338,59r-33,0r0,-59r-278,0r0,-262r34,0r0,232r91,0r0,-232r35,0r0,232r91,0r0,-232r35,0r0,232r25,0r0,89","w":344},"\u042a":{"d":"103,-159v79,-5,139,6,139,78v0,83,-85,85,-174,81r0,-231r-68,0r0,-31r103,0r0,103xm103,-30v54,1,102,1,102,-50v0,-53,-47,-51,-102,-49r0,99","w":248},"\u042b":{"d":"61,-159v78,-4,139,5,138,78v-1,84,-84,84,-172,81r0,-262r34,0r0,103xm61,-30v55,2,102,0,102,-50v1,-52,-46,-51,-102,-49r0,99xm257,0r-34,0r0,-262r34,0r0,262","w":283},"\u042c":{"d":"61,-159v78,-4,143,3,142,78v-1,85,-87,84,-176,81r0,-262r34,0r0,103xm61,-30v56,1,105,2,106,-50v1,-53,-50,-51,-106,-49r0,99","w":209},"\u042d":{"d":"85,-266v78,0,119,52,119,134v0,78,-45,137,-119,137v-29,0,-56,-7,-77,-16r0,-39v33,26,106,39,138,-2v15,-19,23,-43,23,-73r-127,0r0,-31r126,0v-5,-47,-35,-80,-84,-81v-31,0,-55,13,-76,25r0,-38v18,-9,48,-17,77,-16","w":215},"\u042e":{"d":"216,-267v75,-1,115,56,115,136v0,80,-40,136,-115,136v-75,0,-113,-55,-114,-132r-41,0r0,127r-34,0r0,-262r34,0r0,105r43,0v7,-64,46,-109,112,-110xm216,-25v54,0,79,-46,79,-106v0,-61,-25,-106,-79,-106v-54,0,-78,44,-78,106v0,61,24,106,78,106","w":342},"\u042f":{"d":"28,-187v0,-79,84,-77,166,-75r0,262r-35,0r0,-104r-40,0r-78,104r-42,0r84,-109v-33,-12,-56,-33,-55,-78xm64,-186v0,51,42,56,95,53r0,-99v-50,-2,-95,-1,-95,46","w":220},"\u0430":{"d":"44,-59v0,49,71,36,90,11r0,-55v-38,5,-89,3,-90,44xm26,-192v56,-17,140,-17,140,58r0,134r-32,0r0,-21v-19,12,-31,27,-64,26v-37,-1,-60,-25,-60,-62v0,-63,62,-69,124,-72v5,-60,-69,-43,-108,-30r0,-33","w":188},"\u0431":{"d":"107,-189v54,1,80,36,80,92v0,58,-30,100,-88,102v-100,2,-100,-141,-72,-221v18,-50,81,-57,148,-59r0,30v-65,3,-130,7,-128,78v16,-11,35,-22,60,-22xm100,-23v38,1,54,-32,54,-72v0,-66,-69,-79,-107,-47v-3,57,1,117,53,119","w":197},"\u0432":{"d":"139,-109v69,25,37,109,-38,109r-77,0r0,-196v61,3,144,-17,144,45v-1,21,-13,35,-29,42xm57,-116v36,0,77,7,77,-30v0,-33,-45,-22,-77,-24r0,54xm57,-26v40,-1,86,6,87,-33v2,-40,-48,-31,-87,-32r0,65","w":188},"\u0433":{"d":"149,-167r-92,0r0,167r-33,0r0,-196r125,0r0,29","w":149},"\u0434":{"d":"14,-28v23,-38,39,-102,38,-168r121,0r0,168r19,0r0,75r-30,0r0,-48r-130,0r0,48r-31,0r0,-75r13,0xm83,-169v-3,55,-15,107,-36,141r93,0r0,-141r-57,0","w":200},"\u0435":{"d":"176,-12v-18,8,-40,17,-67,17v-63,0,-99,-39,-99,-102v0,-59,35,-104,91,-105v61,0,82,42,79,107r-136,0v-8,80,90,83,132,47r0,36xm148,-120v9,-63,-82,-72,-99,-22v-3,6,-4,14,-5,22r104,0","w":189},"\u0436":{"d":"148,-110v54,-9,29,-99,107,-86r0,28v-49,-7,-34,51,-67,64r74,104r-40,0r-61,-90r-13,0r0,90r-33,0r0,-90r-13,0r-62,90r-39,0r74,-103v-32,-10,-15,-72,-67,-65r0,-28v63,-10,62,47,88,79v5,4,11,7,19,7r0,-86r33,0r0,86","w":262},"\u0437":{"d":"117,-104v18,10,37,21,37,50v0,69,-101,68,-148,43v2,-11,-3,-29,2,-37v14,14,40,25,66,24v23,-1,46,-6,46,-33v0,-35,-37,-31,-71,-31r0,-29v32,0,70,5,67,-28v-4,-45,-78,-26,-101,-9r0,-36v47,-19,134,-18,135,42v0,23,-14,39,-33,44","w":164},"\u0438":{"d":"179,0r-33,0r0,-146r-92,146r-30,0r0,-196r33,0r0,144r91,-144r31,0r0,196","w":202},"\u0439":{"d":"179,0r-33,0r0,-146r-92,146r-30,0r0,-196r33,0r0,144r91,-144r31,0r0,196xm106,-243v23,0,30,-18,30,-45r28,0v13,72,-94,92,-112,28v-2,-8,-4,-18,-4,-28r29,0v0,28,5,45,29,45","w":202},"\u043a":{"d":"182,0r-41,0r-68,-91r-16,0r0,91r-33,0r0,-196r33,0r0,85v62,-1,27,-97,111,-85r0,28v-48,-7,-35,50,-66,64","w":179},"\u043b":{"d":"3,-29v60,-1,33,-104,44,-167r129,0r0,196r-33,0r0,-169r-68,0v-8,75,14,173,-72,169r0,-29","w":199},"\u043c":{"d":"206,0r-33,0r0,-154r-47,100r-24,0r-47,-100r0,154r-31,0r0,-196r40,0r51,109r50,-109r41,0r0,196","w":229},"\u043d":{"d":"179,0r-33,0r0,-88r-89,0r0,88r-33,0r0,-196r33,0r0,79r89,0r0,-79r33,0r0,196","w":202},"\u043e":{"d":"98,-202v56,0,87,42,87,104v0,62,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-61,32,-104,88,-104xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75","w":195},"\u043f":{"d":"179,0r-33,0r0,-168r-89,0r0,168r-33,0r0,-196r155,0r0,196","w":202},"\u0440":{"d":"117,-202v48,0,72,45,72,99v0,79,-68,134,-132,93r0,82r-33,0r0,-268r33,0r0,20v15,-13,34,-26,60,-26xm57,-37v47,28,102,0,98,-63v-3,-39,-9,-69,-46,-70v-21,0,-39,10,-52,22r0,111","w":198},"\u0441":{"d":"101,-24v26,0,42,-14,59,-24r0,37v-19,6,-33,16,-58,15v-62,-1,-89,-39,-92,-102v-5,-87,81,-125,150,-88v-2,11,3,29,-2,37v-14,-11,-32,-23,-57,-23v-38,0,-56,31,-56,74v0,42,18,73,56,74","w":166},"\u0442":{"d":"167,-167r-66,0r0,167r-33,0r0,-167r-67,0r0,-29r166,0r0,29","w":168},"\u0443":{"d":"178,-196r-105,268r-36,0r35,-81r-71,-187r36,0r53,145r54,-145r34,0","w":179},"\u0444":{"d":"153,-189v56,-35,110,15,110,86v0,70,-51,130,-110,94r0,81r-33,0r0,-81v-55,37,-109,-19,-109,-89v0,-68,51,-126,109,-91r0,-85r33,0r0,85xm153,-34v42,27,76,-13,76,-66v0,-52,-31,-88,-76,-65r0,131xm45,-99v-5,53,33,91,75,65r0,-131v-42,-22,-81,12,-75,66","w":273},"\u0445":{"d":"176,0r-40,0r-48,-74r-49,74r-37,0r68,-97r-68,-99r41,0r47,73r49,-73r37,0r-67,96","w":178},"\u0446":{"d":"197,47r-31,0r0,-47r-142,0r0,-196r33,0r0,168r88,0r0,-168r33,0r0,168r19,0r0,75","w":205},"\u0447":{"d":"50,-143v-10,56,51,52,89,41r0,-94r33,0r0,196r-33,0r0,-77v-49,19,-122,17,-122,-49r0,-70r33,0r0,53","w":195},"\u0448":{"d":"256,0r-232,0r0,-196r33,0r0,168r67,0r0,-168r33,0r0,168r66,0r0,-168r33,0r0,196","w":280},"\u0449":{"d":"276,47r-31,0r0,-47r-221,0r0,-196r33,0r0,168r67,0r0,-168r33,0r0,168r66,0r0,-168r33,0r0,168r20,0r0,75","w":284},"\u044a":{"d":"84,-120v62,-3,113,1,113,59v0,68,-76,62,-146,61r0,-167r-50,0r0,-29r83,0r0,76xm84,-26v39,0,79,3,79,-34v1,-38,-40,-33,-79,-33r0,67","w":204},"\u044b":{"d":"57,-120v62,-3,113,2,113,59v0,67,-76,63,-146,61r0,-196r33,0r0,76xm57,-26v39,0,79,2,79,-34v0,-37,-39,-34,-79,-33r0,67xm226,0r-34,0r0,-196r34,0r0,196","w":249},"\u044c":{"d":"57,-120v63,-3,116,1,116,59v0,68,-78,62,-149,61r0,-196r33,0r0,76xm57,-26v40,0,82,3,82,-34v0,-38,-41,-33,-82,-33r0,67","w":180},"\u044d":{"d":"159,-102v5,88,-80,129,-152,93v2,-11,-3,-29,2,-36v21,20,76,32,99,4v9,-11,16,-27,18,-49r-89,0r0,-27r89,0v0,-64,-82,-66,-116,-33r0,-36v12,-5,40,-16,59,-15v61,1,86,37,90,99","w":169},"\u044e":{"d":"177,-202v58,-1,87,44,87,104v0,61,-31,102,-87,103v-54,1,-84,-40,-85,-94r-35,0r0,89r-33,0r0,-196r33,0r0,80r35,0v5,-50,34,-85,85,-86xm177,-23v39,0,53,-31,53,-75v0,-43,-13,-75,-53,-75v-39,1,-53,32,-53,75v0,43,14,75,53,75","w":274},"\u044f":{"d":"20,-140v0,-67,80,-56,146,-56r0,196r-33,0r0,-78r-33,0r-58,78r-38,0r63,-81v-29,-10,-47,-23,-47,-59xm54,-139v0,41,40,35,79,35r0,-66v-37,0,-79,-6,-79,31","w":190},"\u0451":{"d":"176,-12v-18,8,-40,17,-67,17v-63,0,-99,-39,-99,-102v0,-59,35,-104,91,-105v61,0,82,42,79,107r-136,0v-8,80,90,83,132,47r0,36xm148,-120v9,-63,-82,-72,-99,-22v-3,6,-4,14,-5,22r104,0xm154,-229r-35,0r0,-34r35,0r0,34xm82,-229r-36,0r0,-34r36,0r0,34","w":189},"\u0452":{"d":"124,-202v71,-1,63,84,61,155v-2,72,-28,123,-101,117v2,-10,-8,-31,10,-27v69,0,59,-79,59,-155v0,-32,-3,-61,-38,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-223r-29,0r0,-23r29,0r0,-28r33,0r0,28r66,0r0,23r-66,0r0,48v16,-13,35,-26,60,-27","w":208},"\u0453":{"d":"149,-167r-92,0r0,167r-33,0r0,-196r125,0r0,29xm137,-295r-48,66r-26,0r31,-66r43,0","w":149},"\u0454":{"d":"44,-90v-5,70,78,80,116,45r0,37v-71,32,-159,-2,-149,-90v-8,-86,81,-126,149,-88v-2,11,3,29,-2,36v-20,-20,-69,-34,-94,-8v-9,10,-17,23,-20,41r90,0r0,27r-90,0","w":169},"\u0455":{"d":"143,-91v30,44,-8,96,-66,96v-25,0,-48,-10,-65,-17r0,-37v18,11,37,24,66,26v30,2,54,-22,36,-47v-33,-20,-101,-12,-101,-71v0,-62,88,-72,134,-46v-2,11,3,28,-2,35v-24,-30,-124,-28,-92,25v21,16,75,14,90,36","w":160},"\u0456":{"d":"58,0r-33,0r0,-196r33,0r0,196xm60,-229r-38,0r0,-34r38,0r0,34","w":82},"\u0457":{"d":"58,0r-33,0r0,-196r33,0r0,196xm89,-229r-33,0r0,-34r33,0r0,34xm27,-229r-34,0r0,-34r34,0r0,34","w":82},"\u0458":{"d":"-16,43v41,8,60,-7,60,-51r0,-161r-35,0r0,-27r69,0r0,202v2,52,-39,77,-94,66r0,-29xm78,-229r-38,0r0,-34r38,0r0,34","w":101},"\u0459":{"d":"176,-120v62,-3,114,2,114,59v0,68,-76,63,-147,61r0,-169r-67,0v-9,77,13,171,-73,169r0,-29v60,-1,33,-104,44,-167r129,0r0,76xm176,-26v39,-1,80,4,80,-34v1,-39,-41,-33,-80,-33r0,67","w":297},"\u045a":{"d":"173,-120v62,-3,114,1,114,59v0,69,-77,62,-147,61r0,-93r-83,0r0,93r-33,0r0,-196r33,0r0,76r83,0r0,-76r33,0r0,76xm173,-26v39,0,80,4,80,-34v1,-39,-41,-33,-80,-33r0,67","w":296},"\u045b":{"d":"124,-202v87,0,57,120,62,202r-33,0r0,-112v-1,-31,-3,-61,-38,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-223r-29,0r0,-23r29,0r0,-28r33,0r0,28r66,0r0,23r-66,0r0,48v17,-14,33,-26,60,-27","w":208},"\u045c":{"d":"182,0r-41,0r-68,-91r-16,0r0,91r-33,0r0,-196r33,0r0,85v62,-1,27,-97,111,-85r0,28v-48,-7,-35,50,-66,64xm150,-295r-48,66r-26,0r31,-66r43,0","w":179},"\u045e":{"d":"178,-196r-105,268r-36,0r35,-81r-71,-187r36,0r53,145r54,-145r34,0xm90,-243v23,0,30,-18,30,-45r28,0v13,72,-94,92,-112,28v-2,-8,-4,-18,-4,-28r29,0v0,28,5,45,29,45","w":179},"\u045f":{"d":"179,0r-62,0r0,47r-31,0r0,-47r-62,0r0,-196r33,0r0,168r89,0r0,-168r33,0r0,196","w":202},"\u0490":{"d":"182,-231r-121,0r0,231r-34,0r0,-262r122,0r0,-72r33,0r0,103","w":182},"\u0491":{"d":"149,-167r-92,0r0,167r-33,0r0,-196r94,0r0,-65r31,0r0,94","w":149},"\u2015":{"d":"308,-101r-289,0r0,-28r289,0r0,28","w":327},"\u2116":{"d":"206,0r-39,0r-108,-226r0,226r-32,0r0,-262r49,0r98,208r0,-208r32,0r0,262xm313,-267v47,0,74,35,74,86v0,51,-28,85,-74,86v-48,0,-74,-35,-74,-86v0,-50,27,-86,74,-86xm364,-31r-102,0r0,-28r102,0r0,28xm313,-121v31,0,42,-25,42,-60v0,-36,-12,-60,-42,-60v-30,0,-42,24,-42,60v0,35,12,60,42,60","w":410},"\u03c0":{"d":"179,0r-33,0r0,-168r-89,0r0,168r-33,0r0,-196r155,0r0,196","w":202},"\u00a4":{"d":"148,-147v12,16,13,46,0,62r38,37r-19,19r-37,-37v-17,11,-47,12,-62,-1r-38,38r-19,-19r38,-37v-11,-16,-12,-46,0,-62r-38,-38r19,-18r38,37v14,-12,46,-11,61,0r38,-37r19,18xm98,-82v17,0,34,-16,34,-34v0,-18,-16,-35,-34,-35v-18,0,-33,17,-33,35v0,17,16,34,33,34","w":196},"\ufffc":{"d":"360,-202r-18,0r0,-39r-39,0r0,-18r57,0r0,57xm259,-241r-57,0r0,-18r57,0r0,18xm360,-101r-18,0r0,-57r18,0r0,57xm313,-192v-4,49,18,129,-37,127v-10,0,-18,-3,-24,-8r13,-14v12,12,28,2,28,-20r0,-85r20,0xm158,-241r-57,0r0,-18r57,0r0,18xm360,0r-57,0r0,-18r39,0r0,-39r18,0r0,57xm229,-133v37,17,23,71,-27,66r-42,0r0,-125v38,-1,85,-4,85,33v0,11,-6,20,-16,26xm57,-241r-39,0r0,39r-18,0r0,-57r57,0r0,18xm259,0r-57,0r0,-18r57,0r0,18xm94,-194v37,0,56,25,56,65v0,39,-19,64,-56,64v-38,0,-55,-25,-55,-64v0,-40,17,-64,55,-65xm18,-101r-18,0r0,-57r18,0r0,57xm158,0r-57,0r0,-18r57,0r0,18xm57,0r-57,0r0,-57r18,0r0,39r39,0r0,18xm224,-157v2,-17,-23,-18,-44,-17r0,34v20,1,47,0,44,-17xm230,-104v2,-19,-27,-20,-50,-19r0,39v23,1,53,1,50,-20xm130,-129v0,-32,-12,-47,-36,-47v-23,0,-34,15,-34,47v0,31,11,47,34,47v24,0,36,-16,36,-47","w":360},"\u01a0":{"d":"271,-267v11,36,0,74,-38,74v28,89,-4,203,-106,198v-80,-4,-115,-55,-115,-136v0,-82,35,-136,115,-136v47,0,79,20,96,52v30,2,29,-32,20,-52r28,0xm127,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106","w":270},"\u01a1":{"d":"197,-248v11,34,-1,72,-35,74v15,17,23,44,23,76v2,61,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-73,51,-121,120,-98r16,0v34,4,32,-31,23,-52r28,0xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75","w":202},"\u01af":{"d":"213,-98v0,67,-28,103,-95,103v-65,0,-96,-35,-95,-103r0,-164r35,0r0,164v-2,47,16,74,60,74v43,0,60,-27,60,-74r0,-164v30,-1,67,8,67,-24v0,-9,-5,-20,-6,-28r28,0v14,43,-7,80,-54,76r0,140","w":258},"\u01b0":{"d":"231,-248v16,41,-6,80,-54,75r0,173r-33,0r0,-22v-36,46,-122,32,-122,-47r0,-127r34,0r0,111v-1,35,3,59,37,59v20,0,38,-13,51,-24r0,-146r36,0v35,4,31,-31,23,-52r28,0","w":218},"\u0300":{"d":"-61,-229r-26,0r-48,-66r42,0"},"\u0340":{"d":"-61,-229r-26,0r-48,-66r42,0"},"\u0301":{"d":"-39,-295r-48,66r-26,0r31,-66r43,0"},"\u0341":{"d":"-39,-295r-48,66r-26,0r31,-66r43,0"},"\u1ea0":{"d":"127,67r-37,0r0,-34r37,0r0,34xm-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0","w":215},"\u1ea1":{"d":"112,67r-38,0r0,-34r38,0r0,34xm44,-59v0,49,71,36,90,11r0,-55v-38,5,-89,3,-90,44xm26,-192v56,-17,140,-17,140,58r0,134r-32,0r0,-21v-19,12,-31,27,-64,26v-37,-1,-60,-25,-60,-62v0,-63,62,-69,124,-72v5,-60,-69,-43,-108,-30r0,-33","w":188},"\u1ea2":{"d":"113,-331v-1,-14,-19,-12,-29,-8r0,-18v22,-8,56,-2,55,23v0,16,-9,24,-23,28r0,12r-19,0r0,-21v10,-2,16,-5,16,-16xm-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0","w":215},"\u1ea3":{"d":"66,-291v20,-10,56,-2,55,22v0,17,-9,26,-23,29r0,12r-20,0r0,-21v17,0,25,-27,4,-27v-8,0,-9,2,-16,3r0,-18xm44,-59v0,49,71,36,90,11r0,-55v-38,5,-89,3,-90,44xm26,-192v56,-17,140,-17,140,58r0,134r-32,0r0,-21v-19,12,-31,27,-64,26v-37,-1,-60,-25,-60,-62v0,-63,62,-69,124,-72v5,-60,-69,-43,-108,-30r0,-33","w":188},"\u1ea4":{"d":"165,-290r-28,0r-32,-45r-33,45r-27,0r40,-67r40,0xm219,-357r-38,47r-23,0r22,-47r39,0xm-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0","w":215},"\u1ea5":{"d":"154,-228r-28,0r-32,-45r-33,45r-27,0r40,-67r40,0xm208,-295r-38,47r-23,0r22,-47r39,0xm44,-59v0,49,71,36,90,11r0,-55v-38,5,-89,3,-90,44xm26,-192v56,-17,140,-17,140,58r0,134r-32,0r0,-21v-19,12,-31,27,-64,26v-37,-1,-60,-25,-60,-62v0,-63,62,-69,124,-72v5,-60,-69,-43,-108,-30r0,-33","w":188},"\u1ea6":{"d":"165,-290r-28,0r-32,-45r-33,45r-27,0r40,-67r40,0xm52,-310r-22,0r-39,-47r39,0xm-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0","w":215},"\u1ea7":{"d":"154,-228r-28,0r-32,-45r-33,45r-27,0r40,-67r40,0xm41,-248r-23,0r-38,-47r39,0xm44,-59v0,49,71,36,90,11r0,-55v-38,5,-89,3,-90,44xm26,-192v56,-17,140,-17,140,58r0,134r-32,0r0,-21v-19,12,-31,27,-64,26v-37,-1,-60,-25,-60,-62v0,-63,62,-69,124,-72v5,-60,-69,-43,-108,-30r0,-33","w":188},"\u1ea8":{"d":"165,-288r-28,0r-32,-36r-33,36r-27,0r40,-58r40,0xm193,-331v-2,-13,-19,-12,-30,-8r0,-18v23,-7,55,-3,55,23v0,17,-9,25,-23,28r0,12r-19,0r0,-21v10,-2,16,-5,17,-16xm-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0","w":215},"\u1ea9":{"d":"154,-228r-28,0r-32,-45r-33,45r-27,0r40,-67r40,0xm138,-326v22,-8,56,-2,55,23v0,16,-9,24,-23,28r0,12r-19,0r0,-21v16,0,23,-26,4,-27v-8,-1,-10,2,-17,3r0,-18xm44,-59v0,49,71,36,90,11r0,-55v-38,5,-89,3,-90,44xm26,-192v56,-17,140,-17,140,58r0,134r-32,0r0,-21v-19,12,-31,27,-64,26v-37,-1,-60,-25,-60,-62v0,-63,62,-69,124,-72v5,-60,-69,-43,-108,-30r0,-33","w":188},"\u1eaa":{"d":"165,-285v-28,3,-44,-6,-60,-15v-17,8,-32,18,-60,15r44,-30r33,0xm83,-360v22,0,48,28,57,0r23,0v-1,19,-17,33,-36,33v-20,0,-49,-29,-56,0r-24,0v2,-16,17,-33,36,-33xm-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0","w":215},"\u1eab":{"d":"154,-228r-28,0r-32,-45r-33,45r-27,0r40,-67r40,0xm118,-331v13,0,14,-10,15,-23r24,0v-1,28,-15,48,-41,49v-24,1,-28,-20,-46,-23v-13,-2,-13,9,-14,23r-25,0v1,-28,16,-49,41,-49v22,0,29,19,46,23xm44,-59v0,49,71,36,90,11r0,-55v-38,5,-89,3,-90,44xm26,-192v56,-17,140,-17,140,58r0,134r-32,0r0,-21v-19,12,-31,27,-64,26v-37,-1,-60,-25,-60,-62v0,-63,62,-69,124,-72v5,-60,-69,-43,-108,-30r0,-33","w":188},"\u1eac":{"d":"127,67r-37,0r0,-34r37,0r0,34xm-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0xm165,-290r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":215},"\u1ead":{"d":"112,67r-38,0r0,-34r38,0r0,34xm44,-59v0,49,71,36,90,11r0,-55v-38,5,-89,3,-90,44xm26,-192v56,-17,140,-17,140,58r0,134r-32,0r0,-21v-19,12,-31,27,-64,26v-37,-1,-60,-25,-60,-62v0,-63,62,-69,124,-72v5,-60,-69,-43,-108,-30r0,-33xm154,-228r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":188},"\u1eae":{"d":"105,-301v18,0,29,-10,30,-24r28,0v2,41,-72,55,-101,29v-10,-9,-15,-19,-15,-29r29,0v1,15,10,24,29,24xm149,-360r-35,38r-23,0r18,-38r40,0xm-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0","w":215},"\u1eaf":{"d":"94,-243v22,0,29,-13,29,-39r29,0v6,55,-66,80,-100,45v-10,-11,-16,-26,-16,-45r29,0v0,26,7,39,29,39xm140,-314r-38,47r-23,0r22,-47r39,0xm44,-59v0,49,71,36,90,11r0,-55v-38,5,-89,3,-90,44xm26,-192v56,-17,140,-17,140,58r0,134r-32,0r0,-21v-19,12,-31,27,-64,26v-37,-1,-60,-25,-60,-62v0,-63,62,-69,124,-72v5,-60,-69,-43,-108,-30r0,-33","w":188},"\u1eb0":{"d":"105,-301v18,0,29,-10,30,-24r28,0v2,41,-72,55,-101,29v-10,-9,-15,-19,-15,-29r29,0v1,15,10,24,29,24xm120,-322r-23,0r-35,-38r39,0xm-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0","w":215},"\u1eb1":{"d":"94,-243v22,0,29,-13,29,-39r29,0v6,55,-66,80,-100,45v-10,-11,-16,-26,-16,-45r29,0v0,26,7,39,29,39xm109,-267r-23,0r-38,-47r39,0xm44,-59v0,49,71,36,90,11r0,-55v-38,5,-89,3,-90,44xm26,-192v56,-17,140,-17,140,58r0,134r-32,0r0,-21v-19,12,-31,27,-64,26v-37,-1,-60,-25,-60,-62v0,-63,62,-69,124,-72v5,-60,-69,-43,-108,-30r0,-33","w":188},"\u1eb2":{"d":"105,-301v18,0,29,-10,30,-24r28,0v2,41,-72,55,-101,29v-10,-9,-15,-19,-15,-29r29,0v1,15,10,24,29,24xm88,-358v17,-4,38,-2,39,16v1,12,-7,17,-17,20r0,8r-13,0r0,-14v11,0,16,-19,3,-19v-5,0,-9,-1,-12,2r0,-13xm-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0","w":215},"\u1eb3":{"d":"94,-243v22,0,29,-13,29,-39r29,0v6,55,-66,80,-100,45v-10,-11,-16,-26,-16,-45r29,0v0,26,7,39,29,39xm74,-317v18,-7,48,-3,46,19v0,13,-8,20,-19,24r0,10r-16,0r0,-18v15,0,19,-22,3,-23r-14,3r0,-15xm44,-59v0,49,71,36,90,11r0,-55v-38,5,-89,3,-90,44xm26,-192v56,-17,140,-17,140,58r0,134r-32,0r0,-21v-19,12,-31,27,-64,26v-37,-1,-60,-25,-60,-62v0,-63,62,-69,124,-72v5,-60,-69,-43,-108,-30r0,-33","w":188},"\u1eb4":{"d":"76,-316v1,21,57,20,59,0r28,0v-2,46,-115,44,-116,0r29,0xm83,-360v22,0,48,28,57,0r23,0v-1,19,-17,33,-36,33v-20,0,-49,-29,-56,0r-24,0v2,-16,17,-33,36,-33xm-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0","w":215},"\u1eb5":{"d":"94,-243v22,0,29,-13,29,-39r29,0v6,55,-66,80,-100,45v-10,-11,-16,-26,-16,-45r29,0v0,26,7,39,29,39xm118,-331v13,0,14,-10,15,-23r24,0v-1,28,-15,48,-41,49v-24,1,-28,-20,-46,-23v-13,-2,-13,9,-14,23r-25,0v1,-28,16,-49,41,-49v22,0,29,19,46,23xm44,-59v0,49,71,36,90,11r0,-55v-38,5,-89,3,-90,44xm26,-192v56,-17,140,-17,140,58r0,134r-32,0r0,-21v-19,12,-31,27,-64,26v-37,-1,-60,-25,-60,-62v0,-63,62,-69,124,-72v5,-60,-69,-43,-108,-30r0,-33","w":188},"\u1eb6":{"d":"127,67r-37,0r0,-34r37,0r0,34xm-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0xm107,-309v23,0,30,-18,30,-45r28,0v13,72,-94,92,-112,28v-2,-8,-4,-18,-4,-28r29,0v0,28,5,45,29,45","w":215},"\u1eb7":{"d":"112,67r-38,0r0,-34r38,0r0,34xm44,-59v0,49,71,36,90,11r0,-55v-38,5,-89,3,-90,44xm26,-192v56,-17,140,-17,140,58r0,134r-32,0r0,-21v-19,12,-31,27,-64,26v-37,-1,-60,-25,-60,-62v0,-63,62,-69,124,-72v5,-60,-69,-43,-108,-30r0,-33xm91,-243v23,0,30,-18,30,-45r28,0v13,72,-94,92,-112,28v-2,-8,-4,-18,-4,-28r29,0v0,28,5,45,29,45","w":188},"\u1eb8":{"d":"128,67r-38,0r0,-34r38,0r0,34xm27,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0","w":201},"\u1eb9":{"d":"125,67r-38,0r0,-34r38,0r0,34xm176,-12v-18,8,-40,17,-67,17v-63,0,-99,-39,-99,-102v0,-59,35,-104,91,-105v61,0,82,42,79,107r-136,0v-8,80,90,83,132,47r0,36xm148,-120v9,-63,-82,-72,-99,-22v-3,6,-4,14,-5,22r104,0","w":189},"\u1eba":{"d":"81,-357v22,-8,56,-1,55,23v0,17,-10,24,-24,28r0,12r-19,0r0,-21v19,1,24,-26,4,-27v-8,0,-9,2,-16,3r0,-18xm27,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0","w":201},"\u1ebb":{"d":"73,-291v20,-10,56,-2,55,22v0,17,-9,26,-24,29r0,12r-19,0r0,-21v18,0,24,-26,4,-27v-8,0,-9,2,-16,3r0,-18xm176,-12v-18,8,-40,17,-67,17v-63,0,-99,-39,-99,-102v0,-59,35,-104,91,-105v61,0,82,42,79,107r-136,0v-8,80,90,83,132,47r0,36xm148,-120v9,-63,-82,-72,-99,-22v-3,6,-4,14,-5,22r104,0","w":189},"\u1ebc":{"d":"27,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0xm139,-324v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28","w":201},"\u1ebd":{"d":"176,-12v-18,8,-40,17,-67,17v-63,0,-99,-39,-99,-102v0,-59,35,-104,91,-105v61,0,82,42,79,107r-136,0v-8,80,90,83,132,47r0,36xm148,-120v9,-63,-82,-72,-99,-22v-3,6,-4,14,-5,22r104,0xm130,-258v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28","w":189},"\u1ebe":{"d":"169,-294r-28,0r-33,-45r-32,45r-27,0r40,-66r40,0xm223,-360r-38,47r-23,0r22,-47r39,0xm27,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0","w":201},"\u1ebf":{"d":"161,-228r-28,0r-33,-45r-32,45r-27,0r40,-67r40,0xm215,-295r-39,47r-22,0r22,-47r39,0xm176,-12v-18,8,-40,17,-67,17v-63,0,-99,-39,-99,-102v0,-59,35,-104,91,-105v61,0,82,42,79,107r-136,0v-8,80,90,83,132,47r0,36xm148,-120v9,-63,-82,-72,-99,-22v-3,6,-4,14,-5,22r104,0","w":189},"\u1ec0":{"d":"169,-294r-28,0r-33,-45r-32,45r-27,0r40,-66r40,0xm56,-313r-23,0r-38,-47r39,0xm27,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0","w":201},"\u1ec1":{"d":"161,-228r-28,0r-33,-45r-32,45r-27,0r40,-67r40,0xm48,-248r-23,0r-38,-47r39,0xm176,-12v-18,8,-40,17,-67,17v-63,0,-99,-39,-99,-102v0,-59,35,-104,91,-105v61,0,82,42,79,107r-136,0v-8,80,90,83,132,47r0,36xm148,-120v9,-63,-82,-72,-99,-22v-3,6,-4,14,-5,22r104,0","w":189},"\u1ec2":{"d":"169,-288r-28,0r-33,-36r-32,36r-27,0r40,-58r40,0xm196,-331v-1,-14,-19,-12,-29,-8r0,-18v22,-8,56,-2,55,23v0,16,-9,24,-23,28r0,12r-19,0r0,-21v10,-2,16,-5,16,-16xm27,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0","w":201},"\u1ec3":{"d":"161,-228r-28,0r-33,-45r-32,45r-27,0r40,-67r40,0xm145,-326v22,-8,56,-2,55,23v0,16,-9,24,-23,28r0,12r-19,0r0,-21v16,0,23,-26,4,-27v-8,-1,-10,2,-17,3r0,-18xm176,-12v-18,8,-40,17,-67,17v-63,0,-99,-39,-99,-102v0,-59,35,-104,91,-105v61,0,82,42,79,107r-136,0v-8,80,90,83,132,47r0,36xm148,-120v9,-63,-82,-72,-99,-22v-3,6,-4,14,-5,22r104,0","w":189},"\u1ec4":{"d":"169,-285v-28,3,-45,-6,-61,-15v-16,9,-31,18,-59,15r43,-30r33,0xm131,-327v-21,0,-49,-30,-56,0r-24,0v1,-17,17,-34,36,-33v18,0,27,12,43,13v7,0,13,-4,13,-13r24,0v-1,19,-17,33,-36,33xm27,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0","w":201},"\u1ec5":{"d":"161,-228r-28,0r-33,-45r-32,45r-27,0r40,-67r40,0xm125,-331v12,2,14,-9,14,-23r25,0v-1,28,-15,48,-41,49v-24,1,-28,-19,-46,-23v-13,0,-13,10,-15,23r-24,0v1,-28,16,-48,41,-49v22,-1,28,21,46,23xm176,-12v-18,8,-40,17,-67,17v-63,0,-99,-39,-99,-102v0,-59,35,-104,91,-105v61,0,82,42,79,107r-136,0v-8,80,90,83,132,47r0,36xm148,-120v9,-63,-82,-72,-99,-22v-3,6,-4,14,-5,22r104,0","w":189},"\u1ec6":{"d":"128,67r-38,0r0,-34r38,0r0,34xm27,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0xm169,-294r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":201},"\u1ec7":{"d":"125,67r-38,0r0,-34r38,0r0,34xm176,-12v-18,8,-40,17,-67,17v-63,0,-99,-39,-99,-102v0,-59,35,-104,91,-105v61,0,82,42,79,107r-136,0v-8,80,90,83,132,47r0,36xm148,-120v9,-63,-82,-72,-99,-22v-3,6,-4,14,-5,22r104,0xm160,-228r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":189},"\u1ec8":{"d":"73,-331v-1,-14,-19,-12,-29,-8r0,-18v22,-8,55,-2,55,23v0,17,-9,25,-23,28r0,12r-19,0r0,-21v10,-2,16,-5,16,-16xm118,0r-102,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r33,0r0,27","w":134},"\u1ec9":{"d":"18,-291v20,-10,55,-2,55,22v0,18,-8,26,-23,29r0,12r-19,0r0,-21v16,0,23,-26,4,-27v-8,-1,-10,2,-17,3r0,-18xm58,0r-33,0r0,-196r33,0r0,196","w":82},"\u1eca":{"d":"86,67r-38,0r0,-34r38,0r0,34xm118,0r-102,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r33,0r0,27","w":134},"\u1ecb":{"d":"60,67r-38,0r0,-34r38,0r0,34xm58,0r-33,0r0,-196r33,0r0,196xm60,-229r-38,0r0,-34r38,0r0,34","w":82},"\u0323":{"d":"-90,67r-38,0r0,-34r38,0r0,34"},"\u0309":{"d":"-114,-361v22,-8,56,-1,55,23v0,16,-9,24,-23,28r0,12r-20,0r0,-21v17,0,25,-27,4,-27v-8,0,-9,2,-16,3r0,-18"},"\u05b0":{"d":"94,16v15,1,15,23,0,24v-6,0,-12,-5,-12,-12v0,-7,6,-12,12,-12xm106,61v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12v7,0,12,6,12,12","w":187},"\u05b1":{"d":"62,16v15,1,15,23,0,24v-6,0,-12,-5,-12,-12v0,-7,6,-12,12,-12xm94,16v15,1,15,23,0,24v-6,0,-12,-5,-12,-12v0,-7,6,-12,12,-12xm126,16v15,1,15,23,0,24v-6,0,-12,-5,-12,-12v0,-7,6,-12,12,-12xm138,61v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12v7,0,12,6,12,12xm90,61v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12v7,0,12,6,12,12","w":187},"\u05b2":{"d":"53,32r0,-15r47,0r0,15r-47,0xm135,28v0,18,-23,13,-24,0v0,-14,24,-16,24,0xm135,61v0,7,-5,11,-12,11v-6,0,-12,-5,-12,-11v0,-6,5,-12,12,-12v7,0,13,5,12,12","w":187},"\u05b3":{"d":"135,28v0,18,-23,13,-24,0v0,-14,24,-16,24,0xm135,61v0,7,-5,11,-12,11v-6,0,-12,-5,-12,-11v0,-6,5,-12,12,-12v7,0,13,5,12,12xm68,53r0,-21r-15,0r0,-15r47,0r0,15r-15,0r0,21r-17,0","w":187},"\u05b4":{"d":"94,16v15,1,15,23,0,24v-6,0,-12,-5,-12,-12v0,-7,6,-12,12,-12","w":187},"\u05b5":{"d":"88,28v0,18,-23,13,-24,0v0,-14,24,-16,24,0xm112,16v14,0,14,24,0,24v-6,0,-12,-5,-12,-12v0,-7,6,-12,12,-12","w":187},"\u05b6":{"d":"78,16v15,1,15,23,0,24v-6,0,-12,-5,-12,-12v0,-7,6,-12,12,-12xm110,16v15,1,15,23,0,24v-6,0,-12,-5,-12,-12v0,-7,6,-12,12,-12xm106,61v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12v7,0,12,6,12,12","w":187},"\u05b7":{"d":"70,32r0,-15r47,0r0,15r-47,0","w":187},"\u05b8":{"d":"86,56r0,-24r-20,0r0,-15r56,0r0,15r-20,0r0,24r-16,0","w":187},"\u05b9":{"d":"94,-262v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":187},"\u05bb":{"d":"62,16v15,1,15,23,0,24v-6,0,-12,-5,-12,-12v0,-7,6,-12,12,-12xm106,44v0,6,-5,12,-12,12v-7,0,-13,-5,-12,-12v0,-7,5,-11,12,-11v6,0,12,5,12,11xm138,61v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12v7,0,12,6,12,12","w":187},"\u05bc":{"d":"94,-127v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":187},"\u05bd":{"d":"86,56r0,-39r16,0r0,39r-16,0","w":187},"\u05be":{"d":"22,-188r0,-35r94,0r0,35r-94,0","w":137},"\u05bf":{"d":"70,-252r0,-14r47,0r0,14r-47,0","w":187},"\u05c0":{"d":"56,26r-31,0r0,-275r31,0r0,275","w":81},"\u05c1":{"d":"94,-262v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":187},"\u05c2":{"d":"-8,-262v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":187},"\u05c3":{"d":"85,-172r-42,0r0,-51r42,0r0,51xm85,0r-42,0r0,-50r42,0r0,50","w":127},"\u05d0":{"d":"27,0v-4,-70,5,-122,49,-147r-52,-76r39,0r73,103v41,-16,52,-46,49,-103r31,0v5,68,-18,108,-65,126r68,97r-39,0r-87,-124v-36,17,-38,68,-36,124r-30,0","w":242},"\u05d1":{"d":"83,-228v77,1,108,29,108,105r0,89r32,0r0,34r-212,0r0,-34r149,0r0,-88v7,-80,-74,-76,-144,-67r0,-34v18,-3,45,-6,67,-5","w":230},"\u05d2":{"d":"101,-151v4,-45,-38,-48,-73,-38r0,-34v65,-20,117,15,104,95v4,48,21,84,30,128r-31,0r-20,-75r-62,75r-44,0r86,-98v13,-9,8,-31,10,-53","w":169},"\u05d3":{"d":"208,-188r-37,0r0,188r-31,0r0,-188r-136,0r0,-35r204,0r0,35","w":216},"\u05d4":{"d":"191,-122v7,-86,-89,-74,-164,-66r0,-35r83,-5v78,-2,111,29,111,105r0,123r-30,0r0,-122xm57,-134r0,134r-30,0r0,-134r30,0","w":246},"\u05d5":{"d":"4,-226v42,-9,69,9,69,51r0,175r-30,0r0,-172v1,-22,-18,-25,-39,-20r0,-34","w":98},"\u05d6":{"d":"108,-152v-20,-13,-49,-10,-49,19r0,133r-30,0r0,-134v1,-21,10,-38,29,-41r-48,-21r0,-37r98,43r0,38","w":112},"\u05d7":{"d":"191,-122v7,-74,-67,-77,-134,-69r0,191r-30,0r0,-223r83,-5v78,-2,111,29,111,105r0,123r-30,0r0,-122","w":246},"\u05d8":{"d":"169,-228v58,1,61,59,60,121v-1,71,-29,112,-101,112v-70,0,-103,-39,-102,-109r0,-119r31,0v5,84,-26,194,71,194v66,0,71,-48,71,-117v0,-45,-32,-55,-69,-43r0,-35v10,-2,26,-5,39,-4","w":251},"\u05d9":{"d":"4,-226v42,-9,69,9,69,51r0,68r-30,0v-4,-38,17,-101,-39,-85r0,-34","w":98},"\u05da":{"d":"168,-122v7,-86,-89,-74,-164,-66r0,-35r84,-5v77,-2,110,30,110,105r0,195r-30,0r0,-194","w":223},"\u05db":{"d":"11,-36v79,10,160,17,160,-81v0,-86,-82,-82,-160,-71r0,-35r80,-5v80,-1,111,40,111,122v0,75,-36,111,-111,110v-20,1,-65,-2,-80,-5r0,-35","w":223},"\u05dc":{"d":"170,-152v0,-60,-100,-29,-157,-36r0,-106r30,0r0,71v75,-2,159,-7,157,66v-2,92,-71,125,-132,162r0,-38v45,-26,102,-53,102,-119","w":223},"\u05dd":{"d":"110,-228v78,-2,111,29,111,105r0,123r-194,0r0,-228r83,0xm191,-122v5,-74,-60,-75,-134,-72r0,160r134,0r0,-88","w":246},"\u05de":{"d":"191,-34v1,-77,9,-189,-79,-155v-57,22,-48,124,-66,189r-31,0r33,-157r-33,-66r38,0r14,29v15,-20,39,-34,72,-34v106,-4,78,128,82,228r-115,0r0,-34r85,0","w":246},"\u05df":{"d":"5,-223v52,-16,100,4,100,67r0,228r-31,0r0,-223v6,-46,-35,-47,-69,-38r0,-34","w":130},"\u05e0":{"d":"19,-223v52,-16,100,4,100,67r0,156r-110,0r0,-34r79,0r0,-117v6,-46,-35,-47,-69,-38r0,-34","w":144},"\u05e1":{"d":"211,-108v3,-82,-66,-84,-146,-80v-1,79,-11,158,73,158v51,0,71,-25,73,-78xm138,5v-100,2,-110,-88,-104,-193r-30,0r0,-35r130,0v71,1,107,41,107,115v0,71,-34,111,-103,113","w":262},"\u05e2":{"d":"105,-33v58,-34,77,-94,76,-190r30,0v4,160,-61,235,-202,249r0,-36v25,-2,49,-6,69,-12r-54,-201r31,0","w":233},"\u05e3":{"d":"102,-228v78,-2,111,29,111,105r0,195r-31,0r0,-194v7,-75,-66,-77,-133,-68v-6,45,7,74,56,59r0,35v-47,9,-87,-6,-87,-56r0,-71","w":238},"\u05e4":{"d":"102,-30v61,1,80,-30,80,-92v0,-75,-66,-77,-133,-68v-6,45,7,74,56,59r0,35v-47,9,-87,-6,-87,-56r0,-71r84,-5v84,-3,111,36,111,122v0,75,-35,110,-111,110v-20,0,-65,-2,-80,-5v2,-11,-3,-28,2,-35","w":234},"\u05e5":{"d":"99,-98v28,36,10,112,15,170r-30,0v-5,-62,14,-138,-25,-172v-40,-34,-53,-57,-52,-123r34,0v-4,57,13,76,41,106v37,-15,38,-62,45,-106r35,0v-7,57,-19,106,-63,125","w":171},"\u05e6":{"d":"152,-33v15,1,18,-12,9,-20v-60,-46,-159,-62,-149,-169r34,0v-3,64,22,81,65,105v37,-16,39,-58,42,-106r35,0v-3,54,-12,101,-51,121v25,15,61,25,61,61v0,69,-115,32,-180,41r0,-33r134,0","w":212},"\u05e7":{"d":"27,-223v84,2,194,-19,194,66v0,89,-60,127,-118,162r0,-38v43,-23,87,-55,87,-119v0,-61,-105,-28,-163,-36r0,-35xm57,72r-30,0r0,-206r30,0r0,206","w":243},"\u05e8":{"d":"69,-228v78,0,110,29,110,105r0,123r-30,0r0,-122v8,-80,-77,-77,-144,-66r0,-35v22,-4,36,-5,64,-5","w":204},"\u05e9":{"d":"57,-34v140,11,169,-82,194,-189r32,0v-27,119,-58,222,-199,223r-57,0r0,-223r30,0r0,119v71,-2,71,-54,87,-119r32,0v-17,84,-29,146,-119,148r0,41","w":293},"\u05ea":{"d":"46,-191r-30,3r0,-35v24,-4,70,-5,101,-5v78,0,114,30,113,105r0,123r-31,0r0,-122v5,-70,-57,-77,-122,-70r0,139v1,43,-25,65,-72,55r0,-35v19,4,41,5,41,-21r0,-137","w":255},"\u05f0":{"d":"4,-226v42,-8,69,9,69,51r0,175r-30,0r0,-172v1,-22,-18,-25,-39,-20r0,-34xm102,-226v42,-8,70,9,70,51r0,175r-31,0r0,-172v1,-22,-18,-24,-39,-20r0,-34","w":197},"\u05f1":{"d":"4,-226v42,-8,69,9,69,51r0,68r-30,0v-4,-38,17,-101,-39,-85r0,-34xm102,-226v42,-8,70,9,70,51r0,175r-31,0r0,-172v1,-22,-18,-24,-39,-20r0,-34","w":197},"\u05f2":{"d":"4,-226v42,-8,69,9,69,51r0,68r-30,0v-4,-38,17,-101,-39,-85r0,-34xm102,-226v42,-8,70,9,70,51r0,68r-31,0v-4,-38,18,-101,-39,-85r0,-34","w":197},"\u05f3":{"d":"87,-274r-46,99r-24,0r28,-99r42,0","w":75},"\u05f4":{"d":"158,-274r-46,99r-24,0r28,-99r42,0xm88,-274r-46,99r-23,0r27,-99r42,0","w":144},"\u20aa":{"d":"130,-34v52,-2,114,13,114,-46r0,-143r31,0r0,144v1,55,-25,80,-79,79r-97,0r0,-135r31,0r0,101xm27,-223v85,0,183,-14,175,79r0,56r-30,0v1,-52,7,-100,-49,-100r-66,0r0,188r-30,0r0,-223","w":300},"\ue801":{"d":"4,-226v42,-9,69,9,69,51r0,175r-30,0r0,-172v1,-22,-18,-25,-39,-20r0,-34xm-8,-262v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":98},"\ue802":{"d":"168,-122v7,-86,-89,-74,-164,-66r0,-35r84,-5v77,-2,110,30,110,105r0,195r-30,0r0,-194xm79,-129v15,1,15,23,0,24v-6,0,-12,-5,-12,-12v0,-7,6,-12,12,-12xm91,-84v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12v7,0,12,6,12,12","w":223},"\ue803":{"d":"168,-122v7,-86,-89,-74,-164,-66r0,-35r84,-5v77,-2,110,30,110,105r0,195r-30,0r0,-194xm71,-83r0,-24r-20,0r0,-15r56,0r0,15r-20,0r0,24r-16,0","w":223},"\ue804":{"d":"170,-152v0,-60,-100,-29,-157,-36r0,-106r30,0r0,71v75,-2,159,-7,157,66v-2,92,-71,125,-132,162r0,-38v45,-26,102,-53,102,-119xm-8,-262v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":223},"\ue805":{"d":"170,-152v0,-60,-100,-29,-157,-36r0,-106r30,0r0,71v75,-2,159,-7,157,66v-2,92,-71,125,-132,162r0,-38v45,-26,102,-53,102,-119xm-8,-262v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12xm88,-139v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":223},"\ufb20":{"d":"101,-46v63,-25,80,-86,80,-177r30,0v2,148,-51,230,-202,225r0,-36v24,1,46,-2,65,-4r-50,-185r31,0","w":233},"\ufb2a":{"d":"57,-34v140,11,169,-82,194,-189r32,0v-27,119,-58,222,-199,223r-57,0r0,-223r30,0r0,119v71,-2,71,-54,87,-119r32,0v-17,84,-29,146,-119,148r0,41xm267,-262v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":293},"\ufb2b":{"d":"57,-34v140,11,169,-82,194,-189r32,0v-27,119,-58,222,-199,223r-57,0r0,-223r30,0r0,119v71,-2,71,-54,87,-119r32,0v-17,84,-29,146,-119,148r0,41xm42,-262v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":293},"\ufb2c":{"d":"57,-34v140,11,169,-82,194,-189r32,0v-27,119,-58,222,-199,223r-57,0r0,-223r30,0r0,119v71,-2,71,-54,87,-119r32,0v-17,84,-29,146,-119,148r0,41xm267,-262v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12xm172,-118v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":293},"\ufb2d":{"d":"57,-34v140,11,169,-82,194,-189r32,0v-27,119,-58,222,-199,223r-57,0r0,-223r30,0r0,119v71,-2,71,-54,87,-119r32,0v-17,84,-29,146,-119,148r0,41xm42,-262v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12xm172,-118v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":293},"\ufb2e":{"d":"27,0v-4,-70,5,-122,49,-147r-52,-76r39,0r73,103v41,-16,52,-46,49,-103r31,0v5,68,-18,108,-65,126r68,97r-39,0r-87,-124v-36,17,-38,68,-36,124r-30,0xm98,32r0,-15r47,0r0,15r-47,0","w":242},"\ufb2f":{"d":"27,0v-4,-70,5,-122,49,-147r-52,-76r39,0r73,103v41,-16,52,-46,49,-103r31,0v5,68,-18,108,-65,126r68,97r-39,0r-87,-124v-36,17,-38,68,-36,124r-30,0xm114,56r0,-24r-20,0r0,-15r56,0r0,15r-20,0r0,24r-16,0","w":242},"\ufb30":{"d":"27,0v-4,-70,5,-122,49,-147r-52,-76r39,0r73,103v41,-16,52,-46,49,-103r31,0v5,68,-18,108,-65,126r68,97r-39,0r-87,-124v-36,17,-38,68,-36,124r-30,0xm102,-58v15,1,15,23,0,24v-6,0,-12,-5,-12,-12v0,-7,6,-12,12,-12","w":242},"\ufb31":{"d":"83,-228v77,1,108,29,108,105r0,89r32,0r0,34r-212,0r0,-34r149,0r0,-88v7,-80,-74,-76,-144,-67r0,-34v18,-3,45,-6,67,-5xm87,-127v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":230},"\ufb32":{"d":"101,-151v4,-45,-38,-48,-73,-38r0,-34v65,-20,117,15,104,95v4,48,21,84,30,128r-31,0r-20,-75r-62,75r-44,0r86,-98v13,-9,8,-31,10,-53xm44,-127v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":169},"\ufb33":{"d":"208,-188r-37,0r0,188r-31,0r0,-188r-136,0r0,-35r204,0r0,35xm78,-127v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":216},"\ufb34":{"d":"191,-122v7,-86,-89,-74,-164,-66r0,-35r83,-5v78,-2,111,29,111,105r0,123r-30,0r0,-122xm57,-134r0,134r-30,0r0,-134r30,0xm123,-127v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":246},"\ufb35":{"d":"4,-226v42,-9,69,9,69,51r0,175r-30,0r0,-172v1,-22,-18,-25,-39,-20r0,-34xm12,-127v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":98},"\ufb36":{"d":"122,-152v-20,-13,-49,-10,-49,19r0,133r-30,0r0,-134v1,-21,10,-38,29,-41r-48,-21r0,-37r98,43r0,38xm12,-127v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":125},"\ufb38":{"d":"169,-228v58,1,61,59,60,121v-1,71,-29,112,-101,112v-70,0,-103,-39,-102,-109r0,-119r31,0v5,84,-26,194,71,194v66,0,71,-48,71,-117v0,-45,-32,-55,-69,-43r0,-35v10,-2,26,-5,39,-4xm127,-127v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":251},"\ufb39":{"d":"4,-226v42,-9,69,9,69,51r0,68r-30,0v-4,-38,17,-101,-39,-85r0,-34xm12,-162v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":98},"\ufb3a":{"d":"168,-122v7,-86,-89,-74,-164,-66r0,-35r84,-5v77,-2,110,30,110,105r0,195r-30,0r0,-194xm83,-127v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":223},"\ufb3b":{"d":"11,-36v79,10,160,17,160,-81v0,-86,-82,-82,-160,-71r0,-35r80,-5v80,-1,111,40,111,122v0,75,-36,111,-111,110v-20,1,-65,-2,-80,-5r0,-35xm83,-127v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":223},"\ufb3c":{"d":"170,-152v0,-60,-100,-29,-157,-36r0,-106r30,0r0,71v75,-2,159,-7,157,66v-2,92,-71,125,-132,162r0,-38v45,-26,102,-53,102,-119xm88,-139v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":223},"\ufb3e":{"d":"191,-34v1,-77,9,-189,-79,-155v-57,22,-48,124,-66,189r-31,0r33,-157r-33,-66r38,0r14,29v15,-20,39,-34,72,-34v106,-4,78,128,82,228r-115,0r0,-34r85,0xm131,-127v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":246},"\ufb40":{"d":"19,-223v52,-16,100,4,100,67r0,156r-110,0r0,-34r79,0r0,-117v6,-46,-35,-47,-69,-38r0,-34xm42,-127v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":144},"\ufb41":{"d":"211,-108v3,-82,-66,-84,-146,-80v-1,79,-11,158,73,158v51,0,71,-25,73,-78xm138,5v-100,2,-110,-88,-104,-193r-30,0r0,-35r130,0v71,1,107,41,107,115v0,71,-34,111,-103,113xm138,-127v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":262},"\ufb43":{"d":"102,-228v78,-2,111,29,111,105r0,195r-31,0r0,-194v7,-75,-66,-77,-133,-68v-6,45,7,74,56,59r0,35v-47,9,-87,-6,-87,-56r0,-71xm143,-127v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":238},"\ufb44":{"d":"102,-30v61,1,80,-30,80,-92v0,-75,-66,-77,-133,-68v-6,45,7,74,56,59r0,35v-47,9,-87,-6,-87,-56r0,-71r84,-5v84,-3,111,36,111,122v0,75,-35,110,-111,110v-20,0,-65,-2,-80,-5v2,-11,-3,-28,2,-35xm143,-127v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":234},"\ufb46":{"d":"152,-33v15,1,18,-12,9,-20v-60,-46,-159,-62,-149,-169r34,0v-3,64,22,81,65,105v37,-16,39,-58,42,-106r35,0v-3,54,-12,101,-51,121v25,15,61,25,61,61v0,69,-115,32,-180,41r0,-33r134,0xm34,-94v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":212},"\ufb47":{"d":"27,-223v84,2,194,-19,194,66v0,89,-60,127,-118,162r0,-38v43,-23,87,-55,87,-119v0,-61,-105,-28,-163,-36r0,-35xm57,72r-30,0r0,-206r30,0r0,206xm114,-139v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":243},"\ufb48":{"d":"69,-228v78,0,110,29,110,105r0,123r-30,0r0,-122v8,-80,-77,-77,-144,-66r0,-35v22,-4,36,-5,64,-5xm79,-127v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":204},"\ufb49":{"d":"57,-34v140,11,169,-82,194,-189r32,0v-27,119,-58,222,-199,223r-57,0r0,-223r30,0r0,119v71,-2,71,-54,87,-119r32,0v-17,84,-29,146,-119,148r0,41xm172,-118v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":293},"\ufb4a":{"d":"46,-191r-30,3r0,-35v24,-4,70,-5,101,-5v78,0,114,30,113,105r0,123r-31,0r0,-122v5,-70,-57,-77,-122,-70r0,139v1,43,-25,65,-72,55r0,-35v19,4,41,5,41,-21r0,-137xm134,-127v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":255},"\ufb4b":{"d":"4,-226v42,-9,69,9,69,51r0,175r-30,0r0,-172v1,-22,-18,-25,-39,-20r0,-34xm56,-262v7,0,12,6,12,12v0,6,-6,11,-12,11v-7,0,-12,-4,-12,-11v0,-7,5,-13,12,-12","w":98},"\ufb4c":{"d":"83,-228v77,1,108,29,108,105r0,89r32,0r0,34r-212,0r0,-34r149,0r0,-88v7,-80,-74,-76,-144,-67r0,-34v18,-3,45,-6,67,-5xm64,-252r0,-14r47,0r0,14r-47,0","w":230},"\ufb4d":{"d":"11,-36v79,10,160,17,160,-81v0,-86,-82,-82,-160,-71r0,-35r80,-5v80,-1,111,40,111,122v0,75,-36,111,-111,110v-20,1,-65,-2,-80,-5r0,-35xm70,-252r0,-14r47,0r0,14r-47,0","w":223},"\ufb4e":{"d":"102,-30v61,1,80,-30,80,-92v0,-75,-66,-77,-133,-68v-6,45,7,74,56,59r0,35v-47,9,-87,-6,-87,-56r0,-71r84,-5v84,-3,111,36,111,122v0,75,-35,110,-111,110v-20,0,-65,-2,-80,-5v2,-11,-3,-28,2,-35xm77,-252r0,-14r47,0r0,14r-47,0","w":234},"\ufb4f":{"d":"30,0v-4,-70,5,-122,50,-147r-43,-61r-30,0r0,-86r31,0r0,71r29,0r72,103v41,-16,53,-46,50,-103r30,0v4,67,-17,108,-64,126r68,97r-40,0r-87,-124v-35,18,-38,68,-36,124r-30,0","w":245},"\u200c":{"d":"6,-227r0,275r-12,0r0,-275r12,0"},"\u200d":{"d":"6,48r-12,0r0,-244r-24,24r-8,-9r30,-29r-30,-30r8,-8r30,30r30,-30r8,8r-30,30r30,29r-8,9r-24,-24r0,244"},"\u200e":{"d":"76,-211r-39,38r-8,-9r24,-22r-47,0r0,252r-12,0r0,-265r59,0r-24,-23r8,-8"},"\u200f":{"d":"6,48r-12,0r0,-252r-47,0r24,22r-9,9r-38,-38r38,-37r9,8r-24,23r59,0r0,265"},"\u060c":{"d":"43,0v-4,-49,5,-87,42,-97v0,13,3,27,-10,30v-5,6,-11,13,-10,26r20,0r0,41r-42,0","w":127},"\u066c":{"d":"43,0v-4,-49,5,-87,42,-97v0,13,3,27,-10,30v-5,6,-11,13,-10,26r20,0r0,41r-42,0","w":127},"\u061b":{"d":"85,0r-42,0r0,-50r42,0r0,50xm43,-113v-4,-48,4,-87,41,-97v0,13,4,26,-10,29v-5,6,-11,14,-10,27r21,0r0,41r-42,0","w":127},"\u061f":{"d":"15,-200v-3,-69,87,-79,141,-55v-2,11,3,29,-2,36v-26,-21,-105,-32,-103,21v1,43,35,55,63,74r0,54r-31,0r0,-40v-32,-20,-66,-39,-68,-90xm116,0r-36,0r0,-37r36,0r0,37","w":170},"\u0640":{"d":"92,0r-104,0r0,-33r104,0r0,33","w":92},"\u064b":{"d":"101,-291r-101,18r0,-18r101,-17r0,17xm101,-256r-101,18r0,-18r101,-16r0,16","w":100},"\u064c":{"d":"0,-355v12,-2,35,-4,33,11v1,7,-2,33,-3,37v13,-2,27,-4,38,-10v-11,-3,-24,-14,-23,-28v1,-16,14,-26,31,-27v26,-2,38,34,20,49r11,3r0,15r-22,-5v-19,11,-44,18,-70,20v-3,-18,17,-55,-15,-48r0,-17xm76,-356v-13,0,-19,14,-9,22v3,3,8,5,14,7v11,-6,12,-29,-5,-29","w":107},"\u064d":{"d":"101,22r-101,17r0,-17r101,-17r0,17xm101,57r-101,18r0,-18r101,-17r0,17","w":100},"\u064e":{"d":"101,-298r-101,18r0,-18r101,-17r0,17","w":100},"\u064f":{"d":"55,-372v26,-1,40,34,21,49r11,3r0,15r-22,-5v-20,11,-37,18,-65,19r0,-15v19,-1,34,-4,48,-11v-11,-3,-24,-14,-23,-28v0,-17,13,-26,30,-27xm56,-356v-13,-1,-19,14,-9,22v3,3,8,5,14,7v11,-6,11,-28,-5,-29","w":87},"\u0650":{"d":"101,43r-101,17r0,-17r101,-18r0,18","w":100},"\u0651":{"d":"115,-357v15,40,-29,72,-51,43v-5,26,-59,25,-55,-10r0,-18v27,-11,6,31,29,31v16,0,17,-20,16,-39r17,0v-9,30,29,42,29,11r-1,-18r16,0","w":125},"\u0652":{"d":"33,-347v17,0,33,14,33,33v0,18,-16,34,-33,34v-18,1,-33,-17,-33,-34v-1,-17,16,-34,33,-33xm16,-313v0,23,34,19,34,0v0,-10,-7,-17,-17,-17v-10,0,-17,7,-17,17","w":66},"\u0660":{"d":"149,-116r-45,45r-45,-46r45,-44","w":205},"\u06f0":{"d":"149,-116r-45,45r-45,-46r45,-44","w":205},"\u0661":{"d":"131,0r-29,0v-2,-63,3,-129,-16,-172r-31,-70r33,0v19,50,43,82,43,157r0,85","w":205},"\u06f1":{"d":"131,0r-29,0v-2,-63,3,-129,-16,-172r-31,-70r33,0v19,50,43,82,43,157r0,85","w":205},"\u0662":{"d":"112,-218v32,0,57,-14,76,-23r0,37v-25,18,-77,24,-114,12v35,44,45,108,40,192r-29,0v1,-63,-2,-117,-26,-159r-47,-83v44,-6,59,24,100,24","w":205},"\u06f2":{"d":"112,-218v32,0,57,-14,76,-23r0,37v-25,18,-77,24,-114,12v35,44,45,108,40,192r-29,0v1,-63,-2,-117,-26,-159r-47,-83v44,-6,59,24,100,24","w":205},"\u0663":{"d":"37,-242v11,27,64,32,73,0r19,0v5,26,46,33,48,0r23,0v3,49,-55,76,-80,36v-9,12,-25,21,-47,20v18,34,36,58,36,111r0,75r-29,0v1,-63,-2,-117,-26,-159r-47,-83r30,0","w":205},"\u06f3":{"d":"37,-242v11,27,64,32,73,0r19,0v5,26,46,33,48,0r23,0v3,49,-55,76,-80,36v-9,12,-25,21,-47,20v18,34,36,58,36,111r0,75r-29,0v1,-63,-2,-117,-26,-159r-47,-83r30,0","w":205},"\u0664":{"d":"69,-50v-7,5,-10,18,4,18r116,0r0,32v-57,-7,-152,22,-163,-30v6,-44,52,-53,68,-88v-16,-28,-82,-55,-41,-95v28,-15,67,-21,100,-32r0,29v-23,7,-53,12,-73,21v-15,35,67,41,42,90v-11,22,-36,37,-53,55","w":205},"\u0665":{"d":"103,-194v54,10,90,64,90,123v0,49,-39,73,-90,73v-53,0,-92,-21,-90,-73v2,-61,35,-113,90,-123xm102,-31v37,0,60,-8,62,-40v3,-31,-34,-89,-61,-89v-26,0,-63,58,-61,89v3,33,23,40,60,40","w":205},"\u0666":{"d":"16,-242v34,24,116,35,148,-1v-1,90,3,173,26,243r-30,0v-12,-61,-29,-115,-25,-193v-34,13,-94,4,-119,-11r0,-38","w":205},"\u0667":{"d":"198,-242r-80,242r-29,0r-81,-242r29,0r66,195r66,-195r29,0","w":205},"\u06f7":{"d":"198,-242r-80,242r-29,0r-81,-242r29,0r66,195r66,-195r29,0","w":205},"\u0668":{"d":"198,0r-29,0r-66,-194r-66,194r-29,0r80,-242r29,0","w":205},"\u06f8":{"d":"198,0r-29,0r-66,-194r-66,194r-29,0r80,-242r29,0","w":205},"\u0669":{"d":"94,-242v92,-4,60,116,79,188r17,54r-30,0v-11,-39,-28,-68,-25,-121v-33,42,-117,15,-113,-45v3,-46,27,-74,72,-76xm51,-167v-1,42,64,39,83,15v5,-33,-13,-56,-39,-57v-25,-1,-44,18,-44,42","w":205},"\u06f9":{"d":"94,-242v92,-4,60,116,79,188r17,54r-30,0v-11,-39,-28,-68,-25,-121v-33,42,-117,15,-113,-45v3,-46,27,-74,72,-76xm51,-167v-1,42,64,39,83,15v5,-33,-13,-56,-39,-57v-25,-1,-44,18,-44,42","w":205},"\u066a":{"d":"79,-206r-32,32r-33,-33r32,-32xm194,-35r-32,32r-32,-33r32,-31xm13,0r157,-243r23,0r-157,243r-23,0","w":205},"\u066b":{"d":"83,-40v3,48,-4,87,-41,97v-7,-29,21,-27,20,-56r-20,0r0,-41r41,0","w":127},"\u066d":{"d":"122,-128r64,-1r0,22r-63,-1r48,46r-16,16r-47,-49r2,65r-22,0r0,-65r-47,49r-15,-16r48,-46r-63,1r0,-22r63,1r-44,-43r15,-16r43,43r0,-63r22,0r-2,64r43,-44r16,16","w":196},"\u06d5":{"d":"83,2v-50,0,-85,-63,-57,-108v8,-13,30,-28,48,-38r-24,-27r41,0v22,32,60,49,62,100v1,44,-27,73,-70,73xm83,-31v35,0,52,-35,32,-64v-8,-11,-15,-21,-24,-30v-21,13,-44,24,-46,54v-1,19,19,40,38,40","w":169},"\u06f4":{"d":"122,-213v0,27,47,21,66,12r0,34v-29,10,-82,8,-105,-7v33,38,33,102,31,174r-29,0v1,-63,-2,-117,-26,-159r-47,-83v10,2,27,-4,32,3v12,20,42,43,72,46v-28,-15,-9,-62,27,-56v11,-1,25,4,32,5v-1,7,3,19,-2,22v-14,-6,-51,-14,-51,9","w":205},"\u06f5":{"d":"60,0v-78,0,-42,-141,-17,-184v19,-32,52,-85,90,-42v31,35,60,93,60,155v0,42,-11,70,-48,71v-18,0,-36,-9,-42,-22v-8,13,-23,22,-43,22xm114,-47v14,27,54,14,50,-24v-5,-47,-22,-97,-43,-126v-27,-36,-46,16,-57,36v-11,23,-22,59,-22,90v0,43,42,51,52,18v8,1,20,-3,20,6","w":205},"\u06f6":{"d":"159,-208v-31,-6,-69,-6,-68,27v1,23,26,30,48,36r28,-20r0,30v-44,38,-105,53,-99,135v-9,-1,-24,3,-29,-2v-2,-70,34,-96,75,-125v-30,-5,-51,-22,-52,-54v-2,-49,48,-74,97,-59r0,32","w":205},"\u0653":{"d":"-1,-312v22,-25,69,16,92,-10v7,43,-46,22,-66,16v-8,0,-21,9,-26,12r0,-18","w":90},"\ue83a":{"d":"180,0r-192,0r0,-33r192,0r0,33","w":180},"\u06a1":{"d":"232,-195v48,2,68,55,66,113v-3,75,-74,83,-153,84v-90,2,-143,-36,-126,-124v9,1,24,-3,29,2v-1,8,-3,23,-3,32v2,48,49,57,100,57v64,0,116,-3,123,-50v-37,19,-92,-5,-92,-49v0,-29,27,-66,56,-65xm207,-131v-1,25,41,30,59,17v-4,-19,-11,-46,-32,-48v-16,-1,-27,16,-27,31","w":313},"\u1ecc":{"d":"144,67r-37,0r0,-34r37,0r0,34xm127,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm127,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106","w":254},"\u1ecd":{"d":"117,67r-38,0r0,-34r38,0r0,34xm98,-202v56,0,87,42,87,104v0,62,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-61,32,-104,88,-104xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75","w":195},"\u1ece":{"d":"132,-331v-2,-13,-19,-12,-30,-8r0,-18v23,-8,57,-2,56,23v0,17,-10,24,-24,28r0,12r-19,0r0,-21v10,-2,16,-5,17,-16xm127,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm127,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106","w":254},"\u1ecf":{"d":"75,-291v20,-10,56,-2,55,22v0,17,-9,26,-23,29r0,12r-19,0r0,-21v16,0,23,-26,4,-27v-8,-1,-10,2,-17,3r0,-18xm98,-202v56,0,87,42,87,104v0,62,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-61,32,-104,88,-104xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75","w":195},"\u1ed0":{"d":"185,-294r-27,0r-33,-45r-32,45r-28,0r40,-66r40,0xm239,-360r-38,47r-23,0r22,-47r39,0xm127,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm127,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106","w":254},"\u1ed1":{"d":"158,-228r-28,0r-32,-45r-33,45r-27,0r40,-67r40,0xm212,-295r-38,47r-23,0r22,-47r39,0xm98,-202v56,0,87,42,87,104v0,62,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-61,32,-104,88,-104xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75","w":195},"\u1ed2":{"d":"185,-294r-27,0r-33,-45r-32,45r-28,0r40,-66r40,0xm72,-313r-22,0r-39,-47r40,0xm127,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm127,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106","w":254},"\u1ed3":{"d":"158,-228r-28,0r-32,-45r-33,45r-27,0r40,-67r40,0xm45,-248r-23,0r-38,-47r39,0xm98,-202v56,0,87,42,87,104v0,62,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-61,32,-104,88,-104xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75","w":195},"\u1ed4":{"d":"185,-288r-27,0r-33,-36r-32,36r-28,0r40,-58r40,0xm184,-357v22,-8,56,-1,55,23v0,16,-9,24,-23,28r0,12r-20,0r0,-21v19,1,24,-26,4,-27v-8,0,-9,2,-16,3r0,-18xm127,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm127,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106","w":254},"\u1ed5":{"d":"158,-228r-28,0r-32,-45r-33,45r-27,0r40,-67r40,0xm142,-326v22,-8,55,-2,55,23v0,17,-9,25,-23,28r0,12r-19,0r0,-21v17,-1,24,-26,4,-27v-8,-1,-10,2,-17,3r0,-18xm98,-202v56,0,87,42,87,104v0,62,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-61,32,-104,88,-104xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75","w":195},"\u1ed6":{"d":"185,-285v-28,3,-44,-6,-60,-15v-17,8,-32,18,-60,15r44,-30r33,0xm148,-327v-21,0,-49,-29,-57,0r-23,0v1,-17,16,-33,35,-33v23,0,48,28,57,0r23,0v-1,19,-16,33,-35,33xm127,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm127,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106","w":254},"\u1ed7":{"d":"158,-228r-28,0r-32,-45r-33,45r-27,0r40,-67r40,0xm122,-331v13,0,14,-10,15,-23r24,0v0,29,-15,48,-41,49v-24,1,-27,-23,-46,-23v-13,0,-12,10,-14,23r-25,0v1,-28,16,-49,41,-49v22,0,29,18,46,23xm98,-202v56,0,87,42,87,104v0,62,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-61,32,-104,88,-104xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75","w":195},"\u1ed8":{"d":"144,67r-37,0r0,-34r37,0r0,34xm127,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm127,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106xm185,-294r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":254},"\u1ed9":{"d":"117,67r-38,0r0,-34r38,0r0,34xm98,-202v56,0,87,42,87,104v0,62,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-61,32,-104,88,-104xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75xm158,-228r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":195},"\u1eda":{"d":"271,-267v11,36,0,74,-38,74v28,89,-4,203,-106,198v-80,-4,-115,-55,-115,-136v0,-82,35,-136,115,-136v47,0,79,20,96,52v30,2,29,-32,20,-52r28,0xm127,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106xm176,-361r-48,66r-26,0r31,-66r43,0","w":270},"\u1edb":{"d":"197,-248v11,34,-1,72,-35,74v15,17,23,44,23,76v2,61,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-73,51,-121,120,-98r16,0v34,4,32,-31,23,-52r28,0xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75xm152,-295r-48,66r-26,0r31,-66r43,0","w":202},"\u1edc":{"d":"271,-267v11,36,0,74,-38,74v28,89,-4,203,-106,198v-80,-4,-115,-55,-115,-136v0,-82,35,-136,115,-136v47,0,79,20,96,52v30,2,29,-32,20,-52r28,0xm127,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106xm150,-295r-26,0r-48,-66r42,0","w":270},"\u1edd":{"d":"197,-248v11,34,-1,72,-35,74v15,17,23,44,23,76v2,61,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-73,51,-121,120,-98r16,0v34,4,32,-31,23,-52r28,0xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75xm117,-229r-26,0r-48,-66r42,0","w":202},"\u1ede":{"d":"132,-331v-2,-13,-19,-12,-30,-8r0,-18v23,-8,57,-2,56,23v0,17,-10,24,-24,28r0,12r-19,0r0,-21v10,-2,16,-5,17,-16xm271,-267v11,36,0,74,-38,74v28,89,-4,203,-106,198v-80,-4,-115,-55,-115,-136v0,-82,35,-136,115,-136v47,0,79,20,96,52v30,2,29,-32,20,-52r28,0xm127,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106","w":270},"\u1edf":{"d":"75,-291v20,-10,56,-2,55,22v0,17,-9,26,-23,29r0,12r-19,0r0,-21v16,0,23,-26,4,-27v-8,-1,-10,2,-17,3r0,-18xm197,-248v11,34,-1,72,-35,74v15,17,23,44,23,76v2,61,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-73,51,-121,120,-98r16,0v34,4,32,-31,23,-52r28,0xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75","w":202},"\u1ee0":{"d":"271,-267v11,36,0,74,-38,74v28,89,-4,203,-106,198v-80,-4,-115,-55,-115,-136v0,-82,35,-136,115,-136v47,0,79,20,96,52v30,2,29,-32,20,-52r28,0xm127,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106xm154,-320v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28","w":270},"\u1ee1":{"d":"197,-248v11,34,-1,72,-35,74v15,17,23,44,23,76v2,61,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-73,51,-121,120,-98r16,0v34,4,32,-31,23,-52r28,0xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75xm127,-258v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28","w":202},"\u1ee2":{"d":"144,67r-37,0r0,-34r37,0r0,34xm271,-267v11,36,0,74,-38,74v28,89,-4,203,-106,198v-80,-4,-115,-55,-115,-136v0,-82,35,-136,115,-136v47,0,79,20,96,52v30,2,29,-32,20,-52r28,0xm127,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106","w":270},"\u1ee3":{"d":"117,67r-38,0r0,-34r38,0r0,34xm197,-248v11,34,-1,72,-35,74v15,17,23,44,23,76v2,61,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-73,51,-121,120,-98r16,0v34,4,32,-31,23,-52r28,0xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75","w":202},"\u1ee4":{"d":"136,67r-38,0r0,-34r38,0r0,34xm213,-262v-6,115,33,273,-95,267v-65,-3,-96,-35,-95,-103r0,-164r35,0r0,164v-2,47,16,74,60,74v43,0,60,-27,60,-74r0,-164r35,0","w":236},"\u1ee5":{"d":"118,67r-37,0r0,-34r37,0r0,34xm93,-26v20,0,38,-13,51,-24r0,-146r33,0r0,196r-33,0r0,-22v-36,46,-122,32,-122,-47r0,-127r34,0r0,111v-1,35,3,59,37,59","w":200},"\u1ee6":{"d":"94,-357v22,-8,56,-2,55,23v0,16,-9,24,-23,28r0,12r-20,0r0,-21v18,1,24,-25,5,-27v-8,0,-10,2,-17,3r0,-18xm213,-262v-6,115,33,273,-95,267v-65,-3,-96,-35,-95,-103r0,-164r35,0r0,164v-2,47,16,74,60,74v43,0,60,-27,60,-74r0,-164r35,0","w":236},"\u1ee7":{"d":"77,-291v20,-10,56,-2,55,22v0,17,-9,26,-24,29r0,12r-19,0r0,-21v18,0,24,-26,4,-27v-8,0,-9,2,-16,3r0,-18xm93,-26v20,0,38,-13,51,-24r0,-146r33,0r0,196r-33,0r0,-22v-36,46,-122,32,-122,-47r0,-127r34,0r0,111v-1,35,3,59,37,59","w":200},"\u1ee8":{"d":"213,-98v0,67,-28,103,-95,103v-65,0,-96,-35,-95,-103r0,-164r35,0r0,164v-2,47,16,74,60,74v43,0,60,-27,60,-74r0,-164v30,-1,67,8,67,-24v0,-9,-5,-20,-6,-28r28,0v14,43,-7,80,-54,76r0,140xm175,-361r-48,66r-26,0r31,-66r43,0","w":258},"\u1ee9":{"d":"231,-248v16,41,-6,80,-54,75r0,173r-33,0r0,-22v-36,46,-122,32,-122,-47r0,-127r34,0r0,111v-1,35,3,59,37,59v20,0,38,-13,51,-24r0,-146r36,0v35,4,31,-31,23,-52r28,0xm152,-295r-48,66r-26,0r31,-66r43,0","w":218},"\u1eea":{"d":"213,-98v0,67,-28,103,-95,103v-65,0,-96,-35,-95,-103r0,-164r35,0r0,164v-2,47,16,74,60,74v43,0,60,-27,60,-74r0,-164v30,-1,67,8,67,-24v0,-9,-5,-20,-6,-28r28,0v14,43,-7,80,-54,76r0,140xm150,-295r-26,0r-48,-66r42,0","w":258},"\u1eeb":{"d":"231,-248v16,41,-6,80,-54,75r0,173r-33,0r0,-22v-36,46,-122,32,-122,-47r0,-127r34,0r0,111v-1,35,3,59,37,59v20,0,38,-13,51,-24r0,-146r36,0v35,4,31,-31,23,-52r28,0xm121,-229r-26,0r-48,-66r42,0","w":218},"\u1eec":{"d":"94,-357v22,-8,56,-2,55,23v0,16,-9,24,-23,28r0,12r-20,0r0,-21v18,1,24,-25,5,-27v-8,0,-10,2,-17,3r0,-18xm213,-98v0,67,-28,103,-95,103v-65,0,-96,-35,-95,-103r0,-164r35,0r0,164v-2,47,16,74,60,74v43,0,60,-27,60,-74r0,-164v30,-1,67,8,67,-24v0,-9,-5,-20,-6,-28r28,0v14,43,-7,80,-54,76r0,140","w":258},"\u1eed":{"d":"77,-291v20,-10,56,-2,55,22v0,17,-9,26,-24,29r0,12r-19,0r0,-21v18,0,24,-26,4,-27v-8,0,-9,2,-16,3r0,-18xm231,-248v16,41,-6,80,-54,75r0,173r-33,0r0,-22v-36,46,-122,32,-122,-47r0,-127r34,0r0,111v-1,35,3,59,37,59v20,0,38,-13,51,-24r0,-146r36,0v35,4,31,-31,23,-52r28,0","w":218},"\u1eee":{"d":"213,-98v0,67,-28,103,-95,103v-65,0,-96,-35,-95,-103r0,-164r35,0r0,164v-2,47,16,74,60,74v43,0,60,-27,60,-74r0,-164v30,-1,67,8,67,-24v0,-9,-5,-20,-6,-28r28,0v14,43,-7,80,-54,76r0,140xm147,-322v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28","w":258},"\u1eef":{"d":"231,-248v16,41,-6,80,-54,75r0,173r-33,0r0,-22v-36,46,-122,32,-122,-47r0,-127r34,0r0,111v-1,35,3,59,37,59v20,0,38,-13,51,-24r0,-146r36,0v35,4,31,-31,23,-52r28,0xm129,-258v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28","w":218},"\u1ef0":{"d":"136,67r-38,0r0,-34r38,0r0,34xm213,-98v0,67,-28,103,-95,103v-65,0,-96,-35,-95,-103r0,-164r35,0r0,164v-2,47,16,74,60,74v43,0,60,-27,60,-74r0,-164v30,-1,67,8,67,-24v0,-9,-5,-20,-6,-28r28,0v14,43,-7,80,-54,76r0,140","w":258},"\u1ef1":{"d":"118,67r-37,0r0,-34r37,0r0,34xm231,-248v16,41,-6,80,-54,75r0,173r-33,0r0,-22v-36,46,-122,32,-122,-47r0,-127r34,0r0,111v-1,35,3,59,37,59v20,0,38,-13,51,-24r0,-146r36,0v35,4,31,-31,23,-52r28,0","w":218},"\u1ef4":{"d":"123,67r-38,0r0,-34r38,0r0,34xm210,-262r-89,146r0,116r-35,0r0,-112r-88,-150r39,0r67,116r69,-116r37,0","w":207},"\u1ef5":{"d":"158,67r-38,0r0,-34r38,0r0,34xm178,-196r-105,268r-36,0r35,-81r-71,-187r36,0r53,145r54,-145r34,0","w":179},"\u1ef6":{"d":"110,-331v-1,-14,-19,-12,-29,-8r0,-18v22,-8,56,-2,55,23v0,16,-9,24,-23,28r0,12r-19,0r0,-21v10,-2,16,-5,16,-16xm210,-262r-89,146r0,116r-35,0r0,-112r-88,-150r39,0r67,116r69,-116r37,0","w":207},"\u1ef7":{"d":"69,-291v20,-10,56,-2,55,22v0,17,-9,26,-23,29r0,12r-20,0r0,-21v17,0,25,-27,4,-27v-8,0,-9,2,-16,3r0,-18xm178,-196r-105,268r-36,0r35,-81r-71,-187r36,0r53,145r54,-145r34,0","w":179},"\u1ef8":{"d":"210,-262r-89,146r0,116r-35,0r0,-112r-88,-150r39,0r67,116r69,-116r37,0xm134,-324v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28","w":207},"\u1ef9":{"d":"178,-196r-105,268r-36,0r35,-81r-71,-187r36,0r53,145r54,-145r34,0xm121,-258v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28","w":179},"\u20ab":{"d":"10,-97v-4,-78,67,-131,132,-91r0,-35r-53,0r0,-23r53,0r0,-28r33,0r0,28r29,0r0,23r-29,0r0,223r-33,0r0,-20v-16,13,-30,26,-59,25v-54,-2,-70,-46,-73,-102xm91,-26v21,0,38,-11,51,-22r0,-113v-48,-27,-103,1,-98,64v3,40,10,71,47,71xm168,57r-132,0r0,-24r132,0r0,24","w":206},"\u0303":{"d":"-71,-331v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28"},"\ufd3e":{"d":"50,-101v-1,81,36,132,75,173r-40,0v-37,-46,-66,-92,-66,-173v0,-80,28,-127,66,-173v12,2,32,-4,40,2v-41,39,-74,93,-75,171","w":137},"\ufd3f":{"d":"53,-274v36,46,66,94,66,173v0,79,-28,127,-66,173v-13,-1,-29,2,-40,-1v41,-39,75,-94,75,-172v0,-79,-37,-131,-75,-173r40,0","w":137},"\uf006":{"d":"3,-356r-39,46r-22,0r22,-46r39,0"},"\uf007":{"d":"-81,-360r-30,38r-17,0r15,-38r32,0"},"\uf008":{"d":"12,-295r-48,66r-26,0r31,-66r43,0"},"\uf009":{"d":"-49,-335r-38,47r-23,0r22,-47r39,0"},"\uf00a":{"d":"-43,-295r-48,66r-26,0r31,-66r43,0"},"\uf00b":{"d":"-12,-322r-23,0r-34,-38r39,0"},"\uf00c":{"d":"-92,-322r-18,0r-29,-38r32,0"},"\uf00d":{"d":"-14,-229r-26,0r-48,-66r42,0"},"\uf00e":{"d":"-69,-293r-23,0r-38,-47r39,0"},"\uf00f":{"d":"-71,-229r-26,0r-48,-66r42,0"},"\uf010":{"d":"-52,-357v23,-8,54,-3,55,22v0,17,-9,26,-23,29r0,12r-20,0r0,-21v17,0,25,-26,5,-27v-8,0,-10,2,-17,3r0,-18"},"\uf011":{"d":"-127,-358v16,-4,38,-2,38,16v3,17,-17,12,-16,28r-14,0r0,-14v12,-1,17,-18,3,-19v-5,0,-8,0,-11,2r0,-13"},"\uf012":{"d":"-63,-291v20,-10,56,-2,55,22v0,17,-9,26,-24,29r0,12r-19,0r0,-21v18,0,24,-26,4,-27v-8,0,-9,2,-16,3r0,-18"},"\uf013":{"d":"-118,-317v18,-7,46,-3,46,19v0,14,-8,21,-19,24r0,10r-16,0r0,-18v15,0,19,-22,3,-23r-14,3r0,-15"},"\uf014":{"d":"-123,-291v20,-10,56,-2,55,22v0,17,-9,26,-23,29r0,12r-20,0r0,-21v17,0,25,-27,4,-27v-8,0,-9,2,-16,3r0,-18"},"\uf015":{"d":"-22,-361v12,-2,35,33,37,0r16,0v-1,15,-9,35,-24,35v-14,0,-34,-32,-37,0r-16,0v1,-15,9,-36,24,-35"},"\uf016":{"d":"-74,-324v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28"},"\uf017":{"d":"-116,-324v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28"},"\uf018":{"d":"-112,-324v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28"},"\uf019":{"d":"-59,-258v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28"},"\uf01a":{"d":"-75,-258v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28"},"\uf01b":{"d":"-89,-258v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28"},"\uf01c":{"d":"-33,-324v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28"},"\uf01d":{"d":"-9,-258v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28"},"\uf02d":{"d":"-22,-361v12,-2,35,33,37,0r16,0v-1,15,-9,35,-24,35v-14,0,-34,-32,-37,0r-16,0v1,-15,9,-36,24,-35"},"\uf02e":{"d":"-63,-324v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28"},"\uf02f":{"d":"-49,-361v13,0,35,32,38,0r15,0v-2,15,-9,35,-23,35v-14,0,-35,-32,-38,0r-15,0v2,-15,9,-35,23,-35"},"\uf030":{"d":"-100,-324v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28"},"\uf01e":{"d":"-74,67r-38,0r0,-34r38,0r0,34"},"\uf01f":{"d":"-111,67r-37,0r0,-34r37,0r0,34"},"\uf020":{"d":"-126,67r-38,0r0,-34r38,0r0,34"},"\uf021":{"d":"-101,67r-37,0r0,-34r37,0r0,34"},"\uf022":{"d":"-123,67r-38,0r0,-34r38,0r0,34"},"\uf023":{"d":"-78,67r-37,0r0,-34r37,0r0,34"},"\uf024":{"d":"-65,67r-37,0r0,-34r37,0r0,34"},"\uf025":{"d":"-79,67r-37,0r0,-34r37,0r0,34"},"\uf026":{"d":"-86,67r-37,0r0,-34r37,0r0,34"},"\uf027":{"d":"-82,67r-38,0r0,-34r38,0r0,34"},"\uf028":{"d":"-100,67r-38,0r0,-34r38,0r0,34"},"\uf029":{"d":"-47,67r-37,0r0,-34r37,0r0,34"},"\uf02a":{"d":"-21,67r-37,0r0,-34r37,0r0,34"},"\uf02b":{"d":"-85,67r-37,0r0,-34r37,0r0,34"},"\uf02c":{"d":"-22,67r-37,0r0,-34r37,0r0,34"},"\u0218":{"d":"140,-141v89,27,51,146,-41,146v-38,0,-60,-9,-85,-21v2,-13,-4,-34,2,-43v27,35,139,57,139,-10v0,-78,-140,-19,-140,-123v0,-75,108,-90,166,-58v-2,13,4,33,-2,42v-25,-31,-124,-46,-127,13v-2,46,54,44,88,54xm64,74r24,-47r42,0r-42,47r-24,0","w":200},"\u0219":{"d":"143,-91v30,44,-8,96,-66,96v-25,0,-48,-10,-65,-17r0,-37v18,11,37,24,66,26v30,2,54,-22,36,-47v-33,-20,-101,-12,-101,-71v0,-62,88,-72,134,-46v-2,11,3,28,-2,35v-24,-30,-124,-28,-92,25v21,16,75,14,90,36xm44,74r24,-47r42,0r-42,47r-24,0","w":160},"\u021a":{"d":"88,0r0,-231r-88,0r0,-31r210,0r0,31r-87,0r0,231r-35,0xm58,74r24,-47r42,0r-42,47r-24,0","w":210},"\u021b":{"d":"120,-2v-48,16,-94,-1,-94,-58r0,-109r-22,0r0,-27r22,0r0,-57r33,0r0,57r61,0r0,27r-61,0r1,116v-2,32,36,31,60,22r0,29xm25,74r24,-47r42,0r-42,47r-24,0","w":120},"\u0450":{"d":"176,-12v-18,8,-40,17,-67,17v-63,0,-99,-39,-99,-102v0,-59,35,-104,91,-105v61,0,82,42,79,107r-136,0v-8,80,90,83,132,47r0,36xm148,-120v9,-63,-82,-72,-99,-22v-3,6,-4,14,-5,22r104,0xm121,-229r-26,0r-48,-66r42,0","w":189},"\u0400":{"d":"27,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0xm133,-295r-26,0r-48,-66r42,0","w":201},"\u045d":{"d":"179,0r-33,0r0,-146r-92,146r-30,0r0,-196r33,0r0,144r91,-144r31,0r0,196xm126,-229r-26,0r-48,-66r42,0","w":202},"\u040d":{"d":"215,0r-35,0r0,-208r-118,208r-35,0r0,-262r34,0r0,205r117,-205r37,0r0,262xm140,-295r-26,0r-48,-66r42,0","w":241},"\u05ba":{"d":"17,-253v0,-7,6,-14,13,-14v7,-1,15,7,14,14v0,7,-7,13,-14,13v-7,0,-13,-6,-13,-13","w":60},"\u0e01":{"d":"105,-202v102,0,77,110,80,202r-33,0v-7,-65,25,-173,-47,-171v-25,0,-40,11,-45,31r34,0r0,23v-40,11,-30,68,-31,117r-33,0v1,-47,-8,-107,30,-115v-10,-2,-27,3,-34,-2v-1,-51,29,-85,79,-85","w":214},"\u0e02":{"d":"126,-150v0,26,-25,51,-24,72r0,47r56,0r0,-166r33,0r0,197r-145,0r0,-31r22,0r0,-45v-1,-32,25,-44,26,-73v1,-22,-13,-34,-31,-27v27,17,11,60,-19,60v-17,0,-33,-16,-33,-34v0,-32,25,-52,59,-52v33,0,56,20,56,52xm31,-150v0,7,6,14,13,14v7,0,13,-7,13,-14v0,-7,-6,-13,-13,-13v-7,0,-13,6,-13,13","w":220},"\u0e03":{"d":"149,-152v1,29,-32,40,-32,68r0,53r56,0r0,-166r33,0r0,197r-151,0r0,-31r28,0r0,-51v-3,-34,60,-63,20,-91r-20,13v-11,-8,-23,-20,-33,-2v18,1,32,16,33,34v1,19,-16,33,-33,33v-40,0,-51,-57,-24,-85v11,-11,23,-19,38,-22r19,15r20,-15v25,5,45,22,46,50xm37,-129v0,7,6,14,13,14v7,1,15,-7,14,-14v0,-7,-7,-13,-14,-13v-7,0,-13,6,-13,13","w":235},"\u0e04":{"d":"22,-117v0,-51,33,-85,85,-85v57,0,85,30,85,89r0,113r-33,0v-5,-68,23,-171,-52,-171v-53,0,-61,56,-44,103v7,-29,16,-60,45,-62v17,-1,34,17,34,34v0,23,-28,42,-50,29v-15,15,-22,37,-22,67r-33,0v3,-33,-15,-89,-15,-117xm95,-96v0,7,6,13,13,13v7,0,14,-6,14,-13v1,-7,-7,-15,-14,-14v-7,0,-13,7,-13,14","w":221},"\u0e05":{"d":"131,-203v77,12,59,116,61,203r-33,0v-4,-64,16,-146,-28,-173r-24,17r-24,-17v-33,23,-33,62,-20,105v7,-29,16,-60,45,-62v17,-1,34,17,34,34v0,23,-28,42,-50,29v-15,15,-22,37,-22,67r-33,0v2,-56,-34,-133,1,-174v10,-13,25,-22,45,-29r24,19xm95,-96v0,7,6,13,13,13v7,0,13,-6,13,-13v0,-7,-6,-14,-13,-14v-7,0,-13,7,-13,14","w":221},"\u0e06":{"d":"149,-152v1,35,-32,46,-25,89v21,5,40,16,56,31r0,-165r33,0r0,197r-31,0v-18,-21,-37,-35,-58,-41v2,28,-14,44,-39,44v-19,0,-34,-12,-34,-31v0,-21,19,-35,40,-36v-7,-42,26,-57,26,-88v0,-10,-4,-17,-13,-21r-20,14v-11,-7,-24,-22,-33,-3v18,1,33,16,33,34v1,18,-17,33,-34,33v-40,0,-51,-57,-24,-85v11,-11,23,-19,38,-22r20,15r20,-15v25,5,45,23,45,50xm37,-129v0,7,6,14,13,14v7,1,15,-7,14,-14v0,-7,-7,-13,-14,-13v-7,0,-13,6,-13,13xm91,-44v-16,0,-29,23,-10,27v11,1,10,-15,10,-27","w":242},"\u0e07":{"d":"102,-202v64,0,42,85,46,145v3,49,-43,82,-79,54v-31,-24,-43,-79,-64,-116r35,0v41,84,24,55,44,87v15,15,30,4,30,-25r0,-80v-23,9,-46,-10,-46,-31v0,-17,17,-34,34,-34xm88,-168v0,7,7,13,14,13v7,0,13,-6,13,-13v0,-7,-6,-14,-13,-14v-7,-1,-15,7,-14,14","w":177},"\u0e08":{"d":"18,-187v67,-30,153,-18,153,65r0,122r-35,0v-9,-25,-19,-49,-33,-69v-17,30,-62,14,-62,-17v0,-17,17,-35,34,-34v37,3,48,30,63,64v0,-54,10,-117,-47,-117v-25,0,-48,9,-73,23r0,-37xm62,-86v-1,8,6,13,13,13v7,0,13,-6,13,-13v0,-7,-6,-14,-13,-14v-7,0,-14,6,-13,14","w":200},"\u0e09":{"d":"33,-187v68,-31,161,-16,157,66r0,59v33,15,19,66,-15,65v-18,0,-35,-17,-33,-38v-17,8,-35,20,-51,35r-31,0r0,-55v-23,9,-46,-9,-46,-31v0,-17,17,-33,34,-33v43,0,50,40,46,87v20,-16,41,-27,63,-32v3,-55,3,-109,-51,-109v-25,0,-48,9,-73,23r0,-37xm35,-86v0,7,6,13,13,13v7,0,13,-6,13,-13v0,-7,-6,-13,-13,-13v-7,0,-14,5,-13,13xm162,-31v0,7,6,14,13,14v7,0,13,-7,13,-14v0,-7,-6,-13,-13,-13v-7,0,-13,6,-13,13","w":223},"\u0e0a":{"d":"150,-173v20,-7,34,-25,34,-51r34,0v0,28,-20,49,-43,56v14,5,26,17,26,35r0,133r-151,0r0,-31r22,0r0,-45v-2,-33,25,-45,26,-73v1,-22,-13,-34,-31,-27v28,17,10,60,-20,60v-18,0,-33,-17,-33,-34v0,-32,26,-52,60,-52v33,0,54,21,56,52v2,26,-25,50,-25,72r0,47r63,0v-5,-42,15,-113,-18,-127r0,-15xm34,-150v0,7,6,14,13,14v7,1,15,-7,14,-14v0,-7,-7,-13,-14,-13v-7,0,-13,6,-13,13","w":225},"\u0e0b":{"d":"172,-173v20,-7,34,-25,34,-51r34,0v0,28,-20,49,-43,56v14,5,26,17,26,35r0,133r-158,0r0,-31r29,0r0,-51v-3,-33,51,-67,13,-91r-20,15v-11,-8,-23,-24,-33,-4v18,1,33,16,33,34v1,18,-16,33,-33,33v-40,-1,-52,-56,-25,-85v11,-11,23,-19,38,-22r20,15r20,-15v25,5,45,23,46,50v1,27,-25,43,-26,68r0,53r63,0v-5,-42,15,-113,-18,-127r0,-15xm40,-129v-1,7,7,15,14,14v7,0,13,-7,13,-14v0,-7,-6,-13,-13,-13v-7,0,-14,6,-14,13","w":247},"\u0e0c":{"d":"111,-202v78,0,86,60,82,139v21,5,40,16,55,31r0,-165r33,0r0,197r-31,0v-17,-21,-36,-35,-57,-41v2,27,-13,44,-37,44v-19,0,-33,-13,-33,-31v0,-21,15,-35,37,-36v1,-53,6,-107,-49,-107v-24,0,-43,12,-47,31r33,0r0,23v-22,8,-32,26,-31,55v22,-8,46,9,46,31v0,17,-17,35,-34,34v-33,-1,-45,-24,-45,-62v0,-31,10,-49,31,-56v-11,-2,-28,3,-35,-2v1,-49,31,-85,82,-85xm160,-44v-17,-1,-23,24,-9,27v10,1,9,-16,9,-27xm65,-31v0,7,6,14,13,14v7,1,15,-7,14,-14v0,-7,-7,-13,-14,-13v-7,0,-13,6,-13,13","w":310},"\u0e0d":{"d":"71,3v-60,0,-61,-107,-15,-118v-10,-2,-27,3,-34,-2v-1,-51,29,-85,79,-85v90,0,80,86,79,171r57,0r0,-166r33,0r0,197r-123,0v-7,-65,26,-173,-46,-171v-25,0,-40,11,-45,31r34,0r0,23v-22,8,-33,26,-32,55v23,-8,46,8,46,31v0,17,-16,34,-33,34xm58,-31v0,7,6,14,13,14v7,0,13,-7,13,-14v0,-7,-6,-13,-13,-13v-7,0,-13,6,-13,13xm174,10v24,-1,36,29,22,47v31,-2,48,-17,52,-45r22,0v-3,42,-34,59,-78,63v-45,4,-65,-61,-18,-65xm163,38v0,6,5,11,11,11v6,0,11,-5,11,-11v0,-5,-5,-11,-11,-11v-6,0,-11,5,-11,11","w":299},"\u0e0e":{"d":"114,-202v58,0,80,29,80,89r0,185r-34,0r-31,-19v-16,29,-65,26,-65,-9v0,-30,35,-39,59,-17v3,-6,6,-13,7,-21r18,0v-2,11,-6,21,-10,30r23,13r0,-162v12,-66,-78,-76,-92,-27r42,0r0,23v-24,7,-17,42,-17,73v0,53,-79,64,-80,13v-1,-22,23,-39,46,-31v-1,-27,4,-48,22,-53v-15,-2,-36,4,-47,-2v0,-50,29,-86,79,-85xm35,-31v0,8,6,14,13,14v7,0,13,-7,13,-14v0,-7,-6,-13,-13,-13v-7,0,-13,6,-13,13xm84,44v4,14,21,9,29,-1v-12,-9,-26,-13,-29,1","w":223},"\u0e0f":{"d":"111,-202v58,0,79,29,79,89r0,185v-24,2,-40,-2,-51,-13r-17,13r-22,-18v-17,30,-64,22,-64,-10v0,-30,38,-38,59,-16v5,-10,10,-23,15,-40r19,0v-5,17,-11,33,-20,50r13,11r17,-13r18,13r0,-162v13,-67,-78,-75,-91,-27r42,0r0,23v-24,6,-18,43,-18,73v0,53,-78,64,-79,13v0,-22,23,-39,46,-31v-1,-27,4,-48,22,-53v-15,-2,-37,4,-48,-2v0,-49,30,-86,80,-85xm31,-31v0,7,6,14,13,14v7,1,15,-7,14,-14v0,-7,-7,-13,-14,-13v-7,0,-13,6,-13,13xm56,44v2,14,26,11,30,-1v-9,-9,-28,-13,-30,1","w":223},"\u0e10":{"d":"19,-113v-12,-76,50,-94,132,-85v10,1,14,-4,23,-5r0,31v-38,12,-121,-18,-126,28v58,-13,123,-3,123,65r0,79r-35,0v-12,-23,-25,-41,-39,-53v-10,34,-66,23,-66,-12v0,-17,16,-34,33,-33v36,3,53,29,74,57v2,-48,0,-83,-50,-83v-26,0,-48,5,-69,11xm51,-65v0,7,6,13,13,13v7,0,14,-6,14,-13v0,-7,-6,-14,-14,-13v-8,-1,-13,6,-13,13xm152,5v23,3,11,43,14,67v-22,2,-28,-11,-42,-17r-23,17r-23,-18v-17,29,-63,23,-63,-10v0,-31,37,-38,58,-16v2,-4,6,-9,8,-15r18,0v-3,9,-7,17,-11,25r13,11r23,-16r27,17r0,-15v-8,1,-14,-7,-14,-15v0,-8,8,-15,15,-15xm35,44v2,15,20,10,28,-1v-12,-10,-24,-12,-28,1","w":200},"\u0e11":{"d":"179,-170v20,-48,83,-37,83,20r0,150r-33,0r0,-149v0,-15,-4,-23,-13,-23v-8,0,-17,13,-28,38v-11,25,-27,70,-48,134r-46,0r0,-82v-4,-32,43,-66,13,-91r-20,15v-11,-8,-23,-24,-33,-4v18,1,33,16,33,34v1,18,-16,33,-33,33v-40,-1,-52,-56,-25,-85v11,-11,23,-19,38,-22r20,15r20,-15v25,4,41,23,42,50v1,24,-23,47,-22,68r0,53v27,-77,31,-90,52,-139xm40,-129v-1,7,7,15,14,14v7,0,13,-7,13,-14v0,-7,-6,-13,-13,-13v-7,0,-14,6,-14,13","w":291},"\u0e12":{"d":"37,0v3,-54,-34,-133,1,-174v11,-12,25,-22,45,-29r24,19r24,-19v61,14,70,66,66,140v21,5,38,16,54,31r0,-165r33,0r0,197r-31,0v-17,-21,-35,-35,-56,-41v2,27,-13,44,-38,44v-19,0,-34,-13,-33,-31v1,-20,15,-35,37,-36v1,-51,4,-87,-32,-109r-24,17r-24,-17v-45,32,-23,84,-14,141v19,-18,30,-29,31,-34v-39,-7,-31,-66,7,-66v19,0,33,16,33,35v0,43,-50,75,-70,97r-33,0xm94,-98v0,7,7,13,14,13v7,0,13,-6,13,-13v0,-7,-6,-14,-13,-14v-7,-1,-15,7,-14,14xm155,-17v10,1,8,-16,8,-27v-17,-1,-22,24,-8,27","w":313},"\u0e13":{"d":"102,-202v90,0,80,85,79,170v12,-16,26,-27,42,-31r0,-134r33,0r0,133v43,-2,50,67,4,67v-24,0,-39,-17,-37,-44v-17,5,-32,18,-44,41r-31,0v-7,-65,26,-173,-46,-171v-25,0,-40,11,-45,31r33,0r0,23v-22,8,-32,26,-31,55v23,-8,46,9,46,31v0,17,-16,35,-33,34v-34,-1,-46,-23,-46,-62v0,-31,10,-49,31,-56v-11,-2,-28,3,-35,-2v-1,-50,30,-85,80,-85xm264,-17v14,-5,9,-27,-8,-27v0,11,-2,28,8,27xm58,-31v-1,7,7,15,14,14v7,0,13,-7,13,-14v0,-7,-6,-13,-13,-13v-7,0,-14,6,-14,13","w":307},"\u0e14":{"d":"22,-117v0,-51,33,-85,85,-85v57,0,85,30,85,89r0,113r-33,0v-5,-68,23,-174,-52,-171v-71,3,-51,80,-38,139v10,-10,26,-22,31,-34v-36,-5,-32,-66,7,-66v19,0,34,16,33,35v-2,45,-40,67,-70,97r-33,0v3,-33,-15,-89,-15,-117xm94,-98v0,7,7,13,14,13v7,0,13,-6,13,-13v0,-7,-6,-14,-13,-14v-7,-1,-15,7,-14,14","w":221},"\u0e15":{"d":"131,-203v77,13,60,116,61,203r-33,0v-4,-64,16,-146,-28,-173r-24,17r-24,-17v-45,32,-23,84,-14,141v10,-10,26,-22,31,-34v-36,-5,-32,-66,7,-66v19,0,34,16,33,35v-2,45,-40,67,-70,97r-33,0v2,-55,-34,-133,1,-174v10,-13,25,-22,45,-29r24,19xm94,-98v0,7,7,13,14,13v7,0,13,-6,13,-13v0,-7,-6,-14,-13,-14v-7,-1,-15,7,-14,14","w":221},"\u0e16":{"d":"102,-202v101,0,76,110,79,202r-33,0v-7,-65,26,-173,-46,-171v-25,0,-40,11,-45,31r33,0r0,23v-22,8,-32,25,-31,55v23,-8,46,9,46,31v0,17,-16,35,-33,34v-36,0,-46,-27,-46,-69v0,-26,10,-42,31,-49v-11,-2,-28,3,-35,-2v-1,-50,30,-85,80,-85xm58,-31v-1,7,7,15,14,14v7,0,13,-7,13,-14v0,-7,-6,-13,-13,-13v-7,0,-14,6,-14,13","w":210},"\u0e17":{"d":"146,-170v21,-48,82,-37,82,20r0,150r-33,0r0,-149v0,-15,-4,-23,-13,-23v-7,0,-16,13,-27,38v-11,25,-27,70,-48,134r-47,0r0,-137v-23,9,-46,-10,-46,-31v0,-17,17,-35,34,-34v71,1,39,106,46,171v27,-77,30,-90,52,-139xm35,-168v-1,7,6,13,13,12v7,1,13,-6,13,-12v0,-7,-6,-14,-13,-14v-7,0,-14,6,-13,14","w":257},"\u0e18":{"d":"16,-113v-12,-77,52,-95,132,-85r23,-5r0,31v-39,12,-120,-19,-126,29v62,-10,120,-6,120,61r0,82r-133,0r0,-31r14,0r0,-88xm132,-31v0,-51,9,-100,-54,-91r0,91r54,0","w":194},"\u0e19":{"d":"44,-202v71,0,39,105,46,170v20,-16,41,-27,63,-32r0,-133r33,0r0,135v33,14,19,66,-14,65v-19,0,-36,-17,-34,-38v-17,8,-34,20,-50,35r-31,0r0,-137v-23,8,-46,-10,-46,-31v0,-17,16,-35,33,-34xm31,-168v0,7,6,13,13,12v7,1,14,-5,14,-12v0,-7,-7,-15,-14,-14v-7,0,-13,7,-13,14xm158,-31v0,7,6,14,13,14v7,1,15,-7,14,-14v0,-7,-7,-13,-14,-13v-7,0,-13,6,-13,13","w":220},"\u0e1a":{"d":"48,-202v71,1,39,106,46,171r70,0r0,-166r33,0r0,197r-165,0r0,-31r28,0r0,-106v-23,9,-46,-10,-46,-31v0,-17,17,-35,34,-34xm35,-168v-1,7,6,13,13,12v7,1,13,-6,13,-12v0,-7,-6,-14,-13,-14v-7,0,-14,6,-13,14","w":226},"\u0e1b":{"d":"48,-202v71,1,39,106,46,171r70,0r0,-259r33,0r0,290r-165,0r0,-31r28,0r0,-106v-23,9,-46,-10,-46,-31v0,-17,17,-35,34,-34xm35,-168v-1,7,6,13,13,12v7,1,13,-6,13,-12v0,-7,-6,-14,-13,-14v-7,0,-14,6,-13,14","w":226},"\u0e1c":{"d":"109,-168v1,22,-23,39,-46,31r0,93v0,-4,7,-18,26,-41v18,-21,14,-31,28,-30v-1,3,55,72,48,71r0,-153r33,0r0,197r-33,0v-2,-23,-42,-62,-52,-81v-11,19,-47,60,-51,81r-32,0r0,-155v-7,-53,78,-64,79,-13xm62,-168v0,7,6,13,13,12v7,1,14,-5,14,-12v0,-7,-7,-15,-14,-14v-7,0,-13,7,-13,14","w":227},"\u0e1d":{"d":"109,-168v1,22,-23,39,-46,31r0,93v0,-4,7,-18,26,-41v18,-21,14,-31,28,-30v-1,3,55,72,48,71r0,-246r33,0r0,290r-33,0v-2,-23,-42,-62,-52,-81v-11,19,-47,60,-51,81r-32,0r0,-155v-7,-53,78,-64,79,-13xm62,-168v0,7,6,13,13,12v7,1,14,-5,14,-12v0,-7,-7,-15,-14,-14v-7,0,-13,7,-13,14","w":227},"\u0e1e":{"d":"90,-56v1,-13,50,-141,44,-143r15,0v-6,4,43,130,43,143r0,-141r33,0r0,197r-39,0v5,-5,-38,-124,-45,-146v-2,7,-8,24,-17,51v-19,52,-28,84,-28,95r-39,0r0,-137v-23,8,-46,-10,-46,-31v0,-17,16,-34,33,-34v65,0,42,86,46,146xm31,-168v0,7,6,13,13,12v7,1,14,-5,14,-12v0,-7,-7,-15,-14,-14v-7,0,-13,7,-13,14","w":254},"\u0e1f":{"d":"90,-56v1,-13,50,-141,44,-143r15,0v-6,4,43,130,43,143r0,-234r33,0r0,290r-39,0v5,-5,-38,-124,-45,-146v-2,7,-8,24,-17,51v-19,52,-28,84,-28,95r-39,0r0,-137v-23,8,-46,-10,-46,-31v0,-17,16,-34,33,-34v65,0,42,86,46,146xm31,-168v0,7,6,13,13,12v7,1,14,-5,14,-12v0,-7,-7,-15,-14,-14v-7,0,-13,7,-13,14","w":251},"\u0e20":{"d":"114,-202v102,0,77,110,80,202r-33,0v-7,-65,25,-173,-47,-171v-24,0,-39,11,-45,31r42,0r0,23v-24,7,-17,42,-17,73v0,53,-79,64,-80,13v-1,-22,23,-39,46,-31v-1,-27,4,-48,22,-53v-15,-2,-36,4,-47,-2v0,-50,29,-85,79,-85xm35,-31v0,8,6,14,13,14v7,0,13,-7,13,-14v0,-7,-6,-13,-13,-13v-7,0,-13,6,-13,13","w":223},"\u0e21":{"d":"44,-202v63,0,43,80,46,139v21,5,42,16,63,31r0,-165r33,0r0,197r-31,0v-22,-21,-44,-35,-65,-41v2,27,-13,44,-38,44v-19,0,-35,-12,-35,-31v1,-20,18,-35,40,-36r0,-73v-23,8,-46,-10,-46,-31v0,-17,16,-34,33,-34xm31,-168v0,7,6,13,13,12v7,1,14,-5,14,-12v0,-7,-7,-15,-14,-14v-7,0,-13,7,-13,14xm57,-44v-16,0,-29,23,-10,27v11,1,10,-15,10,-27","w":215},"\u0e22":{"d":"109,-168v0,22,-23,39,-46,31v-1,23,-3,46,26,41r0,22v-28,-5,-27,17,-26,43r83,0r0,-166r33,0r0,197r-149,0v3,-34,-10,-72,17,-85v-24,-12,-14,-40,-17,-70v-5,-52,78,-64,79,-13xm62,-168v0,7,7,13,14,12v7,1,13,-6,13,-12v0,-7,-6,-14,-13,-14v-7,-1,-14,7,-14,14","w":208},"\u0e23":{"d":"8,-122v-13,-74,49,-82,123,-77r16,-4r0,31v-35,11,-96,-15,-109,21v74,-11,92,32,85,107v7,53,-78,64,-79,13v0,-22,23,-39,46,-31v10,-60,-26,-76,-82,-60xm64,-31v0,7,6,14,13,14v7,1,15,-7,14,-14v0,-7,-7,-13,-14,-13v-7,0,-13,6,-13,13","w":154},"\u0e24":{"d":"101,-202v115,0,71,146,79,246r-33,0r0,-157v14,-67,-79,-75,-91,-27r34,0r0,23v-22,8,-33,26,-32,55v23,-8,46,8,46,31v0,17,-16,34,-33,34v-60,0,-61,-107,-15,-118v-10,-2,-27,3,-34,-2v-1,-51,29,-85,79,-85xm58,-31v0,7,6,14,13,14v7,0,13,-7,13,-14v0,-7,-6,-13,-13,-13v-7,0,-13,6,-13,13","w":204},"\u0e25":{"d":"35,-187v68,-30,157,-17,157,65r0,122r-33,0v-33,-58,-32,-69,-60,-99v-15,-16,-41,-8,-41,14r0,23v23,-8,46,8,46,31v0,17,-16,34,-33,34v-43,0,-46,-40,-46,-87v0,-33,20,-53,52,-53v52,12,54,39,82,88v0,-58,10,-124,-51,-124v-25,0,-48,9,-73,23r0,-37xm58,-31v0,7,6,14,13,14v7,0,13,-7,13,-14v0,-7,-6,-13,-13,-13v-7,0,-13,6,-13,13","w":221},"\u0e26":{"d":"114,-202v116,0,72,145,80,246r-33,0r0,-157v12,-66,-78,-76,-92,-27r42,0r0,23v-24,7,-17,42,-17,73v0,53,-79,64,-80,13v-1,-22,23,-39,46,-31v-1,-27,4,-48,22,-53v-15,-2,-36,4,-47,-2v0,-50,29,-85,79,-85xm35,-31v0,8,6,14,13,14v7,0,13,-7,13,-14v0,-7,-6,-13,-13,-13v-7,0,-13,6,-13,13","w":223},"\u0e27":{"d":"112,-62v-1,-49,10,-111,-41,-111v-20,0,-39,8,-61,18r0,-35v60,-25,139,-13,135,62v-3,57,15,131,-46,131v-17,0,-33,-17,-33,-34v0,-22,23,-39,46,-31xm86,-31v0,7,6,14,13,14v7,1,15,-7,14,-14v0,-7,-7,-13,-14,-13v-7,0,-13,6,-13,13","w":174},"\u0e28":{"d":"159,-190v6,-8,14,-21,14,-32r34,0v-4,16,-14,32,-31,48v27,36,13,115,16,174r-33,0v-3,-51,9,-117,-10,-152v-7,5,-16,11,-28,16r-8,-12v8,-4,16,-9,23,-16v-37,-19,-81,4,-81,47v0,15,3,31,8,49v7,-29,16,-60,45,-62v17,-1,34,17,34,34v0,23,-28,42,-50,29v-15,15,-22,37,-22,67r-33,0v3,-33,-15,-89,-15,-117v0,-72,77,-105,137,-73xm95,-96v0,7,6,13,13,13v7,0,14,-6,14,-13v1,-7,-7,-15,-14,-14v-7,0,-13,7,-13,14","w":221},"\u0e29":{"d":"136,-155v28,0,46,37,24,57v7,0,13,-1,19,-3r0,-96r33,0r0,84v12,-8,19,-19,22,-34r23,0v-8,28,-23,46,-45,56r0,91r-180,0r0,-31r28,0r0,-106v-23,9,-46,-10,-46,-31v0,-17,17,-35,34,-34v71,1,39,106,46,171r85,0r0,-50v-35,11,-76,-7,-76,-41v-1,-17,16,-33,33,-33xm35,-168v-1,7,6,13,13,12v7,1,13,-6,13,-12v0,-7,-6,-14,-13,-14v-7,0,-14,6,-13,14xm123,-122v0,7,6,14,13,14v7,0,14,-6,13,-14v1,-8,-6,-13,-13,-13v-7,0,-13,6,-13,13","w":267},"\u0e2a":{"d":"77,-137v52,12,54,39,82,88v-2,-35,7,-81,-8,-104v-7,5,-17,11,-30,17r-8,-12v8,-4,16,-10,24,-18v-35,-17,-69,-2,-102,16r0,-37v40,-16,89,-22,123,-3v10,-13,15,-24,15,-32r34,0v-4,16,-15,32,-31,48v29,37,11,114,16,174r-33,0v-33,-58,-32,-69,-60,-99v-15,-16,-41,-8,-41,14r0,23v23,-8,46,8,46,31v0,17,-16,34,-33,34v-43,0,-46,-40,-46,-87v0,-33,20,-53,52,-53xm58,-31v0,7,6,14,13,14v7,0,13,-7,13,-14v0,-7,-6,-13,-13,-13v-7,0,-13,6,-13,13","w":218},"\u0e2b":{"d":"175,-202v32,0,48,50,17,64v34,18,16,90,20,138r-33,0v-3,-39,7,-97,-7,-123v-25,24,-52,64,-82,123r-33,0r0,-137v-23,8,-46,-10,-46,-31v0,-17,16,-34,33,-34v68,0,41,95,46,157v23,-42,46,-74,68,-94v-28,-13,-16,-63,17,-63xm31,-168v0,7,6,13,13,12v7,1,14,-5,14,-12v0,-7,-7,-15,-14,-14v-7,0,-13,7,-13,14xm162,-168v0,7,6,13,13,13v7,0,14,-6,14,-13v1,-7,-7,-15,-14,-14v-7,0,-13,7,-13,14","w":241},"\u0e2c":{"d":"147,-245v0,-43,69,-41,76,-4v12,-8,18,-18,20,-31r21,0v-4,23,-17,41,-39,54r0,226r-39,0v5,-5,-38,-124,-45,-146v-2,7,-8,24,-17,51v-19,52,-28,84,-28,95r-39,0r0,-137v-23,8,-46,-10,-46,-31v0,-17,16,-34,33,-34v65,0,42,86,46,146v1,-13,50,-141,44,-143r15,0v-6,4,43,130,43,143r0,-157v-25,7,-45,-10,-45,-32xm167,-245v0,7,6,13,13,13v7,0,13,-6,13,-13v0,-7,-5,-14,-13,-13v-8,-1,-13,6,-13,13xm31,-168v0,7,6,13,13,12v7,1,14,-5,14,-12v0,-7,-7,-15,-14,-14v-7,0,-13,7,-13,14","w":257},"\u0e2d":{"d":"28,-187v68,-31,157,-17,157,65r0,122r-155,0v1,-55,-12,-124,45,-124v17,0,34,17,34,34v0,22,-23,39,-46,31r0,28r89,0v-2,-62,16,-142,-51,-142v-25,0,-48,9,-73,23r0,-37xm62,-90v0,7,6,13,13,13v7,0,14,-6,14,-13v1,-7,-7,-15,-14,-14v-7,0,-13,7,-13,14","w":214},"\u0e2e":{"d":"25,-165v8,-44,90,-45,126,-21v8,-12,13,-24,16,-36r34,0v-9,21,-19,38,-31,51v28,35,10,113,15,171r-155,0v1,-54,-11,-120,45,-120v17,0,34,16,34,33v0,22,-23,39,-46,31r0,25r89,0v-2,-38,5,-89,-5,-119v-34,23,-112,27,-122,-15xm49,-165v13,21,66,12,85,-1v-19,-13,-72,-20,-85,1xm62,-87v0,7,6,13,13,13v7,0,14,-6,14,-13v0,-7,-6,-14,-14,-13v-7,0,-13,6,-13,13","w":214},"\u0e2f":{"d":"68,-140v30,-2,53,-25,54,-57r39,0r0,197r-33,0r0,-152v-18,39,-116,48,-117,-11v-1,-17,16,-34,33,-34v28,0,44,38,24,57xm31,-163v0,7,6,13,13,13v7,0,13,-6,13,-13v0,-7,-5,-14,-13,-13v-8,-1,-13,6,-13,13","w":190},"\u0e30":{"d":"57,-140v39,12,66,-21,68,-59r24,0v-6,48,-32,79,-79,81v-28,1,-54,-24,-54,-52v0,-18,14,-32,32,-32v37,0,46,55,9,62xm35,-170v0,7,5,14,13,13v7,0,13,-6,13,-13v0,-7,-6,-13,-13,-13v-7,0,-13,6,-13,13xm57,-28v39,12,66,-21,68,-59r24,0v-6,48,-32,80,-79,82v-28,1,-54,-24,-54,-53v0,-18,14,-32,32,-32v37,0,46,55,9,62xm35,-58v0,8,6,14,13,14v7,0,13,-7,13,-14v0,-7,-6,-13,-13,-13v-7,0,-13,6,-13,13","w":161},"\u0e31":{"d":"-65,-228v27,1,65,-24,68,-45r23,0v-10,37,-50,63,-96,63v-30,0,-55,-14,-55,-41v-1,-17,17,-33,34,-33v26,0,44,36,26,56xm-105,-251v-1,7,7,15,14,14v7,0,13,-7,13,-14v0,-7,-6,-13,-13,-13v-7,0,-14,6,-14,13"},"\u0e32":{"d":"112,0v-8,-63,26,-170,-41,-173v-20,-1,-39,8,-61,18r0,-35v60,-25,135,-14,135,62r0,128r-33,0","w":174},"\u0e33":{"d":"112,0v-8,-63,26,-170,-41,-173v-20,-1,-39,8,-61,18r0,-35v60,-25,135,-14,135,62r0,128r-33,0xm-72,-239v0,-15,12,-27,26,-27v14,0,26,13,26,27v0,13,-13,26,-26,26v-14,0,-26,-12,-26,-26xm-46,-251v-14,0,-14,23,0,23v14,0,14,-23,0,-23","w":174},"\u0e34":{"d":"-186,-213v8,-73,122,-79,140,-11r4,11r-144,0xm-70,-233v-12,-27,-75,-28,-87,0r87,0"},"\u0e35":{"d":"-186,-213v8,-57,84,-81,124,-38r0,-38r20,0r0,76r-144,0xm-70,-233v-12,-27,-75,-28,-87,0r87,0"},"\u0e36":{"d":"-186,-213v10,-46,53,-72,102,-54v1,-29,48,-29,48,2v0,12,-7,21,-17,24v4,5,7,15,11,28r-144,0xm-70,-265v0,5,5,10,10,10v6,0,11,-4,11,-10v0,-6,-5,-11,-11,-11v-6,0,-10,5,-10,11xm-70,-233v-12,-27,-75,-28,-87,0r87,0"},"\u0e37":{"d":"-186,-213v11,-41,36,-62,83,-60r0,-16r20,0r0,22v8,4,15,9,21,16r0,-38r20,0r0,76r-144,0xm-70,-233v-12,-27,-75,-28,-87,0r87,0"},"\u0e38":{"d":"-54,11v27,-1,20,35,21,62r-19,0r0,-21v-12,0,-22,-9,-22,-21v0,-11,9,-20,20,-20xm-60,31v0,4,1,7,6,6v4,0,6,-2,6,-6v0,-4,-3,-5,-6,-6v-4,0,-6,2,-6,6"},"\u0e39":{"d":"-107,11v21,0,23,21,21,43v12,-2,34,6,34,-8r0,-35r19,0v-1,27,8,62,-22,62r-50,0r0,-21v-12,0,-22,-10,-22,-21v0,-11,9,-20,20,-20xm-113,31v0,4,2,6,6,6v4,0,6,-2,6,-6v0,-7,-12,-8,-12,0"},"\u0e3a":{"d":"-61,35v0,-10,8,-17,17,-17v8,0,16,8,16,17v0,8,-8,16,-16,16v-8,0,-17,-8,-17,-16"},"\u0e3f":{"d":"192,-201v1,27,-22,44,-37,56v30,7,48,30,49,65v1,48,-41,80,-89,80r0,23r-20,0r0,-23r-68,0r0,-262r68,0r0,-18r20,0r0,18v48,0,76,16,77,61xm95,-156r0,-76r-34,0r0,76r34,0xm156,-198v0,-25,-18,-32,-41,-34r0,76v25,0,41,-14,41,-42xm95,-30r0,-96r-34,0r0,96r34,0xm115,-31v50,8,75,-69,30,-89v-8,-4,-18,-6,-30,-6r0,95","w":211},"\u0e40":{"d":"75,3v-28,-1,-45,-18,-45,-47r0,-153r33,0r0,135v22,-8,46,9,46,31v0,17,-17,35,-34,34xm62,-31v0,7,6,14,13,14v7,1,15,-7,14,-14v0,-7,-7,-13,-14,-13v-7,0,-13,6,-13,13","w":119},"\u0e41":{"d":"75,3v-28,-1,-45,-18,-45,-47r0,-153r33,0r0,135v22,-8,46,9,46,31v0,17,-17,35,-34,34xm62,-31v0,7,6,14,13,14v7,1,15,-7,14,-14v0,-7,-7,-13,-14,-13v-7,0,-13,6,-13,13xm169,3v-28,-1,-45,-18,-45,-47r0,-153r33,0r0,135v22,-8,46,9,46,31v0,17,-17,35,-34,34xm156,-31v0,7,6,14,13,14v7,1,15,-7,14,-14v0,-7,-7,-13,-14,-13v-7,0,-13,6,-13,13","w":213},"\u0e42":{"d":"42,-242v55,-4,77,11,77,69r0,111v23,-8,46,9,46,31v0,17,-16,35,-33,34v-72,0,-39,-110,-46,-176v7,-54,-34,-47,-75,-40v-8,-68,40,-84,107,-75r33,-5r0,30v-33,11,-96,-14,-109,21xm118,-31v-1,7,7,15,14,14v7,0,13,-7,13,-14v0,-7,-6,-13,-13,-13v-7,0,-14,6,-14,13","w":177},"\u0e43":{"d":"126,-238v0,26,-25,51,-24,72r0,104v22,-8,46,9,46,31v0,17,-17,35,-34,34v-70,0,-41,-103,-46,-167v-2,-32,25,-44,26,-73v1,-22,-13,-34,-31,-27v28,17,11,60,-19,60v-17,0,-33,-16,-33,-34v0,-32,26,-52,59,-52v32,0,56,20,56,52xm31,-238v0,7,6,14,13,14v7,0,13,-7,13,-14v0,-7,-6,-13,-13,-12v-7,-1,-13,6,-13,12xm101,-31v0,7,6,14,13,14v7,0,13,-7,13,-14v0,-7,-6,-13,-13,-13v-7,0,-13,6,-13,13","w":159},"\u0e44":{"d":"89,-290v24,0,38,22,37,49r0,179v23,-8,46,8,46,31v0,18,-16,35,-33,34v-28,-1,-46,-18,-46,-47r0,-196v0,-17,-4,-26,-11,-16v-9,23,-7,70,-35,70v-35,0,-12,-67,-41,-73r0,-31v39,-7,30,49,41,74v13,-21,7,-74,42,-74xm126,-31v0,7,6,14,13,14v7,0,13,-7,13,-14v0,-7,-6,-13,-13,-13v-7,0,-13,6,-13,13","w":184},"\u0e45":{"d":"112,-126v1,-60,-63,-53,-102,-29r0,-35v60,-25,135,-14,135,62r0,172r-33,0r0,-170","w":174},"\u0e46":{"d":"103,-202v24,5,47,23,47,50r0,196r-33,0r0,-196v0,-10,-5,-17,-14,-21r-20,15v-11,-9,-23,-23,-33,-4v18,1,32,16,33,34v1,19,-16,33,-33,33v-40,0,-51,-57,-24,-85v11,-11,23,-19,38,-22r19,15xm37,-129v0,7,6,14,13,14v7,0,13,-7,13,-14v0,-7,-6,-13,-13,-13v-7,0,-13,6,-13,13","w":179},"\u0e47":{"d":"-108,-288v33,1,57,0,62,-25r25,0v-10,35,-36,48,-87,44v-25,-2,-31,31,-8,36v5,-29,21,-23,46,-7v3,-25,47,-22,44,5v-5,41,-48,11,-72,1v-4,0,-3,15,-3,21v-28,1,-48,-13,-49,-38v-1,-23,19,-37,42,-37xm-56,-235v0,10,15,10,15,0v0,-3,-2,-9,-7,-8v-5,-1,-8,4,-8,8"},"\u0e48":{"d":"-42,-300r-20,0r0,-59r20,0r0,59"},"\u0e49":{"d":"-84,-358v20,0,26,28,12,41v19,-5,36,-18,48,-39r22,0v-15,32,-46,51,-93,58r9,-19v-24,-1,-23,-41,2,-41xm-84,-343v-6,-1,-8,7,-4,10v3,4,10,1,10,-4v0,-4,-2,-6,-6,-6"},"\u0e4a":{"d":"-78,-300v-41,-12,-8,-57,18,-59r13,11r14,-11v19,8,28,21,30,39v14,-2,11,-23,11,-39r20,0v4,38,-11,61,-47,59v1,-19,-2,-33,-14,-40r-14,10v-6,-3,-11,-14,-18,-7v14,11,5,38,-13,37xm-84,-321v0,4,2,6,6,6v4,0,7,-1,6,-6v0,-4,-2,-6,-6,-6v-4,0,-5,3,-6,6"},"\u0e4b":{"d":"-16,-320r-20,0r0,19r-20,0r0,-19r-20,0r0,-20r20,0r0,-20r20,0r0,20r20,0r0,20"},"\u0e4c":{"d":"-90,-317v-7,-35,57,-27,72,-42r18,0v-6,12,-21,19,-45,22v17,16,4,46,-18,46v-14,0,-27,-12,-27,-26xm-75,-317v0,6,6,11,12,11v6,0,11,-5,11,-11v0,-6,-5,-11,-11,-11v-6,0,-12,5,-12,11"},"\u0e4d":{"d":"-72,-239v0,-15,12,-27,26,-27v14,0,26,13,26,27v0,13,-13,26,-26,26v-14,0,-26,-12,-26,-26xm-46,-251v-14,0,-14,23,0,23v14,0,14,-23,0,-23"},"\u0e4e":{"d":"-24,-254v-50,10,-97,-32,-52,-52v-32,-18,-8,-52,27,-52v10,0,20,1,31,4r0,20v-17,-5,-50,-8,-52,6v-3,11,23,13,40,12r0,20v-18,-1,-47,1,-44,10v4,14,31,13,50,13r0,19"},"\u0e4f":{"d":"21,-85v0,-47,40,-88,87,-88v47,0,88,41,88,88v0,47,-41,88,-88,88v-47,0,-87,-41,-87,-88xm52,-85v0,33,24,59,56,59v33,0,57,-26,57,-59v0,-33,-24,-59,-57,-59v-32,0,-56,26,-56,59xm88,-85v0,-11,9,-20,20,-20v11,0,20,8,20,20v0,12,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":216},"\u0e50":{"d":"21,-80v0,-50,38,-82,87,-82v50,0,88,33,88,82v0,50,-39,83,-88,83v-48,0,-87,-33,-87,-83xm52,-80v-1,35,22,54,56,54v33,-1,57,-19,57,-54v0,-34,-24,-54,-57,-54v-33,0,-56,21,-56,54","w":216},"\u0e51":{"d":"53,-76v0,34,36,70,54,37v-36,-4,-32,-66,7,-66v19,0,35,16,35,35v0,39,-23,73,-62,73v-37,0,-65,-39,-65,-79v0,-49,43,-86,92,-86v50,0,93,36,91,86v0,26,-6,51,-17,76v-11,-2,-29,3,-36,-2v32,-39,33,-132,-38,-132v-34,0,-61,24,-61,58xm102,-72v-1,8,5,14,13,13v8,1,13,-6,13,-13v0,-7,-6,-13,-13,-13v-7,0,-14,5,-13,13","w":227},"\u0e52":{"d":"171,-160v45,4,46,49,46,101v0,85,-112,53,-187,59r0,-199r33,0r0,168v43,-6,122,20,122,-28v0,-27,9,-64,-14,-72r-19,14v-11,-8,-24,-22,-34,-3v43,0,43,66,0,66v-40,0,-51,-56,-24,-84v11,-11,23,-19,38,-22r20,15xm105,-87v0,7,6,14,13,14v7,0,14,-6,13,-14v1,-8,-6,-13,-13,-13v-7,0,-13,6,-13,13","w":246},"\u0e53":{"d":"22,-77v-7,-84,73,-111,102,-56v7,-17,20,-29,42,-29v71,1,69,106,42,162v-11,-2,-29,3,-37,-2v15,-24,23,-49,23,-75v0,-38,-9,-57,-28,-57v-21,0,-27,26,-27,52r-31,0v0,-27,-4,-49,-26,-52v-23,-3,-32,38,-28,73v23,-11,49,8,49,31v0,18,-17,33,-34,33v-36,0,-43,-38,-47,-80xm56,-31v0,7,6,14,13,14v7,0,13,-7,13,-14v0,-7,-6,-13,-13,-13v-7,0,-13,6,-13,13","w":247},"\u0e54":{"d":"22,-82v0,-69,63,-80,139,-80v37,0,59,-20,64,-60r32,0v-4,72,-59,88,-142,88v-41,0,-62,18,-62,53v0,56,52,64,113,40v-31,-16,-31,-81,16,-81v17,0,34,16,34,33v0,19,-15,33,-34,34v17,15,49,15,61,30r-23,25v-24,-29,-85,1,-118,1v-44,1,-80,-39,-80,-83xm169,-88v0,7,6,13,13,13v7,0,14,-5,13,-13v1,-8,-6,-14,-13,-14v-7,0,-13,7,-13,14","w":263},"\u0e55":{"d":"139,-208v22,0,42,23,31,45v32,-3,51,-23,55,-59r32,0v-4,72,-59,88,-142,88v-41,0,-62,18,-62,53v0,56,52,64,113,40v-31,-16,-31,-81,16,-81v17,0,34,16,34,33v0,19,-15,33,-34,34v17,15,48,15,61,30r-23,25v-24,-29,-85,1,-118,1v-44,1,-80,-39,-80,-83v0,-50,36,-78,87,-80v-11,-23,8,-46,30,-46xm126,-175v0,7,6,13,13,13v7,0,14,-6,14,-13v1,-7,-7,-15,-14,-14v-7,0,-13,7,-13,14xm169,-88v0,7,6,13,13,13v7,0,14,-5,13,-13v1,-8,-6,-14,-13,-14v-7,0,-13,7,-13,14","w":263},"\u0e56":{"d":"179,-77v3,-57,-73,-69,-118,-46v-18,-43,-37,-76,-59,-99r44,0v14,21,23,43,28,66v65,-23,136,12,136,79v0,47,-37,80,-84,80v-36,0,-68,-29,-68,-62v0,-50,72,-61,72,-12v0,19,-14,31,-32,33v24,32,87,3,81,-39xm84,-71v0,7,6,13,13,13v7,0,14,-6,14,-13v1,-7,-7,-15,-14,-14v-7,0,-13,7,-13,14","w":232},"\u0e57":{"d":"69,3v-36,0,-46,-38,-47,-80v0,-57,16,-85,49,-85v16,0,28,9,35,26v7,-17,18,-26,34,-26v47,0,58,80,43,131v22,1,33,-8,33,-28r0,-140r33,0v-8,81,32,205,-63,199v-15,-1,-36,4,-47,-2v16,-26,35,-116,1,-132v-13,0,-19,18,-19,52r-31,0v0,-34,-6,-52,-19,-52v-12,0,-18,19,-18,57v0,8,0,14,1,16v23,-11,49,8,49,31v0,18,-17,33,-34,33xm56,-31v0,7,6,14,13,14v7,0,13,-7,13,-14v0,-7,-6,-13,-13,-13v-7,0,-13,6,-13,13","w":278},"\u0e58":{"d":"22,-82v-1,-68,63,-80,139,-80v37,0,59,-20,64,-60r32,0v-4,72,-59,97,-142,88v-74,-8,-82,94,-21,104v-1,-25,9,-47,31,-49v39,-3,54,75,95,44v4,-5,6,-13,6,-22v-22,11,-48,-8,-48,-31v0,-17,17,-33,34,-33v28,0,44,24,44,54v0,40,-18,68,-53,69v-32,1,-51,-39,-72,-52v-10,-1,-8,35,-8,50v-61,7,-100,-29,-101,-82xm198,-88v0,7,6,14,14,13v8,1,13,-6,13,-13v0,-7,-6,-13,-13,-13v-7,0,-14,6,-14,13","w":278},"\u0e59":{"d":"154,-162v19,0,28,30,40,35v10,0,17,-24,19,-72r33,0v-4,57,-8,95,-49,101v-24,4,-30,-27,-43,-36v-6,0,-13,10,-19,28r41,106r-31,0r-49,-124v-4,-6,-9,-10,-14,-10v-27,2,-31,42,-28,73v23,-11,49,8,49,31v0,18,-17,33,-34,33v-36,0,-43,-38,-47,-80v-7,-71,66,-116,101,-59v8,-17,18,-26,31,-26xm56,-31v0,7,6,14,13,14v7,0,13,-7,13,-14v0,-7,-6,-13,-13,-13v-7,0,-13,6,-13,13","w":257},"\u0e5a":{"d":"220,0r-33,0r0,-197r33,0r0,197xm68,-140v30,-2,53,-25,54,-57r39,0r0,197r-33,0r0,-152v-18,39,-116,48,-117,-11v-1,-17,16,-34,33,-34v28,0,44,38,24,57xm31,-163v0,7,6,13,13,13v7,0,13,-6,13,-13v0,-7,-5,-14,-13,-13v-8,-1,-13,6,-13,13","w":249},"\u0e5b":{"d":"108,-24v40,0,55,-27,71,-61r24,28r25,-28r25,28r25,-28v6,51,60,53,65,0r23,0v-6,35,-18,61,-54,62v-20,0,-35,-8,-43,-23r-16,18r-25,-28r-25,28r-16,-18v-16,33,-42,49,-79,49v-48,0,-83,-40,-83,-88v0,-72,75,-111,143,-74v-2,11,3,29,-2,36v-44,-41,-113,-24,-113,38v-1,34,23,61,55,61","w":383},"\uf700":{"d":"28,-113v-13,-77,54,-95,134,-85r21,-5r0,31v-38,12,-121,-18,-126,28v58,-13,123,-3,123,65v0,53,-6,84,-60,84v-40,0,-60,-13,-60,-39v-23,9,-46,-10,-46,-31v0,-17,17,-33,34,-33v29,0,46,19,46,47v0,17,8,25,26,25v30,0,27,-25,27,-53v0,-60,-77,-47,-119,-34xm35,-65v0,7,6,13,13,13v7,0,13,-6,13,-13v0,-7,-5,-14,-13,-13v-8,-1,-14,5,-13,13","w":209},"\uf701":{"d":"-214,-213v8,-73,122,-79,140,-11r4,11r-144,0xm-98,-233v-12,-27,-75,-28,-87,0r87,0"},"\uf702":{"d":"-214,-213v8,-57,84,-81,124,-38r0,-38r20,0r0,76r-144,0xm-98,-233v-12,-27,-75,-28,-87,0r87,0"},"\uf703":{"d":"-214,-213v10,-46,53,-72,102,-54v1,-29,48,-29,48,2v0,12,-7,21,-17,24v4,5,7,15,11,28r-144,0xm-98,-265v0,5,5,10,10,10v6,0,11,-4,11,-10v0,-6,-5,-11,-11,-11v-6,0,-10,5,-10,11xm-98,-233v-12,-27,-75,-28,-87,0r87,0"},"\uf704":{"d":"-214,-213v11,-41,36,-62,83,-60r0,-16r20,0r0,22v8,4,15,9,21,16r0,-38r20,0r0,76r-144,0xm-98,-233v-12,-27,-75,-28,-87,0r87,0"},"\uf705":{"d":"-101,-214r-20,0r0,-59r20,0r0,59"},"\uf706":{"d":"-150,-274v20,0,26,28,12,41v19,-5,36,-18,48,-39r22,0v-15,32,-46,51,-93,58r9,-19v-24,-1,-23,-41,2,-41xm-150,-259v-6,-1,-8,7,-4,10v3,4,10,1,10,-4v0,-4,-2,-6,-6,-6"},"\uf707":{"d":"-179,-214v-41,-12,-8,-57,18,-59r13,11r14,-11v19,8,28,21,30,39v14,-2,11,-23,11,-39r20,0v4,38,-11,61,-47,59v1,-19,-2,-33,-14,-40r-14,10v-6,-3,-11,-14,-18,-7v14,11,5,38,-13,37xm-185,-235v0,4,2,6,6,6v4,0,7,-1,6,-6v0,-4,-2,-6,-6,-6v-4,0,-5,3,-6,6"},"\uf708":{"d":"-81,-234r-20,0r0,19r-20,0r0,-19r-20,0r0,-20r20,0r0,-20r20,0r0,20r20,0r0,20"},"\uf709":{"d":"-158,-237v-7,-35,57,-27,72,-42r18,0v-6,12,-21,19,-45,22v17,16,4,46,-18,46v-14,0,-27,-12,-27,-26xm-143,-237v0,6,6,11,12,11v6,0,11,-5,11,-11v0,-6,-5,-11,-11,-11v-6,0,-12,5,-12,11"},"\uf70a":{"d":"-36,-214r-20,0r0,-59r20,0r0,59"},"\uf70b":{"d":"-113,-274v20,0,26,28,12,41v19,-5,36,-18,48,-39r22,0v-15,32,-46,51,-93,58r9,-19v-24,-1,-23,-41,2,-41xm-113,-259v-6,-1,-8,7,-4,10v3,4,10,1,10,-4v0,-4,-2,-6,-6,-6"},"\uf70c":{"d":"-107,-215v-41,-12,-8,-57,18,-59r13,11r14,-11v19,8,28,21,30,39v14,-2,11,-23,11,-39r20,0v4,38,-11,61,-47,59v1,-19,-2,-33,-14,-40r-14,10v-6,-3,-11,-14,-18,-7v14,11,5,38,-13,37xm-113,-236v0,4,2,6,6,6v4,0,7,-1,6,-6v0,-4,-2,-6,-6,-6v-4,0,-5,3,-6,6"},"\uf70d":{"d":"-16,-234r-20,0r0,19r-20,0r0,-19r-20,0r0,-20r20,0r0,-20r20,0r0,20r20,0r0,20"},"\uf70e":{"d":"-90,-237v-7,-35,57,-27,72,-42r18,0v-6,12,-21,19,-45,22v17,16,4,46,-18,46v-14,0,-27,-12,-27,-26xm-75,-237v0,6,6,11,12,11v6,0,11,-5,11,-11v0,-6,-5,-11,-11,-11v-6,0,-12,5,-12,11"},"\uf70f":{"d":"71,3v-60,0,-61,-107,-15,-118v-10,-2,-27,3,-34,-2v-1,-51,29,-85,79,-85v90,0,80,86,79,171r57,0r0,-166r33,0r0,197r-123,0v-7,-65,26,-173,-46,-171v-25,0,-40,11,-45,31r34,0r0,23v-22,8,-33,26,-32,55v23,-8,46,8,46,31v0,17,-16,34,-33,34xm58,-31v0,7,6,14,13,14v7,0,13,-7,13,-14v0,-7,-6,-13,-13,-13v-7,0,-13,6,-13,13","w":299},"\uf710":{"d":"-144,-224v27,1,65,-24,68,-45r22,0v-10,37,-49,63,-95,63v-30,0,-55,-14,-55,-41v-1,-17,16,-33,33,-33v27,0,45,35,27,56xm-184,-247v0,7,6,14,13,14v7,0,14,-6,13,-14v1,-8,-6,-13,-13,-13v-7,0,-13,6,-13,13"},"\uf711":{"d":"-141,-239v0,-14,13,-27,27,-27v14,0,26,13,26,27v0,13,-13,26,-26,26v-14,0,-27,-12,-27,-26xm-103,-239v0,-14,-23,-14,-23,0v1,13,22,14,23,0"},"\uf712":{"d":"-155,-288v33,1,57,0,62,-25r25,0v-10,35,-36,48,-87,44v-25,-2,-31,31,-8,36v5,-29,21,-23,46,-7v3,-25,47,-22,44,5v-5,41,-48,11,-72,1v-4,0,-3,15,-3,21v-28,1,-48,-13,-49,-38v-1,-23,19,-37,42,-37xm-103,-235v0,10,15,10,15,0v0,-3,-2,-9,-7,-8v-5,-1,-8,4,-8,8"},"\uf713":{"d":"-70,-300r-20,0r0,-59r20,0r0,59"},"\uf714":{"d":"-78,-360v20,0,26,28,12,41v19,-5,36,-18,48,-39r22,0v-15,32,-46,51,-93,58r9,-19v-11,-1,-18,-9,-18,-20v0,-11,9,-21,20,-21xm-72,-339v0,-7,-12,-8,-12,0v0,7,12,8,12,0"},"\uf715":{"d":"-121,-300v-41,-12,-8,-57,18,-59r13,11r14,-11v19,8,28,21,30,39v14,-2,11,-23,11,-39r20,0v4,38,-11,61,-47,59v1,-19,-2,-33,-14,-40r-14,10v-6,-3,-11,-14,-18,-7v14,11,5,38,-13,37xm-127,-321v0,4,2,6,6,6v4,0,7,-1,6,-6v0,-4,-2,-6,-6,-6v-4,0,-5,3,-6,6"},"\uf716":{"d":"-59,-320r-20,0r0,19r-20,0r0,-19r-20,0r0,-20r20,0r0,-20r20,0r0,20r20,0r0,20"},"\uf717":{"d":"-115,-317v0,-36,58,-27,72,-43r17,0v-6,12,-21,20,-45,23v19,16,5,46,-18,46v-13,0,-26,-13,-26,-26xm-89,-329v-14,0,-14,23,0,23v14,0,14,-23,0,-23"},"\uf718":{"d":"-54,11v27,-1,20,35,21,62r-19,0r0,-21v-12,0,-22,-9,-22,-21v0,-11,9,-20,20,-20xm-60,31v0,4,1,7,6,6v4,0,6,-2,6,-6v0,-4,-3,-5,-6,-6v-4,0,-6,2,-6,6"},"\uf719":{"d":"-107,11v21,0,23,21,21,43v12,-2,34,6,34,-8r0,-35r19,0v-1,27,8,62,-22,62r-50,0r0,-21v-12,0,-22,-10,-22,-21v0,-11,9,-20,20,-20xm-113,31v0,4,2,6,6,6v4,0,6,-2,6,-6v0,-7,-12,-8,-12,0"},"\uf71a":{"d":"-61,35v0,-10,8,-17,17,-17v8,0,16,8,16,17v0,8,-8,16,-16,16v-8,0,-17,-8,-17,-16"},"\uf71c":{"d":"19,74r24,-47r42,0r-42,47r-24,0","w":75},"\uf71d":{"d":"108,41r-14,0r0,-19r-47,0r0,19r-15,0r0,-37r76,0r0,37","w":140},"\u0492":{"d":"182,-231r-121,0r0,83r92,0r0,31r-92,0r0,117r-34,0r0,-117r-21,0r0,-31r21,0r0,-114r155,0r0,31","w":182},"\u0493":{"d":"149,-167r-92,0r0,57r69,0r0,29r-69,0r0,81r-33,0r0,-81r-16,0r0,-29r16,0r0,-86r125,0r0,29","w":149},"\u0496":{"d":"177,-143v69,-7,39,-135,137,-119r0,31v-36,0,-43,9,-52,40v-8,25,-21,43,-38,54r78,106r25,0r0,90r-33,0r0,-59r-13,0r-87,-120r-17,0r0,120r-34,0r0,-120r-17,0r-88,120r-40,0r98,-135v-40,-14,-21,-105,-89,-96r0,-31v63,-6,74,34,91,80v9,24,25,36,45,38r0,-118r34,0r0,119","w":333},"\u0497":{"d":"75,-103v-30,-8,-17,-73,-67,-65r0,-28v46,-5,63,24,75,60v6,17,17,25,32,26r0,-86r33,0r0,86v23,1,35,-27,41,-47v10,-29,31,-41,66,-39r0,28v-48,-8,-37,54,-67,64r54,76r20,0r0,75r-31,0r0,-47r-9,0r-61,-90r-13,0r0,90r-33,0r0,-90r-13,0r-62,90r-39,0","w":270},"\u049a":{"d":"61,-144v80,-1,42,-135,145,-118r0,31v-36,0,-45,8,-54,40v-7,24,-20,41,-38,53r82,107r25,0r0,90r-33,0r0,-59r-12,0r-93,-120r-22,0r0,120r-34,0r0,-262r34,0r0,118","w":228},"\u049b":{"d":"180,47r-31,0r0,-47r-8,0r-68,-91r-16,0r0,91r-33,0r0,-196r33,0r0,85v27,1,38,-23,45,-46v9,-29,31,-41,66,-39r0,28v-48,-8,-37,54,-66,64r58,76r20,0r0,75","w":188},"\u049c":{"d":"107,-169v20,-42,27,-103,99,-93r0,31v-36,0,-45,8,-54,40v-7,24,-20,41,-38,53r106,138r-44,0r-69,-89r0,36r-24,0r0,-67r-22,0r0,120r-34,0r0,-262r34,0r0,118v8,0,16,-1,22,-4r0,-62r24,0r0,41","w":216},"\u049d":{"d":"97,-143v9,-32,29,-58,71,-53r0,28v-48,-8,-37,54,-66,64r80,104r-41,0r-44,-59r0,34r-24,0r0,-66r-16,0r0,91r-33,0r0,-196r33,0r0,85v6,0,11,-1,16,-3r0,-61r24,0r0,32","w":179},"\u04a2":{"d":"241,59r-33,0r0,-59r-26,0r0,-128r-121,0r0,128r-34,0r0,-262r34,0r0,103r121,0r0,-103r35,0r0,232r24,0r0,89","w":248},"\u04a3":{"d":"198,47r-30,0r0,-47r-22,0r0,-88r-89,0r0,88r-33,0r0,-196r33,0r0,79r89,0r0,-79r33,0r0,168r19,0r0,75","w":207},"\u04ae":{"d":"210,-262r-89,146r0,116r-35,0r0,-112r-88,-150r39,0r67,116r69,-116r37,0","w":207},"\u04af":{"d":"178,-196r-73,187r0,81r-33,0r0,-81r-71,-187r36,0r53,145r54,-145r34,0","w":179},"\u04b0":{"d":"210,-262r-89,145r69,0r0,25r-69,0r0,92r-35,0r0,-92r-68,0r0,-25r68,0r-88,-145r39,0r67,116r69,-116r37,0","w":207},"\u04b1":{"d":"178,-196r-73,185r57,0r0,25r-57,0r0,58r-33,0r0,-58r-54,0r0,-25r54,0r-71,-185r36,0r53,145r54,-145r34,0","w":179},"\u04b2":{"d":"214,59r-33,0r0,-59r-13,0r-64,-105r-65,105r-38,0r84,-131r-81,-131r40,0r62,103r64,-103r37,0r-81,129r63,103r25,0r0,89","w":220},"\u04b3":{"d":"177,47r-31,0r0,-47r-10,0r-48,-74r-49,74r-37,0r68,-97r-68,-99r41,0r47,73r49,-73r37,0r-67,96r48,72r20,0r0,75","w":185},"\u04b8":{"d":"119,-130v16,-1,38,-7,49,-11r0,-121r34,0r0,262r-34,0r0,-111v-19,7,-32,10,-49,13r0,52r-23,0v-2,-16,4,-39,-2,-51v-50,1,-78,-27,-78,-75r0,-90r35,0v5,55,-20,135,45,133r0,-66r23,0r0,65","w":228},"\u04b9":{"d":"106,-96v11,-1,24,-4,33,-6r0,-94r33,0r0,196r-33,0r0,-77r-33,9r0,36r-24,0v-2,-10,3,-27,-2,-34v-39,0,-63,-20,-63,-60r0,-70r33,0v3,42,-13,100,32,101r0,-52r24,0r0,51","w":195},"\u04ba":{"d":"61,-151v71,-27,152,-19,152,61r0,90r-35,0v-4,-59,18,-133,-50,-133v-23,0,-46,4,-67,12r0,121r-34,0r0,-262r34,0r0,111","w":228},"\u04bb":{"d":"117,-202v85,-1,56,120,61,202r-33,0r0,-112v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-274r33,0r0,99v17,-15,33,-26,60,-27","w":200},"\u018f":{"d":"127,-267v76,0,116,56,116,136v0,80,-41,139,-116,136v-86,-3,-119,-57,-115,-162r193,0v-7,-47,-28,-78,-78,-80v-30,-1,-52,10,-75,25r0,-38v18,-8,50,-17,75,-17xm48,-125v0,56,26,100,79,100v53,0,79,-45,80,-100r-159,0","w":254},"\u04d8":{"d":"127,-267v76,0,116,56,116,136v0,80,-41,139,-116,136v-86,-3,-119,-57,-115,-162r193,0v-7,-47,-28,-78,-78,-80v-30,-1,-52,10,-75,25r0,-38v18,-8,50,-17,75,-17xm48,-125v0,56,26,100,79,100v53,0,79,-45,80,-100r-159,0","w":254},"\u0259":{"d":"146,-102v8,-80,-91,-84,-133,-47r0,-36v14,-5,45,-17,67,-17v64,0,100,38,99,102v0,59,-34,105,-91,105v-58,0,-84,-43,-79,-107r137,0xm42,-77v-7,53,56,69,87,39v9,-10,16,-23,17,-39r-104,0","w":189},"\u04d9":{"d":"146,-102v8,-80,-91,-84,-133,-47r0,-36v14,-5,45,-17,67,-17v64,0,100,38,99,102v0,59,-34,105,-91,105v-58,0,-84,-43,-79,-107r137,0xm42,-77v-7,53,56,69,87,39v9,-10,16,-23,17,-39r-104,0","w":189},"\u04e8":{"d":"127,-267v76,0,116,56,116,136v0,80,-41,136,-116,136v-76,0,-115,-56,-115,-136v0,-80,38,-136,115,-136xm205,-157v1,-73,-93,-108,-136,-53v-10,13,-17,31,-20,53r156,0xm48,-125v0,56,26,100,79,100v53,0,79,-45,80,-100r-159,0","w":254},"\u04e9":{"d":"98,-202v57,0,87,43,87,104v0,60,-29,103,-87,103v-57,0,-88,-44,-88,-103v0,-59,31,-104,88,-104xm150,-120v-5,-36,-22,-53,-52,-53v-30,0,-47,17,-52,53r104,0xm151,-95r-107,0v1,48,19,72,54,72v35,0,52,-24,53,-72","w":195},"\u06c2":{"d":"97,-175v1,16,21,20,40,18r0,17r-59,0r0,-17r13,0v-21,-13,-4,-46,21,-46v9,0,15,1,20,3v-1,6,2,14,-1,18v-8,-5,-34,-8,-34,7xm115,-66v-29,8,-50,60,-63,97v-10,-2,-27,3,-34,-2v19,-43,33,-71,42,-85v30,-52,87,-53,106,4v4,13,8,17,21,19r0,33v-37,4,-48,-29,-56,-56v-4,-6,-9,-10,-16,-10","w":187},"\u06c3":{"d":"100,-143r-26,0r0,-26r26,0r0,26xm147,-143r-26,0r0,-26r26,0r0,26xm115,-66v-29,8,-50,60,-63,97v-10,-2,-27,3,-34,-2v19,-43,33,-71,42,-85v30,-52,87,-53,106,4v4,13,8,17,21,19r0,33v-37,4,-48,-29,-56,-56v-4,-6,-9,-10,-16,-10","w":187},"\u06d4":{"d":"85,0r-78,0r0,-33r78,0r0,33","w":92},"\u0670":{"d":"8,-238r-16,0r0,-108r16,0r0,108"},"\u06d6":{"d":"54,-302v17,0,26,15,27,33v2,37,-61,37,-89,25v-9,9,-28,8,-35,-4v-1,4,-19,15,-19,21v14,11,59,2,84,5r0,17v-36,-2,-94,9,-103,-18v6,-21,30,-27,30,-51r0,-72r16,0r0,72v-3,23,19,28,19,6r17,0v0,6,1,10,4,12v18,-31,35,-46,49,-46xm65,-269v0,-11,-3,-17,-11,-17v-10,0,-21,11,-32,32v19,1,43,0,43,-15"},"\u06d9":{"d":"52,-277v-3,34,-44,45,-86,39v1,-5,-2,-14,1,-17v6,1,21,4,33,1r-52,-87r19,0r50,83v34,-7,13,-54,19,-88r16,0r0,69"},"\u266f":{"d":"182,-73r-35,16r0,57r-15,0r0,-51r-63,29r0,59r-15,0r0,-53r-36,16r0,-30r36,-15r0,-87r-36,16r0,-30r36,-16r0,-57r15,0r0,51r63,-29r0,-61r15,0r0,55r35,-16r0,30r-35,15r0,87r35,-16r0,30xm132,-80r0,-87r-63,28r0,87","w":200},"\u20a0":{"d":"144,-223v-44,-43,-111,-22,-111,47v0,38,19,68,55,68r0,-70r111,0r0,21r-88,0r0,49r82,0r0,21r-82,0r0,66r88,0r0,21r-111,0r0,-87v-51,0,-79,-35,-79,-89v0,-77,72,-112,135,-75r0,28","w":207},"\u20a1":{"d":"210,-18v-32,15,-47,23,-86,23r-5,17r-30,0r7,-21v-10,-2,-19,-6,-27,-11r-10,32r-29,0r15,-51v-41,-41,-44,-146,-7,-194v20,-25,46,-40,80,-43r6,-18r30,0r-5,19v10,1,18,3,27,6r8,-25r30,0r-11,36v2,1,2,1,7,4r0,42v-9,-1,-12,-11,-17,-13r-59,190v29,0,52,-16,76,-34r0,41xm167,-230v-9,-4,-17,-5,-27,-6r-60,193v7,7,15,11,25,14xm109,-234v-57,10,-75,102,-50,161","w":216},"\u20a2":{"d":"129,-237v-99,0,-107,185,-23,209r0,-123r33,0r0,30v28,-22,41,-34,71,-29v-2,11,3,28,-2,35v-27,-6,-49,2,-69,21r0,68v27,-2,48,-16,71,-33r0,41v-31,15,-45,22,-81,23v-75,1,-117,-57,-117,-136v0,-79,42,-135,117,-135v27,0,54,7,81,22r0,42v-29,-18,-52,-35,-81,-35","w":216},"\u20a5":{"d":"135,-108v1,-39,0,-61,-33,-62v-13,0,-28,7,-45,23r0,147r-33,0r0,-196r33,0r0,21v32,-36,86,-38,105,6r29,-68r31,0r-17,38v46,-12,75,16,75,70r0,129r-33,0r0,-114v5,-50,-22,-66,-58,-49r-21,48r0,115r-33,0r0,-40r-32,75r-30,0","w":302},"\u20a6":{"d":"240,-93r-26,0r0,93r-39,0r-48,-93r-68,0r0,93r-32,0r0,-93r-27,0r0,-25r27,0r0,-25r-27,0r0,-26r27,0r0,-93r49,0r47,93r58,0r0,-93r33,0r0,93r26,0r0,26r-26,0r0,25r26,0r0,25xm181,-118r0,-25r-45,0r13,25r32,0xm88,-169r-29,-57r0,57r29,0xm181,-54r0,-39r-19,0xm114,-118r-13,-25r-42,0r0,25r55,0","w":240},"\u20a8":{"d":"190,-191v1,41,-23,66,-54,77r93,114r-45,0r-83,-104r-40,0r0,104r-34,0r0,-262v80,-1,164,-8,163,71xm61,-133v53,3,93,-4,93,-55v0,-46,-46,-46,-93,-44r0,99xm328,-202v48,0,72,45,72,99v0,79,-68,134,-132,93r0,82r-33,0r0,-268r33,0r0,20v15,-13,34,-26,60,-26xm268,-37v47,28,102,0,98,-63v-3,-39,-9,-69,-46,-70v-21,0,-39,10,-52,22r0,111","w":409},"\u20a9":{"d":"325,-93r-47,0r-24,93r-39,0r-23,-93r-60,0r-22,93r-38,0r-24,-93r-48,0r0,-25r41,0r-6,-25r-35,0r0,-26r28,0r-23,-93r35,0r23,93r60,0r22,-93r36,0r22,93r61,0r22,-93r34,0r-23,93r28,0r0,26r-35,0r-6,25r41,0r0,25xm258,-143r-49,0r6,25r37,0xm174,-169r-12,-48r-12,48r24,0xm246,-93r-25,0r13,51xm186,-118r-6,-25r-36,0r-6,25r48,0xm117,-143r-48,0r6,25r36,0xm105,-93r-24,0r12,49","w":324},"\u20ad":{"d":"211,0r-42,0r-108,-118r0,118r-34,0r0,-118r-27,0r0,-25r27,0r0,-119r34,0r0,119r108,-119r42,0r-111,119r111,0r0,25r-111,0","w":211},"\u20ae":{"d":"210,-231r-87,0r0,60r43,-35r0,29r-43,34r0,28r43,-34r0,28r-43,35r0,86r-35,0r0,-59r-44,34r0,-28r44,-35r0,-28r-44,35r0,-29r44,-34r0,-87r-88,0r0,-31r210,0r0,31","w":210},"\u20af":{"d":"262,-82v30,-32,93,-15,93,32v0,46,-58,67,-88,37v-8,29,-8,60,-22,84r-35,0v26,-40,20,-118,52,-153xm44,-244v25,-12,57,-18,92,-18v8,-9,25,-22,50,-40r9,5v-8,8,-18,19,-30,35v61,4,92,40,92,107v0,111,-92,204,-172,124v-12,38,-77,46,-78,-1v0,-28,35,-42,58,-26v4,-20,8,-38,11,-55v15,-68,19,-98,47,-137v-33,2,-58,8,-75,17xm301,-13v16,0,28,-19,28,-35v1,-17,-11,-35,-28,-35v-17,0,-29,18,-29,35v0,16,14,35,29,35xm114,-27v69,41,110,-54,108,-126v-2,-60,-15,-92,-66,-97v-28,38,-42,152,-63,206xm63,-43v-15,-13,-40,-10,-42,11v-2,21,32,23,38,5v1,-2,2,-7,4,-16","w":360},"\u0654":{"d":"34,-315v1,16,22,19,41,18r0,17r-60,0r0,-17r13,0v-19,-14,-4,-50,21,-46v9,-1,15,1,20,3v-1,6,2,14,-1,18v-9,-5,-34,-8,-34,7","w":90},"\u0674":{"d":"34,-315v1,16,22,19,41,18r0,17r-60,0r0,-17r13,0v-19,-14,-4,-50,21,-46v9,-1,15,1,20,3v-1,6,2,14,-1,18v-9,-5,-34,-8,-34,7","w":90},"\u0655":{"d":"34,40v0,16,22,19,41,18r0,16r-60,0r0,-16r13,0v-19,-15,-5,-49,21,-46v9,-1,15,1,20,3v-1,5,2,14,-1,17v-12,-3,-34,-9,-34,8","w":90},"\u0672":{"d":"46,-326v1,16,21,20,40,18r0,16v0,0,-49,2,-63,-5v-5,0,-11,3,-20,11r0,-17v16,-12,17,-13,37,-5v-21,-14,-5,-49,21,-46v7,0,14,1,20,3v-1,5,2,14,-1,17v-12,-6,-35,-7,-34,8xm58,0r-29,0r0,-274r29,0r0,274","w":86},"\u0673":{"d":"46,34v1,16,21,20,40,18r0,16v0,0,-49,2,-63,-5v-5,0,-11,3,-20,11r0,-17v16,-12,17,-13,37,-5v-21,-14,-5,-49,21,-46v7,0,14,1,20,3v-1,5,2,14,-1,17v-12,-6,-35,-7,-34,8xm58,0r-29,0r0,-274r29,0r0,274","w":86},"\u0675":{"d":"87,-245v0,16,21,20,40,18r0,16r-59,0r0,-16r13,0v-25,-23,7,-59,41,-44v-1,6,2,14,-1,18v-12,-3,-34,-9,-34,8xm58,0r-29,0r0,-274r29,0r0,274","w":86},"\u0676":{"d":"105,-205v1,16,21,20,40,18r0,16r-59,0r0,-16r13,0v-21,-14,-5,-50,21,-46v9,-1,15,1,20,3v-1,5,2,14,-1,17v-12,-3,-35,-10,-34,8xm68,-142v61,2,86,114,50,165v-26,36,-78,52,-139,52r0,-34v62,-1,121,-9,124,-68v-39,20,-91,-5,-91,-49v0,-33,27,-66,56,-66xm42,-77v0,24,41,31,59,17v-3,-20,-10,-45,-31,-48v-16,-1,-28,16,-28,31","w":150},"\u0678":{"d":"273,-255v1,16,22,19,41,18r0,16r-59,0r0,-16r13,0v-27,-26,6,-57,40,-44v-1,6,2,14,-1,18v-9,-5,-35,-8,-34,8xm164,-126v-26,-70,86,-91,134,-60v-1,12,2,27,-1,37v-24,-18,-98,-34,-108,6v21,36,98,24,104,76v-9,61,-84,64,-169,67v-86,3,-121,-40,-104,-122v9,2,25,-3,30,2v-1,5,-5,33,-5,42v0,71,144,43,185,36v35,-6,48,-27,15,-40v-33,-12,-61,-19,-81,-44","w":313},"\u067c":{"d":"145,-31v66,2,116,-22,95,-90r31,0v16,85,-36,123,-126,123v-89,0,-144,-37,-125,-123v9,2,25,-3,30,2r-5,31v2,48,49,55,100,57xm135,-143r-26,0r0,-26r26,0r0,26xm182,-143r-26,0r0,-26r26,0r0,26xm145,-15v17,0,33,14,33,33v0,18,-16,34,-33,34v-18,1,-33,-17,-33,-34v-1,-17,16,-34,33,-33xm128,19v0,23,34,19,34,0v0,-10,-7,-17,-17,-17v-10,0,-17,7,-17,17","w":290},"\u067d":{"d":"145,-31v66,2,116,-22,95,-90r31,0v16,85,-36,123,-126,123v-89,0,-144,-37,-125,-123v9,2,25,-3,30,2r-5,31v2,48,49,55,100,57xm133,-180r-26,0r0,-26r26,0r0,26xm185,-180r-26,0r0,-26r26,0r0,26xm159,-143r-26,0r0,-26r26,0r0,26","w":290},"\u0681":{"d":"110,-231v0,16,22,19,41,18r0,16r-59,0r0,-16r13,0v-26,-26,5,-55,41,-44v-1,6,3,16,-2,18v-12,-3,-34,-9,-34,8xm36,-168v59,-3,109,19,148,42r13,0r0,27v-77,2,-149,8,-154,79v-5,73,107,73,150,42r0,35v-65,39,-186,14,-179,-77v5,-66,62,-92,126,-98v-30,-15,-59,-19,-104,-18r0,-32","w":219},"\u0682":{"d":"161,-234r-26,0r0,-26r26,0r0,26xm161,-197r-26,0r0,-26r26,0r0,26xm36,-168v59,-3,109,19,148,42r13,0r0,27v-77,2,-149,8,-154,79v-5,73,107,73,150,42r0,35v-65,39,-186,14,-179,-77v5,-66,62,-92,126,-98v-30,-15,-59,-19,-104,-18r0,-32","w":219},"\u0685":{"d":"135,-197r-26,0r0,-26r26,0r0,26xm187,-197r-26,0r0,-26r26,0r0,26xm161,-234r-26,0r0,-26r26,0r0,26xm36,-168v59,-3,109,19,148,42r13,0r0,27v-77,2,-149,8,-154,79v-5,73,107,73,150,42r0,35v-65,39,-186,14,-179,-77v5,-66,62,-92,126,-98v-30,-15,-59,-19,-104,-18r0,-32","w":219},"\u0689":{"d":"122,-57v-12,-36,-47,-51,-76,-73v1,-12,-2,-28,1,-38v36,33,104,54,104,111v0,62,-70,59,-135,57r0,-33v39,-3,101,12,106,-24xm68,-17v17,0,33,14,33,33v0,18,-16,34,-33,34v-18,1,-33,-17,-33,-34v-1,-17,16,-34,33,-33xm51,17v0,23,34,19,34,0v0,-10,-7,-17,-17,-17v-10,0,-17,7,-17,17","w":168},"\u068b":{"d":"65,-234v20,-29,62,-26,62,9v0,36,-56,29,-95,29r0,-16v0,0,18,1,18,-4r0,-88r15,0r0,70xm112,-225v-9,-25,-28,-11,-45,13v22,1,48,-3,45,-13xm68,56r-26,0r0,-26r26,0r0,26xm122,-57v-12,-36,-47,-51,-76,-73v1,-12,-2,-28,1,-38v36,33,104,54,104,111v0,62,-70,59,-135,57r0,-33v39,-3,101,12,106,-24","w":168},"\u068f":{"d":"46,-244r-26,0r0,-26r26,0r0,26xm98,-244r-26,0r0,-26r26,0r0,26xm72,-207r-26,0r0,-26r26,0r0,26xm122,-57v-12,-36,-47,-51,-76,-73v1,-12,-2,-28,1,-38v36,33,104,54,104,111v0,62,-70,59,-135,57r0,-33v39,-3,101,12,106,-24","w":168},"\u0690":{"d":"96,-244r-26,0r0,-26r26,0r0,26xm96,-207r-26,0r0,-26r26,0r0,26xm49,-244r-27,0r0,-26r27,0r0,26xm49,-207r-27,0r0,-26r27,0r0,26xm122,-57v-12,-36,-47,-51,-76,-73v1,-12,-2,-28,1,-38v36,33,104,54,104,111v0,62,-70,59,-135,57r0,-33v39,-3,101,12,106,-24","w":168},"\u0692":{"d":"99,-194r-24,51r-18,0r-24,-51r19,0r14,35r14,-35r19,0xm98,-91v32,48,16,129,-35,145v-22,13,-53,20,-82,21r0,-34v50,-3,104,-17,105,-68v0,-26,-13,-44,-22,-64r34,0","w":130},"\u0693":{"d":"98,-91v32,48,16,129,-35,145v-22,13,-53,20,-82,21r0,-34v50,-3,104,-17,105,-68v0,-26,-13,-44,-22,-64r34,0xm107,8v17,0,33,14,33,33v0,18,-16,34,-33,34v-18,1,-33,-17,-33,-34v-1,-17,16,-34,33,-33xm90,42v0,23,34,19,34,0v0,-10,-7,-17,-17,-17v-10,0,-17,7,-17,17","w":130},"\u0694":{"d":"127,63r-26,0r0,-26r26,0r0,26xm98,-91v32,48,16,129,-35,145v-22,13,-53,20,-82,21r0,-34v50,-3,104,-17,105,-68v0,-26,-13,-44,-22,-64r34,0","w":130},"\u0695":{"d":"165,24r-24,51r-17,0r-24,-51r19,0r14,34r14,-34r18,0xm98,-91v32,48,16,129,-35,145v-22,13,-53,20,-82,21r0,-34v50,-3,104,-17,105,-68v0,-26,-13,-44,-22,-64r34,0","w":130},"\u0696":{"d":"61,0r-26,0r0,-26r26,0r0,26xm127,63r-26,0r0,-26r26,0r0,26xm98,-91v32,48,16,129,-35,145v-22,13,-53,20,-82,21r0,-34v50,-3,104,-17,105,-68v0,-26,-13,-44,-22,-64r34,0","w":130},"\u0697":{"d":"62,-132r-26,0r0,-26r26,0r0,26xm109,-132r-26,0r0,-26r26,0r0,26xm98,-91v32,48,16,129,-35,145v-22,13,-53,20,-82,21r0,-34v50,-3,104,-17,105,-68v0,-26,-13,-44,-22,-64r34,0","w":130},"\u0699":{"d":"109,-169r-26,0r0,-26r26,0r0,26xm109,-132r-26,0r0,-26r26,0r0,26xm62,-169r-26,0r0,-26r26,0r0,26xm62,-132r-26,0r0,-26r26,0r0,26xm98,-91v32,48,16,129,-35,145v-22,13,-53,20,-82,21r0,-34v50,-3,104,-17,105,-68v0,-26,-13,-44,-22,-64r34,0","w":130},"\u069a":{"d":"264,56r-26,0r0,-26r26,0r0,26xm264,-141r-26,0r0,-26r26,0r0,26xm305,-17v-18,21,-70,23,-94,7v-3,49,-50,85,-103,85v-81,0,-104,-69,-87,-145v10,2,26,-3,32,2v-16,47,-10,109,55,109v74,0,80,-65,72,-137r31,0v1,42,8,62,44,64v34,1,42,-28,39,-64r29,0v-2,31,0,63,28,64v44,2,37,-51,37,-94r29,0v3,67,-2,128,-66,127v-17,0,-39,-7,-46,-18","w":435},"\u069b":{"d":"294,38r-26,0r0,-26r26,0r0,26xm346,38r-26,0r0,-26r26,0r0,26xm320,74r-26,0r0,-26r26,0r0,26xm305,-17v-18,21,-70,23,-94,7v-3,49,-50,85,-103,85v-81,0,-104,-69,-87,-145v10,2,26,-3,32,2v-16,47,-10,109,55,109v74,0,80,-65,72,-137r31,0v1,42,8,62,44,64v34,1,42,-28,39,-64r29,0v-2,31,0,63,28,64v44,2,37,-51,37,-94r29,0v3,67,-2,128,-66,127v-17,0,-39,-7,-46,-18","w":435},"\u069c":{"d":"294,38r-26,0r0,-26r26,0r0,26xm346,38r-26,0r0,-26r26,0r0,26xm320,74r-26,0r0,-26r26,0r0,26xm294,-141r-26,0r0,-26r26,0r0,26xm346,-141r-26,0r0,-26r26,0r0,26xm320,-178r-26,0r0,-26r26,0r0,26xm305,-17v-18,21,-70,23,-94,7v-3,49,-50,85,-103,85v-81,0,-104,-69,-87,-145v10,2,26,-3,32,2v-16,47,-10,109,55,109v74,0,80,-65,72,-137r31,0v1,42,8,62,44,64v34,1,42,-28,39,-64r29,0v-2,31,0,63,28,64v44,2,37,-51,37,-94r29,0v3,67,-2,128,-66,127v-17,0,-39,-7,-46,-18","w":435},"\u069d":{"d":"289,56r-26,0r0,-26r26,0r0,26xm336,56r-26,0r0,-26r26,0r0,26xm330,-143v40,-3,72,31,70,71v-4,86,-115,72,-206,72v-5,46,-42,75,-93,75v-75,0,-98,-73,-80,-143v10,2,26,-3,32,2v-13,45,-13,114,48,107v60,5,71,-53,63,-109v9,2,25,-3,31,2v0,12,5,26,12,31v26,-43,71,-104,123,-108xm239,-33v52,-2,127,7,131,-38v3,-30,-36,-51,-63,-31v-24,17,-51,45,-68,69","w":415},"\u069e":{"d":"286,-187r-26,0r0,-26r26,0r0,26xm338,-187r-26,0r0,-26r26,0r0,26xm312,-224r-26,0r0,-26r26,0r0,26xm330,-143v40,-3,72,31,70,71v-4,86,-115,72,-206,72v-5,46,-42,75,-93,75v-75,0,-98,-73,-80,-143v10,2,26,-3,32,2v-13,45,-13,114,48,107v60,5,71,-53,63,-109v9,2,25,-3,31,2v0,12,5,26,12,31v26,-43,71,-104,123,-108xm239,-33v52,-2,127,7,131,-38v3,-30,-36,-51,-63,-31v-24,17,-51,45,-68,69","w":415},"\u069f":{"d":"119,-187r-26,0r0,-26r26,0r0,26xm171,-187r-26,0r0,-26r26,0r0,26xm145,-224r-26,0r0,-26r26,0r0,26xm164,-143v40,-2,72,30,70,71v-6,96,-146,68,-246,72r0,-33v23,-1,51,6,56,-16r0,-225r29,0r0,190v21,-27,54,-57,91,-59xm73,-33v53,-3,126,8,131,-38v3,-31,-36,-51,-64,-31v-24,17,-51,44,-67,69","w":242},"\u06a0":{"d":"84,-217r-26,0r0,-26r26,0r0,26xm136,-217r-26,0r0,-26r26,0r0,26xm110,-254r-26,0r0,-26r26,0r0,26xm44,-10v0,67,109,58,148,29r0,37v-61,37,-183,20,-178,-65v2,-30,16,-51,36,-64v-46,-29,-18,-112,47,-112v11,0,30,3,37,4v-1,10,2,25,-1,33v-39,-17,-99,8,-71,51v4,6,9,10,13,12r83,-30r0,30v-41,21,-114,20,-114,75","w":218},"\u06a2":{"d":"243,56r-26,0r0,-26r26,0r0,26xm232,-195v48,2,68,55,66,113v-3,75,-74,83,-153,84v-90,2,-143,-36,-126,-124v9,1,24,-3,29,2v-1,8,-3,23,-3,32v2,48,49,57,100,57v64,0,116,-3,123,-50v-37,19,-92,-5,-92,-49v0,-29,27,-66,56,-65xm207,-131v-1,25,41,30,59,17v-4,-19,-11,-46,-32,-48v-16,-1,-27,16,-27,31","w":313},"\u06a3":{"d":"163,56r-26,0r0,-26r26,0r0,26xm222,-232r-26,0r0,-26r26,0r0,26xm232,-195v48,2,68,55,66,113v-3,75,-74,83,-153,84v-90,2,-143,-36,-126,-124v9,1,24,-3,29,2v-1,8,-3,23,-3,32v2,48,49,57,100,57v64,0,116,-3,123,-50v-37,19,-92,-5,-92,-49v0,-29,27,-66,56,-65xm207,-131v-1,25,41,30,59,17v-4,-19,-11,-46,-32,-48v-16,-1,-27,16,-27,31","w":313},"\u06a5":{"d":"217,38r-26,0r0,-26r26,0r0,26xm269,38r-26,0r0,-26r26,0r0,26xm243,74r-26,0r0,-26r26,0r0,26xm232,-195v48,2,68,55,66,113v-3,75,-74,83,-153,84v-90,2,-143,-36,-126,-124v9,1,24,-3,29,2v-1,8,-3,23,-3,32v2,48,49,57,100,57v64,0,116,-3,123,-50v-37,19,-92,-5,-92,-49v0,-29,27,-66,56,-65xm207,-131v-1,25,41,30,59,17v-4,-19,-11,-46,-32,-48v-16,-1,-27,16,-27,31","w":313},"\u06a7":{"d":"232,-204v61,0,84,105,54,161v-24,45,-73,76,-141,78v-90,2,-143,-39,-126,-125v9,1,24,-3,29,2v-1,7,-4,22,-3,32v4,48,46,57,100,57v67,0,117,-31,123,-91v-38,18,-92,-2,-92,-49v0,-31,28,-65,56,-65xm207,-140v-1,24,41,31,59,17v-4,-19,-11,-46,-32,-48v-17,-2,-27,16,-27,31xm236,-225r-26,0r0,-26r26,0r0,26","w":313},"\u06a8":{"d":"232,-204v61,0,84,105,54,161v-24,45,-73,76,-141,78v-90,2,-143,-39,-126,-125v9,1,24,-3,29,2v-1,7,-4,22,-3,32v4,48,46,57,100,57v67,0,117,-31,123,-91v-38,18,-92,-2,-92,-49v0,-31,28,-65,56,-65xm207,-140v-1,24,41,31,59,17v-4,-19,-11,-46,-32,-48v-17,-2,-27,16,-27,31xm210,-225r-26,0r0,-26r26,0r0,26xm262,-225r-26,0r0,-26r26,0r0,26xm236,-262r-26,0r0,-26r26,0r0,26","w":313},"\u06aa":{"d":"295,-33v13,0,29,-3,31,-12v0,-7,-9,-10,-28,-12r-157,-15v-20,-2,-40,-17,-39,-39v0,-13,13,-27,38,-42r89,-53r0,35r-74,44v-22,13,-29,27,0,30r156,15v27,1,52,19,51,44v-2,30,-40,38,-78,38r-140,0v-101,-1,-142,-39,-124,-123v9,2,25,-3,30,2v-18,61,12,87,94,88r151,0","w":390},"\u06ab":{"d":"50,-123v-19,64,26,94,94,90v48,-3,144,15,113,-45v-21,-27,-67,-55,-91,-82v-16,-29,8,-43,33,-55r112,-54r0,35r-111,53v-19,11,9,22,15,28v27,29,76,44,78,93v3,70,-79,60,-149,60v-89,0,-143,-39,-124,-123r30,0xm269,-228v17,0,33,14,33,33v0,18,-16,34,-33,34v-18,1,-33,-17,-33,-34v-1,-17,16,-34,33,-33xm252,-194v0,23,34,19,34,0v0,-10,-7,-17,-17,-17v-10,0,-17,7,-17,17","w":332},"\u06ac":{"d":"138,-246r-26,0r0,-26r26,0r0,26xm173,-33v28,0,37,-21,37,-49r0,-192r29,0r0,194v1,47,-22,80,-66,80v-75,-2,-176,20,-155,-76v9,1,24,-3,29,2v-18,62,74,41,126,41xm147,-175v-25,-4,-46,14,-19,21v15,5,34,5,34,25v-1,25,-33,33,-63,32r0,-16v20,-1,55,-2,44,-20v-18,-6,-44,-7,-44,-30v0,-21,23,-28,48,-28r0,16","w":261},"\u06ae":{"d":"112,38r-26,0r0,-26r26,0r0,26xm164,38r-26,0r0,-26r26,0r0,26xm138,74r-26,0r0,-26r26,0r0,26xm173,-33v28,0,37,-21,37,-49r0,-192r29,0r0,194v1,47,-22,80,-66,80v-75,-2,-176,20,-155,-76v9,1,24,-3,29,2v-18,62,74,41,126,41xm147,-175v-25,-4,-46,14,-19,21v15,5,34,5,34,25v-1,25,-33,33,-63,32r0,-16v20,-1,55,-2,44,-20v-18,-6,-44,-7,-44,-30v0,-21,23,-28,48,-28r0,16","w":261},"\u06b0":{"d":"50,-123v-19,64,26,94,94,90v48,-3,144,15,113,-45v-21,-27,-67,-55,-91,-82v-16,-29,8,-43,33,-55r112,-54r0,35r-111,53v-19,11,9,22,15,28v27,29,76,44,78,93v3,70,-79,60,-149,60v-89,0,-143,-39,-124,-123r30,0xm305,-287r-143,72r0,-18r143,-71r0,17xm272,-231v17,0,33,14,33,33v0,18,-16,34,-33,34v-18,1,-33,-17,-33,-34v-1,-17,16,-34,33,-33xm255,-197v0,23,34,19,34,0v0,-10,-7,-17,-17,-17v-10,0,-17,7,-17,17","w":332},"\u06b2":{"d":"167,56r-26,0r0,-26r26,0r0,26xm214,56r-26,0r0,-26r26,0r0,26xm50,-123v-19,64,26,94,94,90v48,-3,144,15,113,-45v-21,-27,-67,-55,-91,-82v-16,-29,8,-43,33,-55r112,-54r0,35r-111,53v-19,11,9,22,15,28v27,29,76,44,78,93v3,70,-79,60,-149,60v-89,0,-143,-39,-124,-123r30,0xm305,-287r-143,72r0,-18r143,-71r0,17","w":332},"\u06b4":{"d":"182,-278r-26,0r0,-26r26,0r0,26xm234,-278r-26,0r0,-26r26,0r0,26xm208,-315r-26,0r0,-26r26,0r0,26xm50,-123v-19,64,26,94,94,90v48,-3,144,15,113,-45v-21,-27,-67,-55,-91,-82v-16,-29,8,-43,33,-55r112,-54r0,35r-111,53v-19,11,9,22,15,28v27,29,76,44,78,93v3,70,-79,60,-149,60v-89,0,-143,-39,-124,-123r30,0xm305,-287r-143,72r0,-18r143,-71r0,17","w":332},"\u06b5":{"d":"229,-345r-24,50r-18,0r-24,-50r19,0r14,34r14,-34r19,0xm106,-31v41,-1,76,-12,76,-49r0,-194r29,0r0,197v0,55,-47,79,-106,79v-81,0,-98,-48,-85,-122v9,2,25,-3,30,2v-1,5,-5,34,-5,42v-1,39,21,46,61,45","w":232},"\u06b6":{"d":"210,-295r-26,0r0,-26r26,0r0,26xm106,-31v41,-1,76,-12,76,-49r0,-194r29,0r0,197v0,55,-47,79,-106,79v-81,0,-98,-48,-85,-122v9,2,25,-3,30,2v-1,5,-5,34,-5,42v-1,39,21,46,61,45","w":232},"\u06b7":{"d":"182,-295r-26,0r0,-26r26,0r0,26xm234,-295r-26,0r0,-26r26,0r0,26xm208,-332r-26,0r0,-26r26,0r0,26xm106,-31v41,-1,76,-12,76,-49r0,-194r29,0r0,197v0,55,-47,79,-106,79v-81,0,-98,-48,-85,-122v9,2,25,-3,30,2v-1,5,-5,34,-5,42v-1,39,21,46,61,45","w":232},"\u06b8":{"d":"94,38r-26,0r0,-26r26,0r0,26xm146,38r-26,0r0,-26r26,0r0,26xm120,74r-26,0r0,-26r26,0r0,26xm106,-31v41,-1,76,-12,76,-49r0,-194r29,0r0,197v0,55,-47,79,-106,79v-81,0,-98,-48,-85,-122v9,2,25,-3,30,2v-1,5,-5,34,-5,42v-1,39,21,46,61,45","w":232},"\u06b9":{"d":"133,56r-26,0r0,-26r26,0r0,26xm217,-148v18,79,-10,150,-97,150v-86,0,-118,-68,-99,-150r32,0v-1,14,-8,38,-8,55v0,38,37,62,74,62v38,0,74,-23,74,-62v0,-17,-7,-42,-8,-55r32,0xm133,-172r-26,0r0,-26r26,0r0,26","w":238},"\u06bc":{"d":"217,-148v18,79,-10,150,-97,150v-86,0,-118,-68,-99,-150r32,0v-1,14,-8,38,-8,55v0,38,37,62,74,62v38,0,74,-23,74,-62v0,-17,-7,-42,-8,-55r32,0xm133,-172r-26,0r0,-26r26,0r0,26xm121,-15v17,0,33,14,33,33v0,18,-16,34,-33,34v-18,1,-33,-17,-33,-34v-1,-17,16,-34,33,-33xm104,19v0,23,34,19,34,0v0,-10,-7,-17,-17,-17v-10,0,-17,7,-17,17","w":238},"\u06bd":{"d":"112,-172r-26,0r0,-26r26,0r0,26xm164,-172r-26,0r0,-26r26,0r0,26xm138,-208r-26,0r0,-26r26,0r0,26xm217,-148v18,79,-10,150,-97,150v-86,0,-118,-68,-99,-150r32,0v-1,14,-8,38,-8,55v0,38,37,62,74,62v38,0,74,-23,74,-62v0,-17,-7,-42,-8,-55r32,0","w":238},"\u06bf":{"d":"112,-22r-26,0r0,-26r26,0r0,26xm164,-22r-26,0r0,-26r26,0r0,26xm138,14r-26,0r0,-26r26,0r0,26xm161,-190r-26,0r0,-26r26,0r0,26xm36,-168v59,-3,109,19,148,42r13,0r0,27v-77,2,-149,8,-154,79v-5,73,107,73,150,42r0,35v-65,39,-186,14,-179,-77v5,-66,62,-92,126,-98v-30,-15,-59,-19,-104,-18r0,-32","w":219},"\u06c4":{"d":"68,-142v61,2,86,114,50,165v-26,36,-78,52,-139,52r0,-34v62,-1,121,-9,124,-68v-39,20,-91,-5,-91,-49v0,-33,27,-66,56,-66xm42,-77v0,24,41,31,59,17v-3,-20,-10,-45,-31,-48v-16,-1,-28,16,-28,31xm8,-10v17,0,33,14,33,33v0,18,-16,34,-33,34v-18,1,-33,-17,-33,-34v-1,-17,16,-34,33,-33xm-9,24v0,23,34,19,34,0v0,-10,-7,-17,-17,-17v-10,0,-17,7,-17,17","w":150},"\u06ca":{"d":"62,-171r-26,0r0,-26r26,0r0,26xm109,-171r-26,0r0,-26r26,0r0,26xm68,-142v61,2,86,114,50,165v-26,36,-78,52,-139,52r0,-34v62,-1,121,-9,124,-68v-39,20,-91,-5,-91,-49v0,-33,27,-66,56,-66xm42,-77v0,24,41,31,59,17v-3,-20,-10,-45,-31,-48v-16,-1,-28,16,-28,31","w":150},"\u06cd":{"d":"146,0v-69,1,-108,-26,-101,-95r-45,13r0,-17r78,-23v-2,17,-5,32,-5,44v0,69,135,44,175,36v36,-7,51,-27,13,-41v-34,-12,-83,-23,-83,-60v0,-59,89,-70,139,-43v-2,11,3,29,-2,37v-21,-13,-42,-19,-65,-19v-17,0,-44,9,-42,25v16,34,104,28,104,76v0,60,-84,66,-166,67","w":332},"\u06ce":{"d":"123,-203r-24,51r-17,0r-24,-51r19,0r14,34r13,-34r19,0xm164,-126v-26,-70,86,-91,134,-60v-1,12,2,27,-1,37v-24,-18,-98,-34,-108,6v21,36,98,24,104,76v-9,61,-84,64,-169,67v-86,3,-121,-40,-104,-122v9,2,25,-3,30,2v-1,5,-5,33,-5,42v0,71,144,43,185,36v35,-6,48,-27,15,-40v-33,-12,-61,-19,-81,-44","w":313},"\u06cf":{"d":"85,-171r-26,0r0,-26r26,0r0,26xm68,-142v61,2,86,114,50,165v-26,36,-78,52,-139,52r0,-34v62,-1,121,-9,124,-68v-39,20,-91,-5,-91,-49v0,-33,27,-66,56,-66xm42,-77v0,24,41,31,59,17v-3,-20,-10,-45,-31,-48v-16,-1,-28,16,-28,31","w":150},"\u06d1":{"d":"118,38r-26,0r0,-26r26,0r0,26xm170,38r-26,0r0,-26r26,0r0,26xm144,74r-26,0r0,-26r26,0r0,26xm164,-126v-26,-70,86,-91,134,-60v-1,12,2,27,-1,37v-24,-18,-98,-34,-108,6v21,36,98,24,104,76v-9,61,-84,64,-169,67v-86,3,-121,-40,-104,-122v9,2,25,-3,30,2v-1,5,-5,33,-5,42v0,71,144,43,185,36v35,-6,48,-27,15,-40v-33,-12,-61,-19,-81,-44","w":313},"\u06d7":{"d":"77,-328r-10,0r0,-11r10,0r0,11xm58,-328r-10,0r0,-11r10,0r0,11xm64,-317v17,0,26,23,26,43v0,32,-38,45,-61,30v-11,9,-39,8,-48,-4v-4,10,-46,15,-51,22v36,10,99,1,143,4r0,17r-121,0v-17,1,-43,-5,-42,-18v2,-27,63,-17,63,-51r0,-72r16,0v5,31,-14,92,18,92v10,0,14,-5,14,-14v5,1,13,-2,16,1v3,20,41,14,39,-4v-15,8,-37,0,-35,-19v1,-11,11,-28,23,-27xm75,-284v4,-18,-19,-26,-21,-7v-1,10,14,13,21,7"},"\u06d8":{"d":"-34,-252v27,1,11,-42,40,-42v15,0,26,14,28,31v2,26,-33,33,-45,14v-6,7,-13,10,-23,10r0,-13xm7,-280v-20,3,-12,28,3,29v8,0,12,-3,12,-11v0,-10,-6,-19,-15,-18"},"\u06da":{"d":"-37,-243v0,-24,26,-42,51,-43v-8,-5,-25,-5,-42,-5v1,-6,-4,-20,6,-17v17,-2,35,12,59,19r0,14v-37,-1,-58,10,-58,32v0,27,40,23,56,13r0,18v-28,16,-72,5,-72,-31xm11,-240r-10,0r0,-10r10,0r0,10"},"\u06db":{"d":"5,-253r-10,0r0,-10r10,0r0,10xm16,-238r-11,0r0,-10r11,0r0,10xm-5,-238r-11,0r0,-10r11,0r0,10"},"\u06dc":{"d":"-44,-224v30,0,26,-25,26,-53r16,0v-5,27,30,33,30,8r0,-8r16,0v-1,12,0,25,11,24v15,1,13,-20,13,-36r16,0v2,27,-2,53,-27,51v-9,0,-17,-2,-22,-7v-10,9,-27,9,-37,2v-2,20,-20,34,-42,34v-34,0,-45,-23,-38,-58v5,1,15,-3,16,2v-6,20,-4,41,22,41"},"\u06dd":{"d":"328,-272v38,32,68,83,68,146v0,63,-30,115,-68,147v6,19,-19,36,-36,24v-55,30,-125,31,-180,0v-17,11,-40,-2,-36,-24v-38,-32,-67,-83,-67,-147v0,-64,29,-115,67,-146v-4,-22,17,-35,36,-25v55,-30,125,-29,180,0v18,-11,42,5,36,25xm306,-263v7,0,13,-7,13,-14v0,-7,-6,-14,-13,-14v-7,-1,-14,7,-14,14v0,7,7,15,14,14xm282,-280v-49,-26,-110,-27,-159,0r159,0xm99,-263v7,0,14,-7,14,-14v0,-7,-7,-14,-14,-14v-7,0,-14,7,-14,14v0,7,7,14,14,14xm88,-257v-74,55,-83,202,0,262v10,-4,21,-2,28,5r173,0v7,-8,18,-9,28,-5v82,-61,73,-206,0,-262v-9,5,-21,4,-28,-4r-173,0v-7,8,-19,9,-28,4xm306,40v7,0,13,-7,13,-14v0,-7,-6,-14,-13,-14v-7,-1,-14,7,-14,14v0,7,7,15,14,14xm282,29r-159,0v49,26,110,25,159,0xm99,40v7,0,14,-7,14,-14v0,-7,-7,-14,-14,-14v-7,0,-14,7,-14,14v0,7,7,14,14,14","w":404},"\u06de":{"d":"382,-132r-55,55r0,77r-77,0r-55,55r-54,-55r-78,0r0,-77r-54,-55r54,-55r0,-77r78,0r54,-54r55,54r77,0r0,77xm77,-64r0,51r50,0xm127,-250r-50,0r0,50xm314,-200r0,-50r-51,0xm314,-13r0,-51r-51,51r51,0xm159,0r36,36r36,-36r-72,0xm63,-168r-36,36r36,36r0,-72xm231,-264r-36,-36r-36,36r72,0xm314,-181r-70,-69r-98,0r-69,69r0,98r69,70r98,0r70,-70r0,-98xm363,-132r-36,-36r0,72xm195,-170v21,0,38,17,38,38v0,20,-17,38,-38,38v-20,0,-38,-18,-38,-38v0,-22,18,-38,38,-38xm195,-107v14,0,25,-11,25,-25v0,-14,-11,-25,-25,-25v-14,0,-25,11,-25,25v0,14,11,25,25,25","w":390},"\u06df":{"d":"0,-264v8,-1,13,6,13,13v0,7,-6,13,-13,13v-7,0,-13,-6,-13,-13v0,-7,5,-14,13,-13"},"\u06ec":{"d":"0,-264v8,-1,13,6,13,13v0,7,-6,13,-13,13v-7,0,-13,-6,-13,-13v0,-7,5,-14,13,-13"},"\u06e0":{"d":"13,-238r-26,0r0,-26r26,0r0,26"},"\u06e1":{"d":"46,-270v-21,11,-64,34,-92,32r0,-17v23,1,35,-4,63,-17v-15,-11,-30,-15,-53,-14r0,-16v26,-1,38,5,68,22r14,-7r0,17"},"\u06e2":{"d":"-8,-278v12,-31,53,-15,53,15v0,28,-38,33,-48,11v-9,23,-23,38,-42,43r0,-18v24,-5,28,-30,37,-51xm32,-262v0,-9,-5,-19,-15,-18v-8,0,-12,4,-12,12v0,10,5,15,15,15v8,0,12,-3,12,-9"},"\u06e3":{"d":"-44,59v30,0,26,-25,26,-53r16,0v-5,27,30,33,30,8r0,-8r16,0v-1,12,0,25,11,24v15,1,13,-20,13,-36r16,0v2,27,-2,53,-27,51v-9,0,-17,-2,-22,-7v-10,9,-27,9,-37,2v-2,20,-20,34,-42,34v-34,0,-45,-23,-38,-58v5,1,15,-3,16,2v-6,20,-4,41,22,41"},"\u06e4":{"d":"-18,-327v-1,-26,26,3,36,-12v0,25,-24,-2,-36,12"},"\u06e5":{"d":"44,-294v31,2,40,68,7,80v-12,4,-25,9,-42,9r0,-17v29,0,47,-3,49,-24v-15,9,-38,-3,-38,-19v0,-12,12,-29,24,-29xm57,-260v2,-18,-22,-27,-23,-6v-2,9,17,12,23,6","w":81},"\u06e6":{"d":"77,-259v-11,15,-35,28,-54,34v30,8,81,1,118,3r0,17r-101,0v-40,1,-45,-31,-8,-38v24,0,38,-53,59,-18r0,17v-6,-10,-11,-15,-14,-15","w":149},"\u06e7":{"d":"3,-259v-11,15,-35,28,-54,34v30,8,81,1,118,3r0,17r-101,0v-40,1,-45,-31,-8,-38v24,0,38,-53,59,-18r0,17v-6,-10,-11,-15,-14,-15"},"\u06e8":{"d":"0,-238v-34,1,-50,-25,-41,-60v5,1,13,-2,16,1v-7,21,-3,42,25,42v30,0,31,-21,25,-43r16,0v9,35,-8,60,-41,60xm5,-308r-10,0r0,-10r10,0r0,10"},"\u06e9":{"d":"207,0r-198,0r40,-46r0,-103r-40,-46r99,-100r99,100r-40,46r0,103xm194,-195r-86,-86r-86,86r37,42r0,111r-28,32r154,0r-28,-32r0,-111xm175,-195r-26,30r0,142r-81,0r0,-142r-27,-30r67,-67xm162,-195r-54,-54r-54,54r22,25r0,137r64,0r0,-137xm146,-195r-15,17r0,131r-46,0r0,-131r-15,-17r38,-39xm137,-195r-29,-30r-29,30r13,14r0,127r32,0r0,-127","w":216},"\u06ea":{"d":"30,31r-30,30r-30,-29r30,-30xm18,31r-18,-18r-18,19r18,18"},"\u06eb":{"d":"30,-268r-30,30r-30,-29r30,-30xm18,-268r-18,-18r-18,19r18,18"},"\u06ed":{"d":"-8,5v12,-31,53,-15,53,15v0,28,-38,33,-48,11v-9,23,-23,38,-42,43r0,-18v24,-5,28,-30,37,-51xm32,21v0,-9,-5,-19,-15,-18v-8,0,-12,4,-12,12v0,10,5,15,15,15v8,0,12,-3,12,-9"},"\u06fa":{"d":"294,-141r-26,0r0,-26r26,0r0,26xm346,-141r-26,0r0,-26r26,0r0,26xm320,-178r-26,0r0,-26r26,0r0,26xm320,56r-26,0r0,-26r26,0r0,26xm305,-17v-18,21,-70,23,-94,7v-3,49,-50,85,-103,85v-81,0,-104,-69,-87,-145v10,2,26,-3,32,2v-16,47,-10,109,55,109v74,0,80,-65,72,-137r31,0v1,42,8,62,44,64v34,1,42,-28,39,-64r29,0v-2,31,0,63,28,64v44,2,37,-51,37,-94r29,0v3,67,-2,128,-66,127v-17,0,-39,-7,-46,-18","w":435},"\u06fb":{"d":"312,56r-26,0r0,-26r26,0r0,26xm312,-187r-26,0r0,-26r26,0r0,26xm330,-143v40,-3,72,31,70,71v-4,86,-115,72,-206,72v-5,46,-42,75,-93,75v-75,0,-98,-73,-80,-143v10,2,26,-3,32,2v-13,45,-13,114,48,107v60,5,71,-53,63,-109v9,2,25,-3,31,2v0,12,5,26,12,31v26,-43,71,-104,123,-108xm239,-33v52,-2,127,7,131,-38v3,-30,-36,-51,-63,-31v-24,17,-51,45,-68,69","w":415},"\u06fc":{"d":"127,0r-26,0r0,-26r26,0r0,26xm110,-217r-26,0r0,-26r26,0r0,26xm44,-10v0,67,109,58,148,29r0,37v-61,37,-183,20,-178,-65v2,-30,16,-51,36,-64v-46,-29,-18,-112,47,-112v11,0,30,3,37,4v-1,10,2,25,-1,33v-39,-17,-99,8,-71,51v4,6,9,10,13,12r83,-30r0,30v-41,21,-114,20,-114,75","w":218},"\u06fd":{"d":"109,-100v-21,-5,-62,-9,-61,16v1,29,49,35,74,21r0,32r-95,30r0,-33r27,-8v-59,-13,-36,-97,18,-94v13,0,25,1,37,3r0,33xm98,63r-13,0r0,-51r13,0r0,51xm72,63r-13,0r0,-51r13,0r0,51","w":137},"\u06fe":{"d":"70,-97v27,-71,124,-34,124,38v0,34,-24,62,-57,62v-26,0,-51,-18,-60,-36v-21,56,-49,92,-105,108r0,-37v59,-9,78,-81,98,-135xm152,63r-13,0r0,-51r13,0r0,51xm126,63r-13,0r0,-51r13,0r0,51xm135,-30v17,0,31,-10,30,-28v6,-43,-64,-63,-68,-15v-1,23,16,43,38,43","w":212},"\u068a":{"d":"68,56r-26,0r0,-26r26,0r0,26xm122,-57v-12,-36,-47,-51,-76,-73v1,-12,-2,-28,1,-38v36,33,104,54,104,111v0,62,-70,59,-135,57r0,-33v39,-3,101,12,106,-24","w":168},"\u0228":{"d":"144,0v8,57,-32,86,-85,70v1,-9,-3,-23,2,-28v31,16,68,0,56,-42r-90,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-46,0","w":201},"\u0229":{"d":"101,-202v58,1,84,42,79,107r-136,0v-6,77,86,87,132,47r0,36v-20,7,-29,12,-48,15v9,54,-33,83,-85,67v1,-9,-3,-23,2,-28v30,15,67,2,56,-38v-59,-3,-91,-40,-91,-101v0,-59,33,-106,91,-105xm148,-120v4,-55,-57,-70,-88,-39v-9,10,-15,23,-16,39r104,0","w":189},"\u1e00":{"d":"107,12v18,0,32,13,32,31v0,18,-14,31,-32,31v-18,0,-32,-13,-32,-31v0,-18,14,-31,32,-31xm107,61v10,0,17,-8,17,-18v0,-9,-7,-19,-17,-18v-10,-1,-17,9,-16,18v-1,11,6,18,16,18xm-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0","w":215},"\u1e01":{"d":"88,12v17,0,32,14,32,31v0,17,-15,31,-32,31v-18,0,-32,-13,-32,-31v0,-18,14,-31,32,-31xm88,61v10,0,17,-7,16,-18v1,-9,-6,-19,-16,-18v-10,-1,-17,9,-17,18v0,10,7,18,17,18xm44,-59v0,49,71,36,90,11r0,-55v-38,5,-89,3,-90,44xm26,-192v56,-17,140,-17,140,58r0,134r-32,0r0,-21v-19,12,-31,27,-64,26v-37,-1,-60,-25,-60,-62v0,-63,62,-69,124,-72v5,-60,-69,-43,-108,-30r0,-33","w":188},"\u1e02":{"d":"155,-145v29,8,49,29,49,65v-1,85,-89,82,-177,80r0,-262v75,1,163,-14,165,59v1,29,-21,44,-37,58xm61,-155v48,1,97,5,95,-43v-1,-42,-51,-33,-95,-34r0,77xm61,-30v54,1,107,3,107,-49v0,-55,-54,-47,-107,-47r0,96xm121,-295r-38,0r0,-34r38,0r0,34","w":212},"\u1e03":{"d":"57,-36v47,28,103,3,98,-63v-3,-41,-9,-70,-46,-71v-21,0,-39,11,-52,22r0,112xm117,-202v49,0,72,47,72,101v0,78,-69,133,-132,92r-2,9r-31,0r0,-274r33,0r0,98v15,-14,34,-26,60,-26xm135,-229r-38,0r0,-34r38,0r0,34","w":198},"\u1e04":{"d":"121,67r-38,0r0,-34r38,0r0,34xm155,-145v29,8,49,29,49,65v-1,85,-89,82,-177,80r0,-262v75,1,163,-14,165,59v1,29,-21,44,-37,58xm61,-155v48,1,97,5,95,-43v-1,-42,-51,-33,-95,-34r0,77xm61,-30v54,1,107,3,107,-49v0,-55,-54,-47,-107,-47r0,96","w":212},"\u1e05":{"d":"126,67r-38,0r0,-34r38,0r0,34xm57,-36v47,28,103,3,98,-63v-3,-41,-9,-70,-46,-71v-21,0,-39,11,-52,22r0,112xm117,-202v49,0,72,47,72,101v0,78,-69,133,-132,92r-2,9r-31,0r0,-274r33,0r0,98v15,-14,34,-26,60,-26","w":198},"\u1e06":{"d":"155,-145v29,8,49,29,49,65v-1,85,-89,82,-177,80r0,-262v75,1,163,-14,165,59v1,29,-21,44,-37,58xm61,-155v48,1,97,5,95,-43v-1,-42,-51,-33,-95,-34r0,77xm61,-30v54,1,107,3,107,-49v0,-55,-54,-47,-107,-47r0,96xm176,62r-133,0r0,-27r133,0r0,27","w":212},"\u1e07":{"d":"57,-36v47,28,103,3,98,-63v-3,-41,-9,-70,-46,-71v-21,0,-39,11,-52,22r0,112xm117,-202v49,0,72,47,72,101v0,78,-69,133,-132,92r-2,9r-31,0r0,-274r33,0r0,98v15,-14,34,-26,60,-26xm169,62r-133,0r0,-27r133,0r0,27","w":198},"\u1e08":{"d":"83,42v29,13,70,4,58,-38v-86,5,-130,-49,-129,-135v1,-82,38,-132,117,-135v36,-1,59,10,81,22r0,42v-22,-14,-43,-36,-81,-35v-57,2,-80,46,-81,106v0,62,25,103,81,106v37,2,60,-19,81,-34r0,41v-14,7,-27,14,-42,17v10,55,-31,88,-85,71r0,-28xm171,-361r-48,66r-26,0r31,-66r43,0","w":216},"\u1e09":{"d":"52,42v29,13,69,5,58,-38v-68,2,-96,-36,-100,-102v-5,-87,81,-125,150,-88v-2,11,3,29,-2,37v-14,-11,-32,-23,-57,-23v-38,0,-56,31,-56,74v0,42,18,73,56,74v26,0,42,-14,59,-24r0,37v-11,6,-25,4,-23,27v5,46,-40,68,-85,54r0,-28xm146,-295r-48,66r-26,0r31,-66r43,0","w":166},"\u1e0a":{"d":"27,-262v123,-8,209,18,206,131v-2,85,-51,135,-146,131r-60,0r0,-262xm61,-30v84,5,136,-20,136,-101v0,-79,-51,-107,-136,-101r0,202xm128,-295r-38,0r0,-34r38,0r0,34","w":244},"\u1e0b":{"d":"10,-97v-4,-78,67,-131,132,-91r0,-86r33,0r0,274r-33,0r0,-20v-16,13,-30,26,-59,25v-54,-2,-70,-46,-73,-102xm91,-26v21,0,38,-11,51,-22r0,-113v-48,-27,-103,1,-98,64v3,40,10,71,47,71xm110,-229r-38,0r0,-34r38,0r0,34","w":198},"\u1e0c":{"d":"128,67r-38,0r0,-34r38,0r0,34xm27,-262v123,-8,209,18,206,131v-2,85,-51,135,-146,131r-60,0r0,-262xm61,-30v84,5,136,-20,136,-101v0,-79,-51,-107,-136,-101r0,202","w":244},"\u1e0d":{"d":"117,67r-38,0r0,-34r38,0r0,34xm10,-97v-4,-78,67,-131,132,-91r0,-86r33,0r0,274r-33,0r0,-20v-16,13,-30,26,-59,25v-54,-2,-70,-46,-73,-102xm91,-26v21,0,38,-11,51,-22r0,-113v-48,-27,-103,1,-98,64v3,40,10,71,47,71","w":198},"\u1e0e":{"d":"27,-262v123,-8,209,18,206,131v-2,85,-51,135,-146,131r-60,0r0,-262xm61,-30v84,5,136,-20,136,-101v0,-79,-51,-107,-136,-101r0,202xm179,62r-133,0r0,-27r133,0r0,27","w":244},"\u1e0f":{"d":"10,-97v-4,-78,67,-131,132,-91r0,-86r33,0r0,274r-33,0r0,-20v-16,13,-30,26,-59,25v-54,-2,-70,-46,-73,-102xm91,-26v21,0,38,-11,51,-22r0,-113v-48,-27,-103,1,-98,64v3,40,10,71,47,71xm165,62r-133,0r0,-27r133,0r0,27","w":198},"\u1e10":{"d":"27,-262v123,-8,209,18,206,131v-2,85,-51,135,-146,131r-60,0r0,-262xm61,-30v84,5,136,-20,136,-101v0,-79,-51,-107,-136,-101r0,202xm69,74r24,-47r42,0r-42,47r-24,0","w":244},"\u1e11":{"d":"10,-97v-4,-78,67,-131,132,-91r0,-86r33,0r0,274r-33,0r0,-20v-16,13,-30,26,-59,25v-54,-2,-70,-46,-73,-102xm91,-26v21,0,38,-11,51,-22r0,-113v-48,-27,-103,1,-98,64v3,40,10,71,47,71xm61,74r24,-47r42,0r-42,47r-24,0","w":198},"\u1e12":{"d":"27,-262v123,-8,209,18,206,131v-2,85,-51,135,-146,131r-60,0r0,-262xm61,-30v84,5,136,-20,136,-101v0,-79,-51,-107,-136,-101r0,202xm172,74r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":244},"\u1e13":{"d":"10,-97v-4,-78,67,-131,132,-91r0,-86r33,0r0,274r-33,0r0,-20v-16,13,-30,26,-59,25v-54,-2,-70,-46,-73,-102xm91,-26v21,0,38,-11,51,-22r0,-113v-48,-27,-103,1,-98,64v3,40,10,71,47,71xm165,74r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":198},"\u1e14":{"d":"123,-322r-22,0r-35,-38r39,0xm175,-283r-132,0r0,-21r132,0r0,21xm27,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0","w":201},"\u1e15":{"d":"113,-274r-23,0r-35,-38r39,0xm165,-235r-133,0r0,-27r133,0r0,27xm176,-12v-18,8,-40,17,-67,17v-63,0,-99,-39,-99,-102v0,-59,35,-104,91,-105v61,0,82,42,79,107r-136,0v-8,80,90,83,132,47r0,36xm148,-120v9,-63,-82,-72,-99,-22v-3,6,-4,14,-5,22r104,0","w":189},"\u1e16":{"d":"148,-360r-35,38r-23,0r19,-38r39,0xm175,-283r-132,0r0,-21r132,0r0,21xm27,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0","w":201},"\u1e17":{"d":"137,-312r-35,38r-22,0r18,-38r39,0xm165,-235r-133,0r0,-27r133,0r0,27xm176,-12v-18,8,-40,17,-67,17v-63,0,-99,-39,-99,-102v0,-59,35,-104,91,-105v61,0,82,42,79,107r-136,0v-8,80,90,83,132,47r0,36xm148,-120v9,-63,-82,-72,-99,-22v-3,6,-4,14,-5,22r104,0","w":189},"\u1e18":{"d":"27,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0xm169,74r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":201},"\u1e19":{"d":"176,-12v-18,8,-40,17,-67,17v-63,0,-99,-39,-99,-102v0,-59,35,-104,91,-105v61,0,82,42,79,107r-136,0v-8,80,90,83,132,47r0,36xm148,-120v9,-63,-82,-72,-99,-22v-3,6,-4,14,-5,22r104,0xm167,74r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":189},"\u1e1a":{"d":"27,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0xm135,44v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28","w":201},"\u1e1b":{"d":"176,-12v-18,8,-40,17,-67,17v-63,0,-99,-39,-99,-102v0,-59,35,-104,91,-105v61,0,82,42,79,107r-136,0v-8,80,90,83,132,47r0,36xm148,-120v9,-63,-82,-72,-99,-22v-3,6,-4,14,-5,22r104,0xm133,44v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28","w":189},"\u1e1c":{"d":"144,0v8,57,-32,86,-85,70v1,-9,-3,-23,2,-28v31,16,68,0,56,-42r-90,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-46,0xm109,-309v23,0,30,-18,30,-45r28,0v13,72,-94,92,-112,28v-2,-8,-4,-18,-4,-28r29,0v0,28,5,45,29,45","w":201},"\u1e1d":{"d":"101,-202v58,1,84,42,79,107r-136,0v-6,77,86,87,132,47r0,36v-20,7,-29,12,-48,15v9,54,-33,83,-85,67v1,-9,-3,-23,2,-28v30,15,67,2,56,-38v-59,-3,-91,-40,-91,-101v0,-59,33,-106,91,-105xm148,-120v4,-55,-57,-70,-88,-39v-9,10,-15,23,-16,39r104,0xm100,-243v23,0,30,-18,30,-45r28,0v13,72,-94,92,-112,28v-2,-8,-4,-18,-4,-28r29,0v0,28,5,45,29,45","w":189},"\u1e1e":{"d":"183,-231r-122,0r0,74r117,0r0,31r-117,0r0,126r-34,0r0,-262r156,0r0,31xm128,-295r-38,0r0,-34r38,0r0,34","w":187},"\u1e1f":{"d":"27,-196v-5,-65,40,-89,100,-76v-1,9,2,23,-1,30v-35,-10,-76,-3,-67,46r55,0r0,27r-54,0r0,169r-33,0r0,-169r-22,0r0,-27r22,0xm103,-295r-38,0r0,-34r38,0r0,34","w":114},"\u1e20":{"d":"223,-17v-26,9,-52,22,-87,22v-84,-1,-124,-51,-124,-136v0,-84,42,-133,124,-135v36,-2,62,11,86,22r0,42v-25,-15,-47,-34,-90,-34v-53,0,-84,46,-84,104v0,86,63,125,141,99r0,-68r-61,0r0,-31r95,0r0,115xm194,-299r-133,0r0,-27r133,0r0,27","w":240},"\u1e21":{"d":"91,-34v20,0,39,-8,51,-19r0,-108v-45,-27,-103,-2,-98,60v3,40,10,67,47,67xm175,-22v8,88,-71,111,-146,88v2,-11,-3,-28,2,-35v38,20,121,25,111,-40r0,-17v-17,14,-30,22,-58,23v-50,0,-74,-42,-74,-97v0,-77,68,-126,132,-88r2,-8r31,0r0,174xm164,-235r-133,0r0,-27r133,0r0,27","w":198},"\u1e22":{"d":"217,0r-35,0r0,-128r-121,0r0,128r-34,0r0,-262r34,0r0,103r121,0r0,-103r35,0r0,262xm142,-295r-38,0r0,-34r38,0r0,34","w":243},"\u1e23":{"d":"117,-202v85,-1,56,120,61,202r-33,0r0,-112v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-274r33,0r0,99v17,-15,33,-26,60,-27xm135,-295r-38,0r0,-34r38,0r0,34","w":200},"\u1e24":{"d":"142,67r-38,0r0,-34r38,0r0,34xm217,0r-35,0r0,-128r-121,0r0,128r-34,0r0,-262r34,0r0,103r121,0r0,-103r35,0r0,262","w":243},"\u1e25":{"d":"121,67r-38,0r0,-34r38,0r0,34xm117,-202v85,-1,56,120,61,202r-33,0r0,-112v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-274r33,0r0,99v17,-15,33,-26,60,-27","w":200},"\u1e26":{"d":"217,0r-35,0r0,-128r-121,0r0,128r-34,0r0,-262r34,0r0,103r121,0r0,-103r35,0r0,262xm177,-295r-35,0r0,-34r35,0r0,34xm105,-295r-36,0r0,-34r36,0r0,34","w":243},"\u1e27":{"d":"117,-202v85,-1,56,120,61,202r-33,0r0,-112v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-274r33,0r0,99v17,-15,33,-26,60,-27xm170,-295r-35,0r0,-34r35,0r0,34xm98,-295r-36,0r0,-34r36,0r0,34","w":200},"\u1e28":{"d":"84,-4v11,59,-29,90,-84,74v1,-9,-2,-21,1,-28v32,16,66,0,55,-42r-29,0r0,-262r34,0r0,103r121,0r0,-103r35,0r0,262r-35,0r0,-128r-121,0r0,124r23,0","w":243},"\u1e29":{"d":"57,-175v47,-49,121,-29,121,48r0,127r-33,0r0,-112v0,-39,-3,-57,-37,-58v-15,0,-32,7,-51,23r0,143r22,0v11,60,-29,90,-84,74v1,-9,-2,-21,1,-28v32,16,66,0,55,-42r-27,0r0,-274r33,0r0,99","w":200},"\u1e2a":{"d":"217,0r-35,0r0,-128r-121,0r0,128r-34,0r0,-262r34,0r0,103r121,0r0,-103r35,0r0,262xm121,52v23,0,30,-18,30,-45r28,0v13,72,-94,92,-112,28v-2,-8,-4,-18,-4,-28r29,0v0,28,5,45,29,45","w":243},"\u1e2b":{"d":"117,-202v85,-1,56,120,61,202r-33,0r0,-112v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-274r33,0r0,99v17,-15,33,-26,60,-27xm100,52v23,0,30,-18,30,-45r28,0v13,72,-94,92,-112,28v-2,-8,-4,-18,-4,-28r29,0v0,28,5,45,29,45","w":200},"\u1e2c":{"d":"118,0r-102,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r33,0r0,27xm96,44v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28","w":134},"\u1e2d":{"d":"58,0r-33,0r0,-196r33,0r0,196xm60,-229r-38,0r0,-34r38,0r0,34xm70,44v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28","w":82},"\u1e2e":{"d":"113,-360r-35,38r-22,0r18,-38r39,0xm121,-283r-35,0r0,-32r35,0r0,32xm49,-283r-36,0r0,-32r36,0r0,32xm118,0r-102,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r33,0r0,27","w":134},"\u1e2f":{"d":"86,-312r-34,38r-23,0r18,-38r39,0xm94,-235r-35,0r0,-34r35,0r0,34xm22,-235r-36,0r0,-34r36,0r0,34xm58,0r-33,0r0,-196r33,0r0,196","w":82},"\u1e30":{"d":"217,0r-45,0r-95,-122r-16,17r0,105r-34,0r0,-262r34,0r0,121r108,-121r42,0r-108,117xm171,-361r-48,66r-26,0r31,-66r43,0","w":211},"\u1e31":{"d":"187,0r-44,0r-73,-95r-13,13r0,82r-33,0r0,-274r33,0r0,161r78,-83r41,0r-81,82xm153,-361r-48,66r-26,0r31,-66r43,0","w":179},"\u1e32":{"d":"135,67r-38,0r0,-34r38,0r0,34xm217,0r-45,0r-95,-122r-16,17r0,105r-34,0r0,-262r34,0r0,121r108,-121r42,0r-108,117","w":211},"\u1e33":{"d":"117,67r-38,0r0,-34r38,0r0,34xm187,0r-44,0r-73,-95r-13,13r0,82r-33,0r0,-274r33,0r0,161r78,-83r41,0r-81,82","w":179},"\u1e34":{"d":"217,0r-45,0r-95,-122r-16,17r0,105r-34,0r0,-262r34,0r0,121r108,-121r42,0r-108,117xm183,62r-133,0r0,-27r133,0r0,27","w":211},"\u1e35":{"d":"187,0r-44,0r-73,-95r-13,13r0,82r-33,0r0,-274r33,0r0,161r78,-83r41,0r-81,82xm165,62r-133,0r0,-27r133,0r0,27","w":179},"\u1e36":{"d":"121,67r-38,0r0,-34r38,0r0,34xm178,0r-151,0r0,-262r34,0r0,231r117,0r0,31","w":179},"\u1e37":{"d":"59,67r-38,0r0,-34r38,0r0,34xm58,0r-33,0r0,-274r33,0r0,274","w":82},"\u1e38":{"d":"121,67r-38,0r0,-34r38,0r0,34xm178,0r-151,0r0,-262r34,0r0,231r117,0r0,31xm176,-299r-133,0r0,-27r133,0r0,27","w":179},"\u1e39":{"d":"59,67r-38,0r0,-34r38,0r0,34xm58,0r-33,0r0,-274r33,0r0,274xm109,-299r-133,0r0,-27r133,0r0,27","w":82},"\u1e3a":{"d":"178,0r-151,0r0,-262r34,0r0,231r117,0r0,31xm169,62r-133,0r0,-27r133,0r0,27","w":179},"\u1e3b":{"d":"58,0r-33,0r0,-274r33,0r0,274xm109,62r-133,0r0,-27r133,0r0,27","w":82},"\u1e3c":{"d":"178,0r-151,0r0,-262r34,0r0,231r117,0r0,31xm165,74r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":179},"\u1e3d":{"d":"58,0r-33,0r0,-274r33,0r0,274xm100,74r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":82},"\u1e3e":{"d":"251,0r-35,0r0,-226r-68,154r-21,0r-68,-154r0,226r-32,0r0,-262r47,0r65,146r63,-146r49,0r0,262xm188,-361r-48,66r-26,0r31,-66r43,0","w":277},"\u1e3f":{"d":"222,-202v85,0,52,122,58,202r-33,0r0,-114v0,-31,-1,-58,-33,-56v-19,1,-33,12,-46,24r0,146r-33,0r0,-114v0,-31,0,-59,-33,-56v-18,1,-34,12,-45,23r0,147r-33,0r0,-196r33,0r0,21v23,-33,92,-39,105,7v18,-18,31,-34,60,-34xm206,-295r-48,66r-26,0r31,-66r43,0","w":302},"\u1e40":{"d":"251,0r-35,0r0,-226r-68,154r-21,0r-68,-154r0,226r-32,0r0,-262r47,0r65,146r63,-146r49,0r0,262xm159,-295r-38,0r0,-34r38,0r0,34","w":277},"\u1e41":{"d":"222,-202v85,0,52,122,58,202r-33,0r0,-114v0,-31,-1,-58,-33,-56v-19,1,-33,12,-46,24r0,146r-33,0r0,-114v0,-31,0,-59,-33,-56v-18,1,-34,12,-45,23r0,147r-33,0r0,-196r33,0r0,21v23,-33,92,-39,105,7v18,-18,31,-34,60,-34xm170,-229r-38,0r0,-34r38,0r0,34","w":302},"\u1e42":{"d":"159,67r-37,0r0,-34r37,0r0,34xm251,0r-35,0r0,-226r-68,154r-21,0r-68,-154r0,226r-32,0r0,-262r47,0r65,146r63,-146r49,0r0,262","w":277},"\u1e43":{"d":"170,67r-38,0r0,-34r38,0r0,34xm222,-202v85,0,52,122,58,202r-33,0r0,-114v0,-31,-1,-58,-33,-56v-19,1,-33,12,-46,24r0,146r-33,0r0,-114v0,-31,0,-59,-33,-56v-18,1,-34,12,-45,23r0,147r-33,0r0,-196r33,0r0,21v23,-33,92,-39,105,7v18,-18,31,-34,60,-34","w":302},"\u1e44":{"d":"214,0r-39,0r-116,-226r0,226r-32,0r0,-262r49,0r105,208r0,-208r33,0r0,262xm142,-295r-38,0r0,-34r38,0r0,34","w":240},"\u1e45":{"d":"117,-202v85,-1,56,120,61,202r-33,0r0,-112v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27xm131,-229r-38,0r0,-34r38,0r0,34","w":200},"\u1e46":{"d":"142,67r-38,0r0,-34r38,0r0,34xm214,0r-39,0r-116,-226r0,226r-32,0r0,-262r49,0r105,208r0,-208r33,0r0,262","w":240},"\u1e47":{"d":"121,67r-38,0r0,-34r38,0r0,34xm117,-202v85,-1,56,120,61,202r-33,0r0,-112v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27","w":200},"\u1e48":{"d":"214,0r-39,0r-116,-226r0,226r-32,0r0,-262r49,0r105,208r0,-208r33,0r0,262xm190,62r-133,0r0,-27r133,0r0,27","w":240},"\u1e49":{"d":"117,-202v85,-1,56,120,61,202r-33,0r0,-112v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27xm169,62r-133,0r0,-27r133,0r0,27","w":200},"\u1e4a":{"d":"214,0r-39,0r-116,-226r0,226r-32,0r0,-262r49,0r105,208r0,-208r33,0r0,262xm183,74r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":240},"\u1e4b":{"d":"117,-202v85,-1,56,120,61,202r-33,0r0,-112v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27xm162,74r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":200},"\u1e4c":{"d":"174,-360r-35,38r-22,0r18,-38r39,0xm106,-316v18,-1,51,32,57,0r23,0v-1,17,-17,34,-36,33v-18,4,-50,-31,-56,0r-24,0v1,-17,18,-32,36,-33xm127,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm127,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106","w":254},"\u1e4d":{"d":"144,-337r-34,38r-23,0r18,-38r39,0xm71,-286v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-30,0,-68,-65,-73,1r-25,0v2,-29,16,-54,43,-55xm98,-202v56,0,87,42,87,104v0,62,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-61,32,-104,88,-104xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75","w":195},"\u1e4e":{"d":"182,-328r-35,0r0,-32r35,0r0,32xm110,-328r-36,0r0,-32r36,0r0,32xm106,-316v18,-1,51,32,57,0r23,0v-1,17,-17,34,-36,33v-18,4,-50,-31,-56,0r-24,0v1,-17,18,-32,36,-33xm127,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm127,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106","w":254},"\u1e4f":{"d":"152,-303r-35,0r0,-34r35,0r0,34xm80,-303r-36,0r0,-34r36,0r0,34xm71,-286v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-30,0,-68,-65,-73,1r-25,0v2,-29,16,-54,43,-55xm98,-202v56,0,87,42,87,104v0,62,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-61,32,-104,88,-104xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75","w":195},"\u1e50":{"d":"143,-322r-23,0r-35,-38r39,0xm194,-283r-132,0r0,-21r132,0r0,21xm127,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm127,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106","w":254},"\u1e51":{"d":"113,-274r-23,0r-35,-38r39,0xm165,-235r-133,0r0,-27r133,0r0,27xm98,-202v56,0,87,42,87,104v0,62,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-61,32,-104,88,-104xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75","w":195},"\u1e52":{"d":"167,-360r-35,38r-22,0r18,-38r39,0xm194,-283r-132,0r0,-21r132,0r0,21xm127,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm127,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106","w":254},"\u1e53":{"d":"137,-312r-35,38r-22,0r18,-38r39,0xm165,-235r-133,0r0,-27r133,0r0,27xm98,-202v56,0,87,42,87,104v0,62,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-61,32,-104,88,-104xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75","w":195},"\u1e54":{"d":"27,-262v84,-3,167,-2,165,79v-2,68,-53,91,-131,85r0,98r-34,0r0,-262xm61,-127v53,3,95,-5,95,-55v0,-48,-43,-53,-95,-50r0,105xm160,-361r-48,66r-26,0r31,-66r43,0","w":198},"\u1e55":{"d":"117,-202v48,0,72,45,72,99v0,79,-68,134,-132,93r0,82r-33,0r0,-268r33,0r0,20v15,-13,34,-26,60,-26xm57,-37v47,28,102,0,98,-63v-3,-39,-9,-69,-46,-70v-21,0,-39,10,-52,22r0,111xm160,-295r-48,66r-26,0r31,-66r43,0","w":198},"\u1e56":{"d":"27,-262v84,-3,167,-2,165,79v-2,68,-53,91,-131,85r0,98r-34,0r0,-262xm61,-127v53,3,95,-5,95,-55v0,-48,-43,-53,-95,-50r0,105xm124,-295r-38,0r0,-34r38,0r0,34","w":198},"\u1e57":{"d":"117,-202v48,0,72,45,72,99v0,79,-68,134,-132,93r0,82r-33,0r0,-268r33,0r0,20v15,-13,34,-26,60,-26xm57,-37v47,28,102,0,98,-63v-3,-39,-9,-69,-46,-70v-21,0,-39,10,-52,22r0,111xm124,-229r-38,0r0,-34r38,0r0,34","w":198},"\u1e58":{"d":"190,-191v1,41,-23,66,-54,77r93,114r-45,0r-83,-104r-40,0r0,104r-34,0r0,-262v80,-1,164,-8,163,71xm61,-133v53,3,93,-4,93,-55v0,-46,-46,-46,-93,-44r0,99xm124,-295r-38,0r0,-34r38,0r0,34","w":223},"\u1e59":{"d":"57,-167v21,-19,37,-32,71,-28v-2,17,10,41,-20,33v-23,0,-38,10,-51,23r0,139r-33,0r0,-196r33,0r0,29xm96,-229r-38,0r0,-34r38,0r0,34","w":129},"\u1e5a":{"d":"135,67r-38,0r0,-34r38,0r0,34xm190,-191v1,41,-23,66,-54,77r93,114r-45,0r-83,-104r-40,0r0,104r-34,0r0,-262v80,-1,164,-8,163,71xm61,-133v53,3,93,-4,93,-55v0,-46,-46,-46,-93,-44r0,99","w":223},"\u1e5b":{"d":"96,67r-38,0r0,-34r38,0r0,34xm57,-167v21,-19,37,-32,71,-28v-2,17,10,41,-20,33v-23,0,-38,10,-51,23r0,139r-33,0r0,-196r33,0r0,29","w":129},"\u1e5c":{"d":"135,67r-38,0r0,-34r38,0r0,34xm190,-191v1,41,-23,66,-54,77r93,114r-45,0r-83,-104r-40,0r0,104r-34,0r0,-262v80,-1,164,-8,163,71xm61,-133v53,3,93,-4,93,-55v0,-46,-46,-46,-93,-44r0,99xm176,-299r-133,0r0,-27r133,0r0,27","w":223},"\u1e5d":{"d":"96,67r-38,0r0,-34r38,0r0,34xm57,-167v21,-19,37,-32,71,-28v-2,17,10,41,-20,33v-23,0,-38,10,-51,23r0,139r-33,0r0,-196r33,0r0,29xm142,-235r-133,0r0,-27r133,0r0,27","w":129},"\u1e5e":{"d":"190,-191v1,41,-23,66,-54,77r93,114r-45,0r-83,-104r-40,0r0,104r-34,0r0,-262v80,-1,164,-8,163,71xm61,-133v53,3,93,-4,93,-55v0,-46,-46,-46,-93,-44r0,99xm190,62r-133,0r0,-27r133,0r0,27","w":223},"\u1e5f":{"d":"57,-167v21,-19,37,-32,71,-28v-2,17,10,41,-20,33v-23,0,-38,10,-51,23r0,139r-33,0r0,-196r33,0r0,29xm142,62r-133,0r0,-27r133,0r0,27","w":129},"\u1e60":{"d":"140,-141v89,27,51,146,-41,146v-38,0,-60,-9,-85,-21v2,-13,-4,-34,2,-43v27,35,139,57,139,-10v0,-78,-140,-19,-140,-123v0,-75,108,-90,166,-58v-2,13,4,33,-2,42v-25,-31,-124,-46,-127,13v-2,46,54,44,88,54xm124,-295r-38,0r0,-34r38,0r0,34","w":200},"\u1e61":{"d":"143,-91v30,44,-8,96,-66,96v-25,0,-48,-10,-65,-17r0,-37v18,11,37,24,66,26v30,2,54,-22,36,-47v-33,-20,-101,-12,-101,-71v0,-62,88,-72,134,-46v-2,11,3,28,-2,35v-24,-30,-124,-28,-92,25v21,16,75,14,90,36xm105,-229r-38,0r0,-34r38,0r0,34","w":160},"\u1e62":{"d":"121,67r-38,0r0,-34r38,0r0,34xm140,-141v89,27,51,146,-41,146v-38,0,-60,-9,-85,-21v2,-13,-4,-34,2,-43v27,35,139,57,139,-10v0,-78,-140,-19,-140,-123v0,-75,108,-90,166,-58v-2,13,4,33,-2,42v-25,-31,-124,-46,-127,13v-2,46,54,44,88,54","w":200},"\u1e63":{"d":"99,67r-37,0r0,-34r37,0r0,34xm143,-91v30,44,-8,96,-66,96v-25,0,-48,-10,-65,-17r0,-37v18,11,37,24,66,26v30,2,54,-22,36,-47v-33,-20,-101,-12,-101,-71v0,-62,88,-72,134,-46v-2,11,3,28,-2,35v-24,-30,-124,-28,-92,25v21,16,75,14,90,36","w":160},"\u1e64":{"d":"124,-329r-38,0r0,-31r38,0r0,31xm148,-321r-35,38r-23,0r19,-38r39,0xm140,-141v89,27,51,146,-41,146v-38,0,-60,-9,-85,-21v2,-13,-4,-34,2,-43v27,35,139,57,139,-10v0,-78,-140,-19,-140,-123v0,-75,108,-90,166,-58v-2,13,4,33,-2,42v-25,-31,-124,-46,-127,13v-2,46,54,44,88,54","w":200},"\u1e65":{"d":"105,-311r-38,0r0,-35r38,0r0,35xm141,-295r-48,66r-26,0r31,-66r43,0xm143,-91v30,44,-8,96,-66,96v-25,0,-48,-10,-65,-17r0,-37v18,11,37,24,66,26v30,2,54,-22,36,-47v-33,-20,-101,-12,-101,-71v0,-62,88,-72,134,-46v-2,11,3,28,-2,35v-24,-30,-124,-28,-92,25v21,16,75,14,90,36","w":160},"\u1e66":{"d":"124,-329r-38,0r0,-31r38,0r0,31xm165,-315r-43,30r-33,0r-44,-30v28,-3,44,6,60,15v17,-8,32,-18,60,-15xm140,-141v89,27,51,146,-41,146v-38,0,-60,-9,-85,-21v2,-13,-4,-34,2,-43v27,35,139,57,139,-10v0,-78,-140,-19,-140,-123v0,-75,108,-90,166,-58v-2,13,4,33,-2,42v-25,-31,-124,-46,-127,13v-2,46,54,44,88,54","w":200},"\u1e67":{"d":"105,-311r-38,0r0,-35r38,0r0,35xm146,-295r-40,67r-40,0r-40,-67r27,0r33,45r32,-45r28,0xm143,-91v30,44,-8,96,-66,96v-25,0,-48,-10,-65,-17r0,-37v18,11,37,24,66,26v30,2,54,-22,36,-47v-33,-20,-101,-12,-101,-71v0,-62,88,-72,134,-46v-2,11,3,28,-2,35v-24,-30,-124,-28,-92,25v21,16,75,14,90,36","w":160},"\u1e68":{"d":"117,67r-38,0r0,-34r38,0r0,34xm140,-141v89,27,51,146,-41,146v-38,0,-60,-9,-85,-21v2,-13,-4,-34,2,-43v27,35,139,57,139,-10v0,-78,-140,-19,-140,-123v0,-75,108,-90,166,-58v-2,13,4,33,-2,42v-25,-31,-124,-46,-127,13v-2,46,54,44,88,54xm121,-295r-38,0r0,-34r38,0r0,34","w":200},"\u1e69":{"d":"99,67r-37,0r0,-34r37,0r0,34xm143,-91v30,44,-8,96,-66,96v-25,0,-48,-10,-65,-17r0,-37v18,11,37,24,66,26v30,2,54,-22,36,-47v-33,-20,-101,-12,-101,-71v0,-62,88,-72,134,-46v-2,11,3,28,-2,35v-24,-30,-124,-28,-92,25v21,16,75,14,90,36xm105,-229r-38,0r0,-34r38,0r0,34","w":160},"\u1e6a":{"d":"88,0r0,-231r-88,0r0,-31r210,0r0,31r-87,0r0,231r-35,0xm124,-295r-38,0r0,-34r38,0r0,34","w":210},"\u1e6b":{"d":"120,-2v-48,16,-94,-1,-94,-58r0,-109r-22,0r0,-27r22,0r0,-57r33,0r0,57r61,0r0,27r-61,0r1,116v-2,32,36,31,60,22r0,29xm64,-295r-38,0r0,-34r38,0r0,34","w":120},"\u1e6c":{"d":"124,67r-38,0r0,-34r38,0r0,34xm88,0r0,-231r-88,0r0,-31r210,0r0,31r-87,0r0,231r-35,0","w":210},"\u1e6d":{"d":"96,67r-38,0r0,-34r38,0r0,34xm120,-2v-48,16,-94,-1,-94,-58r0,-109r-22,0r0,-27r22,0r0,-57r33,0r0,57r61,0r0,27r-61,0r1,116v-2,32,36,31,60,22r0,29","w":120},"\u1e6e":{"d":"88,0r0,-231r-88,0r0,-31r210,0r0,31r-87,0r0,231r-35,0xm172,62r-133,0r0,-27r133,0r0,27","w":210},"\u1e6f":{"d":"120,-2v-48,16,-94,-1,-94,-58r0,-109r-22,0r0,-27r22,0r0,-57r33,0r0,57r61,0r0,27r-61,0r1,116v-2,32,36,31,60,22r0,29xm137,62r-133,0r0,-27r133,0r0,27","w":120},"\u1e70":{"d":"88,0r0,-231r-88,0r0,-31r210,0r0,31r-87,0r0,231r-35,0xm165,74r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":210},"\u1e71":{"d":"120,-2v-48,16,-94,-1,-94,-58r0,-109r-22,0r0,-27r22,0r0,-57r33,0r0,57r61,0r0,27r-61,0r1,116v-2,32,36,31,60,22r0,29xm140,74r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":120},"\u1e72":{"d":"213,-262v-6,115,33,273,-95,267v-65,-3,-96,-35,-95,-103r0,-164r35,0r0,164v-2,47,16,74,60,74v43,0,60,-27,60,-74r0,-164r35,0xm170,68r-35,0r0,-34r35,0r0,34xm98,68r-36,0r0,-34r36,0r0,34","w":236},"\u1e73":{"d":"93,-26v20,0,38,-13,51,-24r0,-146r33,0r0,196r-33,0r0,-22v-36,46,-122,32,-122,-47r0,-127r34,0r0,111v-1,35,3,59,37,59xm152,68r-35,0r0,-34r35,0r0,34xm80,68r-36,0r0,-34r36,0r0,34","w":200},"\u1e74":{"d":"213,-262v-6,115,33,273,-95,267v-65,-3,-96,-35,-95,-103r0,-164r35,0r0,164v-2,47,16,74,60,74v43,0,60,-27,60,-74r0,-164r35,0xm146,44v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28","w":236},"\u1e75":{"d":"93,-26v20,0,38,-13,51,-24r0,-146r33,0r0,196r-33,0r0,-22v-36,46,-122,32,-122,-47r0,-127r34,0r0,111v-1,35,3,59,37,59xm128,44v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28","w":200},"\u1e76":{"d":"213,-262v-6,115,33,273,-95,267v-65,-3,-96,-35,-95,-103r0,-164r35,0r0,164v-2,47,16,74,60,74v43,0,60,-27,60,-74r0,-164r35,0xm176,74r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":236},"\u1e77":{"d":"93,-26v20,0,38,-13,51,-24r0,-146r33,0r0,196r-33,0r0,-22v-36,46,-122,32,-122,-47r0,-127r34,0r0,111v-1,35,3,59,37,59xm162,74r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":200},"\u1e78":{"d":"164,-360r-35,38r-23,0r18,-38r40,0xm95,-316v18,-2,52,33,57,0r24,0v-1,17,-17,34,-36,33v-19,4,-51,-31,-57,0r-23,0v1,-18,17,-31,35,-33xm213,-262v-6,115,33,273,-95,267v-65,-3,-96,-35,-95,-103r0,-164r35,0r0,164v-2,47,16,74,60,74v43,0,60,-27,60,-74r0,-164r35,0","w":236},"\u1e79":{"d":"144,-337r-34,38r-23,0r18,-38r39,0xm71,-286v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-30,0,-68,-65,-73,1r-25,0v2,-29,16,-54,43,-55xm93,-26v20,0,38,-13,51,-24r0,-146r33,0r0,196r-33,0r0,-22v-36,46,-122,32,-122,-47r0,-127r34,0r0,111v-1,35,3,59,37,59","w":200},"\u1e7a":{"d":"172,-328r-36,0r0,-32r36,0r0,32xm99,-328r-35,0r0,-32r35,0r0,32xm184,-283r-133,0r0,-21r133,0r0,21xm213,-262v-6,115,33,273,-95,267v-65,-3,-96,-35,-95,-103r0,-164r35,0r0,164v-2,47,16,74,60,74v43,0,60,-27,60,-74r0,-164r35,0","w":236},"\u1e7b":{"d":"156,-294r-35,0r0,-34r35,0r0,34xm83,-294r-35,0r0,-34r35,0r0,34xm168,-235r-132,0r0,-27r132,0r0,27xm93,-26v20,0,38,-13,51,-24r0,-146r33,0r0,196r-33,0r0,-22v-36,46,-122,32,-122,-47r0,-127r34,0r0,111v-1,35,3,59,37,59","w":200},"\u1e7c":{"d":"216,-262r-90,262r-37,0r-90,-262r37,0r72,218r73,-218r35,0xm140,-320v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28","w":214},"\u1e7d":{"d":"178,-196r-74,196r-29,0r-74,-196r36,0r54,151r53,-151r34,0xm121,-258v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28","w":179},"\u1e7e":{"d":"126,67r-38,0r0,-34r38,0r0,34xm216,-262r-90,262r-37,0r-90,-262r37,0r72,218r73,-218r35,0","w":214},"\u1e7f":{"d":"107,67r-38,0r0,-34r38,0r0,34xm178,-196r-74,196r-29,0r-74,-196r36,0r54,151r53,-151r34,0","w":179},"\u1e86":{"d":"320,-262r-66,262r-39,0r-53,-217r-52,217r-38,0r-67,-262r35,0r53,218r52,-218r36,0r53,220r52,-220r34,0xm182,-295r-38,0r0,-34r38,0r0,34","w":324},"\u1e87":{"d":"262,-196r-50,196r-30,0r-48,-151r-48,151r-30,0r-51,-196r35,0r34,152r47,-152r27,0r48,152r33,-152r33,0xm154,-229r-38,0r0,-34r38,0r0,34","w":267},"\u1e88":{"d":"180,67r-37,0r0,-34r37,0r0,34xm320,-262r-66,262r-39,0r-53,-217r-52,217r-38,0r-67,-262r35,0r53,218r52,-218r36,0r53,220r52,-220r34,0","w":324},"\u1e89":{"d":"152,67r-37,0r0,-34r37,0r0,34xm262,-196r-50,196r-30,0r-48,-151r-48,151r-30,0r-51,-196r35,0r34,152r47,-152r27,0r48,152r33,-152r33,0","w":267},"\u1e8a":{"d":"208,0r-40,0r-64,-105r-65,105r-38,0r84,-131r-81,-131r40,0r62,103r64,-103r37,0r-81,129xm128,-295r-38,0r0,-34r38,0r0,34","w":209},"\u1e8b":{"d":"176,0r-40,0r-48,-74r-49,74r-37,0r68,-97r-68,-99r41,0r47,73r49,-73r37,0r-67,96xm113,-229r-38,0r0,-34r38,0r0,34","w":178},"\u1e8c":{"d":"208,0r-40,0r-64,-105r-65,105r-38,0r84,-131r-81,-131r40,0r62,103r64,-103r37,0r-81,129xm163,-295r-35,0r0,-34r35,0r0,34xm91,-295r-36,0r0,-34r36,0r0,34","w":209},"\u1e8d":{"d":"176,0r-40,0r-48,-74r-49,74r-37,0r68,-97r-68,-99r41,0r47,73r49,-73r37,0r-67,96xm148,-229r-35,0r0,-34r35,0r0,34xm76,-229r-36,0r0,-34r36,0r0,34","w":178},"\u1e8e":{"d":"210,-262r-89,146r0,116r-35,0r0,-112r-88,-150r39,0r67,116r69,-116r37,0xm128,-295r-38,0r0,-34r38,0r0,34","w":207},"\u1e8f":{"d":"178,-196r-105,268r-36,0r35,-81r-71,-187r36,0r53,145r54,-145r34,0xm113,-229r-38,0r0,-34r38,0r0,34","w":179},"\u1e90":{"d":"193,0r-182,0r0,-32r140,-199r-134,0r0,-31r173,0r0,32r-142,199r145,0r0,31xm167,-294r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":201},"\u1e91":{"d":"153,0r-144,0r0,-24r102,-145r-98,0r0,-27r138,0r0,23r-103,145r105,0r0,28xm144,-228r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0","w":159},"\u1e92":{"d":"126,67r-38,0r0,-34r38,0r0,34xm193,0r-182,0r0,-32r140,-199r-134,0r0,-31r173,0r0,32r-142,199r145,0r0,31","w":201},"\u1e93":{"d":"99,67r-37,0r0,-34r37,0r0,34xm153,0r-144,0r0,-24r102,-145r-98,0r0,-27r138,0r0,23r-103,145r105,0r0,28","w":159},"\u1e94":{"d":"193,0r-182,0r0,-32r140,-199r-134,0r0,-31r173,0r0,32r-142,199r145,0r0,31xm169,62r-133,0r0,-27r133,0r0,27","w":201},"\u1e95":{"d":"153,0r-144,0r0,-24r102,-145r-98,0r0,-27r138,0r0,23r-103,145r105,0r0,28xm147,62r-133,0r0,-27r133,0r0,27","w":159},"\u1e96":{"d":"117,-202v85,-1,56,120,61,202r-33,0r0,-112v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-274r33,0r0,99v17,-15,33,-26,60,-27xm165,62r-133,0r0,-27r133,0r0,27","w":200},"\u1e97":{"d":"120,-2v-48,16,-94,-1,-94,-58r0,-109r-22,0r0,-27r22,0r0,-57r33,0r0,57r61,0r0,27r-61,0r1,116v-2,32,36,31,60,22r0,29xm99,-295r-35,0r0,-34r35,0r0,34xm27,-295r-36,0r0,-34r36,0r0,34","w":120},"\u1e98":{"d":"262,-196r-50,196r-30,0r-48,-151r-48,151r-30,0r-51,-196r35,0r34,152r47,-152r27,0r48,152r33,-152r33,0xm135,-321v30,-1,54,24,54,53v0,29,-24,53,-54,53v-30,0,-54,-24,-54,-53v0,-29,25,-53,54,-53xm135,-238v17,0,28,-14,28,-30v0,-16,-12,-30,-28,-30v-16,0,-28,14,-28,30v0,17,11,30,28,30","w":267},"\u1e99":{"d":"178,-196r-105,268r-36,0r35,-81r-71,-187r36,0r53,145r54,-145r34,0xm91,-321v30,-1,54,24,54,53v0,29,-24,53,-54,53v-30,0,-54,-24,-54,-53v0,-29,25,-53,54,-53xm91,-238v17,0,28,-14,28,-30v0,-16,-12,-30,-28,-30v-16,0,-28,14,-28,30v0,17,11,30,28,30","w":179},"\u1e9a":{"d":"72,-331v47,-3,72,61,38,91v-10,10,-23,15,-38,15r0,-23v16,1,28,-15,28,-30v0,-16,-12,-30,-28,-30r0,-23xm26,-192v62,-18,140,-15,140,58r0,134r-32,0r0,-21v-17,14,-36,26,-64,26v-34,0,-62,-28,-60,-62v4,-61,49,-68,124,-72v4,-58,-66,-46,-108,-30r0,-33xm134,-48r0,-55v-39,3,-91,5,-90,44v2,47,63,40,90,11","w":188},"\u1e9b":{"d":"25,-202v-4,-60,42,-82,99,-70v-1,9,2,23,-1,30v-32,-10,-65,-5,-65,38r0,204r-33,0r0,-202xm96,-295r-38,0r0,-34r38,0r0,34","w":91},"\u1f00":{"d":"10,-97v0,-77,67,-130,133,-91r0,-8r33,0r0,196r-33,0r0,-20v-16,15,-32,25,-59,25v-50,0,-74,-45,-74,-102xm92,-26v21,0,38,-11,51,-22r0,-113v-14,-6,-26,-10,-44,-11v-39,0,-55,35,-55,75v0,41,11,71,48,71xm116,-295v3,37,-2,71,-33,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r33,0","w":199},"\u1f01":{"d":"10,-97v0,-77,67,-130,133,-91r0,-8r33,0r0,196r-33,0r0,-20v-16,15,-32,25,-59,25v-50,0,-74,-45,-74,-102xm92,-26v21,0,38,-11,51,-22r0,-113v-14,-6,-26,-10,-44,-11v-39,0,-55,35,-55,75v0,41,11,71,48,71xm116,-217v-28,-7,-36,-40,-33,-78r33,0r0,33r-16,0v0,16,5,24,16,25r0,20","w":199},"\u1f02":{"d":"10,-97v0,-77,67,-130,133,-91r0,-8r33,0r0,196r-33,0r0,-20v-16,15,-32,25,-59,25v-50,0,-74,-45,-74,-102xm92,-26v21,0,38,-11,51,-22r0,-113v-14,-6,-26,-10,-44,-11v-39,0,-55,35,-55,75v0,41,11,71,48,71xm150,-227r-23,0r-33,-68r40,0xm85,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0","w":199},"\u1f03":{"d":"10,-97v0,-77,67,-130,133,-91r0,-8r33,0r0,196r-33,0r0,-20v-16,15,-32,25,-59,25v-50,0,-74,-45,-74,-102xm92,-26v21,0,38,-11,51,-22r0,-113v-14,-6,-26,-10,-44,-11v-39,0,-55,35,-55,75v0,41,11,71,48,71xm150,-227r-23,0r-33,-68r40,0xm84,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":199},"\u1f04":{"d":"10,-97v0,-77,67,-130,133,-91r0,-8r33,0r0,196r-33,0r0,-20v-16,15,-32,25,-59,25v-50,0,-74,-45,-74,-102xm92,-26v21,0,38,-11,51,-22r0,-113v-14,-6,-26,-10,-44,-11v-39,0,-55,35,-55,75v0,41,11,71,48,71xm150,-295r-33,68r-23,0r16,-68r40,0xm85,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0","w":199},"\u1f05":{"d":"10,-97v0,-77,67,-130,133,-91r0,-8r33,0r0,196r-33,0r0,-20v-16,15,-32,25,-59,25v-50,0,-74,-45,-74,-102xm92,-26v21,0,38,-11,51,-22r0,-113v-14,-6,-26,-10,-44,-11v-39,0,-55,35,-55,75v0,41,11,71,48,71xm150,-295r-33,68r-23,0r16,-68r40,0xm84,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":199},"\u1f06":{"d":"10,-97v0,-77,67,-130,133,-91r0,-8r33,0r0,196r-33,0r0,-20v-16,15,-32,25,-59,25v-50,0,-74,-45,-74,-102xm92,-26v21,0,38,-11,51,-22r0,-113v-14,-6,-26,-10,-44,-11v-39,0,-55,35,-55,75v0,41,11,71,48,71xm71,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm117,-288v3,38,-4,71,-34,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r34,0","w":199},"\u1f07":{"d":"10,-97v0,-77,67,-130,133,-91r0,-8r33,0r0,196r-33,0r0,-20v-16,15,-32,25,-59,25v-50,0,-74,-45,-74,-102xm92,-26v21,0,38,-11,51,-22r0,-113v-14,-6,-26,-10,-44,-11v-39,0,-55,35,-55,75v0,41,11,71,48,71xm71,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm116,-210v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":199},"\u1f08":{"d":"-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0xm63,-295v3,37,-2,71,-33,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r33,0","w":215},"\u1f09":{"d":"-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0xm55,-217v-28,-7,-36,-40,-33,-78r33,0r0,33r-16,0v0,16,5,24,16,25r0,20","w":215},"\u1f0a":{"d":"35,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm184,-103r-40,-123r-40,123r80,0xm99,-227r-23,0r-33,-68r40,0xm34,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0","w":250},"\u1f0b":{"d":"35,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm184,-103r-40,-123r-40,123r80,0xm99,-227r-23,0r-33,-68r40,0xm33,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":250},"\u1f0c":{"d":"17,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm166,-103r-40,-123r-40,123r80,0xm99,-295r-33,68r-23,0r16,-68r40,0xm34,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0","w":233},"\u1f0d":{"d":"17,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm166,-103r-40,-123r-40,123r80,0xm99,-295r-33,68r-23,0r16,-68r40,0xm33,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":233},"\u1f0e":{"d":"23,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm172,-103r-40,-123r-40,123r80,0xm43,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm89,-288v3,38,-4,71,-34,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r34,0","w":240},"\u1f0f":{"d":"23,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm172,-103r-40,-123r-40,123r80,0xm43,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm88,-210v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":240},"\u1f10":{"d":"44,-57v4,53,90,32,115,9r0,37v-48,26,-149,26,-148,-43v0,-27,18,-41,39,-50v-18,-5,-33,-21,-33,-43v0,-61,87,-61,134,-43v-2,11,3,29,-2,36v-20,-20,-95,-34,-98,9v-2,32,33,28,65,28r0,29v-34,1,-75,-5,-72,31xm109,-295v3,37,-2,71,-33,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r33,0","w":163},"\u1f11":{"d":"44,-57v4,53,90,32,115,9r0,37v-48,26,-149,26,-148,-43v0,-27,18,-41,39,-50v-18,-5,-33,-21,-33,-43v0,-61,87,-61,134,-43v-2,11,3,29,-2,36v-20,-20,-95,-34,-98,9v-2,32,33,28,65,28r0,29v-34,1,-75,-5,-72,31xm109,-217v-28,-7,-36,-40,-33,-78r33,0r0,33r-16,0v0,16,5,24,16,25r0,20","w":163},"\u1f12":{"d":"44,-57v4,53,90,32,115,9r0,37v-48,26,-149,26,-148,-43v0,-27,18,-41,39,-50v-18,-5,-33,-21,-33,-43v0,-61,87,-61,134,-43v-2,11,3,29,-2,36v-20,-20,-95,-34,-98,9v-2,32,33,28,65,28r0,29v-34,1,-75,-5,-72,31xm143,-227r-23,0r-33,-68r40,0xm78,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0","w":163},"\u1f13":{"d":"44,-57v4,53,90,32,115,9r0,37v-48,26,-149,26,-148,-43v0,-27,18,-41,39,-50v-18,-5,-33,-21,-33,-43v0,-61,87,-61,134,-43v-2,11,3,29,-2,36v-20,-20,-95,-34,-98,9v-2,32,33,28,65,28r0,29v-34,1,-75,-5,-72,31xm143,-227r-23,0r-33,-68r40,0xm77,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":163},"\u1f14":{"d":"44,-57v4,53,90,32,115,9r0,37v-48,26,-149,26,-148,-43v0,-27,18,-41,39,-50v-18,-5,-33,-21,-33,-43v0,-61,87,-61,134,-43v-2,11,3,29,-2,36v-20,-20,-95,-34,-98,9v-2,32,33,28,65,28r0,29v-34,1,-75,-5,-72,31xm150,-295r-33,68r-23,0r16,-68r40,0xm85,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0","w":163},"\u1f15":{"d":"44,-57v4,53,90,32,115,9r0,37v-48,26,-149,26,-148,-43v0,-27,18,-41,39,-50v-18,-5,-33,-21,-33,-43v0,-61,87,-61,134,-43v-2,11,3,29,-2,36v-20,-20,-95,-34,-98,9v-2,32,33,28,65,28r0,29v-34,1,-75,-5,-72,31xm150,-295r-33,68r-23,0r16,-68r40,0xm84,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":163},"\u1f18":{"d":"49,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0xm33,-295v3,37,-2,71,-33,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r33,0","w":224},"\u1f19":{"d":"49,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0xm33,-217v-28,-7,-36,-40,-33,-78r33,0r0,33r-16,0v0,16,5,24,16,25r0,20","w":224},"\u1f1a":{"d":"106,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0xm99,-227r-23,0r-33,-68r40,0xm34,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0","w":280},"\u1f1b":{"d":"106,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0xm99,-227r-23,0r-33,-68r40,0xm33,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":280},"\u1f1c":{"d":"99,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0xm99,-295r-33,68r-23,0r16,-68r40,0xm34,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0","w":273},"\u1f1d":{"d":"99,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0xm99,-295r-33,68r-23,0r16,-68r40,0xm33,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":273},"\u1f20":{"d":"117,-202v41,0,61,31,61,75r0,199r-33,0r0,-184v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27xm116,-295v3,37,-2,71,-33,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r33,0","w":200},"\u1f21":{"d":"117,-202v41,0,61,31,61,75r0,199r-33,0r0,-184v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27xm116,-217v-28,-7,-36,-40,-33,-78r33,0r0,33r-16,0v0,16,5,24,16,25r0,20","w":200},"\u1f22":{"d":"117,-202v41,0,61,31,61,75r0,199r-33,0r0,-184v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27xm150,-227r-23,0r-33,-68r40,0xm85,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0","w":200},"\u1f23":{"d":"117,-202v41,0,61,31,61,75r0,199r-33,0r0,-184v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27xm150,-227r-23,0r-33,-68r40,0xm84,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":200},"\u1f24":{"d":"117,-202v41,0,61,31,61,75r0,199r-33,0r0,-184v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27xm157,-295r-33,68r-23,0r16,-68r40,0xm92,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0","w":200},"\u1f25":{"d":"117,-202v41,0,61,31,61,75r0,199r-33,0r0,-184v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27xm157,-295r-33,68r-23,0r16,-68r40,0xm91,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":200},"\u1f26":{"d":"117,-202v41,0,61,31,61,75r0,199r-33,0r0,-184v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27xm71,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm117,-288v3,38,-4,71,-34,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r34,0","w":200},"\u1f27":{"d":"117,-202v41,0,61,31,61,75r0,199r-33,0r0,-184v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27xm71,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm116,-210v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":200},"\u1f28":{"d":"239,0r-35,0r0,-128r-121,0r0,128r-34,0r0,-262r34,0r0,103r121,0r0,-103r35,0r0,262xm33,-295v3,37,-2,71,-33,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r33,0","w":265},"\u1f29":{"d":"239,0r-35,0r0,-128r-121,0r0,128r-34,0r0,-262r34,0r0,103r121,0r0,-103r35,0r0,262xm33,-217v-28,-7,-36,-40,-33,-78r33,0r0,33r-16,0v0,16,5,24,16,25r0,20","w":265},"\u1f2a":{"d":"296,0r-35,0r0,-128r-121,0r0,128r-34,0r0,-262r34,0r0,103r121,0r0,-103r35,0r0,262xm99,-227r-23,0r-33,-68r40,0xm34,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0","w":321},"\u1f2b":{"d":"296,0r-35,0r0,-128r-121,0r0,128r-34,0r0,-262r34,0r0,103r121,0r0,-103r35,0r0,262xm99,-227r-23,0r-33,-68r40,0xm33,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":321},"\u1f2c":{"d":"289,0r-35,0r0,-128r-121,0r0,128r-34,0r0,-262r34,0r0,103r121,0r0,-103r35,0r0,262xm99,-295r-33,68r-23,0r16,-68r40,0xm34,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0","w":314},"\u1f2d":{"d":"289,0r-35,0r0,-128r-121,0r0,128r-34,0r0,-262r34,0r0,103r121,0r0,-103r35,0r0,262xm99,-295r-33,68r-23,0r16,-68r40,0xm33,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":314},"\u1f2e":{"d":"294,0r-35,0r0,-128r-121,0r0,128r-34,0r0,-262r34,0r0,103r121,0r0,-103r35,0r0,262xm43,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm89,-288v3,38,-4,71,-34,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r34,0","w":320},"\u1f2f":{"d":"294,0r-35,0r0,-128r-121,0r0,128r-34,0r0,-262r34,0r0,103r121,0r0,-103r35,0r0,262xm43,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm88,-210v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":320},"\u1f30":{"d":"58,0r-33,0r0,-196r33,0r0,196xm58,-295v3,37,-2,71,-33,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r33,0","w":82},"\u1f31":{"d":"58,0r-33,0r0,-196r33,0r0,196xm58,-217v-28,-7,-36,-40,-33,-78r33,0r0,33r-16,0v0,16,5,24,16,25r0,20","w":82},"\u1f32":{"d":"58,0r-33,0r0,-196r33,0r0,196xm92,-227r-23,0r-33,-68r40,0xm27,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0","w":82},"\u1f33":{"d":"58,0r-33,0r0,-196r33,0r0,196xm92,-227r-23,0r-33,-68r40,0xm26,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":82},"\u1f34":{"d":"58,0r-33,0r0,-196r33,0r0,196xm97,-295r-33,68r-23,0r16,-68r40,0xm32,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0","w":82},"\u1f35":{"d":"58,0r-33,0r0,-196r33,0r0,196xm97,-295r-33,68r-23,0r16,-68r40,0xm31,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":82},"\u1f36":{"d":"58,0r-33,0r0,-196r33,0r0,196xm15,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm61,-288v3,38,-4,71,-34,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r34,0","w":82},"\u1f37":{"d":"58,0r-33,0r0,-196r33,0r0,196xm15,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm60,-210v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":82},"\u1f38":{"d":"148,0r-102,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r33,0r0,27xm33,-295v3,37,-2,71,-33,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r33,0","w":163},"\u1f39":{"d":"148,0r-102,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r33,0r0,27xm33,-217v-28,-7,-36,-40,-33,-78r33,0r0,33r-16,0v0,16,5,24,16,25r0,20","w":163},"\u1f3a":{"d":"207,0r-102,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r33,0r0,27xm99,-227r-23,0r-33,-68r40,0xm34,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0","w":223},"\u1f3b":{"d":"207,0r-102,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r33,0r0,27xm99,-227r-23,0r-33,-68r40,0xm33,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":223},"\u1f3c":{"d":"197,0r-102,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r33,0r0,27xm99,-295r-33,68r-23,0r16,-68r40,0xm34,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0","w":213},"\u1f3d":{"d":"197,0r-102,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r33,0r0,27xm99,-295r-33,68r-23,0r16,-68r40,0xm33,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":213},"\u1f3e":{"d":"202,0r-102,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r33,0r0,27xm43,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm89,-288v3,38,-4,71,-34,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r34,0","w":218},"\u1f3f":{"d":"202,0r-102,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r33,0r0,27xm43,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm88,-210v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":218},"\u1f40":{"d":"98,-202v56,0,87,42,87,104v0,62,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-61,32,-104,88,-104xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75xm116,-295v3,37,-2,71,-33,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r33,0","w":195},"\u1f41":{"d":"98,-202v56,0,87,42,87,104v0,62,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-61,32,-104,88,-104xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75xm116,-217v-28,-7,-36,-40,-33,-78r33,0r0,33r-16,0v0,16,5,24,16,25r0,20","w":195},"\u1f42":{"d":"98,-202v56,0,87,42,87,104v0,62,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-61,32,-104,88,-104xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75xm147,-227r-23,0r-33,-68r40,0xm82,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0","w":195},"\u1f43":{"d":"98,-202v56,0,87,42,87,104v0,62,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-61,32,-104,88,-104xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75xm147,-227r-23,0r-33,-68r40,0xm81,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":195},"\u1f44":{"d":"98,-202v56,0,87,42,87,104v0,62,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-61,32,-104,88,-104xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75xm150,-295r-33,68r-23,0r16,-68r40,0xm85,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0","w":195},"\u1f45":{"d":"98,-202v56,0,87,42,87,104v0,62,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-61,32,-104,88,-104xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75xm150,-295r-33,68r-23,0r16,-68r40,0xm84,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":195},"\u1f48":{"d":"127,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm127,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106xm33,-295v3,37,-2,71,-33,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r33,0","w":254},"\u1f49":{"d":"145,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm145,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106xm33,-217v-28,-7,-36,-40,-33,-78r33,0r0,33r-16,0v0,16,5,24,16,25r0,20","w":272},"\u1f4a":{"d":"206,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm206,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106xm99,-227r-23,0r-33,-68r40,0xm34,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0","w":333},"\u1f4b":{"d":"206,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm206,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106xm99,-227r-23,0r-33,-68r40,0xm33,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":333},"\u1f4c":{"d":"181,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm181,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106xm99,-295r-33,68r-23,0r16,-68r40,0xm34,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0","w":308},"\u1f4d":{"d":"181,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm181,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106xm99,-295r-33,68r-23,0r16,-68r40,0xm33,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":308},"\u1f50":{"d":"100,-23v73,0,36,-108,45,-173r33,0r0,125v0,51,-27,76,-78,76v-49,0,-79,-25,-78,-76r0,-125r34,0r0,114v-2,38,7,59,44,59xm116,-295v3,37,-2,71,-33,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r33,0","w":200},"\u1f51":{"d":"100,-23v73,0,36,-108,45,-173r33,0r0,125v0,51,-27,76,-78,76v-49,0,-79,-25,-78,-76r0,-125r34,0r0,114v-2,38,7,59,44,59xm116,-217v-28,-7,-36,-40,-33,-78r33,0r0,33r-16,0v0,16,5,24,16,25r0,20","w":200},"\u1f52":{"d":"100,-23v73,0,36,-108,45,-173r33,0r0,125v0,51,-27,76,-78,76v-49,0,-79,-25,-78,-76r0,-125r34,0r0,114v-2,38,7,59,44,59xm148,-227r-23,0r-33,-68r40,0xm83,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0","w":200},"\u1f53":{"d":"100,-23v73,0,36,-108,45,-173r33,0r0,125v0,51,-27,76,-78,76v-49,0,-79,-25,-78,-76r0,-125r34,0r0,114v-2,38,7,59,44,59xm148,-227r-23,0r-33,-68r40,0xm82,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":200},"\u1f54":{"d":"100,-23v73,0,36,-108,45,-173r33,0r0,125v0,51,-27,76,-78,76v-49,0,-79,-25,-78,-76r0,-125r34,0r0,114v-2,38,7,59,44,59xm161,-295r-33,68r-23,0r16,-68r40,0xm96,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0","w":200},"\u1f55":{"d":"100,-23v73,0,36,-108,45,-173r33,0r0,125v0,51,-27,76,-78,76v-49,0,-79,-25,-78,-76r0,-125r34,0r0,114v-2,38,7,59,44,59xm161,-295r-33,68r-23,0r16,-68r40,0xm95,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":200},"\u1f56":{"d":"100,-23v73,0,36,-108,45,-173r33,0r0,125v0,51,-27,76,-78,76v-49,0,-79,-25,-78,-76r0,-125r34,0r0,114v-2,38,7,59,44,59xm76,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm122,-288v3,38,-4,71,-34,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r34,0","w":200},"\u1f57":{"d":"100,-23v73,0,36,-108,45,-173r33,0r0,125v0,51,-27,76,-78,76v-49,0,-79,-25,-78,-76r0,-125r34,0r0,114v-2,38,7,59,44,59xm71,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm116,-210v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":200},"\u1f59":{"d":"257,-262r-89,146r0,116r-35,0r0,-112r-88,-150r39,0r67,116r69,-116r37,0xm33,-217v-28,-7,-36,-40,-33,-78r33,0r0,33r-16,0v0,16,5,24,16,25r0,20","w":254},"\u1f5b":{"d":"310,-262r-89,146r0,116r-35,0r0,-112r-88,-150r39,0r67,116r69,-116r37,0xm99,-227r-23,0r-33,-68r40,0xm33,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":307},"\u1f5d":{"d":"310,-262r-89,146r0,116r-35,0r0,-112r-88,-150r39,0r67,116r69,-116r37,0xm99,-295r-33,68r-23,0r16,-68r40,0xm33,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":307},"\u1f5f":{"d":"312,-262r-89,146r0,116r-35,0r0,-112r-88,-150r39,0r67,116r69,-116r37,0xm43,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm88,-210v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":309},"\u1f60":{"d":"207,-196v25,32,43,57,43,108v0,49,-18,91,-69,93v-25,1,-41,-17,-52,-29v-7,14,-27,30,-49,29v-50,-2,-69,-42,-69,-93v0,-49,18,-77,42,-108r40,0r0,3v-28,24,-48,56,-48,105v0,31,7,64,37,65v52,2,26,-78,32,-124r33,0v6,46,-20,127,32,124v30,-2,37,-33,37,-65v0,-48,-20,-81,-48,-105r0,-3r39,0xm147,-295v3,37,-2,71,-33,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r33,0","w":260},"\u1f61":{"d":"207,-196v25,32,43,57,43,108v0,49,-18,91,-69,93v-25,1,-41,-17,-52,-29v-7,14,-27,30,-49,29v-50,-2,-69,-42,-69,-93v0,-49,18,-77,42,-108r40,0r0,3v-28,24,-48,56,-48,105v0,31,7,64,37,65v52,2,26,-78,32,-124r33,0v6,46,-20,127,32,124v30,-2,37,-33,37,-65v0,-48,-20,-81,-48,-105r0,-3r39,0xm147,-217v-28,-7,-36,-40,-33,-78r33,0r0,33r-16,0v0,16,5,24,16,25r0,20","w":260},"\u1f62":{"d":"207,-196v25,32,43,57,43,108v0,49,-18,91,-69,93v-25,1,-41,-17,-52,-29v-7,14,-27,30,-49,29v-50,-2,-69,-42,-69,-93v0,-49,18,-77,42,-108r40,0r0,3v-28,24,-48,56,-48,105v0,31,7,64,37,65v52,2,26,-78,32,-124r33,0v6,46,-20,127,32,124v30,-2,37,-33,37,-65v0,-48,-20,-81,-48,-105r0,-3r39,0xm178,-227r-23,0r-33,-68r40,0xm113,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0","w":260},"\u1f63":{"d":"207,-196v25,32,43,57,43,108v0,49,-18,91,-69,93v-25,1,-41,-17,-52,-29v-7,14,-27,30,-49,29v-50,-2,-69,-42,-69,-93v0,-49,18,-77,42,-108r40,0r0,3v-28,24,-48,56,-48,105v0,31,7,64,37,65v52,2,26,-78,32,-124r33,0v6,46,-20,127,32,124v30,-2,37,-33,37,-65v0,-48,-20,-81,-48,-105r0,-3r39,0xm178,-227r-23,0r-33,-68r40,0xm112,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":260},"\u1f64":{"d":"207,-196v25,32,43,57,43,108v0,49,-18,91,-69,93v-25,1,-41,-17,-52,-29v-7,14,-27,30,-49,29v-50,-2,-69,-42,-69,-93v0,-49,18,-77,42,-108r40,0r0,3v-28,24,-48,56,-48,105v0,31,7,64,37,65v52,2,26,-78,32,-124r33,0v6,46,-20,127,32,124v30,-2,37,-33,37,-65v0,-48,-20,-81,-48,-105r0,-3r39,0xm185,-295r-33,68r-23,0r16,-68r40,0xm120,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0","w":260},"\u1f65":{"d":"207,-196v25,32,43,57,43,108v0,49,-18,91,-69,93v-25,1,-41,-17,-52,-29v-7,14,-27,30,-49,29v-50,-2,-69,-42,-69,-93v0,-49,18,-77,42,-108r40,0r0,3v-28,24,-48,56,-48,105v0,31,7,64,37,65v52,2,26,-78,32,-124r33,0v6,46,-20,127,32,124v30,-2,37,-33,37,-65v0,-48,-20,-81,-48,-105r0,-3r39,0xm185,-295r-33,68r-23,0r16,-68r40,0xm119,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":260},"\u1f66":{"d":"207,-196v25,32,43,57,43,108v0,49,-18,91,-69,93v-25,1,-41,-17,-52,-29v-7,14,-27,30,-49,29v-50,-2,-69,-42,-69,-93v0,-49,18,-77,42,-108r40,0r0,3v-28,24,-48,56,-48,105v0,31,7,64,37,65v52,2,26,-78,32,-124r33,0v6,46,-20,127,32,124v30,-2,37,-33,37,-65v0,-48,-20,-81,-48,-105r0,-3r39,0xm102,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm148,-288v3,38,-4,71,-34,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r34,0","w":260},"\u1f67":{"d":"207,-196v25,32,43,57,43,108v0,49,-18,91,-69,93v-25,1,-41,-17,-52,-29v-7,14,-27,30,-49,29v-50,-2,-69,-42,-69,-93v0,-49,18,-77,42,-108r40,0r0,3v-28,24,-48,56,-48,105v0,31,7,64,37,65v52,2,26,-78,32,-124r33,0v6,46,-20,127,32,124v30,-2,37,-33,37,-65v0,-48,-20,-81,-48,-105r0,-3r39,0xm102,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm147,-210v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":260},"\u1f68":{"d":"239,-157v0,54,-28,84,-61,105r0,21r69,0r0,31r-99,0r0,-68v30,-19,56,-39,55,-89v-1,-50,-26,-80,-76,-80v-50,0,-75,31,-77,80v-2,50,27,70,56,89r0,68r-98,0r0,-31r69,0r0,-21v-35,-21,-64,-52,-64,-105v0,-69,43,-110,114,-110v70,0,111,39,112,110xm33,-295v3,37,-2,71,-33,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r33,0","w":252},"\u1f69":{"d":"257,-157v0,54,-28,84,-61,105r0,21r69,0r0,31r-99,0r0,-68v30,-19,56,-39,55,-89v-1,-50,-26,-80,-76,-80v-50,0,-75,31,-77,80v-2,50,27,70,56,89r0,68r-98,0r0,-31r69,0r0,-21v-35,-21,-64,-52,-64,-105v0,-69,43,-110,114,-110v70,0,111,39,112,110xm33,-217v-28,-7,-36,-40,-33,-78r33,0r0,33r-16,0v0,16,5,24,16,25r0,20","w":270},"\u1f6a":{"d":"318,-157v0,54,-28,84,-61,105r0,21r69,0r0,31r-99,0r0,-68v30,-19,56,-39,55,-89v-1,-50,-26,-80,-76,-80v-50,0,-75,31,-77,80v-2,50,27,70,56,89r0,68r-98,0r0,-31r69,0r0,-21v-35,-21,-64,-52,-64,-105v0,-69,43,-110,114,-110v70,0,111,39,112,110xm99,-227r-23,0r-33,-68r40,0xm34,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0","w":331},"\u1f6b":{"d":"318,-157v0,54,-28,84,-61,105r0,21r69,0r0,31r-99,0r0,-68v30,-19,56,-39,55,-89v-1,-50,-26,-80,-76,-80v-50,0,-75,31,-77,80v-2,50,27,70,56,89r0,68r-98,0r0,-31r69,0r0,-21v-35,-21,-64,-52,-64,-105v0,-69,43,-110,114,-110v70,0,111,39,112,110xm99,-227r-23,0r-33,-68r40,0xm33,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":331},"\u1f6c":{"d":"293,-157v0,54,-28,84,-61,105r0,21r69,0r0,31r-99,0r0,-68v30,-19,56,-39,55,-89v-1,-50,-26,-80,-76,-80v-50,0,-75,31,-77,80v-2,50,27,70,56,89r0,68r-98,0r0,-31r69,0r0,-21v-35,-21,-64,-52,-64,-105v0,-69,43,-110,114,-110v70,0,111,39,112,110xm99,-295r-33,68r-23,0r16,-68r40,0xm34,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0","w":306},"\u1f6d":{"d":"293,-157v0,54,-28,84,-61,105r0,21r69,0r0,31r-99,0r0,-68v30,-19,56,-39,55,-89v-1,-50,-26,-80,-76,-80v-50,0,-75,31,-77,80v-2,50,27,70,56,89r0,68r-98,0r0,-31r69,0r0,-21v-35,-21,-64,-52,-64,-105v0,-69,43,-110,114,-110v70,0,111,39,112,110xm99,-295r-33,68r-23,0r16,-68r40,0xm33,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":306},"\u1f6e":{"d":"313,-157v0,54,-28,84,-61,105r0,21r69,0r0,31r-99,0r0,-68v30,-19,56,-39,55,-89v-1,-50,-26,-80,-76,-80v-50,0,-75,31,-77,80v-2,50,27,70,56,89r0,68r-98,0r0,-31r69,0r0,-21v-35,-21,-64,-52,-64,-105v0,-69,43,-110,114,-110v70,0,111,39,112,110xm43,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm89,-288v3,38,-4,71,-34,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r34,0","w":326},"\u1f6f":{"d":"313,-157v0,54,-28,84,-61,105r0,21r69,0r0,31r-99,0r0,-68v30,-19,56,-39,55,-89v-1,-50,-26,-80,-76,-80v-50,0,-75,31,-77,80v-2,50,27,70,56,89r0,68r-98,0r0,-31r69,0r0,-21v-35,-21,-64,-52,-64,-105v0,-69,43,-110,114,-110v70,0,111,39,112,110xm43,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm88,-210v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":326},"\u1f70":{"d":"10,-97v0,-77,67,-130,133,-91r0,-8r33,0r0,196r-33,0r0,-20v-16,15,-32,25,-59,25v-50,0,-74,-45,-74,-102xm92,-26v21,0,38,-11,51,-22r0,-113v-14,-6,-26,-10,-44,-11v-39,0,-55,35,-55,75v0,41,11,71,48,71xm115,-229r-23,0r-33,-68r40,0","w":199},"\u1f71":{"d":"10,-97v0,-77,67,-130,133,-91r0,-8r33,0r0,196r-33,0r0,-20v-16,15,-32,25,-59,25v-50,0,-74,-45,-74,-102xm92,-26v21,0,38,-11,51,-22r0,-113v-14,-6,-26,-10,-44,-11v-39,0,-55,35,-55,75v0,41,11,71,48,71xm136,-297r-33,68r-23,0r16,-68r40,0","w":199},"\u1f72":{"d":"44,-57v4,53,90,32,115,9r0,37v-48,26,-149,26,-148,-43v0,-27,18,-41,39,-50v-18,-5,-33,-21,-33,-43v0,-61,87,-61,134,-43v-2,11,3,29,-2,36v-20,-20,-95,-34,-98,9v-2,32,33,28,65,28r0,29v-34,1,-75,-5,-72,31xm108,-229r-23,0r-33,-68r40,0","w":163},"\u1f73":{"d":"44,-57v4,53,90,32,115,9r0,37v-48,26,-149,26,-148,-43v0,-27,18,-41,39,-50v-18,-5,-33,-21,-33,-43v0,-61,87,-61,134,-43v-2,11,3,29,-2,36v-20,-20,-95,-34,-98,9v-2,32,33,28,65,28r0,29v-34,1,-75,-5,-72,31xm129,-297r-33,68r-23,0r16,-68r40,0","w":163},"\u1f74":{"d":"117,-202v41,0,61,31,61,75r0,199r-33,0r0,-184v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27xm122,-229r-23,0r-33,-68r40,0","w":200},"\u1f75":{"d":"117,-202v41,0,61,31,61,75r0,199r-33,0r0,-184v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27xm143,-297r-33,68r-23,0r16,-68r40,0","w":200},"\u1f76":{"d":"58,0r-33,0r0,-196r33,0r0,196xm59,-229r-23,0r-33,-68r40,0","w":82},"\u1f77":{"d":"58,0r-33,0r0,-196r33,0r0,196xm80,-297r-33,68r-23,0r16,-68r40,0","w":82},"\u1f78":{"d":"98,-202v56,0,87,42,87,104v0,62,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-61,32,-104,88,-104xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75xm115,-229r-23,0r-33,-68r40,0","w":195},"\u1f79":{"d":"98,-202v56,0,87,42,87,104v0,62,-31,103,-87,103v-57,1,-88,-43,-88,-103v0,-61,32,-104,88,-104xm98,-23v39,0,53,-31,53,-75v0,-44,-13,-75,-53,-75v-40,0,-54,30,-54,75v0,44,15,75,54,75xm136,-297r-33,68r-23,0r16,-68r40,0","w":195},"\u1f7a":{"d":"100,-23v73,0,36,-108,45,-173r33,0r0,125v0,51,-27,76,-78,76v-49,0,-79,-25,-78,-76r0,-125r34,0r0,114v-2,38,7,59,44,59xm122,-229r-23,0r-33,-68r40,0","w":200},"\u1f7b":{"d":"100,-23v73,0,36,-108,45,-173r33,0r0,125v0,51,-27,76,-78,76v-49,0,-79,-25,-78,-76r0,-125r34,0r0,114v-2,38,7,59,44,59xm143,-297r-33,68r-23,0r16,-68r40,0","w":200},"\u1f7c":{"d":"207,-196v25,32,43,57,43,108v0,49,-18,91,-69,93v-25,1,-41,-17,-52,-29v-7,14,-27,30,-49,29v-50,-2,-69,-42,-69,-93v0,-49,18,-77,42,-108r40,0r0,3v-28,24,-48,56,-48,105v0,31,7,64,37,65v52,2,26,-78,32,-124r33,0v6,46,-20,127,32,124v30,-2,37,-33,37,-65v0,-48,-20,-81,-48,-105r0,-3r39,0xm143,-229r-23,0r-33,-68r40,0","w":260},"\u1f7d":{"d":"207,-196v25,32,43,57,43,108v0,49,-18,91,-69,93v-25,1,-41,-17,-52,-29v-7,14,-27,30,-49,29v-50,-2,-69,-42,-69,-93v0,-49,18,-77,42,-108r40,0r0,3v-28,24,-48,56,-48,105v0,31,7,64,37,65v52,2,26,-78,32,-124r33,0v6,46,-20,127,32,124v30,-2,37,-33,37,-65v0,-48,-20,-81,-48,-105r0,-3r39,0xm171,-297r-33,68r-23,0r16,-68r40,0","w":260},"\u1f80":{"d":"10,-97v0,-77,67,-130,133,-91r0,-8r33,0r0,196r-33,0r0,-20v-16,15,-32,25,-59,25v-50,0,-74,-45,-74,-102xm92,-26v21,0,38,-11,51,-22r0,-113v-14,-6,-26,-10,-44,-11v-39,0,-55,35,-55,75v0,41,11,71,48,71xm116,-295v3,37,-2,71,-33,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r33,0xm117,73r-37,0r9,-57r19,0","w":199},"\u1f81":{"d":"10,-97v0,-77,67,-130,133,-91r0,-8r33,0r0,196r-33,0r0,-20v-16,15,-32,25,-59,25v-50,0,-74,-45,-74,-102xm92,-26v21,0,38,-11,51,-22r0,-113v-14,-6,-26,-10,-44,-11v-39,0,-55,35,-55,75v0,41,11,71,48,71xm116,-217v-28,-7,-36,-40,-33,-78r33,0r0,33r-16,0v0,16,5,24,16,25r0,20xm117,73r-37,0r9,-57r19,0","w":199},"\u1f82":{"d":"10,-97v0,-77,67,-130,133,-91r0,-8r33,0r0,196r-33,0r0,-20v-16,15,-32,25,-59,25v-50,0,-74,-45,-74,-102xm92,-26v21,0,38,-11,51,-22r0,-113v-14,-6,-26,-10,-44,-11v-39,0,-55,35,-55,75v0,41,11,71,48,71xm150,-227r-23,0r-33,-68r40,0xm85,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0xm117,73r-37,0r9,-57r19,0","w":199},"\u1f83":{"d":"10,-97v0,-77,67,-130,133,-91r0,-8r33,0r0,196r-33,0r0,-20v-16,15,-32,25,-59,25v-50,0,-74,-45,-74,-102xm92,-26v21,0,38,-11,51,-22r0,-113v-14,-6,-26,-10,-44,-11v-39,0,-55,35,-55,75v0,41,11,71,48,71xm150,-227r-23,0r-33,-68r40,0xm84,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20xm117,73r-37,0r9,-57r19,0","w":199},"\u1f84":{"d":"10,-97v0,-77,67,-130,133,-91r0,-8r33,0r0,196r-33,0r0,-20v-16,15,-32,25,-59,25v-50,0,-74,-45,-74,-102xm92,-26v21,0,38,-11,51,-22r0,-113v-14,-6,-26,-10,-44,-11v-39,0,-55,35,-55,75v0,41,11,71,48,71xm150,-295r-33,68r-23,0r16,-68r40,0xm85,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0xm117,73r-37,0r9,-57r19,0","w":199},"\u1f85":{"d":"10,-97v0,-77,67,-130,133,-91r0,-8r33,0r0,196r-33,0r0,-20v-16,15,-32,25,-59,25v-50,0,-74,-45,-74,-102xm92,-26v21,0,38,-11,51,-22r0,-113v-14,-6,-26,-10,-44,-11v-39,0,-55,35,-55,75v0,41,11,71,48,71xm150,-295r-33,68r-23,0r16,-68r40,0xm84,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20xm117,73r-37,0r9,-57r19,0","w":199},"\u1f86":{"d":"10,-97v0,-77,67,-130,133,-91r0,-8r33,0r0,196r-33,0r0,-20v-16,15,-32,25,-59,25v-50,0,-74,-45,-74,-102xm92,-26v21,0,38,-11,51,-22r0,-113v-14,-6,-26,-10,-44,-11v-39,0,-55,35,-55,75v0,41,11,71,48,71xm71,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm117,-288v3,38,-4,71,-34,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r34,0xm117,73r-37,0r9,-57r19,0","w":199},"\u1f87":{"d":"10,-97v0,-77,67,-130,133,-91r0,-8r33,0r0,196r-33,0r0,-20v-16,15,-32,25,-59,25v-50,0,-74,-45,-74,-102xm92,-26v21,0,38,-11,51,-22r0,-113v-14,-6,-26,-10,-44,-11v-39,0,-55,35,-55,75v0,41,11,71,48,71xm71,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm116,-210v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20xm117,73r-37,0r9,-57r19,0","w":199},"\u1f88":{"d":"-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0xm63,-295v3,37,-2,71,-33,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r33,0xm126,73r-37,0r9,-57r19,0","w":215},"\u1f89":{"d":"-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0xm63,-217v-28,-7,-36,-40,-33,-78r33,0r0,33r-16,0v0,16,5,24,16,25r0,20xm126,73r-37,0r9,-57r19,0","w":215},"\u1f8a":{"d":"35,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm184,-103r-40,-123r-40,123r80,0xm99,-227r-23,0r-33,-68r40,0xm34,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0xm163,73r-37,0r9,-57r19,0","w":252},"\u1f8b":{"d":"35,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm184,-103r-40,-123r-40,123r80,0xm99,-227r-23,0r-33,-68r40,0xm33,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20xm163,73r-37,0r9,-57r19,0","w":252},"\u1f8c":{"d":"17,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm166,-103r-40,-123r-40,123r80,0xm99,-295r-33,68r-23,0r16,-68r40,0xm34,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0xm145,73r-37,0r9,-57r19,0","w":234},"\u1f8d":{"d":"17,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm166,-103r-40,-123r-40,123r80,0xm99,-295r-33,68r-23,0r16,-68r40,0xm33,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20xm145,73r-37,0r9,-57r19,0","w":234},"\u1f8e":{"d":"23,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm172,-103r-40,-123r-40,123r80,0xm43,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm89,-288v3,38,-4,71,-34,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r34,0xm150,73r-37,0r9,-57r19,0","w":240},"\u1f8f":{"d":"23,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm172,-103r-40,-123r-40,123r80,0xm43,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm88,-210v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20xm150,73r-37,0r9,-57r19,0","w":240},"\u1f90":{"d":"117,-202v41,0,61,31,61,75r0,199r-33,0r0,-184v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27xm116,-295v3,37,-2,71,-33,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r33,0xm59,73r-37,0r9,-57r19,0","w":200},"\u1f91":{"d":"117,-202v41,0,61,31,61,75r0,199r-33,0r0,-184v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27xm116,-217v-28,-7,-36,-40,-33,-78r33,0r0,33r-16,0v0,16,5,24,16,25r0,20xm59,73r-37,0r9,-57r19,0","w":200},"\u1f92":{"d":"117,-202v41,0,61,31,61,75r0,199r-33,0r0,-184v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27xm150,-227r-23,0r-33,-68r40,0xm85,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0xm59,73r-37,0r9,-57r19,0","w":200},"\u1f93":{"d":"117,-202v41,0,61,31,61,75r0,199r-33,0r0,-184v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27xm150,-227r-23,0r-33,-68r40,0xm84,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20xm59,73r-37,0r9,-57r19,0","w":200},"\u1f94":{"d":"117,-202v41,0,61,31,61,75r0,199r-33,0r0,-184v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27xm157,-295r-33,68r-23,0r16,-68r40,0xm92,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0xm59,73r-37,0r9,-57r19,0","w":200},"\u1f95":{"d":"117,-202v41,0,61,31,61,75r0,199r-33,0r0,-184v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27xm157,-295r-33,68r-23,0r16,-68r40,0xm91,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20xm59,73r-37,0r9,-57r19,0","w":200},"\u1f96":{"d":"117,-202v41,0,61,31,61,75r0,199r-33,0r0,-184v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27xm71,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm117,-288v3,38,-4,71,-34,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r34,0xm59,73r-37,0r9,-57r19,0","w":200},"\u1f97":{"d":"117,-202v41,0,61,31,61,75r0,199r-33,0r0,-184v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27xm71,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm116,-210v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20xm59,73r-37,0r9,-57r19,0","w":200},"\u1f98":{"d":"239,0r-35,0r0,-128r-121,0r0,128r-34,0r0,-262r34,0r0,103r121,0r0,-103r35,0r0,262xm33,-295v3,37,-2,71,-33,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r33,0xm163,73r-37,0r9,-57r19,0","w":265},"\u1f99":{"d":"239,0r-35,0r0,-128r-121,0r0,128r-34,0r0,-262r34,0r0,103r121,0r0,-103r35,0r0,262xm33,-217v-28,-7,-36,-40,-33,-78r33,0r0,33r-16,0v0,16,5,24,16,25r0,20xm163,73r-37,0r9,-57r19,0","w":265},"\u1f9a":{"d":"296,0r-35,0r0,-128r-121,0r0,128r-34,0r0,-262r34,0r0,103r121,0r0,-103r35,0r0,262xm99,-227r-23,0r-33,-68r40,0xm34,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0xm219,73r-37,0r9,-57r19,0","w":321},"\u1f9b":{"d":"296,0r-35,0r0,-128r-121,0r0,128r-34,0r0,-262r34,0r0,103r121,0r0,-103r35,0r0,262xm99,-227r-23,0r-33,-68r40,0xm33,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20xm219,73r-37,0r9,-57r19,0","w":321},"\u1f9c":{"d":"289,0r-35,0r0,-128r-121,0r0,128r-34,0r0,-262r34,0r0,103r121,0r0,-103r35,0r0,262xm99,-295r-33,68r-23,0r16,-68r40,0xm34,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0xm212,73r-37,0r9,-57r19,0","w":314},"\u1f9d":{"d":"289,0r-35,0r0,-128r-121,0r0,128r-34,0r0,-262r34,0r0,103r121,0r0,-103r35,0r0,262xm99,-295r-33,68r-23,0r16,-68r40,0xm33,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20xm212,73r-37,0r9,-57r19,0","w":314},"\u1f9e":{"d":"294,0r-35,0r0,-128r-121,0r0,128r-34,0r0,-262r34,0r0,103r121,0r0,-103r35,0r0,262xm43,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm89,-288v3,38,-4,71,-34,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r34,0xm217,73r-37,0r9,-57r19,0","w":320},"\u1f9f":{"d":"294,0r-35,0r0,-128r-121,0r0,128r-34,0r0,-262r34,0r0,103r121,0r0,-103r35,0r0,262xm43,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm88,-210v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20xm217,73r-37,0r9,-57r19,0","w":320},"\u1fa0":{"d":"207,-196v25,32,43,57,43,108v0,49,-18,91,-69,93v-25,1,-41,-17,-52,-29v-7,14,-27,30,-49,29v-50,-2,-69,-42,-69,-93v0,-49,18,-77,42,-108r40,0r0,3v-28,24,-48,56,-48,105v0,31,7,64,37,65v52,2,26,-78,32,-124r33,0v6,46,-20,127,32,124v30,-2,37,-33,37,-65v0,-48,-20,-81,-48,-105r0,-3r39,0xm147,-295v3,37,-2,71,-33,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r33,0xm149,73r-37,0r9,-57r19,0","w":260},"\u1fa1":{"d":"207,-196v25,32,43,57,43,108v0,49,-18,91,-69,93v-25,1,-41,-17,-52,-29v-7,14,-27,30,-49,29v-50,-2,-69,-42,-69,-93v0,-49,18,-77,42,-108r40,0r0,3v-28,24,-48,56,-48,105v0,31,7,64,37,65v52,2,26,-78,32,-124r33,0v6,46,-20,127,32,124v30,-2,37,-33,37,-65v0,-48,-20,-81,-48,-105r0,-3r39,0xm147,-217v-28,-7,-36,-40,-33,-78r33,0r0,33r-16,0v0,16,5,24,16,25r0,20xm149,73r-37,0r9,-57r19,0","w":260},"\u1fa2":{"d":"207,-196v25,32,43,57,43,108v0,49,-18,91,-69,93v-25,1,-41,-17,-52,-29v-7,14,-27,30,-49,29v-50,-2,-69,-42,-69,-93v0,-49,18,-77,42,-108r40,0r0,3v-28,24,-48,56,-48,105v0,31,7,64,37,65v52,2,26,-78,32,-124r33,0v6,46,-20,127,32,124v30,-2,37,-33,37,-65v0,-48,-20,-81,-48,-105r0,-3r39,0xm178,-227r-23,0r-33,-68r40,0xm113,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0xm149,73r-37,0r9,-57r19,0","w":260},"\u1fa3":{"d":"207,-196v25,32,43,57,43,108v0,49,-18,91,-69,93v-25,1,-41,-17,-52,-29v-7,14,-27,30,-49,29v-50,-2,-69,-42,-69,-93v0,-49,18,-77,42,-108r40,0r0,3v-28,24,-48,56,-48,105v0,31,7,64,37,65v52,2,26,-78,32,-124r33,0v6,46,-20,127,32,124v30,-2,37,-33,37,-65v0,-48,-20,-81,-48,-105r0,-3r39,0xm178,-227r-23,0r-33,-68r40,0xm112,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20xm149,73r-37,0r9,-57r19,0","w":260},"\u1fa4":{"d":"207,-196v25,32,43,57,43,108v0,49,-18,91,-69,93v-25,1,-41,-17,-52,-29v-7,14,-27,30,-49,29v-50,-2,-69,-42,-69,-93v0,-49,18,-77,42,-108r40,0r0,3v-28,24,-48,56,-48,105v0,31,7,64,37,65v52,2,26,-78,32,-124r33,0v6,46,-20,127,32,124v30,-2,37,-33,37,-65v0,-48,-20,-81,-48,-105r0,-3r39,0xm185,-295r-33,68r-23,0r16,-68r40,0xm120,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0xm149,73r-37,0r9,-57r19,0","w":260},"\u1fa5":{"d":"207,-196v25,32,43,57,43,108v0,49,-18,91,-69,93v-25,1,-41,-17,-52,-29v-7,14,-27,30,-49,29v-50,-2,-69,-42,-69,-93v0,-49,18,-77,42,-108r40,0r0,3v-28,24,-48,56,-48,105v0,31,7,64,37,65v52,2,26,-78,32,-124r33,0v6,46,-20,127,32,124v30,-2,37,-33,37,-65v0,-48,-20,-81,-48,-105r0,-3r39,0xm185,-295r-33,68r-23,0r16,-68r40,0xm119,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20xm149,73r-37,0r9,-57r19,0","w":260},"\u1fa6":{"d":"207,-196v25,32,43,57,43,108v0,49,-18,91,-69,93v-25,1,-41,-17,-52,-29v-7,14,-27,30,-49,29v-50,-2,-69,-42,-69,-93v0,-49,18,-77,42,-108r40,0r0,3v-28,24,-48,56,-48,105v0,31,7,64,37,65v52,2,26,-78,32,-124r33,0v6,46,-20,127,32,124v30,-2,37,-33,37,-65v0,-48,-20,-81,-48,-105r0,-3r39,0xm102,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm148,-288v3,38,-4,71,-34,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r34,0xm149,73r-37,0r9,-57r19,0","w":260},"\u1fa7":{"d":"207,-196v25,32,43,57,43,108v0,49,-18,91,-69,93v-25,1,-41,-17,-52,-29v-7,14,-27,30,-49,29v-50,-2,-69,-42,-69,-93v0,-49,18,-77,42,-108r40,0r0,3v-28,24,-48,56,-48,105v0,31,7,64,37,65v52,2,26,-78,32,-124r33,0v6,46,-20,127,32,124v30,-2,37,-33,37,-65v0,-48,-20,-81,-48,-105r0,-3r39,0xm102,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm147,-210v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20xm149,73r-37,0r9,-57r19,0","w":260},"\u1fa8":{"d":"239,-157v0,54,-28,84,-61,105r0,21r69,0r0,31r-99,0r0,-68v30,-19,56,-39,55,-89v-1,-50,-26,-80,-76,-80v-50,0,-75,31,-77,80v-2,50,27,70,56,89r0,68r-98,0r0,-31r69,0r0,-21v-35,-21,-64,-52,-64,-105v0,-69,43,-110,114,-110v70,0,111,39,112,110xm33,-295v3,37,-2,71,-33,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r33,0xm146,73r-37,0r9,-57r19,0","w":252},"\u1fa9":{"d":"257,-157v0,54,-28,84,-61,105r0,21r69,0r0,31r-99,0r0,-68v30,-19,56,-39,55,-89v-1,-50,-26,-80,-76,-80v-50,0,-75,31,-77,80v-2,50,27,70,56,89r0,68r-98,0r0,-31r69,0r0,-21v-35,-21,-64,-52,-64,-105v0,-69,43,-110,114,-110v70,0,111,39,112,110xm33,-217v-28,-7,-36,-40,-33,-78r33,0r0,33r-16,0v0,16,5,24,16,25r0,20xm164,73r-37,0r9,-57r19,0","w":270},"\u1faa":{"d":"318,-157v0,54,-28,84,-61,105r0,21r69,0r0,31r-99,0r0,-68v30,-19,56,-39,55,-89v-1,-50,-26,-80,-76,-80v-50,0,-75,31,-77,80v-2,50,27,70,56,89r0,68r-98,0r0,-31r69,0r0,-21v-35,-21,-64,-52,-64,-105v0,-69,43,-110,114,-110v70,0,111,39,112,110xm99,-227r-23,0r-33,-68r40,0xm34,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0xm224,73r-37,0r9,-57r19,0","w":331},"\u1fab":{"d":"318,-157v0,54,-28,84,-61,105r0,21r69,0r0,31r-99,0r0,-68v30,-19,56,-39,55,-89v-1,-50,-26,-80,-76,-80v-50,0,-75,31,-77,80v-2,50,27,70,56,89r0,68r-98,0r0,-31r69,0r0,-21v-35,-21,-64,-52,-64,-105v0,-69,43,-110,114,-110v70,0,111,39,112,110xm99,-227r-23,0r-33,-68r40,0xm33,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20xm224,73r-37,0r9,-57r19,0","w":331},"\u1fac":{"d":"293,-157v0,54,-28,84,-61,105r0,21r69,0r0,31r-99,0r0,-68v30,-19,56,-39,55,-89v-1,-50,-26,-80,-76,-80v-50,0,-75,31,-77,80v-2,50,27,70,56,89r0,68r-98,0r0,-31r69,0r0,-21v-35,-21,-64,-52,-64,-105v0,-69,43,-110,114,-110v70,0,111,39,112,110xm99,-295r-33,68r-23,0r16,-68r40,0xm34,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0xm200,73r-37,0r9,-57r19,0","w":306},"\u1fad":{"d":"293,-157v0,54,-28,84,-61,105r0,21r69,0r0,31r-99,0r0,-68v30,-19,56,-39,55,-89v-1,-50,-26,-80,-76,-80v-50,0,-75,31,-77,80v-2,50,27,70,56,89r0,68r-98,0r0,-31r69,0r0,-21v-35,-21,-64,-52,-64,-105v0,-69,43,-110,114,-110v70,0,111,39,112,110xm99,-295r-33,68r-23,0r16,-68r40,0xm33,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20xm200,73r-37,0r9,-57r19,0","w":306},"\u1fae":{"d":"313,-157v0,54,-28,84,-61,105r0,21r69,0r0,31r-99,0r0,-68v30,-19,56,-39,55,-89v-1,-50,-26,-80,-76,-80v-50,0,-75,31,-77,80v-2,50,27,70,56,89r0,68r-98,0r0,-31r69,0r0,-21v-35,-21,-64,-52,-64,-105v0,-69,43,-110,114,-110v70,0,111,39,112,110xm43,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm89,-288v3,38,-4,71,-34,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r34,0xm219,73r-37,0r9,-57r19,0","w":326},"\u1faf":{"d":"313,-157v0,54,-28,84,-61,105r0,21r69,0r0,31r-99,0r0,-68v30,-19,56,-39,55,-89v-1,-50,-26,-80,-76,-80v-50,0,-75,31,-77,80v-2,50,27,70,56,89r0,68r-98,0r0,-31r69,0r0,-21v-35,-21,-64,-52,-64,-105v0,-69,43,-110,114,-110v70,0,111,39,112,110xm43,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm88,-210v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20xm219,73r-37,0r9,-57r19,0","w":326},"\u1fb0":{"d":"10,-97v0,-77,67,-130,133,-91r0,-8r33,0r0,196r-33,0r0,-20v-16,15,-32,25,-59,25v-50,0,-74,-45,-74,-102xm92,-26v21,0,38,-11,51,-22r0,-113v-14,-6,-26,-10,-44,-11v-39,0,-55,35,-55,75v0,41,11,71,48,71xm100,-243v23,0,30,-18,30,-45r28,0v13,72,-94,92,-112,28v-2,-8,-4,-18,-4,-28r29,0v0,28,5,45,29,45","w":199},"\u1fb1":{"d":"10,-97v0,-77,67,-130,133,-91r0,-8r33,0r0,196r-33,0r0,-20v-16,15,-32,25,-59,25v-50,0,-74,-45,-74,-102xm92,-26v21,0,38,-11,51,-22r0,-113v-14,-6,-26,-10,-44,-11v-39,0,-55,35,-55,75v0,41,11,71,48,71xm170,-235r-133,0r0,-27r133,0r0,27","w":199},"\u1fb2":{"d":"10,-97v0,-77,67,-130,133,-91r0,-8r33,0r0,196r-33,0r0,-20v-16,15,-32,25,-59,25v-50,0,-74,-45,-74,-102xm92,-26v21,0,38,-11,51,-22r0,-113v-14,-6,-26,-10,-44,-11v-39,0,-55,35,-55,75v0,41,11,71,48,71xm115,-229r-23,0r-33,-68r40,0xm117,73r-37,0r9,-57r19,0","w":199},"\u1fb3":{"d":"10,-97v0,-77,67,-130,133,-91r0,-8r33,0r0,196r-33,0r0,-20v-16,15,-32,25,-59,25v-50,0,-74,-45,-74,-102xm92,-26v21,0,38,-11,51,-22r0,-113v-14,-6,-26,-10,-44,-11v-39,0,-55,35,-55,75v0,41,11,71,48,71xm117,73r-37,0r9,-57r19,0","w":199},"\u1fb4":{"d":"10,-97v0,-77,67,-130,133,-91r0,-8r33,0r0,196r-33,0r0,-20v-16,15,-32,25,-59,25v-50,0,-74,-45,-74,-102xm92,-26v21,0,38,-11,51,-22r0,-113v-14,-6,-26,-10,-44,-11v-39,0,-55,35,-55,75v0,41,11,71,48,71xm136,-297r-33,68r-23,0r16,-68r40,0xm117,73r-37,0r9,-57r19,0","w":199},"\u1fb6":{"d":"10,-97v0,-77,67,-130,133,-91r0,-8r33,0r0,196r-33,0r0,-20v-16,15,-32,25,-59,25v-50,0,-74,-45,-74,-102xm92,-26v21,0,38,-11,51,-22r0,-113v-14,-6,-26,-10,-44,-11v-39,0,-55,35,-55,75v0,41,11,71,48,71xm124,-258v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28","w":199},"\u1fb7":{"d":"10,-97v0,-77,67,-130,133,-91r0,-8r33,0r0,196r-33,0r0,-20v-16,15,-32,25,-59,25v-50,0,-74,-45,-74,-102xm92,-26v21,0,38,-11,51,-22r0,-113v-14,-6,-26,-10,-44,-11v-39,0,-55,35,-55,75v0,41,11,71,48,71xm124,-258v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28xm117,73r-37,0r9,-57r19,0","w":199},"\u1fb8":{"d":"-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0xm108,-309v23,0,30,-18,30,-45r28,0v13,72,-94,92,-112,28v-2,-8,-4,-18,-4,-28r29,0v0,28,5,45,29,45","w":215},"\u1fb9":{"d":"-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0xm175,-299r-133,0r0,-27r133,0r0,27","w":215},"\u1fba":{"d":"-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0xm62,-229r-23,0r-33,-68r40,0","w":215},"\u1fbb":{"d":"-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0xm83,-297r-33,68r-23,0r16,-68r40,0","w":215},"\u1fbc":{"d":"-2,0r88,-262r43,0r89,262r-37,0r-24,-73r-100,0r-24,73r-35,0xm147,-103r-40,-123r-40,123r80,0xm126,73r-37,0r9,-57r19,0","w":215},"\u1fbd":{"d":"81,-295v3,37,-2,71,-33,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r33,0","w":127},"\u1fbe":{"d":"117,73r-37,0r9,-57r19,0","w":196},"\u1fbf":{"d":"81,-295v3,37,-2,71,-33,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r33,0","w":127},"\u1fc0":{"d":"71,-286v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-30,0,-68,-65,-73,1r-25,0v2,-29,16,-54,43,-55","w":196},"\u1fc1":{"d":"71,-346v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm152,-235r-35,0r0,-34r35,0r0,34xm80,-235r-36,0r0,-34r36,0r0,34","w":196},"\u1fc2":{"d":"117,-202v41,0,61,31,61,75r0,199r-33,0r0,-184v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27xm122,-229r-23,0r-33,-68r40,0xm59,73r-37,0r9,-57r19,0","w":200},"\u1fc3":{"d":"117,-202v41,0,61,31,61,75r0,199r-33,0r0,-184v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27xm59,73r-37,0r9,-57r19,0","w":200},"\u1fc4":{"d":"117,-202v41,0,61,31,61,75r0,199r-33,0r0,-184v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27xm143,-297r-33,68r-23,0r16,-68r40,0xm59,73r-37,0r9,-57r19,0","w":200},"\u1fc6":{"d":"117,-202v41,0,61,31,61,75r0,199r-33,0r0,-184v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27xm135,-258v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28","w":200},"\u1fc7":{"d":"117,-202v41,0,61,31,61,75r0,199r-33,0r0,-184v0,-33,-2,-61,-37,-58v-20,1,-38,12,-51,23r0,147r-33,0r0,-196r33,0r0,21v17,-15,33,-26,60,-27xm135,-258v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28xm59,73r-37,0r9,-57r19,0","w":200},"\u1fc8":{"d":"70,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0xm56,-229r-23,0r-33,-68r40,0","w":244},"\u1fc9":{"d":"56,0r0,-262r163,0r0,31r-129,0r0,72r120,0r0,31r-120,0r0,97r129,0r0,31r-163,0xm56,-297r-33,68r-23,0r16,-68r40,0","w":230},"\u1fca":{"d":"260,0r-35,0r0,-128r-121,0r0,128r-34,0r0,-262r34,0r0,103r121,0r0,-103r35,0r0,262xm56,-229r-23,0r-33,-68r40,0","w":285},"\u1fcb":{"d":"246,0r-35,0r0,-128r-121,0r0,128r-34,0r0,-262r34,0r0,103r121,0r0,-103r35,0r0,262xm56,-297r-33,68r-23,0r16,-68r40,0","w":271},"\u1fcc":{"d":"217,0r-35,0r0,-128r-121,0r0,128r-34,0r0,-262r34,0r0,103r121,0r0,-103r35,0r0,262xm140,73r-37,0r9,-57r19,0","w":243},"\u1fcd":{"d":"115,-227r-23,0r-33,-68r40,0xm50,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0","w":127},"\u1fce":{"d":"115,-295r-33,68r-23,0r16,-68r40,0xm50,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0","w":127},"\u1fcf":{"d":"71,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm117,-288v3,38,-4,71,-34,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r34,0","w":196},"\u1fd0":{"d":"58,0r-33,0r0,-196r33,0r0,196xm40,-243v23,0,30,-18,30,-45r28,0v13,72,-94,92,-112,28v-2,-8,-4,-18,-4,-28r29,0v0,28,5,45,29,45","w":82},"\u1fd1":{"d":"58,0r-33,0r0,-196r33,0r0,196xm107,-235r-133,0r0,-27r133,0r0,27","w":82},"\u1fd2":{"d":"58,0r-33,0r0,-196r33,0r0,196xm108,-229r-33,0r0,-34r33,0r0,34xm57,-245r-23,0r-33,-67r40,0xm6,-229r-33,0r0,-34r33,0r0,34","w":82},"\u1fd3":{"d":"58,0r-33,0r0,-196r33,0r0,196xm108,-229r-33,0r0,-34r33,0r0,34xm80,-312r-34,67r-22,0r16,-67r40,0xm6,-229r-33,0r0,-34r33,0r0,34","w":82},"\u1fd6":{"d":"58,0r-33,0r0,-196r33,0r0,196xm70,-258v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28","w":82},"\u1fd7":{"d":"58,0r-33,0r0,-196r33,0r0,196xm13,-346v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm94,-235r-35,0r0,-34r35,0r0,34xm22,-235r-36,0r0,-34r36,0r0,34","w":82},"\u1fd8":{"d":"118,0r-102,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r33,0r0,27xm66,-309v23,0,30,-18,30,-45r28,0v13,72,-94,92,-112,28v-2,-8,-4,-18,-4,-28r29,0v0,28,5,45,29,45","w":134},"\u1fd9":{"d":"118,0r-102,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r33,0r0,27xm133,-299r-133,0r0,-27r133,0r0,27","w":134},"\u1fda":{"d":"171,0r-102,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r33,0r0,27xm56,-229r-23,0r-33,-68r40,0","w":187},"\u1fdb":{"d":"157,0r-102,0r0,-27r34,0r0,-208r-34,0r0,-27r102,0r0,27r-33,0r0,208r33,0r0,27xm56,-297r-33,68r-23,0r16,-68r40,0","w":173},"\u1fdd":{"d":"115,-227r-23,0r-33,-68r40,0xm49,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":127},"\u1fde":{"d":"115,-295r-33,68r-23,0r16,-68r40,0xm49,-217v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":127},"\u1fdf":{"d":"71,-353v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm116,-210v-28,-7,-36,-40,-33,-78r34,0r0,33r-17,0v0,16,5,24,16,25r0,20","w":196},"\u1fe0":{"d":"100,-23v73,0,36,-108,45,-173r33,0r0,125v0,51,-27,76,-78,76v-49,0,-79,-25,-78,-76r0,-125r34,0r0,114v-2,38,7,59,44,59xm100,-243v23,0,30,-18,30,-45r28,0v13,72,-94,92,-112,28v-2,-8,-4,-18,-4,-28r29,0v0,28,5,45,29,45","w":200},"\u1fe1":{"d":"100,-23v73,0,36,-108,45,-173r33,0r0,125v0,51,-27,76,-78,76v-49,0,-79,-25,-78,-76r0,-125r34,0r0,114v-2,38,7,59,44,59xm169,-235r-133,0r0,-27r133,0r0,27","w":200},"\u1fe2":{"d":"100,-23v73,0,36,-108,45,-173r33,0r0,125v0,51,-27,76,-78,76v-49,0,-79,-25,-78,-76r0,-125r34,0r0,114v-2,38,7,59,44,59xm166,-229r-33,0r0,-34r33,0r0,34xm115,-245r-23,0r-33,-67r40,0xm64,-229r-33,0r0,-34r33,0r0,34","w":200},"\u1fe3":{"d":"100,-23v73,0,36,-108,45,-173r33,0r0,125v0,51,-27,76,-78,76v-49,0,-79,-25,-78,-76r0,-125r34,0r0,114v-2,38,7,59,44,59xm166,-229r-33,0r0,-34r33,0r0,34xm138,-312r-34,67r-22,0r16,-67r40,0xm64,-229r-33,0r0,-34r33,0r0,34","w":200},"\u1fe4":{"d":"104,-202v60,1,86,41,84,101v-1,58,-24,105,-83,105v-20,0,-34,-4,-50,-13r0,81r-33,0r0,-185v-1,-53,31,-89,82,-89xm99,-26v41,0,55,-32,55,-73v0,-39,-10,-74,-50,-74v-62,0,-47,77,-49,137v15,8,24,10,44,10xm116,-295v3,37,-2,71,-33,78r0,-20v11,-1,17,-9,17,-25r-17,0r0,-33r33,0","w":198},"\u1fe5":{"d":"104,-202v60,1,86,41,84,101v-1,58,-24,105,-83,105v-20,0,-34,-4,-50,-13r0,81r-33,0r0,-185v-1,-53,31,-89,82,-89xm99,-26v41,0,55,-32,55,-73v0,-39,-10,-74,-50,-74v-62,0,-47,77,-49,137v15,8,24,10,44,10xm116,-217v-28,-7,-36,-40,-33,-78r33,0r0,33r-16,0v0,16,5,24,16,25r0,20","w":198},"\u1fe6":{"d":"100,-23v73,0,36,-108,45,-173r33,0r0,125v0,51,-27,76,-78,76v-49,0,-79,-25,-78,-76r0,-125r34,0r0,114v-2,38,7,59,44,59xm132,-258v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28","w":200},"\u1fe7":{"d":"100,-23v73,0,36,-108,45,-173r33,0r0,125v0,51,-27,76,-78,76v-49,0,-79,-25,-78,-76r0,-125r34,0r0,114v-2,38,7,59,44,59xm76,-346v28,-1,68,63,73,-1r25,0v-2,37,-17,55,-43,55v-29,0,-67,-64,-73,1r-25,0v2,-29,16,-54,43,-55xm157,-235r-35,0r0,-34r35,0r0,34xm85,-235r-36,0r0,-34r36,0r0,34","w":200},"\u1fe8":{"d":"210,-262r-89,146r0,116r-35,0r0,-112r-88,-150r39,0r67,116r69,-116r37,0xm105,-309v23,0,30,-18,30,-45r28,0v13,72,-94,92,-112,28v-2,-8,-4,-18,-4,-28r29,0v0,28,5,45,29,45","w":207},"\u1fe9":{"d":"210,-262r-89,146r0,116r-35,0r0,-112r-88,-150r39,0r67,116r69,-116r37,0xm172,-299r-133,0r0,-27r133,0r0,27","w":207},"\u1fea":{"d":"274,-262r-89,146r0,116r-35,0r0,-112r-88,-150r39,0r67,116r69,-116r37,0xm56,-229r-23,0r-33,-68r40,0","w":271},"\u1feb":{"d":"267,-262r-89,146r0,116r-35,0r0,-112r-88,-150r39,0r67,116r69,-116r37,0xm56,-297r-33,68r-23,0r16,-68r40,0","w":264},"\u1fec":{"d":"49,-262v84,-3,167,-2,165,79v-2,68,-53,91,-131,85r0,98r-34,0r0,-262xm83,-127v53,3,95,-5,95,-55v0,-48,-43,-53,-95,-50r0,105xm33,-217v-28,-7,-36,-40,-33,-78r33,0r0,33r-16,0v0,16,5,24,16,25r0,20","w":220},"\u1fed":{"d":"166,-229r-33,0r0,-34r33,0r0,34xm115,-245r-23,0r-33,-67r40,0xm64,-229r-33,0r0,-34r33,0r0,34","w":196},"\u1fee":{"d":"166,-229r-33,0r0,-34r33,0r0,34xm138,-312r-34,67r-22,0r16,-67r40,0xm64,-229r-33,0r0,-34r33,0r0,34","w":196},"\u1fef":{"d":"122,-229r-23,0r-33,-68r40,0","w":196},"\u1ff2":{"d":"207,-196v25,32,43,57,43,108v0,49,-18,91,-69,93v-25,1,-41,-17,-52,-29v-7,14,-27,30,-49,29v-50,-2,-69,-42,-69,-93v0,-49,18,-77,42,-108r40,0r0,3v-28,24,-48,56,-48,105v0,31,7,64,37,65v52,2,26,-78,32,-124r33,0v6,46,-20,127,32,124v30,-2,37,-33,37,-65v0,-48,-20,-81,-48,-105r0,-3r39,0xm143,-229r-23,0r-33,-68r40,0xm149,73r-37,0r9,-57r19,0","w":260},"\u1ff3":{"d":"207,-196v25,32,43,57,43,108v0,49,-18,91,-69,93v-25,1,-41,-17,-52,-29v-7,14,-27,30,-49,29v-50,-2,-69,-42,-69,-93v0,-49,18,-77,42,-108r40,0r0,3v-28,24,-48,56,-48,105v0,31,7,64,37,65v52,2,26,-78,32,-124r33,0v6,46,-20,127,32,124v30,-2,37,-33,37,-65v0,-48,-20,-81,-48,-105r0,-3r39,0xm149,73r-37,0r9,-57r19,0","w":260},"\u1ff4":{"d":"207,-196v25,32,43,57,43,108v0,49,-18,91,-69,93v-25,1,-41,-17,-52,-29v-7,14,-27,30,-49,29v-50,-2,-69,-42,-69,-93v0,-49,18,-77,42,-108r40,0r0,3v-28,24,-48,56,-48,105v0,31,7,64,37,65v52,2,26,-78,32,-124r33,0v6,46,-20,127,32,124v30,-2,37,-33,37,-65v0,-48,-20,-81,-48,-105r0,-3r39,0xm171,-297r-33,68r-23,0r16,-68r40,0xm149,73r-37,0r9,-57r19,0","w":260},"\u1ff6":{"d":"207,-196v25,32,43,57,43,108v0,49,-18,91,-69,93v-25,1,-41,-17,-52,-29v-7,14,-27,30,-49,29v-50,-2,-69,-42,-69,-93v0,-49,18,-77,42,-108r40,0r0,3v-28,24,-48,56,-48,105v0,31,7,64,37,65v52,2,26,-78,32,-124r33,0v6,46,-20,127,32,124v30,-2,37,-33,37,-65v0,-48,-20,-81,-48,-105r0,-3r39,0xm163,-258v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28","w":260},"\u1ff7":{"d":"207,-196v25,32,43,57,43,108v0,49,-18,91,-69,93v-25,1,-41,-17,-52,-29v-7,14,-27,30,-49,29v-50,-2,-69,-42,-69,-93v0,-49,18,-77,42,-108r40,0r0,3v-28,24,-48,56,-48,105v0,31,7,64,37,65v52,2,26,-78,32,-124r33,0v6,46,-20,127,32,124v30,-2,37,-33,37,-65v0,-48,-20,-81,-48,-105r0,-3r39,0xm163,-258v13,0,16,-15,16,-29r25,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-57,-29v-14,1,-15,15,-16,30r-25,0v2,-31,15,-53,43,-55v27,-1,35,28,57,28xm149,73r-37,0r9,-57r19,0","w":260},"\u1ff8":{"d":"163,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm163,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106xm56,-229r-23,0r-33,-68r40,0","w":290},"\u1ff9":{"d":"127,-267v80,0,116,54,116,136v0,81,-36,136,-116,136v-80,0,-115,-55,-115,-136v0,-82,35,-136,115,-136xm127,-25v55,0,80,-45,80,-106v-1,-60,-22,-106,-80,-106v-59,0,-78,45,-79,106v-1,61,24,106,79,106xm56,-297r-33,68r-23,0r16,-68r40,0","w":254},"\u1ffa":{"d":"275,-157v0,54,-28,84,-61,105r0,21r69,0r0,31r-99,0r0,-68v30,-19,56,-39,55,-89v-1,-50,-26,-80,-76,-80v-50,0,-75,31,-77,80v-2,50,27,70,56,89r0,68r-98,0r0,-31r69,0r0,-21v-35,-21,-64,-52,-64,-105v0,-69,43,-110,114,-110v70,0,111,39,112,110xm56,-229r-23,0r-33,-68r40,0","w":288},"\u1ffb":{"d":"239,-157v0,54,-28,84,-61,105r0,21r69,0r0,31r-99,0r0,-68v30,-19,56,-39,55,-89v-1,-50,-26,-80,-76,-80v-50,0,-75,31,-77,80v-2,50,27,70,56,89r0,68r-98,0r0,-31r69,0r0,-21v-35,-21,-64,-52,-64,-105v0,-69,43,-110,114,-110v70,0,111,39,112,110xm56,-297r-33,68r-23,0r16,-68r40,0","w":252},"\u1ffc":{"d":"239,-157v0,54,-28,84,-61,105r0,21r69,0r0,31r-99,0r0,-68v30,-19,56,-39,55,-89v-1,-50,-26,-80,-76,-80v-50,0,-75,31,-77,80v-2,50,27,70,56,89r0,68r-98,0r0,-31r69,0r0,-21v-35,-21,-64,-52,-64,-105v0,-69,43,-110,114,-110v70,0,111,39,112,110xm146,73r-37,0r9,-57r19,0","w":252},"\u1ffd":{"d":"129,-297r-33,68r-23,0r16,-68r40,0","w":196},"\u1ffe":{"d":"81,-217v-28,-7,-36,-40,-33,-78r33,0r0,33r-16,0v0,16,5,24,16,25r0,20","w":127},"\u0302":{"d":"60,-228r-28,0r-33,-45r-32,45r-27,0r40,-67r40,0"},"\u0304":{"d":"66,-235r-132,0r0,-27r132,0r0,27"},"\u0305":{"d":"101,-292r-202,0r0,-22r202,0r0,22"},"\u0306":{"d":"0,-243v23,0,30,-17,29,-45r29,0v12,71,-94,92,-112,28v-2,-8,-4,-18,-4,-28r28,0v1,27,6,45,30,45"},"\u0307":{"d":"19,-229r-38,0r0,-34r38,0r0,34"},"\u0308":{"d":"54,-229r-35,0r0,-34r35,0r0,34xm-19,-229r-35,0r0,-34r35,0r0,34"},"\u030a":{"d":"0,-303v30,-1,54,24,54,53v0,29,-24,53,-54,53v-30,0,-54,-24,-54,-53v0,-29,25,-53,54,-53xm0,-220v17,0,28,-14,28,-30v0,-16,-12,-30,-28,-30v-16,0,-28,14,-28,30v0,17,11,30,28,30"},"\u030b":{"d":"70,-295r-45,66r-24,0r29,-66r40,0xm-1,-295r-45,66r-24,0r29,-66r40,0"},"\u030c":{"d":"60,-295r-40,67r-40,0r-40,-67r28,0r32,45r33,-45r27,0"},"\u030d":{"d":"11,-229r-22,0r0,-66r22,0r0,66"},"\u030e":{"d":"34,-229r-23,0r0,-66r23,0r0,66xm-11,-229r-23,0r0,-66r23,0r0,66"},"\u030f":{"d":"41,-295r29,66r-24,0r-45,-66r40,0xm-30,-295r29,66r-24,0r-45,-66r40,0"},"\u0310":{"d":"0,-243v23,0,30,-17,29,-45r29,0v12,71,-94,92,-112,28v-2,-8,-4,-18,-4,-28r28,0v1,27,6,45,30,45xm14,-313r0,25r-28,0r0,-25r28,0"},"\u0311":{"d":"-58,-221v-8,-60,68,-88,102,-48v9,11,14,27,14,48r-28,0v0,-30,-10,-44,-30,-44v-20,0,-29,14,-29,44r-29,0"},"\u0312":{"d":"17,-217r-34,0v-3,-38,4,-71,34,-78r0,20v-11,1,-17,9,-17,25r17,0r0,33"},"\u0313":{"d":"17,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0"},"\u0314":{"d":"17,-217v-29,-6,-38,-39,-34,-78r34,0r0,33r-17,0v0,16,6,24,17,25r0,20"},"\u0315":{"d":"51,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-16,0r0,-33r33,0"},"\u0316":{"d":"37,74r-26,0r-48,-66r43,0"},"\u0317":{"d":"37,8r-48,66r-26,0r31,-66r43,0"},"\u0318":{"d":"33,74r-23,0r0,-22r-43,0r0,-23r43,0r0,-21r23,0r0,66"},"\u0319":{"d":"-33,8r23,0r0,21r43,0r0,23r-43,0r0,22r-23,0r0,-66"},"\u031a":{"d":"66,-235r-27,0r0,-54r-105,0r0,-27r132,0r0,81"},"\u031b":{"d":"54,-314v14,43,-7,80,-54,76r0,-24v38,5,34,-28,26,-52r28,0"},"\u031c":{"d":"-1,42v0,9,7,19,17,18r0,14v-28,2,-43,-36,-23,-55v6,-6,14,-9,23,-9r0,13v-10,0,-17,10,-17,19"},"\u031d":{"d":"11,51r22,0r0,23r-66,0r0,-23r22,0r0,-43r22,0r0,43"},"\u031e":{"d":"11,74r-22,0r0,-43r-22,0r0,-23r66,0r0,23r-22,0r0,43"},"\u031f":{"d":"11,74r-22,0r0,-22r-22,0r0,-23r22,0r0,-21r22,0r0,21r22,0r0,23r-22,0r0,22"},"\u0320":{"d":"66,70r-132,0r0,-27r132,0r0,27"},"\u0321":{"d":"-60,43v47,11,67,-14,60,-65r33,0v8,69,-25,107,-93,94r0,-29"},"\u0322":{"d":"33,-22v-5,48,10,77,60,65r0,29v-65,12,-102,-23,-93,-94r33,0"},"\u0324":{"d":"54,70r-35,0r0,-34r35,0r0,34xm-19,70r-35,0r0,-34r35,0r0,34"},"\u0325":{"d":"0,10v18,0,33,14,33,32v0,18,-15,32,-33,32v-18,0,-33,-14,-33,-32v0,-18,15,-32,33,-32xm0,60v10,0,17,-9,17,-18v0,-9,-7,-19,-17,-19v-10,0,-17,10,-17,19v0,9,7,18,17,18"},"\u0326":{"d":"17,9v4,33,-6,59,-33,65r0,-20v11,-1,16,-7,16,-18r-17,0r0,-27r34,0"},"\u0327":{"d":"-43,42v26,12,68,7,57,-33r0,-13r27,0v13,56,-29,92,-84,74r0,-28"},"\u0328":{"d":"39,70v-54,15,-91,-23,-74,-72r27,0v-6,22,-4,53,25,49r22,-5r0,28"},"\u0329":{"d":"11,74r-22,0r0,-66r22,0r0,66"},"\u032a":{"d":"66,74r-27,0r0,-39r-78,0r0,39r-27,0r0,-66r132,0r0,66"},"\u032b":{"d":"25,42v12,0,20,-7,19,-20r13,0v4,33,-39,48,-57,24v-18,25,-63,8,-57,-24r13,0v-1,13,7,20,19,20v11,0,19,-7,18,-20r14,0v-1,13,7,20,18,20"},"\u032c":{"d":"60,7r-40,67r-40,0r-40,-67r28,0r32,45r33,-45r27,0"},"\u032d":{"d":"60,74r-28,0r-33,-45r-32,45r-27,0r40,-67r40,0"},"\u032e":{"d":"0,52v22,0,30,-17,29,-45r29,0v11,72,-94,91,-112,27v-2,-8,-4,-17,-4,-27r28,0v0,27,7,45,30,45"},"\u032f":{"d":"-58,74v-8,-60,67,-88,102,-49v9,11,14,28,14,49r-28,0v0,-30,-10,-45,-30,-45v-20,0,-29,15,-29,45r-29,0"},"\u0330":{"d":"29,47v13,-1,16,-15,17,-29r24,0v-1,32,-14,53,-43,55v-28,2,-33,-28,-56,-28v-14,0,-15,14,-17,29r-24,0v1,-32,15,-55,43,-55v25,0,35,24,56,28"},"\u0331":{"d":"66,70r-132,0r0,-27r132,0r0,27"},"\u0332":{"d":"101,53r-202,0r0,-23r202,0r0,23"},"\u0333":{"d":"101,37r-202,0r0,-23r202,0r0,23xm101,74r-202,0r0,-22r202,0r0,22"},"\u0334":{"d":"29,-137v13,0,16,-14,17,-28r24,0v-1,32,-14,54,-43,55v-27,1,-34,-25,-56,-29v-14,1,-15,14,-17,29r-24,0v1,-31,15,-53,43,-54v27,-1,34,27,56,27"},"\u0335":{"d":"66,-110r-132,0r0,-27r132,0r0,27"},"\u0336":{"d":"101,-110r-202,0r0,-23r202,0r0,23"},"\u0337":{"d":"66,-162r-132,105r0,-27r132,-105r0,27"},"\u0338":{"d":"66,-274r-102,331r-30,0r102,-331r30,0"},"\u0339":{"d":"-16,10v28,-2,43,36,23,55v-6,6,-14,9,-23,9r0,-14v10,1,17,-9,17,-18v0,-9,-7,-19,-17,-19r0,-13"},"\u033a":{"d":"66,74r-132,0r0,-66r27,0r0,39r78,0r0,-39r27,0r0,66"},"\u033b":{"d":"33,74r-66,0r0,-66r66,0r0,66xm-17,24r0,34r34,0r0,-34r-34,0"},"\u033c":{"d":"-57,49v0,-28,47,-37,57,-12v10,-26,58,-15,57,12r-13,0v-8,-22,-41,-8,-37,13r-14,0v4,-21,-30,-35,-37,-13r-13,0"},"\u033d":{"d":"39,-254r-16,16r-23,-23r-23,23r-16,-16r23,-23r-23,-22r16,-17r23,23r23,-23r16,17r-23,22"},"\u033e":{"d":"-18,-244v40,-2,1,-30,1,-47v0,-17,12,-26,35,-27r0,16v-40,3,-1,29,-1,46v0,17,-12,26,-35,28r0,-16"},"\u033f":{"d":"101,-329r-202,0r0,-23r202,0r0,23xm101,-292r-202,0r0,-22r202,0r0,22"},"\u0342":{"d":"29,-258v13,-1,16,-15,17,-29r24,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-56,-29v-14,1,-15,15,-17,30r-24,0v1,-32,15,-54,43,-55v27,-1,34,25,56,28"},"\u0343":{"d":"17,-295v3,37,-3,70,-33,78r0,-20v11,-1,16,-9,16,-25r-17,0r0,-33r34,0"},"\u0344":{"d":"68,-229r-34,0r0,-34r34,0r0,34xm39,-312r-33,67r-23,0r16,-67r40,0xm-34,-229r-34,0r0,-34r34,0r0,34"},"\u0345":{"d":"18,73r-36,0r9,-57r18,0"},"\u0346":{"d":"66,-235r-27,0r0,-39r-78,0r0,39r-27,0r0,-66r132,0r0,66"},"\u0347":{"d":"101,37r-202,0r0,-23r202,0r0,23xm101,74r-202,0r0,-22r202,0r0,22"},"\u0348":{"d":"34,74r-23,0r0,-66r23,0r0,66xm-11,74r-23,0r0,-66r23,0r0,66"},"\u0349":{"d":"33,74r-23,0r0,-43r-43,0r0,-23r66,0r0,66"},"\u034a":{"d":"-70,-231v-2,-43,39,-72,71,-44r16,-24r15,10r-17,25v17,13,30,4,31,-23r24,0v0,51,-38,68,-71,45r-16,24r-16,-10r19,-26v-18,-14,-31,-6,-32,23r-24,0"},"\u034b":{"d":"29,-265v13,-1,16,-15,17,-29r24,0v-1,32,-14,54,-43,55v-28,2,-34,-26,-56,-29v-14,1,-15,15,-17,30r-24,0v1,-32,15,-54,43,-55v27,-1,34,25,56,28xm12,-322r0,25r-24,0r0,-25r24,0xm12,-235r0,25r-24,0r0,-25r24,0"},"\u034c":{"d":"28,-305v8,1,18,-12,17,-21r24,0v-1,28,-16,47,-43,47v-23,0,-66,-48,-72,0r-25,0v2,-27,16,-47,43,-47v17,0,44,21,56,21xm30,-258v8,1,18,-12,17,-21r24,0v-1,28,-16,47,-43,47v-23,0,-66,-48,-73,0r-24,0v1,-28,16,-47,43,-47v17,0,44,21,56,21"},"\u034d":{"d":"44,41r-22,33r0,-22r-44,0r0,22r-22,-33r22,-33r0,21r44,0r0,-21"},"\u034e":{"d":"11,74r-22,0r0,-43r-22,0r33,-23r33,23r-22,0r0,43"},"\u0360":{"d":"39,-286v50,0,163,64,185,-1r24,0v-7,27,-36,55,-69,55v-48,0,-165,-66,-185,1r-24,0v6,-28,35,-55,69,-55"},"\u0361":{"d":"249,-221r-29,0v-34,-59,-188,-59,-222,0r-28,0v46,-90,233,-89,279,0"},"\u0362":{"d":"172,41r-23,33r0,-22r-179,0r0,-23r179,0r0,-21"},"\u01e4":{"d":"48,-132v0,84,66,127,141,99r0,-20r-61,0r0,-25r61,0r0,-23r-61,0r0,-31r95,0r0,54r18,0r0,25r-18,0r0,36v-28,13,-57,21,-87,22v-81,1,-124,-53,-124,-136v0,-79,45,-136,124,-135v34,0,60,8,86,22r0,42v-24,-15,-52,-34,-90,-34v-55,0,-84,47,-84,104","w":240},"\u01e5":{"d":"10,-100v0,-74,67,-129,132,-88r2,-8r31,0r-1,196r16,0r0,21r-20,0v-12,54,-82,62,-141,45v2,-11,-3,-28,2,-35v30,15,94,25,106,-10r-128,0r0,-21r133,0r0,-26v-17,15,-37,23,-58,23v-50,0,-74,-43,-74,-97xm142,-161v-50,-28,-98,-1,-98,60v0,74,58,82,98,48r0,-108","w":198},"\u01e6":{"d":"223,-17v-26,9,-52,22,-87,22v-84,-1,-124,-51,-124,-136v0,-84,42,-133,124,-135v36,-2,62,11,86,22r0,42v-25,-15,-47,-34,-90,-34v-53,0,-84,46,-84,104v0,86,63,125,141,99r0,-68r-61,0r0,-31r95,0r0,115xm197,-361r-40,67r-40,0r-40,-67r28,0r32,45r32,-45r28,0","w":240},"\u01e7":{"d":"91,-34v20,0,39,-8,51,-19r0,-108v-45,-27,-103,-2,-98,60v3,40,10,67,47,67xm175,-22v8,88,-71,111,-146,88v2,-11,-3,-28,2,-35v38,20,121,25,111,-40r0,-17v-17,14,-30,22,-58,23v-50,0,-74,-42,-74,-97v0,-77,68,-126,132,-88r2,-8r31,0r0,174xm158,-295r-40,67r-40,0r-40,-67r28,0r32,45r32,-45r28,0","w":198},"\u01e8":{"d":"217,0r-45,0r-95,-122r-16,17r0,105r-34,0r0,-262r34,0r0,121r108,-121r42,0r-108,117xm169,-361r-40,67r-40,0r-40,-67r28,0r32,45r32,-45r28,0","w":211},"\u01e9":{"d":"187,0r-44,0r-73,-95r-13,13r0,82r-33,0r0,-274r33,0r0,161r78,-83r41,0r-81,82xm163,-361r-40,67r-40,0r-40,-67r28,0r32,45r32,-45r28,0","w":179},"\u01ea":{"d":"127,-267v76,0,116,56,116,136v0,80,-40,136,-115,136v-10,32,18,53,48,37r0,28v-48,14,-90,-16,-75,-67v-57,-10,-89,-62,-89,-134v-1,-80,38,-136,115,-136xm127,-25v55,0,81,-46,80,-106v0,-60,-24,-106,-80,-106v-55,0,-80,44,-79,106v0,59,24,106,79,106","w":254},"\u01eb":{"d":"98,-202v57,0,87,43,87,104v0,60,-29,104,-87,103v-9,34,19,52,48,37r0,28v-49,14,-90,-16,-74,-68v-40,-11,-62,-50,-62,-100v0,-59,31,-104,88,-104xm151,-98v0,-50,-17,-75,-53,-75v-36,0,-54,25,-54,75v0,50,18,75,54,75v36,0,53,-25,53,-75","w":195},"\u01b7":{"d":"109,-130v44,5,73,48,73,99v0,93,-97,128,-177,90r0,-39v27,12,49,25,77,24v42,-1,64,-32,64,-76v0,-49,-30,-74,-83,-69r0,-29r78,-101r-127,0r0,-31r168,0r0,32v-23,34,-52,63,-73,100","w":191},"\u0292":{"d":"100,-107v29,13,51,46,51,86v0,89,-77,115,-149,80v2,-11,-3,-29,2,-37v39,41,113,31,113,-43v0,-39,-23,-67,-62,-67r0,-8r55,-73r-99,0r0,-27r138,0r0,23","w":159},"\u01ee":{"d":"109,-130v44,5,73,48,73,99v0,93,-97,128,-177,90r0,-39v27,12,49,25,77,24v42,-1,64,-32,64,-76v0,-49,-30,-74,-83,-69r0,-29r78,-101r-127,0r0,-31r168,0r0,32v-23,34,-52,63,-73,100xm158,-361r-40,67r-40,0r-40,-67r28,0r32,45r32,-45r28,0","w":191},"\u01ef":{"d":"100,-107v29,13,51,46,51,86v0,89,-77,115,-149,80v2,-11,-3,-29,2,-37v39,41,113,31,113,-43v0,-39,-23,-67,-62,-67r0,-8r55,-73r-99,0r0,-27r138,0r0,23xm144,-295r-40,67r-40,0r-40,-67r28,0r32,45r32,-45r28,0","w":159}}});

/* JCookies */
jQuery.cookie = function(name, value, options) {
    if (typeof value != 'undefined') { // name and value given, set cookie
        options = options || {};
        if (value === null) {
            value = '';
            options.expires = -1;
        }
        var expires = '';
        if (options.expires && (typeof options.expires == 'number' || options.expires.toUTCString)) {
            var date;
            if (typeof options.expires == 'number') {
                date = new Date();
                date.setTime(date.getTime() + (options.expires * 24 * 60 * 60 * 1000));
            } else {
                date = options.expires;
            }
            expires = '; expires=' + date.toUTCString();
        }
        var path = options.path ? '; path=' + (options.path) : '';
        var domain = options.domain ? '; domain=' + (options.domain) : '';
        var secure = options.secure ? '; secure' : '';
        document.cookie = [name, '=', encodeURIComponent(value), expires, path, domain, secure].join('');
    } else {
        var cookieValue = null;
        if (document.cookie && document.cookie != '') {
            var cookies = document.cookie.split(';');
            for (var i = 0; i < cookies.length; i++) {
                var cookie = jQuery.trim(cookies[i]);
                if (cookie.substring(0, name.length + 1) == (name + '=')) {
                    cookieValue = decodeURIComponent(cookie.substring(name.length + 1));
                    break;
                }
            }
        }
        return cookieValue;
    }
};
