/* Sizzle */
(function(){var k=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var n=function(a,b,c,d){c=c||[];b=b||document;var e=b;if(b.nodeType!==1&&b.nodeType!==9){return[]}if(!a||typeof a!=="string"){return c}var f=[],m,set,checkSet,extra,prune=true,contextXML=n.isXML(b),soFar=a,ret,cur,pop,i;do{k.exec("");m=k.exec(soFar);if(m){soFar=m[3];f.push(m[1]);if(m[2]){extra=m[3];break}}}while(m);if(f.length>1&&p.exec(a)){if(f.length===2&&o.relative[f[0]]){set=t(f[0]+f[1],b)}else{set=o.relative[f[0]]?[b]:n(f.shift(),b);while(f.length){a=f.shift();if(o.relative[a]){a+=f.shift()}set=t(a,set)}}}else{if(!d&&f.length>1&&b.nodeType===9&&!contextXML&&o.match.ID.test(f[0])&&!o.match.ID.test(f[f.length-1])){ret=n.find(f.shift(),b,contextXML);b=ret.expr?n.filter(ret.expr,ret.set)[0]:ret.set[0]}if(b){ret=d?{expr:f.pop(),set:r(d)}:n.find(f.pop(),f.length===1&&(f[0]==="~"||f[0]==="+")&&b.parentNode?b.parentNode:b,contextXML);set=ret.expr?n.filter(ret.expr,ret.set):ret.set;if(f.length>0){checkSet=r(set)}else{prune=false}while(f.length){cur=f.pop();pop=cur;if(!o.relative[cur]){cur=""}else{pop=f.pop()}if(pop==null){pop=b}o.relative[cur](checkSet,pop,contextXML)}}else{checkSet=f=[]}}if(!checkSet){checkSet=set}if(!checkSet){n.error(cur||a)}if(toString.call(checkSet)==="[object Array]"){if(!prune){c.push.apply(c,checkSet)}else if(b&&b.nodeType===1){for(i=0;checkSet[i]!=null;i++){if(checkSet[i]&&(checkSet[i]===true||checkSet[i].nodeType===1&&n.contains(b,checkSet[i]))){c.push(set[i])}}}else{for(i=0;checkSet[i]!=null;i++){if(checkSet[i]&&checkSet[i].nodeType===1){c.push(set[i])}}}}else{r(checkSet,c)}if(extra){n(extra,e,c,d);n.uniqueSort(c)}return c};n.uniqueSort=function(a){if(s){hasDuplicate=baseHasDuplicate;a.sort(s);if(hasDuplicate){for(var i=1;i<a.length;i++){if(a[i]===a[i-1]){a.splice(i--,1)}}}}return a};n.matches=function(a,b){return n(a,null,null,b)};n.find=function(a,b,c){var d;if(!a){return[]}for(var i=0,l=o.order.length;i<l;i++){var e=o.order[i],match;if((match=o.leftMatch[e].exec(a))){var f=match[1];match.splice(1,1);if(f.substr(f.length-1)!=="\\"){match[1]=(match[1]||"").replace(/\\/g,"");d=o.find[e](match,b,c);if(d!=null){a=a.replace(o.match[e],"");break}}}}if(!d){d=b.getElementsByTagName("*")}return{set:d,expr:a}};n.filter=function(a,b,c,d){var e=a,result=[],curLoop=b,match,anyFound,isXMLFilter=b&&b[0]&&n.isXML(b[0]);while(a&&b.length){for(var f in o.filter){if((match=o.leftMatch[f].exec(a))!=null&&match[2]){var g=o.filter[f],found,item,left=match[1];anyFound=false;match.splice(1,1);if(left.substr(left.length-1)==="\\"){continue}if(curLoop===result){result=[]}if(o.preFilter[f]){match=o.preFilter[f](match,curLoop,c,result,d,isXMLFilter);if(!match){anyFound=found=true}else if(match===true){continue}}if(match){for(var i=0;(item=curLoop[i])!=null;i++){if(item){found=g(item,match,i,curLoop);var h=d^!!found;if(c&&found!=null){if(h){anyFound=true}else{curLoop[i]=false}}else if(h){result.push(item);anyFound=true}}}}if(found!==undefined){if(!c){curLoop=result}a=a.replace(o.match[f],"");if(!anyFound){return[]}break}}}if(a===e){if(anyFound==null){n.error(a)}else{break}}e=a}return curLoop};n.error=function(a){throw"Syntax error, unrecognized expression: "+a;};var o=n.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\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(a){return a.getAttribute("href")}},relative:{"+":function(a,b){var c=typeof b==="string",isTag=c&&!/\W/.test(b),isPartStrNotTag=c&&!isTag;if(isTag){b=b.toLowerCase()}for(var i=0,l=a.length,elem;i<l;i++){if((elem=a[i])){while((elem=elem.previousSibling)&&elem.nodeType!==1){}a[i]=isPartStrNotTag||elem&&elem.nodeName.toLowerCase()===b?elem||false:elem===b}}if(isPartStrNotTag){n.filter(b,a,true)}},">":function(a,b){var c=typeof b==="string",elem,i=0,l=a.length;if(c&&!/\W/.test(b)){b=b.toLowerCase();for(;i<l;i++){elem=a[i];if(elem){var d=elem.parentNode;a[i]=d.nodeName.toLowerCase()===b?d:false}}}else{for(;i<l;i++){elem=a[i];if(elem){a[i]=c?elem.parentNode:elem.parentNode===b}}if(c){n.filter(b,a,true)}}},"":function(a,b,c){var d=done++,checkFn=dirCheck,nodeCheck;if(typeof b==="string"&&!/\W/.test(b)){b=b.toLowerCase();nodeCheck=b;checkFn=dirNodeCheck}checkFn("parentNode",b,d,a,nodeCheck,c)},"~":function(a,b,c){var d=done++,checkFn=dirCheck,nodeCheck;if(typeof b==="string"&&!/\W/.test(b)){b=b.toLowerCase();nodeCheck=b;checkFn=dirNodeCheck}checkFn("previousSibling",b,d,a,nodeCheck,c)}},find:{ID:function(a,b,c){if(typeof b.getElementById!=="undefined"&&!c){var m=b.getElementById(a[1]);return m?[m]:[]}},NAME:function(a,b){if(typeof b.getElementsByName!=="undefined"){var c=[],results=b.getElementsByName(a[1]);for(var i=0,l=results.length;i<l;i++){if(results[i].getAttribute("name")===a[1]){c.push(results[i])}}return c.length===0?null:c}},TAG:function(a,b){return b.getElementsByTagName(a[1])}},preFilter:{CLASS:function(a,b,c,d,e,f){a=" "+a[1].replace(/\\/g,"")+" ";if(f){return a}for(var i=0,elem;(elem=b[i])!=null;i++){if(elem){if(e^(elem.className&&(" "+elem.className+" ").replace(/[\t\n]/g," ").indexOf(a)>=0)){if(!c){d.push(elem)}}else if(c){b[i]=false}}}return false},ID:function(a){return a[1].replace(/\\/g,"")},TAG:function(a,b){return a[1].toLowerCase()},CHILD:function(a){if(a[1]==="nth"){var b=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=(b[1]+(b[2]||1))-0;a[3]=b[3]-0}a[0]=done++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1].replace(/\\/g,"");if(!f&&o.attrMap[g]){a[1]=o.attrMap[g]}if(a[2]==="~="){a[4]=" "+a[4]+" "}return a},PSEUDO:function(a,b,c,d,e){if(a[1]==="not"){if((k.exec(a[3])||"").length>1||/^\w/.test(a[3])){a[3]=n(a[3],null,null,b)}else{var f=n.filter(a[3],b,c,true^e);if(!c){d.push.apply(d,f)}return false}}else if(o.match.POS.test(a[0])||o.match.CHILD.test(a[0])){return true}return a},POS:function(a){a.unshift(true);return a}},filters:{enabled:function(a){return a.disabled===false&&a.type!=="hidden"},disabled:function(a){return a.disabled===true},checked:function(a){return a.checked===true},selected:function(a){a.parentNode.selectedIndex;return a.selected===true},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,i,b){return!!n(b[3],a).length},header:function(a){return(/h\d/i).test(a.nodeName)},text:function(a){return"text"===a.type},radio:function(a){return"radio"===a.type},checkbox:function(a){return"checkbox"===a.type},file:function(a){return"file"===a.type},password:function(a){return"password"===a.type},submit:function(a){return"submit"===a.type},image:function(a){return"image"===a.type},reset:function(a){return"reset"===a.type},button:function(a){return"button"===a.type||a.nodeName.toLowerCase()==="button"},input:function(a){return(/input|select|textarea|button/i).test(a.nodeName)}},setFilters:{first:function(a,i){return i===0},last:function(a,i,b,c){return i===c.length-1},even:function(a,i){return i%2===0},odd:function(a,i){return i%2===1},lt:function(a,i,b){return i<b[3]-0},gt:function(a,i,b){return i>b[3]-0},nth:function(a,i,b){return b[3]-0===i},eq:function(a,i,b){return b[3]-0===i}},filter:{PSEUDO:function(a,b,i,c){var d=b[1],filter=o.filters[d];if(filter){return filter(a,i,b,c)}else if(d==="contains"){return(a.textContent||a.innerText||n.getText([a])||"").indexOf(b[3])>=0}else if(d==="not"){var e=b[3];for(var j=0,l=e.length;j<l;j++){if(e[j]===a){return false}}return true}else{n.error("Syntax error, unrecognized expression: "+d)}},CHILD:function(a,b){var c=b[1],node=a;switch(c){case'only':case'first':while((node=node.previousSibling)){if(node.nodeType===1){return false}}if(c==="first"){return true}node=a;case'last':while((node=node.nextSibling)){if(node.nodeType===1){return false}}return true;case'nth':var d=b[2],last=b[3];if(d===1&&last===0){return true}var e=b[0],parent=a.parentNode;if(parent&&(parent.sizcache!==e||!a.nodeIndex)){var f=0;for(node=parent.firstChild;node;node=node.nextSibling){if(node.nodeType===1){node.nodeIndex=++f}}parent.sizcache=e}var g=a.nodeIndex-last;if(d===0){return g===0}else{return(g%d===0&&g/d>=0)}}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return(b==="*"&&a.nodeType===1)||a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],result=o.attrHandle[c]?o.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),value=result+"",q=b[2],check=b[4];return result==null?q==="!=":q==="="?value===check:q==="*="?value.indexOf(check)>=0:q==="~="?(" "+value+" ").indexOf(check)>=0:!check?value&&result!==false:q==="!="?value!==check:q==="^="?value.indexOf(check)===0:q==="$="?value.substr(value.length-check.length)===check:q==="|="?value===check||value.substr(0,check.length+1)===check+"-":false},POS:function(a,b,i,c){var d=b[2],filter=o.setFilters[d];if(filter){return filter(a,i,b,c)}}}};var p=o.match.POS,fescape=function(a,b){return"\\"+(b-0+1)};for(var q in o.match){o.match[q]=new RegExp(o.match[q].source+(/(?![^\[]*\])(?![^\(]*\))/.source));o.leftMatch[q]=new RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[q].source.replace(/\\(\d+)/g,fescape))}var r=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(document.documentElement.childNodes,0)[0].nodeType}catch(e){r=function(a,b){var c=b||[],i=0;if(toString.call(a)==="[object Array]"){Array.prototype.push.apply(c,a)}else{if(typeof a.length==="number"){for(var l=a.length;i<l;i++){c.push(a[i])}}else{for(;a[i];i++){c.push(a[i])}}}return c}}var s;if(document.documentElement.compareDocumentPosition){s=function(a,b){if(!a.compareDocumentPosition||!b.compareDocumentPosition){if(a==b){hasDuplicate=true}return a.compareDocumentPosition?-1:1}var c=a.compareDocumentPosition(b)&4?-1:a===b?0:1;if(c===0){hasDuplicate=true}return c}}else if("sourceIndex"in document.documentElement){s=function(a,b){if(!a.sourceIndex||!b.sourceIndex){if(a==b){hasDuplicate=true}return a.sourceIndex?-1:1}var c=a.sourceIndex-b.sourceIndex;if(c===0){hasDuplicate=true}return c}}else if(document.createRange){s=function(a,b){if(!a.ownerDocument||!b.ownerDocument){if(a==b){hasDuplicate=true}return a.ownerDocument?-1:1}var c=a.ownerDocument.createRange(),bRange=b.ownerDocument.createRange();c.setStart(a,0);c.setEnd(a,0);bRange.setStart(b,0);bRange.setEnd(b,0);var d=c.compareBoundaryPoints(Range.START_TO_END,bRange);if(d===0){hasDuplicate=true}return d}}n.getText=function(a){var b="",elem;for(var i=0;a[i];i++){elem=a[i];if(elem.nodeType===3||elem.nodeType===4){b+=elem.nodeValue}else if(elem.nodeType!==8){b+=n.getText(elem.childNodes)}}return b};(function(){var d=document.createElement("div"),id="script"+(new Date()).getTime();d.innerHTML="<a name='"+id+"'/>";var e=document.documentElement;e.insertBefore(d,e.firstChild);if(document.getElementById(id)){o.find.ID=function(a,b,c){if(typeof b.getElementById!=="undefined"&&!c){var m=b.getElementById(a[1]);return m?m.id===a[1]||typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id").nodeValue===a[1]?[m]:undefined:[]}};o.filter.ID=function(a,b){var c=typeof a.getAttributeNode!=="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}}e.removeChild(d);e=d=null})();(function(){var e=document.createElement("div");e.appendChild(document.createComment(""));if(e.getElementsByTagName("*").length>0){o.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var i=0;c[i];i++){if(c[i].nodeType===1){d.push(c[i])}}c=d}return c}}e.innerHTML="<a href='#'></a>";if(e.firstChild&&typeof e.firstChild.getAttribute!=="undefined"&&e.firstChild.getAttribute("href")!=="#"){o.attrHandle.href=function(a){return a.getAttribute("href",2)}}e=null})();if(document.querySelectorAll){(function(){var f=n,div=document.createElement("div");div.innerHTML="<p class='TEST'></p>";if(div.querySelectorAll&&div.querySelectorAll(".TEST").length===0){return}n=function(a,b,c,d){b=b||document;if(!d&&b.nodeType===9&&!n.isXML(b)){try{return r(b.querySelectorAll(a),c)}catch(e){}}return f(a,b,c,d)};for(var g in f){n[g]=f[g]}div=null})()}(function(){var d=document.createElement("div");d.innerHTML="<div class='test e'></div><div class='test'></div>";if(!d.getElementsByClassName||d.getElementsByClassName("e").length===0){return}d.lastChild.className="e";if(d.getElementsByClassName("e").length===1){return}o.order.splice(1,0,"CLASS");o.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!=="undefined"&&!c){return b.getElementsByClassName(a[1])}};d=null})();function dirNodeCheck(a,b,c,d,e,f){for(var i=0,l=d.length;i<l;i++){var g=d[i];if(g){g=g[a];var h=false;while(g){if(g.sizcache===c){h=d[g.sizset];break}if(g.nodeType===1&&!f){g.sizcache=c;g.sizset=i}if(g.nodeName.toLowerCase()===b){h=g;break}g=g[a]}d[i]=h}}}function dirCheck(a,b,c,d,e,f){for(var i=0,l=d.length;i<l;i++){var g=d[i];if(g){g=g[a];var h=false;while(g){if(g.sizcache===c){h=d[g.sizset];break}if(g.nodeType===1){if(!f){g.sizcache=c;g.sizset=i}if(typeof b!=="string"){if(g===b){h=true;break}}else if(n.filter(b,[g]).length>0){h=g;break}}g=g[a]}d[i]=h}}}n.contains=document.compareDocumentPosition?function(a,b){return!!(a.compareDocumentPosition(b)&16)}:function(a,b){return a!==b&&(a.contains?a.contains(b):true)};n.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":false};var t=function(a,b){var c=[],later="",match,root=b.nodeType?[b]:b;while((match=o.match.PSEUDO.exec(a))){later+=match[0];a=a.replace(o.match.PSEUDO,"")}a=o.relative[a]?a+"*":a;for(var i=0,l=root.length;i<l;i++){n(a,root[i],c)}return n.filter(later,c)};window.Sizzle=n})();

/* Cufon v1.9 */
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}})());

/* Conduit Medium */
Cufon.registerFont({"w":183,"face":{"font-family":"conduit","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 6 4 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-10.1748 -263.87 274.25 85","underline-thickness":"21.6","underline-position":"-29.52","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":64},"B":{"d":"59,-32v32,10,84,5,76,-36v1,-34,-36,-35,-72,-33v-10,14,-1,48,-4,69xm59,-133v30,10,76,6,76,-33v0,-34,-36,-34,-72,-32v-10,13,-1,45,-4,65xm143,-115v41,32,26,115,-40,115r-72,0v-2,0,-4,-2,-4,-4r0,-219v0,-2,2,-4,4,-4r72,0v63,-6,84,82,40,112","w":187,"k":{"A":4,"y":7,"u":7,"s":8,".":10,"o":6,"e":6,"d":6,",":8,"c":6,"b":9,"a":15,"Z":10,"Y":9,"W":4,"V":4,"U":8,"T":6,"S":4,"R":11,"Q":8,"P":11,"O":8,"N":11,"M":11,"L":11,"K":11,"J":8,"I":11,"H":11,"G":8,"F":11,"E":11,"D":11,"C":8,"B":11}},"C":{"d":"86,-25v27,3,33,-16,46,-23v8,5,19,8,25,15v-8,24,-36,40,-71,37v-39,-2,-64,-21,-64,-62r0,-111v-10,-73,119,-81,135,-25v-6,8,-19,9,-27,15v-12,-11,-17,-26,-44,-23v-53,6,-27,92,-32,144v-2,18,15,31,32,33","w":167,"k":{"A":-4,"y":6,"u":5,"t":10,"q":3,".":3,"o":3,"l":4,"k":4,"i":4,"h":4,"e":3,",":3,"c":3,"a":10,"U":3,"T":4,"Q":5,"O":5,"L":6,"K":9,"J":6,"I":9,"G":5,"C":5}},"D":{"d":"59,-32v29,10,80,5,76,-29v-6,-50,21,-137,-32,-137v-14,0,-37,-5,-44,4r0,162xm167,-65v1,39,-25,65,-64,65r-72,0v-2,0,-4,-2,-4,-4r0,-219v0,-2,2,-4,4,-4r72,0v39,0,64,26,64,65r0,97","w":189,"k":{"A":5,"y":5,";":7,"\u2019":3,".":11,"o":6,"j":10,"e":6,",":10,":":7,"a":6,"Y":10,"X":12,"W":5,"V":5,"U":6,"T":8,"S":5,"R":9,"Q":7,"P":9,"O":7,"N":9,"M":9,"L":9,"K":9,"J":3,"I":9,"H":9,"G":7,"F":9,"E":9,"D":9,"C":7,"B":9}},"E":{"d":"153,0r-122,0v-2,0,-4,-2,-4,-4r0,-219v0,-2,2,-4,4,-4r122,0v7,2,7,25,0,29r-90,0v-10,13,-1,45,-4,65v19,8,54,0,78,3v5,3,5,24,0,29r-74,0v-10,14,-1,48,-4,69v24,9,65,-1,94,3v7,1,7,25,0,29","w":172,"k":{"A":-5,"y":13,"w":10,"v":10,"u":11,"s":3,"q":9,".":4,"p":7,"o":9,"j":5,"i":5,"-":14,"g":13,"e":9,"d":10,",":4,"c":9,"b":7,"a":15,"Y":-4,"W":-4,"V":-5,"U":6,"Q":10,"O":11,"J":6,"H":6,"G":11,"C":11}},"F":{"d":"153,-198r-90,0v-10,13,-1,45,-4,65v19,8,54,0,78,3v5,3,5,24,0,29r-74,0v-2,0,-4,2,-4,4v-2,31,5,71,-3,97v-9,-2,-26,4,-29,-4r0,-219v0,-2,2,-4,4,-4r122,0v7,2,7,25,0,29","w":163,"k":{"A":15,"y":9,"w":5,"u":15,"t":5,";":8,"s":6,"r":11,"\u2019":-4,"\u201d":-4,".":41,"o":14,"n":11,"m":11,"i":6,"-":9,"g":8,"e":14,",":38,":":8,"a":25,"Z":-3,"Y":-9,"X":-7,"W":-9,"T":-7,"O":6,"L":4,"J":33,"G":6,"E":6,"C":12}},"G":{"d":"22,-169v-10,-76,127,-81,141,-25v-6,8,-19,9,-27,15v-10,-30,-86,-35,-82,10v5,55,-27,148,43,144v26,-1,37,-25,33,-56v-6,-11,-35,2,-44,-7v2,-8,-4,-23,4,-25v23,2,54,-4,72,3v5,68,-6,119,-76,114v-39,-3,-64,-21,-64,-62r0,-111","k":{"A":4,"z":13,"y":8,"v":8,"u":8,"t":13,"r":9,".":10,"o":7,"l":10,"k":10,"i":10,"h":10,"e":7,",":9,"a":5,"Z":6,"Y":5,"U":9,"S":5,"R":12,"Q":9,"O":9,"N":12,"M":12,"L":9,"K":12,"J":13,"I":12,"H":12,"G":9,"F":12,"E":12,"C":9,"B":12}},"H":{"d":"173,-4v-3,7,-28,6,-33,0v-2,-31,5,-71,-3,-97r-74,0v-2,0,-4,2,-4,4v-2,31,5,71,-3,97v-9,-2,-26,4,-29,-4r0,-219v3,-7,28,-7,32,0r0,90v19,8,54,0,78,3v9,-23,0,-64,3,-93v3,-7,28,-6,33,0r0,219","w":199,"k":{"y":8,"u":8,"o":8,"i":10,"g":10,"e":8,"a":8,"Z":6,"S":6,"Q":9,"O":9,"I":11,"G":9}},"I":{"d":"59,-4v-2,7,-27,6,-32,0r0,-219v3,-7,28,-7,32,0r0,219","w":86,"k":{"w":3,"t":5,"s":8,"q":8,".":7,"o":8,"l":9,"-":5,"g":10,"f":7,"e":8,"d":10,",":6,"c":8,"a":9,"Z":6,"X":4,"W":3,"T":4,"S":6,"R":11,"Q":9,"P":11,"O":9,"N":11,"M":11,"L":11,"K":11,"J":9,"I":11,"H":11,"G":9,"F":11,"E":11,"D":11,"B":11}},"J":{"d":"130,-223v-7,90,31,227,-63,227v-23,0,-64,-19,-60,-40v15,-12,32,-13,40,5v19,15,50,-2,50,-27r0,-165v3,-7,28,-6,33,0","w":151,"k":{"A":5,"u":5,".":11,"o":6,"e":6,",":9,"a":6,"W":-12}},"K":{"d":"186,-5v1,2,1,5,-2,5v-11,-1,-27,3,-35,-2r-65,-105v-7,8,-16,19,-25,31v-2,24,4,57,-3,76v-9,-2,-26,4,-29,-4r0,-219v3,-7,28,-7,32,0r0,94v0,5,5,7,7,3r78,-101v10,2,35,-6,33,6r-70,87","w":189,"k":{"A":-11,"y":12,"x":-9,"w":16,"u":10,"t":15,"o":8,"-":14,"g":9,"e":8,"d":9,"a":9,"Z":-6,"Y":-4,"W":-4,"U":6,"Q":9,"O":10,"J":6,"I":3,"G":10,"C":4}},"L":{"d":"153,0r-122,0v-2,0,-4,-2,-4,-4r0,-219v3,-7,28,-7,32,0r0,191v24,9,65,-1,94,3v7,1,7,25,0,29","w":163,"k":{"A":-10,"z":-4,"y":8,"x":-8,"w":14,"v":19,"u":10,"t":10,"\u2019":48,"\u201d":48,"q":4,"o":8,"-":50,"g":8,"e":8,"d":5,"c":4,"a":10,"Z":-5,"Y":31,"W":15,"V":23,"U":12,"T":33,"S":4,"R":7,"Q":4,"P":6,"O":12,"N":10,"M":10,"L":6,"K":12,"I":6,"H":6,"G":14,"F":6,"E":6,"D":6,"C":12,"B":6}},"M":{"d":"206,-4v-3,7,-28,6,-33,0r4,-159r-51,128v-1,4,-17,5,-19,0r-51,-129r3,160v-2,7,-27,6,-32,0r0,-219v3,-7,24,-5,32,-2r58,143v21,-47,35,-101,59,-145v10,2,27,-4,30,4r0,219","w":232,"k":{"y":8,"u":8,"s":8,".":7,"o":8,"i":10,"e":8,",":6,"c":8,"a":17,"Y":3,"T":4,"S":6,"O":9,"J":6,"I":11,"G":9,"C":9}},"N":{"d":"173,-4v-3,7,-23,5,-30,2r-86,-161r2,159v-2,7,-27,6,-32,0r0,-219v3,-7,23,-5,30,-2r85,161r-2,-159v3,-7,28,-6,33,0r0,219","w":199,"k":{"y":8,"u":8,"\u2019":3,".":7,"o":8,"j":10,"i":10,"-":5,"g":10,"e":8,"d":10,",":6,"c":8,"a":15,"S":6,"Q":9,"O":9,"J":3,"I":11,"G":9,"C":9}},"O":{"d":"86,-25v67,6,44,-86,44,-144v0,-21,-18,-36,-44,-33v-53,5,-27,92,-32,144v-2,18,15,31,32,33xm162,-58v0,43,-29,64,-76,62v-39,-2,-64,-21,-64,-62r0,-111v0,-44,28,-61,75,-61v84,0,65,95,65,172","k":{"A":4,"z":4,"y":5,"u":5,"s":5,"r":6,".":10,"p":6,"n":6,"m":6,"l":6,"k":6,"j":10,"i":9,"h":6,"f":4,",":9,"b":6,"&":9,"a":11,"Z":10,"Y":8,"X":10,"W":4,"V":4,"U":6,"T":5,"S":5,"R":9,"P":9,"N":9,"M":9,"L":9,"K":9,"J":8,"I":9,"H":9,"F":9,"E":9,"D":9,"B":9}},"P":{"d":"59,-133v30,10,76,6,76,-33v0,-34,-36,-34,-72,-32v-10,13,-1,45,-4,65xm103,-227v39,0,64,26,64,65v0,55,-45,65,-104,61v-2,0,-4,2,-4,4v-2,31,5,71,-3,97v-9,-2,-26,4,-29,-4r0,-219v0,-2,2,-4,4,-4r72,0","w":174,"k":{"A":14,"y":6,"x":-8,"w":-8,"u":6,"t":-8,";":8,"s":6,"r":6,"\u2019":-5,"\u201d":-5,".":49,"o":12,"-":16,"f":-3,"e":12,"d":7,",":46,":":8,"a":18,"Z":3,"X":4,"W":-3,"S":-3,"R":4,"P":4,"M":4,"L":4,"J":56,"I":4,"H":4,"F":4,"E":4,"D":4}},"Q":{"d":"109,-28v14,-2,21,-15,21,-30v0,-56,27,-149,-44,-144v-53,4,-32,92,-32,144v0,15,7,28,21,30v6,-3,-3,-21,6,-22v14,-1,30,-4,25,18v0,2,1,4,3,4xm86,-230v48,-2,76,18,76,61v0,71,22,157,-48,171v-16,-2,-2,23,-11,30v-8,-1,-23,3,-26,-3v-2,-10,5,-29,-8,-27v-65,-8,-47,-101,-47,-171v0,-40,24,-59,64,-61","k":{"A":4,"u":5,".":10,",":8,"U":6}},"R":{"d":"59,-133v30,10,76,6,76,-33v0,-34,-36,-34,-72,-32v-10,13,-1,45,-4,65xm167,-162v0,29,-20,41,-33,57r36,102v-5,5,-28,5,-35,0v-13,-32,-20,-70,-36,-98v-13,2,-34,-5,-40,4v-2,31,5,71,-3,97v-9,-2,-26,4,-29,-4r0,-219v0,-2,2,-4,4,-4r72,0v39,0,64,26,64,65","k":{"y":5,"u":5,"s":5,"q":10,".":4,"o":10,"i":6,"-":13,"e":10,"d":11,",":4,"c":10,"a":19,"Y":6,"U":6,"T":4,"Q":6,"O":6,"J":6,"I":9,"G":6,"C":-6}},"S":{"d":"85,-202v-33,0,-52,37,-26,55v35,24,87,31,91,89v5,74,-122,82,-140,25v9,-9,28,-21,36,-5v15,30,91,8,68,-33v-23,-41,-100,-32,-100,-98v0,-72,114,-81,131,-25v-6,8,-19,9,-27,15v-11,-9,-13,-23,-33,-23","w":158,"k":{"A":-3,"w":6,"t":7,".":3,"p":3,",":3,"Z":3,"N":5,"I":5}},"T":{"d":"137,-202v-7,12,-40,-4,-49,8r0,190v-2,7,-28,7,-32,0r0,-190v-10,-15,-60,15,-49,-29v0,-2,2,-4,4,-4r122,0v8,2,3,17,4,25","w":144,"k":{"A":18,"z":23,"y":26,"w":28,"v":18,"u":26,";":27,"s":25,"r":26,"\u2019":-4,"\u201d":-4,".":24,"o":26,"i":10,"-":22,"h":13,"g":27,"e":26,",":23,":":27,"c":26,"a":37,"Z":-3,"Y":-9,"W":-9,"V":-10,"T":-7,"Q":7,"O":6,"M":4,"J":46,"I":4,"G":6,"C":6}},"U":{"d":"162,-223v-9,93,38,235,-76,227v-39,-3,-64,-21,-64,-62r0,-165v2,-7,27,-6,32,0r0,165v0,22,17,35,43,33v18,-1,33,-15,33,-33r0,-165v2,-7,27,-6,32,0","k":{"A":4,"z":4,"y":5,"s":5,"r":6,".":10,"p":6,"o":6,"n":6,"m":6,"l":6,"k":6,"j":8,"i":8,"g":7,"f":4,"e":6,"d":7,",":9,"c":6,"a":5,"Z":5,"S":5,"O":6,"I":8,"C":6}},"V":{"d":"94,-3v-3,6,-22,5,-26,0r-68,-221v5,-5,29,-5,35,0r47,165r45,-165v5,-5,29,-5,35,0","w":162,"k":{"A":19,"z":4,"y":7,"u":8,";":13,"s":10,"r":10,"\u2019":-6,"\u201d":-6,".":26,"o":13,"n":10,"m":10,"i":5,"-":15,"g":14,"e":14,",":25,":":13,"c":13,"a":20,"Y":-12,"W":-12,"O":4,"L":-7,"J":29,"G":4,"C":4}},"W":{"d":"50,-3r-46,-221v4,-5,28,-5,33,0r32,166r42,-167v0,-5,16,-5,18,0r43,167r31,-166v4,-6,28,-5,34,0r-47,221v-3,5,-23,5,-28,0r-41,-159r-43,159v-3,5,-23,5,-28,0","w":240,"k":{"A":14,"y":6,"u":6,";":10,"s":8,"r":8,"\u2019":-5,"\u201d":-5,".":18,"o":10,"n":8,"m":8,"-":10,"g":11,"e":10,"d":10,",":17,":":10,"c":10,"a":14,"O":4,"L":-4,"J":23,"G":4,"C":-3}},"X":{"d":"160,-5v2,11,-25,3,-35,5v-18,-22,-23,-58,-41,-81v-20,22,-25,59,-44,81v-10,-2,-35,5,-34,-5r54,-110r-55,-109v6,-6,29,-4,38,-1v14,26,23,57,41,80v16,-23,25,-54,38,-80v7,-3,38,-6,38,3r-54,110","w":165,"k":{"A":-10,"y":11,"t":11,"\u2019":-3,"\u201d":-3,"o":8,"-":12,"e":8,"c":8,"a":4,"Z":-5,"Y":-8,"T":-7,"Q":9,"O":10,"I":4,"G":10}},"Y":{"d":"97,-104r0,100v-2,7,-28,7,-32,0r0,-100r-64,-120v5,-6,29,-4,37,-1v15,28,26,59,43,85v19,-25,27,-62,46,-87v10,2,35,-6,33,6","w":162,"k":{"A":23,"z":14,"y":17,"x":10,"w":10,"v":8,"u":23,"t":10,";":27,"s":23,"r":20,"\u2019":-5,"\u201d":-5,".":29,"p":21,"o":27,"n":20,"m":20,"i":9,"-":27,"g":28,"e":27,"d":28,",":28,":":27,"c":27,"a":33,"Z":-5,"W":-10,"T":-9,"S":4,"O":8,"M":3,"J":40,"I":3,"G":8,"C":8}},"Z":{"d":"140,0r-128,0v-4,0,-5,-2,-3,-5r85,-190v-18,-11,-62,5,-80,-7v1,-8,-4,-23,4,-25r121,0v4,0,5,2,3,5r-85,190v0,2,0,3,3,3r80,0v7,2,7,25,0,29","w":158,"k":{"A":-6,"w":15,"u":10,"\u2019":3,"\u201d":3,".":3,"o":15,"i":10,"e":15,",":3,"c":8,"a":18,"U":8,"O":10,"G":10}},"a":{"d":"54,-51v-1,19,10,24,30,22v15,2,38,-19,28,-38v-23,2,-56,-8,-58,16xm82,-166v78,0,67,84,66,162v-2,6,-32,9,-29,-4v0,-3,-1,-4,-3,-4v-29,22,-97,16,-94,-35v2,-43,43,-48,90,-45v12,-16,-7,-48,-30,-45v-19,-2,-23,21,-34,21v-8,-5,-19,-8,-25,-14v8,-19,29,-36,59,-36","w":171,"k":{"y":7,"w":7,"v":7,"u":7,"t":4,";":8,"s":6,"\u2019":10,"\u201d":10,"q":7,".":5,"p":7,"o":7,"g":8,"f":4,"e":7,"d":7,",":4,":":8,"c":7,"b":8,"a":14}},"&":{"d":"75,-98v-39,13,-23,84,22,73v13,0,27,-8,32,-25v-15,-21,-32,-36,-54,-48xm86,-128v42,-1,45,-73,0,-74v-26,0,-43,33,-24,54v5,7,13,13,24,20xm212,-97v-28,-3,-46,15,-40,42v12,17,29,18,44,29v-2,9,5,26,-4,29v-29,1,-41,-17,-59,-26v-28,46,-146,35,-131,-46v-1,-21,15,-36,24,-47v-9,-15,-24,-23,-24,-49v0,-39,25,-65,64,-65v42,0,65,27,65,72v0,24,-19,37,-33,48v6,8,18,18,25,24v11,-21,30,-48,69,-44v7,3,6,28,0,33","w":223,"k":{"T":20}},"^":{"d":"125,-183v-22,-39,-75,-13,-64,34v13,8,41,1,59,3v7,-6,0,-24,5,-37xm29,-149v-13,-74,71,-101,113,-64v11,-5,31,-26,46,-13v-2,8,4,22,-3,25v-21,2,-38,29,-26,55v9,2,26,-4,29,4v-1,8,3,22,-3,25v-9,2,-26,-4,-29,4r0,109v-3,7,-28,6,-33,0r0,-109v0,-2,-1,-4,-3,-4v-19,2,-48,-6,-59,4r0,109v-2,7,-28,7,-32,0r0,-109v0,-8,-16,1,-16,-8v0,-11,-6,-29,12,-25v2,0,4,-1,4,-3xm249,-4v-2,7,-27,6,-32,0r0,-154v3,-7,28,-7,32,0r0,154xm233,-230v11,0,20,8,20,19v0,11,-9,20,-20,20v-12,1,-20,-9,-20,-20v0,-11,9,-19,20,-19","w":270},"~":{"d":"125,-183v-22,-39,-75,-13,-64,34v13,8,41,1,59,3v7,-6,0,-24,5,-37xm29,-149v-13,-74,71,-101,113,-64v13,-8,51,-29,66,-11v-5,9,-2,28,-20,22v-25,-1,-40,31,-29,56v9,2,26,-4,29,4v-1,8,3,22,-3,25v-9,2,-26,-4,-29,4r0,109v-3,7,-28,6,-33,0r0,-109v0,-2,-1,-4,-3,-4v-19,2,-48,-6,-59,4r0,109v-2,7,-28,7,-32,0r0,-109v0,-8,-16,1,-16,-8v0,-11,-6,-29,12,-25v2,0,4,-1,4,-3","w":197},"*":{"d":"127,-170v7,4,-6,24,-13,22v-11,-7,-21,-15,-33,-21v-7,11,15,61,-24,40v-1,-13,8,-32,1,-40v-14,4,-23,24,-37,20v-1,-7,-14,-15,-7,-21v10,-7,36,-8,33,-20v-10,-7,-32,-9,-35,-20v5,-5,6,-19,15,-17v11,7,19,16,31,22v10,-8,-7,-35,2,-44v8,1,22,-4,23,4v1,13,-8,32,-1,40v14,-4,24,-24,38,-21v1,7,15,16,7,21v-12,7,-27,10,-37,18v9,8,26,10,37,17","w":139,"k":{"A":14}},"@":{"d":"153,-103v0,-26,-1,-48,-24,-47v-20,0,-23,22,-23,47v0,14,9,25,23,25v13,0,24,-13,24,-25xm227,-164v0,46,16,112,-39,108v-11,0,-21,-4,-29,-12v-41,31,-87,-2,-76,-61v-1,-37,41,-52,70,-36v0,-8,8,-7,16,-7v5,0,7,2,7,7r-1,74v1,8,7,14,17,13v7,0,12,-6,12,-13v-1,-51,11,-114,-43,-113v-48,1,-109,-9,-106,40v3,57,-20,141,43,141r91,0v8,-1,5,9,6,16v0,5,-1,7,-6,7r-91,0v-81,4,-66,-88,-66,-164v-1,-64,62,-66,129,-63v40,1,66,23,66,63","w":259},"b":{"d":"88,-29v35,1,35,-36,33,-72v-1,-18,-12,-32,-33,-32v-34,-1,-32,36,-32,72v0,18,14,33,32,32xm153,-101v0,59,-9,102,-63,101v-15,0,-25,-7,-35,-12v-6,-1,0,12,-6,12v-9,0,-24,4,-26,-4r0,-219v3,-7,28,-6,33,0v2,23,-4,55,3,73v36,-27,94,-2,94,49","w":171,"k":{"z":8,"y":6,"w":5,"v":5,"u":5,"t":3,";":5,"s":3,"r":6,"\u2019":14,"q":5,".":9,"p":6,"o":5,"n":6,"m":6,"l":8,"k":8,"j":8,"i":8,"h":8,"f":4,"e":5,"d":5,",":7,":":5,"c":5,"b":8,"a":12}},"\\":{"d":"116,-5v-1,8,-20,6,-23,2r-92,-219v0,-7,19,-7,23,-2","w":117},"|":{"d":"126,-181v-20,-41,-76,-16,-65,32v13,8,41,1,59,3v7,-5,0,-24,6,-35xm29,-149v-13,-75,74,-101,115,-62v20,-18,63,-17,103,-16v2,0,4,2,4,4r0,219v-3,7,-28,6,-33,0r0,-190v-24,-18,-80,7,-59,48v9,2,26,-4,29,4v-1,8,3,22,-3,25v-9,2,-26,-4,-29,4r0,109v-3,7,-28,6,-33,0r0,-109v0,-2,-1,-4,-3,-4v-19,2,-48,-6,-59,4r0,109v-2,7,-28,7,-32,0r0,-109v0,-8,-16,1,-16,-8v0,-11,-6,-29,12,-25v2,0,4,-1,4,-3","w":273},"{":{"d":"65,4v-1,24,20,24,32,35v-2,8,6,26,-7,25v-56,-2,-62,-55,-58,-116v2,-25,-20,-24,-32,-36v-9,-37,33,-24,32,-58v-3,-63,2,-119,64,-116v13,36,-31,28,-31,60v0,45,3,87,-25,103v26,18,28,58,25,103","w":129},"}":{"d":"32,39v13,-9,33,-14,33,-35v-2,-45,0,-84,24,-103v-9,-9,-24,-28,-24,-43v0,-39,10,-85,-30,-92v-5,-3,-4,-22,-1,-28v61,-3,67,53,63,116v-2,26,22,24,33,36v-1,9,2,22,-3,26v-14,6,-31,10,-30,32v3,62,-1,119,-63,116v-5,-4,-1,-17,-2,-25","w":129},"[":{"d":"94,65v-20,-2,-49,5,-62,-4r0,-320v12,-10,43,-1,62,-4v5,3,5,24,0,29v-9,2,-26,-4,-29,4r0,262v2,11,28,-3,32,8v-1,8,3,22,-3,25","w":129},"]":{"d":"94,65v-20,-2,-49,5,-62,-4v1,-8,-4,-23,4,-25v9,-2,26,4,29,-4r0,-262v-3,-11,-28,3,-33,-8v1,-8,-4,-23,4,-25r58,0v2,0,3,2,3,4r0,320v0,2,-1,4,-3,4","w":129},"c":{"d":"83,-25v20,2,22,-19,35,-23v8,5,19,8,25,15v-7,21,-31,37,-60,37v-57,0,-65,-45,-65,-108v0,-72,108,-80,125,-25v-6,7,-19,9,-27,15v-10,-9,-15,-23,-33,-23v-36,1,-34,41,-33,79v2,19,13,32,33,33","w":154,"k":{"y":3,"u":3,";":4,"s":6,"r":5,"q":4,".":3,"o":4,"m":5,"l":5,"k":5,"i":5,"h":5,"g":7,"f":3,"e":4,"d":4,",":3,":":4,"c":6,"a":11}},":":{"d":"40,-36v11,0,19,9,19,20v0,11,-8,20,-19,20v-11,0,-21,-8,-20,-20v0,-11,9,-20,20,-20xm40,-133v11,0,19,9,19,20v0,11,-8,19,-19,19v-11,0,-20,-8,-20,-19v0,-11,8,-21,20,-20","w":79},",":{"d":"56,-39v12,35,-5,80,-32,86r-8,-14v6,-8,23,-27,12,-39v-14,3,-6,-18,-8,-29v4,-9,25,-2,36,-4","w":79,"k":{"7":13,"\u2019":10,"\u201d":10,"1":17,"4":7}},"d":{"d":"83,-29v34,1,32,-36,32,-72v0,-18,-14,-33,-32,-32v-35,-1,-35,36,-33,72v1,18,12,32,33,32xm18,-101v-4,-52,57,-75,95,-49v8,-19,-6,-60,6,-77v9,2,26,-4,29,4r0,219v-2,6,-32,9,-29,-4v0,-3,-1,-4,-3,-4v-38,26,-102,4,-98,-49r0,-40","w":171,"k":{"z":5,"y":6,"u":5,";":8,"s":6,".":5,"o":6,"g":8,"e":6,"d":8,",":4,":":8,"a":12}},"$":{"d":"104,-26v36,-1,30,-61,0,-65v-6,14,-5,50,0,65xm85,-196v-13,-10,-26,13,-26,27v2,14,10,25,23,28v7,-12,1,-38,3,-55xm133,-180v-10,3,-20,-31,-32,-17r0,63v25,17,61,31,61,76v0,33,-25,58,-59,62v-2,5,-2,29,-18,14v-1,-5,2,-14,-3,-14v-30,1,-59,-18,-57,-40r24,-12v13,7,16,27,35,22v3,-21,0,-50,1,-73v-23,-17,-58,-28,-58,-70v0,-31,19,-55,50,-60v15,4,0,-30,24,-16v0,5,-1,13,2,15v25,4,54,14,53,39","k":{"0":9,"3":11,"6":9,"9":14,"4":3,"5":14,"8":9}},"e":{"d":"115,-107v-1,-38,-65,-38,-65,1v1,3,0,5,4,5v20,-1,43,2,61,-1r0,-5xm83,-166v46,0,70,33,65,87v-24,9,-64,0,-94,3v-13,17,3,51,29,51v20,0,22,-19,35,-23v8,5,19,8,25,15v-7,21,-31,37,-60,37v-57,0,-71,-46,-65,-108v2,-37,27,-62,65,-62","w":165,"k":{"z":8,"y":6,"x":8,"w":4,"v":4,"u":6,";":5,"s":3,"r":8,"\u2019":12,"q":5,".":10,"p":8,"o":5,"n":8,"m":8,"l":8,"k":8,"j":8,"i":8,"-":3,"h":8,"g":5,"f":3,"e":5,"d":5,",":9,":":5,"c":5,"b":8,"a":12}},"8":{"d":"86,-25v29,2,46,-13,44,-43v-1,-21,-18,-35,-44,-33v-21,2,-32,18,-32,43v0,18,14,32,32,33xm86,-130v28,0,46,-11,44,-39v-1,-21,-18,-35,-44,-33v-20,2,-32,17,-32,40v0,18,14,32,32,32xm138,-115v44,37,24,133,-52,119v-65,8,-84,-88,-40,-119v-44,-31,-25,-130,51,-115v65,-8,85,83,41,115","k":{"2":12,"3":17,"6":4,"7":18,"\u2019":3,"\u201d":3,".":10,"1":24,"9":9,"-":4,"4":10,"5":15,"8":9,",":9}},"\u2026":{"d":"85,-25v26,3,32,-15,45,-23v8,5,19,8,25,15v-7,24,-33,37,-70,37v-67,0,-84,-86,-41,-121v-45,-32,-23,-127,51,-113v31,-2,60,17,58,39r-24,12v-13,-9,-17,-26,-44,-23v-19,2,-35,16,-33,38v1,28,28,37,61,33v7,1,7,25,0,28v-37,-3,-64,6,-61,45v1,18,15,31,33,33","w":165},"\u2014":{"d":"270,-76r-259,0v-7,0,-3,-12,-4,-18v0,-2,2,-3,4,-3r259,0v7,0,3,12,4,18v0,2,-2,3,-4,3","w":280},"\u2013":{"d":"173,-76r-162,0v-7,0,-3,-12,-4,-18v0,-2,2,-3,4,-3r162,0v5,1,5,19,0,21"},"=":{"d":"164,-43r-144,0v-6,-1,-7,-20,0,-22r144,0v5,2,5,19,0,22xm164,-108r-144,0v-6,-1,-7,-20,0,-22r144,0v5,2,5,19,0,22"},"!":{"d":"54,-36v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20xm63,-68v0,4,-16,5,-17,0v-8,-46,-9,-100,-8,-155v2,-7,28,-7,32,0v1,55,0,108,-7,155","w":97},"f":{"d":"94,-230v26,-6,18,13,12,27v-29,0,-51,16,-45,54v4,9,28,-4,33,7v-1,8,4,23,-4,25v-9,2,-26,-4,-29,4r0,109v-2,7,-28,7,-32,0r0,-109v0,-8,-16,1,-16,-8v0,-11,-6,-29,12,-25v8,0,4,-13,4,-20v1,-38,29,-63,65,-64","w":102,"k":{"z":-3,"w":-6,"r":3,"\u2019":-17,"\u201d":-13,".":15,"j":-9,"f":-3,",":14,"b":-7,"a":15}},"5":{"d":"162,-67v16,80,-115,94,-135,34v9,-9,30,-22,36,-5v17,26,78,12,67,-32v0,-39,-50,-34,-90,-33v-2,0,-4,-1,-4,-3r0,-117v0,-2,2,-4,4,-4r115,0v7,2,7,25,0,29r-83,0v-6,15,-5,51,0,67v54,-6,91,15,90,64","k":{"0":6,"2":12,"3":12,"6":9,"7":23,"\u2019":6,"\u201d":6,"1":24,"9":15,"-":3,"4":14,"5":15,"8":9}},"4":{"d":"108,-85v-2,-27,4,-63,-3,-85v-22,26,-40,57,-59,86v13,8,40,1,58,3v2,0,4,-2,4,-4xm173,-56v-3,10,-27,-2,-33,7v-2,16,4,39,-3,49v-9,-2,-26,4,-29,-4r0,-45v-23,-12,-75,7,-97,-7r1,-25r98,-146v10,2,27,-4,30,4r0,138v3,11,28,-3,33,8r0,21","k":{"0":3,"3":14,"7":17,"\u2019":12,"\u201d":12,".":9,"1":29,"9":12,"4":-3,"5":18,"8":3,",":6}},"g":{"d":"67,52v26,-3,66,11,64,-20v-1,-25,-40,-16,-64,-16v-10,0,-19,8,-17,20v0,8,8,16,17,16xm83,-65v19,0,32,-15,32,-36v0,-18,-14,-33,-32,-32v-22,0,-33,14,-33,35v0,19,13,33,33,33xm18,-98v0,-54,59,-79,98,-52v6,1,0,-12,6,-12v9,0,24,-4,26,4v6,70,-6,129,-76,121v-13,7,-11,18,1,24v49,-3,92,2,91,49v-1,46,-47,47,-97,45v-31,-1,-48,-18,-49,-49v-1,-20,15,-27,22,-37v-7,-9,-6,-34,1,-43v-8,-12,-23,-26,-23,-50","w":165,"k":{"v":-3,";":-6,"s":3,".":5,"o":5,"e":5,",":-6,":":5,"a":12}},"`":{"d":"107,-187v2,10,-12,5,-19,6v-16,-17,-35,-31,-49,-50v6,-6,29,-4,38,-1","w":180},">":{"d":"158,-73r-113,65v-5,-4,-16,-16,-9,-20r99,-59v-31,-23,-69,-40,-102,-62v3,-6,7,-18,14,-16r113,68v-1,8,2,19,-2,24"},"h":{"d":"59,-150v36,-27,94,-2,94,49r0,97v-3,7,-28,7,-32,0v-5,-49,19,-129,-33,-129v-51,0,-27,81,-32,129v-3,7,-28,6,-33,0r0,-219v3,-7,28,-6,33,0v2,23,-4,55,3,73","w":174,"k":{"z":4,"y":6,"w":6,"v":7,"u":6,"t":5,";":7,"s":5,"\u2019":8,"q":6,".":4,"o":6,"j":10,"g":7,"e":6,"d":7,",":3,":":7,"c":6,"a":8}},"-":{"d":"81,-68v-14,6,-50,5,-65,0v2,-9,-4,-26,4,-29v20,2,47,-4,61,3r0,26","w":97,"k":{"A":4,"v":8,"3":23,"6":3,"s":4,"9":14,"5":17,"8":4,"Y":27,"X":12,"W":10,"V":15,"T":22,"S":15}},"\u00ad":{"d":"81,-68v-14,6,-50,5,-65,0v2,-9,-4,-26,4,-29v20,2,47,-4,61,3r0,26","w":97},"i":{"d":"56,-4v-3,7,-28,6,-33,0r0,-154v3,-7,28,-6,33,0r0,154xm40,-230v11,0,19,8,19,19v0,11,-8,20,-19,20v-12,1,-20,-9,-20,-20v0,-11,9,-19,20,-19","w":79,"k":{"z":5,"t":4,"q":7,".":5,"o":7,"g":8,"e":7,"d":8,",":5,"c":4,"a":12}},"j":{"d":"56,-158v-8,93,31,237,-61,243v-15,-16,6,-37,20,-41v6,-5,7,-10,8,-20r0,-182v3,-7,28,-6,33,0xm40,-230v11,0,19,8,19,19v0,11,-8,20,-19,20v-12,1,-20,-9,-20,-20v0,-11,9,-19,20,-19","w":79,"k":{"u":6,";":7,"\u2019":3,"\u201d":3,"o":7,"e":7,":":8,"a":6}},"k":{"d":"159,-5v2,2,1,5,-3,5v-11,-1,-27,3,-35,-2v-17,-25,-30,-54,-49,-77v-6,4,-11,11,-16,16v-2,20,5,50,-4,63v-9,-2,-26,4,-29,-4r0,-219v3,-7,28,-6,33,0r0,112v0,5,3,5,6,3r50,-54v10,2,38,-5,33,6r-48,50","w":161,"k":{"z":-5,"y":8,"x":-9,"u":8,"\u2019":8,"q":8,"o":8,"-":14,"g":9,"e":8,"d":9,"a":9}},"l":{"d":"56,-4v-3,7,-28,6,-33,0r0,-219v3,-7,28,-6,33,0r0,219","w":79,"k":{"y":6,"t":6,"q":6,".":5,"o":6,"g":8,"e":6,"d":8,",":4,"c":6,"a":6}},"<":{"d":"148,-28v5,6,-5,20,-11,19r-111,-64v-3,-5,-4,-21,0,-27r113,-66v5,4,13,13,9,19v-32,21,-69,37,-99,60v29,23,67,38,99,59"},"m":{"d":"130,-144v32,-34,106,-16,106,43r0,97v-3,7,-28,6,-33,0v-6,-46,19,-124,-28,-129v-47,5,-24,82,-29,129v-3,7,-28,6,-33,0v-6,-46,19,-124,-28,-129v-47,5,-24,82,-29,129v-3,7,-28,6,-33,0r0,-154v2,-6,32,-9,29,4v0,3,1,4,3,4v20,-17,60,-13,75,6","w":259,"k":{"z":5,"y":8,"w":8,"v":8,"u":7,";":8,"s":6,"\u2019":4,"q":7,".":5,"p":7,"o":7,"g":8,"e":7,"d":7,",":4,":":8,"c":7,"a":6}},"n":{"d":"55,-150v38,-26,98,-4,98,49r0,97v-3,7,-28,7,-32,0v-5,-49,19,-129,-33,-129v-51,0,-27,81,-32,129v-3,7,-28,6,-33,0r0,-154v2,-6,32,-9,29,4v0,3,1,4,3,4","w":176,"k":{"z":5,"y":8,"w":8,"v":8,"u":7,"t":6,";":8,"s":6,"\u2019":12,"q":7,".":5,"p":7,"o":7,"-":3,"g":8,"e":7,"d":7,",":4,":":8,"a":6}},"9":{"d":"86,-110v37,0,48,-21,44,-59v-2,-21,-18,-35,-44,-33v-28,2,-32,28,-32,60v0,18,14,32,32,32xm162,-58v5,73,-119,82,-135,25v7,-6,20,-17,30,-13v7,30,76,28,73,-12v-1,-11,4,-29,-3,-35v-37,26,-105,8,-105,-49v0,-59,16,-88,75,-88v84,0,60,95,65,172","k":{"0":7,"2":9,"3":10,"6":-4,"7":18,"%":4,"1":19,"4":6,"5":6}},"#":{"d":"117,-94v9,-7,6,-26,13,-36v-9,-6,-36,-4,-48,-1r-10,34v8,7,31,1,45,3xm161,-167v-3,13,29,-2,28,9v-4,8,-3,22,-11,25v-9,1,-23,-2,-28,2v-4,11,-5,24,-10,34v4,9,29,-4,32,7v-4,8,-2,21,-10,25v-10,1,-25,-3,-31,2v-8,20,-10,46,-21,63v-6,-1,-17,3,-16,-5r16,-57v-9,-6,-36,-3,-48,-1r-17,60v-1,5,-20,6,-19,-2r16,-57v-3,-9,-25,3,-29,-6v4,-8,2,-23,11,-26v9,-1,22,3,28,-2v4,-11,5,-24,10,-34v-3,-9,-29,4,-32,-7v3,-8,3,-21,10,-25v10,-1,27,4,32,-3v7,-20,10,-45,20,-62v6,1,17,-3,16,5r-16,57v9,6,38,4,48,0r17,-59v1,-5,20,-6,19,2","w":201,"k":{"7":15,"9":5}},"o":{"d":"83,-25v35,0,32,-42,32,-79v0,-18,-14,-33,-32,-33v-35,0,-35,41,-33,79v2,19,13,33,33,33xm148,-104v4,62,-8,108,-65,108v-57,0,-69,-45,-65,-108v3,-39,25,-62,65,-62v39,0,62,23,65,62","w":165,"k":{"z":6,"y":5,"x":8,"w":4,"v":4,"u":5,"s":3,"r":5,"\u2019":7,"q":5,".":8,"p":5,"n":5,"m":5,"l":6,"k":6,"j":8,"i":7,"h":6,"g":7,"f":3,",":6,"b":6,"a":6}},"1":{"d":"154,0r-112,0v-5,-3,-5,-24,0,-29v13,-2,32,4,40,-3r0,-130v0,-5,-3,-5,-6,-3v-7,5,-12,19,-22,18v-5,-7,-19,-13,-16,-21r60,-59v6,1,16,-3,16,4r0,191v12,11,54,-13,44,28v0,2,-2,4,-4,4","k":{"0":24,"2":35,"3":33,"6":27,"7":38,"\u2019":27,"\u201d":27,".":9,"1":21,"9":26,"4":33,"5":28,"8":21,",":9}},"p":{"d":"88,-29v35,1,35,-36,33,-72v-1,-18,-12,-32,-33,-32v-34,-1,-32,36,-32,72v0,18,14,33,32,32xm153,-101v0,57,-8,99,-59,101v-15,0,-26,-6,-35,-12v-8,22,0,61,-3,89v-3,7,-28,6,-33,0r0,-235v2,-6,32,-9,29,4v0,3,1,4,3,4v38,-26,98,-4,98,49","w":171,"k":{"z":10,"y":6,"x":8,"w":5,"v":6,"u":5,"t":4,"s":3,"r":6,"\u2019":3,"q":5,".":9,"p":8,"o":5,"m":6,"l":6,"j":8,"i":7,"h":6,"g":5,"f":5,"e":5,"d":5,",":7,"c":5,"a":4}},"(":{"d":"65,4v-1,24,20,24,32,35v-2,8,6,26,-7,25v-37,-2,-58,-27,-58,-64r0,-198v2,-39,22,-65,64,-64v13,36,-31,28,-31,60r0,206","w":129},")":{"d":"32,39v13,-9,33,-14,33,-35r-2,-218v-4,-13,-23,-14,-31,-23v2,-8,-6,-26,7,-25v37,2,58,26,58,64r0,198v-2,39,-22,65,-63,64v-5,-4,-1,-17,-2,-25","w":129},"%":{"d":"132,-18v20,0,13,-30,13,-49v0,-8,-5,-12,-13,-12v-20,0,-12,30,-12,48v0,8,4,13,12,13xm51,-148v20,0,11,-30,13,-48v-1,-8,-5,-13,-13,-13v-19,0,-10,31,-12,49v0,8,4,12,12,12xm165,-67v0,35,2,67,-33,67v-34,0,-34,-33,-32,-67v0,-17,13,-30,32,-30v19,0,33,12,33,30xm53,-2v-1,3,-19,4,-16,-3r94,-220v3,-3,17,-5,16,3xm84,-196v0,35,1,66,-33,66v-33,0,-33,-32,-32,-66v1,-18,14,-31,32,-31v19,0,33,13,33,31"},".":{"d":"40,-36v11,0,19,9,19,20v0,11,-8,20,-19,20v-11,0,-21,-8,-20,-20v0,-11,9,-20,20,-20","w":79,"k":{"7":14,"\u2019":12,"\u201d":12,"1":17,"4":10}},"+":{"d":"167,-79v-13,8,-42,1,-61,3v-8,14,-1,43,-3,62v-2,5,-19,5,-22,0v-2,-20,5,-49,-4,-62v-20,-2,-47,4,-61,-3v1,-6,-3,-18,4,-18v20,-2,48,5,61,-4v2,-20,-5,-48,4,-61v7,1,17,-3,18,4v2,20,-4,47,3,61v20,2,47,-4,61,3r0,15"},"q":{"d":"83,-29v34,1,32,-36,32,-72v0,-18,-14,-33,-32,-32v-35,-1,-35,36,-33,72v1,18,12,32,33,32xm18,-101v-3,-52,60,-76,98,-49v6,1,0,-12,6,-12v9,0,24,-4,26,4r0,235v-3,7,-28,6,-33,0v-1,-29,3,-64,-2,-89v-37,26,-99,3,-95,-49r0,-40","w":171,"k":{"u":5,"e":6,"a":6}},"?":{"d":"81,-36v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20xm82,-230v77,-16,107,84,46,115v-20,9,-41,15,-36,46v-3,7,-27,7,-33,0v-11,-70,69,-51,69,-100v0,-25,-19,-33,-46,-33v-20,0,-23,20,-35,22v-8,-5,-20,-7,-25,-14v7,-22,29,-37,60,-36"},"\"":{"d":"46,-224v-4,20,-2,46,-10,62v-5,-1,-13,2,-14,-3r-7,-59v4,-6,26,-5,31,0xm90,-165v0,4,-16,5,-17,0r-8,-59v4,-5,28,-6,32,1","w":111},"\u201c":{"d":"14,-164v-1,-37,3,-71,31,-78v4,3,5,10,8,14v-7,6,-24,24,-12,36v14,-2,6,18,8,28v-5,5,-28,5,-35,0xm64,-164v-1,-36,2,-71,30,-78v4,3,7,8,8,14v-6,9,-19,18,-14,35v1,3,11,-1,10,5v-1,9,4,24,-3,27v-10,-1,-26,3,-31,-3","w":113,"k":{"A":19,"0":3,"y":3,"w":-4,"v":-5,"6":4,"o":12,"9":4,"4":25,"5":9,"Y":-6,"X":-4,"W":-6,"V":-8,"T":-5}},"\u201d":{"d":"46,-227v11,29,-3,84,-29,79v-13,-18,14,-21,9,-46v-2,-2,-12,1,-11,-5v1,-9,-4,-25,4,-28r27,0xm99,-223v2,35,-6,77,-32,75v-17,-15,21,-27,5,-47v-13,2,-5,-18,-7,-28v3,-7,29,-6,34,0","w":113},"\u2018":{"d":"14,-164v-1,-37,3,-71,31,-78v4,3,5,10,8,14v-7,6,-24,24,-12,36v14,-2,6,18,8,28v-5,5,-28,5,-35,0","w":63,"k":{"A":19,"0":3,"y":3,"w":-4,"v":-5,"6":4,"o":12,"9":4,"4":25,"5":9,"Y":-6,"X":-4,"W":-6,"V":-8,"T":-5}},"\u2019":{"d":"46,-227v11,29,-3,84,-29,79v-13,-18,14,-21,9,-46v-2,-2,-12,1,-11,-5v1,-9,-4,-25,4,-28r27,0","w":63,"k":{"u":10,"s":18,"q":10,"p":13,"o":13,"n":8,"m":10,"g":26,"e":23,"d":20,"c":17,"J":75}},"'":{"d":"46,-224v-4,20,-2,46,-10,62v-5,-1,-13,2,-14,-3r-7,-59v4,-6,26,-5,31,0","w":61},"r":{"d":"55,-143v11,-9,27,-25,49,-18v9,3,4,26,2,34v-27,-6,-50,2,-50,30r0,93v-3,7,-28,6,-33,0r0,-154v5,-8,37,-8,29,11v0,3,1,4,3,4","w":110,"k":{"z":-8,"y":-3,"x":-11,"w":-11,"v":-13,"u":-3,"t":-9,";":18,"\u2019":-12,"\u201d":-12,".":23,"o":4,"n":3,"m":6,"-":21,"g":6,"f":-3,"d":9,",":22,":":18,"a":10}},"s":{"d":"84,-138v-29,-4,-51,21,-27,34v28,15,86,7,86,53v0,67,-116,74,-129,18v9,-4,15,-10,25,-13v12,11,19,26,45,22v23,3,39,-27,16,-36v-34,-13,-85,-8,-85,-53v0,-67,116,-70,128,-16v-9,4,-15,12,-27,13v-9,-11,-14,-19,-32,-22","w":158,"k":{"z":3,"y":5,"x":4,"u":5,";":5,"s":3,"\u2019":3,"\u201d":3,"q":4,".":6,"p":6,"o":4,"-":4,"g":9,"e":4,"d":4,",":4,":":8,"c":4,"b":6,"a":10}},";":{"d":"56,-39v12,35,-5,80,-32,86r-8,-14v6,-8,23,-27,12,-39v-14,3,-6,-18,-8,-29v4,-9,25,-2,36,-4xm40,-133v11,0,19,9,19,20v0,11,-8,19,-19,19v-11,0,-20,-8,-20,-19v0,-11,8,-21,20,-20","w":79,"k":{"j":8}},"\u037e":{"d":"56,-39v12,35,-5,80,-32,86r-8,-14v6,-8,23,-27,12,-39v-14,3,-6,-18,-8,-29v4,-9,25,-2,36,-4xm40,-133v11,0,19,9,19,20v0,11,-8,19,-19,19v-11,0,-20,-8,-20,-19v0,-11,8,-21,20,-20","w":79},"7":{"d":"38,-58v-2,-78,90,-60,90,-136v0,-2,-2,-4,-4,-4r-90,0v-5,-3,-5,-24,0,-29r123,0v11,37,-1,92,-28,107v-20,21,-55,26,-59,62v-2,19,4,44,-3,58v-9,-2,-26,4,-29,-4r0,-54","k":{"0":13,"2":28,"3":21,"6":15,"7":15,";":24,"\u2019":3,"\u201d":3,".":57,"%":5,"1":44,"9":19,"4":33,"5":26,"8":22,",":56,":":24}},"6":{"d":"86,-25v32,1,46,-14,44,-47v-2,-21,-18,-34,-44,-32v-23,2,-32,19,-32,46v0,18,14,33,32,33xm162,-72v0,53,-24,78,-76,76v-39,-2,-64,-21,-64,-62r0,-111v-10,-73,119,-81,135,-25v-7,6,-22,16,-30,13v-7,-30,-76,-29,-73,12v2,15,-4,38,3,48v37,-27,105,-8,105,49","k":{"0":6,"2":20,"3":23,"6":9,"7":28,"\u2019":8,"\u201d":8,"1":41,"9":15,"-":3,"4":14,"5":21,"8":9}},"\/":{"d":"24,-3v-3,6,-27,6,-22,-5r91,-216v3,-6,27,-6,22,5","w":117,"k":{"A":20,"O":3,"J":30,"C":3}},"t":{"d":"94,3v-68,4,-66,-66,-63,-133v-5,-10,-34,9,-27,-19r44,-45v5,1,14,-2,15,3v2,9,-4,27,4,29v9,2,26,-4,28,4v-1,8,3,22,-3,25v-9,1,-25,-3,-29,3v3,42,-14,96,30,104v4,6,2,21,1,29","w":113,"k":{"y":6,"v":-3,"u":6,"t":3,";":5,"s":6,"q":12,".":5,"o":10,"i":6,"-":19,"h":9,"g":12,"e":10,"d":12,",":5,":":5,"c":10,"a":17}},"3":{"d":"132,-117v45,37,27,121,-51,121v-30,0,-60,-18,-58,-40v11,-5,27,-20,34,-2v17,26,79,13,67,-32v0,-29,-28,-36,-61,-33v-7,-1,-7,-25,0,-28v35,3,63,-3,61,-38v-1,-22,-18,-36,-43,-33v-20,-2,-23,20,-35,22v-8,-5,-20,-7,-25,-14v8,-24,33,-40,71,-36v64,-7,85,82,40,113","k":{"2":15,"3":15,"6":6,"7":21,"\u2019":6,"\u201d":6,"1":22,"9":12,"-":7,"4":6,"5":18,"8":7}},"\u2122":{"d":"53,-197v9,8,-1,13,-10,11v-2,0,-4,1,-4,3v-2,17,4,41,-3,53v-4,0,-8,1,-8,-3r0,-50v-1,-7,-26,2,-14,-14r39,0xm132,-133v0,4,-4,3,-7,3v-12,-1,5,-37,-11,-31v-5,5,-8,21,-16,15v-4,-4,-11,-24,-17,-13v-1,10,5,38,-11,26v2,-20,-4,-49,3,-64v19,-1,15,35,31,31v8,-9,12,-37,28,-28r0,61","w":146,"k":{".":9,",":7}},"2":{"d":"81,-230v48,0,77,16,78,61v3,80,-100,59,-100,137v24,9,65,-1,94,3v7,1,7,25,0,29r-122,0v-10,-20,-4,-66,9,-86v20,-32,87,-38,87,-83v0,-25,-19,-33,-46,-33v-20,0,-23,20,-35,22v-8,-5,-20,-7,-25,-14v7,-21,28,-36,60,-36","k":{"0":10,"3":24,"6":10,"7":20,"1":44,"9":16,"-":28,"4":22,"5":17,"8":10}},"u":{"d":"85,-29v52,0,26,-81,32,-129v3,-7,28,-7,32,0r0,154v-1,7,-31,8,-28,-4v0,-3,-1,-4,-3,-4v-37,25,-103,6,-98,-49v3,-32,-5,-74,3,-101v9,2,26,-4,29,4v5,49,-19,129,33,129","w":172,"k":{"z":5,"y":6,";":8,"s":6,".":5,"p":7,"o":6,"-":3,"g":8,"e":6,"d":6,",":4,":":8,"c":6,"b":7,"a":6}},"_":{"d":"77,81r-75,0v-5,0,-4,-8,-4,-13v19,-8,54,0,79,-3v6,0,4,7,4,12v0,2,-2,4,-4,4","w":79},"v":{"d":"92,-2v-6,4,-22,3,-29,0r-62,-157v5,-6,26,-4,34,-1r42,118v16,-39,26,-84,46,-120v9,2,32,-5,30,5","w":154,"k":{"z":-6,"w":-10,";":4,"\u2019":-9,"\u201d":-9,".":23,"o":4,"-":8,"e":4,",":22,":":4}},"w":{"d":"50,-3r-46,-156v5,-5,27,-5,34,0r27,115v12,-38,17,-83,32,-118v9,1,24,-3,28,3r29,115r26,-115v5,-5,29,-5,35,0r-47,156v-4,5,-22,5,-28,0r-31,-123v-12,41,-18,89,-34,126v-8,-1,-23,4,-25,-3","w":218,"k":{";":4,"\u2019":-8,"\u201d":-8,".":17,"o":4,"-":6,"e":4,",":16,":":4}},"x":{"d":"144,-5v-2,10,-27,5,-36,3v-12,-17,-21,-38,-35,-53v-16,15,-22,40,-38,55v-10,-2,-34,5,-32,-5v15,-26,38,-52,48,-79r-49,-75v5,-6,28,-4,36,-1v12,17,21,38,35,53v16,-15,22,-40,38,-55v10,2,31,-6,33,5v-16,26,-36,48,-49,77","w":146,"k":{"t":-8,"\u2019":-6,"\u201d":-6,"q":8,"o":5,"-":14,"e":8,"d":10,"c":3,"a":4}},"y":{"d":"149,20v9,74,-108,84,-125,28v11,-8,30,-22,36,-4v16,22,59,10,57,-21v-1,-10,4,-28,-3,-33v-38,23,-98,0,-94,-51v2,-32,-5,-74,3,-101v9,2,26,-4,29,4v5,49,-19,129,33,129v52,0,26,-81,32,-129v3,-7,28,-7,32,0r0,178","w":172,"k":{";":7,"s":6,".":5,"o":6,"l":7,"-":3,"g":8,"e":6,"d":6,",":4,":":8,"c":6,"b":7,"a":6}},"z":{"d":"138,0r-125,0v-4,0,-4,-2,-4,-5r74,-125v-15,-10,-54,4,-70,-6v1,-8,-3,-23,3,-26r119,0v4,0,4,2,4,6r-75,124v18,11,61,-5,78,7v-1,8,4,23,-4,25","w":154,"k":{"o":7,"l":5,"g":12,"e":7,"d":8,"b":5,"a":3}},"0":{"d":"86,-25v67,6,44,-86,44,-144v0,-21,-18,-36,-44,-33v-53,5,-27,92,-32,144v-2,18,15,31,32,33xm162,-58v0,43,-29,64,-76,62v-39,-2,-64,-21,-64,-62r0,-111v0,-44,28,-61,75,-61v84,0,65,95,65,172","k":{"0":-6,"2":12,"3":12,"6":-6,"7":18,"1":24,"9":9,"4":3,"5":5}},"A":{"d":"80,-169r-22,85v6,5,44,6,45,-2v-9,-27,-11,-60,-23,-83xm91,-227v29,69,46,151,71,224v-5,5,-29,5,-35,0r-13,-47v-17,-4,-49,-3,-66,0r-13,47v-5,5,-29,5,-35,0r68,-221v2,-7,16,-1,23,-3","w":162,"k":{"y":4,"w":4,"v":12,"u":4,"t":9,"s":-3,"\u2019":15,"\u201d":15,"?":20,".":-4,"-":3,"g":6,"d":3,",":-4,"Y":22,"W":14,"V":19,"U":4,"T":18,"S":-4,"Q":4,"O":4,"J":-7,"G":4,"C":4}},"\u00d7":{"d":"234,-207r17,17r-83,83r83,82r-17,17r-83,-82r-82,82r-18,-17r83,-82r-83,-83r18,-17r82,82","w":299},"\u00a0":{"w":64}}});

/* Conduit Bold */
Cufon.registerFont({"w":182,"face":{"font-family":"conduit","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 7 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-11.4865 -261 271.277 85","underline-thickness":"30.96","underline-position":"-24.84","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":63},"!":{"d":"76,-223v1,56,0,111,-8,158v-2,5,-21,5,-25,0v-8,-47,-9,-102,-8,-158v5,-7,34,-7,41,0xm55,-45v11,0,24,12,24,24v0,12,-12,25,-24,25v-13,0,-24,-13,-24,-25v0,-13,12,-25,24,-24","w":100},"\"":{"d":"102,-224r-8,66v-3,5,-22,5,-26,0r-8,-66v7,-5,33,-5,42,0xm54,-224v-5,22,-3,51,-12,69v-7,-1,-19,3,-21,-3r-9,-66v7,-6,34,-5,42,0","w":113},"#":{"d":"150,-224v5,-6,30,-6,29,2r-16,54v2,9,25,-4,28,7v-5,11,-3,28,-13,34v-9,1,-22,-2,-27,2v0,8,-11,22,-2,25v8,2,24,-5,26,4v-5,11,-3,28,-13,34v-10,1,-24,-2,-30,2r-16,57v-3,5,-28,7,-29,-2r15,-54v-5,-6,-27,-4,-35,-1v-7,19,-10,44,-20,60v-8,-1,-28,4,-25,-5r15,-54v-2,-9,-25,4,-27,-7v5,-11,2,-28,13,-34v8,-1,23,3,26,-3v0,-8,11,-21,2,-24v-8,-2,-24,5,-25,-4v5,-11,2,-28,13,-34v9,-2,25,4,29,-3r16,-56v3,-5,28,-7,29,2r-15,54v5,5,29,5,35,0xm89,-127v-7,4,-5,17,-9,24v5,5,29,5,35,0v0,-8,11,-21,2,-24r-28,0","w":200,"k":{"7":10}},"$":{"d":"131,-170v-7,3,-18,-33,-24,-16v1,17,-3,40,2,54v75,22,79,125,5,134v-13,2,-2,14,-10,19v-12,0,-27,5,-23,-14v-26,-6,-65,-22,-61,-49v11,-5,20,-12,33,-16v2,-2,12,27,25,23v8,-13,1,-41,3,-60v-26,-16,-70,-35,-65,-72v-2,-39,30,-59,65,-67v-4,-15,9,-14,23,-13v8,1,-4,18,9,18v26,1,54,28,50,44xm78,-192v-26,2,-26,48,1,47v4,-10,4,-37,-1,-47xm110,-36v21,-2,23,-46,0,-47v-6,8,-4,37,0,47","k":{"9":4,"5":4,"4":-4}},"%":{"d":"53,-227v34,0,36,32,36,69v0,20,-15,34,-36,34v-36,0,-36,-31,-36,-68v0,-23,15,-34,36,-35xm159,-224r-95,222v-4,3,-28,5,-25,-3r94,-220v4,-3,23,-4,26,1xm144,-103v37,0,36,32,36,69v0,21,-14,34,-36,34v-36,0,-38,-32,-36,-69v1,-20,14,-34,36,-34xm53,-151v14,-2,4,-29,7,-42v0,-5,-2,-6,-7,-6v-14,2,-4,28,-7,41v0,5,2,7,7,7xm144,-27v14,-2,4,-29,7,-42v0,-5,-2,-7,-7,-7v-13,3,-3,29,-6,42v0,5,1,7,6,7","w":196},"&":{"d":"172,-67v5,25,20,17,43,32v-3,13,9,38,-8,39v-19,1,-41,-13,-56,-23v-35,41,-147,28,-132,-53v-4,-17,21,-41,21,-43v1,-4,-25,-26,-21,-47v0,-42,25,-68,67,-68v67,0,91,93,39,120v-2,2,12,14,13,13v15,-21,33,-41,73,-37v9,5,2,26,4,38v-14,5,-48,3,-43,29xm86,-193v-36,4,-32,50,2,60v34,-5,31,-58,-2,-60xm76,-92v-31,12,-16,67,20,58v9,0,19,-5,25,-16v-6,-16,-27,-31,-45,-42","w":220,"k":{"T":14,"O":-4}},"'":{"d":"54,-224v-5,22,-3,51,-12,69v-7,-1,-19,3,-21,-3r-9,-66v7,-6,34,-5,42,0","w":65},"(":{"d":"71,-2v-2,22,20,20,31,29v-3,12,8,35,-8,35v-37,0,-64,-28,-64,-67r0,-189v-3,-41,37,-77,72,-63r0,31v-10,9,-31,6,-31,28r0,196","w":131},")":{"d":"37,-261v36,0,65,29,65,67r0,189v1,38,-30,69,-65,67v-12,-1,-13,-43,6,-40v9,-3,17,-12,17,-24r0,-196v1,-20,-18,-22,-30,-28v3,-12,-7,-35,7,-35","w":131},"*":{"d":"132,-170v5,7,-9,31,-18,31v-10,-6,-16,-15,-28,-19v-7,8,8,31,-1,39v-10,-2,-28,5,-32,-4v0,-11,8,-28,1,-35v-11,5,-20,22,-32,19v-3,-10,-18,-22,-12,-31v8,-5,33,-8,27,-17v-9,-6,-25,-6,-29,-17v7,-8,10,-25,20,-26v9,6,16,15,26,20v10,-7,-7,-30,2,-38v10,2,29,-5,32,4v0,11,-8,27,-1,34v13,-3,20,-23,33,-19v3,10,17,19,12,30v-10,5,-24,8,-32,15v7,7,22,9,32,14","w":140,"k":{"A":7}},"+":{"d":"165,-103v5,5,5,27,0,31r-55,0v-10,13,5,49,-7,62v-9,-2,-25,4,-27,-4v-2,-18,6,-47,-4,-58v-18,-2,-47,6,-58,-4v1,-9,-4,-25,4,-27v18,-3,47,6,58,-4v2,-19,-4,-44,3,-58v9,1,25,-4,28,4v2,19,-4,44,3,58r55,0"},",":{"d":"66,-44v4,46,-9,79,-40,90v-8,-8,-20,-24,-6,-31v5,-5,12,-16,5,-20v-16,1,-5,-26,-8,-39v7,-9,31,-2,45,-4v2,0,4,2,4,4","w":82,"k":{"j":-8,"7":6,"1":9}},"-":{"d":"82,-103v8,7,6,36,0,41r-64,0v-7,-5,-7,-34,0,-41r64,0","w":100,"k":{"Y":18,"X":4,"W":3,"V":8,"U":-4,"T":14,"Q":-4,"O":-4,"A":-3,"9":5,"6":-4,"5":7,"4":-7,"3":4,"1":29}},"\u2010":{"d":"82,-103v8,7,6,36,0,41r-64,0v-7,-5,-7,-34,0,-41r64,0","w":100},".":{"d":"41,-45v31,0,31,49,0,49v-13,0,-24,-13,-24,-25v-1,-13,11,-25,24,-24","w":82,"k":{"7":8,"1":10}},"\/":{"d":"122,-224r-95,222v-4,3,-32,5,-29,-3r94,-220v5,-3,26,-5,30,1","w":118,"k":{"J":23,"A":16}},"0":{"d":"86,-230v47,0,77,21,77,63r0,107v0,42,-31,64,-77,64v-39,0,-68,-26,-67,-64r0,-107v-1,-38,28,-63,67,-63xm60,-60v0,37,66,33,62,0v-7,-49,26,-139,-36,-133v-46,4,-26,87,-26,133","k":{"9":4,"8":-4,"7":10,"6":-12,"3":4,"2":6,"1":19,"0":-10}},"1":{"d":"156,-38v6,7,5,32,0,38r-117,0v-6,-6,-5,-31,0,-38v12,-1,31,4,38,-3r0,-106v-7,-11,-12,13,-22,9v-7,-9,-23,-15,-23,-27r63,-62v8,1,21,-3,23,4r0,182v7,7,26,1,38,3","k":{"9":21,"8":21,"7":20,"6":19,"5":18,"4":15,"3":27,"2":24,"1":15,"0":19,".":3,"-":16,",":3}},"2":{"d":"19,-185v-4,-23,37,-52,75,-45v39,-1,67,25,67,63v0,70,-90,64,-95,126v22,9,61,0,89,3v6,6,5,31,0,38r-127,0v-10,-24,-7,-72,12,-93v12,-25,80,-37,80,-74v0,-18,-17,-26,-39,-26v-15,0,-19,13,-28,24","k":{"9":5,"8":5,"7":12,"6":5,"5":9,"4":15,"3":13,"1":27,"0":8,"-":9}},"3":{"d":"81,-230v68,-11,101,69,57,113v3,5,26,33,20,54v0,44,-29,71,-77,67v-30,4,-66,-26,-61,-46v11,-5,20,-12,33,-16v6,8,15,31,38,24v18,-1,26,-16,26,-38v0,-27,-29,-28,-58,-26v-7,-4,-7,-32,0,-38v31,2,61,1,58,-31v-1,-17,-15,-26,-36,-26v-15,0,-19,13,-28,24v-12,-7,-27,-10,-36,-19v4,-18,34,-46,64,-42","k":{"7":13,"5":5,"4":9,"3":6,"2":13,"1":23,"0":-3}},"4":{"d":"170,-87v8,5,6,34,0,37v-9,1,-25,-4,-27,4v-3,14,5,38,-4,46v-12,-2,-32,5,-37,-4v-2,-15,5,-38,-4,-46v-29,-2,-66,5,-89,-3r0,-31r97,-143v12,2,32,-5,37,4r0,132v2,8,18,2,27,4xm98,-87v10,-12,1,-41,4,-60v0,-5,-5,-5,-7,-2r-38,59v7,7,28,1,41,3","k":{"9":4,"7":6,"5":4,"4":-7,"3":5,"2":4,"1":13,"-":-7}},"5":{"d":"78,-136v55,-5,86,21,86,73v0,84,-131,86,-141,23r35,-18v11,15,15,27,39,24v18,-2,25,-16,25,-38v0,-36,-50,-24,-85,-26v-2,0,-4,-2,-4,-4r0,-121v0,-2,2,-4,4,-4r120,0v6,6,5,31,0,38r-79,0v-6,10,-5,42,0,53","k":{"9":6,"8":3,"7":16,"5":7,"4":3,"3":9,"1":26,"-":-3}},"6":{"d":"63,-130v47,-23,108,6,101,70v-4,42,-31,64,-78,64v-39,0,-68,-26,-67,-64r0,-107v-9,-76,127,-84,142,-21v-9,9,-23,12,-35,18v-11,-11,-17,-29,-40,-23v-27,-1,-32,39,-23,63xm86,-34v27,0,40,-12,37,-40v-1,-17,-16,-28,-37,-26v-18,2,-26,17,-26,40v0,13,13,26,26,26","k":{"9":6,"7":15,"6":3,"5":6,"4":5,"3":10,"2":4,"1":25,"0":-3,"-":-3}},"7":{"d":"35,-60v-6,-68,82,-68,86,-125v0,-2,-2,-4,-4,-4r-86,0v-6,-6,-5,-31,0,-38r127,0v10,22,6,70,-10,92v-10,23,-70,40,-72,75v-1,19,5,47,-4,60v-12,-2,-32,5,-37,-4r0,-56","k":{";":14,":":14,"9":13,"8":10,"7":9,"6":5,"5":18,"4":33,"3":9,"2":12,"1":23,"0":5,".":47,"-":33,",":45,"%":3}},"8":{"d":"143,-115v3,5,27,32,20,52v0,44,-29,67,-77,67v-64,0,-88,-80,-46,-119v-3,-2,-27,-28,-21,-48v0,-45,29,-67,77,-67v43,0,70,28,67,74v5,13,-23,45,-20,41xm86,-134v24,0,38,-9,36,-33v-1,-18,-15,-28,-36,-26v-16,2,-26,14,-26,33v0,14,12,26,26,26xm60,-60v2,37,62,33,62,0v0,-26,-10,-38,-36,-36v-18,1,-27,15,-26,36","k":{"9":4,"8":4,"7":10,"6":-6,"5":7,"4":6,"3":10,"2":4,"1":22,"0":-5,".":5,",":3}},"9":{"d":"86,-230v47,0,78,21,78,63r0,107v9,79,-131,83,-141,20v10,-7,22,-13,35,-18v5,8,15,31,39,24v22,1,33,-30,23,-51v-41,23,-106,-4,-101,-56v-6,-55,18,-89,67,-89xm86,-115v32,0,40,-19,37,-52v-1,-17,-16,-28,-37,-26v-23,2,-26,25,-26,52v0,14,12,26,26,26","k":{"8":-4,"7":9,"6":-8,"4":4,"1":10,"-":-4}},":":{"d":"41,-138v30,0,32,50,0,49v-13,1,-25,-11,-24,-24v0,-12,12,-25,24,-25xm41,-45v31,0,31,49,0,49v-13,0,-24,-13,-24,-25v-1,-13,11,-25,24,-24","w":82},";":{"d":"41,-138v30,0,32,50,0,49v-13,1,-25,-11,-24,-24v0,-12,12,-25,24,-25xm66,-44v4,46,-9,79,-40,90v-8,-8,-20,-24,-6,-31v5,-5,12,-16,5,-20v-16,1,-5,-26,-8,-39v7,-9,31,-2,45,-4v2,0,4,2,4,4","w":82},"<":{"d":"136,-170v8,1,19,19,16,27r-92,55v28,22,67,34,94,57v-6,7,-9,24,-18,25r-113,-66v-3,-7,-3,-24,0,-32"},"=":{"d":"165,-134v5,5,5,27,0,31r-147,0v-7,-2,-7,-27,0,-31r147,0xm165,-72v5,5,5,27,0,31r-147,0v-7,-2,-7,-27,0,-31r147,0"},">":{"d":"159,-104v4,8,3,25,0,32r-114,67v-5,-8,-17,-20,-14,-29v30,-19,64,-33,91,-54v-27,-23,-66,-35,-93,-58v6,-7,9,-24,18,-24"},"?":{"d":"21,-185v-8,-21,37,-52,74,-45v68,-9,92,93,35,119v-27,13,-37,14,-32,45v-5,9,-26,2,-38,4v-14,-21,-3,-63,27,-72v23,-13,29,-12,34,-33v-1,-18,-17,-26,-39,-26v-15,0,-19,13,-28,24xm81,-45v12,0,24,11,24,24v0,12,-12,25,-24,25v-13,0,-24,-13,-24,-25v0,-13,12,-24,24,-24"},"@":{"d":"225,-162v-2,48,14,108,-41,108v-10,0,-19,-6,-29,-10v-31,23,-77,4,-77,-36v0,-52,20,-86,69,-70v2,-7,26,-7,29,1r0,78v-1,8,5,8,12,8v6,0,8,-2,8,-8v-2,-47,13,-109,-38,-107v-44,1,-102,-9,-100,36v3,53,-20,133,39,133r93,0v10,0,3,16,5,24v0,4,-1,5,-5,5r-93,0v-39,1,-68,-26,-67,-64r0,-98v-2,-63,60,-65,128,-65v39,0,68,26,67,65xm127,-83v19,0,22,-21,20,-42v0,-10,-9,-21,-20,-20v-20,0,-19,21,-19,42v0,11,8,20,19,20","w":254},"A":{"d":"98,-224r67,221v-8,6,-35,4,-44,0v-5,-12,-6,-30,-14,-39v-18,1,-41,-3,-56,2v-5,13,-4,32,-14,40v-12,-3,-36,6,-40,-5r67,-219v5,-5,28,-5,34,0xm98,-84v-6,-22,-9,-48,-17,-68r-17,68v3,7,29,6,34,0","w":162,"k":{"w":3,"v":5,"s":-5,"q":-3,"p":-7,"o":-3,"j":-7,"g":-5,"f":-5,"e":-3,"d":-3,"c":-3,"b":-7,"a":-3,"Y":14,"W":7,"V":11,"T":9,"S":-9,"J":-13,"E":-5,"?":14,".":-9,"-":-3,",":-10}},"B":{"d":"109,-227v61,-7,88,75,46,112v2,2,27,31,21,49v0,40,-26,67,-67,66r-81,0v-2,0,-4,-2,-4,-4r0,-219v0,-2,2,-4,4,-4r81,0xm69,-134v32,1,68,4,66,-29v-1,-29,-35,-27,-66,-26v-6,11,-4,43,0,55xm66,-41v27,9,77,7,69,-30v0,-29,-36,-26,-66,-25v-8,12,-1,38,-3,55","w":192,"k":{"w":-7,"t":-6,"r":5,"a":10,"S":-3,"R":4,"Q":3,"P":4,"O":3,"N":4,"M":4,"L":4,"K":4,"J":-5,"I":4,"H":4,"G":3,"F":4,"E":4,"D":4,"C":3,"B":4,".":4,",":4}},"C":{"d":"86,-34v29,6,34,-12,48,-24v11,6,23,11,33,18v-5,23,-39,52,-81,44v-39,1,-68,-26,-67,-64r0,-107v-9,-77,132,-85,148,-21v-8,9,-24,12,-35,19v-11,-14,-18,-29,-46,-24v-46,7,-21,87,-26,133v-2,13,13,26,26,26","w":174,"k":{"u":-3,"s":-6,"q":-4,"o":-4,"e":-4,"c":-4,"a":5,"Y":-6,"X":-5,"U":-3,"S":7,"Q":-3,"A":-9,".":-3,",":-4}},"D":{"d":"109,-227v41,0,67,26,67,67r0,93v0,40,-26,68,-67,67r-81,0v-2,0,-4,-2,-4,-4r0,-219v0,-2,2,-4,4,-4r81,0xm66,-41v24,9,72,6,69,-23v-6,-45,19,-119,-26,-125v-14,2,-36,-5,-43,4r0,144","w":194,"k":{"j":3,"a":11,"Y":3,"X":4,"R":3,"P":3,"N":3,"M":3,"L":3,"K":3,"J":-5,"I":3,"H":3,"F":3,"E":3,"D":3,"B":3,";":3,":":3,".":5,",":3}},"E":{"d":"155,-38v6,7,5,32,0,38r-127,0v-2,0,-4,-2,-4,-4r0,-219v0,-2,2,-4,4,-4r127,0v6,6,5,31,0,38r-86,0v-6,11,-4,43,0,55r70,0v7,4,7,32,0,38v-23,2,-55,-4,-73,3v2,18,-4,43,3,55r86,0","w":172,"k":{"y":3,"w":4,"v":3,"t":7,"g":4,"Z":-7,"Y":-12,"X":-9,"W":-9,"V":-11,"T":-7,"S":-6,"A":-11,".":-3,"-":3,",":-3}},"F":{"d":"155,-227v6,7,5,32,0,38r-86,0v-6,11,-4,43,0,55r70,0v7,4,7,32,0,38v-23,2,-55,-4,-73,3r0,89v-5,7,-35,7,-42,0r0,-219v0,-2,2,-4,4,-4r127,0","w":163,"k":{"y":3,"u":9,"t":-5,"s":3,"r":12,"o":14,"n":5,"m":5,"l":4,"i":5,"e":11,"a":21,"Z":-8,"Y":-16,"X":-14,"W":-14,"U":-4,"T":-12,"S":-6,"O":5,"A":7,";":3,":":3,".":55,",":54}},"G":{"d":"19,-167v-9,-79,139,-85,155,-21v-10,8,-25,12,-36,19v-7,-29,-73,-38,-78,2v9,51,-30,133,44,133v21,0,32,-27,22,-47v-12,-1,-31,4,-38,-3v2,-11,-5,-30,4,-34v25,2,59,-4,79,3v6,73,-8,119,-85,119v-39,0,-68,-26,-67,-64r0,-107","w":189,"k":{"z":3,"r":3,"l":3,"k":3,"i":4,"h":3,"a":10,"W":-4,"V":-5,"T":5,"R":4,"Q":3,"O":3,"N":4,"M":4,"L":4,"K":4,"I":4,"H":4,"G":3,"F":4,"E":4,"C":3,"B":4,".":4,",":3}},"H":{"d":"181,-4v-5,9,-26,2,-38,4v-9,-23,0,-64,-3,-93v-17,-8,-49,-1,-71,-3v-9,23,0,63,-3,92v-5,7,-35,7,-42,0r0,-219v5,-7,35,-7,42,0v2,29,-5,66,3,89r67,0v2,0,4,-2,4,-4v2,-29,-5,-66,3,-89v12,2,33,-5,38,4r0,219","w":205,"k":{"o":5,"i":3,"g":4,"e":5,"a":12,"Q":3,"O":3,"I":4,"G":3}},"I":{"d":"66,-4v-5,7,-35,7,-42,0r0,-219v5,-7,35,-7,42,0r0,219","w":89,"k":{"w":-3,"v":-5,"t":6,"s":4,"g":4,"d":4,"a":6,"X":-3,"W":-3,"V":-5,"R":4,"P":4,"O":3,"N":4,"M":4,"L":4,"K":4,"J":-3,"I":4,"H":4,"G":3,"F":4,"E":4,"D":4,"C":3,"B":4}},"J":{"d":"66,-34v13,0,26,-12,25,-26r0,-163v5,-9,26,-2,38,-4v2,0,3,2,3,4r0,159v1,35,-29,69,-66,68v-26,0,-67,-23,-63,-46v12,-5,21,-12,34,-16v6,7,16,28,29,24","w":151,"k":{"a":4,".":6,",":4}},"K":{"d":"113,-135v22,49,54,86,79,132v-9,6,-38,4,-49,1v-21,-30,-37,-64,-60,-92v-8,4,-11,14,-17,20r0,70v-5,7,-35,7,-42,0r0,-219v5,-7,35,-7,42,0v2,27,-4,62,3,84v26,-26,44,-62,70,-88v13,3,44,-7,44,6","w":187,"k":{"y":4,"x":-19,"w":6,"u":3,"t":7,"n":-8,"m":-8,"l":-8,"i":-8,"g":-5,"Z":-17,"Y":-17,"W":-15,"U":-5,"T":-13,"S":-5,"I":-6,"A":-21,";":-9,":":-8,".":-9,"-":4,",":-10}},"L":{"d":"155,-38v6,7,5,32,0,38r-127,0v-2,0,-4,-2,-4,-4r0,-219v5,-7,35,-7,42,0r0,182v22,9,61,0,89,3","w":163,"k":{"z":-13,"x":-13,"w":6,"v":10,"u":8,"s":-6,"q":-4,"o":4,"e":4,"d":-4,"c":-4,"a":7,"Z":-12,"Y":26,"W":12,"V":22,"T":28,"S":-5,"Q":-3,"P":7,"O":6,"N":4,"M":8,"L":6,"K":7,"I":6,"G":9,"F":7,"C":5,"B":6,"A":-10,";":-5,":":-5,".":-7,",":-8}},"M":{"d":"205,-4v-5,9,-25,2,-37,4v-2,0,-3,-2,-3,-4r3,-140v-16,37,-25,80,-44,113v-7,-1,-18,2,-22,-2r-40,-111r3,140v-5,7,-34,7,-41,0r0,-219v5,-8,29,-4,38,-2r52,143v20,-47,33,-101,56,-145v11,2,30,-4,35,4r0,219","w":229,"k":{"s":4,"o":5,"i":3,"e":5,"a":10,"Y":-5,"O":3,"I":4,"G":3,"C":3}},"N":{"d":"174,-4v-4,8,-28,4,-37,2r-74,-145r1,143v-4,8,-33,7,-40,0r0,-219v4,-8,28,-4,37,-2r74,146r-1,-144v4,-8,33,-7,40,0r0,219","w":198,"k":{"o":3,"j":3,"i":3,"g":4,"e":3,"d":4,"a":10,"Q":3,"O":3,"J":-3,"I":4,"G":3,"C":3,"A":-5}},"O":{"d":"86,-230v51,0,84,19,85,63r0,107v-1,43,-34,64,-85,64v-39,0,-68,-26,-67,-64r0,-107v-1,-38,28,-63,67,-63xm60,-60v0,36,74,35,69,0v-7,-51,29,-142,-43,-133v-46,6,-26,87,-26,133","w":189,"k":{"x":-9,"w":-6,"t":4,"j":3,"a":4,"X":4,"T":11,"R":3,"P":3,"N":3,"M":3,"L":3,"K":3,"J":-5,"I":3,"H":3,"F":3,"E":3,"D":3,"B":3,".":5,"-":-4,",":3,"&":4}},"P":{"d":"168,-160v0,50,-42,71,-99,64v-9,23,0,63,-3,92v-5,7,-35,7,-42,0r0,-219v0,-2,2,-4,4,-4r74,0v40,-1,67,27,66,67xm69,-134v30,1,58,2,58,-29v0,-27,-29,-28,-58,-26v-6,11,-4,43,0,55","w":173,"k":{"y":5,"x":-16,"w":-13,"u":4,"t":-3,"s":10,"r":6,"o":8,"l":-3,"i":6,"f":-8,"e":11,"a":17,"Z":-5,"Y":-5,"X":-3,"W":-8,"U":-4,"S":-8,"Q":-4,"O":-4,"L":6,"G":-4,"C":-4,"A":8,".":34,"-":3,",":31}},"Q":{"d":"86,-230v51,0,85,19,85,63v0,68,20,159,-50,168v-16,2,1,24,-11,30v-11,-2,-30,4,-34,-4v-2,-11,5,-24,-8,-26v-68,-9,-46,-97,-49,-168v-1,-38,28,-63,67,-63xm115,-37v7,0,15,-14,14,-23v-8,-51,29,-142,-43,-133v-46,6,-19,87,-26,133v-1,9,11,28,17,19v-1,-14,17,-24,31,-14v2,6,2,15,7,18","w":189,"k":{".":4,",":3}},"R":{"d":"176,-160v0,28,-16,41,-31,56r35,101v-8,6,-35,5,-44,0v-13,-30,-19,-66,-35,-93v-11,2,-29,-4,-35,3r0,89v-5,7,-35,7,-42,0r0,-219v0,-2,2,-4,4,-4r81,0v41,0,67,26,67,67xm69,-134v32,1,68,4,66,-29v-1,-29,-35,-27,-66,-26v-6,11,-4,43,0,55","w":189,"k":{"q":4,"o":4,"e":4,"d":5,"c":4,"a":4,"Z":-10,"W":-3,"V":-3,"T":-4,"S":-3,"C":-7,"-":5}},"S":{"d":"115,-170v-11,-3,-17,-30,-36,-23v-23,0,-37,32,-14,45v30,16,93,35,87,88v8,78,-134,84,-145,20v10,-7,22,-13,35,-18v6,10,17,31,43,24v24,0,36,-33,15,-47v-31,-21,-88,-33,-88,-86v0,-75,122,-84,137,-21v-8,9,-23,11,-34,18","w":158,"k":{"y":-4,"s":-5,"q":-5,"o":-5,"e":-5,"d":-5,"c":-5,"a":-3,"Z":-5,"Y":-5,"W":-8,"V":-8,"U":-3,"S":-9,"Q":-3,"O":-3,"J":-12,"G":-3,"C":-3,"A":-8,"-":-8,",":-4,"&":-3}},"T":{"d":"136,-227v6,7,5,32,0,38v-14,2,-36,-5,-43,4r0,181v-5,9,-26,2,-38,4v-2,0,-3,-2,-3,-4r0,-181v-7,-12,-39,4,-47,-8v2,-11,-4,-30,4,-34r127,0","w":144,"k":{"z":13,"y":24,"w":24,"v":9,"u":25,"s":30,"r":26,"o":24,"l":-3,"i":7,"h":7,"g":19,"e":27,"c":19,"a":35,"Z":-8,"Y":-16,"W":-14,"V":-15,"T":-11,"O":11,"A":10,";":19,":":21,".":17,"-":14,",":16}},"U":{"d":"60,-60v0,36,69,36,69,0r0,-163v5,-7,35,-7,42,0r0,163v-1,43,-34,64,-85,64v-39,0,-68,-26,-67,-64r0,-163v5,-9,26,-2,38,-4v2,0,3,2,3,4r0,163","w":189,"k":{"x":-9,"w":-6,"t":-6,"a":4,"J":-5,".":5,"-":-4,",":3}},"V":{"d":"161,-227v4,0,4,2,4,5r-67,219v-5,5,-28,5,-34,0r-67,-221v8,-6,35,-4,44,0r41,146r39,-146v7,-7,28,-1,40,-3","w":162,"k":{"z":-3,"x":-11,"w":-8,"v":-10,"t":-6,"s":6,"o":7,"g":8,"e":7,"c":7,"a":19,"Y":-21,"W":-18,"S":-5,"A":11,";":8,":":8,".":19,"-":8,",":18}},"W":{"d":"52,0v-23,-69,-32,-151,-51,-224v8,-6,35,-4,44,0r26,147r34,-148v3,-5,22,-5,26,0r34,148v11,-49,15,-105,30,-150v12,2,40,-5,40,5r-47,219v-5,5,-28,5,-34,0r-36,-142r-36,142v-4,7,-21,1,-30,3","w":236,"k":{"z":-4,"x":-12,"s":4,"r":7,"o":8,"l":-5,"k":-5,"g":4,"e":8,"d":4,"c":4,"a":14,"S":-5,"A":7,";":4,":":4,".":12,"-":3,",":10}},"X":{"d":"111,-115v15,40,37,74,54,112v-9,6,-36,4,-48,1v-12,-22,-20,-48,-34,-68v-16,20,-21,51,-38,70v-13,-2,-43,6,-44,-5r54,-110r-55,-109v9,-6,36,-3,48,-1v12,22,20,49,35,69v17,-19,20,-52,37,-71v13,2,43,-6,44,5","w":164,"k":{"y":4,"t":3,"i":-6,"Z":-15,"Y":-19,"T":-14,"O":3,"I":-4,"G":3,"C":3,"A":-19,".":-6,"-":3,",":-8}},"Y":{"d":"165,-224v-18,44,-43,80,-63,121r0,99v-5,7,-35,7,-42,0r0,-99r-64,-121v9,-6,36,-3,48,-1v13,24,21,52,37,73v16,-20,24,-50,37,-73v11,-3,37,-5,47,1","w":162,"k":{"z":4,"y":8,"x":-4,"v":-3,"u":25,"t":3,"s":17,"r":9,"p":10,"o":26,"n":9,"m":9,"l":-8,"k":-8,"i":7,"h":-8,"g":19,"e":28,"d":19,"c":18,"b":-8,"a":36,"Z":-12,"W":-18,"T":-16,"M":-6,"I":-6,"A":14,";":20,":":20,".":22,"-":19,",":21}},"Z":{"d":"148,-224r-82,183v0,2,0,3,3,3r74,0v6,6,5,31,0,38r-135,0v-4,0,-4,-2,-4,-5r81,-181v-16,-11,-57,5,-73,-7v2,-11,-4,-30,4,-34r128,0v3,0,4,1,4,3","w":158,"k":{"w":4,"o":8,"i":4,"e":10,"a":14,"Z":-8,"W":-10,"T":-8,"S":-6,"J":-10,"A":-12,".":-3,",":-4}},"[":{"d":"98,24v8,6,6,34,0,38r-65,0v-2,0,-3,-2,-3,-4r0,-315v0,-2,1,-4,3,-4r65,0v7,4,7,32,0,38v-9,1,-24,-4,-27,3r0,241v3,7,19,1,27,3","w":131},"\\":{"d":"24,-227v38,70,64,151,98,224v-3,6,-24,4,-30,1r-95,-222v3,-7,19,-1,27,-3","w":118},"]":{"d":"102,58v-14,10,-48,1,-69,4v-6,-6,-5,-31,0,-38v9,-1,24,4,27,-3r0,-241v-3,-9,-27,4,-30,-7v2,-11,-4,-28,3,-34r65,0v2,0,4,2,4,4r0,315","w":131},"^":{"d":"234,-230v12,0,23,11,23,24v0,13,-11,24,-23,24v-13,1,-24,-11,-24,-24v0,-13,11,-25,24,-24xm254,-4v-5,9,-26,2,-38,4v-2,0,-3,-2,-3,-4r0,-157v5,-9,26,-2,38,-4v2,0,3,2,3,4r0,157xm192,-196v-16,6,-44,21,-27,47v9,1,24,-4,27,3v-2,11,4,28,-3,34v-9,1,-25,-4,-28,4r0,104v-5,9,-26,2,-38,4v-9,-28,0,-74,-3,-108v-8,-10,-34,-1,-49,-4v-2,0,-4,2,-4,4r0,104v-5,7,-34,7,-41,0r0,-104v0,-8,-15,0,-16,-7v3,-13,-9,-38,12,-34v6,0,4,-8,4,-14v-5,-59,77,-85,117,-52v2,0,40,-25,49,-12r0,31xm122,-178v-16,-28,-65,-14,-55,25v8,10,34,1,49,4v8,-3,2,-20,6,-29","w":272},"_":{"d":"82,51v7,3,6,25,0,26r-82,0v-5,-2,-5,-22,0,-26r82,0","w":82},"`":{"d":"75,-245v15,16,25,39,38,57v-5,6,-23,3,-32,2v-18,-19,-39,-35,-55,-56v9,-8,34,-1,49,-3","w":180},"a":{"d":"82,-168v40,0,68,25,68,63r0,101v-6,7,-37,8,-41,-3v-33,18,-89,3,-89,-43v0,-42,38,-53,85,-48v10,-13,-5,-36,-23,-33v-14,-3,-20,21,-31,22v-10,-6,-23,-10,-32,-18v3,-17,32,-41,63,-41xm109,-64v-18,3,-51,-11,-48,16v8,22,49,9,48,-16","w":170,"k":{"x":-5,"v":8,"a":5,";":3,":":3}},"b":{"d":"64,-158v41,-20,94,9,91,56v11,71,-32,120,-94,95v-3,11,-23,6,-37,7v-2,0,-3,-2,-3,-4r0,-219v5,-7,34,-7,41,0v1,21,-3,48,2,65xm88,-38v29,0,25,-34,25,-64v0,-14,-11,-25,-25,-25v-29,0,-26,32,-26,63v0,14,11,26,26,26","w":170,"k":{"t":-5,"l":3,"k":3,"j":3,"i":3,"h":3,"f":-3,"b":3,"a":7,".":3,",":3}},"c":{"d":"83,-34v13,4,20,-19,30,-24r34,18v-3,17,-33,44,-64,44v-57,0,-72,-46,-68,-109v3,-37,28,-63,68,-63v34,0,54,19,64,42v-10,8,-25,12,-36,19v-7,-8,-17,-27,-28,-24v-31,0,-26,39,-26,71v0,14,12,26,26,26","w":154,"k":{"z":-7,"y":-4,"w":-7,"u":-4,"t":-3,"q":-3,"o":-4,"e":-4,"d":-3,"a":4,";":-4,":":-3,",":-4}},"d":{"d":"116,0v-5,-13,-22,0,-36,0v-52,0,-65,-43,-65,-102v0,-46,49,-78,91,-56v8,-17,-5,-54,6,-69v12,2,33,-5,38,4r0,219v-4,9,-23,2,-34,4xm83,-38v29,0,25,-34,25,-64v0,-14,-11,-25,-25,-25v-29,0,-26,32,-26,63v0,14,11,26,26,26","w":170,"k":{"z":-4,"x":-8,"w":-5,"v":-8,"a":4,";":3,":":3}},"e":{"d":"15,-105v5,-80,135,-84,135,0v0,11,4,29,-4,33r-86,0v-11,13,5,40,23,38v13,4,20,-19,30,-24r34,18v-3,17,-33,44,-64,44v-57,0,-72,-46,-68,-109xm108,-110v-1,-26,-49,-27,-50,0v10,6,39,5,50,0","w":165,"k":{"z":3,"s":4,"j":3,"f":-3,"a":8,".":4,"-":-4,",":4}},"f":{"d":"26,-153v-8,-52,47,-93,93,-71v-7,13,-6,41,-26,31v-19,-1,-35,27,-22,44v9,1,23,-3,27,3v-2,11,5,30,-4,34v-9,1,-24,-4,-27,4r0,104v-5,7,-34,7,-41,0r0,-104v0,-8,-15,0,-16,-7v3,-13,-9,-38,12,-34v2,0,4,-2,4,-4","w":105,"k":{"z":-8,"y":-4,"w":-11,"s":3,"o":3,"j":-14,"g":-4,"e":-5,"d":-5,"b":-13,"a":10,".":9,",":8}},"g":{"d":"73,-22v52,-4,92,3,92,55v0,46,-47,48,-98,48v-50,0,-69,-63,-32,-93v-6,-7,-3,-29,1,-37v-53,-49,3,-144,74,-109v2,-10,33,-11,40,-3r0,63v-1,40,-32,66,-77,63v-4,4,-4,9,0,13xm83,-72v15,0,25,-13,25,-30v0,-14,-11,-25,-25,-25v-15,0,-26,11,-26,29v0,14,12,26,26,26xm67,43v22,0,61,11,57,-17v-3,-20,-38,-8,-57,-11v-10,-1,-11,8,-10,18v0,7,3,10,10,10","w":165,"k":{"y":-6,"v":-10,";":-10,".":-3,",":-10}},"h":{"d":"64,-158v41,-20,91,9,91,56r0,98v-5,7,-35,7,-42,0v-6,-44,19,-123,-25,-123v-45,0,-20,80,-26,123v-5,9,-26,2,-38,4v-2,0,-3,-2,-3,-4r0,-219v5,-7,34,-7,41,0v1,21,-3,48,2,65","w":173,"k":{"z":-5,"x":-6,"t":-3,"j":4,"a":4,";":3,":":3}},"i":{"d":"41,-230v12,0,25,12,25,24v0,12,-13,24,-25,24v-13,0,-24,-11,-24,-24v0,-13,11,-24,24,-24xm62,-4v-5,9,-26,2,-38,4v-2,0,-3,-2,-3,-4r0,-157v5,-7,34,-7,41,0r0,157","w":82,"k":{"z":-4,"w":-5,"v":-7,"t":3,"g":3,"d":3,"a":5}},"j":{"d":"41,-230v12,0,25,12,25,24v0,12,-13,24,-25,24v-13,0,-24,-11,-24,-24v0,-13,11,-24,24,-24xm62,18v3,38,-35,66,-68,67v-8,-6,-9,-44,9,-40v12,-3,18,-11,18,-24r0,-182v5,-7,34,-7,41,0r0,179","w":82,"k":{"a":5,";":4,":":4}},"k":{"d":"103,-105r62,102v-9,6,-37,4,-49,1v-15,-23,-27,-49,-44,-70v-22,7,0,55,-14,72v-12,-2,-32,5,-37,-4r0,-219v5,-7,34,-7,41,0r0,98v0,5,3,5,6,3v14,-14,25,-31,41,-43v15,2,38,-4,47,3v-16,21,-38,35,-53,57","w":161,"k":{"z":-18,"y":-4,"x":-18,"w":-13,"v":-15,"u":-4,"j":-8,"g":-5,";":-9,":":-8,".":-8,"-":4,",":-10}},"l":{"d":"62,-4v-5,9,-26,2,-38,4v-2,0,-3,-2,-3,-4r0,-219v5,-7,34,-7,41,0r0,219","w":82,"k":{"w":-5,"v":-7,"s":5,"g":3,"d":3,"a":4}},"m":{"d":"127,-151v41,-32,107,-6,107,49r0,98v-5,9,-26,2,-38,4v-16,-34,20,-118,-26,-127v-39,8,-16,81,-22,123v-5,9,-26,2,-38,4v-16,-34,20,-118,-26,-127v-39,8,-16,81,-22,123v-5,9,-26,2,-38,4v-2,0,-3,-2,-3,-4r0,-157v5,-8,39,-8,40,4v20,-9,43,-12,66,6","w":254,"k":{"z":-4,"x":-5,"t":4,"a":5,";":3,":":3}},"n":{"d":"61,-158v42,-20,94,8,94,56r0,98v-5,7,-35,7,-42,0v-6,-44,19,-123,-25,-123v-45,0,-20,80,-26,123v-5,9,-26,2,-38,4v-2,0,-3,-2,-3,-4r0,-157v5,-7,37,-8,40,3","w":175,"k":{"z":-4,"x":-5,"t":3,"g":3,"a":5,";":3,":":3,"-":-3}},"o":{"d":"83,-168v57,0,71,46,67,108v-3,37,-28,64,-67,64v-57,0,-72,-46,-68,-109v3,-37,28,-63,68,-63xm83,-34v30,0,25,-39,25,-71v1,-14,-12,-26,-25,-26v-31,0,-26,39,-26,71v0,14,12,26,26,26","w":165,"k":{"f":-3,"a":4,".":3,"-":-6,",":3}},"p":{"d":"61,-158v41,-19,97,7,94,56v11,70,-30,120,-91,95v-6,23,0,57,-2,84v-5,9,-26,2,-38,4v-2,0,-3,-2,-3,-4r0,-238v5,-7,37,-8,40,3xm88,-38v29,0,25,-34,25,-64v0,-14,-11,-25,-25,-25v-29,0,-26,32,-26,63v0,14,11,26,26,26","w":170,"k":{"x":3,"t":-5,"p":3,"j":3,".":3,",":3}},"q":{"d":"110,-158v2,-10,33,-11,40,-3r0,238v-5,7,-35,7,-42,0v-1,-27,3,-60,-2,-84v-42,21,-93,-12,-91,-57v-12,-71,34,-119,95,-94xm83,-38v29,0,25,-34,25,-64v0,-14,-11,-25,-25,-25v-29,0,-26,32,-26,63v0,14,11,26,26,26","w":170,"k":{"a":4}},"r":{"d":"109,-120v-17,-11,-48,-7,-47,18r0,98v-5,9,-26,2,-38,4v-2,0,-3,-2,-3,-4r0,-157v4,-8,30,-6,38,-1v0,4,-1,9,3,9v11,-12,42,-17,50,-5v-2,12,4,32,-3,38","w":112,"k":{"z":-11,"x":-18,"w":-10,"v":-14,"t":-12,"s":3,"q":-7,"o":3,"j":-5,"g":4,"f":-4,"b":1,"a":5,";":-7,":":-7,".":16,"-":-6,",":15}},"s":{"d":"16,-113v0,-70,122,-72,134,-14v-9,9,-22,13,-34,18v-14,-14,-13,-23,-39,-23v-23,0,-28,23,-6,26v34,5,80,17,78,52v-2,38,-29,62,-72,58v-30,4,-59,-24,-63,-43v12,-5,21,-13,34,-17v13,13,14,26,39,23v23,2,30,-24,7,-27v-36,-5,-78,-17,-78,-53","w":165,"k":{"z":-3,"w":-3,"v":-4,"t":3,"s":5,"a":8}},"t":{"d":"69,-60v-1,21,20,21,31,29v-3,12,8,35,-8,35v-34,0,-64,-27,-64,-64r0,-63v-1,-10,-23,3,-26,-8r1,-19v16,-15,27,-33,45,-46v7,1,20,-3,21,4v1,9,-4,24,3,27v9,1,25,-4,28,4v-2,11,4,30,-4,34v-9,2,-25,-4,-27,4r0,63","w":115,"k":{"x":-10,"w":-8,"u":12,"s":9,"r":3,"o":7,"n":3,"i":6,"h":7,"e":8,"a":9,"-":9}},"u":{"d":"84,-38v45,0,20,-79,26,-123v5,-9,26,-2,38,-4v2,0,3,2,3,4r0,157v-5,7,-37,8,-40,-3v-42,20,-94,-8,-94,-57r0,-97v5,-7,35,-7,42,0v6,44,-19,123,25,123","w":172,"k":{"z":-4,"x":-8,"w":-5,"v":-7,"g":3,"a":4,";":3,":":3,"-":-3}},"v":{"d":"158,-162r-64,160v-6,4,-26,3,-33,0r-64,-160v7,-6,33,-4,43,-1r38,99v12,-29,24,-82,40,-101v13,2,33,-4,40,3","w":154,"k":{"z":-14,"y":-10,"w":-19,"t":-7,"s":-3,"a":5,".":15,",":13}},"w":{"d":"211,-165v4,0,4,2,4,5r-48,157v-5,5,-27,5,-33,0r-26,-105r-26,105v-5,5,-27,5,-33,0r-48,-159v7,-6,34,-5,43,0r23,99v9,-33,12,-73,25,-102v11,2,29,-4,35,3r23,99v9,-33,12,-73,25,-102r36,0","w":215,"k":{"l":-5,"h":-5,"a":6,".":10,",":9}},"x":{"d":"101,-84v13,30,34,53,50,81v-9,6,-35,4,-47,1v-11,-15,-18,-33,-31,-46v-13,14,-19,35,-33,48v-11,-2,-38,5,-38,-5v14,-28,34,-49,44,-80r-50,-77v9,-6,35,-4,47,-1r30,46v14,-13,20,-35,34,-48v13,3,43,-7,43,6","w":147,"k":{"y":-10,"t":-15,"e":-4,"c":-5,".":-8,"-":5,",":-8}},"y":{"d":"84,-38v45,0,20,-79,26,-123v5,-9,26,-2,38,-4v2,0,3,2,3,4r0,179v9,78,-116,87,-130,24v10,-8,24,-12,35,-19v6,8,15,27,28,24v23,1,32,-29,24,-52v-46,16,-91,-12,-91,-59r0,-97v5,-7,35,-7,42,0v6,44,-19,123,25,123","w":172,"k":{"j":-9,"g":3,"a":4,";":3,":":3,"-":-3}},"z":{"d":"146,-162r-71,121v0,2,0,3,3,3r62,0v7,4,7,32,0,38r-134,0v-4,0,-3,-2,-3,-5r70,-119v-13,-10,-48,4,-63,-6v2,-11,-4,-30,4,-35r128,0v3,0,4,1,4,3","w":154,"k":{"w":-12,"s":-3,"o":5,"g":3,"e":6,"a":10,".":-4,",":-4}},"{":{"d":"76,-2v-1,21,20,21,31,29v-3,12,8,35,-8,35v-56,-2,-64,-51,-64,-117v0,-17,-13,-23,-28,-25v-6,-8,-9,-45,10,-41v26,-4,18,-45,18,-73v0,-40,27,-67,64,-67v16,0,5,23,8,35v-11,8,-32,8,-31,28v1,41,3,79,-21,99v22,19,23,55,21,97","w":136},"|":{"d":"146,-213v23,-21,66,-12,106,-14v2,0,3,2,3,4r0,219v-5,9,-26,2,-38,4v-2,0,-3,-2,-3,-4r0,-181v-18,-16,-70,6,-49,36v9,1,24,-4,27,3v-2,11,4,28,-3,34v-9,1,-25,-4,-28,4r0,104v-5,9,-26,2,-38,4v-9,-28,0,-74,-3,-108v-8,-10,-34,-1,-49,-4v-2,0,-4,2,-4,4r0,104v-5,7,-34,7,-41,0r0,-104v0,-8,-15,0,-16,-7v3,-13,-9,-38,12,-34v6,0,4,-8,4,-14v-2,-58,75,-88,120,-50xm122,-177v-14,-29,-65,-15,-55,24v8,10,34,1,49,4v8,-3,2,-20,6,-28","w":275},"}":{"d":"102,-144v-3,22,21,19,30,29r0,31v-9,9,-33,8,-30,29v7,64,-10,117,-65,117v-12,0,-13,-43,6,-40v33,-9,5,-74,24,-102v5,-9,19,-17,8,-27v-29,-26,-5,-69,-20,-106v-4,-9,-19,-6,-25,-13v3,-12,-7,-35,7,-35v55,0,73,52,65,117","w":136},"~":{"d":"143,-215v5,-8,61,-25,70,-9v-7,13,-6,41,-26,31v-19,-1,-35,27,-22,44v9,1,24,-4,27,3v-2,11,4,28,-3,34v-9,1,-25,-4,-28,4r0,104v-5,9,-26,2,-38,4v-9,-28,0,-74,-3,-108v-8,-10,-34,-1,-49,-4v-2,0,-4,2,-4,4r0,104v-5,7,-34,7,-41,0r0,-104v0,-8,-15,0,-16,-7v3,-13,-9,-38,12,-34v6,0,4,-8,4,-14v-5,-59,77,-85,117,-52xm122,-178v-16,-28,-65,-14,-55,25v8,10,34,1,49,4v8,-3,2,-20,6,-29","w":199},"\u2122":{"d":"136,-133v0,3,-4,3,-8,3v-10,-3,5,-37,-10,-31v-5,5,-8,22,-17,15v-5,-4,-11,-24,-16,-13v0,11,4,38,-12,26r0,-61v19,-13,20,33,35,28v9,-9,12,-37,28,-28r0,61xm60,-194v4,13,-14,4,-17,11r0,50v0,4,-12,5,-12,0v-2,-17,4,-41,-3,-53v-9,3,-21,-5,-10,-11v13,2,34,-4,42,3","w":154},"\u2026":{"d":"62,-72v-9,40,49,54,61,17v11,-7,29,11,39,16v-5,21,-36,43,-74,43v-45,0,-70,-30,-67,-77v-5,-13,24,-48,21,-44v-45,-42,-14,-123,56,-113v30,-3,67,25,62,45r-33,16v-10,-11,-17,-28,-39,-24v-15,2,-26,13,-26,31v0,27,30,28,59,26v6,6,5,31,0,38v-29,-2,-59,-1,-59,26","w":164},"\u2013":{"d":"174,-103v5,5,5,27,0,31r-165,0v-7,-2,-7,-27,0,-31r165,0"},"\u2014":{"d":"266,-103v8,4,6,29,0,31r-257,0v-7,-2,-7,-27,0,-31r257,0","w":275},"\u201c":{"d":"72,-153v-15,-36,10,-95,36,-88r9,20v-6,9,-24,16,-12,28v14,0,4,25,7,36v-5,9,-28,2,-40,4xm12,-157v-5,-41,12,-88,39,-84r10,21v-3,2,-28,23,-10,27v8,4,7,33,0,40v-12,-2,-33,5,-39,-4","w":124},"\u201d":{"d":"64,-158v3,-11,26,-21,12,-28v-14,0,-4,-25,-7,-37v5,-9,28,-2,40,-4v19,32,-23,125,-45,69xm8,-158v-1,-6,28,-23,9,-28v-7,-5,-7,-34,0,-41v12,2,33,-5,39,4v6,41,-12,86,-38,83","w":124},"\u2018":{"d":"12,-157v-5,-41,12,-88,39,-84r10,21v-3,2,-28,23,-10,27v8,4,7,33,0,40v-12,-2,-33,5,-39,-4","w":68},"\u2019":{"d":"8,-158v-1,-6,28,-23,9,-28v-7,-5,-7,-34,0,-41v12,2,33,-5,39,4v6,41,-12,86,-38,83","w":68},"\u00d7":{"d":"73,-211r79,79r79,-79r25,24r-79,80r79,79r-25,24r-79,-79r-79,79r-24,-24r79,-79r-79,-80","w":299},"\u00a0":{"w":63}}});

/* Runtime */
Cufon.replace('h1');
Cufon.replace('.cta h2');
Cufon.replace('#footer h2');
Cufon.replace('#header li a');
Cufon.replace('#sidebar h3');
Cufon.replace('#respond h2');