{"id":3262,"date":"2023-10-12T13:36:10","date_gmt":"2023-10-12T13:36:10","guid":{"rendered":"https:\/\/powerup.klixpert.io\/partner\/"},"modified":"2025-04-08T06:39:50","modified_gmt":"2025-04-08T06:39:50","slug":"partner","status":"publish","type":"page","link":"https:\/\/powerup-at.s4.klixpert.dev\/de\/partner\/","title":{"rendered":"Partner"},"content":{"rendered":"\n<!-- ilj_no_linking -->\n<div class=\"klx_hero\" data-layout=\"default\" style=\"--duration: 4600ms;\">\n\n        <div class=\"content\">\n        <div class=\"inner\">\n\n                                            <p class=\"headline\">In \u00d6sterreich verwurzelt. Weltweit t\u00e4tig.<\/p>\n            \n            \n                            <div class=\"desc\"><p>Wir agieren weltweit und haben Partner in \u00fcber 40 L\u00e4ndern.<\/p>\n<\/div>\n            \n                            <div class=\"wp-block-buttons\">\n                    <div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https:\/\/powerup-at.s4.klixpert.dev\/de\/kontakt\/\" title=\"Kontaktieren Sie uns\">Kontaktieren Sie uns<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M8.77473 7.22528L16.7595 7.38824L16.9225 15.373\" stroke=\"currentColor\"><\/path>\r\n    <path d=\"M17.0243 7.22529L7.12478 17.1248\" stroke=\"currentColor\"><\/path>\r\n<\/svg>\r\n<\/a><\/div><div class=\"wp-block-button secondary\"><a class=\"wp-block-button__link\" href=\"https:\/\/powerup-at.s4.klixpert.dev\/de\/erhalten-sie-ihr-angebot\/\" title=\"Jetzt Angebot erhalten!\">Jetzt Angebot erhalten!<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M8.77473 7.22528L16.7595 7.38824L16.9225 15.373\" stroke=\"currentColor\"><\/path>\r\n    <path d=\"M17.0243 7.22529L7.12478 17.1248\" stroke=\"currentColor\"><\/path>\r\n<\/svg>\r\n<\/a><\/div>                <\/div>\n            \n                        \n        <\/div>\n    <\/div>\n    \n    <div id=\"el-69d172a34a4c1\" class=\"slider swiper-container\">\n        <div class=\"swiper-wrapper\">\n                            <div class=\"swiper-slide\">\n\n                    \n                    <div class=\"background\">\n                                                    <div class=\"darkener\"><\/div>\n                        \n                                                    <figure class=\"image_container default\"><picture><source srcset=\"https:\/\/powerup-at.s4.klixpert.dev\/app\/uploads\/2023\/10\/worldwide-scaled-493x504.webp\" media=\"(max-width: 449.98px)\"\/><source srcset=\"https:\/\/powerup-at.s4.klixpert.dev\/app\/uploads\/2023\/10\/worldwide-scaled-633x504.webp\" media=\"(max-width: 575.98px)\"\/><source srcset=\"https:\/\/powerup-at.s4.klixpert.dev\/app\/uploads\/2023\/10\/worldwide-scaled-921x550.webp\" media=\"(max-width: 767.98px)\"\/><source srcset=\"https:\/\/powerup-at.s4.klixpert.dev\/app\/uploads\/2023\/10\/worldwide-scaled-1190x787.webp\" media=\"(max-width: 991.98px)\"\/><source srcset=\"https:\/\/powerup-at.s4.klixpert.dev\/app\/uploads\/2023\/10\/worldwide-scaled-1440x787.webp\" media=\"(max-width: 1199.98px)\"\/><source srcset=\"https:\/\/powerup-at.s4.klixpert.dev\/app\/uploads\/2023\/10\/worldwide-scaled-1920x787.webp\" media=\"(max-width: 1600px)\"\/><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/powerup-at.s4.klixpert.dev\/app\/uploads\/2023\/10\/worldwide-scaled-2304x787.webp\" width=\"2304\" height=\"787\" alt=\"\" \/><\/picture><\/figure>                                            <\/div>\n                <\/div>\n                    <\/div>\n\t<\/div>\n\n    \n    \n    <div id=\"el-69d172a34a4c1_pagination\" class=\"swiper-pagination\"><\/div>\n\n    <script type=\"text\/javascript\">\n\t\t\/\/ document.addEventListener('DOMContentLoaded', function(){ \n\t\twindow.addEventListener('load', function() {\n\n                var swiperEl = document.getElementById('el-69d172a34a4c1');\n\t\t        var slidesCount = swiperEl ? document.querySelectorAll('#el-69d172a34a4c1 .swiper-slide').length : 0;\n\n\t\t        var loop = false;\n\t\t        if(slidesCount > 1) {\n\t\t        \tvar loop = true;\n\t\t        }\n\n                \/\/ Load and play first video if it should autoplay\n                function loadAndPlayVideo(videoElement) {\n                    if(videoElement && videoElement.getAttribute('data-autoplay') === 'true') {\n                        videoElement.load();\n                        videoElement.play().catch(function(error) {\n                            \/\/ Autoplay was prevented, which is fine\n                        });\n                    }\n                }\n\n                \/\/ Load first slide's video immediately (works for both Swiper and non-Swiper)\n                var firstSlide = swiperEl ? swiperEl.querySelector('.swiper-slide:first-child') : null;\n                if(firstSlide) {\n                    var firstVideo = firstSlide.querySelector('video');\n                    if(firstVideo) {\n                        loadAndPlayVideo(firstVideo);\n                    }\n                }\n\n                function changeActiveClass(swiper) {\n                    var _swiper = swiper;\n                    var activeSlide = _swiper.el.querySelector('.swiper-slide.swiper-slide-active');\n                    activeSlide.classList.add('active');\n                    \n                    \/\/ Load video for active slide if it has a lazy-loaded video\n                    var activeVideo = activeSlide.querySelector('video source[data-src]');\n                    if(activeVideo) {\n                        var videoElement = activeVideo.parentElement;\n                        activeVideo.setAttribute('src', activeVideo.getAttribute('data-src'));\n                        activeVideo.removeAttribute('data-src');\n                        videoElement.setAttribute('data-autoplay', 'true');\n                        loadAndPlayVideo(videoElement);\n                    } else {\n                        \/\/ Video already has src, just play it if it should autoplay\n                        var existingVideo = activeSlide.querySelector('video');\n                        if(existingVideo && existingVideo.getAttribute('data-autoplay') === 'true') {\n                            existingVideo.play().catch(function(error) {\n                                \/\/ Autoplay was prevented, which is fine\n                            });\n                        }\n                    }\n                    \n                    setTimeout(function() {\n                        var _item = _swiper.el.querySelector('.swiper-slide:not(.swiper-slide-active)');\n                        if(_item) {\n                            _item.classList.remove('active');\n                            \/\/ Pause videos in inactive slides\n                            var inactiveVideo = _item.querySelector('video');\n                            if(inactiveVideo) {\n                                inactiveVideo.pause();\n                            }\n                        }\n                    }, 1000);\n                }\n\n                \/\/ Only initialize Swiper if there are multiple slides\n                \n\t\t}, false);\n    <\/script>\n\n<\/div>\n<!-- \/ilj_no_linking -->\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h1 class=\"hx wp-block-heading\">Unser Netzwerk<\/h1>\n\n\n\n<p>Ob Sie mit unseren globalen Service- und Vertriebspartnern oder mit einem PowerUP-Experten aus einem anderen Land sprechen m\u00f6chten, wir sind f\u00fcr Sie da &#8211; \u00fcberall.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n<\/div>\n\n\n\r\n\r\n\r\n<div class=\"klx_world_2024 view-world\">\r\n\r\n    <div class=\"inner\">\r\n        <div class=\"legend\">\r\n            <div class=\"item\">\r\n                <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\"\r\n\t viewBox=\"0 0 28 28\" style=\"enable-background:new 0 0 28 28;\" xml:space=\"preserve\">\r\n\t<circle fill=\"currentColor\" opacity=\"0.13\" cx=\"14\" cy=\"14\" r=\"14\"><\/circle>\r\n\t<g>\r\n\t\t<polygon fill=\"currentColor\" points=\"11.62411,7.473 11.62411,10.21646 9.53547,11.42237 9.53547,15.5981 7.15951,16.96986 7.15951,10.0506 \t\"><\/polygon>\r\n\t\t<polygon fill=\"currentColor\" points=\"11.62411,7.473 11.62411,10.21646 9.53547,11.42237 9.53547,15.5981 7.15951,16.96986 7.15951,10.0506 \t\"><\/polygon>\r\n\t\t<polygon fill=\"currentColor\" points=\"8.00779,18.43909 10.38375,17.0674 14,19.15523 17.61632,17.0674 19.99221,18.43909 14,21.89876 \t\"><\/polygon>\r\n\t\t<polygon fill=\"currentColor\" points=\"16.37596,7.473 16.37596,10.21646 18.4646,11.42237 18.4646,15.5981 20.84049,16.96986 20.84049,10.0506 \t\"><\/polygon>\r\n\t\t<polygon fill=\"currentColor\" points=\"16.37596,7.473 20.84049,10.0506 20.84049,16.96986 18.4646,15.5981 18.4646,11.42237 16.37596,10.21646 \t\"><\/polygon>\r\n\t\t<polygon fill=\"currentColor\" points=\"8.00779,18.43909 10.38375,17.0674 14,19.15523 17.61632,17.0674 19.99221,18.43909 14,21.89876 \t\"><\/polygon>\r\n\t\t<polygon fill=\"currentColor\" points=\"14,6.10124 15.18794,6.78712 15.18794,13.31416 14,14.00004 12.81206,13.31416 12.81206,6.78712 \t\"><\/polygon>\r\n\t\t<polygon fill=\"currentColor\" points=\"14,6.10124 15.18794,6.78712 15.18794,13.31416 14,14.00004 12.81206,13.31416 12.81206,6.78712 \t\"><\/polygon>\r\n\t<\/g>\r\n<\/svg>\r\n                <span>PowerUP<\/span>\r\n            <\/div>\r\n            <div class=\"item\">\r\n                <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n    <circle cx=\"12.0003\" cy=\"12\" r=\"5.14286\" fill=\"currentColor\"><\/circle>\r\n<\/svg>\r\n                <span>Distributors<\/span>\r\n            <\/div>\r\n                                <\/div>\r\n        <div class=\"locations\">\r\n            <div class=\"regions\">\r\n                                    <div class=\"region\" data-id=\"europe\">\r\n\r\n                        <div class=\"toggler\">\r\n                            <p class=\"hx\">Europa<\/p>\r\n                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n                                <circle cx=\"12.0003\" cy=\"12\" r=\"8.14286\" fill=\"currentColor\"><\/circle>\r\n                                <text text-anchor=\"middle\" alignment-baseline=\"central\" style=\"fill: #fff;font-family: var(--wp--preset--font-family--body);font-size: 73%;font-weight: var(--fw--regular);\">\r\n                                    <tspan x=\"12\" dy=\"16\">8<\/tspan>\r\n                                <\/text>\r\n                            <\/svg>\r\n                            <div class=\"icon\">\r\n                                <svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M32 15.8394L0 15.8394\" stroke=\"currentColor\"><\/path>\r\n    <path d=\"M15.8392 32L15.8392 0\" stroke=\"currentColor\"><\/path>\r\n<\/svg>\r\n                            <\/div>\r\n                        <\/div>\r\n\r\n                        <div class=\"content\" style=\"display:none\">\r\n                            <div class=\"inner\">\r\n                                                                    <div class=\"location\" data-id=\"europe_11560\">\r\n                                        <p class=\"hx\">MPE Limited<\/p>\r\n                                        <div class=\"tags\">\r\n                                                                                    <\/div>\r\n                                    <\/div>\r\n                                                                    <div class=\"location\" data-id=\"europe_4245\">\r\n                                        <p class=\"hx\">PowerUP GmbH<\/p>\r\n                                        <div class=\"tags\">\r\n                                                                                    <\/div>\r\n                                    <\/div>\r\n                                                                    <div class=\"location\" data-id=\"europe_4241\">\r\n                                        <p class=\"hx\">PowerUP Iberia, S.L.<\/p>\r\n                                        <div class=\"tags\">\r\n                                                                                    <\/div>\r\n                                    <\/div>\r\n                                                                    <div class=\"location\" data-id=\"europe_4254\">\r\n                                        <p class=\"hx\">Energen<\/p>\r\n                                        <div class=\"tags\">\r\n                                                                                    <\/div>\r\n                                    <\/div>\r\n                                                                    <div class=\"location\" data-id=\"europe_4249\">\r\n                                        <p class=\"hx\">Gas Power sp. z o.o. sp.k.<\/p>\r\n                                        <div class=\"tags\">\r\n                                                                                    <\/div>\r\n                                    <\/div>\r\n                                                                    <div class=\"location\" data-id=\"europe_4240\">\r\n                                        <p class=\"hx\">Injegov &#8211; Advanced Mechanical services S.A.<\/p>\r\n                                        <div class=\"tags\">\r\n                                                                                    <\/div>\r\n                                    <\/div>\r\n                                                                    <div class=\"location\" data-id=\"europe_4248\">\r\n                                        <p class=\"hx\">NNG ENERJ\u0130 TEKNOLOJ\u0130 TAAHH\u00dcT ve T\u0130C. LTD. \u015eT\u0130<\/p>\r\n                                        <div class=\"tags\">\r\n                                                                                    <\/div>\r\n                                    <\/div>\r\n                                                                    <div class=\"location\" data-id=\"europe_4242\">\r\n                                        <p class=\"hx\">Rail Pro Trading Ltd<\/p>\r\n                                        <div class=\"tags\">\r\n                                                                                    <\/div>\r\n                                    <\/div>\r\n                                                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                    <div class=\"region\" data-id=\"asia\">\r\n\r\n                        <div class=\"toggler\">\r\n                            <p class=\"hx\">Asien<\/p>\r\n                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n                                <circle cx=\"12.0003\" cy=\"12\" r=\"8.14286\" fill=\"currentColor\"><\/circle>\r\n                                <text text-anchor=\"middle\" alignment-baseline=\"central\" style=\"fill: #fff;font-family: var(--wp--preset--font-family--body);font-size: 73%;font-weight: var(--fw--regular);\">\r\n                                    <tspan x=\"12\" dy=\"16\">4<\/tspan>\r\n                                <\/text>\r\n                            <\/svg>\r\n                            <div class=\"icon\">\r\n                                <svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M32 15.8394L0 15.8394\" stroke=\"currentColor\"><\/path>\r\n    <path d=\"M15.8392 32L15.8392 0\" stroke=\"currentColor\"><\/path>\r\n<\/svg>\r\n                            <\/div>\r\n                        <\/div>\r\n\r\n                        <div class=\"content\" style=\"display:none\">\r\n                            <div class=\"inner\">\r\n                                                                    <div class=\"location\" data-id=\"asia_7332\">\r\n                                        <p class=\"hx\">Atlas Energy System Limited<\/p>\r\n                                        <div class=\"tags\">\r\n                                                                                    <\/div>\r\n                                    <\/div>\r\n                                                                    <div class=\"location\" data-id=\"asia_4246\">\r\n                                        <p class=\"hx\">Engine Parts Distributor<\/p>\r\n                                        <div class=\"tags\">\r\n                                                                                    <\/div>\r\n                                    <\/div>\r\n                                                                    <div class=\"location\" data-id=\"asia_4248\">\r\n                                        <p class=\"hx\">NNG ENERJ\u0130 TEKNOLOJ\u0130 TAAHH\u00dcT ve T\u0130C. LTD. \u015eT\u0130<\/p>\r\n                                        <div class=\"tags\">\r\n                                                                                    <\/div>\r\n                                    <\/div>\r\n                                                                    <div class=\"location\" data-id=\"asia_4255\">\r\n                                        <p class=\"hx\">T H Ahn\/Hana International<\/p>\r\n                                        <div class=\"tags\">\r\n                                                                                    <\/div>\r\n                                    <\/div>\r\n                                                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                    <div class=\"region\" data-id=\"australia\">\r\n\r\n                        <div class=\"toggler\">\r\n                            <p class=\"hx\">Australien<\/p>\r\n                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n                                <circle cx=\"12.0003\" cy=\"12\" r=\"8.14286\" fill=\"currentColor\"><\/circle>\r\n                                <text text-anchor=\"middle\" alignment-baseline=\"central\" style=\"fill: #fff;font-family: var(--wp--preset--font-family--body);font-size: 73%;font-weight: var(--fw--regular);\">\r\n                                    <tspan x=\"12\" dy=\"16\">1<\/tspan>\r\n                                <\/text>\r\n                            <\/svg>\r\n                            <div class=\"icon\">\r\n                                <svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M32 15.8394L0 15.8394\" stroke=\"currentColor\"><\/path>\r\n    <path d=\"M15.8392 32L15.8392 0\" stroke=\"currentColor\"><\/path>\r\n<\/svg>\r\n                            <\/div>\r\n                        <\/div>\r\n\r\n                        <div class=\"content\" style=\"display:none\">\r\n                            <div class=\"inner\">\r\n                                                                    <div class=\"location\" data-id=\"australia_4244\">\r\n                                        <p class=\"hx\">TSF Power Pty Ltd<\/p>\r\n                                        <div class=\"tags\">\r\n                                                                                    <\/div>\r\n                                    <\/div>\r\n                                                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                    <div class=\"region\" data-id=\"africa\">\r\n\r\n                        <div class=\"toggler\">\r\n                            <p class=\"hx\">Afrika<\/p>\r\n                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n                                <circle cx=\"12.0003\" cy=\"12\" r=\"8.14286\" fill=\"currentColor\"><\/circle>\r\n                                <text text-anchor=\"middle\" alignment-baseline=\"central\" style=\"fill: #fff;font-family: var(--wp--preset--font-family--body);font-size: 73%;font-weight: var(--fw--regular);\">\r\n                                    <tspan x=\"12\" dy=\"16\">2<\/tspan>\r\n                                <\/text>\r\n                            <\/svg>\r\n                            <div class=\"icon\">\r\n                                <svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M32 15.8394L0 15.8394\" stroke=\"currentColor\"><\/path>\r\n    <path d=\"M15.8392 32L15.8392 0\" stroke=\"currentColor\"><\/path>\r\n<\/svg>\r\n                            <\/div>\r\n                        <\/div>\r\n\r\n                        <div class=\"content\" style=\"display:none\">\r\n                            <div class=\"inner\">\r\n                                                                    <div class=\"location\" data-id=\"africa_4253\">\r\n                                        <p class=\"hx\">ADC Projects<\/p>\r\n                                        <div class=\"tags\">\r\n                                                                                    <\/div>\r\n                                    <\/div>\r\n                                                                    <div class=\"location\" data-id=\"africa_4250\">\r\n                                        <p class=\"hx\">Ridge Power Ltd<\/p>\r\n                                        <div class=\"tags\">\r\n                                                                                    <\/div>\r\n                                    <\/div>\r\n                                                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                    <div class=\"region\" data-id=\"america\">\r\n\r\n                        <div class=\"toggler\">\r\n                            <p class=\"hx\">America<\/p>\r\n                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n                                <circle cx=\"12.0003\" cy=\"12\" r=\"8.14286\" fill=\"currentColor\"><\/circle>\r\n                                <text text-anchor=\"middle\" alignment-baseline=\"central\" style=\"fill: #fff;font-family: var(--wp--preset--font-family--body);font-size: 73%;font-weight: var(--fw--regular);\">\r\n                                    <tspan x=\"12\" dy=\"16\">1<\/tspan>\r\n                                <\/text>\r\n                            <\/svg>\r\n                            <div class=\"icon\">\r\n                                <svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M32 15.8394L0 15.8394\" stroke=\"currentColor\"><\/path>\r\n    <path d=\"M15.8392 32L15.8392 0\" stroke=\"currentColor\"><\/path>\r\n<\/svg>\r\n                            <\/div>\r\n                        <\/div>\r\n\r\n                        <div class=\"content\" style=\"display:none\">\r\n                            <div class=\"inner\">\r\n                                                                    <div class=\"location\" data-id=\"america_4247\">\r\n                                        <p class=\"hx\">Advantage Governor &#038; Controls Inc.<\/p>\r\n                                        <div class=\"tags\">\r\n                                                                                    <\/div>\r\n                                    <\/div>\r\n                                                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                    <div class=\"region\" data-id=\"south-america\">\r\n\r\n                        <div class=\"toggler\">\r\n                            <p class=\"hx\">S\u00fcdamerika<\/p>\r\n                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n                                <circle cx=\"12.0003\" cy=\"12\" r=\"8.14286\" fill=\"currentColor\"><\/circle>\r\n                                <text text-anchor=\"middle\" alignment-baseline=\"central\" style=\"fill: #fff;font-family: var(--wp--preset--font-family--body);font-size: 73%;font-weight: var(--fw--regular);\">\r\n                                    <tspan x=\"12\" dy=\"16\">1<\/tspan>\r\n                                <\/text>\r\n                            <\/svg>\r\n                            <div class=\"icon\">\r\n                                <svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M32 15.8394L0 15.8394\" stroke=\"currentColor\"><\/path>\r\n    <path d=\"M15.8392 32L15.8392 0\" stroke=\"currentColor\"><\/path>\r\n<\/svg>\r\n                            <\/div>\r\n                        <\/div>\r\n\r\n                        <div class=\"content\" style=\"display:none\">\r\n                            <div class=\"inner\">\r\n                                                                    <div class=\"location\" data-id=\"south-america_4256\">\r\n                                        <p class=\"hx\">Smart Supply<\/p>\r\n                                        <div class=\"tags\">\r\n                                                                                    <\/div>\r\n                                    <\/div>\r\n                                                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                    <div class=\"region\" data-id=\"north-america\">\r\n\r\n                        <div class=\"toggler\">\r\n                            <p class=\"hx\">Nordamerika<\/p>\r\n                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n                                <circle cx=\"12.0003\" cy=\"12\" r=\"8.14286\" fill=\"currentColor\"><\/circle>\r\n                                <text text-anchor=\"middle\" alignment-baseline=\"central\" style=\"fill: #fff;font-family: var(--wp--preset--font-family--body);font-size: 73%;font-weight: var(--fw--regular);\">\r\n                                    <tspan x=\"12\" dy=\"16\"><br \/>\n<b>Warning<\/b>:  Undefined array key &#8220;count&#8221; in <b>\/html\/web\/app\/themes\/powerup\/templates\/klx_world.php<\/b> on line <b>210<\/b><br \/>\n<\/tspan>\r\n                                <\/text>\r\n                            <\/svg>\r\n                            <div class=\"icon\">\r\n                                <svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M32 15.8394L0 15.8394\" stroke=\"currentColor\"><\/path>\r\n    <path d=\"M15.8392 32L15.8392 0\" stroke=\"currentColor\"><\/path>\r\n<\/svg>\r\n                            <\/div>\r\n                        <\/div>\r\n\r\n                        <div class=\"content\" style=\"display:none\">\r\n                            <div class=\"inner\">\r\n                                <br \/>\n<b>Warning<\/b>:  Undefined array key &#8220;locations&#8221; in <b>\/html\/web\/app\/themes\/powerup\/templates\/klx_world.php<\/b> on line <b>220<\/b><br \/>\n<br \/>\n<b>Warning<\/b>:  foreach() argument must be of type array|object, null given in <b>\/html\/web\/app\/themes\/powerup\/templates\/klx_world.php<\/b> on line <b>220<\/b><br \/>\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                    <div class=\"region\" data-id=\"central-america\">\r\n\r\n                        <div class=\"toggler\">\r\n                            <p class=\"hx\">Zentralamerika<\/p>\r\n                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n                                <circle cx=\"12.0003\" cy=\"12\" r=\"8.14286\" fill=\"currentColor\"><\/circle>\r\n                                <text text-anchor=\"middle\" alignment-baseline=\"central\" style=\"fill: #fff;font-family: var(--wp--preset--font-family--body);font-size: 73%;font-weight: var(--fw--regular);\">\r\n                                    <tspan x=\"12\" dy=\"16\"><br \/>\n<b>Warning<\/b>:  Undefined array key &#8220;count&#8221; in <b>\/html\/web\/app\/themes\/powerup\/templates\/klx_world.php<\/b> on line <b>210<\/b><br \/>\n<\/tspan>\r\n                                <\/text>\r\n                            <\/svg>\r\n                            <div class=\"icon\">\r\n                                <svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M32 15.8394L0 15.8394\" stroke=\"currentColor\"><\/path>\r\n    <path d=\"M15.8392 32L15.8392 0\" stroke=\"currentColor\"><\/path>\r\n<\/svg>\r\n                            <\/div>\r\n                        <\/div>\r\n\r\n                        <div class=\"content\" style=\"display:none\">\r\n                            <div class=\"inner\">\r\n                                <br \/>\n<b>Warning<\/b>:  Undefined array key &#8220;locations&#8221; in <b>\/html\/web\/app\/themes\/powerup\/templates\/klx_world.php<\/b> on line <b>220<\/b><br \/>\n<br \/>\n<b>Warning<\/b>:  foreach() argument must be of type array|object, null given in <b>\/html\/web\/app\/themes\/powerup\/templates\/klx_world.php<\/b> on line <b>220<\/b><br \/>\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                            <\/div>\r\n\r\n                    <\/div>\r\n\r\n        <div class=\"world\">\r\n            <div class=\"image\">\r\n\r\n                                    <div class=\"marker-region\" data-id=\"europe\" style=\"left:51%;top:32%;\">\r\n                        <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                            <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n                            <circle cx=\"12.0003\" cy=\"12\" r=\"8.14286\" fill=\"currentColor\"><\/circle>\r\n                            <text text-anchor=\"middle\" alignment-baseline=\"central\" style=\"fill: #fff;font-family: var(--wp--preset--font-family--body);font-size: 73%;font-weight: var(--fw--regular);\">\r\n                                <tspan x=\"12\" dy=\"16\">8<\/tspan>\r\n                            <\/text>\r\n                        <\/svg>\r\n                    <\/div>\r\n                                    <div class=\"marker-region\" data-id=\"asia\" style=\"left:72%;top:39%;\">\r\n                        <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                            <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n                            <circle cx=\"12.0003\" cy=\"12\" r=\"8.14286\" fill=\"currentColor\"><\/circle>\r\n                            <text text-anchor=\"middle\" alignment-baseline=\"central\" style=\"fill: #fff;font-family: var(--wp--preset--font-family--body);font-size: 73%;font-weight: var(--fw--regular);\">\r\n                                <tspan x=\"12\" dy=\"16\">4<\/tspan>\r\n                            <\/text>\r\n                        <\/svg>\r\n                    <\/div>\r\n                                    <div class=\"marker-region\" data-id=\"australia\" style=\"left:84%;top:78%;\">\r\n                        <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                            <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n                            <circle cx=\"12.0003\" cy=\"12\" r=\"8.14286\" fill=\"currentColor\"><\/circle>\r\n                            <text text-anchor=\"middle\" alignment-baseline=\"central\" style=\"fill: #fff;font-family: var(--wp--preset--font-family--body);font-size: 73%;font-weight: var(--fw--regular);\">\r\n                                <tspan x=\"12\" dy=\"16\">1<\/tspan>\r\n                            <\/text>\r\n                        <\/svg>\r\n                    <\/div>\r\n                                    <div class=\"marker-region\" data-id=\"africa\" style=\"left:52%;top:57%;\">\r\n                        <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                            <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n                            <circle cx=\"12.0003\" cy=\"12\" r=\"8.14286\" fill=\"currentColor\"><\/circle>\r\n                            <text text-anchor=\"middle\" alignment-baseline=\"central\" style=\"fill: #fff;font-family: var(--wp--preset--font-family--body);font-size: 73%;font-weight: var(--fw--regular);\">\r\n                                <tspan x=\"12\" dy=\"16\">2<\/tspan>\r\n                            <\/text>\r\n                        <\/svg>\r\n                    <\/div>\r\n                                    <div class=\"marker-region\" data-id=\"america\" style=\"left:0%;top:0%;\">\r\n                        <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                            <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n                            <circle cx=\"12.0003\" cy=\"12\" r=\"8.14286\" fill=\"currentColor\"><\/circle>\r\n                            <text text-anchor=\"middle\" alignment-baseline=\"central\" style=\"fill: #fff;font-family: var(--wp--preset--font-family--body);font-size: 73%;font-weight: var(--fw--regular);\">\r\n                                <tspan x=\"12\" dy=\"16\">1<\/tspan>\r\n                            <\/text>\r\n                        <\/svg>\r\n                    <\/div>\r\n                                    <div class=\"marker-region\" data-id=\"south-america\" style=\"left:31%;top:74%;\">\r\n                        <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                            <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n                            <circle cx=\"12.0003\" cy=\"12\" r=\"8.14286\" fill=\"currentColor\"><\/circle>\r\n                            <text text-anchor=\"middle\" alignment-baseline=\"central\" style=\"fill: #fff;font-family: var(--wp--preset--font-family--body);font-size: 73%;font-weight: var(--fw--regular);\">\r\n                                <tspan x=\"12\" dy=\"16\">1<\/tspan>\r\n                            <\/text>\r\n                        <\/svg>\r\n                    <\/div>\r\n                                    <div class=\"marker-region\" data-id=\"north-america\" style=\"left:<br><\/div>\n<b>Warning<\/b>:  Undefined array key &#8220;marker&#8221; in <b>\/html\/web\/app\/themes\/powerup\/templates\/klx_world.php<\/b> on line <b>328<\/b><br \/>\n<br \/>\n<b>Warning<\/b>:  Trying to access array offset on null in <b>\/html\/web\/app\/themes\/powerup\/templates\/klx_world.php<\/b> on line <b>328<\/b><br \/>\n%;top:<br \/>\n<b>Warning<\/b>:  Undefined array key &#8220;marker&#8221; in <b>\/html\/web\/app\/themes\/powerup\/templates\/klx_world.php<\/b> on line <b>328<\/b><br \/>\n<br \/>\n<b>Warning<\/b>:  Trying to access array offset on null in <b>\/html\/web\/app\/themes\/powerup\/templates\/klx_world.php<\/b> on line <b>328<\/b><br \/>\n%;&#8221;>\r\n                        <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                            <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n                            <circle cx=\"12.0003\" cy=\"12\" r=\"8.14286\" fill=\"currentColor\"><\/circle>\r\n                            <text text-anchor=\"middle\" alignment-baseline=\"central\" style=\"fill: #fff;font-family: var(--wp--preset--font-family--body);font-size: 73%;font-weight: var(--fw--regular);\">\r\n                                <tspan x=\"12\" dy=\"16\"><br \/>\n<b>Warning<\/b>:  Undefined array key &#8220;count&#8221; in <b>\/html\/web\/app\/themes\/powerup\/templates\/klx_world.php<\/b> on line <b>333<\/b><br \/>\n<\/tspan>\r\n                            <\/text>\r\n                        <\/svg>\r\n                    <\/div>\r\n                                    <div class=\"marker-region\" data-id=\"central-america\" style=\"left:<br><\/div>\n<b>Warning<\/b>:  Undefined array key &#8220;marker&#8221; in <b>\/html\/web\/app\/themes\/powerup\/templates\/klx_world.php<\/b> on line <b>328<\/b><br \/>\n<br \/>\n<b>Warning<\/b>:  Trying to access array offset on null in <b>\/html\/web\/app\/themes\/powerup\/templates\/klx_world.php<\/b> on line <b>328<\/b><br \/>\n%;top:<br \/>\n<b>Warning<\/b>:  Undefined array key &#8220;marker&#8221; in <b>\/html\/web\/app\/themes\/powerup\/templates\/klx_world.php<\/b> on line <b>328<\/b><br \/>\n<br \/>\n<b>Warning<\/b>:  Trying to access array offset on null in <b>\/html\/web\/app\/themes\/powerup\/templates\/klx_world.php<\/b> on line <b>328<\/b><br \/>\n%;&#8221;>\r\n                        <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                            <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n                            <circle cx=\"12.0003\" cy=\"12\" r=\"8.14286\" fill=\"currentColor\"><\/circle>\r\n                            <text text-anchor=\"middle\" alignment-baseline=\"central\" style=\"fill: #fff;font-family: var(--wp--preset--font-family--body);font-size: 73%;font-weight: var(--fw--regular);\">\r\n                                <tspan x=\"12\" dy=\"16\"><br \/>\n<b>Warning<\/b>:  Undefined array key &#8220;count&#8221; in <b>\/html\/web\/app\/themes\/powerup\/templates\/klx_world.php<\/b> on line <b>333<\/b><br \/>\n<\/tspan>\r\n                            <\/text>\r\n                        <\/svg>\r\n                    <\/div>\r\n                \r\n                \r\n                                                            <div class=\"marker\" data-id=\"europe_11560\" style=\"left:46.5%;top:31.5%;\">\r\n                                                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n    <circle cx=\"12.0003\" cy=\"12\" r=\"5.14286\" fill=\"currentColor\"><\/circle>\r\n<\/svg>\r\n                                                    <\/div>\r\n                                            <div class=\"marker\" data-id=\"europe_4245\" style=\"left:50.2%;top:35.45%;\">\r\n                                                            <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\"\r\n\t viewBox=\"0 0 28 28\" style=\"enable-background:new 0 0 28 28;\" xml:space=\"preserve\">\r\n\t<circle fill=\"currentColor\" opacity=\"0.13\" cx=\"14\" cy=\"14\" r=\"14\"><\/circle>\r\n\t<g>\r\n\t\t<polygon fill=\"currentColor\" points=\"11.62411,7.473 11.62411,10.21646 9.53547,11.42237 9.53547,15.5981 7.15951,16.96986 7.15951,10.0506 \t\"><\/polygon>\r\n\t\t<polygon fill=\"currentColor\" points=\"11.62411,7.473 11.62411,10.21646 9.53547,11.42237 9.53547,15.5981 7.15951,16.96986 7.15951,10.0506 \t\"><\/polygon>\r\n\t\t<polygon fill=\"currentColor\" points=\"8.00779,18.43909 10.38375,17.0674 14,19.15523 17.61632,17.0674 19.99221,18.43909 14,21.89876 \t\"><\/polygon>\r\n\t\t<polygon fill=\"currentColor\" points=\"16.37596,7.473 16.37596,10.21646 18.4646,11.42237 18.4646,15.5981 20.84049,16.96986 20.84049,10.0506 \t\"><\/polygon>\r\n\t\t<polygon fill=\"currentColor\" points=\"16.37596,7.473 20.84049,10.0506 20.84049,16.96986 18.4646,15.5981 18.4646,11.42237 16.37596,10.21646 \t\"><\/polygon>\r\n\t\t<polygon fill=\"currentColor\" points=\"8.00779,18.43909 10.38375,17.0674 14,19.15523 17.61632,17.0674 19.99221,18.43909 14,21.89876 \t\"><\/polygon>\r\n\t\t<polygon fill=\"currentColor\" points=\"14,6.10124 15.18794,6.78712 15.18794,13.31416 14,14.00004 12.81206,13.31416 12.81206,6.78712 \t\"><\/polygon>\r\n\t\t<polygon fill=\"currentColor\" points=\"14,6.10124 15.18794,6.78712 15.18794,13.31416 14,14.00004 12.81206,13.31416 12.81206,6.78712 \t\"><\/polygon>\r\n\t<\/g>\r\n<\/svg>\r\n                                                    <\/div>\r\n                                            <div class=\"marker\" data-id=\"europe_4241\" style=\"left:46%;top:40%;\">\r\n                                                            <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\"\r\n\t viewBox=\"0 0 28 28\" style=\"enable-background:new 0 0 28 28;\" xml:space=\"preserve\">\r\n\t<circle fill=\"currentColor\" opacity=\"0.13\" cx=\"14\" cy=\"14\" r=\"14\"><\/circle>\r\n\t<g>\r\n\t\t<polygon fill=\"currentColor\" points=\"11.62411,7.473 11.62411,10.21646 9.53547,11.42237 9.53547,15.5981 7.15951,16.96986 7.15951,10.0506 \t\"><\/polygon>\r\n\t\t<polygon fill=\"currentColor\" points=\"11.62411,7.473 11.62411,10.21646 9.53547,11.42237 9.53547,15.5981 7.15951,16.96986 7.15951,10.0506 \t\"><\/polygon>\r\n\t\t<polygon fill=\"currentColor\" points=\"8.00779,18.43909 10.38375,17.0674 14,19.15523 17.61632,17.0674 19.99221,18.43909 14,21.89876 \t\"><\/polygon>\r\n\t\t<polygon fill=\"currentColor\" points=\"16.37596,7.473 16.37596,10.21646 18.4646,11.42237 18.4646,15.5981 20.84049,16.96986 20.84049,10.0506 \t\"><\/polygon>\r\n\t\t<polygon fill=\"currentColor\" points=\"16.37596,7.473 20.84049,10.0506 20.84049,16.96986 18.4646,15.5981 18.4646,11.42237 16.37596,10.21646 \t\"><\/polygon>\r\n\t\t<polygon fill=\"currentColor\" points=\"8.00779,18.43909 10.38375,17.0674 14,19.15523 17.61632,17.0674 19.99221,18.43909 14,21.89876 \t\"><\/polygon>\r\n\t\t<polygon fill=\"currentColor\" points=\"14,6.10124 15.18794,6.78712 15.18794,13.31416 14,14.00004 12.81206,13.31416 12.81206,6.78712 \t\"><\/polygon>\r\n\t\t<polygon fill=\"currentColor\" points=\"14,6.10124 15.18794,6.78712 15.18794,13.31416 14,14.00004 12.81206,13.31416 12.81206,6.78712 \t\"><\/polygon>\r\n\t<\/g>\r\n<\/svg>\r\n                                                    <\/div>\r\n                                            <div class=\"marker\" data-id=\"europe_4254\" style=\"left:51.05%;top:36.3%;\">\r\n                                                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n    <circle cx=\"12.0003\" cy=\"12\" r=\"5.14286\" fill=\"currentColor\"><\/circle>\r\n<\/svg>\r\n                                                    <\/div>\r\n                                            <div class=\"marker\" data-id=\"europe_4249\" style=\"left:51.23%;top:30.61%;\">\r\n                                                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n    <circle cx=\"12.0003\" cy=\"12\" r=\"5.14286\" fill=\"currentColor\"><\/circle>\r\n<\/svg>\r\n                                                    <\/div>\r\n                                            <div class=\"marker\" data-id=\"europe_4240\" style=\"left:53.23%;top:41.81%;\">\r\n                                                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n    <circle cx=\"12.0003\" cy=\"12\" r=\"5.14286\" fill=\"currentColor\"><\/circle>\r\n<\/svg>\r\n                                                    <\/div>\r\n                                            <div class=\"marker\" data-id=\"europe_4248\" style=\"left:55%;top:40%;\">\r\n                                                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n    <circle cx=\"12.0003\" cy=\"12\" r=\"5.14286\" fill=\"currentColor\"><\/circle>\r\n<\/svg>\r\n                                                    <\/div>\r\n                                            <div class=\"marker\" data-id=\"europe_4242\" style=\"left:54%;top:37%;\">\r\n                                                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n    <circle cx=\"12.0003\" cy=\"12\" r=\"5.14286\" fill=\"currentColor\"><\/circle>\r\n<\/svg>\r\n                                                    <\/div>\r\n                                                                                <div class=\"marker\" data-id=\"asia_7332\" style=\"left:71.73%;top:50.88%;\">\r\n                                                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n    <circle cx=\"12.0003\" cy=\"12\" r=\"5.14286\" fill=\"currentColor\"><\/circle>\r\n<\/svg>\r\n                                                    <\/div>\r\n                                            <div class=\"marker\" data-id=\"asia_4246\" style=\"left:67.42%;top:46.36%;\">\r\n                                                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n    <circle cx=\"12.0003\" cy=\"12\" r=\"5.14286\" fill=\"currentColor\"><\/circle>\r\n<\/svg>\r\n                                                    <\/div>\r\n                                            <div class=\"marker\" data-id=\"asia_4248\" style=\"left:55%;top:40%;\">\r\n                                                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n    <circle cx=\"12.0003\" cy=\"12\" r=\"5.14286\" fill=\"currentColor\"><\/circle>\r\n<\/svg>\r\n                                                    <\/div>\r\n                                            <div class=\"marker\" data-id=\"asia_4255\" style=\"left:82.13%;top:42.59%;\">\r\n                                                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n    <circle cx=\"12.0003\" cy=\"12\" r=\"5.14286\" fill=\"currentColor\"><\/circle>\r\n<\/svg>\r\n                                                    <\/div>\r\n                                                                                <div class=\"marker\" data-id=\"australia_4244\" style=\"left:88.40%;top:85%;\">\r\n                                                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n    <circle cx=\"12.0003\" cy=\"12\" r=\"5.14286\" fill=\"currentColor\"><\/circle>\r\n<\/svg>\r\n                                                    <\/div>\r\n                                                                                <div class=\"marker\" data-id=\"africa_4253\" style=\"left:55.63%;top:79.55%;\">\r\n                                                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n    <circle cx=\"12.0003\" cy=\"12\" r=\"5.14286\" fill=\"currentColor\"><\/circle>\r\n<\/svg>\r\n                                                    <\/div>\r\n                                            <div class=\"marker\" data-id=\"africa_4250\" style=\"left:47.97%;top:60.55%;\">\r\n                                                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n    <circle cx=\"12.0003\" cy=\"12\" r=\"5.14286\" fill=\"currentColor\"><\/circle>\r\n<\/svg>\r\n                                                    <\/div>\r\n                                                                                <div class=\"marker\" data-id=\"america_4247\" style=\"left:16.80%;top:31.60%;\">\r\n                                                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n    <circle cx=\"12.0003\" cy=\"12\" r=\"5.14286\" fill=\"currentColor\"><\/circle>\r\n<\/svg>\r\n                                                    <\/div>\r\n                                                                                <div class=\"marker\" data-id=\"south-america_4256\" style=\"left:33.07%;top:80.89%;\">\r\n                                                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <circle opacity=\"0.13\" cx=\"12\" cy=\"12\" r=\"12\" fill=\"currentColor\"><\/circle>\r\n    <circle cx=\"12.0003\" cy=\"12\" r=\"5.14286\" fill=\"currentColor\"><\/circle>\r\n<\/svg>\r\n                                                    <\/div>\r\n                                                        <br \/>\n<b>Warning<\/b>:  Undefined array key &#8220;locations&#8221; in <b>\/html\/web\/app\/themes\/powerup\/templates\/klx_world.php<\/b> on line <b>378<\/b><br \/>\n<br \/>\n<b>Warning<\/b>:  foreach() argument must be of type array|object, null given in <b>\/html\/web\/app\/themes\/powerup\/templates\/klx_world.php<\/b> on line <b>378<\/b><br \/>\n                                    <br \/>\n<b>Warning<\/b>:  Undefined array key &#8220;locations&#8221; in <b>\/html\/web\/app\/themes\/powerup\/templates\/klx_world.php<\/b> on line <b>378<\/b><br \/>\n<br \/>\n<b>Warning<\/b>:  foreach() argument must be of type array|object, null given in <b>\/html\/web\/app\/themes\/powerup\/templates\/klx_world.php<\/b> on line <b>378<\/b><br \/>\n                \r\n                                    <div class=\"click-region\" data-id=\"europe\"><\/div>\r\n                                    <div class=\"click-region\" data-id=\"asia\"><\/div>\r\n                                    <div class=\"click-region\" data-id=\"australia\"><\/div>\r\n                                    <div class=\"click-region\" data-id=\"africa\"><\/div>\r\n                                    <div class=\"click-region\" data-id=\"america\"><\/div>\r\n                                    <div class=\"click-region\" data-id=\"south-america\"><\/div>\r\n                                    <div class=\"click-region\" data-id=\"north-america\"><\/div>\r\n                                    <div class=\"click-region\" data-id=\"central-america\"><\/div>\r\n                                <svg version=\"1.1\" id=\"powerup-weltkarte\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\"\n\t y=\"0px\" viewBox=\"0 0 3500 2000\" style=\"enable-background:new 0 0 3500 2000;\" xml:space=\"preserve\">\n<style type=\"text\/css\">\n\t#powerup-weltkarte .st0{fill:#DADADA;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;}\n<\/style>\n<g id=\"Spitzbergen\">\n\t<path id=\"XMLID_00000083074614591476682520000003873574985428928669_\" class=\"st0\" d=\"M1873.8,153c-3,1.5-10.5,0.5-8-2.2\n\t\tc2.6-2.7,2.2-5-1.7-4.5c-3.9,0.5-10.8-1.7-7.5-3.2c3.2-1.5-2.4-6.5-5.4-6.2c-3,0.2-2.1-3.7-1.9-6.5c0.2-2.7-8.6-4-6.9-5\n\t\tc1.7-1-3.7-3.2-5-1.2c-1.3,2-3.9,1.5-3.9-1.5c0-3-6.5-2.2-9-2c-2.6,0.3-1.3-6.5-3.9-8.7c-2.6-2.3-6,4.5-8,4c-1.9-0.5,1.5-5,2.6-8\n\t\tc1.1-3-9-7-10.1-4c-1.1,3-3-4.5-5.2-5.2c-2.2-0.7-0.4,5-2.4,5.5c-1.9,0.5-4.5,2.7-1.3,5.2c3.2,2.5,6.5,15,6,17\n\t\tc-0.4,2-10.3-9-10.8-14.2c-0.4-5.2-5.4-9.5-6.7-5.7c-1.3,3.7-5,5.2-3.9,9c1.1,3.7-2.6,5-2.6,2c0-3-5.4-6.5-7.3-6.7\n\t\tc-1.9-0.2,5-1.7,8.2-3.5c3.2-1.7-2.8-4.2-5.6-2.2c-2.8,2-6.5-1.2-8.2,1.5c-1.7,2.7-3.9,0-6.9-0.7c-3-0.7-5.6,5-7.8,4\n\t\tc-2.2-1-3.4,5,0,11.2c3.4,6.2,6-2,10.1-1c4.1,1-4.3,6.2-5.6,11c-0.2,0.6-0.2,1.1-0.1,1.7c2.5,2.4,4.8,5.1,6.7,8.1\n\t\tc0.4,0.3,0.8,0.7,1.2,1c2.5,0.7,4.3,2.1,5.4,3.8c3.6,1,8.2,0.4,10.2-1c2.8-2,1.9-9,5.6-8.7c3.7,0.3,1.7-3.7,4.7-5\n\t\tc3-1.2,3.4,3.2,0.9,6.7c-2.6,3.5,4.5,3.2,8.4-1c3.9-4.2,4.7-0.2,3.9,3.7c-0.9,4-8.8,1.7-11.6,6.2c-2.8,4.5-11.4,1-15.3,6\n\t\tc-3.9,5,3.4,5.2,8.8,4c5.4-1.3,15.5-2,19.4-1c3.9,1-2.4,2.5-8.8,2.5c-6.5,0-8.6,2.2-8.4,4.2c0.2,1.8-7.5-1.6-9.2,1.3\n\t\tc3.7,2.4,7.8,4.6,10.5,7.8c0.9,1.1,1.6,2.2,2.1,3.4c2.2-0.1,4.8-0.7,6.2-0.1c2.4,1-3.9,3-4.7,4.2c-0.9,1.2,6.7,3,8,5.5\n\t\tc1.3,2.5,6.7,1.2,6.5-2.2c-0.3-4.3,4.7-17.5,11.2-20.2c6.5-2.7,2.8-5.2,3.7-9.5c0.9-4.2,6-0.7,4.5-4.2c-1.5-3.5-0.6-5,3.4-9.5\n\t\tc4.1-4.5,6.7-1.3,11.6-4c4.9-2.7,7.3,2,1.9,2.5c-4.7,0.4-2.4,6.7,1.5,8.5c3.9,1.7,0.4,3.2,3.4,4c3,0.7,2.2,6-1.7,10.7\n\t\tc-3.9,4.7,1.1,5.7,9.3,2.2c3.2-1.4,4.3-1.2,4.7-0.4c2.8,0,5.6,1,7.5,3.2c0.3,0.3,0.6,0.6,0.9,1c1.7-1.4,3.3-3.1,4.6-4.8\n\t\tc3.4-4.7,8.6-4,8.4-6.5C1880.4,152.2,1876.8,151.5,1873.8,153z\"><\/path>\n\t<path id=\"XMLID_00000145759400152529182200000008543790792705309886_\" class=\"st0\" d=\"M1893.6,99.4c-2.1,1-4.5,1.3-6.7,0.4\n\t\tc-5.2-2.1-10.3-4-15.8-4.6c-1.4,1.7-3.1,2-4.1,0.9c-0.2-0.3-0.3-0.7-0.4-1.3c-3.2-0.6-5.4-2.6-6.8-5c-3.4,2.9,1,9.2-0.1,10\n\t\tc-1.3,1-7.3-1.5-7.8-5c-0.4-3.5-7.1,3.7-8-0.5c-0.3-1.4-1.3-2.6-2.7-3.7c-2.1,1-4.6,1.5-7.2,1.6c0,0,0,0,0,0.1\n\t\tc-0.5,0.9-1.7,0.6-3-0.1c-0.4,0-0.8,0-1.2-0.1c-1.2-0.1-2.2-0.3-3.3-0.4c0.4,1.4,1.1,3.4,0.6,4.6c-0.7,1.5-2.9-2.8-5.2-4.9\n\t\tc-1.4,0.1-2.9,0.3-4.5,1c-0.4,1-0.6,2.1-1.7,2.2c-2.2,0.2,3,3.2,5,5c1.9,1.7-3.2,1.8-1.1,4.2c6.5,7.5,31.9-1,35.3,1.2\n\t\tc3.4,2.2-21.3,5-20.2,8c1.1,3,21.3,5.5,22.8,3.5c1.5-2,5,4,11.6,4.5c6.7,0.5,6-3,11-3.2c4.9-0.2,12.3-3,12.5-6.2\n\t\tc0.1-1.7,4.2-3.7,7.9-5.9C1896.9,104.8,1894.6,102.4,1893.6,99.4z\"><\/path>\n<\/g>\n<g id=\"Franz\u00f6sische_S\u00fcd-_und_Antarktisgebiete\">\n\t<path class=\"st0\" d=\"M2308.9,1897.5c-1.3-3.4-11.8,8.3-3.4,12.7c3.8,1.9,5.5-2.4,8,0\n\t\tc2.5,2.4,7.6,1.5,8.4-4.4C2322.7,1899.9,2310.1,1900.9,2308.9,1897.5z\"><\/path>\n<\/g>\n<g id=\"south-america\">\n\t<path id=\"XMLID_00000108988452817960298510000009803536699028426417_\" class=\"st0\" d=\"M1298.5,1363.6c-4.2-3-7.7-7.1-9.3-11.9\n\t\tc-4.6-0.2-12.1-2.4-21.8-14.5c-10.8-13.5-21.3-12.5-28.4-10.2c-3.5,1.1-7,0.2-10.3-1.2c-4.4,2.8-9.6,3-14.6,2.1\n\t\tc-1.2-0.2-2.3-0.8-3.3-1.6c-1.3,1.2-2.5,2.2-3.7,2.7c-2.4,1-0.6-2.3,0.8-6c0,0-0.1-0.1-0.1-0.1c-0.8-1.3-1.2-2.7-1.4-4.1\n\t\tc-0.4-0.2-0.7-0.3-1.1-0.5c-1.9,0.8-4.1,1-6.6,0.4c-8.8-2.3-19.7-5.2-25.8-12.6c-0.3-0.3-0.5-0.6-0.7-1c-0.1,0.7-0.2,1.4-0.2,2.3\n\t\tc0,7.2-3.9-2.2-6.9,5.5c-3,7.7-8.6,2.7-4.9,0.3c3.3-2.2,6.4-7.1,7.9-11.5c-2.9-1.5-5.7-3-8.4-4.8c-1.5-0.9-2.6-2.1-3.4-3.3\n\t\tc-2.9-0.3-5.6-0.1-7.3,0.7c-5.4,2.5-1.9,11.5-6.2,8.7c-4.3-2.7-0.9-9.5,2.6-9.2c3.1,0.2,6.6-6.5,8.9-12.2\n\t\tc-4.2-1.8-7.2-5.7-8.2-10.5c-5.7-0.1-9.8-5.3-10.1-10.9c-0.2-3.4,0.4-6.8,1-10.1c0,0,0,0,0-0.1c-3.5,4.5-7.1,9.9-8.3,14.1\n\t\tc-2,7.1-4.7,3-10.2,5.1c-5.5,2-8.2-0.7-9.6-3.4c-1.5-2.7-7,0-10.8-0.3c-3.8-0.3-1.5,5.4-4.1,7.1c-2.6,1.7-9.3-3.4-11.7-0.3\n\t\tc-2.3,3-3.8,0-5,2.7c-1.2,2.7-5.2,1-6.4,2.7c-1.2,1.7-5.2,2.7-10.5-4.1c-5.2-6.7-4.4-17.9-2-19.9c2.3-2,2.3-7.8-0.9-9.5\n\t\tc-3.2-1.7,0-8.8-4.1-9.4c-4.1-0.7-3.5,5.4-6.1,6.4c-2.6,1-9,6.1-12,5.4c-2.9-0.7-6.7,0.7-6.7,4.4c0,3.7-3.2,2.7-3.8-0.3\n\t\tc-0.6-3-6.7-1.3-8.4-3.4c-1.7-2-9.9-1-6.4,1.4c3.5,2.4,3.8,4.7,3.8,8.4c0,3.7,2.6,2.7,2.6,7.1c0,4.4,2.9,1.3,5,1.3\n\t\tc2,0,2,4.1-1.2,4.7c-3.2,0.7-4.7,2.7-5.5,6.1c-0.9,3.4-3.8,1-6.4,3.7c-2.6,2.7-5,5.4-6.7,4.1c-1.7-1.3-3.2-0.3-5.2,1\n\t\tc-2,1.3-2.9,0-5.8-2.7c-2.2-2-3.6-6.9-7.4-11.3c-2.3,1.3-7,3.2-9.5,3.2c-3.4,0-14.1-0.9-14.7,1.2c-0.6,2.1,0.8,5.7,2.5,6.2\n\t\tc1.7,0.5,5.4,1.7,1.9,4.6c-3.5,2.9-6.6-1-6.6,6.1c0,7.1,7.8,11.7,6.2,18.2c-0.8,3.4-2,12-2,15.3c0,3.3-1.1,14.6-3.7,15.3\n\t\tc-2.6,0.7-4.9-2.6-8.3,0.7c-3.4,3.3-7.7,1.3-11.8,5c-4,3.7-8.3,2.3-8.6,6.6c-0.3,4.3-4,6.7-3.2,10.6c0.9,4-1.7,3-4.3,6\n\t\tc-2.6,3,0.3,5-1.4,7.3c-1.7,2.3,0.6,6,2.6,9.6c2,3.7,4.3,6.3,4,9.6c-0.3,3.3,2,4.7,4.9,4.3c2.9-0.3,0.6,6.3,5.2,6.3\n\t\tc4.6,0,9.2,1.3,10.3-1.7c1.1-3,4.3-5.3,4.3-1c0,4.3-0.9,16,2.3,14.6c3.2-1.3,9.5-1,12.6,0.3c3.2,1.3,6.3,0,8.3-2.3\n\t\tc2-2.3,4.3-2.3,8.3-5c4-2.7,7.7-6,11.5-6c3.7,0,10-2.7,9.2,0.7c-0.9,3.3-1.4,15.6,3.2,21.9c4.6,6.3,7.2,8.7,11.5,8\n\t\tc4.3-0.7,3.7,2,6.9,1.7c3.2-0.3,1.2,4,4,4c2.9,0,8,0.7,8,4.3c0,3.7,8.6,0.7,10.6,2.7c2,2,4.3,3.7,3.7,7.6c-0.6,4,4.3,7,1.4,8.6\n\t\tc-2.9,1.7,0.9,5,1.1,9.3c0.3,4.3,4.3,6,10.6,5.6c6.3-0.3,8,0.3,8,5.7c0,5.3,4.3,6,5.7,11c1.4,5-1.7,10.6-1.1,14.6\n\t\tc0.4,3.1-1.2,6.3-3,7.7c2.2,3.3,2.4,4.7,0.4,6c-2.6,1.7,3.2,6.4,1.7,13.8c-1.5,7.4-1.7,8.8,5,9.1c6.7,0.3,6.1,2.7,8.4,1\n\t\tc2.3-1.7,5.8,5.7,6.7,9.5c0.9,3.7,3.5,12.5,4.7,12.5c1.2,0,4.7-4,8.2-2c3.3,1.9-0.8,14.6-0.9,20.1c2.4-0.1,5.4-0.1,6.4,0.5\n\t\tc1.7,1,2.6,14.6,1.8,17.2c-0.9,2.5-8.1,4.8-11.8,7.6c-3.7,2.8-12.6,12.6-16.8,20.5c-2.5,4.6-6,8.5-8.6,11.8\n\t\tc1.2,0.2,2.2,0.1,2.9-0.2c2-1,5-1,8.3,3.5c3.3,4.5,3.1,8.1,4.4,7.8c1.3-0.3,2.8-6.1,5.5-1.8c2.6,4.3,9.4,7.6,10.9,9.6\n\t\tc1.5,2,6.5,3.5,6.5,8.8c0,3.7-1.4,10.4,0.8,16.4c0.3-0.1,0.6-0.2,0.9-0.3c1.1-1.5,2.3-2.9,3.8-4.2c6-5,4.5-8,7.3-14\n\t\tc2.8-6,0.4-8.5,5.2-13.7c4.7-5.2-0.9-8.7,5.2-12c3.4-1.8,4.6-0.6,4.1,2c0.3-0.3,0.5-0.6,0.8-0.9c1.9-7.2,4.8-14.9,11.2-17.9\n\t\tc1.6-3.5,3.6-6.9,6.5-10c1.1-1.1,2.2-1.9,3.4-2.4c0.1-2.3,0-4.8-0.2-6.9c-0.4-6.5-2.1-12.5,0.2-16.7c2.4-4.2,0-8.2,3-8.2\n\t\ts7.5-5.2,12.3-10.7c4.5-5.2,7.5-5.9,12.1-6.4c1.1-1.4,2.6-2.5,4.5-3.2c1.3-0.5,2.6-1,3.9-1.6c2-1.5,3.6-3.8,5.1-5.4\n\t\tc1.2-1.2,4.4-1,8-0.6c4.5-2,9.1-3.8,14-4.8c1.1-0.2,2.3-0.4,3.4-0.6c0.9-2.2,2.7-3.7,4.8-3.7c3,0,4.3-1,4.3-6c0-5,1.3-8,3.9-10.2\n\t\tc0.1-0.1,0.2-0.2,0.3-0.4c1.1-8.8,0.9-18.9,8-23.5c0.4-2.3,0.7-4.5,0.7-6.3c0-3.7,3.4-3.2,4.9-6c1.5-2.7-1.3-6.2,1.1-14\n\t\tc2.4-7.7,0-15,0-21.9c0-0.5,0-1,0-1.5c-3.4-3.4-4.8-9.3-2-13.5c1.3-1.9,2.6-3.8,3.9-5.7c-0.1-0.1-0.2-0.2-0.4-0.2\n\t\tc-1.7-1,0.2-3.7,1.7-3.2c0.3,0.1,0.5,0.3,0.8,0.5c2.7-3.8,5.3-7.5,7.7-11.5c1.3-2.1,3.2-3.7,5.4-4.6c2.4-6.6,6.2-6.4,9.1-7.9\n\t\tc0.8-0.4,1.8-1.3,3-2.6c-0.5-1.9-0.6-4.1-0.1-5.9c0.3-1,0.7-1.9,0.9-3c0.1-0.5,0.1-0.9,0.2-1.4c0.3-2.5,2.3-4.7,4.3-6.1\n\t\tc-0.8-3.7,0.1-7.5,3.3-10c0-0.9,0.3-2,0.4-2.8c0.4-3.6,0.2-7.4-0.1-11C1299.2,1368,1299,1365.8,1298.5,1363.6z\"><\/path>\n\t<path id=\"XMLID_00000179613847265212386130000015417167295456849032_\" class=\"st0\" d=\"M1092.4,1705.5c2-2.9,5.3-4.8,8.8-4.8h6.8\n\t\tc0.4-0.4,0.8-0.9,1.2-1.3c2.2-2.7,4.4-4.9,7.2-7c0.7-0.5,1.4-0.8,2.1-1.1c-2.2-5.9-0.8-12.7-0.8-16.4c0-5.3-5-6.8-6.5-8.8\n\t\tc-1.5-2-8.3-5.3-10.9-9.6c-2.6-4.3-4.1,1.5-5.5,1.8c-1.3,0.3-1.1-3.3-4.4-7.8c-3.3-4.5-6.3-4.5-8.3-3.5c-0.7,0.3-1.7,0.4-2.9,0.2\n\t\tc-1.7,2.3-3,4.4-3,6.4c0,4.8-3.1,10.1-3.3,19.2c-0.2,9.1-2.4,7.6-2.6,14.6c-0.2,7.1,2,5.8,2.8,6.8c0.5,0.6-0.1,2.8-0.7,4.7\n\t\tc0.9,0.9,1.8,2.4,3.8,2.2c3.9-0.5,7.7,1.2,12.5,3.7C1090.9,1705.8,1091.7,1705.8,1092.4,1705.5z\"><\/path>\n\t<path id=\"XMLID_00000110444026259072258260000004821588417647426702_\" class=\"st0\" d=\"M1114.7,1590c-1-0.6-4-0.6-6.4-0.5\n\t\tc0,0.4,0,0.8,0,1.1c0.6,4.7-2,16.9-4.9,16.5c-2.9-0.3-5.2,5.1-7.6,4.4c-2.3-0.7-5.5,4.1-8.5,2c-2.9-2-7,0.7-9.3-1\n\t\tc-2.3-1.7-9-0.3-9-2.4c0-2,3.2-1.4,3.2-7.4c0-6.1,8.7-12.8,7.6-15.2c-1.2-2.4-16-7.4-18.1-10.5c-2-3-5-5.7-10.8-6.4\n\t\tc-5.8-0.7-5.5-4-10.8-7.8c-4.4-3.1-11.2-11.4-13.5-16c-3.6-0.4-8.6-1.3-9.6,0.1c-1.4,2-3.7,11.3-5.7,6.6c-2-4.6-6.9-4.6-11.2-5.3\n\t\tc-4.3-0.7-4-5.3-8.6,0.3c-2,2.5-4.7,5-7.1,6.8c-0.3,5.4-1.1,11.4-2,13.1c-1.2,2.4-10.8,7.4-11.1,10.1c-0.3,2.7,1.2,6.4-0.6,8.1\n\t\tc-1.7,1.7,4.1,10.1,0.9,12.2c-3.2,2,2.3,5.4,0.3,7.4c-2,2-5.8,3-5.8,5.4c0,2.4-0.3,8.1-2.9,9.5c-2.6,1.4-4.4,6.4-4.4,10.1\n\t\tc0,3.7-4.1,1.4-2.6,6.1c1.5,4.7,3.2,10.5,0,11.5c-3.2,1-2.3,8.8-4.1,8.8c-1.7,0-2.6,8.1,0,12.1c2.6,4.1,3.2,7.4,3.2,11.1\n\t\tc0,3.7,3.5,5.7,2.3,9.8c-1.2,4-0.6,7.8-2.6,9.4c-2,1.7-0.3,6.7-2.9,8.1c-2.6,1.3,2,12.1,0,14.2c-2,2-7.3,3.7-7.3,11.1\n\t\tc0,7.4,1,11.6,0.3,14.9c-0.6,2.7,2.9,2,2.3,6.4c-0.6,4.4-5.2,1.7-5.5,4.4c-0.3,2.7,1.2,8.1-0.6,8.4c-1.7,0.3-2.6,2.4-2.6,7.1\n\t\tc0,4.7-2.3,5.4-2.6,7.8c-0.3,2.4,2,5.1,2,7.8c0,2.7,1.5,11.8-0.6,12.2c-2,0.3-3.2,10.5-1.5,11.8c1.7,1.3,1.7,4.1,0.9,6.1\n\t\tc-0.9,2,4.1,4,1.5,7.1c-2.6,3-0.5,6.9,2.9,5.7c2.9-1,4.7,5.1,1.5,5.1c-3.2,0-6.4,0-3.8,2.4c2.6,2.4,5.2,5.7,1.5,7.4\n\t\tc-3.8,1.7-0.6,4.7-1.5,8.8c-0.9,4.1,2.6,7.8-0.3,8.8c-2.9,1,1.2,7.1-2.9,7.8c-4.1,0.7-1.5,5.1-4.1,7.4c-2.6,2.4,3.5,6.4,0.3,8.8\n\t\tc-3.2,2.4-0.9,7.8-4.1,7.8c-3.2,0-5,5.1-5.2,7.4c-0.3,2.4-2.3,7.1,0.3,10.5c2.6,3.4-0.6,6.1,1.7,7.4c2.3,1.3,10.2-0.7,9,3.4\n\t\tc-1.2,4-0.9,12.8,0.6,12.8c1.5,0,2.3,5.1,4.7,4.7c2.3-0.3,12.8-1.7,17.2-0.3c2.2,0.7,4,2.2,5.2,3.5c2.5-1.3,8,2.9,9.2,1.4\n\t\tc1.5-1.7-5.4-8.2-5.2-10.5c0.2-2.3-1.1-6-1.1-8.5c0-2.5-1.1-8,1.9-10.5c2.7-2.2,3.2-4.5,4.6-4.5c1.8-2.5,4-4.5,6.4-6.5\n\t\tc0.1-0.5,0.2-0.9,0.2-1.5c0.2-5.3,2.1-7.7,5.5-11.1c0.6-0.7,1.2-1.4,1.9-2.1c0.7-1.9,1.9-3.7,3.5-5.2c0-0.1,0.1-0.1,0.2-0.2\n\t\tc-0.1,0,0-0.1,0.2-0.2c0.5-0.8,1-1.5,1.5-2.2c1.7-2.4,3.4-4.3,5.6-6c0.5-2.6,1.7-5.8,1.7-7.4c0-2.5-7.3-2-9.7-3\n\t\tc-2.4-1-11-8-6.7-17.2c1.7-3.6,4.1-6,6.6-7.5c0.5-1.2,1.3-2.3,2.1-3.2c1.7-1.7,3.6-2.5,5.7-2.9c1-1,2.1-1.8,3.4-2.3\n\t\tc0.1-0.2,0.3-0.4,0.5-0.5c2.2-1.5,2.6-4,2.6-7.7c0-4.2,0-11,3.9-11.5c3.9-0.5,5-3,2.6-3.7c-2.4-0.8-3.4-4,0.4-4.5\n\t\tc3.9-0.5,2.6,3.7,5.4,3.7c2.8,0,7.5-5.5,3.9-8.7c-3.7-3.2-4.7,1.5-6.7,2c-1.9,0.5-3.4-3-5.4-3c-1.9,0-0.6-6.2-1.5-8.5\n\t\tc-0.9-2.2-2.2-7.7-0.4-10.5c1.7-2.7,9,4.2,15.5,4.7c6.5,0.5,11.2-3.7,11.2-6.5c0-2.7-3-7.7,0.9-10.7c3.9-3,0.6-4-0.4-8\n\t\tc-1.1-4,1.7-6.5,3.4-4.5c1.2,1.4,8.2,1.2,16,0c0.9-0.7,1.9-1.3,3-1.8c4.2-1.7,8.4-3.6,12.5-5.7c2.7-1.4,5.5-2.8,8-4.6\n\t\tc-0.5,0.4,1.1-0.7,1.9-1.4c0.1-0.6,0.2-1,0.3-1.2c0.6-3,2.1-5.6,4.9-7.2c1.2-0.7,2.5-1.3,3.7-1.9c0.8-1.2,1.5-2.3,1.9-3\n\t\tc1.5-3,0.2-6.7-4.1-7.5c-4.3-0.7-4.1-6.5-1.7-9.7c2.4-3.2-1.3-6.2-5.4-6.7c-4.1-0.5-10.5-3.7-6.9-7.7c1.8-1.9,2.6-1.5,3.5-0.7\n\t\tc0.6-1.9,1.2-4.2,0.7-4.7c-0.9-1-3,0.2-2.8-6.8c0.2-7.1,2.4-5.6,2.6-14.6c0.2-9.1,3.3-14.4,3.3-19.2c0-4.8,7.4-10.4,11.6-18.2\n\t\tc4.1-7.8,13.1-17.7,16.8-20.5c3.7-2.8,10.9-5.1,11.8-7.6C1117.3,1604.6,1116.4,1591,1114.7,1590z\"><\/path>\n\t<path id=\"XMLID_00000042706429559198574260000000547849829484223651_\" class=\"st0\" d=\"M995.5,1983.7c-0.6,0-1.2-0.2-1.9-0.5\n\t\tc-3.2,0.8-6.7,0.1-9.5-1.8c-4.1-2.8-7.3-7.6-8.8-12.4c-0.2-0.6-0.3-1.3-0.4-1.9c-1.1-2.2-0.3-3.9-3.3-3.3c-3.9,0.7-1.3-3.5,0.9-4.7\n\t\tc2-1.1-0.8-5.4-3.4-6.1c-0.3,6.7-1.5,36.7,0.1,37c1.6,0.3,13-1.6,16.4,1c1.3,0.5,3.1,1.7,4.4,0c2.2-2.7,8.6-1.2,12.1-3.7\n\t\tC1005.4,1984.7,1000.8,1984,995.5,1983.7z\"><\/path>\n\t<path id=\"XMLID_00000007398916629870955830000013083659482132991160_\" class=\"st0\" d=\"M969.1,1990c-1.5-0.3-0.4-30.2-0.1-37\n\t\tc-0.2-0.1-0.5-0.1-0.7-0.1c-2.8,0-9,0.7-8-4.2c0.2-0.9,0.6-1.4,1.1-1.7c-1.3-1.3-3.1-2.8-5.2-3.5c-4.4-1.3-14.9,0-17.2,0.3\n\t\tc-2.3,0.3-3.2-4.7-4.7-4.7c-1.5,0-1.7-8.8-0.6-12.8c1.2-4.1-6.7-2-9-3.4c-2.3-1.4,0.9-4.1-1.7-7.4c-2.6-3.4-0.6-8.1-0.3-10.5\n\t\tc0.3-2.4,2-7.4,5.2-7.4c3.2,0,0.9-5.4,4.1-7.8c3.2-2.4-2.9-6.4-0.3-8.8c2.6-2.4,0-6.8,4.1-7.4c4.1-0.7,0-6.8,2.9-7.8\n\t\tc2.9-1-0.6-4.7,0.3-8.8c0.9-4.1-2.3-7.1,1.5-8.8c3.8-1.7,1.2-5.1-1.5-7.4c-2.6-2.4,0.6-2.4,3.8-2.4c3.2,0,1.5-6.1-1.5-5.1\n\t\tc-3.5,1.2-5.5-2.7-2.9-5.7c2.6-3-2.3-5.1-1.5-7.1c0.9-2,0.9-4.7-0.9-6.1c-1.8-1.3-0.6-11.5,1.5-11.8c2-0.3,0.6-9.4,0.6-12.2\n\t\tc0-2.7-2.3-5.4-2-7.8c0.3-2.4,2.6-3,2.6-7.8c0-4.7,0.9-6.8,2.6-7.1c1.7-0.3,0.3-5.7,0.6-8.4c0.3-2.7,5,0,5.5-4.4\n\t\tc0.6-4.4-2.9-3.7-2.3-6.4c0.7-3.2-0.3-7.4-0.3-14.9c0-7.4,5.2-9.1,7.3-11.1c2-2-2.6-12.8,0-14.2c2.6-1.4,0.9-6.4,2.9-8.1\n\t\tc2-1.7,1.5-5.4,2.6-9.4c1.2-4.1-2.3-6.1-2.3-9.8c0-3.7-0.6-7.1-3.2-11.1c-2.6-4-1.7-12.1,0-12.1c1.8,0,0.9-7.8,4.1-8.8\n\t\tc3.2-1,1.5-6.7,0-11.5c-1.5-4.7,2.6-2.4,2.6-6.1c0-3.7,1.7-8.8,4.4-10.1c2.6-1.3,2.9-7.1,2.9-9.5c0-2.4,3.8-3.4,5.8-5.4\n\t\tc2-2-3.5-5.4-0.3-7.4c3.2-2-2.6-10.5-0.9-12.2c1.7-1.7,0.3-5.4,0.6-8.1c0.3-2.7,9.9-7.8,11.1-10.1c0.8-1.7,1.7-7.8,2-13.1\n\t\tc-3,2.3-5.6,3.5-6.1,2.2c-0.9-2.3,0.3-9.3-2.3-12.3c-2.6-3-0.9-9-3.4-10.3c-2.6-1.3-5.7-7.3-3.4-9.3c2.3-2,0-6,2-8\n\t\tc2-2-1.1-2.3-4-6.3c-2.9-4,1.1-9-2.3-12c-3.4-3-3.4-6.6-4.3-5c-0.9,1.7-1.1,7.3-4,9c-0.5,0.3-1.2,0.9-2.1,1.8\n\t\tc0,2.8-0.8,7.4,0.1,10.1c1.3,3.7,1.9,21.9,0.6,28.9c-1.3,7-2.6,12.7-3.9,17c-1.3,4.2,3,4.5,1.3,6.5c-1.7,2-1.1,7-1.1,15\n\t\tc0,8-4.1,21.4-4.3,25.7c-0.2,4.2-3,7-2.6,11.7c0.2,2.5-0.3,4.5-1.3,6.1c2,2.3,3,5.6,1.8,9.6c-0.5,1.7-1.1,3.4-1.6,5\n\t\tc0.3,0.9,0.5,1.7,0.4,2.5c-0.2,4-4.7,5.7-3.7,12.2c1.3,8.1,0,21.9,0,24.7c0,2.7-2.8,2.5-2.2,7.7c0.5,3.7-1.1,5.4-2.3,8.8\n\t\tc-2.3,16.6-4.8,33.2-12.9,48c-0.3,0.5-0.6,1-0.9,1.4c0.2,3.7-1.4,7.2,0.7,11.1c2.6,5,1.7,6.7,0.4,11.5c-1.3,4.7-3,5-3,9.5\n\t\tc0,4.5-3,8.2-1.3,13.2c1.7,5,1.3,6.7-0.9,6.7c-2.2,0-3.2,4-4.1,12.2c-0.9,8.2-0.6,8,4.5,7.5c5.2-0.5,1.1-20.2,4.3-20.2\n\t\tc3.2,0,0.4-3.2,3.7-4.2c3.2-1,0.4,3.5,2.6,4.2c2.2,0.7,3.7,2.7,0.6,5c-3,2.2,0.6,6.7-0.9,9.5c-1.5,2.7-3.7,5.7-2.4,9\n\t\tc1.3,3.2-1.5,3-1.7,7.2c-0.2,4.2,1.9,4.5,0.4,5.5c-1.5,1,1.9,4.2-0.2,4.7c-2.1,0.5-0.9,3.7,0.4,6.7c1.3,3-2.8,1.2-5,3.2\n\t\tc-2.2,2,2.2,4.7,0.9,7.5c-1.3,2.7-4.7-1.5-6.2-3c-1.5-1.5,2.4-4.5,4.3-7.5c1.9-3-1.9-9.7-5.2-8.2c-3.2,1.5,3.2,5.7,3.2,9\n\t\tc0,3.2-5.4-0.7-5.2,2.7c0.2,3.5-3.7,2.2-5.6,4.7c-1.9,2.5,2.6,4.7,0.4,5.5c-0.8,0.3-1.9,1-2.9,1.9c0.1,1.2,0.2,2.3,0.3,3.5\n\t\tc1.1-0.7,2.8-0.3,3.5,1.8c1.1,3.2,2.6,0,5.6,0.7c3,0.7,2.6,6,0.9,5.7c-1.7-0.2-3.4,3.2-3,7c0.4,3.7,6.5,0,9,1\n\t\tc2.6,1,1.7,6.2,0.2,4.5c-1.5-1.7-4.9-4.7-6.5-1.7c-1.5,3-3.9,1.5-5.8,0.5c-0.8-0.4-2.5,0.3-4,1.3c1.7,2.7,2.6,5.9,2.5,9.5\n\t\tc1.3-0.6,2.8-1.6,3.4-3.1c0.9-2,3.9-4,4.1,0.5c0.2,4.5-4.1,2.2-5,4.7c-0.7,2.1-2.1,3.9-4.1,5.8c-0.3,0.8-0.7,1.6-1,2.5\n\t\tc-0.1,0.9-0.1,1.8-0.2,2.8c0.6,0.6,1.5,0.9,2.4,0.4c2.2-1.3-0.6,3,2.4,3.5c2.8,0.5,3.7-2,3-4.5c-0.6-2.5,1.5-8,4.1-5.2\n\t\tc2.6,2.7-1.3,5.5-1.3,8c0,2.5-1.5,5.7-1.5,8.5c0,2.7-2.8,1.2-2.6,4.2c0.1,1.6-1.5,1.8-2.7,1.9c0.4,1.1,0.6,2.2,0.8,3.4\n\t\tc1.2,0.8,2.4,1.7,3.4,2.6c0.1,0,0.1,0,0.2,0c2.4,1,1.9,1.7,4.9,0.3c3-1.5,4.7,2.7,1.9,3.7c-0.9,0.3-1.8,0.9-2.6,1.6\n\t\tc0.1,0.2,0.2,0.4,0.4,0.6c0.4,0.8,0.7,1.6,0.9,2.3c1.1-0.3,2.2-0.2,2.6,1.4c0.9,3.2,3,2.2,3.2-1.2c0.2-3.5,5.4-0.5,6.2,2.5\n\t\tc0.9,3-5.4,4.7-8.6,4c-1.1-0.2-2,0.1-2.6,0.7c0,2-0.1,4.1,0,6.2c2.1,2.8,4.6-0.3,6.9-3c2.4-2.7,14-2,14.9,1c0.9,3-5.4,0.5-6,2.2\n\t\tc-0.6,1.7-5.4,3.2-6,1.3c-0.6-2-5.2,0.7-5.4,4c-0.2,3.2-3.7,3.2,0.2,4.5c3.9,1.2,2.8-4.7,8.8-4.2c6,0.5,9.3-6.5,11-2.5\n\t\tc1.7,4-5,7.2-7.3,4.7c-2.4-2.5-5.2,1.8-4.9,5.5c0.2,2.9-4,0.8-7.5-0.6c0.1,0.1,0.1,0.2,0.2,0.3c4,0.9,7.3,4,7.4,9.3\n\t\tc2.7,2.5,3,4.7,5.3,2.2c2.6-2.7,0-2.5-1.7-3.7c-1.7-1.2-0.2-5.5,3.9-3.2c4.1,2.2,8.8-2,7.5-8c-1.3-6,3.7-8.7,8.6-10.7\n\t\tc5-2,2.4,3.7-1.3,5.5c-3.7,1.7-4.3,3-1.5,6.5c2.8,3.5,6.5-2.3,8.8,0.5c2.4,2.7-4.3,2.2-5.4,5c-1.1,2.7,4.1,6,0.4,8\n\t\tc-3.7,2-1.9-8.2-4.1-9.2c-2.2-1-4.1,1.2-1.9,7c2.2,5.7-2.6,0.7-4.7-2c-2.2-2.7-5.2,1.2-2.6,4.2c2.6,3-4.9-0.2-4.9,4.5\n\t\tc0,4.7,3.2,0.7,7.1,1.7c3,0.8,2.7,4.7,3.6,7.7c1,0.2,1.9,0.6,2.7,1.1c0,0,0.1,0,0.1,0.1c0.3-2.5,0-7.1,2-7.6c3-0.7,0.2,8,6.9,10.5\n\t\tc6.7,2.5,0.4-1.5,3.4-4c1.8-1.5,3.8,1.3,5.8,4.1c0.6-0.1,1.2-0.2,1.8-0.2c1,0,2.1,0.1,3.1,0.2c-0.5-1.1-1.2-2.2-1.9-3.1\n\t\tc-2.4-3,2.4-1.2,5.6,0c3.2,1.3,5.8,1.7,6.5-1c0.2-1,0.8-1,1.6-0.7C982.1,1988.4,970.7,1990.3,969.1,1990z\"><\/path>\n\t<path id=\"XMLID_00000026881292946306641110000004665375623724594844_\" class=\"st0\" d=\"M1109.2,1569.4c-3.5-2-7,2-8.2,2\n\t\tc-1.2,0-3.8-8.8-4.7-12.5c-0.9-3.7-4.4-11.1-6.7-9.5c-2.3,1.7-1.7-0.7-8.4-1c-6.7-0.3-6.4-1.7-5-9.1c1.5-7.4-4.4-12.2-1.7-13.8\n\t\tc2-1.3,1.8-2.7-0.4-6c-0.5,0.4-1.1,0.7-1.6,0.7c-2.3,0-5.2-4.7-9.2-4.7c-4,0-8.3-0.3-11.2,1.3c-2.9,1.7-8.3-0.3-11.8,2.3\n\t\tc-3.4,2.7-7.7,8.3-7.5,10.6c0.3,2.3-1.2,16.6-2.9,17.3c-0.5,0.2-1.8,0.1-3.3-0.1c2.3,4.6,9.1,12.9,13.5,16\n\t\tc5.2,3.7,4.9,7.1,10.8,7.8c5.8,0.7,8.7,3.4,10.8,6.4c2,3,16.9,8.1,18.1,10.5c1.2,2.4-7.6,9.1-7.6,15.2c0,6.1-3.2,5.4-3.2,7.4\n\t\tc0,2,6.7,0.7,9,2.4c2.3,1.7,6.4-1,9.3,1c2.9,2,6.1-2.7,8.5-2c2.3,0.7,4.7-4.7,7.6-4.4c2.9,0.3,5.5-11.8,4.9-16.5\n\t\tC1107.8,1585.9,1112.7,1571.4,1109.2,1569.4z\"><\/path>\n\t<path id=\"XMLID_00000150800892113493586200000006011086871475138951_\" class=\"st0\" d=\"M982.9,1264.1c-2.6-2.4-1.6-5.7,0.4-8.4\n\t\tc2-2.7-1.3-5.4-3.8-8.7c-2.5-3.3-0.6-15.1,2.3-20.6c2.9-5.5-5.9-4.3-11.4-3.5c-5.4,0.8-10.1-1.7-13.6-6.9\n\t\tc-3.5-5.2-8.2-1.9-16.6-1.7c-8.3,0.2-6.7-10.7-6.3-14.8c0.4-4.2-4.3-4.7-4.3-7.4c0-2.7-2.4-2.7-4.6-2.5c-2.1,0.2,0-3,1.5-5.2\n\t\tc1.5-2.1,1.4-3.8,1.5-8.3c0.1-4.5,5.7-8.3,8.5-12.7c0.7-1.1,1.7-1.7,2.9-2.2c0.2-0.6,0.5-1.1,0.9-1.5c-0.7,0-1.3,0.1-2,0.1\n\t\tc-1.2,1.4-2.8,2.5-4.9,3c-2.3,0.6-4.7,0.7-7,1.2c-1.1,3.1-3.4,5.6-6.7,6.4c-1.8,0.4-3.7,1-5.5,1.7c-0.7,0.8-1.5,1.6-2.3,2.3\n\t\tc-0.5,1.1-1.2,2.1-2.1,2.9c-1.3,2.4-3.4,4.3-6.5,4.9c-0.7,4.4-4.4,8.1-8.6,8.8c-2.3,3.1-4.1,6.6-5.5,8.6c-0.7,0.9-1.4,1-2.1,0.6\n\t\tc-0.3,1.6-0.7,3-1.3,3.5c-1.2,1-4.1,4.4-6.5,7.4c1.2,1.3,2.3,2.5,3.1,3.5c3,3.7,1.1,6.7,1.9,8.7c0.9,2,1.7,5,0,6.2\n\t\tc-1.7,1.2-0.2,15,1.7,17.5c1.9,2.5,0,4.7-2.2,9.7c-2.2,5-4.1,7.2-8,7.5c-3.9,0.3-3.7,7.2-4.9,7.2c-1,0-1.8,2.5-1.9,4.7\n\t\tc3.6,3.5,10.1,7.8,12,7.8c2,0,3.4,3.4,6.1,5.2c2.7,1.8,6.5,1.3,7.4,0c0.9-1.3,3.4,1.6,7,6.2c0.2,0.2,0.3,0.4,0.4,0.6\n\t\tc3-0.8,6.8-1.4,8.4-0.3c2.7,2,2,9,5.7,9.4c3.7,0.4,6.4,4.7,6.1,7c-0.3,2.4,4,3.5,3.7,7c-0.3,3.5,9.8,2.7,11.1,1.6\n\t\tc1.3-1.2,4.1-2,5.7-0.8c1.7,1.2,4.7-1.2,6.4-0.4c1.7,0.8,8.4,3.9,7.1,6.7c-1.4,2.7-6.1,7-5.1,9.4c0.8,1.9,4.3,3,5.8,5.3\n\t\tc0.2,0,0.3,0,0.5,0c2.6-0.7,3.7-12,3.7-15.3c0-3.3,1.2-12,2-15.3c1.6-6.5-6.2-11.1-6.2-18.2c0-7.1,3.1-3.2,6.6-6.1\n\t\tc3.5-2.9-0.2-4.2-1.9-4.6c-1.7-0.4-3.1-4-2.5-6.2c0.6-2.1,11.3-1.2,14.7-1.2c3.4,0,10.8-3.6,10.9-4.2\n\t\tC984.7,1269.3,985.5,1266.5,982.9,1264.1z\"><\/path>\n\t<path id=\"XMLID_00000163755876484261321590000006081182847748177299_\" class=\"st0\" d=\"M1078.3,1497.2c-1.4-5-5.7-5.7-5.7-11\n\t\tc0-5.3-1.7-6-8-5.7c-6.3,0.3-10.3-1.3-10.6-5.6c-0.3-4.3-4-7.6-1.1-9.3c2.9-1.7-2-4.7-1.4-8.6c0.6-4-1.7-5.6-3.7-7.6\n\t\tc-2-2-10.6,1-10.6-2.7c0-3.7-5.2-4.3-8-4.3c-2.9,0-0.9-4.3-4-4c-3.2,0.3-2.6-2.3-6.9-1.7c-4.3,0.7-6.9-1.7-11.5-8\n\t\tc-4.6-6.3-4-18.6-3.2-21.9c0.9-3.3-5.4-0.7-9.2-0.7c-3.7,0-7.5,3.3-11.5,6c-4,2.7-6.3,2.7-8.3,5c-2,2.3-5.2,3.7-8.3,2.3\n\t\tc-0.9-0.4-2-0.7-3.2-0.9c1.7,4.9,5.8,12.9,6.7,15.8c1.1,3.7-1.4,4.7-2.6,6c-1.2,1.3,0.6,13.3,0.9,16c0.3,2.7-4,7.6-2.3,9.3\n\t\tc1.7,1.7-2.3,6.6-2.3,9.6c0,3,3.7,3,3.7,5.3c0,2.3-3.2,7.7-5.2,9c-1.1,0.7-1.1,2.6-0.8,4.6c0.6-0.2,1,2.8,4,5.4c3.4,3-0.6,8,2.3,12\n\t\tc2.9,4,6,4.3,4,6.3c-2,2,0.3,6-2,8c-2.3,2,0.9,8,3.4,9.3c2.6,1.3,0.9,7.3,3.4,10.3c2.6,3,1.4,10,2.3,12.3c0.9,2.3,8.6-3.3,13.2-9\n\t\tc4.6-5.7,4.3-1,8.6-0.3c4.3,0.7,9.2,0.7,11.2,5.3c2,4.7,4.3-4.6,5.7-6.6c1.4-2,11.2,0.7,12.9,0c1.7-0.7,3.2-15,2.9-17.3\n\t\tc-0.3-2.3,4-8,7.5-10.6c3.4-2.7,8.9-0.7,11.8-2.3c2.9-1.7,7.2-1.3,11.2-1.3c4,0,6.9,4.7,9.2,4.7c2.3,0,5.2-4.3,4.6-8.3\n\t\tC1076.5,1507.9,1079.7,1502.2,1078.3,1497.2z\"><\/path>\n\t<path id=\"XMLID_00000134970368900170431550000012401300964545184943_\" class=\"st0\" d=\"M969.5,1434.4c-0.9-2.9-5-10.9-6.7-15.8\n\t\tc-3.2-0.5-7.1-0.4-9.4,0.5c-3.2,1.3-2.3-10.3-2.3-14.6c0-4.3-3.2-2-4.3,1c-1.2,3-5.7,1.7-10.3,1.7c-4.6,0-2.3-6.6-5.2-6.3\n\t\tc-2.9,0.3-5.2-1-4.9-4.3c0.3-3.3-2-6-4-9.6c-2-3.7-4.3-7.3-2.6-9.6c1.7-2.3-1.1-4.3,1.4-7.3c2.6-3,5.2-2,4.3-6\n\t\tc-0.9-4,2.9-6.3,3.2-10.6c0.3-4.3,4.6-3,8.6-6.6c4-3.7,8.3-1.7,11.8-5c3.2-3.1,5.5-0.4,7.9-0.6c-1.4-2.3-5-3.5-5.8-5.3\n\t\tc-1-2.4,3.7-6.7,5.1-9.4c1.4-2.7-5.4-5.9-7.1-6.7c-1.7-0.8-4.7,1.6-6.4,0.4c-1.7-1.2-4.4-0.4-5.7,0.8c-1.3,1.2-11.5,2-11.1-1.6\n\t\tc0.3-3.5-4.1-4.7-3.7-7c0.3-2.3-2.4-6.7-6.1-7c-3.7-0.4-3-7.4-5.7-9.4c-1.5-1.1-5.3-0.5-8.4,0.3c3.2,4.2,4.4,6,2.3,8\n\t\tc-2.9,2.6,0,3.1-5.4,11.4c-5.4,8.3-14.6,10.4-19.1,12c-4.5,1.6-6.3,11.2-8.8,17.9c-2.5,6.8-4.5,4.4-7,0.5c-2.5-3.9-4.5,0.8-7.4-2.3\n\t\tc-2.9-3.1-1.6-3.1,0-5.7c0.8-1.4-0.1-3.6-1.9-5.8c-3.2,0.8-6.4,5.9-8,9.8c-1.7,4.2,3,12.5,3.7,15.5c0.6,3-2.6,0.2-3,3\n\t\tc-0.3,2.2,4.3,5.1,8,7.8c2.1,0.7,4.1,2,5.7,4.3c2.1,3,3.2,6.2,4.2,9.5c0.8,1.4,1.6,2.7,2.4,3.7c2.8,3.4,3.3,6.4,5.6,13.3\n\t\tc3.9,2.8,9.3,3.6,12.7,8c5.6,7.3,1.9,14.5,4.4,22.3c2.3,7.3,8.4,10.8,9.5,19.1c0.3,2.4,0,4.5-0.8,6.3c4.4,4.3,7.8,9.6,10.5,15.3\n\t\tc1.4,1,3,2.1,4.9,3.2c9,5.2,25.6,15.2,28,19.9c2.4,4.7,10.1,9.2,11.6,10.2c0.4,0.3,0.5,1.1,0.5,2.1c0.9-0.9,1.6-1.5,2.1-1.8\n\t\tc2.9-1.7,3.2-7.3,4-9c0.1-0.2,0.2-0.3,0.3-0.4c-0.3-2-0.2-3.9,0.8-4.6c2-1.3,5.2-6.6,5.2-9c0-2.3-3.7-2.3-3.7-5.3c0-3,4-8,2.3-9.6\n\t\tc-1.7-1.7,2.6-6.6,2.3-9.3c-0.3-2.7-2-14.6-0.9-16C968.1,1439.1,970.6,1438.1,969.5,1434.4z\"><\/path>\n\t<path id=\"XMLID_00000105418842608562595160000007060253399921870000_\" class=\"st0\" d=\"M1043.7,1195.8c-1,0.1-1.2-0.2-1.1-0.8\n\t\tc-0.9,0-1.7-0.1-2.4-0.4l-0.1,0c-2.7-1.2-4.7-2.5-6.3-5c-0.1-0.2-0.2-0.4-0.3-0.6c-1.5-2.7-2.3-5.8-2.3-8.9\n\t\tc-2.9-1.2-2.3-4.9,0.8-5.8c0.2-0.7,0.5-1.4,0.8-2.1c-1.9-0.8-5-1.4-7.8-0.9c-5.8,1-14,4.7-18.7,7.7c-2.1,1.3-4.8-0.2-7.7-2.1\n\t\tc-1.6,1.3-3.7,2.2-6.4,2.2c-1.1,0-2-0.1-2.9-0.4c-2.2,1.3-4.9,1.8-7.8,1.1c-2.6-0.6-4.8-2.5-6.3-5c-0.9-0.2-1.8-0.5-2.6-1\n\t\tc-4-2.4-6.4-6.1-8-10.4c-0.4-1.1-0.6-2.2-0.5-3.4c-1.4-1.9-1.8-4.7-4.5-4.7c-4.1,0,0,5.7-2.8,7.2c-2.8,1.5-12.5,4.2-13.1,8.7\n\t\tc-0.6,4.5,5.2,12,3.2,16.5c-1.9,4.5-8.4,0.7-10.3-4c-1.9-4.7,5.6-12,4.3-14.7c-0.9-1.9-2-5.4-1.3-7.8c-1.2,0.4-2.3,1.1-2.9,2.2\n\t\tc-2.8,4.4-8.4,8.2-8.5,12.7c-0.1,4.5,0,6.2-1.5,8.3c-1.5,2.1-3.6,5.4-1.5,5.2c2.1-0.2,4.6-0.2,4.6,2.5c0,2.7,4.7,3.3,4.3,7.4\n\t\tc-0.4,4.2-2,15.1,6.3,14.8c8.3-0.2,13.1-3.5,16.6,1.7c3.5,5.2,8.2,7.6,13.6,6.9c5.4-0.8,14.3-2,11.4,3.5\n\t\tc-2.9,5.5-4.8,17.3-2.3,20.6c2.5,3.3,5.8,6,3.8,8.7c-2,2.7-3,6.1-0.4,8.4c2.6,2.4,1.8,5.2,1.8,5.7c0,0.1-0.6,0.5-1.4,0.9\n\t\tc3.9,4.4,5.2,9.3,7.4,11.3c2.9,2.7,3.8,4,5.8,2.7c2-1.3,3.5-2.4,5.2-1c1.7,1.3,4.1-1.3,6.7-4.1c2.6-2.7,5.5-0.3,6.4-3.7\n\t\tc0.9-3.4,2.3-5.4,5.5-6.1c3.2-0.7,3.2-4.7,1.2-4.7c-2,0-5,3-5-1.3c0-4.4-2.6-3.4-2.6-7.1c0-3.7-0.3-6.1-3.8-8.4\n\t\tc-3.5-2.4,4.7-3.4,6.4-1.4c1.7,2,7.9,0.3,8.4,3.4c0.6,3,3.8,4.1,3.8,0.3c0-3.7,3.8-5.1,6.7-4.4c2.9,0.7,9.3-4.4,12-5.4\n\t\tc1.4-0.5,1.9-2.4,2.6-4c-1.9-3-5-7.7-6.4-9.1c-2.1-2,1.4-3.2,1-6.1c-0.4-2.8,0-4.8,4.5-5.2c4.5-0.4,3.8-4.4,1.4-6.1\n\t\tc-2.4-1.6,1-6.1,3.5-7.7c1-0.7,2.3-2.7,3.6-5.4C1053.1,1195.4,1046.5,1195.6,1043.7,1195.8z\"><\/path>\n\t<path id=\"XMLID_00000128463289575414948490000000854842745804048313_\" class=\"st0\" d=\"M1083.8,1232.7c1.4,3.2-1.7,4.8-4.5,5.2\n\t\tc-2.8,0.4-2.1,7.7-3.8,9.7c-1.7,2,6.6,7.3,8,11.7c0.8,2.6,3.6,8.4,5.7,12.6c1.9,0.6,3.8,1.1,4.9,0.4c2.6-1.7,0.3-7.4,4.1-7.1\n\t\tc3.8,0.3,9.3-2.4,10.8,0.3c0.3,0.5,0.6,1,0.9,1.4c1.2-2.1,2.5-4.4,2.9-5.3c0.7-1.6,0.7-10.1-1-14.9c-1.7-4.9-0.3-11.3,1.7-13.3\n\t\tc0.4-0.4,1.1-2.6,1.9-5.8c-3.5-1.6-6.8-3-9.7-2.6c-5.2,0.7-10.5,3.5-12.5,0.2c-1.9-3.2-4.7-2.7-7.3-0.2c-0.3,0.3-0.6,0.4-1,0.3\n\t\tC1084,1228.4,1083.1,1231.1,1083.8,1232.7z\"><\/path>\n\t<path id=\"XMLID_00000158728278009233651420000016246619514523050146_\" class=\"st0\" d=\"M1054.2,1202.8c-2.4,1.6-5.9,6.1-3.5,7.7\n\t\tc2.4,1.6,3.1,5.7-1.4,6.1c-4.5,0.4-4.9,2.4-4.5,5.2c0.3,2.8-3.1,4-1,6.1c1.4,1.3,4.4,6,6.4,9.1c0.7-1.5,1.5-2.7,3.5-2.4\n\t\tc4.1,0.7,0.9,7.8,4.1,9.4c3.2,1.7,3.2,7.4,0.9,9.5c-2.3,2-3.2,13.2,2,19.9c5.2,6.7,9.3,5.7,10.5,4.1c1.2-1.7,5.2,0,6.4-2.7\n\t\tc1.2-2.7,2.6,0.3,5-2.7c1.3-1.8,4.2-0.8,6.8,0c-2.1-4.2-4.9-10-5.7-12.6c-1.4-4.4-9.8-9.7-8-11.7c1.7-2,1-9.3,3.8-9.7\n\t\tc2.8-0.4,5.9-2,4.5-5.2c-0.7-1.6,0.2-4.3,1.1-7.2c-2.7-0.3-6.7-9.3-8.9-9.3c-2.6,0-5.6-2.5-5-6.7c0.6-4.2-6-4.7-9.7-9.5\n\t\tc-0.9-1.1-2.1-2-3.6-2.6C1056.5,1200.2,1055.2,1202.2,1054.2,1202.8z\"><\/path>\n\t<path id=\"XMLID_00000059271352867813323920000007631207569573404326_\" class=\"st0\" d=\"M1135.5,1248.1c-3.2-1.7-4.8-4.3-5.2-7\n\t\tc-0.7-0.6-1.5-1.2-2.1-2c0.1,0.1-0.1,0-0.5-0.5c-0.1-0.1-0.2-0.2-0.2-0.2c-0.1,0-0.1-0.1-0.2-0.1c-1-0.6-2-1.2-3-1.8\n\t\tc-3.5-2.1-6.2-4.8-8.5-8.2c-0.1-0.2-0.2-0.3-0.3-0.5c-0.1,0-0.1-0.1-0.2-0.1c-0.8,3.1-1.5,5.3-1.9,5.8c-2.1,2-3.5,8.5-1.7,13.3\n\t\tc1.7,4.8,1.7,13.3,1,14.9c-0.3,0.8-1.7,3.1-2.9,5.3c1.6,2.1,4.1,3.6,8.7,1.9c5.5-2,8.2,2,10.2-5.1c1.2-4.2,4.8-9.7,8.3-14.1\n\t\tC1136.7,1249.1,1136.3,1248.5,1135.5,1248.1z\"><\/path>\n\t<path id=\"XMLID_00000103972162611459527750000002930422729915397543_\" class=\"st0\" d=\"M1065.9,1942.8h5.2c3.2-1.8,5.6-4.1,4.8-5.7\n\t\tc-3.2-7-17.3,4.7-16.4,7.9C1061.4,1943.6,1063.6,1942.8,1065.9,1942.8z\"><\/path>\n\t<path id=\"XMLID_00000080903009503092079490000009748185949281787545_\" class=\"st0\" d=\"M1058.3,1931.6c-4.7-1-16.1,10.1-11.2,13\n\t\tC1052.3,1947.6,1063,1932.6,1058.3,1931.6z\"><\/path>\n\t<path id=\"XMLID_00000047044023328951331480000009731540565515131051_\" class=\"st0\" d=\"M901.5,1295.5c-3.6-4.7-6.1-7.5-7-6.2\n\t\tc-0.9,1.3-4.7,1.8-7.4,0c-2.7-1.8-4-5.2-6.1-5.2c-1.9,0-8.4-4.3-12-7.8c0,0.6-0.1,1.1,0,1.5c0.2,2.2-3,3.7-6.7,4\n\t\tc-3.7,0.3-3.2,5-3.2,8.2c0,3.2-3,3.2-4.3,6.7c-1.3,3.5,0.4,4.2-2.6,6c-3,1.7-3.9,4.7-2.2,7.7c1.7,3-0.2,5.7-0.6,7.5\n\t\tc-0.4,1.8,2.6,2.5,5.6,5.7c3,3.2,3.4-1.2,4.7,1.2c1.3,2.5-0.9,7-4.3,7c-0.3,0-0.5,0.1-0.8,0.2c1.8,2.2,2.7,4.4,1.9,5.8\n\t\tc-1.6,2.6-2.9,2.6,0,5.7c2.9,3.1,4.9-1.6,7.4,2.3c2.5,3.9,4.5,6.2,7-0.5c2.5-6.8,4.3-16.4,8.8-17.9c4.5-1.6,13.7-3.6,19.1-12\n\t\tc5.4-8.3,2.5-8.8,5.4-11.4C906.5,1302,905.1,1300.2,901.5,1295.5z\"><\/path>\n<\/g>\n<g id=\"central-america\">\n\t<path id=\"XMLID_00000168803160340423704500000004593217072156296849_\" class=\"st0\" d=\"M783.7,1134.1c-1.7-2.6-6,0.5-10.6-3.1\n\t\tc-1.2-0.9-2.7-1.7-4.2-2.4c-0.1,0.1-0.2,0.2-0.4,0.2c-1,0.3-4,3.5-6.9,6.7c3.3,3,15.5,7.5,18.9,7.5c1.6,0,2.4-0.8,3.1-1.5\n\t\tC784.1,1137.9,784.2,1135,783.7,1134.1z\"><\/path>\n\t<path id=\"XMLID_00000039118306472403547450000009714967549987945352_\" class=\"st0\" d=\"M818.6,1113.8c-1.7,0.4-3.6,0.5-5.2,0\n\t\tc-0.9-0.3-1.8-0.6-2.7-1c-0.4-0.2-0.8-0.3-1.2-0.4c-1.7-0.5-3.1-1.4-4.3-2.5c-3.1,0.5-6.1,1.5-8.3,2.5c-5.6,2.5-12-2.7-18.1,1.2\n\t\tc-0.1,0-0.1,0.1-0.2,0.1c-1.3,1.9-3.1,4.3-5.2,6.3c-4.1,3.8-2.9,7.6-4.4,8.7c1.5,0.7,3,1.5,4.2,2.4c4.6,3.6,8.9,0.5,10.6,3.1\n\t\tc0.6,0.9,0.4,3.8-0.1,7.3c0.8-0.8,1.5-1.4,2.9,0c1.3,1.2,1,2.7,0.9,4.2l3.6-1c0,0,2.5-2.2,2.9-3.1c0.4-1-2.5-6.5,3.1-7\n\t\tc5.6-0.5,9.8-1.2,10.6-5.3c0.8-4.1,7.5-2.2,9.4-2.4c1.2-0.2,4.7-3.6,8.5-4.8c0.6-1.1,1.4-2,2.3-2.7\n\t\tC826.3,1116.8,822.1,1116.9,818.6,1113.8z\"><\/path>\n\t<path id=\"XMLID_00000008835460167043980880000003205679781249414328_\" class=\"st0\" d=\"M793.8,1047.9c-0.9-5.2-4.9,0-8.4-2.5\n\t\tc-3.4-2.5-6.4-0.8-15.2,0.7c-0.5,1.1-1.2,2.1-2,2.9c-1.1,1.1-2.4,1.9-3.9,2.5c-1.7,1.9-3.9,3.1-6.3,3.4c-0.1,0.5-0.2,1-0.3,1.5\n\t\tc1,1.3,1.8,2.8,2.2,4.2c0.7,2.7,0.3,6-1.1,8.4c-1.1,1.9-2.7,3.7-4.5,4.7c-0.7,0.4-1.3,0.6-2,0.9c-1.9,1.7-4.3,2.7-4,4.9\n\t\tc0.4,3.1-3.7,1.1-6.1-0.4c-0.6,0.6-1.3,1.2-2,1.5c-2.4,1.2-4,1.8-6.8,1.9c-1.9,0-3.6-0.6-5.1-1.5c-4.6,1.4-9,2.8-10.2,3.1\n\t\tc-2.6,0.5-7.3-6.2-11-6c-3.7,0.2-5.2-6.2-5.6-11.5c0-0.3-0.1-0.5-0.1-0.8c-4-1.5-6.1-5.3-6.4-9.3c-1.4-1.6-2.8-3.1-3.8-4.6\n\t\tc-3-4.7-3.4-15.2-3.7-21.9c-0.2-6.7-0.9-18.2,3.2-31.4c0.5-1.8,0.8-3.3,0.9-4.7c-1.5-1.1-2.9-1.8-4-1.8c-3.7,0.3-12-5.6-13.6-5.6\n\t\tc-1.6,0-1.4-4.5-2.8-6.9c-1.4-2.4-0.5-6.9-2.3-8.5c-1.8-1.6-7.4-7.7-9.2-15.2c-1.8-7.5-13.1-11.2-17.2-11.4\n\t\tc-4.1-0.3-6.4,9.9-7.6,10.4c-1.1,0.5-9-5.3-11.3-6.7c-2.3-1.3-3.4-4-3.4-7.2c0-3.2-4.8-8.3-6.2-8.8c-1.4-0.5-11-11.5-11-11.5H588\n\t\tl-3.2,4.8l-27.6,0.3c0,0-21.1-9.1-25.1-10.1c-3.9-1.1-10.8-6.7-10.8-6.7l-22.3,3.4c1.1,2.8,2.7,5.9,5.1,9.4\n\t\tc4.3,6.1,7.4,16.7,8.1,21.2c2.1,2.1,3.7,4.4,4.9,6.8c2.2,1.7,4.8,3.3,7.3,5.1c5.4,4,5.4,12.7,4.7,15c-0.6,2.2-7.3-1.5-7.7,0.7\n\t\tc0,0.2,0,0.5,0.1,0.8c0,0,0,0,0,0c5.4,1.9,10.2,5.3,13.8,9.7c2.3,0.6,4.3,3,8.6,7.4c4.5,4.6,4.9,9.8,3.7,12.6c1.1,0.8,2,1.8,2.8,3\n\t\tc1.7,2.4,3.2,5,4.5,7.6c1,0.7,2,1.5,3,2.2c6.9,5.2,9.7,11.7,10.3,14.5c0.6,2.7,3.7,0.3,4.7-3.5c1.1-3.7-2.2-4.7-2.2-9\n\t\tc0-4.2-5.6-3.5-8.2-4c-2.6-0.5,0.2-7-2.4-10c-2.6-3-5-10.5-6.2-16c-1.3-5.5-8-11-10.8-17c-2.8-6-5.8-10.7-7.7-12.2\n\t\tc-1.9-1.5,2.8-3.7,1.1-6c-1.7-2.2-4.3-2-7.5-3.7c-3.2-1.7-5.4-4.7-5.4-8.7c0-4-2.2-13.5-3.2-16.7c-1.1-3.2,2.4-2.7,3.4-1.2\n\t\tc1.1,1.5,1.9,3,3.4,2c1.5-1,4.1-0.3,5.2,2.5c1.1,2.7,4.7,0.2,6.5,1.5c1.7,1.2-3.9,2.7,1.7,14.2c5.6,11.5,1.7,5,1.7,12.7\n\t\tc0,7.7,3.4,4.2,4.5,3c1.1-1.2,4.1,2.5,6.9,6.5c2.8,4,8.2,4.2,8.2,6.5c0,2.2,1.1,6.7,4.7,7.5c3.7,0.7,4.3,5.5,6.7,6\n\t\tc2.4,0.5,2.8,3.5,1.5,6.7c-1.3,3.2,0,6,6,8.7c6,2.7,3.2,3.2,8,8.5c4.7,5.2,18.1,22.2,20.9,26.9c2.8,4.7,3.7,8.7,4.7,12.2\n\t\tc0.3,1,0.3,1.8,0.1,2.6c3.9,2.2,6.6,6.5,5.3,12.1c-0.4,1.7-0.2,4.9-0.9,6.4c0,0.1,0.1,0.3,0.1,0.4c3.9-0.5,9.6,3.8,12.3,6.3\n\t\tc3.2,3.1,5.3,7.1,8.8,10c3.4,2.9,7.1,3.5,11.1,5.2c5.1,2.1,9.2,6.1,14.3,8c5.4,2,11.3,1.6,16.7,4c5.7,2.6,10.1,7.8,14.8,12.1\n\t\tc3.6-0.1,7.7-1.5,11.9-3.5c7.5-3.5,13.3,1,17.6,3c2.1,1,6.3,5.1,10.4,9.4c3.8-6.3,7.5-12,7.9-12.1c1-0.2,11.8,1.5,12.9-1.7\n\t\tc1-3.1-8.1-10.1-7.1-10.8c1-0.7,1.5-8.4,3.1-8.4c1.7,0,16.8,0.5,17.7,0c0.8-0.5,3.7-6.7,6.2-7c1.1-0.1,2.9,1.5,4.5,3.3\n\t\tc0.8-0.9,1.4-2,2-3.4c-0.2-0.3-0.5-0.7-0.7-1c-1.5-2.7-1.5-5.4-1.1-8.4c0.2-1.4,0.5-2.7,0.9-4c-0.8-1.6-1.2-3.4-1.3-5.1\n\t\tc-0.2-4.7,3.3-8.9,7.4-10.4c1-1.6,2.4-2.9,4.3-3.7C793.9,1048.7,793.9,1048.3,793.8,1047.9z\"><\/path>\n\t<path id=\"XMLID_00000036949388916373004850000011080873156363390882_\" class=\"st0\" d=\"M773.3,1119.9c2.1-2,3.9-4.3,5.2-6.3\n\t\tc-3.4,2.1-4.4,0.1-3.9-2.7l-4.9,0.7l0.5-22.7c-3.9,0.2-14.9-0.2-16.3-0.2c-1.7,0-2.1,7.7-3.1,8.4c-1,0.7,8.1,7.7,7.1,10.8\n\t\tc-1,3.1-11.8,1.4-12.9,1.7c-0.5,0.1-4.1,5.8-7.9,12.1c4.3,4.4,8.6,9,10.6,10.5c4.1,3,10.8-0.3,13.6,2.7c0.1,0.1,0.2,0.2,0.3,0.3\n\t\tc2.9-3.2,5.9-6.3,6.9-6.7C770.6,1128.1,768.9,1124,773.3,1119.9z\"><\/path>\n\t<path id=\"XMLID_00000044177603731844290100000017960864674321275008_\" class=\"st0\" d=\"M771.6,1088.8c-0.1,0.1-0.6,0.1-1.4,0.2\n\t\tl-0.5,22.7l4.9-0.7c0.4-2,1.5-4.3,3-5.7c3.9-3.5-1.9-17.5,2.6-18.7c0.8-0.2,1.5-0.8,2.2-1.5c-1.6-1.8-3.4-3.4-4.5-3.3\n\t\tC775.4,1082.1,772.5,1088.3,771.6,1088.8z\"><\/path>\n\t<path id=\"XMLID_00000152258461879892758150000012374149690556172731_\" class=\"st0\" d=\"M925.7,1062.9c-4.3,3.5,6.5,11,6.5,15.5\n\t\tc0,4.5-17.3-0.8-18.9,4c-0.9,2.5,6,6,12.5,3.5c6-2.3,10.1,0.1,13.5,2.1c0.5-7.6,1.2-16.1,1.9-21.9\n\t\tC935.7,1064.4,928.9,1060.3,925.7,1062.9z\"><\/path>\n\t<path id=\"XMLID_00000129885359956257201700000014160425658499349907_\" class=\"st0\" d=\"M952,1083.3c7.7-3,20.2,2.5,20.2-4.5\n\t\tc0-7-20.7-14.5-25.8-12.5c-1.4,0.5-3.3,0.3-5.3-0.4c-0.7,5.8-1.4,14.3-1.9,21.9c0.2,0.2,0.5,0.3,0.7,0.4\n\t\tC943.4,1090.3,944.2,1086.3,952,1083.3z\"><\/path>\n\t<path id=\"XMLID_00000003815486561508037130000016614985110648272013_\" class=\"st0\" d=\"M823.3,1158.9c-0.3-1.2-0.5-2.5-0.4-3.9\n\t\tc0.2-4.3,0.7-8.6,1.1-12.9c-2.1-3.3-2.5-7.8-0.4-11.7c-0.1-1.9,0.2-3.8,0.8-5.6c0.3-1,0.7-1.9,1.2-2.7c-3.8,1.2-7.2,4.7-8.5,4.8\n\t\tc-1.9,0.2-8.5-1.7-9.4,2.4c-0.8,4.1-5,4.8-10.6,5.3c-5.6,0.5-2.7,6-3.1,7c-0.4,1-2.9,3.1-2.9,3.1l-3.6,1c-0.2,1.6-0.3,3.1,1.5,4.3\n\t\tc3.4,2.2,8.2,11,11.8,13.2c1.8,1.1,2.9,2.8,3.3,4.6c2.1-0.2,4.2-0.3,5.3,0.4c2.1,1.2,7.5,0,9.6,1.9c1,0.9,2.8,0.9,4.8,0.6\n\t\tc-0.6-1-1.1-1.9-1.3-2.4C821.4,1165.9,822.2,1162.4,823.3,1158.9z\"><\/path>\n\t<path id=\"XMLID_00000002384330844161741530000001660164760732920506_\" class=\"st0\" d=\"M831.9,1191.5c-0.3-1.3-0.1-4.6,1.5-7.1\n\t\tc-3.5-4.4-7.5-10.3-9.6-13.9c-2,0.3-3.8,0.3-4.8-0.6c-2.1-1.9-7.5-0.6-9.6-1.9c-1.1-0.6-3.2-0.6-5.3-0.4c0.5,1.8,0.3,3.6-0.7,4.4\n\t\tc-1.9,1.5-2.2,7.5,2.6,9.7c4.7,2.2,3.2-1.3,5.6-1.3c2.4,0,2.2,4.2,4.3,4.2c2.2,0,7.1,3,6.9,7c-0.2,4,1.7,5.7,5.6,5.7\n\t\tc0.7,0,1.5,0.1,2.3,0.2C831.3,1195.1,832.2,1192.9,831.9,1191.5z\"><\/path>\n\t<path id=\"XMLID_00000161622846760349751050000004726584317171506591_\" class=\"st0\" d=\"M881.7,1192.4c-4.4-0.7-8.1-3.2-11.3-6.5\n\t\tc-0.3-0.4-0.6-0.8-0.9-1.1c-0.7-0.2-1.3-0.5-1.8-0.7c-3.9-2-8.8,0.7-13.8,6c-5,5.2-11.2,2.2-15.5-0.5c-1.3-0.8-3.1-2.8-5-5.2\n\t\tc-1.6,2.5-1.8,5.8-1.5,7.1c0.3,1.4-0.6,3.5-1.3,6.2c3.5,0.5,7.8,2.1,10.8,4.7c1.9-0.2,3.8,0.1,5.9,1.2c3.3,1.7,6.2,3.9,8.6,6.4\n\t\tc0.9-0.8,1.6-1.7,1.9-2.5c1.1-2.5-2.4-3.5-2.8-6.2c-0.4-2.7,4.3-1.7,5.2-5.5c0.9-3.7,7.7-5.5,10.8-4c3,1.5,5.6,4,2.8,7.7\n\t\tc-2.1,2.8,2.2,7.8,5.7,11.7c2.5-3,5.4-6.4,6.5-7.4c0.6-0.6,1.1-1.9,1.3-3.5C885.7,1199.5,883.9,1196.2,881.7,1192.4z\"><\/path>\n\t<path id=\"XMLID_00000143613902591858736440000012835682604275288751_\" class=\"st0\" d=\"M896.9,1048.9c-6.5,0-27.5-17-46.9-21.9\n\t\tc-19.4-5-36.3,11.1-34.4,14c2.6,4,12.1-5,16.8-9c4.7-4,9,2,9.5,4.5c0.4,2.5,6.5,4,16.4,4.5c9.9,0.5,11.2,10,20.7,12.5\n\t\tc9.5,2.5,0,7,4.7,9c4.7,2,29.7,1.5,31.4-1C916.7,1058.9,903.4,1048.9,896.9,1048.9z\"><\/path>\n\t<path id=\"XMLID_00000152251419718795915320000008263908261439196076_\" class=\"st0\" d=\"M891.6,1086.1c1.1,0.2,2.1,0.6,3.2,1\n\t\tc0.9-4.4-21.9-8-19.8-3.8c0.7,1.5,4.1,3.2,7.9,4.4C885.4,1086.1,888.6,1085.5,891.6,1086.1z\"><\/path>\n\t<path id=\"XMLID_00000019671792425530985320000011681920980832144534_\" class=\"st0\" d=\"M987.3,1086.4c2.5-1.6,5.6-2.2,8.4-1.3\n\t\tc1.3,0.4,2.5,0.8,3.7,1.3c1.1-0.6,1.9-1.4,2.1-2c1.7-5-19.8-7-15.9,0C986,1085.2,986.6,1085.8,987.3,1086.4z\"><\/path>\n\t<path id=\"XMLID_00000088820144829149138910000000891954516469975947_\" class=\"st0\" d=\"M879.5,1002.8c-0.2-0.3-0.3-0.6-0.5-0.8\n\t\tc-0.4,0-0.8,0.1-1.2,0.1c-0.4,0-0.8,0-1.2-0.1c-0.4,0.9-0.6,2.4-0.6,4.1c0,4.5,3.2,5,3.3,7.6c0.1,2.6,3.3,6,3.9,4.5\n\t\tc1.1-2.6-2.3-5-2.7-6.9C880.2,1009.3,881.5,1006.7,879.5,1002.8z\"><\/path>\n<\/g>\n<g id=\"north-america\">\n\t<path id=\"XMLID_00000035514269760756887030000013382119886511486387_\" class=\"st0\" d=\"M1492.3,49.7c-10.6,0-19.2,2-19.8,10.6\n\t\tc-0.6,8.7-14.1-1.7-19.8,1.3c-5.7,3-2.9-7-8.6-3.7c-5.7,3.3-12.1,11.3-18.9,14.6c-6.9,3.3-12.1,11.6-16.4,12.3\n\t\tc-4.3,0.7,9.2-15.3,16.1-23.3c6.9-8,3.2-17.3-6-16.3c-9.2,1-7.2,7.6-12.3,9c-5.2,1.3-29.8,15.6-31,11.3\n\t\tc-1.2-4.3,20.4-11.6,20.1-14.6c-0.3-3-27.3-3.3-39.3-1.3c-12.1,2-33.3,10-33.6,6c-0.3-4,24.7-9.6,37.3-11.3\n\t\tc12.9-1.7,35.9,1,45.6-3.7c9.8-4.7,24.4-5,27-8.7c2.6-3.7-11.2-8.6-18.1-8.3c-6.9,0.3-13.8-0.7-13.2-4.7c0.6-4-10.6-5-11.8-8\n\t\tc-1.1-3-22.7-0.7-27.3-4c-4.6-3.3-18.1-5-29.6-4c-11.5,1-35,0.7-40.5,1.3c-5.5,0.7-8.9,3-13.8,2.7c-4.9-0.3-12.3,1.7-9.5,5.3\n\t\tc5.2,6.6-7.7,9.3-6.9,4.3c0.9-5-11.2-7.3-14.9-3.7c-4.3,4.2-23.5-4.3-26.4,0c-2.9,4.3-25.5,3-32.1,4.3c-6.6,1.3,10.3,7,9.8,10.3\n\t\tc-0.6,3.3-21.5,0-17.2,6c4.3,6,18.1,10.3,24.7,18c6.6,7.6-5.2,3-12.6-2.7c-7.5-5.6-16.9-3.7-21.5-9.3c-4.6-5.7-21.8-10-26.1-6.7\n\t\tc-5.1,4,11.8,11.3,11.8,15.6c0,4.3-11.5-1-13.5,0.7c-2,1.7-12.1-11.3-17.8-11.3c-5.7,0-0.9,6-0.9,14.3c0,8.3-11.2,13.3-8,7.6\n\t\tc3.2-5.6,0.9-20.3-5.2-22.9c-6-2.7-21.5,5.7-29.6,5.3c-8-0.3-18.7,2.7-11.8,7.3c6.9,4.7-0.3,7.3-6.3,2.3c-6-5-25.8,0-21.8,3.3\n\t\tc4,3.3,5.5,13,2.9,17c-2.6,4-10.9-4-18.7-3.3c-7.7,0.7-46.2,21.9-43.9,27.6c2.3,5.6,18.7,1,23.8,4.3c5.2,3.3-1.7,15.6-8,20.6\n\t\tc-6.3,5-29.8,0.3-30.4,6.3c-0.6,6-37,7-37,16.6c0,3.7,1.7,7.3,5.7,8.3c5.2,1.3,11.5-0.7,16.1,5.3c4.6,6,17.5,6.3,26.4,2.3\n\t\tc8.9-4,15.5,0.7,15.2,6.6c-0.3,6-20.1-2.3-26.1,2c-6,4.3-24.7,0.7-23.8,5.3c0.9,4.7,10,3.7,17.5,5.3c7.5,1.7,0.6,5.3,0.3,9\n\t\tc-0.3,3.7,4,3,11.5,7.3c7.5,4.3,19.8,7,15.8,2c-4-5,7.8-4.3,9.8-1.3c2,3,7.5-4.3,12.9-2.7c5.5,1.7,7.5-6,11.8-2.7\n\t\tc4.3,3.3,24.4,5.3,31.3,9.6c6.9,4.3,16.4,5.3,15.5,11.6c-0.9,6.3,5.7,11,13.5,15c7.7,4,9.2,12.6,8.9,18.3\n\t\tc-0.3,5.7,8.3,9.6,6.9,12.3c-1.4,2.7-0.3,6.3,4.9,11.6c5.2,5.3-8,9.3-4.9,14c3.2,4.7-4.6,13.6,4.6,15.3c9.2,1.7,7.7-7.3,14.6-7.3\n\t\tc6.9,0-0.3,7,3.4,11.3c3.7,4.3,11.5,3.3,18.7,10.3c7.2,7,2.6,10.3-4,4.7c-6.6-5.7-25.8-4.3-25.8-2.3c0,2,21.2,16,26.1,14\n\t\tc4.9-2,11.5,8.3,8.6,11.6c-2.9,3.3-1.4,11.6-2,15.6c-0.6,4-7.7,0-12.3,0.7c-4.6,0.7-7.7,2.3-7.7,8c0,5.7-7.2,9.6-8,16.6\n\t\tc-0.9,7,5.7,6.7,9.5,9.6c3.7,3-6.9,5-7.5,10c-0.6,5,9.8,14,13.5,16.3c3.7,2.3,0.3,13.6,1.7,19.3c1.4,5.7,6.3-1.3,5.7,6\n\t\tc-0.6,7.3,4.6,7,4.9,11.3c0.3,4.3,9.2,3.7,7.5,9.6c-1.7,6,2.6,10.3,4.6,13.6c2,3.3,9.5,9,10.9,13.3c1.4,4.3,5.7,10,10.9,8.3\n\t\tc5.2-1.7,5.5,4,9.5,3.3c4-0.7,10.3,2,11.5,5.7c1.2,3.7,13.5,7,16.9,7.6c3.4,0.7,4-6.6,7.2-8.6c3.2-2,2-16.6,4.9-17.6\n\t\tc2.9-1,2-16.3-0.9-17.6c-2.9-1.3-1.7-6.7,4.9-5.7c6.6,1,4.3-6.7,7.5-7.6c3.2-1,1.7-8,4-8.6c2.3-0.7,2-5.3,0.3-8\n\t\tc-1.7-2.7,0.3-4.7,3.7-5.3c3.4-0.7,2.6-6.3-2-8.3c-4.6-2-3.2-8,1.4-4.3c4.6,3.7,8,1,5.5-3c-2.6-4,3.2-6,9.2-6.6\n\t\tc6-0.7,9.2-4.3,8-9.6c-1.2-5.3,6.9-5,4.9-0.3c-2,4.6-0.9,9.3,2,6c2.9-3.3,8.3-1,18.1-4.3c9.8-3.3,19.2-12.6,21.5-21.6\n\t\tc2.3-9,13.5-8,12.1-14c-1.4-6,2-8.3,9.2-4.3c7.2,4,1.4-2.7,9.5-2.7c8,0,6.6-3.3,14.4-3.7c7.7-0.3,27.8-4.3,34.7-11\n\t\tc6.9-6.7,21.5-12.3,27.5-16.6c6-4.3,7.5-8,3.7-5.6c-3.7,2.3-11.5,2.7-17.2,1c-5.7-1.7-14.9-7.3-21.5-3c-6.6,4.3-2.6-6.3,2.9-7.3\n\t\tc5.5-1,3.2-4,1.7-10.6c-1.4-6.6,9.2-2.3,13.8,5.3c4.6,7.7,13.5,11,21.2,8.3c7.8-2.7,0.3-10,3.4-15c3.2-5-23.8-20.6-25.3-25.9\n\t\tc-1.4-5.3,6.9-1.7,14.4,2c7.5,3.7,9.2-7,9.2-11.6c0-4.6-16.1-5-23.2-0.3c-7.2,4.6-14.1-6-4.3-7.3c9.8-1.3,0.9-6,3.7-9.3\n\t\tc2.9-3.3,15.2,9.6,21.5,7.3c6.3-2.3,10.9,0.3,16.4-4.7c5.5-5-9.8-9.6-12.9-14c-3.2-4.3,15.8-2.7,21.5-2.3c5.7,0.3,7.2-9.6,2.6-7.6\n\t\tc-4.6,2-21-6.6-17.5-12.6c3.4-6,9.8,1,16.9-3.3c7.2-4.3,0.6-20.6-4.6-20.6c-5.2,0-17.2-2-17.2-5c0-3-10-5.7-7.2-8.6\n\t\tc2.9-3,6.6,3.7,13.2-2c6.6-5.6,20.4,1.3,26.4,0c6-1.3-2.6-14.3-6-12c-3.4,2.3-15.2,3-16.1-4c-0.9-7,11.2,0,13.2-3.3\n\t\tc2-3.3-16.6-12-19.5-5c-2.9,7-13.2,4.7-7.7,0.7c5.5-4,6.6-15.3,6-20.9c-0.6-5.6,19.5-6,17.2-15.3c-2.3-9.3,9.5-11.3,16.1-11.3\n\t\tc6.6,0-0.3-10-6.6-9c-6.3,1-12.9,9.3-16.1,6c-3.2-3.3,7.5-9.3,13.2-9.3c5.7,0,19.5-0.7,24.4-4c4.9-3.3-8.6-6.3-17.8-5\n\t\tc-9.2,1.3-9.2-3.3,4.6-3.7c13.8-0.3,11.5-3.7,21.2-5c9.8-1.3,6.6-6,12.6-6.3c6-0.3,21.8-8,21.8-11.6\n\t\tC1525.6,57,1502.9,49.7,1492.3,49.7z M1134.8,339.2c0.3-5.3-4.9-2-7.7-8.3c-2.9-6.3-17.5-8.9-18.9-4c-0.6,2-5.2,5-1.4,9.6\n\t\tc3.7,4.7,6.3,2.7,10.6,7.3C1121.6,348.5,1134.5,344.6,1134.8,339.2z\"><\/path>\n\t<path id=\"XMLID_00000094599988906849248460000014074281567234647943_\" class=\"st0\" d=\"M763.5,162.2c-7.7-4.5-17.5,5-9.5,8.5\n\t\tC760.9,173.7,771.2,166.7,763.5,162.2z\"><\/path>\n\t<path id=\"XMLID_00000066511626706199436270000008984354538399054010_\" class=\"st0\" d=\"M671.4,300.8c9.5,7.5,6.5-6,17.2-5.5\n\t\tc10.8,0.5,11.2-19.9,12.9-27.4c1.7-7.5-8.6-7-6-1.5c2.6,5.5-0.4,11-1.3,4.5c-0.9-6.5-9-0.5-12.1-5.5c-3-5,9.5-5.5,12.5-12\n\t\tc3-6.5-9.9-5.5-6.9-10.5c3-5-18.9,0.5-12.5,3.5c6.5,3,0.4,7-5.6,2c-6-5-22.7,3.4-16.8,9c4.7,4.5,18.9-3,10.8,10\n\t\tc-8.2,13-11.6-3.5-19.4-2c-7.7,1.5-4.3,12.5,7.3,16.5C663.2,285.9,661.9,293.4,671.4,300.8z\"><\/path>\n\t<path id=\"XMLID_00000051381522542750176010000002830406560829839263_\" class=\"st0\" d=\"M629.6,220c3-4-6.5-12.5-9-5.5\n\t\tC618,221.5,626.5,224.1,629.6,220z\"><\/path>\n\t<path id=\"XMLID_00000170237639691937884980000002523250698679686019_\" class=\"st0\" d=\"M726.4,231c7.7-0.5,3.9-11.5-4.7-19\n\t\tc-8.6-7.5-27.9,7.9-24.5,11C701,226.5,718.7,231.5,726.4,231z\"><\/path>\n\t<path id=\"XMLID_00000050636874460883983420000007801671039821588395_\" class=\"st0\" d=\"M642.5,332.8c2.6-3.5,13.3,7,13.8-0.5\n\t\tc0.4-7.5-12.1-11-17.2-15c-5.2-4-7.3-2-15.5-9c-8.2-7,2.2-10.5-3.9-16c-6-5.5-8.2-20.4-3.9-25.4c4.3-5,9-12.5,1.3-16\n\t\tc-7.7-3.5-20.2,3-18.9,5c1.3,2,12.1,9,12.1,12c0,3-9.9-8.5-13.3-6c-3.4,2.5-7.3-5-10.3,0c-3,5,3.9,22.4,6.5,27.4c2.6,5-2.6,5-6,6\n\t\tc-3.4,1-3.9-14-7.3-19.4c-3.4-5.5-17.2-12-18.1-8c-0.9,4,8.6,4,7.3,9.5c-1.3,5.5-6.5-3.5-11.2,1c-4.7,4.5-3.9,1.5-3-3\n\t\tc0.9-4.5-6.9-9.5-15.5-8.5c-8.6,1-3.9,8-6.5,10.5c-2.6,2.5-15.5-1.5-7.3-3.5c8.2-2,4.7-7.5,1.7-13c-3-5.5-11.2,1-24.5,6.5\n\t\tc-13.3,5.5-19.4,11.5-17.6,12c1.7,0.5,2.2,3-3,8c-5.2,5,0,9.5,4.7,9.5c4.7,0,0.6,4.4,3.9,5.5c3,1,18.5-7,22.8-3.5\n\t\tc4.3,3.5-25.4,5.5-25.4,11.5c0,6,16.4,9.5,28.4,7c12.1-2.5,33.1,2,33.1,5.5c0,3.5-14.2,2.5-25,2c-10.8-0.5-29.3,3.5-28.4,7.5\n\t\tc1,4.5,2.2,4.5,13.3,10.5c11.2,6,22.8-3,22.4,5.5c-0.4,8.5,6,10.5,21.1,11c15.1,0.5,22-8,29.3-7.5c7.3,0.5,10.8-1,14.2-7\n\t\tc3.4-6,6.5-2.5,7.3,0.5c0.9,3,10.3,2.5,12.5,5c5.5,6.4,23.7,4.5,30.6,0.5c6.9-4-3-15-6.5-10c-3.4,5-6.5,2-7.3-0.5\n\t\tC632.2,337.7,639.9,336.2,642.5,332.8z\"><\/path>\n\t<path id=\"XMLID_00000014636137235003464810000001743740221212462238_\" class=\"st0\" d=\"M731.2,158.2c-0.9-3-33.5,1.6-28.4,6\n\t\tC711.4,171.7,732,161.2,731.2,158.2z\"><\/path>\n\t<path id=\"XMLID_00000074404586407956217940000006675773165587538102_\" class=\"st0\" d=\"M851.3,251.5c-2.6,6.5,5.6,6.5,6,14\n\t\tc0.4,7.5,8.6,10,14.6,5.5c6-4.5,23.2,1.3,23.2-4.5c0-5.5-18.1-15.5-24.5-14C864.2,254,853.9,245,851.3,251.5z\"><\/path>\n\t<path id=\"XMLID_00000070818570712789963490000000964801048367797911_\" class=\"st0\" d=\"M696.3,155.7c6.5,0,11.6-1,17.2-3.5\n\t\tc5.6-2.5-3-2.5,0.9-8.5c3.9-6-9.5-6.5-10.3-4.5c-0.9,2-17.6-12-20.2-7.5C681.3,136.3,689.9,155.7,696.3,155.7z\"><\/path>\n\t<path id=\"XMLID_00000023249538895683502290000018216046692246140036_\" class=\"st0\" d=\"M799.2,114.3c-7.7,1-12.9-2.5-9.5-7.5\n\t\tc3.4-5-8.6-6.5-4.3-10.5c4.3-4-8.2-8-6.9-2c1.3,6-7.7,0.5-9-5c-1.3-5.5-18.9-7.5-30.6-19.5c-1-1-2-1.9-3-2.6\n\t\tc-2.9,1.1-5.9,1.8-9,2.6c1,1.5-0.5,2.9-3.9,2.6c-5.6-0.5-15.5,0.5-6.5,4.5c9,4-0.9,5.5-8.2,5.5c-7.3,0-7.8,11,1.7,12.5\n\t\tc9.5,1.5,2.6,8-5.2,5.5c-7.7-2.5-10.3,2-3.4,6c6.3,3.7,2.6,8.5,9.5,12c6.9,3.5,26.7-4.5,28.4,1c1.7,5.5-20.2,6-17.2,9.5\n\t\tc3,3.5,15.5,9,13.8,12c-1.7,3,20.7,11.5,22.8,7.5c2.2-4,8.2-3,13.8-0.5c5.6,2.5,6-15.5,9.9-12.5c3.9,3,3.4-6.5,9.9-9.5\n\t\tc6.5-3,15.8-3,16.4-6.5C809.1,116.8,806.9,113.3,799.2,114.3z\"><\/path>\n\t<path id=\"XMLID_00000163033022536026213770000013590746678964431032_\" class=\"st0\" d=\"M1034.9,395.4c0-0.4-0.1-0.8-0.2-1.2\n\t\tc-0.5-0.8-1-1.7-1.6-2.6c-0.6-0.9-1.1-1.7-1.5-2.6c-6.8,0.4-8.1-5-8.1-8.5c0-3.5-12.9-12-17.2-10.5c-4.3,1.5-11.6-6.5-17.2-7\n\t\tc-5.6-0.5-13.8-5.5-12.9-12.5c0.9-7,11.2,2,13.3-3.5c2.1-5.5-10.8-2.5-11.2-6.5c-0.4-4,3-2.5,5.6-5c2.6-2.5-2.2-7.5-5.2-9.5\n\t\tc-3-2-3.9,4-6.9,4c-3,0-0.4-5.5,1.7-9c2.2-3.5-9.9-7.5-15.1-5.5c-5.2,2-6.9-1.5-6.9-5.5c0-4-9,0-12.5,3c-3.4,3-7.7-3-3.4-3.5\n\t\tc4.3-0.5,9.5-4.5,8.2-9c-1.3-4.5-12.5-5-14.6,0.5c-2.2,5.5-11.2-6-11.2-10.5c0-4.5-13.8-0.5-12.1-8c1.7-7.5-15.9-9.5-20.7-9.5\n\t\tc-4.7,0-11.6,4.5-10.8,9.5c0.9,5-5.2,3-6-2.5c-0.9-5.5-12.5,6-15.9,6c-3.4,0,2.2-14.5,0.4-19c-1.7-4.5-4.3-6-6.9-13.5\n\t\tc-2.6-7.5-15.5-4.5-18.9,0c-3.4,4.5-14.6,2.5-20.7,9.5c-6,7,0.4,14,3,16.5c2.6,2.5-9,6.5-5.2,10.5c3.9,4,9.9,2,10.3,8.5\n\t\tc0.4,6.5-14.2-2-16.4-7.5c-2.2-5.5,0.9-10.5-2.2-14.5c-3-4-0.4-9,5.2-16c5.6-7,9.9-6,9.9-10c0-4-24.1-4-38.3,11\n\t\tc-14.2,15-9.9,34.9-9,38.9c0.9,4,13.3,2,20.7,4.5c7.3,2.5,3.4,6-2.2,5c-5.6-1-15.1-3-14.6,1.5c0.4,4.5,12.1,13,18.9,11\n\t\tc6.9-2,6.9-2,9.9,2.5c3,4.5,11.2,3,19.4,3.5c8.2,0.5,17.6,4,21.5,4.5c3.9,0.5,8.6-2.5,9.9-5c0.5-0.9,2.8-0.6,5.8,0\n\t\tc3.9-3.8,10.8-3.5,14.5,0.4c0.7,0.8,1.4,1.5,2.1,2.3c0.6-0.1,1.1-0.2,1.7-0.3c1.1-1.7-1.2-4.8-3.5-5.9c-3-1.5-1.7-8,2.2-5.5\n\t\tc3.9,2.5,10.3,4,11.6,8.5c1.1,3.8,4.7,2,5.2,5.5c0.4,3.5,14.2,7.5,14.6,11.5c0.4,4-13.3,6-9.5,9.5c3.9,3.5,9.9-4.5,15.1-5\n\t\tc5.2-0.5,5.2,13,9,11c5.3-2.7,9.5,2.5,14.6,11c5.2,8.5-0.4,16.5,0,19.4c0.4,3,10.3,2,15.9-1.5c5.6-3.5,10.8,4,15.1,8.5\n\t\tc4.3,4.5-15.9,12-14.2,8c1.7-4-12.1-16-24.5-10.5c-12.5,5.5-3.9,14-2.6,19c1.3,5-11.2,10-22.8,5.5c-11.6-4.5-8.2,3-12.9,3\n\t\tc-4.7,0-9.9,8.5-5.6,14c4.3,5.5,13.8,0.5,21.5,1c7.7,0.5,8.6,3,9.5-2c0.9-5,9-2.5,14.6-1c5.6,1.5,4.3,10.5,11.2,11.5\n\t\tc6.9,1,1.3,9,5.6,14.5c4.3,5.5,18.1,2.5,23.2,8.5c0.8,0.9,1.9,1.9,3.3,3c3.4-1,7.3-0.3,10.5,2.2c1.7,0.1,3.1,0.5,4.3,1.2\n\t\tc3.6,1.1,6.9,2.8,10.2,5c0.7,0.5,1.4,1.1,1.9,1.7c2.4-5.6-19.2-27.6-25.6-29.6c-6.5-2,6.5-4.5,14.6,3c8.2,7.5,20.2,11,26.3,2\n\t\tc2.5-3.7,2-5.4,0.7-6.7c-1.2-0.5-2.2-1.2-3.2-2.1c-0.5-0.4-1-0.7-1.5-1.2c-4.7-3.1-6.6-9.3-4.4-14.1c-1.7-2.6-4-4.4-6.7-4.4\n\t\tc-6,0-21.5-14-15.9-17c5.6-3-1.7-7,2.6-12.5c4.3-5.5,8.6,5,13.8,5.5c5.2,0.5,6,8,14.2,16c0.7,0.7,1.3,1.2,1.9,1.7\n\t\tc0.9-0.6,1.9-1.1,3-1.5c1.6-0.5,3.3-1.1,5-1.8c0.1-0.5,0.2-1,0.3-1.4c0.1-0.6,0.4-1.1,0.7-1.5c0.2-5.2,4.2-9.5,9.6-10.4\n\t\tc0.1-0.1,0.1-0.2,0.2-0.2c1.2-1.1,2.4-2,3.7-2.8c0.1-0.1,0.2-0.2,0.2-0.2c0.5-1.1,1.2-2.2,2.1-3.2\n\t\tC1035.8,398.4,1035.1,397,1034.9,395.4z\"><\/path>\n\t<path id=\"XMLID_00000126289041824011415920000013343323218603281834_\" class=\"st0\" d=\"M905.1,381.1c5.2-1,4.2-10.2,1.3-15\n\t\tc-2.2-3.5-7.7-4-12.5-3.5c-4.7,0.5-12.9,9-8.6,17.5C889.6,388.6,899.9,382.1,905.1,381.1z\"><\/path>\n\t<path id=\"XMLID_00000183231484148572174520000008369773994574050477_\" class=\"st0\" d=\"M857.8,222.9L857.8,222.9\n\t\tc0.1-0.6,0.2-1.2,0.4-1.8c0.5-2,1.5-3.6,2.9-4.9c0.1-1.8,0.5-3.6,1.3-5.2c-7.9-4.7-45.8-7.8-53.2-2.9c-8.2,5.5-21.1-2.5-27.5,1.5\n\t\tc-6.5,4-4.3-5-15.9-5.5c-11.6-0.5,0.9-7.5,3-10.5c2.2-3-17.6-11-25.8-9c-8.2,2-12.9-3-20.7-7c-7.8-4-28.8-3-24.5,4\n\t\tc3,5,28,15.5,30.6,10.5c2.6-5,9,6,12.9,11.5c3.9,5.5-2.6,7.5,0.4,17.5c3,10,6.5,3,11.2,7c4.7,4,12.1,6.5,15.9,2.5\n\t\tc3.9-4,5.6-7,6.9-3.5c2.1,5.7,11.6,6.5,32.3,7c20.7,0.5,15.5-10,21.5-6c4.1,2.7,11.7,3.6,18.1,3.4\n\t\tC848.5,226.6,852.8,222.9,857.8,222.9z\"><\/path>\n\t<path id=\"XMLID_00000161593563404123020450000017909696208945168266_\" class=\"st0\" d=\"M1037.6,34.5c-6.3,1.3-13.2-0.7-14.7-4.8\n\t\tc0,0-0.1-0.1-0.1-0.1c-0.7-0.7-1.5-1.4-2.3-2.2c-0.1-0.1-0.2-0.1-0.2-0.2c-0.3-0.2-0.5-0.4-0.8-0.6c-0.8-0.6-1.7-1-2.6-1.6\n\t\tc-0.2-0.1-0.4-0.1-0.6-0.2c-2.5,0.2-4.7,0.4-4.9-0.9c-0.2-1.5-3-1.9-7.1-1.2c-1.5,0.8-3.1,1.2-4.8,1.2h-0.7c-2.9,0.8-6.1,2-9.4,3.5\n\t\tc-7.8,3.5-5.2-0.3-1.3-3.6c-3.3-0.3-6.1-2.1-7.8-4.7c-3.4-0.1-7-0.3-10.4-0.6c-0.5,0.7-1.1,1.4-1.5,2.2c-1.6,3.1-5.7,5.8-9.1,5.4\n\t\tc-5.7-0.6-10.5-2.4-14.3-5.3c-3.5,2.4-7.6,3.9-12.4,4.3c-9.3,0.8-18.4-2.9-27.7-0.6c-5.4,1.4-9.5-1.4-11.6-5.3\n\t\tc-8.3-1-4.9,8.4-14.5,3.5c-9.9-5-20.7-2.5-17.6-1c3,1.5-0.9,4.5-5.2,3c-4.3-1.5-8.2,0.5-6,5.5c2.2,5-15.9-1.5-15.9,4\n\t\tc0,5.5-6.5,8.5-11.6,3.5c-5.2-5-21.5-6.5-16.8-2c4.7,4.5-14.6,2-9.5,6.5c5.2,4.5-6.5,8-6.5,5.5c0-2.5-10.8-7-15.1-2.5\n\t\tc-4.3,4.5-5.6,10-7.7,7c-1.7-2.4-8-2.2-15-0.1c-1.6,2.1-3.1,4.8-4.4,6.8c2-0.2,4.2-0.8,6-2.2c6-4.5,10.8-1.5,5.6,1.5\n\t\tc-5.2,3-3.4,5,3.9,4.5c7.3-0.5-3,2.5-3,7.5c0,5,8.6,2,9,7c0.4,5,18.9,7,24.5,1c5.6-6,3.4,1.5,3,5.5c-0.4,4,26.3,7.5,27.5,2.5\n\t\tc1.3-5,5.2-3,10.3-1.5c5.2,1.5,30.6-5.5,31-11.5c0.4-6,8.2,3,0,9.5c-8.2,6.5-24.5,5.5-31.9,8c-7.3,2.5,4.7,8.5,12.1,15\n\t\tc7.3,6.5-9.5,3-16.4-5.5c-6.9-8.5-22.4-8.5-30.6-8c-8.2,0.5-5.6,18,0.4,18c6,0,12.1,2.5,18.1,13.5c6,11,18.9,8.5,18.9,13.5\n\t\tc0,5-16.8-4-26.3-6c-9.5-2-24.5,5-25,13c-0.4,8,13.8,7,23.2,0.5c9.5-6.5,2.6,2-2.2,7c-4.7,5,11.2,9,11.2,15c0,6-11.6,4-12.9-1.5\n\t\tc-1.3-5.5-5.6-11-16.8-10c-11.2,1-8.2,10-1.3,11c6.9,1,7.3,7-0.4,7c-7.7,0-25.2,5.6-19.8,11.5c6,6.5,28,0,31.9,4\n\t\tc3.9,4,14.6,5.5,17.2,1c2.6-4.5,11.2-2.5,19.8-2.5c8.6,0,10.8,1.5,14.6,5.5c3.9,4,10.8,2.5,15.5-1.5c4.7-4,4.7-4,10.8-4\n\t\tc1.4,0,2.5-0.3,3.4-0.7c0.3-1.1,0.6-2.1,1.1-2.9c0.4-0.6,0.8-1.2,1.2-1.7c-0.1-1.4-0.6-3-1.5-4.6c-3-5.5-10.8,4-11.6,0\n\t\tc-1.1-4.9-8.2-6.5-20.2-4.5c-12.1,2-6.9-9,0.4-6.5c7.3,2.5,17.2,1.5,25.4-1c8.2-2.5,1.7-7,1.7-11c0-4,10.3-1.5,18.1-1.5\n\t\tc1.5,0,3.1-0.5,4.7-1.4c1.6-4.7,3.5-8.8,6.8-12.1c0-0.5-0.1-1-0.1-1.5c-0.1-3.6,2-7.9,5.2-9.4c0.7-0.3,1.4-0.7,2-1.1\n\t\tc-3.1-5.4-17.7-3.9-25.2-3.9c-8.6,0,5.6-7.5,22-6.5c16.4,1,9-7.5,12-10.5c2.6-2.6,8.8,1.9,15.8,1.9c3.4-3.1,6.4-6.3,6.7-8.4\n\t\tc0.6-4.5,6.1-8.2,10.2-8c-0.1,1.5,0.9,0.9,3.1-1.8c2.8-1.9,5.6-2.1,8-1.4c3.9-2.6,8.5-5.7,13.9-9.2c17.6-11.5,31.4-9.5,32.3-16\n\t\tc0.9-6.5-24.5,0-28.8-2c-4.3-2,17.6-7.5,22.8-6c5.2,1.5,12,0,29.7-10C1052.7,35.5,1045,33,1037.6,34.5z\"><\/path>\n\t<path id=\"XMLID_00000070836120647933170530000007751194762252888507_\" class=\"st0\" d=\"M824.2,476.4c6.9,5,17.2-8.5,16.4-12.5\n\t\tC839.6,459.9,815.8,470.4,824.2,476.4z\"><\/path>\n\t<path id=\"XMLID_00000173154292139011463820000013437367052599078567_\" class=\"st0\" d=\"M862,487.3c3-0.5,9-13,1.3-12.5\n\t\tC855.6,475.4,857.3,488.1,862,487.3z\"><\/path>\n\t<path id=\"XMLID_00000155136771361446999520000013821308339239038354_\" class=\"st0\" d=\"M855.1,449c0.9-5-14.2-7-13.3-12.5\n\t\tc0.9-5.5-14.2-10-18.9-13c-4.7-3-12.1-4.5-12.1-10.5c0-6-10.3-1.5-10.8,7.5c-0.4,9-4.7,7-2.6,15.5c2.1,8.5-9.5,10.5-8.2,15\n\t\tc1.3,4.5,6.9-0.5,12.1-0.5c5.2,0-1.4,8.3,5.2,9c5.2,0.5,14.2-6.5,16.4-10.5c2.2-4,6.5-5.5,12.5-0.5\n\t\tC841.4,453.4,854.3,453.9,855.1,449z\"><\/path>\n\t<path id=\"XMLID_00000013184402829791664920000013416660937375963816_\" class=\"st0\" d=\"M502.2,244c-7.7-5.5-13.8-7-19.8-2.5\n\t\tc-6,4.5-1.3-5-6-2.5c-4.7,2.5-17.6-4-19.4-6.5c-1-1.4-8.8,0.5-16.4,2.5c0.2,2.3-0.2,4.6-1.3,6.5c-1.8,3.2-4.7,4.8-7.7,5.1\n\t\tc-0.1,0.7-0.4,1.5-0.3,0.3c0,0.7-0.1,1.3-0.3,1.9c2.8,3.8-9.6,14.2-7.1,16.6c2.6,2.5-2.6,9-8.6,17c-6,8,4.3,7.5,12,9.5\n\t\tc7.8,2,8.6,18,13.8,18c3.4,0,0.9-5,6.5-5c5.6,0,4.3-3.5,9.5-3c5.2,0.5,9.5-1.5,9.5-8.5c0-7,3.9-9.5,9-11c5.2-1.5,0.4-9,7.7-11\n\t\tc7.3-2,27.5-12,31-15C517.7,253.5,509.9,249.5,502.2,244z\"><\/path>\n\t<path id=\"XMLID_00000137819549904435866730000016280381979088188322_\" class=\"st0\" d=\"M678.2,185.1c-0.4,5-10.3-1-18.1-4.5\n\t\tc-7.7-3.5-3,7,3,13c6,6-3,3-11.2-3.5c-8.2-6.5-7.3,4.5-3.4,8c3.9,3.5-0.9,8.5-6,0.5c-5.2-8-7.7-16.5-15.9-17\n\t\tc-8.2-0.5-4.4,9.2-1.3,14c4.3,6.5,8.6,8,15.5,12.5c6.9,4.5,18.1-2,23.2-0.5c5.2,1.5-5.6,9-2.2,14c3.4,5,12.9,1.5,20.2,1\n\t\tc7.3-0.5,3.9-5.5,8.2-9c4.3-3.5-4.3-3-0.9-11.5C692.9,193.6,678.7,180.1,678.2,185.1z\"><\/path>\n\t<path id=\"XMLID_00000145778457417901661550000013836044965680542396_\" class=\"st0\" d=\"M434.6,688.1c-2.8-3.5-10.1-2.7-11.2-6\n\t\tc-1.1-3.2-7.7-15-11.4-14.7c-3.7,0.3-8.4,0.5-12.7-3.2c-4.3-3.7-7.1-4-10.1-1.7c-3,2.2,3.2,2.7,3,5.2c-0.2,2.5,1.9,4,4.5,3.5\n\t\tc2.6-0.5,4.1,5.7,6.7,6c2.5,0.2,3.4,4.7,6.2,4.9c9.1,0.7,13.7,7.3,16,15.3c5.3,0.7,10,1.2,14-0.1c0-1.6,0.4-3.3,1-4.7\n\t\tC442.1,689.3,437.4,691.6,434.6,688.1z\"><\/path>\n\t<path id=\"XMLID_00000061454700594647601190000015541635432314044323_\" class=\"st0\" d=\"M478.9,210.1c7.7,1,15.5-7,15.1-11.5\n\t\tC493.6,194.1,475.1,209.6,478.9,210.1z\"><\/path>\n\t<path id=\"XMLID_00000142177012084689930460000013648763733187748278_\" class=\"st0\" d=\"M1032,684.7c1.2,0.3,2.4,0.7,3.6,1.1\n\t\tc-0.9-1.2-1.6-2.6-2-4c-0.1-0.3-0.2-0.7-0.3-1c-6.2-3.1-15.3-5.7-19-5.7c0.4,1.1,0.6,2.2,0.7,3.4c2.6,2,7,4.4,11.3,6.3\n\t\tC1028.2,684.3,1030.2,684.3,1032,684.7z\"><\/path>\n\t<path id=\"XMLID_00000114032608857824648250000004921400037162750130_\" class=\"st0\" d=\"M1121.9,705.6c-1.7,3.7-4.3-2.7-0.6-6\n\t\tc3.7-3.3-0.6-4.6-4-2.7c-3.4,2-2.6-9,0.6-11c3.2-2-7.7-6-7.7-2.3c0,3.7-7.7,1.3-8.6-2c-0.9-3.3-6.3-4.3-4.3-6.6\n\t\tc2-2.3-6.6-3.7-7.5,0.3c-0.9,4-3.4-2.7,0.9-8c4.3-5.3,2.9-10,6.9-12.6c4-2.7-0.3-5.6-4.6-3.7c-4.3,2-15.8,20.3-15.8,25.3\n\t\tc0,5-0.3,11-4.3,10.6c-4-0.3-8.6,4-5.5,6.7c3.2,2.7-8.3,10.2-2.9,13.6c0.8,0.5,1.6,0.7,2.5,0.8c1.9-2.1,4.5-3.6,7.3-3.8\n\t\tc1.3-0.3,2.5-0.6,3.8-0.8c1.8-1.1,3.6-1.7,6.1-2c0.7-0.1,1.4,0,2.1,0.1c0.4-0.1,0.7-0.3,1.1-0.4c4.2-1.2,8.1-0.1,12,1.8\n\t\tc1.8,0.9,3.1,2.3,3.9,3.9c0.2,0.1,0.3,0.3,0.3,0.5c0,0.1,0.1,0.1,0.1,0.2c0.1,0.1,0.3,0.2,0.4,0.2c1.5,0.8,2.6,2,3.4,3.3\n\t\tc0.2-0.1,0.4-0.2,0.5-0.3c3.4-2,7.7,0,6,3.3c-1.7,3.3,9.5,6.6,12.1,1.3C1128.8,710.3,1123.6,702,1121.9,705.6z\"><\/path>\n\t<path id=\"XMLID_00000059297548654841795150000007297078592240235407_\" class=\"st0\" d=\"M1095.1,637.2c-3-0.7-5.8-3-2.8-3.2\n\t\tc2.4-0.2,3.8-1.5,4.9-4.2c-1.8-0.9-3.4-2.7-4.4-4.4c-1-1.6-1.4-3.5-1.4-5.4c-0.9-1.2-1.7-2.4-2.5-3.6c-2,0.9-3.8,3.9-6.3,3.6\n\t\tc-4.1-0.5,2.8-6.5-0.6-9c-3.4-2.5-9.9-0.7-15.1,4.2c-5.2,5-4.7-0.3-9.3,4.7c-4.5,5-4.5-2.5-2.4-4.5c2.2-2,3.7,0.2,5.6-2.7\n\t\tc1.9-3,3.9,0,8.8-3.7c3.9-2.9,7.3-2.5,9.4-3.5c-0.6-0.8-1.2-1.8-1.6-2.8c-0.1-0.1-0.1-0.3-0.2-0.4c-1.1-0.8-2-1.8-2.8-2.9\n\t\tc-0.6,0.1-1.3,0.2-1.9,0.2h-0.5c-1.6,0-3-0.4-4.4-1.1c-1.6,1-3.5,1.5-5.4,1.6c-2.6,0.1-5.6-1.3-7.5-3.2c-0.6-0.6-1.2-1.4-1.7-2.3\n\t\tc-0.1,0-0.2,0-0.4,0c-4.1,0-6.9-2-8.6-4.7c-2.4-1.3-4-3.5-4.8-6c0,0,0,0,0,0c-0.2-0.6-0.3-1.3-0.4-1.9c0,0,0,0,0-0.1\n\t\tc-0.1-0.6-0.1-1.3-0.1-1.9c0,0,0,0,0-0.1c0-0.6,0.1-1.3,0.2-1.9c0,0,0,0,0-0.1c0.1-0.6,0.3-1.3,0.5-1.9c-2.2-1.5-4.3-2.8-6.1-3.4\n\t\tc-5.6-2-1.9-5.5,1.1-3c3,2.5,6.5-2.5,7.7-5c1.3-2.5-2.2-4.7-3.9-5c-1.1-0.2-1.5-1.6-1.5-3.2c-1.8-0.7-3.2-1.8-4.2-3.2\n\t\tc-1.3-0.6-2.4-1.4-3.5-2.3c-0.8-0.7-1.3-1.6-1.8-2.5c-0.1-0.1-0.2-0.1-0.3-0.2c-1.2-0.7-2.2-1.6-3-2.8c-0.8-0.9-1.3-2-1.7-3.2\n\t\tc-0.4-0.8-0.7-1.6-1-2.4c-0.1-0.9-0.2-1.7-0.3-2.6c-0.8-1.6-1.4-3.4-1.4-5.2v-0.2c-0.2-0.3-0.5-0.6-0.7-0.9c-0.8-1.2-1.2-2.6-1.4-4\n\t\tc-5.2-2.9-6.5-10.2-3.9-15.3c-0.7-1.1-1.4-2.4-1.9-3.8c-1.3-4.2-3-2.2-4.3,3.7c-1.3,6-5.8,5.7-4.5,7.7c2.7,4.1,0.6,4.2-1.3,6.7\n\t\tc-1.9,2.5,1.3,6.2-1.9,6.2c-3.2,0-1.7,7.7-3.4,4.2c-1.7-3.5-5.8-2.5-5.8,1c0,3.5-6.9,6.7-9.7,6.5c-2.8-0.3-2.8-7-5.2-5\n\t\tc-2.4,2-1.9-5.7-5.6-5.5c-3.7,0.2-6.2-0.3-5.2-4c0.9-3.3-4.5-5-4.3-6.9c-0.7-0.7-1.4-1.6-1.9-2.4c-1.4-2.3-1.8-5.8-1.1-8.4\n\t\tc0.3-1.2,0.9-2.3,1.6-3.4c0.1-0.3,0.1-0.7,0.2-1c0.2-0.8,0.5-1.6,0.9-2.3c0-0.1,0.1-0.1,0.1-0.2c0.9-2.6,2.7-3.5,2.7-5.2\n\t\tc0-0.4-0.1-0.7-0.2-0.9c-0.5,0-1,0-1.5,0c-0.7-0.1-1.4-0.2-2.1-0.4c-0.5,0.2-0.9,0.5-1.4,0.9c-0.8,0.6-1.3,0.6-1.7,0.3\n\t\tc-0.5,0.2-1,0.5-1.5,0.6c-2.5,0.8-5.9,0.3-8.2-1.1c-0.1,0-0.1-0.1-0.2-0.1c-0.6,0.1-1.2,0.2-1.9,0.2c-4,0-6.8-1.8-8.4-4.5\n\t\tc-5.3-0.5-8.3-4.3-9-8.6c-0.9-0.5-1.7-1.1-2.4-1.8c0,0,0-0.1-0.1-0.1c-6.1-0.1-9.4-4.5-10-9.4c-1.4,0.8-2.7,1.6-3.5,2\n\t\tc-1.9,1-6.9-3.5-8.8-1.7c-1.9,1.7-2.4-1.2-7.7-3c-5.4-1.7-12.5-2.2-12.9,0c-0.4,2.2-4.7,3-4.1,8.2c0.6,5.2,5.2,4.2,6.2,7.7\n\t\tc1.1,3.5-2.2,2.2-2.4,5.5c-0.2,3.2-3,3-3,5.2c0,2.2,1.9,1.7,3,6.2c1.1,4.5,3.2,4.2,3.9,10.2c0.6,6-1.7,4.7-3.9,5.5\n\t\tc-2,0.7-0.1,3.3-2.2,6.8c6,3.1,10,9.5,7.7,16.4c1.2,2.1,1.8,4.3,1.7,6.6c0.5,0.7,1,1.4,1.3,2.2c3.4,6.7,3.2,17.2,2.2,24.7\n\t\tc-1.1,7.5-8.4,9.2-13.8,15.7c-5.4,6.5-11,5.5-13.6,5.7c-2.6,0.2-1.1,6.2,2.6,11c3.7,4.7,0.6,6.2,2.6,11.2c1.9,5,0,9,2.8,13.5\n\t\tc2.8,4.5,1.1,6.2-2.2,9.5c-3.2,3.2,1.3,1.5,1.5,5.7c0.2,4.2-1.5,1.7-4.3-0.5c-2.8-2.2-5.4,4.2-5.4,7c0,2.7-6.7-3.7-8.2-3.5\n\t\tc-1.5,0.2,0.4-4.2-3.4-7.7c-3.9-3.5-6.9-4.2-6.9-7.7c0-3.5-6.7-6-6.7-10c0-4,0.9-14.2-0.6-17.2c-1.5-3-0.2-6.2,1.1-9\n\t\tc1.3-2.7-1.5-7-5.4-7c-3.9,0-9.3-1.5-14.6-1c-3.6,0.3-6.1,0-7.9-0.8c-1-0.1-2-0.2-3.1-0.6c-3.2-1-5.5-3.1-7.5-5.4\n\t\tc-0.1,0-0.2,0-0.4,0c-4.5,1.1-8.8-0.6-11.3-4c-7.6-0.5-14.3-4-16.5-13.3c-0.2-0.7-0.3-1.6-0.4-2.6c-2.3-0.6-4.8-0.9-6.2-0.6\n\t\tc-2.6,0.5-9-6.2-12.9-6c-3.9,0.3-12.9,4.7-14.4,5c-1.5,0.3,0.2-3.7,1.3-5.5c1.1-1.7-3.2-9.2-4.3-14.2c-1.1-5-2.6-10.5-7.1-9.7\n\t\tc-4.5,0.7-9.5-2-10.8-3c-1.3-1-1.5-15.2-0.4-21.2c0.4-2.3,1.5-5,2.7-7.7c-0.1-0.5-0.3-0.9-0.3-1.4c-0.3-2.2,0.1-4.5,1.1-6.5\n\t\tc-1-5.3,1.3-11.1,6.8-12.5c1.1-2.9,3.3-5.3,6.7-6.1c1-0.2,1.9-0.4,2.8-0.5c1.1-0.8,1.3-2.1,1.8-4.1c0.6-3,4.5-1,2.4-3.5\n\t\tc-2.2-2.5-0.4-3.2,4.5-3.2c5,0,12.3-2,11.2-7.7c-1.1-5.7-14-1.5-14-6.2c0-4.7-16.4-5-15.3-7.7c1.1-2.7,16.4,2,22,4.5\n\t\tc5.6,2.5,7.1,2.3,11.6,2c4.5-0.3,1.5-7,2.4-9.7c0.9-2.7,9.5,4.2,14.4,2.7c5-1.5,9.7-13.2,13.8-16.4c4.1-3.2,0.4-6.2-7.5-5.5\n\t\tc-8,0.7-12.5-2.7-16.8-6.5c-4.3-3.7-3.9-6.7,0.6-6.2c4.5,0.5,15.3,10.7,19.4,11c4.1,0.3,11.2-9.2,14.6-12.2c3.4-3-3.2-4.2-5.6-6.5\n\t\tc-2.4-2.2,4.1-3.7,7.5-3.7c3.4,0,4.9,3.5,6.2,5.2c1.3,1.7,7.3-1.2,10.3-1.2c3,0-0.4-5.7-5.4-8c-5-2.2,0.2-6.5,1.7-3\n\t\tc1.5,3.5,4.9,2.7,6.7,6.7c2.4,5.6,4,2.3,7.9,0.5c1.7-4.3,4.5-7.9,8.5-10.2c1.8-1,3.9-1.8,5.9-2.4c0.3-0.1,0.6-0.2,0.9-0.4\n\t\tc1.9-4.4-1.9-8.6-5.2-11.4c-3.4-3,0.2-6-3.2-8c-3.4-2-4.1-5.7,0.2-4.7c4.3,1,7.7-0.5,9.7-4c1.9-3.5-6.5-4.2-2.6-6.7\n\t\tc3.9-2.5,0.6-5-3.2-5c-3.9,0-7.1-2.2-7.3-6c-0.2-3.7-6.9-1.2-11-3.5c-4.1-2.2-13.1-1.7-15.3-1.5c-2.2,0.2-2.4,10.5,0.9,10.7\n\t\tc3.2,0.3,5.8,4.2,3,5.5c-2.8,1.2,0.4,5.2-1.7,5c-2.2-0.2-5.6-1.5-6.2,5c-0.6,6.5-1.1,9-4.7,11.2c-3.7,2.2-0.9-7.2-4.3-7\n\t\tc-3.4,0.2-3.9,8-1.3,8.7c2.6,0.7,3,3.2,3.7,7c0.6,3.7-4.7,1-6.9,5.5c-2.2,4.5-2.4-2-5.4-5c-3-3-6.7-8-6.5-11.7\n\t\tc0.2-3.3,1.7-4.5,4.1-5c2.4-0.5,0-3-0.2-7.5c-0.2-4.5-3-3-6.5-7.7c-3.4-4.7-7.1-4.7-9-2.5c-1.9,2.2-0.6,6.5-3.7,8\n\t\tc-3,1.5-1.7,8.5-4.3,9c-2.6,0.5-1.1-12.2-3.2-13.5c-2.1-1.2-1.9-4.2,1.3-4.7c3.2-0.5,5.2-4.5,2.4-4.5s-7.7-3.5-9.7-4.5\n\t\tc-1.9-1-5.2,4.2-7.3,2.2c-2.2-2,0.2-7,0.4-9.7c0.2-2.7,3.4,1.2,5.6-2.2c2.1-3.5-6-3.5-6-7.2c0-3.7-6.5-4.7-8.6-6\n\t\tc-2.2-1.2,1.5-7.5,0.4-10c-1.1-2.5-9-10.7-12.5-10c-3.4,0.7-4.3-5.2-2.4-5c1.9,0.3,3.4-1.2,7.1-6c3.7-4.7,4.1-6.2,1.5-7.2\n\t\tc-2.6-1-3.9-4,0.6-3.7c4.5,0.3,12.5,3.7,15.1,1.5c2.6-2.2,10.8-17,14-22.2c3.2-5.2-2.4-5.7-10.1-5c-7.7,0.7-9.5-3.5-15.9-4\n\t\tc-6.5-0.5-18.5,1.5-20.2,3.7c-1.7,2.2,3.2,4.2,2.6,6.7c-0.6,2.5-4.5-1.7-6.2-0.7c-1.7,1,0.6,4.2,0,13c-0.6,8.7,1.5,9.2,3.7,12.5\n\t\tc2.1,3.2,1.7,7.5,1.7,13c0,5.5-4.5,5.2-6,6.5c-1.5,1.2,3.9,3.2,3,6.7c-0.9,3.5-5.4-2-8-1c-2.6,1-4.7,9.5-1.9,12.2\n\t\tc2.8,2.7,3.9,2.2,1.7,5.5c-2.2,3.2-4.5,8,0.6,12.7c5.2,4.7,14.6,4.2,19.6,8c5,3.7-2.1,1.5-0.2,5.7c1.9,4.2-3.2,5.7-3,9\n\t\tc0.2,3.2,2.2,1.5,4.7-4c2.6-5.5,4.5,1.5,4.3,6.2c-0.2,4.7-3.9,2-6.7,6.7c-2.8,4.7-5.4,5.5-9.5,4.5c-4.1-1-1.7,6.7,0,11\n\t\tc1.7,4.2-0.4,5.7-5.2,4.2c-4.7-1.5-7.5-5-5.2-9.2c2.4-4.2,4.1-9.2,1.3-8.7c-2.8,0.5-9.3-0.2-11.2-3.7c-1.9-3.5,1.3-2,7.1-1.3\n\t\tc5.8,0.7,0.9-4.5,5.2-4.5c4.3,0,7.5,2.7,11.2-1c3.7-3.7-2.4-11-5.4-9.7c-3,1.2-7.7,2.7-7.7-0.7c0-3.5,5.2-1,8-1.7\n\t\tc2.8-0.7-1.5-5.2-5.8-4c-4.3,1.2-7.3,1.5-10.8-2.7c-3.4-4.2-9.7-6.7-11.2,3c-1.5,9.7-7.5,4.5-9.9,7.7c-2.4,3.2,2.8,5.5,8.6,5.7\n\t\tc5.8,0.3,10.1,6.5,7.3,6.5c-2.8,0-1.5,4.7-4.5,3c-3-1.7-6,0-3.9,3c2.2,3-0.9,4.2-0.6,7.2c0.2,3-4.5,0.2-9-0.3\n\t\tc-4.5-0.5-12.9,1.2-18.9,2.7c-6,1.5-12.7-1-15.3-4.2c-2.6-3.2-6-2.7-10.3-2.7c-4.3,0-3-4.7-8.6-5c-5.6-0.3-4.3-5.7-5-9\n\t\tc-0.6-3.2-11.8-2.2-15.9,0.7c-4.1,3-12.1,1.7-14.2,7.2c-2.1,5.5,1.9,4.7,4.3,4.7c3.3,0,3-4.5,9-3.5c6,1,10.3-7.2,12.9-4.2\n\t\tc2.6,3-10.3,8.7-15.9,9.7c-5.6,1-4.3,6.2,1.1,15.5c5.4,9.2-2.4,4-2.4,8.5c0,4.5-10.1-1.5-6-3c4.1-1.5,2.2-6.2-1.1-9.2\n\t\tc-3.2-3-5.4,0-4.9-3.2c0.4-3.2-3.4,0.2-6.5-2.5c-3-2.7-4.5-5-8.6-2.5c-4.1,2.5-8.8,1.7-17.9,3.5c-9,1.8-25.6,1.2-28.6-2.2\n\t\tc-3-3.5,7.7-9.7,11-8.7c3.1,1,1.3-4-3.7-8.5c-5-4.5-15.9-7.2-15.7-4.5c0.2,2.7-6.2,0.3-14.2-1.5c-8-1.7-9-5-14.2-5.2\n\t\tc-5-0.2-12.9-2-18.9-7.5c-6-5.5-20.2-4-22,1c-1.7,5-6.5,4.7-11.2,4.7c-4.7,0,2.1-6.2,0.4-7.2c-2.3-1.4,0.2-8.2-3.2-8.7\n\t\tc-3.4-0.5-6.7,16.5-13.1,16c-6.5-0.5-9.3-18-14.6-22.4c-5.4-4.5-10.3-4.7-5.8,2c4.5,6.7-3.9,2-3.4,6.5c0.4,4.5-7.3,9.7-7.1,7.2\n\t\tc0.2-2.5-4.3-5.2-9.5,1.7c-5.2,7-8.8,6-9.3,3.5c-0.4-2.5-15.7,6.5-15.1,9.5c0.6,3-2.4,5.2-6.5,5c-4.1-0.3-0.9-4.2,2.4-6.2\n\t\tc3.6-2.2,13.6-11.5,18.7-12.5c4.5-0.9,12.7-4.6,14.8-7.4c-0.1,0-0.3,0-0.4,0c-8.6,0.3-16.7,2.7-24.8,5.2c-0.8,0.3-1.6,0.5-2.3,0.7\n\t\tc-2,0.6-4,1.3-6,1.9c-0.7,0.5-1,1.3-0.4,2.5c1.7,4-5.4-0.5-6.9,2.2c-1.5,2.7-4.3-0.3-2.2-1.7c0.2-0.1,0.3-0.3,0.4-0.5\n\t\tc-2.7,0.6-5.5,1.1-8.3,1.4c-0.9,0.3-2.1,0.5-3.6,0.5c-5.2,0-10.3,4.2-6.9,7.2c3.4,3,5.6,4.5,3.9,6.5c-1.7,2-7.1-5.2-14.6-4.5\n\t\tc-7.5,0.7-22.6-9.7-22.6-12.2c0-2-10.6-0.8-17.9-1.7l0,172.3c0,0,3.7,3.2,5.2,1.2c1.4-2,4,0.7,8.9-2c4.9-2.7,6.6,3,6.6,5.6\n\t\tc0,2.7,6.9,7,9.8,11.3c2.9,4.3,4.3,8,7.5,5.7c3.2-2.3,8.9-3.7,8.9-8c0-4.3,13.2-5,13.2,0.7c0,5.6,13.5,12.3,20.9,27.6\n\t\tc7.5,15.3,6.3,18.6,17.2,23.6c10.9,5,10.6,7.6,9.2,12c-1.4,4.3,6.6,6.6,2,10.3c-1.8,1.4-4.2,3.4-6.6,5.4c0.2,2.2,1.9,3.6,4.1,5.7\n\t\tc1.5,1.4-0.2,2-1.6,2.7c0.1,0,0.2,0,0.2,0c4.9,0,10.4,4.3,10.6,9.7c0.3,0.2,0.6,0.5,0.8,1c1.3,1.4,2.1,3.2,2.4,5.2\n\t\tc0.8,1.3,1.3,2.7,1.6,4.1c2-1.8,5.8,4.8,7.7,6c1.9,1.2,3.9,5,0.6,5c-3.2,0-2.8,6.5-0.4,6.7c2.4,0.3,2.2,3.7,2.2,6\n\t\tc0,2.2,7.5,5.5,10.3,4.5c2.8-1,5.4,2,6.7,4.7c1.3,2.7,6.5,4.7,8.4,3c1.9-1.7,3.2,3.2,3.7,6.7c0.4,3.5,4.7,1.5,7.3,1.2\n\t\tc2.6-0.3,4.1,4,5.8,3.2c3.8-1.7,4.9,6,7.4,10.5l267.5-1.7c0,0,0.2-7.7,3.3-5c3.2,2.7,0.3,7,4,8.7c3.7,1.7,6.3,4.3,8.3,3.3\n\t\tc2-1,5.5-4.3,8.9,0.3c3.4,4.6,6,0.7,8,3.7c2,3,5.7,5.3,8.3,1.7c2.1-3,10,0.6,13.9,2.3c4.7-4.4,8.4-13.7,12.7-13.7\n\t\tc5.6,0,19.8,1.5,20.7,10c0.9,8.5,9.5,0.5,10.3,8.5c0.7,6.8,6.4,12.1,5.5,15.7c1.6,1.2,3.7,2.8,5.5,4.5c2.7-1.1,10,0.3,14.8,2.3\n\t\tc6,2.5,15.1-3,18.1,5.5c3,8.5,10,14.9,3.4,15.5c-5.6,0.5-12.9-8.5-12.5-3.5c0.4,5-3,2.5-3,10c0,7.5-4.3,18-6.9,17.5\n\t\tc-0.1,0-0.2-0.1-0.2-0.1c-0.4,2.8-0.5,6.5,1.6,8.8c3.3-2.8,8-7.5,12-7.2c6.5,0.5,8.2,5,12.5,1.5c4.3-3.5,5.2-5,6-2.5\n\t\tc0.1,0.3,0,0.7-0.1,1.1c1.6-1,2.8-2,2.9-2.8c0.1-1.3-0.2-2.9-0.5-4.5c-4.3,0.7-5.7,1.1-6.9-2.4c-1.7-5,12.9-10,19.8-9\n\t\tc6.5,0.9,11.1-4.4,13.4-1.1c4.1-4.3,11.2-11.4,13-11.4c2.6,0,33.3-0.3,33.3-0.3s10.6-7.6,12-14.6c1.4-7,8.3-23.6,12.3-19.9\n\t\tc4,3.7,12.6,1,12.9,4.3c0.3,3.1-2.9,14.4,8.2,31.3c3.9-2.8,7.9-5.1,10.2-4.9c3.9,0.2,9.7-5.7,11.4-9.5c1.7-3.7,4.1,3.5,0.6,4.7\n\t\tc-3.4,1.3,2.8,4.2,8.8,4c6-0.2-2.8,2.5-7.3,2.2c-4.5-0.3-6.5,0.5-12.5,7.5c-6,7-4.5,9-1.1,12.5c3.4,3.5,8,2,12.7-2.7\n\t\tc4.7-4.7,4.5-9.5,9.3-9.2c1.8,0.1,4.8-0.6,8.1-1.7c0.4-0.6,0.8-1,1.2-1.4c1.1-0.9,2.1-1.7,3.2-2.6c0.4-0.4,0.9-0.8,1.3-1.2\n\t\tc2-2.1,4.7-3.1,7.5-3.2c0.7,0,1.3,0,1.9,0.2c0.4-0.6,0.8-1.2,1.3-1.7c-0.1-0.3-0.2-0.7-0.2-1c0-1.4,2.4-2.1,5.2-2.8\n\t\tc0.1-0.1,0.3-0.1,0.4-0.2c1-3.1,3.5-5.6,6.5-6.7c-0.9-0.3-1.9-0.4-2.9-0.3c-3,0.5-0.6-5-0.2-7.7c0.4-2.7-6.5,1.2-6.7,4.5\n\t\tc-0.2,3.2-4.9,4.5-4.9,6.5c0,5.8-0.6,2.7-4.1,4.7c-3.4,2-16.8,0-17.2-3.5c-0.4-3.5-10.1-5.2-10.5-10c0-0.3-0.1-0.5-0.1-0.8\n\t\tc-2.5-2.1-4.3-5.2-4-8.5c0.3-2.8,0.9-5,1.7-7.4c-0.1-0.1-0.2-0.3-0.4-0.4c-0.9,0.2-1.9,0.8-2.9,1.9c-3.7,4-5.8-2.2-0.9-4.5\n\t\tc0.6-0.3,1.2-0.5,1.9-0.8c0,0,0-0.1,0-0.1c-1.1-1.3-2-2.9-2.5-4.6c-0.7-2.1-0.4-4.8,0.4-6.9c-3-0.6-5.2-2.3-6.5-4.6\n\t\tc-10,2.3-21.4,7.7-25.7,10.6c-7.5,5-17,20.9-21.1,20.9c-4.1,0,7.1-8.5,8.8-11.7c1.7-3.2-0.4-6.5,1.9-5.2c2.4,1.2,9-10.7,13.6-14.7\n\t\tc4.5-4,9.5-0.2,10.1-3.5c0.6-3.2,2.8-5.5,7.1-10c1-1,4.4-1.8,9.2-2.3c1.3-0.7,2.9-1.1,4.7-1.1c1.1,0,2.1,0.2,3,0.4\n\t\tc10.9-0.7,24.7-0.8,34-0.7c1.3-0.3,2.7-0.2,4,0c2.9,0,5.1,0.1,5.9,0.1c4.9,0.2,14.6-7.5,17.4-12.5c2.8-5,6.5-5,13.3-4.5\n\t\tc6.9,0.5,10.1-6.7,13.6-9.5C1099.4,639.2,1098.1,638,1095.1,637.2z M493,404.5c-5.7,8.1-7.5,9.3-13.4,8.1c-5.8-1.2-9.4,2.2-6.5,4.6\n\t\tc2.9,2.4,3.1,4.4-2.9,5.9c-6,1.6-9.9,6.9-12.3,6.3c-2.4-0.6,10.3-11.1,7-13.9c-3.2-2.8-11.3,4.8-11.5,8.1c-0.2,3.4-5.5,3.6-8.7,3.4\n\t\tc-3.3-0.2-7.5-3.8-4.3-4.2c3.3-0.4,1-4.6,5.5-6.5c4.4-2-0.9-5,0.5-7.1c1.4-2.2,10.4,2.2,10.6-1.8c0.2-4-9.1-7.3-12.2-5\n\t\tc-3.1,2.4-10.3,7.9-18.8,3.6c-2.7-1.4,21.6-4.4,25.7-8.7c4.1-4.4,22.6-9.3,24-5.4c1.4,4-9.9,6.5-4.5,10.1\n\t\tc5.5,3.6,14.4,1.2,16.4-2.6C489.7,395.8,498.6,396.4,493,404.5z M547.4,484.6c-6.7,6.7-6.2,5-12,6.1c-5.8,1.2-1.2,7.9-8.2,8.5\n\t\tc-7,0.6-24,1.4-26.4-3.2c-0.8-1.5,9.2-0.4,9.9-3.8c0.7-3.4,3.4-8.7,7.7-8.7c4.3,0,3.9-6.5-3.1-10.5c-7-4,10.1-6.5,14-0.2\n\t\tc3.9,6.4,11,10.9,14.9,6.4c3.9-4.6,26.4-17.3,26.4-11.3C570.7,473.9,554.1,477.9,547.4,484.6z M697.2,665.9\n\t\tc-4.7,0.6,0.4-14.5-8.2-20c-10.1-6.5-14.6-18.5-14.6-24.9c0-6.5,8.6-9.5,12.1-4.5c3.4,5,8.6,25.4,11.6,31.9\n\t\tC701.1,654.9,701.1,665.4,697.2,665.9z\"><\/path>\n\t<path id=\"XMLID_00000152245574256337687580000014659144298295882112_\" class=\"st0\" d=\"M514.2,169.2c2.6-3-3.4-0.5-7.7-5\n\t\tc-4.3-4.5-6,1.5-6,4.5c0,3-8.2,0.5-12.9-1.5c-4.7-2-10.6,6.2-17.3,10.3c0.1,0.6,0.2,1.1,0.2,1.7c0,5.4-4.9,11.7-10.6,10.9\n\t\tc-2.4-0.3-4.7-0.5-7.1-0.6c-0.2,4.4-1.4,8.3-3.5,11.7c1.6-0.8,2.6-0.8,4.4-0.1c4.7,1.8,5.6-3,7.7-5.5c2.1-2.5,1.3,9,6.9,9\n\t\tc4.7,0,3.9-12,8.2-8.5c4.3,3.5,5.6-1.5,6.5-5c0.9-3.5,0.9-9.5,5.6-10.5c4.7-1,0.9,5.5,3,10c3.1,6.5,8.6,0.5,9-2.5\n\t\tc0.4-3,8.2-1,7.7-4.5c-0.4-3.5,2.2-4.5,0-8.5C506.1,171.2,511.7,172.2,514.2,169.2z\"><\/path>\n\t<path id=\"XMLID_00000111888897544411172000000010436905682922380446_\" class=\"st0\" d=\"M355,625.8c-0.6-1.6-0.9-3.1-0.9-4.5\n\t\tc0-5.9-2.4-12.1-10.2-7.3c-4.9,3,0.7,13.2,6.5,19.5C350.6,630.3,352.4,627.5,355,625.8z\"><\/path>\n\t<path id=\"XMLID_00000072997693899126690360000006263281838340082871_\" class=\"st0\" d=\"M669.2,139.8c2.2-5-6.9-8-11.6-8\n\t\tc-4.7,0-6.5-10-10.3-8c-3.9,2-6.5,5.5-6.5-1c0-5.3-14.8-6.6-23.3-5.6c-1.2,1.7-3.1,3-5.6,3.7c-0.3,0.1-0.7,0.1-1,0.2\n\t\tc-0.7,4.6,4.4,12.3,8.4,9.2c5.2-4,14.6,2.5,12.9,7c-1.7,4.5-16.6-0.9-15.5,3c0.4,1.5,2.2,7.5,12.5,4c10.3-3.5,18.9-1,25.8,5.5\n\t\tc6.9,6.5,13.3,9,18.1,2.5C677.8,145.7,667,144.7,669.2,139.8z\"><\/path>\n\t<path id=\"XMLID_00000156563344831194995230000016896050630137635480_\" class=\"st0\" d=\"M678.2,106.8c3-6-18.1-10.7-12.9-5.5\n\t\tC668.3,104.3,675.2,112.8,678.2,106.8z\"><\/path>\n\t<path id=\"XMLID_00000121992339009900934200000015756421976974452926_\" class=\"st0\" d=\"M622.3,172.2c3.4-5-13.8-20.9-14.6-13.5\n\t\tC606.8,166.2,618.6,177.5,622.3,172.2z\"><\/path>\n\t<path id=\"XMLID_00000150070534416869900920000000095624357451037355_\" class=\"st0\" d=\"M607.2,199.1c-6-3-6,3.5-10.8,4.5\n\t\tc-4.7,1-7.3-6-11.2-10.5c-0.8-0.9-1.3-2-1.7-3.2c-1.6-0.5-3-1.5-4.2-3c-1.1-1.4-2.1-3-3.2-4.4c-0.1-0.2-0.2-0.3-0.3-0.5\n\t\tc-5.9,2.8-14.1,10.7-7.8,11.6c7.3,1,4.7,5.5,0.9,7.5c-3.9,2,9,5.5,7.3,8.5c-1.7,3-21.5,0.5-22.4-4.5c-0.9-5-16.4-14-22.8-12\n\t\tc-6.5,2-3.9-6-10.3-6.5c-6.5-0.5-4.3,6.5-10.3,7c-6,0.5-5.6,7.5,1.3,7.5c6.9,0,9,2.5-0.9,2c-9.9-0.5-14.2,9.5-7.3,7.5\n\t\tc6.9-2,15.1-2,9.9,0c-5.2,2-19.2,3.4-17.2,6.5c1.3,2,6.9,1.5,12.5,4c5.6,2.5,9,4,13.3-1.5c4.3-5.5,9.9-11,7.7-3.5\n\t\tc-2.2,7.5,6.9,2,18.5,1.5c11.6-0.5-2.2,8-14.2,9c-12,1-9.9,8-0.4,10.5c9.5,2.5,29.7-7,34.4-12.5c4.7-5.5,9,3,13.8-1\n\t\tc4.7-4,13.8,0.5,22-1.5C612,220,613.2,202.1,607.2,199.1z\"><\/path>\n\t<path id=\"XMLID_00000034781943853099683620000014071211012846386566_\" class=\"st0\" d=\"M532.8,157.7c2.2-6-14.3-5-12.9-3\n\t\tC522.9,159.2,530.6,163.7,532.8,157.7z\"><\/path>\n\t<path id=\"XMLID_00000114752347993838505390000002983549257857265835_\" class=\"st0\" d=\"M568.5,155.2c5.6-1,3-6-6-4.5\n\t\tc-9,1.5-24.5,1.5-24.5,9c0,6,3,9,12.9,10c9.9,1,18.5-10,13.8-10C559.9,159.7,562.9,156.2,568.5,155.2z\"><\/path>\n\t<path id=\"XMLID_00000176028524018157745540000018057400622845291183_\" class=\"st0\" d=\"M567.8,135c-2,1.7-4.1,3.3-6.4,4.5\n\t\tc-4.8,2.5-9.3,1.2-12.3-1.8c-7.1,1.8-17.7,3.3-13.4,7.1c3.4,3.1,7.3-1,11.6,1c4.3,2,8.6-4.5,11.6-1.5c3,3,16.4,5.5,16.4-2.5\n\t\tC575.4,138.2,572,136,567.8,135z\"><\/path>\n\t<path id=\"XMLID_00000169551954417241867960000009264964820787430325_\" class=\"st0\" d=\"M20.3,521.1c0.8-0.5,1.6-0.8,2.5-1\n\t\tc2.2-1.7,2.7-4.9,0.7-7c-2.4-2.5-6.5,3.5-6.9-0.5c-0.4-4-9.7-0.3-8.6,3.5C9,519.4,16.2,521.7,20.3,521.1z\"><\/path>\n\t<path id=\"XMLID_00000084503464887109933810000002413985857339517587_\" class=\"st0\" d=\"M44.6,600.6c-4.7-2-17.2,6.8-12.9,7.5\n\t\tc3,0.5,4.3-3,7.7-3C42.9,605.1,49.4,602.6,44.6,600.6z\"><\/path>\n\t<path id=\"XMLID_00000041253827789609832710000011880203188232840605_\" class=\"st0\" d=\"M133.1,561.4c5.3-5.1,11.9-7.6,19.1-6.6\n\t\tc-1.1-1.3-3.2-2.2-3.4-3.6c-0.2-2.2,4.5-2.2,6.9-3.7c2.4-1.5-2.2-2.7-1.9-5.5c0.2-2.7-3.2-2.5-7.5,3.2c-4.3,5.7-8,8.7-8.6,11.5\n\t\tc-0.6,2.7-5.6-0.5-7.1,3c-0.7,1.5-0.5,3.8,0.1,5.8C131.1,563.9,131.9,562.5,133.1,561.4z\"><\/path>\n\t<path id=\"XMLID_00000127005775630313389190000015440232056834775213_\" class=\"st0\" d=\"M979.3,714.6c-0.3-3.3-8.9-0.7-12.9-4.3\n\t\tc-4-3.7-10.9,13-12.3,19.9c-1.4,7-12,14.6-12,14.6s-30.7,0.3-33.3,0.3c-1.8,0-8.8,7.1-13,11.4c0.1,0.2,0.2,0.4,0.4,0.6\n\t\tc3.1,6.5-8.2,10.5-18.9,11c-3.3,0.1-5.8,0.5-7.7,0.9c0.4,1.5,0.7,3.2,0.5,4.5c-0.1,0.8-1.2,1.8-2.9,2.8\n\t\tc-1.6,3.9-14.8,11.3-22.2,15.8c-8.2,5-19.4,2.5-19.4-5c0-7.5,6-6,7.3-2.5c0.5,1.3,1.9,0.4,3.9-1.3c-2-2.3-2-6-1.6-8.8\n\t\tc-2.5-1.2,1.4-12.4-3.6-14.3c-5.2-2-11.2,8.5-10.3,2c0.9-6.5,8.6-12,3.9-20.4c-4.7-8.5-13.3-8.5-15.1-2c-1.7,6.5-7.7,3.5-9.9,8.5\n\t\tc-2.2,5-4.3,16-2.6,23.9c1.7,8-0.4,12-6.9,16.5c-6.5,4.5-9.8-6.9-7.3-21.4c1.7-10,6.5-19.4,2.2-19.4c-4.3,0,5.6-12,14.6-14.5\n\t\tc9-2.5,20.2-1.5,20.2-4.5c0-0.6,0.4-1,1.1-1.3c-1.8-1.7-3.9-3.3-5.5-4.5c-0.2,0.6-0.5,1.2-1.2,1.7c-3.5,2.9-2.6-4.5-9-4.5\n\t\tc-6.5,0-12.9,7-18.1,4c-5.2-3-2.6-7-7.3-7c-4.7,0,3.4-10.5-3.4-6c-6.9,4.5-17.2,15.5-22,10.5c-4.7-5-9,1.5-12.5-2.5\n\t\tc-3.4-4,12.1-15,19.4-14.5c1.8,0.1,3.4-0.8,5-2.2c-3.8-1.6-11.8-5.2-13.9-2.3c-2.6,3.7-6.3,1.3-8.3-1.7c-2-3-4.6,1-8-3.7\n\t\tc-3.4-4.7-6.9-1.3-8.9-0.3c-2,1-4.6-1.7-8.3-3.3c-3.7-1.7-0.9-6-4-8.7c-3.2-2.7-3.3,5-3.3,5l-267.5,1.7c0.3,0.5,0.6,1,1,1.4\n\t\tc3.2,4,0.6,7,1.7,11.7c1.1,4.7,0.2,11.5-3,11.5c-3.2,0-3.7-4.2-1.3-5.7c2.4-1.5,1.1-7-1.3-7c-1.4,0-1.9-1.9-1.9-4.1\n\t\tc-4.1,1.3-8.7,0.8-14,0.1c0.7,2.5,1.2,5.2,1.5,7.9c2.3,2.9,3,6.3,3.5,10.1c1.6,3.9,0.4,6.5,3.1,8.2c3.2,2,3,4.2,0,3.7\n\t\tc-3-0.5-0.9,2.7-1.9,10.2c-0.5,3.4-0.7,8.3-0.9,13.2c1.1,3.9,2.4,7.8,2.8,11.8c0.6,6.3-2.3,9.9-3.1,15.5c1.2,9.1,2.4,18,0.6,27.4\n\t\tc-1.2,6.3-0.9,6,1.9,12.3c1.8,4,2.4,7.1,2.7,10.7c4,4.7,7.5,9.5,10.9,15c3.8,6.2,6.5,11.6,13.1,15c5.6,2.9,6.8,11.7,2.9,16.5\n\t\tc2.2,2.3,2.7,4.4,2.8,6.1c0.5,0.6,1,1.2,1.5,1.9c1,1.1,2.3,2,3.6,2.8c2.8,0.9,5.5,2.7,8.3,4.8c0.2,0.2,0.5,0.3,0.7,0.5\n\t\tc4,2.9,5.3,1.2,8.1,1.9c2.8,0.7,8,7.7,9,12.5c0.5,2.2,1.2,4.6,2.2,7.1l22.3-3.4c0,0,6.9,5.6,10.8,6.7c3.9,1.1,25.1,10.1,25.1,10.1\n\t\tl27.6-0.3l3.2-4.8h15.2c0,0,9.7,10.9,11,11.5c1.4,0.5,6.2,5.6,6.2,8.8c0,3.2,1.1,5.9,3.4,7.2c2.3,1.3,10.1,7.2,11.3,6.7\n\t\tc1.1-0.5,3.4-10.7,7.6-10.4c4.1,0.3,15.4,4,17.2,11.4c1.8,7.5,7.4,13.6,9.2,15.2c1.8,1.6,0.9,6.1,2.3,8.5c1.4,2.4,1.2,6.9,2.8,6.9\n\t\tc1.6,0,9.9,5.9,13.6,5.6c1.1-0.1,2.5,0.7,4,1.7c0.4-8.9-7.5-10.4-2.8-14.5c5.4-4.7-0.2-8.7,2.4-10.7c2.1-1.6,5.3-3.2,6.6-5.3\n\t\tc0.1-0.6,0.3-1.1,0.5-1.7c0,0,0,0,0,0c0-1.4,0.5-2.1,1.5-2.5c0.4-0.5,0.9-1,1.5-1.5c0.2-0.7,0.5-1.3,0.8-1.9c1.3-2.5,3.8-4.2,6.3-5\n\t\tc1.1-0.4,2.4-0.5,3.6-0.3c0.5-0.9,1-1.7,1.7-2.4c0.1-0.2,0.3-0.4,0.5-0.5c0.6-0.6,1.2-1,1.8-1.4c0.1-0.1,0.2-0.1,0.3-0.1\n\t\tc0-0.3,0.1-0.6,0.1-1c0.6-2.8,2.6-5,4.9-6.5c2.2-1.5,5.6-1.8,8.2-1.1c0.9,0.2,1.8,0.7,2.7,1.2c0.6-0.1,1.2-0.2,1.9-0.2\n\t\tc4.4,0,7.4,2.3,9,5.5c1.3,0.1,3.4,2.5,5.4,4.9c2.8,3.5,4.1,2.5,8.2,2.7c4.1,0.3,4.1-1,4.3-4c0.2-2.2,2.5,2.3,5.3,5\n\t\tc0.7-0.9,1.5-1.8,2.5-2.4c-0.5-0.5-0.9-0.9-1.4-1.3c-3-2.7,0.6-4-1.9-6.2c-2.6-2.3,3.2-5.2,8.4-5c5.2,0.2,4.9,1.7,6.9-1.7\n\t\tc1.9-3.5,3.9,0,3.9,3c0,3,8.4-1.7,12.9-1.7c4.5,0,8.6,4.5,9,7.5c0.4,3,3.4,4.5,6.7,1.2c3.2-3.2,6-7,9-3.5c3,3.5,6,8.2,9.7,12.5\n\t\tc3.7,4.2-1.7,9.5,0.2,12.7c1.9,3.2-0.2,7.7,4.1,11.2c2.1,1.7,2.3,4.3,2.3,6.6c0.3,0.2,0.6,0.5,0.8,0.7c1.5,1.5,2.5,3.6,2.9,5.7\n\t\tc2.4,2.2,4.3,6.5,4.6,8.4c0.4,2.5,6.9,5.7,7.3,1.5c0.2-1.6,0.8-3.4,1.5-5.1c-0.1-0.6-0.2-1.1-0.1-1.7c0-4.9,0.3-9.7-0.4-14.6\n\t\tc-0.2-2,0.3-3.8,1.2-5.4c-0.1-0.5-0.2-1-0.4-1.4c-2.6-2.1-4.3-5.4-4.4-8.8c0-2.8-0.5-5.6-0.6-8.4c-0.2-0.4-0.4-0.8-0.7-1.2\n\t\tc-3.4-5.2-5.6-14.5-5.4-22c0.1-2.2,0.8-4.8,1.8-7.5c-1.2-4.9,0.5-10.8,5.3-13.1c0.9-1.9,2.3-3.4,4.1-4.6c1.9-1.3,4.3-1.6,6.6-1.4\n\t\tc1.1-0.4,1.9-1.1,2.2-2.6c0.9-4,5.4-9,8-9c0.4,0,0.7,0,1.1,0c-1.7-5.9,1-13.4,8.2-14.3c1.7-2.2,4.3-3.7,7.8-3.7\n\t\tc0-0.1-0.1-0.1-0.1-0.2c-1.5-3,1.3-6,2.4-4c1.1,2,4.5,2.2,6.7,0.5c2.2-1.7,7.1-6.5,2.4-6.7c-4.7-0.2-5.8-2.5-3-3.7\n\t\tc2.8-1.2,0.4-7.2-3.4-7.7c-3.9-0.5-2.6-2.7-0.2-5.5c2.4-2.7-3.4-7.2-6.2-9.5c-2.8-2.2,1.7-3.5,3.9-4c2.2-0.5,0.4-12,1.5-14.7\n\t\tc1.1-2.7,4.7-2.7,3.2,0c-1.5,2.7-3.7,7.2-0.9,11c1.5,2,2.4,4.2,2.8,6.6c0.2-0.2,0.4-0.5,0.6-0.7c0.4-0.4,0.8-0.7,1.2-1\n\t\tc0,0,0-0.1,0-0.1c-0.1-0.5-0.1-0.9-0.1-1.3c0-2.4,0.8-4.6,2.2-6.5c0.2-0.4,0.5-0.8,0.7-1.2c0-0.1,0.1-0.2,0.1-0.2\n\t\tc0.1-0.2,0.1-0.3,0.2-0.5c-1.4-1.8-1-7.3,1.1-4.2c0.4,0.5,0.7,0.9,1,1.3c0.3-0.3,0.6-0.6,1-0.9c0.5-0.4,1-0.8,1.5-1.1\n\t\tc0.1-0.1,0.2-0.2,0.3-0.2c1.2-1.2,2.5-2,4-2.5c0.1-3.1,1.3-6.1,3.6-8.2c0.2-0.9,0.6-1.7,1-2.4c0,0,0,0,0,0\n\t\tc-0.1-0.1-0.2-0.3-0.3-0.4c-2.1-1.5,0.3-3.1,3.8-3.2c0.2-0.1,0.4-0.3,0.6-0.4c1.8-1.3,3.9-1.9,6.1-2c0.5,0,1.1,0,1.6,0.1\n\t\tc0,0,0.1,0,0.1-0.1c0.7-0.3,1.3-0.6,2-0.9c1.5-1.1,3.5-1.4,5.5-1.3c1.8-4.7-14.9,2.3-14.9-0.4c0-2.8,10.8-5.5,15.7-5.7\n\t\tc4.9-0.2,2.6-8,4.7-4.7c1.9,2.8,4.6,2.8,7.1,1.4c-0.1-0.4-0.1-0.9-0.2-1.3c-1-1.7-1.7-3.8-1.6-5.6c0-0.8,0.1-1.6,0.3-2.4\n\t\tc0,0,0,0-0.1,0c-2.3-0.7-0.2-2.1,0.9-3.7c0.2-0.5,0.3-0.9,0.6-1.4c0-0.2,0-0.4-0.1-0.7c0-0.1,0-0.1-0.1-0.2\n\t\tc-0.9-1.7-1.4-3.7-1.4-5.5c0-2.8,1.2-5.8,3.1-7.7c2-2,4.3-3.1,7-3.4c1.5-2.2,3.9-3.8,7.1-4.1c0.3-0.1,0.7-0.2,1.1-0.3\n\t\tc0.6-1.1,1.3-2.2,2.2-3.3c3-3.5,7.3,5.5,12.1,0.5c1.9-2,4.6-4.3,7.2-6.3C976.4,729,979.5,717.7,979.3,714.6z\"><\/path>\n\t<path id=\"XMLID_00000132075205308705268050000016577757743774608537_\" class=\"st0\" d=\"M371.2,587.6c1.4-4.3,1.7-7-9.2-12\n\t\tc-10.9-5-9.8-8.3-17.2-23.6c-7.5-15.3-20.9-21.9-20.9-27.6c0-5.7-13.2-5-13.2-0.7c0,4.3-5.7,5.7-8.9,8c-3.2,2.3-4.6-1.3-7.5-5.7\n\t\tc-2.9-4.3-9.8-8.6-9.8-11.3c0-2.7-1.7-8.3-6.6-5.6c-4.9,2.7-7.5,0-8.9,2c-1.4,2-5.2-1.2-5.2-1.2l0-172.3c-1.7-0.2-3.3-0.5-4.4-1.1\n\t\tc-5.8-2.5-14.1-7-19.3-6.7c-1,2.8-3.1,5.3-6.5,6.6c-7.1,2.7-14,0.7-19.5-3.7c-2.2,4.7-5.9,8.5-11.6,10.3\n\t\tc-5.5,1.7-10.6-1.6-12.5-6.5c-2.3-1-4.4-2.5-6.3-4.4c-0.5-0.5-1.1-1.1-1.7-1.8c-4.7-0.1-9.3-0.3-14.1-1.2c-3.9-0.7-6.1-3.2-7-6.3\n\t\tc-0.4,0.1-0.8,0.3-1.1,0.4c-3,1.2-2.4-3.7-6.2-3.2c-3.9,0.5-0.9-2-3-5.7c-2.2-3.7-12.9-0.3-16.8,0.2c-2.8,0.4-4.1-1-4.6-2.5\n\t\tc-2.3,0.4-4.7,0.8-6.9,1.5c-0.8,0.5-1.6,0.7-2.5,0.8c-6.3,2-12.5,4.7-18.6,7.7c-3.5,3-7.1,6-10.9,8.7c-2.9,2.1-6.3,2.1-9.2,0.7\n\t\tc-0.3,0.1-0.6,0.3-0.9,0.4c-12.2,5-24.2,10.4-35.9,16.3c-0.2,0.3-0.4,0.6-0.7,0.9c-1.1,1.4-2.6,2.5-4.3,3.3c-2,1.6-3.9,3.3-5.9,4.8\n\t\tc-0.7,0.6-1.5,1.3-2.4,1.9c-3.1,2.4-6.2,2.6-8.8,1.4c-1.3,0.6-2.6,1.2-3.9,1.9c-0.8,0.4-1.5,0.7-2.3,1c0.2,2,3.4,3.9,9.5,5.9\n\t\tc2.2-0.9,4.6-1.2,6.9-0.6c4.4,1.1,8.3,3.6,11.4,7c2,2.1,3.6,4.5,5.7,6.5c5.3,0.1,8.5,3.5,9.6,7.6c0.1,0,0.3,0,0.4,0\n\t\tc4.3,0.7-0.4,7.7,3.2,9.7c3.7,2,9.3-1,10.3,2.5c1.1,3.5-7.3,0-11.6,3.7c-4.3,3.7-6.5,5.5-8.2,2.7c-1.7-2.7-8.8-1-12.5-0.5\n\t\tc-3.4,0.5-0.6-4.5-0.1-7.2c-2.1-0.4-4.1-1.4-5.8-2.8c-1.8,0.4-3.9,1.2-6.2,2.8c-7.1,4.7-4.5,3-5.4,6.7c-0.9,3.7-3.9-2.2-8.4,1\n\t\tc-4.5,3.2-11.8,5.5-13.1,8.7c-1.3,3.2,9.7,5.5,14,6.5c4.3,1-5.2,4.2-1.7,5.5c3.4,1.2,1.9,5,7.3,8.2c1.1,0.7,2.5,1,4,1.2\n\t\tc0.6-0.1,1.1-0.2,1.7-0.3c1.6-1,3.5-1.6,5.3-1.6h3.5c1.4,0,2.8,0.3,4,0.9c0.9-0.1,1.6-0.2,2.1-0.2c1.4,0,2.7,0.8,4,1.5\n\t\tc0.7,0.2,1.4,0.5,2.1,0.9c1,0.2,1.9,0,2.8-1.1c2.6-3.2,12.3-12.2,17.2-7c5,5.2-5.4,4.5-2.8,7.7c2.6,3.2,5.8,11,1.1,15\n\t\tc-4.7,4-9.3,1.2-11.8,1c-0.4,0-0.7,0.1-1,0.3c-0.2,1-0.6,1.9-1,2.8c-0.5,1.9-1.1,4.2-3.1,6.1c-2.2,2-4.1,0.7-6.1-0.9\n\t\tc-2.8-0.1-5-1.2-6.6-2.7c-0.5,0-1,0.1-1.4,0.1c-0.3,0.2-0.5,0.3-0.7,0.5c1.3,1.9,2.1,4.2,2.1,6.4v1.5c0,3-1.2,5.6-3.1,7.7\n\t\tc-1.5,1.6-3.5,2.6-5.5,3c0.2,1.6,0.2,3.2-0.2,4.6c-0.7,2.5-2.6,5.3-4.9,6.5c-0.8,0.4-1.6,0.9-2.4,1.4c3.6,5,3.4,1.1,7.2,4.2\n\t\tc4.3,3.5-4.7,9.7-0.4,10.7c2.7,0.6,5.5,4.3,8,7.8c1.2-0.5,2.6-0.8,4.2-0.8c4.2,0,7,2,8.7,4.9c0.8-0.3,1.7-0.6,2.6-0.6\n\t\tc4.5-0.3,2.4-7.5,4.9-4.7c2.6,2.7,6.2,10.7,3.9,12.7c-2.2,1.9-0.7,7.4-0.8,10.6c0.6-0.1,1.3-0.2,1.9-0.3c0.4,0,0.9,0,1.3,0.1\n\t\tc0.4-0.2,0.8-0.5,1.1-0.8c1.1-0.8,2.2-1.2,3.4-1.4c1-0.5,1.9-1,2.2-1.2c3.9-3.5,9-4.1,13.2-1.3c0.2,0,0.3-0.1,0.5-0.1\n\t\tc1.9-2.7,4.9-4.5,8.5-4.7c2.6-0.1,5.6,1.3,7.5,3.2c1.4,1.4,2.5,3.5,2.9,5.5c0.6-0.2,1.2-0.5,1.9-0.9c6.7-3.5,3.7,0.3,0.2,5.2\n\t\tc-4.8,6.9,0,17-3.4,18c-3.4,1-6.2,11.2-11.8,12c-5.6,0.7-15.1,13-16.4,15c-1.3,2-13.3-4-15.1,1.7c-1.7,5.7-9,10-7.1,12.2\n\t\tc1.3,1.5,11.2-4.2,11.6-7.2c0.4-3,1.7-2.5,3.4-0.2c1.7,2.2,6-1,8-3c1.9-2,5.2-1.2,7.1-1c1.9,0.3,2.8-2.7,8.6-4\n\t\tc5.8-1.2,4.5-3.2,5.8-6.7c1.3-3.5,15.1-11,17.6-11.7c2.6-0.7,1.1-5.7,3.9-6c2.8-0.2,7.1-4.2,10.8-7.7c3.7-3.5,4.5-2,7.3-3.2\n\t\tc2.8-1.2,0.6-7.7,3.4-8.2c2.8-0.5,5-3,5-5.7c0-2.7-7.1-2.7-7.7-4.5c-0.6-1.7,5.6-8.2,8-8c2.4,0.3,6.2-2.7,6.5-6.7\n\t\tc0.2-4,3.7-4.7,6.5-8.2c2.8-3.5,2.2-6.5,4.9-6.7c2.8-0.3,5.4-4.7,8.4-6.7c3-2,0,2.5,5.8,2.7c5.8,0.2,4.5,6.5,0.2,4.2\n\t\tc-4.3-2.2-6.2-2-10.1,2.2c-3.9,4.2-0.9,5.5-3.9,10.2c-3,4.7-3.2,7.7,0.6,8.2c3.9,0.5,0.2,3.7-3.4,5c-3.7,1.2-1.1,3.7,3.9,3.7\n\t\tc4.9,0,12.3-8.2,19.2-12.2c6.9-4,12.1,0,14-0.7c1.9-0.7-2.2-4.5,0.2-5.7c2.4-1.3-2.8-2-4.3-6.7c-1.5-4.7,2.4-1.7,3.2-5.5\n\t\tc0.9-3.7,3.2-2.3,5.4-0.5c2.1,1.7,5.2-1.7,7.1,3c1.9,4.7,4.1-1.2,7.5,2c3.4,3.2-0.6,2.8-4.3,3.7c-3.7,1-1.7,6.7,1.1,4\n\t\tc2.8-2.7,5.2-4.5,7.7-1.7c2.6,2.7,3.7,1.5,5.8-1c2.1-2.4,2.2,0.1,2.2,2.1c0.6-1.3,1.4-2.5,2.3-3.6c1.8-2,4.9-3.2,7.5-3.2\n\t\tc2.4,0,5.9,1.2,7.5,3.2c1.4,1.9,2.8,3.8,4.2,5.7c0.1,0.1,0.2,0.2,0.3,0.4c1.7-1.1,3.7-1.8,5.5-1.6c1.2,0.1,2.5,0.2,3.7,0.6\n\t\tc2.1,0.7,2.6,1.1,4.1,2.3c1.4,1.1,2.6,2.4,3.5,3.9c0.8,0.6,1.5,1.4,2.1,2.3c0,0.1,0.1,0.1,0.1,0.2c6.6,1.3,8.3-7.7,11.7-4.5\n\t\tc3.4,3.2,0,4.5-1.9,7c-1.7,2.2,1.4,2.7,3.9,3.6c1.6,0.1,3.1,0.6,4.6,1.4c1.5,0.8,2.9,1.7,4.2,2.7c0.7,0.4,1.4,0.9,2,1.3\n\t\tc2.6,0.1,5.2,1.2,7,3.1c1.6,1.7,3.1,3.6,4.4,5.6c0.8,1.2,1.4,2.4,2,3.7c5.9,2.8-0.2-10.1,5-5.8c5.4,4.5,3.4,0.3,7.7,4.7\n\t\tc4.3,4.5,2.8-2,0.9-9.5c-1.9-7.5,1.9-2.5,3.9,1c1.9,3.5,1.9,10.2,0.6,14.7c-1.3,4.5-7.7,0.7-7.1-1.7c0.6-2.5-6.5-1.5-6.7,2\n\t\tc-0.2,3.5,4.5,10.2,8,11c3.4,0.8,0.9,7,3,7.7c3,1,2.8,7.5,4.5,6.5c1.7-1,1.1-8.7-0.9-12.2c-1.9-3.5-1.1-8.5,1.5-7.5\n\t\tc2.6,1,0,6.2,1.3,8c1.3,1.7,2.8-1.7,5.8-3.7c3-2-1.3-7.7-0.2-10.7c1.1-3,4.5,2.5,5.8,7.7c1.3,5.2-3.2,5-3.2,7.7\n\t\tc0,2.7-4.1,1.5-5.4,3c-1.3,1.5-0.6,11.5,1.1,11.7c1.7,0.2,2.8-8.2,3.9-4c1.1,4.2,5.2-5.5,6.2-1.5c1.1,4,6.2,8.5,8.2,7.5\n\t\tc1.9-1-0.9-5.2-3.9-5.5c-3-0.3-2.6-6,0.2-6.2c2.8-0.2,7.7,8.2,7.5,11.2c-0.2,3-2.6,2.7-5,5.7c-2.4,3-5.6-5-8.4-4.7\n\t\tc-2.8,0.2,0,5.2,1.3,8.7c1.3,3.5-3.4,8.2,0.2,11c3.7,2.7,2.6-1.7,3.2-3.7c0.6-2,3.4,0.5,5.4,2.2c1.8,1.6,2.2-4,2.2-6.2\n\t\tc0-2.2,3.2-1,5,2c1.7,3,1.9-3.2,4.5-2.7c2.6,0.5,0.9,5.2,0.9,8c0,2.7,4.5-2.2,4.1,0.7c-0.1,0.5-0.1,0.9,0,1.3c2.4-2,4.9-4,6.6-5.4\n\t\tC377.8,594.2,369.8,591.9,371.2,587.6z\"><\/path>\n<\/g>\n<g id=\"africa\">\n\t<path id=\"XMLID_00000096028801744098902060000002418018763572279705_\" class=\"st0\" d=\"M1879.4,1494.2c0-2.8-17.5,0.6-20.4,1.7\n\t\tc-2.9,1.1-12.1,2.8-15,1.1c-2.9-1.7-21.4,0-21.4,0l-3.4-3.9c0,0-30.1,0-33.5,0c-3.4,0-5.8-0.6-8.7-2.8c-2.9-2.2-5.8-2.2-9.2-0.6\n\t\tc-3,1.5-2.2-1.4-3.7-2.1c1.2,4.7,2.4,9.2,3,14.1c1.2,4,1.8,8.1,3.3,12c1.5,3.8,4,7.1,5.6,10.9c2.5,5.9,2.1,12.1,1.9,18.4\n\t\tc1.7,3.4,3.2,6.6,3.9,9.2c1.6,6.2-1.1,15,0.4,19c1,2.6,1.8,6.4,2.5,10.6c0.4,1.1,0.8,2.2,1.2,3.3c2.3,6.3,3.2,12.1,4.3,18.7\n\t\tc0.6,3.5,0.9,9.9,2.8,13.2c0.5,0.6,0.9,1.2,1.4,1.8c2.3,2.2,5.6,3.3,8,5.8c0.1-0.2,0.2-0.4,0.2-0.7c0-2.3,3.5-6.6,5.5-3.3\n\t\tc2,3.3,1.2,8,5.2,8c4,0,11.2,1.7,12.3-0.3c1.1-2,6.3-3.7,6.3-7.3v-74.1c0-2.7,9.8,0,9.8-4.3c0-4.3,0-38.6,0-38.6s7.2-0.7,9.2-1.3\n\t\tc2-0.7,9.2-5,10.9-3.7c1.7,1.3,4,6,5.2,4.3c1.1-1.7,4-5,6.9-5c1.6,0,4.1-0.8,6.5-1.4C1879.7,1495.8,1879.4,1494.9,1879.4,1494.2z\"><\/path>\n\t<path id=\"XMLID_00000155856464301024426730000017697546643807637649_\" class=\"st0\" d=\"M1931.6,1475.3l-1.4-3.6l-8.3,0.3\n\t\tc-5.5,1.7-5.5,3.7-5.5,5.7c0,2-5.2,6.6-8.9,8c-3.7,1.3-7.7,11.3-10,12.6c-2.3,1.3-10-2-12.3-2.3c-1-0.2-2.9,0.3-5,0.9\n\t\tc1.4,2.9,4.4,6.4,5.5,6.4c1.5,0,1.9,11.8,5.3,13.5c3.4,1.7,9.7,5.6,9.7,7.9c0,2.3,3.9,5.1,3.9,8.4c0,3.4,3.8,8,6.8,7.9\n\t\tc6.2-0.2,6.8,2.8,6.8,4.8c0,2,8.2,0,9.3,2c1,1.8,9.1,1.1,11,2.4c3.4-3.8,8.2-8.8,9.8-11.4c2.6-4,0.4-9.5,2.6-11\n\t\tc2.2-1.5,6.9-8,5.2-8.5c-1.7-0.5-0.4-5.5-3-8.5c-2.6-3,3-4.5,2.6-10c-0.4-5.5,0.9-16.5-0.4-17.5c-1.3-1-7.3-1.5-11.2-4.5\n\t\tC1940.3,1475.8,1931.6,1475.3,1931.6,1475.3z\"><\/path>\n\t<path id=\"XMLID_00000064318031564111825110000012619199629645738389_\" class=\"st0\" d=\"M1911.5,1540.8c-2.9,0.1-6.8-4.5-6.8-7.9\n\t\tc0-3.4-3.9-6.2-3.9-8.4c0-2.2-6.3-6.2-9.7-7.9c-3.4-1.7-3.9-13.5-5.3-13.5c-1.1,0-4.1-3.5-5.5-6.4c-2.4,0.7-5,1.4-6.5,1.4\n\t\tc-2.9,0-5.7,3.3-6.9,5c-1.2,1.7-3.4-3-5.2-4.3c-1.7-1.3-8.9,3-10.9,3.7c-2,0.7-9.2,1.3-9.2,1.3s0,34.2,0,38.6\n\t\tc0,4.3-9.8,1.7-9.8,4.3c0,1.2,0,16.6,0,33.1c2.1,0.9,4.1,2.1,4.6,3.5c1.2,3.3,3.7,10.6,3.2,12.6c-0.6,2-2,0.7-2,2.7\n\t\tc0,2-1.2,5,1.7,5c2.9,0,7.7,2,9.8-0.7c2-2.7,8.6-8.6,8.9-11.6c0.3-3,1.7-9.6,6.6-6c4.9,3.6,5.2,4.3,11.5,4.3c6.3,0,8-0.3,9.2-5\n\t\tc1.2-4.7,0-8.3,3.7-8.3c3.7,0,8.3-4,8.3-7c0-3,1.7-7.6,4-7.6c2.3,0,7.2-3.3,7.7-6.7c0.6-3.3,4.6-2,6-4c0.7-1,2.1-3.3,3.3-5.4\n\t\tc0,0,0,0,0,0C1918.3,1543.6,1917.7,1540.6,1911.5,1540.8z\"><\/path>\n\t<path id=\"XMLID_00000147185196523964510190000013138782763915168433_\" class=\"st0\" d=\"M1936.2,1630c-0.2-5.4,4.2-10.1,9.2-10.8\n\t\tc0-0.1,0.1-0.2,0.1-0.3c0.9-2.3,1.7-4.7,2.4-7.1c1-3.4,3.3-5.9,6.2-7.1c0-0.2,0.1-0.5,0.1-0.7c-3.4-0.1-7.2,0.6-7.2,0.6\n\t\ts-0.1-0.5-0.1-1.2c-0.8,0.7-1.5,1.7-1.6,3c-0.2,2.6-2.4,2.8-5.4,2.6c-3-0.2-6-9-6-10.4c0-1.4,4.2-8.1,6.6-8.1\n\t\tc1.6,0,3.8,1.9,5.5,3.3c-0.1-1-0.1-1.8,0-2.1c0.2-1.5,1.7-18.7-0.9-20.5c-2.6-1.7-5.2-19.2-6-20.9c-0.9-1.7-10.3-0.7-11.4-2.7\n\t\tc-1.1-2-9-0.1-9.2-1.9c-1.2,2.1-2.6,4.5-3.3,5.4c-1.4,2-5.5,0.7-6,4c-0.6,3.3-5.5,6.7-7.7,6.7c-2.3,0-4,4.6-4,7.6c0,3-4.6,7-8.3,7\n\t\tc-3.7,0-2.6,3.7-3.7,8.3c-1.1,4.6-2.9,5-9.2,5c-6.3,0-6.6-0.7-11.5-4.3c-4.9-3.7-6.3,3-6.6,6c-0.3,3-6.9,9-8.9,11.6\n\t\tc-2,2.7-6.9,0.7-9.8,0.7c-2.9,0-1.7-3-1.7-5c0-2,1.4-0.7,2-2.7c0.6-2-2-9.3-3.2-12.6c-0.5-1.4-2.5-2.6-4.6-3.5v41.1\n\t\tc0,3.7-5.2,5.3-6.3,7.3c-1.2,2-8.3,0.3-12.3,0.3c-4,0-3.2-4.7-5.2-8c-2-3.3-5.5,1-5.5,3.3c0,0.3-0.1,0.5-0.2,0.7\n\t\tc0.5,0.5,1,1.1,1.4,1.8c1.5,2.7,1.6,8.8,3.4,10.8c2.9,3.4,3.9,8.9,1.9,13.1c0.2,0.9,0.3,1.8,0.4,2.7c2.3,4.9,4.7,9.1,5.5,12.3\n\t\tc1.4,5.2,3,10,0,10.5c-0.1,0-0.1,0-0.2,0.1c1.8,4.5,2.8,9,2.9,13.9c0,1.3-0.2,2.5-0.6,3.6c0.2,0.6,0.5,1,1.3,1.2\n\t\tc2.7,0.7,1.9,2.7,4,2.8c2.2,0.2,3.7,2.7,5.2,4.8c1.4,2.2,4.7,2.2,6.3-0.5c1.4-2.4,5.6-3.3,10.1-3.5c1.3-1.4,3-2.4,4.8-3\n\t\tc1.5-0.5,3.1-0.7,4.6-1.1c2.2-1.4,4.6-1.7,6.9-1.3c2.2-0.2,4.4-0.1,6.4,0.3c1.5-0.8,3.1-1.2,4.7-1.2c0.5,0,0.9,0,1.4-0.1\n\t\tc0.2,0,0.4-0.1,0.5-0.1c0.3-0.2,0.6-0.4,0.9-0.6c0.1-0.1,0.1-0.1,0.2-0.2c0.3-0.3,0.6-0.6,0.8-1c3-3.7,8.1-3.9,12.1-1.9\n\t\tc0.4-0.1,0.8-0.2,1.3-0.2c0,0,0,0,0.1,0c8.7-7.7,20.1-9.8,27.3-19.4c4.6-6.2,7.6-13.3,11.3-20c-0.9-1.5-1.4-3.3-1.5-5.4\n\t\tc-0.2-5.4,5.1-11.7,10.6-10.9c0.1,0,0.2,0,0.3,0C1936.3,1631.5,1936.2,1630.8,1936.2,1630z M1917,1641.9c0,2.7-5.2-0.7-6.3,2\n\t\tc-1.2,2.7-2.3,6-2.3,6l-4-0.7l-5.7-9.3c0,0,4.6-7.3,5.7-10c1.2-2.7,8.6-7.3,9.8-4.7c1.1,2.7,6.3,6,6.3,8.6\n\t\tC1920.5,1636.5,1917,1639.2,1917,1641.9z\"><\/path>\n\t<path id=\"XMLID_00000095303978484373542630000016991415982709596845_\" class=\"st0\" d=\"M1867.9,1415.4c-3,1.5-5.6,1-8.6,1\n\t\tc-3,0-3.4,3.5-5.2,3c-1.7-0.5-0.4-6.5,0-9c0.4-2.5-2.6-7-4.7-9c-2.1-2,2.6-14.5,1.3-16c-1.3-1.5-1.7-5.5-1.7-9\n\t\tc0-3.5-2.2-1.5-6.5-1.5c-4.3,0-4.7-2.5-4.7-2.5s-5.2-1.5-7.7,0c-2.6,1.5-2.2,10.5-3.9,10c-1.7-0.5-6.9,0.5-11.2,2\n\t\tc-4.3,1.5-6-1-8.2-7c-2.2-6-4.7-4-3.9-8.5c0.9-4.5-1.7-9.5-1.7-9.5s-28.4-0.5-31.4,0c-1.2,0.2-3.4,1.7-5.5,3.5\n\t\tc1.8,7.7,7.3,20.5,8.5,23.5c1.3,3.2-1.6,6-1.6,11.8c0,5.8,5.5,16.5,6,23.6c0.6,7.2-3.4,11.6-6.9,16.3c-0.9,1.2-1.8,2.9-2.7,4.7\n\t\tc1.8,10.9,0.2,22.4-4.1,34.4c-0.3,1-0.7,1.9-1,2.8c0.1,1,0.3,2.1,0.5,3.1c0.3,1.5,0.7,3,1.1,4.4c1.5,0.7,0.7,3.6,3.7,2.1\n\t\tc3.4-1.7,6.3-1.7,9.2,0.6c2.9,2.2,5.3,2.8,8.7,2.8c3.4,0,33.5,0,33.5,0l3.4,3.9c0,0,18.4-1.7,21.4,0c2.9,1.7,12.1,0,15-1.1\n\t\tc0.5-0.2,1.5-0.5,2.7-0.7l-11.1-17.5l1-37.4l14.4,0.6l2.5-2.9l2-22.3C1869.8,1415.1,1868.9,1415,1867.9,1415.4z\"><\/path>\n\t<path id=\"XMLID_00000114773916459547140130000014609978121880435374_\" class=\"st0\" d=\"M1936.6,1390.1c-1.3,0-4.4-2.4-7-4.6\n\t\tc-1.9,2.4-8.4,2-11.7,2c-3.4,0-0.4,5.5-2.6,7.5c-2.2,2-3,5-1.3,6c1.7,1-0.4,9.5-0.4,12.5c0,3-3.4,9.5-2.2,10.5c1.3,1,3.4,8,6.5,9\n\t\tc3,1,5.2-2.5,6.5-2.5c1.3,0,1.3,4.5,1.3,8c0,3.5-1.7,5-1.7,5s-4.7,2-6.9,0c-2.2-2-3.9-7.5-3.9-9.5c0-2-5.2-2-7.3-2\n\t\tc-2.1,0-4.3-4.5-5.2-6.5c-0.9-2-3.4,0.5-3.4,2c0,1.5-2.2,1.5-4.3,1.5c-2.2,0-6.5-4-8.2-3c-1.7,1-3.4-3.5-3-5.5c0.4-2-4.3-0.5-6,0.5\n\t\tc-1.7,1-2.6-2.5-2.6-2.5s-1-2-2.5-2.9l-2.1,22.3l-2.5,2.9l-14.4-0.6l-1,37.4l11.1,17.5c5.8-1.4,17.7-3.3,17.7-0.9\n\t\tc0,0.7,0.3,1.6,0.8,2.6c2-0.6,3.9-1,5-0.9c2.3,0.3,10.1,3.7,12.3,2.3c2.3-1.3,6.3-11.3,10-12.6c3.7-1.3,8.9-6,8.9-8\n\t\tc0-2,0-4,5.5-5.7l8.3-0.3l0.6,0l-2-8.3c0,0,25.4-11,26.9-11.3c-1.1-2.7-2.3-4.6-1.7-4.9c1-0.6,1.5-8.6,1.5-10.9c0-2.3,6-0.6,4-2.9\n\t\tc-2-2.3-1.5-15.5-0.5-18.4c1-2.9,3.5,0,3.5-2.3c0-2.3-3-9.8-4.5-12.1c-1.1-1.7-9.9-5.8-12.4-6.3\n\t\tC1943,1393.6,1939,1390.1,1936.6,1390.1z\"><\/path>\n\t<path id=\"XMLID_00000010299010954588246310000017462829311014713757_\" class=\"st0\" d=\"M2132.8,1156.2c-1.5-1.8-4-1.1-5,1.4\n\t\tc-1.6,4-13.9,6.6-21.8,6.8c-7.9,0.2-12.6,1-15.5,4.2c-2.9,3.2-10-0.8-12.6,2.7c-2.6,3.5-12.8,6.5-16.1-1.5c-1.4-3.4-3.2-5.2-5-6.4\n\t\tc-2.8,3.3-6.1,8.2-5.5,9.7c0.9,2.2,4.3,9.2,6,10.2c1.7,1,4.5,6.2,6.5,6.7c1.9,0.5,12.7,4.7,19.6,8c6.9,3.2,11.2,3.5,13.3,3.5\n\t\tc2.2,0,5.4,0.7,3.4,2.5c-1.9,1.7-23,26.4-25.8,29.9c-2.8,3.5-4.5,2.2-10.8,2.2c-6.2,0-11,8-12.7,7.7c-1-0.2-4.7,0.6-7.9,1.4\n\t\tl-4.6,7.9l-4.5,8.1l0.5,40.3l4.8,8.8c1.4-2.1,3.5-4.9,6.1-8.1c5-8.5,10-17.1,16.7-24.4c2.3-2.6,5-3.5,7.6-3.4\n\t\tc3.1-2.7,5.5-4.1,8.1-5.5c1.2-0.7,2.9-2.1,4.9-4c0.1-0.1,0.1-0.3,0.2-0.4c8.9-16.8,16.7-34.2,27.4-50c2-2.9,4.7-4.4,7.4-4.7\n\t\tc0.2-0.3,0.4-0.6,0.5-0.9c0.1-0.9,0.2-1.8,0.5-2.7c0.3-1.1,0.6-2.3,1-3.4c0-0.3,0-0.7,0.1-1c1.2-6.2,2.2-12.4,3.2-18.6\n\t\tc0.2-1.2,0.7-2.3,1.3-3.3c0.4-4.4,0.6-8.9,0.4-13.5C2124.3,1160.3,2128.2,1156.9,2132.8,1156.2z\"><\/path>\n\t<path id=\"XMLID_00000030466205289838036510000004102464539649826439_\" class=\"st0\" d=\"M1632,911.9c-0.3-1.8-1.9-7.3-3.8-7.7\n\t\tc-1.9-0.4-0.6-5.9-0.6-10.3c0-4.4-0.6-8.4-2.8-11.7c-0.5-0.7-1-2-1.6-3.5c-3.5,0.1-7.7-2.9-11.3-3.1c-5-0.2-12.8,2.8-16.5-2\n\t\tc-3.6-4.6-6.1-6.1-8.6-5c1.8,1.8,2.9,4.3,2.9,7.3c-0.1,5.4-4.9,11.6-10.6,10.9c-0.3,0-0.5-0.1-0.6-0.1c-0.1,0.2-0.2,0.5-0.4,0.9\n\t\tc-0.5,0.9-1,1.8-1.5,2.7c-1.9,4-3.3,8.5-5,12.9c-2.6,6.7-6,13.2-11.1,17.2c-0.3,1.4-0.7,2.8-1.5,4.2c-1.6,3.1-4.2,4.7-6.3,7.3\n\t\tc-1.7,2.1-3,4.6-4.3,7c-0.4,4.7-7.4,13.8-11.7,16.8c-4.9,3.3-6.5,9.6-14.2,11.1c-3,0.6-5.3,2.1-7,4h36.1c7.5,0,5.8,1.9,7,4.3\n\t\tc-0.2-7.4-0.4-14.6-0.2-15.3c0.3-1.5,13.3-10.3,15.5-11.7c2.2-1.5,6.3,0.7,6.3-2.2c0-2.9,5.4-1.5,8.5-2.2c3.2-0.7,5.1-3.3,5.1-6.6\n\t\tc0-3.3,4.4-2.6,7.3-2.9c2.9-0.4,2.5-3.3,4.4-3.3c1.9,0,0.9-3.3,1.3-7c0.3-3.7,0.3-2.9,3.2-2.9c2.8,0,5.7-1.8,5.7-4\n\t\tc0-2.2,12.3-0.7,14.2-0.7C1631.7,916.3,1632.3,913.7,1632,911.9z\"><\/path>\n\t<path id=\"XMLID_00000101093418053810311630000015479080263403175058_\" class=\"st0\" d=\"M1752.5,898.9c0-2.2-2.6-5.8-4-3.8\n\t\tc-1.4,2-6.9,0.3-7.6-3.8c-0.7-4.2,3.6-4,7.6-7.8c4-3.8,4.6-11.1,0.3-15.1c-4.3-4-1.3-6.2,1.7-9.8c0.2-0.2,0.3-0.4,0.5-0.6\n\t\tc-5.6-2.8-11.3-4.3-17.9-3.8c-1.5,0.1-3-0.2-4.3-0.9c-0.8,0.2-1.7,0.3-2.7,0.3c-0.9,6.6-1.6,14.9-0.1,17.6c2.3,4-0.6,10.6-2.9,12\n\t\tc-2.3,1.3-4,7.3-6.3,7.3c-2.3,0,0,10,4,12c4,2,4,5.3,4,7.3c0,2,5.7,4,7.5,6.7c1.7,2.7,4.6,15.3,4.6,20c0,1.2,0.3,2.2,0.9,3\n\t\tc1.5-1.2,3.3-2.5,4-4.1c1.3-2.8,2.3-7.6,1.7-9c-0.6-1.3-0.4-3.7,0.9-5c1.3-1.3,6.5-7.6,7.5-8.1c1-0.5,4.3,0.2,4.2-3.5\n\t\tc-0.1-1.5,0.1-3.7,0.3-5.9C1753.9,902,1752.5,900,1752.5,898.9z\"><\/path>\n\t<path id=\"XMLID_00000164488760772248859940000004938907884521123756_\" class=\"st0\" d=\"M1627.5,893.9c0,4.4-1.3,9.9,0.6,10.3\n\t\tc1.9,0.4,3.5,5.9,3.8,7.7c0.3,1.8-0.3,4.4-2.2,4.4c-1.9,0-14.2-1.5-14.2,0.7c0,2.2-2.9,4-5.7,4c-2.8,0-2.8-0.7-3.2,2.9\n\t\tc-0.3,3.7,0.6,7-1.3,7c-1.9,0-1.6,2.9-4.4,3.3c-2.8,0.4-7.3-0.4-7.3,2.9c0,3.3-1.9,5.9-5.1,6.6c-3.2,0.7-8.5-0.7-8.5,2.2\n\t\tc0,2.9-4.1,0.7-6.3,2.2c-2.2,1.5-15.2,10.3-15.5,11.7c-0.2,0.7,0.1,8,0.2,15.3c0.3,0.7,0.9,1.3,1.9,2c4.8,3.2,91.4,69.6,94.2,72.7\n\t\tc2.7,3.2,6.1,10.3,6.1,10.3s6.1,0.8,10.9,4c4.8,3.2,4.8,11.9,4.8,11.9s6.1-1.6,9.6-2.4c3.4-0.8,15-5.5,15-5.5l17.7-16.6l41.6-30.1\n\t\tc0,0,0,0,0.1,0c-1.3-5.3-2.7-9.6-4.9-9.6c-2.5,0-4.3-2.5-7.2-2.5c-2.9,0-6.4-1.7-6.8-4.6c-0.4-2.9,1.1-5-1.1-8.7\n\t\tc-2.1-3.7-4.3-5.4-4.3-7c0-1.7,3.6-4.9,4.2-5.6c0.6-0.7-1.4-3.3-1.4-5.1c0-1.8-1.4-5,0-7c1.4-2,2.3-4,0.7-7.6\n\t\tc-1.6-3.7,2.2-7,0.3-11.8c-1.9-4.8-4.7-8.6-4.5-10.3c0.1-0.7,1.1-1.5,2.2-2.4c-0.5-0.8-0.9-1.8-0.9-3c0-4.7-2.9-17.3-4.6-20\n\t\tc-1.7-2.7-7.5-4.7-7.5-6.7c0-2,0-5.3-4-7.3c-4-2-6.3-12-4-12c2.3,0,4-6,6.3-7.3c2.3-1.3,5.2-8,2.9-12c-1.5-2.7-0.8-10.9,0.1-17.6\n\t\tc-3.8,0-8-1.6-9.1-2.1c-1.7-0.7-6.7,1-9.9,1.2c-3.2,0.2-10.9,6-13.5,3.2c-2.6-2.8-29,2.2-36.4,2.5c-7.5,0.3-10.6,9.3-15.1,9.3\n\t\tc-4.5,0-11.5,4.3-15.2,9.1c-1.1,1.4-2.3,1.9-3.7,1.9c0.6,1.5,1.1,2.8,1.6,3.5C1626.9,885.5,1627.5,889.5,1627.5,893.9z\"><\/path>\n\t<path id=\"XMLID_00000130639101740168001520000014808988573423774375_\" class=\"st0\" d=\"M1882.3,918.2c-0.1-0.1-0.2-0.3-0.3-0.4\n\t\tc-0.7-2.3-4.6-2.5-13.1-4c-6.9-1.2-6.1-5.9-10.8-7.9c-0.4,5.1-3.8,9.9-10.2,9.9c-4.6,0-7.6-2.5-9.1-5.7c-3.7,2.6-6.3,5.6-6.4,7.7\n\t\tc-0.1,4.7,4.4,9.8,1.3,14.6c-3.2,4.8-10,5.3-14.9,0.2c-4.9-5.2-12-7.5-17.9-7.5c-5.9,0-10-4.3-9.6-8c0.4-3.7-1.4-5.3-6.3-6.5\n\t\tc-4.9-1.2-9-5.8-17.6-4.2c-4.6,0.9-8.5-0.7-11.2-2.7c-0.2,2.2-0.3,4.4-0.3,5.9c0.1,3.7-3.2,3-4.2,3.5c-1,0.5-6.2,6.8-7.5,8.1\n\t\tc-1.3,1.3-1.4,3.7-0.9,5c0.6,1.3-0.4,6.2-1.7,9c-1.3,2.8-5.9,4.8-6.2,6.5c-0.3,1.7,2.6,5.5,4.5,10.3c1.9,4.8-1.9,8.1-0.3,11.8\n\t\tc1.6,3.7,0.7,5.6-0.7,7.6c-1.4,2,0,5.1,0,7c0,1.8,2,4.5,1.4,5.1c-0.6,0.7-4.2,3.9-4.2,5.6c0,1.7,2.1,3.3,4.3,7\n\t\tc2.1,3.7,0.7,5.8,1.1,8.7c0.4,2.9,3.9,4.6,6.8,4.6c2.9,0,4.7,2.5,7.2,2.5c2.2,0,3.6,4.3,4.9,9.6c1.1,0,10.4,0.2,14.2,3.2\n\t\tc4.1,3.2,6.1,7.1,6.1,7.1l16.4-10.3l74.1,46.2v-6h9c0,0,0-102.6,0-110.3c0-7.6-3-12.5,0-16.6c3-4.2-1.2-6.2,1.2-13.9\n\t\tC1881.7,920.1,1882,919.1,1882.3,918.2z\"><\/path>\n\t<path id=\"XMLID_00000115488649841413592130000017217678031626936492_\" class=\"st0\" d=\"M1494.3,1135c-4.2,2.3-7.1,2.9-12.3,2.3\n\t\tc0,1-0.3,2.1-0.6,3.4c0.6,0.9,1.1,1.8,1.6,2.8c0.2,0,0.4-0.1,0.6-0.1c2.9-0.2,9.1-1.5,11.1-3.6c2-2.1,5.3,2.1,8.2,2.5\n\t\tc2.9,0.4,6-1.9,6-1.9s-0.5-0.4-5.3-0.8C1498.8,1139.2,1498.5,1132.6,1494.3,1135z\"><\/path>\n\t<path id=\"XMLID_00000036252281695924828230000003577554197081190554_\" class=\"st0\" d=\"M1526.8,1137.5c-1.7-2-1.4-7-1.4-7l-1.8-3.1\n\t\tc0,0-1.4-6.3-5.5-7.9c-4.1-1.6-6.8-10.3-6.8-10.3h-3.4c0,0-2.7-3.9-5.5-5.5c-2.7-1.6-7.5,0.8-7.5,0.8s-5.5,0.8-8.9,0\n\t\tc-3.4-0.8-2.7,4.7-5.5,5.5c-0.1,0-0.3,0.1-0.5,0.1c-0.3,3.2-0.8,6.5-2.2,9c-0.9,1.6-1.2,3.3-1.1,5.1c3.5,2.4,5,6.7,4.6,10.8\n\t\tc0,0,0.1,0.1,0.1,0.1c0.5,0.5,0.6,1.3,0.6,2.1c5.2,0.6,8.1,0,12.3-2.3c4.2-2.3,4.5,4.2,9.3,4.6c4.7,0.4,5.3,0.8,5.3,0.8\n\t\ts-3.1,2.3-6,1.9c-2.9-0.4-6.2-4.6-8.2-2.5c-2,2.1-8.2,3.4-11.1,3.6c-0.1,0-0.3,0-0.6,0.1c1.1,2.1,1.9,4.4,2.4,6.8\n\t\tc1.8,0.2,1.2,1.8,2.3,2c1.8,0.2,5.4-2.5,5.4-2.5s12.2-1,14.2-1.3c0.7-0.1,1.6,0.3,2.4,0.7c0-0.6,0-1,0-1s6.5,1.5,6.9,3.2\n\t\tc0.4,1.7,9.3,3,14.2,1c0.4-0.1,0.7-0.3,1.1-0.4c0.1-2.3,0.1-6-0.1-7.1C1531.6,1143.2,1528.5,1139.5,1526.8,1137.5z\"><\/path>\n\t<path id=\"XMLID_00000171694309925370130190000008651536364434907556_\" class=\"st0\" d=\"M1493.2,1149.7c0,0-3.6,2.7-5.4,2.5\n\t\tc-1.1-0.1-0.6-1.8-2.3-2c0.1,0.5,0.2,0.9,0.2,1.4c0.1,1.1,0.1,2.1,0,3.1c1,1.1,2.4,2,4.9,2.8c5.6,1.8-0.4,5.2,4.2,8.5\n\t\tc0.4,0.3,0.8,0.6,1.1,1c0.4-0.6,0.8-1,1-1.2c2.2-1.7,6.5-6.2,8-5.5c1.5,0.8,3.4-0.7,3.4-1.7c0-1-3-4.2-0.7-5.2\n\t\tc1.6-0.7,2-2.9,2.1-4.2c-0.9-0.5-1.7-0.8-2.4-0.7C1505.4,1148.6,1493.2,1149.7,1493.2,1149.7z\"><\/path>\n\t<path id=\"XMLID_00000161600295299533671290000010039653905629175710_\" class=\"st0\" d=\"M1893.4,1220.5c0-2.1,0-4.2-3.6-7.6\n\t\tc-3.6-3.5-6-4.2-6-6.2c0-2.1-1.2-2.8-4.2-6.9c-3-4.2-7.8-4.2-7.8-4.2l-1.2-3.5l-4.2-0.7c0,0-2.4-2.1,1.2-4.2c3.6-2.1,0-7.6-0.6-9.7\n\t\tc-0.5-1.8-5.6-8.9-6.9-10.7c-0.6,0-1.2-0.1-1.7-0.4c-2-1.3-6,1.3-8,3.7c-2,2.3-0.6,3.7-2,5.3c-1.4,1.7-6.3,6.6-9.5,11.3\n\t\tc-3.2,4.7-11.2,1.7-13.8,3.3c-2.6,1.7,1.1,4.3-0.6,6c-1.7,1.7-6.9,4.3-8.6,5.3c-1.7,1-8.6,0.7-10.6,3.7c-2,3-4.3-3.3-6.3,0\n\t\tc-2,3.3-4.3,3.7-5.4,2.7c-0.3-0.2-0.6-0.6-0.9-1.2c-1.9,2-4.1,4.2-4.9,7c-1.3,4.7-4.7,9-4.7,11.2c0,2.2,1.3,5.2,1.3,9.2\n\t\tc0,4,0.9,6,2.8,9c1.9,3,1.5,6.7,1.5,6.7s0.6,1.5,2.1,3.7c1.5,2.2,5.8,5.5,6.2,7.2c0.2,0.8,0.9,1.4,1.7,1.9c0.2-0.4,0.4-0.7,0.6-1.1\n\t\tc2.4-3.5,1.8-8.3,1.8-8.3l5.4-1.4l4.2-1.4l8.4,1.4v-7.6c0,0,6-9,10.2-9c4.2,0,7.8,6.2,7.8,6.2l18.6,4.2c0,0,1.2-6.2,3-7.6\n\t\tc1.8-1.4,5.4,1.4,7.8,0c2.4-1.4,6-3.5,10.2-3.5c4.2,0,6,2.8,7.8-1.4c1.8-4.2,10.8,1.4,10.8,1.4l7.2-1.4l-2.4-6.9\n\t\tC1899.9,1226.1,1893.4,1222.6,1893.4,1220.5z\"><\/path>\n\t<path id=\"XMLID_00000140735777705452513090000014158791105095937959_\" class=\"st0\" d=\"M1783.6,1153.8c-1.7-0.7-4-3-4-4.7\n\t\tc0-0.9,0.1-3.7,0.6-6.1c-2.3-0.4-2.4-3-3.8-4.6c-1.4-1.7-1.4-3-3.4-2.3c-2,0.7-4.3,6.3-6.9,7.3c-2.6,1-6.3-1.3-8-2.3\n\t\tc-1.7-1-9.8,0-12.3-0.3c-2.6-0.3-5.2,4-7.2,5.3c-2,1.3-7.7,0.7-9.5,0c-1.7-0.7-5.7-4.6-7.5-4.6c-1.7,0-5.2,0.7-8,2.7\n\t\tc-2.9,2-3.7-3.7-5.4-6c-1.7-2.3-5.5-0.3-7.7-2.7c-2.3-2.3-3.7,2.7-5.7,2.3c-2-0.3-7.2-1.7-8.9,0c-1.7,1.7-1.4,8-2.3,9\n\t\tc-0.9,1-4.3,5.6-4.3,8c0,1.1-0.3,1.8-0.9,2.2c0.4,2.8,0.9,6.3,1,7.6c0.2,2.2,1.1,13.5-1.1,16c-2.2,2.5-3.7,6.5-3.7,6.5\n\t\ts-3.4,2.7-4.1,8.2c-0.6,5.5,0.2,9,0.2,13.2c0,3,1.9,5.1,3,8.9c0,0,0.1,0.1,0.1,0.1c0.3,0.4,0.8,0.8,1.4,1.2\n\t\tc1.2,0.3,2.4,0.8,3.5,1.3c3.1,0.8,7,1.2,9.7,1.9c4.6,1.2,9.3,8.6,9.2,11.5c0,0.5,0.1,1.1,0.2,1.7c4.2,3,9.4,4.1,14.6,5.5\n\t\tc0.1,0,0.2,0,0.3,0c2.4,0,11.2,0.2,12.9-1.7c0.5-0.5,1-0.5,1.6-0.1c2.1-6.4,2.8-12.1,2.8-12.1s10-11.9,11.1-12.3\n\t\tc1.2-0.3,3.7,0.7,5.7-1c2-1.7,6.3,2.3,6.9,5.6c0.6,3.3,2.3-1.3,4-5c1.7-3.7,7.2-14.6,7.2-17.3c0-2.7,4.6-5,4.6-6.7\n\t\tc0-1.7-0.3-5.3,1.2-6c1.4-0.7,2.6-5.6,2.3-7.3c-0.3-1.7,4.9-11,5.7-12.3c0.9-1.3,5.5-0.7,5.7-3.7\n\t\tC1784.4,1157.8,1785.3,1154.5,1783.6,1153.8z\"><\/path>\n\t<path id=\"XMLID_00000096741531126467231910000018393918718849820057_\" class=\"st0\" d=\"M1656.2,1178.1c4.1,2.7,0.2,6.5,1.9,8.5\n\t\tc1.7,2,1.1,7,1.5,13.2c0.2,3.5,0.5,12.1,0.8,19c1.9-0.5,3.8-0.8,5.8-1c1.6-0.1,3-0.1,4.4,0c1.1-1,2.1-1.7,3-0.5\n\t\tc-1.1-3.7-3-5.9-3-8.9c0-4.2-0.9-7.7-0.2-13.2c0.6-5.5,4.1-8.2,4.1-8.2s1.5-4,3.7-6.5c2.2-2.5,1.3-13.7,1.1-16\n\t\tc-0.1-1.3-0.6-4.8-1-7.6c-0.7,0.5-1.7,0.5-3.1-0.2c-2.6-1.3-0.3-4.3-3.2-5.3c-2.9-1-4,2.7-3.4,5.3c0.6,2.6-1.4,2.6-2.6,4.3\n\t\tc-1.1,1.7-6.3,2-8,2c-1.7,0-3.7,3.7-5.4,4.3c-0.4,0.1-0.9,0.2-1.5,0.1C1651.3,1176.3,1652.6,1175.6,1656.2,1178.1z\"><\/path>\n\t<path id=\"XMLID_00000023274854354599375560000013499258259823454111_\" class=\"st0\" d=\"M1646.7,1180.3c-0.2,3.7-1.1,12,0.2,15.7\n\t\tc1.3,3.7,2.6,9.7,2.6,15.5c0,2.8,1,6.5,2.3,10c2.8-1,5.7-2,8.5-2.7c-0.2-6.9-0.5-15.5-0.8-19c-0.4-6.2,0.2-11.2-1.5-13.2\n\t\tc-1.7-2,2.1-5.7-1.9-8.5c-3.6-2.4-4.9-1.8-5.3-10.5c-2.1-0.2-5.1-1.2-7.4-1.5c-0.5-0.1-0.8,0.1-1.2,0.2c0.5,3.2,1.1,6.7,2,7.2\n\t\tC1645.8,1174.6,1646.9,1176.6,1646.7,1180.3z\"><\/path>\n\t<path id=\"XMLID_00000161604053644707064280000007265239032579238068_\" class=\"st0\" d=\"M1797.1,1260.6c-0.4-1.7-4.7-5-6.2-7.2\n\t\tc-1.5-2.2-2.1-3.7-2.1-3.7s0.4-3.7-1.5-6.7c-1.9-3-2.8-5-2.8-9c0-4-1.3-7-1.3-9.2c0-2.2,3.4-6.5,4.7-11.2c0.8-2.8,3-5,4.9-7\n\t\tc-1-1.7-2-4.8-2.9-8.1c-1.1-4.3-4.3-5.6-8-9.6c-3.7-4-2.3-6.3-2.3-8c0-1.7,4.9-1.7,8.3-1.3c3.4,0.3,5.4-0.7,4-1.7\n\t\tc-1.4-1-4.3-8.7-4-14c0.3-5.3-1.4-7-1.1-10c0.3-3-3.2-10.6-6-10.6c-0.2,0-0.4,0-0.5-0.1c-0.5,2.4-0.6,5.1-0.6,6.1\n\t\tc0,1.7,2.3,4,4,4.7c1.7,0.7,0.9,4,0.6,7c-0.3,3-4.9,2.3-5.7,3.7c-0.9,1.3-6,10.6-5.7,12.3c0.3,1.7-0.9,6.7-2.3,7.3\n\t\tc-1.4,0.7-1.2,4.3-1.2,6c0,1.7-4.6,4-4.6,6.7c0,2.7-5.5,13.6-7.2,17.3c-1.7,3.7-3.4,8.3-4,5c-0.6-3.3-4.9-7.3-6.9-5.6\n\t\tc-2,1.7-4.6,0.7-5.7,1c-1.2,0.3-11.1,12.3-11.1,12.3s-0.8,5.7-2.8,12.1c0.6,0.5,1.3,1.4,1.9,2.5c0.9-0.2,1.7-0.4,2.6-0.3\n\t\tc4.9,0.2,9.3,2.5,11.8,7c1.3,2.4,1.6,5,1.2,7.6c0.2,0.8,0.3,1.5,0.3,2.3c0,3-0.2,6-0.9,8.9c-0.1,0.3-0.2,0.7-0.3,1h9.3l4.2-1.4\n\t\tc0,0,22.8,1.4,25.7,0.7c3-0.7,13.8,5.5,13.8,5.5s0.5-6.3,2.4-10C1798.1,1262,1797.3,1261.4,1797.1,1260.6z\"><\/path>\n\t<path id=\"XMLID_00000148628437913247398900000005663476767093951891_\" class=\"st0\" d=\"M1563.6,1222.7c3,2.2,8,4.7,7.5,8.5\n\t\tc-0.2,2.2-0.8,3.3-1.6,5.4c0.1,0.1,0.2,0.2,0.4,0.3c1.6-0.5,3.2-1,4.7-1.4c13.8-4,26.8-5.1,40.7-6.4c-1.4-3-3.7-9.6-3.5-11.4\n\t\tc0.2-2,3.9-8,3.7-11c-0.2-3,3.7-5,3.7-7.5c0-1.9-1-11.3-3.4-17.5c-0.5,0-1.1-0.3-1.8-1.1c-1.7-2-8.9-1.7-11.5,1.7\n\t\tc-2.6,3.3-7.7-3-8.6-4.6c-0.9-1.7-4.6-5.3-7.5-3c-2.9,2.3-3.7,1.7-3.4-1.3c0.3-3-4.3-2-4.9,0.7c-0.6,2.7-4.3,5-5.5,3\n\t\tc-1.2-2-3.7-4.7-4.9-1.7c-0.8,2.1-2.2,1.9-3.3,0.9c-0.7,3.7-1.6,7.9,0,9c1.9,1.2,2.2,3.7,1.7,5.2c-0.4,1.5,3.2,5.2,1.7,7\n\t\tc-1.5,1.7-3.4-1.7-4.5,0.7c-1.1,2.5,2.2,4.7,0.9,6.7c-1.3,2-3.2,2.2-2.8,6.2c0.4,4,0.2,6.7-1.1,8\n\t\tC1559.1,1220.4,1560.6,1220.4,1563.6,1222.7z\"><\/path>\n\t<path id=\"XMLID_00000006685010811974085710000012894231150083888801_\" class=\"st0\" d=\"M1621.3,1228.6c8-0.8,15.9-2.3,23.6-4.7\n\t\tc2.3-0.7,4.6-1.6,6.9-2.4c-1.3-3.4-2.3-7.2-2.3-10c0-5.7-1.3-11.7-2.6-15.5c-1.3-3.7-0.4-12-0.2-15.7c0.2-3.7-0.9-5.7-2.4-6.7\n\t\tc-0.8-0.5-1.5-4.1-2-7.2c-1.7,0.9-1.8,4.1-2.6,2.8c-0.9-1.7-23.2-2.7-24.4-0.7c-1.1,2,2,9.3,1.7,11.3c-0.2,1.2-0.7,2-1.4,2.1\n\t\tc2.4,6.1,3.4,15.6,3.4,17.5c0,2.5-3.9,4.5-3.7,7.5c0.2,3-3.4,9-3.7,11c-0.2,1.7,2.1,8.4,3.5,11.4\n\t\tC1617.3,1228.9,1619.3,1228.7,1621.3,1228.6z\"><\/path>\n\t<path id=\"XMLID_00000065052897132120133290000012173677077855740291_\" class=\"st0\" d=\"M1502.8,1176.9c0.4,0.4,0.9,0.8,1.3,1.2\n\t\tc4.4,2.8,7.9,6.8,11,11.3c2.5-2.5,5.1-5.5,5.3-7c0.2-2.7,2.2-1.7,4.5-1.2c2.4,0.5,5.2-1.7,7.3-1.7c2.2,0,7.7,8.7,7.7,11.2\n\t\tc0,2.5,0.2,4.7,1.3,6.7c0.1,0.3,0.2,0.5,0.3,0.8c3.5-0.9,6.3-1.4,7-1.4c1.1,0,3.2,5.9,2.7,9.6c-0.4,3.7,3.2,6.4,4.7,3.9\n\t\tc1.5-2.5,3.4-5.6,3.8-3.4c0.1,0.7,0.9,1.2,1.9,1.7c0.5-1.5,1.7-2,2.6-3.4c1.3-2-1.9-4.2-0.9-6.7c1.1-2.5,3,1,4.5-0.7\n\t\tc1.5-1.7-2.2-5.5-1.7-7c0.4-1.5,0.2-4-1.7-5.2c-1.6-1-0.7-5.3,0-9c-0.5-0.4-1-1-1.3-1.6c-1.2-2-0.3-6.3-2.3-6.3c-2,0-1.7-3.3,0-4\n\t\tc1.7-0.7-3.4-3-3.4-5.3c0-2.3-2.6-8-3.7-8.3c-1.1-0.3-5.2,5.7-6.9,5.7c-1.7,0-5.4-4-6.6-0.7c-1.1,3.3-3.7-1.7-5.5,1\n\t\tc-1.7,2.6-2.9-3-2.9-3s0-0.8,0.1-1.9c-0.4,0.1-0.7,0.3-1.1,0.4c-5,2-13.8,0.8-14.2-1c-0.4-1.7-6.9-3.2-6.9-3.2s0.2,4.2-2.2,5.2\n\t\tc-2.4,1,0.7,4.2,0.7,5.2c0,1-1.9,2.5-3.4,1.7c-1.5-0.7-5.8,3.7-8,5.5c-0.2,0.2-0.6,0.6-1,1.2\n\t\tC1499.2,1170.1,1498.9,1173.6,1502.8,1176.9z\"><\/path>\n\t<path id=\"XMLID_00000055681178224348393220000013308625896409233841_\" class=\"st0\" d=\"M1537.2,1216.5c3.2,2.5,7.3,6.6,11.6,10.2\n\t\tc6.7,2.5,13.7,4.7,19.5,8.8c0.5,0.3,0.9,0.7,1.3,1.1c0.7-2.1,1.3-3.2,1.6-5.4c0.4-3.7-4.5-6.2-7.5-8.5c-3-2.2-4.5-2.2-3.2-3.5\n\t\tc1.3-1.2,1.5-4,1.1-8c-0.1-1.3,0-2.1,0.2-2.9c-1-0.5-1.8-1-1.9-1.7c-0.4-2.2-2.3,1-3.8,3.4c-1.5,2.5-5.1-0.3-4.7-3.9\n\t\tc0.4-3.7-1.7-9.6-2.7-9.6c-0.7,0-3.5,0.5-7,1.4c0.5,1.8-0.6,3.7-0.9,5.7c-0.4,2.2-5.6,5.5-7.7,7.5c-0.6,0.5-1.3,1.8-2,3.4\n\t\tC1532.9,1214.3,1535.1,1214.8,1537.2,1216.5z\"><\/path>\n\t<path id=\"XMLID_00000017489434409182736250000010065053529359366325_\" class=\"st0\" d=\"M1526.9,1210.9c0.5,0.9,1.1,1.8,1.7,2.6\n\t\tc0.5,0.4,1.1,0.8,1.7,1.2c0.2,0,0.4-0.1,0.6-0.1c0.8-1.6,1.5-2.9,2-3.4c2.1-2,7.3-5.2,7.7-7.5c0.4-2.2,1.7-4.5,0.6-6.5\n\t\tc-1.1-2-1.3-4.2-1.3-6.7c0-2.5-5.6-11.2-7.7-11.2c-2.2,0-5,2.2-7.3,1.7c-2.4-0.5-4.3-1.5-4.5,1.2c-0.1,1.6-2.8,4.5-5.3,7\n\t\tC1519.7,1196.2,1523.2,1204.2,1526.9,1210.9z\"><\/path>\n\t<path id=\"XMLID_00000067216031707965189980000007411368662572644776_\" class=\"st0\" d=\"M1551.5,970.9h-36.1\n\t\tc-1.2,1.3-2.1,2.8-2.9,4.4c-2.2,7.9-5.5,14.7-10.7,21.3c-1.5,1.9-3.1,3.7-4.6,5.5c-0.6,7.4-10.2,18.6-16.7,34\n\t\tc-1.1,3.1-2.1,6.2-2.9,9.3c-0.1,0.7-0.2,1.4-0.3,2h38.3c0,0,0-15,0-17.6c0-2.6,10.1-5.9,10.1-8.4c0-2.6,0-30.1,0-30.1\n\t\ts31.6,0.7,32.6,0c0.5-0.4,0.4-8.4,0.2-16.2C1557.3,972.9,1559,970.9,1551.5,970.9z\"><\/path>\n\t<path id=\"XMLID_00000181786299324889451780000010729661132706319518_\" class=\"st0\" d=\"M1486,1104.5c3.4,0.8,8.9,0,8.9,0\n\t\ts4.8-2.4,7.5-0.8c2.7,1.6,5.5,5.5,5.5,5.5h3.4c0,0,2.7,8.7,6.8,10.3c2.4,0.9,3.8,3.4,4.6,5.3c2.9-0.1,5.2-1.2,5.2-3.6\n\t\tc0-3,1.3-7.1,5.7-2.5c4.4,4.5,4.4,0.5,5.2-1c0.9-1.5,3.9,0.5,6.5,0.5c2.6,0,6.1-2,6.1-2s36.1,0.5,37.9-0.5c1.7-1,1.3-9.6,1.3-9.6\n\t\tl-3-3.5l-9.1-99.4h16.3c-17.4-13.4-32.4-24.7-34.3-26c-1-0.7-1.6-1.4-1.9-2c0.2,7.8,0.3,15.8-0.2,16.2c-0.9,0.7-32.6,0-32.6,0\n\t\ts0,27.5,0,30.1c0,2.6-10.1,5.9-10.1,8.4c0,2.6,0,17.6,0,17.6h-38.3c-0.6,7.2,3.3,9.8,5.4,12.7c3,4-2.3,11,2.2,18.1\n\t\tc4.4,7.1-1,18.1-3.2,22.1c-1.2,2.2-1.3,5.9-1.7,9.8c0.2,0,0.4-0.1,0.5-0.1C1483.3,1109.3,1482.6,1103.7,1486,1104.5z\"><\/path>\n\t<path id=\"XMLID_00000003076403920751124740000016579686190635815813_\" class=\"st0\" d=\"M1676.4,1076.1c0,0,0-8.7-4.8-11.9\n\t\tc-4.8-3.2-10.9-4-10.9-4s-3.4-7.1-6.1-10.3c-1.6-1.9-33.6-26.6-59.8-46.8h-16.3l9.1,99.4l3,3.5c0,0,0.4,8.6-1.3,9.6\n\t\tc-1.7,1-37.9,0.5-37.9,0.5s-3.5,2-6.1,2c-2.6,0-5.7-2-6.5-0.5c-0.9,1.5-0.9,5.5-5.2,1c-4.4-4.5-5.7-0.5-5.7,2.5\n\t\tc0,2.4-2.3,3.5-5.2,3.6c0.6,1.4,0.9,2.6,0.9,2.6l1.8,3.1c0,0-0.3,5,1.4,7c1.7,2,4.9,5.7,5.2,7.3c0.3,1.7,0,9,0,9s1.1,5.6,2.9,3\n\t\tc1.7-2.7,4.3,2.3,5.5-1c1.2-3.3,4.9,0.7,6.6,0.7c1.7,0,5.7-6,6.9-5.7c1.1,0.3,3.7,6,3.7,8.3c0,2.3,5.2,4.7,3.4,5.3\n\t\tc-1.7,0.7-2,4,0,4c2,0,1.1,4.3,2.3,6.3c1.1,2,3.4,3.7,4.6,0.7c1.1-3,3.7-0.3,4.9,1.7c1.2,2,4.9-0.3,5.5-3c0.6-2.7,5.2-3.7,4.9-0.7\n\t\tc-0.3,3,0.6,3.7,3.4,1.3c0.9-0.7,1.8-0.8,2.7-0.7c1-3.9,2.2-7.4,2.7-8.7c0.9-2-2-6.6-0.6-7.3c1.4-0.7,6.3,0.7,7.7-4\n\t\tc1.4-4.6,3.2-7,3.2-7s0.6-10,3.2-8.3c2.6,1.7,5.7,4.3,6,0.3c0.3-4,3.4-1.7,4.3-5.3c0.9-3.7,2.6-3.3,4.6-2.7c2,0.7,3.7-0.3,3.7-2.3\n\t\tc0-2,4.6-1,8.3-4c3.7-3,5.7-5.3,7.2-3.7c1.4,1.7,10.9,1.3,12.3,0.7c1.4-0.7,4.3-3.7,7.7-3c3.4,0.7,11.8-1.7,15.2-1.7\n\t\tc3.4,0,4.9-3.7,6-5c1.2-1.3,2-7.3,3.2-8.3c0.9-0.8,0.7-21.7,0.6-29.9C1681.2,1074.8,1676.4,1076.1,1676.4,1076.1z\"><\/path>\n\t<path id=\"XMLID_00000160159258118262147900000007429467593009119422_\" class=\"st0\" d=\"M1668.5,1156.7c-1.5-1.6-3.4-2-3.9-2\n\t\tc-0.9,0-0.2-5.5-0.6-6.2c-0.4-0.7-3.2,1.5-5,0.8c-1.7-0.8-2.4-4-3.9-4c-1.5,0-1.7-2-1.7-4.2c0-2.2-2.8-4.5-4.5-6\n\t\tc-1.7-1.5-2.2-5.7-3.2-6.5c-0.6-0.4-0.4-3.5-0.1-6c-2.7,0-5.3-0.4-6-1.2c-1.4-1.7-3.4,0.7-7.2,3.7c-3.7,3-8.3,2-8.3,4\n\t\tc0,2-1.7,3-3.7,2.3c-2-0.7-3.7-1-4.6,2.7c-0.9,3.7-4,1.3-4.3,5.3c-0.3,4-3.4,1.3-6-0.3c-2.6-1.7-3.2,8.3-3.2,8.3s-1.7,2.3-3.2,7\n\t\tc-1.4,4.7-6.3,3.3-7.7,4c-1.4,0.7,1.4,5.3,0.6,7.3c-0.5,1.2-1.7,4.8-2.7,8.7c2.1,0.4,4.1,2.5,4.7,3.7c0.9,1.7,6,8,8.6,4.6\n\t\tc2.6-3.3,9.8-3.7,11.5-1.7c1.7,2,2.9,1,3.2-1c0.3-2-2.9-9.3-1.7-11.3c1.1-2,23.5-1,24.4,0.7c0.9,1.7,0.9-3.3,3.7-3\n\t\tc2.9,0.3,7.2,2,8.9,1.3c1.7-0.7,3.7-4.3,5.4-4.3c1.7,0,6.9-0.3,8-2c1.2-1.7,3.2-1.7,2.6-4.3\n\t\tC1668.5,1156.7,1668.5,1156.7,1668.5,1156.7z\"><\/path>\n\t<path id=\"XMLID_00000030479599901649372220000018029836134481658269_\" class=\"st0\" d=\"M1789,1041.4c0-1.6-0.3-9-0.6-14.4l-7.7,4.8\n\t\tc0,0-2-4-6.1-7.1c-4.1-3.2-14.3-3.2-14.3-3.2l-41.6,30.1l-17.7,16.6c0,0-11.6,4.7-15,5.5c-0.4,0.1-0.8,0.2-1.3,0.3\n\t\tc0.1,8.2,0.3,29.1-0.6,29.9c-1.2,1-2,7-3.2,8.3c-1.1,1.3-2.6,5-6,5c-3.4,0-11.8,2.3-15.2,1.7c-3.4-0.7-6.3,2.3-7.7,3\n\t\tc-0.7,0.3-3.5,0.6-6.3,0.5c-0.3,2.5-0.5,5.6,0.1,6c1.1,0.7,1.5,5,3.2,6.5c1.7,1.5,4.5,3.7,4.5,6c0,2.3,0.2,4.2,1.7,4.2\n\t\tc1.5,0,2.2,3.2,3.9,4c1.7,0.7,4.5-1.5,5-0.8c0.4,0.8-0.2,6.2,0.6,6.2c0.5,0,2.5,0.5,3.9,2c-0.5-2.6,0.6-6.2,3.5-5.2\n\t\tc2.9,1,0.6,4,3.2,5.3c2.6,1.3,4,0.3,4-2c0-2.3,3.4-7,4.3-8c0.9-1,0.6-7.3,2.3-9c1.7-1.7,6.9-0.3,8.9,0c2,0.3,3.4-4.7,5.7-2.3\n\t\tc2.3,2.3,6,0.3,7.7,2.7c1.7,2.3,2.6,8,5.4,6c2.9-2,6.3-2.7,8-2.7c1.7,0,5.7,4,7.5,4.6c1.7,0.7,7.5,1.3,9.5,0c2-1.3,4.6-5.6,7.2-5.3\n\t\tc2.6,0.3,10.6-0.7,12.3,0.3c1.7,1,5.5,3.3,8,2.3c2.6-1,4.9-6.6,6.9-7.3c0.6-0.2,1-0.2,1.4,0c0-1.3,0.1-2.5,0.1-3.6\n\t\tc0-6,1.2-3.7,2-9.6c0.9-6,14.3-21.6,15.5-22.6c1.1-1,1.1-24.6,1.1-27.9c0-3.3,0.6-7.3,1.7-12c1.2-4.7-2-4.3-1.7-8.6\n\t\tC1793.3,1047.4,1789,1044.1,1789,1041.4z\"><\/path>\n\t<path id=\"XMLID_00000107579166480080774930000015121115797065075589_\" class=\"st0\" d=\"M1871.2,1067.7l-74.1-46.2l-8.7,5.5\n\t\tc0.2,5.5,0.6,12.8,0.6,14.4c0,2.7,4.3,6,4,10.3c-0.3,4.3,2.9,4,1.7,8.6c-1.1,4.7-1.7,8.6-1.7,12c0,3.3,0,26.9-1.1,27.9\n\t\tc-1.2,1-14.6,16.6-15.5,22.6c-0.9,6-2,3.7-2,9.6c0,1.1,0,2.3-0.1,3.6c0.7,0.3,1.1,1.2,2.1,2.4c1.4,1.7,1.4,4.7,4.3,4.7\n\t\tc2.9,0,6.3,7.6,6,10.6c-0.3,3,1.4,4.7,1.1,10c-0.3,5.3,2.6,13,4,14c1.4,1-0.6,2-4,1.7c-3.4-0.3-8.3-0.3-8.3,1.3c0,1.7-1.4,4,2.3,8\n\t\tc3.7,4,6.9,5.3,8,9.6c1.2,4.3,2.6,8.3,3.7,9.3c1.1,1,3.4,0.7,5.4-2.7c2-3.3,4.3,3,6.3,0c2-3,8.9-2.7,10.6-3.7\n\t\tc1.7-1,6.9-3.7,8.6-5.3c1.7-1.7-2-4.3,0.6-6c2.6-1.7,10.6,1.3,13.8-3.3c3.2-4.7,8-9.6,9.5-11.3c1.4-1.7,0-3,2-5.3c2-2.3,6-5,8-3.7\n\t\tc0.5,0.3,1,0.4,1.7,0.4c-0.2-0.3-0.3-0.4-0.3-0.4l1.2-4.9c0,0-4.8-2.8-4.8-6.9c0-4.2,1.2-8.3-1.8-8.3c-3,0-3.6-3.5-1.2-6.2\n\t\tc2.4-2.8-3.6-8.3,0.6-8.3c4.2,0,1.2-7.6,4.2-8.3c3-0.7,3.6-3.5,3.6-6.9c0-3.5,6.6-5.6,8.4-6.2c1.8-0.7,1.2-11.8,1.2-11.8V1067.7z\"><\/path>\n\t<path id=\"XMLID_00000050632576975935669860000008543502868138156418_\" class=\"st0\" d=\"M1982.7,1018.5c0.7-5.3-2.4-5-4.4-12.5\n\t\tc-2-7.5-10.1-18.6-10.3-22.9c-0.3-4.3-4.7-6.8-4.6-11.5c0.1-4.7-2.2-5.1-6.6-12.5c-4.4-7.3-5.7-20.1-4.4-20.6\n\t\tc1.3-0.5,5,10.8,6.5,14.5c1.4,3.7,6.3,14.8,9.8,14.8c3.4,0,4.7-16.8,5.9-16c0.1,0.1,0.2,0.3,0.2,0.5l0.4-3l1.4-4.5l-7-19.8\n\t\tc-0.5,0.9-0.9,1.5-1.1,1.8c-1.2,1.3-5.9-2-10.3-0.7c-4.5,1.3-7.9-0.5-12.2-3c-0.2-0.1-0.4-0.2-0.6-0.3c-1,0.8-2.1,1.5-3.4,2\n\t\tc-13.8,6-28.6,6.9-43,10.2c-9.4,2.2-14.9-7.6-12.7-14.7c-1.9-0.6-3.2-1.3-3.8-2.1c-0.3,1-0.6,1.9-0.9,2.8\n\t\tc-2.4,7.6,1.8,9.7-1.2,13.9c-3,4.2,0,9,0,16.6v86.6h59.2c0,0,1.7-1.3,3.4-2.7c1.7-1.3,4.6,2,4.6,2h12.6c0,0,2.3,3.3,5.2,3.3\n\t\tc2.9,0,1.1-5.3,5.7-5.3c4.6,0,3.4-8,6.3-8c2.9,0,2.3,0.7,5.2-4c0.1-0.1,0.2-0.3,0.3-0.5C1982.5,1021.6,1982.5,1020,1982.7,1018.5z\"><\/path>\n\t<path id=\"XMLID_00000073695810769422544890000018251539758476853643_\" class=\"st0\" d=\"M1780.5,1296.7c-3-2.1-5.4-7-1.8-9\n\t\tc3.6-2.1,4.2-6.3,1.2-9c-3-2.8-9.6,2.8-9.6,0c0-1.5,0.5-6.9,1-11.6c-6.9-0.3-14.4-0.7-14.4-0.7l-1.8,0.6c0.4,8.2-0.4,14.5-0.4,14.5\n\t\ts-10.8,0.7-13.2,0.7c-0.5,0-2.2,0.3-4.5,0.7c-0.1,0.2-0.2,0.3-0.3,0.5v4c0,0.2,0,0.4-0.1,0.6c1,0.9,2.1,1.9,2.5,2.9\n\t\tc0.4,1.2-1.3,1.5-2.9,2.1c0.3,1,0.5,2.1,0.5,3.1v3.3c0,0.6-0.1,1.1-0.1,1.6c0.4,0.6,0.8,1.1,1.1,1.8c0.5,1.1,0.9,2,1.1,3\n\t\tc1.3,1.4,2.4,3.1,2.8,4.9c0.1,0.6,0.3,1.2,0.5,1.7c0.2,0.4,0.4,0.8,0.6,1.1c1.1,1.7,1.5,3.8,1.4,5.9c2.9,2.4,5.9,4.7,7.9,8.3\n\t\tc1.1,1.9,1.9,4,2.6,6.1c0.4-0.1,0.8-0.2,1.3-0.2c4.8,0,3-3.5,1.2-9c-1.8-5.6,3-4.9,6-4.9c3,0,1.8-6.3,4.2-6.3c2.4,0,3,7.6,5.4,7\n\t\tc2.4-0.7,4.2,2.1,7.2,1.4c3-0.7,3-7.7,3-13.2C1782.9,1302.9,1783.5,1298.7,1780.5,1296.7z\"><\/path>\n\t<path id=\"XMLID_00000173158005983006667340000004936020304488497853_\" class=\"st0\" d=\"M1755.1,1266.9l-2.4,0.8h-9.3\n\t\tc-0.7,2-2.1,3.6-3.7,4.9c-0.4,1.2-1.3,2.2-2.7,2.7c-0.3,0.1-0.5,0.3-0.8,0.4c0,1.2,0,2.5-0.1,3.8c0,0.1,0.1,0.2,0.1,0.2\n\t\tc0.1,0,0.2,0.1,0.3,0.1c1.5,0.1,1.2,1.5,0.4,3c2.3-0.4,4-0.7,4.5-0.7c2.4,0,13.2-0.7,13.2-0.7S1755.5,1275,1755.1,1266.9z\"><\/path>\n\t<path id=\"XMLID_00000128466018383287520980000010517028723933993400_\" class=\"st0\" d=\"M1819.1,1251.6L1819.1,1251.6l-8.4-1.3\n\t\tl-4.2,1.4l-5.4,1.4c0,0,0.6,4.9-1.8,8.3c-2.4,3.5-3,11.1-3,11.1s-10.8-6.2-13.8-5.5c-1.3,0.3-6.2,0.2-11.3,0\n\t\tc-0.5,4.6-1,10.1-1,11.6c0,2.8,6.6-2.8,9.6,0c3,2.8,2.4,7-1.2,9c-3.6,2.1-1.2,6.9,1.8,9c3,2.1,2.4,6.3,2.4,11.8\n\t\tc0,5.6,0,12.5-3,13.2c-3,0.7-4.8-2.1-7.2-1.4c-2.4,0.7-3-7-5.4-7c-2.4,0-1.2,6.3-4.2,6.3c-3,0-7.8-0.7-6,4.9c1.8,5.6,3.6,9-1.2,9\n\t\tc-0.5,0-0.9,0.1-1.3,0.2c1.2,3.4,2.1,6.8,3.1,10.3c1.2,1.8,2.1,3.7,2.9,5.6c4-3.2,8.1-6,9.1-5.6c1.8,0.7,3,4.2,6.6,0.7\n\t\tc3.6-3.5,7.8-2.8,7.8,0.7c0,3.5,1.2,2.8,4.2-0.7c3-3.5,6,0.7,6-6.3c0-6.9,3.6-0.7,3.6-8.3c0-7.6,0.6-15.3,0.6-18.8\n\t\tc0-3.5,8.4-6.9,8.4-12.5c0-5.6,7.2-16.7,7.2-23.6c0-7,1.8-8.3,3.6-11.8C1819,1260.9,1819.9,1256.2,1819.1,1251.6z\"><\/path>\n\t<path id=\"XMLID_00000095327294083754692840000014176841305056351906_\" class=\"st0\" d=\"M1977.3,1027.4c-2.9,0-1.7,8-6.3,8\n\t\tc-4.6,0-2.9,5.3-5.7,5.3c-2.9,0-5.2-3.3-5.2-3.3h-12.6c0,0-2.9-3.3-4.6-2c-1.7,1.3-3.4,2.7-3.4,2.7h-59.2c0,13.8,0,23.6,0,23.6h-9\n\t\tv36.8c0,0,0.6,11.1-1.2,11.8c-1.8,0.7-8.4,2.8-8.4,6.2c0,3.5-0.6,6.2-3.6,6.9c-3,0.7,0,8.3-4.2,8.3c-4.2,0,1.8,5.5-0.6,8.3\n\t\tc-2.4,2.8-1.8,6.2,1.2,6.2c3,0,1.8,4.2,1.8,8.3c0,4.2,4.8,6.9,4.8,6.9l-1.2,4.9c0,0,6.6,9,7.2,11.1c0.6,2.1,4.2,7.6,0.6,9.7\n\t\tc-3.6,2.1-1.2,4.2-1.2,4.2l4.2,0.7l1.2,3.5c0,0,4.8,0,7.8,4.2c3,4.2,4.2,4.8,4.2,6.9c0,2.1,2.4,2.8,6,6.2c3.6,3.5,3.6,5.5,3.6,7.6\n\t\tc0,2.1,6.6,5.5,6.6,5.5l2.2,6.5c1.1,0.7,2,1.5,2.5,2.9c1.2,3.5,4.2,5.6,4.2,5.6s3.6,2.8,6,0c2.4-2.8,5.4,0.7,5.4,0.7s3-2.8,4.8-1.4\n\t\tc1.2,0.9,6.6,6,11.2,11c0.7-0.3,5.2-2.2,7.2-2.4c2.1-0.3,5.2,4,6,2.5c0.9-1.5,5.4-3.7,7.1-2.7c1.7,1,5.8,1.2,6-0.5\n\t\tc0.1-1.2,2-2.4,3.3-3.6c0.6-0.6,1.1-1.2,1.2-1.8c0.4-2,5.6-5.5,7.7-6c2.2-0.5,4.7-0.7,5.8,0.7c0.5,0.7,1.4,1.2,2.4,1.7\n\t\tc0.7-6.4,2-9.9,0.2-9.9c-2.4,0-7.2-2.8-9-8.3c-1.8-5.6-7.2-9-8.4-12.5c-1.2-3.5-7.8-2.8-9-5.6c-1.2-2.8,1.8-2.8,1.8-6.3\n\t\tc0-3.5,7.2-1.4,7.8-2.1c0.6-0.7,1.2-8.3,1.2-12.5c0-4.2,4.8-8.3,3-10.4c-1.8-2.1,1.8-2.8,4.2-4.9c2.4-2.1,0.6-8.3,3-11.1\n\t\tc2.4-2.8,4.2-8.3,6-8.3c1.8,0,4.2-2.8,4.2-5.6c0-2.8,4.2-8.3,3.6-13.2c-0.6-4.9-2.4-11.1,0.6-15.3c3-4.2,4.2-7.6,3.6-11.1\n\t\tc-0.6-3.5,3.6-4.2,5.4-6.3c1.3-1.5,5.8-3.7,9.3-10c-2.2-3.1-4.5-5.6-6-6.4c-3.4-1.8-5.7-8.8-5.7-17.6c0-8.8-1.9-15.8-2.2-18.6\n\t\tc-0.3-2.8-4-8.8-8.5-11.6c-3.1-2-4.9-5-5.4-8.4c-0.1,0.1-0.2,0.3-0.3,0.5C1979.6,1028.1,1980.1,1027.4,1977.3,1027.4z\"><\/path>\n\t<path id=\"XMLID_00000066509802290094903010000000262550109349667981_\" class=\"st0\" d=\"M2047.8,1150.1c-0.6,1.1-2.9,5.4-4.7,7.8\n\t\tc-2.1,2.8-0.9,8.1-0.3,9.5c0.6,1.4,3.6,1.1,5.4-0.4c1.4-1.1,2.5-0.5,4.6,1.8c1.1-1.8,2.6-3.9,4-5.6c-2.4-1.6-4.6-1.9-5.2-2.6\n\t\tc-1-1.2,2.9-4.5,5.6-5.1c2.7-0.7,1.4-4.3-0.9-6.7c-0.4-0.4-0.8-0.9-1.3-1.4c-1.3,0.9-2.3,1.7-2.6,2.1\n\t\tC2051.7,1150.8,2050.1,1150.4,2047.8,1150.1z\"><\/path>\n\t<path id=\"XMLID_00000155115577608512320400000014080071736484673708_\" class=\"st0\" d=\"M2001.3,1095.8c-1.8,2.1-6,2.8-5.4,6.3\n\t\tc0.6,3.5-0.6,7-3.6,11.1c-3,4.1-1.2,10.3-0.6,15.2c3.6-0.3,7.4-0.4,8.1,0.5c1.5,1.7,2.1,0,3-3.5c0.9-3.5,2.7-3.2,4.5-1.4\n\t\tc1.8,1.8,3,4.6,6,2.8c3-1.7,2.7-0.7,4.2,0c1.5,0.7,7.6-0.3,9.7,0c2.1,0.4,20.6,23.1,20.6,23.1s-0.1,0.1-0.1,0.2\n\t\tc2.3,0.3,3.9,0.7,4.6-0.4c0.3-0.5,1.3-1.3,2.6-2.1c-2.4-2.6-5.8-6.8-10.3-13.4c-5.5-8-11.9-12.3-15.4-12.3c-3.4,0-4-6.8-6.2-7.1\n\t\tc-2.2-0.3-7-10.1-7.2-16.5c-0.1-3.6-2.6-8.5-5.4-12.5C2007.1,1092.1,2002.6,1094.3,2001.3,1095.8z\"><\/path>\n\t<path id=\"XMLID_00000145048715617141949650000009953121030743940268_\" class=\"st0\" d=\"M1965.9,1208.4c1.2,3.5,6.6,7,8.4,12.5\n\t\tc1.8,5.6,6.6,8.3,9,8.3c1.8,0,0.6,3.5-0.2,9.9c1.1,0.5,2.4,1,3.2,1.5c1.5,1,7.7,0,9.9,2.2c2.1,2.2,9,7.5,11.2,7.5\n\t\tc2.2,0,9.9,1.2,11.2,2.2c1.3,1,3-3.7,6.5-6c3.4-2.2,7.8-3.7,8.4-2c0.6,1.7,3,3.2,4.7,2.2c0.7-0.4,2.7-1,4.8-1.6\n\t\tc3.2-0.8,6.8-1.6,7.9-1.4c1.7,0.2,6.5-7.7,12.7-7.7c6.2,0,8,1.2,10.8-2.2c2.8-3.5,23.9-28.2,25.8-29.9c1.9-1.7-1.3-2.5-3.4-2.5\n\t\tc-2.2,0-6.5-0.3-13.3-3.5c-6.9-3.2-17.7-7.5-19.6-8c-1.9-0.5-4.7-5.7-6.5-6.7c-1.7-1-5.2-8-6-10.2c-0.3-0.8,0.4-2.4,1.5-4.2\n\t\tc-2.1-2.3-3.2-2.9-4.6-1.8c-1.8,1.4-4.8,1.8-5.4,0.4c-0.6-1.4-1.8-6.7,0.3-9.5c2.1-2.8,4.8-8.1,4.8-8.1s-18.5-22.8-20.6-23.1\n\t\tc-2.1-0.3-8.2,0.7-9.7,0c-1.5-0.7-1.2-1.7-4.2,0c-3,1.8-4.2-1-6-2.8c-1.8-1.8-3.6-2.1-4.5,1.4c-0.9,3.5-1.5,5.2-3,3.5\n\t\tc-0.7-0.9-4.5-0.8-8.1-0.5c0,0,0,0.1,0,0.1c0.6,4.9-3.6,10.4-3.6,13.2c0,2.8-2.4,5.6-4.2,5.6c-1.8,0-3.6,5.6-6,8.3\n\t\tc-2.4,2.8-0.6,9-3,11.1c-2.4,2.1-6,2.8-4.2,4.9c1.8,2.1-3,6.3-3,10.4c0,4.2-0.6,11.8-1.2,12.5c-0.6,0.7-7.8-1.4-7.8,2.1\n\t\tc0,3.5-3,3.5-1.8,6.3C1958.1,1205.6,1964.7,1204.9,1965.9,1208.4z\"><\/path>\n\t<path id=\"XMLID_00000180340728729687709340000015163693349712914063_\" class=\"st0\" d=\"M2015.2,1344.2c1.7-2.9,3.7-5.8,5.9-8.6\n\t\tc2.6-6.8,5-12.6,5.8-14.1c2.1-3.8,4.3-3.2,6.2-5.8c1.9-2.7,2.4,1.3,5.3-4c0.2-0.4,0.5-0.9,0.8-1.4l-4.8-8.8l-0.5-40.3l4.5-8.1\n\t\tl4.6-7.9c-2.2,0.6-4.1,1.2-4.8,1.6c-1.7,1-4.1-0.5-4.7-2.2c-0.6-1.7-5-0.2-8.4,2c-3.4,2.3-5.2,7-6.5,6c-1.3-1-9-2.2-11.2-2.2\n\t\tc-2.2,0-9-5.2-11.2-7.5c-2.2-2.2-8.4-1.3-9.9-2.2c-1.5-1-4.5-1.7-5.6-3.2c-1.1-1.5-3.7-1.2-5.8-0.7c-2.1,0.5-7.3,4-7.7,6\n\t\tc-0.1,0.6-0.6,1.2-1.2,1.8l4.4,4.7l1,8.1l4,4c0,0,0,4.6-0.5,9.2c-0.5,4.6-4,10.4-6.5,13.2c-0.7,0.9-1.8,3.6-2.9,7\n\t\tc3.8,1.1,6.6,2.8,6.4,4.1c-0.4,2.7-6.9,1.5-6.9,7.2c0,0.4,0,0.8-0.1,1.1l36.7,22.5l-0.5,6.9\n\t\tC2001.1,1332.6,2007.9,1338.3,2015.2,1344.2z\"><\/path>\n\t<path id=\"XMLID_00000164501160800768412140000001564369478407788178_\" class=\"st0\" d=\"M1971.3,1257.2l-1-8.1l-4.4-4.7\n\t\tc-1.3,1.3-3.1,2.5-3.3,3.6c-0.2,1.7-4.3,1.5-6,0.5c-1.7-1-6.2,1.2-7.1,2.7c-0.9,1.5-3.9-2.7-6-2.5c-2.2,0.2-7.3,2.5-7.3,2.5\n\t\ts-0.9,7-0.9,9.7c0,2.7,3.2,3.2,3.2,5.5c0,2.2-2.6,4.2-2.8,5.7c-0.2,1.5-1.9,2.5-4.1,3.2c-2.1,0.7-1.9,4.7-3.7,6.2\n\t\tc-1.7,1.5-1.3,5.2-2.4,8c-1.1,2.7-1.7,6.5-1.7,9.7c0,2.6-0.3,6.3-1.6,8.2c2.7,0.3,3.5-0.2,4.8-1c2-1.1,9.9-3.4,9.9-3.4l8.1-0.8\n\t\tc1.8-5.9,4.5-11.2,7.4-12.2c3.8-1.3,8.9-0.8,12.9,0.4c1.1-3.4,2.1-6.1,2.9-7c2.5-2.9,6-8.6,6.5-13.2c0.5-4.6,0.5-9.2,0.5-9.2\n\t\tL1971.3,1257.2z\"><\/path>\n\t<path id=\"XMLID_00000098933750601862885370000014140264312650607292_\" class=\"st0\" d=\"M2121.6,1448.7c-0.3-7.6-6-15-6.9-18.6\n\t\tc-1.3-5.5-2.3,2-3.4,3.3c-1.2,1.3-1.7,5.3-1.4,8c0.3,2.7-3.4,5.3-5.7,5s-6,1.3-4.9,5c1.1,3.7-1.7,3-0.3,6c1.4,3-3.2,6.7-7.2,7\n\t\tc-4,0.3-9.2,8.7-13.5,8c-4.3-0.7-8.6,3.3-12.3,2.7c-3.7-0.7-1.1,9-4,15c-2.9,6-1.4,13,1.1,20.3c2.6,7.3,4.6,13.3-2.3,22.9\n\t\tc-1.2,1.7-2.1,3.4-2.9,5.1c1.4,9.5-0.5,19.3,1,28.6c0.2,0.8,0.3,1.6,0.5,2.4c0,0.2,0.1,0.4,0.1,0.6c1.1,4.5,3.1,8.8,5.2,13\n\t\tc4.4,4,13.1,6.9,15.9,3.6c0.2-0.2,0.3-0.3,0.5-0.5c4.6-5.7,8.3-12.5,11.8-18.4c1.8-3,3.6-6,5.5-8.9c0.5-2,1.1-4.1,1.6-6.2\n\t\tc-0.5-2.1-0.5-4.3,0-6.4c0-0.1-0.1-0.3-0.1-0.4c-0.8-7.4,1.2-13.3,5.4-19.1c1.3-1.8,2.4-3.7,3.4-5.7c3.7-13.4,7.1-26.4,6.6-29.9\n\t\tc-0.6-4.7,3.4-7.7,1.7-12.6c-1.7-5,0.6-11,2.6-7c2,4,4.9,4,5.7-1.3C2126.2,1464.6,2121.9,1456.3,2121.6,1448.7z\"><\/path>\n\t<path id=\"XMLID_00000016769584672379637780000012714214059352954540_\" class=\"st0\" d=\"M1923.5,1371.8c-4.7-3-6.7-40.6-4.3-41.6\n\t\tc0.3-0.1,0.6,0.3,0.9,1.1l-0.5-8.5c0,0-0.3-0.1-0.6-0.2c-0.8-0.3-1.9-1.2-1.9-3.3c0-3,2.1-3.2,2.1-3.2s-0.4-6.2,1.9-7.2\n\t\tc0.5-0.2,0.9-0.6,1.2-1.1c1.3-1.9,1.6-5.6,1.6-8.2c0-3.2,0.6-7,1.7-9.7c1.1-2.7,0.6-6.5,2.4-8c1.7-1.5,1.5-5.5,3.7-6.2\n\t\tc2.2-0.7,3.9-1.7,4.1-3.2c0.2-1.5,2.8-3.5,2.8-5.7c0-2.2-3.2-2.7-3.2-5.5c0-2.7,0.9-9.7,0.9-9.7s0.1,0,0.1-0.1\n\t\tc-4.6-4.9-10-10-11.2-11c-1.8-1.4-4.8,1.4-4.8,1.4s-3-3.5-5.4-0.7c-2.4,2.8-6,0-6,0s-3-2.1-4.2-5.6c-0.5-1.4-1.4-2.2-2.5-2.9\n\t\tl0.1,0.5l-7.2,1.4c0,0-9-5.5-10.8-1.4c-1.8,4.2-3.6,1.4-7.8,1.4c-4.2,0-7.8,2.1-10.2,3.5c-2.4,1.4-6-1.4-7.8,0\n\t\tc-1.8,1.4-3,7.6-3,7.6l-18.6-4.2c0,0-3.6-6.2-7.8-6.2c-4.2,0-10.2,9-10.2,9v7.5c0.7,4.5-0.2,9.3-1.4,11.7\n\t\tc-1.8,3.5-3.6,4.9-3.6,11.8c0,7-7.2,18.1-7.2,23.6c0,5.6-8.4,9-8.4,12.5c0,3.5-0.6,11.1-0.6,18.8c0,7.6-3.6,1.4-3.6,8.3\n\t\tc0,7-3,2.8-6,6.3c-3,3.5-4.2,4.2-4.2,0.7c0-3.5-4.2-4.2-7.8-0.7c-3.6,3.5-4.8,0-6.6-0.7c-1-0.4-5.1,2.4-9.1,5.6\n\t\tc1.8,4.3,2.7,8.6,3.5,12.4c0.1,0.4,0.2,0.8,0.2,1.1c2.1-1.7,4.3-3.3,5.5-3.5c3-0.5,31.4,0,31.4,0s2.6,5,1.7,9.5\n\t\tc-0.9,4.5,1.7,2.5,3.9,8.5c2.2,6,3.9,8.5,8.2,7c4.3-1.5,9.5-2.5,11.2-2c1.7,0.5,1.3-8.5,3.9-10c2.6-1.5,7.7,0,7.7,0\n\t\ts0.4,2.5,4.7,2.5c4.3,0,6.5-2,6.5,1.5c0,3.5,0.4,7.5,1.7,9c1.3,1.5-3.4,14-1.3,16c2.2,2,5.2,6.5,4.7,9c-0.4,2.5-1.7,8.5,0,9\n\t\tc1.7,0.5,2.2-3,5.2-3c3,0,5.6,0.5,8.6-1c1-0.5,1.9-0.3,2.6,0.1c1.6,0.9,2.5,2.9,2.5,2.9s0.9,3.5,2.6,2.5c1.7-1,6.5-2.5,6-0.5\n\t\tc-0.4,2,1.3,6.5,3,5.5c1.7-1,6,3,8.2,3c2.1,0,4.3,0,4.3-1.5c0-1.5,2.6-4,3.4-2c0.9,2,3,6.5,5.2,6.5c2.2,0,7.3,0,7.3,2\n\t\tc0,2,1.7,7.5,3.9,9.5c2.1,2,6.9,0,6.9,0s1.7-1.5,1.7-5c0-3.5,0-8-1.3-8c-1.3,0-3.4,3.5-6.5,2.5c-3-1-5.2-8-6.5-9\n\t\tc-1.3-1,2.2-7.5,2.2-10.5c0-3,2.2-11.5,0.4-12.5c-1.7-1-0.9-4,1.3-6c2.2-2-0.9-7.5,2.6-7.5c3.2,0,9.8,0.4,11.7-2\n\t\tc0.1-0.2,0.3-0.3,0.4-0.5c0.2-0.6,0.4-1.1,0.6-1.7C1928.3,1379.1,1926.1,1373.5,1923.5,1371.8z\"><\/path>\n\t<path id=\"XMLID_00000020377364917552357180000005715009028964898184_\" class=\"st0\" d=\"M1920.1,1331.2c0.8,2,1.5,6.5,2.4,11.7\n\t\tc1.9-1.4,3.5-2.5,4.1-2.8c2.5-1.1,7.9-13.2,7.9-13.2l-2.5-1.7c0,0,0.3-2.5-0.4-5.9c-2.2,0.3-4.6,0.2-4.6,0.2s0.5,4.6-5,3.5\n\t\tc-0.9-0.2-2-0.3-3.2-0.4c0.4,0.2,0.6,0.2,0.6,0.2L1920.1,1331.2z\"><\/path>\n\t<path id=\"XMLID_00000003076166808273142890000007657979883305349821_\" class=\"st0\" d=\"M2010.7,1480.1c0.7-2.7,2.6-5.1,4.9-6.5\n\t\tc1.1-0.7,2.2-1.2,3.4-1.6c0.3-1.6,0.6-3.3,0.9-4.9c0.6-3.3,3.1-5.8,6-7.1c-0.4-1.1-0.7-2.4-0.8-3.9c-0.3-10.1-2.8-19.7-4.9-29.6\n\t\tc-0.6-2.9-1.1-5.9-1.7-8.8c-0.4,0.3-0.7,0.6-0.8,0.8c-0.9,2-4.6-0.3-6.9,2c-2.3,2.3-3.7,0.3-5.7-0.3c-2-0.7-2.9,2.3-3.2,4.3\n\t\tc-0.3,2-4.3,1-5.7,0.7c-1.4-0.3-6,1.3-8.3,1.3c-2.3,0-0.6-2.3-3.2-3.3c-2.6-1-4.3,1.3-5.7,1.3c-0.9,0-3.5-0.4-5.5-0.7\n\t\tc0,1.5-0.2,2.9-0.5,3.9c-1.9,5.6,3.9,18.4,4.2,23.8c2.1,2.1,4.6,4.7,5.9,6.6c2.6,3.7,0,3.3,0.3,11.3c0.3,8-2.9,4.7-5.4,7.3\n\t\tc-2.6,2.7-0.3,8.6-0.9,10.3c-0.6,1.7-8.3-11.6-8.9-13.6c-0.6-2,2.9-10,2-14.6c-0.9-4.7-6-1.7-7.7-1.3c-1.7,0.3-5.7-5.3-6.6-5.3\n\t\tc-0.9,0-27,11.3-27,11.3l2,8.3l-0.6,0l1.4,3.6c0,0,8.6,0.5,12.5,3.5c3.9,3,9.9,3.5,11.2,4.5c1.3,1,0,12,0.4,17.5\n\t\tc0.4,5.5-5.2,7-2.6,10c2.6,3,1.3,8,3,8.5c1.7,0.5-3,7-5.2,8.5c-2.1,1.5,0,7-2.6,11c-1.7,2.6-6.5,7.6-9.8,11.4\n\t\tc0.2,0.1,0.3,0.2,0.4,0.4c0.9,1.8,3.4,19.2,6,20.9c2.6,1.7,1.1,18.9,0.9,20.5c-0.2,1.5,1.1,13,1.1,13s3.8-0.7,7.2-0.6\n\t\tc0.2-2.3,0.4-4.3,0.4-5.6c0.3-5.3-2.9-1-3.9-4.3c-1-3.3,7-9.5,15.2-13c8.2-3.5,11.3-5.5,12.2-8.8c0.4-1.6,0.4-4.5,0.4-7.5\n\t\tc-2.6-1.7-4.5-4.5-4.9-8.3c-1-9-2.1-19.2-0.8-28.6c0-0.1,0-0.1-0.1-0.2c-1.1-4.7-0.9-8.3,1.6-8.5c0.2,0,0.3,0,0.4-0.1\n\t\tc1.7-5,4.3-9.5,8.3-13.3c1-1,2.2-1.7,3.3-2.1c-0.2-2.3,0.4-4.6,1.4-6.6c1.2-2.4,3.9-4.3,6.3-5c1.4-0.5,2.8-0.5,4.2-0.2\n\t\tc0.6,0,1.1,0.1,1.6,0.3c3.7-2.4,7.6-3.3,11.3-4.8C2010.2,1485.1,2010.1,1482.3,2010.7,1480.1z\"><\/path>\n\t<path id=\"XMLID_00000080902878528261270790000010409897341073811624_\" class=\"st0\" d=\"M2013.1,1399.6c-3.3-6.3-0.1-12.3,4.6-15\n\t\tc-0.1-2-0.3-3.4-1.1-3.6c-0.6-0.2-0.8-1.2-0.6-2.5c-3.8-1.3-6.9-4.6-7.1-9.9c-0.3-9.7,2.2-17.4,6.3-24.4\n\t\tc-7.3-5.9-14.1-11.6-14.1-11.6l0.5-6.9l-36.7-22.5c-0.2,5.2-2.1,9.2-4.7,10.6c-2.8,1.5,3.9,6.2,0.6,7c-3.2,0.7-10.5-3.5-15.7-1\n\t\tc-3.5,1.7-2.8-8.4-0.1-17.2l-8.1,0.8c0,0-2.2,0.6-4.6,1.4l1.6,4.9c0,0,2,4.6,1.5,7.5c-0.2,1.3-2,1.9-3.9,2.2\n\t\tc0.7,3.4,0.4,5.9,0.4,5.9l2.5,1.7c0,0-5.5,12.1-7.9,13.2c-0.7,0.3-2.2,1.4-4.1,2.8c1.5,8.5,3.3,18.6,5.9,21.4\n\t\tc4.9,5.2,4.1,11.2,5.2,14.7c1.1,3.5,5.4,7.5,2.4,9c-1.9,1-3.7-1.4-5.4-4.7c-0.2,0.6-0.4,1.2-0.6,1.7c-0.1,0.2-0.2,0.3-0.4,0.5\n\t\tc2.6,2.3,5.7,4.6,7,4.6c2.5,0,6.5,3.5,8.9,4c2.5,0.6,11.3,4.7,12.4,6.3c0.2,0.3,0.4,0.7,0.6,1.1c2.1-0.1,4.9-0.2,6.5,0\n\t\tc0.4-0.4,0.8-0.6,1.4-0.6c3.3,0,7.1,14.4,7,22.8c2,0.3,4.6,0.7,5.5,0.7c1.4,0,3.2-2.3,5.7-1.3c2.6,1,0.9,3.3,3.2,3.3\n\t\tc2.3,0,6.9-1.7,8.3-1.3c1.4,0.3,5.5,1.3,5.7-0.7c0.3-2,1.1-5,3.2-4.3c2,0.7,3.4,2.7,5.7,0.3c2.3-2.3,6,0,6.9-2\n\t\tc0.1-0.2,0.4-0.5,0.8-0.8C2017.4,1411.4,2016,1405.3,2013.1,1399.6z\"><\/path>\n\t<path id=\"XMLID_00000153701650786590889790000005424351152084235454_\" class=\"st0\" d=\"M1983,1458c-1.3-1.8-3.8-4.4-5.9-6.6\n\t\tc0,0.8,0,1.5-0.3,1.9c-2.5,4.2-9.7-9-10.5-17.2c-0.9-8.2,4.1-12.2,1.1-20c-2.5-6.5-4.1-12.7-2.3-14.6c-1.6-0.2-4.4-0.1-6.5,0\n\t\tc1.6,3,3.8,9,3.8,11c0,2.3-2.5-0.6-3.5,2.3c-1,2.9-1.5,16.1,0.5,18.4c2,2.3-4,0.6-4,2.9c0,2.3-0.5,10.4-1.5,10.9\n\t\tc-0.6,0.3,0.6,2.3,1.7,4.9c0,0,0.1,0,0.1,0c0.9,0,4.9,5.7,6.6,5.3c1.7-0.3,6.9-3.3,7.7,1.3c0.9,4.6-2.6,12.6-2,14.6\n\t\tc0.6,2,8.3,15.3,8.9,13.6c0.6-1.7-1.7-7.7,0.9-10.3c2.6-2.6,5.7,0.7,5.4-7.3C1983,1461.3,1985.6,1461.7,1983,1458z\"><\/path>\n\t<path id=\"XMLID_00000037672472954951910410000001033358630133522560_\" class=\"st0\" d=\"M1940.4,1590.5c-2.4,0-6.6,6.7-6.6,8.1\n\t\tc0,1.4,3,10.2,6,10.4c3,0.2,5.2,0,5.4-2.6c0.1-1.3,0.9-2.3,1.6-3c-0.2-2.2-0.7-6.9-0.9-9.7\n\t\tC1944.1,1592.5,1941.9,1590.5,1940.4,1590.5z\"><\/path>\n\t<path id=\"XMLID_00000174591167523899895080000015625932510897822879_\" class=\"st0\" d=\"M1914.1,1625.2c-1.2-2.7-8.6,2-9.8,4.7\n\t\tc-1.1,2.7-5.7,10-5.7,10l5.7,9.3l4,0.7c0,0,1.2-3.3,2.3-6c1.1-2.7,6.3,0.7,6.3-2c0-2.7,3.4-5.3,3.4-8\n\t\tC1920.5,1631.2,1915.3,1627.9,1914.1,1625.2z\"><\/path>\n\t<path id=\"XMLID_00000083789535317621343560000011205067669034951562_\" class=\"st0\" d=\"M1932.5,1304.6c-2.1,0.7-4.4,1.5-5.4,2\n\t\tc-1.4,0.8-2.1,1.3-4.8,1c-0.3,0.5-0.7,0.9-1.2,1.1c-2.4,1-1.9,7.2-1.9,7.2s-2.1,0.2-2.1,3.2c0,2,1.2,2.9,1.9,3.3\n\t\tc1.2,0.1,2.3,0.2,3.2,0.4c5.5,1.2,5-3.5,5-3.5s8,0.6,8.4-2.3c0.5-2.9-1.5-7.5-1.5-7.5L1932.5,1304.6z\"><\/path>\n<\/g>\n<g id=\"australia\">\n\t<path id=\"XMLID_00000003816000227009725910000002031395059416168344_\" class=\"st0\" d=\"M3089.5,1409.8c-2-1-7.2-5-6.9-7.6\n\t\tc0.3-2.7-5.7-2.3-9.8-5.3c-4-3-2.6-12.6-6.9-15c-4.3-2.3-7.5-9.6-2.3-9.3c5.2,0.3,6-3,2-7.3c-4-4.3-18.7-6-19.2-12.3\n\t\tc-0.6-6.3-26.7-21.3-38.2-24.3c-2-0.5-4.5-1.4-7.2-2.4v71c2.7,2.1,6,3.7,10.3,4c12.6,0.7,9.5-7.7,11.8-7.7c2.3,0,3.2-4.7,5.7-8.3\n\t\tc2.6-3.7,13.8-0.7,20.4,5.3c6.6,6,14.3,23.6,21.2,21.9c6.9-1.7,14.1,4.7,20.4,4.3C3097.3,1416.4,3091.5,1410.8,3089.5,1409.8z\n\t\t M3105.9,1350.6c0,3-4.6,4.7-11.8,8c-7.2,3.3-20.2-3.8-20.7,1c-0.3,3,8,8.3,15.8,8.3c7.7,0,20.1-9,20.1-11.6c0-2.7,4.9-7.3,2.9-10\n\t\tC3110.2,1343.6,3105.9,1347.6,3105.9,1350.6z M3115.6,1338c-4.6-3.3-8.6-5.7-2.9,0.7c5.7,6.3,2.7,11.7,6,10.6\n\t\tC3124.2,1347.6,3120.2,1341.3,3115.6,1338z\"><\/path>\n\t<path id=\"XMLID_00000088842005834218493060000013175880512190487201_\" class=\"st0\" d=\"M3135.7,1358.6c-0.6,3,8.6,18.8,12,16.3\n\t\tC3154.1,1370.2,3136.3,1355.6,3135.7,1358.6z M3154.1,1372.6c-0.2,1.2,6.7,9,8.2,7.7C3163.8,1379,3154.5,1370.3,3154.1,1372.6z\n\t\t M3186.4,1392.5c2.4-1.7-13.3-11.7-13.6-8.5C3172.6,1387,3184,1394.2,3186.4,1392.5z M3184.6,1403.2c0.9,5,7.3,8,9.9,6.2\n\t\tC3197.1,1407.7,3183.8,1398.1,3184.6,1403.2z M3202.3,1414.2c0.4,1.2,6,7.2,8.8,5C3213.9,1416.9,3201.6,1412.1,3202.3,1414.2z\n\t\t M3194.8,1392c-2.2,5.5,6.5,15,7.8,15.2C3203.8,1407.5,3196.4,1387.8,3194.8,1392z\"><\/path>\n\t<path id=\"XMLID_00000098917243710919956660000001663599149653558461_\" class=\"st0\" d=\"M3135.7,1358.6c-0.6,3,8.6,18.8,12,16.3\n\t\tC3154.1,1370.2,3136.3,1355.6,3135.7,1358.6z M3154.1,1372.6c-0.2,1.2,6.7,9,8.2,7.7C3163.8,1379,3154.5,1370.3,3154.1,1372.6z\n\t\t M3186.4,1392.5c2.4-1.7-13.3-11.7-13.6-8.5C3172.6,1387,3184,1394.2,3186.4,1392.5z M3184.6,1403.2c0.9,5,7.3,8,9.9,6.2\n\t\tC3197.1,1407.7,3183.8,1398.1,3184.6,1403.2z M3202.3,1414.2c0.4,1.2,6,7.2,8.8,5C3213.9,1416.9,3201.6,1412.1,3202.3,1414.2z\n\t\t M3194.8,1392c-2.2,5.5,6.5,15,7.8,15.2C3203.8,1407.5,3196.4,1387.8,3194.8,1392z\"><\/path>\n\t<path id=\"XMLID_00000101781477357202910040000004178766171191766943_\" class=\"st0\" d=\"M2907.2,1426.7c-0.4-3-15.7,0.5-12.5,3.5\n\t\tC2896.9,1432.1,2907.7,1429.7,2907.2,1426.7z\"><\/path>\n\t<path id=\"XMLID_00000072278292566401582580000011803866551704849054_\" class=\"st0\" d=\"M2955.7,1721.9c2.4,2.5,10.3,1.7,11.6-1.7\n\t\tC2968.6,1716.7,2953.5,1719.7,2955.7,1721.9z\"><\/path>\n\t<path id=\"XMLID_00000103950681511284781800000009054030721336333979_\" class=\"st0\" d=\"M3120.5,1613.7c-1,0.9-1.4-5.3-1.1-11.2\n\t\tc-1.7-3.2-3.1-6.5-4.4-9.9c-1.8-2-3.3-6.9-3.8-8.5c-0.6-2.5-3.9-9.5-7.5-8.5c-3.7,1-1.3-6-4.7-5.2c-3.4,0.7-4.1-5.7-3.4-11.7\n\t\tc0.6-6-2.4-1.2-3.9-3.7c-1.5-2.5-3.2-0.5-5.6,0.5c-2.4,1-3-5.2-2.4-7.7c0.6-2.5-0.4-5.5-3.7-8.2c-3.2-2.7-3.4-5-3.2-8.2\n\t\tc0.2-3.2-18.3-14.2-22.4-15.2c-4.1-1-0.6-6-2.4-7.7c-1.7-1.7-2.4-8.2-2.4-13.7c0-5.5-6-7.2-5.8-11.7c0.2-4.5-1.7-8.7-1.3-13.7\n\t\tc0.4-5-6.2-6.2-6.5-9c-0.2-2.7-3.9-0.2-7.5,0.3c-3.7,0.5-3.4-5.5-3-11.2c0.1-1.2,0.1-2.5,0-3.9c-3.4-1.8-6.9-3.5-10.6-4.9\n\t\tc-3.4-1.4-5.5-3.9-6.5-6.8c-0.2,0.4-0.5,0.8-0.8,1.1c-1.9,2,1.3,9.7-1.3,12.5c-2.6,2.7-0.2,13.7-0.9,19.9c-0.6,6.2-0.4,13-3,17.2\n\t\tc-2.6,4.2-3,11-8.2,13.2c-5.2,2.2-12-2.5-11.8-5.7c0.2-3.2-5.6-5.2-8.6-4.7c-3,0.5-4.7-4.5-9.5-8.7c-4.7-4.2-8.4,1-9.9-4\n\t\tc-1.5-5-3-5.7-6.5-8.5c-3.4-2.7-2.4-2.7,0.9-5.5c3.2-2.7,2.6-6.2,0.9-9.5c-1.7-3.2,1.9-2.5,6.2-5.2c4.3-2.7,0-6,3.2-7.5\n\t\tc3.2-1.5,1.3-4.7-2.2-5.5c-3.4-0.7-2.4,4-3.7,4.5c-1.3,0.5-2.6-6.2-3.7-6c-1.1,0.2-5.2,6.7-7.3,3.5c-2.2-3.2-14.2-6-18.9-6.7\n\t\tc-4.7-0.7-6.2-7.7-9-6.5c-2.8,1.3,0.4,3.5,3.7,7.5c3.2,4-10.8,6.7-14.8,5.2c-4.1-1.5,0.6,3.5-2.8,3.2c-3.4-0.3-4.1,6.7-6.9,10.2\n\t\tc-2.8,3.5-0.9,6-3.9,8.2c-3,2.2-3.2,4.7,0.4,9.5c3.7,4.7-1.7,5-5,1.2c-3.2-3.7-6.5-3.7-6.2,0.5c0.2,4.2-3.9,2.2-3.2-2.5\n\t\tc0.6-4.7-4.5-2.5-5.4-5.2c-0.9-2.7-5.4-7.2-8.2-7c-2.8,0.3-2.8,3.7-5.6,3.7c-2.8,0-3.4,1.7-3,5.2c0.4,3.5-4.3-0.2-7.5,0.3\n\t\tc-3.2,0.5,0,4.7-1.7,5c-1.7,0.2-1.7,3.7-4.5,3.7c-2.8,0-2.4,7.2-1.9,11c0.4,3.7-4.3-1.7-7.1-0.7c-2.8,1,0.6,4.2,1.5,8.5\n\t\tc0.9,4.2-1.5,4-3,5.7c-1.5,1.7-3.9-4.7-3.9-8.5c0-3.7-3.7-0.3-7.5,4.5c-3.9,4.7,1.3,12-0.4,13.2c-1.7,1.2-9.5,9.7-14,16\n\t\tc-3.6,5-10.5,3.6-14.6,4.4c-0.4,0.5-0.8,0.9-1.3,1.3c-10.1,8.7-21.6,16.1-34.5,19.2c-5.7,6.9-12,13.7-18.8,19.9\n\t\tc-0.2,0.6-0.4,1.3-0.9,2c-3.2,5.5-6.2,11-1.7,18c4.5,7,7.1,11.5,5.6,15c-1.5,3.5-4.7-7-5.8-5.7c-1.1,1.2,4.1,5.7,2.8,8\n\t\tc-1.3,2.2-5.9-8.5-6.9-6c-0.9,2.2,9.7,19.2,9.9,25.4c0.2,6.2,8.6,12.2,8.2,21.2c-0.4,9,7.3,23.4,8.6,25.7c1.3,2.2-3,8.2-2.2,15\n\t\tc0.9,6.7-1.9,9.2-5.6,9.2c-3.7,0-1.5,7,2.6,7.5c4.1,0.5,2.6,3.7,7.1,7.2c1,0.8,2.3,1.3,3.7,1.6c10.5-4.4,21.5-7.2,31.9-11.7\n\t\tc0.7-1,2.2-1.6,4.2-2c3.4-1.7,6.7-3.6,9.9-5.9c14.7-10.5,27.8-18.7,46.3-15.8c1.3,0.2,2.4,0.7,3.4,1.4c1.7-0.1,3.8,0,6.4,0.2\n\t\tc8.4,0.5,16.1-4.7,21.5-7.2c5.4-2.5,15.3-1.5,20.4-3c5.2-1.5,6,7.5,11.8,6.7c5.8-0.8,8.4,2,11.4,1.7c3-0.2,2.6,2.5,5.6,3.2\n\t\tc3,0.8,2.6,3.7,0.7,7c-1.9,3.2,4.5,3,8.6,9.5c4.1,6.5,0.2,7.5,2.4,12.5c2.1,5,3.7,3.7,8-3.2c4.3-7,9-2.5,9.7-8.5\n\t\tc0.6-6,5.2-13,8.2-10c3,3-2.2,4.5-4.1,16c-1.9,11.5-5.4,5.5-6,8.7c-0.6,3.2,9,5,9-1c0-6,1.7-8.7,5.4-3.2c3.7,5.5-2.2,10-1.3,12.5\n\t\tc0.9,2.5,5-0.7,7.1-0.5c3.8,0.4,9,10.2,8.2,15.5c0,0.2-0.1,0.4-0.1,0.5c13.5,2.9,25.9,11.4,33.7,23.4c0.9,1.3,1.4,2.6,1.6,3.9\n\t\tc3.3,1.8,10.2-3.1,11.6-8.7c1.5-6,7.1-0.2,4.1,1.7c-3,2,1.5,6.7,1.7,3.5c0.2-3.2,1.5-6,2.6-2.2c1.1,3.7,5,3.7,6.5,6.7\n\t\tc1.5,3,3.2,5.2,3.2,2.7c0-2.5,0.9-4.7,4.3-6.2c3.4-1.5,5.6-4.2,9.3-7.7c3.7-3.5,18.7-4.2,20.2-4.2c1.5,0,2.4-15,3.2-22.7\n\t\tc0.9-7.7,6.5-9,7.3-17.2c0.9-8.2,8.4-23.4,10.3-24.2c1.9-0.7,5.6-3,5.8-7.7c0,0,0,0,0-0.1c-0.1-11.7,1.8-23.2,4.1-35\n\t\tc1.5-7.9,3.2-15.9,3.8-24C3121.3,1613.6,3120.9,1613.4,3120.5,1613.7z\"><\/path>\n\t<path id=\"XMLID_00000126313881431974984870000007148935405808471951_\" class=\"st0\" d=\"M3069.3,1787.2c-1.1-4.2-10.5,3.2-16.4,4\n\t\tc-3.7,0.5-8.5-2.1-12.1-3.9c7.3,10.3,13,22.1,17,34.3c0.3-0.4,0.7-0.6,1.3-0.5c2.8,0.3,1.7-3.2,2.2-5.7c0.4-2.5,3.2,2.7,5.6,1.3\n\t\tc2.4-1.5-0.6-12.2,2.8-12.2C3073.2,1804.4,3070.4,1791.5,3069.3,1787.2z\"><\/path>\n\t<path id=\"XMLID_00000020364433699522389800000007544814305804567710_\" class=\"st0\" d=\"M3335.7,1793.2c2.5-17,14.9-31.5,25.3-44.1\n\t\tc1.9-2.3,4-3.3,6.1-3.6c-2.2-1-7.2,0.7-8.6,3.4c-1.9,3.7-5.8-1-9.5-1c-3.7,0-5.8-3-5.8-6.7c0-3.7-0.9-9.2-4.3-9\n\t\tc-3.4,0.3,1.1,4.2-0.2,6.2c-1.3,2-2.2-2.2-3.9-2.2c-1.7,0-3.7-2.7-3.7-7.7c0-5-3.7-4.5-3.7-10.2c0-5.7-7.7-10.2-12.1-10.2\n\t\tc-4.3,0,0.9,9,3,12c2.2,3,6.9,5.7,6.7,8c-0.2,2.2,3.2,8,5.8,9c2.6,1-1.5,9.7-1.5,16.7c0,7-4.7,5.7-8,10.2c-3.2,4.5,8.2,9,12.9,13.5\n\t\tc4.7,4.5-4.1,15.5-2.8,18c0.4,0.8,1.8,1.7,4,2C3335.5,1795.9,3335.5,1794.5,3335.7,1793.2z\"><\/path>\n\t<path id=\"XMLID_00000093872489829258426520000011547714825074149290_\" class=\"st0\" d=\"M3324.7,1798.2c-1.9-4.2,1.7-6.7-1.3-9.2\n\t\tc-3-2.5-4.5,1-7.7,2.7c-3.2,1.7-5.4-8.2-9.5-4.5c-4.1,3.7-0.4,5.2-4.9,9.7c-4.5,4.5-2.6,6-8,15.7c-5.4,9.7-23.9,15.2-26.7,20.4\n\t\tc-2.8,5.2-12.1,9.5-12.3,13.5c-0.2,4-5.9,6.8-2.6,12.2c2.6,4.2,6,1.2,8.8,4.5c0.9,1,1.7,1.4,2.6,1.6c3.6-3.1,7.6-5.6,12-7.4\n\t\tc0.8-4.6,4.1-8.6,10-8.3c2.2,0.1,2.6,0.2,4.6-2.2c2-2.4,3.5-5.3,5-8c3.8-7,7.1-14.1,12.5-20c2.8-3,6.1-3.8,9-3.1\n\t\tc0.5-0.8,0.8-1.7,0.8-2.9C3317.2,1807.4,3326.7,1802.4,3324.7,1798.2z\"><\/path>\n\t<path id=\"XMLID_00000164492467190577023150000000636151716704917648_\" class=\"st0\" d=\"M3357.9,1504.2c3.7,4,11,3.7,11.2-3.5\n\t\tC3369.3,1493.5,3354.6,1500.7,3357.9,1504.2z M3371.2,1491c2.4,1,10.1-2,10.1-6.2C3381.3,1480.5,3367.7,1489.5,3371.2,1491z\"><\/path>\n\t<path id=\"XMLID_00000166654699825424760090000006068520464322629308_\" class=\"st0\" d=\"M3227.8,1531.2c-0.6-4.2,31.6,19.9,28.1,22.6\n\t\tC3252.5,1556.5,3228.4,1535.2,3227.8,1531.2z\"><\/path>\n<\/g>\n<g id=\"europe\">\n\t<path id=\"XMLID_00000083048366465973835290000011017761558077027465_\" class=\"st0\" d=\"M2068.4,842.2c-1.5-0.4,0.8-10.2,0-12\n\t\tc-0.8-1.8-2.7-9.3-0.4-9.3c2.1,0-0.2-5.5,2.5-5.8c-0.6-1.9-1.2-3.6-1.8-4.1c-1.4-1.3-5.7,1.3-7.5-3.7c-1.7-5,0-5.7-2.6-9.6\n\t\tc-2.6-4-3.7-8-6.9-6.3c-1.5,0.8-5.7,0.7-10.1,0.4c-4.7,4.9-14.9,8.3-18,7c-3.9-1.7-11.3,0.5-16.9,0.5c-5.6,0-7.2-4.7-11.5-4.3\n\t\tc-4.3,0.3-4.3-4.5-8.6-4.5c-4.3,0-1-2.5-14.5-4.5c-13.5-2-25.1,6.1-29.4,10.5c-4.3,4.3-19.8,0.2-21.2,1.3c-1.4,1.2,0.3,6.3-4.9,8.6\n\t\tc-5.2,2.3-16.5,0-20.4,2c-3.9,2-5.3,8.6-2,8.3c3.3-0.3,5,1.5,4,3.1c-1,1.7,2.7,6.3,0.9,8.3c-1.9,2-2,5.8,0.3,7.8\n\t\tc2.3,2,2.7,5.7,0,6.2c-2.7,0.5,4.7,4.2,4.9,5.8c0.1,1.7,6.3,2.5,6.3,4.5c0,2,1.9,2.7,4.9,1.7c3-1,4.2,3.8,6,7.1\n\t\tc1.9,3.3,12.5,1,12.5-2.7c0-3.7,3.2-4.7,7.9-4.2c4.7,0.5,10.9,8,13.2,9c2.3,1,7-2,10-2c3,0,7.3-5.5,9-6.7c1.7-1.2,4.7,3.8,7.5,2.2\n\t\tc2.7-1.7,5.7-3.5,7.5-2.3c1.7,1.2-4.2,6.3-2.6,9c0.6,1.1,0.5,2.4,0.2,3.8c5.9-0.9,5.4-5.7,5.7-7.8c0.4-2.2,1.9-4.4,3.8-2.7\n\t\tc1.9,1.8,4.6,2.2,8.8,0c4.2-2.2,4.6-3.6,6.1-1.3c1.5,2.2,5,0.4,11.1,0.4c6.1,0,7.3-4.9,13-4.4c5.8,0.4,10.7-1.8,10.7-1.8l3.6,1.3\n\t\tc1.5-1.6,1.4-3.4,4.3-3.8c4.6-0.7,6.3,3.3,8.6,2c2.3-1.3,9.6,7.7,10.2,1.9C2073.4,849.8,2070,842.7,2068.4,842.2z M1906.8,799.4\n\t\tc3.4-1.5,11.2,0.5,13.1-1.5c1.9-2-4.9-4.5-7.3-6.8c-1.4-1.4-1.9-3.9-2.4-5.8c-1.1,0.9-2.6,1.6-3.9,0.8c-2.6-1.5-8.8-0.5-9.9,0\n\t\tc-1.1,0.5,0.9,4.7,0.9,7.5c0,2.7-2.8,3.5-2.8,5.2c0,1.3-1,2.3-2.3,3.9c1.9,1.6,3.7,3.2,5.6,3.2\n\t\tC1901.8,805.9,1903.4,800.9,1906.8,799.4z\"><\/path>\n\t<path id=\"XMLID_00000145028690547402004260000010632622584834523531_\" class=\"st0\" d=\"M1781.9,615.3c0.6,2,1.3,9-0.2,11.7\n\t\tc-1.5,2.7-0.9,3.5,0.6,4.5c1.5,1,2.2,3.5,2.2,5.5c0,2,1.1,1.7,1.3,6c0.2,4.2,1.1,7.2,2.4,9c1,1.4,0.8,3.5,0.3,5\n\t\tc1.8,1.5,3.8,3,5.6,3.8c4.5,1.9,6.1,3.3,6.4,5.2c0.3,1.9,4.2,5.2,5.1,2.6c1-2.6,3.5-1.1,5.4-1.1c1.9,0,2.2,2.6,2.6,4.1\n\t\tc0.3,1.5,4.8,0.8,6.4,1.9c1.6,1.1,2.2,5.2,4.5,6.7c2.3,1.5,4.2-1.9,5.8-0.7c1.6,1.1,5.8,2.2,8.3,1.1c2.6-1.1,4.2,1.1,7.4,0.8\n\t\tc3.2-0.4,7.4,1.1,8.3,2.2c0.5,0.6,3.2,1.2,5.7,1.6c0.6-1.5-0.6-6.2-0.4-7.4c0.2-1.2,7.7-9,9-10.7c1.3-1.7,3.2-1.7,4.3-4\n\t\tc1.1-2.2-3-9.5-3.9-11c-0.9-1.5-1.3-7.5-0.6-10c0.6-2.5-3.2-4-3.2-5.7c0-1.7,3.7-4.7,5.6-5.7c1.9-1,1.3-8-0.4-9.7\n\t\tc-1.7-1.7-2.6-5-1.5-8.5c1.1-3.5-6.5-6.2-7.5-6.2c-0.2,0-0.3-0.2-0.4-0.5c-6.7,1.4-23.9-0.6-25.2-1.2c-0.9-0.4-3-1.3-4.9-2.1\n\t\tc-0.9,1.6-2.6,3.2-5.3,3.2c-4.2,0-4.4-4.8-4.6-7c-0.1-2.2-16.8,1.8-21.2,7c-4.4,5.2-14.8,3.2-15.1,6c-0.2,2.1-1.8,3.1-2.8,2.5\n\t\tC1781.7,614.4,1781.7,614.9,1781.9,615.3z\"><\/path>\n\t<path id=\"XMLID_00000097480598056288589060000009691690831209480601_\" class=\"st0\" d=\"M1819.9,775.7c-0.4-2.2,5.8-12.5,7.3-12.5\n\t\tc1.3,0,1.8-9.9,1.2-15c-4.8-3.8-8.8-5.1-8.8-5.1s-12.8-0.7-15-1.7c-2.1-1-4.3,3.2-6.2,1.5c-1.9-1.7-4.7,0.5-4.3,3\n\t\tc0.4,2.5,4.5,4,4.5,7.7c0,3.7,8.1,9.2,7.9,11.2c-0.1,1.4,4.9,5.2,7.9,10.3c1.6,1.2,3.3,2.7,5,4.3\n\t\tC1819.8,777.5,1820,776.3,1819.9,775.7z\"><\/path>\n\t<path id=\"XMLID_00000113318574054333974310000005122932843879246489_\" class=\"st0\" d=\"M1806.6,764.6c0.2-2-7.9-7.5-7.9-11.2\n\t\tc0-3.7-4.1-5.2-4.5-7.7c-0.4-2.5,2.4-4.7,4.3-3c1.9,1.7,4.1-2.5,6.2-1.5c2.1,1,15,1.7,15,1.7s4,1.3,8.8,5.1c-0.1-1-0.3-1.9-0.5-2.4\n\t\tc-1.2-3.1,0-6.7-3.1-8c-1.6-0.7-2.3-3.9-2.5-6.8c-1.5,0.5-2.7,0.9-3.3,1.1c-2.6,0.7-8,0.4-9.9-2.6c-1.4-2.2-5.9-5.5-8.1-7\n\t\tc-0.9,0.9-4.3,4.3-5.8,4.5c-1.7,0.3-0.6,5.5-2.4,5.5c-1.7,0-3,3.5-3.4,5c-0.4,1.5-4.3-1-6-0.2c-1.2,0.5-4.9,1.2-6.8,1.5\n\t\tc0.3,2.3,0.2,4.8,1.7,4.8c2.6,0,7.3-0.3,7.5,3.7c0.1,4,6.3,12.8,8.6,15.8c2.3,3,7.5,2.3,7.7,4.8c0.3,2.5,4,4.8,8.3,5.2\n\t\tc1.2,0.1,2.6,0.9,4.1,2C1811.5,769.8,1806.5,766,1806.6,764.6z\"><\/path>\n\t<path id=\"XMLID_00000106861707081280173990000003808539424797624219_\" class=\"st0\" d=\"M1838.5,812.5c2.1-0.5,0.9-2.5,2.4-4.2\n\t\tc1.5-1.7,3.2-5.2,3.4-6.5c0-0.1,0.1-0.2,0.2-0.3c-2.9-2.5-5-4.4-5.6-7c-0.7-2.7,0-7.9,1.1-11.7c-1.7-1.4-6.8-5.5-8.4-5.5\n\t\tc-1.6,0-4.1,4.1-4.7,8.1c3.8,2.3,5.2,4,2.6,7c-2.7,3.2-3.3,13.8-0.3,16.6c2.9,2.7,3.7,8,6.5,9.6\n\t\tC1836.5,815.9,1837,812.8,1838.5,812.5z\"><\/path>\n\t<path id=\"XMLID_00000094615772285520640920000017039569222109651334_\" class=\"st0\" d=\"M1797.5,689.7c-2.6-3.3-9-3.3-9-3.3\n\t\ts-0.6,3.3-1.6,5.2c-0.8,1.6-5.5,1.5-8.4,0.6c-0.8,1.3-4.7,2.3-5.3,4.1c-0.6,2.2-5.4,1-3.9,7c1.5,6-2.4,4-3.9,3.2\n\t\tc-1.5-0.8-8.2,0.2-9.9,2.2c-1.7,2-4.1,1.5-5.6,0.5c-1.5-1-4.5-1.5-5.8,1c-1.3,2.5-3.7-2-5.6-1.7c-1.9,0.2-1.1,5-1.1,6c0,1,3,4,5,3\n\t\tc1.9-1,4.3,0.2,6,1.5c1.7,1.2,5-1,6-2.2c1.1-1.2,7.1-1.2,7.7-1.2c0.6,0,0.9,4,1.9,4.7c1.1,0.7,5.2,1.3,8.8,1.5\n\t\tc3.7,0.2,9,2.2,10.8,2.2c1.7,0,4.5-3.5,8.4-3.5c3.9,0,6-2.7,6.7-2.5c0,0,0,0,0,0c0.3-1.4,0.7-2.5,1.6-2.7c1.6-0.3,0.4-3.4,1.6-4.9\n\t\tc1.1-1.6-0.9-4.7,1.1-4.4c2,0.3,4.3,0.5,4.3-2.9c0-1.1,0.5-2.1,1.3-3c-2.2-3.6-3.8-9.4-3.8-9.4S1800.1,693.1,1797.5,689.7z\"><\/path>\n\t<path id=\"XMLID_00000063632789439013000540000008841680741836180890_\" class=\"st0\" d=\"M1859.8,699c-0.7-0.3-1.6-0.9-2.3-1.6\n\t\tc-2.7-0.7-5.3-1.6-6.1-2.5c-1.6-1.9-8-3-9-3.3c-1-0.4-7.1,6.7-9,6.7c-1.9,0-10.3,1.1-10.3,3.7c0,2.6-10.2,3-13.1,0\n\t\tc-0.5-0.5-0.9-1.1-1.3-1.8c-0.8,0.8-1.3,1.8-1.3,3c0,3.4-2.2,3.1-4.3,2.9c-2-0.3,0,2.9-1.1,4.4c-1.1,1.6,0,4.7-1.6,4.9\n\t\tc-0.8,0.1-1.3,1.3-1.6,2.7c0.7,0.4,2.3,4.2,2.3,4.2s-0.1,0.1-0.2,0.2c2.2,1.5,6.6,4.8,8.1,7c1.9,3,7.4,3.3,9.9,2.6\n\t\tc2.6-0.7,13.5-4.8,13.5-4.8s2.6,1.1,4.2,1.5c0.4,0.1,1.4,0.3,2.7,0.5c0.8-0.9,3.2-1.7,5.8-4.7c3-3.5,7.5-16,8.8-17\n\t\tc1.3-1,4.7-3.2,6.5-4.7C1862.1,701.3,1861.7,699.8,1859.8,699z\"><\/path>\n\t<path id=\"XMLID_00000175310371035557950460000005715439721970968474_\" class=\"st0\" d=\"M1820,673.4c-1.6-1.1-6.1-0.4-6.4-1.9\n\t\tc-0.3-1.5-0.6-4.1-2.6-4.1c-1.9,0-4.5-1.5-5.4,1.1c-1,2.6-4.8-0.7-5.1-2.6c-0.3-1.9-1.9-3.3-6.4-5.2c-1.8-0.7-3.8-2.2-5.6-3.8\n\t\tc-0.1,0.4-0.3,0.9-0.5,1.2c-0.9,1.5-3.9-1.2-5.2,0.3c-1.3,1.5-5.6,1.7-8,4.2c-2.4,2.5-7.3,3.7-10.1,4.5c-2.8,0.8-0.4,3.7,0.6,6\n\t\tc1.1,2.2,1.1,7.7,3.2,9.5c2.2,1.7,9.3,7,10.1,8.7c0.1,0.3,0.1,0.6-0.1,0.8c3,0.9,7.6,1,8.4-0.6c1-1.9,1.6-5.2,1.6-5.2s6.4,0,9,3.3\n\t\tc2.6,3.3,7.4,1.1,7.4,1.1s0.3,0.9,0.7,2.3c0.7-1.8,1.6-3.4,2.7-3.6c2.7-0.4,6.6-0.9,9.3-5.4c1.4-2.3,3.7-4.1,5.6-5.4\n\t\tC1821.9,676.9,1821.2,674.2,1820,673.4z\"><\/path>\n\t<path id=\"XMLID_00000100353393734008354300000005308738149518035867_\" class=\"st0\" d=\"M1845.9,681.2c-3.2,0.4-4.8-1.9-7.4-0.8\n\t\tc-2.6,1.1-6.7,0-8.3-1.1c-1.6-1.1-3.5,2.2-5.8,0.7c-0.5-0.3-0.9-0.8-1.3-1.3c-1.9,1.2-4.2,3.1-5.6,5.4c-2.7,4.5-6.5,4.9-9.3,5.4\n\t\tc-1.1,0.2-2,1.8-2.7,3.6c0.9,2.6,2.5,6.9,4.4,8.9c2.9,3,13.1,2.6,13.1,0c0-2.6,8.3-3.7,10.3-3.7c1.9,0,8-7.1,9-6.7\n\t\tc1,0.4,7.4,1.5,9,3.3c0.8,0.9,3.4,1.8,6.1,2.5c-1.1-1.2-2-2.6-2-3.9c0-2,3.2-7.2,4.3-8.2c0.1-0.1,0.1-0.2,0.2-0.3\n\t\tc-2.5-0.4-5.2-1-5.7-1.6C1853.3,682.3,1849.1,680.8,1845.9,681.2z\"><\/path>\n\t<path id=\"XMLID_00000003103195676126944640000013742136199599264908_\" class=\"st0\" d=\"M1581.6,793.7c2.8-3.2-2.4-2-2.4-4.5\n\t\tc0-2.4-3.5-3.2-5.9-1.2c-2.4,2-1.7,0-3.8,0c-1.5,0-3.8,0.4-5.1-0.3c0,0.1,0,0.1,0,0.2c0.5,2.8,0.7,4.6,0.1,7.4\n\t\tc-0.3,1.5-1,2.9-1.7,4.3c-0.9,1.9-2.6,3.3-4.4,4.2c0.1,1.1,0.2,2.3,0.3,3.4c0.2,3.5-1.6,6.6-4.2,8.6c-0.9,2.5-1.9,4.7-2.8,6\n\t\tc-3.7,5-0.1,6.3,3.7,9.8c3.9,3.5,1.3,16.1,1.3,19.1c0,3,3.4,2.2,7.5,2.2c2.4,0,5.1-1.2,7.7-1.8c-0.8-1.4-1.4-2.8-1.4-3.7\n\t\tc0-2.4,0-6.1,3.8-6.9c3.8-0.8-1.1-4.5-2.1-5.7c-1-1.2,0.4-6.1,2.4-6.1c2.1,0,0-2.8-2.8-6.1c-2.8-3.2,0-4.4,2.4-4.4\n\t\tc2.4,0-0.7-4.9,1.7-7.7c2.4-2.8-0.7-8.1-0.7-10.5C1575.3,797.7,1578.8,796.9,1581.6,793.7z\"><\/path>\n\t<path id=\"XMLID_00000000223146513649985920000012859209228739419786_\" class=\"st0\" d=\"M1713.6,628.2c0.8-1.5,0.5-4.4-0.3-7.6\n\t\tc-0.4,1.2-1.2,2-2.4,1.1c-0.4-0.3-0.8-0.4-1.3-0.6c-2,2.7-5,4.6-8.3,4.3c-1.4-0.1-2.8-0.1-4.2-0.2c-0.8,1.7-0.8,3.6,0,4.6\n\t\tc1.4,1.7-2.8,2.7-4.2,1.2c-0.4,0.9-0.8,1.8-1.3,2.6c-0.4,0.7-1.3,1.9-2.1,2.8c-0.5,3.6-3.1,6.7-6.4,8.2c-1.2,3.3-4.8,6.1-7.3,7.8\n\t\tc-0.5,0.3-1,0.7-1.5,1c1.6,0.9,2.9,1.4,3.5,1.4c2.6,0,7.5-1.5,9.2-3.6c1.8-2,4.8-1,6.6,1c1.8,2,4.4,2.5,7,5.6\n\t\tc0.7,0.8,1.4,1.5,2.1,2.1c0.2-2.1,0.3-6.4,1.1-8.6c0.9-2.3-0.9-5.3,0.6-5.3c1.4,0,5.5,0,5.5-3c0-3,1.2-2,2-3.7c0.9-1.7-2.6-5-3.2-6\n\t\tC1708.1,632.5,1711.3,632.1,1713.6,628.2z\"><\/path>\n\t<path id=\"XMLID_00000028286951892723265350000000920626686818769290_\" class=\"st0\" d=\"M1703.3,670.6c-1.9,1.2-3.7,3.9-3.4,9.5\n\t\tc1.9-0.1,4.5,0.2,6.4,0.8c-0.5-6.1-2.5-8.1-3.1-9.3C1703.1,671.4,1703.1,671,1703.3,670.6z\"><\/path>\n\t<path id=\"XMLID_00000127037737493521621250000000926193503478616963_\" class=\"st0\" d=\"M1669.1,658.2c0.2,1.7,2.6,6,3.4,4.2\n\t\tc0.9-1.7,3,2.2,4.9,3.5c1.9,1.2,5.8,2.7,6,4.2c0.2,1.5,0.9,4.7,2.8,3.7c1.9-1,4.3-4.5,4.3-2.5c0,2,0.6,5.7,2.8,5.2\n\t\tc2.2-0.5,2.8,4.2,5,3.7c0.4-0.1,0.9-0.1,1.5-0.2c-0.3-5.6,1.5-8.3,3.4-9.5c0.4-1,1.7-2,1.9-3.3c0.3-1.7-2.9-5-2.6-7\n\t\tc0-0.1,0-0.2,0-0.4c-0.7-0.6-1.4-1.3-2.1-2.1c-2.6-3-5.3-3.5-7-5.6c-1.8-2-4.8-3.1-6.6-1c-1.8,2-6.6,3.6-9.2,3.6\n\t\tc-0.6,0-1.9-0.6-3.5-1.4c-2.1,1.4-4.3,2.7-6.5,3.2C1668.3,657.4,1668.9,657,1669.1,658.2z\"><\/path>\n\t<path id=\"XMLID_00000012436459676485720280000004795968083231138954_\" class=\"st0\" d=\"M1917.6,740.2c-2-0.3-4.6-1.3-3.7-2.7\n\t\tc0.1-0.1,0.2-0.3,0.3-0.4c-2.7-2.5-3.4-10.7-1.7-12.7c2.2-2.5-3.5-12.2-6.1-15.7c-1.2-1.7-3.9-7.2-6.4-12.7\n\t\tc-2.3,0.9-4.3,1.8-4.7,2.6c-0.9,1.7-3.7,3.3-5.5,3.3c-1.7,0-3.4-1-4.9,0.7c-1.4,1.7-3.4,2.3-4.3,1.3c-0.9-1-3.7-2-5.7-2\n\t\tc-2,0-8.3-2-9.7-2c-0.9,0-2.2,0.1-3.7,0.4c0.3,0.7,0.1,1.6-0.9,2.5c-1.7,1.5-5.2,3.7-6.5,4.7c-1.3,1-5.8,13.5-8.8,17\n\t\tc-3,3.5-5.8,4-6,5.2c-0.2,1.3,3.4,4.5,3.4,6.5c0,2,0.9,4,3.2,4c2.4,0-0.2,6.5,1.3,7c1.5,0.5,10.8,1.2,10.8,3.7c0,1.9,1,3.6,0.6,4.9\n\t\tc2.6,0.5,4.5,4.6,5.5,4.3c1.2-0.3,8.9,1.7,10.3,1.3c1.4-0.3,8,0,10.3,0.3c2.3,0.3,4.9-1,6.9-3.3c2-2.3,9.2-2.7,11.5-2.3\n\t\tc2.3,0.3,6.9,1,7.7,2.7c0.5,0.9,3.2,2.2,5.9,3.2c0.3-1.6-0.1-3.8,0-5.9c0.1-3.5,1.9-8.8,4.9-9.1c3-0.3,5.5-0.3,5-6.1\n\t\tc0-0.2,0-0.3,0-0.5c-1.5-1.5-3-2.8-3.4-2.8C1921.9,737.5,1918.4,740.3,1917.6,740.2z\"><\/path>\n\t<path id=\"XMLID_00000162335669402223765320000017125147560800685463_\" class=\"st0\" d=\"M1921.6,705c-1.2-4.3-4.9-6-6.9-6\n\t\tc-2,0-5.4-5.3-7.7-5c-1.2,0.2-4.3,1.1-7.1,2.1c2.5,5.5,5.2,11,6.4,12.7c2.6,3.6,8.3,13.2,6.1,15.7c-1.7,2-1,10.1,1.7,12.7\n\t\tc1.2-1.9,5.5-8.1,5.5-9.9c0-2,0.3-6,3.7-5c3.4,1,6.6,2.7,6.6,1.3c0-1.3-0.9-5.6-2.3-7.3C1926.2,714.6,1922.8,709.3,1921.6,705z\"><\/path>\n\t<path id=\"XMLID_00000126318234729488361160000002505248649903742143_\" class=\"st0\" d=\"M1903,756.2c-2.3-0.3-9.5,0-11.5,2.3\n\t\tc-2,2.3-4.6,3.7-6.9,3.3c-2.3-0.3-8.9-0.7-10.3-0.3c-1.4,0.3-9.2-1.7-10.3-1.3c-1,0.3-2.9-3.8-5.5-4.3c-0.1,0.4-0.4,0.7-0.8,1.1\n\t\tc-1.9,1.5-2.2,5.5,0,7.7c2.1,2.2,5,7.2,3,7.2c-1.9,0-3.4,3-3.2,4.5c0.2,1.5-0.6,4.7,0,5.5c0.7,0.7,5.2,5.7,5.4,7.2\n\t\tc0.2,1.3,2,2,1.9,3.2c3.6-0.3,11.3-0.8,13,0.2c2.3,1.3,10.3,2,10.3,2c2.3,0,4.3-1,3.7-2.7c-0.5-1.4,2.5-2.3,4.7-2.6\n\t\tc-0.4-1.5-0.6-2.8-0.1-3.1c1.1-0.5,7.3-1.5,9.9,0c1.3,0.8,2.8,0,3.9-0.8c-0.3-1.4-0.7-2.5-1.3-2.6c-1.6-0.3-4-8-2-8.5\n\t\tc2-0.5,4.6-8.5,7.7-9.6c1.3-0.5,1.8-1.3,2-2.4c-2.7-1.1-5.4-2.4-5.9-3.2C1909.8,757.2,1905.2,756.5,1903,756.2z\"><\/path>\n\t<path id=\"XMLID_00000131340963529782495480000015240417524931769523_\" class=\"st0\" d=\"M1844.5,801.5L1844.5,801.5\n\t\tc0.1-0.1,0.2-0.1,0.4-0.2c0,0,0,0,0.1,0c0.2,0,0.3-0.1,0.5-0.1c0,0,0.1,0,0.1,0c0.8-0.1,2,0,3.1-0.1c0.1,0,0.2,0,0.2,0\n\t\tc0.3,0,0.5,0,0.8-0.1c0.1,0,0.2,0,0.3,0c0.3,0,0.7-0.1,1-0.2c2.6-0.8,3.2-4,4.5-3.2c1.3,0.7,8.2-3.3,9-4.8c0.1-0.2,0.2-0.3,0.2-0.5\n\t\tc0.1-1.2-1.7-1.8-1.9-3.2c-0.2-1.5-4.7-6.5-5.4-7.2c-0.1-0.2-0.2-0.4-0.2-0.8c0,0,0-0.1,0-0.1c0-0.4,0-0.8,0-1.2\n\t\tc-6.7,1.1-16.7,3.5-16.7,3.5s-0.2-0.2-0.6-0.5c-1,3.8-1.7,9-1.1,11.7C1839.5,797.1,1841.6,798.9,1844.5,801.5z\"><\/path>\n\t<path id=\"XMLID_00000008119168987700542790000010659867837913982879_\" class=\"st0\" d=\"M2009.3,708.5c1.5-0.2,6-6,7.5-6\n\t\tc1.5,0,8,1.5,8,0.3c0-1.2,2.2-5.5,1.7-6.7c-0.4-1.2-2.6-3-2.1-4.2c0.4-1.2,3.4-1.2,3.4-2.7c0-1.5-2.4-2.2-2.4-3.2\n\t\tc0-1,3-2.7,2.8-4.7c-0.2-2-2.8-2.2-5.6-4c-2.8-1.8-5.6-1-8.2-2.5c-2.6-1.5-8-0.5-8-1.5c0-1-3.4-4.2-4.3-6c-0.9-1.7-3.7-0.7-5.4,0.5\n\t\tc-1.7,1.3-3.2,1.7-5,0.5c-1.7-1.3-3.2-3.2-4.7-2.5c-1.5,0.7-4.3,0.3-3.7-2.2c0.6-2.5-2.8-8-4.3-8.7c-1.5-0.8-6,0.5-7.1-2\n\t\tc-1.1-2.5-3-4.5-2.2-6.2c0.9-1.7-0.2-6.5-1.3-8.5c-1.1-2-6.5-1.7-8-1c-1.5,0.7-5-0.7-6.5,0.2c-1.5,1-2.4,2.7-4.5,2.7\n\t\tc-1.2,0-2-0.2-2.7-1.3c-2.3,1.2-6.2,1.5-6.2,1.5s-5.7,5.3-5.7,7.3c0,2-0.3,5.3-1.7,3.7c-1.4-1.7-7.5-1.7-8.9-0.7\n\t\tc-1.4,1-3.7-4-6.3-2.3c-2.6,1.7-6-2.3-6.3-0.7c-0.3,1.7-4,0.3-6.6-1c-2.6-1.3-7.2,0.7-8.9-1.7c-1.7-2.3-12.9-2.3-16.6-2.3\n\t\tc-3.7,0-4.6,2.3-6.3,4.3c-1.6,1.8-3.4,1.4-5.2,1.3c0.2,1.7,0.4,3.2,0.8,3.8c0.9,1.5,4.9,8.7,3.9,11c-1.1,2.2-3,2.2-4.3,4\n\t\tc-1.3,1.7-8.8,9.5-9,10.7c-0.2,1.3,1.3,6.7,0.2,7.7c-1.1,1-4.3,6.2-4.3,8.2c0,2,2.4,4.7,4.3,5.5c0.8,0.3,1.3,0.8,1.6,1.3\n\t\tc1.5-0.2,2.9-0.4,3.7-0.4c1.4,0,7.7,2,9.7,2c2,0,4.9,1,5.7,2c0.9,1,2.9,0.3,4.3-1.3c1.4-1.7,3.2-0.7,4.9-0.7c1.7,0,4.6-1.7,5.5-3.3\n\t\tc0.9-1.7,9.5-4.3,11.8-4.7c2.3-0.3,5.7,5,7.7,5c2,0,5.7,1.7,6.9,6c1.2,4.3,4.6,9.6,6,11.3c1.4,1.7,2.3,6,2.3,7.3\n\t\tc0,1.3-3.2-0.3-6.6-1.3c-3.4-1-3.7,3-3.7,5c0,2-4.9,9-5.7,10.3c-0.9,1.3,1.7,2.3,3.7,2.7c0.9,0.1,4.3-2.7,5.5-2.7\n\t\tc0.5,0,1.9,1.3,3.4,2.8c-0.3-5.2,0.6-4.9,4.6-8.4c4.2-3.7,4.6-10.5,8.3-11.3c3.7-0.8,5.3-2.8,10.8-1.8c5.5,1-2.7,5,1,7.3\n\t\tc3.7,2.3,15.2-0.7,15.8,2.7c0.6,3.3-13.2,6.7-12.9,8.3c0.3,1.7,7.3,3.3,9.8,5.1c2.4,1.8-0.7,7,0.4,8.7c1.2,1.7,4.9,0.3,7.9-2.2\n\t\tc3-2.5,5.4-1.7,9.3-4.7c3.9-3,11.9-0.3,12.9-2.2c1-1.8-2.3-3.7-9.8-3c-7.5,0.7-7.9-7.5-7.9-9.2c0-1.7,7.7-8.5,12.2-9\n\t\tc4.5-0.5,8-2,12.3-4.3c1.7-0.9,4.8-1.9,7.9-2.6C2008.7,711.5,2008.1,708.7,2009.3,708.5z\"><\/path>\n\t<path id=\"XMLID_00000054985550952515437970000010229193925072603541_\" class=\"st0\" d=\"M1950.6,613.8c-1.7-0.5-2.8-5-5.6-6.2\n\t\tc-2.8-1.2-2.1-5.2-4.5-7c-2.4-1.7-0.9-5.2-1.1-8c-0.2-2.7,0.4-7-0.9-7.7c-1.3-0.7-6.7-4.2-9-3c-2.4,1.2-4.1,2.2-5.2,0\n\t\tc-1.1-2.2-2.6-3.5-4.9-2.7c-2.4,0.7-3.9-0.5-5.2-1.7c-0.2-0.2-0.4-0.5-0.5-0.8c-1,0.2-2.2,0.7-3,1.4c-1.4,1.3-1.7,4-3.7,4\n\t\tc-2,0-4.3-1-6.6,1c-2.3,2-2.9,4.3-2.6,6c0.3,1.7,0.6,4.3-1.1,4.3c-1.7,0-1.4,2.3-3.2,3c-1.7,0.7-4.6,3.7-4.9,5.3\n\t\tc-0.3,1.7-0.3,5.3-1.4,5.3c-1.1,0-5.2,0.7-6.3,2.3c-1.1,1.7-2.6,3.3-4.9,2.7c-1.2-0.3-4.3-0.5-7.1-0.6c0,0.3,0,0.6-0.1,1\n\t\tc-1.1,3.5-0.2,6.7,1.5,8.5c1.7,1.7,2.4,8.7,0.4,9.7c-1.9,1-5.6,4-5.6,5.7c0,1.7,3.9,3.2,3.2,5.7c-0.4,1.4-0.4,4-0.2,6.2\n\t\tc1.8,0.1,3.6,0.5,5.2-1.3c1.7-2,2.6-4.3,6.3-4.3c3.7,0,14.9,0,16.6,2.3c1.7,2.3,6.3,0.3,8.9,1.7c2.6,1.3,6.3,2.7,6.6,1\n\t\tc0.3-1.7,3.7,2.3,6.3,0.7c2.6-1.7,4.9,3.3,6.3,2.3c1.4-1,7.5-1,8.9,0.7c1.4,1.7,1.7-1.7,1.7-3.7c0-2,5.7-7.3,5.7-7.3\n\t\ts3.9-0.2,6.2-1.5c-0.5-0.9-1-2.3-1.4-4.7c-1.1-5.5-2.8-8.7-1.5-10.5c1.3-1.7,5,2.2,6.9,1.2c1.9-1,5.4-3,5-5.2\n\t\tC1955.5,617.3,1952.3,614.3,1950.6,613.8z\"><\/path>\n\t<path id=\"XMLID_00000127021122169998781640000005327308275863219375_\" class=\"st0\" d=\"M1866.4,573.6c2.6,0,8.8,1.5,12.3,0\n\t\tc3.5-1.5,3.5,3.1,5.7,2.5c2.2-0.5,6.6,3,9.2,5.6c1.4,1.4,3.1,2.4,4.9,3.7c0.4-0.8,1-1.7,1.9-2.4c2.3-2,4.6-1,6.6-1\n\t\tc2,0,2.3-2.7,3.7-4c0.8-0.7,2.1-1.2,3-1.4c-0.8-1.8-0.8-5.4-2.1-6.9c-1.5-1.7-3.7-4.7-3-6.5c0.6-1.7,0.6-4.2-1.1-6.2\n\t\tc-0.8-0.9-1.3-1.9-1.6-2.9c-3.5-0.5-8.2-1.1-9.3-0.7c-1.7,0.7-8.6-5.7-9.8-6.7c-0.8-0.7-5.9-0.3-10.5,0.2\n\t\tc-2.6,3.4-0.7,5.9-0.9,11.1c-0.1,5.3-5.2,4.3-7.9,4.3c-2.7,0-7.2-9.5-8.6-11.6c-1.4-2.2-6,2.7-9.3,5c-3.3,2.3-1.6,6.8-3.9,9\n\t\tc-2.3,2.2-3.7,5.8-1.4,10.6c0.1,0.2,0.2,0.4,0.2,0.6c2.9-0.3,5.9-0.9,7.7-2.3C1855.4,571,1863.8,573.6,1866.4,573.6z\"><\/path>\n\t<path id=\"XMLID_00000157271202275828886500000014291653477526244517_\" class=\"st0\" d=\"M1850.1,591.8c1.1,1.7,4.5,3.2,5.8,2.5\n\t\tc1.3-0.7,5.4,1.7,5.4,3.7c0,2-1.1,8,0,8c1,0,7.2,2.2,7.6,5.2c2.8,0.1,5.9,0.2,7.1,0.6c2.3,0.7,3.7-1,4.9-2.7\n\t\tc1.1-1.7,5.2-2.3,6.3-2.3c1.2,0,1.2-3.7,1.4-5.3c0.3-1.7,3.2-4.6,4.9-5.3c1.7-0.7,1.4-3,3.2-3c1.7,0,1.4-2.7,1.1-4.3\n\t\tc-0.2-1,0-2.3,0.7-3.5c-1.8-1.2-3.5-2.3-4.9-3.7c-2.6-2.5-7-6.1-9.2-5.6c-2.2,0.5-2.2-4.1-5.7-2.5c-3.5,1.5-9.7,0-12.3,0\n\t\tc-2.6,0-11-2.5-14,0c-1.8,1.5-4.8,2.1-7.7,2.3c2,4.6,1.2,9.3-1,12.2c-1.6,2-0.7,2.3,0.5,3.1C1846.5,591,1849.2,590.4,1850.1,591.8z\n\t\t\"><\/path>\n\t<path id=\"XMLID_00000080182402893511868600000011129812141140028302_\" class=\"st0\" d=\"M1742.5,717.5c-1.9,1-5-2-5-3\n\t\tc0-0.7-0.4-3.2,0-4.7c-1.6-1-3.9-2.2-5.6-2.8c-2.9-1-4.3-1-6.6,0.3c-1.5,0.8-5.5,0.6-8.2,0.3c-0.2,1-0.6,1.7-1.3,1.7\n\t\tc-1.9,0-4.5,2.2-5,4.7c-0.4,2.5-4.9,4.5-6.2,9c-1.3,4.5-0.6,6.5,1.3,3.7c1.9-2.7,4.3-1.7,4.3,0.5c0,2.2,2.6,2.5,1.7,5.5\n\t\tc0,0.1,0,0.1,0,0.2c2.9-0.3,7-0.7,8.3-0.7c2,0,4-7.3,4.9-8c0.9-0.7,3.2,5.3,5.5,7.7c2.3,2.3,2.6-2,2.6-4c0-2,2-2.7,3.4-2.3\n\t\tc1.4,0.3,4.6,1,4.6-1.3c0-2.3,1.7-1.3,2.9-1.3c1.1,0,1.4-2.7,1.4-2.7l1.9-2C1745.8,717.3,1744,716.7,1742.5,717.5z\"><\/path>\n\t<path id=\"XMLID_00000146487324849640981700000006298374316309052590_\" class=\"st0\" d=\"M1713.6,628.2c-2.3,4-5.4,4.3-4.9,5.3\n\t\tc0.6,1,4,4.3,3.2,6c-0.9,1.7-2,0.7-2,3.7c0,3-4,3-5.5,3c-1.4,0,0.3,3-0.6,5.3c-0.9,2.3-0.9,7-1.2,9c-0.3,2,2.9,5.3,2.6,7\n\t\tc-0.3,1.7-2.6,3-2,4.3c0.5,1.3,2.6,3.2,3.1,9.3c1,0.3,1.8,0.8,2.2,1.3c1.3,2,3.4,3.5,6.2,3.5c2.8,0,3.9,2.2,5.2,2\n\t\tc1.3-0.2,4.7,1,1.9,3.7c-2.8,2.7-3.2,6-3.9,9.2c-0.4,2.1-0.4,5-0.8,6.8c2.7,0.3,6.8,0.5,8.2-0.3c2.3-1.3,3.7-1.3,6.6-0.3\n\t\tc1.7,0.6,4,1.9,5.6,2.8c0.2-0.7,0.5-1.2,1.1-1.3c1.9-0.2,4.3,4.2,5.6,1.7c1.3-2.5,4.3-2,5.8-1c1.5,1,3.9,1.5,5.6-0.5\n\t\tc1.7-2,8.4-3,9.9-2.2c1.5,0.7,5.4,2.7,3.9-3.2c-1.5-6,3.2-4.7,3.9-7c0.6-2.2,6.2-3.2,5.4-5c-0.9-1.7-8-7-10.1-8.7\n\t\tc-2.1-1.7-2.1-7.2-3.2-9.5c-1.1-2.2-3.4-5.2-0.6-6c2.8-0.7,7.7-2,10.1-4.5c2.4-2.5,6.7-2.7,8-4.2c1.3-1.5,4.3,1.2,5.2-0.3\n\t\tc0.9-1.5,1.5-4.5,0.2-6.2c-1.3-1.7-2.2-4.7-2.4-9c-0.2-4.2-1.3-4-1.3-6c0-2-0.6-4.5-2.2-5.5c-1.5-1-2.1-1.7-0.6-4.5\n\t\tc1.5-2.7,0.9-9.7,0.2-11.7c-0.1-0.4-0.1-0.9,0-1.4c-0.4-0.2-0.7-0.6-0.8-1.4c-0.4-2.7-2-3.7-5.7-3.7c-3.7,0,2.3-4.3,0.9-6.5\n\t\tc-1.4-2.2-5.2,4-8.6,2.7c-3.4-1.3-7.9,4.7-10.9,7.3c-3,2.7-7.3-0.5-5-4.3c2.3-3.8,0-3.5-3.4-2c-3.4,1.5-7.6-0.3-7.2-4\n\t\tc0.1-0.9-0.1-1.8-0.6-2.6c-1.7,0.3-3,0.3-3.6,0.1c-1.5-0.6-5-0.9-8.9-1c1.1,1.9,2.4,3.8,1.7,5.3c-1.3,2.8,0.7,5.5,2.6,9.6\n\t\tc1.9,4.2-4,1.8-4.2,4.5c-0.1,2.7-5.4-0.2-7.2-1.2c-1.7-1-7.5-0.3-7.3,1.3c0.1,0.7,0,1.6-0.3,2.4\n\t\tC1714.1,623.7,1714.4,626.7,1713.6,628.2z\"><\/path>\n\t<path id=\"XMLID_00000014610803140463482600000010821982992507804092_\" class=\"st0\" d=\"M1942.6,458.6c-3.7-5-12-8.3-12.3-11\n\t\tc-0.3-2.7,6.3-3,6-6.3c-0.3-3.3-3.7-3.3-5.2-6c-1.4-2.7,1.7-4.3,1.4-5.7c-0.3-1.3-4.6-2-4.9-3.7c-0.3-1.7,2.9-1.3,2.3-3.3\n\t\tc-0.6-2-3.4-5.7-1.4-8.7c2-3,6.3,0,3.2-6.6c-3.2-6.6-8-15-9.2-17c-1.1-2,1.2-5.3,2.9-6.6c1.7-1.3,6-6.3,6-8.3c0-2-5.5-7.3-6.9-8.3\n\t\tc-1.4-1-4.6-0.7-6-4c-1.4-3.3-2.9-4.3-1.4-6.3c1.4-2,1.4-4,1.4-6c0-2,3.2-0.3,3.7-3.3c0.3-1.4,1.1-2.9,2.1-4.1c0-2.3,0.2-4.7,0-6.3\n\t\tc-0.5-3.2-8.3-4.3-10.1-8c-1.9-3.7-6.5-2.1-7.8,0c-1.4,2.1-9.7-0.5-9.7,2.7c0,3.2-6,3.7-6,7.5c0,3.7,2.8,10.1-1.8,9.6\n\t\tc-4.6-0.5-1.4,2.1-4.1,6.4c-2.8,4.3-2.8-2.7-5.5-1.6c-2.8,1.1-6-3.2-7.4-0.5c-1.4,2.7-6,0.5-10.6-0.5c-4.6-1.1-6.9-8.5-10.6-9.1\n\t\tc-2.4-0.3-5.1,1.9-6.4,5.5c3.6,2.7,5.9,6.5,10.6,8.9c5.1,2.7,14.3,5.9,13.8,9.6c-0.5,3.7-1.9,9.1,0.5,10.7\n\t\tc2.3,1.6-0.5,8.5,2.3,10.1c2.8,1.6,1.8,9.6-0.5,9.6c-2.3,0,0.5,4.3,1.9,5.9c0.6,0.7,1.1,2.9,1.4,5.5c2.8,0.8,5.4,2.5,7.8,3.7\n\t\tc3.9,2,3.3,5.1,3.4,8.6c0.1,3.5,0.3,5.5-1.7,4c-2-1.5-4.2,0-5.3,5c-1.1,5-6.6,11-9.9,11.3c-3.3,0.3-3,4.3-5.7,5.2\n\t\tc-1.6,0.5-3.2,1.4-4.2,2.7c-0.2,0.7-0.5,1.4-0.9,2c-0.1,0.4-0.1,0.9-0.1,1.4c0.1,3.3-3.7,3.8-6.4,3.8c-0.4,0.1-0.8,0.2-1.3,0.3\n\t\tc-1.7,1.1-1.5,5.6-3.4,6.9c-2.1,1.5-1.7,3.5,0.3,6.5c2,3,0.3,5.7,1,7.8c0.7,2.2,3.9,7.1,1.7,12.6c-2.1,5.5-4.4,12.3-2.6,11.6\n\t\tc1.9-0.7,6.2,4.5,9,4.2c2.9-0.3,3.2,4.6,5.9,3.7c2.7-1,2.7,3,10.6,2.7c7.9-0.3,23.8-8,30.1-8c3.6,0,6.4-0.5,8.7-1.1\n\t\tc1.4-2.4,3-4.9,4.6-6.8c4-4.7,12.6-8,14.9-14c2.3-6,12.6-10.6,14.4-16C1946,464.9,1946.3,463.6,1942.6,458.6z\"><\/path>\n\t<path id=\"XMLID_00000137827439145280044060000002587588733815087544_\" class=\"st0\" d=\"M1710.8,714c0.4-2.5,3-4.7,5-4.7\n\t\tc1.9,0,1.5-5.2,2.2-8.5c0.6-3.2,1.1-6.5,3.9-9.2c2.8-2.7-0.6-4-1.9-3.7c-1.3,0.3-2.4-2-5.2-2c-2.8,0-4.9-1.5-6.2-3.5\n\t\tc-1.3-2-8-2.5-10.1-2c-2.2,0.5-2.8-4.2-5-3.7c-2.2,0.5-2.8-3.2-2.8-5.2c0-2-2.4,1.5-4.3,2.5c-1.9,1-2.6-2.2-2.8-3.7\n\t\tc-0.2-1.5-4.1-3-6-4.2c-1.9-1.2-4.1-5.2-4.9-3.5c-0.9,1.7-3.2-2.5-3.4-4.2c-0.1-1.2-0.8-0.8-1.2-1.5c-0.7,0.2-1.5,0.3-2.2,0.2\n\t\tc-3.4-0.2-6.5,3-5.9,9.7c0.6,6.6-4.2,7.3-10,7.8c-5.9,0.5-3.9,5.8-6.3,8c-2.4,2.2-11-1.2-12.2-4.8c-1.2-3.7-8.9,0-5.6,4.3\n\t\tc3.3,4.3,3.2,10.3,1.3,12c-1.9,1.7-5.9-2.7-8.5-0.5c-2.6,2.2-2.7-2-5.9-3.3c-3.2-1.3-4.5,1.7-9.5,1.2c-5-0.5-7.9,2.8-6,5.3\n\t\tc1.9,2.5-0.3,4.8,1.1,7c0.8,1.1,2.9,1.6,5.5,2.2c2-0.6,4.3-0.7,6.1-0.2c2.4,0.7,4.4,2.3,5.9,4.4c1.5,0.1,2.5-0.2,3.9,1\n\t\tc2.4,2.2,3,0.8,3.2,5c0,0.2,0,0.4,0.1,0.6c1,0.8,1.9,1.9,2.6,3.3c0.7,1.3,1.4,2.8,2,4.4c0.9,0.6,1.8,1.1,2.9,1.4\n\t\tc4.7,1.5,1.1,5.2,2.6,8.8c0.4,1,0.4,2.2,0.2,3.5c0.7,1.7,1.3,3.4,1.6,5c0.8,4.3-0.4,8.7-3.5,11.3c-0.8,5.8-2.7,13-4.3,13.9\n\t\tc-0.1,0.1-0.4,0.1-0.6,0.1c2.2,1.2,4.4,2.3,5.5,3.2c2.1,1.6,6.6,3.2,9.4,5.3c2.8,2,7.7,1.6,7.7-0.8c0-2.4,2.8-0.8,4.5,1.2\n\t\tc1.7,2,8.4,2.4,11.5,3.2c2.7,0.7,6.5,0.2,10,0.3c-0.1-0.9-0.3-1.9-0.6-2.9c-1.7-6.5,3.3-10.3,8-11.1c4.7-0.8,15.1,2.5,17.8,4.5\n\t\tc2.7,2,6.5,1.5,11.2-4.3c2.4-2.9,4.3-4,6.1-4.6c0.1-1.3,0.7-2.6,1.1-3.8c0.6-2-2.4-1.5-4.5-1.7c-2.2-0.3-3.7-2.7-2.2-5.5\n\t\tc1.5-2.7-1.3-3-2.8-5.7c-1.5-2.7,0.6-2,1.9-2.7c1.3-0.7,3-3.7,1.9-4.5c-1.1-0.8-1.9-2.5-1.1-5.5c0.9-3-1.7-3.2-1.7-5.5\n\t\tc0-2.2-2.4-3.2-4.3-0.5c-1.9,2.7-2.6,0.7-1.3-3.7C1705.9,718.5,1710.4,716.5,1710.8,714z\"><\/path>\n\t<path id=\"XMLID_00000171703099559918214840000000948227966421747122_\" class=\"st0\" d=\"M1735.2,772.4c-1.6-0.2-2,3.2-6,6\n\t\tc-4,2.8,0,15.6,4,15C1737.4,792.7,1736.8,772.6,1735.2,772.4z\"><\/path>\n\t<path id=\"XMLID_00000066490907812851973680000005111656444293113252_\" class=\"st0\" d=\"M1675,780.7c-3.5-0.1-7.3,0.3-10-0.3\n\t\tc-3.1-0.8-9.8-1.2-11.5-3.2c-1.7-2-4.5-3.6-4.5-1.2c0,2.4-4.9,2.8-7.7,0.8c-2.8-2-7.3-3.6-9.4-5.3c-1.1-0.8-3.4-1.9-5.5-3.2\n\t\tc-2.9,0.7-11.3-2.9-16.8-2.1c-5.9,0.8-24.7-1-32-0.3c-7.3,0.7-7.7-3.5-11.8-3.5c-3.7,0-2.6,4.7-6.8,5.7c0.6,1.8,0.7,3.7,0.4,5.5\n\t\tc1.5,1.3,2.5,2.5,3.8,4.5c1.6,2.4,1.7,5.7,1.1,8.4c-0.1,0.2-0.1,0.5-0.2,0.7c0.1,0.2,0.1,0.5,0.2,0.7c1.2,0.6,3.6,0.3,5.1,0.3\n\t\tc2.1,0,1.4,2,3.8,0c2.4-2,5.9-1.2,5.9,1.2c0,2.4,5.2,1.2,2.4,4.5c-2.8,3.2-6.3,4-6.3,6.5c0,2.4,3.1,7.7,0.7,10.5\n\t\tc-2.4,2.8,0.7,7.7-1.7,7.7c-2.4,0-5.2,1.2-2.4,4.4c2.8,3.2,4.9,6.1,2.8,6.1c-2.1,0-3.5,4.9-2.4,6.1c1.1,1.2,5.9,4.9,2.1,5.7\n\t\tc-3.8,0.8-3.8,4.4-3.8,6.9c0,0.9,0.6,2.3,1.4,3.7c1.8-0.4,3.5-0.4,5.2,0.4c4,2.2,6.3,13.7,11.8,13c2.3-0.3,1.2-2.3,2.3-3.7\n\t\tc1.1-1.3,3.3-0.3,5.6-0.3c2.3,0,3.4-3.8,8.9-4c5.5-0.2,8.9-0.7,12.3-0.5c3.4,0.2,6.2-1.2,7-4c0.9-2.8,3.7-5.3,7.6-6\n\t\tc3.9-0.7,3.3-5.3,3.6-8c0.3-2.7,6.7-6.7,7.2-8.6c0.4-2-3.7-9.6,0.1-16.5c3.9-6.8,8-7.1,8-11c0-3.5,4-4.8,8.9-5.5\n\t\tc4.9-0.7,6.5-4.5,10.6-6.5C1674.4,788.4,1675.7,785.4,1675,780.7z\"><\/path>\n\t<path id=\"XMLID_00000036225272589120179040000004170913507858298257_\" class=\"st0\" d=\"M1675.8,817c-0.7-5.7-10.6,1.7-8.5,3.3\n\t\tC1671.7,823.6,1676.5,822.6,1675.8,817z\"><\/path>\n\t<path id=\"XMLID_00000083049109598677360490000008830671654677557640_\" class=\"st0\" d=\"M1768.6,736.3c2.3-1.1,4.9-1.5,6.2-0.9\n\t\tc1.1,0.5,1.5,1.9,1.7,3.3c2-0.3,5.6-1,6.8-1.5c1.7-0.7,5.6,1.7,6,0.2c0.4-1.5,1.7-5,3.4-5c1.7,0,0.6-5.2,2.4-5.5\n\t\tc1.7-0.2,6-4.7,6-4.7s-1.7-4-2.4-4.2c-0.6-0.2-2.8,2.5-6.7,2.5c-3.9,0-6.7,3.5-8.4,3.5c-1.7,0-7.1-2-10.8-2.2\n\t\tc-1.3-0.1-2.6-0.2-3.9-0.4C1768.8,725.1,1768.4,731,1768.6,736.3z\"><\/path>\n\t<path id=\"XMLID_00000066480634602711958690000008215436936857829782_\" class=\"st0\" d=\"M1896.4,789.1c-2.2,0.3-5.1,1.2-4.7,2.6\n\t\tc0.6,1.7-1.4,2.7-3.7,2.7c0,0-8-0.7-10.3-2c-1.7-1-9.4-0.5-13-0.2c0,0.2-0.1,0.3-0.2,0.5c-0.9,1.5-7.7,5.6-9,4.8\n\t\tc-1.3-0.7-1.9,2.5-4.5,3.2c-2.6,0.7-6.5-0.3-6.7,1c-0.2,1.2-1.9,4.7-3.4,6.5c-1.5,1.7-0.2,3.7-2.4,4.2c-1.4,0.3-2,3.4-2.8,6.1\n\t\tc0.1,0.1,0.3,0.2,0.4,0.3c3.2,1.2,5.6,5.5,5.2,9.6c-0.4,4.2,4.6,5.7,6.9,2.7c2.3-3,8.8,1.7,8.8,3.7c0,2-6.6-2.2-10.3,1\n\t\tc-3.7,3.2,2.9,6.2,2,9.5c-0.9,3.3,1.7,8,5,7.8c3.3-0.2,7,6.2,9,5c2-1.2-2.4-10-1.7-11.3c0.7-1.3,4.7,2.3,6.7-0.3\n\t\tc2-2.7-1.4-4.6-4.4-4.5c-3,0.2-0.1-4.7,3.4-2.2c3.6,2.5,5.3-0.7,7-1c1.7-0.3,2.2-7.5-3.2-9.1c-5.3-1.7-4.6,4.5-8,0.3\n\t\tc-3.4-4.1,3.2-2.5,3.2-6c0-3.5-5.3-8.5-7.9-12.6c-2.6-4.1,3.6-6.1,5-3.1c1.4,3,5.3,2.5,7.8,1.3c2.4-1.2-2.6-6.5,1.9-8.5\n\t\tc4.5-2,4.5,1.5,5.9,2.2c1.4,0.7,2.7-4.2,7.3-4.2c2.4,0,4.5,1.8,6.6,3.6c1.2-1.6,2.3-2.5,2.3-3.9c0-1.7,2.8-2.5,2.8-5.2\n\t\tC1897.2,792.2,1896.8,790.6,1896.4,789.1z M1888.3,873c-2.3-1.5-12.6,1-15.3-2c-2.7-3-8.3,2.4-5.9,2.8c3.4,0.7,8.6,4.2,14.2,4.3\n\t\tc5.6,0.2,13.2-3,13.1-4.7C1894.2,871.9,1890.6,874.5,1888.3,873z\"><\/path>\n\t<path id=\"XMLID_00000099623224545423880910000005811614162613189257_\" class=\"st0\" d=\"M1580.6,613.2c-0.3-0.7-0.3-1.3-0.2-1.7\n\t\tc-1.2-1-2.3-2.2-3.2-3.4c-3.7-5-5.2-1-5.6,2c-0.4,3-3.9-1-6.1-1.5c-2.2-0.5,0.6-5.3,2.2-6.5c1-0.8,2-3.2,2.6-6.4\n\t\tc-0.4,0-0.8-0.1-1.2-0.2c-4-1.8-9.6-1.8-9.8,2.3c-0.1,4.2,4.4,2.7,4.6,5.3c0.1,2.7-4.6,2-7.9,4.7c-3.3,2.7-6.9-1.8-10.3,0.2\n\t\tc-3.4,2,3.7,4.3,1.1,8.5c-2.6,4.2,0.1,4,4.4,8c4.3,4-2.6,5-2.6,9.5c0,4.5-5.3,4.3-6.5,7.3c-0.2,0.6-0.2,1.4,0.2,2.3\n\t\tc8.1,0.1,16.2,0.5,24.3,0.5c0.7-0.6,1.3-1.2,1.9-1.8c4.9-5.3,7.5-0.2,11.9-2.8C1585,636.6,1582.3,617.2,1580.6,613.2z\"><\/path>\n\t<path id=\"XMLID_00000096058908270253934260000008643129088520734870_\" class=\"st0\" d=\"M1577.9,542.9c-2.5,3-5.2,8.3-3.3,8.2\n\t\tc2.4-0.1,4.9-3,6.2-5.7C1579.7,544.8,1578.7,544,1577.9,542.9z\"><\/path>\n\t<path id=\"XMLID_00000085238719687683114960000018049540938928084658_\" class=\"st0\" d=\"M1570.3,595.6c-0.6,3.2-1.6,5.6-2.6,6.4\n\t\tc-1.5,1.3-4.3,6-2.2,6.5c2.2,0.5,5.6,4.5,6.1,1.5c0.4-3,1.9-7,5.6-2c0.9,1.2,2,2.3,3.2,3.4c0.6-2.3,5.1-2.7,7.5-5.4\n\t\tc2.9-3.3-1.4-8.1-5.4-12.6C1578.8,589.4,1574.1,595.7,1570.3,595.6z\"><\/path>\n\t<path id=\"XMLID_00000025418241715172624160000009720876063130625442_\" class=\"st0\" d=\"M1658.9,633.6c-0.4-0.1-0.8-0.3-1.2-0.4\n\t\tc-2.7-0.7-4.8-2.6-6.3-5c-0.3,0.2-0.5,0.4-0.6,0.7c-1,2.7-3.2,2.3-4.7-0.7c-1.6-3,1.4-5.8-0.1-6.2c-1.6-0.3-3.6-4.5-3.2-6.2\n\t\tc0-0.2,0-0.4,0-0.7c-1.9-1.7-3.4-3.7-4.9-5.8c-0.6-0.9-1-1.9-1.2-3l-0.8-0.4c-2.5-1.3-4-3.9-4.9-6.5c-0.3-1-0.4-2-0.4-3\n\t\tc-0.3-0.8-0.5-1.7-0.7-2.5c-3-1.8-5-5.1-5.3-8.9c-0.7-0.4-1.4-0.9-2.1-1.9c-2.4-3.7-6.6-1.8-8.8-1.7c-1.9,0.1-0.5-3.5,2.2-6.2\n\t\tc-0.4-1.1-0.6-2.3-0.6-3.5c-0.2-4.2,2.6-8.3,6.4-10c0.6-0.9,1.3-1.9,2-2.6c0,0,0.1-0.1,0.1-0.1c0.5-2,0.8-3.7,0.8-4.5\n\t\tc0-2.8-15.1-2.7-17.9-1c-2.9,1.7-5.7-2.5-3.3-3.7c2.4-1.2,7.6-7,7.3-9.3c-0.3-2.3,3.6-4.5,1.4-6.7c-2.2-2.2-2.4,2.8-4.3,4.5\n\t\tc-1.9,1.7-6,1.2-10.5,0.2c-0.5-0.1-1-0.1-1.5,0c-0.6,2.7-2,5.2-4.3,6.7c-0.2,1-0.3,2-0.2,2.8c0.1,3.2-5.2,5-4.3,7.6\n\t\tc0.9,2.7-1,4.7-2.4,3.2c-1.4-1.5-3-5.1-5.9-2.5c-2.9,2.7,3.3,6.2,7,6.7c3.7,0.5-2.9,3.7-3.6,8.3c-0.7,4.7,4.9,2.7,5.2,6\n\t\tc0.3,3.3-8,3.8-8,7c0,3.2,4.7-1.5,6.9-2.8c2.2-1.3-1.1,7.8,4,6.8c5.2-1,3.7-9.1,5.6-8.8c1.9,0.3-0.9,4.3,0.7,7.8\n\t\tc1.6,3.5-3.7,8.8-3.4,11.3c0.3,2.5,10.6,2.5,13.9-1.5c3.3-4,4.9,0.3,2.6,3.3c-2.3,3-1.3,5.8,1.6,7c2.9,1.2,3.9,1.5,2.6,4.1\n\t\tc-1.3,2.7-0.1,7.6-0.9,10.1c-0.7,2.5-9.6,2.2-9.9,0.5c-0.3-1.7-4-0.5-3,1.8c1,2.3-3.2,4.8-2.9,7c0.3,2.2,5.6,1.7,5.7,4.3\n\t\tc0.1,2.7-3.9,5.8-9.3,7.6c-5.5,1.8,1.1,6.8,3.7,4.6c2.6-2.2,2,1.5,5.7,1.5c3.7,0,6,3.5,10.2,1.7c4.2-1.8,4,0,0.9,2.8\n\t\tc-3.2,2.8-7.9-0.2-10.8,1.7c-2.9,1.8-14.5,14.5-12.3,17.6c1.3,1.8,3-2.7,7.2-4.7c2.2-1.1,3.5-0.6,4.5,0.1\n\t\tc0.9-1.7,2.4-3.1,3.9-4.1c2.2-1.5,5.6-1.8,8.2-1.1c0.5,0.1,1.1,0.4,1.6,0.6c0.1,0,0.2,0,0.3,0c3.4,0.7,5.9-0.8,7.6-2.5\n\t\tc1.7-1.7,6.3,3.3,7.8,2.2c1.4-1.2,7.7-2.5,10.9-2.3c3.2,0.2,11.3-4.2,13.5-6.5c2.2-2.3-1.3-2.8-4.2-2.3c-2.9,0.5-2.3-3.3,0.7-6.7\n\t\tc3-3.3,7.8-5.8,8-10.8c0,0,0,0,0,0C1660.2,634.3,1659.6,633.9,1658.9,633.6z\"><\/path>\n\t<path id=\"XMLID_00000129911643572955087320000005338912347572987808_\" class=\"st0\" d=\"M1577.9,542.9c-2.5,3-5.2,8.3-3.3,8.2\n\t\tc2.4-0.1,4.9-3,6.2-5.7C1579.7,544.8,1578.7,544,1577.9,542.9z\"><\/path>\n\t<path id=\"XMLID_00000069367591812539151230000007889205095166756268_\" class=\"st0\" d=\"M1658.9,633.6c-0.4-0.1-0.8-0.3-1.2-0.4\n\t\tc-2.7-0.7-4.8-2.6-6.3-5c-0.3,0.2-0.5,0.4-0.6,0.7c-1,2.7-3.2,2.3-4.7-0.7c-1.6-3,1.4-5.8-0.1-6.2c-1.6-0.3-3.6-4.5-3.2-6.2\n\t\tc0-0.2,0-0.4,0-0.7c-1.9-1.7-3.4-3.7-4.9-5.8c-0.6-0.9-1-1.9-1.2-3l-0.8-0.4c-2.5-1.3-4-3.9-4.9-6.5c-0.3-1-0.4-2-0.4-3\n\t\tc-0.3-0.8-0.5-1.7-0.7-2.5c-3-1.8-5-5.1-5.3-8.9c-0.7-0.4-1.4-0.9-2.1-1.9c-2.4-3.7-6.6-1.8-8.8-1.7c-1.9,0.1-0.5-3.5,2.2-6.2\n\t\tc-0.4-1.1-0.6-2.3-0.6-3.5c-0.2-4.2,2.6-8.3,6.4-10c0.6-0.9,1.3-1.9,2-2.6c0,0,0.1-0.1,0.1-0.1c0.5-2,0.8-3.7,0.8-4.5\n\t\tc0-2.8-15.1-2.7-17.9-1c-2.9,1.7-5.7-2.5-3.3-3.7c2.4-1.2,7.6-7,7.3-9.3c-0.3-2.3,3.6-4.5,1.4-6.7c-2.2-2.2-2.4,2.8-4.3,4.5\n\t\tc-1.9,1.7-6,1.2-10.5,0.2c-0.5-0.1-1-0.1-1.5,0c-0.6,2.7-2,5.2-4.3,6.7c-0.2,1-0.3,2-0.2,2.8c0.1,3.2-5.2,5-4.3,7.6\n\t\tc0.9,2.7-1,4.7-2.4,3.2c-1.4-1.5-3-5.1-5.9-2.5c-2.9,2.7,3.3,6.2,7,6.7c3.7,0.5-2.9,3.7-3.6,8.3c-0.7,4.7,4.9,2.7,5.2,6\n\t\tc0.3,3.3-8,3.8-8,7c0,3.2,4.7-1.5,6.9-2.8c2.2-1.3-1.1,7.8,4,6.8c5.2-1,3.7-9.1,5.6-8.8c1.9,0.3-0.9,4.3,0.7,7.8\n\t\tc1.6,3.5-3.7,8.8-3.4,11.3c0.3,2.5,10.6,2.5,13.9-1.5c3.3-4,4.9,0.3,2.6,3.3c-2.3,3-1.3,5.8,1.6,7c2.9,1.2,3.9,1.5,2.6,4.1\n\t\tc-1.3,2.7-0.1,7.6-0.9,10.1c-0.7,2.5-9.6,2.2-9.9,0.5c-0.3-1.7-4-0.5-3,1.8c1,2.3-3.2,4.8-2.9,7c0.3,2.2,5.6,1.7,5.7,4.3\n\t\tc0.1,2.7-3.9,5.8-9.3,7.6c-5.5,1.8,1.1,6.8,3.7,4.6c2.6-2.2,2,1.5,5.7,1.5c3.7,0,6,3.5,10.2,1.7c4.2-1.8,4,0,0.9,2.8\n\t\tc-3.2,2.8-7.9-0.2-10.8,1.7c-2.9,1.8-14.5,14.5-12.3,17.6c1.3,1.8,3-2.7,7.2-4.7c2.2-1.1,3.5-0.6,4.5,0.1\n\t\tc0.9-1.7,2.4-3.1,3.9-4.1c2.2-1.5,5.6-1.8,8.2-1.1c0.5,0.1,1.1,0.4,1.6,0.6c0.1,0,0.2,0,0.3,0c3.4,0.7,5.9-0.8,7.6-2.5\n\t\tc1.7-1.7,6.3,3.3,7.8,2.2c1.4-1.2,7.7-2.5,10.9-2.3c3.2,0.2,11.3-4.2,13.5-6.5c2.2-2.3-1.3-2.8-4.2-2.3c-2.9,0.5-2.3-3.3,0.7-6.7\n\t\tc3-3.3,7.8-5.8,8-10.8c0,0,0,0,0,0C1660.2,634.3,1659.6,633.9,1658.9,633.6z\"><\/path>\n\t<path id=\"XMLID_00000101068636906515390330000010695069836413999027_\" class=\"st0\" d=\"M1570.3,595.6c-0.6,3.2-1.6,5.6-2.6,6.4\n\t\tc-1.5,1.3-4.3,6-2.2,6.5c2.2,0.5,5.6,4.5,6.1,1.5c0.4-3,1.9-7,5.6-2c0.9,1.2,2,2.3,3.2,3.4c0.6-2.3,5.1-2.7,7.5-5.4\n\t\tc2.9-3.3-1.4-8.1-5.4-12.6C1578.8,589.4,1574.1,595.7,1570.3,595.6z\"><\/path>\n\t<path id=\"XMLID_00000054985181981592855210000004544482457687255203_\" class=\"st0\" d=\"M1766.5,580.8c-1.2-0.8-2,2.3-3.3,2.7\n\t\tc-1.3,0.3-2.7-6.3-3.3-2.7c-0.6,3.7-3.4-1.5-6.3,3.2c-2.9,4.7,1.7,8.8,3.7,10.3c2,1.5-0.1,3.7-2.7,3c-2.6-0.7-1,4.3,2.6,5\n\t\tc3.6,0.7,7.5-7.3,7-9.3C1763.8,590.9,1767.9,581.8,1766.5,580.8z\"><\/path>\n\t<path id=\"XMLID_00000145758975984275358000000003862794698722267045_\" class=\"st0\" d=\"M1744.8,570.6c-1.4-0.8-2-6.1-0.3-7.8\n\t\tc1.7-1.7,2.4-8,1-9.7c-1.4-1.7-6.6,0-7,4.5c-0.4,4.5-4.6,2.5-5.7,3.5c-1.1,1,2.3,3,0.4,5c-1.9,2-2.6-3-5.6-3.3\n\t\tc-2.1-0.2-2.8,2.3-3.6,4.9c0.6,1.6,1,3.2,1.3,4.9c0.9,5.1-0.2,10.5,1,15.4c0.3,1.3,0.4,2.6,0.3,3.8c0.1,0.6,0.1,1.1-0.1,1.7\n\t\tc-0.5,1.5,0.5,3.3,1.5,5c3.8,0.1,7.3,0.4,8.9,1c0.6,0.2,1.9,0.2,3.6-0.1c-1.3-2.4-4.1-4.3-3.9-6.1c0.3-2.3,3-0.8,5,1.2\n\t\tc2,2,6.5,2.3,6.9-0.2c0.3-1.5-0.7-8.6-3.4-7c-2.7,1.7-3.4,1-4.5-0.7c-1-1.7,2-4.3,2.7-7c0.7-2.7,5.4-1.7,6.2-3.8\n\t\tC1750.2,573.8,1746.3,571.5,1744.8,570.6z\"><\/path>\n\t<path id=\"XMLID_00000067231377129860639910000001375305532998609290_\" class=\"st0\" d=\"M1824.2,550.2c-5.4,0.2-8,12.6-6.6,14.6\n\t\tC1818.7,566.5,1829.6,550,1824.2,550.2z\"><\/path>\n\t<path id=\"XMLID_00000064347196105835491790000005147638266787707540_\" class=\"st0\" d=\"M1872.7,403.9c-1.4-1.6-4.1-5.9-1.9-5.9\n\t\tc2.3,0,3.2-8,0.5-9.6c-2.8-1.6,0-8.6-2.3-10.1c-2.3-1.6-0.9-7-0.5-10.7c0.5-3.7-8.8-6.9-13.8-9.6c-5.1-2.7-7.4-6.9-11.5-9.6\n\t\tc-4.1-2.7-5.5,4.3-5.5,8.5c0,4.3-3.7,4.8-6.5,2.1c-2.8-2.7-6,0-10.1-2.1c-4.1-2.1-2.3,4.8-2.3,8c0,3.2-4.6,3.2-7.4,3.2\n\t\tc-2.8,0-7.4,2.7-7.4,6.4c0,3.7-4.1,5.9-2.8,8c1.4,2.1-0.5,4.3-2.3,5.9c-1.8,1.6-3.7,6.9-5.1,8.5c-1.4,1.6,0.9,4.3-1.8,6.4\n\t\tc-2.8,2.1-6,0.5-7.4,2.1c-1.4,1.6,0,5.3-0.5,10.2c-0.5,4.8-3.7,10.1-6.5,14.4c-2.8,4.3,0.9,5.3,2.3,5.9c1.4,0.5,1.4,3.2,0,6.4\n\t\tc-1.4,3.2-4.6,1.1-6.5,0.5c-1.8-0.5-6.9,2.1-9.7,7.5c-2.8,5.3-1.8,8.5-0.9,11.2c0.9,2.7-2.3,5.9,0,11.2c2.3,5.3-0.9,6.4-0.5,10.7\n\t\tc0.5,4.3,6,3.7,6.5,8c0.5,4.3-1.8,5.9-3.7,5.9c-1.8,0-1.4,4.3,0.5,5.3c1.8,1.1,1.4,8.5,0.5,10.7c-0.9,2.1-6.9,0-6.5,2.7\n\t\tc0.5,2.7-1.4,6.9-1.4,9.1c0,2.1-0.5,9.1-2.3,7.5c-0.7-0.6-1.9-0.7-3-0.5c0,0.3,0,0.7,0,1.1c-0.1,4.2,1.1,8.3,4.3,11.3\n\t\tc3.2,3,0.7,7.5,3.4,11.6c2.7,4.2,1.9,7.2,4.9,10.1c3,3,3.3,4.6,2,8.5c-1.3,3.8,2.6,2.8,2.7,5.1c0.2,2.3-0.9,7.1,0.2,9.5\n\t\tc1,2.3,3,0,7.6-0.2c4.6-0.2,3.4-3.5,3.6-6.7c0.1-3.2,2.4-1.7,3-3.7c0.6-2,4.7-2.5,8-0.8c3.3,1.7,5-1.2,5.6-5.1\n\t\tc0.6-4,2.4,0.8,3.4,1.7c1,0.8,4-6.1,5.4-10.6c1.4-4.5-0.1-3.7-3.4,0.7c-3.3,4.3-1.4-4.3-0.1-7.8c1.3-3.5,1.2-13.6,1.6-16\n\t\tc0.4-2.3,1.3-5.8,5.4-6.8c4.2-1,9.6-7,8.8-9.5c-0.9-2.5,5.7-6.6,5.7-9.1c0-2.5-6.9-10.1-9.2-11.8c-2.3-1.7-7.3-0.3-6.9-2.2\n\t\tc0.4-1.8-0.6-9-1.1-12.6c-0.5-3.1,2.4-6.3,3.3-9.4c-1.4-3.2-1.5-7.2,0.4-10.2c2.4-3.8,5.5-6.9,8.4-10.2c1.1-1.3,2.5-2.1,3.9-2.6\n\t\tc0.4-0.5,0.9-0.9,1.5-1.2c1.2-0.6,2-1.1,2.8-1.6c0-2.8,1.2-5.7,3.1-7.7l1.4-1.5c1.7-1.7,3.8-2.6,6-3c0.5-0.9,1.1-1.8,1.8-2.4\n\t\tc1.1-1.1,2.5-2,4-2.5c0-2.8,0.9-5.7,2.8-7.7c-0.2-1.2,0-2.3,1.3-3.5c4.2-3.7,0.7-7.8,3.7-9.1c3-1.3,4.2-3.2,6.3-5.8\n\t\tc2.1-2.7,5-0.2,10.2-1.2c1.9-0.4,3.6-0.2,5.3,0.3C1873.8,406.9,1873.3,404.7,1872.7,403.9z\"><\/path>\n\t<path id=\"XMLID_00000124151926428862818540000001754147350762032794_\" class=\"st0\" d=\"M1909.3,529c1.2-3,4.3-3.5,2-7.4\n\t\tc-0.4,0.4-1.1,0.8-2.1,1.2c-4.2,1.3-13.2-3.3-18.4-2.2c-5.2,1.2-15.6,1.2-18.1,4.2c-2.4,3-8.6,3.8-5.9,6.5c2.7,2.7,0,4,2,7.2\n\t\tc2,3.2,3,4.5,5.7,3.8c2.7-0.7,4.9,1,2,4.5c0,0.1-0.1,0.1-0.1,0.2c4.6-0.5,9.7-0.8,10.5-0.2c1.1,1,8,7.3,9.8,6.7\n\t\tc1.1-0.4,5.8,0.2,9.3,0.7c-0.4-1.2-0.4-2.4,0.3-3.1c1.3-1.2,4.1-1.2,2.6-3.7c-1.5-2.5-1.9-3-2.1-6c-0.2-3-0.9-4.5-0.6-6.5\n\t\tC1906.3,532.7,1908,532.2,1909.3,529z M1858.5,537.1c-5.2,1.7-5.9,9.9-3.9,9.8c2.6-0.2,8.5-5.8,10-7.7\n\t\tC1866.2,537.4,1863.6,535.4,1858.5,537.1z M1862.8,532.2c1.2-2.5-8.3-1.4-6.2,0.8C1858.2,534.7,1861.6,534.7,1862.8,532.2z\"><\/path>\n\t<path id=\"XMLID_00000039821647359864496450000016947008383660884147_\" class=\"st0\" d=\"M1934.5,332.9c-0.6,2.5-4.4,2-4.3-0.5\n\t\tc0.1-2.5-6-4.5-6.3-5.7c-0.3-1.2,2.6-1,4.9,0.5c2.3,1.5,3.9,0.5,6.5-2.3c2.6-2.8,6.2-0.5,6.6-3c0.4-2.5-4.2-4.2-5-5.7\n\t\tc-0.9-1.5-4.2-3.5-7.3-2.8c-3.2,0.7-3.3-0.8-5.2-2.8c-0.5-0.5-1.2-0.7-2-0.6c-1,0.7-2.1,1.2-3.2,1.6c-1.4,1.2-2.5,3-2.5,5\n\t\tc0,4.7-3.6,3.5-2.3,1c1.1-2.1-0.9-4.6,0.3-5.8c-0.3-0.1-0.6-0.2-0.9-0.3c-1.1-0.5-2.3-0.9-3.5-1.2c-0.4-0.1-0.5-0.1-0.5-0.1\n\t\tc-0.3,0-0.6-0.1-0.9-0.1c-1.2-0.1-2.5,0-3.7,0.1c0,0.5,0.1,0.9,0.4,1.1c1.3,1.7-3.6,8.8-5.7,8.8c-2.1,0,0.3-6.1,0.2-9.5\n\t\tc0,0,0-0.1,0-0.1c-0.9-0.1-1.7-0.2-2.5-0.5c-0.9,0.9-2.2,2.4-3.6,4.4c-4,5.3-7,10.1-9.3,10.6c-2.3,0.5-2-4.8,1.7-7.1\n\t\tc3.7-2.3,3.9-8.6,6.3-8.6c0.9,0,1.5-0.5,1.6-1.1c-1-0.8-1.9-1.9-2.6-3.2c-0.1,0-0.1-0.1-0.2-0.1c-3.6-1-4.2,3.7-5.3,5\n\t\tc-0.6,0.7-2.7,0-4.3-0.7c-1.2,0.7-2.5,1.2-3.9,1.4c-0.6,0.6-1.1,1.3-0.4,2.6c1.4,2.5-0.7,4.7-2.1,1.7c-1.4-3-5-0.7-6.7,2.7\n\t\tc-1.7,3.3-4,3.2-2.3,4.3c1.7,1.2,1.6,5.7-1,6.5c-2.6,0.8-1.6-8.1-3.6-7.3c-2,0.8-0.7-4.3,2-4.3c2,0,4-2.6,4.8-4.4\n\t\tc-2.2,0.8-4.4,1.7-6.7,2.3c-2.1,0.6-4.3,0.4-6.2-0.3c-1.3,1.4-0.5,4.8,2.5,6.8c4,2.7-0.7,4.3-2.7,2.3c-2-2-5.2-1-7.3,0.2\n\t\tc-2.2,1.2,5.2,4.2,5.5,5.7c0.3,1.5-3.7-1.8-4.6-0.7c-0.9,1.2-4.9-0.8-5.2-3.7c-0.3-2.8-6.8,1.2-3.2,2.2c3.6,1,2.3,3.7,2.3,7.3\n\t\tc0,3.7-4.2,0.8-3.3-2.3c0.9-3.2-2.6-2.5-5.4-0.5c-2.9,2,0.4-3.7-0.7-6.5c-1.1-2.8-3.7,0-6.8,0.7c-3,0.7-4.6,0.8-2.7,3.2\n\t\tc1.9,2.3,1.6,5.6-0.9,5.2c-2.4-0.5-3.4,0-3.2,2.7c0.3,2.7-3.2,2.8-3.4,0.5c-0.3-2.3-5.2-1.7-6.6,1c-1.4,2.7-5.5,4.7-5,7.6\n\t\tc0.4,3,3.6-1.5,6.2-0.5c2.6,1-0.1,2.5,1.3,4c1.4,1.5,1.1,5.2-0.9,3c-2-2.2-4.6-2.8-5,0.7c-0.4,3.5-2.6-0.5-4.3-3\n\t\tc-1.7-2.5-3.4,4.7-5.3,3c-1.9-1.7,3.7-6.8,2.3-9.3c-1.4-2.5-2.4,1.5-5.7,5.3c-3.3,3.8-7.7,3.7-6.2,5.5c1.6,1.8-3.3,2.8-4.2,6\n\t\tc-0.9,3.2-7.6,4.3-11.9,7.7c-4.3,3.3,0.9,3.5,3.3,0.3c2.4-3.2,3.3-1.3,7.2-4.2c3.9-2.8,8-5.2,9.5-4c1.4,1.2,3.9,2,5.7-1\n\t\tc1.9-3,4.2-2.3,6-0.5c1.9,1.8-3.2,3.3-0.9,6c2.3,2.7-2.7,4.1-2.7,1.8c0-2.3-2.9-4.3-3.9-2.2c-1,2.2-2.7,4.5-4.6,4.7\n\t\tc-1.9,0.2-3.9,4.2-3.9,8.1c0,4-3.3,0-3.6,3.5c-0.3,3.5-4.9,9.6-8.9,14.1c-4,4.5-0.3,5.5-1.6,8.3c-1.3,2.8-6,0.3-7.6,1.5\n\t\tc-1.6,1.2,0.9,8.1-1.3,10.3c-2.2,2.2,0,5.2,0,7.6c0,2.5-5.6-1.5-6,1c-0.4,2.5-5.3,1.8-6.7,2.5c-1.4,0.7,2.9,4.6,5.5,7\n\t\tc2.6,2.3-2.4,4.2-3,1.5c-0.3-1.5-1.7-0.7-3.6,0.7c0.1,1.1-0.1,2.3-0.4,3.3c-4.2,11-11.5,17.1-21.8,21.8c-2.6,1.2-5.1,1.3-7.3,0.7\n\t\tc-1,0.4-2.1,0.5-3.1,0.7c-0.6,1.2-1.5,2.4-2.7,3.3c0.1,0.3,0.1,0.6,0.1,0.9c1.4,0.6,3.1,1.1,3.5,2.1c0.5,1.1-1.3,1.3-3.5,1.1\n\t\tc-0.3,2.2-1.2,4.3-2.9,5.9c-3.8,3.6-7.9,6-12.4,7.1c1.6,2.3,2.3,5.3,1.4,8.9c-1.1,4-1.9,7.9-4.2,11.3c-0.9,1.4-2,2.5-3.2,3.3\n\t\tc-0.7,0.9-1.4,2-0.2,4c2.3,3.8,4-1,5,1.8c1,2.8,3.7,0.3,6.9-3c3.2-3.3,4.3,3.7,1.7,3.5c-2.6-0.2-5.6,1.7-5,4.7c0.6,3-4,2.5-3.9-1.2\n\t\tc0.1-3.7-5.3,0.7-3.3,3.3c2,2.7-0.7,4.2-0.7,6.6c0,2.5,3.9,2,5.4-0.8c1.6-2.8,4.2-2.2,5.2,0.7c1,2.8-2.4,0.7-2.4,4.5\n\t\tc0,3.4-1.7,1.2-3.3,2.6c0.9,0.7,1.7,1.6,2.4,2.6c0,0,0,0,0.1,0c-1-1.4-0.2-0.4,0.3,0.1c0.8,0.5,1.6,1,2.4,1.4\n\t\tc2.5,1.4,4.9,3.1,6.9,5.2c0.9,1,1.6,2,2.1,3.2c1.7,0.9,3.8,1.5,6.7,1c5.7-1,16.6-13.3,18.1-15.5c1.4-2.2,4.6,0.3,6.7-1.7\n\t\tc2.2-2,0.9-7.1,2.4-8.1c1.6-1,2.4,5.5,3.9,6.1c1.3,0.6,2.2,1.8,2.3,5.1c1.1-0.2,2.3-0.1,3,0.5c1.8,1.6,2.3-5.3,2.3-7.5\n\t\tc0-2.1,1.8-6.4,1.4-9.1c-0.5-2.7,5.5-0.5,6.5-2.7c0.9-2.1,1.4-9.6-0.5-10.7c-1.8-1.1-2.3-5.3-0.5-5.3c1.8,0,4.1-1.6,3.7-5.9\n\t\tc-0.5-4.3-6-3.7-6.5-8c-0.5-4.3,2.8-5.3,0.5-10.7c-2.3-5.3,0.9-8.6,0-11.2c-0.9-2.7-1.8-5.9,0.9-11.2c2.8-5.3,7.8-8,9.7-7.5\n\t\tc1.8,0.5,5.1,2.7,6.5-0.5c1.4-3.2,1.4-5.9,0-6.4c-1.4-0.5-5.1-1.6-2.3-5.9c2.8-4.3,6-9.6,6.5-14.4c0.5-4.8-0.9-8.6,0.5-10.2\n\t\tc1.4-1.6,4.6,0,7.4-2.1c2.8-2.1,0.5-4.8,1.8-6.4c1.4-1.6,3.2-6.9,5.1-8.5c1.8-1.6,3.7-3.7,2.3-5.9c-1.4-2.1,2.8-4.3,2.8-8\n\t\tc0-3.7,4.6-6.4,7.4-6.4c2.8,0,7.4,0,7.4-3.2c0-3.2-1.8-10.2,2.3-8c4.1,2.1,7.4-0.5,10.1,2.1c2.8,2.7,6.5,2.1,6.5-2.1\n\t\tc0-4.3,1.4-11.2,5.5-8.5c0.3,0.2,0.6,0.4,0.9,0.7c1.4-3.6,4-5.8,6.4-5.5c3.7,0.5,6,8,10.6,9.1c4.6,1.1,9.2,3.2,10.6,0.5\n\t\tc1.4-2.7,4.6,1.6,7.4,0.5c2.8-1.1,2.8,5.9,5.5,1.6c2.8-4.3-0.5-6.9,4.1-6.4c4.6,0.5,1.8-5.9,1.8-9.6c0-3.7,6-4.3,6-7.5\n\t\tc0-3.2,8.3-0.5,9.7-2.7c1.4-2.1,6-3.7,7.8,0c1.8,3.7,9.7,4.8,10.1,8c0.2,1.6,0,4,0,6.3c1.3-1.5,2.9-2.6,4.5-2.6c2.9,0,5.4-5,8-4.3\n\t\tc2.2,0.6,4.3,0.1,4.9-4C1939.4,330.9,1935,330.7,1934.5,332.9z\"><\/path>\n\t<path id=\"XMLID_00000072964655204020045230000004827449390616373951_\" class=\"st0\" d=\"M1729.8,800c-3.2,3.2-5.8-0.5-7,2\n\t\tc-1.6,3.2,4.9,8,3.6,14.5c-1.3,6.5,0.7,14.6,4,10.8c3.3-3.8,4.9-2,6.7-4.8c1.9-2.8,0.3-13.3,1.6-18.3\n\t\tC1740,799.2,1732.9,796.9,1729.8,800z\"><\/path>\n\t<path id=\"XMLID_00000083071203443246575410000001817107032477692072_\" class=\"st0\" d=\"M1800.1,794.7c-3.7-2.7-1.3-7-7.2-6.7\n\t\tc-5.9,0.3-12.9-8.1-15.1-18c-2.2-9.8-11.3-10.3-13.6-16.1c-2.3-5.8,2.2-6.5,0.2-11.3c-1.1-2.7,1.4-5.1,4.3-6.4\n\t\tc-0.2-5.3,0.2-11.1,0.5-14.9c-2.3-0.3-4.2-0.7-4.9-1.1c-1.1-0.7-1.3-4.7-1.9-4.7c-0.6,0-6.7,0-7.7,1.2c-1.1,1.2-4.3,3.5-6,2.2\n\t\tc-0.4-0.3-0.8-0.5-1.2-0.8l-1.9,2c0,0-0.3,2.7-1.4,2.7c-1.1,0-2.9-1-2.9,1.3c0,2.3-3.2,1.7-4.6,1.3c-1.4-0.3-3.4,0.3-3.4,2.3\n\t\tc0,2-0.3,6.3-2.6,4c-2.3-2.3-4.6-8.3-5.5-7.7c-0.9,0.7-2.9,8-4.9,8c-1.2,0-5.3,0.4-8.3,0.7c-0.8,2.9,0.1,4.6,1.1,5.3\n\t\tc1.1,0.7-0.6,3.7-1.9,4.5c-1.3,0.7-3.4,0-1.9,2.7c1.5,2.7,4.3,3,2.8,5.7c-1.5,2.7,0,5.2,2.2,5.5c2.1,0.2,5.2-0.3,4.5,1.7\n\t\tc-0.4,1.2-1,2.5-1.1,3.8c1.7-0.6,3.2-0.7,4.7-1.6c3-1.8,1.7-5,6.7-6.6c5-1.7,11.6,3.2,13.6,6.6c2,3.5,2.6,3.8,3,6.7\n\t\tc0.4,2.8,2.3,8.5,9.2,13.6c6.9,5.2,9.6,11,13.2,13.1c3.6,2.2,7.2,1.7,9.3,4.7c2.2,3,5,4.7,8.5,6.5c3.4,1.8,3.6,6.1,6.9,6.7\n\t\tc3.3,0.5,1.2,3.8,3.2,6.6c2,2.8,2.6,8.8,0.4,12.1c-2.2,3.3-1,9,0.4,9c1.4,0,4.4-6,4.9-9.3c0.4-3.3,3.3-3.2,5.6-6.6\n\t\tc2.3-3.5-3.4-4.3-4.4-8.8c-1-4.5,4.3-8.5,9.3-4.8c5,3.7,7,6.2,7.3,0.5C1819.6,804.9,1803.8,797.4,1800.1,794.7z\"><\/path>\n\t<path id=\"XMLID_00000075855773657334070650000011053818129629070724_\" class=\"st0\" d=\"M1785.3,837.8c-5.9,1.5-8.3,2-11.8,0\n\t\tc-3-1.7-7.6,0.9-8.2,3.4c0.2,0.1,0.3,0.2,0.5,0.3c2.2,1.4,3.6,3.2,4.4,5.1c1.4,0.7,3,1.3,5.2,2c7.2,2.2,8,7.8,11,8\n\t\tc3,0.2,3.3-3.2,2.6-7.7c-0.7-4.5,3.6-9.6,4-10.5C1793.5,837.6,1791.2,836.3,1785.3,837.8z\"><\/path>\n\t<path id=\"XMLID_00000143612709361225630160000014475010383981801392_\" class=\"st0\" d=\"M1823.6,767.4c-2,3.1-3.9,7.1-3.7,8.3\n\t\tc0.1,0.6-0.1,1.8-0.4,3.5c2.6,2.4,5,4.8,6.9,5.9c0.2,0.1,0.3,0.2,0.5,0.3c0.6-3.7,2.8-7.5,4.4-8\n\t\tC1829,774.3,1825.7,769.8,1823.6,767.4z\"><\/path>\n\t<path id=\"XMLID_00000075133740806727423330000012255382307125054340_\" class=\"st0\" d=\"M1857.6,764.6c-2.2-2.3-1.9-6.2,0-7.7\n\t\tc1.9-1.5,0.2-3.5,0.2-6c0-2.5-9.2-3.2-10.8-3.7c-1.5-0.5,1.1-7-1.3-7c-2.4,0-3.2-2-3.2-4c0-2-3.7-5.2-3.4-6.5\n\t\tc0-0.2,0.1-0.3,0.3-0.5c-1.3-0.2-2.4-0.4-2.7-0.5c-1.6-0.4-4.2-1.5-4.2-1.5s-6,2.2-10.1,3.7c0.3,2.9,0.9,6.1,2.5,6.8\n\t\tc3.1,1.3,1.9,4.9,3.1,8c1.2,3.1,0.8,17.4-0.8,17.4c-0.7,0-2.1,1.9-3.6,4.2c2.1,2.5,5.4,6.9,7.6,10.1c0.1,0,0.2-0.1,0.3-0.1\n\t\tc1.9,0,9,5.9,9,5.9s10-2.4,16.7-3.5c0.1-1.2,0.3-2.6,0.2-3.4c-0.2-1.5,1.3-4.5,3.2-4.5C1862.6,771.9,1859.8,766.9,1857.6,764.6z\"><\/path>\n\t<path id=\"XMLID_00000016772594603962705670000011098081010167138215_\" class=\"st0\" d=\"M1505.1,415.2c-1,0-1.9-0.3-2.6-0.7\n\t\tc-1.5,0.3-3,0.2-4.4-0.2c-5.1-1.4-7.7-6.2-7.6-11.2c-1.2-0.5-2.7-1.9-4.2-3.1c-1.8-0.4-3.4-0.6-5-0.8c-0.7,1.6,0.2,4.1-0.3,5.7\n\t\tc-0.6,2-5.7-1.8-5.7,0.5c0,2.3-2.2,2.7-3.9,0.2c-1.7-2.5-5.7-1-5.6,1c0.1,2-1.7,0.3-5-2c-3.3-2.3-6.7,2.7-6.5,5.2\n\t\tc0.3,2.5-1.1,3.2-3.9-2.3c-2.7-5.5-5.9,0.5-4.4,3.5c1.4,3,0.9,6.6-1.3,5.1c-2.2-1.5-5,1-6.3,3.3c-1.3,2.3-5.9-6.8-2.6-9\n\t\tc3.3-2.2-10.5-11.3-14.8-11.3c-4.3,0-1.4,3.7,1.4,6.3c2.9,2.7-2,2-3.6-0.3c-1.6-2.3-4.6-0.5-6.3,2.8c-1.7,3.3-4.6,5.2-4.9,7.5\n\t\tc-0.3,2.3,4.9,4.8,9.3,2.7c4.5-2.2,9.5-2.5,11.8,0c2.3,2.5-4.2,3.5-1.9,5.5c2.3,2,0.4,3.7-5,3.2c-5.5-0.5-12.1,1.3-11,3.5\n\t\tc1,2.2,13.9-1.8,14.1,0.3c0.1,2.2,0,5.8,3.4,4.2c3.4-1.7,1.1,3,2.9,3.8c1.7,0.8,1.3,4.8-3.3,5.2c-4.6,0.3-6.8,1.4-4.9,3.7\n\t\tc2.4,2.8,7.5,0.8,12.3-0.5c2.9-0.8,6.7,1.4,10.4,3.8c1.4,0,2.8,0,4.3,0.1c6.6-0.8,13-2.1,19.8-3.5c0.5-0.1,0.9-0.2,1.4-0.2\n\t\tc0-0.5,0-1.1,0.1-1.6c0.4-5.9,4.7-9.6,9.3-10.5c2.5-1.5,5.5-2.1,8.3-1.5c1.2,0.3,2.3,0.5,3.4,0.7c1.2-0.6,2.5-1,3.9-1.1\n\t\tc3.5-1.5,7.1-2.6,10.7-3.3c1.3-1.6,2.5-3.6,3.2-5.2C1511.6,421.2,1508.5,415.2,1505.1,415.2z\"><\/path>\n\t<path id=\"XMLID_00000090284972715204805490000010907963028706725054_\" class=\"st0\" d=\"M1967.1,877.7c-0.3-1.8,1.9-5.6,5.2-7.1\n\t\tc3.3-1.5,2-4.3-0.1-2.2c-2.2,2.2-7.3,4.5-13.8,4.8c-6.5,0.3-8.5,5.3-4.4,8C1959.1,884.7,1967.4,879.5,1967.1,877.7z\"><\/path>\n\t<path id=\"XMLID_00000181801212970912716270000008457079196344154752_\" class=\"st0\" d=\"M1855.9,594.3c-1.3,0.7-4.7-0.7-5.8-2.5\n\t\tc-0.9-1.4-3.5-0.9-5.9-0.6c0.5,0.4,1.1,0.9,1.5,1.7c1.3,2.7-5.2,3-3.2,6.2c2,3.2-4.6,3.3-4.6,0c0-3.3-6.9-1.7-6.6,0.5\n\t\tc0.1,0.8-0.1,1.7-0.6,2.7c1.9,0.8,4.1,1.7,4.9,2.1c1.3,0.6,18.5,2.7,25.2,1.2c-0.4-1.5,0.4-5.8,0.4-7.5\n\t\tC1861.3,596.1,1857.2,593.6,1855.9,594.3z\"><\/path>\n<\/g>\n<g id=\"asia\">\n\t<path id=\"XMLID_00000028321261694224140880000007962936316995400327_\" class=\"st0\" d=\"M1990.7,890.1c1.8-1.9,2.9-9.1-4.7-8.7\n\t\tc-0.1,0.5-0.1,1-0.1,1.5c0,3.4-4.7,10.4-7.2,16.9l4.6,2.3C1985.6,897,1989.2,891.6,1990.7,890.1z\"><\/path>\n\t<path id=\"XMLID_00000165928377877572507450000010065085643140432048_\" class=\"st0\" d=\"M1990.7,890.1c-1.5,1.5-5.1,6.9-7.4,11.8\n\t\tl0.5,0.2l0.8,4l8.8,5.3c0,0,6.5-5.3,9.2-5.8c2.7-0.4,33.3-19.5,33.3-19.5s2.7-4.9,2.3-6.7c-0.4-1.8-0.8-6.7,0.8-8.9\n\t\tc1.5-2.2-1.9-5.8-0.8-9.3c1.1-3.6,6.1-5.3,6.1-5.3l5.7-4.9l-3.8-1.3c0,0-5,2.2-10.7,1.8c-5.7-0.4-6.9,4.4-13,4.4\n\t\tc-6.1,0-9.6,1.8-11.1-0.4c-1.5-2.2-1.9-0.9-6.1,1.3c-4.2,2.2-6.9,1.8-8.8,0c-1.9-1.8-3.5,0.4-3.8,2.7c-0.4,2.1,0.2,6.9-5.7,7.8\n\t\tc-0.4,2.1-1.1,4.2-0.1,5.7c1.5,2.2-0.3,4.8-0.8,8.3C1993.6,880.9,1992.5,888.2,1990.7,890.1z\"><\/path>\n\t<path id=\"XMLID_00000020368947351542301940000007194622389135287479_\" class=\"st0\" d=\"M2889.8,854.9c0-0.3,0-0.6,0-0.9\n\t\tc-0.4-0.3-0.8-0.5-1.1-0.8c-5-4.1-9.6-9.2-12.2-15.2c-0.5,0.1-1.1,0.2-1.8,0.2c-3.5,0-7.3,0.4-8.8,2.2c-0.9,1-3.5,2.9-5.7,5\n\t\tc1.1,2.1,0.9,5.7,3,6c3,0.3,2.7,5.7-0.6,4.8c-3.3-0.8-3.3,5.2-0.4,10.3c2.9,5.2-5.5,11-3.2,13.6c2.3,2.6,0.4,5.8,1.4,7.5\n\t\tc1,1.7,13.2-0.7,18.5-7c5.3-6.3,6.7-5.5,9.5-4.7c2.7,0.8,5.5-2.3,4-4.8C2890.9,868.7,2889.4,862.5,2889.8,854.9z\"><\/path>\n\t<path id=\"XMLID_00000155840033065377311080000018385098073172609175_\" class=\"st0\" d=\"M2534.9,1041.7c-1.7-11-2.7-21.7-3.9-21.7\n\t\tc-1.7,0-4.1,9.4-7,8.8c-2.9-0.7-2.9-12.1,0.6-12.1c3.5,0,7.6-8.8,7.6-11.5c0-2.7-3.5-2.7-7-2.7c-3.5,0-11,0.7-11,0.7\n\t\ts-4.7-2-4.7-5.4c0-3.4-1.7-6.1-6.4-6.1c-4.6,0-4.6-5.4-8.1,0c-3.5,5.4,7.6,5.4,6.4,9.4c-1.2,4-4.7,1.3-5.2,4.7\n\t\tc-0.6,3.4,0.6,12.1,2.3,16.8c1.3,3.6,3.3,12.8,3.4,20.6c2.7-0.6,4-2.1,6.5-2.1c3.2,0,7.5-0.5,7.7-4.3c0.3-3.8,3.9-6.6,5.9-5.5\n\t\tc2,1.2,5,10.5,5.2,15.3c0,1.5,0.6,3.6,1.5,5.7c1.6-1.8,3.5-3.3,3.5-3.3S2533.3,1044,2534.9,1041.7z\"><\/path>\n\t<path id=\"XMLID_00000135679980564630584020000004303395457840030629_\" class=\"st0\" d=\"M2572.7,970.1c1.5-0.9,2.3-5.3,2.3-5.3\n\t\ts-5-0.9-5.7-3.6c-0.8-2.7-3.8-5.3-3.8-7.5c0-2.2-2.7-1.3-5,0.9c-2.3,2.2-6.5-2.7-11.5,0.4c-5,3.1-6.1,6.7-8.4,6.2\n\t\tc-2.3-0.4-1.9,2.2-3.8,4.4c-1.9,2.2-3.5,4.9-4.6,4.9c-1.1,0-5,2.2-5,2.2s2.7,6.7,1.2,9.8c-1.5,3.1-5.4,0-9.6,1.3\n\t\tc-4.2,1.3-6.1-1.8-9.2-0.9c-3.1,0.9-5-2.2-6.5-1.8c-1.5,0.4-3.8-4-3.1-7.5c0.8-3.5-1.5-8.4-3.1-5.8c-1.5,2.7-3.8,1.3-3.8,5.3\n\t\tc0,4,1.9,8.9-0.4,11.5c-2.3,2.7-14.6,4-16.9,1.8c-2.3-2.2-12.3-3.6-12.6-5.8c-0.4-2.2-3.4-6.2-5.4-6.2c-1.9,0-7.7,3.1-9.2,1.8\n\t\tc-1.5-1.3-5.4-4.9-8.1-5.3c-2.7-0.4-6.9-2.7-7.3-4.4c-0.4-1.8-6.5-2.7-7.7-4.4c-1.2-1.8-5-2.2-5-4.4c0-2.2,1.5-5.8,1.5-8.4\n\t\tc0-2.7,4.6-5.3,4.6-7.1c0-1.8-4.2-4.9-4.2-4.9s-2.7-5.8-5.8-5.8c-3.1,0-5.4-6.2-8-6.6c-2.7-0.4-1.9-6.7-3.5-8.9\n\t\tc-1.5-2.2-0.4-7.5,2.3-4.9c2.7,2.7,7.7,0,5.7-4c-1.9-4-5.4-7.5-5.4-9.8c0-2.2,2.3-8.9-0.4-10.7c-2.7-1.8-5-4.4-5.7-7.5\n\t\tc-0.8-3.1-3.8-5.3-3.8-5.3l-3.8,0.4c0,0-2.3,7.1-3.8,8c-1.5,0.9-6.9,2.2-9.6,4.4c-2.7,2.2-10.3-3.1-14.6-3.1c-4.2,0-6.9,4.9-5,6.2\n\t\tc1.9,1.3,1.5,10.6,1.5,10.6s2.3,11.5,5.7,10.7c3.4-0.9,7.7,4,4.6,4.9c-3.1,0.9-4.6,4.9-5,8.4c-0.4,3.6,0.4,8-1.9,8.4\n\t\tc-2.3,0.4-4.6,1.3-4.6,6.2c0,4.9-5,3.6-5.7,5.3c-0.8,1.8-2.7,10.7-3.8,12c-1.1,1.3-7.7,1.8-8.1,5.8c-0.4,4-3.4,8.9-5.4,8.4\n\t\tc-1.9-0.4-5.4-2.2-6.5,0.4c-1.2,2.7-6.1-2.2-7.3-0.9c-1.1,1.3-7.3,7.1-7.3,10.7c0,3.6,6.5,3.6,6.1,8c-0.4,4.4,2.3,9.3,4.2,11.5\n\t\tc1.9,2.2,5,7.5,3.4,10.2c-1.5,2.7-3.8,3.1-7.3,2.2c-3.4-0.9-3.1,1.8-9.2,0.4c-6.1-1.3-6.5,4-8.8,7.1c-0.1,0.2-0.4,0.5-0.6,0.8\n\t\tc2.9,2.6,4.1,7.4,8.9,9.5c5.6,2.5,10.6-4.2,10.6,0.7c0,4.8-13.2,3.8-13.5,5.3c-0.3,1.5,13.6,20.9,20.7,19.5\n\t\tc7-1.5,12.2-10.3,10.2-11.6c-2-1.3,1.2-6.8,3-5.8c1.9,1,0.3,9.6,2.4,11.6c2.2,2,1.4,5.6,0,10.3c-1.4,4.7,1.4,13.8,1.9,19\n\t\tc0.4,5,3.2,12.2,4.3,19.6c3.4,1.5,6.1,4.7,6.1,9.6c0,4.8,0,9.6,0.3,14.3c0.9,2.5,1.8,4.8,2.8,6.8c3.9,8.5,6.9,25.1,9.5,29.1\n\t\tc1.3,2,3.5,5.9,5.5,10.3c6.3,10.6,10.3,22.7,17.2,32.9c2.1-1.3,4.3-3.9,5-6.6c1.3-4.7,8.6-6.5,9-10.5c0.4-4,1.1-7.2,3.7-7.6\n\t\tc2.6-0.5,2.6-3.7,2.6-8c0-4.3,0.3-10.5,2.9-14.3c2.6-3.8,3-14.1,1.4-18.3c-1.6-4.2-0.7-10,0.7-14.1c1.4-4.2,0.9-9,3.6-9.3\n\t\tc2.7-0.3,6.7-3.2,9.6-7.7c1.4-2.1,4.1-4.7,6.9-7.1c-0.1-2.1,0.3-4.4,1.2-6.5c3.2-7.2,6.6-14.3,11.1-20.8c2.2-3.1,5.3-5.1,8.7-5.4\n\t\tc0.6-5.1,5.2-10.5,10.5-9.9c3.2,0.4,6.3,0.3,9.4,0c0.2-1.7,0-3.5,0.4-5.8c0.7-4.8,12.8-6.8,17.4-6.8c0.9,0,1.7-0.1,2.4-0.3\n\t\tc-0.1-7.7-2.1-16.9-3.4-20.6c-1.7-4.7-2.9-13.5-2.3-16.8c0.6-3.4,4.1-0.7,5.2-4.7c1.2-4.1-9.9-4.1-6.4-9.4c3.5-5.4,3.5,0,8.1,0\n\t\tc4.7,0,6.4,2.7,6.4,6.1c0,3.4,4.7,5.4,4.7,5.4s7.6-0.7,11-0.7c3.5,0,7,0,7,2.7c0,2.7-4.1,11.5-7.6,11.5c-3.5,0-3.5,11.5-0.6,12.1\n\t\tc2.9,0.7,5.2-8.8,7-8.8c1.3,0,2.2,10.7,3.9,21.7c0.5-0.6,0.9-1.1,1.4-1.1c2.3,0,1.1-9.3,2.7-12c1.5-2.7,0.8-11.1,1.9-11.1\n\t\tc1.2,0,8,2.7,7.7,0.4c-0.4-2.2,4.2-9.8,3.4-13.8c-0.8-4,2.7-8.9,2.7-13.8c0-4.9,3.8-6.2,6.5-8.9c2.7-2.7,7.3-6.2,8-4\n\t\tc0.8,2.2,6.5,4,4.2,0C2571.2,973.6,2571.2,971,2572.7,970.1z\"><\/path>\n\t<path id=\"XMLID_00000018236865652363279360000007637641386211352973_\" class=\"st0\" d=\"M1976,946c0.3,0.2,0.7,0.4,1,0.6\n\t\tc0.8-6.8,2.1-14.7,3.1-16.3c0.6-0.9,1-3,1.2-5.5c-2.7-3.2-3.6-6.4-3.6-7.1c0-1,0.6-7.4,2-8.1c0.4-0.2,1.5-0.2,2.9-0.1\n\t\tc0.3-2,0.6-4.9,0.8-7.5l-4.9-2.4c-0.7,1.8-1.3,3.6-1.5,5.3c-0.8,6-5.4,15.9-7.7,20l7,19.8L1976,946z\"><\/path>\n\t<path id=\"XMLID_00000127044172232467103640000017616194572199974815_\" class=\"st0\" d=\"M2414,780.8c-3.7-5-4.9-1.7-9.2-3\n\t\tc-4.3-1.3-21.5-3.3-25-1.7c-3.4,1.7-10.6-3-12.9-4.3c-2.3-1.3-9.8,0-10,4.7c-0.3,4.7-3.4,4.6-8.6,1.7c-5.2-3-12.9-3-13.2,0.3\n\t\tc-0.3,3.3-4,6.6-6,7.6c-0.8,0.4-1.9,3.1-2.9,6.3c1.6,0.7,2.5,2.3,3.6,3.7c1.9,2.7,6.9,2.2,7.7-0.4c0.8-2.7,8.8,2.7,13.4,7.1\n\t\tc4.6,4.4-2.3,1.3-4.2,5.8c-1.9,4.4-7.7,0-9.2,1.8c-1.5,1.8-11.5,2.7-14.2,2.2c-2.7-0.4-7.3,4.4-6.9,6.7c0.4,2.2,10.4-1.3,13.8,1.3\n\t\tc3.4,2.7,6.9-2.7,8.8,0.4c1.9,3.1,6.1,0.9,8,1.8c1.9,0.9,12.5-0.9,12.6-0.9c1.2-1.6,1.6-3.7,1.6-5.6c0-3,2.1-2.2,4.3-3\n\t\tc2.1-0.8,3.7-4,5.4-4c1.7,0,4.1-3,5.8-2.2c1.7,0.7,3.9,4.2,6,2.2c2.2-2,2.8-0.3,5.8-4.5c3-4.2,4.9-3.5,8.8-3c4.5,0.6,6.5-2,7.7-5\n\t\tc1.3-3,5.2-3,7.5-5c2.4-2,7.1-4.2,8.6-5c0.7-0.4,0.9-1.2,0.9-2.4C2418.7,781.2,2417.2,784.9,2414,780.8z\"><\/path>\n\t<path id=\"XMLID_00000131350214773667422780000013248900624992895147_\" class=\"st0\" d=\"M2051.9,791.4c3.2-1.7,4.3,2.3,6.9,6.3\n\t\tc0.2,0.3,0.3,0.5,0.4,0.7c3.5-0.6,6.2-1.8,9.8-2.3c2.6-0.4,6,0.3,8.6,1c-0.5-1-0.8-1.8-0.5-2.4c0.9-2,5.2,0.7,6.6,2.3\n\t\tc1.4,1.7,6,2.3,7.5,0.7c1.4-1.7-2.3-3.3-3.2-5c-0.4-0.8,0.7-2.6,1.9-4.1c-2.5-1.6-5.1-3.9-6-3.6c-1.3,0.5-1.3-7-3-7\n\t\tc-1.7,0-1.7-1.5-3.4-1.5c-1.7,0-8.2,0-9.9,1.5c-1.7,1.5-3.9-3.5-6-3.5c-2.2,0-4.7-2.5-6-4.5c-1.3-2-12,1-15.1-1.5\n\t\tc-3-2.5-8.6-4.5-11.6-4c-0.8,0.1-2.1,0.9-3.6,2c5.7,3.8,13.9,2.8,15,9.7c1.3,8,5.2,4.8,3.7,11.6c-0.3,1.3-1.1,2.6-2.2,3.8\n\t\tC2046.2,792.1,2050.4,792.2,2051.9,791.4z\"><\/path>\n\t<path id=\"XMLID_00000113353477158258876790000004778720009824862349_\" class=\"st0\" d=\"M2411.2,868.6c-3.4-0.2-10.1,3.7-11,7.3\n\t\tc0.7,0.9,1.3,1.9,1.6,3.2c0.8,3.1,3.1,5.8,5.7,7.5c1.7,1.1,1.4,4,1,6.7c1.5-0.1,3.1-0.2,4.1-0.5c2.8-0.7,8.8-10.7,9.7-13.5\n\t\tC2423.2,876.6,2414.8,868.9,2411.2,868.6z\"><\/path>\n\t<path id=\"XMLID_00000134972033174637951760000007882967635917066638_\" class=\"st0\" d=\"M2874.3,829.6c-1.4-1.4-2.5-2.5-3.1-3\n\t\tc-3.3-2.3-1.3-8.8,2.7-10c0.8-0.2,1.9-0.8,3.2-1.6c2.3-4.9,5.8-9.4,9.5-13.4c1.9-2.1,4.1-3.1,6.3-3.3c0.2-2.4,0.3-5,1.5-7.3\n\t\tc1.3-2.7,6-7.8,10.8-12.1c-1-0.5-2-0.7-2.7-0.4c-3.8,1.5-5-3.6-8.1-3.6c-3.1,0-2.5,8.7-5.6,8.7c-3.1,0-2.5,5.1-6.9,5.8\n\t\tc-4.4,0.7-5.6,0.7-3.8,4.4c1.9,3.6-2.5,2.2-6.3,2.2c-3.8,0-3.8-2.9-6.3-2.9c-2.5,0-4.4,5.1-6.3,8c-1.9,2.9-14.4,9.4-18.1,11.6\n\t\tc-1.1,0.6-2,2.5-2.7,4.9c4.5,0.4,9.1,3.4,11.1,6.3c2.7,4-3.2,8.5-5.7,12.1c-2.6,3.7,1.6,3.8,1.7,6.8c0.1,3,3.6,5.5,4.9,2.8\n\t\tc1.3-2.7,3.4-1.7,7.5-1.7c1.2,0,1.8,0.6,2.3,1.5c2.2-2.1,4.8-4,5.7-5c1.5-1.8,5.4-2.2,8.8-2.2c0.7,0,1.2-0.1,1.8-0.2\n\t\tC2875.3,835.4,2874.5,832.6,2874.3,829.6z\"><\/path>\n\t<path id=\"XMLID_00000151523852397254197640000015761095910141202366_\" class=\"st0\" d=\"M2493.7,970.7c-0.7-0.1-1.4-0.1-2.2-0.1\n\t\tc-5.6,0.3-9-3-12.7-2.7c-3.7,0.2-14.2-4.5-18.7-8.7c-4.5-4.2-16.8-13.2-19.8-16.7c-3-3.5-7.3-3.5-7.7-1.7c-0.4,1.6-2.6,1.7-5.9,2.1\n\t\tc-0.9,1.7-4.4,4.1-4.4,6.4c0,2.7-1.5,6.2-1.5,8.4c0,2.2,3.8,2.7,5,4.4c1.1,1.8,7.3,2.7,7.7,4.4c0.4,1.8,4.6,4,7.3,4.4\n\t\tc2.7,0.4,6.5,4,8.1,5.3c1.5,1.3,7.3-1.8,9.2-1.8c1.9,0,5,4,5.4,6.2c0.4,2.2,10.3,3.6,12.6,5.8c2.3,2.2,14.6,0.9,16.9-1.8\n\t\tc2.3-2.7,0.4-7.6,0.4-11.5C2493,971.9,2493.3,971.2,2493.7,970.7z\"><\/path>\n\t<path id=\"XMLID_00000027575075036267633360000005781430996027439791_\" class=\"st0\" d=\"M2607.2,1046.6c-4.3,2-6.5-0.7-6-3.7\n\t\tc0.4-3-3-3-5.4-3c-2.4,0-0.9-4.5,0-7.5c0.9-3-0.9-4.7-3.7-5c-2.8-0.2-4.1-7.2-3-9.2c1.1-2-5.8-3.7-8.8-2c-3,1.7-0.9-3-1.7-5.5\n\t\tc-0.9-2.5,3.9-11,8-15.7c4.1-4.7,2.4-11,2.4-16.5c0-5.5-1.9-5.5-3.9-5.5c-1.9,0-2.2-3.2-2.2-6.2c0-3-4.1-5.2-6.5-3.2\n\t\tc-0.3,0.3-0.9,0.7-1.6,1.1c0.1,0,0.2,0,0.2,0s-0.8,4.4-2.3,5.3c-1.5,0.9-1.5,3.5,0.8,7.5c2.3,4-3.4,2.2-4.2,0c-0.8-2.2-5.4,1.3-8,4\n\t\tc-2.7,2.7-6.5,4-6.5,8.9c0,4.9-3.5,9.8-2.7,13.8c0.8,4-3.8,11.5-3.4,13.8c0.4,2.2-6.5-0.4-7.7-0.4c-1.1,0-0.4,8.4-1.9,11.1\n\t\tc-1.5,2.7-0.4,12-2.7,12c-2.3,0-4.2,8.4-4.2,8.4s-1.9,1.5-3.5,3.3c1.9,4.5,5.3,9.3,9.1,11.1c5.6,2.7,9.3,15.8,11,22.8\n\t\tc1,4.2,1,8.5,0.4,12.1c0.1,0.5,0.2,1.1,0.2,1.6v5.8c0,1.2-0.2,2.3-0.6,3.4c0.8,0.4,1.6,0.8,2.6,1.4c3.3,2,7,2.7,9.5-1.3\n\t\tc2.4-4,7.5-6.8,8.2-11.3c0.7-4.5,3,2.2,5,4.5c2,2.3,3.4,6.8,3.9,12.5c0.4,5.7,0.9,19.8,5,24.3c4.2,4.5,4.9,14.3,3.7,17.8\n\t\tc-1.1,3.5,2.2,9.5,1.3,13.3c-0.2,0.8-0.4,1.8-0.6,3.1c3.7,0.8,8.3-18.5,8.3-18.5c0-4.4-3.1-4.9-3.1-8.4c0-3.6,0-9.8-3.8-13.8\n\t\tc-3.8-4-5.8-9.8-3.5-12c2.3-2.2,0.4-8.4,1.5-8c1.1,0.4,2.7-4,0.4-5.3c-2.3-1.3,0-6.7-1.9-7.5c-1.9-0.9-7.3-8-7.3-10.2\n\t\tc0-2.2,1.5-14.7,1.9-17.8c0.4-3.1,4.2-3.6,5.4-3.6c1.2,0,5.8,0.4,7.3-2.7c1.5-3.1,8-3.6,8.8-5.8c0.8-2.2,5-2.2,5-4.9\n\t\tc0-2.7,5-9.3,5-9.3c0.1,0,0.1,0,0.2,0C2611,1044.4,2609.7,1045.5,2607.2,1046.6z\"><\/path>\n\t<path id=\"XMLID_00000114775448751113874730000009268942475015034802_\" class=\"st0\" d=\"M2528.7,971.9c-5.8-6.2-7.3-1.2-11.2-3.5\n\t\tc-4.1-2.5-6-3.2-8-1.5c-1.9,1.7-5,1.5-6.9,7c-0.6,1.8-1.4,3.5-2.2,4.8c0.7,1.7,1.7,2.8,2.5,2.6c1.5-0.4,3.4,2.7,6.5,1.8\n\t\tc3.1-0.9,5,2.2,9.2,0.9c4.2-1.3,8,1.8,9.6-1.3c1.5-3.1-1.2-9.8-1.2-9.8S2527.8,972.4,2528.7,971.9z\"><\/path>\n\t<path id=\"XMLID_00000148660193316203490590000008368383369003371174_\" class=\"st0\" d=\"M2688,1150.9c1.2-6.7,1-13.6,1-20.4\n\t\tc0-1.2,0.2-2.3,0.5-3.3c-0.3-3.4-6.8-17.6-9.2-17.5c-2.4,0.2-13.6-13.1-15.6-15.3c-2-2.2-1.4-5.8-4.3-8.7\n\t\tc-2.9-2.8-3.2-10.1-2.4-15.3c0.7-5.2,7-6.3,6.9-9.8c-0.1-3.5,0.6-6.5,3.7-6.6c3.2-0.2,6.2-3.2,7.6-5.8c0.2-0.4,0.5-0.6,0.8-0.8\n\t\tc-0.8-1.1-1.5-1.8-2-1.8c-2.7-0.4-9.6-6.2-9.6-8.4c0-2.2,3.5-5.8-2.7-6.7c-6.1-0.9-6.9-3.6-8-4.9c-1.1-1.3-6.1,2.7-7.7,5.8\n\t\tc-1.5,3.1-3.1-0.9-6.5,1.3c-3.5,2.2-6.9-3.1-8.4,0c-1.5,3.1-5.4-1.8-7.3,0.9c-0.7,1-1.7,1.8-2.6,2.4c1.7,2.2,3.5,4.3,3.5,5.9\n\t\tc0,2.9,4.9,5,4.9,8.5c0,3.6,6.2,6.4,8,5c1.8-1.4,6.2-2.9,6.8,2.1c0.6,5,3.1,5,3.1,8.5c0,3.6-6.2,1.4-7.4,5\n\t\tc-1.2,3.6,10.4,7.8,10.4,10.7c0,2.8,3.7,6.4,4.9,10c1.2,3.6,6.8,7.8,8,12.1c1.2,4.3,6.2,6.4,8,8.5c1.8,2.1,2.5,7.1,1.8,11.4\n\t\tc-0.6,4.3-0.6,12.1,3.1,18.5c3.7,6.4-4.3,9.3-6.8,12.8c-2.5,3.6-1.2,8.5-8.6,6.4c-7.4-2.1,1.2,7.1,0,10c-1.2,2.9-11.1-2.8-11.1,0\n\t\tc0,1.7-3.3,3.9-6,5.4c1.1,1.6,2.5,2.5,4.3,3.8c2.3,1.7-2.9,4.5-2.7,9.8c0,0.5,0.1,0.9,0.1,1.3c0.9-0.7,2-1.2,3.1-1.6\n\t\tc1.8-1.3,3.9-2,6.2-2.1c0.8,0,1.5,0.1,2.3,0.2c0.4-2.2,1.5-4.3,2.9-5.8c0.9-0.9,2-1.7,3.1-2.2c0.2-1.2,0.3-2.5,0.7-3.4\n\t\tc1-2.2,2.6-1.3,6-1.2c2.3,0.1,5.1-1.5,8.2-3.7c0-0.3-0.1-0.5-0.1-0.8c-0.1-2.7,1.3-5.8,3.1-7.7c1.9-2,4.8-3.2,7.5-3.2h0.1\n\t\tC2688.1,1157.8,2687.4,1154.3,2688,1150.9z\"><\/path>\n\t<path id=\"XMLID_00000141413120446963109180000002617363972990142851_\" class=\"st0\" d=\"M2677.3,1142.3c-2.6-4.6-3.4-9.8-3.4-14\n\t\tc-2.4,2.2-5.3,2.3-6.9,1.6c-2.1-1-6.6-1.4-6.6,2.4c0,3.8-3.3,4.8-2.9,2.9c0.4-1.9-3.3-1.4-5.4-4.3c-2.1-2.9-9.5,1-13.3-0.5\n\t\tc-3.7-1.4-9.5,2.4-13.2,7.7c-3.7,5.3,0.4,5.3,0.4,10.1c0,4.8,2.5,4.8,1.2,8.6c0,0.1-0.1,0.2-0.1,0.3c3.4,1.7,2.4,6.4,2.6,9.5\n\t\tc0.7,0.8,1.3,1.7,2,2.5c1.3,0,2.9-0.6,4-0.6c1.9-0.2-1,3.3,0.3,5.7c0.2,0.2,0.4,0.5,0.6,0.7c2,1.4,6.4-2.2,7.3,0.4\n\t\tc0.2,0.7,0.5,1.2,0.9,1.7c2.7-1.5,6-3.7,6-5.4c0-2.8,9.8,2.9,11.1,0c1.2-2.8-7.4-12.1,0-10c7.4,2.1,6.2-2.9,8.6-6.4\n\t\tC2673,1151.6,2681,1148.7,2677.3,1142.3z\"><\/path>\n\t<path id=\"XMLID_00000146493447527519179890000003999602765782277015_\" class=\"st0\" d=\"M2651.5,1081.8c0-2.8-11.7-7.1-10.4-10.7\n\t\tc1.2-3.6,7.4-1.4,7.4-5c0-3.6-2.5-3.6-3.1-8.5c-0.6-5-4.9-3.6-6.8-2.1c-1.8,1.4-8-1.4-8-5c0-3.6-4.9-5.7-4.9-8.5\n\t\tc0-1.6-1.8-3.8-3.5-5.9c-1.6,0.9-3.2,1.1-3.9,0.3c-1.2-1.3-2.7,4.4-1.5,5.8c1.2,1.3,2.7,9.8-0.4,8.9c-3.1-0.9-3.1-5.8-5-5.3\n\t\tc0,0-5,6.7-5,9.3c0,1.8-1.9,2.4-3.4,3.3c0.9,0.9,1.6,1.7,1.9,2.2c0.8,1.4-0.4,5.3,0.8,8.6c1.2,3.4,5.4-1.9,6.6,2.9\n\t\tc1.2,4.8-0.8,7.2-0.8,12c0,4.8-3.3,4.3-2.5,8.6c0.8,4.3,5.4-1,8.7-3.8c3.3-2.9,5.8-2.4,7-0.5c1.2,1.9,5.4,0.5,6.2-1.9\n\t\tc0.8-2.4,7-3.4,9.1-0.5c2.1,2.9,4.1,6.2,7,8.2c2.9,1.9-2.1,12.5,0.8,13.4c2.9,1,7,6.2,6.6,12c-0.4,4.9,2,8.5-1.3,12.7\n\t\tc2,1.5,4.5,1.5,4.1,3.1c-0.4,1.9,2.9,1,2.9-2.9c0-3.8,4.6-3.4,6.6-2.4c1.6,0.7,4.5,0.6,6.9-1.6c0-1.7,0.1-3.3,0.3-4.5\n\t\tc0.6-4.3,0-9.3-1.8-11.4c-1.8-2.1-6.8-4.3-8-8.5c-1.2-4.3-6.8-8.6-8-12.1C2655.2,1088.2,2651.5,1084.6,2651.5,1081.8z\"><\/path>\n\t<path id=\"XMLID_00000010302978488962785080000006544944529960978341_\" class=\"st0\" d=\"M2654.6,1119.4c0.4-5.8-3.7-11-6.6-12\n\t\tc-2.9-1,2.1-11.5-0.8-13.4c-2.9-1.9-5-5.3-7-8.2c-2.1-2.9-8.3-1.9-9.1,0.5c-0.8,2.4-5,3.8-6.2,1.9c-1.2-1.9-3.7-2.4-7,0.5\n\t\tc-3.3,2.9-7.9,8.2-8.7,3.8c-0.8-4.3,2.5-3.8,2.5-8.6c0-4.8,2.1-7.2,0.8-12c-1.2-4.8-5.4,0.5-6.6-2.9c-1.2-3.4,0-7.2-0.8-8.6\n\t\tc-0.3-0.5-1-1.3-1.9-2.2c-0.7,0.4-1.3,0.9-1.6,1.6c-0.8,2.2-7.3,2.7-8.8,5.8c-1.5,3.1-6.1,2.7-7.3,2.7c-1.2,0-5,0.4-5.4,3.6\n\t\tc-0.4,3.1-1.9,15.5-1.9,17.8c0,2.2,5.4,9.3,7.3,10.2c1.9,0.9-0.4,6.2,1.9,7.5c2.3,1.3,0.8,5.8-0.4,5.3c-1.1-0.4,0.8,5.8-1.5,8\n\t\tc-2.3,2.2-0.4,8,3.5,12c3.8,4,3.8,10.2,3.8,13.8c0,3.6,3.1,4,3.1,8.4c0,0-4.6,19.4-8.3,18.5c-0.8,4.8-1.8,12.4-2.7,16.6\n\t\tc-1.1,5.2-2,9.6,0.6,10c2.6,0.3,7.7,7.1,12.8,14.5c1.2,1.8,2.2,3.7,2.9,5.6c1.7-0.1,3.7,0,5.6,0.4c3.8,0.8,4.8,4.4,4.8,6.6\n\t\tc0,2.2,6.5,1.4,7.6,1.1c0.9-0.2-0.3-3.3,3-4.5c-2-3.2-7-7.1-11.2-7.5c-4.9-0.5-7.2-9-6.7-12.8c0.4-3.8-3.6-7.1-3.6-10.5\n\t\tc0-3.3-2.9-3.5-6.2-5.3c-3.3-1.8,0.7-13.1,1.1-18c0.2-2.5,2.1-7.2,3.7-11.9c-0.6-3.1,0.3-6,2-8.3c0.1-1.1,0-2-0.3-2.7\n\t\tc-2-4.3,7-7.6,8.2-2.8c0.1,0.2,0.1,0.5,0.2,0.7c3.6-0.4,7.2,1.1,9.4,5.4c0.2,0.4,0.4,0.7,0.6,1.1c3.1,1.2,3.8,4.7,7.5,5.9\n\t\tc0.3,0.1,0.5,0.2,0.7,0.3c0-0.1,0.1-0.2,0.1-0.3c1.2-3.8-1.2-3.8-1.2-8.6c0-4.8-4.1-4.8-0.4-10.1c3.7-5.3,9.5-9.1,13.2-7.7\n\t\tc3.7,1.4,11.2-2.4,13.3,0.5c0.4,0.5,0.8,0.9,1.2,1.2C2656.7,1127.9,2654.3,1124.3,2654.6,1119.4z\"><\/path>\n\t<path id=\"XMLID_00000150794142533618312790000003923224330986490779_\" class=\"st0\" d=\"M2096.8,955c0,0-14.9-2.2-17.2-2.2\n\t\tc-2.3,0-8-0.9-11.5-4.4c-3.5-3.6-20.3-18.2-23.4-20c-3.1-1.8-15.7-12.4-19.2-12.9c-3.5-0.4-3.8,0-8,0c-4.2,0-2.3,3.1-10,3.6\n\t\tc-7.7,0.4-11.9,6.2-9.6,7.1c2.3,0.9,9.6,8.4,7.3,9.8c-2.3,1.3-2.7,5.3-5.7,5.3c-3.1,0-6.1,0.5-6.1,3.1c0,2.7-4.2,7.1-7.7,6.7\n\t\tc-2-0.3-6.3-2.8-9.6-5l-1,3.2l-0.4,3c0.7,2.4-0.3,12,1.6,12.8c2.2,0.8,3.3,5.3,7.9,11.1c4.6,5.8,13.9,21.4,14.1,25.3\n\t\tc0.1,3.8,1.7,8,7.5,12.5c5.7,4.5,5.7,10,8.8,12.6c3,2.7,2.3,5.8,2.4,12.5c0.1,6.6,2.7,15.3,7.9,19c5.2,3.7,8.7,7.6,11.2,14.8\n\t\tc2.4,7.1,5.6,13.3,8.9,17.1c3.3,3.8,1.4,5.8,3.3,8.6c1,1.4,2.3,3.9,3.2,6.5c2.6-1.4,4.3-2.5,4.5-2.8c0.5-1.3-1.1-4.8-0.3-6.1\n\t\tc0.8-1.3,2.5-3.5,4.2-4.2c1.7-0.6,3.6,1.9,7.2,1.3c3.6-0.6,11.1,0.3,11.9,1.3c0.8,1,11.1,0.3,13.6,2.6c2.5,2.2,5,1.6,6.7-2.9\n\t\tc1.7-4.5,13.3-14.1,15-15.1c1.7-1,14.1,0,19.1-1.3c5-1.3,37.7-13.5,39.1-14.8c1.4-1.3,6.7-21.2,6.7-23.5c0-2.3-2.5-8.4-5-8\n\t\tc-2.5,0.3-23-2.2-24.4-3.2c-1.1-0.8-6.6-5.5-7.3-12.1c-1.6-1.4-3.5-4.5-4-7.2c-2.4,0.4-6.1-0.3-8.1-6.5c-1.9-1.5-6.9-9.8-5.2-12.1\n\t\tc2.2-2.8-1.1-8.8-4.3-12.1c-3.2-3.3-9.6-9.5-9.9-13.3c-0.1-1.1-0.6-2.8-1.2-4.8l-7.7-0.5L2096.8,955z\"><\/path>\n\t<path id=\"XMLID_00000093865951103245608280000005323833097819955384_\" class=\"st0\" d=\"M2198.6,1060.5c6.5-6.9,11-15.1,16.3-22.9\n\t\tc1.2-1.7,2.7-3.1,4.4-4c-0.3-0.2-0.7-0.4-1.2-0.5c-2.7-0.5-7-9.3-8.2-11.8c-1.1-2.5-9.5-0.8-16.2-7c-2.7-2.5-4.3-7.2-5.2-12\n\t\tl-3.4,2.2h-3.7v8.5l-6.1,9l-3.3,9.5c0.9,0.1,1.6,0.1,2,0c2.5-0.3,5,5.8,5,8c0,2.3-5.3,22.2-6.7,23.5c-1,0.9-18.3,7.5-29.7,11.6\n\t\tc2.5,6,7.4,17.8,11.9,28.4c0.8-0.4,1.6-0.8,2.5-1.4c1-0.7,2.1-1.2,3.1-1.5c0.6-0.4,1.3-0.7,2-1c4.4-1.8,8.7-3.5,12.8-5.8\n\t\tc0.1-1.2,0.4-2.5,1.6-3.7c1.4-1.4,3.1-1.8,4.7-1.9c0.8-1,1.8-1.9,3-2.5c0.8-0.4,1.5-0.8,2.2-1.2c0.7-0.6,1.4-1,2.1-1.3\n\t\tc0.6-0.4,1.1-0.7,1.6-1.1c0.9-1.9,1.9-3.7,3.2-4.3c0.6-0.3,1.2-0.5,1.8-0.6c0.8-1,1.5-2,2.1-3.1\n\t\tC2194.9,1069.9,2194.6,1064.8,2198.6,1060.5z\"><\/path>\n\t<path id=\"XMLID_00000044857347736234460530000012257149368374762117_\" class=\"st0\" d=\"M2138.2,1009.1c-0.2-1.2-0.2-2.3,0.2-3.1\n\t\tc1.9-3.7,3-13.1-1.2-14.5c-4.2-1.3-6.5,8.3-6.5,11c0,0.5-0.3,0.5-0.7,0.2C2132.2,1008.9,2135.8,1009.5,2138.2,1009.1z\"><\/path>\n\t<path id=\"XMLID_00000137832922386736491060000004162827551466094511_\" class=\"st0\" d=\"M2149.6,1028.4c1.2,0.8,16.6,2.8,22.4,3.2\n\t\tl3.3-9.5l6.1-9v-8.5h3.7l3.4-2.2c-1.4-6.9-1.6-13.9-2.7-14c-1.7-0.2-8.8,8.6-11.6,15.1c-2.9,6.5-11.2,11.5-18.4,10\n\t\tc-7.2-1.5-9.6,2-11.5,3.5c-0.5,0.4-1.2,0.1-2.1-0.7C2143,1022.9,2148.4,1027.6,2149.6,1028.4z\"><\/path>\n\t<path id=\"XMLID_00000152966154363438360160000011154943221351210898_\" class=\"st0\" d=\"M2634.8,1242.4c0.1-7.5-6-6.6-7.5-11.8\n\t\tc-1.4-5.2-3.9-2.2-4.7-5.5c-0.1-0.5-0.4-1-0.7-1.6c-3.2,1.2-2.1,4.3-3,4.5c-1.2,0.3-7.6,1.1-7.6-1.1c0-2.2-1-5.8-4.8-6.6\n\t\tc-2-0.4-3.9-0.6-5.6-0.4c2.3,5.9,2.6,12.2,2.7,17.2c0.1,6.6,8.6,17.3,9.9,21.6c1.3,4.3,3.7,5.7,9.3,10.3c5.6,4.7,16.5,12.1,18.6,11\n\t\tc2.2-1.2-3.3-12.1-6.5-16C2631.8,1260.2,2634.7,1249.9,2634.8,1242.4z M2781.6,1229.6c-2.6,0.7-8.6,0.3-8.6-2.7\n\t\tc0-3-5.5-8.6-8.9-8.6c-3.4,0-7.5,8-7.7,11.3c-0.3,3.3-5.7,3-5.2,7.6c0.2,1.8-0.8,2.6-2.1,3.1c0.9,4,1.4,6.9,0.1,6.5\n\t\tc-2.3-0.7-2.9,2.7-6.3,2.7c-1.2,0-3.2-3.4-5.3-7.9c-0.1,0-0.1,0-0.2,0c-2.3,0-7.5,9.3-8.6,15.6c-1.1,6.3-6.3,4.3-14.1,5\n\t\tc-7.7,0.7-4.6,10-6.3,14.3c-1.6,3.9-10.1-3.2-14.4-4.2c0.7,3.6,1.7,7.2,2.9,7.2c2.3,0,5.7,6.6,8,4.6c2.3-2,9.2,0,12.6-1.3\n\t\tc3.4-1.3,4-4.7,9.8-4.7c5.7,0,3.4,5.3,9.2,2c5.7-3.3,9.2-0.7,8.6-6.7c-0.6-6,3.4-6,2.9-10.6c-0.6-4.7,6.3-1.3,5.7-10\n\t\tc-0.6-8.6,10.3-7.3,14.9-7.3c1.1,0,2.7,0.7,4.6,1.8c3.4-1.9,8.3-4.5,6-6.8c-2.6-2.7,7.7-0.3,8.9-4.3\n\t\tC2789.4,1232.3,2784.2,1228.9,2781.6,1229.6z\"><\/path>\n\t<path id=\"XMLID_00000068663232451851478520000014171477920103755417_\" class=\"st0\" d=\"M2094.8,944.2c1.2-1.5,1.5-3.6,4.4-4.1\n\t\tc2.4-0.4,3.8,1.4,6.4,4.2c1-1.1,2.6-2.1,4.2-2.6c-2.6-3.1-5.7-6.7-5.5-8.8c0.4-3.5-3.1-5.3-3.5-7.5c-0.4-2.2,2.3-5.8,0.8-7.5\n\t\tc-1.5-1.8-1.9-6.2-4.6-6.7c-2.7-0.4-11.1-5.3-10.7-8.4c0.4-3.1-3.1-5.3-4.6-6.2c-1.5-0.9-3.1-8.9-1.2-10.2c1.9-1.3,1.5-8.9,3.8-8.9\n\t\tc2.3,0,0.4-4,1.2-6.7c0.8-2.7-1.9-4-3.8-4c-1.9,0-5.4-3.6-5.4-6.7c0-3.1-3.8-7.5-3.4-8.9c-0.7,5.9-8-3.2-10.2-1.9\n\t\tc-2.3,1.3-4-2.7-8.6-2c-2.9,0.4-2.8,2.2-4.3,3.8l0.2,0.1l-5.7,4.9c0,0-5,1.8-6.1,5.3c-1.1,3.6,2.3,7.1,0.8,9.3\n\t\tc-1.5,2.2-1.2,7.1-0.8,8.9c0.4,1.8-2.3,6.7-2.3,6.7s-11.4,7.1-20.9,12.7c0.2,2.1,0.4,4,0.8,5.5c0.6,2.5,1.5,7.2,2.3,11\n\t\tc3.7,0,4.2-0.4,7.5,0c3.5,0.4,16.1,11.1,19.2,12.9c3.1,1.8,19.9,16.4,23.4,20c3.5,3.6,9.2,4.4,11.5,4.4c1.3,0,6.8,0.7,11.3,1.4\n\t\tC2092.1,950.4,2094.1,945.2,2094.8,944.2z\"><\/path>\n\t<path id=\"XMLID_00000027606566503442558680000005768576206333830787_\" class=\"st0\" d=\"M2096.8,955l5,4.9l7.7,0.5\n\t\tc-1.7-5.2-4.7-12.4-4.7-14.2c0-0.6,0.3-1.3,0.9-1.9c-2.6-2.8-4.1-4.6-6.4-4.2c-3,0.5-3.2,2.6-4.4,4.1c-0.8,0.9-2.7,6.1-4,9.9\n\t\tC2094.1,954.6,2096.8,955,2096.8,955z\"><\/path>\n\t<path id=\"XMLID_00000122000681011292891170000018355937903502934945_\" class=\"st0\" d=\"M2350.8,802.7c-4.6-4.4-12.6-9.8-13.4-7.1\n\t\tc-0.8,2.7-5.7,3.1-7.7,0.4c-1.9-2.7-3.4-5.8-9.2-3.1c-5.7,2.7-9.6,6.2-10,8.9c-0.4,2.7-4.2,5.3-4.6,1.8c-0.4-3.6-5-4.9-8-5.8\n\t\tc-3.1-0.9-8,0.9-8.4-2.7c-0.4-3.6-5-7.6-5.4-11.6c-0.4-4,0.8-9.8-2.3-10.7c-3.1-0.9-5-6.7-7.7-6.7c-2.7,0-17.6,0-19.5-0.9\n\t\tc-1.9-0.9-11.9,3.5-12.6,0.9c-0.6-2.2-7.5-10.7-11.4-14.4c-0.4,1.8-1.3,3.5-2.9,4.9c-7.2,6-14.1,5-11.8-2.3c2.3-7.3,2.6-16-1.1-16\n\t\tc-3.7,0-1.1,15.3-4,16.3c-2.5,0.9-3.5-11.1-1.4-17.4l-24.5,7.6l-1.2,49.7c0,0-0.1,0-0.1,0.1c2.3,1.3,5,1.7,6.8,1.9\n\t\tc3.7,0.3,3.4-3,3.4-5.3c0-2.3,4-6.3,6.9-6c2.9,0.3,2.6-4.3,3.4-4.3c0.9,0,3.2-0.7,4-2.3c0.9-1.7,5.5,0.3,6.9,2\n\t\tc1.4,1.7,4.9,2.3,7.5,3c2.6,0.7,3.4,10,3.4,12c0,2,12.3,1.7,14.4,2c2,0.3,2,4.3,4,7.3c2,3,3.4,7,4.3,9.3c0.9,2.3,8,5.3,9.8,8.3\n\t\tc1.7,3,7.2,6,11.2,7.6c4,1.7,7.7,8,10,7.6c2.3-0.3,8.6,3.3,8.6,3.3l0.7,7.4c0.3-0.1,0.5-0.1,0.8-0.2c3.4-1.3,5.4,3.1,8,3.1\n\t\tc1.1,0,2.5,1.1,3.9,2.1c-0.2-6.5,1.8-9.7,4-11.7c2.6-2.3-1.7-6.3-1.1-10c0.6-3.7-6.6-5.7-6-8.6c0.6-3,6.6-2.7,9.2-4\n\t\tc2.6-1.3,0.6-6.3,3.2-6.3c2.6,0,3.7-3,4.6-6c0.9-3,5.2,0,7.5-2c2.3-2,5.7-3.3,6.6-1.7c0.7,1.3-2.2,6.9-3.4,9.2c4-0.1,10-1,11.2-2.3\n\t\tc1.5-1.8,7.3,2.7,9.2-1.8C2348.5,804.1,2355.4,807.2,2350.8,802.7z\"><\/path>\n\t<path id=\"XMLID_00000124135460771413690570000003955215494492118444_\" class=\"st0\" d=\"M2931.4,891.5c-1.1,3.7-4.6,2-9.2,3\n\t\tc-4.6,1-4.7,13.7-1.4,15c2.6,1,4.6,1,5.4-3c0.9-4,5.5-5.3,8.3-3.7c2.9,1.7,6.6-5,6.6-10C2941.2,887.8,2932.6,887.8,2931.4,891.5z\"><\/path>\n\t<path id=\"XMLID_00000085247107888030125200000005672498644846356382_\" class=\"st0\" d=\"M2911.6,904.4c0-3.3-6.3-2.7-6.6-5.7\n\t\tc-0.3-3-4.6-1.3-8.9,2.3c-4.3,3.7-5.7,4.3-4,8c1.7,3.7,4.3,0.3,5.4-3.3c1.2-3.7,4,5.3,1.4,11.3c-2.6,6,0.3,14.4,3.7,13.6\n\t\tc2.9-0.7,6.6-12.6,10.9-19C2917.9,905.4,2911.6,907.8,2911.6,904.4z\"><\/path>\n\t<path id=\"XMLID_00000147213405843098810470000013540507947825030291_\" class=\"st0\" d=\"M3047.3,759.5c-2-3-5.4,1.7-9.8,2.7\n\t\tc-4.3,1-17.8-12-21.2-17.9c-3.4-6-9.2-1-6.3,3.3c2.9,4.3-0.6,5.6-0.6,11.6c0,6-3.4,6-2.9,10c0.6,4-4.6,3.3-8,4\n\t\tc-3.4,0.7,0.3,4.7-3.7,6.7c-4,2-3.7,5.3-1.7,6.6c2,1.3,0.6,5.6,0,8.6c-0.6,3,2.6,0.7,4.9-2.3c2.3-3,4.7,1.4,5.2-1.3\n\t\tc0.6-3.3-6-5-5.7-8.3c0.3-3.3,4.6,1,8-1c3.4-2,10.3-0.3,14.6,4c4.3,4.3,5.5,2.7,6.3-2.7c0.9-5.3,7.5-7.6,14.1-7.6\n\t\tc6.6,0,7.2-3.7,5.2-5.3c-2-1.7,10.9-11.3,10.6-14C3055.9,753.8,3049.3,762.5,3047.3,759.5z\"><\/path>\n\t<path id=\"XMLID_00000074416221351255576320000003924323216825998490_\" class=\"st0\" d=\"M2974.5,885.7c0.4-0.4,0.8-0.9,1.1-1.5\n\t\tc1.6-3,2.6-2.3,3.8-1.1c3.5-5,7.5-9.1,12.4-11.8c1.9-3,4.3-5.6,7.7-7.5c0.1-1.2,0.3-2.2,0.8-3.1c2.3-4,4.6-12.3,2.3-17.3\n\t\tc-2.3-5,5.2-8.3,8.9-12.3c3.7-4-4.3-23.9-4.6-29.9c-0.3-6-9.5,2.3-12.3,4c-2.9,1.7-4.9,12-1.7,15c3.2,3-5.2,8.7-4.9,15\n\t\tc0.3,6.3-5.2,6.3-6,11c-0.9,4.7-4,3.7-8.9,8c-4.9,4.3-7.5-0.7-6.3-3.7c1.1-3-7.5,1.7-7.2,9c0.3,7.3-8,8-6,11.3c2,3.3-6.3,5.3-6,2.3\n\t\tc0.3-3-5.2-1.3-11.8,1.7c-6.6,3-10.6-3.3-14.4,1c-3.7,4.3-10,12-14.9,13c-4.9,1-2.1,7.8,0,6.6c3.4-2,8.9,0,10.6-3\n\t\tc1.7-3,15.8-6.6,24.4-7c8.6-0.3,3.4,4.6,4,10c0.6,5.3,7.8,4.3,11.5-0.7c3.7-5,6.6-4.7,3.4-7.7c-3.2-3,0.6-5.6,2.9-1.7\n\t\tc1.1,2,3.5,3.1,5.9,3C2970.7,886.8,2972.5,885.9,2974.5,885.7z\"><\/path>\n\t<path id=\"XMLID_00000052826601481913742180000001418956059413989284_\" class=\"st0\" d=\"M2690.3,1084.1c0.4-0.3,0.8-0.6,1.2-0.9\n\t\tc4-2.7,8.3-4.7,12.6-6.7c1.6-3.7,5-8.1,4.4-10.5c-0.6-2.3-8.3-1-12.1-1c-3.7,0-13.2,6.3-9.5,15.3\n\t\tC2687.7,1082.2,2688.9,1083.4,2690.3,1084.1z\"><\/path>\n\t<path id=\"XMLID_00000163042123913181700970000008720692709924904599_\" class=\"st0\" d=\"M2939.4,705c0.3-6-5.7-4-7.8-2.3\n\t\tc-2,1.7-7.7,0-9.5,4c-1.7,4-4.6,1.7-8.6,2.3c-4,0.7-9.8-1.3-9.5-4.3c0.3-3-2.3-6-2-9.6c0.3-3.7-4-2-6.9-5.3c-2.9-3.3-8.6-5.7-9.8-5\n\t\tc-1.1,0.7-4.6-3.7-9.5-4c-4.9-0.3-4.3-4-3.7-6.3c0.6-2.3-4-9.6-4.9-13.6c-0.9-4-4.3-4.6-5.7-13.3c-1.4-8.6-5.5-6.3-4.6-10.3\n\t\tc0.9-4-4.9-6-6.3-8.3c-1.4-2.3-7.5-1.3-11.8-4c-4.3-2.7-6.9-0.7-10.9-2c-4-1.3-13.2,1.3-14.3,1.3c-1.1,0-8.3-1.7-12.3,4.6\n\t\tc-4,6.3-0.9,6,0.9,6c1.7,0,2.6,6,2.9,8c0.3,2-2.9,5-4.3,5.6c-1.4,0.7-5.5,8-6,10.6c-0.6,2.7-5.2,9.3-4.6,11.6\n\t\tc0.6,2.3-2.3,4.6-4.3,5c-2,0.3-7.5,5-9.2,5.7c-1.7,0.7-8.6-0.7-9.5-3c-0.3-0.8-1.1-1.4-2.2-1.9l-7.8,18l-0.6,5.8c0,0-5,1.5-1.2,5.8\n\t\tc3.8,4.3,4.4,0.7,10,0.7c5.6,0,8.1,5.1,9.4,1.5c1.3-3.6,6.2-5.8,9.4-1.5c3.1,4.3,13.1,11.6,12.5,15.2c-0.6,3.6-6.2,2.9-10,1.5\n\t\tc-3.8-1.5-8.8,2.9-12.5,2.9c-3.8,0-8.1,1.5-11.9,5.8c-3.8,4.3-3.1,8.7-8.8,9.4c-5.6,0.7-8.1,0-14.4,5.1c-6.2,5.1-13.1,2.9-15.6,1.5\n\t\tc-2.5-1.5-6.9-2.2-9.4,2.9c-2.5,5.1,3.1,7.2,2.5,13c-0.6,5.8-6.9,4.4-11.9,10.9c-5,6.5-13.1,9.4-17.5,8.7\n\t\tc-4.4-0.7-13.8-3.6-21.9,0.7c-8.1,4.3-13.8,10.9-16.9,10.1c-3.1-0.7-3.1-5.1-7.5-4.4c-4.4,0.7-6.9-0.7-10-2.9\n\t\tc-3.1-2.2-5.6,1.4-10.6-2.9c-5-4.3-13.8-3.6-17.5-4.3c-3.8-0.7-18.1,0-23.1-0.7c-5-0.7-11.9,1.4-12.5-1.4\n\t\tc-0.6-2.9-4.4-5.1-5.6-11.6c-1.3-6.5-4.4-8.7-7.5-9.4c-3.1-0.7-3.5-4.5-6.3-5.1c-1.3-0.3-2.9-5.1-7.3-5.1c-4.4,0-19.7-2.1-21.8-6.2\n\t\tc-2.2-4.1,2.2-5.1,2.2-9.2c0-4.1,2.4-9.7,0.6-11.3c-1.8-1.6-4.8-5.3-5.2-8.5c-0.4-3.2-5.2-7.6-8.3-7.8c-3.2-0.2-5.8-2.5-8.7-5.5\n\t\tc-3-3-5.8-2.8-7-10.4c-0.1-0.5-0.2-0.9-0.3-1.3c-1.2-0.1-2.7-0.7-3.7-0.7c-0.8,0-1.7-0.7-2.5-1.8c-0.8,3.2-3.4,4.7-3.4,7.2\n\t\tc0,2.8-1,6.2-4.2,6.2c-3.2,0-6.2,2.8-6.4,8.5c-0.2,5.8,2.8,6.4,1.4,9c-1.4,2.5-7.2,5.1-9.1,3.9c-2-1.2-5.8-0.5-8.9-0.9\n\t\tc-3.2-0.5-5.6-5.1-6.6,0c-1,5.1-7.6,20-6,21.6c1.6,1.6,2.8,5.3,0,5.3c-2.8,0-5.6-0.5-7-2.1c-1.4-1.6-5.9,2.3-9.1,2.1\n\t\tc-1.5-0.1-7.7,3.2-5.6,4.4c2.2,1.2,2.2,7.2,2.2,9.7c0,2.5,4.7,10,3.9,12.5c-0.9,2.5-5.2,5.2-5.2,8.5c0,3.2,0.9,6.2-0.6,7\n\t\tc-1.5,0.7-6.2,3-8.6,5c-2.4,2-6.2,2-7.5,5c-1.3,3-3.2,5.6-7.7,5c-3.9-0.5-5.8-1.3-8.8,3c-3,4.2-3.7,2.5-5.8,4.5\n\t\tc-2.2,2-4.3-1.5-6-2.2c-1.7-0.8-4.1,2.2-5.8,2.2c-1.7,0-3.2,3.2-5.4,4c-2.2,0.7-4.3,0-4.3,3c0,1.8-0.4,4-1.6,5.6h0l1.5,9.8\n\t\tc0,0,9.2,3.6,9.6,7.1c0.4,3.6,1.9,15.1,1.9,15.1s-0.1,0-0.3,0c3.7,3.4,8.8,7,8.8,8.3c0,1.5,0.4,6,5,8.5c2.9,1.6,5.8,3.3,7.6,4.7\n\t\tc0.2-0.6,0.4-1.1,0.4-1.1l3.8-0.4c0,0,1.1,0.8,2.2,2.2c0.9-3.6,7.6-7.5,11-7.3c3.7,0.3,12,8,11.2,10.7c-0.9,2.7-6.9,12.7-9.7,13.5\n\t\tc-1.1,0.3-2.6,0.4-4.1,0.5c-0.3,1.6-0.6,3.1-0.6,4c0,2.2,3.4,5.8,5.4,9.8c1.9,4-3.1,6.7-5.7,4c-2.7-2.7-3.8,2.7-2.3,4.9\n\t\tc1.5,2.2,0.8,8.4,3.5,8.9c2.7,0.4,5,6.6,8,6.6c3.1,0,5.8,5.8,5.8,5.8s4.2,3.1,4.2,4.9c0,0.2-0.1,0.4-0.2,0.7\n\t\tc3.3-0.4,5.6-0.5,5.9-2.1c0.4-1.7,4.7-1.7,7.7,1.7c3,3.5,15.3,12.5,19.8,16.7c4.5,4.2,15.1,9,18.7,8.7c3.7-0.3,7.1,3,12.7,2.7\n\t\tc0.8,0,1.6,0,2.2,0.1c0.8-1,2.1-1,3.2-2.8c1.5-2.7,3.8,2.2,3.1,5.8c-0.4,1.6,0,3.5,0.5,4.9c0.8-1.3,1.6-2.9,2.2-4.8\n\t\tc1.9-5.5,4.9-5.2,6.9-7c1.9-1.7,3.9-1,8,1.5c3.9,2.4,5.4-2.6,11.2,3.5c1.2-0.6,2.7-1.4,3.4-1.4c1.1,0,2.7-2.7,4.6-4.9\n\t\tc1.9-2.2,1.5-4.9,3.8-4.4c2.3,0.4,3.4-3.1,8.4-6.2c5-3.1,9.2,1.8,11.5-0.4c2.3-2.2,5-3.1,5-0.9c0,2.2,3.1,4.9,3.8,7.5\n\t\tc0.7,2.4,4.7,3.3,5.6,3.5c0.7-0.4,1.3-0.8,1.6-1.1c2.4-2,6.5,0.2,6.5,3.2c0,3,0.2,6.2,2.2,6.2c1.9,0,3.9,0,3.9,5.5\n\t\tc0,5.5,1.7,11.7-2.4,16.5c-4.1,4.7-8.8,13.2-8,15.7c0.9,2.5-1.3,7.2,1.7,5.5c3-1.7,9.9,0,8.8,2c-1.1,2,0.2,9,3,9.2\n\t\tc2.8,0.3,4.5,2,3.7,5c-0.9,3-2.4,7.5,0,7.5c2.4,0,5.8,0,5.4,3c-0.4,3,1.7,5.7,6,3.7c2.5-1.2,3.8-2.2,4.4-1.1\n\t\tc1.7-0.1,1.8,4.4,4.8,5.3c3.1,0.9,1.5-7.5,0.4-8.9c-1.2-1.3,0.4-7.1,1.5-5.8c1.1,1.3,4.6,0,6.5-2.7c1.9-2.7,5.7,2.2,7.3-0.9\n\t\tc1.5-3.1,5,2.2,8.4,0c3.4-2.2,5,1.8,6.5-1.3c1.5-3.1,6.5-7.1,7.7-5.8c1.1,1.3,1.9,4,8,4.9c6.1,0.9,2.7,4.4,2.7,6.7\n\t\tc0,2.2,6.9,8,9.6,8.4c0.5,0.1,1.2,0.8,2,1.8c1.9-1.1,5.2,0.7,5.9-1.8c0.9-3,4-2.2,5.3,0.3c1.3,2.5,2.7,3,5.6,0c2.9-3,4.3,3,2.6,4.7\n\t\tc-1.7,1.7-0.6,6.8,2.2,9.8c2.7,3,3.2-1.8,2.6-4.8c-0.6-3,4.6-6,13.6-9.5c9-3.5,18.8-11.1,18.9-12.8c0.1-1.7,6.5,3,9.5,0.3\n\t\tc0.7-0.6,1.7-1,2.9-1.4c0.5-0.6,1.1-1.2,1.8-1.7c1.7-1.3,3.5-2.5,5.2-3.6c0.8-1.7,2.2-3.1,4.3-4c5.9-2.6,13.6-4.4,19.2-8.4\n\t\tc0.3-0.7,0.4-1.3,0.4-1.9c0-1.2,2.2-1.9,4-2.7c3.3-4.9,2.8-10.8,3.5-16.6c1.5-12.5,8.8-18.3,18.7-18.7c0,0,0.1-0.1,0.1-0.1\n\t\tc0.2-0.7,0.4-1.3,0.5-2c0.4-3.2,4.4-6,6.3-6.8c1.9-0.8,2.6-5.3,2-9.1c-0.6-3.8,3.3-2.8,1.6-4.3c-1.7-1.5,0.7-5.6,4.2-6.8\n\t\tc3.4-1.2-2.1-3-4-1.3c-1.9,1.7-3.9-4.8-5.6-2.3c-1.7,2.5-6.6-1.5-3.4-2.3c3.2-0.8,8-5,10.2-5.8c2.1-0.8-3.2-6.3-5.9-6.2\n\t\tc-2.7,0.2-5.7-7.3-8.6-7.3c-2.9,0,2.2-2.3,5.5-0.3c3.3,2,7.2,3.7,8.6,2c1.4-1.7-5.6-8.3-8.2-10.6c-2.6-2.3-0.1-5.5-1.7-6.8\n\t\tc-1.6-1.3-5-9.8-6.2-13.6c-1.1-3.8-7.2-4.5-8.6-7c-1.4-2.5,0.1-8.3,4.6-10.5c4.4-2.2,2.6-6.5,4.6-6c2,0.5,3.7-0.5,5.3-4.3\n\t\tc1.6-3.8,4.3-1.5,5.9-3.5c1.6-2,8.6-1.8,11-3.8c2.4-2-2.3-8.1-5.6-7.2c-3.3,1-7.2-0.5-9.5-4.5c-2.3-4-8.3,7.3-12.9,9.8\n\t\tc-4.6,2.5-7.6-4.5-6-9c1.6-4.5-3.6-4.3-10-4c-6.5,0.3-4-13.3-0.1-14c3.9-0.7,9.6,4.1,12.1-4.2c2.4-8.3,5.9-1.8,11.3-9.1\n\t\tc5.5-7.3,11.8-11.8,16.5-7.5c4.7,4.3-5,11.1-6.6,15.3c-1.6,4.2,1.4,5.5-1.4,8.6c-2.9,3.2,1.1,4,6.7-0.2c5.6-4.1,12.5-9.1,17.9-11.6\n\t\tc1.5-0.7,3.1-0.8,4.7-0.7c0.8-2.4,1.7-4.3,2.7-4.9c3.8-2.2,16.3-8.7,18.1-11.6c1.9-2.9,3.8-8,6.3-8c2.5,0,2.5,2.9,6.3,2.9\n\t\tc3.8,0,8.1,1.4,6.3-2.2c-1.9-3.6-0.6-3.6,3.8-4.4c4.4-0.7,3.8-5.8,6.9-5.8c3.1,0,2.5-8.7,5.6-8.7c3.1,0,4.4,5.1,8.1,3.6\n\t\tc0.7-0.3,1.6-0.1,2.7,0.4c0.8-0.7,1.6-1.4,2.4-2.1c-0.4-4.5,0.1-8.6-0.7-10.7c-1.4-4,0-7-0.6-9.3c-0.6-2.3-0.9-8,1.4-8\n\t\tc2.3,0,5.2-6.7,8-4.3c2.9,2.3,8.6,3,8.6,0c0-3,4-3.3,4.6-7.3c0.6-4,4.9-5,5.7-8.6c0.9-3.7,2.3-12.3,5.2-14.3\n\t\tC2942.6,712.3,2939.1,710.9,2939.4,705z\"><\/path>\n\t<path id=\"XMLID_00000118399291129799084460000010961741773378403457_\" class=\"st0\" d=\"M2816.1,1004.2c-1.7-2.7-7.5-0.7-12.1,5\n\t\tc-0.4,2.3-1.1,4.5-2,6.7c0.6,0.6,1.2,1.3,1.6,2.1c3.1,5.5,0.8,11.4-3.8,14.9c1.1-0.8-0.1,0.6-0.2,0.6c0,0.1-0.1,0.2-0.1,0.3\n\t\tc1.6,3.9,4,5.7,4.5,5.3C2806.9,1036.8,2818.6,1008.2,2816.1,1004.2z\"><\/path>\n\t<path id=\"XMLID_00000021100454489531286450000003953216432910240414_\" class=\"st0\" d=\"M2800.6,1142.5c0.9,4.7,2.9,14.3,9.2,12\n\t\tC2816.1,1152.1,2799.9,1139.1,2800.6,1142.5z\"><\/path>\n\t<path id=\"XMLID_00000031917814364932973270000001215936731955128209_\" class=\"st0\" d=\"M2830.3,1152.2c-0.1,3.9,1.2,9.4,3.3,7.3\n\t\tc2.6-2.6,6.6,0.7,4,5c-2.6,4.3,4,8.6,4.9,14c0.9,5.3,3.7,1,3.2-3c-0.6-4,0.6-3.7,4.3-6.6c2.7-2.2,1.3-5.5-0.6-9.3\n\t\tc-2.9-0.1-5.8,0.1-8.1-0.6C2836.9,1157.6,2833.3,1155.3,2830.3,1152.2z\"><\/path>\n\t<path id=\"XMLID_00000108294692048974289670000010880637355041789603_\" class=\"st0\" d=\"M2833.8,1187.7c1.2,3.3,9.5-2,7.2-5.3\n\t\tC2838.7,1179.1,2833,1185.2,2833.8,1187.7z\"><\/path>\n\t<path id=\"XMLID_00000095303737545672465830000008754729319031838139_\" class=\"st0\" d=\"M2782.8,1181c-4,6-13.6,15.9-12.3,18.6\n\t\tc1.7,3.7,12.3-14.6,17.5-19c5.2-4.3,4.3-8,2.6-12C2788.8,1164.8,2786.8,1175.1,2782.8,1181z\"><\/path>\n\t<path id=\"XMLID_00000046312801226506739700000005459531648413939127_\" class=\"st0\" d=\"M2818.9,1139.5c1.5-0.3,3.2,0.1,4.7,0.9\n\t\tc-1-2.7-1.8-5.5-2.4-8.4c-1.8,0-3.5,0.5-4.9,1.4c-4.9,3.3-1.4-6-4.9-10.3c-3.4-4.3,2.6-10.6,6.6-16c4-5.3-1.2-14.3-0.6-18.3\n\t\tc0.6-4,0.3-5.3-1.7-4c-2,1.3-10.3-4-14.1-1.3c-3.7,2.7-0.3,24.6-2,26.3c-1.7,1.7-3.9-3.6-4.6-1.3c-0.9,3,0.3,15.3,2.6,15.3\n\t\tc2.3,0,4,3.3,2.6,8.6c-1.4,5.3,4.3,6,9.8,3.7C2815.5,1133.8,2813.5,1140.5,2818.9,1139.5z\"><\/path>\n\t<path id=\"XMLID_00000047059718345950277060000009076551480383756456_\" class=\"st0\" d=\"M2850.5,1188c2.6,5-4.9,1-5.5,6\n\t\tc-0.6,5-6,1-5.7,5c0.3,4-5.7,0-8.6-2.3c-2.9-2.3-6.9,6.3-11.2,7.6c-4.3,1.3-6.6,11.9-3.7,11.6c3.4-0.3,5.2-5.7,8.6-5.3\n\t\tc3.4,0.3,2.3-4,7.2-3c4.9,1,1.4,18,8,19.3c6.6,1.3,6.9,6,10,6c3.2,0-0.6-10.6-0.3-14.3c0.3-3.7,6.9-0.3,10.3-5\n\t\tc3.4-4.7-2.3-17-2.3-24.9C2857.4,1180.7,2847.9,1183,2850.5,1188z\"><\/path>\n\t<path id=\"XMLID_00000101101991231031668780000017495536987782312880_\" class=\"st0\" d=\"M2816.6,1174.7c1.4-0.3,4.9,0,5.2-3.3\n\t\tc0.3-3.3,3.4,6,0.9,9c-2.6,3-2.6,11.3,1.4,12.3c4,1,11.5-15,10.3-18c-1.1-3-4.6,2-3.7-2c0.9-4-10.3-14.3-14.6-13.3\n\t\tC2811.7,1160.4,2813.2,1175.5,2816.6,1174.7z\"><\/path>\n\t<path id=\"XMLID_00000008831571215521333940000014157544541009775288_\" class=\"st0\" d=\"M2416.2,1216.7c0.7,0.3,1.5,0.6,2.1,1.1\n\t\tc3.5,2.5,6.3,5.5,8.7,8.9c4.3-2.7,8.3-9.5,8.5-15.6c0.3-9.3-13.6-26.5-15.8-26.3c-2.6,0.3-2,6.3-3.4,10.6c-1.4,4.3-1.1,8.6-0.6,15\n\t\tC2415.9,1212.4,2416,1214.6,2416.2,1216.7z\"><\/path>\n\t<path id=\"XMLID_00000129888798968394579100000016602684830970268580_\" class=\"st0\" d=\"M2133.2,1077.9c-5,1.3-17.5,0.3-19.1,1.3\n\t\tc-1.7,1-13.3,10.6-15,15.1c-1.7,4.5-4.2,5.1-6.7,2.9c-2.5-2.3-12.8-1.6-13.6-2.6c-0.8-1-8.3-1.9-11.9-1.3c-3.6,0.6-5.5-1.9-7.2-1.3\n\t\tc-1.7,0.6-3.3,2.9-4.2,4.2c-0.8,1.3,0.8,4.8,0.3,6.1c-0.2,0.3-1.9,1.4-4.5,2.8c0.9,2.5,1.4,5.1,0.8,6.9c-1.1,3.8-0.1,12.8,2.9,17.9\n\t\tc3,5.2,1.9,14.6,3.3,16.5c1.4,1.8,12.6,1.5,17.6-2.3c5-3.8,8.5-4.5,12.5-4.5c4,0,9.3-4,10.6-6c1.3-2,7.2-2.2,9.6-1.8\n\t\tc2.4,0.3,4.9-2.8,7.6-6c0.7-0.8,1.8-1.5,3.1-2.1c0.1-0.5,0.1-1.1,0.3-1.6c0.6-2.4,2.6-5.4,4.9-6.5c1.9-0.9,3.7-1.7,5.7-2.1\n\t\tc2-0.3,3.9-0.5,6-0.5c2.3,0,4.3,0.7,6,2c3-2.9,2.4-6.1,4-8.3c1.8-2.5,4.3-1.8,8.3-3.6c-4.5-10.6-9.4-22.4-11.9-28.4\n\t\tC2138.1,1076.3,2134.6,1077.5,2133.2,1077.9z\"><\/path>\n\t<path id=\"XMLID_00000113328243496443974170000010587547613191211161_\" class=\"st0\" d=\"M2288.3,841.3c0,0-6.3-3.7-8.6-3.3\n\t\tc-2.3,0.3-6-6-10-7.6c-4-1.7-9.5-4.6-11.2-7.6c-1.7-3-8.9-6-9.8-8.3c-0.9-2.3-2.3-6.3-4.3-9.3c-2-3-2-7-4-7.3c-2-0.3-14.4,0-14.4-2\n\t\tc0-2-0.9-11.3-3.4-12c-2.6-0.7-6-1.3-7.5-3c-1.4-1.7-6-3.7-6.9-2c-0.9,1.7-3.2,2.3-4,2.3c-0.9,0-0.6,4.7-3.4,4.3\n\t\tc-2.9-0.3-6.9,3.7-6.9,6c0,2.3,0.3,5.7-3.4,5.3c-1.9-0.2-4.5-0.6-6.8-1.9c-0.5,0.5-3.6,3-6.8-1.9c-3.4-5.3-8.8-10.7-11.9-10.7\n\t\tc-2.8,0-12.3,0-10,6.1c0.7-1.4,2-2.3,4.5-2c6.9,0.7,3.7,10,7.5,10.3c3.7,0.3,8,7,4.6,6.7c-3.4-0.3-6.3,3.7-9.8,2.3\n\t\tc-3.4-1.3-7.7-4.7-8.9,0c-1.1,4.6-2.6,9.6,2,9.3c4.6-0.3,3.7,3.3,0.6,7c-3.2,3.7,4.9-0.7,5.4,2.7c0.6,3.3,3.2,3.7,2,9\n\t\tc-0.7,3.4-0.2,10.1,0,15.1c3,0,7.1-0.3,8-1.8c1.4-2.3,6-7,8.6-7c2.6,0,5.5,1.3,6.9-1c1.4-2.3,9.8-1.7,11.2,0.3c1.4,2,6,3.7,7.2,3.7\n\t\tc1.1,0,1.7,3,4.6,2.7c2.9-0.3,8.3,1,8.3,3c0,2,2,4,4.3,4c2.3,0,4.3,6.7,6.6,6.3c2.3-0.3,6.9-0.3,6.9,1.3c0,1.4,0.4,9.3,1.7,13.8\n\t\tc0.8-0.5,1.6-0.6,2.1-0.2c1.1,0.9,6.1-0.9,6.9,2.2c0.8,3.1,8.8,1.3,8.4-3.6c-0.4-4.9,12.6-4.9,13.8-9.3c1.1-4.4,2.7-12.4,5.8-11.1\n\t\tc3.1,1.3,5-5.8,7.7-5.3c2.5,0.4,4.3,2.6,7.2,2L2288.3,841.3z\"><\/path>\n\t<path id=\"XMLID_00000121252867999629036920000000764099397212620432_\" class=\"st0\" d=\"M2239.7,998.6c0-5,3.2-9,6.1-10.7\n\t\tc3.1-1.8,5.7-2.7,8.8-3.1c3.1-0.4,0-7.5-2.3-8.4c-2.3-0.9,0-10.2-4.6-12.4c-4.6-2.2-8.7-5.8-10-9.8c-1.2-3.6-6.9-7.1-6.5-9.8\n\t\tc0.4-2.7,11.5-11.1,10-16c-1.5-4.9-8.8-4-9.6-5.8c-0.8-1.8,0.4-8-1.5-12.9c-1.9-4.9,1.5-9.3,0-12c-1.5-2.7,0.8-8,1.1-9.8\n\t\tc0.4-1.8,4.2-4.4,3.8-8.9c-0.2-2.7,0.9-4.4,2.2-5.1c-1.3-4.5-1.7-12.4-1.7-13.8c0-1.7-4.6-1.7-6.9-1.3c-2.3,0.3-4.3-6.3-6.6-6.3\n\t\tc-2.3,0-4.3-2-4.3-4c0-2-5.5-3.3-8.3-3c-2.9,0.3-3.4-2.7-4.6-2.7c-1.1,0-5.7-1.7-7.2-3.7c-1.4-2-9.8-2.7-11.2-0.3\n\t\tc-1.4,2.3-4.3,1-6.9,1c-2.6,0-7.2,4.7-8.6,7c-0.9,1.4-5,1.7-8,1.8c0.1,2.9,0.1,5.2-0.3,5.9c-1.5,2.6-12.6,5-21,5.3\n\t\tc-8.3,0.3-8.9-12.3-17.8-12.3c-6.5,0-11.4-6.9-11.7-13.3c-3.8-1.7-7.5-4.6-7-5.8c0.8-1.8,2.7-12.9-1.9-10.2\n\t\tc-4.6,2.7-11.1,11.1-19.5,9.8c-8.4-1.3-2.3-2.2-6.5-4.4c-4.2-2.2-1.5-7.6-5.8-8.4c-4.2-0.9-1.2,5.8-3.4,5.8c-2.3,0-0.4,7.5,0.4,9.3\n\t\tc0.8,1.8-1.5,11.5,0,12c1.5,0.4,5,7.6,4.6,8.9c-0.4,1.3,3.4,5.8,3.4,8.9c0,3.1,3.4,6.7,5.4,6.7c1.9,0,4.6,1.3,3.8,4\n\t\tc-0.8,2.7,1.1,6.7-1.2,6.7c-2.3,0-1.9,7.5-3.8,8.9c-1.9,1.3-0.4,9.3,1.2,10.2c1.5,0.9,5,3.1,4.6,6.2c-0.4,3.1,8.1,8,10.7,8.4\n\t\tc2.7,0.4,3.1,4.9,4.6,6.7c1.5,1.8-1.1,5.3-0.8,7.5c0.4,2.2,3.8,4,3.5,7.5c-0.2,2.1,2.9,5.7,5.5,8.8c0.9-0.3,1.7-0.5,2.4-0.5\n\t\tc2.6,0,2.4-3.3,4.4-1.3c2,2,4.7-0.2,6.8-0.3c2-0.2,7.5,11.8,9.9,17.6c2.4,5.8,2.3,7.8,5.6,10.3c3.3,2.5,7,1.2,11.8,6.8\n\t\tc4.7,5.7,16.9,9.5,22.1,9.8c5.2,0.3,9-6.5,15.6-5c6.6,1.5,5,11.3,7.5,14.8c0.6,0.9,2.8,1.7,5.8,2.4c1.6-2.7,4.5-4.6,8.5-4.5\n\t\tc9.5,0.1,19.4,2.1,27.8,6.9C2238.6,998.7,2239.2,998.6,2239.7,998.6z\"><\/path>\n\t<path id=\"XMLID_00000074432834856873662220000014655721795310542751_\" class=\"st0\" d=\"M2483.8,679.7c-0.3-2.3-2-1.3-3.4-0.3\n\t\tc-1.4,1-6,1.7-7.7,1.7c-1.7,0-4.9-2.7-4.9-4.7c0-2-0.4-4.2-2.1-4.2c-1.7,0-4.3-1-6-5.7c-1.7-4.7-4.3-4.7-6.2-6\n\t\tc-1.9-1.3-7.3,2.2-9.7,3.2c-2.4,1-6.5-1-9.5-1.7c-3-0.7-4.7-7-7.5-6.2c-2.8,0.8-3.4,7.2-5.6,7.2c-2.1,0-6-13-10.1-20.2\n\t\tc-4.1-7.2-11.4-21.7-17.9-24.4c-6.5-2.7-4.5-6.5-2.8-8.5c1.7-2-3.9-2.5-6.5-0.7c-2.6,1.7-5.8,5-8.8,5.7c-3,0.7-7.3,6.2-10.6,5\n\t\tc-3.2-1.3-4.7,4.7-7.3,2c-2.6-2.7,3.4-4.7,3.4-7.2c0-2.5-4.1,0.7-5.2-0.7c-1.1-1.5-4.5-3-4.5-0.8c0,2.2-2.8,1-2.8-0.7\n\t\tc0-1.7-1.9-5-3.7-2.7c-1.7,2.2-7.5,3.5-8.8,1.7c-1.3-1.7,0.9-2.5,1.1-4.7c0.2-2.2-2.2-5.2-1.7-8c0.4-2.7-4.1-5.5-6.2-4.5\n\t\tc-2.2,1-5.2,0-7.5-1.2c-2.4-1.3-11.6,0.7-12.1,3.2c-0.4,2.5-12,4.5-14.2,5.5c-2.1,1-10.8,2.5-13.8,3c-3,0.5-6,3.5-9.9,3.5\n\t\tc-3.9,0-11.2,0.5-14.6,3.5c-3.4,3-9,0.5-11.6,1.5c-2.6,1-6.9-0.5-8.2,0.5c-1.3,1-0.9,7,0.4,9.5c1.3,2.5,8.2,3.5,8.6,5\n\t\tc0.4,1.5-6.9,1.5-10.3,2c-3.4,0.5-2.6,5.5-1.7,8c0.9,2.5-3.4,5-6,6c-2.6,1,0,6,2.6,6c2.6,0,4.7,2.5,6.9,2.5c2.2,0,2.6,5,2.6,8\n\t\tc0,3-2.6,4-6,4c-3.4,0-5.2-3-7.3-3.5c-2.1-0.5-1.7,4.5-3.4,5.5c-1.7,1-2.2-3.5-4.7-3.5c-2.6,0-5.6-0.5-6.5-3.5\n\t\tc-0.9-3-6.9-3.5-9.5-0.5c-2.6,3-3.4,1.5-5.6-0.5c-2.2-2-8.6,1-9.5,3.5c-0.9,2.5-5.6,3.5-9,1c-3.4-2.5-5.6-3.5-5.6,0\n\t\tc0,3.5-2.6,0.5-2.6-1.5c0-2-5.6-6-8.2-8c-2.6-2-10.8-2-11.2-4c-0.4-2-5.6-3.5-6.9,0c-1.3,3.5-3.4,1-5.2,0c-1.7-1-5.6,1.5-7.3,2.5\n\t\tc-1.7,1-7.3,5.5-10.3,5.5c-3,0-1.3,4.5-5.2,5.5c-3.9,1-3,4-2.6,6c0.4,2,2.6,5.5-0.9,7c-3.4,1.5-4.7-5-7.8-7.5c-3-2.5-5.6,0.5-5.6,4\n\t\tc0,3.5-3.4,3.5-5.2,7c-1.7,3.5,3,4,3,5.5c0,1.5-2.6,3-3.4,3.5c-0.9,0.5-3,5.5-2.2,7c0.9,1.5,6,1,5.6,4.5c-0.4,3.5-0.9,7,1.7,6\n\t\tc2.6-1,5.2-0.5,6.9-0.5c1.7,0,3,4,6,8c3,4,4.3,6,1.3,7c-3,1-1.7,3,2.2,5c1,0.5,2.1,1.3,3.1,2.2c0.6-0.5,1.2-1,1.7-1.5\n\t\tc4.9-5,13.8-9.6,20.4-7.6c6.6,2,12.1-1.3,14.9,3.3c2.9,4.6,0,13.3,1.1,16.6c1.2,3.3-5.2,3.7-9.5,3c-4.3-0.7-13.2,2-12.1,5\n\t\tc1.2,3,4.3,10-1.4,6.3c-5.7-3.7-8,3.7-4.9,3.7c3.2,0,7.5,4.3,7.5,7.3c0,3,0.3,9.6,3.2,8.6c2.9-1,2.9,5,6.9,4.7\n\t\tc4-0.3,7.7,1.3,4.6,5.7c-3.2,4.3,2,16.3,3.2,13.6c0.7-1.7,0.1-5.3,1.2-7.6c-2.2-6.1,7.3-6.1,10-6.1c3.1,0,8.4,5.3,11.9,10.7\n\t\tc3.4,5.3,6.9,1.8,6.9,1.8l1.2-49.7l24.5-7.6c0.2-0.7,0.5-1.4,0.8-1.9c3.2-5.3,7.4-0.9,8.9,0.3c1.2,1,0.6-5.6,4-5.3\n\t\tc3.4,0.3-0.3,6.6,2.3,6.6c2,0,6.6,8.3,5.2,14.8c3.8,3.6,10.7,12.2,11.4,14.4c0.8,2.7,10.7-1.8,12.6-0.9c1.9,0.9,16.9,0.9,19.5,0.9\n\t\tc2.7,0,4.6,5.8,7.7,6.7c3.1,0.9,1.9,6.7,2.3,10.7c0.4,4,5,8,5.4,11.6c0.4,3.5,5.4,1.8,8.4,2.7c3.1,0.9,7.7,2.2,8,5.8\n\t\tc0.4,3.6,4.2,0.9,4.6-1.8c0.4-2.7,4.2-6.2,10-8.9c2.6-1.2,4.3-1.2,5.6-0.6c1.1-3.2,2.2-5.9,2.9-6.3c2-1,5.7-4.3,6-7.6\n\t\tc0.3-3.3,8-3.3,13.2-0.3c5.2,3,8.3,3,8.6-1.7c0.3-4.7,7.7-6,10-4.7c2.3,1.3,9.5,6,12.9,4.3c3.4-1.7,20.7,0.3,25,1.7\n\t\tc4.3,1.3,5.4-2,9.2,3c3.1,4.2,4.7,0.4,8.1,3.6c0-1.3-0.2-2.9-0.2-4.6c0-3.2,4.3-6,5.2-8.5c0.9-2.5-3.9-10-3.9-12.5\n\t\tc0-2.5,0-8.5-2.2-9.7c-2.1-1.2,4.1-4.5,5.6-4.4c3.2,0.2,7.7-3.7,9.1-2.1c1.4,1.6,4.2,2.1,7,2.1c2.8,0,1.6-3.7,0-5.3\n\t\tc-1.6-1.6,5-16.6,6-21.6c1-5.1,3.4-0.5,6.6,0c3.2,0.5,7-0.2,8.9,0.9c2,1.1,7.7-1.4,9.1-3.9c1.4-2.5-1.6-3.2-1.4-9\n\t\tc0.2-5.8,3.2-8.5,6.4-8.5c3.2,0,4.2-3.4,4.2-6.2c0-2.5,2.6-4.1,3.4-7.2C2484.8,682.6,2483.9,681,2483.8,679.7z M2238.2,728.4\n\t\tc-1.2,1.8-12.5-1.6-13.4-4.3C2223.7,721.3,2240.6,724.5,2238.2,728.4z M2401.1,727.2c-8,0-25.8-4.7-33,4.3c-7.2,9-2,13.6-5.2,14.3\n\t\tc-3.4,0.7-5.2-13.6-1.2-18.3c4-4.6,16.9-6.6,25-4.3c8,2.3,22.4-2,24.4-1.3C2413.2,722.6,2409.2,727.2,2401.1,727.2z\"><\/path>\n\t<path id=\"XMLID_00000049937634981845434290000010705935944248227513_\" class=\"st0\" d=\"M3442.3,389.6c-0.7,0.3-1.1,0.6-1.2,1\n\t\tc-0.1,2.3,2.7,2.5,4.4,5.2c1.7,2.7-2.3,4.1-1.4,7.1c0.9,3-4.3-1.5-6.2-3.2c-1.9-1.7-1-8.2-0.4-11.5c0-0.3,0-0.5,0-0.7\n\t\tc-3.3-1.6-5.6-5-6.4-8.6c-0.1-0.1-0.2-0.2-0.3-0.3c-3.1-0.5-6.2-0.8-8.8-1.1c-7.4-0.9-15.2-1.1-22.3-3.4\n\t\tc-7.7-2.5-8.9-11.1-5.7-16.7c-3.2-1.1-6.7-2.3-8.6-4.6c-3.7-4.5-20.1-12.5-27.1-13c-5.5-0.4-5.7-3.2-7.2-4.1\n\t\tc-0.9,0.6-2.1,1-3.4,1.2c-13.8,2.6-27.8,4.6-41.1-1.1c-2.9-1.2-5.3-3.3-6.7-5.9c-2.3-0.5-4.1-0.5-4.6,0.3c-2,2.7-1.1,6.5-3.2,7.1\n\t\tc-2,0.7,0,4,4.7,9c4.7,5,1.9,8.8-2.4,11c-4.3,2.2-11.2-2-13.3-5.8c-2.1-3.8-7.8-2.2-9.4-6.9c-10.5,5.3-22.9,4.4-33.9,0.5\n\t\tc-4.9-1.7-10.5-3.6-15.8-6c-7,0.5-14.4,1.5-15.8,2.6c-2.6,2-0.7,9.8-2,10.5c-1.3,0.7-2.6-9-2.6-10.8c0-1.8-3-3.2-7.5-3.2\n\t\tc-4.4,0-7-0.2-5.2-2.3c1.9-2.2-1.7-4.3,1.7-7.1c0.9-0.7,0.9-1.8,0.3-3.1c-6.7-3.7-12.7-5.3-20.5-6.3c-11.7-1.5-23.2-3.4-34.7-5.8\n\t\tc-6.1,1.2-15.6,0.7-20.3,0.9c-5.5,0.2-1-2.5-2.6-5.5c-0.4-0.7-1.2-1.4-2.2-2.1c-1.6-0.5-3.1-1-4.7-1.5c-1-0.3-1.8-0.8-2.5-1.3\n\t\tc-1.3-0.1-2.4,0.1-2.8,0.8c-1.3,2.5-3.7,0-3.7-1.8c0-1.8-8.8-5.5-12.2-4.7c-3.4,0.8-5-3.7-1-3.7c4,0,10.8,1,7.9-4.3\n\t\tc-2.5,0.2-5.1,0.1-7.7-0.4c-2.5,1.1-6.1,2.8-7.3,3.3c-7.3,2.8-12.2-2.9-12.8-9.2c-1.8,0-3.1,0.1-3.6,0.3c-2.4,1-0.1,4.8-5.7,11\n\t\tc-5.6,6.1-11,2-10.3-1c0.7-3,7.6-2.5,7.6-5.5c0-3-9.5-1.3-10.9-3.8c-0.5-0.8-0.4-1.5,0-2c-4.9,0.4-8.3-3.2-9.5-7.6\n\t\tc-4.3-0.7-8.5-1.2-11.6-0.9c-7.3,0.8-10.6-3.2-14.6-3.5c-4-0.3-4,2.5-2.2,5.2c1.9,2.7-3.9,4.3-8.6,3.5c-1-0.2-2.2-0.1-3.3,0.1\n\t\tc0.1,0.8,0.3,1.6,0.5,2.5c0.4,1.4,0.7,2.9,0.9,4.3c0.3,0,0.5,0.1,0.8,0.2c0.8,0.5,0.3,1.1-0.6,1.9c0.1,1.9,0.1,3.8-0.3,5.6\n\t\tc1.5,2,1.2,4.6,1.3,6.2c0.1,1.5-3.4,2.5-6,1.4c-1.1,0.8-2.4,1.6-3.9,2.2c-2,0.8-4.1,1-6.2,0.9c-0.2,0.8-1.3,1.5-3.7,1.8\n\t\tc-3.1,0.4-4.1-1.4-4.9-3c-1.7,2.2-4.3,3.7-7.9,3.6c-4.4-0.1-8.7-0.5-13-1.1c-3.9,0.7-7.9,0.7-12.6-1c-1.3-0.4-2.5-1-3.6-1.6\n\t\tc-1-0.2-2-0.3-3.1-0.5c-3.8-0.6-7.6-0.9-11.2-1.2c-0.8,2.8-1.5,5.2-2.9,5.5c-2.6,0.5-3.6,7-6.2,8.6c-2.6,1.7-2.7-2.5-6-2.2\n\t\tc-3.3,0.3-13.9-11.6-14.5-15.1c-0.6-3.5-7.2-10.1-8.9-11.5c-1.7-1.3,1.7-2,3.9,0.2c2.2,2.2,4.9,2.2,7,0.8c0.8-0.5,1.2-1.6,1.3-2.8\n\t\tc-2.6-1.7-5-3.9-7.2-6.5c-2.2-2.6-4-5.1-5.8-7.6c-0.9-1-1.8-2.1-2.6-3.2c-3.8,3.6-9.8,4.9-14.7,0.3c-7.8-7.3-19-9.1-29.8-10.5\n\t\tc0.1,0.4,0.2,0.8,0.3,1.2c1.7,4.3,0.2,5-0.1,8.5c-0.3,3.5-2,2-5.7,0.5c-3.7-1.5-3.7,3.7-11.8,1.3c-0.6-0.2-1.1-0.3-1.6-0.4\n\t\tc-1,0.3-2.1,0.5-3.1,0.5c-4.3-0.1-8.3-1.2-12.3-2.6c-0.3-0.1-0.6-0.3-0.8-0.4c-2.6,1.4-12.1,0.2-13-3c-0.2-0.7-0.2-1.3-0.1-1.8\n\t\tc-3.3-1.1-7.1-1.3-10.4-2c-5-1-9.9-3-14.2-6c-0.2-0.1-0.3-0.3-0.5-0.4c-7.6,0.9-19.9,2.3-21.8,3.4c-2.1,1.2,2,5.7-1.3,6\n\t\tc-3.3,0.3-1-7.3-1.6-11c-0.6-3.7-5.6-4.2-4.9-1.3c0.7,2.8-7.9,3.8-10,1.7c-2.2-2.2-5.6-5-11.2-6.6c-5.6-1.7-12.5,5.3-10.9,7.3\n\t\tc1.6,2,5.7,0.5,5.9,1.8c0.3,2.7-11.9,1.7-11.9,4c0,2.3-11.3,5.5-14.8,6c-9.4,1.4-11.5,1.3-15.9,5.7c-4.5,4.3-1-3.8,2.4-7.8\n\t\tc3.4-4,7-2.3,9-5.5c2-3.2,5.2-2.8,10.6-3.8c5.5-1,5.2-4.7,7.7-6c2.6-1.3,8.9-4.2,10-7.1c1.1-3,14.1-8,16.6-7.8c2.6,0.2,3.2-6,4.6-6\n\t\tc1.4,0,8.9-3.8,11.8-5.3c2.9-1.5,4.3-4.7,4.4-6.8c0.1-2.2-3.9-1.8-4.3-3.8c-0.4-2,1.9-0.7,4.9-2c3-1.3,0-6-2.4-5.2\n\t\tc-1.2,0.4-0.9-0.2-0.5-1.4c-2.7-0.9-5.3-2-7.7-3.6c-2.8-1.8-4.4-4.5-4.9-7.5c-8.9-1.3-17.6-3.3-26.4-5.6c-1-0.3-1.9-0.6-2.7-1.1\n\t\tc-2.7,0.1-5.9-0.2-7.4-0.6c-2.6-0.8-6.2,1.2-6.3,4.2c-0.1,3-10.3,1.8-12.2,1.3c-1.9-0.5,7-9,7-10.5c0-1.5-15.1,0.3-15.9-1.3\n\t\tc-0.9-1.7-8.2-2.2-11.5-2c-3.3,0.2-0.1-1,2.9-1.3c3-0.3,5.7-3.3,9-4c3.3-0.7,2.6-2,1.1-4.3c-1.4-2.3-4.9-1.2-8.2-2.3\n\t\tc-3.3-1.2-7.3-2.8-10.2-3c-2.9-0.2-6,1.7-12.8,3.2c-6.7,1.5-7.3,7.5-10.8,9.3c-0.9,0.5-1.9,1.3-3,2.3c1.3,3.8,0.7,8.4-1.8,11.5\n\t\tc0,0.3,0,0.6,0.1,0.9c0.4,2-1.7,2.5-4.5,2.1c-1,0.3-2.1,0.5-3.3,0.5c-1.7,0-3.1-0.3-4.4-0.9c-4,0.2-8.1,0.9-8,2.6\n\t\tc0.1,2.8,6.8,4.2,6.3,5.6c-0.4,1.5-5-0.2-7.3-1.7c-2.3-1.5-7.5-0.7-8.5,2.2c-1,2.8-5,2.2-6.3,1.5c-1-0.5-3.1,0.6-5,0.7\n\t\tc-1.8,1.2-3.8,1.9-6,2c-2,0.1-4-0.6-5.7-1.8c-2,2.4-5,4-8.1,4h-4.4c0.1,0.1,0.2,0.2,0.2,0.3c0.1,1.2-15.6,1-16.1,2.8\n\t\tc-0.2,0.9-1.6,1.3-3.6,1.6c-11,11.5-27.3,13-42.1,17.8c-0.1,0-0.1,0-0.2,0c1.9,0.3,2.7,2.4,1.6,4c-1.3,1.8-6.9-2.2-8.3-0.5\n\t\tc-1.4,1.7,2.7,3.8,5.3,3.5c2.6-0.3,4,1.7,4.3,3.8c0.3,2.2-6-1.3-7.3,0.5c-1.3,1.8,1,2.7,3.7,3c2.7,0.3,0.7,1.5,3.2,4\n\t\tc0.2,0.2,0.3,0.4,0.5,0.5c1.5,2.1-1.3,2.8-1,4.8c0.3,2.2-2.7,3-2.7,1c0-2-7.6-2.7-9.2-0.5c-1.6,2.2-2.7,3.8-4.6,1.8\n\t\tc-0.2-0.2-0.4-0.3-0.6-0.4c-1.3,0.6-2.7,1-4.4,1.1c-8.1,0.3-15.6,5-23.6,6.2c-4.2,0.6-8.3-0.4-10.9-3.5c-3.6,1.5-6.5,7.3-3.2,11.1\n\t\tc3.3,3.8,0.1,5.5,0.1,8c0,2.5,8.6,7.6,13.2,8.1c4.6,0.5,8.3,7,5.6,11c-2.7,4-11.1-1.2-16.5-6.2c-5.5-5-18.1-7-22.2-6.6\n\t\tc-4.2,0.3-1.7-4.3-7-4.2c-5.3,0.2-9.8,5.7-6.2,5.7c3.6,0,5.9-0.3,4,1.7c-1.9,2,1,1.5,5.3,3.7c4.3,2.2-3.6,5.2-8,1.7\n\t\tc-4.4-3.5-9.2-0.2-10.5,2.5c-1.3,2.7,5.2,10.3,12.9,11.6c7.7,1.3,5.2,4.2,8.8,5.6c3.6,1.5,1,3.2-1.4,3.3c-2.4,0.2-7.3-4.3-11.2-6.6\n\t\tc-3.9-2.3-14.3,1-16.5-1.7c-2.2-2.7,1.4-5.3-0.6-7.3c-2-2-0.3-6.5,2.3-11.1c2.6-4.7-0.4-12.6-4.2-14c-3.7-1.3-3.4,3.2-2.6,4.5\n\t\tc0.9,1.3,0.4,7.6-2.4,11.8c-2.9,4.2-11.6,4.2-11.6,7c0,2.8-5.9,5-3.9,7c2,2,9.9,12.3,11.1,15.5c1.2,3.2-7,13.1-5.7,19\n\t\tc1.3,5.8-1.1,8.5,0.4,11.3c1.6,2.8,5.2,0.3,7.5,1.5c2.3,1.2,6-1.7,11.3-2.8c5.3-1.2,15.1,5.3,18.7,7.3c3.6,2,1.7,5.3,3.6,8.6\n\t\tc1.9,3.3-4.3,3.3-4.4,8.3c-0.1,5,10.8,7.1,11.2,8.6c0.4,1.5-7.8,0.3-10.9-1c-3.2-1.3-3.4-6.2-4.4-7.1c-1-1,2.1-5,2.4-8.1\n\t\tc0.3-3.2-3.6-5-4.9-7.1c-1.3-2.2-3.6-5.3-6.2-4.7c-2.6,0.7-12.1,1.7-14.9,4.7c-2.9,3,0.4,11.5,2,15.6c1.6,4.2-8.3,10-8,13.3\n\t\tc0.3,3.3-3,4.8-7.3,7.5c-4.3,2.7-9,4.6-8.9,9c0.2,4.3-5.7,2-8.7,0c-3-2-6.9,1.2-11.2,1c-4.3-0.2-4.3-4.3-7.8-2.8\n\t\tc-3.4,1.5-5.7-1.8-4.7-4.8c1-3,4.9-0.7,5.2,1.5c0.3,2.2,2.7,1.2,5.6-0.7c2.9-1.8,1.4,2.3,5.6,2.7c4.2,0.3,1.9-2.5,5-2.2\n\t\tc3.2,0.3,3.3-0.8,2.3-2.7c-1-1.8,2.3-3.2,4.3-4.1c2.3-1.1,1.1-4.8,3-6c1.9-1.2,0.6-3.5,2.6-3.7c2-0.2,2.9-3.7,4.7-3.7\n\t\tc1.9,0,2.9-3.5,1.7-5.3c-1.1-1.8,0.7-6.8,2.6-7.5c1.9-0.7,2-2.7,0.3-4.2c-1.7-1.5-8-6.5-7.6-9.6c0.4-3.2-1.2-9-0.3-11.5\n\t\tc0.9-2.5,0.1-7.7-0.1-10.6c-0.3-3,1.6-6.3,2.4-11.8c0.9-5.5-5-11.3-7.9-12.8c-2.9-1.5-1-4.5,3.2-8.5c4.2-4,4.4-16.5,4.2-19.1\n\t\tc-0.3-2.7-8.8-5-12-4.7c-2,0.2-7.1,0-11.6-0.3c-0.5,0.2-1.1,0.3-1.7,0.3c0.6,2.3,0.3,5-1.1,7.7c-5.7,10.7-8.3,22.9-21.1,26.9\n\t\tc-0.4,0.1-0.8,0.2-1.1,0.3c-1.8,3-3.6,6.1-5.4,9.1c0.1,0,0.1,0,0.2,0.1c1.6,1-0.1,8-1.1,9c-1,1,1.9,3.5-0.6,5.3\n\t\tc-2.4,1.8-4.7,5.7-3.3,7.7c1.4,2,8.5,3,11.5,5c3,2,1.9,5.6,4.2,9.1c2.3,3.5,4.7,1.3,5.9,3.5c1.2,2.2-4.2,10.8-6,11.1\n\t\tc-1.9,0.3-9.5-8.8-11.8-10.8c-2.3-2-11.2-5.2-15.6-7.8c-4.4-2.6-7.9-2.4-12.7-6c-1.7,0.4-3.5,0.7-5.4,0.8\n\t\tc-5.2,0.3-10.3-0.6-15.1-2.9c-1.9-0.9-4-2.6-6-4.2c-4.3-0.7-7.4-1.6-9.4-1.2c-3,0.5-1.9-3.5-7.2-6.1c-5.3-2.7-8.8-6.3-11.8-4.5\n\t\tc-3,1.8-1.9,8.5,2.7,9.3c4.6,0.8,2.3,3.7,7.2,3.3c4.9-0.3,6.3,1.7,6.2,5.1c-0.1,3.5,2.3,7,4.4,9.3c2.1,2.3,0.9,6.1-3,6.1\n\t\tc-3.9,0-8.3,0.7-6.6,3.8c1.7,3.2-1.2,4-5,2.3c-3.9-1.7-1.6-4.8,0-6.7c1.6-1.8-3.4-4.2-5.9-5.1c-2.4-1-12.2,7.3-14.9,8.6\n\t\tc-2.7,1.3-9.5-2-16.4,0c-6.9,2-6.5,8.3-9,7.7c-2.6-0.7-10.2,0.8-13.1-1.2c-2.9-2-0.6-3.1,2.4-3c3,0.2,4-1,2.3-3.3\n\t\tc-1.7-2.3,2.3-6,2.2-7.7c-0.1-1.7-11.3,2.7-13.2,4.5c-1.9,1.8,0.1,5.2-1.9,6.3c-2,1.2-2-2-4.3-3c-2.3-1-19.1,3.5-22.2,7.6\n\t\tc-3.2,4.2-9.3,4.3-9.3,6.7c0,2.3-7.6,2.2-10.6,3.8c-3,1.7-1,8.5-2.2,11.8c-1.2,3.3-12.9,2.3-16.5,2.5c-3.6,0.2-4.9-8-7.7-8.5\n\t\tc-2.9-0.5-1.2-5.1-0.3-7.1c0.9-2,3.2-0.3,6.7-3c3.6-2.7,7.2,1.3,8.6-0.5c1.4-1.8-5.5-6.7-5.9-10.8c-0.4-4.1-8-5.3-12.3-4\n\t\tc-1.9,0.6-3.9,0.7-5.8,0.4c-0.3,1.6-1,3.1-2,4.4c0.7,1.8-0.1,4.1,0.3,5.8c0.7,2.5-1.1,8.1-3.7,12.5c-2.6,4.3-0.7,4.2,3.2,4\n\t\tc3.9-0.2,3.6,5.7,3.6,10c0,4.3-3,5.5-3,8.6c0,3.2-3.2-1.5-4.2-0.2c-1,1.3-2.3-0.7-2.9-3.3c-0.6-2.7-6.5-1.2-9.8-2.2\n\t\tc-3.3-1-4.6,0.7-6.2,3.5c-1.6,2.8-6.2,4-8.6,4.3c-2.7,0.4-6.7,5.8-9.3,7.8c-2.6,2-3,5.8,0.6,9.8c3.6,4,4.3,6.7,4,8.8\n\t\tc-0.3,2.2-10,1.5-11.6-0.8c-1.6-2.3-7.9-3.2-10-2.7c-2.2,0.5-8-7.5-11-7.6c-3-0.2-4.9,4.1-5.9,6.3c-1,2.2,1.4,2.8,2.9,6.5\n\t\tc1.4,3.7,6.7,3.8,9.5,3.8c2.7,0,1.7,4.8,0.9,6.8c-0.9,2-5.9,3.5-7.3,1.3c-1.4-2.2-7.5,0-7.6-2.7c-0.1-2.7-4.4-6.6-8.9-5.8\n\t\tc-4.4,0.8-5.3-2.5-5-6.5c0.3-4-2.4-6.3-2.3-8.1c0.1-1.8-2-5.5,0.3-7.3c2.3-1.8,0.6-4.6,0.7-7.1c0.1-2.5-3.9-6.3-7.5-6.3\n\t\tc-3.6,0-2.9-4.2-5.9-5c-3-0.8-9-6.7-9.5-9.1c-0.4-2.5-5-2.8-3.4-3.7c1.6-0.8,5.2,0.3,7.7,3.3c2.6,3,6.7,5.7,13.5,6.7\n\t\tc6.8,1,9.5,4.6,16.9,6.1c7.5,1.5,11.9,2.5,22.7,4.3c10.8,1.8,25.1-10.8,28.1-14.3c2.6-3,0.1-8.6-0.6-11.9\n\t\tc-4.5-0.5-8.6-3.6-12.1-7.6c-0.3-0.3-0.6-0.6-0.8-0.8c-0.7-0.1-1.6-0.2-1.8-0.2c-4.8-0.3-9.1-2.2-12.1-6.1\n\t\tc-1.3-1.8-2.3-3.7-2.7-5.8c-1.6-1.2-3.5-2.6-5.9-4.5c-1.9-0.3-3.8-1.1-5.6-2.8c1.8,1.7-4.4,0.3-5.5,0c-2.3-0.5-4.4-1.4-6.5-2.4\n\t\tc-2.9-1.5-5.8-3-8.7-4.6c-0.4-0.1-0.9-0.3-1.3-0.7c-0.6-0.4-1.3-0.7-1.9-1c-1-0.5-1.9-1.1-2.8-1.6c-1.1,0.2-2.1,0.7-3,1.5\n\t\tc-2.3,2-4.6-1.8-8.9-0.7c-4.3,1.2-6.6-2.2-5.5-3.7c1.1-1.5,7.5-0.2,7.2-2.7c-0.3-2.5-2.6,0-6.5-3c-3.9-3-6-1-6.9,1.5\n\t\tc-0.9,2.5-3.9,1.8-5.9-0.3c-0.2-0.2-0.4-0.4-0.7-0.5c-0.7,4.2-2.8,4.6-4.9,4c-2.6-0.7-5.2,4.3-8,4.3c-2.9,0-6,3.7-6.6,6.6\n\t\tc-0.6,3-3.7,1.3-3.7,3.3c0,2,0,4-1.4,6c-1.4,2,0,3,1.4,6.3c1.4,3.3,4.6,3,6,4c1.4,1,6.9,6.3,6.9,8.3c0,2-4.3,7-6,8.3\n\t\tc-1.7,1.3-4,4.7-2.9,6.6c1.2,2,6,10.3,9.2,17c3.2,6.7-1.1,3.7-3.2,6.6c-2,3,0.9,6.7,1.4,8.7c0.6,2-2.6,1.7-2.3,3.3\n\t\tc0.3,1.7,4.6,2.3,4.9,3.7c0.3,1.3-2.9,3-1.4,5.7c1.4,2.7,4.9,2.7,5.2,6c0.3,3.3-6.3,3.7-6,6.3c0.3,2.7,8.6,6,12.3,11\n\t\tc3.7,5,3.4,6.3,2.6,9c-1.7,5.4-12.1,10-14.4,16c-2.3,6-10.9,9.3-14.9,14c-1.6,1.9-3.3,4.5-4.6,6.8c1.7-0.5,3.1-1.1,4.1-1.7\n\t\tc2.3-1.3,3.9,5.2,6.2,7.3c2.3,2.2,6.9,0.2,8.5,2.2c1.6,2-1.3,2.2-4.6,1.5c-3.3-0.7-4.2,1.7-9.3,3.7c-3.9,1.5-3.5,3.1-4.8,4.3\n\t\tc2.3,3.9-0.8,4.4-2,7.4c-1.3,3.2-3,3.7-3.2,5.7c-0.2,2,0.4,3.5,0.6,6.5c0.2,3,0.6,3.5,2.1,6c1.5,2.5-1.3,2.5-2.6,3.7\n\t\tc-1.3,1.2-0.4,4,1.3,6c1.7,2,1.7,4.5,1.1,6.2c-0.6,1.7,1.5,4.7,3,6.5c1.5,1.7,1.3,6.5,2.6,7.7c1.3,1.2,2.8,2.5,5.2,1.7\n\t\tc2.4-0.7,3.9,0.5,4.9,2.7c1.1,2.2,2.8,1.2,5.2,0c2.4-1.3,7.7,2.2,9,3c1.3,0.7,0.6,5,0.9,7.7c0.2,2.7-1.3,6.2,1.1,8\n\t\tc2.4,1.7,1.7,5.7,4.5,7c2.8,1.3,3.9,5.7,5.6,6.2c1.7,0.5,4.9,3.5,5.4,5.7c0.4,2.2-3,4.2-5,5.2c-1.9,1-5.6-3-6.9-1.2\n\t\tc-1.3,1.7,0.4,5,1.5,10.5c1.1,5.5,1.9,6,4.1,6c2.2,0,3-1.7,4.5-2.7c1.5-1,4.9,0.5,6.5-0.2c1.5-0.7,6.9-1,8,1c1.1,2,2.1,6.7,1.3,8.5\n\t\tc-0.9,1.7,1.1,3.7,2.2,6.2c1.1,2.5,5.6,1.2,7.1,2c1.5,0.7,4.9,6.2,4.3,8.7c-0.6,2.5,2.1,3,3.7,2.2c1.5-0.7,3,1.2,4.7,2.5\n\t\tc1.7,1.2,3.2,0.7,5-0.5c1.7-1.2,4.5-2.2,5.4-0.5c0.9,1.7,4.3,5,4.3,6c0,1,5.4,0,8,1.5c2.6,1.5,5.4,0.7,8.2,2.5c2.8,1.7,5.4,2,5.6,4\n\t\tc0.2,2-2.8,3.7-2.8,4.7c0,1,2.4,1.7,2.4,3.2c0,1.5-3,1.5-3.4,2.7c-0.4,1.3,1.7,3,2.1,4.2c0.4,1.2-1.7,5.5-1.7,6.7\n\t\tc0,1.2-6.5-0.3-8-0.3c-1.5,0-6,5.7-7.5,6c-1.3,0.2-0.7,3-0.2,5.3c4.6-1,9.4-1.4,9.9-0.3c0.9,2-10,7.3-12.1,8.1\n\t\tc-2,0.8,3.9,4.3,3.7,6.3c-0.1,2-6.3,2.5-5.7,6.5c0.6,4-2,4.8-5.3,4.8c-3.3,0-4.2,2.3-2.6,2.6c1.6,0.3,1.4,5.3,7.6,7.2\n\t\tc6.2,1.8,12.8,8.5,18.1,15.1c0.7,0.9,1.6,1.7,2.5,2.3c1.5-1.1,2.9-1.8,3.6-2c3-0.5,8.6,1.5,11.6,4c3,2.5,13.8-0.5,15.1,1.5\n\t\tc1.3,2,3.9,4.5,6,4.5c2.1,0,4.3,5,6,3.5c1.7-1.5,8.2-1.5,9.9-1.5c1.7,0,1.7,1.5,3.4,1.5c1.7,0,1.7,7.5,3,7c1.3-0.5,6,4.5,9,5\n\t\tc3,0.5,6,6.5,7.3,6c1.3-0.5,3.4,2.5,4.3,0c0.8-2.4,5.1-1.2,6.3-5.3c-5.4-7.7-11.3-16.3-11.1-19.6c0.3-5.7,2.3-9.3-3.7-15.3\n\t\tc-6-6,0.6-10,4.9-16.3c3.8-5.6,12-8.1,17.2-12.1c-1-0.8-2.1-1.6-3.2-2.2c-3.9-2-5.2-4-2.2-5c3-1,1.7-3-1.3-7c-3-4-4.3-8-6-8\n\t\tc-1.7,0-4.3-0.5-6.9,0.5c-2.6,1-2.1-2.5-1.7-6c0.4-3.5-4.7-3-5.6-4.5c-0.9-1.5,1.3-6.5,2.2-7c0.9-0.5,3.4-2,3.4-3.5\n\t\tc0-1.5-4.7-2-3-5.5c1.7-3.5,5.2-3.5,5.2-7c0-3.5,2.6-6.5,5.6-4c3,2.5,4.3,9,7.8,7.5c3.4-1.5,1.3-5,0.9-7c-0.4-2-1.3-5,2.6-6\n\t\tc3.9-1,2.2-5.5,5.2-5.5c3,0,8.6-4.5,10.3-5.5c1.7-1,5.6-3.5,7.3-2.5c1.7,1,3.9,3.5,5.2,0c1.3-3.5,6.4-2,6.9,0c0.4,2,8.6,2,11.2,4\n\t\tc2.6,2,8.2,6,8.2,8c0,2,2.6,5,2.6,1.5c0-3.5,2.2-2.5,5.6,0c3.4,2.5,8.2,1.5,9-1c0.9-2.5,7.3-5.5,9.5-3.5c2.2,2,3,3.5,5.6,0.5\n\t\tc2.6-3,8.6-2.5,9.5,0.5c0.9,3,3.9,3.5,6.5,3.5c2.6,0,3,4.5,4.7,3.5c1.7-1,1.3-6,3.4-5.5c2.2,0.5,3.9,3.5,7.3,3.5c3.4,0,6-1,6-4\n\t\tc0-3-0.4-8-2.6-8c-2.1,0-4.3-2.5-6.9-2.5c-2.6,0-5.2-5-2.6-6c2.6-1,6.9-3.5,6-6c-0.9-2.5-1.7-7.5,1.7-8c3.4-0.5,10.8-0.5,10.3-2\n\t\tc-0.4-1.5-7.3-2.5-8.6-5c-1.3-2.5-1.7-8.5-0.4-9.5c1.3-1,5.6,0.5,8.2-0.5c2.6-1,8.2,1.5,11.6-1.5c3.4-3,10.8-3.5,14.6-3.5\n\t\tc3.9,0,6.9-3,9.9-3.5c3-0.5,11.6-2,13.8-3c2.2-1,13.8-3,14.2-5.5c0.4-2.5,9.7-4.5,12.1-3.2c2.4,1.2,5.4,2.2,7.5,1.2\n\t\tc2.2-1,6.7,1.7,6.2,4.5c-0.4,2.7,1.9,5.7,1.7,8c-0.2,2.3-2.4,3-1.1,4.7c1.3,1.7,7.1,0.5,8.8-1.7c1.7-2.2,3.7,1,3.7,2.7\n\t\tc0,1.7,2.8,3,2.8,0.7c0-2.2,3.4-0.7,4.5,0.8c1.1,1.5,5.2-1.8,5.2,0.7c0,2.5-6,4.5-3.4,7.2c2.6,2.7,4.1-3.2,7.3-2\n\t\tc3.2,1.2,7.5-4.2,10.6-5c3-0.7,6.2-4,8.8-5.7c2.6-1.7,8.2-1.2,6.5,0.7c-1.7,2-3.7,5.7,2.8,8.5c6.5,2.7,13.8,17.2,17.9,24.4\n\t\tc4.1,7.2,8,20.2,10.1,20.2c2.2,0,2.8-6.5,5.6-7.2c2.8-0.7,4.5,5.5,7.5,6.2c3,0.7,7.1,2.7,9.5,1.7c2.4-1,7.7-4.5,9.7-3.2\n\t\tc1.9,1.2,4.5,1.2,6.2,6c1.7,4.7,4.3,5.7,6,5.7c1.7,0,2.1,2.2,2.1,4.2c0,2,3.2,4.7,4.9,4.7c1.7,0,6.3-0.7,7.7-1.7\n\t\tc1.4-1,3.2-2,3.4,0.3c0.3,2.3,2.9,6,4.6,6c1.7,0,5.2,1.7,5.4,0c0.3-1.7,4.9-2.7,6.6-3c1.7-0.3,7.8-1.7,8.9-4.7c1.1-3,6-3,7.5-5\n\t\tc1.4-2,5.4-3,6.3-5c0.9-2,6-1.7,6.6-3.3c0.6-1.7,4.9-2,6.9-1.3c2,0.7,12.1,3,13.5,2.7c1.4-0.3,1.7,6,3.2,6.3c1.4,0.3,6.6,5,8,3.7\n\t\tc1.4-1.3,4.9-2.7,7.8-0.7c2.9,2,5.7,4.7,6.9,2.3c1.1-2.3,7.2-3.3,8-4.7c0.9-1.3,1.7-5.3,0.3-6.7c-1.4-1.3-2.9-6.6-3.4-9.3\n\t\tc-0.6-2.7,3.4-3.3,4-5.7c0.6-2.3,4-2.7,5.2-4c1.1-1.3,1.4-4.3,3.4-3.7c2,0.7,6.3,2.3,7.2,3.3c0.9,1,4,1.7,6,1.7c2,0,5.2,2,7.2,3.3\n\t\tc2,1.3,8.3,1.3,9.5,3.3c1.1,2-0.3,7.6,1.1,9.6c1.4,2,4.9,6.3,6,5.3c1.1-1,6.6,3.3,8.6,3c2-0.3,5.2-4,6.9-4c1.7,0,7.2-1.7,8.9-1.3\n\t\tc1.7,0.3,8,3,8.9,2.3c0.9-0.7,6.6,0.3,7.5,2.3c0.9,2,8,2,8,4.3c0,2.3,4,3.7,5.2,6.3c1.1,2.7,10.6,1,12.3,2.7\n\t\tc1.7,1.7,12.6,1.3,12.9,0c0.3-1.3,10.6-2,12.6-3.7c2-1.7,7.5-1,7.7-3.3c0.3-2.3,5.4-4,7.7-6c2.3-2,11.5-1.7,12.1,0.7\n\t\tc0.6,2.3,6,3,8.3,2c2.3-1,8.3,0.3,9.2,2.7c0.9,2.3,7.7,3.7,9.5,3c1.7-0.7,7.2-5.3,9.2-5.7c2-0.3,4.9-2.7,4.3-5\n\t\tc-0.6-2.3,4-9,4.6-11.6c0.6-2.7,4.6-10,6-10.6c1.4-0.7,4.6-3.7,4.3-5.6c-0.3-2-1.2-8-2.9-8c-1.7,0-4.9,0.3-0.9-6\n\t\tc4-6.3,11.2-4.6,12.3-4.6c1.1,0,10.3-2.7,14.3-1.3c4,1.3,6.6-0.7,10.9,2c4.3,2.7,10.3,1.7,11.8,4c1.4,2.3,7.2,4.3,6.3,8.3\n\t\tc-0.9,4,3.2,1.7,4.6,10.3c1.4,8.7,4.9,9.3,5.7,13.3c0.9,4,5.5,11.3,4.9,13.6c-0.6,2.3-1.2,6,3.7,6.3c4.9,0.3,8.3,4.7,9.5,4\n\t\tc1.1-0.7,6.9,1.7,9.8,5c2.9,3.3,7.2,1.7,6.9,5.3c-0.3,3.7,2.3,6.6,2,9.6c-0.3,3,5.5,5,9.5,4.3c4-0.7,6.9,1.7,8.6-2.3\n\t\tc1.7-4,7.5-2.3,9.5-4c2-1.7,8-3.7,7.8,2.3c-0.3,6,3.2,7.3,0.3,9.3c-2.9,2-4.3,10.6-5.2,14.3c-0.9,3.7-5.2,4.7-5.7,8.6\n\t\tc-0.6,4-4.6,4.3-4.6,7.3c0,3-5.7,2.3-8.6,0c-2.9-2.3-5.7,4.3-8,4.3c-2.3,0-2,5.6-1.4,8c0.6,2.3-0.9,5.3,0.6,9.3\n\t\tc0.8,2.1,0.3,6.2,0.7,10.8c3.5-2.9,6.7-5.1,8.1-5.1c3.6,0,7.2,7.1,11.2,7.3c4,0.2,22.2-14,22.4-16.3c0.2-2.3,10.8-14.1,15.8-20.3\n\t\tc5-6.1,11.6-15.1,14.2-22.1c1.6-4.3,8.6-12.6,10.3-16c1.7-3.3,2.9-3.7,6-11.5c3.1-7.8,3.1-28.3,4.2-29.6c1-1.3,0.4-4.8,1.9-7\n\t\tc1.4-2.2,0.7-5.2,3.6-8c2.9-2.8,2.3-5.3,1.6-7.5c-0.7-2.2,0.1-7-0.6-8.5c-0.7-1.5-0.6-2.2,1.1-3.3c1.7-1.2-1.1-4.2-3.6-5.5\n\t\tc-2.4-1.3-5.6-2.5-5.9-5.7c-0.3-3.2-4.4-7-7.6-6.7c-1.1,0.1-2.4-0.1-3.8-0.3c-1.2,1.1-2.6,1.9-4.3,2.3c-0.1,1.5-0.9,2.5-2.1,2.1\n\t\tc-1.6-0.5-2.3,1-4.2,4.3c-1.9,3.3-8.5,3.7-5.5,0.5c3-3.2-1-3.3-0.4-6.6c0.2-1,0.5-2,0.8-2.9c-0.6-0.3-1.3-0.6-1.9-0.9\n\t\tc-2.5,2.4-2.8,6.7-5.2,7.3c-2.7,0.7-1.9-9-1.1-11.5c0-0.1,0-0.2,0-0.3c-0.3-0.3-0.5-0.5-0.8-0.8c-1.7-0.2-5.9,1.1-10.3,0.7\n\t\tc-6-0.5-4.5-5.3,0.4-8.3c2.7-1.6,3.6-3.2,4.3-4.5c0.5-5,4.1-9.3,10.2-9.6c0.1,0,1.3-0.3,2.6-0.5c-1.1-3.7-0.3-7.9,1.5-11.2\n\t\tc3.6-6.7,11-13.3,16.9-18c7.2-5.7,11.2-13.4,17.9-19.4c7.9-7.1,18.3-8.9,28.3-7.2c0.1,0,0.3,0.1,0.4,0.1c6.9-0.3,14.9,1.5,16.7,3.5\n\t\tc0.1,0.1,0.1,0.1,0.2,0.2c3.7-0.4,7.2-2.4,10.8-3.2c5.7-1.3,11.6-0.8,16.3,2.1c1.6-0.1,3-0.9,4.1-3.5c2-4.5,11.5-3.7,13.6-1.8\n\t\tc2.2,1.8,3.9,4.3,7.3,1.7c3.4-2.7,3.4,3.5,6.7,4c3.3,0.5,1.2,3.8-1.7,3.5c-2.9-0.3-6.5,1.7-3.2,3.8c3.3,2.2,7.2-2,9.8-1.7\n\t\tc0.3,0,0.7,0.1,1,0.1c2.7-3.8,6.9-4.3,10.6-2.8c2.5-0.7,3.5,2.5,5.5,0.6c2.3-2.3,7.5-3,10-2.8c2.6,0.2,0.4-3.5-3.9-3.5\n\t\tc-4.3,0-4.2-2.7-0.7-9.5c3.4-6.8,10-10.5,14.2-14.6c4.2-4.2,7.2-2.2,7.2-4.8c0-2.7,2-10.1,5.2-10.3c3.1-0.2,11,1.5,15.9-1.7\n\t\tc4.9-3.2,4.4,2.3,6.5,3.2c2,0.8,4.7-4.8,7-3.2c2.3,1.7-3.4,5.7-4.7,10.5c-1.3,4.8,3,3,5.5,4.3c2.4,1.3-3.2,3.3-2.6,4.6\n\t\tc0.6,1.3,5.4,1.3,11.8-6c6.3-7.3,12-9.3,16.1-8.8c4,0.5,1.7-4.2,2-11c0.3-6.8,12.6-8.8,16.6-6.8c4,2,3.7,3.8-0.2,2.7\n\t\tc-3.9-1.2-7.5,2.8-7.3,8.5c0.2,5.7-3.4,7.5-1.6,9.6c1.9,2.2-2.7,2.7-2.9,5c-0.1,2.3,0,4.2-2.9,5.2c-2.9,1-12.5,2.2-12.8,6.5\n\t\tc-0.3,4.3-5.5,4.8-7.9,10.1c-2.4,5.3-11.8,8.5-17.9,19.1c-6.2,10.6-15.9,10.6-15.9,12.6c0,2-6.8,1.8-9,2.2\n\t\tc-2.3,0.3,2.1,6.8-3.3,13.6c-0.4,0.5-0.7,1-1.1,1.5c0.2,0.8,0.3,1.7,0.3,2.6c4.3,1.9,7.5,6.5,6.1,12.5c-4.6,18.9-6.6,38.1-7.4,57.5\n\t\tc0,0.1,0,0.1,0,0.2c0.4,5,0.3,10.5,1.6,12.1c2,2.5,1.3,6.6,2.6,8.1c1.3,1.5,6.6-6.7,10.2-10.1c3.6-3.5,2.4-4.6,4.9-6.5\n\t\tc2.4-1.8,1.4-9.5,2.2-11.5c0.7-2,5.2-3,6.6-5.2c0.9-1.3,2.6-1.3,4.3-1.3c1.4-1.1,2.6-2.1,3.6-3.3c-0.3-2-1.2-4.7-1.6-6.5\n\t\tc-0.1-0.6,0-1.2,0.3-1.8c-2.8-4.2-2.9-10.3,1.1-14.1c4.7-4.5,10.1-8.3,16.1-10.7c0.6-4,3-6.7,5.9-8.2c1-1.4,2-2.4,2.9-2.7\n\t\tc3-1,4.6,2.5,7.5-0.5c2.9-3-2.6-7.8-4.6-7.5c-2,0.3-2.7-8.5,2-12.6c4.7-4.2,2.9-5-0.3-6c-3.2-1-3.7,0.3-6.2,0.5\n\t\tc-2.4,0.2-4.9-5.8-1.1-11.6c3.7-5.8,7.3-5.2,8.2-10c0.9-4.8,6-11.6,7.3-14.1c1.3-2.5,6.5,0,8.5-0.5c2-0.5,1.3,4.5,3.7,2\n\t\tc2.4-2.5,6.5-10.8,9.8-10.8c1.9,0,2,2,1.9,4.4c2.3-0.1,4.6,0.5,6.4,1.8c0.8-0.8,1.7-1.5,2.7-2.3c6.3-5,20.1-4.5,24.2-2.2\n\t\tc1.4,0.8,2.4,1.9,3.2,3.1c5.5-3,10.4-7.5,15.4-11.4c10.5-8.1,21.8-15.3,34.5-17.7c9-2.4,20.6-9.3,20-11.4c-0.6-2.2,3.4-3.2,3.9-1\n\t\tc0.4,2.2,3.9,1.3,8.6,2.5c4.7,1.2,6.9,3.3,10.6-1c1.6-1.9,1.7-3.2,1.4-4.4c-1.4-0.5-2.9-0.8-4.5-1c-4.4-0.7-6.7-3.9-7.4-7.6\n\t\tc-4.1-3.6-7.7-7.8-10.1-12.8c-2-4.3-1.3-9.6,1.4-13c-0.4-0.4-1.1-0.3-2.1,0.4c-2.7,2-7.3,1-8.2-2c-0.9-3,5.3-5.2,9.6-3.2\n\t\tc1.9,0.9,2.7,1.8,3.2,2.6c1.4-0.8,3.1-1.3,5-1.2c1.3-2.5,3.5-4.5,6.3-5.1c5.1-1.1,10.2-1.6,15.3-1.7c0.2-1.3,0.1-2.3,2-3.4\n\t\tc2.9-1.7,0.7-5.2-1.7-6.6c-2.4-1.5-1.9-5.5,0.7-5.5c2.6,0,1.9-3.5,3.6-3.7c1.7-0.2,2,1.5,5.2-0.3c3.2-1.8,0.1,2.8-1.3,6\n\t\tc-1.4,3.2,3,5.8,3.4,7.6c0.4,1.8,6.6,2.5,10,0.3c3.4-2.2,14.5,2.7,15.2,5.8c0.4,1.8,1.1,3.8,2.5,5.8c3.7,0.9,7.3,1.9,11,2.8\n\t\tc4.7,1.2,7,4.6,7.5,8.4c0.2,0,0.5-0.1,0.7-0.1c2.6-0.7,4,2.7,5.9,0.7c1.9-2,2.9,1.2,5.3-1.3c2.4-2.5-5.3-4.2-4.3-6.2\n\t\tc1-2,2.6,1.5,4.7,1.3c2.2-0.2-0.6-5,1-5.5c1.6-0.5,0.3-10.5-1.4-11.1c-1.7-0.7-0.3-4.2,3-1.3c3.3,2.8,8.5,2.7,10.9,2.7\n\t\tc2.4,0,0.1-2.7-2.3-3.2c-2.4-0.5,0.4-2.8,2.1-1c1.7,1.8,5,2.7,5.3,0.7c0.3-2,2-6.3,5-6.1c0.3,0,0.5,0,0.7,0\n\t\tC3472.6,401.6,3457.4,395.6,3442.3,389.6z M2685.8,627c-8.2,8.5-24.5,10.5-24.5,17.5c0,7-19.8,10.5-21.5,7.5\n\t\tc-1.5-2.6,14.6-3.5,18.5-13.5c3.9-10,18.6-15.1,25.8-28.4c5.2-9.5,9.5-23.9,12.5-22.9C2699.5,588.1,2693.9,618.5,2685.8,627z\"><\/path>\n\t<path id=\"XMLID_00000108286582152525057570000009568371189038753167_\" class=\"st0\" d=\"M3025.5,723.2c-2.9,0.7-5.2-8-6.6-13.3\n\t\tc-1.4-5.3,2.9-11.6,2.9-18.3c0-4.4,3.2-5.7,6.5-4.7c-0.8-4.8-1.4-9.4-2.1-13.4c-1.5-9.4-3.3-19.1-5.9-28.2\n\t\tc-2.2-7.9-6.6-13.9-8.3-21.5c-1.1,1.9,1.2,6.1-0.1,11.3c-1.7,6.6,0.9,16.3,3.2,22.3c2.3,6-3.2,37.9-0.9,43.2\n\t\tc2.3,5.3-3.7,28.9-1.7,31.6c3.4,4.7,1.1-6.3,6.3-7.3c5.2-1,5.2,6.6,8.3,8.3C3030.4,734.9,3028.4,722.6,3025.5,723.2z\"><\/path>\n\t<path id=\"XMLID_00000170981941738177407380000006844660804551336339_\" class=\"st0\" d=\"M2358.9,848.8c2.2,1.5,1.7,3.5,3.7,3.2\n\t\tc1.6-0.3,5.1,0.6,6.8,2.5c1.8-0.5,3.2-0.7,3.2-0.7s-1.5-11.5-1.9-15.1c-0.4-3.6-9.6-7.1-9.6-7.1l-1.5-9.8c0,0-10.7,1.8-12.6,0.9\n\t\tc-1.9-0.9-6.1,1.3-8-1.8c-1.9-3.1-5.4,2.2-8.8-0.4c-3.4-2.7-13.4,0.9-13.8-1.3c-0.4-2.2,4.2-7.1,6.9-6.7c0.6,0.1,1.7,0.1,3,0.1\n\t\tc1.3-2.3,4.1-7.9,3.4-9.2c-0.9-1.7-4.3-0.3-6.6,1.7c-2.3,2-6.6-1-7.5,2c-0.9,3-2,6-4.6,6c-2.6,0-0.6,5-3.2,6.3\n\t\tc-2.6,1.3-8.6,1-9.2,4c-0.6,3,6.6,5,6,8.6c-0.6,3.7,3.7,7.7,1.1,10c-2.2,2-4.2,5.2-4,11.7c1.9,1.4,3.7,2.6,4.5,0.6\n\t\tc1.5-3.6,10,0,10-3.1c0-3.1,9.2-2.2,9.2-5.3c0-3.1,5.4-10.2,8.8-9.8c3.5,0.4-0.4,7.1,3.8,9.3c4.2,2.2-1.9,10.2,0.4,13.3\n\t\tc0.9,1.2,2.5,1,4.6,0.3c1.6-0.5,3.3-1.3,5.2-2C2352.1,853.1,2357.2,847.7,2358.9,848.8z\"><\/path>\n\t<path id=\"XMLID_00000159452174852476806260000012276477453743397254_\" class=\"st0\" d=\"M2089.8,821c0-2.7-6-5-6-8.3\n\t\tc0-3.3-4-6.3-3.4-9c0.4-1.8-1.6-4.4-2.7-6.5c-2.6-0.7-6-1.4-8.6-1c-3.6,0.5-6.3,1.7-9.8,2.3c1.9,3.3,0.6,4.3,2.2,8.9\n\t\tc1.7,5,6,2.3,7.5,3.7c0.6,0.5,1.2,2.2,1.8,4.1c0.3,0,0.5-0.1,0.9,0c1.6,0.3,2.2,1.3,2.6,2.5c2,0.5,3.8,2.1,4.7,2.6\n\t\tc1.2,0.6,2.1-1.3,4.6,1.9c2.2,2.8,2.3,3.5,2.1,6c2.2,0,4.3-0.6,6.3-1.5C2090.7,824.6,2089.8,822.3,2089.8,821z\"><\/path>\n\t<path id=\"XMLID_00000101825077998077452200000012232197248084947845_\" class=\"st0\" d=\"M2119.6,803.7c-1.2-2.5-4.8-7.5-8.7-13\n\t\tc-1.2,4.1-5.4,3-6.3,5.3c-0.9,2.5-3-0.5-4.3,0c-1.3,0.5-4.3-5.5-7.3-6c-0.9-0.1-2-0.7-3.1-1.4c-1.2,1.5-2.4,3.3-1.9,4.1\n\t\tc0.9,1.7,4.6,3.3,3.2,5c-1.4,1.7-6,1-7.5-0.7c-1.4-1.7-5.7-4.3-6.6-2.3c-0.9,2,3.7,6.3,3.2,9c-0.6,2.7,3.4,5.6,3.4,9\n\t\tc0,3.3,6,5.7,6,8.3c0,1.3,0.9,3.6,1.9,5.6c4.7-2.3,8.6-6.6,11.6-8.3c4.6-2.7,2.7,8.4,1.9,10.2c-0.5,1.2,3.1,4.1,7,5.8\n\t\tc-0.1-2.4,0.4-4.8,1.7-6.7C2118.8,820.7,2122.5,809.7,2119.6,803.7z M2078.8,820.2c-0.9-0.5-2.7-2-4.7-2.6c0.6,2,0.6,4.6,3.2,6\n\t\tc4.2,2.2-1.9,3.1,6.5,4.4c0.6,0.1,1.1,0.1,1.7,0.1c0.3-2.5,0.1-3.2-2.1-6C2080.9,818.9,2080,820.9,2078.8,820.2z\"><\/path>\n\t<path id=\"XMLID_00000021807350969088827010000004614376284324406168_\" class=\"st0\" d=\"M2362.7,852c-2,0.3-1.6-1.7-3.7-3.2\n\t\tc-1.7-1.2-6.8,4.2-10.6,8.1c-1.8,0.7-3.5,1.4-5,2c-2.1,0.7-3.8,1-4.7-0.2c-2.3-3.1,3.8-11.1-0.4-13.3c-4.2-2.2-0.4-8.9-3.8-9.3\n\t\tc-3.4-0.4-8.8,6.7-8.8,9.8c0,3.1-9.2,2.2-9.2,5.3c0,3.1-8.4-0.4-10,3.1c-1.5,3.6-5.7-2.7-8.4-2.7c-2.7,0-4.6-4.4-8-3.1\n\t\tc-3.4,1.3-5.4-1.3-8.1-1.8c-2.7-0.4-4.6,6.7-7.7,5.3c-3.1-1.3-4.6,6.7-5.8,11.1c-1.2,4.4-14.2,4.4-13.8,9.3\n\t\tc0.4,4.9-7.7,6.7-8.4,3.6c-0.8-3.1-5.8-1.3-6.9-2.2c-1.1-0.9-4.6,0.9-4.2,5.3c0.4,4.4-3.4,7.1-3.8,8.9c-0.4,1.8-2.7,7.1-1.1,9.8\n\t\tc1.5,2.7-1.9,7.1,0,12c1.9,4.9,0.8,11.1,1.5,12.9c0.8,1.8,8,0.9,9.6,5.8c1.5,4.9-9.6,13.3-10,16c-0.2,1.1,0.8,2.4,2,3.7\n\t\tc4.4,0.2,9.9,0.8,14.9,1.9c6.3,1.3,38.5-4.3,39-5.6c0.6-1.3-1.1-9.7-0.9-11.3c0.3-1.7,4.3-5.7,7.7-5.3c3.4,0.3,6.6,1,6.6-2\n\t\tc0-3,9.5-6.6,10.3-4c0.9,2.7,4.3,1.7,4.6-5c0.3-6.6-0.3-11.6,3.2-12c3.4-0.3,6.9-2.7,6.6-4.7c-0.3-2-4.3-6-3.2-7.3\n\t\tc1.1-1.3,9.8,3.3,10.9,0.3c1.2-3-0.6-6.3,0.9-9c1.4-2.7,4.9-5.3,4.6-8c-0.3-2.7,0.3-4.3-1.7-6.6c-2-2.3-1.2-5.3,1.4-5.7\n\t\tc0.4-0.1,0.9-0.3,1.4-0.7c2-0.5,3.7-0.9,5-2c3.6-3.1,10.5-5.6,13.1-4.5c2.2,0.9,6.9,0.1,9.8-3.5\n\t\tC2366,852.2,2363.8,851.8,2362.7,852z\"><\/path>\n\t<path id=\"XMLID_00000023265197201518360760000008720159106330579846_\" class=\"st0\" d=\"M2386.2,870.6c-4.5-2.5-5-7-5-8.5\n\t\tc0-1.3-5.1-4.9-8.8-8.3c-0.5,0.1-1.6,0.3-2.9,0.7c-0.5-0.5-1.1-1-1.8-1.3c-2.9,3.6-7.7,4.4-9.8,3.5c-2.6-1.1-9.5,1.4-13.1,4.5\n\t\tc-1.3,1.1-3,1.6-5,2c-0.5,0.4-1,0.7-1.4,0.7c-2.6,0.3-3.4,3.3-1.4,5.7c2,2.3,1.4,4,1.7,6.6c0.3,2.7-3.2,5.3-4.6,8\n\t\tc-1.4,2.7,0.3,6-0.9,9c-1.1,3-9.8-1.7-10.9-0.3c-1.2,1.3,2.9,5.3,3.2,7.3c0.3,2-3.2,4.3-6.6,4.7c-3.4,0.3-2.9,5.3-3.2,12\n\t\tc-0.3,6.7-3.7,7.7-4.6,5c-0.9-2.7-10.3,1-10.3,4c0,3-3.2,2.3-6.6,2c-3.4-0.3-7.5,3.7-7.7,5.3c-0.3,1.7,1.4,10,0.9,11.3\n\t\tc-0.6,1.3-32.7,7-39,5.6c-5-1.1-10.6-1.7-14.9-1.9c1.7,1.9,3.9,4,4.6,6c1.3,3.9,5.4,7.5,10,9.8c4.6,2.2,2.3,11.5,4.6,12.4\n\t\tc2.3,0.9,5.4,8,2.3,8.4c-3.1,0.4-5.7,1.3-8.8,3.1c-2.9,1.7-6.1,5.8-6.1,10.7c1-0.1,2,0,3,0.2c2.2,0.4,4.2,1.2,6,2.2\n\t\tc11.5-3.4,23.7-5.3,35.3-4.4c7.2,0.6,10.6,7,10.1,12.7c0.9,2,0,4.2,1.2,6.4c1.4,2.7,4.3,2.2,8.5,4.3c0.6,0.3,1.1,0.7,1.6,1.1\n\t\tc0.3-0.4,0.5-0.6,0.6-0.8c2.3-3.1,2.7-8.4,8.8-7.1c6.1,1.3,5.7-1.3,9.2-0.4c3.5,0.9,5.7,0.4,7.3-2.2c1.5-2.7-1.5-8-3.4-10.2\n\t\tc-1.9-2.2-4.6-7.1-4.2-11.5c0.4-4.4-6.1-4.4-6.1-8c0-3.5,6.1-9.3,7.3-10.7c1.2-1.3,6.1,3.6,7.3,0.9c1.2-2.7,4.6-0.9,6.5-0.4\n\t\tc1.9,0.4,5-4.4,5.4-8.4c0.4-4,6.9-4.4,8.1-5.8c1.2-1.3,3.1-10.2,3.8-12c0.8-1.8,5.7-0.4,5.7-5.3c0-4.9,2.3-5.8,4.6-6.2\n\t\tc2.3-0.4,1.5-4.9,1.9-8.4c0.4-3.6,1.9-7.6,5-8.4c3.1-0.9-1.2-5.8-4.6-4.9c-3.4,0.9-5.7-10.7-5.7-10.7s0.4-9.3-1.5-10.6\n\t\tc-1.9-1.3,0.8-6.2,5-6.2c4.2,0,11.9,5.3,14.6,3.1c2.7-2.2,8-3.6,9.6-4.4c1.2-0.7,2.8-4.9,3.5-6.9\n\t\tC2392,873.9,2389.1,872.2,2386.2,870.6z\"><\/path>\n\t<path id=\"XMLID_00000080907837057092994040000010446937989552241307_\" class=\"st0\" d=\"M2569.8,1253.5c4.9,3.3,7.5,15.3,13.2,16\n\t\tc5.7,0.7,6.3,21.6,10.6,22.6c3.5,0.8,10.4,12,13.5,20.7c4.5,5.4,8.2,11.3,10.5,18.3c2,2,3.9,4,5,6.2c3.2,6.3,15.8,15,17.5,17.6\n\t\tc1.7,2.7,3.4,8.6,4.9,5.6c1.4-3,7.5,0,10.3,0.3c2.9,0.3,3.7-12,3.4-16.6c-0.3-4.7,1.4-9.3,1.4-11.6c0-2.3,1.4-3.3,4-2.7\n\t\tc2.6,0.7,2.3-6.3,0.3-7c-2-0.7-3.2-9-8-9c-4.9,0-4,4.6-1.1,5c2.9,0.3,4.6,3,3.7,5.3c-0.9,2.3-2-2.3-6-2c-4,0.3-1.4-5.7-6-6\n\t\tc-4.6-0.3-3.7-10-8.6-10c-4.9,0-5.2-4.7-2-8c3.2-3.3-4.9-6.3-4.9-10.3c0-4-5.2-1.7-5.2-5c0-3.3-2.3-1.7-4.9-5.6\n\t\tc-2.6-4-3.7-0.3-6-3.3c-2.3-3-5.5-4.7-7.5-3.7c-2,1-6.6-4.3-8.3-9.6c-1.4-4.2-14.6-11.3-16.4-17c-1.7-5.6-6.3-8-14.1-7.6\n\t\tc-7.7,0.3-10.8-8.8-12.6-4.3C2554.3,1237.6,2565,1250.2,2569.8,1253.5z\"><\/path>\n\t<path id=\"XMLID_00000004532183791533747680000007597508639953296567_\" class=\"st0\" d=\"M2763.8,1311.4c5.2-3.7,6.3-10.6,5.7-17.3\n\t\tc-0.6-6.6,12.6-7,14.6-9.6c2-2.7-2.9-7-6.6-9c-3.7-2-0.6-6.3-3.2-9c-2.6-2.7-6.9-9.6-3.2-10c3.7-0.3-2.6-6.3,0.6-8.3\n\t\tc0.4-0.3,0.9-0.6,1.4-0.9c-1.9-1.1-3.5-1.8-4.6-1.8c-4.6,0-15.5-1.3-14.9,7.3c0.6,8.7-6.3,5.3-5.7,10c0.6,4.7-3.4,4.7-2.9,10.6\n\t\tc0.6,6-2.9,3.3-8.6,6.7c-5.7,3.3-3.4-2-9.2-2c-5.7,0-6.3,3.3-9.8,4.7c-3.4,1.3-10.3-0.7-12.6,1.3c-2.3,2-5.7-4.6-8-4.6\n\t\tc-1.2,0-2.2-3.6-2.9-7.2c-0.4-0.1-0.8-0.2-1.1-0.1c-3.7,0.3-9.9,11.8-6.3,15.6c4.3,4.7,3.2,12,5.2,15.6c2,3.7,8.3,4.3,8.3,11.3\n\t\tc0,7,5.4,18,9.2,15c3.7-3,6.6,1.3,7.7,4.3c1.2,3,10-2.3,12.9-1.7c2.9,0.7,11.8,2.7,12.3,6.6c0.6,4,8.6-0.3,14.1-2.7\n\t\tC2761.8,1334,2758.7,1315,2763.8,1311.4z\"><\/path>\n\t<path id=\"XMLID_00000040546299683195498640000006985915892803005618_\" class=\"st0\" d=\"M2789.9,1335.7c4.3,0.3,3.7,7.6,2.9,12\n\t\tc-0.9,4.3-2.6,14.6,1.2,13c4.6-2,7.5-8.6,4.9-11c-2.6-2.3-2.3-17-1.2-20.6c1.2-3.7,8.9-1,6.3,4.7c-2.6,5.7,4.9,5,4.9,11.3\n\t\tc0,6.3,4.3,3,8.9,1.3c4.6-1.7,3.7-4.7,0.6-8.7c-3.2-4,2.3-9.6-2-13c-4.3-3.3-7.2-8.3-3.2-9.3c4-1,16.1-9,14.6-12.3\n\t\tc-1.4-3.3-18.4,0.7-19.8,6.6c-1.4,6-13.5-0.7-12-11c1.4-10.3,25.3-12,32.1-8.3c6.9,3.7,14.3-6,16.9-11.6c2.6-5.7-5.4,1-10.3,4.7\n\t\tc-4.9,3.7-17.8-0.3-24.4-3c-6.6-2.7-6.3,4.7-11.8,5.7c-5.4,1-4.3,15-6.9,16.6c-2.6,1.7-2.6,12-7.7,21.6\n\t\tC2778.7,1334,2785.6,1335.3,2789.9,1335.7z\"><\/path>\n\t<path id=\"XMLID_00000096743759531217457830000013821468269047764865_\" class=\"st0\" d=\"M2577.3,1281.5c0.9,1.1,1.8,2.3,2.8,3.4\n\t\tc-0.6-3.8-5.6-8.1-6.6-6.5C2574.8,1279,2576.1,1280,2577.3,1281.5z\"><\/path>\n\t<path id=\"XMLID_00000093887580813997704370000008698158142116536253_\" class=\"st0\" d=\"M2771,1388.2c-1.1,3-6,3.7-8.9,1.3\n\t\tc-2.9-2.3-6.4,3.2-4.6,6c0.9,1.3,6.9,6.7,14.1,2.7c7.2-4,12.1-0.3,13.8-4.7C2787.1,1389.2,2772.1,1385.2,2771,1388.2z\"><\/path>\n\t<path id=\"XMLID_00000176736287965750920330000004017645449042686873_\" class=\"st0\" d=\"M2743.6,1386.9c1,1.8,1.5,3.9,1.5,6\n\t\tc1.8,1,4,1.6,6.7-0.7C2756.4,1388.2,2747.4,1388.7,2743.6,1386.9z\"><\/path>\n\t<path id=\"XMLID_00000144332216646024024970000014433776170924662158_\" class=\"st0\" d=\"M2662.5,1373.2c2.6,0,1.4,5.7,5.2,6.3\n\t\tc3.7,0.7,16.1,4.7,17.2,1.7c1-2.6,10.1-0.6,16.2,3.6c7.9-1.2,15.7-2.3,23.6-2.8c-4.4-2.6,6.5-4.8,10.1-7.4\n\t\tc3.7-2.7-2.3-3.7-11.5-0.3c-9.2,3.3-19.8-7.3-20.1-2.7c-0.3,4.7-16.6-2-20.7-5.3c-4-3.3-19.5-7.7-22.7-1.3\n\t\tc-3.2,6.3-5.9,0.6-4.6,6.6C2656.2,1375.5,2659.9,1373.2,2662.5,1373.2z\"><\/path>\n\t<path id=\"XMLID_00000005238592591147845270000000324879734433666209_\" class=\"st0\" d=\"M2785.3,1404.5c1.7,3,6.6,3,8.6,5\n\t\tc2,2,9.2,6.3,9.2,0.7C2803.1,1404.5,2783.4,1401.1,2785.3,1404.5z\"><\/path>\n\t<path id=\"XMLID_00000130639559094363956980000007934215602476103324_\" class=\"st0\" d=\"M2831.8,1388.8c-7.7-1.3-12.9,5.3-20.7,2\n\t\tc-7.7-3.3-19.3,0.1-18.1,3c1.1,2.7,8,3,15.8,3.3c7.7,0.3,14.6-4.7,19.8-5C2833.8,1391.8,2839.6,1390.2,2831.8,1388.8z\"><\/path>\n\t<path id=\"XMLID_00000044877965030746922450000004719640603352766909_\" class=\"st0\" d=\"M2843.6,1397c-0.9,0.7-1.9,1.2-3.2,1.5\n\t\tc-0.4,1.2-0.8,2.6-1.4,3.2c-0.8,0.7-2.2-0.7-3.2-2c-5.5,2.7-8.5,10.4-4.6,12.7c3.7,2.3,9.1-3.8,12.2-8.1c0.5-0.7,0.9-1.3,1.3-1.9\n\t\tc0.2-0.3,0.6-0.7,1-1c0.3-0.2,0.6-0.5,1-0.7C2845.8,1399.3,2844.6,1397.9,2843.6,1397z\"><\/path>\n\t<path id=\"XMLID_00000150101827419728824440000007785122225355704486_\" class=\"st0\" d=\"M2839,1398.8c-1.1,0.1-2.2,0.4-3.1,0.9\n\t\tc1,1.3,2.4,2.8,3.2,2c0.7-0.6,1-2,1.4-3.2c-0.4,0.1-0.8,0.2-1.3,0.3C2839.1,1398.8,2839.1,1398.8,2839,1398.8z M2852.8,1390.2\n\t\tc-3.9-0.2-5.4,3.5-8.3,6.1c-0.3,0.2-0.6,0.5-0.8,0.7c1,0.9,2.2,2.3,3.1,3.7c5.6-3.8,19.7-8.6,20.4-10.9\n\t\tC2868,1387.2,2858.5,1390.5,2852.8,1390.2z\"><\/path>\n\t<path id=\"XMLID_00000065770255775661543120000002635172480171999913_\" class=\"st0\" d=\"M2068.4,842.2c-1.5-0.4,0.8-10.2,0-12\n\t\tc-0.8-1.8-2.7-9.3-0.4-9.3c2.1,0-0.2-5.5,2.5-5.8c-0.6-1.9-1.2-3.6-1.8-4.1c-1.4-1.3-5.7,1.3-7.5-3.7c-1.7-5,0-5.7-2.6-9.6\n\t\tc-2.6-4-3.7-8-6.9-6.3c-1.5,0.8-5.7,0.7-10.1,0.4c-4.7,4.9-14.9,8.3-18,7c-3.9-1.7-11.3,0.5-16.9,0.5c-5.6,0-7.2-4.7-11.5-4.3\n\t\tc-4.3,0.3-4.3-4.5-8.6-4.5c-4.3,0-1-2.5-14.5-4.5c-13.5-2-25.1,6.1-29.4,10.5c-4.3,4.3-19.8,0.2-21.2,1.3c-1.4,1.2,0.3,6.3-4.9,8.6\n\t\tc-5.2,2.3-16.5,0-20.4,2c-3.9,2-5.3,8.6-2,8.3c3.3-0.3,5,1.5,4,3.1c-1,1.7,2.7,6.3,0.9,8.3c-1.9,2-2,5.8,0.3,7.8\n\t\tc2.3,2,2.7,5.7,0,6.2c-2.7,0.5,4.7,4.2,4.9,5.8c0.1,1.7,6.3,2.5,6.3,4.5c0,2,1.9,2.7,4.9,1.7c3-1,4.2,3.8,6,7.1\n\t\tc1.9,3.3,12.5,1,12.5-2.7c0-3.7,3.2-4.7,7.9-4.2c4.7,0.5,10.9,8,13.2,9c2.3,1,7-2,10-2c3,0,7.3-5.5,9-6.7c1.7-1.2,4.7,3.8,7.5,2.2\n\t\tc2.7-1.7,5.7-3.5,7.5-2.3c1.7,1.2-4.2,6.3-2.6,9c0.6,1.1,0.5,2.4,0.2,3.8c5.9-0.9,5.4-5.7,5.7-7.8c0.4-2.2,1.9-4.4,3.8-2.7\n\t\tc1.9,1.8,4.6,2.2,8.8,0c4.2-2.2,4.6-3.6,6.1-1.3c1.5,2.2,5,0.4,11.1,0.4c6.1,0,7.3-4.9,13-4.4c5.8,0.4,10.7-1.8,10.7-1.8l3.6,1.3\n\t\tc1.5-1.6,1.4-3.4,4.3-3.8c4.6-0.7,6.3,3.3,8.6,2c2.3-1.3,9.6,7.7,10.2,1.9C2073.4,849.8,2070,842.7,2068.4,842.2z M1906.8,799.4\n\t\tc3.4-1.5,11.2,0.5,13.1-1.5c1.9-2-4.9-4.5-7.3-6.8c-1.4-1.4-1.9-3.9-2.4-5.8c-1.1,0.9-2.6,1.6-3.9,0.8c-2.6-1.5-8.8-0.5-9.9,0\n\t\tc-1.1,0.5,0.9,4.7,0.9,7.5c0,2.7-2.8,3.5-2.8,5.2c0,1.3-1,2.3-2.3,3.9c1.9,1.6,3.7,3.2,5.6,3.2\n\t\tC1901.8,805.9,1903.4,800.9,1906.8,799.4z\"><\/path>\n\t<path id=\"XMLID_00000096048730905430491880000007785549661658999961_\" class=\"st0\" d=\"M1967.1,877.7c-0.3-1.8,1.9-5.6,5.2-7.1\n\t\tc3.3-1.5,2-4.3-0.1-2.2c-2.2,2.2-7.3,4.5-13.8,4.8c-6.5,0.3-8.5,5.3-4.4,8C1959.1,884.7,1967.4,879.5,1967.1,877.7z\"><\/path>\n\t<path id=\"XMLID_00000079454672532787390310000009121298531746939273_\" class=\"st0\" d=\"M2878,1291.1c6.3,0.7,3.4-3.7,3.4-8.3\n\t\tc0-4.7-5.7-0.7-5.7-3c0-2.3-2-11.6-6.6-4.3c-4.6,7.3,1.5,25.4,5.2,24.6C2877.5,1299.4,2871.7,1290.4,2878,1291.1z\"><\/path>\n\t<path id=\"XMLID_00000034790363771858101240000017462233149439630519_\" class=\"st0\" d=\"M2893.2,1328c-7.5-2.7-20.2-0.4-18.9,4\n\t\tc1.1,4,7.2,2.3,13.2,2.3c6,0,9.2,5,12.3,5C2903,1339.3,2900.7,1330.7,2893.2,1328z\"><\/path>\n\t<path id=\"XMLID_00000166656010055963532130000012376403532291952061_\" class=\"st0\" d=\"M2854.5,1332.7c1.2,5.3,9.5,8.3,11.8,3.7\n\t\tC2868.6,1331.7,2853.2,1326.5,2854.5,1332.7z\"><\/path>\n\t<path id=\"XMLID_00000094614605595369282250000014960322111310063782_\" class=\"st0\" d=\"M2986.1,1322.8c-5.2-0.1-8.4-3.3-9.6-7.3\n\t\tc-4.1-1.7-7.3-2.9-8.6-2.8c-4.3,0.3-4.9,9-8.6,9c-3.7,0-8.9,9-15.8,11.6c-6.9,2.7-7.2-22.9-10.3-27.9c-3.2-5-20.4-9-22.1-3.3\n\t\tc-1.7,5.7-7.7,2.7-8.3,7.3c-0.6,4.3,1.4,3,5.2,3c3.7,0,3.7,3.3,5.4,7.6c1.7,4.3,12.1,1.3,15.5,1c3.4-0.3,4,5.3-0.9,3.3\n\t\tc-4.9-2-4.9,2.7-8.3,1.7c-3.4-1-8-0.7-5.7,1.7c2.3,2.3,6,4.7,6,10c0,5.3,6.6,4.3,6.6,0c0-4.3,3.4,1.3,10,3.3c6.6,2,2,5,8.6,5.3\n\t\tc6.6,0.3,21.5,6,27.3,11c5.7,5,1.7,8.3,5.5,13c3.7,4.6,4.9,10-0.3,10c-5.2,0-10.6,6-9.2,9c1.4,3,18.4-1.3,22.4-1.3\n\t\tc2.6,0,5.3,5.4,10.3,9.3v-71c-2.1-0.8-4.3-1.8-6.6-2.7C2991.7,1323.1,2988.9,1322.8,2986.1,1322.8z\"><\/path>\n\t<path id=\"XMLID_00000129928254529178200310000014762576778484595374_\" class=\"st0\" d=\"M2784.2,706.8c-3.1-4.3-8.1-2.2-9.4,1.5\n\t\tc-1.3,3.6-3.8-1.5-9.4-1.5c-5.6,0-6.3,3.6-10-0.7c-3.7-4.3,1.2-5.8,1.2-5.8l0.6-5.8l7.8-18c-2.2-1-5.5-1.5-7-0.8\n\t\tc-2.3,1-7.8,0.3-8.3-2c-0.6-2.3-9.8-2.7-12.1-0.7c-2.3,2-7.5,3.7-7.7,6c-0.3,2.3-5.7,1.7-7.7,3.3c-2,1.7-12.3,2.3-12.6,3.7\n\t\tc-0.3,1.3-11.2,1.7-12.9,0c-1.7-1.7-11.2,0-12.3-2.7c-1.2-2.7-5.2-4-5.2-6.3c0-2.3-7.2-2.3-8-4.3c-0.9-2-6.6-3-7.5-2.3\n\t\tc-0.9,0.7-7.2-2-8.9-2.3c-1.7-0.3-7.2,1.3-8.9,1.3c-1.7,0-4.9,3.7-6.9,4c-2,0.3-7.5-4-8.6-3c-1.2,1-4.6-3.3-6-5.3\n\t\tc-1.4-2,0-7.7-1.1-9.6c-1.1-2-7.5-2-9.5-3.3c-2-1.3-5.2-3.3-7.2-3.3c-2,0-5.2-0.7-6-1.7c-0.9-1-5.2-2.7-7.2-3.3\n\t\tc-2-0.7-2.3,2.3-3.4,3.7c-1.1,1.3-4.6,1.7-5.2,4c-0.6,2.3-4.6,3-4,5.7c0.6,2.7,2,8,3.4,9.3c1.4,1.3,0.6,5.3-0.3,6.7\n\t\tc-0.9,1.3-6.9,2.3-8,4.7c-1.1,2.3-4-0.3-6.9-2.3c-2.9-2-6.3-0.7-7.8,0.7c-1.4,1.3-6.6-3.3-8-3.7c-1.4-0.3-1.7-6.6-3.2-6.3\n\t\tc-1.4,0.3-11.5-2-13.5-2.7c-2-0.7-6.3-0.3-6.9,1.3c-0.6,1.7-5.7,1.3-6.6,3.3c-0.9,2-4.9,3-6.3,5c-1.4,2-6.3,2-7.5,5\n\t\tc-1.1,3-7.2,4.3-8.9,4.7c-1.7,0.3-6.3,1.3-6.6,3c-0.1,0.7-0.8,0.8-1.7,0.7c0.1,0.4,0.2,0.8,0.3,1.3c1.2,7.6,4,7.4,7,10.4\n\t\tc3,3,5.6,5.3,8.7,5.5c3.2,0.2,7.9,4.6,8.3,7.8c0.4,3.2,3.4,6.9,5.2,8.5c1.8,1.6-0.6,7.1-0.6,11.3c0,4.1-4.4,5.1-2.2,9.2\n\t\tc2.2,4.1,17.5,6.2,21.8,6.2c4.4,0,6,4.8,7.3,5.1c2.8,0.5,3.1,4.3,6.3,5.1c3.1,0.7,6.2,2.9,7.5,9.4c1.2,6.5,5,8.7,5.6,11.6\n\t\tc0.6,2.9,7.5,0.7,12.5,1.4c5,0.7,19.4,0,23.1,0.7c3.7,0.7,12.5,0,17.5,4.3c5,4.3,7.5,0.7,10.6,2.9c3.1,2.2,5.6,3.6,10,2.9\n\t\tc4.4-0.7,4.4,3.6,7.5,4.4c3.1,0.7,8.8-5.8,16.9-10.1c8.1-4.3,17.5-1.4,21.9-0.7c4.4,0.7,12.5-2.2,17.5-8.7\n\t\tc5-6.5,11.3-5.1,11.9-10.9c0.6-5.8-5-8-2.5-13c2.5-5.1,6.9-4.3,9.4-2.9c2.5,1.4,9.4,3.6,15.6-1.5c6.2-5.1,8.8-4.3,14.4-5.1\n\t\tc5.6-0.7,5-5.1,8.8-9.4c3.8-4.3,8.1-5.8,11.9-5.8c3.7,0,8.7-4.3,12.5-2.9c3.8,1.4,9.4,2.2,10-1.5\n\t\tC2797.4,718.4,2787.4,711.1,2784.2,706.8z\"><\/path>\n\t<path id=\"XMLID_00000091002711489295466800000005932450179990705566_\" class=\"st0\" d=\"M2602.3,112.1c-1-1.9-1.5-4-1.3-6.3\n\t\tc-4.1-3.7-13-5.1-13-1c0,6-5.5-1.3-7.2-5c-1.7-3.7-27,3-27,6.7c0,1.4-1.4,2.8-2.9,4.1c0.9,0.5,1.7,1.1,2.4,1.8\n\t\tc1.5,1.6,3,4.3,3.1,6.8c0.2,0.1,0.5,0.1,0.7,0.2c3.2,1.2,6,3.7,7.1,6.9c2.1-0.3,5.4,0.6,9.1,1.8c1.8-0.2,3.5-0.3,5.3-0.4\n\t\tc4.2-0.1,7.1,1.9,8.7,4.8c1.4,0.3,2.8,0.5,4,0.5c8.3,0,9.2-8,6.6-8.3C2595.4,124.5,2597.7,119.8,2602.3,112.1\n\t\tC2602.3,112.2,2602.3,112.1,2602.3,112.1z\"><\/path>\n\t<path id=\"XMLID_00000071536207863921155240000002115622925025120416_\" class=\"st0\" d=\"M3389.7,311.7c7.4-1.5,14.7-1.6,22-1.3\n\t\tc1.4-2.3-2.2-6.8-12.5-8.4c-12.9-2-29.7,9.1-23.5,12.6c4.1,2.4,7.1-0.7,10.1-1.3C3386.8,312.6,3388.1,312,3389.7,311.7z\"><\/path>\n\t<path id=\"XMLID_00000182502228861768559820000004187444904657942678_\" class=\"st0\" d=\"M2410.3,272.1c4.6,2.7,8,1.7,7.5-3.7\n\t\tC2417.2,263.1,2406.6,270,2410.3,272.1z\"><\/path>\n\t<path id=\"XMLID_00000006674981219910952960000009467464452871588249_\" class=\"st0\" d=\"M2531.1,73.6c1.2-5-17.9-2.8-12.9,2\n\t\tC2519.9,77.3,2530,78.6,2531.1,73.6z\"><\/path>\n\t<path id=\"XMLID_00000167393399729180570350000002060209768103477940_\" class=\"st0\" d=\"M2577.9,91.5c-2,2.1-4.7,3.5-7.7,3.6\n\t\tc-5.7,0.3-10.6-5.2-10.6-10.9v-3.5c-0.3-0.3-0.6-0.5-0.9-0.8c-2.3,1.1-4.8,1.4-7.2,0.6c-3-1-6.1-1.2-9.1-2.1\n\t\tc-1.5,1.2-1.6,2.4,0.2,3.5c4,2.3,0,8-4.3,7.7c-4.3-0.3-5.2,5,0.3,7.6c5.5,2.7,3.4,4.3-2.3,4.3c-5.7,0-10.7,2.2-6.9,4\n\t\tc2.9,1.3,2.6,5,8.6,6.6c0.2,0,0.4,0.1,0.6,0.1c1.9-2,4.6-2.9,7.3-3c0.5,0,0.9,0,1.4,0.1c1.6-1.6,2.5-3.5,2.2-5.2\n\t\tc-0.6-4,20.9-7.6,26.7-9.3C2578.3,94.3,2578.3,92.9,2577.9,91.5z\"><\/path>\n\t<path id=\"XMLID_00000146491929809645050990000009999971901173822857_\" class=\"st0\" d=\"M2653.8,132.8c-1.9,0.7-4.1,0.8-6.1,0.1\n\t\tc-4.7-1.8-9.5-3.2-14.1-5c-1.3,0.9-2.4,2-3,3.2c-1.8,3.6-3.9,0.9-0.1-4.4c-1.2-0.5-2.3-1-3.4-1.6c-2.7,0.7-5.8,0.4-8.4-0.9\n\t\tc-1-0.5-2.1-1.1-3.1-1.6c-0.3,3.4-3.7,5.1-3.4,8.6c0.3,3.7-6.9-2-7.2,6.3c-0.3,8.3-11.1,13.2-6.9,16c4,2.7,16.9-3.3,25.5-3\n\t\tc8.6,0.3,32.7-7.7,33.6-13C2657.7,135.1,2656.1,133.9,2653.8,132.8z\"><\/path>\n\t<path id=\"XMLID_00000040567156094867658750000001741490658059032994_\" class=\"st0\" d=\"M3038.1,206.6c-3.7-2.6-7.9-2.8-12-3\n\t\tc-1.7,2.5-4.4,4.2-8.3,4c-4.9-0.2-9.6-1.2-14.3-2.4c0,0.2-0.1,0.5-0.1,0.7c-0.2,4.1-4.1,1.1-8.5-2.8c-2.3-0.5-4.7-1-7.1-1.3\n\t\tc-13.4-1.6-16.1,12.9-10.6,23c1,1.8,2,3.5,3,5.1c3.5-0.5,8.1-2.6,10.4-3.4c3.4-1.3,3.7,6,9.2,2c5.5-4,10.9-2,17.2-2\n\t\tc6.3,0-1.2-9-0.9-13c0.3-4,7.5-1.3,5.2,2c-2.3,3.3,3.4,11,12.6,10.3c9.2-0.7,2.3-7.3,6.9-9.6\n\t\tC3045.3,213.9,3044.7,211.2,3038.1,206.6z\"><\/path>\n\t<path id=\"XMLID_00000132768439795932208640000000111674433903120315_\" class=\"st0\" d=\"M3070.4,224.9c7.1,2.3,14.1,4.5,21.4,5.6\n\t\tc6.2-0.9,10.2-2.9,10.4-5c0.3-3.3-12-8.3-15.8-5.6c-3.7,2.7-6.6-4.3-11.2-2.7c-4.6,1.7-10.9,1.3-13.2-3.3c-2.3-4.7-10,7.3-6.6,7.6\n\t\tc2.9,0.3,5.3,1.9,8,3.6C3065.3,224.2,3067.7,224,3070.4,224.9z\"><\/path>\n\t<path id=\"XMLID_00000026138055304523471980000011431999422535316922_\" class=\"st0\" d=\"M2267.7,76.1c-0.4,0.2-0.7,0.2-1.2,0.2\n\t\tc-2.9-0.3-13.7,2.1-11.5,5c2.6,3.3,10.6,1.7,16.1,1c2.3-0.3,4.2-0.8,5.5-1.5C2273.6,79.3,2270.7,77.7,2267.7,76.1z\"><\/path>\n\t<path id=\"XMLID_00000050634653509964111020000015179542830869007784_\" class=\"st0\" d=\"M3005.4,242.5c0-5-15.6,1.8-9.2,4.3\n\t\tC2999.7,248.1,3005.4,247.5,3005.4,242.5z\"><\/path>\n\t<path id=\"XMLID_00000050655878690576628890000013920746332687061906_\" class=\"st0\" d=\"M3028.4,264.4c5.2-1.3-3.7-12.3-12.6-14\n\t\tc-8.9-1.7-17.2,6.8-16.1,8.6C3002.3,263.4,3023.2,265.8,3028.4,264.4z\"><\/path>\n\t<path id=\"XMLID_00000039103938797290397590000017720324987950292117_\" class=\"st0\" d=\"M2164.1,94.5c0-5.3-14.9,0.5-12,1.7\n\t\tC2154.6,97.2,2164.1,99.9,2164.1,94.5z\"><\/path>\n\t<path id=\"XMLID_00000091004263561554550350000004566371305820718246_\" class=\"st0\" d=\"M1855.9,594.3c-1.3,0.7-4.7-0.7-5.8-2.5\n\t\tc-0.9-1.4-3.5-0.9-5.9-0.6c0.5,0.4,1.1,0.9,1.5,1.7c1.3,2.7-5.2,3-3.2,6.2c2,3.2-4.6,3.3-4.6,0c0-3.3-6.9-1.7-6.6,0.5\n\t\tc0.1,0.8-0.1,1.7-0.6,2.7c1.9,0.8,4.1,1.7,4.9,2.1c1.3,0.6,18.5,2.7,25.2,1.2c-0.4-1.5,0.4-5.8,0.4-7.5\n\t\tC1861.3,596.1,1857.2,593.6,1855.9,594.3z\"><\/path>\n\t<path id=\"XMLID_00000160880707590937785230000002565448068432177317_\" class=\"st0\" d=\"M3025.5,723.2c-2.9,0.7-5.2-8-6.6-13.3\n\t\tc-1.4-5.3,2.9-11.6,2.9-18.3c0-4.4,3.2-5.7,6.5-4.7c-0.8-4.8-1.4-9.4-2.1-13.4c-1.5-9.4-3.3-19.1-5.9-28.2\n\t\tc-2.2-7.9-6.6-13.9-8.3-21.5c-1.1,1.9,1.2,6.1-0.1,11.3c-1.7,6.6,0.9,16.3,3.2,22.3c2.3,6-3.2,37.9-0.9,43.2\n\t\tc2.3,5.3-3.7,28.9-1.7,31.6c3.4,4.7,1.1-6.3,6.3-7.3c5.2-1,5.2,6.6,8.3,8.3C3030.4,734.9,3028.4,722.6,3025.5,723.2z\"><\/path>\n\t<path id=\"XMLID_00000115478702398208396500000006858379625818466705_\" class=\"st0\" d=\"M2111.3,352.2c7.8,8.3,14.4-3.7,18.1-4.3\n\t\tc3.7-0.7-2.3-5.3-8.6-7.3C2114.4,338.6,2105.4,345.9,2111.3,352.2z\"><\/path>\n\t<path id=\"XMLID_00000165951823965513745410000010829322751275730074_\" class=\"st0\" d=\"M2250.2,83.9c2-3-3.7-3-4.3-6\n\t\tc-0.6-3-16.6-3.7-15.8-0.3c0.9,3.3-11.1,6.9-7.5,10.3C2229.5,94.2,2248.2,86.9,2250.2,83.9z\"><\/path>\n\t<path id=\"XMLID_00000118399300913510452330000006249083424598646442_\" class=\"st0\" d=\"M2722.2,236.5c-1.2,2.7-7.4,2.8-5.7,5.3\n\t\tc2.9,4.3,17.2,2,17.5-3.3C2734.3,233.2,2723.4,233.8,2722.2,236.5z\"><\/path>\n\t<path id=\"XMLID_00000147190293872171749240000002723953688682716595_\" class=\"st0\" d=\"M3045.7,282c0.3,0.1,0.5,0.1,0.8,0.2\n\t\tc3.4,1.2,9.5,1.8,9.8,0c0-0.1,0-0.3-0.1-0.4C3052.6,281.2,3049.1,281.1,3045.7,282z\"><\/path>\n\t<path id=\"XMLID_00000066482242163392402260000015306124015424214917_\" class=\"st0\" d=\"M3442.3,389.6c-0.7,0.3-1.1,0.6-1.2,1\n\t\tc-0.1,2.3,2.7,2.5,4.4,5.2c1.7,2.7-2.3,4.1-1.4,7.1c0.9,3-4.3-1.5-6.2-3.2c-1.9-1.7-1-8.2-0.4-11.5c0-0.3,0-0.5,0-0.7\n\t\tc-3.3-1.6-5.6-5-6.4-8.6c-0.1-0.1-0.2-0.2-0.3-0.3c-3.1-0.5-6.2-0.8-8.8-1.1c-7.4-0.9-15.2-1.1-22.3-3.4\n\t\tc-7.7-2.5-8.9-11.1-5.7-16.7c-3.2-1.1-6.7-2.3-8.6-4.6c-3.7-4.5-20.1-12.5-27.1-13c-5.5-0.4-5.7-3.2-7.2-4.1\n\t\tc-0.9,0.6-2.1,1-3.4,1.2c-13.8,2.6-27.8,4.6-41.1-1.1c-2.9-1.2-5.3-3.3-6.7-5.9c-2.3-0.5-4.1-0.5-4.6,0.3c-2,2.7-1.1,6.5-3.2,7.1\n\t\tc-2,0.7,0,4,4.7,9c4.7,5,1.9,8.8-2.4,11c-4.3,2.2-11.2-2-13.3-5.8c-2.1-3.8-7.8-2.2-9.4-6.9c-10.5,5.3-22.9,4.4-33.9,0.5\n\t\tc-4.9-1.7-10.5-3.6-15.8-6c-7,0.5-14.4,1.5-15.8,2.6c-2.6,2-0.7,9.8-2,10.5c-1.3,0.7-2.6-9-2.6-10.8c0-1.8-3-3.2-7.5-3.2\n\t\tc-4.4,0-7-0.2-5.2-2.3c1.9-2.2-1.7-4.3,1.7-7.1c0.9-0.7,0.9-1.8,0.3-3.1c-6.7-3.7-12.7-5.3-20.5-6.3c-11.7-1.5-23.2-3.4-34.7-5.8\n\t\tc-6.1,1.2-15.6,0.7-20.3,0.9c-5.5,0.2-1-2.5-2.6-5.5c-0.4-0.7-1.2-1.4-2.2-2.1c-1.6-0.5-3.1-1-4.7-1.5c-1-0.3-1.8-0.8-2.5-1.3\n\t\tc-1.3-0.1-2.4,0.1-2.8,0.8c-1.3,2.5-3.7,0-3.7-1.8c0-1.8-8.8-5.5-12.2-4.7c-3.4,0.8-5-3.7-1-3.7c4,0,10.8,1,7.9-4.3\n\t\tc-2.5,0.2-5.1,0.1-7.7-0.4c-2.5,1.1-6.1,2.8-7.3,3.3c-7.3,2.8-12.2-2.9-12.8-9.2c-1.8,0-3.1,0.1-3.6,0.3c-2.4,1-0.1,4.8-5.7,11\n\t\tc-5.6,6.1-11,2-10.3-1c0.7-3,7.6-2.5,7.6-5.5c0-3-9.5-1.3-10.9-3.8c-0.5-0.8-0.4-1.5,0-2c-4.9,0.4-8.3-3.2-9.5-7.6\n\t\tc-4.3-0.7-8.5-1.2-11.6-0.9c-7.3,0.8-10.6-3.2-14.6-3.5c-4-0.3-4,2.5-2.2,5.2c1.9,2.7-3.9,4.3-8.6,3.5c-1-0.2-2.2-0.1-3.3,0.1\n\t\tc0.1,0.8,0.3,1.6,0.5,2.5c0.4,1.4,0.7,2.9,0.9,4.3c0.3,0,0.5,0.1,0.8,0.2c0.8,0.5,0.3,1.1-0.6,1.9c0.1,1.9,0.1,3.8-0.3,5.6\n\t\tc1.5,2,1.2,4.6,1.3,6.2c0.1,1.5-3.4,2.5-6,1.4c-1.1,0.8-2.4,1.6-3.9,2.2c-2,0.8-4.1,1-6.2,0.9c-0.2,0.8-1.3,1.5-3.7,1.8\n\t\tc-3.1,0.4-4.1-1.4-4.9-3c-1.7,2.2-4.3,3.7-7.9,3.6c-4.4-0.1-8.7-0.5-13-1.1c-3.9,0.7-7.9,0.7-12.6-1c-1.3-0.4-2.5-1-3.6-1.6\n\t\tc-1-0.2-2-0.3-3.1-0.5c-3.8-0.6-7.6-0.9-11.2-1.2c-0.8,2.8-1.5,5.2-2.9,5.5c-2.6,0.5-3.6,7-6.2,8.6c-2.6,1.7-2.7-2.5-6-2.2\n\t\tc-3.3,0.3-13.9-11.6-14.5-15.1c-0.6-3.5-7.2-10.1-8.9-11.5c-1.7-1.3,1.7-2,3.9,0.2c2.2,2.2,4.9,2.2,7,0.8c0.8-0.5,1.2-1.6,1.3-2.8\n\t\tc-2.6-1.7-5-3.9-7.2-6.5c-2.2-2.6-4-5.1-5.8-7.6c-0.9-1-1.8-2.1-2.6-3.2c-3.8,3.6-9.8,4.9-14.7,0.3c-7.8-7.3-19-9.1-29.8-10.5\n\t\tc0.1,0.4,0.2,0.8,0.3,1.2c1.7,4.3,0.2,5-0.1,8.5c-0.3,3.5-2,2-5.7,0.5c-3.7-1.5-3.7,3.7-11.8,1.3c-0.6-0.2-1.1-0.3-1.6-0.4\n\t\tc-1,0.3-2.1,0.5-3.1,0.5c-4.3-0.1-8.3-1.2-12.3-2.6c-0.3-0.1-0.6-0.3-0.8-0.4c-2.6,1.4-12.1,0.2-13-3c-0.2-0.7-0.2-1.3-0.1-1.8\n\t\tc-3.3-1.1-7.1-1.3-10.4-2c-5-1-9.9-3-14.2-6c-0.2-0.1-0.3-0.3-0.5-0.4c-7.6,0.9-19.9,2.3-21.8,3.4c-2.1,1.2,2,5.7-1.3,6\n\t\tc-3.3,0.3-1-7.3-1.6-11c-0.6-3.7-5.6-4.2-4.9-1.3c0.7,2.8-7.9,3.8-10,1.7c-2.2-2.2-5.6-5-11.2-6.6c-5.6-1.7-12.5,5.3-10.9,7.3\n\t\tc1.6,2,5.7,0.5,5.9,1.8c0.3,2.7-11.9,1.7-11.9,4c0,2.3-11.3,5.5-14.8,6c-9.4,1.4-11.5,1.3-15.9,5.7c-4.5,4.3-1-3.8,2.4-7.8\n\t\tc3.4-4,7-2.3,9-5.5c2-3.2,5.2-2.8,10.6-3.8c5.5-1,5.2-4.7,7.7-6c2.6-1.3,8.9-4.2,10-7.1c1.1-3,14.1-8,16.6-7.8\n\t\tc2.6,0.2,3.2-6,4.6-6c1.4,0,8.9-3.8,11.8-5.3c2.9-1.5,4.3-4.7,4.4-6.8c0.1-2.2-3.9-1.8-4.3-3.8c-0.4-2,1.9-0.7,4.9-2\n\t\tc3-1.3,0-6-2.4-5.2c-1.2,0.4-0.9-0.2-0.5-1.4c-2.7-0.9-5.3-2-7.7-3.6c-2.8-1.8-4.4-4.5-4.9-7.5c-8.9-1.3-17.6-3.3-26.4-5.6\n\t\tc-1-0.3-1.9-0.6-2.7-1.1c-2.7,0.1-5.9-0.2-7.4-0.6c-2.6-0.8-6.2,1.2-6.3,4.2c-0.1,3-10.3,1.8-12.2,1.3c-1.9-0.5,7-9,7-10.5\n\t\tc0-1.5-15.1,0.3-15.9-1.3c-0.9-1.7-8.2-2.2-11.5-2c-3.3,0.2-0.1-1,2.9-1.3c3-0.3,5.7-3.3,9-4c3.3-0.7,2.6-2,1.1-4.3\n\t\tc-1.4-2.3-4.9-1.2-8.2-2.3c-3.3-1.2-7.3-2.8-10.2-3c-2.9-0.2-6,1.7-12.8,3.2c-6.7,1.5-7.3,7.5-10.8,9.3c-0.9,0.5-1.9,1.3-3,2.3\n\t\tc1.3,3.8,0.7,8.4-1.8,11.5c0,0.3,0,0.6,0.1,0.9c0.4,2-1.7,2.5-4.5,2.1c-1,0.3-2.1,0.5-3.3,0.5c-1.7,0-3.1-0.3-4.4-0.9\n\t\tc-4,0.2-8.1,0.9-8,2.6c0.1,2.8,6.8,4.2,6.3,5.6c-0.4,1.5-5-0.2-7.3-1.7c-2.3-1.5-7.5-0.7-8.5,2.2c-1,2.8-5,2.2-6.3,1.5\n\t\tc-1-0.5-3.1,0.6-5,0.7c-1.8,1.2-3.8,1.9-6,2c-2,0.1-4-0.6-5.7-1.8c-2,2.4-5,4-8.1,4h-4.4c0.1,0.1,0.2,0.2,0.2,0.3\n\t\tc0.1,1.2-15.6,1-16.1,2.8c-0.2,0.9-1.6,1.3-3.6,1.6c-11,11.5-27.3,13-42.1,17.8c-0.1,0-0.1,0-0.2,0c1.9,0.3,2.7,2.4,1.6,4\n\t\tc-1.3,1.8-6.9-2.2-8.3-0.5c-1.4,1.7,2.7,3.8,5.3,3.5c2.6-0.3,4,1.7,4.3,3.8c0.3,2.2-6-1.3-7.3,0.5c-1.3,1.8,1,2.7,3.7,3\n\t\tc2.7,0.3,0.7,1.5,3.2,4c0.2,0.2,0.3,0.4,0.5,0.5c1.5,2.1-1.3,2.8-1,4.8c0.3,2.2-2.7,3-2.7,1c0-2-7.6-2.7-9.2-0.5\n\t\tc-1.6,2.2-2.7,3.8-4.6,1.8c-0.2-0.2-0.4-0.3-0.6-0.4c-1.3,0.6-2.7,1-4.4,1.1c-8.1,0.3-15.6,5-23.6,6.2c-4.2,0.6-8.3-0.4-10.9-3.5\n\t\tc-3.6,1.5-6.5,7.3-3.2,11.1c3.3,3.8,0.1,5.5,0.1,8c0,2.5,8.6,7.6,13.2,8.1c4.6,0.5,8.3,7,5.6,11c-2.7,4-11.1-1.2-16.5-6.2\n\t\tc-5.5-5-18.1-7-22.2-6.6c-4.2,0.3-1.7-4.3-7-4.2c-5.3,0.2-9.8,5.7-6.2,5.7c3.6,0,5.9-0.3,4,1.7c-1.9,2,1,1.5,5.3,3.7\n\t\tc4.3,2.2-3.6,5.2-8,1.7c-4.4-3.5-9.2-0.2-10.5,2.5c-1.3,2.7,5.2,10.3,12.9,11.6c7.7,1.3,5.2,4.2,8.8,5.6c3.6,1.5,1,3.2-1.4,3.3\n\t\tc-2.4,0.2-7.3-4.3-11.2-6.6c-3.9-2.3-14.3,1-16.5-1.7c-2.2-2.7,1.4-5.3-0.6-7.3c-2-2-0.3-6.5,2.3-11.1c2.6-4.7-0.4-12.6-4.2-14\n\t\tc-3.7-1.3-3.4,3.2-2.6,4.5c0.9,1.3,0.4,7.6-2.4,11.8c-2.9,4.2-11.6,4.2-11.6,7c0,2.8-5.9,5-3.9,7c2,2,9.9,12.3,11.1,15.5\n\t\tc1.2,3.2-7,13.1-5.7,19c1.3,5.8-1.1,8.5,0.4,11.3c1.6,2.8,5.2,0.3,7.5,1.5c2.3,1.2,6-1.7,11.3-2.8c5.3-1.2,15.1,5.3,18.7,7.3\n\t\tc3.6,2,1.7,5.3,3.6,8.6c1.9,3.3-4.3,3.3-4.4,8.3c-0.1,5,10.8,7.1,11.2,8.6c0.4,1.5-7.8,0.3-10.9-1c-3.2-1.3-3.4-6.2-4.4-7.1\n\t\tc-1-1,2.1-5,2.4-8.1c0.3-3.2-3.6-5-4.9-7.1c-1.3-2.2-3.6-5.3-6.2-4.7c-2.6,0.7-12.1,1.7-14.9,4.7c-2.9,3,0.4,11.5,2,15.6\n\t\tc1.6,4.2-8.3,10-8,13.3c0.3,3.3-3,4.8-7.3,7.5c-4.3,2.7-9,4.6-8.9,9c0.2,4.3-5.7,2-8.7,0c-3-2-6.9,1.2-11.2,1\n\t\tc-4.3-0.2-4.3-4.3-7.8-2.8c-3.4,1.5-5.7-1.8-4.7-4.8c1-3,4.9-0.7,5.2,1.5c0.3,2.2,2.7,1.2,5.6-0.7c2.9-1.8,1.4,2.3,5.6,2.7\n\t\tc4.2,0.3,1.9-2.5,5-2.2c3.2,0.3,3.3-0.8,2.3-2.7c-1-1.8,2.3-3.2,4.3-4.1c2.3-1.1,1.1-4.8,3-6c1.9-1.2,0.6-3.5,2.6-3.7\n\t\tc2-0.2,2.9-3.7,4.7-3.7c1.9,0,2.9-3.5,1.7-5.3c-1.1-1.8,0.7-6.8,2.6-7.5c1.9-0.7,2-2.7,0.3-4.2c-1.7-1.5-8-6.5-7.6-9.6\n\t\tc0.4-3.2-1.2-9-0.3-11.5c0.9-2.5,0.1-7.7-0.1-10.6c-0.3-3,1.6-6.3,2.4-11.8c0.9-5.5-5-11.3-7.9-12.8c-2.9-1.5-1-4.5,3.2-8.5\n\t\tc4.2-4,4.4-16.5,4.2-19.1c-0.3-2.7-8.8-5-12-4.7c-2,0.2-7.1,0-11.6-0.3c-0.5,0.2-1.1,0.3-1.7,0.3c0.6,2.3,0.3,5-1.1,7.7\n\t\tc-5.7,10.7-8.3,22.9-21.1,26.9c-0.4,0.1-0.8,0.2-1.1,0.3c-1.8,3-3.6,6.1-5.4,9.1c0.1,0,0.1,0,0.2,0.1c1.6,1-0.1,8-1.1,9\n\t\tc-1,1,1.9,3.5-0.6,5.3c-2.4,1.8-4.7,5.7-3.3,7.7c1.4,2,8.5,3,11.5,5c3,2,1.9,5.6,4.2,9.1c2.3,3.5,4.7,1.3,5.9,3.5\n\t\tc1.2,2.2-4.2,10.8-6,11.1c-1.9,0.3-9.5-8.8-11.8-10.8c-2.3-2-11.2-5.2-15.6-7.8c-4.4-2.6-7.9-2.4-12.7-6c-1.7,0.4-3.5,0.7-5.4,0.8\n\t\tc-5.2,0.3-10.3-0.6-15.1-2.9c-1.9-0.9-4-2.6-6-4.2c-4.3-0.7-7.4-1.6-9.4-1.2c-3,0.5-1.9-3.5-7.2-6.1c-5.3-2.7-8.8-6.3-11.8-4.5\n\t\tc-3,1.8-1.9,8.5,2.7,9.3c4.6,0.8,2.3,3.7,7.2,3.3c4.9-0.3,6.3,1.7,6.2,5.1c-0.1,3.5,2.3,7,4.4,9.3c2.1,2.3,0.9,6.1-3,6.1\n\t\tc-3.9,0-8.3,0.7-6.6,3.8c1.7,3.2-1.2,4-5,2.3c-3.9-1.7-1.6-4.8,0-6.7c1.6-1.8-3.4-4.2-5.9-5.1c-2.4-1-12.2,7.3-14.9,8.6\n\t\tc-2.7,1.3-9.5-2-16.4,0c-6.9,2-6.5,8.3-9,7.7c-2.6-0.7-10.2,0.8-13.1-1.2c-2.9-2-0.6-3.1,2.4-3c3,0.2,4-1,2.3-3.3\n\t\tc-1.7-2.3,2.3-6,2.2-7.7c-0.1-1.7-11.3,2.7-13.2,4.5c-1.9,1.8,0.1,5.2-1.9,6.3c-2,1.2-2-2-4.3-3c-2.3-1-19.1,3.5-22.2,7.6\n\t\tc-3.2,4.2-9.3,4.3-9.3,6.7c0,2.3-7.6,2.2-10.6,3.8c-3,1.7-1,8.5-2.2,11.8c-1.2,3.3-12.9,2.3-16.5,2.5c-3.6,0.2-4.9-8-7.7-8.5\n\t\tc-2.9-0.5-1.2-5.1-0.3-7.1c0.9-2,3.2-0.3,6.7-3c3.6-2.7,7.2,1.3,8.6-0.5c1.4-1.8-5.5-6.7-5.9-10.8c-0.4-4.1-8-5.3-12.3-4\n\t\tc-1.9,0.6-3.9,0.7-5.8,0.4c-0.3,1.6-1,3.1-2,4.4c0.7,1.8-0.1,4.1,0.3,5.8c0.7,2.5-1.1,8.1-3.7,12.5c-2.6,4.3-0.7,4.2,3.2,4\n\t\tc3.9-0.2,3.6,5.7,3.6,10c0,4.3-3,5.5-3,8.6c0,3.2-3.2-1.5-4.2-0.2c-1,1.3-2.3-0.7-2.9-3.3c-0.6-2.7-6.5-1.2-9.8-2.2\n\t\tc-3.3-1-4.6,0.7-6.2,3.5c-1.6,2.8-6.2,4-8.6,4.3c-2.7,0.4-6.7,5.8-9.3,7.8c-2.6,2-3,5.8,0.6,9.8c3.6,4,4.3,6.7,4,8.8\n\t\tc-0.3,2.2-10,1.5-11.6-0.8c-1.6-2.3-7.9-3.2-10-2.7c-2.2,0.5-8-7.5-11-7.6c-3-0.2-4.9,4.1-5.9,6.3c-1,2.2,1.4,2.8,2.9,6.5\n\t\tc1.4,3.7,6.7,3.8,9.5,3.8c2.7,0,1.7,4.8,0.9,6.8c-0.9,2-5.9,3.5-7.3,1.3c-1.4-2.2-7.5,0-7.6-2.7c-0.1-2.7-4.4-6.6-8.9-5.8\n\t\tc-4.4,0.8-5.3-2.5-5-6.5c0.3-4-2.4-6.3-2.3-8.1c0.1-1.8-2-5.5,0.3-7.3c2.3-1.8,0.6-4.6,0.7-7.1c0.1-2.5-3.9-6.3-7.5-6.3\n\t\tc-3.6,0-2.9-4.2-5.9-5c-3-0.8-9-6.7-9.5-9.1c-0.4-2.5-5-2.8-3.4-3.7c1.6-0.8,5.2,0.3,7.7,3.3c2.6,3,6.7,5.7,13.5,6.7\n\t\tc6.8,1,9.5,4.6,16.9,6.1c7.5,1.5,11.9,2.5,22.7,4.3c10.8,1.8,25.1-10.8,28.1-14.3c2.6-3,0.1-8.6-0.6-11.9\n\t\tc-4.5-0.5-8.6-3.6-12.1-7.6c-0.3-0.3-0.6-0.6-0.8-0.8c-0.7-0.1-1.6-0.2-1.8-0.2c-4.8-0.3-9.1-2.2-12.1-6.1\n\t\tc-1.3-1.8-2.3-3.7-2.7-5.8c-1.6-1.2-3.5-2.6-5.9-4.5c-1.9-0.3-3.8-1.1-5.6-2.8c1.8,1.7-4.4,0.3-5.5,0c-2.3-0.5-4.4-1.4-6.5-2.4\n\t\tc-2.9-1.5-5.8-3-8.7-4.6c-0.4-0.1-0.9-0.3-1.3-0.7c-0.6-0.4-1.3-0.7-1.9-1c-1-0.5-1.9-1.1-2.8-1.6c-1.1,0.2-2.1,0.7-3,1.5\n\t\tc-2.3,2-4.6-1.8-8.9-0.7c-4.3,1.2-6.6-2.2-5.5-3.7c1.1-1.5,7.5-0.2,7.2-2.7c-0.3-2.5-2.6,0-6.5-3c-3.9-3-6-1-6.9,1.5\n\t\tc-0.9,2.5-3.9,1.8-5.9-0.3c-0.2-0.2-0.4-0.4-0.7-0.5c-0.7,4.2-2.8,4.6-4.9,4c-2.6-0.7-5.2,4.3-8,4.3c-2.9,0-6,3.7-6.6,6.6\n\t\tc-0.6,3-3.7,1.3-3.7,3.3c0,2,0,4-1.4,6c-1.4,2,0,3,1.4,6.3c1.4,3.3,4.6,3,6,4c1.4,1,6.9,6.3,6.9,8.3c0,2-4.3,7-6,8.3\n\t\tc-1.7,1.3-4,4.7-2.9,6.6c1.2,2,6,10.3,9.2,17c3.2,6.7-1.1,3.7-3.2,6.6c-2,3,0.9,6.7,1.4,8.7c0.6,2-2.6,1.7-2.3,3.3\n\t\tc0.3,1.7,4.6,2.3,4.9,3.7c0.3,1.3-2.9,3-1.4,5.7c1.4,2.7,4.9,2.7,5.2,6c0.3,3.3-6.3,3.7-6,6.3c0.3,2.7,8.6,6,12.3,11\n\t\tc3.7,5,3.4,6.3,2.6,9c-1.7,5.4-12.1,10-14.4,16c-2.3,6-10.9,9.3-14.9,14c-1.6,1.9-3.3,4.5-4.6,6.8c1.7-0.5,3.1-1.1,4.1-1.7\n\t\tc2.3-1.3,3.9,5.2,6.2,7.3c2.3,2.2,6.9,0.2,8.5,2.2c1.6,2-1.3,2.2-4.6,1.5c-3.3-0.7-4.2,1.7-9.3,3.7c-3.9,1.5-3.5,3.1-4.8,4.3\n\t\tc2.3,3.9-0.8,4.4-2,7.4c-1.3,3.2-3,3.7-3.2,5.7c-0.2,2,0.4,3.5,0.6,6.5c0.2,3,0.6,3.5,2.1,6c1.5,2.5-1.3,2.5-2.6,3.7\n\t\tc-1.3,1.2-0.4,4,1.3,6c1.7,2,1.7,4.5,1.1,6.2c-0.6,1.7,1.5,4.7,3,6.5c1.5,1.7,1.3,6.5,2.6,7.7c1.3,1.2,2.8,2.5,5.2,1.7\n\t\tc2.4-0.7,3.9,0.5,4.9,2.7c1.1,2.2,2.8,1.2,5.2,0c2.4-1.3,7.7,2.2,9,3c1.3,0.7,0.6,5,0.9,7.7c0.2,2.7-1.3,6.2,1.1,8\n\t\tc2.4,1.7,1.7,5.7,4.5,7c2.8,1.3,3.9,5.7,5.6,6.2c1.7,0.5,4.9,3.5,5.4,5.7c0.4,2.2-3,4.2-5,5.2c-1.9,1-5.6-3-6.9-1.2\n\t\tc-1.3,1.7,0.4,5,1.5,10.5c1.1,5.5,1.9,6,4.1,6c2.2,0,3-1.7,4.5-2.7c1.5-1,4.9,0.5,6.5-0.2c1.5-0.7,6.9-1,8,1\n\t\tc1.1,2,2.1,6.7,1.3,8.5c-0.9,1.7,1.1,3.7,2.2,6.2c1.1,2.5,5.6,1.2,7.1,2c1.5,0.7,4.9,6.2,4.3,8.7c-0.6,2.5,2.1,3,3.7,2.2\n\t\tc1.5-0.7,3,1.2,4.7,2.5c1.7,1.2,3.2,0.7,5-0.5c1.7-1.2,4.5-2.2,5.4-0.5c0.9,1.7,4.3,5,4.3,6c0,1,5.4,0,8,1.5\n\t\tc2.6,1.5,5.4,0.7,8.2,2.5c2.8,1.7,5.4,2,5.6,4c0.2,2-2.8,3.7-2.8,4.7c0,1,2.4,1.7,2.4,3.2c0,1.5-3,1.5-3.4,2.7\n\t\tc-0.4,1.3,1.7,3,2.1,4.2c0.4,1.2-1.7,5.5-1.7,6.7c0,1.2-6.5-0.3-8-0.3c-1.5,0-6,5.7-7.5,6c-1.3,0.2-0.7,3-0.2,5.3\n\t\tc4.6-1,9.4-1.4,9.9-0.3c0.9,2-10,7.3-12.1,8.1c-2,0.8,3.9,4.3,3.7,6.3c-0.1,2-6.3,2.5-5.7,6.5c0.6,4-2,4.8-5.3,4.8\n\t\tc-3.3,0-4.2,2.3-2.6,2.6c1.6,0.3,1.4,5.3,7.6,7.2c6.2,1.8,12.8,8.5,18.1,15.1c0.7,0.9,1.6,1.7,2.5,2.3c1.5-1.1,2.9-1.8,3.6-2\n\t\tc3-0.5,8.6,1.5,11.6,4c3,2.5,13.8-0.5,15.1,1.5c1.3,2,3.9,4.5,6,4.5c2.1,0,4.3,5,6,3.5c1.7-1.5,8.2-1.5,9.9-1.5\n\t\tc1.7,0,1.7,1.5,3.4,1.5c1.7,0,1.7,7.5,3,7c1.3-0.5,6,4.5,9,5c3,0.5,6,6.5,7.3,6c1.3-0.5,3.4,2.5,4.3,0c0.8-2.4,5.1-1.2,6.3-5.3\n\t\tc-5.4-7.7-11.3-16.3-11.1-19.6c0.3-5.7,2.3-9.3-3.7-15.3c-6-6,0.6-10,4.9-16.3c3.8-5.6,12-8.1,17.2-12.1c-1-0.8-2.1-1.6-3.2-2.2\n\t\tc-3.9-2-5.2-4-2.2-5c3-1,1.7-3-1.3-7c-3-4-4.3-8-6-8c-1.7,0-4.3-0.5-6.9,0.5c-2.6,1-2.1-2.5-1.7-6c0.4-3.5-4.7-3-5.6-4.5\n\t\tc-0.9-1.5,1.3-6.5,2.2-7c0.9-0.5,3.4-2,3.4-3.5c0-1.5-4.7-2-3-5.5c1.7-3.5,5.2-3.5,5.2-7c0-3.5,2.6-6.5,5.6-4c3,2.5,4.3,9,7.8,7.5\n\t\tc3.4-1.5,1.3-5,0.9-7c-0.4-2-1.3-5,2.6-6c3.9-1,2.2-5.5,5.2-5.5c3,0,8.6-4.5,10.3-5.5c1.7-1,5.6-3.5,7.3-2.5c1.7,1,3.9,3.5,5.2,0\n\t\tc1.3-3.5,6.4-2,6.9,0c0.4,2,8.6,2,11.2,4c2.6,2,8.2,6,8.2,8c0,2,2.6,5,2.6,1.5c0-3.5,2.2-2.5,5.6,0c3.4,2.5,8.2,1.5,9-1\n\t\tc0.9-2.5,7.3-5.5,9.5-3.5c2.2,2,3,3.5,5.6,0.5c2.6-3,8.6-2.5,9.5,0.5c0.9,3,3.9,3.5,6.5,3.5c2.6,0,3,4.5,4.7,3.5\n\t\tc1.7-1,1.3-6,3.4-5.5c2.2,0.5,3.9,3.5,7.3,3.5c3.4,0,6-1,6-4c0-3-0.4-8-2.6-8c-2.1,0-4.3-2.5-6.9-2.5c-2.6,0-5.2-5-2.6-6\n\t\tc2.6-1,6.9-3.5,6-6c-0.9-2.5-1.7-7.5,1.7-8c3.4-0.5,10.8-0.5,10.3-2c-0.4-1.5-7.3-2.5-8.6-5c-1.3-2.5-1.7-8.5-0.4-9.5\n\t\tc1.3-1,5.6,0.5,8.2-0.5c2.6-1,8.2,1.5,11.6-1.5c3.4-3,10.8-3.5,14.6-3.5c3.9,0,6.9-3,9.9-3.5c3-0.5,11.6-2,13.8-3\n\t\tc2.2-1,13.8-3,14.2-5.5c0.4-2.5,9.7-4.5,12.1-3.2c2.4,1.2,5.4,2.2,7.5,1.2c2.2-1,6.7,1.7,6.2,4.5c-0.4,2.7,1.9,5.7,1.7,8\n\t\tc-0.2,2.3-2.4,3-1.1,4.7c1.3,1.7,7.1,0.5,8.8-1.7c1.7-2.2,3.7,1,3.7,2.7c0,1.7,2.8,3,2.8,0.7c0-2.2,3.4-0.7,4.5,0.8\n\t\tc1.1,1.5,5.2-1.8,5.2,0.7c0,2.5-6,4.5-3.4,7.2c2.6,2.7,4.1-3.2,7.3-2c3.2,1.2,7.5-4.2,10.6-5c3-0.7,6.2-4,8.8-5.7\n\t\tc2.6-1.7,8.2-1.2,6.5,0.7c-1.7,2-3.7,5.7,2.8,8.5c6.5,2.7,13.8,17.2,17.9,24.4c4.1,7.2,8,20.2,10.1,20.2c2.2,0,2.8-6.5,5.6-7.2\n\t\tc2.8-0.7,4.5,5.5,7.5,6.2c3,0.7,7.1,2.7,9.5,1.7c2.4-1,7.7-4.5,9.7-3.2c1.9,1.2,4.5,1.2,6.2,6c1.7,4.7,4.3,5.7,6,5.7\n\t\tc1.7,0,2.1,2.2,2.1,4.2c0,2,3.2,4.7,4.9,4.7c1.7,0,6.3-0.7,7.7-1.7c1.4-1,3.2-2,3.4,0.3c0.3,2.3,2.9,6,4.6,6c1.7,0,5.2,1.7,5.4,0\n\t\tc0.3-1.7,4.9-2.7,6.6-3c1.7-0.3,7.8-1.7,8.9-4.7c1.1-3,6-3,7.5-5c1.4-2,5.4-3,6.3-5c0.9-2,6-1.7,6.6-3.3c0.6-1.7,4.9-2,6.9-1.3\n\t\tc2,0.7,12.1,3,13.5,2.7c1.4-0.3,1.7,6,3.2,6.3c1.4,0.3,6.6,5,8,3.7c1.4-1.3,4.9-2.7,7.8-0.7c2.9,2,5.7,4.7,6.9,2.3\n\t\tc1.1-2.3,7.2-3.3,8-4.7c0.9-1.3,1.7-5.3,0.3-6.7c-1.4-1.3-2.9-6.6-3.4-9.3c-0.6-2.7,3.4-3.3,4-5.7c0.6-2.3,4-2.7,5.2-4\n\t\tc1.1-1.3,1.4-4.3,3.4-3.7c2,0.7,6.3,2.3,7.2,3.3c0.9,1,4,1.7,6,1.7c2,0,5.2,2,7.2,3.3c2,1.3,8.3,1.3,9.5,3.3\n\t\tc1.1,2-0.3,7.6,1.1,9.6c1.4,2,4.9,6.3,6,5.3c1.1-1,6.6,3.3,8.6,3c2-0.3,5.2-4,6.9-4c1.7,0,7.2-1.7,8.9-1.3c1.7,0.3,8,3,8.9,2.3\n\t\tc0.9-0.7,6.6,0.3,7.5,2.3c0.9,2,8,2,8,4.3c0,2.3,4,3.7,5.2,6.3c1.1,2.7,10.6,1,12.3,2.7c1.7,1.7,12.6,1.3,12.9,0\n\t\tc0.3-1.3,10.6-2,12.6-3.7c2-1.7,7.5-1,7.7-3.3c0.3-2.3,5.4-4,7.7-6c2.3-2,11.5-1.7,12.1,0.7c0.6,2.3,6,3,8.3,2\n\t\tc2.3-1,8.3,0.3,9.2,2.7c0.9,2.3,7.7,3.7,9.5,3c1.7-0.7,7.2-5.3,9.2-5.7c2-0.3,4.9-2.7,4.3-5c-0.6-2.3,4-9,4.6-11.6\n\t\tc0.6-2.7,4.6-10,6-10.6c1.4-0.7,4.6-3.7,4.3-5.6c-0.3-2-1.2-8-2.9-8c-1.7,0-4.9,0.3-0.9-6c4-6.3,11.2-4.6,12.3-4.6\n\t\tc1.1,0,10.3-2.7,14.3-1.3c4,1.3,6.6-0.7,10.9,2c4.3,2.7,10.3,1.7,11.8,4c1.4,2.3,7.2,4.3,6.3,8.3c-0.9,4,3.2,1.7,4.6,10.3\n\t\tc1.4,8.7,4.9,9.3,5.7,13.3c0.9,4,5.5,11.3,4.9,13.6c-0.6,2.3-1.2,6,3.7,6.3c4.9,0.3,8.3,4.7,9.5,4c1.1-0.7,6.9,1.7,9.8,5\n\t\tc2.9,3.3,7.2,1.7,6.9,5.3c-0.3,3.7,2.3,6.6,2,9.6c-0.3,3,5.5,5,9.5,4.3c4-0.7,6.9,1.7,8.6-2.3c1.7-4,7.5-2.3,9.5-4\n\t\tc2-1.7,8-3.7,7.8,2.3c-0.3,6,3.2,7.3,0.3,9.3c-2.9,2-4.3,10.6-5.2,14.3c-0.9,3.7-5.2,4.7-5.7,8.6c-0.6,4-4.6,4.3-4.6,7.3\n\t\tc0,3-5.7,2.3-8.6,0c-2.9-2.3-5.7,4.3-8,4.3c-2.3,0-2,5.6-1.4,8c0.6,2.3-0.9,5.3,0.6,9.3c0.8,2.1,0.3,6.2,0.7,10.8\n\t\tc3.5-2.9,6.7-5.1,8.1-5.1c3.6,0,7.2,7.1,11.2,7.3c4,0.2,22.2-14,22.4-16.3c0.2-2.3,10.8-14.1,15.8-20.3c5-6.1,11.6-15.1,14.2-22.1\n\t\tc1.6-4.3,8.6-12.6,10.3-16c1.7-3.3,2.9-3.7,6-11.5c3.1-7.8,3.1-28.3,4.2-29.6c1-1.3,0.4-4.8,1.9-7c1.4-2.2,0.7-5.2,3.6-8\n\t\tc2.9-2.8,2.3-5.3,1.6-7.5c-0.7-2.2,0.1-7-0.6-8.5c-0.7-1.5-0.6-2.2,1.1-3.3c1.7-1.2-1.1-4.2-3.6-5.5c-2.4-1.3-5.6-2.5-5.9-5.7\n\t\tc-0.3-3.2-4.4-7-7.6-6.7c-1.1,0.1-2.4-0.1-3.8-0.3c-1.2,1.1-2.6,1.9-4.3,2.3c-0.1,1.5-0.9,2.5-2.1,2.1c-1.6-0.5-2.3,1-4.2,4.3\n\t\tc-1.9,3.3-8.5,3.7-5.5,0.5c3-3.2-1-3.3-0.4-6.6c0.2-1,0.5-2,0.8-2.9c-0.6-0.3-1.3-0.6-1.9-0.9c-2.5,2.4-2.8,6.7-5.2,7.3\n\t\tc-2.7,0.7-1.9-9-1.1-11.5c0-0.1,0-0.2,0-0.3c-0.3-0.3-0.5-0.5-0.8-0.8c-1.7-0.2-5.9,1.1-10.3,0.7c-6-0.5-4.5-5.3,0.4-8.3\n\t\tc2.7-1.6,3.6-3.2,4.3-4.5c0.5-5,4.1-9.3,10.2-9.6c0.1,0,1.3-0.3,2.6-0.5c-1.1-3.7-0.3-7.9,1.5-11.2c3.6-6.7,11-13.3,16.9-18\n\t\tc7.2-5.7,11.2-13.4,17.9-19.4c7.9-7.1,18.3-8.9,28.3-7.2c0.1,0,0.3,0.1,0.4,0.1c6.9-0.3,14.9,1.5,16.7,3.5\n\t\tc0.1,0.1,0.1,0.1,0.2,0.2c3.7-0.4,7.2-2.4,10.8-3.2c5.7-1.3,11.6-0.8,16.3,2.1c1.6-0.1,3-0.9,4.1-3.5c2-4.5,11.5-3.7,13.6-1.8\n\t\tc2.2,1.8,3.9,4.3,7.3,1.7c3.4-2.7,3.4,3.5,6.7,4c3.3,0.5,1.2,3.8-1.7,3.5c-2.9-0.3-6.5,1.7-3.2,3.8c3.3,2.2,7.2-2,9.8-1.7\n\t\tc0.3,0,0.7,0.1,1,0.1c2.7-3.8,6.9-4.3,10.6-2.8c2.5-0.7,3.5,2.5,5.5,0.6c2.3-2.3,7.5-3,10-2.8c2.6,0.2,0.4-3.5-3.9-3.5\n\t\tc-4.3,0-4.2-2.7-0.7-9.5c3.4-6.8,10-10.5,14.2-14.6c4.2-4.2,7.2-2.2,7.2-4.8c0-2.7,2-10.1,5.2-10.3c3.1-0.2,11,1.5,15.9-1.7\n\t\tc4.9-3.2,4.4,2.3,6.5,3.2c2,0.8,4.7-4.8,7-3.2c2.3,1.7-3.4,5.7-4.7,10.5c-1.3,4.8,3,3,5.5,4.3c2.4,1.3-3.2,3.3-2.6,4.6\n\t\tc0.6,1.3,5.4,1.3,11.8-6c6.3-7.3,12-9.3,16.1-8.8c4,0.5,1.7-4.2,2-11c0.3-6.8,12.6-8.8,16.6-6.8c4,2,3.7,3.8-0.2,2.7\n\t\tc-3.9-1.2-7.5,2.8-7.3,8.5c0.2,5.7-3.4,7.5-1.6,9.6c1.9,2.2-2.7,2.7-2.9,5c-0.1,2.3,0,4.2-2.9,5.2c-2.9,1-12.5,2.2-12.8,6.5\n\t\tc-0.3,4.3-5.5,4.8-7.9,10.1c-2.4,5.3-11.8,8.5-17.9,19.1c-6.2,10.6-15.9,10.6-15.9,12.6c0,2-6.8,1.8-9,2.2\n\t\tc-2.3,0.3,2.1,6.8-3.3,13.6c-0.4,0.5-0.7,1-1.1,1.5c0.2,0.8,0.3,1.7,0.3,2.6c4.3,1.9,7.5,6.5,6.1,12.5\n\t\tc-4.6,18.9-6.6,38.1-7.4,57.5c0,0.1,0,0.1,0,0.2c0.4,5,0.3,10.5,1.6,12.1c2,2.5,1.3,6.6,2.6,8.1c1.3,1.5,6.6-6.7,10.2-10.1\n\t\tc3.6-3.5,2.4-4.6,4.9-6.5c2.4-1.8,1.4-9.5,2.2-11.5c0.7-2,5.2-3,6.6-5.2c0.9-1.3,2.6-1.3,4.3-1.3c1.4-1.1,2.6-2.1,3.6-3.3\n\t\tc-0.3-2-1.2-4.7-1.6-6.5c-0.1-0.6,0-1.2,0.3-1.8c-2.8-4.2-2.9-10.3,1.1-14.1c4.7-4.5,10.1-8.3,16.1-10.7c0.6-4,3-6.7,5.9-8.2\n\t\tc1-1.4,2-2.4,2.9-2.7c3-1,4.6,2.5,7.5-0.5c2.9-3-2.6-7.8-4.6-7.5c-2,0.3-2.7-8.5,2-12.6c4.7-4.2,2.9-5-0.3-6\n\t\tc-3.2-1-3.7,0.3-6.2,0.5c-2.4,0.2-4.9-5.8-1.1-11.6c3.7-5.8,7.3-5.2,8.2-10c0.9-4.8,6-11.6,7.3-14.1c1.3-2.5,6.5,0,8.5-0.5\n\t\tc2-0.5,1.3,4.5,3.7,2c2.4-2.5,6.5-10.8,9.8-10.8c1.9,0,2,2,1.9,4.4c2.3-0.1,4.6,0.5,6.4,1.8c0.8-0.8,1.7-1.5,2.7-2.3\n\t\tc6.3-5,20.1-4.5,24.2-2.2c1.4,0.8,2.4,1.9,3.2,3.1c5.5-3,10.4-7.5,15.4-11.4c10.5-8.1,21.8-15.3,34.5-17.7c9-2.4,20.6-9.3,20-11.4\n\t\tc-0.6-2.2,3.4-3.2,3.9-1c0.4,2.2,3.9,1.3,8.6,2.5c4.7,1.2,6.9,3.3,10.6-1c1.6-1.9,1.7-3.2,1.4-4.4c-1.4-0.5-2.9-0.8-4.5-1\n\t\tc-4.4-0.7-6.7-3.9-7.4-7.6c-4.1-3.6-7.7-7.8-10.1-12.8c-2-4.3-1.3-9.6,1.4-13c-0.4-0.4-1.1-0.3-2.1,0.4c-2.7,2-7.3,1-8.2-2\n\t\tc-0.9-3,5.3-5.2,9.6-3.2c1.9,0.9,2.7,1.8,3.2,2.6c1.4-0.8,3.1-1.3,5-1.2c1.3-2.5,3.5-4.5,6.3-5.1c5.1-1.1,10.2-1.6,15.3-1.7\n\t\tc0.2-1.3,0.1-2.3,2-3.4c2.9-1.7,0.7-5.2-1.7-6.6c-2.4-1.5-1.9-5.5,0.7-5.5c2.6,0,1.9-3.5,3.6-3.7c1.7-0.2,2,1.5,5.2-0.3\n\t\tc3.2-1.8,0.1,2.8-1.3,6c-1.4,3.2,3,5.8,3.4,7.6c0.4,1.8,6.6,2.5,10,0.3c3.4-2.2,14.5,2.7,15.2,5.8c0.4,1.8,1.1,3.8,2.5,5.8\n\t\tc3.7,0.9,7.3,1.9,11,2.8c4.7,1.2,7,4.6,7.5,8.4c0.2,0,0.5-0.1,0.7-0.1c2.6-0.7,4,2.7,5.9,0.7c1.9-2,2.9,1.2,5.3-1.3\n\t\tc2.4-2.5-5.3-4.2-4.3-6.2c1-2,2.6,1.5,4.7,1.3c2.2-0.2-0.6-5,1-5.5c1.6-0.5,0.3-10.5-1.4-11.1c-1.7-0.7-0.3-4.2,3-1.3\n\t\tc3.3,2.8,8.5,2.7,10.9,2.7c2.4,0,0.1-2.7-2.3-3.2c-2.4-0.5,0.4-2.8,2.1-1c1.7,1.8,5,2.7,5.3,0.7c0.3-2,2-6.3,5-6.1\n\t\tc0.3,0,0.5,0,0.7,0C3472.6,401.6,3457.4,395.6,3442.3,389.6z M2685.8,627c-8.2,8.5-24.5,10.5-24.5,17.5c0,7-19.8,10.5-21.5,7.5\n\t\tc-1.5-2.6,14.6-3.5,18.5-13.5c3.9-10,18.6-15.1,25.8-28.4c5.2-9.5,9.5-23.9,12.5-22.9C2699.5,588.1,2693.9,618.5,2685.8,627z\"><\/path>\n\t<path id=\"XMLID_00000005224588667127867720000004616802150634151857_\" class=\"st0\" d=\"M3276.5,341.8c2.8,2.4,6.5,0.2,6.9-3.4\n\t\tc0.2-1.3-0.8-2.5-2.4-3.5C3280.3,337.6,3278.7,340,3276.5,341.8z\"><\/path>\n\t<path id=\"XMLID_00000071529142668100105370000009862313796821440173_\" class=\"st0\" d=\"M2140.2,79.8c-0.6,0.1-1.2,0.2-1.8,0.2\n\t\tc-5.2,0.8-10.3,1.7-15.4,2.8c0.1,0.2,0.3,0.5,0.6,0.7c4,3.3-11.2,2.3-13.2,5.6c-2,3.3-10.8,2.1-9.2,6c1.7,4,16.1,4.3,16.1,1\n\t\tc0-3.3,7.5-0.3,7.7-3.3c0.3-3,3.4-6.3,11.5-7C2143.2,85.3,2144.3,82.9,2140.2,79.8z\"><\/path>\n\t<path id=\"XMLID_00000155864173309430409150000000019065739233416326_\" class=\"st0\" d=\"M2214,66.7c-4.6-1-9.1-1.1-13.6-0.7\n\t\tc0.1,1.5-5.9,1.6-9.9,1.8c-1,0.2-1.9,0.5-2.9,0.8c-0.1,0-0.3,0.1-0.4,0.1c1.1,1.9,6,3.6,12.4,3.6c6.9,0,4.9-5,9.5-4.3\n\t\tc3,0.4,6.5,0.4,8-0.5C2216.1,67.2,2215,66.9,2214,66.7z\"><\/path>\n\t<path id=\"XMLID_00000008833067486029686640000014487049635517210281_\" class=\"st0\" d=\"M2201.1,90.2c0.9,2.7-1.4,3-7.2,3\n\t\tc-5.7,0-8.7,3.8-5.7,6.6c3.4,3.3,18.6,2,21.2-2c2.6-4,9.2-0.7,10.3-4.7C2220.9,89.2,2200.2,87.6,2201.1,90.2z\"><\/path>\n\t<path id=\"XMLID_00000137820311259627118180000000400151737021760910_\" class=\"st0\" d=\"M2204.5,78.6c0.9-7-9.2-1.3-16.6-5\n\t\tc-7.5-3.7-11.9-3.4-6.9,1.7c2.3,2.3-12.8,4.1-10.3,7C2176.1,88.6,2203.7,85.6,2204.5,78.6z\"><\/path>\n\t<path id=\"XMLID_00000047774883804783301880000015103892678460265091_\" class=\"st0\" d=\"M2312.7,180.6c-6.6-6-25.3,2.3-29.8,6.7\n\t\tc-4.6,4.3-11.2,1.3-15.8,4.3c-3.4,2.2-9.5,4.2-14.5,3.7c-1.8,0.7-3.8,1-6,0.6c-0.5-0.1-1-0.1-1.5-0.2c-2.5-0.2-5.1,0.3-7.6,1.2\n\t\tc-1.7,2.1-4.3,3.3-7.8,3.1c-0.1,0-0.3,0-0.4,0c-2,0.8-4,1.4-6,1.8c-0.6,0.1-1.3,0.2-2,0.3c-6,3.9-11.6,9-17.3,13.7\n\t\tc-3.4,2.8-7.3,3.1-10.6,1.9c-1.4,1.4-2.8,2.8-4.1,4.2c0.3,0.8,0.8,1.7,1.5,2.4c4,4.3-7.5,4.6-5.5,7.3c2,2.7-4.3,4.3-2.9,7.3\n\t\tc1.4,2.9-3.7,3.9-7.9,4.9c-0.2,1.4-0.7,2.7-1.3,3.9c-0.6,1.3-1.4,2.4-2.2,3.6c0.5,0.3,1.1,0.5,2,0.6c5.5,0.3-3.2,1.3-2.6,6.3\n\t\tc0.6,5-8.9,1.7-8.6,5c0.3,3.3-1.4,5.7-6.9,5.7c-0.7,0-1.2,0.1-1.5,0.2c0,0.4,0,0.8-0.1,1.2c1,1.5,4.4,3.9,4.7,6.3\n\t\tc0.6,3.7-5.5,1-5.7,6.7c-0.2,3.1-3.3,2.8-6.4,3.1c-0.4,1.8-0.8,3.7-1.2,5.5c-0.4,1.7-1.3,3.2-2.4,4.4c2.1,1,5.2,0.8,7.8,1\n\t\tc4.6,0.3-1.7,5.3,1.7,8.3c3.4,3,6,2,3.7-3.7c-2.3-5.6,12,2,7.7,6.3c-4.3,4.3,6.9,7.6,12.3,8c5.5,0.3,24.8,5.2,25.2,0\n\t\tc0.3-3.3-7.2-6.3-13.2-13.6c-6-7.3-10.3-19.3-3.4-24.3c6.9-5,0.9-7.3,7.7-13c3.2-2.7,4.1-5.3,4.6-7.3c-3.6-3.9-4.7-9.9,0.3-14.6\n\t\tc4.4-4.1,9.3-6.5,14.9-8.3c0,0,0,0,0-0.1c-0.6-2,3.1-0.8,6.3-1.8c0.3-0.1,0.7-0.2,1-0.4c0.7-0.3,1.4-0.8,1.9-1.5\n\t\tc0.8-1,1.8-1.5,2.9-1.9c2.4-2.1,5.2-2.7,7.7-2.3c1-0.6,1.8-1.5,2.3-2.8c2.3-5.7,35.3-18.6,54-23.6\n\t\tC2306.4,195.6,2319.3,186.6,2312.7,180.6z\"><\/path>\n\t<path id=\"XMLID_00000043443176445660605630000017615806661448742275_\" class=\"st0\" d=\"M2742.9,1249.5c3.4,0,4-3.3,6.3-2.7\n\t\tc1.3,0.4,0.8-2.5-0.1-6.5c-2,0.7-4.8,0.7-4.8,2.5c0,2.9-4.3-1.1-6.7-1.3C2739.7,1246.1,2741.7,1249.5,2742.9,1249.5z\"><\/path>\n\t<path id=\"XMLID_00000076564164257228483110000004583225774546077363_\" class=\"st0\" d=\"M2015,898.9c-6.1,3.6-11.4,6.6-12.4,6.8\n\t\tc-2.7,0.4-9.2,5.8-9.2,5.8l-8.8-5.3l-0.8-4l-0.2-0.1c-0.4,3.8-0.8,8.3-1.1,9.7c-0.6,2.7-0.6,16-2.3,18.6c-1,1.6-2.3,9.5-3.1,16.3\n\t\tc3.2,2,6.9,4.1,8.6,4.3c3.5,0.4,7.7-4,7.7-6.7c0-2.7,3.1-3.1,6.1-3.1c3.1,0,3.4-4,5.7-5.3c2.3-1.3-5-8.9-7.3-9.8\n\t\tc-2.3-0.9,1.9-6.7,9.6-7.1c7.7-0.4,5.7-3.6,10-3.6c0.2,0,0.3,0,0.5,0c-0.7-3.9-1.7-8.6-2.3-11C2015.4,903,2015.1,901,2015,898.9z\"><\/path>\n\t<path id=\"XMLID_00000012444257141894102690000012127411229821874607_\" class=\"st0\" d=\"M1979.8,909.6c-1.5,0.7-2,7.1-2,8.1\n\t\tc0,0.7,0.9,4,3.6,7.1c0.5-4.9,0.7-11.4,1.1-13.2c0.1-0.5,0.2-1.2,0.3-2.2C1981.3,909.5,1980.2,909.5,1979.8,909.6z\"><\/path>\n<\/g>\n<\/svg>\n            <\/div>\r\n\r\n            <div class=\"modals\">\r\n                                                                                    <div class=\"modal\" data-id=\"europe_11560\">\r\n                            <div class=\"inner\">\r\n                                <p class=\"hx\">MPE Limited<\/p>\r\n                                                                <p>11 Granary Wharf Business Park<br \/>\nWetmore Road<br \/>\nBurton upon Trent<br \/>\nDE14 1DU<\/p>\n<p><strong>Service Centre:<\/strong><br \/>\nUnit 7 Steel Fabs Industrial Estate<br \/>\nVictoria Crescent<br \/>\nBurton upon Trent<br \/>\nDE14 2QD<\/p>\n<p>Email: <a rel=\"noopener\">info@mpe-ltd.com<\/a><br \/>\nPhone: +44 330 043 4913<\/p>\n                                <div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https:\/\/powerup-at.s4.klixpert.dev\/de\/locations\/mpe-limited\/\" title=\"Mehr Infos\">Mehr Infos<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M8.77473 7.22528L16.7595 7.38824L16.9225 15.373\" stroke=\"currentColor\"><\/path>\r\n    <path d=\"M17.0243 7.22529L7.12478 17.1248\" stroke=\"currentColor\"><\/path>\r\n<\/svg>\r\n<\/a><\/div>                            <\/div>\r\n                        <\/div>\r\n                                                                    <div class=\"modal\" data-id=\"europe_4245\">\r\n                            <div class=\"inner\">\r\n                                <p class=\"hx\">PowerUP GmbH<\/p>\r\n                                                                <p>Sportplatzweg 2, 6135 Stans, Austria<br \/>\n+43 5242 64 666<br \/>\noffice@powerup.at<br \/>\npowerup-at.s4.klixpert.dev<\/p>\n                                <div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https:\/\/powerup-at.s4.klixpert.dev\/de\/locations\/powerup-gmbh\/\" title=\"Mehr Infos\">Mehr Infos<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M8.77473 7.22528L16.7595 7.38824L16.9225 15.373\" stroke=\"currentColor\"><\/path>\r\n    <path d=\"M17.0243 7.22529L7.12478 17.1248\" stroke=\"currentColor\"><\/path>\r\n<\/svg>\r\n<\/a><\/div>                            <\/div>\r\n                        <\/div>\r\n                                                                    <div class=\"modal\" data-id=\"europe_4241\">\r\n                            <div class=\"inner\">\r\n                                <p class=\"hx\">PowerUP Iberia, S.L.<\/p>\r\n                                                                <p>Av. de la Industria 32 C, 28108 Alcobendas\/Madrid, Spain<br \/>\n+34 676 08 93 44<br \/>\n+34 674 99 44 36<br \/>\noffice.iberia@powerup.es<\/p>\n                                <div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https:\/\/powerup-at.s4.klixpert.dev\/de\/locations\/powerup-iberia-s-l\/\" title=\"Mehr Infos\">Mehr Infos<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M8.77473 7.22528L16.7595 7.38824L16.9225 15.373\" stroke=\"currentColor\"><\/path>\r\n    <path d=\"M17.0243 7.22529L7.12478 17.1248\" stroke=\"currentColor\"><\/path>\r\n<\/svg>\r\n<\/a><\/div>                            <\/div>\r\n                        <\/div>\r\n                                                                    <div class=\"modal\" data-id=\"europe_4254\">\r\n                            <div class=\"inner\">\r\n                                <p class=\"hx\">Energen<\/p>\r\n                                                                <p>Be\u017eigrajska cesta 2, 3000 Celje, Slovenia<br \/>\n+386 41 676 218<br \/>\n<a href=\"mailto:info@energen.si\">info@energen.si<\/a><br \/>\n<a href=\"https:\/\/energengroup.com\/\">https:\/\/energengroup.com\/<\/a><\/p>\n                                <div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https:\/\/powerup-at.s4.klixpert.dev\/de\/locations\/energen\/\" title=\"Mehr Infos\">Mehr Infos<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M8.77473 7.22528L16.7595 7.38824L16.9225 15.373\" stroke=\"currentColor\"><\/path>\r\n    <path d=\"M17.0243 7.22529L7.12478 17.1248\" stroke=\"currentColor\"><\/path>\r\n<\/svg>\r\n<\/a><\/div>                            <\/div>\r\n                        <\/div>\r\n                                                                    <div class=\"modal\" data-id=\"europe_4249\">\r\n                            <div class=\"inner\">\r\n                                <p class=\"hx\">Gas Power sp. z o.o. sp.k.<\/p>\r\n                                                                <p>Charzyno 15i, 78-122 Charzyno, Poland<br \/>\n+48 508 629 580<br \/>\nsales@gaspower.tech<br \/>\nwww.gaspower.tech<\/p>\n                                <div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https:\/\/powerup-at.s4.klixpert.dev\/de\/locations\/gas-power-sp-z-o-o-sp-k\/\" title=\"Mehr Infos\">Mehr Infos<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M8.77473 7.22528L16.7595 7.38824L16.9225 15.373\" stroke=\"currentColor\"><\/path>\r\n    <path d=\"M17.0243 7.22529L7.12478 17.1248\" stroke=\"currentColor\"><\/path>\r\n<\/svg>\r\n<\/a><\/div>                            <\/div>\r\n                        <\/div>\r\n                                                                    <div class=\"modal\" data-id=\"europe_4240\">\r\n                            <div class=\"inner\">\r\n                                <p class=\"hx\">Injegov &#8211; Advanced Mechanical services S.A.<\/p>\r\n                                                                <p>2 Rd, Building Block 3, Schistos, Industrial Park, 18863 Perama, Greece<br \/>\n+30 210 4323 600-1-2<br \/>\ninfo@injegov.gr<br \/>\n<a href=\"http:\/\/www.injegov.gr\/powerup\/\" target=\"_blank\" rel=\"noopener\">www.injegov.gr\/powerup\/<\/a><\/p>\n                                <div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https:\/\/powerup-at.s4.klixpert.dev\/de\/locations\/injegov-advanced-mechanical-services-s-a\/\" title=\"Mehr Infos\">Mehr Infos<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M8.77473 7.22528L16.7595 7.38824L16.9225 15.373\" stroke=\"currentColor\"><\/path>\r\n    <path d=\"M17.0243 7.22529L7.12478 17.1248\" stroke=\"currentColor\"><\/path>\r\n<\/svg>\r\n<\/a><\/div>                            <\/div>\r\n                        <\/div>\r\n                                                                    <div class=\"modal\" data-id=\"europe_4248\">\r\n                            <div class=\"inner\">\r\n                                <p class=\"hx\">NNG ENERJ\u0130 TEKNOLOJ\u0130 TAAHH\u00dcT ve T\u0130C. LTD. \u015eT\u0130<\/p>\r\n                                                                <p>K\u0131s\u0131kl\u0131 Mah. \u0130mam Ethem Sk. No:4 \u00dcsk\u00fcdar \u0130STANBUL, Turkey<br \/>\n+90 216 510 69 62<br \/>\ninfo@nngenerji.com<br \/>\nwww.nngenerji.com<\/p>\n                                <div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https:\/\/powerup-at.s4.klixpert.dev\/de\/locations\/nng-enerji-teknoloji-taahhuet-ve-tic-ltd-sti\/\" title=\"Mehr Infos\">Mehr Infos<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M8.77473 7.22528L16.7595 7.38824L16.9225 15.373\" stroke=\"currentColor\"><\/path>\r\n    <path d=\"M17.0243 7.22529L7.12478 17.1248\" stroke=\"currentColor\"><\/path>\r\n<\/svg>\r\n<\/a><\/div>                            <\/div>\r\n                        <\/div>\r\n                                                                    <div class=\"modal\" data-id=\"europe_4242\">\r\n                            <div class=\"inner\">\r\n                                <p class=\"hx\">Rail Pro Trading Ltd<\/p>\r\n                                                                <p>Blvd. Basarabia, Nr. 256G, 8th floor, sector 3, Bucharest 030352, Romania<br \/>\n+40762262565<br \/>\n<a href=\"mailto:railprotrading@yahoo.com\">railprotrading@yahoo.com<\/a><br \/>\n<a href=\"http:\/\/www.railprotrading.com\/\" target=\"_blank\" rel=\"noopener\">www.railprotrading.com<\/a><\/p>\n                                <div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https:\/\/powerup-at.s4.klixpert.dev\/de\/locations\/rail-pro-trading-ltd\/\" title=\"Mehr Infos\">Mehr Infos<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M8.77473 7.22528L16.7595 7.38824L16.9225 15.373\" stroke=\"currentColor\"><\/path>\r\n    <path d=\"M17.0243 7.22529L7.12478 17.1248\" stroke=\"currentColor\"><\/path>\r\n<\/svg>\r\n<\/a><\/div>                            <\/div>\r\n                        <\/div>\r\n                                                                                                        <div class=\"modal\" data-id=\"asia_7332\">\r\n                            <div class=\"inner\">\r\n                                <p class=\"hx\">Atlas Energy System Limited<\/p>\r\n                                                                <p>Holding No.113 Chondalvogue, P.O.: Nishad Nagar (Diabari), P.S.: Turag, Uttara, Dhaka \u2014 Bangladesh<br \/>\n+88-01771110341<br \/>\n+99-71506855341<br \/>\n<a href=\"mailto:adnan@atlasenergy-power.com\" target=\"_blank\" rel=\"noopener\">adnan@atlasenergy-power.com<\/a><br \/>\n<a href=\"mailto:ameer@atlasenergy-power.com\" target=\"_blank\" rel=\"noopener\">ameer@atlasenergy-power.com<\/a><br \/>\n<a class=\"c-link\" href=\"http:\/\/www.atlasenergy-power.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"http:\/\/www.atlasenergy-power.com\" data-sk=\"tooltip_parent\">www.atlasenergy-power.com<\/a><\/p>\n                                <div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https:\/\/powerup-at.s4.klixpert.dev\/de\/locations\/atlas-energy-system-limited\/\" title=\"Mehr Infos\">Mehr Infos<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M8.77473 7.22528L16.7595 7.38824L16.9225 15.373\" stroke=\"currentColor\"><\/path>\r\n    <path d=\"M17.0243 7.22529L7.12478 17.1248\" stroke=\"currentColor\"><\/path>\r\n<\/svg>\r\n<\/a><\/div>                            <\/div>\r\n                        <\/div>\r\n                                                                    <div class=\"modal\" data-id=\"asia_4246\">\r\n                            <div class=\"inner\">\r\n                                <p class=\"hx\">Engine Parts Distributor<\/p>\r\n                                                                <p>91-C, Model Town, Lahore \u2013 Pakistan<br \/>\n+92 300 4130929<br \/>\ninfo@epd.com.pk<br \/>\nwww.epd.com.pk<\/p>\n                                <div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https:\/\/powerup-at.s4.klixpert.dev\/de\/locations\/engine-parts-distributor\/\" title=\"Mehr Infos\">Mehr Infos<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M8.77473 7.22528L16.7595 7.38824L16.9225 15.373\" stroke=\"currentColor\"><\/path>\r\n    <path d=\"M17.0243 7.22529L7.12478 17.1248\" stroke=\"currentColor\"><\/path>\r\n<\/svg>\r\n<\/a><\/div>                            <\/div>\r\n                        <\/div>\r\n                                                                    <div class=\"modal\" data-id=\"asia_4248\">\r\n                            <div class=\"inner\">\r\n                                <p class=\"hx\">NNG ENERJ\u0130 TEKNOLOJ\u0130 TAAHH\u00dcT ve T\u0130C. LTD. \u015eT\u0130<\/p>\r\n                                                                <p>K\u0131s\u0131kl\u0131 Mah. \u0130mam Ethem Sk. No:4 \u00dcsk\u00fcdar \u0130STANBUL, Turkey<br \/>\n+90 216 510 69 62<br \/>\ninfo@nngenerji.com<br \/>\nwww.nngenerji.com<\/p>\n                                <div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https:\/\/powerup-at.s4.klixpert.dev\/de\/locations\/nng-enerji-teknoloji-taahhuet-ve-tic-ltd-sti\/\" title=\"Mehr Infos\">Mehr Infos<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M8.77473 7.22528L16.7595 7.38824L16.9225 15.373\" stroke=\"currentColor\"><\/path>\r\n    <path d=\"M17.0243 7.22529L7.12478 17.1248\" stroke=\"currentColor\"><\/path>\r\n<\/svg>\r\n<\/a><\/div>                            <\/div>\r\n                        <\/div>\r\n                                                                    <div class=\"modal\" data-id=\"asia_4255\">\r\n                            <div class=\"inner\">\r\n                                <p class=\"hx\">T H Ahn\/Hana International<\/p>\r\n                                                                <p>814 Geumgang Hightech Valley, 177, Sagimakgol-ro, Jungwon-Gu, Seongnam-Si, Gyenonggi-Do, South Korea<br \/>\n+31-777-5050-2<br \/>\nhanaintl@daum.net<br \/>\nhttp:\/\/www.hanapark.co.kr\/<\/p>\n                                <div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https:\/\/powerup-at.s4.klixpert.dev\/de\/locations\/t-h-ahn-hana-international\/\" title=\"Mehr Infos\">Mehr Infos<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M8.77473 7.22528L16.7595 7.38824L16.9225 15.373\" stroke=\"currentColor\"><\/path>\r\n    <path d=\"M17.0243 7.22529L7.12478 17.1248\" stroke=\"currentColor\"><\/path>\r\n<\/svg>\r\n<\/a><\/div>                            <\/div>\r\n                        <\/div>\r\n                                                                                                        <div class=\"modal\" data-id=\"australia_4244\">\r\n                            <div class=\"inner\">\r\n                                <p class=\"hx\">TSF Power Pty Ltd<\/p>\r\n                                                                <p>3 \/ 74 Glendenning Road, Glendenning NSW 2761 Australia<br \/>\n+61 2 9002 5650<br \/>\nsales@tsfpower.com.au<br \/>\nwww.tsfpower.com.au<\/p>\n                                <div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https:\/\/powerup-at.s4.klixpert.dev\/de\/locations\/tsf-power-pty-ltd\/\" title=\"Mehr Infos\">Mehr Infos<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M8.77473 7.22528L16.7595 7.38824L16.9225 15.373\" stroke=\"currentColor\"><\/path>\r\n    <path d=\"M17.0243 7.22529L7.12478 17.1248\" stroke=\"currentColor\"><\/path>\r\n<\/svg>\r\n<\/a><\/div>                            <\/div>\r\n                        <\/div>\r\n                                                                                                        <div class=\"modal\" data-id=\"africa_4253\">\r\n                            <div class=\"inner\">\r\n                                <p class=\"hx\">ADC Projects<\/p>\r\n                                                                <p>1st Floor, Unit 10, Cambridge Office Park. 5 Bauhinia Street, Highveld Techno Park, Centurion, South Africa<br \/>\n+27 12 665 0662<br \/>\ninfo@adcprojects.com<br \/>\nwww.adcprojects.com<\/p>\n                                <div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https:\/\/powerup-at.s4.klixpert.dev\/de\/locations\/adc-projects\/\" title=\"Mehr Infos\">Mehr Infos<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M8.77473 7.22528L16.7595 7.38824L16.9225 15.373\" stroke=\"currentColor\"><\/path>\r\n    <path d=\"M17.0243 7.22529L7.12478 17.1248\" stroke=\"currentColor\"><\/path>\r\n<\/svg>\r\n<\/a><\/div>                            <\/div>\r\n                        <\/div>\r\n                                                                    <div class=\"modal\" data-id=\"africa_4250\">\r\n                            <div class=\"inner\">\r\n                                <p class=\"hx\">Ridge Power Ltd<\/p>\r\n                                                                <p>Suite 34B West Pavilion, Tafawa Balewa Square, Onikan, Lagos, Nigeria<br \/>\n+234 702 500 2331<br \/>\ncb@ogpowerltd.com<\/p>\n                                <div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https:\/\/powerup-at.s4.klixpert.dev\/de\/locations\/ridge-power-ltd-og-power-subsidiary-in-nigeria\/\" title=\"Mehr Infos\">Mehr Infos<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M8.77473 7.22528L16.7595 7.38824L16.9225 15.373\" stroke=\"currentColor\"><\/path>\r\n    <path d=\"M17.0243 7.22529L7.12478 17.1248\" stroke=\"currentColor\"><\/path>\r\n<\/svg>\r\n<\/a><\/div>                            <\/div>\r\n                        <\/div>\r\n                                                                                                        <div class=\"modal\" data-id=\"america_4247\">\r\n                            <div class=\"inner\">\r\n                                <p class=\"hx\">Advantage Governor &#038; Controls Inc.<\/p>\r\n                                                                <p>1013-14 Avenue, Wainwright, Alberta, T9W 1K5<br \/>\n(+1) 780 842-4248<br \/>\nsales@advantagegovernor.com<br \/>\nwww.advantagegovernor.com<\/p>\n                                <div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https:\/\/powerup-at.s4.klixpert.dev\/de\/locations\/advantage-governor-controls-inc\/\" title=\"Mehr Infos\">Mehr Infos<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M8.77473 7.22528L16.7595 7.38824L16.9225 15.373\" stroke=\"currentColor\"><\/path>\r\n    <path d=\"M17.0243 7.22529L7.12478 17.1248\" stroke=\"currentColor\"><\/path>\r\n<\/svg>\r\n<\/a><\/div>                            <\/div>\r\n                        <\/div>\r\n                                                                                                        <div class=\"modal\" data-id=\"south-america_4256\">\r\n                            <div class=\"inner\">\r\n                                <p class=\"hx\">Smart Supply<\/p>\r\n                                                                <p>Rua Miguel Matte, n\u00ba 687 \u2013 Sala 2102 \u2013 Edif\u00edcio Evolution Corporate, Balne\u00e1rio Cambori\u00fa, 88.331-030, Santa Catarina, Brazil<br \/>\n+55 47 3081 4822<br \/>\n<a href=\"mailto:sales@supplybr.com\">sales@supplybr.com<\/a><br \/>\n<a href=\"https:\/\/supplybr.com\/\">www.supplybr.com<\/a><\/p>\n                                <div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https:\/\/powerup-at.s4.klixpert.dev\/de\/locations\/smart-supply\/\" title=\"Mehr Infos\">Mehr Infos<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M8.77473 7.22528L16.7595 7.38824L16.9225 15.373\" stroke=\"currentColor\"><\/path>\r\n    <path d=\"M17.0243 7.22529L7.12478 17.1248\" stroke=\"currentColor\"><\/path>\r\n<\/svg>\r\n<\/a><\/div>                            <\/div>\r\n                        <\/div>\r\n                                                        <br \/>\n<b>Warning<\/b>:  Undefined array key &#8220;locations&#8221; in <b>\/html\/web\/app\/themes\/powerup\/templates\/klx_world.php<\/b> on line <b>403<\/b><br \/>\n<br \/>\n<b>Warning<\/b>:  foreach() argument must be of type array|object, null given in <b>\/html\/web\/app\/themes\/powerup\/templates\/klx_world.php<\/b> on line <b>403<\/b><br \/>\n                                    <br \/>\n<b>Warning<\/b>:  Undefined array key &#8220;locations&#8221; in <b>\/html\/web\/app\/themes\/powerup\/templates\/klx_world.php<\/b> on line <b>403<\/b><br \/>\n<br \/>\n<b>Warning<\/b>:  foreach() argument must be of type array|object, null given in <b>\/html\/web\/app\/themes\/powerup\/templates\/klx_world.php<\/b> on line <b>403<\/b><br \/>\n                            <\/div>\r\n        <\/div>\r\n    \r\n\r\n    <script>\r\n        document.addEventListener(\"DOMContentLoaded\", function() {\r\n\r\n\r\n\r\n            function worldMap() {\r\n                let _this = this;\r\n                let _busy = false;\r\n                let _mobile = false;\r\n                let _activeLocation = null;\r\n\r\n                const container = document.querySelector('.klx_world_2024');\r\n                const world = document.querySelector('.world');\r\n                const wrapper = document.querySelector('.world > .image');\r\n                const markersRegion = container.querySelectorAll('.marker-region');\r\n                const markers = container.querySelectorAll('.marker');\r\n\r\n                const clickRegions = container.querySelectorAll('.click-region');\r\n                const svgRegions = container.querySelectorAll('svg#powerup-weltkarte > g');\r\n\r\n                const listRegions = container.querySelectorAll('.locations .region');\r\n\r\n                const modals = container.querySelectorAll('.modals .modal');\r\n\r\n                let regionData = {\"europe\":{\"name\":\"Europe\",\"count\":8,\"transformMobile\":\"translate(-2%, 78%) scale(4.2)\",\"transform\":\"translate(0%, 109%) scale(4.5)\"},\"asia\":{\"name\":\"Asia\",\"count\":4,\"transformMobile\":\"translate(-52%, 32%) scale(2)\",\"transform\":\"translate(-51%, 49%) scale(2)\"},\"australia\":{\"name\":\"Australia\",\"count\":1,\"transformMobile\":\"translate(-136%, -123%) scale(4)\",\"transform\":\"translate(-136%, -123%) scale(4)\"},\"africa\":{\"name\":\"Africa\",\"count\":2,\"transformMobile\":\"translate(-8%, -32%) scale(2.5)\",\"transform\":\"translate(-8%, -32%) scale(2.5)\"},\"america\":{\"name\":\"America\",\"count\":1,\"transformMobile\":\"\"},\"south-america\":{\"name\":\"South America\",\"count\":1,\"transformMobile\":\"translate(52%, -71%) scale(2.5)\",\"transform\":\"translate(52%, -71%) scale(2.5)\"}};\r\n\r\n                this.reinit = function() {\r\n                    _mobile = cssIndicatorIsMobile();\r\n\r\n                    \/\/ reset location and modal\r\n                    _this.hoverLocation(null);\r\n                    _this.handleModal(null);\r\n\r\n                    \/\/ remove style attributes from modals\r\n                    modals.forEach(function(modal) {\r\n                        modal.removeAttribute('style');\r\n                    });\r\n                }\r\n\r\n                this.init = function() {\r\n\r\n                    _mobile = cssIndicatorIsMobile();\r\n                    _this.changeView('world', null);\r\n\r\n                    \/\/ handle click listRegion\r\n                    listRegions.forEach(function(listRegion) {\r\n                        var _toggler = listRegion.querySelector('.toggler');\r\n                        _toggler.addEventListener('click', function(e) {\r\n                            if (listRegion.classList.contains('active')) {\r\n                                _this.changeView('world', null);\r\n                            } else {\r\n                                _this.changeView('region', listRegion.getAttribute('data-id'));\r\n                            }\r\n                        });\r\n\r\n                        _toggler.addEventListener('mouseover', function(e) {\r\n                            _this.hoverRegion(listRegion.getAttribute('data-id'));\r\n                        });\r\n                        _toggler.addEventListener('mouseout', function(e) {\r\n                            _this.hoverRegion(null);\r\n                        });\r\n                    });\r\n\r\n\r\n                    \/\/ handle click regions\r\n                    clickRegions.forEach(function(clickRegion) {\r\n                        clickRegion.addEventListener('click', function() {\r\n                            _this.changeView('region', this.getAttribute('data-id'));\r\n                        });\r\n                        clickRegion.addEventListener('mouseover', function() {\r\n                            _this.hoverRegion(this.getAttribute('data-id'));\r\n                        });\r\n                        clickRegion.addEventListener('mouseout', function() {\r\n                            _this.hoverRegion(null);\r\n                        });\r\n                    });\r\n\r\n\r\n                    \/\/ handle click locations\r\n                    markers.forEach(function(marker) {\r\n                        \/\/marker.addEventListener('click', function() {\r\n                        \/\/    _this.changeView('region', this.getAttribute('data-id'));\r\n                        \/\/});\r\n                        marker.addEventListener('mouseover', function() {\r\n                            _this.hoverLocation(this.getAttribute('data-id'));\r\n                            _this.handleModal(this.getAttribute('data-id'), false);\r\n                        });\r\n                        marker.addEventListener('mouseout', function() {\r\n                            _this.hoverLocation(null);\r\n                            _this.handleModal(null, false);\r\n                        });\r\n                    });\r\n\r\n                    \/\/ handle modal\r\n                    modals.forEach(function(modal) {\r\n                        modal.addEventListener('mouseover', function() {\r\n                            _this.hoverLocation(this.getAttribute('data-id'));\r\n                            _this.handleModal(this.getAttribute('data-id'), true);\r\n                        });\r\n                        modal.addEventListener('mouseout', function() {\r\n                            _this.hoverLocation(null);\r\n                            _this.handleModal(null, true);\r\n                        });\r\n                    });\r\n\r\n                    \/\/ handle location click\r\n                    listRegions.forEach(function(listRegion) {\r\n                        var _locations = listRegion.querySelectorAll('.location');\r\n                        _locations.forEach(function(location) {\r\n                            location.addEventListener('click', function() {\r\n                                console.log(_activeLocation);\r\n                                if (_activeLocation == this.getAttribute('data-id')) {\r\n                                    _this.hoverLocation(null);\r\n                                    _this.handleModal(null);\r\n                                } else {\r\n                                    _this.hoverLocation(this.getAttribute('data-id'));\r\n                                    _this.handleModal(this.getAttribute('data-id'));\r\n                                }\r\n                            });\r\n                            location.addEventListener('mouseover', function() {\r\n                                _this.hoverLocation(this.getAttribute('data-id'));\r\n                            });\r\n                        });\r\n                    });\r\n\r\n\r\n                }\r\n\r\n\r\n\r\n                this.hoverRegion = function(id) {\r\n                    if (id == null) {\r\n                        svgRegions.forEach(function(svgRegion) {\r\n                            svgRegion.classList.remove('hide');\r\n                        });\r\n\r\n                        listRegions.forEach(function(listRegion) {\r\n                            listRegion.classList.remove('hide');\r\n                        });\r\n\r\n                        markersRegion.forEach(function(markerRegion) {\r\n                            markerRegion.classList.remove('hide');\r\n                        });\r\n\r\n                        return;\r\n                    }\r\n\r\n                    svgRegions.forEach(function(svgRegion) {\r\n                        svgRegion.classList.remove('hide');\r\n                        if (svgRegion.getAttribute('id') != id) {\r\n                            svgRegion.classList.add('hide');\r\n                        }\r\n                    });\r\n\r\n                    listRegions.forEach(function(listRegion) {\r\n                        listRegion.classList.remove('hide');\r\n                        if (listRegion.getAttribute('data-id') != id) {\r\n                            listRegion.classList.add('hide');\r\n                        }\r\n                    });\r\n\r\n                    markersRegion.forEach(function(markerRegion) {\r\n                        markerRegion.classList.remove('hide');\r\n                        if (markerRegion.getAttribute('data-id') != id) {\r\n                            markerRegion.classList.add('hide');\r\n                        }\r\n                    });\r\n\r\n                }\r\n\r\n                this.hoverLocation = function(id) {\r\n\r\n                    if (id == null) {\r\n                        \/\/ show all locations\r\n                        listRegions.forEach(function(listRegion) {\r\n                            var _locations = listRegion.querySelectorAll('.location');\r\n                            _locations.forEach(function(location) {\r\n                                location.classList.remove('hide');\r\n                            });\r\n                        });\r\n\r\n                        \/\/ show all markers\r\n                        markers.forEach(function(marker) {\r\n                            marker.classList.remove('hide');\r\n                        });\r\n                    } else {\r\n                        \/\/ get first part till _\r\n                        var _parentId = id.split('_')[0];\r\n\r\n                        \/\/ hide other locations\r\n                        listRegions.forEach(function(listRegion) {\r\n                            if (listRegion.getAttribute('data-id') == _parentId) {\r\n                                var _locations = listRegion.querySelectorAll('.location');\r\n                                _locations.forEach(function(location) {\r\n                                    if (location.getAttribute('data-id') == id) {\r\n                                        location.classList.remove('hide');\r\n                                    } else {\r\n                                        location.classList.add('hide');\r\n                                    }\r\n                                });\r\n                            }\r\n                        });\r\n\r\n                        \/\/ hide other markers\r\n                        markers.forEach(function(marker) {\r\n                            if (marker.getAttribute('data-id') == id) {\r\n                                marker.classList.remove('hide');\r\n                            } else {\r\n                                marker.classList.add('hide');\r\n                            }\r\n                        });\r\n                    }\r\n                }\r\n\r\n                this.handleModal = function(id) {\r\n                    if (id == null) {\r\n                        _activeLocation = null;\r\n                        modals.forEach(function(modal) {\r\n                            modal.classList.remove('active');\r\n                        });\r\n                    } else {\r\n                        _activeLocation = id;\r\n                        modals.forEach(function(modal) {\r\n                            if (modal.getAttribute('data-id') == id) {\r\n\r\n                                if (!modal.classList.contains('active')) {\r\n\r\n                                    \/\/ get marker offset relative to world\r\n                                    var _marker = container.querySelector('.marker[data-id=\"' + id + '\"]');\r\n                                    var _markerOffset = _this.getMarkerOffset(_marker);\r\n\r\n                                    \/\/if((_markerOffset.worldWidth \/ 2) < _markerOffset.x) {\r\n                                    \/\/    modal.classList.add('left');\r\n                                    \/\/} else {\r\n                                    \/\/    modal.classList.add('right');\r\n                                    \/\/} \r\n                                    modal.classList.add('left');\r\n\r\n                                    \/\/ add as css root variable\r\n                                    modal.style.setProperty('--left', _markerOffset.x + 'px');\r\n                                    modal.style.setProperty('--top', _markerOffset.y + 'px');\r\n                                    modal.style.setProperty('--markerWidth', _markerOffset.markerWidth + 'px');\r\n\r\n                                }\r\n\r\n                                modal.classList.add('active');\r\n\r\n                                if (_mobile) {\r\n                                    slideDown(modal, 500);\r\n                                    \/\/ scroll window to map\r\n                                    window.scrollTo({\r\n                                        top: world.getBoundingClientRect().top + window.pageYOffset - 100,\r\n                                        behavior: 'smooth'\r\n                                    });\r\n                                }\r\n                            } else {\r\n                                modal.classList.remove('active');\r\n\r\n                                if (_mobile) {\r\n                                    slideUp(modal, 500);\r\n                                }\r\n                            }\r\n                        });\r\n                    }\r\n                }\r\n\r\n                this.getMarkerOffset = function(marker) {\r\n                    const worldRect = world.getBoundingClientRect();\r\n                    const markerRect = marker.getBoundingClientRect();\r\n\r\n                    const _wrapper = document.querySelector('.world > .image');\r\n\r\n                    const wrapperScale = _wrapper.style.transform.match(\/scale\\((.*?)\\)\/);\r\n                    const markerScale = marker.style.transform.match(\/scale\\((.*?)\\)\/);\r\n                    const calcScale = markerScale[1] \/ wrapperScale[1];\r\n\r\n                    \/\/ Calculate the center position of the marker\r\n                    const markerCenterX = markerRect.left + markerRect.width * calcScale \/ 2 - worldRect.left;\r\n                    const markerCenterY = markerRect.top + markerRect.height * calcScale \/ 2 - worldRect.top;\r\n\r\n                    return {\r\n                        worldWidth: worldRect.width,\r\n                        markerWidth: markerRect.width,\r\n                        x: markerCenterX,\r\n                        y: markerCenterY\r\n                    };\r\n                }\r\n\r\n                this.changeView = function(view, regionId) {\r\n\r\n                    if (_busy) return;\r\n                    _busy = true;\r\n\r\n                    setTimeout(function() {\r\n                        _busy = false;\r\n                    }, 510);\r\n\r\n                    \/\/ change classes\r\n                    if (view == 'world') {\r\n                        container.classList.remove('view-region');\r\n                        container.classList.add('view-world');\r\n                    }\r\n                    if (view == 'region') {\r\n                        container.classList.remove('view-world');\r\n                        container.classList.add('view-region');\r\n                    }\r\n\r\n\r\n                    \/\/ mark svg region\r\n                    if (regionId) {\r\n                        svgRegions.forEach(function(svgRegion) {\r\n                            svgRegion.classList.remove('active');\r\n                            svgRegion.classList.add('inactive');\r\n                            if (svgRegion.getAttribute('id') == regionId) {\r\n                                svgRegion.classList.add('active');\r\n                                svgRegion.classList.remove('inactive');\r\n                            }\r\n                        });\r\n                    } else {\r\n                        svgRegions.forEach(function(svgRegion) {\r\n                            svgRegion.classList.remove('active');\r\n                            svgRegion.classList.remove('inactive');\r\n                        });\r\n                    }\r\n\r\n                    \/\/ mark listRegion\r\n                    if (regionId) {\r\n                        listRegions.forEach(function(listRegion) {\r\n                            var _content = listRegion.querySelector('.content');\r\n                            if (listRegion.getAttribute('data-id') == regionId) {\r\n                                if (!listRegion.classList.contains('active')) {\r\n                                    listRegion.classList.add('active');\r\n                                    slideDown(_content, 500);\r\n                                }\r\n                            } else {\r\n                                listRegion.classList.remove('active');\r\n                                slideUp(_content, 500);\r\n                            }\r\n                        });\r\n                    } else {\r\n                        listRegions.forEach(function(listRegion) {\r\n                            var _content = listRegion.querySelector('.content');\r\n                            listRegion.classList.remove('active');\r\n                            slideUp(_content, 500);\r\n                        });\r\n                    }\r\n\r\n                    \/\/ display only needed markers\r\n                    if (regionId) {\r\n                        markers.forEach(function(marker) {\r\n                            if (marker.getAttribute('data-id').split('_')[0] == regionId) {\r\n                                marker.classList.remove('inactive');\r\n                            } else {\r\n                                marker.classList.add('inactive');\r\n                            }\r\n                        });\r\n                    } else {\r\n                        markers.forEach(function(marker) {\r\n                            marker.classList.remove('inactive');\r\n                        });\r\n                    }\r\n\r\n                    \/\/ zoom into region\r\n                    if (regionId) {\r\n                        if (regionData[regionId].transform) {\r\n                            if (_mobile) {\r\n                                wrapper.style.transform = regionData[regionId].transformMobile;\r\n                            } else {\r\n                                wrapper.style.transform = regionData[regionId].transform;\r\n                            }\r\n\r\n                            \/\/ get scale from transform and make markers smaller\r\n                            var scale = regionData[regionId].transform.match(\/scale\\((.*?)\\)\/);\r\n                            markers.forEach(function(marker) {\r\n                                marker.style.transform = 'translate(-50%, -50%) scale(' + (1 \/ scale[1]) + ')';\r\n                            });\r\n                        } else {\r\n                            wrapper.style.transform = 'translate(0%, 0%) scale(1)';\r\n                        }\r\n                    } else {\r\n                        wrapper.style.transform = 'translate(0%, 0%) scale(1)';\r\n                    }\r\n\r\n                    \/\/ remove active from all modals\r\n                    _this.hoverLocation(null);\r\n                    _this.handleModal(null);\r\n\r\n                }\r\n\r\n\r\n                this.init();\r\n            }\r\n\r\n            var worldMap = new worldMap();\r\n            window.addEventListener('resizeEnd', function() {\r\n                worldMap.reinit();\r\n            });\r\n\r\n        });\r\n    <\/script>\r\n\r\n\n\n\r\n<div class=\"klx_anchor\">\r\n    <div id=\"distribution\" class=\"offset\"><\/div>\r\n<\/div>\r\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column has-video is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-video\"\"><div class=\"aspect-ratio\" style=\"padding-bottom: 100%;\"><\/div><video height=\"1080\" style=\"aspect-ratio: 1080 \/ 1080;\" width=\"1080\" controls src=\"https:\/\/powerup-at.s4.klixpert.dev\/wp-content\/uploads\/2023\/11\/powerup-distribution.mp4\"><\/video><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"hx wp-block-heading\">Vertrieb<\/h2>\n\n\n\n<p>Wir von PowerUP wollen unsere Ersatzteile und Produkte f\u00fcr Gasmotoren so schnell wie m\u00f6glich von unserem Lager in \u00d6sterreich aus liefern, um m\u00f6gliche Betriebsausf\u00e4lle zu reduzieren. Unser Vertriebsnetz erstreckt sich \u00fcber mehrere Kontinente und stellt sicher, dass unsere Kunden immer p\u00fcnktlich beliefert werden.<\/p>\n\n\n\n<p>Dar\u00fcber hinaus entwickelt unser Team von Logistikexperten unsere Vertriebsstrategien st\u00e4ndig weiter, um sie an die Bed\u00fcrfnisse unserer Kunden anzupassen. So stellen wir sicher, dass jedes Produkt, ob f\u00fcr Gasmotoren von MWM\u00ae oder INNIO Jenbacher\u00ae, sicher und p\u00fcnktlich sein Ziel erreicht.<\/p>\n\n\n\n<p>M\u00f6chten Sie PowerUP-Vertreter werden? Nehmen Sie noch heute Kontakt mit uns auf, wir freuen uns, von Ihnen zu h\u00f6ren!<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/powerup-at.s4.klixpert.dev\/de\/kontakt\/\">Kontaktieren Sie uns<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\r\n<div class=\"klx_anchor\">\r\n    <div id=\"shipping\" class=\"offset\"><\/div>\r\n<\/div>\r\n\n\n\n<div class=\"wp-block-columns has-image is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"hx wp-block-heading\">Versand<\/h2>\n\n\n\n<p>Unser Versandprozess ist mehr als nur die Bef\u00f6rderung von Teilen von einem Ort zum anderen \u2013 es ist eine Verpflichtung, daf\u00fcr zu sorgen, dass unsere Produkte unsere Kunden sicher, effizient und p\u00fcnktlich erreichen.<\/p>\n\n\n\n<p>Wir wissen, wie wichtig Zuverl\u00e4ssigkeit in den von uns belieferten Branchen ist. Deshalb widmet sich unser Logistikteam der Optimierung von Routen, der Sicherung geeigneter Verpackungen und der Zusammenarbeit mit vertrauensw\u00fcrdigen Spediteuren, um reibungslose Lieferungen zu gew\u00e4hrleisten.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column has-image is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\"><figure class=\"image_container\"><a href=\"https:\/\/powerup-at.s4.klixpert.dev\/app\/uploads\/2023\/10\/shipping-jpg-webp.webp\" data-lightbox data-pswp-width=\"1000\" data-pswp-height=\"562\" data-cropped=\"true\"><img decoding=\"async\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" loading=\"lazy\" src=\"https:\/\/powerup-at.s4.klixpert.dev\/app\/uploads\/2023\/10\/shipping-jpg-webp.webp\" width=\"1000\" height=\"562\" alt=\"Shipping\" \/><\/a><\/figure><\/div><\/div>\n<\/div>\n\n\n\r\n<div class=\"klx_anchor\">\r\n    <div id=\"service\" class=\"offset\"><\/div>\r\n<\/div>\r\n\n\n\n<div class=\"wp-block-columns has-image is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column has-image is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\"><figure class=\"image_container\"><a href=\"https:\/\/powerup-at.s4.klixpert.dev\/app\/uploads\/2023\/11\/partner-services-jpg.webp\" data-lightbox data-pswp-width=\"2045\" data-pswp-height=\"1534\" data-cropped=\"true\"><img decoding=\"async\" sizes=\"auto, (max-width: 2045px) 100vw, 2045px\" loading=\"lazy\" src=\"https:\/\/powerup-at.s4.klixpert.dev\/app\/uploads\/2023\/11\/partner-services-jpg.webp\" width=\"2045\" height=\"1534\" alt=\"Service\" \/><\/a><\/figure><\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"hx wp-block-heading\">Dienstleistung<\/h2>\n\n\n\n<p>F\u00fcr PowerUP geht es darum, eine Partnerschaft mit unseren Kunden zu schmieden, um die Leistung zu optimieren und die Lebensdauer ihrer Maschinen zu verl\u00e4ngern. Mit unserem Team von Technikern und Experten f\u00fcr Gasmotorenservice bieten wir unvergleichliches Fachwissen bei der Wartung und Verbesserung von Motoren, um sicherzustellen, dass sie mit h\u00f6chster Effizienz arbeiten.<\/p>\n\n\n\n<p>Unser Serviceangebot reicht von Gasmotorenreparaturen und Gasmotoren-Upgrades bis hin zu zustandsabh\u00e4ngigen \u00dcberholungen, Vor-Ort-Service und Fernwartung, immer untermauert durch unser Engagement f\u00fcr Qualit\u00e4t und Kundenzufriedenheit. Ganz gleich, ob Sie mit MWM\u00ae oder INNIO Jenbacher\u00ae Gasmotoren arbeiten, PowerUP ist Ihr vertrauensw\u00fcrdiger Dienstleister, auf den Sie sich verlassen k\u00f6nnen, wenn es um au\u00dfergew\u00f6hnlichen Service geht.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/powerup-at.s4.klixpert.dev\/de\/kontakt\/\">Schreiben Sie uns<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\r\n<div class=\"klx_anchor\">\r\n    <div id=\"network\" class=\"offset\"><\/div>\r\n<\/div>\r\n\n\n\n<div class=\"wp-block-columns has-image is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"hx wp-block-heading\">Netzwerk<\/h2>\n\n\n\n<p>Unser weltumspannendes Netz von Vertriebs- und Servicepartnern gew\u00e4hrleistet, dass unsere Kunden unabh\u00e4ngig von ihrem Standort direkten Zugang zu unseren erstklassigen Produkten und Servicel\u00f6sungen haben.<\/p>\n\n\n\n<p>Jeder Vertriebs- und Servicepartner h\u00e4lt die hohen Qualit\u00e4ts- und Kompetenzstandards ein, die PowerUP anstrebt. Wir arbeiten zusammen, um eine effiziente Reaktion auf die Bed\u00fcrfnisse unserer Kunden zu gew\u00e4hrleisten, sodass ihr Betrieb jederzeit reibungslos und effizient l\u00e4uft.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/powerup-at.s4.klixpert.dev\/de\/kontakt\/\">Werden Sie PowerUP Service Partner<\/a><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column has-image is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\"><figure class=\"image_container\"><a href=\"https:\/\/powerup-at.s4.klixpert.dev\/app\/uploads\/2023\/10\/shutterstock_190247690-Konvertiert-2.webp\" data-lightbox data-pswp-width=\"1784\" data-pswp-height=\"1076\" data-cropped=\"true\"><img decoding=\"async\" sizes=\"auto, (max-width: 1784px) 100vw, 1784px\" loading=\"lazy\" src=\"https:\/\/powerup-at.s4.klixpert.dev\/app\/uploads\/2023\/10\/shutterstock_190247690-Konvertiert-2.webp\" width=\"1784\" height=\"1076\" alt=\"\" \/><\/a><\/figure><\/div><\/div>\n<\/div>\n\n\n\r\n<div class=\"klx_newsletter-cta\" data-layout=\"default\">\r\n\r\n                    <h2 class=\"hx\">Abonnieren Sie den PowerUP Innovation Letter<\/h2>\r\n    \r\n        <div class=\"text\">\r\n        <p>Erhalten Sie jeden Monat die neuesten Innovationen und Upgrades im Bereich Gasmotoren in Ihren Posteingang.<\/p>\r\n    <\/div>\r\n    \r\n            <div class=\"wpforms-container wpforms-render-modern\" id=\"wpforms-7399\"><form id=\"wpforms-form-7399\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"7399\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/de\/wp-json\/wp\/v2\/pages\/3262\" data-token=\"3db58ddab8ef4c1f37a1a72b5e4c23a5\" data-token-time=\"1775334051\"><noscript class=\"wpforms-error-noscript\">Bitte aktiviere JavaScript in deinem Browser, um dieses Formular fertigzustellen.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Bitte aktiviere JavaScript in deinem Browser, um dieses Formular fertigzustellen.<\/div><div class=\"wpforms-field-container\">\t\t<div id=\"wpforms-7399-field_1-container\"\n\t\t\tclass=\"wpforms-field wpforms-field-text\"\n\t\t\tdata-field-type=\"text\"\n\t\t\tdata-field-id=\"1\">\n\t\t\t<label class=\"wpforms-field-label\" for=\"wpforms-7399-field_1\">Adresse E-Mail<\/label>\n\t\t\t<input type=\"text\" id=\"wpforms-7399-field_1\" class=\"wpforms-field-medium\" name=\"wpforms[fields][1]\"\/>\n\t\t<\/div>\n\t\t<div id=\"wpforms-7399-field_2-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"2\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-7399-field_2\" aria-hidden=\"false\">E-Mail Adresse <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"email\" id=\"wpforms-7399-field_2\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][2]\" placeholder=\"Geben Sie Ihre E-Mail Adresse ein\" spellcheck=\"false\" aria-errormessage=\"wpforms-7399-field_2-error\" required\/><\/div><script>\n\t\t\t\t( function() {\n\t\t\t\t\tconst style = document.createElement( 'style' );\n\t\t\t\t\tstyle.appendChild( document.createTextNode( '#wpforms-7399-field_1-container { position: absolute !important; overflow: hidden !important; display: inline !important; height: 1px !important; width: 1px !important; z-index: -1000 !important; padding: 0 !important; } #wpforms-7399-field_1-container input { visibility: hidden; } #wpforms-conversational-form-page #wpforms-7399-field_1-container label { counter-increment: none; }' ) );\n\t\t\t\t\tdocument.head.appendChild( style );\n\t\t\t\t\tdocument.currentScript?.remove();\n\t\t\t\t} )();\n\t\t\t<\/script><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"7399\"\/><input type=\"hidden\" name=\"page_title\" value=\"\"\/><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/powerup-at.s4.klixpert.dev\/de\/wp-json\/wp\/v2\/pages\/3262\"\/><input type=\"hidden\" name=\"url_referer\" value=\"\"\/><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-7399\" class=\"wpforms-submit\" data-alt-text=\"Wird gesendet ...\" data-submit-text=\"Abonnieren\" aria-live=\"assertive\" value=\"wpforms-submit\">Abonnieren<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/powerup-at.s4.klixpert.dev\/app\/plugins\/wpforms\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Wird geladen\"\/><div data-id=\"wpforms-7399\" style=\"display:none\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M8.77473 7.22528L16.7595 7.38824L16.9225 15.373\" stroke=\"currentColor\"><\/path>\r\n    <path d=\"M17.0243 7.22529L7.12478 17.1248\" stroke=\"currentColor\"><\/path>\r\n<\/svg>\r\n<\/div>\n    <script>\n        var form = document.getElementById(\"wpforms-7399\");\n        var submitButton = form.querySelector(\"button[type='submit']\");\n        if (submitButton) {\n            var svg = submitButton.parentElement.querySelector(\"svg\");\n            if (svg) {                \n                submitButton.appendChild(svg);\n                svg.style.display = \"block\";\n            }\n        }\n    <\/script>\n    <\/div><\/form><\/div>  <!-- .wpforms-container -->    \r\n    \r\n    <div class=\"bg\">\r\n                    <img decoding=\"async\" src=\"https:\/\/powerup-at.s4.klixpert.dev\/app\/themes\/powerup\/assets\/img\/newsletter-cta-bg.png\" loading=\"lazy\" width=\"1876\" height=\"1876\"\/>\r\n            <\/div>\r\n\r\n<\/div>\r\n\n\n\r\n<div class=\"klx_decor-contact\">\r\n\r\n        <div class=\"decor\" id=\"kontakt\">\r\n        <svg width=\"16\" height=\"35\" viewBox=\"0 0 16 35\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M8 14.5882L16 10.3529L16 0L4.6375e-06 9.41176L6.85907e-06 34.8235L8 29.6471L8 14.5882Z\" fill=\"currentColor\"><\/path>\r\n<\/svg>\r\n        Kontakt    <\/div>\r\n    \r\n    <div class=\"content\">\r\n                                <h2 class=\"headline\">Kontaktieren Sie uns<\/h2>\r\n        \r\n                    <p>Bitte f\u00fcllen Sie das Formular aus, um das PowerUP Expertenteam zu kontaktieren.<br \/>\nWir beantworten Ihre Fragen auch gerne telefonisch oder per E-Mail.<\/p>\n        \r\n        \r\n                    <p><strong>PowerUP GmbH<\/strong><br \/>\nSportplatzweg 2<br \/>\n6135 Stans, Tirol<br \/>\nAustria<br \/>\nUID: ATU71231268<\/p>\n<p>Phone: <a href=\"tel:+43524264666\">+43 5242 64 666<\/a><br \/>\nE-Mail: <a href=\"mailto:office@powerup.at\">office@powerup.at<\/a><\/p>\n            <\/div>\r\n\r\n    <div class=\"form\">\r\n                    <div class=\"wpforms-container wpforms-render-modern\" id=\"wpforms-24188\"><form id=\"wpforms-form-24188\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"24188\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/de\/wp-json\/wp\/v2\/pages\/3262\" data-token=\"a93958fc2d802d259214bf758d26977b\" data-token-time=\"1775334051\"><noscript class=\"wpforms-error-noscript\">Bitte aktiviere JavaScript in deinem Browser, um dieses Formular fertigzustellen.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Bitte aktiviere JavaScript in deinem Browser, um dieses Formular fertigzustellen.<\/div><div class=\"wpforms-field-container\"><div id=\"wpforms-24188-field_1-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"1\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-24188-field_1\" aria-hidden=\"false\">Vor- und Nachname <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-24188-field_1\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][1]\" placeholder=\"Name*\" aria-errormessage=\"wpforms-24188-field_1-error\" required\/><\/div><div id=\"wpforms-24188-field_2-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"2\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-24188-field_2\" aria-hidden=\"false\">E-Mail <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"email\" id=\"wpforms-24188-field_2\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][2]\" placeholder=\"E-Mail*\" spellcheck=\"false\" aria-errormessage=\"wpforms-24188-field_2-error\" required\/><\/div><div id=\"wpforms-24188-field_3-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"3\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-24188-field_3\" aria-hidden=\"false\">Unternehmen <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-24188-field_3\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][3]\" placeholder=\"Organisation \/ Unternehmen*\" aria-errormessage=\"wpforms-24188-field_3-error\" required\/><\/div><div id=\"wpforms-24188-field_4-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"4\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-24188-field_4\" aria-hidden=\"false\">Weitere Angaben<\/label><textarea id=\"wpforms-24188-field_4\" class=\"wpforms-field-medium\" name=\"wpforms[fields][4]\" placeholder=\"Nachricht\" aria-errormessage=\"wpforms-24188-field_4-error\"><\/textarea><\/div>\t\t<div id=\"wpforms-24188-field_6-container\"\n\t\t\tclass=\"wpforms-field wpforms-field-text\"\n\t\t\tdata-field-type=\"text\"\n\t\t\tdata-field-id=\"6\">\n\t\t\t<label class=\"wpforms-field-label\" for=\"wpforms-24188-field_6\">Unternehmen Weitere E-Mail<\/label>\n\t\t\t<input type=\"text\" id=\"wpforms-24188-field_6\" class=\"wpforms-field-medium\" name=\"wpforms[fields][6]\"\/>\n\t\t<\/div>\n\t\t<div id=\"wpforms-24188-field_5-container\" class=\"wpforms-field wpforms-field-checkbox\" data-field-id=\"5\"><fieldset><legend class=\"wpforms-field-label wpforms-label-hide\" aria-hidden=\"false\">Datenschutz <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><ul id=\"wpforms-24188-field_5\" class=\"wpforms-field-required\"><li class=\"choice-1 depth-1\"><input type=\"checkbox\" id=\"wpforms-24188-field_5_1\" name=\"wpforms[fields][5][]\" value=\"Ich stimme den Datenschutzbestimmungen der PowerUP GmbH zu.\" aria-errormessage=\"wpforms-24188-field_5_1-error\" required\/><label class=\"wpforms-field-label-inline\" for=\"wpforms-24188-field_5_1\">Ich stimme den Datenschutzbestimmungen der PowerUP GmbH zu.<\/label><\/li><\/ul><\/fieldset><\/div><script>\n\t\t\t\t( function() {\n\t\t\t\t\tconst style = document.createElement( 'style' );\n\t\t\t\t\tstyle.appendChild( document.createTextNode( '#wpforms-7399-field_1-container,#wpforms-24188-field_6-container { position: absolute !important; overflow: hidden !important; display: inline !important; height: 1px !important; width: 1px !important; z-index: -1000 !important; padding: 0 !important; } #wpforms-7399-field_1-container,#wpforms-24188-field_6-container input { visibility: hidden; } #wpforms-conversational-form-page #wpforms-7399-field_1-container,#wpforms-24188-field_6-container label { counter-increment: none; }' ) );\n\t\t\t\t\tdocument.head.appendChild( style );\n\t\t\t\t\tdocument.currentScript?.remove();\n\t\t\t\t} )();\n\t\t\t<\/script><\/div><!-- .wpforms-field-container --><div class=\"wpforms-recaptcha-container wpforms-is-recaptcha wpforms-is-recaptcha-type-v3\"><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"\/><\/div><div class=\"wpforms-submit-container\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"24188\"\/><input type=\"hidden\" name=\"page_title\" value=\"\"\/><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/powerup-at.s4.klixpert.dev\/de\/wp-json\/wp\/v2\/pages\/3262\"\/><input type=\"hidden\" name=\"url_referer\" value=\"\"\/><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-24188\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Anfrage senden\" aria-live=\"assertive\" value=\"wpforms-submit\">Anfrage senden<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/powerup-at.s4.klixpert.dev\/app\/plugins\/wpforms\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Wird geladen\"\/><div data-id=\"wpforms-24188\" style=\"display:none\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M8.77473 7.22528L16.7595 7.38824L16.9225 15.373\" stroke=\"currentColor\"><\/path>\r\n    <path d=\"M17.0243 7.22529L7.12478 17.1248\" stroke=\"currentColor\"><\/path>\r\n<\/svg>\r\n<\/div>\n    <script>\n        var form = document.getElementById(\"wpforms-24188\");\n        var submitButton = form.querySelector(\"button[type='submit']\");\n        if (submitButton) {\n            var svg = submitButton.parentElement.querySelector(\"svg\");\n            if (svg) {                \n                submitButton.appendChild(svg);\n                svg.style.display = \"block\";\n            }\n        }\n    <\/script>\n    <\/div><\/form><\/div>  <!-- .wpforms-container -->            <\/div>\r\n\r\n<\/div>\n\n\n\n","protected":false},"excerpt":{"rendered":"<p>Unser Netzwerk Ob Sie mit unseren globalen Service- und Vertriebspartnern oder mit einem PowerUP-Experten aus einem anderen Land sprechen m\u00f6chten, wir sind f\u00fcr Sie da &#8211; \u00fcberall. Vertrieb Wir von PowerUP wollen unsere Ersatzteile und Produkte f\u00fcr Gasmotoren so schnell wie m\u00f6glich von unserem Lager in \u00d6sterreich aus liefern, um m\u00f6gliche Betriebsausf\u00e4lle zu reduzieren. Unser [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":201,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-3262","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/powerup-at.s4.klixpert.dev\/de\/wp-json\/wp\/v2\/pages\/3262","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/powerup-at.s4.klixpert.dev\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/powerup-at.s4.klixpert.dev\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/powerup-at.s4.klixpert.dev\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/powerup-at.s4.klixpert.dev\/de\/wp-json\/wp\/v2\/comments?post=3262"}],"version-history":[{"count":0,"href":"https:\/\/powerup-at.s4.klixpert.dev\/de\/wp-json\/wp\/v2\/pages\/3262\/revisions"}],"wp:attachment":[{"href":"https:\/\/powerup-at.s4.klixpert.dev\/de\/wp-json\/wp\/v2\/media?parent=3262"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}