moscow_metro
Version:
Scalable vector moscow metro map
1 lines • 590 kB
JavaScript
!function(t){var s={};function a(c){if(s[c])return s[c].exports;var l=s[c]={i:c,l:!1,exports:{}};return t[c].call(l.exports,l,l.exports,a),l.l=!0,l.exports}a.m=t,a.c=s,a.d=function(t,s,c){a.o(t,s)||Object.defineProperty(t,s,{enumerable:!0,get:c})},a.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},a.t=function(t,s){if(1&s&&(t=a(t)),8&s)return t;if(4&s&&"object"==typeof t&&t&&t.__esModule)return t;var c=Object.create(null);if(a.r(c),Object.defineProperty(c,"default",{enumerable:!0,value:t}),2&s&&"string"!=typeof t)for(var l in t)a.d(c,l,function(s){return t[s]}.bind(null,l));return c},a.n=function(t){var s=t&&t.__esModule?function(){return t.default}:function(){return t};return a.d(s,"a",s),s},a.o=function(t,s){return Object.prototype.hasOwnProperty.call(t,s)},a.p="/",a(a.s=1)}([function(t,s,a){"use strict";var c=a(3).reverse(),l=function(t,s){return(t.getAttribute("class")||"").split(" ").indexOf(s)>=0},e={hasClass:l,addClass:function(t,s){if(!l(t,s)){var a=t.getAttribute("class")||"";t.setAttribute("class",(a+" "+s).trim())}},removeClass:function(t,s){var a=t.getAttribute("class");t.setAttribute("class",a.split(" ").filter(function(t){return t!==s}).join(" "))},closestByClassName:function t(s,a){return l(s,a)?s:document.body.isEqualNode(s)?null:t(s.parentNode,a)},preventTextSelection:function(){return window.getSelection&&window.getSelection().empty?window.getSelection().empty():window.getSelection&&window.getSelection().removeAllRanges?window.getSelection().removeAllRanges():void(document.selection&&document.selection.empty())},collectStations:function(t){return Array.from(t.getElementsByClassName("moscow_metro_map__station")).map(function(t){var s=parseInt(t.getAttribute("data-id"),10),a=c.find(function(t){return t.id===s}).title;return{element:t,id:s,name:a}})},collectChecks:function(t){return Array.from(t.getElementsByClassName("moscow_metro_map__check")).map(function(t){return{element:t,id:parseInt(t.getAttribute("data-id"),10)}})},throttle:function(t,s){var a,c,l=!1;return function e(){if(l)return a=arguments,void(c=this);t.apply(this,arguments),l=!0,setTimeout(function(){l=!1,a&&(e.apply(c,a),a=c=null)},s)}}};function r(t,s){for(var a=0;a<s.length;a++){var c=s[a];c.enumerable=c.enumerable||!1,c.configurable=!0,"value"in c&&(c.writable=!0),Object.defineProperty(t,c.key,c)}}var o=function(){function t(s,a){var c=this;!function(t,s){if(!(t instanceof s))throw new TypeError("Cannot call a class as a function")}(this,t),this.viewBox=this.viewBox.bind(this),this.mouseDown=this.mouseDown.bind(this),this.mouseMove=this.mouseMove.bind(this),this.mouseUp=this.mouseUp.bind(this),this.wheel=this.wheel.bind(this),this.zoomIn=this.zoomIn.bind(this),this.zoomOut=this.zoomOut.bind(this),this.zoomInThrottled=e.throttle(this.zoomIn,150),this.zoomOutThrottled=e.throttle(this.zoomOut,150),this.toggle=this.toggle.bind(this),this.select=this.select.bind(this),this.deselect=this.deselect.bind(this),this.stationClick=this.stationClick.bind(this),this.getAll=this.getAll.bind(this),this.getSelected=this.getSelected.bind(this),this.fixSubstrates=this.fixSubstrates.bind(this),this.svg=s,this.options=a,this.stations=e.collectStations(this.svg),this.checks=e.collectChecks(this.svg),this.stations_by_id=this.stations.reduce(function(t,s){return t[s.id]=s,t},{}),this.state={selected:[],zoom:0,moves:0,_viewbox:this.viewBox(),viewbox_mouse_down:{},mouse_down:{}},this.svg.addEventListener("mousedown",this.mouseDown,!1),this.svg.addEventListener("wheel",this.wheel,!1),setTimeout(function(){e.addClass(c.svg,"ready"),c.fixSubstrates()},0)}return function(t,s,a){s&&r(t.prototype,s),a&&r(t,a)}(t,[{key:"mouseUp",value:function(t){e.preventTextSelection(),window.removeEventListener("mouseup",this.mouseUp,!1),this.svg.removeEventListener("mousemove",this.mouseMove,!1),e.removeClass(this.svg,"drag")}},{key:"stationClick",value:function(t){var s=this,a=parseInt(t.getAttribute("data-id"),10),c=this.stations_by_id[a].name,l=this.state.selected.indexOf(a)<0;if("function"==typeof this.options.middleware)return this.options.middleware({id:a,name:c,select:l},function(){return s.toggle(a)});this.toggle(a),setTimeout(e.preventTextSelection,0)}},{key:"mouseDown",value:function(t){e.preventTextSelection();var s=e.closestByClassName(t.target,"moscow_metro_map__station");if(s)return this.stationClick(s);var a=this.viewBox();this.state.moves=0,this.state.mouse_down={x:t.pageX,y:t.pageY},this.state.viewbox_mouse_down={x:a[0],y:a[1]},window.addEventListener("mouseup",this.mouseUp,!1),this.svg.addEventListener("mousemove",this.mouseMove,!1),e.addClass(this.svg,"drag")}},{key:"mouseMove",value:function(t){if(e.preventTextSelection(),this.state.moves>3&&this.state.moves%2==0){var s={x:t.pageX-this.state.mouse_down.x,y:t.pageY-this.state.mouse_down.y},a=this.viewBox(),c=a[3]/this.svg.parentNode.offsetHeight;a[0]=this.state.viewbox_mouse_down.x-s.x*c,a[1]=this.state.viewbox_mouse_down.y-s.y*c,this.viewBox(a)}this.state.moves++}},{key:"zoomIn",value:function(){if(!(this.state.zoom+1>this.options.zoom.max)){var t=this.viewBox(),s=[];this.state.zoom+=1,s[2]=t[2]/this.options.zoom.k,s[3]=t[3]/this.options.zoom.k,s[0]=t[0]+(t[2]-s[2])/2,s[1]=t[1]+(t[3]-s[3])/2,this.viewBox(s)}}},{key:"zoomOut",value:function(){if(!(this.state.zoom-1<this.options.zoom.min)){var t=this.viewBox(),s=[];this.state.zoom-=1,s[2]=t[2]*this.options.zoom.k,s[3]=t[3]*this.options.zoom.k,s[0]=t[0]+(t[2]-s[2])/2,s[1]=t[1]+(t[3]-s[3])/2,this.viewBox(s)}}},{key:"wheel",value:function(t){Boolean(t.deltaY)&&!isNaN(t.deltaY)&&(t.preventDefault(),t.deltaY>0?this.zoomOutThrottled():this.zoomInThrottled())}},{key:"toggle",value:function(t){this.state.selected.indexOf(t)>=0?this.deselect(t):this.select(t)}},{key:"select",value:function(t){if(t&&this.options.selectable&&this.state.selected.indexOf(t)<0){t=parseInt(t,10);for(var s=0;s<this.stations.length;s++)if(parseInt(this.stations[s].id,10)===t){this.state.selected.push(t),e.addClass(this.stations[s].element,"selected");break}if(!this.options.check_icons)return;for(var a=0;a<this.checks.length;a++)parseInt(this.checks[a].id,10)===t&&e.addClass(this.checks[a].element,"selected")}}},{key:"deselect",value:function(t){if(this.state.selected.indexOf(t)>=0){for(var s=0;s<this.stations.length;s++)if(parseInt(this.stations[s].id,10)===t){this.state.selected=this.state.selected.filter(function(s){return s!==t}),e.removeClass(this.stations[s].element,"selected");break}if(!this.options.check_icons)return;for(var a=0;a<this.checks.length;a++)parseInt(this.checks[a].id,10)===t&&e.removeClass(this.checks[a].element,"selected")}}},{key:"getAll",value:function(){return this.stations.map(function(t){return{id:t.id,name:t.name}})}},{key:"fixSubstrates",value:function(){this.stations.map(function(t){var s=t.element,a=s.getElementsByTagName("text")[0],c=s.getElementsByClassName("moscow_metro_map__substrate")[0],l=s.getElementsByClassName("moscow_metro_map__area")[0],e=a.getBBox(),r=Math.ceil(e.width),o=Math.ceil(e.height);c.setAttribute("width",r.toString()),c.setAttribute("height",o.toString()),l.setAttribute("width",r.toString()),l.setAttribute("height",(o+10).toString())})}},{key:"getSelected",value:function(){var t=this;return this.stations.filter(function(s){return t.state.selected.indexOf(s.id)>=0}).map(function(t){return{id:t.id,name:t.name}})}},{key:"viewBox",value:function(t){return t?(t=t.map(function(t){return parseInt(t,10)}),this.svg.setAttribute("viewBox",t.join(" ")),t):this.svg.getAttribute("viewBox").split(" ").map(function(t){return parseInt(t,10)})}}]),t}(),i='<svg version="1.1" class="moscow_metro_map" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" \t viewBox="0 0 1280 1700" style="enable-background:new 0 0 1280 1700;" xml:space="preserve"> <style type="text/css"> \t.st0{fill:#ADACAC;} \t.st1{fill:url(#SVGID_1_);} \t.st2{fill:url(#SVGID_2_);} \t.st3{fill:url(#SVGID_3_);} \t.st4{fill:#953C8F;} \t.st5{fill:#1A1715;} \t.st6{fill:#FFCD17;} \t.st7{fill:#ADABAB;} \t.st8{fill:#BED031;} \t.st9{fill:#E42325;} \t.st10{fill:#4DAF4A;} \t.st11{fill:#0071B8;} \t.st12{fill:#0EBAED;} \t.st13{fill:#924F30;} \t.st14{fill:#EF7C23;} \t.st15{fill:#88CBCE;} \t.st16{fill:#BAC6E6;} \t.st17{clip-path:url(#SVGID_5_);fill:#E42325;} \t.st18{clip-path:url(#SVGID_7_);fill:#ADABAB;} \t.st19{fill:#FFFFFF;} \t.st20{clip-path:url(#SVGID_9_);fill:#953C8F;} \t.st21{fill:#0086C5;} \t.st22{fill:#D4EFFC;} \t.st23{fill:#8ED8F8;} \t.st24{clip-path:url(#SVGID_11_);fill:#D4EFFC;} \t.st25{clip-path:url(#SVGID_13_);fill:#FFFFFF;} \t.st26{clip-path:url(#SVGID_15_);fill:#D4EFFC;} \t.st27{clip-path:url(#SVGID_17_);fill:#FFFFFF;} \t.st28{clip-path:url(#SVGID_19_);fill:#D4EFFC;} \t.st29{clip-path:url(#SVGID_21_);fill:#FFFFFF;} \t.st30{clip-path:url(#SVGID_23_);fill:#D4EFFC;} \t.st31{clip-path:url(#SVGID_25_);fill:#FFFFFF;} \t.st32{clip-path:url(#SVGID_27_);fill:#D4EFFC;} \t.st33{clip-path:url(#SVGID_29_);fill:#FFFFFF;} \t.st34{clip-path:url(#SVGID_31_);fill:#D4EFFC;} \t.st35{clip-path:url(#SVGID_33_);fill:#FFFFFF;} \t.st36{clip-path:url(#SVGID_35_);fill:#BEE7FB;} \t.st37{clip-path:url(#SVGID_37_);fill:#FFFFFF;} \t.st38{clip-path:url(#SVGID_39_);fill:#BEE7FB;} \t.st39{clip-path:url(#SVGID_41_);fill:#FFFFFF;} \t.st40{clip-path:url(#SVGID_43_);fill:#BEE7FB;} \t.st41{clip-path:url(#SVGID_45_);fill:#FFFFFF;} \t.st42{clip-path:url(#SVGID_47_);fill:#D4EFFC;} \t.st43{clip-path:url(#SVGID_49_);fill:#FFFFFF;} \t.st44{clip-path:url(#SVGID_51_);fill:#D4EFFC;} \t.st45{clip-path:url(#SVGID_53_);fill:#FFFFFF;} \t.st46{clip-path:url(#SVGID_55_);fill:#D4EFFC;} \t.st47{clip-path:url(#SVGID_57_);fill:#FFFFFF;} \t.st48{clip-path:url(#SVGID_59_);fill:#BEE7FB;} \t.st49{clip-path:url(#SVGID_61_);fill:#FFFFFF;} \t.st50{clip-path:url(#SVGID_63_);fill:#BEE7FB;} \t.st51{clip-path:url(#SVGID_65_);fill:#FFFFFF;} \t.st52{clip-path:url(#SVGID_67_);fill:#BEE7FB;} \t.st53{clip-path:url(#SVGID_69_);fill:#FFFFFF;} \t.st54{clip-path:url(#SVGID_71_);fill:#D4EFFC;} \t.st55{clip-path:url(#SVGID_73_);fill:#FFFFFF;} \t.st56{clip-path:url(#SVGID_75_);fill:#D4EFFC;} \t.st57{clip-path:url(#SVGID_77_);fill:#FFFFFF;} \t.st58{clip-path:url(#SVGID_79_);fill:#D4EFFC;} \t.st59{clip-path:url(#SVGID_81_);fill:#FFFFFF;} \t.st60{fill:#E42518;} \t.st61{fill:#78C7C9;} \t.st62{fill:#FFCD1E;} \t.st63{fill:url(#SVGID_82_);} \t.st64{fill:none;} \t.st65{fill:#0572B9;} \t.st66{fill:#BAC8E8;} \t.st67{fill:#925233;} \t.st68{fill:#EF7E24;} \t.st69{fill:#BED12E;} \t.st70{fill:#4BAF4F;} \t.st71{fill:#89CDCF;} \t.st72{fill:#943F90;} \t.st73{fill:#24BCEF;} \t.st74{opacity:0.65;fill:#FFFFFF;enable-background:new ;} \t.st75{fill:#0A72B9;} \t.st76{fill:url(#station-253_1_);} \t.st77{fill:url(#station-252_1_);} \t.st78{fill:none;stroke:url(#_x33__2_);stroke-width:9;stroke-miterlimit:10;} \t.st79{fill:none;stroke:#FFFFFF;stroke-width:2.5;stroke-miterlimit:10;} \t.st80{fill:none;stroke:url(#_x32__2_);stroke-width:9;stroke-miterlimit:10;} \t.st81{fill:none;stroke:url(#_x31__2_);stroke-width:9;stroke-miterlimit:10;} \t.st82{fill:none;stroke:url(#SVGID_83_);stroke-width:9;stroke-miterlimit:10;} \t.st83{fill:none;stroke:url(#SVGID_84_);stroke-width:9;stroke-miterlimit:10;} \t.st84{fill:none;stroke:url(#SVGID_85_);stroke-width:9;stroke-miterlimit:10;} \t.st85{fill:none;stroke:url(#SVGID_86_);stroke-width:9;stroke-miterlimit:10;} \t.st86{fill:none;stroke:url(#SVGID_87_);stroke-width:9;stroke-miterlimit:10;} \t.st87{fill:none;stroke:url(#SVGID_88_);stroke-width:9;stroke-miterlimit:10;} \t.st88{fill:none;stroke:url(#SVGID_89_);stroke-width:9;stroke-miterlimit:10;} \t.st89{fill:none;stroke:url(#SVGID_90_);stroke-width:9;stroke-miterlimit:10;} \t.st90{fill:none;stroke:url(#SVGID_91_);stroke-width:9;stroke-miterlimit:10;} \t.st91{fill:none;stroke:url(#_x33__3_);stroke-width:9;stroke-miterlimit:10;} \t.st92{fill:none;stroke:url(#_x32__3_);stroke-width:9;stroke-miterlimit:10;} \t.st93{fill:none;stroke:url(#_x31__3_);stroke-width:9;stroke-miterlimit:10;} \t.st94{fill:none;stroke:url(#SVGID_92_);stroke-width:9;stroke-miterlimit:10;} \t.st95{fill:none;stroke:url(#SVGID_93_);stroke-width:9;stroke-miterlimit:10;} \t.st96{fill:none;stroke:url(#SVGID_94_);stroke-width:9;stroke-miterlimit:10;} \t.st97{fill:none;stroke:url(#SVGID_95_);stroke-width:9;stroke-miterlimit:10;} \t.st98{fill:none;stroke:#FFFFFF;stroke-width:3;stroke-miterlimit:10;} \t.st99{fill:none;stroke:url(#SVGID_96_);stroke-width:9;stroke-miterlimit:10;} \t.st100{fill:none;stroke:url(#SVGID_97_);stroke-width:9;stroke-miterlimit:10;} \t.st101{fill:none;stroke:url(#SVGID_98_);stroke-width:9;stroke-miterlimit:10;} \t.st102{fill:none;stroke:url(#SVGID_99_);stroke-width:9;stroke-miterlimit:10;} \t.st103{fill:url(#SVGID_100_);} \t.st104{fill:url(#SVGID_101_);} \t.st105{fill:url(#SVGID_102_);} \t.st106{fill:url(#SVGID_103_);} \t.st107{fill:url(#SVGID_104_);} \t.st108{fill:url(#SVGID_105_);} \t.st109{fill:url(#SVGID_106_);} \t.st110{fill:url(#SVGID_107_);} \t.st111{fill:url(#SVGID_108_);} \t.st112{fill:url(#SVGID_109_);} \t.st113{fill:url(#SVGID_110_);} \t.st114{fill:url(#SVGID_111_);} \t.st115{fill:url(#SVGID_112_);} \t.st116{fill:url(#SVGID_113_);} \t.st117{fill:#909DB2;} \t.st118{fill:#6D8FB6;} \t.st119{fill:#4280BA;} \t.st120{fill:#98B86D;} \t.st121{fill:#6FA093;} \t.st122{fill:#3D89AC;} \t.st123{fill:#CB7E57;} \t.st124{fill:#9E7E7F;} \t.st125{fill:#6879A0;} \t.st126{fill:url(#SVGID_114_);} \t.st127{fill:url(#SVGID_115_);} \t.st128{fill:url(#SVGID_116_);} \t.st129{fill:url(#SVGID_117_);} \t.st130{fill:url(#SVGID_118_);} \t.st131{fill:url(#SVGID_119_);} \t.st132{fill:url(#SVGID_120_);} \t.st133{fill:url(#SVGID_121_);} \t.st134{fill:url(#SVGID_122_);} \t.st135{fill:url(#SVGID_123_);} \t.st136{fill:url(#SVGID_124_);} \t.st137{fill:url(#SVGID_125_);} \t.st138{fill:url(#SVGID_126_);} \t.st139{fill:url(#SVGID_127_);} \t.st140{fill:url(#SVGID_128_);} \t.st141{fill:url(#SVGID_129_);} \t.st142{fill:url(#SVGID_130_);} \t.st143{fill:url(#SVGID_131_);} \t.st144{fill:url(#SVGID_132_);} \t.st145{fill:url(#SVGID_133_);} \t.st146{fill:url(#SVGID_134_);} \t.st147{fill:url(#SVGID_135_);} \t.st148{fill:url(#SVGID_136_);} \t.st149{fill:url(#SVGID_137_);} \t.st150{fill:url(#SVGID_138_);} \t.st151{fill:url(#SVGID_139_);} \t.st152{fill:url(#SVGID_140_);} \t.st153{fill:url(#SVGID_141_);} \t.st154{fill:url(#SVGID_142_);} \t.st155{fill:url(#SVGID_143_);} \t.st156{fill:url(#SVGID_144_);} \t.st157{fill:url(#SVGID_145_);} \t.st158{fill:url(#SVGID_146_);} \t.st159{fill:url(#SVGID_147_);} \t.st160{fill:url(#SVGID_148_);} \t.st161{fill:url(#SVGID_149_);} \t.st162{fill:url(#SVGID_150_);} \t.st163{fill:url(#SVGID_151_);} \t.st164{fill:url(#SVGID_152_);} \t.st165{fill:url(#SVGID_153_);} \t.st166{fill:url(#SVGID_154_);} \t.st167{fill:url(#SVGID_155_);} \t.st168{fill:url(#SVGID_156_);} \t.st169{fill:#A67878;} \t.st170{fill:url(#SVGID_157_);} \t.st171{fill:url(#SVGID_158_);} \t.st172{fill:none;stroke:url(#SVGID_159_);stroke-width:9;stroke-miterlimit:10;} \t.st173{fill:none;stroke:url(#SVGID_160_);stroke-width:9;stroke-miterlimit:10;} \t.st174{fill:#B9C7E7;} \t.st175{fill:#0072B9;} \t.st176{fill:#943E90;} \t.st177{fill:#F07E23;} \t.st178{fill:#BED12C;} \t.st179{fill:#1D1D1B;} \t.st180{fill:#FFCD1C;} \t.st181{fill:#915133;} \t.st182{fill:#4AAF4F;} \t.st183{fill:#1EBCEF;} \t.st184{fill:#E42313;} \t.st185{fill:#E32213;} \t.st186{fill:#0072BA;} \t.st187{fill:#88CDCF;} \t.st188{fill:url(#SVGID_161_);} \t.st189{fill:url(#station-250_2_);} \t.st190{fill:url(#SVGID_162_);} \t.st191{fill:url(#SVGID_163_);} \t.st192{fill:url(#SVGID_164_);} \t.st193{} \t.st194{font-size:12px;} \t.st195{fill:url(#SVGID_165_);} \t.st196{fill:url(#SVGID_166_);} \t.st197{fill:url(#station-250_3_);} \t.st198{fill:url(#SVGID_167_);} </style> <path class="st0" d="M550.2,347.2c-7.2-7.4-9.3-11.7-9.7-21.7c-0.8,0.6-1.8,1-3.1,1c-0.9,0-1.7-0.2-2.4-0.6 \tc0.5,11.1,3.2,16.9,11.3,25l26.5,26.7l3.9-3.9L550.2,347.2z"/> <rect x="143.6" y="1207.5" width="11.7" height="9.6"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-2925.771" y1="18592.4746" x2="-2913.0247" y2="18592.4746" gradientTransform="matrix(0.5831 -2.600000e-03 -2.600000e-03 -0.5831 2702.4265 12363.6318)"> \t<stop offset="0.2034" style="stop-color:#EF7E24"/> \t<stop offset="0.8163" style="stop-color:#8B8B8B"/> </linearGradient> <polygon class="st1" points="948.1,1533.7 948.1,1526.3 955.5,1526.2 955.6,1533.6 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-2926.2542" y1="18543.4277" x2="-2913.5078" y2="18543.4277" gradientTransform="matrix(0.5831 -2.600000e-03 -2.600000e-03 -0.5831 2702.4265 12363.6318)"> \t<stop offset="0.1" style="stop-color:#EF7E24"/> \t<stop offset="0.9" style="stop-color:#943F90"/> </linearGradient> <polygon class="st2" points="948,1562.3 948,1554.9 955.4,1554.8 955.5,1562.2 "/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-3164.2437" y1="20194.8066" x2="-3151.4973" y2="20194.8066" gradientTransform="matrix(0.5831 -2.600000e-03 -2.600000e-03 -0.5831 2702.4265 12363.6318)"> \t<stop offset="0.1" style="stop-color:#EF7E24"/> \t<stop offset="0.9" style="stop-color:#943F90"/> </linearGradient> <polygon class="st3" points="804.9,600 804.9,592.6 812.3,592.5 812.4,599.9 "/> <path class="st4" d="M449.4,1532.8l2.7-6.4h-3.6v-1.3h5.3v1l-2.7,6.6h-1.7L449.4,1532.8L449.4,1532.8z M443.4,1529 \tc0,4.2,3.4,7.5,7.5,7.5s7.5-3.4,7.5-7.5c0-4.2-3.4-7.5-7.5-7.5S443.4,1524.9,443.4,1529"/> <rect x="464.2" y="1524.2" class="st4" width="43.9" height="7.8"/> <path class="st4" d="M497.1,1538.9h0.8l0.7-1.1h0.4v1.1h0.7v-3.1h-1.3c-0.6,0-1.1,0.4-1.1,1c0,0.4,0.3,0.8,0.7,0.9l0,0L497.1,1538.9 \tz M499,1537.3h-0.4c-0.3,0-0.6-0.1-0.6-0.4s0.3-0.4,0.6-0.4h0.4V1537.3z M495,1539c0.4,0,0.7-0.1,0.9-0.4l0,0v0.3h0.7v-2 \tc0-0.8-0.5-1.2-1.3-1.2c-0.5,0-0.9,0.2-1.2,0.4l0.5,0.5c0.2-0.1,0.5-0.3,0.8-0.3c0.4,0,0.6,0.2,0.6,0.5v0.1c-0.2,0-0.4,0-0.6,0 \tc-1,0-1.4,0.5-1.4,1C493.9,1538.5,494.3,1539,495,1539 M495.1,1538.4c-0.4,0-0.5-0.2-0.5-0.4c0-0.3,0.2-0.5,0.7-0.5 \tc0.1,0,0.3,0,0.5,0v0.1C495.8,1538.1,495.5,1538.4,495.1,1538.4 M491.4,1538.3v-0.7h0.6c0.3,0,0.5,0.1,0.5,0.4 \tc0,0.2-0.2,0.4-0.5,0.4h-0.6V1538.3z M491.4,1537.1v-0.7h0.5c0.2,0,0.4,0.1,0.4,0.3c0,0.2-0.2,0.3-0.4,0.3L491.4,1537.1 \tL491.4,1537.1z M492.1,1538.9c0.7,0,1.1-0.3,1.1-0.9c0-0.3-0.2-0.6-0.6-0.7l0,0c0.2-0.1,0.4-0.3,0.4-0.6c0-0.5-0.4-0.8-1.1-0.8h-1.3 \tv3.1L492.1,1538.9L492.1,1538.9z M488.4,1538.3c-0.5,0-0.8-0.4-0.8-1s0.3-1,0.8-1s0.8,0.4,0.8,1 \tC489.3,1537.9,488.9,1538.3,488.4,1538.3 M488.4,1539c0.9,0,1.6-0.7,1.6-1.6s-0.7-1.6-1.6-1.6s-1.6,0.7-1.6,1.6 \tC486.9,1538.3,487.6,1539,488.4,1539 M484.8,1538.9h0.7v-2.5h0.8l0.2-0.6h-2.6v0.6h0.9V1538.9z M481.3,1537.1 \tc0.1-0.4,0.3-0.7,0.8-0.7c0.4,0,0.7,0.3,0.7,0.7H481.3z M482.1,1539c0.5,0,0.9-0.2,1.3-0.5l-0.5-0.5c-0.2,0.2-0.5,0.3-0.7,0.3 \tc-0.4,0-0.8-0.2-0.9-0.8h2.2v-0.1c0-1.2-0.7-1.7-1.5-1.7s-1.5,0.7-1.5,1.6C480.5,1538.4,481.2,1539,482.1,1539 M477.2,1539 \tc0.6,0,0.8-0.5,0.9-1.5c0-0.4,0-0.8,0.1-1h0.9v2.5h0.7v-3.1h-2.2c0,0,0,0.7-0.1,1.7c0,0.6-0.1,0.8-0.4,0.8h-0.2v0.6 \tC477,1538.9,477.1,1539,477.2,1539 M475,1538.3c-0.5,0-0.8-0.4-0.8-1s0.3-1,0.8-1s0.8,0.4,0.8,1S475.5,1538.3,475,1538.3 M475,1539 \tc0.9,0,1.6-0.7,1.6-1.6s-0.7-1.6-1.6-1.6s-1.6,0.7-1.6,1.6C473.5,1538.3,474.1,1539,475,1539 M470,1538.9h0.6l1.4-2l0,0v2h0.7v-3.1 \th-0.6l-1.4,2l0,0v-2H470V1538.9z M466.5,1537.8c-0.7,0-1.2-0.4-1.2-1.1s0.5-1.1,1.2-1.1V1537.8z M467.2,1537.8v-2.2 \tc0.7,0,1.2,0.4,1.2,1.1C468.4,1537.4,467.9,1537.7,467.2,1537.8 M466.5,1539h0.7v-0.5c1.1,0,2-0.7,2-1.7s-0.9-1.7-2-1.7v-0.5h-0.7 \tv0.5c-1.1,0-2,0.7-2,1.7s0.9,1.7,2,1.7V1539z"/> <path class="st5" d="M562,1529.1h2.9v-1.3H562V1529.1z M558.1,1530.4c-0.9,0-1.4-0.7-1.4-1.7s0.6-1.7,1.4-1.7c0.9,0,1.5,0.7,1.5,1.7 \tC559.5,1529.6,558.9,1530.4,558.1,1530.4 M558.1,1531.5c1.5,0,2.7-1.2,2.7-2.8c0-1.7-1.2-2.8-2.7-2.8s-2.7,1.2-2.7,2.8 \tC555.4,1530.3,556.5,1531.5,558.1,1531.5 M550,1531.3h1.2v-2.2h0.8l1.5,2.2h1.5l-2-2.9l1.7-2.6h-1.4l-1.4,2.2h-0.7v-2.2H550V1531.3z \t M547.1,1531.5c0.8,0,1.5-0.3,2-0.8l-0.8-0.8c-0.3,0.2-0.6,0.4-1.1,0.4c-0.9,0-1.5-0.8-1.5-1.8s0.6-1.8,1.5-1.8 \tc0.5,0,0.9,0.2,1.1,0.4l0.8-0.8c-0.5-0.5-1.2-0.8-2-0.8c-1.5,0-2.7,1.2-2.7,2.8C544.4,1530.3,545.5,1531.5,547.1,1531.5 \t M538.6,1531.3h1.2v-2.3h2.1v2.3h1.2v-5.4h-1.2v2.1h-2.1v-2.1h-1.2V1531.3z M534.4,1531.5c0.7,0,1.2-0.3,1.5-0.7l0,0v0.6h1.2v-3.5 \tc0-1.3-0.9-2.1-2.3-2.1c-0.8,0-1.6,0.3-2.2,0.8l0.8,0.8c0.3-0.2,0.8-0.5,1.3-0.5c0.7,0,1.1,0.3,1.1,0.9v0.2c-0.3-0.1-0.8-0.1-1-0.1 \tc-1.7,0-2.4,0.9-2.4,1.8C532.5,1530.7,533.3,1531.5,534.4,1531.5 M534.7,1530.5c-0.6,0-0.9-0.4-0.9-0.8c0-0.5,0.4-0.8,1.3-0.8 \tc0.2,0,0.6,0,0.9,0.1v0.3C535.9,1529.9,535.4,1530.5,534.7,1530.5 M528.5,1531.3h1.2v-4.3h2l0.4-1.1h-3.6L528.5,1531.3L528.5,1531.3 \tz M524.3,1531.5c0.7,0,1.2-0.3,1.5-0.7l0,0v0.6h1.2v-3.5c0-1.3-0.9-2.1-2.3-2.1c-0.8,0-1.6,0.3-2.2,0.8l0.8,0.8 \tc0.3-0.2,0.8-0.5,1.3-0.5c0.7,0,1.1,0.3,1.1,0.9v0.2c-0.3-0.1-0.8-0.1-1-0.1c-1.7,0-2.4,0.9-2.4,1.8 \tC522.4,1530.7,523.2,1531.5,524.3,1531.5 M524.6,1530.5c-0.6,0-0.9-0.4-0.9-0.8c0-0.5,0.4-0.8,1.3-0.8c0.2,0,0.6,0,0.9,0.1v0.3 \tC525.9,1529.9,525.3,1530.5,524.6,1530.5 M519.5,1531.3h1.3v-6.5h2.1l0.4-1.2h-6.1v1.2h2.2L519.5,1531.3L519.5,1531.3z"/> <path class="st5" d="M614.4,1541.7h1.4l1.3-1.9h0.6v1.9h1.3v-5.4h-2.2c-1.1,0-2,0.7-2,1.8c0,0.7,0.4,1.3,1.1,1.5l0,0L614.4,1541.7z \t M617.7,1538.9H617c-0.5,0-1-0.3-1-0.8s0.5-0.8,1-0.8h0.7V1538.9z M610.7,1541.8c0.7,0,1.2-0.3,1.5-0.7l0,0v0.6h1.2v-3.5 \tc0-1.3-0.9-2.1-2.3-2.1c-0.8,0-1.6,0.3-2.2,0.8l0.8,0.8c0.3-0.2,0.8-0.5,1.4-0.5c0.7,0,1.1,0.3,1.1,0.9v0.2c-0.3-0.1-0.8-0.1-1-0.1 \tc-1.7,0-2.4,0.9-2.4,1.8C608.8,1541.1,609.6,1541.8,610.7,1541.8 M611,1540.8c-0.6,0-0.9-0.4-0.9-0.8c0-0.5,0.4-0.8,1.3-0.8 \tc0.2,0,0.6,0,0.9,0.1v0.3C612.2,1540.3,611.7,1540.8,611,1540.8 M603.4,1541.7h1.2v-2.2h0.8l1.5,2.2h1.5l-2-2.9l1.7-2.6h-1.4 \tl-1.4,2.2h-0.7v-2.2h-1.2L603.4,1541.7L603.4,1541.7z M600.5,1541.8c0.8,0,1.5-0.3,2-0.8l-0.8-0.8c-0.3,0.2-0.6,0.4-1.1,0.4 \tc-0.9,0-1.5-0.8-1.5-1.8s0.6-1.8,1.5-1.8c0.5,0,0.9,0.2,1.1,0.4l0.8-0.8c-0.5-0.5-1.2-0.8-2-0.8c-1.5,0-2.7,1.2-2.7,2.8 \tC597.8,1540.7,598.9,1541.8,600.5,1541.8 M592,1541.7h1.2v-2.3h2.1v2.3h1.2v-5.4h-1.2v2.1h-2.1v-2.1H592V1541.7z M586.8,1538.5 \tc0.1-0.7,0.6-1.3,1.3-1.3s1.2,0.6,1.3,1.3H586.8z M588.3,1541.8c0.9,0,1.6-0.3,2.2-0.8l-0.8-0.8c-0.3,0.3-0.8,0.5-1.3,0.5 \tc-0.7,0-1.4-0.4-1.6-1.3h3.9v-0.2c0-2.1-1.2-3-2.6-3c-1.5,0-2.6,1.2-2.6,2.9C585.5,1540.8,586.8,1541.8,588.3,1541.8 M579.7,1541.7 \th1.2v-2.3h2.1v2.3h1.2v-5.4H583v2.1h-2.1v-2.1h-1.2V1541.7z M576.7,1541.8c0.8,0,1.5-0.3,2-0.8l-0.8-0.8c-0.3,0.2-0.6,0.4-1.1,0.4 \tc-0.9,0-1.5-0.8-1.5-1.8s0.6-1.8,1.5-1.8c0.5,0,0.9,0.2,1.1,0.4l0.8-0.8c-0.5-0.5-1.2-0.8-2-0.8c-1.5,0-2.7,1.2-2.7,2.8 \tC574,1540.7,575.2,1541.8,576.7,1541.8 M569.2,1538.5c0.1-0.7,0.6-1.3,1.3-1.3s1.2,0.6,1.3,1.3H569.2z M570.6,1541.8 \tc0.9,0,1.6-0.3,2.2-0.8l-0.8-0.8c-0.3,0.3-0.8,0.5-1.3,0.5c-0.7,0-1.4-0.4-1.6-1.3h3.9v-0.2c0-2.1-1.2-3-2.6-3 \tc-1.5,0-2.6,1.2-2.6,2.9C567.9,1540.8,569.1,1541.8,570.6,1541.8 M562.7,1540.9L562.7,1540.9c0.3,0.5,0.9,0.9,1.7,0.9 \tc1.4,0,2.5-1.2,2.5-2.8c0-1.7-1.1-2.8-2.5-2.8c-0.8,0-1.4,0.4-1.7,0.9l0,0v-0.8h-1.2v7.4h1.2V1540.9z M562.7,1539 \tc0-1,0.6-1.7,1.5-1.7s1.5,0.7,1.5,1.7s-0.6,1.7-1.5,1.7S562.7,1540,562.7,1539 M555.5,1541.7h1.2v-4.4h2v4.4h1.2v-5.4h-4.5 \tL555.5,1541.7L555.5,1541.7z M551.6,1540.7c-0.9,0-1.4-0.7-1.4-1.7s0.6-1.7,1.4-1.7c0.9,0,1.5,0.7,1.5,1.7 \tC553,1540,552.4,1540.7,551.6,1540.7 M551.6,1541.8c1.5,0,2.7-1.2,2.7-2.8c0-1.7-1.2-2.8-2.7-2.8s-2.7,1.2-2.7,2.8 \tC548.8,1540.7,550,1541.8,551.6,1541.8 M543,1541.7h1.2v-2.3h2.1v2.3h1.2v-5.4h-1.2v2.1h-2.1v-2.1H543V1541.7z M540.1,1541.8 \tc0.8,0,1.5-0.3,2-0.8l-0.8-0.8c-0.3,0.2-0.6,0.4-1.1,0.4c-0.9,0-1.5-0.8-1.5-1.8s0.6-1.8,1.5-1.8c0.5,0,0.9,0.2,1.1,0.4l0.8-0.8 \tc-0.5-0.5-1.2-0.8-2-0.8c-1.5,0-2.7,1.2-2.7,2.8C537.4,1540.7,538.5,1541.8,540.1,1541.8 M533.5,1541.8c0.7,0,1.2-0.3,1.5-0.7l0,0 \tv0.6h1.2v-3.5c0-1.3-0.9-2.1-2.3-2.1c-0.8,0-1.6,0.3-2.2,0.8l0.8,0.8c0.3-0.2,0.8-0.5,1.3-0.5c0.7,0,1.1,0.3,1.1,0.9v0.2 \tc-0.3-0.1-0.8-0.1-1-0.1c-1.7,0-2.4,0.9-2.4,1.8C531.6,1541.1,532.4,1541.8,533.5,1541.8 M533.8,1540.8c-0.6,0-0.9-0.4-0.9-0.8 \tc0-0.5,0.4-0.8,1.3-0.8c0.2,0,0.6,0,0.9,0.1v0.3C535,1540.3,534.5,1540.8,533.8,1540.8 M526.5,1540.9L526.5,1540.9 \tc0.3,0.5,0.9,0.9,1.7,0.9c1.4,0,2.5-1.2,2.5-2.8c0-1.7-1.1-2.8-2.5-2.8c-0.8,0-1.4,0.4-1.7,0.9l0,0v-0.8h-1.2v7.4h1.2V1540.9z \t M526.4,1539c0-1,0.6-1.7,1.5-1.7s1.5,0.7,1.5,1.7s-0.6,1.7-1.5,1.7C527.1,1540.7,526.4,1540,526.4,1539 M517.9,1541.7h1.3v-3.4h1 \tl2.5,3.4h1.7l-3.1-4.1l2.7-3.6h-1.5l-2.3,3.1h-1v-3.1h-1.3L517.9,1541.7L517.9,1541.7z"/> <path class="st6" d="M443.4,1568.2c0,4.1,3.4,7.5,7.6,7.5s7.5-3.4,7.5-7.5c0-4.2-3.4-7.5-7.5-7.5 \tC446.8,1560.7,443.4,1564,443.4,1568.2"/> <path class="st5" d="M451,1570.9c0.9,0,1.5-0.5,1.5-1.1s-0.6-1.1-1.5-1.1s-1.5,0.5-1.5,1.1S450,1570.9,451,1570.9 M451,1567.5 \tc0.8,0,1.3-0.4,1.3-1c0-0.5-0.5-1-1.3-1c-0.9,0-1.4,0.5-1.4,1S450.1,1567.5,451,1567.5 M449.3,1568c-0.7-0.3-1.1-1-1.1-1.6 \tc0-1.2,1.1-2.2,2.8-2.2c1.7,0,2.8,1,2.8,2.2c0,0.7-0.4,1.4-1.1,1.6l0,0c0.7,0.3,1.2,1,1.2,1.8c0,1.4-1.2,2.3-2.9,2.3 \tc-1.8,0-3-0.9-3-2.3C448,1569,448.6,1568.3,449.3,1568L449.3,1568z"/> <rect x="464.2" y="1563.4" class="st6" width="43.9" height="7.8"/> <path class="st5" d="M483.5,1578.1h0.8l0.7-1.1h0.4v1.1h0.7v-3.1h-1.3c-0.6,0-1.1,0.4-1.1,1c0,0.4,0.3,0.8,0.7,0.9l0,0L483.5,1578.1 \tz M485.4,1576.4H485c-0.3,0-0.6-0.1-0.6-0.4s0.3-0.4,0.6-0.4h0.4V1576.4z M481.3,1578.1c0.4,0,0.7-0.1,0.9-0.4l0,0v0.3h0.7v-2 \tc0-0.8-0.5-1.2-1.3-1.2c-0.5,0-0.9,0.2-1.2,0.4l0.5,0.5c0.2-0.1,0.5-0.3,0.8-0.3c0.4,0,0.6,0.2,0.6,0.5v0.1c-0.2,0-0.4,0-0.6,0 \tc-1,0-1.4,0.5-1.4,1C480.3,1577.7,480.7,1578.1,481.3,1578.1 M481.5,1577.6c-0.4,0-0.5-0.2-0.5-0.4c0-0.3,0.2-0.5,0.7-0.5 \tc0.1,0,0.3,0,0.5,0v0.1C482.2,1577.3,481.9,1577.6,481.5,1577.6 M478.3,1578.1h0.7v-2.5h0.8l0.2-0.6h-2.6v0.6h0.9V1578.1z \t M474.2,1578.1c0.6,0,0.8-0.5,0.9-1.5c0-0.4,0-0.8,0.1-1h0.9v2.5h0.7v-3.1h-2.2c0,0,0,0.7-0.1,1.7c-0.1,0.6-0.1,0.8-0.4,0.8h-0.2 \tv0.6C473.9,1578.1,474.1,1578.1,474.2,1578.1 M471.3,1576.2c0.1-0.4,0.3-0.7,0.8-0.7c0.4,0,0.7,0.3,0.7,0.7H471.3z M472.1,1578.1 \tc0.5,0,0.9-0.2,1.3-0.5l-0.5-0.5c-0.2,0.2-0.5,0.3-0.7,0.3c-0.4,0-0.8-0.2-0.9-0.7h2.2v-0.1c0-1.2-0.7-1.7-1.5-1.7s-1.5,0.7-1.5,1.6 \tC470.6,1577.5,471.3,1578.1,472.1,1578.1 M472.3,1574.6h0.8v-0.8h-0.8V1574.6z M471.1,1574.6h0.8v-0.8h-0.8V1574.6z M464.2,1578.1 \th0.9l1.3-1.9h0.5v1.9h0.7v-1.9h0.5l1.3,1.9h0.9l-1.6-2.3l1.4-2h-0.9l-1.2,1.8h-0.5v-1.8h-0.7v1.8h-0.5l-1.2-1.8h-0.9l1.4,2 \tL464.2,1578.1z"/> <path class="st5" d="M577.7,1570.5h1.4l1.3-1.9h0.6v1.9h1.3v-5.4h-2.2c-1.1,0-2,0.7-2,1.8c0,0.7,0.4,1.3,1.1,1.5l0,0L577.7,1570.5z \t M581,1567.7h-0.7c-0.5,0-1-0.3-1-0.8s0.5-0.8,1-0.8h0.7V1567.7z M574,1570.6c0.7,0,1.2-0.2,1.5-0.7l0,0v0.6h1.2v-3.5 \tc0-1.3-0.9-2.1-2.3-2.1c-0.8,0-1.6,0.3-2.2,0.8l0.8,0.8c0.3-0.2,0.8-0.5,1.3-0.5c0.7,0,1.1,0.3,1.1,0.9v0.2c-0.3-0.1-0.8-0.1-1-0.1 \tc-1.7,0-2.4,0.9-2.4,1.8C572.1,1569.9,572.9,1570.6,574,1570.6 M574.3,1569.6c-0.6,0-0.9-0.4-0.9-0.8c0-0.5,0.4-0.8,1.3-0.8 \tc0.2,0,0.6,0,0.9,0.1v0.3C575.5,1569.1,575,1569.6,574.3,1569.6 M566.7,1570.5h1.2v-2.2h0.8l1.5,2.2h1.5l-2-2.9l1.7-2.6H570 \tl-1.4,2.2H568v-2.2h-1.2L566.7,1570.5L566.7,1570.5z M563.7,1570.6c0.8,0,1.5-0.3,2-0.8l-0.8-0.8c-0.3,0.2-0.6,0.4-1.1,0.4 \tc-0.9,0-1.5-0.8-1.5-1.8s0.6-1.8,1.5-1.8c0.5,0,0.9,0.2,1.1,0.4l0.8-0.8c-0.5-0.5-1.2-0.8-2-0.8c-1.5,0-2.7,1.2-2.7,2.8 \tC561.1,1569.5,562.2,1570.6,563.7,1570.6 M555.3,1570.5h1.2v-2.3h2.1v2.3h1.2v-5.4h-1.2v2.1h-2.1v-2.1h-1.2V1570.5z M549.1,1570.5 \th1.1l2.4-3.5l0,0v3.5h1.2v-5.4h-1.1l-2.4,3.5l0,0v-3.5h-1.2V1570.5z M543,1570.5h1.2v-2.3h2.1v2.3h1.2v-5.4h-1.2v2.1h-2.1v-2.1H543 \tV1570.5z M536.8,1570.5h1.1l2.4-3.5l0,0v3.5h1.2v-5.4h-1.1l-2.4,3.5l0,0v-3.5h-1.2V1570.5z M530.9,1570.6c1.1,0,1.5-0.9,1.6-2.6 \tc0-0.6,0.1-1.4,0.1-1.8h1.5v4.4h1.2v-5.4h-3.8c0,0-0.1,1.2-0.2,2.9c-0.1,1-0.2,1.5-0.7,1.5c-0.1,0-0.2,0-0.3-0.1v1 \tC530.4,1570.6,530.6,1570.6,530.9,1570.6 M526.7,1570.6c0.7,0,1.2-0.2,1.5-0.7l0,0v0.6h1.2v-3.5c0-1.3-0.9-2.1-2.3-2.1 \tc-0.8,0-1.6,0.3-2.2,0.8l0.8,0.8c0.3-0.2,0.8-0.5,1.3-0.5c0.7,0,1.1,0.3,1.1,0.9v0.2c-0.3-0.1-0.8-0.1-1-0.1c-1.7,0-2.4,0.9-2.4,1.8 \tC524.8,1569.9,525.6,1570.6,526.7,1570.6 M527,1569.6c-0.6,0-0.9-0.4-0.9-0.8c0-0.5,0.4-0.8,1.3-0.8c0.2,0,0.6,0,0.9,0.1v0.3 \tC528.2,1569.1,527.7,1569.6,527,1569.6 M517.9,1570.5h1.3v-3.4h1l2.5,3.4h1.7l-3.1-4.1l2.7-3.6h-1.5l-2.3,3.1h-1v-3.1h-1.3 \tL517.9,1570.5L517.9,1570.5z"/> <path class="st6" d="M443.3,1597c0,4.1,3.4,7.5,7.6,7.5s7.5-3.4,7.5-7.5c0-4.2-3.4-7.5-7.5-7.5 \tC446.7,1589.5,443.3,1592.8,443.3,1597"/> <path class="st5" d="M448,1599.3c0.8,0,1.3-0.5,1.3-0.9c0-0.5-0.5-0.9-1.3-0.9s-1.2,0.5-1.2,0.9S447.2,1599.3,448,1599.3 \t M454.5,1597.8l-0.9-2.5l0,0l-0.9,2.5H454.5z M448,1596.3c0.7,0,1.1-0.4,1.1-0.9s-0.4-0.9-1.1-0.9c-0.8,0-1.1,0.4-1.1,0.9 \tS447.2,1596.3,448,1596.3 M453.1,1593.6h1.1l2.6,6.6h-1.4l-0.5-1.4h-2.6l-0.5,1.4h-1.3L453.1,1593.6z M446.6,1596.8 \tc-0.6-0.2-1-0.8-1-1.4c0-1,0.9-1.9,2.4-1.9s2.4,0.8,2.4,1.9c0,0.6-0.3,1.2-0.9,1.4l0,0c0.6,0.2,1.1,0.8,1.1,1.6c0,1.2-1,2-2.5,2 \ts-2.5-0.8-2.5-2C445.5,1597.6,446,1597,446.6,1596.8L446.6,1596.8z"/> <rect x="464.2" y="1592.2" class="st6" width="43.9" height="7.8"/> <path class="st5" d="M483.5,1606.9h0.8l0.7-1.1h0.4v1.1h0.7v-3.1h-1.3c-0.6,0-1.1,0.4-1.1,1c0,0.4,0.3,0.8,0.7,0.9l0,0L483.5,1606.9 \tz M485.4,1605.3H485c-0.3,0-0.6-0.1-0.6-0.4s0.3-0.4,0.6-0.4h0.4V1605.3z M481.3,1607c0.4,0,0.7-0.1,0.9-0.4l0,0v0.3h0.7v-2 \tc0-0.8-0.5-1.2-1.3-1.2c-0.5,0-0.9,0.2-1.2,0.4l0.5,0.5c0.2-0.1,0.5-0.3,0.8-0.3c0.4,0,0.6,0.2,0.6,0.5v0.1c-0.2,0-0.4,0-0.6,0 \tc-1,0-1.4,0.5-1.4,1C480.3,1606.5,480.7,1607,481.3,1607 M481.5,1606.4c-0.4,0-0.5-0.2-0.5-0.4c0-0.3,0.2-0.5,0.7-0.5 \tc0.1,0,0.3,0,0.5,0v0.1C482.2,1606.1,481.9,1606.4,481.5,1606.4 M478.3,1606.9h0.7v-2.5h0.8l0.2-0.6h-2.6v0.6h0.9V1606.9z \t M474.2,1606.9c0.6,0,0.8-0.5,0.9-1.5c0-0.4,0-0.8,0.1-1h0.9v2.5h0.7v-3.1h-2.2c0,0,0,0.7-0.1,1.7c-0.1,0.6-0.1,0.8-0.4,0.8h-0.2 \tv0.6C473.9,1606.9,474.1,1606.9,474.2,1606.9 M471.3,1605c0.1-0.4,0.3-0.7,0.8-0.7c0.4,0,0.7,0.3,0.7,0.7H471.3z M472.1,1607 \tc0.5,0,0.9-0.2,1.3-0.5l-0.5-0.5c-0.2,0.2-0.5,0.3-0.7,0.3c-0.4,0-0.8-0.2-0.9-0.7h2.2v-0.1c0-1.2-0.7-1.7-1.5-1.7s-1.5,0.7-1.5,1.6 \tC470.6,1606.3,471.3,1607,472.1,1607 M472.3,1603.4h0.8v-0.8h-0.8V1603.4z M471.1,1603.4h0.8v-0.8h-0.8V1603.4z M464.2,1606.9h0.9 \tl1.3-1.9h0.5v1.9h0.7v-1.9h0.5l1.3,1.9h0.9l-1.6-2.3l1.4-2h-0.9l-1.2,1.8h-0.5v-1.8h-0.7v1.8h-0.5l-1.2-1.8h-0.9l1.4,2L464.2,1606.9 \tz"/> <path class="st5" d="M577.4,1599.3h1.4l1.3-1.9h0.6v1.9h1.3v-5.4h-2.2c-1.1,0-2,0.7-2,1.8c0,0.7,0.4,1.3,1.1,1.5l0,0L577.4,1599.3z \t M580.7,1596.5H580c-0.5,0-1-0.3-1-0.8s0.5-0.8,1-0.8h0.7V1596.5z M573.7,1599.5c0.7,0,1.2-0.2,1.5-0.7l0,0v0.6h1.2v-3.5 \tc0-1.3-0.9-2.1-2.3-2.1c-0.8,0-1.6,0.3-2.2,0.8l0.8,0.8c0.3-0.2,0.8-0.5,1.3-0.5c0.7,0,1.1,0.3,1.1,0.9v0.2c-0.3-0.1-0.8-0.1-1-0.1 \tc-1.7,0-2.4,0.9-2.4,1.8C571.8,1598.7,572.6,1599.5,573.7,1599.5 M574,1598.4c-0.6,0-0.9-0.4-0.9-0.8c0-0.5,0.4-0.8,1.3-0.8 \tc0.2,0,0.6,0,0.9,0.1v0.2C575.2,1597.9,574.7,1598.4,574,1598.4 M566.4,1599.3h1.2v-2.2h0.8l1.5,2.2h1.5l-2-2.9l1.7-2.6h-1.4 \tl-1.4,2.2h-0.7v-2.2h-1.2L566.4,1599.3L566.4,1599.3z M563.5,1599.5c0.8,0,1.5-0.3,2-0.8l-0.8-0.8c-0.3,0.2-0.6,0.4-1.1,0.4 \tc-0.9,0-1.5-0.7-1.5-1.8c0-1,0.6-1.8,1.5-1.8c0.5,0,0.9,0.2,1.1,0.4l0.8-0.8c-0.5-0.5-1.2-0.8-2-0.8c-1.5,0-2.7,1.2-2.7,2.8 \tC560.8,1598.3,561.9,1599.5,563.5,1599.5 M556.7,1598.3v-1.3h1.1c0.4,0,0.8,0.2,0.8,0.6s-0.4,0.6-0.8,0.6h-1.1V1598.3z \t M556.7,1596.1v-1.2h0.9c0.4,0,0.7,0.2,0.7,0.6s-0.3,0.6-0.7,0.6H556.7z M557.9,1599.3c1.2,0,2-0.6,2-1.6c0-0.6-0.4-1.1-1-1.3l0,0 \tc0.4-0.2,0.7-0.6,0.7-1.1c0-0.9-0.7-1.4-1.9-1.4h-2.3v5.4H557.9z M550.3,1596.1c0.1-0.7,0.6-1.3,1.3-1.3s1.2,0.6,1.3,1.3H550.3z \t M551.7,1599.5c0.9,0,1.6-0.3,2.2-0.8l-0.8-0.8c-0.3,0.3-0.8,0.5-1.3,0.5c-0.7,0-1.4-0.4-1.6-1.3h3.9v-0.2c0-2.1-1.2-3-2.6-3 \tc-1.5,0-2.6,1.2-2.6,2.9C549,1598.4,550.2,1599.5,551.7,1599.5 M547.2,1600.7h1.1v-2.4h-0.8v-4.4h-1.2v4.4h-2v-4.4H543v5.4h4.2 \tV1600.7z M536.9,1599.3h1.2v-2.3h2.1v2.3h1.2v-5.4h-1.2v2.1h-2.1v-2.1h-1.2V1599.3z M531,1599.4c1.1,0,1.5-0.9,1.6-2.6 \tc0-0.6,0.1-1.3,0.1-1.8h1.5v4.4h1.2v-5.4h-3.8c0,0-0.1,1.2-0.2,2.9c-0.1,1-0.2,1.5-0.7,1.5c-0.1,0-0.2,0-0.3-0.1v1 \tC530.5,1599.4,530.8,1599.4,531,1599.4 M527.2,1598.3c-0.9,0-1.4-0.7-1.4-1.7s0.6-1.7,1.4-1.7c0.9,0,1.5,0.7,1.5,1.7 \tC528.7,1597.6,528.1,1598.3,527.2,1598.3 M527.2,1599.5c1.5,0,2.7-1.2,2.7-2.8c0-1.7-1.2-2.8-2.7-2.8s-2.7,1.2-2.7,2.8 \tS525.7,1599.5,527.2,1599.5 M521.3,1599.5c1,0,1.9-0.4,2.6-1.1l-0.8-0.8c-0.4,0.4-1.1,0.7-1.7,0.7c-1.4,0-2.4-1.2-2.4-2.8 \tc0-1.6,1-2.8,2.4-2.8c0.7,0,1.3,0.3,1.7,0.7l0.8-0.8c-0.7-0.7-1.6-1.1-2.6-1.1c-2.1,0-3.7,1.6-3.7,3.9 \tC517.5,1597.8,519.2,1599.5,521.3,1599.5"/> <path class="st7" d="M449.6,1624.5c0-0.8,0.5-1.4,1.4-1.4c0.8,0,1.4,0.6,1.4,1.4c0,0.7-0.5,1.4-1.4,1.4 \tC450.1,1626,449.6,1625.3,449.6,1624.5 M451.1,1629.8l1.1-1.4c1.2-1.5,1.7-2.4,1.7-3.6c0-1.5-1-2.9-2.8-2.9c-1.7,0-2.9,1.2-2.9,2.8 \tc0,1.6,1.2,2.5,2.5,2.5c0.4,0,0.7-0.1,1.2-0.3l0,0l-2.4,2.7L451.1,1629.8z M443.4,1625.8c0-4.2,3.4-7.5,7.5-7.5 \tc4.2,0,7.5,3.4,7.5,7.5c0,4.2-3.3,7.5-7.5,7.5C446.8,1633.4,443.4,1630,443.4,1625.8"/> <rect x="464.2" y="1621" class="st7" width="43.9" height="7.8"/> <path class="st7" d="M479.2,1635.7h0.8l0.7-1.1h0.4v1.1h0.7v-3.1h-1.3c-0.6,0-1.1,0.4-1.1,1c0,0.4,0.3,0.8,0.7,0.9l0,0L479.2,1635.7 \tz M481.1,1634.1h-0.4c-0.3,0-0.6-0.1-0.6-0.4s0.3-0.4,0.6-0.4h0.4V1634.1z M477,1635.8c0.4,0,0.7-0.1,0.9-0.4l0,0v0.3h0.7v-2 \tc0-0.8-0.5-1.2-1.3-1.2c-0.5,0-0.9,0.2-1.2,0.4l0.5,0.5c0.2-0.1,0.5-0.3,0.8-0.3c0.4,0,0.6,0.2,0.6,0.5v0.1c-0.2,0-0.4-0.1-0.6-0.1 \tc-1,0-1.4,0.5-1.4,1C475.9,1635.3,476.4,1635.8,477,1635.8 M477.2,1635.2c-0.4,0-0.5-0.2-0.5-0.4c0-0.3,0.2-0.5,0.7-0.5 \tc0.1,0,0.3,0,0.5,0v0.1C477.9,1634.9,477.6,1635.2,477.2,1635.2 M473,1635.3L473,1635.3c0.2,0.3,0.5,0.5,1,0.5 \tc0.8,0,1.4-0.7,1.4-1.6s-0.6-1.6-1.4-1.6c-0.5,0-0.8,0.2-1,0.5l0,0v-0.4h-0.7v4.2h0.7V1635.3z M472.9,1634.1c0-0.6,0.4-1,0.9-1 \ts0.9,0.4,0.9,1s-0.3,1-0.9,1C473.3,1635.1,472.9,1634.7,472.9,1634.1 M469.3,1633.8c0.1-0.4,0.3-0.7,0.8-0.7c0.4,0,0.7,0.3,0.7,0.7 \tH469.3z M470.1,1635.8c0.5,0,0.9-0.2,1.3-0.5l-0.5-0.5c-0.2,0.2-0.5,0.3-0.7,0.3c-0.4,0-0.8-0.2-0.9-0.8h2.2v-0.1 \tc0-1.2-0.7-1.7-1.5-1.7s-1.5,0.7-1.5,1.6C468.5,1635.1,469.2,1635.8,470.1,1635.8 M466.6,1635.8c0.6,0,1.1-0.2,1.5-0.6l-0.5-0.5 \tc-0.3,0.2-0.6,0.4-1,0.4c-0.8,0-1.4-0.7-1.4-1.6s0.5-1.6,1.4-1.6c0.4,0,0.7,0.2,1,0.4l0.5-0.5c-0.4-0.4-0.9-0.6-1.5-0.6 \tc-1.2,0-2.1,0.9-2.1,2.2C464.5,1634.8,465.4,1635.8,466.6,1635.8"/> <path class="st5" d="M584.1,1625.9h2.9v-1.3h-2.9V1625.9z M580.2,1627.2c-0.9,0-1.4-0.7-1.4-1.7s0.6-1.7,1.4-1.7 \tc0.9,0,1.5,0.7,1.5,1.7C581.6,1626.4,581,1627.2,580.2,1627.2 M580.2,1628.3c1.5,0,2.7-1.2,2.7-2.8c0-1.7-1.2-2.8-2.7-2.8 \ts-2.7,1.2-2.7,2.8C577.4,1627.1,578.6,1628.3,580.2,1628.3 M572.1,1628.1h1.2v-2.2h0.8l1.5,2.2h1.5l-2-2.9l1.7-2.6h-1.4l-1.4,2.2 \th-0.7v-2.2h-1.2L572.1,1628.1L572.1,1628.1z M569.1,1628.3c0.8,0,1.5-0.3,2-0.8l-0.8-0.8c-0.3,0.2-0.6,0.4-1.1,0.4 \tc-0.9,0-1.5-0.8-1.5-1.8s0.6-1.8,1.5-1.8c0.5,0,0.9,0.2,1.1,0.4l0.8-0.8c-0.5-0.5-1.2-0.8-2-0.8c-1.5,0-2.7,1.2-2.7,2.8 \tC566.5,1627.1,567.6,1628.3,569.1,1628.3 M562.4,1627.1v-1.3h1.1c0.4,0,0.8,0.2,0.8,0.6s-0.4,0.6-0.8,0.6h-1.1V1627.1z \t M562.4,1624.9v-1.2h0.9c0.4,0,0.7,0.2,0.7,0.6s-0.3,0.6-0.7,0.6H562.4z M563.6,1628.1c1.2,0,2-0.6,2-1.6c0-0.6-0.4-1.1-1-1.3l0,0 \tc0.4-0.2,0.7-0.6,0.7-1.1c0-0.9-0.7-1.4-1.9-1.4h-2.3v5.4H563.6z M557.2,1627.2c-0.9,0-1.4-0.7-1.4-1.7s0.6-1.7,1.4-1.7 \tc0.9,0,1.5,0.7,1.5,1.7C558.6,1626.4,558,1627.2,557.2,1627.2 M557.2,1628.3c1.5,0,2.7-1.2,2.7-2.8c0-1.7-1.2-2.8-2.7-2.8 \ts-2.7,1.2-2.7,2.8C554.5,1627.1,555.6,1628.3,557.2,1628.3 M548.7,1628.1h1.4l1.3-1.9l0,0l1.3,1.9h1.4l-2-2.8l1.8-2.6h-1.4l-1.1,1.7 \tl0,0l-1.1-1.7h-1.4l1.8,2.6L548.7,1628.1z M544.2,1630.3c1.1,0,1.8-0.8,2.2-1.9l2-5.6h-1.3l-1.3,3.8l0,0l-1.4-3.8H543l2.2,5.5 \tc-0.2,0.7-0.5,1-1,1c-0.3,0-0.4-0.1-0.6-0.2l-0.8,0.8C543.1,1630.1,543.6,1630.3,544.2,1630.3 M537.6,1628.1h1.2v-4.4h2v4.4h1.2 \tv-5.4h-4.5L537.6,1628.1L537.6,1628.1z M532.2,1627.4L532.2,1627.4c0.3,0.5,0.9,0.9,1.7,0.9c1.4,0,2.5-1.2,2.5-2.8s-1.1-2.8-2.5-2.8 \tc-0.8,0-1.4,0.4-1.7,0.9l0,0v-0.8H531v7.4h1.2V1627.4z M532.2,1625.4c0-1,0.6-1.7,1.5-1.7s1.5,0.7,1.5,1.7s-0.6,1.7-1.5,1.7 \tC532.8,1627.2,532.2,1626.4,532.2,1625.4 M525.8,1624.9c0.1-0.7,0.6-1.3,1.3-1.3s1.2,0.6,1.3,1.3H525.8z M527.3,1628.3 \tc0.9,0,1.6-0.3,2.2-0.8l-0.8-0.8c-0.3,0.3-0.8,0.5-1.3,0.5c-0.7,0-1.4-0.4-1.6-1.3h3.9v-0.2c0-2.1-1.2-3-2.6-3 \tc-1.5,0-2.6,1.2-2.6,2.9C524.5,1627.2,525.8,1628.3,527.3,1628.3 M521.3,1628.3c1,0,1.9-0.4,2.6-1.1l-0.8-0.8 \tc-0.4,0.4-1.1,0.7-1.7,0.7c-1.4,0-2.4-1.2-2.4-2.8c0-1.6,1-2.8,2.4-2.8c0.7,0,1.3,0.3,1.7,0.7l0.8-0.8c-0.7-0.7-1.6-1.1-2.6-1.1 \tc-2.1,0-3.7,1.6-3.7,3.9C517.5,1626.6,519.2,1628.3,521.3,1628.3"/> <path class="st5" d="M589.1,1638.5h1.4l1.3-1.9h0.6v1.9h1.2v-5.4h-2.2c-1.1,0-2,0.7-2,1.8c0,0.7,0.4,1.3,1.1,1.5l0,0L589.1,1638.5z \t M592.4,1635.7h-0.7c-0.5,0-1-0.3-1-0.8s0.5-0.8,1-0.8h0.7V1635.7z M585.4,1638.6c0.7,0,1.2-0.3,1.5-0.7l0,0v0.6h1.2v-3.5 \tc0-1.3-0.9-2.1-2.3-2.1c-0.8,0-1.6,0.3-2.2,0.8l0.8,0.8c0.3-0.2,0.8-0.5,1.3-0.5c0.7,0,1.1,0.3,1.1,0.9v0.2c-0.3-0.1-0.8-0.1-1-0.1 \tc-1.7,0-2.4,0.9-2.4,1.8C583.5,1637.9,584.3,1638.6,585.4,1638.6 M585.7,1637.6c-0.6,0-0.9-0.4-0.9-0.8c0-0.5,0.4-0.8,1.3-0.8 \tc0.2,0,0.6,0,0.9,0.1v0.2C586.9,1637.1,586.4,1637.6,585.7,1637.6 M578.1,1638.5h1.2v-2.2h0.8l1.5,2.2h1.5l-2-2.9l1.7-2.6h-1.4 \tl-1.4,2.2h-0.7v-2.2h-1.2L578.1,1638.5L578.1,1638.5z M575.1,1638.6c0.8,0,1.5-0.3,2-0.8l-0.8-0.8c-0.3,0.2-0.6,0.4-1.1,0.4 \tc-0.9,0-1.5-0.8-1.5-1.8s0.6-1.8,1.5-1.8c0.5,0,0.9,0.2,1.1,0.4l0.8-0.8c-0.5-0.5-1.2-0.8-2-0.8c-1.5,0-2.7,1.2-2.7,2.8 \tC572.5,1637.4,573.6,1638.6,575.1,1638.6 M568.4,1637.5v-1.3h1.1c0.4,0,0.8,0.2,0.8,0.6s-0.4,0.6-0.8,0.6h-1.1V1637.5z \t M568.4,1635.3v-1.2h0.9c0.4,0,0.7,0.2,0.7,0.6s-0.3,0.6-0.7,0.6H568.4z M569.6,1638.5c1.2,0,2-0.6,2-1.6c0-0.6-0.4-1.1-1-1.3l0,0 \tc0.4-0.2,0.7-0.6,0.7-1.1c0-0.9-0.7-1.4-1.9-1.4h-2.3v5.4H569.6z M562,1635.3c0.1-0.7,0.6-1.3,1.4-1.3c0.7,0,1.2,0.6,1.3,1.3H562z \t M563.4,1638.6c0.9,0,1.6-0.3,2.2-0.8l-0.8-0.8c-0.3,0.3-0.8,0.5-1.3,0.5c-0.7,0-1.4-0.4-1.6-1.3h3.9v-0.2c0-2.1-1.2-3-2.6-3 \tc-1.5,0-2.6,1.2-2.6,2.9C560.6,1637.6,561.9,1638.6,563.4,1638.6 M557.4,1638.6c1.2,0,2.3-0.7,2.3-1.7c0-0.6-0.4-1.1-0.9-1.2l0,0 \tc0.5-0.2,0.8-0.7,0.8-1.2c0-0.9-0.9-1.5-2-1.5c-1,0-1.8,0.4-2.2,0.8l0.8,0.7c0.3-0.2,0.9-0.5,1.3-0.5c0.5,0,0.9,0.2,0.9,0.6 \ts-0.4,0.6-0.9,0.6h-0.8v1h0.7c0.8,0,1.1,0.3,1.1,0.7c0,0.4-0.4,0.7-1.1,0.7c-0.6,0-1.1-0.2-1.4-0.5l-0.8,0.8 \tC555.6,1638.3,556.4,1638.6,557.4,1638.6 M549.6,1638.5h1.4l1.3-1.9h0.6v1.9h1.3v-5.4H552c-1.1,0-2,0.7-2,1.8c0,0.7,0.4,1.3,1.1,1.5 \tl0,0L549.6,1638.5z M552.9,1635.7h-0.7c-0.5,0-1-0.3-1-0.8s0.5-0.8,1-0.8h0.7V1635.7z M544.8,1637.7L544.8,1637.7 \tc0.3,0.5,0.9,0.9,1.7,0.9c1.4,0,2.5-1.2,2.5-2.8c0-1.7-1.1-2.8-2.5-2.8c-0.8,0-1.4,0.4-1.7,0.9l0,0v-0.8h-1.2v7.4h1.2V1637.7z \t M544.8,1635.8c0-1,0.6-1.7,1.5-1.7s1.5,0.7,1.5,1.7s-0.6,1.7-1.5,1.7C545.4,1637.5,544.8,1636.8,544.8,1635.8 M537.4,1638.5h1.1 \tl2.4-3.5l0,0v3.5h1.2v-5.4H541l-2.4,3.5l0,0v-3.5h-1.2L537.4,1638.5L537.4,1638.5z M528.7,1638.5h1.2l0.7-3.3l0,0l1.3,3.3h0.8 \tl1.3-3.3l0,0l0.7,3.3h1.3l-1.3-5.4h-1l-1.5,3.6l0,0l-1.4-3.6h-1L528.7,1638.5z M522.9,1638.5h1.1l2.4-3.5l0,0v3.5h1.2v-5.4h-1.1 \tl-2.4,3.5l0,0v-3.5h-1.2V1638.5z M519.5,1638.5h1.3v-6.5h2.1l0.4-1.2h-6.1v1.2h2.2L519.5,1638.5L519.5,1638.5z"/> <path class="st8" d="M451.6,1665c0-1.6,0.5-2.7,1.5-2.7s1.5,1,1.5,2.7s-0.5,2.7-1.5,2.7C452.1,1667.6,451.6,1666.6,451.6,1665 \t M448.6,1668.8v-7.6h-2.3l-0.5,1.3h1.4v6.4h1.4V1668.8z M456.1,1665c0-2.5-1.1-4-3-4s-3,1.5-3,4s1.1,4,3,4S456.1,1667.4,456.1,1665 \t M443.4,1665c0-4.2,3.3-7.5,7.5-7.5s7.5,3.4,7.5,7.5c0,4.2-3.4,7.5-7.5,7.5C446.7,1672.5,443.4,1669.2,443.4,1665"/> <rect x="464.2" y="1660.2" class="st8" width="43.9" height="7.8"/> <path class="st8" d="M491.8,1674.9h0.8l0.7-1.1h0.4v1.1h0.7v-3.1h-1.3c-0.6,0-1.1,0.4-1.1,1c0,0.4,0.3,0.8,0.7,0.9l0,0L491.8,1674.9 \tz M493.6,1673.2h-0.4c-0.3,0-0.6-0.1-0.6-0.4s0.3-0.4,0.6-0.4h0.4V1673.2z M489.6,1674.9c0.4,0,0.7-0.1,0.9-0.4l0,0v0.3h0.7v-2 \tc0-0.8-0.5-1.2-1.3-1.2c-0.5,0-0.9,0.2-1.2,0.4l0.5,0.5c0.2-0.1,0.5-0.3,0.8-0.3c0.4,0,0.6,0.2,0.6,0.5v0.1c-0.2,0-0.4-0.1-0.6-0.1 \tc-1,0-1.4,0.5-1.4,1C488.5,1674.5,489,1674.9,489.6,1674.9 M489.8,1674.4c-0.4,0-0.5-0.2-0.5-0.4c0-0.3,0.2-0.5,0.7-0.5 \tc0.1,0,0.3,0,0.5,0v0.1C490.5,1674.1,490.2,1674.4,489.8,1674.4 M486.1,1674.3v-0.7h0.6c0.3,0,0.5,0.1,0.5,0.4 \tc0,0.2-0.2,0.4-0.5,0.4h-0.6V1674.3z M486.1,1673v-0.7h0.5c0.2,0,0.4,0.1,0.4,0.3c0,0.2-0.2,0.3-0.4,0.3L486.1,1673L486.1,1673z \t M486.8,1674.9c0.7,0,1.1-0.3,1.1-0.9c0-0.3-0.2-0.6-0.6-0.7l0,0c0.2-0.1,0.4-0.3,0.4-0.6c0-0.5-0.4-0.8-1.1-0.8h-1.3v3.1 \tL486.8,1674.9L486.8,1674.9z M483.1,1674.3c-0.5,0-0.8-0.4-0.8-1s0.3-1,0.8-1s0.8,0.4,0.8,1S483.6,1674.3,483.1,1674.3 \t M483.1,1674.9c0.9,0,1.6-0.7,1.6-1.6s-0.7-1.6-1.6-1.6s-1.5,0.7-1.5,1.6C481.5,1674.3,482.2,1674.9,483.1,1674.9 M479.5,1674.9h0.7 \tv-2.5h0.8l0.2-0.6h-2.6v0.6h0.9V1674.9z M476.4,1674.9c0.4,0,0.7-0.1,0.9-0.4l0,0v0.3h0.7v-2c0-0.8-0.5-1.2-1.3-1.2 \tc-0.5,0-0.9,0.2-1.2,0.4l0.5,0.5c0.2-0.1,0.5-0.3,0.8-0.3c0.4,0,0.6,0.2,0.6,0.5v0.1c-0.2,0-0.4-0.1-0.6-0.1c-1,0-1.4,0.5-1.4,1 \tC475.3,1674.5,475.8,1674.9,476.4,1674.9 M476.6,1674.4c-0.4,0-0.5-0.2-0.5-0.4c0-0.3,0.2-0.5,0.7-0.5c0.1,0,0.3,0,0.5,0v0.1 \tC477.3,1674.1,477,1674.4,476.6,1674.4 M472.1,1674.9c0.6,0,0.8-0.5,0.9-1.5c0-0.4,0.1-0.8,0.1-1h0.9v2.5h0.7v-3.1h-2.2 \tc0,0,0,0.7-0.1,1.7c0,0.6-0.1,0.8-0.4,0.8h-0.2v0.6C471.8,1674.9,471.9,1674.9,472.1,1674.9 M469.6,1674.9c0.4,0,0.7-0.1,0.9-0.4 \tl0,0v0.3h0.7v-2c0-0.8-0.5-1.2-1.3-1.2c-0.5,0-0.9,0.2-1.2,0.4l0.5,0.5c0.2-0.1,0.5-0.3,0.8-0.3c0.4,0,0.6,0.2,0.6,0.5v0.1 \tc-0.2,0-0.4-0.1-0.6-0.1c-1,0-1.4,0.5-1.4,1C468.5,1674.5,469,1674.9,469.6,1674.9 M469.8,1674.4c-0.4,0-0.5-0.2-0.5-0.4 \tc0-0.3,0.2-0.5,0.7-0.5c0.1,0,0.3,0,0.5,0v0.1C470.5,1674.1,470.2,1674.4,469.8,1674.4 M466.6,1674.9c0.6,0,1.1-0.2,1.5-0.6 \tl-0.5-0.5c-0.3,0.2-0.6,0.4-1,0.4c-0.8,0-1.4-0.7-1.4-1.6s0.5-1.6,1.4-1.6c0.4,0,0.7,0.2,1,0.4l0.5-0.5c-0.4-0.4-0.9-0.6-1.5-0.6 \tc-1.2,0-2.1,0.9-2.1,2.2C464.5,1674,465.4,1674.9,466.6,1674.9"/> <path class="st5" d="M642.7,1667.3h1.4l1.3-1.9h0.6v1.9h1.3v-5.4H645c-1.1,0-2,0.7-2,1.8c0,0.7,0.4,1.3,1.1,1.5l0,0L642.7,1667.3z \t M646,1664.5h-0.7c-0.5,0-1-0.3-1-0.8s0.5-0.8,1-0.8h0.7V1664.5z M638.9,1667.4c0.7,0,1.2-0.3,1.5-0.7l0,0v0.6h1.2v-3.5 \tc0-1.3-0.9-2.1-2.3-2.1c-0.8,0-1.6,0.3-2.2,0.8l0.8,0.8c0.3-0.2,0.8-0.5,1.3-0.5c0.7,0,1.1,0.3,1.1,0.9v0.2c-0.3-0.1-0.8-0.1-1-0.1 \tc-1.7,0-2.4,0.9-2.4,1.8C637,1666.7,637.8,1667.4,638.9,1667.4 M639.2,1666.4c-0.6,0-0.9-0.4-0.9-0.8c0-0.5,0.4-0.8,1.3-0.8 \tc0.2,0,0.6,0,0.9,0.1v0.3C640.5,1665.9,639.9,1666.4,639.2,1666.4 M631.7,1667.3h1.2v-2.2h0.8l1.5,2.2h1.5l-2-2.9l1.7-2.6H635 \tl-1.4,2.2h-0.7v-2.2h-1.2L631.7,1667.3L631.7,1667.3z M628.7,1667.4c0.8,0,1.5-0.3,2-0.8l-0.8-0.8c-0.3,0.2-0.6,0.4-1.1,0.4 \tc-0.9,0-1.5-0.8-1.5-1.8s0.6-1.8,1.5-1.8c0.5,0,0.9,0.2,1.1,0.4l0.8-0.8c-0.5-0.5-1.2-0.8-2-0.8c-1.5,0-2.7,1.2-2.7,2.8 \tC626,1666.3,627.1,1667.4,628.7,1667.4 M621.9,1666.3v-1.3h1.1c0.4,0,0.8,0.2,0.8,0.6s-0.4,0.6-0.8,0.6h-1.1V1666.3z M621.9,1664.1 \tv-1.2h0.9c0.4,0,0.7,0.2,0.7,0.6s-0.3,0.6-0.7,0.6H621.9z M623.1,1667.3c1.2,0,2-0.6,2-1.6c0-0.6-0.4-1.1-1-1.3l0,0 \tc0.4-0.2,0.7-0.6,0.7-1.1c0-0.9-0.7-1.4-1.9-1.4h-2.3v5.4H623.1z M616.7,1666.3c-0.9,0-1.4-0.7-1.4-1.7s0.6-1.7,1.4-1.7 \tc0.9,0,1.5,0.7,1.5,1.7C618.2,1665.6,617.6,1666.3,616.7,1666.3 M616.7,1667.4c1.5,0,2.7-1.2,2.7-2.8c0-1.7-1.2-2.8-2.7-2.8 \ts-2.7,1.2-2.7,2.8C614,1666.3,615.2,1667.4,616.7,1667.4 M608.9,1666.6L608.9,1666.6c0.3,0.5,0.9,0.9,1.7,0.9c1.4,0,2.5-1.2,2.5-2.8 \tc0-1.7-1.1-2.8-2.5-2.8c-0.8,0-1.4,0.4-1.7,0.9l0,0v-0.8h-1.2v7.4h1.2V1666.6z M608.8,1664.6c0-1,0.6-1.7,1.5-1.7s1.5,0.7,1.5,1.7 \ts-0.6,1.7-1.5,1.7S608.8,1665.6,608.8,1664.6 M603.8,1667.3h1.3v-4.4h1.4l0.4-1h-4.6v1h1.6v4.4H603.8z M596.4,1667.3h1.1l2.4-3.5 \tl0,0v3.5h1.2v-5.4H600l-2.4,3.5l0,0v-3.5h-1.2L596.4,1667.3L596.4,1667.3z M587.8,1667.3h1.2l0.7-3.3l0,0l1.3,3.3h0.8l1.3-3.3l0,0 \tl0.7,3.3h1.3l-1.3-5.4h-1l-1.5,3.6l0,0l-1.4-3.6h-1L587.8,1667.3z M579.4,1668.9h1.2v-1.6h5.3v1.6h1.2v-2.7h-1v-6.5H581 \tc0,0-0.2,2.6-0.3,4c-0.2,1.4-0.4,2.2-0.8,2.5h-0.5V1668.9z M581.3,1666.1c0.3-0.5,0.4-1.2,0.5-2.1c0.1-1.1,0.2-2.5,0.3-3.1h2.5v5.3 \tL581.3,1666.1L581.3,1666.1z M575.6,1665.1h2.9v-1.3h-2.9V1665.1z M571.7,1666.3c-0.9,0-1.4-0.7-1.4-1.7s0.6-1.7,1.4-1.7 \tc0.9,0,1.5,0.7,1.5,1.7C573.1,1665.6,572.5,1666.3,571.7,1666.3 M571.7,1667.4c1.5,0,2.7-1.2,2.7-2.8c0-1.7-1.2-2.8-2.7-2.8 \ts-2.7,1.2-2.7,2.8C568.9,1666.3,570.1,1667.4,571.7,1667.4 M563.6,1667.3h1.2v-2.2h0.8l1.5,2.2h1.5l-2-2.9l1.7-2.6h-1.4l-1.4,2.2 \th-0.7v-2.2h-1.2L563.6,1667.3L563.6,1667.3z M560.6,1667.4c0.8,0,1.5-0.3,2-0.8l-0.8-0.8c-0.2,0.2-0.6,0.4-1.1,0.4 \tc-0.9,0-1.5-0.8-1.5-1.8s0.6-1.8,1.5-1.8c0.5,0,0.9,0.2,1.1,0.4l0.8-0.8c-0.5-0.5-1.2-0.8-2-0.8c-1.5,0-2.7,1.2-2.7,2.8 \tC558,1666.3,559.1,1667.4,560.6,1667.4 M552.2,1667.3h1.2v-2.3h2.1v2.3h1.2v-5.4h-1.2v2.1h-2.1v-2.1h-1.2V1667.3z M546,1667.3h1.1 \tl2.4-3.5l0,0v3.5h1.2v-5.4h-1.1l-2.4,3.5l0,0v-3.5H546V1667.3z M540,1667.4c1.1,0,1.5-0.9,1.6-2.6c0-0.6,0.1-1.3,0.1-1.8h1.5v4.4 \th1.2v-5.4h-3.8c0,0-0.1,1.2-0.2,2.9c-0.1,1-0.2,1.5-0.7,1.5c-0.1,0-0.2,0-0.3-0.1v1C539.5,1667.3,539.8,1667.4,540,1667.4 \t M536.2,1666.4c-0.8,0-1.5-0.7-1.5-1.7c0-0.9,0.7-1.7,1.5-1.7s1.5,0.7,1.5,1.7C537.7,1665.7,537.1,1666.4,536.2,1666.4 \t M536.3,1667.4c1.5,0,2.7-1.2,2.7-2.8c0-1.6-1.1-2.7-2.6-2.7c-0.8,0-1.5,0.4-1.8,0.8l0,0c0.2-1.6,0.9-2.2,2.2-2.2 \tc0.8,0,1.4-0.1,1.7-0.3v-1.1c-0.3,0.2-0.9,0.2-1.6,0.3c-2.7,0.1-3.5,2-3.5,4.4v0.2C533.4,1666.2,534.6,1667.4,536.3,1667.4 \t M529.9,1666.3c-0.8,0-1.4-0.8-1.4-1.7c0-1,0.5-1.7,1.4-1.7c0.8,0,1.4,0.7,1.4,1.7C531.3,1665.6,530.8,1666.3,529.9,1666.3 \t M529.9,1667.4c1.5,0,2.6-1.2,2.6-2.8c0-1.7-1.2-2.8-2.6-2.8c-1.3,0-2.3,0.9-2.6,2.2h-0.8v-2.1h-1.2v5.4h1.2v-2.2h0.8 \tC527.6,1666.5,528.6,1667.4,529.9,1667.4 M517.7,1667.4c1.2,0,1.6-1.1,1.8-2.5c0.2-1.2,0.3-3.3,0.4-4.1h2.5v6.5h1.3v-7.6h-4.9 \tc0,0-0.2,3.7-0.4,5.1c-0.1,0.8-0.3,1.4-0.8,1.4c-0.2,0-0.4-0.1-0.4-0.1v1.1C517.1,1667.3,517.4,1667.4,517.7,1667.4"/> <path class="st9" d="M222.3,1533v-1.3h1.6v-5.1h-1.5v-1.3h2.9v6.4h1.8l-0.5,1.3H222.3z M217,1529.2c0,4.2,3.4,7.5,7.5,7.5 \ts7.5-3.4,7.5-7.5c0-4.2-3.4-7.5-7.5-7.5S217,1525,217,1529.2"/> <rect x="237.8" y="1524.4" class="st9" width="43.9" height="7.8"/> <path class="st9" d="M259.6,1539.1h0.8l0.7-1.1h0.4v1.1h0.7v-3.1h-1.3c-0.6,0-1.1,0.4-1.1,1c0,0.4,0.3,0.8,0.7,0.9l0,0L259.6,1539.1 \tz M261.4,1537.4H261c-0.3,0-0.6-0.1-0.6-0.4s0.3-0.4,0.6-0.4h0.4V1537.4z M257.4,1539.1c0.4,0,0.7-0.1,0.9-0.4l0,0v0.3h0.7v-2 \tc0-0.8-0.5-1.2-1.3-1.2c-0.5,0-0.9,0.2-1.2,0.4l0.5,0.5c0.2-0.1,0.5-0.3,0.8-0.3c0.4,0,0.6,0.2,0.6,0.5v0.1c-0.2,0-0.4,0-0.6,0 \tc-1,0-1.4,0.5-1.4,1C256.3,1538.7,256.7,1539.1,257.4,1539.1 M257.5,1538.6c-0.4,0-0.5-0.2-0.5-0.4c0-0.3,0.2-0.5,0.7-0.5 \tc0.1,0,0.3,0,0.5,0v0.1C258.2,1538.3,257.9,1538.6,257.5,1538.6 M252.9,1539.1h0.7v-1.3h1.2v1.3h0.7v-3.1h-0.7v1.2h-1.2v-1.2h-0.7 \tV1539.1z M251.2,1539.1c0.4,0,0.8-0.2,1.1-0.4l-0.4-0.4c-0.1,0.1-0.4,0.3-0.6,0.3c-0.5,0-0.8-0.4-0.8-1s0.3-1,0.8-1 \tc0.3,0,0.5,0.1,0.6,0.3l0.4-0.4c-0.3-0.3-0.7-0.4-1.1-0.4c-0.9,0-1.5,0.7-1.5,1.6C249.7,1538.5,250.3,1539.1,251.2,1539.1 \t M247.4,1539.1c0.4,0,0.7-0.1,0.9-0.4l0,0v0.3h0.7v-2c0-0.8-0.5-1.2-1.3-1.2c-0.5,0-0.9,0.2-1.2,0.4l0.5,0.5 \tc0.2-0.1,0.5-0.3,0.8-0.3c0.4,0,0.6,0.2,0.6,0.5v0.1c-0.2,0-0.4,0-0.6,0c-1,0-1.4,0.5-1.4,1C246.3,1538.7,246.8,1539.1,247.4,1539.1 \t M247.6,1538.6c-0.4,0-0.5-0.2-0.5-0.4c0-0.3,0.2-0.5,0.7-0.5c0.1,0,0.3,0,0.5,0v0.1C248.3,1538.3,248,1538.6,247.6,1538.6 \t M243.3,1538.6L243.3,1538.6c0.2,0.3,0.5,0.5,1,0.5c0.8,0,1.4-0.7,1.4-1.6s-0.6-1.6-1.4-1.6c-0.5,0-0.8,0.2-1,0.5l0,0v-0.4h-0.7v4.2 \th0.7V1538.6z M243.3,1537.5c0-0.6,0.4-1,0.9-1s0.8,0.4,0.8,1s-0.3,1-0.8,1S243.3,1538.1,243.3,1537.5 M238.4,1539.1h0.7v-1.9h0.6 \tl1.4,1.9h0.9l-1.8-2.3l1.5-2H241l-1.3,1.8h-0.6v-1.8h-0.7V1539.1z"/> <path class="st5" d="M368.9,1531.5h1.4l1.3-1.9h0.6v1.9h1.3v-5.4h-2.2c-1.1,0-2,0.7-2,1.8c0,0.7,0.4,1.3,1.1,1.5l0,0L368.9,1531.5z \t M372.2,1528.7h-0.7c-0.5,0-1-0.3-1-0.8s0.5-0.8,1-0.8h0.7V1528.7z M365.2,1531.6c0.7,0,1.2-0.3,1.5-0.7l0,0v0.6h1.2v-3.5 \tc0-1.3-0.9-2.1-2.3-2.1c-0.8,0-1.6,0.3-2.2,0.8l0.8,0.8c0.3-0.2,0.8-0.5,1.3-0.5c0.7,0,1.1,0.3,1.1,0.9v0.2c-0.3-0.1-0.8-0.1-1-0.1 \tc-1.7,0-2.4,0.9-2.4,1.8C363.3,1530.9,364.1,1531.6,365.2,1531.6 M365.5,1530.6c-0.6,0-0.9-0.4-0.9-0.8c0-0.5,0.4-0.8,1.3-0.8 \tc0.2,0,0.6,0,0.9,0.1v0.3C366.7,1530.1,366.2,1530.6,365.5,1530.6 M357.9,1531.5h1.2v-2.2h0.8l1.5,2.2h1.5l-2-2.9l1.7-2.6h-1.4 \tl-1.4,2.2h-0.7v-2.2h-1.2V1531.5z M354.9,1531.6c0.8,0,1.5-0.3,2-0.8l-0.8-0.8c-0.3,0.2-0.6,0.4-1.1,0.4c-0.9,0-1.5-0.8-1.5-1.8 \ts0.6-1.8,1.5-1.8c0.5,0,0.9,0.2,1.1,0.4l0.8-0.8c-0.5-0.5-1.2-0.8-2-0.8c-1.5,0-2.7,1.2-2.7,2.8 \tC352.3,1530.5,353.4,1531.6,354.9,1531.6 M347.4,1528.3c0.1-0.7,0.6-1.3,1.4-1.3c0.7,0,1.2,0.6,1.3,1.3H347.4z M348.8,1531.6 \tc0.9,0,1.6-0.3,2.2-0.8l-0.8-0.8c-0.3,0.3-0.8,0.5-1.3,0.5c-0.7,0-1.4-0.4-1.6-1.3h3.9v-0.2c0-2.1-1.2-3-2.6-3 \tc-1.5,0-2.6,1.2-2.6,2.8C346.1,1530.6,347.3,1531.6,348.8,1531.6 M343.6,1531.5h1.2v-5.4h-1.2v1.9c-0.3,0.4-0.7,0.6-1.2,0.6 \tc-0.6,0-1-0.3-1-1.1v-1.4h-1.2v1.6c0,1.3,0.8,2,1.9,2c0.6,0,1.2-0.3,1.5-0.7l0,0L343.6,1531.5L343.6,1531.5z M334,1531.5h1.1 \tl2.4-3.5l0,0v3.5h1.2v-5.4h-1.1l-2.4,3.5l0,0v-3.5H334V1531.5z M328,1531.5h1.2v-2.3h2.1v2.3h1.2v-5.4h-1.2v2.1h-2.1v-2.1H328 \tV1531.5z M323.8,1530.5v-1.7h0.9c0.5,0,0.9,0.3,0.9,0.8s-0.4,0.8-0.9,0.8L323.8,1530.5L323.8,1530.5z M322.5,1531.5h2.3 \tc1.1,0,2-0.8,2-1.9s-0.9-1.9-2-1.9h-1.1v-1.7h-1.2L322.5,1531.5L322.5,1531.5z M316.6,1531.6c1.1,0,1.5-0.9,1.6-2.6 \tc0-0.6,0.1-1.3,0.1-1.8h1.5v4.4h1.2v-5.4h-3.8c0,0-0.1,1.2-0.2,2.9c-0.1,1-0.2,1.5-0.7,1.5c-0.1,0-0.2,0-0.3-0.1v1 \tC316.1,1531.5,316.4,1531.6,316.6,1531.6 M312.8,1530.5c-0.9,0-1.4-0.7-1.4-1.7s0.6-1.7,1.4-1.7c0.9,0,1.5,0.7,1.5,1.7 \tS313.7,1530.5,312.8,1530.5 M312.8,1531.6c1.5,0,2.7-1.2,2.7-2.8c0-1.7-1.2-2.8-2.7-2.8s-2.7,1.2-2.7,2.8 \tC310.1,1530.5,311.3,1531.6,312.8,1531.6 M304.8,1531.5h1.2v-2.2h0.8l1.5,2.2h1.5l-2-2.9l1.7-2.6h-1.4l-1.4,2.2H306v-2.2h-1.2 \tV1531.5z M300.9,1530.5c-0.9,0-1.4-0.7-1.4-1.7s0.6-1.7,1.4-1.7c0.9,0,1.5,0.7,1.5,1.7C302.3,1529.8,301.7,1530.5,300.9,1530.5 \t M300.9,1531.6c1.5,0,2.7-1.2,2.7-2.8c0-1.7-1.2-2.8-2.7-2.8s-2.7,1.2-2.7,2.8C298.1,1530.5,299.3,1531.6,300.9,1531.6 \t M294.9,1531.6c1,0,1.9-0.4,2.6-1.1l-0.8-0.9c-0.4,0.4-1.1,0.7-1.7,0.7c-1.4,0-2.4-1.2-